@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:#28B3CA;
  --textColor:#263134;
  --designwidth:375;
  --font_jp:heisei-kaku-gothic-std, sans-serif;
  --font_gill:gill-sans-nova, sans-serif;
}

.lp-u-block {
  padding-inline: calc(20 / var(--designwidth) * 100cqw);
}

.lp-u-mt0 {
  margin-top: 0 !important;
}

.lp-wrapper {
  background-color: #fff;
  color: var(--textColor);
  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 31.25% 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: 660;
  }
}
.lp-sidecolumn--left {
  order: 1;
}
.lp-sidecolumn--right {
  order: 3;
}

.lp-sidecolumn__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}

.lp-contents {
  container-type: inline-size;
  color: #211717;
}
@media print, screen and (min-width: 920px) {
  .lp-contents {
    order: 2;
  }
}

.lp-main {
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .lp-main {
    overflow: visible;
  }
}

.lp-c-button-wrap {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
  gap: calc(30 / var(--designwidth) * 100cqw);
  margin: calc(65 / var(--designwidth) * 100cqw) auto 0;
  width: calc(224 / var(--designwidth) * 100cqw);
}

.lp-c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #004098;
  width: 100%;
  height: calc(68 / var(--designwidth) * 100cqw);
  background-color: #004098;
  color: #fff;
  font-family: var(--font_gill);
  font-size: calc(16 / var(--designwidth) * 100cqw);
  font-weight: 600;
  transition: ease all 0.3s;
}
.lp-c-button img {
  position: relative;
  top: calc(-2 / var(--designwidth) * 100cqw);
  display: inline-block;
  margin-left: calc(6 / var(--designwidth) * 100cqw);
  width: calc(10 / var(--designwidth) * 100cqw);
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .lp-c-button:hover {
    background-color: #fff;
    color: #004098;
  }
  .lp-c-button:hover:before {
    right: calc(15 / var(--designwidth) * 100cqw);
  }
}

.lp-c-button--allitems {
  border: 2px solid #FFEA00;
  background-color: #FFEA00;
  color: #004098;
  font-size: calc(24 / var(--designwidth) * 100cqw);
}
@media (hover: hover) and (pointer: fine) {
  .lp-c-button--allitems:hover {
    border-color: #004098;
    background-color: #004098;
    color: #FFEA00;
  }
  .lp-c-button--allitems:hover:before {
    right: calc(15 / var(--designwidth) * 100cqw);
  }
}

.lp-loading {
  background-color: #28B3CA;
  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;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .lp-loading__inner {
    max-width: 500px;
  }
}

.lp-loading__logo {
  margin: 0 auto;
  width: calc(237 / var(--designwidth) * 100cqw);
}

.lp-loading__wave {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(10 / var(--designwidth) * 100cqw);
  width: calc(212 / var(--designwidth) * 100cqw);
  margin: calc(30 / var(--designwidth) * 100cqw) auto 0;
}
.lp-loading__wave > img {
  display: block;
  animation: ease wave 1.4s 0s infinite;
}
.lp-loading__wave > img:nth-child(1) {
  animation-delay: 0s;
}
.lp-loading__wave > img:nth-child(2) {
  animation-delay: 0.1s;
}
.lp-loading__wave > img:nth-child(3) {
  animation-delay: 0.2s;
}
.lp-loading__wave > img:nth-child(4) {
  animation-delay: 0.3s;
}

.lp-mv {
  position: relative;
  margin: calc(20 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw) 0;
  border: calc(2 / var(--designwidth) * 100cqw) solid var(--mainColor);
}

.lp-mv__title {
  position: absolute;
  z-index: 5;
  top: calc(152 / var(--designwidth) * 100cqw);
  left: 50%;
  width: calc(232 / var(--designwidth) * 100cqw);
  transform: translateX(-50%);
  line-height: 1;
}

.lp-mv__logo {
  position: absolute;
  z-index: 5;
  top: calc(306 / var(--designwidth) * 100cqw);
  left: 50%;
  width: calc(178 / var(--designwidth) * 100cqw);
  transform: translateX(-50%);
}

.lp-mv__illust {
  position: absolute;
  z-index: 5;
  top: calc(535 / var(--designwidth) * 100cqw);
  left: 50%;
  width: calc(253 / var(--designwidth) * 100cqw);
  transform: translateX(-50%);
}

.lp-mv__bg {
  overflow: hidden;
}

.lp-mv__bg__slider {
  display: flex;
  margin-top: -1px;
}
.lp-mv__bg__slider > img {
  display: block;
  flex-shrink: 0;
  max-width: none;
  width: auto;
  height: calc(162 / var(--designwidth) * 100cqw);
  animation: lp-mv__bg__slider-scroll 20s linear infinite;
  will-change: transform;
}
.lp-mv__bg__slider:nth-child(even) > img {
  animation-direction: reverse;
}

@keyframes lp-mv__bg__slider-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lp-intro {
  position: relative;
  padding: calc(64 / var(--designwidth) * 100cqw) 0 calc(34 / var(--designwidth) * 100cqw);
}

.lp-intro-countdown {
  margin: 0 auto;
  width: calc(255 / var(--designwidth) * 100cqw);
}

.lp-intro-lead {
  margin: calc(34 / var(--designwidth) * 100cqw) 0 0;
  font-size: calc(13 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.lp-infomation {
  border-top: 1px solid var(--textColor);
  border-bottom: 1px solid var(--textColor);
  padding: calc(20 / var(--designwidth) * 100cqw) 0;
  text-align: center;
}

.lp-infomation__title {
  font-size: calc(13 / var(--designwidth) * 100cqw);
  font-weight: 500;
  line-height: 1;
}

.lp-infomation__text {
  display: grid;
  grid-template-columns: auto auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 calc(10 / var(--designwidth) * 100cqw);
  margin: calc(10 / var(--designwidth) * 100cqw) auto 0;
  font-size: calc(10 / var(--designwidth) * 100cqw);
  line-height: 1.4;
  font-weight: 500;
}
.lp-infomation__text dt {
  text-align: right;
}
.lp-infomation__text dd {
  text-align: left;
}

.lp-infomation__note {
  margin: calc(12 / var(--designwidth) * 100cqw) 0 0;
  font-size: calc(8 / var(--designwidth) * 100cqw);
  line-height: 1.625;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.lp-lineup {
  margin: calc(34 / var(--designwidth) * 100cqw) 0 0;
}

.lp-lineup__headline {
  justify-content: center;
  margin: 0 auto calc(15 / var(--designwidth) * 100cqw);
  line-height: 1;
  color: var(--mainColor);
  text-align: center;
  font-family: var(--font_gill);
  font-size: calc(24 / var(--designwidth) * 100cqw);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.lp-anclist {
  display: grid;
  gap: calc(8 / var(--designwidth) * 100cqw);
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: calc(56 / var(--designwidth) * 100cqw);
  text-align: center;
}
.lp-anclist img {
  display: block;
}
.lp-anclist a {
  color: inherit;
}

.lp-anclist__label {
  font-size: calc(10 / var(--designwidth) * 100cqw);
  font-weight: 700;
}

.lp-fixnav {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 100;
  display: block;
  padding-left: calc(6 / var(--designwidth) * 100vw);
  width: calc(36 / var(--designwidth) * 100vw);
  transform: translateY(-50%) translateX(-100%);
  transition: ease transform 0.3s;
}
.lp-fixnav.is-active {
  transform: translateY(-50%) translateX(0%);
}
@media print, screen and (min-width: 920px) {
  .lp-fixnav {
    display: none;
  }
}
.lp-fixnav > a {
  display: block;
  margin: calc(4 / var(--designwidth) * 100vw) 0;
}

.lp-lineup__section--reverse .lp-lineup__section__kv {
  flex-direction: row-reverse;
}
.lp-lineup__section--reverse .lp-lineup__section__title {
  justify-content: flex-end;
}
.lp-lineup__section--reverse .lp-lineup__section__title > span {
  min-width: 0.2em;
}

.lp-lineup__section__title {
  position: relative;
  z-index: 5;
  margin-bottom: calc(-6 / var(--designwidth) * 100cqw);
  color: var(--categoryColor);
  font-family: var(--font_gill);
  font-size: calc(32 / var(--designwidth) * 100cqw);
  font-weight: 600;
  line-height: 1;
}

.lp-lineup__section__body {
  position: relative;
  border: calc(2 / var(--designwidth) * 100cqw) solid var(--categoryColor);
  padding: 0 calc(18 / var(--designwidth) * 100cqw) calc(60 / var(--designwidth) * 100cqw);
}

.lp-lineup__section__kv {
  display: flex;
  align-items: flex-start;
  margin: 0 calc(-18 / var(--designwidth) * 100cqw);
}

.lp-lineup__section__kv__visual {
  overflow: hidden;
}

.lp-lineup__section__kv__lead {
  margin-top: -1px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}
.lp-lineup__section__kv__lead > span {
  display: block;
  padding: calc(6 / var(--designwidth) * 100cqw);
  line-height: 1;
  writing-mode: vertical-rl;
  font-size: calc(18 / var(--designwidth) * 100cqw);
  letter-spacing: 0.15em;
  background-color: var(--categoryColor);
  color: #fff;
}

.lp-lineup__section__kv__lead--img {
  margin-top: -1px;
  flex-shrink: 0;
  width: calc(68 / var(--designwidth) * 100cqw);
}

.is-browser .lp-lineup__section__kv__yakuhan {
  position: relative;
  left: 0.7em;
  margin-top: -0.6em;
  display: inline-block;
}

.lp-lineup__illust {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

#lineup01 {
  --categoryColor:#E83820;
}
#lineup01 .lp-itemlist.is-set01 {
  margin-top: calc(20 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(110 / var(--designwidth) * 100cqw) calc(168 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-itemlist.is-set02 {
  margin-top: calc(26 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: center;
  grid-template-columns: calc(220 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-itemlist.is-set03 {
  margin-top: calc(25 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(140 / var(--designwidth) * 100cqw) calc(140 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-itemlist.is-set03 .lp-itemlist__item:nth-child(1) {
  margin-top: calc(60 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-itemlist.is-set04 {
  margin-top: calc(26 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: center;
  grid-template-columns: calc(220 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-itemlist.is-set05 {
  margin-top: calc(26 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-itemlist.is-set06 {
  margin-top: calc(20 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(128 / var(--designwidth) * 100cqw) calc(156 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-itemlist.is-set07 {
  margin-top: calc(26 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  grid-template-columns: calc(220 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-lineup__illust.is-pos01 {
  top: calc(-85 / var(--designwidth) * 100cqw);
  right: calc(-40 / var(--designwidth) * 100cqw);
  width: calc(135 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-lineup__illust.is-pos02 {
  top: calc(-20 / var(--designwidth) * 100cqw);
  left: calc(-50 / var(--designwidth) * 100cqw);
  width: calc(118 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-lineup__illust.is-pos03 {
  top: calc(80 / var(--designwidth) * 100cqw);
  right: calc(-65 / var(--designwidth) * 100cqw);
  width: calc(135 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-lineup__illust.is-pos04 {
  bottom: calc(-19 / var(--designwidth) * 100cqw);
  left: calc(80 / var(--designwidth) * 100cqw);
  width: calc(178 / var(--designwidth) * 100cqw);
}
#lineup01 .lp-lineup__section__body {
  padding-bottom: calc(80 / var(--designwidth) * 100cqw);
}

#lineup02 {
  --categoryColor:#32A238;
}
#lineup02 .lp-itemlist.is-set01 {
  margin-top: calc(30 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-itemlist.is-set02 {
  margin-top: calc(20 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(148 / var(--designwidth) * 100cqw) calc(138 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-itemlist.is-set02 .lp-itemlist__item:nth-child(1) {
  margin-top: calc(30 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-itemlist.is-set03 {
  margin-top: calc(20 / var(--designwidth) * 100cqw);
  display: grid;
  justify-content: center;
  grid-template-columns: calc(225 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-itemlist.is-set04 {
  margin-top: calc(20 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(139 / var(--designwidth) * 100cqw) calc(144 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-itemlist.is-set04 .lp-itemlist__item:nth-child(2) {
  margin-top: calc(40 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-itemlist.is-set05 {
  margin-top: calc(-20 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(139 / var(--designwidth) * 100cqw) calc(144 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-itemlist.is-set05 .lp-itemlist__item:nth-child(2) {
  margin-top: calc(40 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-lineup__illust.is-pos01 {
  top: calc(-104 / var(--designwidth) * 100cqw);
  left: calc(-45 / var(--designwidth) * 100cqw);
  width: calc(124 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-lineup__illust.is-pos02 {
  top: calc(200 / var(--designwidth) * 100cqw);
  right: calc(-45 / var(--designwidth) * 100cqw);
  width: calc(110 / var(--designwidth) * 100cqw);
}
#lineup02 .lp-lineup__illust.is-pos03 {
  bottom: calc(-30 / var(--designwidth) * 100cqw);
  right: calc(86 / var(--designwidth) * 100cqw);
  width: calc(164 / var(--designwidth) * 100cqw);
}

#lineup03 {
  --categoryColor:#004098;
}
#lineup03 .lp-itemlist.is-set01 {
  margin-top: calc(40 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(142 / var(--designwidth) * 100cqw) calc(142 / var(--designwidth) * 100cqw);
}
#lineup03 .lp-itemlist.is-set02 {
  margin-top: calc(20 / var(--designwidth) * 100cqw);
  display: grid;
  justify-content: center;
  grid-template-columns: calc(224 / var(--designwidth) * 100cqw);
}
#lineup03 .lp-itemlist.is-set03 {
  margin-top: calc(30 / var(--designwidth) * 100cqw);
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: calc(139 / var(--designwidth) * 100cqw) calc(144 / var(--designwidth) * 100cqw);
}
#lineup03 .lp-itemlist.is-set03 .lp-itemlist__item:nth-child(1) {
  margin-top: calc(54 / var(--designwidth) * 100cqw);
}
#lineup03 .lp-itemlist.is-set04 {
  margin-top: calc(24 / var(--designwidth) * 100cqw);
  display: grid;
  justify-content: center;
  grid-template-columns: calc(224 / var(--designwidth) * 100cqw);
}
#lineup03 .lp-lineup__illust.is-pos01 {
  top: calc(-100 / var(--designwidth) * 100cqw);
  right: calc(-45 / var(--designwidth) * 100cqw);
  width: calc(130 / var(--designwidth) * 100cqw);
}
#lineup03 .lp-lineup__illust.is-pos02 {
  top: calc(-30 / var(--designwidth) * 100cqw);
  left: calc(-45 / var(--designwidth) * 100cqw);
  width: calc(104 / var(--designwidth) * 100cqw);
}
#lineup03 .lp-lineup__illust.is-pos03 {
  bottom: calc(-24 / var(--designwidth) * 100cqw);
  left: calc(84 / var(--designwidth) * 100cqw);
  width: calc(166 / var(--designwidth) * 100cqw);
}

#lineup04 {
  --categoryColor:#F6AC00;
}
#lineup04 .lp-itemlist.is-set01 {
  margin-top: calc(34 / var(--designwidth) * 100cqw);
  margin-left: calc(12 / var(--designwidth) * 100cqw);
  display: grid;
  grid-template-columns: calc(215 / var(--designwidth) * 100cqw);
}
#lineup04 .lp-itemlist.is-set02 {
  margin-top: calc(28 / var(--designwidth) * 100cqw);
  margin-left: calc(12 / var(--designwidth) * 100cqw);
  display: grid;
  justify-content: end;
  grid-template-columns: calc(225 / var(--designwidth) * 100cqw);
}
#lineup04 .lp-itemlist.is-set03 {
  margin-top: calc(28 / var(--designwidth) * 100cqw);
  margin-left: calc(20 / var(--designwidth) * 100cqw);
  display: grid;
  grid-template-columns: calc(225 / var(--designwidth) * 100cqw);
}
#lineup04 .lp-lineup__illust.is-pos01 {
  top: calc(-90 / var(--designwidth) * 100cqw);
  left: calc(-45 / var(--designwidth) * 100cqw);
  width: calc(130 / var(--designwidth) * 100cqw);
}
#lineup04 .lp-lineup__illust.is-pos02 {
  bottom: calc(15 / var(--designwidth) * 100cqw);
  right: calc(-55 / var(--designwidth) * 100cqw);
  width: calc(113 / var(--designwidth) * 100cqw);
}
#lineup04 .lp-lineup__illust.is-pos03 {
  bottom: calc(-30 / var(--designwidth) * 100cqw);
  right: calc(97 / var(--designwidth) * 100cqw);
  width: calc(140 / var(--designwidth) * 100cqw);
}

.lp-itemlist {
  position: relative;
}

.lp-itemlist__item {
  position: relative;
}

.lp-itemlist__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(5 / var(--designwidth) * 100cqw) calc(5 / var(--designwidth) * 100cqw);
  margin: calc(5 / var(--designwidth) * 100cqw) 0 0;
  font-size: calc(10 / var(--designwidth) * 100cqw);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.lp-c-itemname.is-fullwidth {
  width: 100%;
}

.lp-c-itemprice:before {
  content: "¥";
}

.lp-c-itemlink {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30 / var(--designwidth) * 100cqw);
  height: calc(12 / var(--designwidth) * 100cqw);
  border: 1px solid var(--categoryColor);
  background-color: var(--categoryColor);
  font-family: var(--font_gill);
  font-size: calc(8 / 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(--categoryColor);
  }
}

.lp-lineup__hr {
  display: flex;
  overflow: hidden;
  margin: calc(40 / var(--designwidth) * 100cqw) calc(-20 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw);
}
.lp-lineup__hr > div {
  flex-shrink: 0;
  animation: lp-lineup__hr-scroll 16s linear infinite;
}
.lp-lineup__hr > div img {
  width: auto;
  height: calc(20 / var(--designwidth) * 100cqw);
}

@keyframes lp-lineup__hr-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lp-character {
  margin: calc(82 / var(--designwidth) * 100cqw) 0 0;
}

.lp-character__headline {
  position: relative;
  margin: 0 auto calc(40 / var(--designwidth) * 100cqw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--font_gill);
  font-size: calc(28 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1;
}

.lp-character__headline__popup {
  position: absolute;
  top: calc(-26 / var(--designwidth) * 100cqw);
  left: calc(-26 / var(--designwidth) * 100cqw);
  width: calc(58 / var(--designwidth) * 100cqw);
}

.lp-character__section {
  position: relative;
  margin-right: calc(20 / var(--designwidth) * 100cqw);
}

.lp-character__name {
  position: absolute;
  z-index: 2;
  width: calc(22 / var(--designwidth) * 100cqw);
}

.lp-character__illust {
  position: absolute;
  z-index: 2;
}

.lp-character__detail {
  margin-left: auto;
  width: calc(145 / var(--designwidth) * 100cqw);
}

.lp-character__text {
  font-size: calc(11 / var(--designwidth) * 100cqw);
  line-height: 2;
}

#character01 .lp-character__name {
  top: 0;
}
#character01 .lp-character__illust {
  top: calc(45 / var(--designwidth) * 100cqw);
  left: calc(8 / var(--designwidth) * 100cqw);
  width: calc(180 / var(--designwidth) * 100cqw);
}

#character02 {
  margin-top: calc(25 / var(--designwidth) * 100cqw);
}
#character02 .lp-character__name {
  top: calc(18 / var(--designwidth) * 100cqw);
}
#character02 .lp-character__illust {
  top: calc(7 / var(--designwidth) * 100cqw);
  left: calc(30 / var(--designwidth) * 100cqw);
  width: calc(148 / var(--designwidth) * 100cqw);
}
#character02 .lp-character__detail {
  border-top: calc(1 / var(--designwidth) * 100cqw) dashed var(--textColor);
  padding-top: calc(25 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn__illust.is-item01 {
  margin: 0 auto calc(45 / var(--designwidth) * 100cqw);
  width: calc(213 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn__logo {
  margin: 0 auto;
  width: calc(304 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn-headline {
  font-size: calc(28 / var(--designwidth) * 100cqw);
  font-family: var(--font_gill);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--mainColor);
}

.lp-sidecolumn-anc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 calc(8 / var(--designwidth) * 100cqw);
  margin: calc(20 / var(--designwidth) * 100cqw) auto 0;
  max-width: calc(400 / var(--designwidth) * 100cqw);
  text-align: center;
}
.lp-sidecolumn-anc a {
  color: inherit;
}

.lp-sidecolumn-anc__label {
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.lp-sidecolumn-footer {
  margin-top: calc(80 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn-footer__logo {
  margin: 0 auto;
  width: calc(238 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-footer__logo a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .lp-sidecolumn-footer__logo a {
    transition: ease opacity 0.3s;
  }
  .lp-sidecolumn-footer__logo a:hover {
    opacity: 0.7;
  }
}

.lp-sidecolumn-footer__nav {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  margin-top: calc(32 / var(--designwidth) * 100cqw);
  gap: calc(24 / var(--designwidth) * 100cqw) calc(30 / var(--designwidth) * 100cqw);
}
.lp-sidecolumn-footer__nav a {
  color: var(--mainColor);
  font-family: var(--font_gill);
  font-weight: 700;
  font-size: calc(20 / var(--designwidth) * 100cqw);
}
@media (hover: hover) and (pointer: fine) {
  .lp-sidecolumn-footer__nav a {
    transition: ease opacity 0.3s;
  }
  .lp-sidecolumn-footer__nav a:hover {
    opacity: 0.7;
  }
}

.lp-footer {
  position: relative;
  margin-top: calc(44 / var(--designwidth) * 100cqw);
  overflow: hidden;
}

.lp-footer__logo {
  margin: 0 auto;
  width: calc(160 / 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(45 / var(--designwidth) * 100cqw);
  gap: calc(17 / var(--designwidth) * 100cqw) calc(30 / var(--designwidth) * 100cqw);
}
.lp-footer__nav a {
  color: var(--mainColor);
  font-family: var(--font_gill);
  font-weight: 700;
  font-size: calc(14 / var(--designwidth) * 100cqw);
}
@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 {
  position: relative;
  bottom: calc(-5 / var(--designwidth) * 100cqw);
  margin: calc(32 / var(--designwidth) * 100cqw) auto 0;
  width: calc(278 / var(--designwidth) * 100cqw);
}
.lp-footer__bg img {
  width: 100%;
}

.animation-wave {
  display: flex;
}
.animation-wave > span {
  min-width: 0.3em;
  animation: ease wave 2s 0s infinite;
}
.animation-wave > span:nth-child(1) {
  animation-delay: 0s;
}
.animation-wave > span:nth-child(2) {
  animation-delay: 0.1s;
}
.animation-wave > span:nth-child(3) {
  animation-delay: 0.2s;
}
.animation-wave > span:nth-child(4) {
  animation-delay: 0.3s;
}
.animation-wave > span:nth-child(5) {
  animation-delay: 0.4s;
}
.animation-wave > span:nth-child(6) {
  animation-delay: 0.5s;
}
.animation-wave > span:nth-child(7) {
  animation-delay: 0.6s;
}
.animation-wave > span:nth-child(8) {
  animation-delay: 0.7s;
}
.animation-wave > span:nth-child(9) {
  animation-delay: 0.8s;
}
.animation-wave > span:nth-child(10) {
  animation-delay: 0.9s;
}
.animation-wave > span:nth-child(11) {
  animation-delay: 1s;
}
.animation-wave > span:nth-child(12) {
  animation-delay: 1.1s;
}
.animation-wave > span:nth-child(13) {
  animation-delay: 1.2s;
}
.animation-wave > span:nth-child(14) {
  animation-delay: 1.3s;
}
.animation-wave > span:nth-child(15) {
  animation-delay: 1.4s;
}

@keyframes wave {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float-y {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes float-x {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes rotate-x {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes scaletoggle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.animation-rotate-x {
  animation: linear rotate-x 0.8s 0s infinite alternate;
  transform-origin: 50% 100%;
}

.animation-float-y {
  animation: ease float-y 0.8s 0s infinite alternate;
}

.animation-float-x {
  animation: linear float-x 0.8s 0s infinite alternate;
}


.copy{
  width: calc(160 / var(--designwidth) * 100cqw);
  margin: 0 auto 4.7%;
}