@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;
}

.category_tab_base  * {
    box-sizing: border-box;
}

/* パンくず削除 */
#pankuzu {
    display: none;
}

.category_tab_base  img {
  width: 100%;
  height: auto;
  display: block;
}
.header-info-red {
    display: none !important;
}
.category_tab_base  a {
    display: block;
}
.category_tab_base  a:hover {
    color: #222 !important;
}
.category_tab_base  a:hover p{
    color: #222;
}
.category_tab_base  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;
}
.category_tab_base  .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;
}

/*==============================================
 共通 ここまで
================================================*/

/* カテゴリベースリセット */
.category_tab_base .category_base {
    padding: 0 !important;
    margin: 0;

    /* コンテナクエリを指定 */
    container-type: inline-size;  /* または size */
}
.category_tab_base .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;
}
/* ホバー時に黒くなるのを防止 */
.category_tab_base .category_base .item-list-datail dt {
    background-color: #FFF;
}

/* 売れ筋ランキング見出し装飾 */
.--category-ranking > h2 {
    font-size: 25px;
    width: 95%;
}
/* .--category-ranking {
    padding: 13px 0 0 0;
} */
.--category-ranking::after {
    top: 31px;
    left: 42px;
    width: 60px;
    height: 60px;
}

.category_tab_basea:hover {
    opacity: .7;
}

/* 見出し */
.category_tab_base .category_tab_base-title {
    box-sizing: border-box;
    /* padding: 0 2.5%; */
}

/* タブ切り替え */
.category_tab_base .category_tab_base-tab input  {
    display: none;
}
.category_tab_base .category_tab_base-tab {
    width: 100%;
    margin: 0 auto;
}
.category_tab_base .category_tab_base-tab .tab-hed {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 2%; */
}
.category_tab_base .category_tab_base-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;
}

.category_tab_base .category_tab_base-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);
}

.category_tab_base .category_tab_base-tab .tab-content > ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2%;
}

.category_tab_base .category_tab_base-tab .tab-content li {
    width: 18.4%;
    margin-top: 3%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #FFF;
    aspect-ratio: 400/225;
}

.category_tab_base .category_tab_base-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);
}
.category_tab_base .category_tab_base-tab .tab-content .title::before {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    background-color: #0072ff;
}
.category_tab_base .category_tab_base-tab .tab-content li .categry_text {
    font-size: min(3.1vw, 14px);
    text-align: center;
}
.category_tab_base .category_tab_base-tab .tab-content li > a {
    padding: 5%;
}
/* .category_tab_base .category_tab_base-tab .tab-content li img{
    border-radius: 5px;
} */

/* ランキングから探すを選択中 */
.category_tab_base .category_tab_base-tab #tab-ranking:checked ~ .tab-hed .tab-label.ranking {
    background: #222;
    color: #fcfcfc;
    border: none;
}

.category_tab_base .category_tab_base-tab #tab-ranking:checked ~ .tab-content.ranking-a {
    display: block;
}

/* カテゴリから探すを選択中 */
.category_tab_base .category_tab_base-tab #tab-category:checked ~ .tab-hed .tab-label.category {
    background: #222;
    color: #fcfcfc;
    border: none;
}

.category_tab_base .category_tab_base-tab #tab-category:checked ~ .tab-content.category {
    display: block;
}


/* ブランドから探すを選択中 */
.category_tab_base .category_tab_base-tab #tab-bland:checked ~ .tab-hed .tab-label.bland {
    background: #222;
    color: #fcfcfc;
    border: none;
}

.category_tab_base .category_tab_base-tab #tab-bland:checked ~ .tab-content.bland {
    display: block;
}
article#contents {
    display: flex;
    flex-direction: column;
}


.category_tab_base .category_tab_base-tab .tab-content.bland ul:nth-of-type(2) {
    margin-top: 5%;
}
.category_tab_base .category_tab_base-tab .tab-content.bland li a {
    padding: 0%;
}
.category_tab_base .category_tab_base-tab .tab-content.bland li.big img {
    transform: scale(.85);
}