/* 
 * These CSS classes are used only for query selector
 * about-shop__blog-sns--button-sort-label
 * about-shop__report--img-thumb-up-gray
 */

/* shop_detail_common */

.shop-detail__cast-blog--ul-pagination {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 44.5rem;
  margin: 0 auto 0 16.15rem;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--ul-pagination {
    width: 30.5rem;
    height: 2.8rem;
    margin: 0 0 0 50%;
    transform: translateX(-50%);
  }
}

.shop-detail__cast-blog--li-pagination {
  box-sizing: border-box;
  margin: 0 1.6rem 0 0;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--li-pagination {
    margin: 0 2.8rem 0 0;
  }
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1),
.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1) {
  box-sizing: border-box;
  width: 12rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1) {
  margin: 0 3.2rem 0 0;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-of-type(1) {
    margin: 0 3.45rem 0 0;
  }
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1) {
  margin: 0 0 0 1.6rem;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-last-of-type(1) {
    margin: 0 0 0 0.85rem;
  }
}

.shop-detail__cast-blog--a-pagination {
  position: relative;
  color: #e43b68;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
}

.shop-detail__cast-blog--a-pagination-inactive,
.shop-detail__cast-blog--span-pagination-inactive {
  color: #606283;
  cursor: unset;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--span-pagination {
    display: none;
  }
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination,
.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination {
  line-height: 2.56rem;
  color: #fff;
  background: #e43b68;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-of-type(1)
    .shop-detail__cast-blog--a-pagination,
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
    .shop-detail__cast-blog--a-pagination {
    background: unset;
  }
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive,
.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive {
  line-height: 2.56rem;
  color: #9394a1;
  background: #e9eaf8;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-of-type(1)
    .shop-detail__cast-blog--a-pagination-inactive,
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
    .shop-detail__cast-blog--a-pagination-inactive {
    background: unset;
  }
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination::before,
.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination::after {
  content: "";
  position: absolute;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination::before {
  width: 0.1rem;
  height: 0.9rem;
  transform: rotate(-45deg);
  top: 2.5rem;
  left: 1.45rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination::after {
  width: 0.1rem;
  height: 0.9rem;
  transform: rotate(45deg);
  top: 1.9rem;
  left: 1.45rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::before,
.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::after {
  content: "";
  position: absolute;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::before {
  width: 0.16rem;
  height: 0.9rem;
  transform: rotate(-45deg);
  top: 2.5rem;
  left: 1.45rem;
  background-color: #9394a1;
  border-radius: 0.1rem;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::after {
  width: 0.16rem;
  height: 0.9rem;
  transform: rotate(45deg);
  top: 1.9rem;
  left: 1.45rem;
  background-color: #9394a1;
  border-radius: 0.1rem;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-of-type(1)
    .shop-detail__cast-blog--a-pagination-inactive::before,
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-of-type(1)
    .shop-detail__cast-blog--a-pagination-inactive::after {
    background-color: #606283;
  }
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination::before,
.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination::after {
  content: "";
  position: absolute;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination::before {
  width: 0.16rem;
  height: 0.9rem;
  transform: rotate(45deg);
  top: 2.5rem;
  right: 1.45rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination::after {
  width: 0.16rem;
  height: 0.9rem;
  transform: rotate(-45deg);
  top: 1.9rem;
  right: 1.45rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

@media screen and (max-width: 1200px) {
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
    .shop-detail__cast-blog--a-pagination::before,
  .shop-detail__cast-blog--ul-pagination
    .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
    .shop-detail__cast-blog--a-pagination::after {
    background-color: #e43b68;
  }
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::before,
.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::after {
  content: "";
  position: absolute;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::before {
  width: 0.16rem;
  height: 0.9rem;
  transform: rotate(45deg);
  top: 2.5rem;
  right: 1.45rem;
  background-color: #9394a1;
  border-radius: 0.1rem;
}

.shop-detail__cast-blog--ul-pagination
  .shop-detail__cast-blog--li-pagination:nth-last-of-type(1)
  .shop-detail__cast-blog--a-pagination-inactive::after {
  width: 0.16rem;
  height: 0.9rem;
  transform: rotate(-45deg);
  top: 1.9rem;
  right: 1.45rem;
  background-color: #9394a1;
  border-radius: 0.1rem;
}

.shop-detail__cast-blog--article-aside {
  position: relative;
  width: 23.2rem;
  display: flex;
  flex-direction: column;
  background-color: #f3f5fb;
  border-radius: 1rem;
}

@media screen and (max-width: 991px) {
  .shop-detail__cast-blog--article-aside {
    width: 100%;
    padding-top: 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
  }
}

.shop-detail__cast-blog--article-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.05rem;
  border: 0.1rem solid 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;
  pointer-events: none;
}

.shop-detail__cast-blog--h3-aside {
  height: 5.2rem;
  width: 23.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.08rem;
  color: #0c090d;
  box-sizing: border-box;
  margin: 0;
  padding: 1.25rem 7.3rem 1.25rem 4.4rem;
  background-image: url("/assets/images/shining-diamond-32px.webp");
  background-size: 2.8rem 2.8rem;
  background-repeat: no-repeat;
  background-position: 1.25rem 1.25rem;
}

.shop-detail__cast-blog--h3-aside::before {
  content: "";
  position: absolute;
  top: 5.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff) border-box;
}

@media screen and (max-width: 991px) {
  .shop-detail__cast-blog--h3-aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    font-size: 1.6rem;
    background-size: 2.4rem 2.4rem;
    background-position: 0.8rem 1rem;
    padding: 0.8rem 0 0.8rem 3.6rem;
  }

  .shop-detail__cast-blog--h3-aside::before {
    top: 4rem;
  }
}

.shop-detail__cast-blog--ul-archive-aside {
  box-sizing: border-box;
  padding: 0 1.2rem 1.2rem 1.2rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .shop-detail__cast-blog--ul-archive-aside {
    padding: 0 0.8rem 0.8rem 0.8rem;
  }
}

.shop-detail__cast-blog--li-archive-aside {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 3.7rem;
  border-bottom: solid 0.1rem #e9eaf8;
  padding: 0.7rem 2.4rem 0.7rem 2.3rem;
  display: grid;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  color: #383844;
  cursor: pointer;
}

.shop-detail__cast-blog--ul2-archive-aside.shop-detail__cast-blog--ul2-show
  .shop-detail__cast-blog--li-archive-aside {
  height: auto;
}

.shop-detail__cast-blog--a-archive-aside {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  color: #383844;
  cursor: pointer;
  text-decoration: underline;
}

.shop-detail__cast-blog--li-archive-aside::before {
  content: "";
  position: absolute;
  top: 1.28rem;
  left: 0.6rem;
  width: 1.14rem;
  height: 1.14rem;
  background: linear-gradient(0.25turn, #ffcfdc, #9facf0);
  clip-path: polygon(50% 0, 0 50%, 50% 100%, 100% 50%);
}

.shop-detail__cast-blog--triangle-mark {
  content: "";
  position: absolute;
  transform: rotate(0);
  width: 0.1rem;
  height: 0.1rem;
  right: 1.2rem;
  top: 1.85rem;
  transition: transform 0.3s ease-in-out;
}

.shop-detail__cast-blog--triangle-mark.shop-detail__cast-blog--triangle-mark-clicked {
  transform: translate(0) rotate(90deg);
}

.shop-detail__cast-blog--triangle-mark::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.65rem;
  transform: rotate(-45deg);
  background-color: #606283;
  border-radius: 0.1rem;
  top: -0.49rem;
  right: 0rem;
  cursor: pointer;
}

.shop-detail__cast-blog--triangle-mark:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.65rem;
  transform: rotate(45deg);
  background-color: #606283;
  border-radius: 0.1rem;
  top: -0.06rem;
  right: 0rem;
  cursor: pointer;
}

/* 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__blog-sns--h2 {
  height: 4.8rem;
  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: 5.6rem;
  background-image: url("/assets/images/shining-diamond.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 5.2rem 5.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .about-shop__blog-sns--h2 {
    height: 2.4rem;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-left: 2.8rem;
    background-size: 2.4rem 2.4rem;
  }
}

.about-shop__blog-sns--button-sort {
  width: 28.4rem;
  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.4rem;
  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;
}

@media screen and (max-width: 1200px) {
  .about-shop__blog-sns--button-sort {
    min-width: 9.2rem;
    width: fit-content;
    height: 3.2rem;
    padding: 0.8rem 3.4rem 0.8rem 1rem;
    font-size: 1.2rem;
    line-height: 130%;
    border-radius: 10rem;
  }
}

.about-shop__blog-sns--select-pseudo-element {
  position: absolute;
  right: 25.2rem;
  top: 0rem;
  width: fit-content;
}

.about-shop__blog-sns--select-pseudo-element::before {
  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: 1200px) {
  .about-shop__blog-sns--select-pseudo-element {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 2.4rem;
  }

  .about-shop__blog-sns--select-pseudo-element::before {
    display: none;
  }
}

.about-shop__blog-sns--button-sort-triangle-mark {
  content: "";
  position: absolute;
  right: 2.2rem;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}

.about-shop__blog-sns--button-sort-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__blog-sns--button-sort-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__blog-sns--ul-option-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 9rem;
  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;
}

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

.about-shop__blog-sns--li-option-container {
  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: 2.7rem;
  letter-spacing: 0.05rem;
  color: #606283;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.about-shop__blog-sns--li-option-container:hover {
  background: #f3f5fb;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

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

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

.about-shop__cast-sns--aside {
  position: absolute;
  right: 0;
  top: 0;
  width: 23.2rem;
  height: 24.9rem;
  margin-left: 2rem;
}

@media screen and (max-width: 991px) {
  .about-shop__cast-sns--aside {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    height: fit-content;
    margin-left: unset;
  }
}

.about-shop__shop-information--section {
  padding-right: 25.6rem;
  padding-bottom: 7rem;
  background-image: url("/assets/images/separate-line.webp"),
    url("/assets/images/separate-star.webp");
  background-repeat: repeat-x, no-repeat;
  background-position:
    0 calc(100% - 2.4rem),
    calc(50% - 1rem) calc(100% - 1.4rem);
  background-size:
    33.9rem 0.2rem,
    2rem 2rem;
}

@media screen and (max-width: 991px) {
  .about-shop__shop-information--section {
    padding-right: 0;
    padding-bottom: 5.4rem;
  }
}

.about-shop__shop-information--ul-card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.2rem;
  row-gap: 2.4rem;
  margin-bottom: 2.4rem;
}

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

.about-shop__shop-information--li-card-container {
  position: relative;
  box-sizing: border-box;
  padding: 0.55rem 0 0.55rem 13.4rem;
  width: 34.6rem;
  height: 8.4rem;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .about-shop__shop-information--li-card-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__shop-information--li-card-container {
    padding: 0 0 0 9.8rem;
    height: 6rem;
    width: 100%;
  }
}

.about-shop__shop-information--img-samnail {
  position: absolute;
  inset: 0;
  width: 12.6rem;
  height: 8.4rem;
  object-fit: contain;
  border-radius: 0.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-information--img-samnail {
    width: 9rem;
    height: 6rem;
  }
}

.about-shop__shop-information--p-date {
  max-width: 100%;
  height: 2rem;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.05rem;
  color: #606283;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-information--p-date {
    height: 1.9rem;
    font-size: 1.1rem;
  }
}

.about-shop__shop-information--p-title {
  max-width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0.4rem 0 0 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  line-clamp: 2;
  overflow: hidden;

  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-information--p-title {
    font-size: 1.2rem;
    line-height: 150%;

    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.about-shop__common--padding-bottom-24 {
  padding-bottom: 2.4rem;
}

.about-shop__blog-sns--a-option {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

.about-shop__blog-sns--select-pseudo-element::before,
.about-shop__blog-sns--select-pseudo-element::after {
  pointer-events: none;
}
