@charset "UTF-8";
/* CSS Document */

/* =====================
   汎用
===================== */
html {
  scroll-behavior: smooth;
}

p, h2, h3, h4, h5, a, .p-review-card__text, .purchase-item__list, p-faq-item__q, p-faq-item__a, .purchase-item__badge{
	font-family: 
  "Helvetica Neue",
  "Hiragino Kaku Gothic ProN", 
  "Hiragino Sans", 
  "BIZ UDPGothic", 
  "Meiryo", 
  sans-serif;
}

.p-fv-nav__item a span, .p-section-heading__main, #sec02 h4, p-values-item__label, .p-section-heading__number, .p-scene-heading__number, .p-reason-heading__number, .p-values-heading__number {
	font-family:
  "貂明朝",
  "Hiragino Mincho ProN",
  "Hiragino Mincho Pro",
  "游明朝",
  "Yu Mincho",
  "游明朝体",
  "YuMincho",
  "MS P明朝",
  "MS Mincho",
  serif;
  font-weight: 500;
}

/*セクションごとwrapper*/
.content-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 150px;
}

.explain-box {
	max-width: 1000px;
    height: auto;
    margin: 0 auto;
    background-color: #fefcfa;
    padding: 8% 0;
}

h1 {
	margin-bottom: 0;
}

h2 {
	font-size: 24px;
	font-weight: 600;
}

h3 {
	text-align: center;
	font-size: 24px!important;
	font-weight: 600;
}

.explain-box h3 {
	font-size: 26px;
}

section p {
	font-size: 16px;
}

/*リンクボタン*/

a {
	font-weight: 500;
}

.p-values-final__cta {
  text-align: center;
  margin-top: 28px; 
}

.p-values-final__cta .c-btn.c-btn--primary {
  display: block;
 margin: 0 auto;
  min-width: 400px; 
  background: #1b4f59;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-radius: 0; 
  max-width: 500px;
 padding: 22px 0;
}

.imgblk {
	display: block;
}

.pcbr {
	display: block;
}

.spbr {
	display: inline;
}

.img_pc {
	display: block; 
}

.img_sp {
	display: none; 
}


@media (max-width: 768px) {
	.content-wrapper {
	max-width: 90%;
	padding: 0 0 60px;
	}
	
	p {
		padding: 0 5%;
	}
	
	h3, .explain-box h3 {
	font-size: 20px;
}
	h3 span {
		border-bottom: none;
	}
	
	.pcbr {
		display: inline;
}
	
	.spbr {
	display: block;
}
	
	.p-values-final__cta .c-btn.c-btn--primary {
  display: block;
 margin: 0 auto;
  min-width: 90%; 
  background: #1b4f59;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-radius: 0; 
		padding: 15px 0;
}
	
	.img_pc {
	display: none; 
}

.img_sp {
	display: block; 
}
}

/* hover */
.p-values-final__cta .c-btn.c-btn--primary:hover {
  opacity: 0.88;
}

a.txt-lnk {
	color: #1b9aa0;
	margin: 0;
}

a:hover {
	opacity: 0.5;
}




/* =====================
   FV
===================== */
.p-fv {
  position: relative;
  overflow: hidden;
  background-color: #f4f2eb;
  padding-bottom: 40px;
}

/* 背景写真 */
.p-fv__media {
  display: flex;
	justify-content: center;
}

.p-fv__image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.p-fv__image_sp {
	display: none;
}

@media (max-width: 768px) {
  .p-fv__image {
  display: none;
}
  .p-fv__image_sp {
	display: block;
	width: 100%;
    object-fit: cover;
}
  }

/* 中央コンテンツ */
.p-fv__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

/* 円形キャッチ 
.p-fv__catch {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid #5fa3a2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}*/

.p-fv__catch-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* タイトル */
.p-fv__title {
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.p-fv__brand {
  letter-spacing: 0.12em;
}

/* =====================
   FV NAV（PC）
===================== */
.p-fv-nav {
  background-color: #f4f2eb;
}

/* 外枠：白いボックス */
.p-fv-nav__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(5, 1fr);

  background-color: #fff;
  border: 1px solid rgba(0,0,0,.18);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* 5分割の区切り線 */
.p-fv-nav__item {
  border-right: 1px solid rgba(0,0,0,.15);
}
.p-fv-nav__item:last-child {
  border-right: none;
}

/* タップしやすい高さ＆中央揃え */
.p-fv-nav__item a {
  min-height: 120px;                 /* 操作性を担保 */
  padding: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  text-decoration: none;
  color: #222;

  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

/* “01.”の数字を少し目立たせる（1行目だけ） */
.p-fv-nav__item a::first-line {
  font-weight: 700;
  color: #4fa3a2;
  font-size: 20px;
}

/* hover / focus（キーボード操作も見やすく） */
.p-fv-nav__item a:hover {
  background: rgba(27,154,160,.06);
}
.p-fv-nav__item a:focus-visible {
  outline: 3px solid rgba(27,154,160,.45);
  outline-offset: -3px;
}

/* navリンクの下に矢印を常時表示 */
.p-fv-nav__item a {
  position: relative;
  padding-bottom: 14px; /* 矢印分の余白をしっかり確保 */
}

.p-fv-nav__item a span {
	font-size: 24px;
	position: relative;
    top: -5px;
}

/* 矢印アイコン（常時表示） */
.p-fv-nav__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;                 /* 文字のすぐ下 */
  transform: translateX(-50%);
  width: 15px;                 /* サイズは好みで */
  height: 10px;
  background-image: url("https://www.airbuggy.com/assets/img/baby_travel_system02/arw.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;                  /* ★ 常時表示 */
}

/* hover時はほんのり動かす（任意・なくてもOK） */
.p-fv-nav__item a:hover::after {
  transform: translateX(-50%) translateY(2px);
}


/* =====================
   Tablet（文字が詰まる帯域）
===================== */
@media (max-width: 1024px) {
  .p-fv-nav__item a {
    min-height: 80px;
    font-size: 12px;
    padding: 12px 8px;
  }
}

/* =====================
   SP（操作しやすさ優先）
   - 2列 + 最後は1列で中央
===================== */
@media (max-width: 768px) {
	.p-fv-nav {
    padding: 0 0 60px;
}

	.p-fv-nav__list {
    margin-left: 12px;
    margin-right: 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
    background: #f4f2eb;
  }

  /* カード式にする */
  .p-fv-nav__item {
    border-right: none;
  }

  .p-fv-nav__item a {
    min-height: 64px; 
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,.06);
    padding: 10px 10px 20px;

    font-size: 13px;
    line-height: 1.35;
  }

  /* 5つ目だけ横幅いっぱい（中央に） */
  .p-fv-nav__item:nth-child(5) {
    grid-column: 1 / -1;
  }
	
.p-fv-nav__item a span {
	display: none;
}	

}


/* =====================
   01 セクション
===================== */
.sec-wrapper {
	background-color: #f4f2eb;
	padding: 80px 0;
}

.l-container {
	margin: 0 auto;
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

/*見出しh2*/

.p-section-heading {
    padding: 80px 0;
}

.p-section-heading__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.p-section-heading__number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #111;
  border-right: 1px solid #000;
  padding-right: 24px;
  padding: 20px 20px 20px 0;
}

.p-section-heading__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
align-items: center;
}

.p-section-heading__lead {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.p-section-heading__main {
  display: inline-block;
  background-color: #4fa3a2;
  color: #fff;
  padding: 6px 16px;
  font-size: 22px;
  letter-spacing: 0.08em;
}

/* =====================
   見出し h2（SP整形）
===================== */
@media (max-width: 768px) {
	
	.sec-wrapper {
	padding: 0;
}

  .p-section-heading {
    padding: 0 0 48px;
  }

  .p-section-heading__inner {
    flex-direction: column; 
    align-items: flex-start;
    gap: 16px;
  }

  .p-section-heading__number {
    font-size: 25px;
    padding: 0;
    border-right: none; 
  }

  .p-section-heading__title {
    gap: 10px;
	 width: 90%;
        margin: 0 auto;
  }

  h2, .p-section-heading__lead {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.04em;
	text-align: center;
	  margin-top: 0;
  }

  .p-section-heading__main {
    font-size: 18px;
    padding: 8px 14px;
    letter-spacing: 0.04em;
  }
}


/* ===============================
   01 概念画像 フェードスライダー
   （ul.js-target-fade 前提）
=============================== */

.p-concept .js-target-fade {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 1 / 1;
  height: 500px;
}

#sec02 .js-target-fade {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 1 / 1;
}

#sec02 h4 {
	font-size: 24px;
	color: #004f5b;
	position: relative;
}

.p-scene-block__tx {
	display: block;
	position: absolute;
    left: 0px;
}

.2gy {
	width: 150px;
    position: relative;
    top: -44px;
}

/* padding-top方式を無効化（既存CSSに ::before がある場合の上書き） */
.js-target-fade::before {
  content: none !important;
  display: none !important;
}

.js-target-fade li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.js-target-fade li.is-active {
  opacity: 1;
  z-index: 1;
}

.js-target-fade img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

a.linkbnr01 {
    margin: 100px auto 0;
    display: block;
    width: 50%;
}

a.linkbnr01 img {
	width: 100%;
}


/* 動きを減らす設定のユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .js-target-fade li {
    transition: none;
  }
}


/* =====================
   SP
===================== */
@media (max-width: 768px) {
	a.linkbnr01 {
    margin: 60px auto 0;
    width: 100%;
}
	
  .p-section-heading {
    padding: 0 0 60px;
  }

  .p-section-heading__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .p-section-heading__number {
    border-right: none;
    padding-right: 0;
    font-size: 25px;
	  width: 90%;
        margin: 0 auto -10px;
	  text-align: center;
  }

  .p-section-heading__main {
    font-size: 20px;
	font-weight: 600;
  }
	
	.p-concept .js-target-fade {
		aspect-ratio: 1.5 / 1;
        height: 200px;
        overflow: hidden;
	}
	
	.js-target-fade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: 71% 37%;
}

}

/* =====================
   01 本文：概念説明
===================== */
.p-concept {
  padding: 0 0 120px;
  background-color: #f4f2eb;
}

.p-concept__inner {
  gap: 64px;
  align-items: center;
}

/* ビジュアル */
.p-concept__media {
  flex: 1;
  position: relative;
}

.p-concept__image {
  width: 100%;
  display: block;
}

.p-concept__diagram {
   width: 80%;
   padding: 10%;
}

/* テキスト */
.p-concept__content {
  flex: 1;
  text-align: center;
  padding: 80px 0 0;
}

.p-concept__intro {
  font-size: 18px!important;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 2;
}

.p-concept__text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  max-width: 600px;
    margin: 0 auto;
	text-align: center;
}

.p-concept__text strong {
  font-weight: 600;
}

.emph {
	color: #4fa3a2;
	font-weight: 600;
}

/* =====================
   SP
===================== */
@media (max-width: 768px) {
  .p-concept {
    padding: 0 0 60px;
  }

  .p-concept__inner {
    flex-direction: column;
    gap: 32px;
  }

  .p-concept__diagram {
    width: 100%;
        margin: 0 auto 33px;
        padding: 0;
  }

  .p-concept__content {
    text-align: center;
	  padding: 30px 0 0;
  }
}

/* =====================
   02 シーン活用
===================== */
.p-scene {
  background-color: #f4f2eb;
}

/* 見出し */
.p-scene-heading {
  padding: 80px 0 40px;
}

.p-scene-heading__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.p-scene-block__image {
	aspect-ratio: 1 / 1;
	height: 300px;
}

.p-scene-heading__number {
  font-size: 48px;
  border-right: 1px solid #999;
  padding-right: 24px;
}

/* リード */
.p-scene-lead {
  background-color: #1b9aa0;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  margin: 120px 0 0;
}

.p-scene-lead01 {
	margin: 50px 0 0;
}

.p-scene-lead__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.p-scene-lead__text {
  line-height: 1.8;
}

/* シーンブロック */
.p-scene-wrap {
	background-color: #fefcfa;
	margin: 0;
}

.p-scene-block {
  padding: 80px 10%;
}

.p-scene-block__inner {
  display: flex;
  align-items: center;
  gap: 64px;
}

.p-scene-block--reverse .p-scene-block__inner {
  flex-direction: row-reverse;
}

.p-scene-block__image img {
  width: 100%;
  display: block;
}

.p-scene-block__content {
  flex: 1;
}

.p-scene-block__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 40px;
}

.p-scene-block__icon {
  display: block;
    width: 50px;
}

.p-scene-block__icon2 {
  display: block;
	width: 150px;
    position: relative;
    top: -44px;
}

.p-scene-block__text {
  line-height: 1.9;
  margin-bottom: 12px;
  display: block;
  width: 70%;
  margin: 0 0 40px;
}

/* =====================
   SP（シーン活用）
===================== */
@media (max-width: 768px) {
  /* 見出し */
  .p-scene-heading {
    padding: 56px 0 24px;
  }

  .p-scene-heading__inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .p-scene-heading__number {
	border-right: none;
    padding-right: 0;
    font-size: 25px;
	  width: 90%;
        margin: 0 auto -10px;
	  text-align: center;
  }
	.spnone {
		display: none;
	}

  /* リード（余白調整） */
  .p-scene-lead01 {
    margin: 0 !important; 
  }

  .p-scene-lead {
    padding: 10px 0;
    margin: 48px 0 0;
  }

  .p-scene-lead__title {
    font-size: 20px !important;
    margin: 10px;
	 letter-spacing: -0.05em;
  }

  .p-scene-lead__text {
    font-size: 14px;
    line-height: 1.9;
  }

  /* ブロック全体 */
  	#sec02 h4 {
	font-size: 22px;
    padding: 0 0 0 5%;
}
	
  .p-scene-block {
    padding: 40px 0;
  }

  .p-scene-block__inner {
    flex-direction: column;   /* すべて縦積み */
    gap: 18px;
    align-items: stretch;
  }

  /* reverseを無効化（スマホは統一） */
  .p-scene-block--reverse .p-scene-block__inner {
    flex-direction: column;
  }

  /* 画像エリア：高さ固定やアスペクト比固定を解除して自然に */
  .p-scene-block__image {
    height: auto;
    aspect-ratio: auto;
  }

  /* 画像/スライダー共通：幅いっぱい＆角丸 */
  .p-scene-block__image img,
  .p-scene-block__image .js-target-fade {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }

  /* フェードスライダー（正方形なら1/1のままでもOK。迷うなら16/9） */
  .p-scene-block__image .js-target-fade {
    aspect-ratio: 1 / 1; /* 画像が正方形系なので安定 */
  }

  /* コンテンツ */
  .p-scene-block__content {
    padding: 0 16px;
  }

  /* タイトル：縦積み用に整える */
  .p-scene-block__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 14px;
  }

  /* icon01（小） */
  .p-scene-block__icon {
    width: 30px;
  }

  .p-scene-block__icon2 {
    width: 90px;
    position: static;
    top: auto;
  }

  .p-scene-block__tx {
    display: inline;
	left: 120px;
  }

  /* 本文：PCの width:70% を解除して全幅に */
  .p-scene-block__text {
    width: auto;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.9;
  }

  /* 最後の段落の余白を少しだけ */
  .p-scene-block__text:last-child {
    margin-bottom: 0;
  }
	
   .p-scene-block__image {
    width: 75%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0;
	   margin: 0 auto;
  }

  /* 通常img / フェードimg 共通 */
  .p-scene-block__image img,
  .p-scene-block__image .js-target-fade img {
    width: 100%;
    height: auto;
    object-fit: cover;     /* サイズ統一の要 */
    border-radius: 0;      /* 念のため */
    display: block;
  }

  /* フェードスライダー自体も同サイズに */
  .p-scene-block__image .js-target-fade {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
	
}


/* =====================
   03 選ばれる理由
===================== */
.sec-wrapper3 {
	background-color: #fefcfa;
    padding-top: 150px;
}

.p-reason {
	background-color: #fefcfa;
}

/* 見出し */
.p-reason-heading {
  padding: 80px 0 56px;
}

#sec03 h3 {
	font-size: 24px;
    margin-bottom: 80px;
}

#sec03 h4 {
	font-size: 20px;
    margin-bottom: 30px;
}

.p-reason-heading__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.p-reason-heading__number {
  font-size: 48px;
  border-right: 1px solid #999;
  padding-right: 24px;
}

/* 共通 Point */
.p-reason-point {
  padding: 64px 0 0;
}

.p-reason-point--movie {
	margin: 0 0 60px;
}

.p-reason-point__head {
  text-align: center;
  margin-bottom: 32px;
}

.p-reason-point__label {
  display: inline-block;
  background-color: #1b9aa0;
  color: #fff;
  padding: 4px 12px;
  font-size: 20px;
  margin: 0 20px 0 0;
}

.p-reason-point__accent {
  color: #1b9aa0;
}

.p-reason-point__text {
  text-align: center;
  line-height: 1.8;
  margin-top: 24px;
}

/* カード */
.p-reason-cards {
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
}

.p-reason-card {
  flex: 1;
  text-align: center;
}

.p-reason-card img {
  width: 100%;
  display: block;
}

.p-reason-card__text {
  margin-top: 12px;
  line-height: 1.6;
}

/* 動画 */
.p-reason-movie {
  max-width: 560px;
  margin: 0 auto;
}

.p-reason-movie video {
  width: 90%;
    display: block;
    margin: 0 auto;
}

/* CTA */
.p-reason-cta {
  text-align: center;
  margin: 0 0 60px;
}

/* =====================
   SP
===================== */
@media (max-width: 768px) {
	
	.p-reason-point {
    padding: 30px 0 0;
    border-top: 1px solid #000;
    margin: 30px 0 0;
}
	
	.p-reason-point--movie {
	margin: 0 0 30px;
}
	
	.sec-wrapper3 {
    padding-top: 0;
}
	
	.p-reason-heading {
    padding: 80px 0 0;
}
	
  .p-reason-heading__inner {
    flex-direction: column;
    gap: 12px;
  }
	
	#sec03 h3 {
    margin-bottom: 30px;
}
	#sec03 h4 {
    margin-bottom: 0px;
}
	
	.p-reason-card {
    margin: 0 0 30px;
}

  .p-reason-heading__number {
    border-right: none;
    padding-right: 0;
    font-size: 25px;
	  width: 90%;
        margin: 0 auto -10px;
	  text-align: center;
  }

  .p-reason-cards {
    flex-direction: column;
    gap: 24px;
	margin-bottom: 0;
  }
	
	.p-reason-card img {
    width: 75%;
    margin: 0 auto;
}
}

/* =====================
   Review
===================== */
.p-review {
  background-color: #f4f2eb;
}

.p-review-block {
  margin-top: 80px;
}

.p-review-block__title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #5fa6a6;
  margin-bottom: 40px;
}

/* SNAP */
.p-review-snap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.p-review-snap__item img {
  width: 100%;
  display: block;
}

.p-review-snap__text {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 12px;
}

/* REVIEW */
.p-review-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-review-card {
　　position: relative;
  background: #fff;
  padding: 24px 32px;
  gap: 20px;
}

.p-review-card__icon img {
  width: 48px;
}

.p-review-card__text {
  line-height: 1.8;
}

/* 人物アイコン */
.rv_icon {
	width: 70px;
    height: auto;
    float: left;
    padding: 0 20px 0 0;
}


.p-review-card__meta {
  display: block;
  margin-top: 8px;
  color: #777;
  text-align: right;
}

.p-review-more {
  text-align: center;
  margin-top: 40px;
}

/* SP */
@media (max-width: 768px) {
	.p-review-block {
    margin-top: 0;
}
	
  .p-review-snap {
    grid-template-columns: 1fr;
  }

  .p-review-card {
    flex-direction: column;
  }
	
}

/* =====================
   FAQ
===================== */
.p-faq {
  padding: 120px 0;
}

.p-faq__title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 56px;
}

.p-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-faq-item {
  background: #fff;
  padding: 24px 32px;
}

.p-faq-item__q,
.p-faq-item__a {
  gap: 16px;
  line-height: 1.8;
}

.p-faq-item__label {
  font-weight: 600;
  color: #5fa6a6;
  padding: 0 15px 0 0;
}

.p-faq-item__a {
  margin-top: 16px;
	margin-inline-start: 0;
}

/* =====================
   FAQ 矢印アイコン
===================== */

/* Q全体を基準にする */
.p-faq-item__q {
  position: relative;
  padding-bottom: 20px; /* 矢印分の余白 */
  cursor: pointer;
}

/* 矢印（デフォルト：下向き） */
.p-faq-item__q::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;

  background-image: url("https://www.airbuggy.com/assets/img/baby_travel_system02/arw.svg");
  background-size: contain;
  background-repeat: no-repeat;

  transition: transform 0.25s ease;
}

/* 開いているとき：上向きに反転 */
.p-faq-item.is-open .p-faq-item__q::after {
  transform: translateX(-50%) rotate(180deg);
}


/* 初期非表示（JS想定） */
.p-faq-item:not(.is-open) .p-faq-item__a {
  display: none;
}

.purchase-guide {
  padding: 120px 20px 0;
}

.purchase-guide__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.purchase-guide__header {
  text-align: center;
  margin-bottom: 80px;
}

.purchase-guide__eyebrow {
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.purchase-guide__title {
  font-size: 22px;
  font-weight: 600;
  color: #4fa3a2;
  margin: 40px 0;
}

.purchase-guide__lead {
  line-height: 2;
  padding: 0;
}

.purchase-guide__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 100px;
}

.purchase-guide .p-more-card {
	width: 40%;
    margin: 0 auto;
}

.purchase-guide .p-more-card img {
	height: 180px;
}


.purchase-item {
  text-align: center;
}

.purchase-item__image {
  background: #fff;
  padding: 24px;
  margin-bottom: 32px;
}

.purchase-item__image img {
  width: 100%;
  height: auto;
}

.purchase-item__body {
  position: relative;
  padding-top: 24px;
}

.purchase-item__badge {
  position: absolute;
    top: 30px;
    left: 17%;
    transform: translateX(-50%);
    background: #4fa3a2;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.purchase-item__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  line-height: 2;
}

.purchase-item__button {
  display: inline-block;
  min-width: 400px;
  padding: 18px 0;
  background: #0f4c5c;
  color: #fff;
  text-decoration: none;
}

.purchase-guide__footer {
  text-align: center;
}

.purchase-guide__note {
  margin-bottom: 32px;
  line-height: 2;
}

.purchase-guide__more {
  display: inline-block;
  min-width: 320px;
  padding: 20px 0;
  background: #0f4c5c;
  color: #fff;
  text-decoration: none;
  margin: 0 0 60px;
}

.p-concept__text_kkm {
	max-width: 600px;
	padding: 40px;
	border: 1px solid #4fa3a2; 
	margin: 50px auto 0;
}

#sec04 .p-concept__text {
	text-align: center;
}	


/* responsive */
@media (max-width: 768px) {
	.p-faq {
    padding: 60px 0;
}
	.purchase-guide {
    padding: 60px 0;
}
	
  .purchase-guide__items {
    grid-template-columns: 1fr;
    gap: 80px;
  }
	
	.purchase-item__button {
	min-width: 80%;	
	}
	
	.p-concept__text_kkm {
		margin: 40px 5% 10px;
	}
	.purchase-item__badge {
    top: -77px;
    left: 10%;
    width: 80px;
    height: 80px;
    font-size: 16px;
}
	
	.purchase-guide__header {
    margin-bottom: 80px;
}
	.purchase-item__body {
padding-top: 0; 
}
	
	.purchase-guide__more {
    min-width: 90%;
}
	
	.purchase-item__list {
    line-height: 1.6;
    font-weight: 600;
}
	
	.purchase-guide .p-more-card {
	width: 90%;
}
	
}

/* =====================
   06 Values
===================== */
.p-values {
  background: #f4f2eb;
}

/* 見出し */
.p-values-heading__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 72px;
}

.p-values-heading__number {
  font-size: 48px;
  border-right: 1px solid #999;
  padding-right: 24px;
}

/* 3項目 */
.p-values-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.p-values-item {
  background: #fefcfa;
}

.p-values-item__visual {
  position: relative;
  height: 220px;
  overflow: hidden;
}

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

/* overlay（薄い色かぶせ） 
.p-values-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 32px;
}*/


.p-values-item__label {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 1em;
}

/* 本文 */
.p-values-item__text {
  padding: 20px 32px;
  line-height: 2;
  color: #333;
  display: flex;
  align-items: center;
}

/* PCで左右に割る（視覚の左右切り替え） */
@media (min-width: 900px) {
  .p-values-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .p-values-item__visual {
    height: 260px;
  }

  .p-values-item__overlay {
    justify-content: center;
  }

  /* 左右切り替え */
  .p-values-item--reverse {
    direction: rtl;
  }
  .p-values-item--reverse > * {
    direction: ltr;
  }

  .p-values-item__text {
	  padding: 5%;
	  line-height: 1.6;
  }
	.p-values-final__track img {
    width: 150px;
}
}

/* =====================
   まとめ（アニメーション版）
===================== */
.p-values-final {
  margin-top: 96px;
  text-align: center;
}

.p-values-final__title {
  font-size: 18px;
  margin-bottom: 28px;
  margin: 70px 0;
}

/* 流れるギャラリー */
.p-values-final__gallery {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}

.p-values-final__track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: values-scroll 30s linear infinite;
  margin: 0 0 80px;
}

.p-values-final__track img {
  width: 250px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
	.p-values-final__track img {
  width: 150px;
}
}

/* アニメーション定義（右 → 左） */
@keyframes values-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.p-values-final__text {
  max-width: 820px;
  margin: 0 auto 32px;
  line-height: 2;
}

/* ===================== More links ===================== */ 
.p-more { background: #f4f2eb; padding: 96px 0 120px; } 
.p-more__title { text-align: center; font-size: 18px; line-height: 1.8; margin-bottom: 56px; } 
.p-more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } 
.p-more-card { background: #fff; text-decoration: none; color: #222; display: block; padding: 16px; } 
.p-more-card img { width: 100%; height: auto; object-fit: cover; display: block; margin-bottom: 12px; } 
.p-more-card__text { line-height: 1.6; display: block; text-align: center; } 
.p-more-card:hover { opacity: 0.85; } 
/* SP */ @media (max-width: 768px) { 
	.p-values { padding: 0; } 
	.p-values-heading__inner { flex-direction: column; gap: 12px; margin-bottom: 48px; } .p-values-heading__number { 
		border-right: none;
    padding-right: 0;
    font-size: 25px;
	  width: 90%;
        margin: 0 auto -10px;
	  text-align: center;
	} 
	.p-values-final__gallery { grid-template-columns: repeat(2, 1fr); } 
	/*.p-values-final__gallery img { height: 110px; } */
	.p-more-grid { grid-template-columns: 1fr; } .p-more-card img { height: 160px; } 
	.p-values-final__title {
  margin: 40px 0 60px;
}
 .p-values-final__track img {
    width: 150px;
}	

}






