@charset "UTF-8";
:root {
  --brown: #793B24;
  --brown2: #5F2F1E;
  --red: #ED6D6D;
  --red-dark: #F1613C;
  --peach: #FFD7C2;
  --peach-light: #FFF0EA;
  --cream: #FFF8EA;
  --white: #fff;
  --green: #06C755;
  --green-dark: #05A947;
  --gold: #C69A48;
  --blue: #82C6D8;
  --text: #5B382D;
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  background: #f6f2ed
}

/*font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Yu Gothic", sans-serif;*/

body {
  margin: 0;
  color: var(--text);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  background: #f6f2ed
}

.noto{
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Yu Gothic", sans-serif !important;
}

a {
  color: inherit;
  text-decoration: none
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto
}
.page-shell {
  max-width: 390px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 28px rgba(90, 55, 33, .14);
  overflow: hidden
}
.lp {
  background: #fff;
  position: relative
}
.inner {
  width: min(100% - 42px, 348px);
  margin-inline: auto;
  position: relative;
  z-index: 1
}
section {
  position: relative;
  padding: 58px 0
}
.center {
  text-align: center
}
h1, h2, h3, h4, p, blockquote, ul {
  margin-top: 0
}
h1, h2, h3, h4 ,blockquote{
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--brown);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .07em
}
h2 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 26px
}
h3 {
  font-size: 18px;
  margin-bottom: 10px
}
p {
  font-size: 15px;
  margin-bottom: 20px
}
.lead-large {
  font-size: 24px;
  line-height: 1.75;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: var(--brown)
}
.lead {
  font-size: 16px;
  font-weight: 700;
  color: var(--brown)
}
.red {
  color: var(--red-dark)
}
.green {
  color: #329B68;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif
}
.note {
  font-size: 12px;
  line-height: 1.7;
  color: #846558
}
.section-peach {
  background: linear-gradient(180deg, var(--peach) 0%, #FFE8DB 100%)
}
.section-peach-light {
  background: var(--peach-light)
}
.section-cream {
  background: var(--cream)
}
.section-white {
  background: #fff
}
.section-peach:before, .section-peach-light:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -38px;
  width: 125%;
  height: 78px;
  background: var(--peach);
  border-radius: 50% 50% 50% 50%;
  transform: translateX(-50%);
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: .08em;
  box-shadow: 0 7px 0 #BC6B67;
  transition: .2s ease;
  position: relative;
  text-align: center
}
.btn:hover {
  transform: translateY(2px);
  box-shadow: 0 5px 0 #BC6B67;
}
.btn--primary {
  background: var(--red);
  color: #fff;
  font-size: 17px;
}
.btn--primary span {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--red);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%)
}
.btn--line {
  background: var(--green);
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  box-shadow: 0 7px 0 rgba(0, 120, 60, .22)
}
/* hero */
.hero {
  height: 350px;
  padding: 0;
  background: #21110d;
  color: #fff;
  overflow: visible;
  background-image: url("../img/main01_a.webp");
  background-size: cover;
  background-position: center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  height: 518px;
  overflow: hidden;
  background: #000
}

.hero__logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  background: #fff;
  border-radius: 0 0 0 16px;
  padding: 8px 12px
}
.hero__copy {
  position: absolute;
  right:0;
  top: 90px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.85;
  letter-spacing: .1em;
  text-align: left;
  width: 100%;
  background: rgba(41, 41, 41, 0.5);
  display: grid;
  justify-content: center;
}
.hero__copy p {
  font-size: inherit;
  margin: 0;
  color: #fff
}
.hero__card {
  position: absolute;
  left: 16px;
  bottom: 62px;
  width: 214px;
  border-radius: 21px;
  background: rgba(255, 255, 255, .92);
  padding: 18px 14px 15px;
    box-shadow:
    0 0 12px rgba(255, 255, 255, 0.4),
    0 0 24px rgba(255, 255, 255, 0.2);
  text-align: center
}
.hero__card h1 {
  font-size: 15px;
  line-height: 1.7;
  color: var(--red);
  margin-bottom: 0;
}
.hero__card img {
  width: 150px;
  margin: 0 auto
}
.hero__card .btn {
  min-height: 37px;
  font-size: 13px;
  box-shadow: 0 5px 0 #BC6B67;
  padding-right: 20px;
}
.hero__card .btn span {
  width: 24px;
  height: 24px;
  font-size: 20px;
  right: 13px;
  padding-bottom: 5px;
}
/* story */
.story {
  padding-top: 25px;
  color: var(--brown);
  background: url("../img/intro-bg.webp");
  background-size:auto 100%;
}
.story h2 {
  text-align: left;
  font-size: 25px;
  margin-bottom: 28px
}
.story blockquote {
  font-size: 16px;
  font-weight:600;
  line-height: 1.9;
  border: 0;
  margin: 0 0 26px;
  padding: 0;
  color: var(--brown)
}
.reassure {
  padding: 20px 0 0
}

.reassure p{
  margin-bottom: 0
}

.reassure .lead-large {
  color: #772D0F;
  margin-top: 5px;
  margin-bottom: 22px;
}

.reassure .lead-large span{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='6' viewBox='0 0 20 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q5 0 10 3 T20 3' fill='none' stroke='%23772D0F' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 20px 6px;
  padding-bottom: 5px;
  display: inline-block;
}

.mechanism{
  background-image: url("../img/sec02-bg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 20px;
}

.mechanism .brain-wrap {
  width: 300px;
  margin: 8px auto 20px;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 8px 18px rgba(130, 70, 40, .1)
}

.t-or{
  color:#F1613C;
}

.mechanism .inner{
  padding: 20px;
  border-radius: 20px;
}

.mechanism .pink{
  background: #FFF5F1;
}

.mechanism .yellow{
  background: #FEF7E4;
  margin-top: 40px;
}

.t-center{
  text-align: center;
}

.mechanism .t-center{
  margin-bottom: 0;
  color:#3F3F3F;
  line-height: 1.5em;
}

.two-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0
}
.mini-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px 8px;
  text-align: center;
  border: 2px solid #F4D3C5
}
.mini-card span {
  display: inline-block;
  background: #85C9D8;
  color: #fff;
  border-radius: 999px;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 6px
}
.mini-card--accent span {
  background: var(--red)
}
.mini-card p {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  font-weight: 700
}
.mechanism h3 {
  text-align: center;
  color: #772D0F;
  font-size: 20px;
}

.mechanism h3 span.pt01{
  color: #F1613C;
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.mechanism h3 span.pt01:after{
  content:" ";
  height: 3px;
  width: 100%;
  background: #F7B14B;
  position: absolute;
  bottom:0;
  left: 0;
  display: block;
}



.mechanism h3 span.pt02{
  font-size: 16px;
}



.character__img {
  width: 86px;
  margin: 0 auto 10px
}
.speech {
  background: #fff;
  border-radius: 22px;
  padding: 5px 3px;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  color: var(--brown);
  display: grid;
  grid-template-columns:60px 1fr;
  gap:5px;
  position: relative;
  line-height: 1.5em;
  align-items: center;
}

.speech-icon{
  position: absolute;
  bottom:-10px;
  right: -20px;
}

.t-right{
  text-align: right;
}

small{
  font-size: 8px;
  font-weight: 600;
}
.symptom-grid {
  display: grid;
  gap: 14px;
}
.symptom-grid div {
  display: grid;
  grid-template-columns: auto 1fr 70px;
  align-items: center;
  gap:8px;
}
.symptom-grid strong {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  color: var(--brown)
}
.symptom-grid span {
  display: block;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 8px;
  background:var(--brown);
  text-align: center;
}

.symptom-grid i {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.symptom-grid i::after {
  content: "";
  flex: 1;
  height: 1px;
  border-bottom: 1px dashed var(--brown);
}
.caption {
  font-size: 11px;
  margin-top: 12px;
  color: #8a6b5f
}

.empathy{
  padding-top: 0;
  background-image: url("../img/sec03-bg.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 550px;
}

.empathy-list {
  display: grid;
  gap: 16px
}
.empathy-list > div {
  background: #ffffff;
  padding: 18px 16px;
  border-radius: 8px 40px 8px 40px;
  box-shadow: 0 0 12px rgba(211 118 113 / 22%);
  display: grid;
  grid-template-columns: 36px 1fr;
  gap:20px;
  align-items: center;
}
.empathy-list h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.empathy-list p {
  margin: 0
}

.circle-dot {
  --outer-color: #f7eee8;
  --inner-color: #de935c;

  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--outer-color);
  position: relative;
  display: inline-block;
}

.circle-dot::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--inner-color);
  position: absolute;
  inset: 0;
  margin: auto;
}

.history {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  color: var(--brown);
  margin: 34px 0 0;
  font-weight: 600;
  line-height: 1.5em;
}

.history span{
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='6' viewBox='0 0 20 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q5 0 10 3 T20 3' fill='none' stroke='%23F1613C' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 20px 6px;
  padding-bottom: 5px;
  display: inline-block;
  color:#F1613C;
}
.cta {
  background: #FDF6F9;
  padding: 22px 0;
}
.cta h2 {
  font-size: 24px;
  color:#000000;
  font-weight: 500;
  margin-bottom: 0;   
  text-align: left;
  color:#000000;
}
.cta p {
  font-size: 13px;
  color:#000000;
  letter-spacing: 0.08em;
}

.cta-cont{
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  margin-bottom: 30px;
}

.cta-btn{
  padding:5px 10px;
  width: 100%;
  border-radius: 100px;
  background: #D98070;
  box-shadow: 0 4px 4px 0 rgba(0 0 0 / 24%);
  text-align: center;
  font-size: 24px;
  color:#ffffff;
  display: block;
}

.fukidashi{
  position: relative;
  text-align: center;
  font-size: 12px;
  color:#D15434;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* 左右の斜め線 */
.fukidashi::before,
.fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 30px;
  background: #D15434;
}

/* 左の ＼ */
.fukidashi::before {
  left: 10px;
  transform: translateY(-50%) rotate(-45deg);
}

/* 右の ／ */
.fukidashi::after {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}


.line-title {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  color: var(--brown);
  font-size: 17px !important;
  margin: 28px 0 8px !important
}

.solution{
  padding-top: 30px;
  background: #FFF4F4;
}

.solution h2 span{
  color: var(--red-dark)
}

.ft20{
  font-size: 20px;
}

.ft24{
  font-size: 24px;
}

.worry-list {
  display: grid;
  gap: 12px;
  margin: 24px 0
}
.worry-list p {
  border-radius: 8px;
  padding: 13px 15px;
  margin: 0;
  font-weight: 600;
  color: var(--brown);
  border:1px dashed #772D0F;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap:8px;
  align-items: center;
}

.product-card{
  text-align: center;
  margin-bottom: 20px;
}
.product-card h3 {
  font-size: 16px;
  color: #3F3F3F;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-card p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.benefit-list {
  display: grid;
  gap: 10px
}
.benefit-list div {
  background: #fff;
  border-radius: 8px;
  padding: 14px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #F1613C;
  box-shadow: 0 0 12px 0 rgba(211 118 113 / 22%);
  display: grid;
  grid-template-columns: 28px 1fr;
  gap:20px;
  align-items: center;
  text-align: left;
}
.problem-cards {
  display: grid;
  gap: 14px;
  margin-bottom: 22px
}
.problem-cards article {
  border:1px solid #ECECEC;
  border-radius: 8px;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap:16px;
}
.problem-cards h3 {
  font-size: 20px
}
.problem-cards ul {
  padding-left: 1.25em;
  margin-bottom: 0;
  font-size: 16px;
  color:#000000;
}
.balance-box {
  border-radius: 8px;
  padding: 18px 15px;
  text-align: center;
  margin: 15px 0;
}
.balance-box h3 {
  color: #000;
  margin-bottom: 6px
}
.balance-box p {
  font-family: "Zen Maru Gothic";
  font-size:16px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0
}
.is-bad {
  background: #FFF6F6
}

.is-bad-cont {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap:10px;
  align-items: center;
  text-align: left;
}

.is-bad-cont span{
  display: inline-block;
  padding:15px 20px;
  border-radius:100px;
  margin-top: 8px;
  background: #FFEAEA;
  font-weight: 600;
  color:#000000;
}

.is-good {
  background: #F0F7FF
}

.is-good-cont {
  display: grid;
  grid-template-columns:120px 1fr;
  gap:10px;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
}

.is-good-cont span{
  display: inline-block;
  padding:15px 20px;
  border-radius:100px;
  margin-top: 8px;
  background: #D7EAFF;
  font-weight: 600;
  color:#000000;
}

.is-good-text{
  text-align: left;
  color:#000000;
}

.autonomic-ud{
  display: grid;
  grid-template-columns: 85px 1fr;
  padding: 5px 0;
  border-top:1px dashed #772D0F;
  border-bottom:1px dashed #772D0F;
  color:#772D0F;
  line-height: 1.5em;
  margin-top: 30px;
  align-items: center;
}

.medicine-lead{
  border-top:1px dashed #772D0F;
  border-bottom:1px dashed #772D0F;
  color:#772D0F;
  line-height: 1.5em;
  margin-top: 30px;
  align-items: center;
  font-size: 16px;
  padding: 10px 0;
}

.black{
  color:#000000;
}

.balance-wrap{
  padding:0 10px;
}

.medicine{
  background: #FFF4F4;
}

.medicine h2 span {
  font-size: 36px;
  color: var(--brown)
}
.care-cards{
  display: grid;
  gap: 14px
}
.care-cards article{
  background: #fff;
  border-radius: 20px;
  padding:0 0 17px;
  overflow: hidden;
}
.care-cards h3{
  color: #000000;
  font-size: 20px;
  text-align: center;
  padding: 17px;
}

.care-cards h3.pt01{
  background: #E6EFF8;
}

.care-cards h3.pt02{
  background: #E8F4EB;
}

.care-cards h3.pt03{
  background: #FEEDDD;
}


.care-cards p{
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
  padding:0 17px;
}

.timing h2{
  margin-bottom: 0;
}

.timing-list{
  display: grid;
  gap: 14px
}

.timing-list article{
  background: #fff;
  border-radius: 20px;
  padding: 19px 17px;
  box-shadow: 0 0 12px rgba(0 0 0 / 9%);
}
.timing-list h3{
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.slide-head{
  display: grid;
  grid-template-columns: 55px 1fr;
  gap:8px;
  align-items: center;
}

.slider-control {
  --slider-control-bg: #fbf6ef;
  --slider-control-arrow: #242424;
  --slider-control-dot: #d9dcdf;
  --slider-control-dot-active: #f35a3c;

  width: 100%;
  min-height: 67px;
  padding: 0 18px;
  background: var(--slider-control-bg);
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  column-gap: 16px;
}

.slider-control__arrow {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.slider-control__arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 6px solid var(--slider-control-arrow);
  border-left: 6px solid var(--slider-control-arrow);
  position: absolute;
  top: 50%;
  left: 50%;
}

.slider-control__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.slider-control__arrow--next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.slider-control__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-width: 0;
}

.slider-control__dot {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--slider-control-dot);
  cursor: pointer;
}

.slider-control__dot.is-active {
  background: var(--slider-control-dot-active);
}

.timing-slider {
  position: relative;
  margin-top: 24px;
}

.timing-slider .timing-list {
  display: flex;
  gap: 18px;

  /* スライド移動に必要なので auto のまま */
  overflow-x: auto;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

  /* カードのシャドウが切れないための逃げ */
  padding: 12px;
  margin: -12px;
}

.timing-slider .timing-list::-webkit-scrollbar {
  display: none;
}

.timing-slider .timing-list article {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.timing-slider .slider-control {
  background: transparent;
  min-height: auto;
  padding: 24px 0 0;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
}

.timing-slider .slider-control__dots {
  gap: 12px;
}

.timing-slider .slider-control__dot {
  width: 10px;
  height: 10px;
}

.timing-slider .slider-control__arrow {
  width: 32px;
  height: 32px;
}

.timing-slider .slider-control__arrow::before {
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-left-width: 2px;
}

.note-mini{
  color:#292929;
  text-align: right;
  font-size: 10px;
}

.timing{
  padding-bottom: 28px;
}

.timing-list p{
  color:#000000;
  font-size: 14px;
}

.safe-list {
  display: grid;
  gap: 14px
}

.safe-list p {
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
}

.safe-list p {
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
}

.safe-list article {
  background: #fff;
  border-radius: 20px;
  padding: 19px 17px;
}
.safe-list h4 {
  color: #000000;
  font-size: 20px
}

.voices{
  background: #FFFBF4;
}

.voice-card {
  background: #fff;
  border-radius: 20px 20px 0 20px;
  padding: 20px 18px;
  margin-bottom: 16px;
  box-shadow: 0 0 10px rgba(130, 70, 40, .1)
}

  .voices{
    position: relative;
    padding-bottom: 30px;
  } 
  
  .voices:before{
    content:" ";
    display: block;
    position: absolute;
    z-index: 1;
    width: 80%;
    top:120px;
    height: 40%;
    background:#772D0F;
    right: 0;
    border-radius: 40px 0 0 40px;
  } 
  
  .voices .inner{
    position: relative;
    z-index: 5;
  } 
  
  .voices-head{
    display: grid;
    grid-template-columns: 117px 1fr;
    gap:10px;
    align-items: center;
  }
  
  .voices-head h3{
    color:#ffffff;
  }

.voice-card p {
  font-size: 14px
}
.voice-card small {
  display: block;
  text-align: right;
  font-size: 14px;
  color:#772D0F;
  font-weight: 500
}

.voice-slider {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.voice-slider__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

  /* カードのシャドウが切れないための逃げ */
  padding: 14px;
  margin: -14px;
}

.voice-slider__track::-webkit-scrollbar {
  display: none;
}

.voice-slider .voice-card {
  flex: 0 0 100%;
  scroll-snap-align: start;

  /* 既存の margin-bottom がスライダー内で余白を作りすぎないように調整 */
  margin-bottom: 0;
}

.voice-slider .slider-control {
  background: transparent;
  min-height: auto;
  padding: 24px 0 0;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
}

.voice-slider .slider-control__dots {
  gap: 12px;
}

.voice-slider .slider-control__dot {
  width: 10px;
  height: 10px;
}

.voice-slider .slider-control__arrow {
  width: 32px;
  height: 32px;
}

.voice-slider .slider-control__arrow::before {
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-left-width: 2px;
}

.strength h2{
  margin-bottom: 10px;
}

.strength h2 span{
  font-size: 32px;
  color:#F1613C;
}

.strength-list {
  display: grid;
  gap: 16px
}
.strength-list article {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dotted #772D0F;
}
.strength-cont{
  display: grid;
  grid-template-columns: 64px 1fr;
  gap:10px;
  align-items: center;
  padding: 10px 0;
}
.strength-list span {
  color:rgba(241 97 60 / 20%);
  font-size: 64px;
}
.strength-list h3 {
  color: #F1613C;
  font-size: 18px
}
.strength-list p {
  font-size: 14px;
  margin: 0
}

.ingredients{
  padding-top: 0;
}

.ingredients h2 span{
  color:#F1613C;
}

.ingredients .herbs {
  margin: 0 auto 20px
}

.ingredient-slider {
  position: relative;
  margin-top: 20px;
  margin-bottom: 26px;
}

.ingredient-slider__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

  /* 枠線・角丸が窮屈に見えないように少し逃げを作る */
  padding: 2px;
  margin: -2px;
}

.ingredient-slider__track::-webkit-scrollbar {
  display: none;
}

.ingredient-slider .ingredient-grid {
  flex: 0 0 100%;
  scroll-snap-align: start;

  /* 既存の margin-bottom をスライダー内では打ち消す */
  margin-bottom: 0;
}

.ingredient-slider .slider-control {
  background: transparent;
  min-height: auto;
  padding: 20px 0 0;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
}

.ingredient-slider .slider-control__dots {
  gap: 12px;
}

.ingredient-slider .slider-control__dot {
  width: 10px;
  height: 10px;
}

.ingredient-slider .slider-control__arrow {
  width: 32px;
  height: 32px;
}

.ingredient-slider .slider-control__arrow::before {
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-left-width: 2px;
}


.ingredient-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
  margin-bottom: 26px
}
.ingredient-grid div {
  background: #fff;
  border-radius: 14px;
  padding: 12px 10px;
  border:1px solid #ECECEC;
}
.ingredient-grid h3 {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.45
}
.ingredient-grid p {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.55;
  margin: 0
}

.ingredient-ud{
  color:#772D0F;
  font-weight: 600;
}

.or-text{
  color:#F1613C;
}

.safe {
  background: #FFFBF4;
}

.safe h2 {
  color: var(--brown);
}

.safe-list {
  display: grid;
  gap: 24px;
}

.safe-list article {
  background: #fff;
  border-radius: 7px;
  padding: 18px 27px 24px;
  box-shadow: 0 0 12px rgba(211, 118, 113, 0.18);
}

.safe-list h3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 35px;
  padding: 14px 10px;
  border-radius: 999px;
  background: #EDEDED;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.safe-list h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #EDEDED transparent transparent transparent;
}

.safe-list h4 {
  margin: 0 0 14px;
  color: #F1613C;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}

.safe-list p {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.b-text{
  color:#4A3540;
}
.reviews {
  padding: 58px 0 52px;
}

.reviews h2 {
  color: #4A3940;
  text-align: left;
  font-size: 24px;
  margin-bottom: 24px;
  padding-left: 88px;
}

.review-slider {
  position: relative;
}

.review-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

  padding: 12px 18px 14px 34px;
  margin: -12px -18px 0;

  scroll-padding-left: 34px;
}

.review-grid::-webkit-scrollbar {
  display: none;
}

.review-grid article {
  flex: 0 0 278px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 18px 18px 0 18px;
  padding: 18px 17px 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.10);
}

.review-img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
}

.review-img img {
  width: 100%;
  aspect-ratio: 230 / 137;
  object-fit: cover;
  display: block;
}

.review-grid h3 {
  color: #4A3940;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}

.review-grid h3 small {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
}

.stars {
  color: #ECA6C5;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.review-grid p {
  color: #4A3940;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin: 0;
}

/* レビュー専用コントロール */
.review-slider__control {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  column-gap: 10px;
  width: 180px;
  margin: 18px auto 0;
}

.review-slider__arrow {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.review-slider__arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #4A3940;
  border-left: 3px solid #4A3940;
  position: absolute;
  top: 50%;
  left: 50%;
}

.review-slider__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.review-slider__arrow--next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.review-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.review-slider__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #F8EFE6;
  cursor: pointer;
}

.review-slider__dot.is-active {
  background: #ECA6C5;
}

.review-grid article {
  flex: 0 0 278px;
}
..faq {
  background: #fff;
}

.faq h2 {
  color: var(--brown);
  margin-bottom: 24px;
}

.faq details {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  margin-bottom: 24px;
  box-shadow: none;
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr 20px;
  align-items: center;
  column-gap: 8px;
  padding: 14px 16px 12px 13px;
  color: #3F3F3F;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

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

.faq summary::before {
  content: "Q";
  color: #ED6D6D;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

.faq summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #3F3F3F;
  border-left: 3px solid #3F3F3F;
  transform: rotate(45deg);
  justify-self: end;
  margin-top: 6px;
}

.faq details:not([open]) summary::after {
  transform: rotate(-135deg);
  margin-top: -4px;
}

.faq details p {
  margin: 0;
  padding: 0 22px 15px 15px;
  color: #3F3F3F;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.faq details p + p {
  padding-top: 18px;
}

.faq a {
  color: #3F3F3F;
  text-decoration: none;
  word-break: break-all;
}
.footer {
  background: #fff;
  color: #3F3F3F;
  padding: 70px 0 48px;
}

.footer__inner {
  text-align: center;
}

.footer__logo {
  width: 230px;
  margin: 0 auto 30px;
}

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

.footer__address {
  margin: 0 0 28px;
  color: #3F3F3F;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  margin: 0 auto 46px;
}

.footer__btn {
  min-height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.footer__btn--outline {
  color: #ED6D6D;
  background: #fff;
  border: 1.5px solid #ED6D6D;
}

.footer__btn--primary {
  position: relative;
  color: #fff;
  background: #ED6D6D;
  border: 1.5px solid #ED6D6D;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.18);
  padding-right: 10px;
}

.footer__btn--primary span {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  color: #ED6D6D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  line-height: 1;
  padding-bottom: 3px;
}

.copy {
  margin: 0;
  color: #3F3F3F !important;
  font-size: 9px !important;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (min-width:431px) {
  .page-shell {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px
  }
  .hero {
    border-radius: 16px 16px 0 0
  }
}
@media (max-width:360px) {
  .inner {
    width: min(100% - 30px, 330px)
  }
  h2 {
    font-size: 22px
  }
  .hero__copy {
    right: 18px;
    font-size: 20px
  }
  .hero__card {
    left: 12px;
    width: 205px
  }
  .review-grid {
    grid-template-columns: 1fr
  }
}

  .story-block{
    position: relative;
    text-align: left;
    max-width: 300px;
    margin: auto;
  } 
  
  .story-block .pt01{
    margin-left: 20px;
    margin-bottom: 70px;
  } 
  
  .story-block .pt02{
    position: absolute;
    right: 20px;
    top:0;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 30px;
    border-radius: 100%;
  }   
  
  .story-block .pt03{
    position: absolute;
    right: 0;
    top:50px;
    margin-left: 20px;
    margin-bottom: 70px;
  } 
  
  .story-block .pt04{
    position: absolute;
    left: 10px;
    top:140px;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 30px;
    border-radius: 100%;
  }  

.cta-cont .t-center img {
    width: 125%;
    max-width: inherit;
    position: relative;
    left: -13%;
}