@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500&display=swap&subset=japanese");
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

#curves-lp {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 750px) {
  #curves-lp {
    font-size: 16px;
    font-size: 1rem;
  }
}
#curves-lp,
#curves-lp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#curves-lp h1,
#curves-lp h2,
#curves-lp h3,
#curves-lp h4,
#curves-lp h5,
#curves-lp h6 {
  margin: 0;
}
#curves-lp p {
  margin: 0;
}
#curves-lp a {
  text-decoration: none;
}
#curves-lp ul,
#curves-lp ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#curves-lp dl,
#curves-lp dt,
#curves-lp dd {
  margin: 0;
  padding: 0;
}
#curves-lp img {
  display: block;
  height: auto;
  max-width: 100%;
}
#curves-lp .container {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 749px) {
  #curves-lp .container {
    padding: 0 20px;
  }
}
#curves-lp .pc-only {
  display: block;
}
@media screen and (max-width: 749px) {
  #curves-lp .pc-only {
    display: none;
  }
}
#curves-lp .sp-only {
  display: none;
}
@media screen and (max-width: 749px) {
  #curves-lp .sp-only {
    display: block;
  }
}
#curves-lp .fc-red {
  color: #ff0000;
}
#curves-lp .fw-bold {
  font-weight: bold;
}
#curves-lp .display-inb {
  display: inline-block;
}
#curves-lp .header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
#curves-lp .header__phrase {
  margin-top: 20px;
  text-align: center;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width: 749px) {
  #curves-lp .header__phrase {
    font-size: 46px;
    font-size: 6.1333333333vw;
  }
}
#curves-lp .header__ttl {
  margin-top: 20px;
  padding: 20px;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 749px) {
  #curves-lp .header__ttl {
    font-size: 44px;
    font-size: 5.8666666667vw;
  }
}
#curves-lp .video-wrapper {
  margin: 70px auto 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #curves-lp .video-wrapper {
    margin: 40px auto 0;
  }
}
#curves-lp .video-wrapper video {
  max-width: 670px;
  width: 100%;
}
#curves-lp .video-wrapper p {
  text-align: right;
}
#curves-lp .img-wrapper {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #curves-lp .img-wrapper {
    margin: 40px auto 0;
  }
}
#curves-lp .speech-bubble-wrapper--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left {
    margin-top: 40px;
  }
}
#curves-lp .speech-bubble-wrapper--left .left {
  margin-right: 40px;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .left {
    margin-right: 20px;
    max-width: 60px;
    min-width: 60px;
  }
}
#curves-lp .speech-bubble-wrapper--left .left--coach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#curves-lp .speech-bubble-wrapper--left .left--coach p {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .left--coach p {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 575px) {
  #curves-lp .speech-bubble-wrapper--left .left--coach p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
#curves-lp .speech-bubble-wrapper--left .right {
  position: relative;
  padding: 25px;
  background-color: #d0fbfd;
  border-radius: 20px;
}
#curves-lp .speech-bubble-wrapper--left .right::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 60px;
  left: -10%;
  border: 15px solid transparent;
  border-right: 60px solid #d0fbfd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .right::after {
    top: 30px;
    left: -25px;
    border: 8px solid transparent;
    border-right: 30px solid #d0fbfd;
  }
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .right {
    padding: 20px;
  }
}
#curves-lp .speech-bubble-wrapper--left .right p {
  text-align: justify;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .right p {
    text-align: left;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
#curves-lp .speech-bubble-wrapper--left .right p span.comment-emphasis {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .right p span.comment-emphasis {
    font-size: 45px;
    font-size: 6vw;
  }
}
#curves-lp .speech-bubble-wrapper--left .right img {
  display: inline-block;
  margin: -5px 5px;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .right img {
    max-width: 10%;
  }
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--left .right img.exclamation, #curves-lp .speech-bubble-wrapper--left .right img.flame {
    max-width: 7%;
  }
}
#curves-lp .speech-bubble-wrapper--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right {
    margin-top: 40px;
  }
}
#curves-lp .speech-bubble-wrapper--right .left {
  position: relative;
  padding: 25px;
  background-color: #dbfdd0;
  border-radius: 20px;
}
#curves-lp .speech-bubble-wrapper--right .left::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 60px;
  right: -10%;
  border: 15px solid transparent;
  border-right: 60px solid #dbfdd0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right .left::after {
    top: 30px;
    right: -25px;
    border: 8px solid transparent;
    border-right: 30px solid #dbfdd0;
  }
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right .left {
    padding: 20px;
  }
}
#curves-lp .speech-bubble-wrapper--right .left p {
  text-align: justify;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right .left p {
    text-align: left;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
#curves-lp .speech-bubble-wrapper--right .left p span.comment-emphasis {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right .left p span.comment-emphasis {
    font-size: 45px;
    font-size: 6vw;
  }
}
#curves-lp .speech-bubble-wrapper--right .left img {
  display: inline-block;
  margin: -5px 5px;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right .left img {
    max-width: 10%;
  }
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right .left img.exclamation, #curves-lp .speech-bubble-wrapper--right .left img.flame {
    max-width: 7%;
  }
}
#curves-lp .speech-bubble-wrapper--right .right {
  margin-left: 40px;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #curves-lp .speech-bubble-wrapper--right .right {
    margin-left: 20px;
    max-width: 60px;
    min-width: 60px;
  }
}
#curves-lp .cta-wrapper {
  margin-top: 70px;
}
@media screen and (max-width: 749px) {
  #curves-lp .cta-wrapper {
    margin-top: 40px;
  }
}
#curves-lp .cta-wrapper__ttl {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width: 749px) {
  #curves-lp .cta-wrapper__ttl {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
#curves-lp .cta-wrapper__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#curves-lp .cta-wrapper__txt img {
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  #curves-lp .cta-wrapper__txt img {
    margin-right: 20px;
    width: 100px;
  }
}
#curves-lp .cta-wrapper__txt p {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .cta-wrapper__txt p {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
#curves-lp .cta-wrapper__annotation {
  margin-top: 20px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .cta-wrapper__annotation {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
#curves-lp .cta-wrapper__btn {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #curves-lp .cta-wrapper__btn {
    margin-top: 30px;
  }
}
#curves-lp .cta-wrapper__btn a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#curves-lp .cta-wrapper__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 749px) {
  #curves-lp .cta-wrapper__btn a:hover {
    opacity: 1;
  }
}
#curves-lp .cta-wrapper__btn a img {
  -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.6));
  -webkit-animation: anime1 0.5s ease-in-out 0s infinite alternate;
          animation: anime1 0.5s ease-in-out 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#curves-lp .cta-wrapper__deadline {
  margin-top: 40px;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width: 749px) {
  #curves-lp .cta-wrapper__deadline {
    margin-top: 20px;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
#curves-lp .point-wrapper {
  position: relative;
  margin: 100px auto 0;
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 749px) {
  #curves-lp .point-wrapper {
    margin-top: 60px;
  }
}
#curves-lp .point-wrapper__ttl {
  padding: 20px 35px;
  background-color: #ffeb00;
}
@media screen and (max-width: 749px) {
  #curves-lp .point-wrapper__ttl {
    padding: 20px;
  }
}
#curves-lp .point-wrapper__ttl h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 749px) {
  #curves-lp .point-wrapper__ttl h2 {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
#curves-lp .point-wrapper__ttl h2.appeal {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .point-wrapper__ttl h2.appeal {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
#curves-lp .point-wrapper__ttl h2 span.emphasis {
  font-size: 48px;
  font-size: 3rem;
  color: #ff0000;
}
@media screen and (max-width: 749px) {
  #curves-lp .point-wrapper__ttl h2 span.emphasis {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
#curves-lp .point-wrapper__txt {
  margin-top: 50px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .point-wrapper__txt {
    margin-top: 20px;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
#curves-lp .point-wrapper__annotation {
  margin-top: 40px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .point-wrapper__annotation {
    margin-top: 20px;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
#curves-lp .cycle-wrapper {
  margin: 60px 20px 0;
}
@media screen and (max-width: 749px) {
  #curves-lp .cycle-wrapper {
    margin: 40px 20px 0;
  }
}
#curves-lp .cycle-wrapper img {
  margin: 0 auto;
}
#curves-lp .footer {
  margin: 100px auto 20px;
}
@media screen and (max-width: 749px) {
  #curves-lp .footer {
    margin-top: 60px;
  }
}
#curves-lp .footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
#curves-lp .footer__in p {
  margin-top: 20px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 749px) {
  #curves-lp .footer__in p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
#curves-lp .footer__in a {
  margin-top: 10px;
  font-size: 26px;
  font-size: 1.625rem;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#curves-lp .footer__in a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 749px) {
  #curves-lp .footer__in a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 749px) {
  #curves-lp .footer__in a {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}