@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body, html {
    font-family: Helvetica, Arial, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #727171;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .05em
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
a {
    color: #fff;
    text-decoration: none
}
.gradientbar {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.gradientbar:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .75s linear 1s;
    -o-transition: opacity .75s linear 1s;
    transition: opacity .75s linear 1s;
    -webkit-animation: gradanim 10s linear 0s infinite;
    animation: gradanim 10s linear 0s infinite
}
@-webkit-keyframes gradanim {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(-66.6666%);
        transform: translate(-66.6666%)
    }
}
@keyframes gradanim {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(-66.6666%);
        transform: translate(-66.6666%)
    }
}
.gradientbar.vertical:before {
    content: "";
    width: 100%;
    height: 300%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .75s linear 1s;
    -o-transition: opacity .75s linear 1s;
    transition: opacity .75s linear 1s;
    -webkit-animation: gradanimv 12.5s linear 0s infinite;
    animation: gradanimv 12.5s linear 0s infinite
}
@-webkit-keyframes gradanimv {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateY(-66.6666%);
        transform: translateY(-66.6666%)
    }
}
@keyframes gradanimv {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateY(-66.6666%);
        transform: translateY(-66.6666%)
    }
}
@media (max-width:1023px) {
    .gradientbar.vertical:before {
        width: 300%;
        height: 100%;
        -webkit-animation: gradanim 12.5s linear 0s infinite;
        animation: gradanim 12.5s linear 0s infinite
    }
}
.gradientbar[data-grad="0"]:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: -webkit-gradient(linear, left bottom, left top, from(#daafe5), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #a5e2e2), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #daafe5), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#a5e2e2));
    background: -o-linear-gradient(bottom, #daafe5 0, #fff 11.67%, #fff 21.64%, #a5e2e2 33.33%, #fff 45%, #fff 55%, #daafe5 66.66%, #fff 78.33%, #fff 88.33%, #a5e2e2 100%);
    background: linear-gradient(0deg, #daafe5, #fff 11.67%, #fff 21.64%, #a5e2e2 33.33%, #fff 45%, #fff 55%, #daafe5 66.66%, #fff 78.33%, #fff 88.33%, #a5e2e2)
}
@media (max-width:1023px) {
    .gradientbar[data-grad="0"]:before {
        background: -webkit-gradient(linear, left top, right top, from(#daafe5), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #a5e2e2), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #daafe5), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#a5e2e2));
        background: -o-linear-gradient(left, #daafe5 0, #fff 11.67%, #fff 21.64%, #a5e2e2 33.33%, #fff 45%, #fff 55%, #daafe5 66.66%, #fff 78.33%, #fff 88.33%, #a5e2e2 100%);
        background: linear-gradient(90deg, #daafe5, #fff 11.67%, #fff 21.64%, #a5e2e2 33.33%, #fff 45%, #fff 55%, #daafe5 66.66%, #fff 78.33%, #fff 88.33%, #a5e2e2)
    }
}
.gradientbar[data-grad="1"]:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -webkit-gradient(linear, left top, right top, from(#d1fdff), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #fddb92), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #d1fdff), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#fddb92));
    background: -o-linear-gradient(left, #d1fdff 0, #fff 11.67%, #fff 21.64%, #fddb92 33.33%, #fff 45%, #fff 55%, #d1fdff 66.66%, #fff 78.33%, #fff 88.33%, #fddb92 100%);
    background: linear-gradient(90deg, #d1fdff, #fff 11.67%, #fff 21.64%, #fddb92 33.33%, #fff 45%, #fff 55%, #d1fdff 66.66%, #fff 78.33%, #fff 88.33%, #fddb92)
}
.gradientbar[data-grad="2"]:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: -webkit-gradient(linear, left top, right top, from(#64b3f4), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #c2e59c), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #64b3f4), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#c2e59c));
    background: -o-linear-gradient(left, #64b3f4 0, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c 100%);
    background: linear-gradient(90deg, #64b3f4, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c)
}
.gradientbar[data-grad="3"]:before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: -webkit-gradient(linear, left top, right top, from(#64b3f4), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #c2e59c), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #64b3f4), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#c2e59c));
    background: -o-linear-gradient(left, #64b3f4 0, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c 100%);
    background: linear-gradient(90deg, #64b3f4, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c)
}
.gradientbar[data-grad="4"]:before {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    background: -webkit-gradient(linear, left top, right top, from(#9795f0), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #fbc8d4), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #9795f0), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#fbc8d4));
    background: -o-linear-gradient(left, #9795f0 0, #fff 11.67%, #fff 21.64%, #fbc8d4 33.33%, #fff 45%, #fff 55%, #9795f0 66.66%, #fff 78.33%, #fff 88.33%, #fbc8d4 100%);
    background: linear-gradient(90deg, #9795f0, #fff 11.67%, #fff 21.64%, #fbc8d4 33.33%, #fff 45%, #fff 55%, #9795f0 66.66%, #fff 78.33%, #fff 88.33%, #fbc8d4)
}
.gradientbar[data-grad="5"]:before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: -webkit-gradient(linear, left top, right top, from(#64b3f4), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #c2e59c), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #64b3f4), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#c2e59c));
    background: -o-linear-gradient(left, #64b3f4 0, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c 100%);
    background: linear-gradient(90deg, #64b3f4, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c)
}
.gradientbar[data-grad="6"]:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: -webkit-gradient(linear, left top, right top, from(#e4efe9), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #93a5cf), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #e4efe9), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#93a5cf));
    background: -o-linear-gradient(left, #e4efe9 0, #fff 11.67%, #fff 21.64%, #93a5cf 33.33%, #fff 45%, #fff 55%, #e4efe9 66.66%, #fff 78.33%, #fff 88.33%, #93a5cf 100%);
    background: linear-gradient(90deg, #e4efe9, #fff 11.67%, #fff 21.64%, #93a5cf 33.33%, #fff 45%, #fff 55%, #e4efe9 66.66%, #fff 78.33%, #fff 88.33%, #93a5cf)
}
.gradientbar[data-grad="7"]:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -webkit-gradient(linear, left top, right top, from(#c1dfc4), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #deecdd), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #c1dfc4), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#deecdd));
    background: -o-linear-gradient(left, #c1dfc4 0, #fff 11.67%, #fff 21.64%, #deecdd 33.33%, #fff 45%, #fff 55%, #c1dfc4 66.66%, #fff 78.33%, #fff 88.33%, #deecdd 100%);
    background: linear-gradient(90deg, #c1dfc4, #fff 11.67%, #fff 21.64%, #deecdd 33.33%, #fff 45%, #fff 55%, #c1dfc4 66.66%, #fff 78.33%, #fff 88.33%, #deecdd)
}
.gradientbar[data-grad="8"]:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: -webkit-gradient(linear, left top, right top, from(#fddb92), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #d1fdfd), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #fddb92), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#d1fdfd));
    background: -o-linear-gradient(left, #fddb92 0, #fff 11.67%, #fff 21.64%, #d1fdfd 33.33%, #fff 45%, #fff 55%, #fddb92 66.66%, #fff 78.33%, #fff 88.33%, #d1fdfd 100%);
    background: linear-gradient(90deg, #fddb92, #fff 11.67%, #fff 21.64%, #d1fdfd 33.33%, #fff 45%, #fff 55%, #fddb92 66.66%, #fff 78.33%, #fff 88.33%, #d1fdfd)
}
.gradientbar[data-grad="9"]:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: -webkit-gradient(linear, left top, right top, from(#9795f0), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #fbc8d4), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #9795f0), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#fbc8d4));
    background: -o-linear-gradient(left, #9795f0 0, #fff 11.67%, #fff 21.64%, #fbc8d4 33.33%, #fff 45%, #fff 55%, #9795f0 66.66%, #fff 78.33%, #fff 88.33%, #fbc8d4 100%);
    background: linear-gradient(90deg, #9795f0, #fff 11.67%, #fff 21.64%, #fbc8d4 33.33%, #fff 45%, #fff 55%, #9795f0 66.66%, #fff 78.33%, #fff 88.33%, #fbc8d4)
}
.gradientbar[data-grad="10"]:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: -webkit-gradient(linear, left top, right top, from(#fddb92), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #d1fdff), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #fddb92), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#d1fdff));
    background: -o-linear-gradient(left, #fddb92 0, #fff 11.67%, #fff 21.64%, #d1fdff 33.33%, #fff 45%, #fff 55%, #fddb92 66.66%, #fff 78.33%, #fff 88.33%, #d1fdff 100%);
    background: linear-gradient(90deg, #fddb92, #fff 11.67%, #fff 21.64%, #d1fdff 33.33%, #fff 45%, #fff 55%, #fddb92 66.66%, #fff 78.33%, #fff 88.33%, #d1fdff)
}
.gradientbar[data-grad="11"]:before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #c2e9fb), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #a1c4fd), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#c2e9fb));
    background: -o-linear-gradient(left, #a1c4fd 0, #fff 11.67%, #fff 21.64%, #c2e9fb 33.33%, #fff 45%, #fff 55%, #a1c4fd 66.66%, #fff 78.33%, #fff 88.33%, #c2e9fb 100%);
    background: linear-gradient(90deg, #a1c4fd, #fff 11.67%, #fff 21.64%, #c2e9fb 33.33%, #fff 45%, #fff 55%, #a1c4fd 66.66%, #fff 78.33%, #fff 88.33%, #c2e9fb)
}
.gradientbar[data-grad="12"]:before {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #c2e9fb), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #a1c4fd), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#c2e9fb));
    background: -o-linear-gradient(left, #a1c4fd 0, #fff 11.67%, #fff 21.64%, #c2e9fb 33.33%, #fff 45%, #fff 55%, #a1c4fd 66.66%, #fff 78.33%, #fff 88.33%, #c2e9fb 100%);
    background: linear-gradient(90deg, #a1c4fd, #fff 11.67%, #fff 21.64%, #c2e9fb 33.33%, #fff 45%, #fff 55%, #a1c4fd 66.66%, #fff 78.33%, #fff 88.33%, #c2e9fb)
}
.gradientbar[data-grad="13"]:before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: -webkit-gradient(linear, left top, right top, from(#64b3f4), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #c2e59c), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #64b3f4), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#c2e59c));
    background: -o-linear-gradient(left, #64b3f4 0, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c 100%);
    background: linear-gradient(90deg, #64b3f4, #fff 11.67%, #fff 21.64%, #c2e59c 33.33%, #fff 45%, #fff 55%, #64b3f4 66.66%, #fff 78.33%, #fff 88.33%, #c2e59c)
}
.gradientbar[data-grad="14"]:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: -webkit-gradient(linear, left top, right top, from(#9795f0), color-stop(11.67%, #fff), color-stop(21.64%, #fff), color-stop(33.33%, #fbc8d4), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(66.66%, #9795f0), color-stop(78.33%, #fff), color-stop(88.33%, #fff), to(#fbc8d4));
    background: -o-linear-gradient(left, #9795f0 0, #fff 11.67%, #fff 21.64%, #fbc8d4 33.33%, #fff 45%, #fff 55%, #9795f0 66.66%, #fff 78.33%, #fff 88.33%, #fbc8d4 100%);
    background: linear-gradient(90deg, #9795f0, #fff 11.67%, #fff 21.64%, #fbc8d4 33.33%, #fff 45%, #fff 55%, #9795f0 66.66%, #fff 78.33%, #fff 88.33%, #fbc8d4)
}
.intromask {
    position: fixed;
    overflow: hidden;
    z-index: 9999
}
.intromask, .intromask__inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.intromask__inner {
    position: absolute;
    background-color: #727171
}
.intromask__logo {
    width: 188px;
    height: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
}
.intromask__logo__img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .65
}
body.open .intromask {
    height: 0;
    -webkit-transition: height 0s linear 1.25s;
    -o-transition: height 0s linear 1.25s;
    transition: height 0s linear 1.25s
}
body.open .intromask__inner {
    opacity: 0;
    -webkit-transition: opacity .5s linear .75s;
    -o-transition: opacity .5s linear .75s;
    transition: opacity .5s linear .75s
}
body.open .intromask__logo {
    opacity: 0;
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    -webkit-transition: opacity .5s linear 0s, -webkit-transform 1s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: opacity .5s linear 0s, -webkit-transform 1s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: transform 1s cubic-bezier(.77, 0, .175, 1) 0s, opacity .5s linear 0s;
    transition: transform 1s cubic-bezier(.77, 0, .175, 1) 0s, opacity .5s linear 0s;
    transition: transform 1s cubic-bezier(.77, 0, .175, 1) 0s, opacity .5s linear 0s, -webkit-transform 1s cubic-bezier(.77, 0, .175, 1) 0s
}
@media (max-width:1023px) {
    .intromask__logo {
        width: 94px;
        height: 48px
    }
}
.sectionlabel__num {
    width: 32px;
    height: 35px;
    padding-top: 4px;
    border: solid #fff;
    border-width: 2px 0 0;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    background-size: 30px 20px;
    background-repeat: no-repeat;
    background-position: bottom
}
.sectionlabel__num[data-num="1"] {
    background-image: url(/images/numlabel_1.svg)
}
.sectionlabel__num[data-num="2"] {
    background-image: url(/images/numlabel_2.svg)
}
.sectionlabel__num[data-num="3"] {
    background-image: url(/images/numlabel_3.svg)
}
.sectionlabel__num[data-num="4"] {
    background-image: url(/images/numlabel_4.svg)
}
.sectionlabel__num[data-num="5"] {
    background-image: url(/images/numlabel_5.svg)
}
.sectionlabel__title {
    display: block;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 56px;
    letter-spacing: .025em;
    line-height: 56px;
    margin: 50px 0 0
}
html:not(.wf-ebgaramond-n4-active) .sectionlabel__title, html:not(.wf-ebgaramond-n4-active) .sectionlabel__title *, html:not(.wf-ebgaramond-n4-active) .sectionlabel__title:after, html:not(.wf-ebgaramond-n4-active) .sectionlabel__title :after, html:not(.wf-ebgaramond-n4-active) .sectionlabel__title:before, html:not(.wf-ebgaramond-n4-active) .sectionlabel__title :before {
    color: rgba(0, 0, 0, 0) !important
}
@media (max-width:1023px) {
    .sectionlabel__num {
        width: 30px;
        height: 32px;
        padding-top: 4px;
        font-size: 28px;
        background-size: 30px 20px
    }
    .sectionlabel__title {
        font-size: 44px;
        letter-spacing: .025em;
        line-height: 44px;
        margin: 20px 0 0
    }
}
.develop {
    width: 75%;
    height: 66.6666%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    overflow: hidden
}
.develop.animating {
    -webkit-animation: grayscale 2s linear .3s;
    animation: grayscale 2s linear .3s
}
@-webkit-keyframes grayscale {
    10% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
    40% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }
    70% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }
    to {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}
.develop__container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2880px;
    height: 1920px
}
.develop__container canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important
}
.access {
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 160px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.access__map {
    -ms-flex-preferred-size: calc(100% - 420px);
    flex-basis: calc(100% - 420px);
    width: calc(100% - 420px);
    max-width: 1120px;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.access__map__embed {
    position: relative;
    width: 100%;
    height: 560px;
    background-color: #ccc
}
.access__map__embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
.access__map__link {
    display: block;
    width: 240px;
    height: 64px;
    position: relative;
    margin: -32px auto 0;
    background-color: #727171
}
.access__map__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888;
    position: absolute;
    left: 0;
    bottom: 0
}
.access__map__link__button {
    display: block;
    width: 100%;
    height: 64px;
    background-color: #727171;
    opacity: 1 !important
}
.access__map__link__label {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0
}
html:not(.wf-ebgaramond-n4-active) .access__map__link__label, html:not(.wf-ebgaramond-n4-active) .access__map__link__label *, html:not(.wf-ebgaramond-n4-active) .access__map__link__label:after, html:not(.wf-ebgaramond-n4-active) .access__map__link__label :after, html:not(.wf-ebgaramond-n4-active) .access__map__link__label:before, html:not(.wf-ebgaramond-n4-active) .access__map__link__label :before {
    color: rgba(0, 0, 0, 0) !important
}
.access__map__link__gradient {
    position: absolute;
    width: 80px;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
    background-color: #fff;
    -webkit-transition: width .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: width .5s cubic-bezier(.19, 1, .22, 1);
    transition: width .5s cubic-bezier(.19, 1, .22, 1)
}
.access__map__link__button:hover .access__map__link__gradient {
    width: 120px
}
.access__main {
    position: relative;
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    width: 420px;
    height: auto;
    padding: 0 0 0 80px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.access__main__address {
    margin: 60px 0;
    font-size: 16px;
    line-height: 28px
}
.access__main__info {
    position: relative;
    margin: 54px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.access__main__info:before {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -20px
}
.access__main__info dt {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    width: 80px;
    font-size: 20px;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px
}
html:not(.wf-ebgaramond-n4-active) .access__main__info dt, html:not(.wf-ebgaramond-n4-active) .access__main__info dt *, html:not(.wf-ebgaramond-n4-active) .access__main__info dt:after, html:not(.wf-ebgaramond-n4-active) .access__main__info dt :after, html:not(.wf-ebgaramond-n4-active) .access__main__info dt:before, html:not(.wf-ebgaramond-n4-active) .access__main__info dt :before {
    color: rgba(0, 0, 0, 0) !important
}
.access__main__info dd {
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    width: calc(100% - 80px);
    font-size: 18px;
    letter-spacing: .05em;
    white-space: nowrap;
    margin-top: 10px
}
.access__main__info dd span {
    font-size: 14px;
    letter-spacing: .05em
}
.access.scrollFx:not(.appear) .access__main__address, .access.scrollFx:not(.appear) .access__main__info, .access.scrollFx:not(.appear) .sectionlabel__title {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.access.scrollFx.appear .access__main__address, .access.scrollFx.appear .access__main__info, .access.scrollFx.appear .sectionlabel__title {
    -webkit-transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    -o-transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.access.scrollFx.appear .sectionlabel__title {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}
.access.scrollFx.appear .access__main__address {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}
.access.scrollFx.appear .access__main__info {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}
.access.scrollFx.appear .gradientbar:before {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(-66.6666%);
    -ms-transform: translate(-66.6666%);
    transform: translate(-66.6666%);
    opacity: 1
}
@media (max-width:1023px) {
    .access {
        width: 100%;
        margin: 80px auto 0;
        display: block
    }
    .access__main {
        position: relative;
        width: calc(100% - 64px);
        max-width: 400px;
        padding: 0 0 0 56px;
        margin: 0 auto
    }
    .access__main .sectionlabel {
        margin-bottom: 20px
    }
    .access__main .sectionlabel .sectionlabel__num {
        position: absolute;
        left: 0;
        top: 6px
    }
    .access__main__address {
        margin: 28px 0 0;
        font-size: 16px;
        line-height: 28px
    }
    .access__main__info {
        margin: 36px 0 0;
        display: block
    }
    .access__main__info:before {
        content: "";
        display: block;
        width: 48px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -18px
    }
    .access__main__info dt {
        width: auto;
        font-size: 20px;
        margin-top: 16px
    }
    .access__main__info dd {
        width: auto;
        font-size: 18px;
        letter-spacing: .05em;
        white-space: normal;
        margin-top: 4px
    }
    .access__main__info dd span {
        display: block;
        font-size: 14px;
        letter-spacing: .05em;
        margin-top: -2px
    }
    .access__map {
        width: 100%;
        max-width: 600px;
        margin: 30px auto 0
    }
    .access__map__embed {
        height: 375px
    }
}
.asides {
    width: 100%;
    height: 360px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;*/
    margin: 160px auto 0
}
.asides__block {
    width: 100%;
    height: 360px;
    background-color: #fff
}
.asides__block+.asides__block {
    border-left: 1px solid #727171
}
.asides__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #727171;
    text-decoration: none;
    overflow: hidden
}
.asides__link:after {
    content: "";
    display: block;
    width: 48px;
    height: 49px;
    background-image: url(/images/arrow.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    bottom: 35px
}
body:not(.touch) .asides__link {
    opacity: 1 !important
}
body:not(.touch) .asides__link:hover:after {
    -webkit-animation: arrow-hover 1s cubic-bezier(.19, 1, .22, 1) 0s infinite;
    animation: arrow-hover 1s cubic-bezier(.19, 1, .22, 1) 0s infinite
}
@-webkit-keyframes arrow-hover {
    0% {
        -webkit-transform: translate(6px);
        transform: translate(6px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}
@keyframes arrow-hover {
    0% {
        -webkit-transform: translate(6px);
        transform: translate(6px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}
.aside__grad {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    -webkit-animation: gradrotate 10s linear 0s infinite;
    animation: gradrotate 10s linear 0s infinite
}
.blog .aside__grad {
    background: -o-linear-gradient(119deg, #a1c4fd 0, #a1c4fd 30%, #fff 54%, #c2e9fb 70%, #c2e9fb 100%);
    background: linear-gradient(-29deg, #a1c4fd, #a1c4fd 30%, #fff 54%, #c2e9fb 70%, #c2e9fb)
}
.styling .aside__grad {
    background: -o-linear-gradient(60deg, #fddb92 0, #fddb92 30%, #fff 54%, #d1fdff 70%, #d1fdff 100%);
    background: linear-gradient(30deg, #fddb92, #fddb92 30%, #fff 54%, #d1fdff 70%, #d1fdff)
}
.instagram .aside__grad {
    background: -o-linear-gradient(161deg, #9795f0 0, #9795f0 30%, #fff 54%, #fbc8d4 70%, #fbc8d4 100%);
    background: linear-gradient(-71deg, #9795f0, #9795f0 30%, #fff 54%, #fbc8d4 70%, #fbc8d4)
}
@-webkit-keyframes gradrotate {
    0% {
        -webkit-transform: scale(2.5) rotate(0deg);
        transform: scale(2.5) rotate(0deg)
    }
    0% {
        -webkit-transform: scale(2.5) rotate(1turn);
        transform: scale(2.5) rotate(1turn)
    }
}
@keyframes gradrotate {
    0% {
        -webkit-transform: scale(2.5) rotate(0deg);
        transform: scale(2.5) rotate(0deg)
    }
    0% {
        -webkit-transform: scale(2.5) rotate(1turn);
        transform: scale(2.5) rotate(1turn)
    }
}
body:not(.touch) .asides__link:hover .aside__grad {
    opacity: .4
}
.asides__label {
    font-size: 40px;
    line-height: 50px;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 45px;
    top: 30px;
    z-index: 1
}
html:not(.wf-ebgaramond-n4-active) .asides__label, html:not(.wf-ebgaramond-n4-active) .asides__label *, html:not(.wf-ebgaramond-n4-active) .asides__label:after, html:not(.wf-ebgaramond-n4-active) .asides__label :after, html:not(.wf-ebgaramond-n4-active) .asides__label:before, html:not(.wf-ebgaramond-n4-active) .asides__label :before {
    color: rgba(0, 0, 0, 0) !important
}
.asides__text {
    font-size: 14px;
    bottom: 60px
}
.asides__domain, .asides__text {
    line-height: 20px;
    position: absolute;
    left: 45px;
    z-index: 1
}
.asides__domain {
    font-size: 13px;
    bottom: 35px
}
@media (max-width:1160px) {
    .asides__link:after {
        width: 36px;
        height: 36px;
        left: 45px
    }
    .asides__text {
        bottom: 120px
    }
    .asides__domain {
        bottom: 95px
    }
}
@media (max-width:1023px) {
    .asides {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        margin: 80px auto 0
    }
    .asides__block {
        width: 100%;
        height: 160px
    }
    .asides__block+.asides__block {
        border-top: 1px solid #727171;
        border-left: 0
    }
    .asides__link:after {
        width: 48px;
        height: 49px;
        background-image: url(/images/arrow.svg);
        right: 25px;
        left: auto;
        bottom: auto;
        top: 16px
    }
    .asides__label {
        font-size: 32px;
        line-height: 40px;
        left: 30px;
        top: 20px
    }
    .asides__text {
        font-size: 14px;
        bottom: 50px
    }
    .asides__domain, .asides__text {
        line-height: 20px;
        position: absolute;
        left: 30px
    }
    .asides__domain {
        font-size: 13px;
        bottom: 25px
    }
}
.concept {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 90px auto 0
}
.concept, .concept__image {
    position: relative;
    height: auto
}
.concept__image {
    -ms-flex-preferred-size: calc(50% + 80px);
    flex-basis: calc(50% + 80px);
    width: calc(50% + 80px)
}
@media (max-width:1280px) {
    .concept__image {
        -ms-flex-preferred-size: calc(100% - 560px);
        flex-basis: calc(100% - 560px);
        width: calc(100% - 560px)
    }
}
.concept__image__photo {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 57.6923%;
    overflow: hidden;
    -webkit-transition: opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s;
    transition: opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s;
    -o-transition: filter 1s linear 1.5s, opacity 1s linear 1.5s;
    transition: filter 1s linear 1.5s, opacity 1s linear 1.5s;
    transition: filter 1s linear 1.5s, opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s
}
@media (max-width:1280px) {
    .concept__image__photo {
        padding-top: 0;
        height: 415px
    }
}
.concept__image__photo.initial {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}
.concept__image__viewport {
    display: block;
    pointer-events: none
}
.concept__image__viewport, .concept__image__viewport canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.concept__image__gradient {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 1
}
.concept__body {
    position: relative;
    -ms-flex-preferred-size: calc(50% - 80px);
    flex-basis: calc(50% - 80px);
    width: calc(50% - 80px);
    height: auto;
    padding: 0 40px 0 80px
}
@media (max-width:1280px) {
    .concept__body {
        -ms-flex-preferred-size: 560px;
        flex-basis: 560px;
        width: 560px
    }
}
.concept__body__main {
    position: relative;
    padding: 0 0 0 160px
}
.concept__body__main .sectionlabel {
    margin-bottom: 60px
}
.concept__body__main .sectionlabel .sectionlabel__num {
    position: absolute;
    left: 0
}
.concept__body__main .sectionlabel .sectionlabel__title {
    text-align: left
}
.concept__body__main p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: .1em;
    white-space: nowrap
}
.concept__body__main p+p {
    margin-top: 30px
}
@media (max-width:1390px) {
    .concept__body__main {
        padding: 0 0 0 calc(100% - 335px)
    }
}
.concept.scrollFx:not(.appear) .concept__body__main p, .concept.scrollFx:not(.appear) .sectionlabel__title {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.concept.scrollFx.appear .concept__body__main p, .concept.scrollFx.appear .sectionlabel__title {
    -webkit-transition: opacity .5s linear 1s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    transition: opacity .5s linear 1s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    -o-transition: opacity .5s linear 1s, transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    transition: opacity .5s linear 1s, transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    transition: opacity .5s linear 1s, transform 1s cubic-bezier(.19, 1, .22, 1) 1s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.concept.scrollFx.appear .sectionlabel__title {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}
.concept.scrollFx.appear .concept__body__main p:first-of-type {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}
.concept.scrollFx.appear .concept__body__main p:nth-of-type(2) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}
.concept.scrollFx.appear .concept__body__main p:nth-of-type(3) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}
.concept.scrollFx.appear .gradientbar:before {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
    -webkit-transform: translateY(-66.6666%);
    -ms-transform: translateY(-66.6666%);
    transform: translateY(-66.6666%);
    opacity: .75
}
@media (max-width:1023px) {
    .concept {
        display: block;
        margin: 0 auto
    }
    .concept__image {
        width: 100%;
        height: auto
    }
    .concept__image__gradient {
        width: 100%;
        height: 12px;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0
    }
    .concept__body {
        width: calc(100% - 64px);
        max-width: 400px;
        padding: 0;
        margin: 34px auto 0
    }
    .concept__body__main {
        padding: 0 0 0 56px
    }
    .concept__body__main .sectionlabel {
        margin-bottom: 20px
    }
    .concept__body__main .sectionlabel .sectionlabel__num {
        top: 6px
    }
    .concept__body__main p {
        font-size: 14px;
        line-height: 32px;
        letter-spacing: .1em;
        white-space: normal
    }
    .concept__body__main p+p {
        margin-top: 14px
    }
    .concept__body__main br {
        display: none
    }
    .concept.scrollFx.appear .gradientbar:before {
        -webkit-transition-delay: 1.25s;
        -o-transition-delay: 1.25s;
        transition-delay: 1.25s;
        -webkit-transform: translate(-66.6666%);
        -ms-transform: translate(-66.6666%);
        transform: translate(-66.6666%);
        opacity: 1
    }
}
@media (max-width:415px) {
    .concept__image__photo {
        height: 0;
        padding-top: 100%
    }
}
.eyecatch {
    width: calc(100% - 80px);
    height: auto;
    margin: 160px auto
}
.eyecatch__image {
    position: relative;
    width: 100%;
    height: 640px;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/images/eyecatch.jpg);
    overflow: hidden;
    -webkit-transition: opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s;
    transition: opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s;
    -o-transition: filter 1s linear 1.5s, opacity 1s linear 1.5s;
    transition: filter 1s linear 1.5s, opacity 1s linear 1.5s;
    transition: filter 1s linear 1.5s, opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s
}
.eyecatch__image.initial {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}
.eyecatch__viewport {
    display: block;
    pointer-events: none
}
.eyecatch__viewport, .eyecatch__viewport canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@media (max-width:1023px) {
    .eyecatch {
        width: 100%;
        height: auto;
        margin: 80px auto
    }
    .eyecatch__image {
        width: 100%;
        height: 415px;
        background-color: #333;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(/images/eyecatch.jpg)
    }
}
@media (max-width:415px) {
    .eyecatch__image {
        height: 0;
        padding-top: 100%
    }
}
.features {
    position: relative;
    width: calc(100% - 80px);
    max-width: 1280px;
    height: auto;
    margin: 270px auto 0
}
.features .sectionlabel {
    position: absolute;
    left: 0;
    top: 0
}
.features__main {
    position: relative;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 160px;
    -moz-column-gap: 160px;
    column-gap: 160px
}
.features__section {
    position: relative;
    width: auto;
    margin-top: 120px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}
.features__section:first-child {
    margin-top: 240px
}
.features__section__label {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    right: 24px;
    top: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(100%) rotate(90deg);
    -ms-transform: translate(100%) rotate(90deg);
    transform: translate(100%) rotate(90deg);
    z-index: 1
}
html:not(.wf-ebgaramond-n4-active) .features__section__label, html:not(.wf-ebgaramond-n4-active) .features__section__label *, html:not(.wf-ebgaramond-n4-active) .features__section__label:after, html:not(.wf-ebgaramond-n4-active) .features__section__label :after, html:not(.wf-ebgaramond-n4-active) .features__section__label:before, html:not(.wf-ebgaramond-n4-active) .features__section__label :before {
    color: rgba(0, 0, 0, 0) !important
}
.features__section__image {
    position: relative;
    width: calc(100% - 80px);
    height: auto
}
.features__section__image__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 133.3333%;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s;
    transition: opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s;
    -o-transition: filter 1s linear 1.5s, opacity 1s linear 1.5s;
    transition: filter 1s linear 1.5s, opacity 1s linear 1.5s;
    transition: filter 1s linear 1.5s, opacity 1s linear 1.5s, -webkit-filter 1s linear 1.5s
}
.space .features__section__image__img {
    background-image: url(/images/feature_space.jpg)
}
.treatment .features__section__image__img {
    background-image: url(/images/feature_treatment.jpg)
}
.technic .features__section__image__img {
    background-image: url(/images/feature_technic.jpg)
}
.facility .features__section__image__img {
    background-image: url(/images/feature_facility.jpg)
}
.features__section__image__img.initial {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}
.features__section__image__viewport {
    display: block;
    pointer-events: none
}
.features__section__image__viewport, .features__section__image__viewport canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.features__section__body {
    position: relative;
    max-width: 400px;
    width: calc(100% - 80px);
    height: auto;
    padding: 44px 0 0 50px;
    margin: -80px 0 0 auto;
    background-color: #727171;
    z-index: 2
}
.features__section__body__gradient {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff
}
.features__section__body__label {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: .05em
}
.features__section__body__text {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .05em
}
.features.scrollFx:not(.appear) .sectionlabel__title {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.features.scrollFx.appear .sectionlabel__title {
    -webkit-transition: opacity .5s linear .5s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .5s;
    transition: opacity .5s linear .5s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .5s;
    -o-transition: opacity .5s linear .5s, transform 1s cubic-bezier(.19, 1, .22, 1) .5s;
    transition: opacity .5s linear .5s, transform 1s cubic-bezier(.19, 1, .22, 1) .5s;
    transition: opacity .5s linear .5s, transform 1s cubic-bezier(.19, 1, .22, 1) .5s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .5s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.features__section.scrollFx:not(.appear) .features__section__label {
    opacity: 0;
    -webkit-transform: translate(100%, 60px) rotate(90deg);
    -ms-transform: translate(100%, 60px) rotate(90deg);
    transform: translate(100%, 60px) rotate(90deg)
}
.features__section.scrollFx:not(.appear) .features__section__body__label, .features__section.scrollFx:not(.appear) .features__section__body__text {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.features__section.scrollFx.appear .features__section__body__label, .features__section.scrollFx.appear .features__section__body__text, .features__section.scrollFx.appear .features__section__label {
    -webkit-transition: opacity .5s linear 1s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    transition: opacity .5s linear 1s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    -o-transition: opacity .5s linear 1s, transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    transition: opacity .5s linear 1s, transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    transition: opacity .5s linear 1s, transform 1s cubic-bezier(.19, 1, .22, 1) 1s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1s;
    opacity: 1
}
.features__section.scrollFx.appear .features__section__label {
    -webkit-transform: translate(100%) rotate(90deg);
    -ms-transform: translate(100%) rotate(90deg);
    transform: translate(100%) rotate(90deg)
}
.features__section.scrollFx.appear .features__section__body__label, .features__section.scrollFx.appear .features__section__body__text {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.features__section.scrollFx.appear .features__section__label {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}
.features__section.scrollFx.appear .features__section__body__label {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}
.features__section.scrollFx.appear .features__section__body__text {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}
.features__section.scrollFx.appear .gradientbar:before {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
    opacity: 1
}
@media (max-width:1360px) {
    .features__main {
        -webkit-column-gap: calc(100% - 1120px);
        -moz-column-gap: calc(100% - 1120px);
        column-gap: calc(100% - 1120px)
    }
}
@media (max-width:1280px) {
    .features__main {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}
@media (max-width:1023px) {
    .features {
        width: 100%;
        margin: 80px auto 0
    }
    .features .sectionlabel {
        position: relative;
        left: auto;
        top: auto;
        padding: 0 0 0 56px;
        width: calc(100% - 64px);
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    .features .sectionlabel .sectionlabel__num {
        position: absolute;
        left: 0;
        top: 6px
    }
    .features__container {
        position: relative;
        width: 100%;
        max-width: 464px;
        margin: 0 auto
    }
    .features__main {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal;
        position: relative;
        width: calc(100% - 32px);
        margin-left: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .features__section {
        margin-top: 48px;
        height: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .features__section:first-child {
        margin-top: 48px
    }
    .features__section.space {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .features__section.treatment {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .features__section.technic {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .features__section.facility {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .features__section__label {
        font-size: 32px;
        line-height: 42px;
        right: 8px
    }
    .features__section__image {
        position: relative;
        width: calc(100% - 56px)
    }
    .features__section__body {
        max-width: 100%;
        width: calc(100% - 32px);
        height: auto;
        padding: 20px 32px 0 24px;
        margin: -40px 0 0 auto;
        background-color: #727171
    }
    .features__section__body__label {
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        margin: 0 0 2px;
        letter-spacing: .05em
    }
    .features__section__body__text {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: .05em
    }
}
.firstview {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 760px
}
.firstview__main {
    position: absolute;
    left: 50%;
    top: 190px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 83.333333%;
    height: calc(100% - 270px);
    background-color: #333;
    overflow: hidden;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 1s linear 1.25s, -webkit-filter 1s linear 1.25s;
    transition: opacity 1s linear 1.25s, -webkit-filter 1s linear 1.25s;
    -o-transition: filter 1s linear 1.25s, opacity 1s linear 1.25s;
    transition: filter 1s linear 1.25s, opacity 1s linear 1.25s;
    transition: filter 1s linear 1.25s, opacity 1s linear 1.25s, -webkit-filter 1s linear 1.25s
}
.firstview__main.initial {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .75
}
.firstview__main.animating {
    -webkit-animation: grayscale 2s linear .5s;
    animation: grayscale 2s linear .5s
}
@keyframes grayscale {
    10% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1
    }
    40% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .75
    }
    70% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .75
    }
    to {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1
    }
}
.firstview__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}
.firstview__viewport canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important
}
@media (max-width:1023px) {
    .firstview {
        min-height: 0
    }
    .firstview__main {
        position: relative;
        left: auto;
        top: 96px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: calc(100% - 32px);
        height: calc(100% - 160px);
        margin: 0 auto
    }
}
.footer {
    position: relative;
    width: calc(100% - 160px);
    max-width: 1600px;
    height: 250px;
    margin: 80px auto 40px
}
.footer__logo {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    height: 64px;
    background-image: url(/images/logo.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}
.footer__main {
    width: 680px;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}
.footer__main__column {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto
}
.footer__main__column+.footer__main__column {
    margin-left: 80px
}
.footer__main__column dt {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px
}
html:not(.wf-ebgaramond-n4-active) .footer__main__column dt, html:not(.wf-ebgaramond-n4-active) .footer__main__column dt *, html:not(.wf-ebgaramond-n4-active) .footer__main__column dt:after, html:not(.wf-ebgaramond-n4-active) .footer__main__column dt :after, html:not(.wf-ebgaramond-n4-active) .footer__main__column dt:before, html:not(.wf-ebgaramond-n4-active) .footer__main__column dt :before {
    color: rgba(0, 0, 0, 0) !important
}
.footer__main__column dd {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
}
.footer__main__column dt+dd {
    margin-top: 15px
}
.footer__main__column dd+dt {
    margin-top: 30px
}
.footer__small {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .05em
}
@media (max-width:1080px) {
    .footer__main {
        width: 620px
    }
    .footer__main__column+.footer__main__column {
        margin-left: 50px
    }
}
@media (max-width:1023px) {
    .footer {
        display: block;
        width: 100%;
        height: 320px;
        margin: 0
    }
    .footer__main {
        display: none
    }
    .footer__logo {
        left: 50%;
        top: 80px;
        margin-left: -62px
    }
    .footer__small {
        width: 100%;
        bottom: auto;
        top: 200px;
        text-align: center
    }
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}
.header__toggle {
    display: none
}
.header__logo {
    width: 172px;
    height: 88px;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -94px;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity .3s linear .2s;
    -o-transition: opacity .3s linear .2s;
    transition: opacity .3s linear .2s
}
.header__logo>div {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/images/logo.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}
.header.scrolled .header__logo {
    opacity: 0;
    -webkit-transition: opacity 0s linear .2s;
    -o-transition: opacity 0s linear .2s;
    transition: opacity 0s linear .2s
}
.header__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #727171
}
@media (min-width:1024px) {
    .header__container {
        height: 94px !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}
@media (min-width:1024px) {
    .header__container__inner {
        height: auto !important
    }
}
.header__sublogo {
    display: block;
    width: 106px;
    height: 54px;
    position: fixed;
    top: 23px;
    left: 50%;
    margin-left: -53px;
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .1s linear 0s;
    -o-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s
}
.header.scrolled .header__sublogo {
    pointer-events: auto;
    opacity: 1;
    z-index: 99;
    -webkit-transition: opacity .3s linear .2s;
    -o-transition: opacity .3s linear .2s;
    transition: opacity .3s linear .2s
}
.header__sublogo__link {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/logo.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}
.header__reserve {
    position: absolute;
    right: 40px;
    top: 25px;
    width: 200px;
    height: 44px
}
.header__reserve__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 3px 0 0;
    border: 1px solid #fff
}
body:not(.touch) .header__reserve__link {
    opacity: 1 !important;
    -webkit-transition: background-color .1s linear 0s, color .1s linear 0s;
    -o-transition: background-color .1s linear 0s, color .1s linear 0s;
    transition: background-color .1s linear 0s, color .1s linear 0s
}
body:not(.touch) .header__reserve__link:hover {
    background-color: #fff;
    color: #727171
}
.header__reserve__en {
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .05em;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal
}
html:not(.wf-ebgaramond-n4-active) .header__reserve__en, html:not(.wf-ebgaramond-n4-active) .header__reserve__en *, html:not(.wf-ebgaramond-n4-active) .header__reserve__en:after, html:not(.wf-ebgaramond-n4-active) .header__reserve__en :after, html:not(.wf-ebgaramond-n4-active) .header__reserve__en:before, html:not(.wf-ebgaramond-n4-active) .header__reserve__en :before {
    color: rgba(0, 0, 0, 0) !important
}
.header__reserve__ja {
    display: block;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    letter-spacing: .05em;
    margin-top: 2px
}
.header__nav {
    position: absolute;
    left: 40px;
    top: 25px
}
.header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header__nav__item {
    display: block;
    width: auto;
    height: 44px
}
.header__nav__item+.header__nav__item {
    margin-left: 30px
}
.header__nav__link {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    position: relative;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 44px
}
html:not(.wf-ebgaramond-n4-active) .header__nav__link, html:not(.wf-ebgaramond-n4-active) .header__nav__link *, html:not(.wf-ebgaramond-n4-active) .header__nav__link:after, html:not(.wf-ebgaramond-n4-active) .header__nav__link :after, html:not(.wf-ebgaramond-n4-active) .header__nav__link:before, html:not(.wf-ebgaramond-n4-active) .header__nav__link :before {
    color: rgba(0, 0, 0, 0) !important
}
@media (min-width:1024px) {
    .header__nav__link:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: opacity .3s linear, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
        transition: opacity .3s linear, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .3s linear;
        transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .3s linear;
        transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .3s linear, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
        opacity: 0
    }
    body:not(.touch) .header__nav__link:hover:after {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: left center;
        -webkit-transition: opacity .1s linear, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
        transition: opacity .1s linear, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .1s linear;
        transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .1s linear;
        transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .1s linear, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
    }
}
.header__info {
    display: none
}
@media (min-width:1023px) {
    .header__logo>div, .header__nav__list, .header__reserve {
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
        -webkit-transition: opacity .5s linear 1.25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1.25s;
        transition: opacity .5s linear 1.25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1.25s;
        -o-transition: opacity .5s linear 1.25s, transform 1s cubic-bezier(.19, 1, .22, 1) 1.25s;
        transition: opacity .5s linear 1.25s, transform 1s cubic-bezier(.19, 1, .22, 1) 1.25s;
        transition: opacity .5s linear 1.25s, transform 1s cubic-bezier(.19, 1, .22, 1) 1.25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 1.25s
    }
    .header__logo>div {
        -webkit-transition-delay: 1.25s;
        -o-transition-delay: 1.25s;
        transition-delay: 1.25s
    }
    .header__nav__list, .header__reserve {
        -webkit-transition-delay: 1.35s;
        -o-transition-delay: 1.35s;
        transition-delay: 1.35s
    }
    body.open .header__logo>div, body.open .header__nav__list, body.open .header__reserve {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}
@media (max-width:1280px) {
    .header__nav__item+.header__nav__item {
        margin-left: 20px
    }
}
@media (max-width:1023px) {
    .header {
        position: static;
        top: auto;
        left: auto
    }
    .header__logo {
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        color: rgba(0, 0, 0, 0);
        width: 110px;
        height: 56px;
        top: 20px;
        left: 50%;
        margin-left: -55px;
        opacity: 1 !important
    }
    .header__container {
        position: fixed;
        top: auto;
        bottom: 0;
        height: 64px;
        background-color: rgba(114, 113, 113, .95);
        z-index: 100;
        overflow: hidden;
        -webkit-transition: height .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: height .5s cubic-bezier(.19, 1, .22, 1);
        transition: height .5s cubic-bezier(.19, 1, .22, 1)
    }
    .header__container__inner {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 64px;
        padding-bottom: 64px
    }
    .header__toggle {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        display: block;
        width: 88px;
        height: 64px;
        z-index: 1;
        cursor: pointer
    }
    .header__toggle:after, .header__toggle:before, .header__toggle span {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: 50%;
        background-color: #fff;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
    .header__toggle:before {
        margin-top: -7px
    }
    .header__toggle:after {
        margin-top: 7px
    }
    .header__reserve {
        right: 24px;
        top: auto;
        bottom: 10px;
        width: 172px;
        height: 44px;
        z-index: 1
    }
    .header__sublogo {
        display: none
    }
    .header__nav {
        position: relative;
        left: auto;
        top: auto;
        width: calc(100% - 50px);
        margin: 0 auto 30px
    }
    .header__nav__list {
        display: block
    }
    .header__nav__item {
        display: block;
        width: auto;
        height: 56px;
        line-height: 56px
    }
    .header__nav__item+.header__nav__item {
        margin-left: 0
    }
    .header__nav__link {
        font-family: eb-garamond, serif;
        font-weight: 400;
        font-style: normal;
        position: relative;
        display: block;
        text-align: left;
        font-size: 40px;
        line-height: 56px;
        letter-spacing: .05em;
        padding-left: 56px
    }
    html:not(.wf-ebgaramond-n4-active) .header__nav__link, html:not(.wf-ebgaramond-n4-active) .header__nav__link *, html:not(.wf-ebgaramond-n4-active) .header__nav__link:after, html:not(.wf-ebgaramond-n4-active) .header__nav__link :after, html:not(.wf-ebgaramond-n4-active) .header__nav__link:before, html:not(.wf-ebgaramond-n4-active) .header__nav__link :before {
        color: rgba(0, 0, 0, 0) !important
    }
    .header__nav__link:before {
        content: "";
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0;
        display: block;
        position: absolute;
        left: 0;
        top: 20px;
        background-size: 24px 16px;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 24px;
        height: 30px
    }
    .header__nav__link:after {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 1px;
        top: 15px
    }
    .header__nav__item:first-child .header__nav__link:before {
        background-image: url(/images/numlabel_1.svg)
    }
    .header__nav__item:nth-child(2) .header__nav__link:before {
        background-image: url(/images/numlabel_2.svg)
    }
    .header__nav__item:nth-child(3) .header__nav__link:before {
        background-image: url(/images/numlabel_3.svg)
    }
    .header__nav__item:nth-child(4) .header__nav__link:before {
        background-image: url(/images/numlabel_4.svg)
    }
    .header__nav__item:nth-child(5) .header__nav__link:before {
        background-image: url(/images/numlabel_5.svg)
    }
    .header__container__main {
        position: absolute;
        bottom: 64px;
        width: 100%
    }
    .header__info {
        display: block
    }
    .header__info__column {
        position: relative;
        width: calc(100% - 50px);
        margin: 0 auto;
        border-top: 1px solid #fff;
        padding: 24px 0
    }
    .header__info__column>div {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 65px
    }
    .header__info__column dt {
        font-family: eb-garamond, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        position: absolute;
        left: 0;
        letter-spacing: 0
    }
    html:not(.wf-ebgaramond-n4-active) .header__info__column dt, html:not(.wf-ebgaramond-n4-active) .header__info__column dt *, html:not(.wf-ebgaramond-n4-active) .header__info__column dt:after, html:not(.wf-ebgaramond-n4-active) .header__info__column dt :after, html:not(.wf-ebgaramond-n4-active) .header__info__column dt:before, html:not(.wf-ebgaramond-n4-active) .header__info__column dt :before {
        color: rgba(0, 0, 0, 0) !important
    }
    .header__info__column dd {
        font-size: 14px;
        line-height: 28px
    }
    .header__info__column div.opentime dd {
        font-size: 13px
    }
    .header__info__column div.opentime dd span {
        display: block;
        font-size: 18px;
        line-height: 20px;
        padding-top: 8px
    }
    .header__info__column div.tel dd {
        font-size: 18px
    }
    .header__info__column>div+div {
        margin-top: 8px
    }
    .header:not(.open) .header__info__column, .header:not(.open) .header__nav__item:first-child, .header:not(.open) .header__nav__item:nth-child(2), .header:not(.open) .header__nav__item:nth-child(3), .header:not(.open) .header__nav__item:nth-child(4), .header:not(.open) .header__nav__item:nth-child(5), .header:not(.open) .header__sublogo {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: opacity .1s linear 0s, -webkit-transform 0s cubic-bezier(.19, 1, .22, 1) .1s;
        transition: opacity .1s linear 0s, -webkit-transform 0s cubic-bezier(.19, 1, .22, 1) .1s;
        -o-transition: transform 0s cubic-bezier(.19, 1, .22, 1) .1s, opacity .1s linear 0s;
        transition: transform 0s cubic-bezier(.19, 1, .22, 1) .1s, opacity .1s linear 0s;
        transition: transform 0s cubic-bezier(.19, 1, .22, 1) .1s, opacity .1s linear 0s, -webkit-transform 0s cubic-bezier(.19, 1, .22, 1) .1s
    }
    .header:not(.open) .header__container {
        height: 64px !important
    }
    .header.open .header__info__column, .header.open .header__nav__item, .header.open .header__sublogo {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        -webkit-transition: opacity .75s linear, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
        transition: opacity .75s linear, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
        -o-transition: transform 1s cubic-bezier(.19, 1, .22, 1), opacity .75s linear;
        transition: transform 1s cubic-bezier(.19, 1, .22, 1), opacity .75s linear;
        transition: transform 1s cubic-bezier(.19, 1, .22, 1), opacity .75s linear, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1)
    }
    .header.open .header__sublogo {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }
    .header.open .header__nav__item:first-child {
        -webkit-transition-delay: .35s;
        -o-transition-delay: .35s;
        transition-delay: .35s
    }
    .header.open .header__nav__item:nth-child(2) {
        -webkit-transition-delay: .45s;
        -o-transition-delay: .45s;
        transition-delay: .45s
    }
    .header.open .header__nav__item:nth-child(3) {
        -webkit-transition-delay: .55s;
        -o-transition-delay: .55s;
        transition-delay: .55s
    }
    .header.open .header__nav__item:nth-child(4) {
        -webkit-transition-delay: .65s;
        -o-transition-delay: .65s;
        transition-delay: .65s
    }
    .header.open .header__nav__item:nth-child(5) {
        -webkit-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s
    }
    .header.open .header__info__column:first-child {
        -webkit-transition-delay: .85s;
        -o-transition-delay: .85s;
        transition-delay: .85s
    }
    .header.open .header__info__column:nth-child(2) {
        -webkit-transition-delay: .95s;
        -o-transition-delay: .95s;
        transition-delay: .95s
    }
    .header.open .header__toggle span {
        display: none
    }
    .header.open .header__toggle:before {
        margin: 0 0 0 -20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .header.open .header__toggle:after {
        margin: 0 0 0 -20px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .header.open .header__container {
        height: 100%
    }
    .header.open .header__container:before {
        opacity: 1
    }
}
.menu {
    width: calc(100% - 80px);
    max-width: 960px;
    margin: 160px auto 0
}
.menu .sectionlabel__num {
    margin: 0 auto
}
.menu .sectionlabel__title {
    text-align: center
}
.menu__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 60px auto 0
}
.menu__block {
    width: calc(50% - 40px)
}
.menu__block:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.menu__block:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}
.menu__block:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}
.menu__block:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.menu__block:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}
.menu__block:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}
.menu__section {
    margin: 0 0 30px
}
.menu__label {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    width: auto;
    height: auto;
    padding: 15px 8px 13px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .025em;
    border-bottom: 1px solid #fff
}
html:not(.wf-ebgaramond-n4-active) .menu__label, html:not(.wf-ebgaramond-n4-active) .menu__label *, html:not(.wf-ebgaramond-n4-active) .menu__label:after, html:not(.wf-ebgaramond-n4-active) .menu__label :after, html:not(.wf-ebgaramond-n4-active) .menu__label:before, html:not(.wf-ebgaramond-n4-active) .menu__label :before {
    color: rgba(0, 0, 0, 0) !important
}
.menu__label__gradient {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 16px 0 0
}
.menu__list dt {
    width: calc(100% - 80px);
    text-align: left;
    padding: 0 0 0 8px;
    font-size: 14px;
    line-height: 30px
}
.menu__list dd {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    width: 80px;
    text-align: right;
    padding: 0 8px 0 0;
    font-size: 20px;
    line-height: 30px
}
html:not(.wf-ebgaramond-n4-active) .menu__list dd, html:not(.wf-ebgaramond-n4-active) .menu__list dd *, html:not(.wf-ebgaramond-n4-active) .menu__list dd:after, html:not(.wf-ebgaramond-n4-active) .menu__list dd :after, html:not(.wf-ebgaramond-n4-active) .menu__list dd:before, html:not(.wf-ebgaramond-n4-active) .menu__list dd :before {
    color: rgba(0, 0, 0, 0) !important
}
.menu.scrollFx:not(.appear) .sectionlabel__title {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.menu.scrollFx.appear .sectionlabel__title {
    -webkit-transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    -o-transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.menu__section.scrollFx:not(.appear) {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.menu__section.scrollFx.appear {
    -webkit-transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    -o-transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.menu__section.scrollFx.appear .gradientbar:before {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1
}
@media (max-width:1023px) {
    .menu {
        width: calc(100% - 64px);
        max-width: 400px;
        margin: 80px auto 0
    }
    .menu .sectionlabel__num {
        margin: 0 auto
    }
    .menu .sectionlabel__title {
        text-align: center
    }
    .menu__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 60px auto 0
    }
    .menu__block {
        width: 100%
    }
    .menu__block:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .menu__block:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .menu__block:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .menu__block:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .menu__block:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .menu__block:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .menu__section {
        margin: 0 0 20px
    }
    .menu__list {
        margin: 8px 0 0
    }
}
.staff {
    margin: 160px auto 0
}
.staff .sectionlabel__num {
    margin: 0 auto
}
.staff .sectionlabel__title {
    text-align: center
}
.staff__main {
    width: calc(100% - 80px);
    max-width: 1440px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 70px auto 0
}
.staff__block {
    width: 33.3333%;
    margin: 0
}
.staff__block, .staff__image {
    position: relative;
    height: auto
}
.staff__image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto
}
.staff__image__img {
    width: 100%;
    height: 0;
    padding-top: 133.3333%;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 1s linear 1s, -webkit-filter 1s linear 1s;
    transition: opacity 1s linear 1s, -webkit-filter 1s linear 1s;
    -o-transition: filter 1s linear 1s, opacity 1s linear 1s;
    transition: filter 1s linear 1s, opacity 1s linear 1s;
    transition: filter 1s linear 1s, opacity 1s linear 1s, -webkit-filter 1s linear 1s
}
.takagi .staff__image__img {
    background-image: url(/images/staff_takagi.jpg)
}
.makino .staff__image__img {
    background-image: url(/images/staff_makino.jpg)
}
.sato .staff__image__img {
    background-image: url(/images/staff_sato.jpg)
}
.staff__image__img.initial {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}
.staff__image__viewport {
    display: block;
    pointer-events: none
}
.staff__image__viewport, .staff__image__viewport canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.staff__body {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: -80px 0 0 auto;
    background-color: #727171;
    padding: 44px 0 0 50px
}
.staff__gradient {
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0
}
.staff__name__ja {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}
.staff__name__en {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal
}
html:not(.wf-ebgaramond-n4-active) .staff__name__en, html:not(.wf-ebgaramond-n4-active) .staff__name__en *, html:not(.wf-ebgaramond-n4-active) .staff__name__en:after, html:not(.wf-ebgaramond-n4-active) .staff__name__en :after, html:not(.wf-ebgaramond-n4-active) .staff__name__en:before, html:not(.wf-ebgaramond-n4-active) .staff__name__en :before {
    color: rgba(0, 0, 0, 0) !important
}
.staff__text {
    font-size: 14px;
    line-height: 28px;
    margin: 15px 0 0
}
.staff.scrollFx:not(.appear) .sectionlabel__title {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.staff.scrollFx.appear .sectionlabel__title {
    -webkit-transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    -o-transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.staff__block.scrollFx:not(.appear) .staff__name__en, .staff__block.scrollFx:not(.appear) .staff__name__ja, .staff__block.scrollFx:not(.appear) .staff__text {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}
.staff__block.scrollFx.appear .staff__name__en, .staff__block.scrollFx.appear .staff__name__ja, .staff__block.scrollFx.appear .staff__text {
    -webkit-transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    -o-transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    transition: opacity .5s linear .25s, transform 1s cubic-bezier(.19, 1, .22, 1) .25s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .25s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.staff__block.scrollFx.appear .staff__name__ja {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}
.staff__block.scrollFx.appear .staff__name__en {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}
.staff__block.scrollFx.appear .staff__text {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}
.staff__block.scrollFx.appear .gradientbar:before {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1
}
@media (max-width:1280px) {
    .staff__body, .staff__image {
        width: calc(100% - 80px)
    }
}
@media (max-width:1023px) {
    .staff {
        margin: 80px auto 0
    }
    .staff__container {
        position: relative;
        width: 100%;
        max-width: 464px;
        margin: 0 auto
    }
    .staff__main {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal;
        position: relative;
        width: calc(100% - 32px);
        margin-left: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 30px
    }
    .staff__block {
        margin-top: 30px;
        width: 100%;
        height: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .staff__block:first-child {
        margin-top: 0
    }
    .staff__image {
        position: relative;
        width: calc(100% - 56px);
        max-width: 100%;
        margin: 0 auto 0 0
    }
    .staff__body {
        max-width: 100%;
        width: calc(100% - 32px);
        height: auto;
        padding: 20px 32px 0 24px;
        margin: -40px 0 0 auto;
        background-color: #727171
    }
    .staff__name__ja {
        font-size: 18px;
        line-height: 20px
    }
    .staff__name__en {
        font-size: 14px;
        line-height: 20px;
        margin-top: 2px
    }
    .staff__label {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 2px
    }
    .staff__label, .staff__text {
        line-height: 28px;
        letter-spacing: .05em
    }
    .staff__text {
        font-size: 14px
    }
}