@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");
/*-----------------------------------

tiktok.scss

------------------------------------*/
a {
  color: #35F3ED;
  text-decoration: none;
}

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #000;
  color: #fff;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  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 {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .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, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  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 {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #F92C55;
}
.txt__blue {
  color: #35F3ED;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  display: inline-block;
  position: relative;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 1em 0;
  color: #FFF;
  font-size: 4vw;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  padding-right: 3%;
  box-sizing: border-box;
  line-height: 1;
  width: 70%;
}
.btn::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4vw;
  font-weight: 900;
}
.btn__red {
  background: #F92C55;
}

.btnArea {
  text-align: center;
}
.btnArea .btn {
  margin: auto;
}
.btnArea .accordionList {
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
.btnArea .accordionList .accordionIndex {
  text-align: left;
  text-decoration: underline;
  padding-right: 30px;
}
.btnArea .accordionList .accordionIndex.active {
  background: none;
}
.btnArea .accordionList .accordionArticle {
  background: #fff;
  padding: 5%;
}
.btnArea .accordionList .accordionArticle p {
  position: relative;
}
.btnArea .accordionList .accordionArticle p:after {
  content: "↓";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -18px;
  text-align: center;
}
.btnArea .accordionList .accordionArticle p:last-child:after {
  content: none;
}

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

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

.sec {
  text-align: center;
}
.sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

.sec__white {
  background: #FFF;
}

.sec__inner__gray.left:before {
  left: 10%;
}
.sec__inner__gray.right:before {
  right: 10%;
}
.sec__inner__gray:before {
  background: #787878;
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: -80px;
  z-index: 0;
  padding-bottom: 20px;
}

.heading__main {
  padding-left: 5%;
  position: relative;
}
.heading__main .eng_L {
  font-size: 25vw;
  font-family: "Antonio", sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 0.8em;
  font-weight: bold;
}
.heading__main .jpn_S {
  font-size: 6.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
.heading__main:after {
  width: 3.5%;
  height: 3px;
  content: "";
  position: absolute;
  top: 4.5vw;
  background: white;
  border-radius: 100px;
  left: 0;
}
.heading__sub {
  background: #F92C55;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-weight: 900;
  font-size: 5vw;
}
.heading__S {
  font-weight: 900;
  text-align: center;
  font-size: 7vw;
  margin-bottom: 1em;
}

h2 {
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 0;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.downAnime {
  opacity: 0; /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  -webkit-animation-name: slideTextY100;
          animation-name: slideTextY100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.kome {
  display: block;
}

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

.bodyBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bodyBG .marquee_jleague, .bodyBG .marquee_tiktok {
  position: relative;
  width: 100%;
  height: 8vw;
  background-image: url("/img/special/tiktok/BG_jleague.svg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation-name: slide_img;
          animation-name: slide_img;
  -webkit-animation-duration: 200s;
          animation-duration: 200s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0.5;
}
.bodyBG .marquee_jleague {
  background-image: url("/img/special/tiktok/BG_jleague.svg");
}
.bodyBG .marquee_jleague:nth-child(1), .bodyBG .marquee_jleague:nth-child(15) {
  -webkit-animation-name: marquee_j_1;
          animation-name: marquee_j_1;
}
.bodyBG .marquee_jleague:nth-child(3), .bodyBG .marquee_jleague:nth-child(17) {
  -webkit-animation-name: marquee_j_2;
          animation-name: marquee_j_2;
}
.bodyBG .marquee_jleague:nth-child(5), .bodyBG .marquee_jleague:nth-child(19) {
  -webkit-animation-name: marquee_j_3;
          animation-name: marquee_j_3;
}
.bodyBG .marquee_jleague:nth-child(7), .bodyBG .marquee_jleague:nth-child(21) {
  -webkit-animation-name: marquee_j_4;
          animation-name: marquee_j_4;
}
.bodyBG .marquee_jleague:nth-child(9), .bodyBG .marquee_jleague:nth-child(23) {
  -webkit-animation-name: marquee_j_5;
          animation-name: marquee_j_5;
}
.bodyBG .marquee_jleague:nth-child(11), .bodyBG .marquee_jleague:nth-child(25) {
  -webkit-animation-name: marquee_j_6;
          animation-name: marquee_j_6;
}
.bodyBG .marquee_jleague:nth-child(13), .bodyBG .marquee_jleague:nth-child(27) {
  -webkit-animation-name: marquee_j_7;
          animation-name: marquee_j_7;
}
.bodyBG .marquee_tiktok {
  background-image: url("/img/special/tiktok/BG_tiktok.svg");
}
.bodyBG .marquee_tiktok:nth-child(2), .bodyBG .marquee_tiktok:nth-child(16) {
  -webkit-animation-name: marquee_t_1;
          animation-name: marquee_t_1;
}
.bodyBG .marquee_tiktok:nth-child(4), .bodyBG .marquee_tiktok:nth-child(18) {
  -webkit-animation-name: marquee_t_2;
          animation-name: marquee_t_2;
}
.bodyBG .marquee_tiktok:nth-child(6), .bodyBG .marquee_tiktok:nth-child(20) {
  -webkit-animation-name: marquee_t_3;
          animation-name: marquee_t_3;
}
.bodyBG .marquee_tiktok:nth-child(8), .bodyBG .marquee_tiktok:nth-child(22) {
  -webkit-animation-name: marquee_t_4;
          animation-name: marquee_t_4;
}
.bodyBG .marquee_tiktok:nth-child(10), .bodyBG .marquee_tiktok:nth-child(24) {
  -webkit-animation-name: marquee_t_5;
          animation-name: marquee_t_5;
}
.bodyBG .marquee_tiktok:nth-child(12), .bodyBG .marquee_tiktok:nth-child(26) {
  -webkit-animation-name: marquee_t_6;
          animation-name: marquee_t_6;
}
.bodyBG .marquee_tiktok:nth-child(14), .bodyBG .marquee_tiktok:nth-child(28) {
  -webkit-animation-name: marquee_t_7;
          animation-name: marquee_t_7;
}
@-webkit-keyframes marquee_j_1 {
  100% {
    background-position: -10000px 0;
  }
}
@keyframes marquee_j_1 {
  100% {
    background-position: -10000px 0;
  }
}
@-webkit-keyframes marquee_j_2 {
  100% {
    background-position: -11000px 0;
  }
}
@keyframes marquee_j_2 {
  100% {
    background-position: -11000px 0;
  }
}
@-webkit-keyframes marquee_j_3 {
  100% {
    background-position: -12000px 0;
  }
}
@keyframes marquee_j_3 {
  100% {
    background-position: -12000px 0;
  }
}
@-webkit-keyframes marquee_j_4 {
  100% {
    background-position: -13000px 0;
  }
}
@keyframes marquee_j_4 {
  100% {
    background-position: -13000px 0;
  }
}
@-webkit-keyframes marquee_j_5 {
  100% {
    background-position: -14000px 0;
  }
}
@keyframes marquee_j_5 {
  100% {
    background-position: -14000px 0;
  }
}
@-webkit-keyframes marquee_j_6 {
  100% {
    background-position: -15000px 0;
  }
}
@keyframes marquee_j_6 {
  100% {
    background-position: -15000px 0;
  }
}
@-webkit-keyframes marquee_j_7 {
  100% {
    background-position: -16000px 0;
  }
}
@keyframes marquee_j_7 {
  100% {
    background-position: -16000px 0;
  }
}
@-webkit-keyframes marquee_t_1 {
  100% {
    background-position: 10000px 0;
  }
}
@keyframes marquee_t_1 {
  100% {
    background-position: 10000px 0;
  }
}
@-webkit-keyframes marquee_t_2 {
  100% {
    background-position: 11000px 0;
  }
}
@keyframes marquee_t_2 {
  100% {
    background-position: 11000px 0;
  }
}
@-webkit-keyframes marquee_t_3 {
  100% {
    background-position: 12000px 0;
  }
}
@keyframes marquee_t_3 {
  100% {
    background-position: 12000px 0;
  }
}
@-webkit-keyframes marquee_t_4 {
  100% {
    background-position: 13000px 0;
  }
}
@keyframes marquee_t_4 {
  100% {
    background-position: 13000px 0;
  }
}
@-webkit-keyframes marquee_t_5 {
  100% {
    background-position: 14000px 0;
  }
}
@keyframes marquee_t_5 {
  100% {
    background-position: 14000px 0;
  }
}
@-webkit-keyframes marquee_t_6 {
  100% {
    background-position: 15000px 0;
  }
}
@keyframes marquee_t_6 {
  100% {
    background-position: 15000px 0;
  }
}
@-webkit-keyframes marquee_t_7 {
  100% {
    background-position: 16000px 0;
  }
}
@keyframes marquee_t_7 {
  100% {
    background-position: 16000px 0;
  }
}

.movie__umkmwrap, .movieArea .tokuten__umkmwrap, .toukouArea .tokuten__umkmwrap, .awards__umkmwrap {
  padding: 0 5%;
}
.movie__umkmwrap ._embed_video_card-wrapper-new, .movieArea .tokuten__umkmwrap ._embed_video_card-wrapper-new, .toukouArea .tokuten__umkmwrap ._embed_video_card-wrapper-new, .awards__umkmwrap ._embed_video_card-wrapper-new {
  display: none !important;
}
.movie__umkmwrap blockquote, .movieArea .tokuten__umkmwrap blockquote, .toukouArea .tokuten__umkmwrap blockquote, .awards__umkmwrap blockquote {
  padding: 5% 0;
  background: #fff;
  border-radius: 5px;
  max-width: 100% !important;
}
@media screen and (max-width: 320px) {
  .movie__umkmwrap, .movieArea .tokuten__umkmwrap, .toukouArea .tokuten__umkmwrap, .awards__umkmwrap {
    padding: 0;
  }
  .movie__umkmwrap blockquote, .movieArea .tokuten__umkmwrap blockquote, .toukouArea .tokuten__umkmwrap blockquote, .awards__umkmwrap blockquote {
    width: 100% !important;
    overflow: hidden;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0;
    overflow: hidden;
    width: 121px;
    height: 785px;
    position: relative;
  }
  .movie__umkmwrap blockquote iframe, .movieArea .tokuten__umkmwrap blockquote iframe, .toukouArea .tokuten__umkmwrap blockquote iframe, .awards__umkmwrap blockquote iframe {
    position: relative;
    left: -5px;
    top: -12px;
    width: 102% !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 0;
  }
}

/* ==========================================================================
   header
========================================================================== */
.menu {
  position: fixed;
  height: 60px;
  z-index: 99999;
  background: #000;
  width: 100%;
}

.kvArea_jleaguejplink {
  display: inline-block;
  position: absolute;
}

.kvArea_jleaguejplink {
  left: 20px;
  top: 10px;
}

.kvArea_fnjtoplink {
  left: 0;
}

.kvArea_jleaguejplink img {
  width: 40px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  padding-top: 60px;
}
.kvArea__img img {
  width: 100%;
}

/* ==========================================================================
   leadArea
========================================================================== */
.leadArea {
  background: #000;
  padding: 20px 5%;
}
.leadArea__txt {
  font-size: 8vw;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 1vw;
}
.leadArea__txt strong {
  margin-left: 3vw;
  font-weight: 900;
  font-size: 11vw;
  position: relative;
  z-index: 10;
  letter-spacing: 1vw;
}
.leadArea__txt strong:after, .leadArea__txt strong:before {
  position: absolute;
  content: "＃Jリーグ";
  letter-spacing: 1vw;
  z-index: -1;
}
.leadArea__txt strong:after {
  color: #F92C55;
  bottom: -1vw;
  right: -0.5vw;
}
.leadArea__txt strong:before {
  color: #35F3ED;
  top: -0.5vw;
  left: -0.5vw;
}

/* ==========================================================================
   navArea
========================================================================== */
.navArea {
  background: #000;
  margin-top: 50vw;
}
.navArea ul li {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 5vw 0 6vw;
  text-align: center;
  margin: 0;
  width: calc((100% - 2px) / 3);
  box-sizing: border-box;
}
.navArea ul li:nth-child(1), .navArea ul li:nth-child(2) {
  border-right: 2px solid #fff;
}
.navArea ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 4vw;
  font-weight: 900;
  position: relative;
}
.navArea ul li a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  font-size: 80%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  bottom: -4vw;
}
.navArea ul.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;
}
.navArea ul.CLM__four li {
  width: 50%;
}
/*
.navArea ul.CLM__four li:nth-child(1) {
  border-bottom: none;
  pointer-events: none;
  opacity: 0.4;
}
*/
.navArea ul.CLM__four li:nth-child(2) {
  border-bottom: none;
  border-right: none;
}
.navArea ul.CLM__four li:nth-child(3) {
  border-right: 2px solid #fff;
}

/* ==========================================================================
   awards
========================================================================== */
.awards {
  padding: 60px 0;
  background: #000;
}
.awards > .CLM__half, .awards .CLM__three {
  display: block;
}
.awards .heading__main {
  color: #f3ff00;
}
.awards__card + .awards__ttlbox {
  margin-top: 80px;
}
.awards__card + .awards__card {
  margin-top: 60px;
}
.awards__ttlbox {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  margin: auto;
  width: 90%;
  height: 21.5vw;
  margin-bottom: 20px;
  margin-top: 60px;
}
.awards__ttlbox__ttl {
  text-align: center;
  font-weight: 900;
  font-size: 6vw;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6.5vw;
}
.awards__ttlbox__ttl span {
  display: block;
  font-size: 4vw;
  font-weight: bold;
}
.awards__ttlbox__BG {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
}
.awards__ttlbox__BG img {
  width: 100%;
}
.awards__namettl {
  justify-content: center;
  align-items: center;
}
.awards__namettl div {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 2px;
  background: url(/img/common/team_emb_ss.png) no-repeat;
  background-position: -9999px -9999px;
}
.awards__namettl div.embL {
  background: url(/img/common/team_emb_l.png) no-repeat;
  height: 80px;
  width: 80px;
  margin: auto;
  margin: inherit;
  margin-right: 5px;
}
.awards__namettl div.embFct {
  background-position: -480px -80px;
}
.awards__namettl div.embSpu {
  background-position: -400px -240px;
}
.awards__namettl div.embNagoya {
  background-position: 0px -320px;
}
.awards__namettl div.embKashima {
  background-position: -480px 0px;
}
.awards__namettl div.embYamaguchi {
  background-position: -320px -480px;
}
.awards__namettl p {
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
}
.awards__namettl p.txt__small {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.awards__namettl p span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}
/* ==========================================================================
   overviewArea
========================================================================== */
.overview {
  background: rgba(0, 0, 0, 0.5);
  padding: 60px 0 40px;
  position: relative;
}
.overview:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid rgba(52, 243, 237, 0.7); /* 三角をグレーにする */
  border-left: 100vw solid transparent;
}
.overview .bumonArea .bumon {
  padding: 0 5%;
  margin-bottom: 30px;
}
.overview .bumonArea .bumon__box {
  position: relative;
  width: 49%;
  text-align: center;
  box-sizing: border-box;
  height: 38vw;
  padding: 7vw 0px;
}
.overview .bumonArea .bumon__box:nth-child(1) {
  margin-right: 2%;
}
.overview .bumonArea .bumon__BG {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
}
.overview .bumonArea .bumon__title {
  text-align: center;
  font-weight: 900;
  font-size: 5vw;
  line-height: 1.3;
  margin-bottom: 2vw;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5vw;
}
.overview .bumonArea .bumon__txt {
  text-align: center;
  font-size: 3vw;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.overview .bumonArea .bumon__lead {
  text-align: center;
  font-size: 4.5vw;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.5vw;
}
.overview .tokutenttl {
  position: absolute;
  z-index: 1000;
  right: 5%;
  top: -175px;
}
.overview .tokutenttl.is-in {
  position: absolute;
  z-index: 1000;
  right: 5%;
  top: -175px;
}
.overview .tokutenttl.is-in circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 6;
  -webkit-animation: circle 2s 0s;
          animation: circle 2s 0s; /* keyframes名 速さ 繰り返し 開始までの間隔 */
}
.overview .tokutenttl.is-in span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 29px;
  font-size: 2.9rem;
  letter-spacing: 2px;
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}
.overview .tokutenttl.is-in svg {
  transform: rotate(-90deg);
  position: relative;
}
.overview .awardArea {
  margin-top: 230px;
  position: relative;
}
.overview .awardArea .clubbumon, .overview .awardArea .userbumon {
  position: relative;
}
.overview .awardArea .clubbumon:before, .overview .awardArea .userbumon:before {
  position: absolute;
  top: -120px;
  color: #787878;
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 900;
  font-family: "Antonio", sans-serif;
}
.overview .awardArea .clubbumon:before {
  content: "CLUB";
  left: calc(10% + 20px);
}
.overview .awardArea .userbumon:before {
  content: "USER";
  right: calc(10% + 20px);
}
.overview .awardArea .userbumon {
  margin-top: 200px;
}
.overview .awardArea .userbumon .sec__inner__gray.right:before {
  padding-bottom: 120px;
}
.overview .awardArea .award__box {
  width: 90%;
  z-index: 0;
  position: relative;
}
.overview .awardArea .award__box + .award__box {
  margin-top: 60px;
}
.overview .awardArea .award__box.right {
  width: 100%;
}
.overview .awardArea .award__box.right .award__img {
  margin-left: 10%;
}
.overview .awardArea .award__box.right .award__title, .overview .awardArea .award__box.right .award__txt {
  margin-right: 20%;
  width: 70%;
  margin-left: auto;
  padding-left: 10%;
}
.overview .awardArea .award__box ul {
  margin-bottom: 10px;
}
.overview .awardArea .award__box ul li {
  background: #fff;
  padding: 20px 0 30px 0;
  box-sizing: border-box;
  margin-right: 1%;
  width: 49.5%;
  position: relative;
  list-style-type: none;
}
.overview .awardArea .award__box ul li:nth-child(2) {
  margin-right: 0;
}
.overview .awardArea .award__box ul li img {
  margin-bottom: 10px;
  width: 70%;
}
.overview .awardArea .award__box ul li p {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.overview .awardArea .award__box ul li.imagetxt:after {
  content: "写真はイメージです。";
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #000;
  font-size: 10px;
  font-size: 1rem;
}
.overview .awardArea .award__box.shinsainsho {
  font-size: 0;
  width: 100%;
}
.overview .awardArea .award__box.shinsainsho .award__img {
  width: 45%;
  margin-bottom: 0;
}
.overview .awardArea .award__box.shinsainsho .award__img li {
  width: 100%;
}
.overview .awardArea .award__box.shinsainsho .award__txtbox {
  width: 50%;
  margin-left: 5%;
}
.overview .awardArea .award__box.shinsainsho .award__title {
  margin-left: 0;
  width: 100%;
}
.overview .awardArea .award__box.shinsainsho .award__txt {
  margin-left: 0;
  margin-right: 10%;
}
.overview .awardArea .award__title {
  text-align: left;
  font-weight: 900;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 20%;
  width: 90%;
  line-height: 1.5;
  vertical-align: middle;
}
.overview .awardArea .award__title span {
  border: 1px solid #fff;
  padding: 2px 10px 6px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  line-height: 1;
}
.overview .awardArea .award__title span i {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  font-style: normal;
}
.overview .awardArea .award__txt {
  margin-left: 20%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
}
.overview .awardArea .award__txtbox {
  margin-bottom: 30px;
}
.overview .list__style__disc a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.overview .list__style__disc a:hover {
  color: #F92C55;
  border-bottom: 1px solid #F92C55;
}

.judgeArea {
  position: relative;
}
.judgeArea:before {
  content: "審査員";
  position: absolute;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: 900;
  font-size: 7vw;
}
.judgeArea .sec__inner {
  padding-top: 20px;
  background: linear-gradient(rgba(53, 243, 237, 0.7), rgba(29, 130, 127, 0.7));
}
.judgeArea figure {
  align-items: center;
  justify-content: space-between;
}
.judgeArea figure:nth-child(2n) img {
  order: 2;
  margin-right: 0;
}
.judgeArea figure:nth-child(2n) figcaption {
  order: 1;
  margin-right: 2%;
}
.judgeArea figure + figure {
  margin-top: -10px;
}
.judgeArea figure img {
  width: 48%;
  margin-right: 2%;
}
.judgeArea figure figcaption {
  width: 48%;
  text-align: center;
}
.judgeArea figure figcaption .name {
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.judgeArea figure figcaption .name span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
.judgeArea figure figcaption .aka {
  display: none;
}
.judgeArea figure figcaption .btn {
  width: 100%;
  max-width: 300px;
}

/* ==========================================================================
   resultArea
========================================================================== */
.resultArea {
  text-align: center;
  background: #000;
}
.resultArea p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.resultArea p a {
  border-bottom: 1px solid #F92C55;
  padding-bottom: 3px;
}

/* ==========================================================================
   movieArea
========================================================================== */
.movieArea, .toukouArea {
  margin-top: 50vw;
  background: #000;
  padding: 40px 0;
  text-align: center;
}
.movieArea .btn__red:before, .toukouArea .btn__red:before {
  display: inline-block;
  font-family: "ionicons";
  content: "\f39c";
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4vw;
  font-weight: 900;
}
.movieArea .btn__red + .btn__red, .toukouArea .btn__red + .btn__red {
  margin-top: 20px;
}
.movieArea .heading__main, .toukouArea .heading__main {
  text-align: left;
}
.movieArea .sec__inner, .toukouArea .sec__inner {
  text-align: center;
  padding-top: 0;
}
.movieArea .movie__wrap, .movieArea .toukou__wrap, .toukouArea .movie__wrap, .toukouArea .toukou__wrap {
  border: 3px solid #35F3ED;
  border-radius: 5px;
  padding: 5% 5% 3%;
  margin: 0 5%;
  margin-bottom: 20px;
}
.movieArea .movie__wrap figure, .movieArea .toukou__wrap figure, .toukouArea .movie__wrap figure, .toukouArea .toukou__wrap figure {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  overflow: hidden;
  height: 50vw;
  position: relative;
  margin-right: 10px;
}
.movieArea .movie__wrap figure:nth-child(even), .movieArea .toukou__wrap figure:nth-child(even), .toukouArea .movie__wrap figure:nth-child(even), .toukouArea .toukou__wrap figure:nth-child(even) {
  margin-right: 0;
}
.movieArea .movie__wrap figure img, .movieArea .toukou__wrap figure img, .toukouArea .movie__wrap figure img, .toukouArea .toukou__wrap figure img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.movieArea .movie__wrap + .categoryttl, .movieArea .toukou__wrap + .categoryttl, .toukouArea .movie__wrap + .categoryttl, .toukouArea .toukou__wrap + .categoryttl {
  margin-top: 50px;
}
.movieArea .categoryttl, .toukouArea .categoryttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.toukouArea {
  margin-top: 0;
}

/* ==========================================================================
   archiveArea  アーカイブ
========================================================================== */
.archiveArea {
  background: #787878;
}
.archiveArea h3 {
  text-align: center;
  font-size: 6.5vw;
  font-weight: bold;
  margin-bottom: 1em;
}
.archiveArea .btn.archive {
  border-radius: 0;
  width: 100%;
}
.archiveArea .btn.archive + .btn.archive {
  margin-top: 5px;
}

/* ==========================================================================
   vol3　第3回大会追記
========================================================================== */
body.tiktok.vol3 .sec__inner__gray {
  margin: 230px auto 60px;
}
body.tiktok.vol3 .sec__inner__gray.left:before {
  padding-bottom: 120px;
}
body.tiktok.vol3 .awqard__txtbox + .awqard__txtbox {
  margin-top: 20px;
}

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

.mfp-bg {
  opacity: 0.95;
}

.snsBtnWrap {
  height: 50px;
  background: #FFF;
}

.bottomArea .snsNav li a:before {
  line-height: 1;
}

.specialArea {
  background: #FFF;
}

.floatingBnr {
  z-index: 1111111111111111200;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}

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