/* タイトル */
.site-header {
    margin-bottom: 100px;
}

/* TOP */
.ec-layoutRole .ec-layoutRole__contents {
    max-width: none;
}

.ec-sliderRole {
    max-width: none;
    padding: 0;
}

/* セクションタイトル */
.ec-secHeading {
    text-align: center;
    margin: 80px 0 60px;
}

.ec-secHeading__en {
    display: block;
    font-family: "Times New Roman", "Noto Serif JP", serif;
    font-size: 30px !important;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #222;
}

.ec-secHeading__line {
    display: block;
    width: 30px !important;
    height: 3px !important;
    margin: 10px auto 10px !important;
    background-color: #4f6f52 !important;
}

.ec-secHeading__ja {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #222;
}

/* FV */
.slick-slide img {
    display: block;
}

/* おすすめ商品 */
.swiper-button-next.productBtn-right,
.swiper-button-prev.productBtn-left {
    display: none !important;
}

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

/* セクション間の間隔 */
.ec-role {
    margin: 100px auto;
}

/* 新入荷特集（アイキャッチ） */
.ec-eyecatchRole {
    flex-direction: row;
    gap: 50px;
}

.ec-eyecatchRole__image_box {
    height: 100%;
    margin: auto;
}

/* トピックリスト */
.ec-topicRole__list_box {
    display: flex;
    column-gap: 10px;
    row-gap: 30px;
    justify-content: space-evenly;
    max-width: 1200px;
    flex-wrap: wrap;
}

.ec-topicRole__list_item {
    max-width: 350px;
    width: 100%;
    margin: auto;
}

.ec-role .ec-topicRole__list_item img {
    object-fit: contain;
}

.ec-topicRole__listItemTitle {
    margin-top: 20px;
    font-weight: bold;
}

/* 新しいアイテム */
.newItemRoleBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 0 0 50px !important;
}

.ec-blockBtn--top-box {
    display: flex;
    justify-content: center;
}

.ec-role .ec-newItemRole__list img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.ec-blockBtn--top {
    width: 100%;
}

.ec-newItemRole .ec-newItemRole__listItem {
    width: 100%;
}

/* カテゴリー */
.ec-categoryRole .ec-categoryRole__list {
    flex-wrap: wrap !important;
}

.ec-categoryBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ec-categoryRole .ec-categoryRole__list {
    width: fit-content;
    margin: auto;
    justify-content: center;
    gap: 30px;
}

.ec-categoryRole .ec-categoryRole__listItem {
    width: 23%;
    max-width: 300px;

    border-radius: 50rem;
    aspect-ratio: 1/1;
    margin-right: 0 !important;
}

.ec-categoryRole .ec-role img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50rem;
}

.ec-cat-txt {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}


/* スマホサイズ */
@media(max-width:600px) {

    /* タイトル */
    .ec-secHeading__en {
        font-size: 36px;
    }

    .ec-secHeading__line {
        width: 48px;
        height: 3px;
        margin: 16px auto 14px;
    }

    .ec-secHeading__ja {
        font-size: 14px;
    }

    /* セクション間の間隔 */
    .ec-role {
        margin: 50px auto;
    }

    /* 新入荷特集（アイキャッチ） */
    .ec-eyecatchRole__image_box {
        max-width: 200px;
    }

    .ec-eyecatchRole {
        flex-direction: column-reverse;
    }

    /* 新しいアイテム */
    .ec-newItemRole__list .ec-newItemRole__listItem {
        width: 100%;
    }

    .ec-newItemRole__list {
        grid-template-columns: repeat(2, minmax(150px, 1fr));

    }

    /* カテゴリー */
    .ec-categoryRole .ec-categoryRole__listItem {
        width: 45%;
    }

    .ec-role {
        margin: 50px auto;
    }
}