.l-main {
  max-width: 12.8rem;
  margin: 0 auto;
  background-color: #fff;
}

/* SP only line break utility: <br class="sp-only-br"> */
.sp-only-br {
  display: none;
}

/* PC only line break utility: <br class="pc-only-br"> */
.pc-only-br {
  display: inline;
}

@media (max-width: 767px) {
  .sp-only-br {
    display: inline;
  }

  .pc-only-br {
    display: none;
  }
}

/* CTA label switch utility */
.cta-label-sp {
  display: none;
}

.pc-only-colon {
  display: inline;
}

@media (max-width: 767px) {
  .cta-label-pc {
    display: none;
  }

  .cta-label-sp {
    display: inline;
  }

  .pc-only-colon {
    display: none;
  }
}

/* Rich text strong/bold in LP */
.l-main strong,
.l-main b {
  font-weight: 600;
}

/* ==========================================
   GPS LP canvas scaling
  PC: 1280 base / SP: 375 base (min 320)
========================================== */
body.page-id-6,
body.page-id-346 {
  overflow-x: hidden;
}

html:has(body.page-id-6),
html:has(body.page-id-346) {
  font-size: 100px;
}

body.page-id-6 .l-main,
body.page-id-346 .l-main {
  width: 12.8rem;
  max-width: none;
  margin: 0 auto;
  transform-origin: top center;
}

@media (min-width: 1280px) {
  body.page-id-6 .l-main,
  body.page-id-346 .l-main {
    width: 12.8rem;
    transform: none;
    zoom: 1;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  body.page-id-6 .l-main,
  body.page-id-346 .l-main {
    --pc-scale: calc(100vw / 1280px);
    transform: scale(var(--pc-scale));
  }
}

@media (max-width: 767px) {
  html:has(body.page-id-6),
  html:has(body.page-id-346) {
    /* 375px=100px基準。320で縮小し、530まで段階的に拡大 */
    font-size: clamp(85.3333px, 26.6667vw, 141.3333px);
  }

  body.page-id-6,
  body.page-id-346 {
    min-width: 3.2rem;
  }

  body.page-id-6 .l-main,
  body.page-id-346 .l-main {
    width: 100%;
    max-width: 5.3rem;
    transform: none;
    zoom: 1;
  }
}

/* zoomが使える環境では、レイアウトフローを崩しにくいzoomを優先 */
@supports (zoom: 1) {
  @media (max-width: 1279px) and (min-width: 768px) {
    body.page-id-6 .l-main,
    body.page-id-346 .l-main {
      transform: none;
      zoom: calc(100vw / 1280px);
    }
  }

  @media (max-width: 767px) {
    body.page-id-6 .l-main,
    body.page-id-346 .l-main {
      transform: none;
      zoom: 1;
    }
  }
}

header.ecn-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 100;
  height: 0.56rem;
  width: 100%;
  background-color: #ffffff;
  padding-left: 0.16rem;
  box-shadow: 0 0.01rem 0.06rem 0 rgba(0, 0, 0, 0.14);
}

img.ecn-logo {
  width: 1.85rem;
  height: auto;
}

p.ecn-pr-text {
  background-color: #f7f6ff;
  padding: 0.12rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 0.12rem;
  line-height: 1.8;
}

.ecn-gensen-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  padding: 0.32rem 0;
}

img.gensen-icon {
  width: 1.14rem;
  height: auto;
}

h2.gensen-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(113.075deg, #9797ff 0%, #4826f4 100%);
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 1.6;
  padding: 0.02rem 0.24rem;
  border-radius: 0.04rem;
}
h3.gensen-aori {
  color: #352876;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.6;
}

.ecn-gensen-related-items-container {
  padding: 0 0.16rem;
  padding-bottom: 0.32rem;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: scroll;
}

.gensen-comparison-grid-wrapper {
  width: max-content;
}

.grid-header-row,
.grid-feature-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.item-header-cell {
  padding: 0.08rem 0.08rem 0.16rem 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  border: 0.01rem solid #d8d8d8;
  margin-left: -0.01rem;
  margin-bottom: -0.01rem;
  width: 1.5rem;
  line-height: 1.6;
}

.item-header-cell-first {
  position: relative;
}

.no1-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 1rem;
  height: auto;
}

.item-data-cell {
  padding: 0.16rem 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
  border: 0.01rem solid #d8d8d8;
  margin-left: -0.01rem;
  margin-bottom: -0.01rem;
  width: 1.5rem;
  line-height: 1.6;
}
.feature-label-cell {
  color: #ffffff;
  background-color: #5957f0;
  padding: 0.08rem 0.16rem;
  font-weight: 600;
  line-height: 1.6;
  border: 0.01rem solid #d8d8d8;
  margin-left: -0.01rem;
  margin-bottom: -0.01rem;
}

.item-banner-thumb {
  width: 1.31rem;
  height: auto;
  border-radius: 0.04rem;
}

a.item-title-link {
  color: #5958f0;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
}

a.item-title-link:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

a.official-site-button {
  background-color: #ffa600;
  color: #ffffff;
  padding: 0.08rem 0.16rem;
  border-radius: 0.08rem;
  font-weight: 600;
  line-height: 1.6;
  transition: all 0.3s ease;
  animation: btnanime 2s infinite;
  box-shadow: 0 0.06rem 0 #d98d00;
  position: relative;
}

@keyframes btnanime {
  0% {
    top: 0;
    box-shadow: 0 0.06rem 0 #d98d00;
  }

  10% {
    top: 0.06rem;
    box-shadow: 0 0 0 #d98d00;
  }

  20% {
    top: 0;
    box-shadow: 0 0.06rem 0 #d98d00;
  }

  30% {
    top: 0.06rem;
    box-shadow: 0 0 0 #d98d00;
  }

  40% {
    top: 0;
    box-shadow: 0 0.06rem 0 #d98d00;
  }
}

a.official-site-button:hover {
  background-color: #fbb24c;
  opacity: 1;
}

.onayami-url:hover {
  background-color: #fbb24c;
  opacity: 1;
}

.ecn-nayami-container {
  background-color: #f7f6fe;
  display: flex;
  flex-direction: column;
}

.nayami-intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  padding: 0 0.16rem;
  margin-top: 0.32rem;
}

h2.nayami-aori {
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.6;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(113.075deg, #9797ff 0%, #4826f4 100%);
  padding: 0.11rem;
}

p.nayami-text {
  line-height: 1.6;
  text-align: center;
}

/* ボタン切り替えセクションのスタイル */
.onayami-category-buttons-section {
  display: flex;
  flex-direction: column; /* ボタンとコンテンツを縦に並べる */
  gap: 0.32rem; /* ボタン群とコンテンツ間の隙間 */
}

.category-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem;
  justify-content: center;
  margin-top: 0.24rem;
  padding: 0 0.16rem;
}

.category-button {
  background-color: #ffffff;
  color: #352876;
  border: 0.01rem solid #352876;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  width: 1.59rem;
  height: 0.4rem;
  font-weight: 600;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.category-button:last-child {
  width: 100%;
  max-width: 3.26rem;
}

.category-button:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.category-button.active {
  background-color: #352876;
  color: #fff;
  border-color: #352876;
  opacity: 1;
}

.category-content-display {
  padding: 0.32rem 0.16rem;
  background-color: #fff;
  width: 100%;
}
ul.onayami-category-item-list {
  margin-top: 0.04rem;
}

h3.onayami-osusume {
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
a.onayami-link {
  color: #5957f0 !important;
  font-size: 0.28rem;
  line-height: 1.6;
  font-weight: 600;
}

a.onayami-link:hover {
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}

.category-content {
  display: none; /* デフォルトでは非表示 */
}

.category-content.active {
  display: block; /* アクティブなコンテンツを表示 */
}

.onayami-category-item-list .item-detail-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
}

.onayami-category-item-list .item-detail-card p {
  font-size: 0.16rem;
  line-height: 1.6;
}
.onayami-category-item-list .item-detail-card img {
  width: 100%;
  height: auto;
  max-width: 4rem;
}

li.item-detail-card-nayami {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 0.12rem;
}

p.onayami-text-card {
  font-size: 0.16rem;
  line-height: 1.6;
}

p.official-link-wrapper {
  width: 100%;
}

a.onayami-url {
  display: flex;
  background-color: #ffa600;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  color: #ffffff;
  padding: 0.08rem;
  font-size: 0.14rem;
  border-radius: 0.12rem;
  line-height: 1.6;
  font-weight: 600;
  transition: all 0.3s ease;
  animation: btnanime 2s infinite;
  box-shadow: 0 0.08rem 0 #d98d00;
  position: relative;
}

@keyframes btnanime {
  0% {
    top: 0;
    box-shadow: 0 0.08rem 0 #d98d00;
  }

  10% {
    top: 0.08rem;
    box-shadow: 0 0 0 #d98d00;
  }

  20% {
    top: 0;
    box-shadow: 0 0.08rem 0 #d98d00;
  }

  30% {
    top: 0.08rem;
    box-shadow: 0 0 0 #d98d00;
  }

  40% {
    top: 0;
    box-shadow: 0 0.08rem 0 #d98d00;
  }
}

a.onayami-url:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-top: solid 0.03rem #fff;
  border-right: solid 0.03rem #fff;
  position: absolute;
  right: 0.22rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

span.onayami-url-text {
  font-size: 0.2rem;
}

a:has(.fivesen-item-banner-thumb) {
  width: 100%;
}

.ecn-5sen-container {
  background-color: #352876;
  padding: 0.32rem 0.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  gap: 0.12rem;
}

h4.fivesen-title {
  background-color: #ffffff;
  color: #f05759;
  padding: 0.04rem 0.16rem;
  border-radius: 0.04rem;
}

p.fivesen-aori {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(113.075deg, #9797ff 0%, #4826f4 100%);
  padding: 0.11rem;
  font-size: 0.16rem;
  line-height: 1.6;
  font-weight: 600;
}

img.fivesen-icon {
  height: 1.2rem;
}

.fivesen-item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.62rem 0.16rem 0;
  gap: 0.12rem;
}

.fivesen-item-card:first-child {
  padding: 0.32rem 0.16rem 0;
}
.fivesen-item-card:last-child {
  padding: 0.62rem 0.16rem;
}

a.fivesen-item-title-link {
  color: #5957f0 !important;
  font-size: 0.28rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

a.fivesen-item-title-link:hover {
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}

img.fivesen-item-banner-thumb {
  width: 100%;
  height: auto;
}

.fivesen-item-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  width: 100%;
}
p.fivesen-intro-text {
  font-size: 0.14rem;
  line-height: 1.6;
}

.fivesen-item-details-grid {
  display: grid;
  grid-template-columns: 1.38rem 1fr; /* 項目名と値の2列レイアウト */
  border-top: 0.01rem solid #eee;
  flex-grow: 1;
  width: 100%;
}

.fivesen-feature-label-cell {
  background-color: #5957f0;
  color: #fff;
  border: 0.01rem solid #d8d8d8;
  margin: -0.01rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0.12rem 0.16rem;
  font-weight: 600;
}

.fivesen-feature-label-cell > small {
  font-size: 0.12rem;
  line-height: 1.8;
  font-weight: 400;
}

.fivesen-item-data-cell {
  padding: 0.12rem 0.16rem;
  border: 0.01rem solid #d8d8d8;
  margin-top: -0.01rem;
  display: flex;
  align-items: center;
}

.fivesen-item-footer {
  margin-top: 0.24rem;
}

.fivesen-title {
  display: flex;
  align-items: center;
  gap: 0.04rem;
}

.fivesen-title img {
  width: 0.41rem;
}

.kuchikomi-title {
  display: flex;
  flex-direction: row;
  gap: 0.08rem;
  align-items: center;
}

.kuchikomi-title img {
  width: 0.32rem;
}

p.item-kuchikomi {
  font-size: 0.16rem;
  font-weight: 600;
  color: #352876;
}

p.item-kuchikomi-text {
  margin-top: 0.08rem;
  padding: 0.08rem 0.14rem;
  border: 0.01rem solid #d8d8d8;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  line-height: 1.8;
  margin-bottom: 0.24rem;
  background-color: #f7f6ff;
}

.ecn-mayoi-container {
  background-color: #352876;
  padding: 0.32rem 0.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  gap: 0.12rem;
}

img.mayoi-icon {
  height: 1.2rem;
}

h5.item-name-link {
  color: #5957f0 !important;
  font-size: 0.24rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

p.ossusume-text {
  font-size: 0.14rem;
  line-height: 1.6;
}

p.item-osusume-text {
  margin: 0.12rem 0;
  padding: 0.08rem 0.14rem;
  border: 0.01rem solid #d8d8d8;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  line-height: 1.8;
  background-color: #f7f6ff;
}

li.item-detail-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.32rem 0.16rem 0.32rem;
  gap: 0.12rem;
}

footer.ecn-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  height: 0.56rem;
  width: 100%;
  background-color: #ffffff;
  padding: 0 0.16rem;
  box-shadow: 0 0.01rem 0.06rem 0 rgba(0, 0, 0, 0.14);
  align-items: center;
}

a.privacy-policy-link {
  font-size: 0.12rem;
  line-height: 1.8;
  color: #999999;
}

.item-data-cell-kigou {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
}

img.radio-status-icon {
  width: 0.34rem;
  height: 0.34rem;
}

h5.item-title-in-grid {
  color: #5957f0;
  transition: all 0.3s ease;
  font-size: 0.16rem;
  font-weight: 600;
  height: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h5.item-title-in-grid:hover {
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}

a.radio-combined-link {
  color: #5957f0;
  transition: all 0.3s ease;
  font-size: 0.16rem;
  font-weight: 600;
}

a.radio-combined-link:hover {
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}

a.radio-combined-link:hover {
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}

img.nayami-icon {
  height: 1.2rem;
  width: auto;
}

span.text-highlight {
  background: linear-gradient(transparent 79%, #e9f100 60%);
  display: inline-block;
  line-height: 1.45;
}

.ecn-fv-bottom-item > p {
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  font-size: min(3.733vw, 0.2rem);
}

.ecn-fv-bottom-item > img {
  min-width: 0.64rem;
  width: 17.06vw;
  max-width: 0.84rem;
}

.ecn-fv-bottom-section {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: min(8.53vw, 0.42rem);
  justify-content: center;
  margin: 0.32rem 0;
}

.ecn-fv-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
}

/* キャンペーンボックスのスタイル */
.campaign-box {
  width: 100%;
  background-color: #f6f6f6;
  border: 0.01rem solid #d8d8d8;
  border-radius: 0.08rem;
  padding: 0;
  overflow: hidden;
}

.fivesen-item-card .campaign-box {
  margin-bottom: 0.16rem;
}

.campaign-header {
  background: #352876;
  padding: 0.08rem 0.12rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  border-radius: 0.08rem 0.08rem 0 0;
  justify-content: center;
}

.campaign-month-badge {
  background-color: #ffffff;
  color: #352876;
  padding: 0 0.08rem;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  font-weight: 600;
  white-space: nowrap;
}

.campaign-title {
  color: #ffffff;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.6;
}

.campaign-content {
  padding: 0.08rem 0.16rem;
  font-size: 0.16rem;
  line-height: 1.6;
  text-align: center;
}

.campaign-content p {
  margin: 0;
  padding: 0;
  font-size: 0.16rem !important;
  line-height: 1.6;
  text-align: center;
}

.campaign-content p span {
  color: #f05759 !important;
	font-weight: 600;
}

/* =============================
   GPS LP design tuning
============================= */
.ecn-fv-container {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 0;
}

.fv-image-wrapper {
  margin: 0;
}

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

.ecn-fv-bottom-section {
  margin: 0.2rem 0 0;
  gap: 0.12rem;
  padding: 0 0.16rem;
}

.ecn-fv-bottom-item {
  flex: 1;
  min-width: 0;
  gap: 0.08rem;
}

.ecn-fv-bottom-item:before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ecn-fv-bottom-item:nth-child(1):before {
  background-image: url("../img/gps/gps.png");
}

.ecn-fv-bottom-item:nth-child(2):before {
  background-image: url("../img/gps/notebook 1.png");
}

.ecn-fv-bottom-item:nth-child(3):before {
  background-image: url("../img/gps/check.png");
}

.ecn-fv-bottom-item > p {
  font-size: 0.12rem;
  line-height: 1.5;
}

.ecn-gensen-container {
  padding: 0.24rem 0.16rem;
}

h2.gensen-title {
  font-size: 0.22rem;
  line-height: 1.4;
  text-align: center;
  padding: 0.08rem 0.18rem;
}

h3.gensen-aori {
  font-size: 0.14rem;
}

.item-header-cell,
.item-data-cell {
  width: 1.8rem;
  font-size: 0.16rem;
}

.feature-label-cell {
  min-width: 1.24rem;
  display: flex;
  align-items: center;
}

h5.item-title-in-grid {
  font-size: 0.15rem;
}

.ecn-nayami-container .category-content-display {
  background: #f7f6fe;
  padding-top: 0.2rem;
}

.onayami-category-item-list {
  display: grid;
  gap: 0.12rem;
}

li.item-detail-card-nayami {
  align-items: flex-start;
  background: #fff;
  border: 0.01rem solid #e2dff8;
  border-radius: 0.12rem;
  padding: 0.16rem;
}

li.item-detail-card-nayami h5 {
  font-size: 0.17rem;
  color: #352876;
  line-height: 1.5;
}

p.onayami-text-card {
  font-size: 0.14rem;
  color: #333;
}

.ecn-mayoi-related-items-container .item-detail-card {
  background: #fff;
  border: 0.01rem solid #e2dff8;
  border-radius: 0.12rem;
}


.ecn-mayoi-related-items-container .item-detail-card li {
  line-height: 1.7;
  font-size: 0.14rem;
}

.osusume-reason-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.osusume-reason-list li {
  position: relative;
  padding-left: 0.36rem;
  line-height: 1.6;
  font-size: 0.14rem;
  margin-bottom: 0.08rem;
}

.osusume-reason-list li:last-child {
  margin-bottom: 0;
}

.osusume-reason-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url("../img/gps/check.png") no-repeat center / contain;
}

.ecn-5sen-related-items-container {
  background: #f7f6fe;
}

.fivesen-items-list-grid {
  display: grid;
  gap: 0.16rem;
}

.fivesen-item-card {
  background: #fff;
  border: 0.01rem solid #ddd;
  border-radius: 0.12rem;
  padding: 0.24rem 0.16rem;
}

.fivesen-item-card:first-child,
.fivesen-item-card:last-child {
  padding: 0.24rem 0.16rem;
}

.fivesen-item-title-in-card {
  color: #352876;
}

.fivesen-item-details-grid {
  margin-top: 0.08rem;
}

.fivesen-item-data-cell {
  align-items: flex-start;
}

.fivesen-item-footer {
  margin-top: 0.16rem;
}

.kuchikomi-title img.comment-icon {
  width: 0.24rem;
}

.item-kuchikomi-text {
  margin-top: 0.08rem;
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
}

p.item-kuchikomi-text,
div.item-kuchikomi-text {
  margin-top: 0.08rem;
  padding: 0.1rem 0.14rem;
  border: 0.01rem solid #d8d8d8;
  border-radius: 0.08rem;
  line-height: 1.8;
  background-color: #f7f6ff;
}

footer.ecn-footer {
  height: auto;
  min-height: 0.56rem;
}

/* ==========================================
   PC section heading alignment with Figma
   - PR bar (232:783)
   - Title bars (232:785 and same pattern)
========================================== */
p.ecn-pr-text {
  background-color: #ffffff;
  padding: 0.08rem 0.16rem;
  margin: 0;
  justify-content: flex-start;
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 1.8;
  color: #333333;
}

.ecn-gensen-container,
.ecn-mayoi-container {
  background-color: #1bb676;
  padding: 0.2rem 0 ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
}
.ecn-nayami-container {
  background-color: #1bb676;
  padding: 0.2rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
}

h3.gensen-aori,
h2.nayami-aori,
h3.mayoi-aori {
  background-color: #ffffff;
  color: #1bb676;
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 9.99rem;
  padding: 0.08rem 0.16rem;
  text-align: center;
}

h2.gensen-title,
.ecn-mayoi-container .fivesen-title {
  background: transparent;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  padding: 0;
  border-radius: 0;
}

h3.onayami-osusume {
  background: transparent;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 0.1rem;
  border-radius: 0;
  display: block;
}



.ecn-nayami-container .category-content-display {
  width: calc(100% + 0.32rem);
  margin: 0.08rem -0.16rem -0.2rem;
  padding: 0.24rem 0.16rem 0.32rem;
  background: #ffffff;
}

/* ==========================================
   Comparison table tuning (Figma 232:789)
========================================== */
.ecn-gensen-related-items-container {
  padding: 0.4rem 1rem;
  overflow-x: visible;
}

.gensen-comparison-grid-wrapper {
  width: 100%;
  max-width: 18.4rem;
  margin: 0 auto;
}

.comparison-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.grid-header-row,
.grid-feature-row {
  flex: 1;
}

.service-header-row .item-header-cell,
.service-header-row .item-data-cell {
  min-height: 2.11rem;
  padding-top: 0.24rem;
  padding-bottom: 0.16rem;
}

.item-header-cell,
.item-data-cell {
  width: 3.1rem;
  justify-content: center;
}

.feature-label-cell {
  width: 1.6rem;
  min-width: 1.6rem;
  color: #333333;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0.08rem 0.16rem;
}

.header-label {
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.6;
}

.no1-badge {
  left: 50%;
  transform: translateX(-50%);
  max-width: 1rem;
}

h5.item-title-in-grid {
  font-size: 0.2rem;
  min-height: 0.32rem;
  text-align: center;
}

.item-banner-thumb {
  width: auto;
    height: 1.31rem;
  border-radius: 0.08rem;
  object-fit: cover;
  border: 1px solid #C1C1C1;
}

.item-data-cell {
  font-size: 0.16rem;
  line-height: 1.6;
  text-align: center;
}


.row-price .feature-label-cell,
.row-price .item-data-cell {
  min-height: 2rem;
}

.price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.04rem;
}

.price-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1bb676;
  color: #ffffff;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  line-height: 1.8;
  font-weight: 600;
  padding: 0 0.08rem;
  margin-top: 0.08rem;
}

.price-value {
  color: #1bb676;
  font-size: 0.16rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

.row-accuracy .item-data-cell p:last-child {
  color: #999999;
}

.row-accuracy .item-data-cell p {
  margin: 0;
}

.row-accuracy .item-data-cell .accuracy-note {
  color: #999999;
}

.row-note .feature-label-cell,
.row-note .item-data-cell {
  min-height: 0.42rem;
  padding: 0.06rem 0.08rem;
}

.row-note .item-data-cell-full {
  width: calc(3.093rem * var(--item-count, 1));
  max-width: none;
  align-items: center;
}

.comparison-note {
  display: block;
  width: 100%;
  color: #999999;
  font-size: 0.12rem;
  line-height: 1.8;
  text-align: center;
}

.row-cta .feature-label-cell,
.row-cta .item-data-cell {
  min-height: 0.7rem;
}

.row-cta .item-data-cell {
  padding: 0.16rem 0.24rem;
}

.comparison-cta-button {
  width: 100%;
  background: #f4763c;
  color: #ffffff;
  border-radius: 0.08rem;
  text-align: center;
  padding: 0.08rem 0.16rem;
  font-size: 0.14rem;
  line-height: 1.6;
  font-weight: 600;
  box-shadow: 0 0.04rem 0 #e26b34;
  transition: opacity .2s ease;
  position: relative;
  animation: cta-bounce 2s infinite;
}

.comparison-cta-button:hover {
  opacity: .85;
}

.ecn-osusume-bottom-cta {
  position: relative;
  animation: cta-bounce 2s infinite;
}

@keyframes cta-bounce {
  0%,
  20%,
  40%,
  100% {
    top: 0;
    box-shadow: 0 0.04rem 0 #e26b34;
  }
  10%,
  30% {
    top: 0.04rem;
    box-shadow: 0 0 0 #e26b34;
  }
}

@media (prefers-reduced-motion: reduce) {
  .comparison-cta-button,
  .ecn-osusume-bottom-cta {
    animation: none;
  }
}

/* ==========================================
   Reason cards tuning (Figma 232:912)
========================================== */
.ecn-nayami-container .category-content-display {
  width: 100%;
  margin: 0;
  padding: 0.4rem 1.2rem;
  background: #e1fff3;
}

.ecn-nayami-container p.nayami-text {
  margin: 0 0 0.24rem;
  text-align: center;
  color: #fe6262;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
}

.ecn-nayami-container p.nayami-text .text-highlight {
  background: none;
  line-height: inherit;
}

.ecn-nayami-container .onayami-category-item-list {
  display: flex;
  gap: 0.16rem;
  margin-top: 0;
}

.ecn-nayami-container li.item-detail-card-nayami {
  flex: 1;
  background: #ffffff;
  border: 0.01rem solid #1bb676;
  border-radius: 0.08rem;
  padding: 0.24rem;
  gap: 0.16rem;
}

.nayami-point-head {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  width: 100%;
}

.nayami-point-badge {
  width: 0.59rem;
  min-width: 0.59rem;
  border-radius: 1.52rem;
  background: #1bb676;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.08rem 0.08rem 0.08rem;
  text-align: center;
}

.nayami-point-label {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 0.04rem;
}

.nayami-point-number {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1;
}

.ecn-nayami-container .nayami-point-title {
  margin: 0;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.6;
}

.ecn-nayami-container p.onayami-text-card {
  margin: 0;
  color: #333333;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.6;
}

/* ==========================================
   "迷ったらまずこれ" card (Figma 232:936)
========================================== */
.ecn-mayoi-related-items-container {
  padding: 0 1.2rem 0.4rem;
  background: #ffffff;
}

.ecn-mayoi-item-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecn-mayoi-item-details-list .item-detail-card {
  width: 100%;
  border-radius: 0 0 0.16rem 0.16rem;
  border: none;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.12);
  padding: 0.24rem;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  column-gap: 0.32rem;
  row-gap: 0.08rem;
  align-items: start;
}

.mayoi-image-wrap {
  margin: 0;
  width: min(100%, 3.2rem);
  min-width: 0;
  grid-column: 1;
  grid-row: 1 / span 3;
}

.mayoi-image {
  width: 100%;
  max-width: 3.2rem;
  height: auto;
  aspect-ratio: 320 / 237;
  object-fit: cover;
  border-radius: 0.16rem;
  border: 0.01rem solid #d8d8d8;
}

.mayoi-service-name {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
  display: block;
  text-align: left;
}

h5.item-name-link.mayoi-service-name {
  text-align: left;
  font-size: 0.2rem;
  line-height: 1.6;
}

.mayoi-service-name,
.mayoi-service-name a {
  color: #333333 !important;
  text-decoration: none;
}

.osusume-reason-list {
  grid-column: 2;
  grid-row: 2;
  flex: 1;
  align-self: start;
  margin-top: -0.02rem;
}

.osusume-reason-list > ul,
.osusume-reason-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.osusume-reason-list p,
.osusume-reason-list div {
  margin: 0;
}

.osusume-reason-list > *:first-child {
  margin-top: 0 !important;
}

.osusume-reason-list li {
  position: relative;
  padding-left: 0.36rem;
  line-height: 1.6;
  font-size: 0.16rem;
  margin-bottom: 0.08rem;
  color: #333333;
}

.osusume-reason-list li:last-child {
  margin-bottom: 0;
}

.osusume-reason-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.01rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url("../img/gps/check.png") no-repeat center / contain;
}

.osusume-reason-list .under {
  display: inline;
  background: linear-gradient(transparent 72%, #f9ff53 72%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.08em;
  font-weight: 600;
}

.osusume-reason-list li strong,
.osusume-reason-list li b {
  font-weight: 600;
}

.mayoi-cta-wrap {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  width: auto;
}

.mayoi-cta-button {
  width: auto;
  min-width: 2.08rem;
  padding: 0.12rem 0.4rem;
  font-size: 0.16rem;
}

.ecn-mayoi-container {
  background: #fe6262;
  padding: 0.12rem 0.16rem;
  border-radius: 0.16rem 0.16rem 0 0;
  max-width: 10.4rem;
  margin: 0.4rem auto 0;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.12);
  gap: 0.04rem;
}

.ecn-mayoi-container .mayoi-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.ecn-mayoi-container .mayoi-aori {
  margin: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

/* 2nd mayoi block (Figma 232:1241) */
.ecn-mayoi-repeat-section {
  background: #e1fff3;
  padding: 0.4rem 1.2rem;
}

.ecn-mayoi-container.ecn-mayoi-container-secondary {
  margin: 0 auto;
  max-width: 10.4rem;
}

.ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary {
  background: transparent;
  padding: 0;
  max-width: 10.4rem;
  margin: 0 auto;
}

/* Footer shortcut cards (Figma 232:1273) */
.ecn-footer-shortcuts-section {
  background: #ffffff;
  padding: 0.24rem 1.2rem;
}

.ecn-footer-shortcuts-list {
  width: 100%;
  display: flex;
  gap: 0.16rem;
  align-items: stretch;
}

.ecn-footer-shortcut-card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 0.08rem;
  background: #f6f6f6;
  padding: 0.12rem 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
}

.ecn-footer-shortcut-card-privacy {
  text-decoration: none;
}

.ecn-footer-shortcut-icon-gps {
  width: 0.32rem;
  height: 0.32rem;
  object-fit: contain;
}

.ecn-footer-shortcut-icon-note {
  width: 0.28rem;
  height: 0.28rem;
  object-fit: contain;
}

.ecn-footer-shortcut-label {
  margin: 0;
  color: #5957f0;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.6;
}

.ecn-footer-shortcut-label span {
  display: block;
}

/* Final footer CTA (Figma 232:1297) */
.ecn-final-footer-cta {
  position: relative;
  background: rgba(225, 255, 243, 1);
  padding: 0.16rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  overflow: hidden;
}

.ecn-final-footer-cta.is-follow-ready {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 12.8rem;
  margin: 0;
  transform: translate(-50%, 100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 1200;
  box-shadow: 0 -0.04rem 0.16rem rgba(0, 0, 0, 0.04);
  overflow: visible;
}

.ecn-final-footer-cta.is-follow-ready.is-follow-active {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.ecn-follow-spacer {
  height: 1.8rem;
}

.ecn-final-footer-main {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0.4rem;
}

.ecn-final-footer-message {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  position: relative;
  z-index: 1;
}

.ecn-final-footer-icon {
  width: 0.47rem;
  height: 0.4rem;
  object-fit: contain;
}

.ecn-final-footer-text {
  margin: 0;
  color: #fe6262;
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.1;
}

.ecn-final-footer-text span {
  display: block;
}

.ecn-final-footer-boy {
  position: absolute;
  right: 1.72rem;
  top: -0.32rem;
  width: 0.8rem;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

.comparison-cta-button.ecn-final-footer-cta-button {
  position: relative;
  z-index: 2;
  width: 6.4rem;
  max-width: 100%;
  padding: 0.08rem 0.16rem;
  min-height: auto;
}

/* ==========================================
   TOP3 cards section (Figma 232:973)
========================================== */
.ecn-osusume-cards-container {
  background: #ffffff;
  padding: 0.4rem 1rem;
}

.ecn-osusume-cards-list {
  max-width: 18.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.ecn-osusume-card {
  background: #ffffff;
  border: 0.01rem solid #d8d8d8;
  border-radius: 0.16rem;
  padding: 0.24rem;
}

.ecn-osusume-card-main {
  display: flex;
  gap: 0.24rem;
  align-items: flex-start;
}

.ecn-osusume-card-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.ecn-osusume-headline {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}

.ecn-osusume-card-image-sp {
  display: none;
}

.ecn-osusume-no1-badge img {
  width: auto;
  height: 0.4rem;
}

.ecn-osusume-service-name {
  margin: 0;
  font-size: 0.24rem;
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
}
.gps_big{
  font-size: 0.18rem;
  padding-bottom: 0.04rem;
  display: inline-block;
}

.ecn-osusume-lead-title {
  margin: 0;
  font-size: 0.2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #1bb676;
}

.ecn-osusume-lead-text {
  margin: 0;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #333333;
}

.ecn-osusume-subsection {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.ecn-osusume-subtitle {
  margin: 0;
  background: #e1fff3;
  border-left: 0.03rem solid #1bb676;
  padding: 0.06rem 0.16rem;
  font-size: 0.14rem;
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
}

.ecn-osusume-basic-table {
  border-right: 0.01rem solid #d8d8d8;
  border-bottom: 0.01rem solid #d8d8d8;
}

.ecn-osusume-basic-row {
  display: grid;
  grid-template-columns: 1.72rem 1fr;
}

.ecn-osusume-basic-row .label {
  background: #f6f6f6;
  border-top: 0.01rem solid #d8d8d8;
  border-left: 0.01rem solid #d8d8d8;
  padding: 0.08rem 0.16rem;
  font-size: 0.14rem;
  line-height: 1.6;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ecn-osusume-basic-row .value {
  background: #ffffff;
  border-top: 0.01rem solid #d8d8d8;
  border-left: 0.01rem solid #d8d8d8;
  padding: 0.12rem 0.1rem;
  font-size: 0.16rem;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
}

.ecn-osusume-basic-row .value p {
  margin: 0;
}

.ecn-osusume-basic-row .value .accuracy-note {
  color: #999999;
}

.ecn-osusume-basic-row .value .accuracy-inline-note {
  color: #999999;
}

.ecn-osusume-basic-row .value .price-rich-text p {
  margin: 0;
}

.ecn-osusume-basic-row .provider-logo {
  max-width: 2.5rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.provider-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  width: 100%;
}

.provider-logo-gensen {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}

.provider-meta-gensen.no-caption .provider-logo-gensen {
  width: auto;
  height: 0.5rem;
  max-width: 1.5rem;
}

.provider-meta-osusume.has-caption .provider-logo {
  width: 0.3rem;
  max-width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}

.provider-meta-osusume.no-caption .provider-logo {
  width: auto;
    height: auto;
    max-height: 0.5rem;
    max-width: 1.34rem;
    object-fit: contain;
}

.provider-caption {
  margin: 0;
  color: #333333;
  font-size: 0.11rem;
  line-height: 1.4;
  text-align: center;
}

.provider-caption-gensen,
.provider-caption-osusume {
  width: 100%;
}

.ecn-osusume-basic-row .price-chip {
  width: auto;
  align-self: center;
  white-space: nowrap;
  display: inline-flex;
  font-size: 0.14rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value .price-rich-text, .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value .price-rich-text * {
  color: #1bb676;
  font-size: 0.14rem;
}

/* 料金行: chip以外は緑 */
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value {
  color: #1bb676;
  font-weight: 600;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value p {
  color: #1bb676;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value .price-rich-text,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value .price-rich-text * {
  color: #1bb676;
}

/* 2年間の総額料金は太字 */
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(3) .value {
  font-weight: 600;
}

/* こんな方におすすめは太字 */
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(10) .value {
  font-weight: 600;
}

.ecn-osusume-basic-row.note-row .value small {
  color: #999999;
  font-size: 0.1rem;
  line-height: 1.8;
}


/* Row heights aligned to Figma (232:973 left table) */
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(1) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(1) .value {
  min-height: 0.58rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value {
  min-height: 1.52rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(3) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(3) .value {
  min-height: 0.76rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(4) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(4) .value {
  min-height: 0.46rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(5) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(5) .value {
  min-height: 0.76rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(6) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(6) .value,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(7) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(7) .value,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(8) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(8) .value,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(10) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(10) .value {
  min-height: 0.46rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(9) .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(9) .value {
  min-height: 0.54rem;
}

.ecn-osusume-basic-table .ecn-osusume-basic-row.note-row .label,
.ecn-osusume-basic-table .ecn-osusume-basic-row.note-row .value {
  min-height: 0.42rem;
}

.osusume-point-list ul,
.osusume-point-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.osusume-point-list li {
  position: relative;
  padding-left: 0.36rem;
  margin-bottom: 0.08rem;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #333333;
}

.osusume-point-list li:last-child {
  margin-bottom: 0;
}

.osusume-point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.24rem;
  height: 0.24rem;
  background: url("../img/gps/check.png") no-repeat center / contain;
}

.osusume-point-list .under {
  background: linear-gradient(transparent 72%, #f9ff53 72%);
  font-weight: 600;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.08em;
}

.ecn-osusume-card-right {
  width: min(100%, 4rem);
  min-width: 0;
}

.ecn-osusume-side-image {
  width: 100%;
  max-width: 4rem;
  height: auto;
  object-fit: cover;
  border: 0.01rem solid #d8d8d8;
  border-radius: 0.16rem;
  box-sizing: border-box;
}

.ecn-osusume-bottom-cta-wrap {
  margin: 0.16rem 0 0;
  display: flex;
  justify-content: center;
}

.ecn-osusume-bottom-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  background: #f4763c;
  color: #ffffff;
  border-radius: 0.08rem;
  text-align: center;
  padding: 0.12rem 0.16rem;
  font-size: 0.16rem;
  line-height: 1.6;
  font-weight: 600;
  box-shadow: 0 0.04rem 0 #e26b34;
}

@media (max-width: 767px) {
  .no1-badge {
    max-width: 0.8rem;
}
.ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value p {
  font-size: 0.14rem;
}
  .provider-meta-gensen.no-caption .provider-logo-gensen {
    height: 0.3rem;
}
  .gps_big{
    font-size: 0.12rem;
    display: inline-block;
    margin-bottom: 0.04rem;
  }
  .gps_big_bottom{
    font-size: 0.14rem;
  }
  .ecn-fv-container {
    padding: 0;
  }

  .fv-image-01 {
    width: 100%;
    max-width: 100%;
  }

  p.ecn-pr-text {
    padding: 0.13rem 0.16rem 0.08rem;
    font-size: 0.14rem;
    line-height: 1.6;
    align-items: flex-end;
  }

  .ecn-gensen-container {
    padding: 0.2rem 0.16rem;
    gap: 0.08rem;
  }

  .ecn-gensen-top-heading {
    padding: 0.2rem 0.16rem;
    gap: 0.08rem;
  }

  .ecn-gensen-top-heading .gensen-aori {
    font-size: 0.12rem;
    line-height: 1.8;
    padding: 0.08rem 0.16rem;
    border-radius: 0.32rem;
  }

  .ecn-gensen-top-heading .gensen-title {
    font-size: 0.2rem;
    line-height: 1.6;
    padding: 0;
  }

  h3.gensen-aori {
    font-size: 0.14rem;
    line-height: 1.6;
  }

  h2.gensen-title {
    font-size: 0.2rem;
    line-height: 1.6;
    padding: 0;
    background: transparent;
  }

  .ecn-gensen-related-items-container,
  .ecn-nayami-container .category-content-display,
  .ecn-mayoi-related-items-container,
  .ecn-osusume-cards-container,
  .ecn-mayoi-repeat-section,
  .ecn-footer-shortcuts-section,
  .ecn-final-footer-cta {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }

  .ecn-gensen-related-items-container {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    overflow-x: hidden;
  }

  .gensen-comparison-grid-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .comparison-row {
    width: 100%;
    min-width: 0;
  }

  .service-header-row .item-header-cell,
  .service-header-row .item-data-cell {
    min-height: 1.5095rem;
    padding-top: 0.16rem;
    padding-bottom: 0.08rem;
  }

  .item-header-cell,
  .item-data-cell {
    width: auto;
    min-width: 0;
    padding: 0.06rem;
    gap: 0.04rem;
  }

  .grid-header-row .item-header-cell,
  .grid-feature-row .item-data-cell {
    flex: 1 1 0;
  }

  .feature-label-cell {
    width: 0.48rem;
    min-width: 0.48rem;
    padding: 0.05rem 0.04rem;
    font-size: 0.1rem;
    line-height: 1.8;
  }

  .header-label {
    font-size: 0.1rem;
    line-height: 1.8;
  }

  h5.item-title-in-grid {
    font-size: 0.14rem;
    min-height: 0.44rem;
    line-height: 1.6;
  }

  .item-banner-thumb {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
  }

  .item-data-cell {
    font-size: 0.12rem;
    line-height: 1.6;
  }

  .row-provider .feature-label-cell,
  .row-provider .item-data-cell {
    min-height: 0.96rem;
  }

  .row-price .feature-label-cell,
  .row-price .item-data-cell {
    min-height: 2.42rem;
  }

  /* SP (gensen比較表):
     本体価格・月額料金まで中央、以降は左揃え */
  .row-provider .item-data-cell,
  .row-price .item-data-cell {
    align-items: center;
    text-align: center;
  }

  .row-total .item-data-cell,
  .row-accuracy .item-data-cell,
  .row-battery .item-data-cell,
  .row-school .item-data-cell,
  .row-ai .item-data-cell,
  .row-display .item-data-cell,
  .row-contract .item-data-cell,
  .row-target .item-data-cell {
    align-items: flex-start;
    text-align: left;
  }

  .row-total .feature-label-cell,
  .row-total .item-data-cell {
    min-height: 1.7rem;
  }

  .row-accuracy .feature-label-cell,
  .row-accuracy .item-data-cell {
    min-height: 0.81rem;
  }

  .row-battery .feature-label-cell,
  .row-battery .item-data-cell {
    min-height: 1.58rem;
  }

  .row-school .feature-label-cell,
  .row-school .item-data-cell,
  .row-ai .feature-label-cell,
  .row-ai .item-data-cell,
  .row-display .feature-label-cell,
  .row-display .item-data-cell {
    min-height: 0.46rem;
  }

  .row-contract .feature-label-cell,
  .row-contract .item-data-cell {
    min-height: 0.64rem;
  }

  .row-target .feature-label-cell,
  .row-target .item-data-cell {
    min-height: 0.82rem;
  }

  .row-note .feature-label-cell,
  .row-note .item-data-cell {
    min-height: 0.42rem;
    padding: 0.06rem 0.08rem;
  }

  .row-note .item-data-cell-full {
    width: 100%;
  }

  .row-cta .feature-label-cell,
  .row-cta .item-data-cell {
    min-height: 0.62rem;
  }

  .row-cta .item-data-cell {
    padding: 0.08rem;
  }

  .comparison-note {
    font-size: 0.12rem;
    line-height: 1.8;
    text-align: center;
  }

  .comparison-cta-button {
    font-size: 0.12rem;
    line-height: 1.8;
    padding: 0.08rem 0.08rem;
    border-radius: 0.08rem;
  }

  .price-chip {
    font-size: 0.10rem;
    border-radius: 0.04rem;
    margin-top: 0;
  }

  .price-value {
    font-size: 0.12rem;
  }

  .ecn-nayami-container {
    padding-top: 0.2rem;
    gap: 0.08rem;
  }

  .ecn-reason-section {
    padding-top: 0.2rem;
  }

  .ecn-reason-section > .gensen-aori {
    width: min(2.48rem, calc(100vw - 1rem));
    min-height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.08rem 0.16rem;
    border-radius: 0.19rem;
    font-size: 0.12rem;
    line-height: 1.8;
  }

  .ecn-reason-section > .onayami-osusume {
    width: min(2.8rem, calc(100vw - 0.24rem));
    min-height: 0.32rem;
    margin: 0 auto;
    padding: 0;
    font-size: 0.2rem;
    line-height: 1.6;
    text-align: center;
  }

  .ecn-nayami-container .onayami-osusume {
    padding-bottom: 0;
    font-size: 0.2rem;
    line-height: 1.6;
  }

  .ecn-nayami-container .category-content-display {
    background: #e1fff3;
    margin-top: 0.2rem;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }

  .ecn-nayami-container p.nayami-text {
    margin-bottom: 0.24rem;
    font-size: 0.16rem;
    line-height: 1.6;
  }

  .ecn-nayami-container .onayami-category-item-list {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }

  .ecn-nayami-container li.item-detail-card-nayami {
    flex: none;
    width: 100%;
    min-height: 1.88rem;
    padding: 0.24rem;
    border-radius: 0.12rem;
    gap: 0.16rem;
  }

  .ecn-nayami-container li.item-detail-card-nayami:last-child {
    min-height: 2.1rem;
  }

  .nayami-point-head {
    gap: 0.16rem;
  }

  .nayami-point-badge {
    width: 0.59rem;
    min-width: 0.59rem;
    height: 0.58rem;
    border-radius: 1.52rem;
  }

  .ecn-nayami-container .nayami-point-title {
    font-size: 0.16rem;
    line-height: 1.6;
  }

  .ecn-nayami-container p.onayami-text-card {
    font-size: 0.14rem;
    line-height: 1.6;
  }

  .ecn-reason-section .onayami-category-item-list {
    max-width: min(3.43rem, calc(100vw - 0.32rem));
    margin: 0 auto;
  }

  .ecn-mayoi-container.ecn-mayoi-container-primary {
    margin: 0.32rem auto 0;
    max-width: min(3.43rem, calc(100vw - 0.32rem));
    padding: 0.12rem 0.16rem;
  }

  .ecn-mayoi-container.ecn-mayoi-container-primary .mayoi-aori {
    font-size: 0.14rem;
    line-height: 1.6;
  }

  .ecn-mayoi-container.ecn-mayoi-container-primary .mayoi-title {
    max-width: 2.72rem;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 1.6;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary {
    padding: 0 0.16rem 0.32rem;
    background: #ffffff;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .ecn-mayoi-item-details-list {
    max-width: min(3.43rem, calc(100vw - 0.32rem));
    margin: 0 auto;
  }

  .ecn-mayoi-repeat-section {
    background: #e1fff3;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }

  .ecn-mayoi-container.ecn-mayoi-container-secondary,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary {
    max-width: min(3.43rem, calc(100vw - 0.32rem));
    margin: 0 auto;
  }

  .ecn-mayoi-container.ecn-mayoi-container-secondary {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .ecn-mayoi-item-details-list .item-detail-card,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary .ecn-mayoi-item-details-list .item-detail-card {
    grid-template-columns: 1fr;
    row-gap: 0.16rem;
    padding: 0.16rem;
    border-radius: 0 0 0.16rem 0.16rem;
    border: 0.01rem solid #d8d8d8;
    box-shadow: none;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .mayoi-service-name,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary .mayoi-service-name {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
    font-size: 0.2rem;
    line-height: 1.6;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .mayoi-image-wrap,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary .mayoi-image-wrap {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .mayoi-image,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary .mayoi-image {
    width: min(3.11rem, calc(100vw - 0.32rem));
    max-width: none;
    aspect-ratio: 311 / 230.4086;
    border-radius: 0.16rem;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .osusume-reason-list,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary .osusume-reason-list {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0.02rem;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .mayoi-cta-wrap,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary .mayoi-cta-wrap {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
    margin-top: 0.16rem;
    display: flex;
    justify-content: center;
  }

  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-primary .mayoi-cta-button,
  .ecn-mayoi-related-items-container.ecn-mayoi-related-items-container-secondary .mayoi-cta-button {
    width: min(3.11rem, calc(100vw - 0.32rem));
    max-width: 100%;
    min-width: 0;
    min-height: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.12rem 0.16rem;
    border-radius: 0.08rem;
    background: #f4763c;
    color: #ffffff;
    font-size: 0.16rem;
    line-height: 1.6;
    font-weight: 600;
    box-shadow: 0 0.04rem 0 #e26b34;
    text-align: center;
  }

  .ecn-osusume-cards-container {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }

  .ecn-osusume-heading-container {
    padding: 0.2rem 0.16rem;
    gap: 0.08rem;
  }

  .ecn-osusume-heading-container .gensen-aori {
    width: 2.12rem;
    min-height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.08rem 0.16rem;
    border-radius: 0.19rem;
    font-size: 0.12rem;
    line-height: 1.8;
  }
  .ecn-osusume-basic-row .price-chip {
    align-self: flex-start;
  }

  .ecn-osusume-heading-container .gensen-title {
    width: 2.53rem;
    min-height: 0.32rem;
    padding: 0;
    font-size: 0.2rem;
    line-height: 1.6;
    text-align: center;
  }

  .ecn-osusume-cards-list {
    max-width: min(3.43rem, calc(100vw - 0.32rem));
    gap: 0.24rem;
  }

  .ecn-osusume-card {
    padding: 0.16rem;
  }

  .ecn-osusume-card-main {
    flex-direction: column;
    gap: 0.24rem;
  }

  .ecn-osusume-headline {
    gap: 0;
  }

  .ecn-osusume-no1-badge img {
    height: 0.3rem;
  }

  .ecn-osusume-service-name {
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .ecn-osusume-lead-title {
    font-size: 0.16rem;
    line-height: 1.6;
  }

  .ecn-osusume-lead-text {
    font-size: 0.14rem;
    line-height: 1.6;
  }

  .ecn-osusume-card-image-sp {
    display: block;
    width: min(3.11rem, calc(100vw - 0.32rem));
    max-width: 100%;
    margin-top: 0.12rem;
  }

  .ecn-osusume-card-right {
    display: none;
  }

  .ecn-osusume-side-image {
    width: 3.11rem;
        max-width: 100%;
        height: auto;
        border-radius: 0.16rem;
  }

  .ecn-osusume-subsection {
    gap: 0.16rem;
  }

  .ecn-osusume-subtitle {
    min-height: 0.34rem;
    padding: 0.06rem 0.16rem;
    font-size: 0.14rem;
    line-height: 1.6;
  }

  .ecn-osusume-basic-row {
    grid-template-columns: 0.7rem 2.40rem;
  }

  .ecn-osusume-basic-row .label {
    padding: 0.04rem;
    font-size: 0.12rem;
    line-height: 1.8;
  }

  .ecn-osusume-basic-row .value {
    padding: 0.12rem 0.08rem;
    font-size: 0.12rem;
    line-height: 1.8;
    align-items: flex-start;
    text-align: left;
  }

  /* SP: 提供〜料金(本体価格/月額料金)までは中央、以降は左揃え */
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(1) .value,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value {
    align-items: center;
    text-align: center;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value .price-chip {
    align-self: center;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(1) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(1) .value {
    min-height: auto;
    padding: 0.06rem 0.08rem;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(2) .value {
    min-height: auto;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(3) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(3) .value {
    min-height: auto;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(4) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(4) .value,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(10) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(10) .value {
    min-height: auto;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(5) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(5) .value {
    min-height: auto;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(6) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(6) .value,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(7) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(7) .value,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(8) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(8) .value,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(9) .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row:nth-child(9) .value {
    min-height: auto;
  }

  .ecn-osusume-basic-table .ecn-osusume-basic-row.note-row .label,
  .ecn-osusume-basic-table .ecn-osusume-basic-row.note-row .value {
    min-height: auto;
  }

  .ecn-osusume-basic-row .provider-logo {
    min-height: auto;
  }

  .ecn-osusume-basic-row.note-row .value {
    align-items: center;
    text-align: center;
  }

  .ecn-osusume-bottom-cta {
    width: min(3.11rem, calc(100vw - 0.32rem));
    min-width: 0;
    min-height: 0.5rem;
    font-size: 0.16rem;
    padding: 0.12rem 0.08rem;
  }

  .osusume-point-list li {
    min-height: 0.44rem;
    margin-bottom: 0.08rem;
    font-size: 0.14rem;
    line-height: 1.6;
  }

  .ecn-footer-shortcuts-section {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }

  .ecn-footer-shortcuts-list {
    width: min(3.43rem, calc(100vw - 0.32rem));
    margin: 0 auto;
    gap: 0.16rem;
  }

  .ecn-footer-shortcut-card {
    flex: 0 0 calc((3.43rem - 0.16rem) / 2);
    max-width: calc((min(3.43rem, calc(100vw - 0.32rem)) - 0.16rem) / 2);
    padding: 0.12rem 0.16rem;
    min-height: 0.68rem;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.08rem;
  }

  .ecn-footer-shortcut-icon-gps {
    width: 0.32rem;
    height: 0.32rem;
  }

  .ecn-footer-shortcut-icon-note {
    width: 0.28rem;
    height: 0.28rem;
  }

  .ecn-footer-shortcut-label {
    font-size: 0.14rem;
    line-height: 1.6;
  }

  .ecn-final-footer-cta {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    gap: 0.08rem;
    min-height: 1.06rem;
    overflow: visible;
  }

  .ecn-final-footer-cta.is-follow-ready,
  .ecn-final-footer-cta.is-follow-ready.is-follow-active {
    width: 100vw;
    left: 50%;
  }

  .ecn-follow-spacer {
    height: 1.4rem;
  }

  .ecn-final-footer-main {
    width: min(3.43rem, calc(100vw - 0.32rem));
    min-height: 0.4rem;
    justify-content: flex-start;
  }

  .ecn-final-footer-message {
    width: 2.66rem;
    gap: 0.04rem;
  }

  .ecn-final-footer-text {
    font-size: 0.15rem;
    line-height: 1.2;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }

  .ecn-final-footer-boy {
    right: -0.05rem;
    top: -0.2rem;
    width: 0.7rem;
    height: auto;
  }

  .comparison-cta-button.ecn-final-footer-cta-button {
    width: min(3.43rem, calc(100vw - 0.32rem));
    padding: 0.06rem 0.16rem;
    min-height: 0.34rem;
    font-size: 0.14rem;
    line-height: 1.6;
  }
}

@media (max-width: 360px) {
  .ecn-final-footer-message {
    width: min(2.66rem, calc(100vw - 1.2rem));
  }

  .ecn-final-footer-boy {
    right: 0.04rem;
    width: 0.72rem;
    height: 1.26rem;
  }
}
