@charset "UTF-8";

/* ====================================
	製品ページ共通スタイル
 ==================================== */
/* メインエリア */
.page-header {
  padding: 2rem 0 2rem;
}

.page-footer {
  padding: 8rem 0 0;
}

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

/* メインエリア：外部リンク */
.page-header .btn-has-arrow-left {
  margin-left: auto;
}

.page-footer .btn-has-arrow-left {
  margin-inline: auto;
}

/* 検索条件 */
.option-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.list-options li {
  position: relative;
}

.list-options li:not(:first-child) {
  margin-top: 0.5em;
}

.list-options input[type="checkbox"] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.option-label {
  font-weight: 400;
  cursor: pointer;
  padding: 0.3em 0 0.3em 2em;
  background: url('images/check-off.svg') no-repeat left 6px center / 18px auto;
}

.option-label:has(:checked) {
  background-image: url(images/check-on.svg);
  font-weight: 500;
}

.option-title2 {
  margin-bottom: 2em;
  font-size: 2rem;
  text-align: center;
}

.list-options.option-type2 li {
  background: #fff;
  border: solid 2px transparent;
}

.option-type2 .option-label {
  display: block;
  padding: 0.3em 0 0.3em 2em;
  background: url('images/check-off2.svg') no-repeat left 6px center / 18px auto;
}

.list-options.option-type2 li:has(:checked) {
  border: solid 2px #535353;
}

.option-type2 .option-label:has(:checked) {
  background-image: url(images/check-on2.svg);
  font-weight: 500;
}

.option-label:has(:focus-visible) {
  outline: 2px solid var(--cyan);
  outline-offset: 1px;
}

.option-text {
  font-size: 1.6rem;
}

.yeartxt {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

/* 検索条件：全条件をクリア */
.btn-clear {
  margin-top: 3rem;
  text-align: center;
}

.btn-option-clear {
  border-bottom: solid 1px #000;
}

/* 検索条件：比較表を更新 */
.btn-update {
  margin-top: 2rem;
  text-align: center;
}

.btn-option-update {
  padding: 0.5em 1em;
  font-size: 1.8rem;
  background: #535353;
  color: #fff;
  border: solid 1px #707070;
}

/* 検索結果 */
.list-results .is-search {
  border: none;
}

.results-info {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.results-count {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 1.5em;
}

.btn-option-update .results-count {
  font-size: inherit;
  margin: 0;
}

.list-results {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.list-results a {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  text-decoration: none;
  position: relative;
}

.new {
  padding: 0 0.2em;
  background: #E6000D;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.prod-header {
  padding: 1em 0 0;
  text-align: center;
}

.prod-photo {
  padding: 12%;
  background: #F5F5F5;
}

.prod-category {
  font-size: 1.4rem;
}

.prod-name {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}

.list-product-color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: .5em;
}

/* 検索結果：仕様テキスト */
.text-container {
  margin-top: 1em;
}

.list-spec {
  font-size: 1.2rem;
  text-align: center;
}

.list-spec li:not(:first-child) {
  margin-top: 0.2em;
}

.list-function {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.list-function li {
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  margin: 0 2% 0.46em 0;
  /*width: 32%;*/
  text-align: center;
  border: solid 1px #777;
  display: table;
  text-align: center;
  /*min-height: 7em;*/
  /*font-weight: bold;*/
}

.list-function li.bathpomp {
  color: #76CBF2;
  border: solid 1px #76CBF2;
}

.list-function li:nth-child(3n) {
  /*margin-right: 0;*/
}

.list-function li span {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  padding: 0.2em 0.3em;
}

.drum {
  background-color: #ED7D31;
  color: #FFF;
  padding: 3px 0;
  border-radius: 5px;
  margin-bottom: 5px;
}

.tate {
  background-color: #0070C0;
  color: #FFF;
  padding: 3px 0;
  border-radius: 5px;
  margin-bottom: 5px;
}

.auto {
  background-color: #70AD46;
  color: #FFF;
  padding: 3px 0;
  border-radius: 5px;
  margin-bottom: 5px;
}

.img-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.img-icons li {
  /*height: 4.7rem;*/
  margin: 0 15px 8px 0;
}

.img-icons:empty {
  display: none;
}

.img-icons li.icon-plasmacluster img {
  width: 4.5rem;
  height: auto;
}

.img-icons li.icon-cocorowash img {
  width: 135px;
  height: 4.5rem;
}

.img-icons li.icon-ananashi {
  margin-right: 0;
}

.img-icons li.icon-ananashi img {
  width: auto;
  height: 3.5rem;
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover:hover) and (pointer: fine) {
  .btn-clear .hovering {
    border-bottom: solid 1px transparent;
  }

  .btn-update .hovering {
    background: #535353;
    color: #fff;
    border: solid 1px #fff;
  }
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width <1080px) {
  .img-icons {
    display: inherit;
    flex-wrap: wrap;
  }

  .img-icons li {
    text-align: center;
    margin-right: 0;
    height: 4rem;
  }

  .img-icons li.icon-plasmacluster img {
    width: 4rem;
  }

  .img-icons li.icon-cocorowash img {
    width: 50%;
    height: 4rem;
  }

  .img-icons li {
    margin-bottom: 8px;
  }

  .list-function {
    display: block;
  }

  .list-function li {
    width: 100%;
    height: auto;
  }

  .list-function li {
    min-height: auto;
  }

  /* モーダルウィンドウ */
  .modal {
    display: none;
  }

  .modal.is-open {
    display: block;
  }

  .modal-content {
    font-size: 1.8rem;
  }

  .modal .outer-base-width {
    inline-size: 100%;
  }

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, .6);
    padding: 4rem 5%;
    display: flex;
    justify-content: center;
  }

  .modal-container {
    inline-size: 100%;
    background-color: #fff;
    overflow-y: auto;
  }

  .modal-container section:not(:first-of-type) {
    padding-top: 6rem;
  }

  .modal-container::-webkit-scrollbar {
    width: 10px;
  }

  .modal-container::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    background-color: #000;
    background-clip: content-box;
  }

  .modal-container::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .option-item-wrap {
    max-inline-size: 1200px;
    margin-inline: auto;
    padding: 3rem 5%;
  }

  .btn-modal-close {
    inline-size: 30px;
    block-size: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .btn-modal-close::before {
    content: '';
    display: block;
    inline-size: 20px;
    block-size: 20px;
    background: url('/sentaku/assets/common/images/icon-close-w.svg') no-repeat center center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .micromodal-slide[aria-hidden="false"] .modal-overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }

  .micromodal-slide[aria-hidden="true"] .modal-overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }

  .micromodal-slide .modal-container,
  .micromodal-slide .modal-overlay {
    will-change: transform;
  }

  @keyframes mmfadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes mmfadeOut {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  /* メインエリア */
  .main-navi {
    position: sticky;
    top: 0;
    z-index: 11;
  }

  /* メインエリア：絞り込む */
  .btn-search-options {
    inline-size: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    background: #F5F5F5;
    text-align: right;
  }

  .btn-option-menu {
    display: inline-block;
    inline-size: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.75em 1em;
    box-shadow: 0px 3px 6px #0000004d;
  }

  .icon-option-menu {
    display: inline-block;
    inline-size: auto;
    block-size: 1em;
    margin-left: 0.5rem;
  }

  /* 検索条件 */
  .option-item:not(:first-of-type) {
    margin-top: 2.5rem;
  }

  .option-item2 {
    margin-top: 5.5rem;
  }

  /* 検索結果 */
  .results-container {
    padding-top: 1em;
  }

  .list-results {
    justify-content: space-between;
  }

  .list-results > li {
    inline-size: 47%;
    margin-top: 7%;
    padding-bottom: 7%;
    min-block-size: 2.5em;
    border-bottom: solid 1px #D9D9D9;
  }

  .list-results > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

/* ====================================
	PC&タブレット
===================================== */
@media print,
screen and (width >=768px) {}

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

  /* メインエリア */
  .page-header {
    padding: 2rem 0 4rem;
  }

  .main-title {
    font-size: 3.6rem;
  }

  .main-wrap {
    display: flex;
    justify-content: space-between;
  }

  .main-navi {
    inline-size: 26rem;
  }

  .main-navi-inner {
    padding-bottom: 6rem;
    background: #F5F5F5;
  }

  .main-panel {
    flex: 1;
    margin-left: 50px;
  }

  /* メインエリア：絞り込む */
  .btn-search-options {
    display: none;
  }

  /* 検索条件 */
  .bdr-top-wh {
    border-top: solid 2px #fff;
  }

  .option-title {
    font-size: 1.8rem;
  }

  .option-item {
    padding: 1.5em 1em;
  }

  .option-item2 {
    padding: 4.5rem 1em;
    border-top: 4px solid #fff;
  }

  /* 検索条件：比較表を更新 */
  .btn-update {
    display: none;
  }

  /* 検索結果 */
  .main-panel {
    min-block-size: 700px;
  }

  .results-info {
    font-size: 2rem;
  }

  .list-results > li {
    inline-size: 31%;
    margin-top: 3%;
    margin-left: 3.5%;
    min-block-size: 2.5em;
  }

  .list-results > li:nth-child(-n+3) {
    margin-top: 0;
  }

  .list-results > li:nth-child(3n-2) {
    margin-left: 0;
  }

  .prod-category {
    font-size: 1.4rem;
  }

  .prod-name {
    font-size: 2.4rem;
  }

  /* 検索結果：仕様テキスト */
  .list-spec {
    font-size: 1.4rem;
  }
}
