@charset "utf-8";
.fv,
.cp {
	position: relative;
}
.fv .sp img {
	width: 100vw;
	height: 100svh;
	object-fit: cover;
}
.fv-logo {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 90px;
	height: 441px;
	object-fit: cover;
}
.philosophy__wrap {
	max-width: 900px;
	padding: 135px 16px;
	margin: auto;
}
.subhead {
	font-size: 30px;
	line-height: calc(50 / 30);
	font-weight: 600;
	margin-bottom: 56px;
}
.subhead span {
	display: inline-block;
}
.philosophy__wrap p {
	margin-bottom: 42px;
}
.philosophy__wrap p:last-child {
	margin-bottom: 0;
}
.sec {
	padding: 135px 16px;
	max-width: 900px;
	margin: auto;
}
.heading {
	font-size: 42px;
	line-height: calc(63 / 42);
	font-weight: 600;
	margin-bottom: 63px;
	text-align: center;
}
.heading span {
	font-size: 14px;
	display: block;
}
.history {
	max-width: 900px;
	margin: auto;
}
.history li {
	display: flex;
	align-items: center;
	padding: 37px 0;
	border-bottom: 1px dashed #eaeaea;
}
.history li:first-child {
	padding-top: 0;
}
.history li:last-child {
	padding-bottom: 0;
	border: none;
}
.history p:first-child {
	font-size: 35px;
	line-height: calc(45 / 35);
	width: 236px;
}
.history p:first-child span {
	font-size: 21px;
}
.history p:last-child {
	font-size: 16px;
	line-height: calc(32 / 16);
	width: calc(100% - 236px);
}
.story-item {
	margin-bottom: 56px;
}
.story-item:last-child {
	margin-bottom: 0;
}
.story-item p {
	margin-bottom: 56px;
}
@media screen and (max-width: 940px) {
	.fv .sp img {
		width: 100vw;
		height: 50svh;
		object-fit: cover;
	}
	.fv-logo {
		width: 60px;
		height: auto;
	}
	.subhead {
		letter-spacing: calc((300 / 1000) * 1em);
		margin-bottom: 28px;
	}
	.philosophy__wrap {
		padding: 119px 16px;
	}
	.philosophy__wrap p {
		margin-bottom: 21px;
	}
	.history p:last-child {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.fv .pc img {
		width: 100vw;
		height: 100svh;
		object-fit: cover;
	}
	.cp .pc img {
		width: 100vw;
		height: 100svh;
		object-fit: cover;
		object-position: 50% 25%;
	}
	.sec {
		padding: 119px 16px;
	}
	.heading {
		font-size: 35px;
	}
	.history li {
		flex-flow: column;
		align-items: flex-start;
	}
	.history p:first-child {
		font-size: 28px;
		display: block;
		margin-bottom: 16px;
		width: 100%;
	}
	.history p:last-child {
		width: 100%;
	}
}
/*-----lower-----*/
.lower-fv {
	max-width: 1100px;
	margin: auto;
	padding: 96px 16px 0;
}
.lower-sec {
	padding-top: 96px;
}
.title {
	font-size: 63px;
	line-height: calc(56 / 42);
	font-weight: 600;
	text-align: left;
}
.title span {
	font-size: 14px;
	display: block;
}
.subheading {
	font-size: 30px;
	line-height: calc(45 / 30);
	font-weight: 600;
	text-align: left;
	margin-bottom: 56px;
}
.gallery-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gallery-item {
	margin-right: 40px;
	width: calc((100% / 2) - 20px);
	margin-bottom: 56px;
}
.gallery-item:nth-child(2n) {
	margin-right: 0;
}
.gallery-item__heading {
	font-size: 21px;
	line-height: calc(31 / 21);
	font-weight: 600;
	text-align: left;
	margin-bottom: 21px;
}
.gallery-item img {
	margin-bottom: 21px;
}
.gallery-item p {
	font-size: 14px;
	line-height: calc(39 / 14);
	font-weight: 600;
	text-align: left;
}
.column {
	background-color: #333333;
	padding: 56px 50px;
	margin-bottom: 135px;
}
.column--mb {
	margin-bottom: 0;
}
.column-heading {
	font-size: 21px;
	line-height: calc(31 / 21);
	font-weight: 600;
	text-align: left;
	margin-bottom: 35px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eaeaea;
}
.column-item {
	margin-bottom: 56px;
}
.column-item:last-child {
	margin-bottom: 0;
}
.column-item li {
	margin-bottom: 35px;
}
.column-item li:last-child {
	margin-bottom: 0;
}
.column-item p:nth-child(2) {
	padding-left: 1em;
}
.ingredients {
	margin-bottom: 63px;
}
.ingredients:last-child {
	margin-bottom: 0;
}
.ingredients__heading {
	font-size: 30px;
	line-height: calc(39 / 30);
	font-weight: 600;
	text-align: left;
	margin-bottom: 21px;
}
.ingredients img {
	margin-bottom: 21px;
}
.outline {
	font-size: 21px;
	line-height: calc(31 / 21);
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
}
.heading--mb {
	margin-bottom: 35px;
}
.lower-sec--pb {
	padding-bottom: 0;
}
.access {
	margin-bottom: 100px;
}
.access:last-child {
	margin-bottom: 0;
}
.subheading--mb {
	margin-bottom: 28px;
}
.access-item p {
	margin-bottom: 28px;
}
.access-map {
	max-width: 900px;
	width: 100%;
	height: 375px;
}
.back {
	text-align: center;
	padding-top: 100px;
}
.back a {
	background-color: #eaeaea;
	color: #121212;
	padding: 17px 52px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.back a:hover {
	background-color: #121212;
	color: #eaeaea;
}
.company {
}
.company li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px dashed #eaeaea;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.company li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.company h3 {
	width: 227px;
	font-size: 16px;
	line-height: calc(32 / 16);
	font-weight: 600;
}
.company p {
	font-size: 16px;
	line-height: calc(32 / 16);
	font-weight: 400;
	width: calc(100% - 227px);
}
.company p em {
	display: block;
	font-style: normal;
	margin-bottom: 1em;
}
.company p em:last-child {
	margin-bottom: 0;
}
.nav__items img {
	width: 85px;
	height: 50px;
	object-fit: cover;
}
.nav__items::before {
	content: "";
	display: block;
	background: url(../img/common/yamaa.png) center no-repeat;
	background-size: cover;
	width: 85px;
	height: 50px;
	left: 0;
	right: 0;
	margin: 0 auto 28px;
}
@media screen and (max-width: 600px) {
	.title {
		font-size: 49px;
	}
	.lower-sec {
		padding-top: 63px;
	}
	.subheading {
		font-size: 28px;
	}
	.subheading span {
		display: inline-block;
	}
	.gallery-item {
		margin-right: 0;
		width: 100%;
		margin-bottom: 56px;
	}
	.column {
		background-color: #333333;
		padding: 42px 21px;
		margin-bottom: 119px;
	}
	.column--mb {
		margin-bottom: 0;
	}
	.ingredients__heading {
		font-size: 24px;
	}
	.outline {
		font-size: 18px;
	}
	.outline span {
		display: inline-block;
	}
	.back {
		padding-top: 35px;
	}
	.company h3 {
		width: 110px;
	}
	.company h3 span {
		display: inline-block;
	}
	.company p {
		width: calc(100% - 110px);
	}
}
/*-----/ lower-----*/
