@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  line-height: 1.5;
  overflow-x: hidden;
  font-size: 2.1333333333vw;
}
@media (min-width: 751px) {
  html {
    font-size: 1vw;
  }
}

body {
  overflow-x: hidden;
  color: #000000;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 0;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-size: 100% auto;
  background-position: center top;
  background-image: url(/images/bg/bg_fixed.jpg);
  background-repeat: repeat-y;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 751px) {
  body:before {
    background-image: url(/images/bg/bg_fixed_pc.jpg);
  }
}
body *:not(span) {
  letter-spacing: 0em;
  box-sizing: border-box;
}

.bg-fixed-sp,
.bg-fixed-pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 751px) {
  .bg-fixed-sp {
    display: none;
  }
}

.bg-fixed-pc {
  display: none;
}
@media (min-width: 751px) {
  .bg-fixed-pc {
    display: block;
  }
}

@media (min-width: 751px) {
  .main {
    margin-top: 4.8125rem;
  }
}
.main__inner {
  padding-top: 13.8125rem;
  padding-bottom: 7.5rem;
  background-color: white;
  transform: translate(0);
}
@media (min-width: 751px) {
  .main__inner {
    padding-top: 5.625rem;
    padding-bottom: 3.75rem;
  }
}

a {
  text-decoration: underline;
}

a[href] {
  transition: 0.4s;
}
a[href]:hover {
  opacity: 0.7;
  transition: 0.4s;
}

img {
  max-width: 100%;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-375 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-375 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-375 {
    max-width: 23.4375rem;
  }
}

.inner-576 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-576 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-576 {
    max-width: 36rem;
  }
}

.inner-768 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-768 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-768 {
    max-width: 48rem;
  }
}

.inner-800 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-800 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-800 {
    max-width: 50rem;
  }
}

.inner-992 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-992 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-992 {
    max-width: 62rem;
  }
}

.inner-1000 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1000 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1000 {
    max-width: 62.5rem;
  }
}

.inner-1100 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1100 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1100 {
    max-width: 68.75rem;
  }
}

.inner-1200 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1200 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1200 {
    max-width: 75rem;
  }
}

.inner-1300 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1300 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1300 {
    max-width: 81.25rem;
  }
}

.inner-1400 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1400 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1400 {
    max-width: 87.5rem;
  }
}

.inner-1500 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1500 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1500 {
    max-width: 93.75rem;
  }
}

.inner-1600 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1600 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1600 {
    max-width: 100rem;
  }
}

.inner-1920 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1920 {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-1920 {
    max-width: 120rem;
  }
}

.inner-global {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-global {
    max-width: 70rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: ) {
  .inner-global {
    max-width: 39.5rem;
  }
}

.copyright {
  padding-top: 2.25rem;
  padding-right: 18px;
  padding-bottom: 1.9375rem;
  padding-left: 18px;
  background-color: #000;
  text-align: center;
}
@media (min-width: 751px) {
  .copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.copyright__copy {
  color: white;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
}
@media (min-width: 751px) {
  .copyright__copy {
    font-size: 0.875rem;
  }
}

.header-illust-boo {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1100;
  transition: 0.4s;
}
@media (min-width: 751px) {
  .header-illust-boo {
    max-width: 70rem;
  }
}
.js-drawer-open .header-illust-boo {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.header-illust-boo-totop[href] {
  max-width: 9.8125rem;
  top: 2.25rem;
  right: 1.5625rem;
  position: absolute;
  transition: unset;
}
@media (min-width: 751px) {
  .header-illust-boo-totop[href] {
    top: 1.5rem;
    right: 1.3125rem;
  }
}
.header-illust-boo-totop[href]:hover {
  transition: unset;
}

.header {
  width: 100%;
  padding: 2.25rem;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1100;
}
@media (min-width: 751px) {
  .header {
    max-width: 70rem;
    padding-top: 1.625rem;
    padding-bottom: 1.6875rem;
  }
}

.footer {
  margin-top: 9.375rem;
}
@media (min-width: 751px) {
  .footer {
    margin-top: 4.125rem;
  }
}

.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.75rem;
}
@media (min-width: 751px) {
  .footer-sns {
    gap: 0 1.875rem;
  }
}

.footer-sns-x {
  width: 3rem;
}
@media (min-width: 751px) {
  .footer-sns-x {
    width: 1.5rem;
  }
}

.footer-sns-ig {
  width: 3.25rem;
}
@media (min-width: 751px) {
  .footer-sns-ig {
    width: 1.625rem;
  }
}

@media (min-width: 751px) {
  .footer-sns-fb {
    width: 1.5rem;
  }
}

.footer-sns-youtube {
  width: 3.375rem;
}
@media (min-width: 751px) {
  .footer-sns-youtube {
    width: 1.6875rem;
  }
}

@media (min-width: 751px) {
  .footer-sns-tiktok {
    width: 1.625rem;
  }
}

.button-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31.5rem;
  padding: 1.1875rem 2.5rem;
  background-color: #ffeded;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  border: 0.25rem solid #ffeded;
  border-radius: 100vh;
  text-decoration: none;
  transition: 0.4s;
}
@media (min-width: 751px) {
  .button-contact {
    min-width: 15rem;
    padding: 0.6875rem 2.375rem;
    font-size: 1.125rem;
  }
}
.button-contact:hover {
  background-color: white;
  transition: 0.4s;
}
.button-contact--sold-out {
  background-color: #dbdbdb;
  border: 0.25rem solid #dbdbdb;
  pointer-events: none;
}

.artist-informaitonasdf {
  display: flex;
  align-items: baseline;
  color: #000000;
  background-color: #ec81b0;
  text-align: center;
}
.artist-informaitonasdf__dot {
  border: 1px solid #ec81b0;
}

.drawer {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 12.5625rem;
  padding-bottom: 23.75rem;
  background-image: url(/images/bg/bg_fixed.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
}

.drawer-nav__illust {
  max-width: 17.3125rem;
  margin-right: auto;
  margin-bottom: 3.4375rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.drawer-nav__list {
  position: relative;
  z-index: 0;
}
.drawer-nav__list:before {
  content: "";
  display: inline-block;
  width: 112.2666666667%;
  aspect-ratio: 1/1;
  background-color: white;
  border: 1.5rem solid #ec81b0;
  border-radius: 112.2666666667%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.drawer-nav__link {
  display: inline-block;
}
.drawer-nav__item {
  margin-bottom: 3.75rem;
}
.drawer-nav__item:last-child {
  margin-bottom: 0;
}

.drawer-nav-schedule,
.drawer-nav-artist,
.drawer-nav-ticket {
  margin-right: auto;
  margin-left: auto;
}

.drawer-nav-schedule {
  max-width: 24.375rem;
}

.drawer-nav-artist {
  max-width: 30.75rem;
}

.drawer-nav-ticket {
  max-width: 24.375rem;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 3rem;
}
@media (min-width: 751px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: white;
  transition: 0.4s;
}
.js-drawer-open .hamburger__line:first-child {
  transform: translateY(0.75rem) rotate(-40deg);
}
.js-drawer-open .hamburger__line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.js-drawer-open .hamburger__line:last-child {
  transform: translateY(-0.75rem) rotate(40deg);
}

.header-nav {
  display: none;
}
@media (min-width: 751px) {
  .header-nav {
    display: block;
  }
}
.header-nav__list {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.header-nav__link {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1.1875;
  text-decoration: none;
  position: relative;
}
.header-nav__link:link, .header-nav__link:visited {
  color: white;
}
.header-nav__link:hover {
  opacity: unset !important;
}
@media (min-width: 751px) {
  .header-nav__link:before {
    content: "▼";
    color: #ec81b0;
    font-size: 0.75rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: 0.4s;
  }
}
@media (min-width: 751px) {
  .header-nav__link:hover:before {
    transform: translate(-50%, 100%);
    opacity: 1;
    transition: 0.4s;
  }
}

.opening-animation {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  z-index: 9000;
}
.opening-animation__overlay {
  display: block;
  background-color: #ffc3c3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-100%, 0) scale(1, 1);
  transform-origin: right center;
  visibility: visible;
}
.opening-animation__boo-illust {
  max-width: 15.4375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}