@charset "utf-8";

/* slide */
.slide {
    width: 100%;
    height: 500px;
    position: relative;
    opacity: 0;
}

.slide .slideArea {
    position: relative;
    width: 59%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.slide ul {
    position: absolute;
    width: 2000px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
}

.slide ul li {
    position: relative;
    float: left;
    padding: 0 5px;
}

.slide .arrowL {
    position: absolute;
    width: 7.14285714285714%;
    left: 12%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.1s;
}

.slide .arrowR {
    position: absolute;
    width: 7.14285714285714%;
    right: 12%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.1s;
}

.slide .arrowL.disable,
.slide .arrowR.disable {
    opacity: 0.3;
}

/* story */
#story h1 {
    width: 42.1428571428571%;
    padding-top: 1%;
    margin: 0 auto 4%;
}

#story .stage .inner {
    position: relative;
}

#story .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/system/story_bg.jpg);
}

.systemBox .inner {
    padding: 5% 0;
}

.systemBox h2 {
    margin: 0 auto 2.85714285714286%;
}

.systemBox p {
    width: 60%;
    margin: 2.85714285714286% auto 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* offtime */
#offtime .stage .inner {
    position: relative;
}

#offtime .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/system/offtime_bg.jpg);
}

/* live */
#live .stage .inner {
    position: relative;
}

#live .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/system/live_bg.jpg);
}

/* audio */
#audio .stage .inner {
    position: relative;
}

#audio .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/system/audio_bg.jpg);
}

/* dictionary */
#dictionary .stage .inner {
    position: relative;
}

#dictionary .bg {
    background-image: url(/wp-content/themes/ikemen/title/live/original/images/system/dictionary_bg.jpg);
}

@media screen and (max-width: 1399px) {}

/* SP */
@media screen and (max-width: 767px) {
    .slide .arrowL {
        width: 18%;
        left: 4%;
    }

    .slide .arrowR {
        width: 18%;
        right: 4%;
    }

    .systemBox .inner {
        padding: 10% 0;
    }

    .systemBox h2 {
        margin: 0 auto 5%;
    }

    .systemBox p {
        width: 90%;
        margin: 1.5% auto 0;
        text-align: left;
        font-size: 1.3rem;
        line-height: 1.7;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    #story h1 {
        width: 92.1875%;
        padding-top: 2%;
        margin: 0 auto 4%;
    }

    #story.systemBox .inner {
        padding-top: 0;
    }
}