@charset "UTF-8";

/*============================================================= 02_base
=============================================================*/


/*!  02_base
================================================ */


/* line 15, ../_src/scss/02_base/_base.scss */

html {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
@media (min-width: 600px) {
	/* line 15, ../_src/scss/02_base/_base.scss */
	html {
		min-width: 1180px;
		overflow: auto;
	}
}

/* line 25, ../_src/scss/02_base/_base.scss */

body {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.43;
	color: #111;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", YuGothic, 'Yu Gothic', "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
@media (min-width: 600px) {
	/* line 25, ../_src/scss/02_base/_base.scss */
	body {
		min-width: 1240px;
		font-size: 1.5rem;
		line-height: 1.53;
		overflow: hidden;
	}
}

/* line 42, ../_src/scss/02_base/_base.scss */

::-moz-selection {
	background: #fce8db;
}

/* line 45, ../_src/scss/02_base/_base.scss */

::selection {
	background: #fce8db;
}

/* line 48, ../_src/scss/02_base/_base.scss */

::-moz-se lection {
	background: #fce8db;
}

/* layout
-------------------------------------------------*/


/* line 55, ../_src/scss/02_base/_base.scss */

#wrapper {
	width: 100%;
	margin: 43px auto 0;
}
#home #wrapper {
	margin-top: 0;
}
@media (min-width: 600px) {
	/* line 55, ../_src/scss/02_base/_base.scss */
	#wrapper {
		min-width: 1000px;
		margin-top: 72px;
	}
}

/* line 63, ../_src/scss/02_base/_base.scss */

#home #contents {
	padding-top: 160px;
}
@media (min-width: 600px) {
	/* line 63, ../_src/scss/02_base/_base.scss */
	#home #contents {
		padding-top: 100px;
	}
}

/* line 69, ../_src/scss/02_base/_base.scss */

#contents {
	width: 100%;
}
@media (min-width: 600px) {
	/* line 72, ../_src/scss/02_base/_base.scss */
	#contents::after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}
}

/* for IE */


/* line 84, ../_src/scss/02_base/_base.scss */

main, section {
	display: block;
}
@media all and (-ms-high-contrast: none) {
	/* line 88, ../_src/scss/02_base/_base.scss */
	.icon:before {
		transform: translateY(-3px);
	}
}

/* end for IE */


/* line 95, ../_src/scss/02_base/_base.scss */

#main {
	width: 100%;
}

/* line 98, ../_src/scss/02_base/_base.scss */

.inner {
	padding: 0 15px;
}
@media (min-width: 600px) {
	/* line 98, ../_src/scss/02_base/_base.scss */
	.inner {
		width: 100%;
		max-width: 1180px;
		margin: auto;
		padding: 0;
	}
}

/* line 107, ../_src/scss/02_base/_base.scss */

.cf::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*! breakpoint
-------------------------------------------------
600pxで切り替え
-------------------------------------------------
*/

@media (max-width: 599px) {
	/* line 121, ../_src/scss/02_base/_base.scss */
	.viewSp {
		display: block;
	}
	/* line 124, ../_src/scss/02_base/_base.scss */
	.viewPc {
		display: none;
	}
}
@media (min-width: 600px) {
	/* line 129, ../_src/scss/02_base/_base.scss */
	.viewSp {
		display: none;
	}
	/* line 132, ../_src/scss/02_base/_base.scss */
	.viewPc {
		display: block;
	}
}

/* box-sizing
-------------------------------------------------
-------------------------------------------------
*/


/* line 140, ../_src/scss/02_base/_base.scss */

html, body, header, footer, h1, h2, h3, h4, h5, section, article, div, dl, dt, dd, ol, ul, li, p, a, span {
	box-sizing: border-box;
}

/* line 144, ../_src/scss/02_base/_base.scss */

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents section, #contents article, #contents div, #contents dl, #contents dt, #contents dd, #contents ol, #contents ul, #contents li, #contents p, #contents a, #contents span {
	max-height: 100%;
}

/* img
-------------------------------------------------
-------------------------------------------------
*/


/* line 153, ../_src/scss/02_base/_base.scss */

img {
	max-width: 100%;
	vertical-align: top;
}

/* link
-------------------------------------------------
-------------------------------------------------
*/


/* line 162, ../_src/scss/02_base/_base.scss */

a {
	outline: none;
	text-decoration: none;
	color: #111;
}
.alpha { display: block; text-decoration: none; }

@media all and (min-width: 600px) { .alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .alpha:hover { opacity: .7; } }
/* weight
-------------------------------------------------
-------------------------------------------------
*/


/* line 180, ../_src/scss/02_base/_base.scss */

span, em {
	font-weight: inherit;
}

/* other
-------------------------------------------------
-------------------------------------------------
*/


/* line 194, ../_src/scss/02_base/_base.scss */

iframe {
	max-width: 100%;
}

/* line 197, ../_src/scss/02_base/_base.scss */

li {
	list-style: none;
}

/*============================================================= 03_layout
=============================================================*/


/*!  #gHeader
================================================ */


/* line 3, ../_src/scss/03_layout/_header.scss */

#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 43px;
	border-bottom: 2px solid #c91c1d;
	/*!  .gNav
================================================ */
	/*!  btnArea  * only SP
================================================ */
	/*!  .searchArea
================================================ */
}
#home #gHeader {
	background: transparent;
	transition: background .2s linear;
}
#home #gHeader.is-scroll {
	background: #333131;
}
@media (min-width: 600px) {
	/* line 3, ../_src/scss/03_layout/_header.scss */
	#gHeader {
		min-width: 1240px;
		/*height: 180px;*/
		height:72px;
	}
}

/* line 15, ../_src/scss/03_layout/_header.scss */

#gHeader .logo {
	width: 65px;
	position: absolute;
	top: 12px;
	left: 20px;
}
@media (min-width: 600px) {
	/* line 15, ../_src/scss/03_layout/_header.scss */
	#gHeader .headerInnner {
		position: relative;
		width:1000px;
		height:72px;
		margin:0 auto;
	}
	#gHeader .logo {
		width: 130px;
		top: 15px;
		left: 0;
	}
}

/* line 29, ../_src/scss/03_layout/_header.scss */

#gHeader .gNav {
	position: fixed;
	z-index: 3;
	right: -200px;
	width: 200px;
	height: 100%;
	background: rgba(26, 25, 25, 0.97);
}
@media (min-width: 600px) {
	/* line 29, ../_src/scss/03_layout/_header.scss */
	#gHeader .gNav {
		position: absolute;
		right: 0;
		bottom: 26px;
		width: 1050px;
		height: 28px;
		display: block !important;
		background: none;
	}
}
@media screen and (min-width: 1400px) {
	#gHeader .gNav {
		right:50px;
		width:auto;
	}
}

/* line 44, ../_src/scss/03_layout/_header.scss */

#gHeader .gNav .list {
	margin-top: 43px;
	border-top: 1px solid #333131;
}
@media all and (max-width: 599px) {
	#gHeader .gNav .list {
		max-height: calc(100vh - 33px - 60px - 43px);
		overflow: auto;
	}
}
@media (min-width: 600px) {
	/* line 44, ../_src/scss/03_layout/_header.scss */
	#gHeader .gNav .list {
		margin: 0;
		border: 0;
		font-size: 0rem;
		float: right;
	}
}
@media (min-width: 600px) {
	/* line 52, ../_src/scss/03_layout/_header.scss */
	#gHeader .gNav .list .item {
		display: inline-block;
		text-align: center;
	}
}
@media (min-width: 600px) {
	/* line 56, ../_src/scss/03_layout/_header.scss */
	#gHeader .gNav .list .item.viewSp {
		display: none;
	}
}

/* line 61, ../_src/scss/03_layout/_header.scss */

#gHeader .gNav .list .item .link {
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #333131;
}
@media (min-width: 600px) {
	/* line 61, ../_src/scss/03_layout/_header.scss */
	#gHeader .gNav .list .item .link {
		width: 100%;
		background: 0 0;
		position: relative;
		backface-visibility: hidden;
		display: inline-block;
		transition: all 0.3s ease;
		font-size: 1.2rem;
		padding: 5px 8px;
		font-weight: normal;
		border: 0;
		color: #fff;
	}
	/* line 144, ../_src/scss/01_setting/_mixin.scss */
	#gHeader .gNav .list .item .link .inTxt {
		position: relative;
		z-index: 2;
		cursor: pointer;
	}
}
@media (min-width: 1200px) {
	#gHeader .gNav .list .item .link {
		font-size: 1.4rem;
		padding: 5px 12px;
	}
}
@media screen and (min-width: 1400px) {
	#gHeader .gNav .list .item .link {
		padding: 5px 18px;
	}
}
@media (min-width: 600px) and (min-width: 600px) {
	/* line 149, ../_src/scss/01_setting/_mixin.scss */
	#gHeader .gNav .list .item .link:hover {
		opacity: 1;
	}
	/* line 151, ../_src/scss/01_setting/_mixin.scss */
	#gHeader .gNav .list .item .link:hover:before {
		transform: scaleX(1);
	}
	/* line 155, ../_src/scss/01_setting/_mixin.scss */
	#gHeader .gNav .list .item .link: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 76, ../_src/scss/03_layout/_header.scss */
	#gHeader .gNav .list .item .link:hover {
		color: #fff;
	}
}
#gHeader .gNav .list .item .sublist {
	background: #333131;

}
#gHeader .gNav .companyMenu .btn {
	width: 210px;
	margin: 0 auto 20px;
}
#gHeader .gNav .companyMenu .btn a {
	display: block;
	padding: 14px;
	font-size: 1.4rem;
	text-align: center;
	background: #c91c1d;
	color: #fff;
	line-height: 1;
	border-radius: 21px;
}

/*  #gHeader .megaMenuContent
================================================ */
#gHeader .megaMenuContent {
	position: absolute;
	display: none;
}
/*  #gHeader .productsMenu
================================================ */
#gHeader .productsMenu {
	top: 54px;
	left: -70px;
	padding: 41px 0 0;
}
@media (min-width: 1400px) {
	#gHeader .productsMenu {
		left: -272px;
	}
}
#gHeader .productsMenu .bg {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200vw;
	min-width: 1180px;
	background: rgba(26,25,25,.9);

}
#gHeader .productsMenu .megaMenuContentInner {
	position: relative;
	z-index: : 1;
    width: calc(100vw - 17px);
    min-width: 1000px;
	max-width: 1180px;
	padding: 0 0 50px;
	margin: auto;
}
#gHeader .productsMenu .head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 17px 0;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid;
}
#gHeader .productsMenu .head .txt {
	line-height: 1;
}
#gHeader .productsMenu .head .en {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .16em;
}
#gHeader .productsMenu .head .ja {
	padding: 7px 0 14px 4px;
	font-size: 1.2rem;
    letter-spacing: .2em;
}
#gHeader .productsMenu .head .btn {
	width: 180px;
	margin-left: 20px;
}
#gHeader .productsMenu .head .btn a {
	display: block;
	padding: 14px;
	font-size: 1.4rem;
	text-align: center;
	background: #c91c1d;
	color: #fff;
	line-height: 1;
	border-radius: 21px;
}
#gHeader .productsMenu .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 56px;
}
#gHeader .productsMenu .type {
	width: calc(50% - 30px);
	text-align: left;
	color: #fff;
}
#gHeader .productsMenu .type a {
	color: #fff;
}
#gHeader .productsMenu .type .tit {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .2em;
}
#gHeader .productsMenu .type .sublist {
	columns: 2;
	margin-top: 30px;
	font-size: 1.3rem;
	line-height: 2.2;
}
#gHeader .productsMenu .type .sublist li a::before {
	content: "・";
}
#gHeader .productsMenu .type .listBnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 34px;
}
#gHeader .productsMenu .type .listBnr li {
	width: calc(50% - 9px);
	background: #fff;
}
#gHeader .productsMenu .type .listBnr .txt {
	padding: 5px 20px;
	font-size: 1.3rem;
	font-weight: 700;
	color: #1b191a;
}

#gHeader .productsMenu .other {
	overflow: hidden;
	width: calc(50% - 30px);
}
#gHeader .productsMenu .sliderWrap {
	float: left;
	width: calc(50% - 5px);
}
#gHeader .productsMenu .slide {
	background: #fff;
	font-size: 1.3rem;
}
#gHeader .productsMenu .slide .areaTxt {
	padding: 28px 24px 38px;
	color: #111;
	line-height: 1.6;
	text-align: left;
}
#gHeader .productsMenu .slide .tit {
	color: #c91c1d;
}
#gHeader .productsMenu .slide .txt {
	margin-top: 10px;
}
#gHeader .productsMenu .bnr {
	float: right;
	width: calc(50% - 5px);
}
#gHeader .productsMenu .bnr li + li {
	margin-top: 6px;
}
#gHeader .productsMenu .bnr a {
	position: relative;
}
#gHeader .productsMenu .bnr .txt {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: : 1;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 600;
	text-align: center;
	letter-spacing: .2em;
}
#gHeader .productsMenu .bnr .txt span {
	display: block;
	margin: -2px 0 4px;
	font-size: 1.4rem;
	font-weight: 600;
}
#gHeader .productsMenu .slick-dots li button:before {
	background: #5e5a5a;
}
#gHeader .productsMenu .slick-dots li.slick-active button:before {
	background: #c91c1d;
}




#gHeader .productsMenu .close {
	width: 100%;
	margin-top: 82px;
	text-align: center;
	cursor: pointer;
}
#gHeader .productsMenu .close span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 130px;
	margin: auto;
	padding: 8px 0 8px 16px;
	font-size: 1.4rem;
	color: #fff;
	border: 2px solid;
	border-radius: 21px;
	background: rgba(255,255,255,.2);
}
#gHeader .productsMenu .close span::before,
#gHeader .productsMenu .close span::after {
	position: absolute;
	top: 18px;
	left: 21px;
	content: "";
	display: block;
	width: 16px;
	height: 3px;
	background: #fff;
}
#gHeader .productsMenu .close span::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gHeader .productsMenu .close span::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*  #gHeader .companyMenu
================================================ */
#gHeader .companyMenu {
	top: 54px;
	right: 0;
	width: 310px;
	padding: 50px 0;
	background: #333131;
}
#gHeader .companyMenu .item {
	background: #fff;
}
#gHeader .companyMenu .item + .item {
	margin-top: 12px;
}
#gHeader .companyMenu .item a {
	display: block;
	position: relative;
	color: #fff;
}
#gHeader .companyMenu .item a span {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: : 1;
	width: 100%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}









#gHeader .btnArea {
	position: absolute;
	z-index: 3;
	right: 15px;
	top: 14px;
}

/* line 108, ../_src/scss/03_layout/_header.scss */

#gHeader .btnArea .btnMenu {
	width: 17px;
	height: 14px;
	background: url(../img/common/header/ico_menu01.png);
	background-size: 100%;
}

/* line 113, ../_src/scss/03_layout/_header.scss */

#gHeader .btnArea .btnMenu.open {
	right: 15px;
	top: 14px;
	position: fixed;
	background-image: url(../img/common/header/ico_close01.png);
}
@media (min-width: 600px) {
	/* line 124, ../_src/scss/03_layout/_header.scss */
	#gHeader .searchArea {
		/*position: absolute;
		top: -75px;
		right: 0;*/
		float:right;
	}
}
@media screen and (min-width: 1400px) {
	/* line 124, ../_src/scss/03_layout/_header.scss */
	#gHeader .searchArea {
		top: -50px;
	}
}

/* line 133, ../_src/scss/03_layout/_header.scss */

#gHeader .searchArea .searchBtn {
	position: relative;
	display: block;
	border: 2px solid #c91c1d;
	height: 33px;
	width: 170px;
	margin: 30px 15px;
	border-radius: 33px;
	padding-left: 25px;
	box-sizing: border-box;
}

/* line 135, ../_src/scss/03_layout/_header.scss */

#gHeader .searchArea .searchBtn input {
	border: 0!important;
	color: #fff;
	background-color: transparent!important;
	height: 33px;
	width: 135px;
	box-sizing: border-box;
	display: block;
	/*color: #fff;*/
}
@media (min-width: 600px) {
	/* line 135, ../_src/scss/03_layout/_header.scss */
	#gHeader .searchArea .searchBtn {
		width: 228px;
		height: 36px;
		border-radius: 36px;
		margin: -60px 0 0 0;
		padding-left: 40px;
	}
}
#gHeader .searchArea .searchBtn input {
	width: 170px;
}
#gHeader .searchArea input::-webkit-input-placeholder {
	color: #cdcdcd;
}
#gHeader .searchArea input:-ms-input-placeholder {
	color: #cdcdcd;
}
#gHeader .searchArea input::-moz-placeholder {
	color: #cdcdcd;
}

/* line 153, ../_src/scss/03_layout/_header.scss */
#gHeader .searchArea .searchBtn .icon {
	color: #c91c1d;
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
}
@media (min-width: 600px) {
	/* line 153, ../_src/scss/03_layout/_header.scss */

	#gHeader .searchArea .searchBtn .icon {
		left: 15px;
		top: 11px;
	}
}
#gHeader .searchArea .search-box .search-box, #gHeader .searchArea .search-box table, #gHeader .searchArea .search-box tbody, #gHeader .searchArea .search-box tr, #gHeader .searchArea .search-box td {
	display: inline-block;
}
#gHeader .searchArea .search-box .search-box {
	position: relative;
	display: block;
	border: 2px solid #c91c1d;
	height: 33px;
	width: 170px;
	margin: 30px 15px;
	border-radius: 33px;
	padding-right: 22px;
	padding-left: 10px;
	box-sizing: border-box;
}
#gHeader .searchArea .search-box .search-box::before {
	position: absolute;
	right: 7px;
	top: 5px;
	display: inline-block;
	content: "\e904";
	font-family: 'font';
	color: #c91c1d;
}
#gHeader .searchArea .gsc-search-box .gsc-branding-text, #gHeader .searchArea .gsc-search-box .gsc-branding-img {
	display: none;
}
#gHeader .searchArea .search-box .form-input {
	border: 0!important;
	color: #fff;
	background-color: transparent!important;
	height: 29px;
	width: 142px;
	box-sizing: border-box;
	display: block;
	padding: 0 0 0 6px;
}
#gHeader .searchArea .gsc-search-box .gsc-input-box {
	background: transparent;
	border: 0;
	box-shadow: none;
}
#gHeader .searchArea .gsc-search-box .gsib_a {
	padding: 0;
	height: 33px;
}
#gHeader .searchArea .gsc-search-box .gsst_a {
	padding: 0;
}
#gHeader .searchArea .gsc-search-box .gscb_a {
	color: #fff;
}
#gHeader .searchArea .gsc-search-box .gsst_b {
	position: absolute;
	right: 0;
	top: 0;
}
#gHeader .searchArea .gsc-search-box .gsc-search-button {
	display: none;
}
@media (min-width: 600px) {
	#gHeader .searchArea .search-box .search-box {
		width: 33px;
		margin: 0;
		padding: 0;
		-webkit-transition: .3s;
		transition: .3s;
		overflow: hidden;
		text-indent: 200%;
		white-space: nowrap;
	}
	#gHeader .searchArea .search-box .search-box.active {
		width:158px;
	}
	#gHeader .searchArea .search-box .form-input {
		padding: 0 0 0 32px;
	}
	#gHeader .searchArea .gsc-search-box .form-input {
		height: 36px;
		width: 158px;
	}
	#gHeader .searchArea .search-box .search-box::before {
		text-indent: 0;
		font-size: 1.5rem;
	}
	#gHeader .searchArea .gsc-search-box .gsib_a {
		width: 170px;
		height: 36px;
	}
	#gHeader .searchArea .gsc-search-box .gsst_b {
		right: 5px;
	}
}

/*!  #mainImg
================================================ */

/*!  #home
------------------------------------------------- */

/* line 5, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop {
	position: relative;
	width: 100%;
	height: 364px;
	top: 0;
	background: url(../img/home/bg_mainimg01_sp.png) center top no-repeat;
	background-size: cover;
}
@media (min-width: 600px) {
	#mainimgTop {
		/*height: 460px;*/
	}
	#mainimgTop .movie {
		display: none;
	}
}
@media (min-width: 992px) {
	/* line 5, ../_src/scss/03_layout/_mainimg.scss */
	#mainimgTop {
		height: 100vh;
		width: 100vw;
		overflow: hidden;
		display: table;
		background-image: url(../img/home/bg_mainimg01_pc.png);
	}
	#mainimgTop .movie {
		display: block;
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
	#mainimgTop .movie video {
		position: relative;
		height: auto;
		min-width: 1963px;
		width: 100%;
		margin: 0 auto;
		display: block;
		top: 0;
	}
}
@media (min-width: 1610px) {
	#mainimgTop .movie video {
		left: auto;
		margin-left: auto;
	}
}

/* line 18, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop .mainimgIn {
	text-align: center;
	margin-top: 0;
	padding-top: 397px;
}
@media (min-width: 992px) {
	/* line 18, ../_src/scss/03_layout/_mainimg.scss */

	#mainimgTop .mainimgIn {
		position: relative;
		z-index: 1;
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding-top: 0;
	}
}

/* line 27, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop .mainimgIn .mainTxt {
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 16px;
	height: inherit;
	line-height: 1.6;
}
@media (min-width: 992px) {
	/* line 27, ../_src/scss/03_layout/_mainimg.scss */

	#mainimgTop .mainimgIn .mainTxt {
		font-size: 4.2rem;
		color: #fff;
		line-height: 1.8;
		margin-bottom: 52px;
	}
}

/* line 39, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop .mainimgIn .en {
	font-family: 'Roboto';
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	color: #b3b3b3;
}
@media (min-width: 992px) {
	/* line 39, ../_src/scss/03_layout/_mainimg.scss */

	#mainimgTop .mainimgIn .en {
		font-size: 2.4rem;
		color: #fff;
	}
}

/* line 54, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop .honeywell {
	position: absolute;
	right: 15px;
	top: 74px;
}
@media (min-width: 992px) {
	/* line 54, ../_src/scss/03_layout/_mainimg.scss */

	#mainimgTop .honeywell {
		right: 0;
		top: 0;
		background: #fff;
		width: 90px;
		height: inherit;
	}
}

/* line 65, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop .honeywell a {
	text-align: center;
	display: block;
}
@media (min-width: 992px) {
	/* line 65, ../_src/scss/03_layout/_mainimg.scss */

	#mainimgTop .honeywell a {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		margin-top: 58px;
	}
}

/* line 75, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop .honeywell a img {
	width: 12.5px;
}
@media (min-width: 992px) {
	/* line 75, ../_src/scss/03_layout/_mainimg.scss */

	#mainimgTop .honeywell a img {
		width: auto;
	}
}

/* line 82, ../_src/scss/03_layout/_mainimg.scss */
#mainimgTop .honeywell .icon.icon-arrow_d {
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
	color: #c91c1d;
	animation: arrow 4s ease infinite;
}
@media (min-width: 992px) {
	/* line 82, ../_src/scss/03_layout/_mainimg.scss */

	#mainimgTop .honeywell .icon.icon-arrow_d {
		font-size: 15px;
		margin-bottom: 12px;
	}
}
@keyframes arrow {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(5px);
	}
	20% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(5px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
#mainimgTop .scroll {
	position: absolute;
	left: 50%;
	bottom: 15px;
    z-index: 1;
	width: 15px;
	margin-left: -7px;
}
@media all and (min-width: 600px) {
	#mainimgTop .scroll {
		bottom: 40px;
		width: 22px;
		margin-left: -11px;
	}	
}

/*!  under
------------------------------------------------- */

/*!  #gFooter
================================================ */

/* line 3, ../_src/scss/03_layout/_footer.scss */
#gFooter {
	background: #1a1919;
}
#gFooter .ftIn {
	padding-top: 25px;
}
@media (min-width: 600px) {
	/* line 9, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftIn {
		max-width: 1180px;
		margin: auto;
		padding: 62px 0 0;
	}
}

/* line 15, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftIn .logo {
	width: 102px;
	display: block;
	margin: 0 auto 15px auto;
}
@media (min-width: 600px) {
	/* line 15, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftIn .logo {
		margin-bottom: 34px;
		width: 130px;
	}
}

/*  #gFooter .ftNav
================================================ */
#gFooter .ftNav {
	margin-bottom: -27px;
}
#gFooter .ftNav {
	font-size: 1.3rem;
	color: #fff;
}
#gFooter .ftNav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
#gFooter .ftNav a:hover {
	text-decoration: underline;
}
#gFooter .ftNav .item a,
#gFooter .ftNav .item span {
	font-weight: 700;
}
#gFooter .ftNav > .item a {
	display: block;
	font-size: 1.4rem;
}
#gFooter .ftNav .sublist {
	margin: 17px 0 0;
	font-size: 1.2rem;
	line-height: 2;
}
#gFooter .ftNav .terms {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 12px 0 0;
}
#gFooter .ftNav .terms .type:nth-child(1) {
	width: 225px;
}
#gFooter .ftNav .terms .type:nth-child(2) {
	width: calc(100% - 225px - 30px);
}
#gFooter .ftNav .terms .type:nth-child(2) .sublist {
	columns: 4;
}
#gFooter .ftNav .terms .type .item.is_no_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gFooter .ftNav .sublist a {
	font-weight: normal;
}
#gFooter .ftNav .terms .type:nth-child(1) .item.is_no_link span {
	min-width: 50px;
}
#gFooter .ftNav .terms .type:nth-child(2) .item.is_no_link span {
	min-width: 90px;
}
#gFooter .ftNav .terms .type .item.is_no_link::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #333131;
}
#gFooter .ftNav .other {
	display: flex;
	flex-wrap: wrap;
	margin: 45px 0 0;
}
#gFooter .ftNav .other .list:nth-child(1) {
	width: 185px;
}
#gFooter .ftNav .other .list:nth-child(2) {
	width: 198px;
}
#gFooter .ftNav .other .list:nth-child(3) {
	width: 125px;
}
#gFooter .ftNav .other .list:nth-child(4) {
	width: calc(100% - 185px - 198px - 125px);
}
#gFooter .ftNav .other .sublist {
	margin: 10px 0 0;
}
#gFooter .ftNav .list > .item + .item {
	margin: 24px 0 0;
}

/* line 68, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftIn .snsArea {
	float: right;
	width: 56px;
}
@media (min-width: 600px) {
	/* line 71, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftIn .snsArea .list .item a {
		transition: all .3s;
		opacity: 1;
	}
	/* line 75, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftIn .snsArea .list .item a:hover {
		opacity: .7;
	}
}

/* line 81, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftIn .bnrArea {
	margin: 0 auto;
	width: 234px;
}
@media (min-width: 600px) {
	/* line 81, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftIn .bnrArea {
		width: 560px;
		float: right;
	}
}

/* line 89, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftIn .bnrArea .list .item {
	margin-bottom: 20px;
}
@media (min-width: 600px) {
	/* line 89, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftIn .bnrArea .list .item {
		float: left;
		width: 260px;
		margin-left: 20px;
	}
}

/* line 96, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftIn .bnrArea .list .item a {
	transition: all .3s;
	opacity: 1;
}

/* line 99, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftIn .bnrArea .list .item a:hover {
	opacity: .7;
}

/* line 107, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftBtm {
	border-top: 1px solid #333131;
	text-align: center;
	padding: 20px;
}
@media (min-width: 600px) {
	/* line 107, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftBtm {
		margin: 65px 0 0 0;
	}
	#gFooter .ftBtm .ftBtmIn {
		width: 1180px;
		margin: auto;
	}
}

/* line 115, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftBtm .list .item {
	display: inline-block;
}

/* line 117, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftBtm .list .item:before {
	content: "｜";
	color: #ccc;
}

/* line 121, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftBtm .list .item:first-child:before {
	content: "";
}

/* line 124, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftBtm .list .item a {
	color: #ccc;
	font-size: 1.2rem;
}

/* line 130, ../_src/scss/03_layout/_footer.scss */
#gFooter .ftBtm .copyright {
	display: block;
	color: #fff;
	margin-top: 10px;
	text-align: center;
	font-size: 1.2rem;
}
@media (min-width: 600px) {
	/* line 130, ../_src/scss/03_layout/_footer.scss */

	#gFooter .ftBtm .list {
		display: inline-block;
		float: left;
		margin-top: 10px;
	}
	#gFooter .ftBtm .list .item:before {
		margin: 0 8px 0 5px;
	}
	#gFooter .ftBtm .list .item a {
		font-size: 1.4rem;
	}
	#gFooter .ftBtm .copyright {
		float: right;
		margin: 10px auto 5px auto;
		color: #ccc;
		font-size: 1.4rem;
		text-align: right;
		display: block;
	}
}

/*! .pageTop
------------------------------------------------- */

/* line 151, ../_src/scss/03_layout/_footer.scss */
.pageTop a {
	display: block;
	color: #c91c1d;
	background: #333131;
	text-align: center;
	padding: 15px 0;
}
@media (min-width: 600px) {
	/* line 151, ../_src/scss/03_layout/_footer.scss */

	.pageTop a {
		padding: 20px 0;
	}
}

/* line 160, ../_src/scss/03_layout/_footer.scss */
.pageTop a .inTxt {
	display: none;
}

/*============================================================= 04_modules
=============================================================*/

/*!  button
================================================ */

/*! .mod_btn01
------------------------------------------------- */

/*!  list
================================================ */

/*! .mod_list01
------------------------------------------------- */

/* line 7, ../_src/scss/04_modules/_list.scss */
.mod_list01 {
	border-top: 1px solid #f0eded;
}
@media (min-width: 600px) {
	/* line 7, ../_src/scss/04_modules/_list.scss */

	.mod_list01 {
		max-width: 1180px;
		margin: 0 auto;
	}
}

/* line 13, ../_src/scss/04_modules/_list.scss */
.mod_list01 .item {
	border-bottom: 1px solid #f0eded;
	padding: 10px 15px;
}
@media (min-width: 600px) {
	/* line 13, ../_src/scss/04_modules/_list.scss */

	.mod_list01 .item {
		padding: 8px 0 20px 0;
	}
}

/* line 19, ../_src/scss/04_modules/_list.scss */
.mod_list01 .item .entryTime {
	font-size: 1.3rem;
}
@media (min-width: 600px) {
	/* line 19, ../_src/scss/04_modules/_list.scss */

	.mod_list01 .item .entryTime {
		font-size: 1.5rem;
		margin-right: 20px;
	}
}

/* line 26, ../_src/scss/04_modules/_list.scss */
.mod_list01 .item .cat {
	font-family: 'Roboto';
	letter-spacing: 0.1em;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 10em;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 6px 0 0;
	background-color: #999696;
	vertical-align: middle;
	transform: translateY(3px);
}
.mod_list01 .item .cat.ico_others {
	background-color: #999696;
}
.mod_list01 .item .cat.ico_recruit {
	background-color: #333876;
}
.mod_list01 .item .cat.ico_products {
	background-color: #231815;
}
.mod_list01 .item .cat.ico_news {
	background-color: #c91c1d;
}
@media (min-width: 600px) {
	/* line 26, ../_src/scss/04_modules/_list.scss */

	.mod_list01 .item .cat {
		width: 133px;
		font-size: 1.1rem;
		margin: 0 20px 0 0;
		padding: 5px;
	}
}

/* line 47, ../_src/scss/04_modules/_list.scss */
.mod_list01 .item .entryTit {
	font-size: 1.3rem;
	padding-top: 5px;
}
@media (min-width: 600px) {
	/* line 47, ../_src/scss/04_modules/_list.scss */

	.mod_list01 .item .entryTit {
		font-size: 1.4rem;
		display: inline-block;
	}
}

/* line 54, ../_src/scss/04_modules/_list.scss */
.mod_list01 .item .entryTit a {
	display: block;
	margin-top: 5px;
}
@media (min-width: 600px) {
	/* line 58, ../_src/scss/04_modules/_list.scss */

	.mod_list01 .item .entryTit a:hover {
		text-decoration: underline;
	}
}

input[disabled] {border-color: #ccc !important;background-color: #ccc !important;color: #333 !important;cursor: default !important;}
input[disabled]:hover {border-color: #ccc !important;background-color: #ccc !important;color: #333 !important;}
.wpcf7c-conf {background: #ddd  !important;}
input[type=button]{cursor: pointer !important;}


.ajaxOverlay{   
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
}
.areaSpinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { 
        transform: rotate(0deg); 
    }
    100% { 
        transform: rotate(359deg); 
    }
}
.is-hide{
    display:none;
}

/*  #gFooter .ftBnr
================================================ */	
#gFooter .ftBnr {
	color: #fff;
	background: #333131;
	font-size: 1.1rem;
}
#gFooter .ftBnr .inner {
	padding-top: 15px;
	padding-bottom: 20px;
}
#gFooter .ftBnr a {
	color: #fff;
}
#gFooter .ftBnr .slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4px;
}
#gFooter .ftBnr .tit {
	margin-top: 7px;
	font-weight: 700;
}
#gFooter .ftBnr .tit img {
	display: inline-block;
	margin-left: 10px;
}
#gFooter .ftBnr .txt {
	margin-top: 3px;
}
#gFooter .ftBnr .slick-prev,
#gFooter .ftBnr .slick-next {
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	margin-top: -25px;
	background: no-repeat center/contain;

}
#gFooter .ftBnr .slick-prev {
	left: -10px;
	background-image: url('../img/common/ico_prev01.png');
}
#gFooter .ftBnr .slick-next {
	right: -10px;
	background-image: url('../img/common/ico_next01.png');
}
@media all and (min-width: 600px) {
	#gFooter .ftBnr {
		font-size: 1.3rem;
	}
	#gFooter .ftBnr .inner {
		padding-top: 24px;
		padding-bottom: 44px;
	}
	#gFooter .ftBnr .slide {
		padding: 0 10px;
	}
	#gFooter .ftBnr .tit {
		margin-top: 17px;
		font-size: 1.4rem;
	}
	#gFooter .ftBnr .tit img {
		position: relative;
		top: 4px;
	}
	#gFooter .ftBnr .slick-prev,
	#gFooter .ftBnr .slick-next {
		width: 50px;
		height: 50px;
		margin-top: -28px;

	}
	#gFooter .ftBnr .slick-prev {
		left: -15px;
	}
	#gFooter .ftBnr .slick-next {
		right: -15px;
	}
}
#gFooter .ftFixedBnr {
	position: fixed;
	right: 6px;
	bottom: 30px;
	z-index: 4;
}

/*  mod_post01
================================================ */
.mod_post01 {
	width: 215px;
    background: #fff;
    box-shadow: 0px 2px 15px 0px #e3e3e3;
}
.mod_post01_list_wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 12px;
}
.mod_post01_list_wrap::-webkit-scrollbar {
	display: none;
	height: 0 !important;
}
.mod_post01_list {
    position: relative;
    z-index: 1;
    display: flex;
    width: 720px;
    margin-top: 5px;
}

.mod_post01+.mod_post01 {
    margin-left: 32px;
}

.mod_post01 a {
    text-decoration: none;
}

.mod_post01_area_img {
    position: relative;
}

.mod_post01_time {
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: -12px;
    display: inline-block;
    padding: 1px 15px 0;
    background: #cb2526;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}

.mod_post01_new {
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: -12px;
    width: 68px;
    height: 28px;
    padding: 1px 0 0 13px;
    background: url("../img/common/ico_new_post01.png") no-repeat center/contain;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}

.mod_post01_ico {
    position: absolute;
    left: -12px;
    bottom: -10px;
    width: 90px;
}

.mod_post01_area_txt {
    position: relative;
    padding: 20px 15px 88px 23px;
}

.mod_post01_more {
    position: absolute;
    right: -32px;
    bottom: 70px;
    height: 1em;
    line-height: 1;
    font-size: 1.3rem;
    font-weight: 700;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mod_post01_more a {
    position: relative;
    display: block;
}

.mod_post01_more a:after {
    position: absolute;
    right: -100%;
    bottom: -5px;
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: url("../img/common/ico_arw01.png") no-repeat center/contain;
}

.mod_post01_tit {
    padding-bottom: 12px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8;
}

.mod_post01_tit a {
    display: block;
}

.mod_post01_keyword {
    font-size: 1.2rem;
}

.mod_post01_meta {
    position: absolute;
    right: 15px;
    left: 23px;
    bottom: 27px;
    color: #9d9d9d;
    font-size: 1.2rem;
}

.mod_post01_time {
    font-weight: 700;
    letter-spacing: .1em;
}

.mod_post01_add {
    font-weight: 700;
}

@media all and (min-width: 600px) {
	.mod_post01_list_wrap {
		overflow: visible;
	}
    .mod_post01 {
        box-sizing: border-box;
        position: relative;
        width: calc(33.333% - 56px);
        margin: 0 28px;
    }

    .mod_post01_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 56px);
        margin: 53px -28px 0;
    }

    .mod_post01+.mod_post01 {
        margin-left: 28px;
    }

    .mod_post01_area_txt {
        position: static;
        padding: 20px 20px 66px 20px;
    }

    .mod_post01_more {
        right: -36px;
        bottom: 90px;
        font-size: 1.2rem;
        letter-spacing: .1em;
    }

    .mod_post01_more a {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mod_post01_more a:hover {
        color: #cb2526;
    }

    .mod_post01_more a:after {
        right: -34px;
        bottom: -5px;
        width: 30px;
    }

    .mod_post01_tit {
        padding-bottom: 18px;
        font-size: 1.5rem;
    }

    .mod_post01_tit a {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mod_post01_tit a:hover {
        color: #cb2526;
    }

    .mod_post01_keyword {
        font-size: 1.1rem;
    }

    .mod_post01_meta {
        bottom: 26px;
        right: 40px;
        left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.1rem;
        letter-spacing: .1em;
    }
	.mod_post01_time {
		font-size: 1.4rem;
		padding: 2px 13px 3px;
	}
}

/*  mod_keyword
================================================ */
.mod_keyword {
    display: inline-block;
    margin: 2px;
    font-size: 1rem;
    letter-spacing: .1em;
}

.mod_keyword_list {
    position: relative;
    z-index: 1;
    margin: -2px;
    letter-spacing: -.5em;
}

.mod_keyword a {
    display: block;
    padding: 4px 10px;
    color: #c91c1d;
    background: #fedddd;
    text-decoration: none;
    border-radius: 3px;
    border-bottom: 1px solid #e1b6b6;
}

.mod_keyword a:before {
    content: "#";
    margin-right: .5em;
}

@media all and (min-width: 600px) {
    .mod_keyword {
        font-size: 1.1rem;
    }

    .mod_keyword a {
        padding: 3px 9px 4px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mod_keyword a:hover {
        background: #cb2526;
        color: #fff;
    }

    .mod_keyword a:before {
        margin-right: .5em;
    }
}
.grecaptcha-badge { visibility: hidden; 
}