.lp_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s .lp_wrap {
  width: 100%;
}
.txIn_01 {
  text-indent: -1em;
  padding-left: 1em;
}
.s-lh01 {
  line-height: 1.7;
}

/* キャンペーンLPコンテンツ内 */
body {
  overflow-x: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  width: 100%;
}
video {
  display: block;
  margin: auto;
  border: solid 4px #9e9e9f;
}
.contents_wrap {
  position: relative;
  max-width: 980px;
  margin: auto;
}
.contents_wrap img {
  max-width: 70%;
  display: block;
  margin: auto;
}
/* mv */
.mv {
  background: #fff;
  position: relative;
  padding: 72px 0 40px;
}
.mv h2 {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: 15%;
}
.circle.mv00 {
  top: -142px;
  right: 0;
  left: -350px;
  width: 120px;
}
.circle.mv01 {
  top: -100px;
  right: -432px;
  left: 0px;
  width: 170px;
}
.circle.mv02 {
  bottom: 28px;
  right: 0;
  left: -480px;
  width: 130px;
}
.circle.mv03 {
  bottom: -40px;
  right: -476px;
  left: 0px;
  width: 100px;
}
/* sec01 */
.sec._01 {
  background: #4db6e8;
}
.contents_wrap .sec01_item {
  margin: 0 17% 0 13%;
}
.contents_wrap .sec01_item.sp,
.hand.sp {
  display: none;
}

.slider {
  display: flex;
  justify-content: center;
  max-width: 70%;
  padding: 20px 0 30px;
  margin: auto;
}
.slider img {
  width: 20%;
}
.slider.sp img {
  display: none;
}
.slider.pc img {
  display: block;
}
/* 飾り */
.circle {
  opacity: 0;
  position: absolute;
  z-index: 10;
  animation:
    fadeUp 0.8s ease-out forwards,
    fluffy 4s ease-in-out infinite;
}
.circle._01 {
  top: -26px;
  right: 0;
  left: 0;
  width: 56px;
}
.circle._02 {
  bottom: -17px;
  right: 0;
  left: -136px;
  width: 40px;
}
.circle._03 {
  top: 20px;
  right: 116px;
  width: 70px;
}
.circle._04 {
  top: 0;
  bottom: 0;
  left: 116px;
  width: 60px;
}
.circle._05 {
  bottom: -80px;
  right: 160px;
  width: 100px;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fluffy {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.mv00 {
  animation-delay: 0s, 0.8s;
}
.mv01 {
  animation-delay: 0.2s, 1s;
}
.mv02 {
  animation-delay: 0.4s, 1.2s;
}
.mv03 {
  animation-delay: 0.6s, 1.4s;
}

._01 {
  animation-delay: 0.3s, 1.1s;
}
._02 {
  animation-delay: 0.5s, 1.3s;
}
/* sec02 */

.sec._02 {
  padding: 80px 0 60px;
  background: #eaf6fd;
}
.contents_wrap .sec02_item {
  width: 460px;
  margin-top: 40px;
}
/* se03 */
.sec._03 {
  padding: 20px 0;
}
.sec._03 img {
  width: 32%;
}
.sec._03 p {
  display: block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.05rem + 0.89vw, 1.6rem);
  margin: 20px auto;
}
.sec._03 .note {
  display: block;
  width: 80%;
  text-align: center;
  font-size: clamp(0.625rem, 0.45rem + 0.26vw, 0.875rem);
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contents_wrap {
    max-width: none;
  }
  /* mv */
  .mv {
    padding: 16% 0 12%;
  }
  .mv h2 {
    width: 100%;
    margin: 0;
  }
  .mv h2 img {
    max-width: 76%;
    margin: 0 0 0 15%;
  }
  .circle.mv00 {
    top: -66%;
    right: 0;
    left: -50%;
    width: 27%;
  }
  .circle.mv01 {
    top: -58%;
    right: 0;
    left: 64%;
    width: 38%;
  }
  .circle.mv02 {
    top: 0%;
    right: 0;
    left: -92%;
    width: 19%;
  }
  .circle.mv03 {
    top: 0;
    right: 0;
    left: 0;
    margin-top: 46%;
    width: 28%;
  }
  .hand.sp {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: -87%;
    width: 32%;
  }
  /* sec01 */
  .contents_wrap .sec01_item.pc {
    display: none;
  }
  .contents_wrap .sec01_item.sp {
    display: block;
    padding-top: 18%;
    max-width: 90%;
    margin: 0 auto;
  }
  .slider.pc img {
    display: none;
  }
  .slider.sp img {
    display: block;
    width: 20%;
  }
  .slider {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0 0 6%;
  }

  .slider_track {
    display: flex;
    animation: loop_slider 15s linear infinite;
    will-change: transform;
  }

  .slider_track img {
    width: 30vw;
    flex: 0 0 30vw;
    margin: 0;
    display: block;
  }

  @keyframes loop_slider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-150vw);
    }
  }
  /* sec02 */
  .sec._02 {
    padding: 8% 0 4%;
  }
  video {
    max-width: 80%;
  }
  .contents_wrap .sec02_item {
    margin-top: 4%;
  }
  /* sec03 */
  .sec._03 img.pc,
  .circle._04.pc {
    display: none;
  }
  .sec._03 img.sp {
    display: block;
    width: 46%;
    max-width: 240px;
    margin-bottom: 10%;
  }
  .sec._03 p {
    margin: 6% auto;
  }
  .sec._03 .note {
    text-align: left;
    margin-top: 5%;
  }
  /* 飾り */
  .circle._01 {
    top: -17%;
    right: 0;
    left: 72%;
    width: 11%;
  }
  .circle._02 {
    top: 96%;
    right: 0;
    left: -41%;
    width: 7%;
  }
  .circle._03 {
    top: 51%;
    right: 0;
    left: 94%;
    width: 8%;
  }
  .circle._04 {
    top: 0;
    right: 0;
    left: 0;
    margin: 100% 27%;
    width: 7%;
  }
  .circle._05 {
    top: 85%;
    right: 0;
    left: -94%;
    width: 17%;
  }
  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fluffy {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-4px);
    }
  }
}
