/* Generated by less 2.5.1 */

body {
    letter-spacing: 0;
}

.offPointerEvents {
    pointer-events: none;
    cursor: default;
    /*plain arrow*/
    text-decoration: none;
    /*No underline or something*/
}

.onPointerEvents {
    pointer-events: all;
    cursor: default;
    /*plain arrow*/
    text-decoration: default;
    /*No underline or something*/
}

html {
    min-height: 100%;
    background-color: black;
}

body {
    margin: 0;
    height: 100%;
    color: #000;
    font-family: serif;
}

#wrapper {
    width: 100%;
    height: 100%;
}

#contents {
    width: 100%;
    height: 100%;
    position: absolute;
}

.mouseovered .mainSection .overlay {
    opacity: .7;
}

.mouseovered .mainSection.focused .overlay {
    opacity: 0;
}

.overlay {
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mainSection {
    position: relative;
    overflow: hidden;
}

.mainSection > .title {
    word-wrap: break-word;
    background: #070754;
    box-shadow: 4px 4px #fff;
    position: absolute;
    font-size: 34px;
    letter-spacing: 2px;
    color: #fff;
}

.mainSection > .title .subTitle {
    font-size: 16px;
    font-family: sans-serif;
}

.popup {
    cursor: pointer;
    color: white;
    text-decoration: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    opacity: 0;
    top: 45%;
    left: 50%;
}

.popup button {
    position: absolute;
    top: 220px;
    left: 50%;
    border: none;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    box-sizing: border-box;
}

.popup header.headerImg {
    height: 220px;
    background-position: center center;
    background-size: contain;
}

.popup .description {
    padding: 50px 14px 40px;
    color: #fff;
}

.popup .description h3 {
    margin: 0;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.popup .description p {
    font-size: 14px;
    line-height: 1.6;
}

.popup .jump {
    background-color: #070754;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 38px;
}


.popup.coming button {
    background-image: url(../images/comingsoon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.popupped.focused .popup {
    pointer-events: all;
    opacity: 1;
}

.popupped.focused .popup.coming {
    pointer-events: none;
}

#title {
    /*pointer-events: none;*/
    cursor: default;
    /*plain arrow*/
    text-decoration: none;
    /*No underline or something*/
    position: absolute;
    box-sizing: border-box;
    background-color: #070754;
}

#minTitle {
    box-sizing: border-box;
    padding: 10px 6px;
    pointer-events: none;
    cursor: default;
    /*plain arrow*/
    text-decoration: none;
    /*No underline or something*/
    position: absolute;
    background-color: #070754;
    width: 40px;
    height: 100%;
    opacity: 0;
}

#minTitle img {
    max-width: 100%;
}

#mainWrap {
    overflow: hidden;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.background div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.background video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.archive li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 4px 24px 4px 6px;
    border: 1px solid;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 16px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    pointer-events: auto;
    background-color: #000;
    border-collapse:collapse;
}

.archive li a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    background: rgba(51, 51, 51, .6);
    transition: .5s ease;
}

.archive li a:hover:after {
    width: 100%;
}

.banner:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    background: url(../images/banner/arrow.png) 0 0 no-repeat;
    background-size: 13px 13px;
    z-index: 1;
}

.banner span {
    display: inline-block;
    padding: 0 0 0 47px;
    position: relative;
    z-index: 1;
}

.banner span:before {
    content: '';
    width: 38px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/banner/archive.png) 0 0 no-repeat;
    background-size: 38px 10px;
}

.closeButton {
    display: none;
}

.colors:nth-of-type(1) {
    background-color: #f0f;
}

.colors:nth-of-type(2) {
    background-color: #ff0;
}

.colors:nth-of-type(3) {
    background-color: #0ff;
}

.colors:nth-of-type(4) {
    background-color: #00f;
}

.colors:nth-of-type(5) {
    background-color: #0f0;
}

.colors:nth-of-type(6) {
    background-color: #f00;
}

/*.vartical {
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}*/
