@charset "UTF-8";

@font-face {
    font-family: P22Underground;
    src: url(/cms/wp-content/themes/feel/font/p22underground_Normal.woff2) format("woff2"), url(/cms/wp-content/themes/feel/font/p22underground_Normal.woff) format("woff")
}

@font-face {
    font-family: P22Underground-bold;
    src: url(/cms/wp-content/themes/feel/font/p22underground_Bold.woff2) format("woff2"), url(/cms/wp-content/themes/feel/font/p22underground_Bold.woff) format("woff")
}

.pos_fixed {
    height: 100vh
}

.intro_wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}

.intro_wrap_logo_area {
    width: 89px;
    position: absolute;
    top: 45px;
    right: 58px
}

@media screen and (max-width:767px) {
    .intro_wrap_logo_area {
        top: 30px;
        right: 25px
    }
}

.intro_wrap_logo_area img {
    margin: 0 0 34px auto;
    display: block
}

@media screen and (max-width:767px) {
    .intro_wrap_logo_area img {
        margin-bottom: 20px
    }
}

.intro_wrap_logo_area img:last-child {
    margin-bottom: 0
}

.intro_wrap_logo_area img.logo {
    max-width: 74px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media screen and (max-width:767px) {
    .intro_wrap_logo_area img.logo {
        min-width: 37px
    }
}

.intro_wrap_logo_area img.ico_mark {
    max-width: 71px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0 4px 34px auto
}

@media screen and (max-width:767px) {
    .intro_wrap_logo_area img.ico_mark {
        min-width: 32px
    }
}

.intro_wrap_txt_area {
    width: calc(100% - 118px - 118px);
    position: absolute;
    left: 118px;
    bottom: 90px;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:1100px) {
    .intro_wrap_txt_area {
        width: calc(100% - 120px);
        left: 60px
    }
}

@media screen and (max-width:767px) {
    .intro_wrap_txt_area {
        width: 75.625%;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static
    }
}

@media screen and (max-width:767px) {
    .intro_wrap_txt_area_cell {
        width: 75.625%;
        position: absolute;
        left: 50%;
        bottom: 64px;
        transform: translate(-50%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .intro_wrap_txt_area_cell.show {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        display: block
    }
}

.intro_wrap_txt_area_cell_ttl {
    font-size: 20px;
    color: #1a1a1a;
    font-family: Noto Serif KR, serif;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .intro_wrap_txt_area_cell_ttl {
        margin-bottom: 20px !important
    }
}

.intro_wrap_txt_area_cell_ttl_en {
    font-size: 22px;
    line-height: 36px !important;
    margin-bottom: 61px !important
}

@media screen and (max-width:767px) {
    .intro_wrap_txt_area_cell_ttl_en {
        margin-bottom: 20px !important
    }
}

.intro_wrap_txt_area_cell_txt {
    font-size: 13px;
    color: #1a1a1a;
    font-family: Noto Serif KR, serif;
    font-weight: 400
}

.intro_wrap_txt_area_jp {
    margin-right: 88px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media screen and (max-width:767px) {
    .intro_wrap_txt_area_jp {
        margin-right: 0
    }
}

.intro_wrap_txt_area_jp .intro_wrap_txt_area_cell_ttl {
    margin-bottom: 53px;
    line-height: 38px;
    letter-spacing: .25em
}

@media screen and (max-width:767px) {
    .intro_wrap_txt_area_jp .intro_wrap_txt_area_cell_ttl {
        font-size: 17px;
        line-height: 32px
    }
}

.intro_wrap_txt_area_jp .intro_wrap_txt_area_cell_txt {
    line-height: 32px;
    letter-spacing: .25em
}

@media screen and (max-width:767px) {
    .intro_wrap_txt_area_jp .intro_wrap_txt_area_cell_txt {
        font-size: 12px;
        line-height: 26px;
        letter-spacing: .12em
    }
}

.intro_wrap_txt_area_en {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.intro_wrap_txt_area_en .intro_wrap_txt_area_cell_ttl {
    margin-bottom: 53px;
    line-height: 38px;
    letter-spacing: .25em
}

.intro_wrap_txt_area_en .intro_wrap_txt_area_cell_txt {
    line-height: 32px;
    letter-spacing: .025em
}

.intro_wrap_click_area {
    position: absolute;
    right: 58px;
    bottom: 39px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media screen and (max-width:767px) {
    .intro_wrap_click_area {
        right: 25px;
        bottom: 31px
    }
}

.intro_wrap_click_area a {
    position: relative;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: .12em;
    color: #1a1a1a;
    font-family: Times, Times New Roman;
    display: inline-block;
    overflow: hidden
}

.intro_wrap_click_area a span {
    transition: .6s;
    display: inline-block;
    padding: 10px 0
}

.intro_wrap_click_area a:after {
    width: 100%;
    height: 1px;
    content: '';
    background-color: #747474;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s
}

@media screen and (max-width:767px) {
    .intro_wrap_click_area a:after {
        bottom: -6px
    }
}

.intro_wrap_click_area a:before {
    content: url(/cms/wp-content/themes/feel/img/intro_arrow.png);
    position: absolute;
    transform: translate(-100%, 11px);
    transition: .6s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media screen and (max-width:767px) {
    .intro_wrap_click_area a:before {
        display: none
    }
}

.intro_wrap_click_area a:hover span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.intro_wrap_click_area a:hover:after {
    left: 100%
}

.intro_wrap_click_area a:hover:before {
    transform: translate(0, 11px);
    transition-delay: .6s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.loadBar {
    width: 100vw;
    height: 1px;
    border-bottom: 1px solid #b9b9b9;
    transform: translate(-100vw, 50vh);
    transition: 1s
}

.load .loadBar {
    transform: translate(0, 50vh)
}