@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 20px;
}

/* --------------------
		common
-------------------- */
article {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1;
}
article img {
	width: 100%;
}
article .mv {
	position: relative;
}
article .lead {
	width: 89.3vw;
	background-color: #e9e5d3;
	font-size: 3.5vw;
	line-height: 2.19em;
	margin: 12vw auto;
	padding: 12.3vw 8.5vw;
}
article img {
	width: 100%;
	height: auto;
}

/* --------------------
		list
-------------------- */
.list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 70.4vw;
	margin: 9.3vw auto 8vw;
}
.list li {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5ae07e;
	color: #fff;
	border-radius: 50%;
	width: 33.3vw;
	height: 33.3vw;
	font-weight: 500;
	font-size: 5.86vw;
	line-height: 1.2em;
	text-align: center;
}
.list li:nth-child(odd){
	margin-right: 3.8vw;
}
.list li:nth-child(n+3){
	margin-top: 3.8vw;
}
.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
-------------------- */
.feature-item {
	display: flex;
	width: 89.3vw;
	padding: 5.0vw;
	margin: 0 auto 6.6vw;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.13);
}
.feature-item:last-child {
	margin-bottom: 10px;
}
.feature-item img {
	width: 38.4vw;
}
.feature-txt {
	margin-left: 4.53vw;
}
.feature-txt h3 {
	font-size: 4.9vw;
	font-weight: 600;
	margin-bottom: 2vw;
	line-height: 1.3;
}
.feature-txt h3 span {
	display: block;
	margin-top: -3vw;
	font-size: 3.2vw;
}
.feature-item p {
	font-size: 3.2vw;
	line-height: 1.8;
	letter-spacing: 0;
}