@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bk: #111;
  --wh: #fff;
  --text-color-dark: #222;
}

@font-face {
  font-family: "Unbounded";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  font-display: swap;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
COMING SOON
==================================================== */
.comingsoon {
  padding: 22rem 0 15rem;
}
@media screen and (max-width: 1200px) {
  .comingsoon {
    padding: 11rem 0 7rem;
  }
}
@media screen and (max-width: 834px) {
  .comingsoon {
    padding: 8rem 0 7rem;
  }
}
.comingsoon-text {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .comingsoon-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .comingsoon-text {
    font-size: 16px;
  }
}
.comingsoon-controller {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .comingsoon-controller {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=comingsoon.css.map */