﻿@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : SKIN CHECK CSS

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

body {
  background-color: #EBE8D9;
}

#check_num,
#kekka_url {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
}

#check_num {
  bottom: 2rem;
}
#Foot {
    position: relative;
}
/* ===================
  LP Contents
=================== */

.lp_contents {
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #212121;
  font-size: 1.4rem;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {
  color: #888;
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    background-image .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

.lp_contents h1 {
  padding: 0;
}

p {
  text-align: left;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* -- List Dot -- */

.list_dot,
.list.list_dot {
  margin: 1em 0;
}

.list_dot .list_dot {
  margin: 0 0 .5em;
}

.list_dot ul,
.list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

/* ===================
  　　 General
=================== */

.lp_contents .txt_center {
  text-align: center;
}

.lp_contents .txt_bold {
  font-weight: bold;
}

.lp_contents .txt_en {
  font-family: 'Cinzel', serif;
}

.check_page .is-hidden {
  display: none;
}

.check_page .is-current {
  display: block;
}

.is-hidden .q_section__inner {
  display: none;
  opacity: 0;
}

.is-current .q_section__inner {
  display: block;
  opacity: 1;
  animation: fadeIn 0.55s cubic-bezier(0.51, 0.21, 0.42, 0.81) 0s forwards;
}

@keyframes fadeInStep {
  0% {
    opacity: 0;
    transform: translateX(3.5rem);
  }
  10% {
    opacity: 0.1;
    transform: translateX(3.5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.q_section__inner .q_ttl,
.q_section__inner .q_cate,
.q_section__inner .q_select {
  opacity: 0;
}

.is-current .q_section__inner .q_ttl {
  animation: fadeInStep 0.5s cubic-bezier(0.51, 0.21, 0.42, 0.81) 0s forwards;
}

.is-current .q_section__inner .q_select,
.is-current .q_section__inner .q_cate {
  animation: fadeInStep 0.5s cubic-bezier(0.51, 0.21, 0.42, 0.81) .05s forwards;
}

.result_section.is-hidden {
  display: none;
}

.result_section.is-current {
  display: block;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ===================
  　　　Animation
=================== */

/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}

.ef-top.effect {
  animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

/* ===================
  　Section Common
=================== */

.section {
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inner {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.ttl_main {
  margin: 0 0 2.5rem;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  color: #053931;
  text-align: center;
  font-weight: bold;
}

.ttl_main .txt_sm,
.ttl_main .txt_lg {
  display: block;
}

.ttl_main .txt_sm {
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
}

.ttl_main .txt_lg {
  font-size: 4rem;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
}


/* ===================
     Text Setting
=================== */

.txt_cont {
  text-align: center;
  line-height: 1.7;
}

/* ===================
  Button Setting
=================== */

.btn_wrap {
  text-align: center;
}

.btn_cart a,
.btn_cart input {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 7rem;
  margin: 0;
  padding: 0;
  border: none;
  background: #212121;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.btn_cart a.cart_in {
}

.btn_cart span {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url(../../Contents/ImagesPkg/lp/selectkit/icn_cart.svg) no-repeat 0 47%;
  background-size: 2.3rem;
  padding-left: 3.8rem;
}

.btn_cart .btn_reset {
  outline: none;
  background: url(../../Contents/ImagesPkg/lp/selectkit/icn_reset.svg) no-repeat 12rem 48% #888888;
  background-size: 2.3rem;
  padding-left: 3rem;
  color: #fff;
}

/* ===================
  　Breadcrumbs
=================== */

.breadcrumbs {
  position: relative;
  z-index: 2;
  padding-top: 2.2rem;
  padding-bottom: 0;
  font-size: 1.3rem;
}

/* ===================
  　　　BACKGROUND
=================== */

.intro_page,
.result_page,
.element_section,
.q_section {
  position: relative;
  z-index: 0;
}

.intro_page::before,
.result_page::before,
.element_section::before,
.q_section::before,
.q_5::before  {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: -20rem;
  background: url(../img/bg_all_top.svg) no-repeat 0 0,url(../img/bg_all_bottom.svg) no-repeat right bottom #EBE8D9;
  background-size: 65rem, 70rem;
  z-index: -1;
  content: "";
}

.q_section::before {
  bottom: 0;
  background-position: 0 0, right 28rem;
}

@media (min-height: 960px) and (min-width: 768px)and (max-width: 990px) {

  .q_section::before {
    bottom: 0;
    background-image: url(../img/bg_all_top.svg) ,url(../img/bg_all_bottom_all.svg);
    background-size: 65rem, 90rem;
    background-position: 0 0, right bottom;
  }

}

.element_section::before {
  bottom: -15rem;
}

.q_5::before {
  bottom: -12rem;
  background-position: 0 0, right bottom;
}

.element_section .q_section::before {
  display: none;
}


/* ========================================================
                    INTRO PAGE
========================================================= */


/* ===================
  　　　INTRO
=================== */

.intro_section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.intro_section .intro_main_ttl {
  margin: 0 0 4rem;
  text-align: center;
}

.intro_section .intro_main_ttl .txt_main {
  overflow: hidden;
  display: block;
}

.intro_section .intro_main_ttl .txt_main picture {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: 1.6s all;
}

.intro_section.effect .intro_main_ttl .txt_main picture {
  opacity: 1;
  transform: translateY(0);
}

.intro_section .intro_main_ttl .txt_main img {
  width: 73rem;
}

.intro_section .intro_main_ttl .txt_sub {
  overflow: hidden;
  display: block;
  color: #053931;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.intro_section .intro_main_ttl .txt_sub span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: 1.6s all;
}

.intro_section.effect .intro_main_ttl .txt_sub span {
  opacity: 1;
  transform: translateY(0);
}

.intro_section .intro_obi {
  text-align: center;
}

.intro_section .intro_obi .txt_obi {
  display: inline-block;
  margin: 0 auto 3rem;
  padding: 0.7rem 1.1rem 0.4rem 1.6rem;
  background: #053931;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.intro_section .intro_obi .txt_obi .txt_sm {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: 0.3rem;
  letter-spacing: 0.06em;
}

.intro_section .intro_img {
  margin: 0 0 2.5rem;
  text-align: center;
}

.intro_section .intro_img img {
  width: 55rem;
}

.intro_section .intro_txt {
  font-size: 1.6rem;
  line-height: 2;
}

/* ===================
  　　 HOW TO
=================== */

.how_section {
  padding: 0 0 8rem;
}

.how_section .ttl_sub {}

.how_section .ttl_sub .txt_main {}

.how_section .ttl_sub .txt_sub {}

.howto_wrap {}

.howto_list {
  position: relative;
}

.howto_list::before {
  position: absolute;
  top: 3.5rem;
  right: 0;
  left: 0;
  border-top: 2px solid #DDD9C9;
  content: "";
}

.howto_list ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 0 -1.6rem;
}

.howto_list ol li {
  width: 33.333%;
  padding: 0 0 0 1.6rem;
}

.howto_list .howto_step_cont {
  height: calc(100% - 5.5rem);
  padding: 2rem 2.5rem;
  background: #FFFDF4;
  border-radius: 1.5rem;
}

.howto_list .howto_step_num {
  position: relative;
  margin: 0 0 2.5rem;
  padding: 0 0 1rem;
  font-size: 2rem;
  font-family: 'Cinzel', serif;
  font-weight: 200;
  color: #053931;
  text-align: center;
}

.howto_list .howto_step_num::before {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: .8rem;
  height: .8rem;
  background: #053931;
  border-radius: 100%;
  content: "";
}

.howto_list .howto_ttl {
  margin: 0 0 1.5rem;
  text-align: center;
  color: #053931;
  font-size: 2rem;
}

.howto_list .howto_cont {}

.howto_list .howto_cont .howto_img {
  height: 12rem;
  margin: 0 0 2.2rem;
  text-align: center;
}

.howto_list .howto_cont .howto_img img {
  height: 100%;
  max-height: 100%;
}

/*
.howto_list li:nth-child(1) .howto_cont .howto_img img {
  width: 27.5rem;
}

.howto_list li:nth-child(2) .howto_cont .howto_img img {
  width: 9.8rem;
}

.howto_list li:nth-child(3) .howto_cont .howto_img img {
  width: 22rem;
}*/

.howto_list .howto_cont .howto_txt {
  line-height: 1.8;
  letter-spacing: 0.02em;
}


/* ===================
  　　 STAGES
=================== */

.stages_section {
  padding: 0 0 10rem;
}

.stages_section .ttl_sub {
  margin-bottom: 2.2rem;
}

.stages_section .ttl_sub .txt_main {}

.stages_section .ttl_sub .txt_sub {}

.stages_section .txt_cont {
  margin: 0 0 3rem;
}

.stages_section .txt_cont .txt_bold {}

.stages_list {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 90rem;
  margin: 0 auto 6rem;
}

.stages_list ol {}

.stages_list ol li {
  position: relative;
  z-index: 0;
  padding: 2.5rem;
}

.stages_list ol li::before {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: -1;
  width: 40rem;
  height: 5rem;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 5rem;
  content: "";
}

.stages_list ol li:nth-child(1) {
  background-color: #E7E8D2;
}

.stages_list ol li:nth-child(1)::before {
  background-image: url(../img/ttl_first_organic.png?2505029);
}

.stages_list ol li:nth-child(2) {
  background-color: #E1E2CF;
}

.stages_list ol li:nth-child(2)::before {
  background-image: url(../img/ttl_second_organic.png?2505029);
}

.stages_list ol li:nth-child(3) {
  background-color: #DDDECA;
}

.stages_list ol li:nth-child(3)::before {
  background-image: url(../img/ttl_core_organic.png?2505029);
}

.stages_list .stages_ttl {
  margin: 0 0 2rem;
  padding: 0 0 0 3.5rem;
  color: #053931;
  font-size: 2rem;
  font-weight: 600;
  background: url(../img/icn_oragnic_stage.svg) no-repeat left center;
  background-size: 3rem;
}

.stages_list .stages_cont {}

.stages_list .stages_cont .stages_caption {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.stages_list .stages_cont .stages_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.btn_start {
  margin: 0 0 8rem;
}

.btn_start .btn.btn_link {
  display: flex;
  border-radius: 20rem;
  font-size: 1.8rem;
  width: 40rem;
  height: 8rem;
  margin: auto;
  background: url(../img/icn_next_active.svg) no-repeat 92% center #053931;
  border: 2px solid #053931;
  background-size: 2rem;
  justify-content: center;
  align-items: center;
	color: #fff;
}

_::-webkit-full-page-media, _:future, :root .btn_start .btn.btn_link {
  transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
}

.trainer_comment {
  display: flex;
  width: 90rem;
  margin: auto;
  background: #E5E2D0;
  border-radius: 2rem;
  padding: 3.6rem 2.5rem;
  align-items: center;
}

.trainer_comment__thumb {
  width: 15.6rem;
}

.trainer_comment__thumb .trainer_img {
  width: 15.6rem;
  margin: 0 0 1.5rem;
}

.trainer_comment__thumb .trainer_name {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #053931;
  letter-spacing: 0;
  line-height: 1.6;
}

.trainer_comment__txt {
  padding: 0 0 0 2rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8;
}



/* ========================================================
                    CHECK PAGE
========================================================= */


/* ===================
  　　　COMMON
=================== */

.q_section_head {
  position: relative;
  z-index: 2;
  margin-bottom: 5.2rem;
  text-align: center;
}

.q_section_ttl {
  color: #053931;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.q_section_ttl .sec_tag {
  display: inline-block;
  margin: 0 .8rem 0 0;
  padding: .3rem 1rem 0rem;
  border: 1px solid #053931;
  border-radius: .5rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.08em;
  line-height: 1.4;
  vertical-align: 0.2rem;
}

.q_section_txt {
  padding: 1.5rem 0 0;
  font-size: 1.4rem;
  text-align: center;
}

/* -- STEP NAVI -- */

.q_step_nav {
  position: relative;
  z-index: 2;
  padding: 3rem 0 4rem;
  font-family: 'Cinzel', serif;
}

.q_step_nav > ul {
  display: flex;
  justify-content: space-between;
}

.q_step_nav > ul > li {
  display: inline-block;
}

.q_step_nav > ul > li span,
.q_step_nav > ul > li a {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    background-image .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
  display: block;
  width: 8rem;
  height: 8rem;
  padding: 4.4rem 1rem .8rem;
  border-radius: 100%;
  background-color: #fff;
  background-position: center 2.1rem;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  box-shadow: 1px 1px 1px #ddd;
  color: #053931;
  text-align: center;
}

.q_step_nav > ul > li span:hover,
.q_step_nav > ul > li a:hover {
  opacity: .7;
}

.q_step_nav .btn_prev span,
.q_step_nav .btn_prev a {
  background-image: url(../img/icn_prev.svg);
  cursor: pointer;
}

.q_step_nav .btn_next span,
.q_step_nav .btn_next a {
  background-image: url(../img/icn_next.svg);
  background-color: #ddd;
  color: #888;
  cursor: inherit;
}

.q_step_nav .btn_next.is-active span,
.q_step_nav .btn_next.is-active a {
  background-image: url(../img/icn_next_active.svg);
  background-color: #053931;
  color: #fff;
  cursor: pointer;
}

.q_step_nav .btn_next span {
  opacity: 1 !important;
}


/* ===================
  　　　STEP1
=================== */

.element_section {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.q_element > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}

.q_element > ul > li {
  opacity: 0;
  transform: translateY(2px);
  width: 50%;
  padding: 0 0 1.4rem 1.4rem;
}

.element_section.effect .q_element > ul > li {
  animation: opa1 .6s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 .7s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.element_section.effect .q_element > ul > li:nth-child(1) {
  animation-delay: 0s,0s;
}

.element_section.effect .q_element > ul > li:nth-child(2) {
  animation-delay: 0.1s,0.1s;
}

.element_section.effect .q_element > ul > li:nth-child(3) {
  animation-delay: 0.2s,0.2s;
}

.element_section.effect .q_element > ul > li:nth-child(4) {
  animation-delay: 0.3s,0.3s;
}

[data-element] {
  display: none;
}

.q_element > ul > li label {
  position: relative;
  display: block;
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
  height: 100%;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 6px rgba(33, 33, 33, 0.15);
  padding: 2.5rem 2.5rem 2.5rem 0;
  cursor: pointer;
}

.q_element > ul > li label::before {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
  height: 100%;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #F5F5F5;
  content: "";
}

.q_element > ul > li label::after {
  position: absolute;
  top: 3rem;
  right: 2.75rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.65em;
  height: 0.4em;
  border: 0.1em solid #888;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  content: "";
}

.q_element > ul > li [name="elm_check"]:checked +label::after {
  border-color: #fff;
}

.q_element_fire [name="elm_check"]:checked +label {
  background-color: #FFEFF0;
}

.q_element_fire [name="elm_check"]:checked +label::before {
  background-color: #E54C54;
}

.q_element_water [name="elm_check"]:checked +label {
  background-color: #F4F7FF;
}

.q_element_water [name="elm_check"]:checked +label::before {
  background-color: #5F85D7;
}

.q_element_soil [name="elm_check"]:checked +label {
  background-color: #FFF9EB;
}

.q_element_soil [name="elm_check"]:checked +label::before {
  background-color: #EFC054;
}

.q_element_tree [name="elm_check"]:checked +label {
  background-color: #F2FFF9;
}

.q_element_tree [name="elm_check"]:checked +label::before {
  background-color: #9CD1B8;
}

.q_element .q_element_cont {
  position: relative;
  padding: 0 0 0 15.4rem;
}

.q_element_ttl {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.q_element_ttl img {
  width: 4rem;
  margin-right: .4rem;
  vertical-align: -1rem;
}

.q_element_ttl__txt {
  display: inline-block;
  padding: 0 .2rem 0 0;
  font-size: 3rem;
  font-weight: 700;
}

.element_fire {
  color: #e6535b;
}

.element_water {
  color: #5F85D7;
}

.element_soil {
  color: #EFC054;
}

.element_tree {
  color: #9CD1B8;
}

.q_element_thumb {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 14.5rem;
  text-align: center;
}

.q_element_thumb img {
  height: 20rem;
}

.q_element_thumb .q_element_thumb__txt {
  display: block;
  padding: .5rem 0 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.q_element_detail {
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: .5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}

.q_element_detail dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

.q_element_detail li:last-child dl {
  border-bottom-width: 0;
}

.q_element_detail dt,
.q_element_detail dd {
  padding: 1rem 1.2rem;
}

.q_element_detail dt {
  width: 20rem;
  border-right: 1px solid #eee;
  background: #FAFAF8;
}

.q_element_detail dd {
  width: calc(100% - 20rem);
  font-weight: 600;
}

/* ===================
  　　　STEP2
=================== */

.wellness_section {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

/* -- セクション -- */

.q_section {
  text-align: center;
}

/* -- 質問ナンバー -- */

.q_num_wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0 0 6.2rem;
  color: #053931;
  font-size: 1.3rem;
}

.q_num_wrap .q_num,
.q_num_wrap .q_num_all {
  padding-bottom: .5rem;
}

.q_num_wrap .q_num {
  float: left;
}

.q_num_wrap .q_num_all {
  float: right;
}

.q_num_bar {
  overflow: hidden;
  clear: both;
  height: .6rem;
  background: #DDD9C9;
}

.q_num_bar span {
  display: block;
  height: 100%;
  background: #053931;
}

/* -- STEP1 -- */
.q_num_bar .num_01 {
  width: 0;
}

.is-current .q_num_bar .num_01 {
  animation: num_bar_01 0.4s cubic-bezier(0.51, 0.21, 0.42, 0.81) 0s forwards;
}

@keyframes num_bar_01 {
  0% {
    width: 0;
  }

  1% {
    width: 0;
  }

  100% {
    width: 22rem;
  }
}

/* -- STEP2 -- */
.q_num_bar .num_02 {
  width: 22rem;
}

.is-current .q_num_bar .num_02 {
  animation: num_bar_02 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0s forwards;
}

@keyframes num_bar_02 {
  0% {
    width: 22rem;
  }

  1% {
    width: 22rem;
  }

  100% {
    width: calc(22rem * 2);
  }
}

/* -- STEP3 -- */
.q_num_bar .num_03 {
  width: calc(22rem * 2);
}

.is-current .q_num_bar .num_03 {
  animation: num_bar_03 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0s forwards;
}

@keyframes num_bar_03 {
  0% {
    width: calc(22rem * 2);
  }

  1% {
    width: calc(22rem * 2);
  }

  100% {
    width: calc(22rem * 3);
  }
}

/* -- STEP4 -- */
.q_num_bar .num_04 {
  width: calc(22rem * 3);
}

.is-current .q_num_bar .num_04 {
  animation: num_bar_04 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0s forwards;
}

@keyframes num_bar_04 {
  0% {
    width: calc(22rem * 3);
  }

  1% {
    width: calc(22rem * 3);
  }

  100% {
    width: calc(22rem * 4);
  }
}

/* -- STEP5 -- */
.q_num_bar .num_05 {
  width: calc(22rem * 4);
}

.is-current .q_num_bar .num_05 {
  animation: num_bar_05 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0s forwards;
}

@keyframes num_bar_05 {
  0% {
    width: calc(22rem * 4);
  }

  1% {
    width: calc(22rem * 4);
  }

  100% {
    width: 100%;
  }
}

/* -- 質問タイトル -- */

.q_ttl {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: normal;
}

.q_ttl .txt_bold {
}

.q_ttl .q_txt_sub {
  display: inline-block;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}

/* -- 質問カテゴリ -- */

.q_cate {
  margin-bottom: 2.3rem;
  font-size: 2rem;
  font-weight: normal;
}

.q_cate img {
  margin-left: .6rem;
  margin-right: -3rem;
}

/* -- 選択エリア -- */

.q_select {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 1.6rem;
}

.q_select li {
  width: 25rem;
  height: 6rem;
  margin: 0 .6rem 1.4rem;
}

.q_select li label {
  transition: color .2s ease-in-out,
    background-color .2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 6px rgba(33, 33, 33, 0.15);
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}

.q_select li [data-group]:checked + label {
  color: #fff;
  background-color: #55534C;
}

.q_select [data-group] {
  display: none;
}

/* -- 複数選択エリア -- */

.q_5 .q_select li {
  width: 38rem;
}


/* ========================================================
                    RESULT PAGE
========================================================= */

.result_page {
  min-height: 100vh;
}

.result_section {
  padding-top: 6rem;
}

.result_section .inner.ef.effect {
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) .2s 1 forwards;
}

.result_section__inner {
  width: 90rem;
  margin: auto;
}

.result_section .txt_cont {
  line-height: 1.8;
}

.result_section .txt_note {
  padding: 8rem 0 0;
  color: #777;
  font-size: 1.15rem;
  text-align: center;
}

/* ===================
  　RESULT ELEMENT
=================== */

.result_element {
  margin: 0 0 6rem;
}

.ttl_element {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.result_element .txt_element {
  font-size: 3rem;
  font-weight: 600;
}

.result_element .icn_element {
  margin: 0 0 2.5rem;
  text-align: center;
}

.result_element .icn_element img {
  width: 20rem;
}

.result_element .txt_cont {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

/* ===================
  　RESULT STAGE
=================== */

.result_stage {
  margin: 2rem 0 6rem;
  padding: 4rem;
  background: #E1E2CF;
  border-radius: 2rem;
}
/*
.result_stage.stage_first {
  background-color: #E7E8D2;
}

.result_stage.stage_second {
  background-color: #E1E2CF;
}

.result_stage.stage_core {
  background-color: #DDDECA;
}
*/
.ttl_stage {
  margin: 0 0 2rem;
  padding: 0 0 4.5rem;
  background: url(../img/icn_oragnic_stage.svg) no-repeat bottom center;
  background-size: 3rem;
  text-align: center;
}

.ttl_stage .txt_sm {
  font-weight: normal;
}

.ttl_stage .txt_main {
  display: inline-block;
  padding: 1.5rem 0 0;
  font-size: 3rem;
  color: #053931;
}

.result_stage__cont {
}

.result_stage__cont .stages_caption {
  margin: 0 0 1.5rem;
  padding: .5rem 0 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.result_stage__cont .stages_txt {
  font-size: 1.4rem;
  text-align: left;
}


/* ===================
  RECOMMENDED CARE
=================== */

.recommended_care {
  margin: 0 0 8.4rem;
  padding: 0 0 8.4rem;
  border-bottom: 1px solid #DEDACD;
}

.ttl_sub {
  margin: 0 0 2.5rem;
  color: #053931;
  text-align: center;
}

.ttl_sub .txt_main {
  font-family: 'Cinzel' , serif;
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.ttl_sub .txt_sub {
  display: block;
  padding: 1.8rem 0 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.recommended_care__img {
  margin: 0 0 2.6rem;
  text-align: center;
}

.recommended_care__img img {
  width: 20rem;
}

.recommended_care .txt_cont {
  text-align: center;
}

/* ===================
  RECOMMENDED BRAND
=================== */

.recommended_brand {
}

.recommended_brand .txt_cont {
  padding: 1rem 0 3rem;
}

.brand_list {
}

.brand_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.brand_list ul li {
  width: 35.6rem;
  margin: 0 0.2rem;
}

.brand_list .brand_img {
}

.brand_list .brand_txt {
  padding: 1rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.brand_list .brand_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  margin: 0 1rem 2rem;
  padding: 1.5rem 1rem;
  background: #E0DECC;
  border-radius: .5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.brand_list .brand_cont::before {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: 1.5rem solid #E0DECC;
  content: "";
}

.brand_list a:hover {
  opacity: .7;
}

/* -- 高さ調整 -- */

#SoilFirst .brand_list li:nth-child(1) .brand_cont {
  min-height: 7.75rem;
}

#TreeCore .brand_list li:nth-child(1) .brand_cont {
  min-height: 10.14rem;
}


/* ===================
      BACK BUTTON
=================== */

.btn_back {
  margin: 0 0 10rem;
  padding: 10rem 0 0;
}

.btn_back .btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6.2rem;
  margin: auto;
  border: 1px solid #053931;
  border-radius: 20rem;
  background: url(../img/icn_back.svg) no-repeat 92% center #fff;
  background-size: 2rem;
  color: #053931;
  font-size: 1.5rem;
  text-align: center;
}


/*=======================================
               Responsive
========================================*/
/* only PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

}


/*=======================================
                    PC
========================================*/


@media screen and (min-width: 768px)  {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }


  .lp_contents {
    overflow: hidden;
  }


  .q_select li label:hover {
    color: #fff;
    background-color: #55534C;
  }

  .btn_start .btn.btn_link:hover {
    background-image: url(../img/icn_next_green.svg);
    background-position:  92% center;
    background-repeat: no-repeat;
    background-color: #FFFDF4;
    background-size: 2rem;
    color: #053931;
  }


}



/* only tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {


}


/*=======================================
                    SP
========================================*/

/* only SP */
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .contents {
  }

  /* ===================
    LP Contents
  =================== */

  .lp_contents {
    overflow: hidden;
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0.02em;
  }

  /* ===================
    　Section Common
  =================== */

  .contents {
    padding-top: 0;
  }

  .contents_inner .section {
    padding-right: 0;
    padding-left: 0;
  }


  /* ===================
         ANIME
  =================== */

  @keyframes tra3 {
    0% {
      transform: translateY(30px);
    }

    100% {
      transform: translateY(0);
    }
  }

  /* ===================
    Button Setting
  =================== */

  .btn_wrap {
  }

  /* ===================
    　Breadcrumbs
  =================== */

  .breadcrumbs {
    padding-top: calc(12 * (100vw / 390));
    padding-bottom: 0;
    font-size: calc(12 * (100vw / 390));
  }

  /* ===================
    　　BACKGROUND
  =================== */

  .intro_page,
  .result_page,
  .element_section,
  .q_section {
  }

  .intro_page::before,
  .result_page::before,
  .element_section::before,
  .q_section::before,
  .q_5::before  {
    height: auto;
    right: calc(-10 * (100vw / 390));
    bottom: calc(-330 * (100vw / 390));
    background-image: url(../img/bg_all_top.svg),url(../img/bg_all_bottom_sp.svg);
    background-size: calc(390 * (100vw / 390)), calc(390 * (100vw / 390));
    background-position: 0 0, right bottom;
  }

  .q_section::before {
  }

  .element_section::before {
  }

  .q_5::before {
  }


  /* ========================================================
                      INTRO PAGE
  ========================================================= */
/* ===================
    　　　INTRO
  =================== */

  .intro_section {
    padding-top: calc(40 * (100vw / 390));
    padding-bottom: calc(50 * (100vw / 390));
  }

  .intro_section .intro_main_ttl {}

  .intro_section .intro_main_ttl .txt_main {}

  .intro_section .intro_main_ttl .txt_main picture {
    transform: translateY(40px);
  }

  .intro_section .intro_main_ttl .txt_main img {
    width: calc(340 * (100vw / 390));
  }

  .intro_section .intro_main_ttl .txt_sub {
    margin: 0 0 calc(25 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
    letter-spacing: 0.1em;
  }

  .intro_section .intro_main_ttl .txt_sub span {
    transform: translateY(30px);
  }

  .intro_section .intro_obi .txt_obi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    font-size: calc(24 * (100vw / 390));
  }

  .intro_section .intro_obi .txt_obi .txt_sm,
  .intro_section .intro_obi .txt_obi .txt_lg {
    overflow: hidden;
    clear: both;
    background: #053931;
    border-radius: calc(5 * (100vw / 390));
    color: #fff;
  }

  .intro_section .intro_obi .txt_obi .txt_sm {
    margin: 0 auto calc(8 * (100vw / 390));
    padding: calc(6 * (100vw / 390)) calc(10 * (100vw / 390)) calc(3 * (100vw / 390));
    font-size: calc(15 * (100vw / 390));
    font-weight: 400;
    letter-spacing: 0.05em;
    vertical-align: 0;
  }

  .intro_section .intro_obi .txt_obi .txt_lg {
    margin: 0 0 calc(30 * (100vw / 390));
    padding: calc(7 * (100vw / 390)) calc(10 * (100vw / 390)) calc(2 * (100vw / 390));
    border-radius: calc(5 * (100vw / 390));
    font-size: calc(24 * (100vw / 390));
    letter-spacing: 0.05em;
  }

  .intro_section .intro_img {
    margin: 0 0 calc(30 * (100vw / 390));
  }

  .intro_section .intro_img img {
    width: 100%;
  }

  .intro_section .intro_txt {
    font-size: calc(15 * (100vw / 390));
    line-height: 2;
    letter-spacing: 0.04em;
  }


  /* ===================
      　　 HOW TO
    =================== */

  .how_section {
    padding: 0 0 calc(40 * (100vw / 390));
  }

  .how_section .ttl_sub {
  }

  .how_section .ttl_sub .txt_main {
  }

  .how_section .ttl_sub .txt_sub {
  }

  .howto_wrap {}

  .howto_list {}

  .howto_list::before {
    display: none;
  }

  .howto_list ol {
    margin: 0;
  }

  .howto_list ol li {
    width: 100%;
    padding: 0 0 calc(22 * (100vw / 390));
    position: relative;
  }

  .howto_list .howto_step_cont {
    height: auto;
    padding: calc(30 * (100vw / 390)) calc(15 * (100vw / 390)) calc(25 * (100vw / 390));
    border-radius: calc(10 * (100vw / 390));
  }

  .howto_list .howto_step_num {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(-4 * (100vw / 390));
    right: calc(10 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }

  .howto_list .howto_step_num span {
    font-size: calc(40 * (100vw / 390));
  }

  .howto_list .howto_step_num::before {
    display: none;
  }

  .howto_list .howto_ttl {
    margin: 0 0 calc(10 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
  }

  .howto_list .howto_cont {}

  .howto_list .howto_cont .howto_img {
    height: auto;
    margin: 0 0 calc(15 * (100vw / 390));
  }

  .howto_list li:nth-child(1) .howto_cont .howto_img img {
    width: calc(275 * (100vw / 390));
  }

  .howto_list li:nth-child(2) .howto_cont .howto_img img {
    width: calc(99 * (100vw / 390));
  }

  .howto_list li:nth-child(3) .howto_cont .howto_img img {
    width: calc(220 * (100vw / 390));
  }

  .howto_list .howto_cont .howto_txt {
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0.08em;
    line-height: 1.6;
  }


  /* ===================
      　　 STAGES
    =================== */

  .stages_section {
    padding: 0 0 calc(80 * (100vw / 390));
  }

  .stages_section .ttl_sub {
    margin-bottom: calc(16 * (100vw / 390));
  }

  .stages_section .ttl_sub .txt_main {
    font-size: calc(30 * (100vw / 390));
    letter-spacing: 0.05em;
  }

  .stages_section .ttl_sub .txt_sub {
    font-size: calc(14 * (100vw / 390));
    padding: calc(10 * (100vw / 390)) 0 0;
  }

  .stages_section .txt_cont {
    margin: 0 0 calc(30 * (100vw / 390));
  }

  .stages_section .txt_cont .txt_bold {}

  .stages_list {
    border-radius: calc(10 * (100vw / 390));
    width: auto;
    margin: 0 auto calc(50 * (100vw / 390));
  }

  .stages_list ol {}

  .stages_list ol li {
    padding: calc(20 * (100vw / 390)) calc(15 * (100vw / 390));
  }

  .stages_list ol li::before {
    position: absolute;
    top: calc(180 * (100vw / 390));
    right: calc(-177 * (100vw / 390));
    z-index: -1;
    width: calc(400 * (100vw / 390));
    height: calc(50 * (100vw / 390));
    background-size: auto calc(35 * (100vw / 390));
    transform: rotate(90deg);
    background-position: 0 0;
    content: "";
  }

  .stages_list .stages_ttl {
    margin: 0 0 calc(12 * (100vw / 390));
    padding: 0 0 0 calc(28 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
    background: url(../img/icn_oragnic_stage.svg) no-repeat left center;
    background-size: calc(23 * (100vw / 390));
    background-position: 0 46%;
    letter-spacing: 0.08em;
  }

  .stages_list .stages_cont {}

  .stages_list .stages_cont .stages_caption {
    font-size: calc(15 * (100vw / 390));
    margin: 0 0 calc(5 * (100vw / 390));
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .stages_list .stages_cont .stages_txt {
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0.02em;
  }

  .btn_start {
    margin: 0 0 calc(130 * (100vw / 390));
  }

  .btn_start .btn.btn_link {
    border-radius: calc(200 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
    width: 100%;
    height: calc(70 * (100vw / 390));
    background: url(../img/icn_next_active.svg) no-repeat 92% center #053931;
    background-size: calc(16 * (100vw / 390));
    background-size: 2, 4rem;
  }

  .trainer_comment {
    width: 100%;
    border-radius: calc(10 * (100vw / 390));
    padding: calc(20 * (100vw / 390)) calc(15 * (100vw / 390));
    display: block;
  }

  .trainer_comment__thumb {
    width: 100%;
    margin: calc(-100 * (100vw / 390)) 0 calc(10 * (100vw / 390));
  }

  .trainer_comment__thumb .trainer_img {
    width: 100%;
    margin: 0 0 calc(8 * (100vw / 390));
    text-align: center;
  }

  .trainer_comment__thumb .trainer_img img {
    width: calc(150 * (100vw / 390));
  }

  .trainer_comment__thumb .trainer_name {
    font-size: calc(13 * (100vw / 390));
    line-height: 1.5;
  }

  .trainer_comment__txt {
    padding: 0;
    font-size: calc(14 * (100vw / 390));
    line-height: 1.7;
  }


  /* ========================================================
                      CHECK PAGE
  ========================================================= */


  /* ===================
    　　　COMMON
  =================== */

  .q_section_head {
    margin-bottom: calc(40 * (100vw / 390));
  }

  .q_section_ttl {
    display: block;
    font-size: calc(20 * (100vw / 390));
    line-height: 1.5;
    padding: calc(8 * (100vw / 390)) 0 0;
  }

  .q_section_ttl .sec_tag {
    margin: 0 auto;
    padding: calc(3 * (100vw / 390)) calc(10 * (100vw / 390)) calc(1 * (100vw / 390));
    border-radius: calc(4 * (100vw / 390));
    font-size: calc(15 * (100vw / 390));
    letter-spacing: 0.08em;
    vertical-align: 0.2rem;
  }

  .q_section_ttl .sec_ttl {
    display: block;
    font-size: calc(20 * (100vw / 390));
    line-height: 1.5;
    padding: calc(8 * (100vw / 390)) 0 0;
    letter-spacing: 0.02em;
  }

  .q_section_txt {
    padding: calc(10 * (100vw / 390)) 0 0;
    font-size: calc(14 * (100vw / 390));
    line-height: 1.8;
  }

  /* -- STEP NAVI -- */

  .q_step_nav {
    padding: 0;
  }

  .q_step_nav > ul {
  }

  .q_step_nav > ul > li {
  }

  .q_step_nav > ul > li span,
  .q_step_nav > ul > li a {
    width: calc(70 * (100vw / 390));
    height: calc(70 * (100vw / 390));
    padding: calc(38 * (100vw / 390)) 0 0;
    background-position: center calc(16 * (100vw / 390));
    background-size: calc(16 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
  }

  .q_step_nav .btn_prev span,
  .q_step_nav .btn_prev a {
  }

  .q_step_nav .btn_next span,
  .q_step_nav .btn_next a {
  }

  .q_step_nav .btn_next.is-active span,
  .q_step_nav .btn_next.is-active a {
  }


  /* ===================
    　　　STEP1
  =================== */

  .element_section {
    padding-top: calc(40 * (100vw / 390));
    padding-bottom: calc(80 * (100vw / 390));
  }

  .q_element > ul {
    margin-left: auto;
  }

  .q_element > ul > li {
    width: 100%;
    padding: 0 0 calc(14 * (100vw / 390));
  }

  .q_element > ul > li:last-child {
    padding-bottom: 0;
  }

  .q_element > ul > li label {
    border-radius: calc(10 * (100vw / 390));
    box-shadow: 0 0 6px rgba(33, 33, 33, 0.15);
    padding: calc(14* (100vw / 390)) calc(14* (100vw / 390)) calc(14* (100vw / 390)) 0;
  }

  .q_element > ul > li label::before {
    top: calc(10 * (100vw / 390));
    right: calc(10 * (100vw / 390));
    width: calc(25 * (100vw / 390));
    height: calc(25 * (100vw / 390));
  }

  .q_element > ul > li label::after {
    top: calc(20 * (100vw / 390));
    right: calc(18 * (100vw / 390));
    width: calc(9 * (100vw / 390));
    height: calc(5 * (100vw / 390));
    /* border: none; */
    border: 1.5px solid #888;
    border-top: 0;
    border-right: 0;
    transform: translateY(-25%) rotate(-45deg);
  }

  .q_element .q_element_cont {
    padding: 0 0 0 calc(107 * (100vw / 390));
  }

  .q_element_ttl {
    margin-bottom: calc(10 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
  }

  .q_element_ttl img {
    width: calc(30 * (100vw / 390));
    margin-right: calc(5 * (100vw / 390));
    vertical-align: calc(-5 * (100vw / 390));
  }

  .q_element_ttl__txt {
    padding: 0 .2rem 0 0;
    font-size: calc(26 * (100vw / 390));
  }

  .q_element_thumb {
    top: auto;
    bottom: 0;
    width: calc(107 * (100vw / 390));
  }

  .q_element_thumb img {
    height: calc(173 * (100vw / 390));
  }

  .q_element_thumb .q_element_thumb__txt {
    padding: calc(5 * (100vw / 390)) 0 0;
    font-size: calc(12 * (100vw / 390));
    letter-spacing: 0.02em;
    line-height: 1.4;
  }

  .q_element_detail {
    border-radius: calc(5 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
    letter-spacing: 0.05rem;
  }

  .q_element_detail dl {
  align-items: center;
  }

  .q_element_detail dt,
  .q_element_detail dd {
    padding: calc(4 * (100vw / 390)) calc(10* (100vw / 390));
  }

  .q_element_detail dt {
    display: flex;
    align-content: center;
    align-items: center;
    width: calc(100 * (100vw / 390));
    line-height: 1.3;
    min-height: calc(40 * (100vw / 390));
  }

  .q_element_detail dd {
    width: calc(100% - 100 * (100vw / 390));
  }

  /* ===================
    　　　STEP2
  =================== */

  .wellness_section {
    padding-top: calc(40 * (100vw / 390));
    padding-bottom: calc(80 * (100vw / 390));
  }


  /* -- セクション -- */

  .q_section {
    padding-bottom: calc(40 * (100vw / 390));
  }

  /* -- 質問ナンバー -- */

  .q_num_wrap {
    margin: 0 0 calc(40 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }

  .q_num_wrap .q_num,
  .q_num_wrap .q_num_all {
    padding-bottom: calc(5 * (100vw / 390));
  }

  .q_num_wrap .q_num {
  }

  .q_num_wrap .q_num_all {
  }

  .q_num_bar {
    height: calc(5 * (100vw / 390));
  }

  .q_num_bar span {
  }

  .q_num_bar .num_01 {
    width: calc(70 * (100vw / 390));
  }

  .q_num_bar .num_02 {
    width: calc(70 * 2 * (100vw / 390));
  }

  .q_num_bar .num_03 {
    width: calc(70 * 3 * (100vw / 390));
  }

  .q_num_bar .num_04 {
    width: calc(70 * 4 * (100vw / 390));
  }

  .q_num_bar .num_05 {
  }

  /* -- 質問タイトル -- */

  .q_ttl {
    margin-bottom: calc(30 * (100vw / 390));
    font-size: calc(22 * (100vw / 390));
  }

  .q_ttl .txt_bold {
  }

  .q_ttl .q_txt_sub {
    font-size: calc(14 * (100vw / 390));
    padding: calc(6 * (100vw / 390)) 0 0;
  }


  /* -- 質問カテゴリ -- */

  .q_cate {
    margin-bottom: calc(15 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
  }

  .q_cate img {
    margin-left: calc(8 * (100vw / 390));
    margin-right: calc(-42 * (100vw / 390));
    min-width: calc(33 * (100vw / 390));
    max-height: calc(42 * (100vw / 390));
  }

  /* -- 選択エリア -- */

  .q_select {
    margin: 0 calc(-2 * (100vw / 390)) calc(17 * (100vw / 390));
  }

  .q_select li {
    width: calc(170 * (100vw / 390));
    height: calc(70 * (100vw / 390));
    margin: 0 calc(5 * (100vw / 390)) calc(6 * (100vw / 390));
  }

  .q_select li label {
    padding-top: calc(4 * (100vw / 390));
    border-radius: calc(10 * (100vw / 390));
    box-shadow: 0 0 6px rgba(33, 33, 33, 0.15);
    font-size: calc(18 * (100vw / 390));
    line-height: 1.3;
    letter-spacing: 0.02em;
  }


  /* -- 複数選択エリア -- */

  .q_5 .q_select li {
    width: calc(170 * (100vw / 390));
  }

  .q_5 .q_select li label {
    font-size: calc(16 * (100vw / 390));
  }




  /* ========================================================
                      RESULT PAGE
  ========================================================= */

  .result_section {
    padding-top: calc(40 * (100vw / 390));
  }

  .result_section__inner {
    width: auto;
  }

  .result_section .txt_note {
    padding: calc(50 * (100vw / 390)) 0 0;
    font-size: calc(11 * (100vw / 390));
  }

  /* ===================
    　RESULT ELEMENT
  =================== */

  .result_element {
    margin: calc(-10 * (100vw / 390)) auto calc(40 * (100vw / 390));
  }

  .ttl_element {
    margin: 0 0 calc(13 * (100vw / 390));
    font-size: calc(15* (100vw / 390));
  }

  .result_element .txt_element {
    font-size: calc(25 * (100vw / 390));
  }

  .result_element .icn_element {
    margin: 0 0 calc(25* (100vw / 390));
  }

  .result_element .icn_element img {
    width: calc(150 * (100vw / 390));
  }

  .result_element .txt_cont {
    font-size: calc(14 * (100vw / 390));
  }

  /* ===================
    　RESULT STAGE
  =================== */

  .result_stage {
    margin: calc(40 * (100vw / 390)) 0 calc(40 * (100vw / 390));
    padding: calc(30 * (100vw / 390)) calc(15* (100vw / 390));
    border-radius: calc(10 * (100vw / 390));
  }

  .ttl_stage {
    margin: 0 0 calc(13* (100vw / 390));
    padding: 0 0 calc(28* (100vw / 390));
    background-size: calc(24 * (100vw / 390));
  }

  .ttl_stage .txt_sm {
  font-size: calc(15 * (100vw / 390));
  }

  .ttl_stage .txt_main {
    padding: 1.5rem 0 0;
    font-size: calc(22 * (100vw / 390));
  }

  .result_stage__cont {
  }

  .result_stage__cont .txt_cont {
    font-size: calc(14 * (100vw / 390));
  }

  .result_stage__cont .stages_caption {
    font-size: calc(16 * (100vw / 390));
    letter-spacing: 0;
    text-align: left;
  }

  .result_stage__cont .stages_txt {
    font-size: calc(14 * (100vw / 390));
  }

  /* ===================
    RECOMMENDED CARE
  =================== */

  .recommended_care {
    margin: 0 0 calc(40 * (100vw / 390));
    padding: 0 0 calc(40 * (100vw / 390));
  }

  .ttl_sub {
    margin-bottom: calc(25 * (100vw / 390));
  }

  .ttl_sub .txt_main {
    font-size: calc(28 * (100vw / 390));
    letter-spacing: 0.04em;
  }

  .ttl_sub .txt_sub {
    font-size: calc(14 * (100vw / 390));
    padding: calc(8 * (100vw / 390)) 0 0;
  }

  .recommended_care .ttl_sub {
    margin-bottom: calc(20 * (100vw / 390));
  }

  .recommended_care__img {
    margin: 0 0 calc(20 * (100vw / 390));
  }

  .recommended_care__img img {
    width: calc(150 * (100vw / 390));
  }

  .recommended_care .txt_cont {
  }

  .recommended_care .txt_note {
    padding: calc(15 * (100vw / 390)) 0 0;
    font-size: calc(11 * (100vw / 390));
    letter-spacing: 0.02em;
  }


  /* ===================
    RECOMMENDED BRAND
  =================== */

  .recommended_brand {
  }

  .recommended_brand .txt_cont {
    padding: 0 0 calc(30 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
  }

  .brand_list {
    margin-top: calc(-10 * (100vw / 390));
  }

  .brand_list ul {
  }

  .brand_list ul li {
    width: 100%;
    margin: 0 0 calc(25 * (100vw / 390));
  }

  .brand_list .brand_img {
  }

  .brand_list .brand_txt {
    padding: calc(3 * (100vw / 390)) 0 0;
    font-size: calc(14* (100vw / 390));
  }

  .brand_list .brand_cont {
    min-height: calc(50 * (100vw / 390)) !important;
    margin: 0 calc(8 * (100vw / 390)) calc(20 * (100vw / 390));
    padding: calc(12 * (100vw / 390));
    border-radius: calc(5 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }

  .brand_list .brand_cont::before {
    bottom: calc(-14 * (100vw / 390));
    border-left-width: calc(5 * (100vw / 390));
    border-right-width: calc(5 * (100vw / 390));
    border-top-width: calc(15 * (100vw / 390));
  }

  /* ===================
        BACK BUTTON
  =================== */

  .btn_back {
    margin: 0 0 calc(80 * (100vw / 390));
    padding: calc(25 * (100vw / 390)) calc(20 * (100vw / 390)) 0;
  }

  .btn_back .btn_link {
    width: 100%;
    height: calc(60 * (100vw / 390));
    border-radius: calc(200 * (100vw / 390));
    background-size: calc(20 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
  }

}
