@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  color: #310E45;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

ol {
  list-style: none;
  counter-reset: listnum; /* カウンターをリセット */
}

a {
  text-decoration: none;
  cursor: pointer;
}

.only-sp {
  display: none;
}

.common_contents {
  position: relative;
  overflow: hidden;
}
.common_textlink {
  display: block;
  color: #F72699;
  padding: 9px 18px;
  font-weight: 500;
  font-size: 12.44px;
  line-height: 17.78px;
  letter-spacing: 0;
  text-align: center;
}
.common_textlink:hover {
  text-decoration: underline;
}
.common_btn {
  padding: 1em 3em;
  border-radius: 1.5em;
  color: #FFF;
  background: linear-gradient(90deg, #F72699 0%, #FF6A37 100%);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_btn.-arrow {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  position: relative;
}
.common_btn.-arrow:hover::after {
  transform: translateX(4px);
}
.common_btn.-arrow::after {
  content: "";
  width: 20px;
  height: 14.8px;
  transition: transform 0.3s;
  background: url("../img/icon_arrow.svg") no-repeat center/contain;
  position: absolute;
  right: 22px;
}
.common_grad-insta {
  background: linear-gradient(90deg, #FF4000 0%, #7923AB 46.27%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common_grad-orange {
  color: #FF5100;
}
.common_title {
  color: #47047D;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 42.6px;
}
.common_title::before {
  display: block;
  margin-bottom: 16px;
  content: attr(data-eng);
  font-weight: 800;
  font-size: 76px;
  line-height: 65.78px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common_title.-rainbow::before {
  background-image: linear-gradient(90deg, rgba(247, 38, 153, 0.3) 0%, rgba(105, 255, 55, 0.3) 100%);
}
.common_decorate {
  position: relative;
}
.common_decorate::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/decorate_rocket.png") no-repeat center/contain;
}
.common_decorate.-rocket::before {
  width: 228px;
  height: 228px;
  left: -23px;
  top: -128px;
  background-image: url("../img/decorate_rocket.png");
}
.common_decorate.-earth::before {
  width: 247px;
  height: 247px;
  right: -47px;
  top: -150px;
  background-image: url("../img/decorate_earth.png");
}
.common_decorate.-sun::before {
  width: 217px;
  height: 217px;
  left: -39px;
  top: -151px;
  background-image: url("../img/decorate_sun.png");
}
.common_decorate.-rainbow::before {
  width: 186px;
  height: 186px;
  right: 23px;
  top: -130px;
  background-image: url("../img/decorate_rainbow.png");
}
.common_decorate.-party::before {
  width: 219px;
  height: 219px;
  left: 46px;
  top: -151px;
  background-image: url("../img/decorate_party.png");
}
.common_anim-slide-up {
  opacity: 0;
  transform: translateY(60px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-delay: 0.1s;
}
.common_anim-slide-up.-delay-000 {
  transition-delay: 0s;
}
.common_anim-slide-up.-delay-100 {
  transition-delay: 0.1s;
}
.common_anim-slide-up.-delay-200 {
  transition-delay: 0.2s;
}
.common_anim-slide-up.-delay-300 {
  transition-delay: 0.3s;
}
.common_anim-slide-up.-delay-400 {
  transition-delay: 0.4s;
}
.common_anim-slide-up.-delay-500 {
  transition-delay: 0.5s;
}
.common_anim-slide-up.-delay-600 {
  transition-delay: 0.6s;
}
.common_anim-slide-up.-delay-800 {
  transition-delay: 0.8s;
}
.common_anim-slide-up.common_title::before {
  opacity: 0;
  transform: translateY(60px);
  transition-delay: 0.1s;
}
.common_anim-slide-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.common_anim-slide-up.is-show.common_title::before {
  opacity: 1;
  transform: translateY(0);
}
.common_anim-slide-up.is-show.common_section-title::after {
  opacity: 0.2;
}
.common_balloon {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background: #4FFF4C;
  width: 277px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  border-radius: 5px;
}
.common_balloon::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #4FFF4C;
  border-bottom: 12px solid transparent;
}
.common_balloon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 68px;
}

.header {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 50px 6px;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  top: 0;
}
.header_logo {
  position: relative;
  z-index: 2;
  width: 182px;
}
.header_logo img {
  display: block;
  width: 100%;
}
.header_nav {
  position: relative;
  z-index: 2;
}
.header_nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}
.header_nav-list .common_btn {
  padding: 0 28.4px;
  height: 39px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}
.header.-floating::before {
  opacity: 1;
}

.mainvisual {
  position: relative;
  background: #F5F7FA;
  padding-top: 82px;
}
.mainvisual_wrapper {
  height: calc(100vh - 82px);
  max-height: 700px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 42px;
}
.mainvisual_container {
  height: 100%;
  min-width: 357px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainvisual_img {
  max-width: 583px;
  width: 45%;
}
.mainvisual_img img {
  display: block;
  width: 100%;
}
.mainvisual_title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
.mainvisual_text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
.mainvisual_cta {
  margin-top: 61px;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.mainvisual_cta .common_btn {
  width: 240px;
}
.mainvisual_balloon {
  width: 246px;
  height: 30px;
  top: -37px;
  font-size: 14px;
}

.problem {
  padding: 72px 0 0 0;
}
.problem_title {
  line-height: 1.5;
}
.problem_list {
  min-width: 400px;
  padding-bottom: 48px;
}
.problem_list-item {
  max-width: 350px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.problem_list-item:nth-of-type(odd) {
  margin-left: 0;
  margin-right: auto;
}
.problem_list-item:nth-of-type(3) {
  margin-left: 24px;
}
.problem_list-item + .problem_list-item {
  margin-top: 30px;
}
.problem_list-item::before {
  z-index: 1;
  content: "";
  width: 110%;
  height: 90px;
  background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
  position: absolute;
  bottom: -5px;
  left: -5px;
  filter: blur(30px);
  transform: translateZ(0);
  border-radius: 35px;
}
.problem_list-item .-comment {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  padding: 21px 28px;
  background: #FFFFFF;
  box-shadow: 0px 0px 17.8px 0px rgba(59, 45, 255, 0.1019607843) inset;
  border-radius: 23px;
}
.problem_list-item .-comment span {
  font-weight: 500;
  font-size: 17.8px;
  line-height: 30px;
}
.problem_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 62px;
  gap: 60px;
}
.problem_img {
  width: 228px;
}
.problem_img img {
  display: block;
  width: 100%;
}

.merit {
  padding: 72px 0 120px 0;
  background: #F4F3FF;
}
.merit_decorate {
  min-width: 177px;
  margin-left: 32px;
  margin-top: 4px;
}
.merit_decorate img {
  width: 100%;
}
.merit_list {
  margin-top: 64px;
}
.merit_list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 24px;
  background: #FFF;
  max-width: 1000px;
  margin: 0 auto;
}
.merit_list-item + .merit_list-item {
  margin-top: 36px;
}
.merit_list-item.num-2 .merit_list-wrapper {
  margin-left: 62px;
  padding-right: 24px;
}
.merit_list-item.num-2 .merit_decorate {
  margin-top: 0;
  min-width: 212px;
  width: 212px;
  height: auto;
  margin-left: 0;
  position: relative;
  top: auto;
  left: auto;
  bottom: 32px;
  right: 12px;
}
.merit_list-wrapper {
  position: relative;
  padding: 62px 64px 36px 0;
  margin-left: 24px;
}
.merit_list-wrapper::before {
  position: absolute;
  top: -21px;
  left: -4px;
  display: block;
  content: attr(data-num);
  font-weight: 700;
  font-size: 76px;
  line-height: 65.78px;
  letter-spacing: 0;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.merit_list-wrapper .-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.44px;
  letter-spacing: 0;
  color: #47047D;
}
.merit_list-wrapper .-point {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30.6px;
  letter-spacing: 0;
  color: #4D4D4D;
}
.merit_list-wrapper .-point span {
  font-weight: 600;
  color: #47047D;
}

.function {
  padding: 70px 0 100px 0;
  background: #FFF;
}
.function_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 22px;
  margin-top: 26px;
  position: relative;
  z-index: 3;
}
.function_list.-option {
  justify-content: flex-start;
}
.function_list-item {
  border-radius: 14px;
  max-width: 280px;
  box-shadow: 0px 0px 20px rgba(247, 38, 153, 0.1);
  padding: 36px 32px;
}
.function_list-item .-title {
  color: #47047D;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-top: 24px;
  text-align: center;
}
.function_list-item .-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24.89px;
  color: #4D4D4D;
  margin-top: 8px;
}
.function_list-item .-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.function_list-item .-icon img {
  width: 100%;
}
.function_list-item.col-1 {
  min-width: 100%;
  padding: 39px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.function_list-item.col-1 .-icon {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  margin-right: 32px;
}
.function_list-item.col-1 .-text {
  margin-top: 0;
}
.function_list-item.col-1 .-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 42.67px;
  text-align: left;
}
.function_list-item.col-1 .-desc {
  margin-top: 3px;
}
.function_list-wrapper {
  max-width: 884px;
  margin: 46px auto 0;
}
.function_list-title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 42.67px;
  letter-spacing: 0;
  text-align: center;
  color: #47047D;
}
.function_list-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 38px;
  background: #FFF;
}
.function_list-title::before {
  content: "";
  width: 100%;
  height: 0.9px;
  background: #47047D;
  position: absolute;
  z-index: 1;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
}

.signup {
  background: linear-gradient(90deg, #4D1487 0%, #3B1DC0 100%);
  padding: 65px 128px;
}
.signup_title {
  color: #FFF;
  font-weight: 700;
  font-size: 38px;
  line-height: 57px;
  letter-spacing: 0;
  text-align: center;
}
.signup_title .-small {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
}
.signup_title .-small::before, .signup_title .-small::after {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  background: currentColor;
  transform: rotate(30deg);
}
.signup_title .-small::before {
  transform: rotate(-30deg);
}
.signup_note {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
}
.signup_cta .common_btn {
  width: 240px;
}

.optimization {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0 0;
}
.optimization_list {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.optimization_list-item {
  position: absolute;
  max-width: 350px;
  width: -moz-fit-content;
  width: fit-content;
}
.optimization_list-item.-human {
  position: static;
  width: 364px;
  max-width: none;
  margin: 62px auto 0;
  box-shadow: none;
}
.optimization_list-item.-human::before, .optimization_list-item.-human::after {
  display: none;
}
.optimization_list-item.-human img {
  display: block;
  width: 100%;
}
.optimization_list-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background: url("../img/decorate_sparkles.png") no-repeat center/contain;
  width: 65px;
  height: 65px;
}
.optimization_list-item.num-1 {
  top: 33px;
  left: -276px;
}
.optimization_list-item.num-1::after {
  top: -23px;
  left: -17px;
}
.optimization_list-item.num-2 {
  bottom: 100px;
  left: -329px;
}
.optimization_list-item.num-2::after {
  width: 74px;
  height: 74px;
  top: -15px;
  left: -13px;
  background-image: url("../img/decorate_rocket-mini.png");
}
.optimization_list-item.num-3 {
  top: 33px;
  right: -283px;
}
.optimization_list-item.num-3::after {
  width: 63px;
  height: 63px;
  top: 12px;
  right: -29px;
  background-image: url("../img/decorate_fire.png");
}
.optimization_list-item.num-4 {
  bottom: 100px;
  right: -340px;
}
.optimization_list-item.num-4::after {
  width: 58px;
  height: 58px;
  bottom: -21px;
  left: 6px;
  background-image: url("../img/decorate_speaker.png");
  transform: rotate(-15deg);
}
.optimization_list-item + .problem_list-item {
  margin-top: 30px;
}
.optimization_list-item::before {
  z-index: 1;
  content: "";
  width: 110%;
  height: 90px;
  background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
  position: absolute;
  bottom: -5px;
  left: -5px;
  filter: blur(30px);
  transform: translateZ(0);
  border-radius: 35px;
}
.optimization_list-item .-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 311px;
  height: 150px;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  padding: 0px 8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 17.8px 0px rgba(59, 45, 255, 0.1019607843) inset;
  border-radius: 23px;
}
.optimization_list-item .-comment span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 14px;
}

.flow {
  background: #F4F3FF;
  padding: 70px 0 130px;
}
.flow_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 64px;
}
.flow_list-wrapper {
  width: 222px;
  height: 213px;
  background: #FFF;
  position: relative;
  z-index: 2;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 62px 21px;
}
.flow_list-wrapper::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #4D1488;
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
  margin: auto;
}
.flow_list-wrapper::after {
  z-index: 2;
  display: block;
  margin: 0 auto;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: "0" counter(listnum); /* カウントした数に応じて番号を表示 */
  background: linear-gradient(90deg, #FFDEF0 0%, #E7E6FF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFF;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #4D1488;
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 54px;
  letter-spacing: 0.1em;
  text-align: center;
}
.flow_list-item {
  position: relative;
}
.flow_list-item::before {
  z-index: 1;
  content: "";
  width: 110%;
  height: 210px;
  background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
  position: absolute;
  bottom: -10px;
  left: -7px;
  filter: blur(30px);
  transform: translateZ(0);
  border-radius: 35px;
}
.flow_list-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid #47047D;
  border-right: 10px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.flow_list-item:last-of-type::after {
  display: none;
}
.flow_list-item .-title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: #47047D;
}
.flow_list-item .-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #4D4D4D;
  margin-top: 14px;
}

.price {
  background: linear-gradient(90deg, #4D1487 0%, #3B1DC0 100%);
  padding: 65px 128px;
}
.price_title {
  color: #FFF;
  font-weight: 700;
  font-size: 52px;
  line-height: 78px;
  letter-spacing: 0;
  text-align: center;
}
.price_title .-small {
  display: block;
  font-size: 40px;
  line-height: 60px;
}
.price_title .-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-top: 14px;
}
.price_title .-text {
  display: block;
  position: relative;
  top: -2px;
  line-height: 1;
}
.price_title .-num {
  display: block;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 108px;
  line-height: 102px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 8px 0 12px;
}
.price_note {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
}
.price_cta.-arrow {
  width: 220px;
  margin: 28px auto 0;
  font-size: 16px;
}
.price_cta.-arrow::after {
  width: 12.85px;
  height: 9.5px;
  right: 24px;
}

.usage {
  padding: 71px 0 115px;
  background: #F4F3FF;
}
.usage_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 64px;
  gap: 70px;
}
.usage_list-wrapper {
  width: 100%;
  height: 100%;
  padding: 40px 0 0;
}
.usage_list-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  background: #FFF;
  border-radius: 14px;
}
.usage_list-item {
  background: #FFF;
  width: 280px;
  min-height: 366px;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.usage_list-item .-icon {
  position: relative;
  z-index: 2;
  width: 110px;
  margin: 14px auto 0;
}
.usage_list-item .-icon img {
  display: block;
  width: 100%;
}
.usage_list-item .-title {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 65.78px;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(90deg, #F72699 0%, #4437FF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.usage_list-item .-text {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
}
.usage_list-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: -72px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-left: 26px solid #47047D;
  border-right: 26px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.usage_list-item:last-of-type::after {
  display: none;
}
.usage_list-item::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
  border-radius: 14px;
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(30px);
  transform: translateZ(0);
}

.faq {
  padding: 71px 0;
  background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
}
.faq_title::before {
  line-height: 1;
  margin-bottom: 8px;
}
.faq_list {
  max-width: 888px;
  margin: 48px auto 0;
}
.faq_list-item {
  position: relative;
  background: #FFF;
  border-radius: 14px;
  padding: 24px 32px 24px 79px;
}
.faq_list-item::before {
  content: "Q";
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 26.67px;
  line-height: 28.44px;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 32px;
}
.faq_list-item + .faq_list-item {
  margin-top: 22px;
}
.faq_list-item .-question {
  color: #310E45;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28.44px;
  letter-spacing: 0;
}
.faq_list-item .-answer {
  color: #828282;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  margin-top: 10px;
}
.faq_list-item .-note {
  display: block;
  color: #4D4D4D;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23.11px;
  letter-spacing: 0;
  margin-top: 7px;
}

.footer {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 84px 30px;
  background: #0B0034;
}
.footer_logo {
  width: 190px;
}
.footer_logo img {
  width: 100%;
}
.footer_copyright {
  color: #FFF;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 28.44px;
  letter-spacing: 0;
}
.footer_nav {
  ul {
    display: flex;
    gap: 20px;

    li {
      a {
        color: #FFF; // リンクの文字色を白色に設定
      font-size: 14px;
        text-decoration: none;

        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .common_contents {
    position: relative;
    overflow: hidden;
  }
  .common_textlink {
    color: #F72699;
    padding: 7px;
    font-size: 12px;
    line-height: 1;
  }
  .common_btn {
    padding: 1em 3em;
    border-radius: 1.5em;
    font-size: 12px;
    line-height: 1;
  }
  .common_btn.-arrow {
    font-size: 16px;
  }
  .common_btn.-arrow:hover::after {
    transform: translateX(4px);
  }
  .common_btn.-arrow::after {
    width: 12.86px;
    height: 9.5px;
    background: url("../img/icon_arrow.svg") no-repeat center/contain;
    right: 20px;
  }
  .common_grad-insta {
    background: linear-gradient(90deg, #FF4000 0%, #7923AB 46.27%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .common_grad-orange {
    color: #FF5100;
  }
  .common_title {
    font-size: 20px;
    line-height: 30px;
  }
  .common_title::before {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 66px;
  }
  .common_title.-rainbow::before {
    background-image: linear-gradient(90deg, rgba(247, 38, 153, 0.3) 0%, rgba(105, 145, 55, 0.3) 100%);
  }
  .common_decorate {
    position: relative;
  }
  .common_decorate::before {
    display: none;
  }
  .common_balloon {
    width: 246px;
    height: 30px;
    top: -37px;
    font-size: 14px;
  }
  .common_balloon-wrapper {
    margin-top: 61px;
  }
  .header {
    height: 59px;
    padding: 12px 24px;
  }
  .header_logo {
    width: 124px;
  }
  .header_nav-list {
    padding-bottom: 5px;
    gap: 5px;
  }
  .header_nav-list .common_btn {
    padding: 0 10px;
    height: 30px;
  }
  .mainvisual {
    padding-top: 59px;
    max-height: 560px;
    height: calc(100vh - 59px);
    position: relative;
  }
  .mainvisual_wrapper {
    height: auto;
    display: block;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual_container {
    min-width: 248px;
    display: block;
    margin: 75px 0 0 21px;
    position: relative;
    z-index: 2;
  }
  .mainvisual_img {
    position: absolute;
    z-index: 1;
    right: -39px;
    top: 127px;
    max-width: 440px;
    width: 68.26vw;
  }
  .mainvisual_img img {
    display: block;
    width: 100%;
  }
  .mainvisual_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
  }
  .mainvisual_text {
    margin-top: 11px;
    font-size: 14px;
  }
  .mainvisual_cta {
    margin-top: 57px;
    width: 100%;
    margin-right: 21px;
  }
  .mainvisual_cta .common_btn {
    width: 180px;
  }
  .mainvisual_balloon {
    width: 246px;
    height: 30px;
    top: -37px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 426px) {
  .mainvisual_img {
    right: 1.86vw;
  }
  .mainvisual_cta {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .problem {
    padding: 60px 0 79px 0;
  }
  .problem_title {
    line-height: 1.5;
  }
  .problem_list {
    min-width: 230px;
    padding-bottom: 4px;
  }
  .problem_list-item {
    max-width: 200px;
  }
  .problem_list-item:nth-of-type(3) {
    margin-left: 13px;
  }
  .problem_list-item + .problem_list-item {
    margin-top: 11px;
  }
  .problem_list-item::before {
    z-index: 1;
    content: "";
    width: 110%;
    height: 52px;
    bottom: -5px;
    left: -5px;
    filter: blur(18px);
    border-radius: 12px;
  }
  .problem_list-item .-comment {
    font-size: 13px;
    line-height: 18px;
    padding: 12px 17px;
    box-shadow: 0px 0px 10.64px 0px rgba(59, 45, 255, 0.1019607843) inset;
    border-radius: 12px;
  }
  .problem_list-item .-comment span {
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
  }
  .problem_container {
    margin-top: 40px;
    gap: 0px;
  }
  .problem_img {
    min-width: 111px;
    width: 111px;
  }
  .problem_img img {
    display: block;
    width: 100%;
  }
  .merit {
    padding: 60px 24px 86px;
  }
  .merit_decorate {
    min-width: 140px;
    width: 140px;
    margin: 0 auto;
  }
  .merit_list {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .merit_list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .merit_list-item + .merit_list-item {
    margin-top: 36px;
  }
  .merit_list-item.num-2 {
    flex-direction: column-reverse;
  }
  .merit_list-item.num-2 .merit_list-wrapper {
    margin-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }
  .merit_list-item.num-2 .merit_decorate {
    min-width: 140px;
    width: 140px;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
  .merit_list-wrapper {
    position: static;
    padding: 0;
    margin-left: 0;
  }
  .merit_list-wrapper::before {
    position: absolute;
    top: -20px;
    left: 24px;
    font-size: 76px;
    line-height: 65.78px;
  }
  .merit_list-wrapper .-title {
    line-height: 28.44px;
    font-size: 16px;
  }
  .merit_list-wrapper .-point {
    margin-top: 6px;
    font-size: 13px;
    line-height: 26px;
  }
  .function {
    padding: 60px 0px 105px;
  }
  .function_list {
    gap: 16px 11px;
    margin-top: 13px;
  }
  .function_list.-option {
    justify-content: center;
  }
  .function_list-item {
    border-radius: 14px;
    width: calc((100% - 11px) / 2);
    box-shadow: 0px 0px 20px rgba(247, 38, 153, 0.1);
    padding: 16px;
    max-width: none;
  }
  .function_list-item .-title {
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
  }
  .function_list-item .-desc {
    margin-top: 8px;
    font-size: 11px;
    line-height: 19.25px;
  }
  .function_list-item .-icon {
    width: 80px;
    height: 80px;
  }
  .function_list-item.col-1 {
    min-width: 100%;
    padding: 32px 24px;
    flex-direction: column;
  }
  .function_list-item.col-1 .-icon {
    margin: 0 auto;
  }
  .function_list-item.col-1 .-title {
    font-size: 18px;
    line-height: 42.67px;
    text-align: center;
    margin: 20px auto 0;
  }
  .function_list-item.col-1 .-desc {
    margin-top: 3px;
  }
  .function_list-wrapper {
    margin: 24px auto 0;
    padding: 0 24px;
    max-width: 548px;
  }
  .function_list-title {
    font-size: 16px;
    line-height: 24px;
  }
  .function_list-title span {
    padding: 0 10px;
  }
  .function_list-title::before {
    position: absolute;
    z-index: 1;
    top: 2px;
  }
  .signup {
    background: linear-gradient(90deg, #4D1487 0%, #3B1DC0 100%);
    padding: 40px 24px 60px;
  }
  .signup_title {
    font-size: 19px;
    line-height: 25.65px;
  }
  .signup_title .-small {
    font-size: 14px;
    line-height: 14px;
    gap: 6px;
    margin-bottom: 3px;
  }
  .signup_title .-small::before, .signup_title .-small::after {
    width: 1px;
    height: 16px;
  }
  .signup_note {
    margin-top: 4px;
    font-size: 10px;
    line-height: 15px;
  }
  .signup_cta .common_btn {
    width: 220px;
  }
  .optimization {
    padding: 60px 0 0 0;
  }
  .optimization_list {
    position: relative;
    max-width: 548px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
    padding: 0 24px;
  }
  .optimization_list-item {
    position: relative;
    max-width: none;
    width: 100%;
  }
  .optimization_list-item.-human {
    position: static;
    width: 192px;
    max-width: none;
    margin: 25px auto 0;
    order: 9;
  }
  .optimization_list-item::after {
    width: 41px;
    height: 41px;
  }
  .optimization_list-item.num-1 {
    top: 0;
    left: 0;
  }
  .optimization_list-item.num-1::after {
    top: -10px;
    right: -4px;
    left: auto;
  }
  .optimization_list-item.num-2 {
    bottom: 0;
    left: 0;
  }
  .optimization_list-item.num-2::after {
    width: 56px;
    height: 56px;
    top: -13px;
    left: -13px;
  }
  .optimization_list-item.num-3 {
    top: 0;
    right: 0;
  }
  .optimization_list-item.num-3::after {
    width: 41px;
    height: 41px;
    top: auto;
    bottom: 4px;
    right: -7px;
  }
  .optimization_list-item.num-4 {
    bottom: 0;
    right: 0;
  }
  .optimization_list-item.num-4::after {
    width: 40px;
    height: 40px;
    bottom: -8px;
    left: 12px;
  }
  .optimization_list-item + .optimization_list-item {
    margin-top: 25px;
  }
  .optimization_list-item.-human + .optimization_list-item {
    margin-top: 0;
  }
  .optimization_list-item::before {
    z-index: 1;
    content: "";
    width: 110%;
    height: 90px;
    background: linear-gradient(90deg, rgba(247, 38, 153, 0.1) 0%, rgba(68, 55, 255, 0.1) 100%);
    position: absolute;
    bottom: -5px;
    left: -5px;
    filter: blur(30px);
    border-radius: 35px;
  }
  .optimization_list-item .-comment {
    width: 100%;
    height: 100px;
    z-index: 2;
    padding: 0px 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 17.8px 0px rgba(59, 45, 255, 0.1019607843) inset;
    border-radius: 23px;
    font-size: 13px;
    line-height: 19.5px;
  }
  .optimization_list-item .-comment span {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
  }
  .flow {
    padding: 60px 24px 76px;
  }
  .flow_list {
    flex-direction: column;
    gap: 64px;
    margin-top: 55px;
  }
  .flow_list-wrapper {
    width: 224px;
    height: auto;
    min-height: 108px;
    border-radius: 14px;
    display: flex;
    padding: 52px 21px 24px;
  }
  .flow_list-item::before {
    width: 100%;
    height: 110%;
    bottom: -10px;
    left: 0px;
    filter: blur(30px);
    border-radius: 35px;
  }
  .flow_list-item::after {
    top: auto;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #47047D;
    border-bottom: 10px solid transparent;
  }
  .flow_list-item .-title {
    font-size: 16px;
    line-height: 16px;
  }
  .flow_list-item .-text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 13px;
  }
  .price {
    padding: 50px 18px;
  }
  .price_title {
    font-size: 30px;
    line-height: 45px;
  }
  .price_title .-small {
    font-size: 20px;
    line-height: 30px;
  }
  .price_title .-price {
    margin-top: 0px;
  }
  .price_title .-text {
    top: -2px;
  }
  .price_title .-num {
    font-size: 62px;
    line-height: 76px;
    margin: 0 5px 0 6px;
  }
  .price_note {
    margin-top: 14px;
    font-size: 10px;
    line-height: 10px;
  }
  .price_cta {
    margin-top: 65px;
  }
  .price_cta .common_btn {
    width: 220px;
  }
  .usage {
    padding: 60px 0 62px;
  }
  .usage_list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    gap: 42px;
  }
  .usage_list-wrapper {
    padding-top: 32px;
  }
  .usage_list-item {
    width: 224px;
    min-height: 293px;
    border-radius: 11px;
  }
  .usage_list-item .-icon {
    width: 88px;
    margin-top: 11px;
  }
  .usage_list-item .-title {
    font-size: 32.04px;
    line-height: 52.69px;
  }
  .usage_list-item .-text {
    font-size: 14.42px;
    line-height: 21.63px;
  }
  .usage_list-item::after {
    top: auto;
    bottom: -59px;
    left: 0;
    right: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #47047D;
    border-bottom: 25px solid transparent;
  }
  .usage_list-item::before {
    border-radius: 11px;
  }
  .faq {
    padding: 60px 24px;
  }
  .faq_title::before {
    line-height: 1;
    margin-bottom: 8px;
  }
  .faq_list {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .faq_list-item {
    border-radius: 14px;
    padding: 16px 24px 16px 53px;
  }
  .faq_list-item::before {
    font-size: 20px;
    line-height: 28.44px;
    top: 16px;
    left: 24px;
  }
  .faq_list-item + .faq_list-item {
    margin-top: 16px;
  }
  .faq_list-item .-question {
    font-size: 16px;
    line-height: 24px;
  }
  .faq_list-item .-answer {
    font-size: 14px;
    line-height: 23px;
    margin-top: 6px;
  }
  .faq_list-item .-note {
    font-size: 10px;
    line-height: 15px;
    margin-top: 7px;
  }
  .footer {
    height: 133px;
    flex-direction: column;
    padding: 30px 24px 20px;
  }
  .footer_logo {
    width: 165px;
  }
  .footer_logo img {
    display: block;
    width: 100%;
  }
  .footer_copyright {
    margin-top: 8px;
  }
  .footer_nav {
    ul {
      display: flex;
      gap: 20px;

      li {
        a {
          color: #FFF; // リンクの文字色を白色に設定
        font-size: 14px;
          text-decoration: none;

          &:hover {
            text-decoration: underline;
          }
        }
      }
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .common_decorate.-rocket::before, .common_decorate.-party::before, .common_decorate.-sun::before {
    transform-origin: left center;
  }
  .common_decorate::before {
    transform: scale(0.7);
    transform-origin: right center;
  }
  .mainvisual_container {
    margin-left: 32px;
  }
  .merit_list {
    padding: 0 24px;
  }
  .function_list-wrapper {
    padding: 0 24px;
  }
  .function_list-item {
    max-width: none;
    width: calc((100% - 22px) / 2);
  }
  .optimization_list {
    transform: scale(0.7);
    transform-origin: center bottom;
  }
  .optimization_list-item.-human {
    margin-top: -30%;
  }
  .flow {
    padding: 52.5px 0 97.5px;
  }
  .flow_list {
    transform: scale(0.75);
    transform-origin: center;
    margin-top: 48px;
  }
  .usage_list {
    gap: 40px;
  }
  .usage_list-item {
    width: 224px;
    min-height: 293px;
    border-radius: 11px;
  }
  .usage_list-item .-icon {
    width: 88px;
    margin-top: 11px;
  }
  .usage_list-item .-title {
    font-size: 32.04px;
    line-height: 52.69px;
  }
  .usage_list-item .-text {
    font-size: 14.42px;
    line-height: 21.63px;
  }
  .usage_list-item::after {
    right: -58px;
    border-left: 24px solid #47047D;
    border-right: 24px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }
  .faq_list {
    padding: 0 24px;
  }
}/*# sourceMappingURL=index.css.map */