#contents-wrapper {
  padding-bottom: 255px;
}
#main-area {
  position: relative;
  z-index: 10;
}
#wrapper {
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
section .box {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  max-width: 1160px;
  padding: 0 60px 0;
}
section .box2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 60px 0;
}
section .box3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  max-width: 1400px;
  padding: 0 60px 0;
}
section .box4 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  max-width: 800px;
  padding: 0 60px 0;
}
#main_inner {
  position: relative;
  width: 100%;
  padding: 0;
  height: 100vh;      /* 画面の高さいっぱい */
  min-height: 100vh;  /* 保険で 100vh */
  max-height: none;   /* 上限は外す */
  box-sizing: border-box;
  background: #000;
  padding-bottom: 0;
}

#main_inner h1 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  text-indent: -99999px;
}


#main_inner .main-box .main-img-box .main-img {
  width: 100%;
  height: 100%;
  background: url("../img/topback_pc.jpg") no-repeat center top / cover;
}


#main_inner .main-box,
#main_inner .main-box .main-img-box,
#main_inner .main-box .main-img {
  width: 100%;
  height: 100%;   /* #main_inner にフィット */
  overflow: hidden;
}


.fromTopMainOut {
  transform: scale(1.5);
  opacity: 1.0;
}
.fromTopMainIn {
  -webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.0);
  opacity: 1.0;
}
.mainScaleUpOut {
  transform: scale(0.5, 0.5);
  opacity: 0.0;
}
.mainScaleUpIn {
  -webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.0, 1.0);
  opacity: 1.0;
}
.mainScaleUpOut2 {
  transform: scale(0.85, 0.85);
  opacity: 0.0;
}
.mainScaleUpIn2 {
  -webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.0, 1.0);
  opacity: 1.0;
}
.mainAlphaOut {
  opacity: 0.0;
}
.mainAlphaIn {
  -webkit-transition: all 3.0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 3.0s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1.0;
}
.fromBottomOut {
  transform: translate(0, 40px);
  opacity: 0.0;
}
.fromBottomIn {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(0, 0);
  opacity: 1.0;
}
.scaleUpOut {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.9, 0.9);
  opacity: 0.0;
}
.scaleUpIn {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.0, 1.0);
  opacity: 1.0;
}
.alphaOut {
  opacity: 0.0;
}
.alphaIn {
  -webkit-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1.0;
}
.fix {
  -webkit-transition: none;
  transition: none;
  transform: translate(0, 0) scale(1.0);
  opacity: 1.0;
}
#cast_inner {
  width: 100%;
  margin: 0px auto 0px;
}


#movie-area {
  width: 100%;
  margin: 0 auto;
  background: #000;
}
#movie-area .mvArea {
  margin: 0 auto 0 auto;
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
  width: 100%;
  box-sizing: border-box;
  max-width: 1080px;
  padding: 0;
}
#movie-area .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0;
  background: #000000;
}
#movie-area .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cast_inner .intro-main .box {
    max-width: 1560px;
    min-width: 1280px;
    margin: 0 auto 0;
    padding: 70px 0 30px;
    position: relative;
    text-align: center;
    line-height: 20px;
}
#cast_inner .intro-main .box img {
  width: 60%;
  margin: 0 auto;
}



@media (min-width: 767px) {
#news-area {
  width: 100%;
  margin: 0 auto;
}
}

@media (max-width: 767px) {
  #news-area {
    width: 100%;
  }
}


@media (min-width: 767px) {
#date_inner {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../img/ticket_bg.jpg") center center / cover no-repeat fixed;
  background-attachment: fixed;
  padding-top: 80px;
  color: #fff;
}
}

@media (max-width: 767px) {
  #date_inner {
  width: 100%;
  padding-top: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../img/ticket_bg_sp.jpg") top center / auto 100% repeat;
  }
}


#date_inner .date-main {
  position: relative;
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
  color: #fff;
}
#date_inner .date-main .box {
  max-width: 1560px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 1% 70px 0;
  position: relative;
  text-align: center;
}
#date_inner .date-main .box h3 {
  padding-top: 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.6em;
}
#date_inner .date-main .box p {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #fff;
}

.left{
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  #date_inner .date-main .box h3 {
    padding-top: 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
  }
  #date_inner .date-main .box p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    font-family: "Noto Serif JP", sans-serif;
    text-align: center;
    color: #fff;
  }
  #contents-wrapper {
    padding-bottom: 65vw;
  }
  #wrapper {
    min-width: 100%;
  }
  section .box {
    padding: 0 0 0;
  }
  #main_inner {
    height: 100dvh;
    min-width: 100%;
    min-height: 169.2vw;
    max-height: 169.2vw;
    padding-bottom: 0;
  }
  #main_inner .main-box .main-img-box .main-img {
    width: 100%;
    height: 100%;
    background: url("../img/topback_sp.jpg") no-repeat center center / cover;
  }
  #main_inner .main-box .ambers-logo-bright {
    width: 100%;
    padding-top: 51.4%;
    left: 50%;
    top: 50%;
  }
  #main_inner .main-box .ambers-logo {
    position: absolute;
    width: 100%;
    padding-top: 27.6%;
    height: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #movie-area {
    width: 95%;
    margin: 0 auto 0;
  }
  #movie-area .prArea {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
  }
  #movie-area ul li {
    margin: 0 1% 1% 0!important;
    float: left;
    height: 50px;
    padding: 0;
    position: relative;
    width: 49.5%!important;
  }
  #movie-area ul li:nth-child(2n) {
    margin: 0 0 0 0!important;
  }
  #movie-area ul li div a {
    font-size: 2.2vw;
  }
#cast_inner .intro-main .box {
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    text-align: center;
}
  #cast_inner .intro-main .box img {
    width: 100%;
    margin: 0 auto;
  }
  #date_inner .date-main .box {
    max-width: 95%;
    min-width: 95%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width: 767px) {

  .fs18{
    font-size: 18px;
  }
  .x {
    width: 50px;
    margin: 0 auto;
  }


.x_menu {
    width: 60px;
    margin: 100px auto 0 70px;
}


  .access {
    border: 1px solid #000;
    padding: 0;
    width: 15%;
    font-weight: bold;
    margin: 0 auto 20px;
  }
  .map {
    width: 70%;
    margin: 30px auto 30px;
    text-align: center;
  }
  .map img {
    width: 100% !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .venue {
    display: bloack;
  }
  .venue .ex img {
    height: 70px;
    width: auto;
    display: block;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .x {
    width: 8%;
    margin: 3% auto;
  }
  .x_menu {
    width: 10%;
    margin: 15% auto;
  }
  .access {
    border: 1px solid #000;
    padding: 5px;
    width: 40%;
    font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
  }
  .map {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .map img {
    width: 100% !important;
  }
  .venue .ex img {
    height: auto;
    width: 55%;
    display: block;
    margin: 0 auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

}


@media (min-width: 767px) {
#comment-inner {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../img/topback_pc.jpg") center center / cover no-repeat fixed;
  background-attachment: fixed;
}
}


@media (max-width: 767px) {
 
#comment-inner {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../img/topback_sp.jpg") top center / cover repeat fixed;
  background-attachment: fixed;
}

 #comment-inner {
    background-attachment: scroll;
  }
  #comment-inner::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../img/topback_pc.jpg") center center / cover no-repeat;
    z-index: -1;
  }
}

@media (min-width: 767px){
	/* 4列を常に維持する：Grid で固定 */
.comments__wrapper .gridlistcast{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 常に4列 */
  gap: 16px;               /* お好みで調整 */
  justify-items: center;   /* 各セルの横位置 */
  align-items: start;      /* “上詰め” で高さ差によるズレを防ぐ */
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

/* flex 時代の余白を無効化してブロック幅を揃える */
.comments__wrapper .cellcast{
  margin: 0 !important;
  padding: 0 !important;
}
}

/* PCで wrapper に固定高さが入っていたら上書きして崩れ防止 */
@media (min-width: 767px){
  .comments__wrapper{
    height: auto !important; /* 既存は 35vh 指定あり → 上書き */
    overflow: visible !important;
  }
}

/* 画像は既に 3/4 のアスペクト比指定あり。念のため幅100%に統一 */
@media (min-width: 767px){
  .gridlistcast img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* まず #main_inner の高さ制御をシンプルに */
#main_inner {
  position: relative;
  width: 100%;
  padding: 0;
  height: 100vh;          /* 画面の高さいっぱい */
  min-height: 100vh;      /* 下限も 100vh に寄せるなら */
  max-height: none;       /* 上限は外す */
  box-sizing: border-box;
  padding-bottom: 0;
}


/* 背景画像はもう使わないなら消してOK。使うならバックアップとして残す */
#main_inner .main-box .main-img {
  background: #000; /* もしくは元の topback_pc.jpg のままでも可 */
}

#main_inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 画面いっぱい表示（多少トリミング） */
    transform: scale(1.02); /* ほんの少し拡大して黒帯を見えなくする */
}


/* 画面がかなり横長（縦が低い）になったときはトリミングなしにする */
@media screen and (min-aspect-ratio: 16/9) {
  #main_inner video {
      object-fit: contain;
  }
}


@media screen and (min-width: 767px) {

.box30 {
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    background: linear-gradient(to bottom,
        rgba(90, 43, 36, 0.2),   /* 深赤茶 */
        rgba(139, 63, 47, 0.2),  /* 赤茶 */
        rgba(204, 106, 74, 0.2), /* 明るい赤茶 */
        rgba(216, 155, 61, 0.2), /* 琥珀 */
        rgba(241, 193, 93, 0.2)  /* 琥珀ハイライト */
    );

}


.box30 .box-title {
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 150%;
}

.button-tva {
    display: block;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    margin: 0 auto;
    padding: 2% 0;
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    font-family: "Noto Serif JP", sans-serif;
        box-shadow:
        0 0 6px #b8860b,
        0 0 12px #daa520,
        0 0 18px #ffd700,
        0 0 24px #8b7500;
}

.button-tva .big{
    font-weight: 600;
    font-size: 30px;
}

.button-tva .big::after {
    content: '';
    display: inline-block;              /* これが重要！ */
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}



.button-55 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    margin: 0 auto;
    padding: 2% 5%;
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    font-family: "Noto Serif JP", sans-serif;
}

.button-55::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.box29 {
    position: relative;
    margin: 2em auto;
    width: 70%;
    text-align: center;
    color: #fff;
    border: 2px solid #fff; /* 外側の線 */
    padding: 2% 3%;
}

.box29::before {
    content: "";
    position: absolute;
    top: 4px;    /* 内側線の位置を調整（数値を大きくすると間隔が広がる） */
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #fff; /* 内側の線 */
    pointer-events: none;
}

.box29 .box-title {
    font-size: 1.5em;
    padding: 4px;
    text-align: center;
    color: #c3b051;
    font-weight: bold;
    letter-spacing: 0.05em;
}



.box29 p{
    font-size: 18px !important;
}


.playguide{
  font-size: 30px;
  line-height: 30px;
}
.playguide a{
  font-size: 30px;
  margin-bottom: 15px;
}


table.news{
  color: #fff;
  text-align: left;
  font-size: 90%;
}

table.news td{
vertical-align: top;
}

.date-main img.banner{
  width: 25%;

}

.salebox {
    position: relative;
    padding: 1% 4%;
    font-weight: normal;
    width: 550px;
    margin: 15px auto 5px;
    font-size: 25px;
    letter-spacing: 0;

    border: 1px solid #fff; /* 外側の線 */
}

/* 内側の線（距離調整可能） */
.salebox::before {
    content: "";
    position: absolute;
    top: 4px;   /* 内側線のオフセット → 間隔を広げたい場合ここを変更 */
    left: 4px;
    right: 4px;
    bottom: 4px;

    border: 1px solid #fff; /* 内側の線 */
    pointer-events: none;
}



}



@media screen and (max-width: 767px) {

.salebox {
    position: relative;
    padding: 1% 4%;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0;

    border: 1px solid #fff; /* 外側の線 */
}

/* 内側の線（距離調整可能） */
.salebox::before {
    content: "";
    position: absolute;
    top: 4px;   /* 内側線のオフセット → 間隔を広げたい場合ここを変更 */
    left: 4px;
    right: 4px;
    bottom: 4px;

    border: 1px solid #fff; /* 内側の線 */
    pointer-events: none;
}


.box30 {
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    width: 94%;
    margin: 0 auto;
    padding: 3%;
    background: linear-gradient(to bottom,
       rgba(90, 43, 36, 0.2),   /* 深赤茶 */
        rgba(139, 63, 47, 0.2),  /* 赤茶 */
        rgba(204, 106, 74, 0.2), /* 明るい赤茶 */
        rgba(216, 155, 61, 0.2), /* 琥珀 */
        rgba(241, 193, 93, 0.2)  /* 琥珀ハイライト */
 );


}


.box30 .box-title {#contents-wrapper
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 150%;
}
.button-tva {
    display: block;
    justify-content: center;
    align-items: center;
    min-width: 80%;
    margin: 0 auto;
    padding: 2% 0;
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: "Noto Serif JP", sans-serif;
        box-shadow:
        0 0 6px #b8860b,
        0 0 12px #daa520,
        0 0 18px #ffd700,
        0 0 24px #8b7500;
}
.button-tva .big{
    font-weight: 600;
    font-size: 20px;
}

.button-tva .big::after {
    content: '';
    display: inline-block;              /* これが重要！ */
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
.button-55 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80%;
    margin: 0 auto;
    padding: 2%;
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: "Noto Serif JP", sans-serif;
}

.button-55::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.box29 {
    position: relative;
    margin: 2em auto;
    width: 88%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff; /* 外側の線 */
    padding: 5%;
}

.box29::before {
    content: "";
    position: absolute;
    top: 4px;    /* 内側線の位置を調整（数値を大きくすると間隔が広がる） */
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #fff; /* 内側の線 */
    pointer-events: none;
}


.box29 .box-title {
    font-size: 18px;
    padding: 15px;
    text-align: center;
    color: #c3b051;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box29 p{
    font-size: 14px !important;
}

.playguide{
  font-size: 25px;
  line-height: 25px;
}


.playguide a{
  font-size: 25px;
  margin-bottom: 15px;
}


table.news{
  color: #fff;
  text-align: left;
  font-size: 13px;
}

table.news td{
vertical-align: top;
}

.date-main img.banner{
  width: 60%;

}

}



a {
    height: auto;
    margin: 25px auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.3em;
    font-weight: 700;
    color: #fffaf0;
    letter-spacing: 1px;
}
@media(min-width:767px) {
  .star{
font-size: 26px !important;
font-weight: 600;
}



.access {
    border: 2px solid #ffffff; /* 白い枠線 */
    padding: 10px 50px;
    width: fit-content;
    margin: 30px auto 20px;
    background: transparent;

    /* 黄金の発光（外側だけに光を出す） */
    box-shadow:
        0 0 6px  #b8860b,
        0 0 12px #daa520,
        0 0 18px #ffd700,
        0 0 26px #8b7500;
}
.venue {font-size: 30px;}

}
@media(max-width:767px) {
.star{
font-size: 18px !important;
font-weight: 600;
}

.access {
    border: 2px solid #ffffff; /* 白い枠線 */
    padding: 10px 30px;
    width: fit-content;
    margin: 30px auto 20px;
    background: transparent;

    /* 黄金の発光（外側だけに光を出す） */
    box-shadow:
        0 0 6px  #b8860b,
        0 0 12px #daa520,
        0 0 18px #ffd700,
        0 0 26px #8b7500;
}
.venue {font-size: 20px;}


.organizer-box {
  display: flex;
  justify-content: center;   /* 横方向の中央寄せ（全体） */
  align-items: flex-start;   /* 上を揃える（右の2行が頭揃えになる） */
  gap: 10px;                 /* 左右の隙間 */
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.organizer-label {
  text-align: right;         /* 「主催：」を右寄せ */
  white-space: nowrap;       /* 改行させない */
}

.organizer-text {
  text-align: center;          /* テレビ朝日／STARTO… を左寄せ */
  line-height: 1.4;
}

}

.access a{
  font-size: 100%;
}

.small{font-size: 70%;}



/* ローディング全画面オーバーレイ */
#loading {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* 非表示用のクラス */
#loading.is-hide {
  opacity: 0;
  visibility: hidden;
}

/* ローディング中コンテンツ */
.loading-inner {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Serif JP", system-ui, sans-serif;
}

/* ロゴ風テキスト */
.loading-logo {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

/* シンプルなスピナー */
.loading-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #666;
  border-top-color: #ffc800; /* お好みでアンバー系の色に */
  animation: loading-spin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}


body{
    background: url("../img/news_bg.png") repeat;
  }