@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap");
html,
body,
* {
  font-family: "Noto Sans JP", sans-serif, "Font Awesome 5 Free", "Font Awesome 6";
  padding: 0;
  margin: 0;
}

i {
  padding: 0 10px;
  font-size: 80%;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

#toppage #slider {
  width: 100%;
  height: 100vh;
}
#toppage #slider div {
  height: 100vh;
}
#toppage #ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
#toppage #ttl h1 {
  opacity: 0.8;
  text-align: center;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
  line-height: 1.5;
  transition: 1s;
  text-align: center;
  text-transform: none;
  width: 100%;
  font-size: 300%;
}
#toppage #ttl h2 {
  opacity: 0.8;
  padding: 5px 25px 8px;
  border: solid #fff 1px;
  color: #fff;
  border-radius: 30px;
  margin: 200px auto 0;
  transition: 1s;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  #toppage #ttl h2 {
    margin-top: 120px;
    margin-bottom: 0;
  }
}
#toppage .wrapper {
  position: relative;
}

#slider {
  width: 100%;
  height: 100vh;
  overflow: hidden; /* 画像を切り取るために必要 */
}

#slider img {
  -o-object-fit: cover;
     object-fit: cover; /* 画像をデバイスサイズにフィットさせる */
  width: 100%;
  height: 100vh;
  -o-object-position: center;
     object-position: center; /* 画像の中央部分を表示 */
}

.vegas-timer.vegas-timer-running {
  display: none;
}/*# sourceMappingURL=bace.css.map */