@charset "UTF-8";
/*--------------------------------
    検索条件
--------------------------------*/
div#desk-search-result-outer {
  position: relative;
}

div#desk-search-result {
  text-align: center;
  margin: 40px 0 0;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: bold;
}

div#desk-search-result div#desk-search-cnt {
  font-size: 1.4em;
  margin: 0 0 5px;
}

div#desk-search-result div#desk-search-cnt .result-count-num {
  color: #f00;
  font-size: 1.7727em;
  letter-spacing: -0.01em;
  position: relative;
  top: 0px;
  margin: 0 0.5%;
}

/*--------------------------------
    並べ替え
--------------------------------*/
#order-area div.order-area-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}

#order-area select {
  display: inline-block;
  height: 30px;
  color: #295bb5;
  background-color: #fff;
  border: 1px solid #295bb5;
  border-radius: 6px;
  padding: 0 15px 0 10px;
  vertical-align: middle;
  position: relative;
  top: 26px;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 30px 0 10px;
  line-height: 1.4;
  text-align: center;
}

/*--------------------------------
    readmore
--------------------------------*/
#read-more {
  width: 36%;
  margin: 20px auto;
}

#read-more .more a {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.45em;
  width: 100%;
  padding: 6% 0 6% 11%;
  margin: 0;
  color: #004f9f;
  font-weight: bold;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  position: relative;
}

#read-more .more a::after {
  content: "＋";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #004f9f;
  line-height: 1;
  font-size: 1.5em;
  width: fit-content;
  height: fit-content;
  border-radius: 0.1em;
  left: 20%;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------------------
    loading
--------------------------------*/
.list-box {
  position: relative;
  padding-bottom: 35px;
}

#loadingImg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}

#loadingImg p {
  margin: 0 auto;
}

#bottomImg {
  width: 100%;
  text-align: center;
  z-index: 2;
}

#bottomImg p {
  margin: 0 auto;
}

/*--------------------------------
    絞り込み
--------------------------------*/
#search-area {
  margin: 2.4% 0 0;
  border: 0;
}

#search-inner {
  background-color: #e4f2f7;
  padding: 27px 0 36px;
}

#search-inner .condition-ttl {
  color: #0a4ea2;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.4;
  margin: 0 0 25px;
}

#search-inner #condition {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 55px;
}

#search-inner #condition .search-item-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 2.3% 0 0;
}

#search-inner #condition .search-item-col select {
  display: block;
  width: 140px;
  height: 34px;
  border-radius: 3px;
  padding: 0 10px;
  color: #333;
  border: 1px solid #6a8eba;
}

#search-inner #condition .search-item-col select.color-select {
  width: 150px;
  padding-right: 5px;
}

#search-inner #condition .search-item-col .select-ttl {
  font-size: 1.05em;
  font-weight: bold;
  color: #0097d8;
  margin-right: 0.5em;
  line-height: 1.4;
}

#search-inner #condition .search-item-col .select-unit {
  font-size: 0.95em;
  font-weight: normal;
  margin-left: 0.3em;
  line-height: 1.4;
}

#search-inner #operate {
  margin: 12px 0 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

#search-inner #operate #reset-btn {
  width: 6.8em;
  background-color: #919191;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 9px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 2em;
  right: 65px;
}

#search-inner #operate #reset-btn:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

#search-inner #operate #submit-btn {
  width: 12em;
  background-color: #0097d8;
  color: #fff;
  font-size: 1.4666em;
  font-weight: bold;
  margin: 0;
  padding: 13px;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  margin: 2.7% auto 0;
}

#search-inner #operate #submit-btn:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 60px auto 0;
}

#restrict {
  margin: 3px auto;
  font-size: 1.1em;
  line-height: 1.4;
  display: block;
  text-align: center;
}

#restrict-inner {
  width: 100%;
  display: block;
  text-align: center;
}

#restrict-inner.two-line {
  width: calc(100% - 5.4em);
  display: block;
  text-align: left;
  padding-left: 5.4em;
  text-indent: -5.4em;
}

#restrict .title {
  display: inline;
  font-weight: bold;
}

#restrict #sel-choice {
  display: inline;
  font-weight: bold;
}

/*--------------------------------
    検索結果
--------------------------------*/
table#result-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 12px 0 30px;
}

table#result-table th {
  background-color: #4777b2;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.2;
  padding: 5px 0;
  font-size: 1.0666em;
}

table#result-table th.product-image {
  width: 12%;
}

table#result-table th.product-color {
  width: 20%;
}

table#result-table th.product-sku {
  width: 26%;
}

table#result-table th.product-size {
  width: 23.7%;
}

table#result-table td {
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.6;
  padding: 0.4% 1%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

table#result-table td.product-image img {
  width: 82%;
  margin: 0 auto;
}

table#result-table td.product-sku {
  text-align: left;
  padding-left: 4.4%;
}

table#result-table td.product-sku a {
  font-weight: bold;
  color: #0a4ea2;
  position: relative;
  padding: 0 0 0 8%;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 50%;
  background-size: 13px;
}

table#result-table td.product-sku a p {
  display: inline-block;
  margin-left: 4%;
}

table#result-table td.product-sku a:hover {
  color: #f00;
}

table#result-table td.product-price span.zeinuki {
  display: block;
  line-height: 1.2;
}

table#result-table tr:hover td {
  background-color: #e4f2f7;
}

/*--------------------------------
    animation
--------------------------------*/
@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#result-outer-area {
  min-height: 810px;
  padding: 1px 0;
}

#result-outer .list-box {
  display: none;
}

#result-outer.slideInResult .list-box {
  display: block;
  animation-name: slideInResult;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  position: relative;
  top: 0px;
  left: 0;
}
