/*--- add 202612 初売り2026---*/
#ny2026 {
  background-color: #e50012;
}
#ny2026 a img {
  transition: .3s;
}
#ny2026 a:hover {
  cursor: pointer;
  text-decoration: none;
}
#ny2026 a:hover img {
  transform: scale(1.04);
  drop-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
@media screen and (max-width: 768px) {
  #ny2026 .only-pc+img {
    padding:0 !important;
  }
}

/* head */
#ny-head {
  padding:0 !important;
  background-color: #e50012;
}
#ny-head .container {
  padding:0 !important;
}

/* intro */
#ny-intro {
  padding: 0 !important;
  text-align: center;
  background-color: #e50012;
  padding-bottom: 0px !important;
}
@media (max-width: 768px) {
  #ny-intro .container {
    padding:0;
  }
}

/* movie */
#ny-movie {
  padding:80px 0;
  min-height: 300px;
  text-align: center;
  background-color: #fdfbf4 !important;
  background-image: url('../img/ny2026/movie_1.png'), url('../img/ny2026/movie_2.png'), url('../img/ny2026/movie_pattern.png');
  background-repeat: no-repeat, no-repeat, repeat;
  /* movie_1：左（水平）・下から20px上へ
     movie_2：右（水平）・上から20px下へ
     pattern：中央 */
  background-position: left 0 bottom 20px, right 20px top 20px, center center;
  background-size: 60% auto, 60% auto, auto;
}
@media (max-width: 768px) { 
  #ny-movie {
    background-size: 60% auto, 60% auto, auto;
    background-position: left bottom 10px, right top 10px, center center;
    padding:50px 0;
    min-height: initial;
  }
}
#ny-movie img {
  position: relative;
}
#ny-movie .youtube {
  position: relative;
}

/* contact */
.contact_nav {
  position: relative;
}
.contact-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  bottom: 21%;
  width: 100%;
}
.contact-btn a {
  width:40%;
}
@media (max-width: 992px) {
  .contact-btn {
    bottom: 16% !important;
  }
}
@media (max-width: 768px) { 
  .contact-btn {
    bottom: 15%;
  }
  .contact-btn a {
    width:45%;
  }
}
.ny-line {
  text-align: center;
  background-color: #000;
}
.ny-btn-line {
  margin: 25px 0;
  display: block;
  transition: .3s;
}
.ny-btn-line:hover {
  transform: scale(1.02);
  opacity: 1;
}

#ny-cars {
  overflow: hidden;
  text-align: center;
  background-color: #e50012;
  padding-bottom:70px !important;
}
#ny-cars .row {
  padding:0;
  margin: 0;
}
#zaiko-list {
  padding:0;
  background-color: #e50012;
}
.car-card .inner {
  background: #fff;
  margin-bottom: 30px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom:15px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.car-card h2 {
  background:#212121;
  color:#fff;
  font-size:120%;
  text-align: center;
  padding:10px 0;
  margin: 0;
}
.car-card p.grade {
  text-align: center;
  margin: 0;
  padding:6px 0;
  font-size:90%;
  color:#212121;
  background: #fffac8;
}
@media screen and (max-width:768px) {
  .car-card h2 {
    font-size:80% !important;
  }
  .car-card p.grade {
    font-size:65% !important;
  }
  .car-card {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  #zaiko-list .price {
    font-size:160%;
  }
  #zaiko-list .red-btn,
  #zaiko-list .line-btn {
    font-size:.8rem;
  }
}
.car-card .car-info {
  padding: 0 5px;
}
.car-card .price-title {
  font-size: 80%;
  text-align: center;
  margin: 10px 0 0px 0;
  color: #d80012;
  font-weight: bold;
}
.car-card .price {
  font-size:180%;
  color:#d80012;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
}
.car-card .price span {
  font-size: 70%;
  padding-left:4px;
}
.car-card .price span span {
  font-size:50%;
  font-weight: normal;
}
.car-card .red-btn,
.car-card .mov-btn {
  display: block;
  font-weight: bold;
  border-radius: 6px;
}
.car-card .line-btn {
  background-color: #25b433;
  border-color: #25b433;
  font-size: 16px;
}
.car-card .line-btn span {
  font-size:12px;
  font-weight: normal;
}
@media screen and (max-width:768px) {
  .car-card .line-btn span {
    font-size:8px;
    font-weight: normal;
  }
}
.car-card .line-btn:hover {
  color: #25b433;
}
.car-card .disable-btn {
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  color:#777;
  padding:10px;
  border: 2px solid #f2f2f2;
}
.car-img .disable-btn {
  position: absolute;
    top: 25%;
    background: none !important;
    border: none !important;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.car-img .disable-btn img {
  width:80%;
}
.car-card table {
  font-size:85%;
}
@media screen and (max-width:768px) {
  .car-card table {
    font-size:70%;
  }
}
.car-card table th {
  text-align: center;
  background: #fff0c8;
  font-weight: normal;
}
.car-card table th {
  padding-left:3px;
}
.car-card table.spec th,
.car-card table.spec td {
  display: block;
  border:none;
}
.car-card table.spec td {
  border-top:1px solid #eee;
  height: 6em;
  line-height: 1.2em;
}

#ny-cars button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: .3s;
  margin-bottom: 15px;
}
#ny-cars button:hover {
  transform: scale(1.04);
}

@media screen and (max-width:768px) {
  .car-card table.spec td {
    border-top:1px solid #eee;
    height: 7em;
  }
}

#contact-nav {
  padding:0;
  text-align: center;
}
@media (max-width: 768px) { 
  #contact-nav .container {
    padding:0;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}


#ny2026 .status-badge {
  position:absolute;
  width:70%;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#movie-collection {
  background-color: #000;
}
#shortmovie {
  margin-top: 50px;
  text-align: center;
}
#shortmovie .slider-shortmovie {
  margin-top: 10px;
  padding-left: 2%; 
}
#shortmovie .slider-shortmovie .slick-arrow:before {
  font-size: 50px; 
}
#shortmovie .slider-shortmovie .slick-arrow.slick-next {
  right: 5px; 
}
#shortmovie .slider-shortmovie .slick-arrow.slick-prev {
  left: -35px; 
}
#shortmovie .slider-shortmovie li {
  padding-top: 7.2%;
  position: relative;
  list-style: none;
  overflow: hidden; 
}
#shortmovie .slider-shortmovie li iframe {
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 88%;
  height: 100%; 
}

@media screen and (max-width: 748px) {

  #shortmovie .slider-shortmovie {
    padding: 0 8%; 
  }
  #shortmovie .slider-shortmovie .slick-arrow:before {
    font-size: 12vw; 
  }
  #shortmovie .slider-shortmovie .slick-arrow.slick-next {
    right: 7vw; 
  }
  #shortmovie .slider-shortmovie .slick-arrow.slick-prev {
    left: 0vw; 
  }
  #shortmovie .slider-shortmovie li {
    padding-top: 8.5%;
    margin-bottom: 5vw; 
  }
  #shortmovie .slider-shortmovie li iframe {
    width: 90%;
    margin-left: 5.5%; 
  }

}

.rb_banner {
  display: none !important;
}