/* shop_detail_common */

.shop-detail__main--container {
  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.8rem);
  background-size: 0.4rem 0.15rem;
}

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

.shop-detail__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) {
  .shop-detail__main--container {
    flex-direction: column;
    gap: unset;
    padding: 2.4rem 0 1.68rem 0;
  }
}

.shop-detail__main--container section {
  order: 0;
}

.shop-detail__main--container aside {
  order: 1;
}

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

@media screen and (max-width: 767px) {
  .shop-detail__main--p-shop-name {
    font-size: 1.2rem;
    line-height: 180%;
  }
}

.shop-detail__top--section {
  width: calc(100% - 32rem);
}

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

.shop-detail__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) {
  .shop-detail__top--h1 {
    font-size: 2.8rem;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .shop-detail__top--h1 {
    font-size: 1.8rem;
    line-height: 150%;
    height: 2.7rem;
    letter-spacing: 0.1rem;
    margin: 0 0 0.4rem 0;
  }
}

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

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

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

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

.shop-detail__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) {
  .shop-detail__top--address {
    font-size: 1.2rem;
    line-height: 180%;
    margin-bottom: 2.4rem;
  }
}

.shop-detail__top--nav {
  margin-top: 4rem;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__top--nav {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }
}

.shop-detail__top--ul {
  display: flex;
  overflow-x: scroll;
  width: 100%;
}

.shop-detail__top--ul::-webkit-scrollbar {
  display: none;
}

.shop-detail__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) {
  .shop-detail__top--li {
    min-width: 6.4rem;
    width: max(calc(100% / 9), 6.4rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shop-detail__top--li.shop-detail__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);
}

.shop-detail__top--li.shop-detail__top--li-selected .shop-detail__top--a {
  color: #e43b68;
}

.shop-detail__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: "Tenor Sans", serif;
  color: #0c090d;
  margin: 0 0 4rem 0;
  padding: 0;
  text-align: center;
}

.shop-detail__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) {
  .shop-detail__common--h2-big {
    height: 2.4rem;
    font-size: 2.4rem;
    line-height: 100%;
    margin: 0 0 2.4rem 0;
  }
}

.shop-detail__common--h2 {
  height: 4.8rem;
  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;
  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%;
}

@media screen and (max-width: 767px) {
  .shop-detail__common--h2 {
    height: 3.8rem;
    font-size: 2.2rem;
    padding: 0.1rem 0 0.1rem 4rem;
    background-size: 4rem 4rem;
    margin: 0 0 0.8rem 0;
  }
}

.shop-detail__common--h2 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) {
  .shop-detail__common--h2 span {
    font-size: 1.2rem;
  }
}

.shop-detail__common--p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
}

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

.shop-detail__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) {
  .shop-detail__common--separator {
    padding: 1.7rem calc(50% - 1rem) 1.7rem calc(50% - 1rem);
  }
}

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

.shop-detail__common--tr {
  width: 100%;
}

.shop-detail__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) {
  .shop-detail__common--th {
    width: 12rem;
  }
}

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

.shop-detail__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) {
  .shop-detail__common--table-row-medium {
    min-height: 4.6rem;
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}

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

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

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

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

.shop-detail__common--banner {
  width: 100%;
}

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

.shop-detail__photo-slider--container {
  position: relative;
}

.shop-detail__photo-slider--ul,
.shop-detail__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) {
  .shop-detail__photo-slider--ul-small {
    overflow-x: scroll;
  }

  .shop-detail__photo-slider--ul-small::-webkit-scrollbar {
    display: none;
  }
}

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

.shop-detail__photo-slider--li-slided {
  transform: translateX(0);
}

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

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

.shop-detail__photo-slider--img,
.shop-detail__photo-slider--img-small {
  font-size: 1rem;
  width: 30rem;
  height: 20rem;
  margin-bottom: 0.8rem;
}

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

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

@media screen and (max-width: 767px) {
  .shop-detail__photo-slider--figcaption {
    font-size: 1rem;
  }
}

.shop-detail__photo-slider--figcaption-strong {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin-top: 0.4rem;
}

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

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

@media screen and (max-width: 767px) {
  .shop-detail__photo-slider--figcaption-access {
    font-size: 1rem;
    height: fit-content;
    margin-left: -0.1rem;
  }
}

.shop-detail__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) {
  .shop-detail__photo-slider--figcaption-img-map {
    width: 0.835rem;
    height: 1.153rem;
    margin: 0.117rem 0.273rem 0.13rem 0.292rem;
  }
}

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

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

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

.shop-detail__photo-slider--scroll-left-button,
.shop-detail__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;
}

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

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

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

.shop-detail__photo-slider--scroll-right-button,
.shop-detail__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;
}

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

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

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

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

.shop-detail__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) {
  .shop-detail__photo--p {
    font-size: 1.2rem;
  }
}

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

.shop-detail__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) {
  .shop-detail__menu--p-small {
    font-size: 1.1rem;
  }
}

.shop-detail__menu--container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.shop-detail__menu--section-h3 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.shop-detail__qa--ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.shop-detail__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) {
  .shop-detail__qa--li {
    padding: 1.6rem;
  }
}

.shop-detail__qa--h3 {
  width: 100%;
  height: 2.6rem;
  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) {
  .shop-detail__qa--h3 {
    font-size: 1.4rem;
    height: 2.2rem;
  }
}

.shop-detail__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) {
  .shop-detail__qa--p {
    font-size: 1.2rem;
  }
}

.shop-detail__coupon--ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__coupon--ul {
    padding: 0.8rem 0 1.6rem 1.6rem;
    overflow-x: scroll;
    flex-direction: row;
    width: 100%;
  }

  .shop-detail__coupon--ul::-webkit-scrollbar {
    background: linear-gradient(
      to right,
      #e9eaf8 calc(100% - 1.6rem),
      transparent 1.6rem
    );
    height: 0.5rem;
  }

  .shop-detail__coupon--ul::-webkit-scrollbar-thumb {
    background: #606283;
    border-radius: 6.4rem;
  }
}

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

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

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

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

.shop-detail__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) {
  .shop-detail__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;
  }
}

.shop-detail__coupon--img-present {
  position: absolute;
  top: 30%;
  right: 25%;
}

.shop-detail__coupon--img-coupon {
  position: absolute;
  top: 26%;
  right: 10%;
}

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

.shop-detail__coupon--p-shop-info {
  width: 100%;
  height: 2.3rem;
  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) {
  .shop-detail__coupon--p-shop-info {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 0.8rem;
  }
}

.shop-detail__coupon--span-shop-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 2rem;
  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) {
  .shop-detail__coupon--span-shop-info {
    height: 2.3rem;
    font-size: 1.1rem;
  }
}

.shop-detail__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) {
  .shop-detail__coupon--b {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 1.2rem 0;
  }
}

.shop-detail__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;
  margin: 0 0 0.837rem 0;
  background-image: url("/assets/images/notebook.webp");
  background-repeat: repeat;
  background-position-x: 0;
  background-position-y: 2.52rem;
  z-index: 1;
}

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

.shop-detail__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) {
  .shop-detail__coupon--p-note {
    width: 100%;
  }
}

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

@media screen and (max-width: 767px) {
  .shop-detail__info--ul {
    padding-bottom: 4rem;
  }
}

.shop-detail__info--li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(50% - 1.5rem);
  min-width: 30.5rem;
  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) {
  .shop-detail__info--li {
    font-size: 1.2rem;
  }
}

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

@media screen and (max-width: 767px) {
  .shop-detail__info--key {
    min-height: 2.6rem;
  }
}

.shop-detail__info--value,
.shop-detail__info--value-telephone {
  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%;
}

.shop-detail__info--value-telephone {
  flex-direction: column;
  color: #606283;
  gap: 0.2rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__info--value,
  .shop-detail__info--value-telephone {
    min-height: 2.6rem;
  }
}

.shop-detail__info--value-a {
  padding: 0 0 0 0.6rem;
  min-height: unset;
  height: unset;
  color: #0c090d;
  font-style: normal;
  line-height: 150%;
}

.shop-detail__info--img {
  width: 2.4rem;
  height: 2.4rem;
}

.shop-detail__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) {
  .shop-detail__nearby-stores--section {
    padding: 4rem 0 4rem 1.6rem;
    margin-bottom: 0;
  }
}

.shop-detail__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-top: 6.4rem;
  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;
}

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

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

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

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

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

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

  .shop-detail__nearby-stores--a-see-more::before {
    top: 1.4rem;
  }

  .shop-detail__nearby-stores--a-see-more::after {
    bottom: 1.4rem;
  }
}

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

.shop-detail__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) {
  .shop-detail__report--section {
    padding: 4rem 1.6rem 0rem 1.6rem;
  }

  .shop-detail__report--section::before {
    opacity: 0.3;
  }
}

.shop-detail__report--h2 {
  position: relative;
  height: 7.9rem;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 5.616rem;
  line-height: 100%;
}

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

.shop-detail__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: 2.25rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", serif;
}

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

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

.shop-detail__report--i-separator::before,
.shop-detail__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;
}

.shop-detail__report--i-separator::before {
  left: 0;
}

.shop-detail__report--i-separator::after {
  right: 0;
}

.shop-detail__report--card,
.shop-detail__report--card-sp {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem;
  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;
}

.shop-detail__report--card {
  padding: 2.6rem 0 2.6rem 0;
}

.shop-detail__report--card::before,
.shop-detail__report--card::after,
.shop-detail__report--card-sp::before,
.shop-detail__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;
}

.shop-detail__report--card::before,
.shop-detail__report--card-sp::before {
  left: 0;
}

.shop-detail__report--card::after,
.shop-detail__report--card-sp::after {
  right: 0;
}

.shop-detail__report--card-sp {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .shop-detail__report--card {
    display: none;
  }

  .shop-detail__report--card-sp {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.8rem 0 2.8rem 0;
  }
}

.shop-detail__report--a-samnail {
  width: 40rem;
  height: 30rem;
}

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

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

.shop-detail__report--img-samnail {
  width: 40rem;
  height: 30rem;
  object-fit: cover;
  border-radius: 0.4rem;
}

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

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

.shop-detail__report--span-alt {
  opacity: 0;
  width: 0;
  height: 0;
}

.shop-detail__report--container {
  width: calc(100% - 40rem);
}

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

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

.shop-detail__report--top-container-sp {
  display: none;
}

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

.shop-detail__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) {
  .shop-detail__report--title {
    font-size: 1.6rem;
  }
}

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

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

.shop-detail__report--li {
  display: flex;
  width: auto;
  height: 2.9rem;
}

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

.shop-detail__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) {
  .shop-detail__report--key {
    padding: 0.2rem 0.4rem;
    font-size: 1.2rem;
  }
}

.shop-detail__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) {
  .shop-detail__report--value {
    padding: 0.2rem 0 0.2rem 0.4rem;
    font-size: 1.2rem;
  }
}

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

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

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

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

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

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

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

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

.shop-detail__report--img-shop-info-samnail {
  width: 12rem;
  height: 8rem;
  margin: 1.45rem 1.2rem 1.45rem 0;
  border-radius: 0.4rem;
  object-fit: cover;
}

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

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

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

.shop-detail__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) {
  .shop-detail__report--shop-address {
    height: fit-content;
    font-size: 1.1rem;
  }
}

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

.shop-detail__report--button-see-more,
.shop-detail__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%);
}

.shop-detail__report--button-see-more::after,
.shop-detail__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);
}

.shop-detail__report--button-see-close {
  margin-top: 0.8rem;
  line-height: 170%;
}

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

.shop-detail__report--ul-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
}

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

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

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

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

.shop-detail__report--ul-tip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.shop-detail__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) {
  .shop-detail__report--li-tip {
    font-size: 1.1rem;
  }
}

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

.shop-detail__report--img-thumb-up {
  width: 2rem;
  height: 2rem;
}

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

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

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

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

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

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

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

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

  .shop-detail__report-a-report-list::before {
    top: 1.4rem;
  }

  .shop-detail__report-a-report-list::after {
    bottom: 1.4rem;
  }
}

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

.shop-detail__common--aside {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

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

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

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

.shop-detail__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) {
  .shop-detail__aside--section {
    padding: 1.6rem;
  }

  .shop-detail__aside--section::before,
  .shop-detail__aside--section::after {
    left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shop-detail__aside--img-sns {
  width: 3.2rem;
  height: 3.2rem;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .shop-detail__aside--article-report-right {
    width: 100%;
  }
}

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

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

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

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

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

.shop-detail__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) {
  .shop-detail__aside-sns--section {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

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

.shop-detail__aside-sns--column-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

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

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

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

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

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

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

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

.shop-detail__aside-sns--img-sns {
  width: 2.8rem;
  height: 2.8rem;
}

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

.shop-detail__cast-list--fieldset {
  position: relative;
  width: 100%;
  height: fit-content;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  margin: 2.4rem 0 0 0;
  border: none;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--fieldset {
    justify-content: unset;
    gap: 0.8rem;
    margin: 1.6rem 0 0 0;
  }
}

.shop-detail__cast-list--radio-container {
  min-height: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.8rem;
  gap: 0.8rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--radio-container {
    display: none;
  }
}

.shop-detail__cast-list--radio-container
  .shop-detail__cast-list--label:nth-of-type(1) {
  margin-right: 1.6rem;
}

.shop-detail__cast-list--radio {
  position: relative;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
  border-radius: 5.9rem;
  border: solid 0.2rem #606283;
  outline: #606283;
  appearance: none;
  cursor: pointer;
  margin: 0.3rem 0rem;
}

.shop-detail__cast-list--radio::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0;
  transform: translate(20%, 20%);
  border-radius: 50%;
}

.shop-detail__cast-list--radio:checked::before {
  background-color: #606283;
}

.shop-detail__cast-list--label {
  min-height: 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  color: #383844;
  cursor: pointer;
  min-width: fit-content;
}

.shop-detail__cast-list--select {
  width: 28.4rem;
  height: 4.8rem;
  cursor: pointer;
  appearance: none;
  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: 2.4rem;
  letter-spacing: 0.05rem;
  color: #221a15;
  font-family: "Noto Sans JP", serif;
}

.shop-detail__cast-list--select-pseudo-element {
  position: relative;
}

.shop-detail__cast-list--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;
}

.shop-detail__cast-list--select-pseudo-element::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: solid 0.14rem #0c090d;
  border-right: solid 0.14rem #0c090d;
  top: 1.9rem;
  right: 1.7rem;
  transform: translate(0) rotate(45deg);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--select-pseudo-element {
    display: none;
  }
}

.shop-detail__cast-list--select-pseudo-element-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--select-pseudo-element-sp {
    position: relative;
    display: flex;
    width: fit-content;
    outline: 0;
  }

  .shop-detail__cast-list--select-pseudo-element-sp::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.4rem;
    width: 0.8rem;
    height: 0.4rem;
    background-image: url("/assets/images/triangle-bottom-black.webp");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0.8rem 0.4rem;
    transform: translate(0, -50%);
    pointer-events: none;
  }
}

.shop-detail__cast-list--select-sp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  border: solid #9394a1 0.1rem;
  background-color: #fff;
  border-radius: 10rem;
  height: 3.2rem;
  min-width: 7.9rem;
  width: fit-content;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #0c090d;
  appearance: none;
  outline: none;
}

.shop-detail__cast-list--p-cast-count {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0.8rem 0;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--p-cast-count {
    font-size: 1.2rem;
  }
}

.shop-detail__cast-list--em-cast-count {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--em-cast-count {
    font-size: 1.8rem;
  }
}

.shop-detail__cast-list--ul-cast-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 1.2rem;
}

.shop-detail__cast-list--li-cast-card {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  width: 47.4rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--li-cast-card {
    gap: 0.8rem;
    width: 100%;
  }
}

.shop-detail__cast-list--img-cast {
  width: 16rem;
  height: 20rem;
  border-radius: 0.8rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--img-cast {
    width: 9.6rem;
    height: 12rem;
  }
}

.shop-detail__cast-list--cast-card-text-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.shop-detail__cast-list--p-name {
  width: auto;
  height: 3.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #606283;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--p-name {
    height: 2.7rem;
    font-size: 1.8rem;
  }
}

.shop-detail__cast-list--ul-cast-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--ul-cast-info {
    gap: 0.6rem;
    margin-bottom: 0.4rem;
  }
}

.shop-detail__cast-list--li-cast-info {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

.shop-detail__cast-list--p-cast-info-key {
  width: 6rem;
  height: 2.2rem;
  box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  background: #e9eaf8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c090d;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--p-cast-info-key {
    display: none;
  }
}

.shop-detail__cast-list--p-cast-info-value {
  height: 2.2rem;
  box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  background: transparent;
  display: flex;
  align-items: center;
  color: #0c090d;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--p-cast-info-value {
    width: fit-content;
    height: 1.8rem;
    padding: 0.2rem 0.6rem 0.2rem 0rem;
    border-right: solid 0.1rem #9394a1;
  }
}

.shop-detail__cast-list--ul-cast-info
  .shop-detail__cast-list--li-cast-info:nth-of-type(2)
  .shop-detail__cast-list--p-cast-info-value {
  width: 10.8rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--ul-cast-info
    .shop-detail__cast-list--li-cast-info:nth-of-type(2)
    .shop-detail__cast-list--p-cast-info-value {
    width: fit-content;
  }
}

.shop-detail__cast-list--ul-cast-info
  .shop-detail__cast-list--li-cast-info:nth-of-type(4)
  .shop-detail__cast-list--p-cast-info-value {
  width: 10.8rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--ul-cast-info
    .shop-detail__cast-list--li-cast-info:nth-of-type(4)
    .shop-detail__cast-list--p-cast-info-value {
    width: fit-content;
  }
}

.shop-detail__cast-list--ul-cast-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 29.8rem;
  height: auto;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .shop-detail__cast-list--ul-cast-category {
    display: none;
  }
}

.shop-detail__cast-list--li-cast-category {
  width: auto;
  height: 2.2rem;
  border-radius: 2.6rem;
  box-sizing: border-box;
  padding: 0.2rem 0.8rem;
  background: #f3f5fb;
  border: solid 0.1rem #606283;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  color: #606283;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-detail__cast-list--img-separator,
.shop-detail__cast-list--img-section-separator {
  width: 100%;
  height: 1.6rem;
  background-image: url("/assets/images/separate-line.webp");
  background-repeat: repeat-x;
  background-position: 0 50%;
}

.shop-detail__cast-list--img-section-separator {
  margin: 1.6rem 0 1.6rem 0;
}

.shop-detail__cast-list--p-work-status {
  margin: 4px 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.shop-detail__cast-list--span-work-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  min-width: 6rem;
  border-radius: 999px;
  background: #8195ff; /* ベースは塗りつぶし */
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9em;
  white-space: nowrap;
}

.shop-detail__cast-list--span-work-time {
  font-weight: 500;
  font-size: 0.9em;
  color: #555555;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .shop-detail__cast-list--p-work-status {
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 1.1rem;
  }
}

.shop-detail__cast-list--span-work-label--next {
  background: #ffffff;
  color: #8195ff;
  border: 1px solid #8195ff;
}

/* cast */

.search-results__cast-card--separator {
  width: 100%;
  height: 1.6rem;
  margin: 0.8rem 0;
  position: relative;
  overflow: hidden;
}

.search-results__cast-card--separator img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .search-results__cast-card--separator {
    margin: 0 0 0.45rem;
  }
}

.search-results__cast-card--blog {
  width: 100%;
  position: relative;
}

.search-results__cast-card--blog-header {
  height: 2rem;
  margin-bottom: 2.1rem;
  display: flex;
  align-items: center;
}

.search-results__cast-card--blog-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.1rem;
}

.search-results__cast-card--cast-blog {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.064rem;
  color: #0c090d;
  margin-right: 1.6rem;
  white-space: nowrap;
  padding-top: 0.2rem;
  box-sizing: border-box;
}

.search-results__cast-card--blog-update {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  letter-spacing: 0.048rem;
  color: #0c090d;
  white-space: nowrap;
}

.search-results__cast-card--blog-update-date {
  font-family: "Tenor Sans", serif;
  padding-top: 0.2rem;
  box-sizing: border-box;
}

.search-results__cast-card--blog-update-label {
  font-family: "Noto Sans JP", serif;
}

.search-results__cast-card--blog-update.unread::after {
  content: "NEW!";
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.048rem;
  color: #fff;
  height: 1.8rem;
  display: inline-block;
  padding: 0 0.4rem;
  border-radius: 4.8rem;
  box-sizing: border-box;
  background: linear-gradient(to right, #ff8fad -1.38%, #92a3ff 101.39%);
}

@media screen and (max-width: 767px) {
  .search-results__cast-card--blog-header {
    height: 2rem;
    margin-bottom: 2.1rem;
  }

  .search-results__cast-card--cast-blog {
    font-size: 1.2rem;
    letter-spacing: 0.048rem;
    margin-right: 0.8rem;
  }

  .search-results__cast-card--blog-update {
    font-size: 1.2rem;
    letter-spacing: 0.048rem;
  }
}

@media screen and (max-width: 530px) {
  .search-results__cast-card--blog-update.unread::after {
    display: none;
  }
}

.search-results__cast-card--blog-preview {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  letter-spacing: 0.048rem;
  color: #606283;
  text-decoration: underline;
  height: 1.92rem;
  white-space: nowrap;
  overflow: clip;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  transform: translateY(100%);
}
