@charset 'UTF-8';

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LIB
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.l-kv
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    text-align: left;
}

.l-kv img
{
    width: calc(100% - 50px);
}

.l-lead
{
    overflow: hidden;

    width: 100%;
    margin-top: -84px;
    padding-top: 190px;
    padding-bottom: 100px;

    background: #f6f6f6;
}

.l-lead .l-wraper
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.l-lead .l-txt
{
    font-size: 24px;
    line-height: 2.41667;

    position: relative;
    z-index: 2;

    padding-left: 50px;

    text-align: left;
}

.l-lead .l-img
{
    font-size: 0;

    position: relative;
    z-index: 1;

    width: 100%;
    margin-top: -78px;

    text-align: right;
}

.l-lead .l-img img
{
    width: 66.08333%;
    margin-right: -50px;
}

.l-lead .l-img .l-youtube
{
    position: absolute;
    bottom: 48px;
    left: 50px;

    width: calc(50% - 50px);
    padding-top: 26.667%;
}

.l-lead .l-img .l-youtube iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.l-lead .l-airing_time
{
    padding: 40px 50px 50px;

    background: #fff;
}

.l-lead .l-airing_time h3
{
    font-size: 20px;

    margin-bottom: 26px;
}

.l-lead .l-airing_time_li
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.l-lead .l-airing_time_li dl
{
    width: calc(20% - 36px);
}

.l-lead .l-airing_time_li dl dt
{
    margin-bottom: 20px;
    padding: 8px 0;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.l-lead .l-airing_time_li dl dd
{
    font-size: 14px;
	line-height: 1.8;
    letter-spacing: 0;
}

.l-lead .l-airing_time_li dl dd span {
	color: #FF0000;
}

.l-becky
{
    width: calc(100% - 220px);
    max-width: 980px;
    margin: 0 auto;
    padding-top: 100px;
}

.l-becky h2
{
    margin-bottom: 24px;
}

.l-becky h2 img
{
    width: 100%;
}

.l-becky p
{
    margin-bottom: 50px;
}

.l-becky p b
{
    font-size: 28px;
    line-height: 1.78571;

    letter-spacing: .16em;
}

.l-becky > div
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    margin-bottom: 110px;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.l-becky > div .l-becky_img
{
    width: 250px;
}

.l-becky > div .l-becky_img:last-of-type
{
    width: 254px;
}

.l-becky > div p
{
    font-size: 18px;
    font-weight: 300;
    line-height: 2.11111;

    margin-bottom: 0;
}

.l-member
{
    width: calc(100% - 220px);
    max-width: 980px;
    margin: 0 auto;
}

.l-member h2
{
    width: calc(100% - 100px);
    margin: 0 auto 30px;
}

.l-member h2 img
{
    width: 100%;
}

.l-member .e-txt_1
{
    font-weight: 300;
    line-height: 2.11111;

    margin-bottom: 80px;
}

.l-member img
{
    width: calc(100% - 100px);
    margin: 0 auto;
}

.l-member .l-img_1
{
    margin-bottom: 90px;
}

.l-member .e-txt_2
{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.08333;

    margin-bottom: 100px;
}

.l-member ul
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    width: calc(100% - 100px);
    margin: 0 auto 70px;

    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.l-member ul li
{
    width: calc(20% - 15.2px);
    margin-bottom: 18px;
}

.l-member ul li img
{
    width: 100%;
}

.l-member .e-txt_3
{
    font-weight: 300;
    line-height: 2.11111;

    margin-bottom: 30px;
}

.l-member .l-img_2
{
    margin-bottom: 40px;
}

.l-member .e-txt_4
{
    font-weight: 300;
    line-height: 2.11111;

    margin-bottom: 40px;
}

.l-member .e-txt_5
{
    font-weight: 400;
    line-height: 2.11111;

    margin-bottom: 85px;
}

.l-member h3
{
    font-size: 28px;
    line-height: 1.78571;

    margin-bottom: 120px;
}

.l-cast
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 84px;
    padding: 0 50px;
}

.l-cast h2
{
    width: 174px;
    margin: 0 auto;
}

.l-cast h2 img
{
    width: 100%;
}

.l-cast ul
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    margin-top: -40px;
    padding: 110px 0 86px;

    background: #f2f2f2;

    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.l-cast ul li
{
    font-size: 22px;

    padding-right: 25px;

    letter-spacing: 0;
}

.l-cast ul li:last-of-type
{
    padding-right: 0;
}

.l-staff h2
{
    width: 169px;
    margin: 0 auto;
}

.l-staff h2 img
{
    width: 100%;
}

.l-staff > div
{
    margin-top: -60px;
    padding: 150px 0 100px;

    background: #f2f2f2;
}

.l-staff .l-staff_li
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.l-staff .e-staff_li
{
    width: calc(100% / 3 - 1px);

    letter-spacing: 0;
}

.l-staff .e-staff_li:first-of-type dl
{
    margin-bottom: 170px;
}

.l-staff .e-staff_li:first-of-type dl dd
{
    font-size: 22px;
}

.l-staff .e-staff_li:nth-of-type(2) dl
{
    margin-bottom: 55px;
}

.l-staff .e-staff_li:last-of-type dl
{
    margin-bottom: 60px;
}

.l-staff .e-staff_li:last-of-type dl:first-of-type
{
    margin-bottom: 90px;
}

.l-staff .e-staff_li dl:last-of-type
{
    margin-bottom: 0;
}

.l-staff .e-staff_li dl dt
{
    font-size: 14px;
    font-weight: 700;

    margin-bottom: 15px;
}

.l-staff .e-staff_li dl dd
{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.66667;
}

.l-staff .e-staff_li dl dd:last-of-type
{
    margin-bottom: 0;
}

.l-staff .e-staff_li .e-abe
{
    font-size: 24px;
}

.l-staff .e-staff_li .e-terao
{
    font-size: 18px;
}

@media screen and (max-width: 768px)
{
    .l-kv
    {
        width: calc(100% - 40px);
    }

    .l-kv
    {
        width: 100%;
    }

    .l-kv img
    {
        width: calc(100% - 30px);
    }

    .l-lead
    {
        margin-top: -67px;
        padding-top: 124px;
        padding-bottom: 60px;
    }

    .l-lead .l-wraper
    {
        width: calc(100% - 40px);
    }

    .l-lead .l-txt
    {
        font-size: 14px;
        line-height: 2.42857;

        padding-left: 0;
    }

    .l-lead .l-img
    {
        margin-top: -40px;
        margin-bottom: 35px;
    }

    .l-lead .l-img img
    {
        width: 100%;
        margin-right: 0;
    }

    .l-lead .l-img .l-youtube
    {
        position: relative;
        bottom: auto;
        left: auto;

        width: 100%;
        padding-top: 56.25%;
    }

    .l-lead .l-airing_time
    {
        padding: 40px 20px;
    }

    .l-lead .l-airing_time h3
    {
        font-size: 18px;

        margin-bottom: 22px;
    }

    .l-lead .l-airing_time_li
    {
        display: block;
    }

    .l-lead .l-airing_time_li dl
    {
        width: 100%;
        margin-bottom: 24px;
    }

    .l-lead .l-airing_time_li dl:last-of-type
    {
        margin-bottom: 0;
    }

    .l-lead .l-airing_time_li dl dt
    {
        margin-bottom: 15px;
    }

    .l-lead .l-airing_time_li dl dd
    {
        font-size: 12px;
    }

    .l-becky
    {
        width: calc(100% - 40px);
    }

    .l-becky
    {
        padding-top: 60px;
    }

    .l-becky h2
    {
        margin-bottom: 10px;
    }

    .l-becky p
    {
        margin-bottom: 15px;
    }

    .l-becky p b
    {
        font-size: 17px;
        line-height: 2.11765;

        letter-spacing: .08em;
    }

    .l-becky > div
    {
        margin-bottom: 60px;

        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .l-becky > div .l-becky_img
    {
        width: 50%;

        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }

    .l-becky > div .l-becky_img:last-of-type
    {
        width: 50%;

        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3;
    }

    .l-becky > div p
    {
        font-size: 14px;
        line-height: 2.14286;

        width: 100%;
        margin-bottom: 55px;

        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }

    .l-member
    {
        width: calc(100% - 40px);
    }

    .l-member h2
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .l-member .e-txt_1
    {
        line-height: 2.14286;

        margin-bottom: 50px;
    }

    .l-member img
    {
        width: 100%;
    }

    .l-member .l-img_1
    {
        margin-bottom: 50px;
    }

    .l-member .e-txt_2
    {
        font-size: 17px;
        line-height: 2.11765;

        margin-bottom: 50px;
    }

    .l-member ul
    {
        width: 100%;
        margin-bottom: 25px;
    }

    .l-member ul li
    {
        width: calc(50% - 10px);
    }

    .l-member .e-txt_3
    {
        line-height: 2.14286;

        margin-bottom: 45px;
    }

    .l-member .l-img_2
    {
        margin-bottom: 50px;
    }

    .l-member .e-txt_4
    {
        line-height: 2.14286;

        margin-bottom: 30px;
    }

    .l-member .e-txt_5
    {
        line-height: 2.14286;

        margin-bottom: 40px;
    }

    .l-member h3
    {
        font-size: 17px;
        line-height: 2.11765;

        margin-bottom: 40px;
    }

    .l-cast
    {
        width: calc(100% - 40px);
    }

    .l-cast
    {
        margin-bottom: 60px;
        padding: 0;
    }

    .l-cast h2
    {
        width: 147px;
    }

    .l-cast ul
    {
        margin-top: -25px;
        padding: 50px 0 22px;

        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .l-cast ul li
    {
        font-size: 14px;

        margin-bottom: 18px;
        padding-right: 15px;
    }

    .l-staff h2
    {
        width: 142px;
    }

    .l-staff > div
    {
        margin-top: -65px;
        padding: 95px 0 30px;
    }

    .l-staff .l-staff_li
    {
        width: calc(100% - 40px);
    }

    .l-staff .l-staff_li
    {
        padding: 0;

        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .l-staff .e-staff_li
    {
        width: 50%;
    }

    .l-staff .e-staff_li:first-of-type
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .l-staff .e-staff_li:first-of-type dl
    {
        margin-bottom: 35px;
    }

    .l-staff .e-staff_li:first-of-type dl dd
    {
        font-size: 15px;
    }

    .l-staff .e-staff_li:first-of-type dl dd.e-abe
    {
        font-size: 17px;
    }

    .l-staff .e-staff_li:nth-of-type(2) dl
    {
        margin-bottom: 25px;
    }

    .l-staff .e-staff_li:last-of-type dl
    {
        margin-bottom: 25px;
    }

    .l-staff .e-staff_li:last-of-type dl:first-of-type
    {
        margin-bottom: 30px;
    }

    .l-staff .e-staff_li dl dt
    {
        font-size: 11px;

        margin-bottom: 5px;
    }

    .l-staff .e-staff_li dl dd
    {
        font-size: 12px;

        margin-bottom: 0;
    }

    .l-staff .e-staff_li .e-abe
    {
        font-size: 17px;
    }

    .l-staff .e-staff_li .e-terao
    {
        font-size: 12px;
    }
}
