<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*restã€€******************************/
*{box-sizing: border-box;}
img{max-width:100%;max-height: 100%;}
a{display: block;}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color:inherit;
}

body{
    line-height: 1;

}

html{
    font-size:62.5% !important;
}


/*rootã€€******************************/

:root {
    --color-bk:#333333;


    --sec-mg:64px;
    --cont-mg:56px;
    --cont-mg-s:40px;
    --cont-mg-t:32px;
    --cont-mg-f:24px;
    --txt-mg:16px;
    --txt-mg-s:8px;
    }

    .pc{
        display: none;
    }
    

    @media (min-width: 768px) {
        :root {
            --sec-mg:96px;
            --cont-mg:72px;
            --cont-mg-s:64px;
            --cont-mg-t:40px;
            --cont-mg-f:32px;
            --txt-mg:24px;
            --txt-mg-s:16px;

        }
        .pc{
            display: block;
        }

        .sp{
            display: none;
        }
        
    }


/*commonã€€******************************/


.contentWrapper {
    overflow: hidden;
    letter-spacing: .05em;
    color:var(--color-bk) !important;
    letter-spacing: 0.08em;
    /* font-family: "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif; */
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    max-width:1920px;
    margin:0 auto;
    background:#ffe171;
}


section{
    padding:var(--cont-mg-s) 0 var(--cont-mg) ;
}

section.n-pd{
    padding:0;
}

section.n-pdt{
    padding:0 0 var(--cont-mg);
}

section.n-pdb{
    padding:var(--cont-mg) 0 0;
}


.mainVisual{
    padding:0;
    text-align: center;
}

.font-en{
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.contents-inner{
    padding:0 5vw;
}

@media (min-width: 768px) {

    .contents-inner{
        max-width:1050px;
        margin:0 auto;
    }
}

/*intro ******************************/

section.intro{
    /* background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,239,224,1) 50%); */
    position: relative;
}


.p-intro__txt{
    text-align: center;
    font-size: 13px;
    line-height: 2;
}


.item__cont{
    background:#fff;
    padding:var(--cont-mg) var(--cont-mg-f);
    border-radius: 15px;
    box-shadow: 0 0 6px rgb(164, 151, 94,0.4);
}

.item__ttl{
    max-width:240px;
    margin:0 auto var(--txt-mg);
}

.item__price{
    margin:0 0 var(--cont-mg-s) 0;
    transition: 0.2s;
}

.item__price:hover{
    opacity: 0.8;
}

.item__note{
    width:100%;
    margin:0 auto;
    padding:20px 15px;
    background:#EAEAEA;
}

.item__note p{
    font-size:13px;
    margin-bottom:8px;
    font-weight: 600;
}

.item__note dl{
    display: grid;
    gap:8px 0;
    grid-template-columns: 13px auto;
}

.item__note dt,.item__note dd{
    font-size:11px;
    line-height: 1.5;
}


@media (min-width: 768px) {


    .item__cont{
        padding:var(--cont-mg);
        border-radius: 30px;
    }

    .item__ttl{
        max-width:320px;
    }

    .item__price{
        margin:var(--cont-mg-s) 0 var(--cont-mg-s);
    }
    

    
    .item__note{
        width:90%;
        margin:0 auto;
        padding:30px 24px;
    }
    
    .item__note p{
        font-size:14px;
        margin-bottom:16px;
    }
    
    
    .item__note dt,.item__note dd{
        font-size:12px;
    }


}


.text-anime{
align-items: center;
color: #fff;
display: flex;
height: 40px;
line-height: 40px;
overflow:hidden;
width: 100%;
margin-top:var(--cont-mg);
white-space:nowrap;
z-index: 1;
}
.text-anime ul {
animation: flowing 30s linear infinite;
transform:translateX(100%);
margin: 0;
padding: 0;
}
.text-anime ul li{
display: inline-block;
padding-right: 15px;
font-size: 40px;
color:#EC7272;
}
@keyframes flowing {
0% { transform:translateX(0); }
100% { transform:translateX(-100%); }
}

@media (min-width: 768px) {

    .text-anime{
        line-height: 60px;
        height: 60px;
    }
    .text-anime ul li{
        padding-right: 15px;

        font-size: 60px;


        }   
}


/*footer ******************************/


.footer__wrapper{
    background:#fff;
    padding: 48px 0 40px;
}

.footer__wrapper p{
    max-width:240px;
    margin:0 auto;
}



@media (min-width: 600px) { 

    .footer__wrapper{
        padding: 88px 0 80px;
    }

    .footer__wrapper p{
        max-width:340px;
    }
    

}


/*ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³
--------------------------------------------------------*/

.image-anime{
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}


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