@charset "utf-8";

/* ------------------------------------------
	- COMMON SETTING
	- MAIN
		-- SLIDER
		-- EVENT
		-- DESCRIPTION
		-- LATEST WORKS
		-- NEWS
------------------------------------------ */

/* ==============================================================
	INDEX
============================================================== */

/*	SELECT AREA
------------------------------------------ */

.selectArea{
	width:1000px;
	margin:80px auto 50px;
	justify-content: center;
}
@media screen and (max-width:750px){
	.selectArea{
		width:90%;
		margin:40px auto 30px;
		justify-content: center;
	}

}
.selectArea h2{
	font-size: 18px;
	letter-spacing: 0.4em;
}
.selectArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 15px auto;
}
.selectArea ul li{
	width:190px;
	margin: 0 5px 3px;
}
.selectArea ul li a{
	font-size: 14px;
	display: block;
	padding: 15px 0 15px 30px;
	background: #f5f3f0;
	text-align: left;
}
.selectArea ul li a:hover,
.selectArea ul li.select a{
	background: #d1c0a5;
}

.selectArea select { display: none;}

@media screen and (max-width:750px){
    .selectArea ul{ display: none;}
    .selectArea select { display: block; width: auto; margin:2em auto;}
}

/*	LIST AREA
------------------------------------------ */

.listArea{
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
@media screen and (min-width:750px){
	.listArea{
		min-width:1200px;
	}
}
@media screen and (max-width:750px){
	.listArea{
		margin: 0 auto;
	}
}
.listArea .list_item{
	width:50%;
	margin-bottom: 65px;
}
@media screen and (max-width:750px){
	.listArea .list_item{
		width:50%;
		margin-bottom: 45px;
	}
}
@media screen and (min-width:750px){
	.listArea .list_item:nth-child(3n-2){
		margin-left: 0;
	}
}
.listArea .list_item .textArea{
	margin: 25px 50px 0;
}
@media screen and (max-width:750px){
	.listArea .list_item .textArea{
		width:90%;
		margin: 20px auto 0;
	}
}
.listArea .list_item img{
	width:100%;
}
.listArea .list_item h2{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 25px;
}
@media screen and (max-width:750px){
	.listArea .list_item h2{
		font-size: 14px;
		margin-top: 15px;
	}
}
.listArea .list_item p{
	font-size: 12px;
	line-height: 2.5;
	margin: 5px auto;
}
@media screen and (max-width:750px){
	.listArea .list_item p{
		font-size: 10px;
	}
}
.listArea .list_item .categoryArea{
	display: flex;
	justify-content: center;
	margin: 15px auto;
}
.listArea .list_item .categoryArea p{
	padding: 0 8px;
	display: block;
	border: #000 solid 1px;
	border-radius: 3px;
	margin: 0 3px;
	line-height: 2;
}
.listArea .list_item p.description{
	text-align: left;
	line-height: 1.8;
}
@media screen and (max-width:750px){

}


.pager{
	margin: 140px auto;
}

/* ==============================================================
	DETAIL
============================================================== */
.detail .headerArea{
	width:810px;
	margin: 0 auto;
}
@media screen and (max-width:750px){
	.detail .headerArea{
		width:90%;
		margin: 0 auto;
	}
}
.detail .headerArea h2{
	font-size: 24px;
	line-height: 2;
}
@media screen and (max-width:750px){
	.detail .headerArea h2{
		font-size: 20px;
		line-height: 2;
	}
}
.detail .headerArea p{
	font-size: 12px;
	line-height:4;
}
.detail .categoryArea p,.detail .description p{
	font-size: 14px;
	line-height: 2;
}
.detail .categoryArea{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
.detail .categoryArea p{
	padding: 3px 25px;
	border: solid 1px #000;
	border-radius: 3px;
	margin: 0 5px 5px;
}
@media screen and (max-width:750px){
	.detail .categoryArea p{
		padding: 0 15px;
	}
}
.detail .description{
	margin: 50px auto;
}
@media screen and (max-width:750px){
	.detail .description{
		margin: 30px auto;
	}
}
.detail .description p{
	text-align: left;
}
@media screen and (max-width:750px){

}


/*	SLIDER
------------------------------------------ */
.slideArea{
	max-width: 1400px;
	margin: 0 auto 100px;
}
.works_detail.swiper-container{
	padding-bottom: 70px;
}
.swiper-button-next, .swiper-button-prev{
	top:45%;
	width:35px;
	height:60px;
}
@media screen and (max-width:750px){
	.swiper-button-next, .swiper-button-prev{
		top:30%;
		background-size: 22px 40px;
		width:22px;
		height:40px;
	}
}

.works_detail .swiper-button-prev,
.works_detail .swiper-container-rtl .swiper-button-next{
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.works_detail .swiper-button-next,
.works_detail .swiper-container-rtl .swiper-button-prev{
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width:750px){
	.works_detail .swiper-button-prev,
	.works_detail .swiper-container-rtl .swiper-button-next{
	}
	.works_detail .swiper-button-next,
	.works_detail .swiper-container-rtl .swiper-button-prev{
	}
}
.works_detail .swiper-container-horizontal>.swiper-pagination-bullets,
.works_detail .swiper-pagination-custom,
.works_detail .swiper-pagination-fraction{
	bottom: 0;
}
.works_detail .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.works_detail .swiper-pagination-bullet{
	width:12px;
	height:12px;
}
@media screen and (max-width:750px){
	.works_detail .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 8px;
	}
	.works_detail .swiper-pagination-bullet{
		width:10px;
		height:10px;
	}
}
.works_detail .swiper-pagination-bullet-active{
	background: #000;
}
.works_detail .swiper-slide .text{
	display: inline-block;
	width:auto;
	max-width:1000px;
	text-align: left;
	margin: -18px auto 0;
	position: relative;
}
.works_detail .swiper-slide img{
	width:100%;
	max-width: 1200px;
}
@media screen and (max-width:750px){
	.works_detail .swiper-slide .text{
		display: inline-block;
		width:90%;
		text-align: left;
		margin: 0 auto;
		position: relative;
	}
}
.works_detail .swiper-slide .text p{
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 25px;
}


/*	PROCESS
------------------------------------------ */
.detail .processArea{
	margin-bottom: 150px;
}
.detail .processArea h2{
	margin: 50px auto;
	font-size: 18px;
	letter-spacing: 0.6em;
	font-weight: 500;
}
.detail .processArea .block{
	display: flex;
	align-items: flex-start;
	width:800px;
	margin: 0 auto 50px;
}
@media screen and (max-width:750px){
	.detail .processArea .block{
		display: block;
		width:80%;
		margin: 0 auto 30px;
	}
}
.detail .processArea .block .img{
	width:300px;
	margin-right: 40px;
}
@media screen and (max-width:750px){
	.detail .processArea .block .img{
		width:100%;
		margin-right: 0;
	}
	.detail .processArea .block .img img{
		width:100%;
	}
}
.detail .processArea .block .text{
	width:460px;
	text-align: left;
}
@media screen and (max-width:750px){
	.detail .processArea .block .text{
		width:100%;
	}
}
.detail .processArea p.date{
	font-size: 12px;
	margin-bottom: 10px;
}

/* 19.06.20 追加 */
	figure.ysc_thumb{
		max-height: 21.425vw;
	}
    .slider_list.latest_works figure.ysc_thumb{
		max-height: 14.3vw;
	}
    @media screen and (max-width:750px){
        .slider_list.latest_works figure.ysc_thumb{
            max-height: 34.2vw;
        }
    }
