/* icevest */
#style.icevest .bg_ice, 
#style.icevest .bg_ice2 {
	position: relative;
}

#style.icevest .bg_ice::before, 
#style.icevest .bg_ice2::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

#style.icevest .bg_ice::before {
	background-image: url(../../images/style/icevest/bg.jpg);
	background-position: center center;
}

#style.icevest .bg_ice2::before {
	background-image: url(../../images/style/icevest/bg2.jpg);
	background-position: center top;
}

#style.icevest #main #concept p {
	padding: 15px 0;
}

#style.icevest .intro ul li .series {
	border-color: #0068B6;
}

#style.icevest .bg_ice2 h2 + .intro {
	padding-top: 0;
}

#style.icevest .icepack {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 35px;
	color: #004DA0;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 1px #004DA0;
}

#style.icevest .icepack span {
	padding: 10px 1.1em 13px 0.7em;
	margin-right: 0.6em;
	color: #FFFFFF;
	background-color: #004DA0;
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
}


@media all and (max-width: 959px) {
	#style.icevest .bg_ice::before {
		background-position: center top 150vw;
	}

	#style.icevest #main {
		padding: 150vw 0 0 0;
	}

	#style.icevest #main h1 img {
		position: absolute;
		max-width: 42%;
		transform: translateY(-140%);
	}

	#style.icevest #main #main_img {
		position: absolute;
		top: 0;
		left: -15px;
		min-width: 100vw;
		z-index: -1;
	}

	#style.icevest .icepack {
		font-size: 4.5vw;
	}
}

@media all and (min-width: 960px) {
	#style.icevest #contents p {
		font-size: 2rem;
	}

	#style.icevest #main {
		padding: 0;
		height: 870px;
	}

	#style.icevest #main #concept {
		position: absolute;
		bottom: 45px;
	}

	#style.icevest .icepack {
		font-size: 2.8rem;
	}
}