@charset "utf-8";

/* ----------------------------
全体共通
---------------------------- */

/* 端末での表示切替 */
.only_pc{
    display: block;
}
.only_sp{
    display: none;
}
@media screen and (max-width: 880px){
    .only_pc{
        display: none;
    }
    .only_sp{
        display: block;
    }
}

/* 背景色 */
.bg_gray{
    background-color: #d5d9db;
}

/* アニメーション分ずれ制御 不要かも？ */
@keyframes bottom_to_top {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* ----------------------------
コンテンツ幅
---------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

★memo

psdのベース幅 2000px
コンテンツエリア幅 1300px = 65vw

recovery 1300 keyfeatureの構造画像は1600
hoodie 1300
wear 1300
inner 1287 ※誤差っぽい
eye 1300
arm 1300
products 大ビジュアルが 1790 = 89.5vw 、コンテンツが1300

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body .w50{
    width: 50vw;
    margin: 0 auto;
}
body .w65{
    width: 65vw;
    margin: 0 auto;
}
body .w80{
    width: 80vw;
    margin: 0 auto;
}
body .w90{
    width: 90vw;
    margin: 0 auto;
}
@media screen and (max-width: 880px) {
    body .w50{
        width: 80vw;
    }
    body .w65{
        width: 85vw;
    }
    body .w80{
        width: 90vw;
    }
    body .w80{
        width: 95vw;
    }
}


/* ----------------------------
タイトル等 フォント
---------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

★memo

・コンテンツ箇所
大タイトル [UDReiminPro] Heavy 80pt
タイトル数字 [BaskervilleBlackSSK] Italic 74.48pt
中タイトル青文字 [HiraginoSans] W7 30pt

通常テキスト [PAotoGothicStdN] Medium 18px

・size
タイトル [UDReiminPro] Heavy 40pt

通常テキスト [HiraginoSans] W3 20pt

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* セクションタイトル */

.section_ttl {
    margin: 0 0 2.7vw;
}
.section_ttl h2 {
    font-size: 4.5vw;
    font-family: "游明朝", "Yu Mincho", "ＭＳ 明朝", serif;
    font-style: italic;
    font-weight: bold;
}
.section_ttl .section_ttl_sub {
    font-family: "Noto Sans JP", sans-serif;
    color: #00adec;
    font-size: 1.85vw;
    font-weight: bold;
}
@media screen and (max-width: 880px) {
    .section_ttl{
        margin: 0;
    }
    .section_ttl h2{
        font-size: 10vw;
    }
    .section_ttl p.section_ttl_sub{
        font-size: 5vw;
    }
}

/* ナンバーテキスト */
.section_num{
    font-size: 3.5vw;
    font-weight: bold;
    font-style: italic;
    color: #d5d9db;
    text-shadow: -1px -1px 0 rgb(111, 111, 111), 1px -1px 0 rgb(111, 111, 111), -1px 1px 0 rgb(111, 111, 111), 1px 1px 0 rgb(111, 111, 111);
    position: relative;
}
@media screen and (max-width: 880px) {
    .section_num {
        font-size: 10vw;
        text-align: center;
    }
}

/* ナンバー下キャッチテキスト */
.section_catch{
    color: #00adec;
    font-size: 1.14em;
    font-weight: bold;
}
@media screen and (max-width: 880px){
    .section_catch{
        font-size: 4.5vw;
        margin-top: 2vw;
        margin-bottom: 3vw;
        text-align: center;
    }
}

/* sizeセクションタイトル */
#size .section_ttl{
    margin-top: 1.8vw;
    margin-bottom: 0;
}
#size .section_ttl h2{
    font-size: 2.2vw;
}
#size .section_ttl .section_ttl_sub{
    margin-top: 0.5vw;
}
@media screen and (max-width: 880px) {
    #size .section_ttl h2{
        font-size: 8vw;
    }
    #size .section_ttl p{
        font-size: 5vw;
    }
}


/* ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※  */
/* 以下、各セクション */
/* ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※ ※  */

/* ----------------------------
mv
---------------------------- */

.mv{
    position: relative;
}
.mv_title{
    color: #000;
    position: absolute;
    bottom: -5%;
    left: 9.5%;
    transform: translateY(-50%);
    font-size: 80%;
}
.mv_title .main{
    font-size: 3em;
    letter-spacing: -0.1em;
}
.mv_title .sub{
    letter-spacing: 0.17em;
    margin-left: 0.4vw;
}
.mv_1 .mv_title{
    font-family: "Baskervville", serif;
    color: #fff;
    font-size: 3.5vw;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 0 10px;
    letter-spacing: -0.01em;
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 9.5%;
    transform: translateY(-50%);
}
@media screen and (max-width: 880px) {
    .mv_title{
        font-size: min(17px, 2.6vw);
        bottom: 0;
        left: 3%;
    }
    .mv_title span{
        font-size: 1.3em;
    }
    .mv_title .sub{
        letter-spacing: 0;
    }
    .mv img{
        width: 100%;
        height: max(50vh, 53vw);
        object-fit: cover;
    }
    .mv_1 .mv_title{
        font-size: 7vw;
        left: 7.5vw;
        transform: translateY(-50%);
    }
}



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

#features {
    text-align: center;
    padding-top: 2.5vw;
    padding-bottom: 6.5vw;
}
.feature{
    margin-top: 3vw;
}
.feature p{
    font-size: 0.84vw;
    line-height: 2.2em;
}
@media screen and (max-width: 880px) {
    #features {
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
    .feature{
        margin-top: 7vw;
    }
    .feature p{
        font-size: 3.4vw;
    }
}

/* 2カラム */
.col2{
    display: flex;
    gap: 3%;
    margin-top: 0.6vw;
}
.col2_img{
    width: 50%;
}
.col2_about{
    width: 50%;
    text-align: left;
    margin-top: -0.3vw;
}
.col2_detail{
    display: flex;
    justify-content: space-between;
    margin-top: 0.5vw;
}
.col2_detail img{
    width: 12.3vw;
    margin-top: 0.5vw;
}
.col2_txt{
    margin-top: 0vw;
}
.col2.imgleft{
    flex-direction: row-reverse;
}
@media screen and (max-width: 880px) {
    .col2{
        flex-direction: column;
    }
    .col2.imgleft{
        flex-direction: column;
    }
    .col2_img{
        width: 100%;
        margin-top: 5vw;
        order: 2;
    }
    .col2_about{
        width: 100%;
        order: 1;
    }
    .col2_detail{
        margin-top: 5vw;
    }
    .col2_detail img{
        /* width: 40vw;
        height: 40vw; */
    }
    .col2_txt{
        font-size: 0.95em;
    }
}

/* 特殊機能繊維"RadiHeal"を使用 */
.f_theory .feature_about{
    margin-top: 0.6vw;
}
.f_theory .feature_detail{
    margin-top: 1.5vw;
}
@media screen and (max-width: 880px) {
    .f_theory .feature_about{
        margin-top: 3vw;
        line-height: 2em;
        margin-top: 3vw;
        margin-bottom: 2vw;
    }
    .f_theory .feature_detail{
        margin-top: 5vw;
    }
}

/* 全身の血行を促進し、コリやハリを改善 */
/* .f_improve{

} */

/* 「もっちり」「なめらか」肌触りの良い... */
/* .f_texture{
    
} */


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

.movie_sec{
    padding: 9vw 0 6vw;
    text-align: center;
}
.movie_wrap{
    width: fit-content;
    margin: 0 auto;
}
.movie_wrap iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
@media screen and (max-width: 880px) {
    .movie_wrap{
        margin: 17vw auto 5vw;
    }
    .movie_wrap iframe{
        width: 80vw;
    }
}

/* ----------------------------
sizeセクション
---------------------------- */
#size{
    text-align: center;
    padding-bottom: 5.5vw;
}

.size_table p{
    text-align: left;
    line-height: 2.5em;
    font-size: 1vw;
    margin: 0.5vw auto 0;
}


/* ----------------------------
style guide セクション
---------------------------- */

.style_guide_bnr{
    position: relative;
  }
  .style_guide_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .style_guide_ttl{
    font-size: 3em;
    font-family: "游明朝", "Yu Mincho", "ＭＳ 明朝", serif;
  }
  .style_guide_txt a{
    text-decoration: none;
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 0.2em;
    display: block;
    border: 1px solid #fff;
    width: 20vw;
    text-align: center;
    padding: 0.3vw;
    margin: 0.5vw auto 0;
  }
  .style_guide_txt a:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
  }
  @media screen and (max-width: 880px){
    .style_guide_ttl{
      font-size: 1.5em;
    }
    .style_guide_txt a{
      font-size: 60%;
      width: fit-content;
      padding: 0.3vw 3vw;
    }
  }


  
  .movie_flex_thumb{
    position: relative;
  }
  .youtube{
    position:relative;
    width:50%;
    height:30vw;
    margin:auto;
  }
  
  .youtube figure{
    overflow:hidden;
  }
  
  .youtube img{
    transition:all ease 0.3s;
  }
  .youtube:hover img{
    transform:scale(1.03);
  }
  .youtube:hover .play_button{
    transform:scale(0.955);
    opacity:0.6;
  }
  .youtube .play_button{
    transition:all ease 0.3s;
    display: block;
    width:4em;
    height:4em;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    border-radius:100%;
    border:2px solid #00afff;
    background-color: rgba(255,255,255,0.75);
    display: flex;
    align-items:center;
    justify-content: center;
  }
  .youtube .play_button::after{
    content:'▶';
    color:#00afff;
    font-size: 130%;
    margin-left: 5%;
    line-height:1;
  }


  .page_header.hide {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden; }

.page_header{
    transition:all ease 0.3s;
}
html,body{
    scroll-behavior: smooth;
}


					.ex_buttons{
    display: flex;
    gap: 2em;
    margin: 0 auto;
    margin-top: 3em;
						justify-content: center;
					}
					.ex_buttons a{
						display:block;
						padding:0.5em 2em;
						border-radius:0.2em;
						color:#000;
						border:1px solid #000;
						transition:all ease 0.3s;
					}
					.ex_buttons a:hover{
						border-color:#fff;
						background-color:#000;
						color:#fff;
					}
@media screen and (max-width:880px){
.ex_buttons{
	margin-top:2em;
	margin-bottom:3em;
	}
}