@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: 0;
}

.kv__imgwrap {
    position: relative;
}

.kv__img img {
    object-fit: cover;
    height: 220px;
}

.kv__copy {
    z-index: 99;
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    white-space: nowrap;
    pointer-events: none;
    color: #fff;
    text-align: center;
}

.kv__copy .logo {
    max-width: 187px;
    width: 100px;
    margin: 0 auto 5%;
    display: block;
}

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

.kv__txt01 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .25em;
    letter-spacing: .05em;
}

.kv__txt02 {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .15em;
}

.kv__scroll {
    display: none;
}


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

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


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

.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: 3% !important;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


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

}

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

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

    .kv__img img {
        height: auto;
    }

    .kv__copy .logo {
        max-width: 187px;
        width: 120px;
        margin: 0 auto 3%;
    }


    .kv__txt01 {
        font-size: min(5rem, 3vw);
        font-weight: bold;
        margin-bottom: .25em;
    }

    .kv__txt02 {
        font-size: min(2.6rem, 1.6vw);
        font-weight: bold;
        letter-spacing: .15em;
    }

    .kv__scroll {
        display: block;
        max-width: 107px;
        width: 60px;
        left: 50%;
        bottom: -50px;
        transform: translate(-50%);
        position: absolute;
        z-index: 99;
    }


}



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

    .kv__copy .logo {
        max-width: 187px;
        width: 23.85%;
        margin: 0 auto 3%;
    }


    .kv__txt01 {
        font-size: min(5rem, 3vw);
        margin-bottom: .25em;
    }

    .kv__txt02 {
        font-size: min(2.6rem, 1.6vw);
    }

    .kv__scroll {
        max-width: 107px;
        width: 1070px;
        left: 50%;
        bottom: -100px;
    }



}


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

.conc__top::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 30%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #fdf9f3;
}

.conc__obj01 {
    max-width: 136px;
    width: 14.16%;
    top: -50px;
    left: 1%;
}

.conc__obj02 {
    max-width: 116px;
    width: 12.08%;
    bottom: -40px;
    right: 1%;
}

.conc__left {
    margin-bottom: 50px;
}

.conc__left--inner {
    padding: 0 5%;
}

.conc__ttl .txt {
    white-space: normal;
}

.conc__ttl .font-en {
    display: block;
    margin-bottom: .5em;
}

.conc__img {
    width: 90%;
    margin: 0 0 0 auto;
    position: relative;
}

.conc__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #000000;
    top: -5px;
    left: -5px;
    z-index: -1;
}

.conc__btm::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    background: url(../images/concept_bg.jpg) no-repeat center center/cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.conc__box01 {
    background-color: #f4efe5;
    padding: 30px 5% 40px;
    position: relative;
    margin-bottom: 60px;
}

.conc__obj03 {
    max-width: 153px;
    /* width: 9.44%; */
    width: 15%;
    bottom: 0;
    right: 2%;
}

.conc__li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 1em;
    font-weight: bold;
}

.conc__li img {
    position: absolute;
    width: 16px;
    left: 0;
    top: .2em;
}

.conc__box02 {
    padding: 30px 5% 40px;
    background: #fff;
    position: relative;
}

.conc__obj04 {
    max-width: 95px;
    width: 50px;
    bottom: 5%;
    left: 3%;
}

.conc__obj05 {
    max-width: 60px;
    width: 30px;
    bottom: 5%;
    right: 3%;
}

.conc__txt02 {
    text-align: left;
}

.conc__btn a {
    margin: 0 auto;
}

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

    .conc__top::before {
        width: 75%;
        height: 40%;
    }

    .conc__obj01 {
        width: 14.16%;
        top: -60px;
        left: 1%;
    }

    .conc__obj02 {
        max-width: 116px;
        width: 12.08%;
        bottom: -40px;
        right: 1%;
    }

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

    .conc__img {
        width: 45%;
        margin: 0 0 0 auto;
    }

    .conc__left--inner {
        padding: 0 0 0 5%;
    }

    .conc__img::before {
        top: -10px;
        left: -10px;
    }

    .conc__btm::before {
        width: 100%;
        height: 80%;
    }

    .conc__box01 {
        padding: 30px 5% 40px;
        margin-bottom: 100px;
    }

    .conc__obj03 {
        width: 9.44%;
        bottom: 0;
        right: 2%;
    }

    .conc__ul {
        width: 48%;
    }

    .conc__li{
        padding-left: 25px;
        margin-bottom: 1em;
    }

    .conc__li img {
        width: 16px;
        left: 0;
        top: .2em;
    }

    .conc__box02 {
        padding: 30px 5% 40px;
    }

    .conc__obj04 {
        max-width: 95px;
        width: 60px;
        bottom: 5%;
        left: 5%;
    }

    .conc__obj05 {
        max-width: 60px;
        width: 40px;
        bottom: 5%;
        right: 5%;
    }

    .conc__txt02 {
        text-align: center;
    }

}

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

    .conc__top::before {
        width: 75%;
        height: 60%;
    }

    .conc__obj01 {
        width: 24.72%;
        top: 5%;
        left: -25%;
        transform: translate(0, -50%);
    }

    .conc__obj02 {
        max-width: 116px;
        width: 21.09%;
        bottom: auto;
        top: 40%;
        right: -22%;
        transform: translate(0, -50%);
    }

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

    .conc__img {
        width: 40%;
        margin: 0 0 0 auto;
    }

    .conc__left--inner {
        max-width: 550px;
        margin: 0 0 0 auto;
        padding: 0 0 0 2%;
    }

    .conc__img::before {
        top: -15px;
        left: -15px;
    }

    .conc__btm::before {
        width: 100%;
        height: 70%;
    }

    .conc__box01 {
        padding: 80px 5%;
        margin-bottom: 200px;
        justify-content: center;
    }

    .conc__obj03 {
        width: 9.44%;
        bottom: 0;
        right: 5%;
    }

    .conc__ul {
        width: fit-content;
        margin: 0 3%;
    }

    .conc__li{
        padding-left: 35px;
        margin-bottom: 1em;
    }

    .conc__li img {
        width: 23px;
        left: 0;
        top: .2em;
    }

    .conc__box02 {
        padding: 50px 5% 40px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .conc__obj04 {
        max-width: 95px;
        width: 95px;
        bottom: 10%;
        left: 5%;
    }

    .conc__obj05 {
        max-width: 60px;
        width: 60px;
        bottom: 10%;
        right: 5%;
    }

}

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

.charm__items.flex.jc-between.flexwrap.wow.fadeInUp.mb-100 {
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.charm::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 200px);
    background: #fffbf3;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.charm__ttl .font-en {
    position: absolute;
    font-size: 6rem;
    color: #eae1ce;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.charm__item {
    margin: 0 auto 30px;
}

.charm__item:last-child {
    margin-bottom: 0;
}

.charm__box {
    padding: 40px 5%;
    background: #efe9de;
}

.charm__obj01 {
    max-width: 200px;
    width: 18.18%;
    bottom: -10px;
    left: -5%;
}

.charm__obj02 {
    max-width: 136px;
    width: 12.36%;
    top: -10px;
    right: -2%;
}

.charm__txt {
    text-align: left;
}

@media (max-width: 425px) {
    .charm__item {
        max-width: 100% !important;
    }
}

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

    .charm::before {
        height: calc(100% + 200px);
    }

    .charm__ttl .font-en {
        font-size: 8rem;
    }

    .charm__item {
        margin: 0;
        max-width: 33%;
    }

    .charm__item img {
        width: auto;
        transform: scale(.9);
    }

    /* .charm__item:nth-child(1) {
        margin-top: -50px;
    } */

    .charm__item:nth-child(3) {
        margin-top: -30px;
    }

    /* .charm__item:nth-child(4) {
        margin-top: -50px;
    } */

    .charm__item:nth-child(6) {
        margin: -30px 0 0 auto;
    }

    .charm__box {
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px 5%;
    }

    .charm__obj01 {
        width: 18.18%;
        bottom: 5%;
        left: -3%;
    }

    .charm__obj02 {
        width: 12.36%;
        top: -10px;
        right: -2%;
    }

    .charm__txt {
        text-align: center;
    }
}

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

    .charm::before {
        height: calc(100% + 200px);
    }

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

    .charm__item {
        margin: 0;
        max-width: 33%;
    }

    .charm__item img {
        width: auto;
        transform: scale(1);
    }

    .charm__item:nth-child(1) {
        /* margin-top: -120px; */
        margin: 20px auto 10px;
        margin-top: 0px;
    }

    .charm__item:nth-child(2) {
        margin: 20px auto 10px;
    }

    .charm__item:nth-child(3) {
        margin: 20px auto 10px;
        margin-top: -30px;
    }

    .charm__item:nth-child(4) {
        /* margin-top: -120px; */
        margin: 20px auto 10px;
        margin-top: 0px;
    }

    .charm__item:nth-child(5) {
        margin: 0 auto;
    }

    .charm__item:nth-child(6) {
        margin: -30px -2% 0 auto;
    }

    .charm__box {
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px 5%;
    }

    .charm__obj01 {
        width: 18.18%;
        bottom: 5%;
        left: -3%;
    }

    .charm__obj02 {
        width: 12.36%;
        top: -10px;
        right: -2%;
    }

    .charm__txt {
        text-align: center;
    }
}

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

.info__ill {
    max-width: 228px;
    width: 11.87%;
    top: auto;
    bottom: 60px;
    right: 1%;
}


.info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 100px);
    background: #f0eadf;
    opacity: .5;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.info__ttl {
    font-size: min(3rem, 8vw);
    color: #eae1ce;
    text-align: center;
    margin-bottom: 30px;
}

.info__atc {
    background: #fff;
    padding: 20px 5%;
    position: relative;
    margin: 0 auto 30px;
}

.info__atc:last-child {
    margin-bottom: 0;
}

.info__obj {
    max-width: 61px;
    width: 30px;
    top: 30%;
    left: 5%;
    transform: translate(0, -50%);
}

.info__atc:nth-child(2) .info__obj {
    max-width: 97px;
    width: 60px;
    top: 20%;
    left: 95%;
    transform: translate(-50%, -50%);
}

.info__atc:nth-child(3) .info__obj {
    max-width: 94px;
    width: 60px;
    top: 20%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.info__atc:nth-child(4) .info__obj {
    max-width: 82px;
    width: 50px;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.info__atc:nth-child(4) .info__obj02 {
    max-width: 118px;
    width: 70px;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.info__atc:nth-child(5) .info__obj {
    max-width: 117px;
    width: 70px;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
}


.info__atc:nth-child(6) .info__obj {
    max-width: 109px;
    width: 60px;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.info__txtwrap {
    margin-bottom: 20px;
}

.info__logo {
    margin: 0 auto;
}

.info__logo img {
    width: auto;
    display: block;
    margin: 0 auto;
    transform: scale(.75);
}

.info__btn a {
    margin: 0 auto 10px;
}

.info__ig {
    width: 20px;
    margin: 0 auto;
}

.info__pnwrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info__slash {
    font-weight: bold;
    margin: 0 1em;
}

.sw__prv {
    position: relative;
    margin: 0;
    width: 1em;
    height: 1em;
    z-index: 9;
}

.sw__next {
    position: relative;
    margin: 0;
    width: 1em;
    height: 1em;
    z-index: 9;
}

.sw__prv::before {
    content: "＜";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.sw__next::before {
    content: ">";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.info__img {
    position: relative;
    margin: 6px;
}

.info__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #000000;
    top: -5px;
    left: -5px;
    z-index: -1;
}

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


    .info::before {
        width: 100%;
        height: calc(100% + 200px);
    }

    .info__ill {
        width: 11.87%;
        top: auto;
        bottom: 60px;
        right: 1%;
    }


    .info__ttl {
        font-size: min(5rem, 8vw);
        margin-bottom: 30px;
    }

    .info__atc {
        padding: 30px 5% 0;
        margin: 0 auto 40px;
        align-items: center;
    }

    .info__txtwrap {
        width: 50%;
    }

    .info__swiper--area {
        width: 48%;
    }

    .info__swiper0 {
        width: 115%;
    }

    .info__swiper1 {
        width: 105%;
        margin-left: -5%;
    }

    .info__atc:nth-child(3) {
        flex-direction: row-reverse;
    }

    .info__swiper2 {
        width: 105%;
        margin-right: -5%;
    }

    .info__swiper3 {
        width: 115%;
        margin-right: -15%;
    }

    .info__atc:nth-child(5) {
        flex-direction: row-reverse;
    }

    .info__swiper4 {
        width: 115%;
        margin-left: -15%;

    }

    .info__swiper5 {
        width: 115%;
        margin-left: -15%;
        margin-bottom: -20px;

    }

    .info__atc:nth-child(1) .info__pnwrap {
        margin: 0 0 20px auto;
        width: fit-content;
    }

    .info__atc:nth-child(3) .info__pnwrap {
        margin: 0 auto 20px 20%;
        width: fit-content;
    }

    .info__atc:nth-child(4) .info__pnwrap {
        margin: -30px auto 20px 0;
        width: fit-content;
    }

    .info__atc:nth-child(5) .info__pnwrap {
        margin: 0 0 20px auto;
        width: fit-content;
    }

    .info__atc:nth-child(6) .info__pnwrap {
        margin: -40px auto 20px 0;
        width: fit-content;
    }

    .info__obj {
        max-width: 61px;
        width: 40px;
        top: 30%;
        left: 5%;
    }

    .info__atc:nth-child(2) .info__obj {
        max-width: 97px;
        width: 60px;
        top: 20%;
        left: 95%;
    }

    .info__atc:nth-child(3) .info__obj {
        max-width: 94px;
        width: 60px;
        top: 20%;
        left: 100%;
    }

    .info__atc:nth-child(4) .info__obj {
        max-width: 82px;
        width: 50px;
        top: 50%;
        left: 100%;
    }

    .info__atc:nth-child(4) .info__obj02 {
        max-width: 118px;
        width: 70px;
        top: 10%;
        left: 10%;
    }

    .info__atc:nth-child(5) .info__obj {
        max-width: 117px;
        width: 70px;
        top: 20%;
        left: 5%;
    }


    .info__atc:nth-child(6) .info__obj {
        max-width: 109px;
        width: 60px;
        top: 40%;
        left: 80%;
    }

    .info__logo {
        margin: 0 auto;
    }

    .info__logo img {
        transform: scale(.75);
    }

    .info__btn {
        width: 70%;
        margin-right: 5%;
    }

    .info__btnwrap {
        align-items: center;
    }

    .info__btn a {
        margin: 0;
    }

    .info__ig {
        width: 20px;
        margin: 0;
    }

    .info__pnwrap {
        margin-bottom: 20px;
    }


    .sw__prv {
        width: 1em;
        height: 1em;
    }

    .sw__next {
        width: 1em;
        height: 1em;
    }

    .info__img {
        margin: 10px;
    }

    .info__img::before {
        top: -10px;
        left: -10px;
    }

}

@media screen and (min-width:1025px) {
    .info {
        padding: 220px 0 330px;
    }

    .info__ill {
        max-width: 228px;
        width: 11.87%;
        top: auto;
        bottom: 0;
        right: 1%;
    }

    .info::before {
        width: 100%;
        height: calc(100% + 120px);
    }

    .info__ttl {
        font-size: 16rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        position: absolute;
        margin-bottom: 0;
        line-height: 1;
        top: 0;
        left: -1em;
    }

    .info__atc {
        max-width: 1050px;
        padding: 50px 5% 0;
        margin: 0 auto 60px;
    }

    .info__atc:nth-child(odd) {
        margin: 0 0 60px auto;
    }

    .info__txtwrap {
        width: 50%;
        padding: 0 5% 0 0;
    }

    .info__swiper--area {
        width: 50%;
    }

    .info__swiper0 {
        width: 120%;
        margin: 0 -20% -5% 0;
    }

    .info__swiper1 {
        width: 120%;
        margin: 0 0 -5% -10%;
    }

    .info__atc:nth-child(3) {
        flex-direction: row-reverse;
    }

    .info__atc:nth-child(3) .info__txtwrap {
        padding: 0 0 0 10% ;
    }

    .info__swiper2 {
        width: 120%;
        margin: 0 -5% -5% 0;
    }

    .info__swiper3 {
        width: 120%;
        margin:0  auto -5% 0;
    }


    .info__swiper4 {
        width: 120%;
        margin:0  0 -5% -15%;

    }

    .info__swiper5 {
        width: 120%;
        margin: 0 0 -5% -5%;
        margin-bottom: -20px;

    }
    .info__atc:nth-child(5) {
        flex-direction: row-reverse;
    }
    .info__atc:nth-child(5) .info__txtwrap {
        padding: 0 0 0 5% ;
    }

    .info__atc:nth-child(1) .info__pnwrap {
        margin: 0 0 20px auto;
        width: fit-content;
    }

    .info__atc:nth-child(3) .info__pnwrap {
        margin: 0 auto 20px 20%;
        width: fit-content;
    }

    .info__atc:nth-child(4) .info__pnwrap {
        margin: -40px auto 50px 0;
        width: fit-content;
    }

    .info__atc:nth-child(5) .info__pnwrap {
        margin: 0 0 20px auto;
        width: fit-content;
    }

    .info__atc:nth-child(6) .info__pnwrap {
        margin: -40px auto 50px 0;
        width: fit-content;
    }

    .info__obj {
        max-width: 61px;
        width: 60px;
        top: 30%;
        left: 5%;
    }

    .info__atc:nth-child(2) .info__obj {
        max-width: 97px;
        width: 97px;
        top: 20%;
        left: 95%;
        z-index: 9;
        pointer-events: none;
    }

    .info__atc:nth-child(3) .info__obj {
        max-width: 94px;
        width: 94px;
        top: 20%;
        left: 105%;
    }

    .info__atc:nth-child(4) .info__obj {
        max-width: 82px;
        width: 82px;
        top: 50%;
        left: 100%;
        z-index: 9;
        pointer-events: none;
    }

    .info__atc:nth-child(4) .info__obj02 {
        max-width: 118px;
        width: 118px;
        top: -10%;
        left: 10%;
        z-index: 9;
        pointer-events: none;
    }

    .info__atc:nth-child(5) .info__obj {
        max-width: 117px;
        width: 117px;
        top: 20%;
        left: 10%;
        z-index: 9;
        pointer-events: none;
    }


    .info__atc:nth-child(6) .info__obj {
        max-width: 109px;
        width: 190px;
        top: 40%;
        left: 80%;
        z-index: 9;
        pointer-events: none;
    }

    .info__logo {
        margin: 0 auto 20px;
    }

    .info__logo img {
        transform: scale(1);
    }

    .info__btn {
        width: 70%;
        margin-right: 3%;
    }

    .info__btnwrap {
        align-items: center;
    }

    .info__btn a {
        margin: 0;
    }

    .info__ig {
        width: 30px;
        margin: 0;
    }

    .info__pnwrap {
        margin-bottom: 50px;
    }


    .sw__prv {
        width: 1em;
        height: 1em;
    }

    .sw__next {
        width: 1em;
        height: 1em;
    }

    .info__img {
        margin: 10px;
    }

    .info__img::before {
        top: -10px;
        left: -10px;
    }
}