@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

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

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

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

.kv {
    margin-top: 60px;
}

.kv__item {
    margin: 0 auto;
    position: relative;
}

.kv__img {
    width: 100%;

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

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

}

.kv__btn {
    max-width: 390px;
    width: calc((390/640)*100%);
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

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

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


.kv__scroll {
    position: absolute;
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1920)*100%);
    left: 5%;
    top: 90%;
    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: 60px;
    }

    .kv__item {
        width: 33.33%;
        margin: 0;
    }

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

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



}



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


    .kv__item {
        width: 33.33%;
    }

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

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




}


/*============================
   concept
============================*/
.concept {
    padding: 80px 0 60px;
    background: url(../images/concept_bg.png);
    color: #fff;
}

.conc__flex {
    margin-bottom: 30px;
}

.conc__flex::before {
    content: "";
    position: absolute;
    width: 106%;
    height: 50%;
    background: #000000;
    top: 80%;
    right: 0;
    transform: translate(0, -50%);

}

.conc__left {
    margin-bottom: 30px;
    position: relative;
}

.conc__ttl {
    line-height: 1.5;
    .txt{
        line-height: 1.5;
    }
    & img {
        max-width: 393px;
        width: 200px;
        margin-bottom: 1em;
        display: block;
    }

}

.conc__img01 {
    width: 105%;
    margin-right: -6%;
    position: relative;
}

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

.conc__txtwrap {
    margin-bottom: 20px;
}

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

    .conc__flex {
        margin-bottom: 60px;
    }

    .conc__flex::before {
        width: 75%;
        height: 120%;
        top: 0;
        right: 0;
        transform: none;

    }

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

    .conc__ttl {
        white-space: nowrap;

        & img {
            max-width: 393px;
            width: 200px;
            margin-bottom: 1em;
        }

    }

    .conc__img01 {
        width: 55%;
        margin-right: -5%;

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

    .conc__btm {
        display: block;
    }

    .conc__txtwrap {
        width: 65%;
        margin: -140px 0 0 auto;
    }
}

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

    .conc__flex {
        margin-bottom: 80px;
    }

    .conc__flex::before {
        width: 75%;
        height: 150%;
        top: 0;
        right: 0;

    }

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

    .conc__ttl {
        white-space: nowrap;
        position: relative;
        z-index: 9;

        & img {
            max-width: 393px;
            width: auto;
            margin: 0 auto 0 -10%;
        }

    }

    .conc__img01 {
        width: 55%;
        margin-right: -5%;

        & img {
            min-height: 450px;
        }
    }

    .conc__txtwrap {
        width: fit-content;
        max-width: 65%;
        margin: -230px 5% 0 auto;
    }

    .conc__txt {
        max-width: 600px;
    }
}

/*============================
   shop
============================*/
.shop__ttlwrap {
    padding: 60px 0;

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

    }

    &::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background: url(../images/shop_bd.png) repeat-x center center/cover;
        top: 0;
        left: 0;
    }
}

.shop__ttl {
    color: #fff;

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

.shop__main {
    padding: 30px 0 60px;
    background: linear-gradient(transparent 0, transparent 50%, #000000 50%, #000000 100%);
    left: 0;
    bottom: 0;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 95%;
        height: 51%;
        background: #000;
        top: 0;
        left: 0;
    }
}

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

.shop__logowrap {
    width: fit-content;
    margin: 0 auto 20px;
    display: block;
}

.shop__logo {
    transform: scale(.75);
}

.shop__ig {
    max-width: 20px;
    top: 80%;
    right: -30px;
    transform: translate(0, -50%);
}

.shop__box {
    padding: 20px 5%;
    background: #fff;
    margin-bottom: 60px;
}

.shop__li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

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

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

.shop__btn {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.shop__links {
    width: 95%;
}

.shop__link {
    color: #fff;
    display: block;
    position: relative;
    margin: 0 auto 30px;

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

    &:hover {
        color: #fff;
    }
}

.shop__caption {
    white-space: nowrap;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 2rem;
    color: #fff;
}

.shop__h3 {
    margin: 1em 0;
}

.shop__item:nth-child(2) {
    .shop__ttlwrap {

        &::before {
            background-image: url(../images/shop_bg02.jpg);
        }
    }

    .shop__main {
        background: linear-gradient(transparent 0, transparent 50%, #fff 50%, #fff 100%);

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

    .shop__box {
        background: #dee4e5;
    }

    .shop__link {
        color: #141414;
    }


}

.shop__item:nth-child(3) {
    .shop__ttlwrap {

        &::before {
            background-image: url(../images/shop_bg03.jpg);
        }
    }

    .shop__main {
        background: linear-gradient(transparent 0, transparent 50%, #fff 50%, #fff 100%);

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

    .shop__box {
        background: #dee4e5;
    }

    .shop__link {
        color: #141414;
    }
}

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

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

        }

        &::after {
            height: 5px;
        }
    }

    .shop__ttl {
        .txt {
            margin-bottom: 1em;
        }
    }

    .shop__main {
        padding: 30px 0 80px;
        background: linear-gradient(transparent 0, transparent 30%, #000000 30%, #000000 100%);

        &::before {
            width: 90%;
            height: 51%;
        }
    }

    .shop__flex {
        align-items: flex-end;
    }

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

    .shop__links {
        width: 70%;
    }

    .shop__logowrap {
        margin: 0 auto 20px;
    }

    .shop__logo {
        transform: scale(.75);
    }

    .shop__ig {
        max-width: 20px;
        top: 80%;
        right: -20px;
    }

    .shop__box {
        padding: 20px 5%;
        margin-bottom: 0;
    }

    .shop__li {
            margin-bottom: 1em;

    }

    .shop__th {
        width: 5em;
    }

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

    .shop__btn {
        max-width: 90%;
        left: 50%;
        top: 100%;
    }

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

    }

    .shop__img {
        & img {
            object-fit: cover;
            width: 100%;
            min-height: 160px;
        }
    }

    .shop__caption {
        top: 0;
        left: 0;
        font-size: 2rem;
    }

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

    .shop__item:nth-child(2) {

        .shop__main {
            background: linear-gradient(transparent 0, transparent 30%, #fff 30%, #fff 100%);
        }

    }

    .shop__item:nth-child(3) {
        .shop__main {
            background: linear-gradient(transparent 0, transparent 30%, #fff 30%, #fff 100%);
        }
    }

}

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

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

        }

        &::after {
            height: 10px;
        }
    }



    .shop__main {
        padding: 80px 0 80px;


        &::before {
            width: 90%;
            height: 51%;
        }
    }


    .shop__left {
        width: 25%;
    }

    .shop__links {
        width: 70%;
    }

    .shop__logowrap {
        margin: 0 auto 20px;
    }

    .shop__logo {
        transform: scale(1);
    }

    .shop__ig {
        max-width: 26px;
        top: 80%;
        right: -40px;
    }

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


    .shop__th {
        width: 5em;
    }

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

    .shop__btn {
        max-width: 90%;
    }

    .shop__link {
        width: 32%;
        max-width: 380px;

    }

    .shop__img {
        & img {
            min-height: 240px;
        }
    }

    .shop__caption {
        top: 0;
        left: 0;
        font-size: 3rem;
    }

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

    .shop__item:nth-child(2) {

        .shop__main {
            background: linear-gradient(transparent 0, transparent 40%, #fff 40%, #fff 100%);
        }

    }

    .shop__item:nth-child(3) {
        .shop__main {
            background: linear-gradient(transparent 0, transparent 40%, #fff 40%, #fff 100%);
        }
    }
}

/*============================
   business
============================*/
.business {
    padding: 60px 0;
    background: url(../images/service_bg.jpg) no-repeat center center/cover;
    color: #fff;
}

.busi__left {
    margin-bottom: 30px;
}

.busi__ttl {
    margin-bottom: 20px;
}

.busi__btn {
    background: none;
    color: #fff;
    border-color: #fff;
}

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

    .busi__left {
        margin-bottom: 0;
        width: 48%;
        display: flex;
    }

    .busi__img {
        width: 48%;
    }

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

}

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

    .busi__left {
        width: 48%;
        align-items: center;
    }

    .busi__img {
        width: 48%;
    }

    .busi__ttl {
        margin: 0 10% 0 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
    }

}


/*============================
   about
============================*/
.about {
    padding: 60px 0 80px;
    background: url(../images/about_bg.jpg);
}

.about__item {
    max-width: 696px;
    margin: 0 auto 30px;
    display: block;
    position: relative;
    background-color: #fff;

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

.about__img {
    & img {
        object-fit: cover;
        width: 100%;
        min-height: 220px;
    }
}

.about__ttl {
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    background: #0d0d0d;
    color: #fff;
    display: flex;
    padding: 1em;

    .font-en {
        margin-right: .5em;
        font-weight: 400;
    }
}

.about__txt {
    padding: 1em 5% 2em;
}

.about__arw {
    max-width: 100px;
    width: 60px;
    bottom: 1em;
    right: 5%;
    position: absolute;
}

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

    .about__item {
        width: 48%;
        margin: 0;

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

    .about__img {
        & img {
            object-fit: cover;
            width: 100%;
            min-height: 250px;
        }
    }

    .about__ttl {
        padding: 1em;

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

    .about__txt {
        padding: 1em 5% 2em;
    }

    .about__arw {
        width: 60px;
        bottom: 1em;
        right: 5%;
    }
}

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

    .about__item {
        width: 48%;
    }

    .about__img {
        & img {
            min-height: 400px;
        }
    }

    .about__ttl {
        padding: 1em;

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

    .about__txt {
        padding: 1em 5% 3em;
    }

    .about__arw {
        width: 100px;
        bottom: 1.5em;
        right: 5%;
    }
}