@charset "utf-8";
/* CSS Document */

/*----------------------------------------
　　トップ動画上ボタン
----------------------------------------*/
/* PC */
@media screen and (min-width:1901px) {
    .btn_head01 {
        position: absolute;
        z-index: 1 !important;
        top: 680PX;
        left: 30%;
        right: 30%;
        padding: 20px 15px;
        font-size: 150%;
        font-weight: 900;
        letter-spacing: 2px;
        text-decoration: none!important;
        border-radius: 35px;
        border: 2px solid #00a0e8;
        color: #00a0e8;
        background: #fff;
        text-align: center;
    }
    a.btn_head01:hover {
        color: #fff;
        background: #00a0e8;
        z-index: 1 !important;   
        opacity: 0.7;
        transition: .3s;
    }
}

/* PC */
@media screen and (max-width:1900px) {
    .btn_head01 {
        position: absolute;
        z-index: 1 !important;
        top: 650PX;
        left: 30%;
        right: 30%;
        padding: 20px 15px;
        font-size: 150%;
        font-weight: 900;
        letter-spacing: 2px;
        text-decoration: none!important;
        border-radius: 35px;
        border: 2px solid #00a0e8;
        color: #00a0e8;
        background: #fff;
        text-align: center;
    }
    a.btn_head01:hover {
        color: #fff;
        background: #00a0e8;
        z-index: 1 !important;   
        opacity: 0.7;
        transition: .3s;
    }
}

/* PC */
@media screen and (max-width:1700px) {
    .btn_head01 {
        position: absolute;
        z-index: 1 !important;
        top: 620PX;
        left: 30%;
        right: 30%;
        padding: 20px 15px;
        font-size: 150%;
        font-weight: 900;
        letter-spacing: 2px;
        text-decoration: none!important;
        border-radius: 35px;
        border: 2px solid #00a0e8;
        color: #00a0e8;
        background: #fff;
        text-align: center;
    }
    a.btn_head01:hover {
        color: #fff;
        background: #00a0e8;
        z-index: 1 !important;   
        opacity: 0.7;
        transition: .3s;
    }
}

/* PC */
@media screen and (max-width:1500px) {
    .btn_head01 {
        position: absolute;
        z-index: 1 !important;
        top: 550PX;
        left: 30%;
        right: 30%;
        padding: 13px 15px;
        font-size: 130%;
        font-weight: 900;
        letter-spacing: 2px;
        text-decoration: none!important;
        border-radius: 35px;
        border: 2px solid #00a0e8;
        color: #00a0e8;
        background: #fff;
        text-align: center;
    }
    a.btn_head01:hover {
        color: #fff;
        background: #00a0e8;
        z-index: 1 !important;   
        opacity: 0.7;
        transition: .3s;
    }
}
/* tb　sp */
@media screen and (max-width:768px) {
    .btn_head01 {
        left: 10%;
        right: 10%;
        padding: 10px 10px;
        font-size: 130%;
        font-weight: 900;
        letter-spacing: 2px;
        text-decoration: none!important;
        border-radius: 35px;
        border: 2px solid #00a0e8;
        color: #00a0e8;
        background: #fff;
        text-align: center;
    }
}
