@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: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-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;
}

html {
  font-size: min(10.2564102564px, 2.0512820513vw);
  scroll-behavior: smooth;
  scroll-padding-top: 12vw;
  touch-action: manipulation;
}
@media (min-width: 501px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e7e7e7;
  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%;
}

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

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

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

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

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

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-feature-settings: "palt";
  margin: 0;
  outline: none;
  padding: 0;
}

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

.l-bg {
  position: fixed;
  inset: 0;
  background-color: #131d4c;
  overflow: hidden;
}
.l-bg:before, .l-bg:after {
  position: absolute;
  inset: 0;
  background: url(/event/dopespace/assets/img/bg/bg_line.svg) no-repeat 0 0/cover;
  content: "";
  pointer-events: none;
}
.l-bg:after {
  background-image: url(/event/dopespace/assets/img/bg/bg_shadow.png);
  background-position: center;
}
.l-bg:has(.l-bg__slide:only-child) .l-bg__btn {
  display: none;
}
@media (max-width: 500px) {
  .l-bg:before, .l-bg:after {
    display: none;
  }
}
@media (min-width: 835px) {
  .l-bg {
    right: 48.75rem;
  }
}

.l-bg__starry {
  height: 100vh;
  width: 100%;
}
@media (max-width: 500px) {
  .l-bg__starry {
    display: none;
  }
}

.l-bg__wrapper {
  position: absolute;
  inset: 0;
  align-items: center;
  display: flex;
  rotate: -5deg;
}
@media (max-width: 834px) {
  .l-bg__wrapper {
    display: none;
  }
}

.l-bg__slide {
  animation: 10s infinite swaySlide;
  flex-shrink: 0;
  margin-inline: 1.7605633803%;
  translate: 0 -1%;
  width: 87.323943662%;
}
@keyframes swaySlide {
  50% {
    translate: 0 1%;
  }
}
.l-bg__slide[data-swiper-slide-index="0"] {
  animation-delay: 0s;
}
.l-bg__slide[data-swiper-slide-index="1"] {
  animation-delay: -1s;
}
.l-bg__slide[data-swiper-slide-index="2"] {
  animation-delay: -2s;
}
.l-bg__slide[data-swiper-slide-index="3"] {
  animation-delay: -3s;
}
.l-bg__slide[data-swiper-slide-index="4"] {
  animation-delay: -4s;
}
.l-bg__slide[data-swiper-slide-index="5"] {
  animation-delay: -5s;
}
.l-bg__slide[data-swiper-slide-index="6"] {
  animation-delay: -6s;
}
.l-bg__slide[data-swiper-slide-index="7"] {
  animation-delay: -7s;
}
.l-bg__slide[data-swiper-slide-index="8"] {
  animation-delay: -8s;
}
.l-bg__slide[data-swiper-slide-index="9"] {
  animation-delay: -9s;
}
.l-bg__slide[data-swiper-slide-index="10"] {
  animation-delay: -10s;
}
.l-bg__slide[data-swiper-slide-index="11"] {
  animation-delay: -11s;
}
.l-bg__slide[data-swiper-slide-index="12"] {
  animation-delay: -12s;
}
.l-bg__slide[data-swiper-slide-index="13"] {
  animation-delay: -13s;
}
.l-bg__slide[data-swiper-slide-index="14"] {
  animation-delay: -14s;
}
.l-bg__slide[data-swiper-slide-index="15"] {
  animation-delay: -15s;
}
.l-bg__slide[data-swiper-slide-index="16"] {
  animation-delay: -16s;
}
.l-bg__slide[data-swiper-slide-index="17"] {
  animation-delay: -17s;
}
.l-bg__slide[data-swiper-slide-index="18"] {
  animation-delay: -18s;
}
.l-bg__slide[data-swiper-slide-index="19"] {
  animation-delay: -19s;
}

.l-bg__btn {
  position: absolute;
  inset: 0 3.875rem 0 auto;
  height: 8.375rem;
  margin-block: auto;
}
.l-bg__btn button {
  aspect-ratio: 1;
  border-radius: 50%;
  height: 100%;
}
.l-bg__btn button:before {
  position: absolute;
  inset: 0.125rem;
  background-color: #000;
  border-radius: inherit;
  content: "";
}
.l-bg__btn img {
  position: relative;
  width: 3.375rem;
}
.l-bg__btn:first-of-type {
  inset: 0 auto 0 3.875rem;
}
.l-bg__btn:first-of-type img {
  scale: -1;
}
@media (max-width: 834px) {
  .l-bg__btn {
    display: none;
  }
}

.l-footer {
  background-color: #101012;
  border-radius: 1.875rem 1.875rem 0 0;
  margin-top: 5rem;
  padding: 0 3.875rem 3rem;
  position: relative;
}
.l-footer:before {
  position: absolute;
  inset: 0 1.875rem;
  border-inline: 0.125rem solid #585859;
  content: "";
  pointer-events: none;
}

.l-footer__contact {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  padding-top: 2.375rem;
}
.l-footer__contact:after {
  border-bottom: 0.125rem solid #585859;
  content: "";
  display: block;
  margin: 2.5rem -1.875rem 0;
}
.l-footer__contact:last-of-type:after {
  margin-inline: -3.875rem;
}

.l-footer__contact__ttl:before {
  color: #878788;
  content: "●";
  margin-right: 0.5em;
}

.l-footer__contact__txt {
  color: #9f9fa0;
  margin-top: 1.5625rem;
}
.l-footer__contact__txt a {
  display: inline-block;
  text-decoration: underline;
}

.l-footer__btn {
  margin: 3rem auto 0;
  width: 38.75rem;
}
.l-footer__btn a {
  display: block;
}

.l-footer__cr {
  color: #cfcfd0;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  margin: 1.875rem 0 -0.5rem;
  text-align: center;
}

.l-main {
  background-color: #000;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
  margin-inline: auto;
  padding-top: 12.1875rem;
  position: relative;
  width: 48.75rem;
  z-index: 0;
}
.l-main:after {
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
  content: "";
  pointer-events: none;
}
.-ready .l-main:after {
  animation: 2.4s 0.6s forwards brightMain;
}
@keyframes brightMain {
  50% {
    -webkit-backdrop-filter: brightness(3);
            backdrop-filter: brightness(3);
  }
  100% {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media (min-width: 835px) {
  .l-main {
    box-shadow: -0.625rem 0 1.25rem rgba(0, 0, 0, 0.5);
    margin-right: 0;
  }
}

.l-main__starry {
  position: fixed;
  inset: 0;
  height: 100vh;
  margin-inline: auto;
  width: 48.75rem;
  z-index: -1;
}
@media (min-width: 835px) {
  .l-main__starry {
    left: auto;
  }
}

.c-font-orbitron {
  font-family: "Orbitron", serif;
  font-style: normal;
  font-weight: 400;
}

.c-font-silkscreen {
  font-family: "Silkscreen", serif;
  font-style: normal;
  font-weight: 400;
}

.c-font-worksans {
  font-family: "Work Sans", serif;
  font-style: normal;
  font-weight: 400;
}

.c-font-zendots {
  font-family: "Zen Dots", serif;
  font-style: normal;
  font-weight: 400;
}

.c-gra_bg,
.c-gra_txt,
.c-gra_border:before {
  background: linear-gradient(90deg, #a4b9c5, #7f90c8, #dee2f2, #becdda, #a5d4c3, #dadeef, #a4b9c5) repeat-x 0 0/48.75rem 100%;
  color: #101012;
}

.c-gra_bg.-reveal,
.c-gra_txt.-reveal,
.c-gra_border.-reveal:before {
  animation: 1s 0.5s moveGra;
}
@keyframes moveGra {
  100% {
    background-position: 48.75rem 0;
  }
}

.c-gra_txt {
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.c-gra_border {
  position: relative;
}
.c-gra_border:before {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 0.125rem 0, 0.125rem calc(100% - 0.125rem), calc(100% - 0.125rem) calc(100% - 0.125rem), calc(100% - 0.125rem) 4.125rem, 0 4.125rem);
  content: "";
  z-index: -1;
}

.c-grid__normal {
  background: url(/event/dopespace/assets/img/common/bg_grid_normal.png) no-repeat 0 0/100%;
  height: 0.75rem;
}

.c-grid__top {
  background: url(/event/dopespace/assets/img/common/bg_grid_top.png) no-repeat 0 0/100%;
  height: 0.75rem;
}

.c-grid__bottom {
  background: url(/event/dopespace/assets/img/common/bg_grid_bottom.png) no-repeat 0 0/100%;
  height: 0.75rem;
}

.c-gridbox {
  background: url(/event/dopespace/assets/img/common/bg_grid_top.png) no-repeat 0 0/100%, url(/event/dopespace/assets/img/common/bg_grid_bottom.png) no-repeat 0 100%/100%;
  margin-top: 8.75rem;
  padding: 3.875rem 3.125rem;
  position: relative;
}
.c-gridbox:before {
  position: absolute;
  inset: 0.75rem 1.25rem;
  border-inline: 0.125rem solid #404041;
  content: "";
  pointer-events: none;
}
.c-gridbox:after {
  position: absolute;
  inset: 2rem 0;
  border-block: 0.125rem solid #404041;
  content: "";
  pointer-events: none;
}

.c-gridbox__head {
  height: 16.25rem;
  line-height: 1;
  position: relative;
}
.c-gridbox__head:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: url(/event/dopespace/assets/img/common/bg_barcode_01.svg);
  font-size: 0;
  width: 8.75rem;
}

.c-gridbox__head__en {
  font-size: 6.25rem;
}
.c-gridbox__head__en.-sm {
  font-size: 5rem;
}

.c-gridbox__head__ja {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 0.375rem;
}

.c-gridbox__subbox {
  padding-top: 5.625rem;
  position: relative;
}
.c-gridbox__subbox:before {
  position: absolute;
  inset: 1.75rem -1.875rem auto;
  border-top: 0.125rem solid #404041;
  content: "";
}
.about .c-gridbox__subbox {
  padding-top: 7rem;
}
.about .c-gridbox__subbox:before {
  border-bottom: 0.125rem solid #404041;
  height: 1.5rem;
}

.c-gridbox__barcode {
  position: absolute;
  inset: -9.375rem 1.875rem auto;
  background: url(/event/dopespace/assets/img/common/bg_barcode_02.svg) no-repeat left center/12.6875rem;
  color: #404041;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 8.3333333333;
  text-align: right;
}

.c-gridbox__tab {
  border-block: 0.125rem solid #404041;
  display: flex;
  height: 6.25rem;
  margin: 1.75rem -1.875rem 0;
  position: relative;
}
.c-gridbox__tab:before {
  position: absolute;
  inset: 0;
  border-inline: 0.125rem solid #404041;
  content: "";
  margin-inline: auto;
  pointer-events: none;
  width: 33.3333333333%;
}

.c-gridbox__tab__btn {
  width: 33.3333333333%;
}
.c-gridbox__tab__btn span {
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1428571429;
  padding-bottom: 0.1em;
}

.c-gridbox__tab__bar {
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  transition: left 0.3s;
  width: 33.3333333333%;
}
.c-gridbox__tab__bar span {
  background: #e7e7e7 content-box;
  display: block;
  height: 1.125rem;
  padding-bottom: 0.625rem;
  position: relative;
}
.c-gridbox__tab__bar span:after {
  position: absolute;
  inset: 0;
  background-color: #e7e7e7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  margin-inline: auto;
  width: 2rem;
}

.c-gridbox__tabbox {
  display: none;
  padding-top: 3.75rem;
}
.c-gridbox__tabbox.-select {
  animation: 1s forwards showTabbox;
  display: block;
  opacity: 0;
}
@keyframes showTabbox {
  100% {
    opacity: 1;
  }
}

@media (any-hover: hover) {
  .c-hover_op {
    transition: opacity 0.3s;
  }
  .c-hover_op:hover {
    opacity: 0.5;
  }
}

@media (any-hover: hover) {
  .c-hover_scale {
    transition: transform 0.3s;
  }
  .c-hover_scale:hover {
    transform: scale(0.95);
  }
}

.c-inner {
  margin-inline: 3.125rem;
  position: relative;
}

.c-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  padding: 10rem 2.8125rem;
  transition: opacity 0.6s;
  z-index: 9999;
}
.c-modal:not(.-active) {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 835px) {
  .c-modal {
    display: flex;
  }
}

.c-modal__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  aspect-ratio: 1;
  background: url(/event/dopespace/assets/img/common/ico_close.svg) no-repeat 0 0/100%;
  width: 5rem;
}

.goods_modal .c-modal__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 7.5rem 9.375rem;
  justify-content: center;
}
@media (min-width: 835px) {
  .c-modal__inner {
    margin: auto;
    max-width: 93.625rem;
  }
}
@media (min-width: 1019px) {
  .goods_modal .c-modal__inner {
    row-gap: 4.75rem;
  }
}

.c-num {
  position: absolute;
  top: 0;
  right: 0;
  color: #878788;
  font-size: 1.375rem;
  line-height: 1;
}
.c-num:before {
  content: "●";
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}

.c-pagetop {
  margin: 5rem auto 0;
  width: 11.25rem;
}
.c-pagetop a {
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  overflow: hidden;
  place-content: center;
  position: relative;
}
.c-pagetop a:before {
  position: absolute;
  inset: 0;
  animation: 10s linear infinite rotateTxt;
  content: url(/event/dopespace/assets/img/footer/txt_top.svg);
}
@keyframes rotateTxt {
  100% {
    rotate: -360deg;
  }
}
.c-pagetop img {
  width: 2.5rem;
}

.js-scrollreveal.-zoomin {
  transition: opacity 1.5s, scale 1.5s;
}
.js-scrollreveal.-zoomin:not(.-reveal) {
  opacity: 0;
  pointer-events: none;
  scale: 1.5;
}

.js-scrollreveal.-show .js-scrollreveal__target {
  transition: opacity 1.5s;
}
.js-scrollreveal.-show:not(.-reveal) {
  pointer-events: none;
}
.js-scrollreveal.-show:not(.-reveal) .js-scrollreveal__target {
  opacity: 0;
}

.js-scrollreveal.-clip {
  clip-path: inset(0 99.99% 0 0);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.js-scrollreveal.-clip.-reveal {
  clip-path: inset(0);
}

.js-scrollreveal.-fadein {
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), translate 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.js-scrollreveal.-fadein:not(.-reveal) {
  opacity: 0;
  pointer-events: none;
  translate: 0 6.25rem;
}

.js-shuffleTxt {
  opacity: 0;
}
.js-shuffleTxt span {
  display: inline-block;
  vertical-align: top;
}
.js-shuffleTxt.c-font-zendots .c-font-silkscreen {
  font-size: 1.15em;
  font-weight: bold;
  margin: -0.16em -0.08em 0;
}
.js-shuffleTxt.c-font-orbitron .c-font-silkscreen {
  font-size: 1.15em;
  margin: -0.14em -0.07em 0;
}
.js-shuffleTxt.c-font-orbitron sub .c-font-silkscreen {
  margin: -0.07em -0.14em -0.07em 0;
}
.js-shuffleTxt.-reveal {
  opacity: 1;
}

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

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