@charset "UTF-8";
/* CSS Document */

:root {
--bg:#0a0a0a;
--panel:#0e0e0e;
--line:#1b1b1b;
--fg:#e6e6e6;
--muted:#9aa;
--gold:#b7ad85;
}
* {
    box-sizing: border-box
}
html, body {
    margin: 0;
    background: var(--bg);
    color: var(--fg);
    font-family: 'Noto Sans JP', sans-serif;
}
body {
	overflow-x: clip;
}
a {
    color: var(--gold);
    text-decoration: none
}
dl {
    text-align: center;
}
dt {
    color: var(--gold);
    font-weight: 700;
    font-size: 20px;
	margin-bottom: 5px;
}
dd {
margin: 0 0 15px;
    border-bottom: solid 1px #2b2b2b;
    padding-bottom: 25px;
}
	dd:last-child{border: none; padding-bottom: 0;}
ul {
    list-style: none;
    padding: 0;
}
header.nav {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    background: rgba(10,10,10,.7);
    backdrop-filter: blur(8px);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
}
.logo img {
    width: 50px;
}
.nav-links {
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: #cfcfcf
}
.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 60px 20px;
    overflow: hidden;
    z-index: 2;
}
.hero h1 {
    margin: .2em 0;
    font-size: clamp(26px, 5vw, 56px);
    letter-spacing: .06em;
    color: #fff
}
.hero p {
    color: #c8c8c8;
    max-width: 760px;
    margin: 10px auto 24px;
}
.title {
    font-size: 16px;
    padding: 5px;
}
.cta {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: linear-gradient(180deg, #141414, #0c0c0c);
    color: var(--gold);
    font-weight: 800;
    letter-spacing: .05em;
}
.countdown {
    margin: 24px 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--fg);
}
.countdown span {
    color: var(--gold);
    font-weight: 900;
    margin: 0 4px;
    font-size: 26px;
}
#cd-tex {
    display: block;
}
section {
    padding: 40px 5px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}
.grid {
    display: grid;
    gap: 20px;
}
.cols-2 {
    grid-template-columns: 1fr 1fr;
}
.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}
.most-deck{margin-left: 20px;}
@media (max-width: 960px) {
.cols-2, .cols-3 {
    grid-template-columns: 1fr;
}
}
.center {
    max-width: 720px;
}
.card {
    background: #121212;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 24px;
}
h2.h {
    margin: 0 0 16px;
    font-size: 40px;
    color: #fff;
    letter-spacing: .06em;
	text-align: center;
}h2.h span{
    margin: 0 0 16px;
    font-size: 12px;
    color: #b7ad85;
    text-align: center;
    display: block;
}
h2.d {
    margin: 0 0 16px;
    font-size: 22px;
    color: #fff;
    letter-spacing: .06em;
	text-align: left;
	padding-left: 15px;
}h2.d span{
    margin: 0 0 16px;
    font-size: 12px;
    color: #b7ad85;
    display: block;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #c8c8c8;
    line-height: 1.8;
}
.chart-box {
    height: 300px;
    border: 1px dashed #333;
    border-radius: 12px;
}
table.schedule {
    width: 100%;
    border-collapse: collapse;
    color: #c8c8c8;
}
table.schedule td, table.schedule th {
    background: #151515;
text-align: center;
    border: solid 1px;
    letter-spacing: .05em;
    padding: 7px 0;
}
table.schedule th {
    background: #1a1a1a;
    color: var(--gold);
}
footer {
    border-top: 1px solid var(--line);
    padding: 24px;
    color: #9aa;
    font-size: 12px;
    text-align: center
}
.video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
}
.video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.tonamel {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin: auto;
    width: 260px;
    height: 50px;
    font-weight: bold;
    transition: .3s;
    background-image: linear-gradient(0deg, rgba(243,96,48,1) 31%, rgba(233,32,64,1));
}
.note{
    font-size: 10px;
    font-weight: 100;
	}.attention li {margin-bottom: 10px; font-size: 14px; font-weight: 100;}
	.attention li span{font-weight: bold; display: block; font-size: 16px;}
article{
  overflow: hidden;
	position: absolute;
	bottom: -80px;
}
.loop_wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
	column-gap: 60px;
  }

.loop_wrap img {
    flex: 0 0 auto;
    white-space: nowrap;
    height: 100px;
    overflow: hidden;
	font-weight: bold;
  }

.loop_wrap img:nth-child(odd) {
animation: loop 100s -50s linear infinite;
}

.loop_wrap img:nth-child(even) {
animation: loop2 100s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
.social-banners{ display:flex; gap:10px; justify-content:center;align-items: center;}
.social-banners a{ width:30px; height:30px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-size:14px; color:#fff; transition:.3s; }
.social-banners a:hover{ transform:scale(1.1); }
.social-banners .youtube{ background:#000; border:1px solid #fff; }
.social-banners .note{ background:#000; border:1px solid #fff; font-weight: 900; font-size: 20px; padding-bottom: 5px;}
.social-banners .x{ background:#000; border:1px solid #fff; }
/* Lightbox */
.lightbox{
  position:fixed; inset:0; display:none; place-items:center; z-index:1000;
  background:rgba(0,0,0,.85); backdrop-filter: blur(2px);
}
.lightbox.show{ display:grid; }
.lb-figure{ max-width:min(92vw,1200px); max-height:86vh; margin:0; }
.lb-figure img{ width:100%; height:auto; border-radius:10px; border:1px solid var(--line); display:block; }
.lb-figure figcaption{ margin-top:10px; color:#cfcfcf; text-align:center; font-size:14px; }
.lb-btn{
  position:absolute; background:transparent; border:none; color:#fff; font-size:28px; cursor:pointer;
  line-height:1; padding:.4em .5em; opacity:.9; transition:.2s;
}
.lb-btn:hover{ transform:scale(1.08); }
.lb-close{ top:10px; right:16px; font-size:40px;}
.lb-prev{ left:8px; }
.lb-next{ right:8px; }
@media (max-width: 520px){
  .lb-prev,.lb-next{ font-size:24px; }
}
.charts{
    margin-bottom: 120px;
}
  .deck-table{width:100%; border-collapse:collapse; margin:16px 0;}
  .deck-table th, .deck-table td{border:1px solid #333; padding:8px 5px; text-align:left; font-size: 10px;}
  .deck-table th{background:#151515; color:#ddd; text-align: center;}
  .badge{display:inline-block; padding:2px 6px; border:1px solid #444; border-radius:6px; font-size:.85em; opacity:.9;}
  .c-red{color:#ff4d4f; border-color:#5a1c1c;}
  .c-blue{color:#40a9ff; border-color:#183a5a;}
  .c-yellow{color:#fadb14; border-color:#5a4e12;}
  .c-green{color:#52c41a; border-color:#184618;}
  .c-purple{color:#9254de; border-color:#3a1f5a;}
  .c-etc{color:#bbb; border-color:#444;}
/* ========== Awards Gallery ========== */
.gallery-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width: 961px){
  .gallery-grid{ grid-template-columns:repeat(4,minmax(0,1fr)); }
}
.g-item figure{ margin:0; }
.g-item .thumb{
  position:relative; overflow:hidden; border:1px solid var(--line);
  border-radius:12px; background:#0c0c0c;
  aspect-ratio: 4 / 3;  /* 縦長画像でも枠に合わせてトリミング */
  display:flex; align-items:center; justify-content:center;
}
.g-item img{
  width:100%; height:100%; object-fit:cover; display:block; filter:saturate(0.95);
  transition: transform .5s ease, filter .5s ease;
}
.g-item .thumb:hover img{ transform:scale(1.03); filter:saturate(1); }
.g-item .badge{
  position:absolute; left:8px; top:8px;
  background:linear-gradient(180deg,#2a2a2a,#161616);
  color:var(--gold); border:1px solid var(--line);
  border-radius:8px; padding:4px 8px; font-size:12px; letter-spacing:.04em;
}
.g-item .zoom{
  position:absolute; right:8px; bottom:8px; opacity:.7; font-size:16px; color:#ddd;
}
.g-item figcaption{
  margin-top:8px; color:#c8c8c8; font-size:12px; text-align:center;
}