﻿@charset "utf-8";

/**ページの設定**/
body {
    font-family: "Noto Sans JP",sans-serif;
    margin: 0px;
    padding: 0px;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    background-color: #000000;
}

/**loading**/
#line-1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
}

.expand {
    width: 100vw;
    height: 100vh;
    color: #FFFFFF;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.A001 {
    font-size: 35px;
}

.A002 {
    font-size: 20px;
}

.A003{
    font-size: 20px;
    color: #ffac00;
}

/**マウス選択時**/
::selection {
    background: #FFFFFF;
    color: #303030;
}

::-moz-selection {
    background: #303030;
}

/**リンクの色設定**/
a:link {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #FFFFFF;
}

/**ヘッダーとナビゲーションバーの設定**/
.contanner {
    display: flex;
    flex-flow: row;
}

/**ヘッダーの設定**/
header {
    float: left;
    background: rgba(23,23,23,0.5);
}

#header-text1 {
    margin: 0px;
    padding: 15px 75px 5px 75px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 2.5px;
}

#header-text2 {
    margin: 0px;
    padding: 5px 75px 5px 75px;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
}

#header-text3 {
    margin: 0px;
    padding: 5px 75px 15px 75px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.4px;
}

/**ナビゲーションバーの設定**/
nav {
    width: auto;
    height: auto;
    background: rgba(23,23,23,0.5);
    float: left;
    position: relative;
    flex: auto;
}

.navbar1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40%;
    display: flex;
    box-sizing: border-box;
    list-style-type: none;
    justify-content: space-around;
}

.navlink1 {
    font-family: "Noto Sans JP",sans-serif;
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    color: #FFFFFF;
    font-size: 15px;
    align-items: center;
}

.navlink1 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.navlink1 a:hover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(128,128,128,0.5);
}

.navbar2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 60%;
    list-style-type: none;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
}

.navlink2 {
    font-family: "Noto Sans JP",sans-serif;
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: 100%;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.navlink2 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.navlink2 a:hover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(128,128,128,0.5);
}

/**メイン要素の設定①**/
.main {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(23,23,23,0.7);
}
.main2 {
    background-image: radial-gradient(rgb(48, 48, 48) 20%, transparent 0%), radial-gradient(rgb(48, 48, 48) 20%, transparent 0%);
    background-size: 5px 5px;
    background-position: 0 0, 5px 5px;
}

.content {
    width: 75%;
    margin: auto;
}

.image {
   width: 100%;
}

.space{
    width: 100%;
    height: 100vh;
}

/**メイン要素の設定②**/
.title {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    clear: left;
}

.title-text1 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #FFFFFF;
}

.title-text2 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

/**お知らせの設定**/
#notice {
    display: flex;
    justify-content: center;
}

.notice {
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    list-style-type: none;
    box-sizing: border-box;
    display: table-cell;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.notice-text1 {
    margin: 0px 0px 0px 30px;
    float: left;
    color: #FFFFFF;
}

.notice-text2 {
    display: block;
    margin-right: 30px;
    margin-left: 250px;
    color: #FFFFFF;
}

hr {
    margin: 10px 0px 10px 0px;
    border-top: 1px dashed #bbb;
}

/**最新コンテンツの設定**/
#latest-content {
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    list-style-type: none;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}

.latest-content-box1 {
    width: 50%;
    height: auto;
    float: left;
    margin: 10px 10px 20px 0px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.latest-content-box2 {
    width: 50%;
    height: auto;
    float: left;
    margin: 10px 0px 20px 10px;
    text-align: center;
    box-sizing: border-box;
}

.latest-content-text1 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

.latest-content-text2 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.latest-content-text3 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.download-link {
    text-decoration: none;
    color: #1DA1F2;
}

.name {
    text-align: left;
    margin-top: 10px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
}

.background1 {
    background: rgba(237,237,237,0.3);
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    background-color: rgba(29,161,242,0.5);
}

.background2 {
    background: rgba(237,237,237,0.3);
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
}

/**最新コンテンツの設定　動画**/
.movie {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 10px 0px 10px 0px;
}

.youtube-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: inline-block;
}

.latest-content-text4 {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-top:20px;
}

/**最新コンテンツの設定　ゲーム**/
#game{
    width: 100%;
    height: auto;
    margin: 10px 0px 10px 0px;
}

/**公式アカウントの設定**/
.account {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    list-style-type: none;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}

.account-text1 {
    margin: 0px 50px 0px 50px;
    padding: 5px;
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #1DA1F2;
}

.account-text1 a {
    margin: 5px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1DA1F2;
    display: block;
    text-decoration: none;
}

.account-text2 {
    margin: 0px 50px 0px 50px;
    padding: 5px;
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #CD201F;
}

.account-text2 a {
    margin: 5px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #CD201F;
    display: block;
    text-decoration: none;
}

/**フッターの設定**/
footer {
    padding: 30px;
    color: #FFFFFF;
    font-family: "Noto Sans JP",sans-serif;
    background: rgba(23,23,23,0.9);
}