@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
footer {
  background: #fff;
  position: relative;
  padding: 70px 0;
}
footer .inner {
  max-width: 1540px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  footer .inner {
    display: block;
  }
}
footer .inner .logoBox {
  display: flex;
  align-items: center;
  width: 50%;
  flex-shrink: 0;
  margin-right: 5%;
}
@media screen and (max-width: 860px) {
  footer .inner .logoBox {
    width: 100%;
    margin: 0px auto 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .inner .logoBox a {
  max-width: 370px;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  footer .inner .logoBox a {
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
  footer .inner .logoBox a img {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
  }
}
footer .inner .logoBox span {
  display: block;
  height: 60px;
  width: auto;
  flex-shrink: 0;
}
footer .inner .logoBox span + span {
  margin-left: 10px;
}
footer .inner .logoBox span img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  footer .inner .logoBox span {
    height: 40px;
    margin-top: 20px;
    max-width: 76px;
  }
}
footer .inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 860px) {
  footer .inner p {
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

html {
  background: #1965ff;
}

main {
  overflow: hidden;
}
main::before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../image/cloud.png) repeat center top/cover;
  opacity: 0.3;
}

#mv {
  max-width: 1540px;
  padding-top: 5.1948vw;
  width: 95%;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 860px) {
  #mv {
    padding-top: 40px;
  }
}
#mv h1 {
  margin: 0 auto;
  max-width: 902px;
  width: 58.5714vw;
}
@media screen and (max-width: 860px) {
  #mv h1 {
    width: 100%;
  }
}
#mv p {
  font-size: clamp(0px, 1.428vw, 22px);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.09;
  display: block;
  margin: 45px auto;
}
#mv p span {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(transparent 60%, #003893 60%, #003893 80%, transparent 80%);
}
@media screen and (max-width: 860px) {
  #mv p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 30px auto;
  }
}
#mv .ticket {
  margin: 0 auto;
  max-width: 466px;
  width: 30.259vw;
}
@media screen and (max-width: 860px) {
  #mv .ticket {
    width: 90%;
  }
}
#mv .plain {
  width: 122.27vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5.7142vw;
}
@media screen and (max-width: 860px) {
  #mv .plain {
    margin-top: -15vw;
  }
}
#mv .ill1 {
  position: absolute;
  bottom: 11.5vw;
  left: 2vw;
  max-width: 419px;
  width: 27.2vw;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #mv .ill1 {
    position: static;
    width: 53.2vw;
    margin-bottom: -3vw;
  }
}
#mv .ill2 {
  position: absolute;
  bottom: 12.5vw;
  right: 3vw;
  max-width: 276px;
  width: 17.922vw;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #mv .ill2 {
    position: static;
    width: 32.922vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 860px) {
  #mv .illBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#conditions {
  background: #fff;
  max-width: 930px;
  width: 90%;
  border-radius: 27px;
  margin: 120px auto;
  padding: 50px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #conditions {
    margin: 60px auto;
    padding: 30px 20px;
  }
}
#conditions h2 {
  font-family: "Zen Maru Gothic", serif;
  color: #0e3f8f;
  font-size: 3.3rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
  letter-spacing: 0.125em;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  #conditions h2 {
    font-size: 2.4rem;
  }
}
#conditions h2::before {
  content: "";
  width: 100%;
  height: 0.4em;
  display: block;
  position: absolute;
  background: linear-gradient(-90deg, #e3ba00 0%, #ffe640 100%);
  z-index: -1;
  bottom: 0;
  left: 0;
}
#conditions ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1.9rem;
  font-weight: bold;
  color: #3c434d;
  line-height: 1.8947;
  padding: 15px 0;
}
@media screen and (max-width: 860px) {
  #conditions ul li {
    font-size: 1.5rem;
  }
}
#conditions ul li + li {
  border-top: 1px dashed #dadae5;
}
#conditions ul li:last-child {
  padding-bottom: 0;
}
#conditions ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/icn.png) no-repeat center/contain;
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 860px) {
  #conditions ul li::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */