@import url("https://fonts.googleapis.com/css?family=Homenaje");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@-webkit-keyframes animateSsplashStr {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animateSsplashStr {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Homenaje", sans-serif;
  letter-spacing: 0.15em;
  background-color: #111;
}
@media all and (min-width: 569px) and (max-width: 1366px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 568px) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body.is-opened-index {
  overflow: auto;
}
body.is-picked {
  cursor: pointer;
}

a {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.l-contents {
  position: relative;
  z-index: 10;
}
.l-contents.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.l-page--white {
  color: #fff;
}
.l-page--white a {
  color: #fff;
}
.l-page--white svg {
  fill: #fff;
}
.l-page--black {
  color: #222;
}
.l-page--black a {
  color: #222;
}
.l-page--black svg {
  fill: #222;
}

.c-btn-circle {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 50%;
}
.c-btn-circle svg {
  width: 30px;
  height: 30px;
}
.c-btn-circle--white {
  background-color: #fff;
}
.c-btn-circle--white .path-fill {
  fill: #222;
}
.c-btn-circle--black {
  background-color: #222;
}
.c-btn-circle--black .path-fill {
  fill: #fff;
}

.c-button {
  height: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.25em;
  padding-left: 1.25em;
  border-radius: 1em;
  border-width: 2px;
  border-style: solid;
}
.c-button--white {
  border-color: #fff;
}
.c-button--black {
  border-color: #222;
}
.c-button__icon {
  display: block;
  margin-right: 0.7em;
}
.c-button__icon--back {
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-button__icon--white {
  border-color: #fff;
}
.c-button__icon--black {
  border-color: #222;
}
.c-button__label {
  font-weight: 700;
}
.c-button__label .js-split-str {
  display: inline-block;
}
.c-button__icon {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.c-button:hover .c-button__icon {
  -webkit-transform: translateX(-5px) rotate(-45deg);
  transform: translateX(-5px) rotate(-45deg);
}
.c-button:hover .c-button__label .js-split-str {
  -webkit-animation-name: animateSsplashStr;
  animation-name: animateSsplashStr;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(2) {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(3) {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(4) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(6) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(7) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(8) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(9) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(10) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(11) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(12) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(13) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(14) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(15) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(16) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(17) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(18) {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(19) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(20) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(21) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(22) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(23) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(24) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(25) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(26) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(27) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(28) {
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(29) {
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(30) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}

.c-text-link {
  display: inline-block;
  position: relative;
}
.c-text-link__label {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.c-text-link__bg {
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.c-text-link__bg--white {
  background-color: #fff;
}
.c-text-link__bg--black {
  background-color: #222;
}
@-webkit-keyframes openTextLinkBar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes openTextLinkBar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes closeTextLinkBar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes closeTextLinkBar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.c-text-link__label {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-text-link__bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-name: closeTextLinkBar;
  animation-name: closeTextLinkBar;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.c-text-link:hover .c-text-link__bg {
  -webkit-animation-name: openTextLinkBar;
  animation-name: openTextLinkBar;
}

.p-badges {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
}
@media all and (max-width: 568px) {
  .p-badges {
    width: 90px;
  }
}
.p-badges img {
  width: 100%;
}

.p-canvas-webgl {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}

.p-dummy-scroll {
  position: relative;
  z-index: 1;
}

.p-hold-button {
  width: 60px;
  height: 60px;
  opacity: 0;
  position: fixed;
  z-index: 10;
}
.p-hold-button.is-pc {
  opacity: 1;
  top: 0;
  left: 0;
}
.p-hold-button.is-smartphone {
  cursor: pointer;
  bottom: 35px;
  right: 0;
  left: 0;
  opacity: 1;
  margin-right: auto;
  margin-left: auto;
}
.p-hold-button__border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
}
.p-hold-button__border--out {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.p-hold-button__border--in {
  width: 54px;
  height: 54px;
  top: 3px;
  left: 3px;
  border: 1px solid #fff;
}
.p-hold-button__label {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: difference;
  padding-left: 0.15em;
}
.p-hold-button__progress {
  width: 54px;
  height: 54px;
  overflow: hidden;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-hold-button__progress-in {
  width: 108px;
  height: 54px;
  background-color: #fff;
  -webkit-transform: skewX(-45deg) translateX(50%);
  transform: skewX(-45deg) translateX(50%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.p-hold-button {
  pointer-events: none;
}
.p-hold-button__label {
  opacity: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-hold-button__border {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0.6);
  transform: rotate(45deg) scale(0.6);
}
.p-hold-button.is-enabled {
  pointer-events: auto;
}
.p-hold-button.is-shown .p-hold-button__label {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-hold-button.is-shown .p-hold-button__border {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-shown .p-hold-button__border--out {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.p-hold-button.is-shown .p-hold-button__border--in {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.p-hold-button.is-shown .p-hold-button__progress {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-hidden .p-hold-button__label {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-hold-button.is-hidden .p-hold-button__border {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-hidden .p-hold-button__progress {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-pressed .p-hold-button__border--out {
  -webkit-transform: rotate(45deg) scale(1.12);
  transform: rotate(45deg) scale(1.12);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.p-hold-button.is-released .p-hold-button__border--out {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@-webkit-keyframes loopFollow {
  0% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }
  100% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }
}

@keyframes loopFollow {
  0% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }
  100% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }
}
.p-introduction {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
.p-introduction__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-introduction__row {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-introduction__row.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-introduction__row.is-shown:nth-of-type(1) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.p-introduction__row.is-shown:nth-of-type(2) {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}
.p-introduction__row.is-shown:nth-of-type(3) {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
.p-introduction__row.is-shown:nth-of-type(4) {
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s;
}
.p-introduction__row.is-shown:nth-of-type(5) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.p-introduction__links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-introduction__link {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  margin: 0 12px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-introduction__link svg {
  width: 18px;
}
.p-introduction__link.is-shown {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-introduction__link.is-shown:nth-of-type(1) {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.p-introduction__link.is-shown:nth-of-type(2) {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s;
}
.p-introduction__link.is-shown:nth-of-type(3) {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.p-introduction__link.is-shown:nth-of-type(4) {
  -webkit-transition-delay: 5.9s;
  transition-delay: 5.9s;
}
.p-introduction__link.is-shown:nth-of-type(5) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.p-introduction__follow {
  width: 15px;
  height: 10vh;
  overflow: hidden;
  position: relative;
  margin: 6vh auto 0;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-introduction__follow.is-shown {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.p-introduction__follow-in {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  -webkit-animation-name: loopFollow;
  animation-name: loopFollow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.p-introduction__follow-in--1 {
  left: 0;
}
.p-introduction__follow-in--2 {
  left: 50%;
  margin-left: -1px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-introduction__follow-in--3 {
  right: 0;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.p-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  pointer-events: none;
}
@media all and (min-width: 569px) {
  .p-preloader {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
@media all and (max-width: 568px) {
  .p-preloader {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
}
.p-preloader.is-hidden {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-preloader__box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  -webkit-animation-name: rotatePreloaderBox;
  animation-name: rotatePreloaderBox;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media all and (min-width: 569px) {
  .p-preloader__box {
    border-width: 3px;
  }
}
@media all and (max-width: 568px) {
  .p-preloader__box {
    border-width: 2px;
  }
}
.p-preloader__box--blank {
  border-color: #111;
}
.p-preloader__box--white {
  border-color: #fff;
}
.p-preloader__box--02 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.p-preloader__box--03 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes rotatePreloaderBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(0deg);
    transform: scale(0.1) rotate(0deg);
  }
  12.5% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(270deg);
    transform: scale(1) rotate(270deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotatePreloaderBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(0deg);
    transform: scale(0.1) rotate(0deg);
  }
  12.5% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(270deg);
    transform: scale(1) rotate(270deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
  }
  100% {
    opacity: 0;
  }
}
.p-config-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.p-sketch-index {
  max-width: 1366px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 1025px) {
  .p-sketch-index {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index {
    padding-top: 70px;
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-sketch-index__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .p-sketch-index__item {
    width: 33.3%;
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index__item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index__item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-sketch-index__item-wrap {
  display: block;
}
.p-sketch-index__item-thumb {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-top: 52.5%;
  background-color: #fff;
  background-size: cover;
}
.p-sketch-index__item-thumb:before, .p-sketch-index__item-thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-sketch-index__item-thumb:before {
  background-color: #fff;
}
.p-sketch-index__item-thumb:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.p-sketch-index__item-thumb-label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  letter-spacing: 0.2em;
}
@media all and (min-width: 1025px) {
  .p-sketch-index__item-thumb-label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index__item-thumb-label {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index__item-thumb-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-sketch-index__item-title {
  letter-spacing: 0.1em;
}
@media all and (min-width: 1025px) {
  .p-sketch-index__item-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index__item-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index__item-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-sketch-index__item-title .js-split-str {
  display: inline-block;
}
.p-sketch-index__item-date {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-sketch-index__item-thumb {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-sketch-index__item-thumb:before {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.p-sketch-index__item-thumb:after {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.p-sketch-index__item-thumb-label .js-split-str {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(2) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(3) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(4) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(5) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(6) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(7) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(8) {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(9) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(10) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(11) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(12) {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(13) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(14) {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(15) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(16) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(17) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(18) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(19) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(20) {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(21) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(22) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(23) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(24) {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(25) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(26) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(27) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(28) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(29) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(30) {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}
.p-sketch-index__item-title .js-split-str {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(1) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(2) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(3) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(4) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(5) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(7) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(8) {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(9) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(10) {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(11) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(12) {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(13) {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(14) {
  -webkit-transition-delay: 0.86s;
  transition-delay: 0.86s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(15) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(16) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(17) {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(18) {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(19) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(20) {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(21) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(22) {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(23) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(24) {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(25) {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(26) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(27) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(28) {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(29) {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(30) {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}
.p-sketch-index__item-date {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb:before {
  opacity: 0;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-title .js-split-str {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-date {
  opacity: 1;
}
.p-sketch-index__item:hover .p-sketch-index__item-thumb:after {
  opacity: 1;
}
.p-sketch-index__item:hover .p-sketch-index__item-thumb-label .js-split-str {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-sketch-outline {
  position: fixed;
  z-index: 100;
  bottom: 22px;
  left: 20px;
}
@media all and (max-width: 568px) {
  .p-sketch-outline {
    right: 20px;
  }
}
.p-sketch-outline__title {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.075em;
  margin-left: -0.05em;
}
@media all and (min-width: 1367px) {
  .p-sketch-outline__title {
    font-size: 150.26px;
  }
}
@media all and (min-width: 569px) and (max-width: 1366px) {
  .p-sketch-outline__title {
    font-size: 11vw;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-outline__title {
    font-size: 62.48px;
  }
}
.p-sketch-outline__title {
  font-weight: 100;
  letter-spacing: 0.05em;
}
.p-sketch-outline__date {
  line-height: 1;
  margin: 0;
}
.p-sketch-outline__description {
  line-height: 1.5;
  margin: 10px 0 0;
}
.p-sketch-outline__assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 0;
}
.p-sketch-outline__assets dd {
  margin: 0;
}
.p-sketch-outline__assets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-sketch-outline__assets li {
  margin-left: 12px;
}

.p-utility-menu {
  position: fixed;
  z-index: 100;
  top: 25px;
  right: 20px;
}

.p-website-outline {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 20px;
}
.p-website-outline__title {
  margin: 0 0 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-website-outline__description {
  line-height: 1.25;
  margin: 0;
}
.p-website-outline__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.p-website-outline__link {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.p-website-outline__link svg {
  width: 18px;
}