*, *:after, *:before {
    box-sizing: border-box;
    position: relative;
    outline: none;
}

/*------------------------------*/

html,
body {
    width: 100%;
}

@media (min-width: 1025px) {
    html,
    body {
        height: 100%;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 80px !important;
    }
}

/*------------------------------*/

.main {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em;
}

@media (min-width: 1025px) {
    .main {
        padding: 0;
    }
}

/*------------------------------*/

.table, .cf:after, .cf:before {
    display: table;
}

.cell {
    display: table-cell;
}

.table {
    width: 100%;
    height: 100%;
}

.cell {
    vertical-align: middle;
}

@media (min-width: 1025px) {
    /*.cell {
        padding-top: 80px;
        padding-bottom: 80px;
    }*/
}

/*------------------------------*/

.nav {
    display: none;
    counter-reset: nav;
    /*z-index: 1000;*/
    z-index: 1;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #ffffff;
}

@media (min-width: 1025px) {
    .nav {
        display: block;
    }
}

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

.nav a {
    color: #FFFFFF;
    cursor: default;
}

/*------------------------------*/

.nav-list {
    font-family: 'MS Mincho', sans-serif;
    font-weight: bold;
}

.nav-list:before {
    content: "";
    position: absolute;
    top: 1.7em;
    left: 8px;
    bottom: 1.7em;
    width: 1px;
    /*background: #ffffff;
    background: rgba(255, 255, 255, 0.5);*/
}

/*------------------------------*/

.nav-item {
    counter-increment: nav;
}

/*------------------------------*/

.nav-link {
    display: block;
    padding: 1em 1em 1em 1.75em;
    line-height: 1em;
    font-weight: 900;
}

.nav-link:hover .nav-label, .nav-link.is-active .nav-label {
    /*opacity: 1;*/
    opacity: 0;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.nav-link:active .dot {
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/*------------------------------*/

.nav-label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-label:before {
    content: counter(nav) ". ";
}

/*------------------------------*/

.dot,
.dot-clone {
    display: block;
    width: 17px;
    /*background: #fff;*/
    border-radius: 9px;
}

.dot {
    position: absolute;
    top: 50%;
    left: 0;
    height: 17px;
    margin-top: -9px;
    will-change: transform;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
}

.dot-clone {
    z-index: 1;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: bottom, top;
}

/*------------------------------*/

.nav-next {
    z-index: 99;
    position: absolute;
    left: 50%;
    display: none;
}

.nav-next .btn-bg {
    height: 100%;
    margin: 0;
}

.nav-next .btn-bg:first-of-type {
    z-index: 1;
}

.nav-next .btn-bg:last-of-type {
    z-index: 2;
}

.nav-next button {
    outline: 0 !important;
}

@media (min-width: 1025px) {
    .nav-next {
        display: block;
        bottom: 80px;
    }
}

/*------------------------------*/

.i-down {
    width: 3em;
    height: 3em;
    margin-left: -1.7em;
    background: #292929;
    color: white;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.i-down.btn {
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.i-down .btn-bg {
    height: 100%;
    padding-top: 0;
}

.i-down:hover svg {
    -webkit-transform: scale(0.95, 1.1);
    -ms-transform: scale(0.95, 1.1);
    transform: scale(0.95, 1.1);
}

.i-down:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.no-csstransforms3d .i-down:active {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}

.i-down:active svg {
    -webkit-transform: scale(0.9, 1.3);
    -ms-transform: scale(0.9, 1.3);
    transform: scale(0.9, 1.3);
}

.i-down svg {
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
    width: 1em;
    height: .625em;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

/*------------------------------*/

.project {
    counter-increment: projects;
    padding: 1em;
    text-align: center;
}

.project + .project {
    margin-top: 2em;
}

@media (max-width: 1024px) {
    .project + .project {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.project,
.project .left,
.project .right {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.project,
.project .left {
    left: 0;
}

.project,
.project .right {
    right: 0;
}

@media (min-width: 1025px) {
    .project {
        position: absolute;
        padding: 0;
    }

    .project.is-active {
        z-index: 1;
    }

    .project.is-active .project-content {
        z-index: 1;
    }

    .project.is-active .project-fig {
        /*-webkit-transform: scaleX(1.15) scaleY(1.15) translateZ(0);
        transform: scaleX(1.15) scaleY(1.15) translateZ(0);
        -webkit-transition: -webkit-transform 25s ease-in-out;
        transition: transform 25s ease-in-out;*/
    }

    .no-csstransforms3d .project.is-active .project-fig {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .no-csstransitions .project.is-active .project-fig {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .project + .project {
        margin-top: 0;
    }

    .project .right {
        padding: 0 20px 75px 20px;
    }
}

@media (min-width: 480px) {
    .project {
        padding: 2em;
    }
}

.project-mask,
.project-overlay,
.project-content {
    width: 100%;
}

@media (min-width: 1025px) {
    .project-mask,
    .project-overlay,
    .project-content {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }

    .project-mask,
    .project-overlay {
        margin-top: 65px;
        margin-bottom: 55px;
    }
}

@media (max-width: 1024px) {
    .project-mask,
    .project-mask .left,
    .project-overlay,
    .project-overlay .left,
    .project-content,
    .project-content .left {
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
    }

    .project-content img {
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 1025px) {
    .project-mask,
    .project-overlay {
        right: 0;
        left: auto;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .no-csstransforms3d .project-mask,
    .no-csstransforms3d .project-overlay {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    .no-csstransforms .project-mask,
    .no-csstransforms .project-overlay {
        top: -100%;
    }
}

.project-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
}

.project-overlay .project-img {
    opacity: 0;
}

.project-overlay .project-fig {
    background-blend-mode: multiply;
    opacity: .8;
}

@media (min-width: 480px) {
    .project-overlay {
        top: 0.5em;
        right: 0.5em;
        left: 0.5em;
    }
}

@media (min-width: 1025px) {
    .project-overlay {
        top: 0;
        right: 0;
        left: auto;
        width: 50%;
    }

    .project-overlay .project-fig {
        background-blend-mode: overlay;
        opacity: 1;
    }
}

.project-mask .lazy {
    opacity: 0;
}

.project-mask .lazy.is-loaded {
    opacity: 1;
}

.project-fig {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.project-fig {
    background-color: #333333;
}

.overlay .project-fig {
    background-blend-mode: multiply;
}

@media (min-width: 1025px) {
    .project-fig {
        height: 100%;
        padding-top: 0;
    }
}

.project-img {
    display: none;
    width: 100%;
    height: auto;
}

@media (min-width: 1025px) {
    .project-img {
        opacity: 0 !important;
    }
}

@media (min-width: 1025px) {
    .project-content {
        right: 50%;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .no-csstransforms3d .project-content {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    .no-csstransforms .project-content {
        top: 100%;
    }
}

@media (max-width: 1024px) {
    .project-content .btn {
        color: #fff !important;
    }

    .project-content .btn-bg:last-child {
        background: #292929 !important;
    }
}

/*------------------------------*/
/*------------------------------*/

@media (min-width: 1025px) {
    .onlyDesktop {
        display: block;
    }

    .notDesktop {
        display: none;
    }
}

@media (max-width: 1024px) {
    .onlyDesktop {
        display: none;
    }

    .notDesktop {
        display: block;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .nav-menu {
        position: fixed;
        bottom: 20px;
    }
}

/*------------------------------*/

.nav-top {
    position: fixed;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}

/*------------------------------*/

#footer-box {
    display: none !important;
}

/*------------------------------*/

.footer_bgWhite {
    position: fixed;
    z-index: 2000;
    bottom: 0;
}

/*------------------------------*/

@media (min-width: 1025px) {
    .topVideo {
        width: 100%;
    }
}

/*------------------------------*/

@media (max-width: 1024px) {
    .topVideo {
        margin-bottom: 50px;
    }
}

/*------------------------------*/

.topTitle {
    width: auto;
    display: table;
    border-bottom: 2px solid #ff0000;
    color: #000000;
    font-family: 'MS Mincho', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0 auto 15px auto;

    word-break: keep-all;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .topTitle {
        font-size: 20px;
        margin-top: 50px;
    }
}

/*------------------------------*/

.topDetail {
    width: auto;
    display: table;
    color: #000000;
    font-family: 'Hiragino Mincho Pro', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .topDetail {
        white-space: nowrap;
        word-break: keep-all;
    }
}

@media (max-width: 1024px) {
    .topDetail br {
        display: none;
    }
}

/*------------------------------*/

.TopBannerText {
    width: auto;
    display: inline-block;
    margin: 0 auto;

    font-family: 'Hiragino Mincho Pro', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 4px;
    color: #ffffff;

    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);

    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;

    word-break: keep-all;
    white-space: nowrap;
}

.TopBannerText img {
    margin-top: 400px;
}

@media (max-width: 1024px) {
    .TopBannerText {
        color: #000000;
        text-shadow: none;
    }
}

/*------------------------------*/

.only-top.nav-top,
.only-top.footer_bgWhite {
    display: block !important;
}

/*------------------------------*/

.not-top.nav-top,
.not-top.footer_bgWhite {
    display: none !important;
}

/*------------------------------*/