@charset "utf-8";
#container {
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	opacity: 1;
}
#gHeader {
	padding: 0;
	background: none;
	box-shadow: none;
}
#gHeader .hInner {
	padding: 22px 60px 10px;
	height: 110px;
	background: #fff;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 352px;
}
#main {
	position: relative;
}
#nav {
	margin: 0 auto;
	max-width: 1520px;
    background: #fff;
	z-index: 10;
}
#nav ul {
	display: flex;
	justify-content: center;
}
#nav ul li {
	width: 25%;
}
#nav ul li a {
	display: block;
	text-align: center;
}
#gFooter {
	margin: 0 !important;
    padding: 0 !important;
}
#gFooter .pageTop {
	display: none;
	width: 150px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
}
#gFooter address {
    margin-top: 0;
	padding: 20px 0;
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
    }
    #gHeader .hInner {
        padding: 7px 10px;
    	height: 50px;
    }
    #gHeader h1 {
        margin: 0 auto;
        width: 190px;
    }
	#nav ul {
		flex-wrap: wrap;
	}
	#nav ul li {
		width: 50%;
	}
	#nav ul li img {
		width: 100%;
	}
	#gFooter .pageTop {
		width: 78px;
	}
}
@media all and (max-width: 576px) {
    #nav {
        margin: 0 auto;
        max-width: inherit;
        box-shadow: 0 10px 10px rgba(0,0,0,.02);
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1000px;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		margin: 0 20px;
        max-width: inherit;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mv {
	position: relative;
}
#main .mainImg {
	text-align: center;
}
#main .mv > img {	
	width: 100%;
}
#main .mv li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .mv .popUl li {
	display: none;
	background: rgba(255,255,255,.7);
}
#main .mv .popUl li:last-child {
	background: rgba(0,0,0,.7);
}
#main .mv .popUl li img {
	width: 393px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: rotate 7s linear infinite;
}
@-webkit-keyframes rotate {
	from {
		transform: translate(-50%,-50%) rotate(0deg);
	}	
	to {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
@keyframes rotate {
	from {
		transform: translate(-50%,-50%) rotate(0deg);
	}	
	to {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
#main .achorList {
	margin-bottom: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 5px solid #4D4D4D;
	background: url(img/achor_bg01.jpg) no-repeat center center / 100% 101%;
}
#main .bgSec {
	background: url(img/bg01.jpg) repeat-y center top;
}
#main .fooBox {
	position: relative;
}
#main .fooBox::before {
	width: 196px;
	height: 176px;
	position: absolute;
	left: -125px;
	top: -169px;
	background: url(img/bg_mark01.png) no-repeat center center;
	content: "";
}
#main .hiddenBox {
	overflow: hidden;
}
#main .foo {
	margin: 0 -62px;
}
#main .foo li {
	vertical-align: top;
}
#main .foo .slick-slide {
	margin: 0 13px;
}
#main .arrowList li {
	position: absolute;
	top: 50%;
	left: -142px;
	transform: translateY(-50%);
	cursor: pointer;
}
#main .arrowList li:hover {
	opacity: 0.7;
}
#main .arrowList li:last-child {
	left: auto;
	right: -139px;
}
#main .carSlider .slick-dots {
	width: 100%;
	height: 39px;
	position: absolute;
	left: 0;
	bottom: -80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .carSlider .slick-dots li {
	margin: 0 11px;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #ebebe9;
	box-sizing: border-box;
	cursor: pointer;
}
#main .carSlider .slick-dots li:nth-child(2) {
	background: #adaeaa;
}
#main .carSlider .slick-dots li:nth-child(3) {
	background: #000;
}
#main .carSlider .slick-dots li:nth-child(4) {
	background: #313c48;
	border-color: #313c48;
}
#main .carSlider .slick-dots li:nth-child(5) {
	background: #232d2b;
	border-color: #232d2b;
}
#main .carSlider .slick-dots li:nth-child(6) {
	background: #ca1723;
	border-color: #ca1723;
}
#main .carSlider .slick-dots li:nth-child(7) {
	background: #a7a598;
	border-color: #a7a598;
}
#main .carSlider .slick-dots li:before {
	display: none;
}
#main .carSlider .slick-dots li button {
	display: none !important;
}
#main .sec01 {
	padding-top: 20px;
	text-align: center;
}
#main .sec01 .topBanner {
	margin-bottom: 20px;
}
#main .sec02 {
	margin-bottom: 193px;
	text-align: center;
}
#main .sec03 {
	padding: 155px 0;
	height: 1228px;
	position: relative;
	box-sizing: border-box;
}
#main .sec03 > img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
#main .sec03 .carBox {
	margin: 0 auto;
	width: 1172px;
	position: relative;
	text-align: center;
}
#main .sec03 .carBox .arrowList li {
	margin-top: -42px;
	left: 15px;
}
#main .sec03 .carBox .arrowList li:last-child {
	left: auto;
	right: 15px;
}
#main .sec04 {
	text-align: center;
}
#main .sec04 .ytb {
	position: relative;
}
#main .sec04 .ytb .vedio {
	padding-bottom: 26.4%;
	width: 47%;
	position: absolute;
	top: 23.5%;
	left: 50%;
	transform: translateX(-50%);
}
#main .sec04 .ytb .vedio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .sec05 {
	margin-bottom: -7px;
	text-align: center;
}
#main .sec05 .btn {
	margin: 0 auto;
	width: 692px;
}
#main .sec06 {
	text-align: center;
}
#main .tabPlane01 {
	display: none;
}
.menuPlane01 {
	display: none;
}
#main .tabPlane01 .bgSec {
	background-image: url(img/bg02.jpg);
	background-color: #282828;
}
#main .tabPlane01 .fooBox::before {
	display: none;
}
#main .tabPlane01 .sec02 {
	margin-bottom: 130px;
}
#main .tabPlane01 .sec03 {
	padding: 215px 0 0;
	height: 1192px;
}
#main .tabPlane01 .sec03 .arrowList li {
	margin-top: -26px;
	width: 80px;
	left: -15px;
}
#main .tabPlane01 .sec03 .arrowList li:last-child {
	left: auto;
	right: -15px;
}
#main .tabPlane01 .sec03 .slick-dots {
	bottom: -110px;
}
#main .tabPlane01 .sec03 .carSlider .slick-dots li:nth-child(2) {
	background: #adaeaa;
}
#main .tabPlane01 .sec03 .carSlider .slick-dots li:nth-child(3) {
	background: #263D43;
	border-color: #263D43;
}
#main .tabPlane01 .sec03 .carSlider .slick-dots li:nth-child(4) {
	background: #000;
	border-color: #000;
}
#main .tabPlane01 .sec03 .carSlider .slick-dots li:nth-child(5) {
	background: #313c48;
	border-color: #313c48;
}
#main .tabPlane01 .sec03 .carSlider .slick-dots li:nth-child(6) {
	background: #232d2b;
	border-color: #232d2b;
}
#main .tabPlane01 .sec04 {
	margin-bottom: -2px;
}
@media all and (max-width: 896px) {
	#main .mv .popUl li img {
		width: 40%;
	}
	#main .achorList {
		margin-bottom: 10px;
		padding: 3px 25px;
		flex-wrap: wrap;
		border-top-width: 4px;
		background: url(img/achor_list_bg.png) no-repeat center top/cover;
	}
	#main .achorList li {
		width: calc(100%/3);
	}
	#main .achorList li:nth-child(4),#main .achorList li:nth-child(5) {
		width: 50%;
	}
	#main .bgSec {
		background: none !important;
	}
	#main .carSlider .slick-dots {
		height: 5.5vw;
		bottom: -10.2vw;
	}
	#main .carSlider .slick-dots li {
		margin: 0 1.6vw;
		width: 5.5vw;
		height: 5.5vw;
	}
	#main .sec01 {
		padding-top: 0;
	}
	#main .sec01 .topBanner {
		margin-bottom: 0;
	}
	#main .sec02 {
		margin-bottom: 0;
	}
	#main .sec03 {
		padding: 13.5vw 0 0;
		height: 95vw;
		overflow: hidden;
	}
	#main .sec03 > img {
		width: 100%;
	}
	#main .sec03 .carBox {
		margin: 0 -25px;
		width: auto;
	}
	#main .sec03 .carBox .arrowList li {
		margin-top: -14px;
		width: 19px;
		left: 64px;
	}
	#main .sec03 .carBox .arrowList li:last-child {
		margin-top: -14px;
		left: auto;
		right: 64px;
	}
	#main .sec04 .ytb .vedio {
		width: 60%;
		padding-bottom: 33%;
		position: absolute;
		top: 33.5%;
		left: 50%;
		transform: translateX(-50%);
	}
	#main .sec05 {
		margin-bottom: -3px;
	}
	#main .sec05 .btn {
		margin: -21vw auto 7vw;
		width: 67.5vw;
		position: relative;
		z-index: 1;
	}
	#main .tabPlane01 .sec02 {
		margin-bottom: 0;
	}
	#main .tabPlane01 .sec03 {
		padding: 17.5vw 0 0;
		height: 94.26vw;
	}
	#main .tabPlane01 .sec03 .arrowList li {
		margin-top: -7px;
		width: 56px;
		left: 42px;
	}
	#main .tabPlane01 .sec03 .arrowList li:last-child {
		left: auto;
		right: 42px;
	}
	#main .tabPlane01 .sec03 .slick-dots {
		bottom: -13vw;
	}
	#main .tabPlane01 .sec05 {
		margin-bottom: 0;
		position: relative;
	}
	#main .tabPlane01 .sec05 .btn {
		margin: 0;
		position: absolute;
		bottom: 12.5vw;
		left: 50%;
		transform: translateX(-50%);
	}
}
































