/* 中央配置用の親要素 */
.ptt-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px;
  width: 100%;
  background-color: transparent;
}

/* 応募ボタン本体 */
.ptt-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  background-color: #000; /* ロゴに合わせた黒 */
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #000;
}


.btn-ball-icon {
  margin-left: 15px;
  color: #fdd804; /* 競技のキーカラー */
  font-size: 0.9rem;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ホバー（マウスを乗せた時）の演出 */
.ptt-apply-btn:hover {
  background-color: #fdd804; /* 背景がイエローに反転 */
  color: #000;
  border-color: #fdd804;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(223, 255, 79, 0.4);
}

/* ホバー時にボールが右に打ち出されるような動き */
.ptt-apply-btn:hover .btn-ball-icon {
  color: #000;
  transform: translateX(12px) scale(1.2);
}

/* クリック時の押し込み感 */
.ptt-apply-btn:active {
  transform: translateY(1px);
}


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; } 
}

/* 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%);}
 #mov-box{width:980px; margin:40px auto;}
}
@media all and (max-width: 767px) {
#mov-box{ padding: 4px; box-shadow: 1vw 2vw 2vw hsl(0deg 0% 0% / 15%);}
}



/*	color
============================== */
.red {
  color: #c90018;
}
.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.8;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: white;
  background:#c90018;
  }
@media all and (min-width: 768px) {
	#page-top{
	background:#c90018;
	min-height: 100vh;

}
}

@media all and (max-width: 767px) {
#page-top::before {
  content: "";
  width: 100vw;
  height: 100vh;
 background:#c90018;
}
}


/* 	header
============================== */
#header {
width: 100%;
border-top: 1px solid rgba(200, 200, 200, 0.3);
background:#c90018;
}
.mainimg {
 width:980px;
 margin:10px 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 {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
border-radius: 10px;
display: block; /* 下の隙間を消すための設定 */
}
.mainimg .lazyloaded {
 opacity: 1;
 transition: all 2000ms;
}
/*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:10px auto 0px;
}
}


/*	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;

  }
}


.day{background:#ff9fcd;padding: 0 20px;}

@media all and (min-width: 768px) {
.day-img span {width:980px;height:150px;margin:8px auto;display:block;text-indent: -9999px;  }
}
@media all and (max-width: 767px) {
.day-img span{width:100%; height:0; padding-top:15.30612245%; display:block;background-size: contain;position:relative;text-indent:-9999px;margin:10px 0px;}
}




#main-box{margin:0px auto;}
.about-title,.team-title,.rulu-title{width:300px;height:80px;margin:30px auto;}
.howto-title{width:300px;height:80px;margin:15px auto;}


.howto-box p{text-align: center;}
@media all and (min-width: 768px) {
.about-box{width:100%;margin:0px auto;padding:10px 0px;}
.howto-box{width:100%;margin:0px auto;background:#ff9fcd;padding:10px 0px;}
.rulu-box{width:100%;margin:0px auto;background:#97d4ee;padding:10px 0px;}
.team-box{width:100%;margin:0px auto;background:#fdd804;padding:10px 0px;}
.about-title span,.howto-title span,.team-title span,.rulu-title span{width:300px;height:80px;text-indent: -9999px; }
.about-img span {width:1010px;height:1800px;margin:8px auto;display:block;text-indent: -9999px;border-radius: 10px;  }
.rulu-img span {width:1010px;height:1200px;margin:8px auto;display:block;text-indent: -9999px;border-radius: 10px;  }
.comingsoon-img span {width:1010px;height:320px;margin:8px auto;display:block;text-indent: -9999px;border-radius: 10px;  }


}

@media all and (max-width: 767px) {
.about-title,.team-title,.rulu-title{margin:15px auto;}
.about-title span,.howto-title span,.team-title span,.rulu-title span{width:100%; height:0; padding-top:26.666667%; display:block;background-size: contain;position:relative;text-indent:-9999px;}
.about-box{width:95%;margin:0px auto;background:#c90018;padding:10px 15px;}
.howto-box{width:95%;margin:0px auto;background:#ff9fcd;padding:10px 15px;}
.rulu-box{width:95%;margin:0px auto;background:#97d4ee;padding:10px 15px;}
.team-box{width:95%;margin:0px auto;background:#fdd804;padding:10px 15px;}
.about-img span{width:100%; height:0; padding-top:178.217822%; display:block;background-size: contain;position:relative;text-indent:-9999px;margin:10px 0px;border-radius: 10px;}
.rulu-img span{width:100%; height:0; padding-top:118.811881%; display:block;background-size: contain;position:relative;text-indent:-9999px;margin:10px 0px;border-radius: 10px;}
.comingsoon-img span{width:100%; height:0; padding-top:31.683168%; display:block;background-size: contain;position:relative;text-indent:-9999px;margin:10px 0px;border-radius: 10px;}
.howto-title{margin:10px auto;}
}



/*	comment
============================== */

.txt {
    text-align: justify;
    background: #ede4dd;
    color:#c90018;
    border-radius:10px;
    margin:20px auto;
}


@media all and (min-width: 768px) {
.txt {
    width:950px;
    font-size: 1.3rem;
    padding:30px;
    line-height:2.0;
  }
}

@media all and (max-width: 767px) {
 .txt {
    width:90%;
    padding:15px;
        }
}

/*	copyright
============================== */
footer {
  background-color: #1972c1;
  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%;
  }
}


.txt-title{ font-weight: bold;padding:10px;margin-bottom:10px;background:#c8001a;color:#FFFFFF;}
.step-list {
    list-style: none; /* デフォルトの黒丸を消す */
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.step-list li {
    position: relative;
    padding-left: 10px; /* 番号を置くスペース */
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin-bottom:5px;
    line-height:1.8;
}

