/* about_shop */

.about-shop__common--h3 {
  font-weight: 600;
  height: 3.6rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.05rem;
  color: #0c090d;
  font-family: "Shippori Mincho", serif;
  margin: 0 0 1.2rem 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .about-shop__common--h3 {
    margin: 0 0 0.8rem 0;
  }
}

.about-shop__common--h3 span {
  min-width: 3.2rem;
  width: 3.2rem;
  min-height: 3.2rem;
  height: 3.2rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
  box-sizing: border-box;
}

.about-shop__common--h3 span img {
  min-width: 3.2rem;
  width: 3.2rem;
  min-height: 3.2rem;
  height: 3.2rem;
  font-size: 1rem;
  box-sizing: border-box;
}

.about-shop__photo-slider--container {
  position: relative;
}

.about-shop__photo-slider--ul,
.about-shop__photo-slider--ul-small {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 1.6rem;
  overflow: hidden;
  height: auto;
  width: 100%;
}

.about-shop__photo-slider--li {
  width: 30rem;
  min-height: 22.6rem;
  transition: transform 0.3s ease-in-out;
}

.about-shop__photo-slider--li-slided {
  transform: translateX(0);
}

.about-shop__photo-slider--figure,
.about-shop__photo-slider--figure-small {
  width: 30rem;
  min-height: 22.6rem;
  margin: 0;
}

.about-shop__photo-slider--img,
.about-shop__photo-slider--img-small {
  font-size: 1rem;
  width: 30rem;
  height: 20rem;
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  object-fit: cover;
  object-position: center;
}

.about-shop__photo-slider--figcaption {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #606283;
  height: auto;
  display: grid;
}

.about-shop__photo-slider--scroll-left-button,
.about-shop__photo-slider--scroll-left-button-small {
  position: absolute;
  top: 8.5rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  background-color: #e9eaf8;
  border: none;
  cursor: pointer;
  outline: none;
}

.about-shop__photo-slider--scroll-left-button::before,
.about-shop__photo-slider--scroll-left-button::after,
.about-shop__photo-slider--scroll-left-button-small::before,
.about-shop__photo-slider--scroll-left-button-small::after {
  content: "";
  position: absolute;
  height: 1.2rem;
  width: 0.22rem;
  background: #606283;
  border-radius: 0.2rem;
}

.about-shop__photo-slider--scroll-left-button::before,
.about-shop__photo-slider--scroll-left-button-small::before {
  transform: rotate(45deg);
  top: 1.1rem;
  left: 1.9rem;
}

.about-shop__photo-slider--scroll-left-button::after,
.about-shop__photo-slider--scroll-left-button-small::after {
  transform: rotate(-45deg);
  top: 1.8rem;
  left: 1.9rem;
}

.about-shop__photo-slider--scroll-right-button,
.about-shop__photo-slider--scroll-right-button-small {
  position: absolute;
  top: 8.5rem;
  left: calc(100% - 4rem);
  width: 4rem;
  height: 4rem;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  background-color: #606283;
  border: none;
  cursor: pointer;
  outline: none;
}

.about-shop__photo-slider--scroll-right-button::before,
.about-shop__photo-slider--scroll-right-button::after,
.about-shop__photo-slider--scroll-right-button-small::before,
.about-shop__photo-slider--scroll-right-button-small::after {
  content: "";
  position: absolute;
  height: 1.2rem;
  width: 0.22rem;
  background: #e5e6e9;
  border-radius: 0.2rem;
}

.about-shop__photo-slider--scroll-right-button::before,
.about-shop__photo-slider--scroll-right-button-small::before {
  transform: rotate(-45deg);
  top: 1.1rem;
  left: 1.9rem;
}

.about-shop__photo-slider--scroll-right-button::after,
.about-shop__photo-slider--scroll-right-button-small::after {
  transform: rotate(45deg);
  top: 1.8rem;
  left: 1.9rem;
}

.about-shop__photo-slider--scroll-left-button.is-active,
.about-shop__photo-slider--scroll-left-button-small.is-active {
  background-color: #606283;
}

.about-shop__photo-slider--scroll-left-button.is-active::before,
.about-shop__photo-slider--scroll-left-button.is-active::after,
.about-shop__photo-slider--scroll-left-button-small.is-active::before,
.about-shop__photo-slider--scroll-left-button-small.is-active::after {
  background: #ffffff;
}

.about-shop__photo-slider--scroll-right-button.is-inactive,
.about-shop__photo-slider--scroll-right-button-small.is-inactive {
  background-color: #e9eaf8;
}

.about-shop__photo-slider--scroll-right-button.is-inactive::before,
.about-shop__photo-slider--scroll-right-button.is-inactive::after,
.about-shop__photo-slider--scroll-right-button-small.is-inactive::before,
.about-shop__photo-slider--scroll-right-button-small.is-inactive::after {
  background: #606283;
}

.about-shop__photo--p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__photo--p {
    font-size: 1.2rem;
  }
}

.about-shop__qa--ul-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

@media screen and (max-width: 991px) {
  .about-shop__qa--ul-v2 {
    grid-template-columns: 1fr;
  }
}

.about-shop__qa--li-v2 {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.8rem;
  border: solid 0.1rem #d3d4d8;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__qa--li-v2 {
    padding: 1.6rem;
  }
}

.about-shop__qa--h3 {
  width: 100%;
  height: fit-content;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0.05rem;
  color: #e43b68;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .about-shop__qa--h3 {
    font-size: 1.4rem;
  }
}

.about-shop__qa--p {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

@media screen and (max-width: 767px) {
  .about-shop__qa--p {
    font-size: 1.2rem;
  }
}

.about-shop__info--ul-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: start;
  margin-bottom: 4rem;
}

.about-shop__info--li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(50% - 1.5rem);
  min-width: 30.5rem;
  min-height: 2.9rem;
  height: fit-content;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  background-image: linear-gradient(to right, #e9eaf8 8.8rem, transparent);
  background-position: 0 0;
  background-size: 8.8rem 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .about-shop__info--li {
    font-size: 1.2rem;
  }
}

.about-shop__info--key {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8rem;
  min-width: 8.8rem;
  min-height: 2.9rem;
  height: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #0c090d;
  line-height: 150%;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .about-shop__info--key {
    font-size: 1.2rem;
  }
}

.about-shop__info--value {
  display: flex;
  gap: 0.6rem;
  width: auto;
  min-height: 2.9rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0 0.4rem 0.6rem;
  color: #0c090d;
  font-style: normal;
  line-height: 150%;
}

.about-shop__info--img {
  width: 2.4rem;
  height: 2.4rem;
}

.about-shop__job-information--h3-margin-8 {
  margin: 0 0 0.8rem 0;
}

.about-shop__job-information--h3-job-feature {
  margin: 0 0 1.2rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information--h3-job-feature {
    margin: 0 0 0.8rem 0;
  }
}

.about-shop__job-information--container-point-card {
  display: grid;
  grid-template-columns: 60fr 131fr;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information--container-point-card {
    gap: 1.2rem;
  }
}

.about-shop__job-information-point--ul-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information-point--ul-card {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.6rem;
    column-gap: 2.15rem;
  }
}

.about-shop__job-information-point--li-card {
  position: relative;
  max-width: 47.2rem;
  height: auto;
  box-sizing: border-box;
  padding: 2.4rem 1.6rem 1.6rem 1.6rem;
  margin: 3rem 0 0.45rem 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-point--li-card {
    max-width: 34.5rem;
    padding: 2rem 1.2rem 1.2rem 1.2rem;
    margin: 2.4rem 0 0.45rem 0;
  }
}

.about-shop__job-information-point--li-card::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background-image: url("/assets/images/decoration-top-2.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 3rem;
}

.about-shop__job-information-point--li-card::after {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background-image: url("/assets/images/decoration-bottom-2.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 4.5rem;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-point--li-card::before {
    top: -2.4rem;
    height: 2.4rem;
    background-size: 100% 2.4rem;
  }
}

.about-shop__job-information-point--h3 {
  background: linear-gradient(0.25turn, #ff4f7e 0%, #ff76ef 39%, #8fa1ff 67%);
  background-clip: text;
  color: transparent;
  box-sizing: border-box;
  text-align: center;
  opacity: 0.3;
  margin: 0 0 1.6rem 0;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information-point--h3 {
    font-size: 2rem;
    margin: 0 0 1.2rem 0;
  }
}

.about-shop__job-information-point--img {
  width: 14rem;
  height: 14rem;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-point--img {
    width: 9.6rem;
    height: 9.6rem;
  }
}

.about-shop__job-information-point--p-title {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.1rem;
  color: #e43b68;
  margin-bottom: 0.8rem;
}

.about-shop__job-information-point--p {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-point--p {
    font-size: 1.2rem;
  }
}

.about-shop__job-information-costume--ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-costume--ul {
    gap: 0.8rem;
    margin: 0 0 1.6rem 0;
  }
}

.about-shop__job-information-costume--li {
  position: relative;
  box-sizing: border-box;
  padding: 3.3% 1.36rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  aspect-ratio: 51/68;
}

.about-shop__job-information-costume--li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.6rem;
  width: 100%;
  height: 100%;
  background: url("/assets/images/costume-card.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-costume--li {
    padding: 3.3% 0.583rem;
  }

  .about-shop__job-information-costume--li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 0.2rem);
    width: calc(100% + 0.2rem);
  }
}

.about-shop__job-information-costume--img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-costume--img {
    width: 100%;
    height: 100%;
  }
}

.about-shop__job-information-costume--p {
  position: relative;
  width: 100%;
  height: fit-content;
  border-radius: 0.8rem;
  padding: 2.4rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-costume--p {
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}

.about-shop__job-information-costume--p::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.8rem;
  border: solid 0.1rem transparent;
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff) border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.about-shop__job-information-voice--ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.96rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-voice--ul {
    gap: 1.2rem;
    margin-bottom: 1.6rem;
  }
}

.about-shop__job-information-voice--li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-voice--li {
    gap: 1.767rem;
  }
}

.about-shop__job-information-voice--img {
  margin: 0.16rem;
  width: 6.08rem;
  height: 6.08rem;
  border-radius: 50%;
}

@media screen and (max-width: 375px) {
  .about-shop__job-information-voice--img {
    margin: 0.1rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}

.about-shop__job-information-voice--img-bg {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: linear-gradient(0.25turn, #ff4f7e 0%, #ff76ef 39%, #8fa1ff 67%);
  margin: 0 0 0.4rem 0;
}

@media screen and (max-width: 375px) {
  .about-shop__job-information-voice--img-bg {
    width: 4rem;
    height: 4rem;
  }
}

.about-shop__job-information-voice--span {
  display: block;
  min-width: 6.4rem;
  height: 2.1rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
  color: #e43b68;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-voice--span {
    min-width: 4rem;
    font-size: 1.2rem;
  }
}

.about-shop__job-information-voice--p {
  position: relative;
  box-sizing: border-box;
  padding: 1.2rem;
  border-radius: 1rem;
  color: #0c090d;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.56rem;
  letter-spacing: 0.04rem;
  height: fit-content;
}

.about-shop__job-information-voice--p::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  background: linear-gradient(0.25turn, #ff4f7e 0%, #ff76ef 39%, #8fa1ff 67%)
    border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.about-shop__job-information-voice--span-decoration {
  position: absolute;
  top: calc(50% - 1rem);
  left: -1.5rem;
  width: 1.6rem;
  height: 2rem;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 100% 0%);
  z-index: 2;
}

.about-shop__job-information-voice--span-decoration::before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  left: 0rem;
  background-color: #ff4f7e;
  width: 1.7rem;
  height: 2rem;
  clip-path: polygon(
    100% 0%,
    calc(100% - 0.1rem) 0%,
    0% 50%,
    calc(100% - 0.1rem) 100%,
    100% 100%,
    100% calc(100% - 0.05rem),
    0.16rem 50%,
    100% 0.05rem
  );
}

.about-shop__job-information-voice--span-border-white-out {
  content: "";
  position: absolute;
  top: calc(50% - 0.9rem);
  left: 0rem;
  width: 0.2rem;
  height: 1.8rem;
  background-color: #fff;
  z-index: 1;
}

.about-shop__job-information-qa--gap {
  margin-bottom: 2.4rem;
}

.about-shop__job-information-feature--ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 100%;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-feature--ul {
    gap: 0.6rem 0.4rem;
  }
}

.about-shop__job-information-feature--li {
  height: 3.8rem;
  border-radius: 18.9rem;
  border: solid 0.1rem #606283;
  box-sizing: border-box;
  padding: 0.8rem 1.6rem;
  background-color: #f3f5fb;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information-feature--li {
    height: 3.1rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }
}
