@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&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: "Barlow Semi Condensed", "游ゴシック体", 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 * {
  box-sizing: border-box;
}

#main {
  width: 100%;
  overflow: hidden;
}

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: 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__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: 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-right: 3%;
}

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

.nowrapCLM > li a {
  display: block;
}

.sec {
  text-align: center;
}

.sec__inner {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}

.sec__innerWide {
  min-width: 1060px;
  margin: 0 40px;
}

.sec__fruitsPattern {
  background: url(/img/leaguecup/2020/another-levaincup/BG_fruits.jpg) no-repeat top left;
  background-size: cover;
}

.sec__fruitsPattern.sec__recipeArticle {
  background-size: 100% 70%;
}

.sec__brown {
  background: url(/img/leaguecup/2020/another-levaincup/BG_brown.jpg) repeat top left;
}

.sec__lightbrown {
  background: url(/img/leaguecup/2020/another-levaincup/BG_light_brown.jpg) repeat top left;
}

.heading__main {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  margin: 0 40px 20px;
  padding-top: 70px;
}

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

.heading__main h4 .head__EN {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 800;
  margin-bottom: 0.2em;
  line-height: 1;
  letter-spacing: 0.1em;
}

.heading__right {
  text-align: right;
  border-right: 10px solid #000;
  padding-right: 30px;
}

.heading__left {
  text-align: left;
  border-left: 10px solid #000;
  padding-left: 30px;
}

.heading__catchcopy {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0.7em;
  font-weight: 700;
}

.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;
  transition: 0.2s all;
}

.btn__apply {
  text-align: center;
}

.btn__apply a {
  background: #e70012;
}

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

.btn__apply__s a,
.btn__apply__s span {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px auto 0;
  width: 80%;
}

.btn__apply__l a,
.btn__apply__l span {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-size: 2.4rem;
  width: 600px;
  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__s a,
.btn__apply__l a {
  box-shadow: 0px 2px 7px 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__apply__s a:hover,
.btn__apply__l a:hover {
  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__l a,
.btn__border__l span {
  height: 80px;
  line-height: 74px;
  font-size: 24px;
  font-size: 2.4rem;
  width: 600px;
}

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

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

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 19px 0 20px;
  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;
  min-width: 980px;
}

#header a:hover {
  opacity: 0.7;
}

#header .header__left {
  position: absolute;
  top: 0;
  left: -30px;
}

#header .header__left img {
  width: 80%;
}

#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;
  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) {
  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: 100px 0;
  box-sizing: border-box;
  display: none;
}

.nav__logo {
  text-align: center;
}

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

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

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  height: 650px;
  background: url(/img/leaguecup/2020/another-levaincup/KV_LevainCuptext.png) no-repeat top center;
  text-align: center;
  position: fixed !important;
  top: 0;
  z-index: 0;
}

.kvArea__logo {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.kvArea__logo .icon {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
}

.loop_wrap {
  position: fixed;
  top: 370px;
  width: 100vw;
  height: 200px;
  overflow: hidden;
}

.loop_wrap ul.kvArea__MV {
  position: absolute;
  top: 0;
  width: 2210px;
  height: 200px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  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;
}

.loop_wrap ul.kvArea__MV li {
  display: inline-block;
  width: 130px;
  height: 130px;
  list-style: none;
  text-align: center;
  position: relative;
}

.loop_wrap ul.kvArea__MV li.size_L {
  width: 140px;
  height: 140px;
}

.loop_wrap ul.kvArea__MV li a {
  display: block;
}

.loop_wrap ul.kvArea__MV li a:hover {
  transform: scale(1.1);
  opacity: 1;
}

.loop_wrap ul.kvArea__MV li a:hover img {
  opacity: 1;
}

.loop_wrap ul.kvArea__MV li img {
  display: block;
  width: 100%;
  height: auto;
}

.loop_wrap ul.kvArea__MV.kvArea__MV__first {
  animation: loop_mv 160s -80s linear infinite;
}

.loop_wrap ul.kvArea__MV.kvArea__MV__first li:nth-child(odd) {
  top: 50px;
}

.loop_wrap ul.kvArea__MV.kvArea__MV__second {
  animation: loop_mv 160s 0s linear infinite;
}

.loop_wrap ul.kvArea__MV.kvArea__MV__second li:nth-child(even) {
  top: 50px;
}

.loop_wrap:hover ul li {
  animation-play-state: paused;
}

@-webkit-keyframes loop_mv {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop_mv {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ==========================================================================
   Contents
========================================================================== */
.anotherLC__content {
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}

body.recipe__top .anotherLC__content {
  margin-top: 650px;
}

.sec_cnttop .sec__inner {
  padding-top: 0;
}

.catchcopyArea {
  border: 2px solid #000;
  position: relative;
  top: -40px;
  background: #FFF;
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
  z-index: 11;
}

.catchcopyArea p {
  margin-bottom: 0;
}

.catchcopyArea__catchimg {
  position: absolute;
  right: 50px;
  top: -50px;
  width: 210px;
}

.sec__recipilist {
  position: relative;
}

.sec__recipilist .heading__main {
  background: url(/img/leaguecup/2020/another-levaincup/icon_green.png) no-repeat 20% 50%;
  background-size: 230px auto;
}

.sec__recipilist .sec__inner {
  width: 100%;
  padding: 0;
}

.sec__recipilist .tab__league {
  margin: 40px 40px 0;
  position: relative;
  top: 30px;
  min-width: 1060px;
}

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

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

.sec__recipilist .tab__league li a {
  background: #FFF;
  color: #000;
  height: 60px;
  line-height: 60px;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 800;
  letter-spacing: 0.5em;
}

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

.sec__recipilist .tab__league li.current a {
  background: #000;
  color: #FFF;
}

.sec__recipilist::before {
  display: block;
  content: "";
  width: 40%;
  height: 600px;
  background: url(/img/leaguecup/2020/another-levaincup/BG_brown.jpg) repeat top center;
  z-index: -1;
  position: absolute;
  top: 130px;
  left: 0;
}

.sec__recipilist::after {
  display: block;
  content: "";
  width: 70%;
  height: 600px;
  background: #FFF url(/img/leaguecup/2020/another-levaincup/BG_dot.png) repeat top center;
  background-size: 40px auto;
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
}

body.recipe__j1 .sec__recipilist .tab__league li.tab__league__j1.current a,
.sec__recipilist .tab__league li.tab__league__j1 a:hover {
  background: #e60613;
}

body.recipe__j2 .sec__recipilist .tab__league li.tab__league__j2.current a,
.sec__recipilist .tab__league li.tab__league__j2 a:hover {
  background: #227f41;
}

body.recipe__j3 .sec__recipilist .tab__league li.tab__league__j3.current a {
  background: #000;
}

.recipe__club {
  background: #FFF;
  padding: 120px 40px 150px;
  min-width: 1060px;
  box-sizing: border-box;
}

.recipe__club .CLM__four {
  align-items: flex-start;
  max-width: 1400px;
  margin: auto;
}

.recipe__club .CLM__four > li {
  margin-right: 0;
  width: 25%;
  height: 315px;
  position: relative;
  overflow: hidden;
}

.recipe__club .CLM__four > li img {
  margin-bottom: 0;
  transition: 0.3s all;
}

.recipe__club .CLM__four > li > a {
  color: #000;
  display: block;
  transition: 0.3s all;
}

.recipe__club .CLM__four > li > a:hover {
  opacity: 1;
}

.recipe__club .CLM__four > li > a:hover .btn {
  background: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  transform: translateX(-20%);
}

.recipe__club .CLM__four > li > a:hover img {
  transform: scale(1.1);
}

.recipe__club .CLM__four > li figure {
  display: table;
  width: 101%;
}

.recipe__club .CLM__four > li figcaption {
  position: relative;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.45;
  width: 100%;
  height: 100px;
  padding: 0 0 0 60px;
  overflow: hidden;
  background: #FFF;
  display: table-cell;
  vertical-align: middle;
}

.recipe__club .CLM__four > li figcaption span {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.recipe__club .CLM__four > li figcaption i {
  display: block;
  font-style: normal;
  font-size: 10px;
}

.recipe__club .CLM__four > li .btn__apply {
  text-align: center;
  background: #e70012;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 85%;
  color: #FFF;
  position: absolute;
  right: 0;
  transition: 0.3s all;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}

.recipe__club .CLM__four > li .btn__apply::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}

.recipe__club .CLM__four > li:nth-child(odd) figure {
  padding-top: 215px;
}

.recipe__club .CLM__four > li:nth-child(odd) figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.recipe__club .CLM__four > li:nth-child(odd) .btn__apply {
  bottom: 90px;
}

.recipe__club .CLM__four > li:nth-child(even) figure img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.recipe__club .CLM__four > li:nth-child(even) .btn__apply {
  top: 90px;
}

.sec__fruitsPattern {
  position: relative;
  z-index: 0;
  margin-bottom: 300px;
}

.outlineArea::after {
  position: absolute;
  top: -70px;
  right: 100px;
  content: "";
  display: block;
  width: 230px;
  height: 230px;
  background: url(/img/leaguecup/2020/another-levaincup/icon_PRIME.png) no-repeat top center;
  background-size: 230px auto;
}

.outlineArea .heading__main {
  position: relative;
  top: -50px;
  width: 900px;
  padding-bottom: 20px;
  padding-left: 60px;
  border: none;
}

.outlineArea .heading__main h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 320px;
  background: #000;
  position: absolute;
  left: 20px;
  top: 0;
}

.outlineArea .heading__main::before {
  content: "";
  display: block;
  width: 900px;
  height: 320px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}

.outlineArea .heading__main::after {
  content: "";
  display: block;
  width: 950px;
  height: 360px;
  background: transparent url(/img/leaguecup/2020/another-levaincup/BG_dot_black.png) repeat top center;
  background-size: 40px auto;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -2;
}

.outlineArea .heading__main .txt__schedule {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 5px;
  display: inline-block;
}

.outlineArea .howtoApply {
  width: 980px;
  margin: 0 auto;
  padding: 35px 0 150px;
}

.outlineArea .howtoApply__googleplay, .outlineArea .howtoApply__twitter, .outlineArea .howtoApply__line {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}

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

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

.outlineArea .howtoApply__sns {
  justify-content: space-between;
  align-items: stretch;
}

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

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

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

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

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

.outlineArea .sec__lightbrown {
  position: absolute;
  width: 880px;
  right: 0;
  padding: 40px;
  bottom: -160px;
}

/* ==========================================================================
   article
========================================================================== */
body.recipe__article .kvArea {
  height: 400px;
  background-position: center -360px;
}

body.recipe__article .kvArea__logo {
  display: none;
}

body.recipe__article .loop_wrap {
  top: 30px;
}

body.recipe__article .anotherLC__content {
  margin-top: 500px;
  padding-bottom: 1px;
}

.sec__movie {
  background: #FFF url(/img/leaguecup/2020/another-levaincup/BG_dot.png) repeat top center;
  background-size: 40px auto;
  margin-top: 250px;
}

.sec__movie .sec__inner {
  position: relative;
  padding: 0;
}

.sec__movie .videoOneArea {
  position: relative;
  top: -100px;
  position: relative;
  margin-bottom: 100px;
}

.sec__movie .videoOneArea::after {
  display: block;
  content: "";
  width: 980px;
  height: 550px;
  border: 4px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.sec__movie .videoOneArea__figcaption {
  background: #868467;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 550px;
  z-index: 1;
}

.sec__movie .videoOneArea:nth-child(odd)::after {
  left: 10px;
}

.sec__movie .videoOneArea:nth-child(even)::after {
  right: 10px;
}

.sec__movie .videoOneArea:nth-child(odd) .videoOneArea__figcaption {
  right: -30px;
}

.sec__movie .videoOneArea:nth-child(even) .videoOneArea__figcaption {
  left: -30px;
}

.sec__movie .videoOneArea:last-child iframe {
  margin-bottom: 0;
}

.heading__article {
  position: absolute;
  right: 0;
  top: -265px;
  right: -40px;
  z-index: 111;
  text-align: right;
}

.heading__article__emb {
  background: #000;
  display: inline-block;
  width: 180px;
  height: 180px;
  border: 5px solid #FFF;
  border-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.heading__article__emb .embL {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.heading__article__clubname {
  position: relative;
  margin-right: 180px;
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  height: 40px;
  line-height: 30px;
  padding: 0 30px;
  font-weight: bold;
  border: 5px solid #FFF;
}

.heading__article__title {
  position: relative;
  margin-right: 180px;
  display: block;
}

.heading__article__title i {
  display: inline-block;
  background: #000;
  color: #FFF;
  height: 70px;
  line-height: 65px;
  padding: 0 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  border: 5px solid #FFF;
  border-top: 0;
}

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

.sec__apply img {
  vertical-align: top;
}

.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);
  transition: 0.7s all;
}

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

.sec__recipeArticle {
  margin: 200px 0 50px;
}

.sec__recipeArticle .heading__main {
  color: #FFF;
  border-color: #FFF;
  position: relative;
}

.sec__recipeArticle .heading__main::after {
  content: "";
  display: block;
  width: 230px;
  height: 200px;
  background: url(/img/leaguecup/2020/another-levaincup/icon_PRIME.png) no-repeat 108% -18%;
  background-size: 230px auto;
  position: absolute;
  left: 43%;
  top: -100px;
  z-index: 1111;
}

.sec__recipeArticle .recipe__article {
  position: relative;
}

.sec__recipeArticle .recipe__article figure {
  position: absolute;
  right: 0;
  top: -350px;
  width: 45%;
  height: 430px;
  z-index: 11;
}

.sec__recipeArticle .recipe__article figure img {
  width: 80%;
  max-width: 430px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec__recipeArticle .recipe__article figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec__recipeArticle .recipe__article figure::after {
  content: "";
  display: block;
  width: 105%;
  height: 460px;
  background: transparent url(/img/leaguecup/2020/another-levaincup/BG_dot_black.png) repeat top center;
  background-size: 40px auto;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: -2;
}

.sec__recipeArticle .recipe__article .sec__lightbrown {
  width: 80%;
  padding: 100px 40px 40px;
  min-height: 400px;
  margin-top: 100px;
  font-size: 14px;
  line-height: 1.5;
}

.sec__recipeArticle .recipe__article .sec__lightbrown .borderwrap {
  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;
}

.sec__recipeArticle .recipe__article .sec__lightbrown .borderwrap li {
  width: 45%;
}

.sec__remarks {
  background: rgba(255, 255, 255, 0.8);
}

.sec__remarks .borderwrap {
  background: #FFF;
}

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

.other__recipe {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   resutlArea
========================================================================== */
#resutlArea.sec__fruitsPattern {
  margin-bottom: 0;
  position: relative;
  top: -200px;
}

#resutlArea.sec__fruitsPattern .heading__center__border {
  border: 3px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  width: 600px;
  margin: 0 auto 50px;
  padding: 15px 0;
}

#resutlArea.sec__fruitsPattern .heading__center__border .head__EN {
  margin: 0;
}

#resutlArea.sec__fruitsPattern .sec__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 40px 100px;
}

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

.resultlist__li__no {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #000;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #FFF;
  z-index: 1;
}

.resultlist__li__cnt {
  background: url(/img/leaguecup/2020/another-levaincup/BG_light_brown.jpg) repeat top left;
  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- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}

.resultlist__li__cnt__title {
  width: 40%;
  position: relative;
  text-align: center;
}

.resultlist__li__cnt__title .embL {
  margin: 30px auto 0;
}

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

.resultlist__li__cnt__title .levaintitle {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}

.resultlist__li__cnt__title img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.resultlist__li__cnt__title::after {
  border: 2px solid #000;
  width: 94%;
  height: 94%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
}

.resultlist__li__cnt__title .btn {
  position: absolute;
  width: 100%;
  bottom: -10px;
  z-index: 1;
}

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

.resultlist__li__cnt__video {
  position: relative;
  width: 60%;
}

.resultlist__li__cnt__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #000;
}

.resultlist__li__cnt__video figcaption {
  background: #868467;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.resultlist__li:nth-child(1) article {
  height: 480px;
}

.resultlist__li:nth-child(1) .resultlist__li__cnt__title {
  background: rgba(0, 92, 171, 0.5);
}

.resultlist__li:nth-child(1) .resultlist__li__cnt__title img {
  width: 350px;
}

.resultlist__li:nth-child(1) .resultlist__li__cnt__title .btn a {
  background: #005cab;
}

.resultlist__li:nth-child(2) article {
  height: 350px;
}

.resultlist__li:nth-child(2) .resultlist__li__cnt__title {
  background: rgba(255, 241, 0, 0.5);
}

.resultlist__li:nth-child(2) .resultlist__li__cnt__title img {
  width: 230px;
}

.resultlist__li:nth-child(2) .resultlist__li__cnt__title .btn a {
  background: #fff100;
  color: #000;
}

.resultlist__li:nth-child(3) article {
  height: 350px;
}

.resultlist__li:nth-child(3) .resultlist__li__cnt__title {
  background: rgba(52, 161, 219, 0.5);
}

.resultlist__li:nth-child(3) .resultlist__li__cnt__title img {
  width: 230px;
}

.resultlist__li:nth-child(3) .resultlist__li__cnt__title .btn a {
  background: #34a1db;
}

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

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

.snsBtn {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  padding: 30px 40px;
}

.snsBtn li {
  vertical-align: bottom;
}

body.recipe__article .snsBtn {
  background: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   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;
}
