@charset "UTF-8";

/* ---------------------------------------------
    category_list
--------------------------------------------- */

.itemList img {
    width: 100%;
    background: url("../img/main_item.jpg");
}

/* ---------------------------------------------
    products_list
--------------------------------------------- */

.item_list {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 23%;
    margin: 10px 10px 10px 0;
}

.item_list dt {
    width: 100%;
    margin-bottom: 10px;
}

.item_list dt a {
    display: block;
    text-align: center;
}

.item_list dd a {
    font-size: 1vw;
}

.item_list img {
    display: inline-block;
    max-height: 128px;
}

.page_navi {
    width: 72%;
    text-align: center;
}

/* ---------------------------------------------
    detail_image
--------------------------------------------- */

.main_image_wrap img {
    max-width: 100%;
    max-height: 100%;
}

.sub_image_wrap {
    width: auto;
    text-align: center;
}

.sub_image_wrap li {
    display: inline-block;
    max-width: 19%;
}

/* メイン画像 */
.pic {
    display: none;
    position: fixed;
    z-index: 10;
}

.btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 3px solid #efefef;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 0.8;
    cursor: pointer;
}

.back-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.main_image {
    display: block;
    padding-bottom: 10px;
    cursor: pointer;
}

.detail_img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
}


@media screen and (max-width: 960px) {

    .main_image {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        cursor: pointer;
    }

    .main_image_wrap {
        text-align: center;
    }

    .detail_img {
        display: block;
        width: 100%;
    }
}





/* ---------------------------------------------
    products_detail
--------------------------------------------- */
.main_top_img {
    width: 100%;
    background: url("../img/main_item.jpg");
}

.detail_main img {
    width: 100%;
}

.detail_wrap {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.detail_left {
    float: left;
    width: 70%;
}

.detail_table {
    width: 100%;
    margin-bottom: 30px;
}

.detail_table th,
.detail_table td {
    padding: 8px;
    border-bottom: 1px solid #000;

}

.detail_table th {
    width: 20%;
    border-right: 1px solid #000;
    text-align: center;
}

.detail_link {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.detail_link a {
    display: inline-block;
    width: 100%;
    padding: 8px;
    color: #fff;
    background: #eb5ea2;
}

.detail_yahoo,
.detail_rakuten {
    display: inline-block;
    width: 30%;
    margin: 10px;
    text-align: center;
}


@media screen and (max-width: 640px) {

.btn-close {
    right: 0;
}
