/* CSS Document */
.ChangeElem_Panel{
    /*display: none;*/
}
.category_nav .item{
    background: #EBEBEB;
    transition: all .3s ease;
}
.category_nav .item.is-active{
    background: #0075CA;
    color: #fff;
}
.category_nav .item.active{
    position: relative;
}
.category_nav .item.active::before{
    content: "▲";
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%,-0%);
    font-size: 1.5em;
    line-height: 1;
    color: #0075CA;
}
.category_nav .item .ionicon{
    font-size: 2rem;
    color: #fff;
}
/*.category_nav .item a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    font-size: 2rem;
}*/
.category_nav .item .img{
    transform: translateY(-25%);
    width: 60px;
    text-align: center;
    display: none;
}
.category_nav a{
    width: 100%;
    padding: 20px 0;
}
.search_wrap {
    margin-bottom: 3em;
}
.search_tab h3,
.search_wrap h3{
    margin-bottom: 1em;
}
.search_tab h4{
    text-align: center;
    margin-bottom: 1em;
    background: #EBEBEB;
}
.search_wrap.of_keyword h3{
    margin-bottom: 0em;
}
.search_wrap.of_category .search_tab{
    /*border: 1px solid #ccc;*/
    padding: 1em 0;
    margin-bottom: 3em;
}
.products_category .search_tab{
    margin-bottom: 3em;
}
.category_nav .inline-flex{
    justify-content: center;
}
.category_nav .inline-flex .ionicon{
    margin-left: 20px;
}
.search_wrap.of_category .product_list{
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1em;
    margin-bottom: 1em;
    -ms-grid-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.search_wrap.of_brand .product_list{
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1em;
    margin-bottom: 1em;
    -ms-grid-columns: repeat(auto-fill, minmax(166px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(166px, 1fr));
}
.search_wrap.of_category .product_list .product_item{
    border-right: 1px solid #ccc;
}
.search_wrap.of_category .product_list .product_item:nth-child(5n){
    border-right: none;
}
.product_list .item_inner {
    /*padding: 1em;*/
    text-align: center;
}
.search_wrap.of_brand .item_inner{
    text-align: center;
}
.search_wrap.of_category .product_list .img{
    width: 50%;
    padding-top: 50%;
    margin: auto;
    margin-bottom: 1em;
    border-radius: 50%;
    position: relative;
}
.search_wrap.of_category .product_list .img a{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.product_list .item_inner .title{
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 1.3rem;
}
.product_list .item_inner .caption{
    color: #858585;
    line-height: 1.5;
}
/***********************
 *
 *     category
 *
 ***********************/
.brand_list_wrap{
    /*border: 1px solid #ccc;*/
}
.brand_list_wrap .product_list .item_inner img{
}
.products_category .slide{
    margin-bottom: 3em;
}
.brand_item .title{
    line-height: 1.4;
}
.brand_item .item_inner .img{
    margin-bottom: 1em;
}
.brand_item .item_inner .img img{
    object-fit: cover;
    height: 150px;
    width: auto;
}
.swiper-slide img {
  object-fit: cover;
  height: 300px;
  width: auto;
}
.brand_item .item_inner{
    text-align: center;
}
.brand_item_wrap{
    display: -ms-grid;
    display: grid;
    gap: 50px 10px;
    -ms-grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.of_brand .img{
    /*height: 100px;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
.products_data_wrap{
    display: inline-block;
    text-align: left;
}
.products_data_wrap dt{
    width: auto;
}
.products_data .allergies li{
    display: inline-block;
}
.products_data .allergies li:not(:last-child)::after{
    content: ","
}
/***********************
 *
 *     detail
 *
 ***********************/
.product_container .product_box{
    display: grid;
    grid-template-columns: 45% 55%;
    margin-bottom: 2em;
}
.product_container .products_img{
    overflow: hidden;
    text-align: center;
    padding-bottom: 4em;
}
.products_info .status {
    margin-bottom: 10px;
}
.products_info .status .item_is_new{
    color: #000FFF;
    border: 1px solid #000FFF;
    padding: 5px;
    margin-right: 5px;
}
.products_info .status .item_is_soldout{
    color: #FF0004;
    border: 1px solid #FF0004;
    padding: 5px;
}
.products_info .name{
    color: #063190;
    margin-bottom: 10px;
    display: inline-block;
}
.products_info .caption{
    margin-bottom: 2em;
}
.products_data{
    margin-bottom: 2em;
}
.products_data div,
.products_data dl{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.product_caption .icon-cart{
    width: 17px;
    fill:#4494d1;
    margin-right: .5em;
    vertical-align: text-top;
}
.product_caption .btn_box {
    color: #4494d1;
}
.product_caption .btn{
    display: block;
    width: 49%;
    text-align: center;
    padding: 1em 0;
    border-radius: 5px;
    background: #f7f7f7;
    /*border: 2px solid #ccc;*/
}
.product_caption .btn:hover{
    background: #ccc;
}
.product_caption .banner_box {
  margin-top: 2em;
}
.product_caption .banner_box img {
  max-width: 100%;
  height: auto;
}
.seibun_wrap{
    display: grid;
    gap:3em;
    grid-template-columns: 1fr 1fr;
}
.seibun_wrap.flexcentering {
    align-items: stretch;
}
.products_data {
  font-size: 13px;
}
.products_data dt{
    width: 40%;
}
.products_data dd{
    width: 60%;
    text-align: left;
}
.products_data .other_list{
    /*text-align: left;*/
}
.products_data .other_list li{
    display: inline;
}
.products_data .other_list li:not(:last-child)::after{
    content: ",";
}
.products_seibun{
    margin-bottom: 3em;
}
.products_seibun h3{
    font-size: 16px;
    display: inline-block;
}
.products_seibun dd{
    text-align: right;
}
.attention_wrap{
    margin: 1em 0;
}
.products_seibun .meyasu{
    font-size: 15px;
    color: #0075CA;
    text-align: right;
}
.qa_wrap {
    text-align: center;
}
.qa_wrap .btn{
    display: inline-block;
    background: #0075CA;
    padding: 10px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
@media screen and (max-width:768px){
    .search_wrap.of_category .product_list .product_item:nth-child(3n){
        border-right: none;
    }
    .search_wrap.of_category .product_list .product_item:nth-child(5n){
        border-right: 1px solid #ccc;
    }
    .category_nav.flex.clm4 .item{
        margin-bottom: 15px;
    }
    .category_nav .item.active{
        background: #0075CA;
        color: #fff;
    }
    .category_nav .item.active::before{
        content: none;
    }
    .product_caption .btn{
        width: 100%;
        margin-bottom: 1em;
    }
    .seibun_wrap .products_data{
        margin-bottom: 0;
    }
    .seibun_wrap{
        grid-template-columns: 1fr;
        gap: 0;
    }
    .products_seibun{
        margin-bottom: 3em;
    }
}
@media screen and (max-width:480px){
    .search_wrap.of_category .product_list,
    .search_wrap.of_brand .product_list,
    .brand_item_wrap{
        grid-template-columns: 1fr 1fr;
    }
    .search_wrap.of_category .product_list .product_item:nth-child(3n){
        border-right: 1px solid #ccc;
    }
    .search_wrap.of_category .product_list .product_item:nth-child(2n){
        border-right: none;
    }
    .search_wrap.of_category .search_tab{
        padding: 1em 0;
    }
    .product_container .product_box{
        display: block;
    }
    .products_data .other_list li{
        display: block;
    }
    .products_data .other_list li:not(:last-child)::after{
        content:none;
    }
    .brand_item .item_inner .img img{
        height: 100px;
    }
    .swiper-slide img {
        height: 150px;
    }
    .products_seibun .inner800 {
        width: 100%;
    }
    .products_seibun .meyasu {
        font-size: 13px;
    }
}


.no_result_text {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}

/*検索*/
.products_search_box {
  max-width: 400px;
  border: none;
  border-radius: 0;
}
.products_search_box .search_btn {
  width: 30px;
  height: 50px;
  padding: 0 0 0 10px;
}
.products_search_box .keyword_border {
  border: 1px solid #999;
  width: 80%;
  display: flex;
}
.products_search_box .textinput {
  font-size: 16px;
  width: calc(100% - 30px);
  height: 50px
}
.products_search_box .submitinput {
  font-size: 16px;
  width: 20%;
  height: 52px;
  margin-left: auto;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  background-color: #0075CA;
  color: #fff;
  cursor: pointer;
}