@charset "UTF-8";
/* ===== .error（エラー） ===== */
#waxcompare .error {
  display: none;
  text-align: center;
}

#waxcompare .none .error {
  display: block;
  color: red;
}

#waxcompare .none .itemList {
  display: none;
}

/* ===== .Reset（エラー後解除） ===== */
#waxcompare .select .btnReset {
  display: none;
}

#waxcompare .chartTable.searching .select .btnReset {
  display: block;
}

#waxcompare .select .btnReset a {
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

/* ===== .select ===== */
#waxcompare .select {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 0.8em;
  position: relative;
}

#waxcompare .select .btnSort {
  cursor: pointer;
}

#waxcompare .select .btnSort select {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  display: block;
  color: #000;
  background-color: #fff;
  text-decoration: none !important;
  border-radius: 2px;
  border: 1px solid #767676;
  height: 2em;
  margin-right: 0;
  padding: 0 0.5em;
}

#waxcompare .select .btnSearch {
  margin: 0 0.5em;
}

#waxcompare .select .btnSearch .btn {
  display: block;
  padding: 0;
}

#waxcompare .select .btnSearch .btn a {
  display: table;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #000;
  text-decoration: none !important;
  border-radius: 2px;
  background: url("../img/icon_serch.png") right 0.5em center/auto 1em no-repeat;
  border: 1px solid #767676;
  height: 2em;
  padding: 0 0.5em;
  padding-right: 2.5em;
  background-color: #fff;
}

#waxcompare .select .btnSearch .btn a span {
  display: table-cell;
  vertical-align: middle;
}

#waxcompare .chartTable.searching .select .btnSearch .btn a {
  font-weight: bold;
}

#waxcompare .select .btnReset {
  display: none;
}

#waxcompare .chartTable.searching .select .btnReset {
  display: block;
}

#waxcompare .select .btnReset a {
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

#waxcompare .select .note {
  position: absolute;
  right: 0;
  bottom: 12px;
  line-height: 1.3;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #waxcompare .select .btnSort select {
    height: 2.5em;
  }
  #waxcompare .select .btnSearch {
    margin-left: 1em;
  }
  #waxcompare .select .btnSearch .btn a {
    height: 2.5em;
  }
}
/* ===== .itemList ===== */
#waxcompare .itemListContainer {
  position: relative;
}

#waxcompare .itemList {
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.3em;
  transition: all 0.5s;
}

@media screen and (max-width: 1170px) {
  #waxcompare .itemList {
    overflow-x: scroll;
  }
}
#waxcompare .itemList table {
  border-collapse: separate;
}

#waxcompare .itemList table tr th,
#waxcompare .itemList table tr td {
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0.5em;
}

#waxcompare .itemList table tr th {
  position: sticky;
  left: 0;
  z-index: 1;
  border-right: #dcdcdc 1px solid;
}

#waxcompare .itemList table thead tr th,
#waxcompare .itemList table thead tr td {
  pointer-events: none;
  white-space: nowrap;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
}

#waxcompare .itemList table thead tr th {
  border-right: #fff 1px solid;
}

#waxcompare .itemList table thead tr td {
  border-right: #fff 1px solid;
}

#waxcompare .itemList table tbody tr {
  display: none;
}

#waxcompare .itemList table tbody tr.selected.showItem {
  display: table-row;
}

#waxcompare .chartTable.open table tbody tr.selected {
  display: table-row !important;
}

#waxcompare .itemList table tbody tr th {
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  padding: 0.5em 0 0.5em 1em;
}

#waxcompare .itemList table tbody tr td {
  border-right: #dcdcdc 1px solid;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

#waxcompare .itemList table tbody tr td:last-child {
  border-right: none;
}

@media screen and (min-width: 768px) {
  #waxcompare .itemListContainer {
    margin: 0 auto;
  }
  #waxcompare .itemList {
    margin-bottom: 0.3em;
  }
  #waxcompare .itemList table tr th,
  #waxcompare .itemList table tr td {
    font-size: 13.5px;
  }
  #waxcompare .itemList table thead tr td,
  #waxcompare .itemList table tbody tr td {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.chartTable.none .itemList,
.chartTable.none .clone-wrapper,
.chartTable.none .top-scrollbar {
  display: none !important;
}

/* ===== .もっとみる ===== */
#waxcompare .btnMore {
  position: relative;
  padding: 1em 0 2em;
  margin-top: 20px;
}

#waxcompare .btnMore a {
  position: relative;
  font-weight: normal;
}

#waxcompare .chartTable.all .btnMore {
  display: none;
}

#waxcompare .chartTable.open .btnMore::before {
  display: none;
}

#waxcompare .btnMore a {
  transition: 0s;
}
#waxcompare .btnMore a:hover {
  text-decoration: none;
}

#waxcompare .btnMore a,
#waxcompare .btnMore a:focus {
  text-decoration: none;
  display: block;
  color: #000;
  width: 250px;
  font-size: 17px;
  font-weight: nomal;
  border: #ccc 1px solid;
  text-align: center;
  margin: 0 auto;
  padding: 10px 35px;
  background-color: #fff;
}

#waxcompare .chartTable.open .btnMore a {
  font-size: 0;
}

#waxcompare .chartTable.open .btnMore a::before {
  font-size: 17px;
  content: "閉じる";
}

#waxcompare .btnMore a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 46%;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

#waxcompare .chartTable.open .btnMore a::after {
  transform: translateY(-20%) rotate(-135deg);
}

@media screen and (min-width: 768px) {
  #waxcompare .btnMore {
    padding-top: 0;
  }
  #waxcompare .btnMore::before {
    display: none;
  }
  #waxcompare .btnMore a,
  #waxcompare .btnMore a:focus {
    font-size: 18px;
  }
  #waxcompare .btnMore a::after {
    width: 12px;
    height: 12px;
  }
}
/* ===== グラデ ===== */
#waxcompare .itemList.org tbody::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  border-bottom: #fff 20px solid;
  z-index: 1;
}

#waxcompare .chartTable.all .itemList.org tbody::after,
#waxcompare .chartTable.open .itemList.org tbody::after {
  display: none;
}

/* ===== もっとみる対応 ＋　タブレット固定位置対応 ===== */
/* clone-header 全体ラッパー */
#waxcompare .itemList.clone-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  overflow: visible;
}

#waxcompare .itemList.clone-wrapper.fix {
  display: block;
}

/* 横スクロール用コンテナ */
#waxcompare .itemList.clone-wrapper .clone-scroll {
  width: 100%;
  overflow-x: hidden;
}

/* PCのみ横スクロール有効 */
@media screen and (min-width: 1025px) {
  #waxcompare .itemList.clone-wrapper .clone-scroll {
    overflow-x: auto;
  }
}
/* PC専用上部スクロールバー */
#waxcompare .top-scrollbar {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 16px;
}

#waxcompare .top-scroll-inner {
  height: 1px;
}

/* pointer-events SP/タブレット用 */
@media screen and (max-width: 1024px) {
  #waxcompare .itemList.clone-wrapper .clone-scroll {
    pointer-events: none;
  }
}
/* タブレット向け固定位置 (768px〜1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #waxcompare .itemList.clone-wrapper {
    top: 114px !important;
  }
}
/* スマホ向け固定位置 (〜767px) */
@media screen and (max-width: 767px) {
  #waxcompare .itemList.clone-wrapper {
    top: 59px !important;
  }
}
/* 上部スクロールバー内部 */
#waxcompare .top-scrollbar .top-scroll-inner {
  width: 100%;
}

/* PC以外で横スクロールを非表示にするクラス */
#waxcompare .clone-scroll.no-bar {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

@media (max-width: 767px) {
  #waxcompare .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #waxcompare .sp {
    display: none;
  }
}
#waxcompare .itemList table {
  min-width: 1170px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  #waxcompare .itemList table {
    min-width: 0;
    white-space: nowrap;
  }
}
/* ================================================ 
ページ内基本設定
==================================================*/
#waxcompare .itemList table tbody th .th-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#waxcompare .itemList table tbody tr th .img {
  width: 40px;
  flex: 0 0 40px;
}
#waxcompare .itemList table tbody tr th .img img {
  width: 100%;
  height: auto;
  display: block;
}
#waxcompare .itemList table tbody tr th .txt {
  white-space: break-spaces;
  text-align: left;
  border-left: none;
}

@media (min-width: 767px) {
  #waxcompare .itemList table tbody tr th .img {
    width: 60px;
    flex-basis: 60px;
  }
}
#waxcompare .itemList table tr th a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#waxcompare .itemList table thead tr td,
#waxcompare .itemList table tbody tr td {
  text-align: center;
  min-width: clamp(60px, 51.8px + 2.2vw, 80px);
  box-sizing: border-box;
}

#waxcompare .itemList table thead tr th span {
  font-size: clamp(10px, 9.6px + 0.1vw, 11px);
  color: #666;
  font-weight: 400;
}

#waxcompare .itemList table thead tr td:nth-child(n+6):nth-child(-n+8) {
  background: #FEEBDD;
}
#waxcompare .itemList table thead tr td:nth-child(n+9) {
  background: #F7E7B9;
}

#waxcompare .itemList table tbody tr td:nth-child(n+6):nth-child(-n+8) {
  background: #FEF5EE;
}
#waxcompare .itemList table tbody tr td:nth-child(n+9) {
  background: #FCF5E2;
}

#waxcompare .itemList table tbody tr th .txt {
  text-align: left;
  font-weight: 500;
  border-left: none;
  font-size: clamp(13px, 11.9px + 0.3vw, 16px);
}
#waxcompare .itemList table tbody tr th .txt span {
  font-weight: 400;
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: clamp(10px, 9.3px + 0.2vw, 12px);
}

#waxcompare .itemList table tbody th .th-inner {
  width: calc(clamp(180px, 97.1px + 22.1vw, 380px) - 1em);
}

#waxcompare .priceBox {
  text-align: right;
  width: calc(clamp(90px, 77.6px + 3.3vw, 120px) - 1em);
}
#waxcompare .priceBox span {
  display: block;
}
#waxcompare .priceBox .price {
  font-size: clamp(14px, 12.5px + 0.4vw, 18px);
}
#waxcompare .priceBox .price a {
  font-size: clamp(12px, 11.3px + 0.2vw, 14px);
  color: #000;
  text-decoration: underline;
  text-align: center;
  display: block;
}
#waxcompare .priceBox .grossPrice {
  font-size: clamp(10px, 9.3px + 0.2vw, 12px);
  line-height: 1.2em;
}
#waxcompare .priceBox .price_per,
#waxcompare .priceBox .grossPrice_per {
  font-size: clamp(10px, 9.3px + 0.2vw, 12px);
  color: #999;
  line-height: 1.2em;
}
#waxcompare .priceBox .price_per:before {
  content: "g単価";
  padding-right: 0.3em;
}
#waxcompare .priceBox .grossPrice_per:before {
  content: "g単価税込";
  padding-right: 0.3em;
}

#table_comparison {
  background: #EBEAE6;
}/*# sourceMappingURL=page.css.map */