@charset "UTF-8";
/* --------------------------------------------------
 「金のめし丸」県産米 /kensanmai/ 下層共通
-------------------------------------------------- */
body {
  background: url(/meshimaru/img/kensanmai/sub-page-title-back.png) center 0 / 83.25px 78.75px;
}
#globalNavi .has-sub > a.kensanmai {
  color: #ffff00;
}
#sub-page-title .h-image {
  margin: 12px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#sub-page-title .h-image::after {
  content: '';
  width: 100%;
  height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
  position: absolute;
	left: -100%;
	top: 0;
	transform: skewX(-15deg);
  animation: 2.5s 0s shine linear infinite;
  z-index: 10;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100%{
    left: 100%;
  }
}
#sub-page-title nav li:nth-child(1) a {
  padding-left: 98px;
  background: #86c03f url(/meshimaru/img/kensanmai/nav01.png) no-repeat 22px center / 56px auto;
}
#sub-page-title nav li:nth-child(2) a {
  padding-left: 112px;
  background: #86c03f url(/meshimaru/img/kensanmai/nav02.png) no-repeat 0 10px / 105px auto;
}
#sub-page-title nav li:nth-child(3) a {
  padding-left: 98px;
  background: #86c03f url(/meshimaru/img/kensanmai/nav03.png) no-repeat 18px 0 / 70px auto;
  font-size: 1.404rem;
  letter-spacing: .06em;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
 #globalNavi .has-sub > a.kensanmai {
    color: #42210b;
  }
}
@media screen and (max-width: 767px) {
  #sub-page-title nav li:nth-child(1) a {
    padding: 10px 0;
    background: #86c03f url(/meshimaru/img/kensanmai/nav01.png) no-repeat center bottom 5px / auto 52px;
  }
  #sub-page-title nav li:nth-child(2) a {
    padding: 10px 0;
    background: #86c03f url(/meshimaru/img/kensanmai/nav02.png) no-repeat center bottom -16px / auto 70px;
  }
  #sub-page-title nav li:nth-child(3) a {
    padding: 10px 0;
    background: #86c03f url(/meshimaru/img/kensanmai/nav03.png) no-repeat center bottom -5px / auto 60px;
    font-size: 1.15rem;
    letter-spacing: -.05em;
    line-height: 1.4;
  }
}

/* --------------------------------------------------
  福岡県産「金のめし丸」県産米とは
-------------------------------------------------- */

#about {
  padding: 100px 0;
  background: #f1f4f5;
  color: #1a1a1a;
  position: relative;
  z-index: 2;
}
#about h2 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-align: center;
}
#about p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .07em;
}
#about .d-flex {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
#about .text.textfadeIn p {
  line-height: 2.0;
}
#about section {
  margin: 0 auto;
  padding: 48px 52px;
  max-width: 854px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
#about section::before {
  content: '';
  width: 30px;
  height: 40px;
  background: url(/meshimaru/img/common/fukidashi.svg) no-repeat center/contain;
  position: absolute;
  left: 78px;
  top: -39px;
}
#about section h3 {
  margin-bottom: 12px;
  color: #79b625;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: .11em;
}
#about section p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .12em;
}
#about section .d-flex {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#about section .d-flex .text {
  margin-left: 0;
}
#about section .d-flex .image {
  position: relative;
  overflow: hidden;
  width: 251px;
  flex-shrink: 0;
}
#about section .d-flex .image::after {
  content: '';
  width: 100%;
  height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
  position: absolute;
	left: -100%;
	top: 0;
	transform: skewX(-15deg);
  animation: 2.5s 0s shine linear infinite;
  z-index: 2;
}
#about section .message {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .12rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 50px 0 60px;
  }
  #about h2 {
    margin-bottom: 40px;
    font-size: 3.4rem;
    line-height: 1.4;
  }
  #about p {
    font-size: 1.8rem;
  }
  #about .d-flex {
    flex-direction: column;
  }
  #about .d-flex .image img {
    margin-left: -20px;
    width: calc(100% + 40px);
    height: auto;
  }
  #about section {
    padding: 32px 24px;
    text-align: center;
  }
  #about section h3 {
    line-height: 1.3;
  }
  #about section .d-flex {
    flex-direction: column-reverse;
    gap: 0;
  }
  #about section .d-flex .image img {
    margin: 0;
    width: 100%;
    max-width: 250px;
  }
  #about section p {
    font-size: 1.6rem;
    letter-spacing: .04em;
    text-align: left;
  }
  #about section .message {
    font-size: 2.0rem;
    letter-spacing: .06rem;
  }
}

/* --------------------------------------------------
  「金のめし丸」県産米 3つの基準
-------------------------------------------------- */

#standard {
  padding: 90px 0 120px;
}
#standard h2 {
  margin-bottom: 52px;
  text-align: center;
}
#standard ol {
  margin-bottom: 36px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#standard ol li {
  padding: 32px 0 24px;
  width: 324px;
  background: #fff6b8;
  border: solid 4px #79b625;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#standard ol li div {
  width: 80px;
  height: 80px;
  padding-bottom: 9px; /* 中央調整 */
  background: #79b625;
  border-radius: 100vw;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#standard ol li p {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.6;
  text-align: center;
}
#standard ol li span {
  font-size: 1.7rem;
  letter-spacing: .17em;
}
#standard ol li sup {
  font-size: 1.25rem;
  vertical-align: 10px;
}
#standard .flow {
  margin-bottom: 100px;
  padding: 60px;
  background: #fff;
  border-radius: 20px;
}
#standard .flow .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#standard .flow .d-flex .text {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .17em;
}
#standard .flow .d-flex .image {
  position: relative;
}
#standard .flow .d-flex .image .meshimaru {
  position: absolute;
  right: 10px;
  bottom: 24px;
}
#standard .line {
  margin-bottom: 100px;
  text-align: center;
}
#standard nav {
  margin-bottom: 100px;
}
#standard nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#standard nav li a {
  width: 256px;
  height: 66px;
  background: #86c03f;
  border-radius: 100vw;
  box-shadow: 0 4px 0 #006837;
  color: #fff;
  font-size: 2.247rem;
  font-weight: 600;
  letter-spacing: .17em;
  display: flex;
  align-items: center;
  transition: all .2s;
}
#standard nav li a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translateY(4px);
}
#standard nav li:nth-child(1) a {
  padding-left: 98px;
  background: #86c03f url(/meshimaru/img/kensanmai/nav01.png) no-repeat 22px center / 56px auto;
}
#standard nav li:nth-child(2) a {
  padding-left: 112px;
  background: #86c03f url(/meshimaru/img/kensanmai/nav02.png) no-repeat 0 10px / 105px auto;
}
#standard nav li:nth-child(3) a {
  padding-left: 98px;
  background: #86c03f url(/meshimaru/img/kensanmai/nav03.png) no-repeat 18px 0 / 70px auto;
  font-size: 1.404rem;
  letter-spacing: .06em;
  line-height: 1.4;
}
#standard .report {
  text-align: center;
}
#standard .report img {
  transition: transform .3s;
}
#standard .report a:hover img {
  transform: scale(1.02);
}
@media screen and (max-width: 1000px) {
  #standard .flow .d-flex {
    gap: 10px;
  }
  #standard .flow .d-flex .image {
    width: 50%;
  }
  #standard .flow .d-flex .image img {
    width: 100%;
    height: auto;
  }
  #standard .flow .d-flex .image .meshimaru {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  #standard {
    padding: 56px 0 136px;
  }
  #standard h2 {
    margin-bottom: 32px;
  }
  #standard ol {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 16px;
  }
  #standard ol li {
    padding: 18px 16px;
    width: 100%;
    flex-direction: row;
    gap: 16px;
  }
  #standard ol li div {
    width: 58px;
    height: 58px;
    padding-bottom: 7px;
    font-size: 3.645rem;
    flex-shrink: 0;
  }
  #standard ol li p {
    font-size: 2.0rem;
    text-align: left;
    letter-spacing: 0;
  }
  #standard ol li span {
    font-size: 1.5rem;
    letter-spacing: .05em;
  }
  #standard .flow {
    margin-bottom: 60px;
    padding: 40px 22px;
    position: relative;
    overflow: hidden;
  }
  #standard .flow .d-flex {
    flex-direction: column-reverse;
    gap: 24px;
  }
  #standard .flow .d-flex .text {
    font-size: 1.8rem;
  }
  #standard .flow .d-flex .text p {
    position: relative;
  }
  #standard .flow .d-flex .image {
    width: 100%;
    position: static;
  }
  #standard .flow .d-flex .image img {
    width: 100%;
    height: auto;
  }
  #standard .flow .d-flex .image .meshimaru {
    margin: 0 auto;
    width: 98px;
    height: auto;
    left: 0;
    right: 0;
    bottom: -28px;
    transform: translateX(110px);
  }
  #standard .line {
    margin-bottom: 60px;
  }
  #standard .line img {
    width: 150px;
    height: auto;
  }
  #standard nav {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 350px;
  }
  #standard nav ul {
    flex-direction: column;
    gap: 16px;
  }
  #standard nav li a {
    width: 100%;
    height: 95px;
    font-size: 3.0rem;
  }
  #standard nav li:nth-child(1) a {
    padding-left: 138px;
    background: #86c03f url(/meshimaru/img/kensanmai/nav01.png) no-repeat 36px center / 72px auto;
  }
  #standard nav li:nth-child(2) a {
    padding-left: 157px;
    background: #86c03f url(/meshimaru/img/kensanmai/nav02.png) no-repeat 0 18px / 148px auto
  }
  #standard nav li:nth-child(3) a {
    padding-left: 134px;
    background: #86c03f url(/meshimaru/img/kensanmai/nav03.png) no-repeat 23px 6px / 94px auto;
    font-size: 1.92rem;
    text-align: center;
    line-height: 1.2;
  }
  #standard .report img {
    width: 312px;
    height: auto;
  }
}
/* --------------------------------------------------
  アニメーション
-------------------------------------------------- */
.img-onigiri {
  top: -210px;
  left: -85px;
}
.img-gohan {
  top: 50%;
  right: -210px;
}
.img-kome {
  bottom: -230px;
  left: -20px;
}
.img-hashi {
  display: none;
}
@media screen and (max-width: 767px) {
  .img-onigiri {
    left: -85px;
    top: -15px;
  }
  .img-gohan {
    top: 31%;
    right: -55px;
  }
  .img-kome {
    bottom: 24.5%;
    left: -10px;
  }
  .img-hashi {
    display: block;
    bottom: -100px;
    right: -10px;
    rotate: -20deg;
  }
}