.l-underlayer-mv {
  margin: 0;
}

.p-detail-background {
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-detail-swiper-wrap {
  position: relative;
  width: 80rem;
  margin: 2rem auto 0;
}

.shop-detail-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
}

.shop-detail-swiper .swiper-wrapper {
  align-items: stretch;
}

.shop-detail-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

.shop-detail-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

.shop-detail-swiper__button {
  appearance: none;
  border: 0.1rem solid #222;
  box-shadow: 0 0.2rem 0 0 #222;
  border-radius: 0.4rem;
  background: #fff;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  overflow: hidden;
}

.shop-detail-swiper__button.swiper-button-prev {
  left: 1.6rem;
}

.shop-detail-swiper__button.swiper-button-next {
  right: 1.6rem;
}

.shop-detail-swiper__button:active {
  background: #BDEE4F;
}

.shop-detail-swiper .swiper-button-prev::after,
.shop-detail-swiper .swiper-button-next::after {
  content: none;
}

.shop-detail-swiper__arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #222;
  border-right: 0.1rem solid #222;
}

.shop-detail-swiper__arrow--prev {
  transform: rotate(-135deg);
  display: flex;
  position: absolute;
  left: 0.5rem;
}

.shop-detail-swiper__arrow--next {
  transform: rotate(45deg);
  display: flex;
  position: absolute;
  right: 0.5rem;
}

.shop-detail-swiper .swiper-pagination {
  position: static;
  margin-top: 1.6rem;
  text-align: center;
}

.shop-detail-swiper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #d7cfbc;
  opacity: 1;
}

.shop-detail-swiper .swiper-pagination-bullet-active {
  background: #54c13d;
}

.shop-detail-swiper__logo {
  position: absolute;
  /* right: 2.4rem;
  bottom: -4rem; */
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  /* background: #f4f0e5; */

  left: 0;
  top: calc(100% + 50px);
}

.shop-detail-swiper__logo img {
  display: block;
  width: 200px;
  height: auto;
}

.p-detail-head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 50px;
  padding-left: 230px;
}

.p-detail-bird-top {
  display: block;
  position: absolute;
  right: -11rem;
  top: 18rem;
  width: 11.3rem;
  z-index: 10;
}

.p-detail-bird-top-mobile {
  display: none;
}

.p-detail-bird-top img {
  display: block;
  width: 11rem;
  height: auto;
}

.p-detail-bird-bottom {
  display: block;
  position: absolute;
  left: calc(20 / 390 * 100vw);
  top: calc(-20 / 390 * 100vw);
  width: 12.8rem;
  z-index: 5;
  pointer-events: none;

}

.p-detail-body {
  width: 80rem;
  margin: 0 auto;
}

.p-detail-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.p-detail-floor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 2.4rem;
  padding: 0 0.8rem;
  border: 0.1rem solid #90897e;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  color: #6c655b;
  box-sizing: border-box;
}

.p-detail-category {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #6c655b;
}

.p-detail-title-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.p-detail-title {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #38c243;
  letter-spacing: 0.02em;
}

.p-detail-text {
  margin-top: 3.2rem;
  padding-left: 230px;
  min-height: 50px;
}

.p-detail-text p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #4c463e;
}

.p-detail-text p+p {
  margin-top: 3.2rem;
}

.p-detail-info {
  margin: 5.2rem 0 0;
  padding: 0;
  background: rgba(255, 251, 241, 0.8);
}

.p-detail-info__row {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 2.4rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #d6c7a0;
}

.p-detail-info__head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3f3a34;
  max-width: 18rem;
}

.p-detail-info__icon {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
}

.p-detail-info__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-detail-info__body {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #5c554c;
}

.p-detail-info__body a {
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
}

.p-detail-share {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.8rem;
}

.p-detail-share__label {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #3f3a34;
}

.p-detail-share__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-detail-share__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
}

.p-detail-share__list img {
  display: block;
  width: 100%;
  height: auto;
}

.p-detail-news {
  margin-top: 8.8rem;
  position: relative;
  z-index: 2;
}

.p-detail-news__inner {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 4rem 4rem 5.6rem;
  background: rgba(251, 246, 232, 0.9);
  border-radius: 2.4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.p-detail-news__head {
  text-align: center;
}

.p-detail-news__title {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.p-detail-news__title-en {
  display: block;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #39c243;
}

.p-detail-news__title-ja {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #3f3a34;
  letter-spacing: 0.4rem;
}

.p-detail-news__slider {
  position: relative;
  margin-top: 4rem;
}

.p-detail-news__slider .swiper-button-prev::after,
.p-detail-news__slider .swiper-button-next::after {
  content: none;
}

/* PC: 3열 카드 */
.p-detail-news__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  /* overflow: hidden; */
}

.p-detail-news__slider .swiper-slide {
  width: auto;
  height: auto;
}

.p-detail-news__nav {
  display: none;
}

.p-detail-news-card {
  min-width: 0;
}

.p-detail-news-card__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.p-detail-news-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.p-detail-news-card__date {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #3e3a39;
}

.p-detail-news-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.8rem;
  min-height: 2.8rem;
  padding: 0.2rem 1rem;
  border: 0.1rem solid #3e3a39;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #3e3a39;
  box-sizing: border-box;
}

.p-detail-news-card__image {
  margin: 0;
  overflow: hidden;
  border-radius: 1.2rem;
  aspect-ratio: 280 / 160;
  background: #F1EBDC;
}

.p-detail-news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-detail-news-card__title {
  margin: 1.4rem 0 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  color: #3f3a34;
}

.p-detail-news-card__link:hover .p-detail-news-card__title {
  text-decoration: underline;
}

.p-detail-news__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.p-detail-news__button {
  display: none;
}

.p-detail-news__back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31.4rem;
  height: 5.8rem;
  padding: 0 3rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #3CD14B 0%, #25C236 66%, #1ABB2B 100%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 0.3rem 0 0 #2ca134,
    inset 0 0.3rem 0.3rem rgba(255, 255, 255, 0.3);
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.2));
}

.p-detail-news__back-button:active {
  transform: translateY(0.2rem);
  box-shadow:
    0 0.1rem 0 0 #2ca134,
    inset 0 0.3rem 0.3rem rgba(255, 255, 255, 0.3);
}

/* モバイル: slider */
@media screen and (max-width: 768px) {
  .p-detail-news {
    margin-top: calc(48 / 390 * 100vw);
    overflow: visible;
  }

  .p-detail-bird-top-mobile {
    display: block;
    position: absolute;
    right: calc(14 / 390 * 100vw);
    top: calc(-50 / 390 * 100vw);
    width: calc(90 / 390 * 100vw);
    z-index: 5;
    pointer-events: none;
  }

  .p-detail-bird-bottom {
    display: none;
  }

  .p-detail-news__inner {
    /* max-width: none;
    padding: calc(40 / 390 * 100vw) 0 calc(32 / 390 * 100vw);
    border-radius: calc(24 / 390 * 100vw);
    overflow: visible;
    z-index: 1; */
  }

  .p-detail-news__slider {
    margin-top: calc(24 / 390 * 100vw);
    /* padding-left: calc(20 / 390 * 100vw);
    padding-right: calc(20 / 390 * 100vw); */
    overflow: visible;
  }

  .p-detail-news__slider .swiper-wrapper {
    gap: 0;
  }

  .p-detail-news__title-en {
    font-size: calc(28 / 390 * 100vw);
  }

  .p-detail-news__title-ja {
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: calc(2 / 390 * 100vw);
  }

  .p-detail-news__slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .p-detail-news__slider .swiper-slide {
    flex-shrink: 0;
    height: auto;
  }

  .p-detail-news-card__meta {
    margin-bottom: calc(8 / 390 * 100vw);
  }

  .p-detail-news-card__date {
    font-size: calc(14 / 390 * 100vw);
  }

  .p-detail-news-card__category {
    min-width: calc(113 / 390 * 100vw);
    min-height: calc(22 / 390 * 100vw);
    padding: calc(1 / 390 * 100vw) calc(8 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.2;
  }

  .p-detail-news-card__title {
    margin-top: calc(12 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.7;
  }

  .p-detail-news__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(135 / 390 * 100vw);
    z-index: 10;
    width: calc(28 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
    appearance: none;
    border: 0.1rem solid #222;
    box-shadow: 0 0.2rem 0 0 #222;
    border-radius: calc(6 / 390 * 100vw);
    background: #fff;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
  }

  .p-detail-news__nav:active {
    background: #BDEE4F;
  }

  .p-detail-news__slider .swiper-button-prev.swiper-button-disabled,
  .p-detail-news__slider .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
  }


  .p-detail-news__slider {
    position: relative;
    margin-top: 4rem;
  }

  .p-detail-news__slider .swiper-button-prev::after,
  .p-detail-news__slider .swiper-button-next::after {
    content: none;
  }

  .p-detail-news__button {
    display: none;
  }

  .p-detail-news__arrow {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.1rem solid #222;
    border-right: 0.1rem solid #222;
  }

  .p-detail-news__arrow--prev {
    transform: rotate(-135deg);
    display: flex;
    position: absolute;
    left: 0.5rem;
  }

  .p-detail-news__arrow--next {
    transform: rotate(45deg);
    display: flex;
    position: absolute;
    right: 0.5rem;
  }

  @media screen and (max-width: 768px) {
    .p-detail-news__slider {
      position: relative;
      margin-top: calc(24 / 390 * 100vw);
      padding: 0 calc(20 / 390 * 100vw);
      overflow: visible;
    }

    .p-detail-news__slider .swiper-wrapper {
      display: flex;
      align-items: stretch;
    }

    .p-detail-news__slider .swiper-slide {
      width: calc(280 / 390 * 100vw);
      flex-shrink: 0;
    }

    .p-detail-news__button {
      appearance: none;
      border: calc(1 / 390 * 100vw) solid #222;
      box-shadow: 0 calc(2 / 390 * 100vw) 0 0 #222;
      border-radius: calc(6 / 390 * 100vw);
      background: #fff;
      padding: 0;
      cursor: pointer;
      position: absolute;
      top: 50%;
      z-index: 10;
      width: calc(30 / 390 * 100vw);
      height: calc(30 / 390 * 100vw);
      transform: translateY(-50%);
      overflow: hidden;
      display: block;
    }

    .p-detail-news__button.swiper-button-prev {
      left: calc(6 / 390 * 100vw);
    }

    .p-detail-news__button.swiper-button-next {
      right: calc(6 / 390 * 100vw);
      background: #fff;
    }

    .p-detail-news__button:active {
      background: #BDEE4F;
    }

    .p-detail-news__arrow {
      width: calc(6 / 390 * 100vw);
      height: calc(6 / 390 * 100vw);
      border-top-width: calc(1 / 390 * 100vw);
      border-right-width: calc(1 / 390 * 100vw);
    }
  }

  .p-detail-news__slider .swiper-button-prev::after,
  .p-detail-news__slider .swiper-button-next::after {
    content: none;
  }

}

/* ここからモバイル */
@media screen and (max-width: 768px) {
  .p-detail-background {
    width: calc(350 / 390 * 100vw);
    margin: 0 auto;
  }

  .p-detail-swiper-wrap {
    width: calc(350 / 390 * 100vw);
    margin: calc(12 / 390 * 100vw) auto 0;
  }

  .shop-detail-swiper {
    width: 100%;
  }

  .p-detail-news__slider .p-detail-news-card__link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .p-detail-news__slider .p-detail-news-card__meta {
    width: 100%;
  }

  .p-detail-news__slider .p-detail-news-card__image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }

  .p-detail-news__slider .p-detail-news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .p-detail-news__slider .p-detail-news-card__title {
    display: block;
    text-align: left;
  }

  .shop-detail-swiper__button {
    width: calc(26 / 390 * 100vw);
    height: calc(26 / 390 * 100vw);
    border-radius: calc(6 / 390 * 100vw);
  }

  .shop-detail-swiper__button.swiper-button-prev {
    left: calc(8 / 390 * 100vw);
  }

  .shop-detail-swiper__button.swiper-button-next {
    right: calc(8 / 390 * 100vw);
  }

  .shop-detail-swiper__arrow {
    width: calc(6 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
    border-top-width: calc(1 / 390 * 100vw);
    border-right-width: calc(1 / 390 * 100vw);
  }

  .shop-detail-swiper__logo {
    width: calc(64 / 390 * 100vw);
    height: calc(64 / 390 * 100vw);
    /* right: calc(12 / 390 * 100vw);
    bottom: calc(-18 / 390 * 100vw); */
    top: calc(100% + (20 / 390 * 100vw));
  }

  .shop-detail-swiper__logo img {
    width: 100%;
    height: auto;
  }

  .p-detail-bird-top {
    display: none;
  }

  .p-detail-body {
    width: calc(350 / 390 * 100vw);
    max-width: none;
    margin: calc(20 / 390 * 100vw) auto 0;
  }

  .p-detail-head {
    gap: calc(10 / 390 * 100vw);
    margin-top: 0;
    padding-left: calc(80 / 390 * 100vw);
    ;
  }

  .p-detail-meta {
    gap: calc(8 / 390 * 100vw);
  }

  .p-detail-floor {
    min-width: calc(28 / 390 * 100vw);
    height: calc(22 / 390 * 100vw);
    padding: 0 calc(6 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }

  .p-detail-category {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.4;
  }

  .p-detail-title-wrap {
    gap: calc(10 / 390 * 100vw);
  }

  .p-detail-title {
    font-size: calc(22 / 390 * 100vw);
    line-height: 1.4;
  }

  .p-detail-text {
    width: calc(350 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
    padding-left: 0;
    min-height: auto;
  }

  .p-detail-text p {
    font-size: calc(16 / 390 * 100vw);
  }

  .p-detail-text p+p {
    margin-top: calc(18 / 390 * 100vw);
  }

  .p-detail-info {
    width: calc(350 / 390 * 100vw);
    margin: calc(24 / 390 * 100vw) auto 0;
  }

  .p-detail-info__row {
    grid-template-columns: 1fr;
    gap: calc(8 / 390 * 100vw);
    padding: calc(14 / 390 * 100vw) 0;
    border-bottom: 0.1rem solid #d6c7a0;
  }

  .p-detail-info__head {
    gap: calc(8 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.6;
    white-space: nowrap;
  }

  .p-detail-info__icon {
    width: calc(16 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
  }

  .p-detail-info__body {
    margin: 0;
    padding-left: calc(24 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    word-break: keep-all;
  }

  .p-detail-share {
    width: calc(330 / 390 * 100vw);
    margin: calc(18 / 390 * 100vw) auto 0;
    border-bottom: calc(18 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
  }

  .p-detail-share__label {
    font-size: calc(14 / 390 * 100vw);
  }

  .p-detail-share__list {
    gap: calc(6 / 390 * 100vw);
  }

  .p-detail-share__list a {
    width: calc(30 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
  }

  .p-button-gap {
    display: flex;
  }
}

@media screen and (max-width: 1015px) {
  .p-detail-background {
    width: calc(100% - 4rem);
    max-width: 100rem;
    margin: 0 auto;
  }

  .p-detail-swiper-wrap {
    width: 100%;
    max-width: 80rem;
    margin: 2rem auto 0;
  }

  .shop-detail-swiper {
    width: 100%;
  }

  .shop-detail-swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}