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

p.eventtext {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 85%;
  vertical-align: baseline;
  background: transparent;
}

p.eventtext02 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 70%;
  vertical-align: baseline;
  background: transparent;
}

p.arenatext {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #ffffff;
}

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", "Teko", 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-teko {
  font-family: 'Teko';
}

@font-face {
  font-family: 'BLGHudson';
  src: url("/files/user/_/lp/lp_20180519/asset/fonts/150822BLGHudson.ttf");
}
.font-hudson {
  font-family: 'BLGHudson';
}

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

a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.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;
}
.main__content:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 750px) {
  .main__content {
    padding-top: 0;
  }
}

.seat {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/seat_bg.jpg) center top repeat;
  padding: 30px 10px;
  width: 100%;
  text-align: center;
}
@media (min-width: 750px) {
  .seat {
    padding-top: 62px;
    padding-bottom: 62px;
    border-bottom: 1px solid #fff;
  }
}

.pagetop {
  padding: 20px 0;
}
.pagetop img {
  max-width: 60px;
}
@media (min-width: 750px) {
  .pagetop img {
    max-width: 84px;
  }
}
.pagetop a {
  color: #000;
  text-align: center;
  margin: 0 auto;
  max-width: 100px;
  display: block;
}
.pagetop p {
  font-size: 17px;
}
@media (min-width: 750px) {
  .pagetop p {
    font-size: 25px;
  }
}
.pagetop p span {
  font-size: 13px;
}
@media (min-width: 750px) {
  .pagetop p span {
    font-size: 19px;
  }
}

.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(237, 0, 0, 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: 0;
  left: 0;
  width: 67px;
  height: 67px;
  padding: 20px 18px;
  cursor: pointer;
  z-index: 5;
  background: transparent;
}
@media (min-width: 750px) {
  .side__menu__btn {
    width: 110px;
    height: 110px;
    padding: 40px 40px;
  }
}
.side__menu__btn div {
  position: relative;
}
.side__menu__btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  background: #fff;
  -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 {
    background: #e70012;
  }
}
.side__menu__btn span:nth-child(1) {
  top: 0;
}
.side__menu__btn span:nth-child(2) {
  top: 11px;
}
.side__menu__btn span:nth-child(3) {
  top: 22px;
}

.side__menu {
  padding: 40px 10px 70px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(230, 0, 17, 0.6);
  z-index: 4;
}
@media (min-width: 750px) {
  .side__menu {
    background: rgba(213, 44, 37, 0.6);
  }
}
.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;
}
.side__menu__list li a span {
  font-size: 25px;
  display: block;
  font-weight: bold;
}
.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: #fff;
  }
}
.js-sideopen #js-sideMenuBtn span:nth-child(1) {
  top: 11px;
  -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: 11px;
  -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: #e60011;
}
@media (min-width: 750px) {
  .header {
    background: transparent;
    min-height: 110px;
  }
}
@media (min-width: 1024px) {
  .header.js-topheader {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.header__main {
  min-height: 67px;
  position: relative;
}
@media (min-width: 750px) {
  .header__main {
    min-height: 110px;
  }
}
.header__main__logo {
  display: block;
  max-width: 53px;
  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 a {
  margin: 0 6px;
}
@media (min-width: 750px) {
  .header__main__sns a {
    margin: 0 18px;
  }
}
.header__main__sns img {
  max-width: 28px;
  height: auto;
}
@media (min-width: 750px) {
  .header__main__sns img {
    max-width: 44px;
  }
}

.footer {
  background: #000;
  text-align: left;
  padding: 15px 10px;
  color: #fff;
}
@media (min-width: 750px) {
  .footer {
    padding: 30px 20px;
  }
}
.footer__content {
  overflow: hidden;
}
.footer__content__logo {
  float: left;
}
.footer__content__logo img {
  max-width: 42px;
}
@media (min-width: 750px) {
  .footer__content__logo img {
    max-width: 90px;
  }
}
.footer__content__text {
  margin-top: 5px;
  font-size: 10px;
  overflow: hidden;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: 0 50%;
  -ms-transform: scale(0.8);
  -ms-transform-origin: 0 50%;
  transform: scale(0.8);
  transform-origin: 0 50%;
}
@media (min-width: 750px) {
  .footer__content__text {
    margin-top: 15px;
    font-size: 16px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.footer__content p {
  padding-left: 10px;
}
.footer__content p a {
  color: #fff;
}
@media (min-width: 750px) {
  .footer__content p {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}

.kv {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/kv.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 120vw;
}
@media (min-width: 750px) {
  .kv {
    width: auto;
    height: auto;
    padding-top: 0;
    background: url(/files/user/_/lp/lp_20180519/asset/photo/kv_pc.jpg) center center no-repeat;
    background-size: 100% 100%;
    height: 55vw;
  }
}
.kv__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 72px;
  text-align: center;
  cursor: pointer;
}
.kv__scroll a {
  color: #fff;
  font-size: 21px;
}
.kv__scroll span {
  margin-top: 5px;
  display: block;
}

.confront {
  text-align: center;
  background: url(/files/user/_/lp/lp_20180519/asset/photo/vs_bg.jpg) center top no-repeat #c3c3c3;
  background-size: 100%;
  padding-bottom: 45px;
}
@media (min-width: 750px) {
  .confront {
    background: url(/files/user/_/lp/lp_20180519/asset/photo/vs_bg_pc.jpg) center top no-repeat #c3c3c3;
    background-size: 100%;
    padding-bottom: 40px;
  }
}
.confront.is-ticket {
  background: #e60011;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #fff;
}
@media (min-width: 750px) {
  .confront.is-ticket {
    background: #d52c25;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.confront.is-ticket .confront__title .is-season {
  margin-top: 0;
  padding-top: 0;
}
.confront.is-ticket . {
  padding-bottom: 0;
}
.confront.is-ticket .confront__logo {
  margin-top: 0;
}
.confront.is-ticket .confront__list li .is-btn {
  background: #fff;
  color: #e60011;
}
@media (min-width: 750px) {
  .confront.is-ticket .confront__list li .is-btn {
    background: #fff;
    color: #d52c25;
  }
}
.confront.is-camp {
  background: #bfeb00;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media (min-width: 750px) {
  .confront.is-camp {
    background: #c8e800;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.confront.is-camp . {
  padding-bottom: 0;
}
.confront.is-camp .confront__logo {
  margin-top: 0;
}
.confront.is-camp .confront__logo li {
  color: #000;
}
.confront.is-camp .confront__list li .is-btn {
  background: #222519;
  color: #bfeb00;
}
@media (min-width: 750px) {
  .confront.is-camp .confront__list li .is-btn {
    background: #23251a;
    color: #c8e800;
  }
}
.confront__title {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .confront__title {
    font-size: 28px;
  }
}
.confront__title .is-season {
  font-size: 24px;
  padding: 10px 0 20px;
}
@media (min-width: 750px) {
  .confront__title .is-season {
    margin-top: 20px;
    font-size: 30px;
  }
}
. {
  padding-bottom: 12%;
}
@media (min-width: 750px) {
  . {
    padding-bottom: 0;
  }
}
.confront__sponsor {
  text-align: center;
}
.confront__sponsor .confront__sponsor__logo {
  min-height: 78px;
}
@media (min-width: 1024px) {
  .confront__sponsor .confront__sponsor__logo {
    min-height: 130px;
  }
}
.confront__sponsor img {
  padding-top: 15px;
}
@media (min-width: 1680px) {
  .confront__sponsor img {
    padding-top: 20px;
  }
}
.confront__sponsor p {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 750px) {
  .confront__sponsor p {
    font-size: 54px;
  }
}
.confront__logo {
  max-width: 340px;
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 750px) {
  .confront__logo {
    max-width: 880px;
    margin-top: -60px;
  }
}
.confront__logo li {
  display: inline-block;
  width: 37%;
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}
@media (min-width: 750px) {
  .confront__logo li {
    font-size: 104px;
  }
}
.confront__logo li.is-vs {
  width: 26%;
  padding-top: 35px;
}
@media (min-width: 750px) {
  .confront__logo li.is-vs {
    padding-top: 120px;
  }
}
.confront__content {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .confront__content {
    font-size: 25px;
  }
}
.confront__list {
  margin: 10% auto 0;
  font-size: 0;
  max-width: 740px;
}
.confront__list li {
  font-size: 44px;
  margin-bottom: 45px;
}
@media (min-width: 750px) {
  .confront__list li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 60px;
  }
}
.confront__list li p {
  line-height: 0.8;
}
.confront__list li .is-season {
  font-size: 24px;
}
@media (min-width: 750px) {
  .confront__list li .is-season {
    font-size: 30px;
  }
}
.confront__list li .is-day {
  font-size: 66px;
  line-height: 0.9;
}
@media (min-width: 750px) {
  .confront__list li .is-day {
    font-size: 86px;
  }
}
.confront__list li .is-day span {
  font-size: 31px;
}
@media (min-width: 750px) {
  .confront__list li .is-day span {
    font-size: 43px;
  }
}
.confront__list li .is-btn {
  margin: 15px auto 0;
  max-width: 180px;
  background: #e60011;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  display: block;
}
@media (min-width: 750px) {
  .confront__list li .is-btn {
    font-size: 27px;
    max-width: 250px;
  }
}

.card {
  background: #222519;
  padding: 20px 0 15px;
}
@media (min-width: 750px) {
  .card {
    background: #23251a;
    padding: 40px 0;
  }
}
.card__btn {
  background: #bfeb00;
  color: #222519;
  max-width: 300px;
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  display: block;
  text-align: center;
}
@media (min-width: 750px) {
  .card__btn {
    background: #c8e800;
    color: #23251a;
    max-width: 500px;
    font-size: 28px;
    height: 90px;
    line-height: 90px;
    margin-top: 35px;
  }
}
.card__read {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  max-width: 854px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .card__read {
    padding-left: 0;
    padding-right: 0;
    font-size: 46px;
    padding-bottom: 10px;
  }
}
.card__read img {
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .card__read img {
    margin-bottom: 30px;
  }
}
.card__read p {
  margin-bottom: 10px;
}
.card__read .is-first {
  font-size: 15px;
}
@media (min-width: 750px) {
  .card__read .is-first {
    font-size: 28px;
  }
}
.card__read .is-last {
  font-size: 20px;
}
@media (min-width: 750px) {
  .card__read .is-last {
    font-size: 38px;
  }
}
.card__read .is-last span {
  font-size: 45px;
  color: #bfeb00;
}
@media (min-width: 750px) {
  .card__read .is-last span {
    color: #c8e800;
    font-size: 84px;
  }
}
.card__list {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0;
  max-width: 854px;
  margin: 0 auto 10px;
}
@media (min-width: 750px) {
  .card__list {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }
}
.card__list li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
}
.card__list li:nth-child(3n) {
  margin-right: 0;
}
.card__text {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
@media (min-width: 750px) {
  .card__text {
    padding-bottom: 40px;
  }
}
.card__text p {
  font-size: 10px;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 50% 50%;
  -ms-transform: scale(0.9);
  -ms-transform-origin: 50% 50%;
  transform: scale(0.9);
  transform-origin: 50% 50%;
}
@media (min-width: 750px) {
  .card__text p {
    font-size: 14px;
  }
}
.card__text__camp {
  margin: 25px auto 15px;
  max-width: 340px;
}
@media (min-width: 750px) {
  .card__text__camp {
    max-width: 700px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
.card__text__camp dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .card__text__camp dt {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.card__text__camp dd {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .card__text__camp dd {
    font-size: 25px;
  }
}
.card__text__camp dd span {
  padding-right: 9px;
  color: #bfeb00;
}
@media (min-width: 750px) {
  .card__text__camp dd span {
    font-size: 30px;
    padding-right: 20px;
  }
}

.main_title {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/title_red_bg.png) center 56% no-repeat #000;
  background-size: 265px;
  padding: 25px 0;
}
.main_title.is-red {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/title_bk_bg.png) center 60% no-repeat #e60011;
  background-size: 265px;
}
@media (min-width: 750px) {
  .main_title.is-red {
    background-color: #d52c25;
    background-size: 532px;
  }
}
.main_title.is-red h2 {
  font-size: 10px;
}
@media (min-width: 750px) {
  .main_title.is-red h2 {
    font-size: 18px;
  }
}
@media (min-width: 750px) {
  .main_title {
    background-size: 532px;
    padding: 60px;
  }
}
.main_title h2 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (min-width: 750px) {
  .main_title h2 {
    font-size: 26px;
  }
}
.main_title h2 span {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .main_title h2 span {
    font-size: 52px;
  }
}

.preview__content {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/preview_bg.jpg) center top no-repeat;
  background-size: cover;
  min-height: 846px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .preview__content {
    background: url(/files/user/_/lp/lp_20180519/asset/photo/preview_bg_pc.jpg) center top no-repeat;
    background-size: cover;
    min-height: inherit;
    min-height: auto;
  }
}
.preview__content__title {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1024px;
  margin: 80% auto 20px;
}
@media (min-width: 750px) {
  .preview__content__title {
    margin-top: 490px;
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.preview__content__title h3 {
  font-weight: normal;
}
.preview__content__text {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  line-height: 1.6;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .preview__content__text {
    font-size: 15px;
    line-height: 2;
  }
}
.preview__content__text p {
  margin-bottom: 25px;
}
@media (min-width: 750px) {
  .preview__content__text p {
    margin-bottom: 40px;
  }
}

.event__content {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/event_bg.jpg) center top repeat;
  padding: 17px 37px 40px;
}
@media (min-width: 750px) {
  .event__content {
    background: url(/files/user/_/lp/lp_20180519/asset/photo/event_bg_pc.jpg) center top repeat;
    padding: 40px 0 70px;
  }
}
.event__content__title {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .event__content__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.event__content__list {
  padding-bottom: 10px;
  max-width: 1024px;
  margin: 0 auto;
  display: table;
}
.event__content__list li {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .event__content__list li {
    margin-bottom: 50px;
  }
}
@media (min-width: 750px) {
  .event__content__list li dl {
    font-size: 0;
    display: table-row;
  }
}
.event__content__list li dl dt {
  background: #fff;
  text-align: center;
}
@media (min-width: 750px) {
  .event__content__list li dl dt {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    background: #000;
  }
}
.event__content__list li dl dt.right_ver_right {
  float: right;
}
@media (min-width: 750px) {
  .event__content__list li dl dt img {
    max-height: 400px;
  }
}
.event__content__list li dl dt img.t-sirt {
  width: 600px;
}
.event__content__list li dl dd {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 18px 10px;
  line-height: 1.5;
  min-height: 235px;
}
.event__content__list li dl dd .is-undersp {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .event__content__list li dl dd {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .event__content__list li dl dd.right_ver_left {
    float: left;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .event__content__list li dl dd {
    font-size: 22px;
    line-height: 1.3;
    padding: 20px 25px;
  }
}
.event__btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  display: block;
  text-align: center;
}
@media (min-width: 750px) {
  .event__btn {
    font-size: 20px;
    height: 100px;
    line-height: 100px;
  }
}

.ticket__top {
  max-width: 265px;
  margin: 0 auto;
  border-top: 40px solid #e60011;
  border-right: 132px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 132px solid transparent;
  position: relative;
  text-align: center;
}
@media (min-width: 750px) {
  .ticket__top {
    max-width: 310px;
    border-top: 40px solid #d52c25;
    border-right: 155px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 155px solid transparent;
  }
}
.ticket__top p {
  position: absolute;
  top: -60px;
  min-width: 265px;
  left: 50%;
  -webkit-transform: translate(-50%);
  /* Safari用 */
  transform: translate(-50%);
  color: #fff;
  font-size: 15px;
}
@media (min-width: 750px) {
  .ticket__top p {
    font-size: 17px;
  }
}
.ticket__content {
  text-align: center;
  padding: 50px 10px 10px;
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .ticket__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.ticket__content p a {
  font-size: 10px;
  color: #e60011;
  border-bottom: 1px solid #e60011;
  font-weight: bold;
}
@media (min-width: 750px) {
  .ticket__content p a {
    font-size: 19px;
    color: #d52c25;
    border-bottom: 1px solid #d52c25;
  }
}
.ticket__content__table {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 750px) {
  .ticket__content__table {
    display: none;
    margin-top: 40px;
  }
}
.ticket__content__table.is-pc {
  display: none;
}
@media (min-width: 750px) {
  .ticket__content__table.is-pc {
    display: table;
  }
}
.ticket__content__table th, .ticket__content__table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}
.ticket__content__table th.is-yew, .ticket__content__table td.is-yew {
  background: #fee000;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-yew, .ticket__content__table td.is-yew {
    background: #fbdf4b;
  }
}
.ticket__content__table th.is-ore, .ticket__content__table td.is-ore {
  background: #f39603;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-ore, .ticket__content__table td.is-ore {
    background: #e89937;
  }
}
.ticket__content__table th.is-red, .ticket__content__table td.is-red {
  background: #e61711;
  color: #fff;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-red, .ticket__content__table td.is-red {
    background: #d63426;
  }
}
.ticket__content__table th.is-blue, .ticket__content__table td.is-blue {
  background: #1d1f87;
  color: #fff;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-blue, .ticket__content__table td.is-blue {
    background: #192482;
  }
}
.ticket__content__table th.is-blue_l, .ticket__content__table td.is-blue_l {
  background: #009fe9;
  color: #fff;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-blue_l, .ticket__content__table td.is-blue_l {
    background: #3e9ee3;
  }
}
.ticket__content__table th.is-blue_d, .ticket__content__table td.is-blue_d {
  background: #00486c;
  color: #fff;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-blue_d, .ticket__content__table td.is-blue_d {
    background: #184869;
  }
}
.ticket__content__table th.is-grn, .ticket__content__table td.is-grn {
  background: #009944;
  color: #fff;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-grn, .ticket__content__table td.is-grn {
    background: #41964e;
  }
}
.ticket__content__table th.is-pra, .ticket__content__table td.is-pra {
  background: #eeea39;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-pra, .ticket__content__table td.is-pra {
    background: #efe85e;
  }
}
.ticket__content__table th.is-gold, .ticket__content__table td.is-gold {
  background: #f3ba31;
}
@media (min-width: 750px) {
  .ticket__content__table th.is-gold, .ticket__content__table td.is-gold {
    background: #ecbb4f;
  }
}
.ticket__content__table th {
  background: #999;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 0;
}
@media (min-width: 750px) {
  .ticket__content__table th {
    font-size: 16px;
    padding: 12px 0;
  }
}
.ticket__content__table td {
  padding: 3px 0;
  min-width: 70px;
  background: #d9d9d9;
}
@media (min-width: 750px) {
  .ticket__content__table td {
    padding: 8px 0;
  }
}
.ticket__content__table td p {
  font-size: 10px;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 50% 50%;
  -ms-transform: scale(0.9);
  -ms-transform-origin: 50% 50%;
  transform: scale(0.9);
  transform-origin: 50% 50%;
}
@media (min-width: 750px) {
  .ticket__content__table td p {
    font-size: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.ticket__content__table.is-sptop {
  margin-top: 30px;
}
.ticket__access {
  background: #e6e6e6;
  font-size: 12px;
  text-align: center;
  padding: 15px 10px 20px;
}
@media (min-width: 750px) {
  .ticket__access {
    padding: 30px 0;
    font-size: 17px;
  }
}
.ticket__access h3 {
  font-size: 17px;
  padding: 0 14px;
  display: inline-block;
  border-bottom: 3px solid #e60011;
}
@media (min-width: 750px) {
  .ticket__access h3 {
    font-size: 26px;
    padding: 0 20px;
    border-bottom: 6px solid #d52c25;
  }
}
.ticket__access p {
  margin-bottom: 16px;
}
@media (min-width: 750px) {
  .ticket__access p {
    margin-bottom: 20px;
  }
}
.ticket__access .is-add {
  margin: 12px 0;
  font-size: 15px;
}
@media (min-width: 750px) {
  .ticket__access .is-add {
    font-size: 19px;
    margin: 20px 0;
  }
}
.ticket__access .is-red {
  font-size: 10px;
  color: #e60011;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .ticket__access .is-red {
    font-size: 13px;
  }
}
.ticket__access iframe {
  width: 90%;
  margin: 0 auto 20px;
  max-height: 300px;
}
@media (min-width: 750px) {
  .ticket__access iframe {
    width: 100%;
    max-width: 980px;
    max-height: 430px;
  }
}

.enjoy {
  margin-bottom: 50px;
}
@media (min-width: 750px) {
  .enjoy {
    margin-bottom: 150px;
  }
}
.enjoy__content__img {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/enjoy_bg.png) center top no-repeat;
  background-size: cover;
  position: relative;
  height: 0;
  padding-top: 69.33%;
}
@media (min-width: 750px) {
  .enjoy__content__img {
    background: url(/files/user/_/lp/lp_20180519/asset/photo/enjoy_pc_bg.png) center top no-repeat;
    background-size: cover;
    padding-top: 30.77%;
  }
}
.enjoy__content__text {
  position: absolute;
  top: 70%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  max-width: 220px;
  line-height: 1.8;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 750px) {
  .enjoy__content__text {
    top: 82%;
    left: 50%;
  }
}
.enjoy__content__box {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/enjoy_title_bg.png) right top repeat-y;
  background-size: 100%;
  padding-right: 34px;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 750px) {
  .enjoy__content__box {
    background: transparent;
  }
}
.enjoy__content__box.is-last {
  padding-bottom: 20px;
}
.enjoy__content__box img {
  margin-bottom: 10px;
}
.enjoy__content__listend {
  float: right;
  text-align: right;
  display: inline-block;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: #fff;
  color: #e60011;
  border: 2px solid #e60011;
  position: relative;
  top: -10px;
}
@media (min-width: 750px) {
  .enjoy__content__listend {
    display: none;
  }
}
.enjoy__content__listend p {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}
.enjoy__content__list {
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .enjoy__content__list {
    padding-top: 64px;
    font-size: 16px;
    background: url(/files/user/_/lp/lp_20180519/asset/photo/enjoy_title_pc_bg.png) top center repeat-y;
  }
}
@media (min-width: 750px) {
  .enjoy__content__list li {
    width: 50%;
    float: left;
    position: relative;
    right: -15px;
  }
}
@media (min-width: 750px) {
  .enjoy__content__list li.is-top {
    margin-top: 170px;
  }
}
@media (min-width: 750px) {
  .enjoy__content__list li.is-right {
    float: right;
    position: relative;
    left: -15px;
  }
  .enjoy__content__list li.is-right .enjoy__content__box {
    padding-left: 36px;
    padding-right: 0;
  }
}
.enjoy__content__list li h3 {
  padding-bottom: 12px;
  color: #e60011;
  font-size: 16px;
}
@media (min-width: 750px) {
  .enjoy__content__list li h3 {
    padding-top: 5px;
    font-size: 24px;
  }
}
.enjoy__content__end {
  display: none;
}
@media (min-width: 750px) {
  .enjoy__content__end {
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #fff;
    color: #e60011;
    border: 4px solid #e60011;
    position: relative;
    top: -10px;
  }
  .enjoy__content__end p {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    position: absolute;
    font-size: 21px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }
}
.enjoy__content__yb {
  position: relative;
  width: 96%;
  margin: 0 auto;
  /*padding-top: 56.25%;*/
}
@media (min-width: 750px) {
  .enjoy__content__yb {
    max-width: 980px;
    width: 100%;
  }
}
.enjoy__content__yb iframe {
  /*position: absolute;
  top: 0;
  right: 0;*/
  width: 100%;
  height: 200px;
}
@media (min-width: 750px) {
  .enjoy__content__yb iframe {
    height: 575px;
  }
}
.enjoy__btn {
  margin: 10px auto 25px;
  max-width: 90%;
  background: #e60011;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  display: block;
}
@media (min-width: 750px) {
  .enjoy__btn {
    font-size: 21px;
    max-width: 530px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
}
.enjoy__btn span {
  font-size: 10px;
}
@media (min-width: 750px) {
  .enjoy__btn span {
    font-size: 16px;
  }
}

@media (min-width: 750px) {
  .amazing__content {
    background: url(/files/user/_/lp/lp_20180519/asset/photo/amazing_pc_bg02.png) center bottom no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 134.22%;
  }
}
.amazing__content__text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.amazing__content__text h3 {
  color: #e60011;
  font-size: 15px;
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .amazing__content__text h3 {
    color: #d52c25;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.amazing__content__box {
  position: relative;
}
.amazing__content__box.is-first {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/amazing_img01.png) center top no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 69.86%;
  margin-top: 27px;
  margin-bottom: 130px;
}
@media (min-width: 750px) {
  .amazing__content__box.is-first {
    display: none;
    background: transparent;
    padding-top: 0;
    margin-top: 55px;
    margin-bottom: 0;
  }
}
.amazing__content__box.is-first .amazing__content__text {
  margin-top: 63%;
  padding-left: 15%;
  padding-right: 10px;
}
.amazing__content__box.is-second {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/amazing_img02.png) center top no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 120.93%;
}
@media (min-width: 750px) {
  .amazing__content__box.is-second {
    display: none;
    background: transparent;
    height: 1300px;
    padding-top: 0;
  }
}
.amazing__content__box.is-second .amazing__content__text {
  margin-top: 12%;
  padding-left: 3%;
  width: 50%;
}
.amazing__content__box.is-third {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/amazing_img03.jpg) center top no-repeat;
  background-size: 100%;
  height: 0;
  padding-top: 117.2%;
}
@media (min-width: 750px) {
  .amazing__content__box.is-third {
    display: none;
    background: transparent;
    padding-top: 0;
    height: 349px;
  }
}
.amazing__content__box.is-third .amazing__content__text {
  margin-top: 72%;
  padding-left: 5%;
  padding-right: 10px;
}
.amazing__content__box.is-third .amazing__content__text h3 {
  color: #fff;
}
.amazing__content__box.is-third .amazing__content__text p {
  color: #fff;
}

.about__content {
  background: #e6e6e6;
  background-size: cover;
  color: #000;
  text-align: center;
  padding: 35px 30px 10px;
}
@media (min-width: 750px) {
  .about__content {
    padding: 30px 0 10px;
  }
}
.about__content__list {
  max-width: 1680px;
  margin: 0 auto;
}
.about__content__list li {
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 750px) {
  .about__content__list li {
    width: 25%;
    float: left;
  }
}
.about__content__list li p {
  width: 100%;
  line-height: 2;
  position: absolute;
  top: 86%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}
.about__content__list li p.is-wh {
  color: #fff;
}

.kv2 {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/kv2.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 120vw;
}
@media (min-width: 750px) {
  .kv2 {
    width: auto;
    height: auto;
    padding-top: 0;
    background: url(/files/user/_/lp/lp_20180519/asset/photo/kv_pc2.jpg) center center no-repeat;
    background-size: 100% 100%;
    height: 55vw;
  }
}
.kv2__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 72px;
  text-align: center;
  cursor: pointer;
}
.kv2__scroll a {
  color: #fff;
  font-size: 21px;
}
.kv2__scroll span {
  margin-top: 5px;
  display: block;
}


.schedule {
  background: url(/files/user/_/lp/lp_20180519/asset/photo/schedule.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 270vw;
}
@media (min-width: 750px) {
  .schedule {
    width: auto;
    height: auto;
    padding-top: 0;
    background: url(/files/user/_/lp/lp_20180519/asset/photo/schedule_pc.jpg) center center no-repeat;
    background-size: 100% 100%;
    height: 55vw;
  }
}
.schedule__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 72px;
  text-align: center;
  cursor: pointer;
}
.schedule__scroll a {
  color: #fff;
  font-size: 21px;
}
.schedule__scroll span {
  margin-top: 5px;
  display: block;
}
