/*
#canvas{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:-1;
	opacity:0;
	animation-name:fadeIn;
	animation-duration:2s;
	animation-fill-mode:forwards;
	animation-delay: 3.2s;
}
*/
#particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #35c6ee;
  background: linear-gradient(180deg, #35c6ee 0%, white 80%);
  opacity: 0;
}
#particles-js.active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.mv {
  text-align: center;
  position: relative;
  padding: 16px 0 0;
}
.mv__inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
}
.mv--animation {
  position: relative;
  overflow: hidden;
}
.mv--animation .default.active {
  -webkit-animation-name: hidePhoto;
          animation-name: hidePhoto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.mv--animation .line-move {
  position: absolute;
  top: 0;
  left: 0;
}
.mv--animation .line-move.active {
  -webkit-animation-name: lineMove;
          animation-name: lineMove;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mv--animation .coloring {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mv--animation .coloring.active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.mv--copy {
  font-size: 2em;
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: bold;
}
.mv--copy p {
  letter-spacing: 2px;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lineMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes lineMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes hidePhoto {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hidePhoto {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.container {
  padding: 120px 0 64px;
}
.container .event .slider {
  margin: 96px 0 144px;
}
.container .event .btn {
  margin: 0 12.5%;
  line-height: 1;
}
.container .event .btn a {
  display: block;
  border: 5px solid #004567;
  text-align: center;
  padding: 24px 0;
  border-radius: 64px;
  position: relative;
}
.container .event .btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 5px solid #004567;
  border-top: 5px solid #004567;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.container .event .btn a:hover::after {
  right: 24px;
}
.container .b-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 0 120px;
}
.container .b-nav p {
  width: 47.5%;
}
.container .b-nav p a {
  display: block;
}
.container .b-nav p a:hover {
  transform: scale(1.1, 1.1);
}
.container .instagram__container {
  margin: 160px 0 40px;
}
.container .instagram__container .insta--ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .instagram__container .insta--ttl .follow a {
  display: flex;
  align-items: center;
}
.container .instagram__container .insta--ttl .follow a p {
  color: #222;
  font-weight: bold;
  font-family: "Mochiy Pop P One", sans-serif;
  margin-right: 16px;
  letter-spacing: 2px;
  padding-bottom: 4px;
}
.container .instagram__container .insta--ttl .follow a .insta--logo {
  display: block;
  width: 40px;
}
.container .instagram__container .instagram-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.container .instagram__container .instagram-wrap .instagram-item {
  width: 18%;
  height: 0;
  padding-bottom: 18%;
  overflow: hidden;
  position: relative;
  margin: 0 2.5% 2.5% 0;
  background: #f2f2f2;
}
.container .instagram__container .instagram-wrap .instagram-item:nth-child(5n) {
  margin: 0 0 2.5% 0;
}
.container .instagram__container .instagram-wrap .instagram-item .instagram-card {
  display: block;
  position: relative;
}
.container .instagram__container .instagram-wrap .instagram-item .instagram-card__img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container .instagram__container .instagram-wrap .instagram-item .instagram-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.875em;
  color: #ffffff;
}
.container .instagram__container .instagram-wrap .instagram-item .instagram-card__badge .instagram-icon {
  display: block;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .mv {
    padding: 3.75% 0 0;
  }
  .mv--copy {
    font-size: 1em;
  }
  .mv--copy p {
    letter-spacing: 2px;
  }
  .mv--copy p span {
    display: block;
  }

  .container {
    padding: 12.5% 0;
  }
  .container .event .slider {
    margin: 7.5% 0 7.5%;
  }
  .container .event .btn {
    margin: 17.5% 5% 0;
    line-height: 1;
  }
  .container .event .btn a {
    border: 2px solid #004567;
  }
  .container .event .btn a::after {
    right: 24px;
    border-right: 2px solid #004567;
    border-top: 2px solid #004567;
  }
  .container .event .btn a:hover::after {
    right: 24px;
  }
  .container .event .btn a img {
    width: 55%;
    margin: auto;
  }
  .container .b-nav {
    padding: 5% 0 7.5%;
  }
  .container .b-nav p a:hover {
    transform: scale(1, 1);
  }
  .container .instagram__container {
    margin: 17.5% 0 0;
  }
  .container .instagram__container .insta--ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container .instagram__container .insta--ttl h2 {
    width: 50%;
  }
  .container .instagram__container .insta--ttl .follow a {
    display: flex;
    align-items: center;
  }
  .container .instagram__container .insta--ttl .follow a p {
    font-size: 0.75em;
    margin-right: 4px;
  }
  .container .instagram__container .insta--ttl .follow a .insta--logo {
    width: 24px;
  }
  .container .instagram__container .instagram-wrap {
    margin: 5% 0 0;
  }
  .container .instagram__container .instagram-wrap .instagram-item {
    width: 30%;
    padding-bottom: 30%;
    margin: 0 5% 5% 0;
  }
  .container .instagram__container .instagram-wrap .instagram-item:nth-child(5n) {
    margin: 0 5% 5% 0;
  }
  .container .instagram__container .instagram-wrap .instagram-item:nth-child(3n) {
    margin: 0 0 5% 0;
  }
  .container .instagram__container .instagram-wrap .instagram-item .instagram-card {
    display: block;
    position: relative;
  }
  .container .instagram__container .instagram-wrap .instagram-item .instagram-card__img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .container .instagram__container .instagram-wrap .instagram-item .instagram-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 0.875em;
    color: #ffffff;
  }
  .container .instagram__container .instagram-wrap .instagram-item .instagram-card__badge .instagram-icon {
    display: block;
    width: 20px;
    height: 20px;
  }
}
/*# sourceMappingURL=idx.css.map */