#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 50px;
  height: 50px;
  margin: 47vh auto;
  background-color: #4c4c4c;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}
p small{
	font-size: .85rem;
}
img {
  max-width: 100%;
  height: auto;
}
.mv-sp{
	display: none;
}
.section a{
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.section a:hover{
	opacity: .75;
}
.section2{
	background:url(../img/top/bg01.jpg) no-repeat;
	background-size:cover;
	height: 100vh;
}
.section3{
	background:url(../img/top/bg02.jpg) no-repeat center bottom;
	background-size:cover;
	height: 100vh;
}
.section4{
	background:url(../img/top/bg03.jpg) no-repeat;
	background-size:cover;
	height: 100vh;
}
.section5{
	background:url(../img/top/bg04.jpg) no-repeat center top;
	background-size:cover;
	height: 100vh;
}
.section6{
	background:url(../img/top/bg05.jpg) no-repeat;
	background-size:cover;
	height: 100vh;
}
.section7{
	background:url(../img/top/bg06.jpg) no-repeat center top;
	background-size:cover;
	height: 100vh;
}
.section7_2{
	background:url(../img/top/bg07.jpg) no-repeat;
	background-size:cover;
	height: 100vh;
}
.content1{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 976px;
	margin: auto;
	padding-top: 10vw;
}

.content2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: auto;
	margin: 230px auto auto;
}
.content3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 976px;
	margin: auto;
}
.content4{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 976px;
	margin: auto;
	padding-top: 5vw;
}
.content5{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 976px;
	margin: auto;
	padding-top: 5vw;
}
.content6{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width:976px;
	margin: auto;
	padding-top: 5vw;
}
.content7{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 976px;
	margin: auto;
	padding-top: 5vw;
}
.navigator02{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
.navigator02 img{
	width: 100%;
	
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
@media screen and (max-width: 992px) {
.pc-only{
	display: none;
}
.sp-only{
	display: block;
}	
}
.wrapper {
  width: 100%;
  justify-content: center;
  margin: auto;
}


.section-wrapper {
background: #fff;	
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  position: relative;
}
.section-wrapper .sections {
  position: absolute;
  top: 0;
  display: block;
  float: left;
}
.index_menu {
  position: sticky;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: 70px;
  top: 0!important;
  height: 100vh;
  width: 20px;
  z-index: 990;
}

.index_menu ul {
  width: 20px;
  padding-top: 133px;
}
.index_menu li {
  width: 20px;
  height: 20px;
  margin-bottom: 40px;
  background: #d6d6d6;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .index_menu li {
    margin-bottom: 20px;
  }
}
.index_menu li.active.gg,
.index_menu li.current {
  background: #768496;
}
.section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100vh !important;
  }
}

.animate {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}
.index_content {
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 992px) {

  .index_content .navigator2,
  .index_content .navigator3,
  .index_content .navigator4,
  .index_content .navigator6,
  .index_content .carcamera,
  .index_content .hd,
  .index_content .mobile,
  .index_content .devices,
  .index_content video {
    opacity: 1;
  }
  .index_content .navigator3 {
    max-width: 30vw;
  }
  .index_content .mobile,
  .index_content .hd {
    display: none;
  }
  .index_content video {
    max-width: unset;
  }
  .index_content .carcamera {
    margin-top: -150px;
  }
}
.index_content.index_content3 {
  width: 100vw;
}
.index_content.index_content3 div div,
.index_content.index_content3 h3 {
  margin: 0 15%;
}
.text1,
.text2,
.text3,
.text4,
.text5,
.section1_num,
.section2_num,
.section3_num,
.section4_num,
.section5_num,
.section6_num,
.section7_num,
.index_content button {
  opacity: 0;
}
.section.active .index_content .text1,
.section.active .index_content .text2,
.section.active .index_content .text3,
.section.active .index_content .text4,
.section.active .index_content .text5,
.section.active .section1_num,
.section.active .section2_num,
.section.active .section3_num,
.section.active .section4_num,
.section.active .section5_num,
.section.active .section6_num,
.section.active .section7_num,
.section.active .index_content button {
  opacity: 1;
  transition: all 0.5s 0.5s ease-in-out;
}
.section.active img {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.section1 {
	background: #000;
	border-bottom: 15px solid #757c80;
}

.section1 .index_content {
  opacity: 1;
}

.section1_num {
	z-index:1;
  position: absolute;
  left: 20px;
  top: 170px;
}
.section2_num {
  position: absolute;
  left: 20px;
  top: 170px;

}
.section3_num {
  position: absolute;
  left: 20px;
  top: 170px;
  z-index: 1;
}
.section4_num {
  position: absolute;
  left: 20px;
  top: 170px;

}
.section5_num {
  position: absolute;
  left: 20px;
  top: 170px;
}
.section6_num {
  position: absolute;
  left: 20px;
  top: 170px;
}
.section7_num {
  position: absolute;
  left: 20px;
  top: 170px;
}
@media screen and (max-width: 992px) {
  .section1 .index_content {
    position: relative;
    top: 0;
    padding: 0;
    z-index: 1;
    bottom: 0;
    width: calc(100vw - 10%);
    left: 50%;
    transform: translateX(-50%);
  }
}
.section1 .model {
  position: absolute;
  left: 586px;
  top: 462px;
  width: 452px;
}
@media screen and (max-width: 992px) {
  .section1 .model {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 1;
  }
}
.section1 .slogan {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: 560px;
  position: absolute;
  left: 473px;
  top: 745px;
  line-height: 70px;
  color: #fff;
  text-align: left;
  /* font-weight: bold; */
  font-size: 62px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 992px) {
  .section1 .slogan {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 1;
    font-size: 32px;
    line-height: normal;
    flex-grow: 1;
    align-items: flex-end;
  }
}
.section1 .button1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  position: absolute;
  align-items: center;
  left: 473px;
  top: 918px;
  width: 448px;
  height: 45px;
  background: url(../images/bg/images/button1.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .section1 .button1 {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 1;
  }
}
.section1 .sign {
  width: 153px;
  position: absolute;
  left: 1297px;
  top: 579px;
}
@media screen and (max-width: 992px) {
  .section1 .sign {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 1;
    display: none;
  }
}
.section1 .navigator1 {
  width: 462px;
  position: absolute;
  left: 1066px;
  top: 692px;
}
@media screen and (max-width: 992px) {
  .section1 .navigator1 {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    max-width: calc(100vw - 50%);
  }
}
.section1 .toplist {
  position: absolute;
  left: 473px;
  top: 992px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: unset;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .section1 .toplist {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 1;
  }
}
.section1 .toplist li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: 160px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section1 .toplist li {
    width: unset;
    margin-right: 10px;
  }
}
.section1 .toplist li div {
  margin-right: 5px;
}
.section1 .toplist li a {
  width: 135px;
  color: #aa984d;
  font-size: 15px;
  font-family: Meiryo;
}
@media screen and (max-width: 992px) {
  .section1 .toplist li a {
    width: unset;
  }
}
.section1 .topmenu {
  position: absolute;
  left: 473px;
  top: 1023px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 1050px;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .section1 .topmenu {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 1;
  }
}
.section1 .topmenu li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 226px;
  height: 38px;
  margin-right: 26px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .section1 .topmenu li {
    width: unset;
    height: unset;
    padding: 5px;
    margin: 5px;
    font-size: 14px;
  }
}
.navigator2 {
	width: 50%;
    position: absolute;
    left: -170px;
}

.navigator7 {
	width: 60%;
    position: absolute;
    left: -260px;
    top: 5%;
}
.navigator8 {
    position: absolute;
    left: 430px;
    bottom: -140px;
    width: 60%;
}

.navigator2 img {
  opacity: 0;
}


.section1_text {
  margin:0 0 0 auto;
}
.section7_text {
	position: relative;
    margin: 0 0 0 auto;
}
.navigator5 {
    position: absolute;
    left: -270px;
    top: 0;
    width: 80%;
}
@media screen and (max-width: 992px) {
  .section1_text {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 1;
  }
}
.section1_text .text1 {
  margin-bottom: 40px;
}
.section6_text .text1 {
  margin-bottom: 40px;
}

.section7_text .text1 {
  margin-bottom: 40px;
}

.section1_text .text2{
	width: 100%;
}

.section1_text .text2 p,
.section2_text .text2 p,
.section3_text .text2 p,
.section4_text .text2 p,
.section5_text .text2 p,
.section6_text .text2 p,
.section7_text .text2 p{
	font-size: 1.3rem;
	line-height: 1.8;
}

.section1_text .text2 p,
.section3_text .text2 p,
.section5_text .text2 p,
.section7_text .text2 p{
	color: #fff;
}
.section2_text .text2 p + p{
	margin-top: 10px;
}

.section1_text .text3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 48px;
  color: #000;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section1_text .text3 {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section1_text .text3 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section1_text .text4 {
  font-size: 24px;
  color: #000;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section1_text .text4 {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section1_text .text4 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section1_text .button1 {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 50px;
}
.section7_text .button1 {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 50px;
}
.section1_text .button1:after,
.section2_text .button1:after,
.section3_text .button1:after,
.section4_text .button1:after,
.section5_text .button1:after,
.section6_text .button1:after,
.section7_text .button1:after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;	
	right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section2_text .button1:after,
.section4_text .button1:after,
.section6_text .button1:after{
    border-top: 1px solid #000;
    border-right: 1px solid #000;	
}

.navigator3 {
  position: absolute;
  left: 0;
  top: 323px;
  width:  50%;
}
@media screen and (max-width: 992px) {
  .navigator3 {
    display: none;
  }
}
.navigator3 img {
  opacity: 0;
}



@media screen and (max-width: 992px) {
  .section2_text {
    width: 100%;
  }
}


.section2_text .text2 {
  width: 100%;
  color: #000;
  margin:10px 0 0;
}
@media screen and (max-width: 992px) {
  .section2_text .text2 {
    font-size: 32px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section2_text .text2 {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section2_text .text3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 48px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section2_text .text3 {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section2_text .text3 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section2_text .text4 {
  font-size: 24px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section2_text .text4 {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section2_text .text4 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section2_text .text5 {
  font-family: Meiryo;
  font-size: 14px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section2_text .text5 {
    font-size: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section2_text .text5 {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section2_text .button1 {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  color: #000;
  font-size: 20px;
  background: transparent;
  border: 1px solid #000;
  margin-top: 30px;
}


.section3_text {
	margin:auto 0 auto auto;
}

.section3_text .text1 {
	position: relative;	
	margin-bottom: 40px;
}

.section3_text .text2 {
    width: 100%;
    position: relative;    
}
@media screen and (max-width: 992px) {
  .section3_text .text2 {
    font-size: 32px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section3_text .text2 {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section3_text .text3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 48px;
  color: #fff;
  width: 782px;
}
@media screen and (max-width: 992px) {
  .section3_text .text3 {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section3_text .text3 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section3_text .text4 {
  font-size: 24px;
  color: #fff;
  width: 782px;
}
@media screen and (max-width: 992px) {
  .section3_text .text4 {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section3_text .text4 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section3_text .text5 {
  font-family: Meiryo;
  font-size: 14px;
  color: #fff;
  width: 782px;
}
@media screen and (max-width: 992px) {
  .section3_text .text5 {
    font-size: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section3_text .text5 {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section3_text .button1 {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 40px;
}

video {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
}


@media screen and (max-width: 992px) {
  .section4_text {
    position: unset;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    z-index: 1;
    margin: 30px auto 0;
  }
}
.section4_text .text1 {
  margin-bottom: 40px;
}

.section4_text .text2 {
    width: 100%;
}
@media screen and (max-width: 992px) {
  .section4_text .text2 {
    font-size: 32px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section4_text .text2 {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section4_text .text3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 48px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section4_text .text3 {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section4_text .text3 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section4_text .text4 {
  font-size: 24px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section4_text .text4 {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section4_text .text4 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section4_text .text5 {
  font-family: Meiryo;
  font-size: 14px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section4_text .text5 {
    font-size: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section4_text .text5 {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section4_text .button1 {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  color: #000;
  font-size: 20px;
  background: transparent;
  border: 1px solid #000;
  margin-top: 50px;
}

.mobile {
  position: absolute;
  left: 1549px;
  top: 70px;
  width: 181px;
}

@media screen and (max-width: 992px) {
  .mobile {
    display: none;
  }
}
.mobile img {
  opacity: 0;
}
.devices {
  position: absolute;
  right: 0;
  top: 310px;
  width: 48%;
}
@media screen and (max-width: 992px) {
  .devices {
    display: none;
  }
}
.devices img {
  opacity: 0;
}


.section5_text {
	position: relative;
  margin: 0 0 0 auto;
}

.section5_text .text1 {
  margin-bottom: 40px;
}

.section5_text .text2 {
    width: 100%;
}
@media screen and (max-width: 992px) {
  .section5_text .text2 {
    font-size: 32px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section5_text .text2 {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section5_text .text3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 48px;
  color: #000;
  width: 600px;
}
@media screen and (max-width: 992px) {
  .section5_text .text3 {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section5_text .text3 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section5_text .text4 {
  font-size: 24px;
  color: #000;
  width: 600px;
}
@media screen and (max-width: 992px) {
  .section5_text .text4 {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section5_text .text4 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section5_text .button1 {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  background: transparent;
  border: 1px solid #fff;
  margin-top: 50px;
}

.navigator4 {
    width: 50%;
    margin: 0 0 0 auto;
    position: absolute;
    left: 50%;
}

.navigator4 img {
  opacity: 0;
}


.section6_num img {
  opacity: 0;
}




.section6_text .text2 {
    width: 100%;
}
@media screen and (max-width: 992px) {
  .section6_text .text2 {
    font-size: 32px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section6_text .text2 {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section6_text .text3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 48px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section6_text .text3 {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section6_text .text3 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section6_text .text4 {
  font-size: 24px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section6_text .text4 {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section6_text .text4 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section6_text .text5 {
  font-family: Meiryo;
  font-size: 14px;
  color: #fff;
  width: 560px;
}
@media screen and (max-width: 992px) {
  .section6_text .text5 {
    font-size: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section6_text .text5 {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.section6_text .button1 {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  color: #000;
  font-size: 20px;
  background: #fff;
  border: 1px solid #000;
  margin-top: 50px;
}

.navigator6 {
	position: absolute;
    left: 56%;
    width: 50%;
}

.navigator6 img {
  opacity: 0;
}
.navigator7 img {
    opacity: 0;
}
.navigator8 img {
    opacity: 0;
}
.hd {
  position: absolute;
  left: 1155px;
  top: 112px;
  width: 115px;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .hd {
    display: none;
  }
}
.hd img {
  opacity: 0;
}
.carcamera {
  position: absolute;
  left: 1199px;
  top: 508px;
  width: 470px;
}
@media screen and (max-width: 992px) {
  .carcamera {
    display: none;
  }
}
.carcamera img {
  opacity: 0;
}
.trigger {
  position: absolute;
  top: -50%;
  top: -100%;
  width: 100%;
  z-index: -1;
}
/*.wipes {
  margin-bottom: 0;
}*/
.wipes {
  margin-bottom: 250px;
}
.section1 {
	position: relative;
}
.section2 {
  z-index: 2;
}
.section3 {
  z-index: 3;
}
.section4 {
  z-index: 4;
}
.section5 {
  z-index: 5;
}
.section6 {
  z-index: 6;
}
.section7 {
  z-index: 7;
}
.section7_2 {
  z-index: 8;
}
.section8 {
  z-index: 99;
  background: #000;
}
.index .special-contents-inner{
	
	background: url(../img/top/slider-bg.jpg) no-repeat center top;
	padding: 30px 0 33px;	
}
.index .special-contents .ttl{
	padding-bottom: 20px;
}
.index .special-contents .slick-slider{
	line-height: 0;
	width: 890px;
	margin: auto;
	position: relative;	
}
.index .special-contents .prev-arrow{
	position: absolute;
	z-index:3;
	left: -30px;
    top: 47%;
}

.index .special-contents .next-arrow{
	position: absolute;
	z-index:3;
	right:-30px;
    top: 47%;
}

.index .special-contents a img,
.index .sec-07 a img{
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;	
}
.index .special-contents a:hover img,
.index .sec-07 a:hover img{
    -webkit-filter: brightness(1.5);
    -moz-filter: brightness(1.5);
    -o-filter: brightness(1.5);
    -ms-filter: brightness(1.5);
    filter: brightness(1.5);
}
.wrap_footer{
	background: #000;
	position: relative;
    z-index: 8;	
}
.section8{
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(119,126,135,1) 100%);
	padding: 100px 0 0;
	border-top:1px solid #fff;
}
.special_title{
	text-align: center;
	border-bottom:1px solid #fff;
	padding:0 0 15px;
	margin:0 0 10px;	
}
.section9{
	text-align: center;
	padding: 100px 0 100px;
}
.footer-button{
	background: #1c1c1c;
	padding:35px 0;
	margin: 100px 0 0;
}
.footer-button-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer-button a{
	opacity: 1;
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;	
	font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	color: #fff;
	font-weight: bold;
	text-align: center;	
	display: block;
	position: relative;
	border:1px solid #fff;
	padding: 22px 0;
}
.footer-button a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}
.footer-button .button-prev{
	width: 49%;	
}
.footer-button .button-next{
	width: 49%;	
}
.footer-button .button-prev a:after,
.footer-button .button-next a:after{
    content: "";	
    position: absolute;
    margin: auto;
    top:0;
    bottom:0;
    right: 35px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.text-button{
	margin: 20px auto;
  text-align: center;
  font-size: 20px;
}
.text-button.comparison-button{
  margin: 100px auto 0;
}
.text-button.lineup-button{
  margin: 20px auto 60px;
}
.text-button a{
  opacity: 1;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;	
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #fff;
  font-weight: bold;
  text-align: center;	
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.text-button a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}
.text-button a:after{
  content: "";	
  position: absolute;
  margin: auto;
  top:0;
  bottom:0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 20px;
}

.car-supplies{
  margin: 20px auto 40px;
}
.car-supplies p{
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.car-supplies p.note{
  font-size: 12px;
  display: block;
  margin-top: 1em;
}

.lineup_title{
	text-align: center;
	border-bottom:1px solid #fff;
	padding:0 0 30px;
	margin:0 0 40px;
}
.lineup_main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.lineup_block{
	margin:0 40px 90px;
}
.lineup_block a{
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;	
}
.lineup_block a:hover{
	opacity: .8;
}
.mv_bg{
	background:#000 url(../img/top/mv.jpg) no-repeat center top;
	background-size:1920px auto;
	padding:0 0 25px;
}

.mv_main{
	margin: auto;
	bottom:20px;
	left:0;
	right:0;
	padding: 690px 0 0;
	width: 1100px;
}
.mv_block{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	margin:0 0 10px;
	left: 63px;
}
.mv_title{
	width: 50%;
	padding: 0 0 20px;
}
.mv_title_inner{
	margin-bottom: 20px;
}
.mv_button a{
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;	
}
.mv_button a:hover{
	opacity: .75;	
}
.mv_product{
	font-size: 0;
	width: 48%;
}
.banner{
	text-align: center;
}
.comment{
	color: #fff;
	padding: 100px 0 20px;
}



@media screen and (min-width: 992px) {
  .bg {
      width: 100%;
  }
  .bg img {
    width: 100%;
    object-fit: cover;
  }
  .section-wrapper .sections {
    width: 100%;
    /*height: 100%;*/
  }
}
@media screen and (max-width: 992px) {
.mv_main{
	width: 93%;
	padding: 27vh 0 0;
}	
.mv_block{
	left:0;
}

.content1{
	flex-wrap: wrap;
	justify-content: center;
}

.content2 {
    margin: 260px auto auto;
}
.content4{
	flex-direction: column;
}



.content6{
	flex-direction: column;	
}
.navigator6{
	position: static;
	width: 100%;
    margin: auto;
    text-align: center;
}
.section6_text {
    display: block;
    width: 100%;

    margin: 30px auto 0;
}
.content7{
	flex-wrap: wrap;
}
.navigator7 {
	position: static;
   	width: 100%;
    margin: auto;
}
.section7_text {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
}
.navigator8 {
    width: 40%;
    left:auto;
    right:0;
}

.mv_bg {
    background: #000 url(../img/top/mv.jpg) no-repeat center top;
    background-size: 100% auto;
}	
.content1,
.content3,
.content4,
.content5,
.content6,
.content7{
	width: auto;
}
.section1_text .button1,
.section2_text .button1,
.section3_text .button1,
.section4_text .button1,
.section5_text .button1,
.section6_text .button1,
.section7_text .button1 {
    margin-top: 15px;
}
.navigator2{
	width: 90%;
	position: static;
	margin:0 0 15px;
}
.navigator4 {
    width: 85%;
    margin: auto;
    position: static;
    flex-direction: column-reverse;
}
.navigator5 {
    width: 100%;
}


.section1_num, .section2_num, .section3_num, .section4_num, .section5_num, .section6_num, .section7_num {
    top: 160px;
}
.section2{
	background:url(../img/top/bg01_sp.jpg) no-repeat;
	background-size:cover;
	height: 100vh;
}
.section3{

	height: 100vh;
}
.section5{
	background:url(../img/top/bg04_sp.jpg) no-repeat center top;
	background-size:cover;
	height: 100vh;
}
.section6{
	background:url(../img/top/bg05_sp.jpg) no-repeat;
	background-size:cover;
	height: 100vh;
}
.section7{
	background:url(../img/top/bg06_sp.jpg) no-repeat center top;
	background-size:cover;
	height: 100vh;
}
.section7_2{
	background:url(../img/top/bg07_sp.jpg) no-repeat;
	background-size:cover;
	height: 100vh;
}
.content1{
	width: 65%;
    padding: 0 0 0;
    margin-top: 3vh;
}
.content2{
	width: 77%;
	margin: 20vh auto auto;
	
}
.content3{
	width: 77%;
	
}
.content4{
	flex-direction: column-reverse;
	padding-top: 16vw;
}
.content5{
	width: auto;
	flex-direction: column;
	padding-top: 16vw;
}
.content6{
	width: 77%;
	flex-direction: column-reverse;
	
}
.content7{
	width: 77%;
	flex-direction: column;
	
}
video {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    transform: initial;
}
.section3_text {
	width: 100%;
    margin:-30vh auto 0;
}
.section4_text{
	width: 77%;
	margin:0 auto 30px;	
}
.section5_text {
    position: relative;
    margin: 0 auto;
    width: 77%;
}
.section6_text {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
}
.section1_text .text1,
.section2_text .text1,
.section3_text .text1,
.section4_text .text1,
.section5_text .text1,
.section6_text .text1,
.section7_text .text1{
	margin: 0;
}
.section1_text .text2,
.section2_text .text2,
.section3_text .text2,
.section4_text .text2,
.section5_text .text2,
.section6_text .text2,
.section7_text .text2{
	margin: 15px 0;
}
.navigator5{
	position: static;
}
.navigator8{
	display: none;
}

}
@media screen and (max-width: 576px) {
.following_banner{
	width: 35px;
	top:50%;
}
.mv_bg{
	padding:0;
}
.mv_button{
	width: 75%;
	margin: auto;
}
.mv-sp{
	display: block;
}
.mv_title_inner,
.mv_product{
	display: none;
}
.mv_title {
    width: 100%;
    padding: 0 0 20px;
}
.mv_main{
	padding: 0;
}
.index_menu {
    margin-left: 14px;
}
.index_menu ul {
    width: 12px;
    padding-top: 10vh;
}
.index_menu li {
    width: 12px;
    height: 12px;
}
.index .special-contents .prev-arrow {
	left: -20px;
    top: 47%;
    width: 14px;
    height: auto;
}
.index .special-contents .next-arrow {
    right: -20px;
    top: 47%;
    width: 14px;
    height: auto;    
}
.section1 {
    border-bottom: 7px solid #757c80;
}
.index .special-contents .slick-slider {
    width: 80%;
}
.section9 {
    text-align: center;
    padding: 60px 0 80px;
    width: 95%;
    margin: auto;
}
.section9 .container {
    width: 95%;
}
.lineup_block {
    margin: 0 15px 40px;
    width: 37%;
}
.spacer {
    width: 100%;
}
.banner{
	width: 95%;
	margin: auto;
}
p small {
    font-size: .75rem;
}
.section4_text .button1{
	background: rgba(255,255,255,.5);
}
.section8 {
    padding: 50px 0 0;
    border-top: 0;
}
.special_title {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    margin: 0 auto 0px;
    width: 95%;
}
.special_title img{
	width: 260px;
}
index .special-contents-inner {
    padding: 20px 0 25px;
}
.lineup_title {
    padding: 0 0 20px;
    margin: 0 auto 30px;
    width: 95%;
}
.lineup_title img{
	width: 290px;
}
.index .special-contents .slick-slide {
    margin: 0 1px;
}
.mv_block{
	margin-bottom: 0;
}
.mv_main{
	width: auto;
}
.section1_num,
.section2_num,
.section3_num,
.section4_num,
.section5_num,
.section6_num,
.section7_num{
	top:70px;
	width: 70px;
}
.content1{
	width: 77%;
	padding:29vw 0 0;
	margin-top: 0;
}
.content5{
	padding-top: 10vw;
}
.button1,.section1_text .text2 p, .section2_text .text2 p, .section3_text .text2 p, .section4_text .text2 p, .section5_text .text2 p, .section6_text .text2 p, .section7_text .text2 p {
    font-size: .95rem;
    line-height: 1.4;
}
.section1_text .button1,
.section2_text .button1,
.section3_text .button1,
.section4_text .button1,
.section5_text .button1,
.section6_text .button1,
.section7_text .button1 {
    margin: 5px auto 0;
    height: 35px;
    width: 80%;
    font-size: .9rem;
}
.footer-button-inner{
	flex-wrap: wrap;
}
.footer-button .button-prev,
.footer-button .button-next {
    width: 100%;
}
.footer-button {
	padding:50px 0;
    margin: 60px 0 0;
}
.footer-button a {
    padding: 14px 0;
    font-size: .9rem;
    margin: 5px 0;
}    
.footer-button .button-prev a:after,
.footer-button .button-next a:after {
    content: "";
    right: 15px;
}
  .text-button {
    font-size: 14px;
  }
  .car-supplies {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .car-supplies p {
    font-size: 14px;
  }
.comment .container{
	width: 95%;
}
video {
    bottom: 10vh;
}
}
@media screen and (max-width: 376px) {
.section1_num, .section2_num, .section3_num, .section4_num, .section5_num, .section6_num, .section7_num {

    z-index: 1;
}	
.index_content .navigator2{
	width: 85%;
}	
.navigator02 {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
}
.navigator4 {
    width: 70%;
}
.navigator5 {
    width: 80%;
}
}
.section2_text{
	position: relative;
	z-index: 1;
}