/* ==========================================================================
   Base
   ========================================================================== */

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

/* 本文の強調（法人向けLP・PC/SP共通） */
main strong {
  color: #c51d27;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c51d27;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.14em;
  text-underline-position: under;
  text-decoration-skip-ink: auto;
}

.wrapper {
  width: min(100% - 4rem, 1200px);
  margin-inline: auto;
}

/* ==========================================================================
   Layout — Header
   ========================================================================== */

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.4rem;
}

.header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  min-width: 0;
}

.header__logo {
  flex-shrink: 0;
  width: 8.8rem;
  margin: 0;
}

p.header__logo {
  font-size: inherit;
}

.header__logo-link {
  display: block;
}

.header__tagline {
  margin: 0;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.35rem, 1.45vw, 2rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-shadow: 0 0.1rem 0.3rem rgba(255, 255, 255, 0.95);
}

.header__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 3.2rem;
  max-width: 100%;
}

.header__cta .m-cta-img-link {
  --m-cta-img-max: 30rem;
}

/* ==========================================================================
   Layout — First view
   ========================================================================== */

.fv {
  /* 1920px 幅想定で px→vw 換算（数値はカンプに合わせて調整） */
  --fw: 1920;
  position: relative;
  height: 40vw;
  overflow: hidden;
}

.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  padding-top: clamp(2rem, calc(100vw * 80 / var(--fw)), 8rem);
}

.fv__content {
  width: 100%;
  max-width: 100%;
  padding-top: clamp(0.8rem, calc(100vw * 36 / var(--fw)), 3.6rem);
}

.fv__lead {
  margin: 0 0 clamp(0.4rem, calc(100vw * 12 / var(--fw)), 1.2rem);
  color: #f15a24;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.55rem, calc(100vw * 31 / var(--fw)), 3.1rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-shadow:1px 2px 0 rgba(255, 255, 255, 1);
}

.fv__catch {
  margin: 0;
  color: #2b2b2b;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.64rem, calc(100vw * 61 / var(--fw)), 6.1rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.04em;
  text-shadow:
    clamp(0.1rem, calc(100vw * 4 / var(--fw)), 0.4rem)
    clamp(0.1rem, calc(100vw * 4 / var(--fw)), 0.4rem)
    clamp(0.15rem, calc(100vw * 5 / var(--fw)), 0.5rem)
    rgba(0, 0, 0, 0.22);
}

.fv__catch-line1,
.fv__catch-line2 {
  white-space: nowrap;
}

.fv__catch-line2 > span {
  color: #bd1f22;
  font-size: clamp(3.96rem, calc(100vw * 104 / var(--fw)), 10.4rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow:
    clamp(0.1rem, calc(100vw * 4 / var(--fw)), 0.4rem)
    clamp(0.1rem, calc(100vw * 4 / var(--fw)), 0.4rem)
    clamp(0.15rem, calc(100vw * 5 / var(--fw)), 0.5rem)
    rgba(0, 0, 0, 0.26);
}

.fv__awards {
  width: min(100%, calc(100vw * 660 / var(--fw)));
  margin-top: clamp(0.8rem, calc(100vw * 28 / var(--fw)), 2.8rem);
}

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

.fv__gold-line {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(0.3rem, calc(100vw * 8 / var(--fw)), 0.8rem);
  background: linear-gradient(90deg, #9d6a16 0%, #e9c15b 22%, #fff1a8 48%, #d59a24 72%, #8f5a0f 100%);
}

/* ==========================================================================
   Layout — Top lineup
   ========================================================================== */

.top-lineup {
  position: relative;
  overflow: hidden;
  padding: 4.6rem 0 6.2rem;
  background: #b90518;
}

.top-lineup__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/top/bg-pattern-wave.jpg");
  background-size: cover;
  opacity: 0.22;
  pointer-events: none;
}

.top-lineup__inner {
  position: relative;
  z-index: 1;
  --top-lineup-promo-width: min(100%, 72rem);
}

.top-lineup__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}

.top-lineup__copy {
  margin: 0 8.4rem 1rem 0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.top-lineup__cards {
  display: flex;
  gap: 1.8rem;
}

.top-lineup__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  margin-top: 4.6rem;
  width: var(--top-lineup-promo-width);
  margin-inline: auto;
  box-sizing: border-box;
}

.top-lineup__cta .m-cta-img-link {
  flex: 1 1 calc((100% - 3.2rem) / 2);
  min-width: 0;
  max-width: none;
}

/* =================================
================================= */

.top-lineup__trial {
  margin: 2.4rem auto 0;
}

.trial-box {
  width: var(--top-lineup-promo-width);
  margin-inline: auto;
  padding: 3rem 3.6rem 2.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.trial-box__title {
  margin: 0 0 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.trial-box__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
}

.trial-box__price {
  margin: 1.8rem 0 1rem;
  font-size: 1.45rem;
  font-weight: 700;
}

.trial-box .m-cta-img-link {
  margin-top: 1rem;
}


/* =================================
other banner
================================= */

.top-other {
  padding: 4.8rem 0;
  background-color: #fff;
}

.top-other__lead {
  width: 82%;
  max-width: 68rem;
  margin: 0 auto 2rem;
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-other__banner {
  display: block;
  width: 82%;
  max-width: 68rem;
  margin-inline: auto;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.top-other__banner picture,
.top-other__banner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (hover: hover) {
  .top-other__banner:hover {
    transform: translateY(-0.2rem);
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.18);
  }
}

/* =================================
introduction
================================= */

.top-introduction {
  padding: 6.4rem 0 5.2rem;
  background-color: #f7f6f2;
  background-image: url("../img/top/bg-paper.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-introduction__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 3.2rem;
  padding-bottom: 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.top-introduction__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b78a2f 15%,
    #f4dc85 50%,
    #b78a2f 85%,
    transparent 100%
  );
  transform: translateX(-50%);
}

.top-introduction__groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 1.2rem;
}

.introduction-group__title {
  position: relative;
  width: calc((100% - 2.4rem) / 3);
  margin: 0;
  padding: 0.8rem 1.2rem 1rem;
  background: #fff;
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.25);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}

.introduction-group__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  height: 0.2rem;
  background: linear-gradient(90deg, #a56d16 0%, #f6d36d 50%, #a56d16 100%);
}

.top-introduction__groups .m-company-box {
  width: calc((100% - 2.4rem) / 3);
  box-sizing: border-box;
}

/* =================================
preparation
================================= */

.top-preparation {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 ;
  background-color: #f3efe8;
  background-image: url("../img/top/bg-preparation.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.top-preparation__filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 250, 232, 0.25);
  pointer-events: none;
}

.top-preparation__inner {
  position: relative;
  z-index: 1;
}

.top-preparation__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 3.2rem;
  padding-bottom: 0;
  color: #321d18;
  font-family: "Shippori Mincho", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}

/* 下線はこのブロック専用画像（パスは書き出しのたびに差し替え） */
.top-preparation__title-line {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
}

.top-preparation__title-line::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: 0;
  width: 100%;
  aspect-ratio: 1/0.1;
  background-image: url("../img/top/preparation-title-underline.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.top-preparation__items {
  position: relative;
  width: min(100%, 104rem);
  height: 130rem;
  margin: 0 auto 2rem;
}

.top-preparation__item {
  position: absolute;
}

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

.top-preparation__item--01 {
  top: 0;
  left: 50%;
  z-index: 1;
  width: 87rem;
  max-width: min(96vw, 88rem);
  transform: translateX(-50%);
}

.top-preparation__item--02 {
  top: 40rem;
  left: 4rem;
  z-index: 2;
  width: 82rem;
  max-width: calc(100% - 7rem);
}

.top-preparation__item--03 {
  top: 78rem;
  left: 18rem;
  z-index: 3;
  width: 73rem;
  max-width: calc(100% - 10rem);
}

.top-preparation__item--04 {
  right: 6rem;
  bottom: 3rem;
  z-index: 4;
  width: 30rem;
  max-width: min(45vw, 30rem);
}


.case-list {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}

.case-item + .case-item {
  margin-top: 7rem;
}

.case-item__heading {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 0 0 3rem;
  padding-bottom: 1.2rem;
  color: #321d18;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.case-item__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 18rem);
  height: 0.2rem;
  background: linear-gradient(
    90deg,
    #a56d16 0%,
    #f6d36d 50%,
    #a56d16 100%
  );
}

.case-item__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 8rem;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
}

.case-item__label::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 2rem;
  background: #f6d36d;
  clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
}

.case-item__title {
  flex: 1;
  min-width: 0;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
}

/* 見出し内の強調語（画像は差し替え可） */
.case-item__title-strong {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.case-item__title-strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.15em;
  left: -3%;
  width: 106%;
  aspect-ratio: 1 / 0.12;
  /* 専用のラスタに差し替える場合は ../img/top/case-item-title-strong.png へ */
  background-image: url("../img/top/preparation-title-underline.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  pointer-events: none;
  opacity: .6;
}

.case-item__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}

.case-item__visual {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 54%;
  aspect-ratio: 620 / 430;
}

.case-item__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 67%;
  height: 128%;
  overflow: hidden;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2.4rem;
  border-bottom-left-radius: 0;
  background-color: transparent;
  background-image: url("../img/top/case-item-panel-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.case-item__image {
  position: absolute;
  z-index: 1;
  width: 92%;
  margin: 0;
  overflow: hidden;
}

.case-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-item__content {
  flex: 1;
}

.case-item__text {
  margin: 0;
  color: #321d18;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.06em;
  text-align: center;
}

.case-item__note {
  margin: 1rem 0 0;
  color: #6a5a52;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.case-item__content-below {
  margin: 1.6rem 0 0;
}

.case-item__content-below img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* case01 */

.case-item--01 .case-item__bg {
  bottom: 0;
  left: 0;
}

.case-item--01 .case-item__image {
  top: 0;
  right: 0;
}


.case-item--01 .case-item__title {
  text-align: right;
}


/* case02 */

.case-item--02 .case-item__heading {
  justify-content: space-between;
}

.case-item--02 .case-item__title {
  text-align: left;
}

.case-item--02 .case-item__heading::after {
  right: auto;
  left: 0;
}

.case-item--02 .case-item__body {
  flex-direction: row-reverse;
}

.case-item--02 .case-item__bg {
  bottom: 0;
  right: 0;
  left: auto;
}

.case-item--02 .case-item__image {
  bottom: 0;
  left: 0;
}


/* =================================
hurdle
================================= */

.top-hurdle {
  position: relative;
  padding:8rem 0 8rem;
  background-image: url("../img/top/bg-hurdle.jpg");
  background-repeat: repeat;
  background-size: cover;
}

.top-hurdle::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4) ;
  pointer-events: none;
}

.top-hurdle__inner {
  position: relative;
  z-index: 1;
}

.top-hurdle__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 4.4rem;
  padding-bottom: 1.4rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-align: center;
}

.top-hurdle__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 72%;
  height: 0.2rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #a06b19 12%,
    #f2d979 50%,
    #a06b19 88%,
    transparent 100%
  );
  transform: translateX(-50%);
}

.top-hurdle__cards {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
}

.hurdle-card {
  width: calc((100% - 5.2rem) / 3);
  min-height: 47rem;
  padding: 2.8rem 2.8rem 2.4rem;
  background: #fff;
  box-shadow: 0.6rem 0.6rem 0.8rem rgba(0, 0, 0, 0.35);
}

.hurdle-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.2rem;
  margin: 0 0 2rem;
}

.hurdle-card__image img {
  max-width: 100%;
  max-height: 100%;
}

.hurdle-card__title {
  margin: 0 0 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.2rem dashed #2d1a14;
  color: #0070bd;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.hurdle-card__text {
  margin: 0;
  color: #2d1a14;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 2;
}

.hurdle-card__source {
  margin: 2.4rem 0 0;
  color: #2d1a14;
  font-size: 1.1rem;
  font-weight: 700;
}

.top-hurdle__message {
  width: 100%;
  margin-top: 4rem;
  padding: 2.4rem 1.6rem 2.8rem;
  background: #fff;
  border: solid 1px #eee;
}

.top-hurdle__message-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 2.6rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.top-hurdle__message-title-line {
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
}

.top-hurdle__message-title-line::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  aspect-ratio: 1/0.1;
  background-image: url("../img/top/top-hurdle-message-title-line.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  z-index: -1;
}

.top-hurdle__message-title strong {
  color: #e51d2a;
  font-size: 4rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #e51d2a;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.1em;
}

.top-hurdle__message-box {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.top-hurdle__message-box p {
  margin: 0;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
}

.top-hurdle__next {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin: 4.8rem auto 0;
  color: #4a2a1c;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

.top-hurdle__next-lead {
  position: relative;
  z-index: 0;
}

.top-hurdle__next-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 9.6rem;
  height: 9.6rem;
  background-image: url("../img/top/circle-brush-brown.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


/* =================================
conclusion
================================= */

.top-conclusion {
  padding: 6rem 0 5.6rem;
  background-image: url("../img/top/bg-conclusion.jpg");
  background-repeat: repeat;
  background-size: 80rem auto;
}

.top-conclusion__label {
  width: 16rem;
  margin: 0 auto 2rem;
}

.top-conclusion__label img {
  width: 100%;
}

.top-conclusion__title {
  margin: 0 0 5rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-align: center;
}

.top-conclusion__title span {
  position: relative;
  color: #d71920;
}

.top-conclusion__title span::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  bottom: 0.2rem;
  left: -0.8rem;
  z-index: -1;
  height: 1.4rem;
  background-image: url("../img/common/heading-red-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.top-conclusion__lead {
  position: relative;
  width: fit-content;
  margin: 6rem auto 0;
  padding-left: 10rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

.top-conclusion__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9.6rem;
  height: 9.6rem;
  background-image: url("../img/top/circle-brush-brown.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}


.top-new-food {
  padding: 6.4rem 0 13rem;
  background-image: url("../img/top/bg-new-food.jpg");
  background-repeat: repeat;
  background-size: 80rem auto;
}

.top-new-food__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 6rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.top-new-food__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6.2rem;
  width: 8rem;
  height: 8rem;
  background-image: url("../img/top/circle-brush-red.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.top-new-food__title span {
  color: #d43752;
}

.top-new-food__items {
  display: grid;
  gap: 7rem;
}

.new-food-item {
  display: flex;
  align-items: center;
  position: relative;
}

.new-food-item__visual {
  width: 46%;
  position: relative;
  z-index: 1;
}


.new-food-item__visual--double {
  z-index: 3;
}

.new-food-item__visual img {
  /* width: 100%; */
  display: block;
}

.new-food-item__box {
  position: relative;
  z-index: 2;
  width: 60%;
  min-height: 30rem;
  margin-left: -6%;
  padding: 6rem 2rem 4.8rem;
  background-image: url("../img/top/new-food-box-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.18);
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.new-food-item__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: .6;
}

.new-food-item__title {
  position: relative;
  z-index: 2;
  margin: 0 0 3rem;
  color: #2d1a14;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.new-food-item__title span,
.new-food-item__lead,
.new-food-item__text span {
  color: #b90518;
}

.new-food-item__lead {
  position: relative;
  z-index: 2;
  margin: 0 0 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.new-food-item__text {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #2d1a14;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}

.new-food-item__visual--double {
  min-height: 30rem;
}

.new-food-item__main-img {
  width: 82%;
}

.new-food-item__sub-img {
  position: absolute;
  right: 6%;
  bottom: -3.2rem;
  width: 36%;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.2);
}


/* =================================
feature
================================= */

.top-feature {
  padding: 5.6rem 0 7.2rem;
  background-image: url("../img/top/bg-new-food.jpg");
  background-repeat: repeat;
  background-size: 80rem auto;
}

.top-feature__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 4.4rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.top-feature__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.6rem;
  z-index: 0;
  width: 7.8rem;
  height: 7.8rem;
  background-image: url("../img/common/section-heading-circle-accent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.top-feature__title-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 0.6rem;
  color: #d43752;
}

.top-feature__title-line::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: -7%;
  width: 121%;
  aspect-ratio: 1/0.2;
  background-image: url("../img/top/top-feature-title-line.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  z-index: -1;
}

.top-feature__compare {
  width: 85%;
  margin: 0 auto 4.8rem;
}

.top-feature__compare img,
.top-feature__points img {
  display: block;
  width: 100%;
}

.top-feature__points {
  width: 96rem;
  margin: 0 auto;
}


/* =================================
result area
================================= */

.top-result-area {
  background-image: url("../img/top/bg-result-area.jpg");
  background-repeat: repeat;
  background-size: 100rem auto;
}


/* =================================
result
================================= */

.top-result {
  padding: 6.8rem 0 5.6rem;
}

.top-result__title,
.top-quantity__title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.top-result__title::before,
.top-quantity__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.8rem;
  z-index: 0;
  width: 8.4rem;
  height: 8.4rem;
  background-image: url("../img/common/section-heading-circle-accent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.top-result__title span,
.top-quantity__title span {
  position: relative;
  z-index: 1;
  color: #a80718;
}

.top-result__lead {
  margin: 6.4rem 0 2rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-result__items {
  display: grid;
  gap: 0rem;
}

.result-item {
  position: relative;
  display: flex;
  align-items: center;
}

.result-item--02 {
  flex-direction: row-reverse;
}

.result-item__photo {
  position: relative;
  z-index: 2;
  width: 36%;
}

.result-item__photo img {
  display: block;
  width: 100%;
}

.result-item__box {
  position: relative;
  z-index: 1;
  width: 67%;
}

.result-item--01 .result-item__box {
  margin-left: -5%;
}

.result-item--02 .result-item__box {
  margin-right: -5%;
}

.result-item__heading {
  position: relative;
  z-index: 2;
  width: 54rem;
  margin: 0 auto -0.8rem;
  padding: 1rem 2rem;
  background-image: url("../img/top/result-heading-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
}

.result-item__body {
  padding: 4.2rem 4.8rem 3.6rem;
  background-image: url("../img/top/result-body-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0.5rem 0.5rem 0.7rem rgba(0, 0, 0, 0.28);
}

.result-item__body p {
  margin: 0;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}


/* =================================
quantity
================================= */

.top-quantity {
  padding: 3.2rem 0 7.6rem;
}

.top-quantity__lead {
  margin: 4.2rem 0 4.8rem;
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.top-quantity__calc {
  width: 96rem;
  margin: 0 auto;
}

.top-quantity__calc img {
  display: block;
  width: 100%;
}

/* =================================
voice
================================= */

.top-voice {
  padding: 6rem 0 7.2rem;
  background: #fff;
}

.top-voice__lead {
  width: 86rem;
  margin: 0 auto 7.2rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.top-voice__lead-title {
  margin: 0 0 2.4rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.top-voice__lead-text {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.top-voice__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 5rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.top-voice__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.8rem;
  z-index: 0;
  width: 8.4rem;
  height: 8.4rem;
  background-image: url("../img/common/section-heading-circle-accent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.top-voice__title::after {
  content: "";
  position: absolute;
  right: -1.2rem;
  bottom: 0.4rem;
  z-index: -1;
  width: 32rem;
  height: 1.3rem;
  background-image: url("../img/common/heading-red-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.top-voice__title span {
  position: relative;
  z-index: 1;
  color: #a80718;
}

.top-voice__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3.2rem;
  width: 100rem;
  margin: 0 auto;
}

.top-voice__item img {
  display: block;
  width: 100%;
}


/* =================================
faq
================================= */

.top-faq {
  padding: 5.6rem 0 7.2rem;
  background: #fff;
}

.top-faq__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 4.8rem;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.top-faq__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.8rem;
  z-index: 0;
  width: 8.4rem;
  height: 8.4rem;
  background-image: url("../img/common/section-heading-circle-accent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.top-faq__title::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: 0.4rem;
  z-index: -1;
  width: 12rem;
  height: 1.3rem;
  background-image: url("../img/common/heading-red-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.top-faq__title span {
  position: relative;
  z-index: 1;
  color: #a80718;
}

.top-faq__list {
  width: 86rem;
  margin: 0 auto;
}

.faq-item + .faq-item {
  margin-top: 3.6rem;
}

.faq-item__question {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 2.4rem;
  margin: 0 0 1.6rem;
  padding-bottom: 0.8rem;
  color: #c51d27;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq-item__question::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 7rem);
  height: 0.2rem;
  background: linear-gradient(
    90deg,
    #9d6a16 0%,
    #e9c15b 45%,
    #fff1a8 60%,
    #c68a1c 100%
  );
}

.faq-item__question span {
  flex-shrink: 0;
  color: #c51d27;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item__answer {
  display: flex;
  gap: 2.8rem;
  padding: 2.8rem 4.4rem;
  background-image: url("../img/top/faq-answer-bg.jpg");
  background-repeat: repeat;
  background-size: 40rem auto;
  box-shadow: 0.5rem 0.5rem 0.7rem rgba(0, 0, 0, 0.25);
}

.faq-item__answer span {
  flex-shrink: 0;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item__answer p {
  margin: 0;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}


/* =================================
contact
================================= */

.top-contact {
  padding: 5.2rem 0 6.8rem;
  background: #fff;
}

.top-contact__head {
  margin-bottom: 5.6rem;
  text-align: center;
}

.top-contact__label {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.2rem 1rem;
  border: 0.1rem solid #cfc7bb;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.top-contact__title {
  margin: 0;
  color: #2d1a14;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.contact-form {
  width: 76rem;
  margin: 0 auto;
}

.contact-form__row + .contact-form__row {
  margin-top: 3rem;
}

.contact-form__label {
  display: block;
  margin-bottom: 1rem;
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: 700;
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea {
  width: 100%;
  border: 0.1rem solid #d8d8d8;
  background: #f3f3f3;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 700;
}

.contact-form__input,
.contact-form__select {
  height: 5.6rem;
  padding: 0 1.6rem;
}

.contact-form__textarea {
  height: 13.4rem;
  padding: 1.6rem;
  resize: vertical;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #aaa;
}

.contact-form__select-wrap {
  position: relative;
}

.contact-form__select-wrap::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  color: #2d1a14;
  font-size: 1.6rem;
  pointer-events: none;
  transform: translateY(-50%);
}

.contact-form__select {
  appearance: none;
  padding-right: 4rem;
}

.contact-form__policy {
  margin-top: 3.4rem;
}

.contact-form__policy-title {
  margin: 0 0 1.2rem;
  color: #2d2d2d;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.contact-form__policy-scroll {
  max-height: 18rem;
  overflow-y: auto;
  padding: 1.6rem 2rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.4rem;
  background: #fff;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

.contact-form__policy-scroll:focus {
  outline: 2px solid #c51d27;
  outline-offset: 2px;
}

.contact-form__policy-scroll p {
  margin: 0 0 1.2rem;
}

.contact-form__policy-scroll p:last-child {
  margin-bottom: 0;
}

.contact-form__policy-heading {
  margin: 1.6rem 0 0.6rem;
  color: #2d2d2d;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form__policy-heading:first-of-type {
  margin-top: 0;
}

.contact-form__policy-list {
  margin: 0 0 1.2rem;
  padding-left: 1.6rem;
}

.contact-form__policy-list li + li {
  margin-top: 0.4rem;
}

.contact-form__policy-address {
  margin: 1rem 0 0;
  font-style: normal;
  font-weight: 700;
}

.contact-form__policy-scroll a {
  color: #c51d27;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.contact-form__policy-scroll a:hover {
  text-decoration-thickness: 0.08em;
}

.contact-form__policy-scroll strong {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.contact-form__privacy {
  margin-top: 1.6rem;
  text-align: center;
}

.contact-form__privacy label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.contact-form__privacy input {
  width: 1.6rem;
  height: 1.6rem;
}

.contact-form__privacy span {
  color: #2d2d2d;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}

.contact-form__submit {
  margin-top: 2.4rem;
  text-align: center;
}

.contact-form__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28rem;
  min-height: 4.4rem;
  padding: 0.8rem 3.8rem;
  border: 0.3rem solid #fff;
  border-radius: 999px;
  background: var(--m-cta-gradient-mail);
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-form__button:hover {
  transform: translateY(0.2rem);
  box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.4);
}

.contact-form__button span {
  width: 0;
  height: 0;
  margin-left: 1rem;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.9rem solid #fff;
}

.top-contact__note {
  width: 76rem;
  margin: 5.6rem auto 0;
  color: #555;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}

.top-contact__note p {
  margin: 0;
}

.top-contact__note p + p {
  margin-top: 1.6rem;
}

.top-contact__company {
  margin-top: 3.2rem !important;
  text-align: right;
}


/* ==========================================================================
   Site footer
   ========================================================================== */

.site-footer {
  padding: 4.8rem 0 4rem;
  background: #2d1a14;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.3rem;
  font-weight: 700;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.site-footer__main {
  padding-bottom: 2.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
}

.site-footer__logo-link {
  display: inline-block;
  line-height: 0;
}

.site-footer__logo {
  height: 4rem;
  width: auto;
  display: block;
}

.site-footer__tagline {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.site-footer__contact-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding: 2rem 0 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__seller {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.site-footer__company {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-footer__address,
.site-footer__tel-fax,
.site-footer__url {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__hours {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.03em;
}

.site-footer__tel {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.site-footer__hp {
  word-break: break-all;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.site-footer__hp:hover {
  color: #fff;
}

.site-footer__tel:hover {
  text-decoration: underline;
  color: #fff;
}

.site-footer__copyright {
  margin: 1.4rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__copyright small {
  font-size: 1.1rem;
  font-weight: 700;
}

.site-footer__pagetop {
  margin: 1.8rem 0 0;
  text-align: center;
}

.site-footer__pagetop a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.site-footer__pagetop a:hover {
  color: #fff;
}

