<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;
}

@import url('https://fonts.googleapis.com/css2?family=Marcellus&amp;display=swap');


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

:root {
    --color-bk:#6c7b86;
    --color-accent-bl:#78AED4;
    --color-accent-yw:#E8E86B;



    --sec-mg:80px;
    --contents-mg:64px;
    --contents-sub-mg:32px;
    --contents-sub-mg2:24px;
    }

    @media (min-width: 600px) {
        :root {
            --sec-mg:110px;
            --contents-mg:80px;
            --contents-sub-mg:48px;
            --contents-sub-mg2:32px;

        }
        
    }


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


.contentWrapper {
    overflow: hidden;
    letter-spacing: .05em;
    color:var(--color-bk) !important;
    letter-spacing: 0.05em;
    font-family: "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}

.contents-inner{
    padding:0 5%;
    max-width:1025px;
    margin:0 auto;
}

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

section.c01{
    padding: 0;
}

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

.p-intro{
    background:#fff;
    padding:var(--contents-sub-mg) 0;
    letter-spacing: 0.2em;
    line-height: 2;
    position: relative;
    color:var(--color-accent-bl);
    /* background: linear-gradient(0deg, rgba(242,247,252,1) 0%, rgba(250,245,241,1) 100%); */
}

.c-intro{
    /* margin-top:var(--sec-mg); */
}

.c-ttl-wrapper{
    display: flex;
    flex-direction: column;
    gap:0.8rem;
}

.c-ttl-num{
    max-width:7rem;
    margin-bottom:0.8rem;
}

.c-ttl, .c-ttl-en, .desc{
    color:var(--color-bk);
}

.c-ttl{
    font-size: 1rem;
    margin-bottom:var(--contents-sub-mg);
    line-height: 1.4;
}

.c-ttl-en{
    font-size: 1.4rem;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.15em;

}

.c-intro{
    width:100%;
    display: flex;
    position: relative;
    /* margin-top:var(--contents-mg); */
}

.c-intro.mgnone{
    margin-top:0;
}



.c-intro__ttl{
    width:5rem;
    z-index: 2;
}


.c-intro__image{
    width:calc(100% - 5rem);
    height:21rem;
    position: relative;
    z-index: 2;
}

.c-intro__image img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.c-intro::after{
    content:"";
    display: block;
    width:60%;
    height:13rem;
    background:url(/img/usr/freepage/2024summer/bg.jpg) no-repeat center center/cover;
    position: absolute;
    top:11rem;
    left:0;
    z-index:1;
}

.item{
    margin-top:var(--contents-mg);
}

.item.mgnone{
    margin-top:var(--contents-sub-mg2);
}

.item-main{
    /* margin-bottom:4rem; */
}

.item-main__wrapper{
    display: flex;
    position: relative;
    height:auto; 
}
.item-main__wrapper.reverse{
    flex-direction: row-reverse;
}

.item-left{
width:60%;
position: relative;
left: 0;
}

.item-right{
width: calc(40% + 8%);
position: relative;
right:0;
margin-left:-8%;
}


.item-right__image{
    border-left:6px solid #fff;
    border-top:6px solid #fff;
}

.item-main__wrapper.reverse .item-left{
position: relative;
left:inherit;
}

.item-main__wrapper.reverse .item-right{
    width:60%;
position: relative;
right:inherit;
left: 0;
margin:0 -8% 0 0;
}

.item-main__wrapper.reverse .item-right__image{
    border-left:none;
    border-right:6px solid #fff ;
}


.item__txt__wrapper{
    display:flex;
    flex-direction: column;
    gap:12px;
    margin-top:1.6rem;
    padding: 0 3.5rem 0 0;
}

.item__txt__wrapper .desc{
    font-size:1.0rem;
    line-height: 1.6;
}

.item__txt__wrapper .price{
    font-size:1.0rem;
    color:var(--color-bk);
}

.item-main__wrapper.reverse .item__txt__wrapper{
    padding: 0 0 0 3.5em;
}

.item-var__wrapper{
    margin-top:var(--contents-sub-mg2);
}


.item-var__inner{
    /* margin-top:var(--contents-sub-mg2); */
}

.item-var__ttl{
    height: inherit;
    max-width:14rem;
    margin:0 auto;
    text-align: center;
    position: relative;
}

.item-link{
    max-width:32rem;
    margin:4.8rem auto 0;
    position: relative;
}

.item-link a{
    text-align: center;
    font-family: "Marcellus", serif;
    letter-spacing: 0.15em;
    color:var(--color-accent-bl);
    font-weight: bold;
    font-size: 1.5rem;
    border:1px solid var(--color-accent-bl);
    border-radius: 0.4rem;
    height:5rem;
    line-height: 5rem;
    position: relative;
    z-index:3;


}

.item-link::after{
    content:"";
    display: block;
    width:100%;
    height:5rem;
    background:url(/img/usr/freepage/2024summer/bg.jpg) no-repeat center center/cover;
    position: absolute;
    top:0.6em;
    left:0.6rem;
    border-radius: 0.4rem;
    z-index: 1;
}



@media (min-width: 600px) {

    .contents-inner{
        padding:0 2%;
    }
    .p-intro{
        line-height: 2.4;
    }

    .c-intro{
        max-width:1025px;
        margin:0 auto;
        justify-content: space-between;
    }


    .c-intro__ttl{
        width:8rem;
    }

    .c-intro__image{
        width:calc(100% - 12rem);
        height:40rem;
    }

    .c-intro__image img{
    object-position: center 70%;
    }
    

    .c-ttl-wrapper{
        gap:1.6rem;
    }

        
    .c-ttl-num{
        max-width:12rem;
        margin-bottom:0.8rem;
    }

    .c-ttl{
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .c-ttl-en{
        font-size: 2.4rem;
    }

    .c-intro::after{
        width:60%;
        height:24rem;
        top:inherit;
        bottom:0;
    }

    .item.mgnone{
        margin-top:var(--contents-sub-mg);
    }

    .item-main__wrapper{
        justify-content: space-between;
    }

    .item-left{
        width:50%;
        }

.item-right{
    width: 42%;
    margin-left:0;
    }

    .item-right__image{
        border-left:0;
        border-top:0;
    }

    .item-main__wrapper.reverse .item-left{
        width:50%;
        }
        
    .item-main__wrapper.reverse .item-right{
        width:42%;
    margin:0;
    }

    .item__txt__wrapper{
        margin-top:2.4rem;
        padding: 0;
    }

    .item__txt__wrapper .desc{
        font-size:1.4rem;
        line-height: 1.6;
    }
    
    .item__txt__wrapper .price{
        font-size:1.4rem;
    }

    .item-main__wrapper.reverse .item__txt__wrapper{
        padding: 0;
    }

    .item-var__ttl{
        max-width:18rem;
    }

    .item-slider{
        display: flex;
    }


}





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

.footer__wrapper{
    margin-top:var(--contents-sub-mg);
    padding:32px 0;
}


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

@media (min-width: 600px) { 

    .footer__wrapper{
        padding:40px 0;
    }

}


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

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

/*ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼èª¿æ•´*/
.item-slider{
    width:100%;
    position: relative;

}

.item-slider .slick-slide{
    height:auto !important;
    padding:0 4rem;
}


.slider-dots{
    position: absolute;
    bottom:-1.8rem;
    right:0;
    left:0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap:0.6rem;
    
}

.slider-dots li{
    width:1rem;
    height:1rem;
    border:1px solid var(--color-accent-bl);
    cursor: pointer;
    border-radius: 1rem;

}

.slider-dots li button{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slider-dots li.slick-active{
    background:var(--color-accent-bl);
}

.slick-dotted.slick-slider{
    margin-bottom:inherit;
}


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