@charset "UTF-8";
/*@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:400;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:700;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Bold'),
		local('NotoSansJP-Bold'),
		url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

*/
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}
body{
	margin:0 auto;
	padding:0;
	font-size:1.6em;
	font-family:'Noto Sans JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	position: relative;
	color: #00001a;
}
h1, h2, h3, h4, h5, h6,a{line-height:125%;}
li{line-height:145%;}

*,*::before,*::after{
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font-size: 1.4rem;
	line-height:150%;
	font-weight: 400;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{list-style:none;}
a{
	font-size: 1.4rem;
	color:#00001a;
	text-decoration:none;
	transition:0.3s;
}
a:link{
	color:#00001a;
}
a:visited{
	color:#00001a;
}
a:hover{
	text-decoration:none;
	opacity: 0.6;
}
a:focus{
	outline: none;
}
img{
	width:100%;
	-webkit-backface-visibility: hidden;
}
.pc{display:block;}
.sp{display:none;}
@media screen and (max-width:812px){
	body{
		-webkit-text-size-adjust:100%;
	}
	main{
		min-width: 100%;
	}
	.pc{display:none;}
	.sp{display:inline-block;}
}

.mt5{
	margin: 5px 0 0 0;
}
.mt15{
	margin: 15px 0 0 0;
}
.mt20{
	margin: 20px 0 0 0;
}
.mt30{
	margin: 30px 0 0 0;
}
.txtR{
	text-align: right;
}
.fontS{
	font-size: 1.2rem;
}
a.btnA,
a.btnB{
	min-width: 200px;
	display: inline-block;
	height: 50px;
	line-height: 46px;
	text-align: center;
	padding: 0 38px;
	border: 1px #00001a solid;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
}
a.btnA:hover,
a.btnB:hover{
	color: #fff;
	opacity: 1;
}
a.btnA:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00001a;
	transform: translateX(-100%);
	z-index: -1;
	transition: 0.3s ease-in-out;
}
a.btnA:hover:after {
	transform: translateX(0);
}
a.btnA > span{
	position: relative;
}
a.btnA > span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -18px;
	width: 8.4px;
	height: 8.4px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	transform: rotate(45deg);
	margin: -3px 0 0 0;
}
a.btnA:hover > span:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

a.btnB:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00001a;
	transform: translateX(100%);
	z-index: -1;
	transition: 0.3s ease-in-out;
}
a.btnB:hover:after {
	transform: translateX(0);
}
a.btnB > span{
	position: relative;
}
a.btnB > span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -18px;
	width: 8.4px;
	height: 8.4px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	transform: rotate(225deg);
	margin: -3px 0 0 0;
}
a.btnB:hover > span:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
a.btnC{
	min-width: 200px;
	display: inline-block;
	height: 50px;
	line-height: 46px;
	text-align: center;
	padding: 0 40px;
	border: 1px #00001a solid;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
}
a.btnC:hover{
	color: #fff;
	opacity: 1;
}
a.btnC svg {
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -9px 0 0 0; 
	fill:#000;
	height: 16px;
	width: 16px;
}
a.btnC svg .st0{
	fill:#000;
	transition: 0.3s;
}
a.btnC:hover svg .st0{
	fill:#fff;
}

a.btnC:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00001a;
	transform: translateX(-101%);
	z-index: -1;
	transition: 0.3s ease-in-out;
}
a.btnC:hover:after {
	transform: translateX(0);
}
a.btnC span{
	font-size: 1.2rem;
}
a.iconPdf > span::before,
a.iconPdf::before {
	content: "";
	background: url(../images/icon_pdf.svg) no-repeat center / contain;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 2px;
	right: -20px;
}
@media screen and (max-width:812px){
	a.btnA,
	a.btnB{
		width: 80%;
		padding: 0 14px;
		height: auto;
		min-height: 50px;
		line-height: 50px;
		min-width: auto;
		max-width: 300px;
	}
	a.btnC {
		width: 80%;
		padding: 10px 5px;
		height: auto;
		/* min-height: 50px; */
		line-height: 135%;
		min-width: auto;
		max-width: 300px;
	}
}

/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/


/*header
------------------------------------------------------------------------------------------------------*/
.headerInner{
	width: 100%;
	height: 80px;
	padding: 0 110px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerInner .headerLogo{
	display: block;
	width: 150px;
	min-width: 150px;
}
.headerInner .headerNavi {
	position: relative;
	margin-left: auto;
}
.headerInner .headerNavi ul{
	display: flex;
	align-items: center;
}
.headerInner .headerNavi ul li{
	position: relative;
}
.headerInner .headerNavi ul li:not(:first-child){
	margin: 0 0 0 35px;
}
.headerInner .headerNavi ul li a {
	white-space: nowrap;
	position: relative;
}
.headerInner .headerNavi ul li a:before{
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	transition: 0.3s;
}
.headerInner .headerNavi ul li.recruit a{
	border: 1px solid #0071bb;
	color: #0071bb;
	padding: 4px 14px 5px;
}
.headerInner .headerNavi ul li.recruit a:hover{
	background: #0071bb;
	color: #fff;
	opacity: 1;
}
/*.headerInner .headerNavi ul li.recruit a:after {
	content: '';
	border: #0071bb 1px solid;
	width: 150%;
	height: 150%;
	position: absolute;
	top: -25%;
	left: -25%;
}*/
/*.headerInner .headerNavi ul li.recruit a:before{
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background-color: #0071bb;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	transition: 0.3s;
}
.headerInner .headerNavi ul li a:hover:before{
	width: 100%;
}*/

.gNaviIcon {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 10;
	padding: 30px 30px;
	cursor: pointer;
}
.gNaviIcon,
.gNaviIcon span {
	display: inline-block;
	transition: all .4s;
}
.gNaviIcon span {
	position: absolute;
	top:22px;
	left: 50%;
	width: 24px;
	height: 1px;
	background-color: #00001a;
	margin: 0 0 0 -12px;
}
.gNaviIcon.active span {
	background-color: #fff;
}
.gNaviIcon span:nth-of-type(1) {
	top: 22px;
}
.gNaviIcon span:nth-of-type(2) {
	top: 30px;
}
.gNaviIcon span:nth-of-type(3) {
	top: 38px;
}
.gNaviIcon span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #00001a;
	transition: all .4s;
}
.gNaviIcon.active span:nth-of-type(2)::after {
	background-color: #fff;
}
.gNaviIcon.active span:nth-of-type(1) {
	transform: translate(50%) scale(0);
}
.gNaviIcon.active span:nth-of-type(2) {
	transform: rotate(45deg);
}
.gNaviIcon.active span:nth-of-type(2)::after {
	transform: rotate(90deg);
}
.gNaviIcon.active span:nth-of-type(3) {
	transform: translate(-50%) scale(0);
}

.gNaviArea{
	position: fixed;;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #00001a;
	padding: 0 40px;
	z-index: 4;
	transform: translateY(-101vh);
	opacity: 0;
	transition: 0.3s;
}
.gNaviArea.active{
	transform: translateY(0);
	opacity: 1;
}
.gNaviInner{
	height: 100%;
	padding: 15px 0;
}
.gNaviOut{
	padding: 0 80px;
	width: 100%;
	height: calc(100% - 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gNaviOut .gNavi ul.categoryList{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.gNaviOut .gNavi ul.categoryList:before{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #333;
	position: absolute;
	left: 0;
	bottom: -40px;
}
.gNaviOut .gNavi ul.categoryList:nth-of-type(2){
	margin: 50px 0 0 0;
}
.gNaviOut .gNavi ul.categoryList > li{
	width: 25%;
}
.gNaviOut .gNavi ul.categoryList > li:nth-child(n + 5){
	margin: 50px 0 0 0;
}
.gNaviOut .gNavi ul.categoryList > li > a{
	position: relative;
}
.gNaviOut .gNavi ul.categoryList > li a .categoryTit{
	font-size: 2.3rem;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	letter-spacing: 0.2rem;
	font-weight: 400;
	line-height: 100%;
}
.gNaviOut .gNavi ul.categoryList > li a .categoryTit span{
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-style: 400;
	margin: 5px 0 0 0;
	line-height: 100%;
	letter-spacing: 0;
}
.gNaviOut .gNavi ul.categoryList > li > ul.listDetail{
	margin: 10px 0 0 0;
}
.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li {
	line-height: 120%;
}
.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li a{
	font-size: 1.2rem;
	padding: 0 0 0 15px;
	position: relative;
}
.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li a:before {
	content: '';
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -1px 0 0 0;
}
.gNavi a{
	color: #fff;
	display: inline-block;
	font-weight: 400;
}
.gNavi a.privacyLink{
	position: relative;
	font-size: 1.2rem;
	text-decoration: underline;
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
}
@media screen and (max-width:1100px){
	.headerInner {
		padding: 0 80px 0 40px;
	}
	.headerInner .headerLogo {
		width: 100px;
		min-width: auto;
	}
	.headerInner .headerNavi ul li:not(:first-child) {
		margin: 0 0 0 15px;
	}
	.headerInner .headerNavi ul li a {
		font-size: 1.3rem;
	}
}
@media screen and (max-width:812px){
	.headerInner {
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0 20px;
		height: 60px;
	}
	.headerInner .headerLogo {
		width: 105px;
		min-width: auto;
	}
	.headerInner .headerNavi ul{
		display: none;
	}
	.gNaviIcon {
		right: 0;
		position: fixed;
		top: 0;
	}
	.gNaviArea{
		padding: 0;
		overflow-y: auto;
	}
	.gNaviArea .gNaviInner .headerLogo{
		padding: 0 0 0 20px;
	}
	.gNaviOut {
		flex-direction: column;
		height: auto;
		padding: 0 0 0 0;
		margin: 20px 0 0 0;
	}
	.gNaviOut .gNavi ul.categoryList {
		flex-direction: column;
		margin: 0 0 0 0;
	}
	.gNaviOut .gNavi ul.categoryList:before{
		display: none;
	}
	.gNaviOut .gNavi ul.categoryList > li{
		width: 100%;
		position: relative;
	}
	.gNaviOut .gNavi ul.categoryList > li:after{
		content: '';
		display: block;
		height: 1px;
		width: calc(100% - 30px);
		position: absolute;
		left: 15px;
		bottom: 0;
		background: #333;
	}
	.gNaviOut .gNavi ul.categoryList > li:nth-child(n + 5) {
		margin: 0 0 0 0;
	}
	.gNaviOut .gNavi ul.categoryList > li > a {
		width: 100%;
		padding: 15px 20px 15px 20px;
	}
	.gNaviOut .gNavi ul.categoryList > li a .categoryTit {
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
	}
	.gNaviOut .gNavi ul.categoryList > li a .categoryTit span {
		display: inline-block;
		font-size: 1.2rem;
		margin: 0 0 0 10px;
	}
	.gNaviOut .gNavi ul.categoryList > li span.btn{
		position: absolute;
		right: 0;
		top: 1px;
		height: 48px;
		width: 80px;
		display: inline-block;
		cursor: pointer;
	}
	.gNaviOut .gNavi ul.categoryList > li span.btn:before{
		content: '';
		display: block;
		position: absolute;
		top: 18px;
		right: 25px;
		width: 9px;
		height: 9px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(135deg);
		transition: transform 0.3s;
	}
	.gNaviOut .gNavi ul.categoryList > li span.btn.close_btn:before {
		transform: rotate(225deg);
	}
	.gNaviOut .gNavi ul.categoryList > li > ul.listDetail {
		margin: 0 0 0 0;
	}
	.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li{
		padding: 5px 0px 3px 20px;
		position: relative;
	}
	.gNaviOut .gNavi ul.categoryList > li > ul.listDetail.open li{
		background: rgba(255,255,255,0.2);
	}
	.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li:before{
		content: '';
		display: block;
		height: 1px;
		width: calc(100% - 30px);
		position: absolute;
		left: 15px;
		top: 0;
		background: rgba(255,255,255,0.1);
	}
	.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li:first-child:before{
		display: none;
	}
	.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li a {
		padding: 8px 20px 4px 18px;
		width: 100%;
	}
	.gNaviOut .gNavi ul.categoryList > li > ul.listDetail li a:before {
		left: 2px;
		margin: 1px 0 0 0;
	}
	.gNavi a.privacyLink {
		padding: 0 0 0 20px;
		margin: 30px 0 0 0;
	}
	a.toggleTit01.active,
	a.toggleTit02.active,
	a.toggleTit03.active,
	a.toggleTit04.active,
	a.toggleTit05.active,
	a.toggleTit06.active{
		background: rgba(255,255,255,0.4);
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*common
------------------------------------------------------------------------------------------------------*/
.categoryTitArea {
	height: 200px;
	width: 100%;
	position: relative;
	z-index: 0;
}
.categoryTitArea :before{
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.25);
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}
.categoryTitInner{
	padding: 0 80px;
	color: #fff;
}
.categoryTitInner .tit{
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	padding: 90px 0 0 0;
	line-height: 100%;
}
.categoryTitInner .en{
	font-size: 1.4rem;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0 0 0;
}
.breadcrumbArea{
	padding: 0 40px;
	border-bottom: #f1f1f1 solid 1px;
}
.breadcrumbList{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 38px;
}
.breadcrumbList li,
.breadcrumbList li a{
	font-size: 1rem;
}
.breadcrumbList li{
	position: relative;
	cursor: default;
}
.breadcrumbList li:not(:first-child){
	margin: 0 0 0 15px;
}
.breadcrumbList li:not(:first-child):before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	transform: rotate(45deg);
	margin: -1.8px 0 0 0;
}
.breadcrumbList li a{
	line-height: 38px;
}
.breadcrumbList li a:before{
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	transition: 0.3s;
}
.breadcrumbList li a:hover:before{
	width: 100%;
}
.container {
	width: 100%;
	max-width: 1160px;
	margin: 85px auto 0;
	padding: 0 40px;
}
.inquiryArea {
	background: #dce1e1;
	margin: 85px 0 0;
	width: 100%;
}
.inquiryInner{
	text-align: center;
	padding: 80px 0 85px;
	width: 100%;
}
.inquiryInner .titEn{
	font-size: 4.2rem;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5rem;
}
.inquiryInner .titJa{
	font-weight: 400;
	letter-spacing: 0.1rem;
	position: relative;
;	padding: 0 10px;
	display: inline-block;
}
.inquiryInner .titJa:before {
	content: '';
	width: 4px;
	height: 18px;
	border-top: 1px solid #00001a;
	border-left: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -9px 0 0 0;
}
.inquiryInner .titJa:after{
	content: '';
	width: 4px;
	height: 18px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -9px 0 0 0;
}
.inquiryInner .txt{
	margin: 25px 0 0 0;
}
.inquiryInner .btnA{
	margin: 30px 0 0 0;
}
@media screen and (max-width:812px){
	.categoryTitArea {
		height: 110px;
	}
	.categoryTitInner {
		padding: 0 20px;
	}
	.categoryTitInner .tit {
		font-size: 2rem;
		padding: 45px 0 0 0;
	}
	.categoryTitInner .en {
		font-size: 1.1rem;
		letter-spacing: 0.1rem;
		margin: 3px 0 0 0;
	}
	.breadcrumbArea{
		display: none;
	}
	.container {
		width: 100%;
		max-width: 700px;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	.inquiryArea {
		margin: 60px 0 0;
	}
	.inquiryInner{
		padding: 55px 20px 60px;
		max-width: 700px;
		margin: 0 auto;
	}
	.inquiryInner .titEn {
		font-size: 2.6rem;
	}

}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/


/*productBnrArea
------------------------------------------------------------------------------------------------------*/
.productBnrArea{
	margin: 85px 0 0 0;
	padding: 0 80px;
}
.productBnrList{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.productBnrList li{
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 48%;
	max-width: 445px;
	height: 140px;
}
.productBnrList li.bnrFull {
	min-width: 920px;
	height: 230px;
	margin: 20px 0 0 0;
	width: 100%;
}
.productBnrList li:before{
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
.productBnrList li.bnrA:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bnr_bg_img01_pc.png") no-repeat;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
	z-index: 0;
}
.productBnrList li.bnrB:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bnr_bg_img02_pc.png") no-repeat;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
	z-index: 0;
}
.productBnrList li.bnrFull:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bnr_bg_img03_pc.png") no-repeat;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
	z-index: 0;
}
.productBnrList li.bnrA:hover:after,
.productBnrList li.bnrB:hover:after,
.productBnrList li.bnrFull:hover:after{
	transform:scale(1.1,1.1);
}
.productBnrList li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.productBnrList li a p{
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	line-height: 125%;
	padding: 0 10px;
}
.productBnrList li a p span{
	white-space: nowrap;
}
.productBnrList li.bnrA a p span{
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
}
@media screen and (max-width:812px){
	.productBnrArea {
		margin: 60px 0 0 0;
		padding: 0 20px;
	}
	.productBnrList {
		flex-direction: column;
	}
	.productBnrList li {
		width: 100%;
	}
	.productBnrList li:not(:first-child){
		margin: 10px 0 0 0;
	}
	.productBnrList li.bnrFull {
		min-width: 100%;
		height: 140px;
	}
	.productBnrList li a {
		width: 100%;
		height: 100%;
	}
	.productBnrList li a p {
		font-size: 1.8rem;
		line-height: 150%;
	}
	.productBnrList li.bnrA a p span {
		font-size: 1.4rem;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*footer
------------------------------------------------------------------------------------------------------*/
.footerAera{
	background: #00001a;
}
.footerInner{
	padding: 80px 40px 115px;
	height: 380px;
	max-width: 1080px;
	margin: 0 auto;
}
.footerInner .siteMapList {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footerInner .siteMapList .category li{
	line-height: 150%;
}
.footerInner .siteMapList .category .tit + li{
	margin: 5px 0 0 0;
}
.footerInner .siteMapList .category li a{
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	position: relative;
}
.footerInner .siteMapList .category li.tit a{
	font-size: 1.4rem;
	font-weight: 700;
}
.copyAreaInner{
	height: 50px;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyAreaInner a.privacyLink{
	text-decoration: underline;
	font-size: 1.2rem;
}
.copyAreaInner .copyTxt{
	font-family: 'Poppins', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width:812px){
	.footerInner {
		padding: 40px 20px;
		height: auto;
		max-width: 700px;
		margin: 0 auto;
	}
	.footerInner .siteMapList {
		flex-wrap: wrap;
	}
	.footerInner .siteMapList .category{
		text-align: center;
		width: 30%;
	}
	.footerInner .siteMapList .category:not(:first-of-type) {
	}
	.footerInner .siteMapList .category li:not(.tit) {
		display: none;
	}
	.footerInner .siteMapList .category li.tit.mt30 {
		margin: 0 0 0 0;
	}
	.footerInner .siteMapList .category li.tit a {
		font-size: 1.2rem;
		font-weight: 400; 
		text-decoration: underline;
	}
	.copyAreaInner {
		height: auto;
		flex-direction: column;
		padding: 20px 0;
	}
	.copyAreaInner .copyTxt {
		margin: 10px 0 0 0;
		letter-spacing: 0;
		font-size: 1rem;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

/*pagetop
------------------------------------------------------------------------------------------------------*/
.pageTop{
	position:fixed;
	bottom: 30px;
	right: 20px;
	z-index: 3;
}
.pageTop a{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: rgba(255,255,255,0.3);
	position: relative;
}
.pageTop a:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 50%;
	width: 16px;
	height: 16px;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	transform: rotate(-45deg);
	margin: 0 -8px 0 0;
}
.pageTop a span{
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3rem;
	margin: 15px 0 0 0;
}
@media screen and (max-width:812px){
	.pageTop{
		right: 2%;
		bottom:3%;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/



/*keyframes*/
@keyframes menu-bar01 {
	0% {transform: translateY(4px) rotate(45deg);}
	50% {transform: translateY(8px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
@keyframes menu-bar02 {
	0% {transform: translateY(-5px) rotate(-45deg);}
	50% {transform: translateY(-9px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
@keyframes active-menu-bar01 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(4px) rotate(0);}
	100% {transform: translateY(4px) rotate(45deg);}
}
@keyframes active-menu-bar03 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(-5px) rotate(0);}
	100% {transform: translateY(-5px) rotate(-45deg);}
}
@keyframes active{
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes active{
	from{opacity: 0;}
	to{opacity: 1;}
}