/** Shopify CDN: Minification failed

Line 680:43 Expected ":"

**/
.gen3-ja-introduction-section .gen3-ja-introduction {
  background: var(--gen3-intro-bg);
  display: block;
  min-height: 1080px;
  padding: var(--section-padding);
}
.gen3-ja-introduction .heading-block__title div{
  font-family: 'FZYJH_JP_Medium';
}

.gen3-ja-introduction-section .gen3-ja-introduction__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.gen3-ja-introduction-section .gen3-ja-introduction__layout {
  display: flex;
  flex-direction: column;
}

.gen3-ja-introduction-section .gen3-ja-introduction__media-layout {
  display: flex;
  justify-content: center;
  gap: 154px;
}

.gen3-ja-introduction-section .gen3-ja-introduction__hero-image,
.gen3-ja-introduction-section .gen3-ja-introduction__hero-image.slide-image-mobile,
.gen3-ja-introduction-section .gen3-ja-introduction__hero-image.slide-image-pad {
  width: 100%;
  height: auto;
  max-width: 620px;
  max-height: 768px;
  object-fit: contain;
  object-position: left bottom;
}

.gen3-ja-introduction-section .gen3-ja-introduction__product-name {
  font-family: 'FZYJH_JP_Medium';
  font-weight: 500;
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 40px;
  color: var(--gen3-intro-heading-color);
}

.gen3-ja-introduction-section .gen3-ja-introduction__description,
.gen3-ja-introduction-section .gen3-ja-introduction__comment {
  font-family: 'FZYJH_JP_Medium';
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  color: var(--gen3-intro-text-color);
}

.gen3-ja-introduction-section .gen3-ja-introduction__comment {
  margin-top: 6px;
}

.gen3-ja-introduction-section .gen3-ja-introduction__aside-media {
  width: 100%;
  flex: 0 0 460px;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.gen3-ja-introduction-section .gen3-ja-introduction__tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin-bottom: 32px;
  width: 100%;
}

.gen3-ja-introduction-section .gen3-ja-introduction__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid var(--gen3-intro-tag-border);
  border-radius: 8px;
  color: var(--gen3-intro-tag-text);
  font-size: 14px;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.04);
}

.gen3-ja-introduction-section .gen3-ja-introduction__tag--1 {
  background: rgba(255, 81, 81, 0.10);
}

.gen3-ja-introduction-section .gen3-ja-introduction__tag--2 {
  background: rgba(42, 111, 211, 0.10);
}

.gen3-ja-introduction-section .gen3-ja-introduction__tag--3 {
  background: rgba(255, 242, 53, 0.10);
}

.gen3-ja-introduction-section .gen3-ja-introduction__tag--4 {
  background: rgba(132, 255, 239, 0.10);
}

.gen3-ja-introduction-section .gen3-ja-introduction__tag span {
  font-size: 18px;
  line-height: 32px;
  font-family: 'FZYJH_JP_Medium';
  font-weight: 500;
}

.gen3-ja-introduction-section .gen3-ja-introduction__card-shell {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.gen3-ja-introduction-section .gen3-ja-introduction__promo-left,
.gen3-ja-introduction-section .gen3-ja-introduction__promo-right {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.gen3-ja-introduction-section .gen3-ja-introduction__promo-left {
  top: 0;
  left: 0;
  width: 145px;
  height: 133px;
  background: var(--gen3-intro-ribbon-left);
  clip-path: polygon(0% 100%, 100% 0%, 46.13% 0%, 0% 45.22%);
}

.gen3-ja-introduction-section .gen3-ja-introduction__promo-left span {
  position: absolute;
  top: 72px;
  left: 10px;
  transform: rotate(-43deg);
  transform-origin: left center;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.gen3-ja-introduction-section .gen3-ja-introduction__promo-right {
  top: 0;
  right: 0;
  width: 106px;
  height: 106px;
  background: var(--gen3-intro-ribbon-right);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.gen3-ja-introduction-section .gen3-ja-introduction__promo-right p {
  position: absolute;
  top: 2px;
  right: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.gen3-ja-introduction__promo-right p .big {
  font-size: 24px;
}

.gen3-ja-introduction-section .gen3-ja-introduction__product-card {
  position: relative;
  z-index: 2;
}

.gen3-ja-introduction-section .gen3-ja-introduction .product-card-area {
  width: 100%;
  max-width: none;
}

.gen3-ja-introduction-section .gen3-ja-introduction .product-card-content {
  padding: 28px 40px;
  border: 1px solid var(--gen3-intro-card-border);
  background: var(--gen3-intro-card-bg);
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 4px inset, rgba(0, 0, 0, 0.3) -1px -1px 6px inset, rgba(0, 0, 0, 0.15) 0px 4px 12px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .product-title {
  display: none;
}

.gen3-ja-introduction-section .gen3-ja-introduction .product-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .product-image,
.gen3-ja-introduction-section .gen3-ja-introduction .product-image-wrapper img {
  width: 150px;
  height: 150px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .product-image {
  max-width: 150px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .color-swatches {
  gap: 20px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.gen3-ja-introduction-section .gen3-ja-introduction .simple-variant-option {
  margin-top: 22px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .color-swatch-wrapper,
.gen3-ja-introduction-section .gen3-ja-introduction .size-option-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gen3-ja-introduction-section .gen3-ja-introduction .new-badge {
  position: absolute;
  right: -16px;
  top: -10px;
  background: #2A6FD3;
  color: #FFFFFF;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 9999px;
  line-height: normal;
  z-index: 2;
  pointer-events: none;
}

.gen3-ja-introduction .size-option-wrapper .new-badge {
  font-size: 6px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .color-swatch-wrapper:has(.active) .new-badge {
  right: -16px;
  top: -15px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch.active + .new-badge {
  transform: translateY(-4px);
}

.gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch .color-swatch {
  width: 26px;
  height: 26px;
  margin: 0;
}

.gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch.active .color-swatch {
  width: 34px;
  height: 34px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-btn {
  min-height: 48px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-btn:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.5);
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-btn.active:not(.size-btn-know-overlay) {
  border: 2px solid #fff;
  padding: 7px;
  color: #fff;
  background: transparent;
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-btn-know-overlay.active {
  border: none;
  padding: 8px;
  color: #fff;
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-dropdown {
  position: relative;
  width: 100%;
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-dropdown.is-open .size-btn-know-trigger {
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-dropdown-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #1a1a1a;
  z-index: 40;
  overflow: hidden;
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-btn-know-overlay {
  min-height: 48px;
  padding: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-options.show {
  padding: 14px 16px 16px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .price-wrapper {
  gap: 10px;
  margin-bottom: 24px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .current-price {
  font-size: 44px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .original-price {
  color: var(--gen3-intro-muted-color);
  font-size: 16px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .action-buttons {
  gap: 24px;
  margin-top: 16px;
}

.gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now,
.gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more {
  min-height: 48px;
  padding: 4px 10px;
  font-size: 18px;
  border-radius: 99999px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now {
  background: var(--gen3-intro-primary-btn-bg);
  color: var(--gen3-intro-primary-btn-text);
  border: 1px solid #fff;
}

.gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now:hover {
  background: var(--gen3-intro-primary-btn-hover-bg);
  color: var(--gen3-intro-primary-btn-hover-text);
}

.gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more {
  background: transparent;
  color: var(--gen3-intro-heading-color);
  border-color: var(--gen3-intro-secondary-btn-border);
}

.gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more:hover {
  background: var(--gen3-intro-secondary-btn-hover-bg);
  color: var(--gen3-intro-secondary-btn-hover-text);
  border-color: var(--gen3-intro-secondary-btn-hover-bg);
}

.gen3-ja-introduction-section .gen3-ja-introduction .size-selection {
  gap: 24px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .gen3-ja-introduction-section .gen3-ja-introduction__media-layout {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .gen3-ja-introduction__content {
    width: clamp(688px, 100%, 800px);
    margin: 0 auto;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__product-name {
    font-size: 24px;
    line-height: 32px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__description,
  .gen3-ja-introduction-section .gen3-ja-introduction__comment {
    font-size: 16px;
    line-height: 24px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__hero-image {
    max-height: 536px;
    margin-top: 8px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__aside-media {
    margin-top: 0;
    flex: 0 0 auto;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .color-swatches {
    align-items: flex-end;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .current-price {
    font-size: 32px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-options-grid {
    gap: 20px 20px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-options-grid .size-option-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .gen3-ja-introduction-section .gen3-ja-introduction__media-layout {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .gen3-ja-introduction__content {
    width: 100%;
    margin: 0 auto;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__product-name {
    font-size: 24px;
    line-height: 32px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__description,
  .gen3-ja-introduction-section .gen3-ja-introduction__comment {
    font-size: 16px;
    line-height: 24px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__hero-image {
    max-height: 501px;
    margin-top: 50px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__aside-media {
    margin-top: 0;
    flex: 0 0 auto;
    max-width: min(100%, 460px);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .color-swatches {
    align-items: flex-end;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .current-price {
    font-size: 32px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-options-grid {
    gap: 20px 16px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-options-grid .size-option-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__tag span {
    font-size: 16px;
    line-height: 28px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .product-card-content {
    padding: 28px clamp(8px, calc(8px + (40 - 8) * ((100vw - 375px) / (767 - 375))), 40px);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__tag {
    padding: 8px clamp(2px, calc(2px + (16 - 2) * ((100vw - 375px) / (767 - 375))), 16px)
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now:hover {
    background: var(--gen3-intro-primary-btn-bg);
    color: var(--gen3-intro-primary-btn-text);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now:active {
    background: var(--gen3-intro-primary-btn-hover-bg);
    color: var(--gen3-intro-primary-btn-hover-text);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more:hover {
    background: transparent;
    color: var(--gen3-intro-heading-color);
    border-color: var(--gen3-intro-secondary-btn-border);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more:active {
    background: var(--gen3-intro-secondary-btn-hover-bg);
    color: var(--gen3-intro-secondary-btn-hover-text);
    border-color: var(--gen3-intro-secondary-btn-hover-bg);
  }
}

@media screen and (max-width: 374px) {
  .gen3-ja-introduction-section .gen3-ja-introduction__media-layout {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .gen3-ja-introduction__content {
    width: 100%;
    margin: 0 auto;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__product-name {
    font-size: calc(24 * 100vw / 375);
    line-height: calc(32 * 100vw / 375);
    margin-bottom: calc(16 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__description,
  .gen3-ja-introduction-section .gen3-ja-introduction__comment {
    font-size: calc(16 * 100vw / 375);
    line-height: calc(24 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__hero-image {
    max-height: calc(501 * 100vw / 375);
    margin-top: calc(50 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__aside-media {
    margin-top: 0;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .color-swatches {
    align-items: flex-end;
    gap: calc(20 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .new-badge {
    right: calc(-16 * 100vw / 375);
    top: calc(-10 * 100vw / 375);
    font-size: calc(8 * 100vw / 375);
    padding: calc(2 * 100vw / 375) calc(4 * 100vw / 375);
  }
  
  .gen3-ja-introduction-section .gen3-ja-introduction .color-swatch-wrapper:has(.active) .new-badge {
    right: calc(-16 * 100vw / 375);
    top: calc(-15 * 100vw / 375);
  }
  
  .gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch.active + .new-badge {
    transform: translateY(calc(-4 * 100vw / 375));
  }
  
  .gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch {
    width: calc(34 * 100vw / 375);
    height: calc(34 * 100vw / 375);
    margin-bottom: 0px;
  }
  
  .gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch .color-swatch {
    width: calc(26 * 100vw / 375);
    height: calc(26 * 100vw / 375);
    margin: 0;
  }
  
  .gen3-ja-introduction-section .gen3-ja-introduction .button-color-swatch.active .color-swatch {
    width: calc(34 * 100vw / 375);
    height: calc(34 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .current-price {
    font-size: calc(32 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-options-grid {
    gap: calc(20 * 100vw / 375) calc(20 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-options-grid .size-option-btn {
    width: calc(32 * 100vw / 375);
    height: calc(32 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__tag span {
    font-size: calc(16 * 100vw / 375);
    line-height: calc(28 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__tag svg {
    width: calc(24 * 100vw / 375);
    height: calc(24 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .product-card-content {
    padding: calc(28 * 100vw / 375) calc(8 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__tag {
    padding: calc(8 * 100vw / 375) calc(2 * 100vw / 375);
    gap: calc(10 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__promo-left {
    width: calc(145 * 100vw / 375);
    height: calc(133 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__promo-left span {
    top: calc(72 * 100vw / 375);
    left: calc(10 * 100vw / 375);
    font-size: calc(18 * 100vw / 375);
    line-height: calc(24 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__promo-right {
    width: calc(106 * 100vw / 375);
    height: calc(106 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction__promo-right p {
    top: calc(2 * 100vw / 375);
    right: calc(6 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }

  .gen3-ja-introduction__promo-right p .big {
    font-size: calc(24 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .product-image, .gen3-ja-introduction-section .gen3-ja-introduction .product-image-wrapper img {
    width: calc(150 * 100vw / 375);
    height: calc(150 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-btn {
    min-height: calc(48 * 100vw / 375);
    padding: calc(8 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: transparent;
    transition: all 0.3s ease;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-btn.active:not(.size-btn-know-overlay) {
    border: 2px solid #fff;
    padding: calc(7 * 100vw / 375);
    color: #fff;
    background: transparent;
    box-shadow: none;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-btn-know-overlay.active {
    border: none;
    padding: calc(8 * 100vw / 375);
    color: #fff;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-dropdown-overlay {
    border: 2px solid #fff;
    border-radius: calc(8 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-selection {
    gap: calc(24 * 100vw / 375);
    margin-bottom: calc(16 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .price-wrapper {
    gap: calc(10 * 100vw / 375);
    margin-bottom: calc(24 * 100vw / 375);s
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .original-price {
    font-size: calc(16 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .action-buttons {
    gap: calc(24 * 100vw / 375);
    margin-top: calc(16 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now,
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more {
    min-height: calc(48 * 100vw / 375);
    padding: calc(4 * 100vw / 375) calc(10 * 100vw / 375);
    font-size: calc(18 * 100vw / 375);
    border-radius: 50px;
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-btn-know-overlay {
    min-height: calc(48 * 100vw / 375);
    padding: calc(8 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    border-radius: calc(8 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .size-options.show {
    padding: calc(14 * 100vw / 375) calc(12 * 100vw / 375) calc(16 * 100vw / 375);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now:hover {
    background: var(--gen3-intro-primary-btn-bg);
    color: var(--gen3-intro-primary-btn-text);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-shop-now:active {
    background: var(--gen3-intro-primary-btn-hover-bg);
    color: var(--gen3-intro-primary-btn-hover-text);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more:hover {
    background: transparent;
    color: var(--gen3-intro-heading-color);
    border-color: var(--gen3-intro-secondary-btn-border);
  }
  .gen3-ja-introduction-section .gen3-ja-introduction .btn-learn-more:active {
    background: var(--gen3-intro-secondary-btn-hover-bg);
    color: var(--gen3-intro-secondary-btn-hover-text);
    border-color: var(--gen3-intro-secondary-btn-hover-bg);
  }
  .gen3-ja-introduction .size-option-wrapper .new-badge {
    font-size: calc(6 * 100vw / 375);
  }
}
