/* =================================================
   Base
================================================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 1.8;
}

.page {
  width: 100%;
}

.section {
  width: 100%;
  padding: 80px 0;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em; 
  margin: 0 0 1.5em;
}

/* =================================================
   COMMON
================================================= */

.em-red {
  color: #c00;
  font-weight: bold;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;   /* 少し広げる */
  margin-right: -0.08em;    /* 末尾の空きを相殺 */
  font-weight: 700;
}

.section-line {
  width: 64px;
  height: 5px;
  background: #2b6cb0;
  margin: 30px auto 50px;
}

.section-image img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.section-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 12px 0;
  border: 1px solid #7aa7c7;
  border-radius: 999px;
  text-align: center;
  color: #2b6cb0;
  font-size: 20px;
  font-weight: bold;
}

.btn-primary {
  display: block;
  width: 260px;
  margin: 20px auto 0; 
  padding: 14px 0;
  background-color: #4da3df;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 999px;
  border: none;
  transition: opacity 0.2s ease;
}

/* マウスオーバー時 */
.btn-primary:hover {
  opacity: 0.7;
}

/* =========================================
   CHECK SECTION（画像再現・統一命名）
========================================= */

.check-section {
  width: 100%;
  padding: 60px 0 20px;
}

/* 外枠 */
.check-section__frame {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 60px;
  position: relative;
  box-sizing: border-box;
}

.check-section__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #e60000;
  z-index: 1;
  pointer-events: none;
}

.check-section__frame::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #e60000;
  z-index: 1;
  pointer-events: none;
}

.check-section__badge {
  position: absolute;
  top: -28px;
  left: -28px;
  width: 70px;
  height: 70px;
  z-index: 3; 
}

.check-section__badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.check-section__text {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #e60000;
  font-weight: bold;
}

.check-section2 {
  width: 100%;
  padding: 0;
}

.check-section2__frame {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 60px;
  position: relative;
  box-sizing: border-box;
}

.check-section2__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #e60000;
  z-index: 1; 
  pointer-events: none;
}

.check-section2__frame::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #e60000;
  z-index: 1;
  pointer-events: none;
}

.check-section2__badge {
  position: absolute;
  top: -28px;
  left: -28px;
  width: 70px;
  height: 70px;
  z-index: 3;
}

.check-section2__badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.check-section2__text {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #e60000;
  font-weight: bold;
}




/* =================================================
   HERO
================================================= */

.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 60px;     /* ← concept と一致 */
  position: relative;
}

.hero img {
  width: 100%;
  display: block;
}

.hero h1 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(70px); /* ← 下にずらす */
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700; 
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
}

/* ===============================
   Concept Box（重なりデザイン）
================================ */

.concept-wrap {
  max-width: 1100px;
  margin: -40px auto 20px;
  padding: 0px 40px;
}

.concept-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}

.concept-item {
  width: 296px;
  position: relative;
}

.concept-head {
  width: 220px;
  height: 64px;
  background-color: #0b5a8f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;

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

  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.concept-head span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}

/* 本文ボックス */
.concept-body {
  width: 296px;
  background-color: #f3f6f8;
  padding: 50px 25px 24px;
  font-size: 15px;
  line-height: 1.8;
  height: 220px;
}

.concept-cross {
  width: 37px;
  height: 123px;
  margin-top: 50px;
  flex-shrink: 0;
}

.concept-cross img {
  width: 37px;
  height: 123px;
  display: block;
}


/* =================================================
   Shampoo Series
================================================= */

.shampoo-section {
  background-color: #F8F8F8;

  /* 背景を画面左右いっぱいにする指定 */
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.shampoo-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px 0;
}
.shampoo-inner2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 100px;
}

.series-button {
  text-align: center;
  margin-top: 40px;
}

.series-button a {
  display: inline-block;
  padding: 15px 60px;
  background: #4fa3df;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}


/* =================================================
   Divider
================================================= */

.divider {
  max-width: 1020px;
  width: 100%;
  margin: 70px auto;
  border: none;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}


/* =================================================
   Five-major-satisfactions
================================================= */

.fms-wrap {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: -80px;
}

.fms-image img {
  width: 450px;
  display: block;
}

.fms-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.fms-text p {
  margin-bottom: 20px;
}

/* =========================================
   Dev
   ========================================= */

.dev-section {
  background-color: #FFFFFF;

  /* 背景を画面左右いっぱいにする指定 */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
}
.dev-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px 60px;
}

.gene-journey {
  width: 100%;
  padding: 20px 0 0;
}

.gene-journey__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* タイトル（青帯） */
.gene-journey__title {
  width: calc(100% + 80px);   /* padding 左右40px × 2 */
  margin-left: -40px;
  margin-right: -40px;
  background-color: #0b5a8f;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 18px 20px;
  margin-bottom: 8px;
}

/* カード全体 */
.gene-journey__cards {
  width: calc(100% + 80px); 
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  gap: 8px;
}

/* 各カード */
.gene-journey__card {
  flex: 1;
  background-color: #f2f5fa;
  border: 1px solid #0b5a8f;
  padding: 20px 24px 20px 20px;
  position: relative;
}

.gene-journey__badge {
  position: absolute;
  width: 80px;
  height: 80px;
}

.gene-journey__badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.gene-journey__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
  padding-left: 95px
}

.section.gene-map {
  padding-top: 0;
}

.map-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}

.map-grid {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.map-grid figure {
  text-align: center;
}

.map-grid img {
  width: 100%;
  display: block;
}

.map-grid figcaption {
  margin-top: 8px;
  font-size: 14px;
}
.ds-map-item--double {
  grid-column: span 2;
}

/* ===============================
   Natural Plant Section
================================ */

.np-section {
  background-color: #f6f7f8;

  /* 背景を画面左右いっぱいにする */
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.np-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #222;
}

.np-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.np-item {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 80px;
}

.np-item--left {
  flex-direction: row-reverse;
}

/* 共通：画像幅を少し狭く */
.np-img {
  flex: 0 0 40%; 
  border: 1px solid #ccc;
}

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

.np-item:not(.np-item--left) .np-img {
  margin-right: 35px;
  margin-left: 0;
}

.np-item.np-item--left {
  margin-top: -40px;
  margin-bottom: 40px;
}

.np-item.np-item--left .np-img {
  margin-left: 35px;
  margin-right: 0;
}

.np-body {
  position: relative;
  flex: 1;
  padding: 40px　0;
  z-index: 1;
}

.np-item .np-body .np-num {
  position: absolute;
  right: 30px;
  left: auto;
  z-index: 0;
  pointer-events: none;
}

.np-item.np-item--left .np-body .np-num {
  left: 30px;
  right: auto;
}

.np-body .np-num img {
  height: 180px;
  width: auto;
  display: block;
  opacity: 0.1;
}

.np-body h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.np-sub {
  text-align: center;
  font-size: 13px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.np-sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 16px 0;
}
.np-text {
  font-size: 15px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.np-check {
  border: 1px solid #c33;
  padding: 20px;
  margin-bottom: 60px;
  font-size: 14px;
}

.np-subtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

.np-circle-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px; 
}

/* 各アイテム */
.np-circle {
  text-align: center;
}

/* 円画像（サイズUP） */
.np-circle__image {
  width: 120px;  
  height: 120px;
  margin: 0 auto 6px; 
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* 円内画像 */
.np-circle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキスト（複数行対応） */
.np-circle__text {
  width: 120px;
  margin: 0 auto 20px;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
  word-break: break-all;
}

/* ===============================
   Aging Care Section
================================ */

.ac-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #222;
}

/* 見出し */
.ac-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}

.ac-line {
  width: 60px;
  height: 2px;
  background: #2b6cb0;
  margin: 0 auto 40px;
}

/* メイン2カラム */
.ac-main {
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
}

.ac-left {
  flex: 1;
}

.ac-right {
  width: 280px; 
  display: flex;
  justify-content: flex-end; 
  align-items: center;
}

/* ===============================
   ac-right 内の画像
================================ */

.ac-right img {
  max-width: 100%;
  height: 500px;   
  display: block;
}

/* ポイント */
.ac-point-list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 60px 40px 30px;
}

.ac-point {
  text-align: center;
  flex: 1;
}

.ac-point__circle {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}

.ac-point__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA */
.ac-cta {
  display: flex;
  flex-direction: column;   /* ← 縦並び確定 */
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.ac-check {
  border: 1px solid #c33;
  padding: 20px;
  font-size: 14px;
}



/* =========================================
   CHECK 共通パーツ
   ========================================= */

/* 外枠 */
.check-block {
  width: 100%;
  margin: 3em 0;
  padding: 0;
}

/* 内側ボックス */
.check-inner {
  border: 1px solid #222;
  padding: 1.5em 1.75em;
  box-sizing: border-box;
}

/* CHECK ラベル */
.check-label {
  margin: 0 0 0.75em 0;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #222;
}

/* テキスト本文 */
.check-text {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #222;
  word-break: break-word;
}

/* スマホ微調整 */
@media screen and (max-width: 768px) {
  .check-inner {
    padding: 1.25em 1.25em;
  }

  .check-text {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}