.add-lp {
  --dark_blue: #222222;
  --navy: #021f59;
  --gray: #fafafa;
  --blue: #004dc6;
  background-color: var(--gray);
}
.add-lp .inner-s {
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 0 auto;
}
.add-lp .inner-m {
  width: calc(100% - 30px);
  max-width: 900px;
  margin: 0 auto;
}
.add-lp .inner-l {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto;
}
.add-lp .inner-xl {
  width: calc(100% - 30px);
  max-width: 1130px;
  margin: 0 auto;
}
.add-lp .inner-xxl {
  width: calc(100% - 30px);
  max-width: 1300px;
  margin: 0 auto;
}
.add-lp .text-block {
  display: inline-block;
}
.add-lp img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.add-lp .sub-headline {
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .add-lp .sub-headline {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .sub-headline {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .sub-headline {
    font-size: 2.4rem;
  }
}
.add-lp .icon-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.add-lp .icon-headline span {
  padding: 0 28px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .add-lp .icon-headline span {
    padding: 0 34px;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .icon-headline span {
    padding: 0 45px;
  }
}
.add-lp .icon-headline span::before, .add-lp .icon-headline span::after {
  z-index: 10;
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  width: 22px;
  height: 30.25px;
}
@media all and (min-width: 768px) {
  .add-lp .icon-headline span::before, .add-lp .icon-headline span::after {
    width: 26px;
    height: 35.75px;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .icon-headline span::before, .add-lp .icon-headline span::after {
    width: 32px;
    height: 44px;
  }
}
.add-lp .icon-headline span::before {
  left: 0;
  background-image: url("../../img/lp/headline_l.svg");
}
.add-lp .icon-headline span::after {
  right: 0;
  background-image: url("../../img/lp/headline_r.svg");
}
.add-lp .lp__mv {
  background-image: url("../../img/lp/mv_bg_sp.jpg");
  width: 100%;
  height: 120vh;
  min-height: 600px;
  max-height: 600px;
  background-color: var(--gray);
  margin-top: -30px;
  padding-top: 40px;
  box-sizing: border-box;
  background-color: #fff;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (orientation: landscape) {
  .add-lp .lp__mv {
    height: 800px;
    max-height: 800px;
  }
}
@media all and (min-width: 440px) {
  .add-lp .lp__mv {
    height: 80vh;
    min-height: 620px;
    max-height: 800px;
  }
}
@media all and (min-width: 441px) {
  .add-lp .lp__mv {
    min-height: 600px;
    max-height: 800px;
  }
}
@media all and (min-width: 768px) {
  .add-lp .lp__mv {
    padding-top: 80px;
    margin-top: -88px;
    height: 125vw;
    min-height: 720px;
    max-height: 1080px;
    background-image: url("../../img/lp/mv_bg_tab.jpg");
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__mv {
    height: 63vw;
    background-image: url("../../img/lp/mv_bg.jpg");
    background-size: cover;
    background-position: center;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__mv {
    height: 50vw;
  }
}
.add-lp .lp__mv .inner-xl {
  height: 100%;
  background-position: center;
}
.add-lp .lp__mv .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .add-lp .lp__mv .box {
    padding-top: 0;
    align-items: flex-start;
    justify-content: center;
  }
}
.add-lp .lp__mv .mv__top {
  width: 90%;
  max-width: 300px;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__mv .mv__top {
    width: 100%;
    max-width: 430px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__mv .mv__top {
    max-width: 460px;
    margin-bottom: 5%;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__mv .mv__top {
    max-width: 550px;
    margin-bottom: 80px;
  }
}
.add-lp .lp__mv .mv__top img {
  width: 100%;
}
.add-lp .lp__mv .mv__bottom {
  width: 100%;
  max-width: 300px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__mv .mv__bottom {
    max-width: 340px;
  }
}
.add-lp .lp__mv .mv__bottom img {
  width: 100%;
}
.add-lp .lp__intro {
  position: relative;
  padding: 80px 0 40px;
  margin-bottom: 10.25%;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro {
    padding: 80px 0;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__intro {
    padding: 305px 0 380px 0;
    margin-bottom: 5.25%;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__intro {
    padding: 155px 0 190px 0;
    margin-bottom: 10.25%;
  }
}
.add-lp .lp__intro::before, .add-lp .lp__intro::after {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.add-lp .lp__intro::before {
  display: none;
}
@media all and (min-width: 1024px) {
  .add-lp .lp__intro::before {
    display: block;
    width: 25vw;
    height: 35vw;
    max-width: 330px;
    max-height: 420px;
    left: -16px;
    top: 30px;
    background-image: url("../../img/lp/intro_bg_l.png");
    background-position: left top;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__intro::before {
    width: 20vw;
    height: 34vw;
  }
}
.add-lp .lp__intro::after {
  display: none;
}
@media all and (min-width: 1024px) {
  .add-lp .lp__intro::after {
    display: block;
    width: 26vw;
    height: 39vw;
    max-width: 380px;
    max-height: 610px;
    right: 0;
    bottom: 20px;
    background-image: url("../../img/lp/intro_bg_r.png");
    background-position: right top;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__intro::after {
    width: 20vw;
    height: 30vw;
  }
}
.add-lp .lp__intro .intro__top {
  border-bottom: 3px dotted #707070;
  margin-bottom: 30px;
}
.add-lp .lp__intro .intro__top .sub-headline {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 1.7rem;
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro .intro__top .sub-headline {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__intro .intro__top .sub-headline {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__intro .intro__top .sub-headline {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.add-lp .lp__intro .intro__top .headline {
  max-width: 420px;
  margin: 0 auto 20px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro .intro__top .headline {
    margin: 0 auto 32px;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__intro .intro__top .headline {
    max-width: 632px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__intro .intro__top .headline {
    max-width: 732px;
  }
}
.add-lp .lp__intro .intro__bottom .l-text {
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro .intro__bottom .l-text {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__intro .intro__bottom .l-text {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__intro .intro__bottom .l-text {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.add-lp .lp__intro .intro__bottom .s-text {
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro .intro__bottom .s-text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro .intro__bottom .s-text .sp {
    display: none;
  }
}
.add-lp .lp__intro .intro__bottom .s-text .except {
  display: none;
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro .intro__bottom .s-text .except {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .add-lp .lp__intro .intro__bottom .s-text .text-block {
    display: block;
  }
}
.add-lp .lp__apeal {
  background-image: url("../../img/lp/wave_center.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  padding: 40px 0;
  margin-bottom: 16.25%;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal {
    padding: 100px 0 120px 0;
  }
}
.add-lp .lp__apeal::before, .add-lp .lp__apeal::after {
  z-index: 10;
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
  height: 3.25%;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal::before, .add-lp .lp__apeal::after {
    height: 16.25%;
  }
}
.add-lp .lp__apeal::before {
  background-image: url("../../img/lp/wave_top.png");
  background-position: bottom;
  top: -3.25%;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal::before {
    top: -16.25%;
  }
}
.add-lp .lp__apeal::after {
  background-image: url("../../img/lp/wave_bottom.png");
  background-position: top;
  bottom: -3.25%;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal::after {
    bottom: -16.25%;
  }
}
.add-lp .lp__apeal .content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal .content {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content {
    max-width: 95%;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content {
    max-width: 90%;
  }
}
.add-lp .lp__apeal .content .text {
  width: 100%;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal .content .text {
    width: 55%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content .text {
    width: 50%;
  }
}
.add-lp .lp__apeal .content .text .title {
  border-bottom: 3px dotted #707070;
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content .text .title {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content .text .title {
    margin-bottom: 50px;
  }
}
.add-lp .lp__apeal .content .text .sub-headline {
  margin-bottom: 12px;
  color: var(--navy);
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content .text .sub-headline {
    margin-bottom: 24px;
  }
}
.add-lp .lp__apeal .content .text .headline {
  margin: 0 auto 20px;
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content .text .headline {
    margin: 0 auto 40px;
  }
}
.add-lp .lp__apeal .content .text .headline img {
  width: auto;
  margin: 0 auto;
}
.add-lp .lp__apeal .content .text .detail {
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal .content .text .detail {
    font-size: 1.6rem;
  }
}
.add-lp .lp__apeal .content .text .detail .mb-m {
  margin-bottom: 1em;
}
.add-lp .lp__apeal .content .img {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal .content .img {
    width: 45%;
    max-width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content .img {
    width: 50%;
  }
}
.add-lp .lp__apeal .content01 {
  margin-right: auto;
  margin-bottom: 80px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal .content01 {
    flex-direction: row-reverse;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content01 {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal .content01 .text {
    padding-left: 20px;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content01 .text {
    padding-left: 40px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content01 .text {
    padding-left: 60px;
  }
}
.add-lp .lp__apeal .content01 .headline {
  max-width: 260px;
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content01 .headline {
    max-width: 280px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content01 .headline {
    max-width: 100%;
  }
}
.add-lp .lp__apeal .content02 {
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .add-lp .lp__apeal .content02 .text {
    padding-right: 20px;
    flex-direction: row;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content02 .text {
    padding-right: 40px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content02 .text {
    padding-right: 60px;
  }
}
.add-lp .lp__apeal .content02 .headline {
  max-width: 340px;
}
@media all and (min-width: 1024px) {
  .add-lp .lp__apeal .content02 .headline {
    max-width: 380px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__apeal .content02 .headline {
    max-width: 100%;
  }
}
.add-lp .lp__banner {
  margin: 100px 0 80px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__banner {
    margin: 160px 0 120px;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__banner {
    margin: 80px 0 120px;
  }
}
.add-lp .lp__slider {
  position: relative;
  margin: 80px 0 100px;
  overflow-x: hidden;
}
@media all and (min-width: 768px) {
  .add-lp .lp__slider {
    margin: 140px 0 100px;
  }
}
.add-lp .lp__slider .swiper {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.add-lp .lp__slider .swiper.swiper-container-initialized {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.add-lp .lp__slider .box {
  position: relative;
  padding: 40px 0 0 0;
}
.add-lp .lp__slider .box .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.add-lp .lp__slider .box .swiper-buttons .swiper-button-next {
  margin-left: 12px;
}
.add-lp .lp__slider .swiper-button-prev,
.add-lp .lp__slider .swiper-button-next {
  background-color: var(--navy);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-top: 0;
  position: relative;
  left: initial;
  right: initial;
}
.add-lp .lp__slider .swiper-button-prev::after,
.add-lp .lp__slider .swiper-button-next::after {
  content: "";
  width: 23px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/lp/allow.svg");
  position: absolute;
  pointer-events: none;
}
.add-lp .lp__slider .swiper-button-next::after {
  transform: scale(-1, 1);
}
.add-lp .lp__hero {
  background-image: url("../../img/lp/hero_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 40px 0;
  margin-bottom: 80px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero {
    margin-bottom: 120px;
  }
}
.add-lp .lp__hero .content {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero .content {
    padding: 60px 70px;
  }
}
.add-lp .lp__hero .hero__top {
  border-bottom: 3px dotted #707070;
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .add-lp .lp__hero .hero__top {
    margin-bottom: 30px;
  }
}
.add-lp .lp__hero .hero__top .sub-headline {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 1.7rem;
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero .hero__top .sub-headline {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__hero .hero__top .sub-headline {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__hero .hero__top .sub-headline {
    font-size: 2.4rem;
  }
}
.add-lp .lp__hero .hero__top .headline {
  margin: 0 auto 20px;
  max-width: 300px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero .hero__top .headline {
    max-width: 400px;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__hero .hero__top .headline {
    max-width: 560px;
    margin: 0 auto 32px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__hero .hero__top .headline {
    max-width: 100%;
  }
}
.add-lp .lp__hero .hero__top .headline img {
  width: auto;
  margin: 0 auto;
}
.add-lp .lp__hero .hero__bottom .m-text {
  font-size: 1.8rem;
  color: var(--blue);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero .hero__bottom .m-text {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .add-lp .lp__hero .hero__bottom .m-text {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1160px) {
  .add-lp .lp__hero .hero__bottom .m-text {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.add-lp .lp__hero .hero__bottom .s-text {
  color: var(--navy);
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero .hero__bottom .s-text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero .hero__bottom .s-text .sp {
    display: none;
  }
}
.add-lp .lp__hero .hero__bottom .s-text .except {
  display: none;
}
@media all and (min-width: 768px) {
  .add-lp .lp__hero .hero__bottom .s-text .except {
    display: block;
  }
}
.add-lp__l-text {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .add-lp__l-text {
    font-size: 3rem;
  }
}
@media all and (min-width: 1160px) {
  .add-lp__l-text {
    font-size: 4rem;
  }
}

/*# sourceMappingURL=lp.css.map */
