@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #46413D;
  background-color: #FFF;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}
body.is-fixed {
  overflow: hidden;
}

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

.inner {
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .inner {
    padding-inline: 1.5rem;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.section__title-en {
  color: #D28858;
  font-family: Baskervville;
  font-size: clamp(1.3rem, 1.04vw, 1.5rem);
  letter-spacing: 0.75px;
}
@media (max-width: 768px) {
  .section__title-en {
    letter-spacing: 0.65px;
  }
}

.section__title {
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(2.8rem, 2.5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .section__title {
    letter-spacing: 1.4px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.3rem;
    padding-inline: 2rem;
  }
}
.header.is-blend {
  mix-blend-mode: difference;
  color: #fff;
}
.header__logo-wrapper {
  width: 7rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .header__logo-wrapper {
    z-index: 1200;
    width: 5rem;
    margin-inline: auto;
    transform: translateX(30px);
  }
}
.header__nav {
  margin-top: 1.55rem;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}
.header__nav-item {
  color: #EFEAE4;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
.header__nav-slash {
  font-size: 1.5rem;
  color: #EFEAE4;
}

.sp-header__content {
  display: none;
}
.sp-header__menu {
  display: none;
}
@media (max-width: 768px) {
  .sp-header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.6rem;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }
}
.sp-header__menu-bar {
  display: inline-block;
  height: 2px;
  width: 3rem;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.sp-header__menu-bar:nth-of-type(2) {
  width: 2rem;
  align-self: flex-end;
}
.sp-header__menu.is-active .sp-header__menu-bar:first-of-type {
  transform: rotate(45deg) translateY(5px);
  width: 2.8rem;
}
.sp-header__menu.is-active .sp-header__menu-bar:nth-of-type(2) {
  transform: rotate(-45deg) translateY(-5px);
  width: 2.8rem;
}
.sp-header__content {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  padding-top: 18.6rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}
.sp-header__content.is-active {
  opacity: 1;
  visibility: visible;
}
.sp-header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
}
.sp-header__nav-item a {
  color: #EFEAE4;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2rem;
  letter-spacing: 1px;
}
.sp-header__btn-wrapper {
  margin-top: 6.5rem;
}
.sp-header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  padding: 1.9rem 2.8rem 1.7rem 3.5rem;
  background-color: #D28858;
  border-radius: 3.25rem;
  border: 1px solid #EFEAE4;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.9px;
}
@media (max-width: 360px) {
  .sp-header__btn {
    font-size: 1.4rem;
  }
}

.fv {
  position: relative;
}
.fv__bg-slider {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.fv__bg-slider .splide__track {
  height: inherit;
}
.fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__counter {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .fv__counter {
    top: 45%;
  }
}
.fv__counter-current, .fv__counter-next {
  color: #fff;
  font-family: Baskervville;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
}
.fv__counter-line {
  position: relative;
  width: 0.2rem;
  height: 10.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.fv__counter-line::after {
  content: "";
  position: absolute;
  top: 0; /* 上から下に伸びる */
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #fff;
}
.fv__counter-line.is-animating::after {
  animation: fvProgressGrow 5s linear forwards;
}
.fv .fv__scrolldown {
  position: absolute;
  left: 0;
  bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  transform: rotate(90deg);
  /* ドット移動のアニメーション */
}
@media (max-width: 768px) {
  .fv .fv__scrolldown {
    left: auto;
    right: -30px;
    bottom: 7rem;
  }
}
.fv .fv__scrolldown span {
  color: #fff;
  font-family: Baskervville;
  font-size: 1.3rem;
  letter-spacing: 0.65px;
}
.fv .fv__scrolldown__scroll-circle {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  transform: rotate(-90deg);
  isolation: isolate;
}
.fv .fv__scrolldown__scroll-dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(21, 16, 19, 0.26);
  mix-blend-mode: destination-out;
  opacity: 0;
  animation: fvScrollDotMove 2s ease-in-out infinite;
}
@keyframes fvScrollDotMove {
  0% {
    top: 0%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.fv__title-wrapper {
  position: absolute;
  z-index: 2;
  left: 8rem;
  bottom: 5.6rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .fv__title-wrapper {
    left: 1rem;
    padding-left: 0;
  }
}
.fv__title {
  position: relative;
  color: #fff;
  font-family: "Zen Old Mincho";
  font-size: clamp(3.2rem, 4vw, 5.8rem);
  letter-spacing: 2.94px;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 3rem;
    letter-spacing: 1.6px;
  }
}
.fv__title::before {
  content: "";
  position: absolute;
  top: 21px;
  left: -20px;
  width: 1px;
  height: 120%;
  background: #fff;
}
@media (max-width: 768px) {
  .fv__title::before {
    display: none;
  }
}
.fv__subtitle {
  margin-top: 1rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.4rem, 1.04vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
.fv__note {
  position: absolute;
  right: 2.8rem;
  bottom: 1.5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique";
  font-size: clamp(1.2rem, 0.9vw, 1.3rem);
  letter-spacing: 0.65px;
}
@media (max-width: 768px) {
  .fv__note {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

@keyframes fvProgressGrow {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.about {
  margin-top: 12.2rem;
}
@media (max-width: 768px) {
  .about {
    margin-top: 8rem;
    overflow: hidden;
  }
}
.about__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 17.5rem;
}
@media (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    padding-inline: 1.5rem;
  }
}
.about__left {
  position: relative;
  margin-top: 13.3rem;
}
@media (max-width: 768px) {
  .about__left {
    margin-top: 0;
  }
}
.about__desc {
  margin-top: 2.5rem;
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.3rem, 1.04vw, 1.5rem);
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.75px;
}
@media (max-width: 768px) {
  .about__desc {
    margin-top: 2.5rem;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.65px;
  }
}
.about__left-img-wrapper {
  position: absolute;
  z-index: -1;
  left: -20rem;
  bottom: 3rem;
  max-width: clamp(30rem, 26.3vw, 38rem);
}
.about__right-img-wrapper {
  max-width: clamp(30rem, 40vw, 58.8rem);
  padding-right: 3rem;
}
.about__sp-img-wrapper {
  margin-top: 3.5rem;
  margin-inline: -1.7rem;
}

.youtube-section {
  width: 100%;
  margin-top: 12em;
}

.youtube-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.youtube-wrapper iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}

.lineup .section__title-wrapper {
  text-align: center;
}

.lineup {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .lineup {
    margin-top: 7rem;
  }
}
.lineup__container {
  margin-top: 5rem;
}
.lineup__block {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .lineup__block {
    flex-direction: column;
  }
}
.lineup__block:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .lineup__block:nth-child(even) {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.lineup__block-text, .lineup__block-img {
  width: 50%;
}
@media (max-width: 768px) {
  .lineup__block-text, .lineup__block-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lineup__block-img {
    margin-top: 2.3rem;
  }
}
.lineup__block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10rem;
  text-align: left;
}
@media (max-width: 1000px) {
  .lineup__block-text {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .lineup__block-text {
    padding-left: 0rem;
    padding-inline: 1.5rem;
  }
}
.lineup__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3rem;
  border-radius: 15px;
  background: var(--color3, #D28858);
  color: #EFEAE4;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .lineup__label {
    width: 12rem;
  }
}
.lineup__label span {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}
.lineup__text {
  color: #46413D;
  font-family: "Zen Old Mincho";
  font-size: clamp(2.4rem, 1.94vw, 2.8rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.4px;
}
@media (max-width: 768px) {
  .lineup__text {
    margin-top: 2rem;
  }
}
@media (max-width: 390px) {
  .lineup__text {
    font-size: clamp(2rem, 1.66vw, 2.4rem);
  }
}
.lineup__spec-table {
  width: 38.3rem;
  margin-top: 4.3rem;
  border-collapse: collapse;
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .lineup__spec-table {
    margin-top: 2.3rem;
    width: 33rem;
  }
}
.lineup__spec-table-model {
  width: 8rem;
  border-right: 1px solid #46413D;
  padding-right: 2rem;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .lineup__spec-table-model {
    width: 2rem;
    padding-right: 1rem;
  }
}
.lineup__spec-table-head, .lineup__spec-table-data {
  max-width: 10rem;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.7px;
}
.lineup__spec-table-head {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .lineup__spec-table-head {
    padding-left: 1rem;
    max-width: 12rem;
  }
}
.lineup__spec-table-data {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .lineup__spec-table-data {
    padding-left: 1rem;
  }
}

.feature {
  margin-top: 19rem;
  padding-top: 8.5rem;
  background: linear-gradient(180deg, var(--color2, #EFEAE4) 8.06%, #FFF 92.9%);
}
@media (max-width: 768px) {
  .feature {
    margin-top: 7.5rem;
    padding-top: 0;
    background: #fff;
  }
}
.feature__inner {
  padding-left: 6rem;
}
@media (max-width: 768px) {
  .feature__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.feature__container {
  position: relative;
  margin-top: 4.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature__container {
    overflow: visible;
    margin-top: 4rem;
  }
}
.feature__img-wrapper {
  display: flex;
  width: max-content;
}
@media (max-width: 768px) {
  .feature__img-wrapper {
    display: block;
    width: 100%;
  }
}
.feature__img {
  width: 66.5rem;
}
@media (max-width: 768px) {
  .feature__img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.food {
  margin-top: 12.5rem;
}
.food__inner {
  padding-inline: 13rem;
}
@media (max-width: 1000px) {
  .food__inner {
    padding-inline: 1.5rem;
  }
}
.food__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  margin-top: 6rem;
}
@media (max-width: 1000px) {
  .food__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .food__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.food__card-img-wrapper {
  max-width: 37rem;
  aspect-ratio: 1/1;
}
.food__card-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px dotted #D28858;
}
.food__card-name {
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.food__card-name span {
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.65px;
}
.food__card-num {
  color: #DDB79E;
  font-family: Baskervville;
  font-size: 3.2rem;
  letter-spacing: 1.6px;
}
.food__card-desc {
  padding-top: 1.05rem;
  padding-bottom: 4rem;
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.problem {
  position: relative;
  padding-top: 10.7rem;
  padding-bottom: 7.1rem;
  background-image: url(../../assets/imgs/problem-bg-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .problem {
    background-image: url(../../assets/imgs/problem-bg-img_sp.png);
    padding-top: 6.8rem;
    padding-bottom: 3.5rem;
  }
}
.problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.problem__inner {
  position: relative;
  z-index: 2;
  padding-inline: 11rem;
}
@media (max-width: 1000px) {
  .problem__inner {
    padding-inline: 1.5rem;
  }
}
.problem__section-title {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(2.8rem, 2.22vw, 3.2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
.problem__list {
  width: 100%;
  border-radius: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.8%;
  row-gap: 3.7rem;
  margin-top: 6rem;
}
@media (max-width: 1000px) {
  .problem__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .problem__list {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    row-gap: 2rem;
    margin-top: 4.5rem;
  }
}
.problem__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 37rem;
  width: 100%;
  padding-block: 3.1rem;
  padding-left: 2rem;
  column-gap: 2.1rem;
  background-color: #FFF;
  border-radius: 25px;
}
@media (max-width: 1130px) {
  .problem__item {
    column-gap: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 1000px) {
  .problem__item {
    column-gap: 2.1rem;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .problem__item {
    padding-block: 1.8rem;
    padding-left: 1.5rem;
  }
}
.problem__item-icon {
  width: 2.1;
  height: 2rem;
  flex-shrink: 0;
}
.problem__item-text {
  color: #D28858;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
@media (max-width: 1300px) {
  .problem__item-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 10000px) {
  .problem__item-text {
    font-size: 1.8rem;
  }
}
.problem__bottom-block {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5rem;
  margin-top: 7rem;
}
@media (max-width: 1000px) {
  .problem__bottom-block {
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
}
@media (max-width: 1000px) {
  .problem__bottom-block {
    margin-top: 3.5rem;
  }
}
.problem__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.8rem;
  max-width: 45rem;
  width: 100%;
  padding-block: 2rem;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  background-color: #D28858;
  border-radius: 8px;
}
.problem__btn-text {
  display: inline-block;
}
.problem__bottom-text {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.8rem, 1.66vw, 2.4rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
@media (max-width: 1000px) {
  .problem__bottom-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .problem__bottom-text {
    font-size: 1.6rem;
  }
}

.how {
  position: relative;
  overflow: visible;
  margin-top: 10.5rem;
  /* 左カラム固定 */
  /* 右カラム（スクロール制御領域） */
  /* スクロール全体 */
  /* 各画像 */
}
@media (max-width: 768px) {
  .how {
    margin-top: 7rem;
  }
}
.how__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 14.4rem;
}
@media (max-width: 1000px) {
  .how__inner {
    padding-inline: 4rem;
  }
}
@media (max-width: 768px) {
  .how__inner {
    flex-direction: column;
    padding-inline: 1.5rem;
  }
}
.how__left {
  flex: 1;
  align-self: flex-start;
  will-change: transform;
  transform: translateZ(0);
  margin-top: 11rem;
}
@media (max-width: 768px) {
  .how__left {
    position: static;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.how__desc {
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.75px;
}
.how__right-container {
  width: 50%;
  height: 65vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .how__right-container {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.how__scroll-inner {
  display: flex;
  flex-direction: column;
}
.how__right-item {
  width: 100%;
  height: 62vh;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .how__right-item {
    height: 44vh;
  }
}
.how__right-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.how__img-title {
  display: flex;
  justify-self: flex-start;
  align-items: center;
  column-gap: 1.5rem;
}
.how__img-text {
  padding-top: 2px;
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
}
.how__img-num {
  color: #D28858;
  font-family: Baskervville;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

.point {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .point {
    margin-top: 10rem;
  }
}
.point__block {
  position: relative;
  width: 100%;
  padding-left: 6rem;
  aspect-ratio: 1440/570;
}
@media (max-width: 768px) {
  .point__block {
    padding-left: 0;
    height: 100%;
    aspect-ratio: 394/570;
  }
}
.point__block-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .point__block-img {
    height: auto;
  }
}
.point__block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.point__block-text-wrapper {
  position: absolute;
  bottom: 6.7rem;
  z-index: 1;
  max-width: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}
@media (max-width: 768px) {
  .point__block-text-wrapper {
    padding-inline: 1.5rem;
    max-width: 100%;
  }
}
.point__block-point {
  margin-bottom: 1rem;
  color: #D28858;
  text-align: center;
  font-family: Baskervville;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
}
.point__block-title {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: clamp(2.4rem, 2.5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 1.8px;
}
.point__block-text {
  margin-top: 2rem;
  text-align: left;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.2rem, 1.04vw, 1.5rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.75px;
}

.details {
  margin-top: 13rem;
}
@media (max-width: 768px) {
  .details {
    margin-top: 7rem;
  }
}
.details .section__title-wrapper {
  text-align: center;
}
.details__inner {
  padding-inline: 10rem;
}
@media (max-width: 768px) {
  .details__inner {
    padding-inline: 1.5rem;
  }
}
.details__container {
  max-width: 72rem;
  margin-inline: auto;
  margin-top: 6rem;
}
.details__grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 23rem 20rem 20rem;
  column-gap: 1rem;
  row-gap: 1rem;
  font-family: "Zen Kaku Gothic New";
}
.details__cell {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F9F6F3;
  padding: 1.8rem 2.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #46413D;
}
.details__cell.is-label {
  background-color: transparent;
  color: #6C4C2D;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #DDB79E;
  padding-left: 0;
  justify-content: flex-start;
}
.details__cell.is-header {
  background-color: #F4EDE8;
  font-weight: 600;
  color: #46413D;
}
.details__cell.is-wide {
  grid-column: span 2;
}
.details__cell:first-child {
  background: transparent;
}
.details__btn-dl {
  margin-top: 5.5rem;
}
.details__btn-dl--img {
  margin-top: 2rem;
}
.details__btn-dl a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin-inline: auto;
  max-width: 450px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--color3, #D28858);
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .details__btn-dl a {
    max-width: 350px;
  }
}
.details__subinfo {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  margin-top: 8rem;
}
@media (max-width: 600px) {
  .details__subinfo {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.details__subinfo-tabs {
  display: flex;
}
.details__subinfo-tab {
  max-width: 27.8rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  color: #46413D;
  background-color: #EFEAE4;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.3rem, 1.04vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.75px;
  transition: background-color 0.3s ease;
  border-radius: 16px 16px 0 0;
}
.details__subinfo-tab.is-active {
  background-color: #DDB79E;
  color: #46413D;
}
.details__subinfo-tab:not(:last-child) {
  margin-right: 0.5rem;
}
.details__subinfo-img-content {
  max-width: 53rem;
  padding: 1rem;
  border-radius: 0 0 16px 16px;
  border: 1px solid var(--color3, #D28858);
  background: #FFF;
}
.details__subinfo-img-wrapper img {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}
.details__subinfo-img-wrapper img.is-active {
  display: block;
  opacity: 1;
}
.details__subinfo-text-wrapper {
  max-width: 25.5rem;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 768px) {
  .details__subinfo-text-wrapper {
    max-width: 100%;
  }
}
.details__subinfo-title {
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
}
.details__subinfo-dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
  margin-top: 1.5rem;
}
.details__subinfo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #D28858;
  width: 100%;
  padding-bottom: 0.5rem;
}
.details__subinfo-dt, .details__subinfo-dd {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

.qa {
  margin-top: 16rem;
  /* スクロールバーの見た目（任意） */
  /* タイトル固定 */
  /* 開いた時 → “−” に変化＋回転 */
}
@media (max-width: 768px) {
  .qa {
    margin-top: 10rem;
  }
}
.qa__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
  padding-inline: 6rem;
}
@media (max-width: 768px) {
  .qa__inner {
    flex-direction: column;
    padding-inline: 1.5rem;
  }
}
.qa__scroll-area {
  flex: 1;
  max-height: 70vh;
  overflow-y: auto;
  margin-top: 4rem;
  padding-right: 1rem;
  padding-bottom: 10rem;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .qa__scroll-area {
    max-height: none;
    overflow: visible;
    margin-top: 5rem;
    padding-right: 0;
    padding-bottom: 5rem;
  }
}
.qa::-webkit-scrollbar {
  width: 6px;
}
.qa::-webkit-scrollbar-thumb {
  background: #dcb89e;
  border-radius: 3px;
}
.qa__container {
  max-width: 100rem;
  margin-left: auto;
  margin-top: 19.5rem;
}
@media (max-width: 768px) {
  .qa__container {
    margin-top: 0;
  }
}
.qa .section__title-wrapper {
  position: sticky;
  top: 7rem;
  flex-shrink: 0;
  background: #fff;
  z-index: 10;
  padding-block: 2rem 1rem;
}
@media (max-width: 768px) {
  .qa .section__title-wrapper {
    position: static;
    top: 0;
    padding-block: 1.5rem 1rem;
  }
}
.qa__type-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.8em;
}
.qa__type-title span {
  display: inline-block;
  color: #46413D;
  font-family: Baskervville;
  font-size: clamp(2rem, 1.94vw, 2.8rem);
  letter-spacing: 1.4px;
}
.qa__type-title h3 {
  color: var(--textcolor, #46413D);
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.8rem, 1.66vw, 2.4rem);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
}
.qa__item {
  padding: 2.5rem 5rem;
  border: 1px solid #DDB79E;
  border-radius: 1.6rem;
  background-color: #FFF;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .qa__item {
    padding: 1.5rem 2rem;
  }
}
.qa__item + .qa__item {
  margin-top: 1.5rem;
}
.qa__mark {
  color: var(--color3, #D28858);
  font-family: Baskervville;
  font-size: clamp(2rem, 1.94vw, 2.8rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.4px;
}
.qa__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.qa__heading-left {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
@media (max-width: 768px) {
  .qa__heading-left {
    column-gap: 1.5rem;
  }
}
.qa__heading-text {
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.8px;
}
.qa__icon {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.4s ease;
  background-color: #D28858;
  border-radius: 50%;
  padding: 0.5rem;
  /* 横線 */
  /* 縦線（＋の棒） */
}
.qa__icon::before, .qa__icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease;
}
.qa__icon::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40%;
  height: 1px;
}
.qa__icon::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1px;
  height: 40%;
}
.qa__item.is-open .qa__icon {
  transform: rotate(180deg);
}
.qa__item.is-open .qa__icon::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}
.qa__body {
  display: none;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dotted #D28858;
}
@media (max-width: 768px) {
  .qa__body {
    column-gap: 1.5rem;
  }
}
.qa__body-container {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
.qa__body-text {
  color: #46413D;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.2rem, 1.04vw, 1.5rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.75px;
}

.cta {
  width: 100%;
  margin-top: 15rem;
  margin-bottom: 0;
  padding-top: 22.4rem;
  padding-bottom: 10.4rem;
  background-color: grey;
  background-image: url("../../assets/imgs/cta-bg-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 768px) {
  .cta {
    margin-top: 7rem;
    margin-bottom: 5rem;
    padding-top: 14.9rem;
    padding-bottom: 9.3rem;
    background-image: url("../../assets/imgs/cta-bg-img_sp.png");
  }
}
.cta__text {
  color: #FFF;
  text-align: center;
  font-family: Baskervville;
  font-size: clamp(3rem, 3.33vw, 4.8rem);
  line-height: 1.8;
  letter-spacing: 2.4px;
  mix-blend-mode: overlay;
}
@media (max-width: 768px) {
  .cta__text {
    line-height: 1.8;
    letter-spacing: 1.6px;
  }
}
.cta__subtext {
  margin-top: 2.5rem;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .cta__subtext {
    font-size: 1.5rem;
  }
}
.cta__btn {
  margin-top: 4rem;
}
.cta__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  margin-inline: auto;
  max-width: 41.2rem;
  padding-top: 1.9rem;
  padding-bottom: 1.7rem;
  border-radius: 3.25rem;
  border: 0.5px solid var(--color2, #EFEAE4);
  background: var(--color3, #D28858);
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .cta__btn a {
    font-size: 1.6rem;
  }
}
.cta__btn img {
  width: 2rem;
  height: 2rem;
}

.footer {
  padding-top: 8.7rem;
  padding-bottom: 1rem;
  background-color: #D28858;
}
.footer__logo-wrapper {
  max-width: 22.2rem;
  margin-inline: auto;
}
.footer__copyright {
  margin-top: 5rem;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.3rem;
  letter-spacing: 0.65px;
}