<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:#474747;
    /* --accentColor:#465570; */
    --accentColorSub:#465570;
    --accentBgColor:rgba(175, 139, 81, 0.2);
    --bgColor:rgb(247, 255, 156,0.2);
    --borderColor:#d20246;
    --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;
    background:var(--bgColor);
}

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

section{
    padding:80px 0;
}

section.n-pdt{
    padding:0 0 80px;
}
section.n-pdb{
    padding:80px 0 0;
}

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

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

.txtRed{
    color:#db2929;
}

.mb10{
    margin-bottom:10px;
}

.mb20{
    margin-bottom:20px;
}

.mb30{
    margin-bottom:20px;
}

.mb40{
    margin-bottom:20px;
}

@media (min-width: 768px) {

    .br-pc{
        display:block;
    }

    .br-sp{
        display:none;
    }

    section{
        padding:80px 0;
    }

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


/*intro*/
.intro__wrapper .contentInner{
    display: flex;
    flex-direction:column;
    align-items: center;
}


.page__subttl{
display: inline-block;
padding:4px 8px;
border: 1px solid var(--color-bk);
font-weight: bold;
text-align: center;
font-size:13px;
}

.page__ttl{
text-align: center;
font-family: minion-pro, serif;
font-weight: 500;
font-style: normal;
color:var(--accentColor);
letter-spacing: 0.1em;
line-height: 1.4;
font-size:38px;
margin:12px 0
}

.page__ttl img{
    max-width:290px;
}



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


.page__desc__acc{
    color:var(--color-bk);
    font-weight: bold;
    border-bottom:1px solid #db2929;
    font-size: 18px;
    margin:9px 0;
    line-height: 1.4;
    text-align: center;
}

.page__desc__acc span{
    display: inline-block;
    font-size: 22px;
    margin-right:2px;
}


.event__date{
    width:100%;
    border: 1px solid var(--accentColorSub);
    margin-top:24px;
}

.event__date__ttl{
    text-align: center;
    font-size:14px;
    font-weight: bold;
    background:var(--accentBgColor);
    color:var(--accentColorSub);
    padding:8px 0;
}

.event__day{
    font-family: garamond-premier-pro, serif;
    font-weight: 600;
    font-style: normal;
    color:var(--accentColorSub);
    display: flex;
    justify-content: space-between;
    padding:20px;
    position: relative;
}

.event__day::before,.event__day::after{
    display: block;
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent var(--accentColorSub);
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}

.event__day::before{
    left:-8px;
}

.event__day::after{
    left:8px;
}



.event__day p{
    width:45%;
    text-align: center;
    font-size:24px;
}

.event__day p span{
    display: block;
    font-size:14px;
    letter-spacing: 0.1em;
    margin-top:4px;

} 

.marker{
    font-weight: bold;
    background: linear-gradient(transparent 50%, var(--bgColor) 60%);
}

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

.member__ttl{
align-items: center;
display: flex;
justify-content: center;
font-weight: bold;
line-height: 1.6;
margin:24px 0 16px;
}

.member__ttl::before,
.member__ttl::after {
background:var(--color-bk);
border-radius: 2px;
content: "";
height: 1px;
width: 50px;
}
.member__ttl::before {
margin-right: 10px;
transform: rotate(60deg);
}
.member__ttl::after {
margin-left: 10px;
transform: rotate(-60deg);
}

.member__link{
    display: flex;
    flex-direction: column;
    gap:16px;
}

.member__link li{
    width:100%;
    max-width:360px;
    margin:0 auto;
    border-radius: 50px;
    background:#544f4f;
    font-weight: bold;
    text-align: center;
    padding:16px 0;
}

.member__link li:first-child{
    background:var(--bgColor);
}



.member__link li a{
    font-weight: 15px;
    color:#fff;
    letter-spacing: 0.15em;
}

.coupon__desc, .hosoku__desc{
    width:100%;
    background:#efefef;
    padding:16px;
    margin-top:32px;
}

.hosoku__desc{
    width:100%;
    text-align: center;
}

.coupon__desc{
    display: flex;
    flex-wrap: wrap;
}


.coupon__desc dt,.hosoku__desc p{
    font-size:11px;
    line-height: 1.4;
}

.coupon__desc dt{
    width:1.5em;
}

.coupon__desc dd{
    width:calc(100% - 1.5em);
    font-size:11px;
    line-height: 1.4;
    margin-bottom:4px;
}

.coupon__desc dd:last-child{
    margin-bottom:0;
}
@media (min-width: 768px) {
    
    .page__subttl{
        font-size:14px;
    }

    .page__ttl{
        font-size:40px;
    }

    .event__date{
        max-width:400px;
    }

    .member__ttl{
        margin:32px 0 16px;
    }

    .member__ttl::before,
    .member__ttl::after {
        width: 30px;
    }

    .member__link{
        flex-direction: row;
        gap:16px;
    }

    .member__link li{
        width:280px;
        padding:16px 0;
    }


    .coupon__desc, .hosoku__desc{
        max-width:580px;
        padding:24px;
        margin-top:40px;
    }
    
    .coupon__desc,.hosoku__desc{
        padding:24px;
        margin-top:40px;
    }

    .page__ttl img{
        max-width:400px;
    }

}

/*contents*/

.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::before{
    content:"";
    display: block;
    width:84px;
    height:35px;
    background:url(/img/usr/freepage/20250124_kinitsu_sale/sale-icon.png) no-repeat center center/contain;
    transform: rotate(-20deg);
    position: absolute;
    top:10px;
    left:-20px;
    z-index:1000;
}

.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/20250124_kinitsu_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:5px;
}

/*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:30px;
        width:100%;
        max-width:1200px;
        margin:0 auto;
    }

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

    .selectItem__lists li.cl1{ 
        padding:24px;
    }

        
    .selectItem__lists li.cl1 .selectItem__item__off{
        margin-top:10px;
    }




/*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%;
}
}


.sec__arrow{
    display: block;
    margin:20px 0;
    width:100%;
    height:80px;
    background:url(/img/usr/freepage/20250124_kinitsu_sale/sec-arrow.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
    .sec__arrow{
        margin:40px 0;
        width:100%;
        height:100px;
    } 
}


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