.p-productImage--main {
  width: 100%;
}

@media (min-width: 769px) {
  .p-productImage--main {
    width: 800px;
  }
}

.p-productImage--main img {
  width: 100%;
}

.p-productImage--sub {
  background-color: #f5f5f5;
  padding: 10px 10px 5px;
  width: 100%;
}

@media (min-width: 769px) {
  .p-productImage--sub {
    width: calc(100% - 800px);
  }
}

@media screen and (max-width: 768px) {
.p-gnav__link {
  font-size: 11px !important;
}

.c-h2--primary, .shopkeeper-h2, .ttl-h2 {
  font-size: 18px !important;
}
  
  .p-homeNews__item{
    font-size: 13px !important;
  }
  .p-homeSearch__link {
    font-size: 11px !important;
  }
}