@charset "UTF-8";

#wrapper {
    position: relative;
    padding: 0px;
}

#mainTopSlide {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    background: url("../images/m_mainSlide01.jpg") fixed center/cover;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#mainTopSlide .tit-txt {
    line-height: 1.1;
    font-family: 'Oxanium';
    font-weight: 700;
    font-size: 12vw;
    text-transform: uppercase;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

#mainTopSlide .tit-txt .pc-only {
    display: none;
}

#mainTopSlide .sub-txt {
    max-width: 1200px;
    padding: 0 5vw;
    margin: 3vw auto 0;
    font-size: 4vw;
}

@media screen and (min-width:639px) {
    #mainTopSlide {
        background: url("../images/mainSlide01.jpg") fixed center/cover;
    }

    #mainTopSlide .tit-txt {
        font-size: 70px;
    }

    #mainTopSlide .sub-txt {
        padding: 0 50px;
        margin-top: 30px;
        font-size: 20px;
    }
}

@media screen and (min-width:767px) {
    #mainTopSlide .tit-txt .m-only {
        display: none;
    }

    #mainTopSlide .tit-txt .pc-only {
        display: block;
    }
}

@media screen and (min-width:1139px) {
    #mainTopSlide .tit-txt {
        font-size: 90px;
    }

    #mainTopSlide .sub-txt {
        padding: 0 100px;
        margin-top: 30px;
        font-size: 24px;
    }
}

@media screen and (min-width:1239px) {
    #mainTopSlide .sub-txt {
        line-height: 1.8;
        padding: 0;
    }
}