@charset "utf-8";

/* story */
#story .stage {
    padding-top: 881px;
}

#story .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/story_bg.jpg);
}

#story h1 {
    position: absolute;
    width: 42.1428571428571%;
    left: 0;
    right: 0;
    top: 11.35073779795687%;
    margin: auto;
}

#story h3 {
    position: absolute;
    width: 41.2857142857143%;
    left: 0;
    right: 0;
    top: 28.684907325684%;
    margin: auto;
}

#story .txt {
    position: absolute;
    left: 0;
    top: 37.45743473325766%;
    width: 100%;
}


/* map */
#map .stage .inner {
    position: relative;
    padding-bottom: 8.21428571428571%;
}

#map .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/map_bg.jpg);
}

#map h2 {
    width: 42.1428571428571%;
    padding-top: 2%;
    margin: 0 auto 2%;
}

#map .mapArea {
    width: 71.42857142857143%;
    margin: 0 auto;
    position: relative;
}

#map .mapArea .icon {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 10%;

    cursor: pointer;

    background-size: cover;
    background-image: none;
}

#map .mapArea .icon:hover {
    z-index: 10;
    transform: scale(1.1) !important;
}

#map .mapArea .icon:hover img {
    transform: scale(1.1) !important;
    transition: 0.3s;
    opacity: 0;
}

#map .mapArea .icon01 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_01_on.png);
}

#map .mapArea .icon02 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_02_on.png);
}

#map .mapArea .icon03 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_03_on.png);
}

#map .mapArea .icon04 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_04_on.png);
}

#map .mapArea .icon05 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_05_on.png);
}

#map .mapArea .icon06 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_06_on.png);
}

#map .mapArea .icon07 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_07_on.png);
}

#map .mapArea .icon08 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_08_on.png);
}

#map .mapArea .icon09 {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/icon/icon_09_on.png);
}

#map .mapArea .icon01 {
    left: 64.4%;
    top: 18.9%
}

#map .mapArea .icon02 {
    left: 73.3%;
    top: 38.3%;
}

#map .mapArea .icon03 {
    left: 7.7%;
    top: 56%;
}

#map .mapArea .icon04 {
    left: 22%;
    top: 62%;
}

#map .mapArea .icon05 {
    left: 22.8%;
    top: 81%;
}

#map .mapArea .icon06 {
    left: 43.2%;
    top: 54.7%;
}

#map .mapArea .icon07 {
    left: 59.9%;
    top: 61.4%;
}

#map .mapArea .icon08 {
    left: 51.2%;
    top: 69.5%;
}

#map .mapArea .icon09 {
    left: 72.2%;
    top: 65.3%;
}

/* mapInfo */
#mapInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}

#mapInfo .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
}

#mapInfo .inner {
    position: absolute;
    top: 150px;
    width: 400px;
    left: 0;
    right: 0;
    margin: auto;
}

#mapInfo .infoBox {
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    color: #555;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
    top: 20px;
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#mapInfo .infoBox h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.0rem;
}

#mapInfo .infoBox .preview {
    margin: 0 auto 20px;
}

#mapInfo .infoBox .txt {
    line-height: 1.5;
    font-size: 1.6rem;
}

@media screen and (max-width: 1399px) {
    #story .stage {
        padding-top: 62.85714285714286%;
    }
}

@media screen and (min-width: 768px) {
    #map .mapArea .preview {
        border-radius: 5px;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    }
}

/* SP */
@media screen and (max-width: 767px) {

    /* story */
    #story .stage {
        padding-top: 180%;
    }

    #story .bg {
        background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/sp/story_bg.jpg);
        background-position: center bottom;
    }

    #story h1 {
        width: 92.1875%;
        top: 5%;
        margin: 0 auto 3%;
    }

    #story h3 {
        position: absolute;
        width: 41.2857142857143%;
        left: 0;
        right: 0;
        top: 28.684907325684%;
        margin: auto;
    }

    #story .txt {
        top: 25%;
    }

    /* map */
    #map .stage .inner {
        position: relative;
        padding-bottom: 12%;
    }

    #map .bg {
        background-image: url(/wp-content/themes/ikemen/title/live/original/images/story/sp/map_bg.jpg);
    }

    #map h2 {
        width: 92.1875%;
        padding-top: 2%;
        margin: 0 auto 2%;
    }

    #map .mapArea {
        width: 100%;
        margin: 0 auto;
    }

    #map .mapArea .preview {
        margin-bottom: 3%;
    }

    #map .mapArea .btnList {
        width: 95%;
        margin: 0 auto;
    }

    #map .mapArea .btnList li {
        width: 48.5%;
        float: left;
    }

    #map .mapArea .btnList li:nth-of-type(even) {
        float: right;
    }

    #map .mapArea .btnList li:nth-of-type(n+3) {
        margin-top: 2%;
    }

    /* mapInfo */
    #mapInfo .inner {
        padding-top: 0;
        width: 310px;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #mapInfo .infoBox {
        position: relative;
        background-color: rgba(255, 255, 255, 0.85);
        color: #555;
        padding: 20px;
        border-radius: 10px;
        transition: 0.3s;
        top: 20px;
        box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.3);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    #mapInfo .infoBox h3 {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }

    #mapInfo .infoBox .preview {
        height: 300px;
        overflow: hidden;
        margin: 0 auto 10px;
    }

    #mapInfo .infoBox .preview img {
        margin-top: -25px;
    }

    #mapInfo .infoBox .txt {
        line-height: 1.7;
        font-size: 1.4rem;
    }
}