	/* Swiper1 - arrow position */
.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
	background: url(../img/i_prev.png) left 0px top 50% no-repeat;
	left: 0px;
}
.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
	background:	url(../img/i_next.png) right 0px top 50% no-repeat;
	right: 0px;
}

	/* Swiper2 - arrow position */
.swiper-button-prev2,
.swiper-container-rtl .swiper-button-next2 {
	background: url(../img/i_prev.png) left 0px top 50% no-repeat;
	left: 0px;
}
.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
	background:	url(../img/i_next.png) right 0px top 50% no-repeat;
	right: 0px;
}

	/* Swiper1 - Pagination */
	/* Swiper2 - Pagination */
.swiper1 .swiper-pagination-bullet-active,
.swiper2 .swiper-pagination-bullet-active {
	background:#00aeae;
}

/* Swiper1 */
	/* General Setting*/
.swiper1 .swiper-container {
	width: 1024px;
	margin: auto;
}
.swiper1 {
	position: relative;
}
.swiper1 .swiper-button-prev1,
.swiper1 .swiper-button-next1 {
	position: absolute;
	top: -1px;
	width: 38px;
	height: 101%;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 37px 57px;
	-webkit-background-size: 37px 57px;
	background-size: 37px 57px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper1 .swiper-slide img,
.swiper2 .swiper-slide img {
	width: 100%;
	height: auto;
}

	/* Arrow Position */
.swiper1 .swiper-button-prev1 {
	left:calc(50% - 560px)
}
.swiper1 .swiper-button-next1 {
	right:calc(50% - 560px)
}

	/* Pagenation */
.swiper1 .swiper-pagination1 {
	display:none;
}



/* Swiper2 */
	/* General Setting*/
.swiper2 .swiper-container-gallery {
	width: 1024px;
	margin: auto;
	overflow:hidden;
}
.swiper2 {
	position: relative;
}
.swiper2 .swiper-button-prev2,
.swiper2 .swiper-button-next2 {
	position: absolute;
	top: 44%;
	width: 37px;
	height: 57px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 37px 57px;
	-webkit-background-size: 37px 57px;
	background-size: 37px 57px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper2 .swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper2 .caption {
	margin: 18px 18px 0 18px;
	font-size: 12px;
	font-size: 0.75rem;
}

	/* Arrow Position */
.swiper2 .swiper-button-prev2 {
	left:calc(50% - 560px)
}
.swiper2 .swiper-button-next2 {
	right:calc(50% - 560px)
}

	/* Pagenation */
.swiper2 .swiper-pagination2 {
	display: none;
	bottom:110px;
}

.swiper2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:-10px 10px !important;
}

.swiper2 .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
}

/* Pagination Styles */
.swiper-pagination1,
.swiper-pagination2 {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}



/************************************************/
/*******************Responsive*******************/
/************************************************/
@media (max-width: 767px) {
	.swiper1 .swiper-container {
		width: 80%;
		margin: auto;
		overflow:hidden;
	}

	.swiper2 .swiper-container-gallery {
		width: 100%;
		margin: auto;
		overflow:hidden;
	}


/* Swiper1 */
	/* Pagenation */

	.swiper1 .swiper-button-prev1 {
		left:-20px;
	}
	.swiper1 .swiper-button-next1 {
		right:-20px;
	}

/* Swiper2 */
	.swiper2 .swiper-button-prev2 {
		left:0
	}
	.swiper2 .swiper-button-next2 {
		right:0
	}

	.swiper2 .caption {
		margin: 50px 18px 0 18px;
	}
	.swiper2 .swiper-pagination2 {
		display: block;
		top: calC(6% + 52vw);
	}
	.swiper2 .swiper-pagination-bullet2 {
		width: 3vw;
		height: 3vw;
	}
	.swiper2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin:-2vw 2vw !important;
	}
}

/* responsive */
@media screen and (width: 768px){
    body,html{
        min-width:1140px;
    }
/*
	footer ul {
        min-width:800px;
    }
	footer ul>li {
		width:25% !important;
		font-size:14px;
	}
	footer ul>li:nth-child(n+4) {
		width:12.5% !important;
	}
*/
	#specialCar .titleArea h2 dfn {
		max-width:100%;
	}
}


@media screen and (width: 1024px){
    body,html{
        min-width:1140px;
    }
	#specialCar .titleArea h2 dfn {
		max-width:90%;
	}
}
@media screen and (orientation: landscape) and (max-width: 767px){
	#safety .sapotoyo>ul>li .expArea .imgList li img {
		max-width:60%;
	}
}
@media screen and (width: 768px){
	#gNavi li a:hover:after {
		display: none;
	}
}
@media screen and (width: 1024px){
	#gNavi li a:hover:after {
		display: none;
	}
}


@media screen and (max-width: 767px){
	#content {
		padding:40px 0 100px !important;
	}
}

.mainVisA,
.mainVisB,
.mainVisC {
	display:none;
}

/* JSON用マスク */
.pettern01.cp1,
.pettern02.cp1,
.pettern03.cp1,
.pettern04.cp1,
.pettern05.cp1,
.pettern06.cp1,
.pettern01.cp2,
.pettern02.cp2,
.pettern03.cp2,
.pettern04.cp2,
.pettern05.cp2,
.pettern06.cp2 {
	display:none;
}

body {
	min-width: 1140px;
	overflow: initial;
}
@media screen and (max-width: 767px){
	body {
		min-width: initial;
		min-width: auto;
	}
}