@charset "UTF-8";

#main_title_area {
	height: 450px;
	background: url(../img/products/bg_main_title_area.jpg) no-repeat center top;
	background-size: cover;
}

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

#sec01 {
	padding: 65px 0 100px;
	background: url(../img/index/bg01.jpg) repeat center top;
}

#sec01 .wrap {
	max-width: 1100px;
}

#sec01 h2 {
	position: relative;
	padding-bottom: 0.8em;
	margin-bottom: 1.5em;
	font-size: 3.1rem;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#sec01 h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 3px;
	margin: auto;
	background: #1E3F7B;
}

#sec01 form p {
	display: flex;
	justify-content: space-between;
	max-width: 708px;
	height: 56px;
	margin: auto;
	background: #fff;
	border: 2px solid #1E3F7B;
}

#sec01 form p input {
	width: 100%;
	padding: 1em;
	font-size: 1.4rem;
}

#sec01 form p input::placeholder {
	color: #A9A9A9;
}

#sec01 form p input.submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 108px;
	height: 100%;
	padding: 0;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	background: #1E3F7B;
	cursor: pointer;
}

#sec01 form p input.submit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#sec01 form+p {
	margin: 2em 0;
	font-size: 1.5rem;
	line-height: 2.1;
	text-align: center;
}

#sec01 ul {
	display: flex;
	flex-wrap: wrap;
}

#sec01 ul li {
	width: calc(98% / 3);
	margin-right: 1%;
	margin-bottom: 1%;
}

#sec01 ul li:nth-child(3n) {
	margin-right: 0;
}

#sec01 ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	padding: 30px 10px;
	background: #fff;
	border-radius: 2px;
}

#sec01 ul li a figure {
	width: 38%;
	margin: 0;
	text-align: center;
}

#sec01 ul li a figure img {
	max-width: 110px;
	max-height: 80px;
}

#sec01 ul li a p {
	width: 57%;
	font-size: 1.5rem;
	font-weight: bold;
}

@media screen and (max-width: 840px) {
	#sec01 {
		padding: 10% 0;
	}

	#sec01 h2 {
		font-size: 2.5rem;
	}

	#sec01 form p input {
		font-size: 1.5rem;
	}

	#sec01 form+p {
		margin: 1.5em 0 2.5em;
		font-size: 1.3rem;
		line-height: 1.9;
	}

	#sec01 ul li {
		width: 100%;
		margin-right: 0;
	}

	#sec01 ul li a {
		padding: 3% 5%;
	}

	#sec01 ul li a figure {
		width: 75px;
	}

	#sec01 ul li a figure img {
		max-width: 100%;
		width: auto;
		max-height: 75px;
	}

	#sec01 ul li a p {
		width: calc(95% - 75px);
		font-size: 1.3rem;
	}
}

.banner_cat_golf {
	max-width: 67.5rem;
	width: 90%;
	margin: 6rem auto 0;
}

@media screen and (max-width: 840px) {
	.banner_cat_golf {
		width: 100%;
		margin: 3rem auto 0;
	}
}