@charset "UTF-8";
/* --------------------------------------------------
  福岡の米づくり /rice/ 下層共通
-------------------------------------------------- */
body {
  background: url(../img/rice/sub-page-title-back.jpg) center/auto;
}
#globalNavi li> a.rice {
  color: #ffff00;
}
#sub-page-title .h-image {
  margin: 12px;
}
#sub-page-title h1 span {
  letter-spacing: 0.17em;
}
#sub-page-title h1 strong {
  letter-spacing: 0.17em;
}
#sub-page-title nav li a {
  width: 190px;
  box-shadow: 0 4px 0 #006837;
}
#sub-page-title nav li a span {
  font-size: 2.0rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
#sub-page-title nav li:nth-child(1) a {
  padding-left: 60px;
  background: #79b625 url(../img/rice/nav01.png) no-repeat 12px center / 39px auto;
}
#sub-page-title nav li:nth-child(2) a {
  padding-left: 60px;
  background: #79b625 url(../img/rice/nav02.png) no-repeat 16px center / 38px auto;
}
#sub-page-title nav li:nth-child(3) a {
  padding-left: 90px;
  background: #79b625 url(../img/rice/nav03.png) no-repeat 30px center / 32px auto;
}
#sub-page-title nav li:nth-child(4) a {
  padding-left: 78px;
  background: #79b625 url(../img/rice/nav04.png) no-repeat 20px center / 39px auto;
}
#sub-page-title nav li a.active {
  background-color: #006837 !important;
}

.line {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #globalNavi .has-sub > a.rice {
     color: #42210b;
  }
}
@media screen and (max-width: 767px) {
  #sub-page-title {
    padding-bottom: 50px;
  }
  #sub-page-title::after {
    height: 180vw;
  }
  #sub-page-title hgroup img {
    width: 180px;
  }
  #sub-page-title h1 {
    margin: 10px 0 20px;
  }
  #sub-page-title h1 strong {
    letter-spacing: 0.09em;
  }
  #sub-page-title nav ul {
    gap: 6px;
  }
  #sub-page-title nav li a {
    width: 82px;
    height: 98px;
  }
  #sub-page-title nav li:nth-child(1) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav01.png) no-repeat center bottom 8px / auto 47px;
  }
  #sub-page-title nav li:nth-child(2) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav02.png) no-repeat center bottom 10px / auto 45px;
  }
  #sub-page-title nav li:nth-child(3) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav03.png) no-repeat center bottom 10px / auto 44px;
  }
  #sub-page-title nav li:nth-child(4) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav04.png) no-repeat center bottom 13.5px / auto 40px;
  }
  #sub-page-title nav li a span {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .line {
    margin-bottom: 60px;
  }
  .line img {
    width: 152px;
    height: auto;
  }
}

/* --------------------------------------------------
  福岡県産米
-------------------------------------------------- */
#kensanmai {
  padding: 100px 0;
}
#kensanmai h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#kensanmai p.top-text {
  margin: 0 0 68px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.17em;
  text-align: center;
}
#kensanmai h3 {
  margin: 0 0 40px;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
#kensanmai .area {
  margin: 90px 0 0;
}
#kensanmai .area ul {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

#kensanmai .area .fukuoka { --area-color: #87C13F; }
#kensanmai .area .kenhoku { --area-color: #5F9BCA; }
#kensanmai .area .kennan { --area-color: #DB8C8B; }

#kensanmai .area li {
  margin-top: 26px;
  padding: 70px 40px 60px 30px;
  width: 100%;
  border: solid 4px var(--area-color);
  border-radius: 25px;
  background: #fff;
  list-style: none;
  position: relative;
}
#kensanmai .area .ttl {
  display: block;
  width: 290px;
  height: 52px;
  border-radius: 10vw;
  background: var(--area-color);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 52px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
#kensanmai .area .contents {
  display: flex;
  align-items: center;
  gap: 40px;
}
#kensanmai .area .contents img {
  flex-shrink: 0;
  height: auto;
}
#kensanmai .area strong {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--area-color);
  font-size: 2.8rem;
  line-height: 1.43;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#kensanmai .area .hinsyu {
  margin: 0 0 20px;
  padding: 10px;
  border: solid 1.8px var(--area-color);
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}
#kensanmai .area .kennan .hinsyu {
  font-size: 1.7rem;
}
#kensanmai .area .hinsyu span {
  padding-bottom: 3px;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
#kensanmai .area .detail {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
#kensanmai .area .area1 dl, #kensanmai .area .area2 dl {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#kensanmai .area .area1 dt, #kensanmai .area .area2 dt {
  width: 68px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  flex-shrink: 0;
}
#kensanmai .area .area1 dt {
  background: #D86161;
}
#kensanmai .area .area2 dt {
  background: #E28F8F;
}
#kensanmai .area .area1 dd strong, #kensanmai .area .area2 dd strong {
  margin-bottom: 0;
  font-size: 2.3rem;
}
#kensanmai .area .area1 dd strong {
  color: #D86161;
}
#kensanmai .area .area2 dd strong {
  color: #E28F8F;
}
#kensanmai .area .kennan .detail {
  padding: 10px 10px 0;
}

@media screen and (max-width: 767px) {
  #kensanmai {
    padding: 64px 0 64px;
  }
  #kensanmai h2 img {
    width: 208px;
    height: auto;
  }
  #kensanmai p.top-text {
    margin: 0 0 45px;
    font-size: 1.8rem;
    line-height: 2.3;
    letter-spacing: 0.13em;
  }
  #kensanmai .area {
    margin: 0;
  }
  #kensanmai h3 {
    margin: 0 0 20px;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
  }
  #kensanmai .area ul {
    gap: 30px;
  }
  #kensanmai .area li {
    padding: 50px 20px 30px;
  }
  #kensanmai .area .ttl {
    width: 205px;
    height: 42px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 42px;
  }
  #kensanmai .area .contents {
    flex-direction: column;
  }
  #kensanmai .area .contents img {
    width: 212px;
    height: auto;
  }
  #kensanmai .area strong {
    font-size: 2.2rem;
    justify-content: center;
  }
  #kensanmai .area .hinsyu {
    margin: 0 0 16px;
    font-size: 1.6rem;
    line-height: 1.37;
  }
  #kensanmai .area .detail {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.77;
  }
  #kensanmai .area .area1 dl, #kensanmai .area .area2 dl {
    flex-direction: column;
  }
  #kensanmai .area .area1 dt, #kensanmai .area .area2 dt {
    width: 206px;
    height: 32px;
    aspect-ratio: 0;
    border-radius: 100vw;
    line-height: 1;
  }
  #kensanmai .area .kennan .hinsyu {
    margin: 0 0 30px;
  }
  #kensanmai .area .kennan .hinsyu {
    font-size: 1.6rem;
  }
  #kensanmai .area .hinsyu span {
    padding-bottom: 5px;
  }
  #kensanmai .area .kennan .detail {
    margin-top: -5px;
    padding: 0;
  }
}

/* --------------------------------------------------
  福岡県産米紹介
-------------------------------------------------- */
#introduction {
  padding: 0 0 160px;
}
#introduction h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#introduction p.top-text {
  margin: 0 0 68px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.17em;
  text-align: center;
}
#introduction .bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#introduction .bnr p.top {
  margin-bottom: 15px;
  padding: 0 40px 7px;
  color: #79B925;
  font-size: 3.28rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  background-image: url(../img/common/highlight-l.svg),url(../img/common/highlight-r.svg);
  background-repeat: no-repeat;
  background-position: left bottom 0, right bottom 0;
  background-size: 27px 38px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(13%) saturate(3809%) hue-rotate(36deg) brightness(91%) contrast(71%);
}
#introduction .bnr img {
  filter: drop-shadow(0 8px 0 #666);
  transform: translateZ(0);
  transition: all .2s;
}
#introduction .bnr a:hover img {
  filter: drop-shadow(0 1px 0 #666);
  transform: translateY(5px);
}
#introduction .btn_cm {
  display: flex;
  justify-content: center;
}
#introduction .btn_cm a {
  margin-top: 100px;
  width: 360px;
  height: 71px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 8px;
  box-shadow: 0 10px 0 #006837;
  transition: all .25s;
}
#introduction .btn_cm a::after {
  width: 17.4px;
  height: 16.7px;
}
#introduction .btn_cm a:hover {
  transform: translateY(8px);
  box-shadow: none;
}

@media screen and (max-width: 767px) {
#introduction {
  padding: 0 0 120px;
}
#introduction h2 img {
  width: 309px;
}
#introduction p.top-text {
  font-size: 1.8rem;
  line-height: 2.3;
  letter-spacing: 0.13em;
}
#introduction p.top-text {
  margin: 0 0 40px;
}
#introduction .bnr p.top {
  margin-bottom: 5px;
  padding: 0 22px 5px;
  font-size: 1.8rem;
  background-size: 15px 21px;
}
#introduction .bnr img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 0 #666);
}
#introduction .btn_cm a {
  margin-top: 50px;
  width: 228px;
  height: 46px;
  font-size: 1.8rem;
  box-shadow: 0 6px 0 #006837;
}
#introduction .btn_cm a::after {
  width: 12px;
  height: 11px;
}
}

/* --------------------------------------------------
  アニメーション
-------------------------------------------------- */
.img-onigiri {
  top: 0;
  left: -205px;
}
.img-gohan {
  right: -180px;
  top: 54%;
}
.img-kome {
  left: -60px;
  bottom: -430px;
}
.img-hashi {
  right: 0;
  bottom: -190px;
  rotate: -170deg;
}
@media screen and (max-width: 767px) {
  .img-onigiri {
    top: -54px;
    left: -76px;
  }
  .img-gohan {
    right: -42px;
    top: 52%;
  }
  .img-kome {
    left: -20px;
    bottom: 5%;
  }
  .img-hashi {
    right: 0;
    bottom: -157px;
    width: 220px;
    height: 175px;
  }
}