@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  font-feature-settings: 'palt';
  letter-spacing: .4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  margin: 28px 0 30px;
  font-size: 28px;
  font-weight: normal;
  font-family: serif;
  letter-spacing: 3px;
}

h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: normal;
  font-family: serif;
}

h3 {
  margin: 1px 0 8px;
  font-size: 21px;
  font-weight: normal;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #121212;
  transition: .3s ease;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ----タグ---- */

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
