@charset "UTF-8";
#page-archive-product.main-wrapper {
  padding-bottom: 75px;
}
#page-archive-product.main-wrapper .order {
  margin-top: 20px;
  margin-bottom: 20px;
}
#page-archive-product.main-wrapper .order li {
  width: calc((100% - 39px) / 4);
  width: -webkit-calc((100% - 13px * 3) / 4);
  display: inline-block;
  font-size: 10px;
  list-style: none;
  margin-right: 9px;
  margin-bottom: 6px;
  padding: 3px 0px;
  text-align: center;
  background-color: #F8F8F8;
  border-radius: 20px;
}
#page-archive-product.main-wrapper .order li:nth-of-type(4n) {
  margin-right: 0;
}
#page-archive-product.main-wrapper .order li a {
  color: #000;
}
#page-archive-product.main-wrapper h2 {
  font-size: 13px;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
#page-archive-product.main-wrapper .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 20px 0;
}
#page-archive-product.main-wrapper .title-container .title-wrapper {
  width: calc(33.3333333333% - 10px);
  height: 100%;
  margin: 15px calc((100% - (33.3333333333% - 10px) * 3) / 2) 0 0;
}
#page-archive-product.main-wrapper .title-container .title-wrapper:nth-of-type(-n+3) {
  margin-top: 0;
}
#page-archive-product.main-wrapper .title-container .title-wrapper:nth-child(3n) {
  margin-right: 0;
}
#page-archive-product.main-wrapper .title-container .title-wrapper:last-child {
  margin-right: 0;
}
#page-archive-product.main-wrapper .title-container .title-wrapper .logo-box {
  width: 100%;
  padding-top: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #DEDEDE;
}
#page-archive-product.main-wrapper .title-container .title-wrapper .logo-box.empty {
  position: relative;
}
#page-archive-product.main-wrapper .title-container .title-wrapper .logo-box.empty .logo-title-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#page-archive-product.main-wrapper .title-container .title-wrapper .logo-box.empty .logo-title-wrapper .table-wrapper {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}
#page-archive-product.main-wrapper .title-container .title-wrapper .logo-box.empty .logo-title-wrapper .table-wrapper .logo-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 130%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#page-archive-product.main-wrapper .title-container .title-wrapper .title-name {
  display: none;
}
#page-archive-product.main-wrapper .title-container .title-wrapper .title-name p.copyright {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

#page-archive-category.main-wrapper {
  padding-bottom: 80px;
}
#page-archive-category.main-wrapper h1 {
  margin-bottom: 20px;
}
#page-archive-category.main-wrapper .search-of-category {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page-archive-category.main-wrapper .search-of-category li.parent {
  line-height: 55px;
  list-style: none;
  border-bottom: 1px solid #B9B9B9;
}
#page-archive-category.main-wrapper .search-of-category li.parent a {
  color: #000;
}
#page-archive-category.main-wrapper .search-of-category li.parent .toggle {
  position: relative;
}
#page-archive-category.main-wrapper .search-of-category li.parent .toggle img.icon {
  width: 35px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
#page-archive-category.main-wrapper .search-of-category li.parent .toggle .not_icon {
  display: inline;
  margin-right: 48px;
}
#page-archive-category.main-wrapper .search-of-category li.parent .toggle img.arrow {
  position: absolute;
  top: 24px;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#page-archive-category.main-wrapper .search-of-category li.parent .toggle img.arrow.active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#page-archive-category.main-wrapper .search-of-category li.parent .toggle span {
  font-size: 12px;
}
#page-archive-category.main-wrapper .search-of-category li.parent > ul {
  display: none;
  margin-bottom: 15px;
}
#page-archive-category.main-wrapper .search-of-category li.parent > ul li {
  font-size: 12px;
  list-style: none;
  width: calc(100% - 35px - 20px);
  width: -webkit-calc(100% - 35px - 20px);
  margin-left: 55px;
  height: 40px;
  border-bottom: 1px dotted #CBCBCB;
  line-height: 40px;
}
#page-archive-category.main-wrapper .search-of-category li.parent > ul li:last-of-type {
  border: none;
}
#page-archive-category.main-wrapper .search-of-category li.parent > ul li a {
  color: #000;
  text-decoration: underline;
}
#page-archive-category .sublink {
  margin-top: 30px;
}

#page-archive-brand.main-wrapper {
  padding-bottom: 80px;
}
#page-archive-brand.main-wrapper .search-of-brand {
  margin-bottom: 30px;
  margin-top: 12px;
}
#page-archive-brand.main-wrapper .search-of-brand li {
  font-size: 12px;
  font-weight: 400;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #B9B9B9;
  list-style: none;
  position: relative;
  background-image: url("/template/armabianca/assets/svg/arrow-right-gray.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
#page-archive-brand.main-wrapper .search-of-brand li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#page-archive-brand.main-wrapper .search-of-brand li a img {
  max-height: 65px;
  display: block;
  max-width: 120px;
  height: auto;
  width: auto;
  margin-right: 19px;
}
/*# sourceMappingURL=archive.css.map */
