@charset "Shift_JIS";

/*==============================================
共通 ここから
================================================*/

/* パンくず削除 */
#pankuzu {
    display: none;
}
#brandlist2025 img {
    width: 100%;
    height: auto;
    display: block;
}
#brandlist2025 svg {
    width: 100%;
}
.header-info-red {
    display: none !important;
}
a {
    display: block;
}
.smp-none {
    display: none;
}
footer {
    margin-top: 0 !important;
}
footer .bottom {
    margin-top: 0 !important;
}

/* 価格プロ */
.buy_price>ol, .buy_price>ul {
    margin: 0;
}
span.marker {
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
    line-height: 1;
    font-size: 1em;
}
.buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice,.buy_price>ul .intax {
    display: none;
}



/* 変数指定 */
:root {
    --font-size-text: 3.74cqw;
    --box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    --color-orange: #ff5932;
    --color-active: #0090ff;
    --margin-space-beside: 1em;
    --margin-space-vertical: 1em;
}

/*==============================================
共通 ここまで
================================================*/

/*==============================================
#brandlist2025 共通 STR
================================================*/

#brandlist2025 {
    font-size: var(--font-size-text);
}

#brandlist2025 * {
    box-sizing: border-box;
    font-size: var(--font-size-text);
}
#brandlist2025 a {
    display: block;
}
#brandlist2025 span {
    font-size: 1em;
    line-height: 1;
}
/* ラジオボタン非表示 */
#brandlist2025 .bland-item-wrap .radio-slider {
    display: none;
}

#brandlist2025 .brandlist2025-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    /* コンテナクエリを指定 */
    container-type: inline-size;  /* または size */
}

#brandlist2025 .brandlist2025-section {
    width: 100%;
    position: relative;
    padding: var(--margin-space-vertical) 0 calc(var(--margin-space-vertical) * 1.5);
    overflow: hidden;
}
/* 共通見出し */
#brandlist2025 .brandlist2025-section .section-title {
    width: max-content;
    margin: 0 0 1em var(--margin-space-beside);
    display: flex;
    align-items: center;
    color: #222;
    background-color: #FFF;
    line-height: 1;
    padding: 0 3em 0 .3em;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
}
#brandlist2025 .brandlist2025-section .section-title__logo {
    width: 7em;
    border-radius: 5px;
    overflow: hidden;
    margin-right: .3em;
}
#brandlist2025 .brandlist2025-section .section-title__text {
    display: flex;
    align-items: baseline;
    font-size: 1.1em;
}
#brandlist2025 .brandlist2025-section .section-title__text .num {
    font-size: 1.7em;
}
/* 共通カテゴリ遷移ボタン */
#brandlist2025 .brandlist2025-section .section-cateBtn {
    position: relative;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    border-radius: 100cqw;
    padding: .5em;
    color: #FFF;
    font-size: 1.1em;
    background-color: #0000001a;
}
#brandlist2025 .brandlist2025-section .section-cateBtn:hover {
    color: #FFF !important;
}
#brandlist2025 .brandlist2025-section .section-cateBtn__logo {
    width: 5em;
    border-radius: 3px;
    overflow: hidden;
    margin-right: .5em;
    padding: 0 .3em;
    background: #FFF;
}
#brandlist2025 .brandlist2025-section .section-cateBtn .plazaicon-yajirusi {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4em;
    height: 1.4em;
    background-color: #FFF;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
#brandlist2025 .brandlist2025-section .section-cateBtn:hover .plazaicon-yajirusi {
    right: .6em;
}

/*==============================================
#brandlist2025 共通 END
================================================*/

/*==============================================
#brandlist2025 看板 STR
================================================*/
#brandlist2025 .brandlist2025-section.top {
    width: 100%;
    background: linear-gradient(135deg, rgb(148 235 230) 0%, rgb(22 223 212) 100%);
    padding: 0;
}
#brandlist2025 .brandlist2025-section.top .top-title {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: var(--margin-space-vertical) var(--margin-space-beside) .3em;
}
#brandlist2025 .brandlist2025-section.top .top-title__text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .4em;
}
/* 新作続々登場 */
#brandlist2025 .brandlist2025-section.top .top-title__text__orange {
    background-color: var(--color-orange);
    color: #fffa31;
    display: inline-block;
    line-height: 1;
    padding: .3em 2em .3em .5em;
    font-size: .9em;
    position: relative;
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
/* 装飾用テキスト */
#brandlist2025 .brandlist2025-section.top .top-title__shodowText {
    width: 10em;
    opacity: .7;
}
/* タイトル */
#brandlist2025 .brandlist2025-section.top .top-title__text__h1 {
    width: 20.4em;
    padding: .5em 0;
    position: relative;
}
/* 日付 */
#brandlist2025 .brandlist2025-section.top .top-title__text__day {
    font-size: 4cqw;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

#brandlist2025 .brandlist2025-section.top .top-title__shodowDay {
    position: absolute;
    top: .7em;
    right: .2em;
    width: 5em;
    height: 5em;
    background: #41d7d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: .6em;
    z-index: 1;
    box-shadow: 1px 1px 3px 0px #26b5ad;
}

/* アンカーリンク */
#brandlist2025 .brandlist2025-section.top .top-anchor {
    padding: 0 var(--margin-space-beside) var(--margin-space-vertical);
}
#brandlist2025 .brandlist2025-section.top .top-anchor__text {
    display: flex;
    align-items: center;
    font-size: 1em;
    font-weight: 600;
}
#brandlist2025 .brandlist2025-section.top .top-anchor__text .plazaicon-musimegane {
    font-size: 1.3em;
}
#brandlist2025 .brandlist2025-section.top .top-anchor__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    gap: 2.75%;
}
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item {
    position: relative;
    width: 31.5%;
    display: block;
    padding: .2em .7em .4em;
    background: #FFF;
    margin-top: .6em;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #000;
    box-shadow: 2px 1px 0px 0px #000;
}
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item:hover {
    transform: scale(1.05);
}
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item::after {
    position: absolute;
    bottom: .3em;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 1em;
    height: .3em;
    background-color: #40bdb6;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item:nth-of-type(1),
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item:nth-of-type(2),
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item:nth-of-type(3) {
    margin-top: 0;
}
/* 横長ver */
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item.beside {
    width: 100%;
    padding: .2em 5em;
}
#brandlist2025 .brandlist2025-section.top .top-anchor__flex .flex-item.beside::after {
    left: inherit;
    right: .5em;
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
    width: 1.1em;
    height: .4em;
}
/*==============================================
#brandlist2025 看板 END
================================================*/

/*==============================================
#brandlist2025 商品 STR
================================================*/

/* ブランド商品共通CSS */
#brandlist2025 .brandlist2025-section.bland {
    box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
}
#brandlist2025 .brandlist2025-section .bland-item-wrap {
    
}


#brandlist2025 .brandlist2025-section .bland-item-inner {
    width: 100%;
    display: flex;
    margin-bottom: .8em;

    /* スクロールバーの余白調節 */
    overflow-x: scroll;
    padding-left: var(--margin-space-beside);
    padding-right: var(--margin-space-beside);
    padding-bottom: .9em;
}
/* スクロールバー色カスタマイズ */
/* Chrome, Edge, Safari用 */
#brandlist2025 .brandlist2025-section .bland-item-inner::-webkit-scrollbar {
    height: .3em;
    background: transparent;
    border-radius: 100cqw;
}
#brandlist2025 .brandlist2025-section .bland-item-inner::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 4px;
}

#brandlist2025 .brandlist2025-section .bland-item {
    border: 1px solid #FFF;
    width: 18.7em;
    min-width: 18.7em;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: .4em .4em 1px 0px #00000061;
    margin-right: 1.1em;
    transition: .3s;
}
#brandlist2025 .brandlist2025-section .bland-item:hover {
    box-shadow: .5em .5em 1px 0px #00000094;
}
#brandlist2025 .brandlist2025-section .bland-item:nth-last-of-type(1) {
    margin-right: 0;
}
#brandlist2025 .brandlist2025-section .bland-item__part {
    padding: 0 .5em;
    margin: .3em 0;
}

/* 商品：キャッチコピー */
#brandlist2025 .brandlist2025-section .bland-item__copy {
    font-size: .9em;
    padding: .9em 0 .8em .8em;
    white-space: nowrap;
}
#brandlist2025 .brandlist2025-section .bland-item__copy span {
    font-size: 1.2em;
    padding-right: .1em;
}
/* 商品：サムネ */
#brandlist2025 .brandlist2025-section .bland-item__thum {
    width: 100%;
    overflow: hidden;
}
#brandlist2025 .brandlist2025-section .bland-item__thum img {
    transition: .3s;
}
/* 商品：サムネホバー時 */
#brandlist2025 .brandlist2025-section .bland-item:hover .bland-item__thum img {
    transform: scale(1.03);
}
/* 商品：商品名 */
#brandlist2025 .brandlist2025-section .bland-item__name {
    color: #FFF;
    height: 3.7em;
    display: flex;
    padding: .3em .5em;
}
#brandlist2025 .brandlist2025-section .bland-item__name__h3 {
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
/* 商品：価格 */
#brandlist2025 .brandlist2025-section .bland-item__price {
    font-size: 1.5em;
    display: flex;
    align-items: baseline;
    gap: .3em;
}
#brandlist2025 .brandlist2025-section .bland-item__price .main-price,
#brandlist2025 .brandlist2025-section .bland-item__price .sub-price {
    position: relative;
    line-height: 1;
    font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
}
#brandlist2025 .brandlist2025-section .bland-item__price .main-price {
    font-size: 1em;
    color: #eb0012;
}
#brandlist2025 .brandlist2025-section .bland-item__price .main-price::first-letter,
#brandlist2025 .brandlist2025-section .bland-item__price .sub-price::first-letter {
    font-size: .8em;
}
#brandlist2025 .brandlist2025-section .bland-item__price .sub-price {
    font-size: .7em;
    color: #a1a1a1;
}
#brandlist2025 .brandlist2025-section .bland-item__price .sub-price::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
/* 販促アイコン */
#brandlist2025 .brandlist2025-section .bland-item__promo {
    display: flex;
    gap: .3em;
}
#brandlist2025 .brandlist2025-section .bland-item__promo .promo-icon {
    background-color: var(--color-orange);
    color: #FFF;
    display: inline-block;
    line-height: 1;
    padding: .3em .6em;
}
/* 詳細はこちら */
#brandlist2025 .brandlist2025-section .bland-item__link {
    color: var(--color-active);
    font-size: .9em;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: .6em;
    transition: .3s;
}


/* ダイソン用 */
#brandlist2025 .brandlist2025-section.bland.dyson {
    background-color: #312c2e;
}
#brandlist2025 .brandlist2025-section.bland.dyson .bland-item__copy {
    color: #FFF;
    background-color: #231f20;
}
#brandlist2025 .brandlist2025-section.bland.dyson .bland-item__copy span {
    color: #00f6ff;
}
#brandlist2025 .brandlist2025-section.bland.dyson .bland-item__name {
    background-color: #231f20;
}
#brandlist2025 .brandlist2025-section.bland.dyson .section-cateBtn {
    background-color: #231f20;
}
#brandlist2025 .brandlist2025-section.bland.dyson .section-cateBtn .plazaicon-yajirusi {
    color: #231f20;
}

/* LION用 */
#brandlist2025 .brandlist2025-section.bland.LION {
    background-color: #09b75f;
}
#brandlist2025 .brandlist2025-section.bland.LION .bland-item__copy {
    color: #FFF;
    background-color: #00a051;
}
#brandlist2025 .brandlist2025-section.bland.LION .bland-item__copy span {
    color: #eaff04;
}
#brandlist2025 .brandlist2025-section.bland.LION .bland-item__name {
    background-color: #00a051;
}
#brandlist2025 .brandlist2025-section.bland.LION .section-cateBtn {
    background-color: #00a051;
}
#brandlist2025 .brandlist2025-section.bland.LION .section-cateBtn .plazaicon-yajirusi {
    color: #00a051;
}

/* Calbee用 */
#brandlist2025 .brandlist2025-section.bland.Calbee {
    background-color: #e11515;
}
#brandlist2025 .brandlist2025-section.bland.Calbee .bland-item__copy {
    color: #FFF;
    background-color: #c20606;
}
#brandlist2025 .brandlist2025-section.bland.Calbee .bland-item__copy span {
    color: #eaff04;
}
#brandlist2025 .brandlist2025-section.bland.Calbee .bland-item__name {
    background-color: #c20606;
}
#brandlist2025 .brandlist2025-section.bland.Calbee .section-cateBtn {
    background-color: #c20606;
}
#brandlist2025 .brandlist2025-section.bland.Calbee .section-cateBtn .plazaicon-yajirusi {
    color: #c20606;
}

/* TIGER用 */
#brandlist2025 .brandlist2025-section.bland.TIGER {
    background-color: #312c2e;
}
#brandlist2025 .brandlist2025-section.bland.TIGER .bland-item__copy {
    color: #FFF;
    background-color: #231f20;
}
#brandlist2025 .brandlist2025-section.bland.TIGER .bland-item__copy span {
    color: #eaff04;
}
#brandlist2025 .brandlist2025-section.bland.TIGER .bland-item__name {
    background-color: #231f20;
}
#brandlist2025 .brandlist2025-section.bland.TIGER .section-cateBtn {
    background-color: #231f20;
}
#brandlist2025 .brandlist2025-section.bland.TIGER .section-cateBtn .plazaicon-yajirusi {
    color: #231f20;
}

/* Haier用 */
#brandlist2025 .brandlist2025-section.bland.Haier {
    background-color: #015aa7;
}
#brandlist2025 .brandlist2025-section.bland.Haier .bland-item__copy {
    color: #FFF;
    background-color: #015aa7;
}
#brandlist2025 .brandlist2025-section.bland.Haier .bland-item__copy span {
    color: #eaff04;
}
#brandlist2025 .brandlist2025-section.bland.Haier .bland-item__name {
    background-color: #015aa7;
}
#brandlist2025 .brandlist2025-section.bland.Haier .section-cateBtn {
    background-color: #015aa7;
}
#brandlist2025 .brandlist2025-section.bland.Haier .section-cateBtn .plazaicon-yajirusi {
    color: #015aa7;
}

/* zouzirusi用 */
#brandlist2025 .brandlist2025-section.bland.zouzirushi {
    background-color: #0076c1;
    box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.4)
}
#brandlist2025 .brandlist2025-section.bland.zouzirushi .bland-item__copy {
    color: #FFF;
    background-color: #0076c1;
}
#brandlist2025 .brandlist2025-section.bland.zouzirushi .bland-item__copy span {
    color: #eaff04;
}
#brandlist2025 .brandlist2025-section.bland.zouzirushi .bland-item__name {
    background-color: #0076c1;
}
#brandlist2025 .brandlist2025-section.bland.zouzirushi .section-cateBtn {
    background-color: #0076c1;
}
#brandlist2025 .brandlist2025-section.bland.zouzirushi .section-cateBtn .plazaicon-yajirusi {
    color: #0076c1;
}

/* dairy用 */
#brandlist2025 .brandlist2025-section.bland.dairy {
    background-color: #1eb98e;
}
#brandlist2025 .brandlist2025-section.bland.dairy .bland-item__copy {
    color: #FFF;
    background-color: #0aa57a;
}
#brandlist2025 .brandlist2025-section.bland.dairy .bland-item__copy span {
    color: #ffee00;
}
#brandlist2025 .brandlist2025-section.bland.dairy .bland-item__name {
    background-color: #0aa57a;
}
#brandlist2025 .brandlist2025-section.bland.dairy .section-cateBtn {
    background-color: #0aa57a;
}
#brandlist2025 .brandlist2025-section.bland.dairy .section-cateBtn .plazaicon-yajirusi {
    color: #0aa57a;
}

/*==============================================
#brandlist2025 商品 END
================================================*/

/*==============================================
#brandlist2025 その他 STR
================================================*/

/* ブランド一覧 */
#brandlist2025 .brandlist2025-section.list {
    background-color: #f7f7f7;
    padding: 2em 0 0;
}

#brandlist2025 .brandlist2025-section .list-title{
    background-color: var(--color-orange);
    color: #FFF;
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
    display: inline-block;
    margin-bottom: .5em;
    margin-left: var(--margin-space-beside);
    padding: .5em 2.5em .5em .5em;
    line-height: 1;
    font-size: 1.1em;
}

#brandlist2025 .brandlist2025-section .list-bland {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    gap: 2.75%;
    padding: 0 var(--margin-space-beside);
    margin: 0 auto 1.8em;
}
#brandlist2025 .brandlist2025-section .list-bland .bland-logo{
    position: relative;
    width: 31.5%;
    display: block;
    padding: .4em .4em .6em;
    background: #FFF;
    margin-top: .6em;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #000;
    box-shadow: 2px 1px 0px 0px #000;
}
#brandlist2025 .brandlist2025-section .list-bland .bland-logo:hover {
    opacity: .6;
}
#brandlist2025 .brandlist2025-section .list-bland .bland-logo:nth-of-type(1),
#brandlist2025 .brandlist2025-section .list-bland .bland-logo:nth-of-type(2),
#brandlist2025 .brandlist2025-section .list-bland .bland-logo:nth-of-type(3) {
    margin-top: 0;
}

/* カテゴリ */
#brandlist2025 .brandlist2025-section .list-category {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 var(--margin-space-beside);
    margin: 0 auto;
}
#brandlist2025 .brandlist2025-section .list-category__item {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: .8em;
    background-color: #FFF;
}
#brandlist2025 .brandlist2025-section .list-category__item:hover {
    color: #222 !important;
    opacity: .6;
}
#brandlist2025 .brandlist2025-section .list-category__item:nth-of-type(1),
#brandlist2025 .brandlist2025-section .list-category__item:nth-of-type(2) {
    margin-top: 0;
}

/*==============================================
#brandlist2025 その他 END
================================================*/
