.result_detail {
	margin: 10vw 0 0;
	/* background-image: url(../img/common/bg_sp_player.jpg);
	background-image: image-set(
		url(../img/common/bg_sp_player.jpg) 1x,
		url(../img/common/bg_sp_player@2x.jpg) 2x
	);
	background-image: -webkit-image-set(
		url(../img/common/bg_sp_player.jpg) 1x,
		url(../img/common/bg_sp_player@2x.jpg) 2x
	);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain; */
}

.result_detail_wrap {
	padding: 1.5vw;
}

.result_content {
	margin: 5vw 0 0;
	padding: 0 2vw;
}

.result_header {
	margin: 0 0 5vw 0;
}

.result_header .result_title {
	margin: 0 0 5vw 0;
	color: #004098;
	font-size: clamp(1rem, 0.545rem + 2.27vw, 2.25rem);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.result_subtitle {
	margin: 0 0 1.25vw 0;
	color: #004098;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	font-weight: bold;
	text-align: center;
}

.result_info {
	color: #004098;
	font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
	font-weight: bold;
	text-align: center;
}

.result_body {
	padding: 0 0 10vw 0;
}

.result_digest {
	max-width: 95%;
	margin: 2vw auto 10vw;
	text-align: center;
}

.result_digest h3,
.r_title {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5vw;
	padding: 0 55px;
	color: #004098;
	font-size: clamp(1rem, 0.545rem + 2.27vw, 2.25rem);
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2em;
}

.result_digest h3::before,
.result_digest h3::after,
.r_title::before,
.r_title::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #004098;
}

.result_digest h3::before,
.r_title::before {
	left:0;
}
.result_digest h3::after,
.r_title::after {
	right: 0;
}

.result_digest .movie_wrap {
	position: relative;
	width: 100%;
	padding-top: calc(720 / 1280 * 100%); /* height ÷ width × 100 */
}

.movie_wrap iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.result_intro {
	padding: 0 0 5vw 0;
	text-align: center;
}

.result_intro_title {
	max-width: 95%;
	margin: 0 auto 5vw;
	border: 1px solid #ddd;
}

.result_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* max-width: 95%; */
	margin: 0 auto;	
}

.result_img img {
	max-width: 100%;
	height: auto;
}

.result_intro_text {
	margin: 0 0 3vw 0;
	padding: 0 1.5vw;
	color: #004098;
	font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
}

.result_intro_text a {
	position: relative;
	display: inline-block;
	margin: 0 0.5vw;
	padding: 0;
	background-color: #fff;
	color: #004098;
	text-decoration: underline;
	transition: 0.5s cubic-bezier(0.3, 0.71, 0.76, 0.32) 0.1s;
}

.result_intro_text a:hover {
	color: #ff9700;
}

.result_text {
	/* max-width: 95%; */
	margin: 0 auto;
	/* border: 1px solid #004098; */
	text-align: center;
	line-height: 1;
}

.result_text .prize_title {
	display: block;
	padding: 1rem 2rem;
	background-color: #004098;
	color: #fff;
	font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
	font-weight: bold;
}

.result_intro_title .result_text .prize_title {
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.result_text .p_name {
	display: block;
	padding: 1rem 2rem;
	color: #004098;
	font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	font-weight: bold;
	text-align: center;
}

.result_text .p_name .small {
	margin: 0 0 0 .5rem;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.prize_inner {
	max-width: 95%;
	margin: 0 auto 5vw;
	border: 1px solid #ddd;
}

/* Tab Section */
.tab {
	/* max-width: 1024px; */
	margin: 0 auto;
	margin: 5vw 0 0;
}

/* Tab Menu Style */
.tab_menu {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 50px;
	margin: 0;
	padding: 0;
}

.tab_menu.rb_nav {
	justify-content:center;
}

.tab_menu-item {
	list-style: none;
	width: 100%;
	margin: 0 0 5vw 0;
	padding: 10px 0;
	background-color: #fff;
	border: 2px solid #004098;
	color: #004098;
	font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
	font-weight: bold;
	text-align: center;
	line-height: 2;
	transition: color 0.5s cubic-bezier(0.3, 0.71, 0.76, 0.32) 0.1s,
		background-color 0.5s cubic-bezier(0.3, 0.71, 0.76, 0.32) 0.1s,
		transform 0.5s cubic-bezier(0.3, 0.71, 0.76, 0.32) 0.1s;
	cursor: pointer;
}

.tab_menu.rb_nav .tab_menu-item {
	width: 50%;
	margin: 0;
}

.tab_menu.rb_nav .tab_menu-item:first-child {
	border-right: 0;
}

.tab_menu-item.is-active {
	background-color: #004098;
	color: #fff;
}

/* Tab Panel Style */
.tab_panel {
	position: relative;
	width: 100%;
	margin: 3vw 0 0 0;
}

.tab_panel-box {
	display: none;
	opacity: 0;
}

.tab_panel-box .comming h2 {
	color: #333;
	font-size: clamp(1.313rem, 0.699rem + 3.07vw, 3rem);
	line-height: 1.5em;
	text-align: center;
}

.tab_panel-box.is-show {
	display: block;
	animation: fadeIn .65s cubic-bezier(.79,.02,.78,.88) forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* reader borad table */
table.reader_board {
	width: 100%;
	margin: auto;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	border: 2px solid #004098;
	border-collapse: collapse;
}

table.reader_board th,
td {
	padding: .35rem 0;
	border: 1px solid #bacdde;
	text-align: center;
}
	table.reader_board th {
	background-color: #004098;
	color: #fff;
}

table.reader_board tr:nth-child(odd) {
	background-color: #cee7fd;
}
.underpar {
	color: #ff2246;
}

.sp_img {
	display: block;
}

.pc_img {
	display: none;
}

.sp_img img,
.pc_img img {
	max-width: 100%;
	height: auto;
}


@media screen and (min-width: 768px) {
	.result_detail {
		margin: 0;
		/* background-image: url(../img/common/bg_pc_player.png);
		background-image: image-set(
		url(../img/common/bg_pc_player.png) 1x,
		url(../img/common/bg_pc_player@2x.png) 2x
		);
		background-image: -webkit-image-set(
		url(../img/common/bg_pc_player.png) 1x,
		url(../img/common/bg_pc_player@2x.png) 2x
		);
		background-repeat: no-repeat;
		background-position: center bottom; */
	}
	.result_header {
		margin: 0 0 2vw 0;
	}
	.result_header .result_title {
		margin: 0 0 1.5vw 0;
	}
	.result_header .result_subtitle {
		margin: 0 0 0.5vw 0;
	}
	.result_digest {
		max-width: 100%;
		margin-bottom: 5vw;
	}
	.result_intro {
		padding: 0;
	}
	.result_intro_title {
		margin: 0 auto 3vw;
		max-width: 100%;
	}
	.result_intro_text {
		margin: 0;
		/* text-align: center; */
	}
	.prize_container {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.prize_inner {
		margin: 0 0 3vw 0;
	}
	.result_img {
		max-width: 100%;
	}
	.result_text {
		display: grid;
		grid-template-columns: 1fr 1.5fr;
		max-width: 100%;
	}
	.result_intro_title .result_text {
		grid-template-columns: 1fr 2fr;
	}
	.p_name {
		max-width: 100%;
	}
	.result_content {
		margin: 3vw 0 0;
	}
	.tab {
		margin: 2vw 0 0;
	}
	.tab_menu.rb_nav {
		margin: 5vw 0 0;
	}
	.tab_menu-item {
		flex-basis: 32%;
		width: 32%;
		margin: 0;
	}
	.tab_menu-item:hover {
		transform: translateY( -5px );
	}
	.tab_menu.rb_nav .tab_menu-item {
		flex-basis: 50%;
		width: 50%;
	}
	.tab_menu.rb_nav .tab_menu-item:hover {
		transform: none;
	}
	.tab_panel {
		margin: 2vw 0 0 0;
	}
	.sp_img {
		display: none;
	}
	.pc_img {
		display: block;
	}
}
