/* about_shop */

.about-shop__main--container,
.about-shop__main--container-with-no-separator {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 4rem;
  box-sizing: border-box;
  padding: 4rem 0 4rem 0;
  margin: 0 max(1.6rem, calc(50% - 64rem)) 0 max(1.6rem, calc(50% - 64rem));
  background-image: linear-gradient(to right, #9394a1 0.2rem, #fff 0.2rem);
  background-repeat: repeat-x;
  background-position: 2.1rem calc(100% - 0.75rem);
  background-size: 0.4rem 0.15rem;
}

.about-shop__main--container::before {
  content: "";
  position: absolute;
  width: 2.174rem;
  height: 1.174rem;
  background-image: url("/assets/images/circle-and-rect.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.174rem 1.174rem;
  top: calc(100% - 1.374rem);
  left: 0;
}

.about-shop__main--container::after {
  content: "";
  position: absolute;
  width: 2.174rem;
  height: 1.174rem;
  background-image: url("/assets/images/circle-and-rect.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.174rem 1.174rem;
  top: calc(100% - 1.374rem);
  right: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .about-shop__main--container,
  .about-shop__main--container-with-no-separator {
    flex-direction: column;
    gap: unset;
    padding: 4rem 0 1.68rem 0;
  }
}

.about-shop__main--container section {
  order: 0;
}

.about-shop__main--container aside {
  order: 1;
}

.about-shop__main--p-shop-name {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  align-items: center;
  color: #606283;
  margin-bottom: 0.4rem;
}

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

.about-shop__top--section {
  width: calc(100% - 32rem);
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--section {
    width: 100%;
  }
}

.about-shop__top--h1 {
  height: 6.3rem;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 150%;
  letter-spacing: 0.44rem;
  font-family: "Shippori Mincho", serif;
  color: #0c090d;
  margin: 0 0 0.85rem 0;
  padding: 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about-shop__top--h1 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__top--h1 {
    font-size: 1.8rem;
    height: 2.8rem;
  }
}

.about-shop__top--img-cocktail {
  width: 5.4rem;
  height: 5.4rem;
  padding: 0.45rem 0;
  margin-right: 0.82rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--img-cocktail {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0.4rem 0.8rem 0.4rem 0;
    padding: 0;
  }
}

.about-shop__top--img-map {
  width: 1.747rem;
  height: 2.235rem;
  padding: 0.2rem 0.4rem;
  margin-right: 0.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--img-map {
    width: 1.075rem;
    height: 1.375rem;
    margin: 0.6rem 0.4rem 0 0;
    padding: 0;
  }
}

.about-shop__top--address {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  height: 2.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--address {
    font-size: 1.2rem;
    line-height: 180%;
    margin-bottom: 2.4rem;
  }
}

.about-shop__top--nav {
  margin-top: 4rem;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--nav {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

.about-shop__top--nav-blog-sns {
  margin-top: 4.05rem;
  margin-bottom: 2.4rem;
}

.about-shop__top--ul {
  display: flex;
  overflow-x: scroll;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-shop__top--ul {
    margin-left: -1.6rem;
    width: calc(100% + 1.6rem);
  }
}

.about-shop__top--ul::-webkit-scrollbar {
  display: none;
}

.about-shop__top--li {
  width: 10.667rem;
  min-width: 10.667rem;
  height: 6rem;
  box-sizing: border-box;
  border-bottom: solid 0.2rem #d3d4db;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--li {
    min-width: 6.4rem;
    width: max(calc(100% / 9), 6.4rem);
  }
}

.about-shop__top--a {
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  color: #606283;
  align-items: center;
}

.about-shop__top--a::before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  top: -2.8rem;
  left: calc(50% - 1.4rem);
}

.about-shop__top--ul li:nth-of-type(1) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/home-gray.png");
}

.about-shop__top--ul li:nth-of-type(2) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/diamond-gray.png");
}

.about-shop__top--ul li:nth-of-type(3) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/coupon-gray.png");
}

.about-shop__top--ul li:nth-of-type(4) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/calendar-gray.png");
}

.about-shop__top--ul li:nth-of-type(5) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/kuchikomi-gray.png");
}

.about-shop__top--ul li:nth-of-type(6) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/blog-gray.png");
}

.about-shop__top--ul li:nth-of-type(7) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/news-gray.png");
}

.about-shop__top--ul li:nth-of-type(8) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/event-gray.png");
}

.about-shop__top--ul li:nth-of-type(9) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/recruit-gray.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(1)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/home-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(2)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/diamond-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(3)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/coupon-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(4)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/calendar-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(5)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/kuchikomi-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(6)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/blog-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(7)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/news-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(8)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/event-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(9)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/recruit-pink.png");
}

.about-shop__top--li.about-shop__top--li-selected {
  position: relative;
  border-bottom: solid 0.2rem #e43b68;
}

.about-shop__top--li.about-shop__top--li-selected::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.3rem;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(127, 128, 137, 0.3);
}

.about-shop__top--li.about-shop__top--li-selected .about-shop__top--a {
  color: #e43b68;
}

.about-shop__common--h2-big {
  position: relative;
  height: 3.6rem;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 5.213rem;
  letter-spacing: 0.8rem;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  color: #0c090d;
  margin: 0 0 4rem 0;
  padding: 0;
  text-align: center;
}

.about-shop__common--h2-big::after {
  content: "";
  position: absolute;
  transform: translate(-84%, -44%);
  background-image: url("/assets/images/buble2.webp");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 5.911rem 5.911rem;
  width: 5.911rem;
  height: 5.911rem;
}

@media screen and (max-width: 767px) {
  .about-shop__common--h2-big {
    height: 2.4rem;
    font-size: 2.4rem;
    line-height: 100%;
    margin: 0 0 2.4rem 0;
  }
}

.about-shop__common--h2,
.about-shop__common--h2-birthday,
.about-shop__common--h2-shop-event {
  height: 5.2rem;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.08rem;
  color: #0c090d;
  font-family: "Tenor Sans", serif;
  box-sizing: border-box;
  margin: 0 0 1.6rem 0;
  padding: 0.1rem 0 0.1rem 5.6rem;
  background-image: url("/assets/images/shining-diamond.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 5.2rem 5.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__common--h2 {
    height: 4rem;
    font-size: 2.2rem;
    padding: 0.35rem 0 0.35rem 4.4rem;
    background-size: 4rem 4rem;
    margin: 0 0 0.8rem 0;
  }
}

.about-shop__common--h2 span,
.about-shop__common--h2-birthday span,
.about-shop__common--h2-shop-event span {
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff);
  background-clip: text;
  color: transparent;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding-left: 1.2rem;
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 767px) {
  .about-shop__common--h2 span,
  .about-shop__common--h2-birthday span,
  .about-shop__common--h2-shop-event span {
    font-size: 1.2rem;
  }
}

.about-shop__common--separator {
  width: 2rem;
  height: 2.2rem;
  object-fit: contain;
  box-sizing: content-box;
  padding: 2.5rem calc(50% - 1rem) 2.5rem calc(50% - 1rem);
  background-image: url("/assets/images/separate-line.webp");
  background-repeat: repeat-x;
  background-position: 0 calc(50% - 0.09rem);
}

@media screen and (max-width: 767px) {
  .about-shop__common--separator {
    padding: 1.7rem calc(50% - 1rem) 1.7rem calc(50% - 1rem);
  }
}

.about-shop__common--table {
  border: solid 0.1rem #d3d4db;
  border-radius: 0.8rem;
  width: 100%;
}

.about-shop__common--tr {
  width: 100%;
}

.about-shop__common--th {
  box-sizing: border-box;
  background-color: #f3f5fb;
  border-bottom: dashed 0.1rem #d3d4db;
  padding: 1.2rem 1.6rem;
  width: 28rem;
  min-height: 4.9rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .about-shop__common--th {
    width: 12rem;
  }
}

.about-shop__common--td {
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: dashed 0.1rem #d3d4db;
  padding: 1.2rem 1.6rem;
  width: calc(100% - 28rem);
  height: 4.9rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  text-align: left;
}

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

.about-shop__common--table-row-medium {
  min-height: 6.9rem;
  padding: 2rem 1.6rem;
  font-size: 1.6rem;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .about-shop__common--table-row-medium {
    min-height: 4.6rem;
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}

.about-shop__common--tr:nth-of-type(1) .about-shop__common--th {
  border-top-left-radius: 0.8rem;
}

.about-shop__common--tr:nth-of-type(1) .about-shop__common--td {
  border-top-right-radius: 0.8rem;
}

.about-shop__common--tr:nth-last-of-type(1) .about-shop__common--th {
  border-bottom-left-radius: 0.8rem;
  border-bottom: none;
}

.about-shop__common--tr:nth-last-of-type(1) .about-shop__common--td {
  border-bottom-right-radius: 0.8rem;
  border-bottom: none;
}

.about-shop__common--banner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-shop__common--banner {
    width: 100%;
    height: 16.7rem;
    object-fit: cover;
  }
}

.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%;
}

@media screen and (max-width: 767px) {
  .about-shop__photo-slider--ul-small {
    overflow-x: scroll;
  }
  .about-shop__photo-slider--ul-small::-webkit-scrollbar {
    display: none;
  }
}

.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;
}

@media screen and (max-width: 767px) {
  .about-shop__photo-slider--figure-small {
    width: 15rem;
    height: 12.6rem;
    min-height: fit-content;
  }
}

.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;
}

@media screen and (max-width: 767px) {
  .about-shop__photo-slider--img-small {
    width: 15rem;
    height: 10rem;
  }
}

.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--figcaption-strong {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__photo-slider--figcaption-strong {
    font-size: 1.4rem;
  }
}

.about-shop__photo-slider--figcaption-access {
  display: flex;
  height: 2rem;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__photo-slider--figcaption-access {
    font-size: 1rem;
    height: 1.5rem;
    margin-left: -0.1rem;
  }
}

.about-shop__photo-slider--figcaption-img-map {
  width: 1.193rem;
  height: 1.647rem;
  margin: 0.167rem 0.39rem 0.186rem 0.417rem;
}

@media screen and (max-width: 767px) {
  .about-shop__photo-slider--figcaption-img-map {
    width: 0.835rem;
    height: 1.153rem;
    margin: 0.317rem 0.273rem 0.13rem 0.292rem;
  }
}

.about-shop__photo-slider--separator {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.9rem calc(50% - 0.9rem) 0.8rem calc(50% - 0.9rem);
  background-image: url("/assets/images/separate-line.webp");
  background-repeat: repeat-x;
  background-position: 0 50%;
}

.about-shop__photo-slider--tip-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.about-shop__photo-slider--tip {
  height: 2.2rem;
  border-radius: 1.9rem;
  box-sizing: border-box;
  border: solid 0.1rem #e43b68;
  padding: 0.2rem 0.6rem;
  color: #e43b68;
}

.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;
}

@media screen and (max-width: 767px) {
  .about-shop__photo-slider--scroll-left-button-small,
  .about-shop__photo-slider--scroll-right-button-small {
    display: none;
  }
}

.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__menu--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__menu--p {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}

.about-shop__menu--p-small {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

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

.about-shop__menu--container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.about-shop__menu--section-h3 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.about-shop__menu--h3 {
  margin: 0;
  padding: 0;
  width: auto;
  height: 3.6rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #e43b68;
}

@media screen and (max-width: 767px) {
  .about-shop__menu--h3 {
    font-size: 1.6rem;
    height: 2.9rem;
  }
}

.about-shop__qa--ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.about-shop__qa--li {
  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 {
    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__coupon--ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--ul {
    padding: 0.8rem 0 1.6rem 1.6rem;
    overflow-x: scroll;
    flex-direction: row;
    width: 100%;
  }
  .about-shop__coupon--ul::-webkit-scrollbar {
    background: linear-gradient(
      to right,
      #e9eaf8 calc(100% - 1.6rem),
      transparent 1.6rem
    );
    height: 0.5rem;
  }
  .about-shop__coupon--ul::-webkit-scrollbar-thumb {
    background: #606283;
    border-radius: 6.4rem;
  }
}

.about-shop__coupon--li {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--li {
    flex-direction: column;
    width: 31.3rem;
    min-width: 31.3rem;
    height: unset;
  }
}

.about-shop__coupon--img-samnail {
  width: min(34rem, 35.4%);
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--img-samnail {
    width: 100%;
    height: 18rem;
  }
}

.about-shop__coupon--container {
  position: relative;
  width: min(62rem, 64.6%);
  height: auto;
  box-sizing: border-box;
  padding: 2.2rem 2.3rem;
  display: flex;
  flex-direction: column;
  background-image: url("/assets/images/coupon-card.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--container {
    width: 100%;
    height: 31.2rem;
    padding: 0.8rem;
    background-image: url("/assets/images/coupon-card-sp.webp");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.about-shop__coupon--img-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-shop__coupon--img-present {
  position: absolute;
  top: 30%;
  right: 25%;
}

.about-shop__coupon--img-coupon {
  position: absolute;
  top: 26%;
  right: 10%;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--img-coupon {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%) rotate(90deg);
  }
}

.about-shop__coupon--p-shop-info {
  width: 100%;
  height: 2.8rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #606283;
  margin-bottom: 0.363rem;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--p-shop-info {
    font-size: 1.2rem;
    width: 100%;
  }
}

.about-shop__coupon--span-shop-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 2.8rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  background-color: #606283;
  color: #fff;
  border-radius: 4rem;
  margin-bottom: 0.717rem;
  box-sizing: border-box;
  padding: 0.4rem 1rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--span-shop-info {
    height: 2.3rem;
    font-size: 1.1rem;
    margin-right: 0.6rem;
  }
}

.about-shop__coupon--b {
  width: 84%;
  font-weight: 600;
  font-size: 2rem;
  line-height: 150%;
  color: #e43b68;
  margin: 0 0 0.3rem 0;
  font-family: "Shippori Mincho", serif;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--b {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 1.2rem 0;
  }
}

.about-shop__coupon--p-description {
  width: 84%;
  min-height: 8rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  padding: 0 0 0.837rem 0;
  background-image: url("/assets/images/notebook.webp");
  background-repeat: repeat;
  background-size: 46.3rem 5.04rem;
  background-position: 0 2.52rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--p-description {
    width: 100%;
    font-size: 1.2rem;
    line-height: 200%;
    padding: 0 0 1.6rem 0;
    background-size: 46.3rem 4.8rem;
    background-position: 0 0;
  }
}

.about-shop__coupon--p-note {
  width: 46.9rem;
  height: 1.7rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.65rem;
  letter-spacing: 0.05rem;
  color: #c6395f;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-shop__coupon--p-note {
    width: 100%;
  }
}

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

.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__nearby-stores--section {
  max-width: 128rem;
  padding: 10rem max(1.6rem, calc(50% - 64rem)) 5.226rem
    max(1.6rem, calc(50% - 64rem));
  margin-bottom: 4.774rem;
}

@media screen and (max-width: 767px) {
  .about-shop__nearby-stores--section {
    padding: 4rem 0 4rem 1.6rem;
    margin-bottom: 0;
  }
}

.about-shop__nearby-stores--a-see-more {
  position: relative;
  box-sizing: border-box;
  border-radius: 10rem;
  height: 5.1rem;
  width: 31.7rem;
  padding: 1.2rem 6rem;
  margin: 6.4rem calc(50% - 15.85rem) 0 calc(50% - 15.85rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43b68;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.05rem;
  transition:
    background-color 0.3s,
    color 0.3s,
    border 0.3s;
}

.about-shop__nearby-stores--a-see-more:hover {
  color: #e43b68;
  background-color: #fff;
  outline: solid 0.1rem #e43b68;
}

.about-shop__nearby-stores--a-see-more::before,
.about-shop__nearby-stores--a-see-more::after {
  content: "";
  position: absolute;
  height: 1.1rem;
  width: 0.167rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.about-shop__nearby-stores--a-see-more::before {
  transform: rotate(-45deg);
  top: 1.65rem;
  right: 2.3rem;
}

.about-shop__nearby-stores--a-see-more::after {
  transform: rotate(45deg);
  bottom: 1.65rem;
  right: 2.3rem;
}

.about-shop__nearby-stores--a-see-more:hover::before,
.about-shop__nearby-stores--a-see-more:hover::after {
  background-color: #e43b68;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about-shop__nearby-stores--a-see-more {
    margin: 2.4rem calc(50% - 11rem) 0 calc(50% - 11rem);
    width: 22rem;
  }
}

.about-shop__report--section {
  position: relative;
  max-width: 128rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem max(1.6rem, calc(50% - 54rem)) 10rem
    max(1.6rem, calc(50% - 54rem));
  background: #fff;
}

.about-shop__report--section::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/report-bg.webp");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .about-shop__report--section {
    padding: 4rem 1.6rem 0rem 1.6rem;
  }
  .about-shop__report--section::before {
    opacity: 0.3;
  }
}

.about-shop__report--h2 {
  position: relative;
  height: 7.9rem;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  font-family: "Tenor Sans", serif;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--h2 {
    height: 5.3rem;
    font-size: 3rem;
  }
}

.about-shop__report--h2 span {
  position: absolute;
  bottom: 0;
  left: calc(50% - 7.35rem);
  height: 2.3rem;
  width: 14.7rem;
  color: #fc7e9f;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", serif;
}

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

.about-shop__report--h2::after {
  content: "";
  position: absolute;
  transform: translate(-34%, -30%);
  background-image: url("/assets/images/buble2.webp");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  width: 7.5rem;
  height: 7.5rem;
}

.about-shop__report--i-separator {
  position: relative;
  width: 100%;
  height: 1.6rem;
  background-image: url("/assets/images/separate-line.webp");
  background-repeat: repeat-X;
  background-position: 0 0.7rem;
  background-size: 33.9rem 0.2rem;
}

.about-shop__report--i-separator::before,
.about-shop__report--i-separator::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/assets/images/separate-star.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1.5rem 1.5rem;
}

.about-shop__report--i-separator::before {
  left: 0;
}

.about-shop__report--i-separator::after {
  right: 0;
}

.about-shop__report--card,
.about-shop__report--card-sp {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem;
  box-sizing: border-box;
  padding: 1.8rem 0 3.4rem 0;
  background-image: url("/assets/images/separate-line.webp");
  background-repeat: repeat-x;
  background-position: 0 calc(100% - 0.65rem);
  background-size: 33.9rem 0.2rem;
}

.about-shop__report--card::before,
.about-shop__report--card::after,
.about-shop__report--card-sp::before,
.about-shop__report--card-sp::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/assets/images/separate-star.webp");
  background-repeat: no-repeat;
  background-position: 0 0rem;
  background-size: 1.5rem 1.5rem;
  z-index: 1;
}

.about-shop__report--card::before,
.about-shop__report--card-sp::before {
  left: 0;
}

.about-shop__report--card::after,
.about-shop__report--card-sp::after {
  right: 0;
}

.about-shop__report--card-sp {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about-shop__report--card {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__report--card {
    display: none;
  }
  .about-shop__report--card-sp {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.8rem 0 2.8rem 0;
  }
}

.about-shop__report--a-samnail {
  width: 40rem;
  height: 30rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about-shop__report--a-samnail {
    width: 28%;
    height: 25.5%;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__report--a-samnail {
    width: 9.1rem;
    height: 6.1rem;
  }
}

.about-shop__report--img-samnail {
  width: 40rem;
  height: 30rem;
  border-radius: 0.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about-shop__report--img-samnail {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__report--img-samnail {
    width: 9.1rem;
    height: 6.1rem;
  }
}

.about-shop__report--span-alt {
  opacity: 0;
  width: 0;
  height: 0;
}

.about-shop__report--container {
  width: calc(100% - 40rem);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about-shop__report--container {
    width: 78%;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__report--container {
    width: 100%;
  }
}

.about-shop__report--top-container-sp {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-shop__report--top-container-sp {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
}

.about-shop__report--title {
  display: flex;
  width: auto;
  height: fit-content;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  font-family: "Shippori Mincho", serif;
  color: #e43b68;
  margin: 0 0 0.8rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__report--title {
    font-size: 1.6rem;
  }
}

.about-shop__report--ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--ul {
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    margin-bottom: 0;
  }
}

.about-shop__report--li {
  display: flex;
  width: auto;
  height: 2.9rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--li {
    height: 2.1rem;
  }
}

.about-shop__report--key {
  padding: 0.4rem 0.8rem;
  background-color: #e9eaf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0;
}

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

.about-shop__report--value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  text-indent: 0.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--value {
    padding: 0.2rem 0 0.2rem 0.4rem;
    font-size: 1.2rem;
  }
}

.about-shop__report--container-shop-info {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  padding: 1.6rem;
  gap: 1.2rem;
  border: solid 0.1rem #d3d4db;
  margin-bottom: 1.2rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about-shop__report--container-shop-info {
    padding: 1.2rem;
    margin: 0;
  }
}

.about-shop__report--shop-info {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0;
  display: flex;
  align-items: center;
  border-image: linear-gradient(0.25turn, #ff8fad, #92a3ff) 1;
  border-bottom-style: solid;
  border-bottom-width: 0.1rem;
}

.about-shop__report--span-shop-info-logo {
  width: 2.4rem;
  height: 2.4rem;
}

.about-shop__report--span-shop-info {
  margin: 0.4rem 0 0.4rem 0.783rem;
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff);
  background-clip: text;
  color: transparent;
  line-height: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--span-shop-info {
    font-size: 1.4rem;
  }
}

.about-shop__report--span-shop-info-normal {
  padding-left: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--span-shop-info-normal {
    font-size: 1.1rem;
  }
}

.about-shop__report--container-shop-info-items {
  display: flex;
  align-items: center;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .about-shop__report--container-shop-info-items {
    align-items: unset;
  }
}

.about-shop__report--img-shop-info-samnail {
  width: 12rem;
  height: 8rem;
  margin: 1.45rem 1.2rem 1.45rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__report--img-shop-info-samnail {
    width: 9rem;
    height: 6rem;
    margin: 0 0.8rem 0 0;
  }
}

.about-shop__report--container-shop-info-items-text {
  height: fit-content;
  display: flex;
  flex-direction: column;
  inset: 0;
}

.about-shop__report--p-shop-name {
  height: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin-bottom: 0.4rem;
}

.about-shop__report--shop-address {
  display: flex;
  height: 2.2rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--shop-address {
    height: fit-content;
    font-size: 1.1rem;
  }
}

.about-shop__report--img-map {
  width: 1.209rem;
  height: 1.547rem;
  padding: 0.327rem 0.296rem 0.326rem 0.295rem;
  margin-right: 0.4rem;
}

.about-shop__report--button-see-more,
.about-shop__report--button-see-close {
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #e43b68;
  padding: 0 2.2rem 0 0;
  width: fit-content;
  background-color: transparent;
  margin-left: 50%;
  transform: translateX(-50%);
}

.about-shop__report--button-see-more::after,
.about-shop__report--button-see-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.9rem;
  height: 0.6rem;
  background-image: url("/assets/images/triangle-top-pink.webp");
  background-position: 0 0;
  transform: translate(-0.8rem, 0.65rem);
}

.about-shop__report--button-see-close {
  margin-top: 0.8rem;
}

.about-shop__report--button-see-more::after {
  transform: translate(-0.8rem, 0.65rem) rotate(180deg);
}

.about-shop__report--ul-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.6rem;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__report--ul-category {
    margin-bottom: 0.8rem;
  }
}

.about-shop__report--li-category {
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #606283;
  border-right: solid 0.1rem #9394a1;
  padding-right: 0.6rem;
}

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

@media screen and (max-width: 767px) {
  .about-shop__report--li-category {
    height: 1.7rem;
    font-size: 1.1rem;
  }
}

.about-shop__report--ul-tip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.about-shop__report--li-tip {
  box-sizing: border-box;
  height: 2.2rem;
  padding: 0.2rem 0.8rem;
  background-color: #f3f5fb;
  border: solid 0.1rem #606283;
  color: #606283;
  line-height: 150%;
  border-radius: 2.6rem;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
}

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

.about-shop__report--button-thumb-up {
  box-sizing: border-box;
  border: none;
  border-radius: 9.6rem;
  min-width: 7rem;
  width: fit-content;
  height: 2.8rem;
  padding: 0.4rem 1.2rem;
  background-color: #e9eaf8;
  display: flex;
  gap: 0.4rem;
  cursor: pointer;
}

.about-shop__report--img-thumb-up {
  width: 2rem;
  height: 2rem;
}

.about-shop__report--span-thumb-up {
  width: 2.2rem;
  height: 2.2rem;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  color: #606283;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-shop__report-a-report-list {
  position: relative;
  box-sizing: border-box;
  border-radius: 10rem;
  height: 5.1rem;
  padding: 1.2rem 6rem;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43b68;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  transition:
    background-color 0.3s,
    color 0.3s,
    border 0.3s;
}

.about-shop__report-a-report-list:hover {
  color: #e43b68;
  background-color: #fff;
  outline: solid 0.1rem #e43b68;
}

.about-shop__report-a-report-list::before,
.about-shop__report-a-report-list::after {
  content: "";
  position: absolute;
  height: 1.1rem;
  width: 0.167rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.about-shop__report-a-report-list::before {
  transform: rotate(-45deg);
  top: 1.65rem;
  right: 2.3rem;
}

.about-shop__report-a-report-list::after {
  transform: rotate(45deg);
  bottom: 1.65rem;
  right: 2.3rem;
}

.about-shop__report-a-report-list:hover::before,
.about-shop__report-a-report-list:hover::after {
  background-color: #e43b68;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about-shop__report-a-report-list {
    height: 4.5rem;
    margin-top: 2.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1.2rem 3.2rem;
  }
  .about-shop__report-a-report-list::before {
    top: 1.4rem;
  }
  .about-shop__report-a-report-list::after {
    bottom: 1.4rem;
  }
}

.about-shop__report--shop-info-item-hide {
  display: none;
}

.about-shop__common--aside {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.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;
}

.about-shop__review--section {
  width: 100%;
  height: auto;
}

.about-shop__review--h2-1th,
.about-shop__review--h2-2th {
  height: 4rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0;
  padding-left: 4.4rem;
  background-image: url("/assets/images/shining-diamond.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 4rem 4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--h2-1th,
  .about-shop__review--h2-2th {
    height: 2.4rem;
    font-size: 1.6rem;
    padding-left: 2.8rem;
    background-size: 2.4rem 2.4rem;
  }
}

.about-shop__review--h2-1th {
  margin-bottom: 2.4rem;
}

.about-shop__review--h2-2th {
  margin-bottom: 0.8rem;
}

.about-shop__review--container-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.55rem 0;
  align-items: center;
  margin: 0 0 2.4rem 0;
}

@media screen and (max-width: 1050px) {
  .about-shop__review--container-top {
    padding: 0.55rem 0 4.4rem 0;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-top {
    justify-content: space-between;
  }
}

.about-shop__review--avg-count-stars {
  box-sizing: border-box;
  height: 3.6rem;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #000;
  margin-left: 1.053rem;
  margin-right: 0.4rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .about-shop__review--avg-count-stars {
    height: 2.7rem;
    font-size: 1.8rem;
    margin-left: 0.711rem;
    margin-right: 0.2rem;
  }
}

.about-shop__review--count-reviews {
  box-sizing: border-box;
  height: 2.7rem;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #606283;
  margin-right: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .about-shop__review--count-reviews {
    height: 1.8rem;
    font-size: 1.2rem;
  }
}

.about-shop__review--a-write-review {
  box-sizing: border-box;
  width: 15.1rem;
  height: 3.7rem;
  border-radius: 10rem;
  padding: 0.8rem 2.4rem;
  background-color: #e43b68;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--a-write-review {
    height: 3.4rem;
    width: 12rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
    margin: 0 0 0 auto;
  }
}

.about-shop__review--select-pseudo-element {
  top: 0;
  right: 0;
}

.about-shop__review--select-pseudo-element-1th {
  position: relative;
  width: 28.4rem;
  margin: 0 0 0 auto;
}

.about-shop__review--select-pseudo-element-2th {
  position: relative;
  width: 24rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--select-pseudo-element-2th {
    width: 100%;
    max-width: 31.3rem;
  }
}

.about-shop__review--select-pseudo-element-1th::before {
  content: "";
  position: absolute;
  content: "並び替え";
  font-family: "Noto Sans JP", serif;
  position: absolute;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  color: #606283;
  top: 0.6rem;
  left: 1.2rem;
  pointer-events: none;
}

@media screen and (max-width: 1050px) {
  .about-shop__review--select-pseudo-element-1th {
    position: absolute;
    top: calc(100% - 3.2rem);
    right: unset;
    left: 0;
    width: fit-content;
    min-width: 12rem;
  }
  .about-shop__review--select-pseudo-element-1th::before {
    display: none;
  }
}

.about-shop__review--button-sort,
.about-shop__review--button-select {
  width: 100%;
  height: 4.8rem;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1.8rem 1.2rem 0.6rem 1.2rem;
  outline: none;
  border: solid 0.1rem #9394a1;
  border-radius: 0.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #221a15;
  font-family: "Noto Sans JP", serif;
  background-color: #fff;
  text-align: left;
  text-indent: -0.1rem;
}

.about-shop__review--button-select {
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
}

@media screen and (max-width: 1050px) {
  .about-shop__review--button-sort {
    height: 3.2rem;
    padding: 0.7rem 0.8rem 0.9rem 1.2rem;
    border-radius: 10rem;
    font-size: 1.2rem;
    line-height: 130%;
  }
  .about-shop__review--button-select {
    padding: 1.25rem 1.2rem 1.45rem 1.2rem;
    font-size: 1.4rem;
  }
}

.about-shop__review--button-sort-triangle-mark,
.about-shop__review--button-select-triangle-mark {
  content: "";
  position: absolute;
  right: 2.2rem;
  top: calc(50% + 0.1rem);
  width: 0.1rem;
  height: 0.1rem;
  transform: rotate(90deg);
}

@media screen and (max-width: 1050px) {
  .about-shop__review--button-sort-triangle-mark,
  .about-shop__review--button-select-triangle-mark {
    transform: translate(0rem, -0.1rem) rotate(90deg);
  }
}

.about-shop__review--button-sort-triangle-mark::before,
.about-shop__review--button-select-triangle-mark::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #0c090d;
  border-radius: 0.1rem;
  top: -0.6rem;
  right: 0rem;
  cursor: pointer;
}

.about-shop__review--button-sort-triangle-mark:after,
.about-shop__review--button-select-triangle-mark:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.8rem;
  transform: rotate(45deg);
  background-color: #0c090d;
  border-radius: 0.1rem;
  top: -0.1rem;
  right: 0rem;
  cursor: pointer;
}

.about-shop__review--ul-option-container {
  position: absolute;
  width: 27.5rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0.5rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(127, 128, 137, 0.3);
  z-index: 1;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--ul-option-container {
    width: 18rem;
    margin-top: 0.4rem;
  }
}

.about-shop__review--ul-option-container-hidden {
  display: none;
}

.about-shop__review--li-option {
  width: 100%;
  height: 4.5rem;
  box-sizing: border-box;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #606283;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .about-shop__review--li-option {
    height: 3rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
  }
}

.about-shop__review--li-option:hover {
  background: #f3f5fb;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

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

.about-shop__review--ul-option-container
  .about-shop__review--li-option:nth-of-type(1) {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.about-shop__review--ul-option-container
  .about-shop__review--li-option:nth-last-of-type(1) {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.about-shop__review--li-option-selecting {
  position: relative;
  background-color: #f3f5fb;
  color: #0c090d;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
}

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

.about-shop__review--li-option-selecting::before,
.about-shop__review--li-option-selecting::after {
  content: "";
  position: absolute;
  bottom: 1.95rem;
  right: 3rem;
  background-color: #7f8089;
  border-radius: 0.05rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--li-option-selecting::before,
  .about-shop__review--li-option-selecting::after {
    bottom: 1rem;
    right: 2rem;
  }
}

.about-shop__review--li-option-selecting::before {
  width: 0.1rem;
  height: 0.5rem;
  transform: translate(-0.3rem, 0) rotate(-45deg);
}

.about-shop__review--li-option-selecting::after {
  width: 0.1rem;
  height: 1.1rem;
  transform: translate(0.2rem, 0.1rem) rotate(45deg);
}

.about-shop__review--li-option {
  padding: 0; /* move padding to <a> */
}

.about-shop__review--li-option > a,
.about-shop__review--li-option > a:link,
.about-shop__review--li-option > a:visited {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem;

  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .about-shop__review--li-option > a {
    padding: 0.8rem 1.6rem;
  }
}

.about-shop__review--icon-alt {
  opacity: 0;
  color: transparent;
}

.about-shop__review--review-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.about-shop__review--review-card {
  border-radius: 0.8rem;
  border: solid 0.1rem #e9eaf8;
  padding: 2.4rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .about-shop__review--review-card {
    padding: 1.6rem;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: -0.1rem;
    width: calc(100% + 0.2rem);
  }
}

.about-shop__review--h3 {
  min-height: 3rem;
  height: fit-content;
  box-sizing: border-box;
  padding: 0 0 0 4.8rem;
  margin: 0 0 0.8rem 0rem;
  background-image: url("/assets/images/diamond-4.svg");
  background-size: 4rem 4rem;
  background-position: 0rem 50%;
  background-repeat: no-repeat;
}

.about-shop__review--a-review-title {
  color: #0c090d;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--a-review-title {
    font-size: 1.6rem;
  }
}

.about-shop__review--span-reviewer {
  display: block;
  height: 2.5rem;
  margin: 0.2rem 0 0 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #606283;
}

@media screen and (max-width: 767px) {
  .about-shop__review--span-reviewer {
    height: 2.2rem;
    font-size: 1.2rem;
  }
}

.about-shop__review--ul-review-detail-row-1th,
.about-shop__review--li-review-detail-small {
  height: 2.1rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about-shop__review--ul-review-detail-row-1th,
  .about-shop__review--li-review-detail-small {
    min-height: 1.8rem;
    height: fit-content;
    width: fit-content;
    display: flex;
  }
}

.about-shop__review--ul-review-detail-row-1th {
  gap: 1.6rem;
  flex-wrap: nowrap;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--ul-review-detail-row-1th {
    margin-bottom: 1.6rem;
  }
}

.about-shop__review--ul-review-detail-row-2th {
  display: flex;
  column-gap: 2.4rem;
  row-gap: 0.8rem;
  margin-top: 0.8rem;
  max-width: 38.3rem;
  min-height: 5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .about-shop__review--ul-review-detail-row-2th {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.6rem;
    row-gap: 0.4rem;
    max-width: unset;
    flex-wrap: unset;
  }
}

.about-shop__review--container-writing {
  height: auto;
  margin: 2.4rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-writing {
    height: auto;
    margin: 1.6rem 0;
  }
}

.about-shop__review--p-writing-large,
.about-shop__review--span-writing-large {
  font-weight: 400;
  color: #0c090d;
  font-size: 1.6rem;
  line-height: 180%;
  min-height: 2.9rem;
  margin-bottom: 2.4rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .about-shop__review--p-writing-large,
  .about-shop__review--span-writing-large {
    font-size: 1.4rem;
    min-height: 2.5rem;
    margin-bottom: 1.6rem;
  }
}

.about-shop__review--h4-review-detail-small,
.about-shop__review--p-review-detail-small {
  height: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0;
  min-width: fit-content;
}

@media screen and (max-width: 767px) {
  .about-shop__review--h4-review-detail-small,
  .about-shop__review--p-review-detail-small {
    font-size: 1.2rem;
  }
}

.about-shop__review--button-thumb-up-gray,
.about-shop__review--button-thumb-up-pink {
  box-sizing: border-box;
  border: none;
  border-radius: 9.6rem;
  min-width: 7rem;
  height: 2.8rem;
  padding: 0.4rem 1.2rem;
  display: flex;
  gap: 0.4rem;
  cursor: pointer;
}

.about-shop__review--button-thumb-up-gray {
  background-color: #e9eaf8;
}

.about-shop__review--button-thumb-up-pink {
  background-color: #fc7e9f;
}

.about-shop__review--img-thumb-up-gray,
.about-shop__review--img-thumb-up-pink {
  width: 2rem;
  height: 2rem;
}

.about-shop__review--span-thumb-up-gray,
.about-shop__review--span-thumb-up-pink {
  width: 2.2rem;
  height: 2.2rem;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-shop__review--span-thumb-up-gray {
  color: #606283;
}

.about-shop__review--span-thumb-up-pink {
  color: #fff;
}

.about-shop__review--container-shop-reply {
  box-sizing: border-box;
  border-left: solid 0.2rem #9394a1;
  padding: 0.4rem 1.6rem;
  background-image: url("/assets/images/shop.webp");
  background-repeat: no-repeat;
  background-position: 1.6rem 0.45rem;
  background-size: 4rem 4rem;
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-shop-reply {
    padding: 0.4rem 1rem 0.4rem 1rem;
    background-position: 1.2rem 0.65rem;
    background-size: 3.2rem 3.2rem;
    margin-top: 1.6rem;
  }
}

.about-shop__review--h4-shop-reply {
  margin: 0 0 0 4.8rem;
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

@media screen and (max-width: 767px) {
  .about-shop__review--h4-shop-reply {
    margin: 0 0 0 3.6rem;
    height: 1.8rem;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    color: #0c090d;
  }
}

.about-shop__review--span-shop-reply {
  display: block;
  margin: 0 0 1.6rem 4.8rem;
  height: 1.8rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #606283;
}

@media screen and (max-width: 767px) {
  .about-shop__review--span-shop-reply {
    margin: 0 0 0.8rem 3.6rem;
    height: 1.8rem;
    font-size: 1.1rem;
  }
}

.about-shop__review--p-shop-reply {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

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

.about-shop__review--p-write-review-description {
  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__review--p-write-review-description {
    font-size: 1.2rem;
  }
}

.about-shop__review--fieldset {
  border: solid 0.1rem #e9eaf8;
  border-radius: 0.8rem;
  box-sizing: border-box;
  padding: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .about-shop__review--fieldset {
    padding: 1.6rem;
    gap: 2.4rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.about-shop__review--container-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-form {
    gap: 0.8rem;
  }
}

.about-shop__review--label {
  background-image: url("/assets/images/buble2.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3.2rem 3.2rem;
  min-height: 3.2rem;
  height: fit-content;
  padding: 0 0 0 3.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

@media screen and (max-width: 767px) {
  .about-shop__review--label {
    min-height: 2.8rem;
    padding: 0.2rem 0 0.2rem 3.2rem;
    background-size: 2.8rem 2.8rem;
    font-size: 1.6rem;
    line-height: 150%;
  }
}

.about-shop__review--span-mandatory {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #e43b68;
  padding: 0 0 0 1.2rem;
  height: 2.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--span-mandatory {
    padding: 0 0 0 0.8rem;
  }
}

.about-shop__review--input,
.about-shop__review--input-name,
.about-shop__review--input-date {
  border: solid 0.1rem #9394a1;
  border-radius: 0.8rem;
  box-sizing: border-box;
  height: 4.8rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04rem;
  padding: 1.2rem;
  outline: none;
}

@media screen and (max-width: 767px) {
  .about-shop__review--input,
  .about-shop__review--input-name,
  .about-shop__review--input-date {
    font-size: 1.4rem;
  }
}

.about-shop__review--input-name {
  max-width: 53.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--input-name {
    max-width: unset;
  }
}

.about-shop__review--input-date {
  position: relative;
  width: 24rem;
  letter-spacing: unset;
}

@media screen and (max-width: 767px) {
  .about-shop__review--input-date {
    width: 100%;
    max-width: 31.3rem;
  }
}

.about-shop__review--input-date::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: 2.8rem;
  height: 2.8rem;
  pointer-events: none;
  box-sizing: border-box;
  background-image: url("/assets/images/calendar.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.8rem 2.8rem;
  background-color: #fff;
}

.about-shop__review--container-col-radio-rating {
  margin: 0.4rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-col-radio-rating {
    margin: 0.8rem 0 0 0;
  }
}

.about-shop__review--container-row-radio-rating {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 3.9rem 0 4.05rem;
  width: calc(100% - 3.9rem - 4.05rem);
  max-width: calc(63rem - 9.9rem - 4.05rem);
  background-image: linear-gradient(to right, #9394a1, #9394a1);
  background-repeat: repeat-x;
  background-size: 0.1rem 0.1rem;
  background-position: 4.05rem 50%;
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-row-radio-rating {
    margin: 0 1.1rem;
    width: calc(100% - 2.2rem);
    max-width: unset;
  }
}

.about-shop__review--radio-rating {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 5.9rem;
  border: solid 0.1rem #606283;
  outline: #606283;
  appearance: none;
  margin: 0rem;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}

.about-shop__review--radio-rating:checked {
  border-width: 0.2rem;
}

.about-shop__review--radio-rating::before {
  content: "";
  position: absolute;
  width: 62.5%;
  height: 62.5%;
  top: 0;
  left: 0;
  transform: translate(30%, 30%);
  border-radius: 50%;
}

.about-shop__review--radio-rating:checked::before {
  background-color: #606283;
}

.about-shop__review--container-row-label-rating {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 57rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-row-label-rating {
    max-width: unset;
  }
}

.about-shop__review--label-rating {
  width: 9.7rem;
  height: 3.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  padding: 0 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--label-rating {
    width: 4rem;
    padding: 0;
    font-size: 1.2rem;
  }
}

.about-shop__review--textarea {
  width: 100%;
  min-height: 26rem;
  box-sizing: border-box;
  padding: 1.2rem;
  border-radius: 0.8rem;
  border: solid 0.1rem #9394a1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0c090d;
  outline: none;
  resize: vertical;
}

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

.about-shop__review--container-5stars {
  position: relative;
  display: flex;
}

.about-shop__review--radio-5stars {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}

.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(1),
.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(2),
.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(3),
.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(4),
.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(5) {
  position: absolute;
  top: 0;
  left: 0rem;
}

.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(2) {
  left: 3.2rem;
}

.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(3) {
  left: 6.4rem;
}

.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(4) {
  left: 9.6rem;
}

.about-shop__review--container-5stars
  .about-shop__review--radio-5stars:nth-of-type(5) {
  left: 12.8rem;
}

.about-shop__review--container-submit {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__review--container-submit {
    gap: 1.6rem;
  }
}

.about-shop__review--button-submit {
  position: relative;
  width: 31.7rem;
  height: 5.1rem;
  border-radius: 10rem;
  padding: 1.2rem 6rem;
  background-color: #e43b68;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .about-shop__review--button-submit {
    width: 22rem;
    min-width: 22rem;
    height: 4.5rem;
    padding: 1.2rem 3.2rem;
    font-size: 1.4rem;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.about-shop__review--button-submit::before,
.about-shop__review--button-submit::after {
  content: "";
  position: absolute;
  height: 1.1rem;
  width: 0.18rem;
  top: calc(50% - 0.55rem);
  right: 2.6rem;
  border-radius: 0.1rem;
  background-color: #fff;
}

.about-shop__review--button-submit::before {
  transform: translateY(-30%) rotate(-45deg);
}

.about-shop__review--button-submit::after {
  transform: translateY(30%) rotate(45deg);
}

.about-shop__review--p-submit {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

@media screen and (max-width: 767px) {
  .about-shop__review--p-submit {
    font-size: 1.2rem;
    margin-left: -0.2rem;
    width: calc(100% + 0.4rem);
  }
}

.about-shop__review--0-stars,
.about-shop__review--1-stars,
.about-shop__review--1-stars::after,
.about-shop__review--2-stars,
.about-shop__review--2-stars::after,
.about-shop__review--3-stars,
.about-shop__review--3-stars::after,
.about-shop__review--4-stars,
.about-shop__review--4-stars::after,
.about-shop__review--5-stars,
.about-shop__review--0-half-stars,
.about-shop__review--0-half-stars::after,
.about-shop__review--1-half-stars,
.about-shop__review--1-half-stars::before,
.about-shop__review--1-half-stars::after,
.about-shop__review--2-half-stars,
.about-shop__review--2-half-stars::before,
.about-shop__review--2-half-stars::after,
.about-shop__review--3-half-stars,
.about-shop__review--3-half-stars::before,
.about-shop__review--3-half-stars::after,
.about-shop__review--4-half-stars,
.about-shop__review--4-half-stars::before,
.about-shop__review--4-half-stars::after {
  --starHeight: 2.4rem;
  --starWidth: 2.4rem;
  --marginTopBottom: 0.2rem;
  background-size: var(--starWidth) var(--starHeight);
  height: var(--starHeight);
  display: block;
}

@media screen and (max-width: 767px) {
  .about-shop__review--0-stars,
  .about-shop__review--1-stars,
  .about-shop__review--1-stars::after,
  .about-shop__review--2-stars,
  .about-shop__review--2-stars::after,
  .about-shop__review--3-stars,
  .about-shop__review--3-stars::after,
  .about-shop__review--4-stars,
  .about-shop__review--4-stars::after,
  .about-shop__review--5-stars,
  .about-shop__review--0-half-stars,
  .about-shop__review--0-half-stars::after,
  .about-shop__review--1-half-stars,
  .about-shop__review--1-half-stars::before,
  .about-shop__review--1-half-stars::after,
  .about-shop__review--2-half-stars,
  .about-shop__review--2-half-stars::before,
  .about-shop__review--2-half-stars::after,
  .about-shop__review--3-half-stars,
  .about-shop__review--3-half-stars::before,
  .about-shop__review--3-half-stars::after,
  .about-shop__review--4-half-stars,
  .about-shop__review--4-half-stars::before,
  .about-shop__review--4-half-stars::after {
    --starHeight: 1.6rem;
    --starWidth: 1.6rem;
    --marginTopBottom: 0.2rem;
  }
}

.about-shop__review--0-stars {
  position: relative;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 5);
  margin: var(--marginTopBottom) 0rem var(--marginTopBottom) 0;
}

.about-shop__review--1-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 4)
    var(--marginTopBottom) 0;
}

.about-shop__review--1-stars::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0rem;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 4);
}

.about-shop__review--2-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 3)
    var(--marginTopBottom) 0;
}

.about-shop__review--2-stars::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0rem;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
}

.about-shop__review--3-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 2)
    var(--marginTopBottom) 0;
}

.about-shop__review--3-stars::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0rem;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
}

.about-shop__review--4-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 4);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 1)
    var(--marginTopBottom) 0;
}

.about-shop__review--4-stars::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0rem;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
}

.about-shop__review--5-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 5);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--1-half-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 4)
    var(--marginTopBottom) 0;
}

.about-shop__review--1-half-stars::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--1-half-stars::after {
  content: "";
  position: absolute;
  left: calc(100% + var(--starWidth));
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--2-half-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 3)
    var(--marginTopBottom) 0;
}

.about-shop__review--2-half-stars::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--2-half-stars::after {
  content: "";
  position: absolute;
  left: calc(100% + var(--starWidth));
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--3-half-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 2)
    var(--marginTopBottom) 0;
}

.about-shop__review--3-half-stars::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--3-half-stars::after {
  content: "";
  position: absolute;
  left: calc(100% + var(--starWidth));
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--4-half-stars {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 4);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 1)
    var(--marginTopBottom) 0;
}

.about-shop__review--4-half-stars::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--0-stars-large,
.about-shop__review--0-stars-large-evaluation,
.about-shop__review--1-stars-large,
.about-shop__review--1-stars-large::after,
.about-shop__review--1-stars-large-evaluation,
.about-shop__review--1-stars-large-evaluation::after,
.about-shop__review--2-stars-large,
.about-shop__review--2-stars-large::after,
.about-shop__review--2-stars-large-evaluation,
.about-shop__review--2-stars-large-evaluation::after,
.about-shop__review--3-stars-large,
.about-shop__review--3-stars-large::after,
.about-shop__review--3-stars-large-evaluation,
.about-shop__review--3-stars-large-evaluation::after,
.about-shop__review--4-stars-large,
.about-shop__review--4-stars-large::after,
.about-shop__review--4-stars-large-evaluation,
.about-shop__review--4-stars-large-evaluation::after,
.about-shop__review--5-stars-large,
.about-shop__review--5-stars-large-evaluation,
.about-shop__review--0-half-stars-large,
.about-shop__review--0-half-stars-large::after,
.about-shop__review--1-half-stars-large,
.about-shop__review--1-half-stars-large::before,
.about-shop__review--1-half-stars-large::after,
.about-shop__review--2-half-stars-large,
.about-shop__review--2-half-stars-large::before,
.about-shop__review--2-half-stars-large::after,
.about-shop__review--3-half-stars-large,
.about-shop__review--3-half-stars-large::before,
.about-shop__review--3-half-stars-large::after,
.about-shop__review--4-half-stars-large,
.about-shop__review--4-half-stars-large::before,
.about-shop__review--4-half-stars-large::after {
  --starHeight: 3.2rem;
  --starWidth: 3.2rem;
  --marginTopBottom: 0.2rem;
  background-size: var(--starWidth), var(--starHeight);
  height: var(--starHeight);
  display: block;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .about-shop__review--0-stars-large,
  .about-shop__review--1-stars-large,
  .about-shop__review--1-stars-large::after,
  .about-shop__review--2-stars-large,
  .about-shop__review--2-stars-large::after,
  .about-shop__review--3-stars-large,
  .about-shop__review--3-stars-large::after,
  .about-shop__review--4-stars-large,
  .about-shop__review--4-stars-large::after,
  .about-shop__review--5-stars-large,
  .about-shop__review--0-half-stars-large,
  .about-shop__review--0-half-stars-large::after,
  .about-shop__review--1-half-stars-large,
  .about-shop__review--1-half-stars-large::before,
  .about-shop__review--1-half-stars-large::after,
  .about-shop__review--2-half-stars-large,
  .about-shop__review--2-half-stars-large::before,
  .about-shop__review--2-half-stars-large::after,
  .about-shop__review--3-half-stars-large,
  .about-shop__review--3-half-stars-large::before,
  .about-shop__review--3-half-stars-large::after,
  .about-shop__review--4-half-stars-large,
  .about-shop__review--4-half-stars-large::before,
  .about-shop__review--4-half-stars-large::after {
    --starHeight: 1.6rem;
    --starWidth: 1.6rem;
    --marginTopBottom: 0.55rem;
  }
}

.about-shop__review--0-stars-large,
.about-shop__review--0-stars-large-evaluation {
  position: relative;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 5);
  margin: var(--marginTopBottom) 0rem var(--marginTopBottom) 0;
}

.about-shop__review--1-stars-large,
.about-shop__review--1-stars-large-evaluation {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 4)
    var(--marginTopBottom) 0;
}

.about-shop__review--1-stars-large::after,
.about-shop__review--1-stars-large-evaluation::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 4);
}

.about-shop__review--2-stars-large,
.about-shop__review--2-stars-large-evaluation {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 3)
    var(--marginTopBottom) 0;
}

.about-shop__review--2-stars-large::after,
.about-shop__review--2-stars-large-evaluation::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
}

.about-shop__review--3-stars-large,
.about-shop__review--3-stars-large-evaluation {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 2)
    var(--marginTopBottom) 0;
}

.about-shop__review--3-stars-large::after,
.about-shop__review--3-stars-large-evaluation::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
}

.about-shop__review--4-stars-large,
.about-shop__review--4-stars-large-evaluation {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 4);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 1)
    var(--marginTopBottom) 0;
}

.about-shop__review--4-stars-large::after,
.about-shop__review--4-stars-large-evaluation::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
}

.about-shop__review--5-stars-large,
.about-shop__review--5-stars-large-evaluation {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 5);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--1-half-stars-large {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 4)
    var(--marginTopBottom) 0;
}

.about-shop__review--1-half-stars-large::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--1-half-stars-large::after {
  content: "";
  position: absolute;
  left: calc(100% + var(--starWidth));
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--2-half-stars-large {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 3)
    var(--marginTopBottom) 0;
}

.about-shop__review--2-half-stars-large::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--2-half-stars-large::after {
  content: "";
  position: absolute;
  left: calc(100% + var(--starWidth));
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 2);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--3-half-stars-large {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 3);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 2)
    var(--marginTopBottom) 0;
}

.about-shop__review--3-half-stars-large::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--3-half-stars-large::after {
  content: "";
  position: absolute;
  left: calc(100% + var(--starWidth));
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-empty.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}

.about-shop__review--4-half-stars-large {
  position: relative;
  background-image: url("/assets/images/star-filled.webp");
  background-repeat: repeat-x;
  width: calc(var(--starWidth) * 4);
  margin: var(--marginTopBottom) calc(var(--starWidth) * 1)
    var(--marginTopBottom) 0;
}

.about-shop__review--4-half-stars-large::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(-1 * var(--marginTopBottom));
  background-image: url("/assets/images/star-half.webp");
  background-repeat: no-repeat;
  width: calc(var(--starWidth) * 1);
  margin: var(--marginTopBottom) 0 var(--marginTopBottom) 0;
}
