@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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: 1em;
  /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@-webkit-keyframes gradMove {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradMove {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}
html {
  font-size: min(10.2564102564px, 2.0512820513vw);
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body.-lock {
  overflow: hidden;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  display: block;
  outline: none;
  margin: 0;
  padding: 0;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: initial;
}

nav li:before {
  content: "";
  display: none;
}

@-webkit-keyframes bgribbonmove_1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -82.2129635417vw 0;
  }
}

@keyframes bgribbonmove_1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -82.2129635417vw 0;
  }
}
@-webkit-keyframes bgribbonmove_2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -54.2731458333vw 0;
  }
}
@keyframes bgribbonmove_2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -54.2731458333vw 0;
  }
}
@-webkit-keyframes bgribbonmove_3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -149.676375vw 0;
  }
}
@keyframes bgribbonmove_3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -149.676375vw 0;
  }
}
@media (max-width: 834px) {
  .l-bg__ribbon {
    display: none;
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon .obj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1.9230769231vw rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 0, 0.0001);
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon[data-id="1"] {
    position: absolute;
    top: 12.5%;
    left: -5%;
    width: 110%;
    height: 6.7708333333vw;
    transform-origin: 0 0;
    transform: rotate(-10deg);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon[data-id="1"] .obj {
    background: url(/event/2manshow/assets/img/kv/ph_ribbon_1.png) repeat-x 0 0/auto 100%;
    -webkit-animation: bgribbonmove_1 40s 0s linear infinite;
            animation: bgribbonmove_1 40s 0s linear infinite;
  }
}
@media (min-width: 835px) {
  [data-intro="1"] .l-bg__ribbon[data-id="1"] {
    -webkit-animation: clipInLeft 1s 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
            animation: clipInLeft 1s 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon[data-id="2"] {
    position: absolute;
    top: 125%;
    left: 0;
    width: 120%;
    height: 4.9479166667vw;
    transform-origin: 0 0;
    transform: rotate(-20deg);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon[data-id="2"] .obj {
    background: url(/event/2manshow/assets/img/kv/ph_ribbon_2.png) repeat-x 0 0/auto 100%;
    -webkit-animation: ribbonmove_1 80s 0s linear infinite;
            animation: ribbonmove_1 80s 0s linear infinite;
  }
}
@media (min-width: 835px) {
  [data-intro="1"] .l-bg__ribbon[data-id="2"] {
    -webkit-animation: clipInLeft 1s 1.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
            animation: clipInLeft 1s 1.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon[data-id="3"] {
    position: absolute;
    top: 70%;
    left: 0;
    width: 110%;
    height: 5.2083333333vw;
    transform-origin: 0 0;
    transform: rotate(10deg);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@media (min-width: 835px) {
  .l-bg__ribbon[data-id="3"] .obj {
    background: url(/event/2manshow/assets/img/kv/ph_ribbon_3.png) repeat-x 0 0/auto 100%;
    -webkit-animation: ribbonmove_3 200s 0s linear infinite;
            animation: ribbonmove_3 200s 0s linear infinite;
  }
}
@media (min-width: 835px) {
  [data-intro="1"] .l-bg__ribbon[data-id="3"] {
    -webkit-animation: clipInLeft 1s 1.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
            animation: clipInLeft 1s 1.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  }
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: url(/event/2manshow/assets/img/common/bg_wide.jpg) no-repeat center/cover;
  display: none;
  height: 100%;
  width: 100%;
}
@media (min-width: 501px) {
  .l-bg {
    display: block;
  }
}
@media (min-width: 835px) {
  .l-bg {
    overflow: hidden;
  }
}
.l-bg video {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 501px) {
  .l-bg video {
    display: block;
  }
}

.l-bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: calc(100% - 500px);
}

.l-bg__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 780/524;
  max-width: 780px;
  min-width: 500px;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 54.9295774648%;
  z-index: -5;
}
@media (min-width: 1001px) {
  .l-bg__cont {
    z-index: 1;
  }
}
.-load .l-bg__cont {
  -webkit-animation: itemInOpa 0.5s 1.8s forwards;
          animation: itemInOpa 0.5s 1.8s forwards;
}

.l-bg__cont__inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.-load .l-bg__cont__inner {
  -webkit-animation: bgContIn 1s 1.8s forwards;
          animation: bgContIn 1s 1.8s forwards;
}

@-webkit-keyframes bgContIn {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.8);
  }
  99% {
    filter: brightness(1);
  }
  100% {
    filter: none;
  }
}

@keyframes bgContIn {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.8);
  }
  99% {
    filter: brightness(1);
  }
  100% {
    filter: none;
  }
}
.l-bg__logo {
  aspect-ratio: 930/510;
  margin-left: 5.3846153846%;
  position: relative;
  width: 80.7692307692%;
  z-index: 2;
}
.l-bg__logo .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.l-bg__logo .mask-shadow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.l-bg__logo .mask-shadow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-mask: url(/event/2manshow/assets/img/mainvisual/logo_shadow.png) no-repeat center/contain;
          mask: url(/event/2manshow/assets/img/mainvisual/logo_shadow.png) no-repeat center/contain;
  height: 100%;
  width: 100%;
}

.l-bg__date {
  position: absolute;
  top: 30.534351145%;
  left: 0;
  aspect-ratio: 780/334;
  width: 100%;
  z-index: 1;
}
.l-bg__date .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-mask: url(/event/2manshow/assets/img/mainvisual/txt_date.png) no-repeat center/contain;
          mask: url(/event/2manshow/assets/img/mainvisual/txt_date.png) no-repeat center/contain;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.l-bg__date .bg {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.l-bg__date .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/event/2manshow/assets/img/mainvisual/txt_date_bg.png) no-repeat center/contain;
  height: 100%;
  width: 100%;
}

.l-bg__filter {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  opacity: 0;
  width: 100vw;
}
.-load .l-bg__filter {
  -webkit-animation: itemInOpa 1s 1.8s forwards;
          animation: itemInOpa 1s 1.8s forwards;
}

.l-bg__mainshadow {
  height: 100%;
  background: #000;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
  display: none;
  opacity: 0;
  width: 500px;
}
@media (min-width: 501px) {
  .l-bg__mainshadow {
    display: block;
  }
}
@media (min-width: 500px) and (max-width: 834px) {
  .l-bg__mainshadow {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 835px) {
  .l-bg__mainshadow {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.-load .l-bg__mainshadow {
  -webkit-animation: itemInOpa 0.5s 1.8s forwards;
          animation: itemInOpa 0.5s 1.8s forwards;
}

.l-bg__txt {
  position: absolute;
  top: 73.2824427481%;
  left: 15.641025641%;
  aspect-ratio: 534/146;
  width: 68.4615384615%;
}
.l-bg__txt .bg,
.l-bg__txt .txt {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.l-bg__txt::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.l-bg__txt .bg {
  background: url(/event/2manshow/assets/img/bg/bg_date.svg) no-repeat center/contain;
}
.l-bg__txt .txt {
  -webkit-mask: url(/event/2manshow/assets/img/bg/txt_date.svg) no-repeat center/contain;
          mask: url(/event/2manshow/assets/img/bg/txt_date.svg) no-repeat center/contain;
}

.l-footer {
  background: url(/event/2manshow/assets/img/footer/bg.jpg) no-repeat center/cover;
  padding: 3.4375rem 3.25rem;
  position: relative;
}

.l-footer__txt {
  font-size: 1.5rem;
  line-height: 1.8333333333;
}
.l-footer__txt a {
  text-decoration: underline;
}

.l-footer__btn {
  display: block;
  width: 38.75rem;
  margin: 3.75rem auto;
}

.l-footer__copy {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  text-align: center;
}

.l-main {
  position: relative;
  overflow: hidden;
  max-width: 500px;
}
@media (min-width: 501px) {
  .l-main {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
@media (min-width: 500px) and (max-width: 834px) {
  .l-main {
    margin: 0 auto;
  }
}
@media (min-width: 835px) {
  .l-main {
    margin-left: auto;
  }
}
@media (min-width: 501px) {
  .-load .l-main {
    -webkit-animation: tapeInTB 1.2s 1.2s forwards;
            animation: tapeInTB 1.2s 1.2s forwards;
  }
}

.l-main__bg {
  background: url(/event/2manshow/assets/img/common/bg.jpg) no-repeat top/100% auto, #000;
  height: 100%;
}
@media (max-width: 834px) {
  .l-main__bg {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 500px;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (min-width: 835px) {
  .l-main__bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
  }
}

.l-main__inner {
  position: relative;
}

.l-main__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}

.l-share_wide {
  position: absolute;
  top: 25px;
  left: 22px;
  opacity: 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  transition: opacity 0.4s 0s;
  width: 26px;
  z-index: 2;
}
@media (max-width: 834px) {
  .l-share_wide {
    display: none;
  }
}
.-introend .l-share_wide {
  opacity: 1;
}

.l-share_wide__head {
  width: 11px;
  margin: 0 auto 30px;
}

.l-share_wide__sns {
  width: 26.4px;
  margin: 0 auto;
}

.l-share_wide__sns__item {
  margin: 20px auto 0;
}
.l-share_wide__sns__item[data-sns=x] {
  width: 24px;
}
.l-share_wide__sns__item[data-sns=fb] {
  width: 13.2px;
  margin-left: 5px;
}
.l-share_wide__sns__item[data-sns=line] {
  width: 26.4px;
}

.c-acc {
  overflow: hidden;
  height: 0px;
  transition: height 0.3s 0s ease;
}

@-webkit-keyframes itemInY {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes itemInY {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInYM {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInYM {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes itemInOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes itemOutOpa {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes itemOutOpa {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes itemInOpaBlur {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes itemInOpaBlur {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes itemInBlurBright {
  0% {
    filter: blur(3px) brightness(0.8);
    will-change: opacity transform;
  }
  50% {
    filter: blur(3px) brightness(0.8);
    will-change: opacity transform;
  }
  80% {
    filter: blur(0) brightness(1.5);
    will-change: opacity transform;
  }
  99% {
    filter: blur(0) brightness(1);
    will-change: opacity transform;
  }
  100% {
    filter: none;
    will-change: auto;
  }
}
@keyframes itemInBlurBright {
  0% {
    filter: blur(3px) brightness(0.8);
    will-change: opacity transform;
  }
  50% {
    filter: blur(3px) brightness(0.8);
    will-change: opacity transform;
  }
  80% {
    filter: blur(0) brightness(1.5);
    will-change: opacity transform;
  }
  99% {
    filter: blur(0) brightness(1);
    will-change: opacity transform;
  }
  100% {
    filter: none;
    will-change: auto;
  }
}
@-webkit-keyframes tapeInLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeInRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeInTB {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes tapeInTB {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes tapeOutRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@keyframes tapeOutRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes tapeOutLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes tapeOutLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes itemRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes itemRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes grungeDecoIn1 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes grungeDecoIn1 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes grungeDecoIn2 {
  0% {
    opacity: 0;
    transform: translate(-0.3125rem, -0.3125rem) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes grungeDecoIn2 {
  0% {
    opacity: 0;
    transform: translate(-0.3125rem, -0.3125rem) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes ItemBrightInH {
  0% {
    filter: brightness(1);
    opacity: 0;
  }
  50% {
    filter: brightness(1.5);
    opacity: 1;
  }
  80% {
    filter: brightness(0.8);
    opacity: 1;
  }
  100% {
    filter: brightness(1);
    opacity: 1;
  }
}
@keyframes ItemBrightInH {
  0% {
    filter: brightness(1);
    opacity: 0;
  }
  50% {
    filter: brightness(1.5);
    opacity: 1;
  }
  80% {
    filter: brightness(0.8);
    opacity: 1;
  }
  100% {
    filter: brightness(1);
    opacity: 1;
  }
}
@-webkit-keyframes ItemBrightInS {
  0% {
    filter: brightness(1);
    opacity: 0;
  }
  50% {
    filter: brightness(1);
    opacity: 1;
  }
  80% {
    filter: brightness(0.8);
    opacity: 1;
  }
  100% {
    filter: brightness(1);
    opacity: 1;
  }
}
@keyframes ItemBrightInS {
  0% {
    filter: brightness(1);
    opacity: 0;
  }
  50% {
    filter: brightness(1);
    opacity: 1;
  }
  80% {
    filter: brightness(0.8);
    opacity: 1;
  }
  100% {
    filter: brightness(1);
    opacity: 1;
  }
}
@-webkit-keyframes ItemBrightInf {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes ItemBrightInf {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
@-webkit-keyframes itemBoundIn {
  0% {
    opacity: 0;
    transform: scale(1.05);
    will-change: opacity transform;
  }
  80% {
    opacity: 1;
    transform: scale(0.95);
    will-change: opacity transform;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    will-change: auto;
  }
}
@keyframes itemBoundIn {
  0% {
    opacity: 0;
    transform: scale(1.05);
    will-change: opacity transform;
  }
  80% {
    opacity: 1;
    transform: scale(0.95);
    will-change: opacity transform;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    will-change: auto;
  }
}
.c-btn {
  border-radius: 999px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15625;
  margin-top: 2.3125rem;
  min-height: 5.5rem;
  position: relative;
  text-align: center;
}
.c-btn a {
  display: block;
  height: 100%;
  padding: 1.5625rem 3.75rem 1.5625rem;
  width: 100%;
}
.c-btn::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  background: #000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  height: 1.25rem;
  transform: translateY(-50%);
  width: 0.875rem;
}
.c-btn + .c-btn {
  margin-top: 2rem;
}
.ticket__notice .c-btn, .livestreaming__hakomiru .c-btn {
  margin: 0 auto;
  width: 32.5rem;
}
.livestreaming__hakomiru .c-btn {
  margin: 1.875rem auto 0;
}
.c-btn.-off {
  opacity: 0.4;
  pointer-events: none;
}

.c-btn-border {
  border-radius: 999px;
  margin: 0 auto;
  text-align: center;
  width: 32.5rem;
}
.c-btn-border a {
  display: block;
  height: 100%;
  padding: 1.5625rem 1.75rem;
  width: 100%;
}
.ticket__btn + .c-btn-border {
  margin: 2rem auto 0;
}

.c-color-text {
  color: #EF555F;
  will-change: color;
}
.c-color-text[data-color=bae] {
  color: #EF555F;
}
[data-color=bae] .c-color-text {
  color: #EF555F;
}
.c-color-text[data-color=thecatswhiskers] {
  color: #1487E6;
}
[data-color=thecatswhiskers] .c-color-text {
  color: #1487E6;
}
.c-color-text[data-color=cozmez] {
  color: #D9B3E0;
}
[data-color=cozmez] .c-color-text {
  color: #D9B3E0;
}
.c-color-text[data-color=akanyatsura] {
  color: #FACC52;
}
[data-color=akanyatsura] .c-color-text {
  color: #FACC52;
}
.c-color-text[data-color=visty] {
  color: #F668B2;
}
[data-color=visty] .c-color-text {
  color: #F668B2;
}
.c-color-text[data-color=amprule] {
  color: #00A573;
}
[data-color=amprule] .c-color-text {
  color: #00A573;
}
.c-color-text[data-color=t_1nm8] {
  color: #BDC3C4;
}
[data-color=t_1nm8] .c-color-text {
  color: #BDC3C4;
}
.c-color-text[data-color=gokuluck] {
  color: #F75A19;
}
[data-color=gokuluck] .c-color-text {
  color: #F75A19;
}

.c-color-maskbg,
.c-color-bg {
  background: #EF555F;
  will-change: background;
}
[data-color=bae] .c-color-maskbg,
[data-color=bae] .c-color-bg {
  background: #EF555F;
}
[data-color=thecatswhiskers] .c-color-maskbg,
[data-color=thecatswhiskers] .c-color-bg {
  background: #1487E6;
}
[data-color=cozmez] .c-color-maskbg,
[data-color=cozmez] .c-color-bg {
  background: #D9B3E0;
}
[data-color=akanyatsura] .c-color-maskbg,
[data-color=akanyatsura] .c-color-bg {
  background: #FACC52;
}
[data-color=visty] .c-color-maskbg,
[data-color=visty] .c-color-bg {
  background: #F668B2;
}
[data-color=amprule] .c-color-maskbg,
[data-color=amprule] .c-color-bg {
  background: #00A573;
}
[data-color=t_1nm8] .c-color-maskbg,
[data-color=t_1nm8] .c-color-bg {
  background: #BDC3C4;
}
[data-color=gokuluck] .c-color-maskbg,
[data-color=gokuluck] .c-color-bg {
  background: #F75A19;
}

.c-timetable {
  border-right: 0.125rem solid #EF555F;
  background: rgba(239, 85, 95, 0.3);
  will-change: border-color background;
}
[data-color=bae] .c-timetable {
  background: rgba(239, 85, 95, 0.3);
  border-color: #EF555F;
}
[data-color=thecatswhiskers] .c-timetable {
  background: rgba(20, 135, 230, 0.3);
  border-color: #1487E6;
}
[data-color=cozmez] .c-timetable {
  background: rgba(217, 179, 224, 0.3);
  border-color: #D9B3E0;
}
[data-color=akanyatsura] .c-timetable {
  background: rgba(250, 204, 82, 0.3);
  border-color: #FACC52;
}
[data-color=visty] .c-timetable {
  background: rgba(246, 104, 178, 0.3);
  border-color: #F668B2;
}
[data-color=amprule] .c-timetable {
  background: rgba(0, 165, 115, 0.3);
  border-color: #00A573;
}
[data-color=t_1nm8] .c-timetable {
  background: rgba(189, 195, 196, 0.3);
  border-color: #BDC3C4;
}
[data-color=gokuluck] .c-timetable {
  background: rgba(247, 90, 25, 0.3);
  border-color: #F75A19;
}

.c-color-border {
  will-change: border-color;
}
.c-color-border.-all {
  border: 0.125rem solid #EF555F;
}
.c-color-border.-bottom {
  border-bottom: 0.125rem solid #EF555F;
}
.c-color-border.-top {
  border-top: 0.125rem solid #EF555F;
}
[data-color=bae] .c-color-border {
  border-color: #EF555F;
}
[data-color=thecatswhiskers] .c-color-border {
  border-color: #1487E6;
}
[data-color=cozmez] .c-color-border {
  border-color: #D9B3E0;
}
[data-color=akanyatsura] .c-color-border {
  border-color: #FACC52;
}
[data-color=visty] .c-color-border {
  border-color: #F668B2;
}
[data-color=amprule] .c-color-border {
  border-color: #00A573;
}
[data-color=t_1nm8] .c-color-border {
  border-color: #BDC3C4;
}
[data-color=gokuluck] .c-color-border {
  border-color: #F75A19;
}

.c-color-border-bottom {
  border-top: 0.125rem solid rgba(239, 85, 95, 0.4);
  will-change: border-color;
}
[data-color=bae] .c-color-border-bottom {
  border-color: #EF555F;
}
[data-color=thecatswhiskers] .c-color-border-bottom {
  border-color: #1487E6;
}
[data-color=cozmez] .c-color-border-bottom {
  border-color: #D9B3E0;
}
[data-color=akanyatsura] .c-color-border-bottom {
  border-color: #FACC52;
}
[data-color=visty] .c-color-border-bottom {
  border-color: #F668B2;
}
[data-color=amprule] .c-color-border-bottom {
  border-color: #00A573;
}
[data-color=t_1nm8] .c-color-border-bottom {
  border-color: #BDC3C4;
}
[data-color=gokuluck] .c-color-border-bottom {
  border-color: #F75A19;
}

.c-color-border40 {
  will-change: border-color;
}
.c-color-border40.-all {
  border: 0.125rem solid rgba(239, 85, 95, 0.4);
}
.c-color-border40.-bottom {
  border-bottom: 0.125rem solid rgba(239, 85, 95, 0.4);
}
.c-color-border40.-top {
  border-top: 0.125rem solid rgba(239, 85, 95, 0.4);
}
[data-color=bae] .c-color-border40 {
  border-color: rgba(239, 85, 95, 0.4);
}
[data-color=thecatswhiskers] .c-color-border40 {
  border-color: rgba(20, 135, 230, 0.4);
}
[data-color=cozmez] .c-color-border40 {
  border-color: rgba(217, 179, 224, 0.4);
}
[data-color=akanyatsura] .c-color-border40 {
  border-color: rgba(250, 204, 82, 0.4);
}
[data-color=visty] .c-color-border40 {
  border-color: rgba(246, 104, 178, 0.4);
}
[data-color=amprule] .c-color-border40 {
  border-color: rgba(0, 165, 115, 0.4);
}
[data-color=t_1nm8] .c-color-border40 {
  border-color: rgba(189, 195, 196, 0.4);
}
[data-color=gokuluck] .c-color-border40 {
  border-color: rgba(247, 90, 25, 0.4);
}

.c-color-after::after {
  background: #EF555F;
  will-change: background;
}
[data-color=bae] .c-color-after::after {
  background: #EF555F;
}
[data-color=thecatswhiskers] .c-color-after::after {
  background: #1487E6;
}
[data-color=cozmez] .c-color-after::after {
  background: #D9B3E0;
}
[data-color=akanyatsura] .c-color-after::after {
  background: #FACC52;
}
[data-color=visty] .c-color-after::after {
  background: #F668B2;
}
[data-color=amprule] .c-color-after::after {
  background: #00A573;
}
[data-color=t_1nm8] .c-color-after::after {
  background: #BDC3C4;
}
[data-color=gokuluck] .c-color-after::after {
  background: #F75A19;
}

.c-color-before::before {
  background: #EF555F;
  will-change: background;
}
[data-color=bae] .c-color-before::before {
  background: #EF555F;
}
[data-color=thecatswhiskers] .c-color-before::before {
  background: #1487E6;
}
[data-color=cozmez] .c-color-before::before {
  background: #D9B3E0;
}
[data-color=akanyatsura] .c-color-before::before {
  background: #FACC52;
}
[data-color=visty] .c-color-before::before {
  background: #F668B2;
}
[data-color=amprule] .c-color-before::before {
  background: #00A573;
}
[data-color=t_1nm8] .c-color-before::before {
  background: #BDC3C4;
}
[data-color=gokuluck] .c-color-before::before {
  background: #F75A19;
}

.c-color-border-dashed {
  border-top: 0.125rem dashed #EF555F;
  will-change: border-color;
}
[data-color=bae] .c-color-border-dashed {
  border-color: #EF555F;
}
[data-color=thecatswhiskers] .c-color-border-dashed {
  border-color: #1487E6;
}
[data-color=cozmez] .c-color-border-dashed {
  border-color: #D9B3E0;
}
[data-color=akanyatsura] .c-color-border-dashed {
  border-color: #FACC52;
}
[data-color=visty] .c-color-border-dashed {
  border-color: #F668B2;
}
[data-color=amprule] .c-color-border-dashed {
  border-color: #00A573;
}
[data-color=t_1nm8] .c-color-border-dashed {
  border-color: #BDC3C4;
}
[data-color=gokuluck] .c-color-border-dashed {
  border-color: #F75A19;
}

.c-color-no-opacity {
  will-change: opacity;
}
[data-color=bae] .c-color-no-opacity {
  -webkit-animation: baecolorNoOpacity 0.4s 0s forwards;
          animation: baecolorNoOpacity 0.4s 0s forwards;
}
[data-color=thecatswhiskers] .c-color-no-opacity {
  -webkit-animation: thecatswhiskerscolorNoOpacity 0.4s 0s forwards;
          animation: thecatswhiskerscolorNoOpacity 0.4s 0s forwards;
}
[data-color=cozmez] .c-color-no-opacity {
  -webkit-animation: cozmezcolorNoOpacity 0.4s 0s forwards;
          animation: cozmezcolorNoOpacity 0.4s 0s forwards;
}
[data-color=akanyatsura] .c-color-no-opacity {
  -webkit-animation: akanyatsuracolorNoOpacity 0.4s 0s forwards;
          animation: akanyatsuracolorNoOpacity 0.4s 0s forwards;
}
[data-color=visty] .c-color-no-opacity {
  -webkit-animation: vistycolorNoOpacity 0.4s 0s forwards;
          animation: vistycolorNoOpacity 0.4s 0s forwards;
}
[data-color=amprule] .c-color-no-opacity {
  -webkit-animation: amprulecolorNoOpacity 0.4s 0s forwards;
          animation: amprulecolorNoOpacity 0.4s 0s forwards;
}
[data-color=t_1nm8] .c-color-no-opacity {
  -webkit-animation: t_1nm8colorNoOpacity 0.4s 0s forwards;
          animation: t_1nm8colorNoOpacity 0.4s 0s forwards;
}
[data-color=gokuluck] .c-color-no-opacity {
  -webkit-animation: gokuluckcolorNoOpacity 0.4s 0s forwards;
          animation: gokuluckcolorNoOpacity 0.4s 0s forwards;
}

@-webkit-keyframes baecolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}

@keyframes baecolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes thecatswhiskerscolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes thecatswhiskerscolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cozmezcolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes cozmezcolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes akanyatsuracolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes akanyatsuracolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vistycolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes vistycolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes amprulecolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes amprulecolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes t_1nm8colorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes t_1nm8colorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes gokuluckcolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes gokuluckcolorNoOpacity {
  0% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  64% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
  /*  90% {
      opacity: 0.4;
  } */
  100% {
    opacity: 1;
  }
}
@media (min-width: 835px) {
  .c-hover_op {
    transition: opacity 0.3s 0s ease;
  }
}
@media (min-width: 835px) {
  .c-hover_op:hover {
    opacity: 0.5;
  }
}

@media (min-width: 835px) {
  .c-hover_scale {
    transition: transform 0.3s 0s ease;
  }
}
.c-hover_scale:hover {
  transform: scale(0.95);
}

@media (min-width: 835px) {
  .c-hover_bright {
    transition: filter 0.3s 0s ease;
  }
}
.c-hover_bright:hover {
  filter: brightness(1.6);
}

@media (min-width: 835px) {
  .c-hover_bright-s {
    transition: filter 0.3s 0s ease;
  }
}
.c-hover_bright-s:hover {
  filter: brightness(1.3);
}

.c-inner {
  margin: 0 3.875rem;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s 0s ease;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__close {
  aspect-ratio: 1/1;
  background: url(/event/2manshow/assets/img/common/ico/ico_close.svg) no-repeat 0 0/100%;
  width: 5rem;
  position: fixed;
  top: 3.125rem;
  right: 3.125rem;
}
@media (min-width: 835px) {
  .c-modal__close {
    width: 64px;
    position: fixed;
    top: 40px;
    right: 40px;
  }
}

.c-modal__inner {
  padding: 10rem 3.5rem;
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.6923076923;
}
@media (min-width: 835px) {
  .c-modal__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 200px 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
.-illust .c-modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  max-width: none;
  padding: 0 10vw;
  position: relative;
  width: 100%;
}
.c-modal__inner .illust {
  width: 100%;
}
.c-modal__inner .illust img {
  display: block;
}
@media (min-width: 835px) {
  .c-modal__inner .illust img {
    height: auto;
    width: 100%;
  }
}

.js-modal_open {
  cursor: pointer;
}

.c-notice {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #999999;
}

.c-notice__list {
  font-size: 1.5rem;
  font-weight: 500;
  color: #999999;
  line-height: 1.5;
}
.c-notice__list[data-nakaguro="1"] li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.c-notice__list[data-kome="1"] li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-cmn_reveal {
  opacity: 0;
  transform: translate(-1.25rem, 0);
}
.-reveal .c-cmn_reveal {
  transition: all 0.6s 0s ease;
  opacity: 1;
  transform: translate(0, 0);
}

.c-cmn_border {
  position: relative;
}
.c-cmn_border:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.c-cmn_border.-reveal:before {
  transition: transform 0.6s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleX(1);
}

.c-blurIn {
  filter: blur(3px) brightness(0.8);
}
.c-blurIn.-reveal {
  -webkit-animation: itemInBlurBright 0.5s 0s forwards;
          animation: itemInBlurBright 0.5s 0s forwards;
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 835px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 834px) {
  .c-visible_wide {
    display: none;
  }
}