@charset "utf-8";
/* CSS INFORMATION -====================================================

/* =====================================================================
*    #header
* =================================================================== */

.ttl_h1 {
    width: 100%;
    background-image: url(../images/bg_top_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 17%;
}
#header {
    background-image: url(../images/bg_mv.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
}
.pc {
    display: none;
}
#header .header_inner {
    width: 94%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#header .main_visual {
    width: 100%;
    position: absolute;
    top: -10%;
    z-index: 10;
}
.ttl_h1 .site_ttl {
    width: 85%;
    position: relative;
    padding-top: 8%;
    margin-left: auto;
    margin-right: auto;
}
#header .wrap_box {
    position: relative;
    padding-top: 65%;
    z-index: 11;
}
#header .onair {
    width: 100%;
    position: relative;
    margin: -6% auto 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
}
#header .official_link {
    width: 72%;
    position: relative;
    margin: 8% 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
}
.onair p {
    padding: 8% 0 0;
}
.onair p img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width:700px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .ttl_h1 {
        background-image: url(../images/bg_top_pc.jpg);
        background-size: 100% 100%;
        padding-bottom: 6%;
    }
    .ttl_h1 .site_ttl_wrap {
        width: 100%;
        max-width: 1040px;
        box-sizing: border-box;
        padding-right: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .ttl_h1 .site_ttl {
        width: 70%;
        position: relative;
        padding: 5% 8% 0%;
    }
    .bg_header_area {
        width: 100%;
        background: url(../images/bg_mv.jpg) repeat left top;
        background-size: auto;
    }
    #header {
        background-image: none;
        width: 100%;
        max-width: 1040px;
        box-sizing: border-box;
        padding-right: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #header .header_inner {}
    #header .main_visual {
        width: 100%;
        top: -5%;
    }
    #header .site_ttl {
        width: 88.6%;
    }
    #header .wrap_box {
        padding-top: 60%;
    }
    #header .onair {
        width: 89.4%;
        margin-top: 0;
    }
    #header .onair img {}
    #header .official_link {
        width: 72%;
        margin: 9% auto 0;
        padding-bottom: 10%;
    }
    #header .official_link a {
        width: 100%;
        display: block;
    }
    #header .official_link a::before, #header .official_link a::after {
        content: "";
        width: 100%;
        height: 75px;
        display: block;
    }
    #header .official_link a::before {
        background: url(../images/btn_official_off.png) no-repeat center top;
        background-size: 100% auto;
        height: 135px;
    }
    #header .official_link a::after {
        background: url(../images/btn_official_on.png) no-repeat center top;
        background-size: 100% auto;
        height: 135px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    #header .official_link a:hover::before {
        opacity: 0;
    }
    #header .official_link a:hover::after {
        opacity: 1;
    }
    #header .official_link a img {
        display: none;
    }
    .onair {
        margin-bottom: 0;
    }
    .onair p {
        width: 100%;
        max-width: 1040px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }
}

/* =====================================================================
*    #main
* =================================================================== */
.bg_anime {
    background: url(../images/bg_intro_out.jpg) repeat left top;
    background-size: auto;
}
#main .category_ttl {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding: 9% 0;
}
@media screen and (min-width:700px) {
    #main .category {
        width: 100%;
        max-width: 1040px;
        box-sizing: border-box;
        padding-right: 300px;
        padding-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
    #main .category_ttl {
        padding: 40px 0;
    }
}
/* =====================================================================
*    #introduction
* =================================================================== */
#main #introduction .category_inner {
    position: relative;
}
#main #introduction .category_ttl {
    position: static;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -53%;
}
#main #introduction .category_ttl img {
    width: 86% !important;
    position: relative;
}
#main .category_img.sp {
    width: 93%;
    margin: 0 auto;
}
#main .category_ttl img {
    margin: 0 auto;
    width: 75%;
}
@media screen and (min-width:700px) {
    #main #introduction .category_ttl {
        width: 90% !important;
        position: static;
        margin: 0 auto;
        padding: 16% 0 10%;
        z-index: 2;
    }
    #main #introduction .category_img {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10%;
    }
    /* #main #introduction */
    #main #introduction .category_inner {
        background: url(../images/bg_h1.jpg) repeat left top;
        background-size: auto;
    }
    #main #introduction .category_inner::before {
        width: 113.7838%;
        padding-top: 32.1622%;
        margin-left: -56.8919%;
        margin-bottom: -6.2163%;
    }
    #main #introduction .category_inner .category_img.pc {
        width: 94.6%;
        margin: 0 auto;
    }
}
/* =====================================================================
*    #cast
* =================================================================== */
#main #cast {
    background-image: url(../images/bg_mv.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
}
#main #cast .category_inner {
    position: relative;
}
#main #cast .category_ttl {
    width: 30%;
    width: 2%;
}
#main #cast .category_ttl+p {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25%;
}
#main #cast .category_ttl img {
    width: 86% !important;
    position: relative;
}
#main #staff .category_img {
    width: 100%;
}
.bg_anime2 {
    width: 100%;
    background: url(../images/bg_mv.jpg) repeat left top;
    background-size: auto;
}
#main #cast {
    background-image: none;
}
#main #cast .category_inner {}
#main .category_ttl {
    width: 75%;
    margin: 0 auto;
    padding: 16% 0 10%;
}
#main #cast .category_ttl {
    width: 25%;
}
#main #cast .category_ttl::before {
    height: 23%;
    width: 59%;
    left: -112px;
    top: 0;
}
#main #cast .category_ttl img {
    width: 95% !important;
}
#main #cast .category_inner p {
    width: 100%;
    margin: 0 auto;
}
#main #cast .category img {
    width: 100%;
}
#main #staff .category_inner p {
    width: 92%;
}
/* =====================================================================
*    #staff
* =================================================================== */
#main #staff .category_inner {
    position: relative;
    background-image: none;
}
#main #staff .category_ttl {
        width: 45%;
    }
    #main #staff .category_img {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 8%;
    }
    #main #staff .category_inner {
        width: 97.75%;
        background-image: none;
    }
    #main #staff .category_ttl {
        width: 30%;
    }
    #main #staff .category_ttl img {
        width: 95% !important;
    }
    #main #staff .category_img::before {
        padding-top: 100.1345%;
        background: url(../images/img_staff_pc.png) no-repeat center top;
        background-size: 100% auto;
    }
}
/* =====================================================================
*    .box
* =================================================================== */
.box {
    width: 100%;
    max-width: 1040px;
    box-sizing: border-box;
}
/* =====================================================================
*    .pagetop
* =================================================================== */
.pagetop {
    width: 100%;
}
.pagetop .pagetop_inner {
    width: 100%;
    position: relative;
}
.pagetop .pagetop_inner a {
    width: 21.4375%;
    height: auto;
    display: block;
    position: absolute;
    bottom: -96px;
    left: 0;
    right: 0;
    top: -40px;
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width:700px) {
    .pagetop {
        max-width: 1040px;
        box-sizing: border-box;
        padding-right: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .pagetop .pagetop_inner a {
        width: 14.7838%;
        left: 0;
        top: -55px;
    }
    .pagetop .pagetop_inner a::before, .pagetop .pagetop_inner a::after {
        content: "";
        width: 100%;
        height: 0;
        padding-top: 100%;
        display: block;
        transition: opacity 0.2s ease;
    }
    .pagetop .pagetop_inner a::before {
        background: url(../images/btn_pagetop_off.png) no-repeat center top;
        background-size: 100% auto;
    }
    .pagetop .pagetop_inner a::after {
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/btn_pagetop_on.png) no-repeat center top;
        background-size: 100% auto;
        opacity: 0;
    }
    .pagetop .pagetop_inner a:hover::after {
        opacity: 1;
    }
    .pagetop .pagetop_inner a:hover::before {
        opacity: 0;
    }
    .pagetop .pagetop_inner a img {
        display: none;
    }
}
/* =====================================================================
*    #banner_area
* =================================================================== */
#banner_area {
    background: url(../images/bg_intro_out.jpg) repeat center top;
    position: relative;
}
#banner_area ul {
    letter-spacing: -.40em;
    text-align: center;
    padding-top: 16%;
    padding-bottom: 12.5%;
}
#banner_area ul li {
    width: 57.8125%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5625%;
}
@media screen and (min-width:700px) {
    #banner_area {
        background: url(../images/bg_bnr.jpg) no-repeat left top;
        background-size: 100% 100%;
        padding-top: 5%;
    }
    #banner_area .banner_inner {
        width: 100%;
        max-width: 1040px;
        box-sizing: border-box;
        padding-right: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #banner_area ul {
        width: 67.5676%;
        padding-top: 1%;
        padding-bottom: 4%;
        margin-left: auto;
        margin-right: auto;
    }
    #banner_area ul li {
        width: 40%;
        margin-top: 2%;
        margin-left: 2%;
        margin-right: 2%;
    }
    #banner_area ul li a {
        width: 100%;
        height: auto;
        display: block;
        transition: opacity 0.2s ease;
    }
    #banner_area ul li a:hover {
        opacity: 0.7;
    }
}
/* =====================================================================
*    #footer
* =================================================================== */
#footer {
    background: url(../images/bg_mv.jpg) repeat left top;
    background-size: 100% auto;
    padding: 37px 0;
}
#footer .footer_inner {
    font-size: 1.2rem;
    line-height: 1.25em;
    color: #fa207b;
    text-align: center;
}
@media screen and (min-width:700px) {
    #footer .footer_inner {
        width: 100%;
        max-width: 1040px;
        font-size: 1.6rem;
        line-height: 1.25em;
        box-sizing: border-box;
        padding-right: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}
.sidebnr_box {
    background-color: #fff;
}
