@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;600;700;800;900&display=swap");
.effect {
  opacity: 0;
}

html {
  overflow-x: hidden;
  z-index: 1;
}

body {
  font-family: "Noto Sans JP", serif;
  overflow-x: hidden;
  width: 100%;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/background.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .background {
    background: url("../img/background_sp.png") center center no-repeat;
    background-size: cover;
    height: 100dvh;
  }
}

html, body {
  scroll-padding-top: 80px;
}

img {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

.header {
  position: relative !important;
  top: auto;
  left: auto;
}

.header.is-fixed {
  position: relative !important;
  top: auto;
  left: auto;
}

:root {
  --vw: 100vw; /* 初期値（JSで上書きされる） */
}

.neru40-wrapper {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
  width: 100%;
  color: #fb6cad;
}
.neru40-wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper .pc {
    display: none;
  }
  .neru40-wrapper .sp {
    display: block;
  }
}
.neru40-wrapper main {
  position: relative;
  display: block;
}
.neru40-wrapper main section.sec-main {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.neru40-wrapper main section.sec-main .kv-box {
  position: relative;
}
.neru40-wrapper main section.sec-main .kv-box .image {
  width: 100%;
}
.neru40-wrapper main section.sec-main .kv-box .image img {
  width: 100%;
  height: auto;
}
.neru40-wrapper main section.sec-contents {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 135px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents {
    padding: 16vw 0 32vw;
  }
}
.neru40-wrapper main section.sec-contents .date {
  width: 836px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents .date {
    width: 89.3333333333vw;
    margin: 0 auto 16vw;
  }
}
.neru40-wrapper main section.sec-contents .date img {
  width: 100%;
  height: auto;
}
.neru40-wrapper main section.sec-contents .ttl-box {
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents .ttl-box {
    padding-bottom: 13.3333333333vw;
  }
}
.neru40-wrapper main section.sec-contents .ttl-box h3 {
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents .ttl-box h3 {
    width: 48vw;
  }
}
.neru40-wrapper main section.sec-contents .ttl-box .image-lead {
  position: relative;
  width: 628px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents .ttl-box .image-lead {
    width: 100vw;
  }
}
.neru40-wrapper main section.sec-contents .ttl-box .image-lead .majo {
  position: absolute;
  bottom: -50px;
  left: -180px;
  width: 241px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents .ttl-box .image-lead .majo {
    position: relative;
    top: auto;
    left: -2.1333333333vw;
    bottom: auto;
    width: 52.5333333333vw;
    margin: 2.1333333333vw auto 0;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box {
    width: 94.6666666667vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li {
  background: #ffce52;
  border-radius: 40px;
  width: 100%;
  border: 4px solid #ff63a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li {
    border: 2px solid #ff63a6;
    border-radius: 5.3333333333vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li.products .ttl-box {
  background: #ffe5f2;
  background-image: none;
  padding: 18px 0 18px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li.products .ttl-box {
    padding: 2.9333333333vw 0 3.4666666667vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li.products .ttl-box h5 {
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li.products .ttl-box h5 {
    font-size: 6.9333333333vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li.products .content {
  padding: 40px 50px 50px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li.products .content {
    padding: 6.4vw 5.8666666667vw 11.7333333333vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li.products .content .lead {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li.products .content .lead {
    font-size: 4.2666666667vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li.products .content .image {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li.products .content .image {
    margin: 6.4vw auto 0;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li:nth-child(n+2) {
  margin-top: 132px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li:nth-child(n+2) {
    margin-top: 20vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .ttl-box {
  position: relative;
  width: 100%;
  background: url("../img/bg_title.png") center center no-repeat;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .ttl-box {
    background: url("../img/bg_title_sp.png") center center no-repeat;
    background-size: cover;
    padding: 3.7333333333vw 0 3.4666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .ttl-box h4 {
  position: relative;
  top: -62px;
  width: 573px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .ttl-box h4 {
    top: -12.8vw;
    width: 92vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .ttl-box h5 {
  width: 540px;
  margin: -68px auto 0;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .ttl-box h5 {
    width: 82.6666666667vw;
    margin: -12.8vw auto 0;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .ttl-box .price {
  width: 594px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .ttl-box .price {
    width: 59.7333333333vw;
    margin: 5.8666666667vw 0 0 3.7333333333vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .ttl-box .label {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 134px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .ttl-box .label {
    top: auto;
    bottom: -5.6vw;
    right: 1.6vw;
    width: 26.6666666667vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .ttl-box .label img {
  width: 100%;
  height: auto;
}
.neru40-wrapper main section.sec-contents ul.present-box li .content {
  background: #fff;
  border-radius: 0 0 36px 36px;
  padding: 50px 50px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content {
    padding: 8.5333333333vw 6.4vw 8vw;
    border-radius: 0 0 4.8vw 4.8vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .logo-asoview {
  width: 414px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content .logo-asoview {
    width: 71.2vw;
    margin: 0 auto 6.4vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .image-present {
  width: 100%;
  margin: 0 auto;
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .image-present.round {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content .image-present.round {
    border-radius: 2.6666666667vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .image-present img {
  width: 100%;
  height: auto;
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .image-present .note {
  margin: 8px 0 0 auto;
  text-align: right;
  font-size: 12px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content .image-present .note {
    font-size: 2.6666666667vw;
    margin: 1.0666666667vw 0 0 auto;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .text {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content .text {
    margin: 5.3333333333vw auto 0;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .text h6 {
  display: inline-block;
  padding: 8px 20px 7px;
  border-radius: 50px;
  border: 2px solid #ff63a6;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content .text h6 {
    font-size: 3.7333333333vw;
    border: 1px solid #ff63a6;
    padding: 1.3333333333vw 3.2vw 1.2vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .text h6.margin {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content .text h6.margin {
    margin-top: 3.7333333333vw;
  }
}
.neru40-wrapper main section.sec-contents ul.present-box li .content .text .p-box {
  margin-top: 16px;
  font-size: 24px;
  letter-spacing: -0.05em;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-contents ul.present-box li .content .text .p-box {
    margin-top: 2.1333333333vw;
    font-size: 4.1333333333vw;
    letter-spacing: -0.08em;
  }
}
.neru40-wrapper main section.sec-howto {
  position: relative;
  width: 100%;
  background: url("../img/bg_howto.png") center center no-repeat;
  background-size: cover;
  padding: 120px 0 135px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto {
    padding: 26.6666666667vw 0 21.3333333333vw;
    background: url("../img/bg_howto_sp.png") center center no-repeat;
    background-size: cover;
  }
}
.neru40-wrapper main section.sec-howto .container {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container {
    width: 94.6666666667vw;
  }
}
.neru40-wrapper main section.sec-howto .container h3 {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container h3 {
    width: 94.6666666667vw;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box {
    display: block;
    margin: 9.6vw auto 0;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  width: calc(33.333% - 13px);
  border-radius: 10px;
  padding: 32px 28px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box li {
    width: 69.3333333333vw;
    border-radius: 2.6666666667vw;
    margin: 0 auto 0;
    padding: 7.7333333333vw 6.4vw 7.4666666667vw;
  }
  .neru40-wrapper main section.sec-howto .container ul.step-box li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li.majo {
  position: absolute;
  bottom: -170px;
  right: -120px;
  background: none;
  width: 297px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
.neru40-wrapper main section.sec-howto .container ul.step-box li.majo img {
  width: 100%;
  height: auto;
}
.neru40-wrapper main section.sec-howto .container ul.step-box li:nth-child(n+3):after {
  display: none;
}
.neru40-wrapper main section.sec-howto .container ul.step-box li:after {
  position: absolute;
  top: calc(50% - 12px);
  right: -12px;
  content: "";
  background: url("../img/icon_step.png") top left no-repeat;
  width: 12px;
  height: 25px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box li:after {
    top: auto;
    bottom: -3.4666666667vw;
    right: auto;
    left: calc(50% - 3.6vw);
    background: url("../img/icon_step_sp.png") top center no-repeat;
    width: 7.2vw;
    height: 3.4666666667vw;
    background-size: contain;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li .num {
  width: 42px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box li .num {
    width: 10.6666666667vw;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li h3 {
  margin: 18px auto 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box li h3 {
    margin: 3.7333333333vw auto 0;
    font-size: 4.8vw;
    line-height: 1.4;
    height: auto;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li h3.small {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box li h3.small {
    font-size: 4vw;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li .illust {
  width: 104px;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box li .illust {
    width: 25.3333333333vw;
    margin: 2.1333333333vw auto 0;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li .text {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.step-box li .text {
    margin: 3.2vw auto 0;
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }
}
.neru40-wrapper main section.sec-howto .container ul.step-box li .text.center {
  text-align: center;
}
.neru40-wrapper main section.sec-howto .container ul.note-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.note-box {
    margin-top: 20px;
  }
}
.neru40-wrapper main section.sec-howto .container ul.note-box li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container ul.note-box li {
    font-size: 11px;
    letter-spacing: -0.02em;
  }
}
.neru40-wrapper main section.sec-howto .container .btn-modal {
  position: relative;
  width: 360px;
  margin: 8px auto 0;
  background: #ff63a6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 12px 0 11px;
  cursor: pointer;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .btn-modal {
    margin: 10.6666666667vw auto 0;
    width: 86.4vw;
    padding: 2.6666666667vw 0 2.8vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .neru40-wrapper main section.sec-howto .container .btn-modal {
    -webkit-transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
    transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
  }
  .neru40-wrapper main section.sec-howto .container .btn-modal:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.neru40-wrapper main section.sec-howto .container .btn-modal:before {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  background: url("../img/icon_popup.png") center center no-repeat;
  width: 11px;
  height: 10px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .btn-modal:before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
    right: 4.2666666667vw;
  }
}
.neru40-wrapper main section.sec-howto .container .note {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .note {
    margin-top: 5.3333333333vw;
    font-size: 3.6vw;
    line-height: 1.5;
  }
}
.neru40-wrapper main section.sec-howto .container .note small {
  margin: 5px 0 0;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .note small {
    margin-top: 2.1333333333vw;
    font-size: 3.0666666667vw;
    line-height: 1.6;
  }
}
.neru40-wrapper main section.sec-howto .container .btn-form {
  margin: 48px auto 0;
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .btn-form {
    margin: 9.6vw auto 0;
  }
}
.neru40-wrapper main section.sec-howto .container .btn-form a {
  display: block;
  position: relative;
  width: 100%;
  background: #ffff00;
  -webkit-box-shadow: 0 5px 5px 0 rgba(213, 34, 117, 0.25);
          box-shadow: 0 5px 5px 0 rgba(213, 34, 117, 0.25);
  border-radius: 100px;
  text-align: center;
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .btn-form a {
    padding: 4.9333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .neru40-wrapper main section.sec-howto .container .btn-form a {
    -webkit-transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
    transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
  }
  .neru40-wrapper main section.sec-howto .container .btn-form a:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.neru40-wrapper main section.sec-howto .container .btn-form a:before {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  right: 42px;
  background: url("../img/icon_arrow_link.png") center center no-repeat;
  width: 26px;
  height: 15px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .btn-form a:before {
    top: calc(50% - 1.7333333333vw);
    right: 4.8vw;
    width: 5.3333333333vw;
    height: 2.9333333333vw;
  }
}
.neru40-wrapper main section.sec-howto .container .btn-form img {
  width: 351px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .btn-form img {
    width: 67.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .majo {
    margin: 11.2vw auto 0;
    width: 69.3333333333vw;
  }
  .neru40-wrapper main section.sec-howto .container .majo img {
    width: 100%;
    height: auto;
  }
}
.neru40-wrapper main section.sec-howto .container .kiyaku-box {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 64px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  padding: 24px 16px 16px 28px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .kiyaku-box {
    margin: 8.5333333333vw auto 0;
    width: 100%;
    height: 64vw;
    padding: 0;
  }
}
.neru40-wrapper main section.sec-howto .container .kiyaku-box .kiyaku-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .kiyaku-box .kiyaku-wrap {
    padding: 4.2666666667vw 4.8vw 4.2666666667vw;
  }
}
.neru40-wrapper main section.sec-howto .container .kiyaku-box .kiyaku-wrap h3 {
  width: 100%;
  border: 1px solid #ff63a6;
  text-align: center;
  border-radius: 50px;
  font-size: 19px;
  line-height: 1;
  padding: 10px 0 9px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .kiyaku-box .kiyaku-wrap h3 {
    font-size: 4vw;
    width: 100%;
    margin: 0 auto;
    padding: 2.6666666667vw 0 2.4vw;
    line-height: 1.1;
    letter-spacing: -0.03em;
  }
}
.neru40-wrapper main section.sec-howto .container .kiyaku-box .kiyaku-wrap .p-box {
  position: relative;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-howto .container .kiyaku-box .kiyaku-wrap .p-box {
    margin: 2.9333333333vw 0 0;
    font-size: 2.9333333333vw;
    letter-spacing: -0.03em;
  }
}
.neru40-wrapper main section.sec-howto .container .kiyaku-box .kiyaku-wrap .p-box a {
  text-decoration: underline;
}
.neru40-wrapper main section.sec-footer {
  position: relative;
  width: 100%;
  background: #ffeaf3;
  padding: 75px 0 72px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer {
    padding: 16vw 0 16vw;
  }
}
.neru40-wrapper main section.sec-footer .container {
  width: 880px;
  margin: 0 auto;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer .container {
    width: 89.3333333333vw;
  }
}
.neru40-wrapper main section.sec-footer .container h3 {
  width: 100%;
  border: 1px solid #ff63a6;
  text-align: center;
  border-radius: 50px;
  font-size: 19px;
  line-height: 1;
  padding: 10px 0 9px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer .container h3 {
    font-size: 4vw;
    width: 80vw;
    margin: 0 auto;
    padding: 2.6666666667vw 0 2.4vw;
  }
}
.neru40-wrapper main section.sec-footer .container h4 {
  margin-top: 28px;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer .container h4 {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.neru40-wrapper main section.sec-footer .container .p-box {
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer .container .p-box {
    font-size: 3.2vw;
    margin-top: 3.7333333333vw;
  }
}
.neru40-wrapper main section.sec-footer .container .note-box {
  margin-top: 26px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer .container .note-box {
    font-size: 2.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.neru40-wrapper main section.sec-footer .container .note-box li {
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer .container .note-box li {
    padding-left: 2.6666666667vw;
  }
}
.neru40-wrapper main section.sec-footer .container .note-box li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.neru40-wrapper main section.sec-footer .container .note-box li:nth-child(n+2) {
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .neru40-wrapper main section.sec-footer .container .note-box li:nth-child(n+2) {
    margin-top: 0.1333333333vw;
  }
}

.brandSiteFooter {
  position: relative;
  border-top: none;
  max-height: 999999px;
}

.pagetop-40th {
  position: fixed;
  bottom: -28px;
  left: 32px;
  width: 107px;
  z-index: 97;
  cursor: pointer;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: none;
}
.pagetop-40th.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .pagetop-40th {
    width: calc(0.2133333333 * var(--vw));
    right: calc(0.0266666667 * var(--vw));
    bottom: calc(-0.048 * var(--vw));
    -webkit-transform: translateY(calc(0.3333333333 * var(--vw)));
            transform: translateY(calc(0.3333333333 * var(--vw)));
  }
}
@media screen and (min-width: 769px) {
  .pagetop-40th .inner {
    -webkit-transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
    transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
  }
  .pagetop-40th .inner:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.fixed-banner {
  position: fixed;
  bottom: 6px;
  right: 10px;
  z-index: 97;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
  .fixed-banner {
    right: calc(0.0106666667 * var(--vw));
    bottom: calc(0.0066666667 * var(--vw));
  }
}
.fixed-banner .inner {
  position: relative;
  width: 134px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fixed-banner .inner {
    width: calc(0.2666666667 * var(--vw));
  }
}
@media screen and (min-width: 769px) {
  .fixed-banner .inner {
    -webkit-transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
    transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
  }
  .fixed-banner .inner:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  z-index: 99999;
  padding: 60px 0 60px;
  display: none;
}
#modal .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #modal .pc {
    display: none;
  }
  #modal .sp {
    display: block;
  }
}
#modal .cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 99, 166, 0.5);
  cursor: pointer;
  z-index: -1;
  opacity: 0;
}
#modal .container {
  position: relative;
  width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 48px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #modal .container {
    width: calc(0.9466666667 * var(--vw));
    padding: calc(0.16 * var(--vw)) calc(0.048 * var(--vw)) calc(0.16 * var(--vw));
  }
}
#modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  width: 55px;
}
@media screen and (min-width: 769px) {
  #modal .btn-close {
    -webkit-transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
    transition: all 0.25s cubic-bezier(0.34, 2.5, 0.67, 1);
  }
  #modal .btn-close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  #modal .btn-close {
    width: 36px;
    top: 10px;
    right: 10px;
  }
}
#modal .btn-close img {
  width: 100%;
  height: auto;
}
#modal .btn-close.hide {
  opacity: 0;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}/*# sourceMappingURL=style.css.map */