header section {
	background: none;
}
main {
	position: relative;
	overflow: hidden;
	background: none;
}
main::before {
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../img/top_bg_mhm_sp.jpg);
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
footer {
	background: #e4e7ec;
}


/* 葉のかざり */
.top_il_1, .top_il_2 {
	position: absolute;
	content: '';
}
.top_il_1 {
	background: url(../img/top_bg_il_01.png) no-repeat;
	background-size: 100% auto;
	top: -15vw;
	right: -13.2vw;
	width: 70vw;
	height: 100vw;
}
.top_il_2 {
	background: url(../img/top_bg_il_02.png) no-repeat;
	background-size: 100% auto;
	top: calc(110px + 58vw);
	left: -10vw;
	width: 42vw;
	height: 70vw;
}

/* ループスライダー */
.slider {
	width: 100%;
	margin: 0;
}
.slider img {
	width: 100%;
}
ul.splide__list {
	margin: 0;
	padding: 0;
}
li.splide__slide {
	padding: 0;
	margin: 0;
	line-height: 1;
}
li.splide__slide::before {
	display: none;
}

/* リードコピー */
#toplead {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	padding: 20px;
	margin: 10vw 20px 0 20px;
}
#toplead h2 {
	color: #142434;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}
#toplead p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 2;
}

/* 共通タイトル（h2） */
#top_glr h2,
#top_wks h2,
#top_acs h2 {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin: 0 auto 40px auto;
}
#top_glr h2 em,
#top_wks h2 em,
#top_acs h2 em {
	display: block;
	font-family: "Baskervville", serif;
	font-size: 42px;
	color: #4b5562;
}
#top_glr h2 span,
#top_wks h2 span,
#top_acs h2 span {
	letter-spacing: 4px;
	padding-left: 4px;
	color: #4b5562;
}
#top_wks h2 em,
#top_acs h2 em,
#top_wks h2 span,
#top_acs h2 span {
	color: #fff;
}

/* ギャラリー */
#top_glr {
	padding: 50px 0;
	text-align: center;
}
#top_glr ul {
	margin: 30px auto;
	padding: 0;
}
#top_glr ul li::before {
	display: none;
}
#top_glr ul li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	width: 31%;
}
#top_glr ul li img {
	border-radius: 3px;
}
#top_glr a.btn {
	background: #ea8396;
}

/* ワークショップ */
#top_wks {
	padding: 40px 0 50px 0;
	background: #e8884e;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.top_wks_tx p {
	color: #fff;
	text-align: center;
}
.top_wks_btn {
	background: #fff;
	width: 80vw;
	margin: 0 auto;
	padding: 20px;
	border-radius: 3px;
}
.top_wks_brc h3,
.top_wks_sun h3,
.top_wks_brc p,
.top_wks_sun p {
	margin: 0;
}
a.top_wks_brc,
a.top_wks_sun {
	display: block;
	position: relative;
	padding: 10px;
	color: #142434;
	text-decoration: none;
	text-align: left;
	max-width: 320px;
	margin: 0 auto;
}
.top_wks_brc h3,
.top_wks_sun h3 {
	font-size: 17px;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 3px #e8884e;
}
.top_wks_brc p,
.top_wks_sun p {
	font-size: 13px;
	line-height: 1.5;
}
.top_wks_brc::before,
.top_wks_sun::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #e8884e;
	right: 10px;
	bottom: 48px;
}

/* アクセス */
#top_acs {
	padding: 40px 0 0 0;
	background: #ea8396;
	text-align: center;
	border-radius: 10px 10px 0 0;
	margin-top: -10px;
}
#top_acs p {
	text-align: center;
	color: #fff;
}
#top_acs .btn {
	background: #fff;
	color: #ea8396;
}
#top_acs .btn::before {
	border-color: transparent transparent transparent #ea8396;
}
.top_acs_ph {
	margin-top: 40px;
}



	/*#################### 750px 以上 ####################*/

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

	main::before {
		background-image: url(../img/top_bg_mhm_pc.jpg);
		background-position: left top;
		background-size: 100% auto;
		background-repeat: no-repeat;
		}

	/* 葉のかざり */
	.top_il_1 {
		top: -95px;
		right: -84px;
		width: 440px;
		height: 620px;
	}
	.top_il_2 {
		top: calc(150px + 35vw);
		left: -72px;
		width: 300px;
		height: 450px;
	}

	/* ループスライダー */
	.slider img {
		width: auto;
		height: 600px;
	}

	/* リードコピー */
	#toplead {
		padding: 40px;
		margin: 80px 50px 0 50px;
		border-radius: 5px;
	}
	#toplead h2 {
		font-size: 18px;
	}
	#toplead p {
		font-size: 16px;
	}

	/* 共通タイトル（h2） */
	#top_glr h2,
	#top_wks h2,
	#top_acs h2 {
		font-size: 18px;
		margin: 0 auto;
		padding: 7vw 0 3vw 0;
	}
	#top_glr h2 em,
	#top_wks h2 em,
	#top_acs h2 em {
		font-size: 65px;
	}
	#top_glr h2 span,
	#top_wks h2 span,
	#top_acs h2 span {
		letter-spacing: 5.5px;
		padding-left: 5.5px;
	}

	/* ギャラリー */
	#top_glr {
		padding: 40px 0 100px 0;
	}
	#top_glr ul {
		margin: 30px auto 50px auto;
	}
	#top_glr ul li {
		margin: 0 5px;
	}
	#top_glr ul li img {
		border-radius: 5px;
	}

	/* ワークショップ */
	#top_wks {
		padding: 0;
		border-radius: 20px 20px 0 0;
		position: relative;
	}
	.top_wks_tx {
		display: inline-block;
		width: 50%;
	}
	.top_wks_btn {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		margin: 0;
		padding: 60px 0;
		border-radius: 0 20px 0 0;
		min-height: 45vw;
	}
	a.top_wks_brc,
	a.top_wks_sun {
		padding: 15px;
		max-width: 340px;
		margin: 10px auto;
	}
	.top_wks_brc h3,
	.top_wks_sun h3 {
		font-size: 20px;
		padding-bottom: 7px;
		margin-bottom: 10px;
		border-bottom: solid 4px #e8884e;
	}
	.top_wks_brc p,
	.top_wks_sun p {
		font-size: 15px;
	}
	.top_wks_brc::before,
	.top_wks_sun::before {
		border-width: 8px 0 8px 11px;
		right: 15px;
		bottom: 64px;
	}

	/* アクセス */
	#top_acs {
		position: relative;
		padding: 0;
		min-height: 50vw;
		margin-top: -20px;
		border-radius: 20px 20px 0 0;
	}
	.top_acs_tx {
		margin-left: 50%;
	}
	.top_acs_ph {
		position: absolute;
		top: 0;
		left: 0;
		width: 50vw;
		margin: 0;
	}
	.top_acs_ph img {
		border-radius: 20px 0 0 0;
	}
	
	}




	
	
		/*#################### 1000px 以上 ####################*/

		@media only screen and (min-width: 1000px) {
	
		/* リードコピー */
		#toplead {
			width: 900px;
			margin: 100px auto 0 auto;
		}

		/* 共通タイトル（h2） */
		#top_glr h2,
		#top_wks h2,
		#top_acs h2 {
			padding: 60px 0 40px 0;
		}

		/* ギャラリー */
		#top_glr {
			width: 1000px;
			margin: 0 auto;
		}

		/* ワークショップ */
		.top_wks_tx {
			position: relative;
		}
		.top_wks_tx h2 {
			position: absolute;
			width: 500px;
			top: 30px;
			right: 0;
		}
		.top_wks_tx p {
			position: absolute;
			width: 500px;
			top: 260px;
			right: 0;
		}
		.top_wks_btn {
			position: relative;
			min-height: 500px;
		}
		a.top_wks_brc,
		a.top_wks_sun {
			position: absolute;
			left: 80px;
			width: 340px;
			top: 120px;
		}
		a.top_wks_sun {
			top: 240px;
		}

		/* アクセス */
		#top_acs {
			min-height: 500px;
		}
		.top_acs_tx {
			position: absolute;
			top: 0;
			left: 50%;
			width: 500px;
			margin-left: 0;
		}
		#top_acs h2 {
			margin: 30px 0;
		}
		.top_acs_ph {
			position: absolute;
			top: 0;
			left: calc(50% - 500px);
			width: 500px;
			margin: 0;
		}
		.top_acs_ph img {
			border-radius: 0;
		}
		
		}