.season_camp .cart-btn:before {
	content: "";
	width: 26px;
	height: 31px;
	background: url(../../common/img/i_cart.png) center center no-repeat;
	background-size: contain;
	display: block;
	margin-right: 10px;
}

.season_camp .dtl-btn:after {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	background: url(../../common/img/angle_right.png) center center no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
}

.season_camp .underline {
	background-image: url("../img/underline_bg.jpg");
	background-size: 100% 14px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.season_camp .section-top .main-img {
	height: 774px;
	/* background-image: url("../img/mv-pc.jpg?=1"); */
	background-size: 1920px 100%;
	background-position: center center;
}

.season_camp .section-02 .section-top {
	padding: 100px 0 120px 0;
	background-size: 100% 100%;
	background-image: url("../img/background_block1.jpg");
	background-size: 100% 100%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.season_camp .section-02 .section-top {
		padding: 45px 0 60px 0;
		background-image: url("../img/background_block3_sp.jpg");
	}
}

.season_camp .section-04 .care-step {
	background-image: url("../img/background_flow.jpg");
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.season_camp .section-04 .care-step {
		background-image: url("../img/background_flow_sp.jpg");
	}
}

.season_camp .section-04 .howto .item-group .item+.item:before {
	content: "";
	background-image: url("../img/howto_arrow.png");
	width: 42px;
	height: 36px;
	position: absolute;
	top: 85px;
	left: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.season_camp .section-04 .howto .item-group .item+.item:before {
		background-image: url("../img/howto_arrow_sp.png");
		background-size: contain;
		width: 40px;
		height: 50px;
		left: 50%;
		top: -70px;
		background-repeat: no-repeat;
	}
}

.season_camp .bg-point {
	position: relative;
	padding-top: 10px;
	z-index: 100;
	background-image: url(../img/baloon.png);
	background-size: 51px 51px;
	background-repeat: no-repeat;
	background-position: left 10px top 0px;
}
@media screen and (max-width: 767px) {
	.season_camp .section-top .main-img {
		background: none;
		height: auto;
	}
	.season_camp .bg-point {
		z-index: 100;
		padding-top: 2px;
		background-size: 25px 25px;
	}
}