body {
background: #191919;
color: #EAEAEA;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 500;
width: 100%;
height:100%;
font-size: 13px;
line-height:2em;
margin: 0px;
letter-spacing: 0;
}

#wrap{
width: 100%; height: 100%;
position: relative;
}

.noise{
background: url("../../images/noise.gif");
background-size: 50px auto;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 2;
mix-blend-mode: overlay;
opacity: 0.5;
pointer-events: none;
}


@keyframes  fadeanm {
0% {opacity: 0;}
100% {opacity: 1;}
}


/*---------------------------------------------

main

----------------------------------------------*/

#content{
background: #000 url("../images/chihiro_bg.jpg") no-repeat center top;
background-size: 100% auto;
width: 100%; max-width: 750px;
position: relative;
margin: 0 auto;
}

#content_B{
background: #000 url("../../ozawa/images/ozawa_bg.jpg") no-repeat center top;
background-size: 100% auto;
width: 100%; max-width: 750px;
position: relative;
margin: 0 auto;
}

#catch_chihiro{
background: url("../../images/top2/catch01.png") no-repeat center;
background-size: 3.4% auto;
width: 100%;
position: relative;
overflow: hidden;
animation: fadeanm 1.5s linear 2s forwards;
opacity: 0;
}

#catch_chihiro:before{
content:"";
display: block;
padding-top: 100%;
}

#catch_ozawa{
background: url("../../images/top2/catch02.png") no-repeat center;
background-size: 3.4% auto;
width: 100%;
position: relative;
overflow: hidden;
animation: fadeanm 1.5s linear 2s forwards;
opacity: 0;
}

#catch_ozawa:before{
content:"";
display: block;
padding-top: 100%;
}

#movieArea{
width: 86%;
margin: 0 auto;
line-height: 0;
border: 1px solid #303030;
}

@media screen and (min-width : 769px){
}

#audioArea{
width: 250px;
margin: 0 auto;
line-height: 0;
text-align: center;
}

#logo{
width: 30%;
line-height: 0;
margin: 8em auto 0;
}

#roadshow{
width: 16%;
margin: 3em auto 5em;
pointer-events: none;
}



/*---------------------------------------------

footer

----------------------------------------------*/

footer{
width: 100%;
padding: 0 0 5em;
}


#copyright{
width: 100%;
margin: 0 auto;
font-size: 10px;
line-height: 1.8em;
color: #e60012;
text-align: center;
}
