/* -----------------------------------
	footer_bnr
----------------------------------- */

#contents {
	position: relative;
	padding-bottom: 101px;
}

@media screen and (min-width: 768px) {
    #mainArea::after {
        content: "";
        display: block;
        background: #b00000;
        width: 100%;
        height: 100px;
    }
}

.frame {
    background: #fff;
    width: 100%;
    padding: calc(55 / 750 * 100%);
    position: relative;
    z-index: 1;
}
.frame:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 90%;
    background: #b00000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.frame:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40%;
    background: #b00000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
/* 色変更用CSS */
.frame-blue {
    background: #fff;
    width: 100%;
    padding: calc(55 / 750 * 100%);
    position: relative;
    z-index: 1;
}

.frame-blue:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 90%;
    background: #1e90ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.frame-blue:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40%;
    background: #1e90ff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.frame-blue .cast ul {
    color: #fff;
}
.frame-blue .lead {
    color: #1e90ff!important;
}
@media screen and (min-width: 768px) {
    .frame {
        padding: calc(80 / 1240 * 100%) calc(110 / 1240 * 100%) 0;
        margin-bottom: calc(60 / 1240 * 100%);
    }
    .frame:before {
        padding-top: 20%;
    }
    .frame:after {
        padding-top: 10%;
    }
}

#detailHeader {
    position: relative;
    z-index: 1;
    margin: 0 0 1em;
    padding: 0;
}
#detailHeader h2 img {
    margin: 0;
    padding: 0;
    display: inline;
}

@media screen and (min-width: 768px) {
    #detailHeader {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(500 / 1240 * 100%);
        margin: calc(80 / 1240 * 100%) 0 0 calc(630 / 1240 * 100%);
    }
}

.detailImg {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: calc(40 / 750 * 100%) calc(60 / 750 * 100%);
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .detailImg {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(500 / 1240 * 100%);
        z-index: 1;
        margin: calc(80 / 1240 * 100%) 0 0 calc(110 / 1240 * 100%);
        padding: calc(40 / 1240 * 100%) calc(60 / 1240 * 100%);
    }
}

@media screen and (min-width: 768px) {
    .detailInfo {
        width: calc(500 / 1020 * 100%);
        margin: calc(280 / 1240 * 100%) 0 0 calc(630 / 1240 * 100%);
        min-height: calc(140 / 1020 * 100%);
    }
    .detailInfo h2.title {
        display: none;
    }
}

.btn_official a {
	display: block;
	background: #000 url(../images/detail/icon_arrow_r.png) no-repeat center right 20px;
    background-size: 6px;
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	width: 50%;
	line-height: 36px;
	margin: 1.5em auto 3em;
    transition: all .3s;
}
.btn_official a:hover {
    background-position: center right 15px;
}
@media screen and (min-width: 768px) {
    .btn_official {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(500 / 1240 * 100%);
        z-index: 10;
        margin: calc(450 / 1240 * 100%) 0 0 calc(110 / 1240 * 100%);
    }
    .btn_official a {
    	border-radius: 40px;
    	width: 50%;
    	line-height: 36px;
    	margin: 1.5em auto 0;
        cursor: pointer;
    }
}

.cast {
    background: #000;
    margin-top: 6rem;
}
.cast ul {
    color: #fff;;
    list-style: none;
    padding: calc(60 / 750 * 100%) calc(40 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .cast ul {
        padding: calc(30 / 1240 * 100%) calc(80 / 1240 * 100%);
    }
}

.detailSummary {
    position: relative;
    z-index: 1;
    top:3rem;
}

.detailSummary .lead {
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #cc0000;
}
.detailSummary .normal_txt {
    line-height: 1.8;
}
.detailSummary .point {
    font-size: 3.2rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}

.detailSummary .notes {
    list-style: none;
    font-size: 2rem;
    line-height: 1.8;
    padding: 0;
    margin-top: 5rem;
}

@media screen and (min-width: 768px) {
        .detailSummary {
               top:0;
            }
    .detailSummary .lead {
        font-size: 2.4rem;
        padding: 2em 0 1em;
    }
    .detailSummary .point {
        font-size: 2.4rem;
        padding: 1.5em 0;
    }
    .detailSummary .notes {
        font-size: 1.4rem;
        margin-top: 0;
    }
}
@media screen and (min-width: 1400px) {
    .detailSummary .lead {
        font-size: 24px;
    }
    .detailSummary .point {
        font-size: 24px;
    }
    .detailSummary .notes {
        font-size: 14px;
    }
}


.buttonArea {
    padding: calc(60 / 750 * 100%) 0;
}
.buttonArea a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 1em;
	background: url(../images/detail/btn_normal.png) center center no-repeat;
	background-size: contain;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.buttonArea a:after {
	content: "";
	display: block;
	padding-top: 19%;
	position: relative;
	z-index: -1;
}
.buttonArea a:hover {
	color: #fff;
	background: url(../images/detail/btn_hover.png) center center no-repeat;
	background-size: contain;
}
.buttonArea.end a {
	color: #b2b2b2;
	background: url(../images/detail/btn_none.png) center center no-repeat;
	background-size: contain;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
    .buttonArea {
        max-width: 825px;
        margin: auto;
        display: flex;
        justify-content: center;
        padding: calc(120 / 1240 * 100%) 0;
    }
    .buttonArea a {
        width: 48%;
        margin: 0 1%;
    }
}
