@media screen and (min-width:768px) {
/*==========================
	　　	 common
==========================*/
.sold-out .product-img-box::before {
	padding: 72px 0;
	line-height: 20px;
}
.wrap-btn-round.flex-wrap{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

	
/*==========================
   		   style
==========================*/
/*　ディバイス別表示　*/
.sp-none-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
.sp-none-block{
	display: block;
}
.sp-tb-none-flex{
	display: none;
}
.sp-tb-none-block{
	display: none;
}
.tb-pc-none-flex{
	display: none;
}
.tb-pc-none-block{
	display: none;
}
.pc-none-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pc-none-block{
	display: block;
}
/*　header　*/
.sp-drawernav-toggle {
    top: 48px;
}

/*　メイン　*/
main{
	margin-top: 15px;
}
/*　メインスライダー　*/
.slider-top .slider img{
    width: calc( 100% - 30px);
}

/*　お得情報　*/
.info-sale li{
	width: calc( 50% - 15px );
}
.info-sale li:nth-of-type(2n){
	margin-left: 30px;
}

/* 商品一覧 &　オススメアイテム  & 最近見た商品*/
.product-list　 ,
.check-history{
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	/*margin-bottom: 30px;商品一覧に影響するため使用不可*/
}
.price-cancel{
	margin-top: 10px;
}
.check-history .width-993 {
	padding-bottom: 0;
}
.product-img-box {
	margin-bottom: 10px;
}
.product-list .btn-green-round,
.check-history .btn-green-round{
	margin: 15px auto;
}
.product-name{
	margin-bottom: 5px;
}
#top .product-list {
	padding-bottom: 15px;
}
#top .product-list ul{
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: calc(416px * 2)
}
.check-history ul{
	height: calc(365px * 1)
}
#top .product-list li{
	margin: 15px auto 15px 0;
	height: 387px;/*430px;*/
	width: calc( 33% - 15px) ;
}
#top .product-label-box{
	height: 150px;
}

.check-history li{
	margin: 15px auto 15px 0;
	height: 335px;
	width: calc( 33% - 15px) ;
}
#top .product-list li:nth-of-type(2n),
.check-history li:nth-of-type(2n){
	margin: 15px auto 15px 0;
}
#top .product-list li:nth-of-type(3n),
.check-history li:nth-of-type(3n){
	margin-right: 0;
}
/*.product-label-box {
    height: 83px;
}*/

/* 商品一覧 */
#product-list .product-list .product-list-01 ul {
	padding-bottom: 0;
}
#product-list .product-list-01 li{
	margin: 15px 24px 15px 0!important;	
}
#product-list .product-list-01 li:nth-of-type(2n){
	margin: 15px 30px 15px 0;
}
#product-list .product-list-01 li:nth-of-type(3n){
	margin-right: 0!important;
}
#product-list .product-list-01 li:last-of-type{
	margin: 15px auto 15px 0;
}
#product-list span.number::before{
	content: ":";
	padding: 0 .5em;
	font-size: 20px;
}
.next-category li{
	width: calc( 33% - 10px);
}
.product-list-01.display-20 {
	height: calc( 458px * 7)	
}
.product-list-01.display-40 {
	height: calc( 458px * 14)	
}
.product-list-01.display-100 {
	height: calc( 458px * 35)	
}
#product-list .product-list .product-list-01 li {
    height: 428px;
	width: calc( 33% - 15px) ;
}

/* 商品一覧 詳細表示 */
.product-list-02.display-20 {
	height: calc( 245px * 20 + 70px );
}
.product-list-02.display-40 {
	height: calc( 245px * 40 + 70px );
}
.product-list-02.display-100 {
	height: calc( 245px * 100 + 70px );
}

#product-list .product-list .product-list-02 li {
	padding-bottom: 15px;
	height: 215px;
	border-bottom: 1px solid #DDDDDD;
}
#product-list .product-list-02 .product-img-box{
	height: 200px!important;
	width: 200px;
	margin-bottom: 0;
	border: 1px solid #EDEDED;
}

#product-list .product-list-02 .product-img-box img{
	max-height: 180px;
	max-width: 96%
}
#product-list .product-list-02 .product-label-box {
	height: 170px;
	width: calc(100% - 215px);
}
#product-list .product-list-02 .btn-green-round {
	position: absolute;
	right: 0;
	bottom: 15px;
    margin: 0;
    width: 12em!important;
}
.product-list-02 .sold-out .product-img-box::before {
    padding: 89px 0;
}
.product-list-02 .product-explanation{
	overflow: hidden;
	display: block;
	margin-top: 15px;
	height: 42px;
	width: 100%;
	line-height: 21px;
}
.product-list-02 .price-discount{
	margin-top: 15px; 
}
.product-list-02 .discount .price-discount ,
.product-list-02 .discount.sold-out .price-discount {
	margin-top: 0!important; 
}

	
/*　カテゴリから探す　*/
.main-search-category ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-search-category-box{
    margin-bottom: 0;
	margin-right: auto;
	position: relative;
	height: auto;
	width: calc( 25% - 15px);
}
.main-search-category-box:nth-child(4){
	margin-right: 0;
}
.main-search-category-box.main-search-category-yusokenshin{
    margin: 30px 0 0;
	position: relative;
	height: auto;
	width: 100%;
}
.overlay-category-img{
	overflow: hidden;
	height: 100px;
	width: 30%;
	max-width: 297px;
}
.overlay-category-list{
	overflow: hidden;
	margin-left: 15px;
	height: 100px;
	width: calc( 70% - 15px);
}

.search-category-label{
	display: none;
	overflow: hidden;
	height: 0;
	width: 0;
}
.main-search-category-box .search-category-label{
	background-image: none;
}
.search-category-list-box{
	position: static;
	overflow: visible;
	height: 150px;
	opacity: 1;
}
.search-category-list-box li{
	overflow: hidden;  
	z-index: 20;
	height: 25px;
	width: 100%;
	line-height: 25px;
	white-space: nowrap;  
	text-overflow: ellipsis;  
	-webkit-text-overflow: ellipsis;  
	-o-text-overflow: ellipsis;
}
.overlay-category-list ul.flex-wrap {
	width: 100%;
}
.overlay-category-list .flex-wrap li {
	overflow: visible;
    z-index: 20;
	margin-right: 15px;
    height: 25px;
    width: auto;
    line-height: 25px;
}
.search-category-list-box li.sp-none-block{
	height: 50px;
	line-height: 50px;
}
.search-category-list-box a{
	position: relative;
    display: inline-block;
	padding-left: 0;
	width: calc( 100% - 1em );
	font-size: 13px;
}
.search-category-list-box a::before{
	content: ">";
    display: inline-block;
	width: 1em;
    font-size: 14px;
	text-align: center;
    transform: scale( 0.6, 1 );
	pointer-events: none;
}

/*　コラム　*/
.column {
	padding-bottom: 15px;
}
.article-contents {
	height: 92px;
}
.tags-box{
	height: calc( 21px * 2);
}
.column-large .tags-box{
	height: calc( 21px * 1);
}
.article-heading {
    height: 40px;
}

/*　会員特典　*/
.member-benefits .text-box{
	margin-top: 0;
}
.member-benefits li:nth-of-type(1) ,
.member-benefits li:nth-of-type(2) {
	border-bottom: 15px solid #E8F6EB;
}
.member-benefits li:nth-of-type(1) ,
.member-benefits li:nth-of-type(3) ,
.member-benefits li:nth-of-type(4) {
	border-right: 15px solid #E8F6EB;
}

/*　電話でのご注文　*/
.calender{
	height: auto;
	width: 310px;
}
.prder-phone-text{
	margin-left: 30px;
	width: calc( 100% - 340px);
}

/*　カート　*/
.table-price-confirmation .text-small th{
	font-size: 14px;
}
#cart .wrap-btn-round{
	position: relative;
	height: 60px;
}
#cart .wrap-btn-round .btn-green-round{
	position: absolute;
	top: 15px;
	left: calc( 50% - 150px);
	transform: translate(0, -50%);
	width: 350px!important;
}
#cart .wrap-btn-round .btn-gray-round{
	position: absolute;
	top: 5px;
	left: 15px;
	width: 200px!important;
}

/*　お支払方法　*/
.entry-credit-card > .ttl{
	width: auto;
}
.entry-credit-card > div {
	margin-left: 15px;
	margin-top: 0;
}
	
/* カート ログイン */
.login form > section{
	margin: 15px auto 30px;
	width: calc( 50% - 15px);
}
.login form > button{
	width: calc( 50% - 75px);
}
.login > .flex-wrap{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 60px 0;
}
.login-gest > .flex-wrap{
	padding: 79px 0;
}
		
/* 注文者情報 */
.brithday-year::after ,
.brithday-month::after ,
.brithday-day::after {
	margin-right: 15px;
}

/* 質問 */
.question-box.pdng{
	padding: 10px 60px;
}
.question-item.flex-wrap{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.question-item img{
	margin: 0;
}
.question-item-text{
	height: auto;
	width: calc( 100% - 215px);
}
.question-item-text.flex-wrap{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	margin-left: 15px;
}

/* 会員ログイン */
#login-member .login form {
    padding-top: 30px;
    padding-bottom: 0;
}
	
/* slefmadication */
.page-text-80 {
	margin-right: 15px;
	width: calc(100% - 215px);
}

/* フッター */
.footer-end-nav li{
	margin-right: 1em;
	width: auto;
}
footer ol li.pdng-30{
	padding: 15px 0 0 0;
	margin-right: 0;
	margin-left: auto;
}
	

}