@charset "UTF-8";
/* =====================
	Coming Soonページ
 ======================= */

/** ------------------------ coming-soon ------------------------ **/
.coming-soon .coming-soon-ttl {
  font-size: 166.67%;
  text-align: center;
  margin-bottom: 1em;
}

.coming-soon .coming-soon-txt {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 5em;
}

.coming-soon .btn-blue {
  margin: 0 auto;
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  .coming-soon .coming-soon-ttl {
    font-size: 20px;
  }
}