@charset "UTF-8";

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

.global-header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* メインビジュアル */
.mainvisual {
  margin-top: 4rem;
}

.page-header__main-title {
  font-size: 2rem;
}

/* フォトギャラリー */
.gallery-outer {
  position: relative;
}

/* フォトギャラリー:ナビゲーション */
.gallery-container .btn-gallery-next,
.gallery-container .btn-gallery-prev {
  display: block;
  inline-size: 20px;
  block-size: 40px;
  background: var(--white-gray) url(/business/assets/common/images/chevron-right-solid.svg) no-repeat center center / 20px auto;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.gallery-container .btn-gallery-next {
  right: 0;
  transform: translate(0, -50%);
}

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

.gallery-container .btn-gallery-next.hovering,
.gallery-container .btn-gallery-prev.hovering {
  opacity: .5;
}

/* フォトギャラリー:ページネーション */
.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);
}

/* フォトギャラリー：サムネイル */
.gallery-thumbs-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-block: 1em;
  padding-block: .5em;
  background-color: var(--white-gray);
}

.gallery-thumbs-group button {
  padding: .2em .2em;
  color: #535353;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  border-bottom: solid 2px transparent;
}

.gallery-thumbs-group button[aria-selected="true"] {
  color: #000;
  border-bottom: solid 2px #000;
}

.gallery-thumbs-group li:not(:first-child) {
  margin-left: 1em;
}

.gallery-thumbs {
  display: flex;
  column-gap: 2%;
  row-gap: 10px;
}

.gallery-thumbs.no-thumbs-group {
  margin-top: 1em;
}

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

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

.gallery-thumbs>li>a {
  display: block;
  cursor: pointer;
}

.product__category small {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.product__category em {
  font-size: 3.4rem;
}

.product__features {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: bold;
}

.product__features-list {
  margin-top: 3rem;
  padding-block: 2rem;
  font-size: 1.6rem;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
}

.product__features-list.caption__list.normal li::before {
  color: #000;
}

.product__features-list li:nth-of-type(n+2) {
  margin-top: 1rem;
}

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

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

.product__color-list li {
  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;
}

.icon-color {
  display: inline-block;
  inline-size: 1em;
  block-size: 1em;
  margin-right: .5em;
  border: 1px solid #000;
  border-radius: 50%;
}

.link-spec {
  margin-block-start: 4rem;
}

.icon-color.gray {
  background: #B5B5B5;
}






/* 基本仕様 */
.table-spec {
  inline-size: 100%;
  font-size: 1.4rem;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid var(--light-gray);
}

.table-spec th,
.table-spec td {
  display: block;
  inline-size: 100%;
  padding: 1em;
  border-top: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
}

.table-spec th {
  background-color: var(--light-gray);
  font-weight: 500;
}

.table-spec th.rowspan {
  background-color: var(--white-gray);
}

/* 寸法図 */

.size-space {
  display: block;
  margin-block-start: 2em;
}

.size__image {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: left;
}

.size__image figure {
  max-inline-size: 260px;
  height: auto;
}

.size__image figure figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1em;
}

#size .caption__list li img {
  display: inline-block;
  margin-inline-end: .5em;
  width: 31px;
  height: auto;
}

/* ====================================
	ホバー、マウスポインタが有効なデバイス
==================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	768px未満専用スタイル
==================================== */
@media screen and (width <768px) {}

/* ====================================
	768px以上専用スタイル
==================================== */
@media screen and (width >=768px) {


  /* 寸法図 */
  .size-img-container {
    justify-content: space-between;
    row-gap: 10rem;
  }

  .size-item {
    inline-size: 100%;
    max-inline-size: 860px;
    margin-inline: auto;
  }

  .size-sub-item {
    inline-size: 47%;
  }



}

/* ====================================
	768px以上1080px未満専用スタイル
==================================== */
@media screen and (768px <=width < 1080px) {}

/* ====================================
	1080px未満専用スタイル
==================================== */
@media screen and (width <1080px) {

  /* フォトギャラリー */
  #gallery {
    margin-bottom: 3rem;
  }

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

  .gallery-thumbs {
    inline-size: fit-content;
    column-gap: 1.5vw;
  }

  .gallery-thumbs>li {
    inline-size: 13.5vw;
  }

  .gallery-thumbs>li:last-child {
    margin-right: 5vw;
  }

  /* 基本仕様 */
  .table-spec th.rowspan,
  .table-spec th.rowspan+td {
    border-top: none;
  }
}

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

  .page-header__main-title {
    font-size: 3.6rem;
  }

  /* メインビジュアル */
  .mainvisual {
    margin-top: 8rem;
  }

  /* 基本仕様 */
  .overview {
    display: grid;
    grid-template-areas:
      "gallery overview";
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
  }

  .overview__gallery {
    grid-area: gallery;
  }

  .overview__product-info {
    grid-area: overview;
  }


  .product__features {
    font-size: 2.8rem;
    font-weight: bold;
  }


  /* フォトギャラリー */
  .gallery-pagination {
    right: 3rem;
  }

  .gallery-container {
    padding-inline: 3rem;
  }

  .gallery-container .btn-gallery-next,
  .gallery-container .btn-gallery-prev {
    inline-size: 3rem;
    block-size: 6rem;
  }

  .gallery-container .btn-gallery-next:focus-visible,
  .gallery-container .btn-gallery-prev:focus-visible {
    outline-offset: -2px;
  }

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

  /* フォトギャラリー：サムネイル */
  .gallery-thumbs {
    flex-wrap: wrap;
  }

  .gallery-thumbs>li {
    inline-size: 15%;
  }

  /* フォトギャラリー：拡大鏡 */
  .zoomContainer {
    z-index: 1;
  }

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


  /* 基本仕様 */
  .table-spec {
    font-size: 1.6rem;
    border-left: 1px solid var(--light-gray);
  }

  .table-spec th,
  .table-spec td {
    display: table-cell;
    border: none;
    border-top: 1px solid var(--light-gray);
    padding: 1em .8em;
  }

  .table-spec th {
    inline-size: 40%;
    background-color: var(--white-gray);
  }

  .table-spec td {
    border-left: 1px solid var(--light-gray);
    border-right: 1px solid var(--light-gray);
  }

  .table-spec th[rowspan],
  th.rowspan {
    inline-size: 20%;
  }
}