/* shop_detail_common */

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

/* 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-shop-event {
  margin-top: 4.05rem;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--nav-shop-event {
    margin-top: 0;
  }
}

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

.about-shop__common--h2-shop-event {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 991px) {
  .about-shop__common--h2-birthday,
  .about-shop__common--h2-shop-event {
    position: relative;
    height: fit-content;
    font-size: 2.4rem;
    padding: 0.2rem 0 2.2rem 4rem;
    background-size: 4rem 4rem;
    margin: 0 0 2rem 0;
    flex-wrap: wrap;
  }
}

@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: 991px) {
  .about-shop__common--h2-birthday span,
  .about-shop__common--h2-shop-event span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0;
    font-size: 1.2rem;
    height: 2rem;
    line-height: 160%;
  }
}

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

.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__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__birthday-event--container-birthday {
  position: relative;
  background-image:
    url("/assets/images/happy-birthday.webp"),
    /** line */ linear-gradient(to right, #c9ae45, #c9ae45),
    linear-gradient(to right, #c9ae45, #c9ae45),
    linear-gradient(to bottom, #c9ae45, #c9ae45),
    linear-gradient(to bottom, #c9ae45, #c9ae45),
    /** 四隅 */ url("/assets/images/birthday-bg-top-left.webp"),
    url("/assets/images/birthday-bg-top-right.webp"),
    url("/assets/images/birthday-bg-bottom-left.webp"),
    url("/assets/images/birthday-bg-bottom-right.webp"),
    /** bg */ url("/assets/images/birthday-bg.webp");
  background-repeat: no-repeat no-repeat;
  background-position:
    50% 6.8rem,
    /** line */ 0.8rem 0.8rem,
    0.8rem calc(100% - 0.8rem),
    0.8rem 0.8rem,
    calc(100% - 0.8rem) calc(100% - 0.8rem),
    /** 四隅 */ 0.8rem 0.8rem,
    calc(100% - 0.8rem) 0.8rem,
    0.8rem calc(100% - 0.8rem),
    calc(100% - 0.8rem) calc(100% - 0.8rem),
    /** bg */ 0 0;
  background-size:
    36.2rem 6rem,
    /** line */ calc(100% - 1.6rem) 0.1rem,
    calc(100% - 1.6rem) 0.1rem,
    0.1rem calc(100% - 1.6rem),
    0.1rem calc(100% - 1.6rem),
    /** 四隅 */ 5.8rem 5.8rem,
    5.8rem 5.8rem,
    5.8rem 5.8rem,
    5.8rem 5.8rem,
    /** bg */ 100% 100%;
  width: 100%;
  min-height: 63rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
  box-sizing: border-box;
  padding: 20.4rem 1.6rem 5.6rem 1.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__birthday-event--container-birthday {
    min-height: 38.6rem;
    background-position:
      50% 2.4rem,
      /** line */ 0.4rem 0.4rem,
      0.4rem calc(100% - 0.4rem),
      0.4rem 0.4rem,
      calc(100% - 0.4rem) calc(100% - 0.4rem),
      /** 四隅 */ 0.4rem 0.4rem,
      calc(100% - 0.4rem) 0.4rem,
      0.4rem calc(100% - 0.4rem),
      calc(100% - 0.4rem) calc(100% - 0.4rem),
      /** bg */ 0 0;
    background-size:
      20.4rem 4rem,
      /** line */ calc(100% - 0.8rem) 0.1rem,
      calc(100% - 0.8rem) 0.1rem,
      0.1rem calc(100% - 0.8rem),
      0.1rem calc(100% - 0.8rem),
      /** 四隅 */ 4rem 4rem,
      4rem 4rem,
      4rem 4rem,
      4rem 4rem,
      /** bg */ 100% 100%;
    padding: 11.4rem 0.8rem 3.6rem 0.8rem;
  }
}

.about-shop__birthday-event--span {
  position: absolute;
  top: 13.5rem;
  width: fit-content;
  height: 2.9rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 180%;
  color: #606283;
  text-align: center;
}

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

.about-shop__birthday-event--article-birthday-card {
  position: relative;
  width: 23.2rem;
  height: 37rem;
  background-image: url("/assets/images/birthday-card-2.png");
  background-position: -1rem -1rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.1rem 0 rgba(120, 120, 125, 0.1);
}

@media screen and (max-width: 767px) {
  .about-shop__birthday-event--article-birthday-card {
    width: 14.4rem;
    height: 23.6rem;
    background-size: 16.4rem 25.6rem;
  }
}

.about-shop__birthday-event--img-ribbon {
  position: absolute;
  width: 14rem;
  height: 9.107rem;
  top: -0.1rem;
  left: -0.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__birthday-event--img-ribbon {
    width: 8rem;
    height: 5.3rem;
  }
}

.about-shop__birthday-event--img-birthday {
  position: absolute;
  width: 20rem;
  height: 20rem;
  top: 6.6rem;
  left: 1.6rem;
  border-radius: 0.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__birthday-event--img-birthday {
    width: 12rem;
    height: 12rem;
    top: 5.1rem;
    left: 1.2rem;
  }
}

.about-shop__birthday-event--span-birthday-title {
  position: absolute;
  top: 1.6rem;
  width: 100%;
  height: 1.4rem;
  color: #606283;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0.05rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-shop__birthday-event--span-birthday-title {
    top: 1.2rem;
    width: 100%;
    height: 1.2rem;
    font-size: 1rem;
  }
}

.about-shop__birthday-event--span-birthday-date {
  position: absolute;
  top: 3.4rem;
  width: 100%;
  height: 1.9rem;
  color: #0c090d;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-shop__birthday-event--span-birthday-date {
    top: 2.8rem;
    width: 100%;
    height: 1.7rem;
    font-size: 1.4rem;
    line-height: 120%;
    text-align: center;
  }
}

.about-shop__birthday-event--span-birthday-name {
  position: absolute;
  bottom: 2.8rem;
  width: 100%;
  height: 3.6rem;
  color: #0c090d;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-shop__birthday-event--span-birthday-name {
    bottom: 1.4rem;
    width: 100%;
    height: 2.5rem;
    font-weight: 600;
    font-size: 1.4rem;
  }
}

.about-shop__shop-event--link-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0rem 0 0.8rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--link-container {
    margin: 0.8rem 0 0.8rem 0;
  }
}

.about-shop__shop-event--a-prev-month,
.about-shop__shop-event--a-next-month {
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  width: 14.7rem;
  height: 2.9rem;
  border-radius: 8rem;
  box-sizing: border-box;
  display: flex;
  align-items: end;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--a-prev-month,
  .about-shop__shop-event--a-next-month {
    width: 12.2rem;
    height: 2.6rem;
    font-size: 1.2rem;
    line-height: 150%;
  }
}

.about-shop__shop-event--a-prev-month {
  color: #9394a1;
  border: solid 0.1rem #9394a1;
  padding: 0.4rem 0rem 0.4rem 2.8rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--a-prev-month {
    padding: 0.4rem 0 0.4rem 2.2rem;
  }
}

.about-shop__shop-event--a-next-month {
  color: #e43b68;
  border: solid 0.1rem #e43b68;
  padding: 0.4rem 0rem 0.4rem 1.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--a-next-month {
    padding: 0.4rem 0rem 0.4rem 1.2rem;
  }
}

.about-shop__shop-event--a-prev-month::before,
.about-shop__shop-event--a-prev-month::after,
.about-shop__shop-event--a-next-month::before,
.about-shop__shop-event--a-next-month::after {
  content: "";
  position: absolute;
  height: 0.7rem;
  width: 0.13rem;
  border-radius: 0.1rem;
  top: 1.1rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--a-prev-month::before,
  .about-shop__shop-event--a-prev-month::after,
  .about-shop__shop-event--a-next-month::before,
  .about-shop__shop-event--a-next-month::after {
    top: 1rem;
  }
}

.about-shop__shop-event--a-prev-month::before,
.about-shop__shop-event--a-next-month::before {
  width: 0.7rem;
  height: 0.13rem;
}

.about-shop__shop-event--a-prev-month::after,
.about-shop__shop-event--a-next-month::after {
  width: 0.7rem;
  height: 0.13rem;
}

.about-shop__shop-event--a-prev-month::before,
.about-shop__shop-event--a-prev-month::after {
  background-color: #9394a1;
  left: 1.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--a-prev-month::before,
  .about-shop__shop-event--a-prev-month::after {
    left: 0.925rem;
  }
}

.about-shop__shop-event--a-next-month::after,
.about-shop__shop-event--a-next-month::before {
  background-color: #e43b68;
  right: 1.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--a-next-month::after,
  .about-shop__shop-event--a-next-month::before {
    right: 0.925rem;
  }
}

.about-shop__shop-event--a-prev-month::before {
  transform: rotate(-45deg);
}

.about-shop__shop-event--a-prev-month::after {
  transform: translateY(0.4rem) rotate(45deg);
}

.about-shop__shop-event--a-next-month::before {
  transform: rotate(45deg);
}

.about-shop__shop-event--a-next-month::after {
  transform: translateY(0.4rem) rotate(-45deg);
}

.about-shop__shop-event--a-prev-month.is-disabled,
.about-shop__shop-event--a-next-month.is-disabled {
  pointer-events: none;
  cursor: default;
}

.about-shop__shop-event--a-prev-month.is-active,
.about-shop__shop-event--a-next-month.is-active {
  cursor: pointer;
}

.about-shop__shop-event--a-prev-month.is-active {
  color: #e43b68;
  border-color: #e43b68;
}

.about-shop__shop-event--a-prev-month.is-active::before,
.about-shop__shop-event--a-prev-month.is-active::after {
  background-color: #e43b68;
}

.about-shop__shop-event--a-next-month.is-disabled {
  color: #9394a1;
  border-color: #9394a1;
}

.about-shop__shop-event--a-next-month.is-disabled::before,
.about-shop__shop-event--a-next-month.is-disabled::after {
  background-color: #9394a1;
}

.about-shop__shop-event--table {
  width: 100%;
  border-radius: 0.8rem;
  border: solid 0.1rem #e9eaf8;
  box-sizing: border-box;
}

.about-shop__shop-event--tr {
  position: relative;
  min-height: 4.9rem;
  width: 100%;
  height: 4.9rem;
}

.about-shop__shop-event--tr::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    #e9eaf8 0.2rem,
    transparent 0.2rem
  );
  background-size: 0.4rem 0.1rem;
  background-position: left top;
  width: 100%;
  height: 0.1rem;
  top: 0rem;
  left: 0rem;
}

.about-shop__shop-event--thead .about-shop__shop-event--tr {
  height: 5.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--thead .about-shop__shop-event--tr {
    height: 3.8rem;
  }
}

.about-shop__shop-event--thead .about-shop__shop-event--tr::before {
  background-image: none;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--tr {
    min-height: 3.8rem;
    height: 3.8rem;
  }
}

.about-shop__shop-event--th {
  box-sizing: border-box;
  background-color: #f3f5fb;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  padding: 0;
}

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

.about-shop__shop-event--tr .about-shop__shop-event--th:nth-of-type(1) {
  width: 28rem;
}

@media screen and (max-width: 767px) {
  .about-shop__shop-event--tr .about-shop__shop-event--th:nth-of-type(1) {
    width: 8.8rem;
  }
}

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

.about-shop__shop-event--thead
  .about-shop__shop-event--tr
  .about-shop__shop-event--th:nth-last-of-type(1) {
  border-top-right-radius: 0.8rem;
}

.about-shop__shop-event--td {
  box-sizing: border-box;
  background-color: #fff;
  padding: 1.1rem 1.6rem 1.2rem 1.6rem;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
}

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

.about-shop__shop-event--th-blue {
  color: #5f66ff;
}

.about-shop__shop-event--th-red {
  color: #ff6767;
}

.about-shop__shop-event--tr .about-shop__shop-event--td:nth-last-of-type(1) {
  width: 68rem;
}

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

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