/*
theme name: hanabi_winter
author: hanabi_winter
description: hanabi_winter
version: 1.0.0
*/
/* -------------------------------------------- reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none;
  backface-visibility: hidden;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1.6;
}

body {
  position: relative;
  color: #222;
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  pointer-events: none;
}

.loaded .container {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}

.inview:not(.view) {
  opacity: 0.01;
}

.inview.view {
  opacity: 1;
  animation: view 0.5s backwards;
}

@keyframes view {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inviews:not(.view) > * {
  opacity: 0.01;
}

.inviews.view > * {
  opacity: 1;
  animation: views 0.5s backwards;
}

@keyframes views {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.button {
  width: 270px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #D63131;
  border-radius: 100px;
}

.button.-white a {
  color: #222;
  background-color: #fff;
}

.caption p {
  color: #fff;
  font-family: "Tilt Warp", sans-serif;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
}

.caption h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 20px;
}

.footer {
  position: relative;
  background-color: #313131;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 100vw solid transparent;
  border-bottom: 72px solid #313131;
}

.footer__cont {
  display: flex;
  justify-content: space-between;
}

.footer__left {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.footer__logo {
  width: 180px;
}

.footer__dateCaption {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
}

.footer__dateText {
  font-family: "Tilt Warp", sans-serif;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 15px;
}

.footer__dateText span {
  font-size: 5rem;
}

.footer__dateBtn {
  width: 200px;
  margin-left: 0;
  margin-top: 20px;
}

.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__sns {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.footer__sns li {
  width: 40px;
}

.footer__nav > * {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.footer__nav > * + * {
  margin-top: 20px;
}

.footer__nav > * li a {
  font-family: "Tilt Warp", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
}

.footer__copy {
  font-family: "Tilt Warp", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 100px;
}

.header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 150px;
  z-index: 100;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: inherit;
  padding-left: 40px;
}

.header__logo {
  width: 100px;
}

.header__cont {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 30px;
       column-gap: 30px;
  min-height: inherit;
}

.header__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  row-gap: 30px;
}

.header__lang {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.header__lang li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  border: 1px solid #222;
  border-radius: 100px;
}

.header__lang li.active a {
  background-color: #D63131;
  color: #fff;
  border-color: #D63131;
}

.header__nav {
  align-self: center;
}

.header__nav ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.header__nav ul li a {
  font-size: 1.6rem;
  font-weight: 700;
}

.header__tickets {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: inherit;
}

.header__tickets a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #D63131;
}

.inner {
  max-width: 1260px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.fv {
  position: relative;
  z-index: 0;
}

.fv::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #131C34;
  z-index: -2;
}

.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

.fv__bgInner {
  position: relative;
  height: 100%;
}

.fv__bgImg01 {
  position: absolute;
  top: -179px;
  right: -190px;
  width: 600px;
}

.fv__bgImg02 {
  position: absolute;
  top: -758px;
  left: -753px;
  width: 1681px;
}

.fv__bgImg03 {
  position: absolute;
  bottom: -521px;
  left: -326px;
  width: 849px;
}

.fv__bgImg04 {
  position: absolute;
  bottom: -462px;
  right: -299px;
  width: 1000px;
}

.fv__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 900px;
}

.fv__logo {
  width: 350px;
}

.fv__date {
  color: #fff;
  font-family: "Tilt Warp", sans-serif;
  font-size: 6rem;
  line-height: 1;
  margin-top: 40px;
}

.fv__date span {
  font-size: 10rem;
  padding: 0 15px;
}

.fv__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.fv__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  width: 335px;
}

.fv__details li dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.fv__details li dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 25px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #D63131;
  border-radius: 100px;
}

.fv__details li dl dt:last-child {
  justify-content: flex-end;
}

.fv__details li dl dd {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
}

.intro {
  position: relative;
  padding-top: 100px;
}

.intro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #131C34;
  z-index: -2;
}

.intro__title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}

.intro__text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 70px;
}

.intro__image {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin-top: 60px;
}

.intro__image img {
  max-width: 450px;
  width: 100%;
}

.intro__image img:first-child {
  margin-top: 80px;
}

.intro__button {
  margin-top: 50px;
}

.plan {
  position: relative;
  z-index: 0;
  padding-top: 120px;
  padding-bottom: 200px;
}

.plan::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #131C34;
  z-index: -2;
}

.plan__image {
  margin-top: 80px;
}

/*# sourceMappingURL=style.css.map */
