@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 10px; }
body { color: #111; font-family: 'Noto Sans JP',YuGothic, YuGothicM, メイリオ, Meiryo, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; font-size: 1.6rem; line-height: 1.6; -webkit-text-size-adjust: 100%; }
img { border: 0; vertical-align: top; -ms-interpolation-mode: bicubic; }
a { outline: none; }
/*
a:link { color: #; text-decoration: none; }
a:visited { color: #; text-decoration: none; }
a:hover { color: #; text-decoration: underline; transition: all 0.3s ease; }*/
a:link {  text-decoration: none; }
a:visited {  text-decoration: none; }
a:hover {  text-decoration: underline; transition: all 0.3s ease; }
a:hover img { opacity: 0.8; transition: all 0.3s ease; }
button { background: transparent; border: none; appearance: none; cursor: pointer; outline: none; }
.clearfix::after { content: ''; display: block; clear: both; }

/* --------------------------------------------------
	common
-------------------------------------------------- */
body {
	color: #fff;
	background: linear-gradient(-130deg, rgba(3, 30, 92, 1) 0%, rgba(4, 34, 105, 1) 10%, rgba(3, 29, 89, 1) 30%, rgba(4, 11, 28, 1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
}
.body-wrap {
	width: 1000px;
	margin: 0 auto;
}

section{
	margin: 35px 0;
	padding-top: 45px;
}

.h2-wrap {
	margin-bottom: 15px;
	position: relative;
}
.h2-wrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
h2{
	padding: 0 15px 0 15px;
	height: 48px;
	display: inline-block;
	color: #fff;
	border-top: solid 1px #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.05em;
	background : linear-gradient( rgba(0, 1, 18, 1) 0%, rgba(1, 7, 28, 1) 4.51%, rgba(4, 24, 55, 1) 12.22%, rgba(9, 51, 100, 1) 22.18%, rgba(16, 89, 161, 1) 34.02%, rgba(25, 136, 238, 1) 47.31%, rgba(27, 146, 255, 1) 50%, rgba(23, 125, 221, 1) 53.82%, rgba(17, 93, 168, 1) 60.5%, rgba(12, 65, 122, 1) 67.28%, rgba(8, 42, 84, 1) 74%, rgba(4, 24, 55, 1) 80.67%, rgba(2, 11, 35, 1) 87.26%, rgba(0, 4, 22, 1) 93.74%, rgba(0, 1, 18, 1) 100%);
	position: relative;
	z-index: 2;
}
h2::before {
	content: '';
	display: block;
	width: 16px;
	height: calc(100% + 1px);
	background: #fff;
	clip-path: polygon(0 0, 1px 0, 100% 100%, 0% 100%);
	position: absolute;
	top: -1px;
	right: -16px;
}
h2::after {
	content: '';
	display: block;
	width: 15px;
	height: 100%;
	background : linear-gradient( rgba(0, 1, 18, 1) 0%, rgba(1, 7, 28, 1) 4.51%, rgba(4, 24, 55, 1) 12.22%, rgba(9, 51, 100, 1) 22.18%, rgba(16, 89, 161, 1) 34.02%, rgba(25, 136, 238, 1) 47.31%, rgba(27, 146, 255, 1) 50%, rgba(23, 125, 221, 1) 53.82%, rgba(17, 93, 168, 1) 60.5%, rgba(12, 65, 122, 1) 67.28%, rgba(8, 42, 84, 1) 74%, rgba(4, 24, 55, 1) 80.67%, rgba(2, 11, 35, 1) 87.26%, rgba(0, 4, 22, 1) 93.74%, rgba(0, 1, 18, 1) 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
	top: 0;
	right: -14.5px;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
header h1 {
	margin: 30px 0;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
header h1 span {
	margin: 0 10px;
	font-size: 2.0rem;
}


/* --------------------------------------------------
	#movie
-------------------------------------------------- */
#movie {
	padding-top: 0;
}

/* --------------------------------------------------
	#news
-------------------------------------------------- */
#news .h2-wrap {
	display: flex;
	align-items: center;
}
#news .date {
	padding-left: 30px;
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.0;
}
#news .flex {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
#news .flex img {
	margin-left: 10px;
}
#news img {
	max-width: 100%;
}

/* --------------------------------------------------
	#rules
-------------------------------------------------- */
#rules ul {
	list-style: none;
}
#rules li {
	margin-bottom: 15px;
	display: flex;
	font-size: 1.4rem;
}
#rules li::before {
	content: '●';
}

/* --------------------------------------------------
	#link
-------------------------------------------------- */
#link ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
#link li {
	width: 19%;
}
#link li img {
	width: 100%;
	height: auto;
}

footer {
	margin: 50px 0;
}

@media screen and (max-width: 1024px) {
	.body-wrap {
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) { 
	section {
		padding-top: 20px;
	}
	header h1 {
		display: block;
		font-size: 3.0rem;
	}
	header h1 span {
		display: block;
	}
	h2 {
		font-size: 2.0rem;
	}
	#news .h2-wrap {
		margin-bottom: 50px;
	}
	#news .date {
		padding-left: 0;
		position: absolute;
		bottom: -35px;
		left: 0;
		font-size: 1.8rem;
	}
	#news .flex {
		display: block;
	}
	#news .flex img {
		margin-left: 0;
		margin-top: 10px;
	}
	#link ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#link li {
		width: 46%;
		max-width: 200px;
		margin: 10px 0;
	}
	footer {
		font-size: 1.5rem;
	}
	footer p span {
		display: block;
	}
}

