@charset "UTF-8";
@import url(/css/clubcolor.css);
/* ==========================================================================
   Foundation
========================================================================== */
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: "Kreon", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #333;
  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;
}

a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333;
}

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.pc-hidden1,
.pc-hidden2 {
  display: none;
}

#pagetop {
  width: 100%;
}

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

.snsBGWrap {
  line-height: 1;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 19px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: 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;
}

/* ==========================================================================
   home
========================================================================== */
/* kv
------------------------------ */
.kv {
  background: url(/img/leaguecup/2018/another-levaincup/KV_BG_repeat.jpg) center top repeat-x;
  width: 100%;
  min-height: 1560px;
  overflow-x: hidden;
}

.kv__bg {
  background: url(/img/leaguecup/2018/another-levaincup/KV_BG_food.png) center top no-repeat;
  width: 100%;
  text-align: center;
  padding-top: 155px;
}

.kv__logo {
  margin-bottom: 30px;
}

.kv__title {
  font-size: 3.4rem;
  color: #fff;
  font-weight: 700;
  background: url(/img/leaguecup/2018/another-levaincup/home_line.png) center bottom no-repeat;
  padding-bottom: 20px;
  min-width: 681px;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

.kv__text {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.2;
}

/* vote
------------------------------ */
.contents {
  background: url(/img/leaguecup/2018/another-levaincup/contents_bg.jpg);
}

.contents__header {
  padding-top: 80px;
  position: relative;
}

.contents__header__lead {
  color: #e70012;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.contents__header__lead i {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
}

.contents__header__btn {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #666;
  font-size: 1.4rem;
}

.contents__header__btn a {
  background: #e70012;
  padding: 5px 10px 5px 15px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.contents__header__btn a:hover {
  opacity: 0.7;
}

.contents__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.5;
  color: #e70012;
}

.contents__title i {
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.contents__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
}

.contents__tab__item {
  width: 320px;
}

.contents__tab__item a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.25em;
  text-decoration: none;
  text-align: center;
  background: rgba(122, 108, 70, 0.3);
  border-radius: 15px 15px 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contents__tab__item a.is-active, .contents__tab__item a:hover {
  background: #e70012;
}

.homeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 180px;
}

.homeList__item {
  margin-top: 40px;
  margin-right: 10px;
}

.homeList__item:nth-child(3n+2) {
  -webkit-transform: translateY(65px);
  -ms-transform: translateY(65px);
  transform: translateY(65px);
}

.homeList__item:nth-child(3n+3) {
  margin-right: 0;
}

.homeList__btnArea {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 10px;
}

.homeList__btn {
  width: 140px;
}

.homeList__btn a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homeList__btn a.voteBtn {
  background: #7a6c46;
}

.homeList__btn a.voteBtn.is-close {
  background: rgba(122, 108, 70, 0.2);
  color: rgba(122, 108, 70, 0.3);
}

.homeList__btn a.voteBtn.is-close:hover {
  opacity: 1;
}

.homeList__btn a.recipeBtn {
  background: #c9ab67;
}

.homeList__btn a:hover {
  opacity: 0.7;
}

.overview {
  background: url(/img/leaguecup/2018/another-levaincup/gray_bg.jpg);
  padding: 110px 0 35px;
  color: #fff;
}

.overview__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1.5;
}

.overview__title i {
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.overview__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}

.overview__voteArea {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 90px;
}

.overview__voteItem {
  background: url(/img/leaguecup/2018/another-levaincup/btn.png) center center no-repeat;
  width: 341px;
  height: 341px;
  overflow: hidden;
}

.overview__voteItem__top {
  text-align: center;
  height: 169px;
  padding-top: 60px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #333;
}

.overview__voteItem__top strong {
  color: #e70012;
}

.overview__voteItem__bottom {
  text-align: center;
  height: 169px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 40px;
}

.twitter .overview__voteItem__bottom {
  padding-top: 15px;
}

.overview__voteItem__bottom .note {
  font-size: 1rem;
  padding-top: 10px;
  line-height: 1.5;
}

.overview__or {
  color: #d8d1bd;
  font-size: 4rem;
  font-weight: 700;
}

.overview__note {
  margin-top: 50px;
  padding-bottom: 100px;
}

.overview__note__list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2rem;
}

.overview__note__item {
  font-size: 1.4rem;
}

.overview__note__item strong {
  color: #e24e51;
}

.overview__note__title {
  margin-top: 50px;
}

/* ==========================================================================
   recipe
========================================================================== */
/* recipe
------------------------------ */
.recipe {
  background: url(/img/leaguecup/2018/another-levaincup/gray_bg.jpg);
  width: 100%;
  position: relative;
  overflow-x: hidden;
  padding-top: 160px;
  padding-bottom: 75px;
}

.recipe__bg {
  background: url(/img/leaguecup/2018/another-levaincup/clubpage_prime_BG.png) left top no-repeat;
  width: 100%;
  height: 670px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1850px;
  z-index: 1;
}

.recipe .wrapper {
  position: relative;
  z-index: 5;
}

.recipe__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: url(/img/leaguecup/2018/another-levaincup/recipe_line.png) center bottom no-repeat;
  padding: 0 20px 20px 0;
  margin-bottom: 25px;
}

.recipe__title {
  color: #fff;
}

.recipe__english {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.recipe__name {
  font-size: 2.8rem;
  line-height: 2.5;
  letter-spacing: -0.05em;
  font-weight: 700;
}

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

.recipe__team__name {
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.05;
  padding-right: 10px;
  text-align: right;
  letter-spacing: 0.05em;
}

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

.recipe__img {
  width: 460px;
}

.recipe__text {
  width: 511px;
}

.recipe__ingredients {
  background: url(/img/leaguecup/2018/another-levaincup/board_main.png) center top repeat-y;
  color: #fff;
  padding: 20px 50px;
}

.recipe__ingredients__head {
  width: 511px;
  height: 60px;
  background: url(/img/leaguecup/2018/another-levaincup/board_head.png) center top no-repeat;
}

.recipe__ingredients__foot {
  width: 511px;
  height: 62px;
  background: url(/img/leaguecup/2018/another-levaincup/board_foot.png) center bottom no-repeat;
}

.recipe__ingredients__list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2em;
}

.recipe__step {
  color: #fff;
  margin-top: 20px;
}

.recipe__step__list {
  list-style-position: outside;
}

.recipe__step__item {
  line-height: 2;
  margin-bottom: 1em;
}

.btnArea {
  width: 100%;
  text-align: center;
  padding: 60px 0;
  background: -moz-linear-gradient(0deg, rgba(227, 31, 28, 0.7) 0%, rgba(185, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(227, 31, 28, 0.7) 0%, rgba(185, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(0deg, rgba(227, 31, 28, 0.7) 0%, rgba(185, 0, 0, 0.7) 100%);
}

.btnArea a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btnArea a:hover {
  opacity: 0.7;
}

.btnArea a.is-close {
  opacity: 0.3;
}

.btnArea a.is-close:hover {
  cursor: default;
  opacity: 0.3;
}

.btnArea .wrapper {
  padding-top: 40px;
}

.btnArea.footer {
  padding-bottom: 20px;
}

/* movie
------------------------------ */
.movieArea {
  padding: 0 50px 100px;
  position: relative;
}

.movieArea:first-child {
  padding-top: 30px;
}

.movieArea__text {
  margin-top: 15px;
}

.movieArea__title1, .movieArea__title2 {
  background: center center no-repeat;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 235px;
  height: 188px;
  position: absolute;
  top: 45px;
  left: 0;
  padding-top: 115px;
}

.movieArea__title1 {
  background-image: url(/img/leaguecup/2018/another-levaincup/movie_recipe.png);
}

.movieArea__title2 {
  background-image: url(/img/leaguecup/2018/another-levaincup/movie_an.png);
}

/* ==========================================================================
   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;
  margin-bottom: 30px;
  background: url(/img/leaguecup/2018/another-levaincup/thanks_line.png) center bottom no-repeat;
}

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