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

h2,
h3,
h4,
p,
dt,
dd {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", sans-serif !important;
}

@font-face {
  font-family: "CustomFont";
  src: url("font.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153;
}
.per15 {
  width: 15%;
}

.txt_orange {
  color: #EC6427;
}

.orange_btn a,
.orange_btn button {
  font-size: 14px;
  line-height: 21px !important;
  letter-spacing: 1px !important;
  height: auto;
  padding: 12px;
  border-radius: 50px;
}

.sns_wrap {
  text-align: center;
  margin: auto;
}
.sns_wrap p {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
}
.sns_wrap .sns_btn_wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.sns_wrap .sns_btn_wrap a {
  background: #19110D;
  border-radius: 50%;
}
.sns_wrap .sns_btn_wrap img {
  flex: 1 1 33.3333333333%;
  min-width: 0;
  max-width: 70px;
}

.q0_headder {
  background: #EDE9E2;
  padding-top: 12px;
}
.q0_headder p {
  color: #79524D;
  text-align: center;
  font-family: "Gen Jyuu Gothic";
  font-size: clamp(10px, 3.2vw, 22px);
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2px;
}
.q0_headder .personals_line {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .q0_headder .personals_line {
    padding-bottom: 1.875vw;
  }
}
.q0_headder .personals_line:after {
  content: "";
  display: block;
  background: #D4BF93;
  width: 100%;
  height: 37%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.q0_headder .personals_line img {
  flex: 1 1 12.5%;
  min-width: 0;
  max-width: 12.5%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.diagnosis_header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10%;
  align-items: center;
  padding: 12px;
  background: #EDE9E2;
  border-radius: 7px;
  margin: 0 16px;
}
.diagnosis_header button {
  color: #EC6427;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.page .copyright {
  color: rgba(25, 17, 13, 0.5);
  text-align: center;
  font-size: 10px;
  line-height: 18px;
}
.page form {
  width: 100%;
}
.page .page_common {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page .page_common .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.page .page_common .ttl_wrap h2,
.page .page_common .ttl_wrap p {
  color: #583531;
  line-height: 24px !important;
}
.page .page_common .ttl_wrap p {
  font-size: 12px;
}
.page .page_common .ttl_wrap h2 {
  font-size: 14px;
  line-height: 24px !important;
}
.page .page_common .indicator,
.page .page_common .indicator_border {
  height: 9px;
}
.page .page_common .indicator {
  border-radius: 9px;
  background: #FFF;
  position: relative;
}
.page .page_common .indicator .indicator_border {
  background: #EC6427;
  border-radius: 9px;
}
.page .page_common .indicator .soy {
  animation: soy 1s;
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto auto auto -15px;
}
.page .questions,
.page .question_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: flex-start;
}
.page .questions {
  gap: 40px;
  width: 100%;
  height: 100%;
  min-height: 446px;
  margin-top: 40px;
  padding: 0 16px;
}
.page .questions .top_guide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.page .questions .top_guide img {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
}
.page .questions .top_guide p {
  color: #EC6427;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 1px;
}
.page .questions_0 {
  content: "";
}
.page .questions_0 p:first-child {
  font-size: 16px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.page .questions input[type=text] {
  background: rgba(233, 233, 232, 0.8980392157);
  font-weight: bold;
  padding: 20px 16px;
  border-radius: 8px;
  width: 100%;
}
.page .questions input[type=text]::placeholder {
  color: rgba(25, 17, 13, 0.5);
}
.page .questions small {
  color: rgba(25, 17, 13, 0.5);
  font-size: 12px;
  line-height: 18px;
}
.page .question_fv .fv {
  position: relative;
  margin: 40px auto;
}
.page .question_fv .start_wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto 16px;
}
.page .question_fv .start_wrap small {
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
.page .question_fv .personals_line_wrap {
  width: 420px;
  overflow: hidden;
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .page .question_fv .personals_line_wrap {
    width: 65.625vw;
    bottom: 6.875vw;
  }
}
.page .question_fv .personals_line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 780%;
  box-sizing: border-box;
  animation: slideLeft 15s linear infinite;
}
.page .question_fv .personals_line .kids_name {
  margin: auto;
  display: block;
}
.page .question_fv .personals_line .kids_img {
  object-fit: contain;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page .question_fv .personals_line .kids_img {
    height: 31.25vw;
  }
}
.page .question_fv .diagnosis_about {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.page .question_fv .diagnosis_about h2,
.page .question_fv .diagnosis_about p {
  display: inline-block;
}
.page .question_fv .diagnosis_about h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 1px;
  color: #79524D;
  font-family: "Gen Jyuu Gothic";
}
.page .question_fv .diagnosis_about p {
  line-height: 32px !important;
  letter-spacing: 2px !important;
}
.page .question_fv .diagnosis_intro_item h3 {
  text-align: center;
}
.page .question_fv .job {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.page .question_fv .job h3 img {
  width: 278px;
}
.page .question_fv .job p {
  text-align: center;
}
.page .question_fv .job .job_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.page .question_fv .job .job_item p img {
  width: 240px;
}
@media screen and (max-width: 640px) {
  .page .question_fv .job .job_item p img {
    width: 37.5vw;
    min-width: 140px;
  }
}
.page .question_fv .utilization {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
}
.page .question_fv .utilization h3 {
  text-align: center;
}
.page .question_fv .utilization h3 img {
  width: 168px;
}
.page .question_fv .utilization .utilization_content {
  position: relative;
  padding: 124px 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  background: #EDE9E2;
  border-radius: 14px;
}
.page .question_fv .utilization .utilization_content img {
  position: absolute;
  width: 140px;
  top: -30px;
}
.page .question_fv .utilization .utilization_content:last-of-type {
  margin-top: 20px;
  padding: 134px 16px 32px;
  width: 100%;
}
.page .question_fv .utilization .utilization_content:last-of-type h4 {
  margin-bottom: 0;
}
.page .question_fv .utilization .utilization_content:last-of-type img {
  width: 160px;
  top: -50px;
}
.page .question_fv .utilization .utilization_content .utilization_content_item h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 22px;
  color: #79524D;
}
.page .question_fv .utilization .utilization_content .utilization_content_item p {
  line-height: 26px !important;
}
.page .question_1 fieldset {
  position: relative;
}
.page .question_1 fieldset:before, .page .question_1 fieldset:after {
  position: absolute;
  bottom: 16px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: bold;
}
.page .question_1 fieldset:before {
  content: "そう思う";
  color: #EC6427;
  left: 0;
}
.page .question_1 fieldset:after {
  content: "そう思わない";
  color: #00A5AD;
  right: 0;
}
.page .question_1 .btn_radio:nth-of-type(1) {
  width: 20%;
}
.page .question_1 .btn_radio:nth-of-type(1) input[type=radio] + span::before {
  border: solid 2px #EC6427;
}
.page .question_1 .btn_radio:nth-of-type(1) input[type=radio]:checked + span::before {
  background: #EC6427;
}
.page .question_1 .btn_radio:nth-of-type(2) {
  width: 15%;
}
.page .question_1 .btn_radio:nth-of-type(2) input[type=radio] + span::before {
  border: solid 2px #EC6427;
}
.page .question_1 .btn_radio:nth-of-type(2) input[type=radio]:checked + span::before {
  background: #EC6427;
}
.page .question_1 .btn_radio:nth-of-type(3) {
  width: 10%;
}
.page .question_1 .btn_radio:nth-of-type(3) input[type=radio] + span::before {
  border: solid 2px #5E5856;
}
.page .question_1 .btn_radio:nth-of-type(3) input[type=radio]:checked + span::before {
  background: #5E5856;
}
.page .question_1 .btn_radio:nth-of-type(4) {
  width: 15%;
}
.page .question_1 .btn_radio:nth-of-type(4) input[type=radio] + span::before {
  border: solid 2px #00A5AD;
}
.page .question_1 .btn_radio:nth-of-type(4) input[type=radio]:checked + span::before {
  background: #00A5AD;
}
.page .question_1 .btn_radio:nth-of-type(5) {
  width: 20%;
}
.page .question_1 .btn_radio:nth-of-type(5) input[type=radio] + span::before {
  border: solid 2px #00A5AD;
}
.page .question_1 .btn_radio:nth-of-type(5) input[type=radio]:checked + span::before {
  background: #00A5AD;
}
.page .question_2 .button_wrap_flex {
  justify-content: center;
}
.page .question_2 .button_wrap_flex .btn_radio {
  width: 20%;
}
.page .question_2 .button_wrap_flex .btn_radio:nth-of-type(1) {
  position: relative;
}
.page .question_2 .button_wrap_flex .btn_radio:nth-of-type(1) input[type=radio] + span::before {
  border: solid 2px #EC6427;
}
.page .question_2 .button_wrap_flex .btn_radio:nth-of-type(1) input[type=radio]:checked + span::before {
  background: #EC6427;
}
.page .question_2 .button_wrap_flex .btn_radio:nth-of-type(1):after {
  content: "はい";
  display: block;
  position: absolute;
  color: #EC6427;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -34px;
}
.page .question_2 .button_wrap_flex .btn_radio:nth-of-type(2) input[type=radio] + span::before {
  border: solid 2px #00A5AD;
}
.page .question_2 .button_wrap_flex .btn_radio:nth-of-type(2) input[type=radio]:checked + span::before {
  background: #00A5AD;
}
.page .question_2 .button_wrap_flex .btn_radio:nth-of-type(2):after {
  content: "いいえ";
  display: block;
  position: absolute;
  color: #00A5AD;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -34px;
}
.page .question_content {
  gap: 8px;
}
.page .question_content p {
  color: #19110D;
  font-size: 14px;
  text-align: center;
}
.page .recommend .child_name {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.page .recommend dt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.page .recommend .recommend_img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.page .recommend .result_content,
.page .recommend .result_recommend,
.page .recommend .recommend_product,
.page .recommend .product_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page .recommend .result_content {
  margin: 24px auto 56px;
  gap: 24px;
}
.page .recommend .result_content dl {
  text-align: center;
  color: #19110D;
}
.page .recommend .result_content dl dt {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 24px;
  line-height: 1.7;
}
.page .recommend .result_content dl dd {
  font-size: 14px;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.page .recommend .result_content dl dd .orange {
  color: #EC6427;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.page .recommend .arrow_txt {
  text-align: center;
  font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.page .recommend .arrow {
  width: 50px;
  margin: 16px auto;
}
.page .recommend .result_recommend {
  gap: 32px;
  margin-top: 32px;
}
.page .recommend .result_recommend .recommend_product {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  padding: 24px 0;
  gap: 24px;
}
.page .recommend .result_recommend .recommend_product .product_wrap {
  align-items: flex-start;
  padding: 0 30px;
  gap: 8px;
}
.page .recommend .result_recommend .recommend_product .product_wrap h3 {
  font-size: 18px;
  line-height: 24px;
  color: #EC6427;
  margin-bottom: 8px;
}
.page .recommend .result_recommend .recommend_product .detail {
  font-weight: bold;
  line-height: 1.7 !important;
}
.page .recommend .result_recommend .recommend_product .white_btn,
.page .recommend .result_recommend .recommend_product .orange_btn {
  width: 100%;
  padding: 0 30px;
}
.page .recommend .width280 {
  max-width: 280px;
  margin: 40px auto;
}
.page .tags,
.page .tags_recommend {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page .tags {
  justify-content: space-between;
  width: 100%;
  padding-right: 16px;
}
.page .tags_recommend {
  justify-content: flex-start;
}
.page .tags_recommend p {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 4px 12px;
  border-radius: 12px;
}
.page .tags_recommend .eco {
  background: #D61A31;
}
.page .tags_recommend .volume {
  background: #EDE9E2;
  color: rgba(25, 17, 13, 0.5);
}
.page .tags_recommend .eiyou {
  background: #8BC53F;
}
.page .tag_num {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: relative;
  height: 24px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 16px 0 12px;
  background: #EC6427;
  color: #FFF;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 24px !important;
  white-space: nowrap;
}
.page .tag_num_2 {
  opacity: 0.8;
}
.page .tag_num_3 {
  opacity: 0.5;
}
.page .tag_num:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 12px 6px 12px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}
.page .loading {
  align-items: center;
}
.page .loading .loading_anim {
  text-align: center;
}
.page .loading .loading_anim p {
  color: #EC6427;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 24px !important;
}
.page .loading .loading_anim img {
  width: auto;
  height: 318px;
  transform-origin: center bottom 0;
  animation: corn_prince_anime 2s ease infinite;
}
.page .button_wrap_row_1,
.page .button_wrap_row_2 {
  width: 100%;
  gap: 8px;
}
.page .button_wrap_row_1 .block_btn_radio,
.page .button_wrap_row_1 .white_btn_checkbox,
.page .button_wrap_row_2 .block_btn_radio,
.page .button_wrap_row_2 .white_btn_checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: stretch;
  gap: 12px;
  padding: 20px 8px;
  background: #EDE9E2;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}
.page .button_wrap_row_1 .block_btn_radio span,
.page .button_wrap_row_1 .white_btn_checkbox span,
.page .button_wrap_row_2 .block_btn_radio span,
.page .button_wrap_row_2 .white_btn_checkbox span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  line-height: 24px;
  font-size: 16px;
}
.page .button_wrap_row_1 .block_btn_radio span:before, .page .button_wrap_row_1 .block_btn_radio span:after,
.page .button_wrap_row_2 .block_btn_radio span:before,
.page .button_wrap_row_2 .block_btn_radio span:after {
  content: "";
  display: block;
  border-radius: 50%;
}
.page .button_wrap_row_1 .block_btn_radio span:before,
.page .button_wrap_row_2 .block_btn_radio span:before {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 2px #5E5856;
  background: transparent;
  top: 0;
}
.page .button_wrap_row_1 .block_btn_radio span:after,
.page .button_wrap_row_2 .block_btn_radio span:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(233, 233, 232, 0.8980392157);
  margin: auto;
  top: 0;
  bottom: 0;
  right: auto;
  left: 7px;
}
.page .button_wrap_row_1 .white_btn_checkbox,
.page .button_wrap_row_2 .white_btn_checkbox {
  width: 100%;
}
.page .button_wrap_row_1 input[type=checkbox] + span::before,
.page .button_wrap_row_2 input[type=checkbox] + span::before {
  position: relative;
}
.page .button_wrap_row_1 input[type=radio]:checked + span::before,
.page .button_wrap_row_2 input[type=radio]:checked + span::before {
  border: solid 2px #EC6427;
}
.page .button_wrap_row_1 input[type=radio]:checked + span::after,
.page .button_wrap_row_2 input[type=radio]:checked + span::after {
  background: #EC6427;
}
.page .button_wrap_row_1 .row_all,
.page .button_wrap_row_2 .row_all {
  grid-column: 1/3;
}
.page .button_wrap_row_1 {
  display: flex;
  flex-direction: column;
}
.page .button_wrap_row_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page .button_wrap {
  width: 100%;
  margin-top: auto;
}
.page .button_wrap button,
.page .button_wrap a {
  font-weight: bold;
  letter-spacing: 1px;
}
.page .button_wrap .orange_btn {
  width: 100%;
  max-width: 280px;
  margin: auto;
  display: block;
  overflow: hidden;
  border-radius: 22px;
}
.page .button_wrap .orange_btn a,
.page .button_wrap .orange_btn button {
  border: 2px solid #EC6427;
  cursor: pointer;
}
.page .button_wrap .orange_btn .btn_disabled {
  position: relative;
  pointer-events: none;
  z-index: 0;
}
.page .button_wrap .orange_btn .btn_disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 110%;
  height: 110%;
}
.page .button_wrap .cl-orange {
  width: 100%;
  max-width: 280px;
  margin: auto;
}
.page .button_wrap .cl-orange a {
  background: #FFF;
}
.page .button_wrap .btn_back {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  line-height: 44px !important;
  height: 44px;
  text-align: center;
  border: 2px solid #00A5AD;
  background: #00A5AD;
  color: #FFF;
  padding: 0;
  cursor: pointer;
}
.page .recommend_product img {
  border-radius: 4px;
  margin-top: 16px;
}
.page .recommend_product p.title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px !important;
  text-align: left;
  letter-spacing: 0;
}
.page .recommend_product .price {
  font-family: "nexa_boldregular", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px !important;
  text-align: left;
  letter-spacing: 0;
  margin: 8px 0;
}
.page .recommend_product .price span {
  font-family: "nexa_boldregular", sans-serif;
  font-style: normal;
}
.page .recommend_product .price span.line-through {
  text-decoration: line-through;
  color: rgba(25, 17, 13, 0.5);
}
.page .recommend_product .price span.red {
  color: #D61A31;
}
.page .recommend_product .price span.small {
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #19110D;
}
.page .recommend_product .discount-tag {
  margin: 8px 0;
  text-align: left;
}
.page .recommend_product .discount-tag span {
  font-family: "nexa_boldregular", sans-serif;
  font-style: normal;
  background: #D61A31;
  padding: 4px;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 9px;
}
.page .recommend_product .tags {
  text-align: left;
}
.page .recommend_product .tags span {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  box-sizing: border-box;
  border: solid 1px #19110D;
  padding: 3px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
}
.page .recommend_product .allergen-tag {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}
.page .recommend_product .allergen-tag p {
  font-size: 12px;
  line-height: 24px;
}
.page .recommend_product .allergen-tag span.yellow {
  display: inline-block;
  background: #F0A20A;
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 4px;
}
.page .recommend_product .allergen-tag-list li {
  display: inline-block;
  background-color: #F0A20A;
  padding: 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  word-break: keep-all;
  color: #FFF;
  width: initial;
}
.page .recommend_product .into_cart {
  margin-top: 20px;
}

.result_section .result_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}
.result_section .result_card .result_card_top {
  padding: 0 24px;
}
.result_section .result_card:first-of-type {
  padding: 24px 0 0;
  gap: 0;
}
.result_section .result_card:first-of-type p {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  font-family: "Gen Jyuu Gothic";
  color: #FFF;
  text-align: left;
}
.result_section .result_card dl {
  color: #FFF;
  text-align: center;
}
.result_section .result_card dl dt {
  text-align: center;
  font-family: "Gen Jyuu Gothic";
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -12px;
}
.result_section .result_card dl dt img {
  vertical-align: top;
}
.result_section .result_card dl dd {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
}
.result_section.result_section_architect .result_card {
  background: #E9B54E;
}
.result_section.result_section_director .result_card {
  background: #EA859C;
}
.result_section.result_section_navigator .result_card {
  background: #84CBDD;
}
.result_section.result_section_behaviorist .result_card {
  background: #8BC868;
}
.result_section.result_section_secretary .result_card {
  background: #DEB000;
}
.result_section.result_section_supervisor .result_card {
  background: #E47729;
}
.result_section.result_section_artist .result_card {
  background: #55B6AE;
}
.result_section.result_section_stylist .result_card {
  background: #48BC4D;
}
.result_section.result_section_programmer .result_card {
  background: #B19559;
}
.result_section.result_section_runner .result_card {
  background: #E76166;
}
.result_section.result_section_pilot .result_card {
  background: #48B2CD;
}
.result_section.result_section_therapist .result_card {
  background: #B5C868;
}
.result_section .char {
  margin-top: -20px;
}
.result_section .char dt,
.result_section .char dd {
  font-family: "Gen Jyuu Gothic";
  color: #79524D;
  font-size: 11px;
  letter-spacing: 1px;
}
.result_section .char dt {
  line-height: 11px;
  font-weight: bold;
  margin-bottom: 6px;
}
.result_section .char dd {
  line-height: 16px;
}
.result_section .result_card_wrap {
  background: #FFF;
  border-radius: 12px;
  position: relative;
}
.result_section .result_card_wrap_ttl {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 170px;
  top: -10px;
}
.result_section .result_card_wrap ul li {
  font-size: 12px;
  line-height: 24px;
  text-indent: -1rem;
  padding-left: 1rem;
}
.result_section .result_card_wrap ul li b {
  font-size: 14px;
}
.result_section .result_card_wrap ul li:before {
  content: "●";
  color: #EC6427;
}
.result_section .result_indicators {
  padding: 40px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .result_section .result_indicators {
    padding: 6.25vw 16px 8px;
  }
}
.result_section .result_indicators .result_category {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  justify-content: space-around;
  border-radius: 12px;
  width: 100%;
}
.result_section .result_indicators .result_category p {
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 1px;
  font-family: "Gen Jyuu Gothic";
  color: #19110D;
  display: inline-block;
}
.result_section .result_indicators .indicator {
  border-radius: 18px;
  background: #D9D9D9;
  overflow: hidden;
  height: 18px;
}
.result_section .result_indicators .indicator .indicator_border_result {
  overflow: hidden;
  background: #EC6427;
  height: 18px;
  border-radius: 18px;
}
.result_section .result_advice {
  background: #EDE9E2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  border-radius: 64px;
}
.result_section .result_advice .result_advice_wrap {
  padding: 16px 14px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.result_section .result_advice .result_advice_wrap .manten_annotations small {
  color: #44332A;
  display: block;
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 10px;
  line-height: 16px;
}
.result_section .result_advice .result_advice_wrap .result_advice_txt:first-of-type dd {
  text-align: left;
}
.result_section .result_advice .result_advice_wrap_white_ttl {
  position: relative;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .result_section .result_advice .result_advice_wrap_white_ttl {
    margin-top: 5vw;
  }
}
.result_section .result_advice .result_advice_wrap_white {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  padding: 60px 14px 16px;
}
@media screen and (max-width: 640px) {
  .result_section .result_advice .result_advice_wrap_white {
    padding-top: 9.375vw;
  }
}
.result_section .result_advice .result_advice_wrap_white ul {
  margin-bottom: 24px;
}
.result_section .result_advice .result_advice_wrap_white ul li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}
.result_section .result_advice .result_advice_wrap_white ul li img {
  width: 16px;
  height: auto;
}
.result_section .result_advice .result_advice_wrap_white p {
  font-size: 12px;
}
.result_section .result_advice .ttl_small {
  width: 50%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
}
@media screen and (max-width: 640px) {
  .result_section .result_advice .ttl_small {
    top: -4.6875vw;
  }
}
.result_section .result_advice .result_advice_txt dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.result_section .result_advice .result_advice_txt dt img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}
.result_section .result_advice .result_advice_txt dd {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.result_section .result_advice .result_advice_txt dd .advice_comment {
  background: #FFF;
  font-weight: bold;
  font-size: 13px;
  padding: 12px 24px;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  display: flex;
}
.result_section .result_advice .result_advice_txt dd .advice_comment .triangle_up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #FFF;
  position: absolute;
  left: 14px;
  top: -14px;
}
.result_section .result_advice .result_nutrition {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.result_section .result_advice .result_nutrition p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
  display: inline-block;
}
.result_section .result_advice .result_nutrition .result_nutrition_list {
  display: grid;
  gap: 16px;
  grid-template-columns: auto auto;
  width: 100%;
  background: #FFF;
  border-radius: 12px;
  padding: 16px 18px;
  position: relative;
}
.result_section .result_advice .result_nutrition .result_nutrition_list:after {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% - 32px);
  width: 1px;
  background: #EDE9E2;
  border-radius: 1px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.result_section .result_advice .result_nutrition dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.result_section .result_advice .result_nutrition dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
}
.result_section .result_advice .result_nutrition dt img {
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
}
.result_section .result_advice .result_nutrition dd {
  gap: 2px;
}
.result_section .result_advice .result_nutrition dd img {
  width: 22px;
}

fieldset {
  width: 100%;
  padding-bottom: 46px;
  border-bottom: solid 1px #E9E9E8;
}
fieldset legend {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}

.button_wrap_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.button_wrap_flex .btn_radio {
  position: relative;
  aspect-ratio: 1/1;
}
.button_wrap_flex .btn_radio input[type=radio] + span::before {
  top: 0 !important;
  background: none;
  border-radius: 50%;
  border: solid 2px #5E5856;
  width: 100%;
  height: 100%;
}

.q0 {
  width: 0%;
}
.q1 {
  width: 15%;
}
.q2 {
  width: 30%;
}
.q3 {
  width: 50%;
}
.q4 {
  width: 80%;
}

@keyframes corn_prince_anime {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes soy {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll_wrap {
  position: relative;
}

.scroll {
  margin: auto;
}
.scroll img {
  width: 44px;
  animation: slideDown 0.8s linear infinite;
}

@keyframes slideDown {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(10%);
  }
}
.nutrition_0 dt {
  opacity: 0.3;
}
.nutrition_0 dd {
  color: #00A5AD;
}

.component_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9996;
  width: 100%;
  height: 100%;
}
.component_modal .component_modal-wall {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
}
.component_modal .component_modal-body {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 90%;
  height: auto;
  margin: auto;
  border-radius: 10px;
  display: table;
}
@media screen and (min-width: 639px) {
  .component_modal .component_modal-body {
    width: 580px;
  }
}
.component_modal .component_modal-body .component_modal-inner {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.component_modal .component_modal-body .component_modal-inner .component_modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.component_modal .component_modal-body .component_modal-inner .component_modal-content .modal_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
}
.component_modal .component_modal-body .component_modal-inner .component_modal-content .sns_btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.component_modal .component_modal-body .component_modal-inner .component_modal-content .sns_btn_wrap p {
  display: inline-block;
  font-weight: bold;
}
.component_modal .component_modal-body .component_modal-inner .component_modal-content .sns_btn_wrap .white-btn {
  margin: 0 !important;
  width: 100%;
}
.component_modal .component_modal-body .component_modal-inner .component_modal-content .cta_btn {
  position: absolute;
  bottom: 36px;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .component_modal .component_modal-body .component_modal-inner .component_modal-content .cta_btn {
    bottom: 5.625vw;
  }
}

.component_modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  display: table;
  width: 35px;
  height: 35px;
  z-index: 1000;
  background: #5E5856;
  border-radius: 50%;
  display: table;
  cursor: pointer;
}
.component_modal-close div {
  display: table-cell;
  vertical-align: middle;
}
.component_modal-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;
}

.card_carousel_container {
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  /* カード内のコンテンツ */
}
.card_carousel_container .carousel_3d_container {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .carousel_3d_container {
    height: 78.125vw;
  }
}
.card_carousel_container .carousel_3d {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_carousel_container .card_3d {
  position: absolute;
  width: 160px;
  height: auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  user-select: none;
  transform-origin: center center;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .card_3d {
    width: 25vw;
  }
}
.card_carousel_container .card_3d {
  /* 中央のカード */
  /* 左のカード1 */
  /* 右のカード1 */
  /* 左のカード2 */
  /* 右のカード2 */
}
.card_carousel_container .card_3d.active {
  transform: scale(1.2) translateZ(50px);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .card_3d.active {
    transform: scale(1.2) translateZ(7.8125vw);
  }
}
.card_carousel_container .card_3d.left_1 {
  transform: translateX(-160px) scale(0.8) rotateY(20deg) translateZ(-20px);
  z-index: 8;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .card_3d.left_1 {
    transform: translateX(-25vw) scale(0.8) rotateY(20deg) translateZ(-3.125vw);
  }
}
.card_carousel_container .card_3d.right_1 {
  transform: translateX(160px) scale(0.8) rotateY(-20deg) translateZ(-20px);
  z-index: 8;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .card_3d.right_1 {
    transform: translateX(25vw) scale(0.8) rotateY(-20deg) translateZ(-3.125vw);
  }
}
.card_carousel_container .card_3d.left_2 {
  transform: translateX(-260px) scale(0.7) rotateY(30deg) translateZ(-60px);
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .card_3d.left_2 {
    transform: translateX(-40.625vw) scale(0.7) rotateY(30deg) translateZ(-9.375vw);
  }
}
.card_carousel_container .card_3d.right_2 {
  transform: translateX(260px) scale(0.7) rotateY(-30deg) translateZ(-60px);
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .card_3d.right_2 {
    transform: translateX(40.625vw) scale(0.7) rotateY(-30deg) translateZ(-9.375vw);
  }
}
.card_carousel_container .card_3d.hidden {
  transform: translateX(0) scale(0.7) translateZ(-60px);
  opacity: 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .card_carousel_container .card_3d.hidden {
    transform: translateX(0) scale(0.7) translateZ(-31.25vw);
  }
}
.card_carousel_container .card_content_3d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.card_carousel_container .card_content_3d div {
  width: 100%;
  height: 100%;
}
.card_carousel_container .card_content_3d div img {
  height: 100%;
}

.card_anim {
  position: relative;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .card_anim {
    height: 34.375vw;
  }
}
.card_anim .card_item {
  width: 150px;
  height: auto;
  border-radius: 12px;
  position: absolute;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .card_anim .card_item {
    width: 21.875vw;
    border-radius: 1.875vw;
  }
}
.card_anim .card_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card_anim .card_item:nth-of-type(1) {
  opacity: 0;
  z-index: 1;
}
.card_anim .card_item:nth-of-type(2) {
  opacity: 1;
  z-index: 3;
}
.card_anim .card_item:nth-of-type(1) {
  opacity: 0;
  z-index: 1;
}

/* 展開状態 */
.card_anim.expanded .card_item:nth-of-type(3) {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}
.card_anim.expanded .card_item:nth-of-type(2) {
  transform: translateX(-180px) translateY(32px) scale(1) rotate(-12deg);
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .card_anim.expanded .card_item:nth-of-type(2) {
    transform: translateX(-28.125vw) translateY(5vw) scale(1) rotate(-12deg);
  }
}
.card_anim.expanded .card_item:nth-of-type(1) {
  transform: translateX(180px) translateY(32px) scale(1) rotate(12deg);
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .card_anim.expanded .card_item:nth-of-type(1) {
    transform: translateX(28.125vw) translateY(5vw) scale(1) rotate(12deg);
  }
}

.blur {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  filter: blur(20px);
}

#follow_btn {
  position: fixed;
  bottom: 24px;
  z-index: 1;
  display: none;
  margin: auto;
  right: 0;
  left: 0;
  max-width: 600px;
  width: 98%;
}
#follow_btn.button_wrap {
  bottom: auto;
  top: 50%;
}
#follow_btn.button_wrap .orange_btn a {
  border: solid 2px #fff;
}

.br_style {
  white-space: pre-line;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: -1rem 0 0;
  padding: 0;
}