@charset 'UTF-8';


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html{
	font-size: 62.5%;
}

body{
	font-size:1.6rem;/* 16px*/
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', 'Lato', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	width: 100%;
	line-height: 1.5;
	word-break: break-all;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 0;
}
/* Images */

.image{
	display: inline-block;
}


img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }

a {
text-decoration: none;
}

/************************************************/
/* TRAINING DAYS 2025 */
/************************************************/
.main{
	background: #000;
	width: 100%;
	padding: 20px;
}
.mainInner{
	width: 1000px;
	padding: 30px;
	margin: 0 auto;
	border: 2px solid #fff;
}
.topImage{
	margin: 0 0 20px 0;
}
.topImage img{
	width:100%;
}
.mainInner h1{
	font-size: 4.4rem;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 30px 0;
}
.h1small{
	font-size: 2.8rem;
}
.liveArea{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 0 0 30px 0;
}
.liveArea li.liveBox{
	display: flex;
	width: 100%;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 2px solid #fff;
}
.liveArea li.liveBox:last-child{
	border-bottom: 0;
}

.liveArea li.liveBox .left{
	width: 35%;
}
.liveArea li.liveBox .left img{
	width: 100%;
}
.liveArea li.liveBox .right{
	width: 65%;
	text-align: left;
}

.date{
	font-size: 2.6rem;
	font-weight: bold;
}
.place{
	font-size: 3.4rem;
	font-weight: bold;
}
.guest{
	font-size: 1.8rem;
	font-weight: bold;
}
.oneman span{
	font-size: 1.4rem;
	font-weight: bold;
	background: #eb0000;
	color: #fff;
	padding: 0px 20px;
}
.time{
	padding: 10px 0 0 0;
	font-size: 1.5rem;
}
.info{
	font-size: 1.5rem;
}
.ticketArea{
	text-align: center;
	width:50%;
	margin: 0 auto;
}
.ticketArea h2{
	font-size: 3.6rem;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	line-height: 1.1;
}
.ticketTit{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.beforetBtn{
	margin: 10px auto;
	display: block;
	background: #767676;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius:120px;
	transition: .2s;
	width: 60%;
	padding: 10px 0;
}


.ticketBtn a{
	margin: 10px auto;
	display: block;
	background: #eb0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius:120px;
	transition: .2s;
	width: 60%;
	padding: 10px 0;
}
.ticketBtn a:hover{
	transform: scale(0.9);
}
.copyRight{
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	padding: 30px 0 0 0;
	font-size: 1.4rem;
}
.copyRight img{
	width: 80px;
	padding-bottom: 10px;
}

#page_top{
	width: 100px;
	height: 100px;
	position: fixed;
	right: -150px;
	bottom: 20px;
	z-index: 1500;
}
#page_top a{
	background: url("../images/pagetop.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	text-decoration: none;
}

@media screen and (max-width: 1040px) {
	.mainInner{
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.main{
		padding: 10px;
	}
	.mainInner{
		padding: 15px;
	}
	.topImage{
		margin: 0 0 10px 0;
	}
	.mainInner h1{
		font-size: 2.8rem;
		line-height: 1.1;
		margin: 0 0 20px 0;
	}
	.h1small{
		font-size: 1.8rem;
	}

	.liveArea{
		margin: 0 0 20px 0;
	}
	.liveArea li.liveBox{
		display: block;
		padding: 20px 0;
		text-align: center;
		margin: 0 auto;
	}
	.liveArea li.liveBox .left{
		width: 80%;
		text-align: center;
		margin: 0 auto 10px auto;
	}
	.liveArea li.liveBox .left img{
		width: 100%;
	}
	.liveArea li.liveBox .right{
		width: 100%;
		text-align: center;
	}
	.date{
		font-size: 1.8rem;
	}
	.place{
		font-size: 2.2rem;
		line-height: 1.0;
	}
	.guest{
		font-size: 1.4rem;
		margin: 5px 0 0 0;
	}
	.oneman {
		margin: 5px 0 0 0;
	}
	.oneman span{
		font-size: 1.2rem;
		background: #eb0000;
		color: #fff;
		padding: 2px 25px;
	}
	.time{
		padding: 10px 0 0 0;
		font-size: 1.4rem;
	}
	.info{
		font-size: 1.4rem;
	}

	.ticketArea{
		text-align: center;
		width:100%;
		margin: 0 auto;
	}
	.ticketArea h2{
		font-size: 2.6rem;
	}
	.ticketTit{
		font-size: 1.4rem;
		margin: 0 0 10px 0;
	}
	.beforetBtn{
		margin: 10px auto;
		width: 80%;
		padding: 10px 0;
	}
	.ticketBtn a{
		margin: 10px auto;
		width: 80%;
		padding: 10px 0;
	}

	.copyRight{
		width: 100%;
		height: auto;
		color: #fff;
		text-align: center;
		padding: 30px 0 30px 0;
		font-size: 1.0rem;
	}
	.copyRight img{
		width: 60px;
		padding-bottom: 10px;
	}


	#page_top{
		width: 60px;
		height: 60px;
	}
	#page_top a{
		width: 60px;
		height: 60px;
	}
}




