@charset "UTF-8";

html {font-size: 62.5%;}

* {-webkit-box-sizing: border-box;box-sizing: border-box;}

#Contents .slick-prev.slick-arrow {display: none !important;} 
#Contents .slick-next.slick-arrow {display: none !important;}
#Contents .slick-dots li.slick-active button:before {background-color: #9F8645;content: "";border-radius: 0px;}
#Contents .slick-dots li button:before {background-color: #DDD5BE;content: "";border-radius: 0px;opacity: 1 !important;}
/* #Contents .slick-dots {display: block !important;} */
#Contents video,svg ,img{width: 100%;height: auto;}
#Header,#Foot {display: block;}
#Wrap {width: 100%;overflow-x: hidden;}

/* ====================================================================
                                  ⬇︎ animation ⬇︎
==================================================================== */

#Contents .scrollFade.done {opacity: 1;transform: translate(0, 0);}
#Contents .scrollFade {opacity: 0;transform: translateY(100px);transition: all .8s;display: block;}
#Contents .fade {transition: all 3s;opacity: 0;visibility: hidden;transform: translate(0px, 0px);}
#Contents .fadein {opacity: 1;visibility: visible;transform: translate(0px, 0px);} 
/*#Contents .loadFade{animation:fadeIn ease 2s;} 
@keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1; }
}*/
#Contents .loadFade{opacity: 0;transform: translateY(100px);transition: all .8s;}
#Contents .loadFade.done{opacity: 1;transform: translate(0, 0);}
#Contents .scrollFadeBg{position: relative;}
#Contents .scrollFadeBg::before {content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 20;
}
.scrollFadeBg.done::before{width: 0 !important;}
.scrollFadeBg::before{transition: all 1s;}


#Contents .first-ttlBlock::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
#Contents .loadFade.done::after{width: 100% !important;}
#contents .loadFade::after {width: 0;transition: all .6s;}

#Contents .line-1.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .line-1.anim-typewriter.scrollShowBg.done{/*アニメーションセッティング*/
    animation: typewriter 2s steps(44) 1 normal both,
    blinkTextCursor 500ms steps(44) infinite normal;
    opacity: 1;
}

#Contents .line-2.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .line-2.anim-typewriter.scrollShowBg.done{/*アニメーションセッティング*/
    animation: typewriter 2s steps(44) 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
   animation-delay: 1s;
   opacity: 1;
}

#Contents .line-3.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    /* border-right: 2px solid rgba(255,255,255,.75); */
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .line-3.anim-typewriter.scrollShowBg.done{/*アニメーションセッティング*/
    animation: typewriter 2s steps(44) 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
   animation-delay: 1.5s;
   opacity: 1;
}

#Contents .line-4.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .line-4.anim-typewriter.scrollShowBg.done{/*アニメーションセッティング*/
    animation: typewriter 2s steps(44) 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
   animation-delay: 2s;
   opacity: 1;
}

#Contents .line-5.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .line-5.anim-typewriter.scrollShowBg.done{/*アニメーションセッティング*/
    animation: typewriter 2s steps(44) 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
   opacity: 1;
}
/*-------- meets ---------*/
#Contents .line-6.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .line-6.anim-typewriter.scrollShowBg.done{/*アニメーションセッティング*/
    animation: typewriter .5s steps(44) 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
   opacity: 1;
}

/*-------- SETP / NEXT ---------*/
#Contents .img13_Block .line-1.scrollShowBg.done ,
#Contents .img22_Block .line-1.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .img13_Block .line-1.anim-typewriter.scrollShowBg.done ,
#Contents .img22_Block .line-1.anim-typewriter.scrollShowBg.done {/*アニメーションセッティング*/
    animation: typewriter .3s steps(44) 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
   opacity: 1;
}
#Contents .img13_Block .line-2.scrollShowBg.done ,
#Contents .img22_Block .line-2.scrollShowBg.done{/*対象のテキスト*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;  
}
#Contents .img13_Block .line-2.anim-typewriter.scrollShowBg.done ,
#Contents .img22_Block .line-2.anim-typewriter.scrollShowBg.done{/*アニメーションセッティング*/
    animation: typewriter .3s steps(44) 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
   animation-delay: .5s;
   opacity: 1;
}
/*-------- SETP / NEXT ---------*/ 

#Contents .line-1 , .line-2 , .line-3 , .line-4 , .line-5 , .line-6 {
    opacity: 0;
}


  @keyframes typewriter{/*タイプライターライクなアニメーション*/
    from{width: 0;}
    to{width: 100%;}
  }

/* ====================================================================
                                  ⬆︎ animation ⬆︎
==================================================================== */


/* ====================================================================
                                  ⬇︎ for all ⬇︎
==================================================================== */
.main-container {
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
    margin-top: 8.5rem;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-feature-settings: "palt";
    color: #000000;
    line-height: 2;
}
.footer .footer-inner{margin: 0;}
.fbArea{width: 15px;}
.LINE{width: 30px;}
.hamburger{display: block;}
#Contents .relative{position: relative;} 

#Contents h2{font-family: Helvetica, sans-serif;font-weight: 400;font-style: normal;color: #000000;}
#Contents h3{font-family: adobe-garamond-pro, serif;font-weight: 600;font-style: normal;color: #000000;}
#Contents h4{font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;color: #000000;}
#Contents .lp-text{font-family: Helvetica, sans-serif;font-weight: 600;color: #FFFFFF;}


/* ====================================================================
                                  ⬆︎ for all ⬆︎
==================================================================== */



/* for pc */
@media only screen and (min-width: 600px) {

    #Contents .slick-dots li.slick-active button:before {width: 6rem;height: .6rem;}
    #Contents .slick-dots li button:before {width: 6rem;height: .6rem;}
    #Contents .slick-dots li {width: 6rem !important;height: 1rem !important;margin: 0 .5rem !important;}
    #Contents .slick-dots {left: 0rem;bottom: -3.5rem !important;text-align: center;}
    #Contents .slick-dotted.slick-slider{margin-bottom: 5rem;}
  
    .main-area::after {margin: 0 auto !important;}
    .spOnly{display: none !important;}
    .pcOnly{display: inline-block;}

    #Contents {
        width: 100%;
         /* background-image: url(../img/page_pc.jpg); */
         /* background-image: url(../img/page_pc2.jpg); */
        background-size: 1280px;
        background-repeat: no-repeat;
        background-position-x: center;
           background-position-y: 82px;
        /* background-position-y: 13445px; */
    } 
    .main-container {
        width: 100%;
        max-width: 128rem;
        margin: 0 auto;
        margin-top: -2.4rem;
        font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
        font-feature-settings: "palt";
        line-height: 2;
        /* opacity: 0.6; */
    }

  
    #Contents h2{
        font-size: 6rem;
        line-height: 1;
        letter-spacing: 0.04em;
    }
    
    #Contents h3{
        font-size: 3.6rem;
        line-height: 1.05;
        letter-spacing: 0.035em;

    }
    
    #Contents h4{
        font-size: 2rem;
        line-height: 2.5;
        letter-spacing: 0.05em;
    }

    #Contents .lp-text{
        font-size: 3rem;
        letter-spacing: 0.04em;
        line-height: 1.5;
    }

    #Contents .contentsCredit{
        font-family: Helvetica, sans-serif;
        font-size: 1.2rem;
        line-height: 1.81;
        letter-spacing: 0.05em;
        margin-top: 1rem;
    }

    #Contents .flexItem{display: flex;width: 100%;margin: auto;justify-content:center;flex-wrap: wrap;}
    #Contents .row-reverse{flex-flow: row-reverse;}    

    #Contents .slick-slide .spOnly{
        display: none;
    }
/* ====================================================================
                                  firstView
==================================================================== */


#Contents .firstview-img{
    width: 100%;
    margin: auto;
}
#Contents .firstVideo{
    width: 100%;
    margin: auto;
}
#Contents .firstview .contentsCredit{
    margin-left: 91.4rem;
}
#Contents .firstview .postion{
    padding-left: .8rem;
}
#Contents .firstview-inner{
    margin-top: -.6rem;
}

/* ====================================================================
                                  img01_Block
==================================================================== */

#Contents .img01_Block{ 
    width: 43.4rem;
    margin-top: 13.8rem;
    margin-left: auto;
    margin-right: auto;
} 

/* ====================================================================
                                  img02_Block
==================================================================== */

#Contents .img02Area{
    margin-top: 11rem;
}
#Contents .img02_Block{ 
    width: 39.6rem;
    margin-left: .6rem;
    text-align: right;
}
#Contents .img02_colorArea{
    width: 39.6rem;
    height: 54.8rem;
    background-color: #F1A12E;
    overflow-x: hidden;
}
#Contents .img02_colorArea .line-1{
    position: absolute;
    top: 20rem;
    left: 13.2rem;
    z-index: 99;
}
#Contents .img02_colorArea .line-2{
    position: absolute;
    top: 20rem;
    left: 13.2rem;
    z-index: 99;
}
#Contents .img02_colorArea .line-3{
    position: absolute;
    top: 20rem;
    left: 13.2rem;
    z-index: 99;
}
#Contents .img02_colorArea .line-4{
    position: absolute;
    top: 20rem;
    left: 13.2rem;
    z-index: 99;
}


/* ====================================================================
                                  img04_Block
==================================================================== */

#Contents .img04_Block{ 
    width: 43.3rem;
    margin-top: 9.8rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

/* ====================================================================
                                  videoArea_yoga
==================================================================== */

#Contents .videoArea_yoga{ 
    width: 100%;
    margin-top: 18.4rem;
}

/* ====================================================================
                                  img05_Block
==================================================================== */

#Contents .img05_Block{ 
    width: 100%;
    margin-top: -.6rem;
    margin-left: auto;
    margin-right: auto;
}
#Contents .img05_Block .contentsCredit{
    margin-left: 90.6rem;
}
#Contents .img05_Block .postion{
    padding-left: .2rem;
}

/* ====================================================================
                                  img06_Block
==================================================================== */

#Contents .img06Area{
    margin-top: 15.6rem;
}
#Contents .img06_Block{ 
    width: 39.4rem;
    margin-right: 1rem;
}
#Contents .img06_colorArea{
    width: 39.4rem;
    height: 55rem;
    background-color: #F1A12E;
}
#Contents .img06_colorArea .animation01{
    position: absolute;
    top: 16rem;
    right: 4rem;
    width: 30.8rem;
    transform: rotate(-100deg);
    transform-origin: right top;
}
#Contents .img06_colorArea .animation01.scrollShowBg.done{
    transform: rotate(0deg);
    transition: all 1s;
}


/* ====================================================================
                                  img07_Block
==================================================================== */

#Contents .img07_Block{ 
    width: 43.4rem;
    margin-top: 18.4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
#Contents .img07_Block .postion{
    padding-right: .2rem;
}

/* ====================================================================
                                  img08_Block
==================================================================== */

#Contents .img08Area{
    margin-top: 15.6rem;
}
#Contents .img08_Block{ 
    width: 39.5rem;
    margin-left: 1rem;
    text-align: right;
}
#Contents .img08_colorArea{
    width: 39.4rem;
    height: 54.8rem;
    background-color: #F1A12E;
}
#Contents .img08Area .animation02{
    position: absolute;
    left: -1.6rem;
    bottom: -1.3rem;
    width: 31.7rem;

}

/* ====================================================================
                                  img09_Block
==================================================================== */

#Contents .img09_Block{ 
    width: 44rem;
    margin-top: 16.2rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

/* ====================================================================
                                  img10_Block
==================================================================== */

#Contents .img10_Block{ 
    width: 30rem;
    margin-top: 11.6rem;
    margin-right: auto;
    margin-left: auto;
}

/* ====================================================================
                                  img11_Block  mg12_Block
==================================================================== */

#Contents .img11_All{ 
    width: 80rem;
    margin-top: 18.8rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
#Contents .img11_Block{ 
    width: 40rem;
}
#Contents .img12_Block{ 
    width: 40rem;
}
#Contents .img11Area .img11_Block .nike{
    position: absolute;
    font-size: 8.12rem;
    color: #FFFFFF;
    width: 22rem;
    top: 15.6rem;
    left: 8.6rem;
    line-height: 1.488;
    z-index: 99;
}
#Contents .img11Area .img11_Block .meet{
    font-size: 3.386rem;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    line-height: 1.152;
    font-weight: 400;
}
#Contents .img11Area .img11_Block .linePostion.__01{
    position: absolute;
    top: 26rem;
    left: 15rem;
    z-index: 99;
}
#Contents .img11Area .img11_Block .emmi{
    position: absolute;
    font-size: 8.5rem;
    padding-left: -5.2rem;
    color: #FFFFFF;
    line-height: 1.488;
    top: 27.4rem;
    left: 8.6rem;
    z-index: 99;
}
#Contents .img11_All .postion{
    padding-right: .4rem;
}

/* ====================================================================
                                  img13_Block
==================================================================== */

#Contents .img13_Block{ 
    width: 100%;
    margin-top: 11.6rem;
    margin-right: auto;
    margin-left: auto;
}
#Contents .img13_Block .lp-text{
    color: #23392E;
    font-size: 10.884rem;
    line-height: 0.917;
    letter-spacing: 0.08em;
}
#Contents .img13_Block .linePostion.__01{
    position: absolute;
    top: 12.6rem;
    left: 56.4rem;
    z-index: 99;
}
#Contents .img13_Block .linePostion.__02{
    position: absolute;
    top: 22.4rem;
    left: 56.4rem;
    z-index: 99;
}
#Contents .img13_Block ul{
    display: flex;
    justify-content: center;
}
#Contents .img13_Block ul li{
    width: 42.6666rem;
}

/* ====================================================================
                                  img15_Block
==================================================================== */

#Contents .img15_Block{ 
    width: 43.2rem;
    margin-top: 18.6rem;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

/* ====================================================================
                                  img16_Block
==================================================================== */

#Contents .img16_Block{ 
    width: 30.1rem;
    margin-top: 9rem;
    margin-right: auto;
    margin-left: auto;
}

/* ====================================================================
                                  img17_Block  img18_Block
==================================================================== */

#Contents .img17_All{ 
    width: 80rem;
    margin-top: 14.8rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
#Contents .img17_Block{ 
    width: 39.5rem;
}
#Contents .img18_Block{ 
    width: 39.78rem;
    margin-left: .6rem;
}

/* ====================================================================
                                  img19_Block
==================================================================== */

#Contents .img19_Block{ 
    width: 48.4rem;
    margin-top: 11.6rem;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

/* ====================================================================
                                  videoArea_fashion
==================================================================== */

#Contents .videoArea_fashion{ 
    width: 100%;
    margin-top: 18.4rem;
    margin-left: auto;
    margin-right: auto;
}

/* ====================================================================
                                  img20_Block  img21_Block
==================================================================== */

#Contents .img20_All{ 
    width: 80rem;
    margin-top: 15.4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
#Contents .img20_Block{ 
    width: 40rem;
}
#Contents .img21_Block{ 
    width: 40rem;
}
#Contents .img20_All .postion{
    padding-right: .2rem;
}

/* ====================================================================
                                  img22_Block
==================================================================== */

#Contents .img22_Block{ 
    width: 100%;
    margin-top: 10rem;
    margin-right: auto;
    margin-left: auto;
}
#Contents .img22_Block .lp-text{
    color: #FFFFFF;
    font-size: 10.884rem;
    line-height: 0.917;
    letter-spacing: 0.08em;
}
#Contents .img22_Block .linePostion.__01{
    position: absolute;
    top: 12rem;
    left: 56.4rem;
    z-index: 99;
}
#Contents .img22_Block .linePostion.__02{
    position: absolute;
    top: 22rem;
    left: 56.8rem;
    z-index: 99;
}
#Contents .img22_Block ul{
    display: flex;
    justify-content: center;
}
#Contents .img22_Block ul li{
    width: 42.6666rem;
}

/* ====================================================================
                                  img25_Block
==================================================================== */

#Contents .img25_Block{ 
    width: 43.3rem;
    margin-top: 21.4rem;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}
#Contents .img25_Block .postion{
    padding-right: .2rem;
}

/* ====================================================================
                                  img26_Block  img27_Block
==================================================================== */

#Contents .img26_All{ 
    margin-top: 18rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
#Contents .img26_Block{ 
    width: 39rem;
    margin-right: .8rem;
}
#Contents .img27_Block{ 
    width: 39.8rem;
}

/* ====================================================================
                                  img28_Block
==================================================================== */

#Contents .img28_Block{ 
    width: 79.7rem;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}
#Contents .img28_Block .contentsCredit{ 
    margin-top: 2rem;
}
#Contents .img28_Block .postion{
    padding-right: .2rem;
}

/* ====================================================================
                                  img29_Block  img30_Block
==================================================================== */

#Contents .img29_All{ 
    margin-top: 16.8rem;
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
#Contents .img29_All .contentsCredit{ 
    margin-top: 2rem;
}
#Contents .img29_Block{ 
    width: 39.6rem;
    margin-right: .6rem;
}
#Contents .img30_Block{ 
    width: 39.6rem;
}
#Contents .img29_All .postion:nth-of-type(1) {
    padding-right: .6rem;
}
#Contents .img29_All .postion:nth-of-type(2) {
    padding-right: .4rem;
}

/* ====================================================================
                                  img28_Block
==================================================================== */

#Contents .img31_Block{ 
    width: 43.3rem;
    margin-top: 24.4rem;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}


/* ====================================================================
                                  staffText
==================================================================== */

 #Contents .staffText {
    margin-top: 26rem;
    margin-bottom: 10rem;
}
#Contents .staffText p {
    font-family: Helvetica, sans-serif;font-weight: 400;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.268;
}
#Contents .staffText p:nth-of-type(n+2) {
    padding-top: 2.4rem;
}

/* ====================================================================
                                  iconArea
==================================================================== */

#Contents .iconArea{
    width: 29rem;
    margin-left: auto;
    margin-right: auto;
}
#Contents .icon{
    width: 4.8rem;
}
#Contents .icon:nth-of-type(2){
    margin: 0 4rem;
}

/* ====================================================================
                                  animation03
==================================================================== */

#Contents .animation03{
    margin-top: 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12rem;
}
#Contents .animation03 img{
    height: 72rem;
}

}



/* for tablet */

@media screen and (max-width: 1200px) and (min-width: 561px) {
  html {font-size: calc(10* (100vw / 1280)) !important;}
}

/* for tablet */
/* @media only screen and (min-width: 768px) and (max-width: 1279px) {
  
  
}




/* =============================================================================================================
================================================================================================================
                                  ⬇︎ SP ⬇︎
================================================================================================================
================================================================================================================*/

@media only screen and (max-width: 561px) {

#Contents {
    /* background-image: url(../img/page_sp.jpg); */
     /* background-image: url(../img/page_sp2.jpg); */
    /* background-image: url(../img/page_sp3.jpg); */
    background-size: 375px;
    background-repeat: no-repeat;
    background-position: center 0;
    /* background-position-y: 188px; */
    /* background-position-y: 8102px; */
     background-position-y: 15604px; 
  
  }

  
.main-container {
    width: 100%;
    /* max-width: 120rem; */
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: calc(1 *(100vw/750));
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-feature-settings: "palt";
    line-height: 2;
    /* opacity: 0.6; */
    /* overflow: hidden; */
    }
   
    .spOnly{display: inline-block;}
    .pcOnly{display: none;}
  
    #Contents .slick-dots li.slick-active button:before {width: calc(100*(100vw/750));height: calc(10*(100vw/750));}
    #Contents .slick-dots li button:before {width: calc(100*(100vw/750));height: calc(10*(100vw/750));}
    #Contents .slick-dots li {width: calc(97*(100vw/750)) !important;height: calc(12*(100vw/750)) !important;margin: 0 calc(9*(100vw/750)) !important;}
    #Contents .slick-dots {left: calc(-2*(100vw/750)) !important;bottom: calc(-42*(100vw/750)) !important;;text-align: center;}
    #Contents .slick-dotted.slick-slider{margin-bottom: 0;}
    #Contents .slick-dots li button {width: 0 !important;height: 0 !important;padding: 0 !important;}
  
    .main-area::after {
        margin: 0 auto !important;
    }
  
    #Contents h2{
        font-size: calc(85*(100vw/750));
        line-height: 1;
        letter-spacing: 0.02em;
    }
    
    #Contents h3{
        font-size: calc(60*(100vw/750));
        line-height: 0.63;
        letter-spacing: 0.035em;
    }
    
    #Contents h4{
        font-size: calc(36*(100vw/750));
        line-height: 2.08;
        letter-spacing: 0.05em;
        margin-top: 0;
    }

    #Contents .lp-text{
        font-size: calc(40.88*(100vw/750));
        letter-spacing: 0.04em;
        line-height: 1.488;
    }

    #Contents .contentsCredit{
        font-family: Helvetica, sans-serif;
        font-size: calc(18*(100vw/750));
        line-height: 1.379;
        letter-spacing: 0.05em;
        margin-top: calc(20*(100vw/750));
    }

    #Contents .flexItem{
        display: block;
        width: 100%;
        margin: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #Contents .block1{
        position: relative;
    }    

/* ====================================================================
                                  firstView
==================================================================== */


#Contents .firstview-img{
    width: 100%;
    margin: auto;
}
#Contents .firstVideo{
    width: 100%;
    margin: auto;
    text-align: center;
}
#Contents .firstview .contentsCredit{
    margin-left: calc(40*(100vw/750));
}


/* ====================================================================
                                  img01_Block
==================================================================== */

#Contents .img01_Block{ 
    width: 100%;
    margin-top: calc(115*(100vw/750));
    margin-left: auto;
    margin-right: auto;
} 
#Contents .img01_Block .contentsCredit{
    margin-left: calc(40*(100vw/750));
}

/* ====================================================================
                                  img02_Block
==================================================================== */

#Contents .img02Area.flexItem {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(130*(100vw/750));
}
#Contents .img02Area.contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .img02Area{
    margin-top: 11rem;
}
#Contents .img02_Block{ 
    width: calc(375*(100vw/750));
    text-align: right;
}
#Contents .img02_colorArea{
    width: calc(375*(100vw/750));
    height: calc(519*(100vw/750));
    background-color: #F1A12E;
    overflow-x: hidden;
}
#Contents .img02_colorArea .line-1{
    position: absolute;
    top: calc(136*(100vw/750));
    left: calc(100*(100vw/750));
    z-index: 99;
}
#Contents .img02_colorArea .line-2{
    position: absolute;
    top: calc(136*(100vw/750));
    left: calc(100*(100vw/750));
    z-index: 99;
}
#Contents .img02_colorArea .line-3{
    position: absolute;
    top: calc(136*(100vw/750));
    left: calc(100*(100vw/750));
    z-index: 99;
}
#Contents .img02_colorArea .line-4{
    position: absolute;
    top: calc(136*(100vw/750));
    left: calc(100*(100vw/750));
    z-index: 99;
}


/* ====================================================================
                                  img04_Block
==================================================================== */

#Contents .img04_Block{ 
    width: 100%;
    margin-top: calc(130*(100vw/750));
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#Contents .img04_Block .contentsCredit{
    margin-left: calc(40*(100vw/750));
}
#Contents .img04_Block .postion{
    padding-left: calc(1*(10*(100vw/750)));
}

/* ====================================================================
                                  videoArea_yoga
==================================================================== */

#Contents .videoArea_yoga{ 
    width: 100%;
    margin-top: calc(176*(100vw/750));
    margin-left: auto;
    margin-right: auto;
}

/* ====================================================================
                                  img05_Block
==================================================================== */

#Contents .img05_Block{ 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#Contents .img05_Block .contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}

/* ====================================================================
                                  img06_Block
==================================================================== */

#Contents .img06Area{
    margin-top: calc(226*(100vw/750));
}
#Contents .img06_Block{ 
    width: calc(446.25*(100vw/750));
    margin: auto;
}
#Contents .img06_colorArea{
    width: 39.4rem;
    height: 54.8rem;
    background-color: #F1A12E;
}


/* ====================================================================
                                  img07_Block
==================================================================== */

#Contents .img07_Block{ 
    width: 100%;
    margin-top: calc(204*(100vw/750));
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#Contents .img07_Block .contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}

/* ====================================================================
                                  img08_Block
==================================================================== */

#Contents .img08Area.flexItem {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(170*(100vw/750));
}
#Contents .img08Area.contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .img08_Block{ 
    width: calc(375*(100vw/750));
    text-align: left;
}
#Contents .img08_colorArea{
    width: calc(375*(100vw/750));
    height: calc(519*(100vw/750));
    background-color: #F1A12E;
}
#Contents .img08Area .animation02{
    position: absolute;
    width: calc(320*(100vw/750));
    bottom: calc(-14*(100vw/750));
    left: calc(-20*(100vw/750));
}

/* ====================================================================
                                  img09_Block
==================================================================== */

#Contents .img09_Block{ 
    width: 100%;
    margin-top: calc(260*(100vw/750));
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
#Contents .img09_Block .contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}

/* ====================================================================
                                  img10_Block
==================================================================== */

#Contents .img10_Block{ 
    width: calc(563*(100vw/750));
    margin-top: calc(294*(100vw/750));
    margin-right: auto;
    margin-left: auto;
}

/* ====================================================================
                                  img11_Block  mg12_Block
==================================================================== */

#Contents .img11_All{ 
    width: 100%;
    margin-top: calc(376*(100vw/750));
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#Contents .img11_All .contentsCredit{
    margin-top: calc(20*(100vw/750));
    margin-left: calc(40*(100vw/750));
}

#Contents .img11Area .img11_Block .nike{
    position: absolute;
    font-size: calc(178*(100vw/750));
    letter-spacing: 0.09em;
    color: #FFFFFF;
    top: calc(343*(100vw/750));
    left: calc(134*(100vw/750));
    line-height: 1.488;
    z-index: 99;
}
#Contents .img11Area .img11_Block .meet{
    font-size: calc(75*(100vw/750));
    letter-spacing: 0.04em;
    color: #FFFFFF;
    line-height: 1.152;
    font-weight: 400;
    opacity: 0;
}
#Contents .img11Area .img11_Block .linePostion.__01{
    position: absolute;
    top: calc(580*(100vw/750));
    left: calc(262*(100vw/750));
    z-index: 99;
}
#Contents .img11Area .img11_Block .emmi{
    position: absolute;
    font-size: calc(188*(100vw/750));
    letter-spacing: 0.08em;
    color: #FFFFFF;
    line-height: 1.488;
    top: calc(602*(100vw/750));
    left: calc(108*(100vw/750));
    z-index: 99;
}

/* ====================================================================
                                  img13_Block
==================================================================== */

#Contents .img13_Block{ 
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#Contents .img13_Block .lp-text{
    color: #23392E;
    font-size: calc(98.8*(100vw/750));
    line-height: 0.917;
    letter-spacing: 0.08em;
}
#Contents .img13_Block .linePostion.__01{
    position: absolute;
    top: calc(46*(100vw/750));
    left: calc(306*(100vw/750));
    z-index: 99;
}
#Contents .img13_Block .linePostion.__02{
    position: absolute;
    top: calc(136*(100vw/750));
    left: calc(306*(100vw/750));
    z-index: 99;
}
#Contents .img13_Block ul{
    display: flex;
    justify-content: center;
}
#Contents .img13_Block ul li{
    width: calc(250*(100vw/750));
}

/* ====================================================================
                                  img15_Block
==================================================================== */

#Contents .img15_Block{ 
    width: 100%;
    margin-top: calc(132*(100vw/750));
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
#Contents .img15_Block .contentsCredit{
    margin-top: calc(20*(100vw/750));
    margin-left: calc(40*(100vw/750));
}

/* ====================================================================
                                  img16_Block
==================================================================== */

#Contents .img16_Block{ 
    width: calc(376*(100vw/750));
    margin-top: calc(236*(100vw/750));
    margin-right: auto;
    margin-left: auto;
}

/* ====================================================================
                                  img17_Block  img18_Block
==================================================================== */

#Contents .img17Area.flexItem {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(192*(100vw/750));
}
#Contents .img17_All .contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .img17_Block{ 
    width: calc(375*(100vw/750));
}
#Contents .img18_Block{ 
    width: calc(375*(100vw/750));
}

/* ====================================================================
                                  img19_Block
==================================================================== */

#Contents .img19_Block{ 
    width: 100%;
    margin-top: calc(116*(100vw/750));
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
#Contents .img19_Block .contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}

/* ====================================================================
                                  videoArea_fashion
==================================================================== */

#Contents .videoArea_fashion{ 
    width: 100%;
    margin-top: calc(246*(100vw/750));
    margin-left: auto;
    margin-right: auto;
}

/* ====================================================================
                                  img20_Block  img21_Block
==================================================================== */

#Contents .img20_All{ 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#Contents .img20_All .contentsCredit{
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .img20_All .postion{
    padding-left: calc(1*(10*(100vw/750)));
}


/* ====================================================================
                                  img22_Block
==================================================================== */

#Contents .img22_Block{ 
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#Contents .img22_Block .lp-text{
    color: #FFFFFF;
    font-size: calc(102.6*(100vw/750));
    line-height: 0.917;
    letter-spacing: 0.08em;
}
#Contents .img22_Block .linePostion.__01{
    position: absolute;
    top: calc(40*(100vw/750));
    left: calc(298*(100vw/750));
    z-index: 99;
}
#Contents .img22_Block .linePostion.__02{
    position: absolute;
    top: calc(132*(100vw/750));
    left: calc(306*(100vw/750));
    z-index: 99;
}
#Contents .img22_Block ul{
    display: flex;
    justify-content: center;
}
#Contents .img22_Block ul li{
    width: calc(250*(100vw/750));
}

/* ====================================================================
                                  img25_Block
==================================================================== */

#Contents .img25_Block{ 
    width: calc(563*(100vw/750));
    margin-top: calc(104*(100vw/750));
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

/* ====================================================================
                                  img26_Block  img27_Block
==================================================================== */

#Contents .img26Area.flexItem {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(180*(100vw/750));
}
#Contents .img26_Block{ 
    width: calc(375*(100vw/750));
}
#Contents .img27_Block{ 
    width: calc(375*(100vw/750));
}

/* ====================================================================
                                  img28_Block
==================================================================== */

#Contents .img28_Block{ 
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
#Contents .img28_Block .contentsCredit{ 
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .img28_Block .postion{
    padding-left: calc(1*(10*(100vw/750)));
}

/* ====================================================================
                                  img29_Block  img30_Block
==================================================================== */

#Contents .img29_All{ 
    margin-top: calc(314*(100vw/750));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#Contents .img29_All .contentsCredit{ 
    margin-top: calc(16*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .img29_All .postion {
    padding-left: calc(8*(100vw/750));
}


/* ====================================================================
                                  img28_Block
==================================================================== */

#Contents .img31_Block{ 
    width: calc(564*(100vw/750));
    margin-top: calc(178*(100vw/750));
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}


/* ====================================================================
                                  staffText
==================================================================== */

 #Contents .staffText {
    margin-top: calc(240*(100vw/750));
    margin-bottom: calc(156*(100vw/750));
}
#Contents .staffText p {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: calc(18*(100vw/750));
    line-height: 1.379;
}
#Contents .staffText p:nth-of-type(n+2) {
    padding-top: calc(22*(100vw/750));
}

/* ====================================================================
                                  iconArea
==================================================================== */

#Contents .iconArea .flexItem{
    display: flex;
    justify-content: center;
    margin: auto;
}
#Contents .icon{
    width: calc(40*(100vw/750));
}
#Contents .icon:nth-of-type(2){
    margin: 0 calc(38*(100vw/750));
}

/* ====================================================================
                                  animation03
==================================================================== */

#Contents .animation03{
    width: calc(700*(100vw/750));
    margin-top: calc(-194*(100vw/750));
    margin-left: auto;
    margin-right: auto;
}

#Contents .animation03 img{
    height: calc(1239*(100vw/750));
}

}
