@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */

/* サブセクション */
.sub-section {
  padding-top: 8rem;
}

/* 製品概要 */
.overview {
  padding-top: 3rem;
  overflow: hidden;
}

.overview__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "copy"
    "gallery"
    "product";
}

.overview__copy {
  grid-area: copy;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1em;
}

/* 製品概要：製品情報 */
.product {
  grid-area: product;
}

.product__category {
  font-size: 1.4rem;
}

.product__title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 1.4rem;
}

.product__title {
  font-size: 2.6rem;
  font-weight: 700;
}

.product__logo {
  margin-top: var(--margin-small);
  inline-size: 130px;
}

.product__release {
  font-size: 1.4rem;
  color: var(--sharp-red-dark);
}

.product__price {
  font-size: 1.6rem;
  margin-block-start: 2rem;
}

.product__price-aircon {
  font-size: 1.6rem;
  margin-block-start: 2rem;
}

.product__price-aircon dl {
  display: grid;
  max-width: 400px;
  grid-template-columns: 1fr auto;
  column-gap: 1rem;
}

.product__price-aircon dl dt:nth-of-type(1),
.product__price-aircon dl dd:nth-of-type(1) {
  border-bottom: solid 1px #D9D9D9;
  text-align: center;
  padding-block: 0 .5rem;
  margin-block: 0 1rem;
  font-size: 1.2rem;
}

.product__price-aircon dl dt,
.product__price-aircon dl dd {
  line-height: 1.5;
  font-weight: 400;
  padding-block: .3rem;
  margin-block: 0;
}

.product__price-aircon dl dt:nth-of-type(n+2) {
  display: flex;
  align-items: center;
}

.product__price-aircon dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 35px;
  border-radius: 5px;
  margin-inline-end: 1rem;
  background: #FFF;
  font-size: 1.2rem;
}

.product__price-aircon dl dt em {
  display: block;
  color: var(--sharp-red-dark);
  font-size: 1.2rem;
  font-weight: 400;
}


.product__price-aircon dl dt small {
  font-size: 1.2rem;
}

.product__price-aircon dl dd:nth-of-type(n+2) {
  padding-inline: .5rem;
  font-size: 1.2rem;
}

/* 製品カラーアイコン */
.product__color {
  margin-top: 1em;
}

.product__color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.product__color-list button {
  display: flex;
  align-items: center;
  padding: .2em .8em;
  font-size: 1.2rem;
  font-weight: 300;
  border: solid 1px var(--light-gray);
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}

.icon-color {
  inline-size: 1em;
  block-size: 1em;
  margin-right: .5em;
}

/* 製品概要：主な仕様 */
.product__spec {
  margin-top: 6rem;
  position: relative;
}

.product__spec-anchor {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
}

.product__spec-anchor a {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 0.5em;
  place-items: center;
  padding: 0.5em 1em;
  font-size: 1.3rem;
  font-weight: 400;
  background: #000;
  color: #fff;
  border: solid 1px #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.product__spec-anchor svg {
  inline-size: 0.6em;
  block-size: 1em;
}

.product__spec-table {
  inline-size: 100%;
  caption-side: top;
  font-size: 1.4rem;
  border-bottom: solid 1px #727272;
}

.product__spec-table caption {
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5em;
}

.product__spec-table tr {
  border-top: solid 1px #727272;
}

.product__spec-table th {
  inline-size: 50%;
  padding: .5em;
  font-size: 1.3rem;
  background-color: var(--white-gray);
}

.product__spec-table td {
  padding: .5em;
}

/* 製品概要：ダウンロード */
.product__download {
  margin-top: 2rem;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
}

.product__download-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}

.product__download-list a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 2em;
  background: url('/business/assets/common/images/icon-download.svg') no-repeat left top / auto 0.85lh;
}

/* 製品概要：お問い合わせリンク */
.overview__inquiry {
  max-inline-size: 620px;
  margin: 3rem auto 0;
}

.overview__inquiry a {
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  min-inline-size: 280px;
  min-block-size: 60px;
  padding: 0.7em 2em;
  color: #fff;
  background: #0f4cb0 linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99.36%);
  border-radius: 10px;
}

.overview__inquiry .icon-web {
  inline-size: auto;
  block-size: 1.4lh;
  margin-right: 0.7em;
}

/* 製品概要：フォトギャラリー */
.overview__gallery {
  grid-area: gallery;
}

.overview__gallery .swiper-slide .title {
  padding: .5em 0;
  font-size: 1.4rem;
  text-align: center;
}

/* 製品概要：フォトギャラリー:ナビゲーション */
.gallery-controls {
  position: relative;
}

.overview__gallery .swiper__button-next,
.overview__gallery .swiper__button-prev {
  display: block;
  inline-size: 20px;
  block-size: 40px;
  background: var(--white-gray) url(/assets/common/images/chevron-right-solid.svg) no-repeat center center / 20px auto;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.overview__gallery .swiper__button-next {
  right: 0;
  transform: translate(0, -50%);
}

.overview__gallery .swiper__button-prev {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}

.overview__gallery .swiper__button-next.hovering,
.overview__gallery .swiper__button-prev.hovering {
  opacity: .5;
}

/* 製品概要：フォトギャラリー:ページネーション */
.overview__gallery--pagination {
  inline-size: fit-content;
  padding: 0 .5em;
  background-color: rgba(255, 255, 255, .8);
  color: #000;
  text-align: center;
  position: absolute;
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  border: 1px solid var(--light-gray);
}

/* 製品概要：フォトギャラリー：サムネイル */
.swiper-thumbnail__list {
  display: flex;
  column-gap: 2%;
  row-gap: 10px;
}

.swiper-thumbnail__list {
  margin-top: 1em;
}

.swiper-thumbnail__list>li {
  border: solid 1px var(--light-gray);
  cursor: pointer;
}

.swiper-thumbnail__list li:has(.active) {
  border: solid 2px var(--charcoal-gray);
}

.swiper-thumbnail__list>li>a {
  display: block;
  cursor: pointer;
}

.product__color-list button.active {
  border: solid 1px var(--charcoal-gray);
  pointer-events: none;

}

/* ギャラリー動画（自動再生）1枚目のスタイル */
.auto-play {
  position: relative;
  inline-size: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.auto-play video {
  position: absolute;
  top: 0;
  right: 0;
  inline-size: 100%;
  block-size: 100%;
}

/* セクション見出し */
.sub-section__title {
  font-size: 2.6rem;
  font-weight: 400;
}

.sub-section__title:not(.has-item) {
  padding-top: .6em;
  margin-bottom: 1.5em;
  border-top: 1px solid #9b9b9b;
  position: relative;
}

.sub-section__title:not(.has-item)::before {
  content: '';
  display: inline-block;
  inline-size: 50px;
  block-size: 6px;
  background: linear-gradient(90deg, #000 0%, #000 75%, var(--base-color) 75%, var(--base-color) 100%);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}

/* 製品特長・複数ページの場合 */
.feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 4rem;
}

.feature__list>li {
  display: contents;
}

.feature__anchor {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}

.feature__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-block: 1em .5em;
  padding: .3em .5em;
  inline-size: fit-content;
  background-color: var(--light-gray);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 製品特長・1ページの場合 */
.section-title-container {
  display: flex;
  column-gap: 2em;
  align-items: center;
  font-size: 2.6rem;
  padding-top: .6em;
  margin-bottom: 1.5em;
  border-top: 1px solid #9b9b9b;
  position: relative;
}

.section-title-container::before {
  content: '';
  display: inline-block;
  inline-size: 50px;
  block-size: 6px;
  background: linear-gradient(90deg, #000 0%, #000 75%, #fff 75%, #fff 100%);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}

.btn-feature {
  inline-size: fit-content;
}

.btn-feature a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: .5em;
  align-items: center;
  padding: .5em 1em;
  font-size: 1.4rem;
  font-weight: 400;
  border: solid 1px #000;
  border-radius: 5px;
  transition: background-color .3s ease;
}

.list-main-features {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}

.list-main-features .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .3em;
}

.list-main-features .text {
  font-size: 1.4rem;
}

/* 特長をもっと詳しく見るボタン */
#feature .has-arrow-left {
  margin-top: .8em;
}

.feature__anchor-button {
  inline-size: min(100%, 380px);
  margin: 8rem auto 0;
}

.feature__anchor-button .btn-has-arrow-left {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding-block: .6em;
}

/* 保守サービス契約注釈 */
.maintenance {
  border: 1px solid var(--light-gray);
  padding: 2rem 5%;
  margin-top: 6rem;
}

.maintenance__title {
  font-size: 1.6rem;
  font-weight: 500;
}

.maintenance__text {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.maintenance__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.maintenance__caption {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* 受賞・認定取得など */
.award__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* お役立ちコンテンツ */
.tips__title {
  font-size: 1.6rem;
  margin-top: .6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.information .has-arrow-left {
  margin-top: 1em;
}

/* お役立ちコンテンツ・カルーセル */
.carousel-gallery.has-scrollbar:not(.destroy) .swiper {
  padding-bottom: 4rem;
}

.carousel-gallery .cg-button-next,
.carousel-gallery .cg-button-prev {
  display: none;
}

/* 参考動画 */
.movie-title {
  font-size: 1.6rem;
  margin-top: .6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* おすすめの商品 */
.footer-lineup {
  padding-bottom: 13rem;
}

.footer-lineup__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2em;
  text-align: center;
}

.footer-lineup .swiper-slide a {
  font-size: 1.4rem;
}

.footer-lineup__prod-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-block: 1em .5em;
}

.footer-lineup .has-arrow-left {
  margin-top: 1em;
}

/* NEWアイコン */
.icon-new {
  display: inline-block;
  background: var(--sharp-red);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  padding: 0.1em 0.5em;
  position: absolute;
  left: 2rem;
  top: 0;
}

/* 新着おすすめ商品・製品画像エリア */
.footer-lineup__image {
  aspect-ratio: 1 / 1;
  max-inline-size: 250px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: var(--border-radius-small);
  position: relative;
}

.footer-lineup__image img {
  inline-size: 70%;
}

/* ボタンリンク一覧 */
.list-btn-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 8rem;
}

.list-btn-links>li {
  inline-size: min(100%, 245px);
}

.list-btn-links .btn-has-arrow-left {
  inline-size: 100%;
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover:hover) and (pointer: fine) {

  /* すべての仕様を見るボタン */
  .product__spec-anchor a:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
  }

  .feature__anchor:hover {
    text-decoration: none;
  }

  .feature__anchor:hover .feature__text::before {
    transform: translateX(.25em);
  }

  /* 製品概要・お問い合わせリンク */
  .overview__inquiry a:hover {
    color: #fff;
    text-decoration: none;
  }

  /* 特長をもっと詳しく見るボタン */
  .feature__anchor-button .btn-has-arrow-left:hover {
    color: #000;
    background-color: #fff;
  }

  /* 保守サービス契約注釈 */
  .maintenance__text a:hover {
    text-decoration: none;
  }

  /* お役立ちコンテンツ・もっと見るボタン */
  .btn-open-more:hover {
    color: #fff;
    background-color: #000;
  }
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width <768px) {

  /* 製品概要：フォトギャラリー */
  .overview__gallery {
    margin-bottom: 30px;
  }

  /* 製品概要：フォトギャラリー：サムネイル */
  .swiper-thumbnail {
    inline-size: 95vw;
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
  }

  .swiper-thumbnail__list {
    inline-size: fit-content;
    column-gap: 1.5vw;
  }

  .swiper-thumbnail__list>li {
    inline-size: 13.5vw;
  }

  .swiper-thumbnail__list>li:last-child {
    margin-right: 5vw;
  }

  /* 特長・1ページの場合 */
  .list-main-features>li:has(.main-feature-img) {
    display: flex;
    column-gap: 6%;
  }

  .main-feature-img {
    inline-size: 40%;
  }

  .main-feature-text {
    inline-size: 54%;
  }

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {

  /* サブセクション */
  .sub-section {
    padding-top: 13rem;
  }

  /* 製品概要 */
  .overview {
    padding-top: 4rem;
  }

  .overview__container {
    grid-template-areas:
      "gallery copy"
      "gallery product";
    grid-template-columns: repeat(2, 48%);
    grid-template-rows: auto 1fr;
    justify-content: space-between;
  }

  /* 製品概要・フォトギャラリー */
  .overview__gallery .swiper__button-next,
  .overview__gallery .swiper__button-prev {
    inline-size: 30px;
    block-size: 60px;
  }

  .overview__gallery .swiper-slide a:focus-visible {
    outline-offset: -2px;
  }

  /* 製品概要・フォトギャラリー：サムネイル */
  .swiper-thumbnail__list {
    flex-wrap: wrap;
  }

  .swiper-thumbnail__list>li {
    inline-size: 15%;
  }

  /* 製品概要：製品情報 */
  .overview__copy {
    font-size: 2.4rem;
  }

  .product__category {
    font-size: 1.5rem;
  }

  .product__title {
    font-size: 3rem;
  }

  .product__release {
    font-size: 1.6rem;
  }

  /* 製品概要：主な仕様 */
  .product__spec {
    margin-top: 3rem;
  }

  .product__spec-table th {
    font-size: 1.4rem;
  }

  /* 製品概要：ダウンロード */
  .product__download {
    margin-top: 3rem;
  }

  .product__download-list {
    row-gap: 1rem;
  }

  .product__download-list a {
    font-size: 1.6rem;
  }

  /* 製品概要：お問い合わせリンク */
  .overview__inquiry {
    margin-top: 7rem;
  }

  .overview__inquiry a {
    font-size: 2rem;
    min-block-size: 80px;
  }

  /* 特長 */
  .sub-section__title {
    font-size: 3.2rem;
  }

  .feature__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    margin-top: 4rem;
  }

  .feature__anchor {
    border: 1px solid var(--light-gray);
    grid-row: span 2;
  }

  .feature__title {
    font-size: 1.6rem;
    margin-block: 0;
    position: absolute;
    left: 1em;
    top: 0;
    transform: translateY(-50%);
  }

  .feature__text {
    position: relative;
    line-height: 1.7;
    padding: 1.5em 2em 1em 1em;
  }

  .feature__text::before {
    content: '';
    display: inline-block;
    inline-size: 1.2em;
    block-size: 1.2em;
    background: url('/business/aircon/assets/common/images/navigation-arrow.svg') no-repeat center center / contain;
    position: absolute;
    right: 0.85em;
    bottom: 0.85em;
    transition: transform 0.3s ease 0s;
  }

  /* 製品特長・1ページの場合 */
  .section-title-container {
    font-size: 3.2rem;
  }

  .btn-feature a {
    font-size: 1.6rem;
  }

  .list-main-features {
    column-gap: 4%;
  }

  .list-main-features>li {
    inline-size: calc(92% / 3);
  }

  .list-main-features .title {
    font-size: 2rem;
    margin-top: .8em;
  }

  .list-main-features .text {
    font-size: 1.6rem;
  }

  /* 特長をもっと詳しく見るボタン */
  .feature__anchor-button .btn-has-arrow-left {
    font-size: 1.8rem;
  }

  /* お役立ちコンテンツ */
  .tips__title {
    font-size: 1.8rem;
  }

  .list-tips {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
    row-gap: 6rem;
  }

  .carousel-gallery .swiper {
    overflow: hidden;
  }

  .carousel-gallery.has-navigation {
    padding-inline: 6rem;
    position: relative;
  }

  .carousel-gallery.has-scrollbar .swiper {
    padding-bottom: 5rem;
  }

  .carousel-gallery .cg-button-next,
  .carousel-gallery .cg-button-prev {
    display: block;
    inline-size: 50px;
    block-size: 50px;
    background: url('/business/aircon/assets/common/images/gallery-arrow.svg') no-repeat left top / contain;
    position: absolute;
    top: 50%;
  }

  .carousel-gallery .cg-button-next {
    right: 0;
    transform: translate(0, -50%);
  }

  .carousel-gallery .cg-button-prev {
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
  }

  .carousel-gallery.destroy {
    padding-inline: 0;
  }

  .carousel-gallery.destroy .swiper {
    padding-bottom: 0;
  }

  .carousel-gallery.destroy .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
  }

  .carousel-gallery.destroy .cg-button-next,
  .carousel-gallery.destroy .cg-button-prev {
    display: none;
  }

  /* 保守サービス契約注釈 */
  .maintenance {
    padding: 2.5rem 2rem;
  }

  .maintenance__title {
    font-size: 1.8rem;
  }

  /* 参考動画 */
  .movie-title {
    font-size: 1.8rem;
  }

  /* おすすめの商品 */
  .footer-lineup__title {
    font-size: 3.2rem;
  }

  /* ボタンリンク一覧 */
  .list-btn-links {
    flex-direction: row;
    justify-content: center;
    column-gap: 6rem;
    max-inline-size: 550px;
    margin: 10rem auto 0;
  }

  .list-btn-links .btn-has-arrow-left {
    font-size: 1.8rem;
  }
}

/* ====================================
	PC専用スタイル
===================================== */
@media print,
screen and (width >=1080px) {

  .overview__gallery--pagination {
    right: 3rem;
  }

  .overview__gallery .swiper {
    padding-inline: 3rem;
  }

  /* 拡大鏡 */
  .zoomContainer {
    z-index: 1;
  }

  .zoomWindow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .6);
  }
}