@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).
  */
/**
  * 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 {
  --baseDeviceWidth: 1025;
  --videoHeight: 0px;
  --screenHeight: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}
body.-lock {
  overflow: hidden;
}
body.-fixed {
  position: fixed;
  width: 100%;
}
@media (max-width: 779px) {
  body {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media (min-width: 780px) {
  body {
    font-size: 1.03125rem;
    line-height: 1.7777777778;
  }
}

img {
  max-width: 100%;
}

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

/* 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;
}

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

.l-content {
  padding-top: 100vh;
  transition: opacity 0.1s ease-out;
}
[data-scroll=false] .l-content {
  opacity: 0;
  pointer-events: none;
}
.l-content.-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 780px) {
  .l-content {
    padding-top: 50vh;
  }
}

.l-footer {
  padding: 10.2vw 5.1vw 5.3vw;
  position: relative;
}
@media (max-width: 779px) {
  .l-footer {
    margin-top: 59.9vw;
  }
}
@media (min-width: 780px) {
  .l-footer {
    padding: 44px 32px 32px;
  }
}
@media (min-width: 1201px) {
  .l-footer {
    padding: 44px 33px 26px;
  }
}

.l-footer__top {
  position: relative;
}

.l-footer__date {
  display: flex;
  line-height: 1;
  overflow: hidden;
}
.l-footer__date .date {
  font-weight: 300;
  letter-spacing: -0.035em;
}
@media (max-width: 779px) {
  .l-footer__date .date {
    font-size: 12.8vw;
  }
}
@media (min-width: 780px) {
  .l-footer__date .date {
    font-size: 9.5vw;
  }
}
@media (min-width: 1201px) {
  .l-footer__date .date {
    font-size: 6.125rem;
  }
}
.l-footer__date .day {
  font-weight: 400;
  margin-top: 0.17em;
  margin-left: 0.4em;
  letter-spacing: 0.06em;
}
@media (max-width: 779px) {
  .l-footer__date .day {
    font-size: 6.4vw;
  }
}
@media (min-width: 780px) {
  .l-footer__date .day {
    font-size: 4.6vw;
  }
}
@media (min-width: 1201px) {
  .l-footer__date .day {
    font-size: 3rem;
  }
}
.l-footer__date .char {
  transform: translateY(100%);
  opacity: 0;
}
.-reveal .l-footer__date .char {
  -webkit-animation: textInUpOp 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: textInUpOp 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-animation-delay: calc(var(--char-index) * -0.05s + 1.1s);
          animation-delay: calc(var(--char-index) * -0.05s + 1.1s);
}

.l-footer__nav {
  align-items: flex-start;
  display: flex;
  font-weight: 300;
  flex-direction: column;
  line-height: 1.19;
  position: relative;
  letter-spacing: -0.02em;
}
@media (max-width: 779px) {
  .l-footer__nav {
    font-size: 7.6vw;
    margin-top: 2vw;
    line-height: 1.03;
  }
}
@media (min-width: 780px) {
  .l-footer__nav {
    font-size: 3.9vw;
    margin-top: 0.9vw;
  }
}
@media (min-width: 1201px) {
  .l-footer__nav {
    font-size: 2.5rem;
    gap: 0.025em 0;
    margin-top: 0.4vw;
  }
}
.l-footer__nav li {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 780px) {
  .l-footer__nav li {
    margin-top: -0.1em;
  }
}
.l-footer__nav li:nth-of-type(1) {
  margin-top: 0;
}
.l-footer__nav li::after {
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
  height: 1px;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left;
  width: 100%;
}
@media (min-width: 1025px) {
  .l-footer__nav li::after {
    bottom: 0.05em;
    height: 1px;
  }
}
@media (max-width: 779px) {
  .l-footer__nav li::after {
    bottom: 0.05em;
    height: 0.8px;
  }
}
@media (min-width: 1025px) {
  .l-footer__nav li:hover::after {
    transform: scaleX(1);
  }
}
.l-footer__nav a {
  transform: translateY(100%);
  display: inline-block;
}
.-reveal .l-footer__nav a {
  -webkit-animation: textInUp 0.4s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: textInUp 0.4s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.l-footer__bottom {
  z-index: 1;
  margin-top: 22.1vw;
  opacity: 0;
}
@media (min-width: 780px) {
  .l-footer__bottom {
    margin-top: 136px;
  }
}
@media (min-width: 1201px) {
  .l-footer__bottom {
    display: flex;
    align-items: flex-end;
    margin-top: 95px;
    justify-content: space-between;
    position: relative;
  }
}
.-reveal .l-footer__bottom {
  -webkit-animation: in 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: in 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.l-footer__logo {
  margin-top: 6.4vw;
  width: 100%;
}
@media (min-width: 780px) {
  .l-footer__logo {
    margin-top: 28px;
  }
}
@media (min-width: 1201px) {
  .l-footer__logo {
    width: 39vw;
  }
}
@media (min-width: 1521px) {
  .l-footer__logo {
    width: 778px;
  }
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__text {
  font-weight: 400;
  color: #fff;
}
.l-footer__text .top {
  font-size: 1rem;
  line-height: 1.34375;
}
@media (min-width: 1201px) {
  .l-footer__text .top {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.l-footer__text .mid {
  font-size: 0.875rem;
  line-height: 0.7142857143;
  margin-top: 7px;
}
@media (min-width: 1201px) {
  .l-footer__text .mid {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 2px;
  }
}
.l-footer__text .bottom {
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  margin-top: 14px;
}
@media (min-width: 1201px) {
  .l-footer__text .bottom {
    font-size: 0.6875rem;
    line-height: 1.6363636364;
    margin-top: 3px;
  }
}

.l-header {
  width: 100%;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-weight: 300;
  letter-spacing: -0.04em;
  pointer-events: none;
}
.top .l-header {
  opacity: 0;
}
.top.-ready .l-header {
  -webkit-animation: in 1.6s 1.5s ease-in-out forwards;
          animation: in 1.6s 1.5s ease-in-out forwards;
}

.l-header__inner {
  display: flex;
  align-items: center;
  padding: 0px 32px;
}
@media (max-width: 779px) {
  .l-header__inner {
    padding: 0px 0px;
  }
}

.l-header__nav {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 56px;
  pointer-events: all;
}
@media (max-width: 779px) {
  .l-header__nav {
    gap: 0 4.8vw;
  }
}

.l-header__nav__item.-logo {
  width: 103px;
}
@media (max-width: 779px) {
  .l-header__nav__item.-logo {
    display: none;
  }
}
.l-header__nav__item.-lang {
  height: auto;
}

.l-header__language {
  display: inline-block;
  overflow: hidden;
  margin: 13px 0 0 0;
  width: 19px;
  height: 11px;
}
@media (max-width: 779px) {
  .l-header__language {
    margin: 1.5vw 0 0 0;
    width: 3.8vw;
    height: 2.3vw;
  }
}
.l-header__language[data-stt-changelang=en] {
  background: url(../../assets/img//common/header/txt_en.svg) no-repeat 0 0/contain;
}
.l-header__language[data-stt-changelang=ja] {
  background: url(../../assets/img//common/header/txt_ja.svg) no-repeat 0 0/contain;
}
.l-header__language[data-stt-active] {
  width: 0;
}

.l-header__nav__hamburger {
  position: relative;
}

.l-header__hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: #000;
  height: 66px;
  width: 66px;
}
@media (max-width: 779px) {
  .l-header__hamburger {
    height: 13.8vw;
    width: 13.8vw;
  }
}

.l-header__hamburger__lines {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 14px;
}
@media (max-width: 779px) {
  .l-header__hamburger__lines {
    width: 7.6vw;
    height: 2.8vw;
  }
}
.l-header__hamburger__lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform-origin: 50% 50%;
  transform: translateY(0) rotate(0deg);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), top 0.2s ease;
}
.l-header__hamburger__lines span:nth-child(1) {
  top: 2px;
}
@media (max-width: 779px) {
  .l-header__hamburger__lines span:nth-child(1) {
    top: 0.2vw;
  }
}
.l-header__hamburger__lines span:nth-child(2) {
  top: 10px;
}
@media (max-width: 779px) {
  .l-header__hamburger__lines span:nth-child(2) {
    top: 2.5vw;
  }
}
.is-open .l-header__hamburger__lines span:nth-child(1) {
  top: 0px;
  transform: translateY(6px) rotate(45deg);
}
.is-open .l-header__hamburger__lines span:nth-child(2) {
  top: 12px;
  transform: translateY(-6px) rotate(-45deg);
}

.l-menuOverlay {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  transform: translateX(-100%);
  width: 600px;
  line-height: 1.2;
  inset: 0;
  pointer-events: none;
}
@media (max-width: 779px) {
  .l-menuOverlay {
    width: 86.1vw;
  }
}

.l-menuOverlay__panel {
  background: #000;
  color: #fff;
  padding: 0px 52px 53px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
}
@media (max-width: 779px) {
  .l-menuOverlay__panel {
    padding: 0 6.4vw 8.9vw;
  }
}

.l-menuOverlay__head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px;
  justify-content: space-between;
}
@media (max-width: 779px) {
  .l-menuOverlay__head {
    height: 13.8vw;
  }
}

.l-menuOverlay__head__item.-logo {
  width: 103px;
}
@media (max-width: 779px) {
  .l-menuOverlay__head__item.-logo {
    display: none;
  }
}
.l-menuOverlay__head__item.-lang {
  margin-left: auto;
}

.l-menuOverlay__list {
  line-height: 1;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -0.05em;
}
@media (max-width: 779px) {
  .l-menuOverlay__list {
    font-size: 8.9vw;
    letter-spacing: -0.06em;
    margin-top: -3.3vw;
  }
}
.l-menuOverlay__list .-logo {
  width: 34.6vw;
  margin-top: 2.3vw;
  display: none;
}
@media (max-width: 779px) {
  .l-menuOverlay__list .-logo {
    display: inline-block;
  }
}
.l-menuOverlay__list .-s-name {
  transition: padding 0.25s ease;
}
.l-menuOverlay__list .-s-name:hover {
  padding: 0 0 0 40px;
}
.l-menuOverlay__list span {
  position: absolute;
  top: 50%;
  left: -52px;
  bottom: unset;
  right: unset;
  transform: translateY(-50%);
  height: 2px;
  width: 0px;
  background-color: #fff;
  transition: width 0.25s ease;
}
@media (max-width: 779px) {
  .l-menuOverlay__list span {
    position: absolute;
    top: 50%;
    left: -6.1vw;
    bottom: unset;
    right: unset;
    width: 0;
  }
}
.l-menuOverlay__list .-s-name:hover span {
  width: 62px;
}
@media (max-width: 779px) {
  .l-menuOverlay__list .-s-name:hover span {
    width: -7.4vw;
  }
}

.l-main {
  width: 100%;
  height: auto;
}
@media (min-width: 780px) {
  .top .l-main {
    padding-bottom: 1.5vw;
  }
}

.l-section {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
.l-section.-full {
  max-width: none;
}

.l-share {
  color: #fff;
  /* display: none;
  opacity: 0; */
  z-index: 100;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.l-main .l-share {
  opacity: 0;
}
.-ready .l-main .l-share {
  -webkit-animation: in 1.6s 1s ease-in-out forwards;
          animation: in 1.6s 1s ease-in-out forwards;
}
@media (max-width: 779px) {
  .l-main .l-share {
    display: none;
  }
}
.l-footer .l-share {
  opacity: 0;
}
@media (min-width: 780px) {
  .l-footer .l-share {
    display: none;
  }
}
@media (max-width: 779px) {
  .l-share {
    position: absolute;
    top: 10.2vw;
    right: 5.5vw;
    margin-bottom: 5.1vw;
    opacity: 0;
  }
  .-reveal .l-share {
    -webkit-animation: in 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
            animation: in 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}
@media (min-width: 780px) {
  .l-share {
    top: calc(100% - 180px);
    left: 30px;
    position: -webkit-sticky;
    position: sticky;
    width: 30px;
  }
}

.l-share__ttl {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media (max-width: 779px) {
  .l-share__ttl {
    transform-origin: bottom;
    color: #fff;
    font-size: 4.3vw;
  }
}
@media (min-width: 780px) {
  .l-share__ttl {
    font-size: 1.125rem;
  }
}

@media (max-width: 779px) {
  .l-share__list {
    position: relative;
    margin-top: 3vw;
  }
}
@media (min-width: 780px) {
  .l-share__list {
    margin-top: 15px;
  }
}

.l-share__item {
  line-height: 1;
}
@media (max-width: 779px) {
  .l-share__item {
    width: 6.4vw;
  }
}
@media (min-width: 780px) {
  .l-share__item {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 779px) {
  .l-share__item + .l-share__item {
    margin-top: 2.5vw;
  }
}
@media (min-width: 780px) {
  .l-share__item + .l-share__item {
    margin-top: 11px;
  }
}

.c-acc__cont {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  will-change: height;
}

.c-acc__status {
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 1;
  background-color: #fff;
  width: 6.9vw;
}
.c-acc__status::before, .c-acc__status::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  content: "";
  height: 14%;
  translate: -50% -50%;
  width: 56%;
}
.c-acc__status::after {
  rotate: 90deg;
}
.-opened .c-acc__status::after {
  display: none;
}
@media (min-width: 780px) {
  .c-acc__status {
    width: 36px;
  }
}

.c-arw {
  position: relative;
}
.c-arw::before, .c-arw::after {
  content: "";
  background-color: #fff;
  width: 3.3vw;
  height: 4px;
}
@media (min-width: 780px) {
  .c-arw::before, .c-arw::after {
    width: 20px;
    height: 6px;
  }
}
.newslist .c-arw::before, .newslist .c-arw::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 1.2vw;
  transform-origin: calc(100% - 2px) 50%;
}
@media (min-width: 780px) {
  .newslist .c-arw::before, .newslist .c-arw::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 16px;
    transform-origin: calc(100% - 2px) 50%;
  }
}
.newslist__pager .c-arw::before, .newsdet__pager .c-arw::before, .newslist__pager .c-arw::after, .newsdet__pager .c-arw::after {
  width: 3vw;
  height: 1vw;
  position: absolute;
  top: calc(50% - 0.5vw);
  right: 0;
  transform-origin: calc(100% - 0.5vw) 50%;
}
@media (min-width: 780px) {
  .newslist__pager .c-arw::before, .newsdet__pager .c-arw::before, .newslist__pager .c-arw::after, .newsdet__pager .c-arw::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    transform-origin: calc(100% - 2px) 50%;
    width: 16px;
    height: 4px;
  }
}
.newslist__pager .c-arw::before, .newslist__pager .c-arw::after {
  width: 2.5vw;
  height: 1vw;
  display: flex;
}
@media (min-width: 780px) {
  .newslist__pager .c-arw::before, .newslist__pager .c-arw::after {
    width: 12px;
    height: 4px;
  }
}
.c-arw::before {
  transform: rotate(45deg);
}
.newsdet__pager .c-arw::before {
  transform: rotate(-45deg);
}
.c-arw::after {
  transform: rotate(-45deg);
}
.newsdet__pager .c-arw::after {
  transform: rotate(45deg);
}
.c-arw.-prev:before, .c-arw.-prev:after {
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 779px) {
  .newslist__pager .c-arw.-prev:before, .newsdet__pager .c-arw.-prev:before, .newslist__pager .c-arw.-prev:after, .newsdet__pager .c-arw.-prev:after {
    transform-origin: 0.5vw 50%;
  }
}
@media (min-width: 780px) {
  .newslist__pager .c-arw.-prev:before, .newsdet__pager .c-arw.-prev:before, .newslist__pager .c-arw.-prev:after, .newsdet__pager .c-arw.-prev:after {
    transform-origin: 2px 50%;
  }
}
.newslist__pager .c-arw.-prev:before, .newslist__pager .c-arw.-prev:after {
  padding: 0;
}
.c-arw.-next:before, .c-arw.-next:after {
  position: absolute;
  top: 50%;
  right: 0;
}
.newslist__pager .c-arw.-next {
  padding: 0;
}
.c-arw.c-back::before, .c-arw.c-back::after {
  transform-origin: 2px 50%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 2.3vw;
}
@media (min-width: 780px) {
  .c-arw.c-back::before, .c-arw.c-back::after {
    width: 15px;
  }
}
.c-arw.c-back::before {
  transform: rotate(-45deg);
}
.c-arw.c-back::after {
  transform: rotate(45deg);
}
.newslist__pager .c-arw {
  width: 2.5vw;
  height: 4.1vw;
}
@media (min-width: 780px) {
  .newslist__pager .c-arw {
    width: 13px;
    height: 23px;
  }
}
.newsdet__pager .c-arw {
  width: 2.5vw;
  height: 5.1vw;
  display: inline-block;
}
@media (min-width: 780px) {
  .newsdet__pager .c-arw {
    top: 0;
    width: 17px;
    height: 25px;
  }
}

.c-back {
  z-index: 2;
  font-variation-settings: "wght" 700, "wdth" 50, "slnt" -12;
  position: relative;
  font-size: 5.1vw;
  position: absolute;
  top: 0.6vw;
  left: 3.3vw;
  padding-left: 3.5vw;
  letter-spacing: 0.02em;
}
@media (min-width: 780px) {
  .c-back {
    font-size: 1.75rem;
    position: absolute;
    top: 30px;
    left: 26px;
    padding-left: 28px;
  }
}

.c-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  transform: scaleY(var(--start-scale, 0));
  transform-origin: bottom center;
}
.-reveal .c-bg {
  -webkit-animation: bgScaleUpIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: bgScaleUpIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@-webkit-keyframes bgScaleUpIn {
  to {
    transform: scaleY(1);
  }
}

@keyframes bgScaleUpIn {
  to {
    transform: scaleY(1);
  }
}
.c-close {
  position: fixed;
  top: 3vw;
  right: 3vw;
  z-index: 10;
}
@media (min-width: 780px) {
  .c-close {
    position: fixed;
    top: 32px;
    right: 32px;
  }
}

.c-close__link {
  display: inline-block;
  position: relative;
  width: 12.8vw;
  height: 12.8vw;
}
@media (min-width: 780px) {
  .c-close__link {
    width: 80px;
    height: 80px;
  }
}
.c-close__link::before, .c-close__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 2px;
  height: 18vw;
}
@media (min-width: 780px) {
  .c-close__link::before, .c-close__link::after {
    height: 112px;
  }
}
.c-close__link::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-close__link::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-close__txt {
  font-size: 3.5vw;
  color: #fff;
  letter-spacing: -0.04em;
  text-align: center;
  margin-top: 14.1vw;
}
@media (min-width: 780px) {
  .c-close__txt {
    margin-top: 92px;
    font-size: 1.25rem;
  }
}

.c-contents-saver {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.c-copyright {
  color: #bfbfbf;
  z-index: 1;
  position: fixed;
  left: 3vw;
  bottom: 3vw;
  opacity: 0;
}
.-introend .c-copyright {
  -webkit-animation: in 0.2s ease-out forwards;
          animation: in 0.2s ease-out forwards;
}
@media (max-width: 779px) {
  .c-copyright {
    transition: opacity 0.3s ease-out;
  }
  [data-scroll=true] .c-copyright {
    opacity: 0;
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 780px) {
  .c-copyright {
    position: fixed;
    left: 36px;
    bottom: 24px;
  }
}
@media (min-width: 780px) and (max-width: 1024px) {
  .c-copyright {
    position: fixed;
    left: 36px;
    bottom: 24px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .c-copyright {
    position: fixed;
    left: 3vw;
    bottom: 1.5vw;
  }
}

.c-copyright__txt {
  font-size: 2.3vw;
}
@media (min-width: 780px) and (max-width: 1024px) {
  .c-copyright__txt {
    font-size: 0.625rem;
  }
}
@media (min-width: 780px) {
  .c-copyright__txt {
    font-size: 0.625rem;
  }
}

.c-font__acumin {
  font-family: "acumin-variable", sans-serif;
}

.c-font__neue {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.c-font__outfit {
  font-family: "Outfit", sans-serif;
}

.c-hover_op {
  cursor: pointer;
  transition: opacity 0.15s 0s ease;
}
@media (min-width: 780px) {
  .c-hover_op:hover {
    opacity: 0.8;
  }
}

html.-inmodal,
body.-inmodal {
  overflow: hidden;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  height: 100%;
  opacity: 0;
  overflow: auto;
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
}
.c-modal .moviemodal__iframe {
  max-height: 90vh;
  position: relative;
}
.c-modal .moviemodal__iframe:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.c-modal .moviemodal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal__inner {
  position: relative;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}
[data-modalid=img] .c-modal__inner {
  height: 90vh;
}

.c-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
  z-index: 100;
}
@media (min-width: 780px) {
  .c-modal__close {
    right: 25px;
    top: 25px;
    width: 144px;
  }
}
.c-modal__close .c-modal__close__inner {
  display: block;
  height: 16px;
  position: relative;
}
@media (min-width: 780px) {
  .c-modal__close .c-modal__close__inner {
    height: 48px;
  }
}
@media (min-width: 780px) {
  .c-modal__close .c-modal__close__inner:hover .c-modal__close__line:nth-child(1)::before {
    -webkit-animation: closeLineAnim 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: closeLineAnim 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .c-modal__close .c-modal__close__inner:hover .c-modal__close__line:nth-child(2)::before {
    -webkit-animation: closeLineAnim 0.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: closeLineAnim 0.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.c-modal__close__line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  transform: translate(0, -50%);
  width: 50px;
}
@media (min-width: 780px) {
  .c-modal__close__line {
    width: 150px;
  }
}
.c-modal__close__line:nth-child(1) {
  transform: rotate(18.5deg);
}
.c-modal__close__line:nth-child(2) {
  transform: rotate(-18.5deg);
}
.c-modal__close__line::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  transform-origin: 100% 0;
  width: 100%;
}

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

@keyframes closeLineAnim {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  50.01% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
.newslist__inner {
  color: #fff;
  opacity: 0;
}
.news-list .newslist__inner {
  opacity: 0;
}
.news-list.-ready .newslist__inner {
  -webkit-animation: in 0.2s 0.1s ease-out forwards;
          animation: in 0.2s 0.1s ease-out forwards;
}
.-reveal .newslist__inner {
  -webkit-animation: in 0.2s 0.5s ease-out forwards;
          animation: in 0.2s 0.5s ease-out forwards;
}

.newslist__list {
  position: relative;
  z-index: 1;
}
.top .newslist__list {
  opacity: 0;
}
@media (max-width: 779px) {
  .top .newslist__list {
    margin-top: 6.1vw;
  }
}
@media (min-width: 780px) {
  .top .newslist__list {
    margin-top: 2vw;
  }
}
.top .-reveal .newslist__list {
  -webkit-animation: in 0.2s 0.5s ease-out forwards;
          animation: in 0.2s 0.5s ease-out forwards;
}

.newslist__item {
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  opacity: 0;
  overflow: hidden;
}
.newslist__item:first-child {
  border-top: 1px solid #f7f7f7;
}
.-reveal .newslist__item {
  -webkit-animation: in 0.3s 0.8s ease-out forwards;
          animation: in 0.3s 0.8s ease-out forwards;
}
.-ready .newslist__item {
  -webkit-animation: in 0.3s 0.1s ease-out forwards;
          animation: in 0.3s 0.1s ease-out forwards;
}
.newslist__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.newslist__item::after {
  background: #424242;
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
          clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 780px) {
  .newslist__item:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 780px) {
  .newslist__item:hover .newslist__item__link::after {
    transform: translateY(-50%) translateX(10%);
  }
}
.newslist__item:nth-of-type(1) .newslist__item__link {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.news-list .newslist__item:nth-of-type(1) .newslist__item__link {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.newslist__item:nth-of-type(2) .newslist__item__link {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.news-list .newslist__item:nth-of-type(2) .newslist__item__link {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.newslist__item:nth-of-type(3) .newslist__item__link {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.news-list .newslist__item:nth-of-type(3) .newslist__item__link {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.newslist__item:nth-of-type(4) .newslist__item__link {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.news-list .newslist__item:nth-of-type(4) .newslist__item__link {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.newslist__item:nth-of-type(5) .newslist__item__link {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.news-list .newslist__item:nth-of-type(5) .newslist__item__link {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.newslist__item:nth-of-type(6) .newslist__item__link {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.news-list .newslist__item:nth-of-type(6) .newslist__item__link {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.newslist__item:nth-of-type(7) .newslist__item__link {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.news-list .newslist__item:nth-of-type(7) .newslist__item__link {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.newslist__item:nth-of-type(8) .newslist__item__link {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.news-list .newslist__item:nth-of-type(8) .newslist__item__link {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.newslist__item:nth-of-type(9) .newslist__item__link {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.news-list .newslist__item:nth-of-type(9) .newslist__item__link {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.newslist__item:nth-of-type(10) .newslist__item__link {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.news-list .newslist__item:nth-of-type(10) .newslist__item__link {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.newslist__item:nth-of-type(11) .newslist__item__link {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.news-list .newslist__item:nth-of-type(11) .newslist__item__link {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.newslist__item:nth-of-type(12) .newslist__item__link {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}
.news-list .newslist__item:nth-of-type(12) .newslist__item__link {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.newslist__item:nth-of-type(13) .newslist__item__link {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
.news-list .newslist__item:nth-of-type(13) .newslist__item__link {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}
.newslist__item:nth-of-type(14) .newslist__item__link {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}
.news-list .newslist__item:nth-of-type(14) .newslist__item__link {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
.newslist__item:nth-of-type(15) .newslist__item__link {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
.news-list .newslist__item:nth-of-type(15) .newslist__item__link {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}
.newslist__item:nth-of-type(16) .newslist__item__link {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}
.news-list .newslist__item:nth-of-type(16) .newslist__item__link {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
.newslist__item:nth-of-type(17) .newslist__item__link {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}
.news-list .newslist__item:nth-of-type(17) .newslist__item__link {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}
.newslist__item:nth-of-type(18) .newslist__item__link {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}
.news-list .newslist__item:nth-of-type(18) .newslist__item__link {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}
.newslist__item:nth-of-type(19) .newslist__item__link {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}
.news-list .newslist__item:nth-of-type(19) .newslist__item__link {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}
.newslist__item:nth-of-type(20) .newslist__item__link {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}
.news-list .newslist__item:nth-of-type(20) .newslist__item__link {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

@-webkit-keyframes newsListMaskIn {
  0% {
    transform: scaleY(50%);
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes newsListMaskIn {
  0% {
    transform: scaleY(50%);
  }
  100% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes newsLinkInUp {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes newsLinkInUp {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
.newslist__item__link {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  display: flex;
  transition: all 0.6s 0.5s ease;
  transform: translateY(100%);
}
.top-news__inner.-reveal .newslist__item__link {
  -webkit-animation: textInUp 0.6s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: textInUp 0.6s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.news-list.-newsready .newslist__item__link {
  -webkit-animation: textInUp 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: textInUp 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.newslist__item__link::after {
  content: "";
  width: 5.1vw;
  height: 5.1vw;
  position: absolute;
  top: 3vw;
  left: unset;
  bottom: unset;
  right: 3vw;
  background: url(../../assets/img/common/icon/icon_arw_up.svg) no-repeat center/cover;
  transform-origin: bottom left;
  transition: all 0.3s 0.1s ease;
}
@media (min-width: 780px) and (max-width: 1024px) {
  .newslist__item__link::after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: 33px;
    transform: translateY(-50%) translateX(0);
  }
}
@media (min-width: 1025px) {
  .newslist__item__link::after {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: 34px;
    transform: translateY(-50%) translateX(0);
  }
}

.newslist__item__cont {
  display: grid;
  align-items: center;
}
@media (max-width: 779px) {
  .newslist__item__cont {
    grid-template-columns: 1fr;
    align-items: start;
    flex-direction: column;
    padding: 4.2vw 5.7vw 4.4vw 5.7vw;
  }
}
@media (min-width: 780px) and (max-width: 1024px) {
  .newslist__item__cont {
    grid-template-columns: 176px 1fr;
    padding: 21px 64px 21px 32px;
  }
}
@media (min-width: 1025px) {
  .newslist__item__cont {
    grid-template-columns: 273px 1fr;
    padding: 25px 64px 25px 32px;
  }
}

.newslist__item__date {
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 779px) {
  .newslist__item__date {
    font-size: 4.3vw;
    max-width: 87.1vw;
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 780px) and (max-width: 1024px) {
  .newslist__item__date {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .newslist__item__date {
    font-size: 1.5625rem;
  }
}

.newslist__item__title {
  font-weight: 600;
  overflow: hidden;
  word-break: break-word;
  white-space: nowrap;
  line-height: 1;
  text-overflow: ellipsis;
}
@media (max-width: 779px) {
  .newslist__item__title {
    font-size: 4.3vw;
    max-width: 87.1vw;
  }
}
@media (min-width: 780px) and (max-width: 1024px) {
  .newslist__item__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .newslist__item__title {
    font-size: 1.5625rem;
  }
}

.newslist__item__empty {
  font-size: 4.3vw;
  padding-top: 8.9vw;
  text-align: center;
}
@media (min-width: 1025px) {
  .newslist__item__empty {
    font-size: 1.375rem;
    padding-top: 190px;
  }
}

.newslist__pager {
  z-index: 1;
  position: relative;
  font-variation-settings: "wght" 700, "wdth" 67.5, "slnt" -12;
  font-size: 4.6vw;
  margin-top: 8vw;
  display: inline-block;
}
@media (min-width: 1025px) {
  .newslist__pager {
    margin-top: 58px;
    font-size: 1.5rem;
  }
}
.-ready .newslist__pager {
  -webkit-animation: in 0.2s 0s ease-out forwards;
          animation: in 0.2s 0s ease-out forwards;
}
.-skipnewsintro.-ready .newslist__pager {
  -webkit-animation: none;
          animation: none;
}

.newslist__pager__inner {
  display: flex;
  gap: 5.7vw;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .newslist__pager__inner {
    gap: 32px;
  }
}

.newslist__pager__num {
  position: relative;
  top: 0.5vw;
}
.newslist__pager__num:hover {
  color: #a8af9c;
}
.newslist__pager__num.-active {
  color: #a8af9c;
}
@media (min-width: 1025px) {
  .newslist__pager__num {
    top: 1px;
  }
}

.newslist__pager__arrow {
  display: flex;
  position: absolute;
  height: 100%;
}
@media (min-width: 1025px) {
  .newslist__pager__arrow {
    font-size: 2.25rem;
  }
}
.newslist__pager__arrow.-disabled {
  display: none;
}
.newslist__pager__arrow:hover {
  color: #a8af9c;
}
.newslist__pager__arrow.-prev {
  left: -10.3vw;
}
@media (min-width: 1025px) {
  .newslist__pager__arrow.-prev {
    left: -56px;
  }
}
.newslist__pager__arrow.-next {
  right: -10.3vw;
}
@media (min-width: 1025px) {
  .newslist__pager__arrow.-next {
    right: -56px;
  }
}
.newslist__pager .newslist__pager__arrow {
  height: auto;
}

.newslist__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
.top .newslist__bottom {
  justify-content: flex-end;
}

.newslist__bottom__item {
  position: relative;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  line-height: 1;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 779px) {
  .newslist__bottom__item {
    font-size: 4.1vw;
    margin-top: 5.5vw;
    margin-left: 5.2vw;
    margin-bottom: 15.2vw;
  }
  .top .newslist__bottom__item {
    margin-left: auto;
    margin-right: 2.9vw;
  }
}
@media (min-width: 780px) and (max-width: 1024px) {
  .newslist__bottom__item {
    font-size: 1.375rem;
    margin-top: 42px;
    margin-left: 32px;
    margin-bottom: 112px;
  }
  .top .newslist__bottom__item {
    margin-left: auto;
    margin-right: 32px;
  }
}
@media (min-width: 1025px) {
  .newslist__bottom__item {
    font-size: 1.5rem;
    margin-top: 48px;
    margin-left: 32px;
    margin-bottom: 112px;
  }
  .top .newslist__bottom__item {
    margin-left: auto;
    margin-right: 32px;
  }
}
.top .newslist__bottom__item {
  margin-bottom: 0;
}
.newslist__bottom__item .-arw {
  width: 24px;
  height: 24px;
}
.top .newslist__bottom__item .-arw {
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-left: 10px;
}
@media (max-width: 779px) {
  .newslist__bottom__item .-arw {
    margin-right: 1vw;
    width: 4.1vw;
    height: 4.1vw;
  }
  .top .newslist__bottom__item .-arw {
    margin-right: auto;
    margin-left: 1vw;
  }
}
@media (min-width: 780px) and (max-width: 1024px) {
  .newslist__bottom__item .-arw {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 780px) {
  .newslist__bottom__item:hover {
    letter-spacing: 0.1em;
  }
}

.c-newsttl__cont {
  position: relative;
}
.newslist .c-newsttl__cont {
  height: 25.6vw;
}
@media (min-width: 1025px) {
  .newslist .c-newsttl__cont {
    width: 1815px;
  }
}
.-ready .newslist .c-newsttl__cont {
  -webkit-animation: in 0.01s 0s forwards, rgbGlitchWhite 0.5s 0s steps(1) forwards;
          animation: in 0.01s 0s forwards, rgbGlitchWhite 0.5s 0s steps(1) forwards;
}
.-skipnewsintro.-ready .newslist .c-newsttl__cont {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.newsdet .c-newsttl__cont {
  width: 21.6vw;
  height: 8.7vw;
}
@media (min-width: 1025px) {
  .newsdet .c-newsttl__cont {
    width: 140px;
    height: 56px;
  }
}

@-webkit-keyframes in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes out {
  to {
    opacity: 0;
  }
}
@keyframes out {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes noise {
  0%, 3%, 4.4%, 5%, 7%, 42%, 44%, 100% {
    opacity: 1;
    transform: scaleY(1);
  }
  1% {
    opacity: 1;
    transform: scaleY(1.2);
  }
  6% {
    opacity: 1;
    transform: scaleX(1.2);
  }
}
@keyframes noise {
  0%, 3%, 4.4%, 5%, 7%, 42%, 44%, 100% {
    opacity: 1;
    transform: scaleY(1);
  }
  1% {
    opacity: 1;
    transform: scaleY(1.2);
  }
  6% {
    opacity: 1;
    transform: scaleX(1.2);
  }
}
@-webkit-keyframes itemInBT {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInBT {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInBT {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInTB {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInTB {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInRL {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes itemInRL {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes itemInPerRL {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes itemInPerRL {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes itemInLR {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes itemInLR {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes tapeInLR {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInLR {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeInRL {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInRL {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeInTB {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInTB {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeInBT {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInBT {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeInFromCenter {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInFromCenter {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
            clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapeOutBT {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  99% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
@keyframes tapeOutBT {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  99% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
@-webkit-keyframes tapeOutTB {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  99% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@keyframes tapeOutTB {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  99% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@-webkit-keyframes tapeOutLR {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes tapeOutLR {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes tapeOutRL {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@keyframes tapeOutRL {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes tapeOutCenterTB {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 50%, 100% 50%, 100% 50%, 1% 50%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 50%, 100% 50%, 100% 50%, 1% 50%, 0 100%, 100% 100%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
  }
}
@keyframes tapeOutCenterTB {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 50%, 100% 50%, 100% 50%, 1% 50%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 50%, 100% 50%, 100% 50%, 1% 50%, 0 100%, 100% 100%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
  }
}
@-webkit-keyframes tapeOutTBCenter {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
            clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
}
@keyframes tapeOutTBCenter {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
            clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
}
@-webkit-keyframes tapeOutLRCenter {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
}
@keyframes tapeOutLRCenter {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
}
@-webkit-keyframes tapeOutAroundCenter {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(50% 50% 50% 50%);
            clip-path: inset(50% 50% 50% 50%);
  }
}
@keyframes tapeOutAroundCenter {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(50% 50% 50% 50%);
            clip-path: inset(50% 50% 50% 50%);
  }
}
@-webkit-keyframes circleInCenterOut {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
  }
  99% {
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@keyframes circleInCenterOut {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
  }
  99% {
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@-webkit-keyframes itemInScaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes itemInScaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes itemInScaleY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes itemInScaleY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes itemOutScaleX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes itemOutScaleX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes itemOutScaleY {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes itemOutScaleY {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes textInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes textInUpOp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textInUpOp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-visible_nrw {
  display: block;
}
@media (min-width: 780px) {
  .c-visible_nrw {
    display: none !important;
  }
}

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