/* modal */
/*
body.modal_on_design{
	overflow: hidden;
}
*/
.design_modalbox{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 100000;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	color: #000000;
}
.wrap_slider_design_modal{
	position: absolute;
	top: 100px;
	left: 50%;
	width: 50%;
	max-width: 700px;
	min-width: 600px;
	height: auto;
	background: #fff;
	transform: translate(-50%,0);
	opacity: 0;
}
.slider_design_modal,
.design_modal{
	position: relative;
	height: 100%;
}
.btn_close{
	position: absolute;
	right: 0;
	bottom: -40px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../img/lightbox/close.png) no-repeat 0 0;
}
.btn_close:hover{
	opacity: 0.6;
}
.design_btn_prev,
.design_btn_next{
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	cursor: pointer;
}
.design_btn_prev{
	left: -60px;
}
.design_btn_next{
	right: -60px;
}
.design_btn_prev img,
.design_btn_next img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.design_btn_prev.slick-disabled,
.design_btn_next.slick-disabled{
	opacity: 0;
	cursor: default;
}
/* DESIGNER モーダル ============= */
.design_modalbox .design_modal p{
	font-size: 1.0625rem;
	line-height: 1.4;
}
.design_modal .profilebox h4{
	font-size: 2.125rem;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
.design_modal .profilebox h4 + p{
	font-size: 1.09375rem;
	line-height: 1.7rem;
}
.design_modal .profilebox .row2{
	justify-content: flex-start;
	align-items: stretch;
	width: calc( 100% - 40px );
	margin-bottom: 20px;
}
.design_modal .profilebox{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	font-size: 0.875rem;
	padding : 20px 0;
}
.design_modal .profilebox > p,
.design_modal .profilebox .row2{
	margin: 0 auto;
}
.design_modal .profilebox .row2 .photobox{
	padding-right: 20px;
}
.design_modal .profilebox .row2 .photobox + div{
	border-left: 1px solid #454642;
	padding-left: 20px;
	width: calc( 72% - 41px );
}
.design_modal  div.projectbox.row2 div{
	width: auto;
}
.design_modalbox .design_modal .projectbox{
	margin-top: 20px;
}
.design_modal .projectbox h5{
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 4px;
}
.design_modal .projectbox p{
	font-size: 0.9375rem;
	line-height: 1.4;
}
.design_modal .projectbox div:first-child{
	margin-right: 18px;
}
.projectbox div img.gooddesignlogo{
	height: 30px;
	width: auto;
	margin-top: 4px;
}
/* 福田 */
#design_fukuda .projectbox div img{
	height: 310px;
	width: auto;
}
/* 下吹越 */
#design_shimohigoshi .projectbox div img{
	height: 250px;
	width: auto;
}
#design_shimohigoshi .projectbox div img.gooddesignlogo{
	height: 30px;
	width: auto;
}
#design_shimohigoshi .profilebox h4 + p{
	font-size: 1rem;
	line-height: 1.3rem;
}
