@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;
}

.orange_btn {
  width: 80.05698% !important;
}

.top-band {
  display: block;
  margin: 0 -16px 24px;
}

.slick-dots {
  left: 0;
  bottom: -32px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 8px;
  background: #e6e6e6;
}
.slick-dots li button:before {
  font-size: 0px;
}
.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #1aa1b5;
}

.video_wrap {
  margin: 0 -16px;
  font-size: 0;
}
.video_wrap video {
  width: 100%;
  font-size: 0;
}

.auto_slider01,
.auto_slider02 {
  margin: 0 -16px;
  width: calc(100% + 32px);
}
.auto_slider01 li,
.auto_slider02 li {
  margin-left: 10px;
}
.auto_slider01 img,
.auto_slider02 img {
  border-radius: 8px;
}

.auto_slider03,
.auto_slider04 {
  width: 100%;
}

.auto_slider04 img,
.auto_slider05 img {
  border-radius: 8px;
}

.auto_slider05 {
  overflow: visible;
  margin: 0 -20px;
}
.auto_slider05 .slick-slide {
  padding: 0 8px;
}

#exitBanner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}
#exitBanner .exitBanner_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 380px;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 100000000;
}
#exitBanner .exitBanner_inner img {
  max-width: 100%;
  height: auto;
}
#exitBanner .exitBanner_close {
  position: absolute;
  top: -2%;
  right: -3%;
  display: table;
  width: 35px;
  height: 35px;
  z-index: 1000;
  background: #5E5856;
  border-radius: 50%;
  display: table;
  cursor: pointer;
}
#exitBanner .exitBanner_close div {
  display: table-cell;
  vertical-align: middle;
}
#exitBanner .exitBanner_close div:before {
  content: "";
  display: block;
  width: auto;
  height: 25px;
  background: url(../images/babyfood_two/close.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#exitBanner .exitBanner_back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

/* セクションの初期状態 */
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);
}

.baby_shokuiku {
  align-items: center;
  gap: 6px;
}
.baby_shokuiku img {
  max-width: 225px;
}
.baby_shokuiku span {
  font-size: 17px;
  letter-spacing: 0.053125rem;
  color: #44332A;
  margin-top: 8px;
  font-weight: 200;
}

.discount_tag_wrap {
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.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;
}

.top_pickup h2,
.top_product h2,
.top_product_search h2,
.top_gift h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.top_pickup h2 span,
.top_product h2 span,
.top_product_search h2 span,
.top_gift h2 span {
  color: #EC6427;
  font-size: 16px;
  line-height: normal;
}

.top {
  align-items: center;
  gap: 64px;
  margin: 8px 16px 0;
}
.top section {
  width: 100%;
}

.top_fv {
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
.top_fv .top_fv_inner {
  margin-top: 40px;
  gap: 40px;
}
.top_fv .top_txt {
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.top_fv .top_txt p {
  text-align: center;
  font-size: 13px;
  line-height: 26px !important;
}
.top_fv .top_about {
  gap: 24px;
}
.top_fv .top_about .top_commitment {
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.top_fv .top_about .top_commitment div {
  background: #EDE9E2;
  width: 110px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_fv .top_about .top_commitment div p {
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  color: #44332A;
}
.top_fv .top_about .top_commitment div p b {
  color: #EC6427;
  font-size: 13px;
}
.top_fv .top_about .top_commitment div p .nexa {
  font-size: 18px;
  letter-spacing: 0.05625rem;
  line-height: 0;
}
.top_fv .top_about .top_commitment div p .small {
  font-size: 10px;
}

.top_subscription {
  background: #EC6427;
  margin: 0 -16px;
  padding: 32px 16px 0;
  gap: 32px;
  align-items: center;
  width: calc(100% + 32px) !important;
}
.top_subscription_02 {
  padding-bottom: 32px;
}
.top_subscription .top_subscription_txt h2,
.top_subscription .top_subscription_txt p {
  color: #FFF;
}
.top_subscription .top_subscription_ttl {
  margin-bottom: 18px;
}
.top_subscription .top_subscription_ttl h2 {
  font-size: 24px;
  letter-spacing: 0.015rem;
  line-height: 2.1rem;
}
.top_subscription .top_subscription_ttl h2 span {
  display: inline-block;
  color: #EC6427;
  background: #FFF;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.top_subscription .top_subscription_ttl img {
  max-width: 100px;
}
.top_subscription .swiper-wrap {
  width: calc(100% + 32px);
}
.top_subscription .swiper {
  padding: 0 16px;
}
.top_subscription .swiper .swiper-wrapper {
  gap: 8px;
  align-items: stretch;
}
.top_subscription .swiper .swiper-slide {
  width: 86% !important;
  background: #FFF;
  padding: 32px 16px;
  border-radius: 8px;
  height: auto;
  display: flex;
}
.top_subscription .swiper .swiper_card {
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
}
.top_subscription .swiper .swiper_ttl h3,
.top_subscription .swiper .swiper_ttl p {
  color: #44332A;
  text-align: center;
}
.top_subscription .swiper .swiper_ttl h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.top_subscription .swiper figure img {
  border-radius: 8px;
}
.top_subscription .swiper .swiper_price {
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.top_subscription .swiper .swiper_price .price_num {
  font-size: 40px;
  line-height: 30px !important;
}
.top_subscription .swiper .swiper_price .price_num .price_arrow {
  font-size: 16px;
}
.top_subscription .swiper .swiper_price .price_num .price_normal {
  color: rgba(25, 17, 13, 0.5);
  text-decoration: line-through;
  font-size: 24px;
}
.top_subscription .swiper .swiper_check {
  gap: 8px;
}
.top_subscription .swiper .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;
}
.top_subscription .swiper .swiper_check li:before {
  content: "";
  display: block;
  min-width: 20px;
  min-height: 20px;
  background: url("/images/about/foodforsmartgrowth/check_box_orange.svg");
}
.top_subscription .swiper .orange_btn {
  width: 100%;
  max-width: 320px;
}
.top_subscription .top_subscription_benefits h4 {
  color: #FFF;
  font-size: 18px;
  line-height: 1.575rem;
  letter-spacing: 0.01125rem;
  text-align: center;
  margin-bottom: 20px;
}

.top_shokuiku {
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.top_shokuiku p {
  text-align: center;
  font-size: 12px;
  line-height: 26px !important;
}
.top_shokuiku .top_shokuiku_commitment_list {
  width: 100%;
  gap: 8px;
}
.top_shokuiku .top_shokuiku_commitment_list .top_shokuiku_commitment_item {
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  background: #EDE9E2;
  border-radius: 8px;
}
.top_shokuiku .top_shokuiku_commitment_list .top_shokuiku_commitment_item img {
  width: 40px;
}
.top_shokuiku .top_shokuiku_commitment_list .top_shokuiku_commitment_item dl {
  color: #44332A;
  padding: 12px 18px 12px 0;
}
.top_shokuiku .top_shokuiku_commitment_list .top_shokuiku_commitment_item dl dt,
.top_shokuiku .top_shokuiku_commitment_list .top_shokuiku_commitment_item dl dd {
  line-height: 19px;
}
.top_shokuiku .top_shokuiku_commitment_list .top_shokuiku_commitment_item dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.top_shokuiku .top_shokuiku_commitment_list .top_shokuiku_commitment_item dl dd {
  font-size: 12px;
}

.top_pickup {
  gap: 24px;
  align-items: unset;
}

.top_product {
  align-items: center;
  gap: 64px;
}
.top_product .top_product_list {
  gap: 24px;
}
.top_product .top_product_wrap {
  flex-wrap: wrap;
  gap: 16px;
}
.top_product .top_product_wrap .card {
  width: calc(50% - 8px);
}
.top_product .top_product_wrap .card a {
  background: #EDE9E2;
  border-radius: 8px;
  padding: 0 0 0 12px;
  justify-content: space-between;
  height: 72px;
}
.top_product .top_product_wrap .card a .top_product_name_wrap {
  gap: 8px;
}
.top_product .top_product_wrap .card a .card_img img {
  width: 36px;
}
.top_product .top_product_wrap .card a .card_arrow {
  width: 24px;
}
.top_product .top_product_wrap .card a small {
  font-size: 8px;
  letter-spacing: 0.075rem;
  color: rgba(25, 17, 13, 0.5);
}
.top_product .top_product_detail {
  background: #EDE9E2;
  width: calc(100% + 32px) !important;
}
.top_product .top_product_detail .top_product_detail_num:nth-of-type(1) .number_value {
  width: 68px;
}
.top_product .top_product_detail .top_product_detail_num:nth-of-type(2) .number_value {
  width: 70px;
}
.top_product .top_product_detail .top_product_detail_num:nth-of-type(3) .number_value {
  width: 95px;
}
.top_product .top_product_detail .top_product_detail_num_detail_note {
  gap: 32px;
  width: fit-content;
  margin: 32px auto;
}
.top_product .top_product_detail .top_product_detail_num_detail_note dl dt p,
.top_product .top_product_detail .top_product_detail_num_detail_note dl dd {
  color: #44332A;
}
.top_product .top_product_detail .top_product_detail_num_detail_note dl dt {
  font-weight: bold;
  align-items: baseline;
}
.top_product .top_product_detail .top_product_detail_num_detail_note dl dt .number_value {
  font-size: 50px;
  letter-spacing: 0.15625rem;
  color: #EC6427;
  line-height: 1 !important;
}
.top_product .top_product_detail .top_product_detail_num_detail_note dl dt .number_label {
  font-size: 16px;
  line-height: 19px;
}
.top_product .top_product_detail .top_product_detail_num_detail_note dl dt .number_label span {
  font-size: 34px;
  letter-spacing: 0.10625rem;
  color: #EC6427;
  margin-right: 8px;
}
.top_product .top_product_detail .top_product_detail_num_detail_note dl dd {
  font-size: 12px;
  line-height: 19px;
  display: inline-block;
}

.top_product_search {
  gap: 24px;
  align-items: center;
}
.top_product_search p {
  text-align: center;
}

.top_gift {
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.top_gift p {
  text-align: center;
}

#floating_banner {
  position: fixed;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 14px;
  max-width: 520px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
}
#floating_banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#floating_banner.closed {
  display: none !important;
}
#floating_banner div {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: -14px;
  right: 2px;
}
@media screen and (max-width: 640px) {
  #floating_banner div {
    top: -2.1875vw;
    right: 0.3125vw;
  }
}
#floating_banner div img {
  width: 18px;
  height: auto;
  border-radius: 50%;
  padding: 6px;
  background: #5E5856;
}
#floating_banner a {
  position: relative;
  z-index: 1;
}
#floating_banner a img {
  width: 100%;
  animation: 2s animate-size infinite ease-in-out;
}