@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: .705vw;
    height: 100%;
}

body {
    color: #fff;
    background: #000;
    font-family: 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3',
        'Helvetica Neue',
        Arial,
        'Hiragino Sans',
        'Meiryo',
        sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

p {
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.contents {
    background-color: linear-gradient(to bottom, #ffffff, #f0f6ff);
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.el_sp {
    display: none;
}

.el_inner {
    padding: 0 3%;
}

.el_yl {
    color: #ffff00;
}

.el_rd {
    color: #ff0000;
}

.el_bg_bk {
    background: #000;
}

.el_bg_bk_op {
    background: rgba(0, 0, 0, .5);
}

.el_right {
    text-align: right;
}

.el_circle {
    border-radius: 20px;
    z-index: 1;
}

.el_comingsoon {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.06em;
    font-size: min(60px, 9rem);
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}

.el_colorMask {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.el_hover {
    transition: all .25s ease;
    opacity: 1;
}

.el_hover:hover {
    opacity: .8;
}

.el_width_l {
    max-width: 1000px;
    margin: 0 auto;
}

.el_width_m {
    max-width: 950px;
    margin: 0 auto;
}

.el_width_s {
    max-width: 820px;
    margin: 0 auto;
}

.paragraph {
    display: none;
}

.js_fade__anim {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transition-duration: .7s;
}

.js_fade__anim.js_fadeIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.bl_top {
    position: relative;
}

.bl_topImg {
    position: relative;
    width: 100%;
}

.bl_slider_head {
    max-width: 820px;
    margin: 0 auto 20px;
}

.bl_program {
    background-image: url("../img/02_background/background_01.jpg");
    background-size: cover;
    background-repeat: repeat-y;
    padding: 80px 0;
}

.bl_program_head img {
    width: 70%;
}

.bl_program_subHead {
    margin: 40px auto 20px;
}

.bl_program_itemWrap {
    display: flex;
    justify-content: space-between;
}

.bl_program_item {
    max-width: 460px;
}

.bl_program_item:not(:last-child) {
    margin-right: 2%;
}

.bl_program_item_link {
    display: block;
    box-shadow: 6px 6px 8px #000;
}

.bl_schedule {
    padding: 80px 0;
    background-image: url("../img/02_background/background_06.jpg");
    background-size: cover;
}

.bl_schedule_2 {
    background-image: url("../img/02_background/background_03.jpg");
}

.bl_schedule_title {
    width: 50%;
}

.bl_schedule_text {
    margin-top: 80px;
}

.bl_schedule_list_pc {
    margin-top: 40px;
}

.bl_schedule_list_pc a {
    display: inline-block;
}

.bl_schedule_list_pc a:not(:first-child) {
    margin-left: 15px;
}

.bl_schedule_list_sp img {
    margin-top: 20px;
}

.bl_machine {
    background-image: url("../img/02_background/background_01.jpg");
    background-size: cover;
    padding: 80px 0;
    background-repeat: repeat-y;
}

.bl_machine_inner_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl_machine_image {
    width: 30%;
}

.bl_machine_text {
    width: 65%;
}

.bl_machine_text img {
    margin-bottom: 40px;
}

.bl_machine_copyright {
    white-space: nowrap;
    font-size: 12px;
    text-align: left;
}

.bl_cast {
    background-image: url("../img/02_background/background_04.jpg");
    background-size: cover;
}

.bl_cast_inner {
    padding-top: 80px;
    /* margin: 0 25%; */
}

.bl_cast_title {
    max-width: 400px;
    margin: auto;
}

.bl_cast_list_pc {
    display: flex;
    justify-content: center;
    margin: 80px auto 40px;
    width: 880px;
}

.bl_cast_text {
    width: 650px;
    margin: 0 auto 80px;
}

.bl_cast_list_pc div:not(:first-child) {
    margin-left: 20px;
}

.bl_premium {
    background: rgb(0, 0, 0, .5);
}

.bl_schedule .bl_premium {
    background-image: none;
}

.bl_premium {
    background-image: url("../img/02_background/background_02.jpg");
    background-size: cover;
}

.bl_premium_bg {
    margin-top: 40px;
    padding: 40px 3%;
}

.bl_premium_inner {
    padding: 50px 0 70px;
}

.bl_premium_line:first-child {
    margin-bottom: 30px;
}

.bl_premium_head {
    max-width: 800px;
    margin: 0 auto 30px;
}

.bl_premium_btnWrap {
    display: flex;
    justify-content: center;
}

.bl_premium_btnItem {
    max-width: 410px;
    width: calc((100% - (40px * 1)) / 2);
}

.bl_premium_btnItem:not(:last-child) {
    margin-right: 40px;
}

.bl_premium_btn {
    display: block;
    color: #000;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 20px;
    border-radius: 12px;
    letter-spacing: normal;
    transition: all .25s ease;
}

.bl_premium_btn:hover {
    background: #dedede;
}

.bl_premium_btnTxt {
    font-size: 16px;
    letter-spacing: 0.03em;
    text-shadow: 3px 3px 2px #000;
}

.bl_youtube {
    margin-top: 70px;
    margin-bottom: 70px;
}

.bl_youtube_inner {
    max-width: 845px;
    margin: 0 auto 20px;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    padding: 20px 40px 30px;
}

.bl_youtube_head {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.bl_youtube_itemWrap {
    display: flex;
}

.bl_youtube_item {
    width: calc((100% - (2% * 2)) / 3);
}

.bl_youtube_item:not(:last-child) {
    margin-right: 2%;
}

.bl_youtube_item_link {
    display: block;
    font-size: 38px;
    font-weight: 900;
    color: #000;
    background: #fff;
    padding: 15px 0;
}

.bl_youtube_txt {
    font-size: 20px;
    letter-spacing: normal;
    text-shadow: 3px 3px 2px #000;
    line-height: 1.6;
}

.bl_about {
    background-image: url("../img/02_background/background_02_pc.jpg");
    background-size: 100%;
    padding-top: 40%;
    padding-bottom: 5%;
    position: relative;
    overflow: hidden;
}

.bl_about_text_pc {
    width: 950px;
    margin: auto;
}

.bl_about .el_width_l {
    margin: auto 0 auto auto;
}

.bl_about_head {
    max-width: 400px;
    margin: 0 auto;
}

.bl_about_intro {
    margin-left: auto;
    margin-right: 0;
    width: 550px;
}

.bl_about_img {
    margin-bottom: 30px;
}

.bl_about_tomekichi {
    position: absolute;
    left: 0;
    height: 140%;
    margin-top: 0 !important;
}

.bl_about_txt {
    font-size: 30px;
    font-weight: bold;
    line-height: 2.1;
    margin-bottom: 50px;
    letter-spacing: normal;
    text-shadow: 3px 3px 2px #000;
}

.bl_about_img_aori {
    max-width: 860px;
    margin: auto;
}

.bl_movie {
    background-image: url("../img/02_background/background_01.jpg");
    background-repeat: repeat-y;
    padding-bottom: 80px;
}

.bl_movie_img {
    max-width: 860px;
    padding-top: 80px;
    margin: 0 auto 40px;
}

.bl_movie_img img {
    width: 70%;
}

.bl_movie_itemWrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: rgba(0, 0, 0, .5);
    max-width: 950px;
    margin: auto;
}

.bl_movie_itemWrap:not(:first-child) {
    margin-top: 80px;
}

.bl_movie_item {
    padding: 40px 30px 40px;
}

.bl_movie_humin_title {
    width: 60%;
    margin: 0 auto 20px;
}

.bl_movie_item_head {
    max-width: 342px;
    margin: 0 auto 20px;
}

.bl_movie_item_link {
    position: relative;
    display: block;
    max-width: 410px;
    margin: 0 auto;
}

.bl_movie_item_img {
    position: relative;
}

.bl_movie_item_img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .0);
    top: 0;
    left: 0;
    transition: all .25s ease;
}

.bl_movie_item_link:hover .bl_movie_item_img:after {
    content: '';
    background: rgba(0, 0, 0, .2);
}

.startBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .25s ease;
}

.bl_movie_item_link:hover .startBtn {
    opacity: .8;
}

.circle {
    position: relative;
    width: 75px;
    height: 75px;
    cursor: pointer;
    border-radius: 50%;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.triangle {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 25px 0 25px 38px;
    border-color: transparent transparent transparent #ffffff;
}

.bl_footer {
    background-color: #000;
    padding: 60px 0;
}

.bl_footerLogo {
    display: inline-block;
    width: 300px;
}

.copyright {
    margin-top: 36px;
    font-size: 12px;
    color: #808080;
}

.display-none {
    display: none;
}

.youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-top: 80px;
}

@media screen and (max-width: 1050px) {
    .bl_machine_copyright {
        font-size: 10px;
    }
    
    .bl_about_text_pc {
        width: 850px;
    }
}

@media screen and (max-width: 880px) {
    .bl_machine_copyright {
        font-size: 8px;
    }

    .bl_about_text_pc {
        width: 700px;
    }
    
    .bl_cast_list_pc {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .w-1000 {
        width: calc((1000 / 1080) * 100%);
        margin: auto;
    }

    .w-880 {
        width: calc((880 / 1080) * 100%);
        margin: auto;
    }

    .paragraph {
        display: block;
    }

    .img-wrapper {
        padding: 0;
    }

    .el_pc {
        display: none;
    }

    .el_sp {
        display: block;
    }

    .el_comingsoon {
        font-size: 9rem;
    }

    .js_fade__anim {
        transform: translate3d(0, 30px, 0);
    }

    .bl_top {
        padding-bottom: 0px;
    }

    .bl_slider_head {
        margin: 0 auto;
    }

    .bl_program {
        padding: 40px 0;
    }

    .bl_program_subHead {
        margin-bottom: min(25px, 5.5rem);
        padding: 0 10%;
    }

    .bl_program_itemWrap {
        flex-flow: column;
        padding: 0 10%;
    }

    .bl_program_item {
        width: 100%;
    }

    .bl_program_item:not(:last-child) {
        margin-right: 0;
        margin-bottom: min(25px, 5.5rem);
    }

    .bl_program_item_link {
        box-shadow: 0px 0px 4px #000;
    }

    .youtube {
        margin-top: 40px;
        width: 93%;
    }

    .bl_schedule {
        padding: 40px 0;
    }

    .bl_schedule_2 {
        background-position-x: center;
    }

    .bl_schedule_text {
        margin-top: 40px;
    }
    
    .bl_premium {
        margin: 0 3.5%;
    }

    .bl_premium_bg {
        padding: 40px 20px 0;
    }

    .bl_premium_inner {
        padding: 40px 0 0;
    }

    .bl_premium_line:first-child {
        margin-bottom: min(60px, 11rem);
    }

    .bl_premium_head {
        margin: 0 40px 40px;
    }

    .bl_premium_btnWrap {
        flex-flow: column;
        align-items: center;
    }

    .bl_premium_btnItem {
        width: 100%;
    }

    .bl_premium_btnItem:not(:last-child) {
        margin-right: 0;
    }

    .bl_premium_btn {
        font-size: min(31px, 6.5rem);
        padding: min(30px, 4.8rem) 0;
        margin: 0 auto min(20px, 3.5rem);
        border-radius: min(16px, 3rem);
    }

    .bl_premium_btnTxt {
        font-size: min(18px, 5.2rem);
        margin-bottom: 40px;
        line-height: 1.6;
    }

    .bl_about_intro {
        width: 60%;
        margin: auto 0 auto auto;
    }

    .bl_youtube {
        margin-top: min(80px, 15rem);
        margin-bottom: min(80px, 15rem);
    }

    .bl_youtube_inner {
        width: min(600px, 115rem);
        margin: 0 auto min(40px, 7rem);
        padding: min(45px, 8.5rem) min(40px, 7rem) min(40px, 8rem);
    }

    .bl_youtube_head {
        font-size: min(36px, 7rem);
        margin-bottom: min(40px, 7rem);
    }

    .bl_youtube_itemWrap {
        flex-flow: column;
        align-items: center;
    }

    .bl_youtube_item {
        width: min(500px, 96rem);
    }

    .bl_youtube_item:not(:last-child) {
        margin-right: 0;
        margin-bottom: min(30px, 8rem);
    }

    .bl_youtube_item_link {
        font-size: min(31px, 6.5rem);
        padding: min(30px, 4.7rem) 0;
    }

    .bl_youtube_txt {
        font-size: min(24px, 5.2rem);
    }

    .bl_about_head {
        max-width: 250px;
        width: min(250px, 47rem);
    }

    .bl_program_head img {
        width: 80%;
    }

    .bl_cast {
        background-size: contain;
    }

    .bl_cast_title {
        width: 60%;
    }
    
    .bl_cast_list_sp {
        margin: 40px auto;
    }

    .bl_cast_bottom {
        display: flex;
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .bl_cast_bottom div:last-child {
        margin-left: 20px;
    }

    .bl_cast_text {
        width: 100%;
        margin: 0 auto 40px;
    }

    .bl_about {
        background-image: url("../img/02_background/background_02_sp.jpg");
        padding: 0 0 40px;
    }

    .bl_about img {
        margin-top: 40px;
    }

    .bl_about_txt {
        font-size: min(30px, 5.4rem);
        margin-bottom: min(50px, 9.6rem);
        text-shadow: 3px 3px 2px #000;
    }

    .bl_about_tomekichi {
        left: -30%;
        height: 110%;
        margin-top: 20px !important;
    }

    .bl_machine {
        background-size: contain;
        padding: 40px 0;
    }

    .bl_machine_image {
        width: 50%;
        margin: 40px auto 30px;
    }

    .bl_machine_copyright {
        margin-top: 20px;
        font-size: 6px;
    }

    .bl_cast_inner {
        padding-top: 40px;
    }

    .bl_movie {
        background-size: contain;
        padding-bottom: 40px;
    }

    .bl_movie_img {
        padding-top: 40px;
        max-width: min(630px, 120rem);
        margin: 0 auto;
    }

    .bl_movie_img:first-child {
        padding-top: 40px;
    }

    .bl_movie_img img {
        width: 100%;
    }

    .bl_movie_itemWrap {
        display: block;
        border: none;
        background: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bl_movie_item {
        background: rgba(0, 0, 0, .5);
        padding: 40px 20px 0;
    }

    .bl_movie_item:last-child {
        padding: 40px 20px 40px;
    }

    .bl_movie_item_head {
        width: min(550px, 105rem);
        margin: 0 auto min(20px, 4rem);
    }

    .bl_movie_itemWrap:not(:first-child) {
        margin-top: 0;
    }

    .bl_movie_humin {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    
    .bl_movie_humin_title {
        margin: 0 auto 40px;
    }

    .bl_movie_humin_text {
        margin: 40px auto 0;
        width: 75%;
    }

    .bl_movie_humin .bl_movie_item:first-child {
        padding: 20px 20px 40px;
    }

    .bl_movie_humin .bl_movie_item:last-child {
        padding: 40px 20px 20px;
    }

    .circle {
        width: 21rem;
        height: 21rem;
    }

    .triangle {
        border-width: 4rem 0 4rem 7rem;
    }

    .bl_premium_section {
        margin: 0;
    }

    .bl_premium_section .bl_premium_inner {
        margin: 0 3.5% 0;
    }

    .bl_footerLogo {
        max-width: 200px;
    }
}
