body {
background: #fff url("../images/top/footer_pc.jpg") fixed no-repeat bottom;
background-size: 100% auto;
color: #505050;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
width: 100%;
height:100%;
font-size: 13px;
line-height: 1.8em;
margin: 0px;
letter-spacing: 0;
}

#wrap{
width: 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.1vw;}
.boxfade{ width: 100%;}
.txtGreen{ color:#52b5b0;}
.txtWhite{ color:#fff;}
.fontL{ font-size: 110%;}
.fontB{ font-weight: 500;}

.linkLabel,.linkLabel2{
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.3em;
left: -50%;
right: 0;
margin: 0 auto;
font-size: 0.4em;
letter-spacing: 0;
}

#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: 0;}
100% { transform: scale(1,1); opacity: 1;}
}

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

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

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

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

@keyframes  mainImganm {
0% { transform: translateY(-35%);}
100% { transform: translateY(-55.5%);}
}

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

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

#mainImg03{
background: url("../images/top/main03_pc.png") no-repeat left 0 top 59%;
background-size: 23.75% auto;
width: 100%; height: 227%;
position: absolute;
overflow: hidden;
top: 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_pc.jpg") no-repeat center top 45%;
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: 63%; height: 5%;
position: absolute;
bottom: 25%; 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: 9%; height: 50%;
position: absolute;
top: 17%; left: 45.5%;
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: 42%; height: 30%;
position: absolute;
bottom: 20%; left: 28%;
z-index: 10;
animation: fadeanm 3s ease 12s forwards;
opacity: 0;
}

#roadshow{
background: url("../images/top/roadshow.png") no-repeat center bottom;
background-size: contain;
width: 8%; height: 7%;
position: absolute;
bottom: 4.6%; right: 2%;
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: 47.6%; height: 13%;
position: absolute;
bottom: 4%; left: 26.2%;
z-index: 10;
animation: fadeanm 3s ease 12.5s forwards;
opacity: 0;
}

#billing{
background: url("../images/top/billing_pc.png") no-repeat center;
background-size: contain;
width: 23.9%; height: 11.5%;
position: absolute;
bottom: 4%; left: 1.5%;
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: 5.54%; height: 37%;
position: absolute;
top: 14%; right: 3.6%;
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: 50%; height: 4.4%;
position: absolute;
top: 75px; left: 25%;
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: 22%;
margin: 5px;
}


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

mvck

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

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

#mvck{
width: 840px;
margin: 0 auto;
line-height: 0;
}

#mvckOnline{
background: #fff;
width: 840px;
margin: 0 auto;
line-height: 0;
}

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

movie

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

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

#topmovarea .movie {
width: 72%; min-width: 860px;
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: 24.5%; height: 3em;
line-height: 3em;
text-align: center;
font-size: 1.1vw;
margin: 0.2%;
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{
background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 10% 58%, rgba(255, 255, 255, 0));
width: 100%;
position: relative;
overflow: hidden;
padding: 4em 0 6em;
}

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

.contentMs{
font-size: 50%;
}

#introTxt{
width: 74%;
font-size: 0.9vw;
line-height: 2em;
padding-top: 2em;
padding-bottom: 0;
margin: 0 auto;
text-align: center;
}

#introCatch{
width: 100%;
font-family: "Shippori Mincho", serif;
font-weight: 300;
font-size: 1.7vw;
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_pc.jpg") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
padding: 4em 0 6em;
}


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


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

COMMENT

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

#commentAll{
background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 10% 58%, rgba(255, 255, 255, 0));
width:100%;
margin:0 auto;
padding: 4em 0;
line-height: 0;
position: relative;
}

.commentBoxAll{
width: 72%; min-width: 800px;
margin: 0 auto;
}

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

.commentBox{
width: 100%;
margin: 0 auto 2vw;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.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: 35%;
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: 1.8vw;
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;
}

.commentTxt01{
width: 62%;
font-size: 0.9vw;
line-height: 1.9em;
color: #000;
}

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

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


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

bnr S

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

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


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

footer

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

footer{
width: 100%;
padding: 2vw 0 16vw;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
}

#sharearea{
width: 100%; line-height: 35px;
margin: 0 auto 40px;
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: 12px;
letter-spacing: 1em;
text-indent: 0.5em;
margin-bottom: 0.5vw;
}

.share_i_x{
background: #fff url("../images/sns/share_x.png") no-repeat center;
background-size: 40px auto;
width: 50px; height: 50px;
margin: 7px;
border-radius: 25px;
line-height: 50px;
transition: all 0.3s ease;
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: 45px auto;
width: 50px; height: 50px;
margin: 7px;
border-radius: 25px;
line-height: 50px;
transition: all 0.3s ease;
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: 45px auto;
width: 50px; height: 50px;
margin: 7px;
border-radius: 25px;
line-height: 50px;
transition: all 0.3s ease;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

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

.share_i_x:hover,.share_i_line:hover,.share_i_fb:hover{ opacity: 0.7;}

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

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

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

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

