@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
html {
  height: 100%;
}

body {
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: #0a0809;
  color: #fff;
  height: 100%;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #03c;
  outline: 0 none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:link, a:visited, a:active {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  a:hover {
    color: #f60;
  }
  a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  body {
    width: 100%;
  }
}

.footer-sns__line__qr__desc {
  margin: 0;
}