﻿@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --main-bg-color:#111;
  --main-txt-color:#FFF;
  --main-txt-animation:#e60012;
  --nav-bg-color:#111;
  --nav-txt-color:#FFF;
  --nav-txt-animation:#e60012;
  --content-bg-color:#343443;
  --content-bg-color-rgba:52, 52, 67;
  --content-txt-color:#FFF;
  --accent-color:#e60012;
}

body {
  background-color: var(--main-bg-color);
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.2rem;
  color: var(--main-txt-color);
  line-height: 1.4em;
  background: url(/Content/images/tradz/tradz_bg_pattern_sdvx_s4.webp) repeat;
  background-color: rgb(255, 255, 255);
  background-size: 960px;
  background-position: center;
}

img {
  max-width: 100%;
  vertical-align: top;
}

header, main, footer, h1, h2, h3 {
  text-align: center;
}

h1, h2, h3 {
  display: inline-block;
}

h1 span, h2 span, h3 span {
  display: inline-block;
  padding: 0 40px;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.6em;
}
h2 span {
  padding: 10px 40px;
}

h3 {
  font-size: 1rem;
}

p {
  font-size: 0.9em;
}

.bold {
  font-weight: bold;
}

.pconly {
  display: none;
}

.button {
  touch-action: manipulation;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button:focus-visible {
  outline: 2px solid magenta;
  outline-offset: 2px;
}

@media screen and (min-width: 960px) {
  body {
    background-size: 100%;
  }
  .pconly {
    display: block;
  }
  .sponly {
    display: none;
  }
}
@keyframes passing-barL {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
@keyframes passing-barR {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout-kf {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    letter-spacing: 1.5em;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.2em;
  }
}
.passing-barL, .passing-barR {
  position: relative;
  display: block;
  text-align: center;
  -webkit-will-change: animation;
  -ms-will-change: animation;
  will-change: animation;
}

.move .passing-barL:before, .move .passing-barR:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 110%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: var(--main-txt-animation);
}
.move .passing-barL:before {
  right: 0;
  animation: passing-barL 1s ease 0s 1 normal forwards;
}
.move .passing-barR:before {
  max-width: 100%;
  left: 0;
  z-index: auto;
  animation: passing-barR 1s ease 0.5s 1 normal forwards;
}

.passing-txtL, .passing-txtR {
  background-color: #222;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.move .passing-txtL {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}
.move .passing-txtR {
  opacity: 1;
  color: #FFF;
  display: block;
  margin-top: 30px;
  padding: 3px 0 5px;
  font-size: 0.4em;
}

.fadeIn {
  transform: translate3d(0, -40px, 0);
  transition: 1s;
  transition-delay: 0.5s;
  opacity: 0;
}
.fadeIn.move {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

header {
  width: auto;
  height: auto;
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden;
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
header h1 {
  padding-top: 10px;
}
header picture {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 9/16;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
header picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
header .video {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden;
}
header .video div {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header .video iframe {
  width: 100%;
  height: 100%;
}

#CONCEPT header {
  height: auto;
}

@media screen and (min-width: 960px) {
  header {
    aspect-ratio: 16/9;
  }
  header .video {
    aspect-ratio: 16/9;
  }
}
main {
  margin: 0 auto;
  position: relative;
}
main section {
  margin: auto;
  padding: 100px 0 200px;
}
main h2 {
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
}
main h2 span {
  display: inline-block;
  position: relative;
}
main h3 {
  text-align: center;
  margin: 0 auto 50px;
}
main .mainImg {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto 50px;
}
main a {
  color: var(--main-txt-color);
  text-decoration: none;
  padding: 0 5px 2px;
  border-bottom: solid 1px var(--main-txt-color);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
main p + p {
  margin-top: 10px;
  line-height: 1.8em;
}

@media screen and (min-width: 560px) {
  main h2 {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 960px) {
  main section {
    margin: auto;
    padding: 200px 0;
  }
}
#News .news {
  width: calc(100% - 0px);
  margin: auto;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
}
#NEWS #News .news {
  background-color: rgba(0, 0, 0, 0);
}
#News .newsList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  max-width: 1280px;
  margin: auto;
  list-style: none;
}
#News .newsList a {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-rows: minmax(100px, auto);
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.8em;
  background: rgba(var(--content-bg-color-rgba), 0.95);
  color: var(--content-txt-color);
  box-shadow: 0px 0px 10px #111;
}
#News .newsList a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-image: url(/Content/images/tradz/tradz_news_bg.png);
  background-size: cover;
  background-position: center center;
}
#News .newsList a.event::before {
  background-image: url(/Content/images/tradz/tradz_news_bg_event.png);
}
#News .newsList a.newsletter::before {
  background-image: url(/Content/images/tradz/tradz_news_bg_newsletter.png);
}
#NEWS #News .newsList a.fadeIn {
  transition-delay: 0s;
}
#News .andMore {
  display: block;
  width: 320px;
  margin: 40px auto 0;
  padding: 8px 0px;
  cursor: pointer;
  background-color: var(--accent-color);
  box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.5);
  border: none;
  list-style: none;
  font-size: 1em;
  text-align: center;
  animation: fadein 0.5s ease;
}
#News .andMore::before {
  content: none;
}
#News .andMore span {
  display: inline;
  aspect-ratio: 0;
  background: none;
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 5px;
}
#News time {
  display: block;
  font-size: 0.8em;
  margin: 10px 0 5px;
  padding: 0 10px;
}
#News p {
  padding: 0 10px;
}

@media screen and (min-width: 560px) {
  #News .news {
    width: calc(100% - 0px);
    margin: auto;
    padding: 80px 40px;
    background-color: rgba(0, 0, 0, 0.8);
    letter-spacing: 0.1em;
  }
  #News .newsList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: auto;
    list-style: none;
  }
  #News .newsList a {
    display: grid;
    grid-template-columns: 1fr 3fr;
    font-size: 1em;
  }
}
@media screen and (min-width: 960px) {
  #News .newsList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: auto;
  }
  #News .newsList a {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  #News time {
    font-size: 0.9em;
  }
  #News p {
    padding: 0 10px;
  }
  #News details {
    margin-top: 40px;
  }
}
@keyframes border {
  0% {
    width: 0%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#Member .MemberList {
  margin: auto;
  padding: 100px 20px;
  background-color: rgba(0, 0, 0, 0.8);
}
#Member .MemberList:nth-of-type(n+2) {
  margin-top: 50px;
}
#Member h3 {
  margin: 0 auto;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: var(--content-txt-color);
}
#Member h3.fadeIn.title {
  display: block;
  margin: 0px auto;
  padding: 0px 0px 20px;
  transform: translate3d(0, 0, 0);
  position: relative;
  text-align: center;
}
#Member h3.fadeIn.title.move {
  animation: title 1.6s ease;
}
#Member h3.fadeIn.title.move::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: solid 5px var(--accent-color);
  transform: translateX(-50%);
  animation: border 1.5s linear forwards;
}
#Member h3.fadeIn.title:not(:first-of-type) {
  margin-top: 150px;
}
#Member h3 small {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 0.6em;
}
#Member h4.title {
  margin-top: 150px;
}
#Member h3 + h4.title {
  margin-top: 50px;
}
#Member .gridBox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: flex-start;
  width: calc(100% - 0px);
  max-width: 640px;
  margin: 50px auto auto;
}
#Member .gridBox .grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  background: rgba(var(--content-bg-color-rgba), 0.95);
  box-shadow: 0px 0px 10px #000;
  width: 100%;
  text-align: left;
}
#Member .gridBox.support {
  margin: 80px auto auto;
  gap: 40px;
}
#Member .gridBox.support .grid {
  grid-template-columns: 1fr 1fr;
}
#Member .gridBox .mainImg {
  margin: 0;
}
#Member .gridBox .name {
  padding: 10px;
  position: relative;
  background-color: #e60012;
}
#Member .gridBox .account {
  background: rgba(var(--content-bg-color-rgba), 1);
  border: none;
}
#Member .gridBox .profile {
  display: none;
  padding: 20px 15px;
  grid-row: 2/3;
  grid-column: 1/3;
}
#Member .forte {
  margin: 30px auto 0;
}
#Member .forte p {
  margin: auto;
  padding: 10px 10px 0px;
  background-color: #000;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
#Member .forte p:last-of-type {
  padding-bottom: 10px;
}
#Member .forte p.bold {
  display: block;
  color: var(--accent-color);
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  font-size: 0.9em;
}
#Member .youtube {
  margin: 30px auto 0;
}
#Member .results {
  margin-top: 10px;
}
#Member .champion {
  font-size: 1.2em;
  font-weight: bold;
  color: #e60012;
}
#Member details {
  margin: 50px auto 0;
  padding: 0 0 40px;
  position: relative;
}
#Member details summary {
  width: calc(100% - 80px);
  max-width: 320px;
  margin: auto;
  padding: 5px 0px 7px;
  cursor: pointer;
  list-style: none;
  background-color: var(--accent-color);
  box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#Member details summary::-webkit-details-marker {
  display: none;
}
#Member details summary::before {
  content: "+";
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 5px;
}
#Member details[open] {
  padding: 0 0 90px;
}
#Member details[open] summary::before {
  content: "×";
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 5px;
}
#Member details[open] .grid.fadeIn {
  animation: fadein 1s ease-in-out;
}

.toggleButton {
  display: block;
  margin: 0;
  padding: 0;
  border-top: solid 1px #444;
  grid-row: 3/4;
  grid-column: 1/3;
}
.toggleButton::after {
  cursor: pointer;
  pointer-events: auto;
  content: "+ and more";
  letter-spacing: 0.1em;
  font-size: 0.8em;
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--accent-color);
  padding: 5px 0;
  text-align: center;
}

.active .toggleButton::after {
  content: "× close";
}

.support .toggleButton::after {
  background-color: rgba(var(--content-bg-color-rgba), 0.8);
}

@media screen and (min-width: 560px) {
  #Member h3.fadeIn.title {
    display: inline-block;
    padding: 0px 50px 15px;
  }
  #Member .gridBox {
    width: calc(100% - 80px);
  }
  #Member .gridBox .grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
  #Member .gridBox .mainImg {
    aspect-ratio: 16/9;
    height: 100%;
  }
  #Member .gridBox .mainImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
  #Member .gridBox .name {
    padding: 15px;
    position: relative;
    background-color: #e60012;
  }
  #Member .gridBox .External {
    bottom: 15px;
    right: 15px;
  }
  #Member .gridBox .profile {
    display: none;
    padding: 20px 15px;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 960px) {
  #Member .gridBox {
    max-width: 1280px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
#Special .grid, #Special .grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
#Special .adjustment {
  content: "";
}
#Special .profile {
  width: calc(100% - 0px);
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: left;
  background-color: rgba(230, 0, 19, 0.8);
}
#Special .profile h3, #Special .profile .txt {
  text-align: left;
  padding: 0px 20px;
}
#Special .profile .External {
  position: relative;
  margin-top: 20px;
}
#Special .profile .External .account {
  background: rgba(var(--content-bg-color-rgba), 0.4);
}

@media screen and (min-width: 560px) {
  #Special .profile {
    max-width: 480px;
    box-shadow: 10px 10px 0px rgba(var(--content-bg-color-rgba), 0.8);
    border: 1px solid rgba(var(--content-bg-color-rgba), 0.8);
  }
}
@media screen and (min-width: 960px) {
  #Special .grid {
    width: calc(100% - 80px);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  #Special .grid2 {
    width: calc(100% - 80px);
    margin: auto;
    display: grid;
    grid-template-columns: 0.5fr repeat(2, 1fr) 0.5fr;
    gap: 40px;
  }
}
footer {
  width: calc(100% - 0px);
  margin: auto;
  padding: 0px 0px 0px;
}
footer .snsIcon {
  padding-bottom: 200px;
}
footer .snsIcon .icon {
  max-width: 80px;
  margin: 50px auto 0;
}
footer .bg {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
footer .logo {
  width: calc(100% - 0px);
  max-width: 260px;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 1 1 1 1;
  gap: 40px;
  margin: 0px auto 0;
}
footer .logo > div {
  align-self: center;
}
footer .logo > div img {
  display: block;
  height: auto;
  max-height: 100%;
}
footer .logo .TS {
  width: 40%;
  margin: auto;
}
footer .logo .gameD, footer .logo .gamePlaza {
  width: 80%;
  margin: auto;
}
footer .logo .SL {
  width: 70%;
  margin: auto;
}
footer .logo .NB {
  width: 50%;
  margin: auto;
}
footer .logo .AT {
  width: 85%;
  margin: auto;
}
footer .logo .KNT {
  width: 40%;
  margin: auto;
}
footer .logo .RL {
  width: 60%;
  margin: auto;
}
footer .taito {
  width: 100px;
  margin: 100px auto 0;
}

@media screen and (min-width: 960px) {
  footer .snsIcon .icon {
    max-width: 200px;
  }
  footer .logo {
    max-width: 960px;
    display: grid;
    grid-template-columns: 1fr 3fr 2fr 3fr 2fr 1.5fr 3fr;
    grid-template-rows: 1;
    align-items: center;
    gap: 30px;
  }
  footer .logo .TS, footer .logo .gameD, footer .logo .SL, footer .logo .NB, footer .logo .AT, footer .logo .KNT {
    width: 100%;
  }
  footer .logo .RL {
    width: 100%;
    padding-bottom: 10px;
  }
  footer .logo .gamePlaza {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#About {
  padding-top: 150px;
}
#About h2 {
  margin: 0 auto 80px;
  letter-spacing: 0.1em;
  color: var(--accent-color);
}
#About h3, #About .about, #About .mainImg {
  animation: fadein 0.8s ease 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#About .flexBox {
  max-width: 1920px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#About .flexBox > div:first-of-type {
  padding: 100px 0px;
}
#About .about {
  width: calc(100% - 80px);
  max-width: 640px;
  margin: auto;
  text-align: left;
}
#About .about p {
  margin-top: 10px;
  line-height: 1.8em;
}
#About .BPL {
  display: block;
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 50px auto 0;
}
#About .BPL img {
  max-width: 100%;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, #About ruby > rt {
  font-size: 100%;
  zoom: 0.5;
}

@media screen and (min-width: 960px) {
  #About {
    padding-top: 100px;
    aspect-ratio: 16/9;
  }
  #About .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #About .flexBox > div {
    flex: 0 0 50%;
  }
  #About h2 {
    margin: 0 auto 50px;
    letter-spacing: 0.2em;
    color: var(--accent-color);
  }
  #About h3, #About .about, #About .mainImg {
    animation: fadein 0.8s ease 1;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  #About .about {
    width: calc(100% - 80px);
    max-width: 640px;
    margin: auto;
    text-align: left;
  }
  #About .about p {
    margin-top: 10px;
    line-height: 1.8em;
  }
  #About .mainImg {
    aspect-ratio: 1/1;
    height: 100%;
    margin: 0px;
  }
  #About .mainImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
  #About .BPL {
    display: block;
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 50px auto 0;
  }
  #About .BPL img {
    max-width: 100%;
  }
}
#Uniform h2 {
  color: var(--accent-color);
}
#Uniform .txt {
  width: calc(100% - 40px);
  max-width: 640px;
  margin: 0 auto 50px;
  text-align: left;
}
#Uniform .uniformAbout {
  max-width: 1920px;
  padding: 100px 0px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#Uniform .about {
  width: calc(100% - 40px);
  max-width: 640px;
  margin: auto;
  text-align: left;
}
#Uniform .about p {
  margin-top: 10px;
  line-height: 1.8em;
}
#Uniform .grid {
  display: grid;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 0;
  grid-gap: 0 0;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 0px 10px #000;
}
#Uniform .grid > div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#Uniform .grid > div > img {
  -o-object-fit: cover;
  object-fit: cover;
}
#Uniform .grid > div:nth-of-type(1), #Uniform .grid > div:nth-of-type(2) {
  order: 1;
}
#Uniform .grid > div:nth-of-type(3) {
  order: 2;
}
#Uniform .grid > div:nth-of-type(4) {
  order: 1;
}
#Uniform .grid > div:nth-of-type(5), #Uniform .grid > div:nth-of-type(6) {
  order: 2;
}

@media screen and (min-width: 960px) {
  #Uniform .txt {
    width: calc(100% - 80px);
    max-width: 960px;
    text-align: center;
  }
  #Uniform .about {
    max-width: 960px;
    text-align: center;
  }
  #Uniform .grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #Uniform .grid > div:nth-of-type(n) {
    order: 1;
  }
}
.External {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
}
.External .account {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  border: solid 1px #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  letter-spacing: 0;
}
.External .account + .account {
  margin-left: 10px;
}
.External .account img {
  display: inline;
  vertical-align: baseline;
}
.External .account a {
  word-break: break-all;
}

nav {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  display: block;
  background-color: var(--nav-bg-color) !important;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
nav p, nav a {
  color: var(--nav-txt-color);
  border: none;
}
nav .logo {
  display: block;
  max-width: 50%;
  height: 100%;
  margin: auto;
}
nav .logo img {
  height: 100%;
  border: none;
}
nav .navsp {
  display: grid;
  grid-template-columns: 50px 5fr 50px;
  padding: 10px 0;
}
nav .navsp .logo {
  max-height: 40px;
}
nav .nav {
  display: none;
}
nav .nav .logo {
  display: none;
}
nav .nav ul {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
nav .nav ul * {
  box-sizing: border-box;
  transition: all 0.35s ease;
}
nav .nav ul li {
  margin: 0;
  list-style: outside none none;
  border-top: 2px solid rgba(var(--content-bg-color-rgba), 0.5);
}
nav .nav ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  font-weight: 900;
}
nav .nav ul li > a:hover {
  background-color: #EEE;
  color: var(--nav-txt-animation);
  font-size: 1.4em;
}
nav .nav ul li.follow {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  color: #222;
  letter-spacing: 0.1em;
}
nav .nav ul li.follow p {
  font-size: 1em;
}
nav .nav .External {
  position: relative;
  top: 0;
  left: 0;
  justify-content: center;
  margin: 20px auto 0;
}
nav .nav .External .account {
  width: 40px;
  height: 40px;
  margin: 0 15px;
  padding: 8px;
  background: rgba(var(--content-bg-color-rgba), 0.4);
}

.hamburger {
  position: relative;
  cursor: pointer;
  z-index: 300;
  width: 40px;
  height: 40px;
  margin: auto;
}

.hamburger_line {
  position: absolute;
  left: 0px;
  width: 35px;
  height: 3px;
  border-radius: 5px;
  background-color: #FFF;
  transition: all 0.6s;
}
.hamburger_line:nth-child(1) {
  top: 7px;
}

.active .hamburger_line:nth-child(1) {
  left: 7px;
  top: 6px;
  width: 38px;
  transform: rotate(45deg);
  transform-origin: left top 0;
}

.hamburger_line:nth-child(2) {
  top: 18.5px;
}

.active .hamburger_line:nth-child(2) {
  display: none;
}

.hamburger_line:nth-child(3) {
  top: 30px;
}

.active .hamburger_line:nth-child(3) {
  left: 7px;
  top: 32px;
  width: 38px;
  transform: rotate(-45deg);
  transform-origin: left bottom 0;
}

@media screen and (min-width: 960px) {
  nav {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 40px;
  }
  nav.fixed {
    position: fixed;
  }
  nav a {
    border: none;
  }
  nav .logo {
    display: block;
    max-width: 50%;
    height: 100%;
    margin: auto;
  }
  nav .logo img {
    height: 100%;
    border: none;
  }
  nav .navsp {
    display: none;
  }
  nav .nav {
    display: flex;
    justify-content: space-between;
  }
  nav .nav .logo {
    display: block;
    margin-left: 0;
    height: 40px;
    flex: 0 0 100px;
  }
  nav .nav ul {
    flex: 0 1 1080px;
    margin: 0;
    padding: 0 0 0 50px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }
  nav .nav ul li {
    margin: 0px;
    padding: 0;
    border-top: none;
    font-size: 1.2em;
    align-self: center;
  }
  nav .nav ul li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    position: relative;
  }
  nav .nav ul li > a:before {
    left: 20%;
    right: 20%;
    top: 50%;
    content: "";
    border-left: 12px solid var(--nav-txt-color);
    border-right: 12px solid var(--nav-txt-color);
    transform: translateY(-50%);
    height: 3px;
    opacity: 0;
    position: absolute;
    transition: all 0.35s ease;
  }
  nav .nav ul li > a:hover {
    background-color: transparent;
    font-size: 1em;
  }
  nav .nav ul li > a:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
  }
  nav .nav ul li.follow {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin-left: 40px;
    padding: 0;
    font-size: 1em;
    color: #222;
    letter-spacing: 0.1em;
  }
  nav .nav ul li.follow p {
    align-self: flex-end;
    vertical-align: baseline;
    margin-right: 0;
    padding-bottom: 8px;
  }
  nav .nav .External {
    margin: 0;
    padding-bottom: 3px;
    align-self: flex-end;
  }
  nav .nav .External .account {
    width: 35px;
    height: 35px;
    padding: 6px;
    margin: 0 0 0 20px;
    background: rgba(var(--content-bg-color-rgba), 0.4);
  }
}
.youtube {
  width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.credit {
  padding: 0px 0 50px;
}
.credit .anime {
  display: inline-block;
  width: auto;
  margin: 0 auto 10px;
  position: relative;
}
.credit .anime p {
  padding: 5px 10px;
}

@media screen and (min-width: 960px) {
  .credit {
    padding: 0px;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-out {
  animation: fadeInOut 15s linear infinite;
  z-index: 100;
}

/*# sourceMappingURL=tradz_test.css.map */