@charset "Shift_JIS";

/* リセットCSS
================================ */

#first-sale2025 *,
#first-sale2025 *::before,
#first-sale2025 *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#first-sale2025 h1,
#first-sale2025 h2,
#first-sale2025 h3,
#first-sale2025 h4,
#first-sale2025 h5,
#first-sale2025 h6,
#first-sale2025 ul,
#first-sale2025 ol,
#first-sale2025 dl,
#first-sale2025 li,
#first-sale2025 dt,
#first-sale2025 dd,
#first-sale2025 p,
#first-sale2025 div,
#first-sale2025 span,
#first-sale2025 img,
#first-sale2025 a,
#first-sale2025 table,
#first-sale2025 tr,
#first-sale2025 th,
#first-sale2025 td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#first-sale2025 header,
#first-sale2025 footer,
#first-sale2025 nav,
#first-sale2025 section,
#first-sale2025 article,
#first-sale2025 main,
#first-sale2025 aside,
#first-sale2025 figure,
#first-sale2025 figcaption {
    display: block;
}

#first-sale2025 ol,
#first-sale2025 ul,
#first-sale2025 li {
    list-style: none;
    list-style-type: none;
}

#first-sale2025 img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#first-sale2025 a {
    color: inherit;
    text-decoration: none;
}

#first-sale2025 a:hover {
    opacity: 0.5;
}

#first-sale2025 .spesicalprice,
#first-sale2025 .intax {
    /*税込削除*/
    display: none;
}

.header-info-red{
    display: none;
}
#pankuzu{
    display: none;
}
/*-----------------------------------------------------------------------------------------
important
----------------------------------------------------------------------------------------*/
#first-sale2025 .hidden {
    display: none !important;
}


/*-----------------------------------------------------------------------------------------
base
----------------------------------------------------------------------------------------*/

& body {
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif, "Plus Jakarta Sans", sans-serif;
    ;
}

#first-sale2025 {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    & a {
        color: #222;
    }
}

/*-----------------------------------------------------------------------------------------
common
----------------------------------------------------------------------------------------*/
/*==========text==========*/
#first-sale2025 {

    & h2{
        color: #e7ca6d;
        font-size: 30px;
        margin-bottom: 15px;
        border-bottom:2px solid #e7ca6d;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
        padding-bottom: 0.5%;

        .fish {
            display: inline-block;
            width: 4.5%;
        }
        .hammer {
            display: inline-block;
            width: 4.5%;
        }
    }

    & h3 span {
        border: 1px solid;
        border-radius: 90px;
        padding: 0 10px;
        margin: 0 5px;
    }

    & h4 {
        font-size: 12px;
        color: #262326;
    }

    .price {
        font-size: 2rem;
        color: #fff !important;
    }

    .grd {
        font-weight: bold;
        background: linear-gradient(to bottom left, #e3e3e3, #dab6cb, #acc1db);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}

/*-----------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------*/
#first-sale2025 #header {
    background: #d22d1b;
    padding: 10px 0;

    & h1 {
        width: 100%;
        margin: auto;
    }
}




/*-----------------------------------------------------------------------------------------
main
----------------------------------------------------------------------------------------*/

#first-sale2025 #main {
    width: 100%;

    .jougen{
        color: #fff;
        font-size: 14px;
        padding-bottom: 10px;
    }
}

#first-sale2025 #main .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#first-sale2025 #main .grade_bg{
    background: linear-gradient(to bottom, #d22d1b, #d22d1b 5%, #F89174);
    position: relative;
    width: 100%;

    .pattern{
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
#first-sale2025 #main section{
    padding-bottom: 40px;

    .inner{
        max-width: 900px;
        margin: auto;
    }
}
/* #first-sale2025 #main section.event_box{
    padding-bottom: 0;
} */


/*-----------------------------------------------------------------------------------------
notice
----------------------------------------------------------------------------------------*/
#first-sale2025 #notice {
    width: 100%;
    position: relative;
    z-index: 1;
    .notice-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .notice-item{
        width: 100%;
        border: 1px solid #ddba88;
        position: relative;
    }


    .cover{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .8);
        display: flex;
        justify-content: center;
        align-items: center;

        span{
            color: #fff;
            font-size: 24px;
        }
    }
}

/*-----------------------------------------------------------------------------------------
special-p10
----------------------------------------------------------------------------------------*/
#first-sale2025 #special-p10{
    width: 100%;

    .special-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }
    .special-item{
        width: 100%;
        box-shadow: 0 5px 15px rgba(126, 22, 11, .9);
        border: 2px solid #E1BE6D;
        position: relative;

        .point_icon{
            position: absolute;
            top: 10px;
            left: 10px;
            width: 80px;
            height: 80px;
        }

        .point{
            background: #b60102;
            color: #e4b41b;
            font-weight: 600;
            padding: 5px 0;
            font-size: 22px;
        }
        .price{
            background: #ba963c;
            color: #fff;
            font-size: 14px;
            padding: 5px 0;
            height: 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .normal-price{
            line-height: 1.2;
        }
        .special-price{
            color: #fff;
            span{
                font-size: 2em;
                line-height: 1.2;
            }
        }
        .item-name{
            background: #fff;
            display: grid;
            align-items: center;
            grid-template-columns: 1fr;
            padding: 5px 0;
            font-weight: 600;
        }

        .item-btn{
            background: #222;
            border-radius: 30px;
            color: #fff;
            width: 50%;
            margin: auto;
            padding: 5px;
            margin-top: 5px;

            .right-arrow{
                background: #fff;
                border-radius: 50%;
                padding: 3px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                width: 20px;
                height: 20px;
                margin-left: 10px;

                .arrow{
                    clip-path: polygon(0 0, 100% 50%, 0 100%);
                    width: 1px;
                    height: 1px;
                    background: #222;
                    margin-left: 5px;
                    padding: 5px;

                }

            }
        }
    }
}

/*-----------------------------------------------------------------------------------------
all-shop
----------------------------------------------------------------------------------------*/
#first-sale2025 #all-shop{
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 1;

    & h3{
        padding-bottom: 10px;
        color: #fff;
        font-size: 18px;
    }

    .feature-list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

/*-----------------------------------------------------------------------------------------
cat-9390
----------------------------------------------------------------------------------------*/
#first-sale2025 #cat-9390,#happybag{
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 1;

    & h3{
        padding-bottom: 10px;
        color: #fff;
        font-size: 18px;
    }
    & p{
        img{
            width: 100%;
        }
    }

    & a{
        background: #222;
        font-size: 1.2rem;
        border: 2px solid #FFF;
        padding: 10px;
        color: #fff;
        border-radius: 5px;
        display: block;
        width: 70%;
        margin: auto;
    }
    & a:hover{
        color: #fff !important;
    }
}

/*-----------------------------------------------------------------------------------------
lottery
----------------------------------------------------------------------------------------*/
#first-sale2025 #lottery,#lottery_add{
    width: 100%;
    background: #d22d1b;
    padding: 40px 0;

    & h2{
        font-size: 36px;
        position: relative;
    }
    & h3{
        padding-bottom: 10px;
        font-size: 18px;
        color: #fff;
    }
    .gift-bur{
        padding-bottom: 10px;
    }
    .entry-button{
        background: #deae70;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        display: block;
        max-width: 60%;
        margin: 0 auto 30px;
        box-shadow: 0 5px 15px rgba(126, 22, 11, .9);
        border-radius: 40px;
    }

    .happybag-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding-bottom: 20px;
    }
    .happybag-list.col1{
        grid-template-columns: 1fr;

        .hppybag-item{
            width: 50%;
            margin: auto;
            & a{
                display: grid;
                grid-template-columns: 1fr;

                & img{
                    width: 100%;
                }
            }
        }
        .right-box{
            width: 100%;
            width: 100%;
            height: 100%;
            display: grid;
            grid-template-rows: 70% 30%;

            .price{
                display: grid;
                align-items: center;
            }
        }
    }
    .hppybag-item{
        width: 100%;
        border: 2px solid #E1BE6D;
        box-shadow: 0 5px 15px rgba(126, 22, 11, .9);

        .price{
            background: #ba963c;
            color: #fff;
            font-size: 14px;
            padding: 5px 0;
        }
        .happybag-price{
            color: #d22d1b;
            span{
                font-size: 2em;
                line-height: 1.2;
            }
        }
        .happybag-name{
            background: #fff;
            display: grid;
            align-items: center;
            grid-template-columns: 1fr 20px;
            padding: 5px 0;

            .right-arrow{
                clip-path: polygon(0 0, 100% 50%, 0 100%);
                width: 12px;
                height: 12px;
                background: #fff;
            }
        }
    }

    .happybag-entry{
        border: 1px solid #deae70;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        & dl{
            width: 55%;
            margin: auto;

            & dt{
                background: #deae70;
                border-radius: 3px;
                color: #d22d1b;
                /* width: 50%; */
                margin: auto;
                font-size: 18px;
                padding: 5px 0;
                margin-bottom: 10px;
                font-weight: 600;
            }
            & dd{
                color: #fff;
                padding-bottom: 20px;
                font-size: 18px;
                font-weight: 600;
                text-align: left;
            }
            & dd:last-child{
                padding-bottom: 0;
            }
        }
    }


    .bur{
        padding-bottom: 40px;
    }
    .event-bur{
        .event-list{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
        }
        .event-item{
            border: 2px solid #E1BE6D;
        }
    }



    .all-shop{
        width: 100%;
        max-width: 815px;
        margin: auto;
        margin-bottom: 40px;
    
        & h3{
            padding-bottom: 10px;
            color: #fff;
            font-size: 18px;
        }
    
        .feature-list{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 10px;
        }
    }
}



#footer{
    background: #d22d1b;
}

#first-sale2025 .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
    z-index: 9999;

    & a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        color: #fff396;
        font-size: 12px;
        font-weight: 700;
        background-color: #991a1d;
        border-radius: 80px;
        width: 70px;
        height: 70px;
        line-height: 1.3em;
        transition: .3s all;
    }
}

/*-----------------------------------------------------------------------------------------
250106追加
----------------------------------------------------------------------------------------*/
#lottery_add {

    .happybag-list .hppybag-item{
        position: relative;
    }

    .hppybag-item.icon1::after{
        content: '';
        width: 31%;
        height: 6rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background-image: url(../../IMAGE/first-sale2025/icon1.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .hppybag-item.icon2::after{
        content: '';
        width: 31%;
        height: 6rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        background-image: url(../../IMAGE/first-sale2025/icon2.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }

}

#first-sale2025 .newlife2025 img{
    border: 1px solid #e7ca6d;
}