@charset "UTF-8";
/* CSS Document */
/* ------------------------------------- 
 *  初売りセール
 * ------------------------------------- */
#home-Newyearsale {
  margin-bottom: 72px;
  padding: 48px 0;
  border-top: 24px solid #e60012;
  border-bottom: 24px solid #e60012;
  background: rgb(192, 171, 3);
  background: url('../images/home_newyearsale2023/home_newyearsale2023_bg.png') repeat center top / contain,
	  linear-gradient(90deg, rgba(192, 171, 3, 1) 0%, rgba(243, 218, 95, 1) 50%, rgba(192, 171, 3, 1) 100%);
}
#home-Newyearsale h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#home-Newyearsale h2 img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#home-Newyearsale .bg-wall-in {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#home-Newyearsale img.medama {
  margin-bottom: 48px;
  box-shadow: 0 0 16px rgba(000, 000, 000, 0.7);
}
#home-Newyearsale .flyer-btn {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 2em;
  color: #fff100;
  font-weight: bold;
  max-width: 480px;
  margin: 0 auto 24px;
  padding: 0.5em 1.5em 0.5em 1em;
  border: 4px solid #FFF;
  background: #e60012;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(000, 000, 000, 0.7);
  text-decoration: none;
  transition: 0.5s;
}
#home-Newyearsale .flyer-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  margin-top: -6px;
  transform: rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transition: right 0.3s;
}
#home-Newyearsale .flyer-btn:hover {
  background: #FFF;
  color: #e60012;
}
#home-Newyearsale .flyer-btn:hover::after {
  border-color: #e60012;
  right: 7px;
}
#home-Newyearsale .flyer-btn:active, #home-Newyearsale .flyer-btn:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #home-Newyearsale {
    margin-bottom: 8%;
    padding: 0 0 3%;
  }
  #home-Newyearsale img.medama {
    margin-bottom: 3%;
  }
  #home-Newyearsale .flyer-btn {
    width: 100%;
    font-size: 1.2em;
    margin-top: 5%;
    border: 3px solid #FFF;
  }
  #home-Newyearsale .movie {
    width: 100%;
  }
}

#home-Newyearsale .movie {
  width: 60%;
  margin: 0 auto;
}
.movie-s {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	 .movie-s {
    width: 60%;
  }
}

/* 初売り目玉車レギュラー */
img.home-nys-reg{
	margin-bottom: 0 !important;
}

/* 在庫ページ フォームOFF テキスト */
.hatsuuri_note{
	color: #da0a16;
	font-size: 1.2em;
	font-weight: bold;
	margin: 48px auto;
	text-align:center;
	background: #ffff00;
	padding: 24px;
}
@media screen and (max-width: 767px){
	.hatsuuri_note{
		font-size: 1em;
		text-align: left;
		padding: 3%;
	}
}