#laughni {
    background: #FFEED4;
}
.laughni-h2 {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 17px;
}
.laighni-youtube-flex {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
.laighni-youtube-flex__child {
    width: 48%;
    padding-top: 87%;
    position: relative;
}
.laighni-youtube-flex__child iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#laghni-kitsuke-fuyou {
    padding: 2.3em 0 2.5em;
}
#laghni-kitsuke-fuyou h2{
    color: #4C2902;
    font-size: clamp(24px, 4.1vw, 30px);
    text-align: center;
    font-weight: bold;
}
#laghni-kitsuke-fuyou p{
    color: #4C2902;
    font-size:clamp(15px, 2.9vw, 18px);
    font-weight: 500;
    margin-top: 1.2em;
    text-align: center;
}
.laughni-buttons-box {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: clamp(22px, 3.7vw, 27px);
    font-weight: bold;
    margin-top:1em;
    letter-spacing: 4px;
}
.laughni-buttons{
    border-radius: 43px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
    padding: .65em 2.95em .7em;
}
.laughni-buttons+.laughni-buttons{
    margin-top:.55em;
}
.laughni-buttons.lgb-pink{
    background:#F37B6C;
}
.laughni-buttons.lgb-gray{
    background:#54896F;
}
#laughni-youtube{
    padding: 4.5em 0 7em;
    background: url(/assets/images/laughni/laughni_bg.jpg) no-repeat left top / cover;
}
#laughni-youtube h2{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: clamp(22px, 3.7vw, 27px);
    margin-bottom:.75em;
}
#laughni-resolve{
    background:#fff;
    padding: 2.5em 8% 5.5em;
}
#laughni-resolve h2{
    color: #E0A346;
    font-size: clamp(24px, 4.1vw, 30px);
    font-weight: bold;
    text-align:center;
}
.lr-icon-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 1.75em;
}
.lr-icon-flex__child{
    width:32%;
}
.lr-point-box-flex{
    display: flex;
    flex-direction: column;
    margin-top:1.5em;
}
.lr-point-box-flex__child {
    background: #FFEED4;
    border-radius: 11px;
    padding: 1.4em 0 2em;
}
.lr-point-box-flex__child__icon {
    text-align: center;
}
.lr-point-box-flex__child__icon img{
    max-width: 133px;
    width: 21%;
}
.lr-point-box-flex__child h3{
    color: #E0A346;
    font-size: clamp(24px, 4.1vw, 30px);
    font-weight: bold;
    text-align: center;
}
.lr-point-box-flex__child p{
    color: #E0A346;
    font-size: clamp(19px, 3.4vw, 25px);
    font-weight: bold;
    margin-top: .4em;
    text-align: center;
}
.lr-point-box-flex__child+.lr-point-box-flex__child{
    margin-top:1.2em;
}
#laughni-plan {
    background: #fff;
    padding: 2em 6% 6em;
}
.lp-box{
    margin-top:1.85em;
}
.lp-box h2{
    color:#4C2902;
    font-size: clamp(24px, 4.1vw, 30px);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.lp-box__caption{
    color:#4C2902;
    font-size:clamp(15px, 2.9vw, 18px);
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
}
.lp-box picture{
    display: block;
    margin-top: 1em;
}
#laughni-end{
    background: #fff;
    padding: 1.2em 0 1.75em;
}
#laughni-end h2{
    color: #4C2902;
    font-size: clamp(24px, 4.1vw, 30px);
    font-weight: bold;
    text-align: center;
}
.laughni-end__logo{
    text-align: center;
    margin-top:1em;
}
.laughni-end__logo img {
    width: 54%;
    max-width: 368px;
    padding-right: 4%;
}