@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
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;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* 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] {
  cursor: help;

  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;

  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
body, button, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-size-adjust: 100%;
  word-wrap: break-word;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^="tel"] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

body {
  opacity: 0;
  position: relative;
  background: #feeed5;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.active {
  opacity: 1;
  transition: 1s ease-out;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 1s ease-out;
}

.l-wrapper {
  position: relative;
  width: 100%;
  color: #0a1b60;
  font-weight: 500;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pc/bg_contents.jpg) center center no-repeat;
  background-size: cover;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: url(../img/common/base_header.png) top left repeat-x;
  background-size: contain;
}

.l-header .c-header_inner {
  width: 1150px;
  margin: 0 auto;
  padding: 19px 0;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-header .c-header_inner .logo {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.l-header .c-header_inner .menu {
  display: inline-block;
  width: calc(100% - 205px);
  vertical-align: middle;
  letter-spacing: normal;
}

.l-header .c-header_inner .menu nav .menu_list {
  font-size: 0;
  letter-spacing: -.4em;
  text-align: right;
}

.l-header .c-header_inner .menu nav .menu_list li {
  display: inline-block;
  height: 26px;
  vertical-align: top;
  letter-spacing: normal;
}

.l-header .c-header_inner .menu nav .menu_list li + li {
  margin-left: 14px;
}

.l-header .c-header_inner .menu nav .menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header .c-header_inner .menu nav .menu_list li a img {
  width: auto;
  height: 100%;
}

.l-header.js-scrollheader {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-30px);
  width: 100%;
  transition: all .4s ease-out;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-30px);
  -webkit-transition: all .4s ease-out;
}

.l-header.js-scrollheader.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease-out;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  -webkit-transition: all .4s ease-out;
}

.l-content {
  position: relative;
  z-index: 1;
  padding-top: 124px;
}

.l-content .section_ribbon {
  position: relative;
  background: #ce1a3f;
  color: #fff;
}

.l-content .section_ribbon::before, .l-content .section_ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background-size: 7.5px auto;
  background-repeat: repeat-y;
}

.l-content .section_ribbon::before {
  left: -7px;
  background-image: url(../img/common/ribbon_left.png);
}

.l-content .section_ribbon::after {
  right: -7px;
  background-image: url(../img/common/ribbon_right.png);
}

.l-content .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-content .section_bg li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

.l-content .section_bg li:first-child {
  background: url(../img/common/bg_star01.png);
  transition: -webkit-transform 3s cubic-bezier(.39, .575, .565, 1);
  transition: transform 3s cubic-bezier(.39, .575, .565, 1);
  transition: transform 3s cubic-bezier(.39, .575, .565, 1), -webkit-transform 3s cubic-bezier(.39, .575, .565, 1);

  -webkit-transition: -webkit-transform 3s cubic-bezier(.39, .575, .565, 1);
}

.l-content .section_bg li:last-child {
  background: url(../img/common/bg_star02.png);
  transition: -webkit-transform 5s cubic-bezier(.39, .575, .565, 1);
  transition: transform 5s cubic-bezier(.39, .575, .565, 1);
  transition: transform 5s cubic-bezier(.39, .575, .565, 1), -webkit-transform 5s cubic-bezier(.39, .575, .565, 1);

  -webkit-transition: -webkit-transform 5s cubic-bezier(.39, .575, .565, 1);
}

.l-top {
  position: relative;
  overflow: hidden;
  background: url(../img/common/bg_base_stripe.gif);
  font-size: 0;
  letter-spacing: -.4em;
}

.l-top .c-top_text, .l-top .c-top_img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: normal;
}

.l-top .c-top_text {
  width: 46%;
  text-align: center;
}

.l-top .c-top_text .logo {
  position: relative;
  z-index: 1;
  width: 115%;
  max-width: 740px;
  margin: 0 auto;
}

.l-top .c-top_text .name, .l-top .c-top_text .place, .l-top .c-top_text .date, .l-top .c-top_text .ticket, .l-top .c-top_text .scroll {
  margin: 0 8%;
}

.l-top .c-top_text .name {
  width: 64%;
  max-width: 410px;
  margin: -7px auto 0;
}

.l-top .c-top_text .place {
  display: inline-block;
  position: relative;
  margin-top: 27px;
  margin-bottom: 17px;
  padding: 5px 0;
  padding-left: 30px;
  vertical-align: top;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: normal;
}

.l-top .c-top_text .place::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: url(../img/common/icon_pin.png) left center no-repeat;
  background-size: 18px auto;
}

.l-top .c-top_text .date {
  width: 480px;
  margin: 0 auto;
  padding: 10px 0 10px 12px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.l-top .c-top_text .date .is-se {
  display: none;
}

.l-top .c-top_text .date p {
  display: inline;
  font-weight: 500;
  font-size: 14px;
}

.l-top .c-top_text .ticket {
  margin-top: 30px;
}

.l-top .c-top_text .ticket .ticket_btn {
  width: 65%;
  max-width: 418px;
  margin: 0 auto;
}

.l-top .c-top_text .ticket .ticket_text {
  margin-top: 17px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .05em;
}

.l-top .c-top_text .scroll {
  width: 32px;
  margin: 0 auto;
  margin-top: 45px;
  cursor: pointer;
  animation: scroll_icon 1s ease-in-out alternate infinite;

  -webkit-animation: scroll_icon 1s ease-in-out alternate infinite;
}

.l-top .c-top_img {
  width: 54%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: right;
}

.l-top .c-top_img img {
  vertical-align: top;
  letter-spacing: normal;
}

.l-section {
  position: relative;
  padding: 100px 0 98px;
}

.l-section.flag_right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 180px;
  background: url(../img/common/flag_right.png) top right no-repeat;
  background-size: contain;
}

.l-section.flag_left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 180px;
  background: url(../img/common/flag_left.png) top left no-repeat;
  background-size: contain;
}

.l-section .c-section_inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.l-section h2 {
  position: relative;
  z-index: 1;
  width: 590px;
  margin: 0 auto 70px;
}

.l-section h2 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  height: 70px;

  -webkit-transform: translate(-50%, -40%);
}

.l-section h2 .text img {
  width: auto;
  height: 100%;
}

.l-section .section_catch {
  margin-bottom: 24px;
  text-align: center;
}

.l-section .section_catch h3 {
  display: inline-block;
  position: relative;
  width: 450px;
  padding: 13px 40px;
  background: #0a1b60;
  border-radius: 30px;
  color: #edd281;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .05em;
}

.l-section .section_catch h3::before, .l-section .section_catch h3::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url(../img/common/icon_star.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
}

.l-section .section_catch h3::before {
  left: 0;
  background-position: right center;
}

.l-section .section_catch h3::after {
  right: 0;
  background-position: left center;
}

.l-section .section_linebox {
  position: relative;
  margin: 36px 0;
  padding: 0 62px;
  background: url(../img/pc/base_contents_repeat.png) top center repeat-y;
  background-size: contain;
}

.l-section .section_linebox::before, .l-section .section_linebox::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 36px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.l-section .section_linebox::before {
  top: -36px;
  background-image: url(../img/pc/base_contents_top.png);
  background-position: bottom center;
}

.l-section .section_linebox::after {
  bottom: -36px;
  background-image: url(../img/pc/base_contents_btm.png);
  background-position: top center;
}

.info {
  background: url(../img/common/bg_orange.gif);
}

.info .c-section_content {
  font-size: 0;
  letter-spacing: -.4em;
}

.info .c-section_content .info_box {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: normal;
}

.info .c-section_content .info_box:first-child {
  width: 610px;
  margin-right: 20px;
  font-weight: bold;
}

.info .c-section_content .info_box:first-child .overview {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 55px;
  background: url(../img/common//line_repeat.png) bottom left repeat-x;
  background-size: 20px auto;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: .03em;
}

.info .c-section_content .info_box:first-child .overview span {
  font-size: 16px;
}

.info .c-section_content .info_box:first-child .map {
  padding: 50px 0 43px;
}

.info .c-section_content .info_box:first-child .ps {
  font-size: 15px;
  letter-spacing: .05em;
}

.info .c-section_content .info_box:last-child {
  width: 470px;
}

.info .c-section_content .info_box:last-child .place li {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.info .c-section_content .info_box:last-child .place li::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 40px;
  height: 55px;
  background: url(../img/common/icon_pin_l.png) top right no-repeat;
  background-size: 40px auto;
}

.info .c-section_content .info_box:last-child .place li + li {
  margin-top: 20px;
}

.info .c-section_content .info_box:last-child .place li .place_item {
  position: relative;
  min-height: 158px;
  padding: 29px 50px 23px 55px;
  background: #0a1b60;
  border-radius: 100px;
}

.info .c-section_content .info_box:last-child .place li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  border-radius: 100px;
}

.info .c-section_content .info_box:last-child .place li .place_catch, .info .c-section_content .info_box:last-child .place li .place_supple {
  position: relative;
}

.info .c-section_content .info_box:last-child .place li .place_catch {
  font-size: 30px;
  line-height: 25px;
  letter-spacing: .06em;
}

.info .c-section_content .info_box:last-child .place li .place_catch p {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: .05em;
}

.info .c-section_content .info_box:last-child .place li .place_supple {
  color: #f9ecd9;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .04em;
}

.description {
  padding-bottom: 35px;
}

.description .c-section_inner h2 {
  margin-bottom: 0;
}

.description .c-section_inner .c-section_content {
  margin-top: -60px;
  padding: 0 0 80px;
}

.description .c-section_inner .c-section_content .description_list {
  margin-bottom: 63px;
  padding-top: 93px;
}

.description .c-section_inner .c-section_content .description_list li {
  margin-bottom: 22px;
  font-size: 0;
  letter-spacing: -.4em;
}

.description .c-section_inner .c-section_content .description_list li .catch, .description .c-section_inner .c-section_content .description_list li .content {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: normal;
}

.description .c-section_inner .c-section_content .description_list li .catch {
  position: relative;
  width: 270px;
  margin-right: 20px;
  padding: 12px 0 10px 48px;
  background: #0a1b60;
  border-radius: 20px;
  color: #edd688;
  font-weight: bold;
}

.description .c-section_inner .c-section_content .description_list li .catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: url(../img/common/icon_star.png) center right no-repeat;
  background-size: 24px auto;
}

.description .c-section_inner .c-section_content .description_list li .content {
  width: calc(100% - 290px);
  padding-top: 3px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: .05em;
}

.description .c-section_inner .c-section_content .description_list li .content p {
  margin-top: 7px;
  font-size: 12px;
  line-height: 15px;
}

.description .c-section_inner .c-section_content .description_list li.kickoff {
  position: relative;
}

.description .c-section_inner .c-section_content .description_list li.kickoff::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  width: 83px;
  height: 83px;
  background: url(../img/common/badge_kickoff.png) center center no-repeat;
  background-size: contain;

  -webkit-transform: translateY(-50%);
}

.description .c-section_inner .c-section_content .description_box {
  padding: 60px 0 70px;
  background: url(../img/common/line_repeat.png) bottom left repeat-x;
  background-size: 20px auto;
}

.description .c-section_inner .c-section_content .description_box h3 {
  position: relative;
  margin-bottom: 37px;
  padding-left: 60px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: .05em;
}

.description .c-section_inner .c-section_content .description_box h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 100%;
  background: url(../img/common/icon_star.png) center right no-repeat;
  background-size: 30px auto;
}

.description .c-section_inner .c-section_content .description_box .box_content {
  width: 860px;
  margin: 0 auto;
}

.description .c-section_inner .c-section_content .description_box .price {
  padding: 36px 0;
  background: #fdecce;
  border-radius: 10px;
}

.description .c-section_inner .c-section_content .description_box .price_list_txt {
  margin: 20px 0;
  color: #f00;
  text-align: center;
}

.description .c-section_inner .c-section_content .description_box .price .price_list, .description .c-section_inner .c-section_content .description_box .price .price_period {
  width: 480px;
  margin: 0 auto;
}

.description .c-section_inner .c-section_content .description_box .price .price_list {
  margin-bottom: 30px;
}

.description .c-section_inner .c-section_content .description_box .price .price_list li {
  display: table;
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.description .c-section_inner .c-section_content .description_box .price .price_list li + li {
  margin-top: 16px;
}

.description .c-section_inner .c-section_content .description_box .price .price_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #0a1b60;

  -webkit-transform: translateY(-50%);
}

.description .c-section_inner .c-section_content .description_box .price .price_list li p {
  display: table-cell;
  position: relative;
  background: #fdecce;
  vertical-align: top;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .05em;
}

.description .c-section_inner .c-section_content .description_box .price .price_list li .date {
  display: inline-block;
  width: auto;
  padding-right: 10px;
}

.description .c-section_inner .c-section_content .description_box .price .price_list li .price {
  width: 2em;
  padding: 0;
  padding-left: 10px;
}

.description .c-section_inner .c-section_content .description_box .price .price_period {
  padding: 12px 0;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: .05em;
  text-align: center;
}

.description .c-section_inner .c-section_content .description_box .price .price_period span {
  font-size: 22px;
}

.description .c-section_inner .c-section_content .description_box .buy {
  width: 418px;
  margin: 35px auto 0;
}

.description .c-section_inner .c-section_content .description_box.direction {
  background: none;
}

.description .c-section_inner .c-section_content .description_box.direction h3 {
  margin-bottom: 32px;
}

.description .c-section_inner .c-section_content .description_box.direction .text {
  font-weight: bold;
}

.description .c-section_inner .c-section_content .description_box.direction .map {
  position: relative;
  margin: 15px 0 0;
  padding-top: 408px;
  border: 3px solid #ce1a3f;
}

.description .c-section_inner .c-section_content .description_box.direction .map + .map {
  margin-top: 30px;
}

.description .c-section_inner .c-section_content .description_box.direction .map .map_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 2px solid #f0a820;
}

.description .c-section_inner .c-section_content .description_box.direction .map .map_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.description .c-section_inner .c-section_content .moreinfo {
  font-size: 120%;
  text-align: center;
}

.description .c-section_inner .c-section_content .description_box.floor {
  padding-bottom: 30px;
}

.stage {
  padding-bottom: 120px;
  background: url(../img/common/bg_red.gif);
  color: #f9ecd9;
}

.stage .c-section_inner h2 {
  margin-bottom: 58px;
}

.stage .stage_overview {
  width: 980px;
  margin: 0 auto 45px;
}

.stage .stage_overview .text {
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: .04em;
}

.stage .stage_overview .attention {
  margin-top: 27px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .05em;
  text-indent: -1em;
}

.stage .stage_overview .attention li + li {
  margin-top: 3px;
}

.stage .stage_detail {
  padding: 57px 62px 28px;
  background: #0a1b60;
  border-radius: 10px;
  font-weight: bold;
}

.stage .stage_detail .box {
  font-size: 0;
  letter-spacing: -.4em;
}

.stage .stage_detail .box .date, .stage .stage_detail .box .content {
  display: inline-block;
  vertical-align: top;
}

.stage .stage_detail .box .date {
  width: 180px;
  font-size: 24px;
  letter-spacing: .05em;
}

.stage .stage_detail .box .content {
  width: calc(100% - 180px);
  font-size: 0;
  letter-spacing: -.4em;
}

.stage .stage_detail .box .content li {
  margin-bottom: 25px;
}

.stage .stage_detail .box .content .time, .stage .stage_detail .box .content .title {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  letter-spacing: .05em;
}

.stage .stage_detail .box .content .time {
  width: 200px;
}

.stage .stage_detail .box .content .title {
  width: calc(100% - 200px);
  color: #edd688;
  line-height: 28px;
}

.stage .stage_detail .box .content .title p {
  margin-top: 6px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.stage .stage_detail .box + .box {
  margin-top: 10px;
  padding-top: 50px;
  background: url(../img/common/line_repeat.png) top left repeat-x;
  background-size: 20px auto;
}

.guests {
  padding-bottom: 70px;
  overflow: hidden;
  background: url(../img/common/bg_base_stripe.gif);
}

.guests .guest_list li {
  position: relative;
  margin: 21px 0  57px;
  padding: 47px 70px 39px;
  background: url(../img/pc/base_guests_repeat.png) top center repeat-y;
  background-size: contain;
  font-size: 0;
  letter-spacing: -.4em;
}

.guests .guest_list li::before, .guests .guest_list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
}

.guests .guest_list li::before {
  top: -21px;
  background-image: url(../img/pc/base_guests_top.png);
  background-position: bottom center;
}

.guests .guest_list li::after {
  bottom: -21px;
  background-image: url(../img/pc/base_guests_btm.png);
  background-position: top center;
}

.guests .guest_list li .img, .guests .guest_list li .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  letter-spacing: normal;
}

.guests .guest_list li .img {
  padding-right: 35px;
}

.guests .guest_list li .text {
  width: calc(100% - 325px);
  letter-spacing: .05em;
}

.guests .guest_list li .text .position {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 16px;
}

.guests .guest_list li .text .profile {
  padding-top: 20px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: .05em;
}

.contents {
  padding-bottom: 90px;
}

.contents .c-section_inner h2 {
  margin-bottom: 0;
}

.contents .c-section_inner .c-section_content {
  margin-top: -60px;
}

.contents .list {
  padding-top: 60px;
}

.contents .list li {
  padding-bottom: 28px;
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: .05em;
}

.contents .list li .category {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  padding: 8px 20px 8px 30px;
  background: #0a1b60;
  border-radius: 15px;
  color: #edd688;
  font-size: 14px;
  line-height: 1em;
}

.contents .list li .category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  background: url(../img/common/icon_star.png) right center no-repeat;
  background-size: 15px auto;
}

.contents .list li .category.is-stage {
  background: #f39801;
  color: #fff;
}

.contents .list li .text p {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .05em;
}

.contents .list li .img {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 0;
}

.contents .list li + li {
  padding-top: 40px;
  background: url(../img/common/line_repeat.png) top left repeat-x;
  background-size: 20px auto;
}

.contents .list li + li.nonecategory {
  padding-top: 52px;
}

.contents .list li.limited {
  position: relative;
}

.contents .list li.limited::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  width: 80px;
  height: 79px;
  background: url(../img/common/badge.png) center center no-repeat;
  background-size: contain;

  -webkit-transform: translateY(-40%);
}

.contents .list li:first-child.limited::before {
  transform: translateY(-60%);

  -webkit-transform: translateY(-60%);
}

.goods {
  padding: 108px 0 98px;
  overflow: hidden;
  background: url(../img/common/bg_base_stripe.gif);
}

.goods::before {
  display: none;
}

.goods .c-section_inner h2 {
  margin-bottom: 60px;
}

.goods .goods_overview {
  margin-bottom: 45px;
}

.goods .goods_overview .section_catch {
  margin-bottom: 26px;
}

.goods .goods_overview .text {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: .05em;
  text-align: center;
}

.goods .goods_overview .text p {
  margin-top: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
}

.goods .goods_list {
  font-size: 0;
  letter-spacing: -.4em;
}

.goods .goods_list .item {
  display: inline-block;
  position: relative;
  width: 235px;
  min-height: 350px;
  margin: 0 20px 28px;
  padding: 25px 0;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: normal;
}

.goods .goods_list .item::before, .goods .goods_list .item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.goods .goods_list .item::before {
  top: 0;
  background-image: url(../img/common/base_goods_top.png);
  background-position: bottom center;
}

.goods .goods_list .item::after {
  bottom: 0;
  background-image: url(../img/common/base_goods_btm.png);
  background-position: top center;
}

.goods .goods_list .item .item_inner {
  min-height: 300px;
  padding: 0 4px;
  background: url(../img/common/base_goods_repeat.png) top center repeat-y;
  background-size: contain;
}

.goods .goods_list .item .item_inner .img {
  width: 100%;
  padding-top: 220px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.goods .goods_list .item .item_inner .text {
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 20px;
  word-break: normal;
}

.goods .goods_list .item .item_inner .text .price {
  padding-top: 3px;
  font-size: 16px;
  text-align: right;
}

.goods .goods_list .item:nth-child(4n) {
  margin-right: 0;
}

.goods .goods_attention {
  margin-top: 43px;
}

.goods .goods_attention .section_catch {
  margin-bottom: 0;
}

.goods .goods_attention .list {
  width: 860px;
  margin: -25px auto 0;
  padding: 56px 58px 50px;
  background: #fbe0b1;
  border-radius: 10px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: .04em;
}

.goods .goods_attention .list li {
  padding-left: 1em;
  text-indent: -1em;
}

.goods .goods_attention .list li + li {
  margin-top: 9px;
}

.sponsor {
  position: relative;
  padding-top: 115px;
  padding-bottom: 55px;
  background: url(../img/common/base_sponsor_repeat.png);
  color: #fff;
}

.sponsor::before, .sponsor::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background-size: contain;
  background-repeat: repeat-x;
}

.sponsor::before {
  top: -10px;
  background-image: url(../img/common/base_sponsor_top.png);
  background-position: bottom center;
}

.sponsor::after {
  bottom: -10px;
  background-image: url(../img/common/base_sponsor_btm.png);
  background-position: top center;
}

.sponsor .section_catch {
  margin-bottom: 60px;
}

.sponsor .section_catch h3 {
  background: #fbe0b1;
  color: #0a1b60;
}

.sponsor .sponsor_list {
  font-size: 0;
  letter-spacing: -.4em;
}

.sponsor .sponsor_list li {
  display: inline-block;
  width: 320px;
  margin: 0 20px;
  margin-bottom: 85px;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: normal;
}

.sponsor .sponsor_list li:nth-child(3n) {
  margin-right: 0;
}

.sponsor .sponsor_list li img {
  width: 185px;
  margin: 0 auto;
}

.sponsor .sponsor_list li .text {
  letter-spacing: .05em;
}

.sponsor .sponsor_list li .text .name {
  margin-top: 30px;
  text-align: center;
}

.sponsor .sponsor_list li .text .overview {
  margin: 23px 10px 25px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  word-break: break-all;
}

.sponsor .sponsor_list li .text .link {
  font-weight: bold;
  font-size: 13px;
}

.sponsor .sponsor_list li .text .link a {
  padding-left: 1em;
  color: #fff;
  font-weight: 500;
}

.policy {
  padding-bottom: 135px;
  overflow: hidden;
  background: url(../img/common/bg_base_stripe.gif);
}

.policy .section_catch {
  margin-bottom: 0;
}

.policy .attention_text {
  margin-top: -25px;
  padding: 55px 60px 70px;
  background: #fbe0b1;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .05em;
}

.policy .attention_text dl {
  margin: 20px 0;
}

.policy .attention_text dt {
  margin: 10px 0;
  font-weight: bold;
}

.policy .attention_text dd {
  margin: 10px 0;
  font-size: 12px;
  line-height: 10pt;
}

.policy .attention_text ul {
  margin: 10px 0 10px 20px;
  font-size: 12px;
  line-height: 10pt;
}

.policy .attention_text li {
  margin: 10px 0;
}

.l-footer {
  position: relative;
  z-index: 2;
  padding: 60px 0 95px;
  background: #0a1b60;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: center;
}

.l-footer::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../img/common/base_footer_top.png) bottom center repeat-x;
  background-size: contain;
}

.l-footer .pagetop {
  position: absolute;
  top: -40px;
  right: 100px;
  cursor: pointer;
}

.l-footer .fixedpagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: all .4s ease-out;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all .4s ease-out;
}

.l-footer .fixedpagetop.active {
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-out;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .4s ease-out;
}

.l-footer .sns, .l-footer .link, .l-footer .download {
  font-size: 0;
  letter-spacing: -.4em;
}

.l-footer .sns li, .l-footer .link li, .l-footer .download li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.l-footer .sns li {
  width: 85px;
  margin: 0 10px;
}

.l-footer .sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer .link {
  margin: 50px 0 27px;
}

.l-footer .link li {
  width: 320px;
  margin: 0 10px;
}

.l-footer .download {
  margin: 0 0 35px;
}

.l-footer .download li {
  margin: 0 10px;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_base_stripe.gif);
}

.l-loading .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-loading .bg li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

.l-loading .bg li:first-child {
  transform: translateY(-150px);
  background: url(../img/common/bg_star01.png) top left repeat;

  -webkit-transform: translateY(-150px);
}

.l-loading .bg li:last-child {
  transform: translateY(150px);
  background: url(../img/common/bg_star02.png) top left repeat;

  -webkit-transform: translateY(150px);
}

.l-loading .logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 45%;
  max-width: 300px;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-50%, -45%);
}

.l-loading.active .bg li {
  transform: translateY(0);

  -webkit-transform: translateY(0);
}

.l-loading.active .bg li:first-child {
  transition: -webkit-transform 5s cubic-bezier(.39, .575, .565, 1);
  transition: transform 5s cubic-bezier(.39, .575, .565, 1);
  transition: transform 5s cubic-bezier(.39, .575, .565, 1), -webkit-transform 5s cubic-bezier(.39, .575, .565, 1);

  -webkit-transition: -webkit-transform 5s cubic-bezier(.39, .575, .565, 1);
}

.l-loading.active .bg li:last-child {
  transition: -webkit-transform 8s cubic-bezier(.39, .575, .565, 1);
  transition: transform 8s cubic-bezier(.39, .575, .565, 1);
  transition: transform 8s cubic-bezier(.39, .575, .565, 1), -webkit-transform 8s cubic-bezier(.39, .575, .565, 1);

  -webkit-transition: -webkit-transform 8s cubic-bezier(.39, .575, .565, 1);
}

.l-loading.active .logo {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(.215, .61, .355, 1) 1s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1) 1s;
}

.effect_item h2, .effect_item .c-section_content {
  opacity: 0;
  transform: translateY(10px);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(10px);
}

.effect_item.active h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s cubic-bezier(.39, .575, .565, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  -webkit-transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.effect_item.active .c-section_content {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  transition-delay: .3s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  -webkit-transition: all .4s cubic-bezier(.39, .575, .565, 1);
  -webkit-transition-delay: .3s;
}

.effect_item.flag_right, .effect_item.flag_left {
  overflow: hidden;
}

.effect_item.flag_right::before, .effect_item.flag_left::before {
  opacity: 0;
  transform: translateY(-20px);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-20px);
}

.effect_item.flag_right.active::before, .effect_item.flag_left.active::before {
  opacity: 1;
  transform: translateY(0px);
  transition: all .8s cubic-bezier(.39, .575, .565, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0px);
  -webkit-transition: all .8s cubic-bezier(.39, .575, .565, 1);
}

.effect_item.policy .c-section_inner, .effect_item.sponsor .c-section_inner {
  opacity: 0;
  transform: translateY(10px);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(10px);
}

.effect_item.policy.active .c-section_inner, .effect_item.sponsor.active .c-section_inner {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s cubic-bezier(.39, .575, .565, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  -webkit-transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

@-webkit-keyframes scroll_icon {
  0% {
    transform: translateY(0);

    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);

    -webkit-transform: translateY(-5px);
  }
}

@keyframes scroll_icon {
  0% {
    transform: translateY(0);

    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);

    -webkit-transform: translateY(-5px);
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);

    -webkit-transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);

    -webkit-transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);

    -webkit-transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);

    -webkit-transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);

    -webkit-transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);

    -webkit-transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);

    -webkit-transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);

    -webkit-transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);

    -webkit-transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);

    -webkit-transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);

    -webkit-transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);

    -webkit-transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);

    -webkit-transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);

    -webkit-transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);

    -webkit-transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);

    -webkit-transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);

    -webkit-transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);

    -webkit-transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);

    -webkit-transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);

    -webkit-transform: translateX(-1px) rotate(0);
  }
}

img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .sponsor .sponsor_list li .text .link a:hover {
    text-decoration: none;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  .hvr-buzz-out {
    transform: perspective(1px) translateZ(0);

    -webkit-transform: perspective(1px) translateZ(0);
  }
  .hvr-buzz-out:hover {
    animation-name: hvr-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;

    -webkit-animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: hvr-buzz-out;
    -webkit-animation-timing-function: linear;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .l-bg::before {
    background-image: url(../img/sp/bg_contents.jpg);
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: none;
  }
  .l-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../img/common/base_header.png) top left repeat-x;
    background-size: contain;
  }
  .l-header .c-header_inner {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .l-header .c-header_inner .logo {
    position: relative;
    z-index: 11;
    width: 101px;
  }
  .l-header .c-header_inner .sp_btn {
    position: absolute;
    top: 50%;
    right: 5.5%;
    z-index: 11;
    transform: translateY(-60%);
    width: 25px;
    height: 17px;

    -webkit-transform: translateY(-60%);
  }
  .l-header .c-header_inner .sp_btn span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: all .4s ease;

    -webkit-transition: all .4s ease;
  }
  .l-header .c-header_inner .sp_btn span:nth-child(1) {
    transform: translate(-50%, 0) rotate(0deg);

    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .l-header .c-header_inner .sp_btn span:nth-child(2) {
    transform: translate(-50%, 8px) rotate(0deg);

    -webkit-transform: translate(-50%, 8px) rotate(0deg);
  }
  .l-header .c-header_inner .sp_btn span:nth-child(3) {
    transform: translate(-50%, 16px) rotate(0deg);

    -webkit-transform: translate(-50%, 16px) rotate(0deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .l-header .c-header_inner .sp_btn.open span {
    transition: all .4s ease;

    -webkit-transition: all .4s ease;
  }
  .l-header .c-header_inner .sp_btn.open span:nth-child(1) {
    transform: translate(-50%, 0) rotate(45deg);

    -webkit-transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header .c-header_inner .sp_btn.open span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, 8px) rotate(0deg);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(-50%, 8px) rotate(0deg);
  }
  .l-header .c-header_inner .sp_btn.open span:nth-child(3) {
    transform: translate(-50%, 16px) rotate(-45deg);

    -webkit-transform: translate(-50%, 16px) rotate(-45deg);
  }
  .l-header .c-header_inner .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: url(../img/sp/bg_menu_blue.gif) top left repeat-y;
    background-size: 100% auto;
  }
  .l-header .c-header_inner .menu nav {
    padding-top: 60px;
  }
  .l-header .c-header_inner .menu nav .menu_list li {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .l-header .c-header_inner .menu nav .menu_list li a {
    padding: 5% 0 3.5%;
  }
  .l-header .c-header_inner .menu nav .menu_list li a img {
    display: inline-block;
    height: 37px;
    vertical-align: top;
    letter-spacing: normal;
  }
  .l-header .c-header_inner .menu nav .menu_list li + li {
    margin-left: 0;
  }
  .l-header .c-header_inner .menu nav .menu_list li:nth-child(odd) {
    background: url(../img/sp/bg_menu_red.gif) top left repeat-y;
    background-size: 100% auto;
  }
  .l-header .c-header_inner .menu nav .menu_list li:first-child a {
    padding-top: 6%;
  }
  .l-header .c-header_inner .menu nav .sns {
    margin: 9% 0;
    font-size: 0;
    letter-spacing: -.4em;
  }
  .l-header .c-header_inner .menu nav .sns li {
    display: inline-block;
    width: 12%;
    margin: 0 1%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .l-header .c-header_inner .menu nav .sns li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header .c-header_inner .menu nav .menu_list li a img {
    height: 30px;
  }
  .l-content {
    padding-top: 60px;
  }
  .l-content .section_ribbon {
    position: relative;
    background: #ce1a3f;
    color: #fff;
  }
  .l-content .section_ribbon::before, .l-content .section_ribbon::after {
    width: 5px;
    background-size: 5px auto;
  }
  .l-content .section_ribbon::before {
    left: -5px;
  }
  .l-content .section_ribbon::after {
    right: -5px;
  }
  .l-content .section_bg li:first-child, .l-content .section_bg li:last-child {
    background-size: 336px auto;
  }
  .l-top {
    position: relative;
  }
  .l-top .c-top_text {
    width: 100%;
  }
  .l-top .c-top_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .l-top .c-top_text {
    padding-top: 117vw;
  }
  .l-top .c-top_text .logo {
    width: 100%;
    margin: 0 auto;
  }
  .l-top .c-top_text .name, .l-top .c-top_text .place, .l-top .c-top_text .date, .l-top .c-top_text .ticket, .l-top .c-top_text .scroll {
    margin: 0 5%;
  }
  .l-top .c-top_text .name {
    width: 80%;
    margin: -5% auto 16px;
  }
  .l-top .c-top_text .place {
    margin: 0;
    padding-left: 5%;
    font-size: 16px !important;
  }
  .l-top .c-top_text .place::before {
    background-size: 11px auto;
  }
  .l-top .c-top_text .date {
    width: auto;
    margin: 0 8%;
    margin-top: 8px;
    padding: 8px 0 5px 12px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .05em;
  }
  .l-top .c-top_text .date p {
    font-size: 10px;
  }
  .l-top .c-top_text .ticket {
    margin-top: 18px;
  }
  .l-top .c-top_text .ticket .ticket_btn {
    width: 82%;
  }
  .l-top .c-top_text .ticket .ticket_text {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }
  .l-top .c-top_text .scroll {
    width: 20px;
    margin: 28px auto 30px;
  }
  .l-section {
    padding: 60px 0 65px;
  }
  .l-section.flag_right::before, .l-section.flag_left::before {
    height: 90px;
    background-size: 50% auto;
  }
  .l-section .c-section_inner {
    width: 90%;
  }
  .l-section h2 {
    width: 90%;
    margin-bottom: 35px;
  }
  .l-section h2 .text {
    height: 35px;
  }
  .l-section .section_catch h3 {
    width: 85%;
    padding: 10px 8%;
    font-weight: 500;
    font-size: 14px;
  }
  .l-section .section_catch h3::before, .l-section .section_catch h3::after {
    width: 30px;
    background-size: 18px auto;
  }
  .l-section .section_linebox {
    margin: 17.5px 0;
    padding: 0 8%;
    background-image: url(../img/sp/base_contents_repeat.png);
  }
  .l-section .section_linebox::before, .l-section .section_linebox::after {
    height: 17.5px;
  }
  .l-section .section_linebox::before {
    top: -17.5px;
    background-image: url(../img/sp/base_contents_top.png);
  }
  .l-section .section_linebox::after {
    bottom: -17.5px;
    background-image: url(../img/sp/base_contents_btm.png);
  }
  .info {
    padding-bottom: 70px;
    background-size: 60px auto;
  }
  .info .c-section_content .info_box:first-child, .info .c-section_content .info_box:last-child {
    width: 100%;
  }
  .info .c-section_content .info_box:first-child .overview {
    padding-bottom: 32px;
    background-size: 10.5px auto;
    font-size: 13px;
    line-height: 24px;
    line-height: 21px;
    letter-spacing: normal;
  }
  .info .c-section_content .info_box:first-child .overview span {
    font-weight: 500;
    font-size: 11px;
  }
  .info .c-section_content .info_box:first-child .map {
    padding: 29px 0;
  }
  .info .c-section_content .info_box:last-child .place li {
    width: 90%;
    margin: 0 auto;
  }
  .info .c-section_content .info_box:last-child .place li::after {
    top: -10px;
    width: 30px;
    background-size: 30px auto;
  }
  .info .c-section_content .info_box:last-child .place li + li {
    margin-top: 12px;
  }
  .info .c-section_content .info_box:last-child .place li .place_item {
    min-height: 100px;
    padding: 17px 5% 18px 12%;
    border-radius: 50px;
    letter-spacing: .05em;
  }
  .info .c-section_content .info_box:last-child .place li .place_item .place_catch {
    font-size: 18px;
    line-height: 20px;
  }
  .info .c-section_content .info_box:last-child .place li .place_item .place_catch p {
    font-size: 13px;
    line-height: 20px;
  }
  .info .c-section_content .info_box:last-child .place li .place_item .place_supple {
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
  }
  .info .c-section_content .info_box:last-child .ps {
    margin-top: 33px;
    font-size: 10px;
  }
  .description {
    padding-bottom: 45px;
  }
  .description .c-section_inner {
    width: 93%;
  }
  .description .c-section_inner h2 {
    width: 86%;
  }
  .description .c-section_inner .c-section_content {
    margin-top: -30px;
    padding: 0;
  }
  .description .c-section_inner .c-section_content .description_list {
    margin-bottom: 30px;
    padding-top: 45px;
  }
  .description .c-section_inner .c-section_content .description_list li {
    margin-bottom: 11px;
  }
  .description .c-section_inner .c-section_content .description_list li .catch, .description .c-section_inner .c-section_content .description_list li .content {
    display: block;
    width: 100%;
  }
  .description .c-section_inner .c-section_content .description_list li .catch {
    width: 165px;
    padding: 6px 0 6px 9%;
    font-weight: 500;
    font-size: 13px;
  }
  .description .c-section_inner .c-section_content .description_list li .catch::before {
    width: 20px;
    background-size: 13px auto;
  }
  .description .c-section_inner .c-section_content .description_list li .content {
    font-size: 13px;
    line-height: 24px;
  }
  .description .c-section_inner .c-section_content .description_list li .content p {
    margin-top: 0;
    font-size: 10px;
  }
  .description .c-section_inner .c-section_content .description_list li.kickoff {
    position: relative;
  }
  .description .c-section_inner .c-section_content .description_list li.kickoff::before {
    top: -10px;
    right: 0;
    transform: translateY(0);
    width: 40px;
    height: 40px;

    -webkit-transform: translateY(0);
  }
  .description .c-section_inner .c-section_content .description_box {
    background-size: 10.5px auto;
  }
  .description .c-section_inner .c-section_content .description_box .box_content {
    width: 100%;
  }
  .description .c-section_inner .c-section_content .description_box.ticket {
    margin-top: 15px;
    padding: 40px 0 45px;
  }
  .description .c-section_inner .c-section_content .description_box.direction {
    padding: 45px 0 35px;
  }
  .description .c-section_inner .c-section_content .description_box.direction h3 {
    margin-bottom: 25px;
  }
  .description .c-section_inner .c-section_content .description_box.direction .text {
    font-size: 12px;
    line-height: 1.5em;
  }
  .description .c-section_inner .c-section_content .description_box.direction .map {
    width: 100%;
    margin-top: 9px;
    padding-top: 205px;
    border-width: 2px;
  }
  .description .c-section_inner .c-section_content .description_box.direction .map + .map {
    margin-top: 15px;
  }
  .description .c-section_inner .c-section_content .description_box.floor {
    padding: 40px 0 27px;
  }
  .description .c-section_inner .c-section_content .description_box.floor h3 {
    margin-bottom: 25px;
  }
  .description .c-section_inner .c-section_content .description_box h3 {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 22px;
  }
  .description .c-section_inner .c-section_content .description_box h3::before {
    width: 15px;
    background-size: 15px auto;
  }
  .description .c-section_inner .c-section_content .description_box .price {
    width: 100%;
    padding: 16px 0;
  }
  .description .c-section_inner .c-section_content .description_box .price_list_txt {
    font-size: 50%;
  }
  .description .c-section_inner .c-section_content .description_box .price .price_list, .description .c-section_inner .c-section_content .description_box .price .price_period {
    width: 82%;
  }
  .description .c-section_inner .c-section_content .description_box .price .price_list {
    margin-bottom: 15px;
  }
  .description .c-section_inner .c-section_content .description_box .price .price_list li + li {
    margin-top: 10px;
  }
  .description .c-section_inner .c-section_content .description_box .price .price_list li p {
    font-size: 12px;
  }
  .description .c-section_inner .c-section_content .description_box .price .price_period {
    padding: 5px 0;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
  }
  .description .c-section_inner .c-section_content .description_box .price .price_period span {
    font-size: 12px;
  }
  .description .c-section_inner .c-section_content .description_box .buy {
    width: 93%;
    margin: 25px auto 0;
  }
  .stage {
    padding-bottom: 82px;
    background-size: 60px auto;
  }
  .stage .c-section_inner h2 {
    margin-bottom: 28px;
  }
  .stage .stage_overview {
    width: 100%;
    margin-bottom: 20px;
  }
  .stage .stage_overview .section_catch {
    margin-bottom: 12px;
  }
  .stage .stage_overview .text {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
  }
  .stage .stage_overview .attention {
    margin-top: 5px;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
  }
  .stage .stage_detail {
    padding: 25px 6% 15px;
  }
  .stage .stage_detail .box .date, .stage .stage_detail .box .content {
    display: block;
    width: 100%;
  }
  .stage .stage_detail .box .date {
    margin-bottom: 26px;
    font-size: 16px;
  }
  .stage .stage_detail .box .content {
    line-height: 18px;
  }
  .stage .stage_detail .box .content li {
    margin-bottom: 20px;
  }
  .stage .stage_detail .box .content .time {
    width: 70px;
    font-size: 13px;
  }
  .stage .stage_detail .box .content .title {
    width: calc(100% - 70px);
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .075em;
  }
  .stage .stage_detail .box .content .title p {
    margin-top: 6px;
    font-size: 11px;
    line-height: 18px;
  }
  .stage .stage_detail .box + .box {
    padding-top: 33px;
    background-size: 10.5px auto;
  }
  .guests {
    padding-bottom: 16px;
  }
  .guests .guest_list li {
    margin: 10.5px 0  40px;
    padding: 20px 7.5% 23px;
    background-image: url(../img/sp/base_guests_repeat.png);
  }
  .guests .guest_list li::before, .guests .guest_list li::after {
    height: 10.5px;
  }
  .guests .guest_list li::before {
    top: -10.5px;
    background-image: url(../img/sp/base_guests_top.png);
  }
  .guests .guest_list li::after {
    bottom: -10.5px;
    background-image: url(../img/sp/base_guests_btm.png);
  }
  .guests .guest_list li .img, .guests .guest_list li .text {
    display: block;
    width: 100%;
  }
  .guests .guest_list li .img {
    width: 50%;
    margin: 0 auto 20px;
    padding: 0;
  }
  .guests .guest_list li .text {
    font-size: 18px;
  }
  .guests .guest_list li .text .position {
    padding: 6px 0 0;
    font-size: 12px;
  }
  .guests .guest_list li .text .profile {
    padding-top: 18px;
    font-size: 12px;
    line-height: 20px;
  }
  .contents {
    padding-bottom: 45px;
  }
  .contents .c-section_inner {
    width: 93%;
  }
  .contents .c-section_inner h2 {
    width: 86%;
  }
  .contents .c-section_inner .c-section_content {
    margin-top: -30px;
  }
  .contents .list {
    padding-top: 35px;
  }
  .contents .list li {
    padding-bottom: 16px;
    font-size: 17px;
    line-height: 21px;
  }
  .contents .list li .category {
    margin-bottom: 8px;
    padding: 7px 11px 6px 24px;
    font-size: 12px;
  }
  .contents .list li .category::before {
    width: 20px;
    background-size: 12px auto;
  }
  .contents .list li .text p {
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
  }
  .contents .list li .img {
    margin-top: 0;
  }
  .contents .list li + li {
    padding-top: 27.5px;
    background-size: 10.5px auto;
  }
  .contents .list li + li.nonecategory {
    padding-top: 24px;
  }
  .contents .list li:first-child.limited::before {
    transform: translateY(-125%);

    -webkit-transform: translateY(-125%);
  }
  .contents .list li.limited::before {
    transform: translateY(-100%);
    width: 40px;
    height: 39px;
    background-position: center right;

    -webkit-transform: translateY(-100%);
  }
  .goods .c-section_inner h2 {
    margin-bottom: 25px;
  }
  .goods .goods_overview {
    margin-bottom: 15px;
  }
  .goods .goods_overview .section_catch {
    margin-bottom: 15px;
  }
  .goods .goods_overview .text {
    font-size: 14px;
    line-height: 22px;
  }
  .goods .goods_overview .text p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 16px;
  }
  .goods .goods_list .item {
    width: 47%;
    min-height: 230px;
    margin: 0 2% 0;
    padding: 23px 0;
  }
  .goods .goods_list .item::before, .goods .goods_list .item::after {
    background-size: 100% auto;
  }
  .goods .goods_list .item .item_inner {
    min-height: 205px;
  }
  .goods .goods_list .item .item_inner .img {
    padding-top: 140px;
  }
  .goods .goods_list .item .item_inner .text {
    padding: 6px 5px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .goods .goods_list .item .item_inner .text .price {
    font-size: 11px;
    text-align: right;
  }
  .goods .goods_list .item:nth-child(even) {
    margin-right: 0;
  }
  .goods .goods_attention {
    margin-top: 27px;
  }
  .goods .goods_attention .list {
    width: 100%;
    margin-top: -15px;
    padding: 30px 5.5% 22px;
    font-size: 11px;
    line-height: 17px;
  }
  .goods .goods_attention .list li + li {
    margin-top: 4px;
  }
  .sponsor {
    padding: 45px 0 30px;
  }
  .sponsor::before, .sponsor::after {
    height: 5px;
  }
  .sponsor::before {
    top: -5px;
  }
  .sponsor::after {
    bottom: -5px;
  }
  .sponsor .section_catch {
    margin-bottom: 24px;
  }
  .sponsor .sponsor_list li {
    width: 46%;
    margin: 0 2% 25px;
  }
  .sponsor .sponsor_list li .img {
    width: 60%;
    margin: 0 auto;
  }
  .sponsor .sponsor_list li .text .name {
    margin-top: 14px;
    font-size: 13px;
  }
  .sponsor .sponsor_list li .text .overview {
    margin: 10px 0;
    font-size: 11px;
    line-height: 17px;
  }
  .sponsor .sponsor_list li .text .link {
    font-size: 11px;
  }
  .sponsor .sponsor_list li .text .link a {
    padding-left: .5em;
  }
  .sponsor .sponsor_list li:nth-child(3n) {
    margin-right: 4%;
  }
  .sponsor .sponsor_list li:nth-child(even) {
    margin-right: 0;
  }
  .policy {
    padding: 55px 0 80px;
  }
  .policy .attention_text {
    padding: 42px 6% 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .policy .attention_text dl {
    margin: 20px 0;
  }
  .policy .attention_text dt {
    margin: 10px 0;
    font-weight: bold;
  }
  .policy .attention_text dd {
    margin: 10px 0;
    font-size: 12px;
    line-height: 10pt;
  }
  .policy .attention_text ul {
    margin: 10px 0 10px 20px;
    font-size: 12px;
    line-height: 10pt;
  }
  .policy .attention_text li {
    margin: 10px 0;
  }
  .l-footer {
    padding-top: 85px;
    font-size: 10px;
    line-height: 15px;
  }
  .l-footer::before {
    top: -7.5px;
    height: 7.5px;
  }
  .l-footer .pagetop {
    top: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;

    -webkit-transform: translateX(-50%);
  }
  .l-footer .fixedpagetop {
    right: 10px;
    bottom: 10px;
    width: 75px;
  }
  .l-footer .sns li {
    width: 12%;
    margin: 0 1%;
  }
  .l-footer .link {
    margin: 30px 0 25px;
  }
  .l-footer .link li {
    display: block;
    width: 54%;
    margin: 10px auto;
  }
  .l-footer .download {
    margin-bottom: 20px;
  }
  .l-footer .download li {
    width: 25%;
    margin: 0 1.5%;
  }
  .l-loading .bg li:first-child, .l-loading .bg li:last-child {
    background-size: 336px auto;
  }
}

@media screen and (max-width: 1350px) {
  .l-top .c-top_text .place {
    font-size: 24px;
  }
}

@media screen and (max-width: 321px) {
  .l-top .c-top_text .place {
    font-size: 15px !important;
  }
  .l-top .c-top_text .date {
    margin: 0 5%;
    margin-top: 8px;
    line-height: 20px;
  }
  .l-top .c-top_text .date .is-se {
    display: block;
  }
  .l-top .c-top_text .date .is-nonese {
    display: none;
  }
  .l-top .c-top_text .date p {
    display: block;
    margin-bottom: 7.5px;
    line-height: 10px;
  }
  .description .c-section_inner .c-section_content .description_box .price .price_list li p {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
