
/* kv
--------------------------------------------------------------*/
#kv{
    position: relative;
    width: 100%;
    height: 850px;
    background: url(/img/promo/sonohigurashi/top/kv_bg_wallpaper.png) repeat-x center bottom;
    overflow: hidden;
}

#kv::before{
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 150px;
    background: url(/img/promo/sonohigurashi/top/kv_bg_floor.png) repeat-x center bottom;
}
#kv::after{
    content: '';
    position: absolute;
    bottom: 15px;
    left: calc(50% - 623px);
    display: block;
    width: 1246px;
    height: 493px;
    background: url(/img/promo/sonohigurashi/top/kv_img_main.png) no-repeat center bottom;
}

#kv .lp-sonohigurashi-inner{
    position: relative;
    width: 100%;
    max-width: 768px;
}
#kv .lp-sonohigurashi-inner::before{
    content: '';
    position: absolute;
    right: -30px;
    top: 310px;
    display: block;
    width: 335px;
    height: 116px;
    background: url(/img/promo/sonohigurashi/top/kv_img_garland.png) no-repeat;
}

#kv .lp-sonohigurashi-inner .lp-sonohigurashi-sono{
    position: relative;
    margin: auto;
    width: 182px;
    padding: 396px 0 0;
    z-index: 1;
}
#kv .lp-sonohigurashi-inner figure{
    position: absolute;
    left: calc(50% - 680px);
    top: 245px;
}
#kv .lp-sonohigurashi-inner figure::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 74px;
    display: block;
    width: 316px;
    height: 69px;
    background: url(/img/promo/sonohigurashi/top/kv_img_window_star01.png) no-repeat;
    animation: star1 10s infinite;
}
#kv .lp-sonohigurashi-inner figure::after{
    content: '';
    position: absolute;
    top: 32px;
    left: 56px;
    display: block;
    width: 318px;
    height: 90px;
    background: url(/img/promo/sonohigurashi/top/kv_img_window_star02.png) no-repeat;
    animation: star2 10s infinite;
}
@keyframes star2{
	0% {
		opacity: .3;
	}
	60% {
		opacity: 1;
	}
	70% {
		opacity: .3;
	}
	80% {
		opacity: 1;
	}
	85% {
		opacity: .3;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: .3;
	}
}
@keyframes star1{
	0% {
		opacity: 1;
	}
	50% {
		opacity: .7;
	}
	60% {
		opacity: 1;
	}
	90% {
		opacity: .7;
	}
	95% {
		opacity: 1;
	}
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    #kv{
        position: relative;
        width: 100%;
        height: 900px;
        background: url(/img/promo/sonohigurashi/top/kv_bg_sp.png) repeat-x center bottom;
        overflow: hidden;
    }
    #kv::before{
        display: none;
    }
    #kv::after{
        content: '';
        position: absolute;
        bottom: -10px;
        left: calc(50% - 509px);
        display: block;
        width: 1018px;
        height: 546px;
        background: url(/img/promo/sonohigurashi/top/kv_img_main_sp.png) no-repeat center bottom;
    }
    #kv .lp-sonohigurashi-inner::before{
        content: '';
        position: absolute;
        right: calc(50% - 150px);
        top: 150px;
        display: block;
        width: 300px;
        height: 120px;
        background: none;
        background-size: 300px
    }
    #kv .lp-sonohigurashi-inner .lp-sonohigurashi-sono{
        display: none;
    }
    #kv .lp-sonohigurashi-inner figure{
        position: absolute;
        left: calc(50% - 185px);
        top: 140px;
        width: 370px;
    }
    #kv .lp-sonohigurashi-inner figure::before{
        content: '';
        position: absolute;
        top: 40px;
        left: 60px;
        display: block;
        width: 260px;
        height: 60px;
        background: url(/img/promo/sonohigurashi/top/kv_img_window_star01.png) no-repeat;
        background-size: 260px;
    }
    #kv .lp-sonohigurashi-inner figure::after{
        content: '';
        position: absolute;
        top: 32px;
        left: 50px;
        display: block;
        width: 260px;
        height: 60px;
        background: url(/img/promo/sonohigurashi/top/kv_img_window_star02.png) no-repeat;
        background-size: 260px;
    }

}
/* スマホサイズ調整------------------------------- */
@media screen and (max-width:540px) {
    #kv{
        position: relative;
        width: 100%;
        height: 740px;
        background: url(/img/promo/sonohigurashi/top/kv_bg_sp.png) repeat-x center bottom;
        overflow: hidden;
    }
    #kv::after{
        content: '';
        position: absolute;
        bottom: 80px;
        left: calc(50% - 400px);
        display: block;
        width: 800px;
        height: 420px;
        background: url(/img/promo/sonohigurashi/top/kv_img_main_sp.png) no-repeat center bottom;
        background-size: 800px;
    }
}

/* profile
--------------------------------------------------------------*/
#profile{
    position: relative;
    padding: 100px 0 150px;
    
}
#profile::before{
    content: '';
    position: absolute;
    bottom: 150px;
    display: block;
    width: 100%;
    height: 430px;
    background: url(/img/promo/sonohigurashi/top/profile_bg_pattern.png) repeat center top;
}
#profile::after{
    content: '';
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    height: 100px;
    background: url(/img/promo/sonohigurashi/common/content_bg_pattern_green.png) repeat-x center top;
}
#profile .lp-sonohigurashi-box{
    display: block;
    width: 92%;
    max-width: 600px;
    margin: auto;
    padding: 140px 90px 15px;
    background: url(/img/promo/sonohigurashi/top/profile_img_phone.png) no-repeat;
    background-size: 99%;
    color: #06DD9F;
}
#profile .lp-sonohigurashi-box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px 56px;
}
#profile .lp-sonohigurashi-box dt{
    order: 2;
    position: relative;
    top: -70px;
    margin: auto;
    text-align: center;
}
#profile .lp-sonohigurashi-box dt span{
    display: block;
    margin: 5px 0;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 2.7px;
}
#profile .lp-sonohigurashi-box dd{
    width: 102px;
    text-align: center;
    cursor: pointer;
}
#profile .lp-sonohigurashi-box dd:hover{
    opacity: .7;
}
#profile .lp-sonohigurashi-box dd img{
    margin: 0 0 5px;
}
.lp-sonohigurashi-modal_wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(7, 220, 163, .7);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    z-index: 9;
}

.lp-sonohigurashi-modal_wrapper.active,
#profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box.active{
    opacity: 1;
    visibility: visible;
}

#profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box{
    position: fixed;
    inset: 0;
    display: block;
    width: 594px;
    height: fit-content;
    padding: 50px 0 65px;
    margin: auto;
    background: #fff;
    border: 5px solid #07DCA3;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    z-index: 10;
}

#profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-modal_close{
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(/img/promo/sonohigurashi/common/button_plus.png) no-repeat;
    background-size: 60px;
    transform: rotate(45deg);
}
#profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-flex{
    justify-content: space-evenly;
    align-items: center;
}
#profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-ttl{
    width: 120px;
    color: #06DD9F;
    text-align: center;
}
#profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-ttl img{
    margin: 0 0 10px;
}
#profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-data{
    width: 300px;
    color: #6E6E6E;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    #profile{
        position: relative;
        padding: 50px 0 110px;
        margin: -80px 0 0;
    }
    #profile::after{
        content: '';
        position: absolute;
        bottom: -50px;
        display: block;
        width: 100%;
        height: 80px;
        background: url(/img/promo/sonohigurashi/common/content_bg_pattern_green.png) repeat-x center top;
        background-size: 700px;
    }
    #profile .lp-sonohigurashi-box{
        display: block;
        width: 92vw;
        max-width: 92vw;
        height: 143vw;
        margin: auto;
        padding: 20vw 12vw;
    }
    #profile .lp-sonohigurashi-box dl{
        gap: 20px 4vw;
        font-size: 12px;
    }
    #profile .lp-sonohigurashi-box dt img{
        width: 23vw;
    }
    #profile .lp-sonohigurashi-box dt span{
        font-size: 15px;
        letter-spacing: 1.5px;
    }
    #profile .lp-sonohigurashi-box dd{
        width: 20vw;
        
    }
    #profile .lp-sonohigurashi-box dd img{
        display: block;
        width: 16vw;
        margin: 0 auto 5px;
    }
    
    #profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box{
    display: block;
    width: 92vw;
    height: fit-content;
    padding: 8vw 4vw 6vw;
    margin: auto;
    background: #fff;
    border: 5px solid #07DCA3;
    border-radius: 16px;
    }
    #profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-flex{
        display: block;
    }
    #profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-ttl{
        width: 120px;
        margin: 0 auto 20px;
    }
    #profile .lp-sonohigurashi-modal .lp-sonohigurashi-modal_box .lp-sonohigurashi-data{
        width: 100%;
    }
    
}
/* スマホサイズ調整------------------------------- */
@media screen and (max-width:540px) {

}

/* gallery
--------------------------------------------------------------*/
#gallery{
    position: relative;
    padding: 50px 0 150px;
    background: #07DCA3;
    overflow: hidden;
}

#gallery .lp-sonohigurashi-title{
    color: #fff;
}
#gallery .lp-sonohigurashi-gallery_slide{
    position: relative;
    left: calc(50% - 300px);
    width: 2560px;
}
#gallery .lp-sonohigurashi-gallery_slide li{
    position: relative;
    margin: 0 40px 0 0;
}
#gallery .lp-sonohigurashi-gallery_slide li .lp-sonohigurashi-modal_btn{
    position: absolute;
    right: 40px;
    bottom: 30px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(/img/promo/sonohigurashi/common/button_plus.png) no-repeat;
    background-size: 60px;
}
#gallery .lp-sonohigurashi-gallery_slide .lp-sonohigurashi-slide-arrow{
    position: absolute;
    bottom: 0;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 1;
}
#gallery .lp-sonohigurashi-gallery_slide .lp-sonohigurashi-prev-arrow{
    right: 1990px;
    background: url(/img/promo/sonohigurashi/common/slide_arrow_l.png) no-repeat;
    background-size: 60px;
}
#gallery .lp-sonohigurashi-gallery_slide .lp-sonohigurashi-next-arrow{
    right: 1910px;
    background: url(/img/promo/sonohigurashi/common/slide_arrow_r.png) no-repeat;
    background-size: 60px;
}

#gallery .lp-sonohigurashi-gallery_slide .lp-sonohigurashi-slick-counter{
    position: relative;
    left: -50px;
    width: 97px;
    height: 53px;
    padding: 12px 0 0;
    margin: 40px 0 0;
    background: #fff;
    border-radius: 27px;
    color: #06DD9F;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
}

#gallery .lp-sonohigurashi-modal_wrapper2{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(7, 220, 163, .7);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    z-index: 9;
}
#gallery .lp-sonohigurashi-modal_wrapper2.active{
    opacity: 1;
    visibility: visible;
}

#gallery .lp-sonohigurashi-modal_wrapper2 img{
    position: fixed;
    inset: 0;
    display: block;
    width: 92%;
    max-width: 800px;
    margin: auto;
}


/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    #gallery{
        position: relative;
        padding: 130px 0 110px;
        margin: -80px 0 0;
        background: #07DCA3;
        overflow: hidden;
    }
    #gallery .lp-sonohigurashi-gallery_slide{
        position: relative;
        left: 0;
        width: 100%;
    }
    #gallery .lp-sonohigurashi-gallery_slide li{
        margin: 0 20px;
    }
    #gallery .lp-sonohigurashi-gallery_slide li .lp-sonohigurashi-modal_btn{
        position: absolute;
        right: 20px;
        bottom: 20px;
        display: block;
        width: 50px;
        height: 50px;
        background: url(/img/promo/sonohigurashi/common/button_plus.png) no-repeat;
        background-size: 50px;
    }
    #gallery .lp-sonohigurashi-gallery_slide .lp-sonohigurashi-prev-arrow{
        right: 90px;
        background: url(/img/promo/sonohigurashi/common/slide_arrow_l.png) no-repeat;
        background-size: 50px;
    }
    #gallery .lp-sonohigurashi-gallery_slide .lp-sonohigurashi-next-arrow{
        right: 20px;
        background: url(/img/promo/sonohigurashi/common/slide_arrow_r.png) no-repeat;
        background-size: 50px;
    }
    #gallery .lp-sonohigurashi-gallery_slide .lp-sonohigurashi-slick-counter{
        position: relative;
        left: 20px;
    }
    
}

/* スマホサイズ調整------------------------------- */
@media screen and (max-width:540px) {

    
}


/* guideline
--------------------------------------------------------------*/
#guideline{
    position: relative;
    padding: 150px 0;
    
}
#guideline::before{
    content: '';
    position: absolute;
    top: -50px;
    display: block;
    width: 100%;
    height: 100px;
    background: url(/img/promo/sonohigurashi/common/content_bg_pattern_yellow.png) repeat-x center top;
}
#guideline .lp-sonohigurashi-banner-list{
    margin: 0 0 80px;
}
#guideline .lp-sonohigurashi-banner-list li{
    width: 100%;
    max-width: 608px;
    margin: 0 auto 40px;
}
#guideline .lp-sonohigurashi-ttl{
    margin: 30px 0 10px 0;
    color: #06DD9F;
    font-size: 20px;
    line-height: 30px;
}
#guideline h3.lp-sonohigurashi-ttl{
    font-size: 1.4em;
}
#guideline .lp-sonohigurashi-txt{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}
#guideline ul.lp-sonohigurashi-txt {
    list-style-type: circle;
}

#guideline .lp-sonohigurashi-txt li {
    list-style-type: circle;
    margin: 0 0 0 24px;
    padding: 0;
    position: relative;
    font-size: 17px;
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {

    #guideline{
        position: relative;
        padding: 60px 0 110px;
    }
    #guideline::before{
        content: '';
        position: absolute;
        top: -50px;
        display: block;
        width: 100%;
        height: 80px;
        background: url(/img/promo/sonohigurashi/common/content_bg_pattern_yellow.png) repeat-x center top;
        background-size: 700px;
    }
    #guideline #guideline2{
        padding-top: 100px;
        margin-top: -100px;
    }
    #guideline .lp-sonohigurashi-ttl{
        margin: 20px 0 10px 0;
        font-size: 17px;
    }
    #guideline .lp-sonohigurashi-txt{
        font-size: 14px;
    }
    #guideline .lp-sonohigurashi-txt li{
        font-size: 14px;
    }

}

/* スマホサイズ調整------------------------------- */
@media screen and (max-width:540px) {

    
}

