:root {
  --komeetred: #f08020;
  --goodmee-secondary: #90c060;
  --goodmee-secondary-soft: rgba(144, 192, 96, .45);
  --goodmee-secondary-shadow: rgba(144, 192, 96, .18);
  --gray-51: #515151;
  --khaki: #757575;
  --white: #ffffffb3;
  --silver: #bec3c7;
  --black: #0f0f0f;
  --steel-blue-2: #2e80b6;
  --indian-red: #f3bc8e;
  --dark-slate-gray-2: #404047;
  --salmon: #fd7072;
  --white-smoke-2: #f1f4f8;
  --steel-blue: #3b99d9;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --sandy-brown-2: #e4b962;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #f8b169;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --light-green-1: #0be0da;
}

/* GooDMee tone overrides: keep layout, align visual language */
body {
  background-color: #f1f4f8;
  color: #212121;
}

.navigation-bar {
  background-color: rgba(255, 255, 255, .88);
  border-bottom: 1px solid #e6ebf2;
}

.navigation-link,
.navigation-link.w--current,
.heading,
.section-heading,
.section-heading-2,
.section-heading-3,
.heading-2,
.heading-9,
.paragraph,
.paragraph-2,
.paragraph-8,
.paragraph-9,
.paragraph-10,
.paragraph-13-age,
.concept-text {
  color: #212121;
}

.navigation-link.w--current,
.text-9 {
  color: #f08020;
}

.section-subheading {
  color: var(--goodmee-secondary);
}

.faq-title,
.udesly-top-tag,
.udesly-overline-large {
  color: var(--goodmee-secondary);
}

.button-4,
.button-6,
.button-7,
.primary-button,
.float-button1,
.udesly-submit-button-2 {
  background-color: #f08020;
  color: #fff !important;
  border-radius: 999px;
  border: 1px solid #f08020;
  box-shadow: 0 6px 18px rgba(240, 128, 32, .24);
}

.button-4:hover,
.button-6:hover,
.button-7:hover,
.primary-button:hover,
.float-button1:hover,
.udesly-submit-button-2:hover {
  background-color: #d96f16;
  border-color: #d96f16;
}

.white-box,
.white-box-copy,
.faq-item,
.udesly-faq-item-toggle,
.udesly-sign-up-main-wrapper,
.new-sign-up-main-wrapper-2 {
  border: 1px solid var(--goodmee-secondary-soft);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(22, 30, 50, .08);
}

.white-box:hover,
.white-box-copy:hover {
  border-color: var(--goodmee-secondary);
  box-shadow: 0 10px 24px var(--goodmee-secondary-shadow);
}

.heading-11.text-block-2 {
  color: var(--goodmee-secondary);
}

.form-field,
.w-input,
.w-select {
  border: 1px solid var(--goodmee-secondary-soft);
  box-shadow: 0 0 0 1px rgba(144, 192, 96, .12);
}

.footer {
  background-color: #fff;
}

.footer-link {
  color: #394150;
}

.footer-link:hover {
  color: var(--goodmee-secondary);
}

.navigation-link:hover,
.navigation-link:focus-visible {
  color: var(--goodmee-secondary);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  float: left;
  clear: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;

  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;

  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;

  background-color: #0ce0da;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
}

.button:hover {
  background-color: #fba14d;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #0be0da;
}

.button.tab.w--current {
  background-color: #fba14d;
}

.navigation-link {
  color: #757575;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  transition: all .3s ease-in-out;
  position: relative;
}

.navigation-link:hover {
  color: var(--komeetred);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.navigation-link.w--current {
  color: var(--komeetred);
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  position: static;
}

.navigation-bar {
  z-index: 9;
  float: none;
  clear: none;
  opacity: 1;
  color: #515151;
  mix-blend-mode: normal;
  background-color: #ffffffb3;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  position: sticky;
  top: 0;
}

.navigation-bar:hover {
  color: var(--khaki);
}

.navigation-menu {
  color: #000;
  margin: auto;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  position: static;
}

.brand-text {
  color: #0ce0da;
  letter-spacing: 4px;

  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  color: #525252;
  text-align: center;
  background-color: #fff;
  padding: 40px 10px;
  position: relative;
}

.section.accent {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fff6;
  background-clip: border-box;
  border: 1px solid #fff;
  position: relative;
}

.white-box {
  border: 1px solid var(--silver);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}

.white-box.transparent {
  z-index: auto;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffbf;
  border-style: none;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: 0;
  display: block;
  position: static;
}

.hero-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section.centered {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-right: 0 #000;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.age-notice-section {
  padding: 20px 0;
  background-color: #fff;
}

.paragraph-13-age {
  color: var(--gray-51);
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;

  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
  position: relative;
  top: 75px;
  bottom: 75px;
}

.hero-subheading {
  color: #0ce0da;
  letter-spacing: 3px;

  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #ff851b;
  letter-spacing: 2px;

  border: 1px solid #ff9832;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {

  font-weight: 400;
}

.section-heading {
  color: var(--black);
  letter-spacing: .2em;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.section-heading.centered {
  color: #515151;
  text-align: center;
  letter-spacing: 5px;

  margin-top: auto;
  margin-bottom: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-heading.centered.white {
  color: #3d3d3d;
}

.section-subheading {
  color: #757575;
  text-align: center;
  letter-spacing: .4em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  display: none;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;

  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.section-subheading.center.off-white {
  color: #797979;
  padding-bottom: 0;
  font-weight: 400;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: var(--khaki);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer .w-col.w-col-4:last-child {
  display: none;
}

.footer.center {
  text-align: center;
  background-color: #222;
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-text {
  color: #ededed;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.grid-image {
  box-shadow: 0 2px 4px 0 var(--gray-51);
  color: #6b6b6b;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 20%;
  width: 50%;
  margin: 20px auto;
  padding: 0;
  display: block;
}

.info-icon {
  float: left;
  vertical-align: baseline;
  object-fit: fill;
}

.footer-link {
  color: #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #888;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.white-text {
  color: #696969;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  line-height: 32px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.background {
  grid-column-gap: 16px;
  grid-row-gap: 17px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 24px 44px;
  text-decoration: none;
  display: flex;
}

.heading-1-img {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 130.404px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 96px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-column-gap: 10px;
  background-color: #00c1d4;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 48px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 61px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #00aec2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._18-1-mmd-2023-2023-9 {
  color: #22252766;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}

.background-video {
  color: #71b1a6;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  display: block;
}

.div-block {
  padding-top: 0;
  display: block;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1920px;
  font-weight: 600;
  display: block;
}

.frame-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: static;
}

.heading1 {
  z-index: 7;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0%;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 2% 2%;
}

.vectors-wrapper-3 {
  aspect-ratio: auto;
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #f08020;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: -200px;
  text-decoration: none;
  display: block;
}

.text-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  text-decoration: none;
  position: static;
  top: 80px;
  left: auto;
  right: auto;
}

.text-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
  display: block;
  position: static;
  top: 168px;
  left: auto;
  right: auto;
}

.text-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  text-decoration: none;
  position: static;
  top: 220px;
  left: auto;
  right: auto;
}

.button-4 {
  grid-column-gap: 10px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 248px;
  height: 48px;
  margin-bottom: 10px;
  padding: 14px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 10% 4% auto;
}

.button-4:hover {
  background-color: var(--komeetred);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  font-weight: 400;
  line-height: 20px;
}

.button-4.float-button {
  z-index: 8;
  text-align: left;
  object-fit: fill;
  width: 20rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  right: auto;
}

.text-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  left: auto;
}

.button-5 {
  grid-column-gap: 10px;
  background-color: #fff0;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 320px;
  left: 104px;
}

.text-7 {
  color: #0ce0da;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #757575;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.error-308ab122-d5d0-55e5-ba27-91d65f810ae5 {
  color: #515151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.error-9aa55757-0f2c-ba6f-5dfa-2bc37fb94d86 {
  color: #515151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.logo {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-position: 50% 50%;
  background-image: url('../images/Icon-512.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: center;
  max-width: 1020px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
}

.heading {
  float: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.heading-2 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #515151;
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.heading-3 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.heading-4 {
  color: #515151;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.heading-5 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block {
  font-family: Noto Sans JP, sans-serif;
}

.heading-6, .paragraph-5, .heading-7 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-6, .heading-8 {
  float: none;
}

.paragraph-7 {
  display: block;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.frame-6 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-6 {
  grid-column-gap: 10px;
  background-color: var(--komeetred);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button-6:hover {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f67788;
  background-clip: border-box;
  border-radius: 8px;
  outline: 0 #eea300;
}

.text-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.button-7 {
  grid-column-gap: 10px;
  color: #0be0da;
  border: 2px solid #0ce0da;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: none;
}

.button-7:hover {
  color: #fba14d;
  border-color: #fba14d;
}

.text-10 {
  color: #0ce0da;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.text-10:hover {
  color: #fba14d;
  -webkit-text-stroke-color: #fba14d;
}

.background-video-3 {
  object-fit: fill;
  width: auto;
  height: 100vh;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.iphone {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  margin-top: 10px;
}

.column, .column-2 {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

.image {
  border-radius: 12px;
  height: 4em;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  aspect-ratio: auto;
  color: #F45B86;
  background-color: #fff;
  border: 1px solid #F45B86;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.explain {
  color: #515151;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9, .paragraph-8 {
  color: #eee;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.section-2 {
  overflow-wrap: normal;
  background-color: #F45B8654;
  border-radius: 0;
  padding: 40px 10px;
}

.section-3 {
  background-color: #f5f5f5;
  padding: 0 10px;
}

.body, .body-2 {
  background-color: #f8f8f8;
}

.grid {
  grid-row-gap: 16px;
  grid-template: ". Area" 1fr
                 "Area-2 ."
                 ". ."
                 ". ."
                 / .5fr 1fr;
}

.div-block-7 {
  background-color: #fff0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-11 {
  color: var(--gray-51);
  letter-spacing: 8px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.heading-11.text-block-2 {
  color: var(--komeetred);
  text-align: center;
}

.paragraph-9 {
  color: #757575;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  max-width: 50%;
  padding: 20px;
  overflow: hidden;
}

.text-block-3 {
  color: #333;
}

.columns {
  margin-top: 10px;
  margin-bottom: 20px;
}

.columns-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.float-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-3 {
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.float-button1 {
  z-index: 8;
  background-color: var(--komeetred);
  color: #fff;
  text-align: center;
  letter-spacing: 1rem;
  border-radius: 12px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  position: fixed;
  inset: auto 20% 4%;
}

.float-button1:hover {
  background-color: #f67788;
}

.image-4 {
  float: left;
  width: auto;
  max-width: 40%;
  margin-left: 20px;
  margin-right: auto;
}

.container-2 {
  text-align: left;
}

.image-5 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.image-6 {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-7 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-9 {
  border-radius: 12px;
  height: 3em;
  margin-right: 10px;
  box-shadow: 1px 1px 3px #0003;
}

.div-block-8 {
  margin-top: 10px;
  display: flex;
}

.image-8-copy {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-9 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.navigation-bar-copy {
  float: none;
  clear: none;
  opacity: 1;
  color: #515151;
  mix-blend-mode: normal;
  background-color: #ffffffb3;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  position: sticky;
  top: 0;
}

.navigation-bar-copy:hover {
  color: var(--khaki);
}

.button-4-copy {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #0be0da;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 248px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: none;
  position: static;
  top: 280px;
  left: auto;
  right: auto;
}

.button-4-copy:hover {
  mix-blend-mode: normal;
  background-color: #fba14d;
  border-radius: 24px;
  font-weight: 400;
  line-height: 20px;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.image-10 {
  object-fit: contain;
  max-width: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.team-slider {
  aspect-ratio: auto;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: #757575;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 24px;
}

.team-member-image-two {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 8px 8px 0 0;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  color: #757575;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-slider {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.gallery-slide-wrapper {
  opacity: 1;
  filter: blur(8px);
  mix-blend-mode: normal;
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.gallery-slide-text {
  color: #f5f7fa;
  letter-spacing: 4px;
  background-color: #000000b0;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.udesly-span-black {
  color: #515151;
}

.udesly-paragraph-small {
  color: #515151;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udeslylist-item {
  margin-bottom: 4px;
}

.udeslylist-item.udesly-last-item {
  margin-bottom: 0;
}

.udesly-list {
  color: #737373;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  list-style-type: none;
}

.tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-title {
  color: #515151;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-item {
  z-index: 8;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 16px 0;
  transition: all .3s;
  display: block;
}

.faq-item.udesly-last-item {
  border-bottom-style: none;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.udesly-max-width-500 {
  -webkit-text-fill-color: inherit;
  background-color: #F45B8654;
  background-clip: border-box;
  max-width: 500px;
}

.udesly-paragraph-large {
  color: #757575;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  color: #515151;
  letter-spacing: .2em;
  margin: auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.udesly-text-extrabold {
  margin: 20px 20px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered {
  text-align: center;
  text-shadow: 1px 2px 1px #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.udesly-section {
  background-color: #fff;
  padding: 40px 5%;
  position: relative;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: #171717d9;
}

.udesly-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  margin: 20px 10px;
  display: flex;
}

.udesly-paragraph-medium {
  color: #757575;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-grid-two-column {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-items: center;
  margin-top: 40px;
}

.body-3 {
  background-color: #f8f8f8;
}

.body-4 {
  background-color: #f8f8f8;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.body-5 {
  background-color: #f8f8f8;
}

.container-4 {
  background-color: #ffffff8f;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.image-11 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.image-12 {
  border-radius: 12px;
  max-width: 8%;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

.heading-12 {
  margin-top: 40px;
  padding: 10px;
  font-weight: 400;
}

.faq-item-copy {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 16px 16px 0;
  transition-property: none;
  display: block;
}

.faq-item-copy {
  z-index: 8;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 16px 0;
  transition-property: none;
  display: block;
}

.faq-item-copy.udesly-last-item {
  border-bottom-style: none;
}

.faq-title-copy {
  color: #515151;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.grid-2 {
  grid-template-columns: 1fr 1.25fr;
}

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #757575;
  -webkit-text-stroke-width: 0px;
  border: 2px solid #000;
  border-radius: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.table-text {
  color: var(--khaki);
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  display: block;
  position: static;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.list-item {
  color: #757575;
  font-size: 12px;
  line-height: 20px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-link-sign-in {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: #171717d9;
}

.udesly-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-button-wrapper-2.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-password-image {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 8px 12px 8px auto;
}

.udesly-text-field-password {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 48px 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-text-field-password:focus {
  border-color: #141414;
}

.udesly-text-field-password::placeholder {
  color: #a3a3a3;
}

.udesly-password {
  position: relative;
}

.udesly-udesly-text-field {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-udesly-text-field.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-form-sign-in {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-form-block.udesly-sign-in {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-page-image {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 80px;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: var(--black);
  letter-spacing: 4px;
  -webkit-text-fill-color: inherit;
  background-color: #f3f3f3;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-15 {
  color: #acacac;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #515151;
  border-left: 4px solid #acacac;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.paragraph-10 {
  color: #0f0f0f;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.list-2 {
  color: #0f0f0f;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-2.list4 {
  margin-bottom: 60px;
  list-style-type: none;
}

.body-6, .body-7 {
  background-color: #f5f5f5;
}

.container-6 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.section-4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-5 {
  z-index: auto;
  background-color: #f8f8f8;
  position: sticky;
  inset: 0% 0% auto;
}

.image-13 {
  mix-blend-mode: normal;
  border: 8px solid #fff;
  border-radius: 8px;
  max-width: 50%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.modal-wrapper {
  z-index: 99;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #f0f0f0e0, #ffffff80);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.udesly-separator {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.udesly-separator.udesly-big {
  color: #424242;
  background-color: #e6e6e6;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-sign-up-terms-of-use-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.udesly-notification-text-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.udesly-error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #eb3c5c;
  border-radius: 100px;
  font-size: 18px;
}

.udesly-apple-mail-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 0;
  padding: 10px;
  transition: all .3s;
}

.udesly-apple-mail-wrapper:hover {
  border-color: #6f39f8;
}

.udesly-outlook-logo-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.udesly-outlook-logo-wrapper:hover {
  opacity: 1;
  border-color: #6f39f8;
}

.udesly-gmail-logo-wrapper {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 33.33%;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.udesly-gmail-logo-wrapper:hover {
  opacity: 1;
  border-color: #6f39f8;
}

.udesly-email-wrapper {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.udesly-notification-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
}

.udesly-notification-text.udesly-login {
  background-color: #29d283;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px;
}

.udesly-success-message-2 {
  color: #fff;
  background-color: #2ad283;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px;
  font-size: 18px;
}

.udesly-success-message-2.udesly-login {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.udesly-button-2 {
  color: #fff;
  background-color: #ff820d;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button-2:hover {
  background-color: #fba14d;
}

.udesly-udesly-text-field-2 {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field-2:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field-2::placeholder {
  color: #a3a3a3;
}

.udesly-form-sign-in-2 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

.udesly-sign-in-logo {
  margin-bottom: 0;
  margin-left: -5px;
}

.udesly-sign-in-logo:hover {
  opacity: .7;
}

.udesly-signin-logo-block {
  margin-bottom: 10px;
  transition: all .3s;
}

.udesly-signin-logo-block:hover {
  opacity: .7;
}

.udesly-signup-form-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  display: flex;
}

.udesly-sign-in-left-wrapper {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 20px;
  display: flex;
  position: static;
}

.udesly-arrow-link {
  opacity: 1;
  color: #333;
  letter-spacing: -.02em;
  background-color: #0000;
  background-image: url('../images/arrow_forward_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 22px 0 0;
  font-family: Generalsans;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-arrow-link:hover {
  opacity: 1;
  color: #6f39f8;
  transform: translate(2px);
}

.udesly-button-container {
  display: inline-block;
}

.udeslysign-up-label {
  color: #404040;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}

.udesly-pricing-card-check {
  margin-right: 0;
}

.store-badge-icon {
  max-width: 60%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.udesly-signup-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 0;
  display: flex;
}

.udesly-sign-up-list {
  color: #3c3c3b;
  margin-top: 20px;
  padding-left: 0;
  font-size: 22px;
  text-align: center;
  list-style: none;
}

.udesly-top-tag {
  color: #333;
  letter-spacing: -.035em;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 100px;
  min-height: 25px;
  padding: 6px 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.udesly-signup-text-wrap {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 100px;
  margin-left: 0;
  display: flex;
  position: relative;
  top: -70px;
  text-align: center;
}

.udesly-sign-up-left-side {
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.udesly-sign-up-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  background-color: #fdfdfd;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.close-modal-button {
  width: 40px;
  padding: 8px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-background {
  z-index: auto;
  cursor: pointer;
  background-color: #ffffff8c;
  display: block;
  position: fixed;
  inset: 0%;
}

.link-block {
  color: #404040;
  padding: 10px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.link-block-2 {
  color: #404040;
  text-decoration: none;
}

.list-3 {
  color: #0f0f0f;
  list-style-type: disc;
}

.heading14 {
  border-left: 4px solid var(--komeetred);
  color: var(--komeetred);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--komeetred);
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.heading-15-copy {
  border-left: 4px solid var(--steel-blue-2);
  color: var(--steel-blue-2);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--steel-blue-2);
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.paragraph-10-copy {
  color: #0f0f0f;
  margin-left: 40px;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  color: #c9cc09;
  -webkit-text-stroke-color: #caba08;
}

.heading-15-copy {
  color: #c7ca08;
  letter-spacing: 2px;
  border-left: 4px solid #c7ca08;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.list-2-copy {
  color: #0f0f0f;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-2-copy {
  color: #0f0f0f;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}

.list-2-copy.list4 {
  margin-bottom: 60px;
  list-style-type: none;
}

.heading-13-copy {
  color: var(--black);
  letter-spacing: 4px;
  background-color: #f3f3f3;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.grid-3 {
  color: #0f0f0f;
  grid-template: "Area"
                 "Area-2"
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.container-7 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 100px;
}

.table {
  color: #0f0f0f;
  border: 0 #515151;
  border-bottom: 1px solid #515151;
  border-radius: 0;
  flex-flow: row;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.div-block-11 {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.table-1 {
  color: #0f0f0f;
  border: 1px solid #515151;
  border-left: 0 #515151;
  border-right: 0 #515151;
  border-radius: 0;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.column-r {
  text-align: left;
}

.table-text-r {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 20px;
  display: block;
  position: static;
}

.udesly-error-message-3 {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message-3 {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #0be0dab3;
  border-radius: 6px;
}

.udesly-paragraph-xsmall-2 {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button-2 {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button-2:hover {
  background-color: #171717d9;
}

.udesly-submit-button-2.udesly-mb-24 {
  background-color: var(--komeetred);
  margin-bottom: 10px;
}

.udesly-submit-button-2.udesly-mb-24:hover {
  background-color: #757575;
}

.udesly-form-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: 8px 12px auto auto;
}

.udesly-textarea {
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  color: var(--komeetred);
  -webkit-text-stroke-color: var(--komeetred);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  color: #515151;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  color: var(--komeetred);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  color: #333;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.udesly-text-fiel-contact {
  color: #333;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column-2 {
  flex: 0 auto;
  width: 100%;
  position: relative;
}

.udesly-paragraph-large-3 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large-2.udesly-text-extrabold-2 {
  font-size: 52px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered-2.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-14 {
  width: 20px;
}

.udesly-paragraph-large-copy {
  color: #757575;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.radio-button {
  margin-right: 10px;
  padding-right: 0;
}

.footer-link-wrapper-hidden {
  display: block;
}

.link-block-3 {
  padding: 0;
}

.flex-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
}

.new-modal-wrapper {
  z-index: 9999;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #f0f0f0e0, #ffffff80);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0%;
}

.new-modal-background {
  cursor: pointer;
  background-color: #fff0;
  display: block;
  position: fixed;
  inset: 0%;
}

.new-sign-up-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fdfdfd;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.new-sign-up-left-side {
  background-color: #fff;
  border-right: 0 #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.new-close-modal-button {
  width: 56px;
  padding: 10px;
  position: absolute;
  inset: 20px 60px auto auto;
}

.new-signup-text-wrap {
  flex-flow: column;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.image-15 {
  max-width: 80%;
}

.new-top-tag {
  color: #333;
  letter-spacing: -.035em;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 100px;
  min-height: 25px;
  padding: 6px 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.image-16 {
  object-fit: contain;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
}

.image-17 {
  max-width: 100%;
  display: block;
}

.link-block-4 {
  max-width: 50%;
}

.link {
  vertical-align: baseline;
}

.div-block-13 {
  border-bottom: 1.5px none var(--steel-blue-2);
  color: #515151;
  -webkit-text-stroke-color: #515151;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.heading-16 {
  border-left: 4px solid var(--steel-blue-2);
  color: var(--steel-blue-2);
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.new-modal-wrapper-copy {
  z-index: 9999;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #f0f0f0e0, #ffffff80);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.new-modal-background-copy {
  cursor: pointer;
  background-color: #fff0;
  display: block;
  position: fixed;
  inset: 0%;
}

.new-sign-up-main-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fdfdfd;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.new-close-modal-button-copy {
  width: 56px;
  padding: 10px;
  position: absolute;
  inset: 20px 60px auto auto;
}

.paragraph-11 {
  color: #313131;
  text-align: left;
  margin: 40px;
  font-weight: 500;
}

.paragraph-12 {
  color: #515151;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.scroll-to-top-link {
  display: none;
}

.heading-17 {
  color: #515151;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.top-header {
  color: #ff820d;
  font-family: Noto Sans JP, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.flex-block-2-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.heading-17-copy {
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.top-r {
  z-index: 77;
  background-color: var(--komeetred);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin-bottom: -8%;
  margin-left: -8%;
  position: static;
  bottom: 0%;
  left: 0%;
}

.image-18 {
  width: 160px;
  max-width: 50%;
  margin-left: 10px;
}

.image-19 {
  max-width: 80%;
  margin-top: 10px;
  margin-left: 8px;
}

.image-20 {
  margin: 20px 0;
  padding-left: 0;
}

.container-8 {
  aspect-ratio: auto;
  position: static;
}

.columns-3 {
  width: auto;
  height: auto;
  position: static;
}

.image-21 {
  vertical-align: baseline;
  display: inline-block;
}

.heading-16-copy {
  border-left: 4px solid var(--komeetred);
  color: var(--komeetred);
  -webkit-text-stroke-color: var(--indian-red);
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.paragraph-13 {
  color: var(--gray-51);
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
  position: absolute;
  inset: auto 10% 0% auto;
}

.text-span {
  color: var(--komeetred);
}

.image-22 {
  border-radius: 12px;
  height: 4em;
  margin-left: 0;
  margin-right: 10px;
}

.paragraph-14 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.columns-4 {
  font-family: Noto Sans JP, sans-serif;
}

.image-23 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.annotation {
  text-align: right;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.column-4, .column-5 {
  font-family: Noto Sans JP, sans-serif;
}

.white-box-copy {
  text-align: center;
  background-color: #F45B861f;
  border: 1px #bec3c7;
  border-radius: 8px;
  padding: 15px;
}

.heading-18 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.section-6 {
  color: #525252;
  text-align: center;
  background-color: #0be0da33;
  padding: 40px 10px;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
}

.section-6.accent {
  -webkit-text-fill-color: inherit;
  background-color: #fff6;
  background-clip: border-box;
  border: 1px solid #fff;
  font-family: Noto Sans JP, sans-serif;
}

.white-box-copy-2 {
  text-align: center;
  background-color: #0be0da63;
  border: 1px solid #bec3c7;
  border-radius: 8px;
  padding: 15px;
  font-family: Noto Sans JP, sans-serif;
}

.section-subheading-2 {
  color: #757575;
  text-align: center;
  letter-spacing: .4em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  display: none;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  margin-top: 20px;
  margin-bottom: 0;
}

.brand-text-2 {
  outline-offset: 0px;
  color: #202020;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #f0f0f0;
  text-transform: none;
  mix-blend-mode: multiply;
  background-color: #0000;
  outline: 3px #515151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.section-title-group-2 {
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
}

.section-heading-2 {
  color: #515151;
  letter-spacing: .2em;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.hero-section-ladies {
  color: var(--salmon);
  background-image: url('../images/kumamotoheroladies-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 20px;
}

.hero-section-ladies.centered {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-image: url('../images/top_hero1780.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-right: 0 #000;
  padding-top: 400px;
  padding-bottom: 0;
  position: relative;
}

.button-4-copy {
  grid-column-gap: 10px;
  color: var(--salmon);
  text-align: right;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 10%;
  padding: 14px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: static;
  inset: auto 10% 4% auto;
}

.button-4-copy:hover {
  background-color: var(--salmon);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  font-weight: 400;
  line-height: 20px;
}

.button-4-copy.float-button {
  z-index: 8;
  text-align: left;
  object-fit: fill;
  width: 20rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  right: auto;
}

.paragraph-13-copy {
  color: var(--gray-51);
  text-align: right;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
  position: relative;
  inset: auto 10% 0% auto;
}

.hero-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin-top: 0;
  padding-top: 40px;
  font-weight: 600;
  display: flex;
}

.image-19-copy {
  background-color: #0000004d;
  max-width: 20%;
  margin-top: 10px;
  margin-left: 8px;
  box-shadow: 0 1px 0 10px #0000004d;
}

.sub-title {
  color: var(--white-smoke-2);
  text-shadow: 0 0 10px #000;
  font-family: Noto Sans JP, sans-serif;
}

.subscript {
  float: none;
  position: static;
}

.card-2-2 {
  text-align: center;
  background-color: #c7faf8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.image-25 {
  border-radius: 10px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-5 {
  color: #fd7072;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.card-2-1 {
  text-align: center;
  background-color: #fae7e7;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.overview {
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.sub-title-2 {
  color: #404047;
  text-align: center;
  letter-spacing: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.card-2 {
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.text-block-6 {
  color: #757575;
  text-align: right;
  font-size: 12px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

.text-11 {
  color: #757575;
  text-align: left;
  margin: 0 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-20 {
  color: #404047;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.image-26 {
  border-radius: 8px;
  max-width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-ladies {
  color: #fd7072;
  letter-spacing: .1em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.heading-19 {
  color: #404047;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.list-4 {
  color: #757575;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.section-heading-ladies {
  color: #404047;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.heading-21 {
  color: #404047;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.team-slider-2 {
  aspect-ratio: auto;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

.pricing-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.text-12 {
  color: #757575;
  text-align: left;
  margin: 0 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-27 {
  border-radius: 8px;
  max-width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-2-3 {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 6px #0003;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.member-image {
  object-fit: contain;
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  margin-bottom: 10px;
  overflow: clip;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.paragraph-15 {
  color: #757575;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.centered-subheading-2 {
  color: #757575;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.heading-4-l {
  color: #515151;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.sub-title-copy {
  color: var(--white-smoke-2);
  text-shadow: 0 0 10px #000;
  font-family: Noto Sans JP, sans-serif;
}

.flex-block-ladies {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.div-block-9-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.section-2-copy {
  overflow-wrap: normal;
  background-color: #F45B8636;
  border-radius: 0;
  padding: 40px 10px;
}

.udesly-paragraph-small-2 {
  color: #515151;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.link-5 {
  vertical-align: baseline;
}

.div-block-16 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-28 {
  width: 20px;
}

.new-sign-up-main-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fdfdfd;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.new-sign-up-left-side-2 {
  background-color: #fff;
  border-right: 0 #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  padding: 20px;
  display: flex;
}

.new-close-modal-button-2 {
  width: 56px;
  padding: 10px;
  position: absolute;
  inset: 20px 60px auto auto;
}

.image-29 {
  border-radius: 8px;
  width: 60%;
}

.paragraph-16 {
  color: #515151;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.new-modal-wrapper-2 {
  z-index: 9999;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #f0f0f0e0, #ffffff80);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-block-5 {
  color: #404040;
  padding: 10px;
  text-decoration: none;
}

.text-block-7 {
  color: var(--salmon);
  margin-bottom: 10px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .team-circles {
    background-color: #fdfdfd;
  }

  .member-image {
    width: 80px;
    height: 80px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .button.tab {
    margin-bottom: 10px;
  }

  .navigation-link {
    color: var(--gray-51);
  }

  .navigation-link.w--current {
    color: var(--komeetred);
  }

  .hamburger-button {
    margin: auto 0 auto auto;
    display: block;
  }

  .hamburger-button.w--open {
    background-color: #515151;
    border-radius: 8px;
  }

  .navigation-menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 8px;
  }

  .white-box {
    border-color: var(--silver);
  }

  .hero-section.centered {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 10px;
    position: relative;
  }

  .section-heading.centered {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
  }

  .section-subheading {
    letter-spacing: .2em;
  }

  .grid-image {
    width: 50%;
    padding: 0;
  }

  .heading1 {
    width: 55%;
    position: absolute;
  }

  .text-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .text-4 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .text-5 {
    text-align: left;
    width: auto;
    max-width: none;
    font-size: 24px;
    line-height: 30px;
  }

  .button-4 {
    color: var(--black);
    width: 240px;
    max-width: 50%;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 500;
    bottom: 10%;
  }

  .logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Icon-512.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    background-clip: border-box;
    justify-content: center;
    padding-left: 0;
  }

  .heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .icon {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 600;
    display: block;
  }

  .frame-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-6 {
    border: 2px #fff;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .text-9 {
    line-height: 16px;
  }

  .button-7 {
    border-radius: 20px;
  }

  .text-10 {
    line-height: 16px;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .div-block-4 {
    height: auto;
  }

  .image {
    margin-left: 0;
  }

  .div-block-5 {
    justify-content: center;
  }

  .text-block-2 {
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .section-3 {
    background-color: #06dfd91a;
    padding: 40px 10px;
  }

  .body {
    background-color: #fafafa;
  }

  .body-2 {
    background-color: #f8f8f8;
  }

  .div-block-7 {
    width: auto;
  }

  .float-button1 {
    letter-spacing: .4rem;
  }

  .div-block-9 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .button-4-copy {
    color: #fff;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: 60%;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-block {
    align-items: center;
  }

  .gallery-image {
    opacity: 1;
    mix-blend-mode: color-burn;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .udesly-column.udesly-max-width-500 {
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-11 {
    max-width: 80%;
    display: block;
  }

  .container-5 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .image-13 {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    justify-content: center;
    display: flex;
  }

  .udesly-signup-form-wrapper {
    margin-top: 0;
  }

  .udesly-sign-in-left-wrapper {
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 10px 60px 0;
  }

  .udesly-top-tag {
    margin-bottom: 10px;
  }

  .udesly-signup-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .udesly-sign-up-left-side {
    border-top: 1px #e6e6e6;
    border-right-style: solid;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0 40px 10px;
  }

  .udesly-sign-up-main-wrapper {
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .udesly-display-large-2.udesly-text-extrabold-2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 0;
  }

  .new-sign-up-main-wrapper {
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-sign-up-left-side {
    border-top: 1px #e6e6e6;
    border-right-style: solid;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }

  .new-signup-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .new-top-tag {
    margin-bottom: 10px;
  }

  .new-sign-up-main-wrapper-copy {
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-r {
    width: 200px;
    max-width: none;
    height: 200px;
    max-height: none;
    margin-bottom: -4%;
    margin-left: -4%;
    position: static;
    bottom: 0;
  }

  .image-19 {
    text-align: left;
    max-width: 50%;
    margin-top: 4px;
    margin-left: 4px;
    line-height: 18px;
  }

  .image-22 {
    margin-left: 0;
  }

  .white-box-copy, .white-box-copy-2 {
    border-color: #bec3c7;
  }

  .section-subheading-2 {
    letter-spacing: .2em;
  }

  .hero-section-ladies.centered {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 10px;
    position: relative;
  }

  .button-4-copy {
    color: var(--black);
    width: 24em;
    max-width: 50%;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 500;
    bottom: 10%;
  }

  .image-19-copy {
    text-align: left;
    max-width: 30%;
    margin-top: 4px;
    margin-left: 4px;
    line-height: 18px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .pricing-grid-3 {
    grid-column-gap: 30px;
  }

  .container-12 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .container-9 {
    max-width: 728px;
  }

  .member-image {
    width: 80px;
    height: 80px;
  }

  .team-circles-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .flex-block-ladies {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: 60%;
  }

  .div-block-9-copy {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .container-13 {
    max-width: 728px;
  }

  .new-sign-up-main-wrapper-2 {
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-sign-up-left-side-2 {
    border-top: 1px #e6e6e6;
    border-right-style: solid;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }

  .new-close-modal-button-2 {
    padding-right: 10px;
  }

  .new-modal-wrapper-2 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-bar {
    margin-left: 0;
  }

  .hamburger-button {
    background-color: #0be0da00;
    margin-left: auto;
    display: block;
  }

  .hamburger-button:active {
    -webkit-text-fill-color: inherit;
    background-color: #fff9;
    background-clip: border-box;
  }

  .hamburger-button.w--open {
    background-color: var(--gray-51);
  }

  .navigation-menu {
    background-color: var(--white);
  }

  .white-box {
    border-color: var(--silver);
    margin-bottom: 30px;
  }

  .white-box.transparent {
    margin-bottom: 0;
  }

  .hero-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.centered {
    background-position: 50% 0;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .hero-image {
    width: 100%;
    height: auto;
  }

  .div-block-14 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading {
    letter-spacing: 0;
  }

  .section-title-group {
    margin-bottom: 40px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 40%;
    padding: 0;
  }

  .spc {
    margin-bottom: 30px;
  }

  .container {
    display: block;
  }

  .heading1 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 10px;
    display: flex;
    position: absolute;
    bottom: -30%;
    left: 0%;
  }

  .vectors-wrapper-3 {
    text-align: center;
    width: 272px;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .text-3 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 36px;
    line-height: 40px;
    position: static;
    top: 40px;
    left: auto;
  }

  .text-4 {
    font-size: 24px;
    line-height: 28px;
    top: 98px;
    left: auto;
  }

  .text-5 {
    font-size: 26px;
    line-height: 28px;
    top: 140px;
    left: auto;
  }

  .button-4 {
    width: 14em;
    max-width: none;
    height: 2em;
    margin-bottom: 0;
    margin-right: 4%;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    position: static;
    top: 186px;
    left: auto;
  }

  .button-4.float-button {
    text-align: center;
    right: auto;
  }

  .button-4.float-button:hover {
    line-height: 14px;
    position: fixed;
    left: auto;
    right: auto;
  }

  .text-6 {
    font-size: 12px;
  }

  .button-5 {
    line-height: 16px;
    top: 167px;
    left: 60px;
  }

  .text-7 {
    font-size: 10px;
  }

  .logo {
    margin-left: 8px;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .heading {
    justify-content: flex-start;
    margin-left: 164px;
    display: block;
  }

  .icon {
    display: block;
  }

  .div-block-3 {
    display: none;
  }

  .text-block-2 {
    border-radius: 0;
    font-size: 20px;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    line-height: 20px;
  }

  .float-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .float-button1 {
    letter-spacing: .2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 60%;
    max-width: 60%;
    margin-left: auto;
  }

  .div-block-9 {
    flex-flow: column;
    padding-right: 0;
  }

  .navigation-bar-copy {
    margin-left: 0;
  }

  .button-4-copy {
    text-align: center;
    width: 14em;
    max-width: none;
    height: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    top: 186px;
    left: auto;
  }

  .button-4-copy:hover {
    line-height: 1em;
  }

  .team-slider, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 24px;
  }

  .udesly-title-wrapper-centered {
    font-size: 36px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 32px;
  }

  .body-6, .body-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-wrapper {
    display: none;
  }

  .udesly-paragraph-large-2 {
    font-size: 12px;
  }

  .udesly-pricing-card-check {
    object-fit: contain;
  }

  .udesly-sign-up-main-wrapper {
    height: auto;
  }

  .heading-13-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .table-text-r {
    text-align: left;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 56px;
    line-height: 64px;
  }

  .new-sign-up-main-wrapper {
    height: auto;
  }

  .new-close-modal-button {
    right: 20px;
  }

  .new-top-tag {
    min-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-sign-up-main-wrapper-copy {
    height: auto;
  }

  .new-close-modal-button-copy {
    right: 20px;
  }

  .top-r {
    width: 180px;
    max-width: 50%;
    height: 180px;
    max-height: 50%;
    margin-bottom: -12%;
  }

  .image-19 {
    max-width: 40%;
    margin-top: 6px;
    margin-left: 4px;
  }

  .paragraph-13 {
    color: var(--dark-slate-gray-2);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 4%;
    font-size: 12px;
    line-height: 14px;
    position: static;
    right: 4%;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .white-box-copy, .white-box-copy-2 {
    border-color: #bec3c7;
    margin-bottom: 30px;
  }

  .section-title-group-2 {
    margin-bottom: 40px;
  }

  .hero-section-ladies {
    background-position: 50%;
    background-size: cover;
    padding-top: 140px;
  }

  .hero-section-ladies.centered {
    background-position: 50% 0;
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 10px;
    display: block;
  }

  .button-4-copy {
    width: 20em;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    margin-right: 4%;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    position: static;
    top: 186px;
    left: auto;
  }

  .button-4-copy.float-button {
    text-align: center;
    right: auto;
  }

  .button-4-copy.float-button:hover {
    line-height: 14px;
    position: fixed;
    left: auto;
    right: auto;
  }

  .paragraph-13-copy {
    color: var(--dark-slate-gray-2);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 4%;
    font-size: 14px;
    line-height: 14px;
    position: static;
    right: 4%;
  }

  .hero-title {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-19-copy {
    max-width: 40%;
    margin-top: 6px;
    margin-left: 4px;
  }

  .sub-title {
    font-size: 24px;
  }

  .image-25 {
    max-width: 70%;
  }

  .overview {
    padding: 60px 15px;
  }

  .sub-title-2 {
    font-size: 16px;
  }

  .team-circles {
    padding: 0 15px 20px;
  }

  .image-26 {
    max-width: 40%;
  }

  .heading-ladies {
    font-size: 36px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .pricing-overview {
    padding: 40px 15px 60px;
  }

  .section-heading-ladies {
    font-size: 24px;
  }

  .team-slider-2 {
    padding: 20px 15px;
  }

  .pricing-grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-27 {
    max-width: 40%;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .flex-block-ladies {
    max-width: 80%;
  }

  .div-block-9-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-right: 0;
  }

  .link-4 {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .udesly-paragraph-small-2 {
    font-size: 14px;
  }

  .link-5 {
    text-decoration: none;
  }

  .div-block-14-copy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .new-sign-up-main-wrapper-2 {
    height: auto;
  }

  .new-close-modal-button-2 {
    right: 20px;
  }

  .new-modal-wrapper-2 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.tab, .button.tab.w--current {
    margin-bottom: 20px;
  }

  .navigation-bar {
    padding-bottom: 10px;
  }

  .hamburger-button {
    background-color: #0be0da00;
    margin-left: auto;
    margin-right: 10px;
    padding: 10px;
    display: block;
  }

  .hamburger-button:active, .navigation-menu {
    background-color: var(--white);
  }

  .navigation-menu:hover {
    color: #515151;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-box {
    border-color: var(--silver);
  }

  .white-box.transparent {
    margin-bottom: 0;
  }

  .hero-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.centered {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0000;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .container.w-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0;
  }

  .hollow-button {
    border-width: 2px;
    border-radius: 8px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 600;
  }

  .section-heading {
    color: #515151;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .section-heading.centered {
    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .section-heading.centered.white {
    color: #1d1c1c;
    font-weight: 700;
  }

  .section-subheading {
    color: #757575;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .section-subheading.center {
    color: #757575;
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    color: var(--khaki);
    font-weight: 600;
  }

  .section-title-group {
    margin-bottom: 20px;
  }

  .grid-image {
    width: 56%;
  }

  .container {
    display: block;
    position: static;
  }

  .frame-2 {
    grid-column-gap: 0em;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 10px;
    padding-left: 0;
    display: block;
    position: static;
    bottom: 0;
  }

  .heading1 {
    z-index: 1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 2%;
    margin-left: 10px;
    position: absolute;
    inset: auto 0% 4% 0;
  }

  .vectors-wrapper-3 {
    width: 162px;
    max-width: none;
    height: auto;
    margin-left: auto;
    display: block;
  }

  .text-3 {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 32px;
    line-height: 36px;
    position: static;
    top: 20px;
    left: auto;
    right: auto;
  }

  .text-4 {
    margin-left: 0;
    font-size: 14px;
    line-height: 14px;
    position: static;
    top: 64px;
    left: auto;
  }

  .text-5 {
    font-size: 16px;
    line-height: 16px;
    position: static;
    top: 72px;
    left: auto;
  }

  .button-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    width: 9em;
    max-width: none;
    height: 3em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: none;
    position: static;
    top: auto;
    left: auto;
    right: 4%;
  }

  .button-4:hover {
    border-radius: 18px;
    font-weight: 500;
    line-height: 14px;
  }

  .button-4.float-button {
    width: 16rem;
  }

  .text-6 {
    font-size: 10px;
  }

  .button-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 0;
    top: 120px;
    left: auto;
    right: auto;
  }

  .text-7 {
    margin-left: 20px;
    font-size: 10px;
  }

  .logo {
    flex-flow: row;
    justify-content: flex-start;
    margin-left: 8px;
    margin-right: auto;
    padding-left: 0;
  }

  .heading {
    margin-left: 100px;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .heading-2 {
    color: #515151;
  }

  .paragraph {
    line-height: 24px;
  }

  .heading-3 {
    color: #515151;
  }

  .heading-4 {
    color: #515151;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-2 {
    color: #757575;
  }

  .button-6, .button-7 {
    display: none;
  }

  .iphone {
    height: 44vh;
  }

  .column, .column-2 {
    margin-bottom: 20px;
  }

  .image {
    height: 2.4em;
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    letter-spacing: 4px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 20px;
  }

  .float-button1 {
    letter-spacing: normal;
    border-radius: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    left: 10%;
    right: 10%;
  }

  .image-4 {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
  }

  .image-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-4-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    width: 14em;
    max-width: none;
    height: 2em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.8em;
    display: none;
    top: 100px;
    left: auto;
    right: auto;
  }

  .flex-block {
    max-width: 80%;
  }

  .team-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    margin-top: 20px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .udesly-list {
    padding-left: 0;
    font-size: 10px;
  }

  .tab-content {
    padding-top: 10px;
  }

  .faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .udesly-column.udesly-max-width-500 {
    max-width: 280px;
  }

  .udesly-paragraph-large {
    font-size: 12px;
    line-height: 14px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 20px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .udesly-title-wrapper-centered.udesly-margin-bottom {
    padding-bottom: 0;
  }

  .udesly-grid-two-column {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .image-11 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    max-width: 16%;
    padding-right: 0;
  }

  .heading-12 {
    margin-top: 20px;
  }

  .faq-item-copy {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title-copy {
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .table-text {
    padding-bottom: 10px;
  }

  .list-item {
    font-size: 10px;
    line-height: 14px;
  }

  .container-5 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-13 {
    font-size: 20px;
  }

  .image-13 {
    border-width: 4px;
    justify-content: center;
    margin-right: auto;
    display: block;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
    display: none;
  }

  .modal-wrapper {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .udesly-paragraph-large-2 {
    font-size: 12px;
  }

  .udesly-sign-up-terms-of-use-wrapper {
    justify-content: flex-start;
  }

  .udesly-outlook-logo-wrapper, .udesly-gmail-logo-wrapper {
    margin-right: 5px;
  }

  .udesly-signin-form-block {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .udesly-signin-logo-block {
    justify-content: center;
    display: block;
  }

  .udesly-sign-in-left-wrapper {
    width: 90%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .udesly-arrow-link {
    font-size: 16px;
  }

  .udeslysign-up-label {
    font-size: 14px;
    font-weight: 600;
  }

  .udesly-pricing-card-check {
    margin-right: 10px;
  }

  .udesly-signup-list-item {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .udesly-sign-up-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .udesly-top-tag {
    font-size: 14px;
  }

  .udesly-signup-text-wrap {
    width: 85%;
    margin-top: 20px;
    text-align: center;
  }

  .udesly-sign-up-left-side {
    min-height: auto;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .udesly-sign-up-main-wrapper {
    background-color: #f8f8f8;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .modal-background {
    left: 0;
  }

  .heading-13-copy {
    font-size: 20px;
  }

  .table, .table-1 {
    flex-flow: column;
  }

  .table-text-r {
    text-align: center;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large-2.udesly-text-extrabold-2 {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 40px;
  }

  .udesly-paragraph-large-copy {
    font-size: 12px;
    line-height: 14px;
  }

  .new-modal-wrapper {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .new-modal-background {
    display: none;
  }

  .new-sign-up-main-wrapper {
    background-color: #f8f8f8;
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .new-sign-up-left-side {
    min-height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .new-signup-text-wrap {
    width: 85%;
    margin-top: 0;
  }

  .image-15 {
    max-width: 100%;
  }

  .new-top-tag {
    font-size: 14px;
  }

  .image-16 {
    aspect-ratio: auto;
  }

  .flex-block-4 {
    flex-flow: column;
    align-items: center;
  }

  .image-17 {
    flex-flow: row;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-4 {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .new-modal-wrapper-copy {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .new-sign-up-main-wrapper-copy {
    background-color: #f8f8f8;
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-17 {
    letter-spacing: 0;
    line-height: 24px;
  }

  .top-header {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-block-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17-copy {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .top-r {
    z-index: 0;
    width: 140px;
    height: 140px;
    margin-bottom: 0;
    margin-left: -8%;
    display: block;
    position: static;
    bottom: -2%;
  }

  .image-18 {
    width: 100px;
    margin-left: 10px;
  }

  .image-19 {
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-13 {
    color: var(--gray-51);
    text-align: right;
    margin-top: 10px;
    margin-right: 4%;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 10px;
    display: flex;
    position: relative;
    inset: auto;
  }

  .age-notice-section {
    padding: 16px 0;
  }

  .paragraph-13-age {
    font-size: 12px;
    padding: 0 4%;
  }

  .image-22 {
    height: 2.4em;
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraph-14 {
    color: #757575;
  }

  .white-box-copy {
    border-color: #bec3c7;
  }

  .heading-18 {
    color: var(--komeetred);
    letter-spacing: 0;
    font-size: 16px;
    display: block;
  }

  .section-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-box-copy-2 {
    border-color: #bec3c7;
  }

  .section-subheading-2 {
    color: #757575;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .brand-text-2 {
    color: var(--gray-51);
    font-size: 20px;
  }

  .section-title-group-2 {
    margin-bottom: 10px;
  }

  .section-heading-2 {
    color: #515151;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .hero-section-ladies {
    background-position: 50%;
    background-size: auto;
    padding-top: 100px;
  }

  .hero-section-ladies.centered {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0000;
    background-image: url('../images/m_top.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 220px;
    padding-bottom: 200px;
    position: relative;
    left: auto;
    right: auto;
  }

  .button-4-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    width: 20em;
    max-width: none;
    height: 3em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
    position: static;
    top: auto;
    left: auto;
    right: 4%;
  }

  .button-4-copy:hover {
    border-radius: 18px;
    font-weight: 500;
    line-height: 14px;
  }

  .button-4-copy.float-button {
    width: 16rem;
  }

  .paragraph-13-copy {
    color: var(--dark-slate-gray-2);
    text-align: left;
    margin-top: 0;
    margin-right: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    position: static;
    top: 0;
    bottom: auto;
  }

  .hero-title {
    padding-top: 60px;
    display: block;
    position: static;
  }

  .image-19-copy {
    margin-top: 0;
    margin-left: 0;
  }

  .card-2-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .image-25 {
    max-width: 80%;
    margin-top: 10px;
  }

  .card-2-1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .overview {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .container-10 {
    max-width: none;
  }

  .sub-title-2 {
    line-height: 24px;
  }

  .card-2 {
    padding-bottom: 20px;
  }

  .text-11 {
    font-size: 14px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .container-11 {
    max-width: none;
  }

  .pricing-overview {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-heading-ladies {
    color: #fd7072;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .team-slider-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  .text-12 {
    font-size: 14px;
  }

  .container-12 {
    max-width: none;
  }

  .card-2-3 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-9 {
    max-width: none;
  }

  .team-circles-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-subheading-2 {
    text-align: left;
  }

  .heading-4-l {
    color: #515151;
    font-size: 24px;
    line-height: 28px;
  }

  .flex-block-ladies {
    max-width: 80%;
  }

  .div-block-9-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-5 {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .container-13 {
    max-width: none;
  }

  .div-block-14-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
    position: static;
    inset: auto 4% 5px auto;
  }

  .new-sign-up-main-wrapper-2 {
    background-color: #f8f8f8cc;
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .new-sign-up-left-side-2 {
    background-color: #ffffff80;
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .image-29 {
    border-radius: 8px;
    width: 100%;
  }

  .new-modal-wrapper-2 {
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .link-block, .link-block-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-wrapper .udesly-pricing-card-check {
    margin: 0 auto;
    display: block;
  }
}

#w-node-_7a59122d-ec97-181c-543b-20f8746eb641-f20333d6, #w-node-_061daa10-e0de-4e07-6af4-4185a91d48bb-f20333da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_061daa10-e0de-4e07-6af4-4185a91d48c0-f20333da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_061daa10-e0de-4e07-6af4-4185a91d48c4-f20333da, #w-node-fd7a36ec-49cb-3c0d-4b64-89f71248e3f9-f20333da, #w-node-_061daa10-e0de-4e07-6af4-4185a91d48d3-f20333da, #w-node-ac2b7b01-d848-0ae2-a333-5c5e18e2f3de-f20333db, #w-node-ac2b7b01-d848-0ae2-a333-5c5e18e2f3e6-f20333db, #w-node-_5946c4c3-7c90-31ac-72a6-dadbdd4d342f-65071cd3, #w-node-_5946c4c3-7c90-31ac-72a6-dadbdd4d3439-65071cd3, #w-node-_5946c4c3-7c90-31ac-72a6-dadbdd4d344c-65071cd3, #w-node-_5946c4c3-7c90-31ac-72a6-dadbdd4d345c-65071cd3, #w-node-_5946c4c3-7c90-31ac-72a6-dadbdd4d3469-65071cd3, #w-node-_5946c4c3-7c90-31ac-72a6-dadbdd4d346b-65071cd3, #w-node-_38e788b4-5936-4909-4227-3831ac8a5673-65071cd3, #w-node-_38e788b4-5936-4909-4227-3831ac8a567d-65071cd3, #w-node-_38e788b4-5936-4909-4227-3831ac8a5686-65071cd3, #w-node-_9c48f94e-762e-9db9-4c7a-58c49f98ee36-65071cd3, #w-node-_9c48f94e-762e-9db9-4c7a-58c49f98ee44-65071cd3, #w-node-_9c48f94e-762e-9db9-4c7a-58c49f98ee55-65071cd3, #w-node-_9c48f94e-762e-9db9-4c7a-58c49f98ee64-65071cd3, #w-node-_9c48f94e-762e-9db9-4c7a-58c49f98ee71-65071cd3, #w-node-_9c48f94e-762e-9db9-4c7a-58c49f98ee7f-65071cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_061daa10-e0de-4e07-6af4-4185a91d48bb-f20333da {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac2b7b01-d848-0ae2-a333-5c5e18e2f3de-f20333db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_061daa10-e0de-4e07-6af4-4185a91d48bb-f20333da, #w-node-_061daa10-e0de-4e07-6af4-4185a91d48c0-f20333da, #w-node-_5946c4c3-7c90-31ac-72a6-dadbdd4d345c-65071cd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* Section 8 responsive styles */
@media screen and (max-width: 991px) {
  .section-8.section-bottom-padding {
    padding-bottom: 60px;
  }

  .container-14 {
    gap: 25px;
  }

  .image-51 {
    max-width: 70%;
    width: auto;
  }

  .image-52 {
    width: 50%;
    max-width: 350px;
  }

  .image-50 {
    width: auto;
    max-width: 50%;
  }

  .section-heading-3 {
    font-size: 28px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .container-14 {
    gap: 30px;
  }

  .image-51 {
    max-width: 90%;
    width: 90%;
  }

  .image-52 {
    width: 60%;
    max-width: 300px;
  }

  .image-50 {
    width: 50%;
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .section-8.section-bottom-padding {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container-14 {
    gap: 20px;
  }

  .image-51 {
    max-width: 95%;
    width: 95%;
  }

  .image-52 {
    width: 70%;
    max-width: 250px;
  }

  .section-heading-3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    white-space: nowrap;
  }

  .div-block-17 {
    width: 100%;
  }
}

/* Section 8 styles for app download section */
.section-8.section-bottom-padding {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  display: flex;
  gap: 30px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-51 {
  width: auto;
  max-width: 60vw;
  height: auto;
  margin-bottom: 0;
}

.image-52 {
  border-radius: 8px;
  width: 50%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 20px;
  height: auto;
}

.section-heading-3 {
  color: var(--komeetred);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
  white-space: nowrap;
}

.image-50 {
  text-align: left;
  width: 50%;
  max-width: 70%;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.center-heading-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--komeetred);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.primary-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--komeetred);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--komeetred);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--komeetred);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--komeetred);
  background-color: var(--komeetred);
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  padding: 12px 18px;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

@media (hover: hover) and (pointer: fine) {
  .primary-button:hover {
    color: var(--komeetred);
    background-color: #122c5f00;
    text-decoration: none;
  }
  .primary-button:hover * {
    transform: none !important;
    opacity: 1 !important;
    color: var(--komeetred) !important;
  }
}

.button-text-wrapper {
  perspective: 250px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(250px);
}

/* 出会いを分散させない セクション */
.section-concept {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-concept-inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-concept-title {
  margin-bottom: 40px;
}

.section-concept-heading {
  color: #404047;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}

/* デスクトップでは改行を非表示（自然な折り返し） */
@media screen and (min-width: 768px) {
  .concept-br {
    display: none;
  }
}

.concept-text-wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.concept-text {
  color: #515151;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.85;
}

.concept-text-emphasis {
  font-size: 18px;
  font-weight: 600;
  color: #404047;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 1.6;
}

.concept-text-end {
  margin-bottom: 0;
  font-weight: 500;
}

/* モバイル：シンプルで説得力のあるレイアウト */
@media screen and (max-width: 767px) {
  .section-concept {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-concept-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-concept-title {
    margin-bottom: 28px;
  }

  .section-concept-heading {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .concept-text-wrapper {
    margin-top: 0;
  }

  .concept-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .concept-text-emphasis {
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 0 8px;
  }

  .concept-text-end {
    margin-bottom: 0;
  }
}
