body {
background:url("../images/bg_pc.jpg") no-repeat center top fixed;
background-size: cover;
color: #000000;
font-family: "Shippori Mincho B1", serif;
font-weight: 500;
font-style: normal;
width: 100%;
height:100%;
font-size: 13px;
line-height:2em;
margin: 0px;
letter-spacing: 0;
}

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

#mainAll{
width: 80%;
max-width: 1100px;
min-width: 900px;
margin: 0 auto;
position: relative;
line-height: 0;
}

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

.fontS{ font-size: 80%;}
.fontB{ font-weight: 600;}
.fontI{ font-style: italic;}

.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 70px;
}

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

#logo{
width: 80%; height: 53%;
position: absolute;
top: 7%; left: 10%;
z-index: 1;
}

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


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

content

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

.contentMM{
background: url("../images/m_bg.jpg") no-repeat right;
background-size: cover;
width: 100%; height: 65px;
font-size: 30px;
text-align: center;
line-height: 65px;
color: #c7c8c8;
margin: 0 auto;
}


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

Blu-ray&DVD

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

.contentAll{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 40px auto 70px;
}

.contentImg{
width: 50%;
pointer-events: none;
}

.contetntxt{
width: 45%;
font-size: 14px;
line-height: 1.8em;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

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

@media screen and (min-width : 961px){
.brpoint{ display: none;}
}

@media screen and (min-width : 1280px){
.brpoint{ display: block;}
}


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

tokuten

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

#tokutenAll{
background: #fff;
width: 100%;
margin: 0 auto;
padding: 20px;
margin-bottom: 100px;
box-shadow: 5px 5px 30px -15px rgb(0,0,0,0.5);
}

.tokutenMM{
width: 100%;
height: 60px;
font-size: 22px;
text-align: center;
line-height: 60px;
margin: 0 auto;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.tokutenwarning{
width: 95%; max-width: 1200px;
text-align: center;
font-size: 11px;
line-height: 1.6em;
margin: 10px auto 0;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

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

.tokutenImg{
width: 33%;
padding: 0;
border: 1px solid #000;
}


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

rental

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

#rental{
width: 100%;
}

.rentalMM{
width: 100%; height: 60px;
font-size: 22px;
text-align: center;
line-height: 60px;
color: #000;
margin: 0 auto;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}


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

hatsuhan

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

.hatsuhan{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
width: 80%;
text-align: center;
font-size: 12px;
line-height: 1.6em;
margin: 0 auto;
padding: 70px 0;
}


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

footer

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

footer{
background: #000;
width: 100%;
padding: 30px 0 100px;
}

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

#btntop{
width: 100%;
font-size: 28px;
text-align: center;
line-height: 1em;
margin-bottom: 1em;
}

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


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

page top

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


#pageTop{
background-color: #000;
width: 60px; height: 60px;
position: fixed;
bottom: 0; right: 0;
font-size: 18px;
text-align: center;
line-height: 60px;
z-index: 20;
}

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

