/* CSS Document */
.ChangeElem_Panel {
    display: none;
}

.ChangeElem_Panel.is-active {
    display: block;
}

.pagination {
    margin-top: 3em;
    margin-bottom: 3em;
}

.backtop {
    position: absolute;
    display: block;
    z-index: 1;
    padding: 10px 2em;
    background: #fff;
    border: 1px solid #ccc;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 300px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width:480px) {
    .qa_no_result {
        margin-bottom: 20px;
    }
}

.pagination .prev {
    margin-right: auto;
    color: #aeab8f;
}

.pagination .no_prev,
.pagination .no_next {
    margin-right: auto;
    width: 70.41px;
    width: 114px;
    visibility: hidden;
}

.pagination .prev::after {
    content: "";
    width: 60px;
    height: 15px;
    margin-left: 20px;
    display: inline-block;
    background: url("../image/arrow_low.svg") center / cover no-repeat;
    transform: scale(-1, 1);
    vertical-align: middle;
}

.pagination .next {
    margin-left: auto;
    color: #aeab8f;
}

.pagination .next::before {
    content: "";
    width: 60px;
    height: 15px;
    margin-right: 20px;
    display: inline-block;
    background: url("../image/arrow_low.svg") center / cover no-repeat;
    vertical-align: middle;
}

.pagination .number,.pagination .page-num {
    display: block;
    padding: 0 7px;
}

.category_nav.flex .item {
    /*background: #EBEBEB;*/
    transition: all .3s ease;
    width: calc(100%/4);
    background: none;
    border: 1px solid #ccc;
}

.category_nav.flex .item:not(:last-child) {
    border-right: none;
}

.category_nav.flex .item:hover {
    background: #4594D0;
    color: #fff;
}

.category_nav.flex .item:hover a {
    opacity: 1;
    color: #fff;
}

.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 {
    display: none;
    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;
    position: relative;
}

.category_nav a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #4395D0 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    opacity: 0;
    transition: all .3s ease;
}

.category_nav .item.is-active a::after,
.category_nav.flex .item:hover a::after {
    opacity: 1;
}

.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;
    gap: 1em;
    margin-bottom: 1em;
    -ms-grid-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.search_wrap.of_category .product_list .product_item {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.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;*/
    width: 100%;
    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 {
    width: 50%;
}

.brand_item .item_inner {
    text-align: center;
}

.brand_item_wrap {
    display: -ms-grid;
    display: grid;
    gap: 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: 1em;
    display: inline-block;
}

.products_info .caption {
    margin-bottom: 2em;
}

.products_data {
    margin-bottom: 2em;
}

.products_data div {
    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;
}

.seibun_wrap {
    /*display: grid;
    gap:3em;
    grid-template-columns: 1fr 1fr;*/
}

.seibun_wrap.flexcentering {
    align-items: stretch;
}

.seibun_wrap .products_data {
    width: calc(100%/2 - 2%);
    margin: 0 auto;
}

.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 {
    display: inline-block;
}

.products_seibun dd {
    text-align: right;
}

.products_seibun .attention_wrap {
    margin: 1em 0;
}

.products_seibun .meyasu {
    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;
}

.qa_container {
    align-items: flex-start;
}

.qa_container .qa_box {
    width: 48%;
}

.qa_container .qa_box h4 {
    text-align: center;
    padding: 5px 0;
    background: #4493D1;
    color: #fff;
    margin-bottom: 1em;
}

.qa_container .qa_box .qa_item {
    padding: 10px 0 10px 50px;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    position: relative;
}

.qa_container .qa_box .qa_item::before {
    content: "Q";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #4594D1;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.contact_info {
    background: #F7F7F7;
    padding: 0 40px;
    overflow: hidden;
}

.contact_info .contact_inner {
    width: 48%;
    margin: 2em 0;
}

.contact_info .contact_inner dt {
    padding-bottom: 5px;
    margin-bottom: 1em;
    border-bottom: 1px solid #b7b7b7;
}

.contact_info .tel_box p:not(:last-of-type) {
    margin-bottom: 1em;
}

.contact_info .tel_box {
    float: left;
}

.contact_info .tel_box img {
    vertical-align: text-bottom;
    margin-right: 1em;
}

.contact_info .mail_box a {
    text-align: center;
    display: block;
    background: #fff;
    padding: 1em 0;
    border: 1px solid #b7b7b7;
}

.contact_info .mail_box,
.contact_info .letter_box {
    float: right;
}

/***********************
 *
 *     qa_article
 *
 ***********************/
.qa_article {
    padding: 2em 4em;
    border: 1px solid #b7b7b7;
    margin-bottom: 6em;
    position: relative;
}

.qa_article .qa_q {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
    padding-left: 50px;
    border-bottom: 1px solid #b7b7b7;
}

.qa_article .qa_q::before {
    content: "Q";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #4594D1;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.qa_article .qa_a {
    position: relative;
    padding-left: 50px;
}

.qa_article .qa_a::before {
    content: "A";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #4594D1;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

@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;
    }

    .qa_container .qa_box {
        width: 100%;
        margin-bottom: 3em;
    }

    .contact_info .contact_inner {
        width: 100%;
    }

    .contact_info .tel_box,
    .contact_info .mail_box,
    .contact_info .letter_box {
        float: none;
    }
}

@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 {
        height: 160px;
    }

    .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;
    }

    .products_seibun .inner800 {
        width: 100%;
    }

    .qa_article {
        padding: 1em;
    }

    .pagination .prev::after {
        width: 30px;
        height: 10px;
        margin-left: 10px;
    }

    .pagination .next::before {
        width: 30px;
        height: 10px;
        margin-right: 10px;
    }

    .pagination .no_prev,
    .pagination .no_next {
        width: 70.41px;
    }
}