@charset "UTF-8";
/*!
 * _tokens.scss — with Color & Gradient tokens
 * Generated 2025-09-25T06:44:23
 * Source: style.scss
 */
html {
  scroll-behavior: smooth;
}

.lp-0004 :where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl, figure) {
  margin: 0;
  line-height: 1;
}

.lp-0004 :where(ul, ol) {
  padding: 0;
  list-style: none;
}

.lp-0004 :where(img) {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-0004 :where(a) {
  color: inherit;
  text-decoration: none;
}

.lp-0004 :where(button, input, select, textarea) {
  font: inherit;
  color: inherit;
}

.lp-0004 :where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

.lp-0004 :where(body) {
  letter-spacing: normal;
}

/*--------- common style ------------*/
@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1120px;
  }
}

.lp-0004 {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  font-size: 16px;
  font-weight: unset !important;
}

.for_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none;
  }
}

.for_sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .for_sp {
    display: none;
  }
}

.sp-space {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-space {
    display: inline;
  }
  .sp-space::after {
    content: " ";
    padding: 0 4px;
  } /* 半角相当のスペース */
}
.mt-s {
  margin-top: 8px;
}

sup {
  vertical-align: top;
  font-size: 30%;
}

/*--------- inner style ------------*/
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .inner {
    min-width: 1120px;
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.inner__sp-full {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .inner__sp-full {
    min-width: 1120px;
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .inner__sp-full {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}

.inner--narrow {
  max-width: 960px;
}

.inner--wide {
  max-width: 1440px;
}

.inner--full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

/* グラデ文字（共通ユーティリティ） */
.gtext {
  background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

header, .site-footer {
  display: none !important;
}

.mv__top {
  text-align: center;
  padding: 16px;
}
.mv__top .gradient-text {
  font-size: 24px;
  display: inline;
  font-weight: 600;
  background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .mv__top p {
    text-align: center;
    font-size: 18px;
  }
}

.mv {
  position: relative;
  background: #fff;
  height: 740px;
}
.mv__inner {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv__image {
  width: 61%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 60px auto;
}
.mv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}
.mv__subtitle {
  font-size: 32px;
  margin-bottom: 24px;
}
.mv__title {
  font-size: 56px;
  margin-bottom: 56px;
  font-weight: 500;
  line-height: 1;
}
.mv__ranking {
  width: 462px;
}
.mv__note {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.mv__bg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.mv__bg-water {
  position: absolute;
  right: -70px;
  margin: 0 0 0 auto;
  width: 727px;
  height: auto;
  object-fit: cover;
  will-change: opacity;
}

.lumina {
  padding: 24px 0;
  position: relative;
  z-index: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
  background: #fff;
  --fade-start:85%;
  --fade-end:100%;
}

.lumina__base {
  position: absolute;
  object-fit: cover;
  will-change: opacity;
  width: 108%;
  height: 120%;
  top: -90px;
  max-width: none;
  transform: translate3d(0, 0, 0);
  max-height: none;
}

.lumina__base--one {
  animation: bgCycleOne 12s ease-in-out infinite;
}

.lumina__base--two {
  animation: bgCycleTwo 12s ease-in-out infinite;
}

.lumina__glow--three {
  position: absolute;
  width: auto;
  height: auto;
  pointer-events: none;
  object-fit: cover;
  mix-blend-mode: screen;
  left: -280px;
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
}

@keyframes bgCycleOne {
  0%, 20% {
    opacity: 1;
  }
  30%, 50% {
    opacity: 0.6;
  }
  60%, 80% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 0.6;
  }
}
@keyframes bgCycleTwo {
  0%, 20% {
    opacity: 0;
  }
  30%, 50% {
    opacity: 0.6;
  }
  60%, 80% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0.6;
  }
}
.lumina__glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 50%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  animation: fadeGlow 6s ease-in-out infinite;
}

.lumina__glow--one {
  animation-delay: -3s;
}

.lumina__glow--two {
  animation-delay: 0s;
}

@keyframes fadeGlow {
  0%, 15% {
    opacity: 0;
  }
  30%, 60% {
    opacity: 1;
  }
  85%, 100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lumina__base, .lumina__glow {
    animation: none;
  }
  .lumina__base--one {
    opacity: 1;
  }
  .lumina__base--two {
    opacity: 0.7;
  }
  .lumina__glow {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: 192vw;
  }
  .mv__top .gradient-text {
    background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .mv__inner {
    padding: 6.4vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    top: 0;
    transform: translate(-50%, 0%);
  }
  .mv__content {
    align-items: center;
    font-weight: 500;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .mv__subtitle {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
  .mv__title {
    font-size: 9.6vw;
    margin-bottom: 0vw;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 700;
  }
  .mv__ranking {
    width: 96%;
    margin: 0 4.2666666667vw;
    bottom: 32vw;
    position: absolute;
    box-sizing: border-box;
  }
  .mv__image {
    width: 33vw;
    margin: 42.6666666667vw auto 0;
    justify-content: center;
  }
  .mv__note {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    margin: 6.4vw 4.2666666667vw 6.4vw 0;
    text-align: left;
    bottom: 2.1333333333vw;
  }
  .mv__bg-wrap {
    max-width: none;
  }
  .mv__bg-water {
    right: 0vw;
    top: 26.6666666667vw;
    width: 100%;
    height: auto;
    left: 0vw;
    margin: auto;
  }
  .lumina {
    height: 100%;
    padding: 0;
  }
  .lumina__base {
    position: absolute;
    object-fit: cover;
    will-change: opacity;
    width: 110%;
    height: 100%;
    top: 0px;
    max-width: none;
    max-height: none;
  }
  .lumina__glow {
    object-position: 50% 50%;
  }
  .lumina__glow--three {
    display: none;
  }
}
.offer {
  background: url(../img/cta_bg.jpg);
  padding: 80px 0;
  background-size: cover;
}
.offer__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .offer__inner {
    padding: 0 5.3333333333vw;
  }
}
.offer__ribbon {
  background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
}
.offer__ribbon-text {
  font-size: 24px;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.offer__badge {
  position: absolute;
  right: 16px;
  top: -24px;
  width: 130px;
}
.offer__card {
  position: relative;
  background: #fff;
  padding: 40px;
  border: 1px solid #FCC4E1;
  border-top: none;
}
.offer__product {
  display: flex;
  gap: 24px;
}
.offer__product-img {
  background: #fafafa;
  width: 270px;
  display: flex;
}
.offer__product-img img {
  height: 300px;
  margin: auto;
}
.offer__spec {
  margin: 16px 0;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
.offer__brand {
  display: flex;
  gap: 8px;
  font-size: 16px;
  align-items: flex-end;
}
.offer__brand img {
  max-width: 200px;
}
.offer__label {
  box-sizing: border-box;
  text-align: center;
  background: #e95f73;
  padding: 8px;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.offer__prices {
  display: flex;
  align-items: flex-end;
  column-gap: 26px;
  margin: 8px 0 40px;
}
.offer__price-regular {
  position: relative;
  color: #333;
  line-height: 1;
  padding-right: 30px;
}
.offer__price-regular::before {
  content: "通常価格";
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
.offer__price-regular::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-40%);
  border-left: 14px solid #d9d9d9;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.offer__price-regular .offer__price-regular-num {
  position: relative;
  display: inline-block;
}
.offer__price-regular .offer__price-regular-num::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 55%;
  height: 2px;
  background: #e95f73;
  transform: rotate(15deg);
}
.offer__price-regular .offer__price-regular-num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.offer__price-regular .offer__unit {
  margin-left: 2px;
  font-size: 16px;
}
.offer__price-regular .offer__note {
  font-size: 8px;
  color: #333333;
  position: absolute;
  top: 23px;
  right: 22px;
  font-family: "Noto Sans JP", sans-serif;
}
.offer__price-now {
  color: #e45a76;
  line-height: 1;
  position: relative;
}
.offer__price-now .offer__price-now-num {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.offer__price-now .offer__unit {
  margin-left: 6px;
  font-size: 30px;
  font-weight: 700;
}
.offer__price-now .offer__note {
  margin-left: 6px;
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: 34px;
  right: -14px;
  font-family: "Noto Sans JP", sans-serif;
}
.offer__stocknote {
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.offer__cta {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  width: 100%;
}
.offer__cta-button {
  color: #fff !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  padding: 0 56px;
  border-radius: 999px;
  font-weight: 700;
  background: linear-gradient(180deg, #5BE351 0%, #07A53E 100%);
  color: #fff;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.offer__cta-button::after {
  content: "";
  background: #fff url(../img/arrow.svg) no-repeat center;
  position: absolute;
  right: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.offer__cta-button:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
  color: #fff;
}
.offer__head {
  text-align: center;
  padding: 52px 0 24px;
  margin: 40px 0 0px;
  border-bottom: 1px solid #eee;
  background: url("../img/ob_line.png") top center/contain no-repeat;
}
.offer__course {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
.offer__title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
.offer__title-em {
  font-size: 56px;
}
.offer__points {
  margin: 0;
  padding: 0;
}
.offer__point {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 40px;
  border-bottom: 1px solid #eee;
}
.offer__point-num {
  font-size: 32px;
  position: relative;
  z-index: 1;
  flex: 0 0 57px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.offer__point-body {
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
.offer__point-main {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.offer__point-main strong {
  color: #e86f8f;
  font-weight: 600;
  font-size: 40px;
}
.offer__point-main span {
  color: #e86f8f;
}
.offer__point-main span strong {
  font-size: 48px;
}
.offer__notes {
  font-size: 14px;
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

/* ===== Offer : smartphone ===== */
@media screen and (max-width: 768px) {
  .offer {
    padding: 8.5333333333vw 0 6.4vw;
    /* 商品ブロックは縦積み */
    /* 価格まわり */
    /* 見出し・ポイント */
  }
  .offer__inner {
    max-width: none;
    padding: 0 4.2666666667vw;
  }
  .offer__ribbon-text {
    font-size: 5.3333333333vw;
    padding: 4.2666666667vw;
    text-align: left;
  }
  .offer__badge {
    right: -2.1333333333vw;
    top: -19.2vw;
    width: 24vw;
  }
  .offer__card {
    padding: 4.2666666667vw;
  }
  .offer__product {
    gap: 4.2666666667vw;
  }
  .offer__product-img {
    width: 40%;
    padding: 0vw;
    display: flex;
  }
  .offer__product-img img {
    height: auto;
    width: auto;
    margin: auto;
  }
  .offer__product-info {
    width: 70%;
  }
  .offer__brand {
    gap: 1.6vw;
    font-size: 3.7333333333vw;
    display: block;
    line-height: 2;
  }
  .offer__brand img {
    max-width: 37.3333333333vw;
  }
  .offer__spec {
    margin: 2.1333333333vw 0;
    font-size: 4.2666666667vw;
    line-height: 1.3;
  }
  .offer__label {
    padding: 1.6vw;
    font-size: 3.2vw;
  }
  .offer__prices {
    align-items: center;
    column-gap: 3.2vw;
    margin: 2.1333333333vw 0 5.3333333333vw;
    flex-direction: column;
  }
  .offer__price-regular {
    padding-right: 0vw;
  }
  .offer__price-regular::before {
    font-size: 2.9333333333vw;
    margin-bottom: 0.5333333333vw;
    position: absolute;
    top: 50%;
  }
  .offer__price-regular::after {
    width: 0;
    height: 0;
    margin: auto;
    right: 0vw;
    left: 0vw;
    top: 12.8vw;
    border-left: 5.3333333333vw solid transparent;
    border-right: 5.3333333333vw solid transparent;
    border-top: 2.6666666667vw solid #d9d9d9;
  }
  .offer__price-regular .offer__price-regular-num {
    font-size: 8.5333333333vw;
    padding: 0px 0px 0 13.3333333333vw;
  }
  .offer__price-regular .offer__price-regular-num::after {
    content: "";
    position: absolute;
    left: 10.6666666667vw;
    right: 0vw;
    top: 55%;
    height: 2px;
    background: #e95f73;
    transform: rotate(15deg);
  }
  .offer__price-regular .offer__unit {
    font-size: 4.2666666667vw;
  }
  .offer__price-regular .offer__note {
    font-size: 2.1333333333vw;
    top: 1.6vw;
    right: -2.4vw;
  }
  .offer__price-now {
    margin-top: 4.2666666667vw;
  }
  .offer__price-now .offer__price-now-num {
    font-size: 14.9333333333vw;
  }
  .offer__price-now .offer__unit {
    font-size: 5.3333333333vw;
  }
  .offer__price-now .offer__note {
    font-size: 2.1333333333vw;
    top: 6.1333333333vw;
    right: -1.6vw;
  }
  .offer__stocknote {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
    margin-top: 8.5333333333vw;
  }
  .offer__cta {
    font-size: 5.3333333333vw;
  }
  .offer__cta-button {
    color: #fff !important;
    height: 18.6666666667vw;
    padding: 0 12.8vw;
    width: 100%;
    font-weight: 600;
    box-sizing: border-box;
  }
  .offer__cta-button::after {
    right: 3.2vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
  }
  .offer__head {
    padding: 10.6666666667vw 0 4.2666666667vw;
    margin: 6.4vw 0 0;
    background-size: contain;
  }
  .offer__course {
    font-size: 4.2666666667vw;
  }
  .offer__title {
    font-size: 6.4vw;
    font-weight: 600;
  }
  .offer__title-em {
    font-size: 10.6666666667vw;
  }
  .offer__point {
    padding: 4.2666666667vw 2.1333333333vw;
    gap: 3.2vw;
  }
  .offer__point-num {
    flex: 0 0 6.4vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.2666666667vw;
  }
  .offer__point-main {
    font-weight: 600;
    font-size: 4.2666666667vw;
    line-height: 1.3;
  }
  .offer__point-main strong {
    font-size: 6.9333333333vw;
  }
  .offer__point-main span {
    color: #e86f8f;
  }
  .offer__point-main span strong {
    font-size: 32px;
    font-weight: 600;
  }
  .offer__notes {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
.awards {
  padding: 80px 0 40px;
  background: url(../img/awards_bg.jpg) top center/cover no-repeat;
}
.awards__inner {
  text-align: center;
}
.awards__head {
  margin-bottom: 32px;
}
.awards__brand {
  font-size: 24px;
  margin-bottom: 6px;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
}
.awards__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(160deg, #E1C681 26%, #9E7E35 50%, #E1C681 74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.awards__title-num {
  font-size: 1.2em;
}
.awards__list {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}
.awards__item {
  display: block;
  width: clamp(210px, 28vw, 280px);
  height: auto;
}
.awards__note {
  font-size: 16px;
  line-height: 1.7;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===== awards : smartphone ===== */
@media screen and (max-width: 768px) {
  .awards {
    padding: 9.6vw 0 6.4vw;
    flex-basis: 100%;
    background-position: top center;
    background-size: cover;
  }
  .awards__head {
    margin-bottom: 4.2666666667vw;
  }
  .awards__brand {
    font-size: 6.4vw;
    margin-bottom: 1.0666666667vw;
    letter-spacing: 0.04em;
  }
  .awards__title {
    font-size: 10.6666666667vw;
    line-height: 1;
  }
  .awards__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px; /* 余白 */
    margin: 0 0 32px 0;
    padding: 0; /* 既存リスト余白を消す */
    list-style: none;
  }
  .awards__item {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 4px); /* 2枚/行を強制 */
    display: flex; /* 中央寄せ */
    justify-content: center;
  }
  .awards__img {
    display: block;
    width: 100%;
    max-width: vw(180);
    height: auto;
  }
  .awards__note {
    font-size: 3.7333333333vw;
    text-align: left;
    line-height: 1.7;
  }
}
.trouble {
  /* ベース帯 */
  /* 三角バリアント（1030px中央） */
  /* 下の説明～デコ */
}
.trouble__hero {
  padding: 80px 0 0;
  background: #8e8e8e url(../img/hero_bg.jpg) center/cover no-repeat;
}
.trouble__hero-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.trouble__copy {
  text-align: center;
}
.trouble__lead {
  font-size: 40px;
  letter-spacing: 0.06em;
  color: #fff;
}
.trouble__lead-em {
  font-size: 72px;
  position: relative;
}
.trouble__lead-em::before {
  content: "";
  background: url(../img/lead-underline.png) no-repeat center/contain;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0px;
  margin: auto;
  width: 236px;
  height: 100%;
}
.trouble__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  flex-direction: column;
}
.trouble__chip {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  width: 275px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background: url(../img/chip-bg.png) top center/cover no-repeat;
}
.trouble__chip:nth-child(even) {
  margin-left: -80px;
}
.trouble__person {
  padding: 30px 50px 0 0px;
  width: 400px;
}
.trouble__person img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(20%);
}
.trouble__callout {
  position: relative;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 18px 16px;
}
.trouble__callout-text {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.trouble__callout--triangle {
  position: relative;
  background: #a79d93;
  padding: 18px 0 40px;
  overflow: visible;
  isolation: isolate;
}
.trouble__callout--triangle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 890px;
  max-width: 100%;
  height: 130%;
  background: #2e2e2e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
.trouble__callout-small {
  font-size: 24px;
  opacity: 0.9;
  display: inline-block;
  margin-bottom: 4px;
}
.trouble__callout-strong {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.trouble__callout-strong .dots {
  padding-top: 0.4em;
  letter-spacing: 0rem;
  background-image: radial-gradient(circle at center, #fff 9%, transparent 0%);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 1em 1em;
}
.trouble__panel {
  background: #A79D91;
  padding: 0 0px 80px;
}
.trouble__inner {
  padding: 40px;
  background: #fff url(../img/fruits_bg.png) 0 100%/contain no-repeat;
  pointer-events: none;
}
.trouble__desc {
  font-size: 24px;
  padding: 56px 40px 40px;
  line-height: 1.6;
  text-align: center;
  margin: 0px 0 40px;
  background: #8e8e8e url(../img/desc_bg.jpg) center/cover no-repeat;
}
.trouble__desc-em {
  font-weight: 600;
  font-size: 48px;
  color: #283958;
}
.trouble__causes {
  max-width: 880px;
  margin: 0 auto 24px;
  width: 600px;
  position: relative;
  z-index: 4;
}
.trouble__causes-img {
  display: block;
  width: 100%;
  height: auto;
}
.trouble__statement {
  text-align: center;
  position: relative;
  z-index: 2;
}
.trouble__statement::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  margin: auto;
  width: 260px;
  height: 100px;
  background: #F1F9FE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -2;
}
.trouble__statement-lead {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 16px;
  font-weight: 600;
}
.trouble__statement-lead strong {
  font-size: 32px;
}
.trouble__statement-text {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===== trouble : smartphone ===== */
@media screen and (max-width: 768px) {
  .trouble {
    /* ベース帯／三角 */
    /* 下の説明～デコ */
  }
  .trouble__hero {
    padding: 8.5333333333vw 0 0;
    background-position: center;
  }
  .trouble__hero-inner {
    flex-direction: column-reverse;
    gap: 0.5333333333vw;
  }
  .trouble__copy {
    text-align: center;
    padding-bottom: 6.4vw;
  }
  .trouble__lead {
    font-size: 5.3333333333vw;
  }
  .trouble__lead-em {
    font-size: 10.6666666667vw;
  }
  .trouble__lead-em::before {
    bottom: -6.4vw;
    left: 0;
    right: 0;
    width: 32vw;
    height: 100%;
    background-size: contain;
  }
  .trouble__person {
    width: 69.3333333333vw;
    padding: 2.6666666667vw 2.1333333333vw 0 0;
    margin: 0 auto;
  }
  .trouble__person img {
    filter: grayscale(20%);
  }
  .trouble__chips {
    gap: 4.2666666667vw;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .trouble__chip {
    font-size: 4.2666666667vw;
    height: auto;
    line-height: normal;
    background-size: contain;
    width: calc(50% - 16px);
    box-sizing: border-box;
    aspect-ratio: 3/1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .trouble__chip:nth-child(even) {
    margin-left: 0;
  }
  .trouble__chip:last-child {
    margin-right: 10.6666666667vw;
  }
  .trouble__callout {
    padding: 6.4vw 0vw 0vw;
    background-color: #333;
  }
  .trouble__callout-text {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .trouble__callout--triangle::before {
    top: 40vw;
    bottom: 0;
    width: 100%;
    height: 40%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 80%);
    clip-path: polygon(0 0, 100% 0, 50% 80%);
    box-sizing: border-box;
    overflow: hidden;
  }
  .trouble__callout-small {
    font-size: 3.7333333333vw;
  }
  .trouble__callout-strong {
    font-size: 10.6666666667vw;
    letter-spacing: 0.04em;
  }
  .trouble__callout-strong .dots {
    background-size: 0.8em 0.8em;
  }
  .trouble__panel {
    padding: 0 0vw 10.6666666667vw;
  }
  .trouble__inner {
    padding: 0vw 0vw 8.5333333333vw 0vw;
    background-size: 140%;
    background-position: bottom center;
    margin: 4.2666666667vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
  }
  .trouble__desc {
    font-size: 4.2666666667vw;
    padding: 12.8vw 3.7333333333vw 6.4vw;
    margin: 0 0 8.5333333333vw;
    background-position: center;
    background-size: cover;
  }
  .trouble__desc-em {
    font-size: 7.4666666667vw;
    margin-bottom: 2.1333333333vw;
    display: inline-block;
  }
  .trouble__causes {
    max-width: none;
    width: 90%;
    margin: 0 auto 4.2666666667vw;
  }
  .trouble__causes-img {
    width: 100%;
    height: auto;
  }
  .trouble__statement {
    margin-top: 2.6666666667vw;
  }
  .trouble__statement::after {
    top: -vw(24);
    width: 48vw;
    height: 16vw;
  }
  .trouble__statement-lead {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
    line-height: 1.5;
  }
  .trouble__statement-lead strong {
    font-size: 9.6vw;
    font-weight: 600;
  }
  .trouble__statement-text {
    font-size: 3.7333333333vw;
  }
}
/* ===== recommend ===== */
.recommend {
  padding: 80px 0;
  text-align: center;
  background: url(../img/reco_bg.jpg) center/cover no-repeat;
  position: relative;
  /* 左上のキラッ（十字の光） */
  /* ステージ */
  /* バブル全体のレイヤー */
  /* 位置（PC） */
}
.recommend__badge {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 16px 32px;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff; /* 文字は白 */
  background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
  /* フォールバック：clip-pathが無い環境は単色のborder三角 */
}
.recommend__badge::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background: #a1cbff;
  clip-path: polygon(50% 100%, 0 0, 100% 0); /* = ▼ の形に切り抜き */
  bottom: -18px;
  left: 50%;
  width: 60px;
  height: 20px;
}
@supports not (clip-path: polygon(50% 100%, 0 0, 100% 0)) {
  .recommend__badge::after {
    width: auto;
    height: auto;
    background: none;
    clip-path: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #91b7ff; /* 単色 */
  }
}
.recommend__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.recommend__subtitle {
  font-size: 32px;
  color: #23508E;
  margin-bottom: 26px;
}
.recommend__em {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 8px;
  font-size: 48px;
  background: linear-gradient(90deg, #E9F7FF 0%, #E9ECFF 100%);
}
.recommend__em::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 36px;
  height: 36px;
  background: url(../img/deco_icon.svg) no-repeat left top/contain;
  opacity: 0.9;
}
.recommend__stage {
  position: relative;
  margin: 0 auto;
}
.recommend__visual {
  position: relative;
  margin: 0 auto;
  width: 460px;
}
.recommend__person {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.95);
}
.recommend__bottle {
  position: absolute;
  right: 12%;
  bottom: 6%;
  width: 26%;
  transform: rotate(8deg);
}
.recommend__bubbles {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.recommend__bubble {
  position: absolute;
  width: 232px;
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
  background: url(../img/bubble_bg.png) center/contain no-repeat;
  color: #406088;
  font-size: 24px;
  font-weight: 700;
  padding: 0px;
  pointer-events: auto;
}
.recommend__bubble span {
  display: block;
}
.recommend__bubble small {
  font-weight: 400;
  font-size: 16px;
}
.recommend__bubble--lt {
  left: 0%;
  top: 20%;
}
.recommend__bubble--lb {
  left: 12%;
  bottom: 8%;
}
.recommend__bubble--bottom {
  left: 50%;
  bottom: -6%;
  transform: translateX(-50%);
}
.recommend__bubble--rt {
  right: 0%;
  top: 20%;
}
.recommend__bubble--rb {
  right: 12%;
  bottom: 8%;
}

/* ===== recommend : smartphone ===== */
@media screen and (max-width: 768px) {
  .recommend {
    padding: 16vw 0 8.5333333333vw;
    /* ステージ/ビジュアル */
    /* バブルは重なりを避けてグリッドに */
    /* 位置指定モディファイアを無効化 */
  }
  .recommend__badge {
    top: -6.1333333333vw;
    font-size: 5.3333333333vw;
    padding: 2.1333333333vw 8.5333333333vw;
    line-height: 1.3;
  }
  .recommend__badge::after {
    width: 9.6vw;
    height: 3.2vw;
    bottom: -2.6666666667vw;
  }
  .recommend__title {
    font-size: 9.0666666667vw;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 2.1333333333vw;
  }
  .recommend__subtitle {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    font-weight: 600;
  }
  .recommend__em {
    font-size: 7.4666666667vw;
    padding: 1.6vw;
    margin-bottom: 8px;
    display: inline-block;
  }
  .recommend__stage {
    margin: 0 auto;
    max-width: 100%;
  }
  .recommend__visual {
    width: 82vw;
    margin: 0 auto;
  }
  .recommend__bottle {
    right: 6%;
    bottom: 4%;
    width: 34%;
    transform: rotate(6deg);
  }
  .recommend__bubbles {
    position: static;
    display: flex;
    gap: 1.0666666667vw;
    margin-top: -4.2666666667vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recommend__bubble {
    position: static;
    transform: none;
    width: 32%;
    aspect-ratio: 1/1;
    height: auto;
    font-size: 3.2vw;
    padding: 0vw;
  }
  .recommend__bubble small {
    font-size: 3.2vw;
  }
  .recommend__bubble .bubble__em {
    font-size: 4.8vw;
  }
  .recommend__bubble--lt, .recommend__bubble--lb, .recommend__bubble--bottom, .recommend__bubble--rt, .recommend__bubble--rb {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
}
/* ===== onsen ===== */
.onsen {
  /* ヒーロー */
  /* 研究 */
}
.onsen__hero {
  position: relative;
  background: #fff url("../img/onsen_hero.jpg") right center/cover no-repeat;
}
.onsen__hero .inner {
  padding-top: 320px;
  padding-bottom: 320px;
}
.onsen__hero-copy {
  z-index: 3;
  position: absolute;
  left: 62%;
  top: 45%;
}
.onsen__hero-copy::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 220px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 40px;
  z-index: -1;
  pointer-events: none;
  -ms-filter: blur(40px);
  opacity: 0.9;
  filter: blur(40px);
}
.onsen__lead {
  font-size: 24px;
  margin-bottom: 16px;
}
.onsen__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
}
.onsen__research {
  background: #fff url("../img/onsen_research.jpg") right center/cover no-repeat;
  padding: 120px 0 100px;
}
.onsen .inner {
  position: relative;
}
.onsen__research-head {
  margin-bottom: 40px;
}
.onsen__kicker {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 0.2em;
}
.onsen__heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 18px;
}
.onsen__card {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  line-height: 2.1;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===== onsen : smartphone ===== */
@media screen and (max-width: 768px) {
  .onsen {
    /* HERO */
    /* RESEARCH */
  }
  .onsen__hero {
    background-position: 50% center;
  }
  .onsen__hero .inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 32vw;
  }
  .onsen__hero-copy {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90vw;
    max-width: 90vw;
    z-index: 3;
    text-align: right;
  }
  .onsen__hero-copy::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: auto;
    right: 0;
    width: 80%;
    height: 130%;
    transform: translate(0%, -50%);
    -ms-filter: blur(20px);
    opacity: 0.9;
    filter: blur(20px);
    border-radius: 20px;
  }
  .onsen__lead {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    font-weight: 600;
  }
  .onsen__title {
    font-size: 7.4666666667vw;
    line-height: 1.25;
  }
  .onsen__research {
    background-position: top;
    background-size: 120% auto;
    padding: 10.6666666667vw 0 8.5333333333vw;
  }
  .onsen__research .inner {
    position: relative;
  }
  .onsen__research-head {
    margin-bottom: 4.2666666667vw;
    position: relative;
    z-index: 9;
  }
  .onsen__research-head::after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: auto;
    right: 0;
    width: 80%;
    height: 130%;
    transform: translate(0%, -50%);
    -ms-filter: blur(20px);
    opacity: 0.9;
    filter: blur(20px);
    border-radius: 20px;
  }
  .onsen__kicker {
    font-size: 3.2vw;
  }
  .onsen__heading {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
  .onsen__card {
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw;
    line-height: 1.9;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
  }
}
/* ===== points ===== */
.points {
  padding: 80px 0 0;
  text-align: center;
  background: #fff url("../img/point_bg.jpg") top center/100% auto no-repeat;
  /* 横並びカード */
  /* 泡バッジ */
  /* 丸（1つ分） */
  /* 2個目だけ重ね＆少し下げる */
  /* 山の説明＆写真 */
}
.points__head {
  margin-bottom: 40px;
}
.points__eyebrow {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.points__title {
  font-size: 64px;
  margin-bottom: 18px;
}
.points__title--em {
  font-size: 70px;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
}
.points__item {
  position: relative;
  overflow: hidden;
}
.points__bg--onsen {
  background: url("../img/points_01_bg.png") bottom center/cover no-repeat;
}
.points__bg--silica {
  background: url("../img/points_02_bg.jpg") center/cover no-repeat;
}
.points__bg--soft {
  background: url("../img/points_03_bg.jpg") center/cover no-repeat;
}
.points__bg--alkaline {
  background: url("../img/points_04_bg.jpg") center/cover no-repeat;
}
.points__item-inner {
  position: relative;
  z-index: 1;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  text-align: left;
  padding: 80px 40px 160px;
}
.points__index {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
  margin: 0 0 10px;
  display: flex;
  font-weight: 100;
  align-items: center;
  gap: 10px;
}
.points__index span {
  font-size: 16px;
  margin: auto 0 5px 0;
}
.points__index b {
  font-size: 40px;
}
.points__index::after {
  content: "";
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.points__item-title {
  font-size: 40px;
  font-weight: 600;
  margin: 32px 0 24px;
}
.points__pill {
  padding: 12px;
  display: inline-block;
  margin: 0 0 16px;
  background-color: #333;
}
.points__pill span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
.points__desc {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 2;
  margin: 0 0 16px;
}
.points__card {
  background: #fff;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #E5CCE0 0%, #B8D7EC 55%, #9ABFE9 100%) 1;
}
.points__card--box {
  display: flex;
  gap: 24px;
}
.points__card--box .points__card {
  width: 50%;
  position: relative;
  z-index: 9;
}
.points__card-head {
  text-align: center;
  background: linear-gradient(70deg, #E5CCE0 0%, #B8D7EC 55%, #9ABFE9 100%);
  color: #fff;
  font-weight: 700;
  padding: 12px 14px;
  text-shadow: 2px 2px 4px rgba(11, 28, 83, 0.3);
  font-weight: 400;
  font-size: 24px;
}
.points__small {
  font-size: 16px;
}
.points__card-figure {
  margin: 0;
  text-align: center;
}
.points__card-figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 16px;
}
.points__card--media .points__card-body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
  padding: 12px 16px 20px;
}
.points__card--media .points__card-body .points__card-figure img {
  margin-bottom: 0;
}
.points__card--media .points__card-text {
  padding: 0;
}
.points__card-text {
  font-family: "Noto Sans JP", sans-serif;
  padding: 24px;
  line-height: 1.7;
  text-align: left;
}
.points__col--text {
  width: 650px;
}
.points__textbox {
  position: relative;
}
.points__textbox::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  width: 110%;
  max-width: 800px;
  height: 170%;
  transform: translate(0%, -50%);
  background: #fff;
  border-radius: 80px;
  z-index: -1;
  pointer-events: none;
  -ms-filter: blur(80px);
  filter: blur(80px);
}
.points__col--badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.points__bubbles {
  position: absolute;
  right: clamp(-14px, -2vw, 0px);
  top: 12%;
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  pointer-events: none;
}
.points__bubble {
  width: clamp(170px, 26vw, 240px);
  aspect-ratio: 1/1; /* 正円維持 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../img/bubble_bg.png) center/contain no-repeat;
}
.points__bubble + .points__bubble {
  margin-left: -40px;
  transform: translateY(180px);
}
.points__bubble-em {
  font-size: 32px;
  font-weight: 600;
  background: linear-gradient(90deg, #FF7BE5 0%, #28BEFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.points__bubble-sub {
  font-size: 24px;
  color: #23508E;
  line-height: 1.3;
  margin-top: 16px;
}
.points .points__bubble-sub small {
  font-size: 22px;
}
.points__source {
  padding: 80px 0 200px;
  text-align: center;
  position: relative;
}
.points__source::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/points_01_mountain.png") bottom center/cover no-repeat;
  /* 上→下にかけて 透明→不透明（40%までに徐々に） */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #fff 10%, #fff 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #fff 10%, #fff 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 0; /* 背景として背面へ */
}
.points__source::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  width: 100%;
  max-width: 800px;
  height: 70%;
  transform: translate(-50%, 0%);
  background: #fff;
  border-radius: 80px;
  z-index: 0;
  pointer-events: none;
  -ms-filter: blur(80px);
  filter: blur(80px);
}
.points__source-head {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 600;
  color: #23508E;
  margin: 0px 0 32px 0;
}
.points__source-text {
  position: relative;
  z-index: 2;
  line-height: 2.3;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.points__photo {
  margin: 10px 0 40px;
}
.points__photo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .points__item--soft .points__item-inner {
    align-items: end;
  }
  .points__item--soft .points__item-inner .points__col--badge {
    position: absolute;
    right: 0;
    top: 63%;
  }
  .points__item--alkaline .points__item-inner {
    padding-bottom: 0;
  }
  .points__item--alkaline .points__card--box {
    padding-bottom: 80px;
  }
  .points__item--alkaline .points__col--badge {
    position: absolute;
    right: 0;
    top: 14%;
  }
}
/* ===== points : smartphone ===== */
@media screen and (max-width: 768px) {
  .points {
    padding: 8.5333333333vw 0 0;
    background-size: 150% auto;
    /* カード */
    /* メディアカードは縦積み */
    /* テキストカラム＆ぼかし */
    /* バッジ＆泡 */
    /* source セクション */
  }
  .points__head {
    margin-bottom: 6.4vw;
  }
  .points__eyebrow {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  .points__title {
    font-size: 10.6666666667vw;
    letter-spacing: 0em;
    margin-bottom: 3.2vw;
    font-weight: 600;
  }
  .points__title--em {
    font-size: 18.6666666667vw;
    font-weight: 600;
  }
  .points__item {
    position: relative;
    overflow: hidden;
  }
  .points__bg {
    background-position: top;
    background-size: 100% auto;
    padding-top: 50.6666666667vw;
  }
  .points__bg--onsen {
    background: url("../img/points_01_bg_sp.png") top center/100% auto no-repeat;
  }
  .points__bg--silica {
    background: url("../img/points_02_bg_sp.png") top/100% auto no-repeat;
    padding-top: 50.6666666667vw;
  }
  .points__bg--soft {
    background: url("../img/points_03_bg_sp.png") top/100% auto no-repeat;
  }
  .points__bg--alkaline {
    background: url("../img/points_04_bg_sp.png") top/100% auto no-repeat;
  }
  .points__item-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    text-align: left;
    padding: 6.4vw 4.2666666667vw 8.5333333333vw;
  }
  .points__index {
    margin: 0 0 2.1333333333vw;
    gap: 2.1333333333vw;
  }
  .points__index span {
    font-weight: 100;
    font-size: 4.2666666667vw;
    margin: 0;
  }
  .points__index b {
    font-size: 7.4666666667vw;
  }
  .points__index::after {
    margin-left: 2.1333333333vw;
  }
  .points__item-title {
    font-size: 7.4666666667vw;
    font-weight: 700;
    margin: 6.4vw 0 4.2666666667vw;
    line-height: 1.3;
  }
  .points__pill {
    background-color: transparent;
    padding: 0vw 0vw;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0;
  }
  .points__pill span {
    background-color: #333;
    font-weight: 500;
    padding: 2.1333333333vw 3.2vw;
    font-size: 5.0666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .points__desc {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
  .points__card {
    margin-top: 4.2666666667vw;
  }
  .points__card-head {
    font-weight: 700;
    font-size: 4.8vw;
    padding: 2.1333333333vw 3.2vw;
  }
  .points__small {
    font-size: 3.2vw;
  }
  .points__card-text {
    padding: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .points__card--box {
    display: flex;
    gap: 4.2666666667vw;
    flex-direction: column;
  }
  .points__card--box .points__card {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .points__card--media .points__card-body {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    padding: 3.2vw 3.2vw 4.2666666667vw;
  }
  .points__card--media .points__card-figure {
    margin: auto;
  }
  .points__card--media .points__card-text {
    padding: 0;
  }
  .points__col--text {
    width: auto;
  }
  .points__textbox::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: none;
    height: 140%;
    border-radius: 10.6666666667vw;
    filter: blur(40px);
  }
  .points__col--badge {
    order: 2;
    margin-top: -8.5333333333vw;
    position: absolute;
    top: 0;
    right: 2.1333333333vw;
  }
  .points__bubbles {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: end;
    gap: 0vw;
    margin-top: -4.2666666667vw;
  }
  .points__bubble {
    width: 29vw;
    aspect-ratio: 1/1;
  }
  .points__bubble + .points__bubble {
    margin-left: 0;
    transform: none;
  }
  .points__bubble-em {
    font-size: 4.2666666667vw;
  }
  .points__bubble-sub {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
    line-height: 1.5;
  }
  .points__bubble-sub small {
    font-size: 3.7333333333vw !important;
  }
  .points__item--silica .points__col--badge .points__bubble {
    margin-right: 50px;
  }
  .points__item--silica .points__col--badge .points__bubble + .points__bubble {
    margin-right: 0px;
  }
  .points__source {
    padding: 2.1333333333vw 4.2666666667vw 40vw;
    text-align: left;
  }
  .points__source::before {
    background-size: 100% auto;
    background: url("../img/points_01_mountain_sp.png") bottom center/100% auto no-repeat;
  }
  .points__source::after {
    top: 8%;
    width: 90vw;
    height: 60%;
    border-radius: 10.6666666667vw;
    filter: blur(50px);
  }
  .points__source-head {
    font-size: 5.3333333333vw;
    margin: 0 0 6.4vw;
  }
  .points__source-text {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .points__photo {
    margin: 2.1333333333vw 0 6.4vw;
  }
  .points .points__item--alkaline .points__item-inner {
    padding-bottom: 0;
  }
  .points .points__item--alkaline .points__card--box {
    padding-bottom: 8.5333333333vw;
  }
  .points .points__item--alkaline .points__card {
    margin-top: 0;
  }
}
/* ===== voices ===== */
.voices {
  padding: 80px 0;
  background: url(../img/voices_bg_bottom.png) bottom center/100% auto no-repeat, url(../img/voices_bg_top.png) top center/100% auto no-repeat, #E6E6E6;
  /* item */
  /* 画像 */
  /* 本文 */
}
.voices__head {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: baseline;
}
.voices__eyebrow {
  font-size: 40px;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  font-weight: 600;
}
.voices__title {
  font-size: 72px;
  font-weight: 600;
  background-color: #fff;
  padding: 14px 0 16px 16px;
}
.voices__item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0 0 48px 0;
  font-weight: 600;
  position: relative;
}
.voices__item--rev .voices__img {
  order: 2;
}
.voices__item--rev .voices__body {
  order: 1;
}
.voices__item--rev .voices__no {
  left: 50%;
}
.voices__img {
  margin: 0;
  width: 40%;
}
.voices__img img {
  display: block;
  width: 100%;
  height: auto;
}
.voices__body {
  position: relative;
  width: 60%;
}
.voices__no {
  z-index: 10;
  font-family: "Libre Baskerville";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  color: #3D659C;
  font-style: italic;
  font-weight: 300;
}
.voices__no b {
  font-size: 30px;
}
.voices__catch {
  font-size: 32px;
  line-height: 1.6;
  color: #3D659C;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.voices__catch:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 10%;
  font-weight: 700;
  width: 100%;
  height: 90%;
  transform: translate(0%, 0%);
  background: #fff;
  border-radius: 10px;
  z-index: -1;
  pointer-events: none;
  -ms-filter: blur(40px);
  filter: blur(40px);
}
.voices__meta {
  margin: 0 0 -24px 0;
}
.voices__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 12px 16px;
  background: linear-gradient(90deg, #E8A1DA 40%, #A1CBFF 70%, #93B9FF 100%);
}
.voices__quote {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  background: #fff;
  padding: 40px 24px 24px;
  line-height: 1.9;
}
.voices__note {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===== voices : smartphone ===== */
@media screen and (max-width: 768px) {
  .voices {
    padding: 10.6666666667vw 0;
    background: url(../img/voices_bg_bottom.png) bottom center/100% auto no-repeat, url(../img/voices_bg_top.png) top center/100% auto no-repeat, #E6E6E6;
    /* アイテムは縦積み */
    /* 画像／本文 */
  }
  .voices__head {
    margin-bottom: 6.4vw;
    gap: 1.6vw;
    align-items: center;
  }
  .voices__eyebrow {
    font-size: 7.4666666667vw;
    margin-bottom: 0;
  }
  .voices__title {
    font-size: 10.6666666667vw;
    padding: 1.6vw 2.6666666667vw;
  }
  .voices__item {
    flex-direction: column;
    gap: 2.1333333333vw;
    align-items: stretch;
    padding: 0 0 7.4666666667vw;
    margin-top: 8.5333333333vw;
    font-weight: 300;
  }
  .voices__item--rev .voices__img {
    order: 0;
  }
  .voices__item--rev .voices__body {
    order: 1;
  }
  .voices__item--rev .voices__no {
    left: auto;
  }
  .voices__img {
    width: 100%;
    margin: 0;
  }
  .voices__img img {
    width: 100%;
    height: auto;
  }
  .voices__body {
    width: 100%;
    position: relative;
  }
  .voices__no {
    font-size: 3.2vw;
    top: auto;
    bottom: 100%;
    right: 0;
    transform: translateY(-vw(6));
  }
  .voices__no b {
    font-size: 5.3333333333vw;
  }
  .voices__catch {
    font-size: 7.4666666667vw;
    line-height: 1.4;
    margin: 3.2vw 0 4.2666666667vw;
    position: relative;
    z-index: 3;
  }
  .voices__catch::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 100%;
    height: 90%;
    transform: translate(-50%, 0%);
    background: #fff;
    border-radius: 40px;
    z-index: -1;
    pointer-events: none;
    -ms-filter: blur(40px);
    filter: blur(40px);
  }
  .voices__meta {
    margin: 0 0 -2.1333333333vw;
  }
  .voices__tag {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 4vw;
  }
  .voices__quote {
    padding: 6.4vw 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
  .voices__note {
    font-size: 2.9333333333vw;
    text-align: left;
  }
}
/* ===== brand (MV) ===== */
.brand {
  position: relative;
  overflow: hidden;
  min-height: 840px;
  /* 左：ロゴ＋バブル / 右：ボトル */
  /* 下：バッジ＋注釈 */
  /* 誤字互換（正: __bottom） */
  /* 背景演出（lumina）を背面に固定 */
  /* 右のボトル位置・サイズ */
}
.brand__inner, .brand .mv__inner { /* HTMLが .mv__inner のため両対応 */
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
}
.brand__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
}
.brand__copy {
  width: clamp(260px, 28vw, 420px);
  font-size: 24px;
}
.brand__copy img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}
.brand__bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0 16px;
  padding: 0;
  list-style: none;
}
.brand__bubble {
  width: clamp(120px, 16vw, 180px);
  aspect-ratio: 1/1; /* 正円維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  background: url("../img/bubble_bg.png") center/contain no-repeat;
  font-size: clamp(13px, 1.6vw, 18px);
  line-height: 1.6;
  color: #23508E;
}
.brand__awards {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand__awards--img {
  display: block;
  width: clamp(96px, 11vw, 133px);
  height: auto;
}
.brand__note {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
.brand__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 2;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.brand .lumina {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.brand .lumina__base {
  -webkit-mask-image: none;
  mask-image: none;
}
.brand .mv__image img {
  height: auto;
}

/* ===== brand : smartphone ===== */
@media screen and (max-width: 768px) {
  .brand {
    height: 224vw;
    min-height: 100%;
    background-position: 60% top;
  }
  .brand__inner, .brand .mv__inner {
    padding: 8.5333333333vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    top: 0;
    transform: translate(-50%, 0%);
  }
  .brand__content {
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: flex;
  }
  .brand__copy {
    width: 60%;
    margin: 38.9333333333vw auto;
    order: 2;
    font-size: 5.3333333333vw;
  }
  .brand__copy img {
    margin-bottom: 4.2666666667vw;
  }
  .brand__bubbles {
    align-items: flex-end;
    margin: 0;
    flex-direction: column;
    gap: 1.0666666667vw;
    width: 100%;
  }
  .brand__bubble {
    font-size: 3.7333333333vw;
    width: 35vw;
  }
  .brand__awards {
    justify-content: center;
    gap: 2.1333333333vw;
    margin-bottom: 40vw;
  }
  .brand__awards--img {
    width: 33vw;
  }
  .brand__note {
    font-size: 3.7333333333vw;
    text-align: left;
    margin: 0 0 2.6666666667vw 0;
  }
  .brand__bottom {
    bottom: 0;
    margin-top: 4.2666666667vw;
  }
  .brand .mv__bg-water {
    top: 5vw;
    left: 58%;
    transform: translate(-50%, 0%);
    max-width: none;
    width: 120%;
  }
  .brand .mv__image {
    margin: 18.6666666667vw 0 0 0;
    position: absolute;
    left: 45%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  .brand .mv__bg-wrap {
    margin: 0;
    position: relative;
  }
  .brand .lumina {
    min-height: 100%;
  }
  .brand .lumina__glow {
    -o-object-position: 50% 50%;
    object-position: 85% 0%;
    height: 60%;
    -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, #fff 0%, #fff 90%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
/* ===== pairing ===== */
.pairing {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background: url("../img/pair_bg.jpg") center/cover no-repeat;
}
.pairing__head {
  margin-bottom: 46px;
}
.pairing__brand {
  font-size: 24px;
  margin-bottom: 16px;
}
.pairing__title {
  font-size: 40px;
}
.pairing__cards {
  display: flex;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.pairing__card {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.pairing__img img {
  display: block;
  width: 100%;
  height: auto;
}
.pairing__name {
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0 16px;
}
.pairing__text {
  color: #333;
  line-height: 1.8;
  margin: 0 0 16px;
  font-size: 14px;
}
.pairing__note {
  margin: 90px 0 10px;
  line-height: 2;
  font-size: 30px;
  position: relative;
  z-index: 4;
}
.pairing__note::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 800px;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 80px;
  z-index: -1;
  pointer-events: none;
  -ms-filter: blur(40px);
  filter: blur(40px);
}

/* ===== pairing : smartphone ===== */
@media screen and (max-width: 768px) {
  .pairing {
    padding: 10.6666666667vw 0;
    background-position: center;
    /* カードは縦積み */
  }
  .pairing__head {
    margin-bottom: 6.4vw;
  }
  .pairing__brand {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .pairing__title {
    font-size: 7.4666666667vw;
  }
  .pairing__cards {
    gap: 2.1333333333vw;
    flex-wrap: wrap;
  }
  .pairing__card {
    padding: 0 0 0;
    flex: 0 0 calc((100% - 2.1333333333vw) / 2);
  }
  .pairing__img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .pairing__name {
    font-size: 4.2666666667vw;
    font-weight: 600;
    margin: 4.2666666667vw 0 2.1333333333vw;
  }
  .pairing__text {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    margin: 0 0 2.1333333333vw;
  }
  .pairing__note {
    margin: 7.4666666667vw 0 2.6666666667vw;
    line-height: 1.7;
    font-size: 4.8vw;
    position: relative;
    z-index: 4;
  }
  .pairing__note::after {
    width: 92vw;
    max-width: none;
    height: 130%;
    transform: translate(-50%, -50%);
    border-radius: 10.6666666667vw;
    filter: blur(30px);
  }
}
.quality {
  background: #fff url("../img/quality_bg.jpg") center/cover no-repeat;
  padding: 80px 0;
  /* ヒーロー背景 */
  /* カード */
  /* 注記 */
}
.quality__hero {
  position: relative;
  overflow: hidden;
}
.quality__bg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.35;
  mix-blend-mode: screen;
}
.quality__head {
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.quality__eyebrow {
  font-size: 24px;
  letter-spacing: 0.12em;
  opacity: 0.9;
  margin-bottom: 16px;
}
.quality__title {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
.quality__lead {
  font-size: 16px;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}
.quality__card {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}
.quality__flow {
  display: flex;
  gap: 60px;
  align-content: start;
  width: 100%;
}
.quality__img {
  position: absolute;
  width: 30%;
  right: 40px;
}
.quality__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 5;
}
.quality__steps::after {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #F7D3F0 0%, #D8CCEC 41%, #CADCFF 100%);
  position: absolute;
  left: 30px;
  z-index: -1;
}
.quality__step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quality__step-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  font-family: "Libre Baskerville", serif;
}
.quality__step-num::before {
  content: "step";
  margin-bottom: 4px;
  top: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.quality__step-text {
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.quality__photo {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  align-self: stretch;
}
.quality__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality__footnote {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.quality__notice {
  margin: 16px auto 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 8px;
  background: linear-gradient(90deg, #e8a1da, #a1cbff);
  mix-blend-mode: normal;
}

/* ===== quality : smartphone ===== */
@media screen and (max-width: 768px) {
  .quality {
    padding: 10.6666666667vw 0;
    background-position: center;
    background-size: cover;
    /* カード */
    /* フロー：縦積み */
    /* 写真は横幅いっぱい・高さ比率維持 */
    /* 注記 */
  }
  .quality__hero {
    overflow: hidden;
  }
  .quality__head {
    margin-bottom: 5.3333333333vw;
    place-content: center;
    text-align: center;
  }
  .quality__eyebrow {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
    margin-bottom: 2.1333333333vw;
  }
  .quality__title {
    font-size: 8.5333333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 6.4vw;
  }
  .quality__lead {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
  .quality__card {
    flex-direction: column;
    gap: 3.7333333333vw;
    padding: 0vw;
    margin-bottom: 6.4vw;
    background: transparent;
  }
  .quality__flow {
    background: rgba(255, 255, 255, 0.8);
    gap: 3.7333333333vw;
    width: 100%;
    box-sizing: border-box;
    padding: 4.2666666667vw 4.2666666667vw 8.5333333333vw 4.2666666667vw;
  }
  .quality__img {
    position: static;
    margin-top: -8.5333333333vw;
    width: 100%;
    right: 0px;
  }
  .quality__steps {
    gap: 8.5333333333vw;
  }
  .quality__steps::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5.6vw;
    z-index: -1;
  }
  .quality__step {
    gap: 2.6666666667vw;
  }
  .quality__step-num {
    aspect-ratio: 1/1;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    font-size: 4.8vw;
  }
  .quality__step-num::before {
    font-size: 2.9333333333vw;
  }
  .quality__step-text {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
  .quality__photo {
    border-radius: 2.1333333333vw;
  }
  .quality__photo img {
    height: 48vw;
    object-fit: cover;
  }
  .quality__footnote {
    font-size: 4.2666666667vw;
    line-height: 1.9;
  }
  .quality__notice {
    display: inline;
    line-height: 2.4;
    margin: 2.6666666667vw auto 0;
    padding: 1.6vw 2.6666666667vw;
  }
}
.inspect {
  padding: 80px 0;
  background: #fff;
  background: #fff url("../img/inspect_bg.jpg") center/cover no-repeat;
  /* カード */
  /* 結果パネル */
  /* ボタン */
  /* モーダル */
}
.inspect__head {
  inset: 0;
  place-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.inspect__eyebrow {
  font-size: 24px;
  letter-spacing: 0.12em;
  opacity: 0.9;
  margin-bottom: 16px;
}
.inspect__title {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
.inspect__lead {
  font-size: 16px;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}
.inspect__card {
  display: flex;
  gap: 40px;
  background: #fff;
  padding: 40px;
  align-items: center;
  margin-bottom: 80px;
}
.inspect__card--no-doc .inspect__result {
  background: #fff;
  width: 800px;
  margin: 0 auto;
}
.inspect__card--no-doc .inspect__table {
  padding: 40px 190px;
  background-color: #fff;
}
.inspect__doc {
  margin: 0;
  width: 475px;
}
.inspect__thumb {
  display: block;
  width: 100%;
}
.inspect__result {
  width: 547px;
}
.inspect__result-head {
  background: #000;
  color: #fff;
  padding: 16px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  width: 100%;
  margin: 0px;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
}
.inspect__table {
  display: flex;
  background-color: #f1f1f1;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
}
.inspect__table > div {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 24px;
}
.inspect__table dt {
  font-weight: 500;
  font-size: 20px;
}
.inspect__table dd {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}
.inspect__table dd span {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 12px;
  display: inline-block;
}
.inspect__actions {
  text-align: center;
  margin-top: 40px;
}
.inspect__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 467px;
  height: 80px;
  padding: 0 56px;
  border-radius: 999px;
  font-size: 24px;
  background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
  color: #fff;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.inspect__btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}
.inspect__btn:active {
  transform: translateY(0);
}
.inspect__modal {
  position: fixed;
  inset: 0;
  display: none;
}
.inspect__modal[aria-hidden=false] {
  display: block;
}
.inspect__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.inspect__dialog {
  position: relative;
  z-index: 1;
  width: min(96vw, 1100px);
  height: min(86vh, 900px);
  margin: 6vh auto 0;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
.inspect__viewer {
  flex: 1;
  border: 0;
  background: #111;
}
.inspect__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #111;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* ===== inspect : smartphone ===== */
@media screen and (max-width: 768px) {
  .inspect {
    padding: 8.5333333333vw 0;
    background-position: center;
    background-size: cover;
    /* カード縦積み */
    /* ボタン */
    /* モーダル */
  }
  .inspect__head {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .inspect__eyebrow {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    letter-spacing: 0.08em;
  }
  .inspect__title {
    font-size: 9.6vw;
    letter-spacing: 0.04em;
    margin-bottom: 3.2vw;
    line-height: 1.4;
  }
  .inspect__lead {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
  .inspect__card {
    flex-direction: column;
    gap: 3.7333333333vw;
    padding: 4.2666666667vw;
    align-items: stretch;
    margin-bottom: 10.6666666667vw;
  }
  .inspect__doc {
    width: 100%;
  }
  .inspect__thumb {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
  }
  .inspect__result {
    width: 100%;
  }
  .inspect__result-head {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
  .inspect__table {
    background-color: #f1f1f1;
    font-size: 3.7333333333vw;
    gap: 2.6666666667vw;
    padding: 6.4vw 0vw 6.4vw 4.2666666667vw;
    width: auto;
    margin: 0;
  }
  .inspect__table > div {
    display: grid;
    grid-template-columns: minmax(94px, 34%) 1fr;
    gap: 2.1333333333vw;
  }
  .inspect__table dt {
    font-weight: 600;
    font-size: 3.7333333333vw;
  }
  .inspect__table dd {
    margin: 0;
    font-weight: 600;
    font-size: 4.2666666667vw;
  }
  .inspect__table dd span {
    font-size: 3.2vw;
    margin-top: 1.6vw;
    display: inline-block;
  }
  .inspect__card--no-doc .inspect__result {
    width: 100%;
    margin: 0;
  }
  .inspect__card--no-doc .inspect__table {
    width: auto;
    padding: 6.4vw 0vw 6.4vw 6.4vw;
  }
  .inspect__actions {
    margin-top: 4.2666666667vw;
    text-align: center;
  }
  .inspect__btn {
    min-width: 100%;
    height: 14.9333333333vw;
    font-size: 4.8vw;
    padding: 0 5.3333333333vw;
    border-radius: 999px;
  }
  .inspect__dialog {
    width: 96vw;
    height: 80vh;
    margin: 10vh auto 0;
  }
  .inspect__close {
    width: 9.6vw;
    height: 9.6vw;
    font-size: 4.8vw;
  }
}
.shelf {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background: #fff url("../img/water_wave_bg.jpg") center/cover no-repeat;
  /* 左上の青い丸バッジ */
}
.shelf__head {
  margin-bottom: 18px;
}
.shelf__eyebrow {
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.shelf__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.shelf__cards {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  gap: 40px;
}
.shelf__card {
  width: 50%;
  padding: 24px 20px 24px 120px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.shelf__img {
  width: 220px;
}
.shelf__img img {
  display: block;
  height: auto;
}
.shelf__badge {
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: 18px;
  top: 18px;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: flex;
  place-items: center;
  line-height: 1;
  color: #fff;
  background: #5A7CAA;
  font-size: 24px;
  font-weight: 500;
}
.shelf__badge b {
  display: block;
  font-size: 32px;
}
.shelf__badge b span {
  font-size: 48px;
}

/* ===== shelf : smartphone ===== */
@media screen and (max-width: 768px) {
  .shelf {
    padding: 10.6666666667vw 0;
    background-position: center;
    background-size: cover;
    /* カードは縦積み */
    /* 画像サイズを縮小・中央寄せ */
    /* バッジ縮小 */
  }
  .shelf__head {
    margin-bottom: 3.2vw;
  }
  .shelf__eyebrow {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  .shelf__title {
    font-size: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
  .shelf__cards {
    flex-direction: column;
    gap: 3.2vw;
    margin-top: 3.2vw;
  }
  .shelf__card {
    max-width: 100%;
    min-height: 42.6666666667vw;
    width: 100%;
    box-sizing: border-box;
    padding: 8.5333333333vw 4.2666666667vw 8.5333333333vw 4.2666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
  }
  .shelf__card:last-child .shelf__img {
    width: 48vw;
    margin: 0 auto 0 6.4vw;
  }
  .shelf__card:last-child .shelf__img img {
    width: 80%;
    height: auto;
    display: block;
  }
  .shelf__card:last-child .shelf__badge {
    right: 4.2666666667vw;
    left: auto;
  }
  .shelf__img {
    width: 48vw;
    margin: 0 24px 0 auto;
  }
  .shelf__img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .shelf__badge {
    left: 4.2666666667vw;
    top: 4.2666666667vw;
    width: 24.5333333333vw;
    height: 24.5333333333vw;
    font-size: 3.7333333333vw;
    gap: 1.0666666667vw;
  }
  .shelf__badge b {
    font-size: 5.3333333333vw;
  }
  .shelf__badge b span {
    font-size: 6.9333333333vw;
  }
}
.pure {
  position: relative;
  padding: 80px 0;
  background: url("../img/pure_bg.jpg") center/cover no-repeat;
  /* 栄養成分カード */
}
.pure__eyebrow {
  font-size: 24px;
  margin: 0 0 6px;
}
.pure__title {
  font-size: 64px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: bold;
}
.pure__lead {
  color: #333;
  line-height: 2;
  margin: 0 0 72px;
  font-family: "Noto Sans JP", sans-serif;
}
.pure__copy {
  position: relative;
  z-index: 2;
}
.pure__copy::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  width: 700px;
  height: 130%;
  transform: translate(0%, -50%);
  background: #fff;
  border-radius: 0px;
  z-index: -1;
  pointer-events: none;
  -ms-filter: blur(30px);
  opacity: 0.9;
  filter: blur(30px);
}
.pure__visual {
  margin: 0;
  justify-self: end;
  max-width: 520px;
}
.pure__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.pure__nutri {
  max-width: 560px;
  font-family: "Noto Sans JP", sans-serif;
}
.pure__nutri-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
  font-size: 18px;
}
.pure__nutri-head small {
  font-size: 12px;
}
.pure__nutri-table {
  background: #fff;
  width: 100%;
  table-layout: fixed; /* ← これで col の幅を優先 */
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
  /* 列幅 */
  /* 値セルは実効30pxに（左右の余白を0） */
  /* 中央の仕切り線は片側だけにして1pxに */
  /* ゼブラ */
}
.pure__nutri-table col.pure__col--val {
  width: 80px;
}
.pure__nutri-table col.pure__col--name {
  width: calc((100% - 160px) / 2);
}
.pure__nutri-table th, .pure__nutri-table td {
  padding: 16px 8px;
  font-size: 14px;
  vertical-align: middle;
}
.pure__nutri-table tr:first-child th, .pure__nutri-table tr:first-child td {
  border-top: none;
}
.pure__nutri-table th {
  text-align: left;
  white-space: nowrap;
  font-weight: 300;
}
.pure__nutri-table th span {
  font-size: 12px;
}
.pure__nutri-table td:nth-child(2), .pure__nutri-table td:nth-child(4) {
  padding-left: 0;
  padding-right: 8px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pure__nutri-table td:nth-child(2) {
  border-right: 1px solid #ccc;
}
.pure__nutri-table th:nth-child(3) {
  border-left: 0;
}
.pure__nutri-table tr:nth-child(even) th, .pure__nutri-table tr:nth-child(even) td {
  background: #FBFBFB;
}

/* ===== pure : smartphone ===== */
@media screen and (max-width: 768px) {
  .pure {
    padding: 58.6666666667vw 0 10.6666666667vw;
    background: url("../img/pure_bg_sp.png") top/contain no-repeat;
    /* 背景ぼかしのプレートを中央寄せ＆小さめに */
    /* 画像は先頭に・全幅寄り */
    /* 栄養成分 */
  }
  .pure__eyebrow {
    font-size: 4.2666666667vw;
    margin: 0 0 1.6vw;
  }
  .pure__title {
    font-size: 10.6666666667vw;
    line-height: 1.1;
    margin: 0 0 4.2666666667vw;
    font-weight: 700;
  }
  .pure__lead {
    font-size: 3.7333333333vw;
    line-height: 1.9;
    margin: 0 0 6.4vw;
  }
  .pure__copy {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .pure__copy::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92vw;
    height: 120%;
    border-radius: 5.3333333333vw;
    filter: blur(20px);
    opacity: 0.9;
  }
  .pure__visual {
    order: -1;
    max-width: none;
    margin: 0 auto 4.2666666667vw;
  }
  .pure__visual img {
    border-radius: 2.1333333333vw;
  }
  .pure__nutri {
    max-width: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pure__nutri-head {
    padding: 0 0 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .pure__nutri-head small {
    font-size: 2.9333333333vw;
  }
  .pure__nutri-table {
    min-width: 320px;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    /* 列幅（SP用に少し狭め） */
    /* 値セルは右寄せ */
    /* ゼブラ */
  }
  .pure__nutri-table col.pure__col--val {
    width: 64px;
  }
  .pure__nutri-table col.pure__col--name {
    width: calc((100% - 128px) / 2);
  }
  .pure__nutri-table th, .pure__nutri-table td {
    padding: 2.6666666667vw 2.1333333333vw;
    font-size: 3.2vw;
    vertical-align: middle;
  }
  .pure__nutri-table tr:first-child th, .pure__nutri-table tr:first-child td {
    border-top: none;
  }
  .pure__nutri-table th {
    text-align: left;
    white-space: nowrap;
  }
  .pure__nutri-table th span {
    font-size: 2.6666666667vw;
  }
  .pure__nutri-table td:nth-child(2), .pure__nutri-table td:nth-child(4) {
    padding-left: 0;
    padding-right: 1.6vw;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pure__nutri-table td:nth-child(2) {
    border-right: 1px solid #ccc;
  }
  .pure__nutri-table th:nth-child(3) {
    border-left: 0;
  }
  .pure__nutri-table tr:nth-child(even) th, .pure__nutri-table tr:nth-child(even) td {
    background: #FBFBFB;
  }
}
.faq {
  background: #F2F4F8;
  padding: 80px 0;
  /* summary 行 */
  /* 左の Q / A マーク */
  /* 右端の丸いトグル（＋／−） */
  /* 横棒 */
  /* 縦棒（開閉で消す） */
  /* 開いたときの見た目 */
  /* －表示に */
  /* 本文 */
}
.faq__title {
  text-align: center;
  font-size: 40px;
  margin: 0 0 40px;
}
.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}
.faq__details {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 32px 40px 32px 40px;
}
.faq__summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  user-select: none;
}
.faq__summary::-webkit-details-marker {
  display: none;
}
.faq__qmark {
  font-size: 56px;
  line-height: 1.4;
  margin-top: -4px;
  background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.faq__amark {
  font-size: 56px;
  line-height: 1;
  color: #222;
  margin-right: 8px;
}
.faq__question {
  font-size: 24px;
}
.faq__toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
  position: relative;
  box-shadow: 0 2px 8px rgba(100, 120, 200, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fff;
  border-radius: 2px;
}
.faq__toggle::before {
  width: 14px;
  height: 2px;
}
.faq__toggle::after {
  width: 2px;
  height: 14px;
}
.faq__details[open] .faq__toggle::after {
  opacity: 0;
}
.faq__content {
  border-top: 1px solid #eef1f6;
  display: flex;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 0 0 0;
  line-height: 1.9;
}
.faq__sub--amark {
  font-size: 12px;
  line-height: 1.7;
  display: block;
  margin: 8px 0 0 0;
}
.faq__sub--amark strong {
  font-weight: bold;
  font-size: 110%;
}
.faq p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
}

/* ===== FAQ : smartphone ===== */
@media screen and (max-width: 768px) {
  .faq {
    padding: 10.6666666667vw 0;
    background: #F2F4F8;
  }
  .faq__title {
    font-size: 10.6666666667vw;
    margin: 0 0 8.5333333333vw;
    font-weight: 600;
  }
  .faq__list {
    gap: 3.2vw;
  }
  .faq__details {
    padding: 6.4vw;
    border-radius: 2.6666666667vw;
    line-height: 1.6;
    font-weight: 600;
  }
  .faq__summary {
    grid-template-columns: auto 1fr auto;
    gap: 3.2vw;
  }
  .faq__qmark {
    font-size: 10.6666666667vw;
    line-height: 2;
    margin-top: -2.1333333333vw;
    background: linear-gradient(90deg, #e8a1da 0%, #a1cbff 55%, #93b9ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .faq__amark {
    font-size: 10.6666666667vw;
    line-height: 1;
  }
  .faq__question {
    font-size: 4.8vw;
  }
  .faq__toggle {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .faq__toggle::before {
    width: 3.7333333333vw;
    height: 2px;
  }
  .faq__toggle::after {
    width: 2px;
    height: 3.7333333333vw;
  }
  .faq__content {
    border-top: 1px solid #eef1f6;
    gap: 3.2vw;
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    line-height: 1.9;
  }
  .faq__content p {
    font-weight: 400;
  }
  .faq__sub--amark {
    font-size: 3.2vw;
    line-height: 1.7;
    margin: 1.6vw 0 0;
    display: block;
  }
}
.footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 20px 0 36px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__item {
  display: flex;
  align-items: center;
}
.footer__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  margin: 0 22px; /* 区切りの余白 */
}
.footer__link {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  padding: 4px 0;
}
.footer__link:is(:hover, :focus-visible) {
  text-decoration: underline;
}
.footer__copy {
  color: #777;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5.3333333333vw 0 7.4666666667vw;
  }
  .footer__link {
    font-size: 3.4666666667vw;
  }
  .footer__item:not(:last-child)::after {
    margin: 0 3.7333333333vw;
    height: 3.2vw;
  }
  .footer__copy {
    font-size: 3.2vw;
  }
}

/* ===== Floating CTA (fcta) : full CSS ===== */
/* コンテナ（画面下に常時配置。JSで .is-hide を付け外し） */
.fcta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 16px 12px calc(8px + env(safe-area-inset-bottom));
  /* 背景はうすく・被り軽減 */
  background: linear-gradient(90deg, rgba(232, 161, 218, 0.8) 0%, rgba(161, 203, 255, 0.8) 55%, rgba(147, 185, 255, 0.8) 100%);
}

/* 隠すときだけ下に落とす（JSで .is-hide を付与） */
.fcta.is-hide {
  transform: translateY(110%);
}

/* 中身のボタン（ピル型） */
.fcta__btn {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(546px, 100vw - 24px);
  height: 92px;
  margin: 0 auto;
  padding: 0 56px 0 16px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #5BE351 0%, #07A53E 100%);
  touch-action: manipulation;
}
@media screen and (max-width: 768px) {
  .fcta__btn {
    height: 24.5333333333vw;
    gap: 3.2vw;
    padding: 0 14.9333333333vw 0 4.2666666667vw;
    width: calc(100vw - 24px);
  }
}
.fcta__btn::after {
  content: "";
  background: url(../img/icon_50off.png) center/contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: 16px;
  width: 80px;
  height: 80px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .fcta__btn::after {
    width: 19%;
    height: 100%;
    top: 50%;
    bottom: 50%;
    left: 4.2666666667vw;
    margin: auto;
  }
}

/* テキスト行 */
.fcta__lead {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: block;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin: 0 auto;
  padding: 14px 0px 0 48px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fcta__lead {
    padding: 3.7333333333vw 0px 0 0vw;
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 0 24vw;
  }
}

.fcta__lead em {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fcta__lead em {
    font-size: 4.2666666667vw;
  }
}

.fcta__lead strong {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fcta__lead strong {
    font-size: 6.4vw;
  }
}

.fcta__lead small {
  font-size: 12px;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .fcta__lead small {
    font-size: 3.2vw;
  }
}

/* バッジ（文言） */
.fcta__badge {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  padding: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #0a0; /* 緑文字 */
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.fcta__badge::after {
  content: "";
  position: absolute;
  bottom: -20px; /* 位置調整 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 15px 0 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.fcta__subtext {
  position: absolute;
  display: flex;
  background: #fff;
  border-radius: 999px;
  margin: 0px auto 0px;
  align-content: stretch;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  top: -8px;
  font-size: 14px;
  padding: 6px 24px;
  font-weight: 500;
  color: #07A53E;
}
@media screen and (max-width: 768px) {
  .fcta__subtext {
    width: 80%;
    max-width: 1060px;
    padding: 1.0666666667vw 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

/* 右端の丸い矢印 */
.fcta__arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fcta__arrow {
    width: 9.6vw;
    height: 9.6vw;
  }
}

.fcta__arrow::after {
  content: "";
  background: #fff url(../img/arrow.svg) no-repeat center;
  position: absolute;
  right: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fcta__arrow::after {
    width: 9.6vw;
    height: 9.6vw;
    line-height: 9.6vw;
  }
}

/* 任意：閉じるボタンを置く場合（.fcta__close 要素があるときのみ） */
.fcta__close {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.fcta__close::before, .fcta__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #333;
  border-radius: 2px;
}

.fcta__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fcta__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ホバー/アクティブ/フォーカス */
.fcta__btn:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.fcta__btn:active {
  transform: translateY(0);
}

.fcta__btn:focus-visible {
  outline: 3px solid rgba(30, 150, 255, 0.35);
  outline-offset: 2px;
}

/* PCは少し大きく */
@media (min-width: 769px) {
  .fcta__btn {
    height: 74px;
  }
  .fcta__lead strong {
    font-size: 32px;
  }
  .fcta__badge {
    top: -16px;
  }
}
/* モーション軽減 */
@media (prefers-reduced-motion: reduce) {
  .fcta, .fcta__btn {
    transition: none;
  }
}
.l-container-wrap, footer {
  position: relative;
  background: #fff;
  z-index: 999;
}/*# sourceMappingURL=style.css.map */