img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .fs-l-main {
    padding: 0 !important;
  }
}
.js-fade {
  opacity: 0;
  transition-duration: 1.1s;
}
.js-fade.js-fade-top {
  transform: translate(0px, -40px);
}
.js-fade.js-fade-bottom {
  transform: translateY(50px);
}
.js-fade.js-fade-left {
  transform: translate(-20px, 0px);
}
.js-fade.js-fade-right {
  transform: translate(20px, 0px);
}
.js-fade.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 1200px) {
  .fs-l-main {
    padding: 0 !important;
  }
}
.linePresent {
  max-width: 750px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
.linePresent__Thum01 {
  width: 100%;
  margin-bottom: calc(50 * (100vw / 750));
}
@media screen and (min-width: 751px) {
  .linePresent__Thum01 {
    margin-bottom: 50px;
  }
}
.linePresent__Catch {
  text-align: center;
  font-size: calc(18 * (100vw / 750));
  line-height: calc(32 * (100vw / 750));
  margin-bottom: calc(50 * (100vw / 750));
}
@media screen and (min-width: 751px) {
  .linePresent__Catch {
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Catch {
    line-height: 32px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Catch {
    margin-bottom: 50px;
  }
}
.linePresent__Thum02 {
  width: 100%;
  margin-bottom: calc(100 * (100vw / 750));
}
@media screen and (min-width: 751px) {
  .linePresent__Thum02 {
    margin-bottom: 100px;
  }
}
.linePresent__Ttl {
  text-align: center;
  color: #fff;
  background: #95DFB0;
  font-weight: bold;
  font-size: calc(32 * (100vw / 750));
  padding: calc(20 * (100vw / 750));
  margin-bottom: calc(30 * (100vw / 750));
}
@media screen and (min-width: 751px) {
  .linePresent__Ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Ttl {
    padding: 20px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Ttl {
    margin-bottom: 30px;
  }
}
.linePresent__Subttl {
  text-align: center;
  border: solid #95DFB0;
  border-width: calc(2 * (100vw / 750));
  margin-bottom: calc(50 * (100vw / 750));
}
@media screen and (min-width: 751px) {
  .linePresent__Subttl {
    border-width: 2px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Subttl {
    margin-bottom: 50px;
  }
}
.linePresent__Subttl span {
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: calc(22 * (100vw / 750));
  padding: calc(10 * (100vw / 750));
}
@media screen and (min-width: 751px) {
  .linePresent__Subttl span {
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Subttl span {
    padding: 10px;
  }
}
.linePresent__Txt {
  text-align: center;
  font-size: calc(16 * (100vw / 750));
  line-height: calc(32 * (100vw / 750));
  margin-bottom: calc(50 * (100vw / 750));
}
@media screen and (min-width: 751px) {
  .linePresent__Txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Txt {
    line-height: 32px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Txt {
    margin-bottom: 50px;
  }
}
.linePresent__Btn {
  display: inline-block;
  color: #fff;
  background: #95DFB0;
  font-weight: bold;
  border-radius: calc(10 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
  padding: calc(20 * (100vw / 750));
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  margin-bottom: calc(100 * (100vw / 750));
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .linePresent__Btn {
    border-radius: 10px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Btn {
    padding: 20px;
  }
}
@media screen and (min-width: 751px) {
  .linePresent__Btn {
    margin-bottom: 100px;
  }
}
.linePresent__Btn:hover {
  color: #fff;
  opacity: 0.7;
}
.linePresent__Btn.-line {
  background-color: #06c755;
  color: #fff;
}

.line-it-button .btn {
  background: red !important;
}