@charset "UTF-8";

/* 
juvelook
------------------------ 
*/
#jl .mincho {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

#jl .blue_txt {
    color: #5899d7;
}

#jl .red_txt {
    color: #e66a7a;
}

/* 
section01
------------------------ 
*/
#jl .sec01 {
    background: url("../images/menu/juvelook/sec1_bg.jpg")no-repeat;
    background-size: cover;
}

#jl .sec01 .heading_area {
    text-align: center;
    margin-bottom: 4%;
}

#jl .sec01 .p_txt {
    padding: 0 3%;
    margin-bottom: 6%;
}

#jl .sec01 .heading_area .p_txt {
    font-size: 4rem;
    margin-bottom: 0;
}

#jl .sec01 .heading_area h3 {
    font-size: 9rem;
    display: inline-block;
    background: linear-gradient(0deg, #4a8bc7 40%, #96c9f9 55%, #4a8bc7 89%);
    background: -webkit-linear-gradient(90deg, #4a8bc7 40%, #96c9f9 55%, #4a8bc7 89%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#jl .sec01 .heading_area h3 span {
    font-size: 6.5rem;
}

/* 
section02
------------------------ 
*/
#jl .sec02 {
    background: #eff6fd;
}

#jl .sec02 .heading_area {
    padding: 8% 6% 4% 0;
    background: url("../images/menu/juvelook/sec2_img1.png") no-repeat bottom left;
    background-size: contain;
}

#jl .sec02 .heading_area .txt_wrap {
    width: 66%;
    text-align: right;
    margin-left: auto;
}

#jl .sec02 .heading_area .txt_wrap .bg_txt {
    font-size: 3.3rem;
    background: #5899d7;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 4%;
    text-align: center;
}
@media screen and (max-width: 750px) {
    #jl .sec02 .heading_area .txt_wrap .bg_txt {
        font-size: 4.3vw;
    }
}

#jl .sec02 .heading_area .txt_wrap h3 {
    font-size: 4.5rem;
    line-height: 1.4;
    letter-spacing: .05em;
}

#jl .sec02 .heading_area .txt_wrap h3 .txt_s {
    font-size: 3.6rem;
}

#jl .sec02 .heading_area .txt_wrap h3 .blue_txt {
    font-size: 5.3rem
}

#jl .sec02 .heading_area .txt_wrap h3 .blue_txt .txt_s {
    font-size: 4.2rem
}

#jl .sec02 .inner {
    padding-top: 0;
}

#jl .sec02 .w_bg {
    padding: 6% 4%;
}

/* 
section03
------------------------ 
*/
#jl .sec03 {
    background: url("../images/menu/juvelook/sec3_bg.jpg") no-repeat;
    background-size: cover;
}

#jl .sec03 .heading_area p {
    margin: 0 auto;
    width: 42%;
}

#jl .sec03 .heading_area .flex {
    justify-content: center;
}

#jl .sec03 .heading_area .circle {
    background: #6aaae6;
    color: #fff;
    width: 15%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -.07em;
    line-height: 1;
    margin: 0 0;
}

#jl .sec03 .heading_area h3 {
    font-size: 6.6rem;
    text-shadow: 2px 2px 10px #fff ,
    -2px 2px 10px #fff ,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
    margin-left: 2%;
}

#jl .sec03 .heading_area h3 .txt_s {
    font-size: 5.9rem;
}
@media screen and (max-width: 750px) {
    #jl .sec03 .heading_area h3 {
        font-size: 8.8vw;
    }

    #jl .sec03 .heading_area h3 .txt_s {
        font-size: 7.7vw;
    }
}


#jl .sec03 .w_bg {
    padding: 6% 3% 4%;
    margin-top: 4%;
}

#jl .sec03 .w_bg figure {
    width: 39%;
}

#jl .sec03 .w_bg .rec_list {
    width: 52%;
}

#jl .sec03 .w_bg .rec_list ul li {
    margin-bottom: 4%;
    position: relative;
}

#jl .sec03 .w_bg .rec_list ul li:before {
    content: '';
    display: block;
    width: 10%;
    aspect-ratio: 36 / 25;
    background: url("../images/menu/juvelook/sec3_shape2.png")no-repeat;
    background-size: contain;
    position: absolute;
    left: -14%;
    top: 14%;
}

#jl .sec03 .w_bg .rec_list ul li .p_txt {
    font-size: 2.8rem;
}

#jl .sec03 .bg_txt_half {
    background: linear-gradient(transparent 60%, #e1eefa 40%);
}

/* 
section04
------------------------ 
*/
#jl .sec04 {
    background: #eff6fd;
}

#jl .sec04 .heading_area {
    margin-bottom: 6%;
}

#jl .sec04 .heading_area .p_txt {
    font-size: 3.5rem;
    background: url("../images/menu/juvelook/sec4_shape.png")no-repeat top center;
    background-size: contain;
    width: 40%;
    margin: 0 auto 2%;
}

#jl .sec04 .heading_area h3 {
    font-size: 6.8rem;
}

#jl .sec04 .heading_area h3 .txt_s {
    font-size: 5.9rem;
}

#jl .sec04 .txt_wrap {
    padding: 0 3%;
}

#jl .sec04 .txt_wrap .p_txt {
    font-size: 3rem;
}

#jl .sec04 .txt_wrap .flex {
    margin-top: 5%;
}

#jl .sec04 .txt_wrap .flex .p_txt {
    width: 48%;
    font-size: 2.7rem;
}

#jl .sec04 .txt_wrap .flex figure {
    width: 48%;
}


/* 
section05
------------------------ 
*/
#jl .sec05 {
    background: url("../images/menu/juvelook/sec5_bg.jpg")no-repeat;
    background-size: cover;
    padding-top: 6%;
}

#jl .sec05 .heading_area {
    background: url("../images/menu/juvelook/sec5_img1.png")no-repeat top left;
    background-size: contain;
    padding: 0 0 2% 0;
}

#jl .sec05 .heading_area .txt_wrap {
    margin-left: auto;
    width: 57%;
    padding: 3% 4% 0 0;
}

#jl .sec05 .heading_area .txt_wrap h3 {
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: .15em;
}

#jl .sec05 .heading_area .txt_wrap .h3_1 {
    font-size: 4.4rem;
}

#jl .sec05 .heading_area .txt_wrap .h3_2 .blue_txt {
    font-size: 4.9rem;
}

#jl .sec05 .heading_area .txt_wrap .h3_2 {
    font-size: 3.9rem;
    background: url("../images/menu/juvelook/sec5_shaape.png")no-repeat bottom left;
    background-size: contain;
    padding: 0 0 2% 2%;
    text-shadow: 5px 5px 5px #fff ,
    -5px 5px 5px #fff ,
    5px -5px 5px #fff,
    -5px -5px 5px #fff;
}

#jl .sec05 .heading_area .txt_wrap .h3_3 {
    font-size: 4.3rem;
}

#jl .sec05 .heading_area .txt_wrap .h3_3 .txt_s {
    font-size: 3.4rem;
}
@media screen and (max-width: 750px) {
    #jl .sec05 .heading_area .txt_wrap .h3_1 {
        font-size: 5.9vw;
    }

    #jl .sec05 .heading_area .txt_wrap .h3_2 .blue_txt {
        font-size: 6vw;
    }

    #jl .sec05 .heading_area .txt_wrap .h3_2 {
        font-size: 4.8vw;
    }

    #jl .sec05 .heading_area .txt_wrap .h3_3 {
        font-size: 5.5vw;
    }
    
    #jl .sec05 .heading_area .txt_wrap .h3_3 .txt_s {
        font-size: 4.4vw;
    }
    
}

#jl .sec05 .inner .txt_area {
    padding: 0 3%;
}

#jl .sec05 .inner .txt_area .w_bg {
    margin: 4% 0;
    background:rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 5% 5% 5%;
}

#jl .sec05 .inner .txt_area .w_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #fff;
    top: 0;
    left: 0;
}
@media screen and (max-width: 750px) {
    #jl .sec05 .inner .txt_area .w_bg:before {
        border: 3px solid #fff;
    }
}

#jl .sec05 .inner .txt_area .w_bg .p_txt {
    font-size: 3rem;
    letter-spacing: .14em;
}

#jl .sec05 .inner .txt_area .w_bg .bg_txt_half {
    background: linear-gradient(transparent 60%, #d6e8fa 40%);
}

/* 
section06
------------------------ 
*/
#jl .sec06 .heading_area {
    margin-bottom: 4%;
}

#jl .sec06 .heading_area p {
    width: 48%;
    margin: 0 auto;
}

#jl .sec06 .heading_area h3 {
    font-size: 5rem;
}

#jl .sec06 .heading_area h3 .txt_s {
    font-size: 3.8rem;
}
@media screen and (max-width: 750px) {
    #jl .sec06 .heading_area h3 {
        font-size: 6.5vw;
    }
    
    #jl .sec06 .heading_area h3 .txt_s {
        font-size: 5.2vw;
    }
}

#jl .sec06 .price_list ul li {
    background: #eef5fb;
    border: 1px solid #6aaae6;
    border-bottom: none;
    padding: 5% 5%;
}

#jl .sec06 .price_list ul li:last-child {
    border-bottom: 1px solid #6aaae6;
}

#jl .sec06 .price_list ul li .menu_ttl_txt {
    width: 45%;
    font-size: 3.5rem;
    font-weight: 700;
}

#jl .sec06 .price_list ul li .price_wrap {
    display: flex;
    align-items: flex-end;
    width: 55%;
}

#jl .sec06 .price_list ul li .price_wrap .price {
    font-size: 6rem;
    line-height: 1;
}

#jl .sec06 .price_list ul li .price_wrap .txt_s {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
}

#jl .sec06 .border_box {
    border: 1px solid #6aaae6;
    padding: 4% 0;
    text-align: center;
    margin: 5% 0 0;
}

#jl .sec06 .border_box h5 {
    font-size: 3.5rem;
}