/*スプラッシュ「動画」---------------------*/


.modal_Box img {
    max-width: 100%;
    height: auto;
}

.minogashi_Info {
    max-width: 1060px;
    padding: 20px;
    width: 100%;
}

.modal_Box {

    text-align: center;

}


#mino01 {
    flex-direction: column;
    vertical-align: top;
}


#mino02 {
    flex-direction: column;
    vertical-align: top;
}

#mino03 {
    flex-direction: column;
    vertical-align: top;
    text-align: center;
}


#MovieContents {
    width: 100%;
    min-width: 664px;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0px;
}

#MovieContents {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

#MovieContents .mainImg {
    width: 720px;
    height: auto;
    margin: auto;
}

#MovieContents .controls {
    min-height: 120px;
    position: relative;
}

#MovieContents .controls .logos {
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
}

#MovieContents .controls .btnClose {

    position: absolute;
    bottom: 62px;
    right: 0px;
    z-index: 100;
}

.btn_close {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    width: 15%;
    margin: 0 auto;
    padding: 0.5% 3% 1%;

}

.btn_close a {
    font-size: 170% !important;
    color: #fff !important;
    font-weight: 800 !important;


}

#movieBox {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#movieBoxpv {
    display: block;
    width: 100%;
    height: 450px;
    margin: 0 auto;

}

/*スプラッシュ「イメージ」--------------*/
.lineLive {
    display: block;
    background-image: url(/content/themes/image/img42_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 454px;
}

.btnBox {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding-top: 47%;
}

.btnBox a {
    display: inline-block;
    width: 44%;
    margin-left: 4%;
}

.btnBox a img {
    width: 100%;
}

@media screen and (max-width:767px) {

    /*スプラッシュ --------------------------------------*/
    #movieBoxpv {
        height: 290px;


    }

    .specialInfo .date {
        font-size: 70%;
    }


    .btn_close {
        display: flex;
        align-items: center;
        text-align: center;
        border: 1px solid #fff;
        width: 25%;
        margin: 0 auto;
        padding: 1.5% 3% 1%;

    }
    
    .layer_board.shortLayer {
    top: 35%;
}
}

/*max-width:767px*/


@media screen and (max-width:420px) {



    /*スプラッシュ --------------------------------------*/
    #movieBoxpv {
        height: 200px;

    }

    /*スプラッシュ「イメージ」--------------*/
    #movieBg {
        width: 280px;
        height: auto;
    }
}

/*max-width:420px*/