@charset "utf-8";
.page_works .menu-item-380 a {
		opacity: 1;
}
/* ================= */
.works_flex {
		max-width: 1300px;
		margin: 0 auto;
}
.works_item {
		width: 100%;
		margin: 0 0 120px;
}
.works_flex .works_item p {
		font-size: 16px;
}
.works_item img {
		width: 100%;
		height: auto;
}
.works_item_figure {
		margin: 0 0 20px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.works_item_figure:hover {
				opacity: 0.7;
		}
}
@media(max-width: 767px) {
		.works_item {
				margin: 0 0 60px;
		}
		.works_item_figure {
				margin-bottom: 15px;
		}
		.works_flex .works_item p {
				font-size: 11px;
		}
}
/* ================= */
.works_wrap {
		/* display: flex;
		align-items: flex-start; */
		overflow: hidden;
}
.works_figure {
		width: 60%;
		min-width: 650px;
		margin-right: 60px;
		cursor: pointer;
}
.works_figure img {
		width: 100%;
		height: auto;
		transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.works_figure img:hover {
				opacity: 0.7;
		}
}
.works_caption {
		flex: 1;
}
.works_category {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 20px;
}
.works_category li {
		list-style: none;
		font-size: 12px;
		font-family: 'Libre Baskerville', serif;
		font-weight: normal;
		margin: 0 1em 10px 0;
}
.works_category li a {
		color: #fff;
		text-decoration: none;
}
.works_caption h3.works_title {
		font-size: 20px;
		font-weight: 300;
		margin: 0 0 60px;
}
h3.works_title a {
		text-decoration: none;
		color: #fff;
}
h3.works_title a span {
		display: inline-block;
		position: relative;
}
h3.works_title a span::before {
		content: '';
		display: block;
		position: absolute;
		top: 7px;
		right: -25px;
		width: 15px;
		height: 15px;
		background: url("../images/icon_blank.png") no-repeat 0 0;
		background-size: 15px;
		pointer-events: none;
}
h3.works_title a span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #333;
		transform-origin: right center;
		pointer-events: none;
}
@media (hover: hover) {
		h3.works_title a:hover span::after {
				animation: lineAnime 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
		}
}
@keyframes lineAnime {
		0% {
				transform: scaleX(1);
		}
		100% {
				transform: scaleX(0);
		}
}
.works_caption h4 {
		font-family: 'Libre Baskerville', serif;
		font-weight: normal;
		font-size: 15px;
		color: #a7aaad;
		letter-spacing: 0.06em;
		list-style: none;
		margin: 80px 0 15px;
}
.works_caption h4:first-child {
		margin-top: 0;
}
.works_caption p {
		line-height: 2.2;
		letter-spacing: 0.04em;
}
@media(max-width: 1280px) {
		.works_wrap {
				display: block;
		}
		.works_figure {
				width: 100%;
				min-width: inherit;
				margin: 0 0 50px;
		}
}
@media(max-width: 767px) {
		.works_caption h3.works_title {
				font-size: 12px;
				margin-bottom: 25px;
		}
		.works_caption h4 {
				margin: 40px 0 10px;
				font-size: 10px;
		}
		.works_caption p {
				font-size: 10px;
		}
}
/* ================= */
.works_photo_flex {
		display: flex;
		justify-content: space-between;
}
.works_photo_pc img, .works_photo_sp img {
		width: 100%;
		height: auto;
}
.works_photo_pc {
		width: calc(60% - 25px);
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
}
.works_photo_sp {
		width: calc(40% - 25px);
}
.works_photo_pc_thumb, .works_photo_sp_thumb {
		height: 60vh;
		min-height: 500px;
		padding-right: 12px;
		overflow: auto;
}
.works_photo_pc_thumb::-webkit-scrollbar, .works_photo_sp_thumb::-webkit-scrollbar {
		width: 5px;
}
.works_photo_pc_thumb::-webkit-scrollbar-track, .works_photo_sp_thumb::-webkit-scrollbar-track {
		background-color: #D9D9D9;
}
.works_photo_pc_thumb::-webkit-scrollbar-thumb, .works_photo_sp_thumb::-webkit-scrollbar-thumb {
		background-color: #7B7B7B;
		border-radius: 8px;
}
.swiper-parentDiv {
		position: relative;
		height: 60vh;
		min-height: 500px;
}
.swiper-parentDiv .swiper-pagination {
		position: absolute !important;
		bottom: -40px !important;
		left: 0;
		width: 100%;
		height: 20px;
		text-align: left;
		display: flex;
		justify-content: flex-start;
}
.swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		border: none;
		background: #ccc;
		opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 10px 0 0;
}
.swiper-pagination-bullet-active {
		background: #666;
}
.works_caption_hdr {
		max-width: 1200px;
		margin: 0 auto;
		padding-bottom: 0;
}
.works_caption_outline {
		max-width: 800px;
		margin: 0 auto;
		padding: 80px 0 0;
}
@media(max-width: 767px) {
		.works_wrap {
				overflow: hidden;
		}
		.works_photo_flex {
				display: block;
		}
		.works_photo_pc {
				width: 100%;
				margin: 0 0 20px;
		}
		.works_photo_sp {
				width: 100%;
				margin: 0 auto;
		}
		.works_photo_pc_thumb {
				height: 60vw;
				min-height: inherit;
				padding-right: 10px;
				overflow: auto;
		}
		.works_photo_sp_thumb {
				height: 60vh;
				min-height: inherit;
				padding-right: 10px;
				overflow: auto;
		}
		.works_caption_outline {
				padding: 40px 0 0;
		}
		.swiper-parentDiv {
				height: inherit !important;
				min-height: inherit !important;
		}
		.swiper-parentDiv .swiper-pagination {
				position: absolute !important;
				bottom: -35px !important;
				height: 20px;
		}
		.swiper-pagination-bullet {
				width: 6px;
				height: 6px;
		}
		.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
				margin: 0 6px 0 0;
		}
}
.works_photo_single {
		max-width: 1200px;
		margin: 0 auto;
}
.works_photo_single img {
		width: 100%;
		height: auto;
}
/* ============= */
@media (max-width: 834px) {
		.works_caption_hdr .works_caption {
				padding-top: 30px;
		}
		.works_category {
				margin-bottom: 0px;
		}
}
@media (max-width: 834px) {
		.works_category li {
				font-size: 9px;
		}
}