@charset "utf-8";
/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/company/shop/page_img.jpg);
}
#main .sec01 .topTxtBox {
	margin-bottom: 9.8rem;
}
#main .sec01 .topTxtBox .ttl {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.91;
}
#main .sec01 .topTxtBox .txt {
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .sec01 .headLine02 {
	margin-bottom: 6.7rem;
}
#main .sec01 .comLinkList li:first-child {
	margin-left: 0;
}
#main .sec01 .comLinkList a:hover {
	opacity: 0.7;
}
#main .sec01 .imgBox {
	margin-bottom: 15rem;
}
#main .sec01 .imgBox .textBox h4 {
	margin: 2.7rem 0 5rem;
	font-size: 3.6rem;
	color: #003B94;
	letter-spacing: 0.1em;
}
#main .sec01 .imgBox .comTableBox02 {
	margin-bottom: 6rem;
}
#main .sec01 .imgBox .comTableBox02 table th {
	width: 24.5%;
}
#main .sec01 .imgBox .comTableBox02 table th,
#main .sec01 .imgBox .comTableBox02 table td {
	padding: 2.1rem 1rem;
	line-height: 1.75;
}
#main .sec01 .imgBox .photoBox {
	max-width: 84rem;
	width: 53.85%;
}
#main .sec01 .imgBox .photoBox img {
	width: 100%;
}
#main .sec01 .imgBox .photoBox .photoUl {
	margin-bottom: 2rem;
	border-radius: 3rem 0 0 3rem;
	overflow: hidden;
	line-height: 1;
}
#main .sec01 .imgBox .photoBox .subPhotoUl {
	display: flex;
	flex-wrap: wrap;
}
#main .sec01 .imgBox .photoBox .subPhotoUl li {
	margin-right: 1rem;
	width: 12rem;
	border-radius: 1rem;
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	#main .sec01 .imgBox {
		margin-left: auto;
		width: calc(50% + 60rem);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .sec01 .imgBox .textBox {
		width: 41%;
	}
	#main .sec01 .imgBox .photoBox .subPhotoUl li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .topTxtBox {
		margin-bottom: 4rem;
	}
	#main .sec01 .topTxtBox .ttl {
		font-size: 1.8rem;
	}
	#main .sec01 .headLine02 {
		margin-bottom: 3rem;
	}
	#main .sec01 .headLine02 .en {
		font-size: 3rem;
	}
	#main .sec01 .imgBox {
		margin: 0 1.5rem 5rem;
	}
	#main .sec01 .imgBox .textBox {
		margin-bottom: 2rem;
	}
	#main .sec01 .imgBox .textBox h4 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .sec01 .imgBox .comTableBox02 {
		margin-bottom: 2rem;
	}
	#main .sec01 .imgBox .photoBox {
		max-width: 100%;
		width: auto;
	}
	#main .sec01 .imgBox .photoBox .photoUl {
		border-radius: 1rem;
	}
	#main .sec01 .imgBox .photoBox .subPhotoUl li {
		margin-right: 0.5rem;
		width: 16%;
		border-radius: 0.5rem;
	}
}