h3,
h4 {
  margin: 0.25rem 0 0.6rem;
}
.btn,
.nav {
  align-items: center;
}
.btn-ghost,
.btn-primary {
  font-weight: 500;
  background: #fff;
}
.btn-ghost,
.btn-primary,
.topbar,
body {
  background: #fff;
}
.playstore-btn,
a {
  text-decoration: none;
}
.app-item,
.banner-logos p,
.center,
.coming-timer,
.f-item,
.hero-banner-logo,
.hero-inner,
.iroducing-sec h2 {
  text-align: center;
}
.hero-banner-logo:after,
.hero::after,
.hero::before,
.timeline:before {
  content: "";
  position: absolute;
}
.avatar,
.hero,
.imgbox,
.phone {
  overflow: hidden;
}
.japan-rising .features,
form {
  grid-template-columns: repeat(2, 1fr);
}
:root {
  --primary: #d91b5c;
  --accent: #e63f45;
  --gradient: linear-gradient(90deg, #d91b5c 0%, #e94b3c 100%);
  --text: #202124;
  --muted: #6b7280;
  --card: #f3f4f6;
  --soft: #f9f9f9;
  --shadow: 0px 8px 10px 0px #0000001a;
  --shadow2: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  --radius: 16px;
  --radius-lg: 20px;
  --max: 1248px;
}
* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Poppins, sans-serif;
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
}
.btn-primary,
.coming-timer h1,
.hero-inner p,
.playstore-text small,
h1 {
  font-family: Poppins;
}
h1,
h2 {
  font-weight: 700;
}
h1 {
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 0.35rem;
}
h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 1.1rem;
  color: #1a1a1a;
}
h4,
p.hero-sub {
  line-height: 28px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0.25rem 0 0.9rem;
  color: var(--muted);
}
a {
  color: inherit;
}
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}
main#notice-and-consent,
section {
  padding: 50px 0;
}
.btn {
  display: inline-flex;
  gap: 0.55rem;
  padding: 12px 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}
.btn-primary {
  color: #d7000f;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.btn-ghost {
  color: #e94b3c;
  border: 1px solid #e94b3c;
  font-size: 16px;
}
.brand .dot,
.btn-pill {
  border-radius: 999px;
}
.btn-sm {
  padding: 9px 16px;
  font-size: 14px;
}
.btn:hover {
  transform: translateY(-2px);
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #f0f0f0;
}
.f-item,
.hero,
.hero-banner-logo,
.hero-inner,
.timeline {
  position: relative;
}
.nav {
  height: 75px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.brand,
.logo {
  display: flex;
  align-items: center;
}
.brand {
  gap: 10px;
  font-weight: 700;
  color: var(--primary);
}
.brand .dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
}
.menu {
  display: flex;
  gap: 30px;
  color: #555;
  font-size: 16px;
}
.auth {
  display: flex;
  gap: 10px;
}
.hamburger {
  display: none;
  color: #d91b5c;
  padding: 8px;
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.logo {
  justify-content: center;
  /* opacity: 0; */
}
.banner-logos,
.hero {
  align-items: center;
  display: flex;
}
.hero {
  min-height: 460px;
  justify-content: center;
  color: #fff;
}
.hero-inner p {
  color: #fff;
  width: 100%;
  margin: auto;
  font-weight: 300;
  font-size: 18px;
}
.banner-logos {
  gap: 10px;
  justify-content: center;
  margin: 25px auto 0;
  background-color: #fff;
  max-width: 46%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.hero-inner .banner-left {
  width: calc(50% - 20px);
  text-align: left;
  padding-top: 35px;
}
.hero-inner .banner-right {
  width: calc(50% - 20px);
  background: linear-gradient(90deg, #d91b5c 0, #e94b3c 100%);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: left;
}
.small-note.links {
  color: #fff;
}
.banner-logos img {
  width: 155px;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
}
.art img,
.cta-figure img,
.mission img,
.phone img {
  object-fit: cover;
}
.logo-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.logos .logo-box {
  margin-bottom: 10px;
}

.countdown,
.hero-ctas {
  justify-content: flex-start;
  display: flex;
}
.logo-box div img {
  width: 120px;
}
p.hero-sub {
  font-size: 20px;
}
.coming-timer h1 {
  padding-bottom: 18px;
  font-size: 38px;
}
h1 span {
  color: #e63f45;
}
.countdown {
  gap: 20px;
  align-items: center;
}
.time-box {
  background: #e63f45;
  padding: 10px 20px;
  border-radius: 12px;
  min-width: 100px;
  border: 1px solid #ffffff57;
  color: #fff;
}
.time-box span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.banner-logos p {
  color: #000;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.hero::before {
  inset: 0;
  background: url("../images/hero-banner2.png") center/cover no-repeat;
  filter: saturate(1.05) contrast(1.03);
}
.hero::after {
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 46%));
}
.hero-inner {
  z-index: 2;
  padding: 42px 16px;
  display: flex;
  gap: 20px;
}
.hero-sub {
  font-size: 14px;
  letter-spacing: 0.2px;
  opacity: 0.9;
  margin-top: 0.4rem;
}
.hero-ctas {
  gap: 12px;
  margin-top: 45px;
  flex-wrap: wrap;
}
.tiny-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
  flex-wrap: wrap;
}
.playstore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.6)
  );
  transition: transform 0.2s;
}
.dots,
.phone {
  display: flex;
}
.playstore-btn:hover {
  transform: scale(1.05);
}
.playstore-btn img {
  height: 20px;
  width: auto;
}
.about .imgbox img,
.phone img {
  height: 100%;
}
.playstore-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  align-items: flex-start;
}
.coming-timer {
  padding-top: 25px;
}
.playstore-text small {
  color: #ccc;
  font-size: 12px;
}
.playstore-text strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins;
}
.card p,
.cta-card p,
.why .tile p {
  font-size: 16px;
}
.hero-banner-logo:after {
  width: 182px;
  height: 2px;
  background-color: #d8d2d2;
  bottom: -5px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.iroducing-sec .playstore-btn {
  background: linear-gradient(90deg, #d91b5c 0, #e94b3c 100%);
  color: #fff;
}
.iroducing-sec .playstore-btn .playstore-text small {
  color: #fff;
}
.iroducing-sec {
  padding: 60px 0;
  background-image: url(../images/bg.jpg);
}
.frame-triple,
.strip {
  background: #fff;
}
section.section.acumen-navi-sec {
  background-color: #eeeeee8a;
}
.subtle {
  font-size: 12px;
  color: #555;
  margin-top: -8px;
}
.frame-triple {
  margin: 18px auto 0;
  max-width: 85%;
  border-radius: 18px;
  border: 2px solid #d91b5c;
  box-shadow: var(--shadow);
}
iframe {
  border-radius: 18px;
}
.phone {
  background: #f3f4f8;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  height: 290px;
  border: 1px solid #ececec;
}
.phone img {
  width: 100%;
}
.dots {
  gap: 5px;
  justify-content: center;
  margin-top: 8px;
}
.dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #e0e0e0;
}
.dots span.active {
  background: var(--primary);
}
.imgbox {
  border-radius: 16px;
}
.japan-rising-inner {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  display: grid;
}
.about-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 26px;
  align-items: center;
  background: #fafafa;
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 30px 20px;
  margin: auto;
}
.features,
.mission {
  display: grid;
  gap: 16px;
}
.card h3 {
  font-size: 24px;
}
.mission {
  grid-template-columns: 110px 1fr;
  align-items: center;
}
.mission img {
  width: 100%;
  height: 110px;
  border-radius: 12px;
}
.step:nth-child(2) .bubble,
.step:nth-child(4) .bubble {
  background: linear-gradient(90deg, #f9a623 0, #f67f01 100%);
}
.f-item.five:before,
.f-item.four:before,
.f-item.one:before,
.f-item.three:before,
.f-item.two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #d91b5c 0, #e94b3c 100%);
  border-radius: 54px 54px 0 0;
}
.f-item.four:before,
.f-item.two:before,
.why .tile:nth-child(2),
.why .tile:nth-child(4) {
  background: linear-gradient(90deg, #f9a825 0, #f57c00 100%);
}
.f-item.five:before,
.f-item.three:before {
  background: linear-gradient(90deg, #d91b5c 0, #e94b3c 100%);
}
.kicker {
  font-size: 14px;
  max-width: 55%;
  margin: -6px auto auto;
}
.features {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 70px;
}
.f-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px;
  border: 1px solid #f1f1f1;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}
.f-icon {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.step,
.why {
  display: grid;
}
.f-item:hover,
.t-card:hover,
.why .tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.f-icon:first-child,
.f-icon:nth-child(5) {
  background-color: #d91b5c1a;
}
.f-icon:nth-child(2) {
  background-color: #f9a8251a;
}
.f-icon:nth-child(3) {
  background-color: #e94b3c1a;
}
.f-icon:nth-child(4) {
  background-color: #f57c001a;
}
.f-item p {
  font-size: 14px;
  margin: 6px 0 0;
}
.owl-carousel.app-slider {
  display: flex;
  gap: 20px;
}
.app-slider .item {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bubble,
.why .tile {
  background: var(--gradient);
}
.t-card,
.why .tile {
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}
.app-slider .item img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  display: block;
  box-shadow: 0 0 0 3px #ff007a;
}
.app-slider .caption {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.app-item img,
form#leadForm {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.app-preview .owl-nav button span,
.owl-nav button span {
  font-size: 30px;
  line-height: 1;
}
.app-preview .owl-nav {
  position: absolute;
  top: 33%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  color: #d91b5c;
}
button.owl-prev {
  position: absolute;
  left: -24px;
}
button.owl-next {
  position: absolute;
  right: -23px;
}
.app-preview .owl-nav button.owl-next,
.app-preview .owl-nav button.owl-prev {
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: 0.3s;
}
.bubble,
.step {
  align-items: center;
}
.app-preview .owl-nav button.owl-next:hover,
.app-preview .owl-nav button.owl-prev:hover {
  background: #f9c74f;
  color: #fff;
}
.why {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 45px;
}
.why .tile {
  border-radius: 16px;
  color: #fff;
  padding: 18px 16px;
  box-shadow: var(--shadow);
}
.why h4 {
  margin: 0 0 6px;
  font-size: 20px;
}
.tile img {
  background: #ffffff33;
  width: 64px;
  padding: 16px;
  border-radius: 100%;
  height: 64px;
}
.why .tile p {
  color: #fff;
  line-height: 24px;
}
.timeline {
  max-width: 760px;
  margin: 0 auto;
}
.timeline:before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e5e7eb;
  transform: translateX(-50%);
}
.step {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 30px 0;
}
.step:nth-child(2n) .art {
  order: -1;
}
.bubble {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 16px rgba(217, 27, 92, 0.25);
  font-weight: 700;
}
.art,
.t-card {
  background: #fff;
}
.cta,
.cta-card,
.t-grid {
  display: grid;
}
.right {
  text-align: right;
}
.formSection h2,
.japan-rising h2,
.logo-box,
.t-card,
input[type="submit"] {
  text-align: center;
}
.step h3 {
  font-size: 20px;
  padding-top: 12px;
}
.art {
  border-radius: 18px;
  box-shadow: 0 2px 4px 0 #0000001a;
  padding: 16px 16px 10px;
  border: 1px solid #f1f1f1;
}
.art img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.step p {
  margin: 0.4rem 0 0;
  font-size: 16px;
}
.t-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 50px;
  margin: auto;
  max-width: 1024px;
}
.t-card {
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 40px 40px;
  border: 1px solid #f1f1f1;
}
.cta {
  background: linear-gradient(90deg, #d91b5c 0, #e94b3c 100%);
}
.avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  margin: -42px auto 10px;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.stars {
  color: #ffb400;
  margin: 6px 0;
}
.t-card p,
.t-card span {
  font-size: 14px;
}
.mb-0,
.t-card h5 {
  margin-bottom: 0;
}
.cta {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  box-shadow: var(--shadow);
  border-radius: 20px;
}
.cta-card {
  padding: 48px 50px;
}
.cta-card .banner {
  padding: 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.cta-wrap {
  max-width: 896px;
  margin: auto;
}
.cta-card h3 {
  font-size: 36px;
  line-height: 40px;
}
section.cta-wrap .playstore-btn {
  border-radius: 30px;
  border-color: transparent;
  background-color: #000;
}
.store-btns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.store {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  color: #fff;
}
.foot,
.foot ul,
form {
  display: grid;
}
.cta-figure {
  background: #fff;
  height: 100%;
}
.cta-figure img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}
section.cta-wrap .tiny-ctas {
  justify-content: flex-start;
  padding-bottom: 22px;
}
section.cta-wrap a.btn.btn-primary {
  border-radius: 30px;
  width: 201px;
}
footer {
  background: #1a1a1a;
  color: #c7c9d1;
  padding: 40px 0 15px;
}
.foot {
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
  margin-bottom:40px;
}
.foot h5 {
  margin: 0 0 0.7rem;
  color: #fff;
}
.foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  font-size: 14px;
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 18px;
  padding-top: 12px;
  font-size: 12px;
  color: #9aa0a6;
  display:flex;
  justify-content:center;
  align-items:center;
}
.pink {
  color: var(--primary);
}
.light-pink {
  color: var(--accent);
}
.muted {
  color: var(--muted);
}
.soft {
  background: var(--soft);
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-15 {
  margin-bottom: 15px;
}
.foot p {
  font-size: 16px;
  color: #9ca3af;
  padding-right: 50px;
}
.links,
.small-note,
p.lead {
  color: var(--muted);
}
ul.social {
  display: flex;
  gap: 18px;
}
p.lead {
  margin: 0 0 18px;
}
.full.consent .links {
  font-size: 11px;
}
form {
  gap: 10px 10px;
}
select#category {
  color: #8d8a8a;
}
.full {
  grid-column: 1/-1;
}
label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 8px;
}
.checkbox-group,
.radio-group {
  display: grid;
  gap: 8px;
  padding: 0 8px;
  border: 1px dashed #e6e9ef;
  border-radius: 8px;
}
.small-note {
  font-size: 12px;
  margin-top: 6px;
}
.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
input[type="submit"] {
  color: #d91b5c;
  padding: 11px 24px;
  border-radius: 10px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  margin: 5px auto auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #fff;
}
.cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.links {
  font-size: 13px;
}
.success {
  display: none;
  padding: 12px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #064e3b;
  margin-top: 12px;
}
.formSection {
  padding: 60px 0;
  background-color: #eee;
}
.formSection h2 {
  padding-bottom: 50px;
}
form#leadForm {
  padding: 30px;
}
a.btn.btn-primary.stated-now {
  display: flex;
  justify-content: center;
}
section.section.acumen-navi-sec h2 {
  text-align: center;
  padding: 50px 0 0;
}
.acumen-japan-inner {
  max-width: 1200px;
  margin: 50px auto;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.acumen-navi-sec h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
section.section.acumen-navi-sec .feature span i {
  color: #d91b5c;
  font-size: 22px;
}
.japan-rising .feature h3 {
  line-height: 1.2em;
  padding-top: 12px;
}
.japan-rising .feature span i {
  color: #d91b5c;
  font-size: 26px;
}
.acumen-navi-sec p,
.japan-rising .feature p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}
section.section.acumen-navi-sec .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.japan-rising .features {
  display: grid;
  gap: 20px;
  margin-top: 0;
}
section.section.acumen-navi-sec .feature {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  border-left: 5px solid transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.japan-rising .feature {
  background: linear-gradient(to right, #fff, #f8bfc6);
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}
.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #d91b5c;
}
.japan-rising .feature:hover {
  transform: none;
  box-shadow: none;
  border-left: none;
}
section.section.acumen-navi-sec .feature h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #d91b5c;
}
.logo-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.logo-box p {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #555;
}
.logo-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.japan-rising {
  padding: 60px 0;
}
.japan-rising h2 {
  padding-bottom: 30px;
}
main#notice-and-consent h2 {
  color: #e94b3c;
  font-size: 30px;
}
main#notice-and-consent h4 {
  color: #e94b3c;
  font-size: 22px;
}
ol li,
ul li {
  color: #6b7280;
}
main#notice-and-consent h3,
main#notice-and-consent h5 {
  font-size: 18px;
  color: #e94b3c;
}
main#notice-and-consent section {
  padding: 10px 0;
}
@media (max-width: 740px) {
  form {
    grid-template-columns: 1fr;
  }
  .full {
    grid-column: 1/-1;
  }
}
@media (max-width: 1100px) {
  .features,
  .preview {
    grid-template-columns: repeat(3, 1fr);
  }
  .why {
    grid-template-columns: repeat(2, 1fr);
  }
  .foot {
    grid-template-columns: 1fr 1fr;
  }
  .container {
    max-width: 95%;
  }
}
@media (max-width: 860px) {
  section.section.acumen-navi-sec .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .acumen-japan-inner {
    display: block;
  }
  .feature {
    margin-bottom: 12px;
  }
  .about-wrap,
  .acumen-navi-sec,
  .cta,
  .features,
  .step {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 28px;
  }
  .timeline:before {
    left: 18px;
    transform: none;
  }
  .step .bubble {
    margin-left: 0;
  }
  .menu {
    display: none;
  }
  .hamburger {
    display: inline-flex;
  }
  .hero-inner p {
    width: 100%;
  }
  .about-wrap,
  .kicker {
    max-width: 100%;
  }
  .hero-inner .banner-right,
  .hero-inner .banner-left {
    width: calc(100% - 0px);
  }
  .hero-inner {
    flex-wrap: wrap;
  }
  .hero-inner .banner-left {
    padding-bottom: 25px;
  }
}
@media (max-width: 560px) {
  .banner-logos,
  .japan-rising .feature,
  .step,
  .step .right,
  .why .tile,
  section.section.acumen-navi-sec .feature {
    text-align: center;
  }
  .features,
  .japan-rising .features,
  section.section.acumen-navi-sec .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .nav {
    justify-content: flex-end;
  }
  .countdown {
    gap: 8px;
  }
  .hero-banner-logo img {
    width: 100% !important;
  }
  .banner-logos {
    display: block;
    max-width: 100%;
  }
  .banner-logos div {
    padding-bottom: 17px;
  }
  .banner-logos p {
    font-size: 18px;
  }
  .time-box {
    padding: 10px 4px;
    min-width: 88px;
  }
  .hero-banner-logo:after {
    bottom: 30px;
  }
  .acumen-navi-sec h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 25px;
  }
  .japan-rising .features {
    margin-top: 35px;
  }
  .japan-rising-inner {
    display: block !important;
  }
  .imgbox.reveal,
  .imgbox.reveal img {
    width: 100%;
  }
  .preview {
    grid-template-columns: repeat(2, 1fr);
  }
  .foot,
  .t-grid,
  .why {
    grid-template-columns: 1fr;
  }
  .timeline:before {
    display: none;
  }
  .step .bubble {
    margin: auto;
  }
  .step:nth-child(2n) .art {
    order: 2;
  }
  .cta-card {
    padding: 20px;
  }
  .cta-card .banner,
  .hero-inner {
    padding: 0;
  }
  .t-card {
    margin-bottom: 28px;
  }
}
.app-static-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.app-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.caption {
  margin-top: 10px;
  font-weight: 500;
}
.phone-group {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.phone-group select {
  width: 70px;
  height: 100%;
  border: none;
  border-right: 1px solid #e5e5e5;
  padding: 0 10px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
}
.phone-group input {
  flex: 1;
  height: 100%;
  border: none;
  padding: 0 12px;
  font-size: 14px;
}
.phone-group select:focus {
  outline: none;
}
.phone-group input:focus {
  outline: none;
}
.phone-group.error select,
.phone-group.error input {
    border-color: #e53935;
}
.social li a i{
    font-size:20px;
}

@media (max-width: 768px) {
  .app-static-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 400px) {
  .time-box {
    padding: 10px 4px;
    min-width: 76px;
    font-size: 14px;
  }
  .time-box span {
    font-size: 1rem;
  }
}
