@charset "utf-8";

/*--------------------------------------------
home トップ動画
--------------------------------------------*/

#home #top {
	/* top: 0; */
	height: 100vh;
	height: calc( var(--vh) * 100 );
	width: 100%;
	overflow: hidden;
	position: relative;
}
#home #top video {
	/* display: none; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
}

/*--------------------------------------------
home スライドショー
--------------------------------------------*/

#slide .slideshow {
	width: 100%;
	font-size: 15px;
}
#slide .slideshow .page {
	width: 100%;
	height: 606px;
	display: flex;
	justify-content: center;
	/* padding: 50px 75px 58px 50px; */
	padding: 50px 95px 58px 90px;
	/* background-color: mediumaquamarine; */
}
#slide .slideshow .page .left {
	position: relative;
	max-width: 534px;
	/* width: 100%; */
	flex: 1;
	/* background-color: mediumseagreen; */
}
#slide .slideshow .page .left img:nth-child(1) {
	/* width: 40%; */
}
#slide .slideshow .page .left img:nth-child(2) {
	/* width: 40%; */
	max-width: 230px;
	position: absolute;
	right: 23px;
	bottom: 0;
	z-index: 1;
}
#slide .slideshow .page .left p {
	margin-top: 82px;
	margin-left: 48px;
	position: relative;
	z-index: 2;
	font-size: 22px;
	line-height: 2em;
}
#slide .slideshow .page .right {
	margin-left: 52px;
	flex: 1;
}
#slide .slideshow .page .right img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: right center;
	font-family: 'object-fit: contain; object-position: right center;';
}

#slide .slideshow .page.no1 {
	background-color: #EB3EB0;
}
#slide .slideshow .page.no2 {
	background-color: #EDEDED;
}
#slide .slideshow .page.no3 {
	background-color: #8F0F1B;
}
#slide .slideshow .page.no4 {
	background-color: #FADB2A;
}
#slide .slideshow .page.no5 {
	background-color: #004076;
}

#slide .slideshow .page.no1 .left p,
#slide .slideshow .page.no3 .left p,
#slide .slideshow .page.no5 .left p {
	color: #fff;
}
#slide .slideshow .page.no2 .left p,
#slide .slideshow .page.no4 .left p {
	color: #000;
}

/* ドット */
.slick-dots2 {
	position: absolute;
	bottom: 15px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	/* background-color: #3A7FCB; */
	height: 15px;
	overflow: hidden;
}
.slick-dots2 li {
	position: relative;
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	margin: 0 10px;
	padding: 0;
}
.slick-dots2 > li:first-child:last-child {
    display: none;
}
.slick-dots2 li.slick-active button::before {
	content: "●";
}
.slick-dots2 li button {
	/* background-color: aqua; */
	background: transparent;
	border:0;
	font-size: 0pt;
}
.slick-dots2 li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "○";
	width: 15px !important;
	height: 15px !important;
	font-family: "slick";
	font-size: 12px !important;
	line-height: 15px !important;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

/* 矢印 */
.arrow {
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.16));
	width: 16px;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	/* top: 50%; */
	top: 37%;
	transform: translateY(-50%);
}
.arrow.prev {
	left: 3%;
}
.arrow.prev.slick-disabled {
	visibility: hidden;
}
.arrow.next {
	right: 3%;
}
.arrow.next.slick-disabled {
	visibility: hidden;
}

/*--------------------------------------------
事業コンセプト
--------------------------------------------*/
#concept {
	text-align: center;
}
#concept .container {
	padding-top: 50px;
}
#concept .title {
	display: inline-block;
	/* margin-top: 50px; */
	margin-bottom: 45px;
	max-width: 315px;
	width: 100%;
	position: relative;
	padding: 0;
}
#concept .title .img {
	width: 100%;
	margin: 0;
}
#concept .title .svg_link {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
}
#concept .folding {
	display: block;
	max-width: 610px;
	margin: 0 auto;
}

/*--------------------------------------------
NEWSスライダー
--------------------------------------------*/
#news_slider .container {
	padding-top: 78px;
	/* background-color: #fff; */
}
#news_slider .slide_news {
	max-width: 1024px;
	margin: 0 auto;
}
@media (min-width: 834px) {
	#news_slider .slide_news .page {
		margin: 0 15px 30px;
	}
	#news_slider .slide_news .slick-dots1 {
		bottom: 2px !important;
	}
	#news_slider .slide_news .slick-dots1 li button::before {
		color: #000 !important;
	}
}

/*--------------------------------------------
事業一覧
--------------------------------------------*/
#projects .container {
	padding-top: 68px;
}
#projects .grid {
	/* padding-top: 40px; */
	padding-top: 68px;
	padding-bottom: 20px;
}
#projects .line {
	/* padding-top: 55px; */
	/* padding-top: 100px; */
}
#projects .grid {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
}
#projects .grid .title {
	/* display: inline-block; */
	position: relative;
	margin: 0;
	/* max-width: 420px; */
	/* width: 100%; */
}
#projects .grid .title {
	/* float: left; */
	width: 30.3333333333333%;
	margin-top: 2%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	/* background-color: #FADB2A; */
}
#projects .grid .title img,
#projects .grid .title a {
	width: 100%;
}
#projects .grid .title img {
	margin-bottom: 15%;
}
#projects .grid .title .svg_link {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}
/* タブレット　834px以下 */
@media (max-width: 834px) {
	#projects .grid .title {
		float: left;
		width: 47%;
		margin-top: 2%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}
/* スマホ　520px以下 */
@media (max-width: 520px) {
	#projects .container {
		padding-top: 45px;
	}
	#projects .grid .title {
		float: left;
		/* width: 92%; */
		width: 100%;
		margin-top: 2%;
		/* margin-left: 4%; */
		/* margin-right: 4%; */
		margin-left: 0;
		margin-right: 0;
	}
}

/*--------------------------------------------
home 強み
--------------------------------------------*/

#feature {
	/* padding-bottom: 0; */
	text-align: center;
}
#feature .musuko,
#feature .base.mobile > h2 {
	display: none;
}
#feature .block {
	padding: 100px 0 82px;
}
#feature .block:not(:last-child) {
	border-bottom: 1px solid #bbbbbb;
}
#feature .block p {
	margin-top: 62px;
}
#feature .block .link {
	display: none;
}

/*--------------------------------------------
home エンブレイスオリーブについて
--------------------------------------------*/

#about {
	text-align: center;
}
#about img {
	/* width: 88%; */
	width: 100%;
}
#about .mobile {
	padding-top: 60px;
	padding-bottom: 60px;
}

/*--------------------------------------------
home 商品
--------------------------------------------*/

#product .wrapper {
	display: flex;
	border-top: 2px solid #f2f2f2;
}
#product .wrapper .item > a {
	height: 100%;
	width: 100%;
}
#product .wrapper .item:not(:last-child) {
	/* border-right: 5px solid #fff; */
	/* border-right: 2px solid #f2f2f2; */
}
#product .wrapper .item {
	/* border-bottom: 5px solid #fff; */
	border-bottom: 5px solid #fff;
	box-sizing: border-box;
	display: block;
	/* min-height: 782px; */
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
#product .wrapper .item img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
/* #product .bottom-area {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	margin-top: 645px;
	top: 0;
	pointer-events: none;
	background-color: rgba(255, 255, 255, .47);
} */
#product .top-area {
	height: 645px;
	/* background-color: lightskyblue; */
	border-right: 2px solid #f2f2f2;
}
#product .bottom-area {
	border-right: 2px solid #fff;
	display: block;
	position: relative;
	/* height: 100%; */
	height: 100%;
	/* min-height: auto; */
	width: 100%;
	/* margin-top: 645px; */
	margin-top: 0;
	pointer-events: none;
	/* background-color: rgba(255, 255, 255, .47); */
	background-color: #f2f2f2;
}
#product .bottom-area div { 
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 17px 40px;
}
#product .bottom-area div p { 
	display: block;
	width: 100%;
	/* padding-right: 145px; */
	/* padding-right: 45px; */
}
#product .link {
	position: absolute;
	right: 30px;
	bottom: 18px;
	font-size: 13px;
	display: block;
}	
#product .onehandolive.item {
	/* background-color: #BA82A0; */
	background-color: #fff;
}
/* #product .onehandolive img:nth-child(1) {
	position: absolute;
	padding-top: 72px;
	left: -80px;
	width: 432px;
}
#product .onehandolive img:nth-child(2) {
	position: absolute;
	right: 20px;
	bottom: 72px;
	z-index: 100;
	width: 126px;
} */
#product .lucca.item  {
	/* background-color: #755792; */
	background-color: #fff;
}
/* #product .lucca img:nth-child(1) {
	position: absolute;
	margin-top: 16px;
	left: -80px;
	width: 347px;
}
#product .lucca img:nth-child(2) {
	position: absolute;
	left: 2vw;
	width: 246px;
	margin-top: 385px;
}
#product .lucca img:nth-child(3) {
	position: absolute;
	right: 24px;
	bottom: 72px;
	z-index: 100;
	height: 395px;
} */
#product .olivevinegar.item  {
	/* background-color: #FFDD2A; */
	background-color: #fff;
}
/* #product .olivevinegar img:nth-child(1) {
	position: absolute;
	top: -20px;
	left: -30px;
	width: 376px;
}
#product .olivevinegar img:nth-child(2) {
	position: absolute;
	left: 34px;
	width: 216px;
	margin-top: 442px;
}
#product .olivevinegar img:nth-child(3) {
	position: absolute;
	right: 24px;
	bottom: 72px;
	z-index: 100;
	height: 441px;
} */

/*--------------------------------------------
home カフェ
--------------------------------------------*/

#cafe {
	color: #fff;
	/* min-height: 395px; */
}
#cafe .container {
	position: relative;
}
#cafe .container > a {
	width: 100%;
	pointer-events: none;
}
#cafe .container > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* object-position: bottom; */
	font-family: "object-fit: cover;";
	position: absolute;
	/* display: none; */
	/* opacity: .9; */
}
#cafe .container > a > div {
	padding: 40px 40px 40px;
}
#cafe .container > a > div > div {
	position: relative;
	z-index: 100;
	padding: 56px 62px;
	background-color: #fff;
	opacity: .65;
	color: #000;
	/* font-weight: bold; */
	/* width: 100%; */
}
#cafe .container > a > div img {
	width: 276px;
	margin-bottom: 79px;
	display: none;
}
#cafe .container > a > div p {
	/* line-height: 50px; */
	line-height: 3rem;
	margin-top: 24px;
	padding-left: 14px;
	/* font-weight: bold; */
	font-size: 1rem;
}
#cafe .container > a > div p.link {
	/* text-align: right; */
}

/*--------------------------------------------
Mobile
--------------------------------------------*/

/* タブレット表示 */
@media (max-width: 1200px) {

	/* スライドショー */

	#slide .slideshow .page {
		height: 324px;
		padding: 22px 36px 38px 15vw;
	}
	#slide .slideshow .page .left img:nth-child(1) {
		max-width: 325px;
		margin-top: 44px;
		position: relative;
		z-index: 3;
	}
	/* #slide .slideshow .page .left img:nth-child(2) {
		max-width: 162px;
		right: 0;
		top: 8px;
	} */
	#slide .slideshow .page .left p {
		margin-top: 24px;
		margin-left: 7px;
		font-size: 16px;
	}
	#slide .slideshow .page .right {
		margin-left: 30px;
	}
	#slide .slideshow .page .right img {
		object-position: left center;
	}
	.slick-dots2 {
		bottom: 10px;
	}

	/* 強み */

	#feature {
		text-align: left;
	}
	#feature .base.mobile {
		position: relative;
	}
	#feature .container {
		padding: 100px 0 75px;
	}
	#feature br {
		/* display: none; */
	}
	#feature .musuko {
		display: block;
		width: 200px;
		position: absolute;
		top: -50px;
		right: 7%;
	}
	#feature .musuko p {
		position: absolute;
		bottom: 0;
		right: -30px;
		font-size: 12px;
		line-height: 12px;
	}
	#feature .block {
		padding: 0;
		position: relative;
		/* max-width: 564px; */
		width: 62%;
	}
	#feature .block:not(:last-child) {
		/* margin-bottom: -44px; */
		border-bottom: none;
	}
	#feature .block br {
		display: none;
	}
	#feature .block h2 {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 22px;
		padding-right: 135px;
	}
	#feature .block .link {
		display: block;
		position: absolute;
		top: 20px;
		right: 10px;
	}
	#feature .block .xmark {
		display: block;
		position: absolute;
		top: 20px;
		right: 23px;
	}
	#feature .block p {
		margin-top: 24px;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		-o-transition: all .8s;
		transition: all .8s;
	}
	#feature .block:not(:last-child) p {
		border-bottom: 1px solid #bbbbbb;
	}
	#feature .block p.active {
		margin-top: 44px;
		max-height: 600px;
		opacity: 1;
	}
	#feature .block:not(:last-child) p.active {
		margin-bottom: 40px;
		padding-bottom: 80px;
	}

	/* エンブレイスオリーブについて */

	/* #about > img {
		height: 324px;
	}
	#about .details {
		padding: 38px 0 49px;
	} */

	/* 商品 */

	#product .top-area {
		height: 446px;
	}
	#product .bottom-area {
		/* margin-top: 446px; */
	}
	#product .bottom-area div p { 
		/* padding-right: 85px; */
	}
	#product .link {
		font-size: 12px;
		right: 10px;
	}	
	#product .link::after {
		margin-left: 10px;
	}
	/* #product .onehandolive img:nth-child(1) {
		padding-top: 50px;
		left: -90px;
		width: 388px;
	}
	#product .onehandolive img:nth-child(2) {
		bottom: 119px;
		width: 68px;
	}
	#product .lucca img:nth-child(1) {
		left: -30px;
		width: 300px;
	}
	#product .lucca img:nth-child(2) {
		width: 117px;
		margin-top: 320px;
	}
	#product .lucca img:nth-child(3) {
		bottom: 89px;
		height: 249px;
	}
	#product .olivevinegar img:nth-child(1) {
		width: 300px;
	}
	#product .olivevinegar img:nth-child(2) {
		left: 2vw;
		width: 150px;
		margin-top: 320px;
	}
	#product .olivevinegar img:nth-child(3) {
		bottom: 89px;
		height: 268px;
	} */

	/* カフェ */
	
	#cafe {
		/* height: 395px; */
	}
	/* #cafe .container > a > div {
		padding: 8% 5%;
	} */
	#cafe .container > a > div > div {
		padding: 49px 30px;
	}
	#cafe .container > a > div img {
		width: 190px;
		margin-bottom: 10px;
	}
	#cafe .container > a > div p {
		/* line-height: 45px; */
		margin-top: 20px;
		font-size: .75rem;
		line-height: 2.3rem;
		/* padding-left: 14px; */
	}
}

@media (max-width: 850px) and (max-height: 823px) {

	/* スライドショー */

	#slide .slideshow .page {
		min-height: 173px;
		height: auto;
		padding: 18px 10px 30px .6%;
	}
	#slide .slideshow .page .left {
		position: relative;
		/* padding-right: 10vw; */
		/* background-color: mediumseagreen; */
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	#slide .slideshow .page .left img:nth-child(1) {
		max-width: 235px;
		min-width: 180px;
		margin-top: 0;
		position: relative;
		width: 55%;
	}
	#slide .slideshow .page .left img:nth-child(2) {
		position: absolute;
		width: auto;
		max-height: 98px;
		right: 0;
		bottom: 0;
		top: auto;
		object-fit: contain;
		object-position: right center;
		font-family: "object-fit: contain; object-position: right center;";
	}
	#slide .slideshow .page .left p {
		position: relative;
		margin-top: 15px;
		/* margin-left: 17px; */
		line-height: 1.3em;
		/* padding-right: 70px; */
		font-size: 13px;
		line-height: 20px;
		/* background-color: mediumslateblue; */
	}
	#slide .slideshow .page .right {
		/* background-color: lightblue; */
		width: 100%;
		height: auto;
		margin-left: 10px;
		overflow: hidden;
		position: relative;
	}
	#slide .slideshow .page .right img {
		width: 100%;
		position: absolute;
		object-fit: contain;
		object-position: center;
		/* top: 50%;
		left: 100%;
		transform: translate(-100%, -50%);
		min-width: 150px; */
	}
	.slick-dots2 {
		bottom: 10px;
	}

	/* 事業コンセプト */
	
	#concept img {
		margin-top: 35px;
		margin-bottom: 30px;
	}

	/* 強み */

	#feature .container {
		padding: 69px 0 69px;
	}
	#feature .musuko {
		display: none;
	}
	#feature .base.mobile > h2 {
		display: block;
		padding-bottom: 42px;
	}
	#feature .block {
		width: 100%;
	}
	#feature .block h2 {
		font-size: 16px;
		letter-spacing: 0;
	}
	#feature .block .link {
		top: 4px;
		font-size: 12px;
		letter-spacing: 0;
	}
	#feature .block .xmark {
		top: 6px;
		right: 23px;
	}
	#feature .block p {
		font-size: 15px;
	}

	/* エンブレイスオリーブについて */

	/* #about .details {
		padding: 31px 0 37px;
		text-align: left;
	}
	#about .details img {
		left: 0;
		transform: none;
	}
	#about .details h3 {
		margin-bottom: 16px;
	} */

	/* 商品 */

	#product .wrapper {
		display: block;
	}
	/* #slide .slideshow .page.first {
		height: calc(100vh - 56px);
	} */
	#product .wrapper .item:not(:last-child) {
		border-right: none;
	}
	#product .bottom-area {
		/* padding-bottom: 25px; */
		margin-top: 0;
		height: auto;
		position: relative;
		display: block;
	}
	#product .bottom-area div p { 
		padding-right: 0;
	}

	/* #product .onehandolive img:nth-child(1) {
		padding-top: 40px;
		left: -60px;
		width: 388px;
	}
	#product .onehandolive img:nth-child(2) {
		top: 260px;
		bottom: 0;
		width: 68px;
	} */

	#product .wrapper .item {
		/* height: calc(100vh - 56px); */
	}
	#product .wrapper .item a {
		/* height: 100%; */
		/* position: relative; */
	}
	#product .top-area { 
		position: relative;
		/* padding: 20px 0; */
		padding: 0;
	}
	#product .link.dummy{ 
		display: none;
	}
	/* #product .onehandolive img:nth-child(1) {
		position: relative;
		left: -20px;
		height: 100%;
		width: auto;
		padding: 0;
		width: 90%;
		object-fit: contain;
		object-position: left center;
	}
	#product .onehandolive img:nth-child(2) {
		position: absolute;
		right: 20px;
		
		z-index: 100;
		width: auto;
		bottom: 5%;
		max-height: 171px;
		height: 70%;
	}

	#product .lucca img:nth-child(1) {
		position: relative;
		margin-top: 0;
		left: -10%;
		height: 70%;
		width: auto;
		padding: 0;
		width: 80%;
		object-fit: contain;
		object-position: left bottom;
	}
	#product .lucca img:nth-child(2) {
		position: relative;
		left: 2%;
		height: 30%;
		margin-top: -1%;
		top: 0;
		padding-top: 10px;
		max-width: 160px;
		width: 100%;
		
		object-fit: contain;
		object-position: center top;
	}
	#product .lucca img:nth-child(3) {
		bottom: 5%;
		max-height: 249px;
		height: 70%;
	}

	#product .olivevinegar img:nth-child(1) {
		
		position: relative;
		margin-top: -3%;
		left: -10%;
		height: 70%;
		width: auto;
		padding: 0;
		width: 80%;
		object-fit: contain;
		object-position: left bottom;
		
	}
	#product .olivevinegar img:nth-child(2) {
		position: relative;
		left: 2%;
		height: 30%;
		margin-top: -10px;
		top: 0;
		max-width: 180px;
		width: 150%;
		object-fit: contain;
		object-position: center top;
		
	}
	#product .olivevinegar img:nth-child(3) {
		bottom: 5%;
		max-height: 249px;
		height: 70%;
	} */

	/* カフェ */
	
	#cafe .container > a > div {
		padding: 8% 4%;
		font-weight: bold;
	}
	#cafe .container > a > div > div {
		/* padding: 56px 15px; */
		padding: 56px 20px;
	}
	#cafe .container > a > div p {
		padding-left: 0;
	}
	#cafe .container > a > div p.link {
		text-align: right;
		font-size: 13px;
	}
}

@media screen and (max-width: 850px) and (max-height: 350px) and (orientation: landscape) {
	/* #product .top-area { 
		padding: 5px;
	}
	#product .onehandolive img:nth-child(1) {
		left: auto;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

	#product .lucca img:nth-child(1) {
		left: auto;
		height: 100%;
		width: 45%;
		object-fit: contain;
		object-position: right;
	}
	#product .lucca img:nth-child(2) {
		position: relative;
		left: 0;
		height: 100%;
		margin-top: 0;
		top: 0;
		padding-top: 0;
		padding: 4% 0;
		padding-left: 5%;
		width: 50%;
		object-fit: contain;
		object-position: left center;
	}

	#product .olivevinegar img:nth-child(1) {
		left: auto;
		height: 100%;
		width: 45%;
		top: 0;
		margin-top: 0;
		object-fit: contain;
		object-position: right;
	}
	#product .olivevinegar img:nth-child(2) {
		position: relative;
		left: 0;
		height: 100%;
		margin-top: 0;
		top: 0;
		padding-top: 0;
		padding: 4% 0;
		padding-left: 5%;
		width: 50%;
		object-fit: contain;
		object-position: left center;
	} */
}

@media (max-width: 850px) {

	/* 店舗情報 */
	
	#info .container {
		/* padding: 56px 20px 0; */
		/* padding: 56px 0 0; */
	}
	#info .item.address {
		/* text-align: center; */
	}

}

@media (max-width: 450px) {

	#home #top {
		width: 100%;
  		aspect-ratio: 3 / 4;
		height: auto;
	}

}
