<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 初期設定
========================================================= */
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* 基本設定
----------------------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  background-color: #0F218B;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

p {
  margin: 0;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

select option {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

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

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

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

a {
  text-decoration: none;
  color: #000000;
  transition: ease .4s;
}

a:before, a:after {
  transition: ease .4s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* アニメーション
========================================================= */
@keyframes anim-mask {
  0% {
    transform: translate(0, 101%);
    opacity: 0;
  }
  0.1% {
    transform: translate(0, 101%);
    opacity: 1;
  }
  50%, 53% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  99.9% {
    transform: translate(0, -101%);
    opacity: 1;
  }
  100% {
    transform: translate(0, -101%);
    opacity: 0;
  }
}

#fctokyo-npnt .anim-mask {
  color: transparent;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.8s ease;
}

#fctokyo-npnt .anim-mask::before {
  content: "";
  background-color: #0F218B;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: translate(0, 101%);
  opacity: 0;
  will-change: transform;
  width: 100%;
  height: 100%;
}

#fctokyo-npnt .anim-mask.--opacity &gt; * {
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.is-loaded #fctokyo-npnt .is-active &gt; .anim-mask,
body.is-loaded #fctokyo-npnt .is-active &gt; * &gt; .anim-mask,
body.is-loaded #fctokyo-npnt .anim-mask.is-active {
  transition-delay: 0.4s;
  color: #0F218B;
}

body.is-loaded #fctokyo-npnt .is-active &gt; .anim-mask::before,
body.is-loaded #fctokyo-npnt .is-active &gt; * &gt; .anim-mask::before,
body.is-loaded #fctokyo-npnt .anim-mask.is-active::before {
  animation: anim-mask 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

body.is-loaded #fctokyo-npnt .is-active &gt; .anim-mask.--opacity &gt; *,
body.is-loaded #fctokyo-npnt .is-active &gt; * &gt; .anim-mask.--opacity &gt; *,
body.is-loaded #fctokyo-npnt .anim-mask.is-active.--opacity &gt; * {
  transition-delay: 0.4s;
  opacity: 1;
}

#fctokyo-npnt .anim-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

body.is-loaded #fctokyo-npnt .is-active &gt; .anim-fade-up,
body.is-loaded #fctokyo-npnt .anim-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー
========================================================= */
#fctokyo-npnt .header {
  position: absolute;
  top: 75px;
  left: 45px;
  z-index: 10;
}

@media (max-width: 767px) {
  #fctokyo-npnt .header {
    top: 60px;
    left: 20px;
  }
}

#fctokyo-npnt .header__inner {
  display: flex;
}

#fctokyo-npnt .header__logo {
  display: block;
}

#fctokyo-npnt .header__logo img {
  height: 80px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .header__logo img {
    height: 52px;
  }
}

#fctokyo-npnt .header__title {
  margin-top: 10px;
  margin-left: 40px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .header__title {
    margin-top: 8px;
    margin-left: 15px;
  }
}

#fctokyo-npnt .header__title img {
  width: 250px;
  opacity: 0;
  transition: opacity 1s ease;
}

@media (max-width: 767px) {
  #fctokyo-npnt .header__title img {
    width: 160px;
  }
}

body.is-loaded #fctokyo-npnt .header__title img {
  opacity: 1;
  transition-delay: 1.6s;
}

/* フッター
========================================================= */
#fctokyo-npnt .footer {
  background-color: #0F218B;
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#fctokyo-npnt .footer::before {
  content: "";
  background: url(../img/footer_fire.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer::before {
    background-image: url(../img/footer_fire_sp.png);
  }
}

#fctokyo-npnt .footer__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

@media (min-width: 768px) {
  #fctokyo-npnt .footer__inner {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  #fctokyo-npnt .footer__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#fctokyo-npnt .footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer-sns {
    margin-bottom: 40px;
  }
}

#fctokyo-npnt .footer-sns__item {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer-sns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#fctokyo-npnt .footer-sns__btn {
  display: block;
  transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .footer-sns__btn:hover {
    opacity: 0.9;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer-sns__btn {
    width: 32px;
  }
  #fctokyo-npnt .footer-sns__btn.--small {
    width: 28px;
  }
  #fctokyo-npnt .footer-sns__btn.--large {
    width: 39px;
  }
}

#fctokyo-npnt .footer-sns__btn img {
  width: 100%;
}

#fctokyo-npnt .footer__logo {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .footer__logo:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer__logo {
    width: 205px;
  }
}

#fctokyo-npnt .footer__logo a {
  display: block;
}

#fctokyo-npnt .footer__bottom {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer__bottom {
    padding-top: 50px;
  }
}

#fctokyo-npnt .footer__copyright {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #fctokyo-npnt .footer__copyright {
    font-size: 10px;
    font-size: 0.66667rem;
  }
}

#fctokyo-npnt .pagetop {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FC0019;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .pagetop:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .pagetop {
    right: 10px;
    width: 60px;
    height: 60px;
  }
}

#fctokyo-npnt .pagetop &gt; span {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.73333rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1.45;
  padding-top: 22px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .pagetop &gt; span {
    font-size: 10px;
    font-size: 0.66667rem;
    padding-top: 18px;
  }
}

#fctokyo-npnt .pagetop &gt; span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .pagetop &gt; span::before {
    width: 17px;
    height: 17px;
  }
}

#fctokyo-npnt .about, #fctokyo-npnt .match, #fctokyo-npnt .activity, #fctokyo-npnt .sponser {
  background-color: #0F218B;
}

#fctokyo-npnt {
  position: relative;
  z-index: 0;
  background-color: #0F218B;
}

#fctokyo-npnt::before, #fctokyo-npnt::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 45px;
  border-left: 15px solid #FC0019;
  border-right: 15px solid #FC0019;
  transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  #fctokyo-npnt::before, #fctokyo-npnt::after {
    border-left-width: 10px;
    border-right-width: 10px;
    width: 30px;
  }
}

#fctokyo-npnt::before {
  top: 0;
  left: 50%;
  margin-left: -52.5px;
}

@media (max-width: 767px) {
  #fctokyo-npnt::before {
    margin-left: -35px;
  }
}

#fctokyo-npnt::after {
  bottom: 0;
  right: 50%;
  margin-right: -52.5px;
}

@media (max-width: 767px) {
  #fctokyo-npnt::after {
    margin-right: -35px;
  }
}

#fctokyo-npnt .content {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#fctokyo-npnt .content__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

@media (min-width: 768px) {
  #fctokyo-npnt .content__inner {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  #fctokyo-npnt .content__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#fctokyo-npnt .content--layout {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .content--layout {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#fctokyo-npnt .content--layout::before {
  content: "";
  background: url(../img/ink_bg.png) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  transition: opacity .7s ease;
  pointer-events: none;
  z-index: -1;
  opacity: 0.8;
}

@media (max-width: 767px) {
  #fctokyo-npnt .content--layout::before {
    background-image: url(../img/ink_bg_sp.png);
  }
}

#fctokyo-npnt .content--layout.js-scroll::before {
  opacity: 0;
  transition: opacity 1.4s ease;
}

body.is-loaded #fctokyo-npnt .content--layout.is-active::before {
  opacity: 1;
}

#fctokyo-npnt .ico-more {
  display: inline-block;
  position: relative;
  background-color: #FC0019;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  padding: 3px 33px 3px 13px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .ico-more {
    font-size: 10px;
    font-size: 0.66667rem;
    padding: 2px 24px 2px 4px;
  }
}

#fctokyo-npnt .ico-more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 10px;
  height: 11px;
  background: url(../img/icon_arrow-up-right.svg) no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  #fctokyo-npnt .ico-more::before {
    right: 7px;
    width: 9px;
    height: 10px;
  }
}

#fctokyo-npnt .text-base {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  #fctokyo-npnt .text-base {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.78;
  }
}

#fctokyo-npnt .text-link {
  text-decoration: underline;
  color: #000000;
  transition: color .4s;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .text-link:hover {
    text-decoration: none;
    color: #FC0019;
  }
}

#fctokyo-npnt .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#fctokyo-npnt .card-list.big {
  margin-bottom: 15px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  #fctokyo-npnt .card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #fctokyo-npnt .card-list.big {
    grid-template-columns: repeat(1, 1fr);
  }
}

#fctokyo-npnt .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

#fctokyo-npnt .card__img {
  background: #CAD4DB;
  overflow: hidden;
  position: relative;
}

#fctokyo-npnt .card__img::before {
  content: "";
  display: block;
  padding-top: calc((191 / 340) * 100%);
}

@media (max-width: 767px) {
  #fctokyo-npnt .card__img::before {
    padding-top: calc((84 / 150) * 100%);
  }
}

#fctokyo-npnt .card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.0);
  will-change: transform;
  transition: 0.3s ease-in-out;
}

#fctokyo-npnt .card__main {
  flex-grow: 1;
  background-color: #ffffff;
  position: relative;
  padding: 20px 20px 47px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .card__main {
    padding: 10px 10px 30px;
  }
}

#fctokyo-npnt .card__main-ttl {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #fctokyo-npnt .card__main-ttl {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.75;
  }
}

#fctokyo-npnt .card__main-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

#fctokyo-npnt .card__desc {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .card:hover .card__img img {
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {
  #fctokyo-npnt .card-list-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .card-list-2col &gt; * + * {
    margin-top: 20px;
  }
}

#fctokyo-npnt .card-2 {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

@media (min-width: 768px) {
  #fctokyo-npnt .card-2 {
    height: 100%;
  }
}

#fctokyo-npnt .card-2__img {
  background: #CAD4DB;
  overflow: hidden;
  position: relative;
}

#fctokyo-npnt .card-2__img::before {
  content: "";
  display: block;
  padding-top: calc((315 / 560) * 100%);
}

@media (max-width: 767px) {
  #fctokyo-npnt .card-2__img::before {
    padding-top: calc((186 / 330) * 100%);
  }
}

#fctokyo-npnt .card-2__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.0);
  will-change: transform;
  transition: 0.3s ease-in-out;
}

#fctokyo-npnt .card-2__main {
  flex-grow: 1;
  background-color: #ffffff;
  position: relative;
  padding: 20px 20px 36px;
  margin-left: auto;
  margin-top: -60px;
  width: 84.82143%;
}

@media (max-width: 767px) {
  #fctokyo-npnt .card-2__main {
    margin-top: -40px;
    padding: 14px 15px 30px;
    width: 80%;
  }
}

#fctokyo-npnt .card-2__main-ttl {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #fctokyo-npnt .card-2__main-ttl {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.75;
  }
}

#fctokyo-npnt .card-2__main-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

#fctokyo-npnt .card-2__desc {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .card-2:hover .card-2__img img {
    transform: scale(1.05);
  }
}

#fctokyo-npnt .heading {
  background-color: #ffffff;
  text-align: center;
  color: #0F218B;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px 40px;
  position: relative;
}

@media (max-width: 767px) {
  #fctokyo-npnt .heading {
    padding: 55px 20px 30px;
  }
}

#fctokyo-npnt .heading::before {
  content: "";
  background: url(../img/ink_01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 102px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .heading::before {
    top: 45px;
    width: 100px;
    height: 92px;
  }
}

#fctokyo-npnt .heading.ink--2::before {
  background-image: url(../img/ink_02.svg);
  width: 107px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .heading.ink--2::before {
    width: 97px;
  }
}

#fctokyo-npnt .heading.ink--3::before {
  background-image: url(../img/ink_03.svg);
  background-position: -1px 0;
  width: 116px;
  top: 90px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .heading.ink--3::before {
    background-position: 4px 0;
    width: 104px;
    top: 35px;
  }
}

#fctokyo-npnt .heading.ink--none::before {
  display: none;
}

#fctokyo-npnt .heading &gt; * {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#fctokyo-npnt .heading__sub {
  font-size: 42px;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  #fctokyo-npnt .heading__sub {
    font-size: 32px;
    font-size: 2.13333rem;
    line-height: 1.46875;
  }
}

#fctokyo-npnt .heading__ttl {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  margin-top: -4px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .heading__ttl {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.42;
  }
}

#fctokyo-npnt .heading.js-scroll::before {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.is-loaded #fctokyo-npnt .heading.is-active::before {
  opacity: 1;
  transition-delay: 0.4s;
}

#fctokyo-npnt .modal {
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

#fctokyo-npnt .modal__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 740px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#fctokyo-npnt .modal__content {
  overflow: auto;
  max-height: 90vh;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.4s, transform 0.4s;
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__content {
    max-height: 85vh;
    transform: translateY(-20px);
  }
}

#fctokyo-npnt .modal__card {
  display: block;
  background-color: #ffffff;
}

#fctokyo-npnt .modal__card-main {
  padding: 30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__card-main {
    padding: 15px;
  }
}

#fctokyo-npnt .modal__card-img {
  background-color: #CAD4DB;
  overflow: hidden;
  position: relative;
}

#fctokyo-npnt .modal__card-img::before {
  content: "";
  display: block;
  padding-top: calc((360 / 640) * 100%);
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__card-img::before {
    padding-top: calc((196 / 350) * 100%);
  }
}

#fctokyo-npnt .modal__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#fctokyo-npnt .modal__card-ttl {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__card-ttl {
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 10px;
  }
}

#fctokyo-npnt .modal__card-desc {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__card-desc {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.78;
  }
}

#fctokyo-npnt .modal__close {
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .modal__close:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__close {
    top: 20px;
    right: 15px;
    width: 32px;
    height: 32px;
  }
}

#fctokyo-npnt .modal__close::before, #fctokyo-npnt .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  width: 3px;
  height: 40px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .modal__close::before, #fctokyo-npnt .modal__close::after {
    height: 32px;
  }
}

#fctokyo-npnt .modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#fctokyo-npnt .modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

#fctokyo-npnt .modal.is-active {
  opacity: 1;
  pointer-events: all;
}

#fctokyo-npnt .modal.is-active .modal__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}

#fctokyo-npnt .visual {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .visual {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#fctokyo-npnt .visual__main {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
  background-color: #0F218B;
  opacity: 0;
  transition: opacity 0.7s ease;
  height: calc((824 / 844) * 100vh);
}

@media (min-width: 768px) {
  #fctokyo-npnt .visual__main {
    padding-bottom: max(6.25vw, 80px);
    min-height: 770px;
    height: max(60.15625vw, 770px);
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .visual__main {
    padding-bottom: max(20.51282vw, 80px);
    background-image: url(../img/kv_ink_down_sp-a.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}

#fctokyo-npnt .visual__main::before, #fctokyo-npnt .visual__main::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

#fctokyo-npnt .visual__main::before {
  top: 0;
}

@media (min-width: 768px) {
  #fctokyo-npnt .visual__main::before {
    background-image: url(../img/kv_ink_up.png);
    height: max(12.5vw, 160px);
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .visual__main::before {
    background-image: url(../img/kv_ink_up_sp.png);
    height: calc((94 / 390) * 100vw);
  }
}

#fctokyo-npnt .visual__main::after {
  bottom: 0;
}

@media (min-width: 768px) {
  #fctokyo-npnt .visual__main::after {
    background-image: url(../img/kv_ink_down.png);
    height: max(14.375vw, 184px);
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .visual__main::after {
    background-image: url(../img/kv_ink_down_sp.png);
    height: calc((134 / 390) * 100vw);
  }
}

#fctokyo-npnt .visual__slide {
  background-color: #ffffff;
  display: none;
  height: 100%;
}

#fctokyo-npnt .visual__slide.slick-initialized {
  display: block;
}

#fctokyo-npnt .visual__slide-img {
  display: block;
}

#fctokyo-npnt .visual__slide-img img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  height: max(53.90625vw, 690px);
  object-fit: cover;
}

@media (max-width: 767px) {
  #fctokyo-npnt .visual__slide-img img {
    min-height: auto;
    height: calc((744 / 844) * 100vh);
  }
}

#fctokyo-npnt .visual__banner {
  position: absolute;
  right: 0;
  bottom: max(9.375vw, 120px);
  z-index: 2;
  display: block;
  width: 368px;
  pointer-events: none;
}

#fctokyo-npnt .visual__banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
  z-index: -1;
}

@media (max-width: 767px) {
  #fctokyo-npnt .visual__banner {
    bottom: calc((130 / 390) * 100vw);
    width: 290px;
  }
}

#fctokyo-npnt .visual__banner img {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .visual__banner:hover:after {
    opacity: 1;
  }
}

body.is-loaded #fctokyo-npnt .visual__main {
  opacity: 1;
  transition-delay: 0.5s;
}

body.is-loaded #fctokyo-npnt .visual__banner .anim-mask.--opacity &gt; * {
  transition-delay: 1.6s;
  opacity: 1;
  pointer-events: all;
}

body.is-loaded #fctokyo-npnt .visual__banner .anim-mask::before {
  animation: anim-mask 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s forwards;
}

#fctokyo-npnt .about {
  background-color: #E6EBEE;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 180px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .about {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

#fctokyo-npnt .about::before {
  content: "";
  background: url(../img/about_bg.png) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 212px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: overlay;
}

@media (max-width: 767px) {
  #fctokyo-npnt .about::before {
    background-size: contain;
    background-image: url(../img/about_bg_sp.png);
    top: auto;
    bottom: calc((-50 / 390) * 100vw);
    height: calc((247 / 390) * 100vw);
  }
}

#fctokyo-npnt .about .heading {
  background: transparent;
}

@media (max-width: 767px) {
  #fctokyo-npnt .about__body .content__inner {
    padding-right: 14px;
  }
}

#fctokyo-npnt .about__catch {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .about__catch {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#fctokyo-npnt .about__catch img {
  height: 105px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .about__catch img {
    height: 50px;
  }
}

#fctokyo-npnt .about__text {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.8;
}

#fctokyo-npnt .about__text + .about__text {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .about__text {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.75;
  }
  #fctokyo-npnt .about__text + .about__text {
    margin-top: 16px;
  }
}

#fctokyo-npnt .match-data__league {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__league {
    margin-bottom: 24px;
  }
}

#fctokyo-npnt .match-data__league &gt; img {
  flex-shrink: 0;
  width: 110px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__league &gt; img {
    width: 90px;
  }
}

#fctokyo-npnt .match-data__league &gt; span {
  color: #ffffff;
  display: block;
  margin-left: 20px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.444;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__league &gt; span {
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

#fctokyo-npnt .match-data__main {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

#fctokyo-npnt .match-data__club {
  width: 161px;
  margin-top: -35px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__club {
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__club:nth-of-type(1) {
    grid-column: 1 / 2;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__club:nth-of-type(2) {
    grid-column: 2 / 3;
  }
}

#fctokyo-npnt .match-data__club-emb {
  height: 160px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__club-emb {
    height: 100px;
  }
}

#fctokyo-npnt .match-data__club-team {
  color: #ffffff;
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__club-team {
    margin-top: 9px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

#fctokyo-npnt .match-data__index {
  color: #ffffff;
  font-weight: 700;
  width: 400px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__index {
    grid-row: 2 / 3;
    grid-column: span 3;
    width: auto;
  }
}

#fctokyo-npnt .match-data__index-date, #fctokyo-npnt .match-data__index-kickoff {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}

#fctokyo-npnt .match-data__index-date {
  font-size: 80px;
  font-size: 5.33333rem;
  line-height: 1.475;
}

#fctokyo-npnt .match-data__index-date &gt; span {
  display: inline-block;
  font-size: 40px;
  font-size: 2.66667rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__index-date {
    font-size: 60px;
    font-size: 4rem;
  }
  #fctokyo-npnt .match-data__index-date &gt; span {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

#fctokyo-npnt .match-data__index-kickoff {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: -5px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__index-kickoff {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

#fctokyo-npnt .match-data__index-stadium {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.444;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__index-stadium {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

#fctokyo-npnt .match-data__index-ico {
  text-align: center;
  display: inline-block;
  margin-right: 9px;
  font-size: 13px;
  font-size: 0.86667rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.539;
  font-weight: 700;
  background: #C69214;
  padding: 2px 5px;
  min-width: 54px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-data__index-ico {
    font-size: 11px;
    font-size: 0.73333rem;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 52px;
  }
}

#fctokyo-npnt .match-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-btn {
    margin-top: 20px;
  }
}

#fctokyo-npnt .match-btn a {
  display: block;
  position: relative;
  transition: transform 0.4s ease;
  transform: scale(1.0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  width: 324px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .match-btn a {
    width: 270px;
  }
}

#fctokyo-npnt .match-btn a::before {
  content: "";
  background: url(../img/btn_ticket_hov.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .match-btn a:hover {
    transform: scale(0.98);
  }
  #fctokyo-npnt .match-btn a:hover::before {
    opacity: 1;
  }
}

#fctokyo-npnt .event {
  background-color: #E6EBEE;
  padding: 50px;
  margin-top: 40px;
}

#fctokyo-npnt .event.sca {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .event {
    padding: 30px 10px 10px;
    margin-top: 30px;
  }
  #fctokyo-npnt .event.sca {
    margin-bottom: 20px;
  }
}

#fctokyo-npnt .event__title {
  color: #0F218B;
  text-align: center;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 20px;
}

#fctokyo-npnt .sca .event__title {
  color: #000;
}

@media (max-width: 767px) {
  #fctokyo-npnt .event__title {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

#fctokyo-npnt .event-pic {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

#fctokyo-npnt .event-pic__item {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  #fctokyo-npnt .event-pic {
    gap: 5px;
    margin-bottom: 10px;
  }
  #fctokyo-npnt .event-pic__item {
    width: calc(50% - 5px);
  }
}

#fctokyo-npnt .event-panel {
  background-color: #ffffff;
}

@media (min-width: 960px) {
  #fctokyo-npnt .event-panel {
    display: flex;
  }
}

#fctokyo-npnt .event-panel__img {
  background-color: #CCDFEF;
}

@media (min-width: 960px) {
  #fctokyo-npnt .event-panel__img {
    width: calc((640 / 1050) * 100%);
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
}

#fctokyo-npnt .event-panel__img img {
  width: 100%;
}

#fctokyo-npnt .event-video {
  margin: 0 auto;
  padding: 30px 30px 0;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 767px) {
  #fctokyo-npnt .event-video {
    padding: 4px 4px 0;
  }
}

#fctokyo-npnt .event-video__item {
  position: relative;
  padding: 56.25% 0 0;
  width: 100%;
}

#fctokyo-npnt .event-video__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fctokyo-npnt .event-panel__main {
  padding: 30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .event-panel__main {
    padding: 15px;
  }
}

#fctokyo-npnt .event-panel__ttl {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #fctokyo-npnt .event-panel__ttl {
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 15px;
  }
}

#fctokyo-npnt .event-panel__text {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  #fctokyo-npnt .event-panel__text {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.78;
  }
}

#fctokyo-npnt .event-panel__note {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 2;
}

@media (max-width: 767px) {
  #fctokyo-npnt .event-panel__note {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

#fctokyo-npnt .activity .heading {
  padding-top: 90px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .activity .heading {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}

#fctokyo-npnt .activity .heading__sub {
  letter-spacing: 0.08em;
  line-height: 1.47619;
}

@media (max-width: 767px) {
  #fctokyo-npnt .activity .heading__sub {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.14286;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .activity .heading__ttl {
    margin-top: -1px;
    line-height: 1.42857;
  }
}

#fctokyo-npnt .sponser {
  background-color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 50px;
  }
}

#fctokyo-npnt .sponser .heading {
  padding-top: 107px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser .heading {
    padding-top: 50px;
  }
}

#fctokyo-npnt .sponser .content__inner {
  max-width: 1250px;
}

@media (min-width: 1280px) {
  #fctokyo-npnt .sponser .content__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#fctokyo-npnt .sponser-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-left: -30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list {
    margin-left: -2.5641vw;
  }
}

#fctokyo-npnt .sponser-list.--large li {
  width: calc(100% * 1 / 3.001);
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list.--large li {
    width: 50%;
  }
}

#fctokyo-npnt .sponser-list.--large li a {
  height: min(7.8125vw, 100px);
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list.--large li a {
    height: max(11.28205vw, 44px);
  }
}

#fctokyo-npnt .sponser-list.--medium li {
  width: 20%;
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list.--medium li {
    width: calc(100% * 1 / 3.001);
  }
}

#fctokyo-npnt .sponser-list.--medium li a {
  height: min(4.45313vw, 57px);
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list.--medium li a {
    height: max(7.17949vw, 28px);
  }
}

#fctokyo-npnt .sponser-list.--small li {
  width: 16.6667%;
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list.--small li {
    width: 25%;
  }
}

#fctokyo-npnt .sponser-list.--small li a {
  height: min(3.59375vw, 46px);
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list.--small li a {
    height: max(5.38462vw, 21px);
  }
}

#fctokyo-npnt .sponser-list li {
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  #fctokyo-npnt .sponser-list li {
    padding-left: 2.5641vw;
    padding-bottom: 2.5641vw;
  }
}

@media (min-width: 768px) {
  #fctokyo-npnt .sponser-list li.expand {
    width: 100%;
  }
}

#fctokyo-npnt .sponser-list li a {
  display: inline-block;
  transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  #fctokyo-npnt .sponser-list li a:hover {
    opacity: 0.7;
  }
}

#fctokyo-npnt .sponser-list li img {
  height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  #fctokyo-npnt .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  #fctokyo-npnt .hidden-sp {
    display: none;
  }
}

#fctokyo-npnt .hidden {
  display: none;
}
</pre></body></html>