/*
** .main
*/

.main {
  padding-top: 0;
  margin-top: -4em;
}


/*
** .storenews__header
*/

.storenews__header {
  padding-bottom: 2.375em;
  margin-bottom: 5em;
}

.storenews__header-image-container {
  grid-column: 2/3;
  grid-row: 1/3;
}

.storenews__header-image {
  bottom: calc(-2.375em - 1.1875em);
  width: 26.1875em;
  height: 21.125em;
}


/*
** .container__storenews
*/

.storenews__news-selecter-container {
  position: relative;
  top: unset;
  max-width: 30em;
}

.header.hide ~ .main .storenews__news-selecter-container {
  top: unset;
}

.storenews__news-list {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.625em;
}

.storenews__news-item-header a {
  grid-template-columns: 3.75em 1fr;
}

.storenews__news-item-contents a {
  padding-bottom: 1.125em;
  padding-left: 1.125em;
  padding-right: 1.125em;
}

.storenews__news-item-title {
  font-size: 1.3125em;
}

.storenews__news-item-news-body {
  font-size: 1em;
}

.storenews__news-item-footer {
  padding-left: 1.125em;
  padding-right: 1.125em;
}

.storenews__news-item-post-time {
  font-size: 1em;
}
