@charset "UTF-8";
:root {
  --zenkaku: "Zen Kaku Gothic New", sans-serif;
  --oswald: "Oswald", sans-serif;
  --green: #306D26;
  --yellow: #C8AE05;
  --orange: #D69A34;
  --red: #D61414;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--zenkaku);
}

:where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
}

:where(img) {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper::before {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background: url("../../../img/lp/4meal_trial_set/bg.webp");
  background-size: cover;
}

.contents {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
}

.footer {
  padding: 24px 20px 108px;
  background: var(--green);
}
.footer__contents {
  padding: clamp(1px, 5.3333333333vw, 24px);
  margin-bottom: 16px;
  background: #fff;
  border-radius: 10px;
}
.footer__head {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-size: clamp(1px, 5.8666666667vw, 26px);
  font-weight: bold;
  text-align: center;
}
.footer__head span {
  font-size: 1.8rem;
  font-size: clamp(1px, 4.8vw, 21px);
}
.footer__button {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: clamp(1px, 4.8vw, 21px);
  font-weight: bold;
  color: #fff;
  background: #D69A34;
  border-radius: 24px;
  transition: 0.3s;
}
.footer__button:hover {
  filter: brightness(1.1);
}
.footer__button--tel::before {
  content: url("../../../img/lp/4meal_trial_set/footer_tel.svg");
}
@media screen and (width >= 1024px) {
  .footer__button--tel {
    display: none;
  }
}
.footer__button--catalog::before {
  content: url("../../../img/lp/4meal_trial_set/footer_catalog.svg");
}
.footer__date {
  margin-top: 10px;
  font-size: clamp(1px, 3.2vw, 14px);
}
@media screen and (width >= 1024px) {
  .footer__date {
    text-align: center;
  }
}
.footer__free-call {
  display: none;
}
@media screen and (width >= 1024px) {
  .footer__free-call {
    display: block;
    text-align: center;
  }
  .footer__free-call img {
    height: 55px;
  }
}
.footer__copy {
  display: block;
  margin-top: 24px;
  font-size: clamp(1px, 3.7333333333vw, 16px);
  color: #fff;
  text-align: center;
}

.totop {
  display: block;
  width: 140px;
  margin: 32px auto;
  text-align: center;
}

.line {
  position: fixed;
  right: clamp(1px, 1.6vw, 10px);
  bottom: 0;
}
.line a {
  transition: 0.3s;
}
.line a:hover {
  filter: brightness(1.1);
}
.line img {
  width: 180px;
}

.inner {
  padding: 0 15px;
}

.leave {
  padding-bottom: 45px;
  background: url("../../../img/lp/4meal_trial_set/leave_bg.webp");
  background-size: 100% auto;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
}
.leave__img02 {
  margin-bottom: 40px;
}
.leave__img03 {
  margin: 30px 0;
}
.leave__img04 {
  margin-top: 20px;
}

.reason {
  padding: 40px 0;
  background: #F9F5F2;
}
.reason__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.reason__list img {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.history {
  padding-bottom: 40px;
  background: #F9F5F2;
}

.set {
  padding-bottom: 40px;
}
.set__img01 {
  margin-bottom: 13px;
}
.set__img02 {
  margin-bottom: 20px;
}
.set__slider {
  margin: 0 20px;
}
.set__slider .slick-arrow {
  position: absolute;
  top: 22.9333333333%;
  z-index: 2;
  width: 44px;
  aspect-ratio: 1/1;
  padding: 0;
  font-size: 0;
  background: none;
  background-size: contain;
  border: none;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  transform: translateY(-50%);
  transition: 0.3s;
}
.set__slider .slick-arrow:hover {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)) brightness(1.3);
}
.set__slider .slick-prev {
  left: -10px;
  background-image: url("../../../img/lp/4meal_trial_set/set-slider-prev.webp");
}
.set__slider .slick-next {
  right: -10px;
  background-image: url("../../../img/lp/4meal_trial_set/set-slider-next.webp");
}

.size {
  position: relative;
}
.size__button {
  position: absolute;
  bottom: clamp(1px, 7.2vw, 32px);
  left: 50%;
  width: clamp(1px, 74.6666666667vw, 336px);
  transform: translateX(-50%);
  transition: 0.3s;
}
.size__button:hover {
  filter: brightness(1.2);
}

.faq {
  padding: 22px 20px 56px;
}
.faq strong {
  font-weight: bold;
}
.faq__container01 {
  margin-bottom: 56px;
}
.faq__title01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.47;
}
.faq__title01::before {
  display: block;
  width: 105px;
  height: 27px;
  content: "";
  background: url("../../../img/lp/4meal_trial_set/faq_title.webp") no-repeat center/contain;
}
.faq__title02 {
  padding: 10px;
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.334;
  text-align: center;
  border-top: 1px solid var(--yellow);
  border-bottom: 1px solid var(--yellow);
}
.faq__title03 {
  padding: 8px 7px 10px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: bold;
  background: #F6F2DC;
}
.faq__title04 {
  margin-top: 1.79em;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.79;
}
.faq__text {
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.faq__list01 {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  list-style: none;
}
.faq__list02 {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.79;
  list-style: none;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.accordion__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--orange);
}
.accordion__question {
  display: flex;
  gap: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}
.accordion__question::before {
  font-family: var(--oswald);
  font-weight: 600;
  color: var(--green);
  content: "Q";
}
.accordion__question::after {
  position: relative;
  top: calc((1.5em - 8px) / 2);
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
  width: 13px;
  height: 8px;
  margin: 0 0 0 auto;
  content: "";
  background: url("../../../img/lp/4meal_trial_set/faq_arrow.svg") no-repeat center/contain;
}
.accordion__question.is-active::after {
  transform: rotate(180deg);
  transform-origin: center;
}
.accordion__answer {
  display: none;
  margin: 0;
}
.accordion__answer div {
  display: flex;
  gap: 15px;
  padding-right: 30px;
  font-size: 1.4rem;
  line-height: 1.79;
}
.accordion__answer div::before {
  font-family: var(--oswald);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--yellow);
  content: "A";
}

/* スライドアニメーションの設定 */
@keyframes horizontal-animation {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes horizontal-animation-reverse {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* スライダーを表示する親コンテナ */
.slider-container {
  display: flex;
  overflow: hidden;
}

/* スライダー本体 */
.slider-wrapper {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
}

.slider-wrapper-reverse {
  display: flex;
  animation: horizontal-animation-reverse 30s linear infinite;
}

/* スライドコンテンツ */
.slide {
  width: 71px;
  margin-right: 10px;
}

.slide img {
  width: auto;
  height: 60px;
  vertical-align: bottom;
}

.cta01 {
  position: relative;
}
.cta01__button {
  position: absolute;
  bottom: clamp(1px, 8.5333333333vw, 38px);
  width: 100%;
  text-align: center;
}
.cta01__button img {
  width: 88%;
  transition: 0.3s;
}
.cta01__button img:hover {
  filter: brightness(1.5);
}
.cta01__anchor {
  position: absolute;
  top: clamp(1px, 64vw, 288px);
  right: clamp(1px, 4.8vw, 22px);
}
.cta01__anchor img {
  width: clamp(1px, 43.7333333333vw, 196px);
  transition: 0.3s;
}
.cta01__anchor img:hover {
  filter: brightness(1.5);
}

.cta02 {
  position: relative;
}
.cta02__button {
  position: absolute;
  bottom: clamp(1px, 7.4666666667vw, 34px);
  width: 100%;
  text-align: center;
}
.cta02__button img {
  width: 88%;
  transition: 0.3s;
}
.cta02__button img:hover {
  filter: brightness(1.5);
}
.cta02__anchor {
  position: absolute;
  top: clamp(1px, 105.8666666667vw, 477px);
  right: clamp(1px, 4.8vw, 22px);
}
.cta02__anchor img {
  width: clamp(1px, 43.7333333333vw, 196px);
  transition: 0.3s;
}
.cta02__anchor img:hover {
  filter: brightness(1.5);
}
.cta02__volume {
  position: absolute;
  right: clamp(1px, 11.4666666667vw, 52px);
  bottom: clamp(1px, 32vw, 144px);
  display: flex;
  gap: clamp(1px, 4.2666666667vw, 19px);
  align-items: flex-end;
  font-size: clamp(1px, 5.3333333333vw, 24px);
  font-weight: 500;
  line-height: 1.5;
}
.cta02__volume input {
  width: clamp(1px, 22.4vw, 101px);
  height: clamp(1px, 11.2vw, 51px);
  border: 1px solid #D2D2D2;
  border-radius: 5px;
}

.u-color-red {
  color: var(--red);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
}