@charset "UTF-8";
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* * What follows is the result of much research on cross-browser styling.
 * * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * * Base styles: opinionated defaults
 * * ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* * Remove text-shadow in selection highlight:
 * * https://twitter.com/miketaylr/status/12228805301
 * *
 * * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * * https://stackoverflow.com/a/16982510/7133471
 * *
 * * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes,
 * * images, videos and the bottom of their containers:
 * * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * * Browser Upgrade Prompt
 * * ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * * Author's custom styles
 * * ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  color: #2E353C;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

a {
  color: #003894;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  opacity: 1;
}
a.no-link {
  pointer-events: none;
}

input[type=submit], input[type=reset], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  opacity: 1;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease-in;
}
button:hover {
  opacity: 1;
}
button::-webkit-search-decoration {
  display: none;
}
button::focus {
  outline-offset: -2px;
}

input[type=submit]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=reset]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

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

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

p:empty {
  margin: 0;
}

:focus {
  outline: none;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.content {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.content.n {
  width: 840px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.image-scroll {
  margin: 50px 0;
}
.image-scroll .swiper-wrapper {
  transition-timing-function: linear;
}
.image-scroll img {
  display: block;
}

.btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  border: solid 1px #003894;
  color: #003894;
  font-weight: 700;
  transition: all 100ms ease-in;
}
.btn a::before, .btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 24px;
  width: 7px;
  height: 1px;
  background: #003894;
  transform-origin: 100% 50%;
  transform: rotate(45deg);
}
.btn a::after {
  transform: rotate(-45deg);
}
.btn a:hover {
  background: #003894;
  color: #ffffff;
}
.btn a:hover::before, .btn a:hover::after {
  background: #ffffff;
}
.btn a:not(:nth-of-type(1)) {
  margin-left: 48px;
}
.btn a.ex::before {
  display: none;
}
.btn a.ex::after {
  content: "";
  display: inline-block;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/icon-link-ex-b.png) 0 0 no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.btn a.ex:hover::after {
  background-image: url(../img/icon-link-ex.png);
}
.btn.v2 a {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.v2 a::before, .btn.v2 a::after {
  background: #ffffff;
}
.btn.v2 a:hover {
  background: #ffffff;
  color: #003894;
}
.btn.v2 a:hover::before, .btn.v2 a:hover::after {
  background: #003894;
}
.btn.l a {
  width: 400px;
  height: 60px;
  font-size: 1.8rem;
}
.btn.l a::before, .btn.l a::after {
  top: 30px;
}
.btn.w a {
  width: 300px;
}

.btn-more {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.btn-more button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  border: solid 1px #003894;
  background: none;
  color: #003894;
  font-weight: 700;
  transition: all 100ms ease-in;
}
.btn-more button:hover {
  background: #003894;
  color: #ffffff;
}
.btn-more button:hover::before, .btn-more button:hover::after {
  background: #ffffff;
}
.btn-more button:not(:nth-of-type(1)) {
  margin-left: 48px;
}

.movie-wrap {
  width: 100%;
}
.movie-wrap .movie-item {
  position: relative;
  padding-bottom: 56.25%;
}
.movie-wrap .movie-item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.movie-wrap p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.calendar-wrap {
  width: 100%;
}
.calendar-wrap iframe {
  width: 100%;
  border: none;
  aspect-ratio: 10/9;
}

.map-wrap {
  width: 100%;
  margin: 40px 0;
}
.map-wrap iframe {
  width: 100%;
  border: none;
  aspect-ratio: 5/2;
}

ul.news-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -30px 0 0;
  padding: 0;
}
ul.news-list::before, ul.news-list::after {
  content: "";
  display: block;
  width: 22%;
}
ul.news-list::before {
  order: 1;
}
ul.news-list li {
  width: 22%;
  margin-top: 30px;
}
ul.news-list li a {
  display: block;
}
ul.news-list li a p {
  margin: 10px 0 0;
}
ul.news-list li a p .category {
  display: inline-block;
  width: 80px;
  padding: 3px 6px;
  background: #284075;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
ul.news-list li a p .category.game {
  background: #003894;
}
ul.news-list li a p .category.press {
  background: #DCAF00;
}
ul.news-list li a p .category.activity {
  background: #287216;
}
ul.news-list li a p .date {
  margin-left: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
ul.news-list li a h3 {
  margin: 5px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}

#wrapper {
  padding-top: 130px;
  overflow: hidden;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: url(../img/parts-bg.png) 0 0 repeat;
}
#header::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DCAF00;
}
#header h1 {
  margin: 0;
  line-height: 0;
}
#header h1 a {
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 2px;
}
#header h1 a img:nth-of-type(1) {
  width: 306px;
}
#header h1 a img:nth-of-type(2) {
  width: 320px;
  margin: 14px 0 0 36px;
}
#header #nav > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#header #nav > ul > li {
  display: flex;
  position: relative;
  margin-left: 60px;
  align-items: center;
}
#header #nav > ul > li:nth-child(1) {
  margin-left: 0;
}
#header #nav > ul > li.has-child > a {
  padding-right: 15px;
  padding-right: 0;
}
#header #nav > ul > li.has-child > a::before, #header #nav > ul > li.has-child > a::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #ffffff;
}
#header #nav > ul > li.has-child > a::after {
  transform: rotate(90deg);
  transition: all 100ms ease-in;
}
#header #nav > ul > li.has-child > ul {
  list-style: none;
  position: absolute;
  left: 50%;
  top: -9999px;
  z-index: 1;
  margin: 0;
  padding-inline: 0;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity 100ms ease-in;
}
#header #nav > ul > li.has-child > ul > li {
  background: #000000;
}
#header #nav > ul > li.has-child > ul > li > a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 40px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
#header #nav > ul > li.has-child.active > a::after {
  transform: none;
}
#header #nav > ul > li.has-child:hover > ul {
  top: 100%;
  opacity: 1;
}
#header #nav > ul > li > a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
}
#header #nav > ul > li > a.ex {
  pointer-events: none;
}
#header #nav > ul > li > a.ex::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/icon-link-ex.png) 0 0 no-repeat;
  background-size: contain;
}
#header #nav-btn {
  display: none;
}
#header #header-sns {
  position: absolute;
  right: 30px;
  top: 30px;
}
#header #header-sns ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
#header #header-sns ul li {
  margin: 0 10px;
}
#header #header-sns ul li a img {
  display: block;
  height: 32px;
}

#footer {
  padding: 40px 0;
  background: url(../img/parts-bg.png) 0 0 repeat;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer .content > div {
  display: flex;
}
#footer .content > div > div:nth-of-type(1) {
  width: 20%;
}
#footer .content > div > div:nth-of-type(1) h2 {
  margin: 0;
}
#footer .content > div > div:nth-of-type(1) h2 img {
  width: 83.3333%;
}
#footer .content > div > div:nth-of-type(2) {
  flex: 1;
}
#footer .content > div > div:nth-of-type(2) nav > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -50px 0 0;
  padding: 0;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li {
  width: 25%;
  margin-top: 50px;
  padding-left: 4.16667%;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li > a {
  display: block;
  padding-bottom: 8px;
  border-bottom: solid 2px #DCAF00;
  font-size: 1.4rem;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li > a.ex::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/icon-link-ex.png) 0 0 no-repeat;
  background-size: contain;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li.has-child > a {
  pointer-events: none;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li.has-child > ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li.has-child > ul > li {
  margin-top: 8px;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li.has-child > ul > li a {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer .content > div > div:nth-of-type(2) > div {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-left: 4.16667%;
}
#footer .content > div > div:nth-of-type(2) > div .btn {
  margin: 0;
}
#footer .content > div > div:nth-of-type(2) > div .btn a {
  width: 176px;
  height: 32px;
  font-size: 1.1rem;
}
#footer .content > div > div:nth-of-type(2) > div .btn a::before, #footer .content > div > div:nth-of-type(2) > div .btn a::after {
  right: 7px;
  top: 15px;
  width: 6px;
}
#footer .content > div > div:nth-of-type(2) > div .btn a:hover {
  color: #003894;
}
#footer .content > div > div:nth-of-type(2) > div > ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -10px 0 0;
  padding: 0;
}
#footer .content > div > div:nth-of-type(2) > div > ul li {
  margin: 0 10px;
}
#footer .content > div > div:nth-of-type(2) > div > ul li a img {
  display: block;
  height: 32px;
}
#footer .content > div > div:nth-of-type(2) > div > ul li.ex {
  margin-right: 30px;
}
#footer .content > div > div:nth-of-type(2) > div > ul li.ex > a {
  display: block;
  font-size: 1.4rem;
  pointer-events: none;
}
#footer .content > div > div:nth-of-type(2) > div > ul li.ex > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/icon-link-ex.png) 0 0 no-repeat;
  background-size: contain;
}
#footer .content > p {
  margin: 25px 0 0;
  font-size: 1.2rem;
  text-align: right;
}

#mv {
  display: flex;
  opacity: 0;
  transition: all 300ms ease-in;
}
#mv.active {
  opacity: 1;
}
#mv .slide {
  position: relative;
  width: 83.3333%;
  overflow: hidden;
}
#mv .slide a {
  display: block;
}
#mv .slide img {
  width: 100%;
}
#mv .slide .swiper-prev, #mv .slide .swiper-next, #mv .slide .swiper-toggle {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border: solid 1px #003894;
  background: #ffffff;
  transform: translate(-50%, 0);
}
#mv .slide .swiper-prev svg, #mv .slide .swiper-next svg, #mv .slide .swiper-toggle svg {
  display: none;
  margin: 0 auto;
  width: 10px;
  height: 12px;
}
#mv .slide .swiper-prev svg polygon, #mv .slide .swiper-next svg polygon, #mv .slide .swiper-toggle svg polygon {
  fill: none;
  stroke: #003894;
  transition: all 300ms ease-in;
}
#mv .slide .swiper-prev::before, #mv .slide .swiper-prev::after, #mv .slide .swiper-next::before, #mv .slide .swiper-next::after, #mv .slide .swiper-toggle::before, #mv .slide .swiper-toggle::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 7px;
  height: 1px;
  background: #003894;
  transform-origin: 100% 50%;
  transform: rotate(45deg);
}
#mv .slide .swiper-prev::after, #mv .slide .swiper-next::after, #mv .slide .swiper-toggle::after {
  transform: rotate(-45deg);
}
#mv .slide .swiper-prev:hover, #mv .slide .swiper-next:hover, #mv .slide .swiper-toggle:hover {
  background: #003894;
  color: #ffffff;
}
#mv .slide .swiper-prev:hover svg polygon, #mv .slide .swiper-next:hover svg polygon, #mv .slide .swiper-toggle:hover svg polygon {
  stroke: #ffffff;
}
#mv .slide .swiper-prev:hover::before, #mv .slide .swiper-prev:hover::after, #mv .slide .swiper-next:hover::before, #mv .slide .swiper-next:hover::after, #mv .slide .swiper-toggle:hover::before, #mv .slide .swiper-toggle:hover::after {
  background: #ffffff;
}
#mv .slide .swiper-prev {
  margin-left: -40px;
}
#mv .slide .swiper-prev::before, #mv .slide .swiper-prev::after {
  left: 5px;
}
#mv .slide .swiper-prev::before {
  transform: rotate(135deg);
}
#mv .slide .swiper-prev::after {
  transform: rotate(-135deg);
}
#mv .slide .swiper-next {
  margin-left: 40px;
}
#mv .slide .swiper-toggle::before, #mv .slide .swiper-toggle::after {
  left: 8px;
  width: 10px;
  transform-origin: 50%;
}
#mv .slide .swiper-toggle::before {
  transform: rotate(90deg);
}
#mv .slide .swiper-toggle::after {
  transform: rotate(90deg);
  left: 12px;
}
#mv .slide .swiper-toggle.is-paused::before, #mv .slide .swiper-toggle.is-paused::after {
  display: none;
}
#mv .slide .swiper-toggle.is-paused svg {
  display: block;
}
#mv .banner {
  flex: 1;
}
#mv .banner ul {
  list-style: none;
  margin: 0;
  padding-inline: 0;
}

#home-match {
  display: flex;
  border-top: solid 2px #DCAF00;
}
#home-match h2 {
  margin: 0;
  line-height: 1;
  font-size: 3.6rem;
}
#home-match > section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 40px;
  background: url(../img/home-score-board.png) 50% 50% no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#home-match > section:nth-of-type(2) {
  background-image: url(../img/home-next-match.png);
}

.game-info {
  text-align: center;
}
.game-info .info p.title {
  margin: 30px 0 0;
  font-weight: 500;
}
.game-info .info p.vs {
  margin: 5px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.game-info .info p.vs span:nth-of-type(2) {
  margin: 0 8px;
}
.game-info .info div.score {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.game-info .info div.score div {
  display: flex;
  align-items: center;
}
.game-info .info div.score div .image {
  width: 60px;
  margin: 0 20px;
  flex-shrink: 0;
}
.game-info .info div.score div p {
  margin: 0;
  font-size: 3.6rem;
}
.game-info .info p.datetime {
  margin: 30px 0 0;
  font-weight: 700;
}
.game-info .info p.place {
  margin: 5px 0 0;
  font-weight: 700;
}
.game-info .info div.vs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.game-info .info div.vs p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.game-info .info div.vs p:nth-of-type(1) {
  margin: 0 8px 0;
}
.game-info .info div.vs .image {
  width: 60px;
  margin-left: 20px;
  flex-shrink: 0;
}
.game-info .info p.date {
  margin: 10px 0 0;
  font-size: 2.8rem;
}
.game-info .info p.time {
  margin: 10px 0 0;
  font-size: 1.8rem;
}
.game-info .btn {
  margin-top: 30px;
}

#content > section {
  padding: 60px 0;
}
#content > section.bg {
  background: url(../img/parts-bg.png) 0 0 repeat;
  color: #ffffff;
}
#content > section.bg h2 {
  color: #DCAF00;
}
#content > section h2 {
  margin: 0 0 40px;
  color: #003894;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2;
}
#content > section#home-ranking .content h3 {
  margin: 0 0 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
#content > section#home-ranking .content .info {
  display: flex;
  justify-content: center;
}
#content > section#home-ranking .content .info ul {
  list-style: none;
  width: 400px;
  max-width: 100%;
  margin: 0 20px;
  padding: 0;
}
#content > section#home-ranking .content .info ul:nth-of-type(2) li:nth-child(1) p {
  visibility: hidden;
}
#content > section#home-ranking .content .info ul li {
  display: flex;
  border-bottom: solid 1px #ffffff;
}
#content > section#home-ranking .content .info ul li:nth-child(1) p {
  font-weight: 700;
}
#content > section#home-ranking .content .info ul li:nth-child(1) p:nth-of-type(2) {
  padding-left: 1em;
  font-weight: 700;
}
#content > section#home-ranking .content .info ul li p {
  margin: 0;
  padding: 10px 0;
}
#content > section#home-ranking .content .info ul li p:nth-of-type(1) {
  width: 60px;
  flex-shrink: 0;
  text-align: center;
}
#content > section#home-ranking .content .info ul li p:nth-of-type(2) {
  flex: 1;
  font-weight: 500;
}
#content > section#home-partner .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  padding: 0;
}
#content > section#home-partner .content ul li {
  width: 14.1666%;
  margin: 30px 1.25% 0;
}
#content > section#home-partner .content ul:nth-of-type(1) li {
  width: 25%;
}
#content > section#home-special {
  padding-top: 0;
}
#content > section#home-special .content ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: -1.6666% 0 0;
  padding: 0;
}
#content > section#home-special .content ul li {
  width: 24.25%;
  margin: 1.6666% 0.83333% 0;
}

.sub #content > section h1 {
  margin: 0 0 70px;
  color: #003894;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.sub #content > section .content {
  color: #003894;
}
.sub #content > section .content .catch {
  margin: 40px 0;
  color: #003894;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.sub #content > section .content .notice {
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
.sub #content > section .content .notice + .notice {
  margin-top: 0;
}
.sub #content > section .content > section {
  margin-top: 70px;
}
.sub #content > section .content > section h2 {
  margin: 0;
  padding: 10px;
  background: url(../img/parts-bg.png) -60px -28px repeat;
  background-size: 12%;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.sub #content > section .content > section h2 + p {
  margin: 40px 0 20px;
  color: #003894;
  font-weight: 500;
  line-height: 2;
}
.sub #content > section .content > section > h3 {
  margin: 40px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.sub #content > section .content > section ul.content-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sub #content > section .content > section ul.content-list::after {
  content: "";
  display: block;
  width: 30.6666%;
}
.sub #content > section .content > section ul.content-list li {
  width: 30.6666%;
  margin-top: 40px;
}
.sub #content > section .content > section ul.content-list li h3 {
  margin: 0;
  padding-bottom: 8px;
  color: #003894;
  border-bottom: solid 2px #DCAF00;
  font-size: 1.8rem;
  font-weight: 700;
}
.sub #content > section .content > section ul.content-list li > div {
  margin-top: 20px;
}
.sub #content > section .content > section ul.content-list li p {
  margin: 15px 0 0;
  color: #003894;
  font-weight: 500;
  line-height: 2;
}
.sub #content > section .content > section ul.content-list li p span {
  font-size: 1.4rem;
}
.sub #content > section .content > section ul.content-list li p > a {
  color: #809CCA;
}
.sub #content > section .content > section ul.content-list li .btn {
  margin-top: 20px;
  width: 100%;
}
.sub #content > section .content > section ul.content-list.full li {
  width: 100%;
}
.sub #content > section .content > section ul.content-list-02 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sub #content > section .content > section ul.content-list-02 li {
  width: 45%;
  margin-top: 40px;
}
.sub #content > section .content > section ul.content-list-02 li h3 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #003894;
  font-size: 2.4rem;
  font-weight: 700;
}
.sub #content > section .content > section ul.content-list-02 li h3.s {
  font-size: 1.6rem;
  font-weight: 500;
}
.sub #content > section .content > section ul.content-list-02 li h3 span {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #003894;
  color: #ffffff;
  font-size: 1.8rem;
}
.sub #content > section .content > section ul.content-list-02 li > div {
  margin-top: 20px;
}
.sub #content > section .content > section ul.content-list-02 li p {
  margin: 15px 0 0;
  color: #003894;
  font-weight: 500;
  line-height: 2;
}
.sub #content > section .content > section ul.content-list-02 li p span {
  font-size: 1.4rem;
}
.sub #content > section .content > section ul.content-list-02 li p > a {
  color: #809CCA;
}
.sub #content > section .content > section ul.content-list-02 li p + .btn {
  margin: 10px 0 20px;
}
.sub #content > section .content > section ul.content-list-03 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section .content > section ul.content-list-03 li {
  margin-top: 50px;
}
.sub #content > section .content > section ul.content-list-03 li h3 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #003894;
  font-size: 2.4rem;
  font-weight: 700;
}
.sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(1) {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  margin-right: 10px;
  background: #DCAF00;
  color: #003894;
  font-size: 1.4rem;
}
.sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(1) span {
  display: inline-block;
  margin-left: 4px;
  font-size: 1.8rem;
}
.sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(2) span {
  margin-left: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sub #content > section .content > section ul.content-list-03 li > div {
  margin-top: 20px;
}
.sub #content > section .content > section ul.content-list-03 li p {
  margin: 15px 0 0;
  color: #003894;
  font-weight: 500;
  line-height: 2;
}
.sub #content > section .content > section ul.content-list-03 li p span {
  font-size: 1.4rem;
}
.sub #content > section .content > section ul.content-list-03 li p > a {
  color: #809CCA;
}
.sub #content > section .content > section ul.content-list-03 li .btn {
  justify-content: flex-start;
  margin: 30px 0;
  width: 100%;
}
.sub #content > section .content > section ul.content-list-04 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section .content > section ul.content-list-04 li {
  margin-top: 50px;
}
.sub #content > section .content > section ul.content-list-04 li h3 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #003894;
  font-size: 1.6rem;
  font-weight: 500;
}
.sub #content > section .content > section ul.content-list-04 li h3 > span:nth-of-type(1) {
  flex-shrink: 0;
  margin-right: 10px;
  padding: 5px 10px;
  background: #DCAF00;
  color: #003894;
  font-size: 1.6rem;
  font-weight: 700;
}
.sub #content > section .content > section ul.content-list-04 li h4 {
  margin: 30px 0 0;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.7;
}
.sub #content > section .content > section ul.content-list-04 li h4 span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background: #DCAF00;
  transform: translate(0, -6px);
}
.sub #content > section .content > section ul.content-list-04 li p {
  margin: 15px 0 0;
  color: #003894;
  font-weight: 500;
  line-height: 2;
}
.sub #content > section .content > section ul.content-list-04 li dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.sub #content > section .content > section ul.content-list-04 li dl dt, .sub #content > section .content > section ul.content-list-04 li dl dd {
  margin-top: 20px;
  font-weight: 500;
  line-height: 2;
}
.sub #content > section .content > section ul.content-list-04 li dl dt {
  width: 40px;
}
.sub #content > section .content > section ul.content-list-04 li dl dd {
  width: calc(100% - 40px);
  margin-left: 0;
}
.sub #content > section .content > section dl.info {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  border: solid 1px #003894;
  border-top: none;
}
.sub #content > section .content > section dl.info dt, .sub #content > section .content > section dl.info dd {
  padding: 15px 10px;
  border-top: solid 1px #003894;
}
.sub #content > section .content > section dl.info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border-right: solid 1px #003894;
  background: #809CCA;
  color: #ffffff;
  font-weight: 700;
}
.sub #content > section .content > section dl.info dd {
  width: calc(100% - 100px);
  margin: 0;
}
.sub #content > section .content > section dl.info.w dt {
  width: 190px;
}
.sub #content > section .content > section dl.info.w dd {
  width: calc(100% - 190px);
}
.sub #content > section#member .content > section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sub #content > section#member .content > section ul::before, .sub #content > section#member .content > section ul::after {
  content: "";
  display: block;
  width: 22%;
}
.sub #content > section#member .content > section ul::before {
  order: 1;
}
.sub #content > section#member .content > section ul li {
  width: 22%;
  margin-top: 4%;
}
.sub #content > section#member .content > section ul li a {
  display: block;
}
.sub #content > section#member .content > section ul li a div {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border: solid 1px #003894;
  background: #003894;
  color: #ffffff;
  transition: all 100ms ease-in;
}
.sub #content > section#member .content > section ul li a div h3 {
  margin: 0;
}
.sub #content > section#member .content > section ul li a div h3 span {
  display: block;
}
.sub #content > section#member .content > section ul li a div h3 span:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
}
.sub #content > section#member .content > section ul li a div h3 span:nth-of-type(2) {
  font-size: 2.4rem;
}
.sub #content > section#member .content > section ul li a div h3 span:nth-of-type(3) {
  font-size: 1.4rem;
  font-weight: 500;
}
.sub #content > section#member .content > section ul li a div p {
  margin: 0 -5px 0 0;
  font-size: 4.8rem;
}
.sub #content > section#member .content > section ul li a:hover div {
  background: none;
  color: #003894;
}
.sub #content > section#member .content > section ul.staff li a div {
  border-color: #DCAF00;
  background: #DCAF00;
}
.sub #content > section#member .content > section ul.staff li a:hover div {
  border-color: #DCAF00;
  background: none;
  color: #DCAF00;
}
.sub #content > section#member .content .btn {
  margin-top: 120px;
}
.sub #content > section#league .content > section.game-info .info p.title {
  color: #003894;
  font-size: 1.8rem;
}
.sub #content > section#league .content > section.game-info .info p.vs {
  margin: 8px 0 0;
  color: #003894;
  font-size: 2.4rem;
}
.sub #content > section#league .content > section.game-info .info div.score div .image {
  width: 100px;
}
.sub #content > section#league .content > section.game-info .info div.score div p {
  color: #003894;
  font-size: 6rem;
}
.sub #content > section#league .content > section.game-info .info div.score div:nth-of-type(1) .num {
  margin-left: 30px;
}
.sub #content > section#league .content > section.game-info .info div.score div:nth-of-type(3) .num {
  margin-right: 30px;
}
.sub #content > section#league .content > section.game-info .info p.datetime {
  margin: 20px 0 0;
  color: #003894;
  font-size: 2rem;
}
.sub #content > section#league .content > section.game-info .info p.place {
  color: #003894;
  font-size: 2rem;
}
.sub #content > section#league .content > section.game-info .info p.date {
  font-size: 2.8rem;
}
.sub #content > section#league .content > section.game-info .info p.time {
  margin: 20px 0 0;
  color: #003894;
  font-size: 2rem;
}
.sub #content > section#league .content > section.game-list + .btn {
  margin-top: 120px;
}
.sub #content > section#league .content > section.game-list ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  border-bottom: solid 1px #003894;
}
.sub #content > section#league .content > section.game-list ul li {
  display: flex;
  padding: 15px 0;
  border-top: solid 1px #003894;
}
.sub #content > section#league .content > section.game-list ul li > div {
  display: flex;
  color: #003894;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) {
  width: 42.5%;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(1) {
  flex-shrink: 0;
  width: 80px;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(1) h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 10px;
  background: #003894;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) p {
  margin: 0;
  font-size: 2.8rem;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) p span {
  margin-left: 20px;
  font-size: 1.6rem;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 700;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(3) {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  border-right: solid 1px #003894;
  border-left: solid 1px #003894;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(3) p {
  margin: 0;
  font-size: 1.8rem;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) {
  flex: 1;
  justify-content: space-between;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div {
  display: flex;
  align-items: center;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div > div {
  display: flex;
  align-items: center;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div p {
  margin: 0;
  font-size: 4rem;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div p.team {
  font-size: 1.8rem;
  font-weight: 700;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div .image {
  flex-shrink: 0;
  padding: 0 15px;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div .image img {
  width: 80px;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) {
  width: 49%;
  justify-content: flex-end;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) {
  flex: 1;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(3) {
  width: 49%;
  justify-content: flex-start;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 40px;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 1px #003894;
  background: #ffffff;
  transition: all 300ms ease-in;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a::before, .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 8px;
  height: 1px;
  background: #003894;
  transform-origin: 100% 50%;
  transform: rotate(45deg);
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a::after {
  transform: rotate(-45deg);
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a:hover {
  background: #003894;
  color: #ffffff;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a:hover::before, .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a:hover::after {
  background: #ffffff;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a.no-link {
  border-color: #ccc;
}
.sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a.no-link::before, .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a.no-link::after {
  background: #ccc;
}
.sub #content > section#league .content > section.game-list ul li.away > div:nth-of-type(1) > div:nth-of-type(1) h3 {
  background: #809CCA;
}
.sub #content > section#league .content > section.game-list ul li.away > div:nth-of-type(1) > div:nth-of-type(3) p {
  color: #809CCA;
}
.sub #content > section#league:not(.latest) .content > section.game-info {
  display: none;
}
.sub #content > section#league:not(.latest) .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div .image {
  padding: 0 10px;
}
.sub #content > section#league:not(.latest) .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div .image img {
  display: none;
}
.sub #content > section#rank .btn {
  margin-top: 120px;
}
.sub #content > section#rank .content > section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.sub #content > section#rank .content > section table thead tr th {
  width: 8.333%;
  padding: 15px;
  border: solid 1px #003894;
  background: #809CCA;
  color: #ffffff;
}
.sub #content > section#rank .content > section table thead tr th.team {
  width: 25.003%;
  text-align: left;
}
.sub #content > section#rank .content > section table thead tr th[data-sort] {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  user-select: none;
}
.sub #content > section#rank .content > section table thead tr th[data-sort]::after {
  content: "▼";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  opacity: 0;
  transition: 0.2s;
}
.sub #content > section#rank .content > section table thead tr th[data-sort]:hover::after {
  opacity: 0.7;
}
.sub #content > section#rank .content > section table thead tr th[data-order=asc]::after {
  content: "▲";
  opacity: 1;
}
.sub #content > section#rank .content > section table thead tr th[data-order=desc]::after {
  content: "▼";
  opacity: 1;
}
.sub #content > section#rank .content > section table tbody tr td {
  padding: 15px;
  border: solid 1px #003894;
  color: #003894;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.sub #content > section#rank .content > section table tbody tr td.team {
  text-align: left;
}
.sub #content > section#rank .content > section table tbody tr td img {
  width: 0;
}
.sub #content > section#partner .content > section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sub #content > section#partner .content > section ul::before, .sub #content > section#partner .content > section ul::after {
  content: "";
  display: block;
  width: 22%;
}
.sub #content > section#partner .content > section ul::before {
  order: 1;
}
.sub #content > section#partner .content > section ul li {
  width: 22%;
  margin-top: 40px;
}
.sub #content > section#partner .content > section ul li a {
  display: block;
  color: #2E353C;
  text-align: center;
  font-weight: 500;
}
.sub #content > section#partner .content > section ul li a img {
  margin-bottom: 8px;
}
.sub #content > section#partner .content > section ul li a[href=""] {
  pointer-events: none;
}
.sub #content > section#partner .content > section ul.top {
  justify-content: center;
}
.sub #content > section#partner .content > section ul.top::before, .sub #content > section#partner .content > section ul.top::after {
  display: none;
}
.sub #content > section#partner .content > section ul.top li {
  width: 33%;
}
.sub #content > section#partner .content > section ul.top li:not(:nth-of-type(1)) {
  margin-left: 20%;
}
.sub #content > section#partner .content > section ul.center {
  justify-content: center;
}
.sub #content > section#partner .content > section ul.center::before, .sub #content > section#partner .content > section ul.center::after {
  display: none;
}
.sub #content > section#partner .content > section p {
  width: 100%;
  margin: 40px 0 0;
  padding-bottom: 8px;
  border-bottom: solid 1px #003894;
  color: #003894;
  font-weight: 500;
}
.sub #content > section#partner .content > section p + ul li:nth-of-type(1), .sub #content > section#partner .content > section p + ul li:nth-of-type(2), .sub #content > section#partner .content > section p + ul li:nth-of-type(3), .sub #content > section#partner .content > section p + ul li:nth-of-type(4) {
  margin-top: 20px;
}
.sub #content > section#partner .content > section .partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub #content > section#partner .content > section .partner-list > div {
  width: 22%;
}
.sub #content > section#partner .content > section .partner-list > div ul li {
  width: 100%;
}
.sub #content > section#partner .content > section .partner-list > div.col2 {
  width: 48%;
}
.sub #content > section#partner .content > section .partner-list > div.col2 ul li {
  width: 44%;
}
.sub #content > section#partner .content > section .partner-list > div.col3 {
  width: 74%;
}
.sub #content > section#partner .content > section .partner-list > div.col3 ul li {
  width: 29.7333%;
}
.sub #content > section#member-profile .content > div {
  display: flex;
  justify-content: space-between;
}
.sub #content > section#member-profile .content > div main {
  order: 1;
  width: 66.6666%;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(1) {
  position: relative;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(1) > p {
  position: absolute;
  left: 10%;
  top: 5%;
  margin: 0;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(1) > p > span {
  display: block;
  color: #003894;
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(1) {
  font-size: 16rem;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  background: #003894;
  color: #ffffff;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) h1 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) h1 span {
  margin-left: 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) ul li {
  margin-left: 20px;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) ul li a img {
  width: 32px;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div {
  width: 46%;
  margin-top: 56px;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > p {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: solid 2px #DCAF00;
  color: #003894;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl dt, .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl dd {
  margin-top: 10px;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl dt {
  width: 96px;
  color: #003894;
  font-weight: 400;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl dd {
  width: calc(100% - 96px);
  margin-left: 0;
  padding-left: 10%;
  color: #003894;
  font-weight: 500;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > ul li {
  margin-top: 10px;
  color: #003894;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > ul li:not(:nth-child(1)) {
  padding-left: 1em;
  text-indent: -1em;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > ul li:not(:nth-child(1))::before {
  content: "→";
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > div {
  padding-top: 20px;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > div > *:nth-child(1) {
  margin-top: 0;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > div > *:nth-last-child(1) {
  margin-bottom: 0;
}
.sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div.full {
  width: 100%;
}
.sub #content > section#member-profile .content > div aside {
  width: 26.6666%;
}
.sub #content > section#member-profile .content > div aside nav {
  padding: 25px 20px;
  border: solid 1px #003894;
}
.sub #content > section#member-profile .content > div aside nav > p {
  margin: 0;
  padding: 0 10px 15px;
  border-bottom: solid 1px #003894;
  color: #003894;
  font-size: 2.4rem;
}
.sub #content > section#member-profile .content > div aside nav ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0 10px;
}
.sub #content > section#member-profile .content > div aside nav ul li {
  margin-top: 15px;
}
.sub #content > section#member-profile .content > div aside nav ul li a {
  display: flex;
}
.sub #content > section#member-profile .content > div aside nav ul li a span:nth-of-type(1), .sub #content > section#member-profile .content > div aside nav ul li a span:nth-of-type(2) {
  width: 26px;
  margin-right: 10px;
  white-space: nowrap;
}
.sub #content > section#member-profile .content > div aside nav ul li a span:nth-of-type(3) {
  font-weight: 500;
}
.sub #content > section#news .content nav {
  margin: -10px 0 80px;
}
.sub #content > section#news .content nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.sub #content > section#news .content nav ul li {
  width: 25%;
}
.sub #content > section#news .content nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: solid 1px #284075;
  font-size: 2.4rem;
  transition: all 300ms ease-in;
}
.sub #content > section#news .content nav ul li a:hover, .sub #content > section#news .content nav ul li a.current {
  background: #284075;
  color: #ffffff;
}
.sub #content > section#news .content nav ul li a.game:hover, .sub #content > section#news .content nav ul li a.game.current {
  border-color: #003894;
  background: #003894;
}
.sub #content > section#news .content nav ul li a.press:hover, .sub #content > section#news .content nav ul li a.press.current {
  border-color: #DCAF00;
  background: #DCAF00;
}
.sub #content > section#news .content nav ul li a.activity:hover, .sub #content > section#news .content nav ul li a.activity.current {
  border-color: #287216;
  background: #287216;
}
.sub #content > section#news-detail .content h1 {
  text-align: left;
}
.sub #content > section#news-detail .content .detail-meta {
  margin-bottom: 10px;
}
.sub #content > section#news-detail .content .detail-meta .category {
  display: inline-block;
  width: 80px;
  padding: 3px 6px;
  background: #284075;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.sub #content > section#news-detail .content .detail-meta .category.game {
  background: #003894;
}
.sub #content > section#news-detail .content .detail-meta .category.press {
  background: #DCAF00;
}
.sub #content > section#news-detail .content .detail-meta .category.activity {
  background: #287216;
}
.sub #content > section#news-detail .content .detail-meta .date {
  margin-left: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
.sub #content > section#news-detail .content .detail-ctrl-area {
  margin-top: 80px;
}
.sub #content > section#league-detail .content > section .media {
  margin-top: 40px;
}
.sub #content > section#league-detail .content > section .media .movie-wrap {
  max-width: 720px;
}
.sub #content > section#league-detail .content > section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.sub #content > section#league-detail .content > section table thead tr th {
  width: 8.333%;
  padding: 15px;
  border: solid 1px #003894;
  background: #809CCA;
  color: #ffffff;
}
.sub #content > section#league-detail .content > section table thead tr th.team {
  width: 25.003%;
  text-align: left;
}
.sub #content > section#league-detail .content > section table thead tr th[data-sort] {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  user-select: none;
}
.sub #content > section#league-detail .content > section table thead tr th[data-sort]::after {
  content: "▼";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  opacity: 0;
  transition: 0.2s;
}
.sub #content > section#league-detail .content > section table thead tr th[data-sort]:hover::after {
  opacity: 0.7;
}
.sub #content > section#league-detail .content > section table thead tr th[data-order=asc]::after {
  content: "▲";
  opacity: 1;
}
.sub #content > section#league-detail .content > section table thead tr th[data-order=desc]::after {
  content: "▼";
  opacity: 1;
}
.sub #content > section#league-detail .content > section table tbody tr td {
  padding: 15px;
  border: solid 1px #003894;
  color: #003894;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.sub #content > section#league-detail .content > section table tbody tr td.data-name {
  white-space: nowrap;
}
.sub #content > section#league-detail .content > section table tbody tr td span {
  display: inline-block;
  font-size: 1.4rem;
}
.sub #content > section#membership .content > section .col3 {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0 2.5%;
}
.sub #content > section#membership .content > section .col3 li {
  padding: 0 2.369%;
}
.sub #content > section#membership .content > section .col2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.sub #content > section#membership .content > section .col2 > div {
  width: 45%;
}
.sub #content > section#membership .content > section .col2 > div .content-list-02 > li {
  width: 100%;
}
.sub #content > section#membership .content > section .col2 > div .content-list-02 > li:nth-child(1) {
  margin-top: 0;
}
.sub #content > section#contribution .content > section #contribution-map {
  margin-top: 30px;
  text-align: center;
}
.sub #content > section#contribution .content > section #contribution-map img {
  width: 800px;
}
.sub #content > section#contribution .content > section .col3 {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
}
.sub #content > section#contribution .content > section .col3 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.3333%;
  aspect-ratio: 1/1;
  margin-top: 20px;
  border-radius: 50%;
  background: #003894;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.sub #content > section#contribution .content > section .col1-2 {
  display: flex;
  flex-wrap: wrap;
}
.sub #content > section#contribution .content > section .col1-2 > div:nth-of-type(odd) {
  flex-shrink: 0;
  width: 30.6666%;
}
.sub #content > section#contribution .content > section .col1-2 > div:nth-of-type(odd) .content-list li {
  width: 100%;
}
.sub #content > section#contribution .content > section .col1-2 > div:nth-of-type(even) {
  display: flex;
  flex-wrap: wrap;
  width: 69.3334%;
  margin-top: 10px;
}
.sub #content > section#contribution .content > section .col1-2 > div:nth-of-type(even) > div {
  width: 50%;
  margin-top: 30px;
  padding-left: 5.725%;
}
.sub #content > section#official-goods .content .col2 {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.sub #content > section#official-goods .content .col2 > div {
  width: 45%;
}
.sub #content > section#official-goods .content .uniform h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.sub #content > section#official-goods .content .uniform .btn {
  margin-top: 30px;
}
.sub #content > section#official-goods .goods-list {
  margin-top: 90px;
  padding: 60px 0;
  background: #E7ECF5;
}
.sub #content > section#official-goods .goods-list .content h2 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.sub #content > section#official-goods .goods-list .content > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sub #content > section#official-goods .goods-list .content > ul li {
  width: 45%;
  margin-top: 70px;
}
.sub #content > section#official-goods .goods-list .content > ul li h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.sub #content > section#official-goods .goods-list .content > ul li h3 span {
  font-size: 1.4rem;
  font-weight: 400;
}
.sub #content > section#official-goods .goods-list .content > ul li p {
  margin-bottom: 0;
}
.sub #content > section#official-goods .goods-list .content > ul li p span {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.sub #content > section#official-goods .goods-list .content > ul li p + p {
  margin-top: 5px;
}
.sub #content > section#official-goods .goods-list .content .btn {
  margin-top: 80px;
}
.sub #content > section#official-goods .goods-list .content section {
  padding: 30px 40px;
  background: #ffffff;
}
.sub #content > section#official-goods .goods-list .content section .col2 > div {
  width: 47%;
}
.sub #content > section#official-goods .goods-list .content section ul.content-list li {
  width: 100%;
  margin-top: 30px;
}
.sub #content > section#official-goods .goods-list .content section ul.content-list li:nth-child(1) {
  margin-top: 0;
}
.sub #content > section#profile .content section .item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2rem;
  font-weight: 700;
}
.sub #content > section#profile .content section .item + p {
  margin-top: -1em;
}
.sub #content > section#profile .content section .item + h3 {
  margin: 60px 0 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2rem;
  font-weight: 700;
}
.sub #content > section#profile .content section .col2 {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.sub #content > section#profile .content section .col2 > div:nth-of-type(1) {
  width: 36.666%;
  margin-top: 40px;
}
.sub #content > section#profile .content section .col2 > div:nth-of-type(2) {
  width: 58.3333%;
}
.sub #content > section#profile .content .banner {
  margin-top: 100px;
}
.sub #content > section#profile .content .banner > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 406px;
  padding: 50px 20% 60px 120px;
  background: url(../img/profile-banner.png) 50% 0 no-repeat;
  background-size: cover;
}
.sub #content > section#profile .content .banner > div h3 {
  margin: 0;
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 500;
}
.sub #content > section#profile .content .banner > div > div p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
}
.sub #content > section#profile .content .banner > div > div p span {
  margin-left: 20px;
  font-size: 2.4rem;
}
.sub #content > section#profile .content .banner > div > div .btn {
  justify-content: flex-start;
}
.sub #content > section#message #kv.has-text {
  position: relative;
}
.sub #content > section#message #kv.has-text img {
  height: 650px;
  aspect-ratio: 192/65;
  object-fit: cover;
}
.sub #content > section#message #kv.has-text .content {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  transform: translate(-50%, 0);
}
.sub #content > section#message #kv.has-text .content p {
  margin: 0;
  color: #ffffff;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.sub #content > section#message > .content > p {
  margin-top: 60px;
}
.sub #content > section#message > .content p {
  line-height: 2;
}
.sub #content > section#message > .content > section h2 {
  padding: 0;
  background: none;
  color: #003894;
}
.sub #content > section#message > .content .image {
  margin: 40px 0;
}
.sub #content > section#message > .content .col3 {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.sub #content > section#message > .content .col3 > div {
  width: 30%;
}
.sub #content > section#message > .content .author {
  margin-top: 50px;
  text-align: right;
}
.sub #content > section#message > .content .author p {
  margin: 0;
  line-height: 1.8;
}
.sub #content > section#message > .content .author p span {
  margin-left: 20px;
  font-size: 2.4rem;
}
.sub #content > section#volunteer .content > section .content-list .btn a {
  width: 100%;
}
.sub #content > section#oyatsu-company .footer {
  margin-top: 100px;
  padding-bottom: 50px;
}
.sub #content > section#oyatsu-company .footer h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}
.sub #content > section#oyatsu-company .footer h3::before, .sub #content > section#oyatsu-company .footer h3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 46px;
  background: #003894;
  transform-origin: 50% 100%;
  transform: translate(-50px, 12px) rotate(-30deg);
}
.sub #content > section#oyatsu-company .footer h3::after {
  transform: translate(50px, 12px) rotate(30deg);
}
.sub #content > section#oyatsu-company .footer > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.sub #content > section#oyatsu-company .footer > ul li {
  margin: 0 16px;
}
.sub #content > section#oyatsu-company .footer > div {
  margin-top: 60px;
  padding-top: 20px;
  border-top: solid 2px #003894;
}
.sub #content > section#oyatsu-company .footer > div h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.sub #content > section#oyatsu-company .footer > div .col2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 44px;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div .btn {
  margin: 20px 25px 0 0;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div .btn:hover {
  transform: none;
  opacity: 1;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div p {
  margin: 20px 0 0 25px;
  font-weight: 500;
  line-height: 1.4;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div p span {
  font-weight: 700;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div ul {
  list-style: none;
  display: flex;
  margin: 20px 0 0;
  padding: 0;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div ul li {
  flex-shrink: 0;
  margin: 0 16px;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div ul li a {
  display: block;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div ul li a img {
  display: block;
}
.sub #content > section#oyatsu-company .footer > div .col2 > div:nth-of-type(2) {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 44px;
}
.sub #content > section#news-detail .content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.sub #content > section#news-detail .content table thead tr th {
  padding: 10px 15px;
  border: solid 1px #ffffff;
  background: #809CCA;
  color: #ffffff;
}
.sub #content > section#news-detail .content table tbody tr td {
  padding: 10px 15px;
  border: solid 1px #ffffff;
  background: #fafafa;
  color: #003894;
  font-weight: 700;
  text-align: left;
}
.sub #content > section#news-detail .content .detail-body-content .image + h2 {
  margin-top: 60px;
}
.sub #content > section#news-detail .content .detail-body-content .image + p {
  margin-top: 60px;
}
.sub #content > section#news-detail .content .detail-body-content .author {
  margin-top: 50px;
  text-align: right;
}
.sub #content > section#news-detail .content .detail-body-content .author p {
  margin: 0;
  line-height: 1.8;
}
.sub #content > section#news-detail .content .detail-body-content .author p span {
  margin-left: 20px;
  font-size: 2.4rem;
}
.sub #content > section#news-detail .content .detail-body-content p {
  line-height: 2;
}
.sub #content > section#news-detail .content .detail-body-content > section {
  margin-top: 80px;
}
.sub #content > section#news-detail .content .detail-body-content > section > section {
  margin-top: 60px;
}
.sub #content > section#news-detail .content .detail-body-content > section > section > section {
  margin-top: 40px;
}
.sub #content > section#news-detail .content .detail-body-content > section a {
  color: #809CCA;
}
.sub #content > section#news-detail .content .detail-body-content > section h2 {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.sub #content > section#news-detail .content .detail-body-content > section h3 {
  margin: 25px 0 15px;
  font-size: 2rem;
  font-weight: 700;
}
.sub #content > section#news-detail .content .detail-body-content > section h3 span {
  margin-left: 1em;
}
.sub #content > section#news-detail .content .detail-body-content > section figure {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 20px 0;
}
.sub #content > section#news-detail .content .detail-body-content > section figure figcaption {
  width: 100%;
  margin-top: 10px;
}
.sub #content > section#news-detail .content .detail-body-content > section dl {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  border: solid 1px #003894;
  border-top: none;
}
.sub #content > section#news-detail .content .detail-body-content > section dl dt, .sub #content > section#news-detail .content .detail-body-content > section dl dd {
  padding: 15px 10px;
  border-top: solid 1px #003894;
}
.sub #content > section#news-detail .content .detail-body-content > section dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  border-right: solid 1px #003894;
  background: #809CCA;
  color: #ffffff;
  font-weight: 700;
}
.sub #content > section#news-detail .content .detail-body-content > section dl dd {
  width: calc(100% - 190px);
  margin: 0;
}
.sub #content > section#news-detail .content .detail-body-content > section .youtube-wrap {
  width: 100%;
  max-width: 720px;
  margin: 20px 0;
}
.sub #content > section#news-detail .content .detail-body-content > section .youtube-wrap iframe {
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
}

/* ==========================================================================
 * * Helper classes
 * * ========================================================================== */
/* * Hide visually and from screen readers */
.hidden {
  display: none !important;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638 */
/* * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/* * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements. */
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * * EXAMPLE Media Queries for Responsive Design.
 * * These examples override the primary ('mobile first') styles.
 * * Modify as content requires.
 * * ========================================================================== */
@media only screen and (min-width: 815px) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 814px) {
  .pc-only {
    display: none !important;
  }

  .image-scroll {
    margin: 30px 0;
  }
  .image-scroll .swiper-wrapper {
    flex-wrap: wrap;
  }
  .image-scroll .swiper-wrapper .swiper-slide {
    width: 50%;
  }

  .btn {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
  .btn a {
    max-width: 100%;
  }
  .btn a:not(:nth-of-type(1)) {
    margin: 20px 0 0;
  }

  .movie-wrap {
    width: 100%;
  }
  .movie-wrap p {
    font-size: 1.2rem;
  }

  .map-wrap {
    margin: 20px 0;
  }
  .map-wrap iframe {
    aspect-ratio: 5/3;
  }

  ul.news-list {
    margin: -20px 0 0;
  }
  ul.news-list::before, ul.news-list::after {
    display: none;
  }
  ul.news-list li {
    margin-top: 20px;
    width: 48%;
  }
  ul.news-list li a p {
    margin: 8px 0 0;
  }
  ul.news-list li a p .category {
    display: inline-block;
    width: 64px;
    padding: 2px 4px;
    font-size: 1.2rem;
  }
  ul.news-list li a p .date {
    margin-left: 8px;
    font-size: 1.1rem;
  }
  ul.news-list li a h3 {
    font-size: 1.6rem;
  }

  body {
    font-size: 1.4rem;
  }

  #wrapper {
    padding-top: 48px;
  }

  #header {
    background-image: url(../img/sp-parts-bg.png);
  }
  #header::before {
    display: none;
  }
  #header .content {
    padding: 0 12px;
  }
  #header h1 a {
    height: 48px;
    margin-right: 40px;
  }
  #header h1 a img:nth-of-type(1) {
    width: 204px;
  }
  #header h1 a img:nth-of-type(3) {
    width: 82px;
    margin: 4px 0 0 16px;
  }
  #header #nav {
    position: absolute;
    left: 100vw;
    top: 48px;
    z-index: 10;
    width: 100vw;
    height: calc(100vh - 48px);
    padding: 38px 50px 40px;
    background: #ffffff;
    overflow-y: auto;
    opacity: 0;
    transition: all 300ms ease-in;
  }
  #header #nav > ul {
    display: block;
  }
  #header #nav > ul > li {
    display: block;
    margin-left: 0;
  }
  #header #nav > ul > li > a {
    width: 100%;
    justify-content: flex-start;
    color: #003894;
    font-size: 1.6rem;
  }
  #header #nav > ul > li > a.ex::after {
    background-image: url(../img/icon-link-ex-b.png);
  }
  #header #nav > ul > li.member {
    padding-top: 48px;
  }
  #header #nav > ul > li.member > a {
    margin: 0 auto;
    justify-content: center;
  }
  #header #nav > ul > li.has-child > a::before, #header #nav > ul > li.has-child > a::after {
    display: block;
    background: #003894;
  }
  #header #nav > ul > li.has-child > ul {
    display: none;
    position: static;
    background: #003894;
    transform: none;
    opacity: 1;
  }
  #header #nav > ul > li.has-child > ul > li {
    background: #003894;
  }
  #header #nav > ul > li.has-child > ul > li > a {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 40px;
  }
  #header #nav > ul > li.has-child.active > ul {
    display: block;
  }
  #header .active #nav {
    left: 0;
    opacity: 1;
  }
  #header #nav-btn {
    position: absolute;
    display: block;
    right: 20px;
    top: 16px;
    z-index: 11;
  }
  #header #nav-btn a {
    display: block;
    position: relative;
    width: 24px;
    height: 16px;
  }
  #header #nav-btn a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 1px;
    background: #ffffff;
    transition: all 300ms ease-in;
    transform-origin: 0 0;
  }
  #header #nav-btn a span:nth-of-type(2) {
    top: 8px;
  }
  #header #nav-btn a span:nth-of-type(3) {
    top: 16px;
    transform-origin: 0 100%;
  }
  #header #nav-btn a.active span:nth-of-type(1) {
    width: 29px;
    transform: rotate(34deg);
  }
  #header #nav-btn a.active span:nth-of-type(2) {
    width: 0;
    opacity: 0;
  }
  #header #nav-btn a.active span:nth-of-type(3) {
    width: 29px;
    transform: rotate(-34deg);
  }
  #header.active #nav {
    left: 0;
    opacity: 1;
  }

  #footer {
    padding: 32px 0;
    background-image: url(../img/sp-parts-bg.png);
  }
  #footer a {
    color: #ffffff;
  }
  #footer .content > div {
    display: block;
  }
  #footer .content > div > div:nth-of-type(1) {
    width: auto;
  }
  #footer .content > div > div:nth-of-type(1) h2 {
    text-align: center;
  }
  #footer .content > div > div:nth-of-type(1) h2 img {
    width: 143px;
  }
  #footer .content > div > div:nth-of-type(2) {
    margin-top: 20px;
  }
  #footer .content > div > div:nth-of-type(2) nav > ul {
    margin: -30px 0 0;
    justify-content: space-between;
  }
  #footer .content > div > div:nth-of-type(2) nav > ul > li {
    width: 45%;
    margin-top: 50px;
    padding-left: 0;
  }
  #footer .content > div > div:nth-of-type(2) nav > ul > li.has-child > ul > li {
    margin-top: 16px;
  }
  #footer .content > div > div:nth-of-type(2) > div {
    display: block;
    padding-left: 0;
  }
  #footer .content > div > div:nth-of-type(2) > div > ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  #footer .content > div > div:nth-of-type(2) > div > ul li {
    margin: 0 10px;
  }
  #footer .content > div > div:nth-of-type(2) > div > ul li a img {
    display: block;
    height: 32px;
  }
  #footer .content > div > div:nth-of-type(2) > div > ul li.ex {
    width: 100%;
    margin: 0 0 30px;
  }
  #footer .content > div > div:nth-of-type(2) > div > ul li.ex a {
    text-align: center;
  }
  #footer .content > p {
    margin-top: 30px;
    font-size: 1, 1rem;
    text-align: center;
  }

  #mv {
    display: block;
  }
  #mv .slide {
    width: auto;
  }
  #mv .slide .swiper-prev, #mv .slide .swiper-next, #mv .slide .swiper-toggle {
    display: none;
  }
  #mv .banner ul {
    display: flex;
    flex-wrap: wrap;
  }
  #mv .banner ul li {
    width: 33.3333%;
  }
  #mv .banner ul li:nth-child(4) {
    width: 50.13333%;
    margin-top: -1px;
  }
  #mv .banner ul li:nth-child(5) {
    width: 49.86667%;
    margin-top: -1px;
  }

  #home-match {
    display: block;
  }
  #home-match h2 {
    font-size: 2.4rem;
  }
  #home-match > section {
    display: block;
    width: 100%;
    padding: 20px;
  }

  .game-info .info p.title {
    margin: 15px 0 0;
  }
  .game-info .info p.vs {
    margin: 2px 0 0;
    font-size: 1.4rem;
  }
  .game-info .info p.vs span:nth-of-type(2) {
    margin: 0 6px;
  }
  .game-info .info div.score {
    margin: 12px 0 0;
  }
  .game-info .info div.score div .image {
    width: 30px;
    margin: 0 15px;
  }
  .game-info .info div.score div p {
    margin: 0;
    font-size: 2.8rem;
  }
  .game-info .info p.datetime {
    margin: 10px 0 0;
  }
  .game-info .info p.place {
    margin: 2px 0 0;
  }
  .game-info .info div.vs {
    margin: 10px 0 0;
  }
  .game-info .info div.vs p {
    margin: 0;
    font-size: 1.4rem;
  }
  .game-info .info div.vs p:nth-of-type(1) {
    margin: 0 6px 0;
  }
  .game-info .info div.vs .image {
    width: 30px;
    margin-left: 10px;
    flex-shrink: 0;
  }
  .game-info .info p.date {
    margin: 8px 0 0;
    font-size: 2.4rem;
  }
  .game-info .info p.time {
    margin: 2px 0 0;
    font-size: 1.4rem;
  }
  .game-info .btn {
    margin-top: 15px;
  }

  #content > section {
    padding: 30px 0;
  }
  #content > section.bg {
    background-image: url(../img/sp-parts-bg.png);
  }
  #content > section h2 {
    margin: 0 0 25px;
    font-size: 2.4rem;
  }
  #content > section#home-ranking .content h3 {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
  #content > section#home-ranking .content .info {
    display: block;
  }
  #content > section#home-ranking .content .info ul {
    width: auto;
    margin: 0;
  }
  #content > section#home-ranking .content .info ul:nth-of-type(2) li:nth-child(1) {
    display: none;
  }
  #content > section#home-ranking .content .info ul li p:nth-of-type(1) {
    width: 50px;
  }
  #content > section#home-partner .content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px -15px;
    padding: 0;
  }
  #content > section#home-partner .content ul li {
    width: 40%;
    margin: 20px 2.5% 0;
  }
  #content > section#home-partner .content ul li:nth-child(1), #content > section#home-partner .content ul li:nth-child(2) {
    margin-top: 0;
  }
  #content > section#home-partner .content ul:nth-of-type(1) {
    margin-top: 0;
  }
  #content > section#home-partner .content ul:nth-of-type(1) li {
    width: 80%;
  }
  #content > section#home-special .content ul {
    display: block;
    margin: 0;
  }
  #content > section#home-special .content ul li {
    width: auto;
    margin: 20px 0;
    text-align: center;
  }
  #content > section#home-special .content ul li img {
    width: 335px;
  }
  #content > section#home-special .content ul li:nth-child(1) {
    margin-top: 0;
  }

  .sub #content > section h1 {
    margin: 0 0 30px;
    font-size: 2.4rem;
  }
  .sub #content > section .content .catch {
    margin: 30px 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
  .sub #content > section .content .notice {
    font-size: 1.2rem;
  }
  .sub #content > section .content > section {
    margin-top: 30px;
  }
  .sub #content > section .content > section h2 {
    margin: 0;
    padding: 5px 10px;
    background: url(../img/sp-parts-bg.png) 0 -5px repeat;
    background-size: 12%;
    font-size: 1.6rem;
  }
  .sub #content > section .content > section h2 + p {
    margin: 20px 0 20px;
  }
  .sub #content > section .content > section > h3 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .sub #content > section .content > section ul.content-list {
    display: block;
  }
  .sub #content > section .content > section ul.content-list::after {
    display: none;
  }
  .sub #content > section .content > section ul.content-list li {
    width: auto;
    margin-top: 30px;
  }
  .sub #content > section .content > section ul.content-list li p {
    margin: 10px 0 0;
    line-height: 1.8;
  }
  .sub #content > section .content > section ul.content-list li p span {
    font-size: 1.2rem;
  }
  .sub #content > section .content > section ul.content-list-02 {
    display: block;
  }
  .sub #content > section .content > section ul.content-list-02::after {
    display: none;
  }
  .sub #content > section .content > section ul.content-list-02 li {
    width: auto;
    margin-top: 30px;
  }
  .sub #content > section .content > section ul.content-list-02 li h3 {
    font-size: 1.6rem;
  }
  .sub #content > section .content > section ul.content-list-02 li h3.s {
    font-size: 1.4rem;
  }
  .sub #content > section .content > section ul.content-list-02 li h3 span {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
  .sub #content > section .content > section ul.content-list-02 li p {
    margin: 10px 0 0;
    line-height: 1.8;
  }
  .sub #content > section .content > section ul.content-list-02 li p span {
    font-size: 1.2rem;
  }
  .sub #content > section .content > section ul.content-list-03 {
    display: block;
  }
  .sub #content > section .content > section ul.content-list-03::after {
    display: none;
  }
  .sub #content > section .content > section ul.content-list-03 li {
    width: auto;
    margin-top: 30px;
  }
  .sub #content > section .content > section ul.content-list-03 li h3 {
    font-size: 1.6rem;
  }
  .sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(1) {
    width: 64px;
    height: 32px;
    margin-right: 8px;
    font-size: 1.2rem;
  }
  .sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(1) span {
    font-size: 1.4rem;
  }
  .sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(2) {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub #content > section .content > section ul.content-list-03 li h3 > span:nth-of-type(2) span {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .sub #content > section .content > section ul.content-list-03 li p {
    margin: 10px 0 0;
    line-height: 1.8;
  }
  .sub #content > section .content > section ul.content-list-03 li p span {
    font-size: 1.2rem;
  }
  .sub #content > section .content > section ul.content-list-03 li .btn {
    margin: 20px 0;
  }
  .sub #content > section .content > section ul.content-list-04 li {
    margin-top: 30px;
  }
  .sub #content > section .content > section ul.content-list-04 li h3 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
  }
  .sub #content > section .content > section ul.content-list-04 li h3 > span:nth-of-type(1) {
    flex-shrink: 0;
    margin: 0 0 10px 0;
    padding: 3px 8px;
    font-size: 1.4rem;
  }
  .sub #content > section .content > section ul.content-list-04 li h4 {
    margin: 10px 0 0;
    font-size: 2.4rem;
  }
  .sub #content > section .content > section ul.content-list-04 li h4 span::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 4px;
    transform: translate(0, -5px);
  }
  .sub #content > section .content > section ul.content-list-04 li p {
    margin: 0;
    line-height: 1.7;
  }
  .sub #content > section .content > section ul.content-list-04 li dl dt, .sub #content > section .content > section ul.content-list-04 li dl dd {
    margin-top: 0;
    line-height: 1.7;
  }
  .sub #content > section .content > section ul.content-list-04 li dl dt {
    width: 32px;
  }
  .sub #content > section .content > section ul.content-list-04 li dl dd {
    width: calc(100% - 32px);
    margin-left: 0;
  }
  .sub #content > section .content > section dl.info {
    margin: 20px 0;
  }
  .sub #content > section .content > section dl.info dt, .sub #content > section .content > section dl.info dd {
    padding: 10px;
  }
  .sub #content > section .content > section dl.info dt {
    width: 64px;
  }
  .sub #content > section .content > section dl.info dd {
    width: calc(100% - 64px);
  }
  .sub #content > section .content > section dl.info.w dt {
    width: 80px;
  }
  .sub #content > section .content > section dl.info.w dd {
    width: calc(100% - 80px);
  }
  .sub #content > section#member .content > section ul::before, .sub #content > section#member .content > section ul::after {
    display: none;
  }
  .sub #content > section#member .content > section ul li {
    width: 47.7%;
    margin-top: 4.6%;
  }
  .sub #content > section#member .content > section ul li a div {
    padding: 5px 10px;
  }
  .sub #content > section#member .content > section ul li a div h3 span:nth-of-type(1) {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .sub #content > section#member .content > section ul li a div h3 span:nth-of-type(2) {
    font-size: 1.6rem;
  }
  .sub #content > section#member .content > section ul li a div h3 span:nth-of-type(3) {
    font-size: 1rem;
  }
  .sub #content > section#member .content > section ul li a div p {
    margin: 0 -2px 0 0;
    font-size: 2.8rem;
  }
  .sub #content > section#member .content > section ul li a:hover div {
    background: none;
    color: #003894;
  }
  .sub #content > section#member .content > section ul.staff li a div {
    border-color: #DCAF00;
    background: #DCAF00;
  }
  .sub #content > section#member .content > section ul.staff li a:hover div {
    border-color: #DCAF00;
    background: none;
    color: #DCAF00;
  }
  .sub #content > section#member .content .btn {
    margin-top: 80px;
  }
  .sub #content > section#league .content > section.game-info .info p.title {
    font-size: 1.4rem;
  }
  .sub #content > section#league .content > section.game-info .info p.vs {
    margin: 5px 0 0;
    font-size: 1.8rem;
  }
  .sub #content > section#league .content > section.game-info .info div.score div .image {
    width: 80px;
  }
  .sub #content > section#league .content > section.game-info .info div.score div p {
    font-size: 5.4rem;
  }
  .sub #content > section#league .content > section.game-info .info p.datetime {
    margin: 10px 0 0;
    font-size: 1.6rem;
  }
  .sub #content > section#league .content > section.game-info .info p.place {
    font-size: 1.6rem;
  }
  .sub #content > section#league .content > section.game-info .info p.date {
    font-size: 1.6rem;
  }
  .sub #content > section#league .content > section.game-info .info p.time {
    margin: 10px 0 0;
    font-size: 1.6rem;
  }
  .sub #content > section#league .content > section.game-list + .btn {
    margin-top: 80px;
  }
  .sub #content > section#league .content > section.game-list ul {
    margin: 24px 0 0;
  }
  .sub #content > section#league .content > section.game-list ul li {
    display: block;
    padding: 10px 0;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) {
    width: auto;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(1) {
    width: 54px;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(1) h3 {
    padding: 8px;
    font-size: 1.2rem;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) {
    padding: 0 10px;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) p {
    font-size: 1.8rem;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) p span {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(3) {
    width: 54px;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(1) > div:nth-of-type(3) p {
    font-size: 1.2rem;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) {
    align-items: flex-start;
    margin-top: 15px;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div {
    display: flex;
    align-items: flex-start;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div > div:nth-of-type(1) p {
    order: 1;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div p {
    margin-top: 5px;
    font-size: 3.2rem;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div p.team {
    font-size: 1.4rem;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div .image {
    padding: 0;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div .image img {
    width: 48px;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) {
    width: 49%;
    justify-content: flex-end;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) {
    flex: 1;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(3) {
    width: 49%;
    justify-content: flex-start;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 40px;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    border: solid 1px #003894;
    background: #ffffff;
    transition: all 300ms ease-in;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a::before, .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 8px;
    height: 1px;
    background: #003894;
    transform-origin: 100% 50%;
    transform: rotate(45deg);
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a::after {
    transform: rotate(-45deg);
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a:hover {
    background: #003894;
    color: #ffffff;
  }
  .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a:hover::before, .sub #content > section#league .content > section.game-list ul li > div:nth-of-type(2) > div:nth-of-type(2) a:hover::after {
    background: #ffffff;
  }
  .sub #content > section#rank .btn {
    margin-top: 80px;
  }
  .sub #content > section#rank .content > section .table-wrap {
    padding-bottom: 10px;
    overflow-x: auto;
    overflow: auto;
  }
  .sub #content > section#rank .content > section .table-wrap::-webkit-scrollbar {
    height: 4px;
    border-bottom: solid 1px #E6E6E6;
    background: none;
  }
  .sub #content > section#rank .content > section .table-wrap::-webkit-scrollbar-thumb {
    background: #DEDEDE;
  }
  .sub #content > section#rank .content > section table {
    width: 740px;
    border-collapse: collapse;
    margin-top: 40px;
  }
  .sub #content > section#rank .content > section table thead tr th {
    padding: 3px 15px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .sub #content > section#rank .content > section table thead tr th[data-sort]::after {
    right: 4px;
    opacity: 0.3;
    transform: translateY(-50%) scale(0.6);
  }
  .sub #content > section#rank .content > section table tbody tr td {
    padding: 8px 15px;
    font-size: 1.4rem;
  }
  .sub #content > section#partner .content > section ul::before, .sub #content > section#partner .content > section ul::after {
    display: none;
  }
  .sub #content > section#partner .content > section ul li {
    width: 47.76%;
    margin-top: 20px;
  }
  .sub #content > section#partner .content > section ul li a {
    font-size: 1rem;
  }
  .sub #content > section#partner .content > section ul li a img {
    margin-bottom: 5px;
  }
  .sub #content > section#partner .content > section ul.top li {
    width: 71.64%;
  }
  .sub #content > section#partner .content > section ul.top li:not(:nth-of-type(1)) {
    margin-left: 0;
  }
  .sub #content > section#partner .content > section p {
    margin: 20px 0 0;
    padding-bottom: 5px;
  }
  .sub #content > section#partner .content > section p + ul li:nth-of-type(1), .sub #content > section#partner .content > section p + ul li:nth-of-type(2) {
    margin-top: 10px;
  }
  .sub #content > section#partner .content > section .partner-list > div {
    width: 47.76%;
  }
  .sub #content > section#partner .content > section .partner-list > div.col2 {
    width: 100%;
  }
  .sub #content > section#partner .content > section .partner-list > div.col2 ul li {
    width: 47.76%;
  }
  .sub #content > section#partner .content > section .partner-list > div.col3 {
    width: 100%;
  }
  .sub #content > section#partner .content > section .partner-list > div.col3 ul li {
    width: 47.76%;
  }
  .sub #content > section#member-profile .content > div {
    display: block;
  }
  .sub #content > section#member-profile .content > div main {
    width: auto;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(1) > p > span {
    font-size: 1.9rem;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(1) > p > span:nth-of-type(1) {
    font-size: 6.6rem;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) {
    height: 64px;
    padding: 0 15px;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) h1 {
    display: block;
    margin-left: -6px;
    font-size: 2rem;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) h1 span {
    display: block;
    margin: 2px 0 0 6px;
    font-size: 1.1rem;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(1) > div:nth-of-type(2) ul li {
    margin-left: 15px;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) {
    display: block;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div {
    width: auto;
    margin-top: 30px;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > p {
    font-size: 1.6rem;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl dt, .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > dl dd {
    margin-top: 5px;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > ul {
    margin: 15px 0 0;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > ul li {
    margin-top: 5px;
  }
  .sub #content > section#member-profile .content > div main > div:nth-of-type(2) > div > div {
    padding-top: 20px;
  }
  .sub #content > section#member-profile .content > div aside {
    width: auto;
    margin-top: 40px;
  }
  .sub #content > section#news .content nav {
    margin: 0 0 30px;
  }
  .sub #content > section#news .content nav ul li a {
    font-size: 1.4rem;
  }
  .sub #content > section#news-detail .content .detail-meta {
    margin-bottom: 5px;
  }
  .sub #content > section#news-detail .content .detail-meta .category {
    width: 64px;
  }
  .sub #content > section#news-detail .content .detail-ctrl-area {
    margin-top: 40px;
  }
  .sub #content > section#league-detail .content h1 span {
    display: block;
  }
  .sub #content > section#league-detail .content > section .media {
    margin-top: 40px;
  }
  .sub #content > section#league-detail .content > section table {
    margin-top: 20px;
  }
  .sub #content > section#league-detail .content > section table thead tr th {
    padding: 3px 0px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .sub #content > section#league-detail .content > section table tbody tr td {
    padding: 8px 15px;
    font-size: 1.4rem;
  }
  .sub #content > section#league-detail .content > section table tbody tr td span {
    display: inline-block;
    font-size: 1rem;
  }
  .sub #content > section#membership .content > section .col3 {
    padding: 0;
  }
  .sub #content > section#membership .content > section .col3 li {
    padding: 0;
  }
  .sub #content > section#membership .content > section .col2 {
    display: block;
    margin-top: 20px;
  }
  .sub #content > section#membership .content > section .col2 > div {
    width: auto;
  }
  .sub #content > section#membership .content > section .col2 > div .content-list-02 > li {
    margin-top: 20px;
  }
  .sub #content > section#membership .content > section .col2 > div .content-list-02 > li:nth-child(1) {
    margin-top: 30px;
  }
  .sub #content > section#membership .content > section .content-list-02 > li .col2 div p {
    text-align: center;
  }
  .sub #content > section#membership .content > section .content-list-02 > li .col2 div div {
    margin-bottom: 20px;
    text-align: center;
  }
  .sub #content > section#membership .content > section .content-list-02 > li .col2 div div img {
    width: 100px;
  }
  .sub #content > section#contribution .content > section #contribution-map {
    margin-top: 20px;
  }
  .sub #content > section#contribution .content > section #contribution-map ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
    padding: 0 20px 18px;
    border: solid 1px #003894;
  }
  .sub #content > section#contribution .content > section #contribution-map ul li {
    width: 22%;
    margin-top: 18px;
    text-align: left;
  }
  .sub #content > section#contribution .content > section #contribution-map p {
    text-align: left;
  }
  .sub #content > section#contribution .content > section .col3 {
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0 0;
  }
  .sub #content > section#contribution .content > section .col3 li {
    width: 47.476%;
    margin-top: 0;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .sub #content > section#contribution .content > section .col3 li:nth-child(even) {
    margin-left: 4.48%;
  }
  .sub #content > section#contribution .content > section .col1-2 {
    display: block;
  }
  .sub #content > section#contribution .content > section .col1-2 > div:nth-of-type(odd) {
    width: 100%;
  }
  .sub #content > section#contribution .content > section .col1-2 > div:nth-of-type(even) {
    justify-content: space-between;
    width: auto;
    margin-top: 10px;
  }
  .sub #content > section#contribution .content > section .col1-2 > div:nth-of-type(even) > div {
    width: 47.476%;
    margin-top: 10px;
    padding-left: 0;
  }
  .sub #content > section#official-goods .content .col2 {
    display: block;
  }
  .sub #content > section#official-goods .content .col2 > div {
    width: auto;
  }
  .sub #content > section#official-goods .content .col2 > div:nth-of-type(2) {
    margin-top: 40px;
  }
  .sub #content > section#official-goods .content .uniform h3 {
    font-size: 1.6rem;
  }
  .sub #content > section#official-goods .content .uniform .btn {
    margin-top: 15px;
  }
  .sub #content > section#official-goods .goods-list {
    margin-top: 60px;
    padding: 40px 0;
    background: #E7ECF5;
  }
  .sub #content > section#official-goods .goods-list .content h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .sub #content > section#official-goods .goods-list .content > ul {
    display: block;
  }
  .sub #content > section#official-goods .goods-list .content > ul li {
    width: auto;
    margin-top: 40px;
  }
  .sub #content > section#official-goods .goods-list .content > ul li h3 {
    font-size: 1.6rem;
  }
  .sub #content > section#official-goods .goods-list .content > ul li h3 span {
    display: block;
    font-size: 1.2rem;
  }
  .sub #content > section#official-goods .goods-list .content > ul li p {
    font-size: 1.6rem;
  }
  .sub #content > section#official-goods .goods-list .content > ul li p span {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .sub #content > section#official-goods .goods-list .content > ul li p + p {
    margin-top: 5px;
  }
  .sub #content > section#official-goods .goods-list .content .btn {
    margin-top: 50px;
  }
  .sub #content > section#official-goods .goods-list .content section {
    margin-top: 60px;
    padding: 20px;
  }
  .sub #content > section#official-goods .goods-list .content section .col2 > div {
    width: auto;
  }
  .sub #content > section#official-goods .goods-list .content section ul.content-list li {
    width: 100%;
  }
  .sub #content > section#profile .content section .item {
    font-size: 1.6rem;
  }
  .sub #content > section#profile .content section .item + p {
    margin-top: -1em;
  }
  .sub #content > section#profile .content section .item + h3 {
    margin: 40px 0 20px;
    font-size: 1.6rem;
  }
  .sub #content > section#profile .content section .col2 {
    display: block;
  }
  .sub #content > section#profile .content section .col2 > div:nth-of-type(1) {
    width: auto;
    margin-top: 20px;
  }
  .sub #content > section#profile .content section .col2 > div:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section#profile .content .banner {
    margin-top: 60px;
  }
  .sub #content > section#profile .content .banner > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: auto;
    height: 200px;
    padding: 20px 20% 20px 20px;
    background: url(../img/sp-profile-banner.png) 63% 0 no-repeat;
    background-size: cover;
  }
  .sub #content > section#profile .content .banner > div h3 {
    margin: 0;
    font-size: 1.8rem;
  }
  .sub #content > section#profile .content .banner > div > div p {
    font-size: 1.2rem;
  }
  .sub #content > section#profile .content .banner > div > div p span {
    margin-left: 10px;
    font-size: 1.4rem;
  }
  .sub #content > section#profile .content .banner > div > div .btn {
    margin-top: 20px;
    align-items: flex-start;
  }
  .sub #content > section#message #kv.has-text {
    position: relative;
  }
  .sub #content > section#message #kv.has-text img {
    height: auto;
    aspect-ratio: auto;
    object-fit: unset;
  }
  .sub #content > section#message #kv.has-text .content {
    padding: 0;
    justify-content: center;
    align-items: flex-end;
  }
  .sub #content > section#message #kv.has-text .content p {
    margin-bottom: 45px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .sub #content > section#message > .content > p {
    margin-top: 40px;
  }
  .sub #content > section#message > .content p {
    line-height: 1.8;
  }
  .sub #content > section#message > .content > section h2 {
    font-size: 1.8rem;
  }
  .sub #content > section#message > .content .image {
    margin: 20px 0;
  }
  .sub #content > section#message > .content .col3 {
    margin: 20px -20px;
  }
  .sub #content > section#message > .content .col3 > div {
    width: 32%;
  }
  .sub #content > section#message > .content .author {
    margin-top: 30px;
  }
  .sub #content > section#message > .content .author p span {
    margin-left: 15px;
    font-size: 1.8rem;
  }
  .sub #content > section#oyatsu-company .footer {
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .sub #content > section#oyatsu-company .footer h3 {
    font-size: 1.8rem;
  }
  .sub #content > section#oyatsu-company .footer h3::before, .sub #content > section#oyatsu-company .footer h3::after {
    height: 32px;
    transform: translate(-30px, 8px) rotate(-30deg);
  }
  .sub #content > section#oyatsu-company .footer h3::after {
    transform: translate(30px, 8px) rotate(30deg);
  }
  .sub #content > section#oyatsu-company .footer > ul {
    margin: 30px 0 0;
  }
  .sub #content > section#oyatsu-company .footer > div {
    margin-top: 40px;
  }
  .sub #content > section#oyatsu-company .footer > div h4 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 {
    display: block;
    margin-top: 10px;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div {
    display: block;
    width: auto;
    padding-right: 0;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div .btn {
    margin: 30px 0 0;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div .btn:hover {
    transform: none;
    opacity: 1;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div p {
    margin: 40px 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div p span {
    font-weight: 700;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div ul {
    justify-content: center;
    margin: 30px 0 0;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div ul li {
    flex-shrink: 0;
    margin: 0 16px;
  }
  .sub #content > section#oyatsu-company .footer > div .col2 > div:nth-of-type(2) {
    padding-left: 0;
  }
  .sub #content > section#news-detail .content table thead tr th {
    padding: 10px;
  }
  .sub #content > section#news-detail .content table tbody tr td {
    padding: 10px;
  }
  .sub #content > section#news-detail .content .detail-body-content .image + h2 {
    margin-top: 40px;
  }
  .sub #content > section#news-detail .content .detail-body-content .image + p {
    margin-top: 40px;
  }
  .sub #content > section#news-detail .content .detail-body-content .author {
    margin-top: 30px;
  }
  .sub #content > section#news-detail .content .detail-body-content .author p span {
    margin-left: 15px;
    font-size: 1.8rem;
  }
  .sub #content > section#news-detail .content .detail-body-content p {
    line-height: 1.8;
  }
  .sub #content > section#news-detail .content .detail-body-content > section {
    margin-top: 60px;
  }
  .sub #content > section#news-detail .content .detail-body-content > section > section {
    margin-top: 40px;
  }
  .sub #content > section#news-detail .content .detail-body-content > section > section > section {
    margin-top: 30px;
  }
  .sub #content > section#news-detail .content .detail-body-content > section h2 {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
  .sub #content > section#news-detail .content .detail-body-content > section h3 {
    margin: 20px 0 10px;
    font-size: 1.6rem;
  }
  .sub #content > section#news-detail .content .detail-body-content > section h3 span {
    display: block;
  }
  .sub #content > section#news-detail .content .detail-body-content > section dl {
    margin: 20px 0;
  }
  .sub #content > section#news-detail .content .detail-body-content > section dl dt, .sub #content > section#news-detail .content .detail-body-content > section dl dd {
    padding: 10px;
  }
  .sub #content > section#news-detail .content .detail-body-content > section dl dt {
    width: 100px;
  }
  .sub #content > section#news-detail .content .detail-body-content > section dl dd {
    width: calc(100% - 100px);
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * * Print styles.
 * * Inlined to avoid the additional HTTP request:
 * * http://www.phpied.com/delay-loading-your-print-css/
 * * ========================================================================== */