@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
  background: #000 !important; /* 背景を黒に固定 */
text-align:center;
max-width: 800px;
margin: 0 auto;
}

body::before {
  content:"";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg,
      transparent 30%,
      rgba(0,200,255,.25) 50%,
      transparent 70%
    );
  filter: blur(90px);
  opacity: .6;
  pointer-events:none;
  z-index: -1;
}

h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


/* リンク設定
------------------------------------------------------------*/
a{color:#ffdc7b;text-decoration:underline;}
a:hover{color:#ff4500;}
a:active, a:focus{outline:0;}
a:border-bottom: 1px solid #ffdc7b;


/* 全体
------------------------------------------------------------*/

.margin0 {
  line-height: 0;
}

.margin_top10{
  margin-top:10px;
}

.margin_bottom10{
  margin-bottom:10px;
}

.margin_footer{
  margin-bottom:100px;
}

.bold{
  font-weight: bold;
}

.left{
  text-align:left;
}

.font_mini{
  font-size:12px;
}

.font_16{
  font-size:16px;
}

.font_10{
  font-size:10px;
}

.bold_blue{
  font-weight: bold;
  color: #407bf8;
}

.bold_red{
  font-weight: bold;
  color: #f84a40;
}

.red{
  color: #f84a40;
}

.green{
  color: #5fbb5b;
}

.yellow{
  color: #f4c219;
}

.gray{
  color: #625c5c;
}

.blue{
  color: #407bf8;
}

.font_16_bold_blue{
  font-size:16px;
  font-weight: bold;
  color: #407bf8;
}

.font_15_bold_blue{
  font-size:15px;
  font-weight: bold;
  color: #407bf8;
}

.font_30_bold_White{
  font-size:30px;
  font-weight: bold;
  color: #FFFFFF;
}


table {
	border-collapse: collapse;
}
td {
	border: solid 1px;
	padding: 0.5em;
}


th {
	background:#f5f5f5;
	border: solid 1px;
	padding: 0.5em;
       	width:30%;
	vertical-align: middle;
}

.border {border-top: solid 1px gray}


h1{
  width:100%;
  background-color: #f84a40;
  color:#ffffff;
  font-size: 22px;
  font-weight: bold;
  padding:20px 0;
  }
  
div.whbox{
  padding:15px;
  margin-bottom:16px;
}




div.hoten{
  width:100%;
  margin:0px auto 10px 0;
  text-align:center;
  color:#f84a40;
  font-weight: bold;
  
}

div.text_center{
  width:100%;
  margin:10px auto;
  text-align:center;
}

div.text_left{
  width:100%;
  margin:10px auto;
  text-align:left;
}

div.notice_date{
  width:88%;
  margin:5px auto; 
  padding:10px;
  border-radius: 9px;
  border: solid 2px #f84a40;
  background-color: #fffacb;
  text-align:left;
}

div.notice_yellow{
  width:88%;
  margin:15px auto; 
  padding:10px;
  border-radius: 9px;
  border: solid 2px #f84a40;
  background-color: #fffacb;
  text-align:center;
  font-weight: bold;
  color: #f84a40;
}


p.notice_title{
  font-weight: bold;
  color: #f84a40;
  padding:5px 0;
 }
 
p.notice_blue{
  font-size: 12px;
  font-weight: bold;
  color: #407bf8;
  padding:3px 0;
 }
 
p.gray_box{
  border: solid 1px #625c5c;
  font-size: 12px;
  font-weight: bold;
  color: #625c5c; 
  padding:6px 0;
  margin:10px auto;
 }

div.info{
  width:88%;
  margin:15px auto; 
  padding:10px;
  border-radius: 9px;
  border: solid 2px #979797;
  background-color: #ffffff;
  text-align:center;
}

div.zensa {
	font-size:2.5em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #FFF;
	text-shadow: 
		0 0 0.10em #2962FF,
		0 0 0.15em #2962FF,
		0 0 0.80em #2962FF,
		0 0 1.00em #2962FF;
}

@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");

h2.zeensa {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size:1.8em;
  font-weight: bold;
  text-align:center;
  color: #fff;

}

h2.zeensa span {
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.box {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 150px;
    padding-right: 150px;
    box-shadow: 0 0 5px #dd4c30, inset 0 0 5px #dd4c30, 0 0 10px #dd4c30, inset 0 0 10px #dd4c30, 0 0 25px #dd4c30, inset 0 0 25px #dd4c30, 0 3px 3px #000;
    border: 2px solid #fff;
    border-radius: 5px;
}
.box p {
    display: block;
    line-height: 1.3;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 1px #ffd8d8, 0 0 1px #ffd8d8, 0px 0px 1px #ffd8d8, 0 0 1px #dd4c30, 0 0 1px #dd4c30, 0 0 1px #dd4c30, 0 0 1px #dd4c30, 0 0 1px #dd4c30, 0 0 1px #dd4c30, 0 0 1px #dd4c30, 0 1px 1px #000;
}

.zensa_font {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
   font-family:"HGP創英角ﾎﾟｯﾌﾟ体";
  text-align: center;
}

h2.zeensa2 {
   background-color: rgba( 243, 189, 255, 0.6 );
   color: #000000;
padding: 20px;
text-align: center;

}

h2.zeensa3 {
    position: relative;
    padding: 1rem 1rem;
    background-image: linear-gradient(180deg, rgba(62, 161, 219, 1) 11.2%, rgba(93, 52, 236, 1) 100.2%);
    -webkit-background-clip: text;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
color: #ffffff;
}



div.sam p {
   margin: 0.3em 0px;
text-align: center;


}

img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}

.img_zensa {
   text-align: center;
}

.bg_img_btn2{
  width:100%;
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -94%);
}


.font_15{
  font-size:15px;
}

.neontext {
  text-shadow:
      0 0 1px #fff,
      0 0 1px #fff,
      0 0 10px #fff,
      0 0 82px #0fa,
      0 0 132px #0fa,
      0 0 132px #0fa,
      0 0 122px #0fa,
      0 0 151px #0fa;
font-size: 28px;
}

h4{
  width:100%;
  color:#ffffff;
  font-weight: bold;
  margin: 10px 0px;
  }

/* 星空の背景のスタイル
.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: 100vh; /* 星空の縦幅 */
  background-image: linear-gradient(0deg, #00dedc, #115d89, #080f1c); /* 星空の背景色 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
  height: 100%;
  width: 100%;
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}
 */

.marker2a-yellow {
padding: 0 2px 2px;
background: linear-gradient(transparent 90%, #ffff00 10%);
}

.marker {
padding: 3px 0;
  background:linear-gradient(transparent 85%, rgba(255, 220, 123) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
 
 /* アコーディオン
------------------------------------------------------------*/
.accordion1 {text-align: left;margin-top:15px;}
.accordion1 .inner {display: none;}
.accordion1 p{
cursor: pointer; padding: 10px;
  background: #fdebeb;
  border: solid 1px #ffffff;
  font-weight: bold;
}
.accordion1 .inner li{
  padding: 10px;
  background: #fff7f7;
  border: solid 1px #ffffff;
  font-size: 12px;
}


/* モーダル
------------------------------------------------------------*/

.modal {
  display: none;
}

.modal_bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}

.modal_inner {
  display: none;
  width: 75vw;
  max-width: 375px;
  height: 450px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* .modal_inner::before,
.modal_inner::after {
  position: absolute;
  top: -20px;
  right: 0;
  width: 25px;
  height: 4px;
  background: #fff;
  content: "";
  display: block;
}

.modal_inner::before {
  transform: rotate(-45deg);
}

.modal_inner::after {
  transform: rotate(45deg);
} */

.modal_inner_head {
  width: 100%;
}

.modal_inner_txt {
  text-align: justify;
  font-size: 10px;
  padding: 10px;
}

.modal_inner_list {
  width: 100%;
  height: 280px;
  overflow-y: scroll;
  box-sizing: border-box;
  text-align: left;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

.modal_close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -30px;
  right: 0;
}



.original-gradient {
  height: 200px;
  width: 90%;
  background-image: linear-gradient(125deg, rgba(98, 3, 3, 1) 10%, rgba(11, 11, 11, 1) 26%, rgba(154, 10, 10, 1) 56%, rgba(13, 13, 13, 1) 85%);
}



div.line {
    position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    background-image: repeating-linear-gradient(45deg, white 0, white 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
    font-size: 20px;
    color: white;
text-align: center;
}
.subtitle {
  color: #ffffff;
  background: linear-gradient(135deg, #1A1A40, #3A3A80);
  padding: 8px 16px;
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}


.indent-list {
  text-indent: -1em; /* 1文字分左にずらす */
  padding-left: 1em; /* 全体を右に1文字分寄せる */
}


/* ===== Highway + Fallen Angel title background ===== */
.club-neon {
  max-width: 800px;
  margin: 40px auto;
  padding: 70px 32px;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 30%, rgba(0,60,120,.35), rgba(0,0,0,.95));
  color: #fff;
  position: relative;
  overflow: hidden;

  /* 外側ネオン */
  box-shadow:
    0 0 40px rgba(0,200,255,.35),
    0 0 80px rgba(0,120,255,.25);
}

/* 外枠グローライン */
.club-neon::after {
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  padding:2px;
  background: linear-gradient(120deg, #00f0ff, #7a00ff, #00f0ff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: borderMove 6s linear infinite;
  z-index: 0;
}

/* レーザー強化＋ゆるく動かす */
.club-neon::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,
      transparent 35%,
      rgba(0,200,255,.45) 50%,
      transparent 65%
    ),
    linear-gradient(-120deg,
      transparent 40%,
      rgba(160,0,255,.30) 52%,
      transparent 70%
    );
  filter: blur(60px);
  opacity: .9;
  animation: laserMove 8s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

.club-neon > *{
  position: relative;
  z-index: 2;
}

/* タイトルさらに発光 */
.club-neon h1 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  letter-spacing: .15em;
  margin-bottom: 32px;
  color: #fff;

  text-shadow:
    0 0 10px rgba(0,255,255,.95),
    0 0 25px rgba(0,200,255,.85),
    0 0 60px rgba(0,120,255,.75),
    0 0 120px rgba(0,80,255,.55);

  animation: glowPulse 3s ease-in-out infinite;
}

/* 本文：可読性確保 */
.club-neon p {
  line-height: 1.9;
  padding: 0 6px;
  background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.6));
  border-radius: 8px;
  text-shadow: 0 2px 12px rgba(0,0,0,.95);
}

/* アニメーション */
@keyframes laserMove {
  0% { transform: translateY(-10px) scale(1); }
  100% { transform: translateY(10px) scale(1.05); }
}

@keyframes glowPulse {
  0%,100% { text-shadow:
    0 0 10px rgba(0,255,255,.95),
    0 0 25px rgba(0,200,255,.85),
    0 0 60px rgba(0,120,255,.75),
    0 0 120px rgba(0,80,255,.55);
  }
  50% { text-shadow:
    0 0 15px rgba(0,255,255,1),
    0 0 40px rgba(0,200,255,1),
    0 0 90px rgba(0,120,255,.9),
    0 0 160px rgba(0,80,255,.7);
  }
}

@keyframes borderMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
ul, li{ text-align: left !important; } .video-wrap{ position: relative; width: 100%; max-width: 800px; margin: 40px auto; aspect-ratio: 16 / 9; } .video-wrap iframe{ position: absolute; inset: 0; width: 100%; height: 100%; }