@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description : TOPページCSS
===================================================================== */


/* =====================================================================
*    header
* =================================================================== */

.mv {
    padding-bottom: calc(76 / 750 * 100%);
    background: url(../images/bg_mv-sp.jpg) no-repeat center bottom/100% auto;
}

.site_ttl {
    width: calc(548 / 750 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0 0 calc(-12 / 750 * 100%) calc(103 / 750 * 100%);
}

.mv_onair {
    width: calc(645 / 750 * 100%);
    margin: calc(47 / 750 * 100%) auto 0;
}

.official_link {
    width: calc(513 / 750 * 100%);
    margin: calc(52 / 750 * 100%) auto 0;
    box-shadow: 0px 0px 20px 0px rgba(34, 38, 51, 0.24);
}

@media screen and (min-width:700px) {
    .mv {
        padding-bottom: calc(62 / 1040 * 100%);
        background: url(../images/bg_mv-pc.jpg) no-repeat center top/cover;
    }
    .site_ttl {
        width: calc(472 / 710 * 100%);
        margin: 0 0 calc(2 / 710 * 100%) 0;
    }
    .mv_onair {
        width: calc(579 / 710 * 100%);
        margin: calc(20 / 710 * 100%) auto 0;
    }
    .official_link {
        width: calc(513 / 710 * 100%);
        margin: calc(27 / 710 * 100%) auto 0;
    }
    .official_link a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/btn_official_h.jpg) no-repeat center/contain;
        transition: 0.3s ease;
        opacity: 0;
        z-index: 1;
    }
    .official_link a:hover::before {
        opacity: 1;
    }
}

@media screen and (min-width:1040px) {
    .mv {
        padding-bottom: 62px;
    }
}


/* =====================================================================
*    intro
* =================================================================== */

.intro {
    padding: calc(72 / 750 * 100%) 0 calc(120 / 750 * 100%);
    background: url(../images/bg_purple.jpg) repeat center center;
    background-size: calc(150 / 750 * 100%) auto;
}

.intro .sec_ttl {
    width: calc(733 / 750 * 100%);
}

.intro_box {
    text-align: center;
    font-size: 2.8rem;
    line-height: 6.1rem;
    letter-spacing: -0.01em;
}

.intro_box em {
    font-size: 125%;
    font-style: normal;
}

.intro_box .purple {
    padding: 0 0.1em;
    background-color: #180830;
}

.intro_box .gold {
    color: #dfc377;
}

.intro_box strong {
    font-size: 4rem;
}

@media screen and (min-width:700px) {
    .intro {
        padding: calc(67 / 1040 * 100%) 0 calc(104 / 1000 * 100%);
        background-size: calc(150 / 1040 * 100%) auto;
    }
    .intro .sec_ttl {
        margin-bottom: calc(36 / 710 * 100%);
        width: calc(621 / 710 * 100%);
    }
    .intro_box {
        font-size: max(2rem, 2.3rem);
        line-height: 4.8rem;
    }
    .intro_box strong {
        font-size: 3.6rem;
    }
}

@media screen and (min-width:1040px) {
    .intro {
        padding: 67px 0 104px;
        background-size: 150px auto;
    }
}


/* =====================================================================
*    staff
* =================================================================== */

.staff {
    padding: calc(76 / 750 * 100%) 0 calc(260 / 750 * 100%);
    background: url(../images/bg_black.jpg) repeat center/calc(150 / 750 * 100%) auto;
}

.staff .sec_ttl {
    width: calc(428 / 750 * 100%);
}

.staff_box {
    margin: 0 auto;
    width: calc(670 / 750 * 100%);
}

.staff_list {
    display: flex;
    flex-wrap: wrap;
}

.staff_list li {
    text-align: center;
    margin-bottom: calc(80 / 670 * 100%);
    width: 50%;
}

.staff_list li.wide {
    width: 100%;
}

.staff_list dt {
    margin-bottom: 0.8em;
    color: #dfc377;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
}

.staff_list dd {
    font-size: 3.6rem;
    line-height: 1.33;
    letter-spacing: 0.05em;
}

.staff_list dd span {
    font-size: 2.6rem;
}

.staff_list dd small {
    font-size: 2.2rem;
}

@media screen and (min-width:700px) {
    .staff {
        padding: calc(67 / 1040 * 100%) 0 calc(150 / 1040 * 100%);
        background-size: calc(150 / 1040 * 100%) auto;
    }
    .staff .sec_ttl {
        width: calc(366 / 710 * 100%);
    }
    .staff_box {
        width: 100%;
    }
    .staff_list li {
        margin-bottom: calc(90 / 710 * 100%);
    }
    .staff_list dt {
        margin-bottom: 0.5em;
        font-size: 2.1rem;
    }
    .staff_list dd {
        font-size: 2.7rem;
    }
    .staff_list dd span {
        font-size: 2.1rem;
    }
    .staff_list dd small {
        font-size: 1.6rem;
    }
}

@media screen and (min-width:1040px) {
    .staff {
        padding: 67px 0 150px;
        background-size: 150px auto;
    }
}


/* =====================================================================
*    cast
* =================================================================== */

.cast {
    padding: calc(70 / 750 * 100%) 0 calc(40 / 750 * 100%);
    background: url(../images/bg_cast-sp.jpg) no-repeat center/cover;
}

.cast .sec_ttl {
    width: calc(393 / 750 * 100%);
}

.cast .staff_list dt {
    position: relative;
    padding-bottom: 0.6em;
}

.cast .staff_list dt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 1px;
    background: linear-gradient(to right, rgba(223, 195, 119, 0) 0%, rgba(223, 195, 119, 1) 50%, rgba(223, 195, 119, 0) 100%);
}

@media screen and (min-width:700px) {
    .cast {
        padding: calc(67 / 1040 * 100%) 0 calc(20 / 1040 * 100%);
        background-image: url(../images/bg_cast-pc.jpg);
    }
    .cast .sec_ttl {
        width: calc(337 / 710 * 100%);
    }
    .cast .staff_list li {
        width: calc(100% / 3);
    }
    .cast .staff_list dt {
        padding-bottom: 0.3em;
    }
}

@media screen and (min-width:1040px) {
    .cast {
        padding: 67px 0 20px;
    }
}