/* ##############################################################################

    COMMON

############################################################################## */
  
  body {
    font: 16px/1.231 bebas-neue-pro, dnp-shuei-gothic-gin-std, 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: .1em;
    *font-size: small;
    *font: x-small;
    color: #231f1e;
  }
  ul,
  ol { list-style: none; }
  small { font-size: 86%; }
  a {
    color: #231f1e;
    text-decoration: none;
    -webkit-transition: all .6s cubic-bezier(.5,0,0,1);
    -moz-transition: all .6s cubic-bezier(.5,0,0,1);
    transition: all .6s cubic-bezier(.5,0,0,1);
    outline : none;
  }
  a:hover {
    text-decoration: none;
  }
  address,
  em,
  i {
    font-style: normal;
  }
  ::selection {
    background: darkkhaki;
  }
  ::-moz-selection {
    background: darkkhaki;
  }
  ins {
    background-color: rgb(189 183 106 / 50%);
  }

  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      -webkit-text-size-adjust: none;
    }
    img {
      max-width: 100%;
      height: auto;
    }
  }