/*============================================================= home
=============================================================*/


/* line 6, ../_src/scss/home.scss */

#home {
	/*! #pickup
------------------------------------------------- */
	/*! #products
------------------------------------------------- */
	/*! #news
------------------------------------------------- */
}

#mainimgTop .mainimgIn {
	opacity:0;
	transition:opacity 3s ease 1s;
	-webkit-transition:opacity 3s ease 1s;
}
#mainimgTop .mainimgIn.active {
	opacity:1;
}

/* line 7, ../_src/scss/home.scss */

#home .mod_title01 {
	text-align: center;
	color: #808080;
	font-size: 1rem;
	margin-bottom: 22px;
	letter-spacing: 0.18em;
}
@media (min-width: 600px) {
	/* line 7, ../_src/scss/home.scss */
	#home .mod_title01 {
		margin-bottom: 28px;
		font-size: 1.2rem;
	}
}

/* line 17, ../_src/scss/home.scss */

#home .mod_title01 .en {
	font-family: 'Roboto';
	display: block;
	color: #111;
	font-size: 2.4rem;
	font-weight: 700;
}
@media (min-width: 600px) {
	/* line 17, ../_src/scss/home.scss */
	#home .mod_title01 .en {
		font-size: 3rem;
		margin-bottom: 6px;
	}
}

/* line 29, ../_src/scss/home.scss */

#home .mod_btn01 {
	display: block;
	text-align: center;
	margin: 20px auto;
}

/* line 33, ../_src/scss/home.scss */

#home .mod_btn01 a {
	background: #c91c1d;
	border-radius: 38px;
	height: 38px;
	width: auto;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px 30px;
	box-sizing: border-box;
}
@media (min-width: 600px) {
	/* line 33, ../_src/scss/home.scss */
	#home .mod_btn01 a {
		width: 100%;
		background: 0 0;
		position: relative;
		backface-visibility: hidden;
		display: inline-block;
		transition: all 0.3s ease;
		background: #c91c1d;
		width: auto !important;
		border-radius: 43px;
		height: 43px;
		font-size: 1.5rem;
		padding: 8px 36px 12px 19px;
		box-sizing: border-box;
		border: 2px solid #c91c1d;
	}
	/* line 144, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn01 a .inTxt {
		position: relative;
		z-index: 2;
	}
}
@media (min-width: 600px) and (min-width: 600px) {
	/* line 149, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn01 a:hover {
		opacity: 1;
	}
	/* line 151, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn01 a:hover:before {
		transform: scaleX(1);
	}
	/* line 155, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn01 a:before {
		width: 100%;
		height: 100%;
		left: 0;
		background: #fff;
		transform: scaleX(0);
		transition: all 0.3s ease;
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
		z-index: 1;
	}
}
@media (min-width: 600px) {
	/* line 53, ../_src/scss/home.scss */
	#home .mod_btn01 a:hover {
		color: #c91c1d;
	}
	/* line 55, ../_src/scss/home.scss */
	#home .mod_btn01 a:hover:before {
		border-radius: 43px;
	}
	/* line 58, ../_src/scss/home.scss */
	#home .mod_btn01 a:hover .icon {
		color: #c91c1d !important;
	}
}

/* line 64, ../_src/scss/home.scss */

#home .mod_btn01 .icon {
	font-size: 15px;
	margin-right: 10px;
	vertical-align: middle;
}
@media (min-width: 600px) {
	/* line 64, ../_src/scss/home.scss */
	#home .mod_btn01 .icon {
		margin-right: 21px;
		position: relative;
		z-index: 2;
	}
}

/* line 75, ../_src/scss/home.scss */

#home .mod_btn02 {
	display: block;
	width: 100%;
	height: 50px;
	padding: 13px 0;
	text-align: center;
	border: 2px solid #c91c1d;
	color: #c91c1d;
	font-size: 1.3rem;
	background: #fff;
	display: block;
	height: 100%;
}
@media (min-width: 600px) {
	/* line 75, ../_src/scss/home.scss */
	#home .mod_btn02 {
		width: 100%;
		background: 0 0;
		position: relative;
		backface-visibility: hidden;
		display: inline-block;
		transition: all 0.3s ease;
		font-size: 1.6rem;
		height: 70px;
		padding: 18px 0 22px 0;
		letter-spacing: 0.1em;
		box-sizing: border-box;
		background: #fff;
	}
	/* line 144, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn02 .inTxt {
		position: relative;
		z-index: 2;
	}
}
@media (min-width: 600px) and (min-width: 600px) {
	/* line 149, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn02:hover {
		opacity: 1;
	}
	/* line 151, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn02:hover:before {
		transform: scaleX(1);
	}
	/* line 155, ../_src/scss/01_setting/_mixin.scss */
	#home .mod_btn02:before {
		width: 100%;
		height: 100%;
		left: 0;
		background: #c91c1d;
		transform: scaleX(0);
		transition: all 0.3s ease;
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
		z-index: 1;
	}
}
@media (min-width: 600px) {
	/* line 95, ../_src/scss/home.scss */
	#home .mod_btn02:hover {
		color: #fff;
	}
	/* line 97, ../_src/scss/home.scss */
	#home .mod_btn02:hover .icon {
		color: #fff !important;
	}
}

/* line 102, ../_src/scss/home.scss */

#home .mod_btn02 .icon {
	display: none;
}
@media (min-width: 600px) {
	/* line 102, ../_src/scss/home.scss */
	#home .mod_btn02 .icon {
		display: inline-block;
		transform: translateY(-4px);
		font-size: 33px;
		vertical-align: middle;
		margin-right: 38px;
		position: relative;
		z-index: 2;
	}
}

/* line 118, ../_src/scss/home.scss */

#home #pickup {
	position: relative;
	overflow: hidden;
	padding: 43px 0 50px 0;
}
@media (min-width: 600px) {
	/* line 118, ../_src/scss/home.scss */
	#home #pickup {
		position: relative;
		background-color: transparent;
		padding: 0 0 90px 0;
		position: relative;
	}
}

#home canvas {
	display: block;
	vertical-align: bottom;
}

/* line 202, ../_src/scss/home.scss */

#home #particles-js {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 140px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
@media (min-width: 600px) {
	#home #particles-js {
		top: auto;
		height: 400px;
		background: #4f5558;
	}
}

#home #pickup::before {
	position: absolute;
	bottom: 0;
	top: 140px;
	left: 0;
	content: "";
	display: block;
	background: #4f5558;
	width: 100%;
}
#home #pickup .pickupIn {
	position: relative;
	z-index: 1;
}

/* line 140, ../_src/scss/home.scss */

#home #pickup .listWrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
@media all and (min-width: 600px) {
	#home #pickup .listWrap {
		position: relative;
		z-index: 1;
		overflow: visible;
		padding-top: 14px;
	}
}

/* line 143, ../_src/scss/home.scss */

#home #pickup .listWrap::-webkit-scrollbar {
	display: none;
	height: 0 !important;
}

/* line 148, ../_src/scss/home.scss */

#home #pickup .list {
	width: 976px;
}
@media (min-width: 600px) {
	/* line 148, ../_src/scss/home.scss */
	#home #pickup .list {
		width: auto;
		/*margin-right: -14px;
		margin-left: -14px;*/
	}
	/* line 73, ../_src/scss/01_setting/_mixin.scss */
	#home #pickup .list .col {
		width: 25%;
		float: left;
		padding: 0;
	}
}

/* line 154, ../_src/scss/home.scss */

#home #pickup .list .item {
	width: 222px;
	float: left;
	margin-right: 22px;
}
@media (min-width: 600px) {
	/* line 154, ../_src/scss/home.scss */
	#home #pickup .list .item {
		/*width: 25%;
		margin-right: 0;*/
		display: block;
		width: 274px;
		margin-right: 0;
		margin-bottom: 14px;
	}
	#home #pickup .list .item ~ .item {
		margin-left: 28px;
	}
}

/* line 163, ../_src/scss/home.scss */

#home #pickup .list .item .link {
	display: block;
	background: #fff;
	height: 100%;
}
@media (min-width: 600px) {
	/* line 163, ../_src/scss/home.scss */
	#home #pickup .list .item .link {
		transition: all 0.6s ease;
		transform: translateY(0);
		padding-bottom: 30px;
	}
	/* line 174, ../_src/scss/01_setting/_mixin.scss */
	#home #pickup .list .item .link:hover {
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
		transform: translateY(-5px);
	}
}

/* line 171, ../_src/scss/home.scss */

#home #pickup .list .item .link .image {
	margin-bottom: 20px;
	height: auto;
}
@media (min-width: 600px) {
	/* line 171, ../_src/scss/home.scss */
	#home #pickup .list .item .link .image {
		margin-bottom: 24px;
	}
}

/* line 177, ../_src/scss/home.scss */

#home #pickup .list .item .link .stit {
	padding: 0 20px;
	color: #c91c1d;
}
@media (min-width: 600px) {
	/* line 177, ../_src/scss/home.scss */
	#home #pickup .list .item .link .stit {
		padding: 0 23px;
	}
}

/* line 184, ../_src/scss/home.scss */

#home #pickup .list .item .link .txt {
	padding: 6px 20px 20px 20px;
	line-height: 1.35;
}
@media (min-width: 600px) {
	/* line 184, ../_src/scss/home.scss */
	#home #pickup .list .item .link .txt {
		padding: 10px 23px;
	}
}


/* line 215, ../_src/scss/home.scss */

#home .productsBg {
	min-height: 320px;
	display: none !important;
}
@media (min-width: 600px) {
	/* line 215, ../_src/scss/home.scss */
	#home .productsBg {
		height: 100%;
	}
}

/* line 222, ../_src/scss/home.scss */

#home #products {
	overflow: hidden;
	position: relative;
	padding: 50px 0 50px 0;
}
#home #products::before {
	position: absolute;
	top: 145px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background: #f2f2f2;
}
@media (min-width: 600px) {
	/* line 222, ../_src/scss/home.scss */
	#home #products {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#home #products::before {
		top: 240px;
	}
}

/* line 229, ../_src/scss/home.scss */

#home #products .tit {
	margin-bottom: 25px;
	position: relative;
	z-index: 3;
	/* top: -200px; */
}
@media (min-width: 600px) {
	/* line 229, ../_src/scss/home.scss */
	#home #products .tit {
		margin-bottom: 28px;
		top: 0;
	}
}

/* line 238, ../_src/scss/home.scss */

/* line 242, ../_src/scss/home.scss */

#home #products .inner {
	position: relative;
	z-index: 2;
	/* top: -200px; */
}
@media (min-width: 600px) {
	/* line 242, ../_src/scss/home.scss */
	#home #products .inner {
		top: 0;
	    padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* line 248, ../_src/scss/home.scss */

#home #products .inner>.list {
	margin-right: -3px;
	margin-left: -3px;
	display: flex;
	flex-wrap: wrap;
}

/* line 73, ../_src/scss/01_setting/_mixin.scss */

#home #products .inner>.list .col {
	width: calc(50% - 6px);
	margin: 0 3px;
}
#home #products .inner>.list .col:nth-child(n+3) {
	margin-top: 6px;
}
@media (min-width: 600px) {
	/* line 248, ../_src/scss/home.scss */
	#home #products .inner>.list {
		margin-right: -7px;
		margin-left: -7px;
	}
	/* line 73, ../_src/scss/01_setting/_mixin.scss */
	#home #products .inner>.list .col {
		width: calc(20% - 14px);
		margin: 0 7px;
	}
	#home #products .inner>.list .col:nth-child(n+3) {
		margin-top: 0;
	}
	#home #products .inner>.list .col:nth-child(n+6) {
		margin-top: 15px;
	}
}

/* line 254, ../_src/scss/home.scss */

#home #products .inner>.list .item .link {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
	min-height: 60px;
	background: #fff;
	border:1px solid #f2f2f2;
}
#home #products .inner>.list .item .link::after {
	position: absolute;
	top: 0;
	left: 46px;
	bottom: 0;
	content: "";
	display: block;
	width: 1px;
	background: #f2f2f2;
}
@media (min-width: 600px) {
	/* line 254, ../_src/scss/home.scss */
	#home #products .inner>.list .item .link {
		min-height: 90px;
		transition: all 0.6s ease;
		transform: translateY(0);
	}
	/* line 174, ../_src/scss/01_setting/_mixin.scss */
	#home #products .inner>.list .item .link:hover {
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
		transform: translateY(-5px);
	}
	#home #products .inner>.list .item .link::after {
		left: 70px;
	}
}

/* line 261, ../_src/scss/home.scss */

#home #products .inner>.list .item .link .image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 44px;
}
@media (min-width: 600px) {
	/* line 261, ../_src/scss/home.scss */
	#home #products .inner>.list .item .link .image {
		width: 70px;
	}
	/* line 267, ../_src/scss/home.scss */
	#home #products .inner>.list .item .link .image img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
}

/* line 274, ../_src/scss/home.scss */

#home #products .inner>.list .item .link .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 44px);
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 700;
	padding: 10px;
	word-break: break-all;
}
@media (min-width: 600px) {
	/* line 274, ../_src/scss/home.scss */
	#home #products .inner>.list .item .link .txt {
		width: calc(100% - 70px);
		padding: 16px 20px;
		font-size: 1.3rem;
		line-height: 1.46;
	}
}
@media (min-width: 600px) {
	/* line 287, ../_src/scss/home.scss */
	#home #products .more {
		text-align: right;
		margin: 30px 0 18px;
	}
}

/* line 293, ../_src/scss/home.scss */

#home #products .btnArea .list {
	margin-right: -7px;
	margin-left: -7px;
}

/* line 73, ../_src/scss/01_setting/_mixin.scss */

#home #products .btnArea .list .col {
	width: 50%;
	float: left;
	padding: 7px;
}
@media (min-width: 600px) {
	/* line 293, ../_src/scss/home.scss */
	#home #products .btnArea .list {
		margin-right: -20px;
		margin-left: -20px;
		margin-top: -10px;
	}
	/* line 73, ../_src/scss/01_setting/_mixin.scss */
	#home #products .btnArea .list .col {
		width: 50%;
		float: left;
		padding: 20px;
	}
}
#home #products .bnrArea {
	margin-top: 23px;
}
#home #products .bnrArea li + li {
	margin-top: 15px;
} 
@media all and (min-width: 600px) {
	#home #products .bnrArea {
		margin-top: 70px;
	}
	#home #products .bnrArea .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -20px;
	}
	#home #products .bnrArea li {
		width: calc(50% - 40px);
		margin: 0 20px;
	}
	#home #products .bnrArea a {
		transition: all .3s;
		opacity: 1;
	}
	#home #products .bnrArea a:hover {
		opacity: .7;
	}
	#home #products .bnrArea li + li {
		margin-top: 0;
	} 
}
/* line 313, ../_src/scss/home.scss */

#home #news {
	background: #fff;
	padding: 50px 0;
	position: relative;
	z-index: 2;
}

#home #news .item.pickup .catBox {
	margin: 0 0 10px;
}
#home #news .item.pickup time {
	font-size: 1.5rem;
}
#home #news .item.pickup .entryTit {
	margin: 2px 0 0;
	padding: 0;
}
#home #news .item.pickup .entryTit a {
	margin: 0;
	font-size: 1.5rem;
}
#home #news .item .ico_pickup {
	background-color: #ff8758;
}
#home #news .item .ico_news {
	background-color: #c91c1d;
}
#home #news .item .ico_products {
	background-color: #231815;
}
#home #news .item .ico_recruit {
	background-color: #333876;
}
#home #news .item .ico_media {
	background-color: #456c73;
}
#home #news .item .ico_event {
	background-color: #2f5544;
}
#home #news .item .ico_others {
	background-color: #999696;
}
#home #news .btn {
	margin: 20px 15px;
}
#home #news .btn a {
	display: block;
	padding: 9px 0;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #c91c1d;
	border-radius: 20px;
}
@media (min-width: 600px) {
	/* line 313, ../_src/scss/home.scss */
	#home #news {
		padding: 86px 0 100px 0;
		/*margin-top: -500px; */
	}
	/* line 323, ../_src/scss/home.scss */
	#home #news .tit {
		width: 1180px;
		margin: auto;
		margin-bottom: 36px;
	}

	#home #news .item.pickup .catBox {
		display: inline-block;
		margin: 10px 0 0;
	}
	#home #news .item.pickup .catBox .cat {
		vertical-align: top;
	}
	#home #news .item.pickup time {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.5rem;
	}
	#home #news .item.pickup .entryTit {
		display: block;
		margin: 15px 0 0;
		padding: 0;
	}
	#home #news .item.pickup .entryTit a {
		margin: 0;
		font-size: 1.6rem;
	}
	#home #news .item .ico_pickup {
		margin-right: 10px;
	}
	#home #news .btn {
		width: 280px;
		margin: 50px auto 0;
	}
	#home #news .btn a {
		transition: opacity .2s linear;
	}
	#home #news .btn a:hover {
		opacity: .8;
	}
}

/*  #secContents
================================================ */
#secContents .inner {
	overflow: auto;
	padding-top: 47px;
	padding-bottom: 50px;
}
#secContents {

}
@media all and (min-width: 600px) {
	#secContents {
		padding-top: 87px;
	}
	#secContents .inner {
		width: 1180px;
		margin: auto;
		overflow: visible;
		padding-top: 0;
		padding-bottom: 100px;
	}
	#secContents .head {
		position: relative;
	}
	#secContents .head .btn {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 235px;
		margin: 4px 0 0;
	}

}

/*  #listBnr
================================================ */
#listBnr {
	border-style: solid;
	border-width: 1px 0;
	border-color: #f0eded;
}
#listBnr .inner {
	padding: 25px 15px;
}
#listBnr .list li + li {
	margin-top: 15px;
}
@media all and (min-width: 600px) {
	#listBnr .inner {
		padding: 50px 0;
	}
	#listBnr .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
	#listBnr .list li {
		width: calc(50% - 10px);
		margin: 0 5px;
	}
	#listBnr .list li + li {
		margin-top: 0;
	}
}