@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --c-white01: #ffffff;
  --c-black01: #333333;
  --c-brown01: #c97b4b;
  --c-brown02: #8b5e3c;
  --c-beige01: #f5ede4;
  --c-green01: #4a7c59;
  --c-yellow01: #fff3b0;
  --c-line01: #e0d5cb;
  --c-orange01: #d26a31;
  --c-ink01: #272727;
  --c-dark01: #3d3d3d;
  --lp-w: 430px;
}

html, body {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

* {
  color: var(--c-black01);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  letter-spacing: 0.01em;
  line-height: 1.8;
  box-sizing: border-box;
}

a {
  color: var(--c-black01);
  text-decoration: none;
  transition: opacity 0.15s ease-out;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}

p {
  margin: 0;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

main {
  display: block;
}

section {
  padding: 0;
  position: static;
  width: auto;
}

figure {
  margin: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
}
button:focus {
  outline: none;
}

body.kanzen-biyoshoku {
  background-color: var(--c-beige01);
  background-image: url(../img/bg-body.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

.kanzen-biyoshoku-main__inner {
  width: 100%;
  max-width: var(--lp-w);
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}

.sec {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 374px) {
  .sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-lead {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
}
.c-lead strong, .c-lead b {
  font-weight: 700;
}

.c-section-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: -30px;
}
.c-section-arrow img {
  display: block;
  width: 19px;
  height: auto;
}

.c-marker {
  background: linear-gradient(transparent 55%, var(--c-yellow01) 55%);
}

.c-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-pill__txt {
  display: inline-block;
  background: var(--c-brown01);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 20px;
  padding: 5px 36px;
}
.c-pill__line {
  display: block;
  width: 1px;
  height: 24px;
  background: var(--c-brown01);
}
.c-pill__dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-brown01);
}

.c-bubble {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  padding: 20px 16px 16px;
  text-align: center;
}
.c-bubble::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.06));
}
.c-bubble__sub {
  font-size: 0.8125rem;
  color: var(--c-brown01);
  font-weight: 700;
  margin-bottom: 6px;
}
.c-bubble__title {
  color: var(--c-ink01);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-list {
  width: 100%;
}
.c-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.c-list--grid .c-list__item {
  border-top: 1px solid var(--c-line01);
}
.c-list--grid .c-list__item:last-child {
  border-bottom: 1px solid var(--c-line01);
}

.c-point-label {
  display: inline-block;
  background: var(--c-brown01);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 14px;
  border-radius: 4px;
}

.rank-card {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
}
.rank-card__rank-icon {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 60px;
}
.rank-card__rank-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.rank-card__cert-icon {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 60px;
}
.rank-card__cert-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 374px) {
  .rank-card__cert-icon {
    width: 50px;
    top: 50px;
  }
}
.rank-card__head {
  display: flex;
  align-items: flex-start;
  padding: 30px 20px 20px 100px;
}
.rank-card__info {
  flex: 1;
}
.rank-card__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
.rank-card__maker {
  font-size: 0.75rem;
  color: #666;
}
.rank-card__stars {
  font-size: 0.875rem;
  color: var(--c-orange01);
}
.rank-card__photo {
  padding: 0 20px;
}
.rank-card__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.rank-card__awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 15px 20px;
}
.rank-card__award {
  width: 100%;
  height: auto;
}
.rank-card__merits {
  margin: 20px 20px 0;
  padding: 20px;
  background: var(--c-white01);
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
@media screen and (max-width: 374px) {
  .rank-card__merits {
    margin: 20px 10px 0;
  }
}
.rank-card__merit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.rank-card__merit:first-child {
  border-top: none;
}
.rank-card__merit-icon {
  flex-shrink: 0;
  width: 20px;
  height: auto;
  margin-top: 3px;
}
.rank-card--02 {
  border: 1px solid #aaaaaa;
}
.rank-card--02 .rank-card__btn {
  margin: 20px 20px 40px;
}
@media screen and (max-width: 374px) {
  .rank-card--02 .rank-card__btn {
    margin: 20px 10px 40px;
  }
}
.rank-card--03 {
  border: 1px solid #c09071;
}
.rank-card--03 .rank-card__btn {
  margin: 20px 20px 40px;
}
@media screen and (max-width: 374px) {
  .rank-card--03 .rank-card__btn {
    margin: 20px 10px 40px;
  }
}
.rank-card__price {
  margin: 20px 20px 30px;
  padding: 20px;
  background: var(--c-white01);
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
@media screen and (max-width: 374px) {
  .rank-card__price {
    margin: 20px 10px 30px;
  }
}
.rank-card__price-label {
  font-size: 0.9375rem;
  color: #666;
}
@media screen and (max-width: 374px) {
  .rank-card__price-label {
    font-size: 0.8125rem;
  }
}
.rank-card__price-val {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  .rank-card__price-val {
    font-size: 0.8125rem;
  }
}
.rank-card__price-num {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-orange01);
}
@media screen and (max-width: 374px) {
  .rank-card__price-num {
    font-size: 1.0625rem;
  }
}
.rank-card__price-note {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--c-orange01);
  border: 1px solid var(--c-orange01);
  border-radius: 4px;
  padding: 2px 10px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 374px) {
  .rank-card__price-note {
    font-size: 0.8125rem;
  }
}
.rank-card__btn {
  margin: 16px 16px;
}
@media screen and (max-width: 374px) {
  .rank-card__btn {
    margin: 16px 10px;
  }
}
.rank-card__sub-note {
  text-align: center;
  font-size: 0.9375rem;
  padding-bottom: 30px;
}

.btn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  background: var(--c-orange01);
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 10px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  transition: opacity 0.15s ease-out;
}
.btn--primary__icon {
  width: 8px;
  height: auto;
  flex-shrink: 0;
}
.btn--primary:hover {
  opacity: 0.85;
  color: #fff;
}

.annotation01 {
  display: block;
  font-size: 0.9375rem;
  color: #888;
  padding-left: 1em;
  position: relative;
}
.annotation01::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.lp-hero {
  position: relative;
}
.lp-hero__visual {
  margin: 0;
}
.lp-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-hero__date {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.875rem;
  color: var(--c-white01);
  line-height: 1.4;
  z-index: 1;
}
.lp-hero__cta-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 30px;
}
.lp-hero__cta {
  display: block;
  animation: hero-cta-pulse 2s ease-in-out infinite;
}
.lp-hero__cta img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .lp-hero__cta:hover {
    animation-play-state: paused;
    opacity: 0.9;
  }
}

@keyframes hero-cta-pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 3px 6px rgba(201, 123, 75, 0.2));
  }
  50% {
    transform: scale(1.04);
    filter: drop-shadow(0 5px 12px rgba(201, 123, 75, 0.4));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 3px 6px rgba(201, 123, 75, 0.2));
  }
}
.lp-foot {
  background: #493626;
}
.lp-foot__inner {
  text-align: center;
  padding: 15px 10px;
}
.lp-foot__inner a {
  color: #fff;
  font-size: 0.875rem;
}

.sec01 {
  padding-top: 0;
}
.sec01__intro {
  margin-left: -30px;
  margin-right: -30px;
  padding: 48px 30px 80px;
  background-image: url(../img/sec01__bg.png);
  background-size: cover;
  background-position: center center;
}
.sec01__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sec01__lead {
  margin-bottom: 0;
}
.sec01__accent {
  color: var(--c-orange01);
  font-weight: 700;
}
.sec01__list-wrap {
  margin-left: -30px;
  margin-right: -30px;
  background-image: url(../img/sec01__list.png);
  background-size: cover;
  background-position: center center;
  padding: 68px 30px;
}
.sec01__list {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 374px) {
  .sec01__list {
    padding: 4px 14px;
  }
}
.sec01__list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 7px 0;
  font-family: "fot-tsukuardgothic-std", "Hiragino Maru Gothic ProN", sans-serif !important;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec01__list-item:last-child {
  border-bottom: none;
}
.sec01__list-item::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/ic-sec01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec02 {
  padding-top: 48px;
}
.sec02__intro {
  background-image: url(../img/sec02__intro-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 30px 200px;
}
.sec02__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
.sec02__lead {
  margin-bottom: 36px;
}
.sec02__visual-wrap {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.sec02__dakara {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  z-index: 2;
}
.sec02__dakara img {
  display: block;
  width: 100%;
  height: auto;
}
.sec02__summary img {
  display: block;
  width: 100%;
  height: auto;
}

.sec03 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../img/sec03__bg.png);
  background-size: cover;
  background-position: top center;
}
.sec03__intro {
  margin-bottom: 230px;
}
.sec03__intro-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-ink01);
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 374px) {
  .sec03__intro-title {
    font-size: 1.0625rem;
  }
}
.sec03__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 28px;
  padding: 30px;
}
.sec03__item-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 20px;
}
.sec03__item-badge {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.sec03__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--c-ink01);
  line-height: 1.4;
}
.sec03__item-body {
  padding-top: 20px;
}
.sec03__item-body .sec01__accent {
  border-bottom: 2px solid var(--c-orange01);
}
.sec03__fig img {
  display: block;
  width: 100%;
  height: auto;
}

.sec04 {
  padding-top: 60px;
}
.sec04__head {
  margin-bottom: 30px;
}
.sec04__head-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: var(--c-ink01);
  font-weight: 700;
  margin-bottom: 14px;
}
.sec04__head-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-ink01);
  line-height: 0.5;
  margin-bottom: 10px;
}
.sec04__head-title-accent {
  border-bottom: 2px solid var(--c-orange01);
}
.sec04__num-accent {
  color: var(--c-orange01);
  font-size: 1.5rem;
}
.sec04__deco {
  height: 18px;
  width: auto;
  display: inline-block;
}
.sec04__deco--flip {
  transform: scaleX(-1);
}
.sec04__lead {
  margin-top: 0;
  color: var(--c-ink01);
}
.sec04__point {
  padding-bottom: 32px;
  position: relative;
}
.sec04__point > .c-lead {
  padding-top: 5px;
}
.sec04__point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background: #e5e5e5;
}
.sec04__point:last-child {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.sec04__point-wrap {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 76px 30px;
}
.sec04__point-wrap--01 {
  background-image: url(../img/sec04__point-photo--01.png);
}
.sec04__point-wrap--02 {
  background-image: url(../img/sec04__point-photo--02.png);
}
.sec04__point-wrap--03 {
  background-image: url(../img/sec04__point-photo--03.png);
}
.sec04__point-label {
  width: 50px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.sec04__point-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--c-ink01);
  line-height: 1.4;
}

.sec05 {
  background: #fff;
}
.sec05__tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-ink01);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 24px;
  border-radius: 20px;
  white-space: nowrap;
}
.sec05__head {
  margin-left: -30px;
  margin-right: -30px;
  padding: 47px 30px;
  background-image: url(../img/sec05__head-bg.png);
  background-size: cover;
  background-position: center;
}
.sec05__title {
  font-family: "fot-tsukuardgothic-std", "Hiragino Maru Gothic ProN", sans-serif !important;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-ink01);
}
.sec05__block {
  padding: 30px 0;
}
.sec05__block:last-child {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 50px;
  background: #f3f3f3;
}
.sec05__block-title {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.sec05__block-title--good {
  color: var(--c-ink01);
}
.sec05__block-title--bad {
  color: #cc3333;
}
.sec05__block-title--bad .sec05__block-icon {
  color: #065b9d;
}
.sec05__block-icon {
  color: var(--c-orange01);
  flex-shrink: 0;
}
.sec05__fig {
  margin-bottom: 12px;
}
.sec05__fig img {
  display: block;
  width: 100%;
  height: auto;
}
.sec05__block-note {
  font-size: 0.875rem;
}

.sec06 {
  position: relative;
  padding-top: 300px;
  padding-bottom: 0;
  background-color: var(--c-beige01);
  background-image: url(../img/sec06__bg.png);
  background-size: cover;
  background-position: center top;
}
.sec06__ranking-label {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--c-brown01);
  color: #fff;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  border: none;
}
.sec06__ranking-title {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--c-ink01);
  line-height: 1.4;
  margin-bottom: 20px;
  padding-right: 72px;
}
.sec06__card-wrapper {
  position: relative;
}
.sec06 .rank-card--gold {
  border: 2px solid #c6a84b;
  position: relative;
  background: #fefbf5;
}
.sec06__maternity-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--c-brown01);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
.sec06__badges {
  display: flex;
  gap: 8px;
  padding: 16px 16px 0;
  flex-wrap: wrap;
}
.sec06__badge-item {
  flex: 1;
  min-width: 60px;
  background: var(--c-beige01);
  border: 1px solid var(--c-line01);
  border-radius: 6px;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 4px;
  color: var(--c-brown02);
}
.sec06__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4px;
}

.sec07 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.sec07__title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: var(--c-ink01);
  margin-bottom: 10px;
  line-height: 1.4;
}
.sec07__lead {
  margin-bottom: 24px;
  font-size: 0.875rem;
}
.sec07__scroll-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #553311;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.sec07__scroll-hint span {
  color: #fff;
}
.sec07__scroll-arrow {
  width: 8px;
  height: auto;
  flex-shrink: 0;
}
.sec07__scroll-arrow--flip {
  transform: scaleX(-1);
}
.sec07__scroll-outer {
  position: relative;
  margin: 0 -30px;
}
.sec07__scroll-outer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: var(--c-line01);
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.sec07__scroll-outer.is-right-end::after {
  opacity: 0;
}
.sec07__scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 0 30px;
  background: var(--c-white01);
}
.sec07__table {
  min-width: 500px;
  border-top: 1px solid var(--c-line01);
  border-left: 1px solid var(--c-line01);
}
.sec07__row {
  display: flex;
  align-items: stretch;
}
.sec07__cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  text-align: center;
  min-width: 165px;
  border-right: 1px solid var(--c-line01);
  border-bottom: 1px solid var(--c-line01);
}
.sec07__cell--label {
  flex: 0 0 165px;
  min-width: 165px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 4px;
}
.sec07__cell--rank1 {
  background: #fdf6ee;
  font-weight: 700;
}
.sec07__row--head .sec07__cell--rank1 {
  background: var(--c-brown01);
}
.sec07__row--head .sec07__cell--rank1 .sec07__rank-num,
.sec07__row--head .sec07__cell--rank1 .sec07__brand {
  color: #fff;
}
.sec07__rank-num {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--c-ink01);
  line-height: 1.3;
}
.sec07__brand {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2px;
  color: var(--c-ink01);
}
.sec07__prod {
  display: block;
  width: 55px;
  height: auto;
  margin-top: 10px;
}
.sec07__stars {
  font-size: 0.9375rem;
  color: var(--c-orange01);
  line-height: 1;
  letter-spacing: -1px;
}
.sec07__mark {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.sec07__mark--good {
  color: var(--c-brown01);
}
.sec07__mark--ok {
  color: var(--c-brown01);
  opacity: 0.65;
}
.sec07__mark--ng {
  color: #bbb;
}
.sec07__mark--none {
  color: #bbb;
}
.sec07__cell-txt {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 2px;
  color: var(--c-ink01);
}
.sec07__price {
  display: block;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: -8px;
}
.sec07__note {
  margin-top: 12px;
}

.sec08 {
  padding-top: 48px;
  padding-bottom: 60px;
  background-image: url(../img/sec08__bg.png);
  background-size: cover;
  background-position: center top;
}
.sec08__reviews-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-ink01);
  margin-bottom: 24px;
}
.sec08__reviews {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 12px;
}
.sec08__review {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
}
.sec08__review-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.sec08__review-avatar {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec08__review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sec08__review-profile {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--c-ink01);
}
.sec08__review-stars {
  font-size: 0.8125rem;
  color: #f5a623;
}
.sec08__review-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 8px;
}
.sec08__review-source {
  font-size: 0.6875rem;
  color: #8c8c8c;
}
.sec08__review-source a {
  color: #8c8c8c;
}
.sec08__disclaimer {
  margin-bottom: 40px;
}
.sec08__rank-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec08__rank-section--first {
  padding-top: 50px;
  padding-bottom: 0;
}
.sec08__rank-section--last {
  padding-bottom: 40px;
}

.sec09__cta {
  padding-top: 48px;
  padding-bottom: 48px;
  background-image: url(../img/sec09__cta-bg.png);
  background-size: cover;
  background-position: center top;
}
.sec09__cta-lead {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.sec09__cta-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-ink01);
  margin-bottom: 24px;
}
.sec09__cta-img {
  margin-bottom: 5px;
}
.sec09__cta-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec09__benefits {
  margin-bottom: 20px;
  background: var(--c-white01);
  border-radius: 8px;
  padding: 20px;
}
.sec09__benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9375rem;
  color: var(--c-ink01);
  padding: 4px 0;
}
.sec09__benefit-icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: auto;
  margin-top: 3px;
}
.sec09__gift {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--c-line01);
  padding: 20px;
  position: relative;
}
.sec09__gift-head {
  text-align: center;
  margin-bottom: 16px;
}
.sec09__gift-badge {
  display: inline-block;
  background: var(--c-brown01);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.sec09__gift-title img {
  display: block;
  width: 80%;
  height: auto;
}
.sec09__gift-img {
  margin-bottom: 14px;
}
.sec09__gift-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec09__gift-items {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sec09__gift-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  color: var(--c-ink01);
}
.sec09__gift-item::before {
  content: "・";
  color: var(--c-brown01);
  font-weight: 700;
}
.sec09__gift-value {
  display: inline-block;
  background: var(--c-brown01);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 20px;
  text-align: center;
}
.sec09__cta-btn {
  margin: 0 0 20px;
}
.sec09__cta-note {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  text-align: left;
  font-size: 0.875rem;
}
.sec09__faq {
  padding-top: 48px;
  padding-bottom: 60px;
  background-image: url(../img/sec09__faq-bg.png);
  background-size: cover;
  background-position: center top;
}
.sec09__faq-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-ink01);
  margin-bottom: 28px;
}
.sec09__faq-title-name {
  border-bottom: 2px solid var(--c-orange01);
  padding-bottom: 2px;
}
.sec09__faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec09__faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.sec09__faq-q, .sec09__faq-a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px;
}
.sec09__faq-q p, .sec09__faq-a p {
  font-size: 0.875rem;
  line-height: 1.7;
  flex: 1;
}
.sec09__faq-q {
  position: relative;
  background: var(--c-white01);
}
.sec09__faq-q p {
  font-weight: 700;
}
.sec09__faq-q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #e5e5e5;
}
.sec09__faq-a {
  background: #fff;
}
.sec09__faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.sec09__faq-icon--q {
  font-size: 1.5rem;
  color: #595959;
}
.sec09__faq-icon--a {
  font-size: 1.5rem;
  color: var(--c-orange01);
}

.sec10 {
  padding-top: 48px;
  padding-bottom: 60px;
  background: #f7f2ee;
}
.sec10__heading {
  color: var(--c-ink01);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 28px;
}
.sec10__list {
  display: flex;
  flex-direction: column;
}
.sec10__item {
  background: #fff;
  border: 1px solid var(--c-line01);
  border-radius: 8px;
  overflow: hidden;
}
.sec10__item[open] {
  border-color: var(--c-brown01);
}
.sec10__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--c-ink01);
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}
.sec10__title::-webkit-details-marker {
  display: none;
}
.sec10__title::after {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--c-brown01);
  border-bottom: 2px solid var(--c-brown01);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}
.sec10__item[open] .sec10__title::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}
.sec10__body {
  padding: 0 15px 14px;
}
.sec10__body p {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
}
.sec10__visible {
  position: relative;
}
.sec10__visible::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(247, 242, 238, 0) 0%, rgba(247, 242, 238, 0.85) 60%, rgb(247, 242, 238) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sec10__visible.is-expanded::after {
  opacity: 0;
}
.sec10__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin-top: 16px;
  padding: 14px 20px;
  background: #fff;
  border: 2px solid var(--c-brown01);
  border-radius: 50px;
  color: var(--c-brown01);
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.sec10__more-btn * {
  color: inherit;
}
@media (hover: hover) {
  .sec10__more-btn:hover {
    background: var(--c-brown01);
    color: #fff;
  }
  .sec10__more-btn:hover .sec10__more-btn__arrow {
    filter: brightness(10);
  }
}
.sec10__more-btn:active {
  opacity: 0.8;
}
.sec10__more-btn__arrow {
  flex-shrink: 0;
  width: 8px;
  height: auto;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
  filter: brightness(0) saturate(100%) invert(55%) sepia(40%) saturate(600%) hue-rotate(340deg) brightness(90%);
}
.sec10__more-btn.is-open .sec10__more-btn__arrow {
  transform: rotate(270deg);
}/*# sourceMappingURL=contents.css.map */