.pc-hide{
    display: none!important;
}
.sp-hide{
    display: block!important;
}
/* ============================== */
/* ヘッダー */
.header-bar{
    display: flex;
    position: fixed;
    top: 0;
	left:0;
    z-index: 99999;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
	margin:0;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
}
.header-bar-contents {
    display: flex;
    justify-content: space-evenly;
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    align-items: center;
}
.contents-l img{
    width: 180px;
}
.contents-c {
    margin: 45px 0 0 0;
}

.contents-r {
    display: flex;
    font-size: 0.7em;
    font-weight: bold;
}
.search-window {
    width: 300px;
    height: 45px;
    overflow: hidden;
    padding: 0 0 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-input {
    width: 43px;
    height: 43px;
    position: relative;
    top: -45px;
    left: 255px;
}
.search-icon{
    width: 24px;
    margin: 10px;
}
.header_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 20px;
}
.header_icon_img{
    margin: 0 0 5px 0;
    width: 30px;
}
a {
    text-decoration: none;
    color: #333;
}
/* ============================== */
/* スライダー */
.slider {
    margin: 130px auto 0;
    width: 1000px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.1));
}
.slider-img {
    max-width: 100%;
}
/* ============================== */
/* 固定バナー */
.fixed-banner-img{
    padding: 15px;
    margin: 60px auto;
    display: block;
    max-width: 500px;
}
.fixed-banner-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ============================== */
/* お知らせ */
.notice-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    padding: 20px;
    margin: 20px auto;
	background-color: #F9F8F7;
}
.notice{
    color: #ca3636;
    font-size: 1em;
    font-weight: bold;
    min-width: 120px;
}
.notice-text{
    font-size: 1em;
}
/* ============================== */
/* メインコンテンツ */
article{
    color: #333333;
    font-size:1em;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.2em;
    font-family: sans-serif;
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}
.flex-01{
    display: flex;
    justify-content: center;
}
.main-container{
    width: 1000px;
    margin: 0 auto;
}
/* ============================== */
/* レフトメニュー */
.main-left{
    width: 30%;
    background-color: #ffffff;
}
.left-banner{
    margin: 15px;
}
.guide{
    display: flex;
    flex-direction: column;
    margin: 50px 15px;
}
.guide-box{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    border-bottom: 1px solid #dbdbdb;
}
.guide-name{
    display: flex;
    align-items: center;
}
.guide-icon, .category-icon{
    width: 20px;
}
.guide-text, .category-text{
	color: #333333;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 20 0 0px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.arrow{
    width: 20px;
}
.category{
    width: 90%;
    background-color: #F4F9F9;
    padding: 30px;
    margin: 50px auto 0;
}

.category-title{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid #333333;
    padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.category-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
	padding: 1em 0 1em 0;
    border-bottom: 1px solid #dbdbdb;
}
.category-box span{
    font-size: 0.5em;
    font-weight: 100;
    letter-spacing: 0.1em;
}
.category-name{
    color: #ffffff;
    display: flex;
    align-items: center;
}
/* ============================== */
/* ライトメニュー */
.main-right{
    width: 70%;
    background-color: #ffffff;
}
.headline-box{
    /* width: 100%; */
    border-bottom: 1px solid #333;
    padding: 0 0 15px 10px;
    margin: 15px 15px 0 15px;
}
.headline-box span{
    font-size: 0.6em;
    font-weight: 100;
	margin: 0 0 0 15px;
}
.headline-title{
    font-size: 2em;
    font-weight: bold;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-box{
    width: 20%;
    margin: 20px 15px 20px 15px;
}
.product-box img{
	border: 1px solid #dbdbdb;
}
.product-name{
    letter-spacing: 0.05em;
    margin: 10px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-name.shortcut {
  -webkit-line-clamp: 3;
}
.product-ranking{
    letter-spacing: 0.05em;
	margin: 10px 0 10px;
    font-weight: bold;
}
.product-ranking span{

}
.product-cost {
    margin: 10px 0 0;
    font-weight: bold;
	color: #bf0000;
}
.cam-img{
    width: 95%;
    margin: 20px auto;
}
.more-link{
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    margin: 10px;
}
.section-bottom{
    margin: 0 0 60px 0;
}

/* ============================== */
/* フッター */
.footer{
    width: 100%;
    margin: 50px 0 0 0;
    background-color: #EDF1F2;
}
.footer-box{
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 0 auto;
}
.footer-left, .footer-right{
    margin: 20px;
    width: 450px;
}
.info-box{
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 0 0 5px 0;
    margin: 0 0 15px;
}
.info-title{
    font-size: 1.2em;
    font-weight: bold;
}
.info-box span{
    font-size: 0.6em;
    font-weight: 100;
	margin-left: 10px;
}
.shop{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px;
}
dl{
    font-size: 0.8em;
}
dt{
    font-weight: bold;
}
dd{
    margin: 0 0 10px;
}

.site-info ul li{
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0 10px;
    list-style-type: none;
}
/* ============================== */
.up-arrow{
    width: 70px;
    z-index: 99999;
    position: fixed;
    right: 10px;
    bottom: 10px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}
.up-arrow:hover {
    opacity: .7; 
}
.copy{
    font-size: 0.6em;
    text-align: center;
    padding: 30px 0;
}
/* ============================================================================ */
/* ============================================================================ */
/* ============================================================================ */
@media screen and (max-width:480px) {
    .pc-hide{
        display: block!important;
    }
    .sp-hide{
        display: none!important;
    }
/* ============================== */
/* ヘッダー　ハンバーガーメニュー */
    .header-bar{
    height: 50px;
    }
    .header-bar-contents-sp{
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    }
    .contents-c {
        width: 25%;
        margin: 15px auto;
    }
    #drawer {
        position: absolute;
        top: 12px;
        right: 15px;
        /* margin: 0 15px 0 0; */
    }
    .unshown {
        display:none;
    }
    #open {
        display: inline-block;
        width: 30px;
        height: 20px;
        vertical-align: middle;
        /* margin: 10px; */
    }
    #open span, #open span::before, #open span::after {
        position: absolute;
        height: 1px;
        width: 30px;
        /* border-radius: 2px; */
        background: #333333;
        display: block;
        content: "";
        cursor: pointer;
    }
    #open span::before {
        bottom: -8px;
    }
    #open span::after {
        bottom: -16px;
    }
    /* #close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    } */
    #menu-content {
        color: #ffffff;
        font-size: 1em;
        line-height: 2em;
        padding: 20px 40px;
        list-style: none;
        overflow: auto;
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 9999;
        /* width: 100%; */
        max-width: 350px;
        background: #333333;
        transition: .3s ease-in-out;
        transform: translateX(105%);
    }
    .menu-title{
        color: #ffffff;
        font-size: 1.5em;
        font-weight: bold;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #ffffff;
        margin: 0 0 30px;
    }
    #menu-content a{
        color: #ffffff;
    }
    #input:checked ~ #close {
        display: block;
        opacity: .5;
    }
    #input:checked ~ #menu-content {
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
/* ============================== */
/* スライダー */
.slider {
    margin: 80px auto 0;
    width: 100%;
}
/* ============================== */
/* 固定バナー */
.fixed-banner-img{
    margin: 0 auto ;
    max-width: 100%;
}

.fixed-banner-flex{
    display: block;
    margin: 60px 0 0;
}
/* ============================== */
/* お知らせ */
.notice-box{
    display: block;
    width: 100%;
    padding: 20px;
}
.notice{
    font-size: 1em;
    width: 100%;
    margin: 10px 0;
}
.notice-text{
    font-size: 1em;
}
/* ============================== */
/* メインコンテンツ */
.flex-01{
    display: block;
}
.main-container{
    width: 100%;
    margin: 0 auto;
}
/* ============================== */
/* レフトメニュー */
.main-left{
    width: 100%;
}
.left-banner{
    margin: 15px;
}
.guide{
    display: flex;
    flex-direction: column;
    margin: 50px 15px;
}
.guide-box{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
}
.guide-name{
    display: flex;
    align-items: center;
}
.guide-icon, .category-icon{
    width: 20px;
}
.guide-text, .category-text{
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.arrow{
    width: 30px;
}
.category{
    width: 100%;
    background-color: #F4F9F9;
    padding: 30px;
    margin: 50px 0 0;
}

.category-title{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid #333333;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.category-title span{
    font-size: 0.5em;
    font-weight: 100;
    letter-spacing: 0.1em;
	margin: 10px;
	
}
.category-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #dbdbdb;
	padding: 1em 0 1em 0;
}
.category-name{
    color: #ffffff;
    display: flex;
    align-items: center;
}
/* ============================== */
/* ライトメニュー */
.main-right{
    width: 100%;
    margin: 30px 0 0 0;
}
.headline-title{
    line-height: 0.8em;
}
.product-box{
    width: 42%;
}
.cam-img{
    width: 90%;
    margin: 15px auto;
}
.section-bottom{
    margin: 0 0 80px 0;
}
/* ============================== */
/* フッター */
.footer{
    width: 100%;
    padding: 20px 15px;
    margin: 50px 0 0 0;
}
.footer-box{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.footer-left, .footer-right{
    margin: 0 auto 50px;
    width: 100%;
}
.info-box{
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 0 0 5px 0;
    margin: 0 0 15px;
}
.info-title{
    font-size: 1.2em;
    font-weight: bold;
}
.info-box span{
    font-size: 0.6em;
    font-weight: 100;
}
.shop{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px;
}
dl{
    font-size: 0.8em;
}
dt{
    font-weight: bold;
}
dd{
    margin: 0 0 10px;
}

.site-info ul li{
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0 10px;
    list-style-type: none;
}
/* ============================== */
}
/* ============================================================================ */
/* ============================================================================ */
/* ============================================================================ */
<script type="text/javascript">
$(function() {
	$('.slick-box').slick(); 
});
</script>