@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : TOPページCSS
===================================================================== */

/* =====================================================================
*    header
* =================================================================== */
.mv {
    overflow: hidden;
}

.mv_box {
    padding-top: calc(980 / 750 * 100%);
}

.site_ttl {
	width: calc(464 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: calc(54 / 750 * 100%) auto 0;
}

.mv_catch {
    width: calc(63 / 750 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: calc(66 / 750 * 100%) calc(50 / 750 * 100%) 0 0;
}

.mv_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mv_onair {
	width: calc(670 / 750 * 100%);
    margin: calc(25 / 750 * 100%) auto 0;
    padding: 0 calc(18 / 750 * 100%);
}

.official_link {
    width: calc(670 / 750 * 100%);
    margin: 0 auto;
}

.official_link a {
    padding: calc(56 / 670 * 100%) 0;
    background-color: #0041f1;
}

.official_link a::after {
    content: "";
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    border-top: 0.8rem solid #ffe000;
    border-right: 0.8rem solid #ffe000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto calc(60 / 670 * 100%) auto 0;
}

.official_link a img {
    width: calc(366 / 670 * 100%);
    margin: 0 auto;
}

@media screen and (min-width:700px){
	.mv_box {
        padding-top: calc(928 / 710 * 100%);
    }
    
    .site_ttl {
        width: calc(439 / 710 * 100%);
        margin: calc(52 / 710 * 100%) auto 0;
    }
    
    .mv_img {
    }
    
    .mv_catch {
        width: calc(63 / 710 * 100%);
        margin: calc(64 / 710 * 100%) calc(27 / 710 * 100%) 0 0;
    }
    
    .mv_onair {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(600 / 710 * 100%);
        height: calc(237 / 1040 * 100vw);
        margin: 0 0 0 calc(55 / 710 * 100%);
        padding: 0 calc(47 / 710 * 100%);
    }
    
    .official_link {
        width: calc(600 / 710 * 100%);
        margin: 0 auto;
    }
    
    .official_link a {
        padding: calc(42 / 600 * 100%) 0;
    }
    
    .official_link a::after {
        width: 1.2rem;
        height: 1.2rem;
        border-width: 0.6rem;
        margin: auto 11rem auto 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    
    .official_link a:hover::after {
        margin-right: 8rem;
    }
    
    .official_link a img {
        width: calc(276 / 600 * 100%);
    }
}

@media screen and (min-width:1040px){
	.mv_onair {
        height: 237px;
    }
}


/* =====================================================================
*    intro
* =================================================================== */
.intro {
    padding: calc(60 / 750 * 100%) 0 0;
}

.intro_box {
    width: calc(670 / 750 * 100%);
    margin: 0 auto;
    background-color: #fff;
}

@media screen and (min-width:700px){
    .intro {
        padding: calc(40 / 1040 * 100%) 0 0;
    }
    
    .intro_box {
        width: 100%;
    }
}

@media screen and (min-width:1040px){
    .intro {
        padding: 40px 0 0;
    }
}


/* =====================================================================
*    chara
* =================================================================== */
.chara {
    padding: calc(60 / 750 * 100%) 0 0;
}

.chara_box {
    width: calc(670 / 750 * 100%);
    margin: 0 auto;
    padding: calc(200 / 750 * 100%) calc(60 / 750 * 100%) calc(110 / 750 * 100%);
    background-color: #fff;
}

.chara_list {
    color: #0041f1;
}

.chara_list li:not(:last-child)::after {
    content: "";
    display: block;
    width: calc(31 / 550 * 100%);
    margin: calc(50 / 550 * 100%) auto calc(45 / 550 * 100%);
    padding-top: calc(31 / 550 * 100%);
    background: url(../images/bg_deco1.png) no-repeat center center;
    background-size: cover;
}

.chara_list_img {
    width: calc(520 / 550 * 100%);
    margin: 0 auto calc(30 / 550 * 100%);
}

.chara_list_name {
    text-align: center;
}

.chara_list_name dt {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.075em;
}

.chara_list_name dt::after {
    content: "...";
    display: block;
    margin: -0.45em 0 0.2em;
    color: #f10077;
}

.chara_list_name dd {
    font-size: 3rem;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.075em;
}

.chara_list_txt {
    margin: 1.5em 0 0;
    font-size: 2.8rem;
    line-height: 1.714;
}

@media screen and (min-width:700px){
    .chara {
        padding: calc(40 / 1040 * 100%) 0 0;
    }
    
    .chara_box {
        width: 100%;
        padding: calc(135 / 710 * 100%) calc(50 / 710 * 100%) calc(110 / 710 * 100%);
    }
    
    .chara_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .chara_list li {
        width: calc(190 / 610 * 100%);
    }
    
    .chara_list li:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 0 calc(20 / 610 * 100%);
    }
    
    .chara_list li:not(:last-child)::after {
        display: none;
    }
    
    .chara_list_img {
        width: 100%;
        margin: 0 0 calc(15 / 190 * 100%);
    }
    
    .chara_list li:not(:first-child) .chara_list_img img {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }
    
    .chara_list li:first-child .chara_list_img {
        width: calc(260 / 610 * 100%);
        margin: 0;
    }
    
    .chara_list li:first-child .chara_list_profile {
        width: calc(320 / 610 * 100%);
    }
    
    .chara_list li:first-child .chara_list_name {
        text-align: left;
    }
    
    .chara_list_name dt {
        font-size: 2.5rem;
    }
    
    .chara_list_name dd {
        font-size: 1.5rem;
    }
    
    .chara_list_txt {
        font-size: 1.6rem;
    }
}

@media screen and (min-width:1040px){
    .chara {
        padding: 40px 0 0;
    }
}


/* =====================================================================
*    staff
* =================================================================== */
.staff {
    padding: calc(60 / 750 * 100%) 0 0;
}

.staff_box {
    width: calc(670 / 750 * 100%);
    margin: 0 auto;
    padding: calc(230 / 750 * 100%) 0 calc(110 / 750 * 100%);
    background-color: #fff;
}

.staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

.staff_list dt {
    width: calc(305 / 670 * 100%);
    margin: 0 0 calc(30 / 670 * 100%);
    color: #0041f1;
    font-size: 2.8rem;
    line-height: 1.23;
    letter-spacing: 0.1em;
    text-align: right;
}

.staff_list dt::after {
    content: ":";
    display: block;
    position: absolute;
    top: -0.1em;
    right: -1.3em;
    color: #f10077;
}

.staff_list dd {
    width: calc(305 / 670 * 100%);
    margin: 0 0 calc(30 / 670 * 100%);
    color: #0041f1;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 0.1em;
}

.staff_list dd span {
    font-weight: 700;
}

.staff_list .ls {
    letter-spacing: -0.08em;
}

.staff_list .small {
    font-size: 65%;
    letter-spacing: 0;
}

@media screen and (min-width:700px){
    .staff {
        padding: calc(40 / 1040 * 100%) 0 0;
    }
    
    .staff_box {
        width: 100%;
        padding: calc(150 / 750 * 100%) 0 calc(110 / 750 * 100%);
    }
    
    .staff_list dt {
        width: calc(335 / 710 * 100%);
        margin: 0 0 calc(20 / 710 * 100%);
        font-size: 1.7rem;
    }
    
    .staff_list dt::after {
        right: -1.4em;
    }
    
    .staff_list dd {
        width: calc(335 / 710 * 100%);
        margin: 0 0 calc(20 / 710 * 100%);
        font-size: 1.7rem;
    }
    
    .staff_list .ls {
        letter-spacing: 0;
    }
}

@media screen and (min-width:1040px){
    .staff {
        padding: 40px 0 0;
    }
}


/* =====================================================================
*    cast
* =================================================================== */
.cast {
    padding: calc(60 / 750 * 100%) 0 0;
}

@media screen and (min-width:700px){
    .cast {
        padding: calc(40 / 1040 * 100%) 0 0;
    }
}

@media screen and (min-width:1040px){
    .cast {
        padding: 40px 0 0;
    }
}
