@charset "utf-8";

body {
    margin: 0;
    font-family: YakuHanJP,-apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}


body:not(.page--home) .section--detail {
    min-height: auto;
    padding: 40px 0px 40px 0;
}

.wrap--main {
    background: none;
}

.page--detail .section--detail {
    background: #fff;
    border-top: 2px solid #F8B500;
    border-bottom: 2px solid #F8B500;
    padding: 40px 0px 40px 0;
    position: relative;
    box-sizing: border-box;
}

.section--detail.mv_section {
    padding: 40px;
}

.stream_wrap {
    padding: 40px 40px 0;
}

.page--detail .section--detail::before {
    content: '';
    display: block;
    width: calc(100% - 3px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    border-left: 2px solid #F8B500;
    border-right: 2px solid #F8B500;
    pointer-events: none;
}


.page--detail .section--detail {
    max-width: 980px;
    margin: 80px auto;
}

.titBlock {
    width: calc(100% - 80px);
    margin: 0 auto;
    text-align: left;
    border-bottom: 2px solid #f8b500;
}
.titBlock p:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 25px 0;
    color: #F8B500;
    display: block;
    padding: 0px 10px 0 20px;
    line-height: 1.7;
    text-align: center;
}
.titBlock p:nth-child(2) {
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 20px 0;
    letter-spacing: 5px;
    color: #f8b500;
    padding-left: 30px;
    line-height: 1.1;
    text-shadow: 3px 3px 0 #f4f4f4;
}
.titBlock p:nth-child(3){
    font-size: 29px;
    font-weight: bold;
}

.titBlock p:nth-child(2) span:last-child {
    font-size: 0.7em;
}
.titBlock p:nth-child(2) span:first-child {
    font-size: 0.7em;
    vertical-align: super;
}

.titBlock .tit_img:nth-child(1) {
    background: none;
    width: 43%;
    margin: 0 auto;
    display: block;
}

.titBlock_sub {
width: calc(110% - 50px);
    margin: 0 auto 30px -38px;
    text-align: left;
    border-bottom: 2px solid #f8b500;
}
.titBlock_sub p:nth-child(1) {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 25px 0;
    color: #ffffff;
    background-color: #F8B500;
    display: inline-block;
    padding: 0px 10px 0 20px;
    line-height: 1.7;
}
.titBlock_sub p:nth-child(2) {
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 20px 0;
    letter-spacing: 5px;
    color: #f8b500;
    padding-left: 30px;
    line-height: 1.1;
    text-shadow: 3px 3px 0 #f4f4f4;
}
.titBlock_sub p:nth-child(3){
    font-size: 29px;
    font-weight: bold;
}

.titBlock_sub p:nth-child(2) span:last-child {
    font-size: 0.7em;
}
.titBlock_sub p:nth-child(2) span:first-child {
    font-size: 0.7em;
    vertical-align: super;
}

.subTit{
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 20px;
}
h2{
    font-size: 38px;
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 1em;
    margin: 0 0 10px;
}
.vol{
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1em;
}
#book{
    position: relative;
    width: 560px;
    margin: 0 auto;
}

#book li{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#book li:first-child {
    position: relative;
    z-index: 2;
}
.btnHide{
	opacity: 0;
    pointer-events: none;
}


.stream_box{
    margin: 0 0 0px;
    width: 100% !important;
    float: none;
    text-align: left;
    outline: 2px solid #e7e7e7;
}


.stream_box .thumb{
    margin: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}


.stream_box .thumb::after {
    display: none;
}


footer .footer-logo a {
    display: block;
    text-align: left;
}

footer .copyright {
    text-align: left;
}


@media (min-width:900px) {

#magazine { max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
 }

#magazine .sectionTit { margin: 0 0 -30px;}

.wrap--side .side--nav {
    z-index: 9999;
}

}


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

img, a img {
    vertical-align: bottom !important;
    width: 100%;
}
#magazine { padding: 0 0 50px; margin: 0 auto; }
#magazine .sectionTit { margin: 0;}

.bookHide{
	display: none!important;
}

#book{
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    margin-left: 20px;
    box-sizing: border-box;
}
.subTit {
	font-size: 3.5vw;
    margin: 0 0 15px;
}
h2 {
    font-size: 9vw;
}
.vol {
    font-size: 4.5vw;
}

.page--detail .section--detail {
    max-width: 90%;
    margin: 40px auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.page--detail .section--detail.mv_section {
}

.stream_wrap {
    padding: 0px 20px 0;
}

.titBlock {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
}
.titBlock p:nth-child(1) {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 12px;
}
.titBlock p:nth-child(2) {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding-left: 10px;
}
.titBlock p:nth-child(3) {
    font-size: 21px;
    font-weight: bold;
}


.titBlock_sub {
    margin: 0 auto 20px -20px;
    width: calc(100% - 20px);
}
.titBlock_sub p:nth-child(1) {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px; 
}
.titBlock_sub p:nth-child(2) {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding-left: 10px;
}
.titBlock_sub p:nth-child(3) {
    font-size: 21px;
    font-weight: bold;
}


.titBlock .tit_img:nth-child(1) {
    background: none;
    width: 64%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}


.detail.payBox {
    padding: 0;
}

body:not(.page--home) .section--detail {
    padding: 5px 0px 20px 0;
}

.background > span {
    background-image: url(/static/ske48/fansite/common/background_dot.png);
    background-repeat: repeat;
    background-size: 200%;
}

}


/*========================================
.uasp
==========================================*/
.uasp #magazine{
	display:none;
}


/*========================================
.uapc
==========================================*/
.uapc #book{
	display:none;
}


