@charset "UTF-8";

.page-main-content{
    background: #EEE;
}
/* --------------------------- ttl-wrap*/
#main .ttl-wrap {
    background-color: #1f3788;
    padding: 30px 0 10px;
  }
  #main .ttl-wrap > * {
    color: #fff;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    max-width: 1300px;
    font-size: 14px;
  }
  #main .ttl-wrap h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
  }
  #main .ttl-wrap .sub-txt {
    font-weight: bold;
    font-size: 20px;
  }
  #main .ttl-wrap li {
    font-size: inherit;
  }

/* --------------------------- topicpath*/
#main .topicpath {
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1300px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #main .topicpath ol li, #main .topicpath ol li a {
    font-size: 15px;
  }
  #main .topicpath .ol-topicpath01-in {
    padding-left: 20px;
  }
  #main .topicpath .ol-topicpath01-in:first-child {
    padding-left: 0;
  }
  #main .topicpath .ol-topicpath01-in::before {
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }

/* --------------------------- search*/
.search {
    margin: 0 15px;
}
.search-wrap{
    max-width: 1170px;
    background: #fff;
    border-radius: 16px;
    margin: 16px auto;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.search-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 24px;
}
.search-ttl {
    flex-basis: 100%;
}
.search-ttl-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.search-ttl h3{
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}
.search-ttl-reset {
    color: #0266d5;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
    background: transparent;
}

.search-columns {
    flex-basis: calc(50% - 16px);
    padding: 16px 0;
}
.search-columns-ttl{
    display: block;
    margin: 0;
    color: #333;
    font-size: 1.76em;
    font-weight: 700;
    line-height: 1.8;
}
.search-dropdown{
    position: relative;
    background: #FFF;
}
.search-dropdown:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    color: #036ce2;
    width: 22px;
    font-size: 22px;
    line-height: 30px;
    background: url(/goods/pickup/products/img/icon_select.png) center no-repeat;
    background-size: 22px;
    pointer-events: none;
}
.search-category-label{
    border: 0;
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.search .categoryList {
    border: 1px solid #cacaca!important;
    border-radius: 12px;
    box-sizing: border-box;
    color: #0368d9;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 56px;
    margin: 8px 0 0;
    padding: 0 8px 0 16px;
    width: 100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline: none;
    background-image: none;
    background: #FFF;
}
.search .categoryList::-ms-expand {
    display: none;
}
.current-filter{
    margin: 0 15px;
}
.current-filter-inner{
    max-width: 1170px;
    margin: auto;
    padding: 24px 0;
}
.current-filter-label{
    font-size: 2.8em;
    font-weight: bold;
}
.current-filter-label span{
    font-weight: bold;
}

.itemlist{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 15px 0;
}
.itemlist .item-card{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(100% / 3);
}
.itemlist .item-card-inner{
    flex: 1;
    border-radius: 16px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    margin: 16px;
    background: #fff;
}
.itemlist a{
    transition: opacity 0.3s ease;
}
.itemlist a:hover{
    opacity: 0.7;
}
.itemlist .item-image{
    position: relative;
    height: 0;
    padding-top: 100%;
    flex-basis: 100%;
}
.itemlist .item-image img{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
}
.itemlist .item-details{
    flex-basis: 100%;
    padding: 24px;
}
.itemlist .item-category {
    background: #12418b;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 700;
    padding: 4px 8px;
}
.itemlist .item-title{
    padding: 16px 0;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: bold;
}
.itemlist .item-sub-title{
    font-size: 1.4em;
    line-height: 1.5;
}
.itemlist .item-store{
    padding-top: 16px;
    font-size: 1.4em;
    line-height: 1.5;
}

.load-more{
    margin: 0 15px;
}
.load-more-inner{
    max-width: 1200px;
    margin: auto;
    text-align: right;
}
.load-more-btn{
    position: relative;
    -webkit-appearance: none;
    color: #0266d5;
    cursor: pointer;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.15;
    margin: 10px 24px 24px 24px;
    padding-right: 20px;
    background: none;
}
.icon-plus{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    background: url(/goods/pickup/products/img/icon_more.png) center no-repeat;
    background-size: contain;
}