/* メインビジュアル */
.top_mv{
	position: relative;
	background: url(../images/top_mv_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100dvh - 65px);
	min-height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
/* .top_mv .mv_main_copy{
	position: absolute;
	inset: 0;
	width: 100%;
	height: auto;
	margin: auto;
	padding-bottom: 24vw;
} */
.top_mv h2{
	display: block;
	position:  absolute;
	top: 50%;
	left: 24%;
	transform: translate(-20%, -50%);
	margin: 0;
	line-height: 1em;
	z-index: 1;
}
/* .top_mv h2 sub{
	vertical-align: 1.7vw;
	font-size: 4vw;
} */
/* .top_mv h2 .mv_marker{
	background: linear-gradient(transparent 0%, rgb(var(--color_main)) 0%);
	display: inline;
	padding: 0 0 6px 0;
	font-size: 8.6vw;
	color: #fff;
	line-height: 1.3;
} */
.top_mv h2 .mv_marker{
	display: inline-block;
	background-color: rgb(var(--color_main));
	padding: 2.3vw 1vw 2.3vw 1vw;
	margin: -1.8vw 0 0;
	line-height: 1em;
	font-size: 8.6vw;
	color: #fff;
}
.mv_en_copy{
	box-sizing: unset;
	position: absolute;
	inset: 0;
	width: 53.33vw;
	height: auto;
	margin: auto;
	padding: 0 37vw 114vw 0;
	z-index: 2;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* メインビジュアル PC */
	.top_mv{
		/* aspect-ratio: 1086 / 720; */
		aspect-ratio: unset;
		background: url(../images/top_mv@2x.jpg) 50% 50% no-repeat;
		background-size: cover;
		width: 100%;
		/* height: 100%; */
		height: 500px;
	}

	.top_mv h2{
		left: 30%;
		transform: translate(-10%, -50%);
	}
	/* .top_mv h2 sub{
		vertical-align: 0.7vw;
		font-size: 1.7vw;
	} */
	/* .top_mv h2 .mv_marker{
		background: linear-gradient(transparent 6%, rgb(var(--color_main)) 0%);
		padding: 0 0 7px 0;
		font-size: 2.7vw;
	} */
	.top_mv h2 .mv_marker{
		padding: 0 0.8vw 0.8vw 0.8vw;
		margin: -0.2vw 0 0 -8vw;
		font-size: 2.7vw;
	}
	/* .top_mv h2 br.tab{
		display: none;
	} */
	.mv_en_copy{
		inset: 0;
		width: 18vw;
		height: auto;
		margin: auto;
		padding: 0 31vw 25vw 0;
	}

	/* .top_mv .mv_main_copy{
		position: absolute;
		inset: 0;
		width: 77.35%;
		max-width: 840px;
		padding-bottom: 0;
	} */
}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* メインビジュアル TAB */
	.top_mv h2 {
		top: 50%;
		left: 44%;
		transform: translate(-44%, -50%);
	}
	.top_mv h2 .mv_marker{
		padding: 0.8vw 0.8vw 0.8vw 0.8vw;
		margin: -0.5vw 0 0;
		/* font-size: 4vw; */
	}
	/* .top_mv h2 sub {
		vertical-align: 0.7vw;
	} */
	.mv_en_copy{
		padding: 0 31vw 32vw 0;
	}
}
@media (orientation: landscape) and (min-width: 519px) and (max-width: 896px) { /*スマホ横向き用*/
	.top_mv{
		min-height: 440px;
	}
	.top_mv h2 {
		top: 50%;
		left: 44%;
		transform: translate(-44%, -50%);
	}
	.top_mv h2 .mv_marker{
		padding: 0.8vw 0.8vw 0.8vw 0.8vw;
		margin: -0.5vw 0 0;
		font-size: 4vw;
	}
	/* .top_mv h2 sub {
		vertical-align: 0.7vw;
		font-size: 2vw;
	} */
	.mv_en_copy {
		width: 22vw;
		padding: 0 33vw 49vw 0;
	}
}

/* トップ システムバナー */
.top_systems{
	padding-top: 30px;
}
.top_systems_inner{}
.top_systems_read{
	text-align: center;
	font-family: var(--font_noto);
	font-size: 0.687rem;
	font-weight: 700;
	line-height: 2;
}

.top_systems_wrap{
	gap: 50px 0;
	width: 100%;
	margin-top: 40px;
}
.top_systems_wrap .item{
	width: 100%;
}
.top_systems_wrap .item img{
	width: 100%;
	height: auto;
}
.top_systems_wrap .item .box{
	padding: 0 14%;
	margin-top: 20px;
}
.top_systems_wrap .item .en_title{
	font-family: var(--font_en);
	font-weight: 400;
	color: rgb(var(--color_gray));
	font-size: 2rem;
	line-height: 1.2;
}
.top_systems_wrap .item h2{
	margin-top: 10px;
	font-size: 1.125rem;
	font-weight: 700;
}
.top_systems_wrap .item .txt{
	margin-top: 10px;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.4;
}
.top_systems_wrap .item .more_btn{
	margin-top: 20px;
}
.top_systems_wrap .item_gamecenter{}
.top_systems_wrap .item_bzn{}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* トップ システムバナー PC */
	.top_systems{}
	.top_systems_inner{}
	.top_systems_read{
		padding: 0 40px;
		font-size: 1rem;
	}

	.top_systems_wrap{
		gap: 70px 0;
		width: 100%;
		margin: 70px auto 0;
	}
	.top_systems_wrap .item{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		gap: 0 5.52%;
		width: 100%;
	}
	.top_systems_wrap .item picture{
		width: 57.09%;
	}
	.top_systems_wrap .item .top_systems_img{
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		margin-top:0;
	}
	.top_systems_wrap .item .box{
		width: 290px;
		padding: 0 0 20px;
		margin-top: 0;
	}
	.top_systems_wrap .item:nth-of-type(even){
		justify-content: flex-end;
	}
	.top_systems_wrap .item:nth-of-type(even) picture{
		order: 2;
	}
	.top_systems_wrap .item:nth-of-type(even) .box{
		order: 1;
	}
	.top_systems_wrap .item .en_title{
		font-family: var(--font_en);
	}
	.top_systems_wrap .item h2{
		margin-top: 10px;
		font-size: 1.125rem;
		font-weight: 700;
	}
	.top_systems_wrap .item .txt{
		margin-top: 10px;
		font-weight: 500;
		font-size: 0.875rem;
		line-height: 1.4;
	}
	.top_systems_wrap .item .more_btn{
		margin-top: 20px;
	}
	.top_systems_wrap .item_gamecenter{}
	.top_systems_wrap .item_bzn{}
}
@media screen and (min-width: 769px) and (max-width: 1040px){ /* Tablet用 メディアクエリー */
	.top_systems_wrap .item{
		align-items: center;
		gap: 20px 4%;
	}
	.top_systems_wrap .item picture{
		width: 48%;
	}
	.top_systems_wrap .item .box{
		width: 48%;
		padding: 0 5% 0 0;
	}
}


/* トップ ニュース */
.top_news{
	background: url(../images/top_news_bg_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 10% 5%;
	margin-top: 40px;
}
.top_news .top_news_inner{
}
.top_news h2{
	text-align: center;
	color: rgb(var(--color_main));
	font-size: 2rem;
	line-height: 1;
}
.top_news .news_lists{
	background-color: #fff;
	padding: 10% 8%;
	margin-top: -20px;
}
.top_news .news_lists_inner{
	height: 360px;
	padding: 0 15px 0 0;
	overflow: auto;
}
.top_news .news_lists ul{
	gap: 20px 0;
}
.top_news .news_lists li{
	font-size: 0.812rem;
	line-height: 1.7;
}
.top_news .news_lists li .date{
	display: block;
	color: rgb(var(--color_main));
	font-weight: 500;
}
.top_news .contact_btn{
	margin-top: 30px;
}

/* simplebar用 */
.simplebar-track {
	/* バーの背景*/
	background: #e6e6e6;
	border-radius: 0;
	width: 4px !important;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
	opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
	/* バーの本体*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	background: rgb(var(--color_main));
	width: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1180px) { /* Tablet用 メディアクエリー */ 
	/* トップ ニュース TAB */

}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* トップ ニュース PC */
	.top_news{
		background: url(../images/top_news_bg.jpg) 50% 50% no-repeat;
		background-size: cover;
		padding: 100px 40px;
		margin-top: 100px;
	}
	.top_news h2{
		font-size: 2.5rem;
	}

	.top_news .news_lists{
		padding: 50px;
		margin: -20px auto 0;
	}
	.top_news .news_lists_inner{
		height: 250px;
		padding: 0 15px 0 0;
	}
	.top_news .news_lists ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0;
		width: 100%;
		font-size: 0.875rem;
	}
	.top_news .news_lists li{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0 20px;
		width: 100%;
		font-size: 0.875rem;
	}
	.top_news .news_lists li .txt{
		width: 610px;
	}
	.top_news .news_lists li .date{
		display: inline-block;
		width: 75px;
		margin: 0;
		font-weight: 400;
	}
	.top_news .contact_btn{
		max-width: 850px;
		margin: 30px auto 0;
	}

	/* simplebar用 */
	.simplebar-track {
		/* バーの背景*/
		width: 8px !important;
	}
	.simplebar-track .simplebar-scrollbar::before{
		/* バーの本体*/
		width: 8px;
	}
}
