@charset "utf-8";


/* ----------------------------
mv
---------------------------- */
.mv{
  padding-top: calc(50px + 1.2vw);
  background-color: #d5d9db;
}
.mv_title{
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media screen and (max-width: 880px) {
  .mv{
    padding-top: 13vw;
  }
  .mv img{
    height: unset;
  }
}

/* ----------------------------
featuresセクション
---------------------------- */

.feature_about{
  padding-bottom: 2vw;
  font-size: 0.65em;
  margin-top: 0.3vw;
}
@media screen and (max-width: 880px) {
  .feature{
    margin-top: 7vw;
  }
  .feature_about{
    margin-top: 3vw;
    line-height: 2em;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .col2_detail .image_circle{
    width: 40vw;
    height: 40vw;
  }
}


.f_points{
  display: flex;
  flex-wrap: wrap;
  gap: 1.1vw 0vw;
  margin-top: 1.4vw;
}
.f_point{
  display: flex;
  align-items: center;
  width: 50%;
}
.f_point_img{
  margin-right: 1.5vw;
  width: 29.5%;
}
.f_point_txt{
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 880px) {
  .f_points{
    display: block;
  }
  .f_point{
    width: 100%;
    margin-top: 5vw;
  }
  .f_point_img{
    margin-right: 5vw;
  }
}

.f_texture .feature_num{
  margin-top: 3vw;
}
.col2{
  margin-top: 0.6vw;
}
.col2_about{
  margin-top: -0.3vw;
}
.col2_detail img{
    margin-top: 0.5vw;
}


.feature_btm{
  display: flex;
  justify-content: space-between;
  margin-top: 4.1vw;
}
.feature4{
  text-align: left;
  width: 30%;
  margin-left: 5%;
}
.feature4 img{
  width: 82%;
}
.features .feature_num.number4{
  -webkit-text-stroke: 2.5px black;
}
.features .feature_num.number4::after{
  content: "04";
  font-size: 3.5vw;
  color: #d5d9db;
  font-style: italic;
  -webkit-text-stroke: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.feature4_imgs img{
  margin-top: 3vw;
}
.feature4_imgs img:first-of-type{
  margin-top: 1vw;
}

.feature5{
  width: 33%;
  text-align: left;
  z-index: 99;
  position: relative;
}
.feature_btn_img{
  position: absolute;
  top: 6vw;
  right: 12%;
  width: 42vw;
  z-index: -1;
}
.feature5 .feature_num{
  text-align: left;
}
.feature5 .feature5_main{
  margin-top: 1vw;
}
.feature5_imgs{
  margin-top: 1vw;
}
.feature5_detail{
  text-align: left;
  font-size: 0.68em;
}
.feature5_detail p{
  line-height: 1.5em;
  margin-top: 0.3vw;
  letter-spacing: -0.02em;
}
.feature5_detail:nth-of-type(2),
.feature5_detail:nth-of-type(3){
  margin-top: 1vw;
}
.feature5_detail img{
  width: 20vw;
}

@media screen and (max-width: 880px) {
  .feature_btm{
    display: block;
  }
  .feature4{
    width: 100%;
    margin-left: 0;
  }
  .feature4_imgs{
    width: 100%;
  }
  .feature4_imgs img{
    width: 100%;
    margin-top: 5vw;
  }
  .feature4_imgs img:first-of-type{
    margin-top: 5vw;
  }
  .feature4 .feature_num.number4{
    text-align: center;
  }
  .feature4 .feature_num.number4::after{
    font-size: 10vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature4 .feature_catch{
    text-align: center;
  }
  .feature5{
    width: 100%;
  }
  .feature5 .feature_catch{
    text-align: center;
  }
  .feature5 .feature_num{
    margin: 0;
    text-align: center;
  }
  .feature5_imgs{
    width: 45%;
    margin-top: 10vw;
    margin-left: auto;
  }
  .feature5_detail p{
    font-size: 2vw;
  }
  .feature5_detail img{
    width: 100%;
    margin-top: 3.5vw;
  }
  .feature_btn_img{
    top: 40vw;
    right: 0%;
    width: 90vw;
  }
}

/* ----------------------------
sizeセクション
---------------------------- */
#size {
  padding-bottom: 6vw;
}
.size_table_wrap{
  display: flex;
  flex-direction: row-reverse;
}
.size_table{
  width: fit-content;
  margin-top: 3vw;
  margin-right: 1vw;
}
.size_table table{
  border-collapse: collapse;
  font-size: 0.87em;
  text-align: center;
}
.size_table table tr{
  border-bottom: 1px solid #000;
}
.size_table table tr th{
  font-weight: normal;
}
.size_table table tr:first-of-type{
  border-top: 1px solid #000;
}
.size_table table th, td{
  padding: 1em 0em 1em 0.5em;
}
.size_table table td{
  font-size: 1.1em;
}
.size_table table th span{
  font-size: 90%;
}
.size_table p{
  text-align: left;
  line-height: 2.1em;
  font-size: 0.85em;
  margin-top: 1vw;
}
.size_table_wrap > img{
  width: 40%;
  flex-grow: 1;
  object-fit: contain;
}
.size_table_detail{
  display: flex;
  font-size: 80%;
  gap: 3vw;
  width: fit-content;
  margin: 0 auto;
}
.size_table_detail .size_table{
  margin: 4vw 2vw;
}
.size_table_detail .size_table table th, td{
  padding: 1em 2.5em;
}
.size_img_wrap{
  width: 80%;
  height: 19vw;
  margin: 0 auto 1vw;
}
.size_img_wrap img{
  height: 100%;
  object-fit: contain;
}
.color_variations{
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 2VW;
}
.color_variations p{
  font-size: 0.9em;
}
@media screen and (max-width: 880px) {
  .size_table_wrap{
    display: block;
  }
  .size_table_wrap > img{
    width: 80%;
  }
  .size_table table{
    font-size: 0.9em;
  }
  .size_table table td{
    font-size: 1em;
  }
  .size_table table th, td{
    padding: 0.5em 1em;
  }
  .size_table p{
    text-align: left;
    line-height: 1.6em;
    font-size: 80%;
    margin-top: 3vw;
  }
  .size_table_detail{
    display: block;
  }
  .size_table_detail .size_table{
    width: fit-content;
    margin: 8vw auto;
  }
  .size_img_wrap{
    height: 40vw;
    margin-bottom: 3vw;
  }
  .color_variations p{
    font-size: 70%;
  }
}