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


#wrap{
width: 100%;
position: relative;
}

a:hover {opacity:1;} 

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

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

.linkLabeltop{
margin-top:-55px;
padding-top:55px;
}

.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: 180%;
	text-align: center;
    top: -2.1em;
    left: -40%;
    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-top: 55px;
}

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

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

#mainImg{
background: url("../images/top2/main_img_sp.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 90.8%;
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: 62.66%; height: 18.4%;
position: absolute;
top: 43.5%; left: 43%;
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: 33.86%; height: 3.6%;
position: absolute;
top: 63.4%; left: 62%;
z-index: 5;
animation: fadeanm 3s ease 3s forwards;
opacity: 0;
}

#catch01{
background: url("../images/top2/main_catch01_pc.png") no-repeat center top;
background-size: contain;
width: 14%; height: 33%;
position: absolute;
top: 2.1%; left: 84.26%;
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: 93%; height: 3.75%;
position: absolute;
top: 85%; left: 3.5%;
z-index: 5;
animation: fadeanm 3s ease 4s forwards;
opacity: 0;
}

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

#mainCast{
background: url("../images/top2/main_cast_sp.jpg") repeat-x right;
background-size: 100% 100%;
width: 136.53%; height: 9.2%;
position: absolute;
bottom: 0; right: 0;
z-index: 2;
animation: mainCastslide 30s linear infinite;
}

#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: 86%;
margin: 1vw 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: 2px auto;
justify-content: space-between;
}

#topmovarea .movie .tab_area li {
width: 49.5%;height: 40px;
line-height: 40px;
text-align: center;
font-size: 12px;
margin: 0.4% 0;
position: relative;
overflow: hidden;
}

#topmovarea .movie .tab_area li.line2wide {
width: 49.5%;height: 40px;
line-height: 15px;
text-align: center;
font-size: 12px;
margin: 0.4% 0;
font-weight: 600;
}

#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;
}

.menubtnpos{
width: 100%;
vertical-align: middle;
position: absolute;
top: 50%; left: 0;
transform: translateY(-50%);
z-index: 1;
}


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

ABOU THE MOVIE

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

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

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

#aboutImg01{
background: url("../images/about/about_img01_sp.jpg") no-repeat;
background-size: cover;
width: 100%; height: 13%;
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_sp.jpg") repeat-x;
background-size: 100% 100%;
width: 181.33%; height: 7%;
position: absolute;
top: 13%; left: 0;
z-index: 1;
animation: aboutBganm01 30s linear infinite;
}

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

#aboutImg03b{
background: url("../images/about/about_img03b_sp.jpg") no-repeat;
background-size: cover;
width: 100%; height: 23%;
position: absolute;
top: 28%; left: 0;
z-index: 1;
}

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

#aboutImg04{
background: url("../images/about/about_img04_sp.jpg") repeat-x;
background-size: cover;
width: 198.93%; height: 5%;
position: absolute;
top: 51%; left: 0;
z-index: 1;
animation: aboutBganm02 40s linear infinite;
}

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

#aboutImg05b{
background: url("../images/about/about_img05_sp.jpg") no-repeat;
background-size: cover;
width: 100%; height: 13%;
position: absolute;
top: 81%; left: 0;
z-index: 1;
}

#aboutImg06{
background: url("../images/about/about_img06_sp.jpg") repeat-x;
background-size: cover;
width: 266%; height: 6%;
position: absolute;
top: 94%; left: 0;
z-index: 1;
animation: aboutBganm01 40s linear infinite;
}

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

#aboutTxt01{
width: 86%;
position: absolute;
top: 26.44%; left: 7%;
z-index: 5;
font-size:3.2vw;
line-height: 2.1em;
letter-spacing: 0.05em;
color: #fff;
text-align: justify;
}

.aboutM{
width: 100%;
font-size: 4vw;
line-height: 1em;
margin-bottom: 2em; 
color: #fff;
text-align: right;
}

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

#aboutTxt02{
width: 100%;
position: absolute;
top: 57%; left: 0;
z-index: 5;
font-size:3.4vw;
line-height: 2.1em;
letter-spacing: 0.06em;
color: #e3e362;
text-align: center;
}

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


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

COMMENT

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

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

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


.commentBox{
width: 85%;
margin: 0 auto;
}


.commentNM{
background: url("../images/top/sankaku.png") no-repeat top 50% right 5px;
background-size: 10px auto;
width: 100%;
font-size: 5vw;
letter-spacing: 0.1vw;
font-weight: 600;
line-height: 3em;
border-top: 1px dotted #000;
}

.commentTxtAll{
width: 100%;
display: none;
border-top: 1px dotted #000;
}

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

.commentTxtColor{ color: #c39600;}
.commentNMs{ font-size: 80%;}
.borderBTM{border-bottom: 1px dotted #000;}

.commentBook{
width: 50%;
margin: 2em auto;
pointer-events: none;
}

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

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 bottom;
background-size: auto 120%;
width: 100%;
padding: 1.5em 0 5em;
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: 100%;
position: relative;
max-width: 800px;
margin: 0 auto 2em;
}

#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 2em;
text-align: right;
}

#sharearea img{margin: 0 2px}
#sharearea a{ opacity: 1;}

#copyright{
background-size: contain;
width: 100%;
margin: 0 auto 20px;
font-size: 10px;
line-height: 1.6em;
text-align: center;
letter-spacing: 1px;
}

#privacy{
background-size: contain;
width: 100%;
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: 55px; height: 55px;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
line-height: 55px;
text-align: center;
font-size: 14px;
}

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