@charset "UTF-8";

#feed {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  #feed{
    padding:30px;
    width:calc(100% - 60px);
  }
}


/* MV調整 */
#mv {
  max-width: 1200px !important;
}
#mv .mv_img li img {
  height: 100% !important;
  font-family: 'object-fit: cover' !important;
  object-fit: cover !important;
}

#mv {
    height: 543px !important;
}

#nowrap+div .inner_item p {
    white-space: nowrap;
}
#m1+* .block_header_2 .h{
    justify-content: center;
}
.widget_shop01 .inner_item_img a:last-child {
    transition: 0.3s ease-in-out;
}
.widget_shop01 .inner_item_img a:last-child:hover {
    opacity: 0.7;
}