/* 2024-03-10 ryugoon
 * History -
 *
 * 2024-03-10
 *
 */

@import "reset.css";




/* Global */
#wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 0.5;
    position: relative;
}

#wrap img {
    width: 100%;
}

.pc {
    display: block;
}

.mo {
    display: none;
}

.containerbu,
.containerbk {
    width: 100%;
    text-align: center;
}

.containerbu {
    background: no-repeat bottom center url("../images/bg_01.png");
}

.containerbk {
    /*background-color: #0c452e;*/
    background: no-repeat top center url("../images/bg_02.png");
    max-width: 1920px;
    margin: 0 auto;
}

.sec {
    max-width: 1184px;
    margin: 0 auto;
    position: relative;
}

.btn01,
.btn02,
.btn03,
.btn04,
.btn05,
.btn06,
.btn07,
.btn08,
.btn09 {
    position: absolute;
    cursor: pointer;
}

.btn01 {
    top: 48.5%;
    left: 25.5%;
    width: 24%;
    height: 12.5%;
}

.btn02 {
    top: 48.5%;
    left: 50.5%;
    width: 24%;
    height: 12.5%;
}

.btn03 {
    top: 63.8%;
    left: 25.5%;
    width: 24%;
    height: 12.5%;
}

.btn04 {
    top: 63.7%;
    left: 50.8%;
    width: 24%;
    height: 12.5%;
}

.btn09 {
    display: none;
    top: 67.9%;
    left: 23.5%;
    width: 53.1%;
    height: 12.5%;
}

.btn05 {
    top: 59%;
    left: 18.8%;
    width: 30.5%;
    height: 18.2%;
}

.btn06 {
    top: 59%;
    left: 51%;
    width: 30.5%;
    height: 17.8%;
}




/*#######################*/
/*##    viewport 1024   ##*/
/*#######################*/
@media screen and (max-width: 1024px) {
    .pc {
        display: none;
    }

    .mo {
        display: block;
    }

    .btn01 {
        top: 40.5%;
        left: 19.7%;
        width: 59.6%;
        height: 10.6%;
    }

    .btn02 {
        top: 53%;
        left: 20.7%;
        width: 59.6%;
        height: 9.6%;
    }

    .btn03 {
        top: 64.8%;
        left: 20.7%;
        width: 58.6%;
        height: 10.5%;
    }

    .btn04 {
        top: 77.2%;
        left: 20.7%;
        width: 59.6%;
        height: 10.2%;
    }

    .btn09 {
        top: 76%;
        left: 12.7%;
        width: 74.6%;
        height: 10.6%;
    }

    .btn05 {
        top: 58.2%;
        left: 9.8%;
        width: 80.6%;
        height: 14.2%;
    }

    .btn06 {
        top: 75.6%;
        left: 8.8%;
        width: 81.6%;
        height: 14.2%;
    }

    .btn07 {
        top: 27.0%;
        left: 20.7%;
        width: 58.6%;
        height: 4.6%;
    }

    .btn08 {
        top: 32.2%;
        left: 12.7%;
        width: 74.6%;
        height: 4.6%;
    }



}




/*#######################*/
/*##    viewport 865   ##*/
/*#######################*/
@media screen and (max-width: 865px) {}

/*#######################*/
/*##    viewport 730   ##*/
/*#######################*/
@media screen and (max-width: 730px) {}

/*#######################*/
/*##    viewport 480   ##*/
/*#######################*/
@media screen and (max-width: 480px) {}