html {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
}

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

.u-font--big {
	font-size: calc(40 / 30 * 1em);
}

.u-font--small {
	font-size: calc(22 / 28 * 1em);
}

.u-font--regular {
	font-weight: 400;
}

.u-font--bold {
	font-weight: 700;
}

.u-color--yellow {
	color: #ffff11;
}

.u-color--brown {
	color: #b26415;
}

.u-color--red {
	color: #af000c;
}

.u-color--blue {
	color: #0192b6;
}

.u-hide--sp {
	display: none !important;
}

.c-mv {
	margin: 0 auto;
	width: 960px;
}

.c-mv__outer {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3162a1), color-stop(50%, #ec9e00));
	background: -webkit-linear-gradient(left, #3162a1 50%, #ec9e00 50%);
	background: linear-gradient(90deg, #3162a1 50%, #ec9e00 50%);
}

.c-hdg1 {
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	background-color: #080403;
	box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	padding: 50px 0;
	text-align: center;
}

.c-hdg2 {
	background: url(../images/hdg2_bg.png) no-repeat center/cover;
	font-size: 4rem;
	line-height: 1.1;
	padding: 10px 0;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.c-hdg3 {
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
	text-shadow: 0px 0px 10px #0065e9, 0px 0px 50px #71acff;
}

.c-hdg4 {
	border-bottom: 2px solid #0192b6;
	color: #000;
	display: inline-block;
}

.c-hdg4__box {
	background: #0192b6;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
}

.c-hdg4__text {
	padding: 15px 20px;
}

.c-hdg4__annotation {
	display: inline-block;
	font-size: 1rem;
}

.c-hdg4__annotation span {
	display: inline-block;
	text-indent: -2em;
}

.c-text1 {
	font-size: 1.6rem;
	font-weight: 400;
}

.c-text3 {
	color: #5a5a5a;
	font-size: 1.6rem;
	line-height: 1.5;
}

.c-btn1 {
	-webkit-transition: opacity 0.3s;
	bottom: 20px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 60px;
	transition: opacity 0.3s;
	visibility: visible;
	z-index: 6;
}

.c-btn1:hover {
	opacity: 0.7;
}

.p-top {
	-webkit-font-feature-settings: "palt" 1;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3162a1), color-stop(50%, #ec9e00));
	background: -webkit-linear-gradient(left, #3162a1 50%, #ec9e00 50%);
	background: linear-gradient(90deg, #3162a1 50%, #ec9e00 50%);
	color: #fff;
	font-feature-settings: "palt" 1;
	font-weight: 500;
	letter-spacing: 0.06em;
	overflow: hidden;
}

.p-top__container {
	position: relative;
}

.p-top1__box1 {
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	margin: 40px auto 0;
	width: 780px;
}

.p-top1__box1__container {
	background-color: #fff;
	color: #000;
	font-size: 2.8rem;
	line-height: 1.5;
	padding: 30px 0;
	text-align: center;
}

.p-top1__box1__container .c-text1 {
	color: #5a5a5a;
	margin-top: 15px;
}

.p-top1__box2 {
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	font-size: 2.8rem;
	line-height: 1.5;
	margin: 60px auto 0;
	text-align: center;
	width: 960px;
}

.p-top1__box2 .c-hdg2 .small {
	font-size: 3rem;
}

.p-top1__box2__container {
	background-color: #fff;
	padding: 30px 0;
}

.p-top1__box2__container .c-text3 {
	padding: 0 30px;
	text-align: left;
}

.p-top1__box3 {
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	box-shadow: 0px 0px 100px 0px rgba(0, 9, 19, 0.6);
	font-size: 2.8rem;
	line-height: 1.5;
	margin: 60px auto 0;
	text-align: center;
	width: 960px;
}

.p-top1__box3__container {
	background-color: #fff;
	padding: 30px 0 0;
}

.p-top1__box3__container .c-text3 {
	padding: 0 30px;
	text-align: left;
}

.p-top .p-top2 {
	margin: 60px auto 0;
	width: 960px;
}

.p-top .p-top2__lineup:not(:first-child) {
	margin-top: 80px;
}

.p-top .p-top2__list {
	display: grid;
	gap: 45px 30px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 40px;
}

.p-top .p-top2__list a {
	display: grid;
	gap: 15px;
}

.p-top .p-top2__list a img {
	-webkit-box-shadow: 0 0 100px rgba(0, 9, 19, 0.6);
	box-shadow: 0 0 100px rgba(0, 9, 19, 0.6);
	width: 100%;
}

.p-top .p-top2__list a p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	text-shadow: 0 0 100px rgba(0, 9, 19, 0.6);
}

.p-top .p-top2__footer {
	padding: 70px 0;
	text-align: center;
	width: 100%;
}

.p-top .p-top2__footer a {
	-webkit-transition: opacity 0.3s;
	display: inline-block;
	transition: opacity 0.3s;
}

.p-top .p-top2__footer a:hover {
	opacity: 0.7;
}

@media (hover: hover) {

.p-top .p-top2__list a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-top .p-top2__list a:hover {
	opacity: 0.7;
}

}

@media print {

.onetag,
.player-box,
img {
	display: none;
}

}

