@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser_sp.css
*
*
------------------------------------------------------------------------------------------ */

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto 0 auto;
    display: block !important;
    position: relative;
    z-index: 10;
}

#wrap,
#header{
    transition: opacity .3s ease;
    top: 0 !important;
}

.onload #wrap,
.onload #header{
    opacity: 1;
}

#bg{
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0;
    position: fixed;
    z-index: 0;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transition: opacity 1.5s ease-in .6s, transform 1.5s ease-in .6s;
    -webkit-transition: opacity 1.5s ease-in .6s, transform 1.5s ease-in .6s;
}

#bg.t03{
    transition: opacity 1s ease-in 0s, transform 1s ease-in 0s;
    -webkit-transition: opacity 1s ease-in 0s, transform 1s ease-in 0s;
}

#bg.onload{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

/*
#bg.end{
    opacity: 0;
}
*/

#bg div,
#bg p{
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 1s ease, transform 1s ease;
    -webkit-transition: opacity 1s ease, transform 1s ease;
    transform: scale(1.03) translate3d(0, 0, 0);
    -webkit-transform: scale(1.03) translate3d(0, 0, 0);
}

#bg div{
    opacity: 1;
    z-index: -1 !important;
}

#bg p.on{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.only_tablet #bg,
.only_tablet #bg p,
.only_tablet #bg div{
    height: 100vh;
    min-height: 100vh;
    background-size: cover !important;
}


#bg .b_body{background-image:url(../images/teaser/t01/pic_bg_sp.jpg); background-size: auto 100%; background-color: #11100e;}
#bg .b02{ background-image:url(../images/teaser/t01/pic_bg_event_sp.jpg); background-position: center; background-size: 100% auto; background-color: #ededed;}
.is_pc #bg .b_hide{ opacity: 0 !important; transition: opacity 4s ease;}

#ytmov{
    margin: 45px 0 0 0;
}

#gnav_inner{
    padding-top: 0 !important;
}

/* --------------------------------------------------
*
    #section_copy
*
-------------------------------------------------- */
#section_copy{
    text-align: center;
}

#section_copy .section_inner{
    padding: 30px 15px;
}

#section_copy img{
    width: 100%;
    max-width: 420px;
    height: auto;
}


/* --------------------------------------------------
*
    #section_yodogawa_02
*
-------------------------------------------------- */
#section_yodogawa_02{
    position: relative;
    text-align: left;
    overflow: hidden;
}

.archive #section_yodogawa_02{
    color: #fff;
    background-color: rgba(3, 10, 20, .5);
}

#section_yodogawa_02 .section_inner{
    padding: 40px 15px 20px 15px;
}

#section_yodogawa_02 p{
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 2.157em;
    letter-spacing: .05em;
}


}