@charset "UTF-8";

/* 商品検索（ＰＣ） ファーストビュー用 */

body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  font-feature-settings: 'palt';
  letter-spacing: .4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body:not(.page-top) .container {
  width: 1200px;
  margin: 0 auto;
}
.pane-topic-path {
  background: #F0F0F0;
  margin: 0 0 32px;
}
.block-topic-path {
  padding: 12px 0;
  color: #BBB;
}
.block-topic-path--list li {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}
.block-topic-path--list li a {
  color: #808080;
  padding: 0 0 0 3px;
}
.block-topic-path--list a:hover {
  text-decoration: underline;
}
.block-topic-path--list li:not(:last-child) a {
  color: #AA0046;
  padding: 0;
}
.block-genre-tree {
  margin: 0 0 28px;
}
.block-genre-tree--item:not(:last-child) {
  margin: 0 0 5px;
}
.block-genre-tree--item a {
  font-size: 13px;
}
.block-genre-tree--level2 > li {
  text-indent: 10px;
}
.block-genre-tree--level3 > li {
  text-indent: 20px;
}
.block-genre-tree--level4 > li {
  text-indent: 30px;
}
.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}
.pane-left-menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 220px;
  margin: 20px 60px 0 0;
}
.pane-left-menu .pane-block--title {
  padding: 0 2px 6px;
  margin: 0 0 12px;
  border-bottom: 1px solid #707070;
  font-weight: bold;
}
.pane-left-menu .pane-block--subtitle {
  color: #808080;
  font-size: 12px;
  margin: 0 0 8px;
}
.block-category-tree--item__open a,
.block-category-tree--item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  font-size: 13px;
}
.block-category-tree--level-1 > li {
  position: relative;
}
.block-category-tree--level-1 > li > a {
  font-size: 15px;
}
.block-category-tree--item-arrow {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.block-category-tree--items:not(.block-category-tree--level-1) .block-category-tree--item-arrow {
  display: none;
}
.block-category-tree--item-arrow::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  border-radius: 50%;
  transition: .3s ease;
  opacity: 0;
}
.block-category-tree--item-arrow::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #AA0046;
  border-bottom: 2px solid #AA0046;
  transform: rotate(45deg);
  transition: .3s ease;
}
.block-category-tree--level-1 > li.block-category-tree--item__open .block-category-tree--item-arrow::before,
.block-category-tree--item-arrow:hover::before {
  opacity: 1;
}
.block-category-tree--level-1 > li.block-category-tree--item__open .block-category-tree--item-arrow::after {
  top: 14px;
  transform: rotate(225deg);
}
.block-category-tree--level-1 > li a {
  display: inline-flex;
  width: auto;
}
.block-filter-option-items {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 0 0 12px;
}
.block-filter-option-items:last-child {
  margin: 0;
}
.block-leftmenu-purpose,
#block_of_filter {
  margin: 0 0 28px;
}
body:not(.page-top) .wrapper {
  padding-top: 137px;
}
body:not(.page-top) .container {
  width: 1200px;
  margin: 0 auto;
}