body {
background-color: #000;
color: #fff;
font-family: "Zen Old Mincho", serif;
font-weight: 500;
font-style: normal;
font-size: 13px;
line-height:25px;
letter-spacing: 0.5px;
}

#wrap{
width: 100%; height: 100%;
margin: 0 auto;
}

#content{
width: 100%;
line-height:0;
margin: 0 auto;
}

.no-space{ letter-spacing: -2px;}

.fontL{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 150%; line-height: 1.8em; font-weight: 600;}

.fontS{ font-size: 80%;}

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

header

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

header{
background: url("../images/logo.png") no-repeat center;
background-size: 70% auto;
width: 100%;
max-width: 600px;
position: relative;
overflow: hidden;
pointer-events: none;
margin: 0 auto;
}

header:before{
content:"";
display: block;
padding-top: 65%;
}


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

main

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

#mainTitle{
background: #4A0102;
width: 100%;
line-height: 1em;
font-size: 26px;
margin: 0 auto;
padding: 15px 0 18px;
text-align: center;
color: #fff;
}

#mainAll{
background: #fff;
background-size: cover;
width: 100%;
padding: 40px 0;
}

#enterTxt{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 600;
width: 90%;
margin: 0 auto;
font-size: 14px;
line-height: 1.8em;
color: #000;
text-align: center;
}

#btnEnter{
background: #4A0102;
width: 85%; height: 53px;
max-width: 260px;
line-height: 50px;
margin: 35px auto 20px;
font-size: 28px;
text-align: center;
border: 6px double;
}

#btnEnter a{
width: 100%; height: 100%;
display: block;
color: #fff;
}

#btnError{
background: #4A0102;
width: 200px; 
line-height: 2.5em;
margin: 20px auto 0;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 600;
font-style: normal;
font-size: 16px;
text-align: center;
border: 6px double;
}

#btnError a{
width: 100%; height: 100%;
display: block;
color: #fff;
}


#movieArea{
background-color: #000;
width: 90%;
max-width: 800px;
margin: 0 auto;
}


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

footer

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

footer{
width: 100%;
margin: 0 auto;
padding: 40px 0 80px;
}

#bnrOfficial{
width: 240px;
line-height: 45px;
margin: 0 auto 30px;
border: 1px solid #959595;
box-sizing: border-box;
font-size: 16px;
text-align: center;
}

#bnrOfficial a{
width: 100%; height: 100%;
display: block;
color: #fff;
}

#copyright{
width: 100%;
text-align: center;
font-size: 10px;
letter-spacing: 0.5px;
}

