@charset "Shift_JIS";
/* CSS Document */
/*==============================================
共通 ここから
================================================*/

/* パンくず削除 */
#pankuzu {
    display: none;
}
.header-info-red {
    display: none !important;
}
a {
    display: block;
}

/* br用クラス */
.smp-none {
    display: none;
}

/* フッター余白削除 */
footer {
    margin-top: 0 !important;
}
footer .bottom {
    margin-top: 0 !important;
}

/* 価格プロ リセット */
.buy_price>ol, .buy_price>ul {
    margin: 0;
}
.buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice,.buy_price>ul .intax {
    display: none;
}

/* 変数指定 */
:root {
    /* 共通フォントサイズ(ディスプレイが390px時に14pxとなる) ※.thanksgiving_newyear2026-innerの中の要素のみ */
    --font-size-text: 3.6cqw;

    /* 使用カラー */
    --color-orange: #db1d4e;

    /* アクティブ時のカラー */
    --color-active: #0090ff;

    /* テキストカラー */
    --color-main: #521e1e;

    /* 横の余白 */
    --margin-space-beside: 1em;

    /* 縦の余白 */
    --margin-space-vertical: 1em;
    /* 幅 */
    --margin-space-vertical: 1em;
}

.thanksgiving_newyear2026 .smp_none {
    display: none;
}
/*==============================================
共通 ここまで
================================================*/

/*==============================================
thanksgiving_newyear2026 共通 STR
================================================*/

.thanksgiving_newyear2026 {
    font-size: var(--font-size-text);
    background: #d22d1a;
    color: var(--color-main);
}

.thanksgiving_newyear2026 * {
    box-sizing: border-box;

    /* 要素全てに同じフォントサイズを指定 */
    font-size: var(--font-size-text);
}
.thanksgiving_newyear2026 a {
    display: block;
}
.thanksgiving_newyear2026 span {
    font-size: 1em;
    line-height: 1;
}
.thanksgiving_newyear2026 img {
    width: 100%;
    height: auto;
    display: block;
}
.thanksgiving_newyear2026 svg {
    width: 100%;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding:1em 0;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor {
    padding:0 0 1em 0;
}
/* マーカー */
span.marker {
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
    line-height: 1;
    font-size: 1em;
}
.thanksgiving_newyear2026 .contents {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    /* コンテナクエリを指定 */
    container-type: inline-size;  /* または size */

    background: linear-gradient(45deg, #c92415  25%, transparent 25%, transparent 75%, #c92415  75%),
    linear-gradient(45deg, #c92415  25%, transparent 25%, transparent 75%, #c92415  75%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    background-color: #d22d1a;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-block.gyotensale-flex {
    display:flex;
    justify-content: center;
    background: #fff;
    padding: 1em;
    gap: .7em;
    padding: 0 1em;
}
/* 共通見出し */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .section-title {
    margin: 0 auto calc(var(--margin-space-vertical) / 2);
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
    line-height: 1;
    gap: .4em;
    justify-content: space-between;
    padding: 0 .5em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .section-title .left{
    display: flex;
    align-items: center;
    gap: .5em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .section-title.center {
    justify-content: center;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .section-title__text {
    position: relative;
    font-size: 1.2em;
    position: relative;
    z-index: 100;
}
/* 商品見出し（見出し+もっと見るの形） */
.thanksgiving_newyear2026 .section-title.left{
    justify-content: flex-start;
}
.thanksgiving_newyear2026 .section-title h2{
    color: #fadfac;
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: .2em;
    line-height: 1.4em;
}
.thanksgiving_newyear2026 .section-title h2 span.box{
    background: #fadfac;
    color: #d22d1a;
    padding: .2em .3em;
    font-size: .8em;
    width: 100%;
    text-align: center;
}
.thanksgiving_newyear2026 .section-title h2 span.big{
    font-size: 1.6em;
    display: contents;
}
.thanksgiving_newyear2026 .section-title h2 span.small{
    font-size: .6em;
    color: #fadfac;
    font-weight: normal;
}
.thanksgiving_newyear2026 .deco{
    width:4.7em;
}
/* 共通カテゴリ遷移ボタン */
.thanksgiving_newyear2026 .section-catebtn {
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100cqw;
    padding: 1em 0;
    color: #FFF;
    font-size: 1em;
    background-color: #1f0a07;
    gap: .3em;
    line-height: normal;
    text-align: center;
    border: .2em solid #1f0a07;
}

.thanksgiving_newyear2026 .section-catebtn .plazaicon-sitamuki-2{
    display: inline-block;
    transform: rotate(-90deg);
    font-size: .8em;
}

.thanksgiving_newyear2026 a.section-catebtn:hover {
    border: .2em solid #1f0a07;
    color: #1f0a07!important;
    background-color: #1f0a0700;
}

/*==============================================
contents 共通 END
================================================*/

/*==============================================
thanksgiving_newyear2026-contents 全体枠 STR
================================================*/
.thanksgiving_newyear2026 .contents{
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.thanksgiving_newyear2026 .contents-inner{
    padding:0 1em;
}
/*==============================================
thanksgiving_newyear2026-contents 全体枠 END
================================================*/

/*==============================================
thanksgiving_newyear2026-top 看板 STR
================================================*/
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.top{
    padding: 0;
}
/*==============================================
thanksgiving_newyear2026-contents 看板 END
================================================*/

/*==============================================
thanksgiving_newyear2026-contents 装飾 STR
================================================*/
.thanksgiving_newyear2026 img.line{
    margin: 0 auto .5em auto;
    width:13em ;
}
/*==============================================
thanksgiving_newyear2026-contents 装飾 END
================================================*/

/*==============================================
thanksgiving_newyear2026-anchor アンカー STR
================================================*/
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2em;
    margin: 0 auto;
    width: 100%;
    align-items: flex-end;
    padding-bottom: .4em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor ul li{
    display: flex;
    flex-wrap: wrap;
    gap: .2em;
    margin: 0 auto;
    width: 100%;
    align-items: flex-end;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor .col_2 li{
    width: calc((100% - .2em) / 2);
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor .col_3 li{
    width: calc((100% - .5em) / 3);
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor li a{
    filter: drop-shadow(0 6px 0 #8c1e11);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor ul.space{
    margin-top: .7em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.anchor .col_1 a{
    border: 4px solid #faf3d0;
    width: 99%;
}
/*==============================================
thanksgiving_newyear2026-anchor アンカー END
================================================*/

/*==============================================
thanksgiving_newyear2026 商品 STR
================================================*/
.thanksgiving_newyear2026-section.medama,
.thanksgiving_newyear2026-section.food,
.thanksgiving_newyear2026-section.dairy {
    padding: .7em 0 2em 0;
}
.thanksgiving_newyear2026-section.medama {
    background-color: #e47939;
    background: repeating-linear-gradient(-45deg, #f35b5b, #f35b5b 20px, #f05151 0, #f05151 40px);
}
.thanksgiving_newyear2026-section.food {
    background-color: #f08349;
    background: repeating-linear-gradient(-45deg, #f08a54, #f08a54 20px, #f08349 0, #f08349 40px);
}
.thanksgiving_newyear2026-section.dairy {
    background-color: #509dd6;
    background: repeating-linear-gradient(-45deg, #57a2da, #57a2da 20px, #509dd6 0, #509dd6 40px);
}
/* 商品共通CSS */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item-wrap {
    position: relative;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item-inner {
    width: 100%;
    display: flex;
    /* スクロールバーの余白調節 */
    overflow-x: scroll;
    padding-left: var(--margin-space-beside);
    padding-right: var(--margin-space-beside);
    padding-bottom: .9em;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item {
    position: relative;
    width: 15em;
    min-width: 15em;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 1em;
    transition: .3s;
    flex-direction: column;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item:nth-last-of-type(1) {
    margin-right: 0;
}
/* 商品：キャッチコピー */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__copy {
    font-size: .9em;
    padding: .9em 0 .8em .8em;
    white-space: nowrap;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__copy span {
    font-size: 1.2em;
    padding-right: .1em;
}
/* 商品：サムネ */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__thum {
    width: 100%;
    overflow: hidden;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__thum img {
    transition: .3s;
}

/* 商品：サムネより下のインナー */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__inner {
    padding: .5em;
    display: flex;
    flex-direction: column;
    gap: .4em;
}

/* 商品：在庫数 */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__zaiko {
    line-height: 1;
    font-size: 1em;
    padding-bottom: .1em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__zaiko .num {
    font-size: 1.3em;
    font-weight: 600;
    padding: 1em 0;
}

/* 商品：商品名 */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__name {
    color: #222;
    height: 3.7em;
    display: flex;
    padding: .3em .5em;
    background-color: #fbf8f8;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__name__h3 {
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/* 商品：価格 */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price {
    font-size: 1.5em;
    display: flex;
    align-items: baseline;
    gap: .3em;
    margin-bottom: 0;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price .main-price,
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price .sub-price {
    position: relative;
    line-height: 1;
    font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price .main-price {
    font-size: 1.1em;
    color: #eb0012;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price .main-price::first-letter,
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price .sub-price::first-letter {
    font-size: .8em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price .sub-price {
    font-size: .7em;
    color: #a1a1a1;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__price .sub-price::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
/* 販促アイコン */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__zaiko {
    display: flex;
    gap: .3em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__promo .promo-icon {
    background-color: var(--color-orange);
    color: #FFF;
    line-height: 1.3em;
    padding: 0 .3em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 販促が空の場合でも高さが合うように */
    height: 3.2em;
    text-align: center;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__zaiko .outlet-icon {
    color: #d96702;
}

/* 詳細はこちら */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-item__link {
    color: var(--color-active);
    font-size: .9em;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .3s;
    line-height: 1;
}

/*==============================================
thanksgiving_newyear2026 商品 END
================================================*/

/*==============================================
thanksgiving_newyear2026 もっとみる STR
================================================*/
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .section-title .section-title__more {
    display: flex;
    align-items: center;
    gap: .3em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .section-title .section-title__more a{
    font-size: .85em;
    line-height: 1;
    background: transparent;
    padding:.7em 0 .7em 1em;
    border-radius: 100em;
    color: #fadfac;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .8em;
    border: .2em solid #fadfac;
    width: 9em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .section-title .section-title__more i {
    font-size: .9em;
    padding-top: .2em;
}
/*==============================================
thanksgiving_newyear2026 もっとみる END
================================================*/

/*==============================================
thanksgiving_newyear2026-happybag 福袋 STR
================================================*/
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.happybag .col_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:1em;
    margin-top: 1em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.happybag .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.happybag ul li a{
    border: 3px solid #fff;
}
/*==============================================
thanksgiving_newyear2026-happybag 商品スライダーなし END
================================================*/

/*==============================================
thanksgiving_newyear2026-campaign エントリーボタン STR
================================================*/
.thanksgiving_newyear2026 .entry-btn {
    color: #ffe39b;
    background: #e71940;
    width: 20em;
    min-width:80%;
    margin:1em auto .5em;
    border-radius: 100vw;
    padding: .6em 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .3em;
    box-shadow: 0 5px 0 #a80000;
    font-size: 1.1em;
}
.thanksgiving_newyear2026 .entry-btn i {
    font-weight: bold;
}
/* ボタン(エントリー済み) */
.thanksgiving_newyear2026 .entry-btn.clear{
    background: #818181;
    box-shadow: none;
    border:none;
    color: #fff;
    line-height: unset;
    pointer-events: none;
}
/*==============================================
thanksgiving_newyear2026-campaign エントリーボタン END
================================================*/

/*==============================================
thanksgiving_newyear2026-campaign 詳細 アコーディオン STR
================================================*/
.thanksgiving_newyear2026 .campaign-accordion {
    margin-top: .8em ;
    margin: 0 1em .5em 1em;
}

.thanksgiving_newyear2026 .campaign-accordion summary.campaign-summary {
    display: flex;
    justify-content:center;
    align-items: baseline;
    position: relative;
    color: var(--color-active);
    cursor: pointer;
    gap: .2em;
    font-size: .9em;
}
.thanksgiving_newyear2026 .campaign-accordion summary.campaign-summary::-webkit-details-marker {
    display: none;
}
/* アコーディオンが開いたとき縦線の変化 */
.thanksgiving_newyear2026 .campaign-accordion[open] summary.campaign-summary::before {
    transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
.thanksgiving_newyear2026 .campaign-accordion[open]::after {
    opacity:0;
}

/* アコーディオンが開いたときの枠線 */
.thanksgiving_newyear2026 .campaign-accordion[open] .app_detail {
    transform: none;
    opacity: 1;
    border: .1em solid #000;
    border-top: none;
    padding: .5em 1em 1em;
}
.thanksgiving_newyear2026 .campaign-accordion .app_textbox p{
    margin-bottom: .5em;
}
.thanksgiving_newyear2026 .campaign-accordion dl.campaign-accordion__inner {
    background: #fff;
    padding: .5em;
}
.thanksgiving_newyear2026 .campaign-accordion dl.campaign-accordion__inner dt {
    font-size: .9em;
    color: #222;
    margin-bottom: .5rem;
    background: #eee;
    padding: .2rem .5rem;
}
.thanksgiving_newyear2026 .campaign-accordion dl.campaign-accordion__inner dd {
    font-size: .8rem;
    margin-bottom: .5em;
}
.thanksgiving_newyear2026 .campaign-accordion dl.campaign-accordion__inner dd a{
    color: #e50012;
    display: inline-block;
    text-decoration: underline;
    font-size: .8rem;
}
/*==============================================
thanksgiving_newyear2026-campaign 詳細 アコーディオン END
================================================*/

/*==============================================
thanksgiving_newyear2026-point 三が日ポイント詳細 アコーディオン STR
================================================*/
.thanksgiving_newyear2026 .point-accordion {
    background: #fff;
    width: 93%;
    margin: 0 auto 1em auto;
    border: 1px solid var(--color-main);
}
.thanksgiving_newyear2026 .point-accordion summary.point-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .2em 1.2em;
    color: var(--color-main);
    font-weight: 600;
    cursor: pointer;
    transition: .3s all;
    font-size: .9em;
}

.thanksgiving_newyear2026 .point-accordion summary.point-summary::-webkit-details-marker {
    display: none;
}

/* タイトル横のプラスマーク縦線 */
.thanksgiving_newyear2026 .point-accordion summary.point-summary::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:var(--color-main);
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
/* タイトル横のプラスマーク横線 */
.thanksgiving_newyear2026 .point-accordion summary.point-summary::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:var(--color-main);
    transition: all .3s ease-in-out;
}
/* アコーディオンが開いたとき縦線の変化 */
.thanksgiving_newyear2026 .point-accordion[open] summary.point-summary::before {
    transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
.thanksgiving_newyear2026 .point-accordion[open]::after {
    opacity:0;
}
/*付与日*/
.thanksgiving_newyear2026 .point-accordion .point-accordion__txt {
    font-size: .8em;
}
/*==============================================
thanksgiving_newyear2026-point 三が日ポイント詳細 アコーディオン END
================================================*/

/*==============================================
thanksgiving_newyear2026-app アプリ STR
================================================*/
.thanksgiving_newyear2026 .app-inner {
    padding: 1em;
    background: linear-gradient(45deg, #e7be3d  25%, transparent 25%, transparent 75%, #e7be3d  75%),
    linear-gradient(45deg, #e7be3d  25%, transparent 25%, transparent 75%, #e7be3d  75%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    background-color: #ebc94c;
}
.thanksgiving_newyear2026 .app-inner__bg {
    background: #fff;
    padding-bottom: 1em;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.thanksgiving_newyear2026 .app-inner .note{
    text-align: center;
    font-size: .8em;
}
/*==============================================
thanksgiving_newyear2026-app アプリ END
================================================*/

/*==============================================
thanksgiving_newyear2026 .howto-inner 共通説明 STR
================================================*/
.thanksgiving_newyear2026 .howto-inner {
    background: #faf4e7;
    padding: 1em;
    display: grid;
    justify-items: center;
    gap: .5em;
}
.thanksgiving_newyear2026 .howto-inner__title{
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    background:var(--color-main);
    align-items: center;
    width: 35%;
    margin:0 auto;
    height: 1.75rem;
    gap: 1em;
}
.thanksgiving_newyear2026 .howto-inner__p{
    font-weight: bold;
    width: 100%;
}
.thanksgiving_newyear2026 .howto-inner__title p{
    color: #fff;
}
.thanksgiving_newyear2026 .howto-inner__title::before,
.thanksgiving_newyear2026 .howto-inner__title::after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    border: .9rem solid var(--color-main);
}
.thanksgiving_newyear2026 .howto-inner__title::before {
    left: -1rem;
    border-left-width: 6px !important;
    border-left-color: transparent !important;
    
}
.thanksgiving_newyear2026 .howto-inner__title::after {
    right: -1rem;
    border-right-width: 6px !important;
    border-right-color: transparent !important;
}
.thanksgiving_newyear2026 .howto-inner__flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.thanksgiving_newyear2026 .howto-inner__flex img{
    width: 45%;
}
.thanksgiving_newyear2026 .howto-inner__txt{
    display: flex;
    flex-wrap: wrap;
    gap:.8em;
    align-items: center;
    justify-content: space-between;
}
.thanksgiving_newyear2026 .howto-inner__txt dt{
    line-height: 1.5em;
    font-weight: bold;
}
.thanksgiving_newyear2026 .howto-inner__txt dt p{
    text-align: left;
    margin-top: .5em;
    font-size: .75em;
    line-height: 1.4em;
    font-weight: normal;
}
.thanksgiving_newyear2026 .howto-inner__txt dd .deco_cart{
    width:8em;
    margin-bottom: -2em;
}
/*==============================================
thanksgiving_newyear2026 .howto-inner 共通説明 END
================================================*/

/*==============================================
thanksgiving_newyear2026 .howto-inner__accordion アコーディオン STR
================================================*/
.thanksgiving_newyear2026 .howto-inner-accordion{
    width: 100%;
}
.thanksgiving_newyear2026 .howto-inner-summary{
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    color: var(--color-active);
    cursor: pointer;
    gap: .2em;
    font-size: .9em;
}
/*内容*/
.thanksgiving_newyear2026 .howto-inner-accordion__comment {
    width: 100%;
    display: grid;
    gap: .2em;
    background: #fff;
    padding: .5em 1em;
}
.thanksgiving_newyear2026 .howto-inner-accordion__comment dt{
    font-weight: bold;
    margin: .5em 0;
    border-bottom: 1px solid;
}
.thanksgiving_newyear2026 .howto-inner-accordion__comment dt:first-of-type{
    margin-top: 0;
}
.thanksgiving_newyear2026 .howto-inner-accordion__comment dt,
.thanksgiving_newyear2026 .howto-inner-accordion__comment dd{
    line-height: 1.5em;
    padding-bottom: .3em;
}
.thanksgiving_newyear2026 .howto-inner-accordion__comment dd.list{
    position: relative;
    margin-left: 1.1em;
}
.thanksgiving_newyear2026 .howto-inner-accordion__comment dd.list::before{
    content: "・";
    margin-left: -1.3em;
}
.thanksgiving_newyear2026 .howto-inner-accordion__comment dd a{
    color:#e50012;
    text-decoration: underline;
}
/*==============================================
thanksgiving_newyear2026 .howto-inner__accordion アコーディオン END
================================================*/

/*==============================================
thanksgiving_newyear2026 .winning-inner 当選内容 STR
================================================*/
.thanksgiving_newyear2026 .winning-inner {
    padding: 1em;
    display: grid;
    justify-items: center;
    gap: 1em;
    background-color: #fbd687;
    background: repeating-linear-gradient(-45deg, #fbd177, #fbd177 5px, #fbd687 0, #fbd687 10px);
    position: relative;
}
.thanksgiving_newyear2026 .winning-inner .deco{
    position: absolute;
    width: 4em;
    min-width: 13%;
    top:-2%;
}
.thanksgiving_newyear2026 .winning-inner .deco.left{
    position: absolute;
    left:9%;
}
.thanksgiving_newyear2026 .winning-inner .deco.right{
    position: absolute;
    right:9%;
}
.thanksgiving_newyear2026 .winning-inner__title{
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    color: #fff;
    background: #d22d1a;
    align-items: center;
    width: 35%;
    margin: 0 auto;
    height: 1.75rem;
    gap: 1em;
}
.thanksgiving_newyear2026 .winning-inner__title::before,
.thanksgiving_newyear2026 .winning-inner__title::after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    border: .9rem solid #d22d1a;
}
.thanksgiving_newyear2026 .winning-inner__title::before {
    left: -1rem;
    border-left-width: 6px !important;
    border-left-color: transparent !important;
    
}
.thanksgiving_newyear2026 .winning-inner__title::after {
    right: -1rem;
    border-right-width: 6px !important;
    border-right-color: transparent !important;
}
.thanksgiving_newyear2026 .winning-inner__txt{
    display: flex;
    flex-wrap: wrap;
    gap: .15em;
    justify-content: center;
    width: 100%;
}
.thanksgiving_newyear2026 .winning-inner__txt dt{
    color: #fff;
    background: #d22d1a;
    width: 13%;
    text-align: center;
}
.thanksgiving_newyear2026 .winning-inner__txt dt span.big{
    font-size: 1.4em;
    display: contents;
    line-height: normal;
}
.thanksgiving_newyear2026 .winning-inner__txt dt,
.thanksgiving_newyear2026 .winning-inner__txt dd{
    font-size: .9em;
    padding:.3em 0;
}
.thanksgiving_newyear2026 .winning-inner__txt dd{
    background: #fff;
    display: flex;
    align-items: center;
}
.thanksgiving_newyear2026 .winning-inner__txt dd.list{
    width:60%;
    text-align: left;
    line-height: 1.3em;
    padding-left:.6em;
}
.thanksgiving_newyear2026 .winning-inner__txt dd.list-sub{
    background: #fff;
    width: 25%;
    justify-content: flex-end;
    padding-right:.6em;
}
.thanksgiving_newyear2026 .winning-inner__txt dd span.big{
    font-size: 1.1em;
}

/*==============================================
thanksgiving_newyear2026 .winning-inner 当選内容 END
================================================*/


/*==============================================
.thanksgiving_newyear2026 特集 STR
================================================*/
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.event{
    background: var(--color-black)
}

/* 特集共通CSS */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event-wrap {
    position: relative;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event-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;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event {
    position: relative;
    width: 15em;
    min-width: 15em;
    background-color: #FFF;
    overflow: hidden;
    margin-right: 1em;
    transition: .3s;
    flex-direction: column;
    border: 3px solid #fff;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event:nth-last-of-type(1) {
    margin-right: 0;
}


/* 商品：キャッチコピー */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event__copy {
    font-size: .9em;
    padding: .9em 0 .8em .8em;
    white-space: nowrap;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event__copy span {
    font-size: 1.2em;
    padding-right: .1em;
}
/* 商品：サムネ */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event__thum {
    width: 100%;
    overflow: hidden;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event__thum img {
    transition: .3s;
}

/* 商品：サムネより下のインナー */
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .thanksgiving_newyear2026-event__inner {
    padding: 0 .5em .5em;
    display: flex;
    flex-direction: column;
    gap: .4em;
}
/*==============================================
.thanksgiving_newyear2026 特集 END
================================================*/

/*==============================================
thanksgiving_newyear2026-list カテゴリ STR
================================================*/
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.list .section-title__text {
    color: #000;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section.list {
    background-color: #f7f7f7;
    padding: var(--margin-space-vertical) 0;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .list-category {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 var(--margin-space-beside);
    margin: 0 auto;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .list-category__item {
    position: relative;
    width: 49%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 .2em;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin-top: .8em;
    background-color: #FFF;
    font-size: 1em;
    height: 5em;
    gap: .3em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .list-category__item.other {
    padding-left: 4.5em;
}

.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .list-category__item:nth-of-type(1),
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .list-category__item:nth-of-type(2) {
    margin-top: 0;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .list-category__item .img {
    width: 3.8em;
}
.thanksgiving_newyear2026 .thanksgiving_newyear2026-section .list-category__item .new-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
}

/*==============================================
thanksgiving_newyear2026-list カテゴリ END
================================================*/

/*==============================================
thanksgiving_newyear2026-list 右下アンカー STR
================================================*/
.thanksgiving_newyear2026 .fixed-anchor .update{
    position: absolute;
    top: -35px;
    left: -5%;
    z-index: 1;
    width: 85px;
}

.thanksgiving_newyear2026 .fixed-anchor{
    position: fixed;
    right: 0.7em;
    width: 6em;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 49;
    bottom: 9.6em;
}
/*------------------------------------------*/
/*カテゴリ矢印*/
/*-----------------------------------------------*/
#category-list .col_4 a::after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .5em;
    height: .5em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#category_anchor .col_4 .text{
    font-size: 2.6vw;
}

/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
#thanksgiving_newyear2026 .nav_wrap {
    position:fixed;
    z-index: 50;
	bottom: 0;
	right:-200%;
    width: 53%;
    height: 100vh;
    transition: 0.5s all;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background:rgb(176 29 16 / 97%);
}
#thanksgiving_newyear2026 .nav_wrap .zaburou {
    position: absolute;
    width: 8em;
    transform: translate(4.8em, -12em);
}
#thanksgiving_newyear2026 .nav_wrap::-webkit-scrollbar{display:none;}

#thanksgiving_newyear2026 .nav_wrap.panelactive {
	right: 0;
}
#thanksgiving_newyear2026 .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 999;
    width: 53%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 2em;
}
/*内容*/
#thanksgiving_newyear2026 .nav_wrap ul {
    position: absolute;
    z-index: 999;
    width:94%;
}

/**********▼ PC・SMP共通 数値変更のみ▼**********/
#thanksgiving_newyear2026 .nav_wrap ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:1em;
    color: #fadfac;
    border-bottom: 1px dashed #fadfac;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
/**********▲ PC・SMP共通 数値変更のみ▲**********/
/*丸ボタン*/
#thanksgiving_newyear2026 .cate_nav_fixed {
    position: fixed;
    bottom: 17vw;
    right: 5vw;
    display: flex;
    border-radius: 90px;
    height: 16vw;
    width: 16vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #222222c7;
}
#thanksgiving_newyear2026 .navigation{
    width: 100%;
    height: 100%;
}
#thanksgiving_newyear2026 .toggle {
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
	display: block;
}
#thanksgiving_newyear2026 .toggle span,
#thanksgiving_newyear2026 .toggle span:before,
#thanksgiving_newyear2026 .toggle span:after {
    content: '';
    display: block;
    height: 0.3vw;
    width: 7vw;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.5s all;
}
#thanksgiving_newyear2026 .toggle span{
    top: 2.3em;
    left: calc(50% - 20%);
}
#thanksgiving_newyear2026 .toggle span:before {bottom: 7px;}
#thanksgiving_newyear2026 .toggle span::after {top: 7px;}
#thanksgiving_newyear2026 .toggle.active span {background-color: rgba(255, 255, 255, 0);}
#thanksgiving_newyear2026 .toggle.active span:before{
    bottom: 0;
    transform: rotate(45deg);
}
#thanksgiving_newyear2026 .toggle.active span:after{
    top: 0;
    transform: rotate(-45deg);
}
#thanksgiving_newyear2026 .navigation span.txt{
    font-size:2.9vw;
    color:#fff;
    top: 3.1vw;
    position: absolute;
    left: 0;
    right: 0;
}