/*スプラッシュ「動画」---------------------*/


.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;
}


* {
    box-sizing: border-box;
}

#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 {
    width: 59px;
    height: 24px;
    position: absolute;
    bottom: 62px;
    right: 0px;
    z-index: 100;
}

#movieBox {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#movieBoxpv {
    display: block;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    border: 8px solid #000;
    background: #000;
    border-radius: 0 0 18px 18px;
    /*動画が無い一時的なもの*/
}

/*スプラッシュ「イメージ」--------------*/
.lineLive {
    display: block;
    background-image: url(../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;
        border-width: 5px;
        border-radius: 0 0 10px 10px;

    }

    .specialInfo .date {
        font-size: 70%;
    }

}

/*max-width:767px*/


@media screen and (max-width:420px) {
    .layer_board {
        top: -420px !important;
    }


    /*スプラッシュ --------------------------------------*/
    #movieBoxpv {
        height: 160px;
        border-width: 3px;
        border-radius: 0 0 10px 10px;

    }

    /*スプラッシュ「イメージ」--------------*/
    #movieBg {
        width: 280px;
        height: auto;
    }
}

/*max-width:420px*/