@import url("animate.css");

div.tbs-gheader {
  z-index: 999;
}
body, ul, li, h2, h3 {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.br_smp { display: -webkit-block; display: block; }
@media all and (min-width: 768px) {
.br_smp{ display: none; } 
}

/*	color
============================== */
.red {
  color: #cd0019;
}
.black {color: #000;}

/*	center
============================== */
.center {
  text-align: center;
}

/*	font-size
============================== */
.fs80 {
  font-size: 80%;
}
.fs70 {
  font-size: 70%;
}

/*	mgb
============================== */
.mgb1em {
  margin-bottom: 1em !important;
}

.mgb2em {
  margin-bottom: 2em !important;
}

/*	inline-block
============================== */
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}


/*	page-top
============================== */
#page-top {
  font-kerning: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-weight: 400;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-style: normal;
    margin: 0;
    padding: 0;
    color: white;
  }
@media all and (min-width: 768px) {
	#page-top{
	background-image: url(../img/bg.jpg?2);
	background-repeat: repeat-x;
	background-size: cover;
	background-attachment: fixed;
	background-position:top center;
	min-height: 100vh;
	padding-bottom:10px;
}

}
@media all and (max-width: 767px) {
	#page-top::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_sp.jpg);
  position: fixed;
background-size: cover;
  top: 0px;
  left: 0px;
  z-index: -1;
}
}

/* 	header
============================== */
#header {
 width: 100%;
 border-top: 1px solid rgba(200, 200, 200, 0.3);
}
.mainimg {
 width:980px;
 margin:0px auto;
}
.mainimg .img_sp {
 width: 100%;
 height: 0;
 padding-top: 52.173913%;
 padding-top: -webkit-calc(626 / 1200 * 100%);
 padding-top: calc(626 / 1200 * 100%);
 position: relative;
}

.mainimg .img_sp-s {
 width: 100%;
 height: 0;
 padding-top: 52.173913%;
 padding-top: -webkit-calc(300 / 980 * 100%);
 padding-top: calc(300 / 980 * 100%);
 position: relative;
}

.mainimg img {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
.mainimg .lazyloaded {
 opacity: 1;
 transition: all 3000ms;
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #header {
  box-sizing: border-box;
  padding: 0;
 }

}


@media all and (max-width: 767px) {
 .mainimg {
 width:100%;
 margin:0px auto;
}
}



/*	lazy
============================== */
.lazy {
  display: block;
  position: relative;
  margin: 0 auto;
}

.lazy img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lazy-done.lazy {
  -webkit-animation: fadeIn 1000ms !important;
  animation: fadeIn 1000ms !important;
}

/*	a
============================== */
#page-top a {
  text-decoration: none;
  transition: .3s;
}

#page-top a:not(.btnshine):hover {
  opacity: 0.75;
}

/*	flex
============================== */
.flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: auto;
}

.flex_child {
  display: flex;
  flex-direction: column;
  height: auto;
}





/*	wrap
============================== */
@media all and (min-width: 768px) {
  .wrap {
    width: 1080px;
    margin: 0 auto;

  }
}

/*	ph_cut
============================== */
.ph_cut {
  width: 100%;
  height: 100%;
  height: max-content;
  box-sizing: border-box;
  position: relative;
}

.ph_cut span {
  height: 0;
   padding-top: calc((400 / 600)*100%);
  background-size: 100%;
  position: relative;
  display: block;
  position: relative;
  background-repeat: no-repeat;
}

.ph_cut span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .ph_cut, .ph_cut span {
    padding-top: 0;
  }
}

/*	poster
============================== */
.poster { position: relative; background-size: contain; background-position: center top; background-repeat: no-repeat;}
.poster h1 {position: absolute; top:0; left:0; background-size: contain; background-position: center top; background-repeat: no-repeat; width: 100%;}
.poster, .poster span {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
.poster{
background-image:url(../img/main.jpg);
aspect-ratio: 1920/640;
}
.poster h1 {
background-image:url(../img/title.png);
aspect-ratio: 1920/640;
}
}

@media all and (max-width: 767px) {
.poster{
background-image:url(../img/main_sp.jpg);
aspect-ratio: 1200/630;
}
.poster h1{
background-image:url(../img/title_sp.png);
aspect-ratio: 1200/630;
}
}

/* nav menu ============================== */ 
nav.menu {
  background: #0d4f87;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* 横並び */
nav.menu ul {
    width:980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
}

/* 各メニュー（均等幅にしない） */
nav.menu li {
text-align: center;
  flex: none;
  position: relative;
}

/* 区切り線 */
nav.menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 25%;
  width: 1px;
  height: 50%;
  background: rgba(255,255,255,0.25);
}

/* リンク */
nav.menu li a {
  display: block;
  padding: 18px 16px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* 日本語 */
nav.menu li .ja {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

/* 英語 */
nav.menu li .en {
  display: block;
  color: #cfe6f7;
  font-size: 12px;
  margin-top: 4px;
  letter-spacing: 0.1em;
}

/* ホバー */
nav.menu li a:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-2px);
}

/* アクティブ（現在ページ） */
nav.menu li.active a {
  background: rgba(255,255,255,0.15);
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 768px) {

  nav.menu ul {
      width:100%;
    flex-wrap: wrap;
    padding: 0;
  }

  nav.menu li {
    width: 50%;
    text-align: center;
  }

  /* 区切り線消す */
  nav.menu li::after {
    display: none;
  }

  nav.menu li a {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  nav.menu li .ja {
    font-size: 14px;
  }

  nav.menu li .en {
    font-size: 10px;
  }
}






/*	t_oa wrap
============================== */
@media all and (max-width: 767px) {
  .t_oa .wrap {
    padding: 1em;
  }
}


/*	topsns
============================== */
.topsns {
  width: auto;
  text-align: center;
  padding: 10px;
  position: relative;
  background-color: #000;
}

.topsns h2 {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  color: #333333;
}

.topsns #sns {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.topsns #sns a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
}

.topsns #sns a span {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-size: 301%;
  background-image: url(/um/v8/img/sns_logos.svg?0);
}

.topsns #sns a.x span {
  background-position: left top;
}

.topsns #sns a.instagram span {
  background-position: center center;
}

.topsns #sns a.youtube span {
  background-position: center left;
}

.topsns #sns a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

@media all and (min-width: 768px) {
  .sns {
    border-top: solid 10px #fff;
  }

  .topsns h2 {
    padding: 1.2em 0 1.2em 0;
    font-size: 220%;
  }

  .topsns h2 span {
    padding: 0 0 .1em;
  }

  .topsns #sns {
    margin: 0 0 0 1em;
  }

  .topsns #sns a {
    width: 75px;
    height: 75px;
    margin: 0 5px 0;
    border: 1px solid #fff;
    padding: 0.4em;
  }
}

@media all and (max-width: 767px) {
  .topsns {
    margin: 0 auto 0;
    padding: 1em;
    text-align: center;
  }

  .sns {
    border-top: solid 1vw #fff;
  }

  .topsns h2 {
    font-size: 4.5vw;
    margin: 0;
    padding: 0;
  }

  .topsns #sns {
    text-align: center;
    width: 33%;
    margin: 0;
  }

  .topsns #sns a {
    width: 11vw;
    height: 11vw;
    margin: 0 3% 0;
    border: 0.075em solid #fff;
    padding: 0.4em;
  }
}

/*	topsns share
============================== */
.share {
  width: auto;
  text-align: center;
  position: relative;
  background-color: inherit;
  background-color: #016fa9;
}
.share h2{ color: #FFFFFF;}

.share #sns a {
  border: none;
}

.share #sns a.x span {
  background-image: url(/um/img/sns_logos_blk.svg?0);
}

.share #sns a.facebook span {
  background-position: center top;
}

.share #sns a.line span {
  background-position: top right;
}

.share #sns a.facebook {
  background-color: #1877f2;
  padding: 0;
}

.share #sns a.line {
  background-color: #00b900;
  padding: 0;
}

.share #sns a.x {
  background-color: #fff;
  padding: 0;
}

@media all and (min-width: 768px) {
  .share {
    border-bottom: solid 10px #fff;
  }

  .share #sns {
    width: 21%;
  }

  .share #sns a {
    width: 60px;
    height: 60px;
  }
}

@media all and (max-width: 767px) {
  .share {
    border-bottom: solid 1vw #fff;
  }

  .share #sns {
    width: 38%;
  }

  .share #sns a {
    width: 8vw;
    height: 8vw;
  }
}

/*	pbp
============================== */
.pbp_outer {
  background-color: #030303;
}

.pbp span {
  border-radius: 10px;
}

@media all and (min-width: 768px) {
  .pbp_outer {
    padding: 30px;
  }

  .pbp, .pbp span {
    width: 300px;
    height: 100px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .pbp_outer {
    padding: 6vw;
  }

  .pbp a {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .pbp span {
    padding-top: calc((300 / 900)*100%);
  }
}




/*	copyright
============================== */
footer {
  background-color: #000d2c;
  text-align: center;
  color:#FFFFFF;
}
.copyright small {
  display: inline-block;
}

.copyright a {
  color: #FFFFFF;
}

@media all and (max-width: 767px) {
  .copyright small {
 margin: 1em auto;
    font-size: 80%;
  }

}

@media all and (min-width: 768px) {
  .copyright small {
    margin: 3em auto;
    font-size: 90%;
  }
}







@media all and (min-width: 768px) {
  .t_oa h2 {
    padding: 2em; margin-bottom: 2em;
  }

  .t_oa h2 span.ja {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .t_oa h2 span.en {
    font-size: 26px;
  }
}


/*	lower h1
============================== */
.lower h1 {
  text-align: center;
  line-height: 1;
	background-color: rgba(255,255,255,0.40);
	        box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);
	          text-shadow:
  4px 4px 4px #FFFFFF, -4px -4px 4px #FFFFFF,
  -4px 4px 4px #FFFFFF,  4px -4px 4px #FFFFFF,
  4px 0 4px #FFFFFF, -4px  0 4px #FFFFFF,
  0 4px 4px #FFFFFF,  0 -4px 4px #FFFFFF;
}

.lower h1 span {
  display: block;
}

.lower h1 span.ja {
  color: #013180;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.lower h1 span.en {
  color: #003280;
}

@media all and (min-width: 768px) {
  .lower h1 {
    padding: 2em; margin-bottom: 2em;
  }

  .lower h1 span.ja {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .lower h1 span.en {
    font-size: 26px;
  }
}

@media all and (max-width: 767px) {
  .lower h1 {
    padding: 0.8em; margin: 0 0 0.5em;
  }

  .lower h1 span.ja {
    font-size: 7vw;
    margin-bottom: 2vw;
  }

  .lower h1 span.en {
    font-size: 3vw;
  }
}


/*	lowrap
============================== */
.lowrap {
  /*background-color: #fff;*/
  border-radius: 10px;
  box-sizing: border-box;
  
}
.lowrap, #rulu .lowrap{ background-color: hsl(0deg 0% 100% / 40%);}

@media all and (min-width: 768px) {
  .lowrap {
    width:900px;
    margin: 15px auto 40px;
    padding: 10px 50px 30px;
  }
}

@media all and (max-width: 767px) {
  .lowrap {
    margin: 3vw;
    padding: 4vw;
  }
}




/*	lower lowrap h2
============================== */
.lowrap h2 {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #013180;
}

@media all and (min-width: 768px) {
  .lowrap h2 {
    font-size: 35px;
    margin: 1.7em 0.7em 0.7em;
  }
}

@media all and (max-width: 767px) {
  .lowrap h2 {
    font-size: 5vw;
    margin: 1em 0 0.7em;
  }
}

/*	comment
============================== */
.comment .title {
  font-weight: bold;
  background-color: #00477F;
  border-radius: 10px 10px 0 0;
}
.comment .title-center {
font-size:140%;
  font-weight: 900;
   color: #00477F;
  text-align: center;
  text-shadow:
  4px 4px 4px #FFFFFF, -4px -4px 4px #FFFFFF,
  -4px 4px 4px #FFFFFF,  4px -4px 4px #FFFFFF,
  4px 0 4px #FFFFFF, -4px  0 4px #FFFFFF,
  0 4px 4px #FFFFFF,  0 -4px 4px #FFFFFF;
}

.comment .txt {
  background-color: #ebf8ff;
  text-align: justify;
	color: #000;
  border-radius: 0 0 10px 10px;
}

@media all and (min-width: 768px) {
.comment:not(:last-child) {
  margin-bottom: 2em;
}
  .comment .title {
    padding: 10px 20px;
    font-size: 20px;  
    margin-bottom:10px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  }

  .comment .txt {
    margin-bottom:10px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
}

@media all and (max-width: 767px) {
.commentblock {margin-bottom: 2em;}
.comment:not(:last-child) {
  margin-bottom: 1em;
}
  .comment .title {
    padding: 2vw 4vw;
    font-size: 4vw;
  }

  .comment .txt {
    padding: 4vw;
    margin-bottom:10px;
  }
}
  .comment dd{margin-bottom:10px;}

/*	rulu pic
============================== */
#rulu .pic_outer {
  background-color: #fff;
}

#map-side .pic_outer {
  background-color: #fff;
}

#arena-img .pic_outer {
  background-color: #fff;
  margin-bottom:10px;
}

#rulu  .pic_outer .pic {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}


#map-side .pic_outer .pic {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

#arena-img .pic_outer .pic {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

#rulu  .pic_outer .pic span {
  padding-top: calc((700 / 1280)*100%);
  
}

#map-side  .pic_outer .pic span {
  padding-top: calc(( 700/ 1920)*100%);
  side
}

#arena-img .pic_outer .pic span {
  padding-top: calc(( 1000/ 1920)*100%);
  
}

@media all and (min-width: 768px) {
#rulu  .pic_outer {
	  width: 700px; margin: 0 auto; padding:6px;
	  box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);
  }

  #map-side .pic_outer {	  width: 750px; margin: 0 auto; padding:6px;
	  box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);
	 
  }
  
 #arena-img .pic_outer {	  width: 750px; margin: 0 auto; padding:6px;
	  box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);
	 
  }
  
}

@media all and (max-width: 767px) {
#rulu .pic_outer {
    padding:4px;
	box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);
  }
#map-side .pic_outer {
    padding:4px;
	box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);
  }
  
 #arena-img .pic_outer {
    padding:4px;
	box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);
  }
}

/*	trailer
============================== */
@media all and (min-width: 768px) {

  .trailer,
  .trailer iframe {
    width: 740px;
    height: 416px;
    margin: 1em auto 0;
  }
}

@media all and (max-width: 767px) {
  .trailer {
    height: 0;
    z-index: 1;
    white-space: nowrap;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    z-index: 1;
  }

  .trailer iframe {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	btnshine
============================== */
.btnshine {
  position: relative;
  color: #fff;
  outline: none;
  overflow: hidden;
}

.btnshine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* youtube
-------------------------------- */
#mov-box{margin:0px auto; background-color: #fff;}
.yt-player { width:100%; }
.mov-inner { position:relative; width:auto; height:0; padding-top:56.25%; }
.mov-inner iframe { position:absolute; left:0; top:0; width:100%; height:100%; }
@media all and (min-width: 768px) {
	#mov-box{padding: 6px; box-shadow: 3px 10px 10px hsl(0deg 0% 0% / 15%);}
	.top #mov-box{width:980px; margin:40px auto;}
	#song #mov-box {width: 780px; margin: 0 auto 40px;}
}
@media all and (max-width: 767px) {
#mov-box{ padding: 4px; box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);}
.top #mov-box {margin:10px;}
	#song #mov-box { margin-bottom: 20px;}
}

/* About */

#about table {
  width: 100%;
  border-collapse: collapse;
}

#about td {
  padding: 14px 10px;
  vertical-align: top;
}

#about td.label {
  width: 220px;
  font-weight: bold;
  background-color: #fafafa;
}

#about tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}

/* スマホ対応 */
@media all and (max-width: 767px) {
  #about {font-size:80%;}
}





.btn-space{width:300px;margin:10px auto 0px;}
.btn{
 font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #00224f 0%, #02669d 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #082b44;
}

.btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


.btn-from {width:300px;margin:10px auto 0px;}
.btn-from .btn{
　font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  background:#FFFFFF;
  color:#082b44;
  padding:15px;

}


#from_outer .title{
font-weight: 800;letter-spacing: 0.1em;font-size:30px;
padding:0px 20px;
 border-bottom: solid 5px #ff0000;
display: inline-block;}
    
#from_outer {padding:10px;color:#FFFFFF;background:#00477F;}    
#from_outer p{padding:10px; }
.txt-right{ text-align:right; color: #000;}

.sponsor_outer {background-color: #FFFFFF;}
.sponsor_outer .title{text-align: center;font-weight: 800;letter-spacing: 0.1em;color: #003280;font-size:30px;
margin-bottom:10px;display: inline-block;padding:0px 30px;border-bottom: double 10px #ff0000;}

@media all and (min-width: 768px) {
#from_outer, .sponsor_outer {padding: 30px;}
.sponsor, .sponsor span {width: 300px;height: 167px;margin: 0 auto; }
}

@media all and (max-width: 767px) {
  .sponsor_outer { padding: 6vw; }
  .sponsor a { display: block; width: 60%;margin: 0 auto;  }
  .sponsor span {padding-top: calc((167 / 300)*100%); }
}



#access {margin:0px;}
#access .s-title{border-bottom: solid 4px #ff0000;display:inline-block;margin-bottom:5px;}
.map { position: relative; width: 100%; padding-top: 56.25%;}
.map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;border: 0;}


/* Q&A */
@media all and (min-width: 768px) {
  #qa {
    width: 900px;
    margin: 15px auto 40px;
    padding: 10px 50px 30px;
  }
}

@media all and (max-width: 767px) {
  #qa {
    margin: 3vw;
    padding: 4vw;
  }
}
 #qa a{color:#FFFFFF;text-decoration: underline white;}
 #qa a:hover {  opacity: 0.75;}
#qa .title{
font-weight: 800;letter-spacing: 0.1em;font-size:30px;
padding:0px 20px;
margin:10px;
border-bottom: solid 5px #ff0000;
display: inline-block;}


.tab{border: solid 1px #FFFFFF;}


.tab-buttons {
  display: flex;
  border-bottom: 2px solid #ddd;
}

.tab-btn {
width:800px;
  flex: 1;
  padding: 12px;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.tab-btn.active {
  background: #333;
  color: #fff;
}

/* コンテンツ切替アニメーション */
.tab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.tab-content.active {
  max-height: 9999px;
}

.tab-content.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.qa-item {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  }

.qa-item summary {
line-height: 1.8;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
}

.qa-item summary::after {
  content: "＋";
  float: right;
}

.qa-item[open] summary::after {
  content: "−";
}

.answer {
  margin-top: 10px;
  line-height: 1.6;
  padding-top:10px;
  border-top: 1px solid #ddd;
}
    
    
@media all and (min-width: 768px) {

.sports-banner  span {width:940px;height:220px;margin:8px auto;display:block;text-indent: -9999px;  }
.yt-banner span {width:800px;height:255px;margin:8px auto;display:block;text-indent: -9999px;  }

}
@media all and (max-width: 767px) {
.sports-banner span{width:100%; height:0; padding-top:23.4375%; display:block;background-size: contain;position:relative;text-indent:-9999px;margin:10px 0px;}
.yt-banner span{width:100%; height:0; padding-top:31.914894%; display:block;background-size: contain;position:relative;text-indent:-9999px;margin:10px 0px;}

}

/*schedule*/

#schedule {
width:900px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}

#schedule .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0px 0 10px;
  padding-left: 10px;
  color:#FFFFFF;
}

/* テーブル全体 */
#schedule table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #bbb; /* 少し濃く */
}

/* ヘッダー */
#schedule thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #333;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px solid #666; /* ヘッダー下を強調 */
}

/* セル共通 */
#schedule th,
#schedule td {
  border: 1px solid #ccc; /* 少し濃く */
  padding: 10px 12px;
  text-align: center;
  font-size: 13px;
}

/* 行ストライプ */
#schedule tbody tr:nth-child(even) {
  background: #f7f7f7;
}

/* カテゴリ色 */
#schedule .category {
  background:#24364b;
  color:#fff;
}

#schedule .category-2 {
  background:#4ba2d4;
  color:#fff;
}

#schedule .age {
  background:#bbe7fd;
}

#schedule tr.group-start{
  border-top: 2px solid #bbb !important;
}

#schedule tr.group-doubles{
  border-top: 2px solid #bbb !important;
}

#schedule td.skill {
  border-right: 2px solid #999;
}


@media all and (max-width: 767px) {
#schedule {width:100%;}
 #schedule .comment .txt {
     width:700px;
    padding:5px;
   }
  
  #schedule .table_box{ overflow: scroll;  }
  
/* Chrome / Safari */
#schedule .table_box::-webkit-scrollbar {
  height: 8px; /* 横スクロールバーの太さ */
}

#schedule .table_box::-webkit-scrollbar-track {
  background: #eee;
}

#schedule .table_box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

#schedule .table_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

}


.banner-wrap {
margin: 0 auto;
  display: flex;
  gap: 10px;
}

.banner-wrap img {
  width: 300px;
  height: auto;
}
@media all and (min-width: 768px) {
.banner-wrap {width:600px;}
}


/* スマホ：比率を保ったまま縮小 */
@media (max-width: 768px) {
  .banner-wrap img {
    width: 50%; /* 2つで100%になるので等倍縮小 */
  }
}


.prize-table {
  margin: 0 auto;
}

.prize-table h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.prize-table h2 span {
  color: #4da3d9;
}

.prize-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.prize-table thead {
  background: #0b2c3d;
  color: #fff;
}

.prize-table th, .prize-table td {
  padding: 14px;
  text-align: center;
}

.prize-table tbody tr {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}

.prize-table tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.prize-table td:first-child {
  font-weight: bold;
  text-align: left;
}


/* 問い合わせ 注釈*/
.contact-note {
  width:650px;
  padding:0px;
  border: 2px solid #ff4d4f;
  background-color: #fff5f5;
  margin:15px auto;
  border-radius: 8px;
  color:#030303;
  line-height: 1.8;
}

.contact-note p {padding:0px;margin:0px;}

.contact-note-title {
  font-weight: bold;
  color: #ff4d4f;
  padding:0px;
  margin:0px;
}

.contact-link a {
  display: inline-block;
  margin:0px;
  padding: 5px 16px;
  background-color: #ff4d4f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.contact-link a:hover {
  opacity: 0.85;
}

.contact-note-small {
  font-size: 12px;
  color: #666;
  padding:0px;
  margin:0px;
  }

@media (max-width: 768px) {
.contact-note {width:100%;}
}
