@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;
}

:root {
  --DPR: 2;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #191919;
  color: #fff;
  font-family: "fot-cezanne-pron", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
}
body[data-id=dustcell5th] {
  background: #f5f0f0;
  color: #655c73;
}
body[data-id=dustcell5th] ::-moz-selection {
  background-color: #4b4b4b;
  color: #fff;
}
body[data-id=dustcell5th] ::selection {
  background-color: #4b4b4b;
  color: #fff;
}

::-moz-selection {
  background-color: #377373;
}

::selection {
  background-color: #377373;
}

body.-lock {
  overflow: hidden;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
}

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

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  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;
  cursor: pointer;
  outline: none;
  padding: 0;
}

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

.l-guide {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  background: url(/wp/wp-content/themes/alltstudio/assets/img/common/guide/ph_guide.png) no-repeat 0 0/100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 834px) {
  .l-main {
    padding-bottom: min(180px, 42.3076923077vw);
    padding-top: min(150px, 30.7692307692vw);
  }
}
@media (min-width: 835px) {
  .l-main {
    padding-bottom: 20.3125vw;
    padding-top: 16.6666666667vw;
  }
}
.top .l-main {
  padding: 0;
}
.l-main[data-lp="1"] {
  padding: 0;
}

.l-canvas_noise {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.top .l-canvas_noise {
  display: none;
}

.l-canvas_elm {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 10;
}

.js-glelements {
  opacity: 0;
}

.l-canvas_top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.svg_ellipse__path {
  fill: none;
  stroke: #377373;
  stroke-width: calc(2px / var(--DPR));
}
.l-gnav .svg_ellipse__path {
  stroke: #fff;
}

@-webkit-keyframes cursorStrokeAnim_gnav_nrw {
  0% {
    stroke-dasharray: min(1800px, 450vw);
    stroke-dashoffset: min(1800px, 450vw);
  }
  100% {
    stroke-dasharray: min(1800px, 450vw);
    stroke-dashoffset: 0;
  }
}

@keyframes cursorStrokeAnim_gnav_nrw {
  0% {
    stroke-dasharray: min(1800px, 450vw);
    stroke-dashoffset: min(1800px, 450vw);
  }
  100% {
    stroke-dasharray: min(1800px, 450vw);
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes cursorStrokeAnim_gnav {
  0% {
    stroke-dasharray: 200vw;
    stroke-dashoffset: 200vw;
  }
  100% {
    stroke-dasharray: 200vw;
    stroke-dashoffset: 0;
  }
}
@keyframes cursorStrokeAnim_gnav {
  0% {
    stroke-dasharray: 200vw;
    stroke-dashoffset: 200vw;
  }
  100% {
    stroke-dasharray: 200vw;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes cursorStrokeAnim {
  0% {
    stroke-dasharray: 25vw;
    stroke-dashoffset: 25vw;
  }
  100% {
    stroke-dasharray: 25vw;
    stroke-dashoffset: 0;
  }
}
@keyframes cursorStrokeAnim {
  0% {
    stroke-dasharray: 25vw;
    stroke-dashoffset: 25vw;
  }
  100% {
    stroke-dasharray: 25vw;
    stroke-dashoffset: 0;
  }
}
[data-active="1"] .svg_ellipse__path {
  -webkit-animation: cursorStrokeAnim 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: cursorStrokeAnim 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .svg_ellipse__path {
  -webkit-animation: cursorStrokeAnim_gnav_nrw 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: cursorStrokeAnim_gnav_nrw 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (min-width: 835px) {
  [data-gnavactive="1"] .svg_ellipse__path {
    -webkit-animation: cursorStrokeAnim_gnav 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
            animation: cursorStrokeAnim_gnav 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
  }
}

@-webkit-keyframes cursorLineAnim {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes cursorLineAnim {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.l-cursor {
  position: fixed;
  top: 0;
  left: 0;
  aspect-ratio: 100/44;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s 0s ease;
  width: 9.375vw;
  z-index: 10;
}
.l-cursor[data-active="1"] {
  opacity: 1;
}
.l-cursor[data-press="1"] {
  width: 8.4375vw;
}
.l-cursor[data-active="1"] .line {
  -webkit-animation: cursorLineAnim 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: cursorLineAnim 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.l-cursor .line {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #377373;
  height: calc(2px / var(--DPR));
  transform: scaleX(0);
  translate: -50% -50%;
  width: 100%;
  width: 50%;
  z-index: 1;
}
.l-cursor .line::after {
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1;
  border-right: calc(2px / var(--DPR)) solid #377373;
  border-top: calc(2px / var(--DPR)) solid #377373;
  content: "";
  rotate: 45deg;
  translate: 0 -50%;
  width: 1.2820512821vw;
}
@media (min-width: 835px) {
  .l-cursor .line::after {
    width: 0.5208333333vw;
  }
}

@-webkit-keyframes ftTxtLoop {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes ftTxtLoop {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -50% 0;
  }
}
.l-footer__typo {
  overflow: hidden;
  position: relative;
}
@media (max-width: 834px) {
  .l-footer__typo {
    height: min(315px, 80.7692307692vw);
    margin-top: 8.2051282051vw;
  }
}
@media (min-width: 835px) {
  .l-footer__typo {
    height: 31.25vw;
    margin-top: 3.3333333333vw;
  }
}
.l-footer__typo .allt {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 2952.1288/749.2867;
}
@media (max-width: 834px) {
  .l-footer__typo .allt {
    height: 115%;
    translate: -22% 0%;
  }
}
@media (min-width: 835px) {
  .l-footer__typo .allt {
    height: 126.66635%;
    translate: -21.5% 1%;
  }
}
.l-footer__typo svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.l-footer__typo .svg__alltpath {
  fill: #191919;
  stroke: #377373;
  stroke-miterlimit: 10;
}
.l-footer__typo .txtloop {
  display: flex;
  flex-wrap: nowrap;
  height: 90%;
  position: relative;
  top: 10%;
}
@media (max-width: 834px) {
  .l-footer__typo .txtloop {
    -webkit-animation: ftTxtLoop 50s 0s linear infinite;
            animation: ftTxtLoop 50s 0s linear infinite;
    aspect-ratio: 3774.26/595.21;
  }
}
@media (min-width: 835px) {
  .l-footer__typo .txtloop {
    -webkit-animation: ftTxtLoop 100s 0s linear infinite;
            animation: ftTxtLoop 100s 0s linear infinite;
    height: 85%;
    top: 16%;
    width: 196.8199166667vw;
  }
}
.l-footer__typo .obj {
  aspect-ratio: 1887.13/595.21;
  background: url(/wp/wp-content/themes/alltstudio/assets/img/common/footer/txt_studio.svg) no-repeat 0 0/100%;
  flex-shrink: 0;
  height: 100%;
}

@media (max-width: 834px) {
  .l-footer__copy {
    position: absolute;
    top: 7.5%;
    right: 5%;
    width: min(139px, 35.7188076923vw);
  }
}
@media (min-width: 835px) {
  .l-footer__copy {
    position: absolute;
    top: 5%;
    left: 25%;
    width: max(199.539965px, 12.2267135417vw);
  }
}

.l-footer {
  position: relative;
}
.top .l-footer {
  display: none;
}

.l-footer__row {
  display: flex;
}
@media (min-width: 835px) {
  .l-footer__row {
    align-items: center;
  }
}
@media (max-width: 834px) {
  .l-footer__row {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 834px) {
  .l-footer__logo {
    margin: 0 auto;
    width: min(240px, 41.0256410256vw);
  }
}
@media (min-width: 835px) {
  .l-footer__logo {
    width: 25vw;
  }
}
@media (min-width: 835px) {
  .l-footer__logo .logoimg {
    margin: 0 auto;
    width: 12.5vw;
  }
}
.l-footer__logo .x {
  display: block;
}
@media (max-width: 834px) {
  .l-footer__logo .x {
    margin: min(28px, 7.1794871795vw) auto 0;
    width: min(30px, 5.1282051282vw);
  }
}
@media (min-width: 835px) {
  .l-footer__logo .x {
    margin: 1.25vw auto 0;
    width: 1.25vw;
  }
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .l-footer__nav {
    font-weight: 200;
    gap: min(32px, 8.2051282051vw) min(20px, 5.1282051282vw);
    margin: min(55px, 14.1025641026vw) 8.2051282051vw 0;
  }
}
@media (min-width: 835px) {
  .l-footer__nav {
    gap: 2.0833333333vw 0;
    width: 62.5vw;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .l-footer__nav {
    width: auto;
  }
}

.l-footer__nav__item {
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .l-footer__nav__item {
    font-size: 13px;
  }
}
@media (min-width: 835px) {
  .l-footer__nav__item {
    font-size: max(15.3px, 0.9375vw);
    width: 12.5vw;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .l-footer__nav__item {
    width: 25%;
  }
}
@media (max-width: 834px) {
  .l-footer__nav__item[data-spacer="1"] {
    display: none;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .l-footer__nav__item[data-spacer="1"] {
    display: none;
  }
}

.l-gnav__trigger {
  aspect-ratio: 100/44;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: auto;
  transition: scale 0.3s 0s ease;
}
@media (max-width: 834px) {
  .l-gnav__trigger {
    position: absolute;
    top: min(21px, 5.3846153846vw);
    right: min(27px, 6.9230769231vw);
    width: 56px;
  }
}
@media (min-width: 835px) {
  .l-gnav__trigger {
    position: absolute;
    top: 36px;
    right: 40px;
    width: clamp(80px, 5.2083333333vw, 100px);
  }
}
.l-gnav__trigger:active {
  scale: 0.9;
}
.l-gnav__trigger:before, .l-gnav__trigger:after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 835px) {
  .l-gnav__trigger:before, .l-gnav__trigger:after {
    transition: all 0.3s 0s ease;
  }
}
.l-gnav__trigger:before {
  translate: 0 6px;
}
@media (min-width: 835px) {
  .l-gnav__trigger:before {
    translate: 0 8px;
  }
}
.l-gnav__trigger:after {
  translate: 0 12px;
}
@media (min-width: 835px) {
  .l-gnav__trigger:after {
    translate: 0 16px;
  }
}
@media (min-width: 835px) {
  .l-gnav__trigger:hover:after, .l-gnav__trigger:hover:before {
    opacity: 0;
    translate: 0 0;
  }
}

.l-gnav {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 1000;
}
@media (max-width: 834px) {
  .l-gnav {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(25, 25, 25, 0.85);
    height: 100%;
    transition: opacity 0.4s 0s ease, visibility 0.4s 0s ease;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .l-gnav {
    position: fixed;
    top: 50%;
    left: 50%;
    aspect-ratio: 100/44;
    -webkit-backdrop-filter: blur(1.0416666667vw);
            backdrop-filter: blur(1.0416666667vw);
    background: rgba(25, 25, 25, 0.8);
    border-radius: 50%;
    scale: 0.95;
    transition: opacity 0.4s 0s ease, visibility 0.4s 0s ease, scale 0.4s 0s cubic-bezier(0, 0.55, 0.45, 1);
    translate: -50% -50%;
    width: 83.3333333333vw;
  }
}
[data-gnavactive="1"] .l-gnav {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media (min-width: 835px) {
  [data-gnavactive="1"] .l-gnav {
    scale: 1;
  }
}
@media (min-width: 835px) {
  .l-gnav:hover .l-gnav__alltsvg {
    fill: rgba(255, 255, 255, 0);
    stroke: #fff;
    stroke-width: 1px;
  }
}

.l-gnav__line {
  pointer-events: none;
}
@media (max-width: 834px) {
  .l-gnav__line {
    position: absolute;
    top: 0.5px;
    left: 0.5px;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
  }
}
@media (min-width: 835px) {
  .l-gnav__line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 834px) {
  .l-gnav__inner {
    aspect-ratio: 100/44;
    border-radius: 50%;
    padding-top: min(100px, 25.641025641vw);
    position: relative;
    transition: translate 0.5s 0s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.5s 0s cubic-bezier(0.85, 0, 0.15, 1);
    width: min(750px, 192.3076923077vw);
  }
  .l-gnav__inner:before {
    background: #191919;
    border-radius: 50%;
    content: "";
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    position: absolute;
    top: 0.5px;
    left: 0.5px;
  }
}
@media (min-width: 835px) {
  .l-gnav__inner {
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
}
@media (max-width: 834px) {
  .l-gnav__inner[data-pos="1"] {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    translate: -5% -75%;
  }
}
@media (max-width: 834px) {
  .l-gnav__inner[data-pos="2"] {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding-top: min(92.5px, 23.7179487179vw);
    translate: -95% -25%;
  }
}
[data-gnavactive="1"] .l-gnav__inner {
  opacity: 1;
  pointer-events: auto;
}
[data-gnavactive="1"] .l-gnav__inner[data-pos="1"] {
  translate: -15% -75%;
}
[data-gnavactive="1"] .l-gnav__inner[data-pos="2"] {
  translate: -85% -25%;
}

.l-gnav__head[data-pos="1"] {
  position: absolute;
  top: 3.75vw;
  left: 50%;
  translate: calc(-100% - 0.5208333333vw) 0;
  width: 93.8901px;
}
.l-gnav__head[data-pos="2"] {
  position: absolute;
  top: 3.75vw;
  left: 50%;
  translate: 0.5208333333vw 0;
  width: 98.998px;
}

.l-gnav__nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .l-gnav__nav {
    position: relative;
    white-space: nowrap;
  }
}
@media (min-width: 835px) {
  .l-gnav__nav {
    gap: 2.0833333333vw 0;
    margin: 10.4166666667vw auto 0;
    width: 50vw;
  }
}
@media (max-width: 834px) {
  .l-gnav__nav + .l-gnav__nav {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  [data-pos="1"] .l-gnav__nav {
    padding-left: min(100px, 20.5128205128vw);
  }
}
@media (max-width: 834px) {
  [data-pos="2"] .l-gnav__nav {
    justify-content: flex-end;
    padding-right: min(125px, 25.641025641vw);
  }
}

.l-gnav__nav__item {
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 834px) {
  .l-gnav__nav__item {
    font-size: min(15px, 3.8461538462vw);
    width: min(90px, 23.0769230769vw);
  }
}
@media (max-width: 834px) {
  [data-pos="1"] .l-gnav__nav__item {
    text-align: right;
  }
}
@media (min-width: 835px) {
  .l-gnav__nav__item {
    font-size: 1.25vw;
    width: 25%;
  }
}

.l-gnav__alltsvg {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  transition: all 0.4s ease;
}

.l-gnav__allt {
  pointer-events: none;
}
@media (max-width: 834px) {
  .l-gnav__allt {
    position: absolute;
    top: 0.5px;
    left: 0.5px;
    border-radius: 50%;
    height: calc(100% - 1px);
    overflow: hidden;
    width: calc(100% - 1px);
  }
}
@media (min-width: 835px) {
  .l-gnav__allt {
    aspect-ratio: 1949.9374/494.9182;
    opacity: 0;
    transition: opacity 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1), translate 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1);
    translate: 0 10%;
    width: 101.5592395833vw;
    position: absolute;
    left: -20%;
    bottom: -13%;
  }
}
@media (max-width: 834px) {
  .l-gnav__allt:before {
    aspect-ratio: 1949.9374/494.9182;
    background: url(/wp/wp-content/themes/alltstudio/assets/img/common/header/ico_allt.svg) no-repeat 0 0/100%;
    content: "";
    opacity: 0;
    transition: opacity 0.6s 0.2s cubic-bezier(0.85, 0, 0.15, 1), translate 0.6s 0.2s cubic-bezier(0.85, 0, 0.15, 1);
    translate: 0 20%;
    width: min(850px, 217.9487179487vw);
    position: absolute;
    left: -19%;
    bottom: -8%;
  }
}
@media (max-width: 834px) {
  [data-pos="2"] .l-gnav__allt:before {
    position: absolute;
    left: -2%;
    bottom: -13%;
  }
}
@media (min-width: 835px) {
  [data-gnavactive="1"] .l-gnav__allt {
    opacity: 1;
    translate: 0 0;
  }
}
@media (max-width: 834px) {
  [data-gnavactive="1"] .l-gnav__allt:before {
    opacity: 1;
    translate: 0 0;
  }
}

@-webkit-keyframes lHeaderIn {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes lHeaderIn {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 36px 40px;
  pointer-events: none;
  width: 100%;
  z-index: 999;
}
@media (max-width: 834px) {
  .l-header {
    padding: min(24px, 6.1538461538vw) min(32px, 8.2051282051vw);
  }
}
.top .l-header {
  opacity: 0;
}
[data-assetsLoaded="1"] .l-header {
  -webkit-animation: lHeaderIn 2s 0.5s ease forwards;
          animation: lHeaderIn 2s 0.5s ease forwards;
}
@media (max-width: 834px) {
  [data-gnavactive="1"] .l-header {
    z-index: 1001;
  }
}

.l-header__head a {
  display: inline-flex;
  gap: 0 20px;
  pointer-events: auto;
}
@media (max-width: 834px) {
  .l-header__head a {
    gap: 0 12px;
  }
}
.l-header__head .t1 {
  width: 93.8901px;
}
@media (max-width: 834px) {
  .l-header__head .t1 {
    width: 67.0608px;
  }
}
.l-header__head .t2 {
  width: 98.998px;
}
@media (max-width: 834px) {
  .l-header__head .t2 {
    width: 70.71045px;
  }
}

.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #191919;
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 999;
}
[data-assetsLoaded="1"] .l-loader {
  opacity: 0;
  transition: opacity 1s 0s ease;
}

.l-loader__txt {
  font-style: italic !important;
  line-height: 1;
}
@media (max-width: 834px) {
  .l-loader__txt {
    position: absolute;
    left: min(32px, 8.2051282051vw);
    bottom: min(28px, 7.1794871795vw);
    font-size: 10px;
  }
}
@media (min-width: 835px) {
  .l-loader__txt {
    position: absolute;
    left: 40px;
    bottom: 32px;
    font-size: 14px;
  }
}

.c-archive_disc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8.2051282051vw;
  margin-bottom: 10.2564102564vw;
}
@media (min-width: 835px) {
  .c-archive_disc__list {
    gap: 6.25vw 4.1666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}

.c-archive_disc__list__item {
  width: calc(50% - 4.1025641026vw);
}
@media (min-width: 835px) {
  .c-archive_disc__list__item {
    width: calc(25% - 3.125vw);
  }
}

.c-archive_live__list {
  position: relative;
}

.c-archive_live__list__item {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.c-archive_live__list__item + .c-archive_live__list__item {
  margin-top: 10.2564102564vw;
}
@media (min-width: 835px) {
  .c-archive_live__list__item + .c-archive_live__list__item {
    border-color: rgba(255, 255, 255, 0.15);
    margin-top: 3.3333333333vw;
  }
}
.c-archive_live__list__item a {
  display: block;
  transition: background 0.2s 0s ease;
}
@media (min-width: 835px) {
  .c-archive_live__list__item a:hover {
    background: #191919;
  }
}
.c-archive_live__list__item .row {
  display: flex;
}
@media (max-width: 834px) {
  .c-archive_live__list__item .rowitem {
    font-size: 12px;
    padding: 2.5641025641vw 5.1282051282vw;
    width: 50%;
  }
}
@media (min-width: 835px) {
  .c-archive_live__list__item .rowitem {
    font-size: max(14.45px, 0.8854166667vw);
    padding: 1.25vw 2.5vw;
    width: 33.3333333333%;
  }
}
.c-archive_live__list__item .rowitem + .rowitem {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 835px) {
  .c-archive_live__list__item .rowitem + .rowitem {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.c-archive_live__list__item .category {
  display: flex;
}
@media (max-width: 834px) {
  .c-archive_live__list__item .category {
    font-size: 12px;
    margin-top: 0.5em;
  }
}
.c-archive_live__list__item .categoryitem {
  position: relative;
}
.c-archive_live__list__item .categoryitem:not(:first-child)::before {
  content: ",";
  margin: 0 0.25em;
}
.c-archive_live__list__item ul.place {
  display: flex;
}
.c-archive_live__list__item .place_item:not(:first-child):before {
  content: ",";
  display: inline-block;
  margin: 0 0.25em;
}
.c-archive_live__list__item .ttlwrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5.1282051282vw;
}
@media (min-width: 835px) {
  .c-archive_live__list__item .ttlwrap {
    border-color: rgba(255, 255, 255, 0.15);
    padding: 2.5vw;
  }
}
.c-archive_live__list__item .ttl {
  font-size: 16px;
}
@media (min-width: 835px) {
  .c-archive_live__list__item .ttl {
    font-size: max(23.8px, 1.4583333333vw);
  }
}

.c-category_select_wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 834px) {
  .c-category_select_wrap {
    translate: 0 -15%;
  }
}
@media (min-width: 835px) {
  .c-category_select_wrap {
    translate: 0 -10%;
  }
}

@-webkit-keyframes categorySelectLineAnim {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  51% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}

@keyframes categorySelectLineAnim {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  51% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
@-webkit-keyframes categorySelectArwAnim {
  0% {
    translate: 0 -50%;
  }
  50% {
    translate: 0 0;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes categorySelectArwAnim {
  0% {
    translate: 0 -50%;
  }
  50% {
    translate: 0 0;
  }
  100% {
    translate: 0 -50%;
  }
}
.c-category_select {
  align-items: center;
  color: #377373;
  display: flex;
  line-height: 1;
  padding: 0 0.5em;
  transition: opacity 0.4s 0s ease;
}
@media (max-width: 834px) {
  .c-category_select {
    font-size: min(13px, 2.8205128205vw);
    height: 5.1282051282vw;
    width: 35.8974358974vw;
  }
}
@media (min-width: 835px) {
  .c-category_select {
    font-size: max(13.6px, 0.8333333333vw);
    height: 2.0833333333vw;
    width: 15.625vw;
  }
}
@media (min-width: 835px) {
  .c-category_select:hover:after {
    -webkit-animation: categorySelectLineAnim 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
            animation: categorySelectLineAnim 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
}
@media (min-width: 835px) {
  .c-category_select:hover .c-category_select__tri {
    -webkit-animation: categorySelectArwAnim 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
            animation: categorySelectArwAnim 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
}
.c-category_select::after {
  background: currentColor;
  content: "";
  height: 1px;
  transform-origin: 100% 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
[data-select_active="1"] .c-category_select {
  opacity: 0;
}

.c-category_select__tri {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .c-category_select__tri {
    width: min(12.5px, 3.2051282051vw);
  }
}
@media (min-width: 835px) {
  .c-category_select__tri {
    width: max(13px, 0.8333333333vw);
  }
}
.c-category_select__tri[data-open="1"] {
  position: absolute;
  top: 50%;
  right: 0.4em;
}
.c-category_select__tri[data-close="1"] {
  position: absolute;
  top: 0;
  right: 0;
}
.c-category_select__tri .path {
  fill: none;
  stroke: #377373;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.c-category_select__tri svg {
  width: 80%;
}
.c-category_select__tri[data-open="1"] svg {
  rotate: 180deg;
}

.c-category_select__window {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(25, 25, 25, 0.9);
  border: 1px solid #377373;
  opacity: 0;
  padding: 3em;
  transition: all 0.4s 0s cubic-bezier(0, 0.55, 0.45, 1);
  translate: 0 10%;
  visibility: hidden;
  width: 100%;
}
@media (max-width: 834px) {
  .c-category_select__window {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 83.5897435897vw;
  }
}
@media (min-width: 835px) {
  .c-category_select__window {
    position: absolute;
    top: 0;
    left: 0;
    font-size: max(13.6px, 0.8333333333vw);
  }
}
[data-select_active="1"] .c-category_select__window {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
}

@media (max-width: 834px) {
  .c-category_select__window__close {
    position: absolute;
    top: min(20px, 5.1282051282vw);
    right: min(17.5px, 4.4871794872vw);
  }
}
@media (min-width: 835px) {
  .c-category_select__window__close {
    position: absolute;
    top: 1.3020833333vw;
    right: 0.9375vw;
  }
}

.c-category_select__list {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
@media (max-width: 834px) {
  .c-category_select__list {
    gap: 2em 0;
  }
}

.c-category_select__list {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}

.c-discitem .thumb {
  overflow: hidden;
  position: relative;
}
.c-discitem .thumb img {
  height: auto;
  width: 100%;
}
@media (min-width: 835px) {
  .c-discitem .thumb img {
    transition: scale 0.4s 0s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
.c-discitem .thumb img[data-vertical="1"] {
  box-shadow: 0 0 2em rgba(25, 25, 25, 0.3);
  height: 100%;
  position: relative;
  width: auto;
}
@media (min-width: 835px) {
  .c-discitem .thumb:hover img:not(.verticalbg) {
    scale: 1.05;
  }
}
.c-discitem .thumb a {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.c-discitem img.verticalbg {
  position: absolute;
  top: 50%;
  left: 50%;
  filter: blur(5px);
  height: auto;
  opacity: 0.5;
  translate: -50% -50%;
  width: 200%;
}
.c-discitem .info {
  margin-top: 5.1282051282vw;
  position: relative;
}
@media (min-width: 835px) {
  .c-discitem .info {
    margin-top: 2.0833333333vw;
  }
}
.c-discitem .category {
  opacity: 0.5;
}
@media (max-width: 834px) {
  .c-discitem .category {
    font-size: 9px;
    margin: 0.5em 0 1.75em;
  }
}
@media (min-width: 835px) {
  .c-discitem .category {
    position: absolute;
    top: 0;
    bottom: nul;
    right: 0;
    font-size: max(10.2px, 0.625vw);
    translate: 0 20%;
  }
}
.c-discitem .ttl {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 835px) {
  .c-discitem .ttl {
    font-size: max(15.3px, 0.9375vw);
    margin-bottom: 1.5em;
    width: 70%;
  }
}
.c-discitem .artist,
.c-discitem .date {
  font-size: 9px;
  line-height: 1.75;
}
@media (min-width: 835px) {
  .c-discitem .artist,
.c-discitem .date {
    font-size: max(10.2px, 0.625vw);
  }
}

.c-paginate {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .c-paginate {
    justify-content: space-between;
    margin: 10.2564102564vw 8.2051282051vw 0;
  }
}
@media (min-width: 835px) {
  .c-paginate {
    justify-content: center;
    margin-top: 6.25vw;
  }
}
@media (max-width: 834px) {
  .post-type-archive-discography .c-paginate,
.c-paginate .post-type-archive-works {
    margin-top: 15.3846153846vw;
  }
}

.c-paginate__arwbtn {
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  .c-paginate__arwbtn {
    width: min(100px, 17.9487179487vw);
  }
}
@media (min-width: 835px) {
  .c-paginate__arwbtn {
    width: max(100px, 6.25vw);
  }
}

.c-paginate__index {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .c-paginate__index {
    font-size: 12px;
    gap: 0 2.9166666667vw;
  }
}
@media (min-width: 835px) {
  .c-paginate__index {
    font-size: max(17px, 1.0416666667vw);
    gap: 0 2.0833333333vw;
    min-width: 18.75vw;
  }
}

.c-paginate__index__item[data-active="1"] {
  color: #377373;
}

.c-paginate__back {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .c-paginate__back {
    font-size: 13px;
  }
}
@media (min-width: 835px) {
  .c-paginate__back {
    font-size: max(17px, 1.0416666667vw);
    min-width: 18.75vw;
  }
}

@-webkit-keyframes ellipseAnim {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes ellipseAnim {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.c-ellipse {
  aspect-ratio: 100/44;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 835px) {
  .c-ellipse {
    transition: scale 0.2s 0s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
@media (min-width: 835px) {
  .c-ellipse:hover {
    scale: 1.1;
  }
}
.c-ellipse[data-disable="1"] {
  pointer-events: none;
}
.c-ellipse[data-disable="1"]:before {
  background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 835px) {
  .c-ellipse[data-disable="1"]:before {
    background: rgba(255, 255, 255, 0.15);
  }
}
.c-ellipse[data-disable="1"] .line {
  background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 835px) {
  .c-ellipse[data-disable="1"] .line {
    background: rgba(255, 255, 255, 0.15);
  }
}
.c-ellipse[data-disable="1"] .line:after {
  border-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 835px) {
  .c-ellipse[data-disable="1"] .line:after {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.c-ellipse:before {
  -webkit-animation: ellipseAnim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) infinite;
          animation: ellipseAnim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) infinite;
  aspect-ratio: 1;
  background: #377373;
  border-radius: 50%;
  content: "";
  transition: background 1s 0s ease;
  translate: -50% -50%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-ellipse:hover:before {
  background: conic-gradient(from 0deg, #377373, #191919);
}
.c-ellipse:after {
  background: #191919;
  border-radius: 50%;
  content: "";
  height: calc(100% - 2px);
  translate: -50% -50%;
  width: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-ellipse[data-dir=next] .line {
  rotate: 180deg;
}
.c-ellipse .line {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #377373;
  height: 1px;
  translate: -50% -50%;
  width: 100%;
  width: 50%;
  z-index: 1;
}
.c-ellipse .line::after {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  border-bottom: 1px solid #377373;
  border-left: 1px solid #377373;
  content: "";
  rotate: 45deg;
  translate: 0 -50%;
  width: 1.2820512821vw;
}
@media (min-width: 835px) {
  .c-ellipse .line::after {
    width: 0.5208333333vw;
  }
}

.c-serif {
  font-family: GT Ultra Median;
  font-style: normal;
  font-weight: 300;
}

.c-serif_jp {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
}

.c-serif_ch {
  display: inline-block;
  transform: scaleX(0.85);
  transform-origin: 0 50%;
}

@font-face {
  font-family: GT Ultra Median;
  font-style: normal;
  font-weight: 200;
  src: local("※"), url(/wp/wp-content/themes/alltstudio//assets/fonts/GT-Ultra-Median-Thin.woff2) format("woff2"), url(/wp/wp-content/themes/alltstudio//assets/fonts/GT-Ultra-Median-Thin.woff) format("woff");
}
@font-face {
  font-family: GT Ultra Median;
  font-style: normal;
  font-weight: 300;
  src: local("※"), url(/wp/wp-content/themes/alltstudio//assets/fonts/GT-Ultra-Median-Light.woff2) format("woff2"), url(/wp/wp-content/themes/alltstudio//assets/fonts/GT-Ultra-Median-Light.woff) format("woff");
}
.c-hidetxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

@media (min-width: 835px) {
  .c-hover_op {
    transition: opacity 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
@media (min-width: 835px) {
  .c-hover_op:hover {
    opacity: 0.5;
  }
}

.c-inner {
  position: relative;
}
@media (max-width: 834px) {
  .c-inner {
    margin: 0 8.2051282051vw;
  }
}
@media (min-width: 835px) {
  .c-inner {
    margin: 0 12.5vw;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.c-modal.-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-modal[data-active="1"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c-modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 5.1282051282vw 0;
  position: relative;
}
@media (min-width: 835px) {
  .c-modal__inner {
    padding: 2.5641025641vw 0;
  }
}

@media (min-width: 835px) {
  .c-modal__detailimg {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 75vw;
  }
}

.c-modal_movie__iframewrap {
  aspect-ratio: 16/9;
  background: #000;
  width: 100%;
}
@media (min-width: 835px) {
  .c-modal_movie__iframewrap {
    width: 70vw;
  }
}
.c-modal_movie__iframewrap iframe {
  height: 100%;
  position: relative;
  width: 100%;
}

.c-modal__close {
  position: fixed;
  top: 5.1282051282vw;
  right: 5.1282051282vw;
  aspect-ratio: 1.5/1;
  width: 17.9487179487vw;
}
@media (min-width: 835px) {
  .c-modal__close {
    position: fixed;
    top: 32px;
    right: 32px;
    width: 80px;
  }
}
.c-modal__close .line1 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #191919;
  height: 1px;
  transform: translate(-50%, -50%) rotate(33deg);
  width: 120%;
}
.c-modal__close .line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #191919;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-33deg);
  width: 120%;
}

.c-revealin {
  opacity: 0;
}
.c-revealin[data-reveal="1"] {
  opacity: 1;
  transition: opacity 0.3s 0s ease;
}

.c-single_disc__otherworks {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 834px) {
  .c-single_disc__otherworks {
    padding: 10.2564102564vw 0;
  }
}
@media (min-width: 835px) {
  .c-single_disc__otherworks {
    border-color: rgba(255, 255, 255, 0.15);
    padding: 6.25vw 0;
  }
}

.c-single_disc__bgph {
  --height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: -1;
  height: calc(16.6666666667vw + var(--height));
}
@media (max-width: 834px) {
  .c-single_disc__bgph {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: calc(min(150px, 30.7692307692vw) + var(--height));
  }
}
@media (min-width: 835px) {
  .c-single_disc__bgph {
    height: calc(16.6666666667vw + var(--height));
  }
}
.c-single_disc__bgph::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
@media (max-width: 834px) {
  .c-single_disc__bgph::after {
    background: rgba(25, 25, 25, 0.8);
  }
}
@media (min-width: 835px) {
  .c-single_disc__bgph::after {
    background: rgba(25, 25, 25, 0.85);
  }
}
.c-single_disc__bgph img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 834px) {
  .c-single_disc__bgph img {
    filter: blur(3px);
  }
}
@media (min-width: 835px) {
  .c-single_disc__bgph img {
    filter: blur(5px);
  }
}
@media (max-width: 834px) {
  .c-single_disc__bgph img {
    height: 100% !important;
    translate: -50% -50% !important;
    width: auto !important;
  }
}
.c-single_disc__bgph[data-ready="1"] img {
  opacity: 1;
  transition: opacity 1s 0s ease;
}

@media (min-width: 835px) {
  .c-single_disc_main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 835px) {
  .c-single_disc__mainrow {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6.25vw;
  }
}

.c-single_disc__jk {
  position: relative;
  aspect-ratio: 1;
}
.c-single_disc__jk img {
  width: 100%;
  height: auto;
}
@media (min-width: 835px) {
  .c-single_disc__jk {
    width: 35.4166666667vw;
  }
}

.c-single_disc__info__subinforow {
  position: relative;
}

.c-single_disc__jk__media {
  line-height: 1;
}
@media (max-width: 834px) {
  .c-single_disc__jk__media {
    position: absolute;
    top: 0;
    right: 0;
    align-items: flex-start;
    display: flex;
    font-size: 11px;
  }
}
@media (min-width: 835px) {
  .c-single_disc__jk__media {
    position: absolute;
    top: 0;
    left: -2.0833333333vw;
    font-feature-settings: "vpal";
    font-size: max(11.9px, 0.7291666667vw);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.c-single_disc__jk__media:before {
  aspect-ratio: 1;
  background: #377373;
  border-radius: 50%;
  content: "";
}
@media (max-width: 834px) {
  .c-single_disc__jk__media:before {
    display: block;
    margin-right: 0.5em;
    width: 5px;
  }
}
@media (min-width: 835px) {
  .c-single_disc__jk__media:before {
    display: inline-block;
    margin-bottom: 0.75em;
    width: 0.5714285714em;
  }
}

@media (min-width: 835px) {
  .c-single_disc__ttlhead {
    min-height: max(200px, 16.6666666667vw);
  }
}

@media (max-width: 834px) {
  .c-single_disc__info {
    margin-bottom: 10.2564102564vw;
  }
}

.c-single_disc__info__artist {
  margin-top: 3em;
}
@media (min-width: 835px) {
  .c-single_disc__info__artist {
    margin-top: 0.5em;
  }
}

.c-single_disc__info__release {
  margin-top: 0.5em;
}
@media (min-width: 835px) {
  .c-single_disc__info__release {
    margin-top: 2em;
  }
}

.c-single_disc__info__worksby {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 834px) {
  .c-single_disc__info__worksby {
    position: absolute;
    top: 2em;
    right: 0;
    align-items: flex-start;
    display: flex;
    font-size: 11px;
  }
}
@media (min-width: 835px) {
  .c-single_disc__info__worksby {
    margin-top: 0.75em;
    font-size: max(13.6px, 0.8333333333vw);
  }
}
.c-single_disc__info__worksby:before {
  position: relative;
  aspect-ratio: 1;
  background: #377373;
  border-radius: 50%;
  content: "";
  display: block;
  top: 0.3em;
  margin-right: 0.5em;
}
@media (max-width: 834px) {
  .c-single_disc__info__worksby:before {
    width: 5px;
  }
}
@media (min-width: 835px) {
  .c-single_disc__info__worksby:before {
    width: 0.4em;
  }
}

.c-single_disc__info__buyttl {
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 834px) {
  .c-single_disc__info__buyttl {
    font-size: 13px;
    margin-top: 5em;
  }
}
@media (min-width: 835px) {
  .c-single_disc__info__buyttl {
    font-size: max(17px, 1.0416666667vw);
  }
}

.c-single_disc__info__buylist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .c-single_disc__info__buylist {
    gap: 5.1282051282vw;
    margin-top: 1em;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .c-single_disc__info__buylist {
    gap: 1.6666666667vw;
    margin-top: 1.25vw;
  }
}
@media (max-width: 834px) {
  .c-single_disc__info__buylist .item {
    width: calc(50% - 2.5641025641vw);
  }
}
.c-single_disc__info__buylist .item a {
  align-items: center;
  background: #377373;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0em;
}
@media (max-width: 834px) {
  .c-single_disc__info__buylist .item a {
    border-radius: 10em;
    font-size: 13px;
    width: 100%;
    padding: 0.8em 1em;
  }
}
@media (min-width: 835px) {
  .c-single_disc__info__buylist .item a {
    border-radius: 10em;
    font-size: max(13.6px, 0.8333333333vw);
    min-width: 8.3333333333vw;
    transition: background 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
    padding: 0.7em 1.5em;
  }
}
@media (min-width: 835px) {
  .c-single_disc__info__buylist .item a:hover {
    background: #191919;
  }
}

.c-single_disc__detail {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 834px) {
  .c-single_disc__detail {
    padding: 10.2564102564vw 0;
  }
}
@media (min-width: 835px) {
  .c-single_disc__detail {
    padding: 6.25vw 0;
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 835px) {
  .c-single_disc__detail__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 835px) {
  .c-single_disc__detail__info .c-txt_body {
    text-align: justify;
    max-width: 60ch;
  }
}

.c-single_disc__paginate {
  margin-top: 10.2564102564vw;
}
@media (min-width: 835px) {
  .c-single_disc__paginate {
    margin-top: 6.25vw;
  }
}

.c-single_disc__detail__video {
  position: relative;
}

.c-single_disc__detail__video__item {
  aspect-ratio: 16/9;
}
@media (max-width: 834px) {
  .c-single_disc__detail__video__item {
    margin-top: 10.2564102564vw;
  }
}
@media (min-width: 835px) {
  .c-single_disc__detail__video__item {
    min-width: 35.4166666667vw;
    margin-left: 3em;
  }
}
@media (max-width: 834px) {
  .c-single_disc__detail__video__item + .c-single_disc__detail__video__item {
    margin-top: 5.1282051282vw;
  }
}
@media (min-width: 835px) {
  .c-single_disc__detail__video__item + .c-single_disc__detail__video__item {
    margin-top: 2em;
  }
}
.c-single_disc__detail__video__item iframe {
  height: 100%;
  width: 100%;
}

.c-single_disc__devider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 10.2564102564vw;
}
@media (min-width: 835px) {
  .c-single_disc__devider {
    background: rgba(255, 255, 255, 0.15);
  }
}

.c-single_disclist {
  display: flex;
  flex-wrap: wrap;
  gap: 8.2051282051vw;
}
@media (min-width: 835px) {
  .c-single_disclist {
    gap: 4.1666666667vw;
  }
}

.c-single_disclist__item {
  width: calc(50% - 4.1025641026vw);
}
@media (min-width: 835px) {
  .c-single_disclist__item {
    width: calc(25% - 3.125vw);
  }
}
.c-single_disclist__item:nth-child(5) {
  display: none;
}

@media (max-width: 834px) {
  .c-single__allrow {
    margin-bottom: 10.2564102564vw;
  }
}
@media (min-width: 835px) {
  .c-single__allrow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 835px) {
  .c-single__allrow:after {
    position: absolute;
    left: -12.5vw;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    content: "";
    height: 1px;
    width: 100vw;
  }
}

@media (min-width: 835px) {
  .c-single__info {
    width: 37.5vw;
  }
}

.c-single__catchimg {
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .c-single__catchimg {
    margin-top: -8.2051282051vw;
  }
}
@media (min-width: 835px) {
  .c-single__catchimg {
    width: 35.4166666667vw;
  }
}

.c-single__ttl {
  font-size: 18px;
  line-height: 1.3888888889;
}
@media (min-width: 835px) {
  .c-single__ttl {
    font-size: max(25.5px, 1.5625vw);
    line-height: 1.5333333333;
  }
}

.c-single__sharebtn {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 834px) {
  .c-single__sharebtn {
    margin: 6.1538461538vw 0 7.1794871795vw;
    width: min(80px, 16.4102564103vw);
  }
}
@media (min-width: 835px) {
  .c-single__sharebtn {
    margin: 2.9166666667vw 0 3.3333333333vw;
    width: max(80px, 6.25vw);
  }
}
.c-single__sharebtn img {
  position: relative;
  width: 20%;
  z-index: 1;
}

.c-single__ttl__category {
  display: flex;
  margin-top: 0.5em;
}
@media (max-width: 834px) {
  .c-single__ttl__category {
    font-size: 12px;
  }
}
@media (min-width: 835px) {
  .c-single__ttl__category {
    font-size: max(17px, 1.0416666667vw);
  }
}
.c-single__ttl__category .item {
  position: relative;
}
.c-single__ttl__category .item:not(:first-child)::before {
  content: ",";
  margin: 0 0.25em;
}

.c-single__row {
  display: flex;
  line-height: 1;
  position: relative;
}
@media (max-width: 834px) {
  .c-single__row {
    padding-bottom: 20.5128205128vw;
  }
}
@media (max-width: 834px) {
  .c-single__row::after {
    background: rgba(255, 255, 255, 0.15);
    content: "";
    height: 1px;
    translate: -50% 0;
    width: calc(100% + 16.4102564103vw);
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}

.c-single__rowttl {
  font-size: 10px;
  margin-bottom: 1.5em;
  opacity: 0.5;
}
@media (min-width: 835px) {
  .c-single__rowttl {
    font-size: max(11.9px, 0.7291666667vw);
  }
}

.c-single__rowtxt {
  display: block;
  font-size: 12px;
}
@media (min-width: 835px) {
  .c-single__rowtxt {
    font-size: max(15.3px, 0.9375vw);
  }
}

.c-single__rowlist {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}

.c-single__date {
  width: 40%;
}
@media (min-width: 835px) {
  .c-single__date {
    width: max(200px, 12.5vw);
  }
}

.c-single__category {
  width: 40%;
}
@media (min-width: 835px) {
  .c-single__category {
    width: max(200px, 12.5vw);
  }
}

.c-single__body {
  position: relative;
}
@media (max-width: 834px) {
  .c-single__body {
    margin-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
}
@media (min-width: 835px) {
  .c-single__body {
    margin-top: 6.25vw;
    padding-top: 6.25vw;
  }
}
.c-single__body:before {
  background: rgba(255, 255, 255, 0.15);
  content: "";
  height: 1px;
}
@media (max-width: 834px) {
  .c-single__body:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    width: calc(100% + 16.4102564103vw);
  }
}
@media (min-width: 835px) {
  .c-single__body:before {
    position: absolute;
    top: 0;
    left: -12.5vw;
    height: 1px;
    width: 100vw;
  }
}
.c-single__body a {
  color: #377373;
}
.c-single__body a:hover {
  text-decoration: underline;
}
.c-single__body img {
  aspect-ratio: initial;
  height: auto;
}
.c-single__body iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.c-br {
  display: none;
}
@media (max-width: 834px) {
  .c-br[data-nrw="1"][data-middle="0"][data-wide="0"] {
    display: block;
  }
}
@media (min-width: 835px) {
  .c-br[data-nrw="1"][data-middle="0"][data-wide="0"] {
    display: none;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="1"][data-middle="0"][data-wide="0"] {
    display: none;
  }
}
@media (max-width: 834px) {
  .c-br[data-nrw="1"][data-middle="0"][data-wide="1"] {
    display: block;
  }
}
@media (min-width: 835px) {
  .c-br[data-nrw="1"][data-middle="0"][data-wide="1"] {
    display: block;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="1"][data-middle="0"][data-wide="1"] {
    display: none;
  }
}
@media (max-width: 834px) {
  .c-br[data-nrw="1"][data-middle="1"][data-wide="0"] {
    display: block;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="1"][data-middle="1"][data-wide="0"] {
    display: block;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="0"][data-middle="0"][data-wide="1"] {
    display: block;
  }
}
@media (min-width: 835px) {
  .c-br[data-nrw="0"][data-middle="1"][data-wide="1"] {
    display: block;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="0"][data-middle="1"][data-wide="1"] {
    display: block;
  }
}
.c-br[data-nrw="1"][data-middle="1"][data-wide="1"] {
  display: block;
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="0"][data-middle="1"][data-wide="0"] {
    display: block;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="0"][data-middle="1"][data-wide="1"] {
    display: block;
  }
}
@media (min-width: 835px) {
  .c-br[data-nrw="0"][data-middle="1"][data-wide="1"] {
    display: block;
  }
}
@media (min-width: 835px) {
  .c-br[data-nrw="0"][data-middle="0"][data-wide="1"] {
    display: block;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-br[data-nrw="0"][data-middle="0"][data-wide="1"] {
    display: none;
  }
}

.c-noticelist {
  opacity: 0.5;
}
@media (max-width: 834px) {
  .c-noticelist {
    font-size: 11px;
    line-height: 1.8260869565;
  }
}
@media (min-width: 835px) {
  .c-noticelist {
    font-size: max(11.9px, 0.7291666667vw);
    line-height: 2.2857142857;
  }
}

@-webkit-keyframes splitTextHover {
  0% {
    opacity: 1;
    translate: 0 0%;
  }
  40% {
    opacity: 0;
    translate: 0 -50%;
  }
  41% {
    opacity: 0;
    translate: 0 50%;
  }
  60% {
    opacity: 0;
    translate: 0 50%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes splitTextHover {
  0% {
    opacity: 1;
    translate: 0 0%;
  }
  40% {
    opacity: 0;
    translate: 0 -50%;
  }
  41% {
    opacity: 0;
    translate: 0 50%;
  }
  60% {
    opacity: 0;
    translate: 0 50%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
a.js-splittext {
  display: inline-block;
}

.js-splittext {
  overflow: hidden;
}
@media (min-width: 835px) {
  .js-splittext:hover span:nth-child(1) {
    -webkit-animation: splitTextHover 0.4s 0.025s ease forwards;
            animation: splitTextHover 0.4s 0.025s ease forwards;
  }
  .js-splittext:hover span:nth-child(2) {
    -webkit-animation: splitTextHover 0.4s 0.05s ease forwards;
            animation: splitTextHover 0.4s 0.05s ease forwards;
  }
  .js-splittext:hover span:nth-child(3) {
    -webkit-animation: splitTextHover 0.4s 0.075s ease forwards;
            animation: splitTextHover 0.4s 0.075s ease forwards;
  }
  .js-splittext:hover span:nth-child(4) {
    -webkit-animation: splitTextHover 0.4s 0.1s ease forwards;
            animation: splitTextHover 0.4s 0.1s ease forwards;
  }
  .js-splittext:hover span:nth-child(5) {
    -webkit-animation: splitTextHover 0.4s 0.125s ease forwards;
            animation: splitTextHover 0.4s 0.125s ease forwards;
  }
  .js-splittext:hover span:nth-child(6) {
    -webkit-animation: splitTextHover 0.4s 0.15s ease forwards;
            animation: splitTextHover 0.4s 0.15s ease forwards;
  }
  .js-splittext:hover span:nth-child(7) {
    -webkit-animation: splitTextHover 0.4s 0.175s ease forwards;
            animation: splitTextHover 0.4s 0.175s ease forwards;
  }
  .js-splittext:hover span:nth-child(8) {
    -webkit-animation: splitTextHover 0.4s 0.2s ease forwards;
            animation: splitTextHover 0.4s 0.2s ease forwards;
  }
  .js-splittext:hover span:nth-child(9) {
    -webkit-animation: splitTextHover 0.4s 0.225s ease forwards;
            animation: splitTextHover 0.4s 0.225s ease forwards;
  }
  .js-splittext:hover span:nth-child(10) {
    -webkit-animation: splitTextHover 0.4s 0.25s ease forwards;
            animation: splitTextHover 0.4s 0.25s ease forwards;
  }
  .js-splittext:hover span:nth-child(11) {
    -webkit-animation: splitTextHover 0.4s 0.275s ease forwards;
            animation: splitTextHover 0.4s 0.275s ease forwards;
  }
  .js-splittext:hover span:nth-child(12) {
    -webkit-animation: splitTextHover 0.4s 0.3s ease forwards;
            animation: splitTextHover 0.4s 0.3s ease forwards;
  }
  .js-splittext:hover span:nth-child(13) {
    -webkit-animation: splitTextHover 0.4s 0.325s ease forwards;
            animation: splitTextHover 0.4s 0.325s ease forwards;
  }
  .js-splittext:hover span:nth-child(14) {
    -webkit-animation: splitTextHover 0.4s 0.35s ease forwards;
            animation: splitTextHover 0.4s 0.35s ease forwards;
  }
  .js-splittext:hover span:nth-child(15) {
    -webkit-animation: splitTextHover 0.4s 0.375s ease forwards;
            animation: splitTextHover 0.4s 0.375s ease forwards;
  }
  .js-splittext:hover span:nth-child(16) {
    -webkit-animation: splitTextHover 0.4s 0.4s ease forwards;
            animation: splitTextHover 0.4s 0.4s ease forwards;
  }
  .js-splittext:hover span:nth-child(17) {
    -webkit-animation: splitTextHover 0.4s 0.425s ease forwards;
            animation: splitTextHover 0.4s 0.425s ease forwards;
  }
  .js-splittext:hover span:nth-child(18) {
    -webkit-animation: splitTextHover 0.4s 0.45s ease forwards;
            animation: splitTextHover 0.4s 0.45s ease forwards;
  }
  .js-splittext:hover span:nth-child(19) {
    -webkit-animation: splitTextHover 0.4s 0.475s ease forwards;
            animation: splitTextHover 0.4s 0.475s ease forwards;
  }
  .js-splittext:hover span:nth-child(20) {
    -webkit-animation: splitTextHover 0.4s 0.5s ease forwards;
            animation: splitTextHover 0.4s 0.5s ease forwards;
  }
}
.js-splittext span {
  display: inline-block;
}

@-webkit-keyframes subTtlIn {
  0% {
    opacity: 0;
    translate: 0 50%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes subTtlIn {
  0% {
    opacity: 0;
    translate: 0 50%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.c-subttl {
  font-weight: 200;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .c-subttl {
    font-size: 18px;
    margin-bottom: 16.4102564103vw;
  }
}
@media (min-width: 835px) {
  .c-subttl {
    font-size: max(23.8px, 1.4583333333vw);
    margin-bottom: 6.25vw;
  }
}
.c-subttl[data-reveal="1"] {
  opacity: 1;
}
.c-subttl span {
  display: inline-block;
  translate: 0 100%;
}
.c-subttl[data-reveal="1"] span:nth-child(1) {
  -webkit-animation: subTtlIn 0.6s 0.03s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.03s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(2) {
  -webkit-animation: subTtlIn 0.6s 0.06s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.06s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(3) {
  -webkit-animation: subTtlIn 0.6s 0.09s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.09s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(4) {
  -webkit-animation: subTtlIn 0.6s 0.12s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.12s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(5) {
  -webkit-animation: subTtlIn 0.6s 0.15s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.15s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(6) {
  -webkit-animation: subTtlIn 0.6s 0.18s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.18s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(7) {
  -webkit-animation: subTtlIn 0.6s 0.21s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.21s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(8) {
  -webkit-animation: subTtlIn 0.6s 0.24s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.24s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(9) {
  -webkit-animation: subTtlIn 0.6s 0.27s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.27s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(10) {
  -webkit-animation: subTtlIn 0.6s 0.3s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.3s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(11) {
  -webkit-animation: subTtlIn 0.6s 0.33s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.33s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(12) {
  -webkit-animation: subTtlIn 0.6s 0.36s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.36s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(13) {
  -webkit-animation: subTtlIn 0.6s 0.39s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.39s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(14) {
  -webkit-animation: subTtlIn 0.6s 0.42s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.42s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(15) {
  -webkit-animation: subTtlIn 0.6s 0.45s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.45s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(16) {
  -webkit-animation: subTtlIn 0.6s 0.48s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.48s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(17) {
  -webkit-animation: subTtlIn 0.6s 0.51s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.51s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(18) {
  -webkit-animation: subTtlIn 0.6s 0.54s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.54s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(19) {
  -webkit-animation: subTtlIn 0.6s 0.57s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.57s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
.c-subttl[data-reveal="1"] span:nth-child(20) {
  -webkit-animation: subTtlIn 0.6s 0.6s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: subTtlIn 0.6s 0.6s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

.c-txt_headline {
  font-size: 18px;
  line-height: 1.3888888889;
}
@media (min-width: 835px) {
  .c-txt_headline {
    font-size: max(25.5px, 1.5625vw);
    line-height: 1.5333333333;
  }
}

.c-txt_headline_sub {
  font-size: 13px;
}
@media (min-width: 835px) {
  .c-txt_headline_sub {
    font-size: max(17px, 1.0416666667vw);
  }
}

@media (max-width: 834px) {
  .c-txt_body {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
@media (min-width: 835px) {
  .c-txt_body {
    font-size: max(15px, 0.8333333333vw);
    line-height: 2;
  }
}

.c-txt_body_large {
  font-size: 15px;
  line-height: 2.0666666667;
}
@media (min-width: 835px) {
  .c-txt_body_large {
    font-size: max(17.85px, 1.09375vw);
    line-height: 2.380952381;
  }
}
@media (min-width: 835px) and (max-width: 1079px) {
  .c-txt_body_large {
    font-size: 16px;
    line-height: 2;
  }
}

.c-txt_body_small {
  font-size: 12px;
  line-height: 1.9166666667;
}
@media (min-width: 835px) {
  .c-txt_body_small {
    font-size: max(13.5px, 0.7291666667vw);
    line-height: 2;
  }
}

@-webkit-keyframes txtGradIn {
  0% {
    background-position: 80% 80%;
  }
  100% {
    background-position: 0% 0;
  }
}

@keyframes txtGradIn {
  0% {
    background-position: 80% 80%;
  }
  100% {
    background-position: 0% 0;
  }
}
.c-txtgrad {
  background: linear-gradient(-45deg, transparent 60%, #fff 80%);
  -webkit-background-clip: text;
  background-position: 80% 80%;
  background-size: 1000% 1000%;
  -webkit-text-fill-color: transparent;
}
.c-txtgrad::-moz-selection, .c-txtgrad *::-moz-selection {
  -webkit-text-fill-color: initial;
}
.c-txtgrad::selection,
.c-txtgrad *::selection {
  -webkit-text-fill-color: initial;
}
.c-txtgrad[data-reveal="1"] {
  -webkit-animation: txtGradIn 2s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: txtGradIn 2s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
@media (min-width: 835px) {
  .c-txtgrad[data-reveal="1"] {
    -webkit-animation: txtGradIn 2s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
            animation: txtGradIn 2s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
}

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

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