body {
background: #fff;
color: #000;
font-family: 'Zen Old Mincho', serif;
font-weight: 500;
width: 100%;
height:100%;
font-size: 14px;
line-height:2em;
margin: 0px;
}


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

.linkLabel{
padding-top: 50px;
margin-top: -50px;
}

.pc{ display: none;}
.sp{ display: block;}

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

@keyframes  scaleanm {
0% { transform: scale(1.1,1.1); opacity: 0;}
100% { transform: scale(1,1); opacity: 1;}
}

a:hover {opacity:1;} 

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

main

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

#contentAll{
width: 100%;
padding: 50px 0 0;
}

#content{
background: #fff;
width: 375px;
}

#main{
width: 100%; height: 535px;
position: relative;
overflow: hidden;
}

#mainImg{
background: url("../images/top2/img_main2_sp.jpg") no-repeat center;
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
animation: scaleanm 3s ease .8s forwards;
opacity: 0;
}

#castImg{
background: url("../images/top2/img_cast_sp.png") no-repeat center;
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 3;
animation: fadeanm 3s ease 1.6s forwards;
opacity: 0;
}

#logo{
background: url("../images/top2/logo.png") no-repeat center;
background-size: contain;
width: 140px; height: 185px;
position: absolute;
bottom: 310px; right: 10px;
z-index: 3;
animation: fadeanm 2s ease 1.4s forwards;
opacity: 0;
}

#roadshow{
background: url("../images/top2/roadshow.png") no-repeat center;
background-size: contain;
width: 130px; height: 37px;
position: absolute;
top: 485px; left: 17px;
z-index: 4;
animation: scaleanm 3s ease 1.8s forwards;
opacity: 0;
}

#billing,#billing_B{display: none;}

#catch{
background: url("../images/top2/catch.png") no-repeat center;
background-size: contain;
width: 38px; height: 202px;
position: absolute;
top: 15px; left: 14px;
z-index: 3;
animation: fadeanm 2s ease 2.2s forwards;
opacity: 0;
}

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

bnr L

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

#bnrLallsp{
width: 100%;
margin: 0;
line-height: 0;
padding: 15px 0;
}

.bnrLimg{
width: 90%;
line-height: 0;
margin: 5px auto;
}

#bnrLall,#bnrLall0{ display: none;}


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

mvck

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

#mvckAll{
width: 375px; height: 50px;
}

#mvckonline2sp{
width: 150px; height: 40px;
background: #e61e0f url("../images/bnr/mvck_digital.png") no-repeat center;
background-size: contain;
position: absolute;
bottom: 0; left: 0;
z-index: 10;
animation: fadeanm 2s ease 2.2s forwards;
opacity: 0;
}

#mvckonline2{ display: none;}

#mvckonline,#mvckonline0{
background: #e61e0f url("../images/bnr/mvck_digital.png") no-repeat center;
background-size: contain;
width: 50%; height: 50px;
float: left;
}

#mvckcard{
background: #5eb700 url("../images/bnr/mvck_card.png") no-repeat center;
background-size: contain;
width: 50%; height: 50px;
float: left;
}

#mvckonline a,#mvckonline0 a,#mvckcard a,#mvckonline2sp a{
width: 100%; height: 100%;
display: block;
}

#mvckBuyAll{
width: 375px; 
margin: 50px auto 0;
}

#mvckClose{display: none;}

#mvckArea{
width: 340px;
margin: 0 auto;
}


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

menu

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

#menuAll{
background-color: #fff;
width: 100%;
position: fixed;
top: 0; left: 0;
z-index: 16;
overflow-y:auto; 
display: none;
filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}

#menuBG{
background: #fff;
width: 100%; height: 50px;
position: fixed;
top: 0; left: 0;
z-index: 15;
filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}

#menuBtn{
background: url("../images/btn_menu01.png") no-repeat;
background-size: contain;
width: 50px; height: 50px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 50;
}

#menuBtn2{
background:url("../images/btn_menu02.png") no-repeat;
background-size:100% 100%;
width: 50px; height: 50px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 55;
display: none;
}

#menu{
width: 100%;
margin: 50px 0 0 0;
border-top: 1px solid #959595;
}

#menu ul {
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
}

#menu ul li {
position: relative;
text-align: center;
}

#menu ul li a{
width: 100%; height: 50px;
display: block;
font-size: 20px;
line-height: 50px;
color: #f16c00;
text-decoration: none;
border-bottom: 1px solid #959595;
}


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

sns

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

#iTwitter{
background: url("../images/i_twitter.png") no-repeat center;
background-size: 40px auto;
width: 45px; height: 50px;
position: fixed;
top: 0; right: 45px;
z-index: 21;
}

#iInstagram{
background: url("../images/i_instagram.png") no-repeat center;
background-size: 40px auto;
width: 45px; height: 50px;
position: fixed;
top: 0; right: 5px;
z-index: 20;
}

#iX{
background: url("../images/i_x.png") no-repeat center;
background-size: 40px auto;
width: 45px; height: 50px;
position: fixed;
top: 0; right: 45px;
z-index: 21;
}

#iTwitter a,#iInstagram a,#iX a{
width: 100%; height: 100%;
display: block;
}


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

movie

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

#movieArea{
background: url("../images/dot.png");
background-size: 4px 4px;
width: 100%;
padding: 30px 0;
margin: 0;
}


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

#topmovarea .movie {
width: 320px;
margin: 0 auto;
}

#topmovarea .movie .inner {
background: #000;
position: relative;
width: 320px;
height: 180px;
overflow: hidden;
margin: 0 auto;
padding: 0;
}

#topmovarea .movie .inner iframe {
width: 320px;
height: 180px;
}

#topmovarea .movie .tab_area {
display: flex;
flex-wrap: wrap;
margin-: 0 auto;
justify-content: center;
}

#topmovarea .movie .tab_area li {
text-align: center;
font-weight: 600;
margin: 0;
border: 1px solid #fff;
border-top: 1px solid #fff;
letter-spacing: 1px;
}

#topmovarea .movie .tab_area li a{
background: #ff900e;
display: block;
width: 158px;
font-size: 14px;
line-height: 40px;
text-decoration: none;
letter-spacing: 1px;
color: #fff;
padding: 0;
float: left;
}


#topmovarea .movie .tab_area li.wide4 a{
background: #ff900e;
display: block;
font-size: 14px;
width: 158px;
line-height: 40px;
text-decoration: none;
letter-spacing: 1px;
color: #fff;
float: left;
}

#topmovarea .movie .tab_area li a.active{
background: #ff630e;
color: #fff;
}

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

about

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

#aboutAll{
background: url("../images/bg.jpg") repeat-y top center;
background-size: 200% auto;
width: 100%;
padding: 0;
}

#introM{
width: 100%;
padding: 35px 0 30px;
text-align: center;
font-size: 18px;
line-height: 1.8em;
color: #f16c00;
}

#introTxt{
width: 85%;
max-width: 1200px;
text-align: center;
margin: 0 auto;
}

#introImg{
background: url("../images/img_sp.jpg") no-repeat center;
background-size: cover;
width: 325px; height: 241px;
margin: 35px auto;
}

#storyTxt{
width: 100%;
text-align: center;
margin: 0 auto;
padding: 0 0 55px;
}



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

photo

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

.photogallery{
width: 100%;
padding: 0; line-height: 0;
margin: 0;
pointer-events: none;
overflow: hidden;
}

#photo01all{
width: 300%;
position: relative;
overflow: hidden;
}

#photo01all:before{
content:"";
display: block;
padding-top: 9.5%;
}

#photo02all{
width: 300%;
position: relative;
overflow: hidden;
}

#photo02all:before{
content:"";
display: block;
padding-top: 9.5%;
}

@keyframes imgslide {
from { transform: translateX(0); }
to { transform: translateX(-100%); }
}

#photo01a{
background: url("../images/photo/photo01_pc.jpg") no-repeat;
background-size: 100% 100%;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: center;
animation: imgslide 60s linear infinite;
}

#photo01b{
background: url("../images/photo/photo01_pc.jpg") no-repeat;
background-size: 100% 100%;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 100%;
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: center;
animation: imgslide 60s linear infinite;
}

@keyframes imgslide2 {
from { transform: translateX(0); }
to { transform: translateX(100%); }
}

#photo02a{
background: url("../images/photo/photo02_pc.jpg") no-repeat;
background-size: 100% 100%;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: center;
animation: imgslide2 60s linear infinite;
}

#photo02b{
background: url("../images/photo/photo02_pc.jpg") no-repeat;
background-size: 100% 100%;
width: 100%; height: 100%;
position: absolute;
top: 0; left: -100%;
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: center;
animation: imgslide2 60s linear infinite;
}



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

footer

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

footer{
width: 100%;
padding: 25px 0 60px;
}

#privacy{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
width: 100%;
text-align: center;
font-size: 11px;
margin: 15px 0 0;
}

#billing2{
background: url("../images/top2/billing.png") center no-repeat;
background-size: 90%;
width: 100%; height: 300px;
}

#billing2_B{
background: url("../images/top2/billingB.png") center no-repeat;
background-size: 90%;
width: 100%; height: 300px;
}

#copyright{
width: 300px;
font-size: 10px;
text-align: center;
line-height: 12px;
margin: 0 auto;
}

#bnr_s{
width: 100%;
margin: 10px auto 25px;
line-height: 0;
text-align: center;
}

#bnr_s img{ width: 180px;  margin: 3px;}

#sharearea{
background: url("../images/sharemark.png") no-repeat left;
background-size: 17px auto;
width: 130px; height: 25px;
margin: 0 auto 25px;
text-indent: 25px;
}

#sharearea img{
margin-left: 10px;
}


#btnpagetop{
background:  #f18100;
width: 50px; height: 50px;
line-height: 50px;
text-align: center;
position: fixed;
bottom: 0;
right: 0;
z-index: 20;
font-size: 19px;
}

#btnpagetop a{
width: 100%;
height: 100%;
display: block;
text-decoration: none;
color: #fff;
}

