@charset "UTF-8";
body,
input,
textarea,
select,
button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}
* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}
html {
    background-color: #fff;
    margin: auto;
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
}
img{
    width: 100%;
}

a{
    text-decoration: none;
    color: #000;
    position: relative;
    word-wrap:break-word;
}
a:after{
    background: #F7EE13;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a:hover:after{
    opacity: 1;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-name: hover;
}
@keyframes hover {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.tmblr-iframe--unified-controls,
.app-cta-button,
.tmblr-iframe--app-cta-button.tmblr-iframe--loaded,
.iframe-controls-container.iframe-controls-container--yoshidayoheigroup,
.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop,
.iframe-controls-container.iframe-controls-container--logged-in,
.tmblr-iframe--controls.iframe-controls--phone-mobile, .tmblr-iframe--mobile-logged-in-controls.iframe-controls--phone-mobile{
    display: none !important;
}
.tmblr-iframe-pushdown,
.tmblr-iframe--controls-phone-container{
    padding-top: 0 !important;
}


/*-----------------
    typography 
-----------------*/
body{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: calc(10px + 0.2vw)!important;
    line-height: 1.65em;
}
h1{

}
h2{

}
h3{
    line-height: 1.4em;
    vertical-align: top;
}
p{
    
}

/*-----------------
    LAYOUT 
-----------------*/
.sp{
    display: none !important;
}
.row{        
    display:-ms-flexbox;
    display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
    display: flex;
    -moz-box-orient:horizontal;
    -webkit-box-orient:horizontal;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-align: start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-box-pack:justify;
    -ms-box-pack:justify;
    box-pack:justify;
    flex-pack:justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.col{        
    display:-ms-flexbox;
    display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
    display: flex;
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-align: start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-box-pack:justify;
    -ms-box-pack:justify;
    box-pack:justify;
    flex-pack:justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
figure.tmblr-embed,
.youtube{
    position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    /* height: 0; */
    overflow: hidden;
}
figure.tmblr-embed iframe,
.youtube iframe,
.youtube img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube .movieOv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    background: rgba(106,106,106,0.5);
}
.youtube svg{
    fill: #fff;
    width: 56px;
}
.youtube .movieOv h2{
    color: #fff;
    font-size: 160%;
    margin-top: 16px;
}


/*-----------------
    HEADER 
-----------------*/
header{
    position: absolute;
    width: 100%;
    font-weight: bold;
}
header h1{
    width: 10vw;
    height: 50px;
    max-width: 156px;
    z-index: 1;
}
header a{
    z-index: 999;
}
header .header_inner{
    margin: 4vh 4vw 0;
}
nav{
    width: 32%;
    font-size: 125%;
    letter-spacing: .1em;
}
nav ul li a{
    color: #fff;
    position: relative;
    padding: 4px;
    z-index: 0;
}

.spNav{
    width: 50%;
    height: 100vh;
    position: absolute;
    top: -100vh;
    background: #F7EE13;
    z-index: 1;
    left: 50%;
}
span.ov{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    background: rgba(0,0,0,.7);
    transition: all 0.6s;
    z-index: -1;
}
.spNav ul li a{
    color: #000;
}
.spNav ul li a:after{
    background: #fff;
}
.spNav_inner{
    width: 100%;
    height: 100vh;
    text-align: center;
    position: absolute;
}
.spNav .spNav_inner{
     justify-content: center; 
     align-items: center; 
}
.spNav ul li{
    margin-bottom: 2em;
}
#index nav.indexNav span{
    margin-top: 32px;
}
#index nav.indexNav{
    /*z-index: 0*/
}
.spNavOpen{
    cursor: pointer;
    position: fixed;
    width: 30px;
    height: 24px;
    top: 32px;
    right: 40px;
}
.spNavOpen, 
.spNavOpen span {
    transition: all .4s;
    box-sizing: border-box;
    z-index: 2;
}
.spNavOpen span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.spNavOpen span:nth-of-type(1) {
    top: 0;
}
.spNavOpen span:nth-of-type(2) {
    top: 11px;
}
.spNavOpen span:nth-of-type(3) {
    bottom: 0;
}
.spNavOpen.active span:nth-of-type(1) {
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
}
.spNavOpen.active span:nth-of-type(2) {
    opacity: 0;
}
.spNavOpen.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
}
.spNavClose{
    cursor: pointer;
    display: none;
    position: fixed;
    width: 30px;
    height: 24px;
    top: 32px;
    right: 40px;
    z-index: 999;
}


/*-----------------
    COMMON 
-----------------*/
.bg_white{
    background: #fff;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    /* align-content: flex-end; */
}
.bg_white p{
    color: #000;
    font-size: 240%;
    line-height: 1.8em;
    letter-spacing: 0.09em;
    position: absolute;
    overflow: hidden;
    top: 30%;
    left: 4%;
    z-index: 999;
}
.bg_white p span{
    display: block;
    font-size: 64%;
    margin-top: 32px;
    letter-spacing: .1em;
}
.bg_color{
    background: #F7EE13;
    left: 0%;
    width: 50%;
    height: 100%;
    z-index: 1;
    position: absolute;

}
.verticalHead{
    position: fixed;
    z-index: 1;
}
.verticalHead h2{
    transform: rotate(90deg);
    transform-origin: left bottom;
    display: inline-block;
    font-size: 350%;
    letter-spacing: .2em;
    line-height: 1em;
    position: relative;
    top: -1em;
    color: #000;
    z-index: 1;
}
.container{
    min-width: 960px;
    /* align-items: flex-start; */
    height: 100vh;
}
.wrapper{height: 100vh;}
.block{
    width: 50%;
    height: 100vh;
    overflow-y: hidden;
}
.left{
    background: #fff;
    color: #0D4A79;
}
.left a{
    text-decoration: underline;
    z-index: 0;
    /* width: 100%; */
}
#news .left a,
#live .left a {
    display: block;
}
.right{
    background: #9cced3;
    color: #333;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.right a{
    color: #d25d54;
    text-decoration: underline;
    padding: 2px;
    z-index: 0;
}
.right a:after{
    background: #fff;
}
.block_inner{
    margin: 0 auto;
    width: 84%;
    height: 100vh;
    overflow: scroll;
    max-width: 800px;
    padding: 136px 0 64px;
    box-sizing: border-box;
    -ms-overflow-style: none;
    /*overflow: -moz-scrollbars-none;*/
}
.right .block_inner{
}
.block_inner::-webkit-scrollbar{
    display:none;
}
.articleHeads_wrapper{
    width: 60%;
    margin: 0 auto;
}



/*-----------------
     DISC 
-----------------*/
.discLists h3{
    margin-bottom: 16px;
}
.discLists li{
    margin-bottom: 56px;
}
.tracks{
    margin-bottom: 24px;
}
.tracks li{
    margin-bottom: 8px;
}
#disc .youtube{
    margin-bottom: 16px;
}


/*-----------------
     INDEX 
-----------------*/
#index{
    height: 100vh;
    overflow: hidden;
}
.indeximg{
    width: 80%;
    max-width: 880px;
    height: auto;
    overflow: hidden;
}
#index .right{
    justify-content: center;
}
#index .left{justify-content: flex-end;}
nav.indexNav{
    width: 100%;
    padding: 0 4vw 6vw;
    z-index: 1;
}
nav.indexNav ul{
    align-items: flex-start;
    justify-content: flex-start;
}
nav.indexNav ul li{
    margin-bottom: 16px;
}
nav ul li{
    font-size: 100%;
    font-weight: bold;
    letter-spacing: .2em;
}
#index nav ul li a{
    color: #000;
    text-decoration: none;
}
#index nav span{
    font-size: 130%;
    margin-top: 48px;
    display: block;
}


/*-----------------
    ABOUT
-----------------*/
.profileImg{
    margin-top: 14vh;
}
.profileTxt>*{
    margin-bottom: 40px;
}
.profileTxt h3{
    font-size: 250%;
    display: inline-block;
}
.profileTxt h3 span.ruby{
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 8px;
}
.profileTxt ul{
    font-size: 110%;
    line-height: 1.8em;
}
.sns a{
    margin-left: 8px;
}


/*-----------------
    ARTICLE 
-----------------*/
.articleHeads h3{
    font-size: 140%;
    margin-bottom: 32px;
}
article{
    width: 80%;
    margin: 0 auto 56px;
}
article:after{
    content: "";
    height: 2px;
    width: 200px;
    display: block;
    margin-top: 56px;
    background-color: #2C0C57;
}
article h3{
    font-size: 140%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
article h3:after{
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(-101%, 0, 0);
    transition: transform .4s ease-out;
}
article p{
    margin-bottom: 16px;
}
article h3.lined:after{
    transform: translate3d(0, 0, 0);
}

/*-----------------
    LIVE 
-----------------*/
.tourHead{
    margin-bottom: 56px;
}
.tourHead h3{
    font-size: 260%;
    letter-spacing: .16em;
    margin-bottom: 24px;
}
.liveArticle_container{
    height: 200%;
}
#live .goarchive svg{
    margin-right: 4px;
}



/*-----------------
     DISC 
-----------------*/
.discLists a{
    text-decoration: none;
}
.discLists h3{
    font-size: 190%;
    display: block;
    margin-bottom: 4px;
}
.discLists h3 span{
    font-size: 12px;
    margin-left: 16px;
    vertical-align: bottom;
}

#disc article h3{
    font-size: 190%;
}


/*-----------------
    MOVIE 
-----------------*/
#movie .block{
    -webkit-transition: width 0.8s ease-in;
    -moz-transition: width 0.8s ease-in;
    -o-transition: width 0.8s ease-in;    
}
#movie .articleHeads_wrapper{
    width: 80%;
    margin-left: 20%;
}
.moviePlayL{
    width: 36%;
}
.moviePlayR{
    width: 64%;
}
#movie .articleBody{
    justify-content: center;
}
#movie article{
    width: 90%;
    cursor: pointer;
}

#movie article:after{
    display: none;
}
#movie article h3,
#movie article p{
    margin-bottom: 0;
    font-size: 110%;
}
#movie .right .block_inner{
    width: 86%;
    padding: 0;
    max-width: 2000px;
    position: relative;
}
.mov_wrapper{
    position: absolute;
    top: -56%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 0;
}
#movie .right h3{
    font-size: 150%;
    margin-bottom: 24px;
}

#news .articleHeads h3{
    font-size: 120%;
}
#news time{
    font-weight: normal;
    font-size: 100%;
    display: block;
}
#news .articleBody h3:after{
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#news .articleBody time{
    padding: 24px 0 24px;
    text-align: right;
    border-top: 1px solid #000;
}
#news article:after{
    display: none;
}


/*-----------------
    MEDIA QUERIES 
-----------------*/
@media screen and (min-width: 1500px){
    .block_inner{
        padding-top: 156px;
    }
    .spNavOpen.active span:nth-of-type(1){
        -webkit-transform: translateY(18px) rotate(-45deg);
        transform: translateY(10.5px) rotate(-45deg);
    }
}

@media screen and (max-width: 960px){
    body{
        font-size: calc(11px + 0.2vw)!important;
    }
    .wrapper,
    .container{
        height: auto;
    }
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    .sprow{        
        display:-ms-flexbox;
        display:-webkit-box;
        display:-moz-box;
        display:box;
        display:-webkit-flex;
        display: flex;
        -moz-box-orient:horizontal;
        -webkit-box-orient:horizontal;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-align: start;
        -webkit-flex-direction: row;
        flex-direction: row;
        -moz-box-pack:justify;
        -ms-box-pack:justify;
        box-pack:justify;
        flex-pack:justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .spcol{        
        display:-ms-flexbox;
        display:-webkit-box;
        display:-moz-box;
        display:box;
        display:-webkit-flex;
        display: flex;
        -moz-box-orient:vertical;
        -webkit-box-orient:vertical;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-align: start;
        -webkit-flex-direction: column;
        flex-direction: column;
        -moz-box-pack:justify;
        -ms-box-pack:justify;
        box-pack:justify;
        flex-pack:justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    /* loader */
    .bg_sp{
        background: #F7EE13;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 3;
    }
    .bg_sp p{
        /* display: none; */
        color: #000;
        font-size: 240%;
        line-height: 1.8em;
        letter-spacing: 0.09em;
        margin-left: 24px;
        position: absolute;
        top: 30%;
        left: 4%;
        z-index: 999;
    }
    .bg_sp p span{
        display: block;
        font-size: 64%;
        margin-top: 32px;
        letter-spacing: .1em;
    }

    /* header*/
    header{
        position: fixed;
        background: #F7EE13;
        z-index: 999;
        top: 0;
    }
    header .header_inner{
        margin: 3vh 6vw;
        min-width: 0;
    }
    header h1{
        width: 20vw;
        height: auto;
    }
    .spNav{
        width: 100%;
        left: 0;
    }
    .ov{
        display: none !important;
    }
    .spNav ul li a{
        color: #000;
    }
    .spNav .spNav_inner{
         justify-content: center; 
         align-items: center; 
    }
    .spNav ul li{
        margin-bottom: 2em;
    }
    #index nav.indexNav span{
        margin-top: 32px;
    }
    .spNavOpen, 
    .spNavOpen span {
        display: inline-block;
        top: 3vw;
        right: 5vw;
        z-index: 2;
    }
    .spNavOpen span {
        position: relative;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    .spNavOpen span:nth-of-type(1) {
        top: 0;
    }
    .spNavOpen span:nth-of-type(2) {
        top: -12px;
    }
    .spNavOpen span:nth-of-type(3) {
        top: -23px;
    }
    .spNavOpen.active span:nth-of-type(1) {
        -webkit-transform: translateY(10.5px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }
    .spNavOpen.active span:nth-of-type(2) {
        opacity: 0;
    }
    .spNavOpen.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10.5px) rotate(45deg);
        transform: translateY(-4px) rotate(45deg);
    }
    .spNavClose{
        display: none;
        position: fixed;
        top: 4vw;
        right: 5vw;
        width: 30px;
        height: 24px;
        z-index: 999;
    }
    /* footer*/
    .gotop{
        opacity: 0;
        cursor: pointer;
        position: fixed;
        bottom: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,.5);
        /*border-radius: 100%;*/
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        z-index: 999;
        justify-content: center;
    }
    /* layout */
    .container{
        min-height: 0;
        min-width: 0;
    }
    .verticalHead{
        z-index: 0;
        width: 0;
    }
    .verticalHead h2{
        font-size: 320%;
    }
    .block{
        width: 100%;
        min-height: 0;
        height: 100%;
    }
    .block_inner {
        height: 100%;
    }
    .right{
        z-index: 2;
    }
    .right .block_inner{
        padding: 64px 0;
    }
    .left .block_inner{
        width: 90%;
        padding: 16vh 0 32px;
    }
    .articleHeads_wrapper {
        width: 80%;
        margin-left: 18%;
    }
    article{
        width: 94%;
    }
    h3{
        z-index: 3;
    }
    .articleHeads h3{
        font-size: 110%;
        margin-bottom: 24px;
        z-index: 1;
    }
    /* index */
    #index{
        overflow: auto;
    }
    #index header{
        background: #fff;
    }
    nav.indexNav{
    margin-top: 24px;
    }
    #index .right{
        padding: 32px 24px;
    }
    #index .left{
    }
    .indeximg{
        width: 100%;
    }
    #index .container{
        flex-direction: column-reverse;
        height: 100vh;
        justify-content: center;
        padding-top: 8vh;
    }
    /* news */
    #news article h3{
        margin-bottom: 8px;
    }
    #news .articleBody time{
        border: none;
        padding-top: 0;
    }
    /* about */
    .profileTxt h3{
        text-align: center;
        display: block;
    }
    .profileImg {
    }
    #about .left .block_inner{
        margin: 0vh auto 8vh;
    }
    /* live */
    #live article:after{
        width: 80%;
    }
    #live_arc .verticalHead{
        width: 100%;
    }
    #live_arc .verticalHead h2{
        font-size: 260%;
    }
    #live_arc .container{
        min-height: 100vh;
    }
    /* disc */
    .discLists h3{
        font-size: 150%;
        margin-bottom: 8px;
    }
    /* movie */
    #movie .right{
        height: 100%;
        display: none;
    }
    #movie .right .block_inner{
        position: relative;
        /*height: 100%;*/
    }
    #movie .mov_wrapper{
        position: relative;
        height: 100%;
        top: 0;
        margin-bottom: 32px;
    }
    #movie .articleHeads_wrapper{
        width: 78%;
    }
    #movie article{
        width: 100%;
    }
}

@media screen and (max-width: 414px){

}

@media screen and (max-width: 320px){

}

