@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: sans-serif;
}

h1, h2, h3, p, dd {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.contentsArea {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.bounceInDown,
.zoomInTrigger,
.flashTrigger,
.fadeInUpTrigger {
  opacity: 0;
}
.bounceInDown.animate__animated,
.zoomInTrigger.animate__animated,
.flashTrigger.animate__animated,
.fadeInUpTrigger.animate__animated {
  opacity: 1;
}

/* ================================================= *
 *        	layout
 * ================================================= */
#headerArea {
  z-index: 10 !important;
}

.head_wrap {
  position: relative;
  background: url(../img/campaign_20231201/head_bg.jpg) no-repeat center top/cover;
}
.head_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1270/169;
  background: url(../img/campaign_20231201/head_bell.png) no-repeat center top/cover;
  z-index: 1;
}
.head_wrap::after {
  content: "";
  position: absolute;
  bottom: 50px;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1283/132;
  background: url(../img/campaign_20231201/main_lead.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .head_wrap::before, .head_wrap::after {
    display: none;
  }
}

/* ================================================= *
 *        	main_visual
 * ================================================= */
.main_visual {
  position: relative;
  margin-top: 121px;
}
@media (min-width: 769px) {
  .main_visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 57.1428571429vw;
    height: 100vh;
    margin-top: 36px;
    z-index: 1;
  }
}
.main_visual__title {
  text-align: center;
}
.main_visual__img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 769px) {
  .main_visual__img {
    width: 60vw;
    margin-top: -18%;
  }
}
@media (max-width: 768px) {
  .main_visual__img {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}

.main_sp_btn {
  display: none;
}
@media (max-width: 768px) {
  .main_sp_btn {
    position: absolute;
    left: 50.6%;
    bottom: 13.4%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    max-width: 100%;
    width: 79vw;
    height: auto;
    vertical-align: bottom;
  }
}

/* ================================================= *
 *        	appeal
 * ================================================= */
.appeal {
  position: relative;
  margin-top: -50px;
  padding: 50px 0 15px;
  background: url(../img/campaign_20231201/appeal_bg.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .appeal {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .appeal {
    padding: 30px 0 15px;
  }
}
.appeal__inner {
  max-width: 1009px;
  width: 92%;
  margin: 0 auto;
}
.appeal__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 847px;
  width: 92%;
  height: auto;
  margin-top: 2.5%;
  z-index: 2;
}
@media (min-width: 1280px) {
  .appeal__title {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .appeal__title {
    width: 80%;
  }
}
.appeal__text {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
}
.appeal__lead {
  padding: 30px 0;
  text-align: center;
}
.appeal__lead img {
  max-width: 634px;
  width: 80%;
  height: auto;
}
@media (max-width: 768px) {
  .appeal__lead {
    padding: 15px 0 0;
  }
}

/* ================================================= *
 *        	movie
 * ================================================= */
.movie_wrap {
  position: relative;
  width: 100%;
  padding: 200px 0 270px;
  background: url(../img/campaign_20231201/movie_bg.jpg) no-repeat bottom/cover;
}
@media (max-width: 768px) {
  .movie_wrap {
    padding: 120px 0 90px;
  }
}
@media (max-width: 480px) {
  .movie_wrap {
    padding: 90px 0 60px;
  }
}
.movie_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1259/186;
  background: url(../img/campaign_20231201/movie_bell.png) no-repeat center top/cover;
}

.movie {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 115%;
  height: 130%;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 80% 0%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 80% 0%, 50% 100%, 0 100%);
  z-index: -1;
}
.movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 115%;
  height: 130%;
  background-color: #2b3038;
  -webkit-clip-path: polygon(80% 0%, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(80% 0%, 100% 0, 100% 100%, 50% 100%);
  z-index: -1;
}
.movie__ttl {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 394px;
  width: 80%;
  z-index: 3;
}
@media (max-width: 768px) {
  .movie__ttl {
    margin-top: -2%;
  }
}
.movie__ttl img {
  max-width: 100%;
  height: auto;
}

.youtube_wrapper {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube_wrapper iframe {
  width: 100%;
  height: 100%;
}

.movie_balloon img {
  max-width: 100%;
  height: auto;
}
.movie_balloon__right .movie_car {
  position: absolute;
  right: 1%;
  bottom: 15px;
  width: 48.59375%;
  z-index: 2;
}
@media (min-width: 1280px) {
  .movie_balloon__right .movie_car {
    right: 2%;
    width: 622px;
  }
}
@media (max-width: 768px) {
  .movie_balloon__right {
    display: none;
  }
}

/* ================================================= *
 *        	campaign_reserve
 * ================================================= */
.campaign_reserve {
  position: relative;
  padding: 50px 0;
  background: url(../img/campaign_20231201/reserve_bg.jpg) no-repeat center/cover;
}
@media (max-width: 480px) {
  .campaign_reserve {
    padding: 15px 0;
  }
}
.campaign_reserve::before, .campaign_reserve::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 30%;
  background: url(../img/campaign_20231201/reserve_boder.jpg) no-repeat center top/contain;
}
.campaign_reserve::before {
  top: 0;
}
.campaign_reserve::after {
  bottom: -30%;
  z-index: 1;
}

.reserve_btn {
  position: relative;
  width: 92%;
  margin: auto;
  text-align: center;
}
.reserve_btn__title {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 58%;
  height: auto;
  margin-top: 20px;
  margin-left: -1%;
}
@media (max-width: 768px) {
  .reserve_btn__title {
    max-width: 45%;
    margin-top: 3%;
  }
}
.reserve_btn__img {
  max-width: 100%;
  height: auto;
}

/* ================================================= *
 *        	campaign_report
 * ================================================= */
.campaign_report {
  position: relative;
  padding: 50px 0 80px;
  background: url(../img/campaign_20231201/report_bg.jpg) no-repeat center top/cover;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign_report {
    padding: 0 0 15px;
  }
}
.campaign_report::before, .campaign_report::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.campaign_report::before {
  top: -20px;
  background: url(../img/campaign_20231201/report_garland_top.png) no-repeat center/cover;
}
@media (max-width: 480px) {
  .campaign_report::before {
    top: -10px;
  }
}
.campaign_report::after {
  bottom: -10px;
  background: url(../img/campaign_20231201/report_garland_bottom.png) no-repeat center/cover;
}
@media (max-width: 480px) {
  .campaign_report::after {
    bottom: -5px;
  }
}
.campaign_report img {
  max-width: 100%;
  height: auto;
}
.campaign_report__title {
  position: relative;
  padding: 80px 0 40px;
}
@media (max-width: 480px) {
  .campaign_report__title {
    padding: 30px 30px 15px;
  }
}
.campaign_report__title img {
  max-width: 92%;
  vertical-align: bottom;
}

.report_slide {
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
@media (max-width: 480px) {
  .report_slide {
    margin-bottom: 30px;
  }
}
.report_slide.slick-initialized {
  opacity: 1;
}
.report_slide img {
  width: 100%;
}

/* ================================================= *
 *        	campaign_present
 * ================================================= */
.campaign_present {
  position: relative;
  padding: 60px 0;
  background: url(../img/campaign_20231201/present_bg.jpg) no-repeat center top/cover;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign_present {
    padding: 30px 0;
  }
}
.campaign_present::before {
  content: "";
  position: absolute;
  top: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  aspect-ratio: 1292/249;
  background: url(../img/campaign_20231201/present_bell.png) no-repeat center top/cover;
}
.campaign_present img {
  max-width: 100%;
  height: auto;
}
.campaign_present__title {
  position: relative;
  z-index: 9;
}
.campaign_present__item:not(:first-of-type) {
  margin-top: 10px;
}

/* ================================================= *
 *        	salesArea
 * ================================================= */
#coupon_link {
  position: relative;
  padding: 0;
  background: #c52c27;
  z-index: 1;
}
@media (min-width: 1280px) {
  #coupon_link {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  #coupon_link {
    padding: 35px;
  }
}

#salesArea {
  position: relative;
  padding-top: 27.34375vw;
  padding-bottom: 120px;
  background-color: #c52c27;
}
@media (min-width: 1280px) {
  #salesArea {
    padding-top: 300px;
  }
}
@media (max-width: 768px) {
  #salesArea {
    padding-bottom: unset;
  }
}
#salesArea::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 84%;
  background: url(../img/new_year_2022/bg3@3x.png) no-repeat center top;
  background-size: cover;
}
@media (min-width: 1280px) {
  #salesArea::after {
    top: 70%;
    height: 100%;
  }
}

#salesArea .contentsArea {
  position: relative;
  max-width: 1200px;
  width: 92%;
  padding: 15.625% 10px 10px;
  border: 19px solid #333;
  -o-border-image: url(../img/new_year_2022/bg@3x.png) 20 repeat;
     border-image: url(../img/new_year_2022/bg@3x.png) 20 repeat;
  border-style: solid;
  border-width: 19px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.52);
          box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.52);
  z-index: 1;
}
@media (min-width: 1280px) {
  #salesArea .contentsArea {
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  #salesArea .contentsArea {
    padding-bottom: 100px;
    border-width: 12px;
  }
}
#salesArea .contentsArea::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: 11%;
  height: 100%;
  background: url(../img/new_year_2022/sales_top_left@3x.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #salesArea .contentsArea::before {
    top: 10px;
    left: 10px;
    width: 20%;
  }
}
#salesArea .contentsArea::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 11%;
  height: 100%;
  background: url(../img/new_year_2022/sales_top_right@3x.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #salesArea .contentsArea::after {
    top: 10px;
    right: 10px;
    width: 20%;
  }
}

#salesArea #car_campaign_area {
  position: relative;
}
#salesArea #car_campaign_area::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 15px;
  width: 14.166%;
  height: 100%;
  background: url(../img/new_year_2022/sales_bottom_left@3x.png) no-repeat center bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #salesArea #car_campaign_area::before {
    bottom: -175px;
    left: 10px;
    width: 25%;
  }
}
#salesArea #car_campaign_area::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 15px;
  width: 14.166%;
  height: 100%;
  background: url(../img/new_year_2022/sales_bottom_right@3x.png) no-repeat center bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #salesArea #car_campaign_area::after {
    bottom: -175px;
    right: 10px;
    width: 25%;
  }
}

#salesArea h2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1008px;
  width: 100%;
  margin-top: -33%;
  margin-left: -2%;
  z-index: 2;
}
@media (min-width: 1280px) {
  #salesArea h2 {
    margin-top: -330px;
  }
}

.newYearPrice {
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
}

.year_list {
  position: relative;
  z-index: 1;
}

.year_list ul {
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.year_list li {
  width: 193px;
  margin: 5px 12px;
  padding: 4px;
  border-radius: 10px;
  background-color: #e6e6e6;
  color: #999;
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}

.year_list li.selected {
  border-radius: 10px;
  background-color: #c52c27;
  color: #fff;
}

.year_list li:hover {
  cursor: pointer;
  opacity: 0.8;
}

.car_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 15px auto 30px;
}

.car_list_content {
  padding: 15px 2%;
  max-width: 282px;
}

.car_list_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.car_list_content a img {
  max-width: 100%;
}

.category_car_name {
  font-weight: bolder;
  font-family: sans-serif;
  text-align: center;
  font-size: 19px;
  background: #cb162c;
  color: white;
  padding: 6px 2px 2px;
}

.img_container {
  width: 100%;
}

.list_detail_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 6px 0 6px;
  height: 20px;
  background-color: #fff;
}

.car_list_car_year {
  width: 25%;
  background: #cb162c;
  color: white;
  font-weight: 700;
  display: table;
  padding: 2px 0;
  text-align: center;
}

.car_list_car_price {
  width: 75%;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  top: -5px;
  position: relative;
}

.sp_line {
  display: none;
}

.car_list_content .car_list_car_price span {
  font-size: 22px;
  color: red;
  font-weight: bold;
  position: relative;
  top: 1px;
  margin-right: 2px;
  text-shadow: 0px 0px 1px #cb162c;
}

.list_detail_bottom {
  font-size: 12px;
  text-align: center;
  font-family: none;
  top: -9px;
  position: relative;
}

.car_list_content .list_detail_bottom dt {
  width: 25%;
  float: left;
  border-top: 1px solid #9c8e7c;
  border-bottom: 1px solid #9c8e7c;
  padding: 2px 0;
  background: #ece3d7;
  height: 15px;
}

.list_detail_bottom dd {
  width: 25%;
  float: left;
  border-top: 1px solid #9c8e7c;
  border-bottom: 1px solid #9c8e7c;
  padding: 2px 0;
  height: 15px;
  background-color: #fff;
}

.list_detail_bottom .right dt {
  width: 20%;
}

.car_list_content .list_detail_bottom .right dd {
  width: 30%;
}

.list_detail_bottom.shop dt {
  border-top: unset;
}

.list_detail_bottom.shop dd {
  width: 75%;
  border-top: unset;
}

#salesArea .center {
  width: calc(100% - 20px);
  max-width: 900px;
  margin: auto;
  padding: 0px 10px;
}

.campaign_remarks {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .campaign_remarks {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
*        	#detail
------------------------------------ */
#detail {
  margin-bottom: 30px;
  padding: 30px 10px !important;
  padding-top: 80px !important;
  padding-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  #detail {
    padding-top: 0 !important;
  }
}
#detail h2 {
  margin-top: 30px;
  font-family: initial;
  text-align: center;
  font-weight: bold;
}
#detail p {
  background: white;
  padding: 30px 10px;
  margin: 10px auto;
  font-size: 1.5rem;
  line-height: 2.6rem;
  max-width: 840px;
  border: 1px solid lightgray;
}
@media (max-width: 768px) {
  #detail p {
    font-size: 1rem;
    padding: 2rem 1rem;
  }
}
#detail .note {
  display: block;
  margin-bottom: -15px;
  color: #cf011c;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #detail .note {
    font-size: 1.2rem;
  }
}
#detail .note strong {
  border-bottom: 1px solid #cf011c;
  font-weight: bold;
}

/* ================================================= *
 *        	footerArea
 * ================================================= */
.access {
  height: 80px;
  width: 100%;
  max-width: 964px;
  background-size: cover;
  background-position: center;
  margin: 40px auto 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #4d4d4d;
  padding-top: 40px;
}

/* ================================================= *
 *        	accessArea
 * ================================================= */
#accessArea {
  background: antiquewhite;
  padding-bottom: 100px;
}

.shopArea {
  max-width: 980px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.shopCommon {
  max-width: 310px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.shop_title {
  color: #cb162c;
  margin-bottom: 5px;
  font-weight: 500;
}

p.shop_content {
  font-size: 14px;
  margin-bottom: 10px;
}

p.shop_image {
  margin-bottom: 10px;
}

p.shop_image img {
  width: 100%;
  max-width: 374px;
}

.shop_caption {
  font-size: 12px;
  max-width: 378px;
  margin: 0 auto 25px;
}

.shop_caption dl {
  width: 94%;
  margin: 0 auto 2px;
  padding: 0 5px 2px;
  border-bottom: 1px dotted #4d4d4d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop_caption dt {
  width: 30%;
  text-align: left;
}

.shop_caption dd {
  width: 67%;
  margin-left: 3%;
  text-align: left;
}

.shopArea span.button {
  margin: 0 3px;
  padding: 5px 8px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #cb162c;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #4d4d4d;
  border-radius: 3px;
}

footer {
  font-size: 12px;
  text-align: center;
  background: #333;
  color: white;
}

/* ================================================= *
 *        	contactArea
 * ================================================= */
#contactArea {
  padding-bottom: 50px;
}

#contactArea h2 {
  min-height: 80px;
  width: 100%;
  max-width: 964px;
  background-size: cover;
  background-position: center;
  margin: 0px auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #4d4d4d;
  padding-top: 40px;
}

#inquiry_form_area,
#inquiry_form_area_checked,
#complete_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}

#inquiry_form_area dl.form_item,
#inquiry_form_area_checked dl.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#inquiry_form_area dl.form_item dt.form_title,
#inquiry_form_area_checked dl.form_item dt.form_title {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
  margin-right: 20px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 2px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0f0f0;
}

#inquiry_form_area_checked dl.form_item dt.form_title {
  margin-right: 0;
  background-color: #ec7;
}

#inquiry_form_area dl.form_item dt.form_title span.required {
  padding: 2px 8px;
  color: #fff;
  background-color: #cb162c;
  border-radius: 3px;
}

.form_item_checkbox dd.error .form_data_container {
  border: 1px solid #cb162c;
  background-color: lightgoldenrodyellow !important;
  padding: 15px 0 35px 10px !important;
}

#inquiry_form_area dl.form_item dd.form_data,
#inquiry_form_area_checked dl.form_item dd.form_data {
  width: 60%;
  max-width: 60%;
  position: relative;
}

#inquiry_form_area dl.form_item dd.error input,
#inquiry_form_area dl.form_item dd.error textarea {
  border: 1px solid #cb162c;
  background-color: lightgoldenrodyellow;
}

#inquiry_form_area dl.form_item dd.form_data input,
#inquiry_form_area dl.form_item dd.form_data textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  max-width: 100%;
  min-width: 100%;
  letter-spacing: 1px;
}

#inquiry_form_area dl.form_item dd.form_data input:focus,
#inquiry_form_area dl.form_item dd.form_data textarea:focus {
  background-color: #f9f9f9;
  border-color: #cb162c;
  border-width: 1px;
}

#inquiry_form_area dl.form_item dd.form_data input::-webkit-input-placeholder, #inquiry_form_area dl.form_item dd.form_data textarea::-webkit-input-placeholder {
  color: #bbb;
}

#inquiry_form_area dl.form_item dd.form_data input::-moz-placeholder, #inquiry_form_area dl.form_item dd.form_data textarea::-moz-placeholder {
  color: #bbb;
}

#inquiry_form_area dl.form_item dd.form_data input:-ms-input-placeholder, #inquiry_form_area dl.form_item dd.form_data textarea:-ms-input-placeholder {
  color: #bbb;
}

#inquiry_form_area dl.form_item dd.form_data input::-ms-input-placeholder, #inquiry_form_area dl.form_item dd.form_data textarea::-ms-input-placeholder {
  color: #bbb;
}

#inquiry_form_area dl.form_item dd.form_data input::placeholder,
#inquiry_form_area dl.form_item dd.form_data textarea::placeholder {
  color: #bbb;
}

#inquiry_form_area dl.form_item dd.form_data input {
  height: 100%;
}

#inquiry_form_area dl.form_item dd.form_data input.half {
  max-width: calc(50% - 5px);
  min-width: unset;
}

#inquiry_form_area dl.form_item dd.form_data textarea {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

#inquiry_form_area dl.form_item dd.form_data p.error {
  color: #cb162c;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#inquiry_form_area .attention_area p.error {
  color: #cb162c;
}

#inquiry_form_area dl.form_item dd.form_data .form_data_container {
  padding: 15px 0 15px 10px;
  background-color: #fff;
}

#inquiry_form_area dl.form_item dd.form_data label {
  margin-right: 10px;
}

#inquiry_form_area dl.form_item dd.form_data .form_data_how {
  min-width: unset;
  width: 5%;
  height: unset;
}

/*問い合わせフォームのボタン*/
#inquiry_form_area .contentLinkBtn,
#inquiry_form_area_checked .contentLinkBtn {
  display: inline-block;
  padding: 3px 15px;
  font-size: 20px;
  letter-spacing: 2px;
  border: 2px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

#inquiry_form_area .contentLinkBtn:hover,
#inquiry_form_area_checked .contentLinkBtn:hover {
  background-color: #fff;
  color: #4d4d4d;
}

/*内容確認*/
#inquiry_form_area .check_button {
  border: 2px solid #DA4453;
  background-color: #DA4453;
  color: #fff;
}

#inquiry_form_area .check_button:hover {
  background-color: #fff;
  color: #DA4453;
}

/*入力に戻る*/
#inquiry_form_area_checked .back_button {
  border: 2px solid #4d4d4d;
  background-color: #CCD1D9;
  color: #4d4d4d;
  margin-right: 20px;
}

#inquiry_form_area_checked .back_button:hover {
  background-color: #fff;
  color: #4d4d4d;
}

/*送信する*/
#inquiry_form_area_checked .send_button {
  border: 2px solid #E9573F;
  background-color: #E9573F;
  color: #fff;
}

#inquiry_form_area_checked .send_button:hover {
  background-color: #fff;
  color: #E9573F;
}

#inquiry_form_area .attention_area,
#inquiry_form_area_checked .attention_area {
  text-align: center;
  margin-bottom: 20px;
}

#inquiry_form_area .attention_area p.attention,
#inquiry_form_area_checked .attention_area p.attention {
  display: inline-block;
  vertical-align: super;
}

#inquiry_form_area .attention_area p.attention a {
  color: #4d4d4d;
  font-weight: 500;
  border-bottom: 1px solid #4d4d4d;
  padding: 0 1px 3px;
}

#inquiry_form_area .attention_area p.attention a:hover {
  color: #222;
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox,
#inquiry_form_area .form_item .form_data_how {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox:before,
#inquiry_form_area .form_item .form_data_how:before {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  width: 10px;
  height: 6px;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #da3c41;
  border-top-style: none;
  border-right-style: none;
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox:checked:before,
#inquiry_form_area .form_item .form_data_how:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox:after,
#inquiry_form_area .form_item .form_data_how:after {
  position: absolute;
  top: -0.025rem;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  cursor: pointer;
  border: 1px solid #aaa;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inquiry_form_area .button_area,
#inquiry_form_area_checked .button_area {
  text-align: center;
}

/*チェックボックスのエラーcss*/
#inquiry_form_area .attention_area .checkbox_validate_error:after {
  border: 1px solid #cb162c;
  background-color: lightgoldenrodyellow;
}

#inquiry_form_area_checked dl.form_item dd.form_data {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

#inquiry_form_area_checked dl.form_item dd.form_data p {
  overflow-wrap: break-word;
}

#inquiry_form_area_checked .submitBtn {
  display: inline-block;
  width: 40%;
  margin: 0 auto 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #EC87C0;
  -webkit-box-shadow: 0px 3px 0px #D770AD;
  box-shadow: 0px 3px 0px #D770AD;
  color: #fff;
  border-radius: 3px;
  padding: 6px 12px;
  cursor: pointer;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}

#inquiry_form_area_checked .submitBtn:hover {
  background-color: #D770AD;
}

/*入力に戻るボタン*/
#inquiry_form_area_checked .submitBtn_back {
  display: inline-block;
  width: auto;
  margin: 0 auto 10px;
  margin-right: 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #CCD1D9;
  -webkit-box-shadow: 0px 3px 0px #AAB2BD;
  box-shadow: 0px 3px 0px #AAB2BD;
  color: #000;
  border-radius: 3px;
  padding: 6px 12px;
  cursor: pointer;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}

#inquiry_form_area_checked .submitBtn_back:hover {
  background-color: #AAB2BD;
}

#inquiry_form_area_checked {
  display: none;
}

#complete_form {
  display: none;
}

@media screen and (max-width: 1024px) {
  #contact .contentsWrap {
    width: 100%;
    margin: 0 auto;
  }
  #inquiry_form_area,
  #inquiry_form_area_checked {
    width: 100%;
    margin: 40px auto;
    padding: 3%;
  }
  #form_table dl dt.item {
    width: 40%;
  }
  #form_table dl dd.content,
  #form_table dl dd.select_content,
  #form_table dl dd.textarea_content {
    width: 60%;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 830px) {
  #inquiry_form_area dl.form_item dt.form_title,
  #inquiry_form_area_checked dl.form_item dt.form_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #inquiry_form_area dl.form_item,
  #inquiry_form_area_checked dl.form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inquiry_form_area dl.form_item dt.form_title,
  #inquiry_form_area_checked dl.form_item dt.form_title {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 20px;
  }
  #inquiry_form_area dl.form_item dd.form_data,
  #inquiry_form_area_checked dl.form_item dd.form_data {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  /*入力に戻る*/
  #inquiry_form_area_checked .back_button {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #inquiry_form_area_checked .send_button {
    margin-bottom: 40px;
  }
}
/*問い合わせ完了エリア*/
#complete_form p.check_message_title {
  font-size: 20px;
  margin-bottom: 20px;
}

#complete_form p.check_message_content {
  font-size: 16px;
  margin-bottom: 5px;
}

/* ------------------------------------
*        	#ranking
------------------------------------ */
.ranking_inner {
  margin: auto !important;
}

.contents#ranking {
  position: relative;
  padding: 20px 0 60px;
  background: url(../img/campaign_20231201/ranking_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .contents#ranking {
    padding: 15px 0;
  }
}
.contents#ranking .main_ttl {
  position: relative;
  text-align: center;
  z-index: 1;
}
.contents#ranking .main_ttl img {
  max-width: 90%;
  height: auto;
}
@media (max-width: 480px) {
  .contents#ranking .main_ttl img {
    max-width: 98%;
  }
}
.contents#ranking .ranking .price {
  font-family: "Bahnschrift";
}
.contents#ranking .ranking_ttl {
  margin-bottom: 30px;
  font-size: 2.6rem;
  text-align: center;
}
.contents#ranking .ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1290px;
  width: 100%;
  margin: auto;
}
.contents#ranking .ranking_item {
  width: 360px;
  margin: 0 10px 20px;
  padding: 20px 20px 15px;
  background-color: #fff;
  border: 1px solid #f9f9f7;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .contents#ranking .ranking_item {
    width: 100%;
    margin: 0 10px 8px;
    font-size: 1.6rem;
  }
}
.contents#ranking .ranking_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.contents#ranking .ranking_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 42%;
}
.contents#ranking .ranking_car_maker {
  margin-right: 30px;
}
.contents#ranking .ranking_color {
  line-height: 1.2;
  margin-bottom: 8px;
}
.contents#ranking .ranking_color dt {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: normal;
}
.contents#ranking .ranking_color .tip {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 0.5px solid #4d4d4d;
  border-radius: 50%;
}
.contents#ranking .ranking_txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54%;
}
.contents#ranking .ranking_car_model {
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contents#ranking .ranking_car_model {
    min-height: auto;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .contents#ranking .ranking_color dt {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.contents#ranking .ranking_price {
  margin-top: auto;
}
@media (max-width: 768px) {
  .contents#ranking .ranking_price {
    font-size: 1rem;
  }
}
.contents#ranking .ranking_price dt {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .contents#ranking .ranking_price dt {
    font-size: 1rem;
  }
}
.contents#ranking .ranking_price dd {
  color: #cf011c;
  font-size: 2.4rem;
  text-align: right;
}
@media (max-width: 768px) {
  .contents#ranking .ranking_price dd {
    font-size: 1.8rem;
  }
}
.contents#ranking .ranking_price .price {
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .contents#ranking .ranking_price .price {
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1;
  }
}
.contents#ranking .ranking_btn {
  display: block;
  padding: 0.5rem;
  margin-top: auto;
  border: 2px solid #cf011c;
  background-color: #cf011c;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.contents#ranking .ranking_btn:hover {
  opacity: 0.8;
}
.contents#ranking .ranking_item:first-of-type .tip:first-child {
  background-color: #e18794;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(2) {
  background-color: #c8b588;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(3) {
  background-color: #b3d7e5;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(4) {
  background-color: #5d4949;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(5) {
  background-color: #0a1925;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(6) {
  background-color: #bec2c2;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(7) {
  background-color: #d6d6d6;
}
.contents#ranking .ranking_item:nth-child(2) .tip:first-child {
  background-color: #d8c993;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(2) {
  background-color: #9ac0cb;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(3) {
  background-color: #223039;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(4) {
  background-color: #fdfeff;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(5) {
  background-color: #4b5c49;
}
.contents#ranking .ranking_item:nth-child(3) .tip:first-child {
  background-color: #dae6ec;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(2) {
  background-color: #f8f8f8;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(3) {
  background-color: #dcdcdc;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(4) {
  background-color: #231816;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(5) {
  background-color: #d9b5b3;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(6) {
  background-color: #431a15;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(7) {
  background-color: #003f34;
}

/* ------------------------------------
*        	#car_search
------------------------------------ */
#car_search {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  #car_search {
    padding: 3rem 0;
  }
}
#car_search p {
  font-size: 2rem;
  text-align: center;
  font-family: "Nico Moji", sans-serif;
}
#car_search button {
  margin-bottom: 30px;
  width: 400px;
  font-size: 2.4rem;
  background: #cf001b;
  color: white;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
  padding: 10px;
  display: block;
  margin: auto;
  cursor: pointer;
  border-radius: 3px;
}
#car_search button:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #car_search button {
    width: 25rem;
  }
}

/* ================================================= *
 *        	page-top
 * ================================================= */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 85px;
  z-index: 9;
}

.page-top__link {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #7A6A56;
  opacity: 0.7;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}