<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
img{max-width:100%;}
/* body{    
    margin: 0;
    color: #333333;
    text-align: center;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background: #FFF;
    min-width: 990px;
} */

.contentWrapper {
    overflow: hidden;
    font-weight: 400;
    color: #1F1E24;
    letter-spacing: .05em;
}

.contentInner{
    max-width: 1000px;
    margin: 0 auto;
}

section{
    padding:60px 0;
}
section:last-child{
    padding:60px 0 130px;
}

.page__ttl{
    max-width:380px;
    margin:0 auto;

}

.page__desc{
    text-align: center;
    margin:15px 0 25px;
    line-height:2;
}

.event__date{
    max-width:450px;
    margin:0 auto;
}

section.gray{
    background:#EAEAEA;

}

.arrow{
    display:flex;
    justify-content: center;
    margin-bottom:-30px;
    position: relative;
    z-index: 1;

}

.arrow::after{
    display:block;
    content:"";
    width:60px;
    height:60px;
    background:url(/img/usr/freepage/2023blackfridaysale/arrow.png) no-repeat center center/contain;
}

.selectItem__ttl{
    max-width:310px;
    margin:0 auto;
}



.selectItem__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px;
    margin-bottom:20px;
    max-width:800px;
    margin:0 auto;
}

.selectItem__list li{
    width:calc((100% - 20px)/2);
}

.selectItem__list li:nth-child(n+3){
    width:calc((100% - 40px)/3);
}


.bottom-bg{
    position: relative;
}

.bottom-bg::after{
    display:block;
    content:"";
    width:100%;
    height:100px;
    background:url(/img/usr/freepage/2023blackfridaysale/bg.png) repeat-x center center/contain;
    position: absolute;
    bottom:0;
}

.selectItem__list li{
   cursor: pointer;
   transition: .2s;
}

.selectItem__list li:hover{
    opacity: .8;
}</pre></body></html>