@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_orange.svg);
  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;
}

body,
h2,
h3,
h4,
h5,
p,
dt,
dd,
ul,
li {
  font-family: "Noto Sans JP", sans-serif !important;
}

.body-wrap {
  max-width: 100% !important;
}
@media screen and (min-width: 781px) {
  .body-wrap {
    background: #FFDA01;
  }
}

.block {
  padding: 10%;
}

section {
  max-width: 1200px;
  margin: auto;
}

.br_none_pc {
  display: block;
}
@media screen and (min-width: 781px) {
  .br_none_pc {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media screen and (min-width: 781px) {
  .br_pc {
    display: block;
  }
}

.disp_pc {
  display: none;
}
@media screen and (min-width: 781px) {
  .disp_pc {
    display: block;
  }
}

.disp_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .disp_sp {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .br_sp {
    display: block;
  }
}

.br_sp_400 {
  display: none;
}
@media screen and (max-width: 400px) {
  .br_sp_400 {
    display: block;
  }
}

.bg_white {
  background: #FFF;
  width: 100%;
  padding: 24px 16px;
  gap: 40px;
}

.bg_yellow {
  background: #FFDA01;
}
.bg_yellow section {
  padding: 0 16px 64px;
}
@media screen and (min-width: 781px) {
  .bg_yellow section {
    padding: 0 16px 120px;
  }
}

.ttl_jp_en {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (min-width: 781px) {
  h3 {
    font-size: 40px;
    line-height: 52px;
  }
}

.flex_column {
  display: flex;
  flex-direction: column;
}
.flex_column_left {
  align-items: flex-start;
}
.flex_column_right {
  align-items: flex-end;
}
.flex_column_32 {
  gap: 32px;
}
.flex_column_16 {
  gap: 16px;
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex_row_top {
  align-items: flex-start;
}
.flex_row_32 {
  gap: 32px;
}
.flex_row_5 {
  gap: 5px !important;
}

.normal_txt p {
  line-height: 28px !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .normal_txt p {
    font-size: 16px;
    line-height: 32px !important;
  }
}
.normal_txt small {
  color: rgba(25, 17, 13, 0.5);
  font-size: 10px;
  letter-spacing: 0.09375rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
#num1 {
  mask: url(#mask_num1);
}

#num2 {
  mask: url(#mask_num2);
}

#num3 {
  mask: url(#mask_num3);
}

#txt_ffsg {
  mask: url(#mask_ffsg);
}

#txt_wffsg {
  mask: url(#mask_wffsg);
}

#txt_wcnffsg {
  mask: url(#mask_wcnffsg);
}

#txt_rffsg {
  mask: url(#mask_rffsg);
}

#arrow_rightup {
  mask: url(#mask_arrow_rightup);
}

#arrow_rightup2 {
  mask: url(#mask_arrow_rightup2);
}

#circle1 {
  mask: url(#mask_circle1);
}

#check1 {
  mask: url(#mask_check1);
}

#circle2 {
  mask: url(#mask_circle2);
}

#check2 {
  mask: url(#mask_check2);
}

#circle3 {
  mask: url(#mask_circle3);
}

#check3 {
  mask: url(#mask_check3);
}

.ffsg_fv_img {
  margin: 24px 16px 0;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media screen and (min-width: 781px) {
  .ffsg_fv_img {
    width: 50%;
    max-width: 670px;
    margin: auto 0 0;
  }
}

.fade_in_down_item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade_in_left_item {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade_in_right_item {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade_in_up {
  opacity: 1;
  transform: translateY(0);
}

.fade_in_down {
  opacity: 1;
  transform: translateY(0);
}

.fade_in_left {
  opacity: 1;
  transform: translateX(0);
}

.fade_in_right {
  opacity: 1;
  transform: translateX(0);
}

.container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 3% auto -30%;
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .container {
    margin: 0 auto -14%;
  }
}
@media screen and (min-width: 1001px) {
  .container {
    margin: 20px 0 -80px;
  }
}

.circle {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 20%;
  left: 25%;
  border-radius: 50%;
  transition: all 1.2s ease-in-out;
  background: rgba(255, 218, 1, 0.39);
}
.circle img {
  width: 40%;
  position: absolute;
  margin: auto;
}
.circle:nth-child(1) img {
  left: 0;
  right: 0;
  top: -5%;
}
.circle:nth-child(2) img {
  right: 50%;
  bottom: 20%;
}
.circle:nth-child(3) img {
  left: 50%;
  bottom: 20%;
}

.container.animated .circle:nth-child(1) {
  top: 0;
}
.container.animated .circle:nth-child(2) {
  top: 25%;
  left: 12%;
}
.container.animated .circle:nth-child(3) {
  top: 25%;
  left: 37%;
}
.container.animated .circle img {
  opacity: 0;
  animation: fadeIn 2s forwards;
}

.container.animated .combined-circle {
  opacity: 0;
}

.num_circle {
  position: relative;
  display: inline-block;
}
.num_circle .num_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 48px;
}
@media screen and (min-width: 1001px) {
  .num_circle .num_txt {
    width: 80px;
  }
}

.handwriting {
  width: 100%;
  height: auto;
}
.handwriting_mask_line {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-width: 7;
  stroke-linejoin: round;
  stroke-dasharray: 4000px;
  stroke-dashoffset: 4000px;
  animation: none;
}
.handwriting_mask_line_reverse {
  animation-direction: reverse;
}
.handwriting_mask_bg {
  fill: black;
}
.handwriting_num {
  width: 48px;
}
@media screen and (min-width: 1001px) {
  .handwriting_num {
    width: 80px;
  }
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.animate-svg {
  animation: handwriting 30s forwards !important;
}

.fv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 16px 0;
}
@media screen and (min-width: 781px) {
  .fv {
    padding: 80px 16px 0;
  }
}
.fv .fv_inner {
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .fv .fv_inner {
    background: #FFF;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (min-width: 781px) and (max-width: 1082px) {
  .fv .fv_inner {
    padding: 0;
  }
}
.fv .fv_inner .fv_txt_container {
  gap: 24px;
  align-items: center;
}
@media screen and (min-width: 781px) {
  .fv .fv_inner .fv_txt_container {
    margin: 40px 0 80px auto;
  }
}
@media screen and (min-width: 1001px) {
  .fv .fv_inner .fv_txt_container {
    gap: 46px;
    margin: 64px 0 112px auto;
  }
}
@media screen and (max-width: 780px) {
  .fv .fv_inner .fv_txt_container {
    margin-bottom: 24px;
  }
}
.fv .fv_inner .fv_txt_container .fv_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.fv .fv_inner .fv_txt_container .fv_ttl h2 {
  font-size: 39px;
  letter-spacing: 0.365625rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .fv .fv_inner .fv_txt_container .fv_ttl h2 {
    font-size: 52px;
    letter-spacing: 0.4875rem;
    font-weight: 500;
  }
}
.fv .fv_inner .fv_txt_container .fv_ttl h2:after {
  content: "*";
  position: absolute;
  right: -8px;
  top: 20px;
  font-size: 24px;
}
.fv .fv_inner .fv_txt_container .fv_ttl h2 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05625rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 1001px) {
  .fv .fv_inner .fv_txt_container .fv_ttl h2 span {
    font-size: 24px;
    letter-spacing: 0.075rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 781px) {
  .fv .fv_inner .fv_txt_container .fv_ttl .svg_ffsg {
    margin-top: -12px;
  }
}
.fv .fv_inner .fv_txt_container .fv_ttl .svg_arrow_rightup {
  width: 50%;
  margin-bottom: 14px;
}
@media screen and (min-width: 781px) {
  .fv .fv_inner .fv_txt_container .fv_ttl .svg_arrow_rightup {
    width: 36%;
  }
}

.about {
  padding: 64px 16px !important;
}
.about .svg_wffsg {
  max-width: 220px;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .about .svg_wffsg {
    max-width: 360px;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white {
    padding: 80px 24px;
    align-items: center;
  }
}
.about .bg_white .content_wrap {
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .about .bg_white .content_wrap {
    max-width: 1000px;
    margin: auto;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white .content_wrap #circleContainer {
    max-width: 320px;
  }
}
.about .bg_white .content_wrap h4 {
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0.1125rem;
}
@media screen and (min-width: 1001px) {
  .about .bg_white .content_wrap h4 {
    font-size: 64px;
    letter-spacing: 0.2rem;
  }
}
.about .bg_white .content_wrap h4.txt_long {
  font-size: 26px;
  line-height: 38px;
}
@media screen and (min-width: 1001px) {
  .about .bg_white .content_wrap h4.txt_long {
    font-size: 40px;
    letter-spacing: 0.125rem;
    line-height: 38px;
  }
}
.about .bg_white .content_wrap h4 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05625rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 1001px) {
  .about .bg_white .content_wrap h4 span {
    font-size: 32px;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
  }
}
.about .bg_white .content_wrap h4 img {
  max-width: 48px;
}
.about .bg_white .content_wrap h4,
.about .bg_white .content_wrap p {
  text-align: center;
}
@media screen and (min-width: 781px) {
  .about .bg_white .content_wrap h4,
  .about .bg_white .content_wrap p {
    text-align: left;
  }
}
.about .bg_white .content_wrap h5 {
  font-size: 20px;
  letter-spacing: 0.0625rem;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .about .bg_white .content_wrap h5 {
    gap: 14px;
  }
}
@media screen and (min-width: 1001px) {
  .about .bg_white .content_wrap h5 {
    font-size: 32px;
    letter-spacing: 0.1rem;
    grid-template-columns: 32px 1fr;
  }
}
.about .bg_white .content_wrap p {
  font-size: 12px;
  line-height: 26px !important;
}
@media screen and (min-width: 781px) {
  .about .bg_white .content_wrap p {
    font-size: 14px;
    line-height: 28px !important;
  }
}
@media screen and (min-width: 1001px) {
  .about .bg_white .content_wrap p {
    font-size: 16px;
    line-height: 32px !important;
  }
}
.about .bg_white .content_wrap .total_fig_img {
  width: 60%;
}
@media screen and (min-width: 781px) {
  .about .bg_white .content_wrap .total_fig_img {
    width: 310px;
    margin-right: 6%;
  }
}
.about .bg_white .about_ttl {
  align-items: center;
}
@media screen and (min-width: 781px) {
  .about .bg_white .about_ttl {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }
}
@media screen and (min-width: 1001px) {
  .about .bg_white .about_ttl {
    gap: 34px;
  }
}
.about .bg_white .about_ttl .about_detail_txt {
  gap: 14px;
}
@media screen and (min-width: 781px) {
  .about .bg_white .about_ttl .about_detail_txt {
    gap: 42px;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 {
    gap: 80px;
  }
}
@media screen and (min-width: 1001px) {
  .about .bg_white.about_item_1 h5 img {
    width: 32px;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap:nth-of-type(1) {
    flex-direction: row;
    justify-content: center;
  }
}
.about .bg_white.about_item_1 .content_wrap:nth-of-type(2) .flex_column {
  gap: 16px;
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap:nth-of-type(2) .flex_column {
    flex-direction: row;
  }
}
@media screen and (max-width: 780px) {
  .about .bg_white.about_item_1 .content_wrap:nth-of-type(2) .flex_column {
    align-items: center;
  }
}
.about .bg_white.about_item_1 .content_wrap:nth-of-type(2) .flex_row div {
  width: 100%;
}
.about .bg_white.about_item_1 .content_wrap:nth-of-type(3).flex_column {
  gap: 16px;
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap:nth-of-type(3).flex_column {
    gap: 40px;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.about .bg_white.about_item_1 .content_wrap .nutrition_combo_item {
  position: relative;
}
.about .bg_white.about_item_1 .content_wrap .nutrition_combo_item_icon {
  position: absolute;
}
.about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(1) .nutrition_combo_item_icon {
  width: 124px;
  top: 15px;
  right: 70px;
}
@media screen and (max-width: 780px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(1) .nutrition_combo_item_icon {
    width: 19.375vw;
    top: 2.34375vw;
    right: 10.9375vw;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(1) .nutrition_combo_item_icon {
    width: 24%;
    top: 7%;
    right: 12%;
  }
}
.about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(2) .nutrition_combo_item_icon {
  width: 100px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 58px;
}
@media screen and (max-width: 780px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(2) .nutrition_combo_item_icon {
    width: 15.625vw;
    right: 9.0625vw;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(2) .nutrition_combo_item_icon {
    width: 20%;
    right: 10%;
  }
}
.about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(3) .nutrition_combo_item_icon {
  width: 140px;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 780px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(3) .nutrition_combo_item_icon {
    width: 21.875vw;
    top: -3.125vw;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(3) .nutrition_combo_item_icon {
    width: 25%;
    top: -10%;
  }
}
.about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(4) .nutrition_combo_item_icon {
  width: 80px;
  top: -12px;
  right: 80px;
  transform: rotate(-16deg);
}
@media screen and (max-width: 780px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(4) .nutrition_combo_item_icon {
    width: 12.5vw;
    top: -1.875vw;
    right: 12.5vw;
  }
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_1 .content_wrap .nutrition_combo_item:nth-of-type(4) .nutrition_combo_item_icon {
    width: 17%;
    top: -7%;
    right: 12%;
  }
}
.about .bg_white.about_item_2 .about_item_2_img {
  gap: 5px;
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_2 .about_item_2_img {
    gap: 20px;
  }
  .about .bg_white.about_item_2 .about_item_2_img .img_tag_txt {
    height: 24px;
    width: auto;
    margin-top: 8px;
  }
}
.about .bg_white.about_item_3 .about_03_img div {
  position: relative;
}
.about .bg_white.about_item_3 .about_03_img div img {
  width: 84%;
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_3 .about_03_img div img {
    max-width: 700px;
  }
}
.about .bg_white.about_item_3 .about_03_img div p img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 46%;
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_3 .about_03_img div p img {
    width: 222px;
    right: auto;
    left: 0;
  }
}
.about .bg_white.about_item_3 .about_03_img div:nth-of-type(2) {
  display: flex;
  justify-content: end;
}
.about .bg_white.about_item_3 .about_03_img div:nth-of-type(2) p {
  text-align: left !important;
}
.about .bg_white.about_item_3 .about_03_img div:nth-of-type(2) p img {
  left: 0;
  right: auto;
}
@media screen and (min-width: 781px) {
  .about .bg_white.about_item_3 .about_03_img div:nth-of-type(2) p img {
    width: 236px;
    left: auto;
    right: 0;
  }
}
.about .ttl_wffsg .normal_txt small {
  margin-top: 6px;
}

.why_ffsg .bg_white {
  gap: 40px;
}
@media screen and (min-width: 781px) {
  .why_ffsg .bg_white {
    align-items: center;
    padding: 80px 24px;
    gap: 80px;
  }
}
.why_ffsg .svg_wcnffsg {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .why_ffsg .svg_wcnffsg {
    max-width: 470px;
  }
}
.why_ffsg_content_ttl {
  position: relative;
  display: flex;
  align-items: center;
}
.why_ffsg_content_ttl h4 {
  font-size: 20px;
  letter-spacing: 0.0625rem;
  line-height: 32px;
  white-space: nowrap;
}
@media screen and (min-width: 781px) {
  .why_ffsg_content_ttl h4 {
    font-size: 32px;
    letter-spacing: 0.1rem;
    line-height: 48px;
  }
}
.why_ffsg_content_ttl .icon_circle_check {
  position: relative;
  width: 52px;
  margin-right: 16px;
}
.why_ffsg_content_ttl .icon_circle_check .icon_check {
  position: absolute;
  top: 0;
  left: 14%;
  margin: auto;
}
.why_ffsg_content_ttl .svg_arrow_rightup {
  width: 120px;
}
@media screen and (min-width: 781px) {
  .why_ffsg_content_ttl .svg_arrow_rightup {
    position: absolute;
    right: 0;
    top: 40%;
    width: 20%;
  }
}
.why_ffsg_content_wrap {
  gap: 14px;
}
@media screen and (min-width: 781px) {
  .why_ffsg_content_wrap {
    gap: 32px;
  }
}
.why_ffsg_content_wrap p {
  font-size: 14px;
  line-height: 22px !important;
}
@media screen and (min-width: 781px) {
  .why_ffsg_content_wrap p {
    font-size: 16px;
    line-height: 32px !important;
    text-align: center;
  }
}
@media screen and (min-width: 781px) {
  .why_ffsg_content_wrap {
    max-width: 545px;
  }
}

.ffsg_note {
  font-weight: 400;
  text-align: center;
  color: rgba(25, 17, 13, 0.5);
  display: block;
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.09375rem;
}
@media screen and (min-width: 781px) {
  .ffsg_note {
    font-size: 12px;
    letter-spacing: 0.1125rem;
  }
}

.caveat {
  font-family: "Caveat", cursive;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0;
}

.width_60 {
  width: 60%;
  margin: 0 auto;
}

.series_ffsg {
  margin-bottom: -52px;
}
@media screen and (min-width: 781px) {
  .series_ffsg {
    margin-bottom: 0;
  }
}
.series_ffsg .bg_white {
  border-radius: 8px;
}
.series_ffsg .ttl_rffsg .svg_rffsg {
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .series_ffsg .ttl_rffsg .svg_rffsg {
    max-width: 390px;
  }
}
.series_ffsg_list_wrap {
  gap: 40px;
}
@media screen and (min-width: 781px) {
  .series_ffsg_list_wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 781px) and (max-width: 1240px) {
  .series_ffsg_list_wrap {
    gap: 24px;
  }
}
.series_ffsg_content_wrap {
  gap: 24px;
  align-items: center;
}
.series_ffsg_content_wrap .type_ttl {
  align-items: center;
  gap: 4px;
}
.series_ffsg_content_wrap .type_ttl h4 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}
@media screen and (min-width: 781px) {
  .series_ffsg_content_wrap .type_ttl h4 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 36px;
  }
}
.series_ffsg_content_wrap .type_ttl p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
}
@media screen and (min-width: 781px) {
  .series_ffsg_content_wrap .type_ttl p {
    font-size: 16px;
    line-height: 1.4rem;
    letter-spacing: 0.01rem;
  }
}
.series_ffsg_content_wrap .type_ttl_sub {
  color: #EC6427;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .series_ffsg_content_wrap .type_ttl_sub {
    font-size: 20px;
    line-height: 30px;
  }
}
.series_ffsg_content_wrap .btn_wrap {
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .series_ffsg_content_wrap .btn_wrap {
    flex-direction: row;
    justify-content: stretch;
    gap: 14px;
  }
}
.series_ffsg_content_wrap img {
  border-radius: 10px;
}
.series_ffsg_content_wrap ul {
  gap: 8px;
}
.series_ffsg_content_wrap ul li {
  font-family: fot-tsukuardgothic-std, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.series_ffsg_content_wrap ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/images/about/foodforsmartgrowth/check_box_orange.svg");
}
.series_ffsg_content_wrap .white-btn,
.series_ffsg_content_wrap .orange_btn {
  margin: auto;
}
.series_ffsg_content_wrap .orange_btn {
  width: 80.05698%;
}

.margin_top_64 {
  margin-top: 64px;
}

.message {
  text-align: center;
  margin-top: 20px;
  color: #666;
  font-size: 18px;
}