@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  font-family: 'Noto Sans JP', Helvetica, Arial, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #231815;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.mincho {
  font-family: 'Shippori Mincho B1', serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

svg {
  width: 100%;
  height: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

.inview {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  body {
    font-size: 1.2rem;
  }
  input[type='text'],
  input[type='search'],
  input[type='submit'] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
  }
}
