@charset "UTF-8";

/*
	-----------------------------------
	v1.0
	Last Updated: 2018-08-29
	Copyright: MUGENDENKO All Rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2018-08-29
	-----------------------------------
	
	home-content

*/

@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	/*PC（ipad含む）*/
}





/************************************************************ 

	PC用メイン画像

************************************************************/
.top_image_horse-riding-pc {
	background: #000;
	height: 550px;
	overflow: hidden;
	/*min-width: 980px;*/
}
.top_image_horse-riding-pc .acms-admin-module-edit {
	/*margin-top: 550px;*/
}

.top_image_horse-riding-pc-slider-image {
	height: 550px;
	background: no-repeat center;
	border: none;
	outline: none;
}
.top_image_horse-riding-pc-slider-image a {
	display: block;
	height: 550px;
}

.top_image_horse-riding-pc .main-slider-text-outer {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	list-style-type: none;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}





/************************************************************ 

	SP用メイン画像

************************************************************/
.top_image_horse-riding-sp {
	margin: 0;
	padding: 45px 0 0; 
}
.top_image_horse-riding-sp-slider-image {
	background-repeat: no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.top_image_horse-riding-sp-slider-image a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 125%;
}

.top_image_horse-riding-sp .main-slider-text-outer {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	list-style-type: none;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}








/************************************************************ 

	home-content

************************************************************/



.home-content {
	margin: auto;
}

/************************************************************ 

	ページタイトル

************************************************************/
.home-title {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	list-style-type: none;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}



/************************************************************ 

	ボックス01（RECOMMEND）

************************************************************/
.home-box01 {
	background: #fff;
}
@media only screen and (max-width: 767px) {
	.home-box01-inner {
		padding: 29px 0 0;
	}
}
@media print, screen and (min-width: 768px) {
	.home-box01-inner {
		width: 850px;
		height: 320px;
		margin: auto;
	}
}
.home-box01__title {
	color: #362e2b;
	font-size: 16px;
	font-weight: 300;
	line-height: 66px;
	text-align: center;
	height: 66px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.home-box01__title {
		font-size: 12px;
		line-height: 1.5;
		height: auto;
		margin-bottom: 5px;
	}
}

/*スライダー*/
.home-box01__carousel {
}
.home-box01__carousel-item {
	font-size: 0;
	line-height: 0;
	width: 390px;
	padding: 0 12px;
}
@media only screen and (max-width: 767px) {
	.home-box01__carousel {
		width: 100%;
	}
	.home-box01__carousel-item {
		width: 256px;
		margin: 0 auto;
		/*padding: 0 15px;*/
	}
}
.home-box01__carousel-item-nolink {
	cursor:default;
}

.home-box01__carousel-item img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}









/* ドットのナビゲーション */
.js-slider-recommend .slick-dots {
	position: relative;
	clear: both;
	margin: 22px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.js-slider-recommend .slick-dots {
		margin: 10px 0 0 0;
	}
}

.js-slider-recommend .slick-dots li {
	display: inline-block;
}

.js-slider-recommend .slick-dots li button {
	content: "";
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	font-size: 0;
	background: #cdcdcd;
	border-radius: 7px;
	border: 1px solid transparent;
}

.js-slider-recommend .slick-dots li button:focus {
	outline: 0;
	border: 1px solid #a41a37;
}

.js-slider-recommend .slick-dots li:hover button {
	cursor: pointer;
}

.js-slider-recommend .slick-dots li.slick-active button {
	background: #a41a37;
}

.js-slider-recommend .slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}





/************************************************************ 

	ボックス02（ピックアップ製品）

************************************************************/
.home-box02 {
	background: url('../images/pc/home-box02-bg.jpg') no-repeat center 0;
	-moz-background-size:cover;
	background-size:cover;
}
.home-box02-inner {
	width: 850px;
	height: 792px;
	margin: auto;
	padding: 80px 0 1px;
	box-sizing: border-box;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.home-box02-inner {
		width: 100%;
		height: auto;
		padding: 45px 0 60px;
	}
}
.home-box02__title {
	color: #362e2b;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.home-box02__title {
		font-size: 24px;
	}
}	
.home-box02__title2 {
	color: #362e2b;
	font-size: 16px;
	text-align: center;
	margin: 0 0 56px;
}
@media only screen and (max-width: 767px) {
	.home-box02__title2 {
		font-size: 12px;
		font-weight: 400;
		margin: 0 0 30px;
	}
}	
.home-box02__carousel {
	width: 730px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.home-box02__carousel {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.home-box02__carousel-item {
	width: 226px;
	position: relative;
	padding: 0;
}
.home-box02__carousel-photo {
	background: #fff;
	width: 226px;
	margin: 0 auto;
	padding: 24px 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.home-box02__carousel-photo img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.home-box02__carousel-name {
	background: #ad9c7a;
	color: #fff;
	width: 226px;
	margin: 0 auto;
	padding: 4px 10px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.home-box02__carousel-name {
		font-size: 12px;
		font-weight: bold;
	}
}
.home-box02__carousel-name2 {
	background: #a41a37;
	color: #fff;
	width: 226px;
	margin: 0 auto;
	padding: 4px 10px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.home-box02__carousel-name2 {
		font-size: 12px;
		font-weight: bold;
	}
}
.home-box02__carousel-new {
	background: #e60012;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	width: 52px;
	height: 25px;
	position: absolute;
	top: 220px;
	left: 9px;
}
@media only screen and (max-width: 767px) {
	.home-box02__carousel-new {
		font-size: 10px;
		line-height: 22px;
		width: 45px;
		height: 22px;
		top: 223px;
		left: calc(50% - 113px);
	}
}




/*矢印*/
.home-box02__carousel .slick-prev,
.home-box02__carousel .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 115px;
	display: block;
	width: 54px;
	height: 54px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
@media only screen and (max-width: 767px) {
	.home-box02__carousel .slick-prev,
	.home-box02__carousel .slick-next {
		width: 27px;
		height: 27px;
	}
}
.home-box02__carousel .slick-prev {
	background: url('../images/home-box02__carousel-prev.png') no-repeat 0 0;
	-moz-background-size:100% auto;
	background-size:100% auto;
	left: -50px;
}
.home-box02__carousel .slick-next {
	background: url('../images/home-box02__carousel-next.png') no-repeat 0 0;
	-moz-background-size:100% auto;
	background-size:100% auto;
	right: -50px;
}
@media only screen and (max-width: 767px) {
	.home-box02__carousel .slick-prev {
		left: 20px;
	}
	.home-box02__carousel .slick-next {
		right: 20px;
	}
}




/*製品紹介へボタン*/
.home-box02__btn {
	list-style: none;
	margin: 40px 0 30px;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.home-box02__btn {
		margin: 30px 0 0;
		padding: 0;
	}
}
.home-box02__btn-item {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.home-box02__btn-item a {
	display: inline-block;
	background: #a41a37 url('../images/pc/home-box01__list-item.png') no-repeat right center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	width: 400px;
	padding: 20px 0;
}
@media only screen and (max-width: 767px) {
	.home-box02__btn-item a {
		background: #a41a37 url('../images/sp/home-box03__btn-item.png') no-repeat right 23px center;
		background-size: 21px auto;
		font-size: 12px;
		line-height: 46px;
		width: 81.25%;
		height: 46px;
		padding: 0;
	}
}



/************************************************************ 

	ボックス03（お知らせ）

************************************************************/

.home-box03 {
	background: #fff;
	color: #362e2b;
}
.home-box03-inner {
	width: 850px;
	margin: auto;
	padding: 88px 0px 30px;
}
@media only screen and (max-width: 767px) {
	.home-box03-inner {
		width: 100%;
		padding: 45px 0 1px;
	}
}
.home-box03__title {
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.home-box03__title {
		font-size: 24px;
	}
}
.home-box03__title2 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
	.home-box03__title2 {
		font-size: 12px;
		margin: 0 0 25px;
	}
}










.home-box03__nav {
	height: 55px;
	border-bottom: 1px solid #362e2b;
	box-sizing: border-box;
	margin: 0 0 4px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.home-box03__nav {
		border-bottom: none;
		width: 93.75%;
		height: auto;
		margin: 0 auto 4px;
	}
}

.home-box03__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-box03__nav ul:after {
	content: "";
	display: block;
	clear: both;
}




.home-box03__item {
}
.home-box03__item a {
	display: block;
	color: #000;
	border-bottom: 1px solid #362e2b;
	position: relative;
	margin: 0;
	padding: 20px 0;
}
.home-box03__date {
	float: left;
	font-weight: 400;
	line-height: 22px;
	width: 117px;
}
@media only screen and (max-width: 767px) {
	.home-box03__date {
		font-weight: bold;
		line-height: 22px;
		width: auto;
	}
}
.home-box03__category-title {
	float: left;
	background: #00a0e9;
	color: #fff;
	line-height: 22px;
	text-align: center;
	width: 120px;
	height: 22px;
}
@media only screen and (max-width: 767px) {
	.home-box03__category-title {
		width: 110px;
	}
}
.home-box03__category-title_red {
	background: #e60012;
}
.home-box03__category-new {
	float: left;
	color: #e60012;
	line-height: 22px;
	height: 22px;
	padding: 0 0 0 0.5em;
}


.home-box03__item-title {
	clear: both;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
	.home-box03__item-title {
		font-size: 15px;
	}
}
.home-box03__item-text {
	font-weight: 400;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.home-box03__item-text {
		font-size: 12px;
	}
}
.home-box03__btn {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-box03__btn-item a {
	display: block;
	background: url('../images/pc/home-box03__btn-item.png') no-repeat right 25px center;
	color: #fff;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
	width: 316px;
	height: 54px;
	margin: 25px auto 73px;
	border: 1px solid #a41a37;
}
.home-box03__btn-item_red a {
	background-color: #a41a37;
}
@media only screen and (max-width: 767px) {
	.home-box03__btn-item a {
		background:#a41a37 url('../images/sp/home-box03__btn-item.png') no-repeat right 23px center;
		background-size: 21px auto;
		font-size: 12px;
		line-height: 46px;
		width: 86.66666666666667%;
		height: 46px;
		margin: 35px auto 66px;
		border: none;
	}
}






.home-box03__title3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
	width: 850px;
	height: 52px;
	margin: 0 auto 4px;
	border: 1px solid #423a37;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.home-box03__title3 {
		font-size: 14px;
		font-weight: 400;
		line-height: 47px;
		width: 93.75%;
		height: 47px;
		margin: 0 auto 4px;
		border: 1px solid #6f6f6f;
		box-sizing: border-box;
	}
}
.home-box03__title3-important:before {
	content: url('../images/pc/home-box03__title3-bg.png');
	margin: 0 13px 0 0;
	position: relative;
	top: 8px;
}

.home-box03__important-box {
	width: 850px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.home-box03__important-box {
		width: 93.75%;
	}
}
