@charset "utf-8";

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

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

#features .col2_img_caption{
  font-size: 0.8vw;
  text-align: left;
  margin-left: 0.3vw;
  line-height: 1em;
}

.col2_txt._small{
  font-size: 0.75vw;
  line-height: 1.6em;
}

/* 眼元をリフレッシュ */
.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) {
  #features .col2 {
    margin-bottom: 12vw;
  }
  #features .col2_img_caption{
    font-size: 2.6vw;
    margin-top: 2vw;
    line-height: 2em;
  }
  .f_slippery .col2_detail{
    margin-top: 0;
  }
  .col2_txt._small{
    font-size: 2.8vw;
    line-height: 1.6em;
  }
}

/* ----------------------------
coment セクション
---------------------------- */
#comment{
  text-align: center;
  padding: 3vw 0 4.5vw;
}
#comment .section_ttl h2{
  font-size: 3.5vw;
}
#comment .section_ttl p{
  font-weight: normal;
}

.player_content{
  display: flex;
}
.player_img{
  width: 38%;
}
.player_txt{
  width: 62%;
  padding-left: 1.5vw;
}
.player_txt p{
  text-align: left;
  font-size: 0.83vw;
  line-height: 2.1em;
}
.player_content_profile{
  border: 1px solid #000;
  margin-top: 1.3vw;
  padding: 0.8vw 1.1vw;
  text-align: left;
}
.player_content_profile h3{
  font-size: 0.94vw;
  margin-bottom: 0.2vw;
}
.player_content_profile ul li{
  font-size: 0.8vw;
  line-height: 1.6em;
  position: relative;
  padding-left: 0.8vw;
}
.player_content_profile ul li::before{
  content: "";
  width: 0.7vw;
  height: 0.7vw;
  background-color: #000;
  border-radius: 100vh;
  position: absolute;
  top: 0.35vw;
  left: 0;
}

@media screen and (max-width: 880px){
  #comment{
    padding: 12vw 0 12vw;
  }
  #comment .section_ttl h2{
    font-size: 7vw;
  }
  #comment .wrap{
    max-width: 100%;
    margin-top: 6vw;
  }
  .player_content{
    flex-direction: column;
  }
  .player_img{
    width: 100%;
  }
  .player_txt{
    width: 100%;
    margin-top: 3vw;
  }
  .player_txt p{
    font-size: 3.4vw;
    line-height: 2.1em;
  }
  .player_content_profile{
    margin-top: 3vw;
    padding: 2vw 3vw;
  }
  .player_content_profile h3{
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  .player_content_profile ul li{
    font-size: 3.2vw;
    line-height: 2.2em;
    position: relative;
    padding-left: 4vw;
  }
  .player_content_profile ul li::before{
    content: "";
    width: 3vw;
    height: 3vw;
    background-color: #000;
    border-radius: 100vh;
    position: absolute;
    top: 2.3svw;
    left: 0;
  }
}

/* ----------------------------
movie セクション
---------------------------- */
.movie_sec{
  padding-top: 2vw;
  padding-bottom: 5vw;
}
.movie_sec .section_ttl h2{
  font-size: 2vw;
}
.movie_sec .section_ttl p{
  font-weight: normal;
}

@media screen and (max-width: 880px){
  .movie_sec{
    padding: 12vw 0;
  }
  .movie_sec .section_ttl{
    margin-bottom: 5vw;
  }
  .movie_sec .section_ttl h2{
    font-size: 7vw;
  }
}


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

.size_table_wrap{
  display: block;
  margin: 3vw auto 0;
}
.size_table{
  width: 90%;
  margin: 2.5vw auto 0;
}
.table_wrap{
  display: flex;
  gap: 2%;
}
.table_top_img{
  /* width: 26vw;
  margin-left: 3.5vw; */
}
.size_table table{
  border-collapse: collapse;
  font-size: 0.87em;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.recommend_size{
  width: 42%;
}
.body_size{
  width: 56%;
}
.size_table  .table_ttl{
  text-align: center;
  font-size: 1.2vw;
}
.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: 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_desc{
  margin-top: 1.6vw;
  text-align: left;
}
.size_desc ul li{
  font-size: 1.05vw;
  line-height: 1.9em;
  padding-left: 1vw;
  position: relative;
}
.size_desc ul li::before{
  content: "";
  width: 0.8vw;
  height: 0.8vw;
  background-color: #000;
  border-radius: 100vh;
  position: absolute;
  top: 0.65vw;
  left: 0;
}
.size_image{
  display: flex;
  margin-top: 3vw;
  gap: 2vw;
}
.size_image .size_image_wrap{
  width: 30vw;
}
.size_image .size_image_txt{
  display: grid;
  place-items: center;
}
.size_image p{
  margin: 0;
}

.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: 12vw;
  }
  .size_table_wrap{
    display: block;
    width: 90%;
    margin-top: 5vw;
  }
  .table_wrap{
    display: block;
  }
  .size_table{
    width: 100%;
    margin: 5vw auto 0;
    padding: 0;
  }
  .size_table_wrap > img{
    width: 100%;
  }
  .size_table_wrap.table1 table{
    width: 100%;
    margin: 2vw auto 8vw;
  }
  .recommend_size, .body_size{
    width: 100%;
  }
  .size_table .table_ttl{
    font-size: 3.2vw;
  }
  .size_table table{
    font-size: 0.9em;
  }
  .size_table table td{
    font-size: 0.9em;
  }
  .size_table table th, td{
    padding: 0.8em 2em;
  }
  .size_table p{
    text-align: left;
    line-height: 1.6em;
    font-size: 3.4vw;
    margin-top: 3vw;
    width: 100%;
  }
  .size_table_detail{
    display: block;
  }
  .size_table_detail .size_table{
    width: fit-content;
    margin: 8vw auto;
  }

  .size_desc{
    margin-top: 2vw;
  }
  .size_desc ul li{
    font-size: 3.4vw;
    line-height: 2.2em;
    padding-left: 4vw;
    position: relative;
  }
  .size_desc ul li::before{
    content: "";
    width: 3vw;
    height: 3vw;
    background-color: #000;
    border-radius: 100vh;
    position: absolute;
    top: 2.3svw;
    left: 0;
  }

  .size_image{
    display: grid;
    place-items: center;
  }
  .size_image .size_image_wrap{
    width: 90%;
  }

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