/* Home */

#main {
	padding: 0;
}
#main .inner {
	padding: 0;
	min-height: 100vh;
}
#home_show {
	position: absolute;
	top: 50%;
	left: 50%;
	left: 45%;
	transform: translate(-50%,-50%) scale(0.96);
	width: 76%;
	width: 80%;
	max-width: 1200px;
	max-width: 1050px;
	height: fit-content;
	animation: home_show 700ms ease-in-out 1800ms 1 forwards;
	opacity: 0;
}
.home_show_slide {
	align-content: center;
}
@keyframes home_show {
	0% {
		transform: translate(-50%,-50%) scale(0.96);
		opacity: 0;
	}
	100% {
		transform: translate(-50%,-50%) scale(1);
		opacity: 1;
	}
}
.splide__pagination {
    bottom: -2em !important;
}

/*

#home_hero {
	position: relative;
	width: 100%;
	max-height: 960px;
	height: 90vh;
}
#home_hero_logo {
	display: none;
}
#home_hero_slide {
	width: 100%;
	min-height: 600px;
	max-height: 960px;
	height: 90vh !important;
	overflow: hidden;
}
#home_hero_scroll {
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	left: 50%;
	width: 6em;
	height: 70px;
	margin-left: -3em;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
}
.scroll_line {
	display: block;
	margin: 0 auto;
	width: 1px;
	background: #FFF;
	animation: scroll_line 2000ms ease infinite;
}
#hero_copy {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;
	margin-top: -90px;
	max-width: 800px;
	width: 60%;
	z-index: 1001;
}

@keyframes scroll_line {
	0% {
		margin-top: 0;
		height: 1px;
	}
	50% {
		margin-top: 0;
		height: 90px;
	}
	100% {
		margin-top: 89px;
		height: 1px;
	}
}
.hero_slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.home_hero_navi {
	display: none;
	position: absolute;
	bottom: 2%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	background: rgba(0,0,0,0.6);
	overflow: hidden !important;
	cursor: pointer;
	outline: none;
	z-index: 1000;
}
#home_hero_next {
	right: 2%;
}
#home_hero_prev {
	left: 2%;
}


#home_news {
	margin-top: -125px;
}
#home_news .section_heading {
	margin: 0 100px 2em 100px;
}
#home_news .section_content {
	margin: 0 100px;
	padding: 1.5em 3em;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
}
#home_news li {
	margin-bottom: 1em;
	font-size: 1.2em;
}
#home_news li .date {
	display: inline-block;
	width: 6em;
	font-size: 1rem;
}

#home_profile_shokudo {
	margin-bottom: 8em;
}
#home_profile_video {
	margin-bottom: 3em;
}
#home_profile_shokudo video {
	width: 100%;
}
#home_profile_shokudo h4 {
	margin-bottom: 1em;
	font-size: 1.35em;
	line-height: 1.8em;
	color: #000;
}
.profile_text {
	float: right;
	width: 53%;
}
.profile_image {
	float: left;
	width: 43%;
}

#home_workshop_list {
	margin-top: 5em;
}

.plyr__control--overlaid {
	background: rgba(0,0,0,0.7) !important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: rgba(0,0,0,0.7) !important;
}
.plyr--full-ui input[type=range] {
	color: rgba(0,0,0,0.7) !important;
}

*/