@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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

html, body {
  height: 100%;
  width: 100%;
}

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

body {
  min-width: 980px;
  background: #FFF;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -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 *,
#main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  width: 100%;
  overflow: hidden;
  background: url(/img/leaguecup/2021/another-levaincup/BG_paper_usually.jpg) repeat top center;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

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

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

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

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

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

.CLM__three > li {
  width: 32%;
  margin-right: 2%;
}

.CLM__three > li:nth-child(3n) {
  margin-right: 0;
}

.CLM__four > li {
  width: 23%;
}

.CLM__four > li {
  width: 23.5%;
  margin-right: 2%;
}

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

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.nowrapCLM > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3%;
}

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

.nowrapCLM > li a {
  display: block;
}

.sec {
  text-align: center;
}

.sec__inner980 {
  width: 980px;
  margin: 0 auto;
  padding: 80px 5%;
}

.sec__innerWide {
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5%;
}

.heading__main {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
}

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

.heading__main h4 .head__EN {
  display: block;
  font-size: 70px;
  font-size: 7rem;
  font-family: "Stint Ultra Condensed", serif;
  margin-bottom: 0.2em;
  line-height: 1;
  letter-spacing: 0.25em;
  position: relative;
  left: .1em;
}

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

.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__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}

.txt__red {
  color: #e60613;
}

.txt__bold {
  font-weight: bold !important;
}

.txt__left {
  text-align: left;
}

.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: 60px;
  line-height: 60px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 600px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.btn__apply {
  text-align: center;
}

.btn__apply a {
  background: #cc0000;
}

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

.btn__apply__s {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px auto 0;
  width: 80%;
  color: #cc0000;
  border: 1px solid #cc0000;
  font-weight: bold;
}

.btn__apply__l a,
.btn__apply__l span {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-size: 2.4rem;
  width: 600px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}

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

.btn__apply__l a {
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  position: relative;
}

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

.btn__apply__l a:hover {
  -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 0 rgba(0, 0, 0, 0.4);
  background: #000;
  opacity: 1;
}

.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: 40px;
  line-height: 34px;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px auto 0;
  width: 80%;
}

.btn__border__s a:hover,
.btn__border__s span:hover {
  background: #FF0000;
  color: #FFF;
  opacity: 1;
}

.btn__border__l a,
.btn__border__l span {
  height: 60px;
  line-height: 54px;
  font-size: 22px;
  font-size: 2.2rem;
  width: 600px;
}

.btn__border__l a:hover,
.btn__border__l span:hover {
  background: #FF0000;
  border-color: #FF0000;
  color: #FFF;
  opacity: 1;
}

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

.btn__border.twitter a:hover {
  background: #38aae2 !important;
  color: #FFF;
}

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

.btn__border.line a:hover {
  background: #31ad37 !important;
  color: #FFF;
}

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

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 19px 0 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  min-width: 980px;
}

#header a:hover {
  opacity: 0.7;
}

#header .header__left {
  position: absolute;
  top: 20px;
  left: 20px;
}

#header .header__left img {
  height: 40px;
}

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

#header .header__right {
  position: absolute;
  top: 20px;
  right: 70px;
}

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

.menu-trigger:hover {
  opacity: 0.7;
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  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: 35px;
}

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

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

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  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: 100px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#nav::-webkit-scrollbar {
  display: none;
}

.nav__logo {
  text-align: center;
  margin-bottom: 20px;
}

.nav__logo a:hover {
  opacity: 0.7;
}

.nav__title {
  text-align: center;
  font-size: 3rem;
  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: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- stretch;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.nav__item {
  width: 12.5%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

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

.nav__item a:hover {
  opacity: 0.7;
}

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

.nav__link {
  margin-top: 30px;
  text-align: center;
}

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

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

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

.kvArea__title {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  z-index: 11;
}

.kvArea__title::after {
  content: "";
  display: inline-block;
  width: 8vw;
  height: 8vw;
  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__title__logo {
  position: relative;
  max-width: 780px;
  margin: auto;
  opacity: 0;
  top: 100px;
}

.kvArea__title__logo img {
  width: 100%;
  position: relative;
  left: 5%;
}

.kvArea__title__logo span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  top: -1em;
  letter-spacing: .1em;
}

.kvArea__title__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.kvArea__title__schedule {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  padding: .5em 1em;
  margin: 1em auto;
  width: 85%;
  max-width: 900px;
}

.kvArea__copy {
  position: absolute;
  top: 27.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  color: #FFF;
  font-size: 2.4vw;
  letter-spacing: .1em;
  font-weight: bold;
  white-space: nowrap;
  padding: .2em 1.5em;
  z-index: 11;
  opacity: 0;
}

.kvArea__copy span {
  font-weight: bold;
  letter-spacing: .1em;
}

@media only screen and (max-width: 980px) {
  .kvArea__copy {
    top: 270px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .kvArea__copy {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.kvArea__MV {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
  justify-content: left;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  position: relative;
}

.kvArea__MV__li {
  width: calc(100% / 7);
  overflow: hidden;
  opacity: 0;
}

.kvArea__MV__li img {
  width: 100%;
}

.kvArea__MV__li a img {
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.kvArea__MV__li a:hover {
  opacity: 1;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.kvArea__MV__li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.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 10s ease-in-out 1s infinite forwards;
  animation: animation_fadeinout 10s ease-in-out 1s infinite forwards;
}

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

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

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

.kvArea__MV__li.list_no05 {
  -webkit-animation: animation_fadeinout 10s ease-in-out 3s infinite forwards;
  animation: animation_fadeinout 10s ease-in-out 3s infinite forwards;
}

.kvArea__MV__li.list_no06 {
  -webkit-animation: animation_fadeinout 10s ease-in-out 3.5s infinite forwards;
  animation: animation_fadeinout 10s ease-in-out 3.5s infinite forwards;
}

.kvArea__MV__li.list_no07 {
  -webkit-animation: animation_fadeinout 10s ease-in-out 4s infinite forwards;
  animation: animation_fadeinout 10s ease-in-out 4s infinite forwards;
}

.kvArea__MV__li.list_no08 {
  -webkit-animation: animation_fadeinout 10s ease-in-out 4.5s infinite forwards;
  animation: animation_fadeinout 10s ease-in-out 4.5s infinite forwards;
}

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

.kvArea__copy {
  -webkit-animation: animation_Opacity 1s ease-in-out 5.5s 1 forwards;
  animation: animation_Opacity 1s ease-in-out 5.5s 1 forwards;
}

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

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

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

@-webkit-keyframes animation_fadeinout {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animation_fadeinout {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  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: 50px;
}

.sec__campaign img {
  position: relative;
  top: -50px;
}

.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: 60%;
}

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

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

.tab__league {
  margin: 40px 5% 20px;
  min-width: 980px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.tab__league li {
  font-size: 20px;
  font-size: 2rem;
  margin-right: .5%;
}

.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: 60px;
  line-height: 60px;
  font-family: "Stint Ultra Condensed", serif;
  font-weight: bold;
  letter-spacing: .5em;
}

.tab__league li a:hover {
  color: #FFF;
  opacity: 1;
  margin-top: -10px;
}

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

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

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

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: 70px;
  line-height: 70px;
}

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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

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

.recipe__club ul li figure img {
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

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

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

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

.recipe__club ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recipe__club ul li a:hover figure figcaption {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recipe__club ul li a:hover .btn__apply__s {
  background: rgba(255, 255, 255, 0.9);
}

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

@media only screen and (max-width: 980px) {
  .sec__outline {
    padding-top: 180px;
  }
}

@media only screen and (min-width: 1350px) {
  .sec__outline {
    padding-top: 250px;
  }
}

.sec__outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17vw;
  min-height: 160px;
  max-height: 200px;
  background: url(/img/leaguecup/2021/another-levaincup/BG_recipe.jpg) no-repeat;
}

.sec__outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  max-width: 600px;
  height: 900px;
  background: url(/img/leaguecup/2021/another-levaincup/icon_PRIMEpackage.png) no-repeat;
  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 {
  margin-bottom: 18px;
  position: relative;
  padding-top: 120px;
}

.sec__outline .heading__main h4 {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec__outline .heading__main .txt__schedule {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: .5em 1em;
  width: 80%;
  margin-top: 1em;
}

.sec__outline .howtoApply__googleplay {
  margin-bottom: 18px;
}

.sec__outline .howtoApply__googleplay__txt {
  display: block;
  width: 50%;
  margin: 0 auto 20px;
}

.sec__outline .howtoApply__sns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sec__outline .howtoApply__sns li {
  width: 49%;
  margin-right: 0;
  padding-bottom: 80px;
  position: relative;
}

.sec__outline .howtoApply__sns li .btn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.sec__outline .howtoApply__sns__txt {
  display: block;
  width: 80% !important;
  margin: 0 auto 20px;
}

.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: 100% auto;
  position: relative;
}

.sec__movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 900px;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  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;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 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: 40px;
  padding: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  bottom: -70px;
  left: -10px;
  width: calc(100% + 20px);
}

body.urawa .videoOneArea,
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.urawa .videoOneArea img,
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.urawa .videoOneArea__figcaption,
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: 20px;
}

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

.heading__article__emb span {
  margin: auto;
}

.heading__article__clubname {
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: .3em 1em;
  display: inline-block;
  position: relative;
  top: -10px;
}

.heading__article__title {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: .5em;
  font-weight: bold;
}

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: 30px 0;
}

.sec__apply .howtoApply__googleplay > a {
  width: 140px;
  display: inline-block;
  margin-left: 5px;
}

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

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

.sec__apply .howtoApply__sns > img {
  padding-top: 10px;
}

.sec__apply .howtoApply__sns .btn {
  width: 220px;
  display: inline-block;
  margin-left: 10px;
}

.sec__apply .howtoApply__sns .btn a {
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}

.sec__apply .howtoApply__sns .btn a:hover {
  opacity: 1;
  background: #FFF;
}

.other__recipe {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}

.other__recipe a {
  display: inline-block;
  width: 300px;
}

.sec__recipeArticle {
  margin-top: 70px;
  background: rgba(0, 0, 0, 0.35);
}

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

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

.recipeArticle {
  width: 90%;
  max-width: 1350px;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- stretch;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  position: relative;
}

.recipeArticle .list__style li {
  padding-bottom: .3em;
}

.recipeArticle figure {
  position: relative;
  top: -50px;
  width: 60%;
  min-width: 500px;
  max-width: 700px;
}

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

.recipeArticle__text {
  padding: 2.5%;
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 1.4vw !important;
  line-height: 1.35;
  width: 40%;
}

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

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

@media only screen and (max-width: 980px) {
  .recipeArticle__text {
    font-size: 1.4rem !important;
  }
}

@media only screen and (min-width: 1350px) {
  .recipeArticle__text {
    font-size: 1.8rem !important;
  }
}

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: 600px;
  text-align: center;
  padding: 75px 50px;
}

.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__close:hover {
  opacity: 0.6;
}

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

.thanks__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.thanks__btn__item {
  margin: 0 5px;
}

.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:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  opacity: 0.9;
}

.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;
  position: relative;
}

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

.sec__result .sec__innerWide::before {
  -webkit-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  transform: translateX(-500px);
}

.sec__result .sec__innerWide::after {
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}

.sec__result .heading__main {
  position: relative;
}

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

.resultlist__li {
  position: relative;
  margin-bottom: 50px;
}

.resultlist__li__no {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  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 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- stretch;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.resultlist__li__cnt__title {
  width: 35%;
  position: relative;
  text-align: center;
  padding: 3%;
}

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

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

.resultlist__li__cnt__title img {
  width: 65%;
  height: auto;
}

.resultlist__li__cnt__title .btn {
  position: absolute;
  width: 80%;
  bottom: 25px;
  left: 10%;
  z-index: 1;
  border-color: #000;
  color: #000;
}

.resultlist__li__cnt__title .btn a {
  height: 50px;
  line-height: 50px;
}

.resultlist__li__cnt__video {
  width: 65%;
}

.resultlist__li__cnt__video .videoOneArea {
  -webkit-box-shadow: none;
  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:nth-child(5) {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.resultlist__li:nth-child(4) .resultlist__li__cnt, .resultlist__li:nth-child(5) .resultlist__li__cnt {
  display: block;
}

.resultlist__li:nth-child(4) .resultlist__li__cnt__title, .resultlist__li:nth-child(5) .resultlist__li__cnt__title {
  width: 100%;
}

.resultlist__li:nth-child(4) .resultlist__li__cnt__title .levaintitle, .resultlist__li:nth-child(5) .resultlist__li__cnt__title .levaintitle {
  font-size: 18px;
  font-size: 1.8rem;
}

.resultlist__li:nth-child(4) .resultlist__li__cnt__title img, .resultlist__li:nth-child(5) .resultlist__li__cnt__title img {
  position: absolute;
  width: 100px;
  right: 5%;
  top: 10%;
  z-index: 11;
}

.resultlist__li:nth-child(4) .resultlist__li__cnt__title .btn, .resultlist__li:nth-child(5) .resultlist__li__cnt__title .btn {
  position: relative;
  left: 0;
  top: 0;
  width: 60%;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  display: inline-block;
}

.resultlist__li:nth-child(4) .resultlist__li__cnt__video, .resultlist__li:nth-child(5) .resultlist__li__cnt__video {
  width: 100%;
}

.resultlist__li:nth-child(4) {
  margin-right: 3%;
}

.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 {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

footer {
  z-index: 11;
  position: relative;
}

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