@charset "UTF-8";

/* header
----------------------------------------*/
.header_btn {
	background: #F2AB39;
	width: 38rem;
	height: 6.4rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 1.6rem 3.3rem 0 0;
	margin: 0 0 0 auto;
}
.header_btn::after {
	content: '';
	display: block;
	width: 1.45rem;
	height: 1.5rem;
	background: url(../../../assets/img/icon_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.7rem;
	margin: auto 0;
	transition: transform .3s;
}
.header_btn img {
	filter: brightness(0);
	width: 28.6rem;
	margin: 0 auto .2rem;
}
@media (hover:hover) {
	.header_btn:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.header {
		opacity: 1;
		pointer-events: all;
		z-index: 2000;
	}
	.header_logo {
		width: 34.4rem;
		padding-top: 1.95rem;
	}
	.header_btn {
		width: 100%;
		height: 5.139rem;
		padding: .9rem 3.1rem 0 0;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	.header_btn img {
		margin: 0 auto;
	}
}

/* main
----------------------------------------*/
main::before {
	content: none;
}

/* mv
----------------------------------------*/
.mv::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #474747;
	opacity: .5;
	mix-blend-mode: multiply;
}
.mv_result {
	position: absolute;
	left: 0;
	right: 0;
	top: 8rem;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
	color: #fff;
}
.mv_result h1 {
	width: 70.867rem;
	height: 23.88rem;
	background: url(../img/mv_result.svg) no-repeat left top / 100% auto;
	margin: 0 auto 5.1rem;
	text-align: center;
	padding: 4.63rem 0 0;
	font-size: 10.9rem;
	line-height: 1;
}
.mv_result h1 img {
	width: 51.109rem;
	margin: 0 auto 3rem;
}
.mv_result p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6667;
	letter-spacing: .1em;
}
.mv_result p span {
	color: #F5AC38;
}
@media only screen and (max-width: 768px) {
	.mv_result {
		top: .8rem;
	}
	.mv_result h1 {
		width: 31.4rem;
		height: 10.585rem;
		margin: 0 auto 3.8rem;
		padding: 2rem 0 0;
		font-size: 4.8rem;
	}
	.mv_result h1 img {
		width: 22.646rem;
		margin: 0 auto 1.4rem;
	}
	.mv_result p {
		font-size: 1.6rem;
	}
}

/* result
----------------------------------------*/
.result_grand {
	background: #e5a135;
	padding: 8rem 2rem 11.2rem;
}
.result h2 {
	max-width: 51.55rem;
	height: 11.175rem;
	margin: 0 auto 5.21rem;
	text-align: center;
	font-size: 5rem;
	padding-top: 2.2rem;
}
.result h2::before,
.result h2::after {
	content: '';
	display: block;
	width: 3.378rem;
	height: 11.175rem;
	background: url(../img/result_ttl_bg.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	right: 0;
}
.result h2::before {
	right: auto;
	left: 0;
	transform: scale(-1, 1);
}
.result h2 > span {
	position: static;
}
.result h2 > span::before,
.result h2 > span::after {
	content: '';
	display: block;
	width: .2rem;
	height: 3.6rem;
	background: #F5AC38;
	transform: rotate(45deg);
	position: absolute;
	top: -.3rem;
	left: calc(50% + 4.1rem);
}
.result h2 > span::after {
	bottom: -.7rem;
	top: auto;
	left: calc(50% - 4.3rem);
}
.result_grand h2::before,
.result_grand h2::after {
	filter: brightness(0) invert(1);
}
.result_silver h2::before,
.result_silver h2::after {
	filter: brightness(0);
	opacity: .33;
}
.result_grand h2 span::before,
.result_grand h2 span::after {
	background: #fff;
}
.result_grand_item {
	max-width: 107.6rem;
	margin: 0 auto;
	padding: 5.4rem 3.7rem 5.6rem;
	background: rgba(255, 255, 255, .95);
}
.result_grand .result_movie {
	max-width: 79.4rem;
	margin: 0 auto;
}
.result_movie video {
	width: 100%;
	aspect-ratio: 16 / 9;
	opacity: 0;
	display: block;
	pointer-events: none;
}
.result_movie.play video {
	opacity: 1;
	pointer-events: all;
}
.result_movie figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
	transition: opacity .3s;
}
.result_movie.play figure {
	opacity: 0;
	pointer-events: none;
}
.result_movie figure::before {
	content: '';
	display: block;
	width: 12rem;
	height: 12rem;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: .5rem .5rem .5rem rgba(0, 0, 0, .2);
}
.result_movie figure::after {
	content: '';
	display: block;
	background: url(../img/result_play_icon.svg) no-repeat left top / 100% auto;
	width: 5.2rem;
	height: 6rem;
	position: absolute;
	left: 1rem;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	filter: drop-shadow(.5rem .5rem .5rem rgba(0, 0, 0, .2));
}
.result_movie figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.result_grand_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4.7rem;
	margin: 6.2rem 0 0;
}
.result_department {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.result_department img {
	width: auto;
	height: 4.5rem;
}
.result_department span {
	background: #333;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	width: 22.1rem;
	padding: .65rem 0;
	text-align: center;
}
.result_name {
	display: flex;
	align-items: flex-end;
	gap: 1.7rem;
	margin-top: 2.5rem;
}
.result_name dt {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.result_name dd {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.28;
}
.result_name dd span {
	display: block;
	font-size: 4rem;
	letter-spacing: .05em;
}
.result_ttl {
	margin-top: 2rem;
	padding-bottom: 3.4rem;
	margin-bottom: 3.9rem;
	border-bottom: .1rem solid #000;
}
.result_ttl dt {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: .4rem;
}
.result_ttl dd {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.result_theme dt {
	display: flex;
	align-items: center;
	gap: 1.7rem;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.result_theme dt span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	width: 6.4rem;
	text-align: center;
	padding: .05rem;
}
.result_theme dd {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5556;
}
.result_comment {
	margin-top: .4rem;
}
.result_comment h3 {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-size: 1.8rem;
	white-space: nowrap;
	margin-bottom: 1.6rem;
}
.result_comment h3::after {
	content: '';
	display: block;
	height: .1rem;
	flex: 1;
	background: #000;
}
.result_comment {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5714;
}
.result_comment_name {
	text-align: right;
	font-size: 1.6rem;
	margin: .1rem 0 0;
}
.result_comment_item + .result_comment_item {
	margin-top: 4.9rem;
}
.result_gold {
	padding: 6.9rem 0 0;
}
.result_item {
	max-width: 107.6rem;
	margin: 0 auto;
	padding: 4.5rem 3rem 2.5rem 6rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 4.2rem 7.8rem;
	background: rgba(255, 255, 255, .95);
}
.result_item + .result_item {
	margin-top: 4rem;
}
.result_img {
	width: 40rem;
}
.result_img_slide .slick-list {
	overflow: hidden;
}
.result_img_slide .slick-next,
.result_img_slide .slick-prev {
	display: block;
	appearance: none;
	width: 1.4rem;
	height: 2.3rem;
	border: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -2.8rem;
	overflow: hidden;
	text-indent: -99rem;
	margin: auto 0;
	background: none;
	cursor: pointer;
	outline: none;
}
.result_img_slide .slick-next::before,
.result_img_slide .slick-prev::before {
	content: '';
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	border-top: .2rem solid #000;
	border-right: .2rem solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: -.8rem;
	right: 0;
	bottom: 0;
	margin: auto;
}
.result_img_slide .slick-prev {
	right: auto;
	left: -2.8rem;
	transform: scale(-1, 1);
}
.result_img_slide figure {
	float: left;
}
.result_info {
	flex: 1;
	margin-top: -.3rem;
}
.result_info .result_department img[src$="display.svg"] {
	margin-right: .8rem;
}
.result_info .result_department img[src$="carousel.svg"] {
	margin-right: -.2rem;
}
.result_info .result_comment {
	margin-top: 5.5rem;
}
.result_info .result_comment h3 {
	margin-bottom: .9rem;
}
.result_info .result_comment_item + .result_comment_item {
	margin-top: 4.2rem;
}
.result_img_thumb {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.result_img_thumb figure {
	cursor: pointer;
	transition: opacity .3s;
}
.result_img_thumb .current img {
	opacity: .5;
}
.result_img_thumb .current::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E8E8E8;
	mix-blend-mode: multiply;
}
.result_silver {
	margin-top: 10rem;
}
.result_thinctest {
	margin-top: 10rem;
	background: #696969;
	padding: 6.3rem 0 12.6rem;
}
.result_thinctest h2 {
	color: #fff;
}
.result_thinctest_txt {
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5556;
	margin: -1rem 0 5.2rem;
}
.result_graph {
	width: 45.6rem;
	margin: 3.2rem 0 2.4rem;
}
.result_sponsor {
	background: #d9d9d9;
	padding: 10rem 0;
}
.result_sponsor .result_item {
	background: rgba(255, 255, 255, .7);
	padding-top: 3.1rem;
	padding-bottom: 4.9rem;
}
.result_sponsor .result_ttl {
	border-bottom: 0;
	margin-bottom: -1.1rem;
	padding-bottom: 0;
}
.result_sponsor_info {
	margin: 0 0 0 -2.9rem;
	background: #fff;
	display: flex;
	align-items: center;
}
.result_sponsor_info > dt {
	width: 24.4rem;
}
.result_sponsor_info > dt::after {
	content: '';
	display: block;
	width: .1rem;
	position: absolute;
	top: 1.95rem;
	bottom: 1.45rem;
	right: 0;
	background: #A0A0A0;
}
.result_sponsor_info > dd {
	flex: 1;
	padding-left: 4rem;
}
.result_sponsor_info > dd h3 {
	font-size: 2.2rem;
	margin-bottom: 1.2rem;
}
.result_sponsor_info > dd dl {
	display: flex;
	align-items: center;
}
.result_sponsor_info > dd dl dt {
	background: #000;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	width: 6.4rem;
	padding: .7rem 0;
	text-align: center;
	margin-top: -.3rem;
}
.result_sponsor_info > dd dl dd {
	flex: 1;
	padding: 0 2.2rem 0 1.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.375;
}
@media (hover:hover) {
	.result_img_thumb figure:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.result_grand {
		padding: 4.21rem 1.5rem 4.9rem;
	}
	.result h2 {
		max-width: 28.1rem;
		height: 6.4rem;
		margin: 0 auto 3.2rem;
		font-size: 2.6rem;
		padding-top: 1.3rem;
	}
	.result h2::before,
	.result h2::after {
		width: 1.891rem;
		height: 6.297rem;
	}
	.result h2 > span::before,
	.result h2 > span::after {
		height: 2rem;
		top: -.2rem;
		left: calc(50% + 2.2rem);
	}
	.result h2 > span::after {
		bottom: -.3rem;
		top: auto;
		left: calc(50% - 2.3rem);
	}
	.result_grand_item {
		padding: 3rem 1.5rem 2.4rem;
	}
	.result_grand .result_movie {
		max-width: 28rem;
	}
	.result_movie figure::before {
		width: 6rem;
		height: 6rem;
	}
	.result_movie figure::after {
		width: 2.1rem;
		height: 2.3rem;
		left: .8rem;
	}
	.result_img .result_movie {
		margin-bottom: -1.8rem;
	}
	.result_grand_box {
		display: block;
		margin: 2.6rem 0 0;
	}
	.result_name {
		margin-top: 2.3rem;
		align-items: flex-start;
	}
	.result_name dt {
		margin: 2.9rem 0 0;
	}
	.result_name dd {
		font-size: 1.6rem;
	}
	.result_name dd span {
		font-size: 3.6rem;
	}
	.result_ttl {
		padding-bottom: 2.3rem;
		margin-bottom: 3rem;
	}
	.result_ttl dt {
		margin-bottom: .8rem;
	}
	.result_ttl dd {
		line-height: 1.35;
	}
	.result_theme dt {
		font-size: 1.6rem;
	}
	.result_theme dd {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.result_comment {
		margin-top: 4rem;
	}
	.result_comment h3 {
		margin-bottom: 1.3rem;
	}
	.result_comment_name {
		margin: 1.1rem 0 0;
	}
	.result_comment_item + .result_comment_item {
		margin-top: 2rem;
	}
	.result_gold {
		padding: 4.7rem 1.5rem 0;
	}
	.result_item {
		padding: 3.2rem 1.5rem 2.5rem;
		display: block;
		background: rgba(255, 255, 255, .7);
	}
	.result_item + .result_item {
		margin-top: 3rem;
	}
	.result_img {
		width: 28rem;
		margin: 0 auto 4.4rem;
	}
	.result_img_slide .slick-next,
	.result_img_slide .slick-prev {
		width: 1rem;
		height: 1.6rem;
		right: -2rem;
	}
	.result_img_slide .slick-next::before,
	.result_img_slide .slick-prev::before {
		width: .9rem;
		height: .9rem;
		left: -.7rem;
	}
	.result_img_slide .slick-prev {
		left: -2rem;
	}
	.result_info {
		margin-bottom: -.3rem;
	}
	.result_info .result_comment {
		margin-top: 4rem;
	}
	.result_info .result_comment h3 {
		margin-bottom: 1.3rem;
	}
	.result_info .result_comment_item + .result_comment_item {
		margin-top: 2.1rem;
	}
	.result_img_thumb {
		margin-top: 1.4rem;
		gap: 1.4rem;
	}
	.result_silver {
		margin-top: 5.3rem;
		padding-inline: 1.5rem;
	}
	.result_thinctest {
		margin-top: 3.9rem;
		padding: 5.9rem 1.5rem 6.1rem;
	}
	.result_thinctest_txt {
		font-size: 1.6rem;
		line-height: 1.625;
		margin: 0 0 2rem;
		padding-top: .2rem;
	}
	.result_thinctest .result_item {
		background: rgba(255, 255, 255, .9);
	}
	.result_graph {
		width: auto;
		margin: 2.2rem 0 .8rem;
	}
	.result_sponsor {
		padding: 5.5rem 1.5rem 5rem;
	}
	.result_sponsor .result_item {
		padding-top: 1.95rem;
		padding-bottom: 5.5rem;
	}
	.result_sponsor .result_ttl {
		margin-bottom: -2rem;
	}
	.result_sponsor_info {
		margin: 0 0 2.5rem;
		padding: 0 1.6rem 1.7rem;
		display: block;
	}
	.result_sponsor_info > dt {
		width: auto;
		border-bottom: .1rem solid #707070;
		margin-bottom: 1.5rem;
	}
	.result_sponsor_info > dt img {
		width: 24.4rem;
		margin: 0 auto;
	}
	.result_sponsor_info > dt::after {
		display: none;
	}
	.result_sponsor_info > dd {
		padding-left: 0;
	}
	.result_sponsor_info > dd h3 {
		font-size: 2rem;
		text-align: center;
		margin: 0 -.5rem .6rem;
	}
	.result_sponsor_info > dd dl {
		display: block;
	}
	.result_sponsor_info > dd dl dt {
		font-size: 1.6rem;
		width: auto;
		padding: .3rem 0 .1rem;
		margin: 0 0 .8rem;
	}
	.result_sponsor_info > dd dl dd {
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

/* footer
----------------------------------------*/
.footer_contact {
	width: fit-content;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding-bottom: 5.139rem;
	}
}