body {
background: #fff;
color: #000;
font-family: "Zen Old Mincho", serif;
font-weight: 500;
font-style: normal;
width: 100%;
height:100%;
font-size: 3vw;
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: -1vw;}
.boxfade{ width: 100%;}
.txtPink{ color: #cf4a6b;}
.txtBlue{ color:#2D6EB1;}
.fontL{ font-size: 110%;}
.fontB{ font-weight: 500;}

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

.linkLabel2{
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: -120%;
left: -40%;
right: 0;
margin: 0 auto;
font-size: 0.45em;
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: 0;}
100% { transform: scale(1,1); opacity: 1;}
}

@keyframes  scaleanm2 {
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: 141.66%;
}

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

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

#mainImg02all{
width: 95%; height: 45.36%;
position: absolute;
top: 52.8%; left: 2.5%;
z-index: 2;
overflow: hidden;
}

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

#mainImg02{
background: url("../images/top/main02_sp.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: absolute;
overflow: hidden;
top: 0; left: 0;
z-index: 1;
animation: scaleanm2 7s ease .2s forwards;
}

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

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

#logo{
background: url("../images/top/logo.png") no-repeat center;
background-size: contain;
width: 37%; height: 22.2%;
position: absolute;
top: 24.7%; left: 31.5%;
z-index: 5;
animation: scaleanm 2s ease 2.5s forwards;
opacity: 0;
}

#logo2{
background: url("../images/top/logoB.png") no-repeat center;
background-size: contain;
width: 42%; height: 2.2%;
position: absolute;
top: 47.5%; left: 29%;
z-index: 5;
animation: fadeanm 2s ease 3s forwards;
opacity: 0;
}

#roadshow{
background: url("../images/top/roadshow_sp.png") no-repeat center bottom;
background-size: contain;
width: 50%; height: 13.22%;
position: absolute;
bottom: 2%; left: 25%;
z-index: 5;
animation: fadeanm 2s ease 3.5s forwards;
opacity: 0;
}

#roadshowB,#roadshowC{ display: none;}


#roadshowCsp{
background: url("../images/top/roadshow2.png") no-repeat right;
background-size: contain;
width: 98%; height: 8%;
position: absolute;
bottom: 3%; left: 0;
z-index: 5;
animation: fadeanm 2s ease 3.5s forwards;
opacity: 0;
}

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

BNR L

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

#bnrLpc{ display: none;}

#bnrLsp{
background: #E0E0E0;
width: 100%;
padding: 1vw 0;
border-bottom: 3px double #808080;
overflow: hidden;
}

.bnrLspImg{
width: 90%;
line-height: 0;
margin: 7px auto;
box-shadow: 2px 2px 8px rgb(0, 0, 0, 0.2);
}

#bnrNewL{
width: 100%;
padding: 4vw 0;
border-bottom: 3px double #808080;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.bnrNewLimg{
width: 90%; max-width: 660px;
line-height: 0;
margin: 1% 0;
border: 1px solid #7D7D7D;
box-shadow: 2px 2px 8px rgb(0, 0, 0, 0.2);
}

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

MVTK

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

#mvtkAll{
width: 100%;
padding: 5vw 0;
border-bottom: 3px double #808080;
}

#mvtkimg{
background: url("../images/bnr/bnr_mvtk_sp.jpg") no-repeat center;
background-size: cover;
width: 80%;
position: relative;
margin: 0 auto;
border: 1px solid #000;
box-shadow: 5px 5px 15px -10px;
}

#mvtkimg:before{
content:"";
display: block;
padding-top: 100%;
}

#mvtkimg2{
background: url("../images/bnr/bnr_mvtk2_sp.jpg") no-repeat center;
background-size: cover;
width: 80%;
position: relative;
margin: 0 auto;
border: 1px solid #000;
box-shadow: 5px 5px 15px -10px;
}

#mvtkimg2:before{
content:"";
display: block;
padding-top: 54.16%;
}

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

#mvtkBnr a{
width: 100%; height: 100%;
display: block;
}



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

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: 2px auto 0;
justify-content:space-between;
}

#topmovarea .movie .tab_area li {
width: 49%; height: 3em;
line-height: 3em;
text-align: center;
font-size: 3vw;
margin: 0.5%;
position: relative;
overflow: hidden;
}

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

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

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

#topmov2m{
width: 86%;
margin: 0 auto 0.5em;
font-size:4.4vw;
line-height: 1.4em;
padding: 0.3em 0;
text-align: center;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

#topmov2all {
width: 86%;
margin: 0 auto 2.5em;
}


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

TOPICS

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

#topicsAll{
width: 100%;
padding: 8vw 0 5vw;
border-top: 3px double #808080;
}

#topicsM{
width: 100%;
font-size: 4vw;
text-align: center;
line-height: 1em;
letter-spacing: 0.15vw;
}

#topicsTxtAll{
width: 86%;
margin: 6vw auto;
line-height: 1.2em;
}

.rss-item {
background-color: #fff;
padding: 1em 1.5em;
margin-bottom: 1.5em;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
line-height: 1.2em;
}

.rss-item time {
font-size: 2.9vw;
color: #3c526a;
display: block;
margin-bottom: 5px;
line-height: 1.8em;
}

.rss-item .topicsTitle {
width: 100%;
margin: 0;
font-size: 3vw;
line-height: 1.4em;
color: #000;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 400;
text-decoration: underline;
}

.rss-item a{ color: #000;}

.topicsTitle a{
width: 100%; height: 100%;
display: block;
}

#more-button {
background-color: #4c1a1a;
color: #fff;
transition: all 0.3s ease;
margin: 3vw auto 0;
font-size: 12px;
width: 140px;
padding: 0.8em 0;
cursor: pointer;
text-align: center;
}

#more-button:hover {
opacity: 0.7;
}

#more-button a{
width: 100%; height: 100%;
display: block;
color: #fff;
}


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

CAMPAGIN

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

#campAll{
background: #F1F1F1;
width: 100%;
padding: 8vw 0 5vw;
border-top: 3px double #808080;
}

#campM{
width: 100%;
font-size: 4vw;
text-align: center;
line-height: 1em;
letter-spacing: 0.15vw;
}

#campMainAll{
background: #fff;
width: 90%;
margin: 2em auto;
}

#campCatch{
background: #000;
width: 100%;
font-size: 4vw;
text-align: center;
line-height: 1.3em;
padding: 0.5em 0;
letter-spacing: 0.1vw;
color: #fff;
}

#campImgAll{
width: 100%;
max-width: 1200px;
margin: 0 auto;
pointer-events: none;
}

#campBtn {
width: 100%;
background-color: #4c1a1a;
color: #fff;
transition: all 0.3s ease;
margin: 0 auto 0;
font-size: 3.3vw;
padding: 0.4em 0;
cursor: pointer;
text-align: center;
line-height: 2em;
}

#campBtn:hover {
opacity: 0.7;
}

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


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

INTRODUCTION

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

#introAll{
background: url("../images/introduction/intro_sp.jpg") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
padding: 0;
color: #fff;
}

#introAll:before{
content:"";
display: block;
padding-top: 248%;
}

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

#introM{
width: 100%;
font-size: 4vw;
text-align: center;
color: #fff;
line-height: 1em;
letter-spacing: 0.5vw;
}

#introCatch{
width: 100%;
font-size: 6.2vw;
text-align: center;
line-height: 1.5em;
padding: 1.2em 0 1em;
letter-spacing: 0.1vw;
}

#introTxt{
width: 100%;
font-size: 3.2vw;
line-height: 2.2em;
margin: 0 auto;
text-align: center;
letter-spacing: 0.1vw;
}


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

COMMENT

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

#commentAll{
width: 100%;
padding: 8vw 0 10vw;
border-top: 3px double #808080;
}

#commentM{
width: 100%;
font-size: 4vw;
text-align: center;
line-height: 1em;
letter-spacing: 0.15vw;
}

#commentMainAll{
width: 90%;
margin: 3em auto 0;
}

.commentBlock{
background: #fff;
width: 100%;
padding: 0;
margin: 1em auto 0;
box-shadow: 4px 4px 15px -10px;
}

.commentNM{
width: 90%;
font-size: 5vw;
line-height: 2.5em;
margin: 0 auto;
position: relative;
}

.comSankaku{
width: 10px;
position: absolute;
top: 50%; right: 0;
margin-top: -5px;
z-index: 1;
pointer-events: none;
font-size: 10px;
line-height: 1em;
color: #4c1a1a;
}

.commentNMs{ font-size: 70%;}

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

.commentTxt{
width: 90%;
line-height: 1.9em;
border-top: 1px dotted #757575;
padding: 1em 0 2em;
letter-spacing: 0.05em;
margin: 0 auto;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 400;
}


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

CREDIT

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

@media screen and (max-width : 480px){

#billing{
background: url("../images/top/billing_sp.png") no-repeat center;
background-size: auto 80%;
width: 100%; max-width: 460px;
margin: 0 auto;
}

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

}

@media screen and (min-width : 481px){

#billing{
background: url("../images/top/billing_pc.png") no-repeat center;
background-size: 86% auto;
width: 100%;
margin: 0 auto;
}

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

}


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

OFFICIAL

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

#officialAll{
width: 100%;
padding: 10px 0;
margin: 0 0 40px;
}

#officialsiteBtn{
background: url("../images/sns/sankaku.png") no-repeat right;
background-size: auto 70%;
width: 85%;
font-size: 3.6vw;
line-height: 3em;
padding: 0;
text-align: center;
margin: 2vw auto 1vw;
color: #fff;
}

#officialsiteBtn a{ color: #fff; display: block; width: 100%; height: 100%; opacity: 1;}
#officialsiteBtn:hover{ opacity: 0.7;}


#officialsiteSNS{
width: 100%;
text-align: center;
}

#officialsiteSNS img{
width: 30px;
margin: 0 3px 5px;
text-align: center;
}



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

footer

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

footer{
/*background: url("../images/top/footer_sp.jpg") no-repeat center top;
background-size: cover;*/
background: #000;
width: 100%;
padding: 0 0 100px;
margin: 0 auto;
}

#bnrArea{
width: 240px;
margin: 0 auto;
}

#bnrArea img{ margin: 0; line-height: 0; border: 1px solid #fff;}

#sharearea{
background: url("../images/sns/sharemark.png") no-repeat left;
background-size: auto 80%;
width: 56%;
margin: 8vw auto 5vw;
text-align: right;
font-size: 2.9vw;
line-height: 1em;
letter-spacing: 0;
}

#sharearea a{
text-decoration: none;
color: #fff;
}

#sharearea a:hover{ color: #fff;}

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