@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* pc */
#main .cards05 .pc {
  display: none !important;
}

/* main */
#main {
  background-color: #ffffff;
  overflow: hidden;
}

/* img */
#main .cards05 img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* span */
#main .cards05 span {
  margin: 0;
  position: static;
}

/* headline */
#main .cards05 h2,
#main .cards05 h3,
#main .cards05 h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  margin: 0 auto;
}

#main .cards05 h2 {
  font-size: inherit;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* text */
#main .cards05 div,
#main .cards05 p,
#main .cards05 dl dt,
#main .cards05 dl dd,
#main .cards05 table th,
#main .cards05 table td {
  color: #000000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* list */
#main .cards05 li {
  list-style: none;
  padding: 0;
}

#main .cards05 li + li {
  border-top: none;
  padding: 0;
}

/* contents */
#main .cards05 p.top_group {
  position: static;
  margin-left: 0.5em;
  margin-bottom: 3px;
  font-size: 14px;
}

#main .cards05 p.top_group span {
  display: block;
  font-size: 12px;
}

#main img {
  pointer-events: none;
}

#main .cards05 picture {
  display: block;
}

#main .cards05 .flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#main .cards05 .link-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5.33vw 0;
  justify-content: center;
}

#main .cards05 .link-button a {
  display: block;
  width: 65.6vw;
}

#main .cards05 .br_pc {
  display: none;
}

#main .cards05 p {
  margin-bottom: 0;
}

/*メインコンテンツ ===================================================*/

#main .cards05 .campaign_content {
  background: linear-gradient(to top right, #ef8519 0%, #eb6d05 100%);
}

#main .cards05 .campaign_content h3 {
  width: 96%;
  margin: 0 auto;
}
#main .cards05 .campaign_content .target-vehicles-block {
  width: 100%;
  margin: 0 auto 2%;
}
#main .cards05 .campaign_group {
  width: 96%;
  margin: 0 auto;
  padding: 1.5%;
  border: 0.6vw solid #ffffff;
}
#main .cards05 .campaign_group .campaign_item {
  margin-bottom: 6.53%;
}
#main .cards05 .campaign_group .campaign_item:last-child {
  margin-bottom: 0;
}
#main .cards05 .campaign_content .notes {
  width: 96.15%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 2.66vw;
  line-height: 4.13vw;
  padding-top: 3%;
  padding-bottom: 5%;
}

/*コーティングコンテンツ*/
#main .cards05 .coating_content {
  background: #fff9b1;
  padding: 0% 0 10%;
  margin-bottom: 10%;
}
#main .cards05 .coating_content .readmore input[type="checkbox"] {
  display: none;
}
#main .cards05 .coating_content .readmore-content {
  display: none;
}

.coating_content #readmore01:checked ~ .readmore-content {
  display: block;
}

.coating_content #readmore01:not(:checked) ~ .readmore-content + label {
  aspect-ratio: 1401 / 150;
  background-image: url("../img/250626/coating_top_open_sp.jpg");
}
.coating_content #readmore01:checked ~ .readmore-content + label {
  aspect-ratio: 1401 / 150;
  background-image: url("../img/250626/coating_top_close_sp.png");
}

.coating_content #readmore02:checked ~ .readmore-content {
  display: block;
}
.coating_content #readmore02:not(:checked) ~ .readmore-content + label {
  aspect-ratio: 1396 / 139;
  background-image: url("../img/250626/coating_bottom_open_sp.png");
  background-color: rgba(255, 255, 255, 0.72);
}
.coating_content #readmore02:checked ~ .readmore-content + label {
  aspect-ratio: 1397 / 91;
  background-image: url("../img/250626/coating_bottom_close_sp.png");
}

#main .cards05 .coating_content .readmore label {
  cursor: pointer;
  display: block;
  width: 100%; /* 親要素に合わせる */
  background-size: 100%;
  background-repeat: no-repeat;
}

#main .cards05 .coating_content .coating_intro {
  width: 92%;
  margin: 0 auto;
  padding-top: 5%;
}
#main .cards05 .coating_content .coating_top {
  width: 92%;
  margin: 0 auto 8%;
}

#main .cards05 .coating_content .coating_bottom {
  width: 92%;
  margin: 0 auto;
}
#main .cards05 .coating_content .coating_bottom .box {
  background-color: rgba(255, 255, 255, 0.72);
  padding: 4% 10%;
}
#main .cards05 .coating_content .coating_bottom .box p {
  position: relative;
  padding-top: calc(9 / 16 * 100%);
}
#main .cards05 .coating_content .coating_bottom p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_blue {
  background: #2c5eb0;
  background: linear-gradient(
    180deg,
    rgba(44, 94, 176, 1) 0%,
    rgba(0, 50, 130, 1) 100%
  );
}

.p_b50 {
  padding-bottom: 50px !important;
}
.font12 {
  font-size: 12px;
  font-size: 1.2rem !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-30 {
  margin-bottom: 15px !important;
}
.btn_image {
  width: 682px;
}
#main a {
  display: block;
}

.main_6 {
  position: relative;
}
.main_6_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.lp_swiper {
  width: 100vw;
  overflow: hidden;
  margin-left: calc((100vw - 90vw) / 2 * -1) !important;
  margin-bottom: 15px !important;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (min-width: 640px) {
  .pc-only {
    display: inline !important;
  }
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inline !important;
  }
}

.text-widht {
  max-width: 970px;
  margin: 0 auto 30px !important;
  width: 100%;
}

.p-20 {
  padding: 0 20px;
}

.pt-20 {
    padding-top: 20px !important;
}

.m_b30-sp {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 30px !important;
}

.bg-gff {
  background: url(../img/260302/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10px;
  margin: auto !important;
  margin-bottom: 30px !important;
}

.container-gff {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px !important;
}

.cars-list {
    background: #E7DCC6;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}
.cars-item {
    position: relative;
    background: #fff;
    padding: 10px;
}

.cars-item-limit {
    position: absolute;
    top: -5px;
    right: -24px;
    border-radius: 50%;
    background: linear-gradient(180deg, #E20010 0%, #7D1513 100%);
    min-width: 105px;
    min-height: 105px;
    text-align: center;
    z-index: 10;
}
.cars-item-limit-label {
    font-size: 10px !important;
    font-weight: bold;
    background-color: #fff;
    color: #C90611;
    padding: 0px 6px 0px;
    border-radius: 1000px;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px !important;
    display: inline-block !important;
}

.cars-item-limit-number {
    font-size: 32px !important;
    font-weight: bold;
    margin-top: 5px;
    letter-spacing: -0.1ch !important;
    color: #fff !important;
    line-height: 1 !important;
}

.cars-item-limit-number span {
    font-size: 14px !important;
    color: #fff !important;
}

.cars-item-limit-text {
    font-size: 10px !important;
    color: #fff !important;
}

.cars-description {
    font-size: 12px !important;
    background: #E7DCC6;
    padding: 0 20px 10px 20px;
    margin-top: -1px;
}