@charset "utf-8";
/* CSS Document */
*{
  box-sizing:border-box;
}

/* CSSのリセット */
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div{
  margin: 0;
  padding: 0;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}

/* リンクのスクロール */
html{
  scroll-behavior: smooth; /* スムーススクロール */
}

/* フォントと背景 */
body{
	font-family: 'Noto Sans JP Regular'; /* フォント */
	color: #484848;
	background-color: #ffffff; /* 背景色 */
}





/* PC・SPの表示・非表示*/
.sp{
	display: none;
}

.pc{
	display: block;
}





#main_content{
	min-width:1440px;
}





/* コンテンツ幅 */
.contents01{
	max-width: 1100px;
	width: 100%;
	margin:0 auto;
}

.contents02{
	max-width: 1280px;
	width: 100%;
	margin:0 auto;
}





/* メインビジュアル */
.main{
	width: 100%;
	height: 897px;
	background-color: #f4f7f9;
	background-image: url("../img/mainvisual.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.catchcopy_pc{
	display: block;
	padding-top: 164px;
	padding-left: 0px;
}





/* タイトル */
.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: 10;
}





/* 大会テーマ */
.theme{
	background-color: #F0EFF0;
	padding: 220px 0px;
}

.theme_text{
	background-color: #ffffff;
	padding-top: 70px;
	padding-bottom: 80px;
	padding-right: 175px;
	padding-left: 110px;
	margin-right: 576px;
}

.theme_text01{
	font-size: 20px;
}

.theme_text02{
	font-size: 36px;
	color: #57448D;
	margin-top: 20px;
	font-weight: 600;
}

.theme_text03{
	margin-top: 50px;
	line-height: 35px;
	font-size: 18px;
}

.theme_box{
	position: relative;
}

.img_theme_01{
	position: absolute;
	top: -70px;
	right: 0;
	bottom: 0;
}

.img_theme_01 img{
	max-width: 100%;
	height: auto;
}





/*  新着情報 */
.information{
	margin-top: 155px;
	margin-bottom: 270px;
}

.information_box{
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 23px 100px;
	margin-top: 90px;
}

.information_text{
	display: flex;
}

.information_date{
	margin-right: 118px;
}





/* 大会概要 */
.about{
	background-color: #F0EFF0;
	padding-top: 142px;
	padding-bottom: 238px;
}

.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;
}





/* ごあいさつ */
.message{
	padding-top: 142px;
	padding-bottom: 150px;
}

.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: 35px;
	font-size: 18px;
}





/* デザインコンセプト */
.consept{
	background-color: #F0EFF0;
	padding-top: 142px;
	padding-bottom: 127px;
}

.img_consept{
	text-align: center;
	margin-top: 80px;
}

.img_consept img{
	max-width: 100%;
	height: auto;
}

.consept_text{
	margin-top: 100px;
	line-height: 45px;
	font-size: 22px;
}





/* フッター */
footer{
	width: 100%;
	height: auto;
	background-color: #f4f7f9;
	background-image: url("../img/footer_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.copyright{
	text-align: center;
	color: #ffffff;
	margin-top: 180px;
	font-size: 14px;
}





/* フッター非表示部分 */
.footer_bunner{
	display: flex;
}

.bunner_01{
	margin-right: 10px;
}

.bunner_01 img{
	max-width: 100%;
	height: auto;
}

.bunner_02 img{
	max-width: 100%;
	height: auto;
}

.footer_policy{
	display: flex;
	color: #ffffff;
}

.footer_01{
	display: flex;
	justify-content: space-between;
}

.privacypolicy{
	margin-right: 10px;
}






















