@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Host+Grotesk:wght@800&display=swap);
@keyframes btn-arrow-01 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(-200%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.p-top-mv {
  height: 100dvh;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top-mv__copy {
  bottom: 100px;
  position: absolute;
  right: 80px;
  z-index: 2;
  width: min(80%, 928px);
}
.p-top-mv__copy img {
  aspect-ratio: 928/149;
  width: 100%;
}
.p-top-mv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-top-mv__bg::after {
  aspect-ratio: 1473/1100;
  background: url(../images/top/bg-mv-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
}
.p-top-mv__bg img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-plan {
  background: #9F1F5A url(../images/top/bg-plan-01.svg) 50% 100% no-repeat;
  background-size: min(95%, 1200px) auto;
  padding-bottom: min(26.6666666667vw, 320px);
  padding-top: min(10vw, 120px);
  padding-inline: min(3.3333333333vw, 40px);
}
.p-top-plan__hd {
  color: #fff;
  display: block;
  font-size: clamp(2rem, 5.3333333333vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-align: center;
}
.p-top-plan__txt-01 {
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1666666667em;
  line-height: 2;
  margin-top: 2.6666666667em;
  text-align: center;
}
.p-top-plan__items {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-inline: auto;
  margin-top: clamp(40px, 6.6666666667vw, 80px);
  width: min(100%, 1200px);
}
.p-top-plan-item__title {
  padding-right: 1.76em;
  position: relative;
}
.p-top-plan-item a {
  align-items: center;
  border-radius: 0.64em;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding-block: 1.6em;
  gap: 0.64em;
  text-decoration: none;
}
.p-top-plan-item a figure {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 3.68em;
}
.p-top-plan-item a figure img {
  width: 40%;
}
.p-top-plan-item a .c-icon-arrow-01 {
  height: 1.28em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.28em;
}
.p-top-plan-item a:hover .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}
.p-top-plan-item--france {
  width: 49%;
}
.p-top-plan-item--france a {
  background-color: #D7DCFF;
  color: #272F67;
  flex-direction: row-reverse;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
}
.p-top-plan-item--france a .c-icon-arrow-01 {
  background: #272F67;
}
.p-top-plan-item--japan {
  margin-left: 2%;
  width: 49%;
}
.p-top-plan-item--japan a {
  background-color: #FFD3DB;
  color: #9F1F21;
  flex-direction: row-reverse;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
}
.p-top-plan-item--japan a .c-icon-arrow-01 {
  background: #9F1F21;
}
.p-top-plan-item--netherlands {
  margin-top: 2%;
  width: 32%;
}
.p-top-plan-item--netherlands a {
  background-color: #FFCC7A;
  color: #BB5B00;
  flex-direction: column-reverse;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}
.p-top-plan-item--netherlands a .c-icon-arrow-01 {
  background: #BB5B00;
}
.p-top-plan-item--morocco {
  margin-left: 2%;
  margin-top: 2%;
  width: 32%;
}
.p-top-plan-item--morocco a {
  background-color: #BAEAB2;
  color: #397130;
  flex-direction: column-reverse;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}
.p-top-plan-item--morocco a .c-icon-arrow-01 {
  background: #397130;
}
.p-top-plan-item--belgium {
  margin-left: 2%;
  margin-top: 2%;
  width: 32%;
}
.p-top-plan-item--belgium a {
  background-color: #FAF593;
  color: #000000;
  flex-direction: column-reverse;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}
.p-top-plan-item--belgium a .c-icon-arrow-01 {
  background: #000000;
}

.p-top-cta {
  align-items: center;
  background: #F6EDC0 url(../images/top/bg-cta-01.png) 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  height: min(84.3373493976vw, 560px);
  justify-content: center;
  padding-inline: min(3.3333333333vw, 40px);
}

.p-top-downloads {
  padding-inline: min(3.3333333333vw, 40px);
  padding-top: min(10vw, 120px);
}
.p-top-downloads a {
  align-items: center;
  background-color: #9F1F5A;
  border-radius: clamp(16px, 2.6666666667vw, 32px);
  display: flex;
  margin-inline: auto;
  overflow: hidden;
  width: min(100%, 1200px);
}
.p-top-downloads a > span {
  color: #fff;
  font-size: clamp(0.625rem, 3.6666666667vw, 2.75rem);
  font-weight: 700;
  line-height: 1.3454545455em;
  padding-left: 10.3053435115%;
  width: 100%;
}
.p-top-downloads a > span > span {
  padding-right: 1.7454545455em;
  position: relative;
}
.p-top-downloads a .c-icon-arrow-01 {
  background-color: #fff;
  height: 1.1636363636em;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translate(0, -50%);
  width: 1.1636363636em;
}
.p-top-downloads a .c-icon-arrow-01::after {
  background: #9F1F5A;
}
.p-top-downloads a figure {
  border-radius: clamp(16px, 2.6666666667vw, 32px) 0 0 clamp(16px, 2.6666666667vw, 32px);
  flex-shrink: 0;
  overflow: hidden;
  width: 47.2010178117%;
}
.p-top-downloads a figure img {
  transition: 0.5s;
  width: 100%;
}
.p-top-downloads a:hover .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}
.p-top-downloads a:hover figure img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px){
  .p-top-mv__copy {
    bottom: 17.0666666667vw;
    right: 6.4vw;
  }
  .p-top-mv__bg::after {
    right: -75vh;
  }
  .p-top-plan {
    background-image: url(../images/top/bg-plan-01@sp.svg);
    padding-bottom: 37.3333333333vw;
    padding-top: 10.6666666667vw;
    padding-inline: 6.4vw;
  }
  .p-top-plan__items {
    align-items: center;
    flex-direction: column;
  }
  .p-top-plan-item {
    margin-left: 0 !important;
    margin-top: 6.4vw !important;
    width: 100% !important;
  }
  .p-top-plan-item:first-child {
    margin-top: 0 !important;
  }
  .p-top-plan-item a {
    flex-direction: column-reverse !important;
    justify-content: flex-end;
  }
  .p-top-plan-item a figure {
    width: 19.2vw;
  }
  .p-top-cta {
    height: 53.3333333333vw;
    padding-inline: 6.4vw;
  }
  .p-top-downloads {
    padding-inline: 6.4vw;
    padding-top: 10.6666666667vw;
  }
}
/*# sourceMappingURL=top.css.map */
