@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;600;700&display=swap');
html { scroll-behavior: smooth; }
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.75;
	color: #000;
	background: #e796b6;
	margin: 0;
	padding: 0;
	position: relative;
}
.bg {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	background: #e796b6 url(https://bullettrain.jp/22ndBT_NINELIVES/wp-content/themes/22ndSingle/images/bg.jpg) center top no-repeat;
	background-size: cover;
}

* {
	font-size: 1em;
	box-sizing: border-box;
	background-size: contain;
}

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: 500;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align:top;
	max-width: 100%;
}

html { height: 100%; }
li { list-style-type: none; }
a {
	color: inherit;
	text-decoration: none;
}
a.underline,
.underline a { text-decoration: underline; }
.none { display: none; }
.sp { display: none; }
.pc { display: block; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* 選択色 */
::selection {
	background: #fff;
	color: #00a7cb;
}

::-moz-selection {
	background: #fff;
	color: #00a7cb;
}

/* YouTube 埋め込み */
.YT {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.YT iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* header */
header {
	display: grid;
	grid-gap: 0.5em;
	grid-template-columns: 1fr 3fr;
	padding: 1em 2em;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
header h1 { text-align: left; }
header h1 img { height: 3em; }
header.move {
	background: rgba(255,255,255,0.85);
	-webkit-backdrop-filter: blur(0.5em);
	-webkit-backdrop-filter: blur(0.5em);
}
header.move h1 img { display: inline-block; }
header.move h1 img { height: 2em; }

ul.menu {
	display: flex;
	align-items: flex-end;
	justify-content: end;
}
ul.menu li {
	display: inline-block;
	padding-left: 1.5em;
	font-weight: 700;
	font-size: 1.2em;
	color: #00a7cb;
}
header.move ul.menu li {
	color: #00a7cb;
}
ul.menu li.slash {
	color: #00a7cb;
	font-weight: 300;
}

.contents {
	display: grid;
	grid-gap: 0;
	grid-template-columns: 1fr;
}

main {
	width: 90vw;
	max-width: 1000px;
	display: block;
	margin: 7em auto 0;
	padding: 0;
	tex-align: center;
}

.ttl {
	width: 100%;
	padding: 2em;
	margin: 2em auto 1em;
	text-align: center;
}
.ttl img { width: 40%; }
.ttl .btn img {
	padding: 2em 1em 1em;
	width: 25%;
}

/* NEWS LIST */
#news {
	padding-top: 4em;
	margin-top: -4em;
}
.bg_news {
	padding: 0 2em 2em;
}

ul.news {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 2;
	padding: 0;
}
ul.news li {
	padding: 1em 1em 1em 0;
	border-bottom: #999 solid 1px;
	color: #000;
	font-size: 1.25em;
}
ul.news li:last-child { border: 0; }
ul.news li p {
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	text-align: center;
}
ul.news li p:last-child {
	width: calc(100% - 5em);
	text-align: left;
}
.newsTTL {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 1em;	
	border-bottom: #999 solid 1px;
}
.newsTTL.cdTTL {
	border-bottom: 0;
	padding: 0;
}
.newsTTL p:first-child {
	text-align: left;
	color: #000;
	padding: 0 1em;
	font-weight: 700;
}
ul.news li p:first-child {
	text-align: left;
	color: #00a7cb;
	padding-left: 1em;
}
ul.news li p:first-child span {
	display: block;
	width: 100%;
	font-size: 0.75em;
	color: #00a7cb;
}
ul.news li a {
	color: #000;
	text-decoration: underline;
}
ul.news li a:hover { color: #00a7cb; }
.newsTTL p:first-child {
	display: inline-block;
	color: #00a7cb;
	width: 25%;
	font-size: 3em;
	text-align: left;
	padding: 0;
	font-weight: 700;
}
.newsTTL p:last-child {
	display: inline-block;
	width: 75%;
	text-align: right;
}
.newsTTL.cdTTL p:last-child {
	width: 100%;
	text-align: left;
}
.newsTTL p:last-child span {
	background: #00a7cb;
	color: #fff;
	padding: 0.25em 1em;
	margin-right: -0.8em;
	font-weight: 700;
	font-size: 1.25em;
}
.newsTTL p:last-child span small { font-size: 0.8em; }
.newsTTL p:last-child span strong { font-size: 1.25em; color: #fff; }
ul.news li.viewAll p:last-child {
	text-align: right;
}

/* YouTube */
.YTbox {
	width: 90%;
	max-width: 1000px;
	margin: 2em auto;
}

/* CD */
#cd {
	padding: 4em 2em;
	margin-top: 2em;
	text-align: left;
	color: #000;
}
.cd1Box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2em;
	padding: 0;
	display: grid;
	grid-gap: 1em;
	grid-template-columns: 1.22fr 1fr;
}
#cd .jkt { margin-bottom: 1em; }
#cd h2 {
	font-size: 1.5em;
	font-weight: bold;
}
#cd h3 {
	display: inline-block;
	margin-top: 1em;
	font-size: 1.15em;
	font-weight: bold;
	padding: 0.125em 0.5em;
	color: #fff;
	background: #00a7cb;
}
#cd ol li {
	display: inline-block;
	margin-right: 0.5em;
}
#cd ol li span { color: #00a7cb; }
#cd h4 {
	display: inline-block;
	margin-top: 1em;
	font-size: 1.15em;
	font-weight: bold;
}
#cd ul li {
	list-style:none;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.75em;
	display: block;
	text-align: left;
}
#cd ul li:before { content:"・" }

.cd2Box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2em;
	padding: 0 0 2em;
}

.cd3Box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2em;
	padding: 0 0 2em;
	border-bottom: #999 solid 1px;
}
.cd3Box .soloCD {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: 1fr 1fr 1fr;
}
#cd .cd3Box h2 { font-size: 1.25em; }

a.btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0.5rem 1.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 100vh;
	background-color: #000;
	color: #fff;
}

/* footer */
footer {
	background: #00a7cb;
	font-size: 0.75em;
	color: #fff;
	text-align: center;
	padding: 3em 2em;
}
footer p { font-size: 1.35em; }

@media all and (max-width: 1000px) {
	.bg {
		background: #e796b6 url(https://bullettrain.jp/22ndBT_NINELIVES/wp-content/themes/22ndSingle/images/bg_sp.jpg?v=1) center top no-repeat;
		background-size: cover;
	}
	.left div:before { background: none; }

	header {
		padding: 1em;
		grid-template-columns: 1fr 3fr;
		text-align: center;
	}
	ul.menu li {
		padding-left: 0.5em;
		font-size: 1.2em;
	}

	.contents {
		grid-gap: 0;
		grid-template-columns: 1fr;
	}

	main {
		margin: 5em auto 2em;
	}

}

@media all and (max-width: 736px) {
	img { max-width: 100%; }
	.sp { display: block; }
	.pc { display: none; }

	body {
		font-size: 3vw;
	}

	.ttl {
		margin: 0 auto 1em;
		padding: 0 1em 1em;
	}
	.ttl img { width: 80%; }
	.ttl .btn img { width: 70%; }

	/* NEWS */
	ul.news li { font-size: 1em; }
	.newsTTL p:first-child { font-size: 8vw; }
	.newsTTL p:last-child span { font-size: 3.25vw; }

	/* CD */
	.cd1Box, .cd2Box { grid-template-columns: 1fr; }
	#cd .jkt img { width: 100%; max-width: 100%; height: auto; }
	.cd3Box .soloCD { grid-template-columns: 1fr 1fr; }
}
::-webkit-full-page-media, :future, :root main { height: auto; }