@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;

}

.kv__item {
    width: 100%;
    position: relative;
    margin-bottom: 3px;
}


.kv__img {

    & img {
        width: 100%;
    }
}

.kv .swiper-wrapper {
    transition-timing-function: linear;
}

.kv__copy {
    width: calc((442/640)*100%);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;

    & img {
        width: 100%;
    }
}

.kv__link {
    max-width: 390px;
    width: calc((390/640)*70%);
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;

    & img {
        opacity: 0;
        display: block;
        width: 100%;
        animation: copyAnime 1s 1s forwards;
    }
}

.kv__item:nth-child(2) {

    .kv__copy {
        max-width: 405px;
        width: calc((405/640)*100%);
    }
}

.kv__item:nth-child(3) {

    .kv__copy {
        max-width: 497px;
        width: calc((497/640)*100%);
    }
}

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

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

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


.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



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

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

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


.kv .swiper-pagination {
    left: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

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

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

    & span {
        font-size: 1.8rem;
    }
}



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

    }

    .kv__item {
        width: 33%;

        margin-bottom: 0;
    }


    .kv__copy {
        width: calc((442/640)*100%);
        top: 40%;
        left: 50%;
    }

    .kv__link {
        width: calc((390/640)*100%);
        top: 95%;
        left: 50%;
    }

    .kv__item:nth-child(2) {
        .kv__copy {
            width: calc((405/640)*100%);
        }
    }

    .kv__item:nth-child(3) {
        .kv__copy {
            width: calc((497/640)*100%);
        }
    }
}



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

    .kv {
        margin-top: 100px;

    }

    .kv__item {
        width: 33.1%;
        margin-bottom: 0;
    }


    .kv__copy {
        width: calc((442/640)*100%);
        top: 40%;
        left: 50%;
    }

    .kv__link {
        width: calc((390/640)*100%);
        top: 95%;
        left: 50%;
    }

    .kv__item:nth-child(2) {
        .kv__copy {
            width: calc((405/640)*100%);
        }
    }

    .kv__item:nth-child(3) {
        .kv__copy {
            width: calc((497/640)*100%);
        }
    }

}




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

.comm__obj {
    width: calc((662/1920)*100%);
    top: 90%;
    left: 0;
    z-index: -1;
}

.comm__top {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 60%;
        height: 120%;
        background: url(../images/commit_bg.png) no-repeat center center/cover;
        z-index: -1;
        top: -20px;
        right: -3%;
    }
}

.comm__left {
    margin-bottom: 30px;
}

.comm__ttl {
    max-width: 702px;
    width: 300px;
    margin-bottom: 20px;
}

.comm__img {
    width: 106%;
    margin-right: -6%;
}

.comm__img02 {
    display: none;
}

.comm__img03 {
    margin-bottom: 30px;
}

.comm__btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    & img {
        max-width: 70px;
        width: 40px;
        margin-right: 1em;
    }
}

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

    .comm__obj {
        width: calc((662/1920)*100%);
        top: 90%;
        left: 0;
    }

    .comm__top {


        &::before {
            width: 60%;
            height: 150%;
            top: -50px;
            right: 0;
        }
    }

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

    .comm__ttl {
        max-width: 702px;
        width: 350px;
        margin-bottom: 20px;
    }

    .comm__img {
        width: 54%;
        margin-right: -4%;
    }

    .comm__img02 {
        display: block;
        width: 35%;
    }

    .comm__h3 {
        font-size: 1.6rem;
    }

    .comm__btm--right {
        width: 60%;
    }

    .comm__img03 {
        margin-bottom: 20px;
    }

    .comm__btn {

        & img {
            max-width: 70px;
            width: 40px;
            margin-right: 1em;
        }
    }

}

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

    .comm__obj {
        width: calc((662/1920)*100%);
        top: 90%;
        left: 0;
    }

    .comm__top {
        &::before {
            width: 70%;
            height: 150%;
            top: -30px;
            right: 0;
        }
    }

    .comm__left {
        width: 50%;
    }

    .comm__txtwarp {
        max-width: 700px;
        margin: 0 0 0 auto;
        padding: 0 5% 0 0;
    }

    .comm__ttl {
        max-width: 702px;
        width: 100%;
        margin: 0 0 30px -10%;
    }

    .comm__img {
        width: 54%;
        margin-right: -4%;
    }

    .comm__img02 {
        width: 35%;

        & img {
            display: block;
            margin: 0 0 0 auto;
        }
    }

    .comm__btm--right {
        width: 62%;
    }

    .comm__img03 {
        margin-bottom: 40px;

        & img {
            display: block;
            margin: 0 0 0 auto;
        }
    }

    .comm__btm--txtwrap {

        max-width: 700px;
        margin: 0 auto;
    }

    .comm__btn {

        & img {
            max-width: 70px;
            width: 40px;
            margin-right: 1em;
        }
    }

}


/*============================
   shop
============================*/
.shop__item {
    margin-bottom: 60px;

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

.shop__ttlwrap {
    padding: 40px 5%;

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

.shop__ttl {

    color: #fff;

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

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

.shop__flex {
    padding: 30px 0 0;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 110%;
        height: 100%;
        background: url(../images/bg.png) no-repeat center top/cover;
        z-index: -1;
        top: 0;
        right: 0;
    }
}

.shop__left {
    margin-bottom: 30px;
}

.shop__logo {
    display: flex;
    align-items: center;
    justify-content: center;

    & img {
        display: block;
        transform: scale(.75);
    }

}

.shop__info {
    padding: 1em 5% 50px;
    background-color: #f9eeed;
}

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

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

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

.shop__btn {
    margin: -20px auto 0;
}

.shop__atc {
    max-width: 380px;
    margin: 0 auto 30px;
}

.shop__img {
    position: relative;
}

.shop__caption {
    top: 0;
    left: .3em;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
    font-size: 3rem;
}

.shop__h3 {
    margin: 1em 0 .5em;
}

.shop__item:nth-child(2) {
    .shop__ttlwrap {
        &::before {
            background: url(../images/shop_bg02.jpg) no-repeat center top/cover;
        }
    }

    .shop__info {
        background-color: #ebf0f5;
    }
}

.shop__item:nth-child(3) {
    .shop__ttlwrap {
        &::before {
            background: url(../images/shop_bg03.png) no-repeat center top/cover;
        }
    }
    .shop__info {
        background-color: #f1f6ef;
    }
    
}

@media screen and (min-width:768px) {
    .shop__item {
        margin-bottom: 60px;

    }

    .shop__ttlwrap {
        padding: 60px 3%;

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

    .shop__ttl {


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

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

    .shop__flex {
        padding: 30px 0 0;

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

    .shop__flex {
        align-items: center;
    }

    .shop__left {
        width: 36%;
        margin-bottom: 0;
    }

    .shop__right {
        width: 62%;
    }

    .shop__logo {


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

    }

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

    .snop__li {
        margin-bottom: 1em;
    }

    .shop__th {
        width: 5em;
    }

    .shop__td {
        width: calc(100% - 5em);
    }

    .shop__btn {
        max-width: 90%;
        margin: -20px auto 0;
    }

    .shop__atc {
        width: 32%;
        margin: 0;
    }


    .shop__caption {
        top: 0;
        left: .3em;
        line-height: 1;
        color: #fff;
        letter-spacing: 0;
        font-size: min(2rem, 2vw);
    }

    .shop__h3 {
        margin: 1em 0 .5em;
    }

}

@media screen and (min-width:1025px) {
    .shop__item {
        margin-bottom: 150px;

    }

    .shop__ttlwrap {
        padding: 150px 1% 120px;

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

    .shop__ttl {
        max-width: 1200px;
        margin: 0 auto;

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

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

    .shop__flex {
        padding: 120px 0 0;

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

    .shop__left {
        width: 26%;
    }

    .shop__right {
        width: 72%;
    }

    .shop__logo {

        margin-bottom: 20px;

        & img {
            transform: scale(1);
        }

    }

    .shop__info {
        padding: 2em 5% 60px;
    }

    .snop__li {
        margin-bottom: 1em;
    }

    .shop__th {
        width: 6em;
    }

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

    .shop__btn {
        max-width: 90%;
        margin: -30px auto 0;
    }

    .shop__atc {
        width: 32%;
    }


    .shop__caption {
        top: 0;
        left: .3em;
        font-size: min(3rem, 2vw);
    }

    .shop__h3 {
        margin: 1em 0 .5em;
    }
}


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


.news__ttl {
    margin-bottom: 30px;

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

.news__btn {
    display: block;
    width: fit-content;
    margin: 2em 0 0 auto;
    text-decoration: underline;
}

.news__atc {
    display: block;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: dashed 1.5px #c5c5c5;
    width: 100%;

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

    &:last-child {
        padding-bottom: 0;
        border: none;
        margin-bottom: 0;
    }
}

.news__date {
    white-space: nowrap;
}

.news__atc--ttl {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}



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


    .news__ttl {
        width: 15%;
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;

        .font-en {
            margin: 0 0 0 .5em;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-feature-settings: initial;
        }

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

    .news__atcwrap {
        width: 85%;
    }

    .news__btn {
        margin: 2em 0 0 auto;
    }

    .news__atc {
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: dashed 1.5px #c5c5c5;

        & a {
            display: flex;
            align-items: center;
        }
    }

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

    }



}

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


    .news__ttl {
        width: 15%;

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

    .news__atcwrap {
        width: 85%;
    }

    .news__btn {
        margin: 2em 0 0 auto;
    }

    .news__atc {
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: dashed 1.5px #c5c5c5;

    }

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

    }



}