#page_title{
	background:url('../images/works/bg_h2.webp') no-repeat center center;
}
.subnav{
	max-width:1100px;
	margin:0 auto 100px;
}
.subnav dl{
	display:flex;
	gap:20px;
	align-items:flex-start;
}
.subnav dl dt{
	white-space:nowrap;
	font-size:89px;
	line-height:1em;
}
.subnav dl dt span{
	display:block;
	-webkit-box-reflect: below -40px -webkit-gradient(linear, left bottom, left top, from(#FFF), to(transparent));
}
.subnav dl dd ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:0 70px;
	border-bottom:1px dotted #999;
	margin-bottom:20px;
	padding:0 0 10px;
}
.subnav dl dd ul li{
	width:180px;
}
.subnav li a{
	display:flex;
	width:100%;
	line-height:30px;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	align-items:center;
	gap:5px;
}
.subnav li a span{
	display:block;
	width:30px;
	height:30px;
	flex:none;
}
#subnav1 a{
	color:#053576;
}
#subnav1 span{
	background:#0a5cc9;
}
#subnav2 a{
	color:#947f47;
}
#subnav2 span{
	background:#dfdbd0;
}
#subnav3 a{
	color:#88600a;
}
#subnav3 span{
	background:#f2ba42;
}
#subnav4 a{
	color:#ec6332;
}
#subnav4 span{
	background:#ec6332;
}
#subnav5 a{
	color:#279562;
}
#subnav5 span{
	background:#279562;
}
#subnav6 a{
	color:#b56f6c;
}
#subnav6 span{
	background:#d0a2a0;
}
#subnav7 a{
	color:#677ef6;
}
#subnav7 span{
	background:#677ef6;
}
#subnav8 a{
	color:#925494;
}
#subnav8 span{
	background:#ac8fad;
}

#subnav9 a{
	color:#2c8193;
}
#subnav9 span{
	background:#6da7b3;
}

#subnav10 a{
	color:#b2d44a;
}
#subnav10 span{
	background:#b2d44a;
}
#subnav4{
	padding-left:30px;
}
#subnav7{
}
#subnav10{
	padding-left:30px;
}
#cat_wrap a{
	display:block;
	margin-bottom:3px;
	height:215px;
	text-decoration:none;
}
.works_cat{
	position:relative;
}
.works_cat ul{
	list-style:none;
	display:flex;
	gap:3px;
	height:215px;
}
.works_cat ul li{
	width:calc((100% - 15px) / 6);
	height:100%;
}
.works_cat ul li img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.works_cat article{
	background:#fff;
	display:inline-block;
	position:absolute;
	top:0;
	height:100%;
}
.cat_jp{
	font-size:18px;
	font-weight:bold;
}
.cat_eng{
	font-size:126px;
	font-weight:bold;
	line-height:0.7em;
}
#works_cat1 article{
	right:25%;
}
#works_cat1 p{
	color:#053576;
}
#works_cat2 article{
	left:25%;
}
#works_cat2 p{
	color:#947f47;
}
#works_cat3 article{
	left:45%;
}
#works_cat3 p{
	color:#88600a;
}
#works_cat4 article{
	left:15%;
}
#works_cat4 p{
	color:#ec6332;
}
#works_cat5 article{
	left:25%;
}
#works_cat5 p{
	color:#279562;
}
#works_cat6 article{
	left:35%;
}
#works_cat6 p{
	color:#b56f6c;
}
#works_cat7 article{
	left:45%;
}
#works_cat7 p{
	color:#677ef6;
}
#works_cat8 article{
	left:35%;
}
#works_cat8 p{
	color:#ac8fad;
}
#works_cat9 article{
	left:35%;
}
#works_cat9 p{
	color:#448b9c;
}
#works_cat10 article{
	left:50%;
}
#works_cat10 p{
	color:#b2d44a;
}
.cat_title{
	max-width:1100px;
	margin:0 auto 100px;
	position:relative;
	z-index:3;
}
#works_cat_list article{
	display:flex;
	flex-wrap:wrap;
	gap:60px;
	z-index:4;
	position:relative;
}
#works_cat_list article dl{
	width:calc((100% - 120px) / 3);
}
#works_cat_list article dl dt{
	height:200px;
	margin-bottom:20px;
}
#works_cat_list article dl dt a{
	display:block;
	width:100%;
	height:100%;
}
#works_cat_list article dl dt a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
#works_cat_list article dl dd a{
	text-decoration:none;
	position:relative;
	display:block;
	padding:0 40px 0 0;
}
#works_cat_list article dl dd a:after{
	content:"≫";
	width:30px;
	height:30px;
	color:#fff;
	background:#0a5cc9;
	top:0;
	right:0;
	display:block;
	position:absolute;
	text-align:center;
	line-height:30px;
}
.archive main{
	position:relative;
}
.archive main:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url('../images/works/works_bg_l.png') no-repeat top left;
	top:0;
	left:0;
	z-index:1;
}
.archive main:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url('../images/works/works_bg_r.png') no-repeat center right;
	top:0;
	right:0;
	z-index:1;
}
.single main h3{
	border:1px solid #0a5cc9;
	line-height:40px;
	padding:0 10px;
	font-size:24px;
	color:#0a5cc9;
	margin:0 auto 50px;
}
#thumb_photo{
	padding:0;
	list-style:none;
	display:flex;
	gap:5px;
}
#thumb_photo li{
	width:calc((100% - 25px) / 6);
}
#thumb_photo li img{
	display:block;
	height:134px;
	object-fit:cover;
}
.single table{
	width:100% !important;
	margin:0 auto 40px !important;
}
.single #comment td{
	min-width:200px;
}
#works_item #tantou{
	padding:40px 0 0;
}
#works_item #comment{
	padding:40px 0 0;
}