@charset "UTF-8";
/* Scss Document */
/*色*/
/*v2024*/
/*font*/
/*==================================*/
/*spMgt*/
/*==================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.spMgt_jp {
  font-family: "Noto Serif JP", serif;
}

.spMgt {
  position: relative;
}

.spMgt_cBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-image: linear-gradient(90deg, #dfe6ee 0%, #a7b1ba 100%);
}

.spMgt_mv {
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
  position: sticky;
  top: 100px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .spMgt_mv {
    min-height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .spMgt_mv {
    top: 55px;
    height: calc(100vh - 55px);
    min-height: 175vw;
  }
}
.spMgt_mv__ca {
  position: absolute;
  bottom: 0;
  width: 32vw;
  max-height: 90vh;
}
@media print and (max-aspect-ratio: 16 / 11), screen and (min-width: 768px) and (max-aspect-ratio: 16 / 11) {
  .spMgt_mv__ca {
    width: 45vw;
  }
}

@media only screen and (max-width: 767px) {
  .spMgt_mv__ca {
    width: 65vw;
  }
}
.spMgt_mv__ca img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
.spMgt_mv__ca.-set1 {
  left: 8vw;
}
@media print and (max-aspect-ratio: 16 / 11), screen and (min-width: 768px) and (max-aspect-ratio: 16 / 11) {
  .spMgt_mv__ca.-set1 {
    left: -2vw;
  }
}

@media only screen and (max-width: 767px) {
  .spMgt_mv__ca.-set1 {
    left: -10vw;
  }
}
.spMgt_mv__ca.-set2 {
  right: 8vw;
}
@media print and (max-aspect-ratio: 16 / 11), screen and (min-width: 768px) and (max-aspect-ratio: 16 / 11) {
  .spMgt_mv__ca.-set2 {
    right: -2vw;
  }
}

@media only screen and (max-width: 767px) {
  .spMgt_mv__ca.-set2 {
    right: -10vw;
  }
}
.spMgt_mv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  text-align: center;
}
@media print and (max-aspect-ratio: 16 / 11), screen and (min-width: 768px) and (max-aspect-ratio: 16 / 11) {
  .spMgt_mv__head {
    top: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .spMgt_mv__head {
    top: 1%;
    left: 50%;
    transform: translate(-50%, 2vh);
    width: 60vw;
  }
}
.spMgt_mv__head__sub {
  font-size: 5rem;
  color: #1a3fa1;
}
@media only screen and (max-width: 767px) {
  .spMgt_mv__head__sub {
    font-size: 2.6rem;
  }
}
.spMgt_mv__head__sub2 {
  font-size: 3rem;
  color: #1a3fa1;
}
@media only screen and (max-width: 767px) {
  .spMgt_mv__head__sub2 {
    font-size: 2rem;
  }
}
.spMgt_mv__head__main {
  margin: 20px 0;
}
.spMgt_mv__head__main img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .spMgt_mv__head__main img {
    width: 100%;
  }
}
.spMgt_mv__head .p_note {
  margin-top: 15px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.spMgt_marqueeImg {
  overflow: hidden;
}
.spMgt_marqueeImg ul {
  animation: spMgt_marquee-left 60s linear infinite;
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}
.spMgt_marqueeImg--rr ul {
  animation: spMgt_marquee-right 60s linear infinite;
}
.spMgt_marqueeImg ul li {
  list-style: none;
  padding: 0 5px;
  width: calc(100vw / 4 - 10px);
}
@media only screen and (max-width: 767px) {
  .spMgt_marqueeImg ul li {
    width: calc(100vw / 2 - 10px);
  }
}
.spMgt_marqueeImg img {
  display: block;
  width: 100%;
}

@keyframes spMgt_marquee-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.spMgt_about {
  text-align: center;
  padding: 120px 0;
  position: relative;
  z-index: 5;
}
.spMgt_about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 0, 76, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .spMgt_about__main {
    padding: 0 5vw;
  }
}
.spMgt_about__main p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.07em;
  color: #56c0f7;
  font-size: 2.4rem;
  line-height: 3;
  background: linear-gradient(145deg, #a0dfff 0%, #fff 10%, #a0dfff 20%, #fff 30%, #ff9ae3 40%, #fff 50%, #a0dfff 60%, #fff 70%, #ff9ae3 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .spMgt_about__main p {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.6;
    text-align: left;
  }
}
.spMgt_about__photos {
  margin-top: 90px;
}
.spMgt_about__photos li {
  margin: 0 2vw;
}
@media only screen and (max-width: 767px) {
  .spMgt_about__photos li {
    aspect-ratio: 1 / 1.5;
  }
  .spMgt_about__photos li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.spMgt_about__info {
  margin-top: 90px;
  color: #fff;
}
.spMgt_about__info__cat {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.spMgt_about__info__cat:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 20px auto 0 auto;
}
.spMgt_about__info__mainttl {
  font-size: 3.4rem;
  margin-bottom: 20px;
}
.spMgt_about__info__list {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.spMgt_about__info__msg {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .spMgt_about__info__msg {
    font-size: 1.4rem;
  }
}
.spMgt_about__info__msg > span {
  color: #a09c9c;
  border: 1px solid #a09c9c;
  display: inline-block;
  padding: 10px;
}
.spMgt_about__info__yamato {
  width: 300px;
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .spMgt_about__info__yamato {
    width: 50%;
  }
}
.spMgt_about__info__yamato img {
  width: 100%;
}

.spMgt_mv_u {
  position: relative;
  overflow: hidden;
}
.spMgt_mv_u__ca {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .spMgt_mv_u__ca {
    width: max(900px, 52vw);
  }
}
@media only screen and (max-width: 767px) {
  .spMgt_mv_u__ca {
    width: auto;
    margin: 0 -10vw;
  }
}
.spMgt_mv_u__ca img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
.spMgt_mv_u__head {
  margin: 10vw auto 90px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spMgt_mv_u__head {
    width: 80vw;
    margin: 10vw auto 60px auto;
  }
}
.spMgt_mv_u__head__sub {
  font-size: 3rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spMgt_mv_u__head__sub {
    font-size: 2rem;
  }
}
.spMgt_mv_u__head__sub2 {
  font-size: 3rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spMgt_mv_u__head__sub2 {
    font-size: 2rem;
  }
}
.spMgt_mv_u__head__main {
  margin: 20px 0;
}
.spMgt_mv_u__head__main img {
  vertical-align: bottom;
}
.spMgt_mv_u__head .p_note {
  margin-top: 15px;
}

#confetti-area {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  pointer-events: none;
}

#confetti-area canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}

.spMgt_mv__ca,
.spMgt_mv__head__inner {
  opacity: 0;
}

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