body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

.game-report_wrap {
	padding: 100px 70px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.game-report_wrap {
		padding: 50px 10px;
	}
}
.game-report_wrap .game-report_section {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.game-report_wrap .game-report_section:not(:first-child) {
	margin-top: 150px;
}
@media screen and (max-width: 767px) {
	.game-report_wrap .game-report_section:not(:first-child) {
		margin-top: 80px;
	}
}
.game-report_wrap .game-report_section img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}
.game-report_wrap .player-info {
	max-width: 1000px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.game-report_wrap .player-info .review-box {
	display: none;
}

.game-report_ttl {
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.game-report_ttl {
		margin-bottom: 30px;
	}
}
.game-report_ttl img {
	width: auto;
	height: 25px;
}
@media screen and (max-width: 767px) {
	.game-report_ttl img {
		height: 22px;
	}
}

.game-report_btn {
	max-width: 390px;
	margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
	.game-report_btn {
		margin-top: 25px;
	}
}
.game-report_btn + .game-report_btn {
	margin-top: 10px;
}
.game-report_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	padding: 15px;
	background-color: #743e94;
	transition: opacity 0.3s;
	text-decoration: none;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
	.game-report_btn a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	.game-report_btn a {
		height: 45px;
		font-size: 16px;
		padding: 10px;
	}
}
.game-report_btn a img {
	width: auto;
	height: 16px;
}
@media screen and (max-width: 767px) {
	.game-report_btn a img {
		height: 14px;
	}
}

.game-report-highlight .movie {
	width: 100%;
	aspect-ratio: 560/315;
}
.game-report-highlight .movie iframe {
	width: 100%;
	height: 100%;
}

.game-report_report .img_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.game-report_report .img_wrap {
		grid-template-columns: 1fr;
		gap: 15px 0;
	}
}

.game-report_gallery .gallery_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.game-report_gallery .gallery_wrap .img {
	cursor: pointer;
}
.game-report_gallery .gallery_more {
	appearance: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 45px;
	font-style: italic;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	padding: 15px;
	border-radius: 100vh;
	background-color: #743e94;
	transition: opacity 0.3s;
	text-decoration: none;
	margin: 30px auto 0;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
	.game-report_gallery .gallery_more:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	.game-report_gallery .gallery_more {
		width: 230px;
		height: 38px;
		font-size: 16px;
		padding: 10px;
		margin-top: 25px;
	}
}
.game-report_gallery .gallery_more::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 9px 0px 9px;
	border-color: #fff transparent transparent transparent;
	margin-left: 7px;
	top: 2px;
}
@media screen and (max-width: 767px) {
	.game-report_gallery .gallery_more::after {
		border-width: 10px 7px 0px 7px;
	}
}
.game-report_gallery .share {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.game-report_gallery .share {
		margin-top: 30px;
	}
}
.game-report_gallery .share .ttl {
	position: relative;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	padding: 10px 20px;
	background-color: #fdf22d;
}
@media screen and (max-width: 767px) {
	.game-report_gallery .share .ttl {
		font-size: 18px;
		padding: 8px 15px;
	}
}
.game-report_gallery .share .ttl::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 20px 0px 20px;
	border-color: #fdf22d transparent transparent transparent;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.game-report_gallery .share .ttl::after {
		border-width: 18px 15px 0px 15px;
		bottom: -17px;
	}
}
.game-report_gallery .share .btn_wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 42px;
}
@media screen and (max-width: 767px) {
	.game-report_gallery .share .btn_wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin-top: 30px;
	}
}
.game-report_gallery .share .btn_wrap .btn_share a {
	transition: opacity 0.3s;
	text-decoration: none;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
	.game-report_gallery .share .btn_wrap .btn_share a:hover {
		opacity: 0.8;
	}
}

.game-report_next .img + .game-report_btn {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.game-report_next .img + .game-report_btn {
		margin-top: 25px;
	}
}

#cboxLoadedContent {
	margin: 0;
}