@charset "UTF-8";
/* --------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 mixin定義
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 関数定義
-------------------------------------------------------------------------------- */
@-webkit-keyframes anime-new_icon {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  30% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: translateY(0) scale(1.2, 0.8);
            transform: translateY(0) scale(1.2, 0.8);
  }
}
@keyframes anime-new_icon {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  30% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: translateY(0) scale(1.2, 0.8);
            transform: translateY(0) scale(1.2, 0.8);
  }
}
@-webkit-keyframes anime-pagetop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes anime-pagetop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes anime-arrow_left_center {
  0% {
    -webkit-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
  }
  50% {
    -webkit-transform: translate(-130%, -50%);
            transform: translate(-130%, -50%);
  }
  100% {
    -webkit-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-arrow_left_center {
  0% {
    -webkit-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
  }
  50% {
    -webkit-transform: translate(-130%, -50%);
            transform: translate(-130%, -50%);
  }
  100% {
    -webkit-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
    -webkit-animation: initial;
            animation: initial;
  }
}
@-webkit-keyframes anime-arrow_right_center {
  0% {
    -webkit-transform: translate(120%, -50%);
            transform: translate(120%, -50%);
  }
  50% {
    -webkit-transform: translate(130%, -50%);
            transform: translate(130%, -50%);
  }
  100% {
    -webkit-transform: translate(120%, -50%);
            transform: translate(120%, -50%);
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-arrow_right_center {
  0% {
    -webkit-transform: translate(120%, -50%);
            transform: translate(120%, -50%);
  }
  50% {
    -webkit-transform: translate(130%, -50%);
            transform: translate(130%, -50%);
  }
  100% {
    -webkit-transform: translate(120%, -50%);
            transform: translate(120%, -50%);
    -webkit-animation: initial;
            animation: initial;
  }
}
@-webkit-keyframes anime-arrow_left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-arrow_left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation: initial;
            animation: initial;
  }
}
@-webkit-keyframes anime-arrow_right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-arrow_right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation: initial;
            animation: initial;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12050;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgb(255, 255, 255) url() fixed;
  opacity: 0.8;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  overflow: visible;
}

#cboxContent {
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
  display: none !important;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  text-indent: -9999px;
  outline: 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  width: 57.75px;
  height: 131.25px;
  top: calc(50% - 131.25px / 2);
  left: calc((57.75px + 10px) * -1);
  background: url(../img/arrow_left.png) left top/contain no-repeat;
  -webkit-animation: anime-arrow_left 1s infinite ease-in-out;
          animation: anime-arrow_left 1s infinite ease-in-out;
}

#cboxNext {
  width: 57.75px;
  height: 131.25px;
  top: calc(50% - 131.25px / 2);
  right: calc((57.75px + 10px) * -1);
  background: url(../img/arrow_right.png) left top/contain no-repeat;
  -webkit-animation: anime-arrow_right 1s infinite ease-in-out;
          animation: anime-arrow_right 1s infinite ease-in-out;
}

#cboxClose {
  width: 57px;
  height: 58.5px;
  right: calc(57px * -1);
  top: calc(58.5px * -1);
  background: url(../img/close.png) left top/contain no-repeat;
}

@media screen and (max-width: 960px) {
  #cboxPrevious {
    width: 28.875px;
    height: 65.625px;
  }
  #cboxNext {
    width: 28.875px;
    height: 65.625px;
  }
  #cboxClose {
    width: 28.5px;
    height: 29.25px;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  #cboxPrevious {
    left: 26%;
    top: auto;
    bottom: calc(131.25px / 2 * -1 - 2%);
  }
  #cboxNext {
    right: 26%;
    top: auto;
    bottom: calc(131.25px / 2 * -1 - 2%);
  }
  #cboxClose {
    right: 3px;
    top: calc(58.5px / 2 * -1 - 2%);
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  #cboxPrevious {
    top: calc(50% - 131.25px / 4);
    left: calc((57.75px / 2 + 10px) * -1);
  }
  #cboxNext {
    top: calc(50% - 131.25px / 4);
    right: calc((57.75px / 2 + 10px) * -1);
  }
  #cboxClose {
    right: calc(57px / 2 * -1 - 0px);
    top: 3px;
  }
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

.barba-leave-active,
.barba-enter-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.barba-leave {
  opacity: 1;
}

.barba-enter {
  opacity: 0;
}

.barba-leave-to {
  opacity: 0;
}

.barba-enter-to {
  opacity: 1;
}

/* --------------------------------------------------------------------------------
 PC向け
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 汎用
-------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 6.25%;
  line-height: 1.2;
  position: relative;
}

body {
  height: 100%;
  background: #fdd47c url(../img/bg.jpg);
  font-size: 18rem;
  color: #503921;
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body.loaded {
  opacity: 1;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  color: #503921;
  color: #503921;
  line-height: 1.36;
}

h1, h2, h3, h4, h5, h6, p, ul {
  font-size: 18rem;
}

em {
  color: #ff2645;
  font-style: normal;
  font-weight: bold;
}

a {
  color: #657bdc;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover {
  color: #b0b8d8;
}

img {
  white-space: pre;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

li {
  list-style: none;
}

section {
  position: relative;
}

table {
  border-spacing: 0;
}

th {
  font-weight: normal;
}

.sp {
  display: none;
}

@media screen and (min-width: 571px) {
  .bp-min-570 {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  .bp-max-570 {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .bp-min-960 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .bp-max-960 {
    display: none;
  }
}
@media screen and (min-width: 1061px) {
  .bp-min-1060 {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .bp-max-1060 {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .bp-min-1200 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .bp-max-1200 {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .bp-min-1280 {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .bp-max-1280 {
    display: none;
  }
}
@media screen and (min-width: 1741px) {
  .bp-min-1740 {
    display: none;
  }
}
@media screen and (max-width: 1740px) {
  .bp-max-1740 {
    display: none;
  }
}

.inline-block {
  display: inline-block;
}

.wrapper {
  padding-bottom: 22.2916666667%;
  margin-bottom: -22.2916666667%;
}

.container {
  max-width: 1200px;
  padding-top: calc(11.9270833333% + 47px);
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bg-deco-01 {
  width: calc((100vh - 20px) * 498 / 943);
  height: calc(100% - 200px);
  background: url(../img/bg_deco_01.png) center top/contain repeat-y;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 15%;
  top: 200px;
  z-index: -1;
}
.bg-deco-02 {
  width: calc((100vh - 20px) * 484 / 939);
  height: calc(100% - 200px);
  background: url(../img/bg_deco_02.png) center top/contain repeat-y;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 85%;
  top: 200px;
  z-index: -1;
}

.bullet_point {
  padding-left: 1em;
}
.bullet_point .bullet {
  margin-left: -1em;
}

/* --------------------------------------------------------------------------------
 トピックス
-------------------------------------------------------------------------------- */
.topics-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics-container {
  width: 31.3333333333%;
  position: relative;
  margin: 2% 1%;
}
.topics-container.new .new-icon {
  width: 60px;
  padding-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -9.6652719665px;
  right: -7.5px;
  pointer-events: none;
  z-index: 100;
}
.topics-container.new .new-icon span {
  display: block;
  position: relative;
}
.topics-container.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.topics-container.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.topics-container.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.topics-container.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.topics-container a {
  color: #503921;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.topics-container a:hover {
  opacity: 0.7;
}
.topics-container a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.topics-container a img {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.topics-image img {
  width: 100%;
  border: 4px solid #6fb92c;
}
.topics-text {
  text-align: left;
}
.topics-date {
  font-size: 16rem;
  margin-top: 8px;
}
.topics-summary {
  font-size: 16rem;
  margin-top: 4px;
}

/* --------------------------------------------------------------------------------
 画像
-------------------------------------------------------------------------------- */
.image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  position: relative;
  margin: calc(0em - 1.5%) auto;
}
.image-container {
  width: 47%;
  position: relative;
  margin: 1.5%;
}
.image-container.new a:before .new-icon {
  width: 108.75px;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -25.875px;
  right: -27.1875px;
  pointer-events: none;
  z-index: 100;
}
.image-container.new a:before .new-icon span {
  display: block;
  position: relative;
}
.image-container.new a:before .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.image-container.new a:before .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.image-container.new a:before .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.image-container.new a:before .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.image-container:only-child {
  width: initial;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.announce .image-container:only-child {
  max-width: 90%;
}

.image-container:only-child.new a:before .new-icon {
  width: 145px;
  padding-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -34.5px;
  right: -36.25px;
  pointer-events: none;
  z-index: 100;
}
.image-container:only-child.new a:before .new-icon span {
  display: block;
  position: relative;
}
.image-container:only-child.new a:before .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.image-container:only-child.new a:before .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.image-container:only-child.new a:before .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.image-container:only-child.new a:before .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.image-container a {
  position: relative;
}
.image-container .image {
  display: block;
  width: 100%;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
}
.image-caption {
  font-size: 28rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.2em;
}
.image-text {
  color: #503921;
  font-size: 16rem;
  font-weight: bold;
  text-shadow: none;
  margin-top: 0.2em;
}

/* --------------------------------------------------------------------------------
 動画
-------------------------------------------------------------------------------- */
.movie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  position: relative;
  margin: calc(0em - 1.5%) auto;
}
.movie-container {
  width: 47%;
  position: relative;
  margin: 1.5%;
}
.movie-container.new a:before .new-icon {
  width: 108.75px;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -25.875px;
  right: -27.1875px;
  pointer-events: none;
  z-index: 100;
}
.movie-container.new a:before .new-icon span {
  display: block;
  position: relative;
}
.movie-container.new a:before .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.movie-container.new a:before .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.movie-container.new a:before .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.movie-container.new a:before .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.movie-container:only-child {
  width: initial;
  max-width: 80%;
  margin: 20px auto;
}
.movie-container:only-child.new a:before .new-icon {
  width: 145px;
  padding-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -34.5px;
  right: -36.25px;
  pointer-events: none;
  z-index: 100;
}
.movie-container:only-child.new a:before .new-icon span {
  display: block;
  position: relative;
}
.movie-container:only-child.new a:before .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.movie-container:only-child.new a:before .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.movie-container:only-child.new a:before .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.movie-container:only-child.new a:before .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.movie-container-caption {
  text-align: center;
  margin-bottom: 0.5em;
}
.movie-container-text {
  margin-top: 0.5em;
}
.movie-container a {
  position: relative;
}
.movie-container .image {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.movie-caption {
  font-size: 28rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.2em;
}
.movie-text {
  color: #777;
  font-size: 16rem;
  font-weight: bold;
  text-shadow: none;
  margin-top: 0.2em;
}

/* --------------------------------------------------------------------------------
 ポップアップ
-------------------------------------------------------------------------------- */
.popup-image, .popup-movie {
  display: block;
  -webkit-transition: -webkit-filter 0.25s, -webkit-transform 0.25s;
  transition: -webkit-filter 0.25s, -webkit-transform 0.25s;
  transition: filter 0.25s, transform 0.25s;
  transition: filter 0.25s, transform 0.25s, -webkit-filter 0.25s, -webkit-transform 0.25s;
}
.popup-image:hover, .popup-movie:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* --------------------------------------------------------------------------------
 見出し
-------------------------------------------------------------------------------- */
.caption {
  text-align: center;
  margin-bottom: 1em;
}

.page_caption {
  max-width: 100%;
  height: 134px;
  background: url(../img/page_cap_bg.png?v2) center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 10px auto;
}
.page_caption img {
  height: 45.5px;
  position: relative;
  top: 6px;
}

.sub_caption {
  height: 69.5px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.sub_caption img {
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

.frame {
  display: inline-block;
  background: #e1f2e1;
  border: 4px solid #b8de95;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  padding: calc(39.5px + 1em) 1em 1em;
  margin: 39.5px auto 0;
}
.frame-caption {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.frame-caption.new .new-icon {
  width: 80px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -32.2175732218px;
  right: 0px;
  pointer-events: none;
  z-index: 100;
}
.frame-caption.new .new-icon span {
  display: block;
  position: relative;
}
.frame-caption.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.frame-caption.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.frame-caption.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.frame-caption.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.frame-caption img {
  height: 76px;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-wrapper .common-button {
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background-color: #00a0e9;
  text-decoration: none;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 1em 1.5em;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.button-wrapper .common-button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/* --------------------------------------------------------------------------------
 予約（購入）ボタン
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 ページトップボタン
-------------------------------------------------------------------------------- */
.pagetop-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
}
.pagetop-button.show {
  opacity: 1;
  visibility: visible;
}
.pagetop-button:hover .pagetop-visual {
  -webkit-animation: anime-pagetop 0.25s ease-in-out forwards;
          animation: anime-pagetop 0.25s ease-in-out forwards;
}
.pagetop-button:hover .pagetop-balloon {
  opacity: 1;
  -webkit-transform: translate(18%, 30%) scale(1);
          transform: translate(18%, 30%) scale(1);
}
.pagetop-visual, .pagetop-balloon {
  display: block;
  margin: 0 auto;
}
.pagetop-visual {
  max-width: 190.6666666667px;
}
.pagetop-balloon {
  max-width: 125.3333333333px;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  opacity: 0;
  -webkit-transform: translate(9%, 30%) scale(0.5);
          transform: translate(9%, 30%) scale(0.5);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 1;
}

/* --------------------------------------------------------------------------------
 グローバルバー
-------------------------------------------------------------------------------- */
.global {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  /* --------------------------------------------------------------------------------
  グローバルナビ
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   SNS
  -------------------------------------------------------------------------------- */
}
.global-content {
  width: 100%;
  height: 9vw;
  max-height: 94px;
  background-color: #fe921e;
  position: relative;
}
.global-content::before {
  width: 100%;
  content: "";
  background: url(../img/global_nav_frame.png) center bottom/100% auto no-repeat;
  padding-top: 11.9270833333%;
  position: absolute;
  left: 0;
  bottom: 3.59375vw;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
  pointer-events: none;
}
.global-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-container {
  height: 100%;
}
.global-logo {
  display: none;
}
.global-nav-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 4px;
}
.global-nav-container {
  position: relative;
}
.global-nav-container:nth-child(1) {
  max-width: calc(1060px * 298 / 2112);
}
.global-nav-container:nth-child(2) {
  max-width: calc(1060px * 261 / 2112);
}
.global-nav-container:nth-child(3) {
  max-width: calc(1060px * 282 / 2112);
}
.global-nav-container:nth-child(4) {
  max-width: calc(1060px * 351 / 2112);
}
.global-nav-container:nth-child(5) {
  max-width: calc(1060px * 294 / 2112);
}
.global-nav-container:nth-child(6) {
  max-width: calc(1060px * 344 / 2112);
}
.global-nav-container:nth-child(7) {
  max-width: calc(1060px * 282 / 2112);
}
.global-nav-container:nth-child(odd) {
  margin-top: 2%;
}
.global-nav-container.selected a {
  pointer-events: none;
}
.global-nav-container.selected a:before {
  opacity: 1;
}
.global-nav-container.coming_soon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon_coming_soon.png) center center/60% auto no-repeat;
  position: absolute;
  left: 50%;
  top: 12%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.global-nav-container.coming_soon a {
  pointer-events: none;
}
.global-nav-container.coming_soon img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.global-nav-container.new[data-page-category=top] .new-icon {
  width: 70px;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -16.9142259414px;
  right: -17.5px;
  pointer-events: none;
  z-index: 100;
}
.global-nav-container.new[data-page-category=top] .new-icon span {
  display: block;
  position: relative;
}
.global-nav-container.new[data-page-category=top] .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.global-nav-container.new[data-page-category=top] .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.global-nav-container.new[data-page-category=top] .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.global-nav-container.new[data-page-category=top] .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.global-nav-container.new[data-page-category=about] .new-icon {
  width: 70px;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -11.2761506276px;
  right: -17.5px;
  pointer-events: none;
  z-index: 100;
}
.global-nav-container.new[data-page-category=about] .new-icon span {
  display: block;
  position: relative;
}
.global-nav-container.new[data-page-category=about] .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.global-nav-container.new[data-page-category=about] .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.global-nav-container.new[data-page-category=about] .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.global-nav-container.new[data-page-category=about] .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.global-nav-container.new[data-page-category=companies] .new-icon {
  width: 70px;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -22.5523012552px;
  right: -17.5px;
  pointer-events: none;
  z-index: 100;
}
.global-nav-container.new[data-page-category=companies] .new-icon span {
  display: block;
  position: relative;
}
.global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.global-nav-container.new[data-page-category=indie] .new-icon {
  width: 70px;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 0px;
  right: -17.5px;
  pointer-events: none;
  z-index: 100;
}
.global-nav-container.new[data-page-category=indie] .new-icon span {
  display: block;
  position: relative;
}
.global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.global-nav-container.new[data-page-category=stage] .new-icon {
  width: 70px;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -11.2761506276px;
  right: -17.5px;
  pointer-events: none;
  z-index: 100;
}
.global-nav-container.new[data-page-category=stage] .new-icon span {
  display: block;
  position: relative;
}
.global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.global-nav-container.new[data-page-category=access] .new-icon {
  width: 70px;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 0px;
  right: -17.5px;
  pointer-events: none;
  z-index: 100;
}
.global-nav-container.new[data-page-category=access] .new-icon span {
  display: block;
  position: relative;
}
.global-nav-container.new[data-page-category=access] .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.global-nav-container.new[data-page-category=access] .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.global-nav-container.new[data-page-category=access] .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.global-nav-container.new[data-page-category=access] .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.global-nav-container.new[data-page-category=map] .new-icon {
  width: 70px;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -16.9142259414px;
  right: -17.5px;
  pointer-events: none;
  z-index: 100;
}
.global-nav-container.new[data-page-category=map] .new-icon span {
  display: block;
  position: relative;
}
.global-nav-container.new[data-page-category=map] .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.global-nav-container.new[data-page-category=map] .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.global-nav-container.new[data-page-category=map] .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.global-nav-container.new[data-page-category=map] .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.global-nav-container span {
  position: relative;
}
.global-nav-container a {
  display: inline-block;
  position: relative;
}
.global-nav-container a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
}
.global-nav-container a:hover:before {
  opacity: 1;
}
.global-nav-container a img {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.global-nav-container[data-page-category=top] a:before {
  background: url(../img/global_nav_top_on.png) left top/contain no-repeat;
}
.global-nav-container[data-page-category=about] a:before {
  background: url(../img/global_nav_about_on.png) left top/contain no-repeat;
}
.global-nav-container[data-page-category=companies] a:before {
  background: url(../img/global_nav_companies_on.png) left top/contain no-repeat;
}
.global-nav-container[data-page-category=indie] a:before {
  background: url(../img/global_nav_indie_on.png) left top/contain no-repeat;
}
.global-nav-container[data-page-category=stage] a:before {
  background: url(../img/global_nav_stage_on.png) left top/contain no-repeat;
}
.global-nav-container[data-page-category=access] a:before {
  background: url(../img/global_nav_access_on.png) left top/contain no-repeat;
}
.global-nav-container[data-page-category=map] a:before {
  background: url(../img/global_nav_map_on.png) left top/contain no-repeat;
}
.global-nav-container img {
  width: 100%;
}
.global-nav-button {
  display: none;
}
.global-sns-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 4px;
  top: 4px;
}
@media screen and (max-width: 1430px) {
  .global-sns-wrapper {
    display: none;
  }
}
.global-sns-container {
  height: 50px;
  margin: 3%;
}
.global-sns-container img {
  height: 100%;
  -webkit-filter: drop-shadow(3px 3px 0px #945f26);
          filter: drop-shadow(3px 3px 0px #945f26);
}

/* --------------------------------------------------------------------------------
 フッター
-------------------------------------------------------------------------------- */
footer {
  font-size: 18rem;
  position: relative;
  padding: 1em;
  margin-top: 22.2916666667%;
  z-index: 1;
}
footer::before {
  width: 100%;
  content: "";
  background: url(../img/footer_frame.png) center top/100% auto no-repeat;
  padding-top: 22.2916666667%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
  pointer-events: none;
}
footer::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fe921e;
  position: absolute;
  left: 0;
  top: 0;
}
footer .footer-wrapper {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: -7.8125% auto 0;
  z-index: 1;
}
footer .footer-container {
  position: relative;
  width: 100%;
}
footer .footer-container.sns {
  margin-bottom: 20px;
}
footer .footer-container.partners_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-container.copyright {
  margin-top: 20px;
}
footer .footer-sns-wrapper {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -4px;
}
footer .footer-sns-wrapper.hidden {
  display: none;
}
@media screen and (max-width: 1430px) {
  footer .footer-sns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer-sns-container {
  max-width: 50px;
  position: relative;
  margin: 4px;
}
footer .footer-sns-container img {
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px 0px #945f26);
          filter: drop-shadow(3px 3px 0px #945f26);
}
footer .footer-partners {
  font-family: "Noto Sans JP", sans-serif;
  color: #503921;
  border: 2px solid #57a510;
  border-radius: 8px;
  border-spacing: 0;
}
footer .footer-partners tr:first-child th:first-child {
  border-bottom: 2px solid #fff;
  border-radius: 6px 0 0 0;
}
footer .footer-partners tr:first-child td:last-child {
  border-radius: 0 6px 0 0;
}
footer .footer-partners tr:last-child th:first-child {
  border-top: 2px solid #fff;
  border-radius: 0 0 0 6px;
}
footer .footer-partners tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
footer .footer-partners th, footer .footer-partners td {
  background-color: #57a510;
  border: 2px solid #57a510;
  vertical-align: middle;
  padding: 0.5em;
}
footer .footer-partners th {
  color: #fff;
  background-color: #57a510;
}
footer .footer-partners td {
  background-color: #fff;
}
footer .footer-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1%;
}
footer .footer-banner-container {
  position: relative;
  margin: 1%;
}
footer .footer-banner-container a {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
footer .footer-banner-container a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
footer .footer-banner-container img {
  width: 100%;
}
footer .footer-copyright {
  font-family: "Noto Sans JP", sans-serif;
  color: #503921;
  font-size: 14rem;
  text-shadow: -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff;
  text-align: center;
}

/* --------------------------------------------------------------------------------
 ローカルナビゲーション
-------------------------------------------------------------------------------- */
.local_nav {
  width: 240px;
  height: 100%;
  position: sticky;
  top: 200px;
  z-index: 1;
}
.local_nav-container {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.local_nav-container a {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.local_nav-container a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

[data-barba-namespace=top] {
  max-width: initial;
  padding-top: 0;
  /* --------------------------------------------------------------------------------
   バナー
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   ライブ配信中！
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   ご来場される皆様へ
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   トピックス
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   「ぜんため」とは？
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   総合司会
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   イベント概要
  -------------------------------------------------------------------------------- */
}
[data-barba-namespace=top] section {
  margin-bottom: 2em;
}
[data-barba-namespace=top] section:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=top] .header-wrapper {
  width: 111.2962962963vh;
  height: 69.1666666667vh;
  position: relative;
  margin-top: calc(11.9270833333% + 47px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
@media (max-aspect-ratio: 1202/747) {
  [data-barba-namespace=top] .header-wrapper {
    width: 62.6041666667vw;
    height: 38.90625vw;
  }
}
[data-barba-namespace=top] .header-container {
  width: 100%;
  height: 100%;
  position: relative;
}
[data-barba-namespace=top] .header-logo {
  width: 61.7304492512%;
  max-width: 100%;
  height: 86.6131191432%;
  position: absolute;
  left: 16.9717138103%;
  top: 0%;
}
[data-barba-namespace=top] .header-catch_copy-1 {
  width: 18.6356073211%;
  max-width: 100%;
  height: 68.6746987952%;
  position: absolute;
  left: 81.1980033278%;
  top: 7.8982597055%;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  opacity: 0;
  -webkit-transform: translate(15%, -30%);
          transform: translate(15%, -30%);
}
[data-barba-namespace=top] .header-catch_copy-1.show {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
[data-barba-namespace=top] .header-catch_copy-2 {
  width: 11.8968386023%;
  max-width: 100%;
  height: 73.2262382865%;
  position: absolute;
  left: -0.1663893511%;
  top: 7.3627844712%;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  opacity: 0;
  -webkit-transform: translate(-15%, -30%);
          transform: translate(-15%, -30%);
}
[data-barba-namespace=top] .header-catch_copy-2.show {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
[data-barba-namespace=top] .header-event-date {
  width: 70.0499168053%;
  max-width: 100%;
  height: 7.3627844712%;
  position: absolute;
  left: 12.0632279534%;
  top: 92.3694779116%;
}
[data-barba-namespace=top] .header-event-date img {
  width: 100%;
}
[data-barba-namespace=top] #banner {
  position: fixed;
  left: 1vw;
  top: 13.9270833333vw;
  z-index: 4000;
}
[data-barba-namespace=top] #banner .banner-wrapper {
  margin: -3%;
}
[data-barba-namespace=top] #banner .banner-wrapper.show .banner-container {
  left: 0px;
  opacity: 1;
}
[data-barba-namespace=top] #banner .banner-container {
  position: relative;
  margin: 3%;
  -webkit-transition: opacity 0.25s, left 0.25s;
  transition: opacity 0.25s, left 0.25s;
  left: -300px;
  opacity: 0;
}
[data-barba-namespace=top] #banner .banner-container.new .new-icon {
  width: 80px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -32.2175732218px;
  right: -10px;
  pointer-events: none;
  z-index: 100;
}
[data-barba-namespace=top] #banner .banner-container.new .new-icon span {
  display: block;
  position: relative;
}
[data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
[data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
[data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
[data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
[data-barba-namespace=top] #banner .banner-container:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
[data-barba-namespace=top] #banner .banner-container:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-barba-namespace=top] #banner .banner-container:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-barba-namespace=top] #banner .banner-container:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-barba-namespace=top] #banner .banner-container:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-barba-namespace=top] #banner .banner-container:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-barba-namespace=top] #banner .banner-container a {
  text-align: center;
}
[data-barba-namespace=top] #banner .banner-container a img {
  -webkit-transition: -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s;
  transition: transform 0.25s, filter 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
[data-barba-namespace=top] #banner .banner-container a:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media screen and (max-width: 1919px) {
  [data-barba-namespace=top] #banner {
    max-width: 1280px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
    display: none;
  }
  [data-barba-namespace=top] #banner .banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.5%;
  }
  [data-barba-namespace=top] #banner .banner-container {
    margin: 0.5%;
    left: 0px;
    opacity: 1;
  }
}
[data-barba-namespace=top] #live {
  text-align: center;
}
[data-barba-namespace=top] #live iframe {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
[data-barba-namespace=top] #live .frame {
  width: 100%;
  max-width: 800px;
}
[data-barba-namespace=top] #live .content {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
[data-barba-namespace=top] #notes {
  text-align: center;
  margin-top: 2em;
  padding-bottom: 2em;
}
[data-barba-namespace=top] #notes .frame {
  text-align: left;
}
[data-barba-namespace=top] #topics {
  text-align: center;
  padding: 0 6vw;
  margin-top: 2em;
}
[data-barba-namespace=top] #topics .frame {
  max-width: 1280px;
  display: block;
  padding: 34.75px 0 0;
}
[data-barba-namespace=top] #topics .topics-wrapper {
  width: 100%;
}
[data-barba-namespace=top] #topics .topics-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
[data-barba-namespace=top] #topics .topics-swiper {
  overflow: hidden;
  padding: 1%;
}
[data-barba-namespace=top] .swiper-button-prev, [data-barba-namespace=top] .swiper-button-next {
  background-image: none;
  width: 5vw;
  height: auto;
  max-width: 57.75px;
  top: 50%;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
[data-barba-namespace=top] .swiper-button-prev img, [data-barba-namespace=top] .swiper-button-next img {
  width: 100%;
}
[data-barba-namespace=top] .swiper-button-prev:hover, [data-barba-namespace=top] .swiper-button-next:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
[data-barba-namespace=top] .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
  -webkit-animation: anime-arrow_left_center 1s infinite ease-in-out;
          animation: anime-arrow_left_center 1s infinite ease-in-out;
}
[data-barba-namespace=top] .swiper-button-prev.swiper-button-disabled {
  -webkit-animation: none;
          animation: none;
}
[data-barba-namespace=top] .swiper-button-next {
  right: 0;
  -webkit-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
  -webkit-animation: anime-arrow_right_center 1s infinite ease-in-out;
          animation: anime-arrow_right_center 1s infinite ease-in-out;
}
[data-barba-namespace=top] .swiper-button-next.swiper-button-disabled {
  -webkit-animation: none;
          animation: none;
}
[data-barba-namespace=top] .swiper-slide {
  padding: 1%;
}
[data-barba-namespace=top] .swiper-slide.new .new-icon {
  width: 80px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -21.9079497908px;
  right: 0px;
  pointer-events: none;
  z-index: 100;
}
[data-barba-namespace=top] .swiper-slide.new .new-icon span {
  display: block;
  position: relative;
}
[data-barba-namespace=top] .swiper-slide.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
[data-barba-namespace=top] .swiper-slide.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
[data-barba-namespace=top] .swiper-slide.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
[data-barba-namespace=top] .swiper-slide.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
[data-barba-namespace=top] .swiper-slide a {
  color: #503921;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
[data-barba-namespace=top] .swiper-slide a.link {
  text-decoration: underline;
}
[data-barba-namespace=top] .swiper-slide a .topics-image {
  -webkit-transition: -webkit-filter 0.25s, -webkit-transform 0.25s;
  transition: -webkit-filter 0.25s, -webkit-transform 0.25s;
  transition: filter 0.25s, transform 0.25s;
  transition: filter 0.25s, transform 0.25s, -webkit-filter 0.25s, -webkit-transform 0.25s;
}
[data-barba-namespace=top] .swiper-slide a:hover .topics-image {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
[data-barba-namespace=top] #about {
  position: relative;
  padding: 2em 0;
}
[data-barba-namespace=top] #about h2 {
  text-align: center;
  margin-bottom: 0.5em;
}
[data-barba-namespace=top] #about p {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Mochiy Pop One", sans-serif;
  color: #fff;
  text-shadow: -3px -3px 0 #503921, -3px -2px 0 #503921, -3px -1px 0 #503921, -3px 0px 0 #503921, -3px 1px 0 #503921, -3px 2px 0 #503921, -3px 3px 0 #503921, -2px -3px 0 #503921, -2px -2px 0 #503921, -2px -1px 0 #503921, -2px 0px 0 #503921, -2px 1px 0 #503921, -2px 2px 0 #503921, -2px 3px 0 #503921, -1px -3px 0 #503921, -1px -2px 0 #503921, -1px -1px 0 #503921, -1px 0px 0 #503921, -1px 1px 0 #503921, -1px 2px 0 #503921, -1px 3px 0 #503921, 0px -3px 0 #503921, 0px -2px 0 #503921, 0px -1px 0 #503921, 0px 0px 0 #503921, 0px 1px 0 #503921, 0px 2px 0 #503921, 0px 3px 0 #503921, 1px -3px 0 #503921, 1px -2px 0 #503921, 1px -1px 0 #503921, 1px 0px 0 #503921, 1px 1px 0 #503921, 1px 2px 0 #503921, 1px 3px 0 #503921, 2px -3px 0 #503921, 2px -2px 0 #503921, 2px -1px 0 #503921, 2px 0px 0 #503921, 2px 1px 0 #503921, 2px 2px 0 #503921, 2px 3px 0 #503921, 3px -3px 0 #503921, 3px -2px 0 #503921, 3px -1px 0 #503921, 3px 0px 0 #503921, 3px 1px 0 #503921, 3px 2px 0 #503921, 3px 3px 0 #503921;
  text-align: center;
  margin: 0.5em auto;
}
[data-barba-namespace=top] #about .section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
[data-barba-namespace=top] #about .section-content {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
[data-barba-namespace=top] #about .image-wrapper {
  margin-bottom: 3%;
}
[data-barba-namespace=top] #about .image-wrapper:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=top] #about .image-container .image {
  border: 6px solid #fff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 6px 0px 0px #fe921e;
          box-shadow: 4px 6px 0px 0px #fe921e;
}
[data-barba-namespace=top] #about .image-container.game {
  margin-left: 25%;
  margin-right: 25%;
}
[data-barba-namespace=top] #about .image-container.game .image-caption-deco {
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
[data-barba-namespace=top] #about .image-container.game .deco {
  position: absolute;
  left: 100%;
  top: 0%;
  -webkit-transform: translate(-50%, -25%) scale(0.75);
          transform: translate(-50%, -25%) scale(0.75);
}
[data-barba-namespace=top] #about .image-container.gourmet .image-caption-deco {
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
[data-barba-namespace=top] #about .image-container.gourmet .deco {
  position: absolute;
  left: 0%;
  top: 100%;
  -webkit-transform: translate(-50%, -60%) scale(0.75);
          transform: translate(-50%, -60%) scale(0.75);
}
[data-barba-namespace=top] #about .image-container.stage_event .image-caption-deco {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[data-barba-namespace=top] #about .image-container.stage_event .deco {
  position: absolute;
  left: 100%;
  top: 100%;
  -webkit-transform: translate(-50%, -60%) scale(0.75);
          transform: translate(-50%, -60%) scale(0.75);
}
[data-barba-namespace=top] #about .image-caption {
  text-align: left;
}
[data-barba-namespace=top] #about .image-caption-text {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[data-barba-namespace=top] #about .image-caption-deco {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
[data-barba-namespace=top] #host {
  text-align: center;
}
[data-barba-namespace=top] #host .frame {
  padding: calc(39.5px + 1em) 3em 1.5em;
}
[data-barba-namespace=top] #host .image-wrapper {
  max-width: 640px;
}
[data-barba-namespace=top] #host .image-container:only-child {
  max-width: initial;
}
[data-barba-namespace=top] #host .image-text {
  font-size: 1.5em;
}
[data-barba-namespace=top] #summary {
  text-align: center;
}
[data-barba-namespace=top] #summary table {
  border-radius: 9px;
  border: 1px solid #b0b8d8;
}
[data-barba-namespace=top] #summary table table {
  border-radius: 0;
  border: none;
  margin: initial;
}
[data-barba-namespace=top] #summary table table th, [data-barba-namespace=top] #summary table table td {
  background-color: initial;
  color: #503921;
  font-weight: normal;
  text-align: left;
  border: none;
  padding: 0;
}
[data-barba-namespace=top] #summary table table th:first-child, [data-barba-namespace=top] #summary table table th:last-child, [data-barba-namespace=top] #summary table table td:first-child, [data-barba-namespace=top] #summary table table td:last-child {
  border: none;
}
[data-barba-namespace=top] #summary tr:first-child th, [data-barba-namespace=top] #summary tr:first-child td {
  border-top: 1px solid #b0b8d8;
}
[data-barba-namespace=top] #summary tr:first-child th:first-child, [data-barba-namespace=top] #summary tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
[data-barba-namespace=top] #summary tr:first-child th:last-child, [data-barba-namespace=top] #summary tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
[data-barba-namespace=top] #summary tr:last-child th:first-child, [data-barba-namespace=top] #summary tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
[data-barba-namespace=top] #summary tr:last-child th:last-child, [data-barba-namespace=top] #summary tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
[data-barba-namespace=top] #summary th, [data-barba-namespace=top] #summary td {
  border-right: 1px solid #b0b8d8;
  border-bottom: 1px solid #b0b8d8;
  padding: 0.5em 1em;
}
[data-barba-namespace=top] #summary th:first-child, [data-barba-namespace=top] #summary td:first-child {
  border-left: 1px solid #b0b8d8;
}
[data-barba-namespace=top] #summary th {
  background-color: #57a510;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
[data-barba-namespace=top] #summary td {
  background-color: #fff;
  text-align: left;
}
[data-barba-namespace=top] #summary .frame {
  padding-right: 240px;
}
[data-barba-namespace=top] #summary .deco {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
          transform: translate(-50%, -50%) scale(0.75);
  position: absolute;
  left: 100%;
  top: 50%;
}

[data-barba-namespace=about] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
[data-barba-namespace=about] main {
  max-width: 960px;
}
[data-barba-namespace=about] section {
  margin-bottom: 40px;
}
[data-barba-namespace=about] section:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=about] .image-wrapper {
  margin: calc(1em - 1.5%) auto;
}
[data-barba-namespace=about] #nobupyon .deco {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 100%;
  top: 90%;
}

#companies #cboxLoadedContent {
  -webkit-box-shadow: none;
          box-shadow: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#companies #cboxLoadedContent::-webkit-scrollbar {
  display: none;
}
#companies #cboxLoadedContent .cboxPhoto {
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.35);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 4px solid #00adfb;
}
#companies .image-wrapper {
  margin: 0 auto;
}
#companies .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#companies .exhibitor-contents {
  width: 976px;
  padding: 8px;
}
#companies .exhibitor-contents h5 {
  font-family: "Mochiy Pop One", sans-serif;
  color: #ff2645;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1em;
}
#companies .exhibitor-contents a {
  text-decoration: underline;
}
#companies .exhibitor-contents .frame {
  width: 100%;
}
#companies #aniplex .image-container:nth-child(1) {
  width: 37%;
}
#companies #aniplex .image-container:nth-child(2) {
  width: 57%;
}
#companies #kemco .image-container {
  width: 30.3333333333%;
}
#companies #gemdrops .image-container {
  width: 30.3333333333%;
}
#companies #falcom .image-container {
  width: 45%;
}
#companies #nippon1 .image-container:nth-child(1) {
  width: 34%;
}
#companies #nippon1 .image-container:nth-child(2) {
  width: 60%;
}
#companies #mebius .image-container {
  width: 30.3333333333%;
}

[data-barba-namespace=companies] section {
  margin-bottom: 40px;
}
[data-barba-namespace=companies] section:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=companies] .exhibitor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-barba-namespace=companies] .exhibitor-container {
  width: 23%;
  background-color: #fff;
  border: 4px solid #6fb92c;
  border-radius: 8px;
  position: relative;
  margin: 1%;
}
[data-barba-namespace=companies] .exhibitor-container.new .new-icon {
  width: 60px;
  padding-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -28.9958158996px;
  right: 0px;
  pointer-events: none;
  z-index: 100;
}
[data-barba-namespace=companies] .exhibitor-container.new .new-icon span {
  display: block;
  position: relative;
}
[data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
[data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
[data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
[data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
[data-barba-namespace=companies] .exhibitor-container .button-wrapper.hidden {
  visibility: hidden;
}
[data-barba-namespace=companies] .exhibitor-container .button-wrapper .common-button {
  background-color: #6fb92c;
  margin-bottom: 0.5em;
}
[data-barba-namespace=companies] .exhibitor-container .button-wrapper .common-button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
[data-barba-namespace=companies] .exhibitor-name {
  font-weight: bold;
  background-color: #6fb92c;
  color: #fff;
  text-align: center;
  padding: 0.25em 0;
}
[data-barba-namespace=companies] .exhibitor-image {
  padding: 0.5em;
}
[data-barba-namespace=companies] .exhibitor-image img {
  width: 100%;
  border: 2px solid #ccc;
}
[data-barba-namespace=companies] .exhibitor-contents {
  display: none;
}
[data-barba-namespace=companies] .sponsor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-barba-namespace=companies] .sponsor-wrapper.platinum .sponsor-container {
  width: 80%;
}
[data-barba-namespace=companies] .sponsor-wrapper.gold .sponsor-container {
  width: 47%;
}
[data-barba-namespace=companies] .sponsor-wrapper.silver .sponsor-container {
  width: 30.3333333333%;
}
[data-barba-namespace=companies] .sponsor-wrapper.silver2 .sponsor-container {
  width: 25.5714285714%;
}
[data-barba-namespace=companies] .sponsor-wrapper.bronze .sponsor-container {
  width: 22%;
}
[data-barba-namespace=companies] .sponsor-container {
  text-align: center;
  position: relative;
  margin: 1.5%;
}
[data-barba-namespace=companies] .sponsor-container.new .new-icon {
  width: 80px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -20.6192468619px;
  right: 0px;
  pointer-events: none;
  z-index: 100;
}
[data-barba-namespace=companies] .sponsor-container.new .new-icon span {
  display: block;
  position: relative;
}
[data-barba-namespace=companies] .sponsor-container.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
[data-barba-namespace=companies] .sponsor-container.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
[data-barba-namespace=companies] .sponsor-container.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
[data-barba-namespace=companies] .sponsor-container.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
[data-barba-namespace=companies] .sponsor-name {
  padding: 0.25em 0;
}
[data-barba-namespace=companies] .sponsor-image img {
  width: 100%;
  border: 2px solid #ccc;
}
[data-barba-namespace=companies] .and_more {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5%;
}

#indie #cboxLoadedContent {
  -webkit-box-shadow: none;
          box-shadow: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#indie #cboxLoadedContent .cboxPhoto {
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.35);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 4px solid #00adfb;
}
#indie #cboxLoadedContent::-webkit-scrollbar {
  display: none;
}
#indie .image-wrapper {
  margin: 0 auto;
}
#indie .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#indie .indent {
  margin-left: 1em;
}
#indie .exhibitor-contents {
  width: 976px;
  padding: 8px;
}
#indie .exhibitor-contents h5 {
  font-family: "Mochiy Pop One", sans-serif;
  color: #ff2645;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1em;
}
#indie .exhibitor-contents a {
  text-decoration: underline;
}
#indie .exhibitor-contents .frame {
  width: 100%;
}
#indie #sleeping_museum .image-container {
  width: 22%;
}

[data-barba-namespace=indie] section {
  margin-bottom: 40px;
}
[data-barba-namespace=indie] section:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=indie] .exhibitor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-barba-namespace=indie] .exhibitor-container {
  width: 23%;
  background-color: #fff;
  border: 4px solid #00adfb;
  border-radius: 8px;
  position: relative;
  margin: 1%;
}
[data-barba-namespace=indie] .exhibitor-container.new .new-icon {
  width: 60px;
  padding-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -28.9958158996px;
  right: 0px;
  pointer-events: none;
  z-index: 100;
}
[data-barba-namespace=indie] .exhibitor-container.new .new-icon span {
  display: block;
  position: relative;
}
[data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
[data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
[data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
[data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
[data-barba-namespace=indie] .exhibitor-container .button-wrapper.hidden {
  visibility: hidden;
}
[data-barba-namespace=indie] .exhibitor-container .button-wrapper .common-button {
  margin-bottom: 0.5em;
}
[data-barba-namespace=indie] .exhibitor-name {
  font-weight: bold;
  background-color: #00adfb;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}
[data-barba-namespace=indie] .exhibitor-contents-wrapper {
  height: calc(100% - 5.9em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-barba-namespace=indie] .exhibitor-contents-container {
  padding: 0.5em;
}
[data-barba-namespace=indie] .exhibitor-contents-container img {
  width: 100%;
  border: 2px solid #ccc;
}
[data-barba-namespace=indie] .exhibitor-contents-container p {
  text-align: center;
}
[data-barba-namespace=indie] .exhibitor-contents {
  display: none;
}
[data-barba-namespace=indie] .revenge .exhibitor-name span {
  font-size: 12rem;
}
[data-barba-namespace=indie] .alliance .exhibitor-name span {
  font-size: 16rem;
}
[data-barba-namespace=indie] .bungu_games_nagoyaguild .exhibitor-name span {
  font-size: 17rem;
}
[data-barba-namespace=indie] .supporter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-barba-namespace=indie] .supporter-wrapper.platinum .sponsor-container {
  width: 80%;
}
[data-barba-namespace=indie] .supporter-wrapper.gold .sponsor-container {
  width: 47%;
}
[data-barba-namespace=indie] .supporter-wrapper.silver .sponsor-container {
  width: 30.3333333333%;
}
[data-barba-namespace=indie] .supporter-wrapper.bronze .sponsor-container {
  width: 22%;
}
[data-barba-namespace=indie] .supporter-container {
  text-align: center;
  margin: 1.5%;
}
[data-barba-namespace=indie] .supporter-name {
  padding: 0.25em 0;
}
[data-barba-namespace=indie] .supporter-image img {
  width: 100%;
  border: 2px solid #ccc;
}
[data-barba-namespace=indie] #supporter {
  text-align: center;
}
[data-barba-namespace=indie] .and_more {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5%;
}

[data-barba-namespace=indie_entry] section {
  margin-bottom: 2em;
}
[data-barba-namespace=indie_entry] section:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=indie_entry] section section p, [data-barba-namespace=indie_entry] section section table, [data-barba-namespace=indie_entry] section section .sub {
  margin-left: 1em;
}
[data-barba-namespace=indie_entry] section section p table, [data-barba-namespace=indie_entry] section section table table, [data-barba-namespace=indie_entry] section section .sub table {
  margin-left: 0;
}
[data-barba-namespace=indie_entry] #summary,
[data-barba-namespace=indie_entry] #requirements,
[data-barba-namespace=indie_entry] #entry_form {
  text-align: center;
}
[data-barba-namespace=indie_entry] .frame {
  width: 960px;
  text-align: left;
}
[data-barba-namespace=indie_entry] table {
  border-radius: 9px;
  border: 1px solid #b0b8d8;
}
[data-barba-namespace=indie_entry] table table {
  border-radius: 0;
  border: none;
  margin: initial;
}
[data-barba-namespace=indie_entry] table table th, [data-barba-namespace=indie_entry] table table td {
  background-color: initial;
  color: #503921;
  font-weight: normal;
  text-align: left;
  border: none;
  padding: 0;
}
[data-barba-namespace=indie_entry] table table th:first-child, [data-barba-namespace=indie_entry] table table th:last-child, [data-barba-namespace=indie_entry] table table td:first-child, [data-barba-namespace=indie_entry] table table td:last-child {
  border: none;
}
[data-barba-namespace=indie_entry] tr:first-child th, [data-barba-namespace=indie_entry] tr:first-child td {
  border-top: 1px solid #b0b8d8;
}
[data-barba-namespace=indie_entry] tr:first-child th:first-child, [data-barba-namespace=indie_entry] tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
[data-barba-namespace=indie_entry] tr:first-child th:last-child, [data-barba-namespace=indie_entry] tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
[data-barba-namespace=indie_entry] tr:last-child th:first-child, [data-barba-namespace=indie_entry] tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
[data-barba-namespace=indie_entry] tr:last-child th:last-child, [data-barba-namespace=indie_entry] tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
[data-barba-namespace=indie_entry] th, [data-barba-namespace=indie_entry] td {
  border-right: 1px solid #b0b8d8;
  border-bottom: 1px solid #b0b8d8;
  padding: 0.5em 1em;
}
[data-barba-namespace=indie_entry] th:first-child, [data-barba-namespace=indie_entry] td:first-child {
  border-left: 1px solid #b0b8d8;
}
[data-barba-namespace=indie_entry] th {
  background-color: #57a510;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
[data-barba-namespace=indie_entry] td {
  background-color: #fff;
  text-align: left;
}
[data-barba-namespace=indie_entry] h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
[data-barba-namespace=indie_entry] #requirements .event_summary-table {
  margin-bottom: 1em;
}
[data-barba-namespace=indie_entry] #entry_form table {
  width: 100%;
  position: relative;
  overflow: hidden;
}
[data-barba-namespace=indie_entry] #entry_form table.close::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
[data-barba-namespace=indie_entry] #entry_form th, [data-barba-namespace=indie_entry] #entry_form td {
  vertical-align: middle;
}
[data-barba-namespace=indie_entry] #entry_form input[type=text], [data-barba-namespace=indie_entry] #entry_form input[type=tel], [data-barba-namespace=indie_entry] #entry_form input[type=email] {
  background-color: #fff;
  width: 100%;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0.1em 0.2em;
}
[data-barba-namespace=indie_entry] #entry_form input[type=text].p-postal-code, [data-barba-namespace=indie_entry] #entry_form input[type=tel].p-postal-code, [data-barba-namespace=indie_entry] #entry_form input[type=email].p-postal-code {
  width: 7em;
}
[data-barba-namespace=indie_entry] #entry_form input[type=radio] {
  background-color: #fff;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #333;
  border-radius: 0.5em;
  margin-bottom: 0.2em;
}
[data-barba-namespace=indie_entry] #entry_form input[type=checkbox] {
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #333;
  margin-right: 0.3em;
}
[data-barba-namespace=indie_entry] #entry_form textarea {
  width: 100%;
  background-color: #fff;
  width: 100%;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0.1em 0.2em;
}
[data-barba-namespace=indie_entry] #entry_form .input-required {
  font-size: 0.7em;
  color: #ff2645;
  text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff;
}
[data-barba-namespace=indie_entry] #entry_form .form-submit {
  text-align: center;
}
[data-barba-namespace=indie_entry] #entry_form .form-submit .common-button {
  margin-top: 1em;
}
[data-barba-namespace=indie_entry] #entry_form .form-complete {
  font-weight: bold;
  text-align: center;
  margin: 0;
}
[data-barba-namespace=indie_entry] #entry_form .close .input-privacy,
[data-barba-namespace=indie_entry] #entry_form .close .common-button {
  pointer-events: none;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
[data-barba-namespace=indie_entry] .summary-text.close {
  text-decoration: line-through;
}
[data-barba-namespace=indie_entry] .thanks {
  display: none;
}
[data-barba-namespace=indie_entry] .thanks.close {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #ff2645;
  text-align: center;
}

[data-barba-namespace=stage] main {
  width: 100%;
}
[data-barba-namespace=stage] section {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[data-barba-namespace=stage] .frame {
  width: 98%;
  margin: 1%;
}
[data-barba-namespace=stage] .time_table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-barba-namespace=stage] .time_table-container {
  width: 98%;
  background-color: #fff;
  border: 4px solid #c71f7b;
  border-radius: 8px;
  position: relative;
  margin: 1%;
}
[data-barba-namespace=stage] .time_table-container.new .new-icon {
  width: 60px;
  padding-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: -28.9958158996px;
  right: 0px;
  pointer-events: none;
  z-index: 100;
}
[data-barba-namespace=stage] .time_table-container.new .new-icon span {
  display: block;
  position: relative;
}
[data-barba-namespace=stage] .time_table-container.new .new-icon span:nth-child(1) {
  width: 30.1255230126%;
  padding-top: 30%;
  background: url(../img/icon_new_1.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
[data-barba-namespace=stage] .time_table-container.new .new-icon span:nth-child(2) {
  width: 23.0125523013%;
  padding-top: 31%;
  background: url(../img/icon_new_2.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
[data-barba-namespace=stage] .time_table-container.new .new-icon span:nth-child(3) {
  width: 39.3305439331%;
  padding-top: 32%;
  background: url(../img/icon_new_3.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
[data-barba-namespace=stage] .time_table-container.new .new-icon span:nth-child(4) {
  width: 15.89958159%;
  padding-top: 31%;
  background: url(../img/icon_new_4.png) center center/contain no-repeat;
  -webkit-animation: anime-new_icon 1s infinite linear;
          animation: anime-new_icon 1s infinite linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
[data-barba-namespace=stage] .time_table-container.company {
  border: 4px solid #6fb92c;
}
[data-barba-namespace=stage] .time_table-container.company .time_table-time {
  background-color: #6fb92c;
}
[data-barba-namespace=stage] .time_table-container.local {
  border: 4px solid #fe921e;
}
[data-barba-namespace=stage] .time_table-container.local .time_table-time {
  background-color: #fe921e;
}
[data-barba-namespace=stage] .time_table-container.other {
  border: 4px solid #00adfb;
}
[data-barba-namespace=stage] .time_table-container.other .time_table-time {
  background-color: #00adfb;
}
[data-barba-namespace=stage] .time_table-time {
  font-weight: bold;
  background-color: #c71f7b;
  color: #fff;
  padding: 0.25em;
}
[data-barba-namespace=stage] .time_table-content {
  padding: 0.25em;
}
[data-barba-namespace=stage] .tag {
  font-size: 0.8em;
  color: #fff;
  border-radius: 1em;
  padding: 0.25em 0.5em;
}
[data-barba-namespace=stage] .tag-company {
  background-color: #6fb92c;
}
[data-barba-namespace=stage] .tag-local {
  background-color: #fe921e;
}
[data-barba-namespace=stage] .tag-other {
  background-color: #00adfb;
}

[data-barba-namespace=access] section {
  text-align: center;
  margin-bottom: 40px;
}
[data-barba-namespace=access] section:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=access] a {
  text-decoration: underline;
}
[data-barba-namespace=access] .frame {
  width: 960px;
  padding: calc(39.5px + 1em) 2.5em 2em;
}
[data-barba-namespace=access] .image-container {
  max-width: initial;
}
[data-barba-namespace=access] .address {
  text-align: left;
  margin-bottom: 0.5em;
}
[data-barba-namespace=access] .google_map {
  text-align: right;
  margin-top: 0.5em;
}
[data-barba-namespace=access] #notes .frame {
  width: auto;
  padding: calc(39.5px + 1em) 1em 1em;
  text-align: left;
}

[data-barba-namespace=map] section {
  text-align: center;
  margin-bottom: 40px;
}
[data-barba-namespace=map] section:last-child {
  margin-bottom: 0;
}
[data-barba-namespace=map] a {
  text-decoration: underline;
}
[data-barba-namespace=map] p {
  margin-top: 0.5em;
}
[data-barba-namespace=map] .frame {
  width: 960px;
  padding: calc(39.5px + 1em) 2.5em 2em;
}
[data-barba-namespace=map] .image-container {
  max-width: initial;
}
[data-barba-namespace=map] .map-image {
  width: 100%;
}
[data-barba-namespace=map] .map-image-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5%;
}
[data-barba-namespace=map] .map-image-container {
  background-color: #fff;
  padding: 0.5%;
}
[data-barba-namespace=map] #game_area_map .map-image-container {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
[data-barba-namespace=map] #game_area_map .map-image-container:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
[data-barba-namespace=map] #gourmet_area_map .map-image-wrapper {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
[data-barba-namespace=map] #gourmet_area_map .map-image-wrapper:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* --------------------------------------------------------------------------------
 SP向け
-------------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  /* --------------------------------------------------------------------------------
   汎用
  -------------------------------------------------------------------------------- */
  html {
    font-size: 5%;
    position: relative;
  }
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
  .wrapper {
    overflow: hidden;
  }
  .bg-deco-01, .bg-deco-02 {
    display: none;
  }
  /* --------------------------------------------------------------------------------
   見出し
  -------------------------------------------------------------------------------- */
  .caption img {
    height: 53px;
  }
  .frame {
    border: 2px solid #b8de95;
    padding: calc(19.75px + 0.5em) 0.5em 0.5em;
    margin: 19.75px auto 0;
  }
  .frame-caption.new .new-icon {
    width: 60px;
    padding-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: -24.1631799163px;
    right: 0px;
    pointer-events: none;
    z-index: 100;
  }
  .frame-caption.new .new-icon span {
    display: block;
    position: relative;
  }
  .frame-caption.new .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .frame-caption.new .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .frame-caption.new .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .frame-caption.new .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .frame-caption img {
    height: 38px;
  }
  /* --------------------------------------------------------------------------------
   ページトップボタン
  -------------------------------------------------------------------------------- */
  .pagetop-visual {
    max-width: 95.3333333333px;
  }
  .pagetop-balloon {
    max-width: 62.6666666667px;
    -webkit-transform: translate(18%, 30%) scale(1);
            transform: translate(18%, 30%) scale(1);
    opacity: 1;
  }
  /* --------------------------------------------------------------------------------
   グローバルバー
  -------------------------------------------------------------------------------- */
  .global {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    pointer-events: none;
    /* --------------------------------------------------------------------------------
    グローバルナビ
    -------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------
     SNS
    -------------------------------------------------------------------------------- */
  }
  .global.show {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: initial;
  }
  .global.show .global-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .global-content {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 8.3333333333vw);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .global-content-scroll {
    max-height: calc(100vh - 8.3333333333vw);
    overflow: scroll;
  }
  .global-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em 0;
  }
  .global-container {
    width: 100%;
    height: auto;
  }
  .global-logo {
    display: block;
    text-align: center;
  }
  .global-logo img {
    width: 200px;
  }
  .global-nav-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5em;
  }
  .global-nav-container {
    width: 100%;
    max-width: initial;
    background: none;
    margin: 1%;
  }
  .global-nav-container:nth-child(1) {
    max-width: 160px;
  }
  .global-nav-container:nth-child(2) {
    max-width: 160px;
  }
  .global-nav-container:nth-child(3) {
    max-width: 160px;
  }
  .global-nav-container:nth-child(4) {
    max-width: 160px;
  }
  .global-nav-container:nth-child(5) {
    max-width: 160px;
  }
  .global-nav-container:nth-child(6) {
    max-width: 160px;
  }
  .global-nav-container:nth-child(7) {
    max-width: 160px;
  }
  .global-nav-container:nth-child(odd) {
    margin-top: 1%;
  }
  .global-nav-container.coming_soon::before {
    content: "";
    width: 95px;
    height: 48px;
  }
  .global-nav-container.new[data-page-category=top] .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: -6.25px;
    top: -24.1631799163px;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-container.new[data-page-category=top] .new-icon span {
    display: block;
    position: relative;
  }
  .global-nav-container.new[data-page-category=top] .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .global-nav-container.new[data-page-category=top] .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .global-nav-container.new[data-page-category=top] .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-nav-container.new[data-page-category=top] .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .global-nav-container.new[data-page-category=about] .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: -6.25px;
    top: -24.1631799163px;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-container.new[data-page-category=about] .new-icon span {
    display: block;
    position: relative;
  }
  .global-nav-container.new[data-page-category=about] .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .global-nav-container.new[data-page-category=about] .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .global-nav-container.new[data-page-category=about] .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-nav-container.new[data-page-category=about] .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .global-nav-container.new[data-page-category=companies] .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: -6.25px;
    top: -24.1631799163px;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-container.new[data-page-category=companies] .new-icon span {
    display: block;
    position: relative;
  }
  .global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-nav-container.new[data-page-category=companies] .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .global-nav-container.new[data-page-category=indie] .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: -6.25px;
    top: -24.1631799163px;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-container.new[data-page-category=indie] .new-icon span {
    display: block;
    position: relative;
  }
  .global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-nav-container.new[data-page-category=indie] .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .global-nav-container.new[data-page-category=stage] .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: -6.25px;
    top: -24.1631799163px;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-container.new[data-page-category=stage] .new-icon span {
    display: block;
    position: relative;
  }
  .global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-nav-container.new[data-page-category=stage] .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .global-nav-container.new[data-page-category=access] .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: -6.25px;
    top: -24.1631799163px;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-container.new[data-page-category=access] .new-icon span {
    display: block;
    position: relative;
  }
  .global-nav-container.new[data-page-category=access] .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .global-nav-container.new[data-page-category=access] .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .global-nav-container.new[data-page-category=access] .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-nav-container.new[data-page-category=access] .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .global-nav-container.new[data-page-category=map] .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: -6.25px;
    top: -24.1631799163px;
    pointer-events: none;
    z-index: 100;
  }
  .global-nav-container.new[data-page-category=map] .new-icon span {
    display: block;
    position: relative;
  }
  .global-nav-container.new[data-page-category=map] .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .global-nav-container.new[data-page-category=map] .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  .global-nav-container.new[data-page-category=map] .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-nav-container.new[data-page-category=map] .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  .global-nav-container a:before {
    display: none;
  }
  .global-nav-container img {
    height: auto;
  }
  .global-nav-button {
    width: 45px;
    height: 45px;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 9900;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
  }
  .global-nav-button-line-up, .global-nav-button-line-middle, .global-nav-button-line-down {
    width: 60%;
    height: 6%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: top 0.25s, width 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s, width 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, top 0.25s, width 0.25s;
    transition: transform 0.25s, top 0.25s, width 0.25s, -webkit-transform 0.25s;
  }
  .global-nav-button-line-up {
    top: 30%;
  }
  .global-nav-button-line-middle {
    top: 50%;
  }
  .global-nav-button-line-down {
    top: 70%;
  }
  .global-nav-button.show .global-nav-button-line-up {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .global-nav-button.show .global-nav-button-line-middle {
    width: 0;
  }
  .global-nav-button.show .global-nav-button-line-down {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .global-sns-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 1em;
  }
  /* --------------------------------------------------------------------------------
   フッター
  -------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------
   ローカルナビゲーション
  -------------------------------------------------------------------------------- */
}
@media screen and (max-width: 960px) and (max-width: 1430px) {
  .global-sns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  footer {
    margin-top: 15.984375%;
  }
  footer .footer-wrapper {
    max-width: 100%;
  }
  footer .footer-sns-wrapper {
    width: 50%;
    margin: -3% auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 1430px) {
  footer .footer-sns-wrapper {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-sns-container {
    margin: 3%;
  }
  footer .footer-container.sns {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) and (max-width: 666px) {
  footer .footer-container.partners_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-partners {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-partners {
    border: 1px solid #57a510;
  }
  footer .footer-partners tr:first-child th:first-child {
    border-bottom: 1px solid #fff;
  }
  footer .footer-partners tr:last-child th:first-child {
    border-top: 1px solid #fff;
  }
  footer .footer-partners th, footer .footer-partners td {
    border: 1px solid #57a510;
  }
}
@media screen and (max-width: 960px) and (max-width: 420px) {
  footer .footer-banner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-banner-container img {
    max-width: 156px;
  }
  .local_nav {
    width: 100%;
  }
  .local_nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1%;
  }
  .local_nav-container {
    width: 48%;
    max-width: 254px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 1%;
  }
  .local_nav-container img {
    width: 100%;
  }
  [data-barba-namespace=top] {
    /* --------------------------------------------------------------------------------
     バナー
    -------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------
     ライブ配信中！
    -------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------
     ご来場される皆様へ
    -------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------
     トピックス
    -------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------
     「ぜんため」とは？
    -------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------
     総合司会
    -------------------------------------------------------------------------------- */
    /* --------------------------------------------------------------------------------
     イベント概要
    -------------------------------------------------------------------------------- */
  }
  [data-barba-namespace=top] .header-wrapper {
    width: 160.9103078983vh;
    height: 100vh;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) and (max-aspect-ratio: 1202/747) {
  [data-barba-namespace=top] .header-wrapper {
    width: 100vw;
    height: 62.146422629vw;
  }
}
@media screen and (max-width: 960px) {
  [data-barba-namespace=top] #banner {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  [data-barba-namespace=top] #banner .banner-container.new .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: -20.1359832636px;
    right: -5px;
    pointer-events: none;
    z-index: 100;
  }
  [data-barba-namespace=top] #banner .banner-container.new .new-icon span {
    display: block;
    position: relative;
  }
  [data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  [data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  [data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  [data-barba-namespace=top] #banner .banner-container.new .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
  [data-barba-namespace=top] #banner .banner-container img {
    max-width: 156px;
    max-width: 162.5px;
  }
  [data-barba-namespace=top] #live {
    margin-top: 2em;
  }
  [data-barba-namespace=top] #live .frame {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=top] #notes .frame {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=top] #topics {
    padding: 0;
  }
  [data-barba-namespace=top] #topics .frame {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=top] #topics .swiper-button-prev {
    left: calc(5vw - 1%);
  }
  [data-barba-namespace=top] #topics .swiper-button-next {
    right: calc(5vw - 1%);
  }
  [data-barba-namespace=top] #about h2 img {
    max-height: 36px;
  }
  [data-barba-namespace=top] #about p {
    text-shadow: -2px -2px 0 #503921, -2px -1px 0 #503921, -2px 0px 0 #503921, -2px 1px 0 #503921, -2px 2px 0 #503921, -1px -2px 0 #503921, -1px -1px 0 #503921, -1px 0px 0 #503921, -1px 1px 0 #503921, -1px 2px 0 #503921, 0px -2px 0 #503921, 0px -1px 0 #503921, 0px 0px 0 #503921, 0px 1px 0 #503921, 0px 2px 0 #503921, 1px -2px 0 #503921, 1px -1px 0 #503921, 1px 0px 0 #503921, 1px 1px 0 #503921, 1px 2px 0 #503921, 2px -2px 0 #503921, 2px -1px 0 #503921, 2px 0px 0 #503921, 2px 1px 0 #503921, 2px 2px 0 #503921;
    font-size: 1em;
    text-align: left;
  }
  [data-barba-namespace=top] #about .image-container.game .deco {
    left: 130%;
    top: 75%;
    -webkit-transform: translate(-50%, -50%) scale(0.35);
            transform: translate(-50%, -50%) scale(0.35);
  }
  [data-barba-namespace=top] #about .image-container.game .image-caption-deco {
    -webkit-transform: translate(-50%, -60%) scale(2);
            transform: translate(-50%, -60%) scale(2);
  }
  [data-barba-namespace=top] #about .image-container.gourmet .deco {
    display: none;
  }
  [data-barba-namespace=top] #about .image-container.gourmet .image-caption-deco {
    -webkit-transform: translate(-50%, -60%) scale(2);
            transform: translate(-50%, -60%) scale(2);
  }
  [data-barba-namespace=top] #about .image-container.stage_event .deco {
    display: none;
  }
  [data-barba-namespace=top] #about .image-container.stage_event .image-caption-deco {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
  [data-barba-namespace=top] #about .image-caption img {
    max-height: 36px;
  }
  [data-barba-namespace=top] #about .image-caption-deco {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
  }
  [data-barba-namespace=top] #about .game .image-caption img,
  [data-barba-namespace=top] #about .gourmet .image-caption img,
  [data-barba-namespace=top] #about .stage_event .image-caption img {
    height: 6vw;
  }
  [data-barba-namespace=top] #host .frame {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=top] #host .image-text {
    font-size: 1em;
  }
  [data-barba-namespace=top] #summary table {
    margin: 0 auto;
  }
  [data-barba-namespace=top] #summary th, [data-barba-namespace=top] #summary td {
    padding: 0.25em 0.5em;
  }
  [data-barba-namespace=top] #summary .frame {
    width: 96%;
    padding-right: 0.5em;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=top] #summary .deco {
    width: 197px;
    display: none;
  }
  [data-barba-namespace=about] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [data-barba-namespace=about] .local_nav {
    width: 96%;
    position: relative;
    top: 0;
    margin: 0 2% 1em;
  }
  [data-barba-namespace=about] .frame {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=about] #nobupyon .deco {
    width: 175.5px;
    height: 144px;
    left: 95%;
    top: 8%;
  }
  #companies #cboxLoadedContent .frame {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
  }
  #companies #cboxLoadedContent .cboxPhoto {
    border: 2px solid #00adfb;
  }
  #companies .exhibitor-contents {
    width: 100%;
    padding: 8px;
  }
  [data-barba-namespace=companies] .frame {
    width: 96%;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=companies] .exhibitor-container {
    width: 48%;
    border: 2px solid #6fb92c;
    margin: 1%;
  }
  [data-barba-namespace=companies] .exhibitor-container.new .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: -24.1631799163px;
    right: 0px;
    pointer-events: none;
    z-index: 100;
  }
  [data-barba-namespace=companies] .exhibitor-container.new .new-icon span {
    display: block;
    position: relative;
  }
  [data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  [data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  [data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  [data-barba-namespace=companies] .exhibitor-container.new .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  [data-barba-namespace=companies] .sega .exhibitor-name span {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  [data-barba-namespace=companies] .sega .exhibitor-name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  [data-barba-namespace=companies] .silverstar .exhibitor-name span,
  [data-barba-namespace=companies] .ss-beta .exhibitor-name span {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 960px) {
  [data-barba-namespace=companies] .sponsor-wrapper.platinum .sponsor-container {
    width: 100%;
  }
  [data-barba-namespace=companies] .sponsor-wrapper.gold .sponsor-container {
    width: 63.6666666667%;
  }
  [data-barba-namespace=companies] .sponsor-wrapper.silver .sponsor-container {
    width: 47%;
  }
  [data-barba-namespace=companies] .sponsor-wrapper.silver2 .sponsor-container {
    width: 37%;
  }
  [data-barba-namespace=companies] .sponsor-wrapper.bronze .sponsor-container {
    width: 30.3333333333%;
  }
  #indie #cboxLoadedContent .frame {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
  }
  #indie #cboxLoadedContent .cboxPhoto {
    border: 2px solid #00adfb;
  }
  #indie .exhibitor-contents {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 960px) and (max-width: 666px) {
  #indie #sleeping_museum .image-container {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  [data-barba-namespace=indie] .frame {
    width: 96%;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=indie] .exhibitor-container {
    width: 48%;
    border: 2px solid #6fb92c;
    margin: 1%;
  }
  [data-barba-namespace=indie] .exhibitor-container.new .new-icon {
    width: 50px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: -24.1631799163px;
    right: 0px;
    pointer-events: none;
    z-index: 100;
  }
  [data-barba-namespace=indie] .exhibitor-container.new .new-icon span {
    display: block;
    position: relative;
  }
  [data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(1) {
    width: 30.1255230126%;
    padding-top: 30%;
    background: url(../img/icon_new_1.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  [data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(2) {
    width: 23.0125523013%;
    padding-top: 31%;
    background: url(../img/icon_new_2.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
  }
  [data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(3) {
    width: 39.3305439331%;
    padding-top: 32%;
    background: url(../img/icon_new_3.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  [data-barba-namespace=indie] .exhibitor-container.new .new-icon span:nth-child(4) {
    width: 15.89958159%;
    padding-top: 31%;
    background: url(../img/icon_new_4.png) center center/contain no-repeat;
    -webkit-animation: anime-new_icon 1s infinite linear;
            animation: anime-new_icon 1s infinite linear;
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
  }
}
@media screen and (max-width: 960px) and (max-width: 390px) {
  [data-barba-namespace=indie] .fmlibrary .exhibitor-name span {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 960px) and (max-width: 420px) {
  [data-barba-namespace=indie] .furiken_modulation .exhibitor-name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) and (max-width: 460px) {
  [data-barba-namespace=indie] .revenge .exhibitor-name span {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 960px) {
  [data-barba-namespace=indie] .alliance .exhibitor-name span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  [data-barba-namespace=indie] .alliance .exhibitor-name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  [data-barba-namespace=indie] .alliance .exhibitor-name span {
    font-size: 0.65em;
  }
}
@media screen and (max-width: 960px) and (max-width: 460px) {
  [data-barba-namespace=indie] .denchan .exhibitor-name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) and (max-width: 460px) {
  [data-barba-namespace=indie] .bungu_games_nagoyaguild .exhibitor-name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  [data-barba-namespace=indie] .bungu_games_nagoyaguild .exhibitor-name span {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 960px) and (max-width: 460px) {
  [data-barba-namespace=indie] .ncs .exhibitor-name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) and (max-width: 620px) {
  [data-barba-namespace=indie] .nca .exhibitor-name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  [data-barba-namespace=indie] .nca .exhibitor-name span {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 960px) and (max-width: 450px) {
  [data-barba-namespace=indie] .nca .exhibitor-name span {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 960px) and (max-width: 390px) {
  [data-barba-namespace=indie] .nca .exhibitor-name span {
    font-size: 0.55em;
  }
}
@media screen and (max-width: 960px) {
  [data-barba-namespace=indie] .supporter-wrapper.platinum .sponsor-container {
    width: 100%;
  }
  [data-barba-namespace=indie] .supporter-wrapper.gold .sponsor-container {
    width: 63.6666666667%;
  }
  [data-barba-namespace=indie] .supporter-wrapper.silver .sponsor-container {
    width: 47%;
  }
  [data-barba-namespace=indie] .supporter-wrapper.bronze .sponsor-container {
    width: 30.3333333333%;
  }
  [data-barba-namespace=indie_entry] th, [data-barba-namespace=indie_entry] td {
    padding: 0.25em 0.5em;
  }
  [data-barba-namespace=indie_entry] .frame {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=indie_entry] #entry_form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [data-barba-namespace=indie_entry] #entry_form tr:last-child th:first-child {
    border-radius: 0;
  }
  [data-barba-namespace=indie_entry] #entry_form th {
    text-align: left;
  }
  [data-barba-namespace=indie_entry] #entry_form td:last-child {
    border-radius: 0;
  }
  [data-barba-namespace=indie_entry] #entry_form .form-complete {
    text-align: left;
  }
  [data-barba-namespace=stage] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [data-barba-namespace=stage] .local_nav {
    width: 96%;
    position: relative;
    top: 0;
    margin: 0 2% 1em;
  }
  [data-barba-namespace=stage] .frame {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=access] .frame {
    width: 96%;
    padding: calc(19.75px + 0.75em) 1.25em 0.75em;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=map] .frame {
    width: 96%;
    padding: calc(19.75px + 0.75em) 1.25em 0.75em;
    margin-left: 2%;
    margin-right: 2%;
  }
  [data-barba-namespace=map] .bullet_point {
    text-align: left;
  }
  [data-barba-namespace=map] #game_area_map .map-image-container {
    -webkit-transition: initial;
    transition: initial;
  }
  [data-barba-namespace=map] #game_area_map .map-image-container:hover {
    -webkit-transform: initial;
            transform: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    z-index: initial;
  }
  [data-barba-namespace=map] #gourmet_area_map .map-image-wrapper {
    -webkit-transition: initial;
    transition: initial;
  }
  [data-barba-namespace=map] #gourmet_area_map .map-image-wrapper:hover {
    -webkit-transform: initial;
            transform: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    z-index: initial;
  }
}
@media screen and (max-width: 960px) and (max-width: 666px) {
  [data-barba-namespace=map] .map-image-wrapper {
    background-color: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
  }
  [data-barba-namespace=map] .map-image-container {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
    padding: 1%;
    margin: 1%;
  }
}