@charset "UTF-8";

/*
ブレイクポイント
SP 〜519px
tab 520px ~ 959px (min-width:520px)
pc 960px~ (min-width:960px)
*/

/*======================
ローディング
======================*/
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 2s;
    background-color: var(--accent-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader {
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


/*======================
mv
======================*/
.mv {
    margin-bottom: var(--section-gutter);
}

.mv .mv_inner {
    width: 100%;
    height: 80vh;
    position: relative;
}

.mv .mv_inner .slide .item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.mv .mv_inner .mv_copy {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: var(--gutter-base);
    color: #fff;
    font-size: var(--size-xl);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 100;
    line-height: 1.75em;
}

.slide-animation {
    animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }

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

/*======================
about
======================*/
.about {
    margin-bottom: var(--section-gutter);
}

.about .about_text {
    padding: 0 var(--contents-side-gutter);
}

.about_img {
    position: relative;
    height: 80vh;
}

.about_img .about01 {
    width: 100%;
    max-width: 1200px;
    min-height: 300px;
    margin: 0 auto 0 0;
    padding-right: var(--contents-side-gutter);
}

.about_img .about01 img {
    min-height: 300px;
    object-fit: cover;
}

.about_img .about02 {
    position: absolute;
    width: 35%;
    max-width: 288px;
    left: 20%;
    top: 0;
}

.about_img .about03 {
    position: absolute;
    width: 35%;
    max-width: 439px;
    right: 0;
    top: 300px;
}

/*======================
concept
======================*/
.concept {
    margin-bottom: var(--section-gutter);
}

.concept .concept_text {
    text-align: right;
    padding: 0 var(--contents-side-gutter);
}

.concept .concept_text p {
    margin-bottom: calc(var(--gutter-base)*3);
}

.concept_img {
    position: relative;
    height: 80vh;
}

.concept_img .concept01 {
    width: 100%;
    max-width: 1200px;
    min-height: 300px;
    margin: 0 0 0 auto;
    padding-left: var(--contents-side-gutter);
}

.concept_img .concept01 img {
    min-height: 300px;
    object-fit: cover;
}

.concept_img .concept02 {
    position: absolute;
    width: 35%;
    max-width: 288px;
    left: 10%;
    top: 500px;
}

.concept_img .concept03 {
    position: absolute;
    width: 35%;
    max-width: 439px;
    right: 10%;
    top: 600px;
}

.concept_img .btn {
    margin: 0 0 0 auto;
}

/*======================
works
======================*/
.works {
    margin-bottom: var(--section-gutter);
}

.works .works_text {
    padding: 0 var(--contents-side-gutter);
}

.works .works_text p {
    margin-bottom: calc(var(--gutter-base)*3);
}

.works .btn {
    margin-bottom: calc(var(--gutter-base)*3);
}

.works .slider2 {
    display: flex;
    align-items: center;
}

.works .slider2 li {
    padding: 8px;
}

.works .slider2 .slick-slide:nth-child(odd) {
    width: 592px !important;
}

.works .slider2 .slick-slide:nth-child(even) {
    width: 440px !important;
}

.works .slider2 li img {
    object-fit: cover;
}

.works .slider2 .slick-track {
    display: flex;
    align-items: center;
}

/*======================
shop
======================*/
.shop {
    margin-bottom: var(--section-gutter);
    text-align: right;
}

.shop .shop_text {
    padding: 0 var(--contents-side-gutter);
}

.shop .shop_text p {
    margin-bottom: calc(var(--gutter-base)*3);
}

.shop .btn {
    margin: 0 0 calc(var(--gutter-base)*3) auto;
}

.shop .shop_img {
    padding: 0 var(--contents-side-gutter);
    max-width: 592px;
}

/*======================
contact
======================*/
.contact {
    margin-bottom: var(--section-gutter);
    padding: 0 var(--contents-side-gutter);
    text-align: center;
}

.contact .contact_inner {
    max-height: 350px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.contact .contact_inner img {
    transition: transform .6s ease;
    object-fit: cover;
}

.contact .contact_inner:hover img {
    transform: scale(1.1);
}

.contact .contact_inner .contact_text {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: var(--contents-side-gutter);
}

/* ===============ここからmin-width:520px=============== */
@media screen and (min-width:520px) {

    /*======================
    about
    ======================*/

    .about .about_text {
        margin-left: 10vw;
        padding: 0;
    }

    /*======================
    concept
    ======================*/
    .concept {
        margin-bottom: calc(var(--section-gutter-pc)*2);
    }

}

/* ===============ここまでmin-width:520px=============== */

/* ===============ここからmin-width:960px=============== */
@media screen and (min-width:960px) {

    /*======================
    mv
    ======================*/
    .mv {
        margin-bottom: var(--section-gutter-pc);
    }

    .mv .mv_inner {
        width: 80%;
        height: 100vh;
        position: relative;
        margin: 0 0 0 auto;
    }

    .mv .mv_inner .slide .item img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .mv .mv_inner .mv_copy {
        font-size: var(--size-xxl);
        padding: calc(var(--gutter-base)*3);
    }

    /*======================
    about
    ======================*/
    .about {
        margin-bottom: var(--section-gutter-pc);
    }

    .about_img {
        height: 100vh;
    }

    .about .about_text {
        padding: 0 var(--contents-side-gutter);
        margin-left: 60vw;
    }

    /*======================
    concept
    ======================*/
    .concept {
        margin-bottom: calc(var(--section-gutter-pc)*2);
    }

    .concept .concept_text {
        padding: 0 10%;
    }

    .concept_img {
        height: 100vh;
    }

    /*======================
    works
    ======================*/
    .works {
        margin-bottom: var(--section-gutter-pc);
    }

    .works .works_text {
        padding: 0 20%;
    }

    /*======================
    shop
    ======================*/
    .shop {
        margin-bottom: var(--section-gutter-pc);
    }

    .shop .shop_box {
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 80%;
        margin: 0 0 0 auto;
        padding: 0 10% 0 0;
    }

    .shop .shop_text {
        padding: 0;
        min-width: 230px;
    }

    .shop .shop_img {
        padding: 0;
    }

    /*======================
    contact
    ======================*/
    .contact {
        margin-bottom: var(--section-gutter-pc);
        padding: 0 10% 0 0;
        width: 80%;
        margin: 0 0 0 auto;
    }

    .contact .contact_inner {
        max-height: 300px;

    }

}

/* ===============ここまでmin-width:960px=============== */