.top-mv-section {
      /*margin-top: 90px;*/
    position: relative;
  text-align: center;
}
.top-mv-img {
      /*height: 720px;*/
        height: 75vh;
    width: 100%;
    object-fit: cover;
}
.top-mv-logo {
      width: 84%;
    max-width: 600px;
    margin-top: -98px;
}

#container .newBlock {
    margin-top: 60px;
}
.itemList-more-btn {
      font-size: 13px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 60px auto 0;
    text-align: center;
    border: solid 1px;
    padding: 16px;
    max-width: 250px;
}
.sp-only {
  display: none;
}
/*@media screen and (max-width:1100px) { 
  .top-mv-section {
    margin-top: 50px;
}
}*/
@media screen and (max-width:768px) { 
  .sp-only {
  display: block;
}
  .pc-only {
  display: none;
}
  
.top-mv-img {
  height: 80dvh;
    object-fit: cover;
  /*height: 100%;*/
  }
.top-mv-logo {
  margin-top: -12vw;
  }
  #container .newBlock {
    margin-top: 40px;
}
  .itemList-more-btn {
      font-size: 12px;
    margin: 40px auto 0;
}
}


