/* =========================================================
   /omiyamairi/ 固定ページ専用CSS
========================================================= */


/* =========================================================
   01. HERO
   画像のみ + 縦書きアニメーションテキスト左上配置
   PC/SP画像切り替え + 境界をまたぐスクロールギミック
========================================================= */

.yp-omiyamairi-hero-imageonly {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: visible;
  background: #f7f4ee;
  isolation: isolate;
}

.yp-omiyamairi-hero-imageonly__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.yp-omiyamairi-hero-imageonly__title::before,
.yp-omiyamairi-hero-imageonly__title::after {
  display: none !important;
  content: none !important;
}

.yp-omiyamairi-hero-imageonly__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.yp-omiyamairi-hero-imageonly__slide {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 1800ms ease,
    transform 8000ms ease;
}

.yp-omiyamairi-hero-imageonly__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.yp-omiyamairi-hero-imageonly__slide--1 {
  background-image: url("https://yourpleasure.photo/wp-content/uploads/2026/04/omiyamairi-hero-baby-photo-pc1.jpg");
}

.yp-omiyamairi-hero-imageonly__slide--2 {
  background-image: url("https://yourpleasure.photo/wp-content/uploads/2026/04/omiyamairi-hero-baby-photo-pc2.jpg");
}

.yp-omiyamairi-hero-imageonly__slide--3 {
  background-image: url("https://yourpleasure.photo/wp-content/uploads/2026/04/omiyamairi-hero-baby-photo-pc3.jpg");
}

.yp-omiyamairi-hero-imageonly__text-wrap {
  position: absolute;
  z-index: 4;
  left: 7%;
  top: 18%;
  right: auto;
  pointer-events: none;
}

.yp-omiyamairi-hero-imageonly__catch {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}

.yp-omiyamairi-hero-imageonly__catch-line {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  color: #ffffff;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Times New Roman",
    serif;
  font-weight: 400;
  font-size: clamp(34px, 3.9vw, 62px);
  line-height: 1.85;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(18px);
  animation: ypOmiyamairiCatchFade 1.6s ease forwards;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.38),
    0 3px 10px rgba(0, 0, 0, 0.34),
    0 8px 24px rgba(0, 0, 0, 0.28),
    1px 0 0 rgba(0, 0, 0, 0.18),
    -1px 0 0 rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(0, 0, 0, 0.18),
    0 -1px 0 rgba(0, 0, 0, 0.18);
}

.yp-omiyamairi-hero-imageonly__catch-line + .yp-omiyamairi-hero-imageonly__catch-line {
  animation-delay: 0.45s;
}

@keyframes ypOmiyamairiCatchFade {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.yp-omiyamairi-hero-imageonly__scroll {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -68px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 132px;
  min-height: 148px;
  text-decoration: none;
  color: inherit;
}

.yp-omiyamairi-hero-imageonly__scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 112px;
  overflow: hidden;
}

.yp-omiyamairi-hero-imageonly__scroll-line-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.78);
}

.yp-omiyamairi-hero-imageonly__scroll-line-black {
  position: absolute;
  top: 56px;
  left: 0;
  width: 1px;
  height: 56px;
  background: rgba(35, 35, 35, 0.42);
}

.yp-omiyamairi-hero-imageonly__scroll-line-moving {
  position: absolute;
  top: -56px;
  left: 0;
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.98);
  animation: ypOmiyamairiBoundaryScrollLine 1900ms ease-in-out infinite;
}

.yp-omiyamairi-hero-imageonly__scroll-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 32px;
  margin-top: 10px;
  border: 1px solid rgba(35, 35, 35, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: rgba(35, 35, 35, 0.76);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  font-family:
    "Times New Roman",
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  transition:
    transform 260ms ease,
    background-color 260ms ease,
    border-color 260ms ease,
    color 260ms ease,
    box-shadow 260ms ease;
}

.yp-omiyamairi-hero-imageonly__scroll:hover .yp-omiyamairi-hero-imageonly__scroll-button {
  transform: translateY(3px);
  background: rgba(35, 35, 35, 0.9);
  border-color: rgba(35, 35, 35, 0.9);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

@keyframes ypOmiyamairiBoundaryScrollLine {
  0% {
    top: -56px;
    background: rgba(255, 255, 255, 0.98);
  }

  45% {
    top: 22px;
    background: rgba(255, 255, 255, 0.98);
  }

  56% {
    background: rgba(35, 35, 35, 0.78);
  }

  78% {
    top: 112px;
    background: rgba(35, 35, 35, 0.78);
  }

  100% {
    top: 112px;
    background: rgba(35, 35, 35, 0.78);
  }
}

.yp-omiyamairi-main-anchor {
  position: relative;
  background: #fff;
  min-height: 1px;
}


/* =========================================================
   02. PAGE NAV
   上部目次タイル
========================================================= */

html {
  scroll-behavior: smooth;
}

#yp-selected-reasons,
#yp-plan-selection,
#yp-flow-section,
#yp-delivery-section,
#yp-option-section,
#yp-faq-section,
#yp-reserve-section {
  scroll-margin-top: 120px;
}

.yp-page-nav {
  width: 100%;
  margin: 0;
  padding: 34px 0 22px;
  background: #ffffff;
  color: #2f2a24;
}

.yp-page-nav,
.yp-page-nav * {
  box-sizing: border-box;
}

.yp-page-nav__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-page-nav p,
.yp-page-nav a,
.yp-page-nav span {
  background: none !important;
  box-shadow: none !important;
}

.yp-page-nav p::before,
.yp-page-nav p::after,
.yp-page-nav a::before,
.yp-page-nav a::after,
.yp-page-nav span::before,
.yp-page-nav span::after {
  display: none !important;
  content: none !important;
}

.yp-page-nav__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.yp-page-nav__label {
  margin: 0;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.yp-page-nav__lead {
  margin: 0;
  color: #7a878f;
  font-size: 12.5px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.yp-page-nav__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.yp-page-nav__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  padding: 14px 18px 14px 20px;
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 1) 0%,
      rgba(246, 243, 237, 1) 100%
    ) !important;
  border: 1px solid rgba(38, 52, 61, 0.08);
  text-decoration: none !important;
  color: #26343d !important;
  overflow: hidden;
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease;
}

.yp-page-nav__item::after {
  display: block !important;
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(138, 116, 88, 0.8);
  border-bottom: 1px solid rgba(138, 116, 88, 0.8);
  transform: rotate(-45deg);
  opacity: 0.8;
}

.yp-page-nav__item-en {
  display: block;
  margin: 0 0 8px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 10.5px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-page-nav__item-ja {
  display: block;
  padding-right: 20px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.05em;
}


/* =========================================================
   03. SELECTED REASONS
========================================================= */

.yp-selected-reasons {
  width: 100%;
  margin: 0;
  padding: 96px 0 0;
  background: #ffffff;
  color: #2f2a24;
  overflow: hidden;
}

.yp-selected-reasons__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-selected-reasons__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 64px;
}

.yp-selected-reasons__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yp-selected-reasons h2,
.yp-selected-reasons h3 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.yp-selected-reasons h2::before,
.yp-selected-reasons h2::after,
.yp-selected-reasons h3::before,
.yp-selected-reasons h3::after {
  display: none !important;
  content: none !important;
}

.yp-selected-reasons__label,
.yp-selected-reasons__sub-label,
.yp-selected-reasons__lead p,
.yp-selected-reasons__number,
.yp-selected-reasons__detail-number {
  background: none !important;
  box-shadow: none !important;
}

.yp-selected-reasons__label::before,
.yp-selected-reasons__label::after,
.yp-selected-reasons__sub-label::before,
.yp-selected-reasons__sub-label::after,
.yp-selected-reasons__lead p::before,
.yp-selected-reasons__lead p::after {
  display: none !important;
  content: none !important;
}

.yp-selected-reasons__label {
  margin: 0 0 18px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-selected-reasons__title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.22;
  letter-spacing: 0.13em;
  font-weight: 400;
}

.yp-selected-reasons__sub-label {
  margin: 18px 0 0;
  color: #7a878f;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.yp-selected-reasons__lead p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-selected-reasons__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(380px, 42vh);
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  line-height: 0;
}

.yp-selected-reasons__item {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background: #ffffff;
  color: #ffffff;
  isolation: isolate;
  opacity: 0;
  transform: translateY(24px);
  margin: 0;
  padding: 0;
  line-height: 0;
}

.yp-selected-reasons__item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 800ms ease, transform 800ms ease;
}

.yp-selected-reasons__item:nth-child(2).is-visible {
  transition-delay: 80ms;
}

.yp-selected-reasons__item:nth-child(3).is-visible {
  transition-delay: 160ms;
}

.yp-selected-reasons__item:nth-child(4).is-visible {
  transition-delay: 80ms;
}

.yp-selected-reasons__item:nth-child(5).is-visible {
  transition-delay: 160ms;
}

.yp-selected-reasons__item--photo,
.yp-selected-reasons__item--care,
.yp-selected-reasons__item--experience {
  grid-column: span 2;
}

.yp-selected-reasons__item--story,
.yp-selected-reasons__item--concept {
  grid-column: span 3;
}

.yp-selected-reasons__button {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  appearance: none;
  line-height: 0;
}

.yp-selected-reasons__button picture,
.yp-selected-reasons__button img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  vertical-align: top;
}

.yp-selected-reasons__button picture {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.yp-selected-reasons__button img {
  object-fit: cover;
  object-position: center center;
  background: #ffffff;
}

.yp-selected-reasons__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.03) 42%,
      rgba(0, 0, 0, 0.18) 100%
    );
  pointer-events: none;
}

.yp-selected-reasons__item.is-active .yp-selected-reasons__button::before {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.05) 40%,
      rgba(0, 0, 0, 0.28) 100%
    );
}

.yp-selected-reasons__item.is-active .yp-selected-reasons__button {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: -8px;
}

.yp-selected-reasons__button:focus-visible {
  outline: 3px solid rgba(138, 116, 88, 0.9);
  outline-offset: -6px;
}

.yp-selected-reasons__top {
  position: absolute;
  top: 34px;
  left: 28px;
  z-index: 5;
  line-height: 1;
}

.yp-selected-reasons__number {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.yp-selected-reasons__item-title {
  display: block;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.yp-selected-reasons__cue {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
  animation: ypReasonCuePulse 1.8s ease-in-out infinite;
}

.yp-selected-reasons__cue::after {
  content: attr(data-pc);
}

.yp-selected-reasons__cue-dot {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

.yp-selected-reasons__cue-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  animation: ypReasonCueRing 1.8s ease-in-out infinite;
}

@keyframes ypReasonCuePulse {
  0% {
    opacity: 0.42;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }

  100% {
    opacity: 0.42;
    transform: translateY(0);
  }
}

@keyframes ypReasonCueRing {
  0% {
    opacity: 0.8;
    transform: scale(0.72);
  }

  70% {
    opacity: 0;
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

.yp-selected-reasons__detail {
  width: min(1120px, calc(100% - 56px));
  margin: 56px auto 0;
  padding: 0 0 96px;
  scroll-margin-top: 90px;
}

.yp-selected-reasons__detail-panel {
  display: none;
  opacity: 0;
  transform: translateY(14px);
}

.yp-selected-reasons__detail-panel.is-active {
  display: block;
  animation: ypReasonDetailFade 520ms ease forwards;
}

.yp-selected-reasons__detail-number {
  margin: 0 0 16px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-selected-reasons__detail-panel h3 {
  margin: 0 0 26px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.yp-selected-reasons__detail-image {
  width: min(760px, 100%);
  margin: 0 0 30px;
  overflow: hidden;
  background: #f7f4ee;
}

.yp-selected-reasons__detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.yp-selected-reasons__detail-panel p:not(.yp-selected-reasons__detail-number) {
  max-width: 860px;
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-selected-reasons__detail-panel p + p {
  margin-top: 18px;
}

.yp-selected-reasons__detail-nav-wrap {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-selected-reasons__detail-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
  line-height: 0;
}

.yp-selected-reasons__nav-button {
  position: relative;
  display: block;
  width: 100%;
  height: 96px;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
  appearance: none;
  line-height: 0;
}

.yp-selected-reasons__nav-button picture,
.yp-selected-reasons__nav-button img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

.yp-selected-reasons__nav-button img {
  object-fit: cover;
  object-position: center 58%;
  transition: transform 360ms ease, opacity 360ms ease;
}

.yp-selected-reasons__nav-button--photo img,
.yp-selected-reasons__nav-button--care img,
.yp-selected-reasons__nav-button--experience img {
  object-position: center 58%;
}

.yp-selected-reasons__nav-button span {
  position: absolute;
  left: 10px;
  bottom: 9px;
  z-index: 3;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.yp-selected-reasons__nav-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.36) 100%
    );
  pointer-events: none;
}

.yp-selected-reasons__nav-button.is-active {
  outline: 2px solid #8a7458;
  outline-offset: -2px;
  z-index: 2;
}

.yp-selected-reasons__nav-button.is-active img {
  opacity: 0.9;
  transform: scale(1.04);
}

.yp-selected-reasons__nav-button:hover img {
  transform: scale(1.04);
}

.yp-selected-reasons__scroll-hint {
  display: none;
}

@keyframes ypReasonDetailFade {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================================================
   04. PLAN SELECTION
   スタンダード / プレミアム 横並びタブ
========================================================= */

.yp-plan-selection {
  width: 100%;
  margin: 0;
  padding: 96px 0;
  background: #ffffff;
  color: #2f2a24;
}

.yp-plan-selection,
.yp-plan-selection * {
  box-sizing: border-box;
}

.yp-plan-selection__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-plan-selection__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 56px;
}

.yp-plan-selection__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yp-plan-selection h2,
.yp-plan-selection h3 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.yp-plan-selection h2::before,
.yp-plan-selection h2::after,
.yp-plan-selection h3::before,
.yp-plan-selection h3::after {
  display: none !important;
  content: none !important;
}

.yp-plan-selection p,
.yp-plan-selection a,
.yp-plan-selection span {
  background-image: none !important;
  box-shadow: none !important;
}

.yp-plan-selection p::before,
.yp-plan-selection p::after,
.yp-plan-selection a::before,
.yp-plan-selection a::after,
.yp-plan-selection span::before,
.yp-plan-selection span::after {
  display: none !important;
  content: none !important;
}

.yp-plan-selection__label {
  margin: 0 0 18px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-plan-selection__title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.24;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.yp-plan-selection__sub-label {
  margin: 18px 0 0;
  color: #7a878f;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.yp-plan-selection__lead p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-plan-selection__tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.yp-plan-selection__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 34px;
}

.yp-plan-selection__tab {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 86px;
  padding: 18px 22px;
  border: 1px solid rgba(38, 52, 61, 0.12);
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 1) 0%,
      rgba(246, 243, 237, 1) 100%
    );
  cursor: pointer;
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.yp-plan-selection__tab-en {
  display: block;
  margin: 0 0 8px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-plan-selection__tab-ja {
  display: block;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.yp-plan-selection__tab-price {
  display: block;
  margin-top: 6px;
  color: #5d6971;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

#yp-plan-tab-standard:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-standard"],
#yp-plan-tab-premium:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-premium"] {
  background: #26343d;
  border-color: #26343d;
}

#yp-plan-tab-standard:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-standard"] .yp-plan-selection__tab-en,
#yp-plan-tab-standard:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-standard"] .yp-plan-selection__tab-ja,
#yp-plan-tab-standard:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-standard"] .yp-plan-selection__tab-price,
#yp-plan-tab-premium:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-premium"] .yp-plan-selection__tab-en,
#yp-plan-tab-premium:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-premium"] .yp-plan-selection__tab-ja,
#yp-plan-tab-premium:checked ~ .yp-plan-selection__tabs label[for="yp-plan-tab-premium"] .yp-plan-selection__tab-price {
  color: #ffffff;
}

.yp-plan-selection__panels {
  position: relative;
}

.yp-plan-selection__panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

#yp-plan-tab-standard:checked ~ .yp-plan-selection__panels .yp-plan-selection__panel--standard,
#yp-plan-tab-premium:checked ~ .yp-plan-selection__panels .yp-plan-selection__panel--premium {
  display: block;
  animation: ypPlanTabFade 420ms ease forwards;
}

@keyframes ypPlanTabFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.yp-plan-selection__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  background: #fbfaf8;
  border: 1px solid rgba(38, 52, 61, 0.08);
  overflow: hidden;
}

.yp-plan-selection__image-wrap {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
}

.yp-plan-selection__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.yp-plan-selection__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0.02) 45%,
      rgba(0, 0, 0, 0.22) 100%
    );
  pointer-events: none;
}

.yp-plan-selection__plan-tag {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #ffffff;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(2px);
}

.yp-plan-selection__body {
  padding: 46px 42px 44px;
}

.yp-plan-selection__plan-kicker {
  margin: 0 0 10px;
  color: #8a7458;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.yp-plan-selection__plan-title {
  margin: 0 0 10px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.35;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.yp-plan-selection__price {
  margin: 0 0 22px;
  color: #2f2a24;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.yp-plan-selection__summary {
  margin: 0 0 28px;
  color: #5d6971;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.yp-plan-selection__compact-info {
  display: grid;
  gap: 0;
  margin: 0 0 26px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-plan-selection__compact-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(38, 52, 61, 0.1);
}

.yp-plan-selection__compact-row span {
  color: #8a7458;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.yp-plan-selection__compact-row p {
  margin: 0;
  color: #39464e;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.yp-plan-selection__best-for {
  margin: 0 0 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(38, 52, 61, 0.1);
  color: #5d6971;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.yp-plan-selection__detail-link,
.yp-plan-selection__time-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 42px 13px 22px;
  border: 1px solid rgba(38, 52, 61, 0.28);
  color: #26343d !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition:
    background-color 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.yp-plan-selection__detail-link::after,
.yp-plan-selection__time-link::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}

.yp-plan-selection__time-box {
  margin-top: 42px;
  padding: 36px 38px;
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 1) 0%,
      rgba(246, 243, 237, 1) 100%
    );
  border: 1px solid rgba(38, 52, 61, 0.1);
}

.yp-plan-selection__time-head {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  margin-bottom: 22px;
}

.yp-plan-selection__time-label {
  margin: 0;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-plan-selection__time-title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.yp-plan-selection__time-body {
  max-width: 900px;
  margin-bottom: 28px;
}

.yp-plan-selection__time-body p {
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

.yp-plan-selection__time-body p + p {
  margin-top: 12px;
}

.yp-plan-selection__time-matrix {
  width: 100%;
  margin: 0 0 28px;
  border: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-plan-selection__time-matrix-row {
  display: grid;
  grid-template-columns: 1.1fr 1.25fr 1.1fr 1.55fr;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-plan-selection__time-matrix-row:first-child {
  border-top: 0;
}

.yp-plan-selection__time-matrix-row > div {
  min-height: 92px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(38, 52, 61, 0.12);
  color: #26343d;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.yp-plan-selection__time-matrix-row > div:first-child {
  border-left: 0;
}

.yp-plan-selection__time-matrix-row--head > div {
  min-height: 58px;
  background: #26343d;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.yp-plan-selection__time-matrix-plan {
  color: #8a7458 !important;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px !important;
  letter-spacing: 0.08em;
}

.yp-plan-selection__note {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-plan-selection__note p {
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  text-align: center;
}


/* =========================================================
   05. FLOW
   当日の流れ 横並びタブ切り替え版
========================================================= */

.yp-flow-section {
  width: 100%;
  margin: 0;
  padding: 96px 0;
  background: #ffffff;
  color: #2f2a24;
}

.yp-flow-section,
.yp-flow-section * {
  box-sizing: border-box;
}

.yp-flow-section__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-flow-section__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 58px;
}

.yp-flow-section__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yp-flow-section h2,
.yp-flow-section h3,
.yp-flow-section h4 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.yp-flow-section h2::before,
.yp-flow-section h2::after,
.yp-flow-section h3::before,
.yp-flow-section h3::after,
.yp-flow-section h4::before,
.yp-flow-section h4::after {
  display: none !important;
  content: none !important;
}

.yp-flow-section__label,
.yp-flow-section__sub-label,
.yp-flow-section__lead p,
.yp-flow-section__plan-label,
.yp-flow-section__plan-text,
.yp-flow-section__step-time,
.yp-flow-section__step-text,
.yp-flow-section__note p,
.yp-flow-section__tab-en,
.yp-flow-section__tab-ja,
.yp-flow-section__tab-note {
  background: none !important;
  box-shadow: none !important;
}

.yp-flow-section__label::before,
.yp-flow-section__label::after,
.yp-flow-section__sub-label::before,
.yp-flow-section__sub-label::after,
.yp-flow-section__lead p::before,
.yp-flow-section__lead p::after,
.yp-flow-section__plan-label::before,
.yp-flow-section__plan-label::after,
.yp-flow-section__plan-text::before,
.yp-flow-section__plan-text::after,
.yp-flow-section__step-time::before,
.yp-flow-section__step-time::after,
.yp-flow-section__step-text::before,
.yp-flow-section__step-text::after,
.yp-flow-section__note p::before,
.yp-flow-section__note p::after,
.yp-flow-section__tab-en::before,
.yp-flow-section__tab-en::after,
.yp-flow-section__tab-ja::before,
.yp-flow-section__tab-ja::after,
.yp-flow-section__tab-note::before,
.yp-flow-section__tab-note::after {
  display: none !important;
  content: none !important;
}

.yp-flow-section__label {
  margin: 0 0 18px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-flow-section__title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.24;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.yp-flow-section__sub-label {
  margin: 18px 0 0;
  color: #7a878f;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.yp-flow-section__lead p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-flow-section__tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.yp-flow-section__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 34px;
}

.yp-flow-section__tab {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
  padding: 18px 22px;
  border: 1px solid rgba(38, 52, 61, 0.12);
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 1) 0%,
      rgba(246, 243, 237, 1) 100%
    );
  cursor: pointer;
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.yp-flow-section__tab-en {
  display: block;
  margin: 0 0 8px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-flow-section__tab-ja {
  display: block;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.07em;
}

.yp-flow-section__tab-note {
  display: block;
  margin-top: 6px;
  color: #5d6971;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

#yp-flow-tab-standard:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-standard"],
#yp-flow-tab-premium:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-premium"] {
  background: #26343d;
  border-color: #26343d;
}

#yp-flow-tab-standard:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-standard"] .yp-flow-section__tab-en,
#yp-flow-tab-standard:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-standard"] .yp-flow-section__tab-ja,
#yp-flow-tab-standard:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-standard"] .yp-flow-section__tab-note,
#yp-flow-tab-premium:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-premium"] .yp-flow-section__tab-en,
#yp-flow-tab-premium:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-premium"] .yp-flow-section__tab-ja,
#yp-flow-tab-premium:checked ~ .yp-flow-section__tabs label[for="yp-flow-tab-premium"] .yp-flow-section__tab-note {
  color: #ffffff;
}

.yp-flow-section__panels {
  position: relative;
}

.yp-flow-section__panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

#yp-flow-tab-standard:checked ~ .yp-flow-section__panels .yp-flow-section__panel--standard,
#yp-flow-tab-premium:checked ~ .yp-flow-section__panels .yp-flow-section__panel--premium {
  display: block;
  animation: ypFlowTabFade 420ms ease forwards;
}

@keyframes ypFlowTabFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.yp-flow-section__plan {
  position: relative;
  background: #fbfaf8;
  border: 1px solid rgba(38, 52, 61, 0.08);
  overflow: hidden;
}

.yp-flow-section__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #ffffff;
}

.yp-flow-section__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yp-flow-section__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.02) 52%,
      rgba(0, 0, 0, 0.2) 100%
    );
  pointer-events: none;
}

.yp-flow-section__visual-label {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #ffffff;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(2px);
}

.yp-flow-section__plan-head {
  margin: 0 38px 34px;
  padding: 38px 0 28px;
  border-bottom: 1px solid rgba(38, 52, 61, 0.1);
}

.yp-flow-section__plan-label {
  margin: 0 0 12px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.yp-flow-section__plan-title {
  margin: 0 0 16px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.yp-flow-section__plan-text {
  max-width: 860px;
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.yp-flow-section__timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding: 0 38px 42px;
}

.yp-flow-section__timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 52px;
  left: 64px;
  width: 1px;
  background: rgba(138, 116, 88, 0.26);
}

.yp-flow-section__step {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  padding: 0 0 34px;
}

.yp-flow-section__step:last-child {
  padding-bottom: 0;
}

.yp-flow-section__step-number {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(138, 116, 88, 0.42);
  border-radius: 999px;
  background: #fbfaf8;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.yp-flow-section__step-body {
  min-width: 0;
  padding-top: 2px;
}

.yp-flow-section__step-time {
  margin: 0 0 8px;
  color: #8a7458;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.yp-flow-section__step-title {
  margin: 0 0 10px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 19px;
  line-height: 1.65;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.yp-flow-section__step-text {
  max-width: 900px;
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.yp-flow-section__step-photo {
  width: min(720px, 100%);
  margin: 16px 0 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ffffff;
}

.yp-flow-section__step-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yp-flow-section__note {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-flow-section__note p {
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  text-align: center;
}


/* =========================================================
   06. DELIVERY
   納品・データについて
========================================================= */

.yp-delivery-section {
  width: 100%;
  margin: 0;
  padding: 96px 0;
  background: #ffffff;
  color: #2f2a24;
}

.yp-delivery-section,
.yp-delivery-section * {
  box-sizing: border-box;
}

.yp-delivery-section__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-delivery-section__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 58px;
}

.yp-delivery-section__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yp-delivery-section h2,
.yp-delivery-section h3 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.yp-delivery-section h2::before,
.yp-delivery-section h2::after,
.yp-delivery-section h3::before,
.yp-delivery-section h3::after {
  display: none !important;
  content: none !important;
}

.yp-delivery-section__label,
.yp-delivery-section__sub-label,
.yp-delivery-section__lead p,
.yp-delivery-section__number,
.yp-delivery-section__card-text,
.yp-delivery-section__note p {
  background: none !important;
  box-shadow: none !important;
}

.yp-delivery-section__label::before,
.yp-delivery-section__label::after,
.yp-delivery-section__sub-label::before,
.yp-delivery-section__sub-label::after,
.yp-delivery-section__lead p::before,
.yp-delivery-section__lead p::after,
.yp-delivery-section__number::before,
.yp-delivery-section__number::after,
.yp-delivery-section__card-text::before,
.yp-delivery-section__card-text::after,
.yp-delivery-section__note p::before,
.yp-delivery-section__note p::after {
  display: none !important;
  content: none !important;
}

.yp-delivery-section__label {
  margin: 0 0 18px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-delivery-section__title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.24;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.yp-delivery-section__sub-label {
  margin: 18px 0 0;
  color: #7a878f;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.yp-delivery-section__lead p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-delivery-section__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(38, 52, 61, 0.12);
  border-left: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-delivery-section__card {
  position: relative;
  min-height: 300px;
  padding: 34px 28px 32px;
  background: #fbfaf8;
  border-right: 1px solid rgba(38, 52, 61, 0.12);
  border-bottom: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-delivery-section__number {
  margin: 0 0 22px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-delivery-section__card-title {
  margin: 0 0 18px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 400;
}

.yp-delivery-section__card-text {
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.yp-delivery-section__note {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-delivery-section__note p {
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  text-align: center;
}


/* =========================================================
   07. OPTION
   オプション概要
========================================================= */

.yp-option-section {
  width: 100%;
  margin: 0;
  padding: 96px 0;
  background: #fbfaf8;
  color: #2f2a24;
}

.yp-option-section,
.yp-option-section * {
  box-sizing: border-box;
}

.yp-option-section__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-option-section__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 54px;
}

.yp-option-section__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yp-option-section h2,
.yp-option-section h3 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.yp-option-section h2::before,
.yp-option-section h2::after,
.yp-option-section h3::before,
.yp-option-section h3::after {
  display: none !important;
  content: none !important;
}

.yp-option-section p,
.yp-option-section a,
.yp-option-section span {
  background: none !important;
  box-shadow: none !important;
}

.yp-option-section p::before,
.yp-option-section p::after,
.yp-option-section a::before,
.yp-option-section a::after,
.yp-option-section span::before,
.yp-option-section span::after {
  display: none !important;
  content: none !important;
}

.yp-option-section__label {
  margin: 0 0 18px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-option-section__title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.24;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.yp-option-section__sub-label {
  margin: 18px 0 0;
  color: #7a878f;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.yp-option-section__lead p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-option-section__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(38, 52, 61, 0.12);
  border-left: 1px solid rgba(38, 52, 61, 0.12);
  background: #ffffff;
}

.yp-option-section__item {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  min-height: 230px;
  padding: 30px 28px;
  border-right: 1px solid rgba(38, 52, 61, 0.12);
  border-bottom: 1px solid rgba(38, 52, 61, 0.12);
  background: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.yp-option-section__item--kakegi {
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 0.36) 100%
    ),
    url("https://yourpleasure.photo/wp-content/uploads/2025/03/kakegi202503-3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.yp-option-section__item--product {
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.20) 0%,
      rgba(0, 0, 0, 0.36) 100%
    ),
    url("https://yourpleasure.photo/wp-content/uploads/2026/05/daishi_2.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.yp-option-section__item--transport {
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.20) 0%,
      rgba(0, 0, 0, 0.36) 100%
    ),
    url("https://yourpleasure.photo/wp-content/uploads/2026/05/Transportation.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.yp-option-section__item--kakegi .yp-option-section__number,
.yp-option-section__item--product .yp-option-section__number,
.yp-option-section__item--transport .yp-option-section__number {
  color: rgba(255, 255, 255, 0.92);
}

.yp-option-section__item--kakegi .yp-option-section__item-title,
.yp-option-section__item--product .yp-option-section__item-title,
.yp-option-section__item--transport .yp-option-section__item-title {
  color: #ffffff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.32),
    0 4px 14px rgba(0, 0, 0, 0.22);
}

.yp-option-section__item--kakegi .yp-option-section__item-text,
.yp-option-section__item--product .yp-option-section__item-text,
.yp-option-section__item--transport .yp-option-section__item-text {
  color: rgba(255, 255, 255, 0.9);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.32),
    0 4px 14px rgba(0, 0, 0, 0.22);
}

.yp-option-section__number {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

.yp-option-section__body {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.yp-option-section__item-title {
  margin: 0 0 10px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 400;
}

.yp-option-section__item-text {
  margin: 0;
  color: #5d6971;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

.yp-option-section__note {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
  text-align: center;
}

.yp-option-section__note p {
  margin: 0 0 24px;
  color: #5d6971;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  text-align: center;
}

.yp-option-section__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 42px 13px 22px;
  border: 1px solid rgba(38, 52, 61, 0.28);
  color: #26343d !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition:
    background-color 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.yp-option-section__link::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}


/* =========================================================
   08. FAQ
   よくある質問
========================================================= */

.yp-faq-section {
  width: 100%;
  margin: 0;
  padding: 96px 0;
  background: #ffffff;
  color: #2f2a24;
}

.yp-faq-section,
.yp-faq-section * {
  box-sizing: border-box;
}

.yp-faq-section__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-faq-section__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 58px;
}

.yp-faq-section__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yp-faq-section h2,
.yp-faq-section h3 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.yp-faq-section h2::before,
.yp-faq-section h2::after,
.yp-faq-section h3::before,
.yp-faq-section h3::after {
  display: none !important;
  content: none !important;
}

.yp-faq-section__label,
.yp-faq-section__sub-label,
.yp-faq-section__lead p,
.yp-faq-section__number,
.yp-faq-section__answer p {
  background: none !important;
  box-shadow: none !important;
}

.yp-faq-section__label::before,
.yp-faq-section__label::after,
.yp-faq-section__sub-label::before,
.yp-faq-section__sub-label::after,
.yp-faq-section__lead p::before,
.yp-faq-section__lead p::after,
.yp-faq-section__number::before,
.yp-faq-section__number::after,
.yp-faq-section__answer p::before,
.yp-faq-section__answer p::after {
  display: none !important;
  content: none !important;
}

.yp-faq-section__label {
  margin: 0 0 18px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-faq-section__title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.24;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.yp-faq-section__sub-label {
  margin: 18px 0 0;
  color: #7a878f;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.yp-faq-section__lead p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-faq-section__list {
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-faq-section__item {
  border-bottom: 1px solid rgba(38, 52, 61, 0.12);
  background: #ffffff;
}

.yp-faq-section__item[open] {
  background: #fbfaf8;
}

.yp-faq-section__question {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 42px;
  gap: 20px;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
  list-style: none;
}

.yp-faq-section__question::-webkit-details-marker {
  display: none;
}

.yp-faq-section__number {
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.yp-faq-section__question-text {
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.yp-faq-section__question::before,
.yp-faq-section__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: block !important;
  background: rgba(138, 116, 88, 0.9);
  transform: translateY(-50%);
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    background-color 240ms ease;
}

.yp-faq-section__question::before {
  width: 16px;
  height: 1px;
}

.yp-faq-section__question::after {
  width: 1px;
  height: 16px;
  right: 25.5px;
}

.yp-faq-section__item[open] .yp-faq-section__question::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.yp-faq-section__answer {
  max-width: 880px;
  padding: 0 0 30px 90px;
}

.yp-faq-section__answer p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

.yp-faq-section__answer p + p {
  margin-top: 14px;
}


/* =========================================================
   09. RESERVE
   ご予約・お問い合わせ
========================================================= */

.yp-reserve-section {
  width: 100%;
  margin: 0;
  padding: 96px 0 110px;
  background: #ffffff;
  color: #2f2a24;
}

.yp-reserve-section,
.yp-reserve-section * {
  box-sizing: border-box;
}

.yp-reserve-section__inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.yp-reserve-section__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 58px;
}

.yp-reserve-section__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yp-reserve-section h2,
.yp-reserve-section h3 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.yp-reserve-section h2::before,
.yp-reserve-section h2::after,
.yp-reserve-section h3::before,
.yp-reserve-section h3::after {
  display: none !important;
  content: none !important;
}

.yp-reserve-section__label,
.yp-reserve-section__sub-label,
.yp-reserve-section__lead p,
.yp-reserve-section__kicker,
.yp-reserve-section__box-text,
.yp-reserve-section__info-item p,
.yp-reserve-section__note {
  background: none !important;
  box-shadow: none !important;
}

.yp-reserve-section__label::before,
.yp-reserve-section__label::after,
.yp-reserve-section__sub-label::before,
.yp-reserve-section__sub-label::after,
.yp-reserve-section__lead p::before,
.yp-reserve-section__lead p::after,
.yp-reserve-section__kicker::before,
.yp-reserve-section__kicker::after,
.yp-reserve-section__box-text::before,
.yp-reserve-section__box-text::after,
.yp-reserve-section__info-item p::before,
.yp-reserve-section__info-item p::after,
.yp-reserve-section__note::before,
.yp-reserve-section__note::after {
  display: none !important;
  content: none !important;
}

.yp-reserve-section__label {
  margin: 0 0 18px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-reserve-section__title {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.24;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.yp-reserve-section__sub-label {
  margin: 18px 0 0;
  color: #7a878f;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.yp-reserve-section__lead p {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.yp-reserve-section__box {
  position: relative;
  padding: 52px 56px 50px;
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 1) 0%,
      rgba(246, 243, 237, 1) 100%
    );
  border: 1px solid rgba(38, 52, 61, 0.1);
  overflow: hidden;
}

.yp-reserve-section__box::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(138, 116, 88, 0.16);
  border-radius: 999px;
  pointer-events: none;
}

.yp-reserve-section__box::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(138, 116, 88, 0.12);
  border-radius: 999px;
  pointer-events: none;
}

.yp-reserve-section__message {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto 38px;
  text-align: center;
}

.yp-reserve-section__kicker {
  margin: 0 0 14px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.yp-reserve-section__box-title {
  margin: 0 0 18px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.yp-reserve-section__box-text {
  margin: 0;
  color: #5d6971;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

.yp-reserve-section__info-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto 40px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
  border-left: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-reserve-section__info-item {
  min-height: 150px;
  padding: 24px 18px 22px;
  background: rgba(255, 255, 255, 0.46);
  border-right: 1px solid rgba(38, 52, 61, 0.12);
  border-bottom: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-reserve-section__info-number {
  display: block;
  margin: 0 0 22px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.yp-reserve-section__info-item p {
  margin: 0;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.yp-reserve-section__buttons {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 26px;
}

.yp-reserve-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 16px 28px;
  border: 1px solid #26343d;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition:
    background-color 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.yp-reserve-section__button--primary {
  background: #26343d;
  color: #ffffff !important;
}

.yp-reserve-section__button--secondary {
  background: transparent;
  color: #26343d !important;
}

.yp-reserve-section__button::before,
.yp-reserve-section__button::after {
  display: none !important;
  content: none !important;
}

.yp-reserve-section__note {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  color: #6a7378;
  font-size: 12.5px;
  line-height: 1.95;
  letter-spacing: 0.04em;
  text-align: center;
}


/* =========================================================
   10. FLOATING MENU
   右側追随メニュー
========================================================= */

.yp-floating-menu,
.yp-floating-menu * {
  box-sizing: border-box;
}

.yp-floating-menu {
  position: fixed;
  top: 56%;
  right: 0;
  z-index: 9999;
  transform: translateY(-50%);
  color: #2f2a24;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;
}

.yp-floating-menu a,
.yp-floating-menu button,
.yp-floating-menu span,
.yp-floating-menu p {
  background-image: none !important;
  box-shadow: none !important;
}

.yp-floating-menu a::before,
.yp-floating-menu a::after,
.yp-floating-menu button::before,
.yp-floating-menu button::after,
.yp-floating-menu span::before,
.yp-floating-menu span::after,
.yp-floating-menu p::before,
.yp-floating-menu p::after {
  content: none !important;
  display: none !important;
}

.yp-floating-menu__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-height: 122px;
  padding: 12px 8px;
  margin: 0;
  border: 1px solid rgba(38, 52, 61, 0.12);
  border-right: 0;
  border-radius: 18px 0 0 18px;
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 0.96) 0%,
      rgba(246, 243, 237, 0.96) 100%
    ) !important;
  color: #26343d;
  cursor: pointer;
  transform: translateY(-50%);
  appearance: none;
  backdrop-filter: blur(6px);
  transition:
    transform 320ms ease,
    opacity 320ms ease,
    background-color 320ms ease;
}

.yp-floating-menu.is-open .yp-floating-menu__toggle {
  transform: translateY(-50%) translateX(46px);
  opacity: 0;
  pointer-events: none;
}

.yp-floating-menu__toggle-en {
  display: block;
  writing-mode: vertical-rl;
  color: #8a7458;
  font-family:
    "Times New Roman",
    "Yu Mincho",
    "YuMincho",
    serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-floating-menu__toggle-ja {
  display: block;
  margin-top: 10px;
  writing-mode: vertical-rl;
  color: #26343d;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.yp-floating-menu__panel {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 4;
  width: 250px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(38, 52, 61, 0.12);
  border-right: 0;
  border-radius: 22px 0 0 22px;
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 0.98) 0%,
      rgba(246, 243, 237, 0.98) 100%
    );
  backdrop-filter: blur(8px);
  transform: translateY(-50%) translateX(102%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease;
}

.yp-floating-menu.is-open .yp-floating-menu__panel {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.yp-floating-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-floating-menu__label {
  margin: 0;
  color: #8a7458;
  font-family:
    "Times New Roman",
    "Yu Mincho",
    "YuMincho",
    serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.yp-floating-menu__close {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(138, 116, 88, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32) !important;
  cursor: pointer;
  appearance: none;
}

.yp-floating-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 1px;
  background: rgba(38, 52, 61, 0.76);
  transform-origin: center;
}

.yp-floating-menu__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.yp-floating-menu__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.yp-floating-menu__link {
  position: relative;
  display: block;
  padding: 12px 28px 12px 0;
  border-bottom: 1px solid rgba(38, 52, 61, 0.09);
  text-decoration: none !important;
  color: #26343d !important;
  transition:
    transform 260ms ease,
    opacity 260ms ease;
}

.yp-floating-menu__link:last-child {
  border-bottom: 0;
}

.yp-floating-menu__link::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(138, 116, 88, 0.82);
  border-bottom: 1px solid rgba(138, 116, 88, 0.82);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.8;
}

.yp-floating-menu__link-en {
  display: block;
  margin: 0 0 6px;
  color: #8a7458;
  font-family:
    "Times New Roman",
    "Yu Mincho",
    "YuMincho",
    serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.yp-floating-menu__link-ja {
  display: block;
  color: #26343d;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.yp-floating-menu__link--reserve {
  margin-top: 10px;
  padding: 14px 34px 14px 16px;
  border: 1px solid rgba(38, 52, 61, 0.14);
  background: rgba(38, 52, 61, 0.92) !important;
  color: #ffffff !important;
}

.yp-floating-menu__link--reserve .yp-floating-menu__link-en,
.yp-floating-menu__link--reserve .yp-floating-menu__link-ja {
  color: #ffffff;
}

.yp-floating-menu__link--reserve::after {
  border-color: rgba(255, 255, 255, 0.88);
  right: 16px;
}


/* =========================================================
   97. HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {
  .yp-page-nav__item:hover {
    transform: translateY(-3px);
    border-color: rgba(138, 116, 88, 0.24);
    background:
      linear-gradient(
        135deg,
        rgba(249, 247, 243, 1) 0%,
        rgba(244, 240, 233, 1) 100%
      ) !important;
    box-shadow: 0 10px 28px rgba(38, 52, 61, 0.06);
  }

  .yp-selected-reasons__button img {
    transition: transform 500ms ease;
  }

  .yp-selected-reasons__button:hover img {
    transform: scale(1.02);
  }

  .yp-selected-reasons__button:hover .yp-selected-reasons__cue {
    opacity: 1;
    transform: translateY(-3px);
  }

  .yp-plan-selection__tab:hover,
  .yp-flow-section__tab:hover {
    transform: translateY(-2px);
    border-color: rgba(138, 116, 88, 0.28);
  }

  .yp-plan-selection__detail-link:hover,
  .yp-plan-selection__time-link:hover,
  .yp-option-section__link:hover,
  .yp-reserve-section__button:hover {
    background: #26343d !important;
    border-color: #26343d;
    color: #ffffff !important;
    transform: translateY(-2px);
  }

  .yp-flow-section__visual img,
  .yp-flow-section__step-photo img {
    transition: transform 500ms ease;
  }

  .yp-flow-section__plan:hover .yp-flow-section__visual img {
    transform: scale(1.025);
  }

  .yp-delivery-section__card,
  .yp-option-section__item {
    transition:
      background-color 320ms ease,
      transform 320ms ease,
      filter 320ms ease;
  }

  .yp-delivery-section__card:hover,
  .yp-option-section__item:hover {
    transform: translateY(-2px);
  }

  .yp-delivery-section__card:hover {
    background: #f7f4ef;
  }

  .yp-option-section__item--kakegi:hover,
  .yp-option-section__item--product:hover,
  .yp-option-section__item--transport:hover {
    filter: brightness(1.04);
  }

  .yp-faq-section__question {
    transition: background-color 240ms ease;
  }

  .yp-faq-section__question:hover {
    background: rgba(251, 250, 248, 0.8);
  }

  .yp-faq-section__question:hover::before,
  .yp-faq-section__question:hover::after {
    background: rgba(38, 52, 61, 0.9);
  }

  .yp-reserve-section__button--primary:hover {
    background: #8a7458 !important;
    border-color: #8a7458 !important;
  }

  .yp-reserve-section__button--secondary:hover {
    background: #26343d !important;
    color: #ffffff !important;
  }

  .yp-floating-menu__toggle:hover {
    background:
      linear-gradient(
        135deg,
        rgba(249, 247, 243, 1) 0%,
        rgba(244, 240, 233, 1) 100%
      ) !important;
  }

  .yp-floating-menu__link:hover {
    transform: translateX(-3px);
    opacity: 0.78;
  }

  .yp-floating-menu__link--reserve:hover {
    opacity: 1;
    background: rgba(138, 116, 88, 0.96) !important;
  }
}


/* =========================================================
   98. RESPONSIVE
========================================================= */

@media screen and (max-width: 1024px) {
  .yp-page-nav {
    padding: 28px 0 18px;
  }

  .yp-page-nav__inner {
    width: min(100%, calc(100% - 36px));
  }

  .yp-page-nav__head {
    margin-bottom: 16px;
  }

  .yp-page-nav__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .yp-page-nav__item {
    min-height: 74px;
    padding: 13px 16px 13px 18px;
  }

  .yp-page-nav__item-ja {
    font-size: 14px;
  }

  .yp-selected-reasons,
  .yp-plan-selection,
  .yp-flow-section,
  .yp-delivery-section,
  .yp-option-section,
  .yp-faq-section,
  .yp-reserve-section {
    padding-top: 78px;
  }

  .yp-flow-section,
  .yp-delivery-section,
  .yp-option-section,
  .yp-faq-section,
  .yp-reserve-section {
    padding-bottom: 78px;
  }

  .yp-selected-reasons__inner,
  .yp-plan-selection__inner,
  .yp-flow-section__inner,
  .yp-delivery-section__inner,
  .yp-option-section__inner,
  .yp-faq-section__inner,
  .yp-reserve-section__inner {
    width: min(100%, calc(100% - 36px));
  }

  .yp-selected-reasons__head,
  .yp-plan-selection__head,
  .yp-flow-section__head,
  .yp-delivery-section__head,
  .yp-option-section__head,
  .yp-faq-section__head,
  .yp-reserve-section__head {
    grid-template-columns: 230px 1fr;
    gap: 34px;
  }

  .yp-selected-reasons__head {
    margin-bottom: 48px;
  }

  .yp-plan-selection__head,
  .yp-flow-section__head,
  .yp-delivery-section__head,
  .yp-option-section__head,
  .yp-faq-section__head,
  .yp-reserve-section__head {
    margin-bottom: 44px;
  }

  .yp-selected-reasons__title {
    font-size: clamp(38px, 5vw, 60px);
  }

  .yp-plan-selection__title,
  .yp-flow-section__title,
  .yp-delivery-section__title,
  .yp-option-section__title,
  .yp-faq-section__title,
  .yp-reserve-section__title {
    font-size: clamp(36px, 5vw, 58px);
  }

  .yp-selected-reasons__lead p,
  .yp-plan-selection__lead p,
  .yp-flow-section__lead p,
  .yp-delivery-section__lead p,
  .yp-option-section__lead p,
  .yp-faq-section__lead p,
  .yp-reserve-section__lead p {
    font-size: 14px;
    line-height: 2;
  }

  .yp-selected-reasons__grid {
    grid-auto-rows: minmax(330px, 36vh);
  }

  .yp-selected-reasons__top {
    top: 30px;
    left: 24px;
  }

  .yp-selected-reasons__number {
    font-size: 15px;
  }

  .yp-selected-reasons__cue {
    right: 20px;
    bottom: 20px;
  }

  .yp-selected-reasons__detail {
    width: min(100%, calc(100% - 36px));
    margin-top: 46px;
    padding-bottom: 80px;
  }

  .yp-selected-reasons__nav-button {
    height: 84px;
  }

  .yp-plan-selection__card {
    grid-template-columns: 1fr;
  }

  .yp-plan-selection__image-wrap,
  .yp-plan-selection__image-wrap img {
    min-height: 420px;
  }

  .yp-plan-selection__body {
    padding: 34px 30px 32px;
  }

  .yp-plan-selection__time-box {
    padding: 32px 28px;
  }

  .yp-plan-selection__time-matrix-row {
    grid-template-columns: 1fr 1.2fr 1fr 1.4fr;
  }

  .yp-plan-selection__time-matrix-row > div {
    padding: 18px 14px;
    font-size: 14px;
  }

  .yp-plan-selection__time-matrix-row--head > div {
    font-size: 16px;
  }

  .yp-flow-section__tab {
    min-height: 86px;
    padding: 16px 18px;
  }

  .yp-flow-section__tab-ja {
    font-size: 16px;
  }

  .yp-flow-section__tab-note {
    font-size: 12.5px;
  }

  .yp-flow-section__visual {
    aspect-ratio: 16 / 8;
  }

  .yp-flow-section__plan-head {
    margin: 0 24px 30px;
    padding: 30px 0 24px;
  }

  .yp-flow-section__timeline {
    padding: 0 24px 32px;
  }

  .yp-flow-section__step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
  }

  .yp-flow-section__step-number {
    width: 48px;
    height: 48px;
  }

  .yp-flow-section__timeline::before {
    left: 48px;
  }

  .yp-delivery-section__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yp-delivery-section__card {
    min-height: 260px;
    padding: 30px 24px 28px;
  }

  .yp-option-section__list {
    grid-template-columns: 1fr;
  }

  .yp-option-section__item {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 220px;
    padding: 26px 24px;
  }

  .yp-faq-section__question {
    grid-template-columns: 58px minmax(0, 1fr) 40px;
    gap: 16px;
  }

  .yp-faq-section__question::before {
    right: 16px;
    width: 15px;
  }

  .yp-faq-section__question::after {
    right: 23px;
    height: 15px;
  }

  .yp-faq-section__answer {
    padding-left: 74px;
  }

  .yp-reserve-section__box {
    padding: 44px 36px 42px;
  }

  .yp-reserve-section__info-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yp-reserve-section__info-item {
    min-height: 130px;
  }
}

@media screen and (max-width: 767px) {
  #yp-selected-reasons,
  #yp-plan-selection,
  #yp-flow-section,
  #yp-delivery-section,
  #yp-option-section,
  #yp-faq-section,
  #yp-reserve-section {
    scroll-margin-top: 80px;
  }

  .yp-omiyamairi-hero-imageonly {
    min-height: 100svh;
  }

  .yp-omiyamairi-hero-imageonly__slide {
    background-position: center center;
  }

  .yp-omiyamairi-hero-imageonly__slide--1 {
    background-image: url("https://yourpleasure.photo/wp-content/uploads/2026/04/omiyamairi-hero-baby-photo-mobile1.jpg");
  }

  .yp-omiyamairi-hero-imageonly__slide--2 {
    background-image: url("https://yourpleasure.photo/wp-content/uploads/2026/04/omiyamairi-hero-baby-photo-mobile2.jpg");
  }

  .yp-omiyamairi-hero-imageonly__slide--3 {
    background-image: url("https://yourpleasure.photo/wp-content/uploads/2026/04/omiyamairi-hero-baby-photo-mobile3.jpg");
  }

.yp-omiyamairi-hero-imageonly__text-wrap {
  left: 6%;
  top: 16%;
  right: auto;
}

.yp-omiyamairi-hero-imageonly__catch {
  gap: 14px;
}

.yp-omiyamairi-hero-imageonly__catch-line {
  font-size: clamp(28px, 8.4vw, 44px);
  line-height: 1.72;
  letter-spacing: 0.12em;
  transform: translateY(14px);
}

  .yp-omiyamairi-hero-imageonly__scroll {
    bottom: -60px;
    width: 120px;
    min-height: 132px;
  }

  .yp-omiyamairi-hero-imageonly__scroll-line {
    height: 96px;
  }

  .yp-omiyamairi-hero-imageonly__scroll-line-white {
    height: 48px;
  }

  .yp-omiyamairi-hero-imageonly__scroll-line-black {
    top: 48px;
    height: 48px;
  }

  .yp-omiyamairi-hero-imageonly__scroll-line-moving {
    top: -48px;
    height: 48px;
    animation-name: ypOmiyamairiBoundaryScrollLineSp;
  }

  .yp-omiyamairi-hero-imageonly__scroll-button {
    width: 104px;
    height: 30px;
    margin-top: 8px;
    font-size: 9px;
    letter-spacing: 0.24em;
    text-indent: 0.24em;
  }

  .yp-page-nav {
    padding: 22px 0 16px;
  }

  .yp-page-nav__inner {
    width: calc(100% - 20px);
  }

  .yp-page-nav__head {
    display: block;
    margin-bottom: 14px;
  }

  .yp-page-nav__label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .yp-page-nav__lead {
    font-size: 12px;
    line-height: 1.8;
  }

  .yp-page-nav__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .yp-page-nav__item {
    min-height: 64px;
    padding: 11px 12px 11px 13px;
  }

  .yp-page-nav__item::after {
    right: 11px;
    bottom: 12px;
    width: 6px;
    height: 6px;
  }

  .yp-page-nav__item-en {
    margin-bottom: 6px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .yp-page-nav__item-ja {
    padding-right: 14px;
    font-size: 12.5px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .yp-page-nav__item--reserve {
    grid-column: 1 / -1;
    min-height: 62px;
  }

  .yp-selected-reasons {
    padding: 58px 0 0;
  }

  .yp-plan-selection,
  .yp-flow-section,
  .yp-delivery-section,
  .yp-option-section,
  .yp-faq-section,
  .yp-reserve-section {
    padding: 58px 0;
  }

  .yp-selected-reasons__inner,
  .yp-plan-selection__inner,
  .yp-flow-section__inner,
  .yp-delivery-section__inner,
  .yp-option-section__inner,
  .yp-faq-section__inner,
  .yp-reserve-section__inner {
    width: calc(100% - 20px);
  }

  .yp-selected-reasons__head,
  .yp-plan-selection__head,
  .yp-flow-section__head,
  .yp-delivery-section__head,
  .yp-option-section__head,
  .yp-faq-section__head,
  .yp-reserve-section__head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .yp-selected-reasons__label,
  .yp-plan-selection__label,
  .yp-flow-section__label,
  .yp-delivery-section__label,
  .yp-option-section__label,
  .yp-faq-section__label,
  .yp-reserve-section__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .yp-selected-reasons__title {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.4;
    letter-spacing: 0.11em;
  }

  .yp-plan-selection__title,
  .yp-flow-section__title,
  .yp-delivery-section__title,
  .yp-option-section__title,
  .yp-faq-section__title,
  .yp-reserve-section__title {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.4;
    letter-spacing: 0.1em;
  }

  .yp-selected-reasons__sub-label,
  .yp-plan-selection__sub-label,
  .yp-flow-section__sub-label,
  .yp-delivery-section__sub-label,
  .yp-option-section__sub-label,
  .yp-faq-section__sub-label,
  .yp-reserve-section__sub-label {
    margin-top: 10px;
    font-size: 12px;
  }

  .yp-selected-reasons__lead p,
  .yp-plan-selection__lead p,
  .yp-flow-section__lead p,
  .yp-delivery-section__lead p,
  .yp-option-section__lead p,
  .yp-faq-section__lead p,
  .yp-reserve-section__lead p {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-selected-reasons__grid {
    display: block;
  }

  .yp-selected-reasons__item {
    min-height: auto;
    height: 82svh;
  }

  .yp-selected-reasons__button img {
    object-fit: cover;
    object-position: center center;
  }

  .yp-selected-reasons__button::before {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02) 0%,
        rgba(0, 0, 0, 0.08) 36%,
        rgba(0, 0, 0, 0.32) 100%
      );
  }

  .yp-selected-reasons__top {
    top: 28px;
    left: 22px;
  }

  .yp-selected-reasons__number {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .yp-selected-reasons__item-title {
    font-size: clamp(34px, 12vw, 52px);
    letter-spacing: 0.12em;
  }

  .yp-selected-reasons__cue {
    right: 20px;
    bottom: 22px;
    padding: 8px 11px;
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .yp-selected-reasons__cue::after {
    content: attr(data-sp);
  }

  .yp-selected-reasons__detail {
    width: calc(100% - 40px);
    margin-top: 38px;
    padding-bottom: 70px;
    scroll-margin-top: 70px;
  }

  .yp-selected-reasons__detail-number {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .yp-selected-reasons__detail-panel h3 {
    margin-bottom: 20px;
    font-size: clamp(24px, 7.5vw, 34px);
    line-height: 1.55;
  }

  .yp-selected-reasons__detail-image {
    width: 100%;
    margin-bottom: 24px;
  }

  .yp-selected-reasons__detail-image img {
    aspect-ratio: 4 / 3;
  }

  .yp-selected-reasons__detail-panel p:not(.yp-selected-reasons__detail-number) {
    font-size: 13px;
    line-height: 2;
  }

  .yp-selected-reasons__detail-nav-wrap {
    margin-top: 34px;
    padding-top: 22px;
    overflow: hidden;
  }

  .yp-selected-reasons__detail-nav {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .yp-selected-reasons__detail-nav::-webkit-scrollbar {
    display: none;
  }

  .yp-selected-reasons__nav-button {
    flex: 0 0 33.333333%;
    height: 92px;
    scroll-snap-align: start;
  }

  .yp-selected-reasons__nav-button img,
  .yp-selected-reasons__nav-button--photo img,
  .yp-selected-reasons__nav-button--care img,
  .yp-selected-reasons__nav-button--experience img {
    object-position: center bottom;
  }

  .yp-selected-reasons__nav-button span {
    font-size: 11px;
  }

  .yp-selected-reasons__scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    color: rgba(92, 83, 73, 0.68);
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-align: center;
    animation: ypReasonScrollHint 1.65s ease-in-out infinite;
  }

  .yp-selected-reasons__scroll-hint span {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(92, 83, 73, 0.7);
    border-right: 1px solid rgba(92, 83, 73, 0.7);
    transform: rotate(45deg);
  }

  .yp-selected-reasons__scroll-hint em {
    margin-left: 4px;
    font-style: normal;
    text-transform: uppercase;
  }

  .yp-plan-selection__tabs,
  .yp-flow-section__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 22px;
  }

  .yp-plan-selection__tab {
    min-height: 74px;
    padding: 12px 12px;
  }

  .yp-flow-section__tab {
    min-height: 82px;
    padding: 12px 12px;
  }

  .yp-plan-selection__tab-en,
  .yp-flow-section__tab-en {
    margin-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .yp-plan-selection__tab-ja {
    font-size: 14px;
    line-height: 1.4;
  }

  .yp-flow-section__tab-ja {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .yp-plan-selection__tab-price {
    margin-top: 5px;
    font-size: 13px;
  }

  .yp-flow-section__tab-note {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.5;
  }

  .yp-plan-selection__image-wrap,
  .yp-plan-selection__image-wrap img {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .yp-plan-selection__plan-tag,
  .yp-flow-section__visual-label {
    left: 18px;
    bottom: 14px;
    font-size: 11px;
  }

  .yp-plan-selection__body {
    padding: 24px 18px;
  }

  .yp-plan-selection__plan-kicker {
    font-size: 13px;
  }

  .yp-plan-selection__plan-title,
  .yp-plan-selection__price {
    font-size: clamp(26px, 8vw, 34px);
  }

  .yp-plan-selection__price {
    margin-bottom: 18px;
  }

  .yp-plan-selection__summary {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-plan-selection__compact-row {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .yp-plan-selection__compact-row span {
    font-size: 11px;
  }

  .yp-plan-selection__compact-row p {
    font-size: 13px;
  }

  .yp-plan-selection__best-for {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-plan-selection__detail-link,
  .yp-plan-selection__time-link,
  .yp-option-section__link,
  .yp-reserve-section__button {
    width: 100%;
    min-height: 50px;
    font-size: 12.5px;
  }

  .yp-plan-selection__time-box {
    margin-top: 30px;
    padding: 28px 18px;
  }

  .yp-plan-selection__time-head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .yp-plan-selection__time-label {
    font-size: 11px;
  }

  .yp-plan-selection__time-title {
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .yp-plan-selection__time-body p {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-plan-selection__time-matrix {
    border: 0;
  }

  .yp-plan-selection__time-matrix-row {
    display: block;
    border: 1px solid rgba(38, 52, 61, 0.12);
    border-top: 0;
  }

  .yp-plan-selection__time-matrix-row:first-child {
    display: none;
  }

  .yp-plan-selection__time-matrix-row > div {
    min-height: auto;
    padding: 14px 16px;
    border-left: 0;
    border-top: 1px solid rgba(38, 52, 61, 0.1);
    font-size: 13px;
  }

  .yp-plan-selection__time-matrix-row > div:first-child {
    border-top: 0;
  }

  .yp-plan-selection__time-matrix-plan {
    background: #26343d;
    color: #ffffff !important;
    font-size: 16px !important;
  }

  .yp-plan-selection__note {
    margin-top: 28px;
    padding-top: 22px;
  }

  .yp-plan-selection__note p {
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }

  .yp-flow-section__visual {
    aspect-ratio: 4 / 5;
  }

  .yp-flow-section__plan-head {
    margin: 0 18px 28px;
    padding: 26px 0 22px;
  }

  .yp-flow-section__plan-label {
    font-size: 11px;
  }

  .yp-flow-section__plan-title {
    font-size: clamp(24px, 7.6vw, 32px);
  }

  .yp-flow-section__plan-text {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-flow-section__timeline {
    padding: 0 18px 28px;
  }

  .yp-flow-section__step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 30px;
  }

  .yp-flow-section__step-number {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .yp-flow-section__timeline::before {
    left: 39px;
    bottom: 38px;
  }

  .yp-flow-section__step-time {
    font-size: 12px;
  }

  .yp-flow-section__step-title {
    font-size: 17px;
    line-height: 1.6;
  }

  .yp-flow-section__step-text {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-flow-section__step-photo {
    width: 100%;
    margin: 14px 0 14px;
    aspect-ratio: 4 / 3;
  }

  .yp-flow-section__note {
    margin-top: 30px;
    padding-top: 22px;
  }

  .yp-flow-section__note p {
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }

  .yp-delivery-section__cards {
    grid-template-columns: 1fr;
  }

  .yp-delivery-section__card {
    min-height: auto;
    padding: 26px 20px 26px;
  }

  .yp-delivery-section__number {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .yp-delivery-section__card-title {
    margin-bottom: 14px;
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.5;
  }

  .yp-delivery-section__card-text {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-delivery-section__note {
    margin-top: 30px;
    padding-top: 22px;
  }

  .yp-delivery-section__note p {
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }

  .yp-option-section__list {
    grid-template-columns: 1fr;
  }

  .yp-option-section__item {
    display: block;
    min-height: 220px;
    padding: 24px 18px;
  }

  .yp-option-section__item--kakegi,
  .yp-option-section__item--product,
  .yp-option-section__item--transport {
    background-position: center center;
  }

  .yp-option-section__number {
    display: block;
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1;
  }

  .yp-option-section__body {
    display: block;
    width: 100%;
  }

  .yp-option-section__item-title {
    margin: 0 0 8px;
    font-size: clamp(21px, 7vw, 29px);
  }

  .yp-option-section__item-text {
    font-size: 13px;
    line-height: 1.95;
  }

  .yp-option-section__note {
    margin-top: 30px;
    padding-top: 22px;
    text-align: left;
  }

  .yp-option-section__note p {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }

  .yp-faq-section__question {
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 22px 0;
  }

  .yp-faq-section__number {
    font-size: 13px;
  }

  .yp-faq-section__question-text {
    font-size: clamp(17px, 5.4vw, 23px);
    line-height: 1.55;
  }

  .yp-faq-section__question::before {
    right: 14px;
    width: 14px;
  }

  .yp-faq-section__question::after {
    right: 20.5px;
    height: 14px;
  }

  .yp-faq-section__answer {
    padding: 0 0 24px 54px;
  }

  .yp-faq-section__answer p {
    font-size: 13px;
    line-height: 2;
  }

  .yp-reserve-section__box {
    padding: 34px 18px 32px;
  }

  .yp-reserve-section__message {
    margin-bottom: 28px;
    text-align: left;
  }

  .yp-reserve-section__box-title {
    font-size: clamp(24px, 7.5vw, 34px);
  }

  .yp-reserve-section__box-text {
    font-size: 13px;
    line-height: 2;
  }

  .yp-reserve-section__info-list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .yp-reserve-section__info-item {
    min-height: auto;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 16px;
  }

  .yp-reserve-section__info-number {
    margin: 0;
    font-size: 12px;
  }

  .yp-reserve-section__info-item p {
    font-size: 16px;
  }

  .yp-reserve-section__buttons {
    flex-direction: column;
    gap: 12px;
  }

  .yp-reserve-section__note {
    font-size: 12px;
    line-height: 1.9;
    text-align: left;
  }

  .yp-floating-menu {
    top: 58%;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
  }

  .yp-floating-menu__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    min-height: 152px;
    padding: 14px 8px;
    border: 1px solid rgba(38, 52, 61, 0.18);
    border-right: 0;
    border-radius: 20px 0 0 20px;
    background:
      linear-gradient(
        135deg,
        rgba(38, 52, 61, 0.94) 0%,
        rgba(65, 77, 85, 0.94) 100%
      ) !important;
    color: #ffffff;
    transform: translateY(-50%);
    box-shadow: 0 10px 28px rgba(38, 52, 61, 0.18);
  }

  .yp-floating-menu.is-open .yp-floating-menu__toggle {
    transform: translateY(-50%) translateX(48px);
    opacity: 0;
    pointer-events: none;
  }

  .yp-floating-menu__toggle-en {
    writing-mode: vertical-rl;
    color: rgba(220, 220, 220, 0.82);
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .yp-floating-menu__toggle-ja {
    margin-top: 12px;
    writing-mode: vertical-rl;
    color: #e2e2e2;
    font-size: 14px;
    letter-spacing: 0.14em;
  }

  .yp-floating-menu__panel {
    top: 50%;
    right: 0;
    bottom: auto;
    width: min(305px, calc(100vw - 48px));
    max-height: min(620px, calc(100vh - 60px));
    overflow-y: auto;
    padding: 20px 18px 18px;
    border: 1px solid rgba(38, 52, 61, 0.14);
    border-right: 0;
    border-radius: 24px 0 0 24px;
    background:
      linear-gradient(
        135deg,
        rgba(251, 250, 248, 0.99) 0%,
        rgba(246, 243, 237, 0.99) 100%
      );
    box-shadow: 0 14px 34px rgba(38, 52, 61, 0.18);
    transform: translateY(-50%) translateX(102%);
  }

  .yp-floating-menu.is-open .yp-floating-menu__panel {
    transform: translateY(-50%) translateX(0);
  }

  .yp-floating-menu__head {
    margin-bottom: 12px;
    padding-bottom: 14px;
  }

  .yp-floating-menu__label {
    font-size: 11px;
  }

  .yp-floating-menu__close {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    background: rgba(255, 255, 255, 0.5) !important;
  }

  .yp-floating-menu__link {
    padding: 14px 32px 14px 2px;
  }

  .yp-floating-menu__link-en {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .yp-floating-menu__link-ja {
    font-size: 14px;
    line-height: 1.55;
  }

  .yp-floating-menu__link::after {
    right: 6px;
  }

  .yp-floating-menu__link--reserve {
    margin-top: 12px;
    padding: 16px 36px 16px 16px;
    background: rgba(38, 52, 61, 0.94) !important;
  }

  .yp-floating-menu__link--reserve .yp-floating-menu__link-ja {
    font-size: 15px;
  }

  @keyframes ypOmiyamairiBoundaryScrollLineSp {
    0% {
      top: -48px;
      background: rgba(255, 255, 255, 0.98);
    }

    45% {
      top: 18px;
      background: rgba(255, 255, 255, 0.98);
    }

    56% {
      background: rgba(35, 35, 35, 0.78);
    }

    78% {
      top: 96px;
      background: rgba(35, 35, 35, 0.78);
    }

    100% {
      top: 96px;
      background: rgba(35, 35, 35, 0.78);
    }
  }
}

@media screen and (max-width: 374px) {
  .yp-page-nav__inner {
    width: calc(100% - 16px);
  }

  .yp-page-nav__nav {
    gap: 7px;
  }

  .yp-page-nav__item {
    min-height: 60px;
    padding: 10px 11px;
  }

  .yp-page-nav__item-ja {
    font-size: 12px;
  }

  .yp-selected-reasons__inner,
  .yp-selected-reasons__detail {
    width: calc(100% - 36px);
  }

  .yp-selected-reasons__item {
    height: 78svh;
  }

  .yp-selected-reasons__top {
    top: 24px;
    left: 18px;
  }

  .yp-selected-reasons__cue {
    right: 18px;
    bottom: 18px;
  }

  .yp-selected-reasons__detail-panel p:not(.yp-selected-reasons__detail-number) {
    font-size: 12.5px;
  }

  .yp-selected-reasons__nav-button {
    height: 84px;
  }

  .yp-plan-selection__inner,
  .yp-flow-section__inner,
  .yp-delivery-section__inner,
  .yp-option-section__inner,
  .yp-faq-section__inner,
  .yp-reserve-section__inner {
    width: calc(100% - 16px);
  }

  .yp-plan-selection__tab,
  .yp-flow-section__tab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .yp-plan-selection__tab-ja,
  .yp-flow-section__tab-ja {
    font-size: 13px;
  }

  .yp-plan-selection__tab-price,
  .yp-flow-section__tab-note {
    font-size: 12px;
  }

  .yp-plan-selection__body {
    padding: 24px 16px 26px;
  }

  .yp-flow-section__plan-head {
    margin-left: 16px;
    margin-right: 16px;
  }

  .yp-flow-section__timeline {
    padding-left: 16px;
    padding-right: 16px;
  }

  .yp-plan-selection__summary,
  .yp-plan-selection__best-for,
  .yp-plan-selection__time-body p,
  .yp-plan-selection__note p,
  .yp-flow-section__step-text,
  .yp-flow-section__plan-text,
  .yp-flow-section__note p,
  .yp-delivery-section__card-text,
  .yp-delivery-section__note p,
  .yp-option-section__item-text,
  .yp-option-section__note p,
  .yp-faq-section__answer p,
  .yp-reserve-section__box-text,
  .yp-reserve-section__lead p {
    font-size: 12.5px;
  }

  .yp-delivery-section__card {
    padding: 24px 16px;
  }

  .yp-option-section__item {
    display: block;
    min-height: 210px;
    padding: 22px 16px;
  }

  .yp-option-section__number {
    margin-bottom: 12px;
  }

  .yp-faq-section__question {
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    gap: 10px;
  }

  .yp-faq-section__question::before {
    right: 12px;
    width: 13px;
  }

  .yp-faq-section__question::after {
    right: 18px;
    height: 13px;
  }

  .yp-faq-section__answer {
    padding-left: 48px;
  }

  .yp-reserve-section__box {
    padding: 32px 16px 30px;
  }

  .yp-floating-menu {
    top: 58%;
  }

  .yp-floating-menu__toggle {
    width: 44px;
    min-height: 142px;
  }

  .yp-floating-menu.is-open .yp-floating-menu__toggle {
    transform: translateY(-50%) translateX(44px);
  }

  .yp-floating-menu__toggle-ja {
    font-size: 13px;
  }

  .yp-floating-menu__panel {
    width: min(292px, calc(100vw - 44px));
    padding: 18px 16px 16px;
  }

  .yp-floating-menu__link-ja {
    font-size: 13px;
  }
}

@keyframes ypReasonScrollHint {
  0% {
    opacity: 0.25;
    transform: translateX(-5px);
  }

  50% {
    opacity: 1;
    transform: translateX(5px);
  }

  100% {
    opacity: 0.25;
    transform: translateX(-5px);
  }
}

/* =========================================================
   11. REPORT SHORTCODE
   撮影事例ショートコード表示
   真四角サムネイル + 開閉タブ版
========================================================= */

.yp-selected-reasons__report-tab {
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid rgba(38, 52, 61, 0.12);
}

.yp-selected-reasons__report-tab,
.yp-selected-reasons__report-tab * {
  box-sizing: border-box;
}

.yp-selected-reasons__report-tab-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 18px 54px 18px 22px;
  border: 1px solid rgba(38, 52, 61, 0.14);
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 1) 0%,
      rgba(246, 243, 237, 1) 100%
    );
  cursor: pointer;
  list-style: none;
  text-align: center;
}

.yp-selected-reasons__report-tab-button::-webkit-details-marker {
  display: none;
}

.yp-selected-reasons__report-tab-button::before,
.yp-selected-reasons__report-tab-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block !important;
  background: rgba(138, 116, 88, 0.9);
  transform: translateY(-50%);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.yp-selected-reasons__report-tab-button::before {
  width: 16px;
  height: 1px;
}

.yp-selected-reasons__report-tab-button::after {
  width: 1px;
  height: 16px;
  right: 31.5px;
}

.yp-selected-reasons__report-tab[open] .yp-selected-reasons__report-tab-button::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.yp-selected-reasons__report-tab-en {
  display: block;
  margin: 0 0 8px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  background: none !important;
  box-shadow: none !important;
}

.yp-selected-reasons__report-tab-ja {
  display: block;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.07em;
  background: none !important;
  box-shadow: none !important;
}

.yp-selected-reasons__report-tab-en::before,
.yp-selected-reasons__report-tab-en::after,
.yp-selected-reasons__report-tab-ja::before,
.yp-selected-reasons__report-tab-ja::after {
  display: none !important;
  content: none !important;
}

.yp-selected-reasons__report-shortcode {
  margin-top: 34px;
  padding-top: 0;
}

.yp-selected-reasons__report-label {
  margin: 0 0 12px;
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-align: center;
  background: none !important;
  box-shadow: none !important;
}

.yp-selected-reasons__report-title {
  margin: 0 0 24px;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.55;
  letter-spacing: 0.07em;
  font-weight: 400;
  text-align: center;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.yp-selected-reasons__report-label::before,
.yp-selected-reasons__report-label::after,
.yp-selected-reasons__report-title::before,
.yp-selected-reasons__report-title::after {
  display: none !important;
  content: none !important;
}

.yp-report-shortcode {
  width: 100%;
  margin: 38px 0 0;
  padding: 0;
}

.yp-report-shortcode,
.yp-report-shortcode * {
  box-sizing: border-box;
}

.yp-report-shortcode__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.yp-report-shortcode__card {
  position: relative;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 0;
  overflow: hidden;
}

.yp-report-shortcode__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
}

.yp-report-shortcode__link::before,
.yp-report-shortcode__link::after {
  display: none !important;
  content: none !important;
}

/* 真四角固定 */
.yp-report-shortcode__thumb {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #f7f4ee;
}

/* WordPressのwidth/height属性、テーマ側のheight:auto対策 */
.yp-report-shortcode__thumb img,
.yp-report-shortcode__image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  vertical-align: top !important;
  transition: transform 420ms ease;
}

.yp-report-shortcode__noimage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(251, 250, 248, 1) 0%,
      rgba(246, 243, 237, 1) 100%
    );
}

.yp-report-shortcode__noimage span {
  color: #8a7458;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.16em;
}

/* ターム名バッジは非表示 */
.yp-report-shortcode__type {
  display: none !important;
}

.yp-report-shortcode__body {
  padding: 14px 0 0;
  text-align: center;
}

.yp-report-shortcode__date {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #9a8c7b;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  text-align: center;
  background: none !important;
  box-shadow: none !important;
}

.yp-report-shortcode__title {
  margin: 0 !important;
  padding: 0 !important;
  color: #26343d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.yp-report-shortcode__location {
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: #7a878f;
  font-size: 12px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em;
  text-align: center;
  background: none !important;
  box-shadow: none !important;
}

.yp-report-shortcode__date::before,
.yp-report-shortcode__date::after,
.yp-report-shortcode__title::before,
.yp-report-shortcode__title::after,
.yp-report-shortcode__location::before,
.yp-report-shortcode__location::after {
  display: none !important;
  content: none !important;
}

.yp-report-shortcode__location span {
  display: inline;
}

/* 古いmetaクラスが残っている場合は非表示 */
.yp-report-shortcode__meta {
  display: none !important;
}

.yp-selected-reasons__report-more {
  margin: 38px 0 0;
  text-align: center;
}

.yp-selected-reasons__report-more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 46px 14px 24px;
  border: 1px solid rgba(38, 52, 61, 0.28);
  color: #26343d !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition:
    background-color 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.yp-selected-reasons__report-more-link::before {
  display: none !important;
  content: none !important;
}

.yp-selected-reasons__report-more-link::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .yp-selected-reasons__report-tab-button {
    transition:
      background-color 260ms ease,
      border-color 260ms ease,
      transform 260ms ease;
  }

  .yp-selected-reasons__report-tab-button:hover {
    transform: translateY(-2px);
    border-color: rgba(138, 116, 88, 0.28);
  }

  .yp-report-shortcode__link:hover .yp-report-shortcode__image,
  .yp-report-shortcode__link:hover .yp-report-shortcode__thumb img {
    transform: scale(1.035);
  }

  .yp-report-shortcode__card {
    transition:
      transform 280ms ease,
      opacity 280ms ease;
  }

  .yp-report-shortcode__card:hover {
    transform: translateY(-2px);
    opacity: 0.92;
  }

  .yp-selected-reasons__report-more-link:hover {
    background: #26343d !important;
    border-color: #26343d;
    color: #ffffff !important;
    transform: translateY(-2px);
  }
}

@media screen and (max-width: 767px) {
  .yp-selected-reasons__report-tab {
    margin-top: 32px;
    padding-top: 26px;
  }

  .yp-selected-reasons__report-tab-button {
    min-height: 78px;
    padding: 16px 48px 16px 16px;
  }

  .yp-selected-reasons__report-tab-button::before {
    right: 20px;
    width: 15px;
  }

  .yp-selected-reasons__report-tab-button::after {
    right: 27px;
    height: 15px;
  }

  .yp-selected-reasons__report-tab-en {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .yp-selected-reasons__report-tab-ja {
    font-size: 17px;
    line-height: 1.5;
  }

  .yp-selected-reasons__report-shortcode {
    margin-top: 28px;
  }

  .yp-selected-reasons__report-title {
    margin-bottom: 18px;
    font-size: clamp(20px, 6.5vw, 28px);
  }

  .yp-report-shortcode {
    margin-top: 30px;
  }

  .yp-report-shortcode__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .yp-report-shortcode__body {
    padding-top: 10px;
    text-align: center;
  }

  .yp-report-shortcode__date {
    margin-bottom: 6px !important;
    font-size: 10.5px !important;
  }

  .yp-report-shortcode__title {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .yp-report-shortcode__location {
    margin-top: 6px !important;
    font-size: 10.5px !important;
    line-height: 1.5 !important;
  }

  .yp-selected-reasons__report-more {
    margin-top: 30px;
  }

  .yp-selected-reasons__report-more-link {
    width: 100%;
    min-height: 50px;
    font-size: 12.5px;
  }
}

@media screen and (max-width: 374px) {
  .yp-report-shortcode__grid {
    gap: 8px;
  }

  .yp-report-shortcode__title {
    font-size: 13px !important;
  }

  .yp-report-shortcode__location {
    font-size: 10px !important;
  }
}


/* =========================================================
   99. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .yp-omiyamairi-hero-imageonly__slide,
  .yp-selected-reasons__button img,
  .yp-selected-reasons__nav-button img,
  .yp-flow-section__visual img,
  .yp-flow-section__step-photo img {
    transition: none !important;
  }

  .yp-omiyamairi-hero-imageonly__catch-line,
  .yp-selected-reasons__item,
  .yp-selected-reasons__item.is-visible,
  .yp-selected-reasons__detail-panel.is-active,
  .yp-plan-selection__panel,
  .yp-flow-section__panel {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none !important;
    filter: none;
  }

  .yp-omiyamairi-hero-imageonly__scroll-line-moving,
  .yp-selected-reasons__scroll-hint,
  .yp-selected-reasons__cue,
  .yp-selected-reasons__cue-dot::after,
  .yp-floating-menu__toggle,
  .yp-floating-menu__panel,
  .yp-floating-menu__link,
  .yp-reserve-section__button {
    animation: none !important;
    transition: none !important;
  }

  .yp-faq-section__question::before,
  .yp-faq-section__question::after {
    transition: none !important;
  }
}