@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap');

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 auto;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  #campaign-contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root #campaign-contents img {
    image-rendering: auto;
  }
}

#campaign-contents .maximg {
  width: 100%;
  height: auto
}

#campaign-contents picture,
#campaign-contents picture img {
  width: 100%;
  height: auto;
  display: block;
}

.print-only,
.plan-print-only {
  display: none;
}

.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  width: calc(100% - 16px);
  overflow: visible;
}

@media (max-width: 768px) {

  .inner-xs-wrap2,
  .inner-xs-wrap,
  .inner-s-wrap,
  .inner-wrap {
    width: 100%;
  }
}

#campaign-contents summary {
  list-style: none;
}

#campaign-contents details>summary::-webkit-details-marker {
  display: none;
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv .kv-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/460;
}

#section-kv .kv-photo h1 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-kv .kv-photo {
    aspect-ratio: 768/839;
  }
}

/*
***************************************************************
#section-video（動画 Brightcove）
***************************************************************
*/
#section-video {
  padding: var(--size64) 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width:768px) {
  #section-video {
    padding: var(--size32) var(--size16);
  }

  #section-video .inner-xs-wrap {
    padding: 0;
  }
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56px;
}

#section-greeting .greeting-text {
  color: #006fb6;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
  #section-greeting .greeting-text {
    font-size: 2.2vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-greeting {
    margin: 0 auto;
    padding: 0;
  }

  #section-greeting .greeting-text {
    font-size: 4.4vw;
    line-height: 1.6;
    padding: 0;
  }

  #section-greeting .greeting-text p:nth-child(n+2) {
    padding-top: var(--size24);
  }
}

/*
*********************************************************
topic > topic-inner（共通）
*********************************************************
*/
#campaign-contents .topic-inner {
  border: 20px solid #f5f6f4;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 20px 20px var(--size40) 20px;
}

#section-vote .topic-inner {
  padding: 20px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #campaign-contents .topic-inner {
    width: calc(100% - 28px);
    border: 14px solid #f5f6f4;
    margin: var(--size32) auto;
    padding: 14px;
  }
}

/*
*********************************************************
topic > h2-band-wrap（共通）
*********************************************************
*/
#campaign-contents .h2-band-wrap {
  width: 100%;
  background-color: #b9d3e8;
  margin: 0;
  padding: 0;
}

#campaign-contents .h2-band-wrap h2,
#campaign-contents .h2-band-wrap p {
  background-color: #589fcc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 680px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  padding: 12px 20px;
}

#campaign-contents .h2-band-wrap h2 span,
#campaign-contents .h2-band-wrap p span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 5px;
  margin: 0 10px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {

  #campaign-contents .h2-band-wrap h2,
  #campaign-contents .h2-band-wrap p {
    font-size: 5vw;
    line-height: 1.4;
    min-height: 40px;
    max-width: calc(100% - 28px);
    margin-top: var(--size32);
    padding: 10px 14px;
  }

  #campaign-contents .h2-band-wrap h2 span,
  #campaign-contents .h2-band-wrap p span {
    font-size: 2.8vw;
  }
}

@media (max-width: 320px) {

  #campaign-contents .h2-band-wrap h2,
  #campaign-contents .h2-band-wrap p {
    font-size: 4.4vw;
  }
}

/*
*********************************************************
topic > cp-btn（共通オレンジボタン）
*********************************************************
*/
#campaign-contents .cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6c00;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100vw;
  min-width: 340px;
  padding: var(--size8);
  transition: opacity 0.3s ease;
}

#campaign-contents .cp-btn:hover {
  opacity: 0.8;
}

#campaign-contents a.cp-btn[target="_blank"]:not(.icn-none):after {
  top: 0;
  width: 17px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #campaign-contents .cp-btn {
    min-width: 0;
    width: 100%;
    max-width: inherit;
    font-size: 4vw;
    padding: var(--size8) var(--size24);
  }
}

/*
*********************************************************
section-vote
*********************************************************
*/
#section-vote {}

/* lead */
#section-vote .lead-wrap {
  text-align: center;
  padding: var(--size8) 0 var(--size32);
}

#section-vote .lead-wrap h3 {
  max-width: 694px;
  margin: 0 auto;
}

#section-vote .lead-wrap h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: var(--size16) 0;
}

#section-vote .lead-wrap .lead-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* ---- vote-grid ---- */
#section-vote .topic-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: url(/campaign/boxer60th-anniversary/portal/images/vote-bg.webp) no-repeat center center / cover;
  max-width: 980px;
  margin: 0 auto;
}

/* ---- vote-card ---- */
.vote-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

/* 縦罫線：各行の最後（4の倍数）以外 */
#section-vote .topic-contents .vote-card:not(:nth-child(4n)) {
  box-shadow: inset -1px 0 0 rgba(0, 58, 123, 1);
}

/* 横罫線：1行目（カード4のみ・右端） */
#section-vote .topic-contents .vote-card:nth-child(-n+4):nth-child(4n) {
  box-shadow: inset 0 -1px 0 rgba(0, 58, 123, 1);
}

/* 縦＋横罫線：1行目かつ右端以外（カード1〜3） */
#section-vote .topic-contents .vote-card:nth-child(-n+4):not(:nth-child(4n)) {
  box-shadow: inset -1px 0 0 rgba(0, 58, 123, 1), inset 0 -1px 0 rgba(0, 58, 123, 1);
}

/* ---- vote-photo ---- */
.vote-photo {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

/* ---- vote-badge (hexagon) ---- */
.vote-badge-wrap {
  position: absolute;
  top: clamp(8px, 1.6vw, 16px);
  left: clamp(4px, 0.8vw, 8px);
  width: clamp(54px, 8.5vw, 84px);
  height: clamp(46px, 7.3vw, 72px);
  z-index: 0;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 1)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.4));
}

.vote-badge {
  clip-path: polygon(25% 0%, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background-color: var(--badge-color, #333);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Old Mincho', serif;
}

.vote-photo img {
  position: relative;
  z-index: 1;
}

.vote-badge .badge-name {
  color: #fff;
  font-size: clamp(0.9rem, 1.5vw, 1.6rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.vote-badge .badge-year {
  color: #fff;
  font-size: clamp(0.75rem, 1.3vw, 1.4rem);
  line-height: 1.2;
}

.vote-badge .badge-kai {
  font-size: 0.85em;
}

/* ---- vote-badge: エンジン別カラー ---- */
#section-vote .topic-contents .vote-card:nth-child(1) .vote-badge {
  --badge-color: #d83245;
}

/* EJ20  */
#section-vote .topic-contents .vote-card:nth-child(2) .vote-badge {
  --badge-color: #009ddc;
}

/* EJ20  */
#section-vote .topic-contents .vote-card:nth-child(3) .vote-badge {
  --badge-color: #84b71c;
}

/* EZ30  */
#section-vote .topic-contents .vote-card:nth-child(4) .vote-badge {
  --badge-color: #009d95;
}

/* FB20  */
#section-vote .topic-contents .vote-card:nth-child(5) .vote-badge {
  --badge-color: #cc8700;
}

/* FA20  */
#section-vote .topic-contents .vote-card:nth-child(6) .vote-badge {
  --badge-color: #b5ac44;
}

/* FB25  */
#section-vote .topic-contents .vote-card:nth-child(7) .vote-badge {
  --badge-color: #971178;
}

/* CB18  */
#section-vote .topic-contents .vote-card:nth-child(8) .vote-badge {
  --badge-color: #c70e47;
}

/* EG33改 */
/* ---- vote-btns ---- */
#section-vote .vote-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  padding: 0 var(--size8) var(--size24);
}

#section-vote .vote-btn-detail,
#section-vote .vote-btn-vote {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 100vw;
  cursor: pointer;
  transition: opacity 0.25s ease;
  letter-spacing: 0.03em;
  padding: var(--size8) var(--size24);
}

#section-vote .vote-btn-detail {
  background: #fff;
  color: #008dcf;
  border: 3px solid #008dcf;
}

#section-vote .vote-btn-vote {
  background: #f0831e;
  color: #fff;
  border: none;
}

#section-vote .vote-btn-detail:hover,
#section-vote .vote-btn-vote:hover {
  opacity: 0.8;
}

/* ---- modal overlay (campaign-modal.js 共通) ---- */
.modal-overlay {
  display: none;
  /* JS が display:flex で開く */
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9000;
  opacity: 1;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* ---- vote modal window ---- */
.vote-modal-win {
  position: relative;
  width: 100%;
  max-width: 960px;
  max-height: 88vh;
  overflow-y: auto;
  background: #0B132F;
  background: linear-gradient(180deg, rgba(11, 19, 47, 1) 0%, rgba(83, 128, 170, 1) 100%);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
  padding: 0 var(--size16);
}

/* close button : circular */
.vote-modal-win .modal-close {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  top: var(--size16);
  margin-left: auto;
  margin-right: calc(-1 * var(--size8));
  margin-bottom: calc(-1 * (var(--size64) + var(--size8)));
  /* ボタン高さ＋top分を相殺してコンテンツ位置を維持 */
  width: var(--size64);
  height: var(--size64);
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  font-size: 0;
  /* テキスト文字を非表示 */
  cursor: pointer;
  z-index: 2;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

/* × を2本の border で描画 */
.vote-modal-win .modal-close::before,
.vote-modal-win .modal-close::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: background 0.2s ease;
}

.vote-modal-win .modal-close::before {
  transform: rotate(45deg);
}

.vote-modal-win .modal-close::after {
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .vote-modal-win .modal-close:hover {
    background: #fff;
  }

  .vote-modal-win .modal-close:hover::before,
  .vote-modal-win .modal-close:hover::after {
    background: #0B132F;
  }
}

/* ---- vmod-header : engine name + year ---- */
.vmod-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size32);
  flex-wrap: wrap;
  font-family: 'Zen Old Mincho', serif;
  padding: var(--size64) var(--size16) var(--size16);
}

.vmod-name {
  font-size: 15.8rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.02em;
}

.vmod-kai {}

.vmod-year {
  font-size: 4.8rem;
  font-weight: normal;
  color: #fff;
  margin-top: var(--size16);
}

/* ---- vmod-engine-img ---- */
.vmod-engine-img {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}

.vmod-engine-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: var(--size32) auto;
}

#modal-vote-ej20 .vmod-engine-img img,
#modal-vote-ez30 .vmod-engine-img img,
#modal-vote-fb20 .vmod-engine-img img,
#modal-vote-fa20 .vmod-engine-img img,
#modal-vote-fb25 .vmod-engine-img img {
  margin: 0 auto;
}

#modal-vote-ej20 .vmod-engine-img img,
#modal-vote-fb20 .vmod-engine-img img,
#modal-vote-fa20 .vmod-engine-img img,
#modal-vote-cb18 .vmod-engine-img img,
#modal-vote-eg33kai .vmod-engine-img img {
  filter: drop-shadow(10px 10px 16px rgba(41, 41, 41, 0.8));
}

#modal-vote-eg33kai .vmod-engine-img img {
  margin: 0 auto var(--size16);
}

#modal-vote-eg33kai .vote-modal-win {
  background: #2A7B9B;
  background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(0, 74, 158, 1) 0%, rgba(87, 145, 201, 1) 100%);
}

/* ---- vmod-detail : gray gradient ---- */
.vmod-detail {
  max-width: 770px;
  background: #D0D5DE;
  background: linear-gradient(180deg, rgba(208, 213, 222, 1) 0%, rgba(113, 113, 113, 1) 100%);
  margin: 0 auto;
  padding: var(--size40) var(--size48) var(--size32);
  position: relative;
}

.vmod-detail .vmod-detail-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #111;
  line-height: 1.0;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: var(--size24);
}

.vmod-detail .vmod-detail-text {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 16px;
}

.vmod-detail .vmod-detail-note {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 16px;
}

.vmod-detail .vmod-detail-fig {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 2em;
}

.vmod-detail .vmod-detail-fig img {
  width: 100%;
  height: auto;
  display: block;
}

.vmod-detail .vmod-detail-fig figcaption {
  position: absolute;
  left: var(--size48);
  right: var(--size48);
  font-size: 1.2rem;
  color: #fff;
  text-align: right;
  margin-top: 6px;
  line-height: 1.5;
}

@media (min-width: 769px) and (max-width: 960px) {
  .vmod-detail .vmod-detail-title {
    font-size: 2.6vw;
  }

  .vmod-detail .vmod-detail-text {
    font-size: 1.8vw;
  }
}

/* ---- vmod-photos : 1 image ---- */
.vmod-photos {
  max-width: 770px;
  margin: 0 auto;
  padding: var(--size48) 0 var(--size80);
}

.vmod-photos .vmod-photo-item {
  overflow: hidden;
}

.vmod-photos .vmod-photo-item img {
  width: 100%;
  height: auto;
  display: block;
}

.vmod-photos .vmod-photo-caption {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 5px;
  padding-right: var(--size8);
}

.vmod-photos .vmod-photo-caption span {
  font-size: 1em;
  font-family: Arial, sans-serif;
}

#section-vote .notice-text {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
}

#section-vote .notice-text.result {
  padding: var(--size24) 0 0;
}

#section-vote .notice-text.release {
  padding: var(--size40) 0 0;
}

#section-vote .notice-text .notice-vote-result {
  color: #555;
}

#section-vote .notice-text .notice-scheduled-release {
  color: #0068b7;
  border: 1px solid #0068b7;
  padding: var(--size16);
}

@media (min-width: 769px) and (max-width: 1090px) {
  #section-vote .notice-text {
    font-size: 2vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  .modal-overlay {
    padding:
      calc(var(--size16) + env(safe-area-inset-top, 0px)) var(--size16) calc(var(--size16) + env(safe-area-inset-bottom, 0px));
  }

  .vote-modal-win {
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - (var(--size16) * 2));
  }

  .vote-modal-win .modal-close {
    top: var(--size8);
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    margin-right: calc(-1 * var(--size8));
    margin-bottom: calc(-1 * (44px + var(--size8)));
  }

  /* 見た目の32px円を ::before で描画 */
  .vote-modal-win .modal-close::before {
    top: 50%;
    left: 50%;
    width: var(--size32);
    height: var(--size32);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(11, 19, 47, 0.4);
  }

  /* × の2本線を ::after のグラデーションで描画 */
  .vote-modal-win .modal-close::after {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    background-image:
      linear-gradient(45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)),
      linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
    background-color: transparent;
  }

  #section-vote .topic-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background-image: none;
    /* TODO: SP用背景画像に差し替え */
    background-color: #3D6B87;
    background: linear-gradient(180deg, rgba(61, 107, 135, 1) 0%, rgba(100, 160, 200, 1) 50%, rgba(61, 107, 135, 1) 100%);
  }

  #section-vote .lead-wrap h3 {
    max-width: 100%;
    margin: 0 auto;
  }

  #section-vote .lead-wrap {
    text-align: center;
    padding: 0 0 var(--size24);
  }

  #section-vote .lead-wrap h4 {
    font-size: 5.4vw;
  }

  #section-vote .lead-wrap .lead-text {
    font-size: 3.9vw;
  }

  /* SP罫線：2列グリッド用 */
  /* PCの4列罫線ルール（詳細度 1,4,0）をSP内で同等詳細度でリセット */
  #section-vote .topic-contents .vote-card:nth-child(-n+4):not(:nth-child(4n)) {
    box-shadow: none;
  }

  #section-vote .topic-contents .vote-card:nth-child(-n+4):nth-child(4n) {
    box-shadow: none;
  }

  /* 汎用リセット */
  #section-vote .topic-contents .vote-card {
    box-shadow: none;
  }

  /* 奇数（左列）：右ライン ─ :nth-child(n) で詳細度を (1,4,0) に揃える */
  #section-vote .topic-contents .vote-card:nth-child(odd):nth-child(n) {
    box-shadow: inset -1px 0 0 rgba(0, 58, 123, 1);
  }

  /* 1行目（1,2）：下ライン */
  #section-vote .topic-contents .vote-card:nth-child(1):nth-child(n) {
    box-shadow: inset -1px 0 0 rgba(0, 58, 123, 1), inset 0 -1px 0 rgba(0, 58, 123, 1);
  }

  #section-vote .topic-contents .vote-card:nth-child(2):nth-child(n) {
    box-shadow: inset 0 -1px 0 rgba(0, 58, 123, 1);
  }

  /* 2行目（3,4）：下ライン */
  #section-vote .topic-contents .vote-card:nth-child(3):nth-child(n) {
    box-shadow: inset -1px 0 0 rgba(0, 58, 123, 1), inset 0 -1px 0 rgba(0, 58, 123, 1);
  }

  #section-vote .topic-contents .vote-card:nth-child(4):nth-child(n) {
    box-shadow: inset 0 -1px 0 rgba(0, 58, 123, 1);
  }

  /* 3行目（5,6）：下ライン */
  #section-vote .topic-contents .vote-card:nth-child(5):nth-child(n) {
    box-shadow: inset -1px 0 0 rgba(0, 58, 123, 1), inset 0 -1px 0 rgba(0, 58, 123, 1);
  }

  #section-vote .topic-contents .vote-card:nth-child(6):nth-child(n) {
    box-shadow: inset 0 -1px 0 rgba(0, 58, 123, 1);
  }

  /* SP: バッジ型なし・img直上テキスト表示 */
  #section-vote .vote-photo {
    display: flex;
    flex-direction: column;
  }

  #section-vote .vote-photo img {
    position: static;
    z-index: auto;
    order: 1;
    padding: 0 var(--size16);
  }

  #section-vote .topic-contents .vote-card:nth-child(2) .vote-photo img,
  #section-vote .topic-contents .vote-card:nth-child(5) .vote-photo img,
  #section-vote .topic-contents .vote-card:nth-child(7) .vote-photo img,
  #section-vote .topic-contents .vote-card:nth-child(8) .vote-photo img {
    filter: drop-shadow(2px 2px 5px rgba(41, 41, 41, 0.8));
  }

  #section-vote .vote-badge-wrap {
    position: static;
    width: 100%;
    height: auto;
    filter: none;
    order: 0;
  }

  #section-vote .vote-badge {
    clip-path: none;
    background: transparent;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.5em;
    padding: var(--size16) var(--size8) var(--size8);
    width: 100%;
    height: auto;
  }

  #section-vote .vote-badge .badge-name {
    font-size: clamp(1.6rem, 5.8vw, 2.6rem);
  }

  #section-vote .vote-badge .badge-year {
    font-size: clamp(1.2rem, 4.5vw, 2.1rem);
  }

  #section-vote .vote-modal-win {
    max-width: 96vw;
  }

  #section-vote .vmod-name {
    font-size: 4rem;
  }

  #section-vote .vmod-detail-title {
    font-size: 1.4rem;
  }

  #section-vote .vote-btn-detail,
  #section-vote .vote-btn-vote {
    font-size: 3.4vw;
    padding: var(--size8) 4px;
  }

  #section-vote .vote-btns {
    gap: var(--size8);
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 var(--size8) var(--size24);
  }

  .vmod-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--size8);
    flex-wrap: wrap;
    font-family: 'Zen Old Mincho', serif;
    padding: var(--size32) var(--size16) var(--size16);
  }

  .vmod-header .vmod-name {
    font-size: 12vw;
  }

  .vmod-header .vmod-year {
    font-size: 5vw;
  }

  /* ---- vmod-engine-img ---- */
  .vmod-detail {
    max-width: initial;
    background: linear-gradient(180deg, rgba(208, 213, 222, 1) 50%, rgba(113, 113, 113, 1) 100%);
    padding: var(--size16);
  }

  .vmod-engine-img {
    max-width: 90%;
  }

  #modal-vote-ej20 .vmod-engine-img img,
  #modal-vote-fb20 .vmod-engine-img img,
  #modal-vote-fa20 .vmod-engine-img img,
  #modal-vote-cb18 .vmod-engine-img img,
  #modal-vote-eg33kai .vmod-engine-img img {
    filter: drop-shadow(4px 4px 16px rgba(41, 41, 41, 0.8));
  }

  .vmod-engine-img img {
    max-width: 100%;
    margin: var(--size16) auto;
  }

  .vmod-detail .vmod-detail-title {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: var(--size16);
  }

  .vmod-detail .vmod-detail-text {
    font-size: 3.8vw;
  }

  .vmod-detail .vmod-detail-note {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 var(--size8);
  }

  .vmod-detail .vmod-detail-fig {
    max-width: 100%;
    margin-bottom: 0;
  }

  .vmod-detail .vmod-detail-fig figcaption {
    position: static;
    left: auto;
    right: auto;
    font-size: 1.2rem;
    text-align: center;
    margin-top: var(--size8);
  }

  .vmod-photos {
    max-width: 100%;
    margin: 0 auto;
    padding: var(--size16) 0;
  }

  #section-vote .notice-text {
    font-size: 3.8vw;
  }

  #section-vote .notice-text.result {
    padding: var(--size16) 0 0;
  }

  #section-vote .notice-text.release {
    margin: 0 var(--size16);
    padding: 0;
  }

  #section-vote .notice-text .notice-scheduled-release {
    width: 100%;
    padding: var(--size16) 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-vote .lead-wrap h3 {
    max-width: 80%;
    margin: 0 auto;
  }

  #section-vote .vote-badge .badge-name {
    font-size: 6vw;
  }

  #section-vote .vote-badge .badge-year {
    font-size: 4vw;
  }
}

@media (max-width: 430px) {
  #section-vote .vote-btns {
    gap: 10px;
    max-width: calc(100% - 8px);
    padding: 0 var(--size8) var(--size24);
  }
}

@media (max-width: 344px) {
  #section-vote .lead-wrap h4 {
    font-size: 5vw;
  }

  #section-vote .lead-wrap .lead-text {
    font-size: 3.6vw;
  }

  #section-vote .vote-badge .badge-name {
    font-size: 5vw;
  }

  #section-vote .vote-badge .badge-year {
    font-size: 4vw;
  }

  #section-vote .vote-btns {
    max-width: 100%;
  }

  .vmod-detail .vmod-detail-title {
    font-size: 4vw;
  }

  .vmod-detail .vmod-detail-note {
    font-size: 1rem;
  }

  .vmod-detail .vmod-detail-fig figcaption {
    font-size: 1rem;
  }

  #section-vote .notice-text {
    font-size: 3.8vw;
  }
}

/*
***************************************************************
投票ボタン （vote complete modal用）
***************************************************************
*/
.vote-complete-win {
  position: relative;
  width: 100%;
  max-width: 580px;
  background: #fff;
  border-radius: 5px;
  padding: var(--size64);
  text-align: center;
}

.vote-complete-win .modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size40);
  height: var(--size40);
  border-radius: 100%;
  background: transparent;
  border: 2px solid #666;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  transition: background 0.2s ease;
}

/* × を2本の border で描画 */
.vote-complete-win .modal-close::before,
.vote-complete-win .modal-close::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #666;
  border-radius: 1px;
  transition: background 0.2s ease;
}

.vote-complete-win .modal-close::before {
  transform: rotate(45deg);
}

.vote-complete-win .modal-close::after {
  transform: rotate(-45deg);
}

.vote-complete-win .modal-close:hover {
  background: #666;
}

.vote-complete-win .modal-close:hover::before,
.vote-complete-win .modal-close:hover::after {
  background: #fff;
}

.vote-complete-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: var(--size8);
}

.vote-complete-text {
  font-size: 1.6rem;
  color: #555;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  .vote-complete-win {
    padding: var(--size48) var(--size16);
    transform: translateY(-10%);
  }

  .vote-complete-win .modal-close {
    top: var(--size8);
    right: var(--size8);
    width: var(--size32);
    height: var(--size32);
  }

  .vote-complete-win .modal-close::before,
  .vote-complete-win .modal-close::after {
    width: 18px;
  }

  .vote-complete-title {
    font-size: 5vw;
  }

  .vote-complete-text {
    font-size: 4vw;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .vote-complete-text {
    font-size: 3.6vw;
  }
}

/*
***************************************************************
btn-page-top
***************************************************************
*/
#campaign-contents .btn-page-top {
  position: fixed;
  right: var(--size48);
  bottom: 80px;
  z-index: 1000;
  width: var(--size48);
  height: var(--size48);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#campaign-contents .btn-page-top.show {
  opacity: 1;
  visibility: visible;
}

#campaign-contents .btn-page-top img {
  width: var(--size24);
  height: var(--size24);
}

@media (max-width: 768px) {
  #campaign-contents .btn-page-top {
    right: var(--size8);
  }
}

/*
***********************************************************
固定追従しないバージョン（通常ページ内）
***********************************************************
*/
#campaign-contents .btn-section {
  background-color: #dde2e6;
  max-width: var(--contentMaxW);
  margin: 0 auto 80px;
}

#campaign-contents .btn-section .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size40) var(--size16);
}

#campaign-contents .btn-section .btn-nml.cv-btn {
  animation: none !important;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap .btn-nml {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #campaign-contents .btn-section .btn-wrap-container {
    display: block;
    width: 100%;
    padding: var(--size32) var(--size16);
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: var(--size8) 0;
  }
}

/*
**************************************************
  fixed-menu
**************************************************
*/
#fixedBottomBtn {
  position: fixed;
  bottom: -56px;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, bottom 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

#fixedBottomBtn.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fixedBottomBtn .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size8);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0 !important;
}

#fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
  width: 100%;
  font-size: 1.8rem;
  min-height: var(--size48);
  color: var(--white);
}

#fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  #fixedBottomBtn .btn-wrap-container {
    flex-wrap: nowrap;
    gap: var(--size8);
    padding: var(--size8) 0;
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap {
    max-width: 375px;
  }

  #fixedBottomBtn .btn-wrap-container .btn-nml.fixed-btn {
    font-size: 1.6rem;
    min-height: var(--size24);
  }

  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 353px) {
  #fixedBottomBtn .btn-wrap-container .btn-wrap .btn-ttl {
    font-size: 0.8rem;
  }
}

/* --------------------- 共通 -------------------- */
#campaign-contents .btn-nml {
  color: var(--white);
}

#campaign-contents .btn-nml:hover {
  color: #014E98;
  opacity: .7;
}

@media (max-width: 768px) {
  #campaign-contents .btn-nml:hover {
    color: #fff;
    opacity: 1;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
.notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notice-area.alert .notice-area-inner {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notice-area .notice-txt {
  text-align: justify !important;
}

/*
***********************************************************
シンプルフッターマージン調整
***********************************************************
*/
.footer.footer-simple {
  margin-top: 0;
}

/*
***********************************************************
SNS注意喚起
***********************************************************
*/
#campaign-contents .sns-caution {
  padding: 0 0 var(--size8);
}

#campaign-contents .sns-caution .notice-area {
  margin-top: var(--size40);
}

@media (max-width: 768px) {
  #campaign-contents .sns-caution .notice-area {
    margin-top: var(--size32);
  }

  .notice-area {
    margin-left: var(--size16);
    margin-right: var(--size16);
  }
}

/*
***********************************************************
PRINT
***********************************************************
*/
#campaign-contents img.pr-img {
  display: none !important;
}

/* ============================================================
   共通 印刷スタイル
   ============================================================ */
@media print {

  /* 背景色・背景画像を印刷する */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* 非表示にする要素（SP・PC共通） */
  #fixedBottomBtn,
  .btn-page-top,
  #section-video,
  .modal-overlay {
    display: none !important;
  }

  /* リンクのhref表示を無効化 */
  a[href]::after {
    content: none !important;
  }

  #section-greeting {
    padding-top: var(--size40);
  }

  #section-vote {
    page-break-before: always !important;
  }
}

/* ============================================================
   SP 印刷スタイル（768px以下）
   ============================================================ */
@media print and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  /* 全体 */
  #campaign-contents img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* ============================================================
   PC 印刷スタイル（769px以上）
   ============================================================ */
@media print and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }

  /* 全体 */
  #campaign-contents {
    max-width: 100%;
  }

  #campaign-contents img {
    max-width: 100% !important;
    height: auto !important;
  }
}



