@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}


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

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

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

.kv {
    margin-top: 52px;
}

.kv__swiper {
    width: 100%;
    margin: 0 auto;
}

.kv__img {
    width: 100%;

    & img {
        object-fit: cover;
        width: 100%;
        min-height: 400px;
        object-position: center bottom;
    }
}


.kv__copy {
    max-width: 740px;
    width: 75%;
    z-index: 99;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);

}


.kv__scroll {
    position: absolute;
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1920)*100%);
    left: 5%;
    top: 95%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

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

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(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: 5%;
    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: #bc1212;
}


.k-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 100%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.k-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;

}


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

    .kv__copy {
        max-width: 740px;
        width: calc((740/1920)*100%);
        z-index: 99;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);

    }


    .kv__scroll {
        min-width: 8px;
        width: calc((12/1920)*100%);
        left: 5%;
        top: 95%;

    }


}



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

    .kv__copy {
        width: calc((740/1920)*100%);
        top: 50%;
        left: 25%;
    }


    .kv__scroll {
        min-width: 8px;
        width: calc((12/1920)*100%);
        left: 3%;
        top: 90%;
    }



}


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

.conc__left {
    margin-bottom: 30px;
}

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

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

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

    .conc__txtwrap {

        padding: 0;
    }

    .conc__img {
        width: 48%;
    }
}

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

    .conc__left {
        width: 50%;
    }

    .conc__txtwrap {
        max-width: 640px;
        margin: 0 0 0 auto;
    }

    .conc__img {
        width: 48%;
    }
}

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

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

.comm__right {
    margin-bottom: 30px;
    padding: 0 5%;
}

.comm__img {
    width: 100%;
}

.comm__ttl {
    .font-en {
        margin-bottom: 1em;
    }
}

.comm__worry {
    width: 90%;
    margin: -30px auto 30px;
    padding: 20px 5%;
    background: #847061;
    border-radius: 20px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.comm__h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;

    & img {
        position: absolute;
        left: 35%;
        top: 110%;
        transform: translate(-50%, -50%);
        width: 60px;
    }
}

.worry__li {
    padding-left: 1.5em;
    margin-bottom: 1em;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: .3em;
        background: url(../images/worry_check.png) no-repeat center center/contain;
    }
}

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

    .comm__flex {
        flex-direction: row;
    }

    .comm__right {
        width: 50%;
        margin-bottom: 0;
        padding: 1em 3%;
    }

    .comm__img {
        width: 47%;
    }

    .comm__worry {
        width: 90%;
        margin: 0 auto 30px;
        padding: 30px 3%;
        border-radius: 30px 0;
    }

    .comm__h3 {
        margin: 0 auto 30px;

        & img {
            left: 35%;
            top: 110%;
            width: 60px;
        }
    }

    .worry__li {
        padding-left: 1.5em;
        margin-bottom: 1em;
        width: 49%;

        &::before {
            width: 16px;
            height: 16px;
            left: 0;
            top: .4em;
        }
    }
}

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


    .comm__right {
        width: 50%;
        padding: 50px 1% 1em 3%;
    }

    .comm__img {
        width: 47%;

        & img {
            object-fit: cover;
            width: 100%;
            height: 777px;
        }
    }

    .comm__worry {
        width: 95%;
        max-width: 1280px;
        margin: -150px auto 50px;
        padding: 40px 3%;
        border-radius: 60px 0;
    }

    .comm__h3 {
        margin: 0 auto 30px;

        & img {
            left: 35%;
            top: 110%;
            width: 60px;
        }
    }

    .worry__li {
        padding-left: 2em;
        margin-bottom: 1em;
        width: 49%;

        &::before {
            width: 22px;
            height: 22px;
            left: 0;
            top: .4em;
        }
    }
}

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

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

.menu__box {
    padding: 20px 5%;
    background: #fff;
}

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

.menu__atc {
    margin: 0 auto 30px;

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

.menu__h3 {
    display: flex;
    align-items: center;
    margin: 1em 0 .5em auto;

    .font-en {
        margin-left: 1em;
    }
}

.menu__btn02 {

    margin: 1em 0 0 auto;
}

.menu__btn::after {
    background: #fff;
}

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

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

    .menu__box {
        padding: 30px 5%;
    }

    .menu__atc {
        width: 48%;
        max-width: 600px;
        margin: 0;
        position: relative;
        padding-bottom: 30px;
    }

    .menu__h3 {
        margin: 1em 0 .5em auto;

    }

    .menu__btn02 {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }


}

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

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

    .menu__box {
        padding: 80px 5% 60px;
    }

    .menu__items {
        max-width: 1280px;
        margin: 0 auto 50px;
    }

    .menu__atc {
        width: 48%;
        padding-bottom: 30px;
    }

    .menu__h3 {
        margin: 1em 0 .5em auto;

    }

}

/*============================
   private
============================*/

.private {
    padding: 60px 0 0;
}

.pri__left {
    margin-bottom: 30px;
}

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

    .txt {
        line-height: 1.6;
    }
}

.pri__btn {
    margin: 0 0 0 auto;
}

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

    .private {
        padding: 80px 0 0;
    }

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

    .pri__txtwrap {
        padding: 0 5% 0 0;
    }

    .pri__img {
        width: 50%;
    }


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

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

    .private {
        padding: 150px 0 0;
    }

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

    .pri__txtwrap {
        max-width: 640px;
        margin: 0 0 0 auto;
        padding: 0 10% 0 0;
    }

    .pri__img {
        width: 52%;
        margin-left: -2%;
    }


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

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

.cut__ttl {
    .font-en {
        letter-spacing: .15em;
    }
}

.cut__img {
    max-width: 400px;
    width: 300px;
    margin: 0 10px;
}

.c-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 4px;
    left: calc(50% - 150px);
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 9;

}

.c-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 4px;
    left: calc(50% + 150px);
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 9;

}

.c-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.c-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;

}

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

    .cut__img {
        max-width: 400px;
        width: 300px;
        margin: 0 15px;
    }

    .c-swiper-button-prev {
        width: 50px;
        height: 5px;
        left: calc(50% - 150px);
        top: 50%;

    }

    .c-swiper-button-next {
        width: 50px;
        height: 5px;
        left: calc(50% + 150px);
    }

}

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

    .cut__img {
        max-width: 400px;
        width: 400px;
        margin: 0 20px;
    }

    .c-swiper-button-prev {
        width: 60px;
        height: 6px;
        left: calc(50% - 200px);
        top: 50%;

    }

    .c-swiper-button-next {
        width: 60px;
        height: 6px;
        left: calc(50% + 200px);
    }
}


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

}

.news__left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

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

.news__atc {
    margin-bottom: 1.5em;

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
    }

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


.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0;

}

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

    }

    .news__left {
        width: 30%;
        display: block;
        margin-bottom: 0;
    }

    .news__ttl {
        margin-bottom: 30px;

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

    .news__atcwrap {
        width: 70%;
    }

    .news__atc {
        margin-bottom: 1.5em;

        & a {
            display: flex;
        }

    }


    .news__atc--ttl {
        padding-left: 1.5em
    }

}

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

    }

    .news__left {
        width: 30%;
    }

    .news__ttl {
        margin-bottom: 50px;

    }

    .news__atcwrap {
        width: 70%;
    }

    .news__atc {
        margin-bottom: 1.5em;

    }


    .news__atc--ttl {
        padding-left: 2em;
    }
}

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

.cont__items {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 80%;
        height: 100%;
        top: -60px;
        left: 50%;
        transform: translate(-50%);
        background: #e6dfda;
        z-index: -1;
    }
}

.cont__item {
    max-width: 480px;
    margin: 0 auto 20px;

    & a {
        width: 100%;
        height: 240px;
        background: url(../images/contents_bg01.png) no-repeat center center/cover;
        padding: 20px 5%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffff;
        border-radius: 0 20px;
    }

    &:nth-child(2) a {
        background: url(../images/contents_bg02.png) no-repeat center center/cover;
    }

    &:nth-child(3) a {
        background: url(../images/contents_bg03.png) no-repeat center center/cover;
        margin-bottom: 0;
    }

}

.cont__ttl {
    .font-en {

        margin-top: .75em;
        color: #e4c28a;
    }
}

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

    .cont__items {
        &::before {
            width: 80%;
            top: -80px;
            left: 50%;
        }
    }

    .cont__item {
        width: 32%;
        margin: 0;

        & a {
            width: 100%;
            height: 220px;
            padding: 20px 5%;
            border-radius: 0 30px;
        }
    }

    .cont__ttl {
        .font-en {
            margin-top: .75em;
        }
    }

}

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

    .cont__items {
        max-width: 1580px;
        margin: 0 auto;

        &::before {
            width: 80%;
            top: -150px;
            left: 50%;
        }
    }

    .cont__item {
        width: 32%;
        margin: 0;

        & a {
            width: 100%;
            height: 400px;
            padding: 20px 5%;
            border-radius: 0 60px;
        }
    }

    .cont__ttl {
        .font-en {
            margin-top: .75em;
        }
    }
}