@charset "UTF-8";
.p-group-blk .p-group-blk__inner .p-group-img{width:20%;padding-top:20%;}

p .yellow {
  position: relative;
  background: linear-gradient(transparent 40%, yellow 40%);
}
.main-menu li ul{
	position:absolute; 
	background-color: #f5f5f5;
  	left:0px;
	width:100vw;
	top:109px;
	//display:none;
}
.main-menu li{
	//position:relative;
}

.main-menu li a {
	//display: table;
	margin-top: 1px;
	padding: 14px 10px;
	width: 100%;
	//background: #4AB3D9;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	overflow: hidden;
	transition:all .3s ease-out;
}
.main-menu li li{
	min-height:0px; 
}
.main-menu li li a {
  display: block;
  margin-top: 0;
  padding: 0 10px;
  height: 0;
  //background: #afeeee;
  color: #1F3D39;
  text-align: center;
  transition:all .5s ease-out;
  font-size:1rem;
}
 
.main-menu > li:hover li a {
	display: table;
	margin-top: 1px;
	padding: 10px;
	width: 100%;
	height: 1em;
	transition:all .3s ease-out;
}
 
.main-menu-sp{
	//padding-right: 0px !important;
    //padding-left: 0px !important;
}
.main-menu > li:hover li a:hover {
	background: #EFCCCD;
	transition:all .3s ease-out;
}

.sp-menu-logo-img {
    background-image: url(https://img15.shop-pro.jp/PA01084/530/etc/sp-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 150px;
    margin: 0 auto;
}
.acd-check{
    display: none;
}
.acd-label, .acd-label-right{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 0px;
    padding: 10px;
	position: relative;
    font-size: 14px;
}

.acd-label:after{
    background: #333;
    box-sizing: border-box;
    content: '\f0d7';
	font-weight: 900;
    display: block;
    font-family: "Font Awesome 5 Free";
    //height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-label-right:after{
    background: #333;
    box-sizing: border-box;
    content: '\f0da';
	font-weight: 900;
    display: block;
    font-family: "Font Awesome 5 Free";
    //height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    transition: all .5s ease-out;
}
.acd-content-col{
	text-align:center; 
	border: 1px solid #333;
	//display: flex;
	//align-items: center;
	//justify-content: center;
	background-color: #f5f5f5;
	//padding-top: 10px;
	//padding-bottom: 10px;
}
.acd-content-col a{
	display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.acd-content-col p{
	margin-bottom:0;
}

.acd-check:checked + .acd-label:after{
    content: '\f0d8';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
   // padding: 10px;
    visibility: visible; 
}
.sp-menu-info {
    text-align: center;
    width: 100%;
    height: auto;
    background: #EFCCCD;
}
.sp-menu-info-name-wrap {
    margin: 0 auto;
}
.sp-menu-info-name {
    display: inline-block;
    line-height: 1.5rem;
    text-align: left;
    padding: 20px 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
}
.sp-menu-info-about {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    padding-top: 10px;
    line-height: 1.5rem;
}
.source-org {
    margin-bottom: 0 !important;
    font-size: 1.2rem;
	background-color: #f5f5f5;
}
a.anchor-link{
   display: block;
   margin-top:-102px;
   padding-top:102px;
}
a, p{
	text-decoration:none;
	color:#333 !important;
}
 a:hover{
 	text-decoration:none !important;  
}
.header-js a, .top-info a, .l-footer-mdl__contact a, .sp-bottom-btn a{
	color:#333 !important;
}
.p-faq a, .l-item-detail__new-bc a{
	color:#FFFFFF !important;
}

.p-top-btn, .p-about_btn, .l-item-detail__btn-cart, .p-farmer__btn, .p-lp__btn, .p-lp-kome__btn, .p-saibai-btn, .c-button--primary{
    background-color: #B10004 !important;
    color: #ffffff !important;
}
.header-js{
	background-color:#fff;
	position: fixed;
    z-index: 100;
}
.sp-bottom-btn{
	position: fixed;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 125px;
	z-index: 99;
  	opacity: 0;
-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.logo-wrap{
	padding-left:0px !important;
}

.logo-wrap h1{
	margin-top: 10px;
}
.logo-pc{
 display: none; 
}
.h1-copy{
  font-size: .5rem;
}  

.l-header-form__search{
	border-radius:0px !important;
	border: solid 1px #333;
	background:#fff !important;
}


i{
	font-style: normal; 
}
.i-user::before{
	content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
	font-size: 2.5rem;
}
.i-cart::before{
	content: '\f07a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
 	font-size: 2.5rem;
}
.i-tag::before{
	content: '\f02c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
}
.i-signpost::before{
	content: '\f277';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
}
.i-star::before{
	content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
}
.i-check::before{
	content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
}
.i-store::before{
	content: '\f54e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
}
.i-book::before{
	content: '\f518';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B10004;
}
#header{
    margin-top: 20px;
    margin-bottom: 20px;  
}
.main-menu, .sns{
    padding-right: 3px;
    padding-left: 3px;
   	font-size: 1.2rem;
	padding-bottom: 3px;
}
.nav-wrap{
	margin-bottom:0px; 
}

.nav-wrap div:first-child{
	//margin-left:0px !important; 
}
.i-tag::before, .i-signpost::before, .i-star::before, .i-check::before, .i-store::before, .i-book::before{
    margin-right: 3px;
}
.sns-wrap{
	margin-right: 8px;
}
.sns-wrap .sns a li{
      color: #B10004;
}
.b-color {
    color: #555;
    background: #fff;
}
.hamburger {
    position: absolute;
    right: 27px;
    top: 2px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
}


element.style {
}
.hamburger__line--1 {
    top: 9px;
}
.hamburger__line--2 {
    top: 18px;
}
.hamburger__line--3 {
    top: 27px;
}
.sp-nav-wrap .nav-text {
	font-family: trajan-pro-3, serif !important;
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: .8rem;
	line-height: 3.5rem;
    text-align: left;
}

.open .nav-text {
	font-family: trajan-pro-3, serif !important;
    font-size: 0;
}
.open .nav-text:before {
	font-family: trajan-pro-3, serif !important;
    content: "CLOSE";
    font-size: .8rem;
    position: absolute;
    left: 0px;
}
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 17px;
}
.open .hamburger__line--2 {
    opacity: 0;
}
.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 17px;
}
.hamburger__line {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 4px;
    background: #333;
    transition: all 0.5s;
}
.open .sp-nav {
    right: 0;
}
.sp-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.5s;
    z-index: 100;
    overflow-y: auto;
    padding: 0px 0px 0px 0px;
}
.l-header-form{
    display: block !important;
    position: absolute !important;
    top: 5px;
    left: 8px;
    right: 0;
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin: 0 auto;
}
.swiper-top, .contents-wrapper{
    position: relative;
	top:112px; 
}

.swiper-top .swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transition-duration: 0ms; 
}
.swiper-top .swiper-wrapper .swiper-slide img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.swiper-top .swiper-button-prev{

}
.swiper-top .swiper-button-prev::after{
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 3px #333;
    border-left: solid 3px #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper-top .swiper-button-next{
}
.swiper-top .swiper-button-next::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-prev, .swiper-button-next{
  height: 30px !important;
  width: 30px !important;
  top:55% !important;
  background-color: #ffffff;
  opacity: .5;
  border-radius: 50%;
}
.swiper-button-prev{
	left:20px !important;
}
.swiper-button-next{
	right:20px !important;
}

.mask-soldout{
    display: flex;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(0,0,0,.6);}
 
.c-top-item-card .c-top-item-card__text h3{
		height: 90px;
        font-weight: normal;
		overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
}


.head-border {
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 0px;
    flex-grow: 1;
    background-color: #666;
}
.contents-title{
  margin-left: 20px;
  margin-right: 20px; 
}
.contents-title h2{
 	font-size:2rem;
  	font-family: trajan-pro-3, serif !important;
	margin-bottom: 0px;
    position: relative;
    top: 12px;
}
.contents-title p{
	margin-top: 5px;
}
.p-lp__recommend,
.p-lp-kome__recommend{display:none !important}


*{
    font-family: fot-tsukubrdgothic-std, sans-serif, YuGothic,Yu Gothic,Lucida Grande,sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.material-icons{
    font-family: 'Material Icons' !important;
}
.l-grid.l-grid--heading{
    padding-top:18px;
    margin-bottom:0;
    padding-bottom:0;
}
.l-top__heading{
    line-height: 1em;
}
.l-grid.l-grid--heading p{
    color:#A61F23;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}

.p-top-copy{
    position: relative;
    width:100%;
    padding:0 10px;
}
.p-top-copy p{
    font-family:"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    letter-spacing: 0.02em;
    font-weight:500;
    line-height:1.5em;
}
.l-navigation__heading,
.l-top__heading,
.l-footer-nav__heading{
    font-family:"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    letter-spacing: 0.02em;
    font-weight:500;
}
.p-faq .p-faq-item{
    font-weight:normal;
}

.l-grid__top-items{
    box-sizing: border-box !important;
}

.l-header-btn{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    line-height: 2rem !important;
    z-index:20;
}
.l-header-btn i{
    font-size:20px;
    margin-right:6px;
}


.main_content{
	display: flex !important;
	justify-content: center;
	flex-grow: 1;
	z-index: 1;
}
@media (max-width: 1024px){
    .l-layout .mdl-layout__drawer-button{
        flex-direction: column;
        top: 25px;
        color:#000000;
    }
    .mdl-layout__drawer-button::after{
        content:"\30E1\30CB\30E5\30FC";
        display: inline-block;
        font-size:10px;
        line-height: 1em;
        color:#000000;
    }
    .l-header-btn{
        line-height: 2rem !important;
    }
    .l-header-btn i{
        font-size:20px;
        margin-right:0px;
    }
}


@media(min-width:576px){
.head-border:before,
.head-border:after {
    height: 1px;
} 

}
@media(min-width:768px){

  #header{
	margin-bottom:0px; 
  }
  .logo-wrap{
      padding-left:15px !important;
  }
  .sns-wrap{
    margin-right: 0px;
    margin-top: 5px;
  }

	.main-menu, .main-menu li li a, .sns {
		font-size: .9rem;
	}
  
  	.main-menu, .top-info a{
		background-color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.main-menu:hover, .top-info a:hover, .sns a:hover{
		background-color: #f5f5f5;
	}
  
  .search-wrap{
    padding: 0px;
  }
  .search-wrap > div{
    top: 10px;
    padding: 0px;
    text-align: center;
  }
  .search-wrap h1{
    white-space: nowrap;
  }
  .l-header-form {
    width: 350px;
    top: 17px;
    left: 2px;
    padding-left: 0px !important;
}
  .swiper-top .swiper-button-prev::after{
    width: 17px;
    height: 17px;
    border-top: solid 4px #333;
    border-left: solid 4px #333;
}

.swiper-top .swiper-button-next::after{
    width: 17px;
    height: 17px;
    border-top: solid 4px #333;
    border-right: solid 4px #333;
}
.swiper-button-prev, .swiper-button-next{
  height: 50px !important;
  width: 50px !important;
  top:50% !important;
}

  
}
@media(min-width:992px){
  .logo-wrap{
      padding-left:15px !important;
  }

  .i-tag::before, .i-signpost::before, .i-star::before, .i-check::before, .i-store::before, .i-book::before {
      margin-right: 5px;
  }
.main-menu li ul{
	top:111px;
}
  .main-menu, .main-menu li li a {
	padding-right: 10px;
	padding-left: 10px;
    font-size: 1.1rem;
    margin:0;
  }
  
  .sns-wrap{
  	margin-top: 0px;
  }
  .sns-wrap .sns {
      margin-right: 3px;
      margin-left: 3px;
     font-size: 1.3rem;
    }
  .sns-wrap .sns:last-child{
      margin-left: 0px;
    }
    .contents-title h2 {
      font-size: 3rem;
      }
  .contents-title {
      margin-left: 30px;
      margin-right: 30px;
  }
}
@media(min-width:1139px){
  .main-menu, .main-menu li li a {
	font-size: 1.4rem;
  }
	.header-info-flex{
  		margin-top: 2px;
	}
  .main-menu, .sns{ 
      padding-bottom: 5px;
  }
  .sns-wrap{
    //margin-top: -4px;
  }
  .sns-wrap .sns{
	font-size: 1.5rem;
  }
  .main-menu li ul{
    top: 117px; 
  }
}
@media(min-width:1129px){

  
}
@media (max-width: 960px){

}

@media (max-width: 768px){


    .l-header-btn{
        flex-direction: column !important;
        padding-top:5px !important;
        padding-bottom:5px !important;
    }
    .l-header-btn span{
        line-height:1em;
    }

    .l-layout .mdl-layout__drawer-button{
        top:20px !important;
    }


    .l-header-form .l-header-form__search{
        border:solid 1px #cccccc;
        //border-radius:1.2rem;
    }
    .l-header-form .l-header-form__search input{
        height:2.4rem;
    }
    .l-header-form .l-header-form__search button{
        height:2.4rem;
    }
    .l-header-form .l-header-form__search button img{
        height:18px;
        width:auto;
    }

    .l-grid.l-grid--heading{
        padding-left:0;
        padding-right:0;
    }


    .p-top-copy p{
        font-size:13px !important;
    }

    .l-content{
        padding-left:0.5rem !important;
        padding-right:0.5rem !important;
    }
    .l-grid__top-items{
        position:relative;
        justify-content: flex-start !important;
        flex-wrap: inherit !important;
    }
    .c-top-item-card {
        margin-bottom: 15px !important;
        min-width: 100px;
        overflow: hidden;
        border-radius: 9px;
        margin-left:0 !important;
        background-color: #ffffff;
        border: solid 1px #dcdad1;
    }
    .c-top-item-card .c-top-item-card__img{
        margin-bottom:10px !important;
    }
    .c-top-item-card .c-top-item-card__text{
        /* padding: 0px 10px 15px; */
      padding: 0px 5px 5px !important;
    }
    .c-top-item-card .c-top-item-card__text h3{
        font-size:13px;
        word-wrap: break-word;
        line-height: 1.3;
        font-weight: normal;
    }
    .c-top-item-card .c-top-item-card__text div{
        justify-content: flex-start;
      border-bottom: none !important;
    }
    .c-top-item-card .c-top-item-card__text div .c-top-item-card__price{
        line-height: 1.4em;
        font-size: 12px;
    }
    .c-top-item-card .c-top-item-card__text div .c-top-item-card__btn{
        margin-left:0;
    }

    .p-top-information{
        background-color:#ffffff !important;
    }
}


@media (max-width: 640px) {
    .c-top-item-card{
        /*flex: 0 0 44% !important;*/
    }

    .l-grid.l-grid--heading p{
        font-size:13px;
    }
}

.l-grid--center{
    justify-content: center !important;
}


.p-top-btn{
    position: relative;
    width: auto;
    height: 60px;
    padding: 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0 , 0.2);
    margin-bottom: 30px;
    border: none;
    font-weight:bold;
    transition: all .4s ease;
}
.p-top-btn i{
    position: absolute;
    right: 0px;
    top:50%;
    transform:translateY(-50%);
}
.p-top-btn:hover{
    color:#ffffff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0 , 0.4);
}
.p-arrow{
  	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.p-arrow::before,
.p-arrow::after{
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.p-arrow::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.p-arrow::after{
	left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 7px solid rgba(177, 0, 4, .8);
}
  
@media (max-width: 640px) {
    .p-top-btn {
        height: 40px;
        padding: 0 50px;
    }
}
@media (max-width: 360px) {

}

@media (min-width: 769px) {
    .sp-category {
        display:none !important;
    }

}
@media (max-width: 768px) {
    .sp-category {
        display: flex !important;
    }
    .l-grid-shinchaku{
        margin-left:-4px !important;
        margin-right:-4px !important;
    }
    .l-grid-shinchaku .c-top-item-card{
        margin:5px 4px 20px !important;
    }
}

.top-category-item_wrap{
    width: calc(((100% / 12) * 4) - 24px) !important;
    margin-bottom:20px;
}
.top-category-item_wrap .top-category-item{
    position:relative;
    display:block;
}
.top-category-item_wrap .top-category-item > div{
    position:relative;
    width:100%;
    height:100%;
    min-height: 60px;
    display:flex;
    justify-content:center;
    align-items: center;
    color:#ffffff;
    font-weight:bold;
    background-color:rgba(0,0,0,0.6);
    padding: 0 10px;
    text-align:center;
    z-index:1;
}
.top-category-item_wrap .top-category-item > div:hover{
	background-color:rgba(0,0,0,0);
	transition:all .3s ease-out;
}
.top-category-item_wrap .top-category-item img{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
    z-index:0;
    object-fit: cover;
    object-position:center center;
}

@media (max-width: 640px) {
    .top-category-item_wrap{
        width: 48% !important;
        margin: 0 0 15px !important;
    }
    .top-category-item_wrap .top-category-item > div{
        font-size:12px;
    }
}
@media (max-width: 360px) {
    .top-category-item_wrap{
        font-size:14px;
    }
}
@media (min-width: 769px) {
    .p-group-blk{
        padding-top: 30px !important;
    }
}
@media (max-width: 768px) {
    .p-lp-kome,
    .p-users-voice,
    .p-group-blk{
        padding-top: 20px !important;
        width: 100% !important;
    }
    .p-farmers{
        padding-top: 0 !important;
        margin-bottom:20px !important;
    }
    .p-farmers .p-farmers__heading,
    .p-users-voice__heading{
        width:100% !important;
        padding:0 10px !important;
        margin:0 auto 30px !important;
    }
    .p-lp-kome .p-lp-kome__manager{
        width:100% !important;
        padding:0 10px !important;
    }
    .p-farmers__ttl,
    .p-users-voice__ttl{
        margin-bottom:20px !important;
    }
    .p-farmers__txt1,
    .p-users-voice__txt1{
        margin-bottom:10px !important;
    }
}

  /* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .p-top-slider{
  visibility: hidden;
}
/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .p-top-slider{
  visibility: visible;
}


.p-top-slider{position:relative;height:auto !important;}
.p-top-slider .p-top-slider_item{
  position:relative;
  padding:15px 15px 0;
  width: 100%;
}
@media (min-width: 769px) {
	.p-top-slider .p-top-slider_item.sp{
        display:none;
    }
	.p-top-slider .p-top-slider_item.pc{
        display:block;
    }
}
@media (max-width: 768px) {
	.p-top-slider .p-top-slider_item.sp{
        display:block;
    }
	.p-top-slider .p-top-slider_item.pc{
        display:none;
    }
  .l-grid.l-grid--md.recommend-items{
    margin: 5px 0px;
  }
}

.coupon-name-text{line-height:1.4em;}