@charset "utf-8";
.sec1{
	max-width: 1200px;
	text-align: center;
    margin: 80px auto;
}
.sec1 .heading{
	display: inline-block;
}
.sec1 .txt{
	line-height: 1.4;
}
.sec1 .box_wrap{
    margin: 50px 0;
	display: flex;
    flex-wrap:wrap ;
}
.sec1 .box_wrap .box{
	position: relative;
	width: 23%;
    margin: 0 2.6666% 40px 0;
	text-align: left;
}
.sec1 .box_wrap .box:nth-of-type(4n){
	margin-right: 0;
}
.sec1 .box_wrap .box:nth-last-of-type(-n+4){
	margin-bottom: 0;
}
.sec1 .box_wrap .box figure{
	position: relative;
}
.sec1 .box_wrap .box figure.sold:after{
	position: absolute;
	content: "SOLD OUT";
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 50%);
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
}
.sec1 .box_wrap .box figure .icon{
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
	z-index: 2;
}
.sec1 .box_wrap .box figure .thumb{
	width: 100%;
}
.sec1 .box_wrap .box h3{
	margin: 10px 0;
    font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	min-height: 40px;
}
.sec1 .box_wrap .box dl{
	line-height: 1.2;
}
.sec1 .box_wrap .box dl div{
	font-size: 1.4rem;
	display: flex;
    margin-top: 6px;
}
.sec1 .box_wrap .box dl div dt{
	position: relative;
    width: 26%;
    margin-right: 8px;
}
.sec1 .box_wrap .box dl div dt::after{
	content: ":";
    position: absolute;
    right: 0;
}
.sec1 .box_wrap .box .btn{
	width: auto;
    margin: 15px 10px 0;
}
@media screen and (max-width: 1024px) {
	.sec1{
		margin: 80px 4% 30px;
	}
	.sec1 .box_wrap{
		display: block;
		margin: 50px 8%;
	}
	.sec1 .box_wrap .box{
		width: auto;
    	margin: 0 0 40px 0;
	}
	.sec1 .box_wrap .box h3 {
		min-height: initial;
	}
	/* .sec1 .box_wrap .box:nth-of-type(4n){
		margin-right: 8%;
	} */
	.sec1 .box_wrap .box:nth-last-of-type(-n+4){
		margin-bottom: 50px;
	}
	.sec1 .box_wrap .box dl{
		min-height: initial;
	}
	.sec1 .box_wrap .box dl div dt {
    	margin-right: 17px;
	}
	.sec1 .box_wrap .box .btn{
		width: auto;
		margin: 20px 10px 0;
	}
}

/*モーダルウィンドウ*/
.modal-window,
.modal-window2,
.modal-window3,
.modal-window4,
.modal-window5,
.modal-window6,
.modal-window7,
.modal-window8,
.modal-window9,
.modal-window10,
.modal-window11,
.modal-window12,
.modal-window13,
.modal-window14,
.modal-window15,
.modal-window16,
.modal-window17{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: pink;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
.close-btn{
	position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: #376041;
}
/*モーダルウィンドウ（終）*/

.wrapper{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
    height: 80vh;
	background: #fff;
	overflow-y: scroll;
	padding: 50px 0;
}
.slick-slider li img {
    max-width: 100%;
    width: auto;
    height: 100%;
}
.slick-slider {
    display: block;
    height: 100%;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    height: 100%;
}
.slider1, .slider2, .slider3, .slider4, .slider5, .slider6, .slider7, .slider8, .slider9, .slider10, .slider11, .slider12, .slider13, .slider14, .slider15, .slider16, .slider17 {
    width: 100%;
	margin: 0px auto;
}
.slider1 img,.slider2 img,.slider3 img,.slider4 img,.slider5 img,.slider6 img,.slider7 img,.slider8 img,.slider9 img,.slider10 img,.slider11 img,.slider12 img,.slider13 img,.slider14 img,.slider15 img,.slider16 img,.slider17 img{
    height: 100%;
	width: 70vw;
	margin: 0 auto;
}
.status{
	width: 70%;
    margin: 30px auto 0;
    text-align: left;
}
.status h3{
	font-size: 2rem;
	line-height: 1.3;
}
.status h3 span{
	display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.status dl{
	margin-top: 20px;
    border: 1px solid #212529;
}
.status dl div{
	display: flex;
    border-bottom: 1px solid #212529;
    font-size: 1.4rem;
    line-height: 1.3;
}
.status dl div:last-of-type{
	border-bottom: 0;
}
.status dl div dt{
	width: 20%;
    padding: 10px;
    background: #ccc;
    border-right: 1px solid #212529;
}
.status dl div dd{
	width: 80%;
    padding: 10px;
}
.status .btn_area{
	margin-top: 50px;
}
#arrowprev,
#arrownext {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 41px;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
}
#arrowprev {
    left: 20px;
}
#arrownext {
    right: 20px;
}
/*====slickレイアウト設定（終）====*/
@media screen and (max-width: 1024px) {
	.wrapper{
		width: 95%;
		height: 90vh;
		padding: 50px 4%;
	}
	.slider1, .slider2, .slider3, .slider4, .slider5, .slider6, .slider7, .slider8, .slider9, .slider10, .slider11, .slider12, .slider13, .slider14, .slider15, .slider16, .slider17{
		width: 100%;
	}
	.slider1 img,.slider2 img,.slider3 img,.slider4 img,.slider5 img,.slider6 img,.slider7 img,.slider8 img,.slider9 img,.slider10 img,.slider11 img,.slider12 img,.slider13 img,.slider14 img,.slider15 img,.slider16 img,.slider17 img{
		width: 70vw;
	}
	.slick-slider {
		height:auto;
	}
	.slick-slider li img {
		max-width: unset;
		width: 100%;
		height: auto;
	}
	.slick-next {
		right: -60px;
	}
	.slick-prev {
		left: -60px;
	}
	#arrowprev,
	#arrownext {
		position: absolute;
		top: 50%;
		width: 20px;
		height: 30px;
		z-index: 2;
	}
	#arrowprev {
		left: 10px;
	}
	#arrownext {
		right: 10px;
	}
	.status{
		width:auto;
	}
	.status h3{
		font-size: 1.8rem;
	}
	.status h3 span{
		display: block;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.status dl{
		margin-top: 20px;
		border: 1px solid #212529;
	}
	.status dl div{
		display: flex;
		border-bottom: 1px solid #212529;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.status dl div dt{
		width: 24%;
		padding: 10px 2%;
	}
	.status dl div dd{
		width: 76%;
		padding: 10px 2%;
	}
	.status .btn_area{
		margin-top: 50px;
	}
}