@charset "utf-8";

/* -----------------------------
	feature-kurihara
-------------------------------- */

.l-feature .breadcrumbs {
	margin: 90px 0 0;
}

.l-feature .h1-area {
  top: 105px;
}

.l-feature .page-title-area {
	background: url("../img/bg-kurihara-mv.jpg") no-repeat center / cover;
	height: 600px;
	margin: 0 0 0;
	display: flex;
	align-items: center;
}

.l-feature .page-title-area .inner h2 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 6.0rem;
	line-height: 1.5;
	padding: 0 0 50px;
}

.l-feature .page-title-area .inner p {
	font-size: 2.0rem;
	line-height: 2.0;
}

.l-feature .feature-area .intro-area {
	padding: 100px 0 155px;
	background: url("../img/bg-kurihara-norisuki-pc.jpg") no-repeat right top 100px;
	min-height: 700px;
}

.l-feature .feature-area .t-copy {
    font-family: 'Noto Serif JP', serif;
	font-size: 4.0rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.l-feature .feature-area .intro-area .t-copy {
	padding: 30px 0 0;
}

.l-feature .feature-area .intro-area p {
	letter-spacing: 0.1em;
	line-height: 2.2;
	padding: 40px 0 0;
}

.l-feature .feature-area .bg {
	background: #fafafa;
	padding: 0 0 0;
}

.l-feature .recipe-area ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.l-feature .recipe-area li {
	width: 380px;
	margin: 0 30px 100px 0;
}

.l-feature .recipe-area li:nth-of-type(3n) {
	margin: 0 0 100px 0;
}

.l-feature .recipe-area li img {
	width: 380px;
}

.l-feature .recipe-area .one-recipe {
	width: 100%;
	display: flex;
	align-items: center;
}

.l-feature .recipe-area .one-recipe .img {
	padding: 0 50px 0 0;
}

.l-feature .recipe-area h4 {
    font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
	font-weight: 300;
	left: 0.1em;
	padding: 0 0 20px;
	line-height: 1.5;
}

.l-feature .recipe-area .one-recipe h4 {
	padding: 0 0 20px;
}

.l-feature .recipe-area .txt {
	font-size: 1.4rem;
}

.l-feature .recipe-area .button {
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 30px 0 0;
}

.l-feature .recipe-area .button a {
	background: url("../img/btn-arrow.png") no-repeat right 30px center;
	border: #acacac solid 1px;
	display: block;
	width: 100%;
	padding: 0 30px;
	line-height: 60px;
}

.l-feature .recipe-area .button a:hover {
	border: #f9ab00 solid 1px;
	background:#f9ab00 url("../img/btn-arrow-white.png") no-repeat right 20px center;
	color: #fff;
	opacity: 1;
}

.l-feature .movie-area {
	padding: 500px 0 100px;
	position: relative;
}

.l-feature .movie-area::before {
	content: ""!important;
	width: 100%;
	height: 500px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	position: absolute;
	top: 0;
}

.l-feature .movie-area.recipe-movie02::before {
	background-image: url("../img/bg-kurihara-mv02.jpg");
}

.l-feature .movie-area.recipe-movie03::before {
	background-image: url("../img/bg-kurihara-mv04.jpg");
}

.l-feature .movie-area.recipe-movie04::before {
	background-image: url("../img/bg-kurihara-mv03.jpg");
}

.l-feature .movie-area .inner {
	position: relative;
	z-index: 1;
	padding: 100px 100px 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.l-feature .movie-area .img {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
	width: 480px;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

.l-feature .movie-area .img::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url("../img/movie-start-black.png") 0 0 / 80px 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 2;
}

.l-feature .movie-area .img img {
	transition: all .5s ease;
	width: 480px;
	height: auto;
	object-fit: cover;
}

.l-feature .movie-area .img img:hover {
	transform: scale(1.2);
}

/*
.l-feature .movie-area .inner video {
	width: 480px;
	height: 350px;
}
*/

.l-feature .aumono-area {
	position: relative;
}

.l-feature .aumono-area .inner {
	position: relative;
	z-index: 3;
}

.l-feature .aumono-area {
	height: 560px;
	padding: 140px 0 0;
}

.l-feature .aumono-area::before ,
.l-feature .aumono-area::after {
	content: "";
	position: absolute;
	background-size: cover;
}

.l-feature .aumono-area::after {
	background: #fff;
	z-index: 1;
	width: 60%;
	height: 500px;
	top: 60px;
}

.l-feature .aumono-area::before {
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	background-image: url("../img/bg-kurihara-01.jpg") ;
	right: 0;
	top: 0;
	width: 50%;
	height: 530px;
}

.l-feature .aumono-area .t-copy {
	padding: 0 0 35px;
}

.l-feature .aumono-area p ,
.l-feature .txt-area p {
	line-height: 2.2;
	letter-spacing: 0.1em;
}

.l-feature .txt-area {
	position: relative;
}

.l-feature .txt-area::before {
	content: "";
	position: absolute;
	background-size: cover;
	background: #fff;
	z-index: 1;
	width: 60%;
	height: 480px;
	top: 70px;
	right: 0;
}

.l-feature .txt-area .inner {
	position: relative;
	padding: 0 0 0 550px;
	height: 600px;
	margin: 100px auto;
}

.l-feature .txt-area .inner::before {
	content: "";
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	background-image: url("../img/bg-kurihara-02.jpg") ;
	left: 0;
	top: 0;
	width: 450px;
	height: 600px;
}

.l-feature .txt-area .inner p {
	position: relative;
	z-index: 3;
	top: 170px;
}

.l-feature .recipe-other {
	background: url("../img/line01.png") repeat-x bottom center;
	padding: 90px 0;
	height: 480px;
	margin: 0 0 100px;
}

.l-feature .recipe-other .inner {
	padding: 0 100px;
	position: relative;
}

.l-feature .recipe-other .inner::before {
	content: "";
	position: absolute;
	background-size: cover;
	background: url("../img/bg-kurihara-03.jpg");
	z-index: 1;
	width: 530px;
	height: 300px;
	top: 0;
	right: 0;
}

.l-feature .recipe-other .inner .txt {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2.2;
	padding: 60px 0 0;
}

.l-feature .other-area {
	background: #fafafa;
	padding: 70px 0;
}

.l-feature .other-area .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 100px;
}

.l-feature .other-area .inner h3 {
    font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 3.4rem;
	line-height: 1.5;
	padding: 0 0 0 70px;
	letter-spacing: 0.1em;
}

.l-feature .other-area .inner .img {
	width: 500px;
	line-height: 0;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	height: 280px;
}

.l-feature .other-area .inner .img::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url("../img/movie-start-black.png") 0 0 / 80px 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 2;
}

.l-feature .other-area .inner .img img {
	transition: all .5s ease;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.l-feature .other-area .inner .img img:hover {
	transform: scale(1.2);
}


@media screen and (max-width: 768px){
	
	.l-feature .h1-area {
		top: 60px;
	}

	.l-feature .page-title-area {
		background:none;
		height: auto;
		margin: 80px 0 0;
		position: relative;
		padding: 200px 20px 50px;
	}

	.l-feature .page-title-area::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 200px;
		background: url("../img/bg-kurihara-mv.jpg") no-repeat center right / cover;
	}

	.l-feature .page-title-area .inner h2 {
		font-size: 3.0rem;
		padding: 50px 0 10px;
	}

	.l-feature .page-title-area .inner p {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.l-feature .feature-area .intro-area {
		padding: 200px 20px 50px;
		background: none;
		min-height: auto;
		position: relative;
	}

	.l-feature .feature-area .intro-area::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: url("../img/bg-kurihara-norisuki-sp.jpg") no-repeat left top / cover ;
		width: 100%;
		height: 200px;
	}

	.l-feature .feature-area .t-copy {
		font-size: 2.6rem;
	}

	.l-feature .feature-area .intro-area .t-copy {
		padding: 50px 0 0;
	}

	.l-feature .feature-area .intro-area p {
		letter-spacing: 0.05em;
		line-height: 1.8;
		padding: 10px 0 0;
	}

	.l-feature .feature-area .bg {
		padding: 50px 0 0;
	}

	.l-feature .recipe-area ul {
		padding: 0 20px;
		display: block;
		justify-content: flex-start;
	}

	.l-feature .recipe-area li {
		width: 100%;
		margin: 0 0 40px;
	}

	.l-feature .recipe-area li:nth-of-type(3n) {
		margin: 0 0 40px 0;
	}

	.l-feature .recipe-area li .img {
		line-height: 0;
		width: 100%;
	}

	.l-feature .recipe-area li .img img {
		line-height: 0;
		width: 100%;
	}

	.l-feature .recipe-area .one-recipe {
		width: 100%;
		display: block;
		align-items: flex-start;
	}

	.l-feature .recipe-area .one-recipe .img {
		line-height: 0;
		padding: 0 20px 0 0;
	}

	.l-feature .recipe-area .one-recipe .img img {
	}

	.l-feature .recipe-area h4 {
		font-size: 2.2rem;
		left: 0.05em;
		padding: 20px 0 10px;
	}

	.l-feature .recipe-area .one-recipe h4 {
		padding: 20px 0 10px;
	}

	.l-feature .recipe-area .button {
		width: 100%;
		margin: 20px 0 0;
	}

	.l-feature .recipe-area .button a {
		padding: 0 20px;
	}

	.l-feature .recipe-area .button a:hover {
		background: url("../img/btn-arrow.png") no-repeat right 30px center;
		border: #acacac solid 1px;
		color: #333;
	}

	.l-feature .movie-area {
		padding: 0 0 0;
		position: relative;
	}

	.l-feature .movie-area::before {
		display: none;
	}

	.l-feature .movie-area .inner {
		padding: 0 20px 50px;
		display: block;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.l-feature .movie-area .inner .img {
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		width: 100%;
		height: auto;
	}

	.l-feature .movie-area .inner .img::before {
		width: 55px;
		height: 55px;
		background: url("../img/movie-start-black.png") 0 0 / 55px 55px;
	}
	
	.l-feature .movie-area .inner .img img {
		width: 100%;
		height: auto;
	}
	
	.l-feature .movie-area .inner .img img:hover {
		transform:none;
	}

/*
	.l-feature .movie-area .inner video {
		width: 100%;
		height: auto;
		min-height: 200px;
		max-height: 300px;
	}
*/

	.l-feature .aumono-area {
		height: auto;
		padding: 0;
	}

	.l-feature .aumono-area::after {
		display: none;
	}

	.l-feature .aumono-area::before {
		display: none;
	}

	.l-feature .aumono-area .t-copy {
		padding: 0 0 10px;
	}

	.l-feature .aumono-area p ,
	.l-feature .txt-area p {
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.l-feature .aumono-area .inner {
		position: relative;
		z-index: 1;
		background: none;
		padding: 30px 20px 50px;
		height: auto;
		margin: 0;
		width: 100%;
	}
	
	.l-feature .txt-area::before {
		display: none;
	}
	
	.l-feature .txt-area .inner {
		padding: 30px 20px 50px;
		height: auto;
		margin: 0 auto;
	}

	.l-feature .txt-area .inner::before {
		display: none;
	}

	.l-feature .txt-area .inner::after {
		display: none;
	}

	.l-feature .txt-area .inner p {
		top: 0;
		padding: 0;
	}

	.l-feature .aumono-area .img ,
	.l-feature .txt-area .img {
		line-height: 0;
	}

	.l-feature .aumono-area .img img ,
	.l-feature .txt-area .img img {
		width: 100%;
		line-height: 0;
	}

	.l-feature .recipe-other {
		background-image: url("../img/line01-sp.png");
		padding: 0;
		height: auto;
		margin: 0 0 50px;
	}

	.l-feature .recipe-other .inner {
		padding: 200px 20px 50px;
	}

	.l-feature .recipe-other .inner::before {
		background: url("../img/bg-kurihara-03-sp.jpg") no-repeat center / cover;
		width: 100%;
		height: 200px;
		right: auto;
		left: 0;
	}

	.l-feature .recipe-other .inner .txt {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.8;
		padding: 50px 0 0;
	}

	.l-feature .other-area {
		padding: 50px 20px 0;
		margin: 0;
	}

	.l-feature .other-area .inner {
		display: block;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 0 50px;
	}

	.l-feature .other-area .inner h3 {
		font-size: 2.2rem;
		padding: 30px 0 0;
		letter-spacing: 0.05em;
	}

	.l-feature .other-area .inner video {
		width: 100%;
		height: auto;
		min-height: 200px;
		max-height: 300px;
	}

	.l-feature .other-area .inner .img {
		width: 100%;
		height: auto;
	}

	.l-feature .other-area .inner .img::before {
		width: 55px;
		height: 55px;
		background: url("../img/movie-start-black.png") 0 0 / 55px 55px;
	}
	
	.l-feature .other-area .inner .img img {
		height: auto;
	}
	.l-feature .other-area .inner .img img:hover {
		transform:none;
	}

}





