<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
@import url("//fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&amp;display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
/*-----------------------------------

beginner.scss

------------------------------------*/
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.specialHeader__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__jLogo {
  width: 40px;
  height: 40px;
}
.specialHeader__jLogo img {
  width: 100%;
  height: auto;
}
.specialHeader__eng a {
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  margin-right: 15px;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__title img {
  height: 40px;
}
.specialHeader__gnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.specialHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .specialHeader__gnav__li a, .specialHeader__gnav__li span {
    padding: 0 10px;
  }
}
.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}
.specialHeader__gnav__li span {
  color: rgba(255, 255, 255, 0.4);
}
.specialHeader__ticket {
  margin-right: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__ticket a, .specialHeader__ticket span {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  .specialHeader__ticket a, .specialHeader__ticket span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.specialHeader__ticket span {
  background: #758ebf;
  color: #000;
}
.specialHeader__ticket span:hover {
  background: #758ebf;
}
.specialHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.specialHeader__subnav li a {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}
.specialHeader__subnav li a:hover {
  opacity: 0.7;
}
.specialHeader__subnav li:first-child {
  padding-left: 15px;
}
.specialHeader__subnav li:last-child {
  padding-right: 15px;
}
.specialHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

footer img {
  vertical-align: inherit;
}

footer {
  line-height: 100%;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

.spDISP {
  display: none;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half &gt; li, .CLM__half &gt; article, .CLM__half &gt; figure, .CLM__half &gt; div, .CLM__half &gt; a {
  width: 48%;
  margin-right: 4%;
}
.CLM__half &gt; li:nth-child(2n), .CLM__half &gt; article:nth-child(2n), .CLM__half &gt; figure:nth-child(2n), .CLM__half &gt; div:nth-child(2n), .CLM__half &gt; a:nth-child(2n) {
  margin-right: 0;
}
.CLM__three &gt; li, .CLM__three &gt; article, .CLM__three &gt; div, .CLM__three &gt; a, .CLM__three &gt; figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three &gt; li:nth-child(3n), .CLM__three &gt; article:nth-child(3n), .CLM__three &gt; div:nth-child(3n), .CLM__three &gt; a:nth-child(3n), .CLM__three &gt; figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four &gt; li, .CLM__four &gt; article, .CLM__four &gt; div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four &gt; li:nth-child(4n), .CLM__four &gt; article:nth-child(4n), .CLM__four &gt; div:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM &gt; li, .nowrapCLM &gt; article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM &gt; li:last-child, .nowrapCLM &gt; article:last-child {
  margin-right: 0;
}
.nowrapCLM &gt; li img, .nowrapCLM &gt; article img {
  width: 100%;
}
.nowrapCLM &gt; li a, .nowrapCLM &gt; article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__bold {
  font-weight: bold;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__through {
  text-decoration: line-through;
}
.txt__underline {
  text-decoration: underline !important;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e60012;
}

.sec {
  text-align: center;
}
.sec__inner90 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  max-width: 1180px;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

img.lazy {
  width: 100%;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}
.list__style__discl {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.list__style__discl li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__discl li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  left: -0.5em;
}
.list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}

body {
  background: #e7e7e7;
}

.txt__mark {
  background: linear-gradient(transparent 60%, #fdf23b 60%);
}
.txt__red {
  color: #e60012;
}

.sec__white {
  background: #fff !important;
}
.sec__gry {
  background: #e7e7e7 !important;
}
.sec__sankaku {
  position: relative;
  background: #fff;
  margin-bottom: 7vw;
}
.sec__sankaku:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadein {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeinotherkv {
  0% {
    transform: translate(-50%, 0%);
    opacity: 0;
    top: 43%;
    left: 50%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeinotherkv {
  0% {
    transform: translate(-50%, 0%);
    opacity: 0;
    top: 43%;
    left: 50%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.heading__main {
  margin-bottom: 40px;
}
.heading__main .eng {
  text-align: center;
  font-family: "alkaline", sans-serif;
  font-weight: bold;
  font-size: 105px;
  font-size: 10.5rem;
  border-bottom: 5px solid #000;
  margin-bottom: 20px;
  line-height: 1;
}
.heading__main .jp {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.heading__main .jp img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.heading__main .jp span {
  font-weight: bold;
}

.btn {
  background: #000;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  padding: 1em 40px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 9999px;
}
.btn__M {
  width: 700px;
}

.icon__gaibu {
  position: relative;
}
.icon__gaibu:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
.icon__right {
  position: relative;
}
.icon__right:after {
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.icon__ankr {
  position: relative;
}
.icon__ankr:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.icon__zoom {
  position: relative;
}
.icon__zoom:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.icon__check {
  position: relative;
}
.icon__check:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}

i.fas {
  margin: 0 0.3em;
}

/* ==========================================================================
   Header
========================================================================== */
.specialHeader__gnav__li a {
  position: relative;
}

.specialHeader {
  padding: 0 35px;
}
.specialHeader__title.top {
  display: none;
}
.specialHeader__gnav h2 {
  position: relative;
}
.specialHeader__gnav h2 a {
  padding: 0 20px;
}
.specialHeader__gnav h2:after {
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #fff;
}

body.beginner .specialHeader {
  background: none;
  transition: 0.3s ease-in-out;
}
body.beginner .specialHeader__title {
  display: none;
}
body.beginner .specialHeader__title.top {
  display: block;
}
body.beginner .specialHeader__gnav__li:after {
  background: #000;
}
body.beginner .specialHeader__gnav__li a {
  color: #000;
  transition: 0.3s ease-in-out;
}
body.beginner .specialHeader.active {
  background: #000;
}
body.beginner .specialHeader.active .specialHeader__title {
  display: block;
}
body.beginner .specialHeader.active .specialHeader__title.top {
  display: none;
}
body.beginner .specialHeader.active .specialHeader__gnav__li:after {
  background: #fff;
}
body.beginner .specialHeader.active .specialHeader__gnav__li a {
  color: #fff;
}

body.jleague .specialHeader__gnav__li.jleague a:after,
body.ticket .specialHeader__gnav__li.ticket a:after,
body.enjoy .specialHeader__gnav__li.enjoy a:after,
body.match .specialHeader__gnav__li.match a:after,
body.player .specialHeader__gnav__li.player a:after,
body.rule .specialHeader__gnav__li.rule a:after,
body.rulesandmanners .specialHeader__gnav__li.rulesandmanners a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e60012;
  bottom: 0;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
#pageTop {
  bottom: 300px !important;
}

.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: -111;
  bottom: 80px;
  right: 10px;
  width: 420px;
  box-sizing: border-box;
  opacity: 0;
  display: none;
}
.floatingbnrArea.is-active {
  opacity: 1;
  position: fixed;
  display: block;
  z-index: 111;
}
.floatingbnrArea a {
  transition: 0.3s ease-in-out;
}
.floatingbnrArea a:hover {
  background: #000;
  opacity: 1;
}
.floatingbnrArea a:hover img {
  opacity: 1;
}
.floatingbnrArea a:hover .icon__right:after {
  right: 0.5em;
}
.floatingbnrArea .btn {
  background: #e60012;
  border: 3px solid #FFF;
}
.floatingbnrArea .btn.pcDISP {
  display: block;
}
.floatingbnrArea .btn.spDISP {
  display: none;
}
.floatingbnrArea .btn::after {
  font-size: 16px;
  font-size: 1.6rem;
}
.floatingbnrArea .btn.btn__brown {
  left: 15px;
}
.floatingbnrArea h5 img {
  width: 100%;
}
.floatingbnrArea p {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.floatingbnrArea p:nth-child(1) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
.floatingbnrArea p img {
  height: 35px;
  vertical-align: middle;
  margin-right: 5px;
  vertical-align: middle;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  font-size: 30px;
  font-size: 3rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  background: #646464;
  color: #FFF;
  position: absolute;
  right: 20px;
  top: -30px;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: #e60012;
}

/* ==========================================================================
   contentsArea
========================================================================== */
.contentsArea {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #e7e7e7 50%, #e7e7e7 100%);
}
.contentsArea__subttl {
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 40px;
}
.contentsArea__lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}
.contentsArea__img {
  text-align: center;
  margin-bottom: 30px;
}
.contentsArea__img img {
  width: 700px;
}
.contentsArea__list {
  width: 980px;
  margin: 0 auto;
}
.contentsArea__list--item figure {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.contentsArea__list--item figure .img {
  width: 50%;
}
.contentsArea__list--item figure figcaption {
  width: 50%;
  padding: 0 40px 40px;
  box-sizing: border-box;
}
.contentsArea__list--item figure figcaption .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.contentsArea__list--item figure figcaption .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.contentsArea__list--item + .contentsArea__list--item {
  margin-top: 100px;
}
.contentsArea__list--item:nth-child(even) figure .img {
  order: 2;
}
.contentsArea__list--item:nth-child(even) figure figcaption {
  order: 1;
}
.contentsArea__list--item .imgslider, .contentsArea__list--item .imgslider2, .contentsArea__list--item .imgslider3, .contentsArea__list--item .imgslider4, .contentsArea__list--item .imgslider5 {
  margin-bottom: 2px;
}
.contentsArea__list--item .imgslider .slider__item, .contentsArea__list--item .imgslider2 .slider__item, .contentsArea__list--item .imgslider3 .slider__item, .contentsArea__list--item .imgslider4 .slider__item, .contentsArea__list--item .imgslider5 .slider__item {
  overflow: hidden;
  display: flex;
}
.contentsArea__list--item .imgslider .slider__item img, .contentsArea__list--item .imgslider2 .slider__item img, .contentsArea__list--item .imgslider3 .slider__item img, .contentsArea__list--item .imgslider4 .slider__item img, .contentsArea__list--item .imgslider5 .slider__item img {
  width: 100%;
}
.contentsArea__list--item .thumbnail .thumbnail__item, .contentsArea__list--item .thumbnail2 .thumbnail__item, .contentsArea__list--item .thumbnail3 .thumbnail__item, .contentsArea__list--item .thumbnail4 .thumbnail__item, .contentsArea__list--item .thumbnail5 .thumbnail__item {
  display: inline-block;
  width: 25%;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  border-right: 1px solid #fff;
}
.contentsArea__list--item .thumbnail .thumbnail__item img, .contentsArea__list--item .thumbnail2 .thumbnail__item img, .contentsArea__list--item .thumbnail3 .thumbnail__item img, .contentsArea__list--item .thumbnail4 .thumbnail__item img, .contentsArea__list--item .thumbnail5 .thumbnail__item img {
  width: 100%;
}
.contentsArea__list--item .thumbnail .slick-list, .contentsArea__list--item .thumbnail2 .slick-list, .contentsArea__list--item .thumbnail3 .slick-list, .contentsArea__list--item .thumbnail4 .slick-list, .contentsArea__list--item .thumbnail5 .slick-list {
  transform: inherit !important;
}
.contentsArea__list--item .thumbnail .slick-track, .contentsArea__list--item .thumbnail2 .slick-track, .contentsArea__list--item .thumbnail3 .slick-track, .contentsArea__list--item .thumbnail4 .slick-track, .contentsArea__list--item .thumbnail5 .slick-track {
  transform: inherit !important;
}

/* ==========================================================================
   otherkvArea
========================================================================== */
.otherkvArea {
  margin-top: 70px;
  background: url(/img/special/seasonopening/2024/BG_naname.png) no-repeat top center;
  background-size: cover;
  background-position: bottom;
  display: none;
  position: relative;
}
.otherkvArea__ttl {
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeinotherkv 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeinotherkv 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.otherkvArea__ttl .eng {
  font-family: "alkaline", sans-serif;
  font-weight: bold;
  font-size: 7vw;
  line-height: 1.3;
  color: #fff;
}
.otherkvArea__ttl .jp {
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  vertical-align: middle;
  font-size: 3vw;
  line-height: 1.3;
  color: #fff;
}
.otherkvArea__ttl .jp img {
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.otherkvArea img {
  width: 100%;
}

body.jleague .otherkvArea.jleague,
body.ticket .otherkvArea.ticket,
body.enjoy .otherkvArea.enjoy,
body.match .otherkvArea.match,
body.player .otherkvArea.player,
body.rule .otherkvArea.rule,
body.rulesandmanners .otherkvArea.rulesandmanners {
  display: block;
}

.imgkvArea img {
  width: 100%;
}

/* ==========================================================================
   leadArea
========================================================================== */
.leadArea {
  padding: 80px 0 0;
  background: #fff;
}
.leadArea__txt {
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadein 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadein 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.leadArea__txt span {
  font-weight: bold;
}
.leadArea__txt span.txt__j1, .leadArea__txt span.txt__j2, .leadArea__txt span.txt__j3 {
  line-height: 1;
  padding: 0em 1em;
  border-radius: 9999px;
  margin: 0 0.2em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}
.leadArea__txt span.txt__j1 {
  background: #E61A12;
}
.leadArea__txt span.txt__j2 {
  background: #007E40;
}
.leadArea__txt span.txt__j3 {
  background: #0062B1;
}
.leadArea__img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-animation: fadein 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadein 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* ==========================================================================
   ankrArea
========================================================================== */
.ankerArea .sec__inner800 {
  padding: 50px 0;
}
.ankerArea__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.ankerArea__nav__list {
  position: relative;
  display: inline-block;
  background: none;
  box-sizing: border-box;
  width: 33.3333333333%;
  border-right: 1px solid #000;
  padding: 1em 0 2em;
  transition: 0.3s ease-in-out;
}
.ankerArea__nav__list:nth-child(1) {
  border-left: 1px solid #000;
}
.ankerArea__nav__list a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.ankerArea__nav__list a .txt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.3;
}
.ankerArea__nav__list a .txt span {
  font-weight: bold;
}
.ankerArea__nav__list a .txt:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
  color: #fff;
  line-height: 1;
  color: #000;
  bottom: -1.2em;
}
.ankerArea__nav__list a:hover {
  opacity: 1;
}
.ankerArea__nav__list a:hover .txt:after {
  bottom: -1.4em;
}

/* ==========================================================================
   index.html
========================================================================== */
.bodyBG {
  background-image: url(/img/special/beginner/cover/kv_bg.jpg);
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100%;
}

.kvArea {
  padding-top: 70px;
  padding-bottom: 15vw;
  padding-top: 10%;
}
.kvArea img {
  width: 80%;
  margin: 0 auto;
  display: block;
  opacity: 0;
  -webkit-animation: fadein 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadein 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.kvArea img.spDISP {
  display: none;
}

.checkArea {
  background: #e7e7e7;
}
.checkArea__lead {
  padding: 80px 0 0px;
}
.checkArea__lead img {
  display: block;
  margin: 0 auto;
}
.checkArea__lead img:nth-child(1) {
  margin-bottom: 30px;
}
.checkArea__lead p {
  text-align: center;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
.checkArea__list {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
  padding-top: 7vw;
}
.checkArea__list--item {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-bottom: 100px;
  position: relative;
}
.checkArea__list--item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  top: 0.8em;
  font-size: 2vw;
  color: #e60012;
}
.checkArea__list--item &gt; img {
  margin: 20px 0 0;
}
.checkArea__list--item .num {
  width: 70px;
  display: block;
  margin: -50px auto 20px;
}
.checkArea__list--item .lead {
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.5;
}
.checkArea__list--item .lead span {
  font-weight: bold;
}
.checkArea__list--item .btn {
  margin: 20px;
}
.checkArea__list--item .btn.pcDISP {
  display: block;
}
.checkArea__list--item .btn.spDISP {
  display: none;
}

.topnavArea {
  background: #000;
  color: #fff;
}
.topnavArea__list--item {
  width: calc(50% - 1px) !important;
  margin: 0 !important;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-size: cover;
  background-position: center;
}
.topnavArea__list--item:nth-child(even) {
  border-right: 0;
}
.topnavArea__list--item.rule {
  background-image: url(/img/special/beginner/cover/bg_rule.jpg);
}
.topnavArea__list--item.rulesandmanners {
  background-image: url(/img/special/beginner/cover/bg_rulesandmanners.jpg);
}
.topnavArea__list--item.ticket {
  background-image: url(/img/special/beginner/cover/bg_tikcket.jpg);
}
.topnavArea__list--item.player {
  background-image: url(/img/special/beginner/cover/bg_player.jpg);
}
.topnavArea__list--item.match {
  background-image: url(/img/special/beginner/cover/bg_match.jpg);
}
.topnavArea__list--item.jleague {
  background-image: url(/img/special/beginner/cover/bg_jleague.jpg);
}
.topnavArea__list--item.enjoy {
  background-image: url(/img/special/beginner/cover/bg_enjoy.jpg);
}
.topnavArea__list--item a {
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  display: block;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  color: #fff;
}
.topnavArea__list--item a:hover {
  opacity: 1;
}
.topnavArea__list--item a:hover .btn {
  background: #e60012;
  color: #fff;
}
.topnavArea__list--item a h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.topnavArea__list--item a p {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.topnavArea__list--item a .btn {
  border-radius: 0;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0.5em 3em;
  transition: 0.3s ease-in-out;
}

/* ==========================================================================
   jleague.html
========================================================================== */
.jleaguefigureArea {
  padding: 80px;
  text-align: center;
}
.jleaguefigureArea img {
  width: 700px;
  margin: 0 auto;
}

/* ==========================================================================
   ticket.html
========================================================================== */
.ticketfigureArea {
  padding: 80px 0;
}
.ticketfigureArea .youtube {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.stepArea__ttl {
  text-align: center;
  margin-bottom: 50px;
}
.stepArea__list {
  margin-bottom: 50px;
}
.stepArea__list--item {
  height: auto !important;
  text-align: center;
}
.stepArea__list--item:nth-child(n+4) {
  margin-top: 2%;
}
.stepArea__list--item:last-child figure:after {
  content: none;
}
.stepArea__list--item .num {
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background: #e60012;
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 9999px;
  color: #fff;
  line-height: 70px;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.stepArea__list--item figure {
  position: relative;
}
.stepArea__list--item figure:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #e60012;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 10px;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
.stepArea__list--item figure p {
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.5;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 30px 30px;
}
.stepArea__list--item figure p span {
  font-weight: bold;
}
.stepArea__list--item figure img {
  border-radius: 30px 30px 0 0;
}

/* ==========================================================================
   enjoy.html
========================================================================== */
body.enjoy .leadArea {
  padding: 80px 0;
}

.belongingsArea__list {
  margin: 0 auto;
  padding-top: 40px;
}
.belongingsArea__list--item {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-bottom: 100px;
  position: relative;
}
.belongingsArea__list--item .num {
  width: 70px;
  display: block;
  margin: -50px auto 20px;
}
.belongingsArea__list--item .lead {
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.5;
}
.belongingsArea__list--item .lead span {
  font-weight: bold;
}
.belongingsArea__list--item .txt {
  margin-bottom: 40px;
  padding: 0 40px;
}
.belongingsArea__list--item &gt; img {
  margin: 20px 0;
}

.clothingArea__list {
  margin-top: 80px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-bottom: 80px;
}
.clothingArea__list--item {
  width: 50% !important;
  margin: 0 !important;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.clothingArea__list--item.summer {
  background: #FFEDE5;
  border-radius: 30px 0 0 30px;
}
.clothingArea__list--item.winter {
  background: #E5F2FA;
  border-radius: 0px 30px 30px 0px;
}
.clothingArea__list--item .ttl {
  background: #000;
  color: #fff;
  border-radius: 9999px;
  padding: 0.5em 1em;
  line-height: 1;
  margin: 0 auto;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.clothingArea__list--item .txt {
  margin: 30px 0;
}
.clothingArea__list--item .img {
  text-align: center;
}
.clothingArea__list--item .img img {
  width: 80%;
}
.clothingArea__list--item .subimg img {
  width: 100%;
}
.clothingArea__ngttl {
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
.clothingArea__nglist {
  padding: 40px;
}
.clothingArea__nglist--item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.clothingArea__nglist--item:last-child {
  margin-top: 30px;
}
.clothingArea__nglist--item .img {
  margin-right: 10px;
}
.clothingArea__nglist--item .ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

/* ==========================================================================
   match.html
========================================================================== */
body.match .leadArea {
  padding: 80px 0;
}

.placeArea__tab {
  max-width: 980px;
  margin: 0 auto;
}
.placeArea__tab nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.placeArea__tab nav ul li {
  width: 16.6666666667%;
}
.placeArea__tab .tabBox {
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.placeArea__tab .tabBox img {
  width: 100%;
}
.placeArea__tab .tabSelecter li {
  border: none;
}
.placeArea__tab .tabSelecter li &gt; a {
  border-radius: 30px;
  margin: 20px 5px 30px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}
.placeArea__tab .tabSelecter li &gt; a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.placeArea__tab .tabSelecter li.current a {
  background: #000;
}

.modalContent .checkArea {
  background: none;
}
.modalContent .checkArea dd .box {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", sans-serif;
}

.matchtableArea {
  margin-bottom: 80px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.matchtableArea .matchTable tbody td a {
  color: #06c;
  transition: 0s;
}

.matchtableArea .matchTable tbody td a:hover {
  opacity: 1;
}

.matchtableArea .matchTable tbody td.btn {
  background: none;
  display: table-cell;
  margin: inherit;
  padding: inherit;
}

/* ==========================================================================
   player.html
========================================================================== */
body.player .leadArea {
  padding: 80px 0;
}
body.player .fomousArea &gt; .sec__inner90, body.player .starArea &gt; .sec__inner90, body.player .handsomeArea &gt; .sec__inner90 {
  padding-bottom: 0;
}

/* ==========================================================================
   rule.html
========================================================================== */
.ruleArea__list--item {
  display: flex;
  flex-direction: column;
}
.ruleArea__list--item:nth-child(n+3) {
  margin-top: 7%;
}
.ruleArea__list--item .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.ruleArea__list--item .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}
.ruleArea__list--item .btn {
  margin-top: auto;
  width: 100%;
}

/* ==========================================================================
   rulesandmanners.html
========================================================================== */
.rulesandmannersArea .youtube {
  margin-bottom: 100px;
}
.rulesandmannersArea .lead {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
}
.rulesandmannersArea__list {
  margin-bottom: 30px;
}
.rulesandmannersArea__list--item {
  text-align: center;
  margin-bottom: 2%;
}
.rulesandmannersArea__list--item:nth-child(n+4) {
  margin-bottom: 0%;
}
.rulesandmannersArea__list--item img {
  width: 100%;
  max-width: 250px;
}
.rulesandmannersArea__list--item b {
  display: block;
  font-weight: bold;
}
.rulesandmannersArea .attention {
  border: 1px solid #e60012;
  padding: 40px;
  margin-bottom: 30px;
}
.rulesandmannersArea__con + .enjoyruleArea__con {
  margin-top: 30px;
}
.rulesandmannersArea__con .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.pt0 {
  padding-top: 0 !important;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}
/*# sourceMappingURL=beginner.css.map */</pre></body></html>