/* ===========================
   Reset & Base
=========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #f0f4f0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; }

/* ===========================
   LP Root — 390px fixed
=========================== */
.sp-campaign-lp {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
}

/* ===========================
   Header
=========================== */
.header-sp-jp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header-logo img {
  height: 29px;
  width: auto;
}


/* ===========================
   Main Content
=========================== */
.main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

/* ===========================
   Campaign Banner
   LP毎の1枚バナー画像を表示
=========================== */
.campaign-banner {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.campaign-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===========================
   Section: NAVITIME eSIMを100円で利用する方法
=========================== */
.section-what-is-transit-esim {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 32px;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  background: #ffffff;
  min-height: 300px;
}

/* ロゴバッジ → logo-badge.png に差し替え済み */
.logo-image {
  height: 83px;
  width: 211px;
  flex-shrink: 0;
  position: relative;
}

.logo-badge-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.what-is-description {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.what-is-list {
  list-style: disc;
  list-style-position: inside;
  margin-left: 27px;
}

.what-is-list li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #2a2a2a;
}

.what-is-or {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2a2a;
  text-align: center;
  flex-shrink: 0;
}

.feature-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
}

.what-is-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
  text-align: center;
  flex-shrink: 0;
}

/* ===========================
   Section: What is NAVITIME eSIM?
=========================== */
.section-recommended-usage {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  flex-shrink: 0;
  width: 100%;
  background: #ffffff;
}

.recommended-usage-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}

.section-header-recommended {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 40px 16px 16px;
  flex-shrink: 0;
  width: 100%;
  color: #006300;
  text-align: center;
}

.section-title-en {
  font-family: 'Sansita One', sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #006300;
  text-align: center;
}


/* 英字セクション見出し画像（@3x書き出し） */
.section-title-en-img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.section-title-en-img--about { width: 344px; }   /* 1030/3 */
.section-title-en-img--details { width: 255px; } /* 764/3 */

.section-title-ja {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #006300;
  text-align: center;
}

.usage-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
}

.usage-lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2a2a;
  width: 100%;
}

.usage-item {
  background: #e2f3e9;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding: 16px 24px;
  border-radius: 16px;
  flex-shrink: 0;
  width: 100%;
}

.usage-item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #006300;
  white-space: nowrap;
}

.usage-item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2a2a;
  min-width: 100%;
}

/* CTA Link (underline style) */
.cta-link {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}

.cta-link-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #121212;
  text-decoration: underline;
  text-decoration-style: solid;
  white-space: nowrap;
}

.cta-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

/* ===========================
   Section Header: Campaign Details
=========================== */
.section-header-campaign-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 48px 16px 16px;
  flex-shrink: 0;
  width: 100%;
  color: #006300;
  text-align: center;
}

/* ===========================
   Section: Campaign Details
=========================== */
.section-campaign-details {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px;
  flex-shrink: 0;
  width: 100%;
}

/* Campaign intro headers */
.campaign-1-intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5;
  flex-shrink: 0;
  width: 100%;
  white-space: nowrap;
}

.campaign-2-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  flex-shrink: 0;
  width: 100%;
}

.campaign-2-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5;
  flex-shrink: 0;
  width: 100%;
}

.campaign-intro-title {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.5;
}

.campaign-intro-note {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 1.5;
}

/* Campaign Cards */
.campaign-card-transit-app,
.campaign-card-shibuya {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 16px 24px;
  flex-shrink: 0;
  width: 100%;
}

.card-content {
  background: #f3f3f3;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  min-width: 1px;
  padding: 16px 16px 24px;
  border-radius: 10px;
  position: relative;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2a2a;
  width: 100%;
}

/* Transit Banner → transit-banner-sp.png に差し替え済み */
.transit-banner-sp {
  background: #ffffff;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
  width: 100%;
}

.transit-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* App Download Links */
.app-download-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

.store-badges {
  display: flex;
  gap: 4.4px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 240px;
}

.store-badge-link {
  display: block;
}

.store-badge-google {
  height: 39px;
  width: 131.6px;
  object-fit: cover;
  border-radius: 4.8px;
  display: block;
}

.store-badge-apple {
  height: 38px;
  width: 104px;
  object-fit: contain;
  display: block;
}

/* Shibuya Image */
.image-shibuya {
  border-radius: 4px;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}

.shibuya-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===========================
   Section: Terms and Conditions
=========================== */
.section-terms-and-conditions {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 16px 24px;
  flex-shrink: 0;
  width: 100%;
}

.terms-content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  min-width: 1px;
  padding: 16px;
  border-radius: 10px;
}

.terms-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.terms-heading {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  color: #2a2a2a;
  width: 100%;
}

.terms-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.terms-detail--conditions {
  gap: 12px;
}

.terms-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2a2a;
}

.terms-notes-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
  width: 100%;
}

.terms-notes-small p {
  line-height: 1.5;
  margin-bottom: 0;
}

.terms-conditions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
  color: #2a2a2a;
  font-size: 14px;
}

.terms-condition-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.terms-list {
  display: block;
  font-size: 14px;
  font-weight: 500;
  list-style: disc;
  margin-left: 21px;
  flex-shrink: 0;
}

.terms-list li {
  line-height: 1.5;
}

.terms-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
  flex-shrink: 0;
}

.terms-or {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #2a2a2a;
  white-space: nowrap;
  flex-shrink: 0;
}

.terms-caution-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2a2a;
  width: 100%;
}

.terms-caution-text p {
  line-height: 1.5;
  margin-bottom: 0;
}

/* ===========================
   Section: SNS Follow
=========================== */
.section-sns-follow {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
  flex-shrink: 0;
  width: 100%;
}

.sns-content {
  background: #f3f3f3;
  border: 1px solid #e7e7e7;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 17px 20px;
  border-radius: 10px;
  flex-shrink: 0;
  width: calc(100% - 32px);
}

.instagram-icon {
  overflow: hidden;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
}

.instagram-icon img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  display: block;
}

.sns-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
}

.sns-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #2a2a2a;
  white-space: nowrap;
}

.sns-handle {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}

.sns-name {
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.5;
}

.cta-link-instagram {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cta-link-instagram span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #2a2a2a;
  white-space: nowrap;
}


/* ============================================
   PC Layout
   SPコンテンツ(390px)を中央に固定し、
   左右に固定背景＋装飾を表示する
============================================ */

/* 固定背景レイヤー
   img/pc-bg.jpg（ビーチ写真・未提供）を配置すれば自動で適用され、
   それまではグラデーションで仮置き表示 */
.pc-bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    url('../img/pc-bg.jpg') center / cover no-repeat,
    linear-gradient(180deg, #6bb8e8 0%, #8ed0f2 38%, #5db6e3 62%, #bfe9f7 100%);
}

/* 左右サイドパネル共通 */
.pc-side {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: calc((100vw - 390px) / 2);
  z-index: 1;
}

.pc-side--left { left: 0; }
.pc-side--right { right: 0; }

/* --- 左サイド --- */

/* 白ロゴ（左上） */
.pc-logo {
  position: absolute;
  top: 24px;
  left: 32px;
  width: 240px;
  height: auto;
}

/* 手描き風ドゥードル */
.pc-doodle {
  position: absolute;
  opacity: 0.95;
}

.pc-doodle--plane {
  width: min(28vw, 300px);
  left: 18%;
  top: 16%;
}

.pc-doodle--cloud {
  width: min(12vw, 130px);
  left: 10%;
  top: 40%;
}

/* --- 右サイド --- */
.pc-side--right {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 40px 24px;
}

.pc-side__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pc-side__lead {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  color: #121212;
  text-align: center;
}

.pc-side__slash {
  display: inline-block;
}

.pc-side__lead-line2 .pc-side__slash:first-child { margin-right: 10px; }
.pc-side__lead-line2 .pc-side__slash:last-child { margin-left: 10px; }

.pc-qr {
  display: block;
  width: 170px;
  height: 170px;
  padding: 12px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 40, 80, 0.18);
}

.pc-qr img {
  width: 100%;
  height: 100%;
  display: block;
}

.pc-side__applogo {
  width: 250px;
  height: auto;
}

.pc-wcs-badge {
  display: block;
  width: 150px;
  height: 150px;
  filter: drop-shadow(0 4px 10px rgba(120, 0, 10, 0.25));
}

.pc-wcs-badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.pc-side__wcs-text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  color: #121212;
  text-align: center;
}

/* --- メディアクエリ: PC表示 --- */
@media (min-width: 1100px) {
  body {
    background: #bfe9f7;
  }

  .pc-bg {
    display: block;
  }

  .pc-side {
    display: block;
  }

  .pc-side--right {
    display: flex;
  }

  /* SPコンテンツ列を背景より前面に */
  .sp-campaign-lp {
    max-width: 390px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 32px rgba(0, 40, 80, 0.25);
  }
}

