html {
  scroll-behavior: smooth;
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',
    '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  background-color: #ffffff;
}
main {
  position: relative;
}
.sticky-btn {
  width: 100%;
  position: fixed;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.wp_bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

.bg01 {
  background-image: url(../img/bg_01.jpg);
}
.bg02 {
  background-image: url(../img/bg_02.jpg);
}
.bg03 {
  background-image: url(../img/bg_03.jpg);
}
.bg04 {
  background-image: url(../img/bg_04.jpg);
}
.bg05 {
  background-image: url(../img/bg_05.jpg);
}
.bg06 {
  background-image: url(../img/bg_06.jpg);
}

p {
  font-size: 20px;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
.pg-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}
.pg-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.pc {
  display: block;
}
.sm {
  display: none;
}
@media (max-width: 768px) {
  .pg-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pg-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc {
    display: none;
  }
  .sm {
    display: block;
  }
}
.img-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.inner-img {
  width: 100%;
  max-width: 980px;
}
.inner-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mv {
  overflow: hidden;
  margin: 0 auto;
  max-width: 980px;
  max-height: 551px;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 980px;
  max-height: 551px;
}
.fc1 {
  color: #e00;
  font-weight: bold;
}
.fc2 {
  background-color: #ffee00;
  font-weight: bold;
  color: #000;
}
.fc3 {
  color: #e00;
  background-color: #ffee00;
  font-weight: bold;
}
.fc4 {
  border-bottom: solid;
  border-width: 1px;
  font-weight: bold;
}
.fc5 {
  color: #e00;
  font-weight: bold;
  border-bottom: solid;
  border-width: 1px;
}
.fc6 {
  color: #0099cc;
  font-weight: bold;
}
.fc7 {
  color: #000;
  font-weight: bold;
}
