:root {
  --usen-blue: #094c97;
  --usen-light-blue: #35adeb;
  --usen-bg-blue: #96d5ff;
  --usen-pale-blue: #e2f2ff;
  --gray-bg: #dde2e7;
  --text-dark: #36404b;
  --text-black: #000;
  --white: #fff;
}

/* ======================

header

====================== */

.header-level2-left-logo img {
  width: 120px;
}

.nav {
  width: 960px;
  margin: 0 auto;
}

.logo {
  background: url(../img/logo_hikari_new.png) no-repeat;
  width: 135px;
  height: 35px;
  text-indent: -999999px;
  margin-right: auto;
}

.tel {
  font-size: 1.5rem;
  font-weight: bold;
}

.tel:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_phone.svg);
  background-size: contain;
  margin-right: 5px;
}

.nav__info__contact a {
  background-color: #006ebc;
  height: 90px;
  display: block;
  margin-left: 20px;
  padding: 25px 10px 0;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  line-height: 1.4;
}

.nav__info__contact a:hover {
  opacity: 0.8;
}
.nav__info__contact a img {
  margin-bottom: 0.8rem;
}

.icon_mail {
  width: 20px;
}

@media only screen and (max-width: 600px) {
  .nav {
    width: 100%;
    line-height: 1.8rem;
  }

  .logo {
    width: 28%;
    background-size: contain;
    text-indent: -999999px;
    margin-left: 2%;
  }

  .tel {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .tel:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
  }

  .nav__info__contact a {
    background-color: #006ebc;
    height: 60px;
    display: block;
    margin-left: 10px;
    padding: 10px 10px 0;
    color: #fff;
    font-size: 1.1rem;
    position: relative;
    text-align: center;
  }

  .nav__info__contact a:hover {
    opacity: 0.8;
  }

  .icon_mail {
    width: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-level3-left-logo img {
    width: auto;
    height: 22px;
  }
  .header .header-level3-left-inner {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center !important;
  }
  .header .header-level3-left-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header-level2-inner,
  .header .header-level3-inner {
    height: 50px;
  }
  .header.is-fixed .header-main {
    background-color: #fff;
  }
}

/* ========================================================================
     Component: Common
 ========================================================================== */
body {
  color: var(--text-black);
}

@media screen and (max-width: 767px) {
  .text-note {
    font-size: 12px;
  }
}

/* number-badge */
.badge-wrapper {
  display: grid;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  grid-template-columns: 26px auto;
}
@media screen and (max-width: 767px) {
  .badge-wrapper {
    justify-content: flex-start;
  }
}

.number-badge {
  position: relative;
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
}

.number-badge-bg {
  width: 26px;
  height: 26px;
  background-color: #8999ab;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
}

.number-text {
  color: #ffffff;
  font-family: "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 1;
}

.badge-text {
  color: #8999ab;
  font-family: "Noto Sans JP", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

/* ========================================================================
     Component: Mainvisual
 ========================================================================== */
.webp .mv-l::before {
  background-image: url("/service/wifi/uhikari/assets/images/top/mainvisual_bg.png.webp");
}
.no-webp .mv-l::before {
  background-image: url("/service/wifi/uhikari/assets/images/top/mainvisual_bg.png");
}
@media screen and (max-width: 767px) {
  .webp .mv-l::before {
    background-image: url("/service/wifi/uhikari/assets/images/top/mainvisual_bg_sp.png.webp");
  }
  .no-webp .mv-l::before {
    background-image: url("/service/wifi/uhikari/assets/images/top/mainvisual_bg_sp.png");
  }
}
.mv-l-header {
  padding: 26px 36px;
  top: calc(50% - -20px);
}
.mv-l-header-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.mv-l-header-title-add {
  background: #333;
  padding: 4px 8px;
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .mv-l-header-title-add {
    font-size: 12px;
  }
}
.mv-l-header-logo {
  width: 100%;
  margin-top: 26px;
}
.mv-l-header-logo img {
  height: 54px;
  width: auto;
}

/* Pricing Section */
.mv-l .pricing-section {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 674px;
}
@media screen and (max-width: 767px) {
  .mv-l .pricing-section {
    position: static;
    transform: none;
    width: 100%;
  }
  .mv-l-header-logo {
    margin-top: 10px;
  }
  .mv-l-header-logo img {
    height: 35px;
    width: 144px;
  }
}

.mv-l .pricing-card {
  padding: 27px 80px 40px;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 10px 10px 10px 0 rgba(51, 51, 51, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-l .pricing-card {
    width: 100%;
    padding: 43px 16px 16px;
  }
}

.mv-l .pricing-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mv-l .pricing-header {
    margin-bottom: 18px;
    gap: 4px;
  }
}

.mv-l .logo-section {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.mv-l .usen-logo {
  width: 120px;
  height: 30px;
  object-fit: contain;
}

.mv-l .logo-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-black);
  line-height: 1;
  letter-spacing: 0.9px;
}

.mv-l .main-headline {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv-l .main-headline {
    gap: 2px;
  }
}

.mv-l .number-large {
  font-family: "Inter", "Avenir Next", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--text-black);
  line-height: 0.8;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .mv-l .number-large {
    font-size: 32px;
  }
}

.mv-l .time-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-black);
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .mv-l .time-unit {
    font-size: 16px;
  }
}

.mv-l .support-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 6vw, 36px);
  font-weight: 700;
  color: var(--text-black);
  line-height: 1.6;
  letter-spacing: 1.08px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-l .support-text {
    font-size: 22px;
  }
}

.mv-l .pricing-plans {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 450px;
  float: right;
}
@media screen and (max-width: 767px) {
  .mv-l .pricing-plans {
    gap: 22px;
    float: none;
    width: 100%;
  }
}

.mv-l .plan-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .mv-l .plan-row {
    justify-content: space-around;
    align-items: center;
  }
}

.mv-l .plan-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-black);
  line-height: 2;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .mv-l .plan-name {
    line-height: 1.5;
  }
}

.mv-l .plan-price {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .mv-l .plan-price {
    align-items: baseline;
    height: 36px;
  }
}

.mv-l .price-number {
  font-family: "Inter", "Avenir Next", sans-serif;
  font-size: clamp(36px, 8vw, 48px);
  font-weight: 500;
  color: var(--usen-blue);
  line-height: 0.8;
  letter-spacing: 0.72px;
}

.mv-l .price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--usen-blue);
  line-height: 1.8;
  letter-spacing: 1.2px;
}

.mv-l .price-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--usen-blue);
  line-height: 3.6;
  letter-spacing: 1.2px;
}

.mv-l .pricing-section .list-asterisk-num {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .mv-l .pricing-section .list-asterisk-num {
    padding: 8px 20px;
    background: #fff;
    display: block;
  }
}

/* ========================================================================
   Component: about
========================================================================== */
.about .column {
  align-items: end;
  color: #000;
}
@media screen and (max-width: 767px) {
  .about .btn-cta {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .col-320 picture img {
    width: 100%;
  }
}

/* ========================================================================
   Component: features
========================================================================== */
.features-grid {
  display: grid;
  grid-template-columns: 232px 232px 232px;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .features-grid {
    display: flex;
    flex-flow: column;
  }
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature-card {
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
  }
}

.icon-container {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .icon-container,
  .icon-container img {
    width: 104px;
    height: 104px;
  }
}

/* speech-bubble */
.speech-bubble {
  margin-top: 10px;
  position: relative;
  background-color: #094c97;
  color: #ffffff;
  border-radius: 4px;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 12px rgba(9, 76, 151, 0.2);
}
@media screen and (max-width: 767px) {
  .speech-bubble {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.speech-bubble::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #094c97;
}

.speech-bubble-text {
  display: block;
  line-height: 1.8;
}

/* ========================================================================
   Component: pricing-container
========================================================================== */
.pricing-wrapper {
  display: block;
  overflow: auto;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .category-labels-container {
    order: 1;
    width: 75px;
  }
  .usen-xg-10g {
    order: 2;
  }
  .usen-xg-1g {
    order: 3;
  }
}

.pricing-container .service-speed {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-black);
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .pricing-container .service-speed {
    letter-spacing: -0.3px;
  }
}

.pricing-container .service-speed strong {
  font-size: 24px;
  font-weight: 700;
  margin: 0 4px;
}

.pricing-container .cost-item {
  letter-spacing: 0.8px;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}

.pricing-container .plus-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 0 8px;
}

.pricing-container .plus-icon::before,
.pricing-container .plus-icon::after {
  content: "";
  position: absolute;
  background: var(--text-dark);
}

.pricing-container .plus-icon::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pricing-container .plus-icon::after {
  width: 2px;
  height: 12px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.pricing-container .total-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.pricing-container .total-amount {
  font-family: "Avenir Next", Roboto, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 0.72px;
}

.pricing-container .effective-cost {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.pricing-container .effective-cost-container {
  display: flex;
  gap: 5px;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pricing-container .effective-cost-container {
    gap: 10px;
    align-items: center;
    flex-flow: column;
  }
}

.pricing-container .services-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: end;
  margin-top: 72px;
  width: 1024px;
}
@media screen and (max-width: 767px) {
  .pricing-container .services-comparison {
    width: auto;
    grid-template-columns: 75px 236px 300px;
    position: relative;
  }
}

.pricing-container .service-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.pricing-container .desktop-service-header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pricing-container .usen-xg-10g .desktop-service-header {
    position: absolute;
    top: 0;
    left: 40px;
    white-space: nowrap;
  }
}

.pricing-container .desktop-service-header img {
  height: 40px;
  width: auto;
  margin-bottom: 14px;
}

.pricing-container .desktop-pricing-card {
  border: 10px solid var(--usen-bg-blue);
  border-radius: 4px;
  background: var(--white);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pricing-container .desktop-pricing-card {
    border-width: 5px;
  }
}

.pricing-container .desktop-pricing-card.pale {
  border-color: var(--usen-pale-blue);
}

.pricing-container .desktop-initial-section {
  padding: 50px 10px;
  text-align: center;
  border-bottom: 2px solid var(--usen-bg-blue);
  height: 222px;
}
@media screen and (max-width: 767px) {
  .pricing-container .desktop-initial-section {
    height: auto;
    padding: 22px 10px;
  }
}

.pricing-container .desktop-cost-breakdown {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pricing-container .desktop-cost-breakdown {
    flex-flow: column;
  }
}

.pricing-container .desktop-total {
  margin: 10px 0 0;
}

.desktop-effective {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .desktop-effective {
    flex-flow: column;
    align-items: center;
  }
}

.pricing-container .arrow-icon {
  width: 21px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .pricing-container .arrow-icon {
    transform: rotate(90deg) translateX(4px);
  }
}

.pricing-container .arrow-icon path {
  fill: var(--usen-light-blue);
}

.pricing-container .desktop-monthly-section {
  padding: 0;
  text-align: center;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pricing-container .desktop-monthly-section {
    height: 302px;
  }
}

.pricing-container .desktop-monthly-large {
  font-family: "Avenir Next", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--usen-blue);
  letter-spacing: 0.72px;
}

.pricing-container .detailed-pricing {
  background: var(--usen-pale-blue);
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pricing-container .detailed-pricing {
    padding: 5px;
  }
}

.pricing-container .detailed-header {
  background: var(--usen-pale-blue);
  text-align: center;
  border: 2px solid #fff;
  border-radius: 4px;
}

.pricing-container .region-pricing {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px;
}

.pricing-container .region-label {
  background: var(--usen-pale-blue);
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-container .region-price {
  background: var(--white);
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.pricing-container .region-price-large {
  font-family: "Avenir Next", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--usen-blue);
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .pricing-container .region-price-large {
    font-size: 30px;
  }
}

.pricing-container .region-currency {
  font-size: 24px;
  font-weight: 700;
  color: var(--usen-blue);
  letter-spacing: 1.2px;
}

@media (min-width: 768px) {
  .mobile-pricing {
    display: none;
  }

  .desktop-pricing {
    display: block;
  }
}
/* ポイントバック関連のテキスト */
.point-back-text-small {
  font-size: 16px;
  font-weight: 700;
  color: var(--usen-blue);
}

.effective-price-label {
  font-size: 24px;
  font-weight: 700;
  color: var(--usen-blue);
}

.effective-price-number {
  font-family: "Avenir Next";
  font-size: 48px;
  font-weight: 500;
  line-height: 0.8;
  color: var(--usen-blue);
}

.effective-price-unit {
  font-size: 24px;
  font-weight: 700;
  color: var(--usen-blue);
}
@media screen and (max-width: 767px) {
  .effective-price-label {
    font-size: 18px;
  }
  .effective-price-number {
    font-size: 30px;
  }
  .effective-price-unit {
    font-size: 18px;
  }
}

/* カテゴリーラベルのコンテナと項目 */
.category-labels-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.category-label {
  background: var(--gray-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 118px;
}
@media screen and (max-width: 767px) {
  .category-label {
    width: 75px;
  }
}

.category-label-initial {
  height: 230px;
}
.category-label-monthly {
  height: 380px;
}
@media screen and (max-width: 767px) {
  .category-label-initial {
    height: 262px;
  }
  .category-label-monthly {
    height: 307px;
  }
}

/* 詳細価格表のグリッドレイアウト */
.detailed-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px;
  align-items: center;
}

.region-column {
  width: 110px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .region-column {
    width: 72px;
  }
}

.region-label-fixed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.region-label-fixed:first-child {
  border-bottom: 2px solid var(--white);
}

.region-label-span2 {
  grid-row: span 2;
  border-right: 2px solid var(--white);
}
@media screen and (max-width: 767px) {
  .pricing-container .region-label {
    padding: 0 5px;
    text-align: left;
    width: 72px;
    min-height: 72px;
    line-height: 1.3;
  }
  .region-label-span2 {
    width: 75px;
  }
}
.region-label-span2:first-child {
  border-bottom: 2px solid var(--white);
}
.region-label-span3 {
  border-bottom: 2px solid var(--white);
}

.region-price-span2 {
  grid-row: span 2;
}

.cost-details {
  padding: 20px 0;
  text-align: center;
  background: var(--white);
}

.plus-icon-centered {
  margin: 8px auto;
}

/* 月額料金グリッドレイアウト */
.monthly-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border: 2px solid var(--white);
  margin-top: 2px;
}

.col-232 {
  max-width: 232px;
  width: 21.804511278195488vw;
}
@media screen and (max-width: 767px) {
  .col-232 {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 24px;
  }
}

/* pricing-card-hikaridenwa */
.pricing-card-hikaridenwa-wrapper {
  margin: 38px auto 0;
  width: 672px;
}
@media screen and (max-width: 767px) {
  .pricing-card-hikaridenwa-wrapper {
    width: 100%;
  }
}

.pricing-card-hikaridenwa {
  width: 100%;
  display: flex;
  height: auto;
  min-height: 128px;
  padding: 10px;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  background-color: #dde2e7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pricing-card-hikaridenwa .service-panel {
  display: flex;
  flex: 1;
  height: 108px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 2px;
}

.pricing-card-hikaridenwa .service-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-card-hikaridenwa .service-title {
  color: #000000;
  font-family: "Noto Sans JP", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.9px;
  margin-bottom: 2px;
}

.pricing-card-hikaridenwa .service-subtitle {
  color: #000000;
  font-family: "Noto Sans JP", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.8px;
}

.pricing-card-hikaridenwa .price-panel {
  display: flex;
  flex: 1;
  height: 108px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 2px;
}

.pricing-card-hikaridenwa .price-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}

.pricing-card-hikaridenwa .price-amount {
  color: #094c97;
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .pricing-card-hikaridenwa .price-amount {
    font-size: 30px;
  }
}

.pricing-card-hikaridenwa .price-unit {
  color: #094c97;
  font-family: "Noto Sans JP", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .pricing-card-hikaridenwa .price-unit {
    font-size: 18px;
  }
}

/* cart-banner */
.cart-banner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 848px;
  height: 252px;
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  overflow: hidden;
  background: url("/service/wifi/uhikari/assets/images/top/bg_cart-banner.svg")
    no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .cart-banner {
    width: 100%;
    height: auto;
    background: url("/service/wifi/uhikari/assets/images/top/bg_cart-banner.svg")
      top/200% auto;
  }
}
.cart-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .cart-banner-content {
    flex-flow: column-reverse;
    padding: 0 8px 8px;
  }
}

.cart-banner .content-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  padding: 27px 49px;
  border-radius: 4px;
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cart-banner .content-left {
    padding: 25px 0;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.cart-banner .main-text {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .cart-banner .main-text {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .cart-banner .btn-second {
    padding: 18px 20px 18px 10px;
  }
}

.cart-banner .content-right {
  position: absolute;
  top: 0;
  right: 9px;
}
@media screen and (max-width: 1024px) {
  .cart-banner .content-right {
    position: static;
  }
}

.cart-banner .device-image {
  width: 371px;
  height: auto;
  max-width: 100%;
}

.merit1-image-sp {
  transform: translateX(-20px);
  max-width: inherit;
  width: calc(100% + 40px);
}

/* comparison */
.comparison-wrapper {
  overflow: auto;
}

.comparison-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: end;
  width: 1024px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .comparison-inner {
    margin-top: 56px;
  }
}

.comparison-wrapper .cost-header {
  width: 118px;
  display: flex;
  flex-direction: column;
}

.comparison-wrapper .cost-header-item {
  height: 114px;
  background: #dde2e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 1px;
}

.comparison-wrapper .cost-header-monthly {
  height: 323px;
  background: #dde2e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comparison-inner {
    grid-template-columns: 75px 235px 260px;
    width: auto;
  }
  .comparison-wrapper .cost-header {
    order: 1;
    width: 75px;
  }
  .comparison-wrapper .usen-xg {
    order: 2;
  }
  .comparison-wrapper .usen-plus {
    order: 3;
    width: 260px;
  }
  .comparison-wrapper .cost-header-item {
    height: 305px;
  }
  .comparison-wrapper .cost-header-monthly {
    height: 377px;
  }
}

.comparison-wrapper .plan-card {
  width: 443px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .plan-card {
    width: auto;
  }
}

.comparison-wrapper .plan-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 24px 10px;
  width: 100%;
}

.comparison-wrapper .recommended-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 44px;
  background: #33adff;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  position: relative;
}
.comparison-wrapper .recommended-badge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #33adff;
}

.comparison-wrapper .logo {
  height: 40px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .logo {
    height: 34px;
  }
}

.comparison-wrapper .features-section {
  background: #96d5ff;
  padding: 24px 10px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.comparison-wrapper .features-section-1gbps {
  background: #dde2e7;
  padding: 24px 10px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .features-section {
    padding: 24px 5px 24px 10px;
  }
  .comparison-wrapper .features-section-1gbps {
    background: #e2f2ff;
  }
}

.comparison-wrapper .features-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 354px;
  margin: 0 auto;
}

.comparison-wrapper .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comparison-wrapper .feature-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #000;
}

.comparison-wrapper .pricing-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 10px solid #96d5ff;
  background: #fff;
}

.comparison-wrapper .pricing-section-1gbps {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 10px solid #e2f2ff;
  background: #fff;
}

.comparison-wrapper .initial-cost {
  background: #fff;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #96d5ff;
}

.comparison-wrapper .pricing-section-1gbps .initial-cost {
  border-bottom: none;
}
.comparison-wrapper .pricing-section-1gbps .region-prices {
  border-top: 1px solid #e2f2ff;
  width: 100%;
}

.comparison-wrapper .price {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.comparison-wrapper .price-number {
  font-family: "Avenir Next", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.72px;
  color: #094c97;
}
.comparison-wrapper .price-unit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.2px;
  color: #094c97;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .price {
    align-items: baseline;
  }
  .comparison-wrapper .price-number {
    font-size: 30px;
  }
  .comparison-wrapper .price-unit {
    font-size: 18px;
    line-height: 1;
  }
}

.comparison-wrapper .monthly-cost {
  background: #fff;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 137px;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .monthly-cost {
    height: 126px;
  }
}

.comparison-wrapper .area-section {
  margin: 2px;
  border: 1px solid #96d5ff;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .area-section {
    padding: 20px 0;
  }
}

.comparison-wrapper .area-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
}

.comparison-wrapper .area-links {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .comparison-wrapper .area-links {
    flex-direction: column;
    gap: 8px;
  }
}

.comparison-wrapper .area-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #094c97;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #094c97;
  padding-bottom: 2px;
}

.comparison-wrapper .arrow {
  width: 7px;
  height: 7px;
  border-top: 2px solid #094c97;
  border-right: 2px solid #094c97;
  transform: rotate(45deg);
}

.comparison-wrapper .area-note {
  font-size: 14px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
}

/* USEN+ specific styles */
.comparison-wrapper .plan-card .usen-plus .plan-header {
  gap: 18px;
}

.comparison-wrapper .plan-card .usen-plus .features-section {
  background: #efefef;
  border-radius: 4px 4px 0 0;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-wrapper .plan-card .usen-plus .checkmark {
  background: #96d5ff;
}

.comparison-wrapper .plan-card .usen-plus .pricing-section {
  background: #e2f2ff;
  border-radius: 0 0 4px 4px;
  padding: 8px 10px 10px 10px;
}

.comparison-wrapper .plan-card .usen-plus .detailed-pricing {
  background: #fff;
  padding: 2px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.comparison-wrapper .region-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 157px;
}

.comparison-wrapper .region-label {
  width: 104px;
  height: 157px;
  background: #e2f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .region-label {
    height: 184px;
  }
}

.comparison-wrapper .region-prices {
  width: 315px;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
}
.comparison-wrapper .region-prices:first-child {
  border-top: 1px solid #e2f2ff;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .region-prices {
    width: 100%;
    height: 184px;
    padding: 10px 0;
  }
}

.comparison-wrapper .price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper .price-row {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 8px;
  }
  .comparison-wrapper .region-row {
    height: auto;
  }
}

.comparison-wrapper .plan-type {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

/* ========================================================================
   Component: more
========================================================================== */
.more {
  margin-top: 98px;
}
