@media (max-width: 765px) {

  .mob-header {
    background-image: url(../images/brand_2/sample-logo.png);
    width: 100vw;
    height: 55px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .sub-header {
    margin-top: 0!important;
    position: relative;
    height: 40px;
    box-shadow: 2px 1px 3px grey;
  }

  .sp-header-logo {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 5px 10px 8px;
  }

  .sp-header-logo img {
    width: 100%;
  }

  .sp-header-text {
    width: calc(100% - 60px);
  }

  .sp-header-info {
    font-size: 10px;
    margin-top: 4px !important;
    margin-left: 5px !important;
    color: #485859 !important;
  }

  .sp-header-text .sp-header-content {
    margin-top: 0px;
    font-size: 13px;
    margin-left: 5px;
    color: #485859;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 70px;
  }

  .pankuzu {
    background: #fff;
    height: 35px;
    padding: 10px;
    font-size: 12px;
    display: flex;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  }

  .pankuzu p {
    margin: 0 5px;
  }

  #mainvisual {
    padding: 4rem 0 100px 0;
    height: auto;
  }

  .mv-big-carousel {
    width: 90%;
    margin: 0 auto;
  }

  .mv-small-carousel {
    margin-top: 10px!important;
    width: 100vw;
    padding: 0!important;
  }

  .small-swiper-container {
    width: 100vw;
    padding: 0!important;
  }

  .loopSlider {
    width: 100vw;
  }

  .small-slide-overflow {
    width: 100vw;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    height: 120px;
  }

  .small-slide-wrapper {
    width: auto;
    position: absolute;
  }

  .small-slide-card {
    width: 80vw;
    margin: 5px 10vw;
    display: flex;
    justify-content: space-around;
    box-shadow: 2px 3px 3px #00000029;
    height: 110px;
    padding: 0 10px;
    border-radius: 5px;
  }

  .small-slide-image {
    width: 90px;
    height: 90px;
    padding: 10px 0;
  }

  .small-slide-image img {
    width: 100%;
  }

  .small-slide-textarea {
    text-align: right;
    width: calc(100% - 100px);
    padding: 5px;
  }

  .small-slide-textarea p {
    margin-bottom: 0.2rem;
    font-size: 10px;
  }

  .small-slide-name {
    font-size: 12px;
    margin-top: 0.2rem;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    width: 100%;
    line-height: 1.6;
    text-align: initial;
    letter-spacing: .5px;
  }

  .small-slide-category {
    font-size: 10px;
    color: #F28B0C;
    float: left;
    width: auto;
    padding: 3px 5px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    letter-spacing: 1px;
  }

  .small-slide-bland {
    font-size: 12px;
    margin-top: 17%;
    display: none;
  }

  .small-slide-price {
    font-size: 15px;
    margin-top: 0.5rem;
    width: 100%;
    display: block;
    float: left;
    text-align: initial;
    position: absolute;
    top: 65%;
  }
  .small-slide-price-sale {
    margin-top: 1.5rem;
    width: auto;
    display: block;
    float: left;
    text-align: initial;
    position: absolute;
    bottom: 15%;
  }

  .header-font{
    width: 16px;
  }
  
  #sp-top-only .sp-header-logo{
    width: 50px;
    background-image: url(../images/logo/info_logo_yoko.png);
  }

  #sp-top-only .sp-header-message{
    font-size: .5rem;
    width: 100%;
    float: left;
    font-style: normal;
    color: #485859 !important;
  }

  #sp-top-only .sp-header-custom {
    position: fixed;
    right: 5px;
    top: 7px;
    color: white;
    font-size: 10px;
    width: 14%;
    text-align: center;
  }

  #sp-top-excepting .sp-header-logo {
    width: 50px;
    background-image:url(../images/logo/info_logo_yoko.png);
  }

  #sp-top-excepting .sp-header-message{
    font-size: .5rem;
    width: 100%;
    float: left;
    font-style: normal;
    color: #485859 !important;
  }

  #sp-top-excepting .sp-header-custom {
    position: fixed;
    right: 5px;
    top: 7px;
    color: white;
    font-size: 10px;
    width: 14%;
    text-align: center;
  }
}