html,body {
    letter-spacing: 0.06rem;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
a {
  text-decoration: none;
  color: #fff;
}
.logo {
  width: 200px;
  margin: 0 auto;
}
.coming-soon {
  padding-top: 80px;
  color: #fff;
  background-image: url("/img/img02.jpg");
  background-size: cover;
  width: 100%;
  height: 800px;
}
.text {
  line-height: 2;
  padding-top: 50px;
}
.coming-soon a {
  display: block;
}

.t__c {
  text-align: center;
}
.t__l {
  text-align: left;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}

.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 10px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  .text {
  line-height: 2;
  padding-top: 30px;
}
}
