@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */

/* =====================================================================
*    .main
* =================================================================== */

/* .banner
---------------------------------------------------------- */
.banner {
    background: #830809;
}

.bnr_box {
    padding: 4% 0;
}

.bnr_box a {
    display: block;
    width: 84%;
    margin: 0 auto;
}

@media screen and (min-width:768px){
	.bnr_box {
        padding: 2.73% 0;
    }
    
    .bnr_box a {
        width: 57.27%;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .bnr_box a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

/* .next
---------------------------------------------------------- */
.next {
	position: relative;
    background: url(../images/bg_black.jpg) repeat center top;
    background-size: 47.73% auto;
    padding: 4.27% 0 7%;
}

.sec_ttl {
    width: 84%;
    margin: 0 auto -1.5%;
    position: relative;
}

.sec_ttl::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 0.19em solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 2.7%;
}

.sec_ttl img {
    width: 33.02%;
    margin: 0 0 0 -2%;
    position: relative;
}

.next_box {
    width: 84%;
    margin: 0 auto;
}

.next_box li {
    margin: 0 0 5%;
    padding: 10% 5% 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
}

.next_box li:last-child {
    margin: 0;
}

.next_box li dl dt {
    color: #ffee02;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 2%;
}

.next_box li dl dt img {
    width: 21.16%;
    margin: 0 auto 2.5%;
}

.next_box li dl dd {
}

.next_box li dl dd .next_box_img {
    width: 37.89%;
    margin: 0 auto 4%;
    border: 0.2em solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.next_box li dl dd .next_box_txt {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5;
}

@media screen and (min-width:768px){
	.next {
        background-size: 32.55% auto;
        padding: 2.73% 0 4.55%;
    }
    
    .sec_ttl {
        margin: 0 auto -1.2%;
    }
    
    .sec_ttl::before {
        border-bottom: 0.4em solid #000;
        margin: 0 0 2.1%;
    }
    
    .sec_ttl img {
        width: 22.51%;
        margin: 0 0 0 -1.4%;
    }
    
    .next_box {
    }
    
    .next_box li {
        padding: 5.41%;
        margin: 0 0 3.3%;
    }
    
    .next_box li:first-child {
        padding-top: 7%;
    }
    
    .next_box li dl dt {
        font-size: 1.9rem;
        line-height: 1;
        text-align: left;
        margin: 0 0 2.5%;
    }
    
    .next_box li dl dt img {
        display: inline-block;
        width: 12.14%;
        margin: 0 2.5% 0 0;
        vertical-align: middle;
    }
    
    .next_box li dl dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .next_box li dl dd .next_box_img {
        width: 21.84%;
        margin: 0;
        border: 0.4em solid #fff;
    }
    
    .next_box li dl dd .next_box_txt {
        width: 74.5%;
        margin: 0;
        font-size: 1.6rem;
    }
}

@media screen and (min-width:1100px){
    .next {
        background-size: 358px auto;
        padding: 30px 0 50px;
    }
}

/* .facebook
---------------------------------------------------------- */
.facebook {
    background: url(../images/bg_black2.jpg) repeat left top;
    background-size: 13.33% auto;
}

.facebook_box {
    padding: 7% 0;
}

.facebook_box a {
    display: block;
    width: 76.13%;
    margin: 0 auto;
}

@media screen and (min-width:768px){
    .facebook {
        background-size: 9.09% auto;
    }
    
    .facebook_box {
        padding: 2.5% 0;
    }
    
    .facebook_box a {
        width: 49.09%;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .facebook_box a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (min-width:1100px){
    .facebook {
        background-size: 100px auto;
    }
}

/* .info
---------------------------------------------------------- */
.info {
	position: relative;
    background: url(../images/bg_red.png) repeat center top;
    background-size: 2.67% auto;
    padding: 7% 0;
}

.info_box {
    width: 84%;
    margin: 0 auto;
    padding: 8% 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5;
}

@media screen and (min-width:768px){
    .info {
        background-size: 1.82% auto;
        padding: 2.73% 0 4.55%;
    }
    
    .info_box {
        padding: 6% 4.55% 4%;
        font-size: 1.6rem;
    }
}

@media screen and (min-width:1100px){
    .info {
        background-size: 20px auto;
        padding: 30px 0 50px;
    }
}

/* .dvd
---------------------------------------------------------- */
.dvd {
	position: relative;
    background: url(../images/bg_black.jpg) repeat center top;
    background-size: 47.73% auto;
    padding: 4.27% 0 10%;
}

.dvd_box {
    width: 84%;
    margin: 0 auto;
}

.dvd_box li {
    margin: 0 0 5%;
    padding: 10% 6.35% 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
}

.dvd_section {
}

.dvd_section .dvd_section_ttl {
    color: #ffee02;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 5%;
    background: url(../images/line_red.png) repeat-x left bottom;
    background-size: 1.28% auto;
}

.dvd_section .dvd_section_ttl span {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.dvd_section_content {
}

.dvd_section_content_item {
    padding: 8% 0 10%;
    //background: url(../images/line_red.png) repeat-x left bottom;
    background-size: 1.28% auto;
}

.dvd_section_content_item .dvd_section_content_item_ttl {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 4%;
}

.dvd_section_content_item .dvd_section_content_item_ttl span {
    display: block;
    font-size: 0.9rem;
    margin: 0.5% 0 0;
}

.dvd_section_content_item .dvd_section_content_item_img {
    width: 43.64%;
    margin: 0 auto 4%;
    border: 0.2em solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dvd_section_content_item .dvd_section_content_item_txt {
    width: 94%;
    margin: 0 auto 6%;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
}

.dvd_section_content_item .dvd_section_content_item_tokuten {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 4%;
}

.dvd_section_content_item .dvd_section_content_item_tokuten img {
    width: 25.64%;
    margin: 0 auto 3%;
}

.dvd_section_content_item .dvd_section_content_item_btn {
    width: 42.73%;
    margin: 0 auto;
}

.dvd_section_content_item .dvd_section_content_item_btn a {
    display: block;
}

.dvd_section_comment {
    padding: 8% 0 0;
}

.dvd_section_comment dl {
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.dvd_section_comment .dvd_section_comment_ttl {
    color: #ffee02;
    font-size: 1.35rem;
    font-weight: bold;
    margin: 0 0 2.5%;
}

.dvd_section_comment .dvd_section_comment_txt {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 7%;
}

.dvd_section_comment .dvd_section_comment_txt span {
    display: block;
}

.dvd_section_comment .dvd_section_comment_date {
    font-size: 1.2rem;
    margin: 0 0 7%;
}

.dvd_section_comment .dvd_section_comment_date strong {
    font-weight: bold;
}

.dvd_section_comment .dvd_section_comment_price {
    font-size: 1.2rem;
    margin: 0 0 7%;
}

.dvd_section_comment .dvd_section_comment_copy {
    font-size: 1.1rem;
}

.dvd_caution {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width:768px){
    .dvd {
        background-size: 32.55% auto;
        padding: 2.73% 0 4.55%;
    }
    
    .dvd_box {
    }
    
    .dvd_box li {
        padding: 5.41%;
        margin: 0 0 2%;
    }
    
    .dvd_section .dvd_section_ttl {
        font-size: 2.4rem;
        background-size: 0.84% auto;
        padding: 0 0 3.5%;
    }
    
    .dvd_section .dvd_section_ttl span {
        font-size: 2rem;
    }
    
    .dvd_section_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 6% 0;
        //background: url(../images/line_red.png) repeat-x left bottom;
        background-size: 0.84% auto;
    }
    
    .dvd_section_content_item {
        width: 38.83%;
        padding: 0;
        background-image: none;
    }
    
    .dvd_section_content_item .dvd_section_content_item_ttl {
        font-size: 1.9rem;
    }
    
    .dvd_section_content_item .dvd_section_content_item_ttl span {
        font-size: 1.4rem;
    }
    
    .dvd_section_content_item .dvd_section_content_item_img {
        width: 62.5%;
        margin: 0 auto 6%;
        border: 0.5em solid #fff;
    }
    
    .dvd_section_content_item .dvd_section_content_item_txt {
        width: 92%;
        font-size: 1.5rem;
        line-height: 1.6;
        margin: 0 auto 7%;
    }
    
    .dvd_section_content_item .dvd_section_content_item_tokuten {
        width: 92%;
        margin: 0 auto 5%;
        font-size: 1.5rem;
        line-height: 1.6;
        text-align: left;
    }
    
    .dvd_section_content_item .dvd_section_content_item_tokuten img {
        width: 27.21%;
        margin: 0 0 3%;
    }
    
    .dvd_section_content_item .dvd_section_content_item_btn {
        width: 40.94%;
    }
    
    .dvd_section_comment {
        padding: 4% 0 0;
    }
    
    .dvd_section_comment .dvd_section_comment_ttl {
        font-size: 2.4rem;
    }
    
    .dvd_section_comment .dvd_section_comment_txt {
        font-size: 2rem;
        margin: 0 0 3%;
    }
    
    .dvd_section_comment .dvd_section_comment_txt span {
        font-size: 80%;
    }
    
    .dvd_section_comment .dvd_section_comment_date {
        font-size: 1.6rem;
        margin: 0 0 3%;
    }
    
    .dvd_section_comment .dvd_section_comment_price {
        font-size: 1.6rem;
        margin: 0 0 3%;
    }
    
    .dvd_section_comment .dvd_section_comment_copy {
        font-size: 1.4rem;
    }
    
    .dvd_caution {
        font-size: 1.4rem;
    }
}

@media screen and (min-width:1100px){
    .dvd {
        background-size: 358px auto;
        padding: 30px 0 50px;
    }
}
