/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/css/style.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

button,
label,
input[type=submit] {
  cursor: pointer;
}

input,
button,
select {
  outline: 0;
  border: none;
  appearance: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

img {
  vertical-align: top;
}

select::-ms-expand {
  display: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

/**
 * @see https://css-tricks.com/almanac/properties/l/line-clamp/
 */
html,
body {
  margin: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212121;
  letter-spacing: 0.5px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

a,
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: initial;
}

.page-top {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
}
.page-top img {
  width: auto !important;
  max-width: 100%;
  pointer-events: none;
}

/* === スタイルの上書き === */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* ===================== */
@media screen and (min-width: 769px) {
  .u-showonlySP {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-showonlyPC {
    display: none !important;
  }
}
.header {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__logo {
  height: 54px;
}

.footer {
  background: #f5f5f5;
  border-top: 1px solid #D8DDDF;
  padding: 40px 16px;
  text-align: center;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 16px;
  transition: 300ms;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  border-radius: 28px;
  background: #9f8745;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
}
.c-btn:hover {
  opacity: 0.8;
}

.l-btn {
  margin-top: 56px;
}

.section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .section {
    padding: 80px 0;
  }
}
.section .section__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #655a49;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .section .section__head {
    font-size: 25px;
  }
}
.section .section__head:not(:first-child) {
  margin-top: 60px;
}
.section .section__head small {
  display: block;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.section .section__subHead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #655a49;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .section .section__subHead {
    font-size: 24px;
  }
}
.section .section__subHead:not(:first-child) {
  margin-top: 60px;
}
.section.section--beige {
  background: #f5f4f1;
}
.section.section--beige::before {
  content: "";
  height: 90px;
  width: 100%;
  background-size: auto 90px;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .section.section--beige::before {
    height: 100px;
    width: 500px;
    background-size: contain;
    left: calc(50% - 250px);
  }
}
.section.section--beige .section__head {
  color: #655a49;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 12.5px;
  text-indent: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.section.section--beige .section__head::before, .section.section--beige .section__head::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #655a49;
}
.section .section__container {
  padding: 0 16px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section .section__container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 769px) {
  .section .section__container.section__container--wide {
    max-width: 1240px;
  }
}
@media screen and (min-width: 769px) {
  .section .section__container.section__container--slim {
    max-width: 800px;
  }
}

@keyframes closeup {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.kv {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .kv {
    height: 80vh;
  }
}
.kv > img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  animation: closeup 10s ease-out forwards;
}
.kv svg {
  position: absolute;
  top: 40px;
  left: 16px;
  z-index: 1;
  width: 90%;
  filter: drop-shadow(0px 0px 2px black);
}
@media screen and (min-width: 769px) {
  .kv svg {
    width: 45%;
    left: 10%;
  }
}

.kv-2 {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .kv-2 {
    height: 80vh;
  }
}
.kv-2 .kv__background {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: 10%;
}
@media screen and (min-width: 769px) {
  .kv-2 .kv__background {
    object-position: center;
  }
}
.kv-2 .kv__copy {
  position: absolute;
  top: 10%;
  right: 7%;
  z-index: 1;
  width: 90%;
  filter: drop-shadow(0px 0px 2px black);
}
@media screen and (min-width: 769px) {
  .kv-2 .kv__copy {
    top: 50%;
    right: 10%;
  }
}

.kv-3 {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .kv-3 {
    height: 80vh;
  }
}
.kv-3 .kv__background {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: 55%;
}
@media screen and (min-width: 769px) {
  .kv-3 .kv__background {
    object-position: center 90%;
    object-position: none;
  }
}
.kv-3 .kv__copy {
  position: absolute;
  top: 10%;
  right: 7%;
  z-index: 1;
  width: 90%;
  filter: drop-shadow(0px 0px 2px black);
}
@media screen and (min-width: 769px) {
  .kv-3 .kv__copy {
    top: 30%;
    right: auto;
    left: 10%;
  }
}

.about {
  position: relative;
}
.about.about--background {
  padding-bottom: 120px;
  background-image: url(../images/about.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
}
@media screen and (min-width: 769px) {
  .about.about--background {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about .section__container {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .about .section__head {
    font-size: 20px;
    text-align: left;
  }
}
.about .about__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 769px) {
  .about .about__description {
    font-size: 18px;
    text-align: center;
  }
}
.about .about__description > span {
  display: inline-block;
}
.about .about__description + .about__description {
  margin-top: 8px;
}
.about .about__img {
  zoom: 0.5;
  margin: 40px auto 0;
  display: block;
}
.about .about-decoration {
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .about .about-decoration {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about .about-decoration {
    display: block;
  }
}
.about .about-decoration.about-decoration-left-1 {
  left: 7%;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-left-1 {
    display: none;
  }
}
.about .about-decoration.about-decoration-left-2 {
  left: 7%;
  top: 27%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-left-2 {
    display: none;
  }
}
.about .about-decoration.about-decoration-left-3 {
  left: -1%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-left-3 {
    display: none;
  }
}
.about .about-decoration.about-decoration-left-4 {
  left: 10%;
  top: 42%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-left-4 {
    display: none;
  }
}
.about .about-decoration.about-decoration-left-5 {
  left: 11%;
  top: 55%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-left-5 {
    display: none;
  }
}
.about .about-decoration.about-decoration-right-1 {
  right: 7%;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-right-1 {
    right: 5%;
    top: -15%;
  }
}
.about .about-decoration.about-decoration-right-2 {
  right: 1%;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-right-2 {
    right: -10%;
    top: -2%;
  }
}
.about .about-decoration.about-decoration-right-3 {
  right: 9%;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-right-3 {
    right: 3%;
    top: 5%;
  }
}
.about .about-decoration.about-decoration-right-4 {
  right: 4%;
  top: 35%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-right-4 {
    right: -5%;
    top: 20%;
  }
}
.about .about-decoration.about-decoration-right-5 {
  right: 8%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-right-5 {
    right: 0%;
    top: 31%;
  }
}
.about .about-decoration.about-decoration-right-6 {
  right: 2%;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .about .about-decoration.about-decoration-right-6 {
    right: -8%;
    top: 48%;
  }
}
.about.about--2 .about-decoration.about-decoration-right-1 {
  right: 7%;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .about.about--2 .about-decoration.about-decoration-right-1 {
    right: -10%;
    top: -17%;
  }
}
.about.about--2 .about-decoration.about-decoration-right-2 {
  right: 1%;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .about.about--2 .about-decoration.about-decoration-right-2 {
    display: none;
  }
}
.about.about--2 .about-decoration.about-decoration-right-3 {
  right: 9%;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .about.about--2 .about-decoration.about-decoration-right-3 {
    right: -22%;
    top: 25%;
  }
}
.about.about--2 .about-decoration.about-decoration-right-4 {
  right: 4%;
  top: 35%;
}
@media screen and (max-width: 768px) {
  .about.about--2 .about-decoration.about-decoration-right-4 {
    right: -12%;
    top: 35%;
  }
}
.about.about--2 .about-decoration.about-decoration-right-5 {
  right: 8%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .about.about--2 .about-decoration.about-decoration-right-5 {
    right: -9%;
    top: 5%;
  }
}
.about.about--2 .about-decoration.about-decoration-right-6 {
  right: 2%;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .about.about--2 .about-decoration.about-decoration-right-6 {
    display: none;
  }
}

/* 商品紹介セクション */
.lineup::before {
  background-image: url(../images/head-lineup.svg);
}
.lineup .lineup__content {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .lineup .lineup__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lineup .lineup__caption {
  color: #655a49;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 40px;
}

.productCard:nth-child(2) {
  animation-delay: 0.1s !important;
}
.productCard:nth-child(3) {
  animation-delay: 0.2s !important;
}
.productCard .productCard__img {
  margin-top: 16px;
  width: 100% !important;
}
.productCard .productCard__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.productCard .productCard__description {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 12px;
}
.productCard .productCard__ingredient {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 16px 20px;
  margin: -20px 4px 0;
  z-index: 1;
  position: relative;
}
.productCard .productCard__ingredientTitle {
  font-size: 17px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
}
.productCard .productCard__ingredientWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.productCard .productCard__ingredientCaption {
  font-size: 12px;
  margin-top: 12px;
}

.ingredientCard.ingredientCard--comingsoon {
  position: relative;
}
.ingredientCard.ingredientCard--comingsoon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/commingsoon.png);
  background-size: cover;
  background-position: center;
  position: absolute;
}
.ingredientCard .ingredientCard__img {
  border-radius: 12px;
  width: 100% !important;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.ingredientCard .ingredientCard__producer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.ingredientCard .ingredientCard__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
}
.ingredientCard .ingredientCard__producerImg {
  width: 32px !important;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.ingredientCard .ingredientCard__area {
  font-size: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.ingredientCard .ingredientCard__name {
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

/* 生産者紹介セクション */
.producer .producer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .producer .producer__content {
    gap: 40px;
  }
}
.producer .producer__img {
  position: relative;
}
.producer .producer__main-img {
  width: 100% !important;
  max-width: none;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .producer .producer__main-img {
    margin: 40px -16px 0;
    width: calc(100% + 16px + 16px) !important;
  }
}
.producer .producer__achievement-img {
  position: absolute;
  left: 8px;
  bottom: -40px;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 769px) {
  .producer .producer__achievement-img {
    left: 40px;
    bottom: -80px;
    width: 150px;
    height: 150px;
  }
}
.producer .producer__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 769px) {
  .producer .producer__description {
    text-align: center;
  }
}
.producer .producer__caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .producer .producer__caption {
    text-align: center;
  }
}

.producerCard .producerCard__img {
  width: 100% !important;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .producerCard .producerCard__img {
    aspect-ratio: 16/9;
  }
}
.producerCard .producerCard__area {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1px;
  margin-top: 16px;
}
.producerCard .producerCard__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15px;
  margin-top: 4px;
}
.producerCard .producerCard__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.25px;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .producerCard .producerCard__description {
    font-size: 16px;
  }
}

/* 監修セクション */
.produce::before {
  background-image: url(../images/head-produce.svg);
}
.produce .produce__content {
  display: grid;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .produce .produce__content {
    grid-template-columns: 1fr 1fr;
    padding: 40px 60px;
    background: #ffffff;
  }
}
.produce .produce__img {
  width: 100% !important;
}
.produce .produce__achievement-img {
  position: absolute;
  top: -40px;
  right: -10px;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 769px) {
  .produce .produce__achievement-img {
    top: -40px;
    right: -16px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .produce .produce__achievement-img {
    top: -80px;
    right: -40px;
  }
}
.produce .produce__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #655a49;
}
@media screen and (min-width: 769px) {
  .produce .produce__title {
    font-size: 25px;
    color: #321111;
  }
}
.produce .produce__description {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .produce .produce__description {
    font-size: 15px;
  }
}
.produce .produce__caption {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .produce .produce__caption {
    font-size: 12px;
  }
}

/* 調理・感想セクション */
.step {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .step {
    grid-template-columns: repeat(2, 1fr);
  }
}
.step .step__title {
  font-size: 18px;
  font-weight: 900;
  color: #655a49;
  text-align: center;
  line-height: 1;
}
.step .step__description {
  font-size: 20px;
  text-align: center;
  margin-top: 8px;
}
.step .step__img {
  width: 100% !important;
  margin-top: 16px;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  background: #f5f4f1;
  width: 30px !important;
  height: 30px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold;
  color: #655a49;
}

.swiper-button-prev {
  left: 0px !important;
}

.swiper-button-next {
  right: 0px !important;
}

@media screen and (max-width: 768px) {
  .voice .voice__item {
    padding: 0 40px;
  }
}
.voice .voice__head {
  display: flex;
  gap: 12px;
}
.voice .voice__img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.voice .voice__type {
  font-size: 14px;
}
.voice .voice__title {
  color: #655a49;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}
.voice .voice__description {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 16px;
}

/* 料金セクション */
.plan::before {
  background-image: url(../images/head-plan.svg);
}
.plan .plan__content {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 769px) {
  .plan .plan__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plan .plan__campaign {
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto 40px;
  display: block;
}
.plan .plan__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan .plan__title {
  color: #655a49;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.plan .plan__title > span {
  color: #9f8745;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-right: 8px;
}
.plan .plan__list {
  display: grid;
  gap: 12px;
}
.plan .plan__list > li > img {
  width: 100% !important;
}
.plan .plan__caption {
  font-size: 10px;
}
.plan .plan__cycle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  background: #ffffff;
  color: #655a49;
}
.plan .plan__menu {
  padding: 20px;
  background: #ffffff;
  height: 100%;
}
.plan .plan__menuCaption {
  font-size: 12px;
  margin-top: 12px;
}
.plan .plan__menuTitle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  color: #ffffff;
  margin-bottom: 8px;
}
.plan .plan__menuTitle.plan__menuTitle--1 {
  background: #655a49;
}
.plan .plan__menuTitle.plan__menuTitle--2 {
  background: #9f8745;
  margin-top: 20px;
}
.plan .plan__menuList > li::before {
  content: "・";
}
.plan .plan__attention {
  color: #321111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: grid;
  gap: 8px;
  margin-top: 40px;
}
.plan .plan__attention > li {
  display: flex;
  gap: 4px;
}
.plan .plan__attention > li::before {
  content: "※";
}

.point {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .point {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.point .point__item {
  border: 1px solid #655a49;
  color: #655a49;
  border-radius: 8px;
  padding: 20px 16px;
}
.point .point__title {
  display: block;
  margin: 0 auto;
}
.point .point__description {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
.point .point__caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-top: 12px;
}

.faq dl:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .faq dl:not(:first-child) {
    margin-top: 32px;
  }
}
.faq dl dt {
  color: #655a49;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .faq dl dt {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.faq dl dt::before {
  content: "Q";
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-top: -4px;
}
.faq dl dd {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 769px) {
  .faq dl dd {
    font-size: 16px;
  }
}

@keyframes poping {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.poping {
  opacity: 0;
}
.poping.is-active {
  animation: poping 0.5s ease-out forwards;
}

@keyframes about-poping {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(0.5);
  }
}
@keyframes about-poping-sp {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(0.35);
  }
}
.about-decoration {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .about-decoration.is-active {
    animation: about-poping 0.5s ease-out forwards;
  }
}
@media screen and (max-width: 768px) {
  .about-decoration.is-active {
    animation: about-poping-sp 0.5s ease-out forwards;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein {
  opacity: 0;
}
.fadein.is-active {
  animation: fadein 0.7s ease-out forwards;
}

.js-text > div {
  overflow: hidden;
}
.js-text span {
  display: inline-block;
  transform: translateY(100%);
}
.js-text span:nth-child(1) {
  transition-delay: 0s !important;
}
.js-text span:nth-child(2) {
  transition-delay: 0.04s !important;
}
.js-text span:nth-child(3) {
  transition-delay: 0.08s !important;
}
.js-text span:nth-child(4) {
  transition-delay: 0.12s !important;
}
.js-text span:nth-child(5) {
  transition-delay: 0.16s !important;
}
.js-text span:nth-child(6) {
  transition-delay: 0.2s !important;
}
.js-text span:nth-child(7) {
  transition-delay: 0.24s !important;
}
.js-text span:nth-child(8) {
  transition-delay: 0.28s !important;
}
.js-text span:nth-child(9) {
  transition-delay: 0.32s !important;
}
.js-text span:nth-child(10) {
  transition-delay: 0.36s !important;
}
.js-text span:nth-child(11) {
  transition-delay: 0.4s !important;
}
.js-text span:nth-child(12) {
  transition-delay: 0.44s !important;
}
.js-text span:nth-child(13) {
  transition-delay: 0.48s !important;
}
.js-text span:nth-child(14) {
  transition-delay: 0.52s !important;
}
.js-text span:nth-child(15) {
  transition-delay: 0.56s !important;
}
.js-text span:nth-child(16) {
  transition-delay: 0.6s !important;
}
.js-text span:nth-child(17) {
  transition-delay: 0.64s !important;
}
.js-text span:nth-child(18) {
  transition-delay: 0.7s !important;
}
.js-text.is-active span {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kv svg .svg-elem-1 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.kv svg.is-active .svg-elem-1 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-2 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s;
}
.kv svg.is-active .svg-elem-2 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-3 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
}
.kv svg.is-active .svg-elem-3 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-4 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.86s;
}
.kv svg.is-active .svg-elem-4 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-5 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s;
}
.kv svg.is-active .svg-elem-5 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-6 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.kv svg.is-active .svg-elem-6 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-7 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s;
}
.kv svg.is-active .svg-elem-7 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-8 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s;
}
.kv svg.is-active .svg-elem-8 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-9 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
}
.kv svg.is-active .svg-elem-9 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-10 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.98s;
}
.kv svg.is-active .svg-elem-10 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-11 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.kv svg.is-active .svg-elem-11 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-12 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s;
}
.kv svg.is-active .svg-elem-12 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-13 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s;
}
.kv svg.is-active .svg-elem-13 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-14 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.06s;
}
.kv svg.is-active .svg-elem-14 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-15 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
}
.kv svg.is-active .svg-elem-15 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-16 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.kv svg.is-active .svg-elem-16 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-17 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s;
}
.kv svg.is-active .svg-elem-17 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-18 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.14s;
}
.kv svg.is-active .svg-elem-18 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-19 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.16s;
}
.kv svg.is-active .svg-elem-19 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-20 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.18s;
}
.kv svg.is-active .svg-elem-20 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-21 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.kv svg.is-active .svg-elem-21 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-22 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.22s;
}
.kv svg.is-active .svg-elem-22 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-23 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s;
}
.kv svg.is-active .svg-elem-23 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-24 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.26s;
}
.kv svg.is-active .svg-elem-24 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-25 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s;
}
.kv svg.is-active .svg-elem-25 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-26 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
.kv svg.is-active .svg-elem-26 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-27 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s;
}
.kv svg.is-active .svg-elem-27 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-28 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.34s;
}
.kv svg.is-active .svg-elem-28 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-29 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s;
}
.kv svg.is-active .svg-elem-29 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-30 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.38s;
}
.kv svg.is-active .svg-elem-30 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-31 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
.kv svg.is-active .svg-elem-31 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-32 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.42s;
}
.kv svg.is-active .svg-elem-32 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-33 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s;
}
.kv svg.is-active .svg-elem-33 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-34 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.46s;
}
.kv svg.is-active .svg-elem-34 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-35 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.48s;
}
.kv svg.is-active .svg-elem-35 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-36 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.kv svg.is-active .svg-elem-36 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-37 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s;
}
.kv svg.is-active .svg-elem-37 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-38 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.54s;
}
.kv svg.is-active .svg-elem-38 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-39 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s;
}
.kv svg.is-active .svg-elem-39 {
  fill: rgb(255, 255, 255);
}
.kv svg .svg-elem-40 {
  fill: transparent;
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.58s;
}
.kv svg.is-active .svg-elem-40 {
  fill: rgb(255, 255, 255);
}

.c-plan_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-plan_modal .c-plan_modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}
.c-plan_modal .c-plan_modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  background-color: #F5F4F1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 102;
  border-radius: 8px;
  overflow: auto;
  max-height: 80%;
}
.c-plan_modal .c-plan_modal__inner {
  padding: 40px 20px;
  overflow: auto;
  display: grid;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-plan_modal .c-plan_modal__inner {
    padding: 32px 20px;
    overflow: auto;
  }
}
.c-plan_modal .c-plan_modal__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.c-plan_modal .c-plan_modal__cycle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  background: #ffffff;
  color: #655a49;
}
.c-plan_modal .c-plan_modal__campaign {
  max-width: 600px;
  margin: 0 auto;
}
.c-plan_modal .c-plan_modal__list {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-plan_modal .c-plan_modal__list {
    flex-direction: column;
  }
}
.c-plan_modal .c-plan_modal__list > li {
  position: relative;
}
.c-plan_modal .c-plan_modal__list > li > a {
  display: block;
}
.c-plan_modal .c-plan_modal__pickup {
  position: absolute;
  width: 60px !important;
  left: -16px;
  top: -8px;
}
.c-plan_modal .c-plan_modal__caption {
  font-size: 12px;
}
