@charset "UTF-8";
.ff-en {
  font-family: "Times New Roman", sans-serif;
}

.ff-en2 {
  font-family: "Poppins", sans-serif;
}

.ff-en3 {
  font-family: "Cormorant Infant", serif;
}

.ff-ja {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.comingsoon {
  pointer-events: none !important;
}

.txt-red {
  color: #FF0000;
}

.header-image {
  display: none;
}

.st-header {
  height: auto;
  background: #FFF;
}
.st-header__logo {
  /*display: none;*/
}

.st-main {
  z-index: 0;
}
.st-main .ttl {
  padding: 0 0 0.7rem;
  background: #FFF;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}

.st-nav ul li.is-current {
  background: #FFF;
}