/*
** .container__storenews
*/

.container__storenews {
  padding-bottom: 4em;
}

.container__storenews {
  display: grid;
  grid-template-columns: 36.625em 1fr;
  grid-template-rows: max-content 1fr;
  grid-column-gap: 1.6875em;
}


/*
** .storenews__header
*/

.storenews__header {
  grid-row-gap: 2em;
}

.storenews__header-store-info {
  grid-template-columns: max-content max-content;
  grid-column-gap: 1em;
}

.storenews__header-store-info .button__general {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  min-width: 20.625em;
}

.storenews__header-store-info .button__general a {
  grid-column-gap: 1em;
}

.storenews__header-post-head {
  grid-row-gap: 0.5em;
  padding-bottom: 2.25em;
  margin-bottom: 1.875em;
}

.storenews__post-time {
  font-size: 1.375em;
}

.storenews__title {
  font-size: 1.875em;
}

.storenews__gallery {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-bottom: 0;
}

.storenews__gallery-list-container {
  padding: 0.8125em;
}

.storenews__gallery-list-container::before,
.storenews__gallery-list-container::after {
  width: calc(100% - 0.8125em);
  height: calc(100% - 0.8125em);
  border-radius: 1.875em;
}

.storenews__gallery-list {
  border-radius: 1.875em;
  border-width: 0.2rem;
}