@charset "UTF-8";
/* CSS Document */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
img{ border:0; }
.clear{ clear:both; }
.clearL{ clear:left; }

a{color: #000000;}
a:hover{color: #7d360b;}


html,body{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

img{
width: 100%;
height: auto;
}


.top_screen{
display: none;
position: relative;
top: 30px;
width: 100%;
max-width: 1400px;
height: 88vh;
margin: auto;
overflow: hidden;
box-sizing: border-box;
transition: all 0.3s;
}
.BackgroundMedia__src {
position: absolute;
width: 100%;
height: auto;
max-height: 100%;
}
@media screen and (orientation: portrait) {
.top_screen{
top: 17vh;
height: 70vh;
}
}

.rakkan_sc{
position: fixed;
bottom: 20px;
left: 20px;
width: 46px;
z-index: 999;
text-align: center;
line-height: 1.8;
opacity: 0.65;
}
.rakkan_sc img.mail{
width: 30px;
margin: auto;
}
.rakkan_sc:hover{
opacity: 1;
}

.play_sc{
position: fixed;
bottom: 20px;
right: 20px;
width: 36px;
opacity: 0.5;
z-index: 999;
cursor: pointer;
transition: all 0.3;
}
.play_sc:hover{
opacity: 1;
}
.playbtn{display: none;}
.pausebtn{}


audio, canvas, iframe, svg, video {
vertical-align: middle;
}

#splash {
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
background:#fff;
text-align:center;
color:#525252;
top: 0;
}

#start{
display: none;
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
background:#fff;
text-align:center;
color:#525252;
top: 0;
}
.start_inner{
width: 100%;
position: absolute;
text-align: center;
top: 29vh;
font-size: 12px;
color: #3b507a;
}
p.rakkan{
    width: 90px;
    margin: auto;
    padding-bottom: 5px;
}
p.logo{
width: 80px;
margin: auto;
padding-bottom: 50px;
}
p.moviestart{
cursor: pointer;
line-height: 1.3;
transition: all 0.3;
}
p.moviestart:hover{
opacity: 0.6;
}
.moviestart img{
width: 30px;
height: 30px;
}
#again{
display: none;
position: fixed;
top: 0;
z-index: 999;
width: 100%;
height: 100%;
background:#fff;
color:#787878;
font-size: 13px;
text-align: center;
}
.credit{
width: 100%;
height: 90%;
position: absolute;
text-align: center;
top: 39vh;
line-height: 2.0em;
text-align: center;
}
.againbtn{
display: none;
width: 100%;
position: absolute;
text-align: center;
top: 29vh;
font-size: 12px;
color: #3b507a;
}
p.movieagain{
padding-top: 20px;
cursor: pointer;
line-height: 1.3;
transition: all 0.3;
}
p.movieagain:hover{
opacity: 0.6;
}
.movieagain img{
width: 40px;
height: 40px;
}




/* Loadingバー中央配置　*/
#splash_text {
position: absolute;
top: 50%;
left: 50%;
z-index: 999;
width: 100%;
transform: translate(-50%, -50%);
color: #525252;
}
.progress {
background: #fff;
color: #D3D3D3;
height: 100%;
position: absolute;
width: 100%;
}
.progress_bar {
border-top: 1px solid rgb(160, 160, 160);
position: absolute;
top:50%;
width: 0%;
}
.progress_text {
font-family: “Menlo”, “Consolas”, monospace;
font-size: 13px;
margin-top: 10px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
}
.progress_complete .progress_bar {
border-top-color: rgb(255, 255, 255);
}