@charset "utf-8";

.wrap_popupzone{height:100%;}

.wrap_popupzone h2{font-size:5rem;font-family:'seb';color:#000;letter-spacing:-0.1rem;line-height:1.3;margin-bottom:5rem;}

.wrap_popupzone .item_1 img{object-fit:cover;object-position:center;width:100%;height:100%;}
.wrap_popupzone .item_2{padding:4rem 10rem 0 0;}
.wrap_popupzone .text_1{font-size:2.5rem;color:#222;font-family:'sm';line-height:1.3;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
.wrap_popupzone .text_2{display:none;}

.wrap_popupzone .mask{display:none;}
.wrap_popupzone .pattern_mask{}
.wrap_popupzone .gradation_mask{}

.wrap_popupzone .control{}
.wrap_popupzone .control .numbering{display:none;}
.wrap_popupzone .control .numbering i{}
.wrap_popupzone .control .numbering .now{}
.wrap_popupzone .control .numbering .total{}
.wrap_popupzone .control .paging{}
.wrap_popupzone .control .pannel{}
.wrap_popupzone .control .pannel button{font-size:0;width:4rem;height:4rem;position:absolute;bottom:2rem;}
.wrap_popupzone .control .pannel .prev{background:url(../images/prev_1_b.png) no-repeat left center;right:4rem;}
.wrap_popupzone .control .pannel .next{background:url(../images/next_1_b.png) no-repeat right center;right:0;}
.wrap_popupzone .control .pannel .play{}
.wrap_popupzone .control .pannel .stop{}
.wrap_popupzone .control .pannel .play,
.wrap_popupzone .control .pannel .stop{display:none;}
.wrap_popupzone .control .pannel .play.on,
.wrap_popupzone .control .pannel .stop.on{display:block;}

@media all and (max-width:1280px){
	.wrap_popupzone h2{font-size:4rem;margin-bottom:4rem;}

	.wrap_popupzone .text_1{font-size:2.25rem;}
}
@media all and (max-width:768px){
	.wrap_popupzone h2{font-size:3rem;margin-bottom:3rem;}
	
	.wrap_popupzone .text_1{font-size:2rem;}
	.wrap_popupzone .control .pannel button{width:3rem;height:3rem;bottom:1.5rem;}
	.wrap_popupzone .control .pannel .prev{right:1.5rem;}
}