@charset "utf-8";

/* ---------------------------------------------------------
		共通
---------------------------------------------------------*/

html,
body {
	height: 100%;
}

html {
	scroll-behavior: smooth;
}
body {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
/* ロード時にホワイトアウト*/
body::before {
	content: "";
	display: inline-block;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 120;
	background: rgba(0, 0, 0, 0);
	transition: background 0.3s ease-out;
}
body.on_view::before {
	background-color: #ffffff;
}
img {
	max-width: 100%;
	width: auto;
	vertical-align: top;
}

a {
	text-decoration: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dis_bro {
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 959px) {
	.for_pc {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.for_sp {
		display: none;
	}
}

/* ---------------------------------------------------------
	header_area
---------------------------------------------------------*/
.header_area {
	display: none;
	position: absolute;
	top: 0;
	right: calc(1.5% + 60px);
	z-index: 10;
	padding: 60px 60px 50px;
	box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.12), 2px 2px 8px rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	box-sizing: border-box;
}

.header_area a {
	transition: 0.1s;
}

.header_area .logo_box {
	max-width: 90px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}
.header_area .logo_box a:hover {
	opacity: 0.7;
}
.header_area .navi_list .navi_item.-parent {
	display: block;
	margin-left: 27px;
	text-indent: -27px;
}
.header_area .navi_list .navi_item.-child {
	margin-left: 30px;
}
.header_area .navi_list a:hover {
	opacity: 0.6;
}

@media screen and (min-width: 1200px) {
	.header_area {
		display: block;
	}
	.header_area .navi_list {
		margin-top: 50px;
	}
	.header_area .navi_list .navi_item {
		padding: 10px 0;
	}
	.header_area .navi_list .navi_item a {
		font-size: 16px;
		font-weight: bold;
		color: #000000;
	}
	.header_area .navi_list .navi_item a::before {
		content: "ー";
		margin-right: 10px;
		font-weight: 300;
	}
}


/* ---------------------------------------------------------
	footer
---------------------------------------------------------*/
footer {
	padding: 20px 20px 30px;
}
footer .copy_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	row-gap: 1px;
	column-gap: 20px;
}

footer .copy_item01 {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 325px;
}

footer .copy_topic {
	width: 80px;
	height: 80px;
	background-color: #333333;
	padding: 28px 10px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	color: #fff;
}
footer .copy_info {
	flex: 1;
	height: 80px;
	background-color: #fff;
	color: #333333;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
footer .copy_info a,
footer .copy a {
	color: #333333;
	transition: 0.1s;
}
footer .copy_info a:hover,
footer .copy a:hover {
	opacity: 0.8;
}
footer .copy_info img {
	max-width: 139px;
}
footer .copy {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

@media screen and (min-width: 960px) {
	footer {
		padding: 60px 0 80px;
	}
	footer .copy_container {
		flex-direction: row;
	}
	footer .copy_container .copy_item01 {
		max-width: 300px;
	}
	footer .copy {
		margin-top: 30px;
	}
}


/* ---------------------------------------------------------
	mainarea
---------------------------------------------------------*/
.mainarea {
	width: 100%;
	max-width: 1800px;
	padding: 40px 20px 60px;
	margin: 0 auto;
}

.secondary_body {
	background-color: #E5E5E5;
}
.secondary_body .mainarea {
	padding-top: 40px;
	padding-bottom: 30px;
}


.area_thumb {
	/* 共通 */
	position: absolute;
	top: 36px;
	left: 30px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2.88px;
	color: #ffffff;
}
.area_thumb::before {
	content: "ー";
	margin-right: 10px;
	font-weight: 100;
}

.secondary_main_title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (min-width:960px) {

	.mainarea {
		padding-top: 100px;
		padding-bottom: 140px;
	}
	.secondary_body .mainarea {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.secondary_main_title {
		margin-bottom: 60px;
	}
	.area_thumb {
		top: 66px;
	}
}

/* ---------------------------------------------------------
	fv_area
---------------------------------------------------------*/
.fv_area {
	position: relative;
	width: 100%;
	height: calc(100vw * 0.563); /* 16:9の比率で高さを設定 */
	min-height: 700px;
	max-height: 100vh;
}
.fv_area .logo_img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 50%;
	max-width: 252px;
	margin: auto;
}
.fv_area .slider_container ,
.fv_area .slider_container .swiper {
	height: 100%;
}
.fv_area .slider_container .swiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------------------------------------------------------
	fv_area
---------------------------------------------------------*/

.desc_area .title_area {
	margin-bottom: 60px;
	text-align: center;
}
.desc_area .title_area .desc_main_title {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}

.desc_container .desc_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.desc_box.-img01 .desc_box_img   { background-image: url(../images/img_desc_bg_main_01.jpg); }
.desc_box.-img01 .desc_box_inner { background-image: url(../images/img_desc_bg_01.jpg); }
.desc_box.-img02 .desc_box_img   { background-image: url(../images/img_desc_bg_main_02.jpg); }
.desc_box.-img02 .desc_box_inner { background-image: url(../images/img_desc_bg_02.jpg); }
.desc_box.-img03 .desc_box_img   { background-image: url(../images/img_desc_bg_main_03.jpg); background-position: center bottom; }
.desc_box.-img03 .desc_box_inner { background-image: url(../images/img_desc_bg_03.jpg); }

.desc_box .desc_box_img {
	flex: 1 1 100%;
	background: #C9C9C9;
	background: #ccc no-repeat center center / cover;

	padding-top: 470px;
}
.desc_box .desc_box_inner {
	flex: 1 1 100%;
	background: #C9C9C9;
	background: #ccc no-repeat center center / cover;

	display: flex;
	align-items: center;
	width: 80%;
	margin-left: auto;
	padding: 50px 30px;
	line-height: 2;
	color: #fff;
}
.desc_box .desc_title {
	padding-left: 24px;
	border-left: 5px solid;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
}
.desc_box .desc_title.-game01 { border-color: #ffde5d; }
.desc_box .desc_title.-game02 { border-color: #39a5ff; }
.desc_box .desc_title.-game03 { border-color: #ff656f; }
.desc_box .desc_text {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.desc_box .desc_rule {
	margin-top: 11px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc_box .rule_list {
	list-style: disc;
	margin-left: 1.6em;
	font-size: 16px;
}
.desc_box .result_link {
	display: inline-block;
	position: relative;
	margin-top: 50px;
	padding: 4px 46px 7px 20px;
	border-radius: 30px;
	background: rgb(255 255 255 / 25%);
	font-size: 16px;
	color: inherit;
}
.desc_box .result_link:hover {
	opacity: 0.8;
}

.desc_box .result_link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	display: block;
	width: 7px;
	height: 7px;
	margin-top: auto;
	margin-bottom: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

@media screen and (min-width:960px) {
	.desc_container .desc_box {
		flex-wrap: nowrap;
	}
	.desc_container .desc_box .desc_box_img{
		clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
		flex: 0 0 32%;
		margin-right: -5%;
		padding-top: 0;
	}
	.desc_container .desc_box .desc_box_inner{
		flex: 0 0 73%;
		min-height: 700px;
		padding: 50px 4.2% 50px 8.4%;
	}
}

/* ---------------------------------------------------------
	top_area
---------------------------------------------------------*/
.top_area {
	position: relative;
	width: 100%;
	min-height: 860px;
	background-color: #5293d2;
}
.top_area .flex_container {
	position: relative;
	z-index: 1;
}
.top_area .catch_box {
	width: 100%;
	padding: 167px 0 162px;
	background-image: url(../images/main_bg.jpg);
	background-size: 100% auto;
	background-position: center 100%;
	background-repeat: no-repeat;
}
.top_area .catch_box img {
	max-width: 50px;
	transform: translateX(10px);
	margin: 0 auto;
	display: block;
}
.top_area .text_box {
	color: #ffffff;
	/* padding: 20px 20px 45px; */
	padding: 20px;
}
.top_area .text_box .top_title {
	width: 100%;
	max-width: 512px;
	margin-top: 15px;
	opacity: 0.4;
}
.top_area .text_box .sub_title {
	margin-top: 45px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
.top_area .text_box .sub_text {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}
@media screen and (min-width: 960px) {
	.top_area {
		background-image: url(../images/main_bg.jpg); /*背景画像*/
		background-size: 100% auto;
		background-position: center 80%;
		background-repeat: no-repeat;
	}
	.area_thumb {
		top: 40px;
		left: 40px;
	}
	.top_area .area_thumb {
		position: absolute;
		top: 40px;
		left: 40px;
		padding: 0;
	}
	.top_area .flex_container {
		display: flex;
		flex-direction: row;
	}
	.top_area .catch_box {
		width: 15%;
		max-width: 106px;
		margin: 115px 4% 0 5%;
		padding: 0;
		background-image: none;
	}
	.top_area .catch_box img {
		margin: 0;
		width: 100%;
		max-width: 140px;
		transform: translateX(0);
	}
	.top_area .text_box {
		width: 46%;
		margin: 135px 0 0;
		padding: 0;
	}
	.top_area .text_box .top_title {
		margin-top: 0;
	}
	.top_area .text_box .sub_text {
		margin-top: 35px;
	}
}
/* ---------------------------------------------------------
	about_area
---------------------------------------------------------*/
.about_area {
	position: relative;
	width: 100%;
	min-height: 860px;
	margin: 20px 0 0;
	padding: 110px 10px 10px;
	background-color: #000000;
	background-image: url(../images/about_bg.jpg);
	/* background-size: 100% auto;
	background-position: center -12%; */
	background-repeat: no-repeat;

	background-size: cover;
	background-position: center center;
}
.about_area .about_box {
	/* width: 94%; */
	width: 100%;
	/* margin: 0 auto; */
	/* padding: 20px 15px; */
	padding: 20px 20px 0;
	box-sizing: border-box;
	background: #fff;
}
.about_area .about_inner {
	max-width: 500px;
	margin: 0 auto;
}
.about_area .about_title {
	padding-right: 10px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.about_area .about_title span {
	display: inline-block;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin-right: 6px;
	padding: 5px 0;
	box-sizing: border-box;
	background-color: #005dab;
	font-size: 35px;
	line-height: 1;
	text-align: center;
	color: white;
}
.about_area .sub_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 7px;
}
.about_area .sub_title .about_title01 {
	max-width: 175px;
}
.about_area .sub_title .about_title02 {
	max-width: 205px;
}

.about_area .end_text {
	color: #dc000c;
	border: #dc000c 1px solid;
	font-size: 18px;
	padding: 3px 0;
	text-align: center;
	margin-top: 20px;
}

.about_area .time_container,
.about_area .address_container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	column-gap: 10px;
	align-items: baseline;
}
/* 日時 */
.about_area .about_date,
.about_area .about_time {
	font-size: 22px;
	font-weight: 500;
}
.about_area .about_date span {
	display: inline-block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: 0 6px 3px;
	background-color: #005dab;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
.about_area .about_time span.sqare {
	display: inline-block;
	font-size: 12px;
	color: #005dab;
	border: 1px solid #005dab;
	padding: 2px 3px;
	margin-bottom: 3px;
	margin-right: 4px;
	line-height: 1;
	vertical-align: middle;
}
.about_area .about_time .dis_bro {
	display: inline-block;
}
.about_area .about_time .dis_bro :first {
	margin-right: 6px;
}

/* 住所 */
.about_area .about_address {
	font-size: 15px;
}
.about_area .about_location {
	font-size: 22px;
	font-weight: 500;
}
.about_area .about_address {
	font-size: 15px;
}

.about_area .content_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 18px;
}
.about_area .content_container .content_topic {
	width: 20%;
	max-width: 65px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #005dab;
}
.about_area .content_container .dot_list {
	list-style-type: disc;
	padding-left: 20px;
}
.about_area .content_container .content_info {
	width: 100%;
}
.about_area .caution_text {
	padding-bottom: 27px;
}
.about_area .caution_text .caution_icon {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 5px;
}
.about_area .caution_text .caution_icon::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 4px;
}
@media screen and (min-width: 960px) {

	.about_area {
		margin: 60px 0;
		padding: 112px 0 60px;
		background-size: cover;
		background-position: center center;
	}
	.about_area .about_box {
		width: 73%;
		max-width: 732px;
		margin: 0 auto 0 6%;
		padding: 40px 55px 65px;
	}
	.about_area .about_inner {
		max-width: 100%;
		margin: 0;
	}
	.about_area .about_title {
		margin-top: 0;
		text-align: left;
	}
	.about_area .sub_title {
		justify-content: left;
	}
	.about_area .time_container {
		margin-top: 25px;
	}
	.about_area .address_container {
		margin-top: 0;
	}
	.about_area .content_container {
		flex-direction: row;
		justify-content: center;
		margin-top: 25px;
	}
	.about_area .content_container .content_topic {
		width: 10%;
	}
	.about_area .content_container .content_info {
		width: 90%;
	}
	.about_area .caution_text {
		margin-top: 25px;
		padding-bottom: 0;
	}
}
/* ---------------------------------------------------------
	access_area
---------------------------------------------------------*/
.results_area {
	position: relative;
	width: 100%;
	min-height: 860px;
	margin: 20px 0 0;
	padding: 110px 20px 20px;
	background-color: #ffffff;
}
.results_area .area_thumb {
	color: #333;
}
.results_area .results_container{
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}
.results_area .results_container .result_box{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.results_area .title{
	margin-bottom: 18px;
	padding: 3px 20px;
	border-left: 8px solid;
	font-weight: bold;
	font-size: 18px;
}
.results_area .title.-game01 {
	border-color: #ffde5d;
}
.results_area .title.-game02 {
	border-color: #39a5ff;
}
.results_area .title.-game03 {
	border-color: #ff656f;
}
.results_area .table_wrap {
	overflow: auto;
	white-space: nowrap;
}
.results_area .table {
	width: 100%;
}
.results_area .table th,
.results_area .table td {
	border: 1px solid #000;
	padding: 4px 8px;
}
.results_area .table th {
	background-color: #5e5e5e;
	color: #fff;
}
.results_area .table .table_head {
	background-color: #f1f1f1;
	font-weight: bold;
}

.results_area .table .width01 {
	width: 100px;
}
.results_area .table .width02 {
	width: 160px;
}


@media screen and (min-width: 960px) {
	.results_area {
		margin: 50px 0 0;
		/* padding: 150px 0 60px; */
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
	}

	.results_area .table_wrap {
		white-space: wrap;
	}
}

/* ---------------------------------------------------------
	video_area
---------------------------------------------------------*/
.video_area {
	position: relative;
	width: 100%;
	margin: 20px 0 0;
	padding: 80px 20px 30px;
	background-color: #ffffff;
}
.video_area .area_thumb {
	color: #333;
}
.video_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 2%;
}
.video_container .video_wrap{
	flex: 0 1 100%;
	min-width: 0;
	max-width: 600px;
	margin-top: 30px;
	text-align: center;
}
.video_container .video_wrap .video_title{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.video_container .video_wrap .video_title .time{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 8px;
}
.video_container .video_item a {
	display: block;
	position: relative;
}
.video_container .video_item a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon_yt_play.png) no-repeat center center / 55px;
	pointer-events: none;
}
.video_container .video_item a:hover {
	opacity: 0.8;
}
.video_container .video_item a img {
	vertical-align: middle;
}


@media screen and (min-width:960px) {

	.video_area {
		min-height: 860px;
		margin-top: 50px;
		padding: 120px 60px 60px;
	}
	.video_container .video_wrap{
		flex-basis: 49%;
		min-width: 600px;
		max-width: none;
	}
}
