@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * ブレークポイント
 */
/*
 * BEM関連
 */
/*
 * メディアクエリ
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  color: #000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  line-height: 1.22;
  width: 100%;
}
@media (min-width: 750px) {
  html, body {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'reklame';
  src: url("../fonts/ReklameScript-Regular_DEMO.otf");
}
.font-reklame {
  font-family: 'reklame';
}

@font-face {
  font-family: 'BLGHudson';
  src: url("../fonts/150822BLGHudson.ttf");
}
.font-hudson {
  font-family: 'BLGHudson';
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.w100 {
  width: 100%;
}

.sponly {
  display: block;
}
@media (min-width: 750px) {
  .sponly {
    display: none;
  }
}

.pconly {
  display: none;
}
@media (min-width: 750px) {
  .pconly.is-inline {
    display: inline;
  }
}
@media (min-width: 750px) {
  .pconly.is-block {
    display: block;
  }
}

.main__content {
  padding-top: 67px;
  border-bottom: 32px solid #80bd01;
}
.main__content:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 750px) {
  .main__content {
    padding-top: 0;
    border-bottom: 64px solid #80bd01;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .pagetop {
    display: none;
  }
}
.pagetop.is-pc {
  display: none;
  right: 30px;
  bottom: 30px;
  width: 60px;
}
@media (min-width: 750px) {
  .pagetop.is-pc {
    display: block;
    text-align: right;
  }
}
.pagetop p {
  position: relative;
}
.pagetop p a {
  color: #61259e;
  font-size: 22px;
  display: inline-block;
}
.pagetop p span {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

#event, #ticket, #enjoy, #check, #about {
  margin-top: -67px;
  padding-top: 67px;
}
@media (min-width: 750px) {
  #event, #ticket, #enjoy, #check, #about {
    margin-top: 0;
    padding-top: 0;
  }
}

.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(128, 189, 1, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* ハンバーガーメニュー */
.side__menu__btn {
  position: fixed;
  top: 17px;
  left: 12px;
  width: 39px;
  height: 34px;
  padding: 7px 8px;
  cursor: pointer;
  z-index: 5;
  background: #fff;
}
@media (min-width: 750px) {
  .side__menu__btn {
    top: 22px;
    left: 24px;
    width: 76px;
    height: 64px;
    padding: 16px 16px 0;
  }
}
.side__menu__btn div {
  position: relative;
}
.side__menu__btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  background: #80bd01;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
@media (min-width: 750px) {
  .side__menu__btn span {
    height: 5px;
  }
}
.side__menu__btn span:nth-child(1) {
  top: 0;
}
.side__menu__btn span:nth-child(2) {
  top: 9px;
}
@media (min-width: 750px) {
  .side__menu__btn span:nth-child(2) {
    top: 13px;
  }
}
.side__menu__btn span:nth-child(3) {
  top: 18px;
}
@media (min-width: 750px) {
  .side__menu__btn span:nth-child(3) {
    top: 26px;
  }
}

.side__menu {
  padding: 40px 10px 70px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(128, 189, 1, 0.6);
  z-index: 4;
}
.side__menu__list li.logo a {
  padding: 0 0 30px;
  display: none;
}
@media (min-width: 750px) {
  .side__menu__list li.logo a {
    display: inline-block;
  }
}
.side__menu__list li.first a {
  padding: 10px 0 15px;
}
.side__menu__list li a {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  display: inline-block;
}
@media (min-width: 750px) {
  .side__menu__list li a {
    font-size: 23px;
  }
}
.side__menu__list li a span {
  font-size: 25px;
  display: block;
  font-weight: bold;
}
@media (min-width: 750px) {
  .side__menu__list li a span {
    font-size: 55px;
  }
}
.side__menu__sns {
  padding-top: 10px;
  padding-left: 10px;
}
.side__menu__sns li {
  display: inline;
  padding-right: 8px;
}
.side__menu__sns li img {
  max-width: 30px;
}

/* ハンバーガーメニュー展開後 */
.js-sideopen .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.js-sideopen .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}
.js-sideopen .side__menu {
  display: block;
}
@media (min-width: 750px) {
  .js-sideopen #js-sideMenuBtn span {
    background: #80bd01;
  }
}
.js-sideopen #js-sideMenuBtn span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.js-sideopen #js-sideMenuBtn span:nth-child(2) {
  width: 0;
  left: 50%;
}
.js-sideopen #js-sideMenuBtn span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* header */
.header {
  min-height: 67px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #80bd01;
}
@media (min-width: 750px) {
  .header {
    background: transparent;
    min-height: 110px;
  }
}
.header__main {
  min-height: 67px;
  position: relative;
}
@media (min-width: 750px) {
  .header__main {
    min-height: 110px;
  }
}
.header__main__logo {
  display: block;
  max-width: 66px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}
@media (min-width: 750px) {
  .header__main__logo {
    display: none;
  }
}
.header__main__sns {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}
.header__main__sns p {
  font-size: 36px;
  color: #fff;
  display: none;
  padding-right: 30px;
}
@media (min-width: 750px) {
  .header__main__sns p {
    display: inline;
    position: relative;
  }
}
.header__main__sns p:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -10px;
  /* -(数値a÷2) */
  border-top: 10px solid transparent;
  /* 数値a÷2 または (topとbottomの合計=数値a) */
  border-bottom: 10px solid transparent;
  /* 数値a÷2 または (topとbottomの合計=数値a) */
  border-left: 13px solid #fff;
  /* 数字を大きくすると三角が長くなり鋭角に(余白調整必要)  */
}
.header__main__sns a {
  margin: 0 6px;
}
@media (min-width: 750px) {
  .header__main__sns a {
    margin: 0 15px;
  }
}
.header__main__sns img {
  max-width: 28px;
  height: auto;
}
@media (min-width: 750px) {
  .header__main__sns img {
    max-width: 44px;
  }
}

.footer {
  background: #61259e;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
@media (min-width: 750px) {
  .footer {
    padding: 15px 0 25px;
  }
}
.footer__content {
  overflow: hidden;
}
.footer__content__logo img {
  max-width: 124px;
}
.footer__content p {
  margin-top: 5px;
  font-size: 10px;
}
@media (min-width: 750px) {
  .footer__content p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.footer__content p a {
  color: #fff;
}

.kv {
  background: url(../images/common/kv.jpg) center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 320px) {
  .kv {
    height: 380px;
  }
}
@media screen and (min-width: 321px) {
  .kv {
    height: 450px;
  }
}
@media (min-width: 750px) {
  .kv {
    background: url(../images/common/kv_pc.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 50%;
    height: 0;
  }
}

.confront {
  text-align: center;
  background: #61259e;
}
.confront.is-ticket {
  background: #80bd01;
}
.confront.is-ticket .confront__list li {
  padding-left: 2%;
  padding-right: 2%;
}
.confront.is-ticket .confront__list li p, .confront.is-ticket .confront__list li .is-day {
  padding-left: 4%;
  padding-right: 4%;
}
.confront.is-ticket .confront__list li .confront__list__btn {
  overflow: hidden;
  padding-bottom: 5px;
}
@media (min-width: 750px) {
  .confront.is-ticket .confront__list li .confront__list__btn {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.confront.is-ticket .confront__list li .confront__list__btn .is-btn {
  float: left;
  background: #fff;
  color: #61259e;
  line-height: 32px;
  height: 32px;
  font-size: 15px;
  width: 48%;
  max-width: inherit;
}
@media (min-width: 750px) {
  .confront.is-ticket .confront__list li .confront__list__btn .is-btn {
    position: static;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
  }
}
.confront.is-ticket .confront__list li .confront__list__btn .is-btn span {
  position: relative;
  padding-left: 20px;
}
@media (min-width: 750px) {
  .confront.is-ticket .confront__list li .confront__list__btn .is-btn span {
    padding-left: 25px;
  }
}
.confront.is-ticket .confront__list li .confront__list__btn .is-btn span:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -8px;
  /* -(数値a÷2) */
  border-top: 8px solid transparent;
  /* 数値a÷2 または (topとbottomの合計=数値a) */
  border-bottom: 8px solid transparent;
  /* 数値a÷2 または (topとbottomの合計=数値a) */
  border-left: 10px solid #61259e;
  /* 数字を大きくすると三角が長くなり鋭角に(余白調整必要)  */
}
@media (min-width: 750px) {
  .confront.is-ticket .confront__list li .confront__list__btn .is-btn span:before {
    margin-top: -12px;
    /* -(数値a÷2) */
    border-top: 12px solid transparent;
    /* 数値a÷2 または (topとbottomの合計=数値a) */
    border-bottom: 12px solid transparent;
    /* 数値a÷2 または (topとbottomの合計=数値a) */
    border-left: 14px solid #61259e;
    /* 数字を大きくすると三角が長くなり鋭角に(余白調整必要)  */
  }
}
.confront.is-ticket .confront__list li .confront__list__btn .is-btn.is-right {
  float: right;
}
.confront.is-ticket .confront__list li .is-btn {
  background: #61259e;
  max-width: 240px;
}
.confront.is-check {
  background: #80bd01;
}
.confront.is-check .confront__list li .is-btn {
  background: #61259e;
}
.confront__mascot dl {
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 840px;
}
@media (min-width: 1050px) {
  .confront__mascot dl {
    padding-left: 0;
    padding-right: 0;
  }
}
.confront__mascot dl dt {
  width: 25%;
  float: left;
}
@media (min-width: 750px) {
  .confront__mascot dl dt {
    width: 20%;
  }
}
.confront__mascot dl dd {
  width: 72%;
  float: left;
  position: relative;
  margin-left: 3%;
  background: #fff;
  border-radius: 6px;
  padding: 8px 15px;
  color: #61259e;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 750px) {
  .confront__mascot dl dd {
    width: 79%;
    padding: 20px 30px;
    margin-left: 1%;
    margin-top: 35px;
    font-size: 18px;
  }
}
.confront__mascot dl dd:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 50%;
  left: -12px;
  width: 0;
  height: 0;
  margin-top: -4px;
  /* -(数値a÷2) */
  border-top: 4px solid transparent;
  /* 数値a÷2 または (topとbottomの合計=数値a) */
  border-bottom: 4px solid transparent;
  /* 数値a÷2 または (topとbottomの合計=数値a) */
  border-right: 12px solid #fff;
  /* 数字を大きくすると三角が長くなり鋭角に(余白調整必要)  */
}
@media (min-width: 750px) {
  .confront__mascot dl dd:before {
    display: none;
  }
}
.confront__vs {
  background: url(../images/common/vs_bg.jpg) center top no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 100%;
  position: relative;
  color: #fff;
}
@media (min-width: 750px) {
  .confront__vs {
    background: url(../images/common/vs_bg_pc.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 50.64%;
  }
}
@media (min-width: 1680px) {
  .confront__vs {
    padding-top: 0;
    height: 750px;
  }
}
.confront__vs__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 1050px) {
  .confront__vs__content {
    font-size: 36px;
  }
}
.confront__vs__content .is-season {
  margin-top: 10%;
  margin-bottom: 2%;
  font-size: 22px;
}
@media screen and (max-width: 320px) {
  .confront__vs__content .is-season {
    margin-top: 6%;
  }
}
@media (min-width: 750px) {
  .confront__vs__content .is-season {
    margin-top: 1%;
    margin-bottom: 0;
  }
}
@media (min-width: 1050px) {
  .confront__vs__content .is-season {
    font-size: 44px;
  }
}
@media (min-width: 1680px) {
  .confront__vs__content .is-season {
    margin-bottom: 1%;
    margin-top: 3%;
  }
}
.confront__sponsor {
  margin: 0 auto;
  padding-bottom: 10%;
}
@media (min-width: 750px) {
  .confront__sponsor {
    margin: 0 auto;
    padding-bottom: 2%;
  }
}
.confront__sponsor p {
  font-size: 23px;
  margin-top: 5px;
}
@media (min-width: 1050px) {
  .confront__sponsor p {
    font-size: 40px;
    margin-top: 5px;
  }
}
.confront__sponsor img {
  max-width: 300px;
}
@media (min-width: 1050px) {
  .confront__sponsor img {
    max-width: 600px;
	margin-top: 10px;
  }
}
.confront__logo {
  max-width: 340px;
  margin: 0 auto 15px;
  font-size: 0;
}
@media (min-width: 1050px) {
  .confront__logo {
    max-width: 880px;
  }
}
.confront__logo li {
  display: inline-block;
  width: 40%;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}
@media (min-width: 1050px) {
  .confront__logo li {
    font-size: 80px;
  }
}
.confront__logo li.is-vs {
  width: 20%;
  padding-top: 50px;
}
@media (min-width: 1050px) {
  .confront__logo li.is-vs {
    padding-top: 80px;
  }
}
@media (min-width: 1680px) {
  .confront__logo li.is-vs {
    padding-top: 120px;
  }
}
@media (min-width: 750px) {
  .confront__logo li img {
    max-height: 120px;
  }
}
@media (min-width: 1050px) {
  .confront__logo li img {
    max-height: 250px;
  }
}
@media (min-width: 1680px) {
  .confront__logo li img {
    max-height: inherit;
  }
}
.confront__content {
  padding: 40px 0 10px;
}
.confront__list {
  margin: 0 auto;
  font-size: 0;
  max-width: 1050px;
  font-weight: bold;
  color: #fff;
}
.confront__list li {
  font-size: 40px;
  margin-bottom: 45px;
  padding: 0 6%;
  text-align: left;
  position: relative;
}
@media (min-width: 750px) {
  .confront__list li {
    font-size: 60px;
    overflow: hidden;
    padding: 0 3%;
  }
}
.confront__list li p {
  line-height: 0.8;
  font-size: 12px;
}
@media (min-width: 750px) {
  .confront__list li p {
    font-size: 24px;
  }
}
.confront__list li .is-day {
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 1050px) {
  .confront__list li .is-day {
    font-size: 86px;
  }
}
.confront__list li .is-day span {
  font-size: 24px;
  padding: 0 2%;
  font-weight: normal;
}
@media (min-width: 750px) {
  .confront__list li .is-day span {
    font-size: 48px;
  }
}
.confront__list li .is-btn {
  text-align: center;
  margin: 15px auto 0;
  max-width: 180px;
  background: #80bd01;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  height: 70px;
  line-height: 70px;
  display: block;
}
@media (min-width: 750px) {
  .confront__list li .is-btn {
    right: 20px;
    top: 0;
    position: absolute;
    margin-top: 0;
    max-width: 250px;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .confront__list li .is-btn {
    right: 0;
    font-size: 27px;
    height: 100px;
    line-height: 100px;
  }
}

.main__title {
  background: #80bd01;
  padding: 15px 0;
}
.main__title.is-pur {
  background: #61259e;
}
@media (min-width: 750px) {
  .main__title {
    padding: 30px 0;
  }
}
.main__title h2 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (min-width: 750px) {
  .main__title h2 {
    font-size: 25px;
  }
}
.main__title h2 span {
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
}
@media (min-width: 750px) {
  .main__title h2 span {
    font-size: 60px;
    margin-bottom: 12px;
  }
}

.preview__content {
  background: #80bd01;
  padding: 20px 2% 20px;
  color: #fff;
}
@media (min-width: 750px) {
  .preview__content {
    padding: 40px 4%;
  }
}
.preview__content h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .preview__content h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.preview__content p {
  margin-bottom: 10px;
}

.event__content {
  background: url(../images/common/event_bg.png) center top repeat;
  background-size: cover;
  padding: 20px 3% 5px;
  color: #fff;
  text-align: center;
}
@media (min-width: 750px) {
  .event__content {
    padding: 40px 4% 10px;
  }
}
.event__content dl {
  background: #80bd01;
  border: solid 1px #86754d;
  outline: solid 5px #61259e;
  padding: 10px;
  margin: 0 auto 30px;
  max-width: 1050px;
  font-size: 0;
}
@media (min-width: 750px) {
  .event__content dl {
    padding: 15px;
    border: solid 2px #86754d;
    outline: solid 10px #61259e;
    margin-bottom: 50px;
  }
}
.event__content dl.is-under {
  background: #61259e;
  border: solid 1px #86754d;
  outline: solid 5px #80bd01;
}
@media (min-width: 750px) {
  .event__content dl.is-under {
    border: solid 2px #86754d;
    outline: solid 10px #80bd01;
  }
  .event__content dl.is-under dd p {
    margin: 0;
    padding-left: 30px;
  }
}
.event__content dl dt {
  max-width: 240px;
  margin: 0 auto;
}
.event__content dl dt.is-pc {
  display: none;
}
@media (min-width: 750px) {
  .event__content dl dt {
    max-width: inherit;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .event__content dl dt.is-sp {
    display: none;
  }
  .event__content dl dt.is-pc {
    display: inline-block;
    text-align: right;
  }
}
.event__content dl dd {
  min-height: 180px;
}
@media (min-width: 750px) {
  .event__content dl dd {
    max-width: inherit;
    width: 55%;
    display: inline-block;
    vertical-align: top;
  }
}
.event__content dl dd p {
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 750px) {
  .event__content dl dd p {
    max-width: 450px;
  }
}
.event__content h3 {
  font-size: 15px;
  margin: 12px auto;
}
@media (min-width: 750px) {
  .event__content h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.event__content p {
  font-size: 16px;
}
@media (min-width: 750px) {
  .event__content p {
    font-size: 16px;
  }
}

.ticket__access {
  background: #e6e6e6;
  font-size: 12px;
  text-align: center;
  padding: 15px 2% 30px;
}
@media (min-width: 750px) {
  .ticket__access {
    padding: 30px 0 50px;
    font-size: 17px;
  }
}
.ticket__access dl {
  overflow: hidden;
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .ticket__access dl dt {
    float: left;
    width: 50%;
    padding: 0 2%;
  }
}
.ticket__access dl dd {
  text-align: left;
}
@media (min-width: 750px) {
  .ticket__access dl dd {
    float: left;
    width: 50%;
  }
}
.ticket__access h3 {
  font-size: 15px;
  padding: 0 7px;
  display: inline-block;
  border-bottom: 3px solid #61259e;
}
@media (min-width: 750px) {
  .ticket__access h3 {
    font-size: 26px;
    padding: 0 14px;
    border-bottom: 5px solid #61259e;
  }
}
.ticket__access p {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .ticket__access p {
    margin-bottom: 25px;
  }
}
.ticket__access .is-add {
  margin: 12px 0;
  font-size: 12px;
}
@media (min-width: 750px) {
  .ticket__access .is-add {
    font-size: 19px;
    margin: 20px 0 30px;
  }
}
.ticket__access .is-red {
  font-size: 10px;
  color: #e70000;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .ticket__access .is-red {
    font-size: 13px;
    color: #d60000;
  }
}
.ticket__access iframe {
  width: 90%;
  margin: 0 auto 20px;
  max-height: 300px;
}
@media (min-width: 750px) {
  .ticket__access iframe {
    width: 100%;
    max-width: 500px;
    max-height: 420px;
  }
}

.enjoy {
  overflow: hidden;
}
.enjoy__content {
  color: #fff;
}
.enjoy__content__text {
  position: absolute;
  width: 92%;
  margin: 0 auto;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}
.enjoy__content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 1050px) {
  .enjoy__content h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.enjoy__content p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1050px) {
  .enjoy__content p {
    font-size: 28px;
  }
}
@media (min-width: 1680px) {
  .enjoy__content p {
    font-size: 30px;
  }
}
.enjoy__content__left {
  position: relative;
  background: url(../images/common/enjoy01.jpg) center bottom no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 141.3%;
}
.enjoy__content__left.is-top .enjoy__content__text {
  width: 74%;
}
@media screen and (max-width: 320px) {
  .enjoy__content__left.is-top .enjoy__content__text {
    width: 84%;
  }
}
@media (min-width: 750px) {
  .enjoy__content__left.is-top .enjoy__content__text {
    width: 100%;
    max-width: 440px;
    top: 42%;
    left: 35%;
  }
}
.enjoy__content__left.is-under {
  background: url(../images/common/enjoy03.jpg) center bottom no-repeat;
  background-size: cover;
}
@media (min-width: 750px) {
  .enjoy__content__left.is-under {
    background: url(../images/common/enjoy03_pc.jpg) center bottom no-repeat;
    background-size: cover;
  }
}
.enjoy__content__left.is-under .enjoy__content__text {
  top: 65%;
}
.enjoy__content__left.is-under .enjoy__content__text h3 {
  padding-left: 13%;
  padding-right: 13%;
}
@media (min-width: 750px) {
  .enjoy__content__left.is-under .enjoy__content__text h3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 750px) {
  .enjoy__content__left.is-under .enjoy__content__text {
    top: 50%;
    left: 35%;
    width: 50%;
  }
}
@media (min-width: 1050px) {
  .enjoy__content__left.is-under .enjoy__content__text {
    width: 100%;
    max-width: 620px;
    left: 35%;
  }
}
@media (min-width: 750px) {
  .enjoy__content__left {
    background: url(../images/common/enjoy01_pc.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 35.71%;
  }
}
@media (min-width: 1680px) {
  .enjoy__content__left {
    padding-bottom: 0;
    height: 600px;
  }
}
.enjoy__content__right {
  position: relative;
  background: url(../images/common/enjoy02.jpg) center bottom no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 141.3%;
}
@media (min-width: 750px) {
  .enjoy__content__right {
    background: url(../images/common/enjoy02_pc.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 35.71%;
  }
}
@media (min-width: 1680px) {
  .enjoy__content__right {
    padding-bottom: 0;
    height: 600px;
  }
}
.enjoy__content__right .enjoy__content__text {
  top: 65%;
}
@media (min-width: 750px) {
  .enjoy__content__right .enjoy__content__text {
    top: 48%;
    left: 92%;
  }
}
.enjoy__content__right .enjoy__content__text p {
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 320px) {
  .enjoy__content__right .enjoy__content__text p {
    font-size: 15px;
  }
}
@media (min-width: 750px) {
  .enjoy__content__right .enjoy__content__text p {
    padding-left: 0;
    padding-right: 0;
  }
}

.check__content {
  color: #61259e;
  position: relative;
}
.check__content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .check__content h3 {
    font-size: 17px;
  }
}
@media (min-width: 1050px) {
  .check__content h3 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.check__content p {
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 1050px) {
  .check__content p {
    font-size: 18px;
  }
}
.check__content__spbg {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
}
@media (min-width: 750px) {
  .check__content__spbg {
    display: none;
  }
}
.check__content__top {
  padding: 39% 2% 110% 34%;
}
@media screen and (max-width: 320px) {
  .check__content__top {
    padding-top: 30%;
    padding-bottom: 100%;
  }
}
@media (min-width: 750px) {
  .check__content__top {
    position: relative;
    padding: 8% 2% 0 40%;
    text-align: left;
  }
}
.check__content__top h3 {
  text-align: left;
}
.check__content__mid {
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
}
@media (min-width: 750px) {
  .check__content__mid {
    background: url(../images/common/members.png) center top no-repeat;
    background-size: 100%;
    height: 0;
    padding: 52% 2% 20% 40%;
  }
}
@media (min-width: 1050px) {
  .check__content__mid {
    padding-bottom: 15%;
  }
}
.check__content__und {
  padding: 20px 2% 30px;
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .check__content__und {
    padding: 30px 4% 45px;
  }
}
@media (min-width: 750px) {
  .check__content__und h3 {
    text-align: center;
  }
}
.check__content .shoot {
  position: absolute;
  top: -40px;
  left: 8%;
  z-index: 1;
  max-width: 220px;
}
@media (min-width: 1050px) {
  .check__content .shoot {
    left: 12%;
    max-width: 300px;
  }
}
@media (min-width: 1680px) {
  .check__content .shoot {
    max-width: 100%;
    width: 23%;
  }
}

.about__content {
  background: url(../images/common/about01.jpg) center bottom no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 112.5%;
  color: #fff;
  position: relative;
}
@media (min-width: 750px) {
  .about__content {
    background: url(../images/common/about01_pc.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 38.69%;
  }
}
.about__content.is-top p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 320px) {
  .about__content.is-top p {
    font-size: 13px;
  }
}
@media (min-width: 1050px) {
  .about__content.is-top p {
    font-size: 24px;
  }
}
.about__content.is-mid {
  background: url(../images/common/about02.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 112.6%;
}
@media (min-width: 750px) {
  .about__content.is-mid {
    background: url(../images/common/about02_pc.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 38.15%;
  }
}
.about__content.is-mid h3 {
  padding-right: 20%;
}
@media screen and (max-width: 320px) {
  .about__content.is-mid h3 {
    padding-right: 15%;
  }
}
@media (min-width: 750px) {
  .about__content.is-mid h3 {
    padding-right: 0;
    max-width: 345px;
  }
}
@media (min-width: 1680px) {
  .about__content.is-mid h3 {
    max-width: inherit;
  }
}
.about__content.is-mid p {
  text-align: left;
  padding-right: 32%;
  font-weight: normal;
}
@media (min-width: 750px) {
  .about__content.is-mid p {
    padding-right: 25%;
  }
}
.about__content.is-mid .about__content__text {
  top: 68%;
  padding-left: 4%;
}
@media (min-width: 750px) {
  .about__content.is-mid .about__content__text {
    padding-left: 0;
    max-width: 210px;
    top: 47%;
    left: 63.5%;
  }
}
@media (min-width: 1050px) {
  .about__content.is-mid .about__content__text {
    max-width: 380px;
    left: 64.5%;
  }
}
@media (min-width: 1680px) {
  .about__content.is-mid .about__content__text {
    max-width: 480px;
    left: 63%;
  }
}
.about__content.is-und {
  background: url(../images/common/about03.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 112.4%;
}
@media (min-width: 750px) {
  .about__content.is-und {
    background: url(../images/common/about03_pc.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 38.69%;
  }
}
.about__content.is-und .about__content__text {
  top: 63%;
}
@media (min-width: 750px) {
  .about__content.is-und .about__content__text {
    top: 50%;
    left: 39%;
  }
}
.about__content h3 {
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 320px) {
  .about__content h3 {
    font-size: 13px;
  }
}
@media (min-width: 750px) {
  .about__content h3 {
    font-size: 11px;
  }
}
@media (min-width: 1050px) {
  .about__content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .about__content h3 {
    font-size: 24px;
  }
}
.about__content p {
  font-size: 12px;
}
@media screen and (max-width: 320px) {
  .about__content p {
    font-size: 13px;
  }
}
@media (min-width: 750px) {
  .about__content p {
    font-size: 11px;
  }
}
@media (min-width: 1050px) {
  .about__content p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1680px) {
  .about__content p {
    font-size: 24px;
  }
}
.about__content__text {
  width: 94%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}
.about__content__text img {
  max-width: 160px;
  margin-bottom: 30px;
}
@media (min-width: 1050px) {
  .about__content__text img {
    max-width: 320px;
    margin-bottom: 60px;
  }
}

.o-event_info {
  height: 149.46vw;
  background-image: url(../images/common/nations/event_info_sp_phone.png), url(../images/common/nations/event_info_sp.png);
  background-position: center top, center top;
  background-repeat: no-repeat no-repeat;
  background-size: 100% auto, 100% 100%;
  padding-top: 77.33vw;
  background-color: #000;
}
@media (min-width: 750px) {
  .o-event_info {
    height: 106.76vw;
    background-image: url(../images/common/nations/event_info_tab_phone.png), url(../images/common/nations/event_info_tab.png);
    padding-top: 55.23vw;
  }
}
@media (min-width: 1050px) {
  .o-event_info {
    height: 1121px;
    background-image: url(../images/common/nations/event_info_pc_phone.png), url(../images/common/nations/event_info_pc.png);
    background-size: 1680px 580px, 1680px 1121px;
    padding-top: 580px;
  }
}
@media (min-width: 1680px) {
  .o-event_info {
    background-size: 1680px 580px, 100% 1121px;
  }
}
.o-event_info__enjoy_text {
  color: #fff;
  text-align: center;
  font-size: 8.40vw;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4.00vw;
}
@media (min-width: 750px) {
  .o-event_info__enjoy_text {
    font-size: 7.14vw;
    margin-bottom: 4.76vw;
  }
}
@media (min-width: 1050px) {
  .o-event_info__enjoy_text {
    font-size: 75px;
    margin-bottom: 50px;
  }
}
.o-event_info__enjoy_text__font_alpha {
  font-size: 12.00vw;
  font-family: 'Teko';
  font-weight: bold;
  line-height: 0.5;
}
@media (min-width: 750px) {
  .o-event_info__enjoy_text__font_alpha {
    font-size: 8.57vw;
  }
}
@media (min-width: 1050px) {
  .o-event_info__enjoy_text__font_alpha {
    font-size: 90px;
  }
}
.o-event_info__enjoy_text__font_small {
  font-size: 6.93vw;
}
@media (min-width: 750px) {
  .o-event_info__enjoy_text__font_small {
    font-size: 5.90vw;
  }
}
@media (min-width: 1050px) {
  .o-event_info__enjoy_text__font_small {
    font-size: 62px;
  }
}
@media (min-width: 750px) {
  .o-event_info__app_wrap {
    width: 35.23vw;
    margin: 0 auto;
  }
  .o-event_info__app_wrap:after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 1050px) {
  .o-event_info__app_wrap {
    width: 370px;
  }
}
.o-event_info__app_wrap__dl_button {
  color: #80bd01;
  background-color: #fff;
  text-align: center;
  font-size: 3.60vw;
  width: 33.33vw;
  margin: 0 auto;
  height: 13.06vw;
  font-weight: 900;
  display: table;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .o-event_info__app_wrap__dl_button {
    height: 9.33vw;
    font-size: 2.57vw;
    width: 23.81vw;
    float: left;
  }
}
@media (min-width: 1050px) {
  .o-event_info__app_wrap__dl_button {
    height: 98px;
    font-size: 27px;
    width: 250px;
  }
}
.o-event_info__app_wrap__dl_button:hover {
  opacity: 0.8;
}
.o-event_info__app_wrap__dl_button span {
  display: table-cell;
  vertical-align: middle;
}
.o-event_info__app_wrap__bar_code {
  display: none;
}
@media (min-width: 750px) {
  .o-event_info__app_wrap__bar_code {
    display: block;
    width: 9.23vw;
    float: right;
  }
}
@media (min-width: 1050px) {
  .o-event_info__app_wrap__bar_code {
    width: 97px;
  }
}

.o-channel_entry {
  background-color: #000;
  background-image: url(../images/common/nations/sp_black_bottom_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 12.53vw;
  padding-top: 9.60vw;
  padding-bottom: 12.53vw;
}
@media (min-width: 750px) {
  .o-channel_entry {
    background-image: url(../images/common/nations/tab_black_bottom_bg.png);
    background-size: 100% 20.00vw;
    padding-top: 6.85vw;
    padding-bottom: 20.00vw;
  }
}
@media (min-width: 1050px) {
  .o-channel_entry {
    background-image: url(../images/common/nations/pc_black_bottom_bg.png);
    background-size: 1680px 210px;
    padding-top: 72px;
    padding-bottom: 210px;
  }
}
@media (min-width: 1680px) {
  .o-channel_entry {
    background-size: 100% 210px;
  }
}

.o-title_underline_white {
  color: #fff;
  font-weight: 900;
  font-size: 4.00vw;
  text-align: center;
  margin-bottom: 6.66vw;
}
@media (min-width: 750px) {
  .o-title_underline_white {
    font-size: 2.85vw;
    margin-bottom: 4.76vw;
  }
}
@media (min-width: 1050px) {
  .o-title_underline_white {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.o-title_underline_white:after {
  content: '';
  background-color: #fff;
  display: block;
  width: 23.60vw;
  height: 0.66vw;
  margin: 1.33vw auto 0;
}
@media (min-width: 750px) {
  .o-title_underline_white:after {
    width: 16.85vw;
    height: 0.47vw;
    margin-top: 0.95vw;
  }
}
@media (min-width: 750px) {
  .o-title_underline_white:after {
    width: 177px;
    height: 5px;
    margin-top: 10px;
  }
}
.o-title_underline_white.is-cheer_nations_entry {
  margin-bottom: 10.40vw;
}
@media (min-width: 750px) {
  .o-title_underline_white.is-cheer_nations_entry {
    margin-bottom: 10.85vw;
  }
}
@media (min-width: 1050px) {
  .o-title_underline_white.is-cheer_nations_entry {
    margin-bottom: 114px;
  }
}
.o-title_underline_white.is-application_text {
  margin-bottom: 4.26vw;
}
@media (min-width: 750px) {
  .o-title_underline_white.is-application_text {
    margin-bottom: 3.04vw;
  }
}
@media (min-width: 1050px) {
  .o-title_underline_white.is-application_text {
    margin-bottom: 32px;
  }
}
.o-title_underline_white.is-color_blue {
  color: #80bd01;
}
.o-title_underline_white.is-color_blue:after {
  background-color: #80bd01;
}

@media (min-width: 750px) {
  .o-sp_display {
    width: 100vw;
    margin: 0 auto;
    padding-left: 4.09vw;
  }
  .o-sp_display:after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 1050px) {
  .o-sp_display {
    width: 1050px;
    padding-left: 43px;
  }
}
.o-sp_display__item_box {
  width: 66.66vw;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 750px) {
  .o-sp_display__item_box {
    width: 29.04vw;
    float: left;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box {
    width: 305px;
  }
}
@media (min-width: 750px) {
  .o-sp_display__item_box.is-visitors {
    margin-bottom: 4.00vw;
  }
}
@media (min-width: 750px) {
  .o-sp_display__item_box.is-visitors {
    margin-bottom: 42px;
  }
}
.o-sp_display__item_box.is-nations_twitter {
  width: 93.33vw;
}
@media (min-width: 750px) {
  .o-sp_display__item_box.is-nations_twitter {
    width: 60.38vw;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box.is-nations_twitter {
    width: 634px;
  }
}
.o-sp_display__item_box.is-last {
  width: 100%;
}
@media (min-width: 750px) {
  .o-sp_display__item_box.is-last {
    width: 29.04vw;
    height: 45.42vw;
    display: table;
    float: left;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box.is-last {
    width: 305px;
    height: 477px;
  }
}
.o-sp_display__item_box p {
  color: #fff;
  font-size: 3.20vw;
  padding-bottom: 6.93vw;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .o-sp_display__item_box p {
    font-size: 1.52vw;
    padding: 0;
    letter-spacing: -1px;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box p {
    font-size: 16px;
  }
}
.o-sp_display__item_box p.is-nations_twitter {
  clear: both;
  padding-top: 2.40vw;
}
@media (min-width: 750px) {
  .o-sp_display__item_box p.is-nations_twitter {
    padding-top: 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box p.is-nations_twitter {
    padding-top: 18px;
  }
}
.o-sp_display__item_box p:after {
  background-image: url(../images/common/nations/bottom_arrow_white.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 4.00vw;
  height: 3.46vw;
  margin: 6.93vw auto 0;
}
@media (min-width: 750px) {
  .o-sp_display__item_box p:after {
    content: none;
  }
}
.o-sp_display__item_box:last-child p:after {
  content: none;
}
.o-sp_display__item_box__nations {
  width: 45.06vw;
  float: left;
}
@media (min-width: 750px) {
  .o-sp_display__item_box__nations {
    width: 29.04vw;
    padding: 0 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box__nations {
    width: 305px;
    padding: 0 18px;
  }
}
.o-sp_display__item_box__twitter {
  width: 45.06vw;
  float: right;
}
@media (min-width: 750px) {
  .o-sp_display__item_box__twitter {
    width: 29.04vw;
    padding: 0 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box__twitter {
    width: 305px;
    padding: 0 18px;
  }
}
@media (min-width: 750px) {
  .o-sp_display__item_box__last_text_box {
    display: table-cell;
    vertical-align: middle;
  }
}
.o-sp_display__item_box__last_text_large {
  font-size: 5.06vw;
  display: block;
}
@media (min-width: 750px) {
  .o-sp_display__item_box__last_text_large {
    font-size: 3.61vw;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box__last_text_large {
    font-size: 38px;
  }
}
.o-sp_display__item_box__last_text_small {
  font-size: 3.20vw;
}
@media (min-width: 750px) {
  .o-sp_display__item_box__last_text_small {
    font-size: 1.71vw;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__item_box__last_text_small {
    font-size: 18px;
  }
}
.o-sp_display__right_arrow {
  display: none;
}
@media (min-width: 750px) {
  .o-sp_display__right_arrow {
    display: block;
    width: 2.28vw;
    height: 46.09vw;
    float: left;
    position: relative;
  }
}
@media (min-width: 1050px) {
  .o-sp_display__right_arrow {
    width: 24px;
    height: 484px;
  }
}
.o-sp_display__right_arrow img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.o-boost_cheer {
  background-color: #5b5b5b;
  background-image: url(../images/common/nations/sp_grey_bottom_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 12.53vw;
  padding-top: 9.60vw;
  padding-bottom: 12.53vw;
}
@media (min-width: 750px) {
  .o-boost_cheer {
    background-image: url(../images/common/nations/tab_grey_bottom_bg.png);
    background-size: 100% 20.00vw;
    padding-top: 6.85vw;
    padding-bottom: 20.00vw;
  }
}
@media (min-width: 1050px) {
  .o-boost_cheer {
    background-image: url(../images/common/nations/pc_grey_bottom_bg.png);
    background-size: 1680px 210px;
    padding-top: 72px;
    padding-bottom: 210px;
  }
}
@media (min-width: 1680px) {
  .o-boost_cheer {
    background-size: 100% 210px;
  }
}

.o-cheer_nations_entry__logo {
  width: 58.40vw;
  margin: 0 auto 4.80vw;
}
@media (min-width: 750px) {
  .o-cheer_nations_entry__logo {
    width: 21.71vw;
    margin-bottom: 5.14vw;
  }
}
@media (min-width: 1050px) {
  .o-cheer_nations_entry__logo {
    width: 228px;
    margin-bottom: 54px;
  }
}
.o-cheer_nations_entry__intro_text {
  color: #fff;
  font-size: 3.20vw;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .o-cheer_nations_entry__intro_text {
    font-size: 2.09vw;
  }
}
@media (min-width: 1050px) {
  .o-cheer_nations_entry__intro_text {
    font-size: 22px;
  }
}

.o-visitors {
  background-color: #5b5b5b;
  padding: 10.66vw 0;
}
@media (min-width: 750px) {
  .o-visitors {
    padding: 7.61vw 0 4.57vw;
  }
}
@media (min-width: 1050px) {
  .o-visitors {
    padding: 80px 0 48px;
  }
}
.o-visitors__title_text {
  color: #fff;
  background-color: #80bd01;
  font-size: 8.00vw;
  padding: 3.73vw 0;
  width: 58.66vw;
  text-align: center;
  margin: 0 auto 5.33vw;
}
@media (min-width: 750px) {
  .o-visitors__title_text {
    font-size: 5.71vw;
    padding: 2.66vw 0;
    width: 39.52vw;
    margin-bottom: 3.04vw;
  }
}
@media (min-width: 1050px) {
  .o-visitors__title_text {
    font-size: 60px;
    padding: 28px 0;
    width: 415px;
    margin-bottom: 32px;
  }
}
.o-visitors__intro_text {
  color: #fff;
  font-size: 7.06vw;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 7.73vw;
}
@media (min-width: 750px) {
  .o-visitors__intro_text {
    font-size: 5.42vw;
    margin-bottom: 4.38vw;
  }
}
@media (min-width: 1050px) {
  .o-visitors__intro_text {
    font-size: 57px;
    margin-bottom: 46px;
  }
}
.o-visitors__present_item {
  padding-bottom: 10.66vw;
}
@media (min-width: 750px) {
  .o-visitors__present_item {
    padding: 0 0 5.90vw 2.38vw;
    width: 100vw;
    margin: 0 auto;
  }
}
@media (min-width: 1050px) {
  .o-visitors__present_item {
    padding: 0 0 62px 25px;
    width: 1050px;
  }
}
.o-visitors__present_item ul:after {
  clear: both;
  content: "";
  display: block;
}
.o-visitors__present_item ul li {
  margin-bottom: 10.66vw;
}
@media (min-width: 750px) {
  .o-visitors__present_item ul li {
    margin-bottom: 0;
    float: left;
  }
}
.o-visitors__present_item ul li:last-child {
  margin-bottom: 0;
}
.o-visitors__present_item__item_img {
  width: 66.66vw;
  margin: 0 auto;
  margin-bottom: 1.60vw;
}
@media (min-width: 750px) {
  .o-visitors__present_item__item_img {
    width: 47.61vw;
    margin-bottom: 1.14vw;
  }
}
@media (min-width: 1050px) {
  .o-visitors__present_item__item_img {
    width: 500px;
    margin-bottom: 12px;
  }
}
.o-visitors__present_item__item_text {
  background-color: #fff;
  width: 58.66vw;
  padding: 2.40vw 0;
  margin: 0 auto 10.66vw;
  text-align: center;
}
@media (min-width: 750px) {
  .o-visitors__present_item__item_text {
    width: 39.52vw;
    padding: 1.71vw 0;
    margin: 0 auto;
  }
}
@media (min-width: 1050px) {
  .o-visitors__present_item__item_text {
    width: 415px;
    padding: 18px 0;
  }
}
.o-visitors__present_item__item_text dl dt {
  color: #000;
  font-size: 3.33vw;
  font-weight: bold;
  margin-bottom: 0.80vw;
}
@media (min-width: 750px) {
  .o-visitors__present_item__item_text dl dt {
    font-size: 2.38vw;
    margin-bottom: 0.57vw;
  }
}
@media (min-width: 1050px) {
  .o-visitors__present_item__item_text dl dt {
    font-size: 25px;
    margin-bottom: 6px;
  }
}
.o-visitors__present_item__item_text dl dd {
  color: #80bd01;
  font-size: 2.93vw;
  font-weight: bold;
}
@media (min-width: 750px) {
  .o-visitors__present_item__item_text dl dd {
    font-size: 2.09vw;
  }
}
@media (min-width: 1050px) {
  .o-visitors__present_item__item_text dl dd {
    font-size: 22px;
  }
}

.o-application_text {
  margin-bottom: 10.93vw;
}
@media (min-width: 750px) {
  .o-application_text {
    margin-bottom: 6.09vw;
  }
}
@media (min-width: 1050px) {
  .o-application_text {
    margin-bottom: 64px;
  }
}
.o-application_text__process_list {
  color: #fff;
  font-size: 3.20vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media (min-width: 750px) {
  .o-application_text__process_list {
    font-size: 2.09vw;
  }
}
@media (min-width: 1050px) {
  .o-application_text__process_list {
    font-size: 22px;
  }
}
.o-application_text__process_list__bottom_arrow:after {
  content: '';
  display: block;
  background-image: url(../images/common/nations/bottom_arrow_white.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 3.06vw 2.66vw;
  width: 3.06vw;
  height: 2.66vw;
  margin: 2.13vw auto;
}
@media (min-width: 750px) {
  .o-application_text__process_list__bottom_arrow:after {
    background-size: 2.00vw 1.81vw;
    width: 2.00vw;
    height: 1.81vw;
    margin: 1.52vw auto;
  }
}
@media (min-width: 1050px) {
  .o-application_text__process_list__bottom_arrow:after {
    background-size: 21px 19px;
    width: 21px;
    height: 19px;
    margin: 16px auto;
  }
}