body {
background: #fff;
color: #5a5a5a;
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%; 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%;}
.txtPink{ color: #cf4a6b;}
.txtBlue{ color:#2D6EB1;}
.fontL{ font-size: 110%;}
.fontB{ font-weight: 500;}

.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: -2em;
left: -50%;
right: 0;
margin: 0 auto;
font-size: 0.4em;
letter-spacing: 0;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
}

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

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

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

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

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

#mainImg{
background: url("../images/top/img_main_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/top/logo.png") no-repeat center;
background-size: contain;
width: 37%; height: 17%;
position: absolute;
top: 64%; left: 31.5%;
z-index: 5;
animation: fadeanm 3s ease 2.5s forwards;
opacity: 0;
}

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

#catch{
background: url("../images/top/catch.png") no-repeat center;
background-size: contain;
width: 2%; height: 38.62%;
position: absolute;
top: 15%; left: 49%;
z-index: 5;
animation: fadeanm 3s ease 2s forwards;
opacity: 0;
}

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

#catch2{
background: url("../images/top/catch2.png") no-repeat center;
background-size: contain;
width: 57%; height: 2.87%;
position: absolute;
bottom: 1.2%; left: 21.5%;
z-index: 5;
animation: fadeanm 3s ease 3.5s forwards;
opacity: 0;
}

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

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

bnr L

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

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

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

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

movie

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

#topmovarea{
width:100%;
margin:0 auto;
padding: 5vw 0;
line-height: 0;
position: relative;
}

#topmovarea .movie {
width: 70%;
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: 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: #f5a3b7;
float: left;
}

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

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


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

ABOU THE MOVIE

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

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

.aboutBox{
width: 100%;
padding: 2em 0;
}

.aboutM{
text-align: center;
font-family: "Shippori Mincho", serif;
font-weight: 300;
font-size: 1vw;
line-height: 1em;
letter-spacing: 0.5em;
text-indent: 0.5em;
width: 20%;
border-bottom: 1px solid #fff;
margin: 0 auto;
padding: 0.5em 0;
}

.aboutIntroM{
width: 100%;
font-family: "Shippori Mincho", serif;
font-weight: 300;
font-size: 2vw;
text-align: center;
color: #ffb3dd;
line-height: 1.6em;
padding-top: 1.3em;
}

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

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

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

.aboutTxt2{
width: 100%;
text-align: center;
font-size: 1vw;
line-height: 2em;
padding-top: 2em;
margin: 0 auto;
}

.aboutStoryM{
width: 100%;
font-family: "Shippori Mincho", serif;
font-weight: 300;
font-size: 1.5vw;
text-align: center;
line-height: 3em;
}


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

COMMENT

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


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

.contentM{
width: 100%;
text-align: center;
font-family: "Shippori Mincho", serif;
font-weight: 300;
font-size: 1vw;
line-height: 1em;
letter-spacing: 0.5em;
text-indent: 0.5em;
color: #df4f73;
padding-bottom: 2em;
}

.commentBoxAll{
width: 74%; min-width: 800px;
margin: 2em auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.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/comment/img_01nagase.jpg") no-repeat center;}
#commentImg02{background: url("../images/comment/img_02yoshikawa.jpg") no-repeat center;}
#commentImg01,#commentImg02{
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
pointer-events: none;
margin: 0 auto 2vw;
}

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

#commentImg01sp,#commentImg02sp{ display: none;}

.commentNM{
width: 100%;
font-size: 1.9vw;
letter-spacing: 0.05vw;
line-height: 1em;
font-family: "Shippori Mincho", serif;
font-weight: 300;
color: #df4f73;
}

.commentTxtAll{
width: 100%;
}

.commentTxt{
width: 100%;
font-size: 0.9vw;
line-height: 1.9em;
margin: 1em 0;
}

.commentNMs{ font-size: 70%;}



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

ORIGINAL

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

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

.originalBoxAll{
width: 74%; min-width: 800px;
margin: 2em auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.originalLeft{ width: 37.27%; position: relative; overflow: hidden;}
.originalRight{ width: 58.5%;}

#originalImg{
background: url("../images/top/img_original.jpg") no-repeat center;
background-size: contain;
width: 100%;
position: relative;
overflow: hidden;
pointer-events: none;
}

#originalImg:before{
content:"";
display: block;
padding-top: 86%;
}

.originalTxtAll{
width: 100%;
}

.originalNM{
width: 100%;
font-size: 1.8vw;
letter-spacing: 0.05vw;
line-height: 1em;
font-family: "Shippori Mincho", serif;
font-weight: 300;
color: #df4f73;
border-top: 2px dotted #df4f73;
border-bottom: 2px dotted #df4f73;
padding: 0.5em 0;
margin-bottom: 0.5em;
}

.originalProfile{
width: 46%;
margin-top: 2.5em;
padding: 1.5em 1.5%;
border: 1px solid #DCABBA;
}

.originalNM2{
width: 100%;
font-size: 1.5vw;
letter-spacing: 0.05vw;
line-height: 1em;
font-family: "Shippori Mincho", serif;
font-weight: 300;
color: #df4f73;
padding: 0 0 0.5em;
}

.originalTxtAll2{
width: 100%;
}

.originalTxt,.originalTxt2{
width: 100%;
font-size: 0.90vw;
line-height: 1.9em;
margin: 0;
}

.originalNMs{ font-size: 60%;}

.originalLinkBtn{
background: #f5a3b7;
width: 180px; height: 40px;
line-height: 40px;
text-align: center;
margin: 2em 0 0 auto;
}

.originalLinkBtn a{
width: 100%; height: 100%;
display: block;
text-decoration: none;
color: #fff;
}


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

bnr S

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

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


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

footer

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

footer{
background: url("../images/top/footer_pc.jpg") no-repeat center;
background-size: cover;
width: 100%;
padding: 2vw 0 8vw;
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;
color: #fff;
}

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

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

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

.share_i_x:hover,.share_i_line: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;
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: #f5a3b7;
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;
}

