@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    filter: brightness(1.15);
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}

img {
  pointer-events: none;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.font-en {
  font-family: "Numans", sans-serif;
}

.indent {
  display: inline-block;
}

body {
  background-image: url("../images/pc_splash.webp");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("../images/sp_splash.webp");
  }
}

.bg-refresh {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
}
.bg-refresh > div {
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .bg-refresh > div {
    padding: 20px 2.6666666667vw;
  }
}

.body-refresh {
  padding: 30px 60px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .body-refresh {
    padding: 8vw 5.3333333333vw;
  }
}
.body-refresh p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .body-refresh p {
    font-size: 3.7333333333vw;
  }
}
.body-refresh a {
  background-color: #9891a8;
  color: #fff;
  padding: 20px 40px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .body-refresh a {
    padding: 2.6666666667vw 4vw;
    font-size: 3.2vw;
    margin-top: 6.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */