@charset "utf-8";

/* ==========================================================================
   page-privacy_idx
   ========================================================================== */
.page-works_idx .mdl-pageHead_hero {
	background: #E2E2E2 url("/works/img/idx/hero-pc.jpg?202304");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-works_idx .mdl-hdgPH_title-a {
	width: 202px;
}

@media only screen and (max-width: 600px) {
	.page-works_idx .mdl-pageHead_hero {
		background-image: url("/works/img/idx/hero-sp.jpg?20221205?202304");
	}

	.page-works_idx .mdl-hdgPH_title-a {
		width: 90px;
	}
}

/* --------------------
 * sec-works {
 * -------------------- */
.sec-works {
	background: #f0f0f0;
	padding: 100px 0 280px 0;
}

.sec-works .lyt-inner {
	width: calc(1100/1400 * 100vw);
}

@media only screen and (max-width: 600px) {
	.sec-works {
		padding: 40px 0 280px 0;
	}
}

.works {
	padding: 30px 0 0 0;
}

.works_controlBox {
	margin: 20px 0;
}

.works_wPanels {
	margin: 50px 0 0 0;
}

@media only screen and (max-width: 600px) {
	.works {
		padding: 15px 0 0 0;
	}

	.works_controlBox {
		margin: 15px 0;
	}

	.works_wPanels {
		margin: 25px 0 0 0;
	}
}

.controlBox {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.controlBox_head {
	font-weight: bold;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.46;
	letter-spacing: 0.1em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px;
	background: #888989;
}

.controlBox_body {
	width: calc(100% - 215px);
	padding: 12px 25px;
	background: #fff;
}

.controlBox_btnList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.controlBox_btnList > li {
	margin: 12px 18px 12px 0;
}

.sortBtn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.sortBtn:before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #464646;
	background: #fff;
	margin: 0 7px 0 0;
}

.sortBtn_parts {
	color: #464646;
	font-size: 1.5rem;
	line-height: 1.46;
	letter-spacing: 0.1em;
}

.sortBtn.active:before {
	border-color: #00b4f0;
	background: #00b4f0 url("/works/img/works/check.svg") no-repeat center center / contain;
}

@media only screen and (max-width: 600px) {
	.controlBox {
		display: block;
	}

	.controlBox_head {
		font-size: 1.25rem;
		line-height: 1;
		letter-spacing: 0.2em;
		display: block;
		width: 100%;
		padding: 10px 0;
		background: #00b4f0;
	}

	.controlBox_body {
		font-size: 1.3rem;
		line-height: 1.46;
		letter-spacing: 0.1em;
		width: 100%;
		padding: 12px 30px;
	}

	.controlBox_btnList {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.controlBox_btnList > li {
		width: 50%;
		margin: 7px 0 7px 0;
	}

	.sortBtn:before {
		width: 25px;
		height: 25px;
		margin: 0 5px 0 0;
	}
}

.wPanelList {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.wPanelList > li {
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	margin-bottom: 30px;
}

.wPanelList > li:nth-of-type(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 1400px) {
	.wPanelList > li {
		width: calc((100% - 40px)/3);
	}

	.wPanelList > li:nth-of-type(4n) {
		margin-right: 20px;
	}

	.wPanelList > li:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1080px) {
	.wPanelList > li {
		width: calc((100% - 20px)/2);
	}

	.wPanelList > li:nth-of-type(3n) {
		margin-right: 20px;
	}

	.wPanelList > li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 600px) {
	.wPanelList {
		display: block;
	}

	.wPanelList > li {
		width: 100%;
		margin-right: 0!important;
		margin-bottom: 15px;
	}
}

.wPanel {
	display: block;
	height: 100%;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #231815;
	position: relative;
	overflow: hidden;
}

.wPanel:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url("/common/img/icon_blank.png") no-repeat center center / contain;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.device-pc .wPanel:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 3px solid #231815;
	position: absolute;
	bottom: -1px;
	left: 0;
	transform: translateX(-100%);
	transition: transform 400ms;
}

.device-pc .wPanel:hover:after {
	transform: translateX(0);
}

.wPanel_tag {
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	display: flex;
	padding: 0 0 0 10px;
	align-items: center;
	width: 170px;
	height: 22px;
	background: url("/works/img/works/tag01.png") no-repeat 0 0 / contain;
}

.wPanel_tag.category-drama {
	background-image: url("/works/img/works/tag01.png");
}

.wPanel_tag.category-movie {
	background-image: url("/works/img/works/tag02.png");
}

.wPanel_tag.category-animation {
	background-image: url("/works/img/works/tag03.png");
}

.wPanel_tag.category-other {
	background-image: url("/works/img/works/tag06.png");
}

.wPanel_thumb {
	display: block;
	position: relative;
}

.device-pc .wPanel_thumb:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(35, 24, 21, .85) url("/works/img/works/view.svg") no-repeat center center / 116px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: opacity 400ms;
	opacity: 0;
}

.device-pc .wPanel:hover .wPanel_thumb:after {
	opacity: 1;
}

.wPanel_thumb > img {
	z-index: 1;
}

.wPanel_title {
	font-weight: bold;
	color: #00b4f0;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 20px 0 0 0;
}

.wPanel_caption {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 10px 0 0 22px;
}

@media only screen and (max-width: 600px) {
	.wPanel {
		display: block;
		height: auto;
		padding: 0 0 10px 0;
	}

	.wPanel:before {
		width: 17px;
		height: 16px;
		bottom: 10px;
	}

	.wPanel_tag {
		font-size: 1.0rem;
		width: 140px;
		height: 18px;
		/*! position: absolute; */
		/*! top: 0; */
		/*! left: 0; */
		z-index: 3;
	}

	.wPanel_title {
		font-size: 1.35rem;
		margin: 12px 0 0 0;
	}

	.wPanel_caption {
		font-size: 1.0rem;
		margin: 6px 0 0 15px;
	}
}

/**/
.loadline {
	width: 100%;
	height: 1px;
	background: transparent;
	position: relative;
}

.spinner {
	margin: 100px auto 0;
	width: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spinner > span {
	width: 10px;
	height: 10px;
	background: #00b4f0;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1050ms infinite ease-in-out both;
}

.spinner .bounce1 {
	animation-delay: -0.24s;
}

.spinner .bounce2 {
	animation-delay: -0.12s;
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1.0);
	}
}

.is-itemLoad-complete .spinner {
	display: none;
}

/**/
.device-pc .js-addItem {
	opacity: 0;
}

.device-pc .js-addItem.is-effect {
	opacity: 1;
	animation: bounce 2500ms linear both;
}

.device-sp .js-addItem {
	opacity: 1;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A2000%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A5%2Cb%3A4%7D%5D%7D */

@keyframes bounce {
	0% {
		transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		opacity: 0;
	}
	4.1% {
		transform: matrix3d(0.58, 0, 0, 0, 0, 0.58, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(0.58, 0, 0, 0, 0, 0.58, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	8.11% {
		transform: matrix3d(0.895, 0, 0, 0, 0, 0.895, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(0.895, 0, 0, 0, 0, 0.895, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.11% {
		transform: matrix3d(1.018, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(1.018, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		opacity: 1;
	}
	16.12% {
		transform: matrix3d(1.043, 0, 0, 0, 0, 1.043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(1.043, 0, 0, 0, 0, 1.043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	27.23% {
		transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	38.34% {
		transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	60.56% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	82.78% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

.addItem a[href=""] {
  pointer-events: none;
}





