@charset "UTF-8";


/* header */

.head_top_cnt .tel_number {
    color: #fff;
}

.cmnhd_list .icon {
    border-left: solid 1px #fff;
}

.head_top .cmnnav_list li.about .about_btn::after {
	content: '';
    width: 9px;
    height: 5px;
    background: url(/img/cmn/icon-arrow_cmnhd_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40%;
    right: 4%;
    transition-duration: 0.5s;
}

/* .cmnhd_list .icon {
    border-right: solid 1px #fff;
} */

.cmnnav_list {
    color: #fff;
}

.cmnnav_list.-black .about_list a {
    color: #000;
}

.menu span {
    background: #fff;
}

main {
    padding-top: 0;
}

.bg_gradation {
    position: relative;
    background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2);
    padding-bottom: 200px;
    clip-path: ellipse(132% 100% at 50% 0%);
    margin-bottom: 100px;
    overflow: hidden;
    /* position: relative;
    background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2);
    padding-bottom: 200px;
    margin-bottom: 100px;
    overflow: hidden;
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px; */
}

/* .bg_gradation::after {
    content: '';
    width: 100%;
    height: 225px;
    background: url(/img/cmn/bg-gradation.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    transform: translateX(50%);
    right: 50%;
} */

.img-fether {
    position: absolute;
    z-index: 0;
    mix-blend-mode: screen;
    animation-delay: 1s;
}

.img-fether.no1 {
    left: -5%;
    top: 5%;
    animation: fuwafuwa1 4s infinite linear;
}
@keyframes fuwafuwa1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.img-fether.no2 {
    right: -5%;
    top: 10%;
    animation: fuwafuwa2 5s infinite linear;
}
@keyframes fuwafuwa2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.img-fether.no3 {
    left: -8%;
    top: 60%;
    animation: fuwafuwa3 4s infinite linear;
}
@keyframes fuwafuwa3 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.movie {
    height: 100vh;
    position: relative;
}

.movie::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
}

.movie .icon {
    position: absolute;
    transform: translate(50%, 50%);
    bottom: 50%;
    right: 50%;
    z-index: 100;
    text-align: center;
}

.movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movie .scroll_txt {
    position: absolute;
    bottom: 5%;
    transform: translateX(50%);
    right: 50%;
    color: #fff;
    z-index: 100;
}

/* intro */

.intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 665px;
    margin: 0 auto;
    padding: 140px 0 100px;
}

.intro_ttl {
    margin-bottom: 30px;
}

.intro_ttl.-en {
    font-size: 57px;
}

.intro_ttl.-ja {
    font-size: 18px;
}

.intro_txt {
    font-size: 14px;
}

.catch {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 44px;
    line-height: 60px;
    white-space: nowrap;
}

/* scroll */

.scroll {
    width: 100%;
    overflow: hidden;
}

.scroll_cnt {
    display: flex;
    width: max-content;
}

.scroll_item {
    padding-right: 22px;
    color: #fff;
    font-size: 162px;
    animation: l-scroll infinite linear 30s;
}

.scroll_item p {
    letter-spacing: 40px;
}

/* info */

.info {
    margin-bottom: 100px;
}

.info_body {
    display: flex;
    /* grid-template-columns: 6fr 4fr; */
    gap: 20px;
}

.info_cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
}

.info_cnt.-important {
    width: 60%;
}

.info_cnt.-holiday {
    flex: 1;
}

.info_cnt .info_cnt_row:first-child {
    width: 106px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.info_cnt.-holiday .info_cnt_row {
    padding: 0 10px;
}

.info_cnt .info_cnt_row:last-child {
    flex: 1;
}

.info_cnt.-holiday .info_cnt_row:first-child {
    border-right: solid 1px #CBCBCB;
}

.info_cnt_row .icon {
    margin-bottom: 10px;
    text-align: center;
}

.info_cnt_row ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: solid 1px #CBCBCB;
    padding: 20px 5px;
}

.info_cnt_row ul li a .title {
    color: #BF0404;
}

.info_cnt_row ul li a .date {
    color: #959595;
    font-size: 12px;
}

/* feature */

.feature {
    position: relative;
    overflow: hidden;
}

.feature_body {
    position: relative;
}

.feature_ttl {
    font-size: 57px;
    padding-left: 80px;
}

.feature_intro {
    font-size: 18px;
    margin-bottom: 100px;
    padding-left: 80px;
}

.img-fether.no4 {
    right: -70px;
    top: 5%;
}

.img-fether.no5 {
    left: 2%;
    top: 58%;
}

.feature {
    margin-bottom: 100px;
}

.feature .sec_intro {
    margin-bottom: 150px;
}

.feature_cnt {
    position: relative;
    z-index: 10;
}

.feature_cnt_row {
    margin-bottom: 50px;
    display: flex;
    gap: 55px;
}

.feature_cnt_row .number {
    font-family: 'Marcellus', serif;
    font-size: 22px;
    margin-bottom: 13px;
}

.bg-feature01 {
    position: absolute;
    top: 16%;
    right: -10%;
    z-index: -1;
}

.bg-feature02 {
    position: absolute;
    bottom: 0%;
    left: -27%;
    z-index: -1;
}

.bg-feature03 {
    position: absolute;
    bottom: 15%;
    right: 0;
    z-index: -1;
}

.feature_cnt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.feature_cnt .feature_cnt_row:first-child {
    margin-left: 10%;
}
.feature_cnt .feature_cnt_row:nth-child(2) {
    margin-left: 30%;
}
.feature_cnt .feature_cnt_row:last-child {
    margin-left: 10%;
}


/* link */

.about_link {
    margin-bottom: 70px;
}

.about_link_body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.about_link_body.-bottom {
    margin-top: 40px;
}

.about_link_cnt {
    width: 100%;
    max-width: 550px;
    padding: 130px 0 150px;
    position: relative;
    border: solid 1px #CBCBCB;
    text-align: center;
    font-size: 23px;
    transition-duration: 0.5s;
}

.about_link_body.-bottom .about_link_cnt {
    max-width: 1160px;
    padding: 50px 0;
}

.about_link_body.-bottom .about_link_cnt::after {
    transform: translateY(50%);
    right: 33%;
    bottom: 50%;
}

.about_link_cnt p {
    position: relative;
    z-index: 10;
}

.about_link_cnt::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition-duration: 0.5s;
    background: linear-gradient(to right bottom, #F6F3EC, #E9F1E6, #CFEFE2);
}

.about_link_cnt:hover::before {
    opacity: 1;
}


.about_link_cnt::after {
    content: "";
    display: block;
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    bottom: 130px;
    width: 20px;
    height: 10px;
    background-image: url(/img/cmn/icon-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
}


/* room */

.room {
    margin-bottom: 40px;
}

.room_body {
    padding-bottom: 40px;
    border-bottom: solid 1px #959595;
}

.room.-pre .room_body {
    border: none;
}

.room.-pre {
    padding-bottom: 0;
    border: none;
    margin-bottom: 80px;
}

.room_cnt {
    padding: 40px;
    /* background: linear-gradient(to right bottom, #F4EDDE, #CFEFE2); */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
}

.room_cnt_row {
    width: 100%;
    max-width: 624px;
}

.room_cnt_row_ttl {
    font-size: 22px;
    margin: 10px 0 25px;
}

.room_cnt_row_txt {
    margin-bottom: 50px;
    line-height: 30px;
}

/* recruit */

.recruit {
    margin-bottom: 100px;
}

.recruit_body {
    border: solid 1px #CBCBCB;
    padding: 66px 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.recruit_body:hover {
    background: #ececec;
}

.recruit_ttl {
    padding-right: 25px;
    margin-right: 25px;
    border-right: solid 1px #CBCBCB;
    font-size: 40px;
    letter-spacing: 5px;
}

.recruit_arrow {
    position: absolute;
    bottom: 0;
    right: 0;
}



@keyframes l-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

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

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


    .movie video {
        height: 100vh;
        object-fit: cover;
    }

    .movie .icon {
        width: 80%;
    }

    .img-fether {
        width: 50%;
        height: auto;
    }

    .img-fether.no1 {
        left: 54%;
        top: 3%;
    }

    .img-fether.no2 {
        right: unset;
        top: 23%;
        width: 70%;
        left: -15%;
    }

    .img-fether.no3 {
        left: unset;
        top: 68%;
        right: -16%;
        width: 70%;
    }

    /* intro */

    .intro {
        padding: 50px 24px;
    }

    .catch {
        writing-mode: unset;
        font-size: 37px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .bg_gradation {
        overflow: hidden;
        padding-bottom: 60px;
        margin-bottom: 50px;
        clip-path: ellipse(250% 100% at 50% 0%);
    }

    .scroll {
        margin-bottom: 30px;
    }

    .scroll_item {
        font-size: 107px;
        line-height: 100px;
    }
    
    .scroll_item p {
        letter-spacing: 10px;
    }

    /* info */

    .info {
        margin-bottom: 50px;
    }

    .info_body {
        display: flex;
        flex-flow: column;
    }

    .info_cnt {
        width: 100%;
    }

    .info_cnt {
        flex-flow: column;
        gap: 20px;
    }

    .info_cnt_row ul li a {
        flex-flow: column-reverse;
        gap: 0;
        align-items: start;
        padding: 15px 10px;
    }

    .info_cnt_row ul li:last-child a {
        border: none;
    }
    
    .info_cnt .info_cnt_row:first-child {
        width: 100%;
        text-align: center;
    }

    .info_cnt.-holiday .info_cnt_row:first-child {
        border-right: none;
        border-bottom: solid 1px #CBCBCB;
        padding-bottom: 15px;
    }

    .info_cnt .info_cnt_row:last-child {
        width: 100%;
    }


    /* news */

    .news .sec_ttl.-en {
        padding: 0;
    }

    .news_cnt {
        flex-flow: column-reverse;
        align-items: start;
        gap: 30px;
    }

    .news_cnt .news_cnt_row:last-child {
        width: 100%;
    }


    /* feature */

    .img-fether.no4 {
        right: -40px;
        top: 21%;
        width: 70%;
    }

    .img-fether.no5 {
        display: none;
    }

    .feature {
        margin-bottom: 50px;
    }

    .bg-feature01 {
        top: 22%;
        right: -10%;
    }

    .bg-feature02 {
        bottom: 15%;
        left: -10%;
    }

    .bg-feature03 {
        bottom: 40%;
        right: -10%;
    }
    
    .feature_ttl,
    .feature_intro {
        padding: 0;
    }

    .feature_cnt_row {
        flex-flow: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .feature_cnt .feature_cnt_row:first-child,
    .feature_cnt .feature_cnt_row:nth-child(2),
    .feature_cnt .feature_cnt_row:last-child {
        margin-left: 0;
    }

    .feature_intro {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .feature_cnt_row .number {
        margin-bottom: 0;
    }


    /* link */

    .about_link_body {
        flex-flow: column;
        gap: 10px;
    }

    .about_link_cnt {
        width: 90%;
        padding: 30px 0 50px;
        font-size: 18px;
    }

    .about_link_cnt::after {
        bottom: 30px;
    }

    .about_link_body.-bottom {
        margin-top: 10px;
    }

    .about_link_body.-bottom .about_link_cnt::after {
        bottom: 30px;
        transform: translateX(50%);
        right: 50%;
    }

    .about_link_cnt p {
        font-size: 16px;
    }


    /* room */

    .room_cnt {
        flex-flow: column-reverse;
        gap: 30px;
        padding: 25px 30px 40px;
    }

    .room_cnt_row_intro {
        text-align: center;
    }

    .room_cnt_row_ttl {
        text-align: center;
        margin: 0 0 020px;
        font-size: 24px;
    }

    .room_cnt_row_txt {
        margin-bottom: 30px;
    }

    .room .cmn_btn {
        margin: 0 auto;
    }


    /* recruit */

    .recruit {
        margin-bottom: 50px;
    }

    .recruit_body {
        flex-flow: column;
        align-items: start;
        padding: 20px 15px 140px;
    }

    .recruit_ttl {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 26px;
    }


}
