@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSCSSから生成されていますので、
  直接編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/**font**/
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*----------------------------------------------------
	main
----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.nougyoujoshi header {
  height: 70px;
  background-color: #00400e;
}
.nougyoujoshi .logo {
  width: 50%;
  position: absolute;
  top: 10px;
  left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .logo {
    top: 20px;
  }
}
.nougyoujoshi .logo .logo-kadan {
  width: 55%;
}
.nougyoujoshi .logo .logo-fuma {
  width: 40%;
}
.nougyoujoshi .logo img {
  vertical-align: middle;
}
.nougyoujoshi .mv {
  background-color: #f4f0e7;
}
.nougyoujoshi .mv .mv-logo {
  display: block;
  width: 86%;
  margin-inline: auto;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .mv .mv-logo {
    top: -30px;
  }
}
.nougyoujoshi .mv-txt {
  background-color: #e3007f;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 2.8rem;
  padding: 15px 0;
  line-height: 1.5;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .mv-txt {
    font-size: 1.7rem;
  }
}
.nougyoujoshi .lower-page {
  background-image: none;
  box-shadow: none;
  padding: 0;
  border-bottom: none;
  background-color: #f4f0e7;
  padding: 0 4% 1.5em;
}
.nougyoujoshi .intro__box .intro-logo {
  width: 32.8%;
  margin: 0 auto;
  padding: 1em 0;
}
.nougyoujoshi .intro__box .intro-ttl {
  color: #e3007f;
  text-align: center;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic";
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .intro__box .intro-ttl {
    font-size: 1.8rem;
  }
}
.nougyoujoshi .intro__box .intro-ttl span {
  font-size: 3.8rem;
  background: linear-gradient(transparent 10%, #f2cf39 0%);
  display: inline;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .intro__box .intro-ttl span {
    font-size: 2.3rem;
  }
}
.nougyoujoshi .btn-official-site {
  width: 70.1333333333%;
  margin: 1.5em auto 2.5em;
}
.nougyoujoshi .btn-official-site a {
  display: block;
}
.nougyoujoshi .profile-card__box .ttl-h2 {
  width: 41.6%;
  margin: 0 auto 1em;
}
.nougyoujoshi .profile-card__box .profile-card__item {
  width: 96%;
  background-color: #fff;
  border-radius: 30px;
  padding: 5% 4%;
  border-left: 3px solid #e3007f;
  border-bottom: 3px solid #e3007f;
  margin: 0 auto 1.5em;
}
.nougyoujoshi .profile-card__box .profile-card__item:last-child {
  margin-bottom: 0;
}
.nougyoujoshi .profile-card__box .profile-card__item .img-profile {
  width: 66.6666666667%;
  margin-inline: auto;
  margin-bottom: 1em;
}
.nougyoujoshi .profile-card__box .profile-card__item .profile-data {
  text-align: center;
}
.nougyoujoshi .profile-card__box .profile-card__item .profile-data .name {
  font-weight: bold;
}
.nougyoujoshi .profile-card__box .profile-card__item .profile-data .place {
  font-size: 90%;
}
.nougyoujoshi .profile-card__box .profile-card__item .profile-data .main-crops {
  font-weight: bold;
  margin: 1em 0;
  font-size: 90%;
}
.nougyoujoshi .profile-card__box .profile-card__item .profile-data .btn a {
  display: block;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .profile-card__box .profile-card__item .profile-data .btn a {
    width: 50.6666666667vw;
  }
}
.nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice hgroup {
  margin: 2em 0 0.5em;
}
.nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice .ttl-h3 {
  max-width: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice .ttl-h3 {
    width: 38.6666666667%;
  }
}
.nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice .ttl-h3-txt {
  text-align: center;
  color: #e3007f;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice .ttl-h3-txt {
    font-size: 1.8rem;
  }
}
.nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice dl div {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice dl div {
    font-size: 1.3rem;
  }
}
.nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice dl div:nth-child(3) {
  margin-top: 1em;
}
.nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice dl dt {
  font-weight: bold;
}
.nougyoujoshi .profile-card__box .profile-card__item .nougyoujoshi-voice dl dd {
  padding-left: 1em;
}
.nougyoujoshi .profile-card__box .profile-card__item .q-a__box dl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .nougyoujoshi .profile-card__box .profile-card__item .q-a__box dl {
    font-size: 1.3rem;
  }
}
.nougyoujoshi .profile-card__box .profile-card__item .q-a__box dl div {
  background-color: #f4f0e7;
  border: 1px solid #9fa0a0;
  border-radius: 10px;
  padding: 4%;
  margin-top: 1em;
}
.nougyoujoshi .profile-card__box .profile-card__item .q-a__box dl dt {
  font-weight: bold;
  color: #e3007f;
}
.nougyoujoshi .profile-card__box .profile-card__item .q-a__box dl dd span {
  background: linear-gradient(transparent 10%, #f2cf39 0%);
  display: inline;
  font-weight: bold;
}

.products__box {
  padding: 2em 0;
  background-color: #fff;
}
.products__box .ttl-h2 {
  width: 41.6%;
  margin-inline: auto;
  margin-bottom: 1em;
}
.products__box .products__item {
  width: 84.4%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products__box .products__item:last-child {
  margin-top: 1em;
}
.products__box .products__item .left-img {
  width: 46.7614533965%;
  flex-shrink: 0;
  margin-right: 1em;
}
.products__box .products__item .item-info .products-name {
  color: #3e3a39;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .products__box .products__item .item-info .products-name {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.products__box .products__item .item-info .btn {
  display: block;
  margin-top: 0.5em;
}/*# sourceMappingURL=style.css.map */