@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ol, ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

:root {
  --mainColor:#E2888A;
  --designwidth:375;
  --font_jp:"dnp-shuei-gothic-gin-std", sans-serif;
  --font_Montserrat:"Montserrat", sans-serif;
  --font_Helvetica:"helvetica-lt-pro", "Helvetica Neue", Arial, sans-serif;
}

.lp-u-block {
  padding-inline: calc(20 / var(--designwidth) * 100cqw);
}

.lp-u-mt0 {
  margin-top: 0 !important;
}

.lp-wrapper {
  background-color: #FCF3F4;
  font-family: var(--font_jp);
}
.lp-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media print, screen and (min-width: 920px) {
  .lp-layout {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 34.7222222222% 1fr;
  }
}

.lp-sidecolumn {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .lp-sidecolumn {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    container-type: inline-size;
    --designwidth: 470;
  }
}
.lp-sidecolumn--left {
  order: 1;
}
.lp-sidecolumn--right {
  order: 3;
}

.lp-sidecolumn__inner {
  position: relative;
  z-index: 5;
}

.lp-contents {
  container-type: inline-size;
  color: #211717;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .lp-contents {
    order: 2;
  }
}

.lp-main {
  overflow: hidden;
}

.lp-c-headline-v1 {
  margin: calc(60 / var(--designwidth) * 100cqw) 0 calc(30 / var(--designwidth) * 100cqw);
  text-align: center;
  color: var(--mainColor);
  line-height: 1;
}

.lp-c-headline-v1__jp {
  margin: 0 0 calc(10 / var(--designwidth) * 100cqw);
  font-size: calc(13 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1.5;
}
.lp-c-headline-v1__jp:before {
  content: "（";
  margin-right: 1em;
}
.lp-c-headline-v1__jp:after {
  content: "）";
  margin-left: 1em;
}

.lp-c-headline-v1__en {
  margin: 0;
}
.lp-c-headline-v1__en svg,
.lp-c-headline-v1__en img {
  width: auto;
  height: calc(40 / var(--designwidth) * 100cqw);
}

.lp-c-lead {
  text-align: center;
  font-size: calc(13 / var(--designwidth) * 100cqw);
  font-weight: 500;
  line-height: 2;
}

.lp-c-box {
  margin: calc(24 / var(--designwidth) * 100cqw) auto 0;
  width: calc(322 / var(--designwidth) * 100cqw);
}
.lp-c-box:before, .lp-c-box:after {
  content: "";
  width: 100%;
  display: block;
  background: url(../img/box_bg01.webp) no-repeat 50% 0%;
  background-size: 100% auto;
  aspect-ratio: 650/30;
}
.lp-c-box:after {
  background-image: url(../img/box_bg03.webp);
}

.lp-c-box__inner {
  padding: calc(20 / var(--designwidth) * 100cqw) calc(30 / var(--designwidth) * 100cqw);
  background: url(../img/box_bg02.webp) 50% 0 repeat-y;
  background-size: 100% auto;
}

.lp-c-allitems-wrap {
  display: grid;
  grid-template-columns: 100%;
  margin: calc(40 / var(--designwidth) * 100cqw) auto 0;
  width: calc(250 / var(--designwidth) * 100cqw);
  gap: calc(18 / var(--designwidth) * 100cqw);
  justify-content: center;
}

.lp-c-allitems-wrap--side {
  margin-top: calc(25 / var(--designwidth) * 100cqw);
}

.lp-c-allitems,
.lp-c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--mainColor);
  width: 100%;
  height: calc(50 / var(--designwidth) * 100cqw);
  border-radius: 999px;
  background-color: var(--mainColor);
  font-family: var(--font_Montserrat);
  font-size: calc(16 / var(--designwidth) * 100cqw);
  font-weight: 600;
  color: #fff;
  transition: ease all 0.3s;
}
.lp-c-allitems:before,
.lp-c-button:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(20 / var(--designwidth) * 100cqw);
  width: calc(8 / var(--designwidth) * 100cqw);
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  margin-top: calc(-4 / var(--designwidth) * 100cqw);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: block;
  transition: ease right 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .lp-c-allitems:hover {
    background-color: #fff;
    color: var(--mainColor);
  }
  .lp-c-allitems:hover:before {
    right: calc(15 / var(--designwidth) * 100cqw);
  }
}

.lp-c-button {
  height: calc(55 / var(--designwidth) * 100cqw);
  background-color: #fff;
  color: var(--mainColor);
  font-size: calc(14 / var(--designwidth) * 100cqw);
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .lp-c-button:hover {
    background-color: var(--mainColor);
    color: #fff;
  }
  .lp-c-button:hover:before {
    right: calc(15 / var(--designwidth) * 100cqw);
  }
}

.lp-c-inlinelink {
  color: inherit;
  text-decoration: underline;
}
.lp-c-inlinelink:hover {
  text-decoration: none;
}

.lp-loading {
  background-color: #FCF3F4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  pointer-events: none;
}

.lp-loading__inner {
  position: relative;
  margin: 0 auto;
  container-type: inline-size;
  min-height: 100vh;
}
@media print, screen and (min-width: 920px) {
  .lp-loading__inner {
    max-width: 500px;
  }
}

.lp-loading__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font_Montserrat);
  font-size: calc(16 / var(--designwidth) * 100cqw);
  font-weight: 600;
  color: var(--mainColor);
  text-transform: uppercase;
}

.lp-loading__logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(166 / var(--designwidth) * 100cqw);
  opacity: 0;
}

.lp-loading__illust {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: calc(85 / var(--designwidth) * 100cqw);
  opacity: 0;
}

.lp-loading__star {
  position: absolute;
  z-index: 5;
  top: 0%;
  left: 0%;
}
.lp-loading__star.is-pos01 {
  top: calc(194 / var(--designwidth) * 100cqw);
  left: calc(42 / var(--designwidth) * 100cqw);
  width: calc(38 / var(--designwidth) * 100cqw);
}
.lp-loading__star.is-pos02 {
  top: calc(354 / var(--designwidth) * 100cqw);
  left: calc(301 / var(--designwidth) * 100cqw);
  width: calc(24 / var(--designwidth) * 100cqw);
}
.lp-loading__star.is-pos03 {
  top: calc(447 / var(--designwidth) * 100cqw);
  left: calc(128 / var(--designwidth) * 100cqw);
  width: calc(33 / var(--designwidth) * 100cqw);
}

.lp-mv {
  position: relative;
}

.lp-mv__title {
  position: absolute;
  z-index: 5;
  top: calc(36 / var(--designwidth) * 100cqw);
  left: calc(50 / var(--designwidth) * 100cqw);
  width: calc(276 / var(--designwidth) * 100cqw);
  text-align: center;
}
.lp-mv__title > span {
  display: block;
}
.lp-mv__title > span:nth-child(2),
.lp-mv__title > span:nth-child(3) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.lp-mv__catch {
  position: absolute;
  z-index: 5;
  top: calc(140 / var(--designwidth) * 100cqw);
  left: calc(-1 / var(--designwidth) * 100cqw);
  width: calc(100 / var(--designwidth) * 100cqw);
}

.lp-mv__countdown-illust {
  position: absolute;
  z-index: 10;
  bottom: calc(-12 / var(--designwidth) * 100cqw);
  right: calc(5 / var(--designwidth) * 100cqw);
  width: calc(86 / var(--designwidth) * 100cqw);
}

.lp-mv__countdown-popup__teather {
  position: absolute;
  z-index: 5;
  bottom: calc(20 / var(--designwidth) * 100cqw);
  right: calc(10 / var(--designwidth) * 100cqw);
  width: calc(170 / var(--designwidth) * 100cqw);
  display: none !important;
}
.is-browser .lp-mv__countdown-popup__teather {
  display: block !important;
}

.lp-mv__countdown-popup__teather__text {
  position: absolute;
  z-index: 5;
  line-height: 1;
  top: calc(10 / var(--designwidth) * 100cqw);
  left: calc(107 / var(--designwidth) * 100cqw);
  font-size: calc(43 / var(--designwidth) * 100cqw);
  font-family: var(--font_Helvetica);
  text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000, 0px -1.5px 0 #000, 0px 1.5px 0 #000, -1.5px 0px 0 #000, 1.5px 0px 0 #000;
  color: #FFF100;
  display: block;
}

.lp-mv__countdown-popup__app {
  position: absolute;
  z-index: 5;
  bottom: calc(4 / var(--designwidth) * 100cqw);
  right: calc(35 / var(--designwidth) * 100cqw);
  width: calc(135 / var(--designwidth) * 100cqw);
}
.is-browser .lp-mv__countdown-popup__app {
  display: none !important;
}

.lp-mv__bg {
  overflow: hidden;
}

.lp-mv__scroll {
  position: absolute;
  z-index: 5;
  bottom: calc(20 / var(--designwidth) * 100cqw);
  left: calc(20 / var(--designwidth) * 100cqw);
}
.lp-mv__scroll:before, .lp-mv__scroll:after {
  content: "";
  display: block;
  width: calc(18 / var(--designwidth) * 100cqw);
  aspect-ratio: 18/4;
  background: url(../img/mv_bg01.svg) no-repeat 50% 0%;
  background-size: contain;
}
.lp-mv__scroll:after {
  transform: rotate(180deg);
}

.lp-mv__scroll__block {
  overflow: hidden;
  width: calc(8 / var(--designwidth) * 100cqw);
  height: calc(60 / var(--designwidth) * 100cqw);
  margin: calc(5 / var(--designwidth) * 100cqw) auto;
}
.lp-mv__scroll__block > span {
  display: block;
  animation: scroll-block 2s linear infinite;
}

@keyframes scroll-block {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.lp-intro {
  position: relative;
  padding: calc(26 / var(--designwidth) * 100cqw);
}

.lp-intro-title {
  margin: 0 auto;
  width: calc(205 / var(--designwidth) * 100cqw);
}

.lp-intro-title02 {
  margin: calc(17 / var(--designwidth) * 100cqw) auto 0;
  padding: 0 3px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #E2888A;
  font-size: calc(17 / var(--designwidth) * 100cqw);
  background: url(../img/intro_ex01.webp) repeat-x bottom;
}

.lp-intro-lead {
  margin: calc(10 / var(--designwidth) * 100cqw) 0 0;
  line-height: 1.56;
  text-align: center;
  font-size: calc(16 / var(--designwidth) * 100cqw);
  font-weight: 700;
}

.lp-intro-marker {
  background: linear-gradient(transparent 80%, rgba(255, 241, 0, 0.4) 80%);
}

.lp-intro-note {
  margin: calc(10 / var(--designwidth) * 100cqw) 0 0;
  line-height: 1.66;
  font-size: calc(12 / var(--designwidth) * 100cqw);
}

.lp-intro-illust {
  position: absolute;
}
.lp-intro-illust.is-pos01 {
  top: calc(21 / var(--designwidth) * 100cqw);
  left: calc(21 / var(--designwidth) * 100cqw);
  width: calc(16 / var(--designwidth) * 100cqw);
}
.lp-intro-illust.is-pos02 {
  top: calc(75 / var(--designwidth) * 100cqw);
  right: calc(15 / var(--designwidth) * 100cqw);
  width: calc(30 / var(--designwidth) * 100cqw);
}

.lp-itemlist {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(26 / var(--designwidth) * 100cqw) calc(10 / var(--designwidth) * 100cqw);
}

.lp-itemlist__item {
  position: relative;
}

.lp-itemlist__image {
  border-radius: calc(8 / var(--designwidth) * 100cqw);
  overflow: hidden;
}

.lp-itemlist__detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(6 / var(--designwidth) * 100cqw);
  margin: calc(14 / var(--designwidth) * 100cqw) 0 0;
}

.lp-c-itemname {
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: bold;
  line-height: 1.4167;
}

.lp-c-itemprice {
  display: flex;
  align-items: center;
  gap: calc(5 / var(--designwidth) * 100cqw);
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: bold;
  line-height: 1.4;
}
.lp-c-itemprice span {
  font-size: calc(15 / var(--designwidth) * 100cqw);
  font-family: var(--font_Helvetica);
  font-weight: 400;
}
.lp-c-itemprice span:before {
  content: "¥";
}

.lp-c-itemlink {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60 / var(--designwidth) * 100cqw);
  height: calc(26 / var(--designwidth) * 100cqw);
  border-radius: 999px;
  border: 2px solid var(--mainColor);
  background-color: var(--mainColor);
  font-family: var(--font_Montserrat);
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: ease all 0.3s;
}
.lp-c-itemlink:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .lp-c-itemlink:hover {
    background-color: #fff;
    color: var(--mainColor);
  }
}

.lp-pickup {
  position: relative;
  margin: calc(40 / var(--designwidth) * 100cqw) calc(-20 / var(--designwidth) * 100cqw) 0;
}
.lp-pickup#pickup01 .lp-pickup__image__illust.is-pos01 {
  top: calc(10 / var(--designwidth) * 100cqw);
  left: calc(10 / var(--designwidth) * 100cqw);
  width: calc(50 / var(--designwidth) * 100cqw);
}
.lp-pickup#pickup01 .lp-pickup__image__illust.is-pos02 {
  top: calc(406 / var(--designwidth) * 100cqw);
  right: calc(14 / var(--designwidth) * 100cqw);
  width: calc(78 / var(--designwidth) * 100cqw);
}
.lp-pickup#pickup02 {
  margin-top: 0;
}
.lp-pickup#pickup02 .lp-pickup__image__illust.is-pos01 {
  top: calc(0 / var(--designwidth) * 100cqw);
  left: calc(30 / var(--designwidth) * 100cqw);
  width: calc(29 / var(--designwidth) * 100cqw);
}
.lp-pickup#pickup02 .lp-pickup__image__illust.is-pos02 {
  bottom: calc(46 / var(--designwidth) * 100cqw);
  right: calc(36 / var(--designwidth) * 100cqw);
  width: calc(43 / var(--designwidth) * 100cqw);
}
.lp-pickup#pickup03 {
  margin-top: 0;
}
.lp-pickup#pickup03 .lp-pickup__image__illust.is-pos01 {
  bottom: calc(-15 / var(--designwidth) * 100cqw);
  left: calc(25 / var(--designwidth) * 100cqw);
  width: calc(16 / var(--designwidth) * 100cqw);
}
.lp-pickup#pickup03 .lp-pickup__image__illust.is-pos02 {
  bottom: calc(24 / var(--designwidth) * 100cqw);
  right: calc(21 / var(--designwidth) * 100cqw);
  width: calc(18 / var(--designwidth) * 100cqw);
}
.lp-pickup#pickup04 .lp-pickup__image__illust.is-pos01 {
  top: calc(0 / var(--designwidth) * 100cqw);
  right: calc(24 / var(--designwidth) * 100cqw);
  width: calc(55 / var(--designwidth) * 100cqw);
}
.lp-pickup#pickup06 {
  z-index: 2;
}

.lp-pickup__image__illust {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.lp-pickup__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1em;
  margin: calc(15 / var(--designwidth) * 100cqw) 0 0;
}

.lp-illust {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.lp-illust#illust01 {
  margin-top: calc(-15 / var(--designwidth) * 100cqw);
  margin-left: calc(52 / var(--designwidth) * 100cqw);
  width: calc(252 / var(--designwidth) * 100cqw);
  aspect-ratio: 505/154;
}
.lp-illust#illust01 img:nth-child(2) {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: calc(86 / var(--designwidth) * 100cqw);
}
.lp-illust#illust01 img:nth-child(3) {
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(110 / var(--designwidth) * 100cqw);
  width: calc(91 / var(--designwidth) * 100cqw);
}
.lp-illust#illust02 {
  margin-top: calc(30 / var(--designwidth) * 100cqw);
  margin-left: calc(8 / var(--designwidth) * 100cqw);
  margin-bottom: calc(-4 / var(--designwidth) * 100cqw);
  width: calc(200 / var(--designwidth) * 100cqw);
  aspect-ratio: 197/84;
}
.lp-illust#illust02 img:nth-child(2) {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: calc(86 / var(--designwidth) * 100cqw);
}
.lp-illust#illust03 {
  margin-top: calc(10 / var(--designwidth) * 100cqw);
  margin-left: calc(10 / var(--designwidth) * 100cqw);
  margin-bottom: calc(-30 / var(--designwidth) * 100cqw);
  width: calc(248 / var(--designwidth) * 100cqw);
}
.lp-illust#illust03 img:nth-child(2) {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: calc(111 / var(--designwidth) * 100cqw);
}
.lp-illust#illust03 img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.lp-illust#illust04 {
  z-index: 0;
  margin-top: calc(5 / var(--designwidth) * 100cqw);
  margin-left: calc(-6 / var(--designwidth) * 100cqw);
  margin-bottom: calc(-12 / var(--designwidth) * 100cqw);
  width: calc(67 / var(--designwidth) * 100cqw);
}
.lp-illust#illust05 {
  margin-top: calc(12 / var(--designwidth) * 100cqw);
  margin-left: auto;
  margin-bottom: calc(-20 / var(--designwidth) * 100cqw);
  width: calc(93 / var(--designwidth) * 100cqw);
}
.lp-illust#illust06 {
  margin-top: calc(24 / var(--designwidth) * 100cqw);
  margin-left: calc(75 / var(--designwidth) * 100cqw);
  margin-bottom: calc(-10 / var(--designwidth) * 100cqw);
  width: calc(168 / var(--designwidth) * 100cqw);
}
.lp-illust#illust06 img:nth-child(1) {
  position: absolute;
  z-index: 5;
  top: calc(10 / var(--designwidth) * 100cqw);
  left: 0;
  width: calc(77 / var(--designwidth) * 100cqw);
}
.lp-illust#illust06 img:nth-child(2) {
  margin-left: auto;
  width: calc(79 / var(--designwidth) * 100cqw);
}
.lp-illust#illust07 {
  display: flex;
  align-items: flex-start;
  margin-top: calc(29 / var(--designwidth) * 100cqw);
  margin-left: calc(45 / var(--designwidth) * 100cqw);
  margin-bottom: calc(30 / var(--designwidth) * 100cqw);
  width: calc(275 / var(--designwidth) * 100cqw);
}
.lp-illust#illust07 img:nth-child(1) {
  width: calc(99 / var(--designwidth) * 100cqw);
}
.lp-illust#illust07 img:nth-child(2) {
  margin-top: calc(43 / var(--designwidth) * 100cqw);
  margin-left: calc(4 / var(--designwidth) * 100cqw);
  width: calc(97 / var(--designwidth) * 100cqw);
}
.lp-illust#illust07 img:nth-child(3),
.lp-illust#illust07 img:nth-child(4),
.lp-illust#illust07 img:nth-child(5) {
  position: absolute;
  z-index: 5;
}
.lp-illust#illust07 img:nth-child(3) {
  top: calc(-2 / var(--designwidth) * 100cqw);
  right: 0;
  width: calc(94 / var(--designwidth) * 100cqw);
}
.lp-illust#illust07 img:nth-child(4) {
  top: calc(-18 / var(--designwidth) * 100cqw);
  left: calc(-40 / var(--designwidth) * 100cqw);
  width: calc(36 / var(--designwidth) * 100cqw);
}
.lp-illust#illust07 img:nth-child(5) {
  top: calc(69 / var(--designwidth) * 100cqw);
  right: calc(19 / var(--designwidth) * 100cqw);
  width: calc(23 / var(--designwidth) * 100cqw);
}
.lp-illust#illust08 {
  margin-top: calc(30 / var(--designwidth) * 100cqw);
  margin-left: auto;
  margin-right: calc(-20 / var(--designwidth) * 100cqw);
  margin-bottom: calc(-117 / var(--designwidth) * 100cqw);
  width: calc(111 / var(--designwidth) * 100cqw);
  position: relative;
}
.lp-illust#illust08 img:nth-child(2) {
  position: absolute;
  top: calc(-2 / var(--designwidth) * 100cqw);
  right: calc(105 / var(--designwidth) * 100cqw);
  width: calc(37 / var(--designwidth) * 100cqw);
}
.lp-illust#illust09 {
  margin-top: calc(-170 / var(--designwidth) * 100cqw);
  margin-left: calc(-20 / var(--designwidth) * 100cqw);
  margin-bottom: calc(60 / var(--designwidth) * 100cqw);
  width: calc(123 / var(--designwidth) * 100cqw);
  position: relative;
}
.lp-illust#illust09 img:nth-child(1) {
  margin-left: calc(5 / var(--designwidth) * 100cqw);
  width: calc(86 / var(--designwidth) * 100cqw);
}
.lp-illust#illust09 img:nth-child(2) {
  margin-top: calc(-30 / var(--designwidth) * 100cqw);
}
.lp-illust#illust10 {
  margin-top: calc(25 / var(--designwidth) * 100cqw);
  margin-left: calc(130 / var(--designwidth) * 100cqw);
  margin-bottom: calc(-48 / var(--designwidth) * 100cqw);
  width: calc(80 / var(--designwidth) * 100cqw);
  position: relative;
  z-index: 1;
}
.lp-illust#illust10 img:nth-child(2) {
  position: absolute;
  top: calc(24 / var(--designwidth) * 100cqw);
  left: calc(-63 / var(--designwidth) * 100cqw);
  width: calc(55 / var(--designwidth) * 100cqw);
}
.lp-illust#illust11 {
  margin-top: calc(48 / var(--designwidth) * 100cqw);
}
.lp-illust#illust11 img:nth-child(1) {
  margin-left: calc(112 / var(--designwidth) * 100cqw);
  width: calc(107 / var(--designwidth) * 100cqw);
}
.lp-illust#illust11 img:nth-child(2),
.lp-illust#illust11 img:nth-child(3),
.lp-illust#illust11 img:nth-child(4) {
  position: absolute;
}
.lp-illust#illust11 img:nth-child(2) {
  top: calc(5 / var(--designwidth) * 100cqw);
  left: calc(21 / var(--designwidth) * 100cqw);
  width: calc(39 / var(--designwidth) * 100cqw);
}
.lp-illust#illust11 img:nth-child(3) {
  top: calc(-13 / var(--designwidth) * 100cqw);
  right: calc(62 / var(--designwidth) * 100cqw);
  width: calc(24 / var(--designwidth) * 100cqw);
}
.lp-illust#illust11 img:nth-child(4) {
  top: calc(56 / var(--designwidth) * 100cqw);
  right: calc(19 / var(--designwidth) * 100cqw);
  width: calc(34 / var(--designwidth) * 100cqw);
}

.lp-present {
  overflow: hidden;
}

.lp-present-eyecatch {
  position: relative;
  margin: calc(70 / var(--designwidth) * 100cqw) calc(-20 / var(--designwidth) * 100cqw) calc(10 / var(--designwidth) * 100cqw);
  height: calc(120 / var(--designwidth) * 100cqw);
  pointer-events: none;
  overflow: hidden;
}
.lp-present-eyecatch img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  max-width: none;
  width: calc(700 / var(--designwidth) * 100cqw);
  animation: present-eyecatch-rotate 50s linear infinite;
}

.lp-present-img {
  position: relative;
  margin: calc(-20 / var(--designwidth) * 100cqw) auto 0;
  text-align: center;
  width: calc(232 / var(--designwidth) * 100cqw);
}

.lp-present-img02 {
  position: relative;
  margin: calc(42 / var(--designwidth) * 100cqw) calc(10 / var(--designwidth) * 100cqw) 0;
}
.lp-present-img02 > img:nth-child(1) {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.lp-present-img__illust,
.lp-present-img02__illust {
  position: absolute;
  z-index: 2;
}

.lp-present-img__illust.is-pos01 {
  top: calc(10 / var(--designwidth) * 100cqw);
  left: calc(-13 / var(--designwidth) * 100cqw);
  width: calc(36 / var(--designwidth) * 100cqw);
}
.lp-present-img__illust.is-pos02 {
  bottom: calc(3 / var(--designwidth) * 100cqw);
  right: calc(-22 / var(--designwidth) * 100cqw);
  width: calc(20 / var(--designwidth) * 100cqw);
}

.lp-present-img02__illust.is-pos01 {
  bottom: calc(-7 / var(--designwidth) * 100cqw);
  left: calc(-32 / var(--designwidth) * 100cqw);
  width: calc(17 / var(--designwidth) * 100cqw);
}
.lp-present-img02__illust.is-pos02 {
  top: calc(34 / var(--designwidth) * 100cqw);
  right: calc(-33 / var(--designwidth) * 100cqw);
  width: calc(16 / var(--designwidth) * 100cqw);
}

.lp-present-title {
  margin: calc(8 / var(--designwidth) * 100cqw) auto 0;
  text-align: center;
  font-size: calc(17 / var(--designwidth) * 100cqw);
}

.lp-present-text {
  margin: calc(19 / var(--designwidth) * 100cqw) 0 0;
  line-height: 1.66;
  font-size: calc(12 / var(--designwidth) * 100cqw);
}

.lp-present-note {
  margin: calc(9 / var(--designwidth) * 100cqw) 0 0;
  font-size: calc(11 / var(--designwidth) * 100cqw);
}

.lp-creator-title,
.lp-creator-title02 {
  padding: 0;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: var(--font_Montserrat);
  font-size: calc(27 / var(--designwidth) * 100cqw);
  text-transform: uppercase;
  color: var(--mainColor);
}

.lp-creator-img {
  position: relative;
  margin: calc(24 / var(--designwidth) * 100cqw) auto 0;
  width: calc(168 / var(--designwidth) * 100cqw);
}

.lp-creator-img__illust {
  position: absolute;
}
.lp-creator-img__illust.is-pos01 {
  top: calc(-28 / var(--designwidth) * 100cqw);
  right: calc(-65 / var(--designwidth) * 100cqw);
  width: calc(36 / var(--designwidth) * 100cqw);
}

.lp-creator-name {
  margin: calc(10 / var(--designwidth) * 100cqw) 0 0;
  text-align: center;
  font-size: calc(17 / var(--designwidth) * 100cqw);
  font-weight: 700;
}

.lp-creator-text {
  margin: calc(11 / var(--designwidth) * 100cqw) 0 0;
  line-height: 1.61;
  font-size: calc(13 / var(--designwidth) * 100cqw);
}

.lp-character-section {
  position: relative;
  margin: calc(24 / var(--designwidth) * 100cqw) 0 0;
  padding: calc(38 / var(--designwidth) * 100cqw) 0 0;
  background: url(../img/intro_ex01.webp) repeat-x top;
}

.lp-character-section__illust {
  position: absolute;
}
.lp-character-section__illust.is-pos01 {
  top: calc(25 / var(--designwidth) * 100cqw);
  left: calc(-6 / var(--designwidth) * 100cqw);
  width: calc(15 / var(--designwidth) * 100cqw);
}
.lp-character-section__illust.is-pos02 {
  bottom: calc(-8 / var(--designwidth) * 100cqw);
  right: calc(-20 / var(--designwidth) * 100cqw);
  width: calc(20 / var(--designwidth) * 100cqw);
}

.lp-character-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(25 / var(--designwidth) * 100cqw) calc(38 / var(--designwidth) * 100cqw);
  margin: calc(22 / var(--designwidth) * 100cqw) 0 0;
  padding: 0;
}
.lp-character-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-character-img {
  margin: 0 auto;
  width: calc(114 / var(--designwidth) * 100cqw);
}

.lp-character-name {
  margin: calc(12 / var(--designwidth) * 100cqw) 0 0;
  font-weight: 700;
}

.lp-character-text {
  margin: calc(8 / var(--designwidth) * 100cqw) 0 0;
  line-height: 1.66;
  font-size: calc(12 / var(--designwidth) * 100cqw);
}

@keyframes present-eyecatch-rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.lp-footer {
  position: relative;
  margin-top: calc(44 / var(--designwidth) * 100cqw);
}

.lp-footer__logo {
  margin: calc(44 / var(--designwidth) * 100cqw) auto 0;
  width: calc(218 / var(--designwidth) * 100cqw);
}
.lp-footer__logo a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .lp-footer__logo a {
    transition: ease opacity 0.3s;
  }
  .lp-footer__logo a:hover {
    opacity: 0.7;
  }
}

.lp-footer__nav {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  margin-top: calc(30 / var(--designwidth) * 100cqw);
  gap: calc(16 / var(--designwidth) * 100cqw) calc(40 / var(--designwidth) * 100cqw);
}
.lp-footer__nav a {
  color: var(--mainColor);
  font-family: var(--font_Montserrat);
  font-weight: 500;
  font-size: calc(14 / var(--designwidth) * 100cqw);
}
.lp-footer__nav a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(5 / var(--designwidth) * 100cqw);
  width: calc(7 / var(--designwidth) * 100cqw);
  background: url(../img/icon_blank.svg) no-repeat 50% 50%;
  background-size: contain;
  aspect-ratio: 1/1;
}
@media (hover: hover) and (pointer: fine) {
  .lp-footer__nav a {
    transition: ease opacity 0.3s;
  }
  .lp-footer__nav a:hover {
    opacity: 0.7;
  }
}

.lp-footer__bg {
  margin-top: calc(32 / var(--designwidth) * 100cqw);
}
.lp-footer__bg img {
  width: 100%;
}

.lp-sidecolumn-logo {
  margin: 0 auto;
  width: calc(183 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn-nav {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  margin-top: calc(40 / var(--designwidth) * 100cqw);
  gap: calc(15 / var(--designwidth) * 100cqw) calc(15 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-nav a {
  color: #000;
  font-family: var(--font_Montserrat);
  font-weight: 500;
  font-size: calc(13 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-nav a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(5 / var(--designwidth) * 100cqw);
  width: calc(7 / var(--designwidth) * 100cqw);
  background-color: #000;
  -webkit-mask: url(../img/icon_blank.svg) no-repeat 50% 50%;
          mask: url(../img/icon_blank.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  aspect-ratio: 1/1;
}
@media (hover: hover) and (pointer: fine) {
  .lp-sidecolumn-nav a {
    transition: ease opacity 0.3s;
  }
  .lp-sidecolumn-nav a:hover {
    opacity: 0.7;
  }
}

.lp-sidecolumn-character {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(10 / var(--designwidth) * 100cqw);
  margin-top: calc(30 / var(--designwidth) * 100cqw);
  width: calc(320 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn-logo2 {
  margin: 0 auto;
  width: calc(225 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn-illust {
  position: absolute;
  z-index: 5;
}
.lp-sidecolumn-illust.is-pos01 {
  width: calc(38 / var(--designwidth) * 100cqw);
  top: calc(150 / var(--designwidth) * 100cqw);
  left: calc(72 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-illust.is-pos02 {
  width: calc(33 / var(--designwidth) * 100cqw);
  bottom: calc(150 / var(--designwidth) * 100cqw);
  right: calc(72 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-illust.is-pos03 {
  width: calc(33 / var(--designwidth) * 100cqw);
  top: calc(150 / var(--designwidth) * 100cqw);
  right: calc(70 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-illust.is-pos04 {
  width: calc(24 / var(--designwidth) * 100cqw);
  top: calc(216 / var(--designwidth) * 100cqw);
  left: calc(90 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-illust.is-pos05 {
  width: calc(38 / var(--designwidth) * 100cqw);
  top: calc(530 / var(--designwidth) * 100cqw);
  left: calc(206 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-illust.is-pos06 {
  width: calc(80 / var(--designwidth) * 100cqw);
  bottom: calc(0 / var(--designwidth) * 100cqw);
  right: calc(25 / var(--designwidth) * 100cqw);
}

.animation-furafura {
  display: block;
  animation: furafura 2s linear infinite;
  transform-origin: bottom center;
}

.animation-furafura2 {
  display: block;
  animation: furafura2 2s linear infinite;
  transform-origin: bottom center;
}

@keyframes furafura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes furafura2 {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
}
.animation-rotate-x {
  display: block;
  animation: 1s steps(1) 0.5s infinite normal both running furufuru;
  transform-origin: bottom center;
}

@keyframes furufuru {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.animation-dush {
  display: block;
  animation: 1s steps(1) 0.5s infinite normal both running dush;
}

.animation-dush2 {
  display: block;
  animation: 1s steps(1) 0.5s infinite reverse both running dush;
}

@keyframes dush {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
}
.animation-dush-y {
  display: block;
  animation: 1s steps(1) 0.5s infinite normal both running dush-y;
}

@keyframes dush-y {
  0%, 100% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0px);
  }
}