html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  font-size: 20px;
  line-height: 1.5;
  font-feature-settings: 'palt';
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック体, YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,
    verdana, sans-serif;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
  height: auto;
  display: block;
  width: 100%;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: black;
}
a img:hover,
a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  transform: translate(2px, 2px);
}
.pc {
  display: block;
}
.sp {
  display: none;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* ヘッダー */

header,
article,
footer,
nav {
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
  position: relative;
}
section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#tokusensya_title {
  margin-bottom: 1em;
}
a.tokusensya_btn {
  width: 36.2em;
  margin: 3em auto 7em;
  display: block;
}

#campaign {
  height: 59.45em;
  margin-bottom: 1.5em;
  background-color: #000;
}
#campaign a {
  position: absolute;
  width: 22.85em;
  transform: translate(2px, 2px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.5em;
}
footer a {
  width: 10em;
  margin: 5em auto;
  display: block;
}
@media all and (min-width: 0) and (max-width: 999px) {
  body {
    font-size: 2vw;
  }
}
