@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

supercup2022.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
a {
  color: #003690;
  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: #000;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

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

/* ==========================================================================
   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 > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article: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 > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > 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__red {
  color: #F92C55;
}
.txt__blue {
  color: #35F3ED;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.arrow__Underlink {
  position: relative;
  color: #000;
}
.arrow__Underlink:after {
  display: block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

.btn {
  font-size: 20px;
  font-size: 2rem;
  max-width: 500px;
  padding-right: 0;
}
.btn:after {
  font-size: 20px;
  font-size: 2rem;
  right: 10%;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.btn:hover:after {
  right: 8%;
}
.btn__red:hover {
  background: #ae1f3c;
}

.btnArea {
  text-align: center;
}
.btnArea .btn {
  margin: auto;
}
.btnArea .accordionList {
  margin: auto;
  width: 900px;
}
.btnArea .accordionList .accordionIndex {
  border: none;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 20px;
}
.btnArea .accordionList .accordionIndex::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d3";
  position: relative;
  left: 5px;
  top: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s all;
  transform: rotate(90deg);
}
.btnArea .accordionList .accordionIndex.active::after {
  transform: translateY(-50%) rotate(-90deg);
  top: 10px;
}
.btnArea .accordionList .accordionArticle {
  background: #fff;
  padding: 20px 0;
}
.btnArea .accordionList .accordionArticle p {
  position: relative;
}
.btnArea .accordionList .accordionArticle p:after {
  content: "↓";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -25px;
}
.btnArea .accordionList .accordionArticle p:last-child:after {
  content: none;
}

.bnrwrap {
  text-align: center;
}
.bnrwrap a {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.bnrwrap a img {
  width: 100%;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
}

.sec {
  text-align: center;
}
.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%;
}

.heading__main .jpn_S {
  font-size: 30px;
  font-size: 3rem;
}
.heading__main .eng_L {
  font-size: 100px;
  font-size: 10rem;
}
.heading__main:after {
  width: 5%;
  left: -20px;
  height: 5px;
  top: 20px;
}
.heading__sub {
  font-size: 40px;
  font-size: 4rem;
  padding: 10px 50px;
}
.heading__S {
  font-size: 50px;
  font-size: 5rem;
}
.heading__left {
  text-align: left;
}

h2 {
  left: 5%;
  top: -120px;
}

.kome {
  display: block;
}

.borderwrap {
  border: 1px solid #000;
  padding: 3% 5%;
  text-align: left;
}

.bodyBG .marquee_jleague, .bodyBG .marquee_tiktok {
  height: 100px;
  margin-top: -20px;
}

/* ==========================================================================
   header
========================================================================== */
.menu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 99999;
}

.kvArea_jleaguejplink {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 25px;
}

.kvArea_jleaguejplink img {
  width: 40px;
}

.kvArea {
  padding-top: 70px;
}

/* ==========================================================================
   leadArea
========================================================================== */
.leadArea {
  padding: 80px 0;
}
.leadArea__txt {
  width: 980px;
  font-size: 45px;
  font-size: 4.5rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
}
.leadArea__txt strong {
  font-size: 60px;
  font-size: 6rem;
  margin-left: 0;
  letter-spacing: 10px;
}
.leadArea__txt strong:before {
  letter-spacing: 10px;
  top: -5px;
  left: -5px;
}
.leadArea__txt strong:after {
  letter-spacing: 10px;
  bottom: -5px;
  right: -5px;
}

/* ==========================================================================
   navArea
========================================================================== */
.navArea {
  margin-top: 490px;
  background: #737373;
}
.navArea > ul {
  width: 980px;
  margin: 0 auto;
  background: #737373;
}
.navArea > ul li {
  padding: 0px;
  border: none;
  background: #737373;
}
.navArea > ul li:nth-child(2) a {
  padding: 30px 30px 30px 0;
}
.navArea > ul li a {
  padding: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.navArea > ul li a:after {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 150%;
  right: -20%;
  transition: 0.3s ease-in-out;
  bottom: auto;
}
.navArea > ul li a:hover {
  opacity: 1;
  background: #F92C55;
}
.navArea > ul li a:hover:after {
  top: 60%;
  right: -20%;
}
.navArea > ul.CLM__four li {
  width: 25%;
}
.navArea > ul.CLM__four li:nth-child(2) {
  border-right: 2px solid #fff;
}
.navArea > ul.CLM__four li:nth-child(2) a {
  padding: 30px;
}
.navArea > ul.CLM__four li:nth-child(3) {
  border-right: 2px solid #fff;
}
.navArea > ul.CLM__four li a {
  font-size: 20px;
  font-size: 2rem;
}
.navArea > ul.CLM__four li a:after {
  right: -25%;
  font-size: 100%;
}

/* ==========================================================================
   awards
========================================================================== */
.awards > .CLM__half {
  width: 90%;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
.awards > .CLM__half > div {
  width: calc((100% - 60px) / 2);
}
.awards .CLM__three {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: flex-start;
}
.awards .CLM__three > div {
  width: 33.3333333333%;
  margin-bottom: 30px;
}
.awards .CLM__three .awards__namettl span {
  display: block;
  margin: 0;
}
.awards__ttlbox {
  width: 100%;
  height: 10.5vw;
}
.awards__ttlbox__BG {
  width: 100%;
}
.awards__ttlbox__ttl {
  font-size: 3vw;
  line-height: 1;
}
.awards__ttlbox__ttl span {
  font-size: 2vw;
  line-height: 1.3;
}
.awards__ttlbox--user {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 60px;
}
.awards__ttlbox--user .awards__ttlbox__ttl {
  width: 50%;
  margin: auto;
}
.awards__ttlbox--user .awards__ttlbox__BG img {
  width: 50%;
}
.awards__card {
  margin-top: 0 !important;
}
.awards__card .CLM__half {
  justify-content: center;
}
.awards__namettl p {
  font-size: 30px;
  font-size: 3rem;
}
.awards__namettl p span {
  margin-top: 0;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ==========================================================================
   overview
========================================================================== */
.overview {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.7);
}
.overview .tokutenttl svg {
  width: 300px;
  height: 300px;
}
.overview .tokutenttl.is-in {
  top: -350px;
  right: 10%;
}
.overview .tokutenttl.is-in span {
  font-size: 70px;
  font-size: 7rem;
}
.overview .bumonArea {
  width: 980px;
  margin: 0 auto;
}
.overview .bumonArea .bumon {
  margin-bottom: 70px;
}
.overview .bumonArea .bumon__title {
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: inherit;
  margin-bottom: 30px;
}
.overview .bumonArea .bumon__txt {
  font-size: 25px;
  font-size: 2.5rem;
}
.overview .bumonArea .bumon__box {
  width: 47.5%;
  height: 358px;
  padding: 70px 0;
}
.overview .bumonArea .bumon__box:nth-child(1) {
  margin-right: 5%;
}
.overview .bumonArea .bumon__lead {
  font-size: 40px;
  font-size: 4rem;
}
.overview .awardArea .clubbumon:before, .overview .awardArea .userbumon:before {
  top: -425px;
  font-size: 170px;
  font-size: 17rem;
}
.overview .awardArea .clubbumon:before {
  left: 15%;
}
.overview .awardArea .award__box {
  right: 0;
  width: 980px;
  margin-right: 5%;
  margin-left: auto;
}
.overview .awardArea .award__box + .award__box {
  margin-top: 100px;
}
.overview .awardArea .award__box ul li p {
  font-size: 20px;
  font-size: 2rem;
}
.overview .awardArea .award__box ul li img {
  width: 50%;
}
.overview .awardArea .award__box.shinsainsho {
  width: 980px;
}
.overview .awardArea .award__box.shinsainsho .award__txtbox {
  width: 46%;
}
.overview .awardArea .award__box.shinsainsho .award__img {
  width: 49%;
}
.overview .awardArea .award__box.right .award__img {
  margin-left: 5%;
  width: 980px;
}
.overview .awardArea .award__title {
  margin-left: 0;
  font-size: 40px;
  font-size: 4rem;
  width: 100%;
}
.overview .awardArea .award__title span {
  border: 2px solid #fff;
  font-size: 20px;
  font-size: 2rem;
}
.overview .awardArea .award__title span i {
  font-size: 30px;
  font-size: 3rem;
}
.overview .awardArea .award__txt {
  margin-left: 0;
  font-size: 20px;
  font-size: 2rem;
}
.overview .awardArea .award__txtbox {
  margin-bottom: 70px;
}
.overview .awardArea .userbumon .sec__inner__gray.right:before {
  padding-bottom: 300px;
}
.overview .awardArea .userbumon .award__box.right .award__title, .overview .awardArea .userbumon .award__box.right .award__txt {
  width: 980px;
  padding-left: 0;
  margin-left: 5%;
}

/* ==========================================================================
   judgeArea
========================================================================== */
.judgeArea {
  background: linear-gradient(rgba(53, 243, 237, 0.7), rgba(29, 130, 127, 0.7));
}
.judgeArea:before {
  font-size: 50px;
  font-size: 5rem;
  top: 0;
}
.judgeArea .sec__inner {
  width: 980px;
  background: none;
  padding-top: 100px;
  padding-bottom: 200px;
}
.judgeArea figure + figure {
  margin-top: -50px;
}
.judgeArea figure figcaption .name {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
.judgeArea figure figcaption .name span {
  font-size: 40px;
  font-size: 4rem;
}
.judgeArea figure figcaption .aka {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.judgeArea figure figcaption .btn {
  max-width: 500px;
}
.judgeArea figure img {
  width: 40%;
}

/* ==========================================================================
   resultArea
========================================================================== */
.resultArea p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 60px;
}
.resultArea .sec__inner {
  padding-bottom: 100px;
}

/* ==========================================================================
   attention
========================================================================== */
.attention {
  margin-top: 200px;
  margin-bottom: 100px;
}
.attention .sec__inner {
  width: 980px;
}

/* ==========================================================================
   movieArea toukouArea
========================================================================== */
.movieArea, .toukouArea {
  margin-top: 490px;
  padding-top: 100px;
}
.movieArea .movie__wrap, .movieArea .tokuten__wrap, .toukouArea .movie__wrap, .toukouArea .tokuten__wrap {
  padding: 60px 60px 50px;
  margin-bottom: 60px;
}
.movieArea .movie__wrap figure, .movieArea .tokuten__wrap figure, .toukouArea .movie__wrap figure, .toukouArea .tokuten__wrap figure {
  width: calc((100% - 30px) / 4);
  height: 33vw;
}
.movieArea .movie__wrap figure:nth-child(even), .movieArea .tokuten__wrap figure:nth-child(even), .toukouArea .movie__wrap figure:nth-child(even), .toukouArea .tokuten__wrap figure:nth-child(even) {
  margin-right: 10px;
}
.movieArea .movie__wrap figure:nth-child(4n), .movieArea .tokuten__wrap figure:nth-child(4n), .toukouArea .movie__wrap figure:nth-child(4n), .toukouArea .tokuten__wrap figure:nth-child(4n) {
  margin-right: 0;
}
.movieArea .movie__umkmwrap, .movieArea .tokuten__umkmwrap, .toukouArea .movie__umkmwrap, .toukouArea .tokuten__umkmwrap {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  margin-bottom: 60px;
}
.movieArea .movie__umkmwrap > blockquote, .movieArea .tokuten__umkmwrap > blockquote, .toukouArea .movie__umkmwrap > blockquote, .toukouArea .tokuten__umkmwrap > blockquote {
  width: 31.3333333333%;
  padding: 30px 0;
  margin: 18px 1%;
}
.movieArea .btn__red, .toukouArea .btn__red {
  margin-bottom: 100px;
  display: block;
  margin: auto;
}
.movieArea .btn__red + .btn__red, .toukouArea .btn__red + .btn__red {
  margin-top: 40px;
}
.movieArea .btn__red:before, .toukouArea .btn__red:before {
  font-size: 20px;
  font-size: 2rem;
}
.movieArea .categoryttl, .toukouArea .categoryttl {
  font-size: 30px;
  font-size: 3rem;
}

.toukouArea {
  margin-top: 0;
  padding-bottom: 100px;
}

/* ==========================================================================
   archiveArea  アーカイブ
========================================================================== */
.archiveArea h3 {
  font-size: 30px;
  font-size: 3rem;
}
.archiveArea .btn.archive {
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

/* ==========================================================================
   vol2　第二回大会追記　2022.07.14
========================================================================== */
body.tiktok.vol2 .sec__inner__gray {
  margin: 550px auto 60px;
}
body.tiktok.vol2 .sec__inner__gray.left:before {
  padding-bottom: 300px;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: initial !important;
}

.spDISP {
  display: none !important;
}

.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;
}

.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;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

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