@charset "Shift_JIS";

/*==============================================
共通 ここまで
================================================*/
#summer-event {
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
	background: #CEEEFF;
    background:linear-gradient(0deg, rgb(215 251 253) 0%, rgb(131 212 245) 100%);
}
#summer-event .pc_none{
    display: none !important;
}
#summer-event img{
    width: 100%;
    height: auto;
    display: block;
}
#summer-event a{
    display: block;
    position: relative;
}  
#summer-event a:hover{
    opacity: 0.9;
}
/*==============================================
全体枠
================================================*/
#summer-event .bg {
    background: #42ade3;
    padding-bottom: 2em;
}
#summer-event section {
    margin:0 auto 3% auto;
    background: #FFF;
    padding:3%;
    max-width: 750px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 87%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
/*==============================================
ボタン
================================================*/
#summer-event .btn {
    padding: .7rem 0;
    background-color: #eb0012;
    color: #FFF !important;
    font-size: 1.4rem;
    border-radius: 8px;
    margin: 0 auto ;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 0 #bd1212;
    font-weight: bold;
    width: 100%;
    &::after {
        position: absolute;
        right: 2rem;
        bottom: 0;
        top: 0;
        display: block;
        content: "";
        width: .4em;
        height: .4em;
        margin: auto;
        transform: rotate(45deg);
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transition: .2s;
    }
    &:hover{
        box-shadow:none;
        transform: translateY(2px);
    }
}
/*==============================================
テキスト
================================================*/
#summer-event p {
    font-size: 1em;
}
#summer-event h3 {
    font-size: 1.4em;
}
#summer-event h4 {
    font-size: 1.2em;
    color: #222;
    margin-bottom: .5rem;
    background: #eee;
    padding: .2rem .5rem;
}
#summer-event .inner-img{
    text-align: center;
    margin-top: 1em;
}
/*==============================================
スタンプカード
================================================*/
#summer-event .stamp-list{
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(4, 1fr);
    margin:0 auto;
    background: #42ade3;
    background: repeating-linear-gradient(135deg, #42ade3, #42ade3 20px, #4cbae4 20px, #4cbae4 40px);
    padding:1rem 1.7rem;
    border-radius: 5px;
}
#summer-event .stamp-list li{
    position: relative;
}
#summer-event .stamp-list li img{
    border-radius: 10px;
}

/************** 25.06.25 ADD **************/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#summer-event .inner{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: #42ade3;
    background: linear-gradient(0deg, rgb(140 224 233) 0%, rgba(66, 173, 227, 1) 100%);
    padding-bottom: 2em;
}
#summer-event h6{
    font-size: 1.3rem;
}
#summer-event section#stamp{
    background: #fffa66;
}
/*スタンプ冒頭*/
#summer-event .stamp-title{
    color: #2795c8;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: .5em;
}
#summer-event .stamp__event{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem;
    background: #fff;
    padding:1rem 1.5rem 1.5rem 1.5rem;
    border-radius: 8px;
    & p{
        font-size: 1rem;
        font-weight: bold;
        color: #000;
        display: contents;
    }
    & .stamp__main{
        font-size:1.5rem;
        color: #f54142;
        font-weight: bold;
        text-align: center;
        line-height: 1.4em;
        & span.big{
            font-size: 1.5rem;
            margin: 0 .2rem
        }
    }
}
#summer-event .stamp__box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    & li{
        width:calc((100% - (8px * 2))/ 2);
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #fdefef;
        padding: .5rem 0;
        & .red{
            color: #e32c4b;
            font-size: 1rem;
            display: block;
            font-weight: bold;
        }
    }
}
#summer-event .marker{
    background: linear-gradient(transparent 60%, #c9ff2f 40%);
    font-size: 1.4rem;
    line-height:1.3em;
}
#summer-event .stamp__txt{
    text-align: center;
}
/*夏買い回りアイコン*/
#summer-event .kaimawari-icon{
    background: #C9FF2F;
    color: #000;
    padding: .5rem .5rem .5rem .7rem;
    line-height: 1;
    display: inline-block;
    margin-right: .2rem;
}
/*注釈*/
#summer-event .period{
    & p{
        font-size: 1em;
        margin-bottom: 1rem;
        & a{
            color: #e50012;
            display: inline-block;
            text-decoration: underline;
        }
    }
}
/*コピー*/
#summer-event .mark{
    font-size: .6rem;
}
/*見出し*/
#summer-event .midashi{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fffa66;
    padding: .5rem .5rem .5rem 1rem;
}
/*もっと見る*/
#summer-event .btn_more{
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    background: #222;
    border-radius: 100vw;
    line-height: 1em;
    position: relative;
    padding: .8em 2em;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    &:hover{
        color: #222 !important;
        background: #fff;
    }
}
/*その他ボタン*/
#summer-event .btn_sonota{
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    background: #222;
    border-radius: 10px;
    line-height: 1em;
    position: relative;
    padding: 1.2em 2em;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    border: 1px solid #222;
    &:hover{
        color: #222 !important;
        background: #fff;
    }
}
/*バナー*/
#summer-event .feature{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
/*セット商品*/
#summer-event .scroll{
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
#summer-event .item-list{
    display: flex;
    gap: 1rem;
    justify-content: center;
    & li{
        width: 18rem;
        & a{
            display: flex;
            flex-direction: column;
            background: #f2fbff;
            padding: .5rem;
            border-radius: 5px;
            box-shadow: 3px 3px 0 #d2edf3;
        }
        &.col_1{
            width: 100%;
            & a{
                display: flex;
                gap: 1rem;
                align-items: center;
                flex-direction: row;
                & .flex{
                    width: 39%;
                }
                & .img{
                    width: 400px;
                }
                & .flex-txt{
                    flex-direction: column;
                    
                }
            }
        }
        & .flex{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: .5rem;
            & .flex-txt{
                display: flex;
                align-items: center;
                gap: .5rem;
                flex-direction: column;
            }
        }
        & .icon{
            width: 70px;
            
        }
        & .txt{
            font-size: 1.1rem;
        }
        & .set-list{
            display: flex;
            flex-wrap: wrap;
            gap: .2rem;
            justify-content: center;
            height: 4.4rem;
            align-items: flex-start;
            align-content: flex-start;
            & p {
                background: #e32c4b;
                color:#fff;
                padding: .3rem .5rem;
                font-size:.7rem;
                line-height: 1;

            }
        }
    }
    
}
/*打ち消し*/
#summer-event .spesicalprice,
#summer-event .intax{
    display: none;
}
/*売価*/
#summer-event .buy_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    & .price{
        color: #eb0012;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
    }
}


/*カテゴリ商品*/
#summer-event .item-box{
    display: flex;
    overflow-x: auto;
    padding: .5rem 0 .8rem 0;
    margin-bottom: 1rem;
    & .item{
        min-width: 11rem;
        background: #f2fbff;
        padding: .5rem;
        border-radius: 5px;
        margin-right: 1rem;
        box-shadow: 3px 3px 0 #d2edf3;
        & h5 {
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: .8rem;
            margin: .5rem 0;
        }
        & .promo{
            font-size: .8rem;
            padding: .6em 1em;
            text-align: center;
            background-image: linear-gradient(130deg, rgb(253 65 124), rgb(196 14 255));
            margin: 0 auto;
            color: #fff;
            font-weight: 700;
            align-items: center;
            line-height: 1;
        }
        & .space{
            margin-bottom: -5px;
        }
        & .regular-price{
            font-size: 1.1em;
            color: #868686;
            line-height: 0;
            margin: 10px;
        }
    }
}
#summer-event .item-box #space{
            margin-bottom: -5px;
}
/*トップカテゴリ*/
#summer-event .category-image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    & li {
        width: calc((100% - (8px * 2))/ 2);
        background: #fff;
        transition: all 0.3s;
        & img {
            border-radius: 10px;
            width: 75px;
        }
        & a {
            display: flex;
            align-items: center;
            padding:0 .4rem;
            gap: 1rem;
            background:#f2fbff;
            border-radius: 4px;
            position: relative;
            box-shadow: 3px 3px 0 #d2edf3;
            &::after {
                position: absolute;
                right: 1.5rem;
                top: 45%;
                display: block;
                content: "";
                width: .4em;
                height: .4em;
                transform: rotate(45deg);
                border-top: 2px solid #231e1e;
                border-right: 2px solid #231e1e;
                transition: .2s;
            }
            
            &:hover::after{
                right: 1rem;
                }
            }
        }
        & p {
            letter-spacing: 0;
            height: fit-content;
            color: #222;
            font-size: 1rem;
            line-height: 1.4em;
        }
        
    }
/*アコーディオン*/
#summer-event summary {
    font-size: 1rem;
    text-align: center;
    background: #e32c4b;
    padding: .5rem 0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    list-style: none;
    box-shadow: 0 4px 0 #bb1e38;
    transition: opacity 0.2s;

    &::before {
        content: "▼";
        font-size: 1rem;
        margin-right: .5rem;
    }

    &:hover {
        opacity: .8;
    }
}
#summer-event summary::-webkit-details-marker {
    display: none;
}
#summer-event summary::marker {
    display: none;
}

#summer-event details[open] summary {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    border-bottom: 2px solid #222;
}
#summer-event details[open] summary::before {
    content: "▲";
}
#summer-event .period.top{
    padding: 1rem;
    background: #fff;
}
/****** liにclassがついたらクリアスタンプがつく処理 START******/
.stamp-list .clear-A,
.stamp-list .clear-B {
    position: relative;
}
.stamp-list .clear-A::after,
.stamp-list .clear-B::after {
    position: absolute;
    content: "";
    top: .5em;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 61%;
    background-position: top;
}
/* 家電 確定*/
.stamp-list .clear-A.kaden::after {
    background-image: url(/IMAGE/summer-event/A_kaden.png);
}
/* 家電 仮確定*/
.stamp-list .clear-B.kaden::after {
    background-image: url(/IMAGE/summer-event/B_kaden.png);
}
/* 家具インテリア 確定*/
.stamp-list .clear-A.interior::after {
    background-image: url(/IMAGE/summer-event/A_interior.png);
}
/* 家具インテリア 仮確定*/
.stamp-list .clear-B.interior::after {
    background-image: url(/IMAGE/summer-event/B_interior.png);
}
/* 飲料 確定*/
.stamp-list .clear-A.drink::after {
    background-image: url(/IMAGE/summer-event/A_drink.png);
}
/* 飲料 仮確定*/
.stamp-list .clear-B.drink::after {
    background-image: url(/IMAGE/summer-event/B_drink.png);
}
/* 食品 確定 */
.stamp-list .clear-A.food::after {
    background-image: url(/IMAGE/summer-event/A_food.png);
}
/* 食品 仮確定 */
.stamp-list .clear-B.food::after {
    background-image: url(/IMAGE/summer-event/B_food.png);
}
/* 日用品 確定*/
.stamp-list .clear-A.daily::after {
    background-image: url(/IMAGE/summer-event/A_daily.png);
}
/* 日用品 仮確定*/
.stamp-list .clear-B.daily::after {
    background-image: url(/IMAGE/summer-event/B_daily.png);
}
/* キッチン 確定*/
.stamp-list .clear-A.kitchen::after {
    background-image: url(/IMAGE/summer-event/A_kitchen.png);
}
/* キッチン 仮確定*/
.stamp-list .clear-B.kitchen::after {
    background-image: url(/IMAGE/summer-event/B_kitchen.png);
}
/* アウトドア 確定*/
.stamp-list .clear-A.outdoor::after {
    background-image: url(/IMAGE/summer-event/A_outdoor.png);
}
/* アウトドア 仮確定*/
.stamp-list .clear-B.outdoor::after {
    background-image: url(/IMAGE/summer-event/B_outdoor.png);
}
/* ペット 確定*/
.stamp-list .clear-A.pet::after {
    background-image: url(/IMAGE/summer-event/A_pet.png);
}
/* ペット 仮確定*/
.stamp-list .clear-B.pet::after {
    background-image: url(/IMAGE/summer-event/B_pet.png);
}
/* 備蓄米 確定*/
.stamp-list .clear-A.stockrice::after {
    background-image: url(/IMAGE/summer-event/A_stockrice.png);
}
/* 備蓄米 仮確定*/
.stamp-list .clear-B.stockrice::after {
    background-image: url(/IMAGE/summer-event/B_stockrice.png);
}
/****** liにclassがついたらクリアスタンプがつく処理 END ******/


/* 20250626 T.ABE ADD[買い回りフォーム] STA */
#summer-event :is(a.btn.clear,a.btn.finish){
    box-shadow: none;
    background: #999;
    pointer-events: none;
}
#summer-event #form{
    width: 100%;
    margin: 3% auto;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    background: #fff;
}
#form .form_area .choice-list{
    width: 100%;
    margin-bottom: 20px;
}
#form .form_area .choice-list :is(th,td){
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
}
#form .form_area .choice-list th{
    background: #f2fbff;
    width: 70%;
}
#form .form_area .choice-list th br{
    display: none;
}
#form .form_area .choice-list td{
    background: #f4f4f4;
    width: 30%;
}
#form .form_area .choice-list input{
    inline-size: 20px;
    block-size: 20px;
    accent-color: #368fbb;
    cursor: pointer;
}
#form .form_area >p{
    text-align: center;
    margin-bottom: 20px;
}
#form .form_area >p br{
    display: none;
}


#form .btn {
    background: #eb0012;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 6px 0 #bd1212;
    transition: .2s;
    padding: 0;
}
#form .btn:hover{
    box-shadow: none;
    transform: translateY(2px);
    opacity: 0.8;
}
#form .btn input {
    color: #fff;
    padding: .7rem 0;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
}


#form :is(.btn.clear,.btn.finish) {
    transform: translateY(2px);
    text-align: center;
    border-radius: 10px;
    position: relative;
    transition: .2s;
    box-shadow: none;
    background: #999;
    pointer-events: none;
}
#form :is(.btn.clear,.btn.finish) input {
    color: #fff;
}

/* 20250626 T.ABE ADD[買い回りフォーム] END */

/* 20250701 R.SUGAWARA ADD STA [メルマガ購読必須] */
#stamp form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#stamp form label{
    display: inline-flex;
    justify-content: center;
    gap: 5px;
}
#stamp form .btn{
    border: unset;
}
#stamp form span{
    padding-top: 5px;
    text-align: center;
}
/* 20250701 R.SUGAWARA ADD END [メルマガ購読必須] */

/* 20250729 R.TOSHIMA ADD STA 改修 */
#summer-event h1 {
    margin-bottom: 2%;
}

#summer-event .stamp__event {
    display: block;
}

#stamp .top-banner {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

#stamp .top-banner img {
    width: 100%;
    border: none;
}

#summer-event .stamp__box {
    margin-top: 1.2rem;
}
#summer-event .stamp__box li {
    box-sizing: border-box;
    padding: .5rem 0 .8rem;
    width: 100%;
    display: block;
}
#summer-event .stamp__box .stamp__box__flex {
    display: flex;
    justify-content: center;
}
#summer-event .stamp__box .text {
    font-size: .9rem;
    margin-bottom: .5em;
    display: block;
}
#summer-event .stamp__box .color {
    color: #e32c4b;
    font-weight: 600;
    font-size: 1.2rem;
}
#summer-event .stamp__box .color .marker {
    background: linear-gradient(transparent 60%, #f6eb30 40%);
    font-size: 1em;
    line-height: 1;
    padding: 0 .2em;
}

#summer-event details {
    border: 2px solid #414141;
}
#summer-event summary {
    background-color: #fffeda;
    color: #414141;
    border: none;
    box-shadow: none;
}

/* アンカーCSS ここから */
#summer-event .anchor {
    overflow: hidden;
    z-index: 10;
    padding: .5rem;
    margin: 0 auto 4%;
    border-radius: 5px;
    border: 2px solid #22779b;
    background: #fffffff7;
}

#summer-event .anchor-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .5rem;
}
#summer-event .anchor-title h2{
    font-size: 1.3rem;
    text-align: center;
    color: #2795c8;
    display: inline-block;
}
#summer-event .anchor-title .color-cap {
    position: absolute;
    right: 0;
    font-size: .75rem;
    display: flex;
    align-items: center;
}
#summer-event .anchor-title .color-cap .cir {
    background-color: #e22d4b;
    width: .8rem;
    height: .8rem;
    display: block;
    border-radius: 100vw;
    border: 1px solid #222;
    margin: 0 .1em 0 .4em;
}
#summer-event .anchor-title .color-cap .cir.blue {
    background-color: #3d62ec;
}
#summer-event .anchor-title .color-cap .cir.yellow {
    background-color: #fffa66;
}
#summer-event .anchor-inner {
    padding-bottom: .6rem;
}
#summer-event .anchor-list{
    display: flex;
    gap: .3rem;
    justify-content: center;
    padding: 0 .3rem;
    box-sizing: border-box;
}
#summer-event .anchor-item{
    font-size: .8rem;
    padding: .5em .8em;
    line-height: 1;
    border: 1px solid #222;
    color: #222;
    border-radius: 100vw;
    background-color: #fffa66;
}
#summer-event .anchor-item:hover{
    color: #222 !important;
    opacity: .8;
}
#summer-event .anchor-item.clear-A{
    background-color: #e22d4b;
    color: #FFF;
}
#summer-event .anchor-item.clear-B{
    background-color: #3d62ec;
    color: #FFF;
}
#summer-event .anchor-item.clear-A:hover,
#summer-event .anchor-item.clear-B:hover {
    color: #FFF !important;
    opacity: .8;
}

/* アンカー高さ合わせ */
#summer-event #item .category {
    padding-top: 110px;
    margin-top: -111px;
}
/* アンカーCSS ここまで */

/* 20250729 R.TOSHIMA ADD END 改修 */

/* 20250805 R.TOSHIMA ポイント15倍 STR */

#summer-event .gf-cap {
    margin-top: .8rem;
}
#summer-event .gf-cap__title {
    text-align: center;
}
#summer-event .gf-cap__details {
    border: none;
}
#summer-event .gf-cap__summary {
    position: relative;
    background: #272727;
    color: #FFF;
    box-shadow: 0 5px 0 #000000;
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}
#summer-event .gf-cap__summary::before {
    content: "▼";
    font-size: .8rem;
    position: absolute;
    left: 1rem;
}
#summer-event .gf-cap__explan {
    background: #e1e1e1;
    box-sizing: border-box;
    padding: 1.5rem 2.5rem;
    border-radius: 0 0 5px 5px;
}
#summer-event .period .gf-cap__explan {
    padding: 1rem 0;
    margin-bottom: .5rem;
}
#summer-event .period .gf-cap__explan__img  {
    max-width: 500px;
    margin: 0 auto 1rem;
}
#summer-event .period .gf-cap__explan__img:nth-last-child(1)  {
    margin: 0 auto;
}
#summer-event .gf-cap__explan h4 {
    background-color: #00a0eb;
    color: #FFF;
}
#summer-event .gf-cap__explan__img {
    margin-bottom: 1rem;
}
#summer-event .gf-cap__explan__img img {
    width: 100%;
    border: none;
}

#summer-event .stamp__event .entry-text {
    font-size: .9rem;
    color: #eb0012;
    text-align: center;
    margin-top: .7rem;
    display: block;
    font-weight: 500;
}

/* 20250805 R.TOSHIMA ポイント15倍 END */



/* 20250806 R.TOSHIMA GF期間中 STR */
#summer-event.GF_period {
    background: #0a0501;
}
#summer-event.GF_period .inner {
    background: #f3f3f3;
}
#summer-event.GF_period section {
    border: 1px solid #dbdbdb;
}
#summer-event.GF_period h1 {
    border: none;
}
#summer-event .stamp-list.buy-period {
    background: repeating-linear-gradient(135deg, #414141, #414141 10px, #4f4f4f 10px, #4f4f4f 20px);
}
#summer-event .stamp-list.buy-period .buy-period__day {
    font-size: .9rem;
    color: #FFF;
    text-align: center;
    line-height: 1;
}
#summer-event.GF_period #set .scroll{
    margin-bottom: 0;
    padding: 0;
}
#summer-event.GF_period #set .item-list{
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 0;
}
#summer-event .anchor {
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
#summer-event.GF_period .anchor-title h2 {
    color: #222;
}

/* 20250806 R.TOSHIMA 期間追加 */
#summer-event .stamp__event__period {
    width: 100%;
    margin: .5rem 0 0;
}
#summer-event .stamp__event__period p {
    font-size: .9rem;
    padding: .5em;
    display: block;
}
#summer-event .stamp__event__period > .title {
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin-bottom: .1em;
}
#summer-event .stamp__event__period .dairy-table {
    text-align: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ababab;
}
#summer-event .stamp__event__period .dairy-table__box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
}
#summer-event .stamp__event__period .dairy-table__box:nth-last-of-type(1) {
    margin-bottom: 0;
    border-top: 1px solid #ababab;
}
#summer-event .stamp__event__period .dairy-table__title {
    background-color: #222;
    color: #FFF;
    width: 40%;
}
#summer-event .stamp__event__period .dairy-table__title.GF  {
     color: #fee75e;
}
#summer-event .stamp__event__period .dairy-table__day {
    width: 60%;
    font-weight: 500;
}

/* 20250806 R.TOSHIMA 備蓄米バナー */
#summer-event .item-banner {
    margin-bottom: 1rem;
}
#summer-event .item-banner a {
    border-radius: 5px;
    overflow: hidden;
}
#summer-event .item-banner__title {
    color: #d76a20;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}
/* 買い足しアイテムボタン追加 */
#summer-event .item-banner .targetlist__btn {
    position: relative;
    background: #eb4300;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    padding: .4em 0.5em .4em 0;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#summer-event .item-banner .targetlist__btn:hover {
    color: #FFF !important;
    transform: scale(1.02);
    opacity: 1;
}
#summer-event .item-banner .targetlist__btn::before {
    margin-right: .5em;
    font-family: 'fontPlazaIcon' !important;
    content: "\e956";
    font-size: 1.4em;
}
#summer-event .item-banner__title.targetlist {
   color: #eb5900;
}
/* 20250806 R.TOSHIMA GF期間中 END */

/* 20250806 R.TOSHIMA 詳細ポップアップ */
#summer-event .detail-popup {
    border: none;
}
#summer-event .detail-popup summary{
    background: transparent;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#summer-event .detail-popup[open] summary {
    border: none;
    transition: none;
}
#summer-event .detail-popup[open] summary:hover {
    opacity: 1;
}
#summer-event .detail-popup[open] summary::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000069;
    z-index: 11;
}
#summer-event .detail-popup summary::before,
#summer-event .detail-popup[open] summary::before {
    font-family: 'fontPlazaIcon' !important;
    content: "\e909";
    font-size: 1.2em;
    margin-right: .1em;
}

/* ポップアップ内部 */
#summer-event .popup-contents {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 60px));
    z-index: 12;
    background: #FFF;
    width: 85%;
    max-width: 650px;
    padding: 2.5rem;
    box-sizing: border-box;
    border-radius: 5px;
}
#summer-event .popup-contents .popup-box {
    margin-bottom: 1rem;
}
#summer-event .popup-contents .popup-box:last-of-type(1) {
    margin-bottom: 0;
}
/* ?ボタン */
#summer-event .popup-contents::after {
    position: absolute;
    right: 0;
    top: -1.8rem;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    pointer-events: none;
    z-index: 1;

    /* ?のエスケープ */
    content: '\2715';
}
#summer-event .popup-contents .popup-inner {
    width: 100%;
    overflow-y: scroll;
    max-height: 60vh;
}
#summer-event .popup-contents p{
    font-size: .8rem;
    margin-bottom: .5em;
}

/* ポップアップ解除 */
#summer-event .popup-contents.popup-none {
    position: static;
    width: 100%;
    overflow: auto;
    padding: 0;
    z-index: 1;
    transform: none;
}
#summer-event .popup-contents.popup-none .popup-inner {
    max-height: none;
    overflow: auto;
}

/* ポップアップ内部 テーブル */
#summer-event .popup-contents .popup-table {
    width: 100%;
    box-sizing: border-box;
}
#summer-event .popup-contents .popup-table .tr {
    width: 100%;
    display: flex;
    border: 2px solid #222;
    border-bottom: none;
    box-sizing: border-box;
}
#summer-event .popup-contents .popup-table .tr:nth-last-of-type(1) {
    border-bottom: 2px solid;
}
#summer-event .popup-contents .popup-table .td {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #222;
    padding: 2%;
    box-sizing: border-box;
}
#summer-event .popup-contents .popup-table .td.title {
    background-color: #222;
    color: #FFF;
}
#summer-event .popup-contents .popup-table .td:nth-last-child(1) {
    border-right: none;
}
#summer-event .popup-contents .popup-table .td .td__img {
    max-width: 4rem;
}

/* ページTOPに戻る */
#summer-event .top-back {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c83cb;
    color: #ffffff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100vw;
    z-index: 10;
}
#summer-event .top-back:hover {
    color: #FFF !important;
}
#summer-event .top-back i {
    font-size: 1.2rem;
    line-height: 0;
}
#summer-event.GF_period .top-back {
    background: #0a0501;
    color: #ffffff;
    border: 1px solid #FFF;
}

/* カウントダウンタイマー */
#summer-event #count-timer {

}
#summer-event #count-timer .day {
    color: #ffffffde;
    font-size: 4rem;
    background: #0a0501;
    text-align: center;
    line-height: 1;
    padding: .1em 0;
    font-family: "Lato","Noto Sans JP","Yu Gothic black",sans-serif,"メイリオ";
}
#summer-event #count-timer .day span {
    line-height: 1;
}
#summer-event #count-timer .day span.days {
    font-size: .3em;
    margin: 0 .25em;
}
#summer-event #count-timer .day span.rest {
    font-size: .6em;
    margin-right: .2em;
}

/* カウントダウンタイマー */

/* タイマーに使用するアニメーション */
@keyframes countdown-flip {
    0% { display: block; }
    6.66% { 
        display: none;
    }
    100% { 
        display: none;
    }
}
@keyframes countdown-last-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes countdown-opacity {
    from { opacity: 1; }
    to   { opacity: 0; }
}
#summer-event #count-timer {
    background: #0a0501;
}
#summer-event .css-countdown {
    display: block;
    position: relative;
    width: 100%;
    height: 1.1em;
    font-size: 4rem;
    font-family: "Lato","Noto Sans JP","Yu Gothic black",sans-serif,"メイリオ";
}
#summer-event .css-countdown__opacity {
    height: 100%;
    font-size: 1em;
    animation: countdown-opacity 3s linear 7s forwards;
}
#summer-event .css-countdown .css-countdown__item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    animation: countdown-flip 15s steps(15, end) forwards;
    background-color: #0a0501;
    color: #ffffffde;
    font-size: 1em;
    text-align: center;
    line-height: 1;
    font-family: "Lato","Noto Sans JP","Yu Gothic black",sans-serif,"メイリオ";
    white-space: nowrap;
}

#summer-event .css-countdown .css-countdown__item span {
    line-height: 1;
    white-space: nowrap;
}
#summer-event .css-countdown .css-countdown__item span.days {
    font-size: .3em;
    margin: 0 .25em;
}
#summer-event .css-countdown .css-countdown__item span.rest {
    font-size: .6em;
    margin-right: .2em;
}
#summer-event .css-countdown .css-countdown__item span.enjoy {
    font-size: .6em;
    margin-left: .2em;
}
/* 9.8秒後に表示 */
#summer-event .css-countdown .css-countdown__item.last {
    z-index: 1;
    opacity: 0;
    animation: countdown-last-fadein 1s linear 9.8s forwards;
    font-size: .9em;
    top: 50%;
    transform: translateY(-50%);
    height: max-content;
}
#summer-event .css-countdown .css-countdown__item.last span.rest {
    margin-right: 0;
    font-size: .5em;
}

/* セットのアイコン追加 */
#summer-event .item-box .item-cate {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    font-size: .75rem;
    padding: .5em .5em 0;
    background: #f7daff;
    height: 5em;
}
#summer-event .item-box .item-cate .cate {
    display: block;
    line-height: 1;
    padding: .3em .5em;
    background-color: #fef76a;
    border: 1px solid #000;
    color: #222;
    font-size: 1em;
    border-radius: 100vw;
    box-sizing: border-box;
    margin-right: .3em;
}
#summer-event .item-box .item-cate.red {
    background: #ffd3d3;
}
#summer-event .item-box .item-cate.blue {
    background: #daf8ff;
}