@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
.sectionInner {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.sectionTitle {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
}

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

h1.titleArea {
  margin-bottom: 0;
}

/* ================================================= *
 *        	mainVisual
 * ================================================= */
.mainVisual {
  height: 547px;
  background: url(../img/custom/main_img@3x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    height: auto;
    background: none;
  }
}
.mainVisual__img {
  width: 100%;
}
.mainVisual .sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mainVisual .sectionInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}
.mainVisual__read {
  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: 490px;
  padding: 35px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainVisual__read {
    padding: 25px 0;
  }
}
.mainVisual__ttl {
  color: #cd031a;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.mainVisual__ttl .strong {
  display: block;
  margin-top: 15px;
  padding: 5px 0;
  border-radius: 25px;
  background-color: #cd031a;
  color: #fff;
  font-size: 2.7rem;
}
.mainVisual__catch {
  margin-top: 20px;
  color: #000;
  font-size: 3.4rem;
}
@media screen and (max-width: 480px) {
  .mainVisual__catch br {
    display: none;
  }
}
.mainVisual__detail {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #cd031a;
  color: #fff;
}
.mainVisual__detail__ttl {
  font-size: 2.3rem;
  text-align: center;
}
.mainVisual__detail__data {
  position: relative;
  margin-top: 25px;
  padding-left: 40px;
  font-size: 1.9rem;
}
.mainVisual__detail__data:not(:first-of-type) {
  margin-top: 15px;
}
.mainVisual__detail__data::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 26px;
  background: url(../img/loan/icon_check@3x.png) no-repeat center/cover;
}

/* ================================================= *
 *        	豊富なラインナップ
 * ================================================= */
.lineup {
  padding: 100px 0;
  background-color: #f7f8f3;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .lineup {
    padding: 0;
  }
}
.lineup > .lineup_content__img {
  display: none;
}
@media screen and (max-width: 480px) {
  .lineup > .lineup_content__img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .lineup .sectionTitle {
    margin-top: 30px;
    text-align: left;
    font-size: 2.4rem;
  }
}

.lineup_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .lineup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.lineup_content__img {
  width: 37%;
}
@media screen and (max-width: 480px) {
  .lineup_content__img {
    display: none;
  }
}

.lineup_detail {
  width: 54.545454%;
}
@media screen and (max-width: 480px) {
  .lineup_detail {
    width: 100%;
    margin-top: 15px;
  }
}
.lineup_detail__ttl {
  color: #363332;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}
.lineup_detail__txt {
  margin-top: 30px;
  line-height: 1.625;
}

.dealer_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  padding: 4.54545%;
  border: 1px solid #afafaf;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .dealer_option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dealer_option__img {
  width: 32.653%;
}
@media screen and (max-width: 480px) {
  .dealer_option__img {
    width: 100%;
  }
}
.dealer_option__detail {
  width: 61.224489%;
}
@media screen and (max-width: 480px) {
  .dealer_option__detail {
    width: 100%;
    margin-top: 30px;
  }
}
.dealer_option__ttl {
  display: inline-block;
  padding: 5px 10px;
  background-color: #be2827;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.dealer_option__txt {
  margin-top: 30px;
  line-height: 1.625;
}

/* ================================================= *
 *        	ご購入いただいたパーツ
 * ================================================= */
.parts {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .parts {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .parts .sectionTitle {
    font-size: 2.4rem;
    text-align: left;
  }
}

.parts_content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .parts_content {
    margin-top: 30px;
  }
}

.parts_content_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .parts_content_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parts_content_detail__ttl {
  width: 36.63636%;
}
@media screen and (max-width: 480px) {
  .parts_content_detail__ttl {
    width: 100%;
  }
}
.parts_content_detail__img {
  width: 100%;
}
.parts_content_detail__txt {
  width: 54.54545%;
  line-height: 1.625;
}
@media screen and (max-width: 480px) {
  .parts_content_detail__txt {
    width: 100%;
    margin-top: 15px;
  }
}

/* ================================================= *
 *        	中古パーツのご購入
 * ================================================= */
.old_parts {
  padding: 80px 0;
  background-color: #f7f8f3;
}
@media screen and (max-width: 768px) {
  .old_parts {
    padding: 40px 0;
  }
}
.old_parts .parts_content_detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .old_parts .parts_content_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .old_parts .sectionTitle {
    font-size: 2.4rem;
    text-align: left;
  }
}

/* ================================================= *
 *        	レディバグのアップガレージ系列店
 * ================================================= */
.upgarage_shop {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .upgarage_shop {
    padding: 50px 0;
  }
}
.upgarage_shop .sectionTitle {
  padding: 5px;
  background-color: #be2827;
  color: #fff;
  font-size: 2.8rem;
}

.upgarage_shop_list__item {
  margin-top: 50px;
}
.upgarage_shop_list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .upgarage_shop_list__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.upgarage_shop_list__ttl {
  color: #000;
  font-size: 2.6rem;
}
.upgarage_shop_list__link {
  display: inline-block;
  margin-bottom: -10px;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .upgarage_shop_list__link {
    margin-bottom: 5px;
  }
}
.upgarage_shop_list__link .fas {
  margin-right: 10px;
}
.upgarage_shop_list__link .fa-home {
  color: darkgreen;
}
.upgarage_shop_list__link .fa-envelope {
  color: #f9b52a;
}
.upgarage_shop_list__link .fa-phone {
  color: #40a1ff;
}

.upgarage_shop_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 25px;
  border-top: 2px solid #cd031a;
}
@media screen and (max-width: 768px) {
  .upgarage_shop_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.upgarage_shop_content__img {
  width: 24.81818%;
}
@media screen and (max-width: 768px) {
  .upgarage_shop_content__img {
    max-width: 400px;
    width: 100%;
  }
}

.upgarage_shop_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70.90909%;
}
@media screen and (max-width: 768px) {
  .upgarage_shop_detail {
    width: 100%;
    margin-top: 30px;
  }
}
.upgarage_shop_detail__ttl {
  min-width: 54px;
  width: 10%;
  margin-top: 10px;
  margin-right: 3%;
}
@media screen and (max-width: 480px) {
  .upgarage_shop_detail__ttl {
    min-width: 80px;
    margin-right: 0;
  }
}
.upgarage_shop_detail__txt {
  margin-top: 10px;
  width: 87%;
  line-height: 1.625;
}
.upgarage_shop_detail__icon {
  width: 15px;
  margin-left: 5px;
  vertical-align: middle;
}

/* ================================================= *
 *        	おすすめ情報
 * ================================================= */
#campaignContentsArea {
  padding: 60px 0 80px !important;
}