@charset "utf-8";

/* ----------------------------
mv
---------------------------- */
.mv{
  padding-top: calc(50px + 1.2vw);
  background-color: #d5d9db;
}
@media screen and (max-width: 880px) {
  .mv img{
      object-position: 30% 50%;
      height: unset;
  }
  .mv{
    padding-top: 13vw;
  }
}

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

/* 眼元をリフレッシュ */
.f_refresh .col2_img{
  margin-top: 2vw;
}
.f_refresh .col2_detail{
  display: block;
  text-align: center;
}
.f_refresh .col2_detail img{
  width: 93%;
}
@media screen and (max-width: 880px) {
  .col2_detail .image_circle{
    width: 40vw;
    height: 40vw;
  }
  
  .f_refresh .col2_detail img{
    width: 100%;
  }
}


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

.size_table_wrap{
  display: block;
  margin: 4vw auto 0;
}
.size_table{
  width: 50%;
  margin: 0 auto;
}
.table_top_img{
  /* width: 26vw;
  margin-left: 3.5vw; */
}
.size_table table{
  border-collapse: collapse;
  font-size: 0.87em;
  text-align: center;
  width: 22vw;
  margin: 0 auto;
}
.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: 0.9em 2.8em;
}
.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.5em;
  font-size: 1vw;
  width: 22vw;
  margin: 0.5vw auto 0;
}
.size_table_wrap > img{
  width: 95%;
  margin-right: 0vw;
  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: 0.9em 2.5em;
}

.size_table_wrap.table1 table{
  margin-top: 2vw;
}

.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: 96%;
  margin: 3vw auto 0;
}
.color_variations .color_pattern img{
  width: 76%;
  height: 90%;
  object-fit: contain;
}
.color_variations p{
  font-size: 0.9em;
}
@media screen and (max-width: 880px) {
  .size{
    padding-top: 7vw;
  }
  .size_table_wrap{
    display: block;
    width: 90%;
    margin-top: 5vw;
  }
  .size_table{
    width: 86%;
    margin: 5vw auto 0;
    padding: 0;
  }
  .size_table_wrap > img{
    width: 100%;
  }
  .size_table_wrap.table1 table{
    width: 60vw;
    margin: 8vw auto 5vw;
  }
  .size_table table{
    font-size: 0.9em;
  }
  .size_table table td{
    font-size: 1em;
  }
  .size_table table th, td{
    padding: 0.8em 2em;
  }
  .size_table p{
    text-align: left;
    line-height: 1.6em;
    font-size: 80%;
    margin-top: 3vw;
    width: 60vw;
  }
  .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{
    width: 100%;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  .color_variations p{
    font-size: 70%;
    margin-top: 0;
  }
  .color_variations .color_pattern img{
    width: 90%;
  }
}
