@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


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

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

/*============================
	kv 
============================*/

.kv {
    margin-top: 52px;
    padding-bottom: 80px;
    background: url(../images/kv_bg.jpg) no-repeat center center/cover;
}

.kv__left {
    width: 80%;
}


.kv__right {
    width: 80%;
    margin: 0 0 0 auto;
}

.kv__copy--en {
    font-size: min(11rem, 10vw);
    mix-blend-mode: color-burn;
    color: #89806a;
    margin-top: -.5em;
    width: fit-content;
    z-index: 9;
    position: relative;
    padding: 0 5%;
    line-height: 1;
}

.kv__copy {
    width: fit-content;
    pointer-events: none;
    z-index: 99;
    white-space: nowrap;
    padding: 0 5%;
    margin: 0 auto 1em;

    .txt {
        display: block;
        line-height: 1;

        &.txt01 {
            font-size: min(3rem, 4vw);
            margin-bottom: 1em;
        }

        &.txt02 {
            font-size: min(5rem, 5vw);
            margin: 0 0 0 1em;
        }
    }

}

.kv__mail {
    max-width: 258px;
    width: 100px;
    top: 85%;
    left: 5%;
    transform: translate(0, -50%);
    z-index: 99;
}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}

.kv__scroll {
    display: none;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 6s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 50%;
    bottom: 3%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%);
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 9;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a53b31;
}


@media screen and (min-width:768px) {
    .kv {
        margin-top: 62px;
        padding-bottom: 5%;
    }

    .kv__left {
        width: 38.28%;
        margin: 5% auto 0 5%;
    }


    .kv__right {
        width: 43.54%;
        margin: 0 0 0 auto;
    }

    .kv__copy--en {
        font-size: min(11rem, 6vw);
        position: absolute;
        margin-top: 0;
        padding: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        white-space: nowrap;
        left: 40%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .kv__copy {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;

        .flex {
            flex-direction: row-reverse;
        }

        .txt {

            &.txt01 {
                font-size: min(3rem, 2vw);
                margin-bottom: 0;
                -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
                font-feature-settings: initial;
                margin-left: 1.5em;
            }

            &.txt02 {
                font-size: min(5rem, 3vw);
                margin: 1em 0 0;
                -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
                font-feature-settings: initial;
            }
        }

    }

    .kv__scroll {
        display: block;
        max-width: 37px;
        width: 1.92%;
        left: 52%;
        bottom: 20px;
        transform: translate(-50%);

    }


    .kv__mail {
        max-width: 258px;
        width: 120px;
        top: 85%;
        left: 3%;
    }

}



@media screen and (min-width:1025px) {
    .kv {
        margin-top: 0;
        padding: 100px 0 5%;
    }

    .kv__left {
        width: 38.28%;
        margin: 3% auto 0 4%;
    }


    .kv__right {
        width: 43.54%;
        margin: 0 0 0 auto;
    }

    .kv__copy--en {
        font-size: min(11rem, 6vw);
        left: 39%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .kv__copy {
        top: 60%;
        left: 50%;

        .txt {

            &.txt01 {
                font-size: min(3rem, 2vw);
                margin-left: 1em;
            }

            &.txt02 {
                font-size: min(5rem, 3vw);
                margin: 1em 0 0;
            }
        }

    }

    .kv__scroll {
        max-width: 37px;
        width: 1.92%;
        left: 52%;
        bottom: 30px;
    }

    .kv__mail {
        max-width: 258px;
        width: 13.43%;
        top: 103%;
        left: 5%;
        transition: .3s ease-out;

        &:hover {
            transform: translate(0, -50%) rotate(-5deg);
        }
    }

}



/*============================
   news
============================*/
.news {
    margin-top: -40px;
}

.news__box {
    width: 95%;
    max-width: 1000px;
    margin: 0 0 0 auto;
    height: auto;
    color: #fff;
    padding: 15px 5% 15px 5%;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 120%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../images/news_bg.png) no-repeat center center/cover;
    }
}


.news__ttl {
    font-size: 2rem;
}

.news__atc {
    display: block;
    width: 100%;

    & a {
        color: #fff;
    }
}

.news__atc--ttl {
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media screen and (min-width:768px) {
    .news {
        margin-top: -30px;
    }

    .news__box {
        width: 90%;
        margin: 0 0 0 auto;
        height: 60px;
        padding: 0 0 0 5%;
        position: relative;
        display: flex;
        align-items: center;

        &::before {
            width: 120%;
            height: 100%;
        }
    }


    .news__ttl {
        font-size: 2rem;
        width: 100px;
    }

    .news__atc a {
        display: flex;
        align-items: center;
    }

    .news__atcwrap {
        width: calc(100% - 100px);
    }

    .news__date {
        width: 100px;
    }

    .news__atc--ttl {
        max-width: calc(100% - 100px);
    }


}

@media screen and (min-width:1025px) {
    .news {
        margin-top: -40px;
    }

    .news__box {
        width: calc(100% - 220px);
        margin: 0 0 0 auto;
        height: 80px;
        padding: 0 0 0 5%;

        &::before {
            width: 150%;
            height: 100%;
        }
    }


    .news__ttl {
        font-size: 2rem;
        width: 100px;
    }

    .news__atcwrap {
        width: calc(100% - 100px);
    }

    .news__date {
        width: 100px;
    }

    .news__atc--ttl {
        max-width: calc(100% - 100px);
    }


}

/*============================
   concept
============================*/
.concept {
    padding: 60px 0;
}

.conc__left {
    margin-bottom: 30px;
}

.conc__img01 {
    display: none;
}

.conc__ttl {
    .font-en {
        font-size: 3rem;
        margin-bottom: .3em;
    }
}

.conc__btn {
    margin: 0 0 0 auto;
}

.conc__img02 {
    max-width: 770px;
}

@media screen and (min-width:768px) {
    .concept {
        padding: 80px 0;
    }

    .conc__left {
        width: 50%;
        margin-bottom: 0;
    }

    .conc__img01 {
        display: none;
    }

    .conc__ttl {
        .font-en {
            font-size: 3rem;
            margin-bottom: .3em;
        }
    }

    .conc__btn {
        margin: 0 0 0 auto;
    }

    .conc__img02 {
        width: 45%;
        max-width: 770px;
    }

}

@media screen and (min-width:1025px) {
    .concept {
        padding: 200px 0 120px;
    }

    .conc__left {
        width: 53%;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .conc__img01 {
        display: block;
        max-width: 380px;
        width: 38%;
        margin-left: -5%;
    }

    .conc__txtwrap {
        width: 63%;
    }

    .conc__ttl {
        .font-en {
            font-size: 7rem;
            margin-bottom: .1em;
        }
    }

    .conc__h3 {
        font-size: min(3.8rem, 2.8vw);
    }

    .conc__btn {
        margin: 0 0 0 auto;
    }

    .conc__img02 {
        width: 43%;
    }
}

/*============================
   menu
============================*/
.menu {
    padding: 60px 0;
    background: url(../images/menu_bg.png) no-repeat center top/cover;
}

.menu__bg {
    display: none;
}

.menu__ttl {
    padding-left: 100px;

    & img {
        max-width: 158px;
        width: 80px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .font-en {
        font-size: 3rem;
        margin-bottom: .3em;
    }
}

.menu__img {
    margin-bottom: 30px;
}

.menu__h3 {
    margin-bottom: 20px;

    .font-en {
        font-size: 5rem;
        margin-bottom: .1em;
    }
}

.menu__btn {
    margin: 0 0 0 auto;
}

.menu__contents {
    padding: 60px 0 0;
}

.mc__flex {
    display: flex;
    flex-direction: column-reverse;
}

.mc__img {
    max-width: 652px;
    margin-bottom: 20px;

    .txt {
        position: absolute;
        max-width: 262px;
        width: 40.18%;
        top: 10%;
        left: 90%;
        transform: translate(-50%, -50%);
        animation: circleAnime 15s infinite;
    }
}

@keyframes circleAnime {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.mc__h3 {
    display: flex;
    align-items: baseline;

    .font-en {
        font-size: 4rem;
    }

    .txt {
        margin-left: .5em;
    }
}

.mc__btn {
    margin: 0 0 0 auto;
}

@media screen and (min-width:768px) {
    .menu {
        padding: 80px 0;
        background: url(../images/menu_bg.png) no-repeat center top/cover;
    }

    .menu__ttl {
        padding-left: 120px;

        & img {
            max-width: 158px;
            width: 100px;
        }

        .font-en {
            font-size: 5rem;
            margin-bottom: .3em;
        }
    }

    .menu__img {
        width: 60%;
        margin-bottom: 0;
    }

    .menu__txtwarp {
        width: 40%;
        position: relative;
        display: flex;
        flex-direction: row-reverse;
    }

    .menu__h3 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        margin: -3em 0 0 2em;


        .font-en {
            font-size: 7rem;
            margin-bottom: 0;
        }
    }

    .menu__txt {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
    }

    .menu__btn {
        margin: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%);
    }

    .menu__contents {
        padding: 100px 0 0;
    }

    .mc__flex {
        display: flex;
        flex-direction: row;
    }

    .mc__img {
        width: 45%;
        margin-bottom: 0;

        .txt {
            width: 40.18%;
            top: 10%;
            left: 90%;
            transform: translate(-50%, -50%);
        }
    }

    .mc__txtwrap {
        width: 50%;
    }

    .mc__h3 {

        .font-en {
            font-size: 5rem;
        }

    }

    .mc__btn {
        margin: 0;
    }

    .mc__flex {
        align-items: center;
    }

    .eye .mc__flex {
        flex-direction: row-reverse;
    }
}



@media screen and (min-width:1025px) {
    .menu {
        padding: 150px 0 200px;
        background: none;
    }

    .menu__bg {
        display: block;
        position: absolute;
        width: 100%;
        min-width: 1700px;
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .menu__ttl {
        max-width: 1280px;
        margin: 0 auto 60px;
        padding-left: 180px;

        & img {
            max-width: 158px;
            width: 158px;
        }

        .font-en {
            font-size: 9rem;
            margin-bottom: .1em;
        }
    }

    .menu__flex {
        align-items: flex-start;
    }

    .menu__img {
        width: 65%;
        margin-bottom: 0;

        & img {
            max-width: 1050px;
            display: block;
            margin: 0 0 0 auto;
        }
    }

    .menu__txtwarp {
        width: 35%;
    }

    .menu__h3 {
        margin: -5em 0 0 10%;


        .font-en {
            font-size: 14rem;
            margin-bottom: 0;
        }
    }

    .menu__txt {
        text-shadow: 1px 1px #fff;

    }

    .menu__btn {

        top: 100%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .menu__contents {
        padding: 120px 0 0;
    }


    .mc__img {
        width: 45%;
        margin-bottom: 0;

        .txt {
            width: 40.18%;
            top: 10%;
            left: 90%;
            transform: translate(-50%, -50%);
        }
    }

    .mc__txtwrap {
        width: 50%;
    }

    .mc__h3 {
        .font-en {
            font-size: 12rem;
        }

    }

    .mc__btn {
        margin: 0;
    }

    .mc__flex {
        align-items: center;
    }

    .eye .mc__flex {
        flex-direction: row-reverse;
    }
}

/*============================
   ranking
============================*/
.ranking {
    padding: 60px 0 0;
}

.rank__ttl {
    .font-en {
        font-size: 4rem;
        margin-bottom: .2em;
    }

    .txt {
        padding-bottom: .5em;
        border-bottom: double 3px #ad8e2b;
    }
}

.rank__img {
    max-width: 592px;
    margin: 0 auto 20px;
}

.rank__h3 {
    .font-en {
        display: block;
        color: #b4b4b4;
        letter-spacing: .2em;
        margin-bottom: .5em;
    }
}

.rank__btn {
    display: block;
    max-width: 197px;
    width: 140px;
    margin: 0 0 0 auto;
}

@media screen and (min-width:768px) {
    .ranking {
        padding: 80px 0 0;
    }

    .rank__ttl {
        display: flex;
        align-items: center;

        .font-en {
            font-size: 6rem;
            margin: 0 .5em 0 0;
        }

        .txt {
            flex: 1 1 auto;
            padding-bottom: .5em;
            border-bottom: double 3px #ad8e2b;
        }
    }

    .rank__img {
        width: 43%;
        margin: 0 0 0 -3%;
    }

    .rank__txtwrap {
        width: 55%;
    }

    .rank__h3 {
        .font-en {
            margin-bottom: .5em;
        }
    }

    .rank__btn {
        max-width: 197px;
        width: 140px;
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .ranking {
        padding: 100px 0 0;
    }

    .rank__ttl {
        .font-en {
            font-size: 10rem;
            margin: 0 .5em 0 0;
        }

        .txt {
            flex: 1 1 auto;
            padding-bottom: .5em;
            border-bottom: double 4px #ad8e2b;
        }
    }

    .rank__img {
        width: 44%;
        margin: 0 0 0 -4%;
    }

    .rank__txtwrap {
        width: 55%;
    }

    .rank__btn {
        max-width: 197px;
        width: 197px;
        margin: 0 0 0 auto;
    }
}

/*============================
   contents
============================*/
.contents {
    padding: 60px 0 0;
}

.cont__item {
    max-width: 718px;
    margin: 0 auto 30px;

    &:last-child {
        margin-bottom: 0;
    }
}

.cont__txtwarp {
    display: flex;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 5%;
    background: rgba(0, 75, 111, .8);
    color: #fff;
}

.cont__h3 {
    .font-en {
        margin-bottom: .2em;
    }
}

.cont__btn {
    padding-right: 70px;
    height: auto;

    &::before {
        display: none;
    }

    &::after {
        right: 0;
        background: #fff;
    }
}

.cont__txt {
    margin-top: 1em;
}

@media screen and (min-width:768px) {
    .contents {
        padding: 80px 0 0;
    }

    .cont__item {
        width: 48%;
        margin: 0;
    }

    .cont__txtwarp {
        padding: 15px 5%;
    }

    .cont__h3 {
        .font-en {
            margin-bottom: .2em;
        }
    }

    .cont__btn {
        padding-right: 100px;
    }


}

@media screen and (min-width:1025px) {
    .contents {
        padding: 200px 0 0;
    }

    .cont__item {
        width: 48%;
    }

    .cont__txtwarp {
        padding: 25px 5%;
    }

    .cont__btn {
        padding-right: 120px;
    }

}

/*============================
   access
============================*/
.access {
    padding: 60px 0 100px;
}


.acc__ttl {
    & img {
        max-width: 412px;
        width: 160px;
    }

}

.acc__txtwrap {
    margin-bottom: 30px;
}


.acc__ul {
    margin-bottom: 30px;
}

.acc__li {
    margin-bottom: 1em;
    display: flex;
}

.acc__li--ttl {
    width: 6em;
}

.acc__li--txt {
    width: calc(100% - 6em);
}

.acc__btn {
    margin: 0 0 0 auto;
}



@media screen and (min-width:768px) {
    .access {
        padding: 80px 0 120px;
    }


    .acc__ttl {
        & img {
            max-width: 412px;
            width: 200px;
        }

    }

    .acc__txtwrap {
        width: 50%;
        margin-bottom: 0;
    }

    .acc__img {
        width: 45%;
        max-width: 532px;
    }

    .acc__ul {
        margin-bottom: 20px;
    }

    .acc__li {
        margin-bottom: 1em;
    }

    .acc__li--ttl {
        width: 6em;
    }

    .acc__li--txt {
        width: calc(100% - 6em);
    }

    .acc__btn {
        margin: 0 0 0 auto;
    }


}

@media screen and (min-width:1025px) {
    .access {
        padding: 150px 0 200px;
    }


    .acc__ttl {
        & img {
            max-width: 412px;
            width: 100%;
            margin: 0 0 -50px -250px;
        }

    }

    .acc__txtwrap {
        width: 50%;
    }

    .acc__txtwrap--inner {
        max-width: 550px;
        margin: 0 0 0 auto;
    }

    .acc__img {
        width: 45%;
    }

    .acc__ul {
        margin-bottom: 20px;
    }

    .acc__li {
        margin-bottom: 1em;
    }

    .acc__li--ttl {
        width: 6em;
    }

    .acc__li--txt {
        width: calc(100% - 6em);
    }

    .acc__btn {
        margin: 0 0 0 auto;
    }

}