*, html{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sp{
  display: none;
}
@media (max-width: 960px) {
  .sp{
    display: block;
  }
}

/* ヘッダー */
.header-box{
  background-color: rgba(0, 0, 0, 0.8);
}
header .header-box {
  height: 60px;
}
header .header-left-menu{
  color: #fff;
}
header .header-scroll-text {
  background: #161616;
}
header .header-left-search-input {
  background: #F8F8F8;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50px;
}
header .header-right-btn01 {
  background: #000000;
}
header .header-right-btn02 {
  background: #000000;
}
header .header-right-menu img {
  width: fit-content;
  height: fit-content;
  object-fit: cover;
  min-width: 25px;
}
header .header-inner{
  background: transparent;
  border-bottom: 0;
}
header.header {
  height: 10px;
}
.header-modal{
  padding-top: 90px;
}
@media (max-width: 960px) {
  .header-sticky{
    display: none;
  }
  .header-box {
    background-color: rgb(0 0 0 / 85%);
  }
  header .header-sp-menu{
    top: -4px;
  }
  header .header-sp-menu:before {
    background: #fff;
  }
  header .header-sp-menu:after{
    background: #fff;
  }
  .header-sp-menu-block{
    color: #fff;
    display: flex;
    gap: 10px;
    font-weight: 100;
    font-size: 0.11rem;
    top: 3px;
    position: relative;
  }
  header .header-box{
    height: auto;
    display: block;
    padding: 5px 15px;
  }
  header .header-left-logo {
    width: 1.2rem;
    text-align: center;
    margin-top: -27px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-right {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  header .header-left-search-input{
    width: 145px;
  }
  .header-right {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
  }
  .header-right.hidden {
    opacity: 0;
    visibility: hidden;
  }
  header .header-box.hidden{
    height: 37px;
  }
}

/* メインビジュアル */
.top-mv2{
  background: url("https://carshopconnect.itembox.design/item/top_renewal/image/mv_back.webp") no-repeat top center;
  background-size: cover;
  position: relative;
  margin: 0;
  color: #fff;
  text-align: center;
  padding-bottom: 15vh;
}
.top-mv2-title{
  padding: 40vh 0 20vh;
}
.top-mv2 h1{
  font-size: 12px;
}
.top-mv2-egtitle{
  font-weight: 200;
  margin-bottom: 20px;
}
.top-mv2-maintitle{
  font-size: 50px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 60px;
  margin-bottom: 20px;
}
.top-mv2-subtitle{
  font-weight: 400;
}
.top-mv2-btn {
  background-color: #1D1D1D;
  width: fit-content;
  border-radius: 60px;
  margin: 0 auto;
}
.top-mv2-btn a{
  display: block;
  padding: 10px 60px;
  background-color: #7F2B2B;
  border-radius: 50px;
}
.top-mv2-news{
  position: absolute;
  display: flex;
  width: 500px;
  left: 20px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.71);
  padding: 10px;
  border-radius: 4px;
}
.top-mv2-news-box{
  display: block;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex: 1;
  height: 20px;
  padding: 0 15px;
}
.top-mv2-news-box span {
  display: block;
  animation: loop-slide 30s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 960px) {
  .top-mv2-maintitle {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .top-mv2-subtitle{
    font-size: 0.14rem;
  }
  .top-mv2-title{
    padding: 38vh 0 18vh;
  }
  .top-mv2-news {
    left: 0px;
    bottom: 0px;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
  }
  .top-mv2-news-text{
    font-size: 0.14rem;
  }
  .top-mv2-news-box span{
    font-size: 0.14rem;
    width: fit-content;
  }
}

/* LINEUP */
.page-top .top-section {
  padding: 100px 0 40px;
  background: #fff;
}
.page-top .top-section .tp-title {
    font-size: 50px;
    font-weight: bold;
}
.page-top .top-section .tp-text {
    font-size: 13px;
    color: #c5c5c5;
}
.top-lineup-lists{
  display: flex;
  gap:40px;
  flex-wrap: wrap;
  margin-top: 40px;
  border-bottom: 0.5px solid #898989;
  padding-bottom: 60px;
}
.top-lineup-list-img{
  position: relative;
}
.top-lineup-listeg{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 15px;
  bottom: 5px;
}
.top-lineup-list-title{
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
}
.top-lineup-list-text{
  font-size: 12px;
}
.top-lineup-list{
  width: calc(20% - 33px);
}
.top-lineup-other{
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.top-lineup-other span{
  margin-right: 10px;
  font-size: 14px;
}
.top-lineup-other img{
  position: relative;
  top: 13px;
}
.top-lineup-title{
  display: flex;
  justify-content: space-between;
}
.top-lineup-banner{
  width: 350px;
}
@media (max-width: 960px) {
  .page-top .top-section {
    padding: 0.5rem 0 0.2rem;
  }
  .page-top .top-section .tp-title {
    font-size: 0.3rem;
  }
  .page-top .top-section .tp-subtitle {
    margin: 30px 0 20px;
  }
  .top-lineup-lists {
    margin-top: 30px;
    gap: 30px 20px;
  }
  .top-lineup-list {
    width: calc(50% - 10px);
  }
  .top-lineup-banner{
    width: 100%;
    margin-top: 40px;
  }
}

/* PICKS FOR YOU */
.top-picks{
  overflow: hidden;
}
.top-picks .swiper .swiper-slide{
  border-right: 0.5px solid #898989;
}
.top-picks .swiper .swiper-slide:last-child{
  border-right: 0;
}
@media (max-width: 960px) {
  .top-picks .swiper .swiper-slide {
    padding-right: 20px !important;
  }
  .top-picks .swiper{
    margin-right: -20px;
    margin-left: 0 !important;
  }
}

/* SWIPER */
.top-section .swiper{
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
  border-bottom: 0.5px solid #898989;
}
.top-section .swiper .swiper-slide{
  padding-right: 40px;
}  
.top-section .swiper .swiper-pagination{
  position: relative;
  top: 50px;
}
.top-section .swiper .swiper-pagination-bullet-active{
  background: #484848;
}
.top-section .swiper .swiper-button-next{
  position: absolute;
  top: -100px;
  right: 50px;
}
.top-section .swiper .swiper-button-prev{
  position: absolute;
  top: -100px;
  right: 120px;
  left: auto;
}
.top-section .swiper .swiper-button-prev,
.top-section .swiper .swiper-button-next {
  height: 50px;
  width: 50px;
}
.top-section .swiper .swiper-button-prev::after,
.top-section .swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.top-section .swiper .swiper-button-prev::after {
  background-image: url(https://carshopconnect.itembox.design/item/top_renewal/image/swiper-button-prev.svg);
}
.top-section .swiper .swiper-button-next::after {
  background-image: url(https://carshopconnect.itembox.design/item/top_renewal/image/swiper-button-next.svg);
}
.top-section .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
@media (max-width: 960px) {
  .top-section .swiper .swiper-slide {
    padding-right: 10px;
  }
  .top-section .swiper {
    margin-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .top-section .swiper .swiper-button-prev,
  .top-section .swiper .swiper-button-next{
    display: none;
  }
  .top-section .swiper .swiper-pagination {
    top: 30px;
  }
}

/* RANKING */
.top-ranks .swiper .swiper-slide {
    padding-right: 0px;
}
.top-ranks .top-ranks-menu{
  display: flex;
  gap: 30px;
  margin: 50px 0 -30px;
}
.top-ranks-menu-category1{
  display: flex;
  gap: 10px;
  border-right: 1px solid #000;
  padding-right: 20px;
}
.top-ranks-menu-category1 li{
  background-color: #E3E3E3;
  padding: 10px 20px;
  color: #565656;
  border-radius: 50px;
  height: fit-content;
  cursor: pointer;
  font-size: 12px;
}
.top-ranks-menu-category1 li.active{
  background-color: #171717;
  color: #fff;
}
.top-ranks-menu-category2{
  display: flex;
  gap: 10px;
}
.top-ranks-menu-category2 li{
  background-color: #E3E3E3;
  padding: 10px 20px;
  color: #565656;
  border-radius: 8px;
  height: fit-content;
  cursor: pointer;
  font-size: 12px;
}
.top-ranks-menu-category2 li.active{
  background-color: #1E2C5B;
  color: #fff;
}
.top-ranks-menu-category2 li.active.woman{
  background-color: #AB2929;
}
.top-ranks .swiper .ranking-block-ranking{
  background-color: #000;
  width: 40px;
  height: 40px;
  padding: 10px 16px;
  border-radius: 50px;
  top: 10px;
  left: 10px;
  color: #fff;
  position: absolute;
}
.top-ranks .swiper .ranking-block-ranking.rank1{
  background-color: #EDC534;
}
.top-ranks .swiper .ranking-block-ranking.rank2{
  background-color: #B3B1B0;
}
.top-ranks .swiper .ranking-block-ranking.rank3{
  background-color: #967362;
}
.top-ranks .swiper .ranking-block-ranking.rank10{
  padding: 10px 12px;
}
.top-ranks .swiper .ranking-block-img img{
  border-radius: 8px;
}
.top-ranks .swiper .ranking-block-name{
  font-size: 12px;
  color: #5B5B5B;
}
.top-ranks .swiper{
  display: none;
}
.top-ranks .swiper.active{
  display: block;
}
@media (max-width: 960px) {
  .top-ranks .top-ranks-menu{
    overflow-x: scroll;
  }
  .top-ranks .top-ranks-menu::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .top-ranks .top-ranks-menu .top-ranks-menu-category1,
  .top-ranks .top-ranks-menu .top-ranks-menu-category2{
    max-width: 100%;
    min-width: max-content;
    height: fit-content;
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .top-ranks .top-ranks-menu .top-ranks-menu-category1::-webkit-scrollbar,
  .top-ranks .top-ranks-menu .top-ranks-menu-category2::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .top-ranks .swiper{
    margin-left: 0;
  }
  .top-ranks .top-ranks-menu {
    margin: 30px 0 -10px;
  }
  .top-ranks .inner {
    padding: 0;
  }
  .top-ranks .tp-title, .top-ranks .tp-text, .top-ranks .top-ranks-menu{
    padding: 0 0.2rem;
  }
  .top-ranks .swiper{
    padding: 0 0 0 0.2rem;
  }
  .top-ranks-menu-category2{
    position: absolute;
    top: 63px;
    right: 20px;
  }
  .top-ranks-menu-category1 {
    border-right: 0;
    padding-right: 0;
  }
}

/* CAR MODEL */
.top-car_model .top-car_model-lists{
  display: flex;
  gap: 60px;
  margin-top: 60px;
  padding-bottom: 100px;
  border-bottom: 0.5px solid #898989;
}
.top-car_model-select-wrap {
  display: inline-block;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.top-car_model-select-wrap::after {
  content: "";
  position: absolute;
  top: 17px;
  right: -5px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
}
.top-car_model .top-car_model-list-menu {
  width: 180px;
  background-color: #171717;
  color: #fff;
  border-radius: 65px;
  padding: 10px 40px 10px 20px;
  height: fit-content;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.top-car_model .top-car_model-list{
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.top-car_model .top-car_model-list .tppl-list{
  width: calc(25% - 25px);
  padding: 0px 0 10px;
  margin-bottom: 0;
}
.top-car_model .top-car_model-list .tppl-list a{
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 25px 0;
  display: block;
}
.top-car_model .top-car_model-list .tppl-list-img img{
  width: 185px;
}
.top-car_model .top-car_model-list .tppl-list-img{
  text-align: center;
}
.top-car_model .top-car_model-list .tppl-list-bland-name{
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.top-car_model .top-car_model-list .tppl-list-tag{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.top-car_model .top-car_model-list .tppl-list-tag li{
    border-radius: 6px;
    padding: 0px 5px;
    width: calc(33% - 3px);
    /*width: calc(100% - 3px);*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border-top: 2px solid #dddddd;
    border-left: 2px solid #ffffff;
    */
    color: #fff;
    font-size: 12px;
    height: 23px;
}
.top-car_model .top-car_model-list .tppl-list-tag li:first-child{
  background-color: #BD4444;
  /*border-bottom: 4px solid #910000;*/
}
.top-car_model .top-car_model-list .tppl-list-tag li:nth-child(2){
  background-color: #41C9BB;
}
.top-car_model .top-car_model-list .tppl-list-tag li:nth-child(3){
  background-color: #C66C22;
}
.top-car_model .top-car_model-list .tppl-list-tag li:nth-child(4){
  background-color: #1B4E76;
}
.top-car_model .top-car_model-list .tppl-list-tag li:nth-child(5){
  background-color: #5E7D28;
}
.top-car_model .top-car_model-list .tppl-list-tag li:nth-child(6){
  background-color: #862D6C;
}
.top-car_model .top-car_model-list .tppl-list-tag li a{
  background-color: transparent;
  box-shadow: 0;
  padding: 5px 0;
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.top-car_model .top-car_model-list .tppl-list-tag li.noitem{
  font-size: 11px;
  text-align: center;
  padding: 7px 0;
  color: #d1d1d1;
  background-color: #898989;
  /*border-bottom: 4px solid #6b6b6b;*/
}
@media (max-width: 960px) {
  .top-car_model .top-car_model-lists {
    display: block;
    position: relative;
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .top-car_model-select-wrap{
    position: absolute;
    top: -80px;
    right: 0;
  }
  .top-car_model .top-car_model-list-menu {
    width: 140px;
  }
  .top-car_model-select-wrap::after {
    top: 17px;
    right: 15px;
  }
  .top-car_model .top-car_model-list .tppl-list {
    width: calc(50% - 10px);
  }
  .top-car_model .top-car_model-list .tppl-list-tag li {
    width: calc(50% - 3px);
    /*width: calc(100% - 3px);*/
  }
  .top-car_model .top-car_model-list .tppl-list-tag li a{
    font-size: 11px;
  }
  .top-car_model .top-car_model-list .tppl-list-tag li.noitem {
    font-size: 11px;
  }
}

/* CAR MAKER */
.top-car_maker-lists{
  margin-top: 60px;
  display: flex;
  gap: 40px;
  border-right: 0.5px solid #898989;
  padding-right: 40px;
}
.top-car_maker-lists .swiper{
  width: 30%;
  overflow: hidden;
  margin-top: 0;
}
.top-car_maker-lists .top-car_maker-list{
  width: 70%;
}
.top-car_maker-list-menu{
  display: flex;
  gap: 15px;
}
.top-car_maker-list-menu li{
  background-color: #E3E3E3;
  color: #6D6D6D;
  padding: 5px 50px;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
}
.top-car_maker-list-menu li.active{
  background-color: #171717;
  color: #fff;
}
.car-maker-brand{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.car-maker-brand .car-maker-brand-list{
  max-width: 70px;
  text-align: center;
}
.car-maker-brand .brand-name{
  font-size: 12px;
}
.top-car_maker-lists{
  border-right: 0;
  padding-bottom: 80px;
  border-bottom: 0.5px solid #898989;
}
.top-car_maker-lists .swiper{
  border-bottom: 0;
  padding-bottom: 40px;
}
.top-car_maker-lists .swiper .swiper-pagination {
  top: 10px;
}
.top-car_maker-lists .swiper .swiper-slide{
  position: relative;
}
.top-car_maker-lists .swiper .swiper-slide a{
  display: block;
  background-color: #000;
  border-radius: 10px;
}
.top-car_maker-lists .swiper .swiper-slide a img{
  opacity: 0.8;
  display: block;
}
.top-car_maker-lists .swiper .swiper-slide .car-model-name{
  position: absolute;
  bottom: 55px;
  left: 20px;
  color: #fff;
}
.car-maker-brand .foreign{
  display: none;
}
@media (max-width: 960px) {
  .top-car_maker-lists {
    display: block;
    padding-right: 0px;
    margin-top: 30px;
  }
  .top-car_maker-lists .swiper {
    width: 100%;
  }
  .top-car_maker-lists .top-car_maker-list {
    width: 100%;
  }
  .top-car_maker-list-menu li {
    width: 50%;
    text-align: center;
  }
  .top-section .swiper {
    margin-left: 0px;
    padding-bottom: 40px;
  }
  .top-car_maker .inner{
    padding: 0;
  }
  .top-car_maker-title,
  .top-car_maker-list{
    padding: 0 0.2rem;
  }
  .top-car_maker .swiper{
    padding-left: 0.2rem;
  } 
}

/* NEW PRODUCT */
.top-newproduct-lists{
  margin-top: 60px;
  display: flex;
  gap: 40px;
  padding-bottom: 80px;
  border-bottom: 0.5px solid #898989;
}
.top-newproduct-list{
  width: 20%;
}
.top-newproduct-list img{
  width: 100%;
}
.top-newproduct-text{
  color: #5B5B5B;
  font-size: 12px;
}
@media (max-width: 960px) {
  .top-newproduct-lists {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 50px;
  }
  .top-newproduct-list {
    width: calc(50% - 10px);
  }
}

/* STYLING */
.top-newstyling-menu{
  display: flex;
  gap: 30px;
  margin: 50px 0 -30px;
  border-bottom: 0.5px solid #898989;
}
.top-newstyling-menu-category1{
  display: flex;
  gap: 15px;
  padding-right: 20px;
  text-align: center;
}
.top-newstyling-menu-category1 li{
  padding-bottom: 20px;
}
.top-newstyling-menu-category2{
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-newstyling-menu-line{
  display: grid;
  align-items: center;
  align-content: center;
  font-size: 30px;
}
.top-newstyling-menu-category2 li.active {
  background-color: #1E2C5B;
}
.top-newstyling-menu-category2 li {
    background-color: #E3E3E3;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
    height: fit-content;
    cursor: pointer;
    font-size: 12px;
}
.top-newstyling-menu-category1 li,
.top-newstyling-menu-category2 li{
  cursor: pointer;
}
.newstyling-name1{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  padding: 27px 10px;
  font-size: 12px;
  height: 70px;
  width: 70px;
  text-align: center;
}
.newstyling-name2{
  font-size: 12px;
  margin-top: 10px;
}
.top-newstyling-menu-category1 li:first-child.active{
  border-bottom: 3px solid #674E31;
}
.top-newstyling-menu-category1 li:first-child.active .newstyling-name1{
  background-color: #674E31;
  color: #fff;
}
.top-newstyling-menu-category1 li:nth-child(2).active{
  border-bottom: 3px solid #ff3781;
}
.top-newstyling-menu-category1 li:nth-child(2).active .newstyling-name1{
  background-color: #ff3781;
  color: #fff;
}
.top-newstyling-menu-category1 li:nth-child(3).active{
  border-bottom: 3px solid #3A4772;
}
.top-newstyling-menu-category1 li:nth-child(3).active .newstyling-name1{
  background-color: #3A4772;
  color: #fff;
}
.top-newstyling-menu-category1 li:nth-child(4).active{
  border-bottom: 3px solid #4E2A00;
}
.top-newstyling-menu-category1 li:nth-child(4).active .newstyling-name1{
  background-color: #4E2A00;
  color: #fff;
}
.top-newstyling-menu-category1 li:nth-child(5).active{
  border-bottom: 3px solid #7B7B7B;
}
.top-newstyling-menu-category1 li:nth-child(5).active .newstyling-name1{
  background-color: #7B7B7B;
  color: #fff;
}
.top-newstyling-block{
  display: flex;
  gap:40px;
  margin-top: 50px;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 0.5px solid #898989;
}
.top-newstyling-block-text{
  width: 40%;
  padding-right: 40px;
  border-right: 0.5px solid #898989;
}
.top-newstyling-block-title{
  font-size: 35px;
  font-weight: bold;
}
.top-newstyling-block-title.retro{
  color: #674E31;
}
.top-newstyling-block-subtitle{
  font-size: 12px;
  color: #454545;
}
.top-newstyling-block-list{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.top-newstyling-block-list li{
  border: 0.5px solid #898989;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
}
.top-newstyling-block-list li.active{
  background-color: #000;
  color: #fff;
}
.top-newstyling-block-p{
  margin: 40px 0;
}
.newstyling-block-spflex{
  width: 60%;
}
.top-newstyling-block-img{
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
}
.top-newstyling-block-img-img{
  width: 50%;
}
.top-newstyling-block-img-text{
  width: 50%;
}
.top-newstyling-block-img-img img{
  border-radius: 10px;
}
.top-newstyling-block-img-text1{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.top-newstyling-block-img-text2{
  margin-bottom: 40px;
}
.styling-top-info-link a{
  display: flex;
}
.styling-top-info-link a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://carshopconnect.itembox.design/item/top_renewal/image/top-newstyling-arrow.svg) no-repeat center center;
  background-size: 30px auto;
  margin-left: 15px;
  top: -4px;
  position: relative;
}
.top-newstyling-menu-wrapper{
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #898989;
  padding-bottom: 30px;
}
.rw-styling-list-btn {
  display: flex;
  gap: 20px;
  align-items: center;
  align-content: center;
}
.styling-bord, .styling-list {
  cursor: pointer;
}
.styling-bord .on {
  display: block;
}
.styling-bord .off {
  display: none;
}
.styling-list .on {
  display: none;
}
.styling-list .off {
  display: block;
}
.top-newstyling-list{
  margin-top: 60px;
}
.top-newstyling-list ul{
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.top-newstyling-list ul li{
  width: calc(20% - 25px);
}
.top-newstyling-list ul li img{
  border-radius: 10px;
}
.top-newstyling-list ul li span{
  font-size: 12px;
  color: #5B5B5B;
  margin-top: -5px;
  display: block;
}
@media (max-width: 960px) {
  .top-newstyling-block{
    display: block;
  }
  .top-newstyling-block-text {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .top-newstyling-menu-wrapper {
    display: block;
  }
  .rw-styling-list-btn{
    position: absolute;
    top: 60px;
    right: 30px;
  }
  .top-newstyling-menu {
    margin: 20px 0 -30px;
  }
  .top-newstyling-menu-category1{
    overflow-x: scroll;
  }
  .top-newstyling-menu-category1::-webkit-scrollbar{
    display: none;
  }
  .top-newstyling-menu-category1 li{
    max-width: 100%;
    min-width: max-content;
    height: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .top-newstyling-menu{
    border-bottom: 0;
  }
  .top-newstyling-block-p {
    margin: 20px 0 30px;
  }
  .top-newstyling-block {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .top-newstyling-block-list{
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .top-newstyling-block-list::-webkit-scrollbar{
    display: none;
  }
  .top-newstyling-block-list li{
    max-width: 100%;
    min-width: max-content;
    height: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    cursor: pointer;
  }
  .top-newstyling-block-list li.active {
    background-color: #000;
    color: #fff;
    transition: background-color 0.3s ease;
  }
  .top-newstyling-block-list li:focus {
    outline: none;
  }
  .top-newstyling-block-img {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .top-newstyling-block-img-img {
    width: 100%;
  }
  .top-newstyling-block-img-text {
    width: 100%;
    text-wrap: auto;
  }
  .top-newstyling-block-img-text1 {
    margin-bottom: 10px;
  }
  .top-newstyling-block-img-text2 {
    margin-bottom: 10px;
    color: #5B5B5B;
    font-size: 12px;
  }
  .top-newstyling-list ul {
    gap: 20px;
  }
  .top-newstyling-list ul li {
    width: calc(50% - 10px);
  }
  .top-newstyling-list {
    margin-top: 30px;
  }
  .top-car_maker-lists .swiper .swiper-slide .car-model-name {
    bottom: 15px;
  }
  .newstyling-block-spflex{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 30px;
    width: 100%;
    padding-left: 20px;
  }
  .newstyling-block-spflex::-webkit-scrollbar{
    display: none;
  }
  .top-newstyling-block-img{
    display: block !important;
    max-width: 100%;
    min-width: 80%;
    height: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .styling-top-info-link{
    display: none;
  }
  .top-newstyling .inner{
    padding: 0;
  }
  .top-newstyling-title,
  .top-newstyling-block-title,
  .top-newstyling-block-subtitle,
  .top-newstyling-block-p,
  .top-newstyling-list{
    padding: 0 0.2rem;
  }
  .top-newstyling-block-list,
  .top-newstyling-menu-wrapper{
    padding-left: 0.2rem;
  }
  .top-newstyling-block-text-flex{
    /*display: flex;*/
    display: block;
  }
  .top-newstyling-block-text-flex1{
    width: 160px;
  }
  .top-newstyling-block-text-flex2{
    /*width: calc(100% - 160px);*/
    width: 100%;
    padding: 0 20px;
  }
  .top-newstyling-block-subtitle{
    display: none;
  }
  .top-newstyling-block-text-flex2 .top-newstyling-block-p{
    margin: 0px;
    /*padding: 0 20px 30px 0px;*/
    padding: 0 0px 30px 0px;
    font-size: 13px;
  }
  .top-newstyling-block-title{
    display: none;
  }
}

/* BRAND */
.top-newbrand-menu{
  display: flex;
  gap: 30px;
  margin: 50px 0 -30px;
  border-bottom: 0.5px solid #898989;
}
.top-newbrand-menu-category1{
  display: flex;
  gap: 15px;
  padding-right: 20px;
  text-align: center;
}
.top-newbrand-menu-category1 li{
  padding-bottom: 20px;
}
.top-newbrand-menu-category2{
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-newbrand-menu-line{
  display: grid;
  align-items: center;
  align-content: center;
  font-size: 30px;
}
.top-newbrand-menu-category2 li.active {
  background-color: #1E2C5B;
}
.top-newbrand-menu-category2 li {
    background-color: #E3E3E3;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
    height: fit-content;
    cursor: pointer;
    font-size: 12px;
}
.top-newbrand-menu-category1 li,
.top-newbrand-menu-category2 li{
  cursor: pointer;
}
.newbrand-name1{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  padding: 27px 10px;
  font-size: 12px;
  height: 70px;
  width: 70px;
  text-align: center;
}
.newbrand-name2{
  font-size: 12px;
  margin-top: 10px;
}
.top-newbrand-menu-category1 li:first-child.active{
  border-bottom: 3px solid #674E31;
}
.top-newbrand-menu-category1 li:first-child.active .newbrand-name1{
  background-color: #674E31;
  color: #fff;
}
.top-newbrand-menu-category1 li:nth-child(2).active{
  border-bottom: 3px solid #ff3781;
}
.top-newbrand-menu-category1 li:nth-child(2).active .newbrand-name1{
  background-color: #ff3781;
  color: #fff;
}
.top-newbrand-menu-category1 li:nth-child(3).active{
  border-bottom: 3px solid #3A4772;
}
.top-newbrand-menu-category1 li:nth-child(3).active .newbrand-name1{
  background-color: #3A4772;
  color: #fff;
}
.top-newbrand-menu-category1 li:nth-child(4).active{
  border-bottom: 3px solid #4E2A00;
}
.top-newbrand-menu-category1 li:nth-child(4).active .newbrand-name1{
  background-color: #4E2A00;
  color: #fff;
}
.top-newbrand-menu-category1 li:nth-child(5).active{
  border-bottom: 3px solid #7B7B7B;
}
.top-newbrand-menu-category1 li:nth-child(5).active .newbrand-name1{
  background-color: #7B7B7B;
  color: #fff;
}
.top-newbrand-block{
  display: flex;
  gap:40px;
  margin-top: 50px;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 0.5px solid #898989;
}
.top-newbrand-block-text{
  width: 40%;
  padding-right: 40px;
  border-right: 0.5px solid #898989;
}
.top-newbrand-block-title{
  font-size: 35px;
  font-weight: bold;
}
.top-newbrand-block-title.retro{
  color: #674E31;
}
.top-newbrand-block-subtitle{
  font-size: 12px;
  color: #454545;
}
.top-newbrand-block-list{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.top-newbrand-block-list li{
  border: 0.5px solid #898989;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
}
.top-newbrand-block-list li.active{
  background-color: #000;
  color: #fff;
}
.top-newbrand-block-p{
  margin: 40px 0;
}
.newbrand-block-spflex{
  width: 60%;
}
.top-newbrand-block-img{
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
}
.top-newbrand-block-img-img{
  width: 50%;
}
.top-newbrand-block-img-text{
  width: 50%;
}
.top-newbrand-block-img-img img{
  border-radius: 10px;
}
.top-newbrand-block-img-text1{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.top-newbrand-block-img-text2{
  margin-bottom: 40px;
}
.styling-top-info-link a{
  display: flex;
}
.styling-top-info-link a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://carshopconnect.itembox.design/item/top_renewal/image/top-newbrand-arrow.svg) no-repeat center center;
  background-size: 30px auto;
  margin-left: 15px;
  top: -4px;
  position: relative;
}
.top-newbrand-menu-wrapper{
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #898989;
  padding-bottom: 30px;
}
.rw-styling-list-btn {
  display: flex;
  gap: 20px;
  align-items: center;
  align-content: center;
}
.styling-bord, .styling-list {
  cursor: pointer;
}
.styling-bord .on {
  display: block;
}
.styling-bord .off {
  display: none;
}
.styling-list .on {
  display: none;
}
.styling-list .off {
  display: block;
}
.top-newbrand-list{
  margin-top: 60px;
}
.top-newbrand-list ul{
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.top-newbrand-list ul li{
  width: calc(20% - 25px);
}
.top-newbrand-list ul li img{
  border-radius: 10px;
}
.top-newbrand-list ul li span{
  font-size: 12px;
  color: #5B5B5B;
  margin-top: -5px;
  display: block;
}
.top-newbrand-menu-category1 li .newbrand-name1{
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 22px 10px;
  background-color: #fff !important;
}
.top-newbrand-menu-category1 li.active .newbrand-name1{
  box-shadow: none;
  border: 0;
}
@media (max-width: 960px) {
  .top-newbrand-block{
    display: block;
    padding-bottom: 50px;
  }
  .top-newbrand-block-text {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .top-newbrand-menu-wrapper {
    display: block;
  }
  .rw-styling-list-btn{
    position: absolute;
    top: 60px;
    right: 30px;
  }
  .top-newbrand-menu {
    margin: 30px 0 -30px;
  }
  .top-newbrand-menu-category1{
    overflow-x: scroll;
  }
  .top-newbrand-menu-category1::-webkit-scrollbar{
    display: none;
  }
  .top-newbrand-menu-category1 li{
    max-width: 100%;
    min-width: max-content;
    height: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .top-newbrand-menu{
    border-bottom: 0;
  }
  .top-newbrand-block-p {
    margin: 20px 0 30px;
    font-size: 13px;
  }
  .top-newbrand-block {
    margin-top: 30px;
  }
  .top-newbrand-block-list{
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .top-newbrand-block-list::-webkit-scrollbar{
    display: none;
  }
  .top-newbrand-block-list li{
    max-width: 100%;
    min-width: max-content;
    height: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    cursor: pointer;
  }
  .top-newbrand-block-list li.active {
    background-color: #000;
    color: #fff;
    transition: background-color 0.3s ease;
  }
  .top-newbrand-block-list li:focus {
    outline: none;
  }
  .top-newbrand-block-img {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .top-newbrand-block-img-img {
    width: 100%;
  }
  .top-newbrand-block-img-text {
    width: 100%;
    text-wrap: auto;
  }
  .top-newbrand-block-img-text1 {
    margin-bottom: 10px;
  }
  .top-newbrand-block-img-text2 {
    margin-bottom: 10px;
    color: #5B5B5B;
    font-size: 12px;
  }
  .top-newbrand-list ul {
    gap: 20px;
  }
  .top-newbrand-list ul li {
    width: calc(50% - 10px);
  }
  .top-newbrand-list {
    margin-top: 30px;
  }
  .top-car_maker-lists .swiper .swiper-slide .car-model-name {
    bottom: 15px;
  }
  .newbrand-block-spflex{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 30px;
    width: 100%;
    padding-left: 20px;
  }
  .newbrand-block-spflex::-webkit-scrollbar{
    display: none;
  }
  .top-newbrand-block-img{
    display: block !important;
    max-width: 100%;
    min-width: 80%;
    height: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .styling-top-info-link{
    display: none;
  }
  .top-newbrand .inner{
    padding: 0;
  }
  .top-newbrand-title,
  .top-newbrand-block-title,
  .top-newbrand-block-subtitle,
  .top-newbrand-block-p,
  .top-newbrand-list{
    padding: 0 0.2rem;
  }
  .top-newbrand-block-list,
  .top-newbrand-menu-wrapper{
    padding-left: 0.2rem;
  }
  .top-newbrand-block-title{
    display: none;
  }
  .top-newbrand-block-subtitle{
    display: none;
  }
}

/* ITEM CATEGORY */
.top-itemcategory-lists{
  display: flex;
  flex-wrap: wrap;
  gap:0px;
}
.top-itemcategory-lists .category{
  width: calc(16.6% - 0px);
  position: relative;
}
.top-itemcategory-lists .category-names{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}
.top-itemcategory-lists{
  margin-top: 60px;
  padding-bottom: 80px;
  border-bottom: 0.5px solid #898989;
}
.top-itemcategory-lists .category-en{
  font-size: 16px;
}
.top-itemcategory-lists .category-name{
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 960px) {
  .top-itemcategory-lists {
    gap: 0px 5px;
    margin-top: 40px;
  }
  .top-itemcategory-lists .category{
    width: calc(50% - 3px);
  }
}

/* GALLERY */
.top-gallery .tg-title,
.top-gallery .tg-text{
  text-align: left;
  padding: 0 !important;
}
.page-top .top-gallery .tg-more {
  justify-content: right;
}
.page-top .top-gallery .tg-container {
  padding-bottom: 80px;
  border-bottom: 0.5px solid #898989;
}

/* COLUMN */
.page-top .top-new-column{
  padding: 0;
}
.top-column-menu{
  display: flex;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.top-column-menu li{
  background-color: #E3E3E3;
  color: #6D6D6D;
  font-size: 12px;
  padding: 5px 20px;
  border-radius: 50px;
  cursor: pointer;
}
.top-column-menu li.active{
  background-color: #000;
  color: #fff;
}
.top-new-column .column-img img{
  border-radius: 10px;
}
.top-new-column .swiper .swiper-slide {
  padding-right: 30px;
}
.top-new-column .swiper .swiper-slide:nth-child(3),
.top-new-column .swiper .swiper-slide:nth-child(6){
  border-right: 0.5px solid #898989;
}
.top-new-column .swiper{
  margin-top: 40px;
}
.top-new-column .ml20{
  margin-left: 20px;
}
@media (max-width: 960px) {
  .top-new-column .swiper .swiper-slide {
    padding-right: 10px;
  }
  .top-new-column .swiper .swiper-slide:nth-child(3),
  .top-new-column .swiper .swiper-slide:nth-child(6){
    border-right: 0;
  }
  .top-new-column .ml20{
    margin-left: 0;
  }
  .top-new-column .inner{
    padding: 0;
  }
  .top-new-column .tp-title,
  .top-new-column .tp-text,
  .top-new-column .top-column-menu{
    padding: 0 0.2rem;
  }
  .top-new-column .swiper{
    padding: 0 0.2rem;
    margin-top: 30px;
  }
  .top-column-menu {
    margin-top: 40px;
  }
}

/* SUPPORT */
.top-new-support-list{
  display: flex;
  gap: 30px;
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
  border-bottom: 0.5px solid #898989;
  flex-wrap: wrap;
}
.top-new-support-list a{
  display: flex;
  width: calc(33% - 20px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 20px 20px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.top-new-support-list a:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(https://carshopconnect.itembox.design/item/top_renewal/image/top-support-arrow.svg) no-repeat center center;
  background-size: 35px auto;
  top: 0px;
  right: 0px;
  position: relative;
}
@media (max-width: 960px) {
  .top-new-support-list {
    display: block;
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .top-new-support-list a{
    width: 100%;
    margin-bottom: 10px;
  }
}

/* NEWS */
.top-new-news-block{
  display: flex;
  gap:40px;
}
.top-new-news-title{
  width: 300px;
}
.top-new-news-block .tn-container{
  width: 100%;
}
.top-new-news-block .tn-container li{
  border-bottom: 0.5px solid #898989;
  padding: 0px 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .top-new-news-block {
    display: block;
  }
  .top-new-news-block .tn-container{
    margin-top: 40px;
  }
}

/* FEATURES OF CONNECT */
.page-top .top-feature{
  padding: 60px 0 60px;
}
.page-top .top-feature .tf-title,
.page-top .top-feature .tf-text{
  text-align: left;
}
.page-top .top-feature .tf-container .feature{
  width: 33%;
  max-width: 33%;
  padding: 70px 30px 40px 40px;
}
@media (max-width: 960px) {
  .page-top .top-feature .tf-container .feature {
      min-width: 2.67rem;
  }
  .page-top .top-feature {
    padding: 0.5rem 0 0.2rem;
  }
}

/* 4BANNER */
.top-type .type-img img{
  border-radius: 8px;
}

/* SHOPPING GUIDE */
.page-top .top-guide {
  padding: 80px 0 80px;
}
.page-top .top-guide-title,
.page-top .top-guide-text{
  text-align: left;
}
.page-top .top-guide-list-block .block-text {
  margin-top: 30px;
  font-size: 16px;
}
.page-top .top-guide-list {
  margin-top: 60px;
  gap: 30px;
}
.page-top .top-guide-list-block {
  min-width: 240px;
  padding: 35px 0 60px;
  background-color: #F8F8F8;
  border-radius: 8px !important;
  border: 0;
}
@media (max-width: 960px) {
  .page-top .top-guide-list {
    padding-bottom: 30px;
  }
}

/* MOVIE */
@media (min-width: 961px) {  
  .hero-bg{
    display: none;
  }
}
@media (max-width: 960px) {
  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-mv2-title{
    position: relative;
  }
  .top-mv2-btn{
    position: relative;
  }
  .header-box {
    background-color: rgb(0 0 0 / 30%);
  }
}

/*20251122*/
.top-lineup-block{
  display: flex;
  gap: 130px;
  border-bottom: 1px solid #898989;
  padding-bottom: 30px;
}
.top-lineup-block .swiper{
  margin-top: 0px;
  overflow: hidden;
  margin-right: -150px;
  margin-left: 0 !important;
  border-bottom: 0;
  padding-bottom: 0px;
}
.top-lineup-block .swiper .swiper-slide {
  padding-right: 20px;
}
.top-lineup-block .top-lineup-title {
  width: 700px;
  display: block;
}
.top-lineup-block .top-lineup-title .tp-title2{
  font-size: 40px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 30px;
}
.top-lineup-block .top-lineup-title .tp-text2{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
  font-family: "Josefin Sans", sans-serif;
}
.top-lineup-block .top-lineup-title .tp-link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://carshopconnect.itembox.design/item/top_renewal/image/top-lineup-link-arrow.svg) no-repeat center center;
  background-size: 30px auto;
  margin-left: 15px;
  top: -4px;
  position: relative;
}
.top-lineup-block .top-lineup-title .tp-link{
  background-color: #000;
  color: #fff;
  display: flex;
  max-width: fit-content;
  padding: 15px 25px 7px 25px;
  gap: 10px;
}
.top-lineup-block .top-lineup-listeg{
  bottom: 50%;
  font-family: "Josefin Sans", sans-serif;
  background-color: transparent;
  bottom: 55%;
  font-size: 25px;
  letter-spacing: 2px;
  padding: 5px 30px;
}
.top-lineup-block .top-lineup-list-text{
  font-size: 16px;
  margin: 10px 0;
  position: absolute;
  bottom: 40%;
  left: 30px;
  color: #fff;
}
.top-lineup-block .top-lineup-list-link{
  font-size: 16px;
  margin: 10px 0;
  position: absolute;
  bottom: 10%;
  left: 30px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.top-lineup-block .top-lineup-list-img:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://carshopconnect.itembox.design/item/top_renewal/image/top-lineup-list-link-arrow.svg) no-repeat center center;
  background-size: 40px auto;
  bottom: 10%;
  right: 30px;
  position: absolute;
}
.top-lineup-block .swiper .swiper-button-next{
  top: auto;
  bottom: 20px;
  right: 120px;
}
.top-lineup-block .swiper .swiper-button-prev{
  top: auto;
  bottom: 20px;
  right: 190px;
}
.top-lineup-block .swiper .swiper-button-next::after {
  background-image: url(https://carshopconnect.itembox.design/item/top_renewal/image/swiper-button-next_b.svg?20251122);
}
.top-lineup-block .swiper .swiper-button-prev::after {
  background-image: url(https://carshopconnect.itembox.design/item/top_renewal/image/swiper-button-prev_b.svg?20251122);
}
.top-lineup-other-block{
  position: relative;
  top: -135px;
  display: flex;
  gap: 40px;
  z-index: 1;
}
@media (max-width: 960px) {
  .top-lineup-block{
    display: block;
    padding-bottom: 0;
  }
  .top-lineup-block .top-lineup-title{
    margin-bottom: 30px;
    width: 100%;
  }
  .top-lineup-block .swiper{
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .top-lineup-block .swiper .swiper-slide {
    padding-right: 0px;
  }
  .top-lineup-block .swiper .swiper-slide img {
    height: 300px;
    border-radius: 10px;
  }
  .top-lineup-block .top-lineup-listeg {
    font-size: 20px;
    padding: 5px 15px;
  }
  .top-lineup-block .top-lineup-list-text {
    font-size: 14px;
    font-weight: normal;
    bottom: 35%;
    left: 15px;
  }
  .top-lineup-block .top-lineup-list-link{
    left: 15px;
    font-size: 12px;
  }
  .top-lineup-other-block{
    top: -40px;
    width: 100%;
    display: block;
    margin-right: 20px;
  }
}

/* MV動画追加 */
.top-mv2-btn {
  display: none;
}
@media (min-width: 960px) {
  .page-top section {
    overflow: hidden;
  }
  .hero-bg {
    width: 100%;
    display: block;
  }
  .hero-bg video{
    width: 50%;
    position: absolute;
    right: 0;
    margin: 80px 0px;
  }
  .top-mv2-title{
    color: #333;
    width: 50%;
    padding: 38vh 0 20vh;
  }
  .top-mv2 {
    background: none;
    height: 100vh;
  }
  .top-mv2-news {
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    z-index: 1;
  }
  .top-mv2-subtitle {
    font-weight: 600;
    font-size: 18px;
  }
  .top-mv2 h1{
    font-size: 14px;
    font-weight: 600;
  }
  .top-mv2-egtitle{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}

.video-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-wrapper {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper.active {
  opacity: 1;
}
.video-slider .pager {
  pointer-events: auto;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}
.video-slider .pager-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff55;
  cursor: pointer;
  z-index: 10;
}
.video-slider .pager-dot.active {
  background: #fff;
}
.video-wrapper video {
  pointer-events: none;
}
@media (min-width: 960px) {
  .video-slider {
    width: 50%;
    position: absolute;
    right: 0;
    pointer-events: none;
    z-index: 1;
  }
  .video-slider .pager {
    bottom: 90px;
  }
}

.video-slider .pager {
  position: absolute;
  z-index: 99999 !important;
  pointer-events: auto !important;
}
.video-slider {
  pointer-events: none;
}
.video-slider * {
  pointer-events: auto;
}
@media (max-width: 959px) {
  .top-mv2-title,
  .top-mv2-egtitle,
  .top-mv2-maintitle,
  .top-mv2-subtitle,
  .top-mv2-news,
  .top-mv2-btn {
    pointer-events: none !important;
  }

  .top-mv2-news a {
    pointer-events: auto !important;
  }
}

#fixed_menu{
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#fixed_menu.show{
  opacity: 1;
  pointer-events: auto;
}