body {
background: #fff;
color: #000;
font-family: "Noto Sans JP", 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;
overflow-x: hidden;
}

.pc{ display: block;}
.sp{ display: none;}

.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: 600;}
.fontS{ font-size: 80%;}

.imgDam{
width: 128px;
position: absolute;
top: 0; left: -200%;
z-index: 2;
}

.linkLabel,.linkLabel2{
text-indent: -99999px;
}

.linkLabel3{
margin-top:-70px;
padding-top:70px;
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.4em;
left: -50%;
right: 0;
margin: 0 auto;
font-size: 0.5em;
letter-spacing: 0;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}


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

main

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

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

@keyframes  scaleanm {
0% { transform: scale(1.2,1.2); 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;
overflow: hidden;
}

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

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

#mainImg{
background: url("../images/top2/main2_pc.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
overflow: hidden;
top: 0; left: 0;
z-index: 1;
animation: scaleanm 10s ease-out .5s forwards;
opacity: 0;
}

@keyframes  effectanm {
0% {opacity: 0.1;}
100% {opacity: 0;}
}

#mainEffect{
background: url("../images/top2/effect_pc.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
overflow: hidden;
top: 0; left: 0;
z-index: 2;
mix-blend-mode: screen;
animation:effectanm 0.1s infinite linear alternate;
}

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

#catch01{
background: url("../images/top2/catch01.png") no-repeat center;
background-size: contain;
width: 1.5%; height: 32.3%;
position: absolute;
top: 53%; right: 49.25%;
z-index: 5;
animation: fadeanm 3s ease 5s forwards;
opacity: 0;
}

#catch02{
background: url("../images/top2/catch02.png") no-repeat center;
background-size: contain;
width: 52%; height: 2.8%;
position: absolute;
bottom: 2.35%; left: 24%;
z-index: 5;
animation: fadeanm 3s ease 3.2s forwards;
opacity: 0;
}

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

#billing{
background: url("../images/top2/main_billingB_pc.png") no-repeat center;
background-size: contain;
width: 16.9%; height: 7.35%;
position: absolute;
bottom: 2.35%; left: 1.6%;
z-index: 5;
animation: fadeanm 3s ease 3s 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;
}

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

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: 31.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: #8da0b0;
float: left;
}

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

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


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

STORY

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

#storyAll{
background: url("../images/story/bg_pc.jpg") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
padding: 70px 0 100px;
}

.aboutM{
width: 21%;
text-align: right;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 0.9vw;
line-height: 2em;
letter-spacing: 0.5em;
color: #fff;
border-bottom: 1px solid #fff;
}

#storyTxt{
width: 100%;
font-family: "Shippori Mincho", serif;
font-weight: 300;
font-size: 1vw;
line-height: 2em;
letter-spacing: 0.1em;
color: #fff;
text-align: center;
margin-top: 30px;
}

.storyTxtM{
font-size: 1.5vw;
line-height: 1.8em;
}

[story-ruby] {
    position: relative;
}
[data-ruby]::before {
content: attr(data-ruby);
position: absolute;
width: 200%;
text-align: center;
top: -2.45em;
left: -50%;
right: 0;
margin: 0 auto;
font-size: 0.5em;
letter-spacing: 0;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}

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

COMMENT

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


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

.contentM{
width: 21%;
text-align: right;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 0.9vw;
line-height: 2em;
letter-spacing: 0.5em;
color: #5c81a0;
border-bottom: 1px solid #5c81a0;
}

#commentBox{
width: 74%; min-width: 800px;
margin: 5em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.commentLeft{
width: 50%;
position: relative;
overflow: hidden;
margin-bottom: 4em;
}

.commentRight{
width: 46%;
position: relative;
overflow: hidden;
margin-bottom: 4em;
}

.commentCenter{
width: 100%;
position: relative;
overflow: hidden;
margin-bottom: 4em;
}

#commentImg01{background: url("../images/top/comment_img01.jpg") no-repeat center;}
#commentImg02{background: url("../images/top/comment_img02.jpg") no-repeat center;}
#commentImg01,#commentImg02{
background-size: cover;
width: 65%;
margin-bottom: 3em;
position: relative;
overflow: hidden;
pointer-events: none;
}

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

#commentImg01sp,#commentImg02sp{ display: none;}

.commentNM{
width: 100%;
font-size: 1.8vw;
line-height: 1em;
letter-spacing: 0.2em;
font-family: "Shippori Mincho", serif;
font-weight: 300;
pointer-events: none;
}

.commentTxtAll{
width: 100%;
}

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

.commentNMs{ font-size: 70%; letter-spacing: 0.2em;}



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

ORIGINAL

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

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

#originalBox{
width: 50%; 
margin: 5em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;   
}

#originalImg{
width: 28%;
position: relative;
overflow: hidden;
pointer-events: none;
}

#originalTxtAll{
width: 70%;
}

.originalNM{
width: 100%;
font-size: 1.5vw;
letter-spacing: 0.05vw;
line-height: 2em;
font-family: "Noto Serif JP", serif;
font-weight: 400;
text-align: center;
}

.originalNM2{
width: 100%;
font-size: 1.6vw;
letter-spacing: 0.05vw;
line-height: 2em;
font-family: "Noto Serif JP", serif;
font-weight: 400;
padding-bottom: 2em;
text-align: center;
}

.originalNMs{ font-size: 60%;}


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

bnr S

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

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


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

footer

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

footer{
width: 100%;
padding: 4vw 0 10vw;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
border-top: 1px solid #000;
font-family: "Noto Serif JP", serif;
}

#shareArea{
background: url("../images/sns/sharemark.png") no-repeat left;
background-size: auto 100%;
width: 330px;
margin: 0 auto;
text-align: right;
font-size: 15px;
line-height: 1em;
letter-spacing: 0.1em;
}

#shareArea a{ margin: 0 10px; color: #000; text-decoration: none;}

#copyright{
background-size: contain;
width: 400px; height: 10px;
margin: 4vw auto 2vw;
font-size: 10px;
line-height: 10px;
text-align: center;
letter-spacing: 1px;
color: #000;
}

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

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

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

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

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

