@charset "utf-8";

/* works/style.css
 * **************************************************
 * Common
 * Produce
 * Design
 * Photography
 * Exhibition
 * Media Queries
 * **************************************************
 */

/* Common
-------------------------------------------------- */

/* headline */
.index .content h2 {
	font-size: 40px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/* popup */
.mfp-bg {
	opacity: 0.7;
}

.white-popup {
	background: #333333;
	margin: 20px auto;
	padding: 40px 0;
	position: relative;
	max-width: 1000px;
	width: auto;
}

.mfp-content .image {
	margin: 0 0 30px;
	padding: 0 75px;
	position: relative;
}

.mfp-content .image .swiper {
	overflow: hidden;
}

.mfp-content .image .swiper-button-next {
	right: 30px;
}

.mfp-content .image .swiper-button-prev {
	left: 30px;
}

.mfp-content .image .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -30px;
}

.mfp-content .image .swiper-pagination-bullet {
	background: #ffffff;
	height: 10px;
	width: 10px;
}

.mfp-content .detail {
	color: #ffffff;
	margin: 80px 0 0 0;
	padding: 0 75px;
}

.mfp-content .detail .column:first-child {
	width: 42%;
}

.mfp-content .detail .column:first-child h3 {
	border-bottom: none;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 4px 0 4px 18px;
}

.mfp-content .detail .column:first-child h3 span {
	display: block;
	font-size: 13px;
}

.mfp-content .detail .column:first-child p {
	color: #ffffff;
	font-size: 13px;
	line-height: 2;
	margin: 10px 0 0 0;
}

.mfp-content .detail .column:last-child {
	border-left: 1px solid #ffffff;
	min-height: 90px;
	padding: 0 0 0 40px;
	width: 58%;
}

.mfp-content .detail .column:last-child p {
	font-size: 14px;
	line-height: 2;
}

.mfp-content .close {
	cursor: pointer;
	position: fixed;
	top: 35px;
	right: 30px;
}

/* Produce
-------------------------------------------------- */

.produce .content .inner>section {
	padding-bottom: 0;
}

/* index */
.produce.index .columns .column a {
	display: block;
	position: relative;
}

.produce.index .columns .column a::after {
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	width: 100%;
}

.produce.index .columns .column a:hover::after {
	opacity: 1;
}

.produce.index .columns .column h3 {
	border-bottom: none;
	border-left: 2px solid #333333;
	font-size: 15px;
	margin: 20px 0 0 0;
	padding: 8px 0 8px 18px;
}

.produce.index .columns .column p {
	font-size: 13px;
	letter-spacing: 0.04em;
	margin: 8px 0 0 0;
}

/* salesroom */
.produce .salesroom {
	margin: 70px 0 0 0;
}

.produce .salesroom .column:last-child {
	padding: 63px 0 0 0;
}

.produce .salesroom h4 {
	border: 1px solid #707070;
	display: inline-block;
	font-size: 16px;
	padding: 5px 14px;
	text-align: center;
	min-width: 148px;
}

.produce .salesroom p {
	margin: 30px 0 0 0;
}

.produce .salesroom p.caption {
	font-size: 13px;
	margin-top: 12px;
}

/* Design
-------------------------------------------------- */

.design .three-columns .column {
	position: relative;
}

.design .three-columns .column a {
	display: block;
}

.design .three-columns .column .overlay {
	align-items: flex-end;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	height: 100%;
	opacity: 0;
	padding: 14px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	width: 100%;
}

.design .three-columns .column a:hover+.overlay {
	opacity: 1;
}

.design .three-columns .column .overlay h3 {
	border-bottom: none;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	padding: 4px 0 4px 18px;
}

.design .three-columns .column .overlay h3 span {
	display: block;
	font-size: 10px;
}

.design .three-columns .column .overlay p {
	color: #ffffff;
	font-size: 13px;
	margin: 10px 0 0 0;
}

/* Photography
-------------------------------------------------- */

.photography .three-columns .column a {
	display: block;
	position: relative;
}

.photography .three-columns .column a::after {
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	width: 100%;
}

.photography .three-columns .column a:hover::after {
	opacity: 1;
}

/* Exhibition
-------------------------------------------------- */

/* gallery */
.exhibition .gallery {
	margin: 100px 0 0 0;
}

.exhibition .gallery p {
	margin: 0 0 24px;
}

.exhibition .gallery .column img {
	margin-top: 100px;
}

/* backnumber */
.exhibition .backnumber {
	padding: 70px 0;
}

.exhibition .backnumber ul li {
	font-size: 30px;
	font-weight: 700;
}

.exhibition .backnumber ul li a {
	border-bottom: 1px solid #707070;
	display: block;
	padding: 10px 100px 10px 0;
	position: relative;
}

.exhibition .backnumber ul li a::after {
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	content: '';
	display: inline-block;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: rotate(-45deg);
	width: 20px;
}

/* Media Queries
-------------------------------------------------- */

@media only screen and (max-width: 767px) {

	/* Common
-------------------------------------------------- */

	/* headline */
	.index .content h2 {
		font-size: 33px;
		margin-bottom: 0;
	}

	/* popup */
	.mfp-content .image {
		padding: 0 40px;
	}

	.mfp-content .image .swiper-button-next,
	.mfp-content .image .swiper-button-prev {
		height: 30px;
		width: 30px;
	}

	.mfp-content .image .swiper-button-next {
		right: 5px;
	}

	.mfp-content .image .swiper-button-prev {
		left: 5px;
	}

	.mfp-content .image .swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 30px;
	}

	.mfp-content .image .swiper-pagination-bullet {
		height: 8px;
		width: 8px;
	}

	.mfp-content .detail {
		margin-top: 50px;
		padding: 0 40px;
	}

	.mfp-content .detail .column:first-child {
		width: 100%;
	}

	.mfp-content .detail .column:last-child {
		border-left: none;
		border-top: 1px solid #ffffff;
		min-height: initial;
		padding: 26px 0 0 0;
		width: 100%;
	}

	.mfp-content .close {
		height: 30px;
		top: 20px;
		right: 20px;
		width: 30px;
	}

	/* Produce
-------------------------------------------------- */

	/* index */
	.produce.index .content h2 {
		font-size: 33px;
	}

	.produce.index .columns .column+.column {
		margin-top: 0;
	}

	/* salesroom */
	.produce .salesroom {
		margin-top: 42px;
	}

	.produce .salesroom .column:last-child {
		padding-top: 0;
	}

	.produce .salesroom h4 {
		font-size: 15px;
	}

	.produce .salesroom p {
		margin-top: 18px;
	}

	/* Design
-------------------------------------------------- */

	.design .three-columns .column .overlay {
		background: none;
		height: auto;
		opacity: 1;
		margin: 8px 0 0 0;
		padding: 0;
		position: static;
	}

	.design .three-columns .column .overlay h3 {
		border-left: 1px solid #333333;
		color: inherit;
		font-size: 13px;
		padding: 2px 0 2px 8px;
	}

	.design .three-columns .column .overlay p {
		color: inherit;
		margin-top: 6px;
	}

	/* Exhibition
-------------------------------------------------- */

	/* gallery */
	.exhibition .gallery {
		margin-top: 60px;
	}

	.exhibition .columns .column+.column {
		margin-top: 0;
	}

	.exhibition .gallery .column img {
		margin-top: 60px;
	}

	/* backnumber */
	.exhibition .backnumber {
		padding: 45px 0;
	}

	.exhibition .backnumber ul li {
		font-size: 18px;
	}

	.exhibition .backnumber ul li a {
		padding-right: 50px;
	}

	.exhibition .backnumber ul li a::after {
		height: 10px;
		margin-top: -5px;
		right: 20px;
		width: 10px;
	}

}