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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: min(10.2564102564px, 2.0512820513vw);
  scroll-behavior: smooth;
  touch-action: manipulation;
  scroll-padding-top: 9.625rem;
}

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

img {
  display: block;
  width: 100%;
}

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

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

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

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

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

a:focus {
  outline: none;
}

main {
  display: block;
}

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

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

.l-footer {
  font-weight: 500;
  padding: 5.4375rem 0 11.375rem;
  position: relative;
  z-index: 1;
  background: #003399;
}
.l-footer::before, .l-footer::after {
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.l-footer::before {
  position: absolute;
  top: -1.625rem;
  left: 0;
  background: #0099ff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  height: 1.6875rem;
}
.l-footer::after {
  position: absolute;
  top: -1rem;
  left: 0;
  background: #003399;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 1.125rem;
}

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

.l-footer__btn {
  margin: 3.625rem auto 0;
  width: 38.75rem;
}

.l-footer__cr {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  margin-top: 3.625rem;
  text-align: center;
}

.l-main {
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.9);
  margin-inline: auto;
  position: relative;
  width: 48.75rem;
  z-index: 0;
}
@media (min-width: 1024px) {
  .l-main {
    margin-right: 0;
    clip-path: inset(100% 0 0 -2.5rem);
    transition: clip-path 0.8s 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .-animationEnd .l-main {
    clip-path: inset(0 0 0 -2.5rem);
  }
}
.l-main::before, .l-main::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
}
.l-main::before {
  background: #004bcc;
}
@media (max-width: 1023px) {
  .-ready .l-main::before {
    animation: tapeOutBT 0.6s 0.1s ease forwards;
  }
}
@media (min-width: 1024px) {
  .-animationEnd .l-main::before {
    animation: tapeOutBT 0.6s 1.4s ease forwards;
  }
}
.l-main::after {
  background: #0099ff;
}
@media (max-width: 1023px) {
  .-ready .l-main::after {
    animation: tapeOutBT 0.6s 0s ease forwards;
  }
}
@media (min-width: 1024px) {
  .-animationEnd .l-main::after {
    animation: tapeOutBT 0.6s 1.3s ease forwards;
  }
}

.l-main__inner {
  clip-path: inset(0);
  overflow-x: hidden;
}

.l-main__inner__bg {
  position: fixed;
  top: 0;
  left: 50%;
  background: url(../img/main/main_mv/bg_mv.jpg) no-repeat top/cover;
  height: 100%;
  transform: translateX(-50%);
  width: 48.75rem;
  z-index: -4;
}
@media (min-width: 1024px) {
  .l-main__inner__bg {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
}

.l-main__inner__cloud__item {
  z-index: -1;
}
.l-main__inner__cloud__item.-cloud1 {
  position: fixed;
  top: -20px;
  right: 0;
  animation: cloudMove_main 60s -40s linear infinite;
  width: 33.75rem;
}
.l-main__inner__cloud__item.-cloud2 {
  position: fixed;
  bottom: 80px;
  right: 0;
  animation: cloudMove_main 70s 0s linear infinite;
  width: 38.4375rem;
}
@media (min-width: 1024px) {
  .l-main__inner__cloud__item {
    display: none;
  }
}

@keyframes cloudMove_main {
  0% {
    transform: translateX(37.5rem);
  }
  100% {
    transform: translateX(-59.375rem);
  }
}
.l-sub {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.l-sub::before {
  position: absolute;
  inset: 0;
  background: url(../img/sub/bg_main.jpg) no-repeat center/cover;
  content: "";
}
@media (max-width: 500px) {
  .l-sub {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-sub::before {
    left: -48.75rem;
  }
}

@keyframes itemFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes itemFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes itemInBT {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInBT_20 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInTB {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itemInRL {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes itemInPerRL {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes itemInLR {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes tapeInLR {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInRL {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInTB {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeInBT {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: none;
    opacity: 1;
  }
}
@keyframes tapeOutBT {
  0% {
    clip-path: inset(0 0 0 0);
  }
  99% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes tapeOutTB {
  0% {
    clip-path: inset(0 0 0 0);
  }
  99% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes tapeOutLR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes tapeOutRL {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes tapeOutCenterTB {
  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% {
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
  }
}
@keyframes tapeOutTBCenter {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
}
@keyframes tapeOutLRCenter {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
}
@keyframes tapeOutAroundCenter {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(50% 50% 50% 50%);
  }
}
@keyframes circleInCenterOut {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  99% {
    clip-path: circle(50% at 50% 50%);
  }
  100% {
    clip-path: none;
  }
}
@keyframes itemInScaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes itemInScaleY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes itemOutScaleX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes itemOutScaleY {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes ImgIn {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes MvImgIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes itemScaleJumpIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  60% {
    transform: scale(0.98);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.c-font-dela {
  font-family: "Dela Gothic One", sans-serif;
  font-style: normal;
  font-weight: 400;
}

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

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

@media (any-hover: hover) {
  .c-hover_bri {
    transition: filter 0.3s;
  }
  .c-hover_bri:hover {
    filter: brightness(1.2);
  }
}

.c-icons {
  position: absolute;
  inset: 0 0 auto;
  transition: translate 0.3s;
  z-index: -1;
}

.c-inner {
  padding-inline: 3.125rem;
}

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

.c-modal__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  aspect-ratio: 1;
  width: 5rem;
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.125rem solid #fff;
  content: "";
  rotate: 45deg;
  translate: -50% -50%;
  width: 140%;
}
.c-modal__close::after {
  rotate: -45deg;
}

.c-modal__inner {
  margin: auto;
  max-width: 93.625rem;
}

.js-scrollreveal.-zoomin {
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), scale 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.js-scrollreveal.-zoomin:not(.-reveal) {
  scale: 1.5;
}
.js-scrollreveal.-clip {
  clip-path: inset(0 -2% 0 0);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.js-scrollreveal.-opacity {
  transition: opacity 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.js-scrollreveal.-opacity:not(.-reveal) {
  opacity: 0;
}
.js-scrollreveal.-scale.-reveal {
  animation: scrollScaleIn 0.5s 0s ease forwards;
}
.js-scrollreveal.-scale:not(.-reveal) {
  opacity: 0;
}
@keyframes scrollScaleIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  60% {
    transform: scale(0.98);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.js-scrollreveal.-fadein {
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), translate 0.8s ease;
}
.js-scrollreveal.-fadein:not(.-reveal) {
  translate: 0 6.25rem;
}
.js-scrollreveal.-show {
  transition: opacity 1s, translate 0.3s;
}
.js-scrollreveal:not(.-reveal) {
  clip-path: inset(0 99.99% 0 0);
  opacity: 0;
  pointer-events: none;
}

.c-title::before {
  opacity: 0;
}
.c-title img {
  opacity: 0;
}
.c-title.-reveal::before {
  animation: titleBgIn 0.8s 0s ease forwards;
}
.c-title.-reveal img {
  animation: titleJumpIn 0.5s 0.2s ease forwards;
}

@keyframes titleBgIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  /* 50% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.05);
  } */
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes titleIn {
  0% {
    opacity: 0;
    transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes titleJumpIn {
  0% {
    transform: scale(1) translateY(10px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.c-visible_nrw {
  display: block;
}
@media (min-width: 1024px) {
  .c-visible_nrw {
    display: none;
  }
}

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