@charset "UTF-8";
/* --------------------------------------------------
  福岡の米づくり /rice/ 下層共通
-------------------------------------------------- */
body {
  background: url(/meshimaru/img/eatrice/sub-page-title-back.jpg) center/auto;
}
#globalNavi .has-sub > a.eatrice {
  color: #ffff00;
}
#sub-page-title {
  margin: 0 auto -120px;
}
#sub-page-title hgroup {
  margin-bottom: 60px;
}
#sub-page-title .h-image {
  margin: 12px;
}
#sub-page-title h1 span {
  letter-spacing: 0.17em;
}
#sub-page-title h1 strong {
  margin-top: 8px;
  letter-spacing: 0.17em;
  line-height: 1.2;
}

.line {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #globalNavi .has-sub > a.eatrice {
     color: #42210b;
  }
}
@media screen and (max-width: 767px) {
  #sub-page-title {
    margin: 30px auto 0;
    padding: 16px 20px 0;
  }
  #sub-page-title::after {
    height: 180vw;
  }
  #sub-page-title hgroup {
    margin-bottom: 0;
  }
  #sub-page-title hgroup img {
    width: 190px;
  }
  #sub-page-title h1 {
    margin: 0 0 28px;
  }
  #sub-page-title h1 span {
    letter-spacing: 0.07em;
  }
  #sub-page-title h1 strong{
    margin-top: 0;
    letter-spacing: 0.09em;
  }

  .line {
    margin-bottom: 60px;
  }
  .line img {
    width: 152px;
    height: auto;
  }
}

/* --------------------------------------------------
  ごはんはあなたの元気の基本
-------------------------------------------------- */
#energy {
  padding: 100px 0;
}
#energy h2 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#energy p.top-text {
  margin: 0 0 120px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.17em;
  text-align: center;
}
#energy section.point {
  margin: 0 auto 94px;
  padding: 80px 85px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
#energy section.point .point-icon {
  padding-top: 26px;
  width: 230px;
  height: 230px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}
#energy section.point .contents {
  position: relative;
  z-index: 1;
}
#energy section.point h3 {
  margin-bottom: 15px;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
#energy section.point .contents > p {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.6;
  text-align: center;
}
/* ごはんには栄養がたくさん！ */
#energy .nutrients .img-wrap {
  margin-top: 25px;
  width: 100%;
  position: relative;
}
#energy .nutrients .img-wrap picture, #energy .nutrients .img-wrap img {
  width: 100%;
  height: auto;
}
#energy .nutrients .img02 {
  position: absolute;
  top: 0;
  left: 0;
}
/* ごはんのメリット */
#energy .merit ul {
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
#energy .merit li {
  width: 48.2%;
  list-style: none;
  background: #FFF9BB;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  position: relative;
}
#energy .merit li h4 {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  max-width: 356px;
  background: #79B925;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10vw;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#energy .merit li:nth-child(2) h4 {
  letter-spacing: 0.06em;
}
#energy .merit li p {
  padding: 37px 35px 28px;
}
#energy .merit li:nth-child(1) .illust {
  position: absolute;
  right: 0;
  bottom: 0;
}
#energy .merit li:nth-child(4) .illust {
  position: absolute;
  right: -7px;
  bottom: -12px;
}
#energy .merit li:nth-child(5) {
  margin-top: -12px;
  padding: 28px 50px 28px 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
#energy .merit li:nth-child(5) .flex-right {
  padding: 0;
}
#energy .merit li:nth-child(5) h4 {
  margin: 0 0 15px;
  max-width: none;
  position: static;
  transform: none;
}
#energy .merit li:nth-child(5) p {
  padding: 0;
  line-height: 1.7;
}
/* 今こそ、ごはんを食べよう！ */
#energy section.point.now {
  margin: 0;
}
#energy .now .flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
#energy .now dt {
  margin: 0 auto;
  width: 280px;
  height: 50px;
  background: #5F9BCA;
  border-radius: 10vw;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 50px;
  text-align: center;
}
#energy .now dd {
  display: flex;
  align-items: center;
  text-align: center;
}
#energy .now dd p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
} 
#energy .now dd span {
  margin-bottom: 14px;
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
#energy .now .safety dt {
  background: #5F9BCA;
}
#energy .now .safety dd {
  margin-top: 14px;
  gap: 36px;
}
#energy .now .safety dd strong {
  font-size: 4.6rem;
  color: #5F9BCA;
}
#energy .now .environment dt {
  background: #87C13F;
}
#energy .now .environment dd {
  margin-top: 20px;
  gap: 20px;
}
#energy .now .environment dd span {
  margin-bottom: 8px;
}
#energy .now .environment dd strong {
  font-size: 4.6rem;
  color: #87C13F;
}

@media screen and (max-width: 767px) {
  #energy {
    padding: 60px 0 64px;
  }
  #energy h2 {
    margin-bottom: 20px;
  }
  #energy p.top-text {
    margin: 0 0 80px;
    font-size: 1.8rem;
    letter-spacing: 0.13em;
    line-height: 2.3;
  }
  #energy section.point {
    margin: 0 auto 76px;
    padding: 40px 20px;
  }
  #energy section.point .point-icon {
    padding-top: 16px;
    width: 150px;
    height: 150px;
    align-items: flex-start;
    top: -48px;
  }
  #energy section.point .point-icon img {
    width: 41px;
    height: auto;
  }
  #energy section.point h3 {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.14em;
  }
  #energy section.point .contents > p {
    font-size: 1.6rem;
    letter-spacing: 0.17em;
  }
  /* ごはんには栄養がたくさん！ */
  #energy .nutrients .img-wrap {
    max-width: 500px;
    margin: 35px auto 0;
  }
  /* ごはんのメリット */
  #energy section.point.merit h3 {
    margin-bottom: 24px;
  }
  #energy .merit ul {
    flex-direction: column;
    row-gap: 45px;
  }
  #energy .merit li {
    width: 100%;
  }
  #energy .merit li h4 {
    padding: 7px;
    max-width: 275px;
    font-size: 1.9rem;
    line-height: 1.15;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #energy .merit li p {
    padding: 37px 27px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  #energy .merit li:nth-child(1) .illust {
    width: 66px;
    height: auto;
    top: -10px;
    right: -2px;
  }
  #energy .merit li:nth-child(4) .illust {
    width: 58px;
    height: auto;
    top: -18px;
    bottom: auto;
    right: 3px;
  }
  #energy .merit li:nth-child(5){
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #energy .merit li:nth-child(5) .flex-right {
    display: contents;
  }
  #energy .merit li:nth-child(5) img {
    order: 3;
    margin: 0 0 20px 20px;
    max-width: 248px;
    height: auto;
  }
  #energy .merit li:nth-child(5) h4 {
    order: 1;
    margin: 0 auto;
    max-width: 275px;
    min-height: 58px;
    position: absolute;
    transform: translate(-50%,-50%);
  }
  #energy .merit li:nth-child(5) p {
    order: 2;
    padding: 37px 27px 20px;
    line-height: 1.6;
  }
  /* 今こそ、ごはんを食べよう！ */
  #energy .now .flex {
    margin-top: 30px;
    flex-direction: column;
    gap: 28px;
  }
  #energy .now dt {
    width: 300px;
    height: 35px;
    font-size: 1.8rem;
    line-height: 35px;
  }
  #energy .now dd p {
    font-size: 1.54rem;
  }
  #energy .now dd span {
    margin-bottom: 0px;
    font-size: 1.8rem;
  }
  #energy .now .safety dd {
    gap: 30px;
    justify-content: center;
  }
  #energy .now .safety img {
    width: 96px;
    height: auto;
  }
  #energy .now .safety dd strong {
    font-size: 3.4rem;
  }
  #energy .now .environment dd {
    justify-content: center;
  }
  #energy .now .environment dd strong {
    font-size: 3.4rem;
  }
}

/* --------------------------------------------------
  朝ごはんを食べよう
-------------------------------------------------- */
#breakfast {
  padding: 0 0 100px;
  position: relative;
  z-index: 2;
}
#breakfast h2 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#breakfast p.top-text {
  margin: 0 0 62px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.17em;
  text-align: center;
}
#breakfast ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#breakfast li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
#breakfast li .text {
  width: 440px;
}
#breakfast li .text h3 {
  border-bottom: solid 2px #79B925;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#breakfast li .text h3 span {
  margin-bottom: 10px;
  width: 244px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #79B925;
  border-radius: 10vw;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
#breakfast li .text h3 span::before {
  content: '';
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 12px 6px 0 6px;
  border-color: #79B925 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 25px;
  translate: 0 100%;
}
#breakfast li .text p {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #breakfast {
    padding: 0 0 60px;
  }
  #breakfast h2 {
    margin-bottom: 30px;
  }
  #breakfast p.top-text {
    margin: 0 0 30px;
    font-size: 1.8rem;
    letter-spacing: 0.13em;
    line-height: 2.3;
  }
  #breakfast li {
    flex-direction: column;
    gap: 20px;
  }
  #breakfast li img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  #breakfast li .text {
    width: 100%;
    max-width: 500px;
  }
  #breakfast li .text h3 {
    font-size: 3.6rem;
  }
  #breakfast li .text h3 span {
    margin-bottom: 7px;
    width: 192px;
    height: 35px;
    font-size: 1.65rem;
  }
  #breakfast li .text h3 span::before {
    border-width: 9px 5px 0 5px;
  }
  #breakfast li .text p {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  #breakfast ul {
    gap: 40px;
  }
}

/* --------------------------------------------------
  「金のめし丸」県産米レシピ
-------------------------------------------------- */
#recipe {
  padding: 0 0 160px;
}
#recipe .contents {
  padding: 70px 85px 87px;
  background: #fff;
  border-radius: 20px;
}
#recipe hgroup p {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-align: center;
}
#recipe hgroup h2 {
  margin-bottom: 40px;
  text-align: center;
}
#recipe #recipe-slide {
  margin-bottom: 60px;
}
#recipe #recipe-slide img {
  width: 100%;
  height: auto;
}
#recipe #recipe-slide .slick-list {
  margin: 0 -14px;
}
#recipe #recipe-slide .slick-slide {
  margin: 0 14px;
} 
#recipe .researcher {
  display: flex;
  gap: 48px;
}
#recipe .researcher .name {
  margin-bottom: 5px;
  color: #79B925;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}
#recipe .researcher p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.78;
}
#recipe .genkitukusi {
  margin-top: 32px;
  position: relative;
}
#recipe .genkitukusi .title {
  padding: 6px 22px 6px 53px;
  background: #79B925;
  border-radius: 10vw;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0,-10px);
}
#recipe .genkitukusi .title img {
  position: absolute;
  left: -12px;
  top: 50%;
  translate: 0 -50%;
  transform-origin: center bottom;
  animation: swing 2400ms steps(2, end) infinite;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }
}
#recipe .genkitukusi p {
  padding: 42px 36px 20px;
  background: #FFF6B8;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#recipe .btn {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#recipe .highlight {
  display: inline-block;
  padding: 0 34px 10px 40px;
  background: url(/meshimaru/img/common/highlight-l.svg) no-repeat left bottom / 27px auto, url(/meshimaru/img/common/highlight-r.svg) no-repeat right bottom / 27px auto ;
  color: #79B925;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  filter: brightness(0) saturate(100%) invert(77%) sepia(13%) saturate(3809%) hue-rotate(36deg) brightness(91%) contrast(71%);
}
#recipe .btn a {
  width: 450px;
  height: 114px;
  border-radius: 100vw;
  background: #86c03f;
  box-shadow: 0 7px 0 #006837;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: .17em;
  display: flex;
  align-items: center;
  transition: all .2s;

  padding-left: 160px;
  background: #79b625 url(/meshimaru/img/eatrice/recipe-btn.png) no-repeat 20px bottom / 114px auto;
}
#recipe .btn a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translateY(6px);
}

@media screen and (max-width: 767px) {
  #recipe .contents {
    padding: 60px 20px;
  }
  #recipe hgroup p {
    margin-bottom: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #recipe hgroup h2 {
    margin: 0 auto 30px;
  }
  #recipe #recipe-slide {
    margin-bottom: 40px;
  }
  #recipe .researcher {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  #recipe .researcher .name {
    font-size: 2.0rem;
    text-align: center;
  }
  #recipe .researcher p {
    letter-spacing: 0;
  }
  #recipe .genkitukusi {
    margin-top: 28px;
  }
  #recipe .genkitukusi .title {
    padding: 8px 10px 8px 65px;
    font-size: 1.7rem;
    line-height: 1.35;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  #recipe .genkitukusi .title img {
    width: 64px;
    height: auto;
    top: 45%;
  }
  #recipe .genkitukusi p {
    padding: 64px 22px 20px;
    letter-spacing: 0.05em;
  }
  #recipe .btn {
    margin-top: 50px;
  }
  #recipe .highlight {
    padding: 0 25px 8px 22px;
    font-size: 1.82rem;
    background: url(/meshimaru/img/common/highlight-l.svg) no-repeat left bottom / 19px auto, url(/meshimaru/img/common/highlight-r.svg) no-repeat right bottom / 19px auto;
  }
  #recipe .btn a {
    width: 310px;
    height: 83px;
    padding-left: 110px;
    background: #79b625 url(/meshimaru/img/eatrice/recipe-btn.png) no-repeat 12px bottom / 80px auto;
    font-size: 2.2rem;
  }
}


/* --------------------------------------------------
  アニメーション
-------------------------------------------------- */
.img-onigiri {
  top: 228px;
  left: -70px;
}
.img-gohan {
  right: -180px;
  top: 54%;
}
.img-kome {
  bottom: -210px;
  left: -80px;
}
.img-hashi {
  top: -230px;
  right: -80px;
  rotate: -15deg;
}
@media screen and (max-width: 767px) {
  .img-onigiri {
    top: 12.5%;
    left: -76px;
  }
  .img-gohan {
    top: 52%;
    right: -100px;
  }
  .img-kome {
    bottom: -285px;
    left: -10px;
  }
  .img-hashi {
    top: -150px;
    right: -80px;
  }
}