@charset "utf-8";
/* CSS Document */


/* コンテンツ幅 */
.contents01{
	max-width: 1100px;
	width: 100%;
	margin:0 auto;
}

.contents02{
	max-width: 1280px;
	width: 100%;
	margin:0 auto;
}

.contents03{
	max-width: 1100px;
	width: 100%;
	margin:0 auto;
}
	
.contents04{
	max-width: 1100px;
	width: 100%;
	margin:0 auto;
}





/* メインビジュアル */
.main{
	width: 100%;
	height: 897px;
	background-color: #f4f7f9;
	background-image: url("../img/index/mainvisual.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.catchcopy_pc{
	display: block;
	padding-top: 164px;
	padding-left: 0px;
}

.catchcopy_pc img{
	max-width: 100%;
	height: auto;
}
	
.catchcopy_sp{
	display: none;
}





/* タイトル */
.title{
	text-align: center;
}

.title_01{
	font-size: 38px;
	position: relative;
	display: inline-block;
	padding: 0px 70px;
}

.title_02{
	font-size: 20px;
	color: #57448D;
	font-weight: 600;
	margin-top: 3px;
}

.img_title{
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 1;
}

.title_text{
	position: relative;
	z-index: 9;
}





/* 大会テーマ */
.theme{
	background-color: #F0EFF0;
	padding-top: 230px;
	padding-bottom: 150px;
}
.theme_text{
	background-color: #ffffff;
	padding-top: 70px;
	padding-bottom: 80px;
/*
	padding-right: 175px;
	padding-left: 210px;
	margin-right: 576px;
*/

}
.background-gray {
  position: absolute;
  top: 0;
  bottom: 0;
	right:0;
  width: 586px;
  background: #F0EFF0;
}
.theme_text_area{
	width:1280px;
	margin:0px auto;
}
.theme_text01{
	font-size: 20px;
}
.theme_text02{
	font-size: 36px;
	color: #57448D;
	margin-top: 20px;
	font-weight: 600;
	width:600px;
}
.theme_text03{
	margin-top: 50px;
	line-height: 35px;
	font-size: 18px;
}
@media screen and (max-width: 1900px){
	.theme_text03{
		width:45vw;
	}
}	
@media screen and (max-width: 1460px){
	.theme_text03{
		width:640px;
	}
}	

.theme_box{
	position: relative;
}

.img_theme_01{
	position: absolute;
	top: -70px;
	right: 0;
	bottom: 0;
}

.img_theme_01 img{
	max-width: 100%;
	height: auto;
}





/* Video */
.video{
	margin-top: 150px;
	text-align: center;
}

.img_video img{
	max-width: 100%;
	height: auto;
}





/*  新着情報  */
.information{
	padding-top: 150px;
	padding-bottom: 150px;
	background-color:#FFF;

}

.information_01{
	margin-top: 90px;
}

.information_text{
	display: flex;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 23px 100px;
	color: #484848;
	margin-top: -1px;
}

.information_text p:hover{
	opacity: 0.7;
}

.information_date{
	margin-right: 118px;
}



/* 新着情報ボタン */
.btn{
	text-align: center;
}

.btn1{
	background-color: #ffffff;
	color: #44276A;
	display: inline-block;
	width: 210px;
	padding:8px 0px;
	max-width: 100%;
	height: auto;
	margin-top: 70px;
	position: relative;
	border:1px solid #44276A;
	font-weight: 600;
}

.btn1::before{
	border-right: 1px solid #44276A;
	border-top:1px solid #44276A;
	bottom:0px;
	content:"";
	height:8px;
	margin: auto;
	right:15px;
	top:0px;
	transform: rotate(45deg);
	width: 8px;
	position: absolute;
}

.btn1:hover{
	background-color: #44276A;
	color: #ffffff;
}
.btn1:hover::before{
	border-color: #fff;
}






/* 大会概要 */
.about{
	background-color: #F0EFF0;
	padding-top: 150px;
	padding-bottom: 150px;
}

.about_01{
	margin-top: 50px;
}

table{
	text-align: center;
	border-collapse: collapse;
	margin: 0 auto;
  width: 720px;
}

table th{
	color: #ffffff;
	background: #2D1D59;
	font-size: 20px;
}

table td{
	background: #ffffff;
	padding: 10px 0px;
}

table th, table td{
	border: solid 6px #F0EFF0;
}





/* 詳細情報 */
.about_02{
	margin-top: 120px;
}

.about_02_title{
	font-size: 28px;
	color: #2D1D59;
	text-align: center;
}

.about_02_btn{
	display: flex;
	justify-content: center;
}



/* 詳細情報ボタン */
.btn_about_02{
	text-align: center;
}

.btn1_about_02{
	background-color: #ffffff;
	color: #44276A;
	display: inline-block;
	width: 256px;
	padding:8px 0px;
	max-width: 100%;
	height: auto;
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	border:1px solid #44276A;
	font-weight: 600;
}

.btn1_about_02::before{
	border-right: 1px solid #44276A;
	border-top:1px solid #44276A;
	bottom:0px;
	content:"";
	height:8px;
	margin: auto;
	right:15px;
	top:0px;
	transform: rotate(45deg);
	width: 8px;
	position: absolute;
}

.btn1_about_02:hover{
	background-color: #44276A;
	color: #ffffff;
}
.btn1_about_02:hover::before{
	border-color: #fff;
}





/* パンフレット */
.about_02_text{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
}

.img_pamphlet{
	text-align: center;
	margin-top: 50px;
}

.img_pamphlet img{
	max-width: 100%;
	height: auto;
}





/* パンフレットボタン */
.btn_pamphlet{
	text-align: center;
}

.btn1_pamphlet{
	background-color: #ffffff;
	color: #44276A;
	display: inline-block;
	width: 408px;
	padding:8px 0px;
	max-width: 100%;
	height: auto;
	margin-top: 40px;
	border:1px solid #44276A;
	font-weight: 600;
	position: relative;
}
.btn1_pamphlet p{
	margin: 0px 30px;
	background: url(../img/index/icon_btn_pamphlet.png) no-repeat right center;
	background-size:20px 18px;
	text-align: center;

}
.btn1_pamphlet:hover p{
	background: url(../img/index/icon_btn_pamphlet_ro.png) no-repeat right center;
	background-size:20px 18px;
}

.btn1_pamphlet:hover{
	background-color: #44276A;
	color: #ffffff;
}
.btn1_pamphlet:hover::before{
	border-color: #fff;
}






/* ごあいさつ */
.message{
	padding-top: 150px;
	padding-bottom: 150px;
	background-color:#FFF;
}

.message_01{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.img_message{
	margin-right: 40px;
}

.img_message img{
	max-width: 100%;
	height: auto;
}

.message_text_01{
	font-size: 36px;
	color: #57448D;
	margin-top: 80px;
}

.message_text_02{
	margin-top: 90px;
	font-size: 18px;
}

.message_name{
	font-size: 30px;
	margin-top: 10px;
}

.message_text{
	margin-top: 100px;
	line-height:2.0em;
	font-size: 18px;
}





/* デザインコンセプト */
.consept{
	background-color: #F0EFF0;
	padding-top: 150px;
	padding-bottom: 150px;
}

.img_consept{
	text-align: center;
	margin-top: 80px;
}

.img_consept img{
	max-width: 100%;
	height: auto;
}

.consept_text{
	margin-top: 100px;
	line-height:2.0em;
	font-size: 18px;
}




@media screen and (max-width: 767px){
	
	#main_content{
		overflow:hidden;
	}
	
	/* コンテンツ幅 */
	.contents01{
		max-width: 1100px;
		width: 100%;
		margin:0 auto;
		padding: 0px 8vw;
	}

	.contents02{
		max-width: 1280px;
		width: 100%;
		margin:0 auto;
		padding: 0px 8vw;
	}
	
	.contents03{
		max-width: 1100px;
		width: 100%;
		margin:0 auto;
		padding: 0px 12vw;
	}
	
	.contents04{
		max-width: 1100px;
		width: 100%;
		margin:0 auto;
		padding: 0px 6vw;
	}
	
	
	
	
	
	/* メインビジュアル */
	.main{
		width: 100%;
		height: auto;
		padding: 30vw 0;
		padding-top: 38vw;
		background-color: #f4f7f9;
		background-image: url("../img/index/mainvisual_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.catchcopy_pc{
		display: none;
		padding-top: 30vw;
		padding-left: 0px;
	}
	
	.catchcopy_pc img{
		max-width: 100%;
		height: auto;
	}
	
	.catchcopy_sp{
		display: block;
	}
	
	.catchcopy_sp img{
		max-width: 100%;
		height: auto;
	}
	
	
	
	
	
	/* タイトル */
	.title{
		text-align: center;
	}

	.title_01{
		font-size: 24px;
		position: relative;
		display: inline-block;
		padding: 0px 20px;
	}

	.title_02{
		font-size: 16px;
		color: #57448D;
		font-weight: 500;
		margin-top: 0px;
	}

	.img_title{
		position: absolute;
		top: -1.3vw;
		left: 0;
		z-index: 1;
	}

	.title_text{
		position: relative;
		z-index: 9;
	}
	
	
	
	
	
	/* 大会テーマ */
	.theme{
		background-color: #F0EFF0;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.theme_text_area{
		width:auto;
	}
	
	.theme_text{
		background-color: #ffffff;
		padding-top: 57px;
		padding-bottom: 35vw;
		padding-right: 8vw;
		padding-left: 9.3vw;
		margin-right: 9.3vw;
	}

	.theme_text01{
		font-size: 16px;
	}

	.theme_text02{
		color: #57448D;
		margin-top: 0.8vw;
		font-weight: 600;
		font-size: 24px;
	}

	.theme_text03{
		margin-top: 24px;
		line-height: 25px;
		font-size: 16px;
		width:auto;

	}

	.theme_box{
		position: static;
	}

	.img_theme_01{
		position: static;
		margin-top: -32vw;
		padding-left: 17vw;
		text-align: right;
	}

	.img_theme_01 img{
		max-width: 100%;
		height: auto;
	}
	
	
	
	
	
	/* Video */
	.video{
		margin-top: 70px;
		text-align: center;
		padding: 0px 8vw;
	}

	.img_video img{
		max-width: 100%;
		height: auto;
	}
	
	
	
	
	
	/*  新着情報  */
	.information{
		margin-top: 70px;
		margin-bottom: 70px;
	}
	
	.information_01{
		margin-top: 36px;
	}
	
	.information_text{
		display: flex;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding: 4.5vw 0px;
		color: #484848;
		margin-top: -1px;
		font-size: 14px;
		align-items: center;
	}
	
	.information_text p:hover{
		opacity: 0.7;
	}

	.information_date{
		margin-right: 4vw;
		font-size: 12px;
	}

	
	
	
	
	
	/* 新着情報ボタン */
	.btn{
		text-align: center;
	}

	.btn1{
		background-color: #ffffff;
		color: #44276A;
		display: inline-block;
		width: 40vw;
		padding:2.1vw 0px;
		max-width: 100%;
		height: auto;
		margin-top: 36px;
		position: relative;
		border:2px solid #44276A;
		font-weight: 600;
		font-size: 15px;
	}

	.btn1::before{
		border-right: 2px solid #44276A;
		border-top:2px solid #44276A;
		bottom:0px;
		content:"";
		height:1.6vw;
		margin: auto;
		right:2.6vw;
		top:0px;
		transform: rotate(45deg);
		width:1.6vw;
		position: absolute;
	}

	.btn1:hover{
		opacity: 0.7;
	}
	
	
	
	
	
	/* 大会概要 */
	.about{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.about_01{
		margin-top: 30px;
	}
	
	table{
		text-align: center;
		border-collapse: collapse;
		margin: 0 auto;
		width: 100%;
	}

	table th{
		color: #ffffff;
		background: #2D1D59;
		font-size: 16px;
		font-weight:normal;
		width: 20%;
	}

	table td{
		background: #ffffff;
		padding: 1.3vw 0px;
		font-size: 16px;
		font-weight:normal;
	}

	table th, table td{
		border: solid 6px #F0EFF0;
	}
	
	
	
	
	
	/* 詳細情報 */
	.about_02{
		margin-top: 55px;
	}
	
	.about_02_title{
		font-size: 18px;
		color: #2D1D59;
		text-align: center;
	}
	
	.about_02_btn{
		display: block;
	}
	
	
	
	
	
	/* 詳細情報ボタン */
	.btn_about_02{
		text-align: center;
	}

	.btn1_about_02{
		background-color: #ffffff;
		color: #44276A;
		display: inline-block;
		width: 68vw;
		padding:2.1vw 0px;
		max-width: 100%;
		height: auto;
		margin-top: 20px;
		margin-right: 0px;
		margin-left: 0px;
		position: relative;
		border:2px solid #44276A;
		font-weight: 600;
		font-size: 15px;
	}

	.btn1_about_02::before{
		border-right: 2px solid #44276A;
		border-top:2px solid #44276A;
		bottom:0px;
		content:"";
		height:1.6vw;
		margin: auto;
		right:2.6vw;
		top:0px;
		transform: rotate(45deg);
		width: 1.6vw;
		position: absolute;
	}

	.btn1_about_02:hover{
		opacity: 0.7;
	}
	
	
	
	
	
	/* パンフレット */
	.about_02_text{
		text-align: center;
		margin-top: 20px;
		font-size: 16px;
	}

	.img_pamphlet{
		text-align: center;
		margin-top: 30px;
	}
	
	.img_pamphlet img{
		max-width: 100%;
		height: auto;
	}
	
	
	
	
	
	/* パンフレットボタン */
	.btn_pamphlet{
		width: 100%;
	}
	
	.btn1_pamphlet{
		background-color: #ffffff;
		color: #44276A;
		display: inline-block;
		width: 108vw;
		padding:2.1vw 0px;
		padding-right: 10px;
		max-width: 100%;
		height: auto;
		margin-top: 6vw;
		border:2px solid #44276A;
		font-weight: 600;
		position: relative;
		font-size: 15px;
	}

	.icon_btn_pamphlet{
		position: absolute;
		top: 2.6vw;
		right: 2.6vw;
		margin-left: 0px;
	}

	.btn1_pamphlet:hover{
		opacity: 0.7;
	}
	
	
	
	
	
	/* ごあいさつ */
	.message{
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.message_01{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 37px;
	}

	.img_message{
		margin-right: 0px;
		margin-top: 50px;
		text-align: center;
	}

	.img_message img{
		max-width: 100%;
		height: auto;
	}

	.message_text_01{
		font-size: 22px;
		color: #57448D;
		margin-top: 0px;
	}

	.message_text_02{
		margin-top: 50px;
		font-size: 16px;
	}

	.message_name{
		font-size: 24px;
		margin-top: 1.3vw;
	}

	.message_text{
		margin-top: 50px;
		line-height: 25px;
		font-size: 16px;
	}
	
	
	
	
	
	/* デザインコンセプト */
	.consept{
		background-color: #F0EFF0;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.img_consept{
		text-align: center;
		margin-top: 30px;
	}

	.img_consept img{
		max-width: 100%;
		height: auto;
	}

	.consept_text{
		margin-top: 50px;
		line-height: 25px;
		font-size: 16px;
	}

	
	
}
