@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	トップページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.p-title {
  margin: 14rem auto 3rem;
  text-align: center;
}
.p-title .en {
  margin-bottom: 1rem;
}
.p-title .en img {
  width: 5.4rem;
}
.p-title .jp {
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
  font-size: 1rem;
  color: #fff;
}

.elem_pc {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-title {
    margin: 16rem auto 6.8rem;
  }
  .p-title .en img {
    width: 8.4rem;
  }
  .p-title .jp {
    font-size: 1.5rem;
  }
  .elem_pc {
    display: revert;
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */
