@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser_pc.css
*
*
------------------------------------------------------------------------------------------ */
body{
    background-color: #000;
}

#main_visual h1 img,
#main_visual .logo_yaeca,
#main_visual .logo_hobonichi,
.arrow{
    opacity: 0;
}

#t_header{ opacity: 0;}
.onload #t_header{ opacity: 1; transition: opacity 1s ease;}

#ytmov{
    width: 100%;
    background-color: #000;
    position: relative;
    opacity: 0;
    transition: opacity .6s ease;
}

#ytmov iframe{
    display: block;
}

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

#wrap,
#header{
    transition: opacity .3s ease;
}

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


#bg{
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center top;
    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.onload{
    transition: opacity 1.5s ease .0s, transform 1.5s ease .0s;
    -webkit-transition: opacity 1.5s ease .0s, transform 1.5s ease .0s;
}

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

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

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

#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.jpg); background-position: center 120px; background-size: auto 100%; background-color: #0e0d0b;}
#bg .b02{ background-image:url(../images/teaser/t01/pic_bg_event.jpg); background-position: center; background-size: 100% auto; background-color: #eee;}
.is_pc #bg .b_hide{ opacity: 0 !important; transition: opacity 4s ease;}


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

#section_copy .section_inner{
    padding: 75px 0;
}


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

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

#section_yodogawa_02 .section_inner{
    padding: 120px 0 80px 0;
}
    
#section_yodogawa_02 p{
    margin: 0 0 40px 0;
    font-size: 19px;
    line-height: 2.157em;
    letter-spacing: .05em;
}

} /* ----- min-width : 641px ----- */