@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : TOPページCSS
===================================================================== */

/* =====================================================================
*    header
* =================================================================== */
.mv {
    background: url(../images/bg_red.png) repeat center center;
    background-size: calc(286 / 750 * 100%) auto;
}

.mv_box {
    padding: calc(10 / 750 * 100%);
}

.site_ttl {
	width: calc(289 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: calc(465 / 750 * 100%) 0 0 calc(18 / 750 * 100%);
}

.mv_onair {
	width: calc(670 / 750 * 100%);
    margin: calc(40 / 750 * 100%) auto 0;
}

.official_link {
    width: calc(670 / 750 * 100%);
    margin: calc(35 / 750 * 100%) auto calc(-75 / 750 * 100%);
}

@media screen and (min-width:700px){
    .mv {
        background-size: calc(143 / 1040 * 100%) auto;
    }
    
    .mv_box {
        padding: calc(10 / 710 * 100%) 0;
    }
    
	.site_ttl {
        width: calc(284 / 710 * 100%);
        margin: calc(452 / 710 * 100%) 0 0 calc(8 / 710 * 100%);
    }
    
    .mv_onair {
        width: calc(536 / 710 * 100%);
        margin: 0 auto;
    }
    
    .official_link {
        width: calc(536 / 710 * 100%);
        margin: calc(20 / 710 * 100%) auto calc(-60 / 710 * 100%);
    }
    
    .official_link a:hover {
        opacity: 0.7;
    }
    
    .official_link::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #3a2e25;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (min-width:1040px){
    .mv {
        background-size: 143px auto;
    }
}


/* =====================================================================
*    intro
* =================================================================== */
.intro {
    padding: calc(160 / 750 * 100%) 0 0;
    background: url(../images/bg_white.jpg) repeat center center;
    background-size: calc(256 / 750 * 100%) auto;
}

.intro_box {
    padding: 0 0 calc(235 / 750 * 100%);
}

.intro_box::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(134 / 750 * 100%);
    background: url(../images/bg_house.png) no-repeat center bottom;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width:700px){
    .intro {
        padding: calc(135 / 1040 * 100%) 0 0;
        background-size: calc(256 / 1040 * 100%) auto;
    }
    
    .intro_box {
        padding: 0 0 calc(190 / 710 * 100%);
    }
    
    .intro_box::before {
        padding-top: calc(89 / 710 * 100%);
    }
}

@media screen and (min-width:1040px){
    .intro {
        padding: 135px 0 0;
        background-size: 256px auto;
    }
}


/* =====================================================================
*    staff
* =================================================================== */
.staff {
    padding: calc(100 / 750 * 100%) 0;
    background: url(../images/bg_red.png) repeat center center;
    background-size: calc(286 / 750 * 100%) auto;
}

.staff_box {
}

.staff_list {
    text-align: center;
}

.staff_list dt {
    color: #f4efe9;
    font-size: 2.8rem;
    line-height: 1.428;
    letter-spacing: 0.05em;
}

.staff_list dt:not(:first-of-type) {
    margin: 2em 0 0;
}

.staff_list dt::after {
    content: "・・・";
    display: block;
    padding: 0 0 0 0.2em;
    letter-spacing: 0.2em;
}

.staff_list dd {
    color: #ffca3f;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.05em;
}

.staff_list dd.staff_txt1 {
    margin: 1em 0 0;
    font-size: 2.8rem;
    line-height: 1.727;
}

.staff_list dd.staff_txt2 {
    font-size: 2.2rem;
    font-weight: 400;
}

.staff_list dd.color_w {
    color: #f4efe9;
}

@media screen and (min-width:700px){
    .staff {
        padding: calc(80 / 1040 * 100%) 0 calc(90 / 1040 * 100%);
        background-size: calc(143 / 1040 * 100%) auto;
    }
    
    .staff_list dt {
        font-size: 2.1rem;
    }
    
    .staff_list dd {
        font-size: 2.7rem;
    }
    
    .staff_list dd.staff_txt1 {
        font-size: 2.1rem;
    }
    
    .staff_list dd.staff_txt2 {
        font-size: 1.65rem;
    }
}

@media screen and (min-width:1040px){
    .staff {
        padding: 80px 0 90px;
        background-size: 143px auto;
    }
}


/* =====================================================================
*    cast
* =================================================================== */
.cast {
    padding: calc(100 / 750 * 100%) 0 calc(220 / 750 * 100%);
    background: url(../images/bg_white.jpg) repeat center center;
    background-size: calc(256 / 750 * 100%) auto;
}

.cast .staff_list dt {
    color: #3a2e25;
}

.cast .staff_list dd {
    color: #bc3e40;
}

@media screen and (min-width:700px){
    .cast {
        padding: calc(80 / 1040 * 100%) 0 calc(220 / 1040 * 100%);
        background-size: calc(256 / 1040 * 100%) auto;
    }
}

@media screen and (min-width:1040px){
    .cast {
        padding: 80px 0 220px;
        background-size: 256px auto;
    }
}
