@charset "utf-8";
/* CSS Document */

#container,
#one_maincolumn{
	width: 100% !important;
}
#lpWrap {
	background: #fff;
}
#lpWrap img {
	max-width: 100% !important;
	height: auto;
}
#mv {
	width: 961px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 20px;
	overflow: hidden;
}
#mv .mv {
	float: right;
	line-height: 1;
}
#mv .copy {
	float: left;
	line-height: 1;
	margin-bottom: -1px;
	padding: 0 !important;
	margin-top: 0 !important;
}
#new {
	clear: both;
	background: #cdc7c6;
	padding: 20px calc(50% - 480px);
	position: relative;
	}
#new .txt {
	font-size: 16px;
	color: #4D3632;
	line-height: 1.8;
	padding: 20px 0;
}
#new ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}
#new .img {
	margin: 20px 0;
}
#new:after {
	content: '';
	position: absolute;
	width: 68px;
	height: 68px;
	left: 50%;
	bottom: -34px;
	margin-left: -34px;
	background: url(../img/whisel_19ss_polo/ico_plus.png) no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#set {
	clear: both;
	margin:60px auto;
	width: 961px;
	}
#set ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}
#set .img {
	margin: 20px 0;
}
#polo {
	width: 960px;
	margin: 20px auto;
	}
#polo ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}
#polo li {
	margin: 20px 0;
}
#otherBtn {
	padding: 40px 0;
	text-align: center;
}

@media screen and (max-width:960px) {
	#mv {
		width: 100%;
		margin: 0 auto;
		background: #f79700;
	}
	#mv .mv {
		float: none;
		line-height: 1;
	}
	#mv .copy {
		float: none;
		line-height: 1;
		padding: 0 20px;
	}
	#lpWrap .tit {
		overflow: hidden;
		height: 45px;
		width: 100%;
		position: relative;
	}
	#lpWrap .tit img {
		overflow: hidden;
		height: 45px;
		width: auto;
		max-width: none !important;
		margin-left: -120px;
	}
	#new {
		width: auto;
		}
	
#new .txt {
	font-size: 1.2em;
	color: #4D3632;
	line-height: 1.8;
	padding: 10px;
}
	#new ul {
		
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px 20px;
	}
	#new .img {
		margin: 10px 0;
	}

	#new:after {
		content: '';
		position: absolute;
		width: 34px;
		height: 34px;
		left: 50%;
		bottom: -17px;
		margin-left: -17px;
		background: url(../img/whisel_19ss_polo/ico_plus.png) no-repeat 0 0;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	#set {
		width: auto;
		margin:30px auto;
		}
	#set ul {
		
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px 20px;
	}
	#set .img {
		margin: 10px 0;
	}
	#polo {
		width: auto;
		margin: 10px auto;
		}
	#polo ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px 20px;
	}
	#polo li {
		margin: 10px 0 0;
	}
	.viewPc {
		display: none !important;
	}
	#otherBtn {
		padding: 20px 10px;
	}
	
}
@media all and (min-width: 961px){
	.viewSp {
		display: none !important;
	}
}