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

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

/* 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 {
    -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;
  z-index: 2;
}

/* 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: 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;
}

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

/*共通*/
#main .cards05 h2{
  width: 85%;
  font-size: 25px;
  margin-bottom: 1.5rem;
}
#main .cards05 h3{
  font-size: 23px;
  margin: 0 0 1rem 0;
}
#main .cards05 p{
  line-height: 1.5em;
  margin-bottom: 1rem;
}
#main .cards05 p.small{
  position: relative;
  font-size: 13px;
}
#main .cards05 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .cards05 .inner{
  width: 75%;
  margin: 0 auto;
  padding: 2rem 0;
  background-color: #FFF;
}

#main .cards05 .sp{
  display: none;
}

#main .cards05 p.note{
  font-size: 13px;
  margin: 0.5rem 0;
}

#main .cards05 .fullwide{
  margin: 0 calc(50% - 650px);
  padding: 2rem 0;
  width: 1300px;
  max-width: 1300px
}

#main .cards05 p.big{
  font-size: 1.3em;
  font-weight: bold;
}

/*content*/
#main .cards05 .car_inner{
  position: relative;
  width: 95%;
  margin: 3rem auto;
  padding: 4rem 1.5rem;
}
#main .cards05 .car_inner h3{
  width: 80%;
  font-size: 3rem;
  color: #FFF;
  margin: 2rem auto 3rem auto;
  padding: 2rem 1rem;
  text-align: center;
  background-image: url(../img/250708/blue_h3_bg.png);
  background-size: 100% 100%;
}

#main .cards05 .car_inner h3,#main .cards05 .car_inner .color,#main .cards05 .car_inner .btn{
  position: relative;
  z-index: 2;
}

#main .cards05 .car_inner .color img{
  margin-bottom: 3rem;
}

#main .cards05 .car_inner .bg_bar{
  position: absolute;
  top: 0;
  left: 0;
}
#main .cards05 .car_inner .bg_bar.bar01{
  top: 15%;
}
#main .cards05 .car_inner .bg_bar.bar02{
  top: 28%;
}
#main .cards05 .car_inner .bg_bar.bar03{
  top: 30%;
}
#main .cards05 .car_inner .bg_bar.bar04{
  top: 28%;
}
#main .cards05 .car_inner .bg_bar.bar05{
  top: 33%;
}
#main .cards05 .car_inner .bg_bar.bar06{
  top: 28%;
}

#main .cards05 .tenjisha{
  position: relative;
  background-image: url(../img/250708/blue_bg01.jpg);
  background-size: 100%;
  text-align: center;
  padding: 0 0 6rem 0;
}
#main .cards05 .tenjisha .inner,#main .cards05 .sokunousha .inner{
  padding: 38rem 0 3rem 0;
}
#main .cards05 .tenjisha .car_inner{
  background-image: url(../img/250708/blue_bg02.png);
  background-size: 100% 100%;
}
#main .cards05 .tenjisha h2{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#main .cards05 .sokunousha{
  background:  #FA8B00;
  position: relative;
  background-size: 100%;
  text-align: center;
  padding: 0 0 6rem 0;
}
#main .cards05 .sokunousha h2{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main .cards05 .sokunousha h3{
  background-image: url(../img/250708/orange_h3_bg.png);
}
#main .cards05 .sokunousha .car_inner{
  background-image: url(../img/250708/orange_bg01.png);
  background-size: 100% 100%;
}



/*アコーディオン*/
#main .cards05 .coating{
  position: relative;
  padding:  0 0 2rem;
  background: linear-gradient(35deg,rgba(174, 154, 105, 1) 0%, rgba(255, 245, 124, 1) 73%, rgba(186, 167, 105, 1) 100%);
}

#main .cards05 .coating .readmore01{
  width: 75%;
  margin: 2rem auto;
}

#main .cards05 .coating .open_btn{
  padding: 1.5rem;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(128,85,36,1) 0%, rgba(196,128,49,1) 57%, rgba(128,83,36,1) 100%);
  margin-top: 4rem;
  cursor: pointer;
}
#main .cards05 .coating .coationg_inner{
  display: none;
  background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(247,247,247,1) 50%, rgba(230,230,230,1) 100%);
  padding: 2rem 0 0 0;
}

#main .cards05 .coating .coationg_inner.active {
  animation: fadeIn 0.5s ease-out;
  display: block;
}
#main .cards05 .coating .coationg_inner h3{
  width: 85%;
  margin: 1.5rem auto;
}
#main .cards05 .coating .coationg_inner .flex{
  padding: 2rem;
  background-image: url("../img/250708/gradient_border.png");
  background-size: 98% 2px;
  background-position: bottom;
  background-repeat: no-repeat;
}
#main .cards05 .coating .coationg_inner .flex figure{
  width: 45%;
  margin: 0;
}
#main .cards05 .coating .coationg_inner .flex figure img{
  width: 100%;
}
#main .cards05 .coating .coationg_inner .flex p{
  flex: 1;
  padding: 1.5rem;
  font-weight: bold;
}
#main .cards05 .coating .close_btn{
  padding: 1.5rem;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  background: #000;
  cursor: pointer;
}
#main .cards05 .coating p.small{
  padding: 1.5rem;
}

#main .cards05 .coating .coating_video{
  margin: 5rem auto;
  width: 100%;
  background-color: #FFFFDF;
}
#main .cards05 .coating .coating_video .open_btn{
  margin: 0;
}
#main .cards05 .coating .coating_video_inner{
  display: none;
  text-align: center;
}
#main .cards05 .coating .coating_video_inner iframe{
  margin: 1.5rem auto;
}
#main .cards05 .coating .coating_video_inner.active{
  display: block;
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#main .cards05 .btn_shop{
  width: 55%;
  margin: 1.5rem auto 5rem auto;
}

#main .cards05 .btn{
  width: 45%;
  margin: 2rem auto;
  gap: 20px;
}
#main .cards05 .btn.btn_small{
  width: 50%;
  margin:2rem auto 0 auto;
  gap: 20px;
}
#main .cards05 .btn.flex{
  width: 100%;
}

#main .cards05 .blog{
  position: relative;
  margin-top: 4rem;
}
#main .cards05 .blog .btn{
  width: 28%;
  position: absolute;
  top: 57%;
  left: 47%;
}

/*SNS*/
#main .cards05 .snsbanner {
    position: relative;
    margin-bottom: 6%;
  padding: 0;
}
#main .cards05 .snsbanner .flex {
  width: 30%;
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  gap: 5px;
}
#main .cards05 .snsbanner .flex a {
    width: 31%;
}
#main .cards05 .snsbanner .flex a img {
    width: 100%;
}
#main .cards05 .snsbanner .flex a:hover {
    opacity: 0.8;
}

/*タイムライン*/
.timeline{
    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;
    font-weight: bold;
    width: 45%;
    margin: 0 auto 3%;
}
.timeline iframe{
    width: 100% !important;
    height: 585px;
}

#main .cards05 .linkButton{
  width: 30%;
  text-align: center;
  margin: 2rem auto !important;
}
#main .cards05 .linkButton img{
  margin-bottom: 2rem;
}

.baseWidth{
  overflow: hidden;
}

@media screen and (max-width: 1299px) {
    .timeline iframe{
    width: 100% !important;
    height: 44vw;
    }
}

.sns-logo img{
    width: 15%;
}
.sns-title{
    margin: 2% auto 5% !important;
    text-align: center;
}


@media screen and (max-width: 1024px){
  #main .cards05 .fullwide{
    margin: 0 calc(50% - 47vw);
    width: 93.3vw;
    max-width: 100vw;
  }
}

@media screen and (max-width: 600px){
  #main .cards05 .sp {
    display: block;
  }
  #main .cards05 .pc {
    display: none;
  }
  #main .cards05 .top_group span{
    font-size: 13px;
  }
  #main .cards05 .btn{
    width: 96%;
    margin: 2rem auto;
  }
  #main .cards05 .inner{
    width: 90%;
    padding: 2rem 0;
  }
  #main .cards05 .flex {
    flex-wrap: wrap;
  }
  #main .cards05 p{
    font-size: 14px;
  }
  #main .cards05 p.note{
    font-size: 11px;
    text-align: left;
    padding: 0.5rem;
  }
  #main .cards05 h2{
    width: 100%;
    font-size: 5vw;
  }
  #main .cards05 h3{
    font-size: 5vw;
  }

  #main .cards05 .fullwide{
    margin: 0 calc(50% - 47vw);
    width: 92.5vw !important;
  }

  #main .cards05 .tenjisha,#main .cards05 .sokunousha{
    padding: 2rem 0;
  }
  #main .cards05 .tenjisha .inner, #main .cards05 .sokunousha .inner{
    padding: 13rem 0 3rem 0;
  }

  #main .cards05 .car_inner h2{
    padding: 0 1.5rem;
   }
  #main .cards05 .car_inner h3{
    font-size: 5vw;
    width: 100%;
    margin: 0 auto 1rem auto;
  }
  #main .cards05 .inner .big{
    font-size: 4.8vw;
  }

  #main .cards05 .car_inner {
    margin-bottom: 3rem;
  }
  #main .cards05 .car_inner .color img {
    margin-bottom: 2rem;
  }

  #main .cards05 .car_inner .car_logo img{
    max-width: 80%;
    max-height: 40px;
    margin: 1rem auto;
  }

  #main .cards05 .tenjisha .car_inner,#main .cards05 .sokunousha .car_inner{
    padding: 2rem 1rem 0.5rem 1rem;
  }

  #main .cards05 .car_inner .bg_bar.bar06 {
    top: 30%;
  }
  
  #main .cards05 .coating .open_btn,#main .cards05 .coating .close_btn{
    font-size: 17px;
  }
  #main .cards05 .coating .coationg_inner .flex{
    display: block;
  }
  #main .cards05 .coating .coationg_inner .flex figure{
    width: 100%;
  }
  #main .cards05 .coating .coationg_inner .flex p{
    font-size: 14px;
    padding: 1rem 0;
  }
  #main .cards05 .coating .coating_video{
    width: 100%;
    margin: 2rem auto;
  }
  #main .cards05 .coating .coating_video_inner iframe{
    width: 85%;
    height: 160px;
  }
  #main .cards05 .coating .readmore01{
    width: 90%;
  }

  #main .cards05 .btn_shop{
    width: 100%;
  }

  #main .cards05 .blog .btn{
    top: 48%;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  /*SNS*/
  #main .cards05 .snsbanner {
    position: relative;
    margin-bottom: 4%;
    background-color: #91dfd8;
  }
  #main .cards05 .snsbanner .flex {
    width: 44%;
    position: absolute;
    bottom: 15.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    gap: 5px;
  }
  #main .cards05 .snsbanner .flex a {
      width: 31%;
  }
  #main .cards05 .snsbanner .flex a img {
      width: 100%;
  }
  #main .cards05 .linkButton{
    width: 70%;
  }

  /*タイムライン*/
  .timeline{
      display: none;
  }
}