article section {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  article section {
    line-height: 1.6;
  }
}
article section h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  article section h2 {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  article section p {
    margin-left: 0;
  }
}

section.catch {
  height: 0;
  padding-bottom: 50%;
  background-image: url(image/catch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  section.catch {
    margin-bottom: 3rem;
    padding-bottom: 0;
    height: 400px;
  }
}
section.catch .read {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
section.catch .read h1 {
  margin: 0;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  section.catch .read h1 {
    font-size: 2.5rem;
  }
}
section.catch .read p {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  section.catch .read p {
    font-size: 1.5rem;
  }
}

section.features {
  margin-top: 0;
}
section.features ul {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 500px) {
  section.features ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
section.features ul li {
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 500px) {
  section.features ul li {
    width: 33.3333%;
  }
}
section.features ul li figure {
  margin: 0;
  padding-top: 35%;
  position: relative;
}
@media print, screen and (min-width: 500px) {
  section.features ul li figure {
    padding-top: 100%;
  }
}
section.features ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.features .textfigure_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  section.features .textfigure_wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 769px) {
  section.features .textfigure_wrap .text {
    width: 60%;
    padding-right: 30px;
  }
}
section.features .textfigure_wrap figure {
  margin: auto;
  max-width: 366px;
}
@media print, screen and (min-width: 769px) {
  section.features .textfigure_wrap figure {
    width: 40%;
  }
}
section.features .textfigure_wrap figure img {
  width: 100%;
  max-width: 100%;
}

section.brewery .list {
  display: flex;
  flex-direction: column;
}
section.brewery .list .item {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item .text {
    width: 55%;
    padding-right: 30px;
  }
}
section.brewery .list .item .text h3 {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item .text h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: left;
    border-bottom: 1px solid #000000;
  }
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item .text p {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
section.brewery .list .item figure {
  margin: auto;
  width: 80%;
  max-width: 340px;
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item figure {
    width: 45%;
  }
}
section.brewery .list .item figure img {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item:first-of-type {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  section.brewery .list .item:nth-of-type(2n) .text {
    padding-left: 30px;
    padding-right: 0;
  }
}/*# sourceMappingURL=style.css.map */