<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
*{
    box-sizing: border-box;
}
img{
    max-width:100%;
}

:root {
    --color-bk:#545350;
    --bgColor:#EFEFEC;
    --borderColor:#7394A6;
    --box-shadow:rgb(119, 119, 119,0.2);
    }


body{
    line-height: 1;
    font-family: YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}


.br-pc{
    display:none;
}

.contentWrapper {
    overflow: hidden;
    font-weight: 400;
    color: var(--color-bk);
    letter-spacing: .05em;
}

.mainVisual__wrapper{
    text-align: center;
    max-width:1200px;
    margin:0 auto;
}

section{
    padding:80px 0;
}

section.bgColor{
    background:var(--bgColor);
}

.contentInner{
    padding:0 4%;
    margin: 0 auto;
    position: relative;
    z-index:2;
}

@media (min-width: 768px) {

    .br-pc{
        display:block;
    }

    section{
        padding:80px 0;
    }

    .contentInner{
        max-width: 1000px;
    }
}


/*contents*/
.page__ttl{
    width:80%;
    max-width:380px;
    margin:0 auto 24px;

}


.page__desc{
    font-size:13px;
    padding:0 4%;
    /* max-width:400px; */
    text-align: center;
    /* margin:15px auto 25px; */
    line-height: 2.2;
}

.event__date{
    width:80%;
    max-width:380px;
    margin:24px auto 0;
}

.selectItem__ttl{
    width:80%;
    max-width:340px;
    margin:0 auto 24px;
}


.selectItem__lists{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:1rem;
    width:90%;
    max-width:800px;
    margin:0 auto;
}

.selectItem__lists li{
    background:#fff;
    position: relative;
    /* border:1px solid var(--borderColor); */
    box-shadow:0 0 5px var(--box-shadow);
}

.selectItem__lists li a::before{
    display: block;
    content:"";
    width:calc(100% - 1.6rem);
    height:calc(100% - 1.6rem);
    border:1px solid var(--borderColor);
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}

.selectItem__item__off,.selectItem__item__img{
    text-align: center;
}

.selectItem__lists li::after{
    content:"";
    display: block;
    width:60px;
    height:60px;
    background:url(/img/usr/freepage/20240619weekend_sale/check.png) no-repeat bottom right/contain;
    position: absolute;
    bottom:0;
    right:0;
}

/*1col*/

.selectItem__lists li.cl1{ 
    padding:2.4rem;
}

.selectItem__lists li.cl1 .selectItem__item__off{
    padding:0 1rem;
    margin-bottom:1rem;
}

/*2col*/
.selectItem__lists li.cl2 a{
    display: flex;
    align-items: center;
    padding:1.6rem;
}

.selectItem__lists li.cl2 .selectItem__item__off{
    padding:0 0.8rem;
}

.bnr_wrapper{
    width:90%;
    max-width:800px;
    margin:3.2rem auto 0;
}

.bnr_wrapper p{
    text-align: center;
    font-weight: bold;
    padding-bottom:0.4px;
    margin-bottom:1rem;

}
.bnr_wrapper p span{
    display: inline-block;
    border-bottom:1px solid var(--color-bk);
}



@media (min-width: 768px) {

    .intro__wrapper::before{
        width:22%;
        height:143px;
        top:20px;
    }
    
    .intro__wrapper::after{
        width:18%;
        height:147px;
        left:0;
        bottom:80px;
    }


    .event__date{
        margin:24px auto 0;
    }

    .selectItem__ttl{
        max-width:310px;
    }

    .selectItem__lists{
        flex-direction: row;
        gap:2rem;
        width:100%;
        max-width:800px;
        margin:0 auto;
    }

    .selectItem__lists li{
        width:calc((100% - 2rem) / 2);
        cursor: pointer;
        transition: .2s;
    }

    /* .selectItem__lists li.cl1{
        padding:0;
    }
    
    .selectItem__lists li.cl1 .selectItem__item__off{
        padding:0 1rem;
        margin-bottom:0;
    } */


/*1col*/
/* .selectItem__lists li.cl1 a{
    display: flex;
    align-items: center;
    padding:1.6rem;
    flex-direction: row-reverse;
}

.selectItem__lists li.cl1 .selectItem__item__off{
    padding:0 1rem;
    margin-bottom:0;
} */

/*2col*/
.selectItem__lists li.cl2 a{
    padding:1.6rem;
}

.selectItem__lists li.cl2 .selectItem__item__off{
    padding:0 1rem;
}

.bnr_wrapper a{
    transition: 0.2s;
}
.selectItem__lists li:hover, .bnr_wrapper a:hover{
    opacity: .8;
}

.bnr_wrapper{
    width:100%;
}
}




</pre></body></html>