@charset "utf-8";


/* ----------------------------
mv
---------------------------- */
.mv{
  padding-top: calc(50px + 1.2vw);
  background-color: #d5d9db;
}
@media screen and (max-width: 880px) {
  .mv{
    padding-top: 13vw;
  }
  .mv img{
    height: auto;
  }
  .mv_1 .mv_title{
    font-size: 10vw;
    top: 58%;
  }
}

/* ----------------------------
コンディショニング
---------------------------- */

.conditioning{
  padding-top: 4.9vw;
  padding-bottom: 5.1vw;
}
.conditioning_img{
  width: 56vw;
  margin: 0 auto;
}
.conditioning_img img{
  width: 100%;
}
.conditioning iframe {
    width: 100%;
    margin-top: 0.5vw;
    aspect-ratio: 16 / 9;
    height: auto;
}
.conditioning .movie_wrap{
  margin: 5vw auto;
}
@media screen and (max-width: 880px){
  .conditioning{
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
  .conditioning_img{
    width: 70vw;
  }
}

/* ----------------------------
key features
---------------------------- */

#keyfeatures {
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 5.5vw;
}
#keyfeatures .section_ttl h2{
  font-size: 3.8vw;
  /* font-family: "Baskervville", serif; */
}
#keyfeatures h3{
  background-color: #000;
  width: fit-content;
  padding: 0 2.5vw;
  margin: 0 auto;
  color: #00adec;
  font-size: 3.1vw;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#keyfeatures h3 span{
  font-size: 0.6em;
  margin-top: 1%;
}
.radiheal_detail{
  margin-top: 2.4vw;
}
.radiheal_materials{
  display: flex;
  justify-content: center;
  margin-top: 1.5vw;
  gap: 6vw;
}
.radiheal_materials img{
  width: 20%;
}
.radiheal_detail p{
  margin-top: 2.6vw;
  font-size: 0.66em;
  line-height: 2.3em;
}
@media screen and (max-width: 880px){
  #keyfeatures {
    padding-top: 8vw;
  }
  #keyfeatures .section_ttl h2{
    font-size: 10vw;
  }
  #keyfeatures .section_ttl{
    margin-bottom: 6vw;
  }
  #keyfeatures .section_ttl p{
    font-size: 5vw;
  }
  #keyfeatures h3{
    font-size: 5vw;
  }
  .radiheal_detail{
    margin-top: 6vw;
  }
  .radiheal_detail p{
    font-size: 75%;
  }
  .radiheal_materials{
    display: flex;
    width: 70vw;
    margin: 2vw auto 0;
    gap: 4vw;
  }
  .radiheal_materials img{
    width: 28%;
  }
  
}

/* ----------------------------
アイテム
---------------------------- */

.recoveryItems{
  background-color: #d5d9db;
}
.recovery_item{
  padding: 6vw 3vw 4vw;
  margin: 0 auto;
  border-bottom: 2px solid #000;
}
.recovery_item:last-of-type{
  border-bottom: none;
}
.recovery_item_about{
  margin: 0 auto 12vw;
}
.recovery_item_info{
  display: flex;
  flex-direction: column;
  padding-top: 9.5vw;
  padding-left: 1vw;
  position: relative;
  font-size: 0.75em;
}
.recovery_item h3{
  position: absolute;
  top: 3.6vw;
  width: 50vw;
  font-size: 2.95em;
  z-index: 99;
}
.item_more_btn{
  display: block;
  background-color: #00a2ec;
  color: #fff;
  text-align: center;
  border: 1px solid #00a2ec;
  width: 11.3em;
  padding: 0.8vw 0px;
  transition: 0.3s;
}
.item_more_btn:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.recovery_item_catch{
  margin-top: 2.5vw;
  font-weight: bold;
}
.recovery_item_detail{
  margin-top: 2.5vw;
  font-size: 0.8em;
  line-height: 1.8em;
}
.recovery_item_kv{
  position: absolute;
  top: 0;
  right: 8.5%;
  width: 58%;
}

.recovery_item:nth-of-type(2n){
  padding-top: 4.5vw;
}
.recovery_item:nth-of-type(2n) .recovery_item_about{
  text-align: right;
}
.recovery_item:nth-of-type(2n) .recovery_item_info{
  margin-right: 0;
  margin-left: 1vw;
  padding-right: 1.2vw;
}
.recovery_item:nth-of-type(2n) .recovery_item_info h3{
  right: 0;
}
.recovery_item:nth-of-type(2n) .item_more_btn{
  margin-left: auto;
}
.recovery_item:nth-of-type(2n) .recovery_item_kv{
  right: unset;
  left: 5%;
}
.recovery_item:nth-of-type(2n) .recovery_variations{
  gap: 6vw;
}
.recovery_item:nth-of-type(2n) .recovery_variation{
  width: 8.5vw;
}
.recovery_item:nth-of-type(2n) .recovery_variation:first-of-type{
  width: 9.5vw;
}
.recovery_item:nth-of-type(2n) .recovery_variation:nth-of-type(2){
  width: 8.83vw;
}

.recovery_variations{
  width: fit-content;
  margin: 3vw auto 0;
  display: flex;
  gap: 3vw;
}
.recovery_variation{
  width: 13.5vw;
}
.recovery_variation p{
  text-align: center;
  font-size: 0.86em;
  margin-top: 0.6vw;
}

@media screen and (max-width: 880px){
  .recovery_item{
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 12vw;
  }
  .recovery_item:nth-of-type(2n){
    padding-top: 8vw;
    padding-bottom: 12vw;
  }
  .recovery_item_about{
    display: block;
    margin-bottom: 5vw;
  }
  .recovery_item_info{
    width: 100%;
    padding-top: 0%;
    font-size: 0.85em;
  }
  .recovery_item h3{
    width: 100%;
    font-size: 2em;
    position: unset;
    order: 1;
  }
  .recovery_item_kv{
    position: unset;
    order: 2;
    margin-top: 3vw;
    width: 100%;
  }
  .item_more_btn{
    order: 3;
    margin: 8vw auto 0;
  }
  .recovery_item_catch{
    order: 4;
    margin-top: 7vw;
  }
  .recovery_item_detail{
    order: 5;
    font-size: 0.95em;
    line-height: 1.7em;
  }
  .recovery_variation{
    width: 100%;
  }
  .recovery_variation p{
    font-size: 0.8em;
  }
  .recovery_item:nth-of-type(2n) .recovery_item_about{
    text-align: left;
  }
  .recovery_item:nth-of-type(2n) .recovery_item_info{
    margin-left: 0;
  }
  .recovery_item:nth-of-type(2n) .recovery_item_info h3{
    left: 0;
  }
  .recovery_item:nth-of-type(2n) .item_more_btn{
    margin-right: auto;
  }
  .recovery_item:nth-of-type(2n) .recovery_item_kv{
    left: unset;
    right: 0%;
  }
  .recovery_item:nth-of-type(2n) .recovery_variation{
    width: 90%;
  }
  .recovery_item:nth-of-type(2n) .recovery_variation:nth-of-type(2){
    width: 93.4%;
  }
  .recovery_item:nth-of-type(2n) .recovery_variation:first-of-type{
    width: 100%;
  }
}

