@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
/* media query */
.subheader__title {
  left: 5%;
}
@media screen and (max-width: 768px) {
  .subheader__title {
    left: 8%;
  }
}

.content__wrap--main {
  max-width: 1024px;
  padding: 0;
  background: #fafafa;
}
.content__wrap--article {
  position: relative;
  max-width: 1100px;
  margin-top: 1.875rem;
  padding: 3.125rem;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .content__wrap--article {
    margin-top: 0.5rem;
    padding: 1rem;
  }
}
.content__p--article {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .content__p--article {
    margin-bottom: 0.375rem;
  }
}
.content__p--flow {
  padding: 0.5rem;
  background: var(--gray-1);
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  border: solid 1px var(--gray-6);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .content__p--flow {
    font-size: 0.875rem;
  }
}

.natto__content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.natto__content-box--right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .natto__content-box {
    margin-bottom: 3rem;
  }
}
.natto__content-img-box {
  position: relative;
  flex: 1;
}
.natto__content-img-box .list__content-h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .natto__content-img-box .list__content-h3 {
    display: flex;
  }
}
.natto__content-desc-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .natto__content-desc-box {
    display: none;
  }
}
.natto__content-link {
  display: block;
  width: 100%;
  height: 100%;
}
.natto__content-link:link {
  text-decoration: none;
}
.natto__content-link:hover {
  opacity: 0.6;
}
.natto__h2 {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: Zen Antique;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .natto__h2 {
    top: -0.875rem;
    font-size: 1.25rem;
  }
}
.natto__article-box {
  padding: 2.5rem 3.125rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .natto__article-box {
    padding: 0.875rem;
  }
}
.natto__visual-box {
  width: 50%;
  margin-left: 0.75rem;
  float: right;
  border: solid 1px var(--gray-6);
}
.natto__visual-box--item {
  width: calc(50% - 1.25rem);
  margin: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .natto__visual-box {
    width: 100%;
    margin: 0;
    margin-bottom: 0.75rem;
  }
  .natto__visual-box--item {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
  }
}
.natto__article-list {
  margin: 1.5rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .natto__article-list {
    margin: 1.5rem 0;
  }
}
.natto__article-desc-box {
  flex: 1;
}
.natto__article-h3 {
  margin-bottom: 1rem;
  font-family: Zen Antique;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .natto__article-h3 {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}

.return__btn {
  margin-bottom: 15rem;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=natto.css.map */