/* メイン */
#container {
	margin-top: 80px;
	border-style: none;
	padding: 0;
	display: block;
	overflow: hidden;
}



/* ------------------　  ファーストビュー 　--------------------*/
#firstview {
	width: 100%;
	/*background-image: url("../images/firstviewbg.jpg")*/
}
.recruit_wrap {
	padding: 0 20px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.recruit_wrap .firstviewtext_wrap {
		margin: 0 auto;
		position: absolute;
		z-index: 99;
	}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_s {
			font-size: 0.8em;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			font-weight: 900;
			color: #fff;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_l {
			font-size: 1.2em;
			font-weight: 900;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_m {
			font-size: 1.0em;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			font-weight: 900;
			color: #fff;
			margin-top: 0.5em;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}

	/* ------------------　  スライダー 　--------------------*/
	.recruit_slider {
		width: 100%;
		overflow: hidden;
		padding: 0;
		position: relative;
	}
		.recruit_slider li {
			width: 100%;
			height: 300px;
			overflow: hidden;
			border-radius: 50px;
			position: relative;
		}
			.recruit_slider .slidercap {
				position: absolute;
				right: 50px;
				bottom: 20px;
				font-weight: 600;
				color: #fff;
			}
			.recruit_slider li img {
				height: 100%;
				width: 100%;
				object-fit: cover;
			}



@media (min-width: 1000px) {
	
	.recruit_wrap {
		padding: 0 20px;
		width: 90%;
	}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_s {
			font-size: 1.4em;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_l {
			font-size: 2.4em;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_m {
			font-size: 1.6em;
			margin-top: 0.5em;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}

		/* ------------------　  スライダー 　--------------------*/
		.recruit_slider {
			width: 100%;
			overflow: hidden;
			padding: 0;
			position: relative;
		}
			.recruit_slider li {
				width: 100%;
				height: 700px;
				overflow: hidden;
				border-radius: 50px;
				position: relative;
			}

}

@media (min-width: 1300px) {
		.recruit_wrap .firstviewtext_wrap .firstviewtext_s {
			font-size: 2.0em;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_l {
			font-size: 4.5em;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}
		.recruit_wrap .firstviewtext_wrap .firstviewtext_m {
			font-size: 3.0em;
			margin-top: 0.5em;
			text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.67);
		}
}





/* ------------------　  リード文 　--------------------*/
#eventexp {
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	text-align: center;
	margin: 3em 0;
}
	#eventexp .eventexp_l {
		font-size: 1.2em;
		font-weight: 600;
		font-family: "Noto Sans", "Noto Sans JP", sans-serif;
	}
	#eventexp .eventexp_m {
		font-size: 1.0em;
		font-family: "Noto Sans", "Noto Sans JP", sans-serif;
		font-weight: 600;
		margin-top: 0.5em;
	}

@media (min-width: 1000px) {
	#eventexp .eventexp_l {
		font-size: 1.8em;
	}
	#eventexp .eventexp_m {
		font-size: 1.4em;
	}
}

@media (min-width: 1300px) {
	#eventexp .eventexp_l {
		font-size: 3.0em;
	}
	#eventexp .eventexp_m {
		font-size: 2.0em;
	}
}


/* ------------------　  開催概要 　--------------------*/
#aboutevent {
	width: 80%;
	margin: 0 auto;
}
.aboutevent_flexwrap {
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
	.aboutevent_flexwrap .aboutevent_flexleft {
		width: 100%;
		margin-right: 0;
	}
		/* ------------------　  スライダー 　--------------------*/
		.aboutevent_slider {
			width: 100%;
			overflow: hidden;
			padding: 0;
			position: relative;
			height: inherit;
		}
			.aboutevent_slider li {
				width: 100%;
				overflow: hidden;
				border-radius: 50px;
				position: relative;
			}
				.aboutevent_slider .aboutslidercap {
					position: absolute;
					left: 15px;
					bottom: 10px;
					font-weight: 600;
					color: #333;
				}
				.aboutevent_slider li img {
					height: 100%;
					width: 100%;
					object-fit: cover;
				}

	.aboutevent_flexwrap .aboutevent_flexright {
		flex: 1;
		width: 100%;
		text-align: left;
	}
		.aboutevent_midashi {
			font-size: 1.4em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
		}
		.aboutevent_midashi_m {
			font-size: 1.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
		}
		.aboutevent_text {
			font-size: 1.0em;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			font-weight: 600;
			margin-top: 1.2em;
		}


@media (min-width: 1000px) {
	
	.aboutevent_flexwrap {
		flex-direction: row;
	}
		.aboutevent_flexwrap .aboutevent_flexleft {
			width: 50%;
			margin-right: 60px;
		}
		.aboutevent_slider {
			width: 100%;
			/*height: 500px;*/
			overflow: hidden;
		}
			.aboutevent_slider li {
				width: 100%;
				overflow: hidden;
				border-radius: 50px;
			}
				.aboutevent_slider .aboutslidercap {
					left: 5%;
					bottom: 10px;
				}
				.aboutevent_slider li img {
					height: 100%;
					width: 100%;
					object-fit: cover;
				}
	.aboutevent_flexwrap .aboutevent_flexright {
		flex: 1;
		width: 100%;
		text-align: left;
	}
		.aboutevent_midashi {
			font-size: 2.0em;
		}
		.aboutevent_midashi_m {
			font-size: 1.4em;
		}
		.aboutevent_text {
			font-size: 1.0em;
		}
	
}

@media (min-width: 1300px) {
	.aboutevent_flexwrap {
		flex-direction: row;
	}
		.aboutevent_flexwrap .aboutevent_flexleft {
			width: 50%;
			margin-right: 60px;
		}
			.aboutevent_slider {
				width: 100%;
				height: inherit;
				overflow: hidden;
			}
				.aboutevent_slider .aboutslidercap {
					position: absolute;
					left: 15%;
					bottom: 10px;
					font-weight: 600;
					color: #333;
				}
	.aboutevent_flexwrap .aboutevent_flexright {
		flex: 1;
		width: 100%;
		text-align: left;
	}
		.aboutevent_midashi {
			font-size: 2.4em;
		}
		.aboutevent_midashi_m {
			font-size: 2.4em;
		}
		.aboutevent_text {
			font-size: 1.4em;
		}
	
}



/* ------------------　  見どころ 　--------------------*/
#highlights {
	width: 100%;
	margin: 80px auto 0;
}
	.highlights_wrap {
		padding: 30px 20px 80px;
		width: 95%;
		margin: 0 auto;
		background-color: #69ba00;
		background-color: #00ba86;
		border-radius: 50px;
		box-sizing: border-box;
	}
		.highlights_midashi {
			font-size: 1.4em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-align: center;
		}

		.highlights_flexwrap {
			width: 100%;
			margin: 40px auto 0;
			text-align: center;
			display: flex;
			justify-content: space-between;
			flex-direction: column;
		}
			.highlights_flexwrap .highlights_flexleft {
				width: 100%;
				margin-right: 80px;
				text-align: left;
			}
				.highlights_imgwrap {
					width: 100%;
					height: 300px;
					overflow: hidden;
					border-radius: 20px;
				}
					.highlights_imgwrap img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}
			.highlights_flexwrap .highlights_flexright {
				flex: 1;
				width: 100%;
				text-align: left;
			}
				.highlights_txtl {
					font-size: 1.2em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					margin-top: 20px;
				}
				.highlights_txtl_s {
					font-size: 1.2em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					margin-top: 1.5em;
				}
				.highlights_txtm {
					font-size: 0.8em;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					font-weight: 600;
					margin-top: 0.6em;
					color: #fff;
				}

				.cosmos_flexwrap {
					width: 100%;
					margin: 40px auto 0;
					text-align: center;
					display: flex;
					justify-content: space-between;
					flex-direction: row;
				}
					.cosmos_flexwrap .cosmos_flexitem {
						width: 30%;
					}
					.cosmos_imgwrap {
						width: 100%;
						height: 100px;
						overflow: hidden;
						border-radius: 20px;
					}
						.cosmos_imgwrap img {
							height: 100%;
							width: 100%;
							object-fit: cover;
						}
					.cosmos_txts {
						font-size: 0.6em;
						font-weight: 600;
						font-family: "Noto Sans", "Noto Sans JP", sans-serif;
						color: #fff;
						margin-top: 0.6em;
					}
					.cosmos_txtl {
						font-size: 1.0em;
						font-family: "Noto Sans", "Noto Sans JP", sans-serif;
						font-weight: 600;
						margin-top: 0.2em;
						color: #fff;
					}


		.highlights2_flexwrap {
			width: 100%;
			margin: 40px auto 0;
			text-align: center;
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			margin-top: 100px;
		}
			.highlights2_flexwrap .highlights2_flexitem {
				width: 48%;
			}

				.highlights2_imgwrap {
					width: 100%;
					height: 140px;
					overflow: hidden;
					border-radius: 20px;
				}
					.highlights2_imgwrap img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}
				.highlights2_txtl {
					font-size: 1.2em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					text-align: left;
				}
				.highlights2_txtl_s {
					font-size: 1.8em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					margin-top: 1.5em;
					text-align: left;
				}
				.highlights2_txtm {
					font-size: 0.8em;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					font-weight: 600;
					margin-top: 0.6em;
					color: #fff;
					text-align: left;
				}




		.highlights3_midashi {
			font-size: 1.4em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-align: center;
		}
		.highlights3_date {
			font-size: 1.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			padding: 0.4em 2em;
			background-color: #fff;
			border-radius: 20px;
			margin-bottom: 20px;
		}
		.seminar_txtl {
			font-size: 1.2em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-align: left;
			line-height: 1.2;
			height: 90px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.seminar_txts {
			font-size: 0.8em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			margin-top: 0.6em;
			text-align: left;
			height: 90px;
		}

		.highlights3_flexwrap {
			width: 100%;
			margin: 40px auto 0;
			text-align: left;
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			margin-top: 100px;
		}
			.highlights3_flexwrap .highlights3_flexitem {
				width: 100%;
			}
			.highlights3_flexwrap .highlights3_flexitem:nth-child(2) {
				margin-top: 60px;
			}
				.talk_flexwrap {
					width: 100%;
					margin: 0 auto 0;
					text-align: center;
					display: flex;
					justify-content: space-between;
					flex-direction: row;
				}
					.talk_flexwrap .talk_flexleft {
						width: 48%;
						text-align: left;
					}
					.talk_flexwrap .talk_flexright {
						width: 48%;
						text-align: left;
					}
				.talk_imgwrap {
					width: 100%;
					height: 200px;
					overflow: hidden;
					border-radius: 20px;
				}
					.talk_imgwrap img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}


@media (min-width: 1000px) {
	.highlights_wrap {
		padding: 50px 50px;
		width: 90%;
	}
		.highlights_midashi {
			font-size: 2.0em;
		}
		.highlights_flexwrap {
			width: 100%;
			margin: 20px auto 0;
			flex-direction: row;
		}
			.highlights_flexwrap .highlights_flexleft {
				width: 50%;
				margin-right: 40px;
				text-align: left;
			}
				.highlights_imgwrap {
					height: 400px;
				}
			.highlights_flexwrap .highlights_flexright {
				flex: 1;
				width: 100%;
				text-align: left;
			}
				.highlights_txtl {
					font-size: 1.4em;
					margin-top: 0;
				}
				.highlights_txtl_s {
					font-size: 1.4em;
				}
				.highlights_txtm {
					font-size: 0.8em;
				}

				.cosmos_flexwrap {
					width: 100%;
					margin: 40px auto 0;
					flex-direction: row;
				}
					.cosmos_flexwrap .cosmos_flexitem {
						width: 30%;
					}
					.cosmos_imgwrap {
						height: 100px;
					}
						.cosmos_imgwrap img {
							height: 100%;
							width: 100%;
							object-fit: cover;
						}
					.cosmos_txts {
						font-size: 0.6em;
					}
					.cosmos_txtl {
						font-size: 1.0em;
					}
	
		.highlights2_flexwrap {
			width: 100%;
			margin: 40px auto 0;
		}
			.highlights2_flexwrap .highlights2_flexitem {
				width: 48%;
			}

				.highlights2_imgwrap {
					width: 100%;
					height: 200px;
					overflow: hidden;
					border-radius: 20px;
				}
					.highlights2_imgwrap img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}
				.highlights2_txtl {
					font-size: 1.4em;
				}
				.highlights2_txtl_s {
					font-size: 1.8em;
				}
				.highlights2_txtm {
					font-size: 0.8em;
				}

	


		.highlights3_midashi {
			font-size: 2.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-align: center;
		}
		.highlights3_date {
			font-size: 1.2em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			padding: 0.4em 2em;
			background-color: #fff;
			border-radius: 20px;
			margin-bottom: 20px;
		}
		.seminar_txtl {
			font-size: 1.8em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-align: left;
			line-height: 1.2;
			height: 90px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.seminar_txts {
			font-size: 1.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			margin-top: 0.6em;
			text-align: left;
			height: 90px;
		}

		.highlights3_flexwrap {
			width: 100%;
			margin: 40px auto 0;
			text-align: left;
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			margin-top: 100px;
		}
			.highlights3_flexwrap .highlights3_flexitem {
				width: 100%;
			}
				.talk_flexwrap {
					width: 100%;
					margin: 0 auto 0;
					text-align: center;
					display: flex;
					justify-content: space-between;
					flex-direction: row;
				}
					.talk_flexwrap .talk_flexleft {
						width: 48%;
						text-align: left;
					}
					.talk_flexwrap .talk_flexright {
						width: 48%;
						text-align: left;
					}
				.talk_imgwrap {
					width: 100%;
					height: 200px;
					overflow: hidden;
					border-radius: 20px;
				}
					.talk_imgwrap img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}

	
	
}

@media (min-width: 1300px) {
	.highlights_wrap {
		padding: 100px 200px;
		width: 90%;
		margin: 0 auto;
	}
		.highlights_midashi {
			font-size: 2.6em;
		}
		.highlights_flexwrap {
			width: 100%;
			margin: 40px auto 0;
			flex-direction: row;
		}
			.highlights_flexwrap .highlights_flexleft {
				width: 50%;
				margin-right: 80px;
				text-align: left;
			}
				.highlights_imgwrap {
					width: 100%;
					height: 600px;
				}
			.highlights_flexwrap .highlights_flexright {
				flex: 1;
				width: 100%;
				text-align: left;
			}
				.highlights_txtl {
					font-size: 2.0em;
					margin-top: 0;
				}
				.highlights_txtl_s {
					font-size: 1.8em;
				}
				.highlights_txtm {
					font-size: 1.0em;
				}

				.cosmos_flexwrap {
					width: 100%;
					margin: 40px auto 0;
					flex-direction: row;
				}
					.cosmos_flexwrap .cosmos_flexitem {
						width: 30%;
					}
					.cosmos_imgwrap {
						width: 100%;
						height: 200px;
					}
					.cosmos_txts {
						font-size: 0.8em;
					}
					.cosmos_txtl {
						font-size: 1.4em;
					}
	
	
		.highlights2_flexwrap {
			width: 100%;
			margin: 40px auto 0;
			text-align: center;
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			margin-top: 100px;
		}
			.highlights2_flexwrap .highlights2_flexitem {
				width: 48%;
			}

				.highlights2_imgwrap {
					width: 100%;
					height: 400px;
					overflow: hidden;
					border-radius: 20px;
				}
					.highlights2_imgwrap img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}
				.highlights2_txtl {
					font-size: 2.0em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					text-align: left;
				}
				.highlights2_txtl_s {
					font-size: 1.8em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					margin-top: 1.5em;
					text-align: left;
				}
				.highlights2_txtm {
					font-size: 1.0em;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					font-weight: 600;
					margin-top: 0.6em;
					color: #fff;
					text-align: left;
				}



		.highlights3_midashi {
			font-size: 2.6em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-align: center;
		}
		.highlights3_date {
			font-size: 1.2em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			padding: 0.4em 2em;
			background-color: #fff;
			border-radius: 20px;
			margin-bottom: 20px;
		}
		.seminar_txtl {
			font-size: 1.4em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			text-align: left;
			line-height: 1.2;
			height: 90px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.seminar_txts {
			font-size: 0.8em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #fff;
			margin-top: 0.6em;
			text-align: left;
			height: 90px;
		}

		.highlights3_flexwrap {
			width: 100%;
			margin: 40px auto 0;
			text-align: left;
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			margin-top: 100px;
		}
			.highlights3_flexwrap .highlights3_flexitem {
				width: 48%;
			}
			.highlights3_flexwrap .highlights3_flexitem:nth-child(2) {
				margin-top: 0;
			}
				.talk_flexwrap {
					width: 100%;
					margin: 0 auto 0;
					text-align: center;
					display: flex;
					justify-content: space-between;
					flex-direction: row;
				}
					.talk_flexwrap .talk_flexleft {
						width: 48%;
						text-align: left;
					}
					.talk_flexwrap .talk_flexright {
						width: 48%;
						text-align: left;
					}
				.talk_imgwrap {
					width: 100%;
					height: 300px;
					overflow: hidden;
					border-radius: 20px;
				}
					.talk_imgwrap img {
						height: 100%;
						width: 100%;
						object-fit: cover;
					}

	
}




/* ------------------　  ノベルティ 　--------------------*/
#novelty {
	width: 100%;
	margin: 0 auto;
}
	.novelty_wrap {
		padding: 100px 0;
		width: 90%;
		margin: 0 auto;
		border-radius: 50px;
		box-sizing: border-box;
	}
		.novelty_midashi {
			font-size: 1.4em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			line-height: 1.4;
		}

		.novelty_flexwrap {
			width: 100%;
			margin: 0 auto 0;
			text-align: left;
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			margin-top: 60px;
		}
			.novelty_flexwrap .novelty_flexitem {
				width: 100%;
			}
			.novelty_flexwrap .novelty_flexitem:nth-child(2) {
				margin-top: 40px;
			}
				.novelty_txtl {
					font-size: 1.2em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
					text-align: center;
					line-height: 1.4;
				}
				.novelty_txtm {
					font-size: 0.8em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
					text-align: center;
					line-height: 1.4;
					margin-bottom: 20px;
				}


				.goods_flexwrap {
					width: 100%;
					margin: 0 auto 0;
					text-align: center;
					display: flex;
					justify-content: space-between;
					flex-direction: row;
				}
					.goods_flexwrap .goods_flexleft {
						width: 48%;
						text-align: left;
						position: relative;
					}
					.goods_flexwrap .goods_flexright {
						width: 48%;
						text-align: left;
						position: relative;
					}
						.goods_txt {
							font-size: 0.6em;
							font-weight: 600;
							font-family: "Noto Sans", "Noto Sans JP", sans-serif;
							color: #fff;
							text-align: left;
							position: absolute;
							top: 10px;
							right: 20px;
							background-color: #00ba86;
							padding: 0.2em 1em;
							border-radius: 20px;
						}
						.goods_imgwrap {
							width: 100%;
							height: 160px;
							overflow: hidden;
							border-radius: 20px;
						}
							.goods_imgwrap img {
								height: 100%;
								width: 100%;
								object-fit: cover;
							}


@media (min-width: 1000px) {

	.novelty_wrap {
		padding: 100px 50px;
		width: 90%;
		margin: 0 auto;
		border-radius: 50px;
		box-sizing: border-box;
	}
		.novelty_midashi {
			font-size: 2.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			line-height: 1.4;
		}

		.novelty_flexwrap {
			width: 100%;
			margin: 0 auto 0;
			text-align: left;
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			margin-top: 60px;
		}
			.novelty_flexwrap .novelty_flexitem {
				width: 48%;
			}
			.novelty_flexwrap .novelty_flexitem:nth-child(2) {
				margin-top: 0;
			}
				.novelty_txtl {
					font-size: 1.2em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
					text-align: center;
					line-height: 1.4;
				}
				.novelty_txtm {
					font-size: 0.8em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
					text-align: center;
					line-height: 1.4;
					margin-bottom: 20px;
				}


				.goods_flexwrap {
					width: 100%;
					margin: 0 auto 0;
					text-align: center;
					display: flex;
					justify-content: space-between;
					flex-direction: row;
				}
					.goods_flexwrap .goods_flexleft {
						width: 48%;
						text-align: left;
						position: relative;
					}
					.goods_flexwrap .goods_flexright {
						width: 48%;
						text-align: left;
						position: relative;
					}
						.goods_txt {
							font-size: 0.6em;
							font-weight: 600;
							font-family: "Noto Sans", "Noto Sans JP", sans-serif;
							color: #fff;
							text-align: left;
							position: absolute;
							top: 10px;
							right: 20px;
							background-color: #00ba86;
							padding: 0.2em 1em;
							border-radius: 20px;
						}
						.goods_imgwrap {
							width: 100%;
							height: 200px;
							overflow: hidden;
							border-radius: 20px;
						}
	
}

@media (min-width: 1300px) {

	.novelty_wrap {
		padding: 100px 160px;
		width: 90%;
		margin: 0 auto;
		border-radius: 50px;
		box-sizing: border-box;
	}
		.novelty_midashi {
			font-size: 2.6em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			line-height: 1.4;
		}

		.novelty_flexwrap {
			width: 100%;
			margin: 0 auto 0;
			text-align: left;
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			margin-top: 60px;
		}
			.novelty_flexwrap .novelty_flexitem {
				width: 48%;
			}
			.novelty_flexwrap .novelty_flexitem:nth-child(2) {
				margin-top: 0;
			}
				.novelty_txtl {
					font-size: 1.4em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
					text-align: center;
					line-height: 1.4;
				}
				.novelty_txtm {
					font-size: 0.8em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
					text-align: center;
					line-height: 1.4;
					margin-bottom: 20px;
				}


				.goods_flexwrap {
					width: 100%;
					margin: 0 auto 0;
					text-align: center;
					display: flex;
					justify-content: space-between;
					flex-direction: row;
				}
					.goods_flexwrap .goods_flexleft {
						width: 48%;
						text-align: left;
						position: relative;
					}
					.goods_flexwrap .goods_flexright {
						width: 48%;
						text-align: left;
						position: relative;
					}
						.goods_txt {
							font-size: 0.8em;
							font-weight: 600;
							font-family: "Noto Sans", "Noto Sans JP", sans-serif;
							color: #fff;
							text-align: left;
							position: absolute;
							top: 10px;
							right: 20px;
							background-color: #00ba86;
							padding: 0.2em 1em;
							border-radius: 20px;
						}
						.goods_imgwrap {
							width: 100%;
							height: 300px;
							overflow: hidden;
							border-radius: 20px;
						}
							.goods_imgwrap img {
								height: 100%;
								width: 100%;
								object-fit: cover;
							}
	
}

	

/* ------------------　  来場登録 　--------------------*/

#toroku {
	width: 100%;
	margin: 0 auto;
}
	.toroku_wrap {
		padding: 20px 0px 0;
		width: 95%;
		margin: 0 auto;
		border-radius: 50px;
		box-sizing: border-box;
	}

	.toroku_button {
		/*position: absolute;*/
		margin-top: 20px;
		font-size: 1.4em;
		font-weight: 500;
		width: 100%;
		bottom: 30px;
		box-sizing: border-box;
	}
		.toroku_button a {
			width: 100%;
			text-align: center;
			border-radius: 4px;
			display: inline-block;
			padding: 20px 20px;
			box-sizing: border-box;
			background-color: #00ba86;
			color: #fff;
			text-decoration: none;
		}
		.toroku_button a:hover {
			background-color: #910A2D;
			text-decoration: none!important;
		}




@media (min-width: 1000px) {
	
	.toroku_wrap {
		padding: 50px 100px 0;
		width: 90%;
		margin: 0 auto;
		border-radius: 50px;
		box-sizing: border-box;
	}
	.toroku_button {
		/*position: absolute;*/
		margin-top: 20px;
		font-size: 1.4em;
		font-weight: 500;
		width: 100%;
		bottom: 30px;
		box-sizing: border-box;
	}
		.toroku_button a {
			width: 100%;
			text-align: center;
			border-radius: 4px;
			display: inline-block;
			padding: 20px 20px;
			box-sizing: border-box;
			background-color: #00ba86;
			color: #fff;
		}
		.toroku_button a:hover {
			background-color: #910A2D;
			text-decoration: none;
		}
}
@media (min-width: 1300px) {
	
	.toroku_wrap {
		padding: 100px 200px 0px;
		width: 85%;
		margin: 0 auto;
		border-radius: 50px;
		box-sizing: border-box;
	}
	.toroku_button {
		/*position: absolute;*/
		margin-top: 20px;
		font-size: 2.6em;
		font-weight: 500;
		width: 100%;
		bottom: 30px;
		box-sizing: border-box;
	}
		.toroku_button a {
			width: 100%;
			text-align: center;
			border-radius: 4px;
			display: inline-block;
			padding: 40px 20px;
			box-sizing: border-box;
			background-color: #00ba86;
			color: #fff;
		}
		.toroku_button a:hover {
			background-color: #910A2D;
			text-decoration: none;
		}
}
	
	
/* ------------------　  ウェビナー 　--------------------*/
#webinar {
	width: 100%;
	margin: -40px auto 100px;
}
	.webinar_wrap {
		padding: 80px 40px;
		width: 95%;
		margin: 0 auto;
		background-color: #ffffff;
		border-radius: 50px;
		box-sizing: border-box;
	}
		.webinar_midashi {
			font-size: 2.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			margin-bottom: 20px;
		}
		.webinar_txt {
			font-size: 0.8em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
		}
		.webinar_flexwrap {
			width: 100%;
			margin: 0 auto;
			box-sizing: border-box;
			margin-top: 40px;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
		}
			.webinar_flexwrap .webinar_flexleft {
				width: 100px;
				margin-right: 20px;
				justify-content: flex-start;
				align-items: center;
				display: flex;
			}
			.webinar_flexwrap .webinar_flexright {
				flex: 1;
				width: 100%;
				text-align: left;
			}
				.webinar_txtkonna {
					font-size: 1.0em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
				}
				.webinar_txtkonna_txt {
					font-size: 0.8em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					background-color: #00ba86;
					padding: 0.6em 1.0em;
					border-radius: 50px;
					margin:10px 0; 
				}

				/* table01 */
				#table01 {
					margin: 0 auto;
					margin-top: 20px;
					width: 100%;
				}
				#table01 tr {
					border-bottom: 1px solid #ccc;
				}
				#table01 th,
				#table01 td {
					padding: 14px 0;
					border: none;
					border-bottom: 1px solid #ccc;
				}
				#table01 th {
					width: 30%;
				}

				/* sp */
				@media only screen and (max-width: 480px) {
				  #table01 th,
				  #table01 td {
					width: 100%;
					display: block;
				  }

				  #table01 th {
					width: 100%;
				  }

				  #table01 td {
					padding-top: 0;
				  }
				}

	.webinar_buttonwrap {
		width: 100%;
		margin: 100px auto;
		border-radius: 20px;
		box-sizing: border-box;
		border: 1px solid #ccc;
		padding: 50px;
	}
		.webinar_button_midashi {
			font-size: 2.4em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			margin-bottom: 40px;
		}
		.webinar_button_text {
			font-size: 1.8em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
		}
		.webinar_button {
			width: 80%;
			margin: 40px auto 20px;
			border-radius: 50px;
			box-sizing: border-box;
		}
		.webinar_button_stext {
			font-size: 1.2em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #666;
			text-align: center;
		}




@media (min-width: 1000px) {
	
	.webinar_wrap {
		padding: 80px 100px;
		width: 90%;
		margin: 0 auto;
		background-color: #ffffff;
		border-radius: 50px;
		box-sizing: border-box;
	}
		.webinar_midashi {
			font-size: 2.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			margin-bottom: 40px;
		}
		.webinar_txt {
			font-size: 1.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
		}
		.webinar_flexwrap {
			width: 100%;
			margin: 0 auto;
			box-sizing: border-box;
			margin-top: 40px;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
		}
			.webinar_flexwrap .webinar_flexleft {
				width: 250px;
				margin-right: 20px;
				justify-content: flex-start;
				align-items: center;
				display: flex;
			}
			.webinar_flexwrap .webinar_flexright {
				flex: 1;
				width: 100%;
				text-align: left;
			}
				.webinar_txtkonna {
					font-size: 1.2em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
				}
				.webinar_txtkonna_txt {
					font-size: 1.4em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					background-color: #00ba86;
					padding: 0.6em 1.0em;
					border-radius: 50px;
					margin:10px 0; 
				}

				/* table01 */
				#table01 {
					margin: 0 auto;
					margin-top: 60px;
					width: 100%;
				}
				#table01 tr {
					border-bottom: 1px solid #ccc;
				}
				#table01 th,
				#table01 td {
					padding: 14px 0;
					border: none;
					border-bottom: 1px solid #ccc;
				}
				#table01 th {
					width: 20%;
				}

				/* sp */
				@media only screen and (max-width: 480px) {
				  #table01 th,
				  #table01 td {
					width: 100%;
					display: block;
				  }

				  #table01 th {
					width: 100%;
				  }

				  #table01 td {
					padding-top: 0;
				  }
				}
	
	.webinar_buttonwrap {
		width: 100%;
		margin: 100px auto;
		border-radius: 20px;
		box-sizing: border-box;
		border: 1px solid #ccc;
		padding: 50px;
	}
	
}



@media (min-width: 1300px) {
	
	.webinar_wrap {
		padding: 100px 100px;
		width: 90%;
		margin: 0 auto;
		background-color: #ffffff;
		border-radius: 50px;
		box-sizing: border-box;
	}
		.webinar_midashi {
			font-size: 3.0em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
			margin-bottom: 40px;
		}
		.webinar_txt {
			font-size: 1.2em;
			font-weight: 600;
			font-family: "Noto Sans", "Noto Sans JP", sans-serif;
			color: #333;
			text-align: center;
		}
		.webinar_flexwrap {
			width: 80%;
			margin: 0 auto;
			box-sizing: border-box;
			margin-top: 40px;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
		}
			.webinar_flexwrap .webinar_flexleft {
				width: 280px;
				margin-right: 20px;
				justify-content: flex-start;
				align-items: center;
				display: flex;
			}
			.webinar_flexwrap .webinar_flexright {
				flex: 1;
				width: 100%;
				text-align: left;
			}
				.webinar_txtkonna {
					font-size: 1.4em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #333;
				}
				.webinar_txtkonna_txt {
					font-size: 1.4em;
					font-weight: 600;
					font-family: "Noto Sans", "Noto Sans JP", sans-serif;
					color: #fff;
					background-color: #00ba86;
					padding: 0.6em 1.0em;
					border-radius: 50px;
					margin:10px 0; 
				}

				/* table01 */
				#table01 {
					margin: 0 auto;
					margin-top: 60px;
					width: 80%;
				}
				#table01 tr {
					border-bottom: 1px solid #ccc;
				}
				#table01 th,
				#table01 td {
					padding: 14px 0;
					border: none;
					border-bottom: 1px solid #ccc;
				}
				#table01 th {
					width: 20%;
				}

				/* sp */
				@media only screen and (max-width: 480px) {
				  #table01 th,
				  #table01 td {
					width: 100%;
					display: block;
				  }

				  #table01 th {
					width: 100%;
				  }

				  #table01 td {
					padding-top: 0;
				  }
				}
	
	.webinar_buttonwrap {
		width: 80%;
		margin: 100px auto;
		border-radius: 20px;
		box-sizing: border-box;
		border: 1px solid #ccc;
		padding: 50px;
	}
	
	
}
	
	
	
	
	
	