@charset "euc-jp";
#product_section {
    display: flex;
    justify-content: space-between;
}
.prd_opt_src {
  display: none !important;
}
.product_image {
    width: 56%;
}
.product_image_main {
}
.product_image_main img {
    display: block;
    width: 100%;
}
.product_image_thumb {
    margin-top: 1.5rem;
}
.product_image_thumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product_image_thumb li {
    cursor: pointer;
    width: 20%;
    margin: 0 1.7%;
}
.product_image_thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.product_exp {
    clear: both;
    padding-top: 2em;
    line-height: 1.8;
    font-size: 0.875rem;
}
.product_info_block {
    padding-top: 4em;
}
.product_spec_block {
}
.product_spec_block table {
    width: 100%;
}
.product_spec_block table th, .product_spec_block table td {
    text-align: left;
    padding-bottom: 1.25rem;
    vertical-align: middle;
}
.product_spec_block table th {
    width: 25%;
}
.product_spec_block table td select {
    font-family: inherit;
    padding: 0.25em;
    border: 1px solid #888;
    font-size: 1rem;
    width: 100%;
}
.product_spec_block table td input {
    font-family: inherit;
    padding: 0.35em;
    border: 1px solid #888;
    font-size: 1rem;
    width: 95.5%;
 }
.product_spec_table th {
    padding: 1em .5em 1em 1em;
}
.product_spec_table td {
    overflow: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
.product_spec_table th {
    width: 33.333%;
}
.product_spec_table td {
    width: 66.666%;
}
.product_spec_table select {
    width: 90%;
}
.product_order_form input {
    float: left;
    margin-right: .3em;
    padding: .3em;
    width: 3em;
    text-align: right;
}
.product_order_form .text-titles-list__detail-text {
    width: 85%;
    text-align: left;
}
.product_unit {
    padding: .3em;
    float: left;
    display: none;
}
.product_init {
    display: none;
}
.product_option_table td div {
    margin-bottom: .5em;
}
.product_info_lst {
    float: right;
    width: 30%;
    margin-bottom: 2em;
}
.product_info_lst .icon {
    margin-bottom: .7em;
}
.product_info_lst a {
    color: #444;
    text-decoration: none;
}
.product_info_lst a:hover {
    text-decoration: underline;
}
.product_review {
    margin-bottom: 1.5em;
}
.product_review a {
    font-weight: bold;
}
.social_share {
    margin-top: 1.5em;
}
.social_share li {
    margin-bottom: .5em;
}
.product_cart_btn {
    display: block;
    margin-top: 1em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 123.076%;
}
.product_addcart_btn {
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #f08300;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    font-family: inherit;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product_addcart_btn:hover {
    background: #ff8b00;
}
.product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
}
.product_member_sale_msg {
    color: #df7676;
}
.stock_error {
    margin: .5em 0;
    color: #f00;
    font-weight: bold;
    font-size: 123.076%;
    line-height: 3;
}
.trackback_block {
    clear: both;
}
.trackback_url {
    padding: .5em;
    width: 60%;
}
.together_block {
    clear: both;
}

/*******************************
detail-addition
*******************************/
.detail_section {
    width: 38%;
}
.detail_section h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.detail_section h2 .new_mark_img1 {
    display: block!important;
    margin-bottom: 1rem!important;
}
.detail_section .price {
    font-size: 1.875rem;
    color: #f08300;
    margin-top: 1.5rem;
}

/*******************************
items
*******************************/
.items {
    margin-top: 3rem;
}
.slick-slider {
    margin:0 -13px;
}
.slick-track {
    min-width: 1026px;
}
.prev {
    position: absolute;
    top: 30%;
    left: -2em;
    padding-top: 2.25em;
    height: 0;
    display: block;
    overflow: hidden;
    background: url(https://img21.shop-pro.jp/PA01455/147/etc/arrow02.png?cmsp_timestamp=20200826093927) no-repeat 0 0;
    background-size: auto 100%;
    line-height: 1.2;
}
.next {
    position: absolute;
    top: 30%;
    right: -2em;
    padding-top: 2.25em;
    height: 0;
    display: block;
    overflow: hidden;
    background: url(https://img21.shop-pro.jp/PA01455/147/etc/arrow01.png?cmsp_timestamp=20200826094421) no-repeat 100% 0;
    background-size: auto 100%;
    line-height: 1.2;
}
.items h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}
.items ul li {
    margin: 0 13px 3rem;
}
.items ul li a {
    display: block;
    outline: none;
}
.items ul li a .itemImages {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.items ul li a .itemImages img {
    max-width: 140%;
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: (-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.items ul li a dl {
    margin-top: 0.5em;
    font-size: 0.875rem;
    line-height: 1.7;
    font-weight: bold;
    color: #000;
}
.items ul li a dl dd {
    color: #666;
    margin-top: 0.25em;
}

@media screen and (max-width: 1024px) {
    .items ul li a .itemImages {
        height: 200px;
    }
    .items ul li a .itemImages img {
        max-width: 170%;
        width: 170%;
    }
    .slick-slider {
        margin:0;
    }
    .prev {
        top: 26%;
        left: -2%;
    }
    .next {
        top: 26%;
        right: -2%;
    }
}

@media screen and (max-width: 767px) {
    #product_section {
        display: block;
    }
    .product_image {
        width: auto;
        margin-bottom: 1.5rem;
    }
    .detail_section {
        width: auto;
    }
    .product_spec_block table td input {
        width: 94%;
     }
    .slick-slider {
        margin:0 -6px;
    }
    .items ul li {
        margin: 0 6px;
    }
    .items ul li a .itemImages {
        height: 180px;
    }
}

@media screen and (max-width: 300px) {
    .product_spec_block table td input {
        width: 92%;
     }
     .items ul li a .itemImages {
         height: 130px;
     }

}
