@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700|M+PLUS+1:500,700,800|Zen+Kaku+Gothic+Antique:500");

/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/67f0f76bc79d4573ff5eb51b.67f0f76cc79d4573ff5eb51e.gYyC9nk.hch.png");


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.full-width-a {
  width: 100%;
}

.full-height-a {
  height: 100%;
}

.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}

.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  background-image: url("/image/bg-1.svg");
  background-size: cover;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from { opacity: 0 }
 to { opacity: 1 }
}

.animate-nodelay {
  animation-delay: 0s;
}

.align-self-flex-start {
  align-self: flex-start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

input:focus {
  outline: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
:root { 
  --black: #000000;
  --primary: #23d697;
  --primarydark: #0f2e51;
  --secondary: #ff3bad;
  --surface: #ffffff;
  --surface2: #e5e3ec;
  --surface3disabled: #adadad;
  --surface4: #41454b;
 
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-s: 14px;
  --font-size-xl: 32px;
  --font-size-xs: 12px;
 
  --font-family-m_plus_1: "M PLUS 1", Helvetica;
  --font-family-noto_sans_jp: "Noto Sans JP", Helvetica;
  --font-family-zen_kaku_gothic_antique: "Zen Kaku Gothic Antique", Helvetica;
}
.notosansjp-bold-outer-space-16px {
  color: var(--surface4);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.mplus1-extra-bold-white-32px {
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 800;
}

.mplus1-extra-bold-caribbean-green-32px {
  color: var(--primary);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 800;
}

.mplus1-extra-bold-outer-space-32px {
  color: var(--surface4);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 800;
}



/* screen - pcu9501u95top */

.pcu9501u95top {
  /* background-color: var(--surface); */
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px;
}

.pcu9501u95top .bg-ZanXse {
  background-color: transparent;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 99.6vw !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pcu9501u95top .bg-x76FBN {
  /* background-color: var(--black); */
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
}

.pcu9501u95top .image-x76FBN {
  background-color: transparent;
  height: 100vh !important;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 100vw !important;
}

.pcu9501u95top .x20241002__-1-x76FBN {
  background-color: transparent;
  height: 1678px;
  left: 1840px;
  object-fit: cover;
  position: absolute;
  top: -128px;
  width: 80px;
}

.pcu9501u95top .logo-text-x76FBN {
  background-color: transparent;
  height: 997px;
  left: 0px;
  position: absolute;
  top: 83px;
  width: 80px;
}

.pcu9501u95top .bg-nhvtu0 {
  background-color: transparent;
  position: absolute;
}

.pcu9501u95top .background-shape-x76FBN {
  background-color: var(--surface);
  height: 1218px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -49px;
  width: 400px;
}

.pcu9501u95top .main-frame-ZanXse::-webkit-scrollbar {
  display: none;
  width: 0;
}

.pcu9501u95top .main-frame-ZanXse {
  left: 0px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 1920px;
}

.pcu9501u95top .main-frame-O0TEAs {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 400px;
  /* max-width: 90%; */
}

.pcu9501u95top .main-frame-inner {
  background-color: white;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.pcu9501u95top .image-UcnxSQ {
  background-color: transparent;
  height: 540px;
  position: relative;
  width: 400px;
}

.pcu9501u95top .section_1-UcnxSQ {
  background-color: transparent;
  height: 442px;
  position: relative;
  width: 343px;
}

.pcu9501u95top .button_main-Tbhu6Y {
  align-items: center;
  background-color: var(--primary);
  border-radius: 8px;
  display: flex;
  gap: 123px;
  justify-content: center;
  left: -0px;
  overflow: hidden;
  padding: 16px 0px;
  position: absolute;
  top: 391px;
  width: 343px;
}

.pcu9501u95top .hover-EGFq6D {
  background-color: var(--surface);
  height: 51px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 343px;
}

.pcu9501u95top .icon_24px-EGFq6D {
  background-color: transparent;
  height: 24px;
  left: 303px;
  position: absolute;
  top: 13px;
  width: 24px;
}

.pcu9501u95top .label-text-EGFq6D {
  background-color: transparent;
  color: var(--surface);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.00px;
  line-height: 19.2px;
  margin-top: -2.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pcu9501u95top .group-377-Tbhu6Y {
  background-color: transparent;
  height: 140px;
  left: 0px;
  position: absolute;
  top: 211px;
  width: 343px;
}

.pcu9501u95top .view-lT5mHN {
  top: 0px;
}

.pcu9501u95top .pack-radio {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 22px;
  left: 11px;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 40px;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
  background-color: var(--surface);
  border-color: var(--surface3disabled);
}

.pcu9501u95top .pack-radio:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.pcu9501u95top .rectangle-271-uFzzQh {
  border-color: var(--primary);
}

.pcu9501u95top .rectangle-272-uFzzQh {
  background-color: var(--primary);
  border-color: var(--primary);
  top: 25px;
}

.pcu9501u95top .feature-title-uFzzQh {
  color: var(--secondary);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  left: 224px;
  text-align: right;
  top: 20px;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .feature-title-cGoxCB {
  left: 36px;
  text-align: left;
  top: 20px;
  width: 144px;
}

.pcu9501u95top .view-SqKGxx {
  top: 80px;
}

.pcu9501u95top .rectangle-271-HH1KRT {
  border-color: var(--surface3disabled);
}

.pcu9501u95top .rectangle-272-HH1KRT {
  background-color: var(--surface);
  border-color: var(--surface3disabled);
  top: 24px;
}

.pcu9501u95top .feature-title-HH1KRT {
  color: var(--secondary);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  left: 205px;
  text-align: right;
  top: 19px;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .feature-title-DQAUvl {
  left: 36px;
  text-align: left;
  top: 19px;
  width: 144px;
}

.pcu9501u95top .sub-Tbhu6Y {
  border-radius: 8px;
  height: 110px;
  left: -1px;
  overflow: hidden;
  top: 61px;
}

.pcu9501u95top .value-proposition-background-tLW2Aq {
  background-color: var(--surface2);
  height: 110px;
}

.pcu9501u95top .value-proposition-text-tLW2Aq {
  color: var(--surface4);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
  left: 8px;
  line-height: 15.6px;
  text-align: left;
  top: 15px;
  width: 327px;
}

.pcu9501u95top .value-proposition-text-9fhJ1F {
  left: 8px;
  line-height: 19.2px;
  text-align: left;
  top: 43px;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .value-proposition-text-cpFHmN {
  left: 261px;
  line-height: 19.2px;
  text-align: right;
  top: 43px;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .value-proposition-text-jS3b5J {
  left: 261px;
  line-height: 19.2px;
  text-align: right;
  top: 74px;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .value-proposition-text-aY5IZV {
  left: 8px;
  line-height: 19.2px;
  text-align: left;
  top: 74px;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .section-title-Tbhu6Y {
  left: 102px;
  top: 2px;
}

.pcu9501u95top .span0-doSE56 {
  letter-spacing: 1.02px;
}

.pcu9501u95top .span1-doSE56 {
  letter-spacing: 1.02px;
}

.pcu9501u95top .section_2-UcnxSQ {
  background-color: transparent;
  height: 298px;
  position: relative;
  width: 343px;
}

.pcu9501u95top .sub-7E8o7x {
  border-radius: 8px;
  height: 110px;
  left: -1px;
  overflow: hidden;
  top: 58px;
}

.pcu9501u95top .sub-4-7E8o7x {
  border-radius: 8px;
  height: 110px;
  left: -1px;
  overflow: hidden;
  top: 188px;
}

.pcu9501u95top .value-proposition-background-YBcPhi {
  background-color: transparent;
  height: 110px;
}

.pcu9501u95top .value-proposition-text-YBcPhi {
  left: 8px;
  line-height: 19.2px;
  text-align: right;
  top: 15px;
  width: 327px;
}

.pcu9501u95top .value-proposition-text-tOtC5J {
  color: var(--secondary);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
  left: 237px;
  line-height: 24.0px;
  text-align: right;
  top: 65px;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .contents-YBcPhi {
  aspect-ratio: 1.000000;
  background-color: transparent;
  height: 100px;
  left: -16px;
  position: absolute;
  top: 10px;
  width: 100px;
}

.pcu9501u95top .sub-TVVExk {
  height: 110px;
  left: -1px;
  top: 188px;
}

.pcu9501u95top .section-title-7E8o7x {
  left: 48px;
  top: -1px;
}

.pcu9501u95top .span0-wczNHC {
  letter-spacing: 1.02px;
}

.pcu9501u95top .span1-wczNHC {
  letter-spacing: 1.02px;
}

.pcu9501u95top .section_3-UcnxSQ {
  background-color: transparent;
  height: 230px;
  position: relative;
  width: 343px;
}

.pcu9501u95top .group-378-jsxw6v {
  background-color: transparent;
  height: 92px;
  left: -0px;
  position: absolute;
  top: 138px;
  width: 343px;
}

.pcu9501u95top .group-378-jsxw6v {
  background-color: transparent;
  height: 92px;
  left: -0px;
  position: absolute;
  top: 138px;
  width: 343px;
}

.pcu9501u95top .section-title-jsxw6v {
  left: 32px;
  top: -1px;
}

.pcu9501u95top .span0-bhAqxt {
  letter-spacing: 1.02px;
}

.pcu9501u95top .span1-bhAqxt {
  letter-spacing: 1.02px;
}

.pcu9501u95top .sub-jsxw6v {
  border-radius: 8px;
  height: 40px;
  left: -0px;
  overflow: hidden;
  top: 58px;
}

.pcu9501u95top .sub-nen-message {
  border-radius: 8px;
  height: 40px;
  left: 92px;
  /* overflow: hidden; */
  top: 163px;
  display: flex;
  align-items: center;
}

.pcu9501u95top .value-nen-text {
  color: var(--surface);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 100;
  left: 58px;
  line-height: 15.6px;
  text-align: center;
  width: auto;
  position: relative;
}

.pcu9501u95top .value-proposition-background-U6PnAK {
  background-color: var(--surface2);
  height: 40px;
  opacity: 0.8;
}

.pcu9501u95top .value-proposition-text-U6PnAK {
  color: var(--surface4);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
  left: 58px;
  line-height: 15.6px;
  text-align: center;
  top: 3px;
  width: auto;
}

.pcu9501u95top .links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.pcu9501u95top .tokushoho-link-container {
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0;
}

.pcu9501u95top .tokushoho-link {
  color: var(--surface3disabled);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
  pointer-events: auto;
}

.pcu9501u95top .tokushoho-link:hover {
  color: var(--primary);
}

.pcu9501u95top .user-id-display {
  text-align: center;
  padding: 12px 0;
  color: var(--surface4);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-s);
  font-weight: 500;
  word-break: break-all;
}

.pcu9501u95top .footer-group {
  background-color: transparent;
  height: 132px;
  margin-left: -760.00px;
  margin-right: -760.00px;
  position: relative;
  width: 1920px;
}

.pcu9501u95top .footer_1 {
  align-items: flex-start;
  background-color: var(--surface4);
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 0px;
  padding: 40px 660px;
  position: relative;
  top: 0px;
  width: 1920px;
}

.pcu9501u95top .frame-360 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 52px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pcu9501u95top .frame-30 {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
}

.pcu9501u95top .pictoria-inc {
  background-color: transparent;
  color: var(--surface);
  font-family: var(--font-family-zen_kaku_gothic_antique);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
  height: 16px;
  letter-spacing: 0.00px;
  line-height: 12px;
  position: relative;
  text-align: left;
  width: 86px;
}

.pcu9501u95top .bg {
  height: 1080px;
  /* left: 0px; */
  top: 0px;
  width: 1920px;
}

.pcu9501u95top .feature-title {
  background-color: transparent;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 19.2px;
  position: absolute;
}

.pcu9501u95top .line {
  background-color: var(--primarydark);
  height: 1px;
  margin-bottom: -1.00px;
  opacity: 0;
  position: relative;
  width: 1px;
}

.pcu9501u95top .link-text {
  background-color: transparent;
  color: var(--surface3disabled);
  font-family: var(--font-family-m_plus_1);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.00px;
  line-height: 14px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pcu9501u95top .main-frame {
  background-color: transparent;
  /* height: 1962px; */
  top: 0px;
}

.pcu9501u95top .rectangle-271 {
  background-color: var(--surface);
  border: 2px solid;
  border-radius: 8px;
  height: 60px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 343px;
}

.pcu9501u95top .rectangle-272 {
  border: 2px solid;
  border-radius: 40px;
  height: 12px;
  left: 16px;
  position: absolute;
  width: 12px;
}

.pcu9501u95top .section-title {
  background-color: transparent;
  height: auto;
  letter-spacing: 3.20px;
  line-height: 38.4px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

.pcu9501u95top .sub {
  background-color: transparent;
  position: absolute;
  width: 343px;
}

.pcu9501u95top .text-button_-footer {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  height: 16px;
  position: relative;
}

.pcu9501u95top .value-proposition-background {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 343px;
}

.pcu9501u95top .value-proposition-text {
  background-color: transparent;
  height: auto;
  letter-spacing: 0.00px;
  position: absolute;
}

.pcu9501u95top .view {
  background-color: transparent;
  height: 60px;
  left: 0px;
  position: absolute;
  width: 343px;
}

.pcu9501u95top .value-nen-text {
  max-width: 177px;
  display: inline-block;
  text-align: left;
}
