@charset "UTF-8";

/* html {
            scroll-behavior: smooth;
        } */

body {
    color: #333;
    font-size: 14px;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

.typo {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: -100;
    margin-bottom: -50px;
    overflow: hidden;
    height: 288px;
}

.typo p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12rem;
    font-weight: bold;
    opacity: 0.2;
    margin-bottom: -54px;
}

.contactArea {
    background-color: rgba(15, 10, 10, 1);
    color: #fff;
    margin: 20px 0;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactAreaBtn {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 30px;
    font-weight: bold;
    margin: 20px 0;
}

.contactAreaBtn:hover {
    opacity: 0.8;
}

.contactArea p:nth-of-type(1) {
    max-width: 616px;
    width: 100%;
}

.contactArea p:nth-of-type(2) {
    max-width: 146px;
    width: 100%;
    text-align: center;
}

.mainBk {
    width: 100%;
    height: 100svh;
    background-color: rgba(15, 10, 10, 1);
}

.mainBk .videoBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
}

.mainBk video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.mainBk:before {
    content: "";
    display: block;
    width: 100%;
    height: 100svh;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

.mainCon {
    position: relative;
    z-index: 2;
}

.topNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(15, 10, 10, 0.9);
    height: 50px;
    padding: 0 1.5%;
    width: 95%;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.topNav h2 {
    height: 26px;
}

.topNav img {
    height: 100%;
}

.nav {
    display: flex;
    justify-content: center;
}

.open_in_new {
    font-size: 12px;
    padding-left: 2px;
    vertical-align: middle;
}

.contactBtn a,
.nav a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #eee;
    padding: 2px 6px 2px 5px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid; */
    position: relative;
}

.nav a {
    padding: 2px 10px;
    margin: 0 5px;
    color: rgb(238 238 238 / 70%);
}

.nav a:hover {
    color: #eee;
}

.contactBtn a span {
    margin-right: 8px;
}

.contactBtn a::before,
.nav a::before {
    background: #eee;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.contactBtn a:hover::before,
.nav a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
}

.mainTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100svh;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

.mainTitle h1 {
    line-height: 2.5rem;
    width: 50%;
    margin-top: -30px;
}

.mainTitle img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}

.liveContents {
    margin: 110px 0 60px;
    background-color: #000;
}

.liveBox {
    position: relative;
    aspect-ratio: 16 / 9;
    max-width: 854px;
}

.anBtn a {
    display: block;
    width: 90%;
    max-width: 800px;
    font-size: 1rem;
    background-color: #111;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    border-radius: 30px;
    margin: 50px auto;
    transition: all 0.2s;
}

.anBtn a:hover {
    opacity: 80%;
}

.contents {
    padding-top: 100px;
}

.catchText {
    text-align: center;
    background-color: rgba(15, 10, 10, 1);
    color: #eee;
    font-size: 1.2rem;
    padding: 50px 5%;
}

h3 span:first-of-type {
    font-size: 3rem;
    margin-right: 15px;
    line-height: 1em;
}

.spaceList {
    margin-top: 50px;
}

.spaceList li {
    position: relative;
}

.spaceList .commingSoon:before {
    content: "Comming soon";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    font-size: 2rem;
    font-weight: bold;
}

.spaceContent {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(15, 10, 10, 0.2);
    margin-bottom: 30px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #fff;
}

.spaceContent:hover {
    border: 1px solid rgba(15, 10, 10, 1);
    background-color: rgba(248, 248, 248, 1);
}

.spaceContent:hover .textBox .goMeta .material-icons {
    margin-left: 10px;
}

.spaceContent .imgBox {
    width: 40%;
    height: auto;
    aspect-ratio: 16 / 9;
    background-color: transparent;
}

.spaceContent .imgBox img {
    width: 100%;
    object-fit: contain;
}

.spaceContent .textBox {
    width: 60%;
    padding-left: 30px;
    position: relative;
    color: #333;
    padding-bottom: 30px;
}

.spaceContent .textBox h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.spaceContent .textBox h4 span {
    font-size: 1rem;
    display: block;
}

.spaceContent .textBox .goMeta {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    display: flex;
}

.spaceContent .textBox .goMeta .material-icons {
    font-size: 20px;
    transition: all 0.3s;
}

.spaceContent .textBox dl {
    display: flex;
    margin-bottom: 5px;
}

.spaceContent .textBox dl:first-of-type {
    margin-top: 30px
}

footer {
    background-color: rgba(15, 10, 10, 1);
    color: #ccc;
    font-size: 11px;
    padding: 30px 0;
}

footer ul {
    display: flex;
}

footer a {
    display: block;
    color: #ccc;
    text-decoration: none;
}

footer li:first-of-type a {
    padding-right: 20px;
    border-right: 1px solid;
}

footer li:last-of-type a {
    padding-left: 20px;
}

footer small {
    display: block;
    margin: 20px 0 10px;
}

footer img {
    height: 24px;
    display: inline-block;
    margin-right: 15px;
}

.scroll_down {
    animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a {
    position: absolute;
    bottom: 45px;
    right: calc(50% - 15px);
    color: #eee;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    width: 30px;
    height: 60px;
    text-decoration: none;
}

.text {
    display: block;
    margin-top: 70px;
    margin-left: -14px;
    font-size: 12px;
    color: #eee;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 2px;
}

.arrow {
    position: absolute;
    width: 28px;
    height: 5px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.arrow:first-child {
    animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #eee;
}

.arrow:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.arrow:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@media (max-width: 680px) {
    html {
        font-size: calc(100vw * 24 / 680);
    }

    .catchText {
        font-size: 1rem;
        padding: 50px 5%;
    }

    .spaceContent {
        flex-wrap: wrap;
    }

    .spaceContent .imgBox {
        width: 100%;
    }

    .spaceContent .textBox {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    h3 span:first-of-type {
        font-size: 2.6rem;
        display: block;
        margin-bottom: 10px;
    }

    .spaceList {
        margin-top: 40px;
    }

    .contents {
        padding: 0;
        margin: 80px 0;
    }

    .topNav {
        flex-wrap: wrap;
    }

    .nav {
        width: 100%;
        order: 3;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all;
    animation: show 0.2s linear 0s;
}

.modal-content {
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.2s linear 0s;
    width: 80%;
    max-width: 1200px;
    background-color: transparent;
}

.modal-container {
    border-radius: 10px;
    overflow: hidden;
}

.modal-content>.modal-close {
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -15px;
}

.modal-content>.modal-close .material-icons {
    font-size: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
}

.modal-content>.modal-close:hover,
.modal-content>.modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-title {
    color: #FFF;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}