@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.has-x-small-font-size {
  font-size: 10px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.6rem;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

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

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
#wait .bg {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
}
#wait .bg .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #wait .bg .txt {
    width: 74%;
  }
}
@media screen and (max-width: 479px) {
  #wait .bg .txt {
    width: 90%;
  }
}
