@charset "UTF-8";

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

.modal {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
    outline: auto;
}

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

    100% {
        opacity: 1;
    }
}

.popup {
    display: none;
}

@keyframes circleAnime {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

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

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

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

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

.kv__bg {
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.kv__swiper {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    overflow: visible;

}

.kv__img img {
    object-fit: cover;
    width: 100%;
    min-height: 260px;
}

.kv__circle {
    max-width: 235px;
    width: calc((235/1510)*150%);
    top: 95%;
    right: 2%;
    transform: translate(-0, -50%);
    position: absolute;
    z-index: 99;

    & img {
        display: block;
        animation: circleAnime 10s infinite linear;
    }
}

@keyframes circleAnime {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }

}

.kv__copy {
    position: relative;
    width: 80%;
    margin: 30px auto 0;
    z-index: 99;
    white-space: nowrap;

    .txt01 {
        display: block;
    }

    .txt02 {
        display: block;
        font-size: 2rem;
        margin-left: 2em;
    }
}



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

    50% {
        transform: translate(-50%) rotate(5deg);
    }

    100% {
        transform: translate(-50%) rotate(0);
    }

}

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


.kv__scroll {
    max-width: 37px;
    width: 16px;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    z-index: 9;
}



@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 10s linear 0s 1 normal both;
}

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

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


.kv .swiper-pagination {
    left: 1%;
    top: 60px;
    z-index: 99;
    display: block;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 auto 10px !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: solid 1px #001211;
    text-align: center;
    color: #001211;
    transition: .3s ease-out;
    position: relative;
    opacity: .2;
    font-weight: 300;
    font-family: "Noto Sans JP", 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'MS PMincho', serif;

    &::before {
        display: none;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

}



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

    .kv__swiper {
        z-index: 1;
        width: calc((1510/1920)*100%);
        margin: 0;
        overflow: visible;

    }

    .kv__circle {
        max-width: 235px;
        width: calc((235/1510)*100%);
        top: 0;
        right: auto;
        left: 98%;
        transform: translate(-50%, -50%);
    }


    .kv__copy {
        position: absolute;
        width: fit-content;
        margin: 0;
        transform: translate(-50%, -50%);
        left: 90%;
        top: 50%;

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

        .txt01 {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
            font-size: min(2.3rem, 1.6vw);
        }

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



    .kv__scroll {
        max-width: 37px;
        width: 20px;
        bottom: -90px;
        left: 50%;
    }



}


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

    .kv__swiper {
        width: calc((1510/1920)*100%);
    }

    .kv__circle {
        width: calc((235/1510)*100%);
        top: 0;
        left: 98%;
    }


    .kv__copy {
        left: 90%;
        top: 55%;


        .txt01 {
            font-size: min(2.3rem, 1.6vw);
        }

        .txt02 {
            font-size: min(4.3rem, 2.4vw);
            margin: 2em .5em 0 0;
        }
    }



    .kv__scroll {
        max-width: 37px;
        width: auto;
        bottom: -150px;
        left: 50%;
    }


}

/*============================
   concept
============================*/

.concept {
    padding: 100px 0 0;
}

.conc__flex {
    margin-bottom: 30px;
}

.conc__ttl {
    font-size: 6rem;
    margin-bottom: 40px;
    letter-spacing: .05em;
}

.conc__btn {
    display: block;
    max-width: 184px;
    width: 100px;
    margin: 0 0 0 auto;
}

.conc__img {
    & img {
        object-fit: cover;
        width: 100%;
        height: 150px;
    }
}

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

    .conc__flex {
        margin-bottom: 30px;
    }

    .conc__ttl {
        font-size: 6rem;
        margin-bottom: 0;
    }

    .conc__right {
        width: 55%;
    }

    .conc__btn {
        max-width: 184px;
        width: 120px;
        margin: 0 0 0 auto;
    }

    .conc__img {
        & img {
            height: auto;
        }
    }
}

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

    .conc__flex {
        margin-bottom: 80px;
    }

    .conc__ttl {
        font-size: 14rem;
    }

    .conc__right {
        width: 52%;
    }

    .conc__btn {
        max-width: 184px;
        width: auto;
        margin: 0 0 0 auto;
    }

    .conc__img {
        & img {
            height: auto;
        }
    }
}

/*============================
   commitment
============================*/
.commitment {
    padding: 60px 0;
    background: #644d34;
    color: #fff;
}

.comm__ttl {
    & img {
        width: 60px;
        margin: 0 auto 20px;
    }

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

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

.comm__atc {
    margin-bottom: 60px;

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

.comm__txtwarp {
    margin-bottom: 30px;
}

.comm__h3 {
    .font-en {
        font-size: 5rem;
        color: #442f15;
        letter-spacing: 0;
        opacity: .4;

    }

    .txt {
        margin-top: -1em;
    }
}

.comm__btn {
    color: #fff;

    &::before {
        background-color: #fff;
    }

    &:hover {
        color: #fff;
        opacity: .8;
    }
}

.comm__atc:nth-child(even) {
    .comm__h3 {
        text-align: center;
    }

    .comm__btn {
        margin: 0 0 0 auto;
    }
}

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

    .comm__ttl {
        & img {
            width: 80px;
            margin: 0 auto 20px;
        }

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

    }

    .comm__atc {
        margin-bottom: 60px;

    }

    .comm__txtwarp {
        width: 45%;
        margin-bottom: 0;
    }

    .comm__img {
        width: 50%;
    }

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

        .txt {
            margin-top: -1em;
        }
    }


    .comm__atc:nth-child(even) {
        flex-direction: row-reverse;

        .comm__h3 {
            text-align: center;
        }

        .comm__btn {
            margin: 0 0 0 auto;
        }
    }
}

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

        .inner {
            max-width: 1400px;
        }
    }

    .comm__ttl {
        & img {
            width: fit-content;
            margin: 0 auto 20px;
        }

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

    }

    .comm__atc {
        margin-bottom: 60px;

    }

    .comm__txtwarp {
        width: 45%;
        margin-bottom: 0;
    }

    .comm__img {
        width: 50%;
    }

    .comm__h3 {
        .font-en {
            font-size: 14rem;
        }

        .txt {
            font-size: 4.8rem;
            margin-top: -1em;
        }
    }


    .comm__atc:nth-child(even) {
        flex-direction: row-reverse;

        .comm__h3 {
            text-align: center;
        }

        .comm__btn {
            margin: 0 0 0 auto;
        }
    }
}

/*============================
   menu
============================*/
.menu {
    padding: 60px 0 0;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 100px);
        background: url(../images/menu_bg.jpg) no-repeat center center/cover;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

.menu__line {
    display: none;
}

.menu__left {
    display: flex;
    margin-bottom: 30px;
}

.menu__ttl {
    font-size: 5rem;
}

.menu__ul {
    padding-left: 1em;
}

.menu__li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;

    & img {
        margin: 0 .5em 0 0;
        width: 20px;
    }
}

.menu__tags {
    display: flex;
    justify-content: flex-start;
}

.menu__tag {

    margin: 0 10px 10px 0;

    & a {
        font-weight: bold;
        padding: .3em 1em;
        white-space: nowrap;
        background: linear-gradient(90deg, #977d66, #a28d75, #6e5439);
        color: #fff;
        text-align: center;
        width: fit-content;
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

    &:nth-child(even) a {
        background: linear-gradient(70deg, #797260, #a29f8e);
    }

    & img {
        width: 12px;
        margin: 0 0 0 .5em;
    }
}

.menu__box {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 40px 5%;
    background: url(../images/menu_img.jpg) no-repeat center center/cover;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: calc((100% - 10px));
        height: calc((100% - 10px));
        border: solid 1px #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.menu__h3 {
    .font-en {
        font-size: 4rem;
        color: #5d5347;
        letter-spacing: 0;
        mix-blend-mode: soft-light;
    }

    .txt {
        font-size: 1.8rem;
        margin-top: -.5em;
    }
}

.menu__btn {
    color: #fff;

    &::before {
        background-color: #fff;
    }

    &:hover {
        color: #fff;
        opacity: .8;
    }
}

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

        &::before {
            height: calc(100% - 100px);
        }
    }

    .menu__left {
        width: 48%;
        margin-bottom: 0;
    }

    .menu__right {
        width: 48%;
    }

    .menu__line {
        display: block;
        position: absolute;
        top: 0;
        left: 49%;
        transform: translate(-50%);
        width: 14px;
    }

    .menu__ttl {
        font-size: 6rem;
    }

    .menu__ul {
        padding-left: 1em;
    }

    .menu__li {
        margin-bottom: 1em;

        & img {
            margin: 0 .5em 0 0;
            width: 20px;
        }
    }

    .menu__tags {
        display: flex;
        justify-content: center;
    }

    .menu__tag {

        margin: 0 10px 10px 0;

        & a {
            padding: .3em 1em;
            border-radius: 4px;
        }

        & img {
            width: 14px;
            margin: 0 0 0 .5em;
        }
    }

    .menu__box {
        padding: 40px 5%;

        &::before {
            width: calc((100% - 15px));
            height: calc((100% - 15px));
        }
    }

    .menu__h3 {
        .font-en {
            font-size: 7rem;
        }

        .txt {
            font-size: 3rem;
            margin-top: -.5em;
        }
    }

}

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

        &::before {
            height: calc(100% - 200px);
        }
    }

    .menu__left {
        width: 45%;
    }

    .menu__right {
        width: 45%;
    }

    .menu__line {
        top: 0;
        left: 49%;
        transform: translate(-50%);
        width: auto;
    }

    .menu__ttl {
        font-size: 17rem;
    }

    .menu__ul {
        padding-left: 1em;
    }

    .menu__li {
        margin-bottom: 2em;

        & img {
            margin: .3em .5em 0 0;
            width: auto;
        }
    }

    .menu__tags {
        display: flex;
        justify-content: center;
    }

    .menu__tag {

        margin: 0 10px 10px 0;

        & a {
            padding: .3em 1em;
            border-radius: 4px;
        }

        & img {
            width: auto;
            margin: 0 0 0 .5em;
        }
    }

    .menu__box {
        padding: 70px 5%;

        &::before {
            width: calc((100% - 15px));
            height: calc((100% - 15px));
        }
    }

    .menu__h3 {
        .font-en {
            font-size: 11rem;
        }

        .txt {
            font-size: 4.8rem;
            margin-top: -.75em;
        }
    }
}

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

.cont__item {
    margin-bottom: 60px;

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

.cont__txtwarp {
    margin-bottom: 30px;
}

.cont__h2 {
    padding-left: 2em;

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

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

    &::before {
        content: "";
        position: absolute;
        width: 1.5em;
        height: 1px;
        background: #7d6f5d;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.cont__li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}

.cont__th {
    width: 6em;
    white-space: nowrap;
}

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

.cont__item:nth-child(2) {
    .cont__btn {
        margin: 0 0 0 auto;
    }
}

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

    .cont__item {
        margin-bottom: 60px;

    }

    .cont__txtwarp {
        margin-bottom: 0;
        width: 48%;
    }

    .cont__img {
        width: 48%;
    }

    .cont__h2 {
        padding-left: 3em;

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

        &::before {
            width: 2em;
            height: 1px;
        }
    }

    .cont__li {
        margin-bottom: 1em;
    }

    .cont__th {
        width: 6em;
    }

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

    .cont__btn {
        margin: 0 0 0 auto;
    }

    .cont__item:nth-child(2) {
        flex-direction: row-reverse;


    }

}

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

    .cont__item {
        margin-bottom: 100px;

    }

    .cont__txtwarp {

        width: 48%;
        padding-left: 5%;
    }

    .cont__img {
        width: 48%;
    }

    .cont__h2 {
        padding-left: 0;

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

        &::before {
            width: 5em;
            height: 1px;
            left: -6em;
        }
    }

    .cont__li {
        margin-bottom: 1em;
    }

    .cont__th {
        width: 6em;
    }

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


}