/* about_shop */

.about-shop__aside--section {
  position: relative;
  box-sizing: border-box;
  margin: 3.184rem 0;
  width: 28rem;
  padding: 2.4rem;
  border-image: linear-gradient(0.25turn, #ff8fad, #92a3ff) 1;
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-bottom-style: solid;
  border-bottom-width: 0.2rem;
  background-color: #fff;
}

.about-shop__aside--section::before,
.about-shop__aside--section::after {
  content: "";
  position: absolute;
  height: 3.184rem;
  width: 18.2rem;
}

.about-shop__aside--section::before {
  background-image: url("/assets/images/decoration-top-aside.webp");
  background-repeat: no-repeat;
  top: -3.184rem;
  left: 4.979rem;
}

.about-shop__aside--section::after {
  background-image: url("/assets/images/decoration-bottom-aside.webp");
  background-repeat: no-repeat;
  bottom: -3.184rem;
  left: 4.979rem;
}

@media screen and (max-width: 767px) {
  .about-shop__aside--section {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .about-shop__aside--section::before,
  .about-shop__aside--section::after {
    margin-left: 50%;
    transform: translateX(-50%);
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__aside--section-hide-when-sp {
    display: none;
  }
}

.about-shop__aside--h2 {
  position: relative;
  padding: 0 0 2.5rem 0;
  margin: 0;
  height: 3rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.04rem;
  color: #0c090d;
  width: 100%;
}

.about-shop__aside--h2::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 0rem;
  width: calc(100% - 3.7rem);
  height: 0.65rem;
  box-sizing: border-box;
  border-top: solid 0.2rem #9597b6;
  border-bottom: solid 0.1rem #9597b6;
}

.about-shop__aside--h2::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/decoration-top-aside-2.webp");
  background-repeat: no-repeat;
  background-position: 100% 0;
  top: 2.6rem;
  left: 0;
  width: 100%;
  height: 2.5rem;
}

.about-shop__aside--li {
  width: 100%;
  height: auto;
  border-bottom: solid 0.1rem #e9eaf8;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.6rem 0;
}

.about-shop__aside--ul .about-shop__aside--li:nth-last-of-type(1) {
  border: none;
}

.about-shop__aside--li-item {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0;
}

.about-shop__aside--li-big-item {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.88rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

.about-shop__aside--li-small-item {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.16rem;
  letter-spacing: 0.05rem;
  color: #606283;
}

.about-shop__aside--li-a {
  height: 2.2rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.16rem;
  text-decoration: underline;
  color: #e43b68;
}

.about-shop__aside--li-a-tip {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-shop__aside--li-span-tip {
  box-sizing: border-box;
  position: relative;
  height: 3rem;
  width: 12rem;
  border-radius: 5.6rem;
  border: solid 0.1rem #e43b68;
  padding: 0.4rem 1.2rem;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.16rem;
  letter-spacing: 0.05rem;
  color: #e43b68;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-shop__aside--li-span-tip::before,
.about-shop__aside--li-span-tip::after {
  content: "";
  position: absolute;
  height: 0.7rem;
  width: 0.1rem;
  background-color: #e43b68;
  border-radius: 0.1rem;
}

.about-shop__aside--li-span-tip::before {
  transform: rotate(45deg);
  top: 1.45rem;
  right: 1.6rem;
}

.about-shop__aside--li-span-tip::after {
  transform: rotate(-45deg);
  bottom: 1.2rem;
  right: 1.6rem;
}

.about-shop__aside--ul-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  height: 3.2rem;
}

.about-shop__aside--img-sns {
  width: 3.2rem;
  height: 3.2rem;
}

.about-shop__aside--img-recruit {
  width: 23.2rem;
  height: 11.6rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__aside--img-recruit {
    width: 100%;
    object-fit: contain;
  }
}

.about-shop__aside--span-job-class {
  display: flex;
  height: 1.7rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.65rem;
  letter-spacing: 0.05rem;
  color: #606283;
}

.about-shop__aside--span-recruit {
  display: flex;
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  color: #0c090d;
}

.about-shop__aside--article-report {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__aside--article-report {
    margin-top: 1.7rem;
  }
}

.about-shop__aside--section .about-shop__aside--article-report:nth-of-type(1) {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .about-shop__aside--section
    .about-shop__aside--article-report:nth-of-type(1) {
    margin-top: 0.85rem;
  }
}

.about-shop__aside--article-report-right,
.about-shop__aside--article-report-left {
  display: flex;
  flex-direction: column;
  width: 12.8rem;
  height: 9.7rem;
  gap: 0.8rem;
}

.about-shop__aside--article-report-img-samnail {
  border-radius: 0.5rem;
  width: 9.6rem;
  height: 9.6rem;
  margin: 0;
}

.about-shop__aside--article-report-img {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.25rem 0.4rem 0.25rem 0.1rem;
}

.about-shop__aside--article-report-a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.24rem;
  color: #0c090d;
  height: 4.4rem;
  width: 100%;
}

.about-shop__aside--article-report-p-editor {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.92rem;
  height: 1.9rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.about-shop__aside--article-report-p-like {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 1.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.about-shop__aside-sns--section {
  background-image: url("/assets/images/smart-phone.webp");
  background-repeat: no-repeat;
  width: 28rem;
  height: 56.5rem;
  box-sizing: border-box;
  padding: 4.27rem 1.456rem 0 1.458rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__aside-sns--section {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.about-shop__aside-sns--row-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
}

.about-shop__aside-sns--column-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.about-shop__aside-sns--p-name {
  width: 100%;
  height: 2.3rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.34rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

.about-shop__aside-sns--p-date {
  font-family: "Tenor Sans", serif;
  width: 100%;
  height: 2.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.38rem;
  letter-spacing: 0.05rem;
  color: #606283;
}

.about-shop__aside-sns--img-icon {
  position: absolute;
  width: 4.56rem;
  height: 4.56rem;
  border-radius: 50%;
  top: 0.03rem;
  left: 0.03rem;
}

.about-shop__aside-sns--img-icon-bg {
  box-sizing: border-box;
  position: relative;
  padding: 0.12rem;
  border: 0.1rem solid transparent;
  background: linear-gradient(0.25turn, #ff4f7e, #ff76ef, #8fa1ff) border-box;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
}

.about-shop__aside-sns--samnail-container {
  position: relative;
  width: 24.8rem;
  height: 23.8rem;
}

.about-shop__aside-sns--img-samnail {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
}

.about-shop__aside-sns--img-sns-bg {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -50%);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: linear-gradient(0.25turn, #ffe6ed, #d6dbf7);
  box-shadow: 0 0 1rem 0 rgba(120, 120, 125, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-shop__aside-sns--img-sns {
  width: 2.8rem;
  height: 2.8rem;
}

.about-shop__aside-sns--p-post {
  width: 24.8rem;
  height: auto;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
}
