@charset "UTF-8";
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 1605px 0;
	}
}
@keyframes moveSP {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 802px 0;
	}
}
.intro {}
.intro_inner {}
.intro_title {}
.intro_msg {
	margin-bottom: 70px;
}
.intro_image {
	background-image: url(/cu-mo-hakone/assets/img/shop/pt-intro@2x.jpg);
	background-size: 1605px 268px;
	height: 268px;
	background-repeat: repeat-x;
	background-color: #f3b587;
	animation-name: move;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-duration: 43s;
	animation-timing-function: linear;
}
.pickup {
	margin-top: 100px;
	margin-bottom: 122px;
}
.pickup_inner {}
.pickup_title {}
.pickup_title > b {}
.pickup_title > small {}
.pickup_sectWrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 890px;
	margin: 0 auto;
}
.pickup_sect {
	width: 46.5%;
	margin-left: 7%;
	position: relative;
	z-index: 1;
}
.pickup_sect:nth-child(2n+1) {
	margin-left: 0;
}
.pickup_sect:nth-child(n+3) {
	margin-top: 45px;
}
.pickup_sect:nth-child(2n+1)::before {
	content: "";
	display: block;
	width: 200vw;
	height: 200px;
	background-color: #ebe9e1;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: -100vw;
}
.pickup_image {
	position: relative;
	z-index: 10;
}
.pickup_image > img {}
.pickup_headline {
	font-size: 22px;
	color: #9f8a50;
	font-weight: 500;
	margin-top: 23px;
	line-height: 1.4;
	position: relative;
	z-index: 10;
	text-align: center;
}
.pickup_text {
	font-size: 14px;
	margin-top: 21px;
	color: #5a5a5a;
	position: relative;
	z-index: 10;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}
.products {}
.products_sect {
	position: relative;
	z-index: 1;
}
.products_areaText {
	width: 430px;
	height: 301px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skewY(3.5deg);
	box-sizing: border-box;
	padding: 30px 30px;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.products_title {
	margin-bottom: 15px;
}
.products_title > b {
	font-size: 36px;
}
.products_title::after {
	display: none;
}
.products_title > small {
	margin-top: 13px;
	font-size: 15px;
}
.products_sectWrap {
	margin-bottom: 71px;
	transform: skewY(-3.5deg);
}
.products_sectWrap:last-child {
	margin-bottom: 0;
}
.products_text {
	font-size: 87.5%;
}
.products_cols {
	display: flex;
}
.products_col {
	width: 50%;
}
.products_col-no1 {}
.products_slide {
	font-size: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.products_slide.slick-initialized {
	opacity: 1;
}
.products_image {
	height: 30.25vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform: skewY(3.5deg) scale(1.1);
}
.products_image > img {
	display: none;
}
.products_col-no2 {}
.pickup_cauList {
	list-style: none;
	font-size: 10px;
	color: #5a5a5a;
	margin-top: 5px;
}
.pickup_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.pickup_cauList > li:first-child {}
.pickup_cauList > li:last-child {}
.pickup_cauList > li:nth-child(2n+1) {}
.pickup_cauList > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_msg {}
	.intro_image {}
	.pickup {}
	.pickup_inner {}
	.pickup_title {}
	.pickup_title > b {}
	.pickup_title > small {}
	.pickup_sectWrap {}
	.pickup_sect {}
	.pickup_sect:nth-child(2n+1) {}
	.pickup_sect:nth-child(n+3) {}
	.pickup_sect:nth-child(2n+1)::before {}
	.pickup_image {}
	.pickup_image > img {}
	.pickup_headline {
		font-size: 18px;
	}
	.pickup_text {
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
	.products {}
	.products_sect {}
	.products_areaText {}
	.products_title {}
	.products_title > b {}
	.products_title::after {}
	.products_title > small {}
	.products_sectWrap {}
	.products_sectWrap:last-child {}
	.products_text {}
	.products_cols {}
	.products_col {}
	.products_col-no1 {}
	.products_slide {}
	.products_slide.slick-initialized {}
	.products_image {
		height: 300px;
	}
	.products_image > img {}
	.products_col-no2 {}
}
@media screen and (max-width:767px) {
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_msg {
		margin-bottom: 25px;
	}
	.intro_image {
		height: 134px;
		background-size: 802px 134px;
		animation-name: moveSP;
	}
	.pickup {
		margin-top: 25px;
		margin-bottom: 45px;
	}
	.pickup_inner {}
	.pickup_title {}
	.pickup_title > b {}
	.pickup_title > small {}
	.pickup_sectWrap {
		display: block;
	}
	.pickup_sect {
		width: auto;
		margin-left: 0;
	}
	.pickup_sect:nth-child(2n+1) {}
	.pickup_sect:nth-child(n+2) {
		margin-top: 25px;
	}
	.pickup_sect:nth-child(2n+1)::before {
		height: 150px;
	}
	.pickup_image {
		max-width: 415px;
		margin: 0 auto;
	}
	.pickup_image > img {}
	.pickup_headline {
		font-size: 16px;
		margin: 10px 0 0;
	}
	.pickup_text {
		margin-top: 5px;
	}
	.products {}
	.products_sect {}
	.products_areaText {
		transform: none;
		position: static;
		width: auto;
		padding: 20px 20px;
		height: auto;
	}
	.products_title {}
	.products_title > b {
		font-size: 28px;
	}
	.products_title::after {}
	.products_title > small {
		font-size: 14px;
		line-height: 1.4;
	}
	.products_sectWrap {
		transform: none;
		margin-bottom: 35px;
	}
	.products_sectWrap:last-child {}
	.products_text {}
	.products_cols {
		display: block;
	}
	.products_col {
		width: auto;
	}
	.products_col-no1 {}
	.products_slide {}
	.products_slide.slick-initialized {}
	.products_image {
		height: 74vw;
	}
	.products_image > img {}
	.products_col-no2 {
		display: none;
	}
}
