body {
    background: #a08260;
    margin: 0;
}

img {
    vertical-align: top;
    width: 100%;
}

a {
    text-decoration: none;
}

.sp {
    display: none !important;
}


/* kv */

.pc-lp-over {
    position: relative;
}

.lp-wrapper {
    width: 40%;
    margin-right: 0;
    margin-left: auto;
    background: #937451;
    transition: all 1s;
    margin-top: -100vh;
}


/* pc-lp-left */
.pc-lp-left {
    width: 60%;
    /* position: fixed; */
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    background: #937451;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
}


.left-photo1, .left-photo2 {
    text-align: center;
}

.left-photo1 img {
    height: 150px;
    width: auto;
}

/* .left-photo2 img {
    height: 40px;
    width: auto;
} */

.left-text1 {
    margin-top: 30px;
    text-align: center;
}

.left-text1 p {
    color: #dec4a7;
    line-height: 1.8;
    font-size: 15px;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: .12em;
}

.left-card-wrapper {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-card {
    width: 22%;
}

.left-card-photo1 {
    box-shadow: rgba(52, 31, 9, 0.17) 0px -23px 25px 0px inset, rgba(52, 31, 9, 0.15) 0px -36px 30px 0px inset, rgba(52, 31, 9, 0.1) 0px -79px 40px 0px inset, rgba(52, 39, 9, 0.06) 0px 2px 1px, rgba(52, 39, 9, 0.09) 0px 4px 2px, rgba(52, 39, 9, 0.09) 0px 8px 4px, rgba(52, 39, 9, 0.09) 0px 16px 8px, rgba(52, 39, 9, 0.09) 0px 32px 16px;
}

.left-card5, .left-card6, .left-card7, .left-card8 {
    margin-top: 20px;
}

/* card */

#card {
    margin-top: 80px;
    position: relative;
}

.card-title {
    width: 50%;
    margin: 0 auto;
}

.card-over {
    justify-content: space-between;
    position: sticky;
    top: 50px;
    z-index: 0;
}

.card-wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-wrapper a {
    width: 23%;
}

.card {
    /* width: 23%; */
}

.card5, .card6, .card7, .card8 {
    margin-top: 15px;
}

.chart {
    width: 90%;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
    z-index: 1;
}

/* concept */

#concept {
    margin-top: 50px;
    background-image: url(../img/concept-bg.webp);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 92% 12%;
    background-attachment: fixed;
    overflow: hidden;
}

.concept-wrapper1 {
    display: flex;
}

.concept-photo1 {
    width: 50%;
}

.concept-photo2 {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.concept-photo2 img {
    width: 25%;
    margin: 0 auto;
}

.concept-wrapper2 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    position: relative;
}

.concept-photo3 {
    width: 40%;
    padding-top: 80px;
}

.concept-photo3 img {
    width: 80%;
}

.concept-photo4 {
    position: absolute;
    bottom: -40%;
    width: 30%;
    left: 25%;
}

.concept-photo5 {
    width: 40%;
}

.concept-photo6 {
    width: 80%;
    margin-top: 250px;
}

/* collection */
#collection {
    margin-top: 50px;
}

.collection-over1, .collection-over3, .collection-over5, .collection-over7 {
    width: 90%;
    border-radius: 0% 100px 0% 0%;
    padding: 100px 0 80px;
}

.collection-over2, .collection-over4, .collection-over6 {
    width: 90%;
    border-radius: 100px 0% 0% 0%;
    padding: 100px 0 80px;
    margin-right: 0;
    margin-left: auto;
}

.collection-over8 {
    width: 90%;
    border-radius: 100px 0% 0% 0%;
    padding: 100px 0 80px;
    margin-right: 0;
    margin-left: auto;
}

.collection-over:not(.collection-over1) {
    margin-top: 30px;
}

.collection-over1 {
    background: #a68668;
}

.collection-over2 {
    background: #956044;
}

.collection-over3 {
    background: #664931;
}

.collection-over4 {
    background: #908262;
}

.collection-over5 {
    background: #5e4f3e;
}

.collection-over6 {
    background: #8b4336;
}

.collection-over7 {
    background: #8c774a;
}

.collection-over8 {
    background: #463234;
}

.collection-title1 {
    width: 80%;
}

.collection-photo {
    margin-top: 50px;
}

/* .collection-content {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
} */

.collection-content {
    width: 90%;
    margin-left: 10%;
    margin-top: 50px;
}

/* .collection-content-photo1 img {
    height: 45px;
    width: auto;
} */

.collection-over1 .collection-content-photo1 {
    width: 66%;
}

.collection-over2 .collection-content-photo1 {
    width: 50%;
}

.collection-over3 .collection-content-photo1 {
    width: 62%;
}

.collection-over4 .collection-content-photo1 {
    width: 63%;
}

.collection-over5 .collection-content-photo1 {
    width: 59%;
}

.collection-over6 .collection-content-photo1 {
    width: 67%;
}

.collection-over7 .collection-content-photo1 {
    width: 55%;
}

.collection-over8 .collection-content-photo1 {
    width: 45%;
}

.collection-content-photo2 {
    width: 95%;
    margin-top: 30px;
}

.collection-content-text {
    width: 80%;
    margin-top: 30px;
}

/* collection-tag */
.collection-tag-wrapper {
    position: relative;
    padding-top: 50px;
    margin-top: 20px;
}

.collection-tag1 {
    width: 40%;
    position: absolute;
    top: 0;
    left: 10%;
}

.collection-tag2 {
    width: 80%;
    margin: 0 auto;
}

/* .collection-voice */
.collection-voice {
    position: relative;
    padding: 20px 0px;
}

.collection-voice1 {
    width: 20%;
    position: absolute;
}

.collection-over8 .collection-voice1 {
    left: -25px;
}

.collection-voice2 {
    width: 60%;
    margin-left: 15%;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.collection-voice3 {
    width: 60%;
    margin-right: 10%;
    margin-left: auto;
    margin-top: 10px;
}

.collection-voice4 {
    width: 60%;
    margin-left: 15%;
    margin-top: 10px;
    position: relative;
    z-index: 10;
}

/* collection-product */
.collection-product-over {
    margin-top: 80px;
}

.collection-product {
    position: relative;
    display: flex;
    padding: 7%;
}

.collection-product-photo2 img {
    height: 120px;
}

.collection-product1 .matrix {
    width: 100%;
}

.collection-product2 {
    /* margin-top: 25px; */
    margin-top: 10%;
}

.collection-product-photo1, .collection-product-photo4 {
    position: absolute;
    height: 130%;
    left: 5%;
    top: -10%;
}

.collection-product-photo1 img, .collection-product-photo4 img {
    height: 100%;
    width: auto;
}


.collection-product-photo2 {
    margin-right: auto;
    margin-left: 50%;
}

.collection-product-photo5 {
    margin-right: auto;
    margin-left: 52%;
    width: 46%;
}


.collection-product-photo2 img {
    width: auto;
}

.collection-product-photo3 {
    width: 75%;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 100px;
    text-align: center;
    padding: 30px 0px;
}

.collection-product-photo3 span {
    font-size: 20px;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .08em;
}

.collection-over1 .collection-product-photo3 {
    border: solid 1px #caac8a;
    background: #90704b;
}

.collection-over1 .collection-product-photo3 span {
    color: #f0d9bd;
}

.collection-over2 .collection-product-photo3 {
    border: solid 1px #ad7c62;
    background: #864d2e;
}

.collection-over2 .collection-product-photo3 span {
    color: #eed8b1;
}

.collection-over3 .collection-product-photo3 {
    border: solid 1px #8c7059;
    background: #53381f;
}

.collection-over3 .collection-product-photo3 span {
    color: #debd99;
}

.collection-over4 .collection-product-photo3 {
    border: solid 1px #c6b58d;
    background: #aa9872;
}

.collection-over4 .collection-product-photo3 span {
    color: #f7e7c2;
}

.collection-over5 .collection-product-photo3 {
    border: solid 1px #8e7d69;
    background: #463929;
}

.collection-over5 .collection-product-photo3 span {
    color: #d0bdaa;
}

.collection-over6 .collection-product-photo3 {
    border: solid 1px #e2be9b;
    background: #7f3b2d;
}

.collection-over6 .collection-product-photo3 span {
    color: #e2be9b;
}

.collection-over7 .collection-product-photo3 {
    border: solid 1px #a18b5d;
    background: #493d19;
}

.collection-over7 .collection-product-photo3 span {
    color: #d8c398;
}

.collection-over8 .collection-product-photo3 {
    border: solid 1px #b99e95;
    background: #6c4341;
}

.collection-over8 .collection-product-photo3 span {
    color: #eddfd1;
}



.collection-over1 .collection-product {
    border-top: solid .5px #f0d9bd;
    border-bottom: solid .5px #f0d9bd;
}

.collection-over2 .collection-product {
    border-top: solid .5px #eed8b1;
    border-bottom: solid .5px #eed8b1;
}

.collection-over3 .collection-product {
    border-top: solid .5px #c6a683;
    border-bottom: solid .5px #c6a683;
}

.collection-over4 .collection-product {
    border-top: solid .5px #e5d1a4;
    border-bottom: solid .5px #e5d1a4;
}

.collection-over5 .collection-product {
    border-top: solid .5px #c2b09d;
    border-bottom: solid .5px #c2b09d;
}

.collection-over6 .collection-product {
    border-top: solid .5px #e2be9b;
    border-bottom: solid .5px #e2be9b;
}

.collection-over7 .collection-product {
    border-top: solid .5px #d8c398;
    border-bottom: solid .5px #d8c398;
}

.collection-over8 .collection-product {
    border-top: solid .5px #eddfd1;
    border-bottom: solid .5px #eddfd1;
}

.last-logo {
    width: 50px;
    margin: 0 auto;
    display: flex;
    height: min-content;
    margin-top: 50px;
}


/* .logo {
    width: 50px;
    margin: 0 auto;
    margin-top: 50px;
} */


.matrix .bg-wrap,
.matrix .bg-wrap .inn {
    display: block;
}

.matrix .bg-wrap {
    overflow: hidden;
    opacity: 0;
}

.matrix .bg-wrap+.bg-wrap {
    margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
    font-size: 36px;
    font-weight: bold;
}

.matrix .bg-wrap .inn.small {
    font-size: 15px;
}

.matrix .bg-wrap .inn {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
    opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

@keyframes mask-bg {
    0% {
        transform: translate(0, 101%)
    }

    40%, 60% {
        transform: translate(0, 0%)
    }

    100% {
        transform: translate(0, -100%)
    }
}


.blur {
    transition: all 1s;
    filter: blur(10px);
}

.blur.is-animated {
    filter: blur(0);
}


.lp-wrapper.is-animated1, .pc-lp-left.is-animated1 {
    background: #866a4f;
}

.lp-wrapper.is-animated2, .pc-lp-left.is-animated2 {
    background-color: #854c2e;
}

.lp-wrapper.is-animated3, .pc-lp-left.is-animated3 {
    background-color: #56391f;
}

.lp-wrapper.is-animated4, .pc-lp-left.is-animated4 {
    background-color: #a9956a;
}

.lp-wrapper.is-animated5, .pc-lp-left.is-animated5 {
    background-color: #473928;
}

.lp-wrapper.is-animated6, .pc-lp-left.is-animated6 {
    background-color: #793326;
}

.lp-wrapper.is-animated7, .pc-lp-left.is-animated7 {
    background-color: #4b3f19;
}

.lp-wrapper.is-animated8, .pc-lp-left.is-animated8 {
    background-color: #6b403d;
}

.is-animated_chart {
    background: #614e37;
}

/*js-animation*/

.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}

.js-animation.is-animated {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.collection-over {
    overflow: hidden;
}

.scale {
    transform: scale(1.1);
    /* filter: blur(5px); */
    transition: all 1s;
}

.scale.is-animated {
    transform: scale(1);
    /* filter: blur(0); */
}


.signature {
    padding: 50px 0px 15px;
    background: #553c28;
}

.signature-text1 {
    text-align: center;
}

.signature-text1 span {
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #caac8a;
    font-size: 48px;
}

.signature-text2 {
    text-align: center;
    margin-top: 25px;
}

.signature-text2 span {
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    color: #caac8a;
    font-style: normal;
    font-size: 12px;
}

.signature-link1 {
    text-align: center;
    margin-top: 20px;
}

.signature-link1 img {
    height: 42px;
    width: auto;
}

.signature-link2 {
    width: 20%;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 100px;
    text-align: center;
    padding: 25px 0px;
}

.signature-link2 span {
    font-size: 18px;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .08em;
    color: #dec3a5;
}

.signature-link2 {
    border: solid 1px #dec3a5;
    background: #664931;
}

.js-animation.right-animation {
    transform: translateX(100px);
}

.js-animation.is-animated.right-animation {
    transform: translateX(0);
}

.js-animation.left-animation {
    transform: translateX(-100px);
}

.js-animation.is-animated.left-animation {
    transform: translateX(0);
}


@media screen and (max-width: 1200px) {
    .pc-lp-left {
        display: none;
    }

    .lp-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .collection-tag2 {
        width: 90%;
    }

    .collection-voice2 {
        width: 70%;
    }

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

    .collection-voice4 {
        width: 70%;
        margin-left: 8%;
    }

    .collection-product-photo3 {
        width: 80%;
        padding: 35px 0px;
    }

    /* .collection-over1 .collection-product {
        background: #967651;
    }

    .collection-over2 .collection-product, .collection-over2 .collection-product-photo3 {
        background: #925737;
    }

    .collection-over3 .collection-product, .collection-over3 .collection-product-photo3 {
        background: #79583a;
    }

    .collection-over4 .collection-product {
        background: #8b784f;
    }

    .collection-over5 .collection-product {
        background: #5a4832;
    }

    .collection-over6 .collection-product {
        background: #6e2d1f;
    }

    .collection-over7 .collection-product {
        background: #605127;
    }

    .collection-over8 .collection-product {
        background: #764a48;
    } */


    .signature-link2 {
        width: 60%;
        padding: 30px 0px;
    }

    .signature-text2 {
        margin-top: 40px;
    }

    .signature {
        padding: 70px 0px 15px;
        background: #6b403d;
    }
}

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


    .collection-over8 .collection-voice1 {
        left: -20px;
    }

    .collection-over8 .collection-voice1 {
        width: 25%;
    }


    #card {
        margin-top: 30px;
    }

    .card-title {
        width: 65%;
    }

    .card-wrapper {
        width: 95%;
        margin-top: 30px;
    }

    .chart {
        width: 95%;
        margin-top: 80px;
        display: block;
    }

    #concept {
        background-size: 100%;
        background-position: -137% 22%;
        background-repeat: repeat;
    }

    .concept-wrapper2 {
        margin-top: 50px;
    }

    .concept-photo2 {
        width: 48%;
    }

    .concept-photo2 img {
        width: 30%;
    }

    .concept-photo3 {
        width: 50%;
        padding-top: 120px;
    }

    .concept-photo5 {
        width: 50%;
    }

    .concept-photo4 {
        bottom: -60%;
        width: 45%;
    }

    .concept-photo6 {
        width: 90%;
        margin-top: 250px;
    }

    .collection-over1, .collection-over3, .collection-over5, .collection-over7 {
        width: 95%;
        padding: 50px 0 30px;
    }

    .collection-over2, .collection-over4, .collection-over6, .collection-over8 {
        width: 95%;
        padding: 50px 0 30px;
    }

    .collection-title1 {
        width: 85%;
    }

    .collection-photo {
        margin-top: 25px;
    }

    .collection-over:not(.collection-over1) {
        margin-top: 100px;
    }

    .collection-over1 .collection-content-photo1 {
        width: 80%;
    }

    .collection-over2 .collection-content-photo1 {
        width: 60%;
    }

    .collection-over3 .collection-content-photo1 {
        width: 68%;
    }

    .collection-over4 .collection-content-photo1 {
        width: 70%;
    }

    .collection-over5 .collection-content-photo1 {
        width: 70%;
    }

    .collection-over6 .collection-content-photo1 {
        width: 75%;
    }

    .collection-over7 .collection-content-photo1 {
        width: 62%;
    }

    .collection-over8 .collection-content-photo1 {
        width: 65%;
    }

    .collection-over8 {
        width: 95%;
    }

    .collection-content-text {
        width: 90%;
    }

    .collection-content {
        width: 90%;
        margin-left: 8%;
    }

    .collection-tag-wrapper {
        padding-top: 30px;
        margin-top: 0;
    }

    .collection-tag2 {
        width: 98%;
    }

    .collection-voice2 {
        width: 80%;
        margin-left: 10%;
    }

    .collection-voice3 {
        width: 80%;
        margin-right: 3%;
    }

    .collection-voice4 {
        width: 75%;
    }

    .collection-product-photo1, .collection-product-photo4 {
        height: 85%;
        left: 0;
        top: -45%;
        right: 0;
        margin: auto;
        width: max-content;
    }

    .collection-product-photo2 {
        margin: unset;
    }

    .collection-product-photo3 {
        width: 85%;
        padding: 25px 0px;
        margin-top: 30px;
    }

    .collection-product-photo3 span {
        font-size: 16px;
    }

    .collection-product-over {
        margin-top: 100px;
    }

    .collection-product-photo2 img {
        height: 85px;
        margin: 0 auto;
        margin-top: 80px;
        padding-left: 0;
    }

    .collection-product {
        padding: 7% 0;
    }

    .signature {
        padding: 60px 0px 15px;
    }

    .signature-text1 span {
        font-size: 34px;
    }

    .signature-link1 img {
        height: 35px;
    }

    .signature-link2 {
        width: 75%;
        padding: 15px 0px;
        margin-top: 25px;
        border: solid 1px #8b6b52;
    }

    .signature-link2 span {
        font-size: 14px;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }


}