.bg-page-top {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 488px;
    background-image: url(../../images/page-bg-top.svg);
    background-position: bottom;
    background-repeat: no-repeat
}

.product-single-main-image,.product-single-thumbnail,.slider-history .slider-item a .bg-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg-page-top.kamebisitei {
    height: 310px;
    background-image: url(../images/kamebisitei/bg-kamebisitei.svg)
}

.section-thumbnails .product-thumbnail {
    display: block
}

.section-thumbnails .product-thumbnail .product-img-frame {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%
}

.section-thumbnails .product-thumbnail .product-archive-title {
    height: 50px
}

.section-thumbnails .product-thumbnail .product-archve-detail {
    height: 40px
}

.archive-title {
    font-size: 48px;
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto
}

.product-single-main-image {
    width: 100%;
    height: 330px
}

@media only screen and (min-width: 992px) {
    .section-thumbnails .product-thumbnail .product-img-frame {
        bottom:55px
    }

    .product-single-main-image {
        height: 450px
    }
}

.product-single-thumbnail {
    width: 100%;
    height: 100px
}

table.option_table {
    width: 100%;
    font-size: 14px
}

table.option_table td,table.option_table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #aeabab
}

.nav-archive-bg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(249,245,245,0);
    -webkit-transition: background-color 1s;
    transition: background-color 1s
}

.nav-archive-bg.white {
    background-color: rgba(249,245,245,.9)
}

.slider-history .slider-item a {
    display: block;
    color: #333
}

.slider-history .slider-item a:focus,.slider-history .slider-item a:hover {
    color: #333;
    text-decoration: none
}

.slider-history .slider-item a .bg-thumbnail {
    width: 100%;
    height: 150px
}

@media only screen and (min-width: 576px) {
    .slider-history .slider-item a .bg-thumbnail {
        height:200px
    }
}

.btn-slider-history {
    top: 50px
}

.btn-slider-history img {
    width: 25px
}

@media screen and (max-width: 767px) {
    .woocommerce{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
