@keyframes fall-ver1 {
  to {
    top: 120%;
  }
}
@keyframes fall-ver2 {
  to {
    top: 150%;
  }
}
@keyframes fall-ver3 {
  to {
    top: 100%;
  }
}
@keyframes sway-ver1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(200px) rotate(-45deg);
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes sway-ver2 {
  from {
    -webkit-transform: translateX(200px) rotate(-25deg);
    transform: translateX(200px) rotate(-25deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(15deg);
    transform: translateX(0px) rotate(15deg);
  }
}
@keyframes sway-ver3 {
  from {
    -webkit-transform: translateX(150px) rotate(-35deg);
    transform: translateX(150px) rotate(-35deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(15deg);
    transform: translateX(0px) rotate(15deg);
  }
}
.main-area.lp {
  background-image: url(/Page/LP/2024/0730_event/img/background.jpg);
  background-size: 100% auto;
  background-attachment: fixed;
}

.lp_area {
  font-family: "adobe-garamond-pro", "family-ryo-text-plusn", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  --color1: rgba(37, 13, 0, 1);
  --color2: #fff;
  --color3: #FDF6E8;
  --color4: rgba(176, 207, 217, 0.3);
  --color5: rgba(248, 201, 185, 0.3);
  --color6: rgba(175, 103, 64, 0.2);
  --header-height: calc(24.7px + 65.91px + 40px + 40px);
  --breadlist-height: 43px;
  --nav-menu-height: 42.84px;
  --master-height: calc(var(--header-height) + var(--breadlist-height));
  --star: url("/Page/LP/2024/0730_event/img/star.png");
  --star_min: url("/Page/LP/2024/0730_event/img/star_min.png");
  --icon: url("/Page/LP/2024/0730_event/img/icon.png");
  background-image: url("/Page/LP/2024/0730_event/img/background.jpg");
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  .lp_area {
    overflow: visible;
    contain: paint;
    position: relative;
  }
  .lp_area .js-fall_flower1.js-active {
    animation-name: fall-ver1, sway-ver1;
  }
  .lp_area .js-fall_flower2.js-active {
    animation-name: fall-ver2, sway-ver2;
  }
  .lp_area .js-fall_flower3.js-active {
    animation-name: fall-ver3, sway-ver3;
  }
  .lp_area .js-fall_flower1,
  .lp_area .js-fall_flower2,
  .lp_area .js-fall_flower3 {
    position: absolute;
    z-index: 98;
    pointer-events: none;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-direction: normal, alternate;
    width: 8rem;
    aspect-ratio: 1/1;
  }
  .lp_area .js-fall_flower1:nth-of-type(1),
  .lp_area .js-fall_flower2:nth-of-type(1),
  .lp_area .js-fall_flower3:nth-of-type(1) {
    animation-duration: 50s, 5s;
    top: 0;
    left: 30%;
  }
  .lp_area .js-fall_flower1:nth-of-type(2),
  .lp_area .js-fall_flower2:nth-of-type(2),
  .lp_area .js-fall_flower3:nth-of-type(2) {
    animation-duration: 70s, 10s;
    top: 2%;
    left: 10%;
  }
  .lp_area .js-fall_flower1:nth-of-type(3),
  .lp_area .js-fall_flower2:nth-of-type(3),
  .lp_area .js-fall_flower3:nth-of-type(3) {
    animation-duration: 60s, 3s;
    top: 3%;
    left: 80%;
  }
  .lp_area .js-fall_flower1:nth-of-type(4),
  .lp_area .js-fall_flower2:nth-of-type(4),
  .lp_area .js-fall_flower3:nth-of-type(4) {
    animation-duration: 75s, 2s;
    top: 0%;
    left: 30%;
  }
  .lp_area .js-fall_flower1:nth-of-type(5),
  .lp_area .js-fall_flower2:nth-of-type(5),
  .lp_area .js-fall_flower3:nth-of-type(5) {
    animation-duration: 85s, 4s;
    top: 4%;
    left: 60%;
  }
  .lp_area .js-fall_flower1:nth-of-type(6),
  .lp_area .js-fall_flower2:nth-of-type(6),
  .lp_area .js-fall_flower3:nth-of-type(6) {
    animation-duration: 60s, 7s;
    top: 82%;
    left: 18%;
  }
  .lp_area .js-fall_flower1:nth-of-type(7),
  .lp_area .js-fall_flower2:nth-of-type(7),
  .lp_area .js-fall_flower3:nth-of-type(7) {
    animation-duration: 80s, 6s;
    top: 16%;
    left: 31%;
  }
  .lp_area .js-fall_flower1:nth-of-type(8),
  .lp_area .js-fall_flower2:nth-of-type(8),
  .lp_area .js-fall_flower3:nth-of-type(8) {
    animation-duration: 50s, 5s;
    top: 11%;
    left: 52%;
  }
  .lp_area .js-fall_flower1:nth-of-type(9),
  .lp_area .js-fall_flower2:nth-of-type(9),
  .lp_area .js-fall_flower3:nth-of-type(9) {
    animation-duration: 60s, 2s;
    top: 13%;
    left: 71%;
  }
  .lp_area .js-fall_flower1:nth-of-type(10),
  .lp_area .js-fall_flower2:nth-of-type(10),
  .lp_area .js-fall_flower3:nth-of-type(10) {
    animation-duration: 70s, 8s;
    top: 15%;
    left: 2%;
  }
  .lp_area .js-fall_flower1:nth-of-type(11),
  .lp_area .js-fall_flower2:nth-of-type(11),
  .lp_area .js-fall_flower3:nth-of-type(11) {
    animation-duration: 50s, 11s;
    top: 42%;
    left: 1%;
  }
  .lp_area .js-fall_flower1:nth-of-type(12),
  .lp_area .js-fall_flower2:nth-of-type(12),
  .lp_area .js-fall_flower3:nth-of-type(12) {
    animation-duration: 70s, 1.5s;
    top: 16%;
    left: 37%;
  }
  .lp_area .js-fall_flower1:nth-of-type(13),
  .lp_area .js-fall_flower2:nth-of-type(13),
  .lp_area .js-fall_flower3:nth-of-type(13) {
    animation-duration: 60s, 6s;
    top: 22%;
    left: 11%;
  }
  .lp_area .js-fall_flower1:nth-of-type(14),
  .lp_area .js-fall_flower2:nth-of-type(14),
  .lp_area .js-fall_flower3:nth-of-type(14) {
    animation-duration: 75s, 4s;
    top: 45%;
    left: 62%;
  }
  .lp_area .js-fall_flower1:nth-of-type(15),
  .lp_area .js-fall_flower2:nth-of-type(15),
  .lp_area .js-fall_flower3:nth-of-type(15) {
    animation-duration: 85s, 5s;
    top: 48%;
    left: 50%;
  }
  .lp_area .js-fall_flower1:nth-of-type(16),
  .lp_area .js-fall_flower2:nth-of-type(16),
  .lp_area .js-fall_flower3:nth-of-type(16) {
    animation-duration: 60s, 8s;
    top: 62%;
    left: 24%;
  }
  .lp_area .js-fall_flower1:nth-of-type(17),
  .lp_area .js-fall_flower2:nth-of-type(17),
  .lp_area .js-fall_flower3:nth-of-type(17) {
    animation-duration: 80s, 2s;
    top: 32%;
    left: 72%;
  }
  .lp_area .js-fall_flower1:nth-of-type(18),
  .lp_area .js-fall_flower2:nth-of-type(18),
  .lp_area .js-fall_flower3:nth-of-type(18) {
    animation-duration: 50s, 3s;
    top: 24%;
    left: 66%;
  }
  .lp_area .js-fall_flower1:nth-of-type(19),
  .lp_area .js-fall_flower2:nth-of-type(19),
  .lp_area .js-fall_flower3:nth-of-type(19) {
    animation-duration: 60s, 4s;
    top: 42%;
    left: 30%;
  }
  .lp_area .js-fall_flower1:nth-of-type(20),
  .lp_area .js-fall_flower2:nth-of-type(20),
  .lp_area .js-fall_flower3:nth-of-type(20) {
    animation-duration: 70s, 9s;
    top: 72%;
    left: 42%;
  }
  .lp_area .js-fall_flower1:nth-of-type(21),
  .lp_area .js-fall_flower2:nth-of-type(21),
  .lp_area .js-fall_flower3:nth-of-type(21) {
    animation-duration: 50s, 5s;
    top: 26%;
    left: 88%;
  }
  .lp_area .js-fall_flower1:nth-of-type(22),
  .lp_area .js-fall_flower2:nth-of-type(22),
  .lp_area .js-fall_flower3:nth-of-type(22) {
    animation-duration: 70s, 4s;
    top: 17%;
    left: 90%;
  }
  .lp_area .js-fall_flower1:nth-of-type(23),
  .lp_area .js-fall_flower2:nth-of-type(23),
  .lp_area .js-fall_flower3:nth-of-type(23) {
    animation-duration: 60s, 2s;
    top: 52%;
    left: 10%;
  }
  .lp_area .js-fall_flower1:nth-of-type(24),
  .lp_area .js-fall_flower2:nth-of-type(24),
  .lp_area .js-fall_flower3:nth-of-type(24) {
    animation-duration: 75s, 3s;
    top: 28%;
    left: 49%;
  }
  .lp_area .js-fall_flower1:nth-of-type(25),
  .lp_area .js-fall_flower2:nth-of-type(25),
  .lp_area .js-fall_flower3:nth-of-type(25) {
    animation-duration: 85s, 5s;
    top: 39%;
    left: 25%;
  }
  .lp_area .js-fall_flower1:nth-of-type(26),
  .lp_area .js-fall_flower2:nth-of-type(26),
  .lp_area .js-fall_flower3:nth-of-type(26) {
    animation-duration: 60s, 8s;
    top: 44%;
    left: 44%;
  }
  .lp_area .js-fall_flower1:nth-of-type(27),
  .lp_area .js-fall_flower2:nth-of-type(27),
  .lp_area .js-fall_flower3:nth-of-type(27) {
    animation-duration: 80s, 1s;
    top: 7%;
    left: 7%;
  }
  .lp_area .js-fall_flower1:nth-of-type(28),
  .lp_area .js-fall_flower2:nth-of-type(28),
  .lp_area .js-fall_flower3:nth-of-type(28) {
    animation-duration: 50s, 5s;
    top: 17%;
    left: 71%;
  }
  .lp_area .js-fall_flower1:nth-of-type(29),
  .lp_area .js-fall_flower2:nth-of-type(29),
  .lp_area .js-fall_flower3:nth-of-type(29) {
    animation-duration: 60s, 2s;
    top: 29%;
    left: 52%;
  }
  .lp_area .js-fall_flower1:nth-of-type(30),
  .lp_area .js-fall_flower2:nth-of-type(30),
  .lp_area .js-fall_flower3:nth-of-type(30) {
    animation-duration: 70s, 4s;
    top: 15%;
    left: 90%;
  }
  .lp_area {
    background-color: var(--color3);
    padding-bottom: 13.2rem;
  }
  .lp_area p,
  .lp_area span {
    color: var(--color1);
  }
  .lp_area .l-view {
    display: block;
  }
  .lp_area .s-view {
    display: none;
  }
  .lp_area .lp-headline {
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "pwid";
    font-size: 3.6rem;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .lp_area .lp-headline::after, .lp_area .lp-headline::before {
    position: absolute;
    width: 1.99rem;
    aspect-ratio: 1/1;
    content: "";
    background-image: var(--star);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lp_area__textarea {
    margin-top: 7.8rem;
    padding-bottom: 13rem;
  }
  .lp_area__textarea .lp-headline {
    width: 58rem;
    margin: 0 auto;
  }
  .lp_area__textarea .lp-headline::after {
    left: -2.5rem;
    top: 0.4rem;
  }
  .lp_area__textarea .lp-headline::before {
    right: -2.5rem;
    top: 0.4rem;
  }
  .lp_area__textarea__sub {
    margin-top: 3.4rem;
    font-family: "adobe-garamond-pro", "family-ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .lp_area__textarea__sub_group {
    width: 60rem;
    aspect-ratio: 600/341;
    margin: 0 auto;
    margin-top: 4.2rem;
    padding-right: 2.7rem;
  }
  .lp_area__textarea__sub_group__content {
    width: 100%;
    aspect-ratio: 600/343;
    border: solid 1px var(--color1);
    position: relative;
  }
  .lp_area__textarea__sub_group__main {
    position: relative;
    top: 7rem;
  }
  .lp_area__textarea__sub_group__main__headline {
    position: relative;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__textarea__sub_group__main__top {
    margin: 0 auto;
    margin-top: 3.9rem;
    width: 30rem;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--top span:nth-child(1) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    margin-left: 1.9rem;
    letter-spacing: 0.07em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--top span:nth-child(2) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    display: inline-block;
    margin-left: 0.7rem;
    position: relative;
    letter-spacing: 0.09em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--top span:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color1);
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom {
    margin-top: 1.1rem;
    margin-left: 1.6rem;
    display: block;
    text-align: left;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(1), .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(3) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.08em;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(3) {
    margin-left: -0.1rem;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(2), .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(4) {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    display: inline-block;
    position: relative;
    letter-spacing: 0.09em;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(2) {
    margin-left: -0.4rem;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(4) {
    margin-left: -0.3rem;
  }
  .lp_area__textarea__sub_group__main__bottom {
    margin: 0 auto;
    margin-top: 3rem;
    width: 30rem;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--top span:nth-child(1) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    margin-left: 3.8rem;
    letter-spacing: 0.07em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--top span:nth-child(2) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    display: inline-block;
    margin-left: 0.7rem;
    position: relative;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--top span:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color1);
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom {
    margin-top: 1.1rem;
    margin-left: 1.4rem;
    display: block;
    text-align: left;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(1), .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(3) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.08em;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(3) {
    margin-left: -0.1rem;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(2), .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(4) {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    display: inline-block;
    position: relative;
    letter-spacing: 0.09em;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(2) {
    margin-left: -0.4rem;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(4) {
    margin-left: -0.3rem;
  }
  .lp_area__textarea__sub_group .css-star_bottom,
  .lp_area__textarea__sub_group .css-star_top {
    width: 58rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
  }
  .lp_area__textarea__sub_group .css-star_bottom::after, .lp_area__textarea__sub_group .css-star_bottom::before,
  .lp_area__textarea__sub_group .css-star_top::after,
  .lp_area__textarea__sub_group .css-star_top::before {
    display: block;
    width: 1rem;
    aspect-ratio: 1/1;
    content: "";
    background-image: var(--star);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lp_area__textarea__sub_group .css-star_top {
    top: 1.1rem;
    left: 1.1rem;
  }
  .lp_area__textarea__sub_group .css-star_bottom {
    bottom: 1.1rem;
    left: 1.1rem;
  }
  .lp_area__section1 {
    padding-top: 12.7rem;
    padding-bottom: 13rem;
    background-color: var(--color4);
  }
  .lp_area__section1 .lp-headline {
    width: 58.7rem;
    margin: 0 auto;
  }
  .lp_area__section1 .lp-headline::after {
    left: -0.1rem;
    top: 0.4rem;
  }
  .lp_area__section1 .lp-headline::before {
    right: -0.1rem;
    top: 0.4rem;
  }
  .lp_area__section1__flexbox {
    width: 100rem;
    margin: 0 auto;
    margin-top: 8.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .lp_area__section1__flexbox__image {
    width: 40rem;
    aspect-ratio: 400/480;
    margin-right: 10rem;
  }
  .lp_area__section1__flexbox__textarea {
    margin-top: 11.5rem;
  }
  .lp_area__section1__flexbox__textarea h3 {
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
  .lp_area__section1__flexbox__textarea p {
    margin-top: 3.5rem;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 3.2rem;
  }
  .lp_area__section1__product-flexbox {
    width: 66rem;
    margin: 0 auto;
    margin-top: 10rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .lp_area__section1__product-flexbox__link--image {
    width: 27rem;
    aspect-ratio: 270/200;
  }
  .lp_area__section1__product-flexbox__link--name {
    margin-top: 2.2rem;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section1__product-flexbox__link--name span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section1__product-flexbox__link--price {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section1__product-flexbox__link--price span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section2 {
    background-color: var(--color5);
    padding: 13rem 0;
  }
  .lp_area__section2 .lp-headline {
    width: 58.7rem;
    margin: 0 auto;
  }
  .lp_area__section2 .lp-headline::after {
    left: -0.1rem;
    top: 0.4rem;
  }
  .lp_area__section2 .lp-headline::before {
    right: -0.1rem;
    top: 0.4rem;
  }
  .lp_area__section2__flexbox {
    width: 100rem;
    margin: 0 auto;
    margin-top: 8.3rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .lp_area__section2__flexbox__image {
    width: 40rem;
    aspect-ratio: 400/480;
    order: 2;
  }
  .lp_area__section2__flexbox__textarea {
    order: 1;
    margin-top: 12.5rem;
    width: 50rem;
    margin-right: -0.6rem;
  }
  .lp_area__section2__flexbox__textarea h3 {
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.08em;
    line-height: 4.2rem;
  }
  .lp_area__section2__flexbox__textarea p {
    margin-top: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 3.2rem;
  }
  .lp_area__section2__product {
    width: 48rem;
    margin: 0 auto;
    margin-top: 10rem;
  }
  .lp_area__section2__product--image {
    width: 48rem;
    aspect-ratio: 480/336;
  }
  .lp_area__section2__product--label {
    width: 26.8rem;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .lp_area__section2__product--label li {
    background-color: var(--color6);
    padding: 0.7rem 1.2rem;
  }
  .lp_area__section2__product--label li:not(:last-of-type) {
    margin-right: 1rem;
  }
  .lp_area__section2__product--label li > span {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .lp_area__section2__product--label li:last-of-type > span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.09em;
  }
  .lp_area__section2__product--label li:last-of-type > span > span {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .lp_area__section2__product__names--name {
    margin: 0 auto;
    margin-top: 1.8rem;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-align: left;
    width: 31rem;
  }
  .lp_area__section2__product__names--name .css-name_f {
    margin-left: 1.2rem;
    letter-spacing: 0.15em;
  }
  .lp_area__section2__product__names--name .css-name_w {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.08em;
    display: inline-block;
  }
  .lp_area__section2__product__names--name .css-name_b {
    margin-left: -0.7rem;
    letter-spacing: 0.1em;
  }
  .lp_area__section2__product__names--price {
    margin: 0 auto;
    margin-top: 1.8rem;
    width: 11rem;
    text-align: left;
  }
  .lp_area__section2__product__names--price span {
    display: inline-block;
  }
  .lp_area__section2__product__names--price span:nth-child(1) {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-left: 0.5rem;
  }
  .lp_area__section2__product__names--price span:nth-child(2) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-left: -0.3rem;
  }
  .lp_area__section2__product__textblock--star {
    width: 1.2rem;
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-top: 3.1rem;
  }
  .lp_area__section2__product__textblock .css-center {
    text-align: center;
  }
  .lp_area__section2__product__textblock__button {
    cursor: pointer;
    font-size: 1.6rem;
    display: inline-flex;
    margin: 0 auto;
    margin-top: 3.1rem;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    position: relative;
    letter-spacing: 0.08em;
    padding-right: 1.6rem;
  }
  .lp_area__section2__product__textblock__button.is-active img {
    transform: rotate(180deg);
  }
  .lp_area__section2__product__textblock__button span {
    position: absolute;
    width: 0.9rem;
    aspect-ratio: 8/4;
    top: 0.4rem;
    right: -0.3rem;
  }
  .lp_area__section2__product__textblock__disable {
    display: none;
    opacity: 0;
    margin: 0 auto;
    margin-top: 1.3rem;
    width: 24.5rem;
    transition: opacity 0.8s, display 0s;
  }
  .lp_area__section2__product__textblock__disable.is-active {
    opacity: 1;
    display: block;
  }
  .lp_area__section2__product__textblock__disable--top_text {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 2.3rem;
  }
  .lp_area__section2__product__textblock__disable--top_text span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
  .lp_area__section2__product__textblock__disable--bottom_text {
    font-size: 1.2rem;
    text-align: left;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    line-height: 2.4rem;
    margin-top: 3.4rem;
  }
  .lp_area__section2__product__textblock__disable--list.css-list_top {
    margin-top: 3.4rem;
  }
  .lp_area__section2__product__textblock__disable--list.css-list_bottom {
    margin-top: 4rem;
  }
  .lp_area__section2__product__textblock__disable--list.css-list_bottom dd span {
    margin-left: 0rem;
    margin-top: 0.1rem;
  }
  .lp_area__section2__product__textblock__disable--list dt {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.08em;
    margin-bottom: 1.6rem;
  }
  .lp_area__section2__product__textblock__disable--list dd {
    font-size: 1.2rem;
    text-align: left;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .lp_area__section2__product__textblock__disable--list dd span {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    display: inline-block;
  }
  .lp_area__section2__product__textblock__disable--list dd:not(:first-of-type) {
    margin-top: 1.1rem;
  }
  .lp_area__section2__product__textblock__disable--list dd:last-of-type {
    letter-spacing: 0.08em;
  }
  .lp_area__section2__product__textblock__disable--list dd::before {
    content: "";
    display: block;
    width: 0.8rem;
    aspect-ratio: 8/8;
    opacity: 0.4;
    background-image: var(--icon);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1rem;
  }
  .lp_area__section3 {
    padding-top: 12.8rem;
  }
  .lp_area__section3__content {
    width: 120rem;
    aspect-ratio: 1200/1116;
    margin: 0 auto;
    position: relative;
  }
  .lp_area__section3__content__first-item--image, .lp_area__section3__content__second-item--image {
    width: 40rem;
    aspect-ratio: 400/480;
  }
  .lp_area__section3__content__first-item--price1, .lp_area__section3__content__second-item--price1 {
    margin-top: 2.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .lp_area__section3__content__first-item--price2, .lp_area__section3__content__second-item--price2 {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .lp_area__section3__content__first-item--price-text, .lp_area__section3__content__second-item--price-text {
    margin-top: 1.1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.04em;
  }
  .lp_area__section3__content__first-item {
    top: 0;
    left: 0;
    position: absolute;
  }
  .lp_area__section3__content__second-item {
    bottom: -0.1rem;
    right: 0;
    position: absolute;
  }
  .lp_area__section3__content__center {
    z-index: 1;
    top: 26.2rem;
    left: 38.5rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .lp_area__section3__content__center--top-svg {
    width: 33.4rem;
    aspect-ratio: 334/92;
  }
  .lp_area__section3__content__center--image {
    width: 28rem;
    aspect-ratio: 280/233;
    margin-top: 1.2rem;
  }
  .lp_area__section3__content__center--bottom-svg {
    margin-top: 1.2rem;
    width: 43rem;
    aspect-ratio: 430/137;
  }
  .lp_area__section3__bottom {
    width: 60rem;
    aspect-ratio: 600/400;
    margin: 0 auto;
    margin-top: 13rem;
  }
  .lp_area__limited_item_all {
    width: 40rem;
    aspect-ratio: 400/80;
    margin: 0 auto;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp_area {
    overflow: visible;
    contain: paint;
    position: relative;
  }
  .lp_area .js-fall_flower1.js-active {
    animation-name: fall-ver1, sway-ver1;
  }
  .lp_area .js-fall_flower2.js-active {
    animation-name: fall-ver2, sway-ver2;
  }
  .lp_area .js-fall_flower3.js-active {
    animation-name: fall-ver3, sway-ver3;
  }
  .lp_area .js-fall_flower1,
  .lp_area .js-fall_flower2,
  .lp_area .js-fall_flower3 {
    position: absolute;
    z-index: 98;
    pointer-events: none;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-direction: normal, alternate;
    width: calc(60 * 100vw / 370);
    aspect-ratio: 1/1;
  }
  .lp_area .js-fall_flower1:nth-of-type(1),
  .lp_area .js-fall_flower2:nth-of-type(1),
  .lp_area .js-fall_flower3:nth-of-type(1) {
    animation-duration: 50s, 5s;
    top: 0;
    left: 30%;
  }
  .lp_area .js-fall_flower1:nth-of-type(2),
  .lp_area .js-fall_flower2:nth-of-type(2),
  .lp_area .js-fall_flower3:nth-of-type(2) {
    animation-duration: 70s, 10s;
    top: 2%;
    left: 10%;
  }
  .lp_area .js-fall_flower1:nth-of-type(3),
  .lp_area .js-fall_flower2:nth-of-type(3),
  .lp_area .js-fall_flower3:nth-of-type(3) {
    animation-duration: 60s, 3s;
    top: 3%;
    left: 80%;
  }
  .lp_area .js-fall_flower1:nth-of-type(4),
  .lp_area .js-fall_flower2:nth-of-type(4),
  .lp_area .js-fall_flower3:nth-of-type(4) {
    animation-duration: 75s, 2s;
    top: 0%;
    left: 30%;
  }
  .lp_area .js-fall_flower1:nth-of-type(5),
  .lp_area .js-fall_flower2:nth-of-type(5),
  .lp_area .js-fall_flower3:nth-of-type(5) {
    animation-duration: 85s, 4s;
    top: 4%;
    left: 60%;
  }
  .lp_area .js-fall_flower1:nth-of-type(6),
  .lp_area .js-fall_flower2:nth-of-type(6),
  .lp_area .js-fall_flower3:nth-of-type(6) {
    animation-duration: 60s, 7s;
    top: 82%;
    left: 18%;
  }
  .lp_area .js-fall_flower1:nth-of-type(7),
  .lp_area .js-fall_flower2:nth-of-type(7),
  .lp_area .js-fall_flower3:nth-of-type(7) {
    animation-duration: 80s, 6s;
    top: 16%;
    left: 31%;
  }
  .lp_area .js-fall_flower1:nth-of-type(8),
  .lp_area .js-fall_flower2:nth-of-type(8),
  .lp_area .js-fall_flower3:nth-of-type(8) {
    animation-duration: 50s, 5s;
    top: 11%;
    left: 52%;
  }
  .lp_area .js-fall_flower1:nth-of-type(9),
  .lp_area .js-fall_flower2:nth-of-type(9),
  .lp_area .js-fall_flower3:nth-of-type(9) {
    animation-duration: 60s, 2s;
    top: 13%;
    left: 71%;
  }
  .lp_area .js-fall_flower1:nth-of-type(10),
  .lp_area .js-fall_flower2:nth-of-type(10),
  .lp_area .js-fall_flower3:nth-of-type(10) {
    animation-duration: 70s, 8s;
    top: 15%;
    left: 2%;
  }
  .lp_area .js-fall_flower1:nth-of-type(11),
  .lp_area .js-fall_flower2:nth-of-type(11),
  .lp_area .js-fall_flower3:nth-of-type(11) {
    animation-duration: 50s, 11s;
    top: 42%;
    left: 1%;
  }
  .lp_area .js-fall_flower1:nth-of-type(12),
  .lp_area .js-fall_flower2:nth-of-type(12),
  .lp_area .js-fall_flower3:nth-of-type(12) {
    animation-duration: 70s, 1.5s;
    top: 16%;
    left: 37%;
  }
  .lp_area .js-fall_flower1:nth-of-type(13),
  .lp_area .js-fall_flower2:nth-of-type(13),
  .lp_area .js-fall_flower3:nth-of-type(13) {
    animation-duration: 60s, 6s;
    top: 22%;
    left: 11%;
  }
  .lp_area .js-fall_flower1:nth-of-type(14),
  .lp_area .js-fall_flower2:nth-of-type(14),
  .lp_area .js-fall_flower3:nth-of-type(14) {
    animation-duration: 75s, 4s;
    top: 45%;
    left: 62%;
  }
  .lp_area .js-fall_flower1:nth-of-type(15),
  .lp_area .js-fall_flower2:nth-of-type(15),
  .lp_area .js-fall_flower3:nth-of-type(15) {
    animation-duration: 85s, 5s;
    top: 48%;
    left: 50%;
  }
  .lp_area .js-fall_flower1:nth-of-type(16),
  .lp_area .js-fall_flower2:nth-of-type(16),
  .lp_area .js-fall_flower3:nth-of-type(16) {
    animation-duration: 60s, 8s;
    top: 62%;
    left: 24%;
  }
  .lp_area .js-fall_flower1:nth-of-type(17),
  .lp_area .js-fall_flower2:nth-of-type(17),
  .lp_area .js-fall_flower3:nth-of-type(17) {
    animation-duration: 80s, 2s;
    top: 32%;
    left: 72%;
  }
  .lp_area .js-fall_flower1:nth-of-type(18),
  .lp_area .js-fall_flower2:nth-of-type(18),
  .lp_area .js-fall_flower3:nth-of-type(18) {
    animation-duration: 50s, 3s;
    top: 24%;
    left: 66%;
  }
  .lp_area .js-fall_flower1:nth-of-type(19),
  .lp_area .js-fall_flower2:nth-of-type(19),
  .lp_area .js-fall_flower3:nth-of-type(19) {
    animation-duration: 60s, 4s;
    top: 42%;
    left: 30%;
  }
  .lp_area .js-fall_flower1:nth-of-type(20),
  .lp_area .js-fall_flower2:nth-of-type(20),
  .lp_area .js-fall_flower3:nth-of-type(20) {
    animation-duration: 70s, 9s;
    top: 72%;
    left: 42%;
  }
  .lp_area .js-fall_flower1:nth-of-type(21),
  .lp_area .js-fall_flower2:nth-of-type(21),
  .lp_area .js-fall_flower3:nth-of-type(21) {
    animation-duration: 50s, 5s;
    top: 26%;
    left: 88%;
  }
  .lp_area .js-fall_flower1:nth-of-type(22),
  .lp_area .js-fall_flower2:nth-of-type(22),
  .lp_area .js-fall_flower3:nth-of-type(22) {
    animation-duration: 70s, 4s;
    top: 17%;
    left: 90%;
  }
  .lp_area .js-fall_flower1:nth-of-type(23),
  .lp_area .js-fall_flower2:nth-of-type(23),
  .lp_area .js-fall_flower3:nth-of-type(23) {
    animation-duration: 60s, 2s;
    top: 52%;
    left: 10%;
  }
  .lp_area .js-fall_flower1:nth-of-type(24),
  .lp_area .js-fall_flower2:nth-of-type(24),
  .lp_area .js-fall_flower3:nth-of-type(24) {
    animation-duration: 75s, 3s;
    top: 28%;
    left: 49%;
  }
  .lp_area .js-fall_flower1:nth-of-type(25),
  .lp_area .js-fall_flower2:nth-of-type(25),
  .lp_area .js-fall_flower3:nth-of-type(25) {
    animation-duration: 85s, 5s;
    top: 39%;
    left: 25%;
  }
  .lp_area .js-fall_flower1:nth-of-type(26),
  .lp_area .js-fall_flower2:nth-of-type(26),
  .lp_area .js-fall_flower3:nth-of-type(26) {
    animation-duration: 60s, 8s;
    top: 44%;
    left: 44%;
  }
  .lp_area .js-fall_flower1:nth-of-type(27),
  .lp_area .js-fall_flower2:nth-of-type(27),
  .lp_area .js-fall_flower3:nth-of-type(27) {
    animation-duration: 80s, 1s;
    top: 7%;
    left: 7%;
  }
  .lp_area .js-fall_flower1:nth-of-type(28),
  .lp_area .js-fall_flower2:nth-of-type(28),
  .lp_area .js-fall_flower3:nth-of-type(28) {
    animation-duration: 50s, 5s;
    top: 17%;
    left: 71%;
  }
  .lp_area .js-fall_flower1:nth-of-type(29),
  .lp_area .js-fall_flower2:nth-of-type(29),
  .lp_area .js-fall_flower3:nth-of-type(29) {
    animation-duration: 60s, 2s;
    top: 29%;
    left: 52%;
  }
  .lp_area .js-fall_flower1:nth-of-type(30),
  .lp_area .js-fall_flower2:nth-of-type(30),
  .lp_area .js-fall_flower3:nth-of-type(30) {
    animation-duration: 70s, 4s;
    top: 15%;
    left: 90%;
  }
  .main-area.lp {
    margin-bottom: 0 !important;
  }
  .lp_area {
    background-color: var(--color3);
    padding-bottom: calc(86 * 100vw / 370);
  }
  .lp_area .l-view {
    display: none;
  }
  .lp_area .s-view {
    display: block;
  }
  .lp_area p,
  .lp_area span {
    color: var(--color1);
  }
  .lp_area .lp-headline {
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(28 * 100vw / 370);
    line-height: calc(39.2 * 100vw / 370);
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .lp_area .lp-headline::after, .lp_area .lp-headline::before {
    position: absolute;
    width: calc(19.9 * 100vw / 370);
    aspect-ratio: 1/1;
    content: "";
    background-image: var(--star);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lp_area__textarea {
    margin-top: calc(52 * 100vw / 370);
    padding-bottom: calc(80 * 100vw / 370);
  }
  .lp_area__textarea .lp-headline {
    margin: 0 auto;
  }
  .lp_area__textarea .lp-headline span {
    display: inline-block;
    width: calc(242 * 100vw / 370);
  }
  .lp_area__textarea .lp-headline::after {
    left: calc(31 * 100vw / 370);
    top: calc(31 * 100vw / 370);
  }
  .lp_area__textarea .lp-headline::before {
    right: calc(31 * 100vw / 370);
    top: calc(31 * 100vw / 370);
  }
  .lp_area__textarea__sub {
    margin-top: calc(28 * 100vw / 370);
    font-family: "adobe-garamond-pro", "family-ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(14 * 100vw / 370);
    line-height: calc(28 * 100vw / 370);
    letter-spacing: 0.07em;
    text-align: center;
  }
  .lp_area__textarea__sub_group {
    margin: 0 auto;
    margin-top: calc(40 * 100vw / 370);
    width: calc(347 * 100vw / 370);
    aspect-ratio: 347/304;
    border: solid 1px var(--color1);
    position: relative;
  }
  .lp_area__textarea__sub_group__main {
    position: relative;
    top: calc(50 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__headline {
    position: relative;
    font-size: calc(22 * 100vw / 370);
    letter-spacing: 0.07em;
    text-align: center;
    line-height: calc(30 * 100vw / 370);
    margin-top: calc(-7 * 100vw / 370);
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__textarea__sub_group__main__top {
    margin: 0 auto;
    margin-top: calc(28 * 100vw / 370);
    width: calc(230 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--top {
    margin-left: calc(2 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--top span:nth-child(1) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(16 * 100vw / 370);
    text-align: center;
    display: inline-block;
    margin-left: calc(5 * 100vw / 370);
    letter-spacing: 0.07em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--top span:nth-child(2) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(21 * 100vw / 370);
    text-align: center;
    display: inline-block;
    margin-left: calc(5 * 100vw / 370);
    position: relative;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--top span:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(3 * 100vw / 370);
    left: calc(0 * 100vw / 370);
    width: 100%;
    height: 1px;
    background-color: var(--color1);
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom {
    margin-left: calc(2 * 100vw / 370);
    margin-top: calc(10 * 100vw / 370);
    display: block;
    text-align: left;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(1), .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(3) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(15 * 100vw / 370);
    text-align: center;
    display: inline-block;
    letter-spacing: 0.07em;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(3) {
    margin-left: calc(-1 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(2), .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(4) {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(15 * 100vw / 370);
    text-align: center;
    display: inline-block;
    margin-left: calc(-3 * 100vw / 370);
    position: relative;
    letter-spacing: 0.09em;
  }
  .lp_area__textarea__sub_group__main__top .css-font_mix--bottom span:nth-child(4) {
    margin-left: calc(-3 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__bottom {
    margin: 0 auto;
    margin-top: calc(30 * 100vw / 370);
    width: calc(234 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--top {
    margin-left: calc(21 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--top span:nth-child(1) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(16 * 100vw / 370);
    text-align: center;
    display: inline-block;
    margin-left: calc(3 * 100vw / 370);
    letter-spacing: 0.07em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--top span:nth-child(2) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(21 * 100vw / 370);
    text-align: center;
    display: inline-block;
    margin-left: calc(6 * 100vw / 370);
    position: relative;
    letter-spacing: 0.07em;
    font-weight: 600;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--top span:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(3 * 100vw / 370);
    left: calc(0 * 100vw / 370);
    width: 100%;
    height: 1px;
    background-color: var(--color1);
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom {
    margin-left: calc(2 * 100vw / 370);
    margin-top: calc(10 * 100vw / 370);
    display: block;
    text-align: left;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(1), .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(3) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(15 * 100vw / 370);
    text-align: center;
    display: inline-block;
    letter-spacing: 0.07em;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(3) {
    margin-left: calc(-1 * 100vw / 370);
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(2), .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(4) {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(15 * 100vw / 370);
    text-align: center;
    display: inline-block;
    margin-left: calc(-3 * 100vw / 370);
    position: relative;
    letter-spacing: 0.09em;
  }
  .lp_area__textarea__sub_group__main__bottom .css-font_mix--bottom span:nth-child(4) {
    margin-left: calc(-3 * 100vw / 370);
  }
  .lp_area__textarea__sub_group .css-star_bottom,
  .lp_area__textarea__sub_group .css-star_top {
    width: calc(326 * 100vw / 370);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
  }
  .lp_area__textarea__sub_group .css-star_bottom::after, .lp_area__textarea__sub_group .css-star_bottom::before,
  .lp_area__textarea__sub_group .css-star_top::after,
  .lp_area__textarea__sub_group .css-star_top::before {
    display: block;
    width: calc(10 * 100vw / 370);
    aspect-ratio: 1/1;
    content: "";
    background-image: var(--star);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lp_area__textarea__sub_group .css-star_top {
    top: calc(10 * 100vw / 370);
    left: calc(10 * 100vw / 370);
  }
  .lp_area__textarea__sub_group .css-star_bottom {
    bottom: calc(10 * 100vw / 370);
    left: calc(10 * 100vw / 370);
  }
  .lp_area__section1 {
    padding-top: calc(71 * 100vw / 370);
    padding-bottom: calc(80 * 100vw / 370);
    background-color: var(--color4);
  }
  .lp_area__section1 .lp-headline {
    margin: 0 auto;
    letter-spacing: 0.04em;
    line-height: calc(38 * 100vw / 370);
  }
  .lp_area__section1 .lp-headline span {
    display: inline-block;
  }
  .lp_area__section1 .lp-headline::after {
    left: calc(29 * 100vw / 370);
    top: calc(29 * 100vw / 370);
  }
  .lp_area__section1 .lp-headline::before {
    right: calc(29 * 100vw / 370);
    top: calc(29 * 100vw / 370);
  }
  .lp_area__section1__flexbox {
    width: calc(346 * 100vw / 370);
    margin: 0 auto;
    margin-top: calc(36 * 100vw / 370);
  }
  .lp_area__section1__flexbox__image {
    width: 100%;
    aspect-ratio: 351/421;
  }
  .lp_area__section1__flexbox__textarea {
    margin-top: calc(48 * 100vw / 370);
  }
  .lp_area__section1__flexbox__textarea h3 {
    font-size: calc(24 * 100vw / 370);
    text-align: center;
    letter-spacing: 0.07em;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section1__flexbox__textarea p {
    text-align: center;
    margin-top: calc(24 * 100vw / 370);
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(14 * 100vw / 370);
    letter-spacing: 0.07em;
    line-height: calc(28 * 100vw / 370);
  }
  .lp_area__section1__product-flexbox {
    width: calc(240 * 100vw / 370);
    margin: 0 auto;
    margin-top: calc(20 * 100vw / 370);
  }
  .lp_area__section1__product-flexbox__link {
    display: block;
  }
  .lp_area__section1__product-flexbox__link:not(:first-child) {
    margin-top: calc(30 * 100vw / 370);
  }
  .lp_area__section1__product-flexbox__link:not(:first-child) .css-name {
    margin-top: calc(9 * 100vw / 370);
  }
  .lp_area__section1__product-flexbox__link:not(:first-child) .css-price {
    margin-top: calc(11 * 100vw / 370);
  }
  .lp_area__section1__product-flexbox__link--image {
    width: 100%;
    aspect-ratio: 240/178;
  }
  .lp_area__section1__product-flexbox__link--name {
    margin-top: calc(8 * 100vw / 370);
    font-size: calc(16 * 100vw / 370);
    letter-spacing: 0.07em;
    text-align: center;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section1__product-flexbox__link--name span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
  }
  .lp_area__section1__product-flexbox__link--price {
    margin-top: calc(10 * 100vw / 370);
    font-size: calc(12 * 100vw / 370);
    letter-spacing: 0.01em;
    text-align: center;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section1__product-flexbox__link--price span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
  }
  .lp_area__section2 {
    padding-top: calc(74 * 100vw / 370);
    padding-bottom: calc(80 * 100vw / 370);
    background-color: var(--color5);
  }
  .lp_area__section2 .lp-headline {
    margin: 0 auto;
    letter-spacing: 0.04em;
    line-height: calc(37 * 100vw / 370);
  }
  .lp_area__section2 .lp-headline span {
    display: inline-block;
  }
  .lp_area__section2 .lp-headline::after {
    left: calc(29 * 100vw / 370);
    top: calc(29 * 100vw / 370);
  }
  .lp_area__section2 .lp-headline::before {
    right: calc(29 * 100vw / 370);
    top: calc(29 * 100vw / 370);
  }
  .lp_area__section2__flexbox {
    width: calc(347 * 100vw / 370);
    margin: 0 auto;
    margin-top: calc(36 * 100vw / 370);
  }
  .lp_area__section2__flexbox__image {
    width: 100%;
    aspect-ratio: 351/421;
  }
  .lp_area__section2__flexbox__textarea {
    margin-top: calc(43 * 100vw / 370);
  }
  .lp_area__section2__flexbox__textarea h3 {
    font-size: calc(24 * 100vw / 370);
    text-align: center;
    letter-spacing: 0.07em;
    line-height: calc(33 * 100vw / 370);
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section2__flexbox__textarea h3 > span {
    display: inline-block;
    margin-right: calc(11 * 100vw / 370);
  }
  .lp_area__section2__flexbox__textarea p {
    text-align: center;
    margin-top: calc(20 * 100vw / 370);
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(14 * 100vw / 370);
    letter-spacing: 0.07em;
    line-height: calc(27.9 * 100vw / 370);
  }
  .lp_area__section2__product {
    width: calc(280 * 100vw / 370);
    margin: 0 auto;
    margin-top: calc(30 * 100vw / 370);
  }
  .lp_area__section2__product--image {
    width: 100%;
    aspect-ratio: 280/196;
  }
  .lp_area__section2__product--label {
    width: calc(268 * 100vw / 370);
    margin: 0 auto;
    margin-top: calc(29 * 100vw / 370);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp_area__section2__product--label li {
    position: relative;
    background-color: var(--color6);
  }
  .lp_area__section2__product--label li:first-of-type {
    width: calc(126 * 100vw / 370);
    aspect-ratio: 126/28;
  }
  .lp_area__section2__product--label li:first-of-type > span {
    width: 100%;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(12 * 100vw / 370);
    letter-spacing: 0.07em;
    position: absolute;
    top: calc(9 * 100vw / 370);
    left: calc(13 * 100vw / 370);
  }
  .lp_area__section2__product--label li:last-of-type {
    width: calc(100 * 100vw / 370);
    aspect-ratio: 100/28;
  }
  .lp_area__section2__product--label li:last-of-type > span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    position: absolute;
    top: calc(8 * 100vw / 370);
    left: calc(12 * 100vw / 370);
    font-size: calc(12 * 100vw / 370);
    letter-spacing: 0.07em;
  }
  .lp_area__section2__product--label li:last-of-type > span > span {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(12 * 100vw / 370);
    letter-spacing: 0.07em;
  }
  .lp_area__section2__product--label li:not(:last-of-type) {
    margin-right: calc(10 * 100vw / 370);
  }
  .lp_area__section2__product__names--name {
    margin-top: calc(13 * 100vw / 370);
    font-size: calc(16 * 100vw / 370);
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(16 * 100vw / 370);
    letter-spacing: 0.02em;
    text-align: left;
  }
  .lp_area__section2__product__names--name .css-name_f {
    margin-left: calc(28 * 100vw / 370);
    letter-spacing: 0.1em;
  }
  .lp_area__section2__product__names--name .css-name_w {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    margin-left: calc(1 * 100vw / 370);
    letter-spacing: 0.08em;
    display: inline-block;
  }
  .lp_area__section2__product__names--name .css-name_b {
    margin-left: calc(-6 * 100vw / 370);
    letter-spacing: 0.1em;
  }
  .lp_area__section2__product__names--price {
    margin-top: calc(15 * 100vw / 370);
    text-align: left;
  }
  .lp_area__section2__product__names--price span {
    font-size: calc(12 * 100vw / 370);
    letter-spacing: 0.11em;
    display: inline-block;
  }
  .lp_area__section2__product__names--price span:nth-child(1) {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.23em;
    margin-left: calc(92 * 100vw / 370);
  }
  .lp_area__section2__product__names--price span:nth-child(2) {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    margin-left: calc(-2 * 100vw / 370);
    margin-top: calc(0 * 100vw / 370);
  }
  .lp_area__section2__product__textblock--star {
    width: calc(12 * 100vw / 370);
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-top: calc(31 * 100vw / 370);
  }
  .lp_area__section2__product__textblock .css-center {
    text-align: center;
  }
  .lp_area__section2__product__textblock__button {
    cursor: pointer;
    font-size: calc(14 * 100vw / 370);
    display: inline-flex;
    margin: 0 auto;
    margin-top: calc(29 * 100vw / 370);
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    letter-spacing: 0.08em;
    margin-left: calc(2 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__button.is-active img {
    transform: rotate(180deg);
  }
  .lp_area__section2__product__textblock__button span {
    width: calc(8 * 100vw / 370);
    aspect-ratio: 8/4;
    margin-left: calc(9 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__disable {
    display: none;
    opacity: 0;
    margin: 0 auto;
    margin-top: calc(15 * 100vw / 370);
    width: calc(231 * 100vw / 370);
    transition: opacity 0.8s, display 0s;
  }
  .lp_area__section2__product__textblock__disable.is-active {
    opacity: 1;
    display: block;
  }
  .lp_area__section2__product__textblock__disable--top_text {
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(12 * 100vw / 370);
    text-align: left;
    letter-spacing: 0.02em;
    line-height: calc(23 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__disable--top_text span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
  }
  .lp_area__section2__product__textblock__disable--bottom_text {
    font-size: calc(12 * 100vw / 370);
    text-align: left;
    letter-spacing: 0.07em;
    line-height: calc(24 * 100vw / 370);
    margin-top: calc(32 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__disable--list.css-list_top {
    margin-top: calc(35 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__disable--list.css-list_bottom {
    margin-top: calc(42 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__disable--list dt {
    font-size: calc(12 * 100vw / 370);
    text-align: left;
    letter-spacing: 0.07em;
    margin-bottom: calc(16 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__disable--list dd {
    font-size: calc(12 * 100vw / 370);
    text-align: left;
    font-family: "ryo-text-plusn", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .lp_area__section2__product__textblock__disable--list dd:not(:first-of-type) {
    margin-top: calc(10 * 100vw / 370);
  }
  .lp_area__section2__product__textblock__disable--list dd span {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    margin-left: calc(3 * 100vw / 370);
    margin-top: calc(1 * 100vw / 370);
    display: inline-block;
  }
  .lp_area__section2__product__textblock__disable--list dd::before {
    content: "";
    display: block;
    width: calc(7 * 100vw / 370);
    aspect-ratio: 8/8;
    opacity: 0.4;
    background-image: var(--icon);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: calc(9 * 100vw / 370);
    margin-left: calc(1 * 100vw / 370);
    margin-top: calc(-2 * 100vw / 370);
  }
  .lp_area__section3 {
    padding-top: calc(78 * 100vw / 370);
  }
  .lp_area__section3__content {
    width: 100%;
  }
  .lp_area__section3__content__first-item--image, .lp_area__section3__content__second-item--image {
    width: calc(315 * 100vw / 370);
  }
  .lp_area__section3__content__first-item--price1, .lp_area__section3__content__first-item--price2, .lp_area__section3__content__first-item--price-text, .lp_area__section3__content__second-item--price1, .lp_area__section3__content__second-item--price2, .lp_area__section3__content__second-item--price-text {
    margin-left: calc(20 * 100vw / 370);
  }
  .lp_area__section3__content__first-item--price1, .lp_area__section3__content__second-item--price1 {
    margin-top: calc(20 * 100vw / 370);
    font-size: calc(12 * 100vw / 370);
    letter-spacing: 0.04em;
  }
  .lp_area__section3__content__first-item--price2, .lp_area__section3__content__second-item--price2 {
    margin-top: calc(14 * 100vw / 370);
    font-size: calc(12 * 100vw / 370);
    letter-spacing: 0.04em;
  }
  .lp_area__section3__content__first-item--price-text, .lp_area__section3__content__second-item--price-text {
    margin-top: calc(11 * 100vw / 370);
    font-size: calc(12 * 100vw / 370);
    line-height: calc(18 * 100vw / 370);
    letter-spacing: 0em;
  }
  .lp_area__section3__content__second-item {
    width: calc(315 * 100vw / 370);
    margin-left: auto;
    margin-top: calc(58 * 100vw / 370);
  }
  .lp_area__section3__content__second-item--image {
    margin-left: auto;
  }
  .lp_area__section3__content__second-item--price1 {
    margin-top: calc(22 * 100vw / 370);
    letter-spacing: 0.04em;
    margin-left: 0;
  }
  .lp_area__section3__content__second-item--price2 {
    margin-top: calc(13 * 100vw / 370);
    letter-spacing: 0.04em;
    margin-left: 0;
  }
  .lp_area__section3__content__second-item--price-text {
    margin-top: calc(11 * 100vw / 370);
    line-height: calc(18 * 100vw / 370);
    letter-spacing: 0em;
    margin-left: 0;
  }
  .lp_area__section3__content__center {
    width: calc(351 * 100vw / 370);
    margin: 0 auto;
    margin-top: calc(56 * 100vw / 370);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .lp_area__section3__content__center--top-svg {
    width: calc(272 * 100vw / 370);
    aspect-ratio: 272/75;
  }
  .lp_area__section3__content__center--image {
    width: calc(200 * 100vw / 370);
    aspect-ratio: 200/167;
    margin-top: calc(12 * 100vw / 370);
  }
  .lp_area__section3__content__center--bottom-svg {
    margin-top: calc(9 * 100vw / 370);
    width: calc(351 * 100vw / 370);
    aspect-ratio: 351/112;
  }
  .lp_area__section3__bottom {
    width: 100%;
    aspect-ratio: 375/250;
    margin: 0 auto;
    margin-top: calc(77 * 100vw / 370);
  }
  .lp_area__limited_item_all {
    width: calc(347 * 100vw / 370);
    margin: 0 auto;
    margin-top: calc(59 * 100vw / 370);
  }
}