.topslideb{display:none!important;}

@media (max-width: 768px) {
.topslideb{display:block!important;}
}

/*--↑消さない--*/

/*-お気に入りボタン-*/
.product-list__fav-items {
      margin-left: auto;
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.product-list__fav-items button.is-added svg{
        color: #ff7373;
}

/*-//お気に入りボタン-*/


@media screen and (min-width: 768px){

.journal .journal-box .row{
        width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        font-size: 1.4rem;
    line-height: 2.3rem;
}
.journal .journal-box .row .col-lg-6{
        width: 48%;
}
    .journal .journal-box .row .col-lg-6 img{
            width: 100%;
    } 
}
@media screen and (max-width: 767px){
.journal .journal-box .row{
    width: 100%;
    margin: auto;
    display: block;
    line-height: 1.7;
}
    .journal .journal-box .row .col-lg-6{
           width: 100%;
}
    
    }