@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Stint+Ultra+Condensed&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

another-leaguecup.scss

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

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

body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: #fff;
  font-size: 3vw;
  width: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

#main {
  padding-top: 0;
  color: #000;
  background: url(/img/leaguecup/2021/another-levaincup/BG_paper_usually.jpg) repeat top center;
  font-feature-settings: 'palt';
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.CLM__half img, .CLM__four img {
  width: 100%;
  margin-bottom: 15px;
}

.CLM__half .wide100, .CLM__four .wide100 {
  width: 100% !important;
}

.CLM__half > li,
.CLM__four > li {
  width: 48%;
  margin-right: 4%;
}

.CLM__half > li:nth-child(2n),
.CLM__four > li:nth-child(2n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}

.nowrapCLM > li {
  flex: 1;
  margin-bottom: 20px;
}

.nowrapCLM > li:last-child {
  margin-bottom: 0;
}

.nowrapCLM > li a {
  display: block;
}

.sec {
  text-align: center;
}

.sec__inner980 {
  margin: 0 auto;
  padding: 10vw 5%;
}

.sec__innerWide {
  margin: 0 5%;
}

.heading__main {
  font-size: 4vw;
  color: #000;
  padding: 10vw 0;
}

.heading__main h4 {
  margin-bottom: 1em;
}

.heading__main h4 .head__EN {
  display: block;
  font-size: 12vw;
  font-family: "Stint Ultra Condensed", serif;
  margin-bottom: 0.2em;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: relative;
  left: .1em;
}

.heading__main h4 .head__EN i {
  font-style: normal;
  display: inline-block;
  position: relative;
  top: .1em;
}

.heading__main p {
  text-align: center;
  margin-bottom: 0;
}

.txt__honbun {
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: justify;
}

.txt__size16 {
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: justify;
}

.txt__size20 {
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: justify;
}

.txt__red {
  color: #a9000d;
}

.txt__bold {
  font-weight: bold;
}

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

.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.list__style__decimal li {
  margin-left: 1em;
}

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

.kome {
  display: block;
}

.btn a {
  display: block;
  background: #000;
  color: #fff;
  height: 12vw;
  line-height: 12vw;
  font-size: 4vw;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.btn__apply {
  text-align: center;
}

.btn__apply a {
  background: #e70012;
}

.btn__apply span {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  color: #fff;
}

.btn__apply__s {
  height: 12vw;
  line-height: 12vw;
  font-size: 3.5vw;
  margin: 0 auto;
  width: 90%;
  color: #cc0000;
  border: 1px solid #cc0000;
  font-weight: bold;
}

.btn__apply__l a, .btn__apply__l span {
  height: 15vw;
  line-height: 15vw;
  font-size: 4vw;
}

.btn__apply__l a em, .btn__apply__l span em {
  font-weight: bold;
  font-size: 4.5vw;
  padding: 0 10px;
  font-family: 'Hiragino Kaku Gothic Std', sans-serif;
  font-weight: 700;
}

.btn__apply__s a,
.btn__apply__l a {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}

.btn__apply__s a::after,
.btn__apply__l a::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}

.btn__border a {
  color: #000;
  border: 3px solid #000;
  background: none;
}

.btn__border span {
  color: #999;
  border: 3px solid #cdcdcd;
  background: none;
}

.btn__border__s a,
.btn__border__s span {
  height: 11vw;
  line-height: 10vw;
  font-size: 3.5vw;
  margin: 10px auto 0;
  width: 80%;
  background: rgba(255, 255, 255, 0.3);
}

.btn__border__l a,
.btn__border__l span {
  height: 21vw;
  line-height: 20vw;
  font-size: 4vw;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.btn__border.twitter a {
  border-color: #38aae2;
  color: #38aae2;
}

.btn__border.line a {
  border-color: #31ad37;
  color: #31ad37;
}

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

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
}

#header .header__left {
  width: 100%;
  font-size: 0;
  height: 35px;
}

#header .header__left img {
  width: auto;
  height: 100%;
}

#header .header__left img:first-child {
  margin-right: 2px;
}

#header .header__logo {
  width: 100%;
  text-align: center;
}

#header .header__logo img {
  width: 49.375vw;
  height: auto;
}

#header .header__right {
  width: 100%;
  text-align: right;
}

.menu-trigger {
  display: inline-block;
  width: 25px;
  height: 20px;
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 2000;
  margin-top: 10px;
  cursor: pointer;
}

.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active {
  right: 10px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  display: none;
}

#nav .wrapper {
  padding: 0 20px;
  box-sizing: border-box;
}

.nav__logo {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

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

.nav__title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: #fff 3px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.25em;
}

.nav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

.nav__item {
  width: 33%;
}

.nav__item a {
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

.nav__item a .embL {
  margin: 0 auto;
}

.nav__link {
  margin-top: 7vw;
  margin-bottom: 5vw;
  text-align: center;
}

.nav__link a {
  display: block;
  padding: 3vw;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  font-size: 4.5vw;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: url(/img/leaguecup/2021/another-levaincup/icon_cup_sp.png) no-repeat 50% 75%;
  background-size: 95% auto;
}

.kvArea::before {
  content: "";
  display: block;
  background: url(/img/leaguecup/2021/another-levaincup/KV/KV_PRIME.png) no-repeat 60% -30%;
  background-size: 280% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.kvArea__title {
  position: relative;
  top: -7vw;
  z-index: 11;
}

.kvArea__title__logo {
  position: relative;
  width: 85%;
  margin: auto;
  opacity: 0;
  top: 50px;
}

.kvArea__title__logo img {
  width: 100%;
}

.kvArea__title__logo span {
  display: block;
  font-size: 4.2vw;
  font-weight: bold;
  letter-spacing: .1em;
}

.kvArea__title__text {
  font-size: 3.2vw;
  line-height: 2;
  margin-top: 1em;
}

.kvArea__title__schedule {
  font-size: 4.2vw;
  line-height: 1.5;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3em;
  padding: .5em 1.5em;
  margin: 1em auto 0;
  display: inline-block;
  position: relative;
}

.kvArea__title__schedule::after {
  content: "";
  display: inline-block;
  width: 12vw;
  height: 12vw;
  background: url(/img/leaguecup/2021/another-levaincup/icon_green_1.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  right: -5vw;
  bottom: -5vw;
  z-index: 1;
}

.kvArea__copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.kvArea__copy span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #FFF;
  font-size: 4.5vw;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: bold;
  white-space: nowrap;
  padding: .5em .75em;
  z-index: 11;
  opacity: 0;
}

.kvArea__copy span:first-of-type {
  top: 33.3vw;
}

.kvArea__copy span:last-of-type {
  top: 66.6vw;
}

.kvArea__MV {
  position: relative;
  height: 100vw;
}

.kvArea__MV ul {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 100%;
}

.kvArea__MV ul li {
  width: calc(100% / 3);
  overflow: hidden;
  opacity: 0;
}

.kvArea__MV ul li img {
  width: 100%;
}

.kvArea::before {
  -webkit-animation: animation_Opacity 5s ease-in-out 0s 1 forwards;
  animation: animation_Opacity 5s ease-in-out 0s 1 forwards;
}

.kvArea__MV__li.list_no01 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 1s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 1s infinite forwards;
}

.kvArea__MV__li.list_no02 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 1.25s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 1.25s infinite forwards;
}

.kvArea__MV__li.list_no03 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 1.5s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 1.5s infinite forwards;
}

.kvArea__MV__li.list_no04 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 1.75s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 1.75s infinite forwards;
}

.kvArea__MV__li.list_no11 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 5s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 5s infinite forwards;
}

.kvArea__MV__li.list_no12 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 5.25s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 5.25s infinite forwards;
}

.kvArea__MV__li.list_no13 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 5.5s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 5.5s infinite forwards;
}

.kvArea__MV__li.list_no14 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 5.75s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 5.75s infinite forwards;
}

.kvArea__MV__li.list_no21 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 9s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 9s infinite forwards;
}

.kvArea__MV__li.list_no22 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 9.25s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 9.25s infinite forwards;
}

.kvArea__MV__li.list_no23 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 9.5s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 9.5s infinite forwards;
}

.kvArea__MV__li.list_no24 {
  -webkit-animation: animation_fadeinout 12s ease-in-out 9.75s infinite forwards;
  animation: animation_fadeinout 12s ease-in-out 9.75s infinite forwards;
}

.kvArea__copy span:first-of-type {
  -webkit-animation: animation_Opacity 2s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 2s ease-in-out 2s 1 forwards;
}

.kvArea__copy span:last-of-type {
  -webkit-animation: animation_Opacity 2s ease-in-out 2.5s 1 forwards;
  animation: animation_Opacity 2s ease-in-out 2.5s 1 forwards;
}

.kvArea__title__logo {
  -webkit-animation: animation_MoveFromBottom 2s ease-in-out 3s 1 forwards;
  animation: animation_MoveFromBottom 2s ease-in-out 3s 1 forwards;
}

@-webkit-keyframes animation_Opacity {
  100% {
    opacity: 1;
  }
}

@keyframes animation_Opacity {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animation_fadeinout {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animation_fadeinout {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes animation_MoveFromBottom {
  100% {
    opacity: 1;
    margin-top: 0;
    top: 0;
  }
}

@keyframes animation_MoveFromBottom {
  100% {
    opacity: 1;
    margin-top: 0;
    top: 0;
  }
}

/* ==========================================================================
   sec__campaign
========================================================================== */
.sec__campaign {
  position: relative;
  padding-top: 5vw;
}

.sec__campaign img {
  position: relative;
  top: -10vw;
  width: 90%;
}

.sec__campaign::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/img/leaguecup/2021/another-levaincup/BG_paper_gray.jpg) repeat top center;
  width: 100%;
  height: 80%;
}

.sec__campaign::after {
  content: "";
  display: inline-block;
  width: 12vw;
  height: 12vw;
  background: url(/img/leaguecup/2021/another-levaincup/icon_green_2.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  left: 5vw;
  bottom: -7vw;
  z-index: 1;
}

/* ==========================================================================
   sec__recipilist
========================================================================== */
.sec__recipilist {
  background: url(/img/leaguecup/2021/another-levaincup/BG_paper_white.jpg) repeat top center;
  padding-bottom: 50px;
}

.sec__recipilist .txt__size16 {
  font-size: 3.5vw;
}

.tab__league {
  align-items: end;
  margin-bottom: 3vw;
}

.tab__league li {
  font-size: 5vw;
  margin-right: .5%;
  margin-bottom: 0;
}

.tab__league li:last-child {
  margin-right: 0;
}

.tab__league li a {
  background: url(/img/leaguecup/2021/another-levaincup/BG_tab_gray.jpg) repeat top center;
  color: #000;
  height: 15vw;
  line-height: 15vw;
  font-family: "Stint Ultra Condensed", serif;
  font-weight: bold;
  letter-spacing: .5em;
}

body.recipe__j1 .tab__league li.tab__league__j1 a,
body.recipe__j2 .tab__league li.tab__league__j2 a,
body.recipe__j3 .tab__league li.tab__league__j3 a {
  color: #FFF;
  height: 18vw;
  line-height: 18vw;
}

body.recipe__j1 .tab__league li.tab__league__j1 a:hover,
body.recipe__j2 .tab__league li.tab__league__j2 a:hover,
body.recipe__j3 .tab__league li.tab__league__j3 a:hover {
  margin-top: 0;
}

body.recipe__j1 .tab__league li.tab__league__j1 a {
  background: url(/img/leaguecup/2021/another-levaincup/BG_tab_red.jpg) repeat top center;
}

body.recipe__j2 .tab__league li.tab__league__j2 a {
  background: url(/img/leaguecup/2021/another-levaincup/BG_tab_green.jpg) repeat top center;
}

body.recipe__j3 .tab__league li.tab__league__j3 a {
  background: url(/img/leaguecup/2021/another-levaincup/BG_tab_black.jpg) repeat top center;
}

.recipe__club ul {
  align-items: start;
}

.recipe__club ul li:nth-child(even) {
  margin-top: 5vw;
}

.recipe__club ul li figure img {
  width: 100%;
  transition: .5s all;
  margin-bottom: 0;
}

.recipe__club ul li figure figcaption {
  color: #000;
  font-weight: bold;
  height: 15vw;
  line-height: 1.3;
  display: table-cell;
  text-align: center;
  width: 500px;
  vertical-align: middle;
  transition: .5s all;
}

.recipe__club ul li .btn__apply__s {
  transition: .5s all;
}

.recipe__club ul li a {
  color: #000;
}

/* ==========================================================================
   sec__outline
========================================================================== */
.sec__outline {
  position: relative;
  padding-top: 30vw;
}

.sec__outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23vw;
  background: url(/img/leaguecup/2021/another-levaincup/BG_recipe.jpg) no-repeat bottom center;
  background-size: 150% auto;
}

.sec__outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 900px;
  background: url(/img/leaguecup/2021/another-levaincup/icon_PRIMEpackage.png) no-repeat top left;
  background-size: 100% auto;
}

.sec__outline .BG_whiteOpacity {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  padding: 5%;
}

.sec__outline .heading__main {
  position: relative;
  padding-top: 15vw;
  margin-bottom: 2vw;
}

.sec__outline .heading__main h4 {
  position: absolute;
  top: -7vw;
  left: 50%;
  transform: translateX(-50%);
}

.sec__outline .heading__main p {
  text-align: left;
}

.sec__outline .heading__main .txt__schedule {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 4vw;
  font-weight: bold;
  padding: .5em 1em;
  width: 100%;
  margin-top: 1em;
  text-align: center;
}

.sec__outline .howtoApply__googleplay {
  margin-bottom: 2vw;
}

.sec__outline .howtoApply__googleplay__txt {
  display: block;
  width: 90%;
  margin: 5vw auto;
}

.sec__outline .howtoApply__googleplay > a {
  width: 49%;
  display: inline-block;
}

.sec__outline .howtoApply__googleplay > a img {
  width: 100%;
}

.sec__outline .howtoApply__sns {
  display: block;
}

.sec__outline .howtoApply__sns li {
  width: 100%;
  margin-right: 0;
  position: relative;
  margin-bottom: 2vw;
}

.sec__outline .howtoApply__sns li .btn a {
  width: 250px;
}

.sec__outline .howtoApply__sns__txt {
  display: block;
  width: 80% !important;
  margin: 2vw auto;
}

.sec__outline .howtoApply__sns .txt__honbun,
.sec__outline .howtoApply__sns .kome {
  text-align: left;
  letter-spacing: -0.05em;
}

.sec__outline .txt__info {
  text-align: left;
  margin-top: 30px;
}

/* ==========================================================================
   ARTICLE
========================================================================== */
.sec__movie {
  background: url(/img/leaguecup/2021/another-levaincup/KV/KV_PRIME.png) no-repeat top center;
  background-size: 180% auto;
  position: relative;
}

.sec__movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 75vh;
  transform: skewY(-10deg);
  transform-origin: bottom left;
}

body.sapporo .sec__movie::before {
  background: rgba(216, 112, 104, 0.65);
}

body.sendai .sec__movie::before {
  background: rgba(228, 203, 106, 0.65);
}

body.kashima .sec__movie::before {
  background: rgba(202, 107, 116, 0.65);
}

body.urawa .sec__movie::before {
  background: rgba(216, 103, 108, 0.65);
}

body.kashiwa .sec__movie::before {
  background: rgba(231, 218, 64, 0.65);
}

body.ftokyo .sec__movie::before {
  background: rgba(99, 121, 165, 0.65);
}

body.kawasakif .sec__movie::before {
  background: rgba(139, 182, 193, 0.65);
}

body.yokohamafm .sec__movie::before {
  background: rgba(81, 118, 161, 0.65);
}

body.yokohamafc .sec__movie::before {
  background: rgba(110, 166, 173, 0.65);
}

body.shonan .sec__movie::before {
  background: rgba(144, 180, 79, 0.65);
}

body.shimizu .sec__movie::before {
  background: rgba(232, 180, 116, 0.65);
}

body.nagoya .sec__movie::before {
  background: rgba(205, 110, 99, 0.65);
}

body.gosaka .sec__movie::before {
  background: rgba(97, 143, 181, 0.65);
}

body.cosaka .sec__movie::before {
  background: rgba(186, 82, 94, 0.65);
}

body.kobe .sec__movie::before {
  background: rgba(197, 93, 109, 0.65);
}

body.hiroshima .sec__movie::before {
  background: rgba(164, 140, 188, 0.65);
}

body.tokushima .sec__movie::before {
  background: rgba(103, 123, 161, 0.65);
}

body.fukuoka .sec__movie::before {
  background: rgba(101, 170, 168, 0.65);
}

body.tosu .sec__movie::before {
  background: rgba(133, 187, 193, 0.65);
}

body.oita .sec__movie::before {
  background: rgba(98, 120, 169, 0.65);
}

body.akita .sec__movie::before {
  background: rgba(80, 141, 193, 0.65);
}

body.yamagata .sec__movie::before {
  background: rgba(87, 103, 198, 0.65);
}

body.mito .sec__movie::before {
  background: rgba(92, 91, 157, 0.65);
}

body.tochigi .sec__movie::before {
  background: rgba(80, 117, 181, 0.65);
}

body.gunma .sec__movie::before {
  background: rgba(83, 107, 135, 0.65);
}

body.omiya .sec__movie::before {
  background: rgba(231, 172, 117, 0.65);
}

body.chiba .sec__movie::before {
  background: rgba(235, 219, 98, 0.65);
}

body.tokyov .sec__movie::before {
  background: rgba(64, 134, 95, 0.65);
}

body.machida .sec__movie::before {
  background: rgba(85, 134, 198, 0.65);
}

body.sagamihara .sec__movie::before {
  background: rgba(100, 165, 117, 0.65);
}

body.kofu .sec__movie::before {
  background: rgba(90, 133, 200, 0.65);
}

body.matsumoto .sec__movie::before {
  background: rgba(62, 122, 78, 0.65);
}

body.niigata .sec__movie::before {
  background: rgba(233, 148, 101, 0.65);
}

body.kanazawa .sec__movie::before {
  background: rgba(188, 98, 103, 0.65);
}

body.iwata .sec__movie::before {
  background: rgba(150, 185, 227, 0.65);
}

body.kyoto .sec__movie::before {
  background: rgba(168, 88, 175, 0.65);
}

body.okayama .sec__movie::before {
  background: rgba(108, 113, 159, 0.65);
}

body.yamaguchi .sec__movie::before {
  background: rgba(229, 153, 99, 0.65);
}

body.ehime .sec__movie::before {
  background: rgba(247, 182, 107, 0.65);
}

body.kitakyushu .sec__movie::before {
  background: rgba(233, 202, 116, 0.65);
}

body.nagasaki .sec__movie::before {
  background: rgba(94, 156, 221, 0.65);
}

body.ryukyu .sec__movie::before {
  background: rgba(153, 91, 109, 0.65);
}

body.hachinohe .sec__movie::before {
  background: rgba(85, 175, 107, 0.65);
}

body.morioka .sec__movie::before {
  background: rgba(193, 91, 95, 0.65);
}

body.fukushima .sec__movie::before {
  background: rgba(194, 80, 87, 0.65);
}

body.ysyokohama .sec__movie::before {
  background: rgba(80, 140, 192, 0.65);
}

body.nagano .sec__movie::before {
  background: rgba(204, 124, 98, 0.65);
}

body.toyama .sec__movie::before {
  background: rgba(90, 95, 155, 0.65);
}

body.fujieda .sec__movie::before {
  background: rgba(163, 99, 154, 0.65);
}

body.numazu .sec__movie::before {
  background: rgba(114, 183, 214, 0.65);
}

body.gifu .sec__movie::before {
  background: rgba(102, 165, 145, 0.65);
}

body.tottori .sec__movie::before {
  background: rgba(143, 194, 114, 0.65);
}

body.sanuki .sec__movie::before {
  background: rgba(152, 195, 227, 0.65);
}

body.imabari .sec__movie::before {
  background: rgba(96, 99, 138, 0.65);
}

body.kumamoto .sec__movie::before {
  background: rgba(200, 92, 88, 0.65);
}

body.miyazaki .sec__movie::before {
  background: rgba(75, 107, 142, 0.65);
}

body.kagoshima .sec__movie::before {
  background: rgba(79, 96, 134, 0.65);
}

.videoOneArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
  border: 10px solid #FFF;
  background: #FFF;
  box-shadow: 0 0 3% rgba(0, 0, 0, 0.15);
}

.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoOneArea img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.videoOneArea__figcaption {
  background: #FFF;
  color: #000;
  line-height: 1.5em;
  padding: 1em;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  position: relative;
  bottom: -4em;
  left: -10px;
  width: calc(100% + 20px);
}

body.yokohamafm .videoOneArea,
body.shonan .videoOneArea,
body.kobe .videoOneArea,
body.oita .videoOneArea,
body.sagamihara .videoOneArea,
body.iwata .videoOneArea,
body.okayama .videoOneArea,
body.ehime .videoOneArea,
body.hachinohe .videoOneArea,
body.iwate .videoOneArea,
body.fukuoka .videoOneArea,
body.toyama .videoOneArea,
body.nagano .videoOneArea,
body.sanuki .videoOneArea {
  padding-top: 0;
}

body.yokohamafm .videoOneArea img,
body.shonan .videoOneArea img,
body.kobe .videoOneArea img,
body.oita .videoOneArea img,
body.sagamihara .videoOneArea img,
body.iwata .videoOneArea img,
body.okayama .videoOneArea img,
body.ehime .videoOneArea img,
body.hachinohe .videoOneArea img,
body.iwate .videoOneArea img,
body.fukuoka .videoOneArea img,
body.toyama .videoOneArea img,
body.nagano .videoOneArea img,
body.sanuki .videoOneArea img {
  position: relative;
}

body.yokohamafm .videoOneArea__figcaption,
body.shonan .videoOneArea__figcaption,
body.kobe .videoOneArea__figcaption,
body.oita .videoOneArea__figcaption,
body.sagamihara .videoOneArea__figcaption,
body.iwata .videoOneArea__figcaption,
body.okayama .videoOneArea__figcaption,
body.ehime .videoOneArea__figcaption,
body.hachinohe .videoOneArea__figcaption,
body.iwate .videoOneArea__figcaption,
body.fukuoka .videoOneArea__figcaption,
body.toyama .videoOneArea__figcaption,
body.nagano .videoOneArea__figcaption,
body.sanuki .videoOneArea__figcaption {
  bottom: 0;
}

.heading__article {
  text-align: center;
  margin-top: 8vw;
}

.heading__article__emb {
  position: relative;
  z-index: 1;
}

.heading__article__emb span {
  margin: auto;
}

.heading__article__clubname {
  background: #000;
  color: #FFF;
  font-size: 4vw;
  font-weight: bold;
  padding: .5em 1em .3em;
  display: inline-block;
  position: relative;
  top: -.3em;
}

.heading__article__title {
  display: block;
  font-size: 5.5vw;
  line-height: 1.3;
  margin-bottom: .5em;
  font-weight: bold;
  padding-top: .3em;
}

body.sapporo .heading__article__clubname {
  background: #d6000f;
}

body.sendai .heading__article__clubname {
  background: #fcc800;
  color: #000;
}

body.kashima .heading__article__clubname {
  background: #b8163f;
}

body.urawa .heading__article__clubname {
  background: #eb0330;
}

body.kashiwa .heading__article__clubname {
  background: #e1de08;
  color: #000;
}

body.ftokyo .heading__article__clubname {
  background: #07318f;
}

body.kawasakif .heading__article__clubname {
  background: #3b9edc;
}

body.yokohamafm .heading__article__clubname {
  background: #072a9f;
}

body.yokohamafc .heading__article__clubname {
  background: #0e9de9;
}

body.shonan .heading__article__clubname {
  background: #7cc734;
}

body.shimizu .heading__article__clubname {
  background: #ff7d25;
}

body.nagoya .heading__article__clubname {
  background: #dd1419;
}

body.gosaka .heading__article__clubname {
  background: #0350bf;
}

body.cosaka .heading__article__clubname {
  background: #cf3075;
}

body.kobe .heading__article__clubname {
  background: #a73638;
}

body.hiroshima .heading__article__clubname {
  background: #4e2c8f;
}

body.tokushima .heading__article__clubname {
  background: #032692;
}

body.fukuoka .heading__article__clubname {
  background: #43abc0;
}

body.tosu .heading__article__clubname {
  background: #25a1d2;
}

body.oita .heading__article__clubname {
  background: #032288;
}

body.akita .heading__article__clubname {
  background: #0354a8;
}

body.yamagata .heading__article__clubname {
  background: #004098;
}

body.mito .heading__article__clubname {
  background: #001976;
}

body.tochigi .heading__article__clubname {
  background: #005bac;
}

body.gunma .heading__article__clubname {
  background: #003366;
}

body.omiya .heading__article__clubname {
  background: #ed6c00;
}

body.chiba .heading__article__clubname {
  background: #ffe100;
  color: #000;
}

body.tokyov .heading__article__clubname {
  background: #046A38;
}

body.machida .heading__article__clubname {
  background: #0054A7;
}

body.sagamihara .heading__article__clubname {
  background: #268e42;
}

body.kofu .heading__article__clubname {
  background: #005bac;
}

body.matsumoto .heading__article__clubname {
  background: #003e20;
}

body.niigata .heading__article__clubname {
  background: #ea5404;
}

body.kanazawa .heading__article__clubname {
  background: #d70c1f;
}

body.iwata .heading__article__clubname {
  background: #7399d1;
}

body.kyoto .heading__article__clubname {
  background: #6f0065;
}

body.okayama .heading__article__clubname {
  background: #b6003d;
}

body.yamaguchi .heading__article__clubname {
  background: #ff8628;
}

body.ehime .heading__article__clubname {
  background: #ff951c;
}

body.kitakyushu .heading__article__clubname {
  background: #f9c900;
}

body.nagasaki .heading__article__clubname {
  background: #005bac;
}

body.ryukyu .heading__article__clubname {
  background: #820033;
}

body.hachinohe .heading__article__clubname {
  background: #009844;
}

body.morioka .heading__article__clubname {
  background: #e50012;
}

body.fukushima .heading__article__clubname {
  background: #e60012;
}

body.ysyokohama .heading__article__clubname {
  background: #005bac;
}

body.nagano .heading__article__clubname {
  background: #ff6000;
}

body.toyama .heading__article__clubname {
  background: #161a4c;
}

body.fujieda .heading__article__clubname {
  background: #81347C;
}

body.numazu .heading__article__clubname {
  background: #006cbf;
}

body.gifu .heading__article__clubname {
  background: #00491e;
}

body.tottori .heading__article__clubname {
  background: #6eba3d;
}

body.sanuki .heading__article__clubname {
  background: #65aadd;
}

body.imabari .heading__article__clubname {
  background: #171c61;
}

body.kumamoto .heading__article__clubname {
  background: #B61B15;
}

body.miyazaki .heading__article__clubname {
  background: #003859;
}

body.kagoshima .heading__article__clubname {
  background: #183060;
}

.sec__apply {
  position: relative;
  z-index: 1;
}

.sec__apply img {
  vertical-align: top;
}

.sec__apply .sec__inner980 {
  padding: 10vw 5%;
}

.sec__apply .howtoApply__googleplay__txt {
  width: 90%;
}

.sec__apply .howtoApply__googleplay > a {
  width: 46%;
  display: inline-block;
  margin: 0 1%;
}

.sec__apply .howtoApply__googleplay > a img {
  width: 100%;
}

.sec__apply .howtoApply__sns {
  margin-top: 20px;
}

.sec__apply .howtoApply__sns__txt {
  padding-bottom: 3vw;
  width: 40%;
  display: block;
  margin: auto;
}

.sec__apply .howtoApply__sns .btn {
  width: 46%;
  margin: 0 1%;
  display: inline-block;
}

.sec__apply .howtoApply__sns .btn a {
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 3.5vw;
}

.other__recipe {
  width: 60%;
  margin: 3vw auto 8vw;
  text-align: left;
  position: relative;
  top: -3vw;
}

.other__recipe a {
  display: inline-block;
}

.sec__recipeArticle {
  background: rgba(0, 0, 0, 0.35);
  padding-bottom: 5%;
}

.sec__recipeArticle .heading__main {
  background: url(/img/leaguecup/2021/another-levaincup/BG_recipe.jpg) no-repeat top center;
  background-size: cover;
  color: #FFF;
}

.sec__recipeArticle .heading__main h4 {
  margin-bottom: 0;
  text-shadow: 0 0 10px #000;
}

.recipeArticle {
  width: 90%;
  margin: auto;
  position: relative;
}

.recipeArticle figure {
  position: relative;
  top: -5vw;
}

.recipeArticle figure img {
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.recipeArticle__text {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 4.2vw !important;
  line-height: 1.35;
}

.recipeArticle__text .borderwrap {
  margin-top: 1em;
}

.recipeArticle__text .txt__remarks {
  margin-top: 1em;
}

body.sapporo .sec__recipeArticle {
  background: rgba(216, 112, 104, 0.35);
}

body.sendai .sec__recipeArticle {
  background: rgba(228, 203, 106, 0.35);
}

body.kashima .sec__recipeArticle {
  background: rgba(202, 107, 116, 0.35);
}

body.urawa .sec__recipeArticle {
  background: rgba(216, 103, 108, 0.35);
}

body.kashiwa .sec__recipeArticle {
  background: rgba(231, 218, 64, 0.35);
}

body.ftokyo .sec__recipeArticle {
  background: rgba(99, 121, 165, 0.35);
}

body.kawasakif .sec__recipeArticle {
  background: rgba(139, 182, 193, 0.35);
}

body.yokohamafm .sec__recipeArticle {
  background: rgba(81, 118, 161, 0.35);
}

body.yokohamafc .sec__recipeArticle {
  background: rgba(110, 166, 173, 0.35);
}

body.shonan .sec__recipeArticle {
  background: rgba(144, 180, 79, 0.35);
}

body.shimizu .sec__recipeArticle {
  background: rgba(232, 180, 116, 0.35);
}

body.nagoya .sec__recipeArticle {
  background: rgba(205, 110, 99, 0.35);
}

body.gosaka .sec__recipeArticle {
  background: rgba(97, 143, 181, 0.35);
}

body.cosaka .sec__recipeArticle {
  background: rgba(186, 82, 94, 0.35);
}

body.kobe .sec__recipeArticle {
  background: rgba(197, 93, 109, 0.35);
}

body.hiroshima .sec__recipeArticle {
  background: rgba(164, 140, 188, 0.35);
}

body.tokushima .sec__recipeArticle {
  background: rgba(103, 123, 161, 0.35);
}

body.fukuoka .sec__recipeArticle {
  background: rgba(101, 170, 168, 0.35);
}

body.tosu .sec__recipeArticle {
  background: rgba(133, 187, 193, 0.35);
}

body.oita .sec__recipeArticle {
  background: rgba(98, 120, 169, 0.35);
}

body.akita .sec__recipeArticle {
  background: rgba(80, 141, 193, 0.35);
}

body.yamagata .sec__recipeArticle {
  background: rgba(87, 103, 198, 0.35);
}

body.mito .sec__recipeArticle {
  background: rgba(92, 91, 157, 0.35);
}

body.tochigi .sec__recipeArticle {
  background: rgba(80, 117, 181, 0.35);
}

body.gunma .sec__recipeArticle {
  background: rgba(83, 107, 135, 0.35);
}

body.omiya .sec__recipeArticle {
  background: rgba(231, 172, 117, 0.35);
}

body.chiba .sec__recipeArticle {
  background: rgba(235, 219, 98, 0.35);
}

body.tokyov .sec__recipeArticle {
  background: rgba(64, 134, 95, 0.35);
}

body.machida .sec__recipeArticle {
  background: rgba(85, 134, 198, 0.35);
}

body.sagamihara .sec__recipeArticle {
  background: rgba(100, 165, 117, 0.35);
}

body.kofu .sec__recipeArticle {
  background: rgba(90, 133, 200, 0.35);
}

body.matsumoto .sec__recipeArticle {
  background: rgba(62, 122, 78, 0.35);
}

body.niigata .sec__recipeArticle {
  background: rgba(233, 148, 101, 0.35);
}

body.kanazawa .sec__recipeArticle {
  background: rgba(188, 98, 103, 0.35);
}

body.iwata .sec__recipeArticle {
  background: rgba(150, 185, 227, 0.35);
}

body.kyoto .sec__recipeArticle {
  background: rgba(168, 88, 175, 0.35);
}

body.okayama .sec__recipeArticle {
  background: rgba(108, 113, 159, 0.35);
}

body.yamaguchi .sec__recipeArticle {
  background: rgba(229, 153, 99, 0.35);
}

body.ehime .sec__recipeArticle {
  background: rgba(247, 182, 107, 0.35);
}

body.kitakyushu .sec__recipeArticle {
  background: rgba(233, 202, 116, 0.35);
}

body.nagasaki .sec__recipeArticle {
  background: rgba(94, 156, 221, 0.35);
}

body.ryukyu .sec__recipeArticle {
  background: rgba(153, 91, 109, 0.35);
}

body.hachinohe .sec__recipeArticle {
  background: rgba(85, 175, 107, 0.35);
}

body.morioka .sec__recipeArticle {
  background: rgba(193, 91, 95, 0.35);
}

body.fukushima .sec__recipeArticle {
  background: rgba(194, 80, 87, 0.35);
}

body.ysyokohama .sec__recipeArticle {
  background: rgba(80, 140, 192, 0.35);
}

body.nagano .sec__recipeArticle {
  background: rgba(204, 124, 98, 0.35);
}

body.toyama .sec__recipeArticle {
  background: rgba(90, 95, 155, 0.35);
}

body.fujieda .sec__recipeArticle {
  background: rgba(163, 99, 154, 0.35);
}

body.numazu .sec__recipeArticle {
  background: rgba(114, 183, 214, 0.35);
}

body.gifu .sec__recipeArticle {
  background: rgba(102, 165, 145, 0.35);
}

body.tottori .sec__recipeArticle {
  background: rgba(143, 194, 114, 0.35);
}

body.sanuki .sec__recipeArticle {
  background: rgba(152, 195, 227, 0.35);
}

body.imabari .sec__recipeArticle {
  background: rgba(96, 99, 138, 0.35);
}

body.kumamoto .sec__recipeArticle {
  background: rgba(200, 92, 88, 0.35);
}

body.miyazaki .sec__recipeArticle {
  background: rgba(75, 107, 142, 0.35);
}

body.kagoshima .sec__recipeArticle {
  background: rgba(79, 96, 134, 0.35);
}

/* ==========================================================================
   thanks
========================================================================== */
.thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}

.thanks__outer {
  background: #fff;
  border: #e70012 5px solid;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  padding: 10% 5%;
  box-sizing: border-box;
}

.thanks__close {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #333;
  font-size: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1;
}

.thanks__title {
  color: #e70012;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 20px;
}

.thanks__btn__item {
  margin: 10px;
}

.thanks__btn__item a {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 25px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.thanks__btn__item a.twitter {
  background: #1B95E0;
}

.thanks__btn__item a.facebook {
  background: #3B5999;
}

/* ==========================================================================
   resutlArea
========================================================================== */
.sec__result {
  background: url(/img/leaguecup/2021/another-levaincup/BG_paper_gray.jpg) repeat 2% 50%;
}

.sec__result .sec__innerWide {
  max-width: 1300px;
  padding-top: 30px;
  position: relative;
}

.sec__result .sec__innerWide::before, .sec__result .sec__innerWide::after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 100px;
  background: url(/img/leaguecup/2021/another-levaincup/icon_flag.png) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
}

.sec__result .sec__innerWide::before {
  transform: translateX(-130%);
}

.sec__result .sec__innerWide::after {
  transform: translateX(30%);
}

.sec__result .heading__main {
  position: relative;
  padding-bottom: 2vw;
}

.sec__result .heading__main::before {
  content: "";
  display: inline-block;
  width: 20vw;
  height: 20vw;
  background: url(/img/leaguecup/2021/another-levaincup/icon_crown.png) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: -10vw;
  left: 50%;
  transform: translateX(-50%);
}

.resultlist__li {
  position: relative;
  margin-bottom: 5vw;
}

.resultlist__li__no {
  position: absolute;
  left: -3vw;
  top: -3vw;
  width: 20vw;
  height: 20vw;
  line-height: 20vw;
  text-align: center;
  font-size: 8vw;
  font-family: "Stint Ultra Condensed", serif;
  z-index: 1;
  background: url(/img/leaguecup/2021/another-levaincup/icon_no.png) no-repeat 0 0;
  background-size: 100% auto;
}

.resultlist__li__cnt__title {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 5vw 15vw 5vw 5vw;
}

.resultlist__li__cnt__title .club {
  display: block;
  font-weight: bold;
  font-size: 3vw;
}

.resultlist__li__cnt__title .levaintitle {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .5vw;
}

.resultlist__li__cnt__title img {
  width: 30vw;
  height: auto;
  position: absolute;
  right: -3vw;
  top: -5vw;
  z-index: 11;
}

.resultlist__li__cnt__title .btn {
  width: 80%;
  z-index: 1;
  border-color: #000;
  color: #000;
  display: block;
  height: 8vw;
  line-height: 8vw;
  margin-top: 3vw;
  position: relative;
  left: 5vw;
}

.resultlist__li__cnt__video {
  width: 100%;
}

.resultlist__li__cnt__video .videoOneArea {
  box-shadow: none;
}

.resultlist__li:nth-child(1) .resultlist__li__no {
  background-image: url(/img/leaguecup/2021/another-levaincup/icon_no_1.png);
}

.resultlist__li:nth-child(1) .resultlist__li__cnt__title {
  background: rgba(0, 91, 172, 0.6);
}

.resultlist__li:nth-child(2) .resultlist__li__no {
  background-image: url(/img/leaguecup/2021/another-levaincup/icon_no_2.png);
}

.resultlist__li:nth-child(2) .resultlist__li__cnt__title {
  background: rgba(225, 222, 8, 0.6);
}

.resultlist__li:nth-child(3) .resultlist__li__no {
  background-image: url(/img/leaguecup/2021/another-levaincup/icon_no_3.png);
}

.resultlist__li:nth-child(3) .resultlist__li__cnt__title {
  background: rgba(3, 34, 136, 0.6);
}

.resultlist__li:nth-child(4) .resultlist__li__cnt__title {
  background: rgba(0, 62, 32, 0.6);
}

.resultlist__li:nth-child(5) .resultlist__li__cnt__title {
  background: rgba(37, 161, 210, 0.6);
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.3s all;
}

#pageTopBtn {
  z-index: 11111;
}

.pcDISP {
  display: none !important;
}

.snsBtnWrap,
.specialArea {
  background: #FFF;
}

.specialArea,
.bottomArea,
.breadcrumbList-wrap,
#partnersArea,
#siteFooter {
  z-index: 1;
  position: relative;
}

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

.floatingBnr {
  z-index: 11111111111;
}
