body {
background: #000;
color: #dedede;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
font-style: normal;
width: 100%;
height:100%;
font-size: 13px;
line-height:2em;
margin: 0px;
}


#wrap{
width: 100%;
position: relative;
line-height: 0;
}

#mainAll{
width: 100%;
margin: 0 auto;
position: relative;
line-height: 0;
}

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

.fontS{ font-size: 80%;}
.fontB{ font-weight: 700;}
.colorYell{ color: #ece811;}
.colorOre{ color: #ec9811;}

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

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

.warningfontS{
padding-left: 1em;
text-indent: -1em;
font-size: 11px;
}


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

header

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

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

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

#logo{
width: 48%; height: 36%;
position: absolute;
top: 5%; left: 50%;
z-index: 1;
}

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


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

content

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

.contentMM{
background: #ece811;
width: 100%; height: 50px;
font-size: 24px;
font-weight: 700;
text-align: center;
line-height: 50px;
color: #000;
margin: 0 auto;
}

.contentPrice{
width: 100%;
text-align: center;
line-height: 1em;
font-size: 13px;
margin: 15px auto 30px;
color: #ece811;
}



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

BD

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

.contentAll{
width: 80%; max-width: 1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px auto 60px;
}

.contentBlock{
width: 100%;
}

#imgSpBluray{
background: url("../images/img_bd.jpg") no-repeat center;
background-size: contain;
width: 100%;
margin: 0 auto;
position: relative;
overflow: hidden;
pointer-events: none;
}

#imgSpBluray:before{
content:"";
display: block;
padding-top: 68.33%;
}

.contetntxt{
width: 100%;
margin: 20px auto;
line-height: 1.8em;
}

#sptokuten{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 50px;
border: 1px dotted #000;
}

.sptokutenTxt{
width: 44%;
line-height: 2em;
margin: 3%;
}

.listfontL{
padding-left: 1em;
text-indent: -1em;
letter-spacing: 0.5px;
margin-top: 5px;
line-height: 1.7em;
}


.btnLink{
background: #ed7994;
width: 260px;
line-height: 50px;
text-align: center;
border-radius: 5px;
animation: all 0.5s ease;
margin: 10px auto;
font-size: 18px;
}

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

.btnLink:hover{ opacity: 0.7;}


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

standerd

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

#imgDVD{
background: url("../images/img_dvd.jpg") no-repeat center;
background-size: contain;
width: 100%;
height: 450px;
position: relative;
overflow: hidden;
pointer-events: none;
margin: 0 auto;
}

#dvdtxt{
width: 100%;
margin: 0 auto 30px;
padding: 30px 50px;
line-height: 1.8em;
}

.contentAll2{
width: 76%; max-width: 800px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 40px auto 80px;
}

.contentBlock2a{ width: 40%;}
.contentBlock2b{ width: 60%;}


.txtInd{ width: 100%; text-indent: -0.5em;}


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

tokuten

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

#tokutenAll{
background: url("../../images/topcomment/bg01_pc.png") no-repeat left 0 top 60px;
background-size: 40% auto;
width: 80%; max-width: 1200px;
margin: 0 auto;
padding: 0;
margin-bottom: 100px;
border: 3px double #ece811;
}

#tokutenAll2{
background: url("../../images/topcomment/bg02_pc.png") no-repeat right top;
background-size: 40% auto;
width: 100%;
padding-bottom: 30px;
}

.tokutenMM{
width: 100%;
height: 60px;
font-size: 24px;
font-weight: 700;
text-align: center;
line-height: 60px;
color: #ece811;
margin: 0 auto;
border-bottom: 3px double #ece811;
background: #000;
}

.tokutenwarning{
width: 95%; max-width: 1200px;
text-align: center;
font-size: 11px;
line-height: 1.6em;
margin: 10px auto 0;
}

#tokutenImgAll{
width: 95%;
margin: 20px auto 0;
display: flex;
flex-wrap: wrap;
justify-content:center;
}

.tokutenImgBox{
width: 30%; min-width: 300px;
border: 2px solid #ece811;
margin: 10px;
position: relative;
transition: all 0.3s ease;
box-shadow: 1px 1px 15px #000;
}

.tokutenImgBox:hover{
opacity: 0.5;
}

.tokutenImgBox a{
width: 100%; height: 100%;
display: block;
position: absolute;
z-index: 10;
}

.tokutenImgNM{
background: #ece811;
width: 100%;
line-height: 40px;
font-size: 18px;
font-weight: 700;
color: #000;
text-align: center;
}

.tokutenImgTXT{
width: 100%;
text-align: center;
font-size: 14px;
line-height: 2em;
font-weight: 600;
padding: 1em 0;
background: #000;
}

.tokutenImg{
width: 100%;
padding: 0;
background: #000;
pointer-events: none;
}

#tokutenTaisho{
background: #fff;
width: 700px;
margin: 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}

.taishoMM{
width: 160px; height: 100%;
line-height: 70px;
background: #df0000;
color: #fff;
text-align: center;
}

.taishoTXT{
width: 500px;
line-height: 2em;
}


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

shop

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

#shopall{
width: 80%; max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 30px 0 60px;
}

.shopBtn{
background: #df0000;
width: 300px; height: 50px;
font-size: 14px;
line-height: 50px;
margin: 7px;
text-align: center;
transition: all 0.3s ease;
}

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

.shopBtn:hover{ opacity: 0.7;}


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

rental

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

#rental{
width: 100%;
padding-bottom: 40px;
}

#rentalM{
width: 100%; height: 50px;
margin: 30px auto 0;
font-size: 24px;
font-style: italic;
font-weight: 700;
border-top: 1px solid #ece811;
border-bottom: 1px solid #ece811;
line-height: 50px;
color: #ece811;
text-align: center;
}

#rentalImg{
background: #fff url("../images/img_rental.jpg") no-repeat center;
background-size: contain;
width: 650px; height: 475px;
margin: 20px auto;
}

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

footer

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

.hatsuhan{
width: 80%; max-width: 1200px;
text-align: center;
font-size: 11px;
line-height: 1.6em;
margin: 10px auto 70px;
color: #9f9f9f;
}

footer{
background: url("../images/bg_dot.png") top left;
background-size: 9.5px 9.5px;
width: 100%;
padding: 45px 0 180px;
font-size: 14px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
}

#topBtn{
width: 400px;
margin: 0 auto 40px;
font-size: 20px;
text-align: center;
letter-spacing: 1px;
color: #ece811;
font-weight: 800;
}

#topBtn a{ color: #ece811;}

#copyright{
width: 400px; height: 10px;
margin: 0 auto;
font-size: 10px;
line-height: 10px;
text-align: center;
letter-spacing: 1px;
color: #ece811;
}


#btnpagetop{
background: #ece811;
width: 60px; height: 60px;
line-height: 60px;
text-align: center;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
font-size: 21px;
transition: all .3s;
}

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

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


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

ef

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

.ef-fade {
opacity: 0;
transition: 1.2s ease 0.1s;
}

.ef-fade2 {
opacity: 0;
transition: 1.2s ease 0.3s;
}

.fade {
opacity: 1.0;
transform: translate(0, 0);
transform: scale(1, 1);
}



