@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;3
}
#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;
}
#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: 1rem;
}
#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;
    & 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: 6rem;
            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: #eb0012;
            margin: 0 auto;
            color: #fff;
            font-weight: 700;
            align-items: center;
            line-height: 1;
        }
    }
}
/*トップカテゴリ*/
#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;
    transition: .2s;
    list-style: none;
    margin-top: .5rem;
    box-shadow: 0 4px 0 #bb1e38;
    &::before {
        content: "▼";
        font-size: 1rem;
        margin-right: .5rem;
    }
}
#summer-event details[open] summary {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
}
#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);
}
/****** 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 [メルマガ購読必須] */