@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
body{
    font-family: "Noto Sans JP", "Oswald", sans-serif;
    letter-spacing: 0.1em;
}
#wrap{
    overflow: hidden;
}
img{
    width: 100%;
    height: auto;
}
.com_inner{
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}
.cap{
    font-size: 10px;
    line-height: 1.5;
    text-align: justify;
}
.cap_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    color: #fff;
}
.img_cap {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}
.img_cap.img_cap_out{
    bottom: -1.2em;
    color: #000;
    right: 0;
}
.img_cap.img_cap_blk{
    color: #000;
}
.pos_re {
    position: relative;
}
.db1000 {
    display: none!important;
}
.db750{
    display: none!important;
}
.db650{
    display: none!important;
}
.db600{
    display: none!important;
}


.cont_pd{
    padding: 85px 0 0;
}

.cont_pd02{
    padding: 85px 0;
}

.bg_brown {
    background: #4a4039;
}
.bg_glay {
    background: #e1ddda;
}
.nav_height {
    /* padding-top: 100px; */
}

/* subhead */
.subhead{
    position: relative;
    height: 700px;

}
.subhead > img{
    object-fit: cover;
    height: 100%;
}
.subhead_ttl{
    font-family: "Oswald";
    position: absolute;
    top: 56%;
    text-align: center;
    left: 50%;
    font-size: 30px;
    letter-spacing: 0.6em;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
.subhead_ttl_wh{
    color:#fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}
.subhead_ttl span{
    font-size: 0.5em;
    letter-spacing: 0.5em;
    white-space: nowrap;
}


.ttl01_en{
    margin: 0 0 25px;
    font-family: "Oswald";
    font-size: 34px;
    letter-spacing: 0.4em;
}

.txt_box {
    margin: 0 auto 80px;
}
.sec_ttl {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
.sec_subttl {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
.sec_lead {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-align: justify;
}
.sec_lead.center{
    text-align: center;
}
.wh {
    color: #fff !important;
}
.bk {
    color: #000 !important;
}

.txt_center{
    text-align: center;
}

.toppage {
    display: block;
    height: 100%;
    width: 165px;
    margin: 0 auto;
    transition: 0.5s;
}
.toppage:hover {
    transform: translateX(10px);
}

.mw500 {
    max-width: 500px;
    margin: 0 auto;
}

.coming_soon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
    max-width: 380px;
}
.coming_soon p {
    font-family: "Oswald";
    text-transform: uppercase;
    letter-spacing: 0.5em;
    background-color: rgb(255 255 255 / 70%);
    padding: 20px;
    font-size: 25px;
}

/* inview */
.fade{
    opacity: 0;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transform: translateY(20px);
}
.fade.is-show {
    opacity: 1;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transform: translateY(0px);
}


@media screen and (max-width: 1000px) {
    .db1000 {
        display: block!important;
    }
    .dn1000 {
        display: none!important;
    }
    .subhead {
        height: 500px;
    }

    .subhead_ttl{
        font-size: 24px;

    }

    .ttl01_en{
        font-size: 26px;
        margin-bottom: 15px;
    }

    .txt_box {
        margin: 0 auto 60px;
    }

    .sec_subttl{
        font-size: 18px;
    }

    .sec_lead {
        font-size: 14px;
    }
}
@media screen and (max-width: 750px) {
    .dn750{
        display: none!important;
    }
    .db750{
        display: block!important;
    }
    .nav_height {
        /* padding-top: 45px; */
    }
    
    .subhead{
        height: 390px;
    }
    .subhead_ttl{
        top: 54%;
    }

    .txt_box {
        margin: 0 auto 40px;
    }
    .sec_lead {
        line-height: 2;
    }

    .cont_pd{
        padding:50px 0 0;
    }

    .cont_pd02{
        padding:50px 0;
    }

    .coming_soon p {
        font-size: 18px;
    }
}
@media screen and (max-width: 650px) {
    .dn650{
        display: none!important;
    }
    .db650{
        display: block!important;
    }
}
@media screen and (max-width: 600px) {
    .dn600{
        display: none!important;
    }
    .db600{
        display: block!important;
    }
}