@charset "utf-8";

.site-wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main{
  flex: 1;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: boder-box;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6742rem + 0.3236vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.6;
  color: #323232;
  background-color: #fafafa;
}
a{
  text-decoration: none;
  color: #323232;
}
img{
  width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
}
.ib{
  display: inline-block;
}




