.fixed{
 position: fixed;
 top: 0;
}.fixed{
 position: fixed;
 top: 0;
}.is-hide {
  transform: translateY(-100%);
}.is-hide {
  transform: translateY(-100%);
}.is-hide {
  transform: translateY(-100%);
}transform: translateY(-100%);@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.pc {
  display: block;
}
.tablet {
  display: none;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.8;
}
html {
  font-size: 62.5%;
  height: 100%;
}
h1, h2, h3, h4, h5 {
  line-height: 1em;
}
body {
  color: #000;
  height: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.container {
  margin: 0 auto;
  max-width: 1368px;
  padding: 0 20px;
}
.flex {
  display: flex;
}
.sen {
  font-family: 'Sen', sans-serif;
}
main {
  display: block;
}
li {
  list-style: none;
}
address {
  font-style: normal;
}
