#page_title {
	height: 479px;
	background: url('../../../../media/works/pagetitle.webp') no-repeat top center;
	margin: 0 auto;
}

#page_title h2 {
	padding: 50px 0 0;
}

#picture1{
	position: absolute;
	top: 140px;
	left: calc(50% - 490px);
	transform-origin: 50% 10%;
	transform: rotateZ(3deg);
}

#header_contact {
	background: linear-gradient(to bottom, rgba(57, 102, 216, 1) 0%, rgba(57, 102, 216, 1) 50%, rgba(121, 130, 214, 1) 51%, rgba(121, 130, 214, 1) 100%);
	box-shadow: 0 5px 0 #00108f;
}

#header_contact:after {
	color: #fff6d3;
	text-shadow: 2px 3px 0 #ffd20c;
}

#header_contact a span {
	color: #fffc00;
}

main {
	background: url('../../../../media/works/bg.webp');
	padding: 20px 0 0;
}

.subnav {
	width: 1140px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

.subnav_comment {
	width: 820px;
	height: 349px;
	box-sizing: border-box;
	padding: 13px 15px 0;
	border: 8px solid #9E5F00;
	border-radius: 14px;
	box-shadow: 0 2px 3px #9E5F0066;
	font-size: 15px;
	line-height: 1.6;
	/* background: url('../../../../media/works/waku1.webp') no-repeat top center; */
}

.subnav dl {
	width: 285px;
	height: 350px;
	box-sizing: border-box;
	padding: 20px 30px 0;
	text-align: center;
	border: 8px solid #9E5F00;
	border-radius: 14px;
	box-shadow: 0 2px 3px #9E5F0066;
	/* background: url('../../../../media/works/waku2.webp') no-repeat top center; */
}

.subnav dl dt {
	text-align: center;
	font-family: "vdl-logog", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin: 0 auto 30px;
}

.subnav dl dd ul {
	padding: 0px;
}

.subnav dl dd ul li {
	margin: 0 auto 10px;
}

.subnav dl dd ul li a {
	display: block;
	/* line-height: 48px; */
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.catLink{
	line-height: 1.3;	
}


#hashtagBox{
	width: 400px;
	background-image: none;
	box-sizing: border-box;
	padding: 13px 15px 0;
	border: 8px solid #9E5F00;
	border-radius: 14px;
	box-shadow: 0 2px 3px #9E5F0066;
	text-align: left;
}

#hashtagBox dd h4{
	display: inline;
}

.subnav dl dd ul {
	display: inline;
}

.subnav dl dd ul li{
	display: inline;
	margin: 0 10px;
}

#hashtagBox a{
	color: #333;
	text-decoration: underline;
	color: #00ACCB;
}


#catLink dt{
	margin: 0 0 10px 0;
}

#catLink dd > ul > li:nth-child(1) > a {
	background: #a82b24;
	border: 6px solid #c34139;
	border-radius: 30px;
	box-shadow: 0 5px 0 #6f2824;
}

#catLink > dd > ul > li:nth-child(2) > a {
	background: #337093;
	border: 6px solid #4b87aa;
	border-radius: 30px;
	box-shadow: 0 5px 0 #264f66;
}

#catLink > dd > ul > li:nth-child(3) > a {
	background: #a74c0f;
	border: 6px solid #cf6925;
	border-radius: 30px;
	box-shadow: 0 5px 0 #8d400c;
}



#guideTxt{
	text-align: center;
	margin: 0 0 20px 0;
}

#works_list article {
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	gap: 111px;
}

#works_list article dl {
	width: 306px;
	flex: none;
}

#works_list article dl dt {
	width: 306px;
	height: 285px;
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px #00000099;
	border: 7px double #fff;
}

#works_list article dl dt a {
	width: 100%;
	height: 100%;
	display: block;
}

#works_list article dl dt a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position:top center;
}

#works_list article dl:nth-child(odd) dt {
	/* padding: 26px 23px 25px; */
	/* background: url('../../../../media/works/gakubuchi1.webp') no-repeat top center; */
}

#works_list article dl:nth-child(even) dt {
	/* padding: 37px 31px 37px 34px; */
	/* background: url('../../../../media/works/gakubuchi2.webp') no-repeat top center; */
}

.works_list_comment {
	background: #fefefe;
	padding: 10px 20px;
	border-bottom: 3px solid #acacac;
}

#works_list dl dd{
	position: relative;
}

span.new_label{
	color: #ffffff;
	font-size: 12px;
	background: #f35b69;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5px 8px;
	z-index: 1;
	border-radius: 0 0 0 10px;
}


#cat4 p.cat {
	background: #a82b24;
	max-width: 184px;
	margin: 10px auto 0;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}

#cat5 p.cat {
	background: #337093;
	max-width: 184px;
	margin: 10px auto 0;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}

.works_list_voice {
	padding: 10px 0 0;
}

.works_list_voice a {
	display: block;
	line-height: 57px;
	border-radius: 10px;
	background: #c85e18;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #8a491e;
	position: relative;
}

.works_list_voice a:after {
	position: absolute;
	content: "‣";
	right: 0px;
	top: 0;
	font-size: 36px;
}



.list_term_box{
	padding: 5px 10px;
	background-color: #eee;
	border-radius: 4px;
	margin: 5px 0;
	font-size: 85%;
	text-align: left;
	line-height: 1.4;
}

.list_term_box a{
	display: inline-block;
	margin: 0 5px 0 0;
	text-decoration: underline;
	color: #8F0700;
}




.pagination {
	background: url('../../../../media/works/bottom.webp') no-repeat bottom center;
	height: 169px;
	margin: 0 auto;
}

.pagination ul {
	text-align: center;
	margin: 0px auto;
	width: 360px;
}

.page-numbers li {
	display: inline-block;
	color: #404040;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
}

.page-numbers li a:hover {
	color: #404040;
	background: #ccc;
}

.page-numbers li span {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
	background: #fff;
}

.page-numbers li span.current {
	background: #ccc;
}

.bx-viewport {
	height: 748px !important;
}

#works_more {
	padding: 0 0 100px;
}

#works_more1{
	padding: 0;
	max-width: none;
}

#works_slide {
	list-style: none;
	width: calc(100vw - 180px);
/* 	height: 748px !important; */
/* 	padding: 70px 62px; */
box-sizing: border-box;
margin: 0 auto 0 40px;
display: -webkit-box; /* before Android4.3 iOS6:Safari */
display: -ms-flexbox; /* IE10 */
display: -webkit-flex; /* Pc-safari */
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-flex-flow: row wrap; /* IE10 */
-webkit-flex-flow: row wrap; /* Pc-safari */
flex-flow: row wrap;
justify-content: center;
align-items: center;
gap:80px;
}

#works_slide li {
	position: relative;
	width: calc(50% - 80px);
	/* height: calc( calc( calc( 100vw - 310px) / 2 ) * 0.895 ) ; */
	box-sizing: border-box;
	/* padding: 3.35vw 3vw; */
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px #00000099;
	border: 7px double #fff;
	background-size: contain;
}



#works_slide li span{
	position: absolute;
	padding: 3px 5px;
	bottom: 5px;
	right: 5px;
	background-color: #FFF;
	color: #333;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #222;
}

#works_slide li a {
	display: block;
	width: 100%;
	height: 100%;
}

#works_slide li a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:top center;
}

#works_more2 {
	padding: 35px 25px;
	background: #fff;
}

.title_area {
	display: flex;
	margin: 0 0 20px;
}

.title_area p{
	margin: 0 20px 0 0;
}

.title_area h3{
	font-weight: bold;
	font-size: 125%;
}

p.cat4 {
	background: #a82b24;
	width: 184px;
	margin: 0 20px 0 0;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}

p.cat5 {
	background: #337093;
	width: 184px;
	margin: 0 20px 0 0;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}

#works_more3 h5 {
	line-height: 40px;
	font-size: 18px;
	width: 200px;
	border-radius: 20px 20px 0 0;
	background: #c85e18;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-family: "vdl-logog", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#works_more3 .inner {
	padding: 35px 25px;
	background: #fff;
}

#page_prev_next {
	width: 303px;
	height: 132px;
	padding: 70px 0 0 0;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	background: url('../../../../media/works/bottom2.webp') no-repeat bottom center;
	margin: 0 auto 80px;
}

#page_prev a {
	width: 82px;
	display: block;
	background: url('../../../../media/works/arrow_prev.svg') no-repeat bottom center;
}

#page_next a {
	width: 82px;
	display: block;
	background: url('../../../../media/works/arrow_next.svg') no-repeat bottom center;
}

.page-numbers{
	margin: 10px 0;
}



#makersBox{
	display: none;
}