@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:where(.l-lp) .splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}:where(.l-lp) .splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}:where(.l-lp) .splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}:where(.l-lp) .splide--rtl{direction:rtl}:where(.l-lp) .splide__track--ttb>.splide__list{display:block}:where(.l-lp) .splide__container{box-sizing:border-box;position:relative}:where(.l-lp) .splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}:where(.l-lp) .splide.is-initialized:not(.is-active) .splide__list{display:block}:where(.l-lp) .splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}:where(.l-lp) .splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}:where(.l-lp) .splide:not(.is-overflow) .splide__pagination{display:none}:where(.l-lp) .splide__progress__bar{width:0}:where(.l-lp) .splide{position:relative;visibility:hidden}:where(.l-lp) .splide.is-initialized,:where(.l-lp) .splide.is-rendered{visibility:visible}:where(.l-lp) .splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}:where(.l-lp) .splide__slide img{vertical-align:bottom}:where(.l-lp) .splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;width:20px}:where(.l-lp) .splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}:where(.l-lp) .splide__toggle.is-active .splide__toggle__play,:where(.l-lp) .splide__toggle__pause{display:none}:where(.l-lp) .splide__toggle.is-active .splide__toggle__pause{display:inline}:where(.l-lp) .splide__track{overflow:hidden;position:relative;z-index:0}
@charset "UTF-8";
:where(.l-lp, .l-lp *, .l-lp *::before, .l-lp *::after) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where(.l-lp) {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
}

:where(.l-lp) img, :where(.l-lp) picture, :where(.l-lp) video, :where(.l-lp) canvas, :where(.l-lp) svg {
  max-width: 100%;
  display: block;
}

:where(.l-lp) img {
  width: 100%;
  height: auto;
}

:where(.l-lp) input, :where(.l-lp) button, :where(.l-lp) textarea, :where(.l-lp) select {
  font: inherit;
}

:where(.l-lp) a {
  color: inherit;
  text-decoration: none;
}

:where(.l-lp) ul, :where(.l-lp) ol {
  list-style: none;
}

:where(.l-lp) h1,
:where(.l-lp) h2,
:where(.l-lp) h3,
:where(.l-lp) h4,
:where(.l-lp) h5,
:where(.l-lp) h6,
:where(.l-lp) a,
:where(.l-lp) button,
:where(.l-lp) ul,
:where(.l-lp) ol,
:where(.l-lp) li,
:where(.l-lp) menu,
:where(.l-lp) label,
:where(.l-lp) table,
:where(.l-lp) tr,
:where(.l-lp) th,
:where(.l-lp) td,
:where(.l-lp) strong,
:where(.l-lp) dl,
:where(.l-lp) dt,
:where(.l-lp) dd {
  line-height: 1.39;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  background-color: #ffffff;
}

:where(.l-lp) img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

:where(.l-lp) .l-container {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .l-container {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .l-container {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .l-container {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-inline: auto;
  }
}

:where(.l-lp) .l-footer {
  background: #005bac;
  padding-bottom: 150px;
}
:where(.l-lp) .l-footer__inner {
  padding-block: 32px 24px;
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .l-footer__inner {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .l-footer__inner {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
:where(.l-lp) .l-footer__logo {
  width: 129px;
  height: 35px;
  filter: brightness(0) invert(1);
}
:where(.l-lp) .l-footer__copy {
  margin-top: 17px;
  color: #ffffff;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .l-footer__copy {
    text-align: center;
  }
}

:where(.l-lp) main {
  font-size: 16px;
  line-height: 2.03;
  font-weight: 500;
}

:where(.l-lp) .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 85px;
  gap: 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
  box-shadow: 6.3639px 6.3639px 0 0 #ffffff;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .c-btn {
    width: 250px;
    height: 51px;
    font-size: 15px;
    box-shadow: 3px 3px 0 0 #ffffff;
    gap: 5px;
  }
}
:where(.l-lp) .c-btn:hover {
  transform: translate(6.3639px 6.3639px);
}
@media (hover: hover) {
  :where(.l-lp) .c-btn:hover {
    opacity: 0.8;
  }
}
:where(.l-lp) .c-btn > img {
  width: 43px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .c-btn > img {
    width: 26px;
    height: 24px;
  }
}
:where(.l-lp) .c-btn__badge {
  font-size: 20px;
  width: 56px;
  height: 56px;
  background: #ebd285;
  border-radius: 9999px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .c-btn__badge {
    width: 33.6px;
    height: 33.6px;
    font-size: 10px;
  }
}
:where(.l-lp) .c-btn--blue {
  background-image: linear-gradient(to top, #68cfff, #99deff);
  border: solid 3px #14aaf0;
  color: #000000;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .c-btn--blue {
    border: solid 1.5px #14aaf0;
  }
}
:where(.l-lp) .c-btn--primary {
  background-image: linear-gradient(to top, #ffdb00, #ffe535);
  color: #000000;
  border: solid 3px #f0a910;
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .c-btn--primary {
    border: solid 1.5px #f0a910;
    padding-right: 25px;
  }
}
:where(.l-lp) .c-btn--lg {
  padding: 24px 48px;
  font-size: 18px;
}

:where(.l-lp) .c-heading {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
:where(.l-lp) .c-heading__sub {
  font-size: 40px;
}
:where(.l-lp) .c-heading__main {
  font-size: 60px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .c-heading {
    font-size: 24px;
  }
}
:where(.l-lp) .c-heading--underline {
  padding-bottom: 12px;
  border-bottom: 4px solid #bb1b1a;
}
:where(.l-lp) .c-heading__label {
  display: inline-block;
  background-color: #bb1b1a;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 16px;
  margin-bottom: 8px;
}

:where(.l-lp) .c-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}
:where(.l-lp) .c-badge--blue {
  background-color: #bb1b1a;
  color: #ffffff;
}
:where(.l-lp) .c-badge--orange {
  background-color: #ebd285;
  color: #ffffff;
}

:where(.l-lp) .c-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(5.3333333333vw, 40px);
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .c-modal {
    padding-inline: 0;
  }
}
:where(.l-lp) .c-modal[hidden] {
  display: none;
}
:where(.l-lp) .c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
:where(.l-lp) .c-modal__panel {
  position: relative;
  background: #ffffff;
  width: 600px;
  max-height: 85vh;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .c-modal__panel {
    max-height: 80vh;
  }
}
:where(.l-lp) .c-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
@media (hover: hover) {
  :where(.l-lp) .c-modal__close:hover {
    opacity: 0.7;
  }
}
:where(.l-lp) .c-modal__scroll {
  overflow-y: auto;
  padding: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .c-modal__scroll {
    padding-inline: max(min(5.3333333333vw, 20px), 20px);
  }
}
:where(.l-lp) .c-modal__scroll .p-recipe__lead {
  font-size: clamp(18px, 10.5373134328px + 1.9900497512vw, 22px);
}
:where(.l-lp) .c-modal__scroll .p-recipe__step h5 {
  font-size: clamp(20px, 12.5373134328px + 1.9900497512vw, 24px);
}
:where(.l-lp) .c-modal.is-open .c-modal__overlay {
  animation: c-modal-fade 0.2s ease forwards;
}
:where(.l-lp) .c-modal.is-open .c-modal__panel {
  animation: c-modal-pop 0.25s ease forwards;
}

@keyframes c-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes c-modal-pop {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.l-lp {
  max-width: 100vw;
  width: 100%;
  margin-inline: auto;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .l-lp {
    margin-bottom: min(24vw, 180px);
  }
}

:where(.l-lp) .p-banner {
  display: block;
  width: 836px;
  margin-inline: auto;
}
@media (hover: hover) {
  :where(.l-lp) .p-banner:hover {
    animation: p-banner-pulse 1.5s ease-in-out infinite;
  }
}
:where(.l-lp) .p-banner.--no-banner {
  display: none;
}

@keyframes p-banner-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
:where(.l-lp) .p-cta {
  text-align: center;
  padding: 40px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-cta {
    padding: min(2.6533333333vw, 19.9px) 0;
  }
}
:where(.l-lp) .p-cta.--second {
  padding-block-end: 124px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-cta.--second {
    padding-block-end: min(10.6666666667vw, 80px);
  }
}
:where(.l-lp) .p-cta.--fourth {
  padding-block-end: min(13.3333333333vw, 100px);
}
:where(.l-lp) .p-cta__lead {
  font-size: 59.5px;
  font-weight: 600;
  color: #bb1b1a;
  line-height: 1;
  margin-bottom: 11.2px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-cta__lead {
    font-size: clamp(48px, 32px + 2.0833333333vw, 52px);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-cta__lead {
    font-size: clamp(24px, 1.0992366412px + 6.106870229vw, 48px);
    margin-bottom: min(1.28vw, 9.6px);
  }
}
:where(.l-lp) .p-cta__lead.--deco:before, :where(.l-lp) .p-cta__lead.--deco:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0.571em;
  height: 0.756em;
  background: url(/osechi2027/img/text-deco_coupon.svg) center/contain no-repeat;
  bottom: 0.02em;
}
:where(.l-lp) .p-cta__lead.--deco::before {
  left: -0.7em;
}
:where(.l-lp) .p-cta__lead.--deco:after {
  transform: scaleX(-1);
  right: -0.3em;
}
:where(.l-lp) .p-cta__lead.--small {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-cta__lead.--small {
    font-size: clamp(24px, 1.0992366412px + 6.106870229vw, 48px);
  }
}
:where(.l-lp) .p-cta__img {
  margin-bottom: 37px;
  max-width: 815.7px;
  width: 815.7px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-cta__img {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  :where(.l-lp) .p-cta__img {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  :where(.l-lp) .p-cta__img {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-cta__img {
    width: min(94vw, 705px);
    margin-bottom: min(6.7733333333vw, 50.8px);
  }
}
:where(.l-lp) .p-cta__img--note {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 34px;
  text-align: start;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-cta__img--note {
    font-size: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  }
}
:where(.l-lp) .p-cta__btn {
  display: block;
  width: 600px;
  margin-inline: auto;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
:where(.l-lp) .p-cta__btn:hover, :where(.l-lp) .p-cta__btn:active, :where(.l-lp) .p-cta__btn:focus {
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-cta__btn {
    width: min(77.4vw, 580.5px);
  }
}
:where(.l-lp) .p-cta__btn img {
  width: 100%;
  display: block;
}
:where(.l-lp) .p-cta__note {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  text-align: center;
  margin-inline: auto;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-cta__note {
    font-size: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: start;
    margin-left: min(5.8666666667vw, 44px);
  }
}

.p-sticky-footer,
.p-sticky-footer *,
.p-sticky-footer *::before,
.p-sticky-footer *::after {
  box-sizing: border-box;
}

.p-sticky-footer {
  display: none;
}
.p-sticky-footer.is-hidden {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-sticky-footer {
    position: fixed;
    background-color: #ebebeb;
    width: 100vw;
    height: min(24vw, 180px);
    bottom: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-sticky-footer__btn {
  font-size: 43.5px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.39;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 4.5px 7.8px 19px 0 rgba(0, 0, 0, 0.2);
  border: solid min(0.8vw, 6px) #fff;
  background-image: linear-gradient(to top, #8b0b0b, #bb1b1b, #d21515);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sticky-footer__btn {
    font-size: clamp(21.75px, 0.9961832061px + 5.534351145vw, 43.5px);
    width: min(75vw, 562.5px);
    height: min(17.5066666667vw, 131.3px);
    position: relative;
  }
  .p-sticky-footer__btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: min(4.5333333333vw, 34px);
    height: min(4.5333333333vw, 34px);
    border-radius: 50%;
    background-color: #ffffff;
    right: min(3.4266666667vw, 25.7px);
  }
  .p-sticky-footer__btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: min(1.6266666667vw, 12.2px);
    height: min(1.6266666667vw, 12.2px);
    background: url(/osechi2027/img/chevron_sticky-footer.svg) center/contain no-repeat;
    right: min(4.6266666667vw, 34.7px);
  }
}

:where(.l-lp) .p-kv {
  background-color: #f4f4f4;
  position: relative;
}
:where(.l-lp) .p-kv__visual {
  position: relative;
  max-width: 1920px;
  width: 1920px;
  height: auto;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__visual {
    width: 100%;
  }
}
:where(.l-lp) .p-kv__food {
  position: absolute;
  display: block;
  height: min(min(154.6666666667vw, 1160px), 1160px);
  width: min(min(256vw, 1920px), 1920px);
  max-width: 1920px;
  top: 0;
  left: calc(-1 * (min(min(256vw, 1920px), 1920px) - 100vw) / 2);
  z-index: 0;
}
@media screen and (min-width: 1921px) {
  :where(.l-lp) .p-kv__food {
    left: calc((100vw - 1920px) / 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__food {
    width: 100%;
    left: 0;
  }
}
:where(.l-lp) .p-kv__header {
  position: absolute;
  max-width: 1032px;
  width: 1032px;
  min-width: 1032px;
  display: flex;
  align-items: start;
  gap: 54px;
  top: 20px;
  left: calc((100vw - 1032px) / 2);
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  :where(.l-lp) .p-kv__header {
    left: min(min(4vw, 30px), 30px);
    gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__header {
    top: min(2.6666666667vw, 20px);
    left: max(min(6.4vw, 24px), 24px);
    gap: 1.25em;
  }
}
:where(.l-lp) .p-kv__logo {
  max-width: 162px;
  width: 162px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__logo {
    width: clamp(3.2813rem, 14vw + 0rem, 6.5625rem);
    margin-top: 1.188em;
  }
}
:where(.l-lp) .p-kv__tagline {
  font-size: 28.5px;
  color: #ffffff;
  font-weight: 600;
  background-color: #bb1b1a;
  writing-mode: vertical-rl;
  padding: 0.877em 0.351em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__tagline {
    font-size: clamp(12px, 0.5496183206px + 3.0534351145vw, 24px);
    padding-block: 0.2em;
  }
}
:where(.l-lp) .p-kv__content {
  width: 987px;
  max-width: 987px;
  padding-top: min(min(103.3333333333vw, 775px), 775px);
  margin-inline: auto;
}
@media screen and (max-width: 1047px) {
  :where(.l-lp) .p-kv__content {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1047px) and (max-width: 960px) {
  :where(.l-lp) .p-kv__content {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 1047px) and (max-width: 767px) {
  :where(.l-lp) .p-kv__content {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-kv__content {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  :where(.l-lp) .p-kv__content {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  :where(.l-lp) .p-kv__content {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__content {
    width: 100%;
    padding-top: 89.5vw;
    z-index: 1;
    position: relative;
  }
}
:where(.l-lp) .p-kv__title {
  position: relative;
  max-width: 796px;
  width: 796px;
  padding-left: 25px;
  max-height: 179px;
  height: 179px;
  margin-bottom: -16px;
}
@media screen and (max-width: 1047px) {
  :where(.l-lp) .p-kv__title {
    width: 95vw;
    margin-bottom: 0;
    margin-inline: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-kv__title {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  :where(.l-lp) .p-kv__title {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  :where(.l-lp) .p-kv__title {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__title {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    height: auto;
    margin-bottom: 0;
  }
}
:where(.l-lp) .p-kv__title picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__title picture img {
    width: 60.8vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__title > img {
    width: 25.9vw;
  }
}
:where(.l-lp) .p-kv__option {
  display: flex;
  align-items: end;
  gap: 48.1px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1047px) {
  :where(.l-lp) .p-kv__option {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1047px) and (max-width: 960px) {
  :where(.l-lp) .p-kv__option {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 1047px) and (max-width: 767px) {
  :where(.l-lp) .p-kv__option {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-kv__option {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
    justify-content: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  :where(.l-lp) .p-kv__option {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  :where(.l-lp) .p-kv__option {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__option {
    width: 100%;
    margin-top: min(2.1333333333vw, 16px);
    justify-content: center;
  }
}
:where(.l-lp) .p-kv__option img:first-child {
  width: 745px;
}
@media screen and (max-width: 1047px) {
  :where(.l-lp) .p-kv__option img:first-child {
    width: 61vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__option img:first-child {
    mix-blend-mode: multiply;
    width: min(88vw, 660px);
  }
}
:where(.l-lp) .p-kv__option img:last-child {
  max-width: 194px;
  width: 194px;
}
@media screen and (max-width: 1047px) {
  :where(.l-lp) .p-kv__option img:last-child {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-kv__option img:last-child {
    mix-blend-mode: multiply;
    max-width: unset;
    width: min(88vw, 660px);
  }
}

:where(.l-lp) .p-intro {
  padding-block: 110px 389px;
  background-color: #f4f4f4;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro {
    padding-block: min(14.6666666667vw, 110px) calc(min(26.6666666667vw, 200px) + min(53.3333333333vw, 400px));
  }
}
:where(.l-lp) .p-intro::before {
  position: absolute;
  content: "";
  width: 1708px;
  height: 1183px;
  background: url(/osechi2027/img/bg_intro.webp);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: calc(-1 * (1708px - 100vw) / 2);
  bottom: 730px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro::before {
    background-image: url(/osechi2027/img/bg_intro_sp.webp);
    bottom: unset;
    left: 0;
    width: 100%;
    height: 100%;
    top: calc(-1 * min(26.6666666667vw, 200px));
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-intro::before {
    top: -18%;
  }
}
@media screen and (max-width: 440px) {
  :where(.l-lp) .p-intro::before {
    top: -33%;
  }
}
:where(.l-lp) .p-intro::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 302px;
  background: url(/osechi2027/img/bg_intro_btm.webp) center/cover no-repeat;
  left: 0;
  bottom: 0;
  z-index: 0;
}
:where(.l-lp) .p-intro__bg-deco {
  position: absolute;
  content: "";
  width: 1463px;
  height: 95px;
  background: url(/osechi2027/img/bg_intro_string.webp);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: calc((100vw - 1463px) / 2);
  bottom: 537px;
  z-index: 2;
}
@media screen and (max-width: 1463px) {
  :where(.l-lp) .p-intro__bg-deco {
    left: calc((1463px - 100vw) / -2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro__bg-deco {
    width: 100%;
    height: min(6.5333333333vw, 49px);
    left: 0;
    bottom: calc(min(26.6666666667vw, 200px) + min(20vw, 150px) + min(53.3333333333vw, 400px));
  }
}
:where(.l-lp) .p-intro__inner {
  position: relative;
  width: 728px;
  max-width: 728px;
  margin-inline: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro__inner {
    width: min(80vw, 600px);
  }
}
:where(.l-lp) .p-intro__contents {
  padding-left: 1.05em;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-intro__contents {
    padding-left: 0;
  }
}
:where(.l-lp) .p-intro__sub {
  font-size: 25.5px;
  letter-spacing: 0.1em;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro__sub {
    font-size: clamp(12px, 0.5496183206px + 3.0534351145vw, 24px);
    margin-bottom: 1em;
  }
}
:where(.l-lp) .p-intro__heading {
  width: 625px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro__heading {
    margin-bottom: 1em;
  }
}
:where(.l-lp) .p-intro__body {
  font-size: 16px;
  margin-top: 32px;
  line-height: 2.03;
  text-align: start;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro__body {
    line-height: 1.75;
    font-size: clamp(15px, 13.1343283582px + 0.4975124378vw, 16px);
  }
}
:where(.l-lp) .p-intro__body p + p {
  margin-top: 20px;
}
:where(.l-lp) .p-intro__video {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000000;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-intro__video {
    margin-top: min(13.3333333333vw, 100px);
  }
}
:where(.l-lp) .p-intro__video-el {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
:where(.l-lp) .p-intro__cranes {
  position: absolute;
  top: 40px;
  right: -20px;
  width: 215px;
  pointer-events: none;
}

:where(.l-lp) .p-feature {
  background-color: #ffffff;
  margin-top: -227px;
}
:where(.l-lp) .p-feature__inner {
  padding-block-end: 206px;
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__inner {
    padding-block-end: min(35.4666666667vw, 266px);
  }
}
:where(.l-lp) .p-feature__inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 114px);
  top: 114px;
  background-image: linear-gradient(45deg, #f4efdf 25%, transparent 25%, transparent 75%, #f4efdf 75%), linear-gradient(45deg, #f4efdf 25%, transparent 25%, transparent 75%, #f4efdf 75%); /* 市松模様になるようグラデーションで単色を入れる */
  background-position: 0 0, 37px 37px; /* 「0 0」と1マス（1色）の大きさをそれぞれ指定 */
  background-size: 74px 74px; /* 1マス分の倍の大きさを指定 */
  background-color: #f6f3ea; /* もう一つの単色を入れる */
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__inner::before {
    background-position: 0 0, min(2.5333333333vw, 19px) min(2.5333333333vw, 19px); /* 「0 0」と1マス（1色）の大きさをそれぞれ指定 */
    background-size: min(5.0666666667vw, 38px) min(5.0666666667vw, 38px); /* 1マス分の倍の大きさを指定 */
  }
}
:where(.l-lp) .p-feature__inner::before {
  clip-path: polygon(0 272px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__inner::before {
    height: 100%;
    top: 0px;
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
  }
}
:where(.l-lp) .p-feature__item {
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 63px;
  margin-top: 180px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item {
    width: 90%;
    gap: min(2.6666666667vw, 20px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item {
    width: 100%;
    gap: min(4.5333333333vw, 34px);
    margin-inline: auto;
    margin-top: min(33.6vw, 252px);
  }
}
:where(.l-lp) .p-feature__item.--top {
  margin-top: -114px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item.--top {
    width: 95%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item.--top {
    width: 95%;
    margin-left: 0;
  }
}
:where(.l-lp) .p-feature__item:nth-of-type(2) {
  margin-right: -10px;
  width: 1160px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item:nth-of-type(2) {
    margin-inline: auto;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item:nth-of-type(2) {
    margin-inline: auto;
  }
}
:where(.l-lp) .p-feature__item:nth-of-type(3) {
  width: 1160px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item:nth-of-type(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item:nth-of-type(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item:nth-of-type(4) .p-feature__item-desc {
    left: calc(-1 * min(21.4666666667vw, 161px));
  }
}
:where(.l-lp) .p-feature__item-img {
  position: relative;
  width: 838px;
  height: 518px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-img {
    width: min(68vw, 510px);
    height: min(64vw, 480px);
  }
}
:where(.l-lp) .p-feature__item-img.--top {
  width: 1068px;
  height: 778px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-img.--top {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-img.--top {
    width: min(72.8vw, 546px);
    height: min(101.3333333333vw, 760px);
  }
}
:where(.l-lp) .p-feature__item-img.--btm {
  width: 962px;
  height: 718px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-img.--btm {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-img.--btm {
    width: min(71.8666666667vw, 539px);
    height: min(84vw, 630px);
  }
}
:where(.l-lp) .p-feature__item-img img {
  width: 100%;
  display: block;
}
:where(.l-lp) .p-feature__item-img--note {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 9em;
  left: 1em;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-img--note {
    bottom: 2em;
    left: 1em;
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-feature__item-img--note {
    font-size: 8px;
    bottom: 9vw;
    left: 1em;
    color: #ffffff;
  }
}
:where(.l-lp) .p-feature__item-img--note.--iseebi {
  color: #ffffff;
  left: unset;
  bottom: 9em;
  right: 4em;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-img--note.--iseebi {
    bottom: 2em;
    right: 2em;
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-feature__item-img--note.--iseebi {
    bottom: 9vw;
    right: 2em;
  }
}
:where(.l-lp) .p-feature__item-text {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-text {
    gap: min(1.3333333333vw, 10px);
  }
}
:where(.l-lp) .p-feature__item-label {
  background: url(/osechi2027/img/ttl-bg_feature.svg) center/contain no-repeat;
  width: 70px;
  height: 360.5px;
  writing-mode: vertical-rl;
  padding: 2.11em 0.9em 1em;
  color: #bb1b1a;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-label {
    font-size: clamp(24px, 18px + 0.78125vw, 25.5px);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-label {
    width: unset;
    height: unset;
    font-size: clamp(15px, 0.6505102041px + 3.8265306122vw, 30px);
  }
}
:where(.l-lp) .p-feature__item-label.--top {
  padding: 2em 0.66em 1.5em;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-label.--top {
    font-size: clamp(15px, 0.6505102041px + 3.8265306122vw, 30px);
  }
}
:where(.l-lp) .p-feature__item-heading {
  writing-mode: vertical-rl;
  font-size: 80px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-heading {
    font-size: clamp(25px, -115px + 18.2291666667vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-heading {
    font-size: clamp(35px, 1.5178571429px + 8.9285714286vw, 70px);
  }
}
:where(.l-lp) .p-feature__item-desc {
  width: 460px;
  padding: 1.944em;
  font-size: 18px;
  line-height: 1.67;
  background-color: #ffffff;
  position: absolute;
  bottom: -95px;
  left: -230px;
  box-shadow: 5px 8.7px 18px 2px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item-desc {
    width: min(53.3333333333vw, 400px);
    font-size: clamp(12px, 8.1832061069px + 1.0178117048vw, 16px);
    left: calc(-1 * min(2.6666666667vw, 20px));
    bottom: calc(-1 * min(20vw, 150px));
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-desc {
    box-shadow: inset 0 0 0 min(1.0666666667vw, 8px) #fff, inset 0 0 0 min(1.3333333333vw, 10px) #c59836, min(0.6666666667vw, 5px) min(1.16vw, 8.7px) min(2.4vw, 18px) min(0.2666666667vw, 2px) rgba(51, 51, 51, 0.2);
    width: min(77.3333333333vw, 580px);
    padding: 1.462em;
    font-size: clamp(13px, 0.5637755102px + 3.3163265306vw, 26px);
    left: calc(-1 * min(25.3333333333vw, 190px));
    bottom: calc(-1 * min(20vw, 150px));
  }
}
:where(.l-lp) .p-feature__item-desc::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 1.112em);
  height: calc(100% - 1.112em);
  border: 2px solid #c59836;
  top: 0.556em;
  left: 0.556em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-desc::before {
    display: none;
  }
}
:where(.l-lp) .p-feature__item-desc::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.222em;
  height: 2.222em;
  background-color: #bb1b1a;
  top: -1.111em;
  left: -1.111em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item-desc::after {
    width: min(5.3333333333vw, 40px);
    height: min(5.3333333333vw, 40px);
    top: calc(-1 * min(2.6666666667vw, 20px));
    left: calc(-1 * min(2.6666666667vw, 20px));
  }
}
:where(.l-lp) .p-feature__item--rev {
  flex-direction: row-reverse;
  justify-content: start;
}
:where(.l-lp) .p-feature__item--rev .p-feature__item-text {
  flex-direction: row-reverse;
}
:where(.l-lp) .p-feature__item--rev .p-feature__item-desc {
  left: unset;
  right: -230px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item--rev .p-feature__item-desc {
    right: calc(-1 * min(2.6666666667vw, 20px));
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item--rev .p-feature__item-desc {
    right: calc(-1 * min(25.3333333333vw, 190px));
  }
}
:where(.l-lp) .p-feature__item--rev .p-feature__item-desc::after {
  top: unset;
  left: unset;
  bottom: -1.111em;
  right: -1.111em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item--rev .p-feature__item-desc::after {
    bottom: calc(-1 * min(2.6666666667vw, 20px));
    right: calc(-1 * min(2.6666666667vw, 20px));
  }
}
:where(.l-lp) .p-feature__item:nth-of-type(2), :where(.l-lp) .p-feature__item:nth-of-type(3) {
  gap: 55px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item:nth-of-type(2), :where(.l-lp) .p-feature__item:nth-of-type(3) {
    gap: min(4.5333333333vw, 34px);
    width: 100%;
  }
}
:where(.l-lp) .p-feature__item:nth-of-type(2) .p-feature__item-label, :where(.l-lp) .p-feature__item:nth-of-type(3) .p-feature__item-label {
  font-size: 25.5px;
  background: url(/osechi2027/img/ttl-bg_feature_small.svg) center/contain no-repeat;
  height: 232px;
  padding: 2.51em 0.9em 1.5em;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-feature__item:nth-of-type(2) .p-feature__item-label, :where(.l-lp) .p-feature__item:nth-of-type(3) .p-feature__item-label {
    font-size: clamp(20px, 12px + 1.0416666667vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item:nth-of-type(2) .p-feature__item-label, :where(.l-lp) .p-feature__item:nth-of-type(3) .p-feature__item-label {
    width: min(9.7333333333vw, 73px);
    height: min(30.9333333333vw, 232px);
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(15px, 0.6505102041px + 3.8265306122vw, 30px);
  }
}
:where(.l-lp) .p-feature__item:nth-of-type(4) .p-feature__item-label {
  padding: 1.7em 0.6em 1em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-feature__item:nth-of-type(4) .p-feature__item-label {
    width: min(9.7333333333vw, 73px);
    height: min(49.6vw, 372px);
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
:where(.l-lp) .p-feature__item:nth-of-type(3) {
  gap: min(2vw, 15px);
}
:where(.l-lp) .p-feature__item:nth-of-type(3) .p-feature__item-desc:after {
  bottom: unset;
  top: calc(-1 * min(2.6666666667vw, 20px));
}

:where(.l-lp) .p-newyear {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
  padding: 108px 80px 116px;
  background: url(/osechi2027/img/bg_newyear.webp) center/cover no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-newyear {
    background: url(/osechi2027/img/bg_newyear_sp.webp) center/cover no-repeat;
    padding: min(12.9333333333vw, 97px) min(10.6666666667vw, 80px) min(11.4666666667vw, 86px);
    background-position: 18% bottom;
  }
}
:where(.l-lp) .p-newyear__inner {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 32px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-newyear__inner {
    gap: min(5.3333333333vw, 40px);
  }
}
:where(.l-lp) .p-newyear__heading {
  flex-shrink: 0;
}
:where(.l-lp) .p-newyear__heading img {
  width: 74px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-newyear__heading img {
    width: min(9.8666666667vw, 74px);
  }
}
:where(.l-lp) .p-newyear__body {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
:where(.l-lp) .p-newyear__body p {
  font-size: 16px;
  line-height: 2;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-newyear__body p {
    font-size: clamp(12.75px, 0.5529336735px + 3.2525510204vw, 25.5px);
    line-height: 1.98;
  }
}
:where(.l-lp) .p-newyear__deco {
  position: absolute;
  top: -184px;
  right: 0;
  width: 344px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-newyear__deco {
    width: min(24.2666666667vw, 182px);
    top: calc(-1 * min(21.2vw, 159px));
  }
}

:where(.l-lp) .p-review {
  max-width: 1500px;
  margin-inline: auto;
  font-size: 16px;
  position: relative;
  background-color: #a60000;
  background: url(/osechi2027/img/bg_review.webp) center top/cover no-repeat;
  padding-top: 102px;
  padding-bottom: 107px;
  border-top: 10px solid #ede47e;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review {
    padding-top: min(10.6666666667vw, 80px);
    border-top: min(1.3333333333vw, 10px) solid #ede47e;
    background: url(/osechi2027/img/bg_review_sp.webp) center top/cover no-repeat;
    padding-bottom: min(13.3333333333vw, 100px);
  }
}
:where(.l-lp) .p-review__head {
  text-align: center;
}
:where(.l-lp) .p-review__catch {
  font-size: 13px;
  display: inline-block;
  background: #ebd285;
  color: #bb1b1a;
  font-weight: 700;
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 16px;
}
:where(.l-lp) .p-review__heading {
  width: 450px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review__heading {
    width: min(77.2vw, 579px);
  }
}
:where(.l-lp) .p-review__stars {
  width: 757px;
  margin: 16px auto 0;
  width: min(80.8vw, 606px);
}
:where(.l-lp) .p-review__body {
  margin-top: 40px;
}
:where(.l-lp) .p-review__label {
  text-align: center;
  color: #ffffff;
  font-size: 35.5px;
  font-weight: 600;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review__label {
    font-size: clamp(17.75px, 0.7697704082px + 4.5280612245vw, 35.5px);
  }
}
:where(.l-lp) .p-review__slider {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
  overflow-x: hidden;
  overflow-y: visible;
}
:where(.l-lp) .p-review__slider .splide__track {
  overflow: visible;
}
:where(.l-lp) .p-review__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review__dots {
    margin-top: min(4.6666666667vw, 35px);
  }
}
:where(.l-lp) .p-review__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #ebd285;
  cursor: pointer;
}
:where(.l-lp) .p-review__dot.is-active {
  background: #ffffff;
}
:where(.l-lp) .p-review__item {
  font-size: 16px;
  background: #ffffff;
  border-top: 8px solid #d5b964;
  padding: 40px 48px;
  height: auto;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-review__item {
    padding: min(5.3333333333vw, 40px) min(4vw, 30px);
  }
}
:where(.l-lp) .p-review__item h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 20px;
  color: #b2880a;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review__item h4 {
    font-size: clamp(13.25px, 0.5746173469px + 3.3801020408vw, 26.5px);
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-review__item h4 {
    margin-bottom: 0;
  }
}
:where(.l-lp) .p-review__item-text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review__item-text {
    line-height: 1.56;
    font-size: clamp(10.75px, 0.4661989796px + 2.7423469388vw, 21.5px);
  }
}
:where(.l-lp) .p-review__photos {
  margin-top: 55px;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review__photos {
    display: grid;
    grid-template-columns: repeat(2, min(40.1333333333vw, 301px));
    gap: min(0.5333333333vw, 4px);
    justify-content: center;
    margin-top: min(6.6666666667vw, 50px);
  }
}
:where(.l-lp) .p-review__photos img {
  flex: 1;
  width: 25vw;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-review__photos img {
    width: min(40.1333333333vw, 301px);
  }
}

:where(.l-lp) .star5 {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .star5 {
    margin-block: 1em;
    font-size: clamp(14.75px, 0.6396683673px + 3.762755102vw, 29.5px);
    line-height: 1;
  }
}
:where(.l-lp) .star5::before {
  content: "★★★★★";
  color: #b2880a;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .star5::before {
    font-size: clamp(14.75px, 0.6396683673px + 3.762755102vw, 29.5px);
  }
}
:where(.l-lp) .star5:after {
  content: "5";
  color: #b2880a;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .star5:after {
    font-size: clamp(14.75px, 0.6396683673px + 3.762755102vw, 29.5px);
  }
}

:where(.l-lp) .p-chef {
  max-width: 1500px;
  margin-inline: auto;
  background-color: #404040;
  color: #ffffff;
  font-weight: 600;
}
:where(.l-lp) .p-chef__head-inner {
  font-size: 16px;
  position: relative;
}
:where(.l-lp) .p-chef__photo-crop {
  max-width: 1500px;
  width: 1500px;
  position: relative;
  left: calc((1500px - 100vw) / -2);
}
@media screen and (min-width: 1501px) {
  :where(.l-lp) .p-chef__photo-crop {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__photo-crop {
    max-width: min(133.3333333333vw, 1000px);
    width: min(133.3333333333vw, 1000px);
    left: calc((min(133.3333333333vw, 1000px) - 100vw) / -2);
    margin-bottom: min(13.3333333333vw, 100px);
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-chef__photo-crop {
    margin-bottom: 0;
  }
}
:where(.l-lp) .p-chef__photo-crop img {
  width: 100%;
  display: block;
}
:where(.l-lp) .p-chef__profile {
  position: absolute;
  width: fit-content;
  bottom: 0;
  left: calc(308px - (1500px - 100vw) / 2);
}
@media screen and (min-width: 1501px) {
  :where(.l-lp) .p-chef__profile {
    left: 308px;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__profile {
    left: min(4vw, 30px);
    bottom: calc(-1 * min(18.6666666667vw, 140px));
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-chef__profile {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-chef__profile {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-chef__profile {
    position: relative;
    left: unset;
    bottom: min(13.3333333333vw, 100px);
    margin-inline: auto;
  }
}
:where(.l-lp) .p-chef__title-label {
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__title-label {
    font-size: clamp(14px, 12.5687022901px + 0.3816793893vw, 15.5px);
  }
}
:where(.l-lp) .p-chef__role {
  font-size: 26.5px;
  display: inline-block;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__role {
    font-size: clamp(13.5px, 1.0954198473px + 3.3078880407vw, 26.5px);
  }
}
:where(.l-lp) .p-chef__name {
  font-size: 38.5px;
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__name {
    font-size: clamp(30px, 21.8893129771px + 2.1628498728vw, 38.5px);
  }
}
:where(.l-lp) .p-chef__desc {
  font-size: 14px;
  line-height: 2.14;
  max-width: 394px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__desc {
    line-height: 1.88;
    font-size: clamp(14px, 14px + 0vw, 14px);
  }
}
:where(.l-lp) .p-chef__body {
  max-width: 980px;
  width: 980px;
  padding-block: 116px 125px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-chef__body {
    width: 100%;
    max-width: 500px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__body {
    padding-block: 0 min(16.6666666667vw, 125px);
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-chef__body {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-chef__body {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-chef__body-heading {
  font-size: 26.5px;
  color: #ebd285;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__body-heading {
    font-size: clamp(24px, 21.6145038168px + 0.6361323155vw, 26.5px);
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-chef__body-heading {
    font-size: clamp(19px, 9.671641791px + 2.4875621891vw, 24px);
    margin-bottom: 1em;
  }
  :where(.l-lp) .p-chef__body-heading br.br-md {
    display: none;
  }
}
:where(.l-lp) .p-chef__features {
  display: flex;
  flex-direction: column;
  gap: 74px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__features {
    gap: min(9.8666666667vw, 74px);
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-chef__features {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-chef__features {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-chef__feature {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 47px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-chef__feature {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
:where(.l-lp) .p-chef__feature:nth-of-type(1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-chef__feature:nth-of-type(1) {
    flex-direction: column-reverse;
  }
}
:where(.l-lp) .p-chef__feature img {
  width: 380px;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-chef__feature img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__feature img {
    flex: unset;
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-chef__feature img {
    width: 80%;
    margin-inline: auto;
  }
}
:where(.l-lp) .p-chef__feature-text {
  flex: 1;
  min-width: 380px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-chef__feature-text {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__feature-text {
    min-width: unset;
  }
}
:where(.l-lp) .p-chef__feature-text h3 {
  font-size: 35.5px;
  line-height: 1.38;
  color: #ebd285;
  margin-bottom: 29px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-chef__feature-text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__feature-text h3 {
    font-size: clamp(25px, 20.2290076336px + 1.272264631vw, 30px);
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-chef__feature-text h3 {
    margin-bottom: 0.5em;
    font-size: clamp(20px, 10.671641791px + 2.4875621891vw, 25px);
  }
}
:where(.l-lp) .p-chef__feature-text p {
  font-size: 16px;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-chef__feature-text p {
    font-size: clamp(14px, 12.0916030534px + 0.5089058524vw, 16px);
  }
}
:where(.l-lp) .p-chef__feature-img--wide {
  width: 100%;
}
:where(.l-lp) .p-chef__feature-img--wide img {
  width: 100%;
  display: block;
}

:where(.l-lp) .p-spec {
  padding-block: min(min(23.3333333333vw, 175px), 175px) min(min(14.5333333333vw, 109px), 109px);
  max-width: 1100px;
  width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  :where(.l-lp) .p-spec {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1280px) and (max-width: 960px) {
  :where(.l-lp) .p-spec {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  :where(.l-lp) .p-spec {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec {
    padding-block-end: min(6.6666666667vw, 50px);
    width: 100%;
  }
}
:where(.l-lp) .p-spec__info {
  display: flex;
  align-items: center;
  gap: 47px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-spec__info {
    display: flex;
    flex-direction: column;
    gap: min(5.3333333333vw, 40px);
  }
}
:where(.l-lp) .p-spec__photo {
  position: relative;
  max-width: 582px;
}
@media screen and (max-width: 1280px) {
  :where(.l-lp) .p-spec__photo {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-spec__photo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__photo {
    width: min(77.7333333333vw, 583px);
  }
}
:where(.l-lp) .p-spec__limited {
  position: absolute;
  top: -34px;
  left: -71px;
  width: 210px;
  height: 101px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  :where(.l-lp) .p-spec__limited {
    left: -40px;
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-spec__limited {
    left: -71px;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__limited {
    height: auto;
    width: min(28vw, 210px);
    top: calc(-1 * min(4.5333333333vw, 34px));
    left: calc(-1 * min(9.4666666667vw, 71px));
  }
}
:where(.l-lp) .p-spec__photo--img img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__photo--img img {
    width: 100%;
  }
}
:where(.l-lp) .p-spec__content {
  flex: 1;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__content {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-spec__content {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
    align-items: center;
  }
}
@media screen and (max-width: 576px) and (max-width: 960px) {
  :where(.l-lp) .p-spec__content {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 576px) and (max-width: 767px) {
  :where(.l-lp) .p-spec__content {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-spec__name {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  :where(.l-lp) .p-spec__name {
    font-size: clamp(40px, 27.9498432602px + 1.2539184953vw, 44px);
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-spec__name {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__name {
    font-size: clamp(32px, 1.387755102px + 8.1632653061vw, 64px);
  }
}
:where(.l-lp) .p-spec__sub {
  font-size: 30.5px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__sub {
    font-size: clamp(21.5px, 0.9323979592px + 5.4846938776vw, 43px);
  }
}
:where(.l-lp) .p-spec__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__badges {
    justify-content: center;
    width: 100%;
    gap: min(2vw, 15px);
  }
}
:where(.l-lp) .p-spec__badges span {
  width: 140px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  background: #b49951;
  padding: 0.385em 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__badges span {
    font-size: clamp(18.25px, 0.7914540816px + 4.6556122449vw, 36.5px);
    width: min(26.0666666667vw, 195.5px);
  }
}
:where(.l-lp) .p-spec__badges span:last-of-type {
  width: 295px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__badges span:last-of-type {
    width: min(55.0533333333vw, 412.9px);
  }
}
:where(.l-lp) .p-spec__price {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #bb1b1a;
  font-size: 75.5px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__price {
    font-size: clamp(52.75px, 2.287627551px + 13.4566326531vw, 105.5px);
    justify-content: center;
    width: min(89.3333333333vw, 670px);
    margin-inline: auto;
    gap: min(2vw, 15px);
  }
}
:where(.l-lp) .p-spec__price-label {
  position: absolute;
  font-size: 19.5px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__price-label {
    width: min(89.3333333333vw, 670px);
    padding-left: min(1.3333333333vw, 10px);
    font-size: clamp(13.75px, 0.5963010204px + 3.5076530612vw, 27.5px);
  }
}
:where(.l-lp) .p-spec__price .--unit {
  position: relative;
  font-size: 49.5px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__price .--unit {
    font-size: 0.659em;
  }
}
:where(.l-lp) .p-spec__price .--tax {
  font-size: 0.404em;
  position: absolute;
  top: -0.4em;
  right: 0.3em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__price .--tax {
    font-size: 0.396em;
  }
}
:where(.l-lp) .p-spec__price .--shipment {
  display: inline-block;
  color: #ffffff;
  background-color: #bb1b1a;
  font-size: 30.5px;
  padding: 18px 11px;
  bottom: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__price .--shipment {
    font-size: clamp(21.5px, 0.9323979592px + 5.4846938776vw, 43px);
    padding: min(3.3333333333vw, 25px) min(2vw, 15px);
  }
}
:where(.l-lp) .p-spec__deadline {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  border: 2px solid #b71c17;
  border-left: none;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}
:where(.l-lp) .p-spec__deadline span {
  font-size: 0.804em;
  margin-right: 0.8em;
  padding-top: 0.1em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-spec__deadline {
    border: min(0.3733333333vw, 2.8px) solid #b71c17;
    width: min(89.3333333333vw, 670px);
    margin-inline: auto;
    border-left: none;
    border-right: none;
    font-size: clamp(23px, 0.9974489796px + 5.8673469388vw, 46px);
  }
}

:where(.l-lp) .p-overview {
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
  background: url(/osechi2027/img/bg_overview.webp);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 16px;
  padding-block-start: 132px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-overview {
    padding-block-start: min(10.6666666667vw, 80px);
    width: 100%;
    max-width: 100vw;
    margin-inline: 0;
  }
}
:where(.l-lp) .p-overview__heading {
  position: relative;
  z-index: 1;
}
:where(.l-lp) .p-overview__heading > img {
  width: 645px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-overview__heading > img {
    width: 100%;
    max-width: 645px;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-overview__heading {
    max-width: 495px;
    width: 86%;
    margin-inline: auto;
  }
}
:where(.l-lp) .p-overview__title--sub {
  font-size: 43.5px;
  font-weight: 600;
  color: #ffffff;
  background-color: #bb1b1a;
  width: fit-content;
  margin-inline: auto;
  margin-top: 45.1px;
  line-height: 1;
  padding: 0.23em 1.08em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-overview__title--sub {
    margin-top: 1.1em;
    font-size: clamp(20px, 10.4580152672px + 2.5445292621vw, 30px);
    margin-bottom: 1em;
  }
}
:where(.l-lp) .p-overview__visual {
  position: relative;
  max-width: 1500px;
  max-height: 1376px;
  margin-top: -40px;
  margin-inline: auto;
  overflow: hidden;
  z-index: 0;
  left: calc((1500px - 100vw) / -2);
}
@media screen and (min-width: 1501px) {
  :where(.l-lp) .p-overview__visual {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  :where(.l-lp) .p-overview__visual {
    left: 0;
    height: 91.7vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-overview__visual {
    width: 100%;
    max-width: 100vw;
    margin-inline: 0;
    left: unset;
    height: 91.7vw;
  }
}
:where(.l-lp) .p-overview__visual img {
  position: absolute;
  bottom: 0;
}

:where(.l-lp) .p-jyuu {
  max-width: 1500px;
  margin-inline: auto;
  font-size: 16px;
  background-color: #f9f8f7;
  position: relative;
}
:where(.l-lp) .p-jyuu::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 328px;
  background: url(/osechi2027/img/bg_jyuu.webp) center/cover no-repeat;
  top: 0;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-jyuu::before {
    height: min(42.6666666667vw, 320px);
  }
}
:where(.l-lp) .p-jyuu--second::before {
  height: 400px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-jyuu--second::before {
    height: min(53.3333333333vw, 400px);
  }
}
:where(.l-lp) .p-jyuu__hero {
  display: flex;
  align-items: start;
  justify-content: center;
  padding-block-start: 70px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-jyuu__hero {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: min(10.6666666667vw, 80px);
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-jyuu__hero {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-jyuu__hero {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-jyuu__hero > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  z-index: 1;
}
:where(.l-lp) .p-jyuu--first .p-jyuu__hero > img {
  max-width: 727px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-jyuu--first .p-jyuu__hero > img {
    width: 80%;
  }
}
:where(.l-lp) .p-jyuu--second .p-jyuu__hero {
  padding-bottom: 50px;
}
:where(.l-lp) .p-jyuu--second .p-jyuu__hero > img {
  max-width: 726px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-jyuu--second .p-jyuu__hero > img {
    width: 80%;
  }
}
:where(.l-lp) .p-jyuu__title {
  z-index: 1;
}
:where(.l-lp) .p-jyuu__title img {
  width: 133px;
  display: block;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-jyuu__title img {
    width: min(13.3333333333vw, 100px);
  }
}
:where(.l-lp) .p-jyuu__title--right {
  right: auto;
  left: calc(50% - 280px - 10px);
}

:where(.l-lp) .p-premium {
  position: relative;
  max-width: 800px;
  width: 800px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-premium {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-premium {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-premium {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-premium__item {
  font-size: 16px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 51px;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-premium__item {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: min(8vw, 60px);
    gap: 1em;
  }
}
:where(.l-lp) .p-premium__item--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-premium__item--rev {
    flex-direction: column-reverse;
  }
}
:where(.l-lp) .p-premium__item:last-of-type {
  margin-bottom: 97px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-premium__item:last-of-type {
    margin-bottom: min(12vw, 90px);
  }
}
:where(.l-lp) .p-premium__text {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-premium__img {
    max-width: 250px;
  }
}
:where(.l-lp) .p-premium__img img {
  width: 100%;
  aspect-ratio: 400/320;
  object-fit: cover;
  display: block;
}
:where(.l-lp) .p-premium__special {
  width: 39px;
  margin-left: 25px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-premium__special {
    width: 28px;
    margin-left: 12px;
  }
}
:where(.l-lp) .p-premium__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.52;
  writing-mode: vertical-rl;
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-premium__heading br {
    display: none;
  }
  :where(.l-lp) .p-premium__heading br.br-sp {
    display: inline;
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-premium__heading {
    font-size: clamp(24px, 16.5373134328px + 1.9900497512vw, 28px);
    margin-left: 0.5em;
    line-height: 1.3;
  }
}
:where(.l-lp) .p-premium__heading span {
  font-size: 16px;
  font-weight: 600;
}
:where(.l-lp) .p-premium__heading--vt {
  writing-mode: vertical-rl;
  font-size: 32px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-premium__heading--vt {
    font-size: clamp(24px, 16.5373134328px + 1.9900497512vw, 28px);
  }
}
:where(.l-lp) .p-premium__desc {
  font-family: "Noto Sans JP", sans-serif;
  writing-mode: vertical-rl;
  font-size: 14px;
  line-height: 2.43;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-premium__desc span br {
    display: none;
  }
  :where(.l-lp) .p-premium__desc span br.br-sp {
    display: inline;
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-premium__desc {
    line-height: 1.7;
  }
}

:where(.l-lp) .p-food-grid {
  background-color: #f9f8f7;
  max-width: 920px;
  width: 920px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 16px;
  row-gap: 18px;
  padding-block-end: 151px;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-food-grid {
    padding-inline: 20px;
    max-width: 726px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-food-grid {
    padding-block-end: min(13.3333333333vw, 100px);
  }
}
@media screen and (max-width: 725px) {
  :where(.l-lp) .p-food-grid {
    max-width: 492px;
  }
}
@media screen and (max-width: 491px) {
  :where(.l-lp) .p-food-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

:where(.l-lp) .p-food-card {
  width: 218px;
  max-width: 218px;
}
@media screen and (max-width: 491px) {
  :where(.l-lp) .p-food-card {
    width: calc((100vw - 16px - 40px) / 2);
  }
}
:where(.l-lp) .p-food-card:nth-child(4n+1) {
  transition-delay: 0s;
}
:where(.l-lp) .p-food-card:nth-child(4n+2) {
  transition-delay: 0.1s;
}
:where(.l-lp) .p-food-card:nth-child(4n+3) {
  transition-delay: 0.2s;
}
:where(.l-lp) .p-food-card:nth-child(4n+4) {
  transition-delay: 0.3s;
}
:where(.l-lp) .p-food-card__img {
  aspect-ratio: 218/170;
  object-fit: cover;
  border-radius: 2px;
}
:where(.l-lp) .p-food-card__name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-food-card__name {
    line-height: 1.5;
  }
}
:where(.l-lp) .p-food-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-food-card__desc {
    line-height: 1.5;
  }
}

:where(.l-lp) .p-udon {
  max-width: 1500px;
  margin-inline: auto;
  background-color: #f9f8f7;
  padding-block: 83px 67px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon {
    padding-block-start: min(10.6666666667vw, 80px);
  }
}
:where(.l-lp) .p-udon::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/osechi2027/img/bg_udon.webp) center/cover no-repeat;
  width: 100%;
  height: 648px;
  top: 0;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-udon::before {
    height: min(86.4vw, 648px);
  }
}
:where(.l-lp) .p-udon__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-udon__inner {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) and (max-width: 960px) {
  :where(.l-lp) .p-udon__inner {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 576px) and (max-width: 767px) {
  :where(.l-lp) .p-udon__inner {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-udon__catch {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__catch {
    font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
  }
}
:where(.l-lp) .p-udon__heading {
  width: 495px;
  margin: 0 auto 31px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__heading {
    width: min(63.6vw, 477px);
    margin-bottom: 1em;
  }
}
:where(.l-lp) .p-udon__sub-badge {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 27px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__sub-badge {
    padding: 0.313em 0.844em;
    font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
  }
}
:where(.l-lp) .p-udon__visual {
  width: 886px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 886px) {
  :where(.l-lp) .p-udon__visual {
    width: 100%;
    padding-left: min(4vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__visual {
    width: 116%;
    padding-left: 0;
    margin-left: calc(-1 * min(7.0666666667vw, 53px));
    margin-bottom: min(5.3333333333vw, 40px);
  }
}
:where(.l-lp) .p-udon__visual img {
  width: 100%;
  display: block;
}
:where(.l-lp) .p-udon__body {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 40px;
  text-align: left;
  max-width: min(146.6666666667vw, 1100px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__body {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
:where(.l-lp) .p-udon__tagline {
  writing-mode: vertical-rl;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__tagline {
    writing-mode: unset;
  }
}
:where(.l-lp) .p-udon__tagline h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__tagline h3 {
    font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
    width: fit-content;
    margin-inline: auto;
    line-height: 1.77;
  }
  :where(.l-lp) .p-udon__tagline h3 br.sp-remove {
    display: none;
  }
}
:where(.l-lp) .p-udon__desc {
  display: flex;
  flex-wrap: no-wrap;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__desc {
    flex-direction: column;
    width: min(73.8666666667vw, 554px);
    margin-inline: auto;
    gap: 0;
  }
}
:where(.l-lp) .p-udon__desc p {
  font-family: "Noto Sans JP", sans-serif;
  writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__desc p {
    line-height: 1.7;
    font-size: clamp(12px, 0.5204081633px + 3.0612244898vw, 24px);
    writing-mode: unset;
  }
  :where(.l-lp) .p-udon__desc p br.sp-remove {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-udon__desc p.sp-remove {
    display: none;
  }
}

:where(.l-lp) .p-contents {
  max-width: 1500px;
  margin-inline: auto;
  background-color: #f9f8f7;
  padding-block-end: 74px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-contents {
    padding-block-end: min(9.8666666667vw, 74px);
  }
}
:where(.l-lp) .p-contents__diagram {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-contents__diagram {
    max-width: unset;
    width: 118%;
    left: -9%;
    position: relative;
  }
}
:where(.l-lp) .p-contents__diagram img {
  width: 100%;
  display: block;
}
:where(.l-lp) .p-contents__recipe {
  font-size: 16px;
  max-width: 600px;
  margin-block-start: 79px;
  margin-inline: auto;
  padding: 0 50px;
  border: solid 2px #aeaeae;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-contents__recipe {
    margin-block-start: min(8.4vw, 63px);
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
    padding: 0 min(5.3333333333vw, 40px);
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-contents__recipe {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-contents__recipe {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}

:where(.l-lp) .p-recipe__toggle {
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__toggle {
    padding: min(3.4666666667vw, 26px) 0;
  }
}
:where(.l-lp) .p-recipe__toggle h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__toggle h3 {
    font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
  }
}
:where(.l-lp) .p-recipe__icon {
  position: absolute;
  right: 0px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__icon {
    width: min(3.4666666667vw, 26px);
    height: min(3.4666666667vw, 26px);
    font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
    bottom: 50%;
    transform: translateY(50%);
  }
}
:where(.l-lp) .p-recipe__icon:before, :where(.l-lp) .p-recipe__icon:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1em;
  background-color: #000000;
  transition: transform 0.3s;
}
:where(.l-lp) .p-recipe__icon::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
:where(.l-lp) .p-recipe__icon:after {
  left: 50%;
  transform: translateX(-50%);
  width: 0.1em;
  height: 100%;
}
:where(.l-lp) .is-open .p-recipe__icon {
  transform: translateY(50%) rotate(45deg);
}
:where(.l-lp) .p-recipe__body {
  padding-block: 40px 68px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__body {
    padding-block: min(2.6666666667vw, 20px) min(6.8vw, 51px);
  }
}
:where(.l-lp) .p-recipe__inner {
  font-size: 16px;
}
:where(.l-lp) .p-recipe__inner > h4 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: #333;
  padding: 7px 11px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__inner > h4 {
    font-size: clamp(12px, 0.5204081633px + 3.0612244898vw, 24px);
    text-align: center;
    margin-top: min(4.8vw, 36px);
    margin-bottom: min(4.2666666667vw, 32px);
  }
}
:where(.l-lp) .p-recipe__inner > h4:last-of-type {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__inner > h4:last-of-type {
    margin-top: min(6.9333333333vw, 52px);
  }
}
:where(.l-lp) .p-recipe__lead {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__lead {
    font-size: clamp(12px, 0.5204081633px + 3.0612244898vw, 24px);
    margin-bottom: min(4.8vw, 36px);
  }
}
:where(.l-lp) .p-recipe__title-row {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
:where(.l-lp) .p-recipe__title {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
:where(.l-lp) .p-recipe__close {
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
:where(.l-lp) .p-recipe__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__list {
    gap: min(7.8666666667vw, 59px);
  }
}
:where(.l-lp) .p-recipe__step {
  font-size: 16px;
}
:where(.l-lp) .p-recipe__step h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-indent: -38px;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__step h5 {
    font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
    margin-bottom: 0.3em;
  }
}
:where(.l-lp) .p-recipe__step h5 span {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__step h5 span {
    margin-right: 0;
  }
}
:where(.l-lp) .p-recipe__step > span {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__step > span {
    font-size: clamp(16px, 0.693877551px + 4.0816326531vw, 32px);
  }
}
:where(.l-lp) .p-recipe__step p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.88;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-recipe__step p {
    font-size: clamp(12px, 0.5204081633px + 3.0612244898vw, 24px);
    line-height: 1.5;
  }
}
:where(.l-lp) .p-recipe__list:last-of-type li {
  display: flex;
}
:where(.l-lp) .p-recipe__list:last-of-type li p {
  padding-left: 16.12px;
}

:where(.l-lp) .p-size {
  padding-block: 80px 76px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size {
    padding-block: min(10.6666666667vw, 80px) min(6.1333333333vw, 46px);
  }
}
:where(.l-lp) .p-size__heading {
  color: #bb1b1a;
  font-size: 32.5px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__heading {
    font-size: clamp(16.25px, 0.7047193878px + 4.1454081633vw, 32.5px);
    margin-bottom: min(4vw, 30px);
  }
}
:where(.l-lp) .p-size__row {
  display: flex;
  flex-direction: column;
  gap: 22px;
  gap: 40px;
  max-width: 1100px;
  width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  :where(.l-lp) .p-size__row {
    width: calc(100% - min(3.3333333333vw, 25px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__row {
    gap: min(2.8vw, 21px);
  }
}
:where(.l-lp) .p-size__item {
  background-color: #ebe6e5;
  display: flex;
  padding: 55px 57px 45px;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item {
    flex-direction: column;
    padding: min(4.4vw, 33px) min(2vw, 15px) min(7.8666666667vw, 59px);
    align-items: center;
    gap: min(3.4666666667vw, 26px);
  }
}
:where(.l-lp) .p-size__item-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-header {
    width: min(30.8vw, 231px);
    height: min(10.9333333333vw, 82px);
    justify-content: center;
  }
}
:where(.l-lp) .p-size__item-header:before {
  background: url(/osechi2027/img/ttl-bg_size.webp) center/contain no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 83px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-header:before {
    top: unset;
    left: unset;
    transform: rotate(90deg);
    height: min(30.8vw, 231px);
    width: min(10.9333333333vw, 82px);
  }
}
:where(.l-lp) .p-size__item-name {
  writing-mode: vertical-rl;
  font-size: 46px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding: 26px 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(30.8vw, 231px);
    height: min(10.9333333333vw, 82px);
    padding: unset;
    text-align: center;
    font-size: clamp(23px, 0.9974489796px + 5.8673469388vw, 46px);
    writing-mode: unset;
  }
}
:where(.l-lp) .p-size__item-sub {
  font-size: 11px;
  border: 1px solid #f4f4f4;
  padding: 2px 8px;
}
:where(.l-lp) .p-size__item-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 43px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-body {
    gap: min(1.0666666667vw, 8px);
  }
}
:where(.l-lp) .p-size__item-photo {
  position: relative;
  width: 360px;
  height: 280px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-photo {
    width: min(38.4vw, 288px);
    height: auto;
  }
}
:where(.l-lp) .p-size__item-photo > span {
  font-weight: 600;
  display: block;
  width: 4.781em;
  height: 4.781em;
  border-radius: 9999px;
  color: #ffffff;
  background-color: #000000;
  line-height: 1.875em;
  font-size: 16px;
  position: absolute;
  top: -0.981em;
  right: -1.681em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-photo > span {
    width: min(9.7333333333vw, 73px);
    height: min(9.7333333333vw, 73px);
    font-size: clamp(7.5px, 0.325255102px + 1.9132653061vw, 15px);
    top: calc(-1 * min(3.4666666667vw, 26px));
    right: calc(-1 * min(1.4666666667vw, 11px));
    padding-top: 0.5em;
    line-height: 1.7em;
  }
}
:where(.l-lp) .p-size__item-photo > span > span {
  line-height: 1;
  font-size: 1.875em;
  position: relative;
  top: 0.28em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-photo > span > span {
    top: 0.2em;
  }
}
:where(.l-lp) .p-size__item-diagram {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-diagram {
    width: fit-content;
  }
}
:where(.l-lp) .p-size__item-diagram img {
  width: 400px;
  display: block;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item-diagram img {
    width: min(46.8vw, 351px);
  }
}
:where(.l-lp) .p-size__item:nth-of-type(2) .p-size__item-diagram {
  display: flex;
  justify-content: center;
}
:where(.l-lp) .p-size__item:nth-of-type(2) .p-size__item-diagram img {
  width: 351px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-size__item:nth-of-type(2) .p-size__item-diagram img {
    width: min(46.8vw, 351px);
  }
}
:where(.l-lp) .p-size__dims {
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
:where(.l-lp) .p-size__dims li {
  font-size: 11px;
  background: #f4f4f4;
  padding: 2px 8px;
  border-radius: 2px;
}

:where(.l-lp) .p-order {
  font-size: 16px;
  padding: 40px 0 20px;
  text-align: center;
}
:where(.l-lp) .p-order__inner {
  max-width: min(120vw, 900px);
  margin-inline: auto;
}
:where(.l-lp) .p-order__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-order__info {
    gap: min(3.3333333333vw, 25px);
  }
}
:where(.l-lp) .p-order__info-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-order__info-header {
    gap: min(2.6666666667vw, 20px);
  }
}
:where(.l-lp) .p-order__info-header > img {
  width: 229px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-order__info-header > img {
    width: 20vw;
  }
}
:where(.l-lp) .p-order__limited {
  width: 229px;
  margin-bottom: 20px;
}
:where(.l-lp) .p-order__name {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-order__name {
    margin-bottom: 0em;
    font-size: clamp(23px, 1.0534351145px + 5.8524173028vw, 46px);
  }
}
:where(.l-lp) .p-order__name span {
  display: block;
  font-size: 40px;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-order__name span {
    font-size: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
  }
}
:where(.l-lp) .p-order__badges {
  width: 751px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 791px) {
  :where(.l-lp) .p-order__badges {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 791px) and (max-width: 960px) {
  :where(.l-lp) .p-order__badges {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 791px) and (max-width: 767px) {
  :where(.l-lp) .p-order__badges {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}

:where(.l-lp) .p-sense {
  max-width: 1500px;
  margin-inline: auto;
  font-size: 16px;
  padding-block: 50px 172px;
  position: relative;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense {
    padding-block: 0 min(9.4vw, 70.5px);
  }
}
:where(.l-lp) .p-sense:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: linear-gradient(45deg, #f4efdf 25%, transparent 25%, transparent 75%, #f4efdf 75%), linear-gradient(45deg, #f4efdf 25%, transparent 25%, transparent 75%, #f4efdf 75%); /* 市松模様になるようグラデーションで単色を入れる */
  background-position: 0 0, 37px 37px; /* 「0 0」と1マス（1色）の大きさをそれぞれ指定 */
  background-size: 74px 74px; /* 1マス分の倍の大きさを指定 */
  background-color: #f6f3ea; /* もう一つの単色を入れる */
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense:before {
    background-position: 0 0, min(2.5333333333vw, 19px) min(2.5333333333vw, 19px); /* 「0 0」と1マス（1色）の大きさをそれぞれ指定 */
    background-size: min(5.0666666667vw, 38px) min(5.0666666667vw, 38px); /* 1マス分の倍の大きさを指定 */
  }
}
:where(.l-lp) .p-sense:before {
  top: min(min(25.3333333333vw, 190px), 190px);
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense:before {
    top: min(17.3333333333vw, 130px);
    height: calc(100% - min(17.3333333333vw, 130px));
  }
}
:where(.l-lp) .p-sense__inner {
  display: flex;
  flex-direction: column;
  gap: 91px;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__inner {
    gap: min(12vw, 90px);
  }
}
:where(.l-lp) .p-sense__photos {
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  width: 100%;
  align-self: start;
}
@media screen and (max-width: 1100px) {
  :where(.l-lp) .p-sense__photos {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 960px) {
  :where(.l-lp) .p-sense__photos {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  :where(.l-lp) .p-sense__photos {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-sense__photos img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 533/385;
}
:where(.l-lp) .p-sense__body {
  display: flex;
  gap: 51px;
}
@media screen and (max-width: 1100px) {
  :where(.l-lp) .p-sense__body {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-sense__body {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  :where(.l-lp) .p-sense__body {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  :where(.l-lp) .p-sense__body {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__body {
    gap: min(6.5333333333vw, 49px);
  }
}
:where(.l-lp) .p-sense__heading {
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  gap: 29px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__heading {
    gap: min(3.8666666667vw, 29px);
  }
}
:where(.l-lp) .p-sense__sub {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__sub {
    font-size: clamp(12px, 0.5204081633px + 3.0612244898vw, 24px);
  }
}
:where(.l-lp) .p-sense__title {
  font-size: 56.5px;
  font-weight: 600;
  color: #cc9e12;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__title {
    font-size: clamp(28.25px, 1.225127551px + 7.2066326531vw, 56.5px);
  }
}
:where(.l-lp) .p-sense__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: sense-num;
}
@media screen and (max-width: 1100px) {
  :where(.l-lp) .p-sense__list {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-sense__list {
    width: 100%;
  }
}
:where(.l-lp) .p-sense__item {
  background-color: #ffffff;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  box-shadow: 5px 8.7px 20px 0 rgba(51, 51, 51, 0.2);
  gap: 35px;
  border: solid 2px #cc9e12;
  padding: 33px 72px 35px 30px;
  counter-increment: sense-num;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__item {
    padding: min(3.6vw, 27px) min(3.8666666667vw, 29px);
    gap: min(3.4666666667vw, 26px);
    align-items: start;
  }
}
:where(.l-lp) .p-sense__num {
  font-size: 56.5px;
  font-weight: 600;
  color: #ebdec2;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__num {
    font-size: clamp(21.25px, 2.8348214286px + 4.9107142857vw, 40.5px);
  }
}
:where(.l-lp) .p-sense__num::before {
  content: counter(sense-num, decimal-leading-zero);
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__item-text {
    width: 100%;
  }
}
:where(.l-lp) .p-sense__item-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #c59836;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-sense__item-text h3 {
    font-size: clamp(19px, -1px + 2.6041666667vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__item-text h3 {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    font-size: clamp(15px, 0.6505102041px + 3.8265306122vw, 30px);
    margin-bottom: 0;
    line-height: 1.533em;
  }
}
:where(.l-lp) .p-sense__item-text h3 strong {
  font-size: 1.333em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__item-text h3 strong {
    font-size: 1.2em;
  }
}
:where(.l-lp) .p-sense__item-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-sense__item-text p {
    display: none;
  }
}

:where(.l-lp) .p-faq {
  padding-block: 100px 80px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq {
    padding-block: min(9.3333333333vw, 70px) min(10.6666666667vw, 80px);
  }
}
:where(.l-lp) .p-faq__inner {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-faq__inner {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  :where(.l-lp) .p-faq__inner {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  :where(.l-lp) .p-faq__inner {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-faq__heading {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #c5545a;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 65px;
  color: #b71c17;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__heading {
    font-size: clamp(26px, 20.2748091603px + 1.5267175573vw, 32px);
    padding-bottom: 0.781em;
    margin-bottom: 1em;
  }
}
:where(.l-lp) .p-faq__list {
  max-width: 760px;
  width: 760px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__list {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-faq__list {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-faq__list {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-faq__question {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__question {
    font-size: clamp(18px, 14.1832061069px + 1.0178117048vw, 22px);
    gap: 14px;
    padding: 0.5em 0;
  }
}
:where(.l-lp) .p-faq__q {
  width: 40px;
  height: 40px;
  background-color: #b71c17;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__q {
    width: 30px;
    height: 30px;
  }
}
:where(.l-lp) .p-faq__a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__a {
    width: 30px;
    height: 30px;
  }
}
:where(.l-lp) .p-faq__q::before {
  content: "Q";
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__q::before {
    font-size: clamp(18px, 12.2748091603px + 1.5267175573vw, 24px);
  }
}
:where(.l-lp) .p-faq__a::before {
  content: "A";
  font-size: 32px;
  font-weight: 600;
  color: #b71c17;
  position: relative;
  bottom: 0.1em;
  left: 0.25em;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__a::before {
    font-size: clamp(24px, 16.3664122137px + 2.0356234097vw, 32px);
    left: 0;
  }
}
:where(.l-lp) .p-faq__answer {
  margin-top: 0px;
  font-size: 18px;
  display: flex;
  gap: 39px;
  padding-bottom: 59px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__answer {
    gap: 16px;
    padding-bottom: 1em;
  }
}
:where(.l-lp) .p-faq__answer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  color: #000000;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-faq__answer p {
    font-size: clamp(14px, 10.1832061069px + 1.0178117048vw, 18px);
  }
}

:where(.l-lp) .p-delivery {
  padding-block: 83px 185px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-delivery {
    padding-block: min(0vw, 0px) min(24.6666666667vw, 185px);
  }
}
:where(.l-lp) .p-delivery__inner {
  max-width: 800px;
  width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) .p-delivery__inner {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  :where(.l-lp) .p-delivery__inner {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  :where(.l-lp) .p-delivery__inner {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-delivery__section-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #c5545a;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 43px;
  color: #b71c17;
}
:where(.l-lp) .p-delivery__section-title:nth-of-type(2) {
  margin-bottom: 45px;
  margin-top: 127px;
}
:where(.l-lp) .p-delivery__section-title:nth-of-type(3) {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-delivery__section-title {
    font-size: clamp(26px, 20.2748091603px + 1.5267175573vw, 32px);
    padding-bottom: 0.781em;
    margin-bottom: 1em;
  }
}
:where(.l-lp) .p-delivery__date-box {
  max-width: 600px;
  width: 600px;
  margin-inline: auto;
  font-weight: 600;
  background-color: #f9f6e7;
  padding: 24px;
  text-align: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-delivery__date-box {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: min(9.8666666667vw, 74px);
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  :where(.l-lp) .p-delivery__date-box {
    width: calc(100vw - min(min(8vw, 60px), 60px) * 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  :where(.l-lp) .p-delivery__date-box {
    width: calc(100vw - min(min(5.3333333333vw, 40px), 40px) * 2);
  }
}
:where(.l-lp) .p-delivery__date-label {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-delivery__date-label {
    font-size: clamp(20px, 16.1832061069px + 1.0178117048vw, 24px);
  }
}
:where(.l-lp) .p-delivery__date {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-delivery__date {
    font-size: clamp(24px, 16.3664122137px + 2.0356234097vw, 32px);
  }
}
:where(.l-lp) .p-delivery__carrier {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
:where(.l-lp) .p-delivery__items {
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 92px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-delivery__items {
    gap: min(8vw, 60px);
  }
}
:where(.l-lp) .p-delivery__item {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
}
:where(.l-lp) .p-delivery__item-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-delivery__item-title {
    font-size: clamp(26px, 14.8059701493px + 2.9850746269vw, 32px);
  }
}
:where(.l-lp) .p-delivery__item-title:before {
  content: "●";
  color: #b71c17;
  font-size: 0.6em;
  bottom: 0.2em;
  position: relative;
  margin-right: 0.1em;
}
:where(.l-lp) .p-delivery__item-row {
  display: flex;
  align-items: start;
  flex-direction: column;
}
:where(.l-lp) .p-delivery__item-row p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
:where(.l-lp) .p-delivery__cold-badge {
  width: 70px;
  flex-shrink: 0;
}
:where(.l-lp) .p-delivery__item-img {
  flex-shrink: 0;
  display: flex;
  gap: 8px;
}
:where(.l-lp) .p-delivery__item-img img {
  width: 120px;
  display: block;
}
:where(.l-lp) .p-delivery__contents {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.3em;
  max-width: 390px;
  width: fit-content;
}
:where(.l-lp) .p-delivery__contents li {
  list-style: none;
  padding-left: 0.8em;
  text-indent: 0em;
  position: relative;
}
:where(.l-lp) .p-delivery__contents li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-size: 0.8em;
  top: 0.1em;
}
@media screen and (max-width: 600px) {
  :where(.l-lp) .p-delivery__item {
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: start;
  }
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-delivery__item {
    gap: min(4vw, 30px);
  }
}
:where(.l-lp) .p-delivery__item:nth-of-type(1) .p-delivery__item-img {
  margin-right: 12.9px;
  width: 106.1px;
  height: 91.9px;
}
:where(.l-lp) .p-delivery__item:nth-of-type(2) .p-delivery__item-img img:nth-child(1) {
  width: 145px;
  height: 117px;
  margin-right: 22px;
}
:where(.l-lp) .p-delivery__item:nth-of-type(2) .p-delivery__item-img img:nth-of-type(2) {
  width: 160px;
  height: 126px;
}
:where(.l-lp) .p-delivery__recipe-link {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #1c7ac3;
  text-decoration: underline;
  margin-top: 26px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .p-delivery__recipe-link {
    margin-bottom: min(10.6666666667vw, 80px);
  }
}
:where(.l-lp) .p-delivery__shelf {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-delivery__shelf {
    font-size: clamp(28px, 20.5373134328px + 1.9900497512vw, 32px);
  }
}
:where(.l-lp) .p-delivery__shelf p {
  line-height: 1.7;
}
:where(.l-lp) .p-delivery__shelf .p-delivery__shelf-note {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
:where(.l-lp) .p-delivery__allergy-btn {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px;
  border: solid 3px #575757;
  background-color: #f0f0f0;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) .p-delivery__allergy-btn {
    font-size: clamp(18px, 6.8059701493px + 2.9850746269vw, 24px);
    padding: 0.8em;
    padding-right: 2.5em;
  }
}
@media (hover: hover) {
  :where(.l-lp) .p-delivery__allergy-btn:hover {
    opacity: 0.7;
  }
}
:where(.l-lp) .p-delivery__allergy-icon {
  position: absolute;
  right: 43px;
  bottom: 50%;
}
:where(.l-lp) .p-delivery__allergy-icon:before, :where(.l-lp) .p-delivery__allergy-icon:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background-color: #000000;
  transition: transform 0.3s;
}
:where(.l-lp) .p-delivery__allergy-icon:after {
  transform: rotate(90deg);
}

:where(.l-lp) .em {
  color: #bb1b1a;
  font-weight: 700;
}

:where(.l-lp) .u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:where(.l-lp) .u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .u-pc-only {
    display: none;
  }
}

:where(.l-lp) .u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) .u-sp-only {
    display: block;
  }
}

:where(.l-lp) br.br-pc {
  display: inline;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) br.br-pc {
    display: none;
  }
}

:where(.l-lp) br.br-md {
  display: none;
}
@media screen and (max-width: 960px) {
  :where(.l-lp) br.br-md {
    display: inline;
  }
}

:where(.l-lp) br.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(.l-lp) br.br-sp {
    display: inline;
  }
}

:where(.l-lp) br.br-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  :where(.l-lp) br.br-sm {
    display: inline;
  }
}

:where(.l-lp) .u-anim {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
:where(.l-lp) .u-anim.is-inview {
  opacity: 1;
  transform: none;
}
:where(.l-lp) .u-anim--top {
  transform: translateY(-24px);
}
:where(.l-lp) .u-anim--bottom {
  transform: translateY(24px);
}
:where(.l-lp) .u-anim--left {
  transform: translateX(-40px);
}
:where(.l-lp) .u-anim--right {
  transform: translateX(40px);
}

.l-lp-confirm {
  box-sizing: border-box;
  max-width: 640px;
  margin: 48px auto 32px;
  padding: 0 20px;
  color: #2a2622;
  font-family: "Noto Sans JP", sans-serif;
}

.l-lp-confirm *,
.l-lp-confirm *::before,
.l-lp-confirm *::after {
  box-sizing: inherit;
}

.l-lp-confirm__inner {
  padding: 40px;
  border: 1px solid #e6e0d3;
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
}

.l-lp-confirm__title {
  margin: 0 0 14px;
  color: #1c1a17;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-lp-confirm__lead {
  margin: 0 0 20px;
  color: #a14f3b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.l-lp-confirm__description {
  margin: 0;
  color: #4a453e;
  font-size: 14px;
  line-height: 1.9;
}

.l-lp-complete {
  box-sizing: border-box;
  max-width: 640px;
  margin: 48px auto;
  padding: 0 20px;
  color: #2a2622;
  font-family: "Noto Sans JP", sans-serif;
}

.l-lp-complete *,
.l-lp-complete *::before,
.l-lp-complete *::after {
  box-sizing: inherit;
}

.l-lp-complete__inner {
  padding: 48px 40px 40px;
  border: 1px solid #e6e0d3;
  border-radius: 4px;
  background: #ffffff;
}

.l-lp-complete__title {
  margin: 0 0 12px;
  color: #1c1a17;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.l-lp-complete__lead {
  margin: 0 0 40px;
  color: #6b6459;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.l-lp-complete__heading {
  position: relative;
  margin: 0 0 8px;
  padding-bottom: 14px;
  color: #1c1a17;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.l-lp-complete__heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 2px;
  background: #a9822f;
  content: "";
  transform: translateX(-50%);
}

.l-lp-complete__description {
  margin: 0 0 28px;
  color: #4a453e;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.l-lp-complete__coupon {
  margin: 0 0 32px;
  padding: 28px 24px;
  border: 1px dashed #c9ad6c;
  border-radius: 6px;
  background: #fbf8f1;
  text-align: center;
}

.l-lp-complete__coupon-label {
  margin: 0 0 10px;
  color: #8a7a52;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.l-lp-complete__coupon-code {
  margin: 0 0 16px;
  color: #a9822f;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.l-lp-complete__coupon-meta {
  margin: 0;
  color: #4a453e;
  font-size: 13px;
  line-height: 1.9;
}

.l-lp-complete__coupon-meta strong {
  color: #1c1a17;
  font-weight: 500;
}

.l-lp-complete__notice {
  padding: 16px 20px;
  border-left: 3px solid #b4ac98;
  background: #f7f5f0;
  color: #5c564c;
  font-size: 12.5px;
  line-height: 1.9;
}

.l-lp-complete__notice-title {
  display: inline;
  margin-right: 4px;
  color: #3a352c;
  font-weight: 700;
}

.l-lp-complete ~ #orderForm .completeMsg {
  display: none;
}

@media screen and (max-width: 480px) {
  .l-lp-confirm {
    margin: 32px auto 24px;
    padding: 0 16px;
  }

  .l-lp-confirm__inner {
    padding: 32px 24px;
  }

  .l-lp-confirm__title {
    font-size: 22px;
  }

  .l-lp-complete {
    margin: 32px auto;
    padding: 0 16px;
  }

  .l-lp-complete__inner {
    padding: 36px 24px 28px;
  }

  .l-lp-complete__title {
    font-size: 22px;
  }

  .l-lp-complete__coupon-code {
    font-size: 24px;
  }
}
