body {
background:#fff;
color: #000;
font-family: "Shippori Mincho B1", serif;
font-weight: 500;
font-style: normal;
width: 100%;
height:100%;
font-size: 13px;
line-height:1.8em;
margin: 0px;
letter-spacing: 0;
}

#wrap{
width: 100%;
position: relative;
overflow-x: hidden;
}

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

.fontS{ font-size: 70%;}
.fontL{ font-size: 120%;}
.fontB{ font-weight: 800;}

.txtBlack{ color: #000;}
.txtYell{ color: #FFE300;}

.linkLabeltop{
text-indent: -99999px;
line-height: 0;
}

.linkLabel{
margin-top:-50px;
padding-top:50px;
text-indent: -99999px;
line-height: 0;
}

.linkLabel2{
margin-top:-60px;
padding-top:60px;
text-indent: -99999px;
line-height: 0;
}

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


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

main

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

#content{
width: 100%;
position: relative;
overflow-x: hidden;
}

#content:before{
background:url("../images/top/bg_sp.jpg") no-repeat center top;
background-size: cover;
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
}


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

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


#main{
background: #000;
width: 100%;
position: relative;
overflow: hidden;
}

#main:before{
content:"";
display: block;
padding-top: 146.66%;
}

.mainImgAll{
width: 100%; height: 100%;
position: absolute;
overflow: hidden;
top: 0; left: 0;
z-index: 1;
}

.mainImgAll .bgImg {
position: absolute;
width: 100%; height: 100%;
opacity: 0;
animation: bgAnime 16s infinite;
}

.mainImgAll .src1 {}
.mainImgAll .src2 {animation-delay: 8s;}

@keyframes bgAnime {
0% { opacity: 0;;}
20% { opacity: 1;}
50% { opacity: 1;}
70% { opacity: 0;}
100% { opacity: 0;}
}

#mainImg01{
background: url("../images/top/main01_sp.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
top: 0; right: 0;
z-index: 1;
animation: scaleanm 16s linear 0s infinite;
}

#mainImg02{
background: url("../images/top/main02_sp.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
animation: scaleanm 16s linear 8s infinite;
}

#logo{
background: url("../images/top/logo.png") no-repeat center;
background-size: contain;
width: 24%; height: 27%;
position: absolute;
top: 3%; left: 38%;
z-index: 10;
filter: drop-shadow(0px 0px 12px rgba(0,0,0,1));
}

#roadshow{
background: url("../images/top/roadshow.png") no-repeat center;
background-size: contain;
width: 21%; height: 4.45%;
position: absolute;
bottom: 2.8%; right: 3%;
z-index: 10;
}

#billing{
background: url("../images/top/billing_sp.png") no-repeat center;
background-size: contain;
width: 20%; height: 20.27%;
position: absolute;
bottom: 2.82%; left: 40%;
z-index: 10;
}


#billing2{
background: url("../images/top/billing2_sp.png") no-repeat center;
background-size: contain;
width: 20%; height: 24%;
position: absolute;
bottom: 2.82%; left: 40%;
z-index: 10;
}

#mainCatch01{
background: url("../images/top/main01_catch.png") no-repeat center;
background-size: contain;
width: 12.8%; height: 25.63%;
position: absolute;
top: 50%; left: 9.6%;
z-index: 3;
}

#mainCatch02{
background: url("../images/top/main02_catch.png") no-repeat center;
background-size: contain;
width: 12.8%; height: 23.45%;
position: absolute;
top: 27.63%; right: 12.26%;
z-index: 3;
}

.noiseM{
background: url("../images/noise.gif");
background-size: 80px auto;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
mix-blend-mode: soft-light;
opacity: 0.2;
pointer-events: none;
}

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

movie

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

#topmovarea{
background: url("../images/top/movie_bg.png");
margin:0 auto;
padding: 8vw 0;
line-height: 0;
position: relative;
overflow: hidden;
z-index: 3;
}

.movbtnM{
width: 100%;
position: absolute;
top: 50%; left: 0;
transform: translateY(-50%);
z-index: 1;
line-height: 1.2em;
}


#moveAll{
width: 86%;
position: relative;
margin: 0 auto;
}

#moveAll:before{
content:"";
display: block;
padding-top: 56.25%;
}

#movBtn{
width: 100%;height: 40px;
}

#movBtn ul{
width: 86%;
display: flex;
flex-wrap: wrap;
margin: 5px auto 0;
justify-content: center;
}

#movBtn li{
width: 49%; height: 40px;
list-style: none outside none;
margin: 0.5%;
line-height:0;
cursor: pointer;
text-align: center;
font-size: 10px;
font-weight: 600;
overflow: hidden;
position: relative;
}

#movBtn li a{
width: 100%; height: 100%;
display: block;
text-decoration: none;
background: #B8B8B8;
color: #000;
float: left;
}

#movAreaAll01,#movAreaAll02{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
}


.movPlayAll{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
opacity: 0.6;
}

.movPlay{
background: url("../images/movie/play.png") no-repeat center;
background-size: 20% auto;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
opacity: 0.6;
pointer-events: none;
}

.movPlayImg{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
opacity: 1;
background: #000;
overflow: hidden;
border: 1px solid #C7C7C7;
box-sizing: border-box;
}

.youtube{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
overflow: hidden;
}

.movselect01,.movselect02{
background: #000;
width: 49%; height: 2px;
position: absolute;
z-index: 10;}
.movselect01{bottom: -7px; left: 0.5%;}
.movselect02{bottom: -7px; right: 0.5%;}



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

introduction

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

#introductionAll{
width: 100%;
padding: 45px 0 60px;
}

#introductionM{
background: url("../images/m_introduction.png") no-repeat center;
background-size: contain;
width: 182px; height: 45px;
margin: 0 auto;
}

#introduction_catch{
background: url("../images/intro/intro_txt_sp.png") no-repeat center;
background-size: contain;
width: 87%;
position: relative;
margin: 30px auto;
}

#introduction_catch:before{
content:"";
display: block;
padding-top: 74.5%;
}

#introductionTxt{
width: 86%;
font-size: 13px;
line-height: 1.8em;
margin: 0 auto;
text-align: justify;
}


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

cast character

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

#charaAll{
width: 100%;
position: relative;
overflow: hidden;
}

#charaAll:before{
content:"";
display: block;
padding-top: 200%;
}

#charaBtnAll{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.charaBtn{
background: #fff;
width: 50%; height: 25%;
overflow: hidden;
position: relative;
}

.charaMM{
background: url("../images/m_cast.png") no-repeat center;
background-size: contain;
width: 90%;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
max-height: 65px;
}

.charaMM:before{
content:"";
display: block;
padding-top: 23.4%;
}

#charaBtn01{ background: url("../images/cast/btn_cast01.jpg") no-repeat center;}
#charaBtn02{ background: url("../images/cast/btn_cast02.jpg") no-repeat center;}
#charaBtn03{ background: url("../images/cast/btn_cast03.jpg") no-repeat center;}
#charaBtn04{ background: url("../images/cast/btn_cast04.jpg") no-repeat center;}
#charaBtn05{ background: url("../images/cast/btn_cast05.jpg") no-repeat center;}
#charaBtn06{ background: url("../images/cast/btn_cast06.jpg") no-repeat center;}
#charaBtn07{ background: url("../images/cast/btn_cast07.jpg") no-repeat center;}
#charaBtn01,#charaBtn02,#charaBtn03,#charaBtn04,#charaBtn05,#charaBtn06,#charaBtn07{
background-size: cover;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
cursor: pointer;
transition: all 0.5s ease;
}

#charaNM01{ background: url("../images/cast/btn_nm01.png") no-repeat center;}
#charaNM02{ background: url("../images/cast/btn_nm02.png") no-repeat center;}
#charaNM03{ background: url("../images/cast/btn_nm03.png") no-repeat center;}
#charaNM04{ background: url("../images/cast/btn_nm04.png") no-repeat center;}
#charaNM05{ background: url("../images/cast/btn_nm05.png") no-repeat center;}
#charaNM06{ background: url("../images/cast/btn_nm06.png") no-repeat center;}
#charaNM07{ background: url("../images/cast/btn_nm07.png") no-repeat center;}
#charaNM01,#charaNM02,#charaNM03,#charaNM04,#charaNM05,#charaNM06,#charaNM07{
background-size: cover;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
pointer-events: none;
text-indent:-999999px;
}

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

cast character profile

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

.castProfile{
background: #fff;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 70;
overflow-y: auto;
}

#castProfile01,#castProfile02,#castProfile03,#castProfile04,#castProfile05,#castProfile06,#castProfile07{
display: none;
}

.castProfileAll{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
overflow-y: auto;
}

.charaProfileBG{
display: none;
}

.charaClose{
background: url("../images/nav/btn_menu02.png") no-repeat center;
background-size: cover;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 0; right: 0;
z-index: 70;
}

.charaMainAll{
background: #fff;
width: 100%;
padding: 60px 0;
}

#charaMainAll01,#charaMainAll02,#charaMainAll03,#charaMainAll04,#charaMainAll05,#charaMainAll06,#charaMainAll07{ display: none;}

#charaImg01{ background: url("../images/cast/img01.jpg") no-repeat center;}
#charaImg02{ background: url("../images/cast/img02.jpg") no-repeat center;}
#charaImg03{ background: url("../images/cast/img03.jpg") no-repeat center;}
#charaImg04{ background: url("../images/cast/img04.jpg") no-repeat center;}
#charaImg05{ background: url("../images/cast/img05.jpg") no-repeat center;}
#charaImg06{ background: url("../images/cast/img06.jpg") no-repeat center;}
#charaImg07{ background: url("../images/cast/img07.jpg") no-repeat center;}
#charaImg01,#charaImg02,#charaImg03,#charaImg04,#charaImg05,#charaImg06,#charaImg07{
background-size: cover;
width: 100%;
margin: 0 auto;
position: relative;
}

#charaImg01:before,#charaImg02:before,#charaImg03:before,#charaImg04:before,#charaImg05:before,#charaImg06:before,#charaImg07:before{
content:"";
display: block;
padding-top: 141.5%;
}

.charaTxtArea{
width: 86%;
margin: 1.5em auto;
}

#charaProNM01{ background: url("../images/cast/nm01_sp.png") no-repeat left;}
#charaProNM02{ background: url("../images/cast/nm02_sp.png") no-repeat left;}
#charaProNM03{ background: url("../images/cast/nm03_sp.png") no-repeat left;}
#charaProNM04{ background: url("../images/cast/nm04_sp.png") no-repeat left;}
#charaProNM05{ background: url("../images/cast/nm05_sp.png") no-repeat left;}
#charaProNM06{ background: url("../images/cast/nm06_sp.png") no-repeat left;}
#charaProNM07{ background: url("../images/cast/nm07_sp.png") no-repeat left;}
#charaProNM01,#charaProNM02,#charaProNM03,#charaProNM04,#charaProNM05,#charaProNM06,#charaProNM07{ 
background-size: contain;
width: 100%;
margin: 0 auto 2em;
position: relative;
text-indent:-999999px;
overflow: hidden;
}

#charaProNM01:before,#charaProNM02:before,#charaProNM03:before,#charaProNM04:before,#charaProNM05:before,#charaProNM06:before,#charaProNM07:before{
content:"";
display: block;
padding-top: 20%;
}

.charaProTxtAll{
width: 100%;
margin: 0 auto;
}

.castProM{
background: #000;
width: 100%;
line-height: 1em;
color: #fff;
margin-bottom: 0.8em;
overflow: hidden;
}

.charaProTxt,.charaProTxt2{
width: 100%;
font-size: 13px;
line-height: 1.8em;
}



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

staff

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

#caststaffAll{
width: 100%;
padding: 45px 0;
}

#caststaffM{
background: url("../images/m_staff.png") no-repeat center;
background-size: contain;
width: 185px; height: 45px;
margin: 0 auto 30px;
}

.commentBox{
width: 86%; max-width: 1000px;
margin: 0 auto 1em;
}

.commentNMtab{
width: 100%;
}

.commentNM{
background: url("../images/caststaff/btn.png") no-repeat right;
background-size: 15% auto;
width: 100%; height: 22px;
line-height: 0;
text-align: center;
border-bottom: 1px solid #000;
cursor: pointer;
padding: 10px 0;
position: relative;
}

.commentNM2 img{ margin-right: 25px;}

.commentTxtAll{
width: 100%;
display: none;
}

.commentTxt{
width: 100%;
margin: 1em 0 0;
padding-bottom: 2em;
line-height: 1.8em;
color: #000;
font-size: 13px;
}

.txtcenter{ text-align: center;}
.comBold{ font-size: 110%; font-weight: 800;}



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

footer

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

footer{
background: #000;
width: 100%;
padding: 40px 0 100px;
}

#shareArea{
background: url("../images/sns/sharemark.png") no-repeat left;
background-size: auto 100%;
width: 260px;
margin: 0 auto;
font-weight: 700;
font-size: 12px;
line-height: 1em;
letter-spacing: 0;
text-align: right;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#shareArea a{ margin: 0 8px; color: #fff; text-decoration: none;}

#copyright{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
width: 100%;
margin: 40px auto 0;
font-size: 9px;
line-height: 1.5em;
color: #fff;
text-align: center;
}

#wb{
width: 140px;
margin: 40px auto 0;
}

#privacy{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
width: 100%;
margin: 15px auto;
font-size: 9px;
line-height: 1em;
color: #fff;
text-align: center;
}

#privacy a{
text-decoration: none;
color: #fff;
}

#wbsns{
width: 100%;
margin: 10px auto;
text-align: center;
}

#wbsns img{
width: 25px;
margin: 0 4px;
}



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

page top

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


#pageTop{
background-color: #000;
width: 50px; height: 50px;
position: fixed;
bottom: 0; right: 0;
font-size: 15px;
text-align: center;
line-height: 50px;
z-index: 20;
}

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