/*
  /rakurakucloud/mailmarketing/asset/css/page/p-scene-newcustomers-fv.css
  scene/newcustomersページFV＋次セクション用CSS
*/

.p-scene-newcustomers-fv {
  overflow: hidden;
  padding: 108px 0;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 1024px) {
    height: 550px;
    padding: 30px 30px 0;
  }
  @media screen and (max-width: 600px) {
    height: 470px;
  }
}
.p-scene-newcustomers-fv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  width: 1200px;
  gap: 40px;
  @media screen and (max-width: 1280px) {
    width: 100%;
    padding: 0 60px;
  }
  @media screen and (max-width: 1024px) {
    display: block;
    padding: 0;
  }
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -344px;
    right: -276px;
    width: 612px;
    height: 682px;
    background-image: url(/rakurakucloud/mailmarketing/asset/image/common/component/fv-back-component.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    @media screen and (max-width: 1280px) {
      right: -194px;
      transform: rotate(-93deg);
    }
    @media screen and (max-width: 1024px) {
      right: -37px;
      bottom: -496px;
      width: 350px;
      height: 500px;
      transform: rotate(-7deg);
    }
    @media screen and (max-width: 600px) {
      transform: rotate(-36deg);
      bottom: -420px;
      right: -125px;
      width: 320px;
      height: 448px;
    }
  }
  &::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -196px;
    left: -346px;
    width: 312px;
    height: 382px;
    background-image: url(/rakurakucloud/mailmarketing/asset/image/common/component/fv-back-component-sub.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    @media screen and (max-width: 1024px) {
      display: none;
    }
  }
}
.p-scene-newcustomers-fv__title {
  @media screen and (max-width: 1024px) {
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.p-scene-newcustomers-fv__image-wrap {
  position: absolute;
  right: 82px;
  top: -79px;
  width: 512px;
  z-index: 20;
  @media screen and (max-width: 1280px) {
    right: 0;
  }
  @media screen and (max-width: 1024px) {
    width: 100%;
    top: 200px;
    right: 0;
    text-align: center;
  }
  @media screen and (max-width: 600px) {
    top: 157px;
  }
}
.p-scene-newcustomers-fv__image {
  @media screen and (max-width: 1024px) {
    width: 440px;
    height: 474px;
  }
  @media screen and (max-width: 840px) {
    width: 310px;
    height: 334px;
  }
}
.p-scene-newcustomers-fv-h1 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  @media screen and (max-width: 1024px) {
    font-size: 28px;
  }
  @media screen and (max-width: 600px) {
    font-size: 20px;
  }
}
.p-scene-newcustomers-fv-h1__large {
  font-size: 46px;
  line-height: 130%;
  @media screen and (max-width: 1024px) {
    font-size: 38px;
  }
  @media screen and (max-width: 600px) {
    font-size: 26px;
  }
}
.p-scene-newcustomers-fv-h1__strong {
  font-size: 56px;
  line-height: 130%;
  @media screen and (max-width: 1024px) {
    font-size: 45px;
  }
  @media screen and (max-width: 600px) {
    font-size: 35px;
  }
}
.p-scene-newcustomers-fv-h1__catch {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  @media screen and (max-width: 1280px) {
    font-size: 20px;
  }
  @media screen and (max-width: 600px) {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-scene-newcustomers-fv__logp-wrap {
  width: 340px;
  height: auto;
  padding: 20px 0;
  @media screen and (max-width: 840px) {
    width: 300px;
    padding: 20px;
    margin: 0 auto;
  }
}
.p-scene-newcustomers-fv-cta {
  top: 0;
  display: flex;
  justify-content: space-around;
  margin: -40px auto -42px;
  position: relative;
  width: 940px;
  z-index: 30;
  @media screen and (max-width: 1024px) {
    width: 97%;
    margin: -40px auto -42px;
  }
  @media screen and (max-width: 840px) {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    top: 0;
  }
}
.l-common-section.p-scene-newcustomers-assignment {
  padding: 100px 0 70px;
}
