@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+Rounded+1c:wght@400;500;900&display=swap');

html {
	scroll-behavior: smooth;
}
body {
    min-height: 500px;
    background: #F5F5D1;
    color: #717171;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}
img {
    max-width: 100%;
}
ol {
    counter-reset: item;
}
ol li::before {
    counter-increment: item;
    content: counter(item)'.';
}
.lp-sonohigurashi-lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lp-sonohigurashi-inner {
    position: relative;
    width: 92%;
    max-width: 1005px;
    margin: auto;
}
.lp-sonohigurashi-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-sonohigurashi-white-box{
    padding: 70px 80px 80px;
    background: #fff;
    border-radius: 72px;
}


.lp-sonohigurashi-title{
    width: 100%;
    margin: 0 0 40px;
    color: #06DD9F;
    font-size: 18px;
    text-align: center;
}
.lp-sonohigurashi-title span{
    position: relative;
    display: inline-block;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 4.5px;
    line-height: 92px;
}
.lp-sonohigurashi-title span::before{
    content: '-';
    position: absolute;
    left: -80px;
}
.lp-sonohigurashi-title span::after{
    content: '-';
    position: absolute;
    right: -80px;
}

.lp-sonohigurashi-title-s{
    padding: 0 0 25px;
    margin: 0 0 40px;
    border-bottom: 3px solid #DBDBDB;
    color: #06DD9F;
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
}


.lp-sonohigurashi-btn{
    position: relative;
    display: block;
    width: 100%;
    max-width: 255px;
    height: 59px;
    background: #EBEBEB;
    border-radius: 30px;
    color: #193247;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.lp-sonohigurashi-arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 9px;
    height: 2px;
    background: #B5B5B5;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: right 3px;
    z-index: 3;
}
.lp-sonohigurashi-arrow::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 9px;
    height: 2px;
    background: #B5B5B5;
    border-radius: 2px;
    transform: rotate(-45deg);
    transform-origin: right -1px;
    z-index: 3;
}


/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    .lp-sonohigurashi-white-box{
        padding: 30px 30px 30px;
        border-radius: 20px;
    }
    .lp-sonohigurashi-title{
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .lp-sonohigurashi-title span{
        font-size: 36px;
        letter-spacing: 3.6px;
    }
    .lp-sonohigurashi-title-s{
        margin: 0 0 20px;
        color: #06DD9F;
        font-size: 24px;
        font-weight: 900;
        line-height: 32px;
        text-align: center;
    }
    
}

/* header
--------------------------------------------------------------*/
.lp-sonohigurashi-logo{

}
.lp-sonohigurashi-logo:hover{

}
.lp-sonohigurashi-header{
    justify-content: space-between;
    position: fixed;
    top: 45px;
    width: 100%;
    padding: 0 4%;
    z-index: 5;
}

.lp-sonohigurashi-header .lp-sonohigurashi-header_nav{
    margin: 5px 0 0 0px;
}
.lp-sonohigurashi-header .lp-sonohigurashi-header_nav li a{
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    margin: 0 0 0 15px;
    background: #fff;
    border: 3px solid #06DD9F;
    border-radius: 41px;
    color: #06DD9F;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2.6px;
    z-index: 1;
}
.lp-sonohigurashi-header .lp-sonohigurashi-header_nav_sp{
    position: absolute;
    top: 80px;
    right: -380px;
    z-index: 15;
    transition: all .4s;
}

.lp-sonohigurashi-header .lp-sonohigurashi-nav_trigger {
    display: none;
}
/* PCサイズ調整
-------------------------------------------- */
@media screen and (max-width:1200px) {
    .lp-sonohigurashi-header .lp-sonohigurashi-logo{
        width: 380px;
    }
    .lp-sonohigurashi-header .lp-sonohigurashi-header_nav{
        margin: 10px 0 0;
    }
    .lp-sonohigurashi-header .lp-sonohigurashi-header_nav li a{
        padding: 15px 25px;
        margin: 0 0 0 10px;
        font-size: 24px;
        letter-spacing: 2.4px;
    }
}

/* タブレットサイズ---------------------------- */
@media screen and (max-width:1024px) {
    .lp-sonohigurashi-header .lp-sonohigurashi-header_nav{
        display: none;
    }
    .lp-sonohigurashi-side_open .lp-sonohigurashi-header_nav_sp {
        -webkit-transform: translate3d(-375px, 0, 0);
        transform: translate3d(-375px, 0, 0);
    }
    .lp-sonohigurashi-header .lp-sonohigurashi-header_nav_sp li a{
        position: relative;
        display: inline-block;
        margin: 0 20px 10px 0;
        color: #fff;
        font-size: 22px;
        letter-spacing: .7px;
        z-index: 1;
    }
    .lp-sonohigurashi-header .lp-sonohigurashi-header_nav_sp li a span::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 34px;
        background: #fff;
        transform: skewX(-20deg);
        z-index: -1;
    }
    .lp-sonohigurashi-header .lp-sonohigurashi-header_nav_sp li a span{
        position: relative;
        left: 0px;
        display: inline-block;
        padding: 5px 10px 0;
        margin: 0 10px 10px 0;
        color: #1B252E;
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .lp-sonohigurashi-header .lp-sonohigurashi-nav_trigger {
        position: absolute;
        right: 20px;
        display: block;
        width: 60px;
        height: 60px;
        background: #08DCA3;
        border-radius: 30px;
        cursor: pointer;
        z-index: 10;
        transition: all .4s;
    }
    .lp-sonohigurashi-header .lp-sonohigurashi-nav_trigger span{
        display: block;
        width: 60px;
        padding: 18px 0 12px;
        background: url(/img/promo/sonohigurashi/common/icon_menu_sp.png) no-repeat center bottom;
        background-size: 29px;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    
    .lp-sonohigurashi-nav_trigger.active{
        right: -60px;
        width: 240px;
        height: 240px;
    }

    .lp-sonohigurashi-nav_trigger.active span::before {
        width: 30px;
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
    }
    .lp-sonohigurashi-nav_trigger.active span {
        border: rgba( 0, 0, 0, 0);
    }
    .lp-sonohigurashi-nav_trigger.active span::after {
        width: 30px;
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    .lp-sonohigurashi-header .lp-sonohigurashi-logo{
        width: 250px;
    }


}



/* footer
--------------------------------------------------------------*/
.lp-sonohigurashi-footer{
    position: relative;
    padding: 50px 0 40px;
    background: #06DD9F;
    color: #fff;
    font-size: 14px;
}
.lp-sonohigurashi-footer a{
    color: #fff;
}

.lp-sonohigurashi-footer::before{
    content: '';
    position: absolute;
    top: -50px;
    display: block;
    width: 100%;
    height: 100px;
    background: url(/img/promo/sonohigurashi/common/content_bg_pattern_green.png) repeat-x center top;
}
.lp-sonohigurashi-footer .lp-sonohigurashi-flex{
    justify-content: center;
    gap: 4%;
}
.lp-sonohigurashi-footer .lp-sonohigurashi-flex ul{
    width: 15%;
    margin: 0 0 20px;
}
.lp-sonohigurashi-footer .lp-sonohigurashi-flex ul li{
    margin: 0 0 20px;
}
.lp-sonohigurashi-footer small{
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 14px;
    letter-spacing: 2.8px;
}
.lp-sonohigurashi-footer small::before{
    content: '';
    position: absolute;
    left: -70px;
    top: 50%;
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
}
.lp-sonohigurashi-footer small::after{
    content: '';
    position: absolute;
    right: -70px;
    top: 50%;
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    .lp-sonohigurashi-footer{
        padding: 60px 0;
    }
    .lp-sonohigurashi-footer::before{
        content: '';
        position: absolute;
        top: -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;
    }
    .lp-sonohigurashi-footer .lp-sonohigurashi-flex{
        align-items: center;
        gap: 2%;
        
    }
    .lp-sonohigurashi-footer .lp-sonohigurashi-flex ul{
        width: 49%;

    }
    
}