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

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

.pc{ display: block;}
.sp{ display: none;}
.fontS{ font-size: 80%; letter-spacing: 0.1em;}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -0.3vw;}
.boxfade{ width: 100%;}
.txtRed{ color: #bf1920;}
.txtPink{ color: #ed6b80;}

.linkLabel{
/*margin-top:-60px;
padding-top:60px;*/
text-indent: -99999px;
}


.warningfontL{
padding-left: 1em;
text-indent: -1em;
}

.warningfontS{
font-size: 80%;
line-height: 1.5em;
padding-left: 1em;
text-indent: -1em;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
content: attr(data-ruby);
position: absolute;
width: 200%;
text-align: center;
top: -2.6em;
left: -50%;
right: 0;
margin: 0 auto;
font-size: 0.6em;
letter-spacing: 0;
}

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

main

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

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

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

#content{
width: 100%;
line-height: 0;
position: relative;
overflow-x: hidden;
margin:0;
}

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

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

#mainImg{
background: url("../images/top2/main_img_pc.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
overflow: hidden;
top: 0; left: 0;
z-index: 1;
}

#logo{
background: url("../images/top2/logo.png") no-repeat center;
background-size: contain;
width: 37.83%; height: 33.25%;
position: absolute;
top: 28.75%; left: 63.13%;
z-index: 5;
animation: fadeanm 3s ease 2.5s forwards;
opacity: 0;
}

#roadshow{
background: url("../images/top2/roadshow.png") no-repeat center;
background-size: contain;
width: 17.4%; height: 5.43%;
position: absolute;
top: 65.31%; left: 72.33%;
z-index: 5;
animation: fadeanm 3s ease 3s forwards;
opacity: 0;
}

#catch01{
background: url("../images/top2/main_catch01_pc.png") no-repeat center;
background-size: contain;
width: 5.7%; height: 37%;
position: absolute;
top: 5.1%; left: 77.56%;
z-index: 5;
animation: fadeanm 3s ease 2s forwards;
opacity: 0;
}

#catch02{
background: url("../images/top2/main_catch02_pc.png") no-repeat center;
background-size: contain;
width: 46.8%; height: 5.6%;
position: absolute;
top: 91.56%; left: 51.43%;
z-index: 5;
animation: fadeanm 3s ease 4s forwards;
opacity: 0;
}

#mainCast{
background: url("../images/top2/main_cast_pc.jpg") no-repeat center;
background-size: cover;
width: 40.9%; height: 13.18%;
position: absolute;
overflow: hidden;
top: 74.5%; right: 0;
z-index: 5;
animation: fadeanm 3s ease 3.5s forwards;
opacity: 0;
}

#mainCastA,#mainCastB{ display: none;}

#particles-js{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 10;
opacity: 0.8;
mix-blend-mode: overlay;
pointer-events: none;
}


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

movie

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


#topmovarea{
width:100%;
margin:0 auto;
padding: 6vw 0;
line-height: 0;
position: relative;
border-bottom: 1px solid #d1d1d1;
}

#topmovarea .movie {
width: 75%;
margin: 0 auto;
}

#topmovarea .movie .inner {
background-color: #000;
position: relative;
padding-bottom: 56.25%;
height: 0;
margin: 0 auto;
}

#topmovarea .movie .inner iframe {
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
}

#topmovarea .movie .tab_area {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 5px auto;
justify-content: center;
}

#topmovarea .movie .tab_area li {
width: 270px;
line-height: 45px;
text-align: center;
font-size: 16px;
margin: 2px;
}

#topmovarea .movie .tab_area li a{
width: 100%; height: 100%;
display: block;
text-decoration: none;
color: #fff;
background: #8b4258;
float: left;
}

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


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

ABOU THE MOVIE

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

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

#aboutAll:before{
content:"";
display: block;
padding-top: 129.33%;
}

#aboutImg01{
background: url("../images/about/about_img01_pc.jpg") no-repeat;
background-size: 100% 100%;
width: 100%; height: 20.5%;
position: absolute;
top: 0; left: 0;
z-index: 1;
}

@keyframes aboutBganm01 {
0% { background-position: 0 0;}
100% { background-position: -100vw 0;}
}

#aboutImg02{
background: url("../images/about/about_img02_pc.jpg") repeat-x;
background-size: 100% 100%;
width: 100%; height: 15.54%;
position: absolute;
top: 20.48%; left: 0;
z-index: 1;
animation: aboutBganm01 60s linear infinite;
}

#aboutImg03{
background: url("../images/about/about_img03_pc.jpg") no-repeat;
background-size: 100% 100%;
width: 100%; height: 19%;
position: absolute;
top: 36%; left: 0;
z-index: 1;
}

@keyframes aboutBganm02 {
0% { background-position: 0 0;}
100% { background-position: 100vw 0;}
}

#aboutImg04{
background: url("../images/about/about_img04_pc.jpg") repeat-x;
background-size: 100% 100%;
width: 100%; height: 8.54%;
position: absolute;
top: 54.98%; left: 0;
z-index: 1;
animation: aboutBganm02 60s linear infinite;
}

#aboutImg05{
background: url("../images/about/about_img05_pc.jpg") no-repeat;
background-size: 100% 100%;
width: 100%; height: 28.55%;
position: absolute;
top: 63.5%; left: 0;
z-index: 1;
}

#aboutImg06{
background: url("../images/about/about_img06_pc.jpg") repeat-x;
background-size: 100% 100%;
width: 100%; height: 8%;
position: absolute;
bottom: 0; left: 0;
z-index: 2;
animation: aboutBganm01 60s linear infinite;
}

#aboutImg03b,#aboutImg05b{ display: none;}

#aboutCatch{
background: url("../images/about/about_catch.png") no-repeat;
background-size: contain;
width: 44%; height: 9.7%;
position: absolute;
top: 9.66%; left: 11.7%;
z-index: 5;
}

#aboutTxt01{
width: 52%;
position: absolute;
top: 37.75%; left: 39.23%;
z-index: 5;
font-size:1.05vw;
line-height: 2.1em;
letter-spacing: 0.05em;
color: #fff;
}

.aboutM,.aboutM2{ font-size: 1.4vw; line-height: 1em; margin-bottom: 0.7em; color: #fff;}

#aboutTxt02{
width: 44%;
position: absolute;
top: 66%; left: 46.66%;
z-index: 5;
font-size:1.15vw;
line-height: 2em;
letter-spacing: 0.08em;
color: #e3e362;
}

.aboutMM_w{ font-size: 1.4vw; color: #fff;}


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

COMMENT

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


#commentAll{
width:100%;
margin:0 auto;
padding: 6em 0 2em;
line-height: 0;
position: relative;
}

#commentM{
width: 20%;
margin: 0 auto 4vw;
text-align: center;
}

.commentBox{
width: 70%; min-width: 540px;
margin: 0 auto 4vw;
}

.commentNM{
width: 100%;
font-size: 1.8vw;
letter-spacing: 0.1vw;
border-top: 2px dotted #000;
border-bottom: 2px dotted #000;
line-height: 2em;
font-weight: 600;
}

.commentTxtAll{
width: 100%;
}

.commentTxt{
width: 100%;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 400;
font-size: 0.95vw;
line-height: 1.9em;
margin: 1em 0;
}

.commentNMs{ font-size: 80%;}

.commentBook{
width: 20%;
float: right;
margin: 1em 0 2em 2em;
pointer-events: none;
}

.fadebox{ width: 100%;}
.txtIta{ font-style: italic;}

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

bnr S

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

#bnrSall{
width: 100%;
padding: 2vw 0;
text-align: center;
border-top: 2px dotted #f75583;
}


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

footer

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

footer{
background: url("../images/top2/footer_bg.jpg") no-repeat center;
background-size: cover;
width: 100%;
padding: 3vw 0 6vw;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
}


#billing{
background: url("../images/top2/billing.png") no-repeat center;
background-size: contain;
width: 50%;
position: relative;
max-width: 800px;
margin: 0 auto 2.5vw;
}

#billing:before{
content:"";
display: block;
padding-top: 57.33%;
}


#sharearea{
background: url("../images/sharemark_w.png") no-repeat left;
background-size: 18px auto;
width: 130px;
line-height: 0;
margin: 0 auto 2.5vw;
text-align: right;
}

#sharearea img{transition: all 0.2s ease; margin: 0 2px}
#sharearea img:hover{ opacity: 0.7;}
#sharearea a{ opacity: 1;}

#copyright{
background-size: contain;
width: 400px; height: 10px;
margin: 0 auto 20px;
font-size: 10px;
line-height: 10px;
text-align: center;
letter-spacing: 1px;
color: #fff;
}

#privacy{
background-size: contain;
width: 400px;
margin: 0 auto;
font-size: 10px;
line-height: 2em;
text-align: center;
letter-spacing: 1px;
color: #fff;
}

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

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

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

#btnpagetop:hover{
opacity: 0.7;
cursor: pointer;
}

