@charset "utf-8";




.nav:after {
	display: none;
}

.nav-item:after {
	background-color: rgba(255, 255, 255, .3);
}

.nav a {
	color: rgba(255, 255, 255, 1);
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.nav a span {
	width: 100%;
	margin-right: 0;
	display: block;
	top: 0;
	text-align: center;
}

.nav a:after {
	background-color: rgba(255, 255, 255, 1) !important;
}


@media screen and ( max-width: 800px ) {

	.header-wrap {
		background-color: rgba(0, 0, 0, .9);
	}

	.nav a span {
		margin-bottom: -5px;
	}

}


@media screen and ( min-width: 801px ) {

	.header-wrap {
		background-color: transparent;
	}

	.nav a span {
		margin-bottom: -30px;
	}

}


/*------------------------------------*/


.kv {
	position: relative;
	z-index: 1;
}

.kv:before {
	content: "";
	width: 100%;
	height: 90%;
	display: block;
	background-image: url(../images/bg_kv01.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.kv-slider {
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	z-index: 1;
	transition: all 300ms ease 600ms;
}

.kv-slider.none {
	background-color: rgba(0, 0, 0, 0);
}
.kv-slider-swipe {
    opacity: 1;
    transition: all 600ms ease;
    overflow: hidden;
}
/*
.kv-slider-swipe {
	opacity: 0;
	transition: all 600ms ease;
}
*/
.kv-list {
	opacity: 1;
	visibility: visible;
	transition-duration: 1000ms !important;
}

.kv-item {
	position: relative;
}

.kv-item:after {
	content: "";
	width: 100%;
	height: calc(300px + 35vw);
	display: block;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.kv-item-main {
	width: 100%;
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 1;
}

.kv-catch {
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 5;
	line-height: 1.8;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
	visibility: visible;
	text-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.kv-catch a {
	display: block;
	position: relative;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	pointer-events: none;
}

.kv-btn .btn {
	margin: 0 auto;
	border-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

.kv-btn .btn:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
}

.swiper-pagination {
	width: 100% !important;
	display: -webkit-flex;
	display: flex;
	bottom: 0 !important;
}

.swiper-pagination-bullet {
	margin: 0 !important;
	margin-right: 1px !important;
	background-color: rgba(255, 255, 255, 1) !important;
	border-radius: 0;
	flex: 1;
	opacity: .4 !important;
	transform-origin: bottom;
	cursor: pointer;
	transition: all 300ms ease;
}

.swiper-pagination-bullet:hover {
	opacity: .7 !important;
}

.swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
	background: rgba(10, 93, 26, 1) !important;
	transform: scaleY(2);
	opacity: .7 !important;
}


@media screen and ( max-width: 800px ) {

	.kv-item:after {
		background-position: center top;
	}

	.kv-item-main {
		top: calc(10px + 5vw);
	}

	.kv-catch {
		margin-bottom: 20px;
		font-size: 2.5rem;
	}

	.kv:before {
		top: -130px;
	}

	.kv-btn .btn {
		width: 200px;
		height: 40px;
		font-size: 1.4rem;
	}

	.kv-item.camp:after {
		background-image: url(../images/img_kv01_sp.jpg);
	}

	.kv-item.climbing:after {
		background-image: url(../images/img_kv02_sp.jpg);
	}

	.kv-item.fishing:after {
		background-image: url(../images/img_kv03_sp.jpg);
	}

}


@media screen and ( min-width: 801px ) {

	.kv {
		padding: 0 5vw;
	}

	.kv:before {
		top: -160px;
	}

	.kv-item-main {
		top: calc(20px + 5vw);
	}

	.kv-catch {
		margin-bottom: 40px;
		font-size: 4rem;
	}

	.kv-item.camp:after {
		background-image: url(../images/img_kv01.jpg);
	}

	.kv-item.climbing:after {
		background-image: url(../images/img_kv02.jpg);
	}

	.kv-item.fishing:after {
		background-image: url(../images/img_kv03.jpg);
	}

}


/*------------------------------------*/


.feature {
	padding-top: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.max-home {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.feature-image {
	margin-bottom: 20px;
	position: relative;
}

.feature-image-pic {
	max-width: 800px;
	margin: 0 auto;
}

.feature-image-tex {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.feature-image-tex img {
	width: auto;
	height: 100%;
}


@media screen and ( max-width: 800px ) {

	.feature {
		margin-top: -80px;
	}

	.feature-image-tex img {
		height: 73px;
	}

}


@media screen and ( min-width: 801px ) {

	.feature {
		margin-top: -180px;
	}

	.feature-image-tex img {
		height: 146px;
	}

}


/*------------------------------------*/


.feature {
	background-color: rgba(236, 235, 228, 1);
}

.feature-title-home {
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}


@media screen and ( max-width: 800px ) {

	.feature-title-home {
		font-size: 2.5rem;
	}

}


@media screen and ( max-width: 500px ) {

	.feature-title-home br {
		display: none;
	}

}


@media screen and ( min-width: 801px ) {

	.feature-title-home {
		font-size: 3.8rem;
	}

}


/*------------------------------------*/


.buy-list-item a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.buy-list-image {
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 1);
	overflow: hidden;
}

.buy-list-image img {
	transition: all 500ms ease;
	transform-origin: center;
}

a:hover .buy-list-image img {
	opacity: .7;
	transform: scale3d(1.1, 1.1, 1.1);
}

picture.buy-list-image {
	display: block;
}

.buy-list-title {
	line-height: 1.6;
}

.buy-list-title span {
	display: block;
}

.buy-list-eng {
	height: 30px;
	margin: 20px auto 0 auto;
	display: -webkit-flex;
	display: flex;
	position: relative;
	font-size: 1.2rem;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.buy-list-eng:before,
.buy-list-eng:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
	position: absolute;
	left: 0;
}

.buy-list-eng:before {
	top: 0;
}

.buy-list-eng:after {
	bottom: 0;
}


@media screen and ( max-width: 800px ) {

	.buy-list-item {
		margin-bottom: 40px;
	}

	.buy-list-image .pc {
		display: none;
	}

	.buy-list-title {
		font-size: 1.3rem;
	}

	.buy-list-title span {
		font-size: 2rem;
	}

	.buy-list-eng {
		width: 120px;
	}

}


@media screen and ( min-width: 801px ) {

	.buy-list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.buy-list-image .sp {
		display: none;
	}

	.buy-list-item {
		width: calc((100% - 2px) / 3);
		-webkit-flex: 0 0 calc((100% - 2px) / 3);
				flex: 0 0 calc((100% - 2px) / 3);
	}

	.buy-list-title {
		font-size: 1.6rem;
	}

	.buy-list-title span {
		font-size: 2.5rem;
	}

	.buy-list-eng {
		width: 160px;
	}

}


/*------------------------------------*/


.result {
	margin: 0;
	padding-left: 5vw;
	padding-right: 5vw;
	background-color: rgba(236, 235, 228, 1);
}

.contents-more {
	right: 5vw;
}

.case-list {
	-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
}

.sort-title {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.8;
	color: rgba(0, 0, 0, 1);
}

.sort-list {
	display: -webkit-flex;
	display: flex;
}

.sort-list-item {
	margin-right: 5px;
}

.sort-list-item a {
	padding: 5px;
	display: block;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.8;
	text-decoration: none;
}

.sort-list-item a.active:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid rgba(0, 0, 0, 1);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


@media screen and ( max-width: 600px ) {

	.case-list {
		left: 0;
	}

	.sort {
		margin: 20px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		-webkit-justify-content: center;
				justify-content: center;
	}

	.sort-title {
		margin-right: 10px;
	}

}


@media screen and ( min-width: 801px ) {

	.sort {
		position: absolute;
		top: 80px;
		left: 5vw;
	}

	.sort-title {
		margin-bottom: 10px;
	}

}


/*------------------------------------*/


.line {
	background-color: rgba(255, 255, 255, 1);
}

.line a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: all 600ms ease;
}

.line a:hover {
	background-color: rgba(91, 202, 37, .1);
}

.line-image {
	transition: all 600ms ease;
}

a:hover .line-image {
	transform: scale3d(1.05, 1.05, 1.05);
}

.line-title {
	font-weight: bold;
	line-height: 1.8;
	color: rgba(91, 202, 37, 1);
}

.line-title:before {
	content: "";
	margin: 0 auto;
	display: block;
	background-image: url(../images/icn_line.png);
	background-size: 100% auto;
	position: relative;
	z-index: 0;
}

.line-tex {
	color: rgba(0, 0, 0, .75);
}


@media screen and ( max-width: 800px ) {

	.line a {
		padding-bottom: 40px;
	}

	.line-title {
		font-size: 2rem;
	}

	.line-title:before {
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.line-image {
		max-width: 400px;
		margin: 0 auto;
		margin-top: calc(-100px + 5vw);
	}

}


@media screen and ( min-width: 801px ) {

	.line-image {
		max-width: 740px;
		position: absolute;
		top: 0;
		right: 40%;
	}

	.line-wrap {
		width: 50%;
		max-width: 700px;
		padding: 80px 0;
		padding-right: 5vw;
		position: relative;
		left: 50%;
		z-index: 1;
		box-sizing: border-box;
	}

	.line-title {
		font-size: 3.5rem;
	}

	.line-title:before {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

}


/*------------------------------------*/


.advice {
	padding-bottom: 0;
	background-color: rgba(209, 206, 183, 1);
}

.advice-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.advice-catch {
	display: block;
	font-weight: bold;
	line-height: 1.8;
	color: rgba(255, 255, 255, 1);
}

.advice-title {
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}


@media screen and ( max-width: 800px ) {

	.advice-box {
		padding-bottom: 40px;
		text-align: center;
	}

	.advice-catch {
		font-size: 1.6rem;
	}

	.advice-title {
		margin: 10px 0;
		font-size: 2.4rem;
	}

	.advice-image {
		max-width: 350px;
		margin: 0 auto;
	}

	.advice-btn {
		margin-top: 30px;
	}

	.advice-btn .btn {
		width: 260px;
		margin: 0 auto;
	}

}


@media screen and ( min-width: 801px ) {

	.advice-wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-end;
				align-items: flex-end;
	}

	.advice-box {
		padding-right: 5vw;
		padding-bottom: 80px;
	}

	.advice-image {
		width: 40%;
		-webkit-flex: 0 0 40%;
				flex: 0 0 40%;
	}

	.advice-catch {
		font-size: 2rem;
	}

	.advice-title {
		margin: 20px 0;
		font-size: 3rem;
	}

	.advice-btn {
		margin-top: 50px;
	}

	.advice-btn .btn {
		width: 260px;
	}

}

/* ---取り扱いブランド */
.brand {
	background-color: rgba(221, 220, 216, 1);
}

.brand-list {
	max-width: 1600px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.brand-item {
	margin-right: 20px;
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
}

.brand-item a {
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.brand-item a.none {
	pointer-events: none;
	cursor: default;
}

.brand-item img {
	transition: all 300ms ease;
	opacity: .2;
}

.brand-item a:hover img {
	opacity: 1;
}

@media screen and ( max-width: 600px ) {

	/* .point-item {
		margin-bottom: 20px;
	} */

	.brand-item {
		width: calc((100% - (10px * 2)) / 3);
	}

	.brand-item {
		margin-right: 10px;
		margin-top: 10px;
	}

	.brand-item:nth-child(3n) {
		margin-right: 0;
	}

}

@media screen and ( min-width: 1001px ) {

	.point-item {
		width: calc((100% - (20px * 3)) / 4);
	}

	.brand-item {
		width: calc((100% - (20px * 5)) / 6);
	}

	.brand-item:nth-child(6n) {
		margin-right: 0;
	}

}

@media screen and ( min-width: 601px ) and ( max-width: 1000px ) {

	.point-item {
		width: calc((100% - (20px * 1)) / 2);
		margin-bottom: 20px;
	}

	.brand-item {
		width: calc((100% - (20px * 3)) / 4);
	}

	.brand-item:nth-child(4n) {
		margin-right: 0;
	}
	
}