@charset "utf-8";

/*=====================================
 * KV エリア
 *=====================================*/
@media screen and (max-width: 767px) {
  .bp-section.wishlist-product-list__kv-area {
    margin: 60px 0 50px;
  }
  .bp-section.wishlist-product-list__kv-area .bp-headline--en {
    font-size: 8vw;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .bp-section.wishlist-product-list__kv-area {
    margin: 80px 0 70px;
  }
  .bp-section.wishlist-product-list__kv-area .bp-headline--en {
    font-size: calc(2vw + 20px);
    margin-bottom: 8px;
  }
}

/*=====================================
 * 一覧エリア(0件表示)
 *=====================================*/
.wishlist-product-list--no-data-category-title-wrap + .product-category-list {
  margin-top: 0px;
}
.bp-section__inner.wishlist-nodata-text-area {
  margin: 50px auto 0;
}
.bp-section__inner.wishlist-nodata-text-area .text-link-base {
  margin-bottom: 10px;
}

/*=====================================
 * 一覧エリア
 *=====================================*/
@media screen and (max-width: 767px) {
  .bp-section.wishlist-product-list__kv-area + .bp-section {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .bp-section.wishlist-product-list__kv-area + .bp-section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bp-section__inner.wishlist-product-list {
    padding: 0;
  }
}
.wishlist-product-list__image-wrap {
  padding: 13.3333%;
  position: relative;
  z-index: 0;
}
.wishlist-product-list__image-wrap::after {
  background-color: var(--base-color);
  content: '';
  height: 100%;
  left: 0;
  opacity: .125;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wishlist-product-list__image {
  display: block;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 0;
  aspect-ratio: 1 / 1;
}
.wishlist-product-list__product-name {
  margin: 5px 0 3px;
}

@media screen and (min-width: 768px) {
  .comparison-table__display-condition-area {
    margin-top: 5px;
  }
  .comparison-table__display-condition-link {
    display: inline;
    margin-right: 15px;
    text-decoration: none;
  }
  .comparison-table__display-condition-link:hover {
    cursor: pointer;
  }
  .comparison-table__display-condition-link.active {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table__display-condition-area {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .comparison-table__display-condition-link {
    display: inline;
    margin-right: 10px;
    text-decoration: none;
  }
  .comparison-table__display-condition-link:hover {
    cursor: pointer;
  }
  .comparison-table__display-condition-link.active {
    text-decoration: underline;
  }
}

/* -- 横スクロール */
.comparison-list {
  overflow-y: visible;
}
.comparison-scroll-area {
  overflow-x: auto;
  overflow-y: hidden;
  /*white-space: nowrap;*/
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin-top: 30px;
}

#product_data {
  table-layout: fixed;
  margin: 0 auto;
}
#product_data th {
  position: sticky;
  left: 0;
  z-index: 10;
  font-size: 11px;
}
#product_data td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #fxHeader .fx-left-table th,
  #product_data th {
    min-width: 100px;
  }
  #fxHeader .fx-left-table th {
    height: 102px;
  }
  #fxHeader .fx-right-table td,
  #product_data td {
    min-width: 135px;
    width: 135px !important;
    text-wrap: wrap;
  }
  #fxHeader .fx-right-table td:first-of-type,
  #product_data td:first-of-type {
    min-width: 150px;
    width: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  #fxHeader .fx-left-table th,
  #product_data th {
    min-width: 100px;
  }
  #fxHeader .fx-left-table th {
    height: 102px;
  }
  #fxHeader .fx-right-table td,
  #product_data td {
    min-width: 180px;
    width: 180px;
    text-wrap: wrap;
  }
}

#product_data thead tr,
#product_data tbody tr {
  margin: 1px 0;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
#product_data .box-link-base.box-link-base--key-color-bg {
  margin: 10px auto;
  width: 100px;
  font-size: 12px;
}
#product_data .comparison-table--main-box-disable-label {
  margin: 10px auto;
  opacity: 0.5;
}

.comparison-table--main-box {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.comparison-table--main-box-top-area {
  top: 0px;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .comparison-table--main-box-top-area img.img-aspect-1-1 {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .comparison-table--main-box-top-area img.img-aspect-1-1 {
    width: 120px;
  }
}
.comparison-table--main-box-bottom-area {
  bottom: 0px;
  margin-top: auto;
}
.comparison-price-disable {
  opacity: 0.5;
}

.comparison-table--spec-title {
  background-color: var(--base-color);
}
.comparison-table--spec th,
.comparison-table--spec td,
.comparison-table--spec-title th {
  height: 30px;
  font-size: 13px;
  vertical-align: middle;
}
.comparison-table--spec th,
.comparison-table--spec-title th {
  padding: 10px 8px;
  /* Bold設定 */
  -webkit-text-stroke-width: 0.6px;
  font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
  .comparison-table--spec td {
    padding: 10px 15px 10px 0;
  }
  .comparison-table--spec td:first-of-type {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .comparison-table--spec td {
    padding: 10px 15px;
  }
}

.comparison-table--spec th {
  background-color: var(--foundation-color-gray);
  text-align: left;
}
.comparison-table--spec td {
  text-align: center;
}
tbody tr.comparison-table--spec:hover {
  background-color: var(--foundation-color-gray);
}

.compare-move-up,
.compare-move-down {
  font-size: 14px;
  margin: 5px 8px;
  color: var(--text-main-color);
  cursor: pointer;
}
.tax-include-str {
  margin-left: 3px;
  font-size: 11px;
}
.comparison-table--item-delete {
	position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.comparison-table--item-delete a {
  color: var(--text-main-color);
}
.comparison-table--item-name {
  display: block;
}

.comparison-table--checkbox {
  display: none;
}
.comparison-table--checkbox-parts {
  padding-top: 2px;
  padding-left: 25px;
  position:relative;
}
.comparison-table--checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 4px;
}
.comparison-table--checkbox:checked + label.comparison-table--checkbox-label > .comparison-table--checkbox-parts:before {
  background-color: var(--key-color);
}
.comparison-table--checkbox:checked + label.comparison-table--checkbox-label > .comparison-table--checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  #product_section,
  .bp-box-link-wrap {
    margin-bottom: calc(var(--sp-margin-vertical) - 30px) !important;
  }
  .bp-section.shared-main-banner-list__wrap {
    margin-top: calc(var(--pc-margin-vertical) - 30px) !important;
  }
}
@media screen and (min-width: 768px) {
  #product_section,
  .bp-box-link-wrap {
    margin-bottom: calc(var(--pc-margin-vertical) - 60px) !important;
  }
  .bp-section.shared-main-banner-list__wrap {
    margin-top: calc(var(--pc-margin-vertical) - 60px) !important;
  }
}

/*=====================================
 * 項目説明ポップオーバー
 *=====================================*/
.popover-dismiss {
  font-size: 11px;
  color: var(--text-main-color);
}
.popover {
  width: 300px;
  background-color: var(--foundation-color-white) !important;
  border-radius: 0;
  letter-spacing: .06em;
}
.comparison-table-popover {
  position: relative;
  padding: 10px;
  color: var(--text-main-color);
}
.comparison-table-popover .popover-colse {
  position: absolute;
  top: 0;
  right: -3px;
  cursor: pointer;
  padding: 3px;
}
.comparison-table-popover .popover-colse i.fa-xmark {
  font-size: 22px;
}
.comparison-table-popover dl {
  margin-bottom: 0;
}
.comparison-table-popover dl dt {
  margin-bottom: 5px;
  font-size: 1.1em;
}
.comparison-table-popover dl dd {
  margin-bottom: 0;
}
.popover .comparison-table-popover p {
  font-size: 0.9em;
}

/* CVボタン */
.error-message__modal-dialog .box-link-base {
  cursor: pointer;
}
.box-link-base.box-link-base--key-color-bg {
  cursor: pointer;
}

/* リングサイズ選択プルダウン */
#comparison-table-ringsize-select {
  min-width: 165px;
  padding: 8px 10px;
  width: 12vw;
  border: 1px solid var(--base-color);
}

.fx-header {
  position:fixed; left:0; right:0; z-index:1000;
  display:none; background:#fff; border-bottom:1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .fx-header {
    top:56px;
  }
}
@media screen and (min-width: 768px) {
  .fx-header {
    top:44px;
  }
}
.fx-header__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}
.fx-right-viewport {
  overflow:hidden; /* 横はJSでtranslate同期 */
}
.fx-left-table th {
  font-size: 11px;
}
.fx-right-table {
  border-collapse:separate; border-spacing:0; height:100%;
  width:max-content; min-width:100%;
  transform:translateX(0);  /* JSで動かす */
}
.fx-price-disable {
  opacity: 0.5;
}

/* - スクロールボタン */
.fx-comparison-scroll-button-wrapper,
.comparison-scroll-button-wrapper {
  display: flex;
  justify-content: space-between;
  height: 0;
}
.leftbutton, .rightbutton {
  position: relative;
  background-color: rgba(255,255,255,0.6);
  border: none;
  font-size: 11px;
  color: var(--text-main-color);
  display: block;
  z-index: 2;
}
.leftbutton:hover,
.rightbutton:hover,
.leftbutton:visited,
.rightbutton:visited {
  color: var(--text-main-color);
}
@media screen and (max-width: 767px) {
  .comparison-scroll-button-wrapper .leftbutton,
  .comparison-scroll-button-wrapper .rightbutton {
    padding: 5px; /* 高さはJSで制御する */
    margin-top: 76px;
  }
  .comparison-scroll-button-wrapper .leftbutton {
    left: 100px;
  }

  .fx-comparison-scroll-button-wrapper .leftbutton,
  .fx-comparison-scroll-button-wrapper .rightbutton {
    padding: 42px 5px;
  }
  .fx-comparison-scroll-button-wrapper .leftbutton {
    left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .comparison-scroll-button-wrapper .leftbutton,
  .comparison-scroll-button-wrapper .rightbutton {
    padding: 6px; /* 高さはJSで制御する */
    margin-top: 76px;
  }
  .comparison-scroll-button-wrapper .leftbutton {
    left: 100px;
  }

  .fx-comparison-scroll-button-wrapper .leftbutton,
  .fx-comparison-scroll-button-wrapper .rightbutton {
    padding: 42px 6px;
  }
  .fx-comparison-scroll-button-wrapper .leftbutton {
    left: 0px;
  }
}
