@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1023px) {
	.uk-padding {
		padding: 15px;
	}
	.uk-section-small {
		padding-top: 20px;
		padding-bottom: 20px;
	}
    

    #top-bnr-area .c_btn{
        font-size:14px;
    }


	header .uk-container > div {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	header h1 {
		font-size: 12px;
	}
	header h1.uk-margin-medium-right {
		margin-right: 20px !important;
	}
	header .icon li {
		padding: 10px 3px;
	}
	header nav li img {
		max-width: 35px;
	}
	header nav li a {
		font-size: 11px;
		padding: 8px 0;
		height: 80px;
	}
	header dl {
		height: 37px;
	}
	header dt input {
		height: 35px;
		width: 100%;
		font-size: 14px;
	}

	#extra-news-area p {
		font-size: 12px;
		text-align: left !important;
	}
	#extra-news-area p span {
		font-size: 15px;
		text-align: center !important;
	}
}

@media screen and (max-width: 1023px) {
	.contents-wrap{display: block;}
	.contents-wrap > div#r_bnr_area div{
	padding: 0 3%;
	}
	.contents-wrap > div {
		min-width: auto;
	}
	.contents-wrap section > h3:before {
		height: 12px;
	}
	.contents-wrap section > h3 strong {
		padding-right: 10px;
	}
	
	#category-menu-sp {
		background-color: #fff;
	}
	#category-menu-sp nav li {
		padding: 0;
		margin-right: -2px;
	}
	#category-menu-sp nav li a, #category-menu-sp nav li a span {
		display: block;
	}
	#category-menu-sp nav li a {
	    display: table;
		width: 100%;
		border-right: 1px solid #B0B1B1;
		border-bottom: 1px solid #B0B1B1;
		font-size: 14px;
		position: relative;
		font-weight: 500;
	}
	#category-menu-sp nav li a span {
		display: table-cell;
		height: 60px;
		vertical-align: middle;
    	padding-left: 55px;
		font-size: 16px;		
	}
	#category-menu-sp nav li img {
		max-width: 45px;
	}
	
	#side-contents section ~ section {
		margin-top: 0;
	}
	
	.modal-head {
		position: absolute;
		top: 0;
		left: 0;
		width: 84%;
		z-index: 100;
		height: 50px;
		padding: 0 0 0 30px;
		line-height: 50px;
		text-align: left;
		color: #000;
		background-color: #d4e9c2;
		font-size: 16px;
		font-weight: bold;
	}
	.modal-head img {
		width: 30px;
		margin-right: 8px;
	}
	.modal-head a {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -25px;
		width: 60px;
		height: 50px;
		color: #000;
		font-size: 28px;
		text-decoration: none;
		line-height: 1.2;
		text-align: center;
	}
	.modal-head a span{
		font-size: 10px;
		display: block;
	}
	
	.modal-wrap ul{
		padding-left: 0;
	}
	
	.modal-wrap > div {
		border: none !important;
		height: 100vh;
		padding-top: 50px;
        padding-bottom: 100px;
		box-sizing: border-box;
		overflow-y: scroll;
		-webkit-overflow-scrolling : touch;
	}
	.modal-menu ul{
	margin: 0;
	border-bottom: 1px solid #B0B1B1;
	}
	.modal-menu-btn{
		background: #fff;
	}
	.modal-menu-ttl{
		background: #d4e9c2;
		height: 50px;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		padding: 0 0 0 20px;
		margin: 0;
	}
	.modal-menu-ttl img{
		width: 30px;
		margin-right: 5px;
	}
	
	.side-list-area {
		margin-top: auto;
		display: block;
		z-index: 100;
		position: fixed;
		top: 0;
		left:100%;
		height: 100%;
		width: 84%;
		background-color: #FFF;
		transition: left 0.5s;
	}
	.side-list-area:not(:target) {
		left: 100%;
		transition: left 0.5s;
	}
	.side-list-area:target {
		left: 16%;
		transition: left 0.5s;
	}
	.side-list-area .modal-head{
		position:fixed;
		left: 100%; 
		transition: left 0.5s;
	}
	.side-list-area:target .modal-head{
		left: 16%; 
		position:fixed;
		transition: left 0.5s;
	}

	.side-list-area li {
		font-size: 15px;
	}
	.side-list-area .modal-wrap > div > ul > li:first-child {
		border-top: none !important;
	}
	
	#ranking-area li a p {
		width: 35%;
	}
	#recom-area li {
		margin-bottom: 20px;
	}
	#recom-area li img {
		padding: 0 5%;
	}
	#standard-area-cate li a span {
		height: 60px;
		padding-left: 55px;
	}
	#standard-area-cate li a img {
		width: 44px;
		margin-top: -22px;
		left: 5px;
		top: 50%;
	}
	#vue-header { overflow: hidden;}
    
    #shop-category-area p{ font-size:16px; }
    
    #shop-category-area p span{ font-size:22px; }
    
    #shop-category-area li{padding: 3px;}
}