@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.specialHeader__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- flex-end;
      justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.specialHeader__jLogo {
  width: 40px;
  height: 40px;
}
.specialHeader__jLogo img {
  width: 100%;
  height: auto;
}
.specialHeader__eng a {
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  margin-right: 15px;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__title img {
  height: 40px;
}
.specialHeader__gnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 20px;
}
.specialHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .specialHeader__gnav__li a, .specialHeader__gnav__li span {
    padding: 0 10px;
  }
}
.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}
.specialHeader__gnav__li span {
  color: rgba(255, 255, 255, 0.4);
}
.specialHeader__ticket {
  margin-right: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.specialHeader__ticket a, .specialHeader__ticket span {
  background: red;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  .specialHeader__ticket a, .specialHeader__ticket span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.specialHeader__ticket span {
  background: #758ebf;
  color: #000;
}
.specialHeader__ticket span:hover {
  background: #758ebf;
}
.specialHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.specialHeader__subnav li a {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.specialHeader__subnav li a:hover {
  opacity: 0.7;
}
.specialHeader__subnav li:first-child {
  padding-left: 15px;
}
.specialHeader__subnav li:last-child {
  padding-right: 15px;
}
.specialHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

/*-----------------------------------

J30bestawards.scss

------------------------------------*/
a {
  color: #8a000c;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", 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 *,
.CNT * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four, .CLM__five {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img, .CLM__five img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100, .CLM__five .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}
.CLM__five > li, .CLM__five > article {
  width: 18.4%;
  margin-right: 2%;
}
.CLM__five > li:nth-child(5n), .CLM__five > article:nth-child(5n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.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__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__red {
  color: #8a000c;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__normal {
  font-weight: normal !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.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;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

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

.btn {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #333;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 400px;
  text-align: center;
}
.btn:hover {
  background: #333;
  color: #fff;
  border-color: transparent;
}
.btn:hover:before, .btn:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #666;
}
.btn:before, .btn:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  border: solid #333;
  width: 10px;
  height: 10px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn__S, .btn__disabled {
  width: 600px;
  font-size: 20px;
  font-size: 2rem;
  height: 60px;
  line-height: 60px;
}
.btn__down {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
}
.btn__send {
  height: 60px;
  width: 600px;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  background: #8a000c;
  color: #fff;
  border: none;
  font-weight: 900;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn__send span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-weight: 900;
}
.btn__send strong {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-weight: 900;
}
.btn__send:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  right: 5%;
  color: #fff;
  content: "\f3d3";
}
.btn__send:hover {
  background: #ae9c6f;
}
.btn__disabled {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  background: #ccc;
  color: #eee;
  border: none;
  font-weight: 900;
}
.btn__done {
  height: 60px;
  width: 600px;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  background: #ccc;
  color: #eee;
  border: none;
  font-weight: 900;
}
.btn__done span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-weight: 900;
}
.btn__done strong {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-weight: 900;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
}

.sec {
  text-align: center;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__white {
  background: #fff;
}

.heading__main {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.heading__main .eng_S {
  display: inline-block;
  font-weight: 900;
  font-size: 76px;
  font-size: 7.6rem;
  line-height: 1;
  color: #ae9c6f;
  margin-right: 10px;
}
.heading__main .jpn_L {
  display: inline-block;
  font-weight: 900;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  color: #ae9c6f;
}
.heading__main:after {
  content: "";
  width: 100%;
  height: 3px;
  left: auto;
  background: #ae9c6f;
  right: 100%;
  position: absolute;
  bottom: 1.5em;
}
.heading__sub {
  background: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.heading__sub .jpn_L {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
.heading__under {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  line-height: 1;
  padding-bottom: 0.5em;
}

.kome {
  display: block;
}

.selectwrap {
  margin-bottom: 30px;
}
.selectwrap.CLM__half .selectwrap__con {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5%;
}
.selectwrap.CLM__half .selectwrap__con:nth-child(2n) {
  margin-right: 0;
}
.selectwrap.CLM__half .selectwrap__con .selectwrap__select {
  width: 100%;
}
.selectwrap__con + .selectwrap__con {
  margin-top: 30px;
}
.selectwrap__con + .selectwrap {
  margin-top: 5%;
}
.selectwrap__con .attention {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5%;
  text-align: center;
}
.selectwrap__ttl {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.selectwrap__select {
  position: relative;
  display: block;
  width: 600px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  height: 60px;
  line-height: 60px;
}
.selectwrap__select:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  right: 5%;
  color: #000;
  content: "\f3d0";
  z-index: -1;
  font-weight: 900;
}
.selectwrap__select select {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 5%;
  width: 100%;
  text-align: left;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
}
.selectwrap__select select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
body.bestgoal .selectwrap__select select {
  font-size: 14px;
  font-size: 1.4rem;
}
.selectwrap__select.error {
  background: #fce3e2;
  border: 2px solid #ba211f;
}
.selectwrap__select.select2 {
  border: none;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #000;
  height: 60px;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  color: #000;
  padding: 0 5%;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  right: 5%;
  color: #000;
  content: "\f3d0";
  font-weight: 900;
}
.selectwrap__select.select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.selectwrap__error {
  color: #ba211f;
  width: 600px;
  margin: 0 auto;
  position: relative;
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
.selectwrap__error:before {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  color: #000;
  content: "\f128";
  color: #ba211f;
  font-weight: bold;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.popup-iframe.video {
  display: block;
  margin: 0 auto;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.popup-iframe.video img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ==========================================================================
   headerArea
========================================================================== */
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
}

.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: #ae9c6f;
  opacity: 1;
}

.specialHeader__subnav {
  background: #ae9c6f;
}

.specialHeader__subnav li a:hover {
  color: #8a000c;
  opacity: 1;
  background: inherit;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  padding-top: 70px;
}
.kvArea img {
  width: 100%;
}

.otherkvArea {
  padding-top: 70px;
  background: #ae9c6f;
  background-image: url(/img/special/30th/J30bestawards/bg_nami.png);
  background-size: cover;
  background-position: bottom;
  display: none;
}
body.mvpbesteleven .otherkvArea.mvpbesteleven {
  display: block;
}
body.bestmatch .otherkvArea.bestmatch {
  display: block;
}
body.bestgoal .otherkvArea.bestgoal {
  display: block;
}
body.bestscene .otherkvArea.bestscene {
  display: block;
}
body.winners .otherkvArea.winners {
  display: block;
}
.otherkvArea__title {
  height: 220px;
  position: relative;
}
.otherkvArea__title > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.otherkvArea__title .eng_L {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.otherkvArea__title .jpn_S {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

/* ==========================================================================
   navArea
========================================================================== */
.navArea {
  background: #fff;
  padding-top: 40px;
}
body.top .navArea {
  padding-top: 0;
  margin-top: -200px;
  background: none;
}
.navArea__wrap {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
      justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  background: #000;
  padding: 30px 3vw 30px 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 980px;
  width: 80%;
}
.navArea__wrap:after {
  background: url(/img/special/30th/J30bestawards/logo_m_gold.svg) no-repeat;
  top: -40px;
  left: -60px;
  position: absolute;
  width: 150px;
  height: 135px;
  background-size: 150px;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 125px;
}
.navArea__wrap--left {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navArea__wrap--right {
  width: 68%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%;
}
.navArea__llist--item a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 900;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  padding-right: 1.1em;
}
.navArea__llist--item a:hover {
  opacity: 1;
  color: #ae9c6f;
}
.navArea__llist--item a:hover:after {
  color: #ae9c6f;
}
.navArea__llist--item a:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  color: #fff;
  content: "\f3d3";
}
body.top .navArea__llist--item a:after {
  content: "\f123";
  font-weight: normal;
}
.navArea__llist--item + .navArea__llist--item {
  margin-top: 10px;
}
.navArea__rlist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
      justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.navArea__rlist--item {
  width: 50%;
}
.navArea__rlist--item a {
  background: #8a000c;
  color: #fff;
  padding: 0.5em 0;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 900;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.navArea__rlist--item a:hover {
  background: #ae9c6f;
  opacity: 1;
}
.navArea__rlist--item a:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  right: 5%;
  color: #fff;
  content: "\f3d3";
}
.navArea__rlist--item:nth-child(2n) a {
  margin-right: 0;
}
.navArea__rlist--item:nth-child(n+3) a {
  margin-bottom: 0;
}

/* ==========================================================================
   aboutArea
========================================================================== */
.aboutArea {
  background-image: url(/img/special/30th/J30bestawards/bg_nami.png);
  background-size: cover;
  background-position: bottom;
}
.aboutArea__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.5;
  text-align: center;
}

/* ==========================================================================
   cooperationArea
========================================================================== */
.cooperationArea {
  background: #ae9c6f;
}
.cooperationArea .sec__inner980 {
  padding: 40px 5vw;
}
.cooperationArea__wrap {
  padding: 20px;
}
.cooperationArea__company {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cooperationArea__company--item {
  margin-bottom: 5%;
}
.cooperationArea__company--item:nth-child(n+6) {
  margin-bottom: 0;
}
.cooperationArea__company--item .name {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
  font-weight: 900;
}
.cooperationArea__company--item img {
  width: auto !important;
  max-height: 40px;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 160px;
}
.cooperationArea__txt {
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  line-height: 2;
}
.cooperationArea__ttl {
  text-align: center;
  color: #d9c99e;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

/* ==========================================================================
   voteArea
========================================================================== */
body.top .voteArea {
  background: #000;
}

.voteArea {
  background: #fff;
}
.voteArea + .voteArea .sec__inner980 {
  padding-top: 0;
}
.voteArea .selectwrap__con + .selectwrap__con {
  margin-top: 0;
}
.voteArea__txt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
body.top .voteArea__txt {
  color: #fff;
  font-weight: 900;
}
.voteArea__txt .list__style__disc {
  text-align: center;
  margin: 10px;
}
.voteArea__txt .list__style__disc li {
  background: #e4e4e4;
  line-height: 1;
  padding: 0.5em 1em;
  display: inline-block;
  margin: 3px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.voteArea__link {
  margin-bottom: 20px;
}
.voteArea__link--item a {
  background: #8a000c;
  color: #d9c99e;
  font-weight: 900;
  margin-bottom: 30px;
  padding: 0;
  line-height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
}
.voteArea__link--item a:hover {
  background: #ae9c6f;
  color: #d9c99e;
  opacity: 1;
}
.voteArea__link--item a.btn:after, .voteArea__link--item a.btn:before {
  border: solid #d9c99e;
}
.voteArea__link--item a.btn:after {
  border-width: 0 1px 1px 0;
}
.voteArea__link--item a.btn:before {
  border-width: 1px 0 0 1px;
}
.voteArea__con + .voteArea__con {
  margin-top: 60px;
}

/* ==========================================================================
   howtoArea
========================================================================== */
.howtoArea__wrap {
  background: #fff;
  padding: 80px 40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.howtoArea__wrap:before, .howtoArea__wrap:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  border: solid #ae9c6f;
  width: 50px;
  height: 50px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.howtoArea__wrap:before {
  top: -12px;
  left: -12px;
  border-width: 1px 0 0 1px;
}
.howtoArea__wrap:after {
  bottom: -12px;
  right: -12px;
  border-width: 0 1px 1px 0;
}
.howtoArea__ttl {
  line-height: 1;
  padding: 0.5em 0;
  text-align: center;
  background: #ae9c6f;
  color: #fff;
  font-weight: 900;
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 900;
}
.howtoArea__txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.howtoArea strong {
  display: block;
}
.howtoArea .btn {
  background: #8a000c;
  color: #d9c99e;
  font-weight: 900;
  margin-bottom: 30px;
  padding: 0;
  line-height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
}
.howtoArea .btn:hover {
  background: #ae9c6f;
  color: #d9c99e;
  opacity: 1;
}
.howtoArea .btn.btn:after, .howtoArea .btn.btn:before {
  border: solid #d9c99e;
}
.howtoArea .btn.btn:after {
  border-width: 0 1px 1px 0;
}
.howtoArea .btn.btn:before {
  border-width: 1px 0 0 1px;
}
.howtoArea .list__style__disc.taisho {
  margin: 0 auto 20px;
  width: 420px;
  display: block;
}
.howtoArea .list__style__disc li {
  font-size: 14px;
  font-size: 1.4rem;
}
.howtoArea .list__style__disc li.sub {
  list-style-type: circle;
  margin-left: 2em;
}
.howtoArea__day {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
}
.howtoArea__table tbody th {
  width: 30%;
}
.howtoArea__table tbody td {
  width: 70%;
}

/* ==========================================================================
   nominationArea
========================================================================== */
.nominationArea {
  background: #ebebeb;
}
.nominationArea__txt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
body.top .nominationArea__txt {
  color: #fff;
  font-weight: 900;
}
.nominationArea__table {
  margin: 40px 0;
}
.nominationArea__table table {
  width: 100%;
}
.nominationArea__table table tr {
  border-top: 1px solid #ccc;
}
.nominationArea__table table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.nominationArea__table table th {
  padding: 0.5em 0;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  background-color: #ddd;
}
.nominationArea__table table th.name {
  text-align: center;
}
.nominationArea__table table th.num {
  width: 5%;
}
.nominationArea__table table th.pos {
  width: 5%;
}
.nominationArea__table table th.name {
  width: 55%;
}
.nominationArea__table table th.club {
  width: 15%;
}
.nominationArea__table table th.play {
  width: 10%;
}
.nominationArea__table table th.score {
  width: 10%;
}
.nominationArea__table table td {
  text-align: center;
  vertical-align: top;
  padding: 0.5em 0;
}
.nominationArea__table table td.img a {
  position: relative;
  display: block;
}
.nominationArea__table table td.img a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  content: "\f00e";
  font-weight: bold;
  line-height: 1;
}
.nominationArea__table table .img {
  padding: 10px;
}
.nominationArea__table table .img img {
  width: 50px;
}
.nominationArea__table table .name {
  text-align: left;
}
.nominationArea__table table .name .add {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
      justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.nominationArea__table table .name .add span {
  background: #aaa;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.nominationArea__table table .name .add span:last-child {
  margin-right: 0;
}
.nominationArea__table table .club {
  vertical-align: middle;
}
.nominationArea__table table .play {
  vertical-align: middle;
}
.nominationArea__table table .score {
  vertical-align: middle;
}
.nominationArea__con + .nominationArea__con {
  margin-top: 40px;
}
.nominationArea__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
      justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: -ms- stretch;
      align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.nominationArea__list--item {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
}
.nominationArea__list--item:nth-child(5n) {
  margin-right: 0;
}
.nominationArea__list--item .popup-iframe.video {
  width: 100%;
}
.nominationArea__list--item .movieArea__movie {
  margin-bottom: 0;
}
.nominationArea__list--item figcaption {
  padding: 10px;
}
.nominationArea__list--item figcaption p .ttl {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.nominationArea__list--item figcaption p .name {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.nominationArea__list--item figcaption p .txt {
  display: block;
  line-height: 1.3;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.nominationArea__list--item figcaption p.txt__honbun {
  margin: 0;
}
.nominationArea__list--item figcaption .btn__down {
  font-size: 10px;
  font-size: 1rem;
}

/* ==========================================================================
   movieArea
========================================================================== */
.movieArea__list--item {
  background: #f2eddf;
  padding: 5vw;
  border: 1px solid #ae9c6f;
}
.movieArea__list--item img {
  width: 100%;
}
.movieArea__list--item + .movieArea__list--item {
  margin-top: 40px;
}
.movieArea__movie {
  margin-bottom: 50px;
}
.movieArea__movie .video {
  position: relative;
}
.movieArea__movie .video:after {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 130px;
  font-size: 13rem;
  color: #fff;
  opacity: 0.9;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}
.nominationArea .movieArea__movie .video:after {
  font-size: 40px;
  font-size: 4rem;
}
.movieArea__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
}

/* ==========================================================================
   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%);
          transform: translate(-50%, -50%);
  width: 600px;
  text-align: center;
  padding: 75px 50px;
}
.thanks__close {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #333;
  font-size: 30px;
  font-size: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1;
}
.thanks__title {
  color: #e70012;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 30px;
}
.thanks__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- stretch;
      align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-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: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 25px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.thanks__btn__item a.twitter {
  background: #1b95e0;
}
.thanks__btn__item a.facebook {
  background: #3b5999;
}
.thanks__btn__item a .fa, .thanks__btn__item a .far, .thanks__btn__item a .fas {
  font-family: "FontAwesome";
  font-weight: normal;
}

/* ==========================================================================
   TOP resultArea
========================================================================== */
.resultArea {
  background: #ae9c6f;
}
body.top .resultTop {
  padding-top: 220px;
  margin-top: -220px;
}

.resultArea a {
  background: #8a000c;
  color: #fff;
  padding: 3vw 0;
	margin: 3vw auto;
  font-weight: 900;
  display: block;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
	width: 90%;
}
.resultArea a:hover {
  background: #000000;
  opacity: 1;
}
.resultArea a:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-size: 2.4rem;
  right: 5%;
  color: #fff;
  content: "\f3d3";
}

/* ==========================================================================
   winners_navArea
========================================================================== */
.winners_navArea {
  background: #fff;
  padding-top: 40px;
}
body.top .winners_navArea {
  padding-top: 0;
  margin-top: -200px;
  background: none;
}
.winners_navArea__wrap {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
      justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  background: #000;
  padding: 30px 2vw 30px 8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1080px;
  width: 80%;
}
.winners_navArea__wrap:after {
  background: url(/img/special/30th/J30bestawards/logo_m_gold.svg) no-repeat;
  top: -40px;
  left: -60px;
  position: absolute;
  width: 150px;
  height: 135px;
  background-size: 150px;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 125px;
}
.winners_navArea__wrap--right {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0%;
}
.winners_navArea__rlist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
      justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.winners_navArea__rlist--item {
  width: 20%;
}
.winners_navArea__rlist--item a {
  background: #8a000c;
  color: #fff;
  padding: 0.5em 0;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 900;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.winners_navArea__rlist--item a:hover {
  background: #ae9c6f;
  opacity: 1;
}
.winners_navArea__rlist--item a:after {
  display: inline-block;
  font-family: "ionicons";
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  right: 5%;
  color: #fff;
  content: "\f3d3";
	transform: rotate(90deg);
}
.winners_navArea__rlist--item:nth-child(5n) a {
  margin-right: 0;
}

p.comingsoon{
	display: block;
	margin: auto;
	text-align: center;
	background-color: #f2eddf;
    padding: 10vw 5vw;
    border: 1px solid #ae9c6f;
	color: #ae9c6f;
	font-weight: 900;
	font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
}

/* ==========================================================================
   winnerArea
========================================================================== */
.mvpArea {
  background: #fff;
}
.mvpArea .sec__inner980 {
  padding: 80px 0vw !important;
}
.mvpArea figure {
	display: block;
	width: 980px;
	margin: auto;
}
.mvpArea figure .nolink{
	pointer-events: none;
}
.mvpArea figure img{
	width: 100%;
}

/*-- BestEleven --*/
.bestelevenArea {
  background: #ebebeb;
	background: #ffffff;
}
.bestelevenArea .sec__inner980 {
  padding: 80px 0vw !important;
}
.bestelevenArea ul.besteleven_list {
	display: block;
	width: 980px;
    margin: 0px auto 30px auto;
    padding: 0px;
    list-style: none;
}
.bestelevenArea ul.besteleven_list:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0em;
    line-height: 0;
    clear: both;
}
.bestelevenArea ul.besteleven_list li {
	display: block;
	float: left;
	width: 32%;
    margin: 0px 2% 2% 0px;
    padding: 0px;
}
.bestelevenArea ul.besteleven_list li:nth-child(3n) {
    margin: 0px 0% 2% 0px;
}
.bestelevenArea ul.besteleven_list li img{
	width: 100%;
}
.bestelevenArea ul.besteleven_list li .nolink{
	pointer-events: none;
}


 /* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: block !important;
}

.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;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

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