@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: dnp-shuei-mincho-pr6n, "Noto Sans JP", "din-2014", "游ゴシック体", 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: #fff;
  background: #202138;
}
body.is-modal-open, body.is-nav-open {
  overflow: hidden;
}

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
  user-select: none;
  pointer-events: none;
}

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

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

.shuei {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gloock {
  font-family: "gloock", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.kv {
  position: relative;
  width: 100%;
  height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vw 10vw;
}
.kv__logo {
  max-width: calc(747.55 / 1366 * 100vw);
  aspect-ratio: 747.55/859.37;
  width: 100%;
  height: 100%;
}
.kv__logo svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.kv__logo svg .kv__logo-nofill {
  fill: none;
}
.kv__logo svg .kv__logo-gradient {
  fill: url(#_logo-gradient);
}
.kv__logo svg .kv__logo-clippath {
  clip-path: url(#kv-logo-clippath);
}

#sparkleCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.lp-common-box {
  max-width: calc(1066 / 1366 * 100vw);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .lp-common-box {
    max-width: 92vw;
  }
}

.lp-common-title {
  color: #ac9563;
  font-size: calc(38 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-common-title {
    font-size: calc(32 / 390 * 100vw);
  }
}

.lp-header {
  position: fixed;
  top: 0;
  right: 0;
  padding: calc(20 / 1366 * 100vw);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .lp-header {
    width: 50%;
    padding: calc(10 / 390 * 100vw);
  }
}
.lp-header__toggle-button {
  appearance: none;
  background: #ac9563;
  color: white;
  width: 100%;
  position: relative;
  padding: calc(5 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-header__toggle-button {
    padding: calc(5 / 390 * 100vw) 0;
  }
}
.lp-header__toggle-button:after {
  content: "+";
  position: absolute;
  right: calc(10 / 1366 * 100vw);
  top: 50%;
  translate: 0 -50%;
  transition: 0.2s;
  display: block;
}
@media screen and (max-width: 960px) {
  .lp-header__toggle-button:after {
    right: calc(10 / 390 * 100vw);
  }
}
.lp-header__toggle-button.is-active:after {
  rotate: 135deg;
}
.lp-header__toggle-button.is-active + .lp-header__nav-list {
  max-height: calc(300 / 1366 * 100vw);
  padding-top: calc(5 / 1366 * 100vw);
  padding-bottom: calc(5 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-header__toggle-button.is-active + .lp-header__nav-list {
    padding-top: calc(5 / 390 * 100vw);
    padding-bottom: calc(5 / 390 * 100vw);
    max-height: calc(300 / 390 * 100vw);
  }
}
.lp-header__nav {
  backdrop-filter: blur(11px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #ac9563;
  border-radius: calc(6 / 1366 * 100vw);
  overflow: hidden;
  text-align: center;
  color: #ac9563;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 960px) {
  .lp-header__nav {
    border-radius: calc(6 / 390 * 100vw);
  }
}
.lp-header__nav-list {
  transition: 0.4s;
  max-height: 0;
  padding: 0 calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-header__nav-list {
    padding: 0 calc(5 / 390 * 100vw);
  }
}
@media screen and (max-width: 960px) {
  .lp-header__nav li {
    flex-grow: 1;
  }
}
.lp-header__nav li:not(:last-of-type) {
  border-bottom: 1px solid #ac9563;
}
.lp-header__nav li a {
  display: block;
  padding: calc(5 / 1366 * 100vw) calc(20 / 1366 * 100vw) calc(5 / 1366 * 100vw) calc(15 / 1366 * 100vw);
  background: linear-gradient(-45deg, #ad8b45, #eae1c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media (hover: hover) {
  .lp-header__nav li a {
    transition: 0.2s;
  }
  .lp-header__nav li a:hover {
    color: white;
    filter: grayscale(1);
  }
}
@media screen and (max-width: 960px) {
  .lp-header__nav li a {
    padding: calc(5 / 390 * 100vw) calc(20 / 390 * 100vw) calc(5 / 390 * 100vw) calc(15 / 390 * 100vw);
  }
}
.lp-header__nav li a:after {
  content: "";
  width: calc(4 / 1366 * 100vw);
  height: calc(4 / 1366 * 100vw);
  border-bottom: 1px solid #ac9563;
  border-right: 1px solid #ac9563;
  position: absolute;
  right: calc(5 / 1366 * 100vw);
  top: 50%;
  rotate: 45deg;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .lp-header__nav li a:after {
    width: calc(4 / 390 * 100vw);
    height: calc(4 / 390 * 100vw);
    right: calc(10 / 390 * 100vw);
  }
}

.lp-announce {
  font-size: calc(25 / 1366 * 100vw);
  margin-bottom: calc(150 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-announce {
    font-size: calc(20 / 390 * 100vw);
    margin-bottom: calc(80 / 390 * 100vw);
  }
}
.lp-announce__title {
  width: calc(482 / 1366 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(80 / 1366 * 100vw);
  margin-top: calc(80 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-announce__title {
    width: 80%;
    margin-bottom: calc(40 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}
.lp-announce__title img {
  width: 100%;
}
.lp-announce__slider {
  padding: 0 calc(150 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-announce__slider {
    padding: 0;
  }
}
.lp-announce__slider .swiper-slide {
  padding: calc(50 / 1366 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-announce__slider .swiper-slide {
    padding: calc(50 / 390 * 100vw) 0;
  }
}
.lp-announce .announce-slider__content {
  width: calc(100% - 38 / 1366 * 100vw);
  aspect-ratio: 305/220;
  margin: 0 auto;
  border: calc(2 / 1366 * 100vw) solid #ac9563;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: calc(15 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-announce .announce-slider__content {
    width: calc(100% - 100 / 390 * 100vw);
    border-radius: calc(15 / 390 * 100vw);
  }
}
.lp-announce .announce-slider__content:before, .lp-announce .announce-slider__content:after {
  content: "";
  width: 100%;
  aspect-ratio: 935.23/64.68;
  position: absolute;
  background: url(../images/frame_deco.svg) no-repeat top center/100% auto;
}
.lp-announce .announce-slider__content:before {
  top: 0;
  left: 0;
  translate: 0 calc(-100% - 8 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-announce .announce-slider__content:before {
    translate: 0 calc(-100% - 8 / 390 * 100vw);
  }
}
.lp-announce .announce-slider__content:after {
  bottom: 0;
  left: 0;
  scale: 1 -1;
  translate: 0 calc(100% + 8 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-announce .announce-slider__content:after {
    translate: 0 calc(100% + 8 / 390 * 100vw);
  }
}
.lp-announce .announce-slider .announce-slider-prev, .lp-announce .announce-slider .announce-slider-next {
  display: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: calc(60 / 1366 * 100vw);
  aspect-ratio: 1/1;
  background: #ac9563;
  clip-path: polygon(0 0, 60% 50%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .lp-announce .announce-slider .announce-slider-prev, .lp-announce .announce-slider .announce-slider-next {
    display: block;
  }
}
.lp-announce .announce-slider .announce-slider-prev.swiper-button-disabled, .lp-announce .announce-slider .announce-slider-next.swiper-button-disabled {
  opacity: 0.5;
}
.lp-announce .announce-slider .announce-slider-prev {
  left: 4%;
  rotate: 180deg;
}
.lp-announce .announce-slider .announce-slider-next {
  right: 4%;
}

.lp-news {
  margin-bottom: calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-news {
    margin-bottom: calc(80 / 390 * 100vw);
  }
}
.lp-news__inner {
  display: flex;
  gap: calc(100 / 1366 * 100vw);
  padding: 0 calc(90 / 1366 * 100vw);
  align-items: center;
}
@media screen and (max-width: 960px) {
  .lp-news__inner {
    flex-direction: column;
    padding: 0 calc(20 / 390 * 100vw);
  }
}
.lp-news__title {
  flex-shrink: 0;
}
.lp-news__list {
  flex-grow: 1;
}
.lp-news__list > li {
  border-bottom: calc(1 / 1366 * 100vw) solid #707070;
  font-size: calc(18 / 1366 * 100vw);
  display: flex;
  gap: calc(90 / 1366 * 100vw);
  padding: calc(30 / 1366 * 100vw) calc(30 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-news__list > li {
    font-size: calc(14 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}
.lp-news__list > li p {
  letter-spacing: 0.1em;
}

.lp-history {
  background: #0c0c19;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(100 / 1366 * 100vw) 0 calc(46 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-history {
    padding: calc(80 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
  }
}
.lp-history__title {
  color: #ac9563;
  font-size: calc(44 / 1366 * 100vw);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .lp-history__title {
    font-size: calc(32 / 390 * 100vw);
    text-align: center;
  }
}
.lp-history__list {
  margin-top: calc(118 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-history__list {
    margin-top: calc(80 / 390 * 100vw);
  }
}
.lp-history__next {
  position: fixed;
  right: calc(20 / 1366 * 100vw);
  bottom: 50%;
  z-index: 20;
  color: #fff;
  font-size: calc(18 / 1366 * 100vw);
  line-height: 1;
  background: #ac9563;
  border-radius: 50%;
  padding: calc(14 / 1366 * 100vw);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.lp-history__next span {
  display: block;
  translate: 0 calc(2 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-history__next {
    right: calc(20 / 390 * 100vw);
    bottom: 25%;
    padding: calc(12 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .lp-history__next {
    bottom: 50%;
  }
}
@media (hover: hover) {
  .lp-history__next:hover {
    background: rgba(172, 149, 99, 0.24);
  }
}
.lp-history.is-discography-pinned .lp-history__next {
  opacity: 1;
  pointer-events: auto;
}

.lp-discography {
  --history-line-color: #ac9563;
  --history-muted-color: rgba(255, 255, 255, 0.38);
  position: relative;
}
.lp-discography__viewport {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .lp-discography__viewport {
    overflow-x: hidden;
    overscroll-behavior-x: contain;
  }
}
.lp-discography__years {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  padding: 0 calc(116 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-discography__years {
    padding: 0 calc(40 / 390 * 100vw);
  }
}
.lp-discography__year {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: calc(68 / 1366 * 100vw);
  padding-right: calc(130 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-discography__year {
    gap: calc(40 / 390 * 100vw);
    padding-right: calc(90 / 390 * 100vw);
  }
}
.lp-discography__year-title {
  flex: 0 0 calc(176 / 1366 * 100vw);
  color: #fff;
  font-size: calc(86 / 1366 * 100vw);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .lp-discography__year-title {
    flex-basis: calc(100 / 390 * 100vw);
    font-size: calc(52 / 390 * 100vw);
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .lp-discography__year-title {
    font-size: calc(100 / 1366 * 100vw);
  }
}
.lp-discography__year-body {
  margin: 0;
}
.lp-discography__list {
  display: flex;
  align-items: flex-start;
  gap: calc(88 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-discography__list {
    gap: calc(20 / 390 * 100vw);
  }
}
.lp-discography__item {
  flex: 0 0 calc(220 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-discography__item {
    flex-basis: calc(220 / 390 * 100vw);
  }
}
.lp-discography__image {
  width: calc(170 / 1366 * 100vw);
  aspect-ratio: 1;
  margin: 0 0 calc(32 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-discography__image {
    width: calc(180 / 390 * 100vw);
    margin: 0 0 calc(20 / 390 * 100vw);
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .lp-discography__image {
    width: calc(300 / 1366 * 100vw);
  }
}
.lp-discography__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-discography__body {
  position: relative;
  width: calc(220 / 1366 * 100vw);
  padding-top: calc(24 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-discography__body {
    width: calc(220 / 390 * 100vw);
    padding-top: calc(20 / 390 * 100vw);
  }
}
.lp-discography__body::before, .lp-discography__body::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
}
.lp-discography__body::before {
  left: 0;
  width: calc(100% + 92 / 1366 * 100vw);
  height: calc(2 / 1366 * 100vw);
  background: white;
  opacity: 0.65;
}
@media screen and (max-width: 960px) {
  .lp-discography__body::before {
    width: calc(100% + 20 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
  }
}
.lp-discography__body::after {
  left: 0;
  width: calc(10 / 1366 * 100vw);
  height: calc(10 / 1366 * 100vw);
  border-radius: 50%;
  background: var(--history-line-color);
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .lp-discography__body::after {
    top: calc(2 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    translate: 0 -50%;
  }
}
.lp-discography__title {
  overflow: hidden;
  color: #fff;
  font-size: calc(22 / 1366 * 100vw);
  line-height: 1.15;
}
@media screen and (max-width: 960px) {
  .lp-discography__title {
    font-size: calc(22 / 390 * 100vw);
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .lp-discography__title {
    font-size: calc(44 / 1366 * 100vw);
  }
}
.lp-discography__date {
  display: block;
  margin-top: calc(12 / 1366 * 100vw);
  color: #fff;
  font-size: calc(12 / 1366 * 100vw);
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .lp-discography__date {
    font-size: calc(11 / 390 * 100vw);
  }
}
.lp-discography__nav {
  display: flex;
  gap: calc(26 / 1366 * 100vw);
  padding: calc(138 / 1366 * 100vw) 0 0;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .lp-discography__nav {
    overflow: hidden;
    gap: calc(24 / 390 * 100vw);
    padding: calc(80 / 390 * 100vw) calc(40 / 390 * 100vw) 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.lp-discography__nav-link {
  color: var(--history-muted-color);
  font-size: calc(26 / 1366 * 100vw);
  line-height: 1;
  transition: color 0.25s ease;
}
@media screen and (max-width: 960px) {
  .lp-discography__nav-link {
    font-size: calc(20 / 390 * 100vw);
  }
}
.lp-discography__nav-link.is-active, .lp-discography__nav-link:hover {
  color: #fff;
}

.lp-message {
  background: #0c0c19;
  padding-top: calc(200 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message {
    padding-top: calc(80 / 390 * 100vw);
  }
}
.lp-message__title {
  text-align: center;
  margin-bottom: calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message__title {
    margin-bottom: calc(40 / 390 * 100vw);
  }
}
.lp-message__content {
  margin-bottom: calc(200 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message__content {
    margin-bottom: calc(100 / 390 * 100vw);
  }
}

.lp-message-accepting {
  padding-bottom: calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message-accepting {
    padding-bottom: calc(40 / 390 * 100vw);
  }
}
.lp-message-accepting__title {
  font-size: calc(42 / 1366 * 100vw);
  text-align: center;
  margin-bottom: calc(40 / 1366 * 100vw);
  color: #ac9563;
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__title {
    font-size: calc(30 / 390 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(40 / 390 * 100vw);
  }
}
.lp-message-accepting__title--label {
  font-size: calc(22 / 1366 * 100vw);
  color: white;
  background: #ac9563;
  width: fit-content;
  margin: 0 auto calc(20 / 1366 * 100vw) auto;
  line-height: 1.3;
  padding: calc(10 / 1366 * 100vw) calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__title--label {
    font-size: calc(22 / 390 * 100vw);
    margin: 0 auto calc(20 / 390 * 100vw) auto;
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}
.lp-message-accepting__text {
  font-size: calc(22 / 1366 * 100vw);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__text {
    font-size: calc(16 / 390 * 100vw);
  }
}
.lp-message-accepting__box {
  width: fit-content;
  border: calc(1 / 1366 * 100vw) solid white;
  margin: calc(50 / 1366 * 100vw) auto;
  text-align: center;
  padding: calc(50 / 1366 * 100vw);
  font-size: calc(22 / 1366 * 100vw);
  margin-bottom: calc(150 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__box {
    width: 100%;
    border: calc(1 / 390 * 100vw) solid white;
    margin: calc(40 / 390 * 100vw) auto;
    padding: calc(40 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}
.lp-message-accepting__flex {
  display: flex;
  justify-content: space-between;
  gap: calc(20 / 1366 * 100vw);
  padding-top: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__flex {
    flex-direction: column;
    padding-top: calc(20 / 390 * 100vw);
    gap: calc(20 / 390 * 100vw);
  }
}
.lp-message-accepting__flex dt {
  font-size: calc(18 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__flex dt {
    font-size: calc(18 / 390 * 100vw);
  }
}
.lp-message-accepting__col {
  flex-grow: 1;
}
.lp-message-accepting__link {
  display: block;
  width: 100%;
  background: #ac9563;
  color: white;
  margin: calc(20 / 1366 * 100vw) auto 0 auto;
  font-size: calc(18 / 1366 * 100vw);
  padding: calc(15 / 1366 * 100vw) calc(60 / 1366 * 100vw);
  line-height: 1;
  border-radius: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__link {
    margin: calc(20 / 390 * 100vw) auto 0 auto;
    padding: calc(15 / 390 * 100vw) calc(60 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}
.lp-message-accepting__link:hover {
  opacity: 0.6;
}
.lp-message-accepting__note {
  border: calc(1 / 1366 * 100vw) solid white;
  margin: 0 auto;
  padding: calc(50 / 1366 * 100vw);
  font-size: calc(13 / 1366 * 100vw);
  max-width: calc(830 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__note {
    border-width: calc(1 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
    max-width: 100%;
  }
}
.lp-message-accepting__note h4 {
  margin-bottom: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-message-accepting__note h4 {
    margin-bottom: calc(20 / 390 * 100vw);
  }
}
.lp-message-accepting__note ul {
  text-indent: -0.5em;
}
.lp-message-accepting__note ul li {
  padding-left: 0.5em;
}

.lp-footer {
  background: #0c0c19;
  padding: calc(100 / 1366 * 100vw) 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .lp-footer {
    padding: calc(80 / 390 * 100vw) 0;
  }
}
.lp-footer__fanclub-title {
  font-size: calc(22 / 1366 * 100vw);
  margin-bottom: calc(50 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-footer__fanclub-title {
    font-size: calc(22 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
  }
}
.lp-footer__fanclub-navs {
  display: flex;
  justify-content: center;
  gap: calc(50 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-footer__fanclub-navs {
    flex-direction: column;
    gap: calc(40 / 390 * 100vw);
    align-items: center;
  }
}
.lp-footer__fanclub-nav {
  width: calc(284 / 1366 * 100vw);
  border: calc(1 / 1366 * 100vw) solid #ac9563;
  color: #ac9563;
  padding: calc(10 / 1366 * 100vw) 0;
  font-size: calc(22 / 1366 * 100vw);
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .lp-footer__fanclub-nav {
    width: 80%;
    border-width: calc(1 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
    font-size: calc(22 / 390 * 100vw);
  }
}
.lp-footer__fanclub-nav:hover {
  background: #ac9563;
  color: white;
}
.lp-footer__fanclub-sns {
  display: flex;
  justify-content: center;
  gap: calc(20 / 1366 * 100vw);
  padding-top: calc(100 / 1366 * 100vw);
  font-size: calc(26 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-footer__fanclub-sns {
    gap: calc(20 / 390 * 100vw);
    padding-top: calc(100 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
  }
}
.lp-footer__copy {
  padding-top: calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-footer__copy {
    padding-top: calc(100 / 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) {
  .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 */
