@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Arvo:400,700");
@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: #e7dfd1;
  font-size: 1.6rem;
  font-family: "Arvo", "游ゴシック体", 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;
}

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

.CLM__four > li:nth-child(3n) {
  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__woodPattern {
  background: url(/img/leaguecup/2019/another-levaincup/BG_woodpattern.jpg) repeat top left;
}

.sec__paperPattern {
  background: url(/img/leaguecup/2019/another-levaincup/BG_paperpattern.jpg) repeat top left;
}

.bg__blackTrans {
  background-color: rgba(0, 0, 0, 0.15);
}

.heading__main {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
  text-shadow: 0px 0px 5px #ffffff;
}

.heading__main .head__EN {
  position: absolute;
  opacity: 0.2;
  bottom: 0.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.heading__cmpTit:before {
  content: "";
  display: block;
  width: 300px;
  height: 55px;
  margin: auto;
  background: url(/img/leaguecup/2019/another-levaincup/ICON_heading_top.png) no-repeat top center;
}

.heading__subtit:before, .heading__subtit:after {
  width: 74px;
  height: 28px;
  content: "";
  display: inline-block;
}

.heading__subtit:before {
  background: url(/img/leaguecup/2019/another-levaincup/ICON_heading_left.png) no-repeat top center;
  margin-right: 20px;
}

.heading__subtit:after {
  background: url(/img/leaguecup/2019/another-levaincup/ICON_heading_right.png) no-repeat top center;
  margin-left: 20px;
}

.heading__side {
  position: relative;
  font-size: 23px;
  font-size: 2.3rem;
}

.heading__side:before, .heading__side:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: relative;
  top: -0.3em;
}

.heading__side:before {
  margin-right: 10px;
}

.heading__side:after {
  margin-left: 10px;
}

.heading__clubname {
  border-top: 3px solid #000;
  padding-top: 1em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2em;
}

body.recipe__article .heading__main {
  margin-bottom: 0.5em;
}

.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: 1.65;
  margin-bottom: 1em;
}

.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
}

.txt__red {
  color: #a9000d;
}

.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;
  box-shadow: 0px 8px 0 #333;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px auto 0;
  text-align: center;
  width: 600px;
}

.btn a:hover {
  opacity: 1;
  box-shadow: 0px 1px 0 #333;
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.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;
  border-radius: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  box-shadow: 0px 4px 0 #333;
  margin: 10px auto 0;
  width: 80%;
}

.btn__apply__s a:hover,
.btn__apply__s span:hover {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}

.btn__apply__l a,
.btn__apply__l span {
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  width: 600px;
}

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

#header a:hover {
  opacity: 0.7;
}

#header .header__left {
  width: 100%;
}

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

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

.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: 730px;
  overflow: hidden;
  background: url(/img/leaguecup/2019/another-levaincup/KV_BG_pc_pattern.jpg) repeat-x top center;
  text-align: center;
  position: fixed !important;
  z-index: -1;
}

.kvArea__logo {
  position: fixed;
  left: 50%;
  margin-left: -310px;
  top: 240px;
  z-index: 111;
  opacity: 0;
}

.kvArea .kvArea__BG {
  background: url(/img/leaguecup/2019/another-levaincup/KV/KV_BG_pc_move9.png) no-repeat top center;
  width: 100%;
  height: 730px;
  overflow: hidden;
  text-align: center;
}

.kvArea .kvArea__BG__li {
  width: 100%;
  height: 730px;
  overflow: hidden;
  opacity: 0;
}

.kvArea .kvArea__BG__li img {
  position: absolute;
  left: 50%;
}

.kvArea .kvArea__BG__li:nth-child(1) img {
  margin-left: -200px;
  top: 110px;
}

.kvArea .kvArea__BG__li:nth-child(2) img {
  margin-left: -500px;
  top: 180px;
}

.kvArea .kvArea__BG__li:nth-child(3) img {
  margin-left: -380px;
  top: 55px;
}

.kvArea .kvArea__BG__li:nth-child(4) img {
  margin-left: -670px;
  top: 0;
}

.kvArea .kvArea__BG__li:nth-child(5) img {
  margin-left: -565px;
  top: 0;
}

.kvArea .kvArea__BG__li:nth-child(6) img {
  margin-left: -840px;
  top: 0;
}

.kvArea .kvArea__BG__li:nth-child(7) img {
  margin-left: -960px;
  top: 0;
}

.kvArea .kvArea__BG__li:nth-child(8) img {
  margin-left: 350px;
  top: 0;
}

.kvArea .kvArea__BG__li:nth-child(9) img {
  margin-left: -382px;
  top: 200px;
}

.kvArea__BG__li:nth-child(1) {
  -webkit-animation: animation_KV 0.5s ease 0.25s 1 forwards;
  animation: animation_KV 0.5s ease 0.25s 1 forwards;
}

.kvArea__BG__li:nth-child(2) {
  -webkit-animation: animation_KV 0.5s ease 0.5s 1 forwards;
  animation: animation_KV 0.5s ease 0.5s 1 forwards;
}

.kvArea__BG__li:nth-child(3) {
  -webkit-animation: animation_KV 0.5s ease 0.75s 1 forwards;
  animation: animation_KV 0.5s ease 0.75s 1 forwards;
}

.kvArea__BG__li:nth-child(4) {
  -webkit-animation: animation_KV 0.5s ease 1s 1 forwards;
  animation: animation_KV 0.5s ease 1s 1 forwards;
}

.kvArea__BG__li:nth-child(5) {
  -webkit-animation: animation_KV 0.5s ease 1.25s 1 forwards;
  animation: animation_KV 0.5s ease 1.25s 1 forwards;
}

.kvArea__BG__li:nth-child(6) {
  -webkit-animation: animation_KV 0.5s ease 1.5s 1 forwards;
  animation: animation_KV 0.5s ease 1.5s 1 forwards;
}

.kvArea__BG__li:nth-child(7) {
  -webkit-animation: animation_KV 0.5s ease 1.75s 1 forwards;
  animation: animation_KV 0.5s ease 1.75s 1 forwards;
}

.kvArea__BG__li:nth-child(8) {
  -webkit-animation: animation_KV 0.5s ease 2s 1 forwards;
  animation: animation_KV 0.5s ease 2s 1 forwards;
}

.kvArea__logo {
  -webkit-animation: animation_KV 1s ease 2.5s 1 forwards;
  animation: animation_KV 1s ease 2.5s 1 forwards;
}

.kvArea__BG__li:nth-child(9) {
  -webkit-animation: animation_KV 1s ease 3s 1 forwards;
  animation: animation_KV 0.5s ease 3s 1 forwards;
}

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

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

/* ==========================================================================
   tab
========================================================================== */
.anotherLC__content {
  position: relative;
  padding-top: 650px;
}

.anotherLC__tab {
  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;
  width: 980px;
  margin: auto;
}

.anotherLC__tab li {
  flex: 1;
  margin-right: 5px;
}

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

.anotherLC__tab li a, .anotherLC__tab li span {
  display: block;
  background: transparent url(/img/leaguecup/2019/another-levaincup/BG_tab_dark.jpg) repeat-x bottom center;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  height: 72px;
  line-height: 75px;
  border-radius: 10px;
  position: relative;
  top: -4px;
  color: #fff;
}

.anotherLC__tab li a {
  text-shadow: 0px 0px 3px #000;
  font-weight: bold;
}

.anotherLC__tab li a:hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.anotherLC__tab li span {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.4);
}

.anotherLC__tab li span:after {
  display: inline-block;
  content: "";
  background: url(/img/leaguecup/2019/another-levaincup/ICON_comingsoon.png) no-repeat left top;
  width: 156px;
  height: 33px;
  position: absolute;
  right: 0;
  top: -10px;
}

body.anotherLC__tab__user .anotherLC__tab .anotherLC__tab__user a,
body.anotherLC__tab__clubrecipe .anotherLC__tab .anotherLC__tab__clubrecipe a {
  background: transparent url(/img/leaguecup/2019/another-levaincup/BG_tab.png) no-repeat bottom center;
  height: 80px;
  line-height: 80px;
  border-radius: 10px 10px 0 0;
  top: 0;
  color: #000;
  text-shadow: 0px 0px 3px #fff;
}

body.anotherLC__tab__user .anotherLC__tab .anotherLC__tab__user a:after,
body.anotherLC__tab__clubrecipe .anotherLC__tab .anotherLC__tab__clubrecipe a:after {
  display: inline-block;
  position: absolute;
  font-family: 'ionicons';
  content: "\f104";
  font-size: 20px;
  left: 50%;
  top: 1em;
}

.tab__league li a {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3em;
  color: #fff;
  font-weight: bold;
}

body.recipe__j1 .tab__league .tab__league__j1 a {
  background: #e60012;
}

body.recipe__j2 .tab__league .tab__league__j2 a {
  background: #007f41;
}

body.recipe__j3 .tab__league .tab__league__j3 a {
  background: #666;
}

/* ==========================================================================
   CONTENT
========================================================================== */
.userpresentArea,
.paperBGarea {
  background: #fff url(/img/leaguecup/2019/another-levaincup/BG_paperpattern.jpg) repeat top center;
  box-shadow: 0px 0px 8px 13px rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
  outline: solid 15px #e0e0e0;
  box-sizing: border-box;
  padding: 50px;
  width: 950px;
  margin: auto;
  position: relative;
}

.userpresentArea .text__size16,
.paperBGarea .text__size16 {
  margin-top: 30px;
}

.userpresentArea:before, .userpresentArea:after,
.paperBGarea:before,
.paperBGarea:after {
  background: transparent url(/img/leaguecup/2019/another-levaincup/ICON_tape.png) no-repeat top center;
  width: 150px;
  height: 100px;
  display: inline-block;
  content: "";
  position: absolute;
}

.userpresentArea:before,
.paperBGarea:before {
  left: -60px;
  top: -40px;
}

.userpresentArea:after,
.paperBGarea:after {
  right: -60px;
  bottom: -40px;
}

.userpresentArea .kome,
.paperBGarea .kome {
  text-align: left;
  width: 500px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px auto 0;
  color: #d8000b;
}

.paperBGarea {
  padding: 70px 50px;
}

.campaignList {
  margin-bottom: 30px;
}

.campaignList__li {
  margin-top: 40px;
}

.campaignList__li__date {
  background: #d1d1d1;
  width: 500px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  position: relative;
  padding-left: 140px;
  margin-top: 20px;
}

.campaignList__li__date span {
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 25px 0 0 25px;
  width: 140px;
  color: #fff;
  text-align: center;
}

.howToApplyList {
  margin-bottom: 30px;
  margin-left: -7px;
}

.howToApplyList__li {
  margin-right: 23px !important;
  position: relative;
}

.howToApplyList__li:last-child {
  margin-right: none;
}

.howToApplyList__li:before, .howToApplyList__li:after {
  background: transparent url(/img/leaguecup/2019/another-levaincup/ICON_tape.png) no-repeat top center;
  background-size: 80px auto;
  width: 80px;
  height: 75px;
  display: inline-block;
  content: "";
  position: absolute;
}

.howToApplyList__li:before {
  left: -10px;
  top: 5px;
}

.howToApplyList__li:after {
  right: -10px;
  bottom: 5px;
}

.btnArea .btnAreaList li {
  position: relative;
}

.btnArea .btnAreaList li a {
  background: #fff url(/img/leaguecup/2019/another-levaincup/BG_paperpattern.jpg) repeat top center;
  line-height: 100px;
  height: 100px;
  color: #000;
  padding-left: 110px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  box-shadow: 0px 8px 0 black;
}

.btnArea .btnAreaList li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 110px;
  height: 100px;
}

.btnArea .btnAreaList li a:hover {
  opacity: 1;
  box-shadow: none;
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btnArea .btnAreaList__twitter a:after {
  background: url(/img/leaguecup/2019/another-levaincup/ICON_twitter.png) repeat top center;
}

.btnArea .btnAreaList__Instagram a:after {
  background: url(/img/leaguecup/2019/another-levaincup/ICON_instagram.png) repeat top center;
}

.awardRecipeaArea {
  margin-top: 30px;
}

.awardRecipeaList {
  align-items: -ms- start;
  align-items: -webkit- start;
  align-items: start;
  margin-left: -7px;
}

.awardRecipeaList__li {
  margin-right: 23px !important;
}

.awardRecipeaList__li:last-child {
  margin-right: none;
}

.awardRecipeaList__li figcaption {
  margin-top: -30px;
}

.awardRecipeaList__li figcaption .embL {
  margin: 0 auto;
}

.awardRecipeaList__li__name {
  line-height: 1.3;
  font-weight: bold;
}

.awardRecipeaList__li a {
  color: #000;
}

.sec__outline__table {
  border-color: rgba(0, 0, 0, 0.5);
}

.sec__outline__table tbody td, .sec__outline__table tbody th {
  padding: 25px 15px;
  line-height: 1.65;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  border-color: rgba(0, 0, 0, 0.5);
}

.sec__outline__table tbody th {
  width: 200px;
  background: none;
  border-right: none;
}

.sec__outline__table tbody td {
  text-align: left;
}

.sec__outline .kome {
  margin: 10px 0;
  width: auto;
}

/* ==========================================================================
   club recipelist
========================================================================== */
.howtoApply {
  margin-bottom: 20px;
}

.howtoApply li {
  position: relative;
}

.howtoApply li .howtoApply__apply {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -190px;
  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- top;
  align-items: -webkit- top;
  align-items: top;
}

.howtoApply li .howtoApply__apply li {
  margin: 0 2px;
}

.outlineArea .list__style li, .outlineArea p {
  font-weight: bold;
}

.recipe__club .CLM__three {
  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- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}

.recipe__club .CLM__three img {
  margin-bottom: 0;
}

.recipe__club .CLM__three li {
  position: relative;
  padding-top: 70px;
}

.recipe__club .CLM__three li .embWaku {
  position: absolute;
  background: url(/img/leaguecup/2019/another-levaincup/ICON__emb.png) no-repeat 0 0;
  width: 95px;
  height: 95px;
  left: 50%;
  margin-left: -42px;
  top: 30px;
}

.recipe__club .CLM__three li .embWaku .embM, .recipe__club .CLM__three li .embWaku .embM2 {
  position: relative;
  top: 28px;
}

.recipe__club .CLM__three li figcaption {
  font-weight: bold;
  line-height: 1.4;
  display: table-cell;
  width: 310px;
  height: 4em;
  vertical-align: middle;
}

/* ==========================================================================
   article page
========================================================================== */
.recipe__article .kvArea {
  background: url(/img/leaguecup/2019/another-levaincup/KV_BG_pc.jpg) repeat-x top center;
  height: 250px;
}

.recipe__article .kvArea:after {
  content: "";
  height: 250px;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.recipe__article .anotherLC__content {
  padding-top: 170px;
}

.recipe__article figure img {
  width: 100%;
}

.videoOneArea {
  background: #000;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
}

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

.videoOneArea__figcaption {
  background: #fff url(/img/leaguecup/2019/another-levaincup/BG_paperpattern.jpg) repeat top;
  padding: 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.recipe__howto {
  text-align: left;
  position: relative;
  margin: 30px auto 70px;
}

.recipe__howto figure {
  display: inline-block;
  margin-bottom: 30px;
}

.recipe__howto__material {
  position: absolute;
  left: 600px;
  top: 50px;
  padding: 30px;
  min-width: 400px;
  background: #000;
  box-shadow: 0 0 0 3px #fff, 0 0 0 17px #000;
  color: #fff;
}

.recipe__howto .remarks {
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 30px;
  position: relative;
}

.recipe__howto .remarks p {
  display: block;
  clear: both;
  overflow: hidden;
}

.recipe__howto .remarks p img {
  width: 450px;
  height: auto;
  float: right;
}

.clubApply {
  margin-top: 30px;
  padding: 40px;
  border: 3px solid #000;
  text-align: center;
}

.clubApply p {
  font-weight: bold;
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
  vertical-align: top;
  margin-bottom: 10px;
}

.clubApply p img {
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 4px;
}

.clubApply .howtoApply__apply {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.clubApply .howtoApply__apply li {
  margin: 5px;
}

/* ==========================================================================
   RESULT ranking
========================================================================== */
#rankingArea {
  position: relative;
}

#rankingArea:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background: url(/img/leaguecup/2019/another-levaincup/ranking/bg_flag.png) no-repeat top center;
  margin-left: -50%;
  top: -10px;
}

.heading__crown {
  background: url(/img/leaguecup/2019/another-levaincup/ranking/ICON_crown.png) no-repeat top center;
  padding-top: 100px;
  margin-bottom: 70px;
}

.rankingList__li {
  margin-bottom: 70px;
  position: relative;
}

.rankingList__li__no {
  position: absolute;
  left: 50%;
  top: -45px;
  margin-left: -47px;
  z-index: 11;
}

.rankingList__li__recipeTitle {
  position: relative;
}

.rankingList__li__recipeTitle span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 30px;
  line-height: 1;
  position: absolute;
  right: 15px;
  bottom: 15px;
  letter-spacing: 0.05em;
  border-radius: 20px;
}

.rankingList__li.rank2-3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  position: relative;
}

.rankingList__li.rank2-3 .rankingList__li__no {
  left: 160px;
  top: -55px;
}

.rankingList__li.rank2-3 .rankingList__li__recipeTitle {
  width: 300px;
}

.rankingList__li.rank2-3 .rankingList__li__recipeTitle span {
  right: -10px;
  bottom: -5px;
}

.rankingList__li.rank2-3 .videoOneArea {
  width: 640px;
  height: 360px;
  padding-top: 0;
  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 {
  margin: 0 auto;
  width: 980px;
  padding-bottom: 30px;
}

.snsBtn li {
  vertical-align: bottom;
}

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