@charset "UTF-8";

.hidden { display: none; } /* 非表示用 */

/*
#alert{
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 60px 40px;
	font-family: input-mono-compressed, monospace;
}*/

.category-selecter{
	background: #fff;
}


.category-selecter .category-selecter-wrap{
	max-width: 1240px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 25px 20px 0 20px;
}

.category-selecter ul li{
	display: inline-block;
	font-size: 18px;
	margin-right: 70px;
	padding-bottom: 25px;
}

.category-selecter ul li:last-child{
	margin-right: 0px;
}

.category-selecter ul li a{
	display: inline-block;
	font-size: 18px;
	color: #ACACAC;
	padding: 2px;
	border-bottom: 3px solid #fff;
}

.category-selecter ul li a.current{
	color: #000;
	border-bottom: 3px solid #000;
}

#works-list{
	
}

#works-list .works-list-wrap{
	max-width: 1290px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 60px 20px;
}

#works-list ul.list{
	display: flex;
	flex-wrap: wrap;
}

#works-list ul.list li{
	width: 29.333%;
	margin-bottom: 60px;
	margin-left: 2%;
	margin-right: 2%;
}



#works-list ul.list li a{
	color: #fff;
}

#works-list ul.list li dt{
	width: 100%;
	overflow: hidden;
	aspect-ratio: 365 / 205;
}

#works-list ul.list li dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#works-list ul.list li dd{
	margin-top: 1em;
	font-weight: bold;
}

#works-list ul.list li dd .category{
	display: block;
	color: #BCBCBC;
	font-size: 12px;
}

#works-list ul.list li dd .works-title{
	display: block;
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.4;
}


.works-detail-kimg{
	width: 100%;
	height: 70vh;
	position: relative;
	overflow: hidden;
}

.works-detail-kimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#works-detail{
	
}

#works-detail .works-detail-wrap{
	max-width: 1240px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 60px 20px;
}


#works-detail p.category{
	display: block;
	color: #BCBCBC;
	font-weight: bold;
	font-size: 24px;
}

#works-detail h2.works-title{
	display: block;
	font-weight: bold;
	font-size: 48px;
	margin-top: 0.3em;
	line-height: 1.4;
	color: #fff;
}

#works-detail .txt-area{
	color: #fff;
	line-height: 2;
	font-size: 18px;
	margin-top: 2em;
}


#works-detail #youtube-area {
  width: 80%;
  aspect-ratio: 16 / 9;
	margin: 60px auto 0 auto;
}
#works-detail #youtube-area iframe {
  width: 100%;
  height: 100%;
}

#works-detail .works-article{
	color: #fff;
	margin-top: 60px;
	line-height: 2;
	font-size: 18px;
	font-weight: 400;
}

#works-detail .works-article h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

#works-detail ul.list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

#works-detail ul.list li{
	width: 48%;
	margin-bottom: 60px;
	overflow: hidden;
	aspect-ratio: 365 / 205;
}

#works-detail ul.list li:nth-child(even){
	margin-left: 4%;
}

#works-detail ul.list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}



/*----------------------
 sp tablet
----------------------*/

@media (max-width: 900px) {
	
.category-selecter .category-selecter-wrap{
	padding: 25px 20px 10px 20px;
}

.category-selecter ul li{
	font-size: 12px;
	margin-right: 20px;
	padding-bottom: 15px;
}

.category-selecter ul li:last-child{
	margin-right: 0px;
}

.category-selecter ul li a{
	font-size: 14px;
	color: #ACACAC;
	padding: 2px;
}
	
#works-list ul.list li{
	width: 100%;
	margin-bottom: 60px;
}

#works-list ul.list li:nth-child(even){
	margin-left: 0%;
}
	
#works-list ul.list li dd{
	margin-top: 1em;
}
	
#works-list ul.list li dd .category{
	font-size: 14px;
}

#works-list ul.list li dd .works-title{
	font-size: 18px;
	line-height: 1.4;
}
	
.works-detail-kimg{
	height: 40vh;
}
	

#works-detail .works-detail-wrap{
	padding: 40px 20px 60px 30px;
}


#works-detail p.category{
	font-size: 12px;
}

#works-detail h2.works-title{
	font-size: 20px;
}

#works-detail .txt-area{
	color: #fff;
	line-height: 2;
	font-size: 12px;
	margin-top: 2em;
}


#works-detail #youtube-area {
  width: 100%;
	margin: 40px auto 0 auto;
}

#works-detail .works-article{
	color: #fff;
	margin-top: 40px;
	font-size: 12px;
}

#works-detail .works-article h3{
	font-size: 18px;
}

#works-detail ul.list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

#works-detail ul.list li{
	width: 100%;
	margin-bottom: 20px;
}

#works-detail ul.list li:nth-child(even){
	margin-left: 0%;
}
	
	#works-detail ul.list li:last-child{
		margin-bottom: 0;
	}


	
  
}