body {
background: #fff;
color: #000;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
width: 100%;
height:100%;
font-size: 12px;
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%;}

.txtPink{ color: #cf4a6b;}
.txtBlue{ color:#2D6EB1;}

.fontL{ font-size: 110%;}
.fontB{ font-weight: 600;}
.fontS{ font-size: 80%;}

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

.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: 180%;
	text-align: center;
    top: -110%;
    left: -40%;
    right: 0;
    margin: 0 auto;
    font-size: 0.5em;
	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.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: 140%;
}

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

#mainImg{
background: url("../images/top/main_sp.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;
}

#logo{
background: url("../images/top/logo.png") no-repeat center;
background-size: contain;
width: 14.6%; height: 60%;
position: absolute;
top: 14.8%; left: 42.7%;
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: 32%; height: 5.2%;
position: absolute;
bottom: 1.7%; right: 1.8%;
z-index: 5;
animation: fadeanm 3s ease 3s forwards;
opacity: 0;
}

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

#bnr_eigaka{
width: 25.5%;
position: absolute;
bottom: 8%; right: 1%;
z-index: 5;
animation: fadeanm 3s ease 3.5s 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;
}


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

movie

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

#topmovarea{
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;
font-size: 3vw;
margin: 0.2% 0;
position: relative;
overflow: hidden;
}

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

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

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


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

STORY

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

#storyAll{
width: 100%;
position: relative;
overflow: hidden;
margin: 0 auto;
max-width: 600px;
}

#storyAll:before{
content:"";
display: block;
padding-top: 140%;
}

#storyTxt{
background: url("../images/top/story_txt.png") no-repeat center;
background-size: contain;
width: 100%; height: 76%;
position: absolute;
top: 12%; left: 0;
z-index: 1;
}


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

COMMENT

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


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

.contentM{
width: 30%; max-width: 240px;
text-align: right;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 10px;
line-height: 2em;
letter-spacing: 0.4em;
border-bottom: 1px solid #000;
}

#commentBox{
width: 80%; max-width: 580px;
margin: 5em auto 0;
}


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

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

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

#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: 70%;
margin-bottom: 3em;
position: relative;
overflow: hidden;
pointer-events: none;
margin: 0 auto 2em;
}

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

#commentImg01sp,#commentImg02sp{ display: none;}

.commentNM{
background: url("../images/top/sankaku.png") no-repeat top 50% right 5px;
background-size: 8px auto;
width: 100%;
font-size: 22px;
line-height: 1em;
padding: 0.6em 0 0.5em;
letter-spacing: 0.1em;
font-family: "Shippori Mincho", serif;
font-weight: 300;
border-top: 1px solid #7c7c7c;
border-bottom: 1px solid #7c7c7c;
}

.commentTxtAll{
width: 100%;
display: none;
}

.commentTxt{
width: 100%;
line-height: 2em;
letter-spacing: 0.05em;
margin: 1em 0;
text-align: justify;
}

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




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

ORIGINAL

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

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

#originalBox{
width: 80%; 
margin: 3em auto 0;
}

#originalImg{
width: 48%; max-width: 250px;
position: relative;
overflow: hidden;
pointer-events: none;
margin: 0 auto 2em;
}

#originalTxtAll{
width: 100%;
}

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

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

.originalNMs{ font-size: 60%;}



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

footer

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

footer{
width: 100%;
padding: 4em 0 10em;
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: 260px;
margin: 0 auto;
text-align: right;
font-size: 12px;
line-height: 1em;
letter-spacing: 0.1em;
}

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

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

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

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


