@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 13px;
    color: #707070;
}

a {
    color: #707070;
    transition: all .4s ease-out;
}

.sabon {
    font-family: linotype-sabon, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em
}

.yellow-line {
    background: linear-gradient(transparent 60%, #FFFA76 60%);
}

.bg-gray {
    background: #F8F8F8;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-gray {
    color: #bbb!important;
}

.text-black {
    color: #000!important;
}

.mx900 {
    max-width: 900px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 11px;
    }
    .is-pc {
        display: none;
    }
    .pt20 {
        padding-top: 15px!important;
    }
    .pt30 {
        padding-top: 20px!important;
    }
    .pt40 {
        padding-top: 25px!important;
    }
    .pt50 {
        padding-top: 30px!important;
    }
    .pt60 {
        padding-top: 35px!important;
    }
    .pt70 {
        padding-top: 40px!important;
    }
    .pt80 {
        padding-top: 50px!important;
    }
    .pt90 {
        padding-top: 60px!important;
    }
    .pt100 {
        padding-top: 70px!important;
    }
    .pt120 {
        padding-top: 80px!important;
    }
    .pb20 {
        padding-bottom: 15px!important;
    }
    .pb30 {
        padding-bottom: 20px!important;
    }
    .pb40 {
        padding-bottom: 25px!important;
    }
    .pb50 {
        padding-bottom: 30px!important;
    }
    .pb60 {
        padding-bottom: 35px!important;
    }
    .pb70 {
        padding-bottom: 40px!important;
    }
    .pb80 {
        padding-bottom: 50px!important;
    }
    .pb90 {
        padding-bottom: 60px!important;
    }
    .pb100 {
        padding-bottom: 70px!important;
    }
    .pb120 {
        padding-bottom: 80px!important;
    }
    .mt20 {
        margin-top: 15px!important;
    }
    .mt30 {
        margin-top: 20px!important;
    }
    .mt40 {
        margin-top: 25px!important;
    }
    .mt50 {
        margin-top: 30px!important;
    }
    .mt60 {
        margin-top: 35px!important;
    }
    .mt70 {
        margin-top: 40px!important;
    }
    .mt80 {
        margin-top: 50px!important;
    }
    .mt90 {
        margin-top: 60px!important;
    }
    .mt100 {
        margin-top: 70px!important;
    }
    .mt120 {
        margin-top: 80px!important;
    }
    .mb20 {
        margin-bottom: 15px!important;
    }
    .mb30 {
        margin-bottom: 20px!important;
    }
    .mb40 {
        margin-bottom: 25px!important;
    }
    .mb50 {
        margin-bottom: 30px!important;
    }
    .mb60 {
        margin-bottom: 35px!important;
    }
    .mb70 {
        margin-bottom: 40px!important;
    }
    .mb80 {
        margin-bottom: 50px!important;
    }
    .mb90 {
        margin-bottom: 60px!important;
    }
    .mb100 {
        margin-bottom: 70px!important;
    }
    .mb120 {
        margin-bottom: 80px!important;
    }
    .fs12 {
        font-size: 11px!important;
    }
    .fs13 {
        font-size: 12px!important;
    }
    .fs14 {
        font-size: 13px!important;
    }
    .fs15 {
        font-size: 14px!important;
    }
    .fs16 {
        font-size: 15px!important;
    }
    .fs18 {
        font-size: 16px!important;
    }
    .fs20 {
        font-size: 18px!important;
    }
    .fs22 {
        font-size: 18px!important;
    }
    .fs26 {
        font-size: 22px!important;
    }
    .fs30 {
        font-size: 24px!important;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .br1000 {
        display: none;
    }
}


/* common */

body.open,
html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.pop-up {
    z-index: 10;
}


/* ------------------------
navi
------------------------ */

#bt-menu-open {
    position: fixed;
    top: 15px!important;
    left: auto!important;
    right: 25px!important;
    width: 40px!important;
    height: 40px!important;
}

#bt-menu-open div {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: opacity .4s ease-out;
}

#bt-menu-open div:hover {
    opacity: 0.5;
}

#bt-menu-open span {
    height: 1px;
    width: 80%;
    position: absolute;
    left: 10%;
    background: #393939;
}

#bt-menu-open span:first-child {
    top: 42%;
}

#bt-menu-open span:last-child {
    bottom: 42%;
}

#nav-wrapper {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: rgba(204, 198, 185, 0.9);
    position: fixed;
    left: 0;
    top: 0;
}

#nav-txt {
    width: 65%;
    max-width: 310px;
    margin: 0 auto;
    padding: 20vh 0 7vh;
}

#nav-list {
    max-width: 476px;
    margin: 0 auto;
}

#nav-intro {
    display: block;
    width: 71.73%;
    margin: 0 auto 6vh;
}

#nav-look {
    display: block;
    width: 25.60%;
    margin: 0 auto 6vh;
}

#nav-item {
    display: block;
    width: 21.89%;
    margin: 0 auto 0;
}

#nav-se2 {
    position: absolute;
    left: 4.8%;
    bottom: 7vh;
}

#nav-se2 p {
    line-height: 1;
    font-size: 15px;
    color: #fff;
}

#nav-logo {
    position: absolute;
    right: 4.8%;
    bottom: 7vh;
    width: 154px;
    padding-bottom: 3px;
}

#nav-se2 .img-se2 {
    width: 52%;
    margin: 0 auto 12px;
}

#nav-wrapper a:hover {
    opacity: 0.6;
}

.bt-menu-close {
    position: fixed;
    top: 15px;
    right: 25px;
    width: 40px;
    height: 40px;
    transform: scale(1.2);
    cursor: pointer;
}

#bt-menu-open div {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: opacity .4s ease-out;
}

@media only screen and (max-width: 767px) {
    #nav-se2 {
        position: absolute;
        left: 6.5%;
        bottom: 9vh;
    }
    #nav-se2 p {
        font-size: 12px;
    }
    #nav-logo {
        position: absolute;
        right: 6.5%;
        bottom: 9vh;
        width: 121px;
        padding-bottom: 2px;
    }
    .bt-menu-close {
        position: fixed;
        top: 15px;
        right: 25px;
        width: 40px;
        height: 40px;
        transform: scale(1);
    }
}


/* ------------------------
footer
------------------------ */

.f-link-box {
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    text-align: center;
}

a.f-link-box:hover {
    opacity: 0.8;
}

.f-link-box p {
    color: #fff;
}

.f-link-intro {
    background-image: url(../images/bg_bt_intro.jpg);
}

.f-link-look {
    background-image: url(../images/bg_bt_look.jpg);
}

.f-link-se2 {
    background-image: url(../images/bg_bt_se2.jpg);
}

.f-link-tit {
    margin: 0 auto 20px;
}

.f-link-intro .f-link-tit {
    width: 292px;
}

.f-link-look .f-link-tit {
    width: 103px;
}

.f-link-se2 .f-link-tit {
    width: 182px;
}

.f-link-txt {
    padding: 3px 12px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #fff;
}

footer {
    padding: 250px 5% 350px;
}

footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 0 auto 0;
    width: 128px;
    margin-bottom: 40px;
}

#f-list li {
    text-align: center;
    font-size: 13px;
    padding: 12px 0;
}

#f-copy {
    font-size: 13px;
    position: absolute;
    left: 25px;
    bottom: 20px;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 100px 5% 240px;
    }
    #f-copy {
        font-size: 12px;
        left: 5%;
        bottom: 15px;
    }
}
