body {
background: #fff;
color: #303030;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
font-style: normal;
width: 100%;
height:100%;
font-size: 12px;
line-height:1.8em;
margin: 0;
letter-spacing: 0;
}


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

a:hover {opacity:1;} 

.sp{ display: block;}
.pc{ display: none;}
.fontS{ font-size: 80%; letter-spacing: 0.1em;}
.efblock{ width: 100%;}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -2px;}
.fontnormal{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 400;
font-style: normal;
}
.txtGold{ color: #aa8421;}


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

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

.linkLabel{
margin-top:-60px;
padding-top:60px;
text-indent: -99999px;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
	width: 180%;
	text-align: center;
    top: -1.8em;
    left: -40%;
    right: 0;
    margin: 0 auto;
    font-size: 0.6em;
	letter-spacing: 0;
}

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

main

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

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

#main{
background: #fc688f;
width: 100%;
position: relative;
overflow: hidden;
margin: 60px 0 0;
}

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

#mainImg{
background: url("../images/top/main_sp.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
}

#logo{
background: url("../images/top/logo_sp.png") no-repeat center;
background-size: contain;
width: 78%; height: 8.6%;
position: absolute;
bottom: 12%; left: 11%;
z-index: 5;
animation: fadeanm 2s ease 2s forwards;
opacity: 0;
}

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

#catch{
background: url("../images/top/catch.png") no-repeat center;
background-size: contain;
width: 6%; height: 22%;
position: absolute;
top: 19.33%; left: 47%;
z-index: 4;
animation: scaleanm 1s ease 3.5s forwards;
opacity: 0;
}

#catch2{
background: url("../images/top/catch2_sp.png") no-repeat center;
background-size: contain;
width: 82.13%; height: 5.42%;
position: absolute;
bottom: 2.6%; left: 3%;
z-index: 4;
animation: fadeanm 1s ease 2.5s forwards;
opacity: 0;
}

.contentMall{
width: 100%;
text-align: center;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
font-size: 6vw;
line-height: 1.2em;
color: #ea5503;
margin: 3vw auto;
}

.contentMs{
font-size: 0.6em;
}


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

movie

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

#topmovarea{
background: #ffedde;
width:100%;
margin:0 auto;
padding: 3vw 0 7vw;
line-height: 0;
position: relative;
}

#topmovarea .movie {
width: 86%;
margin: 1vw auto;
border-radius: 0.5em;
border: 2px solid #fff;
overflow: hidden;
}

#topmovarea .movie .inner {
background-color: #000;
position: relative;
padding-bottom: 56.25%;
height: 0;
margin: 0 auto;
overflow: hidden;
}

#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: 7px auto 0;
justify-content: center;
}

#topmovarea .movie .tab_area li {
background: #03489f;
width: 49%;
line-height: 40px;
text-align: center;
font-size: 11px;
margin: 0.4%;
filter: drop-shadow(3px 3px 0 rgb(255, 230, 63, 0.7));
letter-spacing: 0;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
}

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

#topmovarea .movie .tab_area li a.active{
background: #00bbff;
color: #f6ff6e;
}


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

about the movie

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

#aboutAll{
width: 100%;
position: relative;
overflow: hidden;
padding: 3vw 0 7vw;
}

#aboutTxt{
width: 100%;
text-align: center;
font-size: 3.6vw;
line-height: 1.7em;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
letter-spacing: -0.03em;
}


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

character

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

#charaAll{
background: #fffde1;
width: 100%;
position: relative;
overflow: hidden;
padding: 3vw 0 7vw;
}

#charaImgAll{
width: 88%;
margin: 5vw auto 0;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.charaImgBlock{
background: #fff;
width: 100%;
border: 2px solid #ebc2cb;
border-radius: 3vw;
padding: 1em 0;
margin-bottom: 1.5em;
position: relative;
}

.charaImgBlock:before{
content:"";
display: block;
padding-top: 85%;
}

.charaNM{
width: 50%;
margin: 0 auto;
text-align: center;
padding: 0.6em 0;
border-top: 2px dotted #ec5979;
border-bottom: 2px dotted #ec5979;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
color: #ec5979;
line-height: 1.5em;
font-size: 6vw;
position: absolute;
top: 8%; right: 6%; 
z-index: 2;
}

.charaImg{
width: 38%; height: 100%;
position: absolute;
top: 0; left: 2%;
z-index: 1;
}


#charaImg01{
background: url("../images/character/chara01.jpg") no-repeat center;
background-size: auto 86%;
}

#charaImg02{
background: url("../images/character/chara02.jpg") no-repeat center;
background-size: auto 86%;
}

#charaImg03{
background: url("../images/character/chara03.jpg") no-repeat center;
background-size: 90% auto;
}

#charaImg01,#charaImg02,#charaImg03{
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
}

.charaTxtAll{
width: 50%;
position: absolute;
top: 33%; right: 6%;
z-index: 2;
}

.charaTxt{
width: 100%;
font-size: 3.4vw;
line-height: 1.7em;
color: #000;
text-align: justify;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
letter-spacing: -0.03em;
}



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

original

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

#originalAll{
width: 100%;
position: relative;
overflow: hidden;
padding: 3vw 0 7vw;
}

#originalTxtBlock{
width: 86%; max-width: 600px;
margin: 0 auto 0;
}

#originalImg{
width: 50%; max-width: 250px;
pointer-events: none;
margin: 0 auto 2em;
}

#originalTxtAll{
width: 100%;
}

#originalTxtM{
width: 100%;
font-size: 4.5vw;
line-height: 2.5em;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
margin-bottom: 0.5em;
color: #27adba;
text-align: center;
border-top: 2px dotted #27adba;
border-bottom: 2px dotted #27adba;
}

#originalTxtM .originalfontS{ font-size: 18px; text-indent: 0.5em;}
#originalTxtM .originalfontSS{ font-size: 11px; line-height: 1em;}

.contentTxt{
width: 100%;
font-size: 3.4vw;
line-height: 1.7em;
text-align: justify;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
letter-spacing: -0.03em;
}

.linkBtn{
background: #27adba;
text-align: center;
width: 50%;
font-size: 3.5vw;
line-height: 3em;
margin: 1.5em auto 0;
border-radius: 0.3em;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
}

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



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

bnr S

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

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

#bnrSall img{ margin: 5px; border: 1px solid #BFBFBF; box-sizing: border-box;}

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

billing

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

#billing{
background: url("../images/top/billing.png") no-repeat center;
background-size: contain;
width: 90%;
margin: 0 auto;
position: relative;
}

#billing:before{
content:"";
display: block;
padding-top: 15.5%;
}

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

footer

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

footer{
background: linear-gradient(to right, #ea5503, #ff7700);
width: 100%;
padding: 2em 0 8em;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
color: #fff;
}

#sharearea{
background: url("../images/sns/sharemark.png") no-repeat left 1em top 50%;
background-size: 18px auto;
width: 160px;
line-height: 0;
margin: 6vw auto;
text-align: right;
}

#sharearea img{transition: all 0.2s ease; margin: 0 4px}
#sharearea a{ opacity: 1;}

#copyright{
background: url("../images/top/copyright.png") no-repeat center;
background-size: contain;
width: 280px; height: 10px;
margin: 0 auto 20px;
}

#privacy{
background-size: contain;
width: 140px; height: 25px;
margin: 30px auto 0;
font-size: 10px;
font-weight: 500;
line-height: 25px;
text-align: center;
letter-spacing: 1px;
border-radius: 12.5px;
background: #fff;
}

#privacy a{ 
width: 100%; height: 100%;
display: block;
color: #ea5503;
}


#btnpagetop{
background: #fff;
width: 50px; height: 50px;
line-height: 50px;
text-align: center;
position: fixed;
bottom: 10px; right: 10px;
z-index: 15;
font-size: 17px;
border: 1px solid #ebc2cb;
border-radius: 1vw;
filter: drop-shadow(0.1em 0.1em 0 rgba(235, 194, 203, 1));
}

#btnpagetop a{
width: 100%;
height: 100%;
display: block;
text-decoration: none;
color: #fd6891;
}

