@charset "UTF-8";
/*! sanitize.css | CC0 License | github.com/jonathantneal/sanitize.css */
*, ::before, ::after {
  box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

nav li::before {
  content: "​";
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  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;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

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

button, input, select, textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

[type=color], [type=range] {
  border-width: 0;
  padding: 0;
}

::-ms-expand {
  display: none;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    -webkit-animation-delay: -1ms !important;
            animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
html {
  font-size: 2.6666666667vw;
}

@media (min-width: 768px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media (min-width: 1980px) {
  html {
    font-size: 90.3%;
  }
}
body {
  color: #252525;
  font-family: YakuHanJP, "Noto Sans JP", "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 1.4rem;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
html {
  min-height: 100%;
  display: flex;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

body::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border: 0.3rem solid #bbb;
  border-radius: 100%;
  border-left-color: rgba(0, 0, 0, 0);
  z-index: 3;
  position: fixed;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  -webkit-animation: cwSpin 0.666s linear 0.2s infinite;
          animation: cwSpin 0.666s linear 0.2s infinite;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms linear;
}

.init body::before {
  opacity: 0;
  transition: opacity 0.9s linear 100ms;
  pointer-events: none;
}

.loading body::after {
  opacity: 1;
  transition: opacity 300ms linear 500ms;
}

#colophon, footer {
  flex-shrink: 0;
  margin: auto 0 0;
}

#content, main {
  display: block;
  width: 100%;
  flex: 1 0 auto;
  min-height: 1px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.3;
}

p {
  line-height: 1.5;
  margin: 0 0 1.5em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  p {
    font-size: 1.8rem;
  }
}
img {
  max-width: 100%;
}

ul, ol {
  margin: 0 0 3em;
  padding: 0 0 0 2em;
}

ul li, ol li {
  margin: 0 0 0.5em;
}

@-webkit-keyframes cwSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes cwSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/YakuHanJP-Medium.woff2") format("woff2"), url("../font/YakuHanJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.l-container {
  display: block;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .l-container {
    padding: 0 3rem;
    max-width: 106rem;
  }
}
@media (min-width: 768px) {
  .l-container.-s {
    max-width: 81rem;
  }
}
.l-container.-nopad {
  padding: 0;
}

.l-wrap {
  margin: 8.6rem 0;
}

@media (min-width: 768px) {
  .l-wrap {
    margin: 18rem 0;
  }
}
.l-wrap.-s {
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .l-wrap.-s {
    margin: 4rem 0;
  }
}
.l-wrap.-m {
  margin: 4rem 0;
}

@media (min-width: 768px) {
  .l-wrap.-m {
    margin: 5rem 0;
  }
}
.l-wrap.-l {
  margin: 6rem 0;
}

@media (min-width: 768px) {
  .l-wrap.-l {
    margin: 10rem 0;
  }
}
.l-grid {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.l-grid.-no-gap .l-grid__row {
  margin: 0 !important;
}

.l-grid.-no-gap .l-grid__col {
  padding: 0 !important;
}

.l-grid__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3rem;
}

@media (min-width: 768px) {
  .l-grid__row {
    margin: 0 -2rem -4rem;
  }
}
.l-grid__col {
  width: 100%;
  padding: 0 1.5rem 3rem;
}

.l-grid__col.-sp-1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.l-grid__col.-sp-2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.l-grid__col.-sp-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.l-grid__col.-sp-4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.l-grid__col.-sp-5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}

.l-grid__col.-sp-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.l-grid__col.-sp-7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

.l-grid__col.-sp-8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}

.l-grid__col.-sp-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.l-grid__col.-sp-10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

.l-grid__col.-sp-11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}

.l-grid__col.-sp-12 {
  max-width: 100%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .l-grid__col {
    padding: 0 2rem 4rem;
  }
  .l-grid__col.-pc-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .l-grid__col.-pc-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .l-grid__col.-pc-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .l-grid__col.-pc-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .l-grid__col.-pc-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .l-grid__col.-pc-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .l-grid__col.-pc-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .l-grid__col.-pc-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .l-grid__col.-pc-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .l-grid__col.-pc-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .l-grid__col.-pc-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .l-grid__col.-pc-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: block;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0.001;
  transition: opacity 0.5s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1) 0.5s;
  transition: opacity 0.5s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1) 0.5s;
  transition: opacity 0.5s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1) 0.5s, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1) 0.5s;
}

.l-header.-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
}

.l-header__innr {
  display: flex;
  padding: 1.5rem 2rem;
}

@media (min-width: 768px) {
  .l-header__innr {
    padding: 3rem;
  }
}
.l-header__nav {
  margin-left: auto;
}

.l-header__logo-title {
  margin: 0;
}

.l-header__logo-link {
  display: block;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

.l-footer {
  overflow: hidden;
  background-color: #606060;
  color: #fff;
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .l-footer {
    padding: 5rem 0;
  }
}
.l-footer__logo-wrap {
  margin: 0 0 2rem;
  width: 18.8rem;
}

@media (min-width: 768px) {
  .l-footer__logo-wrap {
    margin: 0 0 4rem;
  }
}
.l-footer__logo-img {
  display: block;
  width: 100%;
}

.l-footer__bottom {
  margin: 3rem 0 0;
}

.l-footer__copyright {
  margin: 0;
}

.l-footer__copyright small {
  font-size: 1.2rem;
  display: block;
}

.l-sidebar {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 2rem;
  align-items: center;
  z-index: 9;
}

@media (min-width: 768px) {
  .l-sidebar {
    padding: 3rem 3.5rem;
  }
}
.l-sidebar__pagetop-link {
  display: block;
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
  opacity: 0.001;
  transition: opacity 400ms linear, -webkit-transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 400ms linear, transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 400ms linear, transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1);
}

.l-sidebar__pagetop-link:hover {
  opacity: 0.7;
}

.l-sidebar__pagetop-link.-active {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 400ms linear, -webkit-transform 400ms cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 400ms linear, transform 400ms cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 400ms linear, transform 400ms cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 400ms cubic-bezier(0.15, 0.86, 0.44, 1);
}

.l-sidebar__icon {
  opacity: 0.001;
  transition: opacity 400ms linear, -webkit-transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 400ms linear, transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 400ms linear, transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.15, 0.86, 0.44, 1);
}

.scrolled .l-sidebar__icon {
  opacity: 1;
}

@media (min-width: 768px) {
  .l-sidebar__icon {
    opacity: 1;
  }
}
.l-sidebar__pagetop, .l-sidebar__icon {
  width: 3.5rem;
}

@media (min-width: 768px) {
  .l-sidebar__pagetop, .l-sidebar__icon {
    width: 5rem;
  }
}
.l-sidebar__page-top-img, .l-sidebar__icon-img {
  display: block;
  width: 100%;
}

.mod-t-mv {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mod-t-mv__sp {
  display: block;
}

@media (min-width: 768px) {
  .mod-t-mv__sp {
    display: none;
  }
}
.mod-t-mv__pc {
  display: none;
}

@media (min-width: 768px) {
  .mod-t-mv__pc {
    display: block;
  }
}
.mod-t-mv__video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0.001;
  -webkit-transform: translate3d(0, 0, 0) scale(1.15);
          transform: translate3d(0, 0, 0) scale(1.15);
}

.loaded .mod-t-mv__video-wrap {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 1500ms linear 100ms, -webkit-transform 2000ms cubic-bezier(0.15, 0.86, 0.44, 1) 100ms;
  transition: opacity 1500ms linear 100ms, transform 2000ms cubic-bezier(0.15, 0.86, 0.44, 1) 100ms;
  transition: opacity 1500ms linear 100ms, transform 2000ms cubic-bezier(0.15, 0.86, 0.44, 1) 100ms, -webkit-transform 2000ms cubic-bezier(0.15, 0.86, 0.44, 1) 100ms;
}

.mod-t-mv__video-wrap::before {
  content: "";
  display: block;
  background-color: rgba(162, 255, 251, 0.18);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-t-mv__innr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mod-t-mv__innr {
    padding: 3rem;
  }
}
.mod-t-mv__video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.mod-t-mv__title {
  font-size: 3.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  text-shadow: 0 0 0.2rem rgba(162, 255, 251, 0.1);
}

@media (min-width: 768px) {
  .mod-t-mv__title {
    font-size: 6.5rem;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.mod-t-mv__scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media (min-width: 768px) {
  .mod-t-mv__scroll {
    bottom: 4rem;
  }
}
.mod-t-mv__scroll-icon {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .mod-t-mv__scroll-icon {
    width: 4rem;
    height: 4rem;
  }
}
.mod-t-mv__scroll-icon::before, .mod-t-mv__scroll-icon::after {
  content: "";
  display: block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
          transform: translate(-50%, -75%) rotate(45deg);
  -webkit-animation: scroll-icon 8000ms infinite;
          animation: scroll-icon 8000ms infinite;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.86, 0.44, 1);
          animation-timing-function: cubic-bezier(0.15, 0.86, 0.44, 1);
}

.mod-t-mv__scroll-icon::before {
  top: calc(50% - 6px);
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.mod-t-mv__scroll-icon::after {
  top: calc(50% + 6px);
}

.mod-t-mv__scroll-txt {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  font-family: "Inter", sans-serif;
}

@-webkit-keyframes scroll-icon {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -150%) rotate(45deg);
            transform: translate(-50%, -150%) rotate(45deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-50%, -75%) rotate(45deg);
            transform: translate(-50%, -75%) rotate(45deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -75%) rotate(45deg);
            transform: translate(-50%, -75%) rotate(45deg);
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -31%) rotate(45deg);
            transform: translate(-50%, -31%) rotate(45deg);
  }
}

@keyframes scroll-icon {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -150%) rotate(45deg);
            transform: translate(-50%, -150%) rotate(45deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-50%, -75%) rotate(45deg);
            transform: translate(-50%, -75%) rotate(45deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -75%) rotate(45deg);
            transform: translate(-50%, -75%) rotate(45deg);
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -31%) rotate(45deg);
            transform: translate(-50%, -31%) rotate(45deg);
  }
}
.mod-t-section {
  overflow: hidden;
  position: relative;
}

.mod-t-section.-lighter {
  background-color: #ddd;
  color: #606060;
}

.mod-t-section.-darker {
  background-color: #bbb;
  color: #fff;
}

.mod-t-features {
  display: block;
}

.mod-t-features__item {
  padding: 0 0 3rem;
  overflow: hidden;
}

.mod-t-features__mv {
  margin: 0 -2rem;
}

@media (min-width: 768px) {
  .mod-t-features__mv {
    margin: 0;
  }
}
.mod-t-features__heading {
  display: flex;
  align-items: center;
}

.mod-t-features__heading-num {
  font-family: "Inter", sans-serif;
  font-size: 10rem;
  letter-spacing: -0.08em;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 768px) {
  .mod-t-features__heading-num {
    font-size: 16rem;
  }
}
.mod-t-features__heading-main {
  padding: 0 0 0 1.5rem;
}

@media (min-width: 768px) {
  .mod-t-features__heading-main {
    padding: 0 0 0 2rem;
  }
}
.mod-t-features__heading-title {
  font-size: 4rem;
  font-weight: 400;
  display: block;
  letter-spacing: 0.3em;
  margin: 0;
}

@media (min-width: 768px) {
  .mod-t-features__heading-title {
    font-size: 6rem;
  }
}
.mod-t-features__heading-en {
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  letter-spacing: 0.05em;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .mod-t-features__heading-en {
    font-size: 3.5rem;
  }
}
.mod-t-features__m-title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  .mod-t-features__m-title {
    letter-spacing: 0.05em;
    font-size: 3.3rem;
  }
}
.mod-t-features__body.scr .mod-t-features__heading-num {
  overflow: hidden;
}

.mod-t-features__body.scr .mod-t-features__heading-num span {
  opacity: 0.001;
  display: inline-block;
}

.mod-t-features__body.scr .mod-t-features__heading-title, .mod-t-features__body.scr .mod-t-features__heading-en, .mod-t-features__body.scr .mod-t-features__m-title, .mod-t-features__body.scr .mod-t-features__dscr, .mod-t-features__body.scr .mod-t-features__s-visual {
  opacity: 0.001;
  -webkit-transform: translate3d(0, 4rem, 0);
          transform: translate3d(0, 4rem, 0);
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span {
  -webkit-animation: anim_num_scroll 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: anim_num_scroll 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(2) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(3) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(4) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(6) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(7) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(8) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-num span:nth-of-type(9) {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-title, .mod-t-features__body.scr.inview .mod-t-features__heading-en, .mod-t-features__body.scr.inview .mod-t-features__m-title, .mod-t-features__body.scr.inview .mod-t-features__dscr, .mod-t-features__body.scr.inview .mod-t-features__s-visual {
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mod-t-features__body.scr.inview .mod-t-features__heading-title {
  transition-delay: 0.7s;
}

.mod-t-features__body.scr.inview .mod-t-features__heading-en {
  transition-delay: 0.8s;
}

.mod-t-features__body.scr.inview .mod-t-features__m-title {
  transition-delay: 1s;
}

.mod-t-features__body.scr.inview .mod-t-features__dscr {
  transition-delay: 1.1s;
}

.mod-t-features__body.scr.inview .mod-t-features__s-visual {
  transition-delay: 1.2s;
}

@-webkit-keyframes anim_num_scroll {
  0% {
    opacity: 0.001;
    -webkit-transform: translate3d(0, 80%, 0) rotateX(-30deg);
            transform: translate3d(0, 80%, 0) rotateX(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
            transform: translate3d(0, 0, 0) rotateX(0);
  }
}

@keyframes anim_num_scroll {
  0% {
    opacity: 0.001;
    -webkit-transform: translate3d(0, 80%, 0) rotateX(-30deg);
            transform: translate3d(0, 80%, 0) rotateX(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
            transform: translate3d(0, 0, 0) rotateX(0);
  }
}
@-webkit-keyframes anim_span_scroll {
  0% {
    opacity: 0.001;
    -webkit-transform: translate3d(0, 20%, 0) rotateX(-45deg);
            transform: translate3d(0, 20%, 0) rotateX(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
            transform: translate3d(0, 0, 0) rotateX(0);
  }
}
@keyframes anim_span_scroll {
  0% {
    opacity: 0.001;
    -webkit-transform: translate3d(0, 20%, 0) rotateX(-45deg);
            transform: translate3d(0, 20%, 0) rotateX(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
            transform: translate3d(0, 0, 0) rotateX(0);
  }
}
.mod-c-heading {
  display: block;
}

.mod-c-heading__h2 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 0 0 1.6rem;
}

@media (min-width: 768px) {
  .mod-c-heading__h2 {
    letter-spacing: 0.05em;
    font-size: 7rem;
  }
}
.mod-c-heading__h3 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  .mod-c-heading__h3 {
    letter-spacing: 0.05em;
    font-size: 2.6rem;
  }
}
.mod-c-video__video {
  width: 100%;
}

.mod-c-visual {
  overflow: hidden;
}

.mod-c-visual__wrap.-m {
  height: 17.8rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .mod-c-visual__wrap.-m {
    height: 36rem;
  }
}
.mod-c-visual__wrap.-m .mod-c-visual__pic {
  width: 100%;
  height: 100%;
}

.mod-c-visual__wrap.-m .mod-c-visual__img {
  position: absolute;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
}

.mod-c-visual__wrap.-l {
  height: 17rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .mod-c-visual__wrap.-l {
    height: 36rem;
  }
}
.mod-c-visual__wrap.-l .mod-c-visual__pic {
  width: 100%;
  height: 100%;
}

.mod-c-visual__wrap.-l .mod-c-visual__img {
  position: absolute;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
}

.mod-c-visual__pic {
  display: block;
}

.mod-f-nav {
  display: block;
}

@media (min-width: 768px) {
  .mod-f-nav {
    display: flex;
  }
}
@media (min-width: 768px) {
  .mod-f-nav__col {
    padding: 0 8rem 0 0;
  }
}
.mod-f-nav__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-f-nav__item {
  margin: 0 0 1rem;
  padding: 0;
  display: block;
}

.mod-f-nav__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .mod-f-nav__link {
    font-size: 1.6rem;
  }
}
.mod-s-nav {
  display: none;
}

@media (min-width: 768px) {
  .mod-s-nav {
    display: block;
  }
}
.mod-s-nav__list {
  display: block;
  margin: 0;
  padding: 0;
}

.mod-s-nav__item {
  margin: 0 0 5rem;
}

.mod-s-nav__item:last-child {
  margin: 0;
}

.mod-s-nav__link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  overflow: visible;
}

.mod-s-nav__link::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: currentColor;
  position: absolute;
  left: -0.8em;
  top: 50%;
  opacity: 0.001;
  transition: opacity 500ms linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mod-s-nav__link.-current::before {
  opacity: 1;
}

.ib {
  display: inline-block;
  font: inherit;
}

.no-mb, .-no-mb {
  margin-bottom: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.anim.-blur {
  opacity: 0.001;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  transition: opacity 0.75s linear, -webkit-filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition: filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear;
  transition: filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear, -webkit-filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition-delay: 0.1s;
}

.anim.-blur.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.anim.-fade {
  opacity: 0.001;
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition-delay: 0.1s;
}

.anim.-fade.inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.anim.-fade-up {
  opacity: 0.001;
  -webkit-transform: translate3d(0, 4rem, 0);
          transform: translate3d(0, 4rem, 0);
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition-delay: 0.1s;
}

.anim.-fade-up.inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.anim.-text-fade-in span {
  display: inline-block;
  opacity: 0.001;
  -webkit-transform: translate3d(0.7rem, 0.25rem, 0.5rem);
          transform: translate3d(0.7rem, 0.25rem, 0.5rem);
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}

.anim.-text-fade-in.inview span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), -webkit-filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96), -webkit-filter 0.75s cubic-bezier(0.25, 0.46, 0.44, 0.96);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.anim.-delay-1 {
  transition-delay: 0.3s;
}

.anim.-delay-2 {
  transition-delay: 0.4s;
}

.anim.-delay-3 {
  transition-delay: 0.5s;
}

.anim.-delay-4 {
  transition-delay: 0.6s;
}