@charset "utf-8";
#wrapper {
    background-color: #000000;
    font-size: 120%;
    line-height: 1.8em;
}

.info .txt a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.info .txt a:hover {
    text-decoration: underline;
}





body{
    overflow: hidden;
}

body.open_comp{
    overflow: auto;
}


.mv .image img{
    width: 100%;
}


.cover{
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items:center ;
}

body.open .cover{
    opacity:0;
    -webkit-opacity:0;
    visibility: hidden;
    transition-delay: 2500ms;
    transition-duration: 1000ms;
    transition-property: opacity,visibility;
    transition-timing-function: linear;
}

.cover img{
    position: relative;
    opacity:0;
    -webkit-opacity:0;
}
#profile .lead a {
    color: #FFFFFF;
    font-weight: bold;
}
.profile .lead a:hover {
    text-decoration: underline;
}
.info .txt .bold {
    font-size: 110%;
    font-weight: bold;
}


/*

body.open .cover img{
opacity:1;
-webkit-opacity:1;
transition-duration: 1000ms;
transition-property: opacity;
transition-timing-function: linear;
}
*/
@media print,screen and (min-width: 769px) {

    .sp{
        display: none !important;
    }

    .mv{
        position: relative;
    }
 
    .mv h1  {
        display: none;
    }
    .mv .sc {
        position: absolute;
        right: 30px;
        bottom: 20px;
    }

    .sec  {
        text-align: center;
        padding-top: 90px;
        margin-bottom: 50px;
    }
    .sec .tit {
        padding-bottom: 50px;
    }
    #news .infoarea {
    height: 900px;
    overflow: auto;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    #news .infoarea .info {
        border-top: 1px solid #666666;
    }
    #news .info .txt   {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #666666;
        color: #FFFFFF;
        line-height: 1.8em;
        letter-spacing: 1px;
    }
#news .info .txt .date {
    font-style: 120%;
    font-weight: bold;
}

#news .info .txt .release {
    font-weight: bold;
    font-size: 150%;
}

    #news .info .txt a {
    color: #FFFFFF;
    }
    #news .info .txt a:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }


    #news .info .txt.end {
        border-bottom: 1px solid #9C9C9C;
    }
#news .info .txt .image img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 600px;
    text-align: center;
}

    #profile .lead {
        text-align: center;
        color: #FFFFFF;
        width: 780px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    #disco.sec {
        margin-bottom: 100px;
    }

    #disco .discs {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #disco .discs .disc  {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
    }
    #disco .disc .discimage img {
        width: 250px;
        padding-right: 30px;
    }


    #disco .disc .txt {
        color: #FFFFFF;
        text-align: left;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
    }
    #disco .disc .txt a {
        color: #FFFFFF;
    }


    #disco .disc .disctit  {
        font-size: 120%;
        font-weight: bold;
    }


    .sec .ytb {
        width: 960px;
        height: 540px;
        padding-bottom: 50px;
        margin-left: auto;
    }






    #merch  {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #merch .lead{
        color: #fff;
        text-align: center;
    }

    #merch .image{
        margin-top: 40px;
    }
    #merch .image img {
        width: 100%;
    }



    #merch .btn a{
        background-image: url(../../common/img/arrow.png);
        -webkit-background-size: calc(21px / 2) calc(39px / 2);
        background-size: calc(21px / 2) calc(39px / 2);
        background-repeat: no-repeat;
        background-position: 90% center;
        display: block;
        text-decoration: none;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 100px;
        padding: 15px 0px;
        width: 460px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }




    #members .list{
        color: #fff;
        display: flex;
        justify-content: center;
        margin-bottom: 100px;

    }
    #members .list li{
        margin-left: 50px;
        margin-right: 50px;
    }
    
   
    
   

    footer {
        padding-top: 50px;
        background-color: #FFFFFF;
        color: #000000;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    footer .logo {
        margin-left: auto;
        text-align: center;
        background-color: #FFFFFF;
        padding-bottom: 30px;
    }
    footer .snsarea {
        margin-left: auto;
        margin-right: auto;
        width: 220px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        background-color: #FFFFFF;
        padding-bottom: 50px;

    }
    footer .snsarea .icon {
        padding-left: 10px;
        padding-right: 10px;
    }




    footer .totop a{
        position: absolute;
        right: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        color: #000;
        text-decoration: none;
        transform: rotate(-90deg);
        line-height: 1em;
    }

    footer .copyright{
        font-size: 80%;
        color: #000000;
        font-family: 'Roboto Condensed', sans-serif;
        background-color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 30px;
    }


}




@media only screen and (max-width: 768px) {

    .pc{
        display: none!important;
    }


    .mv{
        
    }
    .mv .image{
        position: relative;
    }
    .mv h1  {
        display: none;
    }


    .sec  {
        text-align: center;
        padding-top: 60px;
        margin-bottom: 30px;
    }
    .sec .tit {
        padding-bottom: 50px;
        height: 30px;
    }
    #news .infoarea {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    text-align: center;
    overflow: auto;
    height: 130vw;
    }
    #news .infoarea .info {
        border-top: 1px solid #666666;
    }
    #news .info .txt   {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #666666;
        color: #FFFFFF;
        line-height: 1.8em;
        letter-spacing: 1px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .info .txt a {
    color: #FFFFFF;
    }
.txt a .release {
}


#news .info .txt .date {
    font-style: 120%;
    font-weight: bold;
}

#news .info .txt .release {
    font-weight: bold;
    font-size: 150%;
}

#news .info .txt .image img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 90%;
    text-align: center;
}
    #news .info .txt.end {
        border-bottom: 1px solid #9C9C9C;
    }
    #profile .lead {
        text-align: left;
        color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec .ytb {
        width: 90vw;
        height: calc(90vw / 16 * 9) ;
        padding-bottom: 50px;
        margin-left: auto;
    }
    #members .sillett {
        width: 100%;
    }


    #disco .discs {
        width: 90vw;
        margin-left: 5vw;
        margin-right: 5vw;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #disco .discs .disc  {
    }
    #disco .disc .discimage  {
        width: 90%;
        text-align: center;
        padding-bottom: 20px;
        margin-left: 5%;
        margin-right: 5%;
    }
    #disco .disc .discimage img {
        width: 100%;
    }



    #disco .disc .txt {
        color: #FFFFFF;
        text-align: center;
        border-top-color: #666;
        border-bottom: 1px solid #666;
        padding-top: 10px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    #disco .disc .txt a {
        color: #FFFFFF;
    }
    #disco .disc .txt a:hover {
        text-decoration: underline;
    }


    #disco .disc .disctit  {
        font-size: 120%;
        font-weight: bold;
    }






    #merch  {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #merch .lead{
        color: #fff;
        text-align: center;
    }

    #merch .image{
        margin-top: 20px;
    }

    #merch .image img {
        width: 100%;
    }



    #merch .btn a{
        background-image: url(../../common/img/arrow.png);
        -webkit-background-size: calc(21px / 2) calc(39px / 2);
        background-size: calc(21px / 2) calc(39px / 2);
        background-repeat: no-repeat;
        background-position: 95% center;
        display: block;
        text-decoration: none;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 100px;
        padding: 12px 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }



 
    #members .list{
        color: #fff;
        margin-bottom: 50px;

    }
    #members .list li{
        display: flex;
        justify-content: center;
    }
    #members .list li .pos{
        margin-right: 20px;
    }
   
    
 

    footer {
        padding-top: 50px;
        background-color: #FFFFFF;
        color: #000000;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    
footer .logo {
    margin-left: auto;
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    margin-top: -20px;
    margin-right: auto;
    width: 50vw;
    }
    footer .snsarea {
        margin-left: auto;
        margin-right: auto;
        width: 220px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        background-color: #FFFFFF;
        padding-bottom: 50px;

    }
    footer .snsarea .icon {
        padding-left: 10px;
        padding-right: 10px;
    }



    footer .totop a{
        position: absolute;
        right: 10px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        transform: rotate(-90deg);
        line-height: 1em;
    }

    footer .copyright{
        font-size: 80%;
        color: #000000;
        font-family: 'Roboto Condensed', sans-serif;
        background-color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 30px;
    }


}
