@charset "utf-8";

#about{
	padding-bottom:80px;
}

ul.about_list .icon{
	text-align:center;
}

ul.about_list h3{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.12em;
	color: #4C5EFD;
	margin-top:20px;
}

ul.about_list p{
	font-size: 14px;
	margin-top:5px;
}

ul.about_list p span{
	display:block;
	font-size: 12px;
}

#theme{
	padding-top:30px;
	padding-bottom:80px;
}

#theme h3{
	margin-top:40px;
	font-weight: bold;
	font-size: 34px;
	line-height: 45px;
}

#theme h3 span{
	display:block;
	font-size: 20px;
	line-height: 26px;
}

#theme p.comment{
	font-weight: 500;
	font-size: 18px;
	line-height:36px;
}

#theme p.comment span{
	color: #35E3E3;
}

#schedule{
	background: rgba(76, 94, 253, 0.70);
	padding-bottom:90px;
	padding-top:20px;
	color: #fff;
}

#schedule .title h2{
	color: #fff;
	border-bottom:solid 1px #fff;
}

#schedule .catch{
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	margin-top:30px;
}

#schedule .catch small{
	font-size: 16px;
	font-weight: 300;
}

#schedule .coming{
	width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
}

#schedule ul.schedule_item{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	margin-top:60px;
}

#schedule .schedule_wrap{
	margin-top: 26px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.20);
	padding: 90px 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}

#schedule ul.schedule_item li{
	width:48%;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.20);
	padding-bottom:50px;
}

#schedule ul.schedule_item li h3{
	font-size: 36px;
	font-weight: 400;
	line-height: 140%;
	text-align:center;
	margin-top: -25px;
}

#schedule ul.schedule_item li .pk{
	font-size: 18px;
	font-weight: 900;
	line-height: 140%;
	text-align:center;
	color:#54FFAD;
	margin-top:24px;
}

#schedule ul.schedule_item li dl{
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
	font-size: 36px;
	font-weight: 400;
	line-height: 100%;
	margin-top:24px;
}

#schedule ul.schedule_item li dl dt{
	width:130px;
}

#schedule ul.schedule_item li dl dt span{
	font-size: 20px;
	font-weight: 600;
	margin-left:7px;
	font-family: YakuHanJP,"din-2014" ,Helvetica , Arial, "Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#schedule ul.schedule_item li dl dd{
	width:170px;
}

#schedule ul.schedule_wrap{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}

#schedule ul.schedule_wrap li{
	width:43.67%;
}

#schedule ul.schedule_list{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
}

#schedule ul.schedule_list li{
	border-right: 1px solid #A1A9EC;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
}

#schedule ul.schedule_list li:first-child{
	width:55%;
	padding-right:5%;
}

#schedule ul.schedule_list li:last-child{
	width:45%;
	border-right:0;
	padding-left:2%;
}

#schedule ul.schedule_list li dl dt{
	font-weight:300;
	font-size: 16px;
	line-height: 24px;
	justify-content:flex-start;
	display:flex;
	align-items:flex-end;
	box-sizing:border-box;
}

#schedule ul.schedule_list li dl dd{
	font-size: 30px;
	line-height: 44px;
	text-align:center;
	padding-bottom:10px;
}

#schedule ul.schedule_list li:last-child dl dd{
	padding-bottom:0;
}

#schedule ul.schedule_list li dl dd small{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	padding-left:8px;
}

#schedule ul.schedule_list li:first-child dl dt{
	font-size: 50px;
	line-height:1;
	text-align: left;
	letter-spacing:0;
	color: #7583FF;
	justify-content:flex-start;
	padding-bottom:0;
}

#schedule ul.schedule_list li:first-child dl dd{
	text-align: left;
}

#schedule .btn_area{
	margin-top:50px;
}

#schedule .btn_area a{
	display:block;
	width:200px;
	text-align:center;
	margin:auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	background: #2C2C2C;
	border-radius: 10px;
	padding:15px 0;
	position:relative;
}

#schedule .btn_area a:after{
	content:"";
	display:block;
	position:absolute;
	right:15px;
	top:20px;
	background:url(../image/common/arrow01.svg)no-repeat center center;
	background-size:cover;
	width:12px;
	height:8px;
}

#schedule p.attend{
	margin-top:30px;
}

#flow .flow_container{
	max-width: 1120px;
	margin: auto;
}

@media only screen and (min-width: 1300px) {

}

@media only screen and (min-width: 769px) {



}

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

	ul.about_list{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
		margin-top:90px;
		border-right: 1px solid #3E3E3E;
	}

	ul.about_list li{
		width:33%;
		padding:0 40px;
		border-left: 1px solid #3E3E3E;
	}

	ul.about_list .icon{
		justify-content:center;
		min-height:100px;
		display:flex;
		align-items:center;
	}
	#theme ul.theme_flow{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
		margin-top:40px;
	}

	#theme ul.theme_flow li:first-child{
		width:52.24%;
	}

	#theme ul.theme_flow li:last-child{
		width:42.85%;
	}

}


@media (max-width: 768px) {

	ul.about_list li{
		padding:0 15px;
	}


}


@media (max-width: 767px) {

	#about{
		padding-bottom: 50px;
	}

	#about h2{
		padding-bottom: 15px;
	}

	#about h2 span{
		display:block;
	}

	ul.about_list li{
		margin-top:50px;
		padding:0;
	}

	ul.about_list h3{
		text-align:center;
	}

	#theme{
		padding-top:0;
		padding-bottom:50px;
	}

	#theme h2{
		padding-bottom: 15px;
	}

	#theme h2 span{
		display:block;
	}

	#theme h3{
		font-size: 24px;
		line-height: 164.2%;
	}

	#theme h3 span{
		font-size: 15px;
		line-height: 164.2%;
	}

	#theme p.comment{
		margin-top:30px;
		font-size: 14px;
	}

	#schedule{
		padding-top:0;
		padding-bottom:50px;
	}

	#schedule h2{
		padding-bottom: 15px;
	}

	#schedule h2 span{
		display:block;
	}

	#schedule ul.schedule_wrap li{
		width:100%;
	}

	#schedule ul.schedule_list li{
		width:50%;
	}

	#schedule ul.schedule_list li:first-child{
/*		margin-bottom:30px;*/
	}

	#schedule ul.schedule_list li:last-child{
		border:0;
		padding-left:25px;
	}

	#schedule ul.schedule_list li dl dt{
		min-height:auto;
		justify-content:flex-start;
		font-size: 14px;
		line-height: 21px;
		padding-bottom:0;
	}

	#schedule ul.schedule_list li dl dd{
		text-align:left;
		padding-bottom:0;
		font-size: 26px;
	}

	#schedule ul.schedule_list li dl dd small{
		font-size: 16px;
	}


	#schedule ul.schedule_list li:nth-child(n+2) dl dd{
		font-size: 26px;
		line-height: 38px;
	}

	#schedule ul.schedule_list li:first-child dl dt {
		font-size: 40px;
	}

	#schedule ul.schedule_list {
		align-items: flex-end;
	}

	#theme ul.theme_flow li:last-child{
		margin-top:20px;
	}

	#schedule ul.schedule_item{
		display:block;
		margin-top:20px;
	}

	#schedule ul.schedule_item li{
		width:100%;
		padding-bottom:30px;
	}

	#schedule ul.schedule_item li h3{
		margin-top:0;
		padding-top:20px;
		font-size: 27px;
	}

	#schedule ul.schedule_item li + li{
		margin-top:20px;
	}

	#schedule ul.schedule_item li + li .pk{
		display:none;
	}

	#schedule ul.schedule_item li .pk{
		font-size: 14px;
	}

	#schedule ul.schedule_item li dl{
		font-size: 27px;
		margin-top:12px;
	}

	#schedule ul.schedule_item li dl dt span{
		font-size: 15px;
	}

	#schedule ul.schedule_item li dl dt{
		width:90px;
	}

	#schedule ul.schedule_item li dl dd{
		width:125px;
	}

	#schedule p.attend{
		font-size:11px;
	}

	#schedule .schedule_wrap{
		font-size: 24px;
		font-weight: 700;
		line-height: 140%;
	}

	#schedule .coming{
		height: auto;
		padding: 30px 0;
		font-size: 24px;
	}

}
