main {
  background-color: #eeeeee;
  margin-bottom: 0;
  color: white;
}

.highlight-gradient-orange {
  background: linear-gradient(90deg, #ff8e52 0%, #ffd58b 100%);
  background-clip: text;
  -webkit-background-clip: text; /* ベンダープレフィックス推奨 */
  color: transparent;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}

.highlight-gradient-blue {
  background: linear-gradient(100.25deg, #27bbc5 7.95%, #c6ffff 92.64%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  padding-top: 1rem;
  line-height: 1.2;
  text-align: center;
}

.list-ordered--asterisk > li::before {
  color: white;
}

.bg-space {
  background-image: url(/campaign/ipo_feature_2512/imgs/ipo_feature_bg_pc.png);
  background-size: contain;
}

ol.list-ordered--asterisk {
  max-width: 560px;
  margin: auto;
}

@media screen and (max-width: 1019px) {
  .campaign_detail__btn .image--single .image__wrap img {
    width: clamp(184px, 47vw, 258px);
  }
  .contact-number {
    max-width: 670px;
    margin: auto;
  }
}

/* フレーム */
.body-container {
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1019px) {
  .body-container {
    padding: 10px 15px;
    width: 100%;
  }
}

/* メインビジュアル */
.main_visual {
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.pc-kv-red-bg {
  background-image: linear-gradient(180deg, rgba(21, 30, 41, 0) 40%, #151e29 100%);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: clamp(400px, 38vw, 733px); */
  display: flex;
}

@media screen and (max-width: 750px) {
  .pc-kv-red-bg {
    height: auto;
    display: block;
  }

  .main_visual .image__wrap {
    text-align: center;
    height: auto;
    width: 100% !important;
  }

  .main_visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.pc-kv-red-bg .image__wrap {
  width: 100%;
}

.campaign_detail__image {
  margin-top: 24px;
}

.main-kv-pc {
  width: 100%;
}

.campaign_detail__subtitle h3.h3 {
  font-size: 34px;
  letter-spacing: 0.1rem;
  display: inline-block;
}

.campaign_detail__period {
  max-width: 870px;
  margin: auto;
}

.campaign_detail__btn {
  margin-top: 60px;
}

@media screen and (min-width: 751px) {
  .main-kv-pc {
    opacity: 0.9;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1366px) {
  .main-kv-pc {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .main-kv-pc {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.font-size__emphasis {
  font-size: 56px;
}

@media screen and (max-width: 1019px) {
  .campaign_detail__btn {
    margin-top: 24px;
  }
  .block-inner-banner {
    margin-bottom: 24px;
  }
  .campaign_detail__subtitle h3.h3 {
    font-size: 24px;
  }
  .font-size__emphasis {
    font-size: 38px;
  }
  .font-size__mini {
    font-size: 20px;
  }
}

/* イントロメイン */
.intro-area {
  padding-bottom: 60px;
}

.intro-main {
  padding: 100px 0 64px;
  color: white;
  font-size: 16px;
  line-height: 280%;
  letter-spacing: 2%;
  text-align: center;
}

.intro-main .large-text {
  font-weight: 700;
  font-size: 26px;
  line-height: 240%;
  letter-spacing: 2%;
  text-align: center;
}

.campaign_detail {
  margin-top: 64px;
  margin-bottom: 80px;
}

.campaign_detail__ribbon {
  margin-bottom: 28px;
}

.block-h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  color: #d73900;
  font-weight: 900;
  font-size: 58px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .block-h2 {
    margin-top: 0;
  }

  .intro-main {
    text-align: center;
    margin: 24px auto;
    padding: 0;
  }

  .campaign_detail {
    margin-top: 32px;
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .intro-main .large-text {
    font-size: 20px;
  }
}

/* キャンペーンブロック */
.block-h3 {
  margin: 0;
}

h3 {
  color: white;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  border-bottom: none !important;
  display: block !important;
}

/* =======================.  キャンペーン期間　START */

.campaign-banner {
  color: #ffffff;
  box-sizing: border-box;
  width: 100%;
}

.campaign-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* タイトル：キャンペーン期間 */
.campaign-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
  align-self: stretch;
  display: flex;
  align-items: center;
}

/* リスト全体を囲むコンテナ */
.campaign-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

/* 各行（ラベル＋日付） */
.campaign-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* ラベルボックス */
.row-label {
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 4px 0;
  width: 80px;
  text-align: center;
  margin-right: 15px;
  flex-shrink: 0;
}

/* リスト内の日付文字 */
.row-date {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* 改行制御用のブロック（日付＋曜日） */
.date-block {
  display: inline-block;
  white-space: nowrap;
}

/* 矢印を含むブロック */
.arrow-block {
  margin-left: 5px;
}

/* 日付エリア全体（1行シンプル版用） */
.campaign-date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
}

/* 矢印 >>> */
.arrow {
  margin: 0 7px;
  font-size: 0.8em;
  opacity: 0.7;
}

/* 曜日のバッジ */
.weekday {
  display: inline-block;
  background-color: #ffffff;
  color: #1a2026;
  font-size: 15px;
  padding: 1px 3px;
  margin-left: 4px;
  vertical-align: 2px;
  line-height: 1.3;
  font-weight: normal;
}

.font-size-date {
  font-size: 60%;
}

/* レスポンシブ切り替え (768px以下) */
@media screen and (max-width: 768px) {
  .campaign-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .campaign-list {
    max-width: 500px;
    margin: auto;
  }

  .campaign-title {
    width: clamp(350px, 47vw, 330px);
    justify-content: center;
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    padding-right: 0;
    height: auto;
  }

  .campaign-date {
    font-size: 16px;
    flex-wrap: wrap;
  }
  .weekday {
    font-size: 12px;
  }

  .campaign-row {
    align-items: flex-start;
    gap: 15px;
  }

  .row-label {
    margin-top: 3px;
    margin-right: 12px;
    font-size: 12px;
    width: 70px;
    margin-bottom: 10px;
  }

  .row-date {
    font-size: 16px;
    flex: 1;
    margin-top: 4px;
  }

  .arrow-block {
    margin-left: 0;
  }

  .arrow {
    margin-left: 0;
    margin-right: 7px;
    margin-left: 7px;
  }
}

@media screen and (max-width: 457px) {
  .row-date {
    margin-top: 0px;
  }
}

/* PC版のみ (769px以上) */
@media screen and (min-width: 769px) {
  .campaign-title {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
  }
}
/* =======================.  キャンペーン期間　END */

@media screen and (max-width: 1019px) {
  h3 {
    font-size: 24px;
  }
}


