@charset "UTF-8";
@import url("https://use.typekit.net/uxs6usz.css");
.p-content_wrap {
  padding-bottom: 9.375%;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .p-content_wrap {
    padding-bottom: 24%;
  }
}