.popup-layer {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
}

#content {
  overflow-x: hidden;
}

.top-bg {
  width: 100%;
  height: 1400px;
  background: url(../images/main/notice-bg.png) bottom center no-repeat;
}

.visual-area {
  width: 100%;
  max-width: 1920px;
  height: 730px;
  margin: 0 auto;
  overflow: hidden;
}

.visual-area .visual-item {
  width: 1760px !important;
}

.visual-area .visual-item .con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px
}

.visual-area .visual-item .con li:nth-child(2) {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.notice-wrap {
  margin: 50px auto;
  width: 1140px;
}

.notice-wrap .notice-box-wrap {
  margin-top: 30px;
  background: #fff;
  height: auto;
}

.notice-wrap .notice-box {
  position: relative;
  padding: 10px 0;
  margin: 30px 0;
}

.notice-wrap .notice-box h3 {
  /* margin-left: 40px; */
  text-align: center;
}

.notice-wrap .notice-box ul {
  margin-top: 20px;
}

.notice-wrap .notice-box ul li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin: 0 auto 15px auto;
  width: 80%;
}

.notice-wrap .notice-box ul li:hover h2 {
  color: #9e92ba !important;
  transition: 0.2s;
}

.notice-wrap .notice-box ul li:last-child {
  border-bottom: 0;
}

.notice-wrap .notice-box ul li a {
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: 350;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-wrap {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  overflow: hidden;
  background: url("../images/main/event-bg.png") no-repeat;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 100px;
}

.event-wrap .event-tit {
  position: absolute;
  left: 300px;
  top: 50%;
  transform: translateY(-50%);
}

.event-wrap .event-tit p {
  display: block;
  width: 55%;
  font-weight: 350;
  margin: 20px 0 0 0;
}

.event-wrap .event-sd {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1200px;
}

.event-wrap .event-sd>div {
  margin-right: 20px;
}

.event-wrap .slick-prev {
  top: 330px;
  left: -422px;
  width: 100px;
  height: 50px;
  background-color: #6f6590;
  background-image: url("../images/main/event-btn-pre.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px 17px;
}

.event-wrap .slick-next {
  top: 330px;
  left: -322px;
  width: 100px;
  height: 50px;
  background: #564d72;
  background-image: url("../images/main/event-btn-nxt.png");
  background-position: top center;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 40px 17px;
}

.event-wrap .slick-prev:before, .event-wrap .slick-next:before {
  font-size: 0;
}

.main-event {
  position: relative;
  background: url("../images/main/main-e-bg.png") top center no-repeat;
  height: 550px;
}

.main-event .main-e-box {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.main-event .main-e-box .img img {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
}

.main-event .main-e-box .tit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  width: 350px;
}

.quick-wrap {
  background: url("../images/main/quick-bg.png") no-repeat;
  background-size: cover;
  height: auto;
}

.quick-wrap .quick-box {
  width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}

.gal-wrap {
  position: relative;
  width: 390px;
  height: 430px;
  position: relative;
  background: url("../images/main/gal-bg.png") no-repeat;
  background-size: cover;
  color: #fff;
}

.gal-wrap:hover {
  background: url("../images/main/gal-bg-on.png") no-repeat;
  background-size: cover;
  transition: 0.2s;
}

.gal-wrap p {
  font-size: 13px;
  letter-spacing: 0.5em;
  text-align: center;
}

.gal-wrap h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
}

.gal-wrap img {
  margin: 20px auto 0 auto;
}

.width-wrap {
  position: relative;
  width: 390px;
  height: 430px;
  background: url("../images/main/width-bg.png") no-repeat;
  background-size: cover;
}

.width-wrap .txt-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #fff;
}

.width-wrap .txt-box p {
  font-size: 13px;
  letter-spacing: 0.5em;
  padding: 100px 0 0 20px;
}

.width-wrap .txt-box h3 {
  font-size: 20px;
  font-weight: 800;
  padding: 0 0 20px 20px;
}

.move-wrap {
  width: 390px;
  height: 430px;
  background: #3d4469;
}

.move-wrap .tit {
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.move-wrap .tit p {
  font-size: 13px;
  letter-spacing: 0.5em;
}

.move-wrap .tit h3 {
  font-size: 22px;
  font-weight: 800;
}

.move-wrap .move-sp {
  position: relative;
  width: 90%;
  margin: 20px auto;
  height: 190px;
  background: url("../images/main/move-sample.png") no-repeat;
  background-size: cover;
}

.move-wrap .move-sp .on {
  opacity: 0;
}

.move-sp:hover .on {
  opacity: 1;
  transition: 0.5s;
  z-index: 9;
}

.move-wrap>.logo {
  width: 50%;
  margin: 30px auto 0 auto;
}

.tour-wrap {
  width: 230px;
  height: 430px;
}

.tour-wrap .txt-box {
  position: relative;
}

.tour-wrap .txt-box h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.tour-wrap .tour-box h3 {
  background: url("../images/main/icon-tour.png") center top no-repeat;
  padding-top: 35px;
}

.tour-wrap .food-box h3 {
  background: url("../images/main/icon-food.png") center top no-repeat;
  padding-top: 35px;
}

.tour-wrap .txt-box p {
  width: 120px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: url("../images/common/vm-arrw.png") center right no-repeat;
}

.tour-wrap .tour-box {
  position: relative;
  width: 100%;
  height: 215px;
  background: url("../images/main/tour-bg.png") no-repeat;
  background-size: cover;
}

.tour-wrap .tour-box:hover {
  background: url("../images/main/tour-bg-on.png") no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.tour-wrap .food-box {
  position: relative;
  width: 100%;
  height: 215px;
  background: url("../images/main/food-bg.png") no-repeat;
  background-size: cover;
}

.tour-wrap .food-box:hover {
  background: url("../images/main/food-bg-on.png") no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.pc-img {
  display: block !important;
}

.m-img {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .top-bg {
    height: auto;
    padding: 0 0 50px 0;
    background-size: cover;
    background-position-y: 100px;
  }
  .visual-area {
    height: 500px;
  }
  .visual-area .visual-item {
    width: 95% !important;
  }
  .visual-area .visual-item .con {
    top: 30%;
    transform: translateY(-30%);
    left: 50px;
  }
  .notice-wrap {
    width: 80%;
  }
  .notice-wrap .notice-box {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .main-event {
    height: auto;
    padding-bottom: 150px;
    background-size: cover;
  }
  .main-event .main-e-box {
    width: 100%;
  }
  .main-event .main-e-box .img>img {
    width: 100%;
  }
  .main-event .main-e-box .tit {
    position: relative;
    top: auto;
    transition: auto;
    right: auto;
    transform: translateY(50px);
    text-align: center;
  }
  .main-event .btn.btn-st-01 {
    margin: 0 auto;
  }
  .event-wrap {
    margin-top: 50px;
    background: #fff;
  }
  .event-wrap .event-tit {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0);
    text-align: center;
    margin: 0 auto;
  }
  .event-wrap .event-tit>img {
    margin: 0 auto;
  }
  .event-wrap .event-tit>h2 {
    text-align: center;
  }
  .event-wrap .event-tit>p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .event-wrap .event-sd {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: auto;
    transform: translateY(0);
    transform: translateX(0);
    right: auto;
    overflow: hidden;
  }
  .event-wrap .event-sd>div {
    margin-right: 0;
  }
  .event-wrap .event-sd .slick-slide img {
    width: 100%;
  }
  .event-wrap .slick-prev {
    z-index: 9;
    left: 0;
  }
  .event-wrap .slick-next {
    left: 100px;
  }
  .quick-wrap .quick-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .gal-wrap {
    width: 100%;
    height: 260px;
    float: none !important;
  }
  .width-wrap {
    width: 100%;
    height: 225px;
    background-position: left bottom;
  }
  .width-wrap .txt-box {
    width: 70%;
    height: auto;
  }
  .width-wrap .txt-box p {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .move-wrap {
    width: 100%;
    height: auto;
  }
  .move-wrap .tit {
    margin-top: 25px;
  }
  .move-wrap>.logo {
    width: 50%;
    margin-bottom: 30px;;
  }
  .tour-wrap {
    width: 100%;
    height: auto;
  }
  .tour-wrap .tour-box,
  .tour-wrap .food-box {
    width: 50%;
    height: 175px;
    float: left;
  }
  .tour-wrap .txt-box p {
    width: 100px;
    margin: 10px auto 0 auto;
  }

  .visual-area .visual-item .text-white {
    font-size: 18px;
  }
}

/*E:768*/

@media screen and (max-width: 640px) {
  .pc-img {
    display: none !important;
  }
  .m-img {
    display: block !important;
  }
  .visual-area .visual-item .con {
    top: 40%;
    transform: translateY(-40%);
    left: 50px;
  }
  .visual-area .visual-item .con li:last-child p {
    font-size: 11px;
  }
}

/*E:640*/

.firework {
  height: 100%;
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  top: 0;
  z-index: 0;
  display: flex;
}

.firework .container {
  width: 100% !important;
  max-width: 100% !important;
  height: 600px;
  padding: 0 !important;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.remove {
  display: none !important;
}

.blur {
  filter: blur(12px);
}

.container {
  height: 100%;
}

.loading-init {
  width: 100%;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
}

.loading-init__header {
  font-size: 2.2em;
}

.loading-init__status {
  margin-top: 1em;
  font-size: 0.8em;
  opacity: 0.75;
}

.stage-container {
  overflow: hidden;
  box-sizing: initial;
}

@media (max-width: 840px) {
  .stage-container {
    border: none;
    margin: 0;
  }
}

.canvas-container {
  width: 100%;
  height: 100%;
  transition: filter 0.3s;
}

.canvas-container canvas {
  position: absolute;
  mix-blend-mode: lighten;
  transform: translateZ(0);
  height: 600px !important;
}

.controls {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (min-width: 840px) {
  .controls {
    visibility: visible;
  }
  .controls.hide:hover {
    opacity: 1;
  }
}

.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.42);
  transition: opacity 0.3s, visibility 0.3s;
}

.menu__inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s;
}

.menu__header {
  margin-top: auto;
  margin-bottom: 8px;
  padding-top: 16px;
  font-size: 2em;
  text-transform: uppercase;
}

.menu__subheader {
  margin-bottom: auto;
  padding-bottom: 12px;
  font-size: 0.86em;
  opacity: 0.8;
}

.menu form {
  width: 100%;
  max-width: 400px;
  padding: 0 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu .form-option {
  display: flex;
  align-items: center;
  margin: 16px 0;
  transition: opacity 0.3s;
}

.menu .form-option label {
  display: block;
  width: 50%;
  padding-right: 12px;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu .form-option--select select {
  display: block;
  width: 50%;
  height: 30px;
  font-size: 1rem;
  font-family: "Russo One", arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.menu .form-option--select select option {
  background-color: black;
}

.menu .form-option--checkbox input {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  opacity: 0.5;
}

@media (max-width: 840px) {
  .menu .form-option select, .menu .form-option input {
    outline: none;
  }
}

.credits {
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 6px;
  font-size: 0.8em;
  opacity: 0.75;
}

.credits a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.credits a:hover, .credits a:active {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.help-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0.25s;
}

.help-modal__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
}

.help-modal__dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  max-height: calc(100vh - 100px);
  margin: 10px;
  padding: 20px;
  border-radius: 0.3em;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.9, 0.9);
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
}

@media (min-width: 840px) {
  .help-modal__dialog {
    font-size: 1.25rem;
    max-width: 500px;
  }
}

.help-modal__header {
  font-size: 1.75em;
  text-transform: uppercase;
  text-align: center;
}

.help-modal__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.help-modal__close-btn {
  flex-shrink: 0;
  outline: none;
  border: none;
  border-radius: 2px;
  padding: 0.25em 0.75em;
  margin-top: 0.36em;
  font-family: "Russo One", arial, sans-serif;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: rgba(255, 255, 255, 0.25);
  transition: color 0.3s, background-color 0.3s;
}

.help-modal__close-btn:hover, .help-modal__close-btn:active, .help-modal__close-btn:focus {
  color: #fff;
  background-color: #09f;
}

.help-modal.active {
  visibility: visible;
  transition-duration: 0.4s;
}

.help-modal.active .help-modal__overlay {
  opacity: 1;
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
}

.help-modal.active .help-modal__dialog {
  opacity: 1;
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
}