@charset "UTF-8";

/* --------------------
		reset
-------------------- */
.container {
	width: auto !important;
}
.block-event-page {
	width: 100% !important;
	padding: 0 !important;
}
.block-event-page--header-img {
	display: none;
}
.block-event-page--comment-bot {
	padding: 0 !important;
	background-color: transparent;
}
.block-footer-download {
	display: none !important;
}
.block-event-page--goods {
	padding: 0;
	width: 1200px !important;
	margin: 0 auto !important;
}

/* --------------------
		common
-------------------- */
article {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	margin: 30px auto 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height:1;
}
article img {
	width: 100%;
}
article .mv {
	position: relative;
}
article .lead{
	background-color: #e9e5d3;
	font-size: 17px;
	line-height: 2em;
	margin: 50px 0;
	padding: 75px 140px;
}
article img {
	width: 100%;
	height: auto;
}

/* --------------------
		list
-------------------- */
.list {
	display: flex;
	align-items: center;
	width: 660px;
	margin: 60px auto;
}

.list li {
	background-color: #5ae07e;
	color: #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.2em;
	text-align: center;
}
.list li:not(:last-child){
	margin-right: 20px;
}
.list li:last-child{
	position: relative;
}

/*
.list li:last-child::after{
	display: block;
	content: "※";
	position: absolute;
	font-size: 4vw;
	color: #D7B61B;
top: 28vw;
right: 0vw;
}
*/

/* --------------------
		features
-------------------- */
.features {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5px;

}
.feature-item{
	display: flex;
}
.feature-item {
	width: 521px;
	padding: 25px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.13);
}
.feature-item:nth-child(odd){
	margin-right: 60px;
}
.feature-item:nth-child(n+3){
	margin-top: 40px;
}
.feature-item img {
	width: 210px;
}
.feature-txt{
	margin-left: 30px;
}
.feature-txt h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.feature-txt h3 span{
	display: block;
	margin-top: -10px;
	font-size: 13px;
}
.feature-item p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
}