@charset "utf-8";

/* bass
========================================================================== */

/* font-family
============================ */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

html {
  font-family: "メイリオ", "Meiryo", "Meiryo UI", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
-webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-size: 16px;
  /* margin: 0 !important; */
}

@media (max-width: 1184px) {
  html {
    /*     font-size: calc((1024px - (1024px - 100vw)) / 1024px * 100); */
    /* font-size: calc((100vw - 320px) / 704 * 69 + 31px); */
    font-size: calc(100vw / 1184 * 16);
  }
}

@media (max-width: 768px) {
  html {
    /*     font-size: calc((100vw - 320px) / 55 * 1.6 + 14.4px); */
  }
}

html {
  /* font-size: calc((1084px - (1084px - 100vw)) / 1084 * 100);
  font-size: calc((1084px - (1084px - 300px)) / 1084 * 100); */
}

body {
  font-size: 10px;
  font-size: 0.1rem;
  color: #111;
}

p {
  font-size: 15px;
  font-size: 0.15rem;
  line-height: 1.6;
}

a {
  color: inherit;
}

.is-show {
  opacity: 1 !important;
}

.is-hide {
  opacity: 0 !important;
}

@media (min-width: 768px) {
  .is-pc {
    display: block;
  }

  .is-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block;
  }
}

/* =======================================================================
sp
========================================================================== */

@media (max-width: 767px) {
  p {
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 1.6;
  }
}
