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

#wagon-chart .none .error {
  display: block;
}

#wagon-chart .none .itemList {
  display: none;
}

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

#wagon-chart .chartTable.searching .select .btnReset {
  display: block;
}

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

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

#wagon-chart .select .btnSort {
  cursor: pointer;
}

#wagon-chart .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;
}

#wagon-chart .select .btnSearch {
  margin: 0 0.5em;
}

#wagon-chart .select .btnSearch .btn {
  display: block;
  padding: 0;
}

#wagon-chart .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("/_ui/responsive/common/ui_assets/online/bg/pickup/wagon-chart/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;
}

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

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

#wagon-chart .select .btnReset {
  display: none;
}

#wagon-chart .chartTable.searching .select .btnReset {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

#wagon-chart .itemList table tbody tr {
  display: none;
}

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

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

#wagon-chart .itemList table tbody tr th {
  background-color: #fff;
  border-bottom: 1.5px solid #dcdcdc;
}

#wagon-chart .itemList table tbody tr td {
  border-right: #dcdcdc 1px solid;
  border-bottom: 1.5px solid #dcdcdc;
  background-color: #fff;
}

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

@media screen and (min-width: 768px) {
  #wagon-chart .itemListContainer {
    margin: 0 auto;
  }
  #wagon-chart .itemList {
    margin-bottom: 0.3em;
  }
  #wagon-chart .itemList table tr th,
  #wagon-chart .itemList table tr td {
    font-size: 13.5px;
  }
  #wagon-chart .itemList table thead tr td,
  #wagon-chart .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;
}

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

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

#wagon-chart .chartTable.all .btnMore {
  display: none;
}

#wagon-chart .chartTable.open .btnMore::before {
  display: none;
}

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

#wagon-chart .btnMore a,
#wagon-chart .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;
}

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

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

#wagon-chart .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);
}

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

@media screen and (min-width: 768px) {
  #wagon-chart .btnMore {
    padding-top: 0;
  }
  #wagon-chart .btnMore::before {
    display: none;
  }
  #wagon-chart .btnMore a,
  #wagon-chart .btnMore a:focus {
    font-size: 18px;
  }
  #wagon-chart .btnMore a::after {
    width: 12px;
    height: 12px;
  }
}
#wagon-chart .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;
}

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

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

@media screen and (max-width: 1170px) {
  #wagon-chart .itemList table {
    min-width: 0;
    white-space: nowrap;
  }
}
/* ================================================ 
ページ内基本設定
==================================================*/
#wagon-chart {
  color: rgb(51, 51, 51);
  max-width: 1170px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

#wagon-chart .itemList table tbody th .th-inner {
  display: flex;
  align-items: center;
  gap: 9px;
}

/* ================================================ 
追加スタイル
==================================================*/
@media screen and (max-width: 1169px) {
  #wagon-chart section {
    padding: 0 2%;
    box-sizing: border-box;
  }
}
#wagon-chart .itemList table tbody th .th-inner {
  min-width: 340px;
}

@media (max-width: 767px) {
  #wagon-chart .itemList table tbody th .th-inner {
    min-width: 180px;
  }
}
#wagon-chart .itemList table tbody tr th .img {
  width: 60px;
}
#wagon-chart .itemList table tbody tr th .img img {
  width: 100%;
  height: auto;
}
#wagon-chart .itemList table tbody tr th .txt {
  width: calc(100% - 60px);
  white-space: break-spaces;
}

@media (max-width: 767px) {
  #wagon-chart .itemList table tbody tr th .img {
    width: 50px;
  }
  #wagon-chart .itemList table tbody tr th .img img {
    width: 100%;
    height: auto;
  }
  #wagon-chart .itemList table tbody tr th .txt {
    font-size: 0.9em;
    width: calc(100% - 50px);
  }
  #wagon-chart .itemList table thead tr th,
  #wagon-chart .itemList table thead tr td,
  #wagon-chart .itemList.clone table thead tr th,
  #wagon-chart .itemList.clone table thead tr td {
    padding: 0.2em;
  }
}
/* clone-header 全体ラッパー */
#wagon-chart .itemList.clone-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  overflow: visible;
}

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

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

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

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

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

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

#wagon-chart h1.mainVisual {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}
#wagon-chart h1.mainVisual img {
  width: 100%;
}

#wagon-chart .lead {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  #wagon-chart .lead {
    font-size: 17px;
  }
}
#wagon-chart .txt_link {
  text-align: center;
  font-size: 14px;
  margin-top: 45px;
  letter-spacing: 0.02em;
}
#wagon-chart .txt_link a {
  display: inline-block;
  padding-right: 12px;
  position: relative;
}
#wagon-chart .txt_link a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
#wagon-chart .txt_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #wagon-chart .txt_link {
    font-size: 18px;
  }
  #wagon-chart .txt_link a {
    padding-right: 20px;
  }
  #wagon-chart .txt_link a:after {
    width: 12px;
    height: 12px;
  }
}
#wagon-chart .note_table_txt {
  font-size: 0.8em;
  color: #666;
}

#wagon-chart .chartTable.none .note_table_txt {
  display: none !important;
}

#wagon-chart .itemList table tr th span {
  font-size: 0.8em;
  color: #888;
  display: block;
  margin-bottom: 5px;
}
#wagon-chart .itemList table tr th a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#wagon-chart .itemList table tr td {
  padding: 0.4em;
  white-space: nowrap;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #wagon-chart .itemList table tbody tr td {
    padding: 0.4em;
    min-width: 76px;
    line-height: 1.4;
  }
}
#wagon-chart .none .error {
  color: red;
}

#wagon-chart .itemList table tr .price {
  text-align: right;
}
#wagon-chart .itemList table tr .type_li,
#wagon-chart .itemList table tr .color_li,
#wagon-chart .itemList table tr .industry_li,
#wagon-chart .itemList table tr .function {
  text-align: left;
}

#wagon-chart .itemList table tr .price .grossPrice {
  font-size: 0.8em;
}

#wagon-chart .itemList table tr .function .option {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #eee;
}
#wagon-chart .itemList table tr .function .option span {
  background: #f8f8f8;
  display: block;
  padding: 2px 5px;
  margin: 0 auto 5px;
}

#wagon-chart .itemList table tr .industry_li ul li {
  white-space: nowrap;
  margin-bottom: 2px;
  font-size: 0.95em;
  padding-left: 16px;
  vertical-align: top;
}
#wagon-chart .itemList table tr .industry_li li.hair {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/wagon-chart/img/icon_hair.png) left center no-repeat;
  background-size: 14px auto;
}
#wagon-chart .itemList table tr .industry_li li.est {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/wagon-chart/img/icon_esthet.png) left center no-repeat;
  background-size: 14px auto;
}
#wagon-chart .itemList table tr .industry_li li.nail {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/wagon-chart/img/icon_nail.png) left center no-repeat;
  background-size: 14px auto;
}
#wagon-chart .itemList table tr .industry_li li.eye {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/wagon-chart/img/icon_eye.png) left center no-repeat;
  background-size: 14px auto;
}

#wagon-chart .itemList table tr .color_li ul li {
  white-space: nowrap;
  margin-bottom: 2px;
  font-size: 0.95em;
}
#wagon-chart .itemList table tr .color_li ul li::before {
  height: 20px;
  width: 20px;
  content: "";
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
}
#wagon-chart .itemList table tr .color_li .white::before {
  background: #fff;
}
#wagon-chart .itemList table tr .color_li .black::before {
  background: #000;
}
#wagon-chart .itemList table tr .color_li .brown::before {
  background: #8f6552;
}
#wagon-chart .itemList table tr .color_li .darkbrown::before {
  background: #6f4d3e;
}
#wagon-chart .itemList table tr .color_li .gray::before {
  background: #808080;
}
#wagon-chart .itemList table tr .color_li .silver::before {
  background: #C0C0C0;
}
#wagon-chart .itemList table tr .color_li .bluegray::before {
  background: #8da3a6;
}
#wagon-chart .itemList table tr .color_li .offwhite::before {
  background: #F0F0EC;
}
#wagon-chart .itemList table tr .color_li .orange::before {
  background: #EE7800;
}
#wagon-chart .itemList table tr .color_li .oakbrown::before {
  background: #704214 url(/_ui/responsive/common/ui_assets/online/bg/pickup/wagon-chart/img/oakbrown.png) center center no-repeat;
  background-size: 20px 20px;
}
#wagon-chart .itemList table tr .color_li .marble::before {
  background: #704214 url(/_ui/responsive/common/ui_assets/online/bg/pickup/wagon-chart/img/marble.png) center center no-repeat;
  background-size: 20px 20px;
}/*# sourceMappingURL=page.css.map */