@charset "utf-8";
/* CSS Document 
公開前の暫定CSSです。
オープン後には使わないでください。
20260629
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
html {
  background-color: #fafafa;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  font-size: 18px;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
.wrap {
  overflow: hidden;
}
@media (max-width: 599px) {
  body {
    font-size: 16px;
  }
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0;
    overflow: hidden;
  }
  .spWrap {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 1180px) {
  .container {
    width: calc(100% - 5vw);
    max-width: 1180px;
    overflow-y: hidden;
  }
  .hidden_tb {
    display: none;
  }
}
@media (orientation: landscape) {
  .container {
    width: calc(100% - 5vw);
    max-width: 1180px;
  }
}
@media (min-width: 1181px) {
  .container {
    width: 1100px;
    padding: 0;
  }
  .hidden_pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .keyvisual {
    background: #1063c2;
    background-image: url("../img/mainBg_Sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 600px) {
  .keyvisual {
    background: #1063c2;
    background-image: url("../img/mainBg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
.main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 8px;
}
/*
.main {
  position: relative;
}
.main::after {
  content: '';
  background: url(../img/mainAfterBg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  height: 50px;
  z-index: 5;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
  */
.main h1 {
  font-weight: 900;
  font-size: 22px;
}
.logoWrap {
  display: flex;
  flex-direction: column;
}
.logoWrap .show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.logoWrap .show .date {
  line-height: 1;
  font-weight: 700;
}
.logoWrap .show .hour {
  font-weight: 700;
}
.logoWrap .show .hour span {
  font-size: 70%;
  font-weight: normal;
}
.logoWrap .show .venue {
  padding-top: 0.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.logoWrap .show .venue h4 {
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 599px) {
  .logoWrap .copy img {
    width: 80%;
  }
  .logoWrap .show .date {
    text-align: left;
  }
  .logoWrap .show .date p {
    font-size: 20px;
  }
  .logoWrap .show .date .year span {
    font-size: 24px;
  }
  .logoWrap .show .date .year strong {
    font-size: 34px;
    margin: 0 4px;
  }
  .logoWrap .show .date .days strong {
    font-size: 48px;
    margin: 0 4px;
  }
  .logoWrap .show .hour {
    font-size: 22px;
  }
  .logoWrap .show .venue h4 {
    font-weight: 700;
  }
}
@media (min-width: 660px) {
  .main {
    padding: 15px 0 50px;
  }
  .main h1 {
    color: #fff;
    text-shadow:
      4px 4px 2px #000000,
      -4px 4px 2px #000000,
      4px -4px 2px #000000,
      -4px -4px 2px #000000,
      4px 0px 2px #000000,
      0px 4px 2px #000000,
      -4px 0px 2px #000000,
      0px -4px 2px #000000;
    font-size: 32px;
  }
  .logoWrap .main_logo img {
    width: auto;
    height: 55vh;
  }
  .logoWrap {
    display: flex;
    flex-direction: row;
  }
  .logoWrap .copy {
    flex: 1 20%;
  }
  .logoWrap .free {
    flex: 1 20%;
  }
  .logoWrap .main_logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .logoWrap .show {
    margin-bottom: 50px;
  }
  .logoWrap .show .date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
  }
  .logoWrap .show .date p {
    font-size: 30px;
  }
  .logoWrap .show .date .year span {
    font-size: 44px;
    margin: 0 4px;
  }
  .logoWrap .show .date .year strong {
    font-size: 60px;
    margin: 0 4px;
  }
  .logoWrap .show .date .days strong {
    font-size: 70px;
    margin: 0 4px;
  }
  .logoWrap .show .hour {
    font-size: 30px;
  }
  .logoWrap .show .venue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .logoWrap .show .venue h4 {
    font-size: 40px;
  }
  .logoWrap .show .venue p {
    font-size: 18px;
    margin: 0 0.5em;
  }
}
@media (max-width: 999px) {
  .logoWrap .show .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (min-width: 1000px) {
  .logoWrap .show .date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
  }
}
.coming {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
}
.coming p {
  font-size: calc(100vw / 10);
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 787px) {
  .coming p {
    font-size: clamp(60px, 6vw, 80px);
  }
}
#footer {
  background-color: #fcfcfc;
  border-top: 2px solid #0152be;
}
#footer > div {
  padding: 8px 0;
}
#footer .copyright {
  color: #999;
  font-size: 11px;
  text-align: right;
}
@media (max-width: 599px) {
}
@media (min-width: 600px) {
  #footer .copyright {
    font-size: 12px;
  }
}
