@charset "utf-8";
/*==========================
About Us
==========================*/
.topic__pc,
.aboutUs__img01,
.aboutUs__img02--pc {
    display: none;
}

.section--aboutUs {
    padding-top: 80px;
}

.aboutUs__img02space {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: flex-end;
}

.aboutUs__img02--sp {
    width: 62.9%;
    position: relative;
    right: 0; /* 768px までは右端に配置 */
    width: 62.668vw; /* 画面幅の 60% に設定*/
    max-width: 100vw; /* 画像が 100% より大きくならないように制限 */
    z-index: -1;
    padding-right: calc((100vw - 501px)* 0.50);
}

.topic__aboutUs {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    transform: translate(-35%, 50%);
    bottom: 0;
    left: 50%;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.mainCaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 63px;
}

.subTitle {
    text-align: center;
    font-size: clamp(1.962rem, 6.133vw, 3.066rem); /* 375px: 2.3rem */
    line-height: 1.52;
    letter-spacing: 0.2em;
}

.content {
    font-size: clamp(1.194rem, 3.733vw, 1.866rem); /* 375px: 1.4rem */
    line-height: 2.14;
    letter-spacing: 0.2em;
    padding: 20px 0 48px;
}


/* About Us pc */
@media screen and (min-width:769px) {
    .topic__aboutUs,
    .aboutUs__img02space {
        display: none;
    }

    .section--aboutUs {
        padding-top: 130px;
    }

    .aboutUs__img01__container {
        width: 83.4vw;
        max-width: 1330px;
        margin: 0 auto;
    }
    
    .aboutUs__img01 {
        display: block;
        width: 21.08%;
    }

    .mainCaption__container {
        padding-top: 90px;
        display: flex;
        width: 83.4vw;
        max-width: 1330px;
        margin: 0 auto;
        justify-content: flex-end;
    }

    .mainCaption {
        justify-content: center;
        padding-top: 0px;
        margin: 0 auto;
    }

    .subTitle {
        font-size: clamp(1.602rem, 2.083vw, 3.333rem); /* 375px: 3rem */;
    }

    .content {
        font-size: clamp(0.961rem, 1.25vw, 2rem); /* 375px: 1.8rem */;
        padding: 50px 0 0;
    }

    .mainCaption__container {
        position: relative;
        z-index: -1;
        display: flex;
        justify-content: flex-end;
    }

    .aboutUs__img02--pc {
        display: block;
        width: 48.97%;
        position: relative;
        z-index: -1;
    }

    .topic__pc {
        position: absolute;
        display: flex;
        justify-content: flex-end;
        transform: translate(-25%, 50%);
        bottom: 0;
        left: 50%;
    }

    .more__container--pc {
        display: flex;
        justify-content: flex-end;
        padding-right: 8.3%;
    }

    .more__container {
        padding-top: 95px;
    }
}/* pc 769px */

/*==========================
Gallery01, Brands&Artists
==========================*/
.gallery01 {
    display: flex;
    padding: 100px 4.8vw 0;
    flex-direction: column;
    background-image: url(../images/icon/gallery.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 100% auto;
    background-attachment: scroll;
}

.scroll-wrapper {
    width: 0;
    padding-bottom: 50px;
}

.image-scroll {
    object-fit: cover;
    object-position: 0 0;
    width: 100%;
    height: 100%;
}

.container_scroll-wrapper {
    display: flex;
    justify-content: flex-end;
}

/* Brands & Artists */
.sectionline__container {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 80px;
}

.sectionline{
    height: 1px;
    background-color: var(--primary-white, #FDFDFD);
    width: 0px;
    transition: width 1.5s ease-out;
}

.sectionline__container.active .sectionline {
    width: clamp(0px, 58.4vw, 400px);
}

.topic__brandsArtists {
    padding: 0 50% 90px;
    width: 100%;
}

.topic__items {
    width: 200px;
    margin-left: -100px;
    display: flex;
    padding-bottom: 10px;
}

.brandsArtists__item {
    padding-bottom: 90px;
}

.subTopic:first-of-type {
    display: flex;
    flex-direction: column;
}

.subTopic__items {
    width: 200px;
    margin-left: -100px;
    display: flex;
    padding-bottom: 10px;
    gap: 15px;
}

.subTopic__list {
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
}

.subTopic__title {
    font-family: "Cormorant Garamond";
    font-size: clamp(2.986rem, 9.333vw, 4.666rem); /* 375px: 3.5rem */
    letter-spacing: 0.1em;
}

.subTopic__line {
    height: 30px;
    background-color: var(--primary-white, #FDFDFD);
    width: 1px;
    margin: 10px 0 25px -62px;
}

.logo-kei {
    font-weight: 500;
    font-size: clamp(2.693rem, 11.666vw, 5rem);
    line-height: 1; /* 109.091% */
    letter-spacing: 0.2em;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: auto;
}


/* topics pc */
@media screen and (min-width:769px) {
    .gallery01 {
        padding: 150px 16vw 100px;
    }

    .container_scroll-wrapper {
        align-items: center;
    }

    .gallery01__img02 {
        width: clamp(127px, 39.9vw, 639px);
        position: relative;
    }

    .scroll-wrapper {
        padding-bottom: 0px;
    }

/* Brands & Artists */
    .sectionline__container {
        padding-bottom: 180px;
    }

    .sectionline__container.active .sectionline {
        width: clamp(0px, 36.2vw, 580px);
    }

    .topic__brandsArtists {
        padding: 0 50% 200px;
    }

    .topic__list {
        display: flex;
        justify-content: center;
        gap: 3.47vw;
    }

    .topic__items {
        width: unset;
        margin-left: 0;
        padding-bottom: unset;
    }

    .brandsArtists__item {
        padding-bottom: 180px;
    }

    .subTopic:first-of-type {
        display: unset;
    }

    .subTopic__list {
        padding-left: unset;
        padding-right: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .subTopic__items {
        width: 100%;
        margin-left: unset;
        display: flex;
        padding-bottom: unset;
        gap: unset;
        justify-content: center;
        align-items: center;
    }

    .subTopic__title {
        font-size: clamp(5.34rem, 6.944vw, 11.111rem); /* 375px: 10rem */
        display: flex;
        justify-content: flex-end;
        width: 22vw;
    }

    .subTopic__line {
        height: 1px;
        background-color: var(--primary-white, #FDFDFD);
        width: 6.945%;
        margin: unset;
    }

    .subTopic__logo {
        width: 22vw;
        display: flex;
        justify-content: flex-start;
    }

    .subTopic__logo__lekimono {
        width: 120%;
        max-width: unset;
    }

    .logo-kei {
        font-size: clamp(3.204rem, 4.166vw, 6.666rem); /* 375px: 6rem */
    }
}/* pc 769px */

/*==========================
Gallery02
==========================*/
.gallery02__container {
    display: flex;
    padding: 0 4.8vw 80px 4.8vw;
    flex-direction: column;
    background-image: url(../images/icon/gallery.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 100% auto;
    background-attachment: scroll;
}

.sectionline__container--gallery02 {
    padding-bottom: 150px;
}

.container_scroll-wrapper-02 {
    display: flex;
    justify-content: flex-end;
}
/*  */

/* .Gallery02 pc */
@media screen and (min-width:769px) {
    .sectionline__container--gallery02 {
        padding-bottom: 200px;
    }

    .gallery02__container {
        padding: 0px 16vw 200px;
    }

    .container_scroll-wrapper-02 {
        align-items: center;
    }

    .gallery02__img02 {
        width: clamp(127px, 39.9vw, 639px);
        position: relative;
    }
}/* pc 769px */