/* features.html 専用 */
.f-hero-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 36px; max-width: 900px; }
.f-hero-cards a { background: #fff; border: 1px solid #EAE3D8; border-radius: 16px; padding: 22px; color: #2B2E38; transition: all .2s; }
.f-hero-cards a:hover { border-color: #E4843C; transform: translateY(-3px); }
.f-hero-cards .t { font-size: 17px; font-weight: 900; }
.f-hero-cards .d { margin-top: 8px; font-size: 13.5px; color: #6A645A; }

.shot-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 36px; align-items: end; }
.shot-row > div { aspect-ratio: 788 / 1238; overflow: hidden; }
.shot-row img { width: 100%; height: 100%; object-fit: contain; }

.fcard-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; margin-top: 44px; }
.fcard { border: 1px solid #EAE3D8; border-radius: 18px; padding: 26px; transition: all .2s; }
.fcard:hover { border-color: #E4843C; transform: translateY(-3px); }
.fcard .ic { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: #F1F3F8; }
.fcard h3 { margin-top: 16px; font-size: 17px; font-weight: 900; }
.fcard p { margin-top: 10px; font-size: 14px; color: #6A645A; line-height: 1.8; }
.chips-l { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; align-items: center; }
.chips-l .label { font-size: 14px; font-weight: 700; color: #59544B; }
.chips-l span:not(.label) { font-size: 13px; background: #F3EFE8; border-radius: 999px; padding: 7px 14px; color: #4A463E; }

/* コンパネ（ダーク） */
.scallop { display: block; height: 30px; margin-bottom: -1px; background: #fff; background-image: radial-gradient(circle 15px at 50% 100%, #24262E 99%, transparent 100%); background-size: 74px 30px; background-repeat: repeat-x; }
.console-sec { padding: 80px 0 96px; background: #24262E; color: #fff; }
.console-sec .lead { color: #C8C9CE; }
.console-shot { margin-top: 44px; aspect-ratio: 16 / 9; }
.console-shot img { width: 100%; height: 100%; object-fit: contain; }
.panel-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.panel-item { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 14px 16px; }
.panel-item .no { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: #F6C74A; color: #24262E; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 13px; }
.panel-item .t { font-size: 15px; font-weight: 900; }
.panel-item .d { margin-top: 3px; font-size: 13px; color: #C8C9CE; line-height: 1.7; }
.dk-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 26px; }
.dk-card .t { font-size: 17px; font-weight: 900; }
.dk-card p { margin-top: 10px; font-size: 14px; color: #C8C9CE; line-height: 1.8; }
.dk-media { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 22px; }
.dk-media .frame { border-radius: 12px; overflow: hidden; background: #fff; aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; }
.dk-media .frame img { max-width: 100%; max-height: 100%; object-fit: contain; }
.dk-media .t { margin-top: 16px; font-size: 17px; font-weight: 900; }
.dk-media p { margin-top: 8px; font-size: 14px; color: #C8C9CE; line-height: 1.8; }
.note-dk { font-size: 12px; color: #A79E92; line-height: 1.8; }

/* 仕様諸元 */
.table-wrap { margin-top: 36px; background: #fff; border: 1px solid #EAE3D8; border-radius: 18px; overflow: hidden; }
.table-wrap table { width: 100%; border-collapse: collapse; }
.table-wrap th, .table-wrap td { text-align: left; padding: 14px 16px; border-bottom: 1px solid #EAE3D8; font-size: 14px; vertical-align: top; }
.table-wrap tbody th { font-weight: 900; background: #FAF7F2; }
.table-wrap thead th { background: #E4843C; color: #fff; border-bottom: none; font-weight: 900; }
.std-box { margin-top: 32px; background: #fff; border: 1px solid #EAE3D8; border-radius: 18px; padding: 30px; }
.std-box .t { font-size: 17px; font-weight: 900; }
.std-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px 28px; margin-top: 18px; }
.std-grid div { display: flex; gap: 9px; font-size: 13.5px; color: #4A463E; line-height: 1.7; }
.std-grid span.c { color: #263A70; font-weight: 700; }

.cta-band2c { background: linear-gradient(120deg,#24262E 0%,#383C46 60%,#4B505C 100%); border-radius: 28px; padding: 56px; color: #fff; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 48px; align-items: center; }
.cta-band2c h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 900; line-height: 1.32; letter-spacing: -.02em; }
.cta-band2c p { margin-top: 16px; font-size: 15.5px; color: #C8C9CE; text-wrap: pretty; }
.cta-band2c .btns { display: flex; flex-direction: column; gap: 12px; }
.cta-band2c .char { width: 104px; margin-bottom: 56px; }

@media (max-width: 1024px) {
  .fcard-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .panel-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .std-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cta-band2c { grid-template-columns: 1fr; gap: 32px; }
  .cta-band2c .char { margin-bottom: 28px; }
}
@media (max-width: 768px) {
  .f-hero-cards { grid-template-columns: 1fr; gap: 12px; }
  .shot-row { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .fcard-grid.hscroll > .fcard { width: 78vw; max-width: 320px; }
  .fcard-grid { margin-top: 36px; }
  .console-sec { padding: 56px 0 64px; }
  .panel-grid { grid-template-columns: 1fr; }
  .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-wrap table { min-width: 640px; }
  .std-grid { grid-template-columns: 1fr; }
  .std-box { padding: 22px 20px; }
  .cta-band2c { padding: 36px 24px; border-radius: 20px; }
}
