@charset "UTF-8";
@font-face {
  font-family: "nexa_boldregular";
  src: url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/caveat/Caveat-Bold.ttf") format("truetype");
}
.clearfix {
  display: block;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

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

.arrow_bottom {
  position: relative;
}
.arrow_bottom:before, .arrow_bottom:after {
  content: "";
  width: 14px; /* 線の長さを指定 */
  height: 1.5px; /* 線の幅を指定 */
  border-radius: 2px; /* 線を角丸にする */
  display: inline-block;
  background: #00A5AD;
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
}
.arrow_bottom:before {
  transform: rotate(45deg);
  right: 33px;
}
.arrow_bottom:after {
  transform: rotate(-45deg);
  right: 24px;
}

.orange_btn a, .orange_btn p, .orange_btn button, .orange_btn div, .white_btn a, .white_btn p, .white_btn button, .white_btn div {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  line-height: 44px !important;
  height: 44px;
  text-align: center;
}

.orange_btn {
  width: 50%;
}
.orange_btn a, .orange_btn p, .orange_btn button, .orange_btn div {
  color: #fff !important;
  background: #ec6427;
}
.orange_btn a {
  display: block;
}

.white_btn a, .white_btn p {
  background: transparent;
  border: 1px solid #5E5856;
}

.text_link {
  color: #00A5AD;
}

.into_cart {
  text-align: center;
}
.into_cart span {
  color: #EC6427;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.into_cart span::before {
  content: "";
  position: relative;
  background-image: url(/images/common/icon-cart.png);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.slider_operation, .slider_page, .slider_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slider_operation {
  gap: 24px;
  justify-content: flex-end;
  margin: 16px;
}
.slider_operation .slider_page {
  gap: 16px;
}
.slider_operation .slider_page p {
  color: rgba(25, 17, 13, 0.5);
}
.slider_operation .slider_page p:first-of-type {
  border-right: 1px solid rgba(25, 17, 13, 0.5);
  padding-right: 16px;
}
.slider_operation .slider_btn {
  gap: 14px;
}
.slider_operation .slider_btn .btn_on {
  cursor: pointer;
}
.slider_operation .slider_btn .btn_on path, .slider_operation .slider_btn .btn_on rect {
  stroke: #00A5AD;
}
.slider_operation .slider_btn div:last-of-type {
  transform: rotate(180deg);
}

.category {
  background: #EDE9E2;
  padding: 16px 16px 24px;
}
.category img {
  border-radius: 16px;
  margin-bottom: 24px;
}
.category .category_text {
  margin: 0 auto;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.category .category_text p, .category .category_text h2, .category .category_text h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #79524D;
  text-align: center;
}
.category .category_text p {
  font-size: 16px;
  line-height: 24px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category .category_text p:after {
  content: "";
  display: block;
  width: 104%;
  height: 2px;
  background: #EC6427;
  border-radius: 2px;
}
.category .category_text h2, .category .category_text h3 {
  font-size: 24px;
  line-height: 36px;
}
.category .category_text .white_btn {
  width: 80%;
}

.nexa {
  font-family: "nexa_boldregular", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.shuei_go_l {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.shuei_go_b {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h1,
p,
dt {
  color: #44332A;
}

h1 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
}
h1 span {
  color: #EC6427;
  font-size: 16px;
  display: block;
}

.orange_btn {
  width: 80.05698%;
}

.auto_slider01,
.auto_slider02,
.auto_slider03,
.auto_slider04 {
  width: 100%;
}
.auto_slider01 img,
.auto_slider02 img,
.auto_slider03 img,
.auto_slider04 img {
  border-radius: 8px;
}

/* セクションの初期状態 */
section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* フェードイン後の状態 */
section.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.subscription_wrap {
  gap: 64px;
}

.subscription_plan {
  margin: 0 16px;
}

.subscription_top p,
.subscription_plan p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.00875rem;
}

.subscription_top {
  padding: 40px 16px;
  background: #EDE9E2;
  gap: 24px;
  align-items: center;
}
.subscription_top small {
  text-align: center;
  color: rgba(25, 17, 13, 0.5);
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 8px;
  display: block;
}
.subscription_top .slider_wrap {
  width: 100%;
  position: relative;
}
.subscription_top .slider_wrap .off_circle {
  position: absolute;
  background: #F0A20A;
  border-radius: 50%;
  width: 90px;
  min-width: 70px;
  height: auto;
  top: -24px;
  right: 20px;
  z-index: 1;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 640px) {
  .subscription_top .slider_wrap .off_circle {
    width: 14.0625vw;
    top: -3.75vw;
    right: 3.125vw;
  }
}
.subscription_top .slider_wrap .off_circle div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription_top .slider_wrap .off_circle div p {
  color: #FFF;
  line-height: 36px !important;
  font-weight: bold;
  margin-top: -10px;
}
.subscription_top .slider_wrap .off_circle div p .nexa {
  display: block;
  font-size: 31px;
  line-height: 1.06rem;
}
.subscription_top .slider_wrap .off_circle div p .nexa span {
  display: inline-block;
  font-size: 16px;
}
.subscription_top dl {
  align-items: center;
  gap: 24px;
}
.subscription_top dl dt {
  font-size: 18px;
  letter-spacing: 0.01125rem;
  line-height: 1.575rem;
  font-weight: bold;
}

.subscription_plan {
  gap: 24px;
  align-items: center;
}

.swiper_card {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
  background: #EDE9E2;
  padding: 32px 16px;
  border-radius: 8px;
}
.swiper_card .swiper_ttl h3,
.swiper_card .swiper_ttl p {
  color: #44332A;
}
.swiper_card .swiper_ttl h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.swiper_card figure {
  width: 100%;
}
.swiper_card figure img {
  border-radius: 8px;
}
.swiper_card .swiper_price {
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.swiper_card .swiper_price .price_num {
  font-size: 40px;
  line-height: 30px !important;
}
.swiper_card .swiper_price .price_num .price_arrow {
  font-size: 16px;
}
.swiper_card .swiper_price .price_num .price_normal {
  color: rgba(25, 17, 13, 0.5);
  text-decoration: line-through;
  font-size: 24px;
}
.swiper_card .swiper_check {
  gap: 8px;
}
.swiper_card .swiper_check li {
  font-family: fot-tsukuardgothic-std, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #44332A;
  line-height: 22px;
}
.swiper_card .swiper_check li:before {
  content: "";
  display: block;
  min-width: 20px;
  min-height: 20px;
  background: url("/images/about/foodforsmartgrowth/check_box_orange.svg");
}
.swiper_card .discount_tag_wrap {
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.swiper_card .discount_tag_wrap p {
  font-family: "nexa_boldregular", sans-serif;
  font-style: normal;
  background: #D61A31;
  padding: 4px 4px 1px;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 9px;
  border-radius: 2px;
}

.about_subscription {
  margin: 0 auto;
}
.about_subscription .detail a {
  color: #00A5AD;
}
.about_subscription .detail .indentation {
  font-size: 12px;
}
.about_subscription .detail:last-of-type .faq-label {
  border-bottom: 1px solid rgba(233, 233, 232, 0.9);
}
.about_subscription .detail dl {
  margin-bottom: 20px;
}
.about_subscription .detail dl dt {
  font-weight: bold;
}
.about_subscription .detail dl dd {
  margin: 8px 0 0 1.4rem;
}

.subscription_first_campaign {
  margin: 0 16px;
}
.subscription_first_campaign .campaign_card {
  background: #EC6427;
  border-radius: 16px;
  gap: 24px;
  align-items: center;
  padding: 24px 16px;
}
.subscription_first_campaign .campaign_card h2,
.subscription_first_campaign .campaign_card h3,
.subscription_first_campaign .campaign_card p {
  color: #FFF;
  text-align: center;
}
.subscription_first_campaign .campaign_card h2,
.subscription_first_campaign .campaign_card h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.subscription_first_campaign .campaign_card p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px !important;
}
.subscription_first_campaign .campaign_card .campaign_tag {
  padding: 4px 8px;
  background: #F0A20A;
  display: inline-block;
  width: fit-content;
  border-radius: 4px;
}
.subscription_first_campaign .campaign_card .campaign_tag p {
  font-size: 12px;
  line-height: 0.975rem;
  font-weight: bold;
  width: fit-content;
}
.subscription_first_campaign .campaign_card .select_courses {
  flex-wrap: wrap;
  gap: 14px;
}
.subscription_first_campaign .campaign_card .select_courses a {
  width: calc(50% - 7px);
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
}
.subscription_first_campaign .campaign_card .select_courses a dl {
  position: relative;
  padding: 10px 24px 10px 10px;
  gap: 2px;
}
.subscription_first_campaign .campaign_card .select_courses a dl:after {
  content: "";
  background: url(/images/common/arrow-green-thin.svg) no-repeat top center;
  width: 10px;
  height: 12px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.subscription_first_campaign .campaign_card .select_courses a dl dt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
}
.subscription_first_campaign .campaign_card .select_courses a dl dd {
  font-size: 10px;
  letter-spacing: 0.00625rem;
  line-height: 0.875rem;
}

.faq-label {
  line-height: 1.5;
  padding: 1rem 9.2% 1rem 3.2% !important;
  display: block;
  margin-bottom: 1px;
  padding: 1rem 3.2%;
  border-top: 1px solid rgba(233, 233, 232, 0.9);
  position: relative;
  font-weight: bold;
}
.faq-label:after {
  content: "";
  background: url(/images/common/arrow-green-thin.svg) no-repeat top center;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 8%;
  bottom: 15%;
  margin: auto auto 8px;
  transform: rotate(90deg);
}

.acd-check:checked + .faq-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 16px 12px;
  visibility: visible;
  display: block;
}

.acd-box input[type=checkbox]:checked + .faq-label:after {
  transform: rotate(270deg);
}

input[type=checkbox]:checked + .faq-label {
  border-bottom: 1px solid rgba(233, 233, 232, 0.9);
}

.border_top {
  border-top: 1px solid rgba(233, 233, 232, 0.9);
}

.lead {
  margin: 18px 12px;
  line-height: 1.5;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: justify;
  word-break: break-all;
}
.lead a {
  color: #00A5AD;
}

.faq-label {
  padding: 12px 16px !important;
}