@charset "UTF-8";
/* **********************************************
	企業案内トップスタイル
	
	スマホ(max-width: 768px)
	タブレット（min-width: 768px）and(max-width:960px)
	PC（min-width: 960px）
	
 ********************************************** */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	本文エリア
 ================================================= */
#wrapper .contents {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 70px 0px 0px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	COMPANYエリア
 ================================================= */
#wrapper .comtopArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .comtopArea {
		max-width: 860px;
	}
}
/* 見出し */
.comtopArea .mds {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.comtopArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	color: #d64045;
	white-space: nowrap;
}
.comtopArea .mds h1 .h2-jp {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #939393;
	white-space: nowrap;
	letter-spacing: 0.0125em;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.comtopArea .mds {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	.comtopArea .mds h2 {
		font-size: 54px;
		font-weight: 400;
		line-height: 1em;
		color: #d64045;
	}
	.comtopArea .mds h2 .h2-jp {
		margin: 0px auto;
		padding: 0px 0px 10px 30px;
		font-size: 18px;
		font-weight: 400;
		line-height: 1em;
		color: #939393;
		letter-spacing: 0.0125em;
	}
}
/* =================================================
	リンクエリア
 ================================================= */
.comtopArea .links {
	width: 100%;
	height: auto;
	display: block;
	margin: 50px auto 0px;
	padding: 0px 0px 75px 0px;
	text-align: center;
	list-style: none;
	gap: 80px;
}
.comtopArea .links a {
	width: 90%;
	height: auto;
	display: block;
	margin :0px auto 20px;
	padding: 0px;
	text-decoration: none;
}
.comtopArea .links a figure {
	width: 354px;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 10px 0px 0px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #231815;
	text-decoration: none;
	transition: all 0.3s ease;
}
.comtopArea .links a figcaption {
	position: relative;
	padding: 10px 0px 0px 23px;
}
/* 矢印アイコン */
.comtopArea .links  a figcaption::after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	margin: auto;
	padding: 0px;
	background-image: url(../_img/cmn/icn_arrow_maru.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 12px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0px;
	bottom: -8px;
	left: 0px;
	right: auto;
	transition: all 0.3s ease;
}
.comtopArea .links a:hover {
}
/* ラインナップ商品画像（ズーム） */
.comtopArea .links a figure .img-zoom {
	width: 354px;
	max-width: 354px;
	height: 200px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
}
.comtopArea .links a figure .img-zoom img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.comtopArea .links a:hover figure .img-zoom img {
	transform: scale(1.1);
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.comtopArea .links {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 70px auto 0px;
		padding: 0px 0px 150px 0px;
		text-align: center;
		list-style: none;
		gap: 80px;
	}
	.comtopArea .links a {
		width: 390px;
		height: auto;
		display: block;
		margin :0px auto;
		padding: 0px;
	}
	.comtopArea .links a figure {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 10px 0px 0px;
		box-sizing: border-box;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #231815;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	.comtopArea .links a figcaption {
		position: relative;
		padding: 10px 0px 0px 23px;
	}
	/* 矢印アイコン */
	.comtopArea .links  a figcaption::after {
		content: "";
		width: 16px;
		height: 16px;
		display: block;
		margin: auto;
		padding: 0px;
		background-image: url(../_img/cmn/icn_arrow_maru.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		border-radius: 12px;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		position: absolute;
		top: 0px;
		bottom: -10px;
		left: 0px;
		right: auto;
		transition: all 0.3s ease;
	}
	.comtopArea .links a:hover {
	}
	/* ラインナップ商品画像（ズーム） */
	.comtopArea .links a figure .img-zoom {
		width: 390px;
		max-width: 390px;
		height: 220px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		overflow: hidden;
		cursor: pointer;
	}
	.comtopArea .links a figure .img-zoom img {
		width: 100%;
		height: auto;
		transition: transform 0.3s ease;
	}
	.comtopArea .links a:hover figure .img-zoom img {
		transform: scale(1.1);
	}
}