@charset "UTF-8";
/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}


dl,
iframe,
p,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
  vertical-align: bottom;
}

p {
  color: #9a0b0b;
}


iframe {
  border: 0;
  vertical-align: bottom;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

td,
th {
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  font-size: 62.5%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #ca6060;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-header {
  position: relative;
  top: 100px;
  margin-top: -100px;
  overflow: hidden;
  aspect-ratio: 1400/900;
  background-image: url(../img/header/main.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: 1;
}
.l-header__event-info {
  position: absolute;
  left: 89%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 20px;
}
.l-header__schedule {
  position: absolute;
  left: 13%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 30px;
}
.l-header__logo {
  position: absolute;
  left: 36%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 28%;
}

.l-section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 50px auto 0;
}
.l-section + .l-section {
  margin-top: 150px;
}
.l-section:last-child {
  padding-bottom: 200px;
}
.l-container {
  position: relative;
  background-color: rgb(255, 255, 255, .8);
  border-radius: 10px;
  outline: 3px solid rgb(255, 255, 255, .3);
  outline-offset: 2px;
  z-index: 1;
}

.l-container::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 15px;
  box-shadow: 0 0 8px 8px rgb(255, 255, 255, .5);
  z-index: -1;
}

.l-inner {
  padding: 60px;
  margin: 0 auto;
}

.o-nav {
  width: 100%;
}
.o-nav nav {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 231, 255, 0.5)), to(rgba(255, 218, 254, 0.5)));
  background: linear-gradient(to top, rgba(2, 231, 255, 0.5), rgba(255, 218, 254, 0.5));
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-nav__list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-nav__list li.js-has-sub {
  position: relative;
}
.o-nav__list li.js-has-sub .sub-menu {
  opacity: 0;
  visibility: hidden;
  padding: 45px 40px;
  position: absolute;
  top: 70px;
  left: -203px;
  width: 918px;
  height: 800px;
  background-image: url(../img/common/pulldown.png);
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.o-nav__list li.js-has-sub .sub-menu.slide-down {
  opacity: 1;
  visibility: visible;
}
.o-nav__list li.js-has-sub .sub-menu {
  color: #fff;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content {

}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 2px;
  margin-bottom: 8px;
  max-width: 260px;
  min-width: 260px;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title--entrance {
  border-bottom: 3px solid #ffbdbd;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title--minato {
  border-bottom: 3px solid #ffe2a3;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title--prontera {
  border-bottom: 3px solid #fffe90;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title--fancy {
  border-bottom: 3px solid #cdfda3;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title--mainstreet {
  border-bottom: 3px solid #85cefc;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title--horror {
  border-bottom: 3px solid #b1b8ff;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-title--iseki {
  border-bottom: 3px solid #eeb9ff;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list {
  font-size: 14px;
  padding: 0 5px;
  max-width: 260px;
  min-width: 260px;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li {
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li a {
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li + li {
  margin-top: 7px;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 12px;
  height: 12px;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon-entrance {
  background-color: #ffbdbd;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon-minato {
  background-color: #ffe2a3;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon-prontera {
  background-color: #fffe90;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon-fancy {
  background-color: #cdfda3;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon-mainstreet {
  background-color: #85cefc;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon-horror {
  background-color: #b1b8ff;
}
.o-nav__list li.js-has-sub .sub-menu .sub-menu-content .howto-list li .icon-iseki {
  background-color: #eeb9ff;
}
.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -120px;
  transition: z-index 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.o-spNav {
  display: none;
  background-color: #000;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 300px;
}
.o-spNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  margin: 0 15px;
  border-radius: 10px;
}
.o-spNav li {
  text-align: center;
}
.o-spNav li + li {
  margin-top: 30px;
}
.o-spNav li img {
  -webkit-filter: drop-shadow(0 0 10px #484040);
          filter: drop-shadow(0 0 10px #484040);
}

.o-hamburger {
  display: none;
}

.o-title {
  text-align: center;
  margin-bottom: 30px;
}

.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
}
.o-table th,
.o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
  color: #000;
}
.o-table th {
  border-bottom: 1px solid #fff;
  background-color: #206bc0;
  color: #fff;
  width: 30%;
}
.o-table td {
  background-color: white;
  color: #9a0b0b;
}

.o-modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
.o-modal__contents {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  width: 90%;
  max-height: 90%;
}
.o-modal__body {
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
}
.o-modal__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.o-modal__close-button:hover {
  cursor: pointer;
}
.o-modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #5c00fe;
  line-height: 1;
  width: 25px;
  height: 3px;
  background-color: #5c00fe;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.o-modal__close-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5c00fe;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.o-modal__bg {
  display: none;
  background-color: rgba(46, 45, 45, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.o-modal__text {
  color: #ee5454;
  margin-bottom: 2em;
}
.o-modal__schedule {
  color: #000;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 5px;
}
.o-modal__schedule .bold {
  font-weight: bold;
}
.o-modal__schedule th {
  text-align: center;
}
.o-modal__schedule td a {
  color: #000;
  text-decoration: underline;
}
body.scroll-stop {
  overflow: hidden;
}

.o-event-info__list {
  list-style: none;
  width: 254px;
  height: 58px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.o-event-info__item {
  width: 18%;
}
.o-event-info__item:hover {
  cursor: pointer;
}
.o-event-info .tooltip {
  /*ツールチップの対象要素*/
  position: relative;
  text-shadow: none;
  line-height: 1.3;
}
.o-event-info .tooltip .tooltiptext {
  /*ツールチップ本体*/
  visibility: hidden;
  width: 150px;
  color: #000;
  background-color: #fff;
  border: 3px solid #f0828a;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  bottom: -40px;
  left: -50px;
  font-size: 1rem;
  z-index: 10;
  padding: 5px;
}
.o-event-info .tooltip:hover .tooltiptext {
  visibility: visible;
}
.o-event-info .tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  right: 10px;
  top: -18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #5e48b8 transparent;
}
.o-event-info .tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.o-event-info .tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}
.c-feature__title {
  text-align: center;
  margin-bottom: 40px;
}
.c-feature__title--mt {
  margin-top: 50px;
}
.c-feature__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-feature__block + .c-feature__block {
  margin-top: 50px;
}
.c-feature__block--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-join__block + .c-join__block {
  margin-top: 50px;
}
.c-join__title {
  margin-bottom: 25px;
  position: relative;
  left: -0.5em;
}
.c-join__button {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 43px;
  background-image: url(../img/join/btn-bg.png);
  background-size: 280px 43px;
  background-position: center center;
  margin: 0 auto;
  cursor: pointer;
}
.c-join__button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 41px;
  margin-bottom: 51px;
}
.c-join__button-wrapper .c-join__button {
  margin: 0;
}

.c-join__button__modal {
  margin-top: 25px;
}

.c-join__button.c-join__button--left {
  margin: 10px 0;
  width: 260px;
  background-size: 260px 43px;
  cursor: auto;
}
.c-join__button.c-join__button--left:hover{
  opacity: 1;
}


.c-join__text {
  margin-bottom: 30px;
}
.c-join__step01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-join__step01 .left {
  width: 48%;
}
.c-join__step01 .left p {
  padding-top: 3em;
  margin-bottom: 2em;
}
.c-join__step01 .right {
  width: 48%;
  text-align: center;
}
.c-join__step02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 730px;
  margin: 40px auto 0;
}
.c-join__step02 .left {
  min-width: 240px;
}
.c-join__step02 .right {
  position: relative;
  margin-left: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-join__step02 .right::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-join__step02 .right .text {
  width: 48%;
}
.c-join__step02 .right .text p {
  margin-top: 1em;
}
.c-join__step02 .right .image {
  width: 48%;
  text-align: center;
}
.c-join__other {
  margin-top: 50px;
}
.c-join__other h4 {
  text-align: center;
  margin-bottom: 1em;
}
.c-join__other .map-area {
  position: relative;
}
.c-join__other .map_button {
  position: absolute;
}
.c-join__other .map_button--horror {
  top: 6.5%;
  left: 21%;
}
.c-join__other .map_button--fancy {
  top: 6.5%;
  left: 54%;
}
.c-join__other .map_button--prontera {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.c-join__other .map_button--mainstreet {
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
}
.c-join__other .map_button--iseki {
  top: 75%;
  left: 10%;
}
.c-join__other .map_button--minato {
  top: 75%;
  left: 70%;
}
.c-join__other .map_button--entrance {
  top: 88%;
  left: 50%;
  transform: translateX(-50%);
}
.c-join__white-bg {
  background-color: rgb(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
}
.c-join__white-bg .box {
  text-align: center;
  width: 47%;
}
.c-join__white-bg .box .c-join__button {
  margin: 1em auto 0;
}
.c-join__white-bg .box .get-block {
  margin-top: 1em;
}
.c-join__white-bg .box .get-block h5 {
  background-color: #b465ff;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.c-join__white-bg .box .get-block ul {
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  text-align: left;
}
.c-join__white-bg .box .get-block ul li {
  color: #000;
}
.c-join__white-bg .box--characer img {
  padding-top: 30px;
}
.c-join__white-bg--santa .box:nth-child(4) {
  position: relative;
  top: -10px;
}
.c-join__white-bg--santa .box:nth-child(4) img.santa {
  position: relative;
  z-index: 5;
  top: 30px;
}
.c-join__white-bg--santa .box:nth-child(4) a {
  position: relative;
  z-index: 10;
}
.c-join__block h4 {
  text-align: center;
  margin-bottom: 1em;
}

.c-howto__contents + .c-howto__contents {
  margin-top: 100px;
}
.mt100 {
  margin-top: 100px;
}
.c-howto__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-howto__block + .c-howto__block {
  margin-top: 40px;
}
.c-howto__block--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-howto__text {
  line-height: 1.714;
  margin: 30px 0;
}
.c-howto__text .highlight {
  color: #ff6089;
}
.c-howto__text .bold {
  font-weight: bold;
}
.c-howto__caution {
  color: #b55454;
  font-size: 1.2rem;
  line-height: 2;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.c-howto__caution + .c-howto__caution {
  margin-top: 10px;
}
.c-howto__block__performance {
  margin-top: 70px;
}


.c-howto__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
      gap: 70px;
}
.c-howto__flex .left {
  width: 50%;
}
.c-howto__flex .left span {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.5em;
}
.c-howto__flex .right {
  width: 50%;
}
.c-howto__title {
  text-align: center;
}
.c-howto__subtitle {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.c-howto__subtext {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.c-howto__label-wrapper {
  text-align: center;
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.c-howto__label-wrapper.threeItems {
  gap: 1em;
  flex-wrap: wrap;
}
.c-howto__label-wrapper.threeItems .c-howto__label + .c-howto__label {
  margin-left: 0;
}
.c-howto__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  font-size: 1.2rem;
  min-width: 140px;
  padding: 10px 0;
  line-height: 1;
  max-height: 32px;
}
.c-howto__label--yellow {
  background-color: #fffe90;
  color: #ad8303;
}
.c-howto__label--blue {
  background-color: #85cefc;
  color: #0b3a9a;
}
.c-howto__label--iseki {
  background-color: #dda3ef;
  color: #7f1b9f;
}
.c-howto__label--minato {
  background-color: #ffd16e;
  color: #ff5400;
}
.c-howto__label--fancy {
  background-color: #a2e965;
  color: #469105;
}
.c-howto__label--horror {
  background-color: #b1b8ff;
  color: #0b3a9a;
}
.c-howto__label + .c-howto__label {
  margin-left: 1em;
}
.c-howto__netcafe {
  text-align: center;
  margin-bottom: 58px;
}
.c-howto__anniversary-contents .anniversary-contents-top {
  margin-top: 60px;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.c-howto__anniversary-contents .anniversary-contents-top .left {
  position: relative;
  max-width: 360px;
}
.c-howto__anniversary-contents .anniversary-contents-top .left .ss {
  display: block;
}
.c-howto__anniversary-contents .anniversary-contents-top .left .step {
  position: absolute;
  top: -48px;
  left: -39px;
}
.c-howto__anniversary-contents .anniversary-contents-top .left p {
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.c-howto__anniversary-contents .anniversary-contents-top .right {
  position: relative;
  max-width: 360px;
}
.c-howto__anniversary-contents .anniversary-contents-top .right .ss {
  display: block;
}
.c-howto__anniversary-contents .anniversary-contents-top .right .step {
  position: absolute;
  top: -48px;
  left: -39px;
}
.c-howto__anniversary-contents .anniversary-contents-top .right p {
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.c-howto__anniversary-contents .anniversary-contents-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .left {
  position: relative;
  max-width: 360px;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .left .ss {
  display: block;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .left .step {
  position: absolute;
  top: -48px;
  left: -39px;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .left p {
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .right {
  position: relative;
  max-width: 360px;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .right .ss {
  display: block;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .right .step {
  position: absolute;
  top: -48px;
  left: -39px;
}
.c-howto__anniversary-contents .anniversary-contents-bottom .right p {
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.c-howto__white-container .fukubiki {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 71px;
}
.c-howto__white-container .fukubiki p img {
  margin-bottom: 10px;
}
.c-howto__schedule {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 38px;
  padding-top: 5px;
}
.c-howto__schedule li {
  width: 100%;
  height: 40px;
}
.c-howto__schedule-button {
  color: #fff;
  line-height: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(0deg, rgba(246, 179, 114, 1), rgba(254, 0, 0, 1));
  background-image: linear-gradient(0deg, rgba(246, 179, 114, 1), rgba(254, 0, 0, 1));
  box-shadow: 0px 3px 0px 0px rgba(129, 61, 241, 0.28);
}
.c-howto__item-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin-top: 27px;
}
.c-howto__item-table th, .c-howto__item-table td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
.c-howto__item-table th {
  background-color: #fffcb6;
}
.c-howto__item-table td {
  background-color: #fff;
}
.c-howto__iseki .c-howto__flex,
.c-howto__other .c-howto__flex {
  gap: 30px;
}
.c-howto__iseki .c-howto__flex img,
.c-howto__other .c-howto__flex img {
  object-fit: contain;
}
.c-howto__iseki .c-howto__flex .c-howto__text,
.c-howto__other .c-howto__flex .c-howto__text {
  width: 50%;
}
.c-howto__other .c-howto__flex--blue {
  background-color: rgb(128, 212, 255, .3);
  border-radius: 10px;
  padding: 40px 0;
  gap: 40px;
}
.c-howto__table--item {
  border-collapse: unset;
  border-spacing: 2px;
  margin: 40px 0 10px;
  width: 100%;
}
.c-howto__table--item th {
  background-color: #a00fcf;
  padding: 5px 8px;
}
.c-howto__table--item th.item-image {
  background-color: #fff;
  height: 174px;
  width: 164px;
}
.c-howto__table--item th.item-image img {
  display: block;
  margin: 0 auto;
  width: 40%;
}
.c-howto__table--item th.middle {
  background-color: #c851ee;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  line-height: 1;
}
.c-howto__table--item th.light {
  background-color: #dda3ef;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 10%;
}
.c-howto__table--item td {
  background-color: #fff;
  color: #9a0b0b;
  padding: 5px 8px;
  vertical-align: text-top;
}
.c-howto__table--course {
  width: 50%;
}
.c-howto__table--course th {
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
}
.c-howto__table--course th.dark {
  background-color: #a00fcf;
}
.c-howto__table--course th.light {
  background-color: #dda3ef;
}
.c-howto__table--course td {
  background-color: #fff;
  color: #9a0b0b;
  padding: 5px 8px;
}
.c-howto__table--horror {
  border-collapse: unset;
  border-spacing: 2px;
  width: 100%;
  margin: 30px 0 50px;
}
.c-howto__table--horror th {
  background-color: #a00fcf;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
}
.c-howto__table--horror td {
  background-color: #fff;
  color: #9a0b0b;
  padding: 5px 8px;
}
.c-howto__table--horror td a {
  color: #9a0b0b;
  text-decoration: underline;
}
.c-howto__table--horror02 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 64px;
}
.c-howto__table--horror02 th {
  width: 26%;
}
.c-christmas__images {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-data__block + .c-data__block {
  margin-top: 50px;
}
.c-data__block h3 {
  text-align: center;
  margin-bottom: 30px;
}
.c-data__block h4 {
  text-align: center;
  margin-bottom: 30px;
}
.c-data__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.c-data__block ul li {
  width: 150px;
}
.c-data__block ul li a {
  background-color: #fff;
  border-radius: 5px;
  outline: 1px solid rgb(255, 255, 255, 1);
  outline-offset: 2px;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.c-data__block ul li a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 6px;
  box-shadow: 0 0 2px 2px rgb(255, 255, 255, 1);
  z-index: -1;
}
.c-data__block ul li h4 {
  color: #9a0b0b;
  text-align: center;
  margin-top: 10px;
}
.c-data__table {
  color: #000;
}
.c-data__table th {
  background-color: #a00fcf !important;
  color: #fff !important;
}
.c-data__table td {
  text-align: center;
}
.c-data__table td:nth-child(odd) {
  background-color: #fff;
  color: #9a0b0b !important;
}
.c-data__table td:nth-child(even) {
  background-color: #dda3ef;
  color: #fff;
}
.c-data__table td:last-child {
  text-align: left;
}
.c-guide p {
  color: #000;
}
.c-guide__title {
  text-align: center;
  margin-bottom: 30px;
}
.c-guide__title--mt {
  margin-top: 50px;
}
.c-guide__joinMap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  color: #000;
}
.c-guide__joinMap .images {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-top: 5px solid #ffbad2;
  border-bottom: 5px solid #ffbad2;
  padding: 20px 0;
  border-radius: 2.5px;
}
.c-guide__joinMap .images .map h4 {
  text-align: center;
  margin-top: 10px;
}
.c-guide__joinMap .btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-guide__joinMap .btn p {
  margin-left: 15px;
  width: 85%;
}
.c-guide__map .image {
  text-align: center;
  max-width: 782px;
  margin: 0 auto;
}
.c-guide__map .image p {
  color: #9a0b0b;
  margin-top: 10px;
  text-align: left;
  padding-left: 1em;
}
.c-guide__map ul {
  margin-top: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-guide__map ul.ragnarok::before {
  content: "";
  display: block;
  width: 32%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-guide__map ul.eventhall::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-guide__map ul li {
  position: relative;
  padding: 10px;
  background-color: #fc9400;
  width: 32%;
  height: 150px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.c-guide__map ul.ragnarok li {
  width: 32%;
  min-height: 120px;
}
.c-guide__map ul.eventhall li {
  width: 24%;
  min-height: 170px;
}
.c-guide__map ul.ragnarok li:nth-child(1) {
  background: #ff4f57;
}
.c-guide__map ul.eventhall li {
  background: #fff;
}
.c-guide__map ul.eventhall li.gray {
  background: #efefef;
}
.c-guide__map ul li.nomal-item {
  background-color: #b480e0;
}
.c-guide__map ul li h4 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.c-guide__map ul li h4 img {
  margin-right: 5px;
}
.c-guide__map ul li p {
  color: #fff;
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.5;
  padding: 0 5px;
}
.c-guide__map ul.eventhall li p {
  color: #000;
}
.c-guide__map--eventHall ul li {
  background-color: #fff;
  color: #000;
}
.c-guide__map--eventHall ul li:first-child {
  background-color: #fff;
}
.c-guide__map--eventHall ul li:first-child p {
  color: #000;
}
.c-guide__map--eventHall ul li p {
  border-top: 2px solid #df4c19;
  padding-top: 1em;
  margin-top: 1em;
}

.c-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  margin-top: 30px;
  white-space: nowrap;
  display: flex;
  gap: 2%;
}
.c-wallpaper__button {
  width: 33%;
}
.c-wallpaper__buttons img {
  
}
.c-wallpaper__button + .c-wallpaper__button {
}
.c-wallpaper__illust {
  margin-top: 20px;
  text-align: center;
}
.c-wallpaper__illust img {
  margin-top: 20px;
  margin-bottom: 10px;
}
.c-wallpaper__illust p {
  margin-bottom: 20px;
  text-align: center;
}

.c-caution ul li {
  color: #9a0b0b;
  position: relative;
  padding-left: 30px;
}
.c-caution ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/caution/icon.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-caution ul li + li {
  margin-top: 25px;
}


.banner_page {
  margin-top: 20px;
}


/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * template
 *-------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  body::after {
    background-size: auto;
  }
  .l-header {
    top: auto;
    margin-top: 0;
  }
  .l-header__event-info {
    top: auto;
    left: 50%;
    bottom: 10px;
  }
  .l-header__schedule {
    top: 10px;
    left: 50%;
    max-width: 150px;
  }
  .l-header__logo {
    top: 15%;
    max-width: 200px;
  }
  .l-section + .l-section {
    margin-top: 100px;
  }
  .l-inner {
    padding: 20px 15px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #5da3f2;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-title {
    margin-bottom: 20px;
  }
  .o-modal__contents {
    max-height: 80vh;
  }
  .o-modal__body {
    padding: 40px 15px 15px;
  }
  .c-feature .l-inner {
    background-image: none;
  }
  .c-feature__block {
    -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;
  }
  .c-feature__block img + img {
    margin-top: 50px;
  }
  .c-join__step01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__step01 .left {
    width: 100%;
  }
  .c-join__step01 .left p {
    padding-top: 0;
  }
  .c-join__step01 .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-join__step02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__step02 .right {
    margin-left: 0;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-join__step02 .right::before {
    -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-join__step02 .right .text {
    width: 100%;
  }
  .c-join__step02 .right .image {
    width: 100%;
    margin-top: 1em;
  }
  .c-join__white-bg {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .c-join__white-bg .box {
    width: 100%;
  }
  .c-join__white-bg .box .get-block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__white-bg .box--characer img {
    padding-top: 0;
  }
  .c-join__white-bg--santa .box:nth-child(4) {
    top: auto;
  }
  .c-join__other .map_button {
    width: 30%;
  }  
  .c-join__other .map_button--horror {
    left: 15%;
  }  
  .c-join__other .map_button--fancy {
    left: 50%;
  }  
  .c-join__other .map_button--iseki {
    left: 7%;
  }  
  .c-join__other .map_button--minato {
    left: 66%;
  }  
  .c-howto__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__flex .left {
    width: 100%;
  }
  .c-howto__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-howto__netcafe {
    margin-top: 15px;
  }
  .c-howto__anniversary-contents .anniversary-contents-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    margin-bottom: 40px;
  }
  .c-howto__anniversary-contents .anniversary-contents-top .left .step {
    max-width: 80px;
    left: -20px;
    top: -20px;
  }
  .c-howto__anniversary-contents .anniversary-contents-top .right .step {
    max-width: 80px;
    left: -20px;
    top: -20px;
  }
  .c-howto__anniversary-contents .anniversary-contents-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  .c-howto__anniversary-contents .anniversary-contents-bottom .left .step {
    max-width: 80px;
    left: -20px;
    top: -20px;
  }
  .c-howto__anniversary-contents .anniversary-contents-bottom .right .step {
    max-width: 80px;
    left: -20px;
    top: -20px;
  }
  .c-howto__white-container .fukubiki {
    -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: 15px;
  }
  .c-howto__white-container .fukubiki p {
    width: 100%;
  }
  .c-howto__white-container .fukubiki .ss {
    margin-top: 20px;
  }
  .c-howto__other .c-howto__flex .c-howto__text {
    width: 100%;
  } 
  
  .c-howto__table--course {
    width: 100%;
  }
  .c-howto__iseki .c-howto__flex .c-howto__text, .c-howto__other .c-howto__flex .c-howto__text {
    width: 100%;
}
  .c-christmas__images {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-data__block + .c-data__block {
    margin-top: 30px;
  }
  .c-data__block ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 10px;
  }
  .c-data__block ul li {
    width: 47%;
  }
  .c-guide__joinMap {
    padding: 15px;
  }
  .c-guide__joinMap .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-guide__joinMap .images .map + .map {
    margin-top: 15px;
  }
  .c-guide__joinMap .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .c-guide__joinMap .btn p {
    margin-left: 0;
    margin-top: 15px;
  }
  .c-guide__map .image {
    margin-top: 25px;
  }
  .c-guide__map ul {
    padding: 0;
  }
  .c-guide__map ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .c-guide__map ul.eventhall li,
  .c-guide__map ul.ragnarok li {
    width: 100%;
  }
}

@keyframes sway1 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(25px, -25px);
  }

  50% {
      transform: translate(-25px, 25px);
  }

  75% {
      transform: translate(-15px, -25px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway2 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(-25px, 25px);
  }

15% {
      transform: translate(25px, -15px);
  }

  75% {
      transform: translate(15px, 25px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway3 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(19px, -31px);
  }

  50% {
      transform: translate(-19px, 19px);
  }

  75% {
      transform: translate(19px, -19px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway4 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(-31px, -50px);
  }

  50% {
      transform: translate(25px, 31px);
  }

  75% {
      transform: translate(-25px, 19px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway5 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(31px, -19px);
  }

  50% {
      transform: translate(-19px, 31px);
  }

  75% {
      transform: translate(25px, -25px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway6 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(-19px, 31px);
  }

  50% {
      transform: translate(19px, -19px);
  }

  75% {
      transform: translate(-31px, 19px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway7 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(37px, 15px);
  }

  50% {
      transform: translate(-25px, -31px);
  }

  75% {
      transform: translate(19px, 25px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway8 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(-25px, -25px);
  }

  50% {
      transform: translate(31px, 19px);
  }

  75% {
      transform: translate(-19px, -19px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway9 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(19px, -31px);
  }

  50% {
      transform: translate(-31px, 15px);
  }

  75% {
      transform: translate(25px, -19px);
  }

  100% {
      transform: translate(0, 0);
  }
}

@keyframes sway10 {
  0% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(-37px, 19px);
  }

  50% {
      transform: translate(25px, -31px);
  }

  75% {
      transform: translate(-19px, 25px);
  }

  100% {
      transform: translate(0, 0);
  }
}

.circle-content-fixed {
  position: fixed;
  top: 160px;
  left: 20px;
  width: 100%;
}

.circle-content img {
  position: fixed;
}

.circle--01 {
  animation: sway 30s ease-in-out infinite;
  top: 0%;
  left: -5%;
}

.circle--02 {
  animation: sway2 30s ease-in-out infinite;
  top: 20%;
  left: 5%;
}

.circle--03 {
  animation: sway3 30s ease-in-out infinite;
  top: 40%;
  left: -5%;
}

.circle--04 {
  animation: sway4 30s ease-in-out infinite;
  top: 60%;
  left: 5%;
}

.circle--05 {
  animation: sway5 30s ease-in-out infinite;
  top: 80%;
  left: -5%;
}

.circle--06 {
  animation: sway6 30s ease-in-out infinite;
  top: 100%;
  left: 5%;
}

.circle--07 {
  animation: sway7 30s ease-in-out infinite;
  top: 0%;
  right: -5%;
}

.circle--08 {
  animation: sway8 30s ease-in-out infinite;
  top: 20%;
  right: 5%;
}

.circle--09 {
  animation: sway9 30s ease-in-out infinite;
  top: 40%;
  right: -5%;
}

.circle--10 {
  animation: sway10 30s ease-in-out infinite;
  top: 60%;
  right: 5%;
}

.circle--11 {
  animation: sway1 30s ease-in-out infinite;
  top: 80%;
  right: -5%;
}

.circle--12 {
  animation: sway2 30s ease-in-out infinite;
  top: 100%;
  right: 6%;
}
.circle--13 {
  animation: sway2 30s ease-in-out infinite;
  top: 0%;
  left: 10%;
}
.circle--14 {
  animation: sway2 30s ease-in-out infinite;
  top: 25%;
  left: 20%;
}
.circle--15 {
  animation: sway2 30s ease-in-out infinite;
  top: 50%;
  left: 10%;
}
.circle--16 {
  animation: sway2 30s ease-in-out infinite;
  top: 75%;
  left: 20%;
}
.circle--17 {
  animation: sway2 30s ease-in-out infinite;
  top: 100%;
  left: 10%;
}
.circle--18 {
  animation: sway2 30s ease-in-out infinite;
  top: 0%;
  right: 10%;
}
.circle--19 {
  animation: sway2 30s ease-in-out infinite;
  top: 25%;
  right: 20%;
}
.circle--20 {
  animation: sway2 30s ease-in-out infinite;
  top: 50%;
  right: 10%;
}
.circle--21 {
  animation: sway2 30s ease-in-out infinite;
  top: 75%;
  right: 20%;
}
.circle--22 {
  animation: sway2 30s ease-in-out infinite;
  top: 100%;
  right: 10%;
}

.content .text.mb24 {
  margin-bottom: 24px;
}

img.ml28 {
  margin-left: -28px;
}
#roCommonHeader {
  position: relative;
  z-index: 9;
}
#roEntryFooter {
  background: url(/special/_common/addAccess/img/footer_base.png) repeat-x !important;
  z-index: 999 !important;
}
/*# sourceMappingURL=style.css.map */
.o-table th, .o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
  border: 1px solid #3e0b5f;
  color: #000;
}
.o-table th {
  background-color: #fffcb6;
}

.mt45 {
  margin-top: 45px;
}

table.natsumi tr th:nth-of-type(1) {
  width: 50px;
}

@media (max-width: 599px) {
  .c-howto__schedule {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.w180 {
  width: 180px;
  border-radius: 20px;
  background-size: 180px 43px;
  background-image: -webkit-linear-gradient(0deg, rgba(246, 179, 114, 1), rgba(254, 0, 0, 1));
  background-image: linear-gradient(0deg, rgba(246, 179, 114, 1), rgba(254, 0, 0, 1));
  box-shadow: 0px 3px 0px 0px rgba(129, 61, 241, 0.28);
}

.new_menu {
  color: #ffff00;
  display: contents;
}

.minato_bn {
  text-align: center;
  margin: 20px 0 40px 0;
}
