@charset "UTF-8";
div#block_of_leftmenu_top { display : none; }
/***********************
common
***********************/
:root { 
  --color-1:#2AB6FF; 
  --color-2:#92CAFF; 
}
._fc_color-1 { color: var(--color-1); }
._fc_color-2 { color: var(--color-2); }
._bg_color-1 { background-color: var(--color-1); }
._bg_color-2 { background-color: var(--color-2); }
._border_color-1 { border-color:var(--color-1); }
._border_color-2 { border-color:var(--color-2); }

._mt_3px { margin-top: 3px; }
._mb_3px { margin-bottom: 3px; }

/***********************
 section_kv
***********************/
.section_kv picture {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.section_kv picture img {
  display: block;
  width: 100%;
  height: auto;
}
/***********************
 section_anchor
***********************/
.original_black_bottun {
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 24px 48px;
  overflow: hidden;
}
.original_black_bottun::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
}
/***********************
 section_about
***********************/
/*左右調整*/
.section_about {
  width: 100%;
  overflow: hidden;
}
.section_about .section_about_inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .section_about .section_about_inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 6%;
  }
  .section_about .section_about_left {  /* 左テキスト */
    position: relative;
    z-index: 1;
    width: 60%;
    margin-right: -15%;
  }
  .section_about .section_about_left h2 {
    font-size: 3.5em;
  }
  .section_about .section_about_right {  /* 右画像 */
    position: relative;
    z-index: 0;
    width: 55%;
    flex-shrink: 0;
  }
  .section_about .section_about_right img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .section_about .section_about_left h2 {
    font-size: 4.3em;
  }
}
@media (min-width: 1350px) {
  .section_about .section_about_left h2 {
    font-size: 5em;
  }
}
@media (min-width: 1500px) {
  .section_about .section_about_left h2 {
    font-size: 5.8em;
  }
}
@media screen and (max-width: 699px) {
  .section_about .section_about_inner {
    display: block;
    overflow: hidden;
  }
  .section_about .section_about_left {
    width: 100%;
    padding: 30px 20px;
    margin-right: 0;
  }
  .section_about .section_about_right {
    width: 100%;
    margin-top: 20px;
  }
  .section_about .section_about_right img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section_about .section_about_left h2 {
    font-size: 2em;
  }
}

/*SVG装飾*/
.line_about_left {
  position: relative;
  padding-left: 3em;
}
.line_about_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 10 / 200; /* SVG比率 */
  background: url("/contents/event/a3025055/img/line_about_left.svg")
    no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
}
/***********************
 section_story
***********************/
.section_story,
.section_story *,
.section_story *::before,
.section_story *::after { box-sizing: border-box; }
.section_story {
  --story-header-h: 83px;
  --story-view-h: calc(100vh - var(--story-header-h));
  --story-blue: #2AB6FF;
  position: relative;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .section_story { --story-header-h: 50px; }
}
.section_story img { display: block; }

/* 通常フロー frame（入口・出口） */
.section_story .story-flow-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--story-view-h);
  overflow: hidden;
  background: #000;
}
.section_story .story-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 左右グラデ・画像全体表示：1921px以上のみ */
@media screen and (min-width: 1921px) {
  .section_story .story-flow-frame::before,
  .section_story .story-flow-frame::after,
  .section_story .story-fixed-layer::before,
  .section_story .story-fixed-layer::after {
    content: "";
    position: absolute;
    top: 0;
    width: 12vw;
    min-width: 120px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
  }
  .section_story .story-flow-frame::before,
  .section_story .story-fixed-layer::before {
    left: 0;
    background: linear-gradient(to right, #000 0%, transparent 100%);
  }
  .section_story .story-flow-frame::after,
  .section_story .story-fixed-layer::after {
    right: 0;
    background: linear-gradient(to left, #000 0%, transparent 100%);
  }
  /* 画像を1920px超で拡大しない＋全体表示 */
  .section_story .story-flow-frame {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .section_story .story-bg-img {
    width: auto;
    max-width: 1920px;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    flex-shrink: 0;
  }
  .section_story .story-fixed-bg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .section_story .story-fixed-bg img {
    width: auto;
    max-width: 1920px;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    flex-shrink: 0;
  }
  /* 画像下グラデ（縦長トリミング防止） */
  .section_story .story-bg-bottom-fade { display: block; }
}
/* 画像下グラデ overlay */
.section_story .story-bg-bottom-fade {
  display: none;
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
/* SP：上部グラデ */
@media screen and (max-width: 699px) {
  .section_story .story-flow-frame::before,
  .section_story .story-fixed-layer::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    min-width: 0;
    height: 140px;
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
    z-index: 3;
    pointer-events: none;
  }
   .section_story .story-flow-frame::after,
   .section_story .story-fixed-layer::after {
    display: none;
  }
}
/* fixed レイヤー */
.section_story .story-fixed-layer {
  position: fixed;
  z-index: 20;
  top: var(--story-header-h);
  left: 0; right: 0; bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #000;
}
.section_story .story-fixed-layer.is-active {
  opacity: 1;
  visibility: visible;
}
.section_story .story-fixed-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .85s ease;
  background: #000;
}
.section_story .story-fixed-bg.is-visible {
  opacity: 1;
}
.section_story .story-fixed-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
/* fixedコンテンツのフェードトリガー */
.section_story .story-fixed-content {
   position: absolute;
   z-index: 4;
   inset: 0;
   display: flex;
   flex-direction: column;
   opacity: 1;
   transform: none;
   visibility: hidden;
}
.section_story .story-fixed-content.is-visible {
  visibility: visible;
}
.section_story .story-fixed-content > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .72s ease, transform .72s ease;
  will-change: opacity, transform;
}
.section_story .story-fixed-content.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.section_story .story-fixed-content.is-visible > *:nth-child(1) { transition-delay: .08s; }
.section_story .story-fixed-content.is-visible > *:nth-child(2) { transition-delay: .26s; }
.section_story .story-fixed-content.is-visible > *:nth-child(3) { transition-delay: .44s; }
.section_story .story-fixed-content.is-visible > *:nth-child(4) { transition-delay: .60s; }
.section_story .story-fixed-content.is-visible > *:nth-child(5) { transition-delay: .76s; }
/* 1921px以上：story-fixed-content を画像の実表示幅・位置に合わせてJSが動的設定デフォルトは inset:0（通常画面幅基準） */
@media screen and (min-width: 1921px) {
   .section_story .story-fixed-content { /* 1921px以上ではJS側で left/width を上書きするためinset:0 のままだと left が上書きされるようright を auto にしておく */
     right: auto; /* left + width で制御 */
   }
}
/* スクロール尺 */
.section_story .story-intro-frame{
  height:0;
}
.section_story .story-scene {
  position: relative;
  z-index: 0;
  height: calc(var(--story-view-h) * 1.5);
}
.section_story .story-scene.is-edge-scene {
  height: calc(var(--story-view-h) * 1.5);
}
@media screen and (min-width:1921px){
  .section_story .story-scene{
    height:calc(var(--story-view-h) * 1.15);
  }
  .section_story .story-scene.is-edge-scene{
    height:calc(var(--story-view-h) * 1.15);
  }
}
/* テキスト共通 */
.section_story .copy-main {
  margin: 0 0 .8rem;
  color: #fff;
  font-size: clamp(2em, 2vw, 2em);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  text-shadow:
    0 0 10px #2AB6FF,
    0 0 22px #2AB6FF,
    0 0 42px rgba(42,182,255,.35);
}
.section_story .copy-sub {
  margin: 0 0 1.4rem;
  color: #fff;
  font-size: clamp(1em, 1vw, 1.25em);
  line-height: 1.9;
  letter-spacing: .05em;
  text-shadow:
    0 0 8px #2AB6FF,
    0 0 18px #2AB6FF;
}
.section_story .copy-sub:last-child {
    margin-bottom: 0;
  }
.section_story .copy-lead {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1em, 1vw, 1.5em);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .08em;
  text-shadow:
    0 0 8px #2AB6FF,
    0 0 18px #2AB6FF;
}
/* SVG装飾ライン：光彩（filter で発光） */
.section_story .deco-svg {
  display: block;
  flex-shrink: 0;      /* 追加：縮小禁止 */
  align-self: center;  /* 追加：上下中央（scene-01のみ後述で上書き） */
  filter: drop-shadow(0 0 6px #2AB6FF) drop-shadow(0 0 14px #2AB6FF);
}
/* scene 01 */
.section_story .content-01 {
  justify-content: space-between;
  align-items: stretch;
  padding: 6vh 8vw 8vh;
}
.section_story .content-01-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section_story .content-01-top .deco-svg {
  margin: 0 auto 1rem;
  width: fit-content;
}
.section_story .content-01-bottom{
  position:relative;
  width:min(100%,1000px);
  margin:auto;
  margin-top: 25vh;
}
.section_story .content-01-left,
.section_story .content-01-right{
  width:fit-content;
  max-width:75%;
}
.section_story .content-01-left{
  position:relative;
  z-index:2;
}
.section_story .content-01-right{
  position:relative;
  z-index:1;
  margin-left:auto;
  margin-top: 2em;
  text-align:left;
}
@media screen and (max-width: 699px){
  .section_story .content-01-bottom{
    margin-top: 1.5vh;
  }
  .section_story .content-01-left,
  .section_story .content-01-right{
    max-width:100%;
  }
  .section_story .content-01-right{
    margin-top: 1em;
  }
}
/* scene 02 */
.section_story .content-02 {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 8vw 8vh;
}
.section_story .content-02-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
}
.section_story .content-02 .deco-svg {
  flex-shrink: 0;
}
.section_story .content-02-text {
  display: flex;
  flex-direction: column;
}

/* scene 03 */
.section_story .content-03 {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 8vw 8vh;
}
.section_story .content-03-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
}
.section_story .content-03 .deco-svg {
  flex-shrink: 0;
  align-self: stretch;
}
.section_story .content-03-text {
  display: flex;
  flex-direction: column;
}
/* scene 04 */
.section_story .content-04 {
  justify-content: space-between;
  align-items: flex-start;
  padding: 5vh 8vw 8vh;
}
.section_story .content-04-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
}
.section_story .content-04 .deco-svg {
  flex-shrink: 0;
  align-self: stretch;
}
.section_story .content-04-title {
  display: flex;
  flex-direction: column;
}
.section_story .content-04-middle {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
/* scene 05 */
.section_story .content-05 {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 8vw 8vh;
  text-align: left;
}
.section_story .content-05-text {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}
/*  outro content（出口） */
.section_story .story-outro-content {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  flex-direction: column;
}
.section_story .story-outro-content > * {
  animation: storyOutroFade .8s ease both;
}
.section_story .story-outro-content > *:nth-child(1) { animation-delay: .08s; }
.section_story .story-outro-content > *:nth-child(2) { animation-delay: .26s; }
.section_story .story-outro-content > *:nth-child(3) { animation-delay: .44s; }
.section_story .story-outro-content > *:nth-child(4) { animation-delay: .60s; }
@keyframes storyOutroFade {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
@media screen and (max-width: 699px) {
  .section_story .content-01,
  .section_story .content-02,
  .section_story .content-03,
  .section_story .content-04,
  .section_story .content-05,
  .section_story .story-outro-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1vh 6vw 0;
  }
  .section_story .content-01-bottom {
    flex-direction: column;
    gap: 2rem;
  }
  .section_story .content-01-right { padding-left: 0; }
  .section_story .content-04-middle,
  .section_story .content-05-text { max-width: 100%; }
  .section_story .copy-main { font-size: clamp(1.0rem, 5vw, 1.8rem); }
  .section_story .copy-sub  { font-size: .84rem; max-width: 100%; margin: 0 0 0.5rem; }
  .section_story .copy-lead { font-size: .9rem; }
}
/* 順不同追加修正：装飾線・画像トリミング・PC/SPグラデ */
.section_story .story-flow-frame,
.section_story .story-fixed-bg {
  display:block;background:#000
}
.section_story .story-bg-img,
.section_story .story-fixed-bg img {
  width:100% ;
  height:100% ;
  max-width:none ;
  max-height:none ;
  object-fit:cover ;
  object-position:center ;
  flex:initial ;
  -webkit-mask-image:none ;
  mask-image:none
}
@media screen and (min-width:1921px){
  .section_story .story-flow-frame,
  .section_story .story-fixed-bg{display:flex;align-items:flex-start;justify-content:center;background:#000}
  .section_story .story-bg-img,
  .section_story .story-fixed-bg img{width:1920px;max-width:1920px;height:auto;max-height:100%;object-fit:contain;object-position:top center;flex:0 0 auto;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 76%,rgba(0,0,0,.75) 88%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 76%,rgba(0,0,0,.75) 88%,transparent 100%)}
  .section_story .story-flow-frame::before,
  .section_story .story-fixed-layer::before{width:calc((100vw - 1920px)/2 + 220px);min-width:220px;background:linear-gradient(to right,#000 0%,rgba(0,0,0,.9) 42%,transparent 100%)}
  .section_story .story-flow-frame::after,
  .section_story .story-fixed-layer::after{width:calc((100vw - 1920px)/2 + 220px);min-width:220px;background:linear-gradient(to left,#000 0%,rgba(0,0,0,.9) 42%,transparent 100%)}
  .section_story .story-flow-frame::before,
  .section_story .story-flow-frame::after,
  .section_story .story-fixed-bg::before,
  .section_story .story-fixed-bg::after{
    content:"";
    position:absolute;
    top:0;
    width:260px;
    height:100%;
    z-index:5;
    pointer-events:none;
  }
    .section_story .story-flow-frame::before,
    .section_story .story-fixed-bg::before{
    left:calc(50% - 960px);
    background:linear-gradient(to right,#000 0%,rgba(0,0,0,.85) 28%,transparent 100%);
  }
    .section_story .story-flow-frame::after,
    .section_story .story-fixed-bg::after{
    right:calc(50% - 960px);
    background:linear-gradient(to left,#000 0%,rgba(0,0,0,.85) 28%,transparent 100%);
  }
    .section_story .story-fixed-content,
    .section_story .story-outro-content{
    left:calc((100vw - 1920px)/2);
    right:calc((100vw - 1920px)/2);
    width:auto;
    max-width:none;
    height:100%;
    transform:none!important;
  }
    .section_story .story-fixed-content.is-visible{
    transform:none!important;
  }
    .section_story .story-fixed-content > *{
    transform:translateY(14px);
  }
    .section_story .story-fixed-content.is-visible > *{
    transform:translateY(0);
  }
    .section_story .content-01{
    padding-bottom:clamp(24px,6vh,72px);
    padding-top:clamp(32px,5vh,64px);
    padding-bottom:clamp(120px,16vh,220px);
  }
    .section_story .content-02,
    .section_story .content-03,
    .section_story .content-05{
    padding-bottom:clamp(120px,16vh,220px);
  }
    .section_story .content-04{
    padding-top:clamp(32px,5vh,64px);
    padding-bottom:clamp(100px,14vh,200px);
  }
    .section_story .story-outro-content.content-02,
    .section_story .story-outro-content.content-03,
    .section_story .story-outro-content.content-05{
    padding-bottom:clamp(120px,16vh,220px);
  }
}
@media screen and (max-width:699px){
  .section_story .story-flow-frame,
  .section_story .story-fixed-bg {
    display:flex ;
    align-items:flex-end ;
    justify-content:center ;
    background:#000
  }
  .section_story .story-bg-img,
  .section_story .story-fixed-bg img {
    width:100% ;
    height:auto ;
    max-height:72% ;
    object-fit:contain ;
    object-position:bottom center ;
    flex:0 0 auto;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 18%,#000 34%,#000 100%) ;
    mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 18%,#000 34%,#000 100%)
  }
}
/* html消したらおかしくなったのでこのまま */
.section_story .story-flow-frame .story-bg-img {
  display: none;
}
/*固定部分手前に*/
.is_scroll .block-page-top {
  z-index: 30;
}
 /***********************
 section_lineup
***********************/
.lineup_title_wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}
.lineup_title{
  position:relative;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  background:#000;
  height:36px;
  min-width:320px;
  padding:0 56px;
  flex-shrink:0;
}
.lineup_title::before,
.lineup_title::after{
  content:"";
  position:absolute;
  top:0;
  width:25px;
  height:100%;
  background:#000;
}
.lineup_title::before{
  left:-24px;
  clip-path:polygon(100% 0,0 50%,100% 100%);
}
.lineup_title::after{
  right:-24px;
  clip-path:polygon(0 0,100% 50%,0 100%);
}
.lineup_title h2{
  color:#fff;
  font-weight:700;
  letter-spacing:0.08em;
  line-height:1;
  white-space:nowrap;
}
@media screen and (min-width:700px){
  .lineup_title_wrap{
  margin:0 auto;
  }
  .lineup_title{
  height:36px;
  min-width:320px;
  padding:0 56px;
  }
  .lineup_title h2{
  font-size:28px;
  }
  .lineup_title_wrap::before,
  .lineup_title_wrap::after{
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:calc(50% - 220px);
  height:6px;
  pointer-events:none;
  }
  .lineup_title_wrap::before{
  left:0;
  background:url("/contents/event/a3025055/img/line_btnside.svg") right center / contain no-repeat;
  }
  .lineup_title_wrap::after{
  right:0;
  background:url("/contents/event/a3025055/img/line_btnside.svg") left center / contain no-repeat;
  }
}
@media screen and (max-width:699px){
  .lineup_title{
  height:30px;
  min-width:220px;
  padding:0 40px;
  }
  .lineup_title::before{
  left:-18px;
  width:18px;
  }
  .lineup_title::after{
  right:-18px;
  width:18px;
  }
  .lineup_title span{
  font-size:clamp(14px,4vw,18px);
  }
}
.section_lineup .lineuphead{
  position:relative;
  width:100%;
  padding:2em 4.5em;
  box-sizing:border-box;
  text-align:center;
}
.section_lineup .lineuphead::before,
.section_lineup .lineuphead::after{
  content:"";
  position:absolute;
  top:50%;
  width:14px;
  height:70px;
  transform:translateY(-50%);
}
.section_lineup .lineuphead::before{
  left:0;
  border-left:4px solid #2AB6FF;
  border-top:4px solid #2AB6FF;
  border-bottom:4px solid #2AB6FF;
}
.section_lineup .lineuphead::after{
  right:0;
  border-right:4px solid #2AB6FF;
  border-top:4px solid #2AB6FF;
  border-bottom:4px solid #2AB6FF;
}
.section_lineup .lineuphead h3{
  margin:0;
  font-size:2em;
  line-height:1.4;
}
.section_lineup .lineuphead p{
  margin:0.8em 0 0;
  font-size:1.25em;
  line-height:1.6;
}
@media screen and (max-width:699px){
  .section_lineup .lineuphead{
  padding:1em 1.8em;
  }
  .section_lineup .lineuphead::before,
  .section_lineup .lineuphead::after{
  width:10px;
  height: stretch;
  border-width:3px;
  }
  .section_lineup .lineuphead h3{
  font-size:1.2em;
  }
  .section_lineup .lineuphead p{
  font-size:1em;
  }
}
 /***********************
 section_shop
***********************/
.section_shop .shop_frame {
  border: 2px solid #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
 /***********************
 section_spec
***********************/
.spec-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
.spec-table th,
.spec-table td{
  border:1px solid #555;
  padding:16px 18px;
  vertical-align:top;
  color:#222;
}
.spec-table thead th{
  background:#000;
  color:#fff;
  text-align:center;
  font-weight:700;
}
.spec-table thead th .en{
  display:block;
  color:var(--color-2);
  margin-top:4px;
  letter-spacing:1px;
}
.spec-table .row-title{
  width:18%;
  text-align:center;
  vertical-align:middle;
  background:#F4F4F4;
  font-weight:400;
}
.spec-table .col{
  width:27.333%;
  text-align:center;
  vertical-align:middle;
}
.spec-table .note{
  text-align:left;
  vertical-align:top;
}
.spec-table .note p{
  margin-bottom:16px;
}
.spec-table .note p:last-child{
  margin-bottom:0;
}
._table_spec { width: 100%; }
@media screen and (max-width: 699px){
  .spec-table th, .spec-table td {
    padding: 3px 5px;
  }
}
@media screen and (max-width: 699px) {
  ._table_spec { overflow: auto; -webkit-overflow-scrolling: touch;
    &::-webkit-scrollbar { overflow: hidden; height: 5px; background: transparent; border-radius: 3px; }
    &::-webkit-scrollbar:horizontal { height: 5px; }
    &::-webkit-scrollbar-button,
    &::-webkit-scrollbar-piece,
    &::-webkit-scrollbar-piece:start { display: none; }
    &::-webkit-scrollbar-thumb,
    &::-webkit-scrollbar-corner { overflow: hidden; border-radius: 3px; background: #000000; }
    ._darkmode &::-webkit-scrollbar-thumb,
    ._darkmode &::-webkit-scrollbar-corner { background: #ffffff; }
    & ._table :is(th, td),
    & ._table_transparent :is(th, td) { min-width: 25vw; white-space: nowrap; }
  }
}
 /***********************
 section_ss
***********************/
.section_ss {
  background-image: url(/contents/event/a3025055/img/bg_noizu.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section_ss > div {
  display: flex;
  flex-wrap: wrap;
  gap: calc((2.5% / 12) * 3);
  justify-content: flex-start;
}
.section_ss > div > ._block_3 {
  width: calc((97.5% / 12) * 3);
}
