.sp {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.cv_f {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.6);
}

#main {
  max-width: 1500px;
  margin: 0 auto;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.MV {
  position: relative;
}

.CTA .inner {
  position: relative;
}

.CTA .btn01 {
  width: 750px;
  display: inline-block;
  position: absolute;
  bottom: 245px;
  right: -200px;
}

footer small {
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 0;
  background-color: #005d01;
  color: #ffffff;
}

@media screen and (max-width: 1500px) {
  .CTA .inner {
    width: 66.6vw;
  }
  .CTA .btn01 {
    width: 48.86vw;
    bottom: 15.56vw;
    right: -12.1vw;
  }
  .cv_f {
    text-align: center;
  }
  .cv_f img {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .CTA {
    position: relative;
  }
  .CTA .btn01 {
    width: 96.53vw;
    display: inline-block;
    position: absolute;
    bottom: 53vw;
    right: 0.6vw;
    margin: 0 auto;
  }
  .cv_f img {
    margin: 0 auto;
  }
}
