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


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

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

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -0.2vw;}
.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.2,1.2); 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: 200%;
	text-align: center;
    top: -1.8em;
    left: -50%;
    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{
width: 100%;
position: relative;
overflow: hidden;
margin: 60px 0 0;
}

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

#mainImg{
background: url("../images/top/main_pc.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_pc.png") no-repeat center;
background-size: contain;
width: 44%; height: 19%;
position: absolute;
bottom: 12.33%; left: 28%;
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: 6.5%; height: 15.1%;
position: absolute;
bottom: 3.7%; right: 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: 1.2%; height: 23.8%;
position: absolute;
top: 15.8%; left: 49.4%;
z-index: 4;
animation: scaleanm 1s ease 3.5s forwards;
opacity: 0;
}

#catch2{
background: url("../images/top/catch2_pc.png") no-repeat center;
background-size: contain;
width: 42%; height: 7.6%;
position: absolute;
bottom: 3.2%; left: 29%;
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: 2vw;
line-height: 1.2em;
color: #ea5503;
margin: 2vw auto;
}

.contentMs{
font-size: 0.55em;
}


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

movie

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

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

}

#topmovarea .movie {
width: 70%;
min-width: 900px;
margin: 0 auto;
overflow: hidden;
border-radius: 0.5em;
}

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

#topmovarea .movie .tab_area li {
background: #03489f;
width: 250px;
line-height: 3em;
text-align: center;
font-size: 1.2vw;
margin: 0.4% 0.4% 0;
border-radius: 0.1em;
filter: drop-shadow(3px 3px 0 rgb(255, 230, 63, 0.7));
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: 1vw 0 4vw;
}

#aboutTxt{
width: 100%;
text-align: center;
font-size: 1.2vw;
line-height: 1.8em;
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: 1vw 0 4vw;
}

#charaImgAll{
width: 80%;
min-width: 900px;
margin: 2vw auto 0;
display:flex;
flex-wrap:nowrap;
justify-content: space-between;
}

.charaImgBlock{
background: #fff;
width: 31%;
border: 1px solid #ebc2cb;
border-radius: 1vw;
filter: drop-shadow(0.2em 0.2em 0 rgba(235, 194, 203, 1));
padding: 1em 0;
}

.charaNM{
width: 90%;
margin: 0 auto;
text-align: center;
padding: 0.5em 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: 1.7vw;
}

.charaImg{
width: 100%;
position: relative;
overflow: hidden;
}

.charaImg:before{
content:"";
display: block;
padding-top: 100%;
}

#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: 40% auto;
}

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

.charaTxtAll{
width: 85%;
margin: 0 auto;
}

.charaTxt{
width: 100%;
font-size: 1.1vw;
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: 1vw 0 4vw;
}

#originalTxtBlock{
width: 65%; min-width: 900px;
margin: 4em auto 0;
display: flex;
flex-wrap: wrap;
align-item: center;
justify-content: space-between;
}

#originalImg{
width: 22.55%;
pointer-events: none;
}

#originalTxtAll{
width: 70%;
}

#originalTxtM{
width: 100%;
font-size: 1.5vw;
line-height: 1em;
color: #27adba;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
padding: 0.7em 0;
margin-bottom: 0.5em;
border-top: 2px dotted #27adba;
border-bottom: 2px dotted #27adba;
}

#originalTxtM .originalfontSS{ font-size: 0.6em;}


.contentTxt{
width: 100%;
font-size: 1.1vw;
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: 30%;
line-height: 2.5em;
margin: 1.5em 0 0 auto;
border-radius: 0.3em;
font-size: 1.1em;
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: 2vw 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: 575px;
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: 3em 0 10em;
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: 3vw auto;
text-align: right;
}

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

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

#privacy{
background-size: contain;
width: 150px; height: 25px;
margin: 30px auto 0;
font-size: 11px;
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: 60px; height: 60px;
line-height: 60px;
text-align: center;
position: fixed;
bottom: 10px; right: 10px;
z-index: 15;
font-size: 20px;
transition: all .3s;
border: 1px solid #ebc2cb;
filter: drop-shadow(0.1em 0.1em 0 rgba(235, 194, 203, 1));
color: #ec5979;
border-radius: 0.4em;
}

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

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