@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* =========================================================
   Base Style
========================================================= */
@charset "UTF-8";

:root {
  --main: #D4637C;
  --pink-light: #E2B2B2;
  --yellow-main: #E9AC4B;
  --yellow-light: #DBBB8B;
  --text: #655252;
  --max-width: 1320px;
  --font-sans: "Inter", sans-serif;
  --font-corm: "Cormorant", "Playfair Display", serif;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  color: var(--text);
  line-height: 1.8;
  margin: 0;
  background-color: #fff;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0px;
}

a {
  text-decoration: none;
  color: var(--text);
}

p {
  margin: 0px !important;
}

.wrap {
  margin: 0 auto;
  max-width: var(--max-width);
}

.inner {
  padding: 0px 40px;
}

@media screen and (max-width:767px) {
  .inner {
    padding: 0px 20px;
  }
}

.section {
  padding: 100px 0;
}

.section__head {
  margin-bottom: 100px;
  text-align: center;
  opacity: 0.8;
  position: relative;
}

@media screen and (max-width:767px) {
  .section__head {
    margin-bottom: 50px;
  }
}

.ttl-en {
  font-family: var(--font-corm);
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.ttl-ja {
  color: var(--main);
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width:1199px) {
  .ttl-en {
    font-size: 60px;
    line-height: 1.1;
  }

  .ttl-ja {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media screen and (max-width:767px) {
  .ttl-en {
    font-size: 46px;
    line-height: 1.15;
  }

  .ttl-ja {
    font-size: 18px;
    line-height: 1.5;
  }
}

ol {
  padding: 0px;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-black);
  font-weight: 600;
  line-height: 1.5;
  margin: 0px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  margin: 0 0 1.4em;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 15px;
  }

  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 15px;
  }
}

.pc-only {
  display: inherit;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: inherit;
  }
}

.br-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}


@media screen and (max-width: 850px) {
  .pc-only {
    display: inherit;
  }

  .sp-only {
    display: none !important;
  }


  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: inherit;
  }

  .fv {
    margin-top: 0px !important;
  }
}


/* =========================================================
   First View
========================================================= */
.fv--pc {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv--sp {
  display: none !important;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/wp-content/themes/cocoon-child-master/img/fv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 105px;
}

.fv__bg {
  position: relative;
  z-index: 1;
}

.fv__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.fv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}

.fv-panel {
  position: relative;
  width: 820px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 25px 35px 45px;
  box-sizing: border-box;
  z-index: 3;
  overflow: hidden;
  pointer-events: auto;
}

.fv-panel__flower {
  position: absolute;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
  width: 220px;
}

.fv-panel__flower--left {
  top: 0;
  left: 0;
}

.fv-panel__flower--right {
  bottom: 0;
  right: 0;
}

.fv-panel__head,
.fv-panel__title {
  position: relative;
  z-index: 2;
}

.fv-panel__head {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
  border-bottom: 1px solid #e3ccd1;
  padding-bottom: 14px;
  margin-bottom: 10px;
  width: 90%;
  justify-content: center;
}

.fv-chip {
  display: inline-block;
  padding: 8px 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1;
  font-size: 32px;
}

.fv-chip--pink {
  background: var(--main);
}

.fv-price {
  font-size: 40px;
  color: var(--main);
  line-height: 1;
  font-weight: 800;
}

.fv-price-num {
  font-size: 65px;
}

.fv-panel__title {
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 90%;
}

.fv-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
}

.fv-badge--gold {
  background: var(--yellow-main);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  font-size: 36px;
  white-space: nowrap;
}

.fv-panel__title-text {
  font-family: var(--font-serif);
  font-size: 45px;
  text-align: left;
  font-weight: 500;
}

.fv-panel__title-text-emphasis {
  font-size: 55px;
}

.fv-features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  z-index: 3;
  font-family: var(--font-sans);
}

.fv-feature {
  background: rgba(255, 255, 255, 0.9);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 32px;
  color: var(--main);
  line-height: 1.4;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.reserve-bridge {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
  margin-top: -70px;
  margin-bottom: -70px;
}

.reserve-bridge__btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--main);
  color: #fff;
  font-family: var(--font-serif);
  text-decoration: none;
  border-radius: 14px;
  width: 500px;
  height: 140px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.reserve-bridge__btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.reserve-bridge__en {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.reserve-bridge__ja {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
}

.reserve-bridge__icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  opacity: 0.85;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.reserve-bridge__btn:hover .reserve-bridge__icon {
  transform: translateY(-50%) translateX(4px);
  opacity: 1;
}



@media screen and (max-width: 1200px) {
  .fv-feature {
    width: 200px;
    height: 200px;
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .fv-features {
    gap: 24px;
  }

  .fv-feature {
    width: 160px;
    height: 160px;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 850px) {
  .fv--sp {
    position: relative;
    display: block !important;
    width: 100%;
    min-height: 100vh;
    background: url("/wp-content/themes/cocoon-child-master/img/fv_bg_sp.jpg") no-repeat right center / cover;
    overflow: hidden;
  }

  .fv__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .fv__ribbon {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 0px 10px;
    height: 100%;
    justify-content: center;
    width: 30%;
  }

  .fv-badge--gold {
    background: var(--yellow-main);
    color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fv__title {
    writing-mode: vertical-rl;
    font-size: 28px;
    color: var(--text-black);
    line-height: 1.8;
    font-weight: 500;
  }

  .fv__price-circle {
    background: #fff;
    border: 2px solid var(--main);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fv-chip--pink {
    background: var(--main);
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    margin-bottom: 4px;
  }

  .fv-price {
    color: var(--main);
    font-size: 18px;
  }

  .fv-price-num {
    font-size: 36px;
    font-weight: 700;
  }

  .fv-features-sp {
    position: relative;
    padding: 80px 0;
    text-align: center;
  }

  .fv-features__bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
      url("/wp-content/themes/cocoon-child-master/img/features_bg_sp.jpg") no-repeat center center / cover;
    z-index: 1;
  }

  .fv-features__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    justify-items: center;
  }

  .fv-feature {
    background: rgba(255, 255, 255, 0.9);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-serif);
    font-size: 16px;
    color: var(--main);
    line-height: 1.4;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }

  .fv-features-sp {
    position: relative;
    display: block !important;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
  }

  .fv-features__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    justify-items: center;
    max-width: 360px;
    margin: 0 auto;
  }

  .fv-feature {
    background: rgba(255, 255, 255, 0.75);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-serif);
    font-size: 16px;
    color: var(--main);
    line-height: 1.4;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }

  .reserve-bridge {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
    margin: -50px 0 -40px;
  }

  .reserve-bridge__btn {
    width: 90%;
    max-width: 360px;
    height: 90px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: none;
  }

  .reserve-bridge__en {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .reserve-bridge__ja {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }

  .reserve-bridge__icon {
    right: 20px;
    width: 24px;
    height: 24px;
    opacity: 0.8;
    transition: none;
  }

  .reserve-bridge__btn:hover,
  .reserve-bridge__btn:hover .reserve-bridge__icon {
    transform: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    opacity: 0.8;
  }

  .fv__price-badge {
    position: absolute;
    left: 20px;
    bottom: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--main);
    z-index: 3;
    overflow: hidden;
  }

  .fv__price-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #F2CB8E, #FDEFCD, #F2CB8E);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }


  .fv__price-badge .fv-chip {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .fv__price-badge .fv-price {
    font-size: 22px;
    font-weight: 600;
  }

  .fv__price-badge .fv-price-num {
    font-size: 28px;
    font-weight: 700;
  }

  .fv__flower-sp {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 200px;
    opacity: 0.9;
    pointer-events: none;
    z-index: 2;
  }
}


/* =========================================================
   Gallery
========================================================= */
.gallery {
  position: relative;
  background: url("/wp-content/themes/cocoon-child-master/img/gallery_bg.jpg") center/cover no-repeat;
}

.gallery .wrap {
  position: relative;
  z-index: 1;
}

.gallery .section__head {
  text-align: left;
  margin-bottom: -45px;
  z-index: 1;
}

.gallery .ttl-en {
  position: relative;
  font-family: var(--font-corm);
  font-size: 100px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: rgba(226, 178, 178, 0.8);
  margin-top: 70px;
  padding-left: 20px;
  z-index: 20;
}

.gallery__scroll {
  position: relative;
  margin: 0 auto 100px;
  max-width: 1240px;
}

.gallery__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  overflow: hidden;
  box-sizing: border-box;
}

.gallery__item {
  flex: 0 0 calc((1240px - 40px * 3) / 4);
  aspect-ratio: 13 / 19;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

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

.lead--under-gallery {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}

.lead--under-gallery::before,
.lead--under-gallery::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 65vw;
  height: 2px;
  background: linear-gradient(to right, #F2CB8E 0%, #FDEFCD 50%, #F2CB8E 100%);
  border-radius: 2px;
}


.lead--under-gallery::before {
  top: 0;
}

.lead--under-gallery::after {
  bottom: 0;
}

.lead__title {
  color: var(--text);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.6;
}

.lead__text {
  line-height: 2;
  color: var(--text);
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .gallery__scroll {
    max-width: none;
    margin: 0 auto 80px;
  }

  .gallery__grid {
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 10px;
    justify-content: flex-start;
  }

  .gallery__item {
    flex: 0 0 260px;
    scroll-snap-align: start;
  }

  .gallery__scroll::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    pointer-events: none;
  }

  .gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .gallery .ttl-en {
    margin-top: 30px;
  }

  .gallery .section__head {
    margin-bottom: -35px;
  }

  .lead--under-gallery::before,
  .lead--under-gallery::after {
    width: 100%;
  }
}


/* =========================================================
   Flow
========================================================= */
.flow {
  background-color: #fff;
  color: var(--text);
}

.flow__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px 20px;
  box-sizing: border-box;
  width: 100%;
}

.flow-card {
  flex: 0 0 400px;
  background-color: #FFFAF4;
  padding: 100px 24px 60px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  box-sizing: border-box;
}

.flow-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #fff 49.5%, var(--text) 50%, transparent 50.5%);
  z-index: 2;
  pointer-events: none;
}

.flow-card__num {
  position: absolute;
  top: -50px;
  left: 5px;
  font-family: var(--font-serif);
  font-size: 120px;
  font-weight: 400;
  color: var(--main);
  line-height: 1;
  z-index: 3;
  opacity: 80%;
}

.flow-card__title {
  font-family: var(--font-serif);
  font-size: 35px;
  font-weight: 700;
  color: var(--main);
  margin-top: 0;
  margin-bottom: 24px;
}

.flow-card__illust {
  margin-bottom: 30px;
}

.flow-card__illust img {
  height: auto;
}

.flow-card__text {
  text-align: left;
  font-family: var(--font-sans);
  line-height: 1.9;
  color: var(--text);
  margin-bottom: 20px !important;
  flex-grow: 1;
}

.flow-card__btns {
  margin-top: auto;
  text-align: center;
}

.flow-card__btns .btn {
  display: inline-block;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
  max-width: 300px;
  text-align: center;
  box-sizing: border-box;
}

.btn--line {
  background-color: var(--yellow-main);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn__icon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.btn--more {
  background-color: var(--yellow-main);
  color: #fff;
}

.btn--more:hover,
.btn--line:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .flow-card__btns .btn {
    max-width: 100%;
    font-size: 15px;
    padding: 12px 24px;
  }

  .flow-card__text {
    margin-bottom: 32px;
  }

  .flow-card__num {
    top: -10px !important;
  }

  .flow-card {
    padding: 70px 24px 40px;
    flex: 0 0 100%;
    max-width: 400px;
  }

  .flow__cards {
    justify-content: center;
    gap: 24px;
  }
}

@media screen and (max-width:1199px) {
  .flow-card__num {
    top: -30px;
  }
}


/* =========================================================
   Why KARIDORE
========================================================= */
.why {
  background: url("/wp-content/themes/cocoon-child-master/img/why_bg.jpg") center top / cover no-repeat;
  text-align: center;
}

.why__rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.why__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.why__list:last-child {
  justify-content: center;
  gap: 140px;
}

.why-item {
  position: relative;
  max-width: 360px;
  text-align: center;
}

.why-item__thumb {
  border-radius: 50% / 40%;
  overflow: hidden;
  margin-bottom: 60px;
}

.why-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50% / 40%;
}

.why-item__head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  margin-top: -45px;
  margin-bottom: 20px;
}

.why-item__num {
  font-family: var(--font-serif);
  font-size: 100px;
  font-weight: 700;
  color: var(--main);
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-right: 6px;
  opacity: 80%;
  top: -80px;
}

.why-item__num::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 10px;
  width: 80px;
  height: 1.5px;
  background-color: #655252;
  opacity: 80%;
  transform: rotate(-45deg);
}

.why-item__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--main);
  text-align: left;
  line-height: 1.6;
  margin: 0;
  font-family: var(--font-sans);
}

.why-item__text {
  font-family: var(--font-sans);
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 1192px) {
  .why__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 60px;
  }

  .why__list:last-child {
    gap: 10px 80px;
  }

  .why-item__num {
    font-size: 70px;
  }

  .why-item__title {
    font-size: 18px;
  }

  .why-item__head {
    margin-bottom: 10px;
  }

  .why__rows {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .why__list {
    gap: 35px;
  }

  .why-item {
    max-width: 90%;
  }

  .why-item__head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 5px;
    margin-top: -60px;
  }


  .why-item__num {
    align-self: flex-start;
    right: 20px;

  }

  .why-item__title {
    font-size: 18px;
  }

  .why-item__thumb {
    width: 80%;
    max-width: 320px;
    margin: 0 auto 20px;
  }

  .why-item__thumb img {
    width: 100%;
    height: auto;
  }

  .why-item__title,
  .why-item__text {
    text-align: center;
  }

  .why-item__thumb {
    margin: 0 auto 0px;
  }

  .why__rows {
    margin-bottom: 35px;
  }

  .why__list:last-child {
    gap: 35px;
  }
}


/* =========================================================
   Style by Scene
========================================================= */
.scene {
  position: relative;
  background: url("/wp-content/themes/cocoon-child-master/img/fv_scene.jpg") center top / cover no-repeat;
  padding: 120px 0;
}

.scene__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px 80px;
  margin-top: 100px;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 55px;
}

.scene__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.scene__img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.scene__text {
  width: 100%;
}

.scene__item:nth-child(2) {
  margin-top: 40px;
}

.scene__item:nth-child(4) {
  margin-top: -40px;
}


.scene__img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.scene__label {
  position: absolute;
  top: -40px;
  display: inline-block;
  padding: 10px 50px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
}

.scene__label--left {
  left: -20px;
}

.scene__label--right {
  right: -20px;
}


.scene__label--pink {
  background-color: var(--pink-light);
}

.scene__label--beige {
  background-color: var(--yellow-light);
}

.scene__deco {
  position: absolute;
  pointer-events: none;
}

.scene__deco--flower {
  left: -140px;
  top: 10px;
  width: 340px;
}

.scene__deco--tea {
  bottom: 220px;
  left: -70px;
  width: 300px;
}

.scene__deco--note {
  right: -40px;
  top: -80px;
  width: 260px;
}

.scene__deco--heart {
  bottom: 200px;
  right: -40px;
  width: 270px;
}

.scene__text {
  margin-top: -100px;
  text-align: center;
}

.scene__quote {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 90px;
  padding: 70px 20px;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-origin: content-box;
  background-clip: padding-box;
  box-sizing: border-box;
}

.quote--pink .scene__quote {
  background-image: url("/wp-content/themes/cocoon-child-master/img/quote_bg_pink.png");
}

.quote--blue .scene__quote {
  background-image: url("/wp-content/themes/cocoon-child-master/img/quote_bg_blue.png");
}

.quote--beige .scene__quote {
  background-image: url("/wp-content/themes/cocoon-child-master/img/quote_bg_beige.png");
}

.quote--purple .scene__quote {
  background-image: url("/wp-content/themes/cocoon-child-master/img/quote_bg_purple.png");
}

.scene__tags {
  text-align: center;
}

.scene__tags p {
  font-size: 24px;
  color: var(--text-black);
  margin-bottom: 32px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.scene__tags p span {
  color: var(--main);
  font-weight: 400;
  font-size: 36px;
}

.scene__tags p::before,
.scene__tags p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: var(--main);
}

.scene__tags p::before {
  right: 100%;
  margin-right: 20px;
  transform: translateY(-50%) rotate(60deg);
}

.scene__tags p::after {
  left: 100%;
  margin-left: 20px;
  transform: translateY(-50%) rotate(-60deg);
}

.scene__tags ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  padding: 0;
  flex-wrap: wrap;
}

.scene__tags li {
  font-size: 20px;
  color: #3a2f2f;
  background: #fff;
  border-radius: 10px;
  padding: 12px 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  transition: all 0.3s ease;
  font-weight: 500;
  white-space: nowrap;
}

.scene__tags li::before {
  content: "#";
  color: var(--main);
  margin-right: 2px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .scene__tags ul {
    flex-wrap: wrap;
  }

  .scene__deco--flower {
    left: -100px;
    top: 20px;
    width: 260px;
  }

  .scene__deco--tea {
    bottom: 180px;
    left: -50px;
    width: 230px;
  }

  .scene__deco--note {
    right: -30px;
    top: -50px;
    width: 200px;
  }

  .scene__deco--heart {
    bottom: 160px;
    right: -30px;
    width: 210px;
  }

  .scene__grid {
    gap: 60px 80px;
  }
}

@media (max-width: 768px) {
  .scene__quote {
    width: 90%;
    padding: 16px 0px;
    font-size: 14px;
    background-size: 100% auto;
  }

  .scene__tags li {
    font-size: 14px;
    padding: 10px 20px;
  }

  .scene__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    margin-bottom: 60px;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;

  }

  .scene__item {
    max-width: 280px;
    width: 100%;
  }

  .scene__deco--flower {
    left: -80px;
    top: 10px;
    width: 220px;
  }

  .scene__deco--tea {
    bottom: 80px;
    left: -90px;
    width: 190px;
  }

  .scene__deco--note {
    right: -95px;
    top: -20px;
    width: 170px;
  }

  .scene__deco--heart {
    bottom: 0px;
    right: -85px;
    width: 190px;
  }

  .scene__item:nth-child(2) {
    margin-top: 0px;
  }

  .scene__item:nth-child(4) {
    margin-top: 0px;
  }

  .scene__tags p::before,
  .scene__tags p::after {
    width: 40px;
  }

  .scene__tags p::before {
    margin-right: 10px;
  }

  .scene__tags p::after {
    margin-left: 10px;
  }

  .scene__text {
    margin-top: -40px;
  }

  .scene__label--right {
    right: -10px;
  }

  .scene__label--left {
    left: 10px;
  }
}


/* =========================================================
   Price
========================================================= */
.price__bg {
  background-color: #fff;
}

.price__layer {
  position: relative;
  margin: 0 auto;
}

.price__shadow {
  position: absolute;
  top: 25px;
  left: -45px;
  width: 105%;
  height: 101%;
  background-color: #F7E1E6;
  z-index: 1;
  transform: rotate(-1deg);
  transform-origin: top left;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
}

.price__card {
  position: relative;
  background-color: #FFF5F8;
  padding: 60px 50px;
  z-index: 2;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}

.price__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.price__title-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.price__title-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-right: 25px;
}

.price__en {
  font-size: 70px;
  line-height: 1.1;
  margin: 0;
  opacity: 80%;
  font-weight: 400;
}

.price__ja {
  font-size: 28px;
  color: var(--main);
  margin-top: 6px;
  opacity: 80%
}

.price__slash-line {
  position: absolute;
  left: 170px;
  top: 95px;
  width: 200px;
  height: 1px;
  background: var(--text);
  transform: rotate(135deg);
  transform-origin: left top;
  z-index: 1;
}

.price__title-right {
  position: absolute;
  left: 170px;
  top: 130px;
  display: flex;
  align-items: center;
  gap: 16px;
}


.price__label {
  border: 1px solid #6b5b5b;
  padding: 6px 18px;
  font-size: 30px;
  color: var(--text);
  white-space: nowrap;
  display: inline-block;
  font-weight: lighter;
  opacity: 80%;
}

.price__image img {
  width: 450px;
  height: 300px;
  object-fit: cover;
  background-color: #ccc;
}

.price__accessory {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 20px;
}

.price__subtitle {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px !important;
}

.price__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
  text-align: center;
}

.price__item img {
  width: 350px;
  height: 350px;
  background-color: #ccc;
  display: block;
  margin: 0 auto 15px;
}

.price__name {
  font-size: 18px;
  margin-bottom: 8px;
}

.price__name span {
  display: block;
  font-size: 12px;
  color: #c08d96;
}

.price__cost {
  color: var(--main, #e06b6b);
  font-size: 22px;
  font-family: "Times New Roman", serif;
  position: relative;
}

.price__cost span {
  font-size: 12px;
}

.price__option {
  background: #fff6f8;
  padding: 80px 0;
  text-align: center;
}

.price__option-box {
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 20px 40px 30px;
  border-bottom: 1px solid var(--text);
}

.price__option-box::before,
.price__option-box::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background: var(--text);
  width: calc(50% - 120px);
}

.price__option-box::before {
  left: 0;
}

.price__option-box::after {
  right: 0;
}

.price__option-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 40px;
  z-index: 2;
  height: 2px;
}

.price__en-item {
  font-size: 50px;
  line-height: 1.1;
  margin: 0;
  color: var(--text);
  opacity: 80%;
  font-weight: 100;
  text-align: center;
}

.price__ja-item {
  font-size: 20px;
  color: var(--main);
  margin-top: 4px;
  opacity: 80%
}

.price__option-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  position: relative;
  font-size: 25px;
  letter-spacing: 1px;
  white-space: nowrap;
  opacity: 80%;
}

.price__option-title-text {
  font-size: 65px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  opacity: 80%;
}

.price__option-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.price__option-name {
  font-size: 40px;
  font-weight: 400;
  opacity: 80%;
}

.price__option-divider {
  position: relative;
  width: 1px;
  height: 50px;
}

.price__option-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--text);
  transform: translateX(-50%) skewX(-45deg);
}

.price__option-price {
  font-size: 50px;
  color: var(--main);
  font-weight: 400;
  opacity: 80%;
  padding-bottom: 10px;
}

.price__option-price span:not(.price__option-price-num) {
  font-size: 24px;
  position: relative;
  top: -1px;
}

.price__option-price-num {
  font-size: 65px;
}

.price__option-price-title {
  font-size: 60px;
  color: var(--main);
  font-weight: 400;
  opacity: 80%;
  padding-bottom: 10px;
}

.price__option-price-num-title {
  font-size: 80px;
}

.price__option-text {
  color: #6b5b5b;
  font-size: 22px;
  line-height: 1.9;
}

@media (max-width: 1199px) {

  .price__card {
    padding: 50px 40px;
  }

  .price__main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .price__image img {
    width: 80%;
    max-width: 420px;
    height: auto;
  }

  .price__title-right {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }

  .price__slash-line {
    display: none;
  }

  .price__items {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }

  .price__item img {
    width: 260px;
    height: 260px;
  }

  .price__accessory {
    margin-top: 50px;
    padding: 40px 25px;
  }

  .price__option {
    padding: 60px 0;
  }

  .price__option-box {
    padding: 25px 30px 35px;
  }

  .price__subtitle {
    margin-bottom: 25px !important;
  }

  .price__en-item {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {

  .price__card {
    padding: 40px 20px;
  }

  .price__items {
    gap: 25px !important;
  }

  .price__main {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .price__title-block {
    flex-direction: column;
    align-items: center;
  }

  .price__title-right {
    position: static;
    margin-top: 10px;
  }

  .price__image img {
    width: 100%;
    height: auto;
    max-width: 320px;
  }

  .price__accessory {
    margin-top: 40px;
    padding: 30px 15px;
  }

  .price__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .price__item img {
    width: 260px;
    height: 260px;
  }

  .price__option {
    padding: 50px 0;
  }

  .price__option-box {
    padding: 25px 20px 30px;
  }

  .price__option-header {
    gap: 30px;
  }

  .price__option-header {
    flex-direction: column;
    gap: 0px;
  }

  .price__option-divider {
    display: none;
  }

  .price__shadow {
    top: 20px;
    left: -17px;
    width: 96%;
    height: 100%;
  }
}


/* =========================================================
   Voice
========================================================= */
.voice {
  background: url('/wp-content/themes/cocoon-child-master/img/voice_bg.jpg') no-repeat center top / 90%;
  background-color: #FFF6F0;
  position: relative;
}

.voice__wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 120px;
  overflow: hidden;
}

.voice__slide {
  flex-shrink: 0;
  width: 70% !important;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 100px 40px;
  line-height: 2;
  border: 1px solid rgba(216, 199, 168, 0.6);
  box-sizing: border-box;
  position: relative;
  transition: transform 0.3s ease;
}

.voice__slide::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #d8c7a8;
  pointer-events: none;
}

.voice__slide .corner--tr,
.voice__slide .corner--bl,
.voice__slide .corner--br {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #d8c7a8;
}

.voice__slide .corner--tr {
  top: 6px;
  right: 6px;
}

.voice__slide .corner--bl {
  bottom: 6px;
  left: 6px;
}

.voice__slide .corner--br {
  bottom: 6px;
  right: 6px;
}

.voice__slide p {
  font-size: 20px;
}

.voice__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 48px;
  color: #c8b6ac;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.voice__arrow:hover {
  opacity: 0.7;
}

.voice__arrow--prev {
  left: 20px;
}

.voice__arrow--next {
  right: 20px;
}

.voice__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.voice__deco--shoes {
  top: 530px;
  left: 70px;
  width: 220px;
  z-index: 10;
}

.voice__deco--bag {
  top: -110px;
  right: 20px;
  width: 380px;
}

.voice__deco--flower {
  bottom: -70px;
  right: 200px;
  width: 220px;
}

.voice__gallery {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 80px auto;
}

.voice__gallery-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
}

.voice__gallery-inner div {
  flex: 1;
  min-width: 0;
}

.voice__gallery-inner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.voice__btn {
  text-align: center;
  position: relative;
  z-index: 1;
}

.voice__btn .btn {
  display: inline-block;
  background-color: #e88b8b;
  color: #fff;
  padding: 16px 100px;
  border-radius: 40px;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}

.voice__btn .btn:hover {
  opacity: 0.8;
}


@media (max-width: 1199px) {
  .voice__deco--shoes {
    top: 480px;
    left: 40px;
    width: 180px;
  }

  .voice__deco--bag {
    top: -100px;
    right: 20px;
    width: 300px;
  }

  .voice__deco--flower {
    bottom: -50px;
    right: 120px;
    width: 180px;
  }
}

@media (max-width: 767px) {
  .voice__deco--shoes {
    top: 400px;
    left: 0;
    width: 140px;
    margin: 40px auto 0;
  }

  .voice__deco--bag {
    top: -130px;
    right: 0;
    width: 220px;
    margin: 60px auto 0;
  }

  .voice__deco--flower {
    bottom: -50px;
    right: 0;
    width: 140px;
    margin: 50px auto 0;
  }

  .voice__wrap {
    margin: 0 auto 50px;
  }
}

@media (max-width: 1199px) {
  .voice__gallery-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 0 60px;
  }

  .voice__gallery-inner div {
    flex: 1 1 calc(50% - 24px);
    min-width: 260px;
  }

  .voice__gallery-inner img {
    border-radius: 6px;
  }

  .voice__gallery {
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .voice__gallery-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0px;
  }

  .voice__gallery-inner div {
    flex: 1 1 calc(50% - 16px);
    min-width: 140px;
  }

  .voice__gallery-inner img {
    border-radius: 4px;
  }
}


/* =========================================================
   Access
========================================================= */
.access__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.access__map {
  position: relative;
  width: 960px;
  height: 550px;
  border-radius: 0 280px 280px 0;
  overflow: hidden;
  margin-left: -375px;
}

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

.access__info {
  line-height: 2;
  text-align: left;
  font-family: var(--font-sans);
}

.access__info p {
  font-size: 20px;
}

.access__info p+p {
  margin-top: 8px;
}

.access__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.access__map {
  position: relative;
  width: 960px;
  height: 550px;
  border-radius: 0 280px 280px 0;
  overflow: hidden;
  margin-left: -375px;
}

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

.access__info {
  line-height: 2;
  text-align: left;
  font-family: var(--font-sans);
}

.access__info p+p {
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .access__grid {
    flex-direction: column;
    gap: 60px;
  }

  .access__map {
    width: 80%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 280px 280px 0 0;
    margin-left: 0;
  }

  .access__info {
    text-align: center;
  }

  .access__info p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .access__grid {
    flex-direction: column;
    gap: 40px;
  }

  .access__map {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-left: 0;
  }

  .access__info {
    text-align: center;
  }

  .access__info p {
    line-height: 1.8;
  }
}


/* =========================================================
   FAQ
========================================================= */
.faq {
  background: url('/wp-content/themes/cocoon-child-master/img/bg_faq.jpg') no-repeat center top / cover;
  padding: 120px 0;
}

.faq__list {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 80px 60px;
}

.faq__item+.faq__item {
  border-top: 1px solid #E4E3E9;
  margin-top: 40px;
  padding-top: 40px;
}

.faq__q,
.faq__a {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.9;
}

.faq__a {
  margin-top: 15px;
}

.faq__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
}

.faq__icon.q {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--main);
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faq__icon.q::after {
  content: 'Q';
  position: relative;
  top: -3px;
}

.faq__icon.a {
  width: 55px;
  height: 55px;
  color: #E0A1AF;
  font-size: 32px;
  line-height: 1;
}

.faq__q p {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-sans);
}

@media screen and (max-width:767px) {
  .faq__list {
    padding: 50px 30px;
  }

}


/* =========================================================
   CTA (LINE)
========================================================= */
.cta {
  background: url('/wp-content/themes/cocoon-child-master/img/cta_bg.jpg') no-repeat center / cover;
  padding: 40px 0;
  overflow: hidden;
}

.cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.cta__text {
  color: var(--text-black);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta__lead {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6;
  font-family: var(--font-sans);
  text-align: left;
}

.cta__btn--line {
  display: inline-block;
  margin-top: 24px;
  background: var(--main);
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  padding: 16px 80px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  font-family: var(--font-sans);
}

.btn--line:hover {
  opacity: 0.85;
}

.cta__insta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px !important;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 8px;
  width: fit-content;
  font-family: var(--font-sans);
}

.cta__insta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #655252;
  opacity: 0.5;
}

.cta__insta img {
  width: 22px;
  height: 22px;
  display: block;
  opacity: 0.9;
  transform: translateY(1px);
}

.cta__img img {
  width: 360px;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .cta__inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .cta__img img {
    width: 200px;
  }

  .cta__btn--line {
    padding: 13px 60px;
    margin-top: 15px;
  }

  .cta {
    padding: 30px 0;
  }
}


/* =========================================================
   Responsive Font Adjustments
========================================================= */
/* --- Tablet (〜1199px) --- */
@media screen and (max-width:1199px) {
  .fv-chip {
    font-size: 27px;
  }

  .fv-price {
    font-size: 34px;
  }

  .fv-price-num {
    font-size: 32px !important;
  }

  .fv-badge--gold {
    font-size: 38px;
  }

  .fv-panel__title-text {
    font-size: 38px;
  }

  .fv-panel__title-text-emphasis {
    font-size: 46px;
  }

  .fv-feature {
    font-size: 27px;
  }

  .reserve-bridge__en {
    font-size: 38px;
  }

  .reserve-bridge__ja {
    font-size: 17px;
  }

  .gallery .ttl-en {
    font-size: 85px;
  }

  .lead__title {
    font-size: 34px;
  }

  .lead__text {
    font-size: 19px;
  }

  .flow-card__title {
    font-size: 30px;
  }

  .flow-card__btns .btn {
    font-size: 14px;
  }

  .flow-card__num {
    font-size: 96px;
  }

  .why-item__num {
    font-size: 85px;
  }

  .why-item__title {
    font-size: 24px;
  }

  .why-item__text {
    font-size: 17px;
  }

  .scene__label {
    font-size: 30px;
  }

  .scene__quote {
    font-size: 20px;
  }

  .scene__tags p {
    font-size: 20px;
  }

  .scene__tags p span {
    font-size: 30px;
  }

  .scene__tags li {
    font-size: 17px;
  }

  .price__en {
    font-size: 60px;
  }

  .price__ja {
    font-size: 24px;
  }

  .price__label {
    font-size: 26px;
  }

  .price__en-item {
    font-size: 43px;
  }

  .price__ja-item {
    font-size: 17px;
  }

  .price__subtitle {
    font-size: 27px;
  }

  .price__option-title {
    font-size: 21px;
  }

  .price__option-title-text {
    font-size: 55px;
  }

  .price__option-name {
    font-size: 34px;
  }

  .price__option-price {
    font-size: 43px;
  }

  .price__option-price span:not(.price__option-price-num) {
    font-size: 20px;
  }

  .price__option-price-num {
    font-size: 55px;
  }

  .price__option-price-title {
    font-size: 51px;
  }

  .price__option-price-num-title {
    font-size: 68px;
  }

  .price__option-text {
    font-size: 19px;
  }

  .voice__arrow {
    font-size: 41px;
  }

  .voice__slide p {
    font-size: 17px;
  }

  .voice__btn .btn {
    font-size: 15px;
  }

  .access__info p {
    font-size: 17px;
  }

  .faq__icon.q,
  .faq__icon.a {
    font-size: 27px;
  }

  .faq__q p {
    font-size: 20px;
  }

  .cta__lead {
    font-size: 30px;
  }

  .cta__btn--line {
    font-size: 20px;
  }

  .cta__insta {
    font-size: 15px;
  }
}


/* --- SP (〜767px) --- */
@media screen and (max-width:767px) {

  .fv-chip {
    font-size: 21px;
  }

  .fv-price {
    font-size: 26px;
  }

  .fv-price-num {
    font-size: 32px !important;
  }

  .fv-badge--gold {
    font-size: 29px;
  }

  .fv-panel__title-text {
    font-size: 29px;
  }

  .fv-panel__title-text-emphasis {
    font-size: 36px;
  }

  .fv-feature {
    font-size: 21px;
  }

  .reserve-bridge__en {
    font-size: 29px;
  }

  .reserve-bridge__ja {
    font-size: 13px;
  }

  .gallery .ttl-en {
    font-size: 65px;
  }

  .lead__title {
    font-size: 26px;
  }

  .lead__text {
    font-size: 16px;
  }

  .flow-card__title {
    font-size: 23px;
  }

  .flow-card__btns .btn {
    font-size: 13px;
  }

  .flow-card__num {
    font-size: 66px;
  }

  .why-item__num {
    font-size: 65px;
  }

  .why-item__title {
    font-size: 18px;
  }

  .why-item__text {
    font-size: 14px;
  }

  .scene__label {
    font-size: 23px;
  }

  .scene__quote {
    font-size: 16px;
  }

  .scene__tags p {
    font-size: 16px;
  }

  .scene__tags p span {
    font-size: 23px;
  }

  .scene__tags li {
    font-size: 14px;
  }

  .price__en {
    font-size: 46px;
  }

  .price__ja {
    font-size: 18px;
  }

  .price__label {
    font-size: 20px;
  }

  .price__en-item {
    font-size: 33px;
  }

  .price__ja-item {
    font-size: 14px;
  }

  .price__subtitle {
    font-size: 22px;
  }

  .price__option-title {
    font-size: 17px;
  }

  .price__option-title-text {
    font-size: 42px;
  }

  .price__option-name {
    font-size: 22px;
  }

  .price__option-price {
    font-size: 33px;
  }

  .price__option-price span:not(.price__option-price-num) {
    font-size: 16px;
  }

  .price__option-price-num {
    font-size: 42px;
  }

  .price__option-price-title {
    font-size: 40px;
  }

  .price__option-price-num-title {
    font-size: 52px;
  }

  .price__option-text {
    font-size: 14px;
  }

  .voice__arrow {
    font-size: 31px;
  }

  .voice__slide p {
    font-size: 16px;
  }

  .voice__btn .btn {
    font-size: 16px;
  }

  .access__info p {
    font-size: 16px;
  }

  .faq__icon.q,
  .faq__icon.a {
    font-size: 21px;
  }

  .faq__q p {
    font-size: 16px;
  }

  .cta__lead {
    font-size: 24px;
  }

  .cta__btn--line {
    font-size: 16px;
  }

  .cta__insta {
    font-size: 13px;
  }
}

/* =========================================================
   Animation
========================================================= */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.9s ease-out,
    transform 0.9s ease-out;
  will-change: opacity, transform;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section__head {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.3s ease;
}

.section__head.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}




/************************************
** 11/07小林追加CSS
************************************/


/*Googleマップのiframeを丸くする*/

/* 角丸＋影。幅は画面に応じて可変、比率固定で切れを防止 */
.map-rounded {
  width: min(92vw, 900px);
  /* 画面幅にフィット、上限900px */
  aspect-ratio: 16 / 9;
  /* PCは横長。高さ固定より安全 */
  border-radius: 40px;
  /* 強すぎない丸み。必要に応じて 50〜60px に */
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
  margin: 32px auto;
  background: #f7f7f7;
  /* 読み込み中の下地 */
}

.map-rounded iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* ← 文字やUIが切れやすくなるため transform / filter は外す */
}

/* タブレット以下：少し縦長＆丸み控えめでUIが切れにくい */
@media (max-width: 1024px) {
  .map-rounded {
    aspect-ratio: 4 / 3;
    border-radius: 28px;
  }
}

/* スマホ：さらに縦寄り。角丸を小さくして可視領域を確保 */
@media (max-width: 768px) {
  .map-rounded {
    width: 92vw;
    aspect-ratio: 4 / 5;
    /* 縦長表示で中身が見切れにくい */
    border-radius: 22px;
    margin: 24px auto;
  }
}