@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=Oswald&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
}

html *, html *:before, html *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6;
  height: 100%;
  font-size: 1.6em;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

img[src*=".svg"] {
  max-width: none;
  width: 100%;
}

a {
  color: inherit;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  text-decoration: none;
}

input, select, textarea, button {
  font-family: inherit;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-wrapper {
  position: relative;
}

.searchForm {
  z-index: 50;
  background: -webkit-linear-gradient(315deg, #009eff 0%, #00ff8a 100%);
  background: linear-gradient(135deg, #009eff 0%, #00ff8a 100%);
}

.searchForm_field {
  position: relative;
  width: 100%;
}

.searchForm_label {
  position: absolute;
  top: 50%;
  left: 5px;
  color: #ccc;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchForm_text {
  width: 100%;
  margin-bottom: 2px;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  font-size: 26px;
  display: block;
}

.searchForm_button {
  cursor: pointer;
}

.searchForm_submit {
  width: 100%;
  background: #009eff;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-size: 20px;
  margin-top: 2px;
  display: block;
}

.searchForm_reset {
  width: 44px;
  height: 44px;
  min-width: 0;
  font-size: 30px;
  line-height: 44px;
  right: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  background-color: #009eff;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border: none;
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.seatingChart {
  margin: 0 auto;
  width: 400px;
  height: 528px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 16px 1% 16px 10%;
  counter-reset: blockNumber 16;
}

.seatingChart > *.isActive {
  z-index: 10;
}

.seatingChart_booths {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 48px;
  background-color: #ccc;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 50px;
}

.seatingChart_floorSheat {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 164px;
  height: 86px;
  background-color: #ccc;
  color: #fff;
  z-index: 1;
}

.seatingChart_floorSheat:before {
  content: "";
  display: block;
  width: 66px;
  border-left: 140px solid #ccc;
  border-top: 140px solid transparent;
  position: absolute;
  top: -139px;
  left: 24px;
}

.seatingChart_floorSheat:after {
  content: "";
  display: block;
  width: 48px;
  height: 160px;
  position: absolute;
  top: -160px;
  left: 0;
  background: #ccc;
}

.seatingChart_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 4%;
  counter-increment: blockNumber -1;
  border: 1px solid #ccc;
  position: relative;
}

.seatingChart_block:before {
  content: counter(blockNumber);
  width: 32px;
  height: 11px;
  position: absolute;
  right: -1px;
  top: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

.seatingChart_block-pillar {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 216px;
  bottom: 36px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.seatingChart_block-pillar > div:nth-child(1) {
  top: 22px;
  left: 29px;
}

.seatingChart_block-pillar > div:nth-child(2) {
  top: 6px;
  left: 2px;
}

.seatingChart_block-pillar > div:nth-child(3) {
  top: -16px;
  left: -9px;
}

.seatingChart_block-pillar > div:nth-child(4) {
  top: -26px;
  left: -1px;
}

.seatingChart_block-pillar > div:nth-child(5) {
  top: -16px;
  left: 7px;
}

.seatingChart_block-pillar > div:nth-child(6) {
  top: 6px;
  left: -3px;
}

.seatingChart_block-pillar > div:nth-child(7) {
  top: 22px;
  left: -30px;
}

.seatingChart_block-pillar:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.seatingChart_block-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 2px 5px;
  position: relative;
}

.seatingChart_block-roundWrap {
  width: 192px;
  height: 80px;
  position: absolute;
  left: 147px;
  bottom: 120px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seatingChart_block-round:nth-child(odd) {
  margin-top: -30px;
}

.seatingChart_block-round:nth-child(even) {
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.seatingChart_block-round > div:nth-child(4) {
  top: -38px;
  left: 14px;
}

.seatingChart_block-round > div:nth-child(3) {
  top: -30px;
  left: 25px;
}

.seatingChart_block-round > div:nth-child(2) {
  top: -11px;
  left: 0px;
}

.seatingChart_block-round > div:nth-child(1) {
  top: -4px;
  left: 14px;
}

.seatingChart_block-kotatsu {
  width: 64px;
  height: 32px;
  position: absolute;
  left: 54px;
  bottom: 66px;
  z-index: 2;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background: #fff;
}

.seatingChart_block-kotatsu:before, .seatingChart_block-kotatsu:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  z-index: 1;
}

.seatingChart_block-kotatsu:before {
  border-top: 16px solid #fff;
  bottom: -16px;
}

.seatingChart_block-kotatsu:after {
  border-bottom: 16px solid #fff;
  top: -16px;
}

.seatingChart_block-kotatsu > div {
  position: absolute;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 2;
}

.seatingChart_block-kotatsu > div:nth-child(4) {
  top: -11px;
  left: 39px;
}

.seatingChart_block-kotatsu > div:nth-child(3) {
  top: -10px;
  left: 10px;
}

.seatingChart_block-kotatsu > div:nth-child(2) {
  top: 21px;
  left: 13px;
}

.seatingChart_block-kotatsu > div:nth-child(1) {
  top: 20px;
  left: 39px;
}

.seatingChart_block-windowRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 130px;
  height: 25px;
  border: 1px solid #ccc;
  position: absolute;
  left: 163px;
  bottom: 0;
  z-index: 2;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seatingChart_block-windowLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 110px;
  height: 25px;
  border: 1px solid #ccc;
  position: absolute;
  left: 52px;
  bottom: 0;
  z-index: 2;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seatingChart_block-low {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 2;
  background: #fff;
}

.seatingChart_seat {
  width: 25%;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  position: relative;
  z-index: 1;
}

.seatingChart_seat span {
  position: relative;
  z-index: 3;
}

.seatingChart_seat::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  z-index: 2;
}

.seatingChart_seat:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  z-index: 0;
}

.seatingChart_seat.isActive {
  z-index: 3;
}

.seatingChart_seat.isActive:before, .seatingChart_seat.isActive:after {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

#corsola {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}

#corsola svg {
  position: relative;
  z-index: 3;
  -webkit-transform: scale(2) translate3d(0, 0, 0) !important;
  transform: scale(2) translate3d(0, 0, 0) !important;
}

#corsola:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/corsola.gif);
  background-repeat: no-repeat;
  background-position: calc(100% + 300px) center;
  -webkit-animation: 7s corsola 0s ease-out forwards;
  animation: 7s corsola 0s ease-out forwards;
  z-index: 5;
}

#corsola:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(315deg, #009eff 0%, #00ff8a 100%);
  background: linear-gradient(135deg, #009eff 0%, #00ff8a 100%);
  z-index: 1;
  -webkit-animation: opacity 1s ease-in-out 0s forwards;
  animation: opacity 1s ease-in-out 0s forwards;
}

#higa {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}

#higa:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/higa-min.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 300px) center;
  -webkit-animation: 7s corsola 0s ease-out forwards;
  animation: 7s corsola 0s ease-out forwards;
  z-index: 5;
}

#higa:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(315deg, #009eff 0%, #00ff8a 100%);
  background: linear-gradient(135deg, #009eff 0%, #00ff8a 100%);
  z-index: 1;
  -webkit-animation: opacity 1s ease-in-out 0s forwards;
  animation: opacity 1s ease-in-out 0s forwards;
}

#toshiSunny {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}

#toshiSunny:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/toshisunny.jpg);
  background-repeat: no-repeat;
  background-position: calc(100% + 300px) center;
  -webkit-animation: 7s corsola 0s ease-out forwards;
  animation: 7s corsola 0s ease-out forwards;
  z-index: 5;
}

#toshiSunny:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(315deg, #009eff 0%, #00ff8a 100%);
  background: linear-gradient(135deg, #009eff 0%, #00ff8a 100%);
  z-index: 1;
  -webkit-animation: opacity 1s ease-in-out 0s forwards;
  animation: opacity 1s ease-in-out 0s forwards;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 40px rgba(255, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 40px rgba(255, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.95;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.95;
  }
}

@-webkit-keyframes corsola {
  0% {
    background-position: calc(100% + 300px) center;
  }
  100% {
    background-position: calc(-100% - 300px) center;
  }
}

@keyframes corsola {
  0% {
    background-position: calc(100% + 300px) center;
  }
  100% {
    background-position: calc(-100% - 300px) center;
  }
}

.l-wrapper {
  position: relative;
}

.seatingChartCamp {
  margin: 30px auto;
  width: 580px;
  height: 400px;
  border: 1px solid #ccc;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 30px 50px;
}

.seatingChartCamp_col {
  width: 30%;
  margin: 0 6%;
}

.seatingChartCamp_col:nth-of-type(2) {
  margin-top: 40px;
}

.seatingChartCamp_block {
  border: 1px solid #ccc;
  margin: 20px auto;
}

.seatingChartCamp_block_row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.seatingChartCamp_block_row:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.-nanikore .seatingChartCamp_block_row {
  width: auto;
}

.seatingChartCamp_block.-nanikore {
  position: absolute;
  width: 20%;
  left: 100px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seatingChartCamp_seat {
  width: 20%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.seatingChartCamp_block:not(.-nanikore) .seatingChartCamp_block_row:nth-child(1) .seatingChartCamp_seat:nth-child(1) {
  top: 15px;
}

.seatingChartCamp_block:not(.-nanikore) .seatingChartCamp_block_row:nth-child(2) .seatingChartCamp_seat:nth-child(1) {
  top: -15px;
}

.seatingChartCamp_seat.-absolute {
  width: 40px;
  position: absolute;
  border: 1px solid #ccc;
}

.seatingChartCamp_seat.-absolute#camp49 {
  left: -1px;
  top: 163px;
  height: 60px;
}

.seatingChartCamp_seat.-absolute#camp50 {
  left: -1px;
  top: 79px;
  height: 60px;
}

.seatingChartCamp_seat.-absolute#camp51 {
  left: -1px;
  top: 20px;
  height: 60px;
}

.seatingChartCamp_seat.-absolute#camp52 {
  top: -1px;
  right: 184px;
  width: 60px;
}

.seatingChartCamp_seat.-absolute#camp53 {
  top: -1px;
  right: 125px;
  width: 60px;
}

.seatingChartCamp_seat.-absolute#camp54 {
  right: -1px;
  top: 50px;
  height: 60px;
}

.seatingChartCamp_seat.-absolute#camp55 {
  right: -1px;
  top: 109px;
  height: 60px;
}

.seatingChartCamp_seat.-absolute#camp56 {
  right: -1px;
  top: 201px;
  height: 60px;
}

.seatingChartCamp_seat.-absolute#camp57 {
  right: -1px;
  top: 260px;
  height: 60px;
}

.seatingChartCamp_seat.-absolute#camp58 {
  bottom: -1px;
  right: 166px;
  width: 60px;
}

.seatingChartCamp_seat.-absolute#camp59 {
  display: none;
}

.-nanikore .seatingChartCamp_seat {
  width: 40px;
}

.seatingChartCamp_seat span {
  position: relative;
  z-index: 3;
}

.seatingChartCamp_seat::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  z-index: 2;
}

.seatingChartCamp_seat:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  z-index: 0;
}

.seatingChartCamp_seat.isActive {
  z-index: 3;
}

.seatingChartCamp_seat.isActive:before, .seatingChartCamp_seat.isActive:after {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

#ryota {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}

#ryota:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/ryota-min.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 300px) center;
  -webkit-animation: 7s corsola 0s ease-out forwards;
  animation: 7s corsola 0s ease-out forwards;
  z-index: 5;
}

#ryota:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(315deg, #009eff 0%, #00ff8a 100%);
  background: linear-gradient(135deg, #009eff 0%, #00ff8a 100%);
  z-index: 1;
  -webkit-animation: opacity 1s ease-in-out 0s forwards;
  animation: opacity 1s ease-in-out 0s forwards;
}

@keyframes corsola {
  0% {
    background-position: calc(100% + 300px) center;
  }
  100% {
    background-position: calc(-100% - 300px) center;
  }
}

@media screen and (max-width: 600px) {
  body {
    /* sp */
  }
  .l-pcOnly {
    display: none !important;
  }
  .searchForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .searchForm_field {
    width: 50%;
    margin-right: 50px;
  }
  .searchForm_text {
    height: 50px;
  }
  .searchForm_submit {
    width: 30%;
    height: 50px;
  }
  #corsola svg {
    -webkit-transform: scale(3.5) translate3d(0, 0, 0) !important;
    transform: scale(3.5) translate3d(0, 0, 0) !important;
  }
}

@media print, screen and (min-width: 601px) {
  body {
    /* pc */
  }
  .l-spOnly {
    display: none !important;
  }
  .searchForm {
    position: absolute;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    padding: 48px;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    top: 50px;
    left: -50px;
    width: 120px;
    height: 120px;
    padding: 30px;
  }
  .searchForm_label {
    font-size: 10px;
  }
  .searchForm_text {
    font-size: 16px;
  }
  .searchForm_submit {
    font-size: 10px;
  }
  .searchForm_reset {
    width: 16px;
    height: 16px;
    font-size: 15px;
    line-height: 10px;
    right: -8px;
    margin-top: -8px;
  }
  .seatingChart {
    padding: 16px 4px 16px 48px;
  }
  .searchForm.-camp {
    top: 300px;
    left: -50px;
  }
}

/*# sourceMappingURL=../../sourcemaps/assets/css/style.css.map */
