body {
background: #fff;
color: #505050;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
width: 100%;
height:100%;
font-size: 3.1vw;
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: -0.1em;}
.boxfade{ width: 100%;}
.txtGreen{ color:#52b5b0;}
.txtWhite{ color:#fff;}
.fontL{ font-size: 110%;}
.fontB{ font-weight: 500;}

.linkLabel{
margin-top:-55px;
padding-top:55px;
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: -70%;
    left: -40%;
    right: 0;
    margin: 0 auto;
    font-size: 0.45em;
	letter-spacing: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 500;
}

#damImg{
width: 64px; height: 64px;
position: absolute;
top: -100%; left: -100%;
z-index: 20;
}

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

main

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

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

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

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

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


#mainAll{
background: #46b1b2;
width: 100%;
position: relative;
overflow: hidden;
}

#mainAll:before{
content:"";
display: block;
padding-top: 155%;
}

#main{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
}

@keyframes  mainImganm {
0% { transform: translateY(25%);}
100% { transform: translateY(0);}
}

#mainImg01{
background: url("../images/top/main01_sp.jpg") no-repeat center bottom;
background-size: cover;
width: 100%; height: 168%;
position: absolute;
overflow: hidden;
bottom: 0; left: 0;
z-index: 1;
animation: mainImganm 22s ease 3s forwards;
}

#mainImg02{
background: url("../images/top/main02_sp.png") no-repeat center bottom;
background-size: 100% auto;
width: 100%; height: 168%;
position: absolute;
overflow: hidden;
bottom: 0; left: 0;
z-index: 4;
animation: mainImganm 20s ease 5s forwards;
}

#mainImg03{
background: url("../images/top/main03_sp.png") no-repeat left 0 bottom 40%;
background-size: 21.77% auto;
width: 100%; height: 168%;
position: absolute;
overflow: hidden;
bottom: 0; left: 0;
z-index: 3;
animation: mainImganm 25s ease 0.1s forwards;
}

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

#mainImgSky{
background: url("../images/top/main01_sp.jpg") no-repeat center top;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
overflow: hidden;
top: 0; left: 0;
z-index: 5;
animation: mainSkyanm 4s ease 9s forwards;
}

#mainPlaneAll{
width: 70%; height: 7%;
position: absolute;
bottom: 36%; left: -5%;
z-index: 2;
transform: rotateZ(-20deg);
}

@keyframes  planeanm {
0% { transform: translateX(0); opacity: 0.3;}
100% { transform: translateX(60%); opacity: 1;}
}

#mainPlane{
background: url("../images/top/plane.png") no-repeat center;
background-size: contain;
width:100%; height: 100%;
position: absolute;
top: 0; left: -60%;
z-index: 1;
animation: planeanm 35s ease-out 0.1s forwards;
}

@keyframes  catchAllfade {
0% {opacity: 1;}
75% {opacity: 1;filter: blur(none);}
100% {opacity: 0;filter: blur(15px);}
}

#catch01all{
width: 100%; height: 52%;
position: absolute;
top: 20%; left: 0;
z-index: 11;
animation: catchAllfade 3s ease-out 10s forwards;
}

@keyframes  catchfade {
0% {opacity: 0; transform: translateY(0);}
100% {opacity: 1;transform: translateY(0);}
}

#catch01a{ 
background: url("../images/top/catch01a.png") no-repeat center; z-index: 6;
animation: catchfade 3.5s ease 2s forwards;
}
#catch01b{ 
background: url("../images/top/catch01b.png") no-repeat center; z-index: 5;
animation: catchfade 3.5s ease 2.7s forwards;
}
#catch01c{ 
background: url("../images/top/catch01c.png") no-repeat center; z-index: 4;
animation: catchfade 3.5s ease 3.4s forwards;
}
#catch01d{ 
background: url("../images/top/catch01d.png") no-repeat center; z-index: 3;
animation: catchfade 3.5s ease 5s forwards;
}
#catch01e{ 
background: url("../images/top/catch01e.png") no-repeat center; z-index: 2;
animation: catchfade 3.5s ease 5.7s forwards;
}
#catch01f{ 
background: url("../images/top/catch01f.png") no-repeat center; z-index: 1;
animation: catchfade 3.5s ease 7s forwards;
}
#catch01a,#catch01b,#catch01c,#catch01d,#catch01e,#catch01f{
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
opacity: 0;
}

#logo{
background: url("../images/top/logo.png") no-repeat center;
background-size: contain;
width: 100%; height: 19%;
position: absolute;
bottom: 22.3%; left: 0;
z-index: 10;
animation: fadeanm 3s ease 12s forwards;
opacity: 0;
}

#roadshow{
background: url("../images/top/roadshow.png") no-repeat center right;
background-size: contain;
width: 14.5%; height: 5%;
position: absolute;
bottom: 12.6%; right: 2.5%;
z-index: 10;
animation: fadeanm 3s ease 13s forwards;
opacity: 0;
}

#mainCast{
background: url("../images/top/main_cast.jpg") no-repeat center bottom;
background-size: contain;
width: 94%; height: 9.26%;
position: absolute;
bottom: 1.7%; left: 3%;
z-index: 10;
animation: fadeanm 3s ease 12.5s forwards;
opacity: 0;
}

#billing{
background: url("../images/top/billing_sp.png") no-repeat center;
background-size: contain;
width: 100%; height: 9.5%;
position: absolute;
bottom: 12%; left: 0;
z-index: 10;
animation: fadeanm 3s ease 12s forwards;
opacity: 0;
}

#catch01{
background: url("../images/top/catch01.png") no-repeat center;
background-size: contain;
width: 13.5%; height: 33.3%;
position: absolute;
top: 18%; right: 3.5%;
z-index: 10;
animation: fadeanm 3s ease 14.5s forwards;
opacity: 0;
}

#catch02{
background: url("../images/top/catch02.png") no-repeat center;
background-size: contain;
width: 94%; height: 3.7%;
position: absolute;
top: 60px; left: 3%;
z-index: 10;
animation: fadeanm 3s ease 11s forwards;
opacity: 0;
}


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

bnr L

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

#bnrLall{
width: 100%;
padding: 1em 0;
border-bottom: 1px solid #917bb8;
text-align: center;
}

#bnrLall img{
width: 86%;
margin: 5px 0;
}


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

mvck

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

#mvckAll{
background: url("../images/top2/line.png") repeat-x bottom center;
background-size: auto 5px;
width: 100%;
padding: 20px 0;
}

#mvck{
background: #fff;
width: 330px;
margin: 0 auto;
line-height: 0;
}

#mvckOnline{
width: 330px;
margin: 0 auto;
border: 2px solid #dddddd;
}



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

movie

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

#topmovarea{
background: url("../images/top/line.png") repeat-x bottom center;
background-size: auto 4.5px;
width:100%;
margin:0 auto;
padding: 2.5em 0;
line-height: 0;
position: relative;
}

#topmovarea .movie {
width: 86%;
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: 3px auto 0;
justify-content:space-between;
}

#topmovarea .movie .tab_area li {
width: 49.5%; height: 3em;
line-height: 3em;
text-align: center;
margin: 0.5% 0;
position: relative;
overflow: hidden;
}

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

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

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


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

INTRODUCTION

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

#introAll{
width: 100%;
position: relative;
overflow: hidden;
padding: 2em 0 4em;
}

.contentM{
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 300;
color: #52b5b0;
font-size: 6vw;
line-height: 1em;
width: 100%;
margin: 0 auto;
padding: 0.5em 0;
}

.contentMs{
font-size: 50%;
}

#introTxt{
width: 86%;
font-size: 3vw;
line-height: 2em;
padding-top: 1em;
padding-bottom: 0;
margin: 0 auto;
}

#introCatch{
width: 100%;
font-family: "Shippori Mincho", serif;
font-weight: 300;
font-size: 4vw;
text-align: center;
color: #000;
line-height: 1.8em;
padding-top: 2em;
}

[about-ruby] {
position: relative;
}
[about-ruby]::before {
content: attr(about-ruby);
position: absolute;
width: 200%;
text-align: center;
bottom: -2.8em;
left: -50%;
right: 0;
margin: 0 auto;
font-size: 0.3em;
letter-spacing: 0;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
}


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

STORY

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

#storyAll{
background: url("../images/top/story_bg_sp.jpg") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
padding: 2em 0 4em;
}

#storyTxt{
width: 100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 3.3vw;
line-height: 2em;
padding-top: 1em;
padding-bottom: 0;
margin: 0 auto;
text-align: center;
color: #000;
}

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

COMMENT

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

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

.commentBoxAll{
width: 82%;
margin: 0 auto;
}

.commentBorder{border-top: 1px dotted #000;}

.commentBox{
width: 100%;
margin: 0 auto 2vw;
}

.commentLeft{
width: 19%;
position: relative;
overflow: hidden;}

.commentRight{ width: 77%;}

#commentImg01{background: url("../images/caststaff/cast_img01.jpg") no-repeat center;}
#commentImg02{background: url("../images/caststaff/cast_img02.jpg") no-repeat center;}
#commentImg03{background: url("../images/caststaff/cast_img03.jpg") no-repeat center;}
#commentImg01,#commentImg02,#commentImg03{
background-size: cover;
width: 80%;
margin: 1em auto;
pointer-events: none;
}

#commentImg01:before,#commentImg02:before,#commentImg03:before{
content:"";
display: block;
padding-top: 54%;
}

.commentNM{
background: url("../images/caststaff/sankaku.png") no-repeat right 0.1em top 50%;
background-size: auto 25%;
width: 100%;
font-size: 4.2vw;
letter-spacing: 0.05vw;
line-height: 1em;
padding: 0.7em 0 0.6em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 300;
color: #000;
border-bottom: 1px dotted #000;
cursor: pointer;
}

.commentNM:hover{ opacity: 0.7;}

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

.commentTxtMain{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 2vw auto 4vw;
padding-bottom: 0.5em;
}

.commentTxt01,.commentTxt02{
width: 100%;
font-size: 3vw;
line-height: 1.9em;
color: #000;
}

.commentNMs{ font-size: 70%;}
.commentNMe{ font-size: 50%; color: #5dbab3; letter-spacing: 0.3em;}


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

bnr S

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

#bnrSall{
width: 100%;
padding: 3vw 0 6vw;
text-align: center;
}

#bnrSall img{ width: 260px;}

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

footer

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

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

#billingFull{
background: url("../images/top2/billing2_sp.png") no-repeat center;
background-size: contain;
width: 90%; max-width: 700px;
position: relative;
margin: 0 auto 40px;
}

#billingFull:before{
content:"";
display: block;
padding-top: 65.3%;
}

#sharearea{
width: 100%; line-height: 35px;
margin: 2em auto;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.shareTxt{
width: 100%;
text-align: center;
font-family: "Shippori Mincho", serif;
font-weight: 500;
font-size: 10px;
letter-spacing: 1em;
text-indent: 0.8em;
line-height: 1.8em;
}

.share_i_x{
background: #fff url("../images/sns/share_x.png") no-repeat center;
background-size: 35px auto;
width: 40px; height: 40px;
margin: 7px;
border-radius: 25px;
line-height: 50px;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

.share_i_line{
background: #fff url("../images/sns/share_line.png") no-repeat center;
background-size: 35px auto;
width: 40px; height: 40px;
margin: 7px;
border-radius: 25px;
line-height: 50px;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

.share_i_fb{
background: #fff url("../images/sns/share_fb.png") no-repeat center;
background-size: 35px auto;
width: 40px; height: 40px;
margin: 7px;
border-radius: 25px;
line-height: 50px;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

.share_i_x a,.share_i_line a{
width: 100%; height: 100%;
display: block;
}

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

#privacy{
background-size: contain;
width: 100%;
margin: 0 auto;
font-size: 10px;
line-height: 2em;
text-align: center;
}

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

#btnpagetop{
background: #b83229;
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;
}

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