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

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

body {
  font-family: 'Arvo', 'Sawarabi Gothic',  sans-serif;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

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

img {
  vertical-align: bottom;
}

#main {
  padding-top: 0;
  color: #000;
}

/* ==========================================================================
   COMMON
========================================================================== */
.nowrapCLM > li {
  margin-bottom: 20px;
}

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

.nowrapCLM > li a {
  display: block;
}

.sec {
  text-align: center;
}

.sec__inner {
  margin: 0 5%;
  padding: 50px 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.2);
}

.heading__main {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  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: 200px;
  height: 45px;
  margin: auto;
  background: url(/img/leaguecup/2019/another-levaincup/ICON_heading_top.png) no-repeat top center;
  background-size: 200px auto;
}

.heading__subtit:before, .heading__subtit:after {
  width: 54px;
  height: 24px;
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
}

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

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

.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: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2em;
}

.txt__honbun {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 1em;
}

.txt__size16 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
}

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

.txt__red {
  color: #a9000d;
}

.txt__bold {
  font-weight: bold;
}

.textlink__right {
  margin-top: 10px;
  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 6px 0 #333;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}

.btn a:hover {
  opacity: 1;
  box-shadow: 0px 1px 0 #333;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 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: block;
  color: #fff;
}

.btn__apply__s a,
.btn__apply__s span {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  box-shadow: 0px 4px 0 #333;
  margin: 3% auto 0;
  width: 95%;
}

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

.btn__apply__l {
  margin-top: 20px !important;
}

.btn__apply__l a, .btn__apply__l span {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 5%;
  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%;
  font-size: 0;
  height: 35px;
}

#header .header__left img {
  width: 9.375vw;
  height: auto;
}

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

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

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

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

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

.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: 10px;
}

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

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

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

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

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

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

.nav__logo a:hover {
  opacity: 0.7;
}

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

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

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

.nav__item {
  width: 33%;
}

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

.nav__item a:hover {
  opacity: 0.7;
}

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

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  text-align: center;
  position: relative;
}

.kvArea figure img {
  width: 100%;
  height: auto;
}

.kvArea__logo {
  width: 80%;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -40%;
  z-index: 111;
  opacity: 0;
}

.kvArea__logo img {
  width: 100%;
  height: auto;
}

.kvArea .kvArea__BG {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.kvArea .kvArea__BG__li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.kvArea .kvArea__BG__li img {
  width: 100%;
}

.kvArea .kvArea__BG__li:nth-child(4) {
  z-index: 11;
}

.kvArea .kvArea__BG__li:nth-child(6) {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45%;
  z-index: 1;
}

.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__logo {
  -webkit-animation: animation_KV 0.5s ease 2s 1 forwards;
  animation: animation_KV 0.5s ease 2s 1 forwards;
}

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

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

/* ==========================================================================
   tab
========================================================================== */
.anotherLC__content {
  position: relative;
}

.anotherLC__tab {
  position: absolute;
  top: -60px;
  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;
  margin: 0 5%;
  width: 90%;
  z-index: 111;
}

.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: -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;
  background: transparent url(/img/leaguecup/2019/another-levaincup/BG_tab_dark.jpg) repeat-x bottom center;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  height: 52px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
  color: #fff;
}

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

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

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

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: 60px;
  line-height: 1.3;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  position: relative;
  border-radius: 10px 10px 0 0;
  color: #000;
}

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: 2.3em;
  margin-left: -10px;
}

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

.tab__league li {
  flex: 1;
  margin-right: 1%;
}

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

.tab__league li a {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  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 3px 5px rgba(0, 0, 0, 0.6);
  border: 2px solid #000;
  outline: solid 5px #e0e0e0;
  box-sizing: border-box;
  padding: 20px 5%;
  position: relative;
}

.userpresentArea .txt__size20,
.paperBGarea .txt__size20 {
  letter-spacing: -0.03em;
  font-size: 14px;
  font-size: 1.4rem;
}

.userpresentArea .txt__size16,
.paperBGarea .txt__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;
  background-size: 80px auto;
  width: 80px;
  height: 80px;
  display: inline-block;
  content: "";
  position: absolute;
}

.userpresentArea:before,
.paperBGarea:before {
  left: -20px;
  top: -30px;
}

.userpresentArea:after,
.paperBGarea:after {
  right: -20px;
  bottom: -30px;
}

.userpresentArea .kome,
.paperBGarea .kome {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  color: #d8000b;
}

.heading__main + .txt__size16,
.heading__main + .txt__size20 {
  text-align: left;
}

.campaignList {
  margin-bottom: 30px;
}

.campaignList__li {
  margin-top: 40px;
}

.campaignList__li__date {
  background: #d1d1d1;
  line-height: 30px;
  border-radius: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin: 10px auto 0;
}

.campaignList__li__date span {
  background: #000;
  border-radius: 30px 30px 0 0;
  display: block;
  color: #fff;
  text-align: center;
}

.campaignList__li img {
  width: 100%;
  height: auto;
}

.howToApplyList {
  margin-bottom: 30px;
}

.howToApplyList__li {
  margin: -20px auto 0 !important;
  width: 80%;
  position: relative;
}

.howToApplyList__li:first-child {
  margin-top: 0 !important;
}

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

.howToApplyList__li img {
  width: 100%;
  max-width: 400px;
}

.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: 70px;
  height: 70px;
  color: #000;
  padding-left: 80px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0px 8px 0 black;
}

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

.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;
  background-size: 80px auto;
}

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

.awardRecipeaArea {
  margin-top: 30px;
}

.awardRecipeaList {
  margin-top: 20px;
}

.awardRecipeaList__li {
  margin-bottom: 10px !important;
  position: relative;
  min-height: 130px;
}

.awardRecipeaList__li:last-child {
  margin-bottom: 0;
}

.awardRecipeaList__li__pic {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.awardRecipeaList__li figcaption {
  padding-left: 50%;
}

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

.awardRecipeaList__li figcaption img {
  width: 100%;
}

.awardRecipeaList__li__name {
  line-height: 1.3;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

.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: 20px 5px;
  line-height: 1.55;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: normal !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.5);
}

.sec__outline__table tbody th {
  background: none;
  border-right: none;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.sec__outline__table tbody td {
  text-align: left;
  padding-top: 10px;
}

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

.howtoApply img {
  width: 100%;
}

.howtoApply li {
  position: relative;
  margin-bottom: -10px;
}

.howtoApply li .howtoApply__apply {
  width: 80%;
  position: absolute;
  bottom: 23%;
  left: 50%;
  margin-left: -40%;
  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 {
  flex: 1;
  margin: 0 2px;
}

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

.recipe__club .CLM__three li {
  width: 48%;
  margin-bottom: 5%;
}

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

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

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

.recipe__club li .embWaku .embM, .recipe__club li .embWaku .embM2 {
  position: relative;
  top: 15px;
  margin: auto;
}

.recipe__club li figcaption {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  display: table-cell;
  width: 50%;
  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;
  background-size: 320% auto;
  height: 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;
  text-align: left;
}

.recipe__howto {
  text-align: left;
  position: relative;
  margin: 20px 0;
  padding: 0;
}

.recipe__howto figure {
  display: inline-block;
}

.recipe__howto figure img {
  width: 100%;
}

.recipe__howto__material {
  padding: 5%;
  background: #000;
  color: #fff;
}

.recipe__howto .list__style__decimal {
  margin: 5% 5% 5% 0;
}

.recipe__howto .remarks {
  border-top: 1px solid #000;
  margin: 10% 5%;
  padding-top: 5%;
}

.recipe__howto .remarks img {
  width: 100%;
  margin: 5px 0 15px;
}

.recipe__howto .btn {
  margin: 20px 5% 0;
}

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

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

.clubApply p img {
  vertical-align: middle;
  position: relative;
  margin: 0 auto 10px;
  display: block;
}

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

.clubApply .howtoApply__apply li img {
  width: 100%;
}

.paperBGarea .clubApply {
  margin: 30px 5%;
}

/* ==========================================================================
   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;
  background-size: 500px;
}

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

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

.rankingList__li__no {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  z-index: 11;
  width: 50px;
}

.rankingList__li__no img {
  width: 100%;
  height: auto;
}

.rankingList__li__recipeTitle {
  position: relative;
  margin-bottom: 10px;
}

.rankingList__li__recipeTitle img {
  width: 100%;
  height: auto;
}

.rankingList__li__recipeTitle span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  line-height: 1;
  position: absolute;
  right: 15px;
  bottom: -5px;
  letter-spacing: 0.05em;
  border-radius: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

.thanks__btn__item {
  margin: 10px;
}

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

.thanks__btn__item a: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;
}
