@charset "UTF-8";

/*==============================================
 共通 ここから
================================================*/

/* フェードイン用アニメーション */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* 変数指定 */
:root {
    --margin-bottom: min(4cqw, 1.5rem);
    --margin-bottom-min: min(2cqw, .8rem);
    --gap: min(3.6cqw, 1.6rem);
    
    --active-color: #0072ff;
    --aside-width: 22%;
    --aside-max-width: 350px;
}

.c_6687 * {
    box-sizing: border-box;
}

/* パンくず削除 */
#pankuzu {
    display: none;
}

.c_6687 img {
  width: 100%;
  height: auto;
  display: block;
}
.header-info-red {
    display: none !important;
}
.c_6687 a {
    display: block;
}
.c_6687 a:hover {
    color: #222 !important;
}
.c_6687 a:hover p{
    color: #222;
}
.c_6687 a.link-none:hover {
    opacity: 1;
    color: #222 !important;
}
article#contents {
    padding-bottom: 0 !important;
}

/* フッター */
footer  {
    position: relative;
    z-index: 1000;
}
footer .bottom {
    margin-top: 0;
    padding: 20px 0;
}

/* 価格プロリセット */
.buy_price>ul .price.sale+.intax,.buy_price>ul .intax {
    display: none !important;
}
.spesicalprice {
    display: none !important;
}
.c_6687 .buy_price>ol, .buy_price>ul {
    margin: 0;
}

.emozi {
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}

/*==============================================
 共通 ここまで
================================================*/

/* カテゴリベースリセット */
.c_6687.category_base {
    padding: 0 !important;
    margin: 0;

    /* コンテナクエリを指定 */
    container-type: inline-size;  /* または size */
}
.c_6687.category_base .featured_category {
    margin: 0;
}

/* ランキングリセット */
.category_base .ranking ul {
    padding: 23px 0 10px;
}
.category_base .ranking ul li dl {
    width: auto;
}
.--category-ranking .item-list-parent li {
    min-width: min(46cqw, 220px);
    padding: min(2cqw, 10px);
    margin-top: 0 !important;
    aspect-ratio: auto !important;
}
.--category-ranking .item-list-parent li:after {
    top: -29px !important;
}
.--category-ranking .item-list-parent li:nth-child(n+4):after {
    top: -22px !important;
}
/* ホバー時に黒くなるのを防止 */
.c_6687.category_base .item-list-datail dt {
    background-color: #FFF;
}

/* 売れ筋ランキング見出し装飾 */
.--category-ranking > h2 {
    font-size: 5vw;
    padding-left: 10px;
    border-bottom: 3px dashed #000;
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    width: 91%;
    margin: 0 auto;
    display: block;
}
.--category-ranking {
    position: relative;
    margin: 0;
}
.--category-ranking::after {
    content: "";
    position: absolute;
    top: 3vw;
    left: 5vw;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #fffdc2;
    border-radius: 50%;
    z-index: -1;
}

.c_6687 .c_6687-section {
    width: 100%;
    margin-bottom: 7%;
}

/* ピックアップ商品 */
.c_6687 .c_6687-section {
    margin-bottom: 3%;
}

/* 画像-正方形カルーセル */
.c_6687 .banner-carousel {
    width: 97.5%;
    margin: 0 auto 0 2.5%;
    
    .carousel-inner {
        position: relative;
        display: flex;
        gap: 2cqw;
        overflow-x: scroll;

        /* スクロールバーあるときは余白を小さく */
        margin-bottom: var(--margin-bottom-min);

        /* スクロールバーの余白 */
        padding-bottom: 3%;

        .carousel-item {
            position: relative;
            min-width: 38cqw;
            width: 38cqw;
            border-radius: 5px;
            overflow: hidden;
    
            & a {
                width: 100%;
                display: block;
            }

            &:nth-last-of-type(1) {
                margin-right: 2.5%;
            }
        }

        /* アイテム数が少なく、スマホでスライダーにならない場合の処理 */
        &.itemcount-1-2 {
            padding: 0;

            /* スクロールバーがない分余白を大きく */
            margin-bottom: var(--margin-bottom); 
        }   
        /* アイテム数が少ない場合の処理 */
        &.item-width-max {
            overflow-x: auto;
        }
    }

    .slider-arrow,.slider-radio-wrap {
        display: none;
    }
}

/* 画像-長方形カルーセル */
.c_6687 .banner-carousel.banner-carousel__category {

    .carousel-inner {
        position: relative;
        display: flex;
        gap: 2cqw;
        overflow-x: scroll;

        .carousel-item {
            position: relative;
            min-width: 90cqw;
            width: 90cqw;
            border-radius: 5px;
            overflow: hidden;
    
            & a {
                width: 100%;
                display: block;
            }

            &:nth-last-of-type(1) {
                margin-right: 2.5%;
            }
        }

        /* アイテム数が少ない場合の処理 */
        &.item-width-max {
            padding: 0;
            overflow-x: auto;

            .carousel-item {
                width: 100%;
            }
        }
    }


}

/* 画像-カルーセル カテゴリページ用 */
.c_6687.category .banner-carousel {
    width: 100%;
    margin: 0 auto;

    .carousel-inner {
        .carousel-item {
            &:nth-last-of-type(1) {
                margin-right: 0;
            }
        }
    }
}

/* 見出し */
.c_6687 .c_6687-title {
    box-sizing: border-box;
    padding: 0 2.5%;
}

/* タブ切り替え */
.c_6687 .c_6687-tab input  {
    display: none;
}
.c_6687 .c_6687-tab {
    width: 95%;
    margin: 0 auto;
}
.c_6687 .c_6687-tab .tab-hed {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 2%; */
}
.c_6687 .c_6687-tab .tab-hed .tab-label {
    flex: 1;
    display: flex;
    justify-content: center;
    background: #ffffff;
    font-size: min(3.6vw, 18px);
    padding: .5em 0;
    border: 1px solid #393939;
    border-bottom: none;
}

.c_6687 .c_6687-tab .tab-content {
    display: none;
    border: 1px solid #393939;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: min(3cqw, 20px) min(2.5cqw, 20px) min(4cqw, 20px);
}

.c_6687 .c_6687-tab .tab-content > ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2%;
}
/* .c_6687 .c_6687-tab .tab-content ul:nth-of-type(1) {
    margin-top: 2%;
} */

.c_6687 .c_6687-tab .tab-content li {
    width: 32%;
    margin-top: 3%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #FFF;
    aspect-ratio: 400/225;
}
.c_6687 .c_6687-tab .tab-content li:nth-of-type(1),
.c_6687 .c_6687-tab .tab-content li:nth-of-type(2),
.c_6687 .c_6687-tab .tab-content li:nth-of-type(3) {
    margin-top: 0;
}
.c_6687 .c_6687-tab .tab-content .title {
    width: 100%;
    text-align: start;
    border: none;
    background: none;
    aspect-ratio: auto;
    font-size: min(4.1vw, 20px);
    font-weight: 600;
    margin-bottom: .5em;
    color: #222;
    display: flex;
    gap: min(2cqw, 10px);
}
.c_6687 .c_6687-tab .tab-content .title::before {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    background-color: #0072ff;
}
.c_6687 .c_6687-tab .tab-content li .categry_text {
    font-size: min(3.1vw, 14px);
    text-align: center;
}
.c_6687 .c_6687-tab .tab-content li > a {
    padding: 5%;
}
.c_6687 .c_6687-tab .tab-content li img{
    border-radius: 5px;
}

/* ランキングから探すを選択中 */
.c_6687 .c_6687-tab #tab-ranking:checked ~ .tab-hed .tab-label.ranking {
    background: #222;
    color: #fcfcfc;
    border: none;
}

.c_6687 .c_6687-tab #tab-ranking:checked ~ .tab-content.ranking-a {
    display: block;
}

/* カテゴリから探すを選択中 */
.c_6687 .c_6687-tab #tab-category:checked ~ .tab-hed .tab-label.category {
    background: #222;
    color: #fcfcfc;
    border: none;
}

.c_6687 .c_6687-tab #tab-category:checked ~ .tab-content.category {
    display: block;
}


/* ブランドから探すを選択中 */
.c_6687 .c_6687-tab #tab-bland:checked ~ .tab-hed .tab-label.bland {
    background: #222;
    color: #fcfcfc;
    border: none;
}

.c_6687 .c_6687-tab #tab-bland:checked ~ .tab-content.bland {
    display: block;
}
article#contents {
    display: flex;
    flex-direction: column;
}


.c_6687 .c_6687-tab .tab-content.bland ul:nth-of-type(2) {
    margin-top: 5%;
}
.c_6687 .c_6687-tab .tab-content.bland li a {
    padding: 0%;
}
.c_6687 .c_6687-tab .tab-content.bland li.big img {
    transform: scale(.85);
}