@charset "UTF-8";

/* ====================================
 共通スタイル
 ==================================== */
.icon-color.white {
  background: #FFF;
}

.icon-color.black {
  background: #000;
}

.icon-color.c-gold {
  background: #e3d1bd;
}

.icon-color.deepblue {
  background: #344568;
}

.icon-color.brown {
  background: #7f352d;
}

.icon-color.pink {
  background: #ffccff;
}

.icon-color.red {
  background: #cb183d;
}

.icon-color.clearblue {
  background: #99bbd5;
}

.icon-color.skyblue {
  background: #00b0f0;
}

.icon-color.gx {
  background: #acd8cd;
}

.icon-color.px {
  background: #fad6d8;
}

.icon-color.hx {
  background: #d7d7d4;
}

.icon-color.bx {
  background: #000;
}

.icon-color.cx {
  background: #e8ddca;
}

.icon-color.vx {
  background: #dbc6e0;
}

.icon-color.yx {
  background: #fcd16d;
}

label:has(input:focus-visible) {
  outline: 2px solid var(--cyan);
}

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

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

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

/* メインエリア：外部リンク */

.list-btn-links {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 2rem;
	margin-top: 3rem;
}

.page-header .btn-has-arrow-left {
  margin-left: auto;
}
.page-header .list-btn-links {
  row-gap: 2rem;
  justify-content: flex-end;
}

.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('/calc/lineup/common/images/check-off.svg') no-repeat left 6px center / 18px auto;
}

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

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

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

/* 検索条件：全条件をクリア */
.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: 0.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-results > li {
  position: relative;
}

.list-spec li.spec-stock {
  position: absolute;
  z-index: 10;
  color: red;
  top: 0;
  left: 0;
  font-size: 12px;
  border: 1px solid red;
  padding: 2px 5px;
}

.list-spec li.spec-case,
.list-spec li.spec-size,
.list-spec li.spec-digits,
.list-spec li.spec-option {
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  border: solid 1px #777;
  display: table;
  text-align: center;
  margin: 0 2% 0.46em 0;
  padding: 0.2em 0.3em;
  float: left;
}

ul.img-icons {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.img-icons .icon-kinou,
ul.img-icons .icon-siaa_21702_jp,
ul.img-icons .icon-siaa_22196_en,
ul.img-icons .icon-siaa_22196_jp {
  /*width: calc(13.8% - 6px);*/
  width: calc(15.7% - 6px);
  margin: 1px;
}

ul.img-icons .icon-kinou_2 {
  width: calc(22.6% - 6px);
  margin: 1px;
}

ul.img-icons .icon-green {
  width: calc(18% - 6px);
  margin: 1px;
}

.icon-color.none {
  visibility: hidden;
}

.prod-notes {
  font-size: 1.1rem;
  color: #116aff;
}

.icon_c4 {
  position: relative;
}

.icon_c4 sup {
  font-size: 10px;
  position: absolute;
  right: -15px;
  top: 9px;
}

.prod-name {
  position: relative;
}

.prod-name sup {
  font-size: 10px;
  position: absolute;
  top: 13px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 0.5em;
}

.prod-name.undefined {
  display: none;
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@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) {



  ul.img-icons .icon-kinou,
  ul.img-icons .icon-siaa_21702_jp,
  ul.img-icons .icon-siaa_22196_en,
  ul.img-icons .icon-siaa_22196_jp {
    /*width: calc(13.8% - 6px);*/
    width: calc(21.6% - 5px);
    margin: 1px;
  }

  ul.img-icons .icon-kinou_2 {
    width: calc(21.6% - 5px);
    margin: 1px;
  }

  ul.img-icons .icon-green {
    width: calc(21.6% - 5px);
    margin: 1px;
  }


  /* モーダルウィンドウ */
  .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, 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('/calc/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 0.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .micromodal-slide[aria-hidden="true"] .modal-overlay {
    animation: mmfadeOut 0.3s cubic-bezier(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;
  }



  .list-spec li.spec-copy {
    text-align: left;
    margin-bottom: 10px;
  }

  .list-spec li.spec-case {
    text-align: left;
  }

}

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

  .btn-modal-close {
    display: none;
  }

	/* メインエリア：外部リンク */
	.list-btn-links {
		flex-direction: row;
		justify-content: center;
		column-gap: 4rem;
		margin: 6rem auto 0;
	}

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

  /* 検索条件 */
  .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 li {
    font-size: 1.4rem;
    text-align: left;
  }

  .list-spec li.spec-copy {
    min-height: 4em;
  }
}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {

  ul.img-icons .icon-kinou,
  ul.img-icons .icon-siaa_21702_jp,
  ul.img-icons .icon-siaa_22196_en,
  ul.img-icons .icon-siaa_22196_jp {
    /*width: calc(13.8% - 6px);*/
    width: calc(11.7% - 5px);
    margin: 1px;
  }

  ul.img-icons .icon-kinou_2 {
    width: calc(11.7% - 5px);
    margin: 1px;
  }

  ul.img-icons .icon-green {
    width: calc(11.7% - 5px);
    margin: 1px;
  }

}
