.modal_open {
    cursor: pointer;
    display: inline-block;
    float: left;
}

.modal_open:hover {
    opacity: 0.6;
    /*    filter: brightness(120%);*/
}

.modal_box {
    position: fixed;
    z-index: 77777;
    display: none;
    width: 80%;
    max-width: 700px;
    margin: auto;
    text-align: justify;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 20px;
}
.modal_box p{
    font-size: 15px;
}

.modal_box h3{
    text-align: center;
    font-size: 1.5em;
/*    font-weight: bold;*/
    color:#48AFB3;
}

#modal1 img,#modal1 p,#modal2 img,#modal2 p,#modal3 img,#modal3 p,#modal4 img,#modal4 p,#modal5 img,#modal5 p,#modal6 img,#modal6 p{
    display: block;
    margin: auto;
    width: 630px;
}
@media print, screen and (min-width: 769px){
    .animePic-ov,.animePic2-ov,.animePic3-ov,.animePic142-ov,.animePic143-ov{
    left: 50% !important;
    margin-left: -315px !important;
}  
}


.numd{
    font-size: 2em;
}

.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 7%;
    height: 12%;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}

.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.7);
}

/*モーダル1*/
.link_area1 {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    width: 29%;
    height: 7%;
    bottom: 4%;
    left: 1%;

}

.link_area1 .modal_link {
    display: inline;
}

.link_area1 .modal_link a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

/*モーダル1-2*/
.link_area1-2 {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.link_area1-2 .modal_link {
    display: inline;
}

.link_area1-2 .modal_link a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

/*モーダル4*/
.link_area4 {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    width: 34%;
    height: 7%;
    bottom: 3%;
    left: 1%;
}

.link_area4 .modal_link {
    display: inline;
}

.link_area4 .modal_link a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

/*オプション*/
.modal_boxop {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 480px;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
}

.opimg {
    position: relative;
}

#op01 {
    position: absolute;
    top: 75.3%;
    left: 0;
    width: 13.5%;
    height: 3.5%;
    margin: 0;
}

#op02 {
    position: absolute;
    top: 1.8%;
    left: 8.5%;
    width: 15.2%;
    height: 3.5%;
    margin: 0;
}

#op03 {
    position: absolute;
    top: 38.5%;
    left: 41.7%;
    width: 17.2%;
    height: 3.5%;
    margin: 0;
}

#op04 {
    position: absolute;
    top: 10%;
    left: 43.7%;
    width: 13.4%;
    height: 3.5%;
    margin: 0;
}

#op05 {
    position: absolute;
    top: 88.6%;
    left: 67.2%;
    width: 15.4%;
    height: 3.5%;
    margin: 0;
}

#op06 {
    position: absolute;
    top: 26.2%;
    left: 64%;
    width: 16%;
    height: 3.5%;
    margin: 0;
}

#op01 img {
    display: block;
}

#op02 img {
    display: block;
}

#op03 img {
    display: block;
}

#op04 img {
    display: block;
}

#op05 img {
    display: block;
}

#op06 img {
    display: block;
}




#op01 a,
#op02 a,
#op03 a,
#op04 a,
#op05 a,
#op06 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    /*    background: #000;*/
}

.ophover:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

.modal_closeop {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 8%;
    height: 10%;
    font-size: 26px;
    color: #000;
    line-height: 52px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;

}



@media screen and (max-width: 769px) {

    /*  ウィンドウサイズ769px以下の時のスタイル  */

    .modal_box {
        width: 100%;
    }

    .modal_close {
        width: 40px;
        line-height: 40px;
        font-size: 30px;
    }

    .modal_close i {
        line-height: 44px;
    }

    /*モーダル1*/
    .link_area1 {
        left: 1%;
        bottom: 4%;
    }

    .link_area1 .modal_link a {
        font-size: 4vw;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    /*モーダル1-2*/
    .link_area1-2 {
        text-align: left;
        left: 0;
        bottom: 3%;
    }

    .link_area1-2 .modal_link a {
        font-size: 4vw;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    /*モーダル4*/
    .link_area4 {
        left: 1%;
        bottom: 3%;
    }

    .link_area4 .modal_link a {
        font-size: 4vw;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    .modal_boxop {
        width: 100%;
    }

    #op01 {}

}

.modal1{
    background-color: #fff;
}