@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
Font
========================================================================== */
/* ==========================================================================
Parts
========================================================================== */
/* ==========================================================================
  Key Frame
  ========================================================================== */
.trig {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.bgextend {
  position: relative;
}

@keyframes KVshapeTop {
  0% {
    top: -30vw;
    transform-origin: top;
    transform: scaleY(0);
  }
  100% {
    top: 0;
    transform-origin: top;
    transform: scaleY(1);
  }
}
@keyframes KVimgTop {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes KVshapeLeft {
  0% {
    left: -30vw;
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes KVimgLeft {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes KVshapeRight {
  0% {
    right: -50vw;
    transform-origin: right;
    transform: scaleX(0);
  }
  100% {
    right: 0;
    transform-origin: right;
    transform: scaleX(1);
  }
}
@keyframes KVimgRight {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes KVlttrOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes KVlttrSpace1 {
  0% {
    letter-spacing: 0.4em;
  }
  100% {
    letter-spacing: -0.01em;
  }
}
@keyframes KVlttrSpace2 {
  0% {
    letter-spacing: 1.01em;
  }
  100% {
    letter-spacing: 0.52em;
  }
}
/* ==========================================================================
  Scroll Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.3s 0.1s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-fadeinUp {
  opacity: 0;
  filter: blur(10px);
}

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.9s 0.2s both ease-out;
}

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.3s 0.3s both ease-out;
}

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.3s 0.4s both ease-out;
}

.anim-fadeinUp.anim-delay4.is-show {
  animation: fadeInUp 0.3s 0.5s both ease-out;
}

.anim-fadeinUp.anim-delay5.is-show {
  animation: fadeInUp 0.3s 0.6s both ease-out;
}

.anim-fadeinUp.anim-delay6.is-show {
  animation: fadeInUp 0.3s 0.7s both ease-out;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0, 10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out;
}

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0);
  }
}
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out;
}

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(100vw, 0);
  }
}
/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #000;
  font-size: 1.6em;
  font-family: "DM Sans", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 960px) {
  body {
    min-width: 900px;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.4em;
  }
}

body {
  overflow: auto;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

::selection {
  background: #000;
  color: #fff;
}

.pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }
}

.en {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.en sup {
  font-size: 70%;
  vertical-align: super;
}
.en sub {
  font-size: 70%;
  vertical-align: sub;
}

.video-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
a img {
  transition: all 0.25s ease-out;
}

a:hover img {
  opacity: 0.8;
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 20px 15px;
  border-radius: 6px;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 960px) {
  .btn {
    transform: scale(1);
    transition: all 0.25s ease-out;
  }
  .btn:hover {
    transform: scale(1.1);
    background: #e7ff00;
  }
}

.btn-more {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 50%;
}

.btn-det {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 80%;
}
@media screen and (min-width: 960px) {
  .btn-det {
    max-width: 50px;
  }
}

.btn-en {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .btn-en {
    font-size: 3.6rem;
  }
}

.btn-ja {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 960px) {
  .btn-ja {
    font-size: 2.4rem;
  }
}

.btn-readmore {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: all 0.25s ease-out;
}
.btn-readmore::before {
  content: "READ MORE";
}
.btn-readmore.is-open::before {
  content: "CLOSE";
}

.cnts-readmore.is-open {
  max-height: 100% !important;
  overflow: auto !important;
}
.cnts-readmore.is-open::before {
  content: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-inner {
    max-width: 95%;
    margin: 0 auto;
  }
}

.l-inner.l-inner-wide {
  max-width: 1280px;
}

.l-inner.l-inner-full {
  width: 100%;
  max-width: inherit;
}

.l-main {
  position: relative;
}

.l-section {
  position: relative;
}
.l-section small {
  font-size: 80%;
}

/* ---------------
Background
------------------ */
.bg-white {
  background-color: #fff;
}
.bg-white .sec-ttl {
  color: #00b5ed;
}

.bg-black {
  background-color: #000;
}
.bg-black .sec-ttl {
  color: #fff;
}

.bg-blue {
  background-color: #00b5ed;
}
.bg-blue .sec-ttl {
  color: #fff;
}

.bg-yellow {
  background-color: #e7ff00;
}
.bg-yellow .sec-ttl {
  color: #000;
}

.bg-lightgray {
  background-color: #e0e0e0;
}
.bg-lightgray .sec-ttl {
  color: #000;
}

.bg-red {
  background-color: #ff4200;
}
.bg-red .sec-ttl {
  color: #fff;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  font-size: 1em;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  z-index: 10000;
}
@media screen and (min-width: 960px) {
  .l-header {
    height: 80px;
  }
}

/* HOME専用 */
#home-header.l-header {
  transition: 0.5s ease-out;
  top: -70px;
}
@media screen and (min-width: 960px) {
  #home-header.l-header {
    top: -80px;
  }
}

#home-header.l-header.is-show {
  top: 0;
}

.l-header .header-inner {
  position: relative;
  padding: 25px 30px;
}
.l-header .header-inner .site-ttl {
  width: auto;
  height: 30px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .l-header .header-inner .site-ttl {
    width: 400px;
    height: 30px;
  }
}
.l-header .header-inner .site-ttl a {
  display: block;
}
.l-header .header-inner .site-ttl img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .l-header .header-inner {
    padding: 23px 23px;
  }
  .l-header .header-inner .site-ttl {
    height: 24px;
  }
  .l-header .header-inner .site-ttl a {
    width: 263px;
    height: 24px;
  }
}

/* Trigger */
.l-header .gnav-trigger {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  z-index: 10001;
  width: 35px;
  height: 16px;
  font-weight: bold;
  display: block !important;
}
@media screen and (min-width: 960px) {
  .l-header .gnav-trigger {
    /* display: none; */
    width: 100px;
    height: 16px;
    font-weight: bold;
    display: block !important;
  }
}
.l-header .gnav-trigger .lines {
  position: relative;
}
.l-header .gnav-trigger .lines span {
  position: absolute;
  z-index: 2;
  background: #00b5ed;
  left: 15px;
  transition: all 0.25s ease-out;
  height: 2px;
}
.l-header .gnav-trigger .lines span:nth-child(1) {
  width: 30px;
  top: 18px;
}
.l-header .gnav-trigger .lines span:nth-child(2) {
  width: 30px;
  top: 28px;
}
.l-header .gnav-trigger .lines span:nth-child(3) {
  width: 30px;
  top: 38px;
}
.l-header .gnav-trigger.is-active .lines span:nth-child(1) {
  width: 30px;
  top: 30px;
  transform: rotate(-45deg);
}
.l-header .gnav-trigger.is-active .lines span:nth-child(2) {
  width: 0;
  top: 30px;
  transform: rotate(45deg);
}
.l-header .gnav-trigger.is-active .lines span:nth-child(3) {
  width: 30px;
  top: 30px;
  transform: rotate(45deg);
}

@media screen and (max-width: 959px) {
  .l-header .gnav {
    position: fixed;
    opacity: 0;
    top: 70px;
    bottom: auto;
    left: auto;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 10000;
    margin: auto;
    padding: 0 0;
    transition: all 0.5s ease-out;
  }
  .l-header .gnav .gnav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 2.5% 15vh;
    overflow-y: auto;
  }
  .l-header .gnav .gnav-menu {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #00b5ed;
  }
  .l-header .gnav .gnav-menu li {
    overflow: visible;
    border-bottom: 1px solid #00b5ed;
    text-align: center;
    margin: 0;
  }
  .l-header .gnav .gnav-menu li a {
    display: block;
    padding: 15px 0;
    color: #000;
    text-align: center;
    font-family: "Tank", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
  }
  .l-header .gnav .gnav-menu li a small {
    display: block;
    font-size: 45%;
    font-weight: bold;
    margin-top: 5px;
    font-family: "DM Sans", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 400;
  }
  .l-header .gnav h4.sns-ttl {
    color: #fff;
    padding: 15px 0 0;
    background: #00b5ed;
    text-align: center;
  }
  .l-header .gnav .sns {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    padding: 10px 0 15px;
    background: #00b5ed;
  }
  .l-header .gnav .sns li {
    width: 30px;
    height: 30px;
  }
  .l-header .gnav.is-active {
    display: block;
    right: 0;
    opacity: 1;
  }
  .l-header .gnav-matches-sub {
    position: relative;
    width: 100%;
    height: 120px;
    padding-bottom: 10px;
    opacity: 1;
  }
  .l-header .gnav-matches-sub.is-active {
    opacity: 1;
  }
  .l-header .gnav-matches-sub .submenu-list {
    height: 120px;
  }
  .l-header .gnav-matches-sub .submenu-list li {
    width: auto;
    height: 130px;
    display: flex;
    align-items: flex-start;
    border: none;
  }
  .l-header .gnav-matches-sub .submenu-list li a {
    min-width: 140px;
    padding: 5px 10px;
    position: relative;
    display: block;
    background: #f5f5f5;
    border-radius: 4px;
    font-family: "Tank", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.date {
    font-size: 2.4rem;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.date i {
    font-size: 75%;
    padding-left: 5px;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag {
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10%;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag::before {
    content: "v";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    color: #666;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i {
    position: relative;
    width: 45%;
    font-size: 1.6rem;
    text-align: center;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 5px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    vertical-align: middle;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.fij::before {
    background-image: url(../images/common/flags/FIJ.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.sam::before {
    background-image: url(../images/common/flags/SAM.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.tga::before {
    background-image: url(../images/common/flags/TGA.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.can::before {
    background-image: url(../images/common/flags/CAN.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.jpn::before {
    background-image: url(../images/common/flags/JPN.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.usa::before {
    background-image: url(../images/common/flags/USA.png);
  }
  .l-header .gnav-teams-sub {
    position: relative;
    width: 100%;
    opacity: 1;
  }
  .l-header .gnav-teams-sub.is-active {
    opacity: 1;
  }
  .l-header .gnav-teams-sub .submenu-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    padding: 0 0 2%;
  }
  .l-header .gnav-teams-sub .submenu-list li {
    width: 30%;
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 3%;
  }
  .l-header .gnav-teams-sub .submenu-list li a {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/common/bg-pnc.webp) center center;
    background-size: cover;
    font-family: "Tank", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 2rem;
    padding: 10px 5px;
    transition: all 0.25s ease-out;
    border: none;
    border-radius: 4px;
  }
  .l-header .gnav-teams-sub .submenu-list li a i {
    white-space: nowrap;
  }
  .l-header .gnav-teams-sub .submenu-list li a i::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 5px;
  }
  .l-header .gnav-teams-sub .submenu-list li a i.fij::before {
    background-image: url(../images/common/flags/FIJ.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.sam::before {
    background-image: url(../images/common/flags/SAM.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.tga::before {
    background-image: url(../images/common/flags/TGA.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.can::before {
    background-image: url(../images/common/flags/CAN.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.jpn::before {
    background-image: url(../images/common/flags/JPN.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.usa::before {
    background-image: url(../images/common/flags/USA.png);
  }
}
@media screen and (min-width: 960px) {
  .l-header .gnav {
    display: block;
    position: absolute;
    opacity: 1;
    left: 450px;
    top: 0;
    background: #fff;
    width: calc(100% - 450px);
    height: 70px;
    margin: auto;
    padding: 0 0;
    transition: all 0.5s ease-out;
  }
  .l-header .gnav .gnav-inner {
    position: relative;
    padding: 8px 5% 5px 0;
  }
  .l-header .gnav .gnav-menu {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding: 0;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.5vw;
  }
  .l-header .gnav .gnav-menu li {
    overflow: visible;
    text-align: center;
    margin: 0;
  }
  .l-header .gnav .gnav-menu li a {
    display: block;
    padding: 10px 1vw;
    color: #000;
    text-align: center;
    font-family: "Tank", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
    background: #fff;
    border-radius: 4px;
  }
  .l-header .gnav .gnav-menu li a small {
    display: block;
    font-size: 45%;
    font-weight: bold;
    margin-top: 5px;
    font-family: "DM Sans", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  .l-header .gnav .gnav-menu li a:hover {
    background: #e7ff00;
  }
  .l-header .gnav h4.sns-ttl {
    display: none;
  }
  .l-header .gnav .sns {
    display: none;
  }
  .l-header .gnav.is-active {
    display: block;
    right: 0;
    opacity: 1;
  }
  .l-header .gnav-matches-sub {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 140px;
    left: -450px;
    opacity: 0;
    top: -140px;
    transition: all 0.5s ease-out;
    background: #fff;
    border-top: 1px solid #00b5ed;
  }
  .l-header .gnav-matches-sub.is-active {
    opacity: 1;
    top: 70px;
  }
  .l-header .gnav-matches-sub .submenu-list {
    height: 140px;
  }
  .l-header .gnav-matches-sub .submenu-list li {
    width: auto;
    height: 140px;
    display: flex;
    align-items: center;
  }
  .l-header .gnav-matches-sub .submenu-list li a {
    min-width: 220px;
    position: relative;
    display: block;
    background: #f5f5f5;
    font-family: "Tank", sans-serif;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.date i {
    font-size: 75%;
    padding-left: 5px;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag {
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10%;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag::before {
    content: "v";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    color: #666;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i {
    position: relative;
    width: 45%;
    font-size: 3rem;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i::before,
  .l-header .gnav-matches-sub .submenu-list li a span.flag i::after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    vertical-align: middle;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i::before {
    margin-right: 5px;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i::after {
    margin-left: 5px;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.home {
    text-align: right;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.away {
    text-align: left;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.home::before {
    content: none;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.away::after {
    content: none;
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.fij::before,
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.fij::after {
    background-image: url(../images/common/flags/FIJ.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.sam::before,
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.sam::after {
    background-image: url(../images/common/flags/SAM.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.tga::before,
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.tga::after {
    background-image: url(../images/common/flags/TGA.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.can::before,
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.can::after {
    background-image: url(../images/common/flags/CAN.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.jpn::before,
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.jpn::after {
    background-image: url(../images/common/flags/JPN.png);
  }
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.usa::before,
  .l-header .gnav-matches-sub .submenu-list li a span.flag i.usa::after {
    background-image: url(../images/common/flags/USA.png);
  }
  .l-header .gnav-teams-sub {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 140px;
    left: -450px;
    opacity: 0;
    top: -140px;
    transition: all 0.5s ease-out;
    background: #fff;
    border-top: 1px solid #00b5ed;
  }
  .l-header .gnav-teams-sub.is-active {
    opacity: 1;
    top: 70px;
  }
  .l-header .gnav-teams-sub .submenu-list {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
  }
  .l-header .gnav-teams-sub .submenu-list li {
    width: auto;
    height: 140px;
    display: flex;
    align-items: center;
  }
  .l-header .gnav-teams-sub .submenu-list li a {
    position: relative;
    display: block;
    background: url(../images/common/bg-pnc.webp) center center;
    background-size: cover;
    font-family: "Tank", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 2.6vw;
    padding: 10px 20px;
    transition: all 0.25s ease-out;
  }
  .l-header .gnav-teams-sub .submenu-list li a:hover {
    color: #000;
  }
  .l-header .gnav-teams-sub .submenu-list li a i::before {
    content: "";
    display: inline-block;
    width: 2.6vw;
    height: 2.6vw;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 10px;
  }
  .l-header .gnav-teams-sub .submenu-list li a i.fij::before {
    background-image: url(../images/common/flags/FIJ.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.sam::before {
    background-image: url(../images/common/flags/SAM.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.tga::before {
    background-image: url(../images/common/flags/TGA.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.can::before {
    background-image: url(../images/common/flags/CAN.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.jpn::before {
    background-image: url(../images/common/flags/JPN.png);
  }
  .l-header .gnav-teams-sub .submenu-list li a i.usa::before {
    background-image: url(../images/common/flags/USA.png);
  }
}
@media screen and (min-width: 1080px) {
  .l-header .gnav .gnav-menu {
    gap: 2vw;
  }
  .l-header .gnav .gnav-menu li a {
    padding: 10px 15px;
    font-family: "Tank", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
  }
}
.l-footer {
  margin: 0;
  background: #00b5ed;
  color: #fff;
  padding: 40px 0 calc(80px + 5%);
}
.l-footer .footer-inner {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-footer .footer-inner .foot-logo {
  width: 15%;
  max-width: 200px;
  margin: 0 auto 30px;
}
.l-footer .footer-inner .foot-bnr {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px;
  padding: 0 5%;
}
.l-footer .footer-inner .foot-bnr li {
  margin-bottom: 20px;
}
.l-footer .footer-inner .foot-bnr li:last-child {
  margin-bottom: 0;
}
.l-footer .footer-inner .foot-bnr li.bnr-brandsite {
  text-align: center;
  position: relative;
  border: 2px solid #fff;
}
.l-footer .footer-inner .foot-bnr li.bnr-brandsite a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.l-footer .footer-inner .foot-bnr li.bnr-brandsite span,
.l-footer .footer-inner .foot-bnr li.bnr-brandsite i {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.l-footer .footer-inner .foot-bnr li.bnr-brandsite::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.l-footer .footer-inner .foot-sns h4 {
  text-align: center;
  margin-bottom: 15px;
}
.l-footer .footer-inner .sns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .l-footer .footer-inner .sns {
    padding: 0 15%;
  }
}
.l-footer .footer-inner .sns li {
  width: 15%;
  max-width: 30px;
  margin: 0 5%;
}
.l-footer .footer-inner .sns li a {
  display: block;
}
.l-footer .footer-inner .copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .l-footer {
    padding: 50px 0 100px;
  }
  .l-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5% 15px;
  }
  .l-footer .footer-inner .foot-logo {
    width: 15%;
    max-width: 130px;
    margin: 0 auto 0 0;
  }
  .l-footer .footer-inner .foot-logo a {
    display: block;
  }
  .l-footer .footer-inner .foot-bnr {
    width: 70%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .l-footer .footer-inner .foot-bnr li {
    width: 31%;
    height: 4.7vw;
    margin-bottom: 0;
  }
  .l-footer .footer-inner .foot-bnr li.bnr-brandsite a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .l-footer .footer-inner .foot-bnr li.bnr-brandsite a span,
  .l-footer .footer-inner .foot-bnr li.bnr-brandsite a i {
    font-size: 1.2vw;
  }
  .l-footer .footer-inner .foot-bnr li.bnr-brandsite a:hover {
    background: #fff;
    text-decoration: none;
  }
  .l-footer .footer-inner .foot-bnr li.bnr-brandsite a:hover span,
  .l-footer .footer-inner .foot-bnr li.bnr-brandsite a:hover i {
    color: #000;
  }
  .l-footer .footer-inner .foot-bnr li.bnr-brandsite a:hover::before {
    background: url(../images/common/ico-arrow.svg) center center no-repeat;
    filter: brightness(0) invert(1);
  }
  .l-footer .footer-inner .foot-sns h4 {
    margin-bottom: 15px;
  }
  .l-footer .footer-inner .sns {
    flex: 1;
    justify-content: center;
    padding: 0 0 15px;
  }
  .l-footer .footer-inner .sns li {
    width: 30px;
    margin: 0 1.2vw;
  }
  .l-footer .footer-inner .sns li a {
    display: block;
  }
  .l-footer .footer-inner .copyright {
    width: 100%;
    text-align: center;
    margin: 15px 105px 0 0;
    padding: 0;
    font-size: 1.1rem;
  }
}
.pagetop {
  position: fixed;
  right: 10px;
  width: 55px;
  height: 55px;
  background: rgba(102, 102, 102, 0.5) no-repeat;
}
.pagetop a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  text-align: center;
}

/* ---------------
Loading
------------------ */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #00b5ed;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading.is-active {
  display: flex;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.modaal-noscroll {
  padding-right: 15px;
}

.modaal-inner-wrapper {
  padding: 80px 20px !important;
}

@media screen and (min-width: 960px) {
  .modaal-container {
    max-width: 640px;
  }

  .modaal-content-container {
    padding: 5%;
  }
}
@media screen and (max-width: 959px) {
  .modaal-content-container {
    padding: 30px 20px;
  }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative;
  }
}
/* ==========================================================================
COMMON
========================================================================== */
.l-title {
  padding-top: 70px;
  background: url(../images/common/bg-pnc.webp) center center no-repeat;
  background-size: cover;
}
.l-title .l-title-wrapper {
  padding: 80px 0;
}
.l-title .page-ttl {
  font-size: 8rem;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.l-title .page-ttl.page-ttl-s {
  font-size: 6.5rem;
}
.l-title .page-ttl img {
  width: auto;
  height: 5rem;
}
.l-title .page-ttl small {
  display: block;
  margin-top: 5px;
  font-size: 25%;
  font-weight: bold;
}
.l-title .page-ttl i.vs {
  font-size: 60%;
  vertical-align: middle;
}
.l-title .page-ttl span.date {
  display: block;
  font-size: 75%;
}
.l-title .page-ttl span.date small {
  display: inline-block;
  font-size: 60%;
}
.l-title .page-ttl span.date i.phase {
  background: #fff;
  color: #00b5ed;
  padding: 0 10px;
  font-size: 3rem;
  line-height: 0.7;
  vertical-align: middle;
  margin-right: 15px;
}
.l-title .page-ttl.match-ttl {
  font-size: 6.5rem;
}
.l-title .page-ttl.match-ttl img {
  vertical-align: middle;
  margin: 0 10px;
}
.l-title .page-ttl.match-ttl small i {
  font-family: "DM Sans", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .l-title .page-ttl.match-ttl {
    font-size: 9.2rem;
  }
  .l-title .page-ttl.match-ttl img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .l-title {
    padding-top: 80px;
  }
}

.l-main .slide-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.l-main .sec {
  position: relative;
  padding: 60px 0;
}
.l-main .sec .sec-ttl {
  margin-bottom: 60px;
  font-size: 6rem;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.l-main .sec .sec-ttl img {
  width: auto;
  height: 5rem;
}
.l-main .sec .sec-ttl small {
  display: block;
  margin-top: 5px;
  font-size: 25%;
  font-weight: bold;
}
.l-main .sec p {
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: justify;
}
.l-main .sec p:last-child {
  margin-bottom: 0;
}
.l-main .sec p.lead {
  font-size: 114%;
  margin-bottom: 2em;
}
.l-main .sec p.soon {
  text-align: center;
  font-size: 4rem;
  color: #e0e0e0;
}
.l-main .news-list ul li {
  margin: 0 0 10px;
}
.l-main .news-list ul li a {
  display: block;
}
@media screen and (min-width: 960px) {
  .l-main .news-list ul li a:hover {
    color: #000;
    background: #e7ff00;
  }
  .l-main .news-list ul li a:hover dl dt,
  .l-main .news-list ul li a:hover dl dd {
    color: #000;
  }
}
.l-main .news-list ul li a.link-blank dl dd {
  position: relative;
}
.l-main .news-list ul li a.link-blank dl dd::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f08e";
  font-size: 0.8em;
  display: inline-block;
  margin-left: 5px;
}
.l-main .news-list ul li dl {
  display: flex;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .l-main .news-list ul li dl {
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .l-main .news-list ul li dl dt,
  .l-main .news-list ul li dl dd {
    font-size: 1.6rem;
  }
}
.l-main .news-list ul li dl dt {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .l-main .news-list ul li dl dt {
    margin-block: 0.5em;
  }
}
@media screen and (min-width: 960px) {
  .l-main .news-list ul li dl dt {
    width: 120px;
  }
}
.l-main .news-list ul li dl dd {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .l-main .news-list ul li dl dd {
    padding-left: 15px;
  }
}
.l-main .btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.l-main .btn-wrap.btn-wrap-readmore {
  margin-top: 25px;
}
.l-main .list-sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}
.l-main .list-sponsor li {
  width: 40%;
}
@media screen and (min-width: 960px) {
  .l-main .list-sponsor li {
    width: 60%;
  }
}
@media screen and (max-width: 959px) {
  .l-main .list-sponsor li {
    width: 100%;
  }
}
.l-main .list-sponsor li a {
  display: block;
  width: 100%;
  min-height: 80px;
  text-align: center;
  line-height: 80px;
}
.l-main .soon {
  text-align: center;
  font-size: 4rem;
  color: #e0e0e0;
}
.l-main .cnts-readmore {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .l-main .cnts-readmore {
    max-height: 200px;
  }
  .l-main .cnts-readmore::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5ED', endColorstr='#00B5ED' ,GradientType=0)";
    background: linear-gradient(0deg, #00b5ed 0%, rgba(0, 181, 237, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B5ED", endColorstr="#00B5ED", GradientType=1);
  }
}
.l-main .cnts-readmore p {
  line-height: 1.8;
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .l-main .cnts-readmore p {
    font-size: 1.6rem;
  }
}
.l-main .btn-readmore-white {
  color: #fff;
}
.l-main .btn-readmore-blue {
  color: #00b5ed;
}

/* ==========================================================================
TOPPAGE
========================================================================== */
.l-top-kv {
  position: relative;
  background: #00b5ed;
  width: 100%;
  height: auto;
}
.l-top-kv h1 {
  width: 100%;
  height: auto;
}

.emblems {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: calc(80px + 2%);
  margin: auto auto 0;
  width: 95%;
  height: auto;
}

/* ---------------
MATCH
------------------ */
.l-main .sec-match {
  padding: 25px 0 0;
}

.card .card-date {
  position: absolute;
  left: -15px;
  top: -20px;
  width: auto;
  height: 3.6rem;
  z-index: 2;
}
.card .card-date img {
  width: auto;
  height: 100%;
}
.card .card-cnts {
  position: relative;
  background: #e0e0e0;
  padding: 20% 10% 5%;
}
.card .card-cnts .pool {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 5px;
  background: #000;
  color: #fff;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;
  width: auto;
  height: 20px;
  z-index: 1;
}
.card .card-cnts .pool img {
  width: auto;
  height: 100%;
}
.card .card-cnts .team {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card .card-cnts .team > div {
  width: 35%;
}
.card .card-cnts .team::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 1rem;
  height: 2rem;
  background: url(../images/common/txt-vs.svg) center center no-repeat;
  background-size: auto 100%;
}
.card .card-cnts .team h5 {
  margin: 10px -12px 0;
  height: 1.4rem;
  text-align: center;
  font-size: 1.1rem;
}
.card .card-cnts .team h5 img {
  width: auto;
  height: 100%;
}
.card .card-studium {
  background: #666;
  padding: 5px 3px 4px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.card .card-det {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 10px 15px;
}
.card .card-det.card-ticket {
  background: #ff4200;
}

/* ---------------
NEWS
------------------ */
.l-news .sec-news {
  background: #000;
}
.l-news .sec-news h3 {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .l-news .sec-news .news-list.top-news-list {
    max-width: 700px;
    margin: 0 auto;
  }
}
.l-news .sec-news .news-list.top-news-list ul li a,
.l-news .sec-news .news-list.top-news-list ul li dl {
  color: #fff;
}

/* ---------------
OVERVIEW
------------------ */
.l-overview h2 {
  margin: 0 auto 30px;
  max-width: 1000px;
}
@media screen and (max-width: 959px) {
  .l-overview h2 {
    max-width: 90%;
  }
}
.l-overview .video {
  margin: 0 auto 30px;
}
@media screen and (max-width: 959px) {
  .l-overview .overview-box::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B5ED', endColorstr='#00B5ED' ,GradientType=0)";
    background: linear-gradient(0deg, #00b5ed 0%, rgba(0, 181, 237, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B5ED", endColorstr="#00B5ED", GradientType=1);
  }
}
.l-overview .btn-readmore {
  color: #fff;
}

/* ---------------
TEAMS
------------------ */
.l-top-teams {
  background-color: #fff;
}
.l-top-teams .sec-ttl {
  color: #000;
}
.l-top-teams .pool-ttl {
  font-size: 2rem;
  background: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 5%;
}
.l-top-teams .teams-inner .pool-box {
  margin-bottom: 30px;
}
.l-top-teams .teams-inner .pool-box:last-child {
  margin-bottom: 0;
}
.l-top-teams .list-teams {
  display: flex;
  justify-content: space-between;
  gap: 12%;
  padding: 0 6%;
}
.l-top-teams .list-teams:not(:last-child) {
  margin-bottom: 60px;
}
.l-top-teams .list-teams li {
  width: 24%;
  position: relative;
  max-width: 200px;
}
.l-top-teams .list-teams li a {
  display: block;
}
@media screen and (min-width: 960px) {
  .l-top-teams .list-teams li a:hover {
    transform: scale(1.1);
  }
}
.l-top-teams .list-teams li img {
  display: block;
}
.l-top-teams .list-teams li h5 {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 2em;
  margin-top: 15px;
}
.l-top-teams .list-teams li h5 small {
  display: block;
  font-size: 25%;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .l-top-teams .teams-inner {
    display: flex;
    justify-content: space-between;
  }
  .l-top-teams .teams-inner .pool-box {
    width: 49%;
    margin-bottom: 0;
  }
}

/* ---------------
OUTLINE
------------------ */
.l-outline .outline-box dl {
  margin-bottom: 1px;
}
@media screen and (max-width: 959px) {
  .l-outline .outline-box dl:not(:last-child) {
    margin-bottom: 30px;
  }
}
.l-outline .outline-box dl dt,
.l-outline .outline-box dl dd {
  padding: 1em;
  line-height: 1.4;
}
.l-outline .outline-box dl dt {
  font-weight: bold;
  text-align: center;
  background: #e0e0e0;
  background: #00b5ed;
  color: #fff;
}
.l-outline .outline-box dl dd {
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .l-outline .outline-box dl {
    display: flex;
  }
  .l-outline .outline-box dl dt {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-outline .outline-box dl dd {
    flex: 1;
  }
}

/* ==========================================================================
TICKET
========================================================================== */
.l-main-ticket .l-ticket-match {
  color: #fff;
}
.l-main-ticket .l-ticket-match .sec-ttl.match-card .series {
  display: block;
  border-bottom: 2px solid #fff;
  margin-bottom: 60px;
}
.l-main-ticket .l-ticket-match .sec-ttl.match-card .date {
  display: block;
  margin: 15px 0;
}
.l-main-ticket .l-ticket-match .sec-ttl.match-card .name {
  margin-top: 30px;
  font-size: 5.5rem;
}
.l-main-ticket .l-ticket-match .sec-ttl.match-card .name img {
  vertical-align: middle;
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
.l-main-ticket .l-ticket-match .sec-ttl.match-card .name small i {
  font-family: "DM Sans", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}
.l-main-ticket .l-ticket-match .sec-ttl.match-card .name small.info {
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .l-ticket-match .sec-ttl.match-card .name {
    font-size: 9.4rem;
  }
  .l-main-ticket .l-ticket-match .sec-ttl.match-card .name img {
    width: 80px;
    height: 80px;
  }
}
.l-main-ticket .l-ticket-match .sec-ttl.match-card .name small.info {
  font-size: 2rem;
}
.l-main-ticket .l-ticket-match a {
  color: #fff;
}
.l-main-ticket .l-ticket-match h4 {
  color: #000;
  background: #fff;
}
.l-main-ticket .l-ticket-match hr {
  border-bottom: 1px dotted #fff;
}
.l-main-ticket .l-ticket-match .btn-wrap {
  margin-bottom: 60px;
}
.l-main-ticket .l-ticket-match a.btn-match {
  font-size: 1.6rem;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  max-width: 640px;
  border: 2px solid #fff;
  background: transparent;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .l-ticket-match a.btn-match:hover {
    background: #e7ff00;
    border: 2px solid #e7ff00;
    color: #000;
  }
}

.l-main-ticket .l-ticket-sales {
  color: #000;
}
.l-main-ticket .l-ticket-sales .date {
  border-bottom: 2px solid #000;
}
.l-main-ticket .l-ticket-sales a {
  color: #000;
}
.l-main-ticket .l-ticket-sales h4 {
  color: #fff;
  background: #000;
}
.l-main-ticket .l-ticket-sales hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #fff;
}

.l-main-ticket .sec-ttl .date {
  display: block;
  font-size: 5rem;
}
.l-main-ticket .sec-ttl .date i {
  display: inline-block;
  font-size: 60%;
  padding-left: 5px;
}
.l-main-ticket .sec-ttl .vs {
  font-size: 60%;
}
.l-main-ticket .ticket-box {
  line-height: 1.4;
  margin-bottom: 60px;
}
.l-main-ticket .ticket-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-box p.lead {
    text-align: center;
  }
}
.l-main-ticket .ticket-box a {
  text-decoration: underline;
}
.l-main-ticket .ticket-box h4 {
  padding: 6px 5px 4px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.l-main-ticket .ticket-box h5 {
  font-size: 1.8rem;
}
.l-main-ticket .ticket-box h5,
.l-main-ticket .ticket-box h6 {
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.l-main-ticket .ticket-box hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #fff;
}
.l-main-ticket .ticket-box dl {
  margin-bottom: 15px;
}
.l-main-ticket .ticket-box dl:last-child {
  margin-bottom: 0;
}
.l-main-ticket .ticket-box dl dt {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-box dl {
    display: flex;
  }
}
.l-main-ticket .ticket-box p.notes,
.l-main-ticket .ticket-box span.notes {
  font-size: 92%;
}
.l-main-ticket .ticket-box ul.notes li {
  position: relative;
  line-height: 1.4;
  font-size: 92%;
  margin-bottom: 0.25em;
  margin-left: 1em;
  text-align: justify;
}
.l-main-ticket .ticket-box ul.notes li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}
.l-main-ticket .ticket-box ul.notes li:last-child {
  margin-bottom: 0;
}
.l-main-ticket .ticket-box .penlight {
  margin-top: 30px;
}
.l-main-ticket .ticket-box .penlight h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.l-main-ticket .ticket-box .penlight small {
  font-size: 92%;
}
.l-main-ticket .ticket-box .penlight .photo {
  width: 90%;
  margin: 0 auto;
}
.l-main-ticket .ticket-box .sales-counter {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-box .sales-counter {
    gap: 50px;
  }
}
.l-main-ticket .ticket-box .sales-counter > div a {
  display: block;
  border: 1px solid #666;
}
.l-main-ticket .ticket-box .sales-list {
  margin-top: 30px;
  padding: 15px;
  border-radius: 6px;
  background: #ccf0fb;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .l-main-ticket .ticket-box .sales-list {
    padding: 20px 10px 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-box .sales-list {
    max-width: 720px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 959px) {
  .l-main-ticket .ticket-box .sales-list h5 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-box .sales-list h5 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.l-main-ticket .ticket-box .sales-list > ul {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-box .sales-list > ul {
    padding: 0 15px;
  }
}
.l-main-ticket .ticket-box .sales-list > ul > li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}
.l-main-ticket .ticket-box .sales-list > ul > li:last-child {
  border-bottom: none;
}
.l-main-ticket .ticket-box .sales-list > ul > li .service {
  width: 40%;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-box .sales-list > ul > li .service {
    width: 35%;
    padding: 10px;
  }
}
.l-main-ticket .ticket-box .sales-list > ul > li .txt {
  flex: 1;
  padding: 10px 0 10px 10px 10px;
}
@media screen and (max-width: 959px) {
  .l-main-ticket .ticket-box .sales-list > ul > li .txt p {
    font-size: 1.2rem;
  }
  .l-main-ticket .ticket-box .sales-list > ul > li .txt .notes {
    font-size: 84%;
  }
}
.l-main-ticket .schedule dd {
  font-size: 120%;
}
.l-main-ticket .ticket-table {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 959px) {
  .l-main-ticket .ticket-table {
    width: 100%;
  }
}
.l-main-ticket .ticket-table th,
.l-main-ticket .ticket-table td {
  padding: 10px 5px;
  vertical-align: middle;
  border: 1px solid #666;
  line-height: 1.4;
}
.l-main-ticket .ticket-table th small,
.l-main-ticket .ticket-table td small {
  font-size: 88%;
}
@media screen and (min-width: 960px) {
  .l-main-ticket .ticket-table th,
  .l-main-ticket .ticket-table td {
    font-size: 1.3rem;
  }
}
.l-main-ticket .ticket-table th {
  background: #e0e0e0;
  font-size: 1.3rem;
  font-weight: bold;
}
.l-main-ticket .ticket-table tr td.category {
  width: 18%;
}
.l-main-ticket .ticket-table tr td.sheet {
  width: 50%;
}
.l-main-ticket .ticket-table tr td.price {
  width: 15%;
  text-align: right;
}
.l-main-ticket .ticket-table td.cat0,
.l-main-ticket .ticket-table td.cat1,
.l-main-ticket .ticket-table td.cat2,
.l-main-ticket .ticket-table td.cat3,
.l-main-ticket .ticket-table td.cat4,
.l-main-ticket .ticket-table td.cat4k {
  width: 2%;
}
.l-main-ticket .ticket-table td.cat0 {
  background: purple;
}
.l-main-ticket .ticket-table td.cat1 {
  background: magenta;
}
.l-main-ticket .ticket-table td.cat2 {
  background: blue;
}
.l-main-ticket .ticket-table td.cat3 {
  background: yellow;
}
.l-main-ticket .ticket-table td.cat4 {
  background: lightgreen;
}
.l-main-ticket .ticket-table td.cat4k {
  background: aqua;
}
.l-main-ticket .table-sales {
  width: 100%;
  margin-bottom: 30px;
}
.l-main-ticket .table-sales th,
.l-main-ticket .table-sales td {
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #666;
}
.l-main-ticket .table-sales th a,
.l-main-ticket .table-sales td a {
  color: #000;
}
.l-main-ticket .table-sales th {
  background: #e0e0e0;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 84%;
}
.l-main-ticket .table-sales td {
  text-align: center;
}
.l-main-ticket .table-sales td b {
  font-size: 120%;
}

/* ==========================================================================
MATCHE(Detail)
========================================================================== */
.l-main-match.l-main-match-chichibu #ticket-category-hanazono {
  display: none;
}

.l-main-match.l-main-match-hanazono #ticket-category-chichibu {
  display: none;
}

.l-main-match .sec-card .card {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.l-main-match .sec-card .card span:nth-child(1),
.l-main-match .sec-card .card span:nth-child(3) {
  width: 44%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3rem;
}
@media screen and (max-width: 959px) {
  .l-main-match .sec-card .card span:nth-child(1),
  .l-main-match .sec-card .card span:nth-child(3) {
    justify-content: center;
    flex-direction: column;
  }
  .l-main-match .sec-card .card span:nth-child(1) img,
  .l-main-match .sec-card .card span:nth-child(3) img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .l-main-match .sec-card .card span:nth-child(1) strong,
  .l-main-match .sec-card .card span:nth-child(3) strong {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .l-main-match .sec-card .card span:nth-child(1),
  .l-main-match .sec-card .card span:nth-child(3) {
    justify-content: center;
    gap: 20px;
  }
  .l-main-match .sec-card .card span:nth-child(1) img,
  .l-main-match .sec-card .card span:nth-child(3) img {
    width: 50px;
    height: 50px;
  }
  .l-main-match .sec-card .card span:nth-child(1) {
    justify-content: flex-end;
  }
  .l-main-match .sec-card .card span:nth-child(1) img {
    order: 2;
  }
  .l-main-match .sec-card .card span:nth-child(1) strong {
    order: 1;
  }
  .l-main-match .sec-card .card span:nth-child(3) {
    justify-content: flex-start;
  }
  .l-main-match .sec-card .card span:nth-child(3) img {
    order: 1;
  }
  .l-main-match .sec-card .card span:nth-child(3) strong {
    order: 2;
  }
}
.l-main-match .sec-card .card span:nth-child(2) {
  width: 12%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  font-size: 4rem;
  text-align: center;
}
.l-main-match .sec-card .card span:nth-child(2) b {
  display: none;
  margin: 0 15px;
}
.l-main-match .sec-card .info p {
  font-weight: bold;
}
.l-main-match .sec-card .info .kickoff {
  margin: 30px auto 10px;
  text-align: center;
}
.l-main-match .sec-card .info .studium {
  text-align: center;
}

/* ==========================================================================
FORMAT
========================================================================== */
@media screen and (min-width: 960px) {
  .l-main-format p.lead {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .l-format-about .lead,
  .l-format-pool .lead,
  .l-format-finals .lead {
    text-align: center;
  }
}
.l-format-about .name,
.l-format-pool .name,
.l-format-finals .name {
  font-size: 3rem;
  text-align: center;
}
.l-format-about .name strong,
.l-format-pool .name strong,
.l-format-finals .name strong {
  color: #666;
}
.l-format-about table.match-table,
.l-format-pool table.match-table,
.l-format-finals table.match-table {
  width: 100%;
}
.l-format-about table.match-table tr,
.l-format-pool table.match-table tr,
.l-format-finals table.match-table tr {
  border-bottom: 1px solid #00b5ed;
}
.l-format-about table.match-table th,
.l-format-pool table.match-table th,
.l-format-finals table.match-table th {
  background: #00b5ed;
  color: #fff;
  font-weight: bold;
}
.l-format-about table.match-table th small,
.l-format-pool table.match-table th small,
.l-format-finals table.match-table th small {
  font-size: 80%;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .l-format-about table.match-table th small,
  .l-format-pool table.match-table th small,
  .l-format-finals table.match-table th small {
    display: block;
  }
}
.l-format-about table.match-table th,
.l-format-about table.match-table td,
.l-format-pool table.match-table th,
.l-format-pool table.match-table td,
.l-format-finals table.match-table th,
.l-format-finals table.match-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .l-format-about table.match-table th:nth-child(1),
  .l-format-pool table.match-table th:nth-child(1),
  .l-format-finals table.match-table th:nth-child(1) {
    width: 30%;
  }
  .l-format-about table.match-table th:nth-child(2),
  .l-format-pool table.match-table th:nth-child(2),
  .l-format-finals table.match-table th:nth-child(2) {
    width: 35%;
  }
  .l-format-about table.match-table th:nth-child(3),
  .l-format-pool table.match-table th:nth-child(3),
  .l-format-finals table.match-table th:nth-child(3) {
    width: 35%;
  }
}
@media screen and (min-width: 960px) {
  .l-format-about table.match-table th:nth-child(1),
  .l-format-about table.match-table th:nth-child(3),
  .l-format-pool table.match-table th:nth-child(1),
  .l-format-pool table.match-table th:nth-child(3),
  .l-format-finals table.match-table th:nth-child(1),
  .l-format-finals table.match-table th:nth-child(3) {
    width: 30%;
  }
}
.l-format-about table.match-table td,
.l-format-pool table.match-table td,
.l-format-finals table.match-table td {
  font-size: 1.2rem;
  padding: 15px 10px;
}
.l-format-about table.match-table td img,
.l-format-pool table.match-table td img,
.l-format-finals table.match-table td img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 960px) {
  .l-format-about table.match-table td,
  .l-format-pool table.match-table td,
  .l-format-finals table.match-table td {
    font-size: 1.4rem;
  }
  .l-format-about table.match-table td img,
  .l-format-pool table.match-table td img,
  .l-format-finals table.match-table td img {
    width: 50px;
    height: 50px;
  }
}

.l-format-about {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .l-format-pool p.lead,
  .l-format-finals p.lead {
    text-align: center;
  }
  .l-format-pool .pool-wrapper .pool-box,
  .l-format-finals .pool-wrapper .pool-box {
    width: 48%;
  }
}
.l-format-pool .pool-box h4,
.l-format-finals .pool-box h4 {
  margin-bottom: 15px;
}
.l-format-pool .pool-box-a,
.l-format-finals .pool-box-a {
  margin-bottom: 60px;
}
.l-format-pool .match-table tr td:nth-child(3),
.l-format-finals .match-table tr td:nth-child(3) {
  font-size: 1.3rem;
}
.l-format-pool .match-table .card,
.l-format-finals .match-table .card {
  display: flex;
  align-items: center;
}
.l-format-pool .match-table .card span:nth-child(1),
.l-format-pool .match-table .card span:nth-child(3),
.l-format-finals .match-table .card span:nth-child(1),
.l-format-finals .match-table .card span:nth-child(3) {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .l-format-pool .match-table .card span:nth-child(1),
  .l-format-pool .match-table .card span:nth-child(3),
  .l-format-finals .match-table .card span:nth-child(1),
  .l-format-finals .match-table .card span:nth-child(3) {
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .l-format-pool .match-table .card span:nth-child(1),
  .l-format-pool .match-table .card span:nth-child(3),
  .l-format-finals .match-table .card span:nth-child(1),
  .l-format-finals .match-table .card span:nth-child(3) {
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
  .l-format-pool .match-table .card span:nth-child(1),
  .l-format-finals .match-table .card span:nth-child(1) {
    justify-content: flex-end;
  }
  .l-format-pool .match-table .card span:nth-child(1) img,
  .l-format-finals .match-table .card span:nth-child(1) img {
    order: 1;
  }
  .l-format-pool .match-table .card span:nth-child(1) strong,
  .l-format-finals .match-table .card span:nth-child(1) strong {
    order: 2;
  }
  .l-format-pool .match-table .card span:nth-child(3),
  .l-format-finals .match-table .card span:nth-child(3) {
    justify-content: flex-start;
  }
  .l-format-pool .match-table .card span:nth-child(3) img,
  .l-format-finals .match-table .card span:nth-child(3) img {
    order: 1;
  }
  .l-format-pool .match-table .card span:nth-child(3) strong,
  .l-format-finals .match-table .card span:nth-child(3) strong {
    order: 2;
  }
}
.l-format-pool .match-table .card span:nth-child(2),
.l-format-finals .match-table .card span:nth-child(2) {
  width: 20%;
  padding: 0 5%;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .l-format-pool .pool-wrapper .pool-box {
    width: 48%;
  }
}

@media screen and (min-width: 960px) {
  .l-format-finals .pool-wrapper .pool-box-finals {
    width: 100%;
  }
}

/* ==========================================================================
Matches
========================================================================== */
.l-matches .swiper.match-slider .swiper-wrapper {
  padding: 50px 0px 30px 40px;
}
@media screen and (min-width: 960px) {
  .l-matches .swiper.match-slider .swiper-wrapper {
    padding: 50px 40px 30px 10px;
  }
}
.l-matches .card .card-date {
  height: 3rem;
  left: -10px;
}

.pool h4 {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.pool h4 {
  font-size: 4rem;
  margin-bottom: 30px;
}

.pool-a {
  width: 100%;
  margin: 0 auto 60px;
}

.pool-summary {
  max-width: 95%;
  margin: 0 auto 30px;
}
.pool-summary th,
.pool-summary td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
.pool-summary .pool-summary-head {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.pool-summary tr {
  border-bottom: 1px solid #e0e0e0;
}
.pool-summary tr th {
  background: #e0e0e0;
  font-weight: bold;
  font-size: 1.3rem;
}
.pool-summary tr td:nth-child(1) {
  width: 3%;
}
.pool-summary tr td:nth-child(2) {
  width: 3%;
}
.pool-summary tr td:nth-child(3) {
  width: 49%;
  text-align: left;
}
.pool-summary tr td:nth-child(3) img {
  display: inline;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.pool-summary tr td:nth-child(3) span {
  display: inline;
  font-weight: bold;
}
.pool-summary tr td:nth-child(4) {
  width: 15%;
}
.pool-summary tr td:nth-child(5) {
  width: 15%;
}
.pool-summary tr td:nth-child(6) {
  width: 15%;
}

@media screen and (min-width: 960px) {
  .pool-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .pool-wrapper .pool {
    width: 48%;
  }
}

/* ==========================================================================
TEAMS
========================================================================== */
.l-title-teams .l-title-wrapper {
  min-height: 450px;
  padding: 60px 0 0;
}
@media screen and (min-width: 960px) {
  .l-title-teams .l-title-wrapper {
    min-height: 550px;
    padding: 60px 0 0;
  }
}
.l-title-teams .l-title-wrapper h1 {
  width: auto;
  height: 80px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.l-title-teams .l-title-wrapper h1 img {
  width: auto;
  height: 100%;
}
.l-title-teams .l-title-wrapper h1 span {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .l-title-teams .l-title-wrapper h1 {
    width: auto;
    height: 100px;
  }
}

.l-main-teams .l-teaminfo .info {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 959px) {
  .l-main-teams .l-teaminfo .info {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-main-teams .l-teaminfo .info {
    width: 100%;
    justify-content: center;
    gap: 30px;
  }
}
.l-main-teams .l-teaminfo .info dl {
  display: flex;
  align-items: flex-end;
}
.l-main-teams .l-teaminfo .info dl dt,
.l-main-teams .l-teaminfo .info dl dd {
  color: #fff;
}
.l-main-teams .l-teaminfo .info dl dt {
  width: 35%;
  font-size: 1.2rem;
}
.l-main-teams .l-teaminfo .info dl dd {
  flex: 1;
  font-size: 1.6rem;
  padding-left: 5%;
  font-weight: bold;
}
.l-main-teams .l-teaminfo .info dl dd b {
  font-size: 150%;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .l-main-teams .l-teaminfo .info dl {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .l-main-teams .l-teaminfo .info dl dt,
  .l-main-teams .l-teaminfo .info dl dd {
    text-align: center;
  }
  .l-main-teams .l-teaminfo .info dl dt {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .l-main-teams .l-teaminfo .info dl dd {
    width: 100%;
    font-size: 2rem;
    padding-left: 0;
    font-weight: bold;
  }
}
.l-main-teams .l-about .cnts-readmore {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .l-main-teams .l-about .cnts-readmore::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4200', endColorstr='#ff4200' ,GradientType=0)";
    background: linear-gradient(0deg, #ff4200 0%, rgba(255, 66, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4200", endColorstr="#ff4200", GradientType=1);
  }
}
@media screen and (max-width: 959px) {
  .l-main-teams .l-strengths .cnts-readmore::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff' ,GradientType=0)";
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }
}

/* ---------------
国別タイトル
------------------ */
@media screen and (max-width: 959px) {
  .l-main-teams.l-main-fiji .l-title-teams .l-title-wrapper {
    background: url(../images/teams/fiji/fiji-ttl-bg-sp.jpg) center center no-repeat #000;
    background-size: 100% auto;
  }

  .l-main-teams.l-main-samoa .l-title-teams .l-title-wrapper {
    background: url(../images/teams/samoa/samoa-ttl-bg-sp.jpg) center center no-repeat #000;
    background-size: 100% auto;
  }

  .l-main-teams.l-main-tonga .l-title-teams .l-title-wrapper {
    background: url(../images/teams/tonga/tonga-ttl-bg-sp.jpg) center center no-repeat #000;
    background-size: 100% auto;
  }

  .l-main-teams.l-main-canada .l-title-teams .l-title-wrapper {
    background: url(../images/teams/canada/canada-ttl-bg-sp.jpg) center center no-repeat #000;
    background-size: 100% auto;
  }
  .l-main-teams.l-main-canada .l-title-teams .l-title-wrapper h1 {
    height: 70px;
  }

  .l-main-teams.l-main-japan .l-title-teams .l-title-wrapper {
    background: url(../images/teams/japan/japan-ttl-bg-sp.jpg) center center no-repeat #000;
    background-size: 100% auto;
  }

  .l-main-teams.l-main-usa .l-title-teams .l-title-wrapper {
    background: url(../images/teams/usa/usa-ttl-bg-sp.jpg) center center no-repeat #000;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 960px) {
  .l-main-teams.l-main-fiji .l-title-teams .l-title-wrapper {
    background: url(../images/teams/fiji/fiji-ttl-bg-pc.jpg) center top no-repeat #00b5ed;
  }

  .l-main-teams.l-main-samoa .l-title-teams .l-title-wrapper {
    background: url(../images/teams/samoa/samoa-ttl-bg-pc.jpg) center top no-repeat #00b5ed;
  }

  .l-main-teams.l-main-tonga .l-title-teams .l-title-wrapper {
    background: url(../images/teams/tonga/tonga-ttl-bg-pc.jpg) center top no-repeat #00b5ed;
  }

  .l-main-teams.l-main-canada .l-title-teams .l-title-wrapper {
    background: url(../images/teams/canada/canada-ttl-bg-pc.jpg) center top no-repeat #00b5ed;
  }

  .l-main-teams.l-main-japan .l-title-teams .l-title-wrapper {
    background: url(../images/teams/japan/japan-ttl-bg-pc.jpg) center top no-repeat #00b5ed;
  }

  .l-main-teams.l-main-usa .l-title-teams .l-title-wrapper {
    background: url(../images/teams/usa/usa-ttl-bg-pc.jpg) center top no-repeat #00b5ed;
  }

  .l-main-teams .l-title-teams .l-title-wrapper {
    background-size: cover;
  }
}
.l-main-teams .l-keyplayer .notes {
  text-align: right;
  font-size: x-small;
}
.l-main-teams .l-keyplayer .swiper-wrapper {
  padding: 0 20px 50px;
}
.l-main-teams .player {
  width: 100%;
  background: #fff;
}
.l-main-teams .player .photo {
  margin-bottom: 20px;
}
.l-main-teams .player .prof {
  padding: 0 5% 20px;
}
.l-main-teams .player .prof h5 {
  margin-bottom: 10px;
}
.l-main-teams .player .prof h5 span {
  display: block;
}
.l-main-teams .player .prof h5 span.en {
  font-size: 3rem;
  margin-bottom: 2px;
}
.l-main-teams .player .prof h5 span.ja {
  font-weight: bold;
  font-size: 1.3rem;
}
.l-main-teams .player .prof ul {
  margin-bottom: 10px;
  border-top: 1px solid #333;
}
.l-main-teams .player .prof ul li {
  border-bottom: 1px solid #333;
}
.l-main-teams .player .prof ul li.line2,
.l-main-teams .player .prof ul li.line3 {
  display: flex;
}
.l-main-teams .player .prof ul li.line2 dl,
.l-main-teams .player .prof ul li.line3 dl {
  width: 50%;
}
.l-main-teams .player .prof dl {
  display: flex;
  padding: 10px 0;
  align-items: flex-end;
}
.l-main-teams .player .prof dl dt,
.l-main-teams .player .prof dl dd {
  font-weight: bold;
}
.l-main-teams .player .prof dl dt {
  width: 50px;
  font-size: 1.2rem;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-main-teams .player .prof dl dd {
  flex: 1;
  padding-left: 10px;
}
.l-main-teams .player p {
  font-size: 1.3rem;
  text-align: justify;
}
.l-main-teams .coach {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  padding: 15px;
}
@media screen and (min-width: 960px) {
  .l-main-teams .coach {
    max-width: 640px;
    margin: 0 auto;
  }
}
.l-main-teams .coach .coach-ph {
  display: flex;
  align-items: center;
}
.l-main-teams .coach .coach-ph .photo {
  width: 40%;
  padding-right: 5%;
}
.l-main-teams .coach .coach-ph .prof {
  flex: 1;
}
.l-main-teams .coach .coach-ph .prof h5 {
  margin-bottom: 20px;
}
.l-main-teams .coach .coach-ph .prof h5 span {
  display: block;
}
.l-main-teams .coach .coach-ph .prof h5 span.en {
  font-size: 3rem;
  margin-bottom: 2px;
}
.l-main-teams .coach .coach-ph .prof h5 span.ja {
  font-weight: bold;
  font-size: 1.3rem;
}
.l-main-teams .coach .coach-ph .prof ul {
  margin-bottom: 10px;
}
.l-main-teams .coach .coach-ph .prof ul li {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.l-main-teams .coach .coach-ph .prof ul li dl {
  display: flex;
  padding: 10px 0;
  align-items: flex-end;
}
.l-main-teams .coach .coach-ph .prof ul li dl dt,
.l-main-teams .coach .coach-ph .prof ul li dl dd {
  font-weight: bold;
}
.l-main-teams .coach .coach-ph .prof ul li dl dt {
  width: 50px;
  font-size: 1.2rem;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-main-teams .coach .coach-ph .prof ul li dl dd {
  flex: 1;
  padding-left: 10px;
}
.l-main-teams .l-member .tab-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 960px) {
  .l-main-teams .l-member .tab-btn {
    display: none !important;
  }
}
.l-main-teams .l-member .tab-btn li {
  padding: 10px 20px;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  color: #666;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  background: #666;
  color: #fff;
  cursor: pointer;
}
.l-main-teams .l-member .tab-btn li.is-active {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #fff;
  background: #fff;
  color: #000;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .l-main-teams .l-member .tab-panel {
    display: flex !important;
    justify-content: space-between;
  }
}
.l-main-teams .l-member .tab-panel > li {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .l-main-teams .l-member .tab-panel > li {
    display: block !important;
    width: 45%;
  }
  .l-main-teams .l-member .tab-panel > li h4 {
    font-size: 4rem;
    padding-bottom: 5px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #666;
    color: #666;
  }
}
.l-main-teams .l-member .tab-panel > li > dl {
  display: flex;
  margin-bottom: 15px;
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-main-teams .l-member .tab-panel > li > dl:last-child {
  margin-bottom: 0;
}
.l-main-teams .l-member .tab-panel > li > dl dt {
  width: 80px;
  font-size: 5rem;
}
.l-main-teams .l-member .tab-panel > li > dl dd span {
  display: block;
}
.l-main-teams .l-member .tab-panel > li > dl dd span.en {
  font-size: 3rem;
  margin-bottom: 2px;
}
.l-main-teams .l-member .tab-panel > li > dl dd span.ja {
  font-weight: bold;
  font-size: 1.3rem;
}

/* ==========================================================================
SWIPER
========================================================================== */
/* ---------------
MATCHE SLIDER
------------------ */
.swiper.match-slider {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px 0px;
}

.swiper.match-slider .swiper-wrapper {
  padding: 50px 50px;
}
.swiper.match-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.swiper.match-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper.match-slider .swiper-slide .card {
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 959px) {
  .swiper.match-slider .swiper-slide.swiper-slide-active .card {
    transform: scale(1.2);
  }
}
.swiper.match-slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper.match-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper.match-slider .swiper-pagination-custom,
.swiper.match-slider .swiper-pagination-fraction {
  bottom: 0;
}
.swiper.match-slider .swiper-pagination-fraction {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .swiper.match-slider .swiper-pagination-fraction {
    justify-content: center;
  }
}
.swiper.match-slider .swiper-pagination-fraction .border {
  width: 100px;
  height: 2px;
  margin: 0 8px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .swiper.match-slider .swiper-pagination-fraction .border {
    width: 200px;
  }
}
.swiper.match-slider .swiper-pagination-fraction .border span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #e7ff00;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.swiper.match-slider .swiper-pagination.is-active .border span {
  transform: scaleX(1);
  transition: transform 5s linear;
}
.swiper.match-slider .swiper-pagination-fraction .swiper-pagination-current::before,
.swiper.match-slider .swiper-pagination-fraction .swiper-pagination-total::before {
  content: "0";
}

/* ---------------
IMAGE SLIDER (LOOP)
------------------ */
.swiper.img-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ---------------
KEY PLAYER
------------------ */
/* ==========================================================================
FootNav
========================================================================== */
.l-aside {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  height: 80px;
  background: #e7ff00;
  width: 100%;
}
.l-aside .aside-wrapper {
  display: flex;
  align-items: center;
}
.l-aside .aside-wrapper a {
  font-family: "Tank", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
}
.l-aside .aside-wrapper a small {
  margin-top: 0.2em;
  display: block;
  font-size: xx-small;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .l-aside .aside-wrapper a {
    font-size: 2.4rem;
  }
}
.l-aside .aside-wrapper .sub-ticket {
  height: 80px;
  flex: 1;
  background: url(../images/common/ico-ticket.svg) center center no-repeat #ff4200;
  background-size: auto 95%;
}
.l-aside .aside-wrapper .sub-ticket a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.l-aside .aside-wrapper .sub-menu {
  position: relative;
  width: 75%;
  height: 80px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .l-aside .aside-wrapper .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 80px;
    right: 0;
    top: 0;
    background: #e7ff00;
  }
  .l-aside .aside-wrapper .sub-menu::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0ec";
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    font-size: 1.6rem;
    width: 1em;
    height: 1em;
    z-index: 3;
  }
}
@media screen and (min-width: 960px) {
  .l-aside .aside-wrapper .sub-menu {
    width: 80%;
  }
}
.l-aside .aside-wrapper .sub-menu .sub-slider__wrapper {
  display: flex;
}
@media screen and (max-width: 959px) {
  .l-aside .aside-wrapper .sub-menu .sub-slider__wrapper {
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 15px 31px 15px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-aside .aside-wrapper .sub-menu .sub-slider__wrapper {
    padding: 15px 0;
    justify-content: center;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.l-aside .aside-wrapper .sub-menu .sub-slider__slide {
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-aside .aside-wrapper .sub-menu .sub-slider__slide:not(last-child) {
    border-right: 1px solid #888;
  }
}
.l-aside .aside-wrapper .sub-menu .sub-slider__slide .sub-inner {
  position: relative;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-aside .aside-wrapper .sub-menu .sub-slider__slide a i {
  font-size: 60%;
}
@media screen and (max-width: 959px) {
  .l-aside .aside-wrapper .sub-menu .sub-slider__slide a {
    border-radius: 5px;
    width: auto;
    margin: 0 10px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  .l-aside .aside-wrapper .sub-menu .sub-slider__slide a {
    width: auto;
    padding: 10px 20px;
  }
}
.l-aside .aside-wrapper .sub-menu .sub-slider__slide a.is-current {
  background: rgba(255, 255, 255, 0.7);
}
.l-aside .aside-wrapper .sub-menu .sub-slider__slide a.is-top.is-current {
  background: rgba(255, 255, 255, 0);
}
.l-aside .aside-wrapper .sub-menu .sub-slider__slide.swiper-slide-active a {
  background: #fff;
}

/*# sourceMappingURL=style.css.map */
