<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; transition: 0.2s;}
a:hover{text-decoration: none; opacity: 0.8;}
/* 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:#343434;
    --color-lye:#F5EC97;
    --color-dbl:#32558E;
    --bgColor:#F5F6FA;

    --sec-mg:80px;
    --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: 600px) {
        :root {
            --sec-mg:120px;
            --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: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    max-width:1480px;
    margin:0 auto;
}


section{
    padding:var(--sec-mg) 0;
    background:var(--bgColor);
}

section.n-pd{
    padding:0;
}

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

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


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

.font-en{
    font-family: "Josefin Sans", 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{
padding-bottom:var(--sec-mg);
}


.p-intro__copy{
    width:50%;
    margin-bottom:var(--cont-mg-t);
}

.p-intro__txt{
    font-size: 1.3rem;
    line-height: 2;
}

.p-intro__image{
    width:90%;
    margin:var(--cont-mg-f) auto 0;
}

.point__wrapper{
    width:90%;
    margin:var(--cont-mg-s) auto 0;
    background:#fff;
    padding:40px 24px;
    border-radius: 10px;
}

.point__logo{
    max-width:220px;
    margin:0 auto var(--txt-mg-s);
}

.point__ttl{
    text-align: center;
    font-size: 1.2rem;
    color:var(--color-dbl);
    font-weight: 600;
}

.point__lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:8px;
    margin: var(--cont-mg-t) 0 0;
}

.point__lists li{
    border:1px solid var(--color-dbl);
    text-align: center;
    font-size:1.4rem;
    font-weight: 600;
    color:var(--color-dbl);
    padding:8px 12px;
    border-radius: 20px;
}

.point__item{
    margin-top:var(--cont-mg-f);
}

.point__num{
    display: grid;
    grid-template-columns: 40px 1fr;
    gap:8px;
    align-items: center;
    margin-bottom:var(--txt-mg-s);
}

.point__num span{
    color:var(--color-dbl);
    font-size: 1.6rem;
}

.point__txt__wrapper .hosoku{
    font-size:1.0rem;
    margin-top:var(--txt-mg-s);
}

.point__txt{
    font-size:1.3rem;
    line-height: 1.6;
}

.point__item.point1 .point__image{
    margin-top:var(--txt-mg);
}

.point__item.point3 .point__cont{
    display: grid;
    grid-template-columns: 1fr 100px;
    gap:8px;
}

.point__item.point3 ul{
    display: grid;
    gap:16px;
    margin:var(--txt-mg) auto 0;
    width:90%;
}


@media (min-width: 768px) {

    .p-intro__cont{
        display: flex;
        flex-direction: row-reverse;
        gap:104px;
    }

    .p-intro__copy-wrapper{
        width:40%;
    }

    .p-intro__image{
        width:calc(60% - 104px);
        margin: 0;
    }

    .p-intro__copy{
        width:55%;
    }

    .p-intro__txt{
        font-size: 1.4rem;
    }

    .point__wrapper{
        width:100%;
        max-width:900px;
        margin:var(--cont-mg-s) auto 0;
        padding:56px 96px;
        border-radius: 40px;
    }

    .point__logo{
        max-width:310px;
        margin:0 auto var(--txt-mg-s);
    }

    .point__ttl{
        font-size: 1.5rem;
    }

    .point__lists{
        gap:24px;
        margin: var(--cont-mg-t) 0 0;
    }

    .point__lists li{
        min-width:120px;
    }

    .point__num{

        gap:12px;
    }

    .point__cont{
        display: flex;
        gap:24px;
    }

    .point__item.point1 .point__cont{
        flex-direction: row-reverse;
    }
    .point__item.point1 .point__image{
        margin-top:0;
    }

    .point__num span{
        font-size: 1.7rem;
    }

    .point__txt{
        line-height: 1.8;
    }

   /* .point__txt__wrapper .hosoku{
        margin-top:var(--txt-mg-s);
    } */
    
    .point__item.point3 .point__cont{
        grid-template-columns: 1fr 120px;
        align-items: center;
        gap:24px;
    }

    .point__item.point3 ul{
        display: flex;
        width:100%;
        max-width:540px;
        gap:40px;
        /* margin:var(--txt-mg) auto 0; */
    }

    @media (min-width: 1366px) {
        .p-intro__cont{
            padding:0;
        }
    }


}

@media (min-width: 1200px) {

    
    /* .p-intro__txt,.point__txt{
        font-size: 1.5rem;
        line-height: 2.26;
    }

    .point__wrapper{
        padding:56px 80px;
        border-radius: 30px;
    } */

}


/*item ******************************/


.item, .reverse{
    position: relative;
}

.item::before, .reverse::before{
    display: block;
    content:"";
    width:220px;
    height:60px;
    position: absolute;
    top:0;
}

.item::before{
    right:0;
    background:url(../img/usr/freepage/202505rain/drop-r.png) no-repeat center right/contain;
}

.reverse::before{
    background:url(../img/usr/freepage/202505rain/drop-l.png) no-repeat center left/contain;
    left:0;
}

.item__main-img{
}

.item__ttl-en-sp{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height:80px;
    margin-bottom:var(--cont-mg-f);
}

.item__ttl-en-sp p{
    text-align: center;
    font-size:2.4rem;
    color:var(--color-dbl);
    position: relative;
    margin-top:30px;
    z-index:2;
}

.item__ttl-en-sp::before{
    content:"";
    display: block;
    width:80px;
    height:80px;
    background:url(/img/usr/freepage/202505rain/umbrella.png) no-repeat center center/contain;
    position: absolute;
    top:0;
    z-index:1;
}

.item__ttl-en-pc{
    display: none;
}

.item__main-img div:first-child{
    width:80vw;
    margin:0 auto;
    position: relative;
    z-index:1;
}

.item__main-img div:last-child{
    width:30vw;
    margin:-60px 0 0;
    position: relative;
    z-index:2;
}

.item__txt__wrapper{
    margin-top:var(--cont-mg-f);
}

.item__code{
    font-size:1.3rem;
}

.item__ttl-jp{
    color:var(--color-dbl);
    font-size: 1.7rem;
    margin:6px 0 12px;
}

.item__txt{
    font-size:1.4rem;
    line-height: 1.6;
    margin-bottom:12px;
}

.item__price{
    font-size: 1.6rem;
}

.item__sub-img__wrapper{
    position: relative;
    margin-top:var(--cont-mg-t);
}



.item__sub-img__wrapper::before{
    content:"";
    display: block;
    width:90px;
    height:90px;
    background:url(/img/usr/freepage/202505rain/drop-r-ye.png) no-repeat center center/contain;
    position: absolute;
    right:0;
    top:-20px;
}

.item__sub-img{
    width:90%;
    margin:0 auto;
}

.item__col{
    margin-top:var(--cont-mg-f);
}

.item__col li a{
    border-bottom:1px solid var(--color-dbl);
    color:var(--color-dbl);
    display: grid;
    gap:12px;
    grid-template-columns: 90px 1fr auto;
    align-items: end;
    padding-bottom:8px;
}

.item__col li a span{
    display: inline-block;
    font-size:2rem;
}

.item__col li a span:last-child{
    font-size:1.4rem;
    border:1px solid var(--color-dbl);
    padding:8px 12px 4px;
    border-radius: 20px;
    background:var(--color-lye);
    position: relative;

}



.item__col li a span:nth-child(2){
    margin-bottom:4px;
}

.bag{
    background:#EDF1FC;
    padding:var(--cont-mg) 0;
}

.bag__image{
    width:90%;
    margin:var(--cont-mg-f) auto var(--cont-mg-s);
}

.bag__ttl{
    color:var(--color-dbl);
    width:fit-content;
    margin:0 auto;
    font-size:1.6rem;
}

.bag__ttl::after{
    content:"";
    display: block;
    width:100%;
    height:0;
    padding-top:2.54083%;
    background:url(/img/usr/freepage/202505rain/bag-line.png) no-repeat center center/contain;
    margin-top:5px;
}

.btm-link{
    width:fit-content;
    min-width:280px;
    position: relative;
    text-align: center;
    margin:0 auto;

}

.btm-link span{
    display: block;
    color:var(--color-dbl);
    position: relative;
    border-radius: 8px;
    border:1px solid var(--color-dbl);
    z-index:2;
    padding:12px ;
    line-height: 1.5;
    font-weight: 600;
}

.btm-link::before{
    display: block;
    content:"";
    width:100%;
    height:100%;
    border-radius: 8px;
    background:var(--color-lye);
    position: absolute;
    z-index:1;
    top:4px;
    left:4px;

}


@media (min-width: 768px) {

    .item::before, .reverse::before{
        width:458px;
        height:122px;
    }
    

    .item__main__cont{
        display: flex;
    }

    .item__main-img{
        width:64%;
        margin:0 0 0 auto;
    }

    .item__txt__cont{
        width:36%;
        position: relative;
    }

    .item__txt__cont::before{
        display: block;
        content:"";
        width:6px;
        height:58px;
        background:url(../img/usr/freepage/202505rain/deco.png) no-repeat center center/contain;
        position: absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .item__main-img div:first-child{
        width:86%;
        margin:0 0 0 auto;
    }

    .item__main-img div:last-child{
        width:33%;
        margin:-120px 0 0;
    }


    .item__ttl-en-sp{
        display: none;
    }

    .item__txt__cont{
        width:50%;
    }

    .item__ttl-en-pc{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height:120px;
    margin-bottom:var(--cont-mg-f);
}

.item__ttl-en-pc p{
    text-align: center;
    font-size:3.6rem;
    color:var(--color-dbl);
    position: relative;
    margin-top:40px;
    z-index:2;
}

.item__ttl-en-pc::before{
    content:"";
    display: block;
    width:120px;
    height:120px;
    background:url(/img/usr/freepage/202505rain/umbrella.png) no-repeat center center/contain;
    position: absolute;
    top:0;
    z-index:1;
}

.item__txt__cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0 0 0 20px;
}

.item__txt__wrapper{
    margin-top:0;
}
.item__ttl-jp{
    font-size: 1.8rem;
    margin:8px 0 16px;
}

.item__txt{
    line-height: 2;
    margin-bottom:16px;
}

.item__sub-img__wrapper{
    margin-top:0;
}

.item__col__wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top:var(--cont-mg-f);
}

.item__sub-img__wrapper::before{
    width:clamp(100px,8.78vw, 120px);
    height:clamp(100px,8.78vw, 120px);
}

.item__sub-img{
    width:clamp(280px ,25.25vw ,345px);
    /* padding:0 60px 0 0; */
    margin:0 auto;
}

.item__col{
    flex:1;
    padding:0 clamp(20px ,5.49vw, 60px);
    /* max-width:525px; */
    margin:0 auto;
}

.item__col li a{
    gap:24px;
    grid-template-columns: clamp(90px ,8.05vw, 110px) 1fr auto;
    padding-bottom:12px;
}

.item__col li a span{
    font-size:2.6rem;
}

.item__col li a span:last-child{
    padding:10px 12px 6px;
    width:clamp(90px,10.46vw,120px);
    text-align: center;
    /* border-radius: 20px;
    background:var(--color-lye); */
}


.reverse .item__main__cont{
    flex-direction: row-reverse;
}

.reverse .item__main-img div:first-child{
    margin:0;
}

.reverse .item__main-img div:last-child{
    margin:-120px 0 0 auto;
}

.reverse .item__txt__cont{
    padding:0 20px 0 0;
}


.reverse .item__col__wrapper{
    flex-direction: row;
}

.reverse .item__sub-img__wrapper::before{
    left:-20px;
    top:inherit;
    bottom:-80px;
    width:clamp(110px,10.98vw, 150px);
    height:clamp(100px,9.51vw, 130px);
    background:url(../img/usr/freepage/202505rain/drop-l-ye.png) no-repeat center center/contain;

}

.reverse .item__col__wrapper .item__sub-img{
    margin:0;
}

.bag__wrapper{
    display: flex;
    align-items: center;
}

.bag__image{
    width:50%;
    max-width:540px;
    margin:0;
}

.bag__ttl{
    margin:0 auto var(--txt-mg);
    font-size:2.2rem;
}


.btm-link{
    min-width:380px;

}

.btm-link span{
    display: block;
    color:var(--color-dbl);
    position: relative;
    border-radius: 8px;
    border:1px solid var(--color-dbl);
    z-index:2;
    padding:12px ;
    line-height: 1.5;
    font-weight: 600;
}

.btm-link::before{
    display: block;
    content:"";
    width:100%;
    height:100%;
    border-radius: 8px;
    background:var(--color-lye);
    position: absolute;
    z-index:1;
    top:4px;
    left:4px;

}


}



/*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>