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

main {
  display: block;
}


p,
table {
  margin: 0;
}


h2,
h3,
h4 {
  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;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

td,
th {
  vertical-align: top;
  padding: 0;
}

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

template {
  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: #000;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
  min-width: unset;
}

::-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: #359ce4;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
label,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.red {
  color: #cc0000;
}

.l-header {
  opacity: 0;
  position: relative;
  top: 50px;
  margin-top: -50px;
}
.l-header.open {
  opacity: 1;
}
.l-header__main img {
  width: 100%;
}
.l-header__schedule {
  position: absolute;
  top: 20px;
  left: 20px;
}
.l-header__event-info {
  position: absolute;
  top: 20px;
  right: 20px;
}
.l-header__fever {
  position: absolute;
  left: 20px;
  bottom: 70px;
}

.l-main {
  opacity: 0;
}
.l-main.open {
  opacity: 1;
  overflow: hidden;
}
.l-main::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.l-section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 100px auto 0;
}
.l-section + .l-section {
  margin-top: 150px;
}
.l-section:first-child {
  margin-top: 50px;
}
.l-section:last-child {
  padding-bottom: 200px;
}
.l-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 4px solid #f6c072;
}

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

.o-nav {
  opacity: 0;
  width: 100%;
}
.o-nav.open {
  opacity: 1;
}
.o-nav nav {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  z-index: 999;
  background-color: rgba(243, 51, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.o-nav ul {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
  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 li a {
  display: block;
  height: 27px;
}
.o-nav li:nth-child(1) {
  background-image: url(../img/common/nav01.png);
  width: 34px;
}
.o-nav li:nth-child(1):hover {
  background-image: url(../img/common/nav01_on.png);
}
.o-nav li:nth-child(2) {
  background-image: url(../img/common/nav02.png);
  width: 56px;
}
.o-nav li:nth-child(2):hover {
  background-image: url(../img/common/nav02_on.png);
}
.o-nav li:nth-child(3) {
  background-image: url(../img/common/nav03.png);
  width: 30px;
}
.o-nav li:nth-child(3):hover {
  background-image: url(../img/common/nav03_on.png);
}
.o-nav li:nth-child(4) {
  background-image: url(../img/common/nav04.png);
  width: 105px;
}
.o-nav li:nth-child(4):hover {
  background-image: url(../img/common/nav04_on.png);
}
.o-nav li:nth-child(5) {
  background-image: url(../img/common/nav05.png);
  width: 66px;
}
.o-nav li:nth-child(5):hover {
  background-image: url(../img/common/nav05_on.png);
}
.o-nav li:nth-child(6) {
  background-image: url(../img/common/nav06.png);
  width: 51px;
}
.o-nav li:nth-child(6):hover {
  background-image: url(../img/common/nav06_on.png);
}
.o-nav li:nth-child(7) {
  background-image: url(../img/common/nav07.png);
  width: 52px;
}
.o-nav li:nth-child(7):hover {
  background-image: url(../img/common/nav07_on.png);
}
.o-nav li:nth-child(8) {
  background-image: url(../img/common/nav10.png);
  width: 55px;
}
.o-nav li:nth-child(8):hover {
  background-image: url(../img/common/nav10_on.png);
}


.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background-color: #ba2f0a;
  border-left: 7px solid #ff6c00;
  border-right: 7px solid #ff6c00;
  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 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-spNav li {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
.o-spNav li a {
  color: #fff;
}

.o-hamburger {
  display: none;
}

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

.o-event-info__list {
  list-style: none;
  width: 252px;
  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;
}
.o-event-info__item {
  width: 16.6666666667%;
}
.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 #ff6c00;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  bottom: -40px;
  left: -110px;
  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;
}

.o-loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  background-image: url(../img/common/bg_loading.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  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;
}
.o-loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.o-loading__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 40%;
}
.o-loading__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20px;
  background: #f33300;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-animation: loading_bar 2s linear 0s;
          animation: loading_bar 2s linear 0s;
}
@-webkit-keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.c-top__block + .c-top__block {
  margin-top: 100px;
}
.c-top__block .images {
  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;
}
.c-top__block .images .image {
  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;
}
.c-top__block .images .image a {
  position: relative;
  top: -30px;
  margin-top: -30px;
}
.c-top__block .image {
  text-align: center;
}
.c-top__block .button {
  margin-top: 15px;
  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;
}
.c-top__block .button a {
  display: inline-block;
  margin: 0 15px;
}
.c-top__block .title {
  position: relative;
  text-align: center;
  top: 80px;
  margin-top: -80px;
}
.c-top__block .text {
  margin-top: 20px;
  text-align: center;
}
.c-top__block.not-owned .text {
  position: relative;
  z-index: 1;
}
.c-top__block.not-owned .image {
  margin-top: -80px;
}
.c-top__block.not-owned .button {
  margin-top: -55px;
}

.c-howto__block--image {
  text-align: center;
}
.c-howto__block + .c-howto__block {
  margin-top: 50px;
}
.c-howto__block h3 {
  text-align: center;
  margin-bottom: 30px;
}
.c-howto__block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__block .flex .left {
  margin-right: 30px;
  max-width: 580px;
}
.c-howto__block .flex .left .label-title {
  background-color: #ff6c00;
  border-radius: 5px;
  padding: 5px 5px 5px 15px;
  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;
  margin-bottom: 20px;
  padding: 13px;
}
.c-howto__block .flex .left .label-title h4 {
  color: #fff;
  font-weight: bold;
}

.c-howto__block .flex .left .label-title h5 {
  color: #f2f60f;
  margin: 0;
}

.c-howto__block .flex .left .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 15px;
  font-weight: 600;
}
.c-howto__block .flex .left .label p {
  background-color: #c45d02;
  border-radius: 10px;
  font-size: 1.1rem;
  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;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 2px;
  min-width: 110px;
  min-height: 30px;
  margin-bottom: 0;
}
.c-howto__block .flex .left .label p + p {
  /* margin-left: 5px; */
}
.c-howto__block .flex .left p {
  margin-bottom: 20px;
}
.c-howto__block .moda-button:hover {
  cursor: pointer;
}
.c-howto__block .modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
.c-howto__block .modal__contents {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: scroll;
  width: 75%;
}
.c-howto__block .modal__body {
  position: relative;
  padding: 40px;
  border-radius: 5px;
}
.c-howto__block .modal__close-button {
  position: fixed;
  top: 10px;
  right: 10px;
}
.c-howto__block .modal__close-button:hover {
  cursor: pointer;
}
.c-howto__block .modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #ff6c00;
  line-height: 1;
  width: 25px;
  height: 3px;
  background-color: #ff6c00;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-howto__block .modal__close-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6c00;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-howto__block .modal-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.c-howto__table {
  width: 100%;
  font-size: 1.3rem;
}
.c-howto__table th {
  text-align: center;
  font-weight: normal;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  background-color: #ff6c00;
  border: 2px solid #fff;
}
.c-howto__table td {
  background-color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: #ffecdd;
  border: 2px solid #fff;
}

.c-refine__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-refine__block .left {
  margin-right: 30px;
  max-width: 580px;
}
.c-refine__block .left p + p {
  margin-top: 1.5em;
}
.c-refine__block .left p.caution {
  color: #dc4545;
}
.c-refine__fever {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 70px;
  background-image: url(../img/refine/illust.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
}
.c-refine__fever .image {
  padding-top: 30px;
  margin-bottom: 20px;
}
.c-refine__fever .button {
  margin-bottom: 30px;
}
.c-refine__fever .button a {
  display: inline-block;
  margin: 0 15px;
}
.c-refine__fever .moda-button:hover {
  cursor: pointer;
}
.c-refine__fever .modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
.c-refine__fever .modal__contents {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: scroll;
  width: 75%;
}
.c-refine__fever .modal__body {
  position: relative;
  padding: 40px;
  border-radius: 5px;
}
.c-refine__fever .modal__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c-refine__fever .modal__close-button:hover {
  cursor: pointer;
}
.c-refine__fever .modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #ff6c00;
  line-height: 1;
  width: 25px;
  height: 3px;
  background-color: #ff6c00;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-refine__fever .modal__close-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6c00;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-refine__fever .modal-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.c-refine__fever .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
.c-refine__modal-title {
  text-align: center;
}
.c-refine__example {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-refine__example .color-box {
  width: 100px;
  height: 30px;
  background-color: rgba(255, 225, 0, 0.9);
  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;
}
.c-refine__example .color-box p {
  color: #000;
}
.c-refine__table {
  width: 100%;
  margin-top: 20px;
  color: #000;
}
.c-refine__table th {
  text-align: center;
  font-weight: normal;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  background-color: #ff6c00;
  border: 2px solid #fff;
}
.c-refine__table td {
  background-color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: #ffecdd;
  border: 2px solid #fff;
}
.c-refine__table td.yellow {
  background-color: rgba(255, 225, 0, 0.9);
}

.c-explore__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-explore__flex .left {
  margin-right: 30px;
  max-width: 580px;
}
.c-explore__flex .left p + p {
  margin-top: 1.5em;
}
.c-explore__image {
  text-align: center;
}
.c-explore__block {
  margin-top: 30px;
}
.c-explore__block h3 {
  margin-bottom: 20px;
  text-align: center;
}
.c-explore__block p {
  text-align: center;
  margin-bottom: 30px;
}
.c-explore__block h4 {
  margin-bottom: 20px;
  text-align: center;
}
.c-explore__table {
  text-align: center;
}
.c-explore__table table {
  width: 100%;
  font-size: 1.3rem;
}
.c-explore__table th {
  text-align: center;
  font-weight: normal;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  background-color: #ff6c00;
  border: 2px solid #fff;
}
.c-explore__table td {
  background-color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: #ffecdd;
  border: 2px solid #fff;
}
.c-explore__add-margin {
  margin-top: 35px;
}
.c-explore__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          flex-wrap: wrap;
    gap: 40px;
}
.c-explore__images img {
}
.c-explore__button {
  text-align: center;
  margin-top: 30px;
}
.c-explore__new {
  margin-top: 30px;
  position: relative;
  padding: 25px 30px 25px;
  border: 2px solid #ff6c00;
  border-radius: 5px;
}
.c-explore__new::before {
  content: "";
  display: block;
  width: 107px;
  height: 107px;
  background-image: url(../img/explore/badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -40px;
}

.c-explore__new h3 {
  text-align: center;
}
.c-explore__new .block {
  margin-top: 30px;
}
.c-explore__new .block .trainee_text {
  margin-bottom: 30px;
}

.c-explore__new .block .trainee_image {
  text-align: center;
  margin-bottom: 40px;
}
.c-explore__new h4 {
  text-align: center;
}
.c-explore__new .button {
  margin-top: 10px;
  text-align: center;
}

.c-explore__block p.caution {
    color: #dc4545;
    margin-top: 1.5em;
}
.c-explore__new p.caution {
    color: #dc4545;
    margin-top: 1.5em;
}

.c-data__block + .c-data__block {
  margin-top: 50px;
}
.c-data__block h3 {
  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;
}
.c-data__block ul li {
  width: 165px;
  margin: 0 10px 20px;
}
.c-data__block ul li a {
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #ff9600;
  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;
}
.c-data__block ul li h4 {
  text-align: center;
  margin-top: 10px;
}
.c-data__table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 2px;
}
.c-data__table th {
  color: #fff;
  text-align: left;
  padding: 0.5em;
  background-color: rgba(255, 150, 0, 0.9);
}
.c-data__table td {
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
}
.c-data__table td:nth-child(odd) {
  background-color: #fff;
  color: #000;
}
.c-data__table td:nth-child(even) {
  background-color: rgba(255, 150, 0, 0.9);
}
.c-data__table td:first-child {
  background-color: #fff;
}
.c-data__table td:last-child {
  text-align: left;
}

.c-guide__joinMap .images {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-guide__joinMap .images .map {
  margin: 0 25px;
}
.c-guide__joinMap .images .map h4 {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: normal;
  color: #ff6c00;
}
.c-guide__joinMap .btn {
  margin-top: 40px;
  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 .item {
  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: 140px;
  min-width: 140px;
  height: 140px;
  min-height: 140px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000;
}
.c-guide__joinMap .btn p {
  margin-left: 15px;
  width: 85%;
}

.c-guide__map + .c-guide__map {
  margin-top: 80px;
}
.c-guide__map .title {
  text-align: center;
  margin-bottom: 25px;
}
.c-guide__map .image {
  text-align: center;
}
.c-guide__map .image p {
  margin-top: 10px;
  font-size: 1.3rem;
}
.c-guide__map ul {
  margin-top: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-guide__map ul::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-guide__map ul::after {
  content: "";
  display: block;
  width: 23%;
}
.c-guide__map ul li {
  position: relative;
  padding: 20px 10px 10px;
  background-color: #c67031;
  width: 23%;
  height: 170px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.c-guide__map ul li:first-child {
  background: #c67031;
}
.c-guide__map ul li:first-child p {
  color: #fff;
}
.c-guide__map ul li .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-guide__map ul li h4 {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.c-guide__map ul li p {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
}
.c-guide__map ul li p span {
  display: block;
  color: #359ce4;
}
.c-guide__map--eventHall ul li {
  padding: 10px;
}
.c-guide__map--eventHall ul li:first-child {
  background-color: #ff6c00;
}
.c-guide__map--eventHall ul li:first-child p {
  color: #fff;
}
.c-guide__map ul li p a {
  color: #fffc00;
}
.c-guide__map ul li p a:hover {
  text-decoration: underline;
}

.c-story .l-container {
  background-image: url(../img/story/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.c-story .l-inner {
  position: relative;
}
.c-story__illust {
  position: absolute;
  right: -90px;
  top: -50px;
}

.c-wallpaper__flex {
  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-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  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;
}
.c-wallpaper__button + .c-wallpaper__button {
  margin-top: 15px;
}
.c-wallpaper__comment {
  margin-top: 15px;
}
.c-wallpaper__comment p {
  margin-top: 15px;
}
.c-wallpaper__link {
  margin-top: 20px;
}

.c-caution__item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 1em;
  font-size: 1.4rem;
}
.c-caution__item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../img/caution/list-icon.png);
  background-size: 20px 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-caution__item + .c-caution__item {
  margin-top: 15px;
}
.c-caution__item ul {
  margin-top: 10px;
  padding-left: 1em;
}
.c-caution__item ul li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-caution__block {
  margin-top: 20px;
  padding-top: 1em;
  border-top: 1px solid #878787;
}
.c-caution__block h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.green-box,
.bulu-box {
  background-color: #477625;
  border-radius: 4px;
  color: #fff;
  padding: 25px 18px 25px 115px;
}
.bulu-box {
  background-color: #ff9600;
  position: relative;
  z-index: 1;
}
.bulu-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/explore/item01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-explore__bulu-box-warp {
  position: relative;
  margin-top: 40px;
  padding: 0 20px;
}

.orange-box {
  background-color: #ff9600;
  border-radius: 4px;
  color: #fff;
  padding: 25px 20px 25px 20px;
}
.c-explore__orange-box-warp {
  margin-top: 40px;
  padding: 0 20px;
}

.table-sub-header {
  th {
    background-color: #ffa25d;
  }
}


.c-explore__special {
  text-align: center;
  margin-top: 30px;
}
.c-explore__special .moda-button:hover {
  cursor: pointer;
}
.c-explore__special .modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
.c-explore__special .modal__contents {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: scroll;
  width: 75%;
}
.c-explore__special .modal__body {
  position: relative;
  padding: 40px;
  border-radius: 5px;
}
.c-explore__special .modal__close-button {
  position: fixed;
  top: 10px;
  right: 10px;
}
.c-explore__special .modal__close-button:hover {
  cursor: pointer;
}
.c-explore__special .modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #ff6c00;
  line-height: 1;
  width: 25px;
  height: 3px;
  background-color: #ff6c00;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-explore__special .modal__close-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6c00;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-explore__special .modal-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.c-special__table {
  width: 100%;
  font-size: 1.3rem;
}
.c-special__table th {
  text-align: center;
  font-weight: normal;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  background-color: #ff6c00;
  border: 2px solid #fff;
}
.c-special__table td {
  background-color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: #ffecdd;
  border: 2px solid #fff;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * template
 *-------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 750px) {
  .c-refine__fever .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .c-refine__fever .images img + img {
    margin-top: 20px;
  }
  .c-story__illust {
    position: absolute;
    right: -50px;
    top: unset;
    bottom: -40px;
    width: 30%;
  }
}
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header {
    height: auto;
  }
  .l-header__schedule {
    top: 10px;
    left: 7px;
    max-width: 215px;
  }
  .l-header__event-info {
    display: none;
  }
  .l-header__fever {
    width: 100%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 7px;
    padding: 0 7px;
  }
  .l-section + .l-section {
    margin-top: 100px;
  }
  .l-inner {
    padding: 20px 15px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
    opacity: 0;
  }
  .o-spNav.open {
    opacity: 1;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #ff9600;
    border: 2px solid #fffc00;
    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;
  }
  .c-top__block + .c-top__block {
    margin-top: 50px;
  }
  .c-top__block .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 35px;
  }
  .c-top__block .images .image + .image {
    margin-top: 10px;
  }
  .c-top__block .images .image a {
    top: -20px;
    margin-top: -20px;
  }
  .c-howto__block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__block .flex .left {
    margin-right: 0;
  }
  .c-howto__block .flex .left .label-title {
    margin-bottom: 10px;
  }
  .c-howto__block .flex .left .label-title .label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
  }
  .c-howto__block .flex .left .label-title .label p + p {
    margin-left: 0;
    margin-top: 5px;
  }
  .c-howto__block .flex .left p {
    margin-bottom: 10px;
  }
  .c-howto__block .flex .right {
    margin-top: 20px;
  }
  .c-howto__block .modal__contents {
    width: 90%;
  }
  .c-howto__block .modal__body {
    padding: 60px 0 40px;
    overflow-x: scroll;
  }
  .c-howto__block .modal__close-button {
    top: 30px;
  }
  .c-refine__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-refine__block .left {
    margin-right: 0;
  }
  .c-refine__block .right {
    margin-top: 30px;
  }
  .c-refine__fever {
    top: auto;
    margin-bottom: 0;
    background-size: contain;
    padding-top: 50px;
    background-position: center top 20px;
  }
  .c-refine__fever .image {
    padding-top: 60px;
  }
  .c-refine__fever .button a {
    margin: 10px 0;
  }
  .c-refine__fever .modal__contents {
    width: 90%;
  }
  .c-refine__fever .modal__body {
    padding: 60px 0 40px;
  }
  .c-refine__fever .modal__close-button {
    top: 30px;
  }
  .c-explore__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-explore__flex .left {
    margin-right: 0;
  }
  .c-explore__flex .right {
    margin-top: 30px;
  }
  .c-explore__image {
    margin-top: 10px;
  }
  .c-explore__block p {
    text-align: left;
  }
  .c-explore__images {
    -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;
  }
  .c-explore__images img {
    margin: 10px 0;
  }
  .c-explore__button {
    margin-top: 10px;
  }
  .c-explore__new {
    padding: 20px;
  }
  .c-explore__new::before {
    width: 60px;
    height: 60px;
  }
  .c-explore__new::after {
    content: none;
  }
  .c-explore__new .block {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-explore__new .block .right {
    margin-top: 20px;
  }
  .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;
  }
  .c-data__block ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  .c-guide__joinMap .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-guide__joinMap .images .map {
    margin: 0;
  }
  .c-guide__joinMap .images .map + .map {
    margin-top: 20px;
  }
  .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 + .c-guide__map {
    margin-top: 50px;
  }
  .c-guide__map .image {
    margin-top: 25px;
  }
  .c-guide__map ul {
    padding: 0;
  }
  .c-guide__map ul li {
    width: 48%;
    height: 220px;
  }
  /* .c-story__illust {
    display: none;
  } */
  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .c-wallpaper__button {
    width: 100%;
    max-width: 200px;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 15px;
  }
  .c-wallpaper__comment {
    margin-top: 20px;
  }
  .c-explore__bulu-box-warp {
    position: relative;
    margin-top: 23px;
    width: 100%;
    transform: translateX(0);
  }

  .bulu-box {
    padding: 123px 25px 25px;
  }
  .bulu-box::after {
    top: 8px;
    transform: translateY(0);
  }
  .c-guide__map--eventHall ul {
    gap: 15px;
  }
  .c-guide__map ul::before,
  .c-guide__map ul::after {
    content: none;
  }
  .c-guide__map--eventHall ul li {
    width: 210px;
    margin: 0 auto;
  }
  .c-top__block.not-owned .button {
    margin-top: -40px;
  }
  .c-top__block.not-owned .image {
    margin-top: -35px;
}
  .o-loading__logo {
  position: fixed;
  top: unset;
  left: unset;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  max-width: 100%;
}

  .c-explore__special .modal__contents {
    width: 90%;
  }
  .c-explore__special .modal__body {
    padding: 60px 0 40px;
  }
  .c-explore__special .modal__close-button {
    top: 30px;
  }

}
@media (max-width: 1400px) {
  .l-main::after {
    background-size: auto 100%;
  }
}
/*# sourceMappingURL=style.css.map */

.side_image {
  position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: -1;
}



