body {
background: #fff;
color: #000;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 600;
width: 100%;
height:100%;
font-size: 14px;
line-height:2em;
margin: 0px;
letter-spacing: 0;
}


#wrap{
width: 100%; height: 100%;
position: relative;
min-width: 1200px;
}

#content{
width: 100%;
margin: 0 auto;
}

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

.txtRed{ color: #d90004;}
.fontL{ font-size: 110%;}
.fontS{ font-size: 70%;}
.fontB{ font-weight: 800;}

.no-wrap { display: inline-block;}

a {text-decoration: underline; color: #d90004;}

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

.warning{
width: 100%;
text-align: center;
font-size: 11px;
font-weight: 500;
line-height: 1.6em;
}

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

header

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

header{
background: url("../images/header_pc.jpg") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
}

header:before{
content:"";
display: block;
padding-top: 26.66%;
}

#headerTxt{
width: 100%;
padding: 35px 0;
text-align: center;
font-size: 18px;
line-height: 1.8em;
font-weight: 700;
}

.contentM{
background: url("../images/bg_m.jpg") no-repeat center;
background-size: cover;
width: 100%;
line-height: 60px;
text-align: center;
font-size: 23px;
color: #fff;
font-weight: 800;
text-shadow: 2px 2px 0 #000;
}

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

toko

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

#tokoAll{
width: 100%;
padding: 25px 0 45px;
}

#tokomain{
width: 1200px;
margin: 0 auto;
font-size: 11px;
}

.moreBtn{
background: linear-gradient(to bottom, #d90004 50%, #ae0003 51%);
width: 150px; height: 50px;
line-height: 50px;
color: #fff;
margin: 1em auto 0;
font-size: 16px;
font-weight: 600;
text-align: center;
}

.c2-user-name{
color: #000;
}

.c2-item__inner{
background: #fff;
border: 1px solid #D6D6D6;
border-radius: 0;
font-size: 13px;
}



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

oubo

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

#ouboAll{
width: 1100px;
margin: 0 auto;
padding: 45px 0 80px;
}

#ouboAll img{ margin: 10px 5px 0; line-height: 0;}

.ouboblock{
width: 100%;
margin: 0 auto 30px;
padding: 0 0 1.5em;
border: 1px solid #2a67c1;
box-sizing: border-box;
overflow: hidden;
}

.oubostepM{
background: linear-gradient(to right, #1e3681, #2a67c1, #1e3681);
width: 100%;
color: #fff;
font-size: 18px;
line-height: 35px;
text-align: center;
font-weight: 800;
}

.oubostepTxt{
width: 100%;
text-align: center;
padding: 2em 0;
font-size: 22px;
line-height: 1.6em;
font-weight: 600;
}

.btn_post{
background: linear-gradient(to bottom, #d90004 50%, #ae0003 51%);
width: 250px; height: 50px;
line-height: 50px;
color: #ffff00;
margin: 1em auto 0;
font-size: 18px;
font-weight: 600;
text-align: center;
}

.btn_post a{
width: 100%; height: 100%;
display: block;
color: #fff;
text-decoration: none;
}

#oubokikan{
background: #d90004;
width: 80%; height: 55px;
line-height: 55px;
color: #ffff00;
margin: 0 auto;
border-radius: 22.5px;
font-size: 22px;
font-weight: 800;
text-align: center;
}

.ouboWarningTxt{
width: 100%;
text-align: center;
padding: 20px 0 0;
font-size: 12px;
line-height: 1.6em;
}



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

present

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

#presentAll{
width: 1000px;
padding: 25px 0 45px;
margin: 0 auto;
}

#presentImgAll{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items:stretch;
justify-content:space-between;
margin: 0 auto;
}

.presentBlock{
width: 47%;
margin: 1.5%;
position: relative;
overflow: hidden;
}

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

#presentImg01{ background: url("../images/img_present01.jpg") no-repeat center;}
#presentImg02{ background: url("../images/img_present02.jpg") no-repeat center;}
#presentImg03{ background: url("../images/img_present03.jpg") no-repeat center;}
#presentImg04{ background: url("../images/img_present04.jpg") no-repeat center;}
#presentImg01,#presentImg02,#presentImg03,#presentImg04{
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
text-indent:-999999px;
}

.presentWarning{
width: 100%;
text-align: center;
margin: 0 0 50px;
font-size: 12px;
line-height: 1.8em;
}

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

movie

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

#movieAll{
background: url("../images/bg_movie.jpg") no-repeat center;
background-size: 100% 100%;
width: 100%;
padding: 60px 0;
}

#moviemain{
background: #000;
width: 1000px;
margin: 0 auto;
overflow: hidden;
}


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

warning

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

#warning{
width: 100%;
padding: 40px 0;
}

#warningTxtAll{
width: 1000px;
height: 300px;
margin: 0 auto;
overflow-x: hidden;
overflow-y: auto;
}

#warningTxtAll::-webkit-scrollbar{
width: 5px;
height: 5px;
}

#warningTxtAll::-webkit-scrollbar-track {
background: #979797;
}

#warningTxtAll::-webkit-scrollbar-thumb {
background: #d90004;
}

#warningTxt{
width: 95%;
font-size: 11px;
line-height: 1.6em;
font-weight: 400;
}

#warningTxt a{ color: #000; text-decoration: underline;}

.warningfontS{
padding-left: 1em;
text-indent: -1em;
}


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

footer

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

footer{
background: url("../images/bg_footer.jpg") no-repeat center;
background-size: 100% 100%;
width: 100%;
padding: 35px 0 50px;
}

#copyright{
width: 400px;
margin: 50px auto 0;
font-size: 11px;
line-height: 1.8em;
color: #fff;
text-align: center;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#officialsite{
width: 167px;
margin: 0 auto;
}

#wb{
width: 154px;
margin: 70px auto 0;
}

#privacy{
width: 400px;
margin: 15px auto;
font-size: 11px;
line-height: 1em;
color: #fff;
text-align: center;
}

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

#wbsns{
width: 1000px;
margin: 10px auto;
text-align: center;
}

#wbsns img{
width: 30px;
margin: 0 4px;
}

#btnpagetop{
background: #000 url("../images/pagetop.jpg") no-repeat;
background-size: cover;
width: 80px; height: 80px;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
}

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

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

