/* import */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  color: #000;
  line-height: 1.8;
  background: #fff;
  position: relative;
}

/* import */
main {
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

.wrap {
  overflow: clip;
}

.font-montserrat {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.heading-lg {
  font-size: clamp(26px, 2.7777777778vw, 40px);
  font-weight: bold;
}

.heading-md {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: bold;
}

.heading-sm {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: bold;
}

section {
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}
@media (max-width: 768px) {
  section {
    padding-block: 60px;
  }
}

.section-title,
.section__title {
  position: relative;
  font-size: clamp(26px, 2.7777777778vw, 40px);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
  letter-spacing: 6px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.section-title::after,
.section__title::after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  background: linear-gradient(to right, #D90065 0, #D90065 50px, #595959 50px, #595959 150px);
}
.section-title,
.section__title {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section-title,
  .section__title {
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.section-title span,
.section__title span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.section__title--left {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section__title--left {
    margin-left: auto;
    text-align: center;
  }
}
.section__title--left::after {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section__title--left::after {
    margin-left: auto;
  }
}

.bold {
  font-weight: bold;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: content-box;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: content-box;
}

.bg-pink {
  background-color: #FFE4F0;
}

.bg-gray {
  background-color: #F5F5F5;
}

.bg-blue {
  background-color: rgba(0, 136, 177, 0.15);
}

.bg-purple {
  background-color: rgba(154, 0, 237, 0.15);
}

.text-gray {
  color: #595959;
}

.price-blue {
  color: #0088B1;
}

.price-purple {
  color: #9A00ED;
}

.price-pink {
  color: #D90065;
}

.btn-line, .btn-download-white, .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.5em 3em;
  transition: 0.3s;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.btn-line::after, .btn-download-white::after, .btn-download::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .btn-line:hover, .btn-download-white:hover, .btn-download:hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
@media (max-width: 768px) {
  .btn-line, .btn-download-white, .btn-download {
    font-size: clamp(18px, 4vw, 24px);
    gap: 24px;
    padding: 0.9em 1.2em;
  }
  .btn-line::after, .btn-download-white::after, .btn-download::after {
    width: 22px;
    height: 22px;
  }
}

.btn-download {
  background: linear-gradient(to right, #D90065, #9A00ED);
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .btn-download {
    font-size: 18px;
    gap: 10px;
    padding: 0.5em 2em;
  }
}
.btn-download::after {
  background-image: url("../images/icon_dl_w.png");
}

.btn-download-white {
  background: #fff;
  color: transparent;
}
@media (max-width: 768px) {
  .btn-download-white {
    padding: 0.5em 2em;
    margin: auto;
  }
}
.btn-download-white span {
  background: linear-gradient(to right, #D90065, #9A00ED);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-download-white::after {
  background-image: url("../images/icon_dl_p.png");
}

.btn-line {
  background: linear-gradient(to right, #00D927, #00CCFF);
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .btn-line {
    font-size: 18px;
    gap: 10px;
    padding: 0.5em 2em;
  }
}
.btn-line::after {
  background-image: url("../images/icon_sns_w.png");
}

.btn-download--sm,
.btn-line--sm {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  padding: 0.4em 1em;
  gap: 15px;
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .btn-download--sm,
  .btn-line--sm {
    font-size: 16px;
    padding: 0.4em 0.8em;
    gap: 5px;
  }
}
.btn-download--sm::after,
.btn-line--sm::after {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 768px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 960px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}
@media (max-width: 960px) {
  .tab_db {
    display: block;
  }
}

.bread {
  width: 100%;
}
.bread .inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.bread ul {
  display: flex;
}
.bread ul li {
  padding: 5px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media (max-width: 768px) {
  .bread ul li {
    padding: 5px 0;
  }
}
.bread ul li a {
  transition: 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .bread ul li a:hover {
    opacity: 0.6;
  }
}
.bread ul li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}
.bread ul li:last-child:after {
  content: "";
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* import */
body {
  padding-top: 100px;
}
@media (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}

.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-bottom: 4px solid #D90065;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: content-box;
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  .header__inner {
    justify-content: center;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo img {
  height: 60px;
  width: auto;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 676px;
}
@media (max-width: 768px) {
  .header__btns {
    display: none;
  }
}

/* import */
footer,
.footer {
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}
@media (max-width: 768px) {
  footer,
  .footer {
    padding-block: 60px;
  }
}
footer,
.footer {
  margin-top: 30px;
  background-image: url("../images/bg_footer.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1440/547;
}

.footer__inner {
  padding-bottom: 0;
}

.footer .section__title {
  color: #fff;
}
.footer .section__title::after {
  background: linear-gradient(to right, #D90065 0, #D90065 50px, #DDD 50px, #DDD 150px);
}

.footer__lead {
  margin: 40px 0;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.footer .cta__btns_caption,
.footer .cta__btns_line_note {
  color: #fff;
}

.copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .copyright {
    padding-bottom: 80px;
  }
}
.copyright p {
  margin: 0;
  font-size: 12px;
}

.footer__btns {
  display: none;
}
@media (max-width: 768px) {
  .footer__btns {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
    padding-bottom: max(0px, env(safe-area-inset-bottom));
    box-sizing: border-box;
    z-index: 100;
  }
  .footer__btns a {
    flex: 1 1 0;
    min-width: 0;
    max-width: 50%;
    justify-content: center;
  }
}

/* import */
.mv {
  position: relative;
  padding: 0;
  padding-block: 0;
}

.mv__cta_btn {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 100%;
  height: clamp(74px, 10.5555555556vw, 202px);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mv__cta_btn {
    left: 0;
  }
}

.mv__inner {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mv img,
.mv picture {
  display: block;
  width: 100%;
  height: auto;
}

.troubles {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  background-color: #fff;
}
@media (max-width: 768px) {
  .troubles {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}

.troubles__items {
  --troubles-gap: clamp(20px, 3.125vw, 45px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--troubles-gap);
  margin-bottom: clamp(60px, 6.9444444444vw, 100px);
}

.troubles__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc((100% - 2 * var(--troubles-gap)) / 3);
  gap: 20px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .troubles__item {
    width: 100%;
  }
}

.troubles__item_baloon {
  position: relative;
  background-color: #FFE4F0;
  border-radius: 20px;
  padding: 1em 1.25em;
  margin-bottom: 0.5em;
  width: 100%;
}
.troubles__item_baloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFE4F0;
}

.troubles__item_baloon_title {
  color: #595959;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.troubles__item_icon {
  margin: 0.5em 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.troubles__item_icon img {
  width: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.troubles__item_text {
  text-align: center;
}

.troubles__item_title {
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

.solution {
  margin-top: -130px;
  padding-top: 180px;
}

.solution__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .solution__inner {
    flex-direction: column;
  }
}

.solution__right {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .solution__right {
    width: 100%;
  }
}
.solution__right .section__title {
  line-height: 1.4;
}

.solution__right_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.solution__right_content_item {
  width: 100%;
}

.solution__right_title {
  color: #D90065;
  line-height: 1.4;
  margin: 0;
}

.solution__right_list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 0.5em 0 0;
}

.solution__right_item {
  margin-bottom: 0.25em;
}
.solution__right_item:last-child {
  margin-bottom: 0;
}

.solution__right_item_text {
  margin: 0;
}

.solution__left {
  width: 50%;
}
@media (max-width: 768px) {
  .solution__left {
    width: 100%;
    margin-top: -120px;
  }
}

.stepbar {
  margin: 0 auto;
  width: 70%;
}

.stepbar .stepbarwrap {
  margin: 3rem 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  content: "";
  border-radius: 50%;
  background-color: #D90065;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .stepbar .stepbarwrap .steptitle .stepcircle {
    width: 3em;
    height: 3em;
  }
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  .stepbar .stepbarwrap .steptitle .stepcircle span {
    font-size: 32px;
  }
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  color: #D90065;
}
@media (max-width: 768px) {
  .stepbar .stepbarwrap .steptitle .title {
    margin: 0 0 0 0.5em;
  }
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 4.8em;
}
@media (max-width: 768px) {
  .stepbar .stepbarwrap .steptxt {
    padding-left: 3.6em;
  }
}

.stepbar .stepbarwrap .stepline {
  width: 4px;
  height: calc(100% + 1em);
  background-color: #D90065;
  position: absolute;
  top: 2em;
  left: calc(2em - 2px);
  z-index: -1;
}
@media (max-width: 768px) {
  .stepbar .stepbarwrap .stepline {
    left: calc(1.5em - 2px);
  }
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 100%;
  }
}
.howto__text {
  width: 70%;
  margin: 40px auto 0;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .howto__text {
    width: 100%;
    text-align: left;
  }
}

.cta {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  background: linear-gradient(to bottom, rgba(217, 0, 101, 0.2), rgba(154, 0, 237, 0.2));
}
@media (max-width: 768px) {
  .cta {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}

.cta__title {
  color: #595959;
  text-align: center;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.cta__title span {
  color: #D90065;
}

.cta__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: clamp(60px, 6.9444444444vw, 100px);
}
@media (max-width: 768px) {
  .cta__content {
    flex-direction: column;
    gap: 20px;
  }
}

.cta__content_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  width: 33.3333333333%;
  padding: 3em 2em 2em;
  box-shadow: 4px 4px 4px 0px rgba(217, 0, 101, 0.2);
}
@media (max-width: 768px) {
  .cta__content_item {
    width: 100%;
    padding: 2em 1em;
  }
}

.cta__content_item_icon {
  text-align: center;
}
.cta__content_item_icon img {
  width: 50%;
}

.cta__content_item_title {
  color: #595959;
}
.cta__content_item_title span {
  color: #D90065;
  font-size: clamp(28px, 2.7777777778vw, 40px);
}

.cta__content_item_title {
  line-height: 1.4;
  text-align: center;
}

.cta__btns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}
@media (max-width: 768px) {
  .cta__btns {
    flex-direction: column;
    gap: 20px;
  }
}
.cta__btns > .btn-download,
.cta__btns > .cta__btns_dl-wrap,
.cta__btns > .cta__btns_line-wrap {
  flex-basis: calc(50% - 20px);
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cta__btns > .btn-download,
  .cta__btns > .cta__btns_dl-wrap,
  .cta__btns > .cta__btns_line-wrap {
    width: 100%;
  }
}
.cta__btns > .btn-download {
  justify-content: center;
}

.cta__btns_dl-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.cta__btns_dl-wrap .btn-download {
  flex: none;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.cta__btns_caption {
  margin: 0 0 8px;
  text-align: center;
  line-height: 1.4;
}

.cta__btns_line-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.cta__btns_line-wrap .btn-line {
  flex: none;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.cta__btns_line-wrap .cta__btns_caption {
  margin: 0 0 8px;
}

.cta__btns_line_note {
  margin: 8px 0 0;
  font-size: 14px;
  color: #595959;
  text-align: center;
  line-height: 1.4;
}

.scenes__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(20px, 3.125vw, 45px);
}
@media (max-width: 768px) {
  .scenes__items {
    flex-direction: column;
    gap: 30px;
  }
}

.scenes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333333333% - 45px);
  gap: 20px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .scenes__item {
    width: 100%;
    gap: 10px;
  }
}

.scenes__item_title {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.6;
  color: #D90065;
}

.benefits__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 768px) {
  .benefits__items {
    flex-direction: column;
    gap: 20px;
  }
}

.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 20px);
  gap: 20px;
  align-self: stretch;
  background-color: #fff;
  border-radius: 20px;
  padding: 3em 2em 2em;
}
@media (max-width: 768px) {
  .benefits__item {
    width: 100%;
    padding: 2em 1em;
  }
}

.benefits__item_title {
  position: relative;
  color: #D90065;
  line-height: 1.4;
  margin: 0;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .benefits__item_title {
    padding-left: 40px;
  }
}

.benefits__item_title_number {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  width: 40px;
  height: 40px;
  text-shadow: rgb(217, 0, 101) 1px 0px 0px, rgb(217, 0, 101) 0.540302px 0.841471px 0px, rgb(217, 0, 101) -0.416147px 0.909297px 0px, rgb(217, 0, 101) -0.989992px 0.14112px 0px, rgb(217, 0, 101) -0.653644px -0.756802px 0px, rgb(217, 0, 101) 0.283662px -0.958924px 0px, rgb(217, 0, 101) 0.96017px -0.279415px 0px;
}
@media (max-width: 768px) {
  .benefits__item_title_number {
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
}

.pricing__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

.pricing__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333333333% - 20px);
  border-radius: 20px;
  padding: 2em 1.5em;
}
@media (max-width: 960px) {
  .pricing__item {
    width: 100%;
  }
}

.pricing__item_text_price {
  font-size: clamp(38px, 3.3333333333vw, 48px);
  font-weight: bold;
  line-height: 1;
}

.pricing__item_text_price_unit {
  font-size: clamp(20px, 2.2222222222vw, 32px);
}

.pricing__item_text ul {
  font-weight: bold;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 1em 0;
}
.pricing__item_text ul li {
  margin-bottom: 0.25em;
}
.pricing__item_text p {
  letter-spacing: 0.2em;
}

.pricing__note {
  font-size: 14px;
  color: #595959;
  line-height: 1.4;
  margin-top: 10px;
}

.pricing__text {
  border-radius: 20px;
  padding: 2em 1.5em;
  margin-top: 30px;
}
.pricing__text ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}

/* import */
.fadein {
  opacity: 0;
  transform: translateY(6%);
}
.fadein.active {
  animation: 0.6s forwards fadein;
}

.fadein2 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein2.active {
  animation: 0.6s forwards 0.2s fadein;
}
@media (max-width: 768px) {
  .fadein2.active {
    animation: 0.4s forwards fadein;
  }
}

.fadein3 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein3.active {
  animation: 0.6s forwards 0.4s fadein;
}
@media (max-width: 768px) {
  .fadein3.active {
    animation: 0.4s forwards fadein;
  }
}

.fadein4 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein4.active {
  animation: 0.6s forwards 0.6s fadein;
}
@media (max-width: 768px) {
  .fadein4.active {
    animation: 0.4s forwards fadein;
  }
}

.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: 0.4s forwards leftin;
}

.rightin {
  transform: translateX(200%);
  overflow: hidden;
}
.rightin.active {
  animation: 0.8s forwards rightin;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(6%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
/* import */
.form-section {
  padding-top: 0;
}

.form-section .inner {
  border: 3px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #D90065, #9A00ED) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding-block: 9em;
  margin-inline: auto;
}
@media (max-width: 1200px) {
  .form-section .inner {
    max-width: 800px;
  }
}
@media (max-width: 960px) {
  .form-section .inner {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .form-section .inner {
    padding-block: 3em;
    margin-inline: 4%;
  }
}

.form {
  max-width: 600px;
  margin: 0 auto;
}

.form__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form__row {
  margin-bottom: 1.5em;
}
.form__row:last-of-type {
  margin-bottom: 0;
}

.form__label {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__label label {
  display: flex;
  align-items: center;
  font-weight: inherit;
  font-size: inherit;
}

.form__label_required {
  background-color: #D90065;
  color: #fff;
  padding: 0.1em 0.4em;
  border-radius: 4px;
  font-size: 10px;
  font-weight: normal;
  margin-right: 0.5em;
  letter-spacing: 0;
}

.form__label_note {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

.form__field {
  margin: 0;
}

.form__input {
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1em;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #595959;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
}
.form__input::-moz-placeholder {
  color: #999;
}
.form__input::placeholder {
  color: #999;
}
.form__input:focus {
  outline: none;
  border-color: #D90065;
}

.form__privacy {
  margin: 1em 0 1.5em;
  font-size: 16px;
}

.form__privacy_title {
  margin: 0 0 0.5em;
  font-size: 16px;
  font-weight: bold;
}

.form__privacy_body {
  height: 200px;
  overflow-y: auto;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
.form__privacy_body p {
  margin: 0 0 0.75em;
  line-height: 1.7;
}
.form__privacy_body p:last-child {
  margin-bottom: 0;
}
.form__privacy_body h4.form__privacy_heading {
  margin: 1em 0 0.5em;
  font-size: 16px;
  font-weight: bold;
}
.form__privacy_body h4.form__privacy_heading:first-child {
  margin-top: 0;
}
.form__privacy_body ul {
  margin: 0.5em 0 0.75em;
  padding-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}
.form__privacy_body ol {
  margin: 0.5em 0 0.75em;
  padding-left: 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
}
.form__privacy_body li {
  margin-bottom: 0.25em;
  display: list-item;
}

.form__privacy_hr {
  margin: 1em 0;
  border: none;
  border-top: 1px solid #ddd;
}

.form__row--checkbox {
  margin-top: 1.5em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}

.form__row--checkbox .form__checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.form__checkbox-label::before,
.form__checkbox-label:has(:checked)::after {
  content: "";
}

.form__checkbox-label::before {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  border-radius: 3px;
  background-color: #e6edf3;
}

.form__checkbox-label:has(:checked)::before {
  background-color: #D90065;
}

.form__checkbox-label:has(:checked)::after {
  position: absolute;
  top: 10px;
  left: 6px;
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.form__checkbox {
  display: none;
}

.form__errors {
  margin-bottom: 1em;
  padding: 0;
  display: none;
}
.form__errors.form__errors--visible {
  display: block;
  padding: 0.75em 1em;
  background: #fff5f5;
  border: 1px solid #e88;
  border-radius: 8px;
  color: #c00;
  font-size: 14px;
}

.form__errors-list {
  margin: 0;
  padding-left: 1.25em;
  list-style: disc;
}

.form__errors-list li {
  margin-bottom: 0.25em;
}
.form__errors-list li:last-child {
  margin-bottom: 0;
}

.form__success {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.75em 1em;
  display: none;
  border-radius: 8px;
  background: #e8f5e9;
  border: 1px solid #81c784;
  color: #2e7d32;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.3s;
}
.form__success.form__success--visible {
  display: block;
}

.form__row--turnstile {
  margin: 1.5em auto;
  min-height: 65px;
  width: -moz-fit-content;
  width: fit-content;
}

.form__submit {
  text-align: center;
}
.form__submit .btn-download {
  display: inline-flex;
}
.form__submit button.btn-download {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
.form__submit button.btn-download:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(100%);
}/*# sourceMappingURL=style.css.map */