@charset "UTF-8";
/*
//MAP

.blurred-image {
  filter: blur(5px);

  // ぼかしの半径を選択
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
/*TopPage*/
.grid-top {
  height: 600px;
}
.grid-top #background-imageBox {
  background-image: url("../image/sl/1.webp");
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.grid-top #background-imageBox > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  touch-action: none;
  pointer-events: none; /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.grid-top #background-imageBox > img:not(.image-protector) {
  left: -9999%;
  z-index: 10;
}
.grid-top #background-imageBox > img:not(.image-protector).show {
  animation: changeBackground 1s;
  left: 0;
}
.grid-top #background-imageBox > img.image-protector {
  height: 100%;
  z-index: 20;
}
.grid-top .grid-top-cont {
  margin: 0 auto;
  width: 80%;
  display: flex;
  min-width: 350px;
}
.grid-top .grid-top-cont > div {
  flex: 1;
  margin: 15px;
  line-height: 1;
}
.grid-top .grid-top-cont > div.grid-top-cont-info {
  position: relative;
  top: 100px;
  left: 50px;
  z-index: 99;
  max-width: calc(100% - 80px);
  max-height: 600px;
}
.grid-top .grid-top-cont > div.grid-top-cont-info .title {
  display: block;
  font-size: 4.5rem;
  z-index: 1;
  color: #1a1d20;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
  word-wrap: break-word;
}
.grid-top .grid-top-cont > div.grid-top-cont-info .subtitle {
  display: block;
  position: relative;
  left: 50px;
  width: calc(100% - 50px);
  font-size: 48px;
  z-index: 1;
  color: #4343ff;
  font-weight: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}
.grid-top .grid-top-cont > div.grid-top-cont-info .news-container {
  margin-top: 50px;
  width: 500px;
}
@media screen and (max-width: 600px) {
  .grid-top .grid-top-cont > div.grid-top-cont-info {
    top: 50px;
    left: 0;
  }
  .grid-top .grid-top-cont > div.grid-top-cont-info .subtitle {
    left: 0;
    font-size: 36px;
  }
  .grid-top .grid-top-cont > div.grid-top-cont-info .news-container {
    width: 100%;
  }
}
.grid-top .grid-top-cont > div.day-imgbox {
  position: relative;
  z-index: 99;
  top: 100px;
  left: 50px;
  width: 350px;
  height: 350px;
}
.grid-top .grid-top-cont > div.day-imgbox > img {
  width: 350px;
}
.grid-top .grid-top-cont > div.day-imgbox > .day-countdown {
  position: absolute;
  top: 65%;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 350px;
}
@media screen and (max-width: 1064px) {
  .grid-top {
    height: 100vh;
  }
  .grid-top #background-imageBox {
    height: 100vh;
  }
  .grid-top #background-imageBox > img {
    height: 100vh;
  }
  .grid-top .grid-top-cont {
    flex-direction: column;
    width: 100%;
  }
  .grid-top .grid-top-cont > div.day-imgbox {
    left: unset;
    right: -50%;
  }
}
@media screen and (max-width: 800px) {
  .grid-top .grid-top-cont > div.day-imgbox {
    top: 100px;
    right: unset;
    width: 240px;
    margin: 0 auto;
  }
  .grid-top .grid-top-cont > div.day-imgbox > img {
    width: 240px;
  }
  .grid-top .grid-top-cont > div.day-imgbox > .day-countdown {
    width: 240px;
    font-size: 32px;
  }
}

.grid-poster {
  text-align: center;
  margin: calc(100px + 5%) auto;
  min-width: 340px;
  position: relative;
  overflow-x: clip;
}
.grid-poster .poster-container {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 350;
}
.grid-poster .poster-container .poster-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.grid-poster .poster-container .poster-title > h2 {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #333;
}
@media screen and (max-width: 488px) {
  .grid-poster .poster-container .poster-title > h2 {
    font-size: 1.5rem !important;
  }
}
.grid-poster .poster-container .poster-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.grid-poster .poster-background {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 110%;
  background: #9371fa;
  z-index: 300;
  rotate: -5deg;
}

.grid-access {
  margin: 50px auto;
}
.grid-access .access-title {
  text-align: center;
  font-size: 2rem;
}
.grid-access .grid-access-content {
  display: flex;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px dotted #777;
}
.grid-access .grid-access-content .grid-access-content-flex {
  flex: 1;
  margin: 5px;
  padding: 10px;
}
.grid-access .grid-access-content .grid-access-content-flex.access-map {
  position: relative;
}
.grid-access .grid-access-content .grid-access-content-flex.access-map > iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
}
.grid-access .grid-access-content .grid-access-content-flex.access-txt {
  position: relative;
  text-align: right;
  vertical-align: center;
}
.grid-access .grid-access-content .grid-access-content-flex.access-txt > p {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1064px) {
  .grid-access .grid-access-content {
    flex-direction: column;
  }
  .grid-access .grid-access-content .grid-access-content-flex.access-map {
    margin: 0 auto;
  }
  .grid-access .grid-access-content .grid-access-content-flex.access-txt {
    text-align: center;
  }
  .grid-access .grid-access-content .grid-access-content-flex.access-txt > p {
    position: static;
    transform: none;
  }
}

.other-link-button-box {
  text-align: center;
  display: flex;
  width: 80%;
  max-width: 900px;
  height: 300px;
  margin: 0 auto 50px;
  justify-content: space-between;
  flex-direction: row;
  align-content: space-between;
  flex-wrap: wrap;
}
.other-link-button-box > * {
  margin: 15px auto;
}
.other-link-button-box .linkBtn-pdf {
  background: #fa5346;
}
.other-link-button-box .linkBtn-pdf::after {
  content: "\e415";
  font-family: "Material Symbols Outlined";
}
@media screen and (max-width: 960px) {
  .other-link-button-box {
    flex-wrap: nowrap;
    width: 350px;
    height: 500px;
    flex-direction: column;
  }
}

@keyframes changeBackground {
  0% {
    left: 100vw;
    z-index: 11;
  }
  100% {
    left: 0;
    z-index: 11;
  }
}

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