body {
background: #fff;
color: #3d3d3d;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
width: 100%;
height:100%;
font-size: 13px;
line-height:2em;
margin: 0px;
letter-spacing: 0.05vw;
}

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

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

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

.txtRed{ color: #fe7f94;}
.fontL{ font-size: 110%;}
.fontS{ font-size: 80%;}
.fontB{ font-weight: 500;}

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

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

.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: 35%;
}

#logo{
width: 20%; height: 50%;
position: absolute;
top: 18%; left: 40%;
z-index: 2;
}

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

#headerTxt{
width: 100%;
padding: 45px 0;
margin: 0 auto;
text-align: center;
font-size: 15px;
line-height: 1.8em;
}

.contentM{
width: 100%;
line-height: 70px;
text-align: center;
font-size: 20px;
letter-spacing: 2px;
color: #f68ea7;
font-weight: 500;
border-top: 1px dotted #9c9c9c;
border-bottom: 1px dotted #9c9c9c;
}

#xpostBtn{
background: url("../images/btn_xpost.png") no-repeat center;
background-size: cover;
width: 415px; height: 65px;
margin: 10px auto;
transition: all 0.3s ease;
}

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

#xpostBtn:hover{
opacity: 0.7;
}


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

episode

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

#episodeAll{
width: 80%;
max-width: 1100px;
min-width: 860px;
margin: 0 auto;
padding: 40px 0 80px;
}

.moreBtn{
background-image: linear-gradient(176deg, #f79fb4 49%, #f68ea7 50%);
width: 200px; height: 40px;
font-size: 14px;
line-height: 40px;
color: #fff;
text-align: center;
margin: 0 auto;
transition: all 0.3s ease;
cursor: pointer;
font-weight: 500;
}

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

.moreBtn:hover{ opacity: 0.7;}

.c2-container{
padding: 0;
margin: 0;
border-radius: 0;
}

.c2-user-name{
color: #000;
font-size: 18px;
padding: 0;
margin: 0;
}

.c2-item__inner{
border-radius: 0;
font-size: 13px;
border-bottom: 1px dotted #9c9c9c;
padding: 0;
margin: 0;
}

.c2-image,.c2-user-app{
    display:none!important;
}

.c2-user{
padding:1em 0 1em !important;
font-size: 16px;
border-radius: 0;
}

.c2-text{
padding:0 0 2em !important;
border-radius: 0;
}



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

oubo

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

#ouboAll{
width: 80%;
max-width: 1100px;
min-width: 860px;
margin: 0 auto;
padding: 60px 0 80px;
}

.ouboblock{
width: 100%;
margin: 0 auto 30px;
overflow: hidden;
}

.oubostepTxt{
width: 100%;
text-align: center;
padding: 0;
font-size: 18px;
line-height: 1.8em;
font-weight: 500;
}

.oubostepTxt a{text-decoration: underline; color: #e1556c;}

#oubokikan{
background: #8cd0ec;
width: 500px; height: 50px;
line-height: 50px;
color: #fff;
margin: 0 auto 1.5em;
border-radius: 25px;
font-size: 18px;
text-align: center;
font-weight: 500;
}

.warningTxtAll{
width: 100%;
}

.warningTxt{
/*padding-left: 1em;
text-indent: -1em;*/
text-align: center;
font-size: 12px;
line-height: 2.2em;
margin: 0 auto;
}


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

present

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

#presentAll{
width: 80%;
max-width: 1100px;
min-width: 860px;
padding: 60px 0 80px;
margin: 0 auto;
}

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

.presentBlock{
width: 30%;
position: relative;
overflow: hidden;
}

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

#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;}
#presentImg01,#presentImg02,#presentImg03{
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
text-indent:-999999px;
}


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

warning

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

#warning{
border-top: 1px dotted #9c9c9c;
width: 100%;
padding: 3em 0;
}

#warningTxtAll{
width: 80%;
max-width: 1100px;
min-width: 860px;
height: 350px;
margin: 0 auto;
overflow-x: hidden;
overflow-y: auto;
}

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

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

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

#warningTxt{
width: 95%;
font-size: 12px;
line-height: 1.7em;
color: #4c4d57;
}

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

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


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

footer

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

footer{
background: url("../images/footer_pc.jpg") no-repeat center;
background-size: cover;
width: 100%;
padding: 45px 0 70px;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
}

#btnofficialsite{
width: 400px; height: 100px;
margin: 0 auto;
border: 1px solid #fff;
}

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

#privacy{
background-size: contain;
width: 400px;
margin: 45px auto 0;
font-size: 10px;
line-height: 1.6em;
text-align: center;
letter-spacing: 1px;
color: #000;
}

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

#btnpagetop{
background: #ed6b80;
width: 60px; height: 60px;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
line-height: 60px;
text-align: center;
font-size: 14px;
}

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

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