@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6, li) {
  overflow-wrap: break-word;
  line-height: inherit;
}

h1 {
  font-size: 2em;
}

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

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
  cursor: not-allowed;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0;
  word-wrap: break-word;
  position: relative;
  color: #817b72;
  background: #fff6d6;
}
body.is-modal-open, body.is-nav-open {
  overflow: hidden;
}

::selection {
  background: #f9c255;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover, a:visited {
  text-decoration: inherit;
}

img {
  max-width: 100%;
  user-select: none;
  pointer-events: none;
  display: block;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .is-pc {
    display: none;
  }
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fascinate {
  font-family: "Fascinate", system-ui;
  font-weight: 400;
  font-style: normal;
}

.lp-main {
  overflow-x: clip;
}

.lp-common-box {
  max-width: calc(900 / 1366 * 100vw);
  padding-right: 4%;
  padding-left: 4%;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-common-box {
    max-width: calc(340 / 390 * 100vw);
  }
}

.lp-inner-box {
  background: white;
  border-radius: calc(24 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-inner-box {
    border-radius: calc(24 / 390 * 100vw);
  }
}

.lp-common-title {
  text-align: center;
  font-size: calc(56 / 1366 * 100vw);
  color: #f9c255;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-common-title {
    font-size: calc(50 / 390 * 100vw);
  }
}
.lp-common-title.is-style-invert {
  color: #fffade;
  -webkit-text-stroke: calc(8 / 1366 * 100vw) #fbae17;
  paint-order: stroke;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-common-title.is-style-invert {
    -webkit-text-stroke: calc(8 / 390 * 100vw) #fbae17;
  }
}

.lp-kv {
  height: 100svh;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv {
    height: auto;
    min-height: 100svh;
  }
}
@media not all and (hover: hover) and (orientation: landscape) {
  .lp-kv {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.lp-kv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__bg--pc {
    display: none;
  }
}
.lp-kv__bg--pc > svg {
  scale: 1.13;
  position: absolute;
  bottom: 5svh;
  left: 0;
}
@media screen and (orientation: landscape) {
  .lp-kv__bg--pc {
    display: block;
  }
}
.lp-kv__bg--sp {
  display: none;
  overflow: hidden;
}
.lp-kv__bg--sp:after {
  content: "";
  width: 100%;
  height: 14svh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 246, 214) 0%, rgb(255, 246, 214) 30%, rgba(255, 246, 214, 0) 100%);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__bg--sp {
    display: block;
    z-index: 1;
  }
  .lp-kv__bg--sp > svg {
    height: auto !important;
  }
}
@media screen and (orientation: landscape) {
  .lp-kv__bg--sp {
    display: none;
  }
}
.lp-kv__bg > svg {
  display: block;
  stroke: none;
  width: 100%;
  height: 100%;
}
.lp-kv__bg g[class^=star-],
.lp-kv__bg g[class^=ribbon-],
.lp-kv__bg g[class^=paper-],
.lp-kv__bg g.cracker {
  transform-box: fill-box;
  transform-origin: center;
}
.lp-kv__bg g[class^=star-] {
  animation: kv-star-spin 4s linear infinite;
}
.lp-kv__bg g[class^=ribbon-] {
  animation: kv-ribbon-sway 1s ease-in-out infinite alternate;
}
.lp-kv__bg g[class^=balloon-] {
  animation: kv-paper-float 2s ease-in-out infinite alternate;
}
.lp-kv__bg g[class^=paper-] {
  animation: kv-paper-float 4.8s ease-in-out infinite alternate;
}
.lp-kv__bg g.cracker {
  animation: kv-cracker-scale 1.13s ease-in-out infinite alternate;
}
.lp-kv__bg .cracker__bounds {
  display: none;
}
.lp-kv__bg g:nth-child(3n) {
  animation-delay: -1.2s;
}
.lp-kv__bg g:nth-child(3n+1) {
  animation-delay: -2.4s;
}
.lp-kv__happy-birthday {
  max-width: calc(590.5 / 1366 * 100vw);
  height: calc(201 / 768 * 100vh);
  margin-left: auto;
  margin-top: 1svh;
  margin-right: auto;
  translate: 0;
  opacity: 0;
  transition: 0.4s 0s;
  position: relative;
  z-index: 1;
}
.lp-kv__happy-birthday.is-inview {
  opacity: 1;
}
.lp-kv__happy-birthday img {
  max-height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__happy-birthday {
    height: auto;
    max-width: 92%;
    z-index: 1;
  }
}
@media screen and (orientation: landscape) {
  .lp-kv__happy-birthday {
    max-width: calc(590.5 / 1366 * 100vw);
    height: calc(201 / 768 * 100vh);
  }
}
.lp-kv__main-image {
  max-width: calc(514 / 1366 * 100vw);
  height: calc(522.5 / 768 * 100vh);
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: 1s 0.1s cubic-bezier(0.49, 0.02, 0.28, 1.41);
  scale: 0.8;
}
.lp-kv__main-image.is-inview {
  scale: 1;
  opacity: 1;
}
.lp-kv__main-image img {
  max-height: 100%;
  margin: 0 auto;
}
.lp-kv__main-image svg {
  max-height: 100%;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__main-image {
    z-index: 0;
    max-width: 80%;
    height: auto;
  }
}
@media screen and (orientation: landscape) {
  .lp-kv__main-image {
    max-width: calc(514 / 1366 * 100vw);
    height: calc(522.5 / 768 * 100vh);
  }
}
@media screen and (min-width: 600px) and (max-width: 900px) and (orientation: portrait) {
  .lp-kv__main-image {
    max-width: 80%;
  }
}
.lp-kv__name {
  max-width: calc(315 / 1366 * 100vw);
  height: calc(179.5 / 768 * 100vh);
  margin-left: auto;
  margin-right: auto;
  margin-top: -20svh;
  position: relative;
  z-index: 1;
  transition: 0.4s 0.4s;
  opacity: 0;
}
.lp-kv__name.is-inview {
  opacity: 1;
}
.lp-kv__name img {
  max-height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__name {
    max-width: 70%;
    width: 100%;
    margin-top: -10svh;
    z-index: 1;
  }
}
@media screen and (orientation: landscape) {
  .lp-kv__name {
    max-width: calc(315 / 1366 * 100vw);
    height: calc(179.5 / 768 * 100vh);
  }
}
.lp-kv__balloon {
  position: absolute;
  top: 35%;
  max-width: calc(162.5 / 1366 * 100vw);
  height: calc(309.5 / 768 * 100vh);
  left: 50%;
  translate: -240% 0;
  opacity: 0;
  transition: 1s 0.5s;
}
.lp-kv__balloon.is-inview {
  translate: -200% 0;
  opacity: 1;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__balloon.is-inview {
    translate: 0 0;
  }
}
@media screen and (orientation: landscape) {
  .lp-kv__balloon.is-inview {
    translate: -200% 0;
  }
}
.lp-kv__balloon img {
  max-height: 100%;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__balloon {
    max-width: calc(86 / 390 * 100vw);
    top: 48%;
    left: 2%;
    translate: -10% 0;
  }
}
@media screen and (orientation: landscape) {
  .lp-kv__balloon {
    top: 35%;
    max-width: calc(162.5 / 1366 * 100vw);
    height: calc(309.5 / 768 * 100vh);
    left: 50%;
    translate: -240% 0;
  }
}
.lp-kv__garland {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-kv__garland {
    display: none;
  }
}
.lp-kv__garland--l {
  width: calc(518 / 1366 * 100vw);
  translate: calc(-120 / 1366 * 100vw) calc(-100 / 1366 * 100vw);
}
.lp-kv__garland--r {
  width: calc(538.5 / 1366 * 100vw);
  translate: calc(120 / 1366 * 100vw) calc(-100 / 1366 * 100vw);
}

@keyframes kv-star-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes kv-ribbon-sway {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@keyframes kv-paper-float {
  from {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(8px);
  }
}
@keyframes kv-cracker-scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp-kv__bg g[class^=star-],
  .lp-kv__bg g[class^=ribbon-],
  .lp-kv__bg g[class^=paper-],
  .lp-kv__bg g.cracker {
    animation: none;
  }
}
.lp-bg-stripe {
  padding: calc(130 / 1366 * 100vw) 0 calc(480 / 1366 * 100vw) 0;
  background-color: #fff6d6;
  background-image: repeating-linear-gradient(90deg, #fff6d6, #fff6d6 2.3426061493vw, white 2.3426061493vw, white 4.6852122987vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-bg-stripe {
    padding: calc(50 / 390 * 100vw) 0 calc(240 / 390 * 100vw) 0;
    background-image: repeating-linear-gradient(90deg, #fff6d6, #fff6d6 9.2307692308vw, white 9.2307692308vw, white 18.4615384615vw);
  }
}

.lp-bg-gradient {
  padding: calc(50 / 1366 * 100vw) 0 calc(100 / 1366 * 100vw);
  background-color: #ffeaa4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-bg-gradient {
    padding: calc(50 / 390 * 100vw) 0 calc(50 / 390 * 100vw);
  }
}
.lp-bg-gradient:before {
  content: "";
  width: 100%;
  height: calc(600 / 1366 * 100vw);
  background: #ffeaa4;
  border-radius: 100%;
  position: absolute;
  top: calc(-300 / 1366 * 100vw);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-bg-gradient:before {
    height: calc(300 / 390 * 100vw);
    top: calc(-150 / 390 * 100vw);
  }
}
.lp-bg-gradient > .lp-common-box {
  margin-top: calc(-200 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-bg-gradient > .lp-common-box {
    margin-top: calc(-100 / 390 * 100vw);
  }
}

.lp-profile {
  position: relative;
  font-size: calc(18 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile {
    font-size: calc(14 / 390 * 100vw);
  }
}
.lp-profile .lp-common-title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
}
.lp-profile__list {
  width: 86%;
  margin: 0 auto;
  padding: calc(80 / 1366 * 100vw) 0;
  color: #8c5d18;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__list {
    padding: calc(60 / 390 * 100vw) 0;
  }
}
.lp-profile__list-label {
  border: calc(2 / 1366 * 100vw) solid #ffe99f;
  border-radius: 100px;
  line-height: 1;
  display: block;
  width: 70%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__list-label {
    border-width: calc(3 / 390 * 100vw);
    width: 100%;
  }
}
.lp-profile__list-label--inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  padding: calc(8 / 1366 * 100vw) 0;
  border-radius: inherit;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__list-label--inner {
    padding: calc(5 / 390 * 100vw) 0;
  }
}
.lp-profile__list-label:before {
  content: "";
  position: absolute;
  top: calc(4 / 1366 * 100vw);
  left: calc(4 / 1366 * 100vw);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #ffe99f;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__list-label:before {
    top: calc(4 / 390 * 100vw);
    left: calc(4 / 390 * 100vw);
  }
}
.lp-profile__list-label:after {
  content: "";
  position: absolute;
  bottom: calc(-10 / 1366 * 100vw);
  right: calc(4 / 1366 * 100vw);
  width: calc(20 / 1366 * 100vw);
  height: calc(10 / 1366 * 100vw);
  background: #ffe99f;
  clip-path: polygon(0 0, 90% 0, 100% 100%);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__list-label:after {
    bottom: calc(-10 / 390 * 100vw);
    right: calc(4 / 390 * 100vw);
    width: calc(20 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
  }
}
.lp-profile__row {
  padding: 0 0 calc(40 / 1366 * 100vw) 0;
  background-image: radial-gradient(circle, #ffe99f calc(4 / 1366 * 100vw), transparent calc(4 / 1366 * 100vw));
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: calc(14 / 1366 * 100vw) calc(8 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__row {
    padding: 0 0 calc(24 / 390 * 100vw) 0;
    background-image: radial-gradient(circle, #ffe99f calc(3 / 390 * 100vw), transparent calc(3 / 390 * 100vw));
    background-size: calc(10 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
}
.lp-profile__row:not(:first-child) {
  padding-top: calc(40 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__row:not(:first-child) {
    padding-top: calc(20 / 390 * 100vw);
  }
}
.lp-profile__row {
  display: flex;
  gap: 4%;
}
.lp-profile__row dt {
  width: 20%;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__row dt {
    width: 30%;
  }
}
.lp-profile__row dd {
  flex-grow: 1;
  padding: calc(5 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-profile__row dd {
    padding: calc(3 / 390 * 100vw) 0;
  }
}

.lp-sns {
  padding: calc(100 / 1366 * 100vw) 0 calc(130 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-sns {
    padding: calc(100 / 390 * 100vw) 0 calc(140 / 390 * 100vw) 0;
  }
}
.lp-sns .lp-common-title {
  margin-bottom: calc(50 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-sns .lp-common-title {
    margin-bottom: calc(50 / 390 * 100vw);
  }
}
.lp-sns__list {
  display: flex;
  justify-content: center;
  gap: calc(56 / 1366 * 100vw);
}
.lp-sns__list li {
  width: calc(64 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-sns__list li {
    width: calc(64 / 390 * 100vw);
  }
}

.lp-challenge-plan {
  position: relative;
}
.lp-challenge-plan .lp-common-title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-challenge-plan .lp-common-title {
    line-height: 1;
  }
}
.lp-challenge-plan .lp-inner-box {
  padding: calc(45 / 1366 * 100vw) 17% calc(80 / 1366 * 100vw) 17%;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-challenge-plan .lp-inner-box {
    padding: calc(60 / 390 * 100vw) 8% calc(50 / 390 * 100vw) 8%;
  }
}
.lp-challenge-plan__subtitle {
  color: #f9c255;
  font-size: calc(20 / 1366 * 100vw);
  line-height: 1.2;
  text-align: center;
  margin-bottom: calc(40 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-challenge-plan__subtitle {
    font-size: calc(20 / 390 * 100vw);
  }
}
.lp-challenge-plan__text {
  text-align: center;
  margin-bottom: calc(40 / 1366 * 100vw);
  font-size: calc(18 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-challenge-plan__text {
    margin-bottom: calc(40 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}
.lp-challenge-plan__image {
  margin-bottom: calc(40 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-challenge-plan__image {
    margin-bottom: calc(20 / 390 * 100vw);
  }
}
.lp-challenge-plan__image > img {
  margin: 0 auto;
  pointer-events: all;
  user-select: auto;
}
.lp-challenge-plan__image > p {
  text-align: center;
  padding-top: calc(5 / 1366 * 100vw);
}
.lp-challenge-plan__ribbon {
  display: flex;
  justify-content: center;
}

.underline {
  text-decoration: underline;
}

.lp-has-ribbon-bg {
  --ribbon-fill: #fff0d2;
  --ribbon-stroke: #ffc95c;
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: calc(292 / 1366 * 100vw);
  min-height: calc(62.578 / 1366 * 100vw);
  padding: calc(6 / 1366 * 100vw) calc(50 / 1366 * 100vw) calc(18 / 1366 * 100vw);
  color: #8c5d18;
  font-weight: 700;
  line-height: 1;
  isolation: isolate;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-has-ribbon-bg {
    padding: calc(6 / 390 * 100vw) calc(50 / 390 * 100vw) calc(18 / 390 * 100vw);
    min-width: calc(292 / 390 * 100vw);
    min-height: calc(62.578 / 390 * 100vw);
  }
}
.lp-has-ribbon-bg__svg {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.lp-has-ribbon-bg__text {
  position: relative;
  z-index: 1;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.lp-fc-contents {
  border: calc(4 / 1366 * 100vw) solid #f8cc74;
  padding: calc(55 / 1366 * 100vw);
  background: white;
  border-radius: calc(24 / 1366 * 100vw);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents {
    padding: calc(20 / 390 * 100vw);
    border-width: calc(4 / 390 * 100vw);
    border-radius: calc(24 / 390 * 100vw);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.lp-fc-contents:not(:last-child) {
  margin-bottom: calc(50 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents:not(:last-child) {
    margin-bottom: calc(50 / 390 * 100vw);
  }
}
.lp-fc-contents-wrap {
  counter-set: fc;
}
.lp-fc-contents__title {
  counter-increment: fc;
  position: absolute;
  top: calc(55 / 1366 * 100vw);
  left: calc(55 / 1366 * 100vw);
  font-size: calc(32 / 1366 * 100vw);
  display: flex;
  align-items: center;
  gap: calc(40 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__title {
    position: static;
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.4;
  }
}
.lp-fc-contents__title:before {
  content: counter(fc, decimal-leading-zero);
  font-family: "Fascinate", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: calc(48 / 1366 * 100vw);
  color: #f9c255;
  width: calc(80 / 1366 * 100vw);
  text-indent: calc(10 / 1366 * 100vw);
  line-height: calc(70 / 1366 * 100vw);
  height: calc(80 / 1366 * 100vw);
  border-bottom: calc(3 / 1366 * 100vw) solid #f9c255;
  border-right: calc(3 / 1366 * 100vw) solid #f9c255;
  border-bottom-right-radius: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__title:before {
    font-size: calc(33 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
    line-height: calc(55 / 390 * 100vw);
    text-indent: calc(0 / 390 * 100vw);
    border-bottom-width: calc(3 / 390 * 100vw);
    border-right-width: calc(3 / 390 * 100vw);
    border-bottom-right-radius: calc(20 / 390 * 100vw);
  }
}
.lp-fc-contents__inner {
  padding-top: calc(100 / 1366 * 100vw);
  width: 53%;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__inner {
    padding-top: calc(20 / 390 * 100vw);
    width: 100%;
    margin-bottom: calc(20 / 390 * 100vw);
  }
}
.lp-fc-contents__inner > p {
  font-size: calc(18 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__inner > p {
    font-size: calc(14 / 390 * 100vw);
  }
}
.lp-fc-contents__inner.is-coming-soon {
  width: 100%;
  text-align: center;
  min-height: auto !important;
}
.lp-fc-contents__inner.is-coming-soon > p {
  font-size: calc(24 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__inner.is-coming-soon > p {
    font-size: calc(18 / 390 * 100vw);
  }
}
.lp-fc-contents__period {
  background: #fadeb0;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #8c5d18;
  width: fit-content;
  padding: calc(10 / 1366 * 100vw) calc(25 / 1366 * 100vw);
  border-radius: calc(100 / 1366 * 100vw);
  gap: calc(10 / 1366 * 100vw);
  margin-top: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__period {
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    width: 100%;
    font-size: calc(13 / 390 * 100vw);
  }
}
.lp-fc-contents__period dt {
  line-height: 1.1em;
  letter-spacing: 0.1em;
  padding: calc(5 / 1366 * 100vw) calc(10 / 1366 * 100vw) calc(5 / 1366 * 100vw) 0;
  border-right: calc(2 / 1366 * 100vw) solid currentColor;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__period dt {
    padding: calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) 0;
    border-right-width: calc(2 / 390 * 100vw);
  }
}
.lp-fc-contents__period dd {
  line-height: 1.3;
}
.lp-fc-contents__note {
  font-size: calc(12 / 1366 * 100vw);
  text-align: center;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents__note {
    font-size: calc(12 / 390 * 100vw);
  }
}
.lp-fc-contents--01 {
  margin-top: calc(50 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents--01 {
    margin-top: calc(50 / 390 * 100vw);
  }
}
.lp-fc-contents--01 .lp-fc-contens__figures img {
  width: calc(185 / 1366 * 100vw);
  margin: 0 auto calc(-20 / 1366 * 100vw) auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents--01 .lp-fc-contens__figures img {
    width: calc(185 / 390 * 100vw);
    margin: 0 auto calc(-20 / 390 * 100vw) auto;
  }
}
.lp-fc-contents--01 .lp-fc-contents__note {
  padding-top: calc(20 / 1366 * 100vw);
}
.lp-fc-contents--02 .lp-fc-contens__figures img {
  width: calc(236 / 1366 * 100vw);
  margin: 0 auto calc(-30 / 1366 * 100vw) auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents--02 .lp-fc-contens__figures img {
    width: calc(236 / 390 * 100vw);
    margin: 0 auto calc(-30 / 390 * 100vw) auto;
  }
}
.lp-fc-contents--02 .lp-fc-contents__note {
  padding-top: calc(20 / 1366 * 100vw);
}
.lp-fc-contents--03 .lp-fc-contens__figures img {
  width: calc(307 / 1366 * 100vw);
  margin: 0 auto calc(-20 / 1366 * 100vw) auto;
  box-shadow: calc(10 / 1366 * 100vw) calc(10 / 1366 * 100vw) 0 #fbae17;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents--03 .lp-fc-contens__figures img {
    width: calc(307 / 390 * 100vw);
    margin: 0 auto calc(-20 / 390 * 100vw) auto;
    box-shadow: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 #fbae17;
  }
}
.lp-fc-contents--03 .lp-fc-contents__note {
  padding-top: calc(20 / 1366 * 100vw);
}
.lp-fc-contents--03 .lp-fc-contents__inner {
  min-height: calc(370 / 1366 * 100vw);
}
.lp-fc-contents--04 .lp-fc-contens__figures img {
  width: calc(173 / 1366 * 100vw);
  margin: 0 auto calc(20 / 1366 * 100vw) auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents--04 .lp-fc-contens__figures img {
    width: calc(173 / 390 * 100vw);
    margin: 0 auto calc(20 / 390 * 100vw) auto;
  }
}
.lp-fc-contents--04 .lp-fc-contents__note {
  padding-top: calc(20 / 1366 * 100vw);
}
.lp-fc-contents--04 .lp-fc-contents__inner {
  min-height: calc(300 / 1366 * 100vw);
}
.lp-fc-contents--05 .lp-fc-contens__figures > figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-fc-contents--05 .lp-fc-contens__figures img {
  width: calc(320 / 1366 * 100vw);
  margin: 0 auto calc(-20 / 1366 * 100vw) auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-fc-contents--05 .lp-fc-contens__figures img {
    width: calc(320 / 390 * 100vw);
    margin: 0 auto calc(-20 / 390 * 100vw) auto;
  }
}
.lp-fc-contents--05 .lp-fc-contents__note {
  padding-top: calc(20 / 1366 * 100vw);
}
.lp-fc-contents--05 .lp-fc-contents__inner {
  min-height: calc(360 / 1366 * 100vw);
}

.lp-footer {
  background: #fff6d6;
  padding: calc(60 / 1366 * 100vw) 0 calc(30 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-footer {
    padding-top: calc(50 / 390 * 100vw) calc(30 / 390 * 100vw) 0;
  }
}
.lp-footer__logo > a {
  display: block;
}
.lp-footer__logo--1 {
  margin-bottom: calc(20 / 1366 * 100vw);
  width: calc(200 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-footer__logo--1 {
    margin-bottom: calc(20 / 390 * 100vw);
    width: calc(150 / 390 * 100vw);
  }
}
.lp-footer__logo--2 {
  width: calc(200 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-footer__logo--2 {
    width: calc(228 / 390 * 100vw);
  }
}
.lp-footer .lp-copyright {
  padding-bottom: calc(20 / 1366 * 100vw);
  display: block;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-footer .lp-copyright {
    padding-bottom: calc(40 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
}

.lp-float-banner {
  position: fixed;
  bottom: calc(20 / 1366 * 100vw);
  right: calc(20 / 1366 * 100vw);
  width: calc(132 / 1366 * 100vw);
  z-index: 3;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .lp-float-banner {
    bottom: calc(20 / 390 * 100vw);
    right: calc(20 / 390 * 100vw);
    width: calc(100 / 390 * 100vw);
    opacity: 0;
    pointer-events: none;
    translate: 0 calc(16 / 390 * 100vw);
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
  .lp-float-banner.is-visible {
    opacity: 1;
    pointer-events: auto;
    translate: 0 0;
  }
}
.lp-float-banner img {
  animation: floatBannerBounce 1s infinite forwards;
}

@keyframes floatBannerBounce {
  0% {
    scale: 1;
    animation-timing-function: ease-in;
  }
  50% {
    scale: 0.95;
    animation-timing-function: ease-out;
  }
  100% {
    scale: 1;
    animation-timing-function: ease-in;
  }
}
.daily-show-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
}
.daily-show-modal.is-active {
  display: flex;
}
.daily-show-modal .icon-cross {
  width: calc(20 / 1366 * 100vw);
  height: calc(20 / 1366 * 100vw);
  position: absolute;
  top: calc(10 / 1366 * 100vw);
  right: calc(10 / 1366 * 100vw);
  background: transparent;
}
.daily-show-modal .icon-cross:before, .daily-show-modal .icon-cross:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
}
.daily-show-modal .icon-cross:before {
  rotate: 45deg;
}
.daily-show-modal .icon-cross:after {
  rotate: -45deg;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal .icon-cross {
    width: calc(16 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
    top: calc(10 / 390 * 100vw);
    right: calc(10 / 390 * 100vw);
  }
}
.daily-show-modal__inner {
  position: relative;
  background: white;
  max-width: calc(900 / 1366 * 100vw);
  margin: 0 auto;
  padding: calc(6 / 100 * 100vh);
  border-radius: calc(24 / 1366 * 100vw);
  box-shadow: 0 0 calc(10 / 1366 * 100vw) rgba(0, 0, 0, 0.2);
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__inner {
    max-width: 80%;
    padding: calc(20 / 390 * 100vw);
    border-radius: calc(24 / 390 * 100vw);
    box-shadow: 0 0 calc(10 / 390 * 100vw) rgba(0, 0, 0, 0.2);
  }
}
.daily-show-modal__title {
  color: #f9c255;
  text-align: center;
  margin-bottom: calc(10 / 300 * 100vh);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__title {
    margin-bottom: calc(0 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.5;
  }
}
.daily-show-modal__image {
  max-width: calc(80 / 100 * 100vh);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__image {
    max-width: 100%;
  }
}
.daily-show-modal__image img {
  pointer-events: all;
  user-select: auto;
}
.daily-show-modal__image > p {
  text-align: center;
  padding-top: calc(5 / 1366 * 100vw);
  font-size: calc(14 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__image > p {
    font-size: calc(14 / 390 * 100vw);
  }
}
.daily-show-modal__text {
  text-align: center;
  margin: calc(2 / 100 * 100vh);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__text {
    margin: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}
.daily-show-modal__close {
  display: flex;
  justify-content: center;
}
.daily-show-modal__close button {
  appearance: none;
  background: #f9c255;
  color: white;
  border: none;
  padding: calc(5 / 1366 * 100vw) calc(30 / 1366 * 100vw);
  border-radius: calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__close button {
    padding: calc(5 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}
.daily-show-modal__interval {
  padding-top: calc(2 / 100 * 100vh);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__interval {
    padding-top: calc(10 / 390 * 100vw);
  }
}
.daily-show-modal__interval > label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .daily-show-modal__interval > label {
    gap: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

/* -----------------------------

vendor style

----------------------------- */
body.is-modal-open {
  overflow: hidden;
}

.modal-container {
  display: none;
}
.modal-container.is-modal-active {
  z-index: 9999;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.modal-container.is-modal-active .modal-inner {
  animation: showModalContent 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-right .modal-inner {
  animation: showModalContentFromRight 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-left .modal-inner {
  animation: showModalContentFromLeft 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-closing .modal-inner {
  animation: closingModalContent 0.2s 1 ease-out forwards;
}
.modal-container.is-modal-closing-to-left .modal-inner {
  animation: closingModalContentToLeft 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing-to-right .modal-inner {
  animation: closingModalContentToRight 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing .modal-close {
  animation: closingModalBg 0.2s 1 ease forwards;
}
.modal-container .modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 20vw;
  max-width: 80vw;
  min-height: 20vh;
  max-height: 90vh;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  pointer-events: all;
  overflow: hidden;
}
.modal-container .modal-content {
  flex: 1;
  min-height: 0;
  padding: 5vw;
  overflow: auto;
}
.modal-container .modal-content img {
  max-width: 100%;
  max-height: 100%;
}
.modal-container .modal-close {
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-indent: -9999px;
  pointer-events: all;
  padding: 0;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .modal-container .modal-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
}
.modal-container .modal-close:before, .modal-container .modal-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #000;
  content: "";
}
.modal-container .modal-close:before {
  transform: rotate(45deg);
}
.modal-container .modal-close:after {
  transform: rotate(-45deg);
}
.modal-container .modal-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal-container .modal-nav--prev, .modal-container .modal-nav--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  z-index: 9998;
  width: 3vw;
  height: 3vw;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  pointer-events: all;
}
.modal-container .modal-nav--prev:before, .modal-container .modal-nav--next:before {
  display: block;
  position: absolute;
  top: 0.75vw;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 2px solid #fff;
  content: "";
}
.modal-container .modal-nav--prev {
  left: 2.5vw;
}
.modal-container .modal-nav--prev:before {
  transform: rotate(45deg);
  left: calc(0.75vw + 2px);
  border-left: 2px solid #fff;
}
.modal-container .modal-nav--next {
  right: 2.5vw;
}
.modal-container .modal-nav--next:before {
  transform: rotate(-45deg);
  left: calc(0.75vw - 2px);
  border-right: 2px solid #fff;
}

.modal-bg {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-bg:not(.is-bg-kept) {
  animation: showModal 0.4s 1 ease-out forwards;
}
.modal-bg.is-modal-closing {
  animation: closingModalBg 0.2s 1 ease-out forwards;
}

@keyframes showModal {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes showModalContent {
  0% {
    display: none;
    opacity: 0;
    translate: 0 20px;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromLeft {
  0% {
    display: none;
    opacity: 0;
    translate: -20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: -20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromRight {
  0% {
    display: none;
    opacity: 0;
    translate: 20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes closingModalContent {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 20px;
  }
}
@keyframes closingModalContentToLeft {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: -20px 0;
  }
}
@keyframes closingModalContentToRight {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 20px 0;
  }
}
@keyframes closingModalBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
