@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	/* font-family: 'Jost', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; */
	letter-spacing: 0.1em;
}


img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/* wide */
.w980 {
	max-width: 980px;
	width: 90%;
}

/*============================
#mv_wrap
============================*/
section#mv_wrap div.contest {
	position: relative;
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #C1C1C1;
}
section#mv_wrap div.contest div.title_area {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
section#mv_wrap div.contest div.title_area h2 {
	margin-bottom: 16px;
	font-size: 45px;
	letter-spacing: 0.05em;
}
section#mv_wrap div.contest div.title_area p {
	font-weight: 500;
	color: #BB2929;
	font-size: 20px;
}
@media screen and (max-width: 1200px) {
	section#mv_wrap div.contest div.title_area h2 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 3px;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: calc((20 / 1200) * 100vw);
	}
}
@media only screen and (max-width: 767px){
	section#mv_wrap div.contest div.title_area h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.0;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: 13px;
	}
}


#mv_wrap .contest .title_area {
	margin-bottom: 40px;
}
#mv_wrap .contest .txt01 {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
section#mv_wrap div.contest {
	height: 120px;
}
#mv_wrap .contest .title_area {
	margin-bottom: 20px;
}
#mv_wrap .contest .txt01 {
	font-size: calc(18/750*100vw);
}
}


/*============================
 sec_performance
============================*/
#sec_performance {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 160px;
}
#sec_performance .title_area {
	padding-top: 50px;
}
#sec_performance .title_area h3 {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-bottom: 60px;
}
#sec_performance .title_area p {
	margin-bottom: 40px;
}
#sec_performance .title_area .red {
	color: #BB2929;
}
#sec_performance .title_area .mid {
	letter-spacing: 0.01em;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
#sec_performance {
    margin: 0 5% 80px;
    width: auto;
}
#sec_performance .title_area {
	padding-top: 50px;
}
#sec_performance .title_area h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
#sec_performance .title_area p {
	margin-bottom: 10px;
}
#sec_performance .title_area .mid {
	font-size: 18px;
	line-height: 1.5;
	display: inline-block;
}

}

/*============================
	table_wrap
============================*/
.table_wrap table {
	width: 100%;
	margin: 130px auto 150px;
}
.table_wrap table ,.table_wrap td,.table_wrap th {
	border: none;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
.table_wrap td, .table_wrap th {
	padding: 3px;
}
.table_wrap table tr.odd {
	background-color: #F5F5F5;
}
.bor {
	border-left: 2px dotted #DFDDDD;
	border-right: 2px dotted #DFDDDD;
}

.h230 {
	height: 230px;
}
.h198 {
	height: 198px;
}
.h100 {
	height: 100px;
}
.h80 {
	height: 80px;
}

.table_wrap table tr td:nth-of-type(1) {
	width: 180px;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.table_wrap table tr td:nth-of-type(4),
.table_wrap table tr td:nth-of-type(2),
.table_wrap table tr td:nth-of-type(3) {
	width: 310px;
}

.table_wrap table tr:nth-of-type(1) p {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.table_wrap table tr:nth-of-type(1) p.value {
	color: #006FBC;
}
.table_wrap table tr:nth-of-type(1) p.value span {
	color: #F39700;
}
.table_wrap table tr:nth-of-type(1) p.high {
	color: #003B7A;
}
.table_wrap table tr:nth-of-type(1) p.plem {
	color: #920783;
}

/* table内, ボタン要素のスタイル */
.btm_sm {
	width: 265px;
	margin: auto;
	position: relative;
}
.btm_lg {
	width: 880px;
	margin: auto;
}
.btm_sm a {
	display: block;
	width: 100%;
	height: 125px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.btm_lg a {
	display: block;
	width: 100%;
	height: 125px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	color: #532107;
	position: relative;
	background-color: #fff;
	border: 2px solid #532107;
}
.btm_sm a span.arrow,
.btm_lg a span.arrow {
	content: '';
	position: absolute;
	right: 10px;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
} 
.btm_sm a span.arrow::before,
.btm_sm a span.arrow::after,
.btm_lg a span.arrow::before,
.btm_lg a span.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btm_sm a span.arrow.circle::before,
.btm_lg a span.arrow.circle::before {
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.btm_lg a span.arrow.circle::before {
	background-color: #874E28;
	right: 280px;
}
.btm_sm a span.arrow.circle::after,
.btm_lg a span.arrow.circle::after {
	right: 11.5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btm_lg a span.arrow.circle::after {
	right: calc(280px + 11.5px);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.set01 .btm_sm a {
	color: #fff;
}
.set01 .btm_sm a.orange {
	background-color: #F39700;
}
.set01 .btm_sm a.orange span.arrow.circle::after {
	border-top: 2px solid #F39700;
	border-right: 2px solid #F39700;
}
.set01 .btm_sm a.blue {
	background-color: #003B7A;
}
.set01 .btm_sm a.blue span.arrow.circle::after {
	border-top: 2px solid #003B7A;
	border-right: 2px solid #003B7A;
}
.set01 .btm_sm a.parple {
	background-color: #920783;
}
.set01 .btm_sm a.parple  span.arrow.circle::after {
	border-top: 2px solid #920783;
	border-right: 2px solid #920783;
}
.set02 .btm_sm a {
	background-color: #fff;
}
.set02 .btm_sm a.orange {
	color: #F39700;
	border: 2px solid #F39700;
}
.set02 .btm_sm a.blue {
	color: #003B7A;
	border: 2px solid #003B7A;
}
.set02 .btm_sm a.parple {
	color: #920783;
	border: 2px solid #920783;
}
.set02 .btm_sm a.orange  span.arrow.circle::before {
	background-color: #F39700;
}
.set02 .btm_sm a span.arrow.circle::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.set02 .btm_sm a.blue  span.arrow.circle::before {
	background-color: #003B7A;
}
.set02 .btm_sm a.parple  span.arrow.circle::before {
	background-color: #920783;
}

@media screen and (max-width: 1250px) {
	.table_wrap table {
		margin: 10.4vw auto 12vw;
	}
	.table_wrap table tr td:nth-of-type(1) {
		width: 14.4vw;
		font-size: calc((30 / 1250) * 100vw);
	}
	.table_wrap table tr td:nth-of-type(4),
	.table_wrap table tr td:nth-of-type(2),
	.table_wrap table tr td:nth-of-type(3) {
		width: 24.8vw;
	}
	.table_wrap table tr:nth-of-type(1) p {
		font-size: calc((24 / 1250) * 100vw);
	}
	.btm_sm {
		width: 21.2vw;
	}
	.btm_lg {
		width: 70.4vw;
	}
	.btm_sm a {
		font-size: calc((20 / 1250) * 100vw);
	}
	.btm_lg a {
		font-size: calc((20 / 1250) * 100vw);
	}
	.btm_lg a span.arrow.circle::before {
		right: 22.4vw;
	}
	.btm_lg a span.arrow.circle::after {
		right: 23.32vw;
	}
}
@media screen and (max-width: 767px) {
	.table_wrap {
		display: none;
	}
}



/*============================
	category_wrap
============================*/
.category_wrap {
	display: none;
}
@media screen and (max-width: 767px) {
	.category_wrap {
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		margin-top: 65px;
	}
	.category_wrap .jump_box {
		padding: 15px 20px 30px;
		background-color: #F5F5F5;
		border-radius: 20px;
	}
	.category_wrap .jump_box h3 {
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.category_wrap .jump_box ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	.category_wrap .jump_box ul li.btn {
		width: 100%;
		padding: 15px 0;
	}
	.category_wrap .jump_box ul li.btn.bg_w {
		background-color: #fff;
	}

	.category_wrap .jump_box ul li.btn.orange {
		background-color: #F39700;
	}
	.category_wrap .jump_box ul li.btn.blue {
		background-color: #003B7A;
	}
	.category_wrap .jump_box ul li.btn.parple {
		background-color: #920783;
	}
	.category_wrap .jump_box ul li.btn.orange_o {
		border: 2px solid #F39700;
	}
	.category_wrap .jump_box ul li.btn.blue_o {
		border: 2px solid #003B7A;
	}
	.category_wrap .jump_box ul li.btn.parple_o {
		border: 2px solid #920783;
	}
	.category_wrap .jump_box ul li.btn.brown_o {
		border: 2px solid #532107;
		padding: 30px 0;
	}

	.category_wrap .jump_box ul li a {
		display: block;
		position: relative;
	}
	.category_wrap .jump_box ul li a .tag_flex {
		display: flex;
		justify-content: center;
		gap: 0 6px;
		margin-bottom: 8px;
	}
	.category_wrap .jump_box ul li a .tag_flex p {
		width: fit-content;
		padding: 3.5px 10px 4px;
		background-color: #fff;
		border-radius: 38px;
		font-size: 12px;
		font-weight: bold;
	}
	.category_wrap .jump_box ul li.bg_w a .tag_flex p {
		color: #fff;
	}
	.category_wrap .jump_box ul li.bg_w a .tag_flex p.bg_b {
		background-color: #006FBC;
	}
	.category_wrap .jump_box ul li.bg_w a .tag_flex p.bg_o {
		background-color: #F39700;
	}
	.category_wrap .jump_box ul li.bg_w a .tag_flex p.bg_bb {
		background-color: #003B7A;
	}
	.category_wrap .jump_box ul li.bg_w a .tag_flex p.bg_p {
		background-color: #920783;
	} 
	.category_wrap .jump_box ul li a p.ttl {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-align: center;
	}
	.category_wrap .jump_box ul li.btn.orange_o a p.ttl {
		color: #F39700;
	}
	.category_wrap .jump_box ul li.btn.blue_o a p.ttl {
		color: #003B7A;
	}
	.category_wrap .jump_box ul li.btn.parple_o a p.ttl {
		color: #920783;
	}
	.category_wrap .jump_box ul li.btn.brown_o a p.ttl {
		color: #532107;
	}
	.category_wrap .jump_box ul li a span {
		content: '';
		position: absolute;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background: #fff;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}
	.category_wrap .jump_box ul li.orange_o a span {
		background-color: #F39700;
	}
	.category_wrap .jump_box ul li.blue_o a span {
		background-color: #003B7A;
	}
	.category_wrap .jump_box ul li.parple_o a span {
		background-color: #920783;
	}
	.category_wrap .jump_box ul li.brown_o a span {
		background-color: #532107;
	}

	.category_wrap .jump_box ul li a span::before {
		content: '';
		position: absolute;
		top: 10px;
		right: 12px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.category_wrap .jump_box ul li.orange a span::before {
		border-top: 1px solid #F39700;
		border-right: 1px solid #F39700;
	}
	.category_wrap .jump_box ul li.blue a span::before {
		border-top: 1px solid #003B7A;
		border-right: 1px solid #003B7A;
	}
	.category_wrap .jump_box ul li.parple a span::before {
		border-top: 1px solid #920783;
		border-right: 1px solid #920783;
	}
	.category_wrap .jump_box ul li.bg_w a span::before {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
@media screen and (max-width: 500px) {
	.category_wrap .jump_box ul li a .tag_flex p {
		font-size: 10px;
	}
	.category_wrap .jump_box ul li a p.ttl {
		font-size: 12px;
	}
	.category_wrap .jump_box ul li a span {
		width: 21px;
		height: 21px;
		right: 10px;
	}
	.category_wrap .jump_box ul li a span::before {
		top: 8px;
		right: 9px;
		width: 4px;
		height: 4px;
	}
}

/*=======================================
　sec_movie
=======================================*/

.sec_movie {
	margin-top: 156px;
	margin-bottom: 156px;
}

.movie_area {
	width: 850px;
	margin: 0 auto;
}

.movie_area div {
	position: relative;
	padding-bottom: 56.25%;
}

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

@media only screen and (max-width: 767px){

	.movie_area {
		width: 100%;
	}

	.sec_movie {
		margin-top: 78px;
		margin-bottom: 78px;
	}


}
