@charset "UTF-8";
/* Scss Document */
/*!
Theme Name: original_3kt
Description: originaltheme.
Version: 1.0
*/
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #000000;
  overflow-x: hidden;
  overflow-y: scroll;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  color: #000000;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  vertical-align: middle;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  all: unset;
  cursor: pointer;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/* Scss Document */
.cb {
  color: hsl(0, 100%, 1%);
}

.cw {
  color: hsl(0, 100%, 100%);
}

.cg {
  color: hsl(0, 0%, 65%);
}

.cd {
  color: hsl(0, 0%, 12%);
}

.dark {
  color: hsl(0, 0%, 35%);
}

.c1 {
  color: hsl(16, 100%, 50%);
}

.bcb {
  background-color: hsl(0, 100%, 1%);
}

.bcw {
  background-color: hsl(0, 100%, 100%);
}

.bcd {
  background-color: hsl(0, 0%, 12%);
}

.bcdark {
  background-color: hsl(0, 0%, 35%);
}

.bcg {
  background-color: hsl(0, 0%, 65%);
}

.bc1 {
  background-color: hsl(16, 100%, 50%);
}

/*グレースケール*/
.gray-effect {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
}

.gray-effect:hover {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

@media only screen and (max-width: 767px) {
  .gray-effect {
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
  }
}
html {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: 0.025rem;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  width: 100%;
  overflow-x: hidden;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.7;
  color: hsl(0, 0%, 85%);
  background-color: hsl(0, 100%, 1%);
  margin: 0;
  padding: 0;
  text-align: left;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: hsl(0, 100%, 100%);
}

main {
  flex: 1;
  position: relative;
  z-index: 0;
}

.section {
  padding: 3rem 0;
  position: relative;
}
.section .containers {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.break-sp {
  display: none;
}

.break-pc {
  display: none;
}

@media only screen and (min-width: 576px) {
  a[href^="tel:"] {
    color: #171513;
    pointer-events: none;
  }
}
@media only screen and (max-width: 575px) {
  .break-sp {
    display: block;
  }
  .break-pc {
    display: none;
  }
  a[href^="tel:"] {
    color: #171513;
  }
  a:hover,
  a:active {
    opacity: 0.6;
  }
}
.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 3rem;
}

.break-pc {
  display: block;
}

.break-sp {
  display: none;
}

@media only screen and (max-width: 575px) {
  .break-pc {
    display: none;
  }
  .break-sp {
    display: block;
  }
}
.font-xs {
  font-size: 0.75rem !important;
}

.font-s {
  font-size: 0.875rem !important;
}

.font-m {
  font-size: 1.125rem !important;
}

.font-l {
  font-size: 1.25rem !important;
}

.font-xl {
  font-size: 1.5rem !important;
}

.font-xxl {
  font-size: 1.75rem !important;
}

.font-1 {
  font-size: 1rem !important;
}

.font-2 {
  font-size: 2rem !important;
}

.font-3 {
  font-size: 3rem !important;
}

.font-4 {
  font-size: 4rem !important;
}

.font-5 {
  font-size: 5rem !important;
}

.font-6 {
  font-size: 6rem !important;
}

.font-7 {
  font-size: 7rem !important;
}

.font-8 {
  font-size: 8rem !important;
}

.font-9 {
  font-size: 9rem !important;
}

.font-10 {
  font-size: 10rem !important;
}

@media screen and (min-width: 992px) {
  .font-lg-xs {
    font-size: 0.75rem !important;
  }
  .font-lg-s {
    font-size: 0.875rem !important;
  }
  .font-lg-m {
    font-size: 1.125rem !important;
  }
  .font-lg-l {
    font-size: 1.25rem !important;
  }
  .font-lg-xl {
    font-size: 1.5rem !important;
  }
  .font-lg-xxl {
    font-size: 1.75rem !important;
  }
  .font-lg-1 {
    font-size: 1rem !important;
  }
  .font-lg-2 {
    font-size: 2rem !important;
  }
  .font-lg-3 {
    font-size: 3rem !important;
  }
  .font-lg-4 {
    font-size: 4rem !important;
  }
  .font-lg-5 {
    font-size: 5rem !important;
  }
  .font-lg-6 {
    font-size: 6rem !important;
  }
  .font-lg-7 {
    font-size: 7rem !important;
  }
  .font-lg-8 {
    font-size: 8rem !important;
  }
  .font-lg-9 {
    font-size: 9rem !important;
  }
  .font-lg-10 {
    font-size: 10rem !important;
  }
}
@media screen and (max-width: 575px) {
  .font-sm-xs {
    font-size: 0.75rem !important;
  }
  .font-sm-s {
    font-size: 0.875rem !important;
  }
  .font-sm-m {
    font-size: 1.125rem !important;
  }
  .font-sm-l {
    font-size: 1.25rem !important;
  }
  .font-sm-xl {
    font-size: 1.5rem !important;
  }
  .font-sm-xxl {
    font-size: 1.75rem !important;
  }
  .font-sm-1 {
    font-size: 1rem !important;
  }
  .font-sm-2 {
    font-size: 2rem !important;
  }
  .font-sm-3 {
    font-size: 3rem !important;
  }
  .font-sm-4 {
    font-size: 4rem !important;
  }
  .font-sm-5 {
    font-size: 5rem !important;
  }
  .font-sm-6 {
    font-size: 6rem !important;
  }
  .font-sm-7 {
    font-size: 7rem !important;
  }
  .font-sm-8 {
    font-size: 8rem !important;
  }
  .font-sm-9 {
    font-size: 9rem !important;
  }
  .font-sm-10 {
    font-size: 10rem !important;
  }
}
.height-1 {
  line-height: 1;
}

.height-2 {
  line-height: 2;
}

.height-3 {
  line-height: 3;
}

/* CSS Document */
.fadein-b {
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.2s;
}

.floatingY {
  animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(4px);
  }
}
/* CSS Document */
header {
  position: relative;
  z-index: 1;
}
header .naviTab .topMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px hsl(0, 0%, 35%);
  padding: 1rem;
}
header .naviTab .topMenu h1 {
  position: relative;
  z-index: 999;
}
header .naviTab .topMenu h1 a {
  transition: all 0.2s;
}
header .naviTab .topMenu h1 a:hover {
  opacity: 0.6;
}
header .naviTab .topMenu h1 a img {
  display: block;
  width: 100%;
  max-width: 200px;
}
header .naviTab .topMenu .spMenu {
  display: none;
}
header .naviTab .topMenu .subMenu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .naviTab .topMenu .subMenu li a {
  font-size: 0.875rem;
  color: hsl(0, 0%, 65%);
  transition: all 0.2s;
}
header .naviTab .topMenu .subMenu li a:hover {
  opacity: 0.6;
}
header .naviTab .topMenu .subMenu .snsMenu {
  margin-left: 1rem;
}
header .naviTab .topMenu .subMenu .snsMenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 0.875rem;
  color: hsl(0, 100%, 100%);
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius: 64px;
}
header .naviTab .mainMenu {
  display: flex;
  justify-content: space-between;
}
header .naviTab .mainMenu li {
  width: 100%;
  border-right: solid 1px hsl(0, 0%, 35%);
  text-align: center;
}
header .naviTab .mainMenu li:last-child {
  border-right: none;
}
header .naviTab .mainMenu li a {
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: bold;
  color: hsl(0, 100%, 100%);
  padding: 1rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  header .naviTab .mainMenu li a:hover {
    background-color: hsl(16, 100%, 50%);
  }
}
@media (hover: none) {
  header .naviTab .mainMenu li a:hover {
    opacity: 0.6;
  }
}

.navToggle {
  display: none;
}

@media screen and (max-width: 767px) {
  header .naviTab .topMenu {
    padding: 0.75rem;
  }
  header .naviTab .topMenu h1 a img {
    max-width: 156px;
  }
  header .naviTab .topMenu .spMenu {
    display: flex;
    flex-direction: column;
  }
  header .naviTab .topMenu .spMenu li {
    display: flex;
    gap: 0.5rem;
  }
  header .naviTab .topMenu .spMenu li::before {
    content: "#";
  }
  header .naviTab .topMenu .spMenu li a {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: hsl(0, 100%, 100%);
    margin-bottom: 0.5rem;
    position: relative;
  }
  header .naviTab .topMenu .spMenu li a::before, header .naviTab .topMenu .spMenu li a::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: hsl(16, 100%, 50%);
  }
  header .naviTab .topMenu .spMenu li a::after {
    left: 24px;
    width: calc(100% - 24px);
    background-color: hsl(0, 100%, 100%);
  }
  header .naviTab .topMenu .subMenu {
    margin-top: 1rem;
  }
  header .naviTab .mainMenu {
    overflow-x: scroll;
  }
  header .naviTab .mainMenu li a {
    width: 120px;
    font-size: 0.875rem;
    padding: 0.5rem;
  }
  #global_menu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: hsl(0, 100%, 1%);
    border-bottom: solid 1px hsl(0, 0%, 35%);
    padding: 4rem 2rem 2rem;
    transform: translateY(-100%);
    transition: transform 0.2s;
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  }
  #global_menu.active {
    transform: translateY(0);
  }
  .navToggle {
    display: block;
    position: fixed;
    z-index: 101;
    top: 15px;
    right: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 24px;
    border-bottom: solid 2px hsl(0, 100%, 100%);
    transition: all 0.2s ease-in-out;
    left: 0px;
  }
  .navToggle span:nth-child(1) {
    top: 8px;
  }
  .navToggle span:nth-child(2) {
    top: 14px;
  }
  .navToggle.active span:nth-child(1),
  .navToggle.active span:nth-child(2) {
    top: 11px;
    left: 0;
    width: 24px;
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2) {
    transform: rotate(45deg);
  }
}
/* Scss Document */
.topEntry {
  background-color: hsl(0, 0%, 12%);
  border-top: solid 1px hsl(0, 0%, 35%);
  padding: 1rem;
}
.topEntry .entryWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.topEntry .generalWrap,
.topEntry .underWrap {
  width: calc(50% - 0.5rem);
  border: solid 1px hsl(0, 0%, 35%);
  overflow: hidden;
}
.topEntry .generalWrap a,
.topEntry .underWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 1.5rem;
  background: center/cover url(images/about/play.webp) no-repeat;
  position: relative;
  z-index: 0;
  transition: all 0.2s;
}
.topEntry .generalWrap a::before,
.topEntry .underWrap a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: hsl(0, 100%, 1%);
  opacity: 0.6;
}
.topEntry .generalWrap a:hover,
.topEntry .underWrap a:hover {
  opacity: 0.6;
  transform: scale(1.05);
}
.topEntry .generalWrap p,
.topEntry .underWrap p {
  font-size: 1.25rem;
  font-weight: bold;
  color: hsl(0, 100%, 100%);
  text-shadow: 2px 1px hsl(0, 100%, 1%);
}
.topEntry .underWrap a {
  background-image: url(images/about/under.webp);
}

@media screen and (max-width: 767px) {
  .topEntry .generalWrap,
  .topEntry .underWrap {
    width: 100%;
  }
  .topEntry .generalWrap a,
  .topEntry .underWrap a {
    padding: 3rem 1rem;
  }
  .topEntry .generalWrap p,
  .topEntry .underWrap p {
    font-size: 1.25rem;
  }
}
.footer .footerNav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.footer .footerNav .logo a {
  transition: all 0.2s;
}
.footer .footerNav .logo a:hover {
  opacity: 0.6;
}
.footer .footerNav .logo a img {
  display: block;
  width: 100%;
  max-width: 240px;
}
.footer .footerNav .footerMenu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  max-width: 256px;
}
.footer .footerNav .footerMenu li {
  width: 128px;
}
.footer .footerNav .footerMenu li a {
  display: inline-block;
  font-size: 0.875rem;
  color: hsl(0, 100%, 100%);
  transition: all 0.2s;
}
@media (hover: hover) {
  .footer .footerNav .footerMenu li a:hover {
    color: hsl(16, 100%, 50%);
  }
}
@media (hover: none) {
  .footer .footerNav .footerMenu li a:hover {
    opacity: 0.6;
  }
}
.footer .footerNav .snsMenu {
  margin-top: 1rem;
}
.footer .footerNav .snsMenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 0.875rem;
  color: hsl(0, 100%, 100%);
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius: 64px;
  transition: all 0.2s;
}
.footer .footerNav .snsMenu li a:hover {
  opacity: 0.6;
}
.footer .footerTeam {
  display: inline-block;
}
.footer .footerTeam .teamMenu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 360px;
  border-top: solid 1px hsl(0, 0%, 35%);
  border-left: solid 1px hsl(0, 0%, 35%);
}
.footer .footerTeam .teamMenu li {
  width: 33.33%;
}
.footer .footerTeam .teamMenu li:nth-child(3n) {
  width: 33.34%;
}
.footer .footerTeam .teamMenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px hsl(0, 0%, 35%);
  border-bottom: solid 1px hsl(0, 0%, 35%);
  padding: 1rem;
}
.footer .footerTeam .teamMenu li a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.footer .footerTeam .teamMenu li a img {
  width: 72px;
  transition: all 0.2s;
}
.footer .footerTeam .teamMenu li a:hover img {
  transform: scale(0.95);
  opacity: 0.6;
}
.footer .footerBottom {
  text-align: center;
  border-top: solid 1px hsl(0, 0%, 35%);
  overflow: hidden;
}
.footer .footerBottom p {
  font-size: 0.75rem;
  color: hsl(0, 0%, 65%);
  padding: 1rem;
}

@media screen and (max-width: 991px) {
  .footer .footerNav .logo a img {
    max-width: 200px;
  }
  .footer .footerTeam {
    margin-top: 2rem;
  }
  .footer .footerTeam .teamMenu li a img {
    width: 64px;
  }
}
/* Scss Document */
.breadcrumbsWrap {
  background-color: hsl(0, 0%, 12%);
  border-top: solid 1px hsl(0, 0%, 35%);
}
.breadcrumbsWrap .container {
  position: relative;
  z-index: 0;
}
.breadcrumbsWrap .container::before {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: -3rem;
  left: calc(var(--bs-gutter-x) * 0.5);
  width: calc(100% - var(--bs-gutter-x));
  height: calc(100% + 6rem);
  border-left: solid 1px hsl(0, 0%, 35%);
  border-right: solid 1px hsl(0, 0%, 35%);
}
.breadcrumbsWrap .cf {
  display: block;
  padding: 0.25rem 1rem;
}
.breadcrumbsWrap .cf li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumbsWrap .cf li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(0, 100%, 100%);
  margin-right: 0.5rem;
  transition: all 0.2s;
  position: relative;
}
.breadcrumbsWrap .cf li a::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: hsl(0, 0%, 65%);
}
@media (hover: hover) {
  .breadcrumbsWrap .cf li a:hover {
    color: hsl(16, 100%, 50%);
  }
  .breadcrumbsWrap .cf li a:hover::after {
    color: hsl(0, 0%, 65%);
  }
}
@media (hover: none) {
  .breadcrumbsWrap .cf li a:hover {
    opacity: 0.6;
  }
}

.pageHero {
  padding-top: 0;
  padding-bottom: 0;
}
.pageHero .indexTitle {
  text-align: start;
  padding: 9rem 0 3rem 1.5rem;
}

@media screen and (max-width: 991px) {
  .pageHero .indexTitle {
    padding: 4rem 0 2rem 1rem;
  }
}
.aboutHero .indexTitle,
.leagueHero .indexTitle {
  position: relative;
  z-index: 0;
}
.aboutHero .indexTitle::before, .aboutHero .indexTitle::after,
.leagueHero .indexTitle::before,
.leagueHero .indexTitle::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(33.3334% - 1px);
  display: block;
  width: 1px;
  height: 100%;
  background-color: hsl(0, 0%, 12%);
}
.aboutHero .indexTitle::after,
.leagueHero .indexTitle::after {
  left: calc(66.6667% - 1px);
}
.aboutHero ul,
.leagueHero ul {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px hsl(0, 0%, 35%);
}
.aboutHero ul li,
.leagueHero ul li {
  width: 100%;
  border-right: solid 1px hsl(0, 0%, 12%);
  text-align: center;
}
.aboutHero ul li:last-child,
.leagueHero ul li:last-child {
  border-right: none;
}
.aboutHero ul li a,
.leagueHero ul li a {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-weight: bold;
  color: hsl(0, 100%, 100%);
  padding: 1rem 1.5rem;
  transition: all 0.2s;
}
.aboutHero ul li a::after,
.leagueHero ul li a::after {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f107";
  font-size: 0.875rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  .aboutHero ul li a:hover,
  .leagueHero ul li a:hover {
    background-color: hsl(16, 100%, 50%);
  }
}
@media (hover: none) {
  .aboutHero ul li a:hover,
  .leagueHero ul li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 991px) {
  .aboutHero ul li a,
  .leagueHero ul li a {
    gap: 0.25rem;
    font-size: 0.75rem;
    padding: 0.75rem;
  }
  .aboutHero ul li a::after,
  .leagueHero ul li a::after {
    font-size: 0.75rem;
  }
}
/* Scss Document */
header,
footer,
.section {
  overflow: hidden;
}
header .container,
footer .container,
.section .container {
  position: relative;
  z-index: 0;
}
header .container::before,
footer .container::before,
.section .container::before {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: -3rem;
  left: calc(var(--bs-gutter-x) * 0.5);
  width: calc(100% - var(--bs-gutter-x));
  height: calc(100% + 6rem);
  border-left: solid 1px hsl(0, 0%, 35%);
  border-right: solid 1px hsl(0, 0%, 35%);
}

header {
  overflow: visible;
}
header .container::before {
  top: 0;
  height: 100%;
}

.section {
  border-top: solid 1px hsl(0, 0%, 35%);
}

.indexTitle {
  text-align: center;
}
.indexTitle span {
  font-family: changeling-neo, sans-serif;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  color: hsl(0, 100%, 100%);
  margin-bottom: 0.5rem;
  position: relative;
}
.indexTitle span::before, .indexTitle span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: hsl(16, 100%, 50%);
}
.indexTitle span::after {
  left: 25%;
  width: 75%;
  background-color: hsl(0, 100%, 100%);
}

@media screen and (max-width: 767px) {
  .indexTitle span {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .indexTitle span::before, .indexTitle span::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: hsl(16, 100%, 50%);
  }
  .indexTitle span::after {
    left: 25%;
    width: 75%;
    background-color: hsl(0, 100%, 100%);
  }
  .indexTitle h2 {
    font-size: 0.875rem;
  }
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-controller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 35.7143%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.swiper-container .swiper-controller .swiper-button-prev,
.swiper-container .swiper-controller .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: hsl(0, 100%, 1%);
  border: solid 4px hsl(0, 0%, 12%);
  left: -46px;
  margin: 0;
  transform: translateY(-50%);
}
.swiper-container .swiper-controller .swiper-button-prev::after,
.swiper-container .swiper-controller .swiper-button-next::after {
  font: var(--fa-font-solid);
  content: "\f104";
  font-size: 1.5rem;
  color: hsl(0, 0%, 65%);
}
.swiper-container .swiper-controller .swiper-button-next {
  left: auto;
  right: -46px;
}
.swiper-container .swiper-controller .swiper-button-next::after {
  content: "\f105";
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-controller {
    width: 83.33%;
  }
  .swiper-container .swiper-controller .swiper-button-prev,
  .swiper-container .swiper-controller .swiper-button-next {
    width: 24px;
    height: 24px;
    border: solid 2px hsl(0, 0%, 12%);
    left: -32px;
  }
  .swiper-container .swiper-controller .swiper-button-prev::after,
  .swiper-container .swiper-controller .swiper-button-next::after {
    font-size: 1rem;
  }
  .swiper-container .swiper-controller .swiper-button-next {
    left: auto;
    right: -32px;
  }
}
.topTopics .swiper-container .swiper-controller {
  left: 50%;
}
.topTopics .swiper-container .swiper-slide {
  padding: 1rem;
  border: solid 6px hsl(0, 0%, 12%);
}

@media screen and (max-width: 991px) {
  .topTopics {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .topTopics .swiper-container .swiper-slide {
    padding: 0.5rem;
    border-width: 4px;
  }
}
.pageSchedule {
  background-color: hsl(0, 0%, 12%);
}

.topSchedule ul,
.pageSchedule ul {
  max-width: 840px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}
.topSchedule ul li,
.pageSchedule ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  background-color: hsl(0, 100%, 1%);
  border: solid 1px hsl(0, 100%, 100%);
  padding: 1.5rem;
  position: relative;
}
.topSchedule ul li .datePlaceWrap,
.pageSchedule ul li .datePlaceWrap {
  display: flex;
  gap: 2rem;
  color: hsl(0, 100%, 100%);
  margin-bottom: 0.35rem;
}
.topSchedule ul li .datePlaceWrap .dateWrap,
.pageSchedule ul li .datePlaceWrap .dateWrap {
  font-family: anton, sans-serif;
  display: flex;
  gap: 0.75rem;
  font-size: 3rem;
}
.topSchedule ul li .datePlaceWrap .dateWrap .yearWrap,
.pageSchedule ul li .datePlaceWrap .dateWrap .yearWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1rem;
  margin-top: 0.25rem;
}
.topSchedule ul li .placeWrap,
.pageSchedule ul li .placeWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 992px) {
  .topSchedule ul li .placeWrap,
  .pageSchedule ul li .placeWrap {
    max-width: 172px;
  }
}
.topSchedule ul li .placeWrap span,
.pageSchedule ul li .placeWrap span {
  font-size: 0.875rem;
  color: hsl(0, 0%, 65%);
}
.topSchedule ul li .timeWrap,
.pageSchedule ul li .timeWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 992px) {
  .topSchedule ul li .timeWrap,
  .pageSchedule ul li .timeWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.topSchedule ul li .timeWrap p,
.pageSchedule ul li .timeWrap p {
  font-family: anton, sans-serif;
  font-size: 3rem;
  letter-spacing: 4px;
  color: hsl(0, 100%, 100%);
}
.topSchedule ul li .timeWrap span,
.pageSchedule ul li .timeWrap span {
  font-size: 0.875rem;
  color: hsl(0, 0%, 65%);
}
.topSchedule ul li .resultWrap a,
.topSchedule ul li .resultWrap span,
.pageSchedule ul li .resultWrap a,
.pageSchedule ul li .resultWrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: hsl(0, 100%, 1%);
  background-color: hsl(0, 100%, 100%);
  border: solid 1px hsl(0, 100%, 100%);
  padding: 1rem 4rem;
  transition: all 0.2s;
}
.topSchedule ul li .resultWrap a::after,
.topSchedule ul li .resultWrap span::after,
.pageSchedule ul li .resultWrap a::after,
.pageSchedule ul li .resultWrap span::after {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f08b";
  font-size: 0.875rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  .topSchedule ul li .resultWrap a:hover,
  .topSchedule ul li .resultWrap span:hover,
  .pageSchedule ul li .resultWrap a:hover,
  .pageSchedule ul li .resultWrap span:hover {
    color: hsl(0, 100%, 100%);
    background-color: transparent;
  }
  .topSchedule ul li .resultWrap a:hover::after,
  .topSchedule ul li .resultWrap span:hover::after,
  .pageSchedule ul li .resultWrap a:hover::after,
  .pageSchedule ul li .resultWrap span:hover::after {
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .topSchedule ul li .resultWrap a:hover,
  .topSchedule ul li .resultWrap span:hover,
  .pageSchedule ul li .resultWrap a:hover,
  .pageSchedule ul li .resultWrap span:hover {
    opacity: 0.6;
  }
}
.topSchedule ul li .resultWrap span,
.pageSchedule ul li .resultWrap span {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .topSchedule ul li,
  .pageSchedule ul li {
    flex-direction: column;
    gap: 0.75rem;
    background-color: hsl(0, 100%, 1%);
    border-color: hsl(0, 0%, 35%);
    padding: 1rem;
  }
  .topSchedule ul li .datePlaceWrap,
  .pageSchedule ul li .datePlaceWrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
  }
  .topSchedule ul li .datePlaceWrap .dateWrap,
  .pageSchedule ul li .datePlaceWrap .dateWrap {
    gap: 0;
    font-size: 1rem;
    letter-spacing: 1px;
    color: hsl(16, 100%, 50%);
  }
  .topSchedule ul li .datePlaceWrap .dateWrap .yearWrap,
  .pageSchedule ul li .datePlaceWrap .dateWrap .yearWrap {
    flex-direction: row;
    gap: 0.5rem;
    margin-top: 0;
  }
  .topSchedule ul li .datePlaceWrap .dateWrap .yearWrap .year::before,
  .pageSchedule ul li .datePlaceWrap .dateWrap .yearWrap .year::before {
    content: ".";
  }
  .topSchedule ul li .placeWrap,
  .pageSchedule ul li .placeWrap {
    align-items: center;
    gap: 0.5rem;
    margin-top: 0;
    margin-bottom: 0.15rem;
  }
  .topSchedule ul li .timeWrap,
  .pageSchedule ul li .timeWrap {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .topSchedule ul li .timeWrap p,
  .pageSchedule ul li .timeWrap p {
    font-size: 4rem;
  }
  .topSchedule ul li .resultWrap,
  .pageSchedule ul li .resultWrap {
    width: 100%;
  }
}
.topStandings,
.pageStandings {
  background-color: hsl(0, 0%, 12%);
}
.topStandings .standingWrap,
.pageStandings .standingWrap {
  max-width: 840px;
  margin: 0 auto;
}
.topStandings ul.standingTable,
.pageStandings ul.standingTable {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.topStandings ul.standingTable li.tableList,
.pageStandings ul.standingTable li.tableList {
  font-family: anton, sans-serif;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.topStandings ul.standingTable li.tableList .nameWrap,
.pageStandings ul.standingTable li.tableList .nameWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  line-height: 1;
  color: hsl(0, 100%, 100%);
  padding: 0.25rem 1rem;
  position: relative;
  z-index: 0;
}
.topStandings ul.standingTable li.tableList .nameWrap::before,
.pageStandings ul.standingTable li.tableList .nameWrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: hsl(0, 100%, 1%);
  transform: skewX(15deg);
}
.topStandings ul.standingTable li.tableList .nameWrap img,
.pageStandings ul.standingTable li.tableList .nameWrap img {
  width: 48px;
}
.topStandings ul.standingTable li.tableList .nameWrap p,
.pageStandings ul.standingTable li.tableList .nameWrap p {
  font-size: clamp(1.75rem, 4vw, 3.5rem);
  margin-bottom: 0.5rem;
}
.topStandings ul.standingTable li.tableList .ptsWrap,
.topStandings ul.standingTable li.tableList .gwlWrap,
.pageStandings ul.standingTable li.tableList .ptsWrap,
.pageStandings ul.standingTable li.tableList .gwlWrap {
  flex-shrink: 0;
  width: clamp(40px, 5vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.75rem, 4vw, 3.5rem);
  line-height: 1;
  color: hsl(0, 100%, 100%);
  padding: 0.25rem 0.5rem 0.75rem;
  position: relative;
  z-index: 0;
}
.topStandings ul.standingTable li.tableList .ptsWrap::before,
.topStandings ul.standingTable li.tableList .gwlWrap::before,
.pageStandings ul.standingTable li.tableList .ptsWrap::before,
.pageStandings ul.standingTable li.tableList .gwlWrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: hsl(0, 100%, 1%);
  transform: skewX(15deg);
}
.topStandings ul.standingTable li.tableList .ptsWrap,
.pageStandings ul.standingTable li.tableList .ptsWrap {
  width: clamp(56px, 8vw, 120px);
  color: hsl(0, 100%, 100%);
}
.topStandings ul.standingTable li.tableList .ptsWrap::before, .topStandings ul.standingTable li.tableList .ptsWrap::after,
.pageStandings ul.standingTable li.tableList .ptsWrap::before,
.pageStandings ul.standingTable li.tableList .ptsWrap::after {
  background-color: hsl(16, 100%, 50%);
}
.topStandings .attention,
.pageStandings .attention {
  display: none;
}
.topStandings ul.footnote,
.pageStandings ul.footnote {
  margin-top: 2rem;
}
.topStandings ul.footnote li,
.pageStandings ul.footnote li {
  list-style: square;
  font-size: 0.875rem;
  margin-left: 1rem;
}
.topStandings ul.footnote li ul,
.pageStandings ul.footnote li ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 0.25rem;
}
.topStandings ul.footnote li ul li,
.pageStandings ul.footnote li ul li {
  width: 88px;
  list-style: outside;
}
.topStandings ul.footnote li ul li::marker,
.pageStandings ul.footnote li ul li::marker {
  margin-right: 0.25rem;
}

@media screen and (max-width: 767px) {
  .topStandings .standingTableWrap,
  .pageStandings .standingTableWrap {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .topStandings ul.standingTable,
  .pageStandings ul.standingTable {
    gap: 0.5rem;
    padding-left: 4px;
    padding-bottom: 8px;
  }
  .topStandings ul.standingTable li.tableList,
  .pageStandings ul.standingTable li.tableList {
    gap: 0.25rem;
  }
  .topStandings ul.standingTable li.tableList .nameWrap,
  .pageStandings ul.standingTable li.tableList .nameWrap {
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
  }
  .topStandings ul.standingTable li.tableList .nameWrap::before,
  .pageStandings ul.standingTable li.tableList .nameWrap::before {
    transform: skewX(10deg);
  }
  .topStandings ul.standingTable li.tableList .nameWrap img,
  .pageStandings ul.standingTable li.tableList .nameWrap img {
    width: 40px;
  }
  .topStandings ul.standingTable li.tableList .nameWrap p,
  .pageStandings ul.standingTable li.tableList .nameWrap p {
    width: 320px;
    margin-bottom: 0.25rem;
    white-space: nowrap;
  }
  .topStandings ul.standingTable li.tableList .ptsWrap,
  .topStandings ul.standingTable li.tableList .gwlWrap,
  .pageStandings ul.standingTable li.tableList .ptsWrap,
  .pageStandings ul.standingTable li.tableList .gwlWrap {
    padding: 0.25rem 0.5rem 0.5rem;
  }
  .topStandings ul.standingTable li.tableList .ptsWrap::before,
  .topStandings ul.standingTable li.tableList .gwlWrap::before,
  .pageStandings ul.standingTable li.tableList .ptsWrap::before,
  .pageStandings ul.standingTable li.tableList .gwlWrap::before {
    transform: skewX(10deg);
  }
  .topStandings .attention,
  .pageStandings .attention {
    display: block;
    font-size: 0.75rem;
    color: hsl(0, 0%, 65%);
    margin-top: 0.5rem;
    text-align: right;
  }
}
.topNews .newsWrapWrap {
  display: flex;
  border: solid 1px hsl(0, 0%, 12%);
}
.topNews .topicWrap {
  position: relative;
  z-index: 0;
}
.topNews .topicWrap::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 88px;
  height: 88px;
  background: center/contain url(images/home/topic.svg) no-repeat;
  transform: rotate(-15deg);
}
.topNews .topicWrap a {
  display: block;
  padding: 1rem;
  border-right: solid 1px hsl(0, 0%, 12%);
  transition: all 0.2s;
}
.topNews .topicWrap a .imgWrap {
  width: 100%;
  max-width: 572px;
  border: solid 1px hsl(0, 0%, 35%);
  overflow: hidden;
}
.topNews .topicWrap a .imgWrap img {
  transition: all 0.2s;
}
.topNews .topicWrap a .innerText {
  color: hsl(0, 100%, 100%);
  margin-top: 1rem;
}
.topNews .topicWrap a .innerText .date {
  display: block;
  font-size: 0.75rem;
  color: hsl(0, 0%, 35%);
}
@media (hover: hover) {
  .topNews .topicWrap a:hover {
    opacity: 0.6;
  }
  .topNews .topicWrap a:hover .imgWrap img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .topNews .topicWrap a:hover {
    opacity: 0.6;
  }
}
.topNews .newsWrap {
  display: flex;
  flex-direction: column;
}
.topNews .newsWrap li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: solid 1px hsl(0, 0%, 12%);
  padding: 1rem;
  transition: all 0.2s;
}
.topNews .newsWrap li a .imgWrap {
  flex-shrink: 0;
  width: 100%;
  max-width: clamp(120px, 12vw, 190px);
  border: solid 1px hsl(0, 0%, 35%);
  overflow: hidden;
}
.topNews .newsWrap li a .imgWrap img {
  transition: all 0.2s;
}
.topNews .newsWrap li a .innerText {
  color: hsl(0, 100%, 100%);
}
.topNews .newsWrap li a .innerText .date {
  display: block;
  font-size: 0.75rem;
  color: hsl(0, 0%, 35%);
}
.topNews .newsWrap li a .innerText h3 {
  font-size: 0.875rem;
}
@media (hover: hover) {
  .topNews .newsWrap li a:hover {
    opacity: 0.6;
  }
  .topNews .newsWrap li a:hover .imgWrap img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .topNews .newsWrap li a:hover {
    opacity: 0.6;
  }
}
.topNews .newsWrap li:last-child a {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .topNews .newsWrapWrap {
    flex-direction: column;
  }
  .topNews .topicWrap a {
    border-right: none;
    border-bottom: solid 1px hsl(0, 0%, 12%);
  }
}
.topGallery {
  background-color: hsl(0, 0%, 12%);
}
.topGallery .galleryHeight {
  height: 600px !important;
  overflow: hidden;
  transition: height 0.3s ease;
  position: relative;
}
.topGallery .galleryHeight::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, hsla(0, 0%, 12%, 0) 0, hsla(0, 0%, 12%, 0.8) 50%, hsla(0, 0%, 12%, 0.8) 0, hsl(0, 0%, 12%));
  content: "";
}
.topGallery .galleryBtn {
  margin-top: 1rem;
}
.topGallery .galleryBtn .toggleGalleryBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: hsl(0, 100%, 100%);
  border: solid 1px hsl(0, 100%, 100%);
  padding: 0.5rem 2rem;
  margin: 0 auto;
  transition: all 0.2s;
}
.topGallery .galleryBtn .toggleGalleryBtn::after {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f107";
  font-size: 0.875rem;
  margin-top: 0.25rem;
  transition: all 0.2s;
}
.topGallery .galleryBtn .toggleGalleryBtn.active::after {
  transform: rotate(180deg);
  margin-top: -0.15rem;
}
.topGallery .galleryBtn .toggleGalleryBtn:hover {
  color: hsl(0, 100%, 1%);
  background-color: hsl(0, 100%, 100%);
}

.topPartners h2 {
  font-family: anton, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.topPartners ul {
  max-width: calc(900px + 2rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}
.topPartners ul li {
  width: 100%;
  max-width: 300px;
}
.topPartners ul li a {
  display: block;
  background-color: hsl(0, 100%, 100%);
  padding: 0.5rem;
  text-align: center;
  transition: all 0.2s;
}
.topPartners ul li a img {
  width: 100%;
  max-width: 144px;
}
@media (hover: hover) {
  .topPartners ul li a:hover {
    opacity: 0.6;
    transform: scale(0.95);
  }
}
@media (hover: none) {
  .topPartners ul li a:hover {
    opacity: 0.6;
  }
}
.topPartners .localPartners li {
  max-width: 240px;
}
.topPartners .localPartners li a img {
  max-width: 120px;
}

/* CSS Document */
.archiveNews .newsWrap {
  max-width: 1080px;
  border-left: solid 1px hsl(0, 0%, 12%);
  border-top: solid 1px hsl(0, 0%, 12%);
}
.archiveNews .newsWrap .newsInner {
  display: flex;
  padding: 0;
}
.archiveNews .newsWrap .newsInner a {
  display: block;
  border-right: solid 1px hsl(0, 0%, 12%);
  border-bottom: solid 1px hsl(0, 0%, 12%);
  padding: 1rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  .archiveNews .newsWrap .newsInner a:hover {
    opacity: 0.6;
  }
  .archiveNews .newsWrap .newsInner a:hover .imgWrap img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .archiveNews .newsWrap .newsInner a:hover {
    opacity: 0.6;
  }
}
.archiveNews .newsWrap .newsInner a .imgWrap {
  border: solid 1px hsl(0, 0%, 35%);
  overflow: hidden;
}
.archiveNews .newsWrap .newsInner a .imgWrap img {
  transition: all 0.2s;
}
.archiveNews .newsWrap .newsInner a .date {
  display: block;
  font-size: 0.75rem;
  color: hsl(0, 0%, 35%);
  margin-top: 0.5rem;
}

.archiveTeam {
  background-color: hsl(0, 0%, 12%);
}
.archiveTeam .teamWrap a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: hsl(0, 0%, 85%);
  background-color: hsl(0, 100%, 1%);
  border: solid 2px hsl(0, 0%, 65%);
  padding: 1rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  .archiveTeam .teamWrap a:hover {
    background-color: transparent;
  }
}
@media (hover: none) {
  .archiveTeam .teamWrap a:hover {
    opacity: 0.6;
  }
}
.archiveTeam .teamWrap a .imgWrap {
  max-width: 80px;
}
.archiveTeam .teamWrap a .imgWrap img {
  transition: all 0.2s;
}
.archiveTeam .teamWrap a .innerText h3 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
}
.archiveTeam .teamWrap a .innerText h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 65%);
}
.archiveTeam .teamWrap a .innerText p {
  font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
  .archiveTeam .teamWrap a .imgWrap {
    max-width: 64px;
  }
}
/* Scss Document */
.pageSingle {
  background-color: hsl(0, 0%, 12%);
}
.pageSingle .cate {
  display: inline-block;
  font-size: 0.75rem;
  color: hsl(0, 100%, 100%);
  background-color: hsl(16, 100%, 50%);
  border-radius: 100px;
  padding: 0.15rem 0.75rem 0.1rem;
  margin-left: 0.5rem;
}
.pageSingle .articleText {
  background-color: hsl(0, 0%, 12%);
  border: solid 8px hsl(0, 0%, 15%);
  border-radius: 16px;
  position: relative;
  z-index: 0;
}
.pageSingle .articleText::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background-color: hsl(0, 0%, 15%);
}
.pageSingle .articleText::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  border: solid 8px hsl(0, 0%, 15%);
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.pageSingle .articleText h2,
.pageSingle .articleText h3,
.pageSingle .articleText h4 {
  clear: both;
  font-size: 1.25rem;
  font-weight: bold;
  color: hsl(0, 100%, 100%);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.pageSingle .articleText h3,
.pageSingle .articleText h4 {
  background: hsl(0, 0%, 15%);
  border-left: solid 8px hsl(0, 0%, 35%);
}
.pageSingle .articleText .articleTitle {
  font-size: 1.5rem;
  border-top: solid 1px hsl(0, 0%, 65%);
  border-bottom: solid 1px hsl(0, 0%, 65%);
}
.pageSingle .articleText p {
  margin-bottom: 1.5rem;
}
.pageSingle .articleText .wp-block-image {
  width: 100%;
  max-width: 520px;
  border: solid 1px hsl(0, 0%, 35%);
  margin-bottom: 1.5rem;
}
.pageSingle .articleText table {
  width: auto;
}
.pageSingle .articleText table tr td {
  border: solid 1px;
  padding: 0.5rem;
}
.pageSingle .articleText ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pageSingle .articleText li {
  list-style: inside;
}
.pageSingle .wp-block-file {
  border-top: solid 1px hsl(0, 100%, 1%);
  border-bottom: solid 1px hsl(0, 100%, 1%);
  padding: 3rem 0;
  margin: 3rem 0;
}
.pageSingle .viewBtn a {
  display: inline-block;
  color: hsl(0, 100%, 100%);
  background-color: hsl(16, 100%, 50%);
  border: solid 2px hsl(16, 100%, 50%);
  border-radius: 50px;
  padding: 0.5rem 2rem;
  transition: all 0.2s;
}
.pageSingle .viewBtn a::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f177";
  margin-right: 1rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  .pageSingle .viewBtn a:hover {
    color: hsl(16, 100%, 50%);
    background-color: transparent;
  }
  .pageSingle .viewBtn a:hover::before {
    transform: translateX(-4px);
  }
}
@media (hover: none) {
  .pageSingle .viewBtn a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 575px) {
  .pageSingle .articleText h2,
  .pageSingle .articleText h3,
  .pageSingle .articleText h4 {
    font-size: 1.125rem;
    padding: 1rem 1rem 0.85rem;
  }
  .pageSingle .articleText .articleTitle {
    font-size: 1.25rem;
  }
}
.singleTeam {
  background-color: hsl(0, 0%, 12%);
}
.singleTeam .topWrap {
  display: inline-block;
  text-align: left;
}
.singleTeam .topWrap .topWrapInner {
  max-width: 1080px;
  border: solid 2px hsl(0, 0%, 65%);
  padding: 1.5rem;
  margin: 0 auto;
}
.singleTeam .logoListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
.singleTeam .logoListWrap .imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 1rem;
}
.singleTeam .logoListWrap .detailWrap tbody {
  padding: 0 1rem;
}
.singleTeam .logoListWrap .detailWrap tbody tr {
  display: flex;
  gap: 0.5rem;
  border-left: solid 4px hsl(0, 0%, 65%);
  padding: 0.15rem 1rem;
}
.singleTeam .logoListWrap .detailWrap tbody tr th {
  white-space: nowrap;
  min-width: 104px;
  font-weight: bold;
  color: hsl(0, 100%, 100%);
}
.singleTeam .logoListWrap .detailWrap tbody tr th::after {
  content: "：";
}
.singleTeam .logoListWrap .detailWrap tbody tr td a {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: block;
  color: hsl(0, 0%, 85%);
  text-decoration: underline;
  transition: all 0.2s;
}
.singleTeam .logoListWrap .detailWrap tbody tr td a:hover {
  opacity: 0.6;
}
.singleTeam .logoListWrap .detailWrap tbody tr td img {
  vertical-align: middle;
  width: 100%;
  max-width: 20px;
}

@media screen and (max-width: 991px) {
  .singleTeam {
    background-color: hsl(0, 0%, 12%);
  }
  .singleTeam .topWrap {
    display: inline-block;
    text-align: left;
  }
  .singleTeam .topWrap .topWrapInner {
    padding: 1rem;
  }
  .singleTeam .logoListWrap {
    justify-content: center;
  }
  .singleTeam .logoListWrap .imgWrap {
    max-width: 104px;
    padding: 0;
  }
  .singleTeam .logoListWrap .detailWrap tbody tr {
    border-left: none;
    padding: 0.15rem 0;
  }
}
.singlePlayer {
  background-color: hsl(0, 100%, 1%);
}
.singlePlayer .playerWrap .playerInner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: hsl(0, 0%, 12%);
  border-top: solid 4px hsl(0, 0%, 65%);
  border-bottom: solid 4px hsl(0, 0%, 65%);
  position: relative;
  padding-left: 0.75rem;
}
.singlePlayer .playerWrap .textWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.singlePlayer .playerWrap .textWrap .number {
  display: block;
  font-family: anton, sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 1;
  color: hsl(0, 100%, 100%);
}
.singlePlayer .playerWrap .textWrap .nameWrap {
  font-family: anton, sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.1;
  color: hsl(0, 100%, 100%);
  text-shadow: 2px 2px hsl(0, 0%, 12%);
}
.singlePlayer .playerWrap .textWrap .nameWrap .name {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.singlePlayer .playerWrap .textWrap .birthWrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.25rem;
}
.singlePlayer .playerWrap .textWrap .birthWrap li {
  font-size: 0.875rem;
}
.singlePlayer .playerWrap .textWrap .snsWrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
.singlePlayer .playerWrap .textWrap .snsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 0.875rem;
  color: hsl(0, 100%, 100%);
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius: 64px;
}
.singlePlayer .playerWrap .imgWrap {
  position: absolute;
  top: 0.15rem;
  right: 0.75rem;
  flex-shrink: 0;
  width: 15vw;
  max-width: 50%;
  -webkit-mask: url(images/team/mask_player.svg) no-repeat;
          mask: url(images/team/mask_player.svg) no-repeat;
  transform: scale(1.1);
}
.singlePlayer .playerWrap .imgWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: center/cover url(images/team/mask_border3.svg) no-repeat;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .singlePlayer .playerWrap .textWrap .number {
    line-height: 1.4;
  }
  .singlePlayer .playerWrap .imgWrap {
    width: 50%;
    max-width: 164px;
  }
}
/* Scss Document */
.aboutWhatis .leadWrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 1rem;
}
.aboutWhatis .leadWrap h2 {
  white-space: nowrap;
  font-size: max(1.75rem, 3vw);
  font-weight: bold;
}
.aboutWhatis .leadWrap .innerText {
  max-width: 640px;
}
.aboutWhatis .featureWrap {
  max-width: 1260px;
  padding: 0 2rem;
}
.aboutWhatis .featureWrap .cardWrap {
  background-color: hsl(0, 0%, 12%);
  border: solid 2px hsl(0, 0%, 18%);
  padding: 1rem;
}
.aboutWhatis .featureWrap .cardWrap h3 {
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.aboutWhatis .featureWrap .cardWrap h3::before {
  content: "";
  display: block;
  width: 4px;
  background-color: hsl(16, 100%, 50%);
}
.aboutWhatis .featureWrap .cardWrap p {
  font-size: 0.875rem;
}
.aboutWhatis .featureWrap .cardWrap p span {
  background: linear-gradient(transparent 80%, hsl(16, 100%, 50%) 80%);
}

@media screen and (max-width: 991px) {
  .aboutWhatis .leadWrap {
    flex-direction: column;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutWhatis .featureWrap {
    row-gap: 1rem !important;
    padding: 0;
  }
}
.aboutRule {
  background-color: hsl(0, 0%, 12%);
}
.aboutRule .ruleWrap {
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  background-color: hsl(0, 100%, 1%);
}
.aboutRule .ruleWrap .imgWrap {
  max-width: 280px;
  background-color: hsl(16, 100%, 50%);
  padding: 1rem;
}
.aboutRule .ruleWrap .innerWrap h3 {
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.aboutRule .ruleWrap .innerWrap h3::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 6px;
  background-color: hsl(16, 100%, 50%);
}
.aboutRule .ruleWrap .innerWrap p span {
  background: linear-gradient(transparent 80%, hsl(16, 100%, 50%) 80%);
}
.aboutRule .ruleWrap .innerWrap ul li {
  line-height: 2;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .aboutRule .ruleWrap {
    flex-direction: column;
    gap: 0;
  }
  .aboutRule .ruleWrap .imgWrap {
    max-width: none;
  }
  .aboutRule .ruleWrap .innerWrap h3 {
    line-height: 1.5;
  }
  .aboutRule .ruleWrap .innerWrap p {
    font-size: 0.875rem;
  }
}
.aboutManners .innerText {
  border: solid 4px hsl(0, 0%, 65%);
  padding: 1rem;
}
.aboutManners h3 {
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.aboutManners h3::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 6px;
  background-color: hsl(16, 100%, 50%);
}
.aboutManners ul {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.aboutManners ul li {
  list-style: square;
}

.leagueIntroduction h2 {
  white-space: nowrap;
  font-size: max(1.5rem, 4.5vw);
  line-height: 1.4;
  font-weight: bold;
}
.leagueIntroduction .leadWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.leagueIntroduction .leadWrap .innerText {
  max-width: 800px;
}
.leagueIntroduction .leadWrap .btnWrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.leagueIntroduction .leadWrap .btnWrap a {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  color: hsl(0, 100%, 100%);
  border: solid 2px hsl(0, 100%, 100%);
  padding: 0.5rem 1rem;
  transition: all 0.2s;
}
.leagueIntroduction .leadWrap .btnWrap a::after {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f067";
  font-size: 0.875rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  .leagueIntroduction .leadWrap .btnWrap a:hover {
    background-color: hsl(16, 100%, 50%);
  }
}
@media (hover: none) {
  .leagueIntroduction .leadWrap .btnWrap a:hover {
    opacity: 0.6;
  }
}
.leagueIntroduction .imgTextWrap {
  position: relative;
  z-index: -1;
  margin-top: -8vw;
}
.leagueIntroduction .imgTextWrap .indexText {
  font-size: max(2.25rem, 7vw);
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: hsl(0, 100%, 100%);
  margin-top: -12vw;
}

@media screen and (max-width: 991px) {
  .leagueIntroduction .leadWrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .leagueIntroduction .leadWrap .innerText {
    max-width: none;
  }
}
.leagueFeature ul {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 6rem;
}
.leagueFeature ul li {
  width: 25%;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
}
.leagueFeature ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.leagueFeature ul li::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: hsla(16, 100%, 50%, 0.7);
  border: solid 2px hsl(16, 100%, 50%);
  border-radius: 100%;
  transform: scale(1.1);
}
.leagueFeature ul li .innerWrap {
  position: absolute;
}
.leagueFeature ul li .innerWrap h3 {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: dashed 2px hsl(0, 100%, 100%);
  padding-bottom: 0.15rem;
  margin-bottom: 0.5rem;
}
.leagueFeature ul li .innerWrap p {
  font-size: 0.875rem;
}
.leagueFeature .imgWrap {
  border-radius: 32px;
  overflow: hidden;
}
.leagueFeature .textWrap h3 {
  font-size: max(1.25rem, 2.5vw);
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .leagueFeature ul {
    max-width: 280px;
    margin: 3rem auto;
  }
  .leagueFeature ul li {
    width: 50%;
    height: 50%;
  }
  .leagueFeature ul li .innerWrap h3 {
    font-size: 1.25rem;
    border-bottom: dashed 1px hsl(0, 100%, 100%);
  }
  .leagueFeature ul li .innerWrap p {
    font-size: 0.75rem;
  }
  .leagueFeature .imgWrap {
    border-radius: 16px;
  }
  .leagueFeature .textWrap {
    font-size: 0.875rem;
  }
}
.leagueOverview {
  background-color: hsl(0, 0%, 12%);
}
.leagueOverview .overviewWrap h3 {
  display: flex;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
.leagueOverview .overviewWrap h3::before {
  content: "";
  display: block;
  width: 4px;
  background-color: hsl(16, 100%, 50%);
}
.leagueOverview .overviewWrap ul {
  margin-left: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.leagueOverview .overviewWrap ul li {
  list-style: square;
}
.leagueOverview .overviewWrap .imgWrap {
  border: solid 4px hsl(0, 100%, 1%);
  padding: 0.25rem;
}

@media screen and (max-width: 991px) {
  .leagueOverview .overviewWrap ul li {
    font-size: 0.875rem;
  }
}
/* CSS Document */
/* Contact Form7 */
input[type=text],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 3rem;
  line-height: 3;
  margin-bottom: 0;
  padding: 0 1rem;
  border: none;
  border-radius: 0;
  color: hsl(0, 100%, 100%);
  background: hsl(0, 0%, 12%);
  border-bottom: solid 1px hsl(0, 0%, 12%);
  font-size: 1rem;
  transition: background-color 0.24s ease-in-out;
}

input,
select,
textarea {
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}

.pageEntry,
.pageContact {
  padding: 0;
}
.pageEntry .formWrap,
.pageContact .formWrap {
  display: flex;
}
.pageEntry .sideWrap,
.pageContact .sideWrap {
  padding: 3rem;
  position: relative;
}
.pageEntry .sideWrap p,
.pageContact .sideWrap p {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: hsl(16, 100%, 50%);
}
@media screen and (min-width: 992px) {
  .pageEntry .sideWrap p,
  .pageContact .sideWrap p {
    writing-mode: vertical-rl;
  }
}
.pageEntry .sideWrap p span,
.pageContact .sideWrap p span {
  text-combine-upright: all;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: hsl(0, 100%, 100%);
  background-color: hsl(16, 100%, 50%);
  border: solid 1px hsl(16, 100%, 50%);
  border-radius: 50%;
}
.pageEntry .slideWrap2::before,
.pageContact .slideWrap2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 35%);
}
.pageEntry .formTableWrap,
.pageContact .formTableWrap {
  border-left: solid 1px hsl(0, 0%, 35%);
}
.pageEntry .formTableWrap .leadText,
.pageContact .formTableWrap .leadText {
  border-bottom: solid 1px hsl(0, 0%, 35%);
  padding: 3rem;
}
.pageEntry .formTableWrap .leadText p,
.pageContact .formTableWrap .leadText p {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: hsl(0, 100%, 100%);
}
.pageEntry .formTableWrap .btnWrap,
.pageContact .formTableWrap .btnWrap {
  margin-top: 3rem;
}
.pageEntry table.inquiry,
.pageContact table.inquiry {
  width: 100%;
  margin: 0 auto;
}
.pageEntry table.inquiry tbody,
.pageContact table.inquiry tbody {
  display: block;
}
.pageEntry table.inquiry tbody tr,
.pageContact table.inquiry tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-bottom: solid 1px hsl(0, 0%, 35%);
  padding: 3rem;
}
.pageEntry table.inquiry tbody tr th,
.pageContact table.inquiry tbody tr th {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 25vw;
}
.pageEntry table.inquiry tbody tr th .haveto,
.pageEntry table.inquiry tbody tr th .any,
.pageContact table.inquiry tbody tr th .haveto,
.pageContact table.inquiry tbody tr th .any {
  white-space: nowrap;
  font-size: 0.875rem;
  padding: 0.15rem 0.5rem;
  color: hsl(0, 100%, 100%);
  background: hsl(16, 100%, 50%);
}
.pageEntry table.inquiry tbody tr th .any,
.pageContact table.inquiry tbody tr th .any {
  color: hsl(0, 100%, 1%);
  background: hsl(0, 0%, 85%);
}
.pageEntry table.inquiry tbody tr td,
.pageContact table.inquiry tbody tr td {
  display: block;
  width: 100%;
}
.pageEntry #under table.inquiry tbody tr:last-child,
.pageContact #under table.inquiry tbody tr:last-child {
  border-bottom: none;
}
.pageEntry #formbtn,
.pageContact #formbtn {
  display: block;
  font-size: 1rem;
  color: hsl(0, 100%, 100%);
  background-color: hsl(16, 100%, 50%);
  border: solid 2px hsl(16, 100%, 50%);
  padding: 0.5rem 4rem;
  margin: 1rem auto 4rem;
  transition: all 0.2s;
  opacity: 0.4;
  pointer-events: none;
}
.pageEntry #formbtn:hover,
.pageContact #formbtn:hover {
  background-color: transparent;
  cursor: pointer;
}
.pageEntry #formbtn.btn-active,
.pageContact #formbtn.btn-active {
  opacity: 1;
  pointer-events: visible;
}

.pageEntry table.inquiry tbody tr th {
  width: auto;
  justify-content: flex-start;
}
.pageEntry table.inquiry tbody tr th .remarks {
  width: 100%;
}
.pageEntry table.inquiry tbody tr td {
  width: 100%;
  max-width: 320px;
}
.pageEntry table.inquiry tbody tr td a,
.pageEntry table.inquiry tbody tr td span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: hsl(0, 100%, 1%);
  background-color: hsl(0, 100%, 100%);
  border: solid 1px hsl(0, 100%, 100%);
  padding: 1rem;
  transition: all 0.2s;
}
.pageEntry table.inquiry tbody tr td a::after,
.pageEntry table.inquiry tbody tr td span::after {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f08b";
  font-size: 0.875rem;
  transition: all 0.2s;
}
.pageEntry table.inquiry tbody tr td a:hover,
.pageEntry table.inquiry tbody tr td span:hover {
  color: hsl(0, 100%, 100%);
  background-color: transparent;
}
.pageEntry table.inquiry tbody tr td span {
  opacity: 0.3;
  pointer-events: none;
}
.pageEntry table.inquiry tbody tr td span::after {
  content: none;
}

@media screen and (max-width: 991px) {
  .pageEntry .formWrap,
  .pageContact .formWrap {
    flex-direction: column;
  }
  .pageEntry .sideWrap,
  .pageContact .sideWrap {
    padding: 1.5rem;
  }
  .pageEntry .formTableWrap,
  .pageContact .formTableWrap {
    border-left: none;
    border-top: solid 1px hsl(0, 0%, 35%);
  }
  .pageEntry .formTableWrap .leadText,
  .pageContact .formTableWrap .leadText {
    padding: 1.5rem;
  }
  .pageEntry .formTableWrap .btnWrap,
  .pageContact .formTableWrap .btnWrap {
    margin-top: 1.5rem;
  }
  .pageEntry table.inquiry tbody,
  .pageContact table.inquiry tbody {
    display: block;
  }
  .pageEntry table.inquiry tbody tr,
  .pageContact table.inquiry tbody tr {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem;
  }
  .pageEntry table.inquiry tbody tr th,
  .pageContact table.inquiry tbody tr th {
    display: flex;
    width: 100%;
  }
  .pageEntry #formbtn,
  .pageContact #formbtn {
    margin: 1rem auto 1.5rem;
  }
}
/* Scss Document */
.page404 .innerText {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page404 .innerText h2 {
  margin-bottom: 3rem;
}
.page404 .innerText h2 span {
  display: block;
  font-size: clamp(2rem, 8vw, 3rem);
  line-height: 1.4;
  font-weight: bold;
}
.page404 .innerText .viewBtn {
  margin-top: 3rem;
}
.page404 .innerText .viewBtn a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: hsl(0, 100%, 1%);
  background-color: hsl(0, 100%, 100%);
  border: solid 2px hsl(0, 100%, 100%);
  border-radius: 50px;
  padding: 0.5rem 2rem;
  transition: all 0.2s;
}
.page404 .innerText .viewBtn a::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f177";
  margin-right: 1rem;
  transition: all 0.2s;
}
@media (hover: hover) {
  .page404 .innerText .viewBtn a:hover {
    color: hsl(0, 100%, 100%);
    background-color: transparent;
  }
  .page404 .innerText .viewBtn a:hover::before {
    transform: translateX(-4px);
  }
}
@media (hover: none) {
  .page404 .innerText .viewBtn a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */