@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    font-size: 11.5px;
    letter-spacing: .014em;
}

a {
    color: #000;
    transition: all .3s ease-out;
}

.light {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.lh100 {
    line-height: 100%;
}

.italic {
    font-style: italic;
}

.lh200 {
    line-height: 200%;
}

.lh250 {
    line-height: 250%;
}

.lh300 {
    line-height: 300%;
}

.bg-gray {
    background: #908989;
}

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

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

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

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

.left-auto {
    margin-left: auto;
}

.right-auto {
    margin-right: auto;
}

.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;
}

.fs11 {
    font-size: 11px!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;
}

.fs28 {
    font-size: 28px!important;
}

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

@media only screen and (max-width: 767px) {

    .is-pc {
        display: none;
    }

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

    .pt20 {
        padding-top: 12px!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;
    }

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

    .pb20 {
        padding-bottom: 12px!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;
    }

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

    .mt20 {
        margin-top: 12px!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;
    }

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

    .mb20 {
        margin-bottom: 12px!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;
    }

    .fs11 {
        font-size: 10px!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;
    }

    .fs28 {
        font-size: 24px!important;
    }

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

}

@media screen and (min-width: 768px) {

    body {
        font-size: 13px;
    }

    .is-sp {
        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;
}

#wrapper {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: calc(var(--vh, 1vh) * 100);
    background: #fff;
}

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

.credit-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    padding: 2.5px 0;
    line-height: 1.3;
}

.credit a[href=""] {
    pointer-events: none;
}

.credit a[href=""] .cre02 {
    text-decoration: none;
}

.credit a .cre01 {
    margin-right: 5px;
/*    font-weight: 600;*/
}

.credit a .cre02 {
    text-decoration: underline;
    margin-right: 5px;
}

/*
.credit a .cre03 {
    font-style: italic;
}
*/

.credit a:hover {
    color: #000;
}

@media screen and (max-width: 767px) {
    
}

@media screen and (min-width: 768px) {
    
    .credit-wrap {
        margin-top: 14px;
        margin-bottom: 14px;
    }

}


.index sup {
    vertical-align: super;
    font-size: smaller;
}

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

.index .footer sup {
    font-size: 60%;
    transform: translateY(5%);
    display: inline-block;
    padding-left: 1px;
}

.footer {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {

    .footer {
        padding-top: 48px;
        font-size: 15px;
    }

    .copyright {
        padding-top: 78px;
        padding-bottom: 14px;
        font-size: 13px;
    }
    
    .footer > div {
        opacity: 1!important;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .footer {
        padding-top: 200px;
        padding-bottom: 28px;
        font-size: 15px;
    }

    .copyright {
        font-size: 13px;
    }
    
    .footer > div {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    
}

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

.all-items {
    position: fixed;
    top: 13.6px;
    left: 2.67%;
    width: 43px;
    cursor: pointer;
    z-index: 99;
}


@media only screen and (min-width: 768px) {

    .all-items {
        position: fixed;
        top: 23px;
        left: 26px;
        width: 47px;
    }
    


}

/* ------------------------
key
------------------------ */

.bg-slide-wrap {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    padding-bottom: 43px;
}

.bg-slide img {
    width: 100%;
    object-fit: cover;
    position: center;
}

.bg-slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.txt-key {
    position: absolute;
    display: block;
    height: 13.07vw;
}

.txt-key img {
    width: auto;
    height: 100%;
}

.txt-key01 {
    left: 12.67%;
}

.tit-key {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #fff;
}

.tit-key h1 {
    font-size: 13px;
    letter-spacing: .035em;
    text-align: center;
    line-height: 1.28;
}

.logo-key {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {

    .bg-slide-wrap {
        padding-bottom: 40px;
    }
    
    .bg-slide img {
        height: calc((var(--vh, 1vh) * 100) - 40px)!important;
    }
    
    .txt-key {
        height: 5.625vw;
    }
    
    .txt-key01, .txt-key04 {
        left: 74px;
        transform: translateX(-50%);
    }
    
    .txt-key02, .txt-key05 {
        left: 50%;
        transform: translateX(-50%);
    }

    .txt-key03, .txt-key06 {
        right: 74px;
        transform: translateX(50%);
    }

    .txt-key01, .txt-key02, .txt-key03 {
        top: 29px;
    }
    
    .txt-key04, .txt-key05, .txt-key06 {
        bottom: 29px;
    }
    
    .logo-key {
        top: 45.12%;
        width: 14.86%;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .bg-slide img {
        height: calc((var(--vh, 1vh) * 100) - 43px)!important;
    }
    
    .txt-key:nth-child(odd) {
        left: 12.67%;
        transform: translateX(-50%);
    }
    
    .txt-key:nth-child(even) {
        right: 12.67%;
        transform: translateX(50%);
    }
    
    .txt-key01, .txt-key02 {
        top: 4.95%;
    }
    
    .txt-key03, .txt-key04 {
        top: 50%;
    }
    
    .txt-key03 img, .txt-key04 img {
        transform: translateY(-50%);
    }
    
    .txt-key05, .txt-key06 {
        bottom: 4.95%;
    }

    .tit-key {
        height: 43px;
    }

    .tit-key h1 {
        font-size: min(3.07vw, 11.5px);
        letter-spacing: .018em;
    }
    
    .logo-key {
        top: 28.4%;
        width: 43.6%;
    }
    
}

/* ------------------------
common
------------------------ */

.main-wrap {
    z-index: 2;
    position: relative;
    background: #fff;
}

.cont-wrap > .sticky {
    box-shadow: none!important;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    
    .cont-wrap {
        width: 100%;
/*        max-width: 1440px;*/
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cont-inner {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .cont-wrap {
        width: 100%;
        padding-left: 2.667vw;
        padding-right: 2.667vw;
    }
}

/* ------------------------
item
------------------------ */

.sec-to-beach.sticky {
    z-index: 101;
}

@media only screen and (min-width: 768px) {

    .img-city:not(:last-child), .img-beach:not(:last-child) {
        margin-bottom: 16px;
    }
    
}

@media only screen and (max-width: 767px) {

    .img-city:not(:last-child), .img-beach:not(:last-child) {
        margin-bottom: 2.667vw;
    }
}

/* ------------------------
credit
------------------------ */

#wrapper [data-aos^=fade][data-aos^=fade] {
    transition-duration: 0s!important;
}

.credit-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.credit-city .credit-fixed {
    z-index: 100;
}

.credit-beach .credit-fixed {
    z-index: 102;
}

.credit-fixed * {
    line-height: 0.5;
}

.credit a .cre01::after {
    content: "."
}

@media only screen and (min-width: 1000px) {

    .credit-fixed {
        width: calc(50% - 280px);
        height: 100%;
        padding: 20px 30px;
        display: flex;
        align-items: flex-end;
    }
    .credit-fixed * {
        line-height: 1.2;
    } 
}

@media only screen and (max-width: 999px) {
    
    .credit-fixed {
        padding: 6.5px 2.667vw;
        
    }

    .t_inline li, .t_inline li a {
        display: inline;
    }
    
    .credit-fixed ul li::after {
        content: "　"
    }
    
}