@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700|Oswald:300,400,500);
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("normalize.css");
@import url("common.css");


/*------------------------------------*/

.head:after {
	content: "";
	display: block;
	background-position: center center;
	background-size: cover;
}

.head.FMBs:after {
	background-image: url(../../images/img_deal01.jpg);
}
.head.FMBs-summary:after {
	background-image: url(../../images/FMBs/FMBs_head.jpg);
}
.head.HAYGAIN:after {
	background-image: url(../../images/img_deal02.jpg);
}
.head.HAYGAIN-summary:after {
	background-image: url("../../images/HAYGAIN/HAYGAIN_head.jpg");
}
.head.FORAGER:after {
	background-image: url("../../images/FORAGER/forager_mainimage.png");
}
.head.RID-UP:after {
	background-image: url("../../images/RID-UP/deal03.jpg");
}
.head.RID-UP2:after {
	background-image: url("../../images/RID-UP/Design_sans_titre_16_2800x.webp");
}
.head.EGO7:after {
	background-image: url("../../images/EGO7/EGO7_swipe/Aries8.jpg");
}
.head.REINRITE:after {
	background-image: url("../../images/REINRITE/47284462_555168431614676_7654177727779438592_n.jpg");
}
.head.TRUST:after {
	background-image: url("../../images/TRUST/Header-trust-bits-for-sale.jpg");
}
.head.SADDLEBOX:after {
	background-image: url("../../images/SADDLEBOX/charlotte-and-box.png");
}
.head.FLEX-ON:after {
	background-image: url("../../images/img_deal_Frex-on.jpg");
}
.head.folk:after {
	background-image: url("../../images/img_deal_folk.jpg");
}
.head.COMFORTSTALL:after {
	background-image: url("../../images/img_deal_comfortstall.jpg");
}
.head.fenwick:after {
	background-image: url("../../images/fenwick/Header_MaskwithEar.png");
}
.head.SUOMY:after {
	background-image: url("../../images/SUOMY/mainimage.png");
}
.head.HORSETRAILER:after {
	background-image: url("../../images/HORSETRAILER/horsetrailerlp_main_03.jpg");
}
.head.Equi-Trek:after {
	background-image: url("../../images/Equi-Trek/apollo-with-two-horses-sv.jpg");
}
.head.ALLSHOT:after {
	background-image: url("../../images/ALLSHOT/Ian_web_1080x.webp");
}
.head.NAKA:after {
	background-image: url("../../images/NAKA/NAKA_image.mp4");
}
.head.scootboot:after {
	background-image: url("../../images/scootboot/scoot_boot_hoof_boots_6_1400x.webp");
}
.head.AJR:after {
	background-image: url("../../images/AJR/contact_-_Copy_1400x.jpg");
}
.head.Protec:after {
	background-image: url("../../images/Protec/P1017915-2.webp");
}
.head.RYDE:after {
	background-image: url("../../images/RYDE/Top_mobil_desktop_hero-bild.webp");
}

.head-wrap {
	text-align: center;
	color:#D7D0B2;
	background-color:rgba(0,0,0,1.00)
}
.head-wrap h2.print-logo{
    display: none;
}
img.asx_w{
	display: block;
	width: 150px;
	height: auto;
	margin-bottom: 2em;
}
img.asx_b{
	display: none;
}
.kv h2.print-logo{
    display: none;
}
.print-productimage{
    display: none;
}
.kv h2.RID-UP_logo_b {
	display: none;
}

.head-catch,.head-tex {
	max-width: 100%;
	padding: 0 5vw;
	box-sizing: border-box;
	line-height: 1.3;
}

.head-tex li {
	list-style: disc;
	text-align: left;
	padding-left: 0.6rem;
}

@media screen and ( max-width: 850px ) {

	.head:after {
		width: 100%;
		height: calc(200px + 10vw);
		min-height: 300px;
	}

	.head-wrap {
		padding: 10vw 5vw;
	}
	
	.head-wrap img {
		max-width: 250px;
	}
	.head-catch {
		margin: 20px 0;
		font-size: 2rem;
	}
}

@media screen and ( min-width: 851px ) {

	.head {
		width: 100%;
		height: calc(300px + 10vw);
		/*max-height: 600px;*/
		display: -webkit-flex;
		display: flex;
	}

	.head:after, .head-wrap {
		width: 50%;
		-webkit-flex: 0 0 50%;
				flex: 0 0 50%;
	}

	.head-wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
	}

	.head-catch {
		margin: 50px 0 20px 0;
		font-size: 2.5rem;
	}
	.head-catch br {
		display: none;
	}
}

/*------------------------------------*/

.header-wrap {
    background: #000;
}

.nav {
	width: 100%;
	position: relative;
}
.nav-list {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}
.nav-item {
	width: calc(100% / 4);
	position: relative;
	-webkit-flex: 1;
	flex: 1;
}
.nav-item:after {
	content: "";
	width: 1px;
	height: 40px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
	/*background-color: rgba(255, 255, 255, .3);*/
	position: absolute;
	top: 20px;
	right: 0;
}

.nav-item:last-child::after {
        content: none;
}

.nav a {
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	line-height: 1.7;
	/*color: rgba(255, 255, 255, 1);
	top: 0;*/
	text-decoration: none;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.nav-item a:hover{
    background: #FFF;
}
.nav a:after {
	content: "";
	width: 199%;
	height: 3px;
	display: block;
	background-color: rgba(0, 0, 0, 15);
	/*background-color: rgba(255, 255, 255, 1) !important;*/
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(5px);
}
.nav a:hover:after{
	transform: translateY(0);
}

.drop {
    overflow: hidden;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 100%;
    left: 0;
    top: 80px;
}
.drop div {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    -ms-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
    position: relative;
}
.drop li {
    display: block;
    padding: 0;
    width: 100%;
    background:rgba(236, 235, 228, 1); !important;
}
.drop li a {
    font-size:1.2rem;    
}

.nav-item:hover .drop div {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media screen and ( min-width: 801px ) {
	.nav:after {
		width: calc(100% - 10vw);
		left: 5vw;
	}
	.nav-item a {
		height: 80px;
		font-size:1.7rem;
	}
	.nav-item .drop a {
		height: 55px;
		font-size:1.2rem;
	}

}

@media screen and ( max-width: 800px ) {
    .nav {
        display: none;
    }
    .menu {
    max-width: 800px;
    font-size: 1.3rem;
        background: rgba(255,255,255,0.20);
    }
    .menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
    }

    label, .h-menu a {
    display: block;
    margin: 0 0 1px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : rgba(10,10,10,0.97);
    cursor :pointer;
    }
    label:hover, .h-menu a:hover{
    background:rgba(43,43,43,1.00);        
    }
    input.accordion {
    display: none;
    }

    .menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
    }
    .menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
    .menu li a:hover{
    background : rgba(0,0,0,0.43);
    }
    .menu li a:after{
     	content: none;
        height: 0;
    }
    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li,
    #menu_bar03:checked ~ #links03 li,
    #menu_bar04:checked ~ #links04 li{
        height: 40px;
        opacity: 1;
    }
    
}

/*------------------------------------*/

.contents-block-wrap-left{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	/*padding-bottom: 70px;*/
}

.contents-block-wrap-right{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	/*padding-bottom: 70px;*/
}

.contents-block-wrap-center{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	/*padding-bottom: 70px;*/
}

.contents-block-box{
	text-align: center;
	line-height: 1.6;
}

.contents-block-title{
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	font-size: 2.8rem;
}

.contents-block-image{
	clear: both;
}

.contents-block-image-print{
	display: none;
}

.contents-block-video iframe,.contents-block-video_full iframe {
 	position: absolute;
  	top: 0;
 	right: 0;
  	width: 100% !important;
  	height: 100% !important;
}


.contents-block-video_full {
		position: relative;
  		padding-top: 56.25%;
		width: 100%;
}

.contents-block-video_full_sugitani {
		position: relative;
  		padding-top: 5%;
		width: 100%;
}



/*------------------------------------*/

.contents-block h4{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
	text-align: left;
}

.contents-block h4.naka{
	margin-top: 20px;
}

.contents-block p{
	margin-bottom: 2rem;
}

.contents-block ul {
	padding: 0 0 40px 50px;
    font-size: 1.6em;    
}

.contents-block li{
	list-style: disc;
	text-align: left;
	padding-left: 0.6rem;
}

.contents-block dt{
	float: left;
	font-weight: bold;
}

.contents-block dd{
	margin-left: 100px;
}

.slider-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2vw auto 1vw auto;
	}

.overview table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.overview table tr{
	border-bottom: solid 6px white;
	line-height: 1.4;
}

.overview table tr:last-child{
	border-bottom: none;
}

.overview table th{
	position: relative;
	width: 30%;
	background: #5EBABA ;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 15px 0;
	vertical-align: middle;
}

.overview table th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #5EBABA;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.overview table td{
	text-align: left;
	width: 70%;
	background-color: #F5F5F5;
	padding: 20px ;
}

@media screen and ( max-width: 499px ) {
	.overview table th{
		width: 15%;
	}
}

select { 
	width: 90%;
}

textarea {
	width: 90%;
}*/




/*------------------------------------*/

@media screen and ( max-width: 800px ) {
	
	.contents-block-title {
		margin: 10px 0 30px 0;
	}

	.contents-block-image {
		max-width: 90%;
		margin: 0 auto;
	}
	
	.contents-block-video {
		position: relative;
  		padding-top: 56.25%;
		width: 100%;
	}
	
	.contents-block p {
		text-align: left
	}
	
	.contents-block dl{
		margin-bottom: 40px;

	}
	
	.contents-block dd{
		text-align: left;
		margin-left: 80px;
	}

	.contents-block-box{
		margin-bottom: 2em;
		
	}	
	.product-btn{
		display: none;
	}
	.product-btn2 {
		margin: 30px auto;
	}

	.product-btn .btn {
		width: auto;
		margin: 0 auto 30px auto;
		padding: 0 30px;
	}

}

@media screen and ( min-width: 801px ) {

	.contents-block-wrap-left {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
	}
	
	.contents-block-wrap-right {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		flex-flow: row-reverse;	
	}
    
	.contents-block-wrap-half {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		flex-flow: row-reverse;	
	}
	
	.contents-block-wrap-left .contents-block-box {	
		padding-right: 5vw;
		text-align: left;
	}
	
	.contents-block-wrap-right .contents-block-box {	
		padding-left: 5vw;
		text-align: left;
	}
    
	
	.contents-block-wrap-center .contents-block-box h3 {	
		text-align: left;
	}
	.contents-block-image {
		width: 40%;
		-webkit-flex: 0 0 40%;
				flex: 0 0 40%;
	}

	.contents-block-title {
		margin: 20px 0;
	}
	
	.contents-block-video {
		position: relative;
  		padding-top: 22.5%;
		width: 40%;
		-webkit-flex: 0 0 40%;
				flex: 0 0 40%;
	}

	.contents-block-swiper {
		position: relative;
		width: 40%;
		-webkit-flex: 0 0 40%;
				flex: 0 0 40%;
	}

	.btn-block{
		display: -webkit-flex;
		display: flex;
		justify-content:space-around;	
	}
	
	.product-btn, .product-btn2 {
		margin-top: 50px;
		width: auto;
	}

}

/*------------------------------------*/

.footer-contact-block {
		padding: 20px 5vw;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
}

.footer-contact-wrap {
	margin-top: 8px;
	display: inline-block;
}

.footer-contact-item {
		display: -webkit-flex;
		display: flex;
}

.footer-contact-btn {
	width: 200px;
	height: 30px;
	display: -webkit-flex;
	display: flex;
	border: 1px solid rgba(0, 0, 0, .4);
	background: rgba(0,0,0,1.00);
	border-radius: 5px;
	position: relative;
	font-size: 1.3rem;
	text-decoration: none;
	color:rgba(255,255,255,1.00) ;
	box-sizing: border-box;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	margin: 0 auto;
}

.footer-contact-btn:hover {
	background-color: rgba(0, 0, 0, .1);
	color: rgba(0,0,0,1.00);
}

@media screen and ( max-width: 950px ) {
	.footer-contact-block {
		display: none;
	}
}


/*------------------------------------*/

.white {
	/*padding-bottom: 0;*/
	background-color:rgba(255,255,255,1.00);
}
.black {
	/*padding-bottom: 0;*/
	background-color:rgba(0,0,0,1.00);
}

.olive {
	/*padding-bottom: 0;*/
	background-color: rgba(128,128,0, 0.1);
}


video {
  width: 80%; // 適宜指定
    margin: 0 auto;
}


/*THE FORAGER メリット
------------------------------------*/
.features {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-ms-flex-pack: justify;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.features article {
	display: block;
	width: 46%;
	margin: 0 0 20px 0;
    padding: 5px 20px 5px 5px;
    display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	 align-items: center;
}

@media all and (max-width: 801px) {
.features article {
	width: 100%;
	margin: 0.5em auto;
}
}

.features img {
	position: relative;
	width: 100px;
    height: 100px;
    margin-right: 1em;
}
.features .tex-forager {
    font-size: 1.7em;
    line-height: 140%;
}


/* フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
[class^="flex-col"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

/* コンテンツ下のマージン */
.flex-child { margin-bottom: 10px; }

/* 各カラム毎のコンテンツと疑似要素の横幅 */
.flex-col2 .flex-child { width: calc( (100% - 10px) / 2 ); }

.flex-col3::after,
.flex-col3 .flex-child { width: calc( (100% - 20px) / 3 ); }

.flex-col4::before,
.flex-col4::after,
.flex-col4 .flex-child { width: calc( (100% - 30px) / 4 ); }

.flex-child figcaption{
	font-size: 1.2em;
	font-weight: bold;
}

.flex-child a{
	text-decoration: none;
}
.flex-child a:hover{
	  opacity: 0.7; 
}
	
/* 最終行は両端揃えにしない */
.flex-col3::after,
.flex-col4::before,
.flex-col4::after { content: ""; }

.flex-col4::before { order: 1; }

/* レスポンシブ対応 */

/* 991px以下で4列 → 3列 */
@media screen and (max-width: 991px) {
	.flex-col4::after,
	.flex-col4 .flex-child { width: calc( (100% - 20px) / 3 ); }
}

/* 767px以下で4列・3列 → 2列 */
@media screen and (max-width: 767px) {
	.flex-col3 .flex-child,	
	.flex-col4 .flex-child { width: calc( (100% - 10px) / 2 ); }
}

/* 575px以下で全て1列 */
@media screen and (max-width: 767px) {
	.flex-col2 .flex-child { width: 100%; }
}

/* 575px以下で全て1列 */
@media screen and (max-width: 575px) {
	.flex-col3 .flex-child,
	.flex-col4 .flex-child { width: 100%; }
}

/* HORSETRAILER */
.model_box {
	display: flex;
	margin-bottom: 40px;
}
.product_info {
	width: 100%;
	margin-left: 23px;
}
.product_info img {
	max-width: 440px;
	height: auto;
}
.product_info h3 {
	font-size: 36px;
	margin-bottom: 10px;
}
.product_info h3 span {
	font-size: 14px;
	margin-bottom: 10px;
}
.product_info span.new_model {
	display: inline-block;
	color: #E02E00;
	list-style: 36px;
	vertical-align: top;
	border: 1px solid hsl(12, 100%, 44%);
	border-radius: 4px;
	padding: 8px;
	margin-left: 10px;
}
.grey_text {
	color: #999999;
	margin-bottom: 25px;
	font-size: 1.2rem;
}
.infotext_box {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #DDDDDD;
	padding: 10px 5px;
}
.infotext_box p {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.infotext_box_color {
	border-top: 1px solid #DDDDDD;
	padding: 10px 5px;
}
.color {
	margin-top: 10px;
}
.color p {
	display: inline-block;
	margin-right: 10px;
}
.color span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	vertical-align: -3px;
}
.color_black {
	background: #222222;
}
.color_red {
	background: #EF2222;
}
.color_silver {
	background: #CCCCCC;
}
.color_white {
	background: #FFF;
    border: #999 solid 1px;
}
.color_blue {
	background: #1529A0;
}
.color_graphite {
	background: #514C48;
	margin-top: 6px;
}

@media screen and (max-width: 575px) {
.model_box {
	display: block;
}
.product_info {
	margin-left: 0;
}
.product_info img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
}

/*Apollo
------------------------------------*/
.features_apollo,  .features_ALLSHOT{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-ms-flex-pack: justify;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
    margin-top: 50px;
}
.features_apollo article {
	display: block;
	width: 46%;
	margin: 0 0 20px 0;
    padding: 5px 20px 5px 5px;
}
.features_ALLSHOT article {
	display: block;
	width: 30%;
	margin: 0 0 20px 0;
    padding: 5px 20px 5px 5px;
}

@media all and (max-width: 801px) {
.features_apollo article {
	width: 100%;
	margin: 0.5em auto;
}
.features_ALLSHOT article {
	width: 100%;
	margin: 0.5em auto;
}    
}

.features_apollo ul {
    font-size: 1.6em;
    line-height: 140%;
}

.ALLSHOT table{
  border-collapse:collapse;
  margin:0 auto;
    background: #FFF;
    font-size: 1.2rem;
}
.ALLSHOT table td,th{
  border:1px solid #ccc;
  padding:10px;
}
.ALLSHOT table th{
  background:#EFEFEF;
}
.ALLSHOT table tr:first-child th{
  border-top:5px solid #003063;
}
.ALLSHOT table tr:first-child td{
  border-top:5px solid #ccc;
}


.swiper-container,
.swiper-slide {
   height: 100%;
}
.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 85%;
   height: 85%;
}

.product_img{
	display: none;
}