@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}


main {
    width: 100vw;
    background-color: #cccccc;
    color: #1d1d1d;
    font-family: "Hiragino Sans", 'source-han-sans-japanese', "hiragino-kaku-gothic-pron", "Meiryo", sans-serif;
    padding: 0 !important;
}

.en_font {
    font-family: "helvetica-neue-lt-pro", "almarai", 'source-han-sans-japanese', "Hiragino Sans", "hiragino-kaku-gothic-pron", "Meiryo", sans-serif;
    font-weight: 300;
    letter-spacing: 0.15rem;
}

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　ギャレリア各EC共通 ピックアップ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/

img {
    width: 100%;
}

a:hover {
    opacity: 1.0;
}

.pickup {
    width: 100%;
    font-weight: 300;
    font-style: normal;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.pickup-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
}

.pickup-header__en {
    font-family: "brandon-grotesque";
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 5.0rem;
    margin-bottom: 15px;
}

.chapter-header__ja {
    font-family: "tbudgothic-std";
    font-weight: 700;
    display: block;
    font-size: 1.3rem;
}

.brand_logo {
    width: 350px;
    margin: 0 auto 10px;
}

.brand_headline {
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin: 0 auto 75px;
}


.pickup_signboard {
    width: 1120px;
    text-align: center;
    margin: 0 auto 60px;
}

.pickup-sub-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
    text-align: center;
}

.pickup-sub-header__en {
    font-weight: 600;
    font-size: 3.0rem;
    margin: 120px auto 0px;
}

.scroll_box {
    margin-bottom: 240px;
}

.e_txt_01 {
    font-size: 14pt;
    font-family: "europa", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2.2pt;
    margin: 120px auto 90px;
}

/*スクロールダウン*/
.scrolldown2 {
    /*描画位置*/
    position: absolute;
    left: 50%;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -5px;
    /*丸の形状*/
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #383838;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 2.0s ease-in-out infinite,
        cirlemovehide 2.0s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 65px;
    }

    100% {
        bottom: -5px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 70px;
    background: #383838;
}

.concept {
    width: 900px;
    margin: 0 auto 240px;
    padding-top: 100px;
    background-color: #cccccc;
    position: relative;
}

.series_Introduction_01 {
    text-align: left;
    font-size: 17px;
    line-height: 38px;
    z-index: 1;
}


.product-img {
    position: relative;
    width: 100%;
    margin-bottom: 190px;
}

.product-img img {
    width: 100%;
    height: 90vh;
    display: block;
    object-fit: cover;
    object-position: 50% 60%;
}

.features {
    width: 100%;
    margin: 0 auto 300px;
    background-color: #cccccc;
    position: relative;
    z-index: 2;
}


.features_box_01 {
    width: 1000px;
    text-align: right;
    font-size: 72px;
    font-weight: 300;
    padding: 180px 50px 180px 0;
    margin: 0 auto 250px;
    border-right: 2px solid #1d1d1d;
}

.features_box_01 span {
    display: block;
    font-size: 20px;
    font-family: "Hiragino Sans", 'source-han-sans-japanese', "hiragino-kaku-gothic-pron", "Meiryo", sans-serif;
    margin-top: 25px;
}


.feature-menu {
    display: flex;
    width: 1000px;
    box-sizing: border-box;
    background-color: #cccccc;
    margin: 0 auto 180px;
}


.feature-menu li {
    display: flex;
    justify-content: center;
    width: calc(100% / 3);
    border-right: 2px solid #1d1d1d;
    font-size: 26px;
}

.feature-menu li:first-child {
    border-left: 2px solid #1d1d1d;
}


.cont_block_01 {
    display: block;
    text-align: left;
    width: 198px;
}

.cont_block_01::after {
    content: " 素材";
}


.cont_block_02 {
    display: block;
    width: 198px;
    font-weight: 300;
    text-align: left;
    font-size: 58px;
    margin-top: 10px;
}

.cont_block_03 {
    display: block;
    text-align: left;
    width: 198px;
}

.cont_block_03::after {
    content: " 機能";
}

.cont_block_04 {
    display: block;
    text-align: left;
    width: 198px;
}

.cont_block_04::after {
    content: " デザイン";
}


.material_box_01 {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 270px;

}

.material_box_02 {
    width: 420px;
}

.material_box_03 {
    width: 420px;
    display: flex;
    flex-direction: column;
    padding: 80px 0 0px;
}

.material_box_04 {
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    border-left: 2px solid #1d1d1d;
}

.material_box_04 p {
    display: block;
    width: 50px;
    font-size: 35px;
    writing-mode: vertical-rl;
    margin-top: 20px;
    margin-left: -10px;
}

.features_box_ttl {
    font-size: 31px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 35px;
}

.features_box_Introd {
    font-size: 14.5px;
    text-align: left;
    font-weight: 400;
    line-height: 1.7;
}

.material_box_05 {
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 180px 10px 0px;
}

.material_box_05 li {
    width: 165px;
}

.material_box_06 {
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 180px 10px 0px;
}

.material_box_06 li {
    width: 125px;
}

.material_box_06 p {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.7rem;
    font-weight: 500;
}

.products {
    width: 100vw;
    margin: 0 auto 280px;
    padding-top: 150px;
    background-color: #000000;
}

.product-img_02 {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.product-img_02 img {
    width: 100%;
    height: 90vh;
    display: block;
    object-fit: cover;
    object-position: 50% 60%;
}

.products_box_01 {
    width: 980px;
    color: #fff;
    text-align: right;
    font-size: 75px;
    padding: 180px 50px 200px 0;
    margin: 0 auto 250px;
    border-right: 2px solid #fff;
}

.products_box_01 p {
    font-family: "helvetica-neue-lt-pro", "almarai", 'source-han-sans-japanese', "Hiragino Sans", "hiragino-kaku-gothic-pron", "Meiryo", sans-serif !important;
    font-size: 20px;
    line-height: 3.7rem;
    margin-top: 30px;
}


.lineup_box_01 {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 23px 0;
    justify-content: space-between;
    margin: 0 auto 150px;
}

.lineup_box_01 li {
    width: calc(50% - 7.5px);
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.lineup_box_01 li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
}

.lineup_box_01 li span {
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.item_img_01 {
    margin-bottom: 15px;
    overflow: hidden;
}

.item_img_01 img {
    transition: transform .6s ease;
}

.item_img_01:hover img {
    transform: scale(1.2);
}




/* 動画 */
.youtube_box {
    width: 420px;
    aspect-ratio: 9 / 16;
    margin: 0 auto 220px;
}

.youtube_box iframe {
    width: 100%;
    height: 100%;
}


.pc_img {
    display: block !important;
}

.sp_img {
    display: none !important;
}




.pickup_wrapp {
    width: 840px;
    text-align: center;
    margin: 0px auto 100px;
}


.pickup_wrapp_atte {
    text-align: center;
    font-size: 2.0rem;
    margin-top: -75px;
    margin-bottom: 100px;
}

.pickup_brand_link {
    width: 270px;
    text-align: center;
    margin: 0px auto 120px;
}



/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
 
$$ ギャレリア各EC共通 ピックアップ Media Queries for smartphone
 
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {

    .pickup {
        width: 100%;
        font-weight: 300;
        font-style: normal;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: center;
    }

    .pickup-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 18vw;
        text-align: center;
    }

    .pickup-header__en {
        font-family: "brandon-grotesque";
        font-weight: 300;
        font-style: italic;
        display: block;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .chapter-header__ja {
        font-family: "tbudgothic-std";
        font-weight: 700;
        display: block;
        font-size: 1.1rem;
    }

    .brand_logo {
        width: 280px;
        margin: 0 auto 10px;
    }

    .brand_headline {
        font-size: 4.5vw;
        line-height: 2.5rem;
        margin: 0 auto 18vw;
        padding: 0 5%;
    }


    .pickup_signboard {
        width: 100%;
        text-align: center;
        margin: 0 auto 60px;
    }

    .pickup-sub-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px;
        text-align: center;
    }

    .pickup-sub-header__en {
        font-weight: 600;
        font-size: 2.0rem;
        margin: 60px auto 0px;
    }

    .scroll_box {
        margin-bottom: 55vw;
    }

    .e_txt_01 {
        font-size: 3vw;
        font-family: "europa", sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 2.2pt;
        margin: 15vw auto 23vw;
    }

    /*スクロールダウン*/
    .scrolldown2 {
        /*描画位置*/
        position: absolute;
        left: 50%;
    }

    /* 丸の描写 */
    .scrolldown2:before {
        content: "";
        /*描画位置*/
        position: absolute;
        bottom: 0;
        left: -4.5px;
        /*丸の形状*/
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #383838;
        /*丸の動き1.6秒かけて透過し、永遠にループ*/
        animation:
            circlemove 2.0s ease-in-out infinite,
            cirlemovehide 2.0s ease-out infinite;
    }

    /*下からの距離が変化して丸の全体が上から下に動く*/
    @keyframes circlemove {
        0% {
            bottom: 65px;
        }

        100% {
            bottom: -5px;
        }
    }

    /*上から下にかけて丸が透過→不透明→透過する*/
    @keyframes cirlemovehide {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1;
        }

        80% {
            opacity: 0.9;
        }

        100% {
            opacity: 0;
        }
    }

    /* 線の描写 */
    .scrolldown2:after {
        content: "";
        /*描画位置*/
        position: absolute;
        bottom: 0;
        left: 0;
        /*線の形状*/
        width: 1px;
        height: 70px;
        background: #383838;
    }

    .concept {
        width: 90%;
        margin: 0 auto 45vw;
        padding-top: 60px;
    }

    .series_Introduction_01 {
        text-align: center;
        font-size: 4vw;
        line-height: 8vw;
        margin-bottom: 4vw;
        z-index: 1;
    }


    .product-img {
        width: 100%;
        margin-bottom: 80px;
    }

    .product-img img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        object-position: 50% 60%;
    }

    .features {
        margin: 0 auto 30vw;
        background-color: #cccccc;
        position: relative;
        z-index: 2;
    }



    .features_box_01 {
        width: 75%;
        text-align: right;
        font-size: 10vw;
        font-weight: 300;
        padding: 22vw 5vw 18vw 0;
        margin: 0 auto 30vw;
        border-right: 1px solid #1d1d1d;
    }

    .features_box_01 span {
        display: block;
        font-size: 3.5vw;
        font-family: "Hiragino Sans", 'source-han-sans-japanese', "hiragino-kaku-gothic-pron", "Meiryo", sans-serif;
        margin-top: 15px;
    }


    .feature-menu {
        display: flex;
        width: 85%;
        box-sizing: border-box;
        background-color: #cccccc;
        margin: 0 auto 60px;
    }


    .feature-menu li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 3);
        border-right: 1px solid #1d1d1d;
        font-size: 3vw;
    }

    .feature-menu li:first-child {
        border-left: 1px solid #1d1d1d;
    }

    /* ▼ SP：<a>タグをflexコンテナにして縦並びを確保 */
    .feature-menu li a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 4vw;
        text-decoration: none;
        color: inherit;
        width: 100%;
    }

    .cont_block_01 {
        display: block;
        text-align: left;
        width: auto;
        font-size: 3vw;
    }

    .cont_block_01::after {
        content: " 素材";
    }


    .cont_block_02 {
        display: block;
        width: auto;
        font-weight: 300;
        text-align: left;
        font-size: 5vw;
        margin-top: 5px;
    }

    .cont_block_03 {
        display: block;
        text-align: left;
        width: auto;
        font-size: 3vw;
    }

    .cont_block_03::after {
        content: " 機能";
    }

    .cont_block_04 {
        display: block;
        text-align: left;
        width: auto;
        font-size: 3vw;
    }

    .cont_block_04::after {
        content: " デザイン";
    }


    /* .material_box_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto 270px;
 
}
 
.material_box_02 {
    width: 80%;
}
 
.material_box_03 {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 80px 0 0px;
}
 
.material_box_04 {
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    border-left: 2px solid #1d1d1d;
} */

    /* ▼ SP：material_box_01 をグリッドに変更 */
    .material_box_01 {
        display: grid;
        grid-template-columns: 1fr auto;
        /* 左:コンテンツ　右:04 */
        grid-template-rows: auto auto;
        /* 上:02　下:03 */
        width: 300px;
        margin: 0 auto 28vw;
    }

    .material_box_02 {
        grid-column: 1;
        /* 左列 */
        grid-row: 1;
        /* 1行目 */
        width: 260px;
        padding-right: 2vw;
        padding-top: 7vw;
    }

    .material_box_03 {
        grid-column: 1;
        /* 左列 */
        grid-row: 2;
        /* 2行目 */
        width: 260px;
        padding: 40px 2vw 0 0;
    }

    .material_box_04 {
        grid-column: 2;
        /* 右列 */
        grid-row: 1 / 3;
        /* 1〜2行目をまたいで配置 */
        width: 24px;
        font-size: 3.2vw;
    border-left: 1px solid #1d1d1d;
    }


    .material_box_04 p {
        display: block;
        width: 24px;
        font-size: 4.5vw;
        writing-mode: vertical-rl;
        margin-top: 13px;
        margin-left: -6px;
    }

    .features_box_ttl {
        font-size: 5.8vw;
        text-align: left;
        font-weight: 400;
        margin-bottom: 8vw;
    }

    .features_box_Introd {
        font-size: 3.5vw;
        text-align: left;
        font-weight: 400;
        line-height: 1.7;
    }

    .material_box_05 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20vw 1vw 7vw;
    }

    .material_box_05 li {
        width: 45%;
    }

    .material_box_06 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20vw 1vw 0vw;
    }

    .material_box_06 li {
        width: 45%;
        margin-bottom: 7vw;
    }

    .material_box_06 p {
        font-size: 3vw;
        margin-top: 3vw;
        line-height: 1.7rem;
        font-weight: 500;
    }

    .products {
        width: 100%;
        margin: 0 auto 40vw;
        padding-top: 45vw;
        background-color: #000000;
    }

    .product-img_02 {
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-top: 40vw;
        margin-bottom: 0px;
    }

    .product-img_02 img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        object-position: 50% 60%;
    }

    .products_box_01 {
        width: 75%;
        color: #fff;
        text-align: right;
        font-size: 10vw;
        font-weight: 200;
        padding: 22vw 5vw 18vw 0;
        margin: 0 auto 42vw;
        border-right: 1px solid #fff;
    }

    .products_box_01 p {
        font-family: "Helvetica Neue", "Almarai", 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        font-size: 3.2vw;
        font-weight: 100;
        line-height: 2.4rem;
        margin-top: 20px;
    }


    .lineup_box_01 {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        gap: 23px 0;
        justify-content: space-between;
        font-family: "Helvetica Neue", "Almarai", 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        margin: 0 auto 35vw;
    }

    .lineup_box_01 li {
        width: calc(50% - 5px);
        color: #fff;
        text-align: left;
        margin-bottom: 15px;
    }

    .lineup_box_01 li a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 4.2vw;
        line-height: 1.6;
        letter-spacing: -0.03em;
        font-weight: 300;
    }

    .lineup_box_01 li span {
        display: block;
        font-size: 3.2vw;
        font-weight: 300;
        letter-spacing: 0.05em;
    }

    .item_img_01 {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .item_img_01 img {
        transition: transform .6s ease;
    }

    .item_img_01:hover img {
        transform: scale(1.2);
    }


    /* 動画 */
    .youtube_box {
        width: 100%;
        max-width: 100% !important;
        aspect-ratio: 9 / 16;
        margin: 0 auto 13vw;
    }

    .youtube_box iframe {
        width: 100%;
        height: 100%;
    }



    .pc_img {
        display: none !important;
    }

    .sp_img {
        display: block !important;
    }

    .pickup_wrapp {
        width: 100%;
        text-align: center;
        margin: 13vw auto 0vw;
    }

    .pickup_wrapp_atte {
        text-align: center;
        font-size: 3vw;
        margin-top: 4vw;
        margin-bottom: 10vw;
    }

    .pickup_brand_link {
        width: 30%;
        text-align: center;
        margin: 13vw auto 15vw;
    }

}