/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  @-webkit-keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  @keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  .lp-newyear2026 {
    width: 1099px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: "Noto Serif JP", serif;
  }
  .lp-newyear2026 .newyear-mv {
    display: grid;
    place-items: center;
    width: 1099px;
    max-width: 100%;
    height: 640px;
    margin: 0 auto 40px;
    background-image: url(../images/mv-bg__sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-newyear2026 .newyear-mv h1 {
    text-align: center;
    line-height: 1.5em;
  }
  .lp-newyear2026 .newyear-mv h1 span {
    display: block;
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35em;
    color: #51360B;
  }
  .lp-newyear2026 .newyear-mv h1 small {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: #342000;
  }
  .lp-newyear2026 .newyear-mv h1 .green,
  .lp-newyear2026 .newyear-mv h1 .gold {
    display: inline-block;
    font-size: 56px;
    font-weight: 600;
  }
  .lp-newyear2026 .newyear-mv h1 .green {
    color: #124307;
  }
  .lp-newyear2026 .newyear-mv h1 .gold {
    color: #DFB23D;
  }
  .lp-newyear2026 .newyear-mv h1 img {
    width: 260px;
    margin-top: 20px;
  }
  .lp-newyear2026 #toXmas {
    position: fixed;
    z-index: 200;
    bottom: 5vw;
    right: 1vw;
    width: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lp-newyear2026 #toXmas.float {
    bottom: 5px;
  }
  .lp-newyear2026 .newyear-intro {
    position: relative;
    width: 100%;
    max-width: 1099px;
    margin: 0 auto 50px;
    padding: 0 6vw;
  }
  .lp-newyear2026 .newyear-intro .text {
    padding-top: 6rem;
  }
  .lp-newyear2026 .newyear-intro .text h2 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto 6rem;
    font-size: 2rem;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: initial;
    color: #DFB23D;
  }
  .lp-newyear2026 .newyear-intro .text h2 span {
	display: inline-block;
  }
  .lp-newyear2026 .newyear-intro .text p {
    font-size: 12px;
    color: #2A201E;
    text-align: center;
    line-height: 2.5em;
  }
  .lp-newyear2026 .newyear-intro .imgs {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .lp-newyear2026 .newyear-intro .imgs img {
    position: absolute;
  }
  .lp-newyear2026 .newyear-intro .imgs .img1 {
    top: 0;
    right: calc(50% + 80px);
    width: 245px;
  }
  .lp-newyear2026 .newyear-intro .imgs .img2 {
    top: 30px;
    left: calc(50% + 90px);
    width: 170px;
  }
  .lp-newyear2026 .newyear-intro .imgs .img3 {
    bottom: 130px;
    right: calc(50% + 90px);
    width: 200px;
  }
  .lp-newyear2026 .newyear-intro .imgs .img4 {
    bottom: 152px;
    left: calc(50% + 65px);
    width: 180px;
  }
  .lp-newyear2026 .newyear-nav-wrapper {
    position: relative;
    width: 1099px;
    max-width: 100%;
    height: 80px;
    margin: 30px auto;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(8px, 2.1vw, 15px);
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li {
    width: calc(33% - clamp(8px, 2.1vw, 15px));
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li.sp:last-child {
    display: none;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 5px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    background-color: #C6A363;
    border-radius: 40px;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float {
    -webkit-animation: show 0.3s ease 0s;
            animation: show 0.3s ease 0s;
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    padding: 20px 0;
    border-bottom: none;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float li.sp:last-child {
    display: block;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float li a {
    text-align: center;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float li a::before {
    display: none;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float li a::after {
    display: none;
  }
  .lp-newyear2026 .section-title {
    padding: 6vw;
    margin-bottom: 40px;
    text-align: center;
  }
  .lp-newyear2026 .section-pickup,
  .lp-newyear2026 .section-newyear,
  .lp-newyear2026 .section-tradition,
  .lp-newyear2026 .section-xmas {
    position: relative;
    z-index: 1;
    width: 1099px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .lp-newyear2026 .section-pickup::after,
  .lp-newyear2026 .section-newyear::after,
  .lp-newyear2026 .section-tradition::after,
  .lp-newyear2026 .section-xmas::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
  .lp-newyear2026 .section-pickup {
    margin-top: 30px;
    padding: 150px 0 50px;
    background-image: url(../images/pickup-bg.png);
  }
  .lp-newyear2026 .section-pickup::after {
    content: "";
    top: -120px;
    background-image: url(../images/pickup-deco.png);
  }
  .lp-newyear2026 .section-pickup .plan .item {
    padding: 10px;
    border-radius: 10px;
  }
  .lp-newyear2026 .section-pickup .plan .item .img {
    width: 100%;
    margin-bottom: 17px;
    border-radius: 10px;
  }
  .lp-newyear2026 .section-pickup .plan .item .title {
    padding: 8px;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #2A201E;
    border-top: 1px solid #DCD0AA;
    border-bottom: 1px solid #DCD0AA;
  }
  .lp-newyear2026 .section-pickup .plan .item .comment {
    padding: 0;
  }
  .lp-newyear2026 .section-newyear {
    background-image: url(../images/newyear-bg.png);
  }
  .lp-newyear2026 .section-newyear::after {
    content: "";
    background-image: url(../images/newyear-deco.png);
  }
  .lp-newyear2026 .section-tradition {
    background-image: url(../images/tradition-deco.png);
  }
  .lp-newyear2026 .section-tradition .plan .item {
    background-color: #F7F5F1;
  }
  .lp-newyear2026 .section-xmas {
    margin-top: -70px;
    padding-top: 195px;
    padding-bottom: 230px;
    background-image: url(../images/christmas-bg.png);
  }
  .lp-newyear2026 .section-xmas .plan .cat li {
    color: #1D1348;
    border: 1px solid #1D1348;
  }
  .lp-newyear2026 .section-xmas .plan .title {
    color: #DFB23D;
    border-bottom: 1px solid #DFB23D;
  }
  .lp-newyear2026 .section-xmas .plan-more {
    color: #124307;
    border: 2px solid #124307;
  }
  .lp-newyear2026 .section-xmas .plan-more::before, .lp-newyear2026 .section-xmas .plan-more::after {
    background-color: #124307;
  }
  .lp-newyear2026 .plan {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - clamp(15px, 4vw, 20px)), 1fr));
    gap: clamp(15px, 4vw, 20px);
    width: 1370px;
    max-width: 100%;
    padding: 0 5vw 10px;
    overflow: hidden;
  }
  .lp-newyear2026 .plan .item {
    background-color: #FFFFFF;
    border-radius: 5px;
  }
  .lp-newyear2026 .plan .item a {
    display: block;
  }
  .lp-newyear2026 .plan .item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .lp-newyear2026 .plan .img {
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .lp-newyear2026 .plan .img img {
    width: 100%;
    aspect-ratio: 63/50;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .lp-newyear2026 .plan .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 0 8px;
    padding: 0 15px;
  }
  .lp-newyear2026 .plan .cat li {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: clamp(10px, 2.6vw, 12px);
    font-weight: 400;
    line-height: 1em;
    color: #DFB23D;
    border: 1px solid #DFB23D;
    border-radius: 2px;
  }
  .lp-newyear2026 .plan .cat li a {
    display: block;
  }
  .lp-newyear2026 .plan .title {
    margin-bottom: 7px;
    padding: 0 10px 10px;
    font-size: clamp(14px, 3.7vw, 16px);
    font-weight: 500;
    word-break: break-all;
    color: #B7443D;
    line-height: 1.5em;
    border-bottom: 1px solid #B7443D;
  }
  .lp-newyear2026 .plan .comment {
    margin: 0;
    padding: 0 10px 15px;
    font-size: clamp(12px, 3.2vw, 14px);
    font-weight: 300;
    color: #2A201E;
    line-height: 1.75em;
  }
  .lp-newyear2026 .plan-more {
    position: relative;
    width: clamp(250px, 66.5vw, 500px);
    margin: 40px auto 0;
    padding: 1em;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #C6A363;
    background-color: #FFFFFF;
    border: 2px solid #C6A363;
    border-radius: 20px;
  }
  .lp-newyear2026 .plan-more::before, .lp-newyear2026 .plan-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5vw;
    width: clamp(17px, 4.6vw, 35px);
    height: 2px;
    background-color: #C6A363;
  }
  .lp-newyear2026 .plan-more::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lp-newyear2026 .memo {
    margin-top: 40px;
    padding: 20px 6vw 0;
    line-height: 1.5em;
    color: #2A201E;
    border-top: 1px solid #DFB23D;
  }
  .lp-newyear2026 .memo p {
    font-size: 12px;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  @-webkit-keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  @keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  .lp-newyear2026 {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: "Noto Serif JP", serif;
  }
  .lp-newyear2026 .newyear-mv {
    display: grid;
    place-items: center;
    width: 1920px;
    max-width: 100%;
    height: 950px;
    margin: 0 auto 40px;
    background-image: url(../images/mv-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-newyear2026 .newyear-mv h1 {
    text-align: center;
    line-height: 1em;
  }
  .lp-newyear2026 .newyear-mv h1 span {
    display: block;
    margin-bottom: 38px;
    font-size: 27px;
    font-weight: 700;
    color: #51360B;
  }
  .lp-newyear2026 .newyear-mv h1 small {
    display: inline-block;
    font-size: 53px;
    font-weight: 600;
    color: #342000;
  }
  .lp-newyear2026 .newyear-mv h1 .green,
  .lp-newyear2026 .newyear-mv h1 .gold {
    display: inline-block;
    font-size: 96px;
    font-weight: 600;
  }
  .lp-newyear2026 .newyear-mv h1 .green {
    color: #124307;
  }
  .lp-newyear2026 .newyear-mv h1 .gold {
    color: #DFB23D;
  }
  .lp-newyear2026 .newyear-mv h1 img {
    margin-top: 30px;
  }
  .lp-newyear2026 #toXmas {
    position: fixed;
    z-index: 200;
    bottom: 50px;
    right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lp-newyear2026 #toXmas.float {
    bottom: 15px;
  }
  .lp-newyear2026 .newyear-intro {
    position: relative;
    width: 2020px;
    max-width: 100%;
    height: 1056px;
    margin: 0 auto 70px;
    padding: 0 50px;
  }
  .lp-newyear2026 .newyear-intro .text {
    padding-top: 85px;
  }
  .lp-newyear2026 .newyear-intro .text h2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6rem;
    font-size: 2rem;
    font-weight: 600;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: initial;
    color: #DFB23D;
  }
  .lp-newyear2026 .newyear-intro .text h2 span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .lp-newyear2026 .newyear-intro .text p {
    color: #2A201E;
    text-align: center;
    line-height: 2.5em;
  }
  .lp-newyear2026 .newyear-intro .imgs {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .lp-newyear2026 .newyear-intro .imgs img {
    position: absolute;
  }
  .lp-newyear2026 .newyear-intro .imgs .img1 {
    top: 0;
    right: calc(50% + 215px);
    width: 653px;
  }
  .lp-newyear2026 .newyear-intro .imgs .img2 {
    top: 30px;
    left: calc(50% + 205px);
    width: 437px;
  }
  .lp-newyear2026 .newyear-intro .imgs .img3 {
    top: 640px;
    right: calc(50% + 320px);
    width: 494px;
  }
  .lp-newyear2026 .newyear-intro .imgs .img4 {
    top: 480px;
    left: calc(50% + 280px);
    width: 585px;
  }
  .lp-newyear2026 .newyear-nav-wrapper {
    position: relative;
    width: 1375px;
    max-width: 80%;
    height: 218px;
    margin: 30px auto;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(40px, 3.6vw, 70px);
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li {
    width: 350px;
    height: 58px;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li:last-child {
    margin-right: 0;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 30px;
    font-size: 23px;
    color: #FFFFFF;
    text-align: center;
    background-color: #C6A363;
    border-radius: 40px;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li a:hover {
    opacity: 0.8;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li a::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 30px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #C6A363;
    border-bottom: 2px solid #C6A363;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .lp-newyear2026 .newyear-nav-wrapper ul li a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float {
    -webkit-animation: show 0.3s ease 0s;
            animation: show 0.3s ease 0s;
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    padding: 20px;
    border-bottom: none;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float li a {
    text-align: center;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float li a::before {
    display: none;
  }
  .lp-newyear2026 .newyear-nav-wrapper ul.float li a::after {
    display: none;
  }
  .lp-newyear2026 .section-title {
    margin-bottom: 67px;
    text-align: center;
  }
  .lp-newyear2026 .section-pickup,
  .lp-newyear2026 .section-newyear,
  .lp-newyear2026 .section-tradition,
  .lp-newyear2026 .section-xmas {
    position: relative;
    z-index: 1;
    width: 2020px;
    max-width: 100%;
    margin: 0 auto;
    padding: 160px 50px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .lp-newyear2026 .section-pickup::after,
  .lp-newyear2026 .section-newyear::after,
  .lp-newyear2026 .section-tradition::after,
  .lp-newyear2026 .section-xmas::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
  .lp-newyear2026 .section-pickup {
    margin-top: 100px;
    background-image: url(../images/pickup-bg.png);
  }
  .lp-newyear2026 .section-pickup::after {
    content: "";
    top: -120px;
    background-image: url(../images/pickup-deco.png);
  }
  .lp-newyear2026 .section-pickup .plan .item {
    padding: 18px;
    border-radius: 10px;
  }
  .lp-newyear2026 .section-pickup .plan .item .img {
    width: 100%;
    margin-bottom: 17px;
    border-radius: 10px;
  }
  .lp-newyear2026 .section-pickup .plan .item .title {
    padding: 8px;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #2A201E;
    border-top: 1px solid #DCD0AA;
    border-bottom: 1px solid #DCD0AA;
  }
  .lp-newyear2026 .section-pickup .plan .item .comment {
    padding: 0;
  }
  .lp-newyear2026 .section-newyear {
    background-image: url(../images/newyear-bg.png);
  }
  .lp-newyear2026 .section-newyear::after {
    content: "";
    background-image: url(../images/newyear-deco.png);
  }
  .lp-newyear2026 .section-tradition {
    background-image: url(../images/tradition-deco.png);
  }
  .lp-newyear2026 .section-tradition .plan .item {
    background-color: #F7F5F1;
  }
  .lp-newyear2026 .section-xmas {
    margin-top: -100px;
    padding-top: 330px;
    padding-bottom: 380px;
    background-image: url(../images/christmas-bg.png);
  }
  .lp-newyear2026 .section-xmas .plan .cat li {
    color: #1D1348;
    border: 1px solid #1D1348;
  }
  .lp-newyear2026 .section-xmas .plan .title {
    color: #DFB23D;
    border-bottom: 1px solid #DFB23D;
  }
  .lp-newyear2026 .plan {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 38px), 1fr));
    gap: 48px 38px;
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
  }
  .lp-newyear2026 .plan .item {
    background-color: #FFFFFF;
    border-radius: 5px;
  }
  .lp-newyear2026 .plan .item a {
    display: block;
  }
  .lp-newyear2026 .plan .item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .lp-newyear2026 .plan .img {
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .lp-newyear2026 .plan .img img {
    width: 100%;
    aspect-ratio: 63/50;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .lp-newyear2026 .plan .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 0 8px;
    padding: 0 15px;
  }
  .lp-newyear2026 .plan .cat li {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: #DFB23D;
    border: 1px solid #DFB23D;
    border-radius: 2px;
  }
  .lp-newyear2026 .plan .cat li a {
    display: block;
  }
  .lp-newyear2026 .plan .title {
    margin-right: 15px;
    margin-bottom: 7px;
    padding: 0 15px 10px;
    font-size: 18px;
    font-weight: 500;
    word-break: break-all;
    color: #B7443D;
    line-height: 1.5em;
    border-bottom: 1px solid #B7443D;
  }
  .lp-newyear2026 .plan .comment {
    margin: 0;
    padding: 0 17px 15px;
    font-size: 16px;
    font-weight: 300;
    color: #2A201E;
    line-height: 1.75em;
  }
  .lp-newyear2026 .memo {
    width: 1370px;
    max-width: 100%;
    margin: 60px auto 0;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2A201E;
    border-top: 1px solid #DFB23D;
  }
}