/* ==========================================================================
   Product index
   ========================================================================== */
/* Result head, Search box
   ========================================================================== */
.result-head {
  border-bottom: 1px solid #dadada;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.is-initialized .result-head {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .result-head {
    padding: 20px 15px 25px;
    background-color: #f3f3f3;
  }
}
.page-container.single-column .result-head {
  display: none;
}
.result-head_inner {
  display: table;
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .result-head_inner {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.result-head_text,
.search-box {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .result-head_text,
  .search-box {
    display: block;
  }
}
.result-head_text {
  font-size: 0;
}
.result-head_text p {
  display: inline;
  margin: 0 0 0 1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
.result-head_text p:first-child {
  margin-left: 0;
}
.result-head_text_style02 {
  font-weight: 500;
}
.search-box {
  width: 240px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .search-box {
    width: auto;
    margin-top: 10px;
    padding-left: 0;
  }
}
.search {
  position: relative;
}
.search_input {
  line-height: 1.2;
  font-size: 1.4em;
}
.search_input input {
  width: 206px;
  height: 30px;
  padding: 0 9px;
  border: 1px solid #aaa;
  border-right: none;
  border-radius: 2px 0 0 2px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
}
.search_input input:hover {
  border-color: #f56c11;
  border-right: 1px solid #f56c11;
}
@media screen and (max-width: 768px) {
  .search_input input {
    width: 100%;
    height: 35px;
    padding: 0 18px;
    background-color: #fff;
  }
}
.search_submit {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 100%;
  margin-top: 0;
  line-height: 1.2;
  font-size: 1.4em;
}
.search_submit > input {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0 2px 2px 0;
  background: url(/common/img/parts/icon_search01.png) no-repeat center center / 15px auto;
  background-color: #222;
  cursor: pointer;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.search_submit > input:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .search_submit {
    width: 50px;
  }
  .search_submit > input:hover {
    opacity: 1;
  }
}
/* Sort
   ========================================================================== */
.sort {
  display: table;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.sort.is-initialized {
  opacity: 1;
}
/* Result content
   ========================================================================== */
.result-content {
  margin-top: 40px;
}
.result-content:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .result-content {
    margin-top: 30px;
  }
}
.result-content_list {
  position: relative;
  margin: 0 -13px;
}
.result-content_list::after {
  content: '';
  display: block;
  clear: both;
}
.result-content_list::before {
  content: '';
  display: block;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background: url(/common/img/loding_ico01.gif) no-repeat center center / 100%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
}
.result-content_list.is-initialized::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .result-content_list {
    margin: 0;
  }
}
.result-content_item {
  float: left;
  width: 33.33%;
  margin-top: 25px;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}
.result-content_item:nth-child(-n+3) {
  margin-top: 0;
}
.result-content_item:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .result-content_item {
    float: none;
    width: auto;
    margin-top: 15px;
    padding: 0;
  }
  .result-content_item:nth-child(-n+3) {
    margin-top: 15px;
  }
  .result-content_item:first-child {
    margin-top: 0;
  }
}
.is-initialized .result-content_item {
  opacity: 1;
}
.is-initialized .result-content_item.is-added {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}
.is-initialized .result-content_item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page-container.single-column .result-content_item {
  width: 25%;
}
.page-container.single-column .result-content_item:nth-child(-n+3) {
  margin-top: 25px;
}
.page-container.single-column .result-content_item:nth-child(-n+4) {
  margin-top: 0;
}
.page-container.single-column .result-content_item:nth-child(3n+1) {
  clear: none;
}
.page-container.single-column .result-content_item:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .page-container.single-column .result-content_item {
    width: auto;
  }
  .page-container.single-column .result-content_item:nth-child(-n+4) {
    margin-top: 15px;
  }
  .page-container.single-column .result-content_item:first-child {
    margin-top: 0;
  }
}
.result-content_item_inner {
  position: relative;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .result-content_item_inner {
    overflow: hidden;
    padding: 20px 15px 25px;
  }
}
.result-content_item_content::after {
  content: '';
  display: block;
  clear: both;
}
.result-content_item_object > figure {
  position: relative;
  padding-top: 100%;
  -webkit-box-shadow: 0 0 0 1px #f3f3f3;
          box-shadow: 0 0 0 1px #f3f3f3;
}
.result-content_item_object img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .result-content_item_object {
    float: left;
    width: 38.84%;
    margin-right: 16px;
  }
}
.result-content_item_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #007bff transparent transparent transparent;
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.1rem;
  z-index: 2;
}
.result-content_item_label > span {
  display: block;
  position: absolute;
  top: -55px;
  left: -2px;
  width: 65px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.result-content_item_label.theme-recommend {
  border-top-color: #f64326;
}
.result-content_item_label.theme-basic {
  border-top-color: #2757d3;
}
.result-content_item_name {
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.4rem;
}
.result-content_item_body {
  padding: 25px 15px 0;
}
@media screen and (max-width: 768px) {
  .result-content_item_body {
    overflow: hidden;
    padding: 0;
  }
}
.result-content_item_text {
  margin-top: 15px;
  color: #666;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .result-content_item_text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.result-content_item_price-wrapper {
  padding-bottom: 10px;
}
.result-content_item_button-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 15px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .result-content_item_button-wrapper {
    padding: 0;
  }
}
.result-content_item_button {
  display: table-cell;
  width: 104px;
  padding-left: 2px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.2rem;
  vertical-align: top;
  letter-spacing: 0;
}
.result-content_item_button:first-child {
  padding-left: 0;
}
.result-content_item_button a {
  display: table;
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #f56c11;
  background-color: #fff;
  color: #f56c11;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.result-content_item_button a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url(/common/img/parts/link_bg03.png) no-repeat right center / 100% auto;
  content: "";
}
.result-content_item_button a > span {
  display: table-cell;
  padding: 2px 14px 2px 11px;
  vertical-align: middle;
}
.result-content_item_button a:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .result-content_item_button {
    width: auto;
  }
  .result-content_item_button a:hover {
    opacity: 1;
  }
}
.result-content_item_button.opt-simulation {
  width: auto;
  font-size: 1.1rem;
}
.result-content_item_button.opt-simulation a {
  background-color: #f56c11;
  color: #fff;
}
.result-content_item_button.opt-simulation a::after {
  background-image: url(/common/img/parts/link_bg02.png);
}
.page-container.simulation-layout .result-content_item_button:first-child {
  display: none;
}
.page-container.simulation-layout .result-content_item_button.opt-simulation br {
  display: none;
}
.result-content_more {
  margin-top: 30px;
  line-height: 1.2;
  font-size: 1.8em;
  text-align: center;
  -webkit-transition: opacity .5s ease, margin .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, margin .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, margin .5s ease;
  transition: opacity .5s ease, transform .5s ease, margin .5s ease, -webkit-transform .5s ease;
}
.result-content_more a,
.result-content_more button {
  display: block;
  width: 100%;
  padding: 13px;
  border: none;
  border-radius: 4px;
  background-color: #fde7d6;
  color: #f56c11;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.result-content_more a::after,
.result-content_more button::after {
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 12px;
  background: url(/common/img/parts/more_bg01.png) no-repeat center center / 100% auto;
  vertical-align: middle;
  content: "";
}
.result-content_more a:hover,
.result-content_more button:hover {
  opacity: .7;
  text-decoration: none;
}
.result-content_more.is-disabled {
  height: 0;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.page-container.show-more-button .result-content_more {
  display: none;
}
.result-content_more.opt-other {
  display: none;
}
.result-content_more.opt-other a::after,
.result-content_more.opt-other button::after {
  width: 8px;
  height: 12px;
  margin-left: 8px;
  background-image: url(/common/img/parts/link_bg03.png);
}
.page-container.single-column .result-content_more.opt-other {
  display: block;
}
@media screen and (max-width: 768px) {
  .result-content_more {
    margin-top: 20px;
    font-size: 1.5em;
  }
  .result-content_more a::after,
  .result-content_more button::after {
    width: 12px;
    height: 8px;
    margin-left: 10px;
  }
  .result-content_more a:hover,
  .result-content_more button:hover {
    opacity: 1;
  }
  .result-content_more.opt-other a::after,
  .result-content_more.opt-other button::after {
    width: 6px;
    height: 10px;
    margin-left: 6px;
  }
}
