@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%;
}
.subheader__char-box--healthy {
  height: 75%;
  right: 8%;
  left: auto;
  bottom: -10px;
}
.subheader__char-box--healthy img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .subheader__title {
    left: 8%;
  }
}
@media screen and (max-width: 480px) {
  .subheader__char-box--healthy {
    height: 70%;
    bottom: -0.5rem;
  }
}

.video__box {
  width: 100%;
  margin: 0;
  border: solid 0.1875rem #e00000;
  border-radius: 0.125rem;
}
.video__box--recipe {
  width: 50%;
  margin: 2rem auto;
  float: right;
}
@media screen and (max-width: 768px) {
  .video__box--recipe {
    width: 100%;
    margin: 0 auto 1rem;
    float: left;
  }
}

.article__content--top {
  margin-bottom: 0;
}
.article__content-box--graph {
  padding: 1rem 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article__content-box--graph {
    padding: 1rem;
  }
}
.article__video-box {
  width: 90%;
  margin: 1rem auto 2rem;
  border: solid 0.125rem var(--gray-4);
}

.content__wrap--top {
  max-width: 1100px;
  margin: 2rem auto 4rem;
  padding: 0 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content__wrap--top {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content__wrap--top {
    margin: 1rem auto 2rem;
    padding: 0 1.25rem;
  }
}
.content__wrap--main {
  max-width: 1100px;
  padding: 0;
  background: #f4f4f4;
}
.content__wrap--article {
  position: relative;
  max-width: 1100px;
  margin-top: 1.875rem;
  margin-top: 4rem;
  padding: 3.125rem;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .content__wrap--article {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}
.content__p--top {
  margin-bottom: 0.875rem;
}
.content__p--article {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content__p--article {
    margin-bottom: 0.875rem;
  }
}
.content__p--detail {
  font-weight: bold;
}
.content__caption-title-h3 {
  font-family: Zen Antique;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .content__caption-title-h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}

.statistic__content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.statistic__content-img-box {
  position: relative;
  flex: 1;
}
.statistic__content-img-box .list__content-h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .statistic__content-img-box .list__content-h3 {
    display: flex;
  }
}
.statistic__content-desc-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .statistic__content-desc-box {
    display: none;
  }
}
.statistic__content-link {
  display: block;
  width: 100%;
  margin: 0.75rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Zen Antique;
  color: #2f2f2f;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .statistic__content-link {
    margin: 0.375rem auto;
    font-size: 1.25rem;
  }
}
.statistic__content-link:link {
  text-decoration: none;
}
.statistic__content-link:hover {
  color: #2f2f2f;
  background: var(--gray-2);
}
.statistic__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) {
  .statistic__h2 {
    top: -1rem;
    font-size: 1.5rem;
  }
}
.statistic__h2-icon-box {
  height: 7rem;
  margin-right: 1.375rem;
}
.statistic__h2-icon-box img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .statistic__h2-icon-box {
    height: 3rem;
    margin-right: 0.5rem;
  }
}
.statistic__article-box {
  padding: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .statistic__article-box {
    padding: 1rem;
  }
}
.statistic__visual-box {
  width: 50%;
  margin-left: 0.75rem;
  float: right;
  border: solid 1px var(--gray-6);
}
.statistic__visual-box--item {
  width: calc(50% - 1.25rem);
  margin: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .statistic__visual-box {
    width: 100%;
    margin: 0;
    margin-bottom: 0.75rem;
  }
  .statistic__visual-box--item {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
  }
}
.statistic__article-list {
  margin: 1rem 0 3rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .statistic__article-list {
    margin: 1rem 0 2rem;
  }
}
.statistic__article-item {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .statistic__article-item {
    font-size: 1.125rem;
  }
}
.statistic__article-link {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.625rem;
  color: #2f2f2f;
  display: block;
}
.statistic__article-link:hover {
  color: #2f2f2f;
  text-decoration: none;
}
.statistic__article-link[aria-expanded=false]:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto 0;
  display: block;
  background: url("../img/arrow_close.svg") center center no-repeat;
  background-size: contain;
}
.statistic__article-link[aria-expanded=true]:before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto 0;
  display: block;
  background: url("../img/arrow_open.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .statistic__article-link {
    padding-left: 1.125rem;
  }
  .statistic__article-link[aria-expanded=false]:before {
    content: "";
    position: absolute;
    top: 0.0625rem;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 0;
    display: block;
    background: url("../img/arrow_close.svg") center center no-repeat;
    background-size: contain;
  }
  .statistic__article-link[aria-expanded=true]:before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 0;
    display: block;
    background: url("../img/arrow_open.svg") center center no-repeat;
    background-size: contain;
  }
}
.statistic__article-content-box {
  margin: 0 1rem;
  padding: 2.25rem;
  background: #fff;
  overflow: hidden;
}
.statistic__article-desc-box {
  flex: 1;
}
.statistic__article-h3 {
  margin-bottom: 1rem;
  font-family: Zen Antique;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .statistic__article-h3 {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}
.statistic__graph-content-box--sp {
  display: none;
}
.statistic__graph-content-box--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .statistic__graph-content-box--sp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .statistic__graph-content-box--pc {
    display: none;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}