#cooling-custom-lp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  overflow: hidden;
}
#cooling-custom-lp * {
  box-sizing: border-box;
}
#cooling-custom-lp img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.kv, .section-head {
  max-width: 1482px;
  margin: 0 auto;
}
.kv__img {
  width: 100%;
  display: block;
}
.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 24px auto 40px;
  padding: 0 24px;
}
.tab-btn {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  opacity: .72;
  transition: .2s;
}
.tab-btn.is-active, .tab-btn:hover {
  opacity: 1;
  transform: translateY(-3px);
}
.tab-panel {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 70px;
}
.tab-panel.is-active {
  display: block;
}
.about-block {
  text-align: center;
  margin: 50px auto 70px;
  max-width: 880px;
}
.title-img, .feature-title, .spec-title {
  display: block;
  margin: 0 auto 28px;
}
.about-block p {
  text-align: left;
}
.about-img {
  max-width: 661px;
}
.feature-block, .sample-block, .color-block, .spec-block {
  padding: 40px 0;
  text-align: center;
}
.feature-swiper, .sample-swiper {
  width: 100%;
  overflow: visible;
  padding: 0 0 48px;
}
.swiper-slide {
  transition: .25s;
}
.swiper-slide-active {
  opacity: 1;
}
.feature-swiper .swiper-slide img {
  width: 100%;
}
.sample-swiper .swiper-slide img {
  max-height: 520px;
  object-fit: contain;
}
.swiper-button-prev, .swiper-button-next {
  color: #fff;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: .55;
}
.swiper-pagination-bullet-active {
  background: var(--blue);
  opacity: 1;
}
.color-block h2, .sample-block h2 {
  font-size: clamp(24px, 4vw, 42px);
  letter-spacing: .08em;
  margin: 0 0 28px;
}
.limited-img {}
.color-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 920px;
  margin: 40px auto;
}
.spec-block table {
  width: min(720px, 100%);
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  color: #111;
  font-size: 16px;
}
.spec-block th, .spec-block td {
  border: 1px solid #999;
  padding: 12px 16px;
  text-align: left;
}
.spec-block th {
  width: 32%;
  background: #eee;
}
.tare-links {
  margin: 20px 10%;
}
.tare-item {
  margin: 40px 0;
}
.about-block .title-img {
  width: 80%;
}
.spec-title {
  width: 60%;
}
.feature-title {
  width: 30%;
}
.color-block .title-img {
  width: 40%;
}
.tab-strong .about-block .title-img {
  width: 80%;
}
.tare-item .title-img {
  width: 60%;
}
.about-block .about-img {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.sample-block h2 img {
  width: 80%;
}
.sample-block .contact {
  width: 60%;
}
#cooling-custom-lp .tare-item__main {
  max-width: 80%;
  margin: 0 10% 30px;
}
.contact-area {
  text-align: center;
  padding: 38px 24px 70px;
}
.contact-area p {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 0 18px;
}
.contact-area a {
  display: inline-block;
  max-width: 701px;
  width: 100%;
  transition: .2s;
}
.contact-area a:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
}
.feature-block, .sample-block {
  background-color: #000;
}
.tare-item .blk_bg {
  img.tit01 background-color: #000;
  padding: 40px 0;
}
.tare-item .spec-block {
  background-color: #fff;
}
/* Swiper バレット調整 */
#cooling-custom-lp .swiper-pagination {
  position: static;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
#cooling-custom-lp .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 7px !important;
  background: #fff;
  opacity: 1;
}
#cooling-custom-lp .swiper-pagination-bullet-active {
  background: #00d8ff;
}
.sec04 {
  background-image: url(https://www.daimatsu-netstore.com/image/free-fan/gallery_bg.png);
}
.sec05 .attention {
  background-color: #f00;
  color: #fff;
  font-size: 180%;
  text-align: center;
  font-family: "kinkakuji", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bat17065, .bat17075 {
  width: 50%;
  float: left;
  padding: 5% 15%;
  text-align: center;
}




@media(max-width:767px) {
  .feature-swiper .swiper-slide img .product-tabs {
    gap: 8px;
    padding: 0 10px;
    margin: 12px auto 24px;
  }
  .tab-panel {
    padding: 0 12px 42px;
  }
  .about-block {
    margin: 32px auto 44px;
  }
  .about-block p {
    font-size: 15px;
    text-align: left;
  }
  .feature-block, .sample-block, .color-block, .spec-block {
    margin: 44px auto;
  }
  .color-grid, .tare-links {
    gap: 14px;
  }
  .spec-block table {
    font-size: 14px;
  }
  .spec-block th, .spec-block td {
    padding: 9px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .sample-swiper .swiper-slide img {
    max-height: 420px;
  }
  .about-block .about-img {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  .product-tabs {
    grid-template-columns: repeat(2, 1fr);
    margin: 24px auto;
    padding: 0px 10px;
  }
  .tare-item .title-img {
    width: 85%;
  }
  .spec-title {
    width: 65%;
  }
  .contact-area {
    padding: 38px 0px 0px;
  }
  .img.tit04 {
    width: 60%;
  }
  .smart_tit {
    width: 60%;
    margin: 4% 20%;
  }
	.bat17065, .bat17075 {
        padding: 5% 10%;
}

}






.sec01 img {
  width: 38%;
  float: left;
  padding: 8% 2%;
}
.sec01_text {
  width: 60%;
  float: right;
  line-height: 1.6;
}
.sec01 {
  padding: 0 0 3em;
}
.sec01 img {
  width: 36%;
  float: left;
  padding: 0% 0%;
}
img.tit01, img.tit02, img.tit03, img.tit04, img.tit05, img.tit06 {
  margin: 4% auto;
  width: auto;
  text-align: center;
  padding: 2%;
  display: block;
}
img.tit01 {
  height: 94px;
}
img.tit02 {
  height: 124px;
}
img.tit03 {
  height: 120px;
}
img.tit04 {
  height: 120px;
}
img.tit05 {
  height: 140px;
}
img.tit06 {
  height: 140px;
}
.sec02 {
  padding: 2em;
}
.sec03 {
  padding: 5% 2% 2%;
  background-color: #000;
  color: #fff;
  margin-bottom: 5%;
}
.sec03 .text_box.link {
  margin: 1.8em auto;
  border: 1px solid #fff;
  color: #fff;
}
.text_box {
  border: 1px solid #333;
  padding: 0.3em 1em;
  width: fit-content;
  margin: 1.5em auto;
  clear: both;
  font-size: 115%;
}
.st01, .st02, .text_box {
}
.sec05 {
  background-image: url(https://www.daimatsu-netstore.com/image/free-fan/lineup-bg.png);
  padding: 3% 0;
  background-size: 124%;
  margin-top: 6%;
}
.sec06 {
  padding: 3% 0;
}
.thumb-list {
  justify-content: flex-start;
}
#before-after {
  width: 96%;
  margin: 2% 2% 0 2%;
}
.spec-table {
  width: 92%;
  max-width: 980px;
  margin: 40px auto;
  border-collapse: collapse;
  border: 1px solid #222;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.spec-table th, .spec-table td {
  border: 1px solid #222;
  padding: 18px 28px;
  vertical-align: middle;
}
.spec-table th {
  width: 170px;
  background: #ddd;
  text-align: center;
  white-space: nowrap;
}
.spec-table td {
  background: #fff;
  text-align: left;
}
.item_link img {
  float: none;
  width: 60%;
  margin: 2em auto;
  display: block;
}
.sec03 .text_box.link a:link, .sec03 .text_box.link a:hover, .sec03 .text_box.link a:visited, .sec03 .text_box.link a:active {
  color: #fff;
}
.smart_tit {
  width: 50%;
  margin: 4% 25%
}
.key-visual {
  width: 92%;
  margin: 4%;
}




@media only screen and (max-width: 640px) {
  img.tit01 {
    height: 18vw;
  }
  img.tit02 {
    height: 10vw;
  }
  img.tit03 {
    height: 20vw;
  }
  img.tit04 {
    height: 20vw;
  }
  img.tit05 {
    width: 80%;
  }
  img.tit06 {
    width: 55%;
  }
  .sec01 img {
    width: 100%;
    float: none;
    padding: 5% 2%;
  }
  .sec01_text {
    width: 100%;
    float: none;
    line-height: 1.6;
  }
  .sec04 .battery {
    width: 80%;
    float: none;
    padding: 5%;
  }
  .spec-table {
    width: 94%;
    font-size: 14px;
  }
  .spec-table th, .spec-table td {
    padding: 12px 14px;
  }
  .spec-table th {
    width: 90px;
  }
  .item_link img {
    width: 90%;
  }
  #cf img {
    height: auto;
  }
  .tit05 {
    width: 80%;
  }
}
	
	
	.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1em auto;
}
.swiper-slide {
  text-align: center;
  font-size: 130%;
  font-family: "kinkakuji", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.swiper-container .swiper-slide img {
  width: 100%;
  padding: 2% 12.5%;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-button-next, .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 62.5%);
}
span.st02 {
  thumb-list display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}
.thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.thumb-item {
  list-style: none;
  width: 19%;
  margin: 0.5%;
}
.thumb-link {
  display: block;
  width: 100%;
  height: auto;
}
#cf .swiper-container {
  position: relative;
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}
#cf .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 16px;
  text-align: center;
}
#cf .swiper-button-prev, #cf .swiper-button-next {
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  margin-top: 0;
}
#cf .swiper-button-prev {
  left: 10px;
  right: auto;
}
#cf .swiper-button-next {
  right: 10px;
  left: auto;
}
#cf .swiper-container02 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#cf .swiper-container02 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-button-next, .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 62.5%);
}
#cf .swiper-container02 .swiper-wrapper {
  transition-timing-function: linear;
}
	
	
	
@media only screen and (max-width: 640px) {
  .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 46.5%);
  }
  #cf .swiper-button-prev, #cf .swiper-button-next {
    position: absolute;
    top: 17%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .thumb-item {
    list-style: none;
    width: 32%;
    margin: 0.5%;
  }
  .thumb-list {
    justify-content: flex-start;
  }
}