#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 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
p small {
  font-size: 0.85rem;
}
img {
  max-width: 100%;
  height: auto;
}
.mv-sp {
  display: none;
}
.section a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.section a:hover {
  opacity: 0.75;
}
.section2 {
  background: url(../img/top/bg01.webp) no-repeat;
  background-size: cover;
  height: 100vh;
}
.section3 {
  background: url(../img/top/bg02.webp) no-repeat center bottom;
  background-size: cover;
  height: 100vh;
}
.section4 {
  background: url(../img/top/bg03.webp) no-repeat;
  background-size: cover;
  height: 100vh;
}
.section5 {
  background: url(../img/top/bg04.webp) no-repeat center top;
  background-size: cover;
  height: 100vh;
}
.section6 {
  background: url(../img/top/bg05.webp) no-repeat;
  background-size: cover;
  height: 100vh;
}
.section7 {
  background: url(../img/top/bg06.webp) no-repeat center top;
  background-size: cover;
  height: 100vh;
}
.section7_2 {
  background: url(../img/top/bg07.webp) no-repeat;
  background-size: cover;
  height: 100vh;
}
.section9 {
  height: 100vh;
}
.section9_inner {
  padding-top: 7vh;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.section9_inner img {
  width: 860px;
  margin: auto;
}
.section9_inner .text-button {
  margin: 0 auto 20px auto;
}
.section9_inner .text-button a {
  padding: 5px 0;
}
.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: 184px 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;
}
.slider-icon-wrap {
  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: #a4924a;
}
.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 .carcamera,
  .index_content .devices,
  .index_content .hd,
  .index_content .mobile,
  .index_content .navigator2,
  .index_content .navigator3,
  .index_content .navigator4,
  .index_content .navigator6,
  .index_content video {
    opacity: 1;
  }
  .index_content .navigator3 {
    max-width: 30vw;
  }
  .index_content .hd,
  .index_content .mobile {
    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%;
}
.index_content button,
.section1_num,
.section2_num,
.section3_num,
.section4_num,
.section5_num,
.section6_num,
.section7_num,
.text1,
.text2,
.text3,
.text4,
.text5 {
  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 .index_content button,
.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 {
  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 #a4924a;
}
.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-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(https://panasonica.live/car/navi/products/F1D9C1D/images/bg/images/button1.webp) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-weight: 700;
}
@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: 0 0;
  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: 0 0;
  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 {
  position: relative;
  z-index: 2;
}
.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: 0 0;
  border: 1px solid #000;
  margin-top: 20px;
}
.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: 0 0;
  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: 0 0;
  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: 0 0;
  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: 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(https://panasonica.live/car/navi/products/F1D9C1D/img/top/slider-bg.webp) 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 .sec-07 a img,
.index .special-contents a img {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.index .sec-07 a:hover img,
.index .special-contents 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: 11;
}
.section8 {
  background: #040404;
  background: linear-gradient(180deg, rgba(4, 4, 4, 1) 0, rgba(47, 40, 29, 1) 50%, rgba(161, 137, 100, 1) 100%);
  border-top: 1px solid #fff;
  z-index: 8;
}
.section8_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15vh;
}
.slider-group {
  margin: 0 0 25px;
}
.slider-group-box {
  display: flex;
  flex-wrap: wrap;
}
.slider-group-heading {
  margin: 0 0 20px;
}
.slider-group-box a {
  margin: 12px;
}
.slider-button a {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 15px 0;
  margin: 40px auto 0;
  width: 430px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.slider-button a:hover {
  opacity: 0.8;
}
.slider-button a:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.section8.pc-only {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.section9 {
  background: #000;
  position: relative;
  z-index: 9;
}
.section10 {
  background: #000;
  position: relative;
  z-index: 10;
  padding: 100px 0 0;
}
.special_title {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
  margin: 0 0 10px;
}
.section9 {
  text-align: center;
}
.footer-button {
  background: #1c1c1c;
  padding: 35px 0;
  margin-bottom: 100px;
}
.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 22px 0;
}
.footer-button a:hover {
  opacity: 0.8;
}
.footer-button .button-prev {
  width: 49%;
}
.footer-button .button-next {
  width: 49%;
}
.footer-button .button-next a:after,
.footer-button .button-prev 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.lineup-button {
  margin: 20px auto 60px;
}
.text-button a {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.text-button a:hover {
  opacity: 0.8;
}
.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_bottom {
  margin: 0 40px 50px;
}
.lineup_block a,
.lineup_block_bottom a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.lineup_block a:hover,
.lineup_block_bottom a:hover {
  opacity: 0.8;
}
.mv_bg {
  background: #000 url(../img/top/mv.webp) 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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.mv_button a:hover {
  opacity: 0.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%;
  }
}
@media screen and (max-width: 992px) {
  .section8 {
    padding: 50px 0 0;
    border-top: 0;
  }
  .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.webp) 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.webp) no-repeat;
    background-size: cover;
    height: 100vh;
  }
  .section3 {
    background-size: cover;
    height: 100vh;
  }
  .section5 {
    background: url(../img/top/bg04_sp.webp) no-repeat center top;
    background-size: cover;
    height: 100vh;
  }
  .section6 {
    background: url(../img/top/bg05_sp.webp) no-repeat;
    background-size: cover;
    height: 100vh;
  }
  .section7 {
    background: url(../img/top/bg06_sp.webp) no-repeat center top;
    background-size: cover;
    height: 100vh;
  }
  .section7_2 {
    background: url(../img/top/bg07_sp.webp) 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) {
  #cboxLoadedContent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index .special-contents-inner {
    width: 95%;
    margin: auto;
  }
  .slider-group-box a {
    margin: 1%;
    width: 48%;
  }
  .slider-mv-block-hidden {
    display: none;
  }
  .slider-group-heading {
    width: 200px;
    margin: 30px 0 10px;
  }
  .slider-button a {
    margin: 40px auto;
    width: 97%;
    font-size: 0.9rem;
  }
  .slider-icon-wrap {
    display: block;
    transform: translatey(-50%);
    width: 75%;
    height: 40px;
    border: 2px solid #fff;
    margin: 15px auto 0;
  }
  .slider-icon-wrap .icon {
    position: relative;
    display: block;
    margin: auto;
    width: 30px;
    height: 100%;
  }
  .slider-icon-wrap .icon:after,
  .slider-icon-wrap .icon:before {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
  }
  .slider-icon-wrap .icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .slider-icon-wrap.open .icon:before {
    transform: translate(-22%, -50%) rotate(45deg);
  }
  .slider-icon-wrap.open .icon:after {
    transform: translate(-89%, -50%) rotate(-45deg);
  }
  .following_banner {
    width: 35px;
    top: 50%;
  }
  .mv_bg {
    padding: 0;
  }
  .mv_button {
    width: 75%;
    margin: auto;
  }
  .mv-sp {
    display: block;
  }
  .mv_product,
  .mv_title_inner {
    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 #a4924a;
  }
  .index .special-contents .slick-slider {
    width: 80%;
  }
  .section9 {
    text-align: center;
    padding: 60px 0 0;
    margin: auto;
    height: auto;
  }
  .footer-button .container {
    width: 95%;
  }
  .lineup_block {
    margin: 0 15px 40px;
    width: 37%;
  }
  .lineup_block_bottom {
    margin: 0 15px 30px;
    width: 37%;
  }
  .spacer {
    width: 100%;
  }
  .banner {
    width: 95%;
    margin: auto;
  }
  p small {
    font-size: 0.75rem;
  }
  .section4_text .button1 {
    background: rgba(255, 255, 255, 0.5);
  }
  .section8.pc-only {
    display: none;
  }
  .section10 {
    padding: 20px 0 0;
  }
  .special_title {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    margin: 0 auto 0;
    width: 95%;
  }
  .special_title img {
    width: 140px;
  }
  .index .special-contents-inner {
    padding: 0 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: 0.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: 0.9rem;
  }
  .footer-button-inner {
    flex-wrap: wrap;
  }
  .footer-button .button-next,
  .footer-button .button-prev {
    width: 100%;
  }
  .footer-button {
    padding: 50px 0;
    margin: 0 0 40px;
  }
  .footer-button a {
    padding: 14px 0;
    font-size: 0.9rem;
    margin: 5px 0;
  }
  .footer-button .button-next a:after,
  .footer-button .button-prev 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;
  }
  .wipes {
    margin-bottom: 100vh;
  }
}
@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;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pc-only.no-tablet {
    display: none;
  }
  .sp-only.no-tablet {
    display: none;
  }
}
