@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(.5);
        transform: scale(.5)
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.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(.5);
        transform: scale(.5)
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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: .15em;
    background-color: #111
}

@media all and (min-width: 569px) and (max-width:1366px) {
    body {
        font-size:14px;
        font-size: .875rem
    }
}

@media all and (max-width: 568px) {
    body {
        font-size:12px;
        font-size: .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,.5)
}

::selection {
    color: #fff;
    background: rgba(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: .7em
}

.c-button__icon--back {
    width: .3em;
    height: .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: .4s;
    transition-duration: .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: .6s;
    animation-duration: .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: 20ms;
    animation-delay: 20ms
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(3) {
    -webkit-animation-delay: 40ms;
    animation-delay: 40ms
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(4) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(5) {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(7) {
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(8) {
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(9) {
    -webkit-animation-delay: .16s;
    animation-delay: .16s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(10) {
    -webkit-animation-delay: .18s;
    animation-delay: .18s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(11) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(12) {
    -webkit-animation-delay: .22s;
    animation-delay: .22s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(13) {
    -webkit-animation-delay: .24s;
    animation-delay: .24s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(14) {
    -webkit-animation-delay: .26s;
    animation-delay: .26s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(15) {
    -webkit-animation-delay: .28s;
    animation-delay: .28s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(16) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(17) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(18) {
    -webkit-animation-delay: .34s;
    animation-delay: .34s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(19) {
    -webkit-animation-delay: .36s;
    animation-delay: .36s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(20) {
    -webkit-animation-delay: .38s;
    animation-delay: .38s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(21) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(22) {
    -webkit-animation-delay: .42s;
    animation-delay: .42s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(23) {
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(24) {
    -webkit-animation-delay: .46s;
    animation-delay: .46s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(25) {
    -webkit-animation-delay: .48s;
    animation-delay: .48s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(26) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(27) {
    -webkit-animation-delay: .52s;
    animation-delay: .52s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(28) {
    -webkit-animation-delay: .54s;
    animation-delay: .54s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(29) {
    -webkit-animation-delay: .56s;
    animation-delay: .56s
}

.c-button:hover .c-button__label .js-split-str:nth-of-type(30) {
    -webkit-animation-delay: .58s;
    animation-delay: .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: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

.c-text-link__bg {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation-name: closeTextLinkBar;
    animation-name: closeTextLinkBar;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
    animation-timing-function: cubic-bezier(.075,.82,.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;
    pointer-events: none
}

.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: .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__label {
    opacity: 0;
    font-size: 14px;
    font-size: .875rem
}

.p-hold-button__border {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(.6);
    transform: rotate(45deg) scale(.6)
}

.p-hold-button.is-enabled {
    pointer-events: auto
}

.p-hold-button.is-shown .p-hold-button__label {
    opacity: 1;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: .3s;
    transition-delay: .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: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.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: .1s;
    transition-delay: .1s
}

.p-hold-button.is-shown .p-hold-button__border--in {
    -webkit-transition-delay: .2s;
    transition-delay: .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: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.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: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.p-hold-button.is-hidden .p-hold-button__border {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(.8);
    transform: rotate(45deg) scale(.8);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.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(.5);
    transform: rotate(45deg) scale(.5);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.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: .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(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.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: .8s;
    animation-duration: .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: .3s;
    animation-delay: .3s
}

.p-introduction__follow-in--3 {
    right: 0;
    -webkit-animation-delay: .15s;
    animation-delay: .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: .4s;
    transition-duration: .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(.1) rotate(0);
        transform: scale(.1) rotate(0)
    }

    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(.1) rotate(0);
        transform: scale(.1) rotate(0)
    }

    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:after,.p-sketch-index__item-thumb:before {
    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,.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: .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: .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: .75rem
}

.p-sketch-index__item-thumb {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

.p-sketch-index__item-thumb:before {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.p-sketch-index__item-thumb:after {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.p-sketch-index__item-thumb-label .js-split-str {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-duration: .6s;
    transition-duration: .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: 20ms;
    transition-delay: 20ms
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(6) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(7) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(8) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(9) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(10) {
    -webkit-transition-delay: .18s;
    transition-delay: .18s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(11) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(12) {
    -webkit-transition-delay: .22s;
    transition-delay: .22s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(13) {
    -webkit-transition-delay: .24s;
    transition-delay: .24s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(14) {
    -webkit-transition-delay: .26s;
    transition-delay: .26s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(15) {
    -webkit-transition-delay: .28s;
    transition-delay: .28s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(16) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(17) {
    -webkit-transition-delay: .32s;
    transition-delay: .32s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(18) {
    -webkit-transition-delay: .34s;
    transition-delay: .34s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(19) {
    -webkit-transition-delay: .36s;
    transition-delay: .36s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(20) {
    -webkit-transition-delay: .38s;
    transition-delay: .38s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(21) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(22) {
    -webkit-transition-delay: .42s;
    transition-delay: .42s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(23) {
    -webkit-transition-delay: .44s;
    transition-delay: .44s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(24) {
    -webkit-transition-delay: .46s;
    transition-delay: .46s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(25) {
    -webkit-transition-delay: .48s;
    transition-delay: .48s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(26) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(27) {
    -webkit-transition-delay: .52s;
    transition-delay: .52s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(28) {
    -webkit-transition-delay: .54s;
    transition-delay: .54s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(29) {
    -webkit-transition-delay: .56s;
    transition-delay: .56s
}

.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(30) {
    -webkit-transition-delay: .58s;
    transition-delay: .58s
}

.p-sketch-index__item-title .js-split-str {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(1) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(2) {
    -webkit-transition-delay: .62s;
    transition-delay: .62s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(3) {
    -webkit-transition-delay: .64s;
    transition-delay: .64s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(4) {
    -webkit-transition-delay: .66s;
    transition-delay: .66s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(5) {
    -webkit-transition-delay: .68s;
    transition-delay: .68s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(6) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(7) {
    -webkit-transition-delay: .72s;
    transition-delay: .72s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(8) {
    -webkit-transition-delay: .74s;
    transition-delay: .74s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(9) {
    -webkit-transition-delay: .76s;
    transition-delay: .76s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(10) {
    -webkit-transition-delay: .78s;
    transition-delay: .78s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(11) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(12) {
    -webkit-transition-delay: .82s;
    transition-delay: .82s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(13) {
    -webkit-transition-delay: .84s;
    transition-delay: .84s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(14) {
    -webkit-transition-delay: .86s;
    transition-delay: .86s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(15) {
    -webkit-transition-delay: .88s;
    transition-delay: .88s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(16) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(17) {
    -webkit-transition-delay: .92s;
    transition-delay: .92s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(18) {
    -webkit-transition-delay: .94s;
    transition-delay: .94s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(19) {
    -webkit-transition-delay: .96s;
    transition-delay: .96s
}

.p-sketch-index__item-title .js-split-str:nth-of-type(20) {
    -webkit-transition-delay: .98s;
    transition-delay: .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: .8s;
    transition-delay: .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: .075em;
    margin-left: -.05em;
    font-weight: 100;
    letter-spacing: .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__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
}
