.wrapper {
  width: 100%;
  padding: 24px 0;
}

.wrapper__inner {
  width: 1020px;
  margin: auto;
}

.wrapper p {
  line-height: 1.5;
}

.is-sp {
  display: none;
}

.bg-black {
  background-color: #333;
}

.main-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.main-title__logo {
  width: 300px;
  margin-right: 40px;
}

.main-title__logo img {
  width: 100%;
}

.main-title__text {
  font-size: 14px;
  line-height: 1.5;
}

.slider {
  width: 75%;
  margin: 0 auto;
}

.slider li {
  text-align: center;
}

.slider a {
  text-decoration: none;
}

.slider a:hover {
  text-decoration: underline;
}

.slick-slide {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  height: auto;
}

.slick-current {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.slick-current + .slick-slide {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  width: 16px;
  height: 26px;
}

.slick-next:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 26px;
  background: url(../image/arrow_r-0ae39beee268dcfd4247ffd4d4532ffb.png);
  background-size: contain;
}

.slick-prev:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 26px;
  background: url(../image/arrow_l-fef02b5e8c1cd8b5f3c407205a861462.png);
  background-size: contain;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  font-size: 15px;
  color: #FFF;
}

.lp-footer {
  width: 100%;
}

.lp-footer__inner {
  background-color: #333;
  padding: 0 0 10px;
}

.lp-footer__logo {
  padding: 15px;
  text-align: center;
}

.lp-footer__logo img {
  width: 80px;
  height: auto;
  display: block;
  margin: auto;
}

.lp-footer__attention {
  display: block;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

.lp-footer a {
  display: inline-block;
}

.lp-footer__attention {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
  .wrapper__inner {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .is-sp {
    display: block;
  }
  .bg-black {
    padding: 30px 0 30px;
  }
  .main-title {
    display: block;
    padding: 5px 0 0;
  }
  .main-title__logo {
    width: 60%;
    margin: 5px auto 0;
    text-align: center;
  }
  .main-title__text {
    margin: 10px 0 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
  }
  .main-title__text br {
    display: none;
  }
  .slider {
    width: 100%;
  }
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    font-size: 12px;
  }
  .lp-footer__inner {
    padding: 20px 0;
  }
  .lp-footer__logo {
    padding: 0;
  }
  .lp-footer__logo img {
    width: 20%;
  }
  .lp-footer__logo {
    width: 100%;
  }
}
