/* ---------------------------------------
    works
-----------------------------------------*/
/* sec_works
--------------------------------*/
#sec_works .works_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10.5rem;
	margin-top: 9rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list {
		grid-template-columns: 1fr;
		gap: 2rem 0;
		margin-top: 3rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item.is-hidden {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
#sec_works .works_list .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2.2rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item a {
		border-radius: 1.6rem;
	}
}
#sec_works .works_list .item a::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(77, 77, 77);
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 768px) {
	#sec_works .works_list .item a::before {
		opacity: 0;
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item a::before {
		background: linear-gradient(180deg, rgb(255, 255, 255) 47.95%, rgb(0, 0, 0) 100%);
	}
}
@media screen and (min-width: 768px) {
	#sec_works .works_list .item a:hover {
		opacity: 1;
	}
	#sec_works .works_list .item a:hover::before {
		opacity: 1;
	}
}
#sec_works .works_list .item .img {
	aspect-ratio: 410/731;
}
#sec_works .works_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_works .works_list .item .txt_wrap {
	width: 100%;
	padding: 2.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (min-width: 768px) {
	#sec_works .works_list .item .txt_wrap {
		transform: translateY(140%);
		visibility: hidden;
	}
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item .txt_wrap {
		padding: 2rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_works .works_list .item a:hover .txt_wrap {
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transform: translateY(0%);
		visibility: visible;
	}
}
#sec_works .works_list .item .name {
	color: #ffffff;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item .name {
		font-size: 1.6rem;
	}
}
#sec_works .works_list .item .cate {
	font-size: 1.6rem;
	line-height: 1.125;
	letter-spacing: -0.05em;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item .cate {
		font-size: 1.2rem;
		margin-top: 1.5rem;
	}
}
#sec_works .works_list .item .cate span {
	display: inline-block;
	padding: 0.6rem 1.5rem;
	background-color: #ffffff;
	border-radius: 1.6rem;
	border: 1px solid #000000;
	margin: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item .cate span {
		padding: 0.4rem 1.5rem;
		border-radius: 1.2rem;
		margin: 0 0.5rem 0.5rem 0;
	}
}
#sec_works .works_list .item .txt_more {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item .txt_more {
		margin-top: 1.5rem;
	}
}
#sec_works .works_list .item .txt_more span {
	position: relative;
	display: inline-block;
	color: #FFFF00;
	font-size: 3.2rem;
	line-height: 1.34375;
	padding-right: 6.2rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item .txt_more span {
		font-size: 1.904rem;
		line-height: 1.3157894737;
		padding-right: 3.6rem;
	}
}
#sec_works .works_list .item .txt_more span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 0 4.6rem;
	border-color: transparent transparent transparent #FFFF00;
	position: absolute;
	right: 0;
	top: 0.7rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_list .item .txt_more span::after {
		border-width: 1.5rem 0 0 2.8rem;
		top: 0.4rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_works .btn_more {
		margin-top: 3.6rem;
	}
	#sec_works .btn_more button {
		display: inline-block;
		position: relative;
		color: #0055D2;
		font-size: 1.9rem;
		padding-bottom: 0.8rem;
	}
	#sec_works .btn_more button::after {
		content: "";
		width: 1.2rem;
		height: 1.2rem;
		border-right: 1px solid #0055D2;
		border-bottom: 1px solid #0055D2;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: rotate(45deg);
	}
}
#sec_works .works_post .inner {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 13.8rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner {
		flex-direction: column;
		gap: 3rem 0;
	}
}
#sec_works .works_post .inner .movie {
	max-width: 32rem;
	border-radius: 3.1rem;
	overflow: hidden;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .movie {
		border-radius: 1.6rem;
		margin: 0 auto;
	}
}
#sec_works .works_post .inner .movie .tiktok-embed {
	margin: 0;
}
#sec_works .works_post .inner .detail {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .detail {
		width: 100%;
	}
}
#sec_works .works_post .inner .detail .tb {
	display: grid;
	grid-template-columns: 20% 80%;
	gap: 4.5rem 0;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .detail .tb {
		grid-template-columns: 30% 70%;
		gap: 1.8rem 0;
	}
}
#sec_works .works_post .inner .detail .tb dt {
	font-weight: 600;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .detail .tb dt {
		font-size: 1.4rem;
	}
}
#sec_works .works_post .inner .detail .tb dd {
	font-weight: 700;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .detail .tb dd {
		font-size: 1.4rem;
	}
}
#sec_works .works_post .inner .detail .tb dd .sns {
	display: flex;
	gap: 0 3rem;
	margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .detail .tb dd .sns {
		margin-top: 0;
	}
}
#sec_works .works_post .inner .detail .tb dd .sns a {
	display: inline-block;
	width: 4.1rem;
	height: 4.1rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .detail .tb dd .sns a {
		width: 3.5rem;
		height: 3.5rem;
	}
}
#sec_works .works_post .inner .detail .tb dd .sns a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#sec_works .works_post .inner .detail .txt {
	font-size: 2rem;
	line-height: 1.95;
	letter-spacing: -0.05em;
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .inner .detail .txt {
		font-size: 1.4rem;
		line-height: 1.6428571429;
		margin-top: 4rem;
	}
}
#sec_works .works_post .img_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10.5rem;
	margin-top: 23rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .img_wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem;
		margin-top: 2rem;
	}
}
#sec_works .works_post .img_wrap .img {
	border-radius: 2.2rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .img_wrap .img {
		border-radius: 0.8rem;
	}
}
#sec_works .works_post .btn {
	margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
	#sec_works .works_post .btn {
		margin-top: 3.5rem;
	}
}

/* sec_clients
--------------------------------*/
#sec_clients {
	margin-top: 17rem;
}
@media screen and (max-width: 767px) {
	#sec_clients {
		margin-top: 8rem;
	}
}
#sec_clients .wrap {
	max-width: calc(50% + 72rem);
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#sec_clients .wrap {
		max-width: inherit;
		padding-left: 3.5rem;
		padding-right: 0;
	}
}
#sec_clients .logo_wrap {
	width: calc(100% - 34rem);
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-top: 7.3rem;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#sec_clients .logo_wrap {
		width: 100%;
		border-right: none;
		margin-top: 4rem;
	}
}
#sec_clients .logo_wrap .inner {
	width: 110rem;
	padding: 7.6rem 0 7.6rem 8.8rem;
}
@media screen and (max-width: 767px) {
	#sec_clients .logo_wrap .inner {
		width: 100%;
		padding: 3rem 3rem 3.5rem 2.4rem;
	}
}

/* sec_link
--------------------------------*/
.sec_link {
	margin-top: 15.5rem;
}
@media screen and (max-width: 767px) {
	.sec_link {
		margin-top: 5rem;
	}
}