@charset "UTF-8";
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* sp */
#main .cards05 .sp {
    display: none !important;
}

/* cards05 */
/* 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 {
    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;
    font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        "メイリオ", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0;
}

/* list */
#main .cards05 li {
    list-style-type: none;
    padding: 0;
}

#main .cards05 li + li {
    border-top: none;
    padding: 0;
}

/* contents */
#main .cards05 p.top_group {
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    z-index: 100;
    position: relative;
}

#main .cards05 p.top_group span {
    position: static;
    display: inline;
    font-size: 15px;
}

@media screen and (min-width: 1300px) {
    .tab {
        display: none !important;
    }
}

@media screen and (max-width: 1299px) {
    .pc {
        display: none;
    }
}

#main img {
    pointer-events: none;
    image-rendering: -webkit-optimize-contrast;
}

#main .cards05 picture {
    display: block;
}

#main .cards05 .flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#main .cards05 img {
    max-width: 100%;
}

#main .cards05 .link-button {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

#main .cards05 .link-button a {
/*    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
*/    width: min(35.53vw, 462px);
}

#main .cards05 .link-button a:hover {
    opacity: 0.8;
}

/*メインコンテンツ ===================================================*/

#main .cards05 .main_content {
}

#main .cards05 .campaign_content{
background: linear-gradient(to top right, #EF8519 0%, #EB6D05 100%);
    padding-bottom: 5%;
}

#main .cards05 .campaign_content h3{
    width: 60.23%;
    margin: 0 auto;
}
#main .cards05 .campaign_content .target-vehicles-block{
    width: 86.5%;
    margin: 0 auto;
}
#main .cards05 .campaign_group{
    width: 80.15%;
    margin: 0 auto 3%;
    padding: 1.5%;
    border: 0.3vw 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: 80.15%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
}
/*コーティングコンテンツ*/
#main .cards05 .coating_content{
    background: #FFF9B1;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
#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: 2200 / 145;
  background-image: url("../img/250626/coating_top_open.png");  
}
.coating_content #readmore01:checked ~ .readmore-content + label {
  aspect-ratio: 2200 / 165;
  background-image: url("../img/250626/coating_top_close.png");  
}

.coating_content #readmore02:checked ~ .readmore-content {
    display: block;
}
.coating_content #readmore02:not(:checked) ~ .readmore-content + label {
    aspect-ratio: 1684 / 167;
  background-image: url("../img/250626/coating_bottom_open.png");  
  background-color: rgba(255, 255, 255, 0.72);
}
.coating_content #readmore02:checked ~ .readmore-content + label {
  aspect-ratio: 1685 / 109;
  background-image: url("../img/250626/coating_bottom_close.png");  
}

#main .cards05 .coating_content .readmore label {
  cursor: pointer;
  display: block;
  width: 100%; /* 親要素に合わせる */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

#main .cards05 .coating_content .coating_intro{
    width: 84%;
    margin: 0 auto;
    padding-top: 5%;
}
#main .cards05 .coating_content .coating_top{
    width: 84%;
    margin: 0 auto 4%;
}

#main .cards05 .coating_content .coating_bottom{
    width: 64%;
    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%;
}