html {
  font-size: 20px;
  font-family: "Cafe24 Dangdanghae", sans-serif;
  scroll-behavior: smooth;
}
:root {
  --vh: 1vh;
}
.panton-116c-bgc {
  background-color: #ffcd00;
}
.panton-325c-bgc {
  background-color: #64ccc9;
}
.run-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
header {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
header h1 {
  width: 70px;
  height: 70px;
  background-image: url('../images/circle_line.png');
  background-repeat: no-repeat;
  background-size: contain;
}
header h1 .run-btn {
  width: 100%;
  height: 100%;
}
.coming_soon article {
  text-align: center;
  align-content: center;
  min-height: calc(var(--vh) * 100);
  position: relative;
}
.coming_soon article .vis-bg {
  width: 100%;
  height: 100%;
  background-image: url('../images/runmode_vis.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  opacity: 0.3;
}
.coming_soon article .tit-group {
  position: relative;
}
.coming_soon article .tit-group p {
  font-size: 22px;
  line-height: 30px;
}
.coming_soon article .tit-group .title {
  font-size: 34px;
}
.coming_soon article .neon img {
  width: 40%;
  max-width: 350px;
  margin-top: 40px;
}
.coming_soon article .sns-group {
  font-size: 0px;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: 30px;
  right: auto;
  top: auto;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  z-index: 2;
}
.coming_soon article .sns-group .run-btn {
  font-size: 0px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.coming_soon article .sns-group .run-btn.ig {
  background-image: url('../images/instagram.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.coming_soon article .sns-group .run-btn.th {
  background-image: url('../images/threads.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 381px) {
  html {
    font-size: 24px;
  }
  .mo {
    position: relative;
    display: inline-block;
  }
  .pc {
    position: relative;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 36px;
  }
  .mo {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  header {
    height: 140px;
    padding: 20px;
  }
  header h1 {
    width: 100px;
    height: 100px;
  }
  .coming_soon article .tit-group {
    position: relative;
  }
  .coming_soon article .tit-group p {
    font-size: 36px;
    line-height: 50px;
  }
  .coming_soon article .tit-group .title {
    font-size: 56px;
  }
  .coming_soon article .sns-group {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 70px;
    right: auto;
    top: auto;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .coming_soon article .sns-group .run-btn {
    font-size: 0px;
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}
header h1 {
  font-size: 0px;
}
header h1 .r-btn {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}
/*# sourceMappingURL=common.css.map */