@charset "utf-8";


#lp_ny_2024 {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
}


/***msg***/
#lp_ny_2024 .summary_txt {
    margin: 0 auto;
    width: calc(100% - 64px);
    text-align: center;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 40px 0px 10px;
}

@media screen and (max-width: 768px) {
    #lp_ny_2024 .summary_txt {
        font-size: 13px;
    } 
}

.line {
    width: calc(100% - 64px);
}


/***navi***/
#lp_ny_2024 .newyear_navi {
    width: calc(100% - 28px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 8px auto 0;
}

#lp_ny_2024 .newyear_navi li {
    width: 33%;
    margin-top: 12px;
}

#lp_ny_2024 .newyear_navi li:hover {
        transform: translateY(-5px); /* 上に5px移動 */
}

/***benefits123***/
#lp_ny_2024 .newyear_box {
    margin: 40px auto 0;
    padding: 46px 0 0;
    width: calc(100% - 32px);
}

#lp_ny_2024 #newyear01 {
    background-size: 71px 38px;
    background-position: top;
}
#lp_ny_2024 #newyear02 {
    background-size: 71px 38px;
    background-position: top;
}
#lp_ny_2024 #newyear03 {
    background-size: 71px 38px;
    background-position: top;
}

#lp_ny_2024 .btn {
    width: 90%;
}

#lp_ny_2024 .btn:hover {
    transform: scale(0.97);
}



/***notice***/
#lp_ny_2024 h2 {
    border-top: 3px dotted #CEB985;
    border-bottom: 3px dotted #CEB985;
    padding: 10px 0;
    color: #B19552;
    font-size: 18px;
}

#lp_ny_2024 p.notice_title {
    margin-top: 20px;
    color: #B19552;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

#lp_ny_2024 p.notice {
    margin-top: 10px;
    text-align: left;
}

/***footer***/
#lp_ny_2024 .comingsoon {
    padding: 20px 16px;
    background: #F2E3D6;
}

#lp_ny_2024 .comingsoon h6 {
    color: #D32B10;
    font-size: 16px;
}

#lp_ny_2024 .comingsoon ul {
    list-style: disc;
    text-align: left;
    margin-left: 16px;
}

#lp_ny_2024 .comingsoon ul li {
    margin-top: 4px;
}

#lp_ny_2024 .comingsoon ul li span {
    font-size: 12px;
    line-height: 14px;
}




