@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);
  touch-action: manipulation;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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/dopeshow_2024/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/dopeshow_2024/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/dopeshow_2024/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;
  width: 100%;
  height: 100%;
  background: url(/event/dopeshow_2024/assets/img/common/ph_bg_nrw.jpg) repeat 50% 0/cover;
}
@media (min-width: 835px) {
  .l-bg {
    background: url(/event/dopeshow_2024/assets/img/common/ph_bg.jpg) repeat 50% 50%/cover;
    overflow: hidden;
  }
}
.l-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 835px) {
  .l-bg:before {
    background: rgba(0, 0, 0, 0.8);
  }
}
.l-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
}
[data-intro="1"] .l-bg::after {
  opacity: 0;
  transition: opacity 2s 0s ease;
}
@media (max-width: 834px) {
  [data-scrolled="1"] .l-bg::before {
    opacity: 1;
  }
}

@-webkit-keyframes bgContIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bgContIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.l-bg__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  height: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .l-bg__cont {
    display: none;
  }
}

.l-bg__logowrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-bg__logo {
  width: min(950px, 49.4791666667vw);
  margin: 0 auto;
  filter: drop-shadow(0 0 5.1282051282vw rgba(0, 0, 0, 0.3)) drop-shadow(0 0 1.2820512821vw rgba(0, 0, 0, 0.8));
  opacity: 0;
}
[data-intro="1"] .l-bg__logo {
  -webkit-animation: bgContIn 1s 2s ease forwards;
          animation: bgContIn 1s 2s ease forwards;
}

.l-bg__logosub {
  width: min(686px, 35.7287916667vw);
  margin: 1.9270833333vw auto;
  opacity: 0;
}
[data-intro="1"] .l-bg__logosub {
  -webkit-animation: bgContIn 1s 2.2s ease forwards;
          animation: bgContIn 1s 2.2s ease forwards;
}

@media (max-width: 834px) {
  .l-bg__kv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57.5rem;
  }
}
@media (min-width: 835px) {
  .l-bg__kv {
    display: none;
  }
}

.l-footer {
  position: relative;
  background: #000;
}

.l-footer__inner {
  border-top: 1px solid #999999;
  padding-bottom: 2.5rem;
  padding-top: 4.6875rem;
}

.l-footer__snshead {
  width: 5.5620125rem;
  margin: 0 auto;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5rem;
  margin-top: 1.875rem;
}

.l-footer__sns__item[data-sns=x] {
  width: 2.875rem;
}
.l-footer__sns__item[data-sns=fb] {
  width: 1.875rem;
}
.l-footer__sns__item[data-sns=line] {
  width: 3.375rem;
}

.l-footer__bnr {
  display: block;
  width: 39.5rem;
  margin: 3.75rem auto 0;
}

.l-footer__copy {
  font-size: 1.375rem;
  text-align: center;
  margin-top: 3.125rem;
}

.l-main {
  position: relative;
  color: #fff;
  overflow: hidden;
  max-width: 500px;
}
@media (min-width: 500px) and (max-width: 834px) {
  .l-main {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.85);
  }
}
@media (min-width: 835px) {
  .l-main {
    margin-left: auto;
  }
}

.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;
}

@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);
}

.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/dopeshow_2024/assets/img/common/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-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-visible_nrw {
  display: block;
}
@media (min-width: 835px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 834px) {
  .c-visible_wide {
    display: none;
  }
}