@charset "utf-8";

/*-------------------------------------------
メインビジュアル
*-------------------------------------------*/

#mainvisualArea {
	background: url(../images/index/mainvisual.jpg) center bottom no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mainvisualArea h2 {
	color: #000;
	font-size: 4.2rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*-------------------------------------------
バナー
*-------------------------------------------*/
#bannerArea {
	position: relative;
/*	height: 170px;*/
	height: 95px;
	background: #f7f7f7
}

.bannerBox {
	position: absolute;
	width: 960px;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 5px 5px #eee;
/*	padding: 32px 0;*/
	padding: 16px 0;
	box-sizing: border-box;
	top: 0px;
	left: 50%;
	margin-left: -480px;
}

.bannerBox ul {
	display: flex;
	width: 100%;
}

.bannerBox ul li {
	margin-left: 32px;
}

.bannerBox img {
	box-shadow: 0 5px 5px #ddd;
	width: 100%;
}

.bannerArea2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 600px;
	margin: 40px auto 0;
	gap: 10px
}




/*-------------------------------------------
製品紹介
*-------------------------------------------*/

.productArea {
	background: #f7f7f7 url(../images/index/bg01.jpg) center bottom repeat-x;
	padding: 60px 0 105px;
	position: relative;
}

.productArea .txt01 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

.productArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.productArea ul li {
	width: 220px;
	margin-top: 50px;
}

.productArea ul li:nth-child(1),
.productArea ul li:nth-child(2),
.productArea ul li:nth-child(3){
	width: 310px;
}

.productArea ul.list-4c li:nth-child(1),
.productArea ul.list-4c li:nth-child(2),
.productArea ul.list-4c li:nth-child(3){
	width: 220px;
}

.productArea ul li img {
	width: 100%;
	box-shadow: 0 5px 10px #ddd;
}

.productArea ul dt {
	font-size: 1.6rem;
	margin: 20px 0;
}

.productArea ul li:nth-child(1) ul dt,
.productArea ul li:nth-child(2) ul dt,
.productArea ul li:nth-child(3) ul dt {
	font-size: 1.6rem;
	margin: 25px 0;
}

.productArea ul dt a{
	text-decoration: none;
	font-weight: bold;
	background: url(../images/common/icon_arrow01.png) left 0.2em no-repeat;
	padding-left: 25px;
	color: #333;
}

.productArea ul dd {
	font-size: 1.4rem;
	line-height: 1.7;
}


/*-------------------------------------------
新着情報
*-------------------------------------------*/

.infoArea {
	padding: 85px 0 55px;
	border-bottom: 1px solid #e6e6e6;
}

.infoArea ul {
	padding: 20px 0 30px;
	border-top: 1px solid #e6e6e6;
}

.infoArea li {
	margin-bottom: 20px;
	padding: 0 30px 20px;
	border-bottom: 1px solid #e6e6e6;
}

.infoArea li .date {
	font-size: 1.4rem;
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

.infoArea li .cat {
	display: inline-block;
	width: 60px;
	background: #d33737;
	text-align: center;
	color: #fff;
	padding: 3px 0;
	vertical-align: top;
}

.infoArea li .explain {
	font-size: 1.4rem;
	margin-left: 5px;
	width: 770px;
	display: inline-block;
}

.moreBtn {
	text-align: center;
}

.moreBtn a {
	width: 280px;
	height: 60px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 0.1em;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #d33737;
	text-decoration: none;
	color: #333;
	background: url(../images/common/icon_arrow02.png) 86.78% center no-repeat;
}



/*-------------------------------------------
リンク
*-------------------------------------------*/

.linkArea {
	width: 830px;
	margin: 55px auto 50px;
}

.linkArea ul {
	display: flex;
	justify-content: space-evenly;
}

.linkArea ul li {
	width: 255px;
}

.linkArea ul li a {
	display: block;
	height: 65px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	font-size: 1.6rem;
	line-height: 65px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	text-align: center;
}

.linkArea ul li:nth-child(1) a {
	background: url(../images/common/icon04.png) 11.76% center no-repeat;
}

.linkArea ul li:nth-child(2) a {
	background: url(../images/common/icon06.png) 11.76% center no-repeat;
}
/*
.linkArea ul li:nth-child(2) a {
	background: url(../images/common/icon05.png) 11.76% center no-repeat;
}

.linkArea ul li:nth-child(3) a {
	background: url(../images/common/icon06.png) 11.76% center no-repeat;
}
*/
/*-------------------------------------------
リンク English
*-------------------------------------------*/

.linkArea_E {
	width: 830px;
	margin: 55px auto 50px;
}

.linkArea_E ul {
	display: flex;
	justify-content: space-between;
}

.linkArea_E ul li {
	width: 255px;
}

.linkArea_E ul li a {
	display: block;
	height: 65px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	font-size: 1.6rem;
	line-height: 65px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	text-align: center;
}

.linkArea_E ul li:nth-child(1) a {
	background: url(../images/common/icon07.png) 9.00% center no-repeat;
}

.linkArea_E ul li:nth-child(2) a {
	background: url(../images/common/icon05.png) 11.76% center no-repeat;
}

.linkArea_E ul li:nth-child(3) a {
	background: url(../images/common/icon06.png) 11.76% center no-repeat;
}

.txt01 {
        margin-bottom: 70px;
}


@media screen and (max-width: 768px) {

.txt01 {
        margin-bottom: 8.66vw;
}

}

/*
 * トップページ用 修正
 * 2019-02-14 hayashi
 */
body.page-front #contentContainer {
  width: 100%;
  margin-top: 0;
}

body.page-front .mainArea {
  width: 100%;
  padding-top: 0;
}

body.page-front #mainvisualArea {
    background: url(../images/index/mainvisual.jpg) center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 560px;
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

body.page-front .linkArea {
    margin-bottom: 0;
}

body.page-front .mainArea section {
  margin-bottom: 0;
}

body.page-front dd {
    text-indent: 0;
}
body.page-front .txt01 {
  margin-bottom: 0;
}

body.page-front .infoArea li .explain {
  display: inline;
}

body.page-front .region.region-content a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {

body.page-front #contentContainer {
  padding: 0 0;
}

}
