@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

#visual {overflow: hidden;}
.visInner article {
    position: relative;
    width: 100%; height: 700px;
    color: #fff;
    background: url(../img/main_visual001_m.png) no-repeat center/cover;
}

.visInner article .textWrap {
    position: absolute;
    top: 50%; left: 4.533%; transform: translateY(-50%);
}
.visInner article span {font-size: 2.1rem;}
.visInner article h4 {
    margin: 13px 0 20px;
    font-size: 6rem;
}
.visInner article p {
    font-size: 1.4rem;
    line-height: 20px;
} 
.visInner article.mv2 {background-image: url(../img/main_visual002_m.png);}
.visInner article.mv3 {background-image: url(../img/main_visual003_m.png);}
.slick-dotted.slick-slider {margin: 0;}
.slick-dots {bottom: 35px;}
.slick-dots li {
    width: 62px; height: 9px;
    background: rgba(255,255,255,.4);
    transition: .5s;
}
.slick-dots .slick-active {background: rgba(255,255,255,1);}

@media screen and (min-width:1084px){
    body {height: 100vh; overflow: hidden;}
    body #fixed {
        visibility: hidden;
        position: fixed;
        width: 100vw; height: 100vh;
        background: #fff;
        z-index: 9999;
        transform: scaleX(0);
        transform-origin: left;
        transition: .6s cubic-bezier(.895,.03,.685,.22) .3s;
    }
    body.on #fixed {visibility: visible; transform: scaleX(1);}
    #visual {position: relative; width: 89.583%; overflow: visible;}
    #visual:after {
        position: absolute;
        bottom: -45px; right: -200px;
        content: '';
        width: 980px; height: 420px;
        background: #eee;
        z-index: -1;
    }
    .visInner article {
        height: 84vh;
        background-image: url(../img/main_visual001.png);
    }
    /* .visInner .mv1 {
        background-position: bottom;
    } */
    .visInner article .textWrap {
        position: static;
        width: 1280px;
        padding: 26.75vh 0 0 60px;
        transform: translateY(0);
        margin: 0 auto;
    }
    .visInner article .pageWrap {
        /* width: 1280px;
        margin: 0 auto;
        padding: 14vh 0 0 120px; */
        transform: translateX(35%);
    }
    .visInner article .pageWrap li {float: left;/* margin-left: 2.813%; */}
    .visInner article .pageWrap li + li {
        padding-left: 2.813%;
    }
    .visInner article .pageWrap li a {
        display: inline-block;
        font-size: 2.8rem; color: #fff;
        vertical-align: bottom;
		outline: none;
    }
    .visInner article .pageWrap li > i {
        position: relative;
        display: inline-block;
        margin-left: 32px;
        width: 50px; height: 50px;
        background: #fff;
    }
    .visInner article .pageWrap li.on {
        transform: translateY(-30px);
        transition: .6s;
    }
    .visInner article .pageWrap li > i:after {
        position: absolute;
        content: '';
        bottom: 4px; left: -18px;
        width: 50px; height: 6px;
        background: url(../img/main_arrow.png) no-repeat center/contain;
    }
    .visInner article .pageWrap li a:before {
        display: block;
        content: 'Greetings';
        font-size: 1.8rem; color: rgba(255,255,255,.6);
        font-weight: 300;
    }
    .visInner article .pageWrap li:nth-child(2) a:before {content: 'History';}
    .visInner article .pageWrap li:nth-child(3) a:before {content: 'Way to come';}
    .visInner article span {margin-left: 5px; font-size: 2.8rem;}
    .visInner article h4 {
        margin: 13px 0 23px;
        font-size: 8rem;
    }
    .visInner .visual01 p {
        padding-bottom: 10px;
        font-size: 4.5rem;
        text-shadow: 5px 5px 6px rgba(0,0,0,16%);
    }
    .visInner .visual01 h4 {
        margin: 0 0 50px;
        font-size: 8rem;
        text-shadow: 5px 5px 6px rgba(0,0,0,16%);
    }
    .visInner .mv1 .textWrap {
        padding: 29vh 0 0 60px;
        text-align: center;
    }
    .visInner article p {
        font-size: 2rem;
        line-height: 28px;
        font-weight: 300;
    }
    .visInner article.mv2 {background-image: url(../img/main_visual002.png);}
    .visInner article.mv3 {background-image: url(../img/main_visual003.png);}
    .slick-dots {
        bottom: 50.52vh; right: -56px;
        width: auto;
    }
    .slick-dots li {
        position: relative;
        display: block;
        margin: 20px 0;
        width: 6px; height: 6px;
        background: #2e2e2e;
        border-radius: 100%;
    }
    .slick-dots li:after {
        position: absolute;
        top: 50%; left: 50%; transform: translate(-50%,-50%);
        content: '';
        width: 18px; height: 18px;
        border: 1px solid #2e2e2e;
        border-radius: 100%;
        opacity: 0;
        transition: .3s;
    }
    .slick-dots .slick-active {background: #2e2e2e;}
    .slick-dots .slick-active:after {opacity: 1;}
    .vis_numcheck {
        position: absolute;
        right:-80px; bottom: 42vh;
    }
    .vis_numcheck p {
        float: left;
        font-size: 3rem;
        color: #4a4a4a;
    }
    .vis_numcheck p.count {font-weight: 700;}
    .vis_numcheck p:nth-child(2) {margin: 8px 5px;}
    .vis_numcheck p:nth-child(3) {margin: 16px 0;}
}

@media only screen and (min-width:200px) and (max-width:1055px) {

    .visInner div.visual01 {
        position: absolute;
        top:24%;
        left:50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-shadow: 5px 5px 6px rgba(0,0,0,16%);
    }

    .visInner .visual01 h4 {
        margin: 13px 0 20px;
        font-size: 8em;
    }
}