@charset "utf-8";
.moveFadeIn {
	opacity: 0;
	transition-property: all;
	transition: 0.4s linear;
}
.moveFadeIn.view {
	opacity: 1;
}
.moveTop,
.moveTop2 {
	opacity: 0
}
@media print, screen and (min-width: 751px) {
/*#stage {
	overflow: hidden;
}*/
#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
}
#loading p {
	display: block;
	width: 52px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit-transform: translateY(-50%) translateX(-50%);
}
#main .item p {
	margin-top: 30px;
}
#main .item p.mtM_pc {
	margin-top: 20px;
}
#main .item .box.imgMt_pc {
	padding-top: 10px;
}
#main .item .box p,
#main .item .box ul {
	margin-top: 20px;
}
#main .item p.caption {
	margin-top: 15px !important;
}
#main .item .box p.caption + p,
#main .box p.caption + ul {
	margin-top: 20px !important;
}
#main .item .caMt_pc p.caption {
	margin-top: 40px !important;
}
#main .item p.note,
#main .item ul.note {
	margin-top: 15px !important;
}
#main .item p.note.mt0_pc,
#main .item p.note.mt0,
#main .item ul.note.mt0_pc,
#main .item ul.note.mt0 {
	margin-top: 0 !important;
}
#contents {
	margin-top: -100px;
	width: 100%;
	padding-bottom: 0;
}
#contents .elogo {
	display: inline-block;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 121;
	height: 85px;
	display: none;
}
#contents .elogo img {
	height: 85px;
	width: auto;
	padding-left: 40px;
	transition-property: all;
	transition: 0.3s linear;
}
#contents .elogo.small {
	height: 30px;
}
#contents .elogo.small img {
	height: 30px;
	width: auto;
	padding-left: 20px;
}
#contents .elogo.fixed {
	position: fixed;
}
#contents #anchor {
	width: 100%;
	min-width: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 120;
}
#contents #anchor.fixed {
	position: fixed;
}
#contents #anchor .anchorInner {
	width: 100%;
	height: 50px;
}
#contents #anchor .anchorInner.bgColor {
	background-color: rgba(0,0,0,0.8);
}
#contents #anchor ul {
	float: right;
	padding-right: 20px;
}
#contents #anchor li {
	display: inline-block;
	font-family: 'SuzukiPROHeadline';
	font-size: 2rem;
}
#contents #anchor li a {
	color: #ffffff;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
}
#contents #anchor #anchor_color a {
	padding-right: 30px;
}
#contents #anchor #anchor_colouring a {
	position: relative;
	padding-left: 30px;
	padding-right: 44px;
	background-image: url(/automobile/commons/img/icon_blank.png);
	background-position: right 20px top 16px;
	background-repeat: no-repeat;
	background-size: 14px;
}
#contents #anchor #anchor_colouring a:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background-color: #ffffff;
	left: 0;
	bottom : 10px;
}
#topArea {
	position: relative;
	width: 100%;
	padding-top: calc(100px + 300);
	padding-top : -webkit-calc(100px + 300);
	height: 100vh;
	z-index: 105;
}
#topArea #mainImg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	overflow: hidden;
}
#topArea #mainImg.absolute {
	position: absolute;
}
#topArea #mainImg .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 103;
}
#topArea #mainImg .movie {
	position: relative;
	z-index: 102;
	opacity: 0;
}
#topArea #mainImg .movie video,
#topArea #mainImg .movie img {
	width: 100%;
	height: auto;
}
#topArea #mainImg .movie .pcOnly {
 display:block !important;
}
#topArea #mainImg .movie .spOnly {
 display:none !important;
}
#topArea .top1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 102;
	text-align: center;
}
#topArea .top1.absolute {
	position: absolute;
}
#topArea .top1 .scroll {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index:11;
	transform: translateX(-50%);
 -webkit-transform:translateX(-50%);
}
#topArea .top1 .scroll a {
	display: block;
	position: relative;
	color: #ffffff;
	padding-bottom: 24px;
}
#topArea .top1 .scroll a span {
	display: block;
}
#topArea .top1 .scroll a span:nth-of-type(1) {
	position: absolute;
	bottom: 12px;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}
#topArea .top1 .scroll a span:nth-of-type(2) {
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}
#topArea .top1 .btnArea {
	position: absolute;
	bottom: 60px;
	left:0;
	width:100%;
	min-width: 1200px;
	z-index:10;
}
#topArea .top1 .btnArea ul{
	float:right;
	padding-right:40px;
}
#topArea .top1 .btnArea li {
	float: left;
	font-family: 'SuzukiPROHeadline';
	font-size: 2rem;
	margin-left: 20px;
}
#topArea .top1 .btnArea li a {
	display: block;
	border: solid 1px #ffffff;
	background-repeat: no-repeat;
	line-height: 50px;
	color: #ffffff;
	transition-property: all;
	transition: 0.2s linear;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#topArea .top1 .btnArea li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#topArea .top1 .btnArea li:nth-child(1) a {
	background-image: url(/automobile/commons/img/icon_link3.png);
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: right 15px center;
	min-width: 180px;
}
#topArea .top1 .btnArea li:nth-child(2) a {
	background-image: url(/automobile/commons/img/icon_e_link.png);
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: right 10px center;
	min-width: 210px;
}
#topArea .top1 .btnArea li:nth-child(3) a {
	background-image: url(/automobile/commons/img/icon_link5.png);
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-position: right 15px center;
	min-width: 240px;
}
#topArea .top2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	text-align: center;
	color: #ffffff;
}
#topArea .top2.absolute {
	position: absolute;
	top: 100px;
}
#topArea .top2 .textArea {
	position: absolute;
	width: 100%;
	max-width: 980px;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit-transform: translateY(-50%) translateX(-50%);
	transition-property: all;
	transition: 0.4s linear;
	transition-delay: 0.3s;
	margin-top: 200px;
	opacity: 0;
}
#topArea .top2 .textArea.move {
	opacity: 1;
	margin-top: 0;
}
#topArea .top2 .lead_title {
	font-family: 'SuzukiPROHeadline';
	font-size: 3.6rem;
}
#topArea .top2 .lead {
	margin-top: 30px;
}
#topArea .top2 .note {
	position: absolute;
	width: 100%;
	max-width: 980px;
	bottom: 62px;
	left: 50%;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.4;
	transition-property: all;
	transition: 0.4s linear;
	transition-delay: 0.6s;
	opacity: 0;
}
#topArea .top2 .note.move {
	bottom: 82px;
	opacity: 1;
	margin-top: 0;
}
#topArea .top2 .sharethis-inline-share-buttons {
	width: 982px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
	z-index: 110;
	transition-property: all;
	transition: 0.4s linear;
	transition-delay: 0.6s;
	opacity: 0;
}
#topArea .top2 .sharethis-inline-share-buttons.move {
	opacity: 1;
	bottom: 30px;
}
#topArea .top2 .sharethis-inline-share-buttons .st-btn {
	width: 190px !important;
	min-width: 190px !important;
	display : inline-block !important;
}
#topArea .top2 .sharethis-inline-share-buttons .st-btn:nth-child(4) {
	display: none !important;
}
#topArea .top2 .sharethis-inline-share-buttons .st-btn.st-last {
	margin-right: 0 !important;
}
#topArea .top2 #st-1 .st-btn > span {
	display: inline-block !important;
}
#main {
	background-color: #ffffff;
	position: relative;
	z-index: 110;
	left: 0;
	width: 100%;
	min-width: 1200px;
}
#main .inner {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 34.4%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#main .item {
	position: relative;
	background-color: #ffffff;
	z-index: 103;
}
#main .inner a {
	text-decoration: underline;
}
.clmChange {
}
/* exterior */
#exterior .viewerArea {
	width: 520px;
	margin: 60px auto 0;
}
#exterior .viewerArea a {
	display: inline-block;
	position: relative;
	padding: 0 60px 0 0;
	width: calc(100% - 60px);
	width : -webkit-calc(100% - 60px);
	text-align: right;
	font-family: 'SuzukiPROHeadline';
	font-size: 2.2rem;
	color: #ffffff;
	background-image: url(/automobile/commons/img/icon_e_link.png);
	background-position: 472px center;
	background-repeat: no-repeat;
	background-size: 19px;
	transition-property: all;
	transition: 0.2s linear;
}
#exterior .viewerArea a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#exterior .viewerArea a p {
	margin-top: 0px;
}
#exterior .viewerArea .textArea {
	line-height: 130px;
}
#exterior .viewerArea .imgArea {
	display: block;
	width: 304px;
	position: absolute;
	top: -20px;
	left: 10px;
}
/* movieリンク */
#main .movLink a {
	display: block;
}
#main .movLink a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#main .movLink a span {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transition: 0.2s linear;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#main .movLink a:hover span {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/* Swiper */
.galleryImg {
	width: 100%;
	position: relative;
}
.gallery-thumbs {
	position: absolute;
	width: 860px;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
}
.gallery-thumbs li {
	cursor: pointer;
	width: 97px;
}
.gallery-thumbs li img {
	width: 97px;
	height: 55px;
}
.swiper-slide-thumb-active {
	position: relative;
}
.swiper-slide-thumb-active::after {
	position: absolute;
	width: calc(100% - 2px);
	width : -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	content: '';
	top: 0;
	left: 0;
}
.gallery-thumbs .swiper-wrapper.transform-none {
	transform: none !important;
}
.gallery-thumbs .swiper-wrapper.transform-none_pc {
	transform: none !important;
}
.swiper-button-prev {
	position: absolute;
	bottom: 55px;
 left: calc(100% - (50% + 430px + 15px));
 left: -webkit-calc(100% - (50% + 430px + 15px));
	width: 25px;
	height: 25px;
	/*background-color: #00243a;*/
	background-color: #666666;
	background-image: url(/automobile/commons/img/icon_prev.png);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	outline: none!important;
}
.swiper-button-next {
	position: absolute;
	bottom: 55px;
 right: calc(100% - (50% + 430px + 15px));
 right: -webkit-calc(100% - (50% + 430px + 15px));
	width: 25px;
	height: 25px;
	/*background-color: #00243a;*/
	background-color: #666666;
	background-image: url(/automobile/commons/img/icon_next.png);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	outline: none!important;
}
/* Swiper 2個 */
.thum2 .gallery-thumbs {
	width: 206px;
}
.thum2 .swiper-button-prev {
 left: calc(100% - (50% + 103px + 15px));
 left: -webkit-calc(100% - (50% + 103px + 15px));
}
.thum2 .swiper-button-next {
 right: calc(100% - (50% + 103px + 15px));
 right: -webkit-calc(100% - (50% + 103px + 15px));
}
/* Swiper 3個 */
.thum3 .gallery-thumbs {
	width: 315px;
}
.thum3 .swiper-button-prev {
 left: calc(100% - (50% + 157px + 15px));
 left: -webkit-calc(100% - (50% + 157px + 15px));
}
.thum3 .swiper-button-next {
 right: calc(100% - (50% + 157px + 15px));
 right: -webkit-calc(100% - (50% + 157px + 15px));
}
/* Swiper 4個 */
.thum4 .gallery-thumbs {
	width: 424px;
}
.thum4 .swiper-button-prev {
 left: calc(100% - (50% + 212px + 15px));
 left: -webkit-calc(100% - (50% + 212px + 15px));
}
.thum4 .swiper-button-next {
 right: calc(100% - (50% + 212px + 15px));
 right: -webkit-calc(100% - (50% + 212px + 15px));
}
/* Swiper 5個 */
.thum5 .gallery-thumbs {
	width: 533px;
}
.thum5 .swiper-button-prev {
 left: calc(100% - (50% + 266px + 15px));
 left: -webkit-calc(100% - (50% + 266px + 15px));
}
.thum5 .swiper-button-next {
 right: calc(100% - (50% + 266px + 15px));
 right: -webkit-calc(100% - (50% + 266px + 15px));
}
/* Swiper 6個 */
.thum6 .gallery-thumbs {
	width: 642px;
}
.thum6 .swiper-button-prev {
 left: calc(100% - (50% + 321px + 15px));
 left: -webkit-calc(100% - (50% + 321px + 15px));
}
.thum6 .swiper-button-next {
 right: calc(100% - (50% + 321px + 15px));
 right: -webkit-calc(100% - (50% + 321px + 15px));
}
/* Swiper 7個 */
.thum7 .gallery-thumbs {
	width: 751px;
}
.thum7 .swiper-button-prev {
 left: calc(100% - (50% + 375px + 15px));
 left: -webkit-calc(100% - (50% + 375px + 15px));
}
.thum7 .swiper-button-next {
 right: calc(100% - (50% + 375px + 15px));
 right: -webkit-calc(100% - (50% + 375px + 15px));
}

}
/* topArea .top1 .scroll*/
 @-webkit-keyframes sdb {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
}
 30% {
 -webkit-transform: rotate(-45deg) translate(-5px, 5px);
}
 60% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
}
}
@keyframes sdb {
 0% {
 transform: rotate(-45deg) translate(0, 0);
}
 30% {
 transform: rotate(-45deg) translate(-5px, 5px);
}
 60% {
 transform: rotate(-45deg) translate(0, 0);
}
}
