/*▼swiperカルーセル①▼*/
.coverflow3 { padding: 40px 0;}
.swiper-3d { overflow: visible!important; }

.coverflow3 .swiper-slide{
  aspect-ratio: 3 / 4;          
  border-radius: 18px;
  overflow: hidden;
  background: #000;              
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.coverflow3 .swiper-slide img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.coverflow3 .swiper-pagination{ position: relative; margin-top: 16px; }

.swiper.coverflow-card,
.swiper-container.coverflow-card { 
    padding: 40px 0 80px 0; 
    position: relative;
  --bullet-color: #c084fc; 
}

.coverflow-card .swiper-slide{
  position: relative;
  aspect-ratio: 3 / 4;          
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.coverflow-card .swiper-slide img{
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.coverflow-card .swiper-slide::before{
  content:""; position:absolute; left:0; right:0; bottom:0; height:42%;
  background: linear-gradient(to top, rgba(0,0,0,.48), rgba(0,0,0,0));
  z-index: 1; pointer-events:none;
}

.coverflow-card .slide-caption.card{
  position:absolute; left:16px; right:16px; bottom:16px; z-index: 2;
  background: rgba(39,0,58,.72); color:#fff;
  padding: 16px 18px; border-radius:14px; backdrop-filter: blur(6px);
  pointer-events: none;
}
.coverflow-card .slide-caption.card h3{
  margin:1rem!important; font-weight:700; font-size: clamp(16px,2.2vw,22px);
}
.coverflow-card .slide-caption.card p{
  margin:0; font-size: clamp(12px,1.6vw,14px); opacity:.95;
}

.coverview-card .swiper-pagination, 
.coverflow-card .swiper-pagination{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

.coverflow-card .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1; 
  background: rgba(255,255,255,.65);
  border: 0;
  box-shadow: 0 0 8px rgba(255,255,255,.35);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.coverflow-card .swiper-pagination-bullet:hover{
  transform: scale(1.1);
}

.coverflow-card .swiper-pagination-bullet-active{
  background: var(--bullet-color);
  transform: scale(1.2);
  box-shadow:
    0 0 10px var(--bullet-color),
    0 0 22px rgba(192,132,252,.55),
    0 0 36px rgba(192,132,252,.35);
  animation: bulletPulse 1.6s ease-in-out infinite;
}

@keyframes bulletPulse{
  0%,100%{ transform: scale(1.18); }
  50%    { transform: scale(1.28); }
}

.coverflow-card .swiper-button-prev,
.coverflow-card .swiper-button-next{
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  z-index: 6; 
}

.coverflow-card .swiper-button-prev{ left: 8px; }
.coverflow-card .swiper-button-next{ right: 8px; }

@media (min-width: 768px){
  .coverflow-card .swiper-button-prev{ left: 12px; }
  .coverflow-card .swiper-button-next{ right: 12px; }
}

.coverflow-card .swiper-button-prev::after,
.coverflow-card .swiper-button-next::after{
  font-family: 'swiper-icons' !important;
  font-weight: normal;
  font-size: var(--swiper-navigation-size, 18px);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.coverflow-card .swiper-button-prev:hover,
.coverflow-card .swiper-button-next:hover{
  transform: translateY(-50%) scale(1.06);
  background: rgba(255,255,255,.12);
  box-shadow: 0 10px 28px rgba(0,0,0,.36), 0 0 14px rgba(192,132,252,.35);
}
.coverflow-card .swiper-button-disabled{
  opacity: .4;
  cursor: default;
  box-shadow: none;
}

.coverflow-card .slide-caption.card{ z-index: 2; }
.coverflow-card .swiper-button-prev,
.coverflow-card .swiper-button-next,
.coverflow-card .swiper-pagination{ z-index: 6; }


@media (min-width:1280px){
  .coverflow-card .slide-caption.card{
    left:24px; right:24px; bottom:20px; padding:18px 22px;
  }
}

.coverflow-card .slide-caption.card a{ pointer-events:auto; }


/* ▼swiperカルーセル②（ゲームタイトル）▼ */

.swiper.game-swiper,
.swiper-container.game-swiper { 
    overflow: visible!important;
    padding: 10px 0; 
    margin-bottom:4em;
}

.game-swiper .swiper-slide {
  width: 75vw; max-width: 1000px;
  position: relative; border-radius: 18px; overflow: hidden;
}
@media (min-width: 900px){ .game-swiper .swiper-slide { width: 70vw; } .game-swiper .swiper-pagination{ bottom: -36px !important; }}

.game-swiper .swiper-slide img {
  width: 100%; height: 56vw; max-height: 520px; object-fit: cover; display: block;
}

.game-swiper .swiper-slide::after{
  content:""; position:absolute; inset:0;
  outline:4px solid #a020f0; outline-offset:-4px; border-radius:18px; pointer-events:none;
}

.game-swiper .card{
  position:absolute; left:24px; bottom:24px; max-width: 520px;
  background: rgba(39,0,58,.75); color:#fff;
  padding: 20px 24px; border-radius:16px; backdrop-filter: blur(6px);
}
.game-swiper .card h3{ margin:0 0 .25rem; font-size: clamp(18px,2.1vw,28px); font-weight:700; }
.game-swiper .card p{ margin:0; font-size: clamp(12px,1.5vw,15px); opacity:.9; }

.game-swiper .swiper-pagination{ bottom: -35px !important; }
.game-swiper .swiper-button-prev,
.game-swiper .swiper-button-next{ color:#FFF; background-color:rgb(0,0,0,.5);padding:1.5em; border:solid 2px #a020f0;box-shadow: 0px 0px 10px #FFF;}

.game-swiper .swiper-pagination-bullet{
  width: 12px; height: 12px;
  opacity: 1;                           
  background: rgba(255,255,255,.95);   
  border: 2px solid #a020f0;            
  box-shadow:
    0 0 0 2px rgba(0,0,0,.45),     
    0 2px 8px rgba(0,0,0,.4);      
  margin: 0 6px !important;  
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.game-swiper .swiper-pagination-bullet-active{
  background: #a020f0;     
  border-color: #fff;    
  box-shadow:
    0 0 0 2px rgba(0,0,0,.6),
    0 0 14px rgba(160,32,240,.8);
  transform: scale(1.2);
}

@media (max-width: 781px){
    .game-swiper .card p{display:none;}
}


/*▼一日のスケジュールスライダー▼*/

.c-scrollHint{
    margin-top:0em!important;
}
.schedule-wrap{
  padding: 28px 0 36px;
}
.schedule-swiper .swiper-slide{
  width: clamp(260px, 30vw, 350px); 
  height: auto;
}

.scard{
  display:flex; flex-direction:column; gap:12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color:#fff; border-radius: 16px; padding: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
}

.scard .thumb{ position:relative; border-radius: 12px; overflow:hidden; }
.scard .thumb img, .scard .thumb .ph{
  width:100%; aspect-ratio: 16/9; display:block; object-fit:cover;
  background:#b7b7b7;  
}

.scard .time-badge{
  position:absolute; left:50%; bottom:12px; transform:translateX(-50%);
  background:#fff; color:#111; border-radius:8px;
  padding:6px 15px; font-weight:700; letter-spacing:.02em;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  font-size:clamp(12px, 1vw, 16px);
}
.scard .time-badge .dash{ margin:0 .4em; opacity:.7; }

.scard-title{ margin:1.5rem 0!important; font-size:1.2rem!important; font-weight:800; border-left: 2px solid #4cb2bd;padding-left:.5em;}
.scard-text{
  margin: .1rem 0 0; font-size:.95rem; line-height:1.7; opacity:.9;
  display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow:hidden;
}

.schedule-swiper .swiper-button-prev,
.schedule-swiper .swiper-button-next{ color:#fff; opacity:.85; }
.schedule-swiper .swiper-button-prev:hover,
.schedule-swiper .swiper-button-next:hover{ opacity:1; }
.schedule-swiper .swiper-pagination-bullet{ background:#fff; opacity:.35; }
.schedule-swiper .swiper-pagination-bullet-active{ opacity:1; }

.schedule-swiper{
  padding-bottom: 40px !important; 
}
.schedule-swiper .swiper-pagination{
  bottom: 10px !important;
}

.schedule-swiper .swiper-button-prev,
.schedule-swiper .swiper-button-next{
  --sched-nav-size: 44px;       
  width: var(--sched-nav-size);
  height: var(--sched-nav-size);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, width .25s ease, opacity .2s;
  z-index: 6;
}
.schedule-swiper .swiper-button-prev{ left: 8px; }
.schedule-swiper .swiper-button-next{ right: 8px; }
@media (min-width: 768px){
  .schedule-swiper .swiper-button-prev{ left: 12px; }
  .schedule-swiper .swiper-button-next{ right: 12px; }
}

.schedule-swiper .swiper-button-prev::after,
.schedule-swiper .swiper-button-next::after{
  font-family: 'swiper-icons' !important;
  font-weight: normal;
  font-size: var(--swiper-navigation-size, 18px);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.schedule-swiper .swiper-button-disabled{
  opacity: .35 !important;
  cursor: default !important;
  box-shadow: none !important;
}

.schedule-swiper .swiper-button-prev:focus-visible,
.schedule-swiper .swiper-button-next:focus-visible{
  outline: 2px solid #A78BFA; outline-offset: 2px;
}

.schedule-swiper .swiper-button-prev.sched-nav-glass,
.schedule-swiper .swiper-button-next.sched-nav-glass{
  background: linear-gradient(180deg, rgba(157,125,197,.12), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.12);
}
.schedule-swiper .swiper-button-prev.sched-nav-glass:hover,
.schedule-swiper .swiper-button-next.sched-nav-glass:hover{
  transform: translateY(-50%) scale(1.06);
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  box-shadow: 0 12px 32px rgba(0,0,0,.42), 0 0 0 2px rgba(167,139,250,.5);
}

@media (max-width: 480px){
  .schedule-swiper .swiper-slide{ width: min(88vw, 350px); }
  .schedule-swiper{ padding-bottom: 64px; }
  .schedule-swiper .swiper-pagination{ bottom: 8px !important; }
}