.fs-l-main {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
}

.fs-l-pageMain {
    max-width: none !important;
    width: 100% !important;
}

/* top_cat_brands */
.top_cat_brands_box {
    padding: 25px 0 20px;
}

.top_cat_brands {
    display: flex;
    margin: 0 auto;
    max-width: 674px;
    padding: 0;
}

.top_cat_brands_item.angelus {
    margin-left: 116px;
}

.top_cat_brands_item.coupe {
    margin-left: 105px;
}

.top_cat_brands_item a {
    display: block;
}

.top_cat_brands_item_img {
    width: 145px;
}

.top_cat_brands_item.fint .top_cat_brands_item_title {
    margin: 16px auto 0;
    width: 67px;
}

.top_cat_brands_item.angelus .top_cat_brands_item_title {
    margin: 11px auto 0;
    width: 140px;
}

.top_cat_brands_item.coupe .top_cat_brands_item_title {
    margin: 20px auto 0;
    width: 160px;
}

.top_cat_brands_item .top_cat_brands_item_title img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .top_cat_brands_box {
        padding: 15px 0 10px;
    }

    .top_cat_brands {
        justify-content: center;
        max-width: 315px;
        padding: 0;
    }

    .top_cat_brands_item.fint {
        margin-left: 8px;
    }

    .top_cat_brands_item.angelus {
        margin-left: 32px;
    }

    .top_cat_brands_item.coupe {
        margin-left: 22px;
    }

    .top_cat_brands_item_img {
        margin: 0 auto;
        max-width: 80px;
    }

    .top_cat_brands_item.fint .top_cat_brands_item_title {
        margin: 17px auto 0;
        width: 37px;
    }

    .top_cat_brands_item.fint .top_cat_brands_item_title {
        margin: 17px auto 0;
        width: 37px;
    }

    .top_cat_brands_item.angelus .top_cat_brands_item_title {
        margin: 14px auto 0;
        width: 80px;
    }

    .top_cat_brands_item.coupe .top_cat_brands_item_title {
        margin: 18px auto 0;
        width: 100px;
    }
}

/* top_mv_lists */
.top_mv_lists .fs-pt-carousel__slide {
    display: block;
    padding: 0 10px;
}

.top_mv_lists .slick-dots {
    bottom: -40px;
}

.top_mv_lists.fs-c-slick .slick-dots li + li {
    margin-left: 12px;
}

.top_mv_lists.fs-c-slick .slick-dots li button:before {
    color: #000;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    line-height: 1.3;
    width: 10px;
}

.top_mv_lists.fs-c-slick .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1;
}

.top_mv_lists .slick-slide:not(.slick-active) {
    opacity: 0.3;
}

.top_mv_lists.fs-c-slick .slick-slide img {
    width: 100%;
}

/* スライドショー新バージョン用 */
.top_mv_lists2 .fs-pt-carousel__slide {
    padding: inherit;
    display: inline;
}

.top_mv_lists2.fs-c-slick .slick-slide img {
    width: inherit;
}

.top_mv_lists2.fs-c-slick.fs-pt-carousel--fitImage .slick-slide img {
    width: 100%;
}
/*  */

@media screen and (max-width: 767px) {
    .top_mv_lists .slick-initialized .slick-slide {
        padding: 0 5px;
        width: calc(100vw - 70px);
    }

    .top_mv_lists .slick-dots {
        bottom: -35px;
    }

    .top_mv_lists.fs-c-slick .slick-dots li + li {
        margin-left: 6px;
    }

    .top_mv_lists.fs-c-slick .slick-dots li button:before {
        color: #000;
        font-size: 5px;
        height: 5px;
        line-height: 5px;
        width: 5px;
    }

    /* スライドショー新バージョン用 */
    .top_mv_lists2 .slick-initialized .slick-slide {
        padding: inherit;
        width: auto;
    }
    /*  */
}

/* top_category */
.top_category {
    margin-top: 90px;
}

.top_common_title {
    color: #4b463a;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.06em;
    margin: 0;
    text-align: center;
}

.top_category_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    max-width: 866px;
    padding: 0;
}

.top_category_lists_item {
    border: 1px #afad9f solid;
    border-radius: 2px;
    margin-left: 22px;
    position: relative;
    width: 200px;
}

.top_category_lists_item:nth-child(4n + 1) {
    margin-left: 0;
}

.top_category_lists_item:nth-child(n + 5) {
    margin-top: 22px;
}

.top_category_lists_item a {
    align-items: center;
    display: flex;
    padding-left: 15px;
}

.top_category_lists_item_name {
    color: #837960;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    position: relative;
    text-align: center;
    width: calc(100% - 90px);
}

.top_category_lists_item.parent .top_category_lists_item_name::before {
    background-image: url(../img/top/top_category_lists_item_child_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    bottom: -19px;
    content: '';
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 9px;
}

.top_category_lists_item_img {
    width: 90px;
}

.top_category_lists_item_img img {
    width: 100%;
}

.top_category_lists_item_children_box {
    display: none;
    left: 0;
    padding-top: 5px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.top_category_lists_item_children {
    background-color: #afad9f;
    border-radius: 3px;
    margin: 0;
    padding: 18px 25px 20px;
    width: 100%;
}

.top_category_lists_item_children_item {
    border-bottom: 0.3px #e1e0d7 solid;
}

.top_category_lists_item_children_item a {
    color: #fff;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 8px 0 6px;
    text-align: center;
}

.top_category_lists_item_children_item:first-child a {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .top_category {
        margin-top: 50px;
    }

    .top_common_title {
        font-size: 25px;
    }

    .top_category_lists {
        margin: 30px auto 0;
    }

    .top_category_lists_item {
        margin-left: 11px;
        width: calc(25% - 9px);
    }

    .top_category_lists_item:nth-child(4n + 1) {
        margin-left: 0;
    }

    .top_category_lists_item:nth-child(n + 5) {
        margin-top: 9px;
    }

    .top_category_lists_item a {
        flex-direction: column-reverse;
        padding-bottom: 7px;
        padding-left: 0;
    }

    .top_category_lists_item.parent a {
        padding-bottom: 5px;
    }

    .top_category_lists_item_name {
        font-size: 9px;
        width: 100%;
    }

    .top_category_lists_item.parent .top_category_lists_item_name {
        padding-bottom: 7px;
    }

    .top_category_lists_item.parent .top_category_lists_item_name::before {
        background-image: url(../img/top/top_category_lists_item_child_arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 6px 3px;
        bottom: 0;
        content: '';
        height: 3px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 6px;
    }

    .top_category_lists_item_img {
        width: 100%;
    }

    .top_category_lists_item.parent > a {
        pointer-events: none;
    }

    .top_category_lists_item_children {
        padding: 12px 10px 10px;
    }

    .top_category_lists_item_children_item a {
        font-size: 10px;
        padding: 5px 0;
    }

    .top_category_lists_item_children_item:first-child a {
        padding-top: 0;
    }
}

/* top_news */
.top_news {
    margin-top: 80px;
}

.top_news_lists {
    margin: 40px auto 0;
    max-width: 770px;
    padding: 0;
}

.top_news_lists li + li {
    margin-top: 40px;
}

.top_news_lists a {
    display: flex;
}

.top_news_lists_item_date {
    color: #1b2e5d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 0;
}

.top_news_lists_item_title {
    color: #837960;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 0;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .top_news {
        margin-top: 50px;
    }

    .top_news_lists {
        margin: 30px auto 0;
    }

    .top_news_lists li + li {
        margin-top: 26px;
    }

    .top_news_lists a {
        display: block;
    }

    .top_news_lists_item_date {
        font-size: 13px;
    }

    .top_news_lists_item_title {
        font-size: 13px;
        margin: 5px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* top_item */
.top_item {
    margin-top: 100px;
}

.top_item_text {
    color: #afad9f;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 20px 0 0;
    text-align: center;
}

.top_item .fs-c-productListCarousel__list__item .fs-c-productImage a {
    position: relative;
    z-index: 1;
}

.top_item .fs-c-productListCarousel__list__item .fs-c-productImage a::before {
    background-image: url(../img/top/product_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 45px;
    left: 9px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 45px;
}

.top_item.browsing_history
    .fs-c-productListCarousel__list__item
    .fs-c-productImage
    a::before {
    content: none;
}

.top_more {
    align-items: center;
    border: 1px #afad9f solid;
    display: flex;
    height: 55px;
    justify-content: center;
    margin: 60px auto 0;
    width: 410px;
}

.top_more span {
    color: #afad9f;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.3;
    position: relative;
    text-align: center;
}

.top_more span::after {
    background-image: url(../img/top/top_more_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 7px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
}

@media screen and (max-width: 767px) {
    .top_item {
        margin-top: 70px;
    }

    .top_item_text {
        font-size: 14px;
    }

    .top_item
        .fs-c-productListCarousel__list__item
        .fs-c-productImage
        a::before {
        height: 35px;
        left: 5px;
        width: 35px;
    }

    .top_more {
        height: 50px;
        margin: 30px auto 0;
        width: 270px;
    }

    .top_more span {
        font-size: 12px;
    }
}

/* top_styling */
.top_styling {
    margin-top: 80px;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}

.top_styling::before {
    background: #f7f5f0;
    content: '';
    height: 449px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top_styling_text {
    color: #afad9f;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 20px 0 0;
    text-align: center;
}

.top_styling .top_styling_slide #__sbspafint {
    margin-top: 40px;
}

.top_styling .top_styling_slide #__sbspafint .slick-slider {
    margin: 0 auto;
    max-width: 1016px;
    padding: 0;
}

.top_styling .top_styling_slide #__sbspafint .splide__arrows {
    display: none;
}

.top_styling .top_styling_slide #__sbspafint .splide__slide.slick-slide > div {
    padding: 0 15px;
}

.top_styling .top_styling_slide #__sbspafint .slick-prev {
    background-image: url(../img/top/top_styling_slide_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    height: 25px;
    left: -25px;
    width: 14px;
    z-index: 1;
}

.top_styling .top_styling_slide #__sbspafint .slick-prev:hover,
.top_styling .top_styling_slide #__sbspafint .slick-prev:focus {
    background-image: url(../img/top/top_styling_slide_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    opacity: 1;
}

.top_styling .top_styling_slide #__sbspafint .slick-next {
    background-image: url(../img/top/top_styling_slide_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    height: 25px;
    right: -25px;
    width: 14px;
    z-index: 1;
}

.top_styling .top_styling_slide #__sbspafint .slick-next:hover,
.top_styling .top_styling_slide #__sbspafint .slick-next:focus {
    background-image: url(../img/top/top_styling_slide_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    opacity: 1;
}

.top_styling .top_styling_slide #__sbspafint .slick-prev:before {
    display: none;
}

.top_styling .top_styling_slide #__sbspafint .slick-next:before {
    display: none;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-new-icon {
    display: none;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-title {
    color: #1b2e5d;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-top: 15px;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-staff-info-wrap {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-icon-content {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-icon-content a {
    display: block;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-info-content {
    margin-left: 10px;
    width: calc(100% - 50px);
}

.top_styling .top_styling_slide #__sbspafint .sbspa-shop-name a {
    color: #837960;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-staff-name a {
    color: #837960;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.top_styling .top_styling_slide #__sbspafint .sbspa-item-staff-info {
    display: none;
}

.top_styling .top_styling_slide #__sbspafint .top_more {
    margin-top: 40px;
}

.top_styling
    .top_styling_slide
    .sbspa-post-content
    .sbspa-related-links
    .swiper
    .swiper-button-prev[data-v-3aec91b7] {
    margin-top: -45px;
    outline: none;
    z-index: auto;
}

.top_styling
    .top_styling_slide
    .sbspa-post-content
    .sbspa-related-links
    .swiper
    .swiper-button-next[data-v-3aec91b7] {
    margin-top: -45px;
    outline: none;
    z-index: auto;
}

@media screen and (max-width: 767px) {
    .top_styling {
        margin-top: 50px;
        padding-top: 10.6666666666667vw;
    }

    .top_styling::before {
        height: 54.9333333333333vw;
    }

    .top_styling_text {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .top_styling .top_styling_slide #__sbspafint {
        margin-top: 30px;
    }

    .top_styling .top_styling_slide #__sbspafint .splide__slide.slick-slide {
        margin: 0 5px;
    }

    .top_styling
        .top_styling_slide
        #__sbspafint
        .splide__slide.slick-slide
        > div {
        padding: 0;
    }

    .top_styling .top_styling_slide #__sbspafint .slick-prev {
        background-size: 8px 15px;
        height: 15px;
        left: 13px;
        top: 20vw;
        width: 8px;
    }

    .top_styling .top_styling_slide #__sbspafint .slick-prev:hover,
    .top_styling .top_styling_slide #__sbspafint .slick-prev:focus {
        background-size: 8px 15px;
    }

    .top_styling .top_styling_slide #__sbspafint .slick-next {
        background-size: 8px 15px;
        height: 15px;
        right: 13px;
        top: 20vw;
        width: 8px;
    }

    .top_styling .top_styling_slide #__sbspafint .slick-next:hover,
    .top_styling .top_styling_slide #__sbspafint .slick-next:focus {
        background-size: 8px 15px;
    }

    .top_styling .top_styling_slide #__sbspafint .sbspa-title {
        font-size: 10px;
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_styling .top_styling_slide #__sbspafint .sbspa-staff-info-wrap {
        margin-top: 8px;
    }

    .top_styling .top_styling_slide #__sbspafint .sbspa-icon-content {
        width: 20px;
    }

    .top_styling .top_styling_slide #__sbspafint .sbspa-info-content {
        margin-left: 5px;
        width: calc(100% - 25px);
    }

    .top_styling .top_styling_slide #__sbspafint .sbspa-shop-name a {
        display: block;
        font-size: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .top_styling .top_styling_slide #__sbspafint .sbspa-staff-name a {
        display: block;
        font-size: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .top_styling .top_styling_slide #__sbspafint .top_more {
        margin-top: 28px;
    }

    .top_styling
        .top_styling_slide
        .sbspa-post-content
        .sbspa-related-links
        .swiper
        .swiper-button-prev[data-v-3aec91b7] {
        margin-top: -5.7vw;
    }

    .top_styling
        .top_styling_slide
        .sbspa-post-content
        .sbspa-related-links
        .swiper
        .swiper-button-next[data-v-3aec91b7] {
        margin-top: -5.7vw;
    }
}

/* top_ranking */
.top_ranking {
    margin-top: 80px;
}

.top_ranking_text {
    color: #afad9f;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 20px 0 0;
    text-align: center;
}

.top_ranking_switch {
    align-items: center;
    border-bottom: 1px #837960 solid;
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
    padding: 0;
}

.top_ranking_switch_item {
    cursor: pointer;
    display: flex;
    height: 65px;
    justify-content: center;
    margin-left: 30px;
    opacity: 0.3;
    transition: 0.3s;
    width: 302px;
}

.top_ranking_switch_item.active {
    opacity: 1;
}

.top_ranking_switch_item:hover {
    opacity: 1;
}

.top_ranking_switch_item:nth-child(3n + 1) {
    margin-left: 0;
}

.top_ranking_switch_item.all {
    background-color: #afad9f;
    padding: 18px 0 0 0;
}

.top_ranking_switch_item.fint {
    background-color: #998675;
    padding: 18px 0 0 0;
}

.top_ranking_switch_item.angelus {
    background-color: #4b4e67;
    padding: 17px 0 0 0;
}

.top_ranking_switch_item.coupe {
    background-color: #4d4d4d;
    padding: 23px 0 0 0;
}

.top_ranking_switch_item.all .top_ranking_switch_item_img {
    width: 42px;
}

.top_ranking_switch_item.fint .top_ranking_switch_item_img {
    width: 80px;
}

.top_ranking_switch_item.angelus .top_ranking_switch_item_img {
    width: 150px;
}

.top_ranking_switch_item.coupe .top_ranking_switch_item_img {
    width: 200px;
}

.top_ranking_lists {
    height: 0;
    overflow: hidden;
}

.top_ranking_lists.active {
    height: auto;
    margin-top: 30px;
}

.top_ranking_lists .ranking {
    display: flex;
    grid-gap: 0;
    margin: 0;
    padding: 0;
}

.top_ranking_lists .rank_img {
    border: none;
    margin: 0;
}

.top_ranking_lists .fs-c-productListCarousel__list__item {
    display: block !important;
    margin: 0 0 0 23px;
    padding-top: 35px;
    position: relative;
    width: calc(16.666666666666667% - 20px);
}

.top_ranking_lists .fs-c-productListCarousel__list__item:first-child {
    margin-left: 0;
}

.fs-c-productListCarousel__list__item::before {
    border-radius: 0;
    height: 28px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 68px;
}

.top_ranking_lists .fs-c-productListCarousel__list__item.ranking1::before {
    background: inherit;
    background-color: inherit;
    background-image: url(../img/top/top_ranking_lists_item_rank1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.top_ranking_lists .fs-c-productListCarousel__list__item.ranking2::before {
    background: inherit;
    background-color: inherit;
    background-image: url(../img/top/top_ranking_lists_item_rank2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.top_ranking_lists .fs-c-productListCarousel__list__item.ranking3::before {
    background-color: inherit;
    background-image: url(../img/top/top_ranking_lists_item_rank3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.top_ranking_lists .fs-c-productListCarousel__list__item.ranking4::before {
    background-color: inherit;
    background-image: url(../img/top/top_ranking_lists_item_rank4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.top_ranking_lists .fs-c-productListCarousel__list__item.ranking5::before {
    background-color: inherit;
    background-image: url(../img/top/top_ranking_lists_item_rank5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.top_ranking_lists .fs-c-productListCarousel__list__item.ranking6::before {
    background-color: inherit;
    background-image: url(../img/top/top_ranking_lists_item_rank6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.top_ranking_lists .rank_name {
    margin: 10px 0 0;
}

.top_ranking_lists .rank_name a {
    color: #837960;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_ranking_lists .rank_price {
    color: #837960;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 8px 0 0;
    text-align: left;
}

.fs-body-custom .top_ranking .top_ranking_lists {
    height: auto;
    overflow: initial;
}

.top_ranking_lists .fs-c-productListCarousel__list__item {
    margin: 0 0 0 23px;
    padding-top: 35px;
    position: relative;
    width: calc(16.666666666666667% - 20px);
}

.top_ranking_lists .fs-c-productListCarousel__list__item:first-child {
    margin-left: 0;
}

.top_ranking_lists .fs-c-productListCarousel__list__item::before {
    border-radius: 0;
    height: 28px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 68px;
}

.top_ranking_lists .fs-c-productListCarousel__list__item:nth-child(n + 9) {
    display: initial;
}

.top_ranking_lists .fs-c-productName__name {
    margin: 10px 0 0;
}

.top_ranking_lists .fs-c-productName__name a {
    color: #837960;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_ranking_lists .fs-c-productPrice__main__price.fs-c-price {
    color: #837960;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 8px 0 0;
    text-align: left;
}

.top_ranking_lists .fs-c-productPrice__main {
    color: #837960;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-align: left;
}

.top_ranking_lists .fs-c-productMarks {
    display: none;
}

.top_ranking_lists .color_patch {
    display: none;
}

@media screen and (max-width: 767px) {
    .top_ranking {
        margin-top: 60px;
    }

    .top_ranking_text {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .top_ranking_switch {
        margin: 30px 0 0;
        padding: 0 20px;
    }

    .top_ranking_switch_item {
        height: 30px;
        margin-left: 0;
    }

    .top_ranking_switch_item + .top_ranking_switch_item {
        margin-left: 10px;
    }

    .top_ranking_switch_item.all {
        padding: 13px 0 0 0;
    }

    .top_ranking_switch_item.fint {
        background-color: #998675;
        padding: 7px 0 0 0;
    }

    .top_ranking_switch_item.angelus {
        padding: 8px 0 0 0;
    }

    .top_ranking_switch_item.coupe {
        padding: 3px 0 0 0;
    }

    .top_ranking_switch_item.fint .top_ranking_switch_item_img {
        width: 47px;
    }

    .top_ranking_switch_item.angelus .top_ranking_switch_item_img {
        width: 70px;
    }

    .top_ranking_switch_item.coupe .top_ranking_switch_item_img {
        width: 80px;
    }

    .top_ranking_lists .fs-c-productListCarousel {
        margin: 0;
    }

    .top_ranking_lists .ranking {
        display: flex;
        grid-gap: 0;
        margin: 0;
        padding: 0;
    }

    .top_ranking_lists .slick-prev {
        background: none;
        background-image: url(../img/top/top_styling_slide_prev.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 15px;
        height: 15px;
        left: 13px;
        top: 24.5vw;
        width: 8px;
        z-index: 1;
    }

    .top_ranking_lists .slick-prev::before {
        content: none;
    }

    .top_ranking_lists .slick-prev:hover,
    .top_ranking_lists .slick-prev:focus {
        background-size: 8px 15px;
    }

    .top_ranking_lists .slick-next {
        background: none;
        background-image: url(../img/top/top_styling_slide_next.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 15px;
        height: 15px;
        right: 13px;
        top: 24.5vw;
        width: 8px;
        z-index: 1;
    }

    .top_ranking_lists .slick-next::before {
        content: none;
    }

    .top_ranking_lists .slick-next:hover,
    .top_ranking_lists .slick-next:focus {
        background-size: 8px 15px;
    }

    .top_ranking_lists .rank_img {
        border: none;
        margin: 0;
    }

    .top_ranking_lists .fs-c-productListCarousel__list__item {
        margin: 0 5px;
        padding-top: 35px;
        width: auto;
    }

    .top_ranking_lists .fs-c-productListCarousel__list__item:first-child {
        margin-left: 5px;
    }

    .fs-c-productListCarousel__list__item::before {
        border-radius: 0;
        height: 28px;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 68px;
    }

    .top_ranking_lists .fs-c-productListItem__productName {
        margin: 10px 0 0;
    }

    .top_ranking_lists .fs-c-productListItem__productName a {
        color: #837960;
        display: block;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.03em;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_ranking_lists .rank_price {
        color: #837960;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 1.3;
        margin: 8px 0 0;
        text-align: left;
    }
}

/* top_live */
.top_live {
    margin-top: 90px;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}

.top_live::before {
    background: #f7f5f0;
    content: '';
    height: 338px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top_live.movie::before {
    content: none;
}

.top_live_text {
    color: #afad9f;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 20px 0 0;
    text-align: center;
}

.top_live .top_live_lists {
    margin: 40px 0 0;
    padding: 0;
}

.top_live .top_live_lists .ecbn-selection-snap {
    display: flex !important;
    flex-wrap: wrap !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
}

.top_live .top_live_lists .ecbn-selection-snap .ecbn-selection-item {
    margin: 0 0 0 34px !important;
    padding: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: calc(25% - 26px) !important;
}

.top_live
    .top_live_lists
    .ecbn-selection-snap
    .ecbn-selection-item:nth-child(4n + 1) {
    margin-left: 0 !important;
}

.top_live
    .top_live_lists
    .ecbn-selection-snap
    .ecbn-selection-item:nth-child(n + 5) {
    margin-top: 20px !important;
}

.top_live .top_live_lists .ecbn-selection-snap .ecbn-selection-item a::before {
    background-image: url(../img/top/top_live_lists_movie.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: '' !important;
    height: 65px !important;
    left: 50% !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 65px !important;
    z-index: 1;
}

.top_live
    .top_live_lists
    .ecbn-selection-snap
    .ecbn-selection-item
    a
    .ecbn-video-icon {
    display: none !important;
}

.top_live .top_live_lists .ecbn-selection-snap .ecbn-selection-free-comment {
    color: #837960 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    letter-spacing: 0.03em !important;
    line-height: 1.3 !important;
    margin: 10px 0 0 !important;
    overflow: hidden;
    text-align: left !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecbn-selection-header {
    display: none;
}

.ecbn-selection-header2 {
    display: none;
}

.ecbn-selection-footer {
    display: none;
}

.ecbn-selection-footer2 {
    display: none;
}

.ecbn-selection-image-loading-more {
    display: none;
}

@media screen and (max-width: 767px) {
    .top_live {
        margin-top: 70px;
        padding-top: 40px;
    }

    .top_live::before {
        height: 62.4vw;
    }

    .top_live_text {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .top_live .top_live_lists {
        margin: 30px 0 0;
    }

    .top_live .top_live_lists .ecbn-selection-snap .ecbn-selection-item {
        margin: 0 0 0 13px !important;
        /* width: calc(50% - 7px)!important; */
        width: calc(33.33% - 9px) !important;
    }

    /*
    .top_live .top_live_lists .ecbn-selection-snap .ecbn-selection-item:nth-child(4n + 1) {
      margin-left: 13px!important;
    }
  
    .top_live .top_live_lists .ecbn-selection-snap .ecbn-selection-item:nth-child(n + 5) {
      margin-top: 25px!important;
    }
    */

    .top_live
        .top_live_lists
        .ecbn-selection-snap
        .ecbn-selection-item:nth-child(:first-child) {
        margin-left: 0 !important;
    }

    .top_live
        .top_live_lists
        .ecbn-selection-snap
        .ecbn-selection-item:nth-child(2n + 1) {
        /* margin-left: 0!important; */
    }

    .top_live
        .top_live_lists
        .ecbn-selection-snap
        .ecbn-selection-item:nth-child(n + 3) {
        /* margin-top: 25px!important; */
    }

    .top_live
        .top_live_lists
        .ecbn-selection-snap
        .ecbn-selection-item
        a::before {
        height: 42px !important;
        width: 42px !important;
    }

    .top_live
        .top_live_lists
        .ecbn-selection-snap
        .ecbn-selection-free-comment {
        color: #837960 !important;
        font-size: 10px !important;
        font-weight: normal !important;
        letter-spacing: 0.03em !important;
        line-height: 1.3 !important;
        margin: 10px 0 0 !important;
        max-height: none !important;
        overflow: hidden;
        text-align: left !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_live
        .top_live_lists
        .vsm-tile
        .ecbn-selection-item
        .ecbn-selection-detail--free-comment {
        max-height: none !important;
    }

    .top_live
        .top_live_lists
        .ecbn-selection-item
        .ecbn-selection-detail--free-comment
        .ecbn-selection-free-comment:after {
        content: none !important;
    }
}

/* top_topic */
.top_topic {
    margin-top: 80px;
}

.top_topic_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
    padding: 0;
}

.top_topic_lists .fs-pt-column__item {
    display: block;
    margin: 0 15px;
    padding: 0;
    width: 334px;
}

.fs-pt-column__image img {
    width: 100%;
}

.fs-pt-column__heading {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 10px 0 0;
}

.fs-pt-column__description {
    color: #837960;
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 10px 0 0;
}

.top_topic_lists .slick-prev {
    background-image: url(../img/top/top_styling_slide_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    height: 25px;
    left: -29px;
    top: 176px;
    width: 14px;
    z-index: 1;
}

.top_topic_lists .slick-prev::before {
    content: none;
}

.top_topic_lists .slick-prev:hover,
.top_topic_lists .slick-prev:focus {
    background-image: url(../img/top/top_styling_slide_prev.png);
    background-size: 14px 25px;
}

.top_topic_lists .slick-next {
    background-image: url(../img/top/top_styling_slide_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    height: 25px;
    right: -29px;
    top: 176px;
    width: 14px;
    z-index: 1;
}

.top_topic_lists .slick-next::before {
    content: none;
}

.top_topic_lists .slick-next:hover,
.top_topic_lists .slick-next:focus {
    background-image: url(../img/top/top_styling_slide_next.png);
    background-size: 14px 25px;
}

@media screen and (max-width: 767px) {
    .top_topic {
        margin-top: 60px;
    }

    .top_topic_lists {
        margin: 30px 0 0;
    }

    .top_topic_lists .fs-pt-column__item {
        margin: 0 5px;
        padding: 0;
        width: auto;
    }

    .top_topic_lists .fs-pt-column__item:nth-child(3n + 1) {
        margin-left: 5px;
    }

    .fs-pt-column__heading {
        color: #bdbdbd;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.3;
        margin: 10px 0 0;
    }

    .fs-pt-column__description {
        color: #837960;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.03em;
        line-height: 1.3;
        margin: 10px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_topic_lists .slick-prev {
        background-image: url(../img/top/top_styling_slide_prev.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 15px;
        height: 15px;
        left: 13px;
        top: 24.5vw;
        width: 8px;
        z-index: 1;
    }

    .top_topic_lists .slick-prev::before {
        content: none;
    }

    .top_topic_lists .slick-prev:hover,
    .top_topic_lists .slick-prev:focus {
        background-image: url(../img/top/top_styling_slide_prev.png);
        background-size: 8px 15px;
    }

    .top_topic_lists .slick-next {
        background-image: url(../img/top/top_styling_slide_next.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 15px;
        height: 15px;
        right: 13px;
        top: 24.5vw;
        width: 8px;
        z-index: 1;
    }

    .top_topic_lists .slick-next::before {
        content: none;
    }

    .top_topic_lists .slick-next:hover,
    .top_topic_lists .slick-next:focus {
        background-image: url(../img/top/top_styling_slide_next.png);
        background-size: 8px 15px;
    }
}

/* top_brand_mv */
.top_brand_mv {
    margin-bottom: 20px;
}

/* top_column_category */
.fs-l-pageMain.fint .top_item_text {
    color: #eb5e00;
}

.fs-l-pageMain.fint .top_ranking_text {
    color: #eb5e00;
}

.fs-l-pageMain.fint .top_item {
    margin-top: 44px;
}

.fs-l-pageMain.angelus .top_item_text {
    color: #4b4e67;
}

.fs-l-pageMain.angelus .top_ranking_text {
    color: #4b4e67;
}

.fs-l-pageMain.angelus .top_item {
    margin-top: 44px;
}

.fs-l-pageMain.coupe .top_item_text {
    color: #4d4d4d;
}

.fs-l-pageMain.coupe .top_ranking_text {
    color: #4d4d4d;
}

.fs-l-pageMain.coupe .top_item {
    margin-top: 44px;
}

.top_column_category {
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto 0;
    max-width: 906px;
    padding: 0 20px;
}

.top_column_category + .top_column_category {
    margin-top: 26px;
}

.top_column_category .fs-pt-column__item {
    display: block;
    margin-left: 12px;
    padding: 0;
    width: calc(50% - 6px);
}

.top_column_category .fs-pt-column__item:nth-child(2n + 1) {
    margin-left: 0;
}

.top_column_category .fs-pt-column__item:nth-child(n + 3) {
    margin-top: 26px;
}

/* top_brand_concept */
.top_brand_concept {
    margin: 90px auto 0;
    max-width: 1040px;
    padding: 0 20px;
}

.top_brand_concept_img {
    display: block;
}

.top_brand_concept_img img {
    width: 100%;
}

.top_ranking_lists.brand {
    height: auto;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .top_brand_mv {
        margin-bottom: 10px;
    }

    .top_column_category {
        margin-top: 36px;
    }

    .top_brand_concept {
        margin-top: 60px;
    }

    .top_column_category .fs-pt-column__item:nth-child(n + 3) {
        margin-top: 20px;
    }

    .top_column_category + .top_column_category {
        margin-top: 20px;
    }
}

/* -------------------------------------- */
/* 20231222追加コード ↓ここから */
/* -------------------------------------- */
/* top_brand_mv */
.top_brand_mv {
    display: flex;
}

.top_brand_mv > * {
    aspect-ratio: 5 / 6;
    width: 100%;
}

.top_brand_mv .slick-prev::before,
.top_brand_mv .slick-next::before {
    cursor: pointer;
    font-family: 'fs-icon';
    color: white;
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
}

.top_brand_mv .slick-prev::before {
    content: '\e90b';
}

.top_brand_mv .slick-next::before {
    content: '\e90c';
}

.top_brand_mv .slick-prev,
.top_brand_mv .slick-next {
    position: absolute;
    z-index: 9999;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    background: rgba(30, 30, 30, 0.3);
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.top_brand_mv .slick-prev {
    left: 0;
}

.top_brand_mv .slick-next {
    right: 0;
}

.top_brand_mv > * {
    width: 100%;
}

.top_brand_mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc_display .top_bland_img .clac3_1 {
    position: relative;
    aspect-ratio: 5 / 6;
    height: auto;
}

.pc_display .top_bland_img .clac3_1::before {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .top_brand_mv {
        height: auto;
    }
    .top_brand_mv > * {
        width: inherit;
    }

    .sp_display .top_bland_img .clac3_1 {
        height: calc(60vh / 3);
        position: relative;
    }
    .sp_display .top_bland_img .clac3_1::before {
        height: 100%;
    }
}
/* -------------------------------------- */
/* 20231222追加コード ↑ここまで */
/* -------------------------------------- */