/* ============================================================
 * MVセクション
 * ============================================================ */

/* --------------------------------
 * MV全体
 * -------------------------------- */
.mv {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -80px;
  margin-bottom: 0;
  padding: 0;
  height: 760px;
  background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/mv_sp.jpg');
  background-size: cover;
  background-position: center;
  overflow: visible;
}

/* 768px */
@media (min-width: 768px) {
  .mv {
    height: 850px;
    margin-top: -90px;
    background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/12/mv.pc_.jpg');
  }
}

/* 1200px */
@media (min-width: 1200px) {
  .mv {
    height: 1050px;
  }
}



/* --------------------------------
 * MVコンテナ
 * -------------------------------- */
.mv__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 135px 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

/* 768px */
@media (min-width: 768px) {
  .mv__container {
    padding: 140px 5% 3rem;
    align-items: center;
    justify-content: flex-start;
  }
}

/* 1200px */
@media (min-width: 1200px) {
  .mv__container {
    padding-top: 225px;
  }
}



/* --------------------------------
 * メインコピー
 * -------------------------------- */
.mv__title {
  font-size: clamp(1.62rem, 4vw, 2.5rem);
  color: #fefefe;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  margin: 15px 0 2px 0;
}

/* 768px */
@media (min-width: 768px) {
  .mv__title {
    text-align: center;
    margin: 0 0 0.5rem 0;
    width: 100%;
  }
}

/* 1200px */
@media (min-width: 1200px) {
  .mv__title {
    margin-bottom: 0.5rem;
  }
}



/* --------------------------------
 * サブコピー
 * -------------------------------- */
.mv__subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  color: #fefefe;
  text-align: center;
  margin: 0 0 1.2rem 0;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
}

/* 768px */
@media (min-width: 768px) {
  .mv__subtitle {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    text-align: right;
    align-self: flex-end;
    width: auto;
    margin: 0 0 0.2rem 0;
    padding-right: 3%;
  }
}

/* 1200px */
@media (min-width: 1200px) {
  .mv__subtitle {
    font-size: 1.5rem;
    margin: 0 0 0.2rem 0;
  }
}



/* --------------------------------
 * ケーキ画像
 * -------------------------------- */
.mv__image {
  width: 100%;
  max-width: 400px;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 768px */
@media (min-width: 768px) {
  .mv__image {
    max-width: 550px;
    margin: 0 auto;
  }
}

/* 1200px */
@media (min-width: 1200px) {
  .mv__image {
    max-width: 600px;
  }
}



/* --------------------------------
 * ケーキ画像そのもの
 * -------------------------------- */
.mv__image--cake {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
}

/* 768px */
@media (min-width: 768px) {
  .mv__image--cake {
    max-width: 600px;
  }
}

/* 1200px */
@media (min-width: 1200px) {
  .mv__image--cake {
    max-width: 700px;
  }
}



/* --------------------------------
 * ボタン
 * -------------------------------- */
.mv__button {
  background: #224b37;
  color: #fefefe;
  padding: 14px 60px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 30px;
  margin-bottom: 2rem;
  white-space: nowrap;
}

.mv__button:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(34, 75, 55, 0.4);
  background: #2d6348;
}

/* 768px */
@media (min-width: 768px) {
  .mv__button {
    position: absolute;
    bottom: 4rem;
    right: 5%;
    margin-bottom: 2rem;
    padding: 16px 48px;
    font-size: 1.1rem;
  }
}

/* 1200px */
@media (min-width: 1200px) {
  .mv__button {
    margin-bottom: 2rem;
  }
}






/* ============================================================
 * Introセクション（一度食べたら、きっとあなたも好きになる。）
 * ============================================================ */


/* --------------------------------
 * Intro全体
 * -------------------------------- */
.intro {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin: 0;
  padding: 0;
  background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/intro_sp.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .intro {
    background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/12/intro_pc_.jpg');
  }
}



/* --------------------------------
 * Introコンテナ
 * -------------------------------- */
.intro__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {
  .intro__container {
    padding: 5rem 5%;
    flex-direction: row;
    gap: 5rem;
  }
}

@media (min-width: 1200px) {
  .intro__container {
    padding: 6rem 5%;
    gap: 6rem;
  }
}



/* --------------------------------
 * 左カラム
 * -------------------------------- */
.intro__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .intro__left {
    flex: 1;
    align-items: flex-start;
    text-align: left;
  }
}



/* --------------------------------
 * メインタイトル
 * -------------------------------- */
.intro__title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  color: #fefefe;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}



/* --------------------------------
 * サブタイトル
 * -------------------------------- */
.intro__subtitle {
  color: #fefefe;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 2.5rem;
}



/* --------------------------------
 * ケーキ画像ラッパー
 * -------------------------------- */
.intro__image {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .intro__image {
    max-width: 100%;
  }
}



/* --------------------------------
 * ケーキ画像
 * -------------------------------- */
.intro__image--cake {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .intro__image--cake {
    max-width: 100%;
  }
}



/* --------------------------------
 * 右カラム文章
 * -------------------------------- */
.intro__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .intro__right {
    flex: 1;
    gap: 2rem;
  }
}

@media (min-width: 1200px) {
  .intro__right {
    gap: 2.5rem;
  }
}



/* --------------------------------
 * 右カラムの本文 p
 * -------------------------------- */
.intro__right p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #fefefe;
  line-height: 1.9;
  margin: 0;
}






/* ============================================================
 * Newsセクション（お知らせ）
 * ============================================================ */


/* --------------------------------
 * News 全体
 * -------------------------------- */
.wp-site-blocks > * {
	max-width: none;
}
/* 背景画像コンテナ（TOPページ専用） */
.news-bg {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin: 0 auto;
  padding: 0;
  background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/news_sp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (min-width: 768px) {
  .news-bg {
    background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/news_pc.jpg');
  }
}

/* WP標準のconstrainedレイアウトのauto marginを無効化（SP） */
@media (max-width: 768px) {
  .news .wp-block-group.is-layout-constrained {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.news {
  padding: 80px 0;
}

@media (min-width: 768px) {
  .news {
    padding: 120px 0;
  }
}




/* --------------------------------
 * コンテナ
 * -------------------------------- */
.news .news__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .news .news__container {
    display: grid;
    grid-template-columns: 230px 1fr;
    column-gap: 48px;
    align-items: center;
	padding: 1rem 5%;
  }
}

@media (min-width: 769px) {
  .news .news__container {
    padding: 2rem 5%;
  }
}



/* --------------------------------
 * 左カラム
 * -------------------------------- */
.news .news__left {
  width: 100%;
}

@media (max-width: 768px) {
  .news .news__left {
    display: contents;
  }
}

@media (min-width: 769px) {
  .news .news__left {
    display: flex;
	padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}



/* --------------------------------
 * タイトル
 * -------------------------------- */
.news .news__title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  color: #fefefe;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .news .news__title {
    order: 1;
  }
}

@media (min-width: 769px) {
  .news .news__title {
    margin: 0;
    text-align: left;
  }
}



/* --------------------------------
 * サブタイトル
 * -------------------------------- */
.news .news__subtitle {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #fefefe;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: -15px 0 clamp(16px, 4vw, 24px);
}

@media (max-width: 768px) {
  .news .news__subtitle {
    order: 2;
  }
}

@media (min-width: 769px) {
  .news .news__subtitle {
    text-align: left;
  }
}



/* --------------------------------
 * ボタンエリア
 * -------------------------------- */
.news .news__button {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(16px, 4vw, 24px);
}

@media (max-width: 768px) {
  .news .news__button {
    order: 3;
    margin-top: 35px;
  }
}

@media (min-width: 769px) {
  .news .news__button {
    margin: 0;
    justify-content: flex-start;
  }
}



/* --------------------------------
 * ボタン
 * -------------------------------- */
.news .news__button .wp-block-button__link {
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 1rem;
  color: #fefefe;
  border: 1px solid #fefefe;
  background: transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.news .news__button .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}



/* --------------------------------
 * Query Wrap / リスト
 * -------------------------------- */
.news .news__query {
  width: 100%;
}

@media (max-width: 768px) {
  .news .news__query {
    order: 2;
  }
}

@media (min-width: 769px) {
  .news .news__query {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }
}

.news .wp-block-post-template {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.news .wp-block-post-template > li {
  padding: 0;
  margin: 0;
}



/* --------------------------------
 * 各ニュース行
 * -------------------------------- */
.news .news__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 11px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
}

/* PC（769px〜） */
@media (min-width: 769px) {
  .news .news__item {
    flex-wrap: nowrap;
    gap: 19px;
    padding: 19px 0;
  }
}


/* --------------------------------
 * 日付
 * -------------------------------- */
.news .news__date {
  min-width: 165px;
  font-variant-numeric: tabular-nums;
  color: #fefefe;
  opacity: 0.9;
  margin: 0;
}

@media (max-width: 768px) {
  .news .news__date {
    min-width: auto;
    font-size: 14px;
    order: 1;
    flex: 0 0 auto;
  }
}



/* --------------------------------
 * カテゴリ
 * -------------------------------- */
.news .news__cat {
  display: flex;
  gap: 8px;
  margin: 0;
}

@media (max-width: 768px) {
  .news .news__cat {
    order: 2;
    flex: 0 0 auto;
  }
}

.news .news__cat a {
  display: inline-block;
  background: #dc8452;
  color: #fefefe;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .news .news__cat a {
    font-size: 13px;
    padding: 4px 9px;
  }
}

@media (max-width: 768px) {
body .is-layout-flex {
  width: 100%;
  }
}

/* --------------------------------
 * タイトル（リンク）
 * -------------------------------- */
.news .news__link {
  flex: 1;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .news .news__link {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
  }
}

.news .news__link a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fefefe;
  padding-right: 18px;
}

@media (max-width: 768px) {
  .news .news__link a {
    font-size: 15px;
    line-height: 1.6;
  }
}

.news .news__link a:hover {
  text-decoration: underline;
}

.news .news__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.8;
  margin-right: 18px;
}



/* --------------------------------
 * 本文と同フォントに強制
 * -------------------------------- */
.news .wp-block-post-title.news__link,
.news .wp-block-post-title.news__link a {
  font-size: clamp(16px, 2vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
}








/* ============================================================
 * Productsセクション(商品一覧)
 * ============================================================ */

/* --------------------------------
 * Products全体
 * -------------------------------- */
.products {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin: 0;
  padding: 0; /* padding削除 */
  background-color: #56483e; /* 背景色追加（他のセクションに合わせて） */
  overflow: hidden;
}

/* --------------------------------
 * Productsコンテナ（追加）
 * -------------------------------- */
.products__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

@media (min-width: 768px) {
  .products__container {
    padding: 5rem 5%;
  }
}

@media (min-width: 1200px) {
  .products__container {
    padding: 6rem 5%;
  }
}

/* --------------------------------
 * タイトル
 * -------------------------------- */
.products__title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  color: #fefefe;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
}

/* --------------------------------
 * サブタイトル
 * -------------------------------- */
.products__subtitle {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #fefefe;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 3rem;
}

@media (min-width: 768px) {
  .products__subtitle {
    margin-bottom: 4rem;
  }
}

/* --------------------------------
 * 商品グリッド全体
 * -------------------------------- */
/* 空白カード対策 */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}



.products .wp-block-woocommerce-product-collection {
  margin-bottom: 3rem;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

@media (min-width: 768px) {
  .products .wp-block-woocommerce-product-collection {
    margin-bottom: 4rem;
  }
}

/* --------------------------------
 * グリッドコンテナ
 * -------------------------------- */
.wc-block-product-template__responsive {
  grid-gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.products .wp-block-woocommerce-product-template {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .products .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .products .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* --------------------------------
 * 商品カード
 * -------------------------------- */
.products .wp-block-woocommerce-product-template > li {
  background-color: #493d35;
  border: 1px solid #fdece2;
  border-radius: 4px;
  padding: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .products .wp-block-woocommerce-product-template > li {
    padding: 1rem;
    margin: 0 auto;
  }
}

.products .wp-block-woocommerce-product-template > li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* ============================================================
 * 在庫なし表示
 * ============================================================ */

/* 在庫切れ商品のカード全体 */
.products .wp-block-woocommerce-product-template > li.outofstock {
  position: relative;
}

/* 在庫切れ商品の画像を少し暗く */
.products .wp-block-woocommerce-product-template > li.outofstock .wp-block-woocommerce-product-image {
  opacity: 0.6;
  position: relative;
}

/* 在庫なしバッジ */
.products .wp-block-woocommerce-product-template > li.outofstock .wp-block-woocommerce-product-image::after {
  content: "在庫なし -SOLD OUT-";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  width: 75%;
  color: #fefefe;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

/* 購入ボタンを無効化 */
.products .wp-block-woocommerce-product-template > li.outofstock .products__button .wp-block-button__link {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

/* SP用(小さめのバッジ) */
@media (max-width: 767px) {
  .products .wp-block-woocommerce-product-template > li.outofstock .wp-block-woocommerce-product-image::after {
    font-size: 0.7rem;
    padding: 8px 16px;
  }
}


/* --------------------------------
 * 商品画像
 * -------------------------------- */
.products .wp-block-woocommerce-product-image {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* 強制的に16:9にする */
    overflow: hidden;
}

/* 画像を囲んでいる a タグも 100% に広げる */
.products .wp-block-woocommerce-product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 画像自体の設定 */
.products .wp-block-woocommerce-product-image img {
    border-radius: 4px;
    width: 100%;
    height: 100% ;
    object-fit: cover;     /* 縦横比を維持して枠を埋める */
    object-position: center; /* ど真ん中を映す */
}

/* --------------------------------
 * 商品タイトル
 * -------------------------------- */
.products .wp-block-post-title {
  color: #fefefe;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  text-align: left;
}

.products .wp-block-post-title a {
  color: #fefefe;
  text-decoration: none;
}

/* --------------------------------
 * 商品価格
 * -------------------------------- */
.products .wp-block-woocommerce-product-price,
.products .wp-block-woocommerce-product-price .woocommerce-Price-amount {
  color: #f6d8bb;
  font-size: clamp(1.2rem, 1.8vw, 1.3rem);
  margin-bottom: 1rem;
}

.products .tax-label {
	font-size: 14px;
}

/* --------------------------------
 * 購入するボタン
 * -------------------------------- */
.products__button {
  margin-top: auto;
}

.products__button .wp-block-button {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
.products__button .wp-block-button {
  margin-bottom: 2px;
}
}

.products__button .wp-block-button__link {
  background: #224b37;
  color: #f6d8bb;
  padding: 7px 24px;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-align: center;
  width: 100%;
  outline: none;
}

@media (max-width: 767px) {
  .products__button .wp-block-button__link {
    min-width: auto !important;
  }
}

@media (min-width: 768px) {
  .products__button .wp-block-button__link {
    padding: 5px 32px;
    font-size: 1rem;
  }
}

.products .wp-block-woocommerce-product-template > li:hover .products__button .wp-block-button__link {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(34, 75, 55, 0.4);
}

/* --------------------------------
 * 商品一覧を見るボタン
 * -------------------------------- */
.products__view-all {
  display: flex;
  justify-content: center;
  margin: 0;
}

.products__view-all .wp-block-button__link {
  background: transparent;
  color: #fefefe;
  border: 1px solid #fefefe;
  padding: 12px 40px;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .products__view-all .wp-block-button__link {
    padding: 14px 48px;
    font-size: 1rem;
  }
}

.products__view-all .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(254, 254, 254, 0.2);
}






/* ============================================================
 * Carrotcakeセクション
 * ============================================================ */

/* --------------------------------
 * セクション全体
 * -------------------------------- */
.carrotcake {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin: 0;
  padding: 0;
  max-width: none;
  background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/about_sp.jpg');
  background-size: auto;
  background-repeat: repeat;
  background-position: top center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .carrotcake {
    background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/about_pc-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* --------------------------------
 * コンテナ
 * -------------------------------- */
.carrotcake__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

@media (min-width: 768px) {
  .carrotcake__container {
    padding: 5rem 5%;
  }
}

@media (min-width: 1200px) {
  .carrotcake__container {
    padding: 6rem 5%;
  }
}

/* --------------------------------
 * ヘッダー（タイトル・サブタイトル）
 * -------------------------------- */
.carrotcake__header {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .carrotcake__header {
    margin-bottom: 4rem;
  }
}

.carrotcake__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fefefe;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}

.carrotcake__subtitle {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #fefefe;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* --------------------------------
 * メインコンテンツ（2カラム）
 * -------------------------------- */
.carrotcake__lead {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .carrotcake__lead {
    flex-direction: row-reverse;
    gap: 4rem;
    align-items: center;
  }
}

/* --------------------------------
 * メインテキスト
 * -------------------------------- */
.carrotcake__lead-content {
  flex: 1;
}

.carrotcake__text {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #fefefe;
  line-height: 1.9;
  margin: 0 0 1rem;
}

/* --------------------------------
 * メイン画像
 * -------------------------------- */
.carrotcake__lead-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media (min-width: 768px) {
  .carrotcake__lead-image {
    width: auto;
    margin-left: 0;
  }
}

.carrotcake__lead-image .carrotcake__image {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .carrotcake__lead-image .carrotcake__image {
    max-width: 100%;
  }
}

/* --------------------------------
 * サブセクション共通
 * -------------------------------- */
.carrotcake__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .carrotcake__item {
    flex-direction: row;
    gap: 6rem;
    align-items: center;
  }
}

/* --------------------------------
 * 偶数セクション(02, 04)は画像を左に
 * -------------------------------- */
@media (min-width: 768px) {
  .carrotcake__item--02,
  .carrotcake__item--04 {
    flex-direction: row-reverse;
  }
}

/* --------------------------------
 * サブセクションテキスト
 * -------------------------------- */
.carrotcake__item-content {
  flex: 1;
}

.carrotcake__item-title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #fefefe;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1.5px solid #fefefe;
}

.carrotcake__item-text {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #fefefe;
  line-height: 1.9;
  margin: 0 0 1rem;
}

/* --------------------------------
 * サブセクション画像
 * -------------------------------- */
.carrotcake__item-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carrotcake__item-image .carrotcake__image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .carrotcake__item-image .carrotcake__image {
    max-width: 100%;
  }
}

/* --------------------------------
 * 最終画像
 * -------------------------------- */
.carrotcake__final {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 2rem;
}

.carrotcake__final-image {
  width: 100%;
  height: auto;
  display: block;
}

.carrotcake__final-image--pc {
  display: none;
}

.carrotcake__final-image--sp {
  display: block;
}

@media (min-width: 768px) {
  .carrotcake__final-image--pc {
    display: block;
  }

  .carrotcake__final-image--sp {
    display: none;
  }
}










/* ============================================================
 * Topixセクション
 * ============================================================ */

/* --------------------------------
 * セクション全体
 * -------------------------------- */
.topix {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #56483e;
  max-width: none !important;
  overflow: hidden;
}

/* --------------------------------
 * コンテナ
 * -------------------------------- */
.topix__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

@media (min-width: 768px) {
  .topix__container {
    padding: 5rem 5%;
  }
}

@media (min-width: 1200px) {
  .topix__container {
    padding: 6rem 5%;
  }
}

/* --------------------------------
 * ヘッダー（タイトル・サブタイトル）
 * -------------------------------- */
.topix__header {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .topix__header {
    margin-bottom: 4rem;
  }
}

.topix__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fefefe;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}

.topix__subtitle {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #fefefe;
  font-weight: 400;
  letter-spacing: 0.05em;
}


/* --------------------------------
 * クエリループ（グリッド）
 * -------------------------------- */
.topix__query {
  margin-bottom: 3rem;
}

.topix__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* SP: 2列、4件まで表示 */
.topix__grid > li {
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-items: stretch;
  width: calc((100% - 16px) / 2);
}

/* SP: 5件目以降を非表示 */
.topix__grid > li:nth-child(n+5) {
  display: none;
}

/* PC(1024px〜1199px): 3列、6件まで表示 */
@media (min-width: 1024px) {
  .topix__grid {
    gap: 60px 16px;
  }

  .topix__grid > li {
    width: calc((100% - 32px) / 3);
    display: flex;
  }

  /* 5件目以降を再表示 */
  .topix__grid > li:nth-child(n+5) {
    display: flex;
  }

  /* 7件目以降を非表示 */
  .topix__grid > li:nth-child(n+7) {
    display: none;
  }
}

/* PC(1200px〜): 4列、8件まで表示 */
@media (min-width: 1200px) {
  .topix__grid {
    gap: 60px 16px;
  }

  .topix__grid > li {
    width: calc((100% - 48px) / 4);
    display: flex;
  }

  /* 7件目以降を再表示 */
  .topix__grid > li:nth-child(n+7) {
    display: flex;
  }

  /* 9件目以降を非表示 */
  .topix__grid > li:nth-child(n+9) {
    display: none;
  }
}


/* --------------------------------
 * カード
 * -------------------------------- */
.topix__card {
  border-radius: 4px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.topix__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* PC反転時は上移動を無効化 */
@media (min-width: 768px) {
  .topix__card:hover {
    transform: translateY(0);
  }
}

/* --------------------------------
 * サムネイル + カテゴリ
 * -------------------------------- */
.topix__media {
  position: relative;
}

.topix__thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
  margin: 0;
}

.topix__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  border-radius: 0;
}

.topix__card:hover .topix__thumb img {
  transform: scale(1.05);
}

/* --------------------------------
 * カテゴリータグ（サムネイル左上）
 * -------------------------------- */
.topix__cat {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 !important;
}

.topix__cat a {
  display: inline-flex;
  align-items: center;
  background: #dc8452;
  color: #fefefe;
  padding: 5px 9px 5px 7px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.topix__cat a::before {
  font-family: 'icomoon';
  content: "\e935";
  font-size: 1em;
  margin-right: 4px;
}

/* --------------------------------
 * 本文エリア
 * -------------------------------- */
.topix__body {
  margin: 0;
  padding: 12px;
  background: #fefefe;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* タイトル */
.topix__ttl {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: #3a302c;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 8px;
  text-align: left;
}

.topix__ttl a {
  text-decoration: none;
  color: inherit;
}


/* 抜粋（ディスクリプション） */
.topix__excerpt {
  font-family: "YakuHanMPs", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 8px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* スマホでは抜粋を非表示 */
@media (max-width: 767.98px) {
  .topix__excerpt {
    display: none;
  }
}


/* 日付 */
.topix__date {
  font-size: 12px;
  color: #7e746d;
  margin: auto 0 0;
  text-align: left;
}

.topix__date::before {
  font-family: 'icomoon';
  content: "\e900";
  margin-right: 5px;
  font-size: 1em;
  display: inline-block;
}

/* --------------------------------
 * ボタン
 * -------------------------------- */
.topix__btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.topix__btn-link {
  display: inline-block;
  background: transparent;
  color: #fefefe;
  border: 1px solid #fefefe;
  padding: 12px 24px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.topix__btn-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}


/* --------------------------------
 * 3D反転用（PC のみ）
 * -------------------------------- */
@media (min-width: 768px) {
  .topix__card {
    perspective: 1000px;
    background: transparent;
    overflow: visible;
  }
  
  .topix__card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 4px;
  }
  
  .topix__card:hover .topix__card-inner {
    transform: rotateY(180deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  /* 表面 */
  .topix__card-front {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    box-shadow: none;
  }
  
  /* 裏面（リンク化） */
  .topix__card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    display: block;
    text-decoration: none;
  }
	
  /* 黒い半透明オーバーレイ */
  .topix__card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  
  /* タイトル */
  .topix__card-back-title {
    padding: 0 15px;
    color: #fefefe;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
  }
}












/* ============================================================
 * Reviewセクション
 * ============================================================ */

/* --------------------------------
 * セクション全体
 * -------------------------------- */
.review {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/review_sp-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: none !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .review {
    background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/review_pc.jpg');
  }
}

/* --------------------------------
 * コンテナ
 * -------------------------------- */
.review__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4rem 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .review__container {
    padding: 5rem 5%;
  }
}

@media (min-width: 1200px) {
  .review__container {
    padding: 6rem 5%;
  }
}

/* --------------------------------
 * ヘッダー
 * -------------------------------- */
.review__header {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .review__header {
    margin-bottom: 4rem;
  }
}

.review__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fefefe;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}

.review__title--sub {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #fefefe;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0.5rem 0 2rem;
}

.review__desc {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #fefefe;
  line-height: 1.8;
  margin: 0;
}

/* --------------------------------
 * カードエリア
 * -------------------------------- */
.review__cards {
  display: flex;
  gap: 24px;
  margin-bottom: 2rem;
  position: relative;
}

/* SP: スライダー表示 */
@media (max-width: 767.98px) {
  .review__cards {
    overflow: visible;
    padding-top: 40px;
  }
}

/* PC: 3カラム横並び */
@media (min-width: 768px) {
  .review__cards {
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 60px;
  }
}

/* --------------------------------
 * カード
 * -------------------------------- */
.review__card {
  background: #fefefe;
  border-radius: 8px;
  padding: 65px 1.5rem 2rem;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
  box-sizing: border-box;
}

/* SP: 100%幅 */
@media (max-width: 767.98px) {
  .review__card {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
  }
  
  .review__card.is--active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
  }
}

/* PC: 3カラム */
@media (min-width: 768px) {
  .review__card {
    width: calc((100% - 48px) / 3);
    opacity: 1;
    transform: none;
  }
}

/* アバター */
.review__card--avatar {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

/* 星 */
.review__card--stars {
  display: flex;
  gap: 4px;
  margin-bottom: 1rem;
}

.review__card--star {
  color: #d2bc79;
  font-size: 1.5rem;
  line-height: 1;
}

/* タイトル */
.review__card--ttl {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #d08a51;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1rem;
}

/* 本文 */
.review__card--text {
  font-size: 14px;
  color: #443425;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 1rem;
  flex: 1;
}

.review__card--text p {
  margin: 0 0 0.8rem;
}

.review__card--text p:last-child {
  margin-bottom: 0;
}

/* 署名 */
.review__card--author {
  font-size: 12px;
  color: #443425;
  text-align: right;
  margin: 0;
  width: 100%;
}

/* --------------------------------
 * スライダーナビゲーション（SP用）
 * -------------------------------- */
.review__nav {
  display: none;
}

@media (max-width: 767.98px) {
  .review__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 2rem;
    position: relative;
  }
}

/* ナビゲーションボタン */
.review__nav--btn {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #443425;
  cursor: pointer;
  transition: background 0.3s ease;
}

.review__nav--btn:hover {
  background: rgba(255, 255, 255, 1);
}

/* ドット */
.review__nav--dots {
  display: flex;
  gap: 8px;
}

.review__nav--dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}

.review__nav--dot.is--active {
  background: #fefefe;
}









/* ============================================================
 * FAQセクション
 * ============================================================ */

/* --------------------------------
 * セクション全体
 * -------------------------------- */
.faq {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #56483e;
  max-width: none !important;
  overflow: hidden;
}

/* --------------------------------
 * コンテナ
 * -------------------------------- */
.faq__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4rem 2rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .faq__container {
    padding: 5rem 5%;
  }
}

@media (min-width: 1200px) {
  .faq__container {
    padding: 6rem 5%;
  }
}

/* --------------------------------
 * ヘッダー
 * -------------------------------- */
.faq__header {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .faq__header {
    margin-bottom: 4rem;
  }
}

.faq__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fefefe;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.faq__title--sub {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #fefefe;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

/* --------------------------------
 * FAQリスト
 * -------------------------------- */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* --------------------------------
 * FAQアイテム
 * -------------------------------- */
.faq__item {
  background: rgba(254, 254, 254, 9);
  border-radius: 8px;
  overflow: hidden;
}

/* --------------------------------
 * 質問エリア
 * -------------------------------- */
.faq__question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq__question:hover {
  background: rgba(254, 254, 254, 9);
}

.faq__question--icon {
  flex-shrink: 0;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  background: #224b37;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
}

.faq__question--text {
  flex: 1;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #3a302c;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.faq__toggle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #224b37;
  font-size: 2rem;
  font-weight: 300;
  cursor: pointer;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
}


/* --------------------------------
 * 回答エリア
 * -------------------------------- */
.faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  position: relative;
}

.faq__answer.is--open::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 1px;
  background: #3a302c;
}

.faq__answer--wrapper {
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.faq__answer--icon {
  flex-shrink: 0;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  background: #224b37;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
}

.faq__answer--text {
  flex: 1;
}

.faq__answer--text p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #3a302c;
  line-height: 1.8;
  margin: 0 0 0.5rem;
}

.faq__answer--text p:last-child {
  margin-bottom: 0;
}









/* ============================================================
 * CTAセクション
 * ============================================================ */

/* --------------------------------
 * セクション全体
 * -------------------------------- */
.cta {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/cta_sp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: none !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cta {
    background-image: url('http://kindergarten-hokkaido.com/wp-content/uploads/2025/11/cta_pc.jpg');
  }
}

/* --------------------------------
 * コンテナ
 * -------------------------------- */
.cta__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .cta__container {
    padding: 5rem 5%;
  }
}

@media (min-width: 1200px) {
  .cta__container {
    padding: 6rem 5%;
  }
}

/* --------------------------------
 * 背景ボックス
 * -------------------------------- */
.cta__box {
  background: rgba(73, 61, 53, 0.6);
  border: 1px solid #fdece2;
  border-radius: 8px;
  padding: 3rem 2rem;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .cta__box {
    padding: 5rem 3rem;
    max-width: 1200px;
  }
}

/* --------------------------------
 * コンテンツボックス
 * -------------------------------- */
.cta__content {
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}

/* --------------------------------
 * タイトル
 * -------------------------------- */
.cta__title {
  font-size: clamp(1.39rem, 3vw, 2rem);
  color: #f6d8bb;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1rem;
  text-align: center;
}

/* --------------------------------
 * サブタイトル
 * -------------------------------- */
.cta__subtitle {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #f6d8bb;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}

/* --------------------------------
 * ボタン
 * -------------------------------- */
.cta__button {
  width: 100%;
}

.cta__button--link {
  background: #224b37;
  color: #f6d8bb;
  padding: 7px 24px;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-align: center;
  outline: none;
}

@media (min-width: 768px) {
  .cta__button--link {
    padding: 5px 32px;
    font-size: 1rem;
  }
}

.cta__button--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(34, 75, 55, 0.4);
}