/************ 2020 PCサイトリニューアル ************/
.u-hidden {
    display: none !important;
}
#side_tab,
#side-wrapper {
    display: none;
}
#main.top_main {
     width: 100%;
}
#main .top_section {
    margin: 70px 0;
}
#main .top_section h2.section-title {
    text-align: center;
    position: relative;
    background-color: transparent;
    padding: 0;
    font-weight: normal;
    margin-bottom: 20px;
}
#main .top_section h2.section-title .message {
    background-color: #fff;
    padding: 0 18px;
    font-size: 18px;
    line-height: 20px;
    color: #555;
    font-weight: bold;
}
#main .top_section h2.section-title .sub-message {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 2px;
}
#main .top_section .curu-util-tab-content {
    padding-bottom: 10px;
}
.button.button--more {
    display: block;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-radius: 0;
    width: 120px;
    padding: 0;
    margin: 20px auto 0;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}
.button.button--more:hover {
    cursor: pointer;
}
.button.button--more .btn_txt {
    display: inline-block;
    vertical-align: baseline;
    line-height: 32px;
    font-size: 11px;
}
.button.button--more .angle {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #333;
    height: 0px;
    width: 0px;
    display: inline-block;
    line-height: 28px;
    vertical-align: baseline;
    margin-left: 4px;
    position: relative;
    top: 0.5px;
}
.button.button--more .angle.angle-down {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #333;
    top: 4px;
}
.product-box-list .product-box div.chirami {
    max-width: 128px;
}
@media screen and (min-width: 1200px) {
    #main .top_section {
        margin: 90px 0;
    }
    #main .top_section h2.section-title {
        margin-bottom: 40px;
    }
    #main .top_section h2.section-title .message {
        font-size: 26px;
        font-weight: normal;
    }
    #main .top_section h2.section-title .sub-message {
        padding-top: 4px;
    }
}


/* 特別な案内 */
#header-information {
    font-size: 14px;
    text-align: center;
    margin-bottom: 14px;
    text-decoration: underline;
}


/* メインスライダー */
#topslider-wrapper {
    width: 100%;
}
#topslider {
    width: 100vw;
    margin: 0 calc(-1 *((100vw - 990px) / 2));
    padding: 0 calc((100vw - 970px) / 2);
    overflow-x: hidden;
}
#topslider .slick-list {
    overflow: visible;
}
#topslider .slick-list li.slick-slide {
    overflow: visible;
    padding: 0 10px;
    box-sizing: border-box;
}
#topslider li img {
    width: 100%;
}
#topslider .slick-prev {
    left: calc((100vw - 975px) / 2);
}
#topslider .slick-next {
    right: calc((100vw - 975px) / 2);
}
#topslider .slick-prev::before,
#topslider .slick-next::before {
    font-family: 'curucuru-font2';
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
#topslider .slick-prev::before {
    content: '\e902';
}
#topslider .slick-next::before {
    content: '\e903';
}
#topslider .slick-dots {
    position: relative;
    bottom: 0;
}


/* 最近見た商品 */
.top_section.history-items .product-box-list {
    text-align: center;
}
.top_section.history-items .product-box {
    width: 10%;
    padding: 0 2px;
    margin-bottom: 0;
}
#main .top_section.history-items h2.section-title {
    margin-bottom: 20px;
}
#main .top_section.history-items h2.section-title .message {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (min-width: 1200px) {
    #main .top_section.history-items {
        margin: 90px -105px;
    }
}


/* 特集 */
.top_section.feature #feature-banner {
    font-size: 0;
}
.top_section.feature #feature-banner li {
    display: inline-block;
    width: 50%;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 20px;
}
.top_section.feature #feature-banner li a {
    color: #333;
    text-decoration: none;
}
.top_section.feature #feature-banner li img {
    width: 100%;
}


/* ピックアップ */
.top_section.pickup .banners {
    font-size: 0;
}
.top_section.pickup .banners li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 4px;
    margin: 0;
}
.top_section.pickup .banners li img {
    width: 100%;
}
.top_section.pickup .pickup-words {
    padding: 16px 240px 0;
    text-align: center;
}
.top_section.pickup .pickup-words li {
    display: inline-block;
    list-style: none;
    margin: 0px 2px 6px;
}
.top_section.pickup .pickup-words li a {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 13px;
    padding: 7px 12px 8px;
    height: 28px;
    font-size: 13px;
    line-height: 13px;
    color: #666;
    text-overflow: clip;
    overflow-x: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
    #main .top_section.pickup {
        margin: 90px -105px;
    }
}


/* 注目アイテム */
.top_section.items .product-box {
    padding: 8px;
}
.top_section.items .product-box.u-hidden {
    display: none;
}
@media screen and (min-width: 1200px) {
    #main .top_section.items {
        margin: 90px -105px;
    }
    .top_section.items .product-box {
        width: calc(100% / 6);
    }
    .top_section.items .product-box.u-hidden {
        display: inline-block !important;
    }
    .top_section.items .curu-util-tabs .curu-util-tab {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .top_section.items .curu-util-tab-content {
        padding-top: 30px;
    }
}


/* スタイリング */
.top_section.styling {
    margin-top: 50px;
    margin-bottom: 70px;
    padding: 0 60px;
}
.top_section.styling .curu-util-tab-content {
    padding-bottom: 0;
    padding-top: 12px;
}
.top_section.styling .curu-util-tab-content .coordinate-book {
    border-top: none;
    margin-bottom: 0;
}
.top_section.styling .curu-util-tab-content .coordinate-book .slick-prev {
    left: -40px;
}
.top_section.styling .curu-util-tab-content .coordinate-book .slick-next {
    right: -40px;
}
.top_section.styling .curu-util-tab-content .coordinate-book .slick-prev:before,
.top_section.styling .curu-util-tab-content .coordinate-book .slick-next:before {
    display: block;
    font-family: 'curucuru-font2';
    font-size: 40px !important;
    text-align: center;
    font-weight: bold;
}
.top_section.styling .curu-util-tab-content .coordinate-book .slick-prev:before {
    content: "\e902";
}
.top_section.styling .curu-util-tab-content .coordinate-book .slick-next:before {
    content: "\e903";
}
.top_section.styling .curu-util-tab-content .coordinate-book .coordinate-image-item {
    box-sizing: border-box;
    padding: 4px;
}
@media screen and (min-width: 1200px) {
    #main .top_section.styling {
        width: calc(100vw - 120px);
        margin: 90px calc(-1 *((100vw - 990px) / 2));
    }
    .top_section.styling .curu-util-tabs .curu-util-tab {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .top_section.styling .curu-util-tab-content {
        padding-top: 30px;
    }
}


/* ランキング */
.top_section.seller_item .ranking_tabs {
    font-size: 12px;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.top_section.seller_item .ranking_tabs::-webkit-scrollbar {
    display:none;
}
.top_section.seller_item .ranking_tabs .ranking_tab {
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    padding: 6px 3.5% 10px;
    border-bottom: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top_section.seller_item .ranking_tabs .ranking_tab:hover {
    cursor: pointer;
}
.top_section.seller_item .ranking_tabs .ranking_tab.selected {
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    position: relative;
}
.top_section.seller_item .ranking_tabs .ranking_tab.selected:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    border-bottom: 2px solid #fff;
}
.top_section.seller_item .ranking {
    box-sizing: border-box;
    padding-top: 8px;
}
.top_section.seller_item .product-box {
    box-sizing: border-box;
    padding: 8px;
    float: none;
    width: calc(50% / 3);
}
.top_section.seller_item .product-box.u-big {
    width: 25%;
}
.top_section.seller_item .product-box .box__inner-image {
    position: relative;
}
.top_section.seller_item .product-box .rank_mark {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 1;
}
.top_section.seller_item .product-box .rank_mark:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    border-top: 18px solid #fff;
    border-right: 18px solid transparent;
}
.top_section.seller_item .product-box .rank_mark.rank-1:before {
    border-left-color: #cdc562;
    border-top-color: #cdc562;
}
.top_section.seller_item .product-box .rank_mark.rank-2:before {
    border-left-color: #8f8f8f;
    border-top-color: #8f8f8f;
}
.top_section.seller_item .product-box .rank_mark.rank-3:before {
    border-left-color: #92897b;
    border-top-color: #92897b;
}
.top_section.seller_item .product-box .rank_mark .rank {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
.top_section.seller_item .product-box .rank_mark.rank-1 .rank,
.top_section.seller_item .product-box .rank_mark.rank-2 .rank,
.top_section.seller_item .product-box .rank_mark.rank-3 .rank {
    color: #fff;
}
@media screen and (min-width: 1200px) {
    #main .top_section.seller_item {
        margin: 90px -105px;
    }
}


/* 人気ブランド */
.top_section.favorite_brands #favorite_brands {
    font-size: 14px;
    padding: 0 8px 30px;
}
.top_section.favorite_brands #favorite_brands .brand-wrapper {
    margin-top: 26px;
    display: inline-block;
    width: 48%;
}
.top_section.favorite_brands #favorite_brands .brand-wrapper:nth-child(2n+1) {
    margin-right: 24px;
}
.top_section.favorite_brands #favorite_brands .brand-wrapper .brand-title {
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
}
.top_section.favorite_brands #favorite_brands .brand-wrapper .brand-title a {
    float: right;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
}
.top_section.favorite_brands #favorite_brands .items-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.top_section.favorite_brands #favorite_brands .items-wrapper .item-wrapper {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 24%;
    margin-left: 1.5%;
    margin-bottom: 1.5%;
    font-size: 0;
}
.top_section.favorite_brands #favorite_brands .items-wrapper .item-wrapper:nth-child(1) {
    width: 49%;
    margin-left: 0;
    margin-bottom: 0;
}
.top_section.favorite_brands #favorite_brands .items-wrapper .item-wrapper:nth-child(4),
.top_section.favorite_brands #favorite_brands .items-wrapper .item-wrapper:nth-child(5) {
    margin-bottom: 0;
}
.top_section.favorite_brands #favorite_brands .items-wrapper .item-wrapper a {
    display: inline-block;
}
.top_section.favorite_brands #favorite_brands .items-wrapper .item-wrapper img {
    width: 100%;
}
.top_section.favorite_brands #favorite_brands .button.button--more {
    margin-top: 40px;
}
@media screen and (min-width: 1200px) {
    #main .top_section.favorite_brands {
        margin: 90px -105px;
    }
}