@charset "Shift_JIS";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  /* font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Segoe UI", sans-serif; */
  font-family: "BIZ UDPGothic", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* ======================================================
	PC
====================================================== */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .wrapper {
    padding-top: 222px;
  }
  /* header ====================*/
  .header {
    box-sizing: border-box;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 0 20px;*/
    text-align: left;
    line-height: 1.5;
    background: #fff;
  }
  .header > .inner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*max-width: 1100px;*/
    margin: 0 auto;
    padding: 15px 20px 0 20px;
  }
  .header .header__title {
    width: 300px;
    margin-top: 5px;
    transition: all 0.15s ease;
  }
  .header .header__title a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    font-size: 0.76rem;
    color: #000 !important;
    line-height: 1.5;
  }
  .header .header__title a span {
    display: block;
    margin-top: 2px;
  }
  .header .header__block {
    position: relative;
    padding-top: 39px;
    transition: padding-top 0.15s ease;
  }
  .header .header__block ul.header__link {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 24px;
    transition: opacity 0.1s ease;
  }
  .header .header__block ul.header__link > li {
    display: flex;
    align-items: center;
    font-size: 0.76rem;
    line-height: 1;
    white-space: nowrap;
  }
  .header .header__block ul.header__link > li > a {
    text-decoration: none;
    color: #000;
  }
  .header .header__block ul.header__link > li > a:hover {
    text-decoration: underline;
  }
  .header .header__block ul.header__link > li ul {
    display: flex;
  }
  .header .header__block ul.header__link > li ul li {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
  }
  .header .header__block ul.header__link > li ul li:first-child {
    margin-right: 12px;
  }
  .header .header__block ul.header__link > li ul li a {
    box-sizing: border-box;
    display: block;
    width: 51px;
    height: 24px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #287200;
    border-radius: 3px;
    transition: background-color 0.15s;
  }
  .header .header__block ul.header__link > li ul li.normal a {
    color: #fff;
    background-color: #287200;
    transition: background-color 0.15s;
  }
  .header .header__block ul.header__link > li ul li.normal a:hover {
    background-color: rgba(40, 114, 0, 0.7);
  }
  .header .header__block ul.header__link > li ul li.enlarge {
    margin-left: 5px;
  }
  .header .header__block ul.header__link > li ul li.enlarge a {
    color: #287200;
    background-color: #fff;
    transition: background-color 0.15s;
  }
  .header .header__block ul.header__link > li ul li.enlarge a:hover {
    background-color: rgba(40, 114, 0, 0.1);
  }
  .header .header__block ul.header__link > li + li {
    margin-left: 20px;
  }
  .header .header__block ul.header__link li.navskip a:focus span {
    opacity: 1;
  }
  .header .header__block ul.header__link li.navskip a span {
    opacity: 0;
  }
  .header .header__block ul.header__link li.fontsize {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px solid #dcdcdc;
  }
  .header .header__block .header__search {
    display: flex;
  }
  .header .header__block .header__search dl.search {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .header .header__block .header__search dl.search dt {
    font-size: 0.64rem;
  }
  .header .header__block .header__search dl.search dd {
    box-sizing: border-box;
    width: 218px;
    height: 36px;
    margin-left: 8px;
  }
  .header .header__block .header__search dl.search dd form.gsc-search-box {
    margin-bottom: 0;
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box {
    margin: 0;
    height: 100%;
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box td {
    padding: 0;
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box .gsc-input-box {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    border: 1px solid #287200;
    border-radius: 4px 0 0 4px;
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box .gsc-input-box .gsib_a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 34px;
    padding: 3px 9px;
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box .gsc-input-box .gsib_a input {
    font-size: 0.88rem;
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box .gsc-search-button button.gsc-search-button {
    box-sizing: border-box;
    width: 64px;
    height: 36px;
    margin: 0;
    padding: 0;
    background-image: url("/content/001218867.svg");
    background-color: #287200;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 49px 17px;
    border: 1px solid #287200;
    border-left: none;
    border-radius: 0 4px 4px 0;
    transition: background-color 0.15s;
    cursor: pointer;
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box .gsc-search-button button.gsc-search-button:hover {
    background-color: rgba(40, 114, 0, 0.7);
  }
  .header .header__block .header__search dl.search dd table.gsc-search-box .gsc-search-button button.gsc-search-button svg {
    display: none;
  }
  .header .header__block .header__search .btn__contact {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #dcdcdc;
  }
  .header .header__block .header__search .btn__contact a {
    box-sizing: border-box;
    display: block;
    width: 107px;
    height: 36px;
    padding-top: 6px;
    text-align: center;
    font-size: 0.88rem;
    color: #fff;
    text-decoration: none;
    background-color: #287200;
    border: 1px solid #287200;
    border-radius: 3px;
    transition: background-color 0.15s;
  }
  .header .header__block .header__search .btn__contact a:hover {
    background-color: rgba(40, 114, 0, 0.8);
  }
  .header .btn__search,
.header .btn__menu {
    display: none;
  }
  .header .navigation {
    display: block !important;
    margin-top: 15px;
  }
  .header .navigation .inner {
    box-sizing: border-box;
    width: 100%;
    /*max-width: 1100px;*/
    margin: 0 auto;
  }
  .header .navigation ul.nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .header .navigation ul.nav__list li {
    width: 14.2857142857%;
    height: 24px;
    border-left: 1px solid #e6e6e6;
  }
  .header .navigation ul.nav__list li:last-child {
    border-right: 1px solid #e6e6e6;
  }
  .header .navigation ul.nav__list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
  .header .navigation ul.nav__list li a:hover {
    text-decoration: underline;
  }
  .header .navigation ul.header__link,
.header .navigation .btn__contact {
    display: none;
  }
  .header .navigation--category .inner {
    box-sizing: border-box;
    width: 100%;
    /*max-width: 1100px;*/
    margin: 0 auto;
  }
  .header .navigation--category ul.nav__list--dropdown {
    box-sizing: border-box;
    display: flex;
    position: relative;
    /*max-width: 1140px;*/
    margin: 0 auto;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link {
    box-sizing: border-box;
    width: 25%;
    height: 71px;
    border-bottom: 1px solid #e6e6e6;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.38rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    background-color: white;
    transition: background-color 0.15s ease;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link a::before {
    content: "";
    display: block;
    height: 45px;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link:hover > a {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link:hover ul.dropdown__list {
    pointer-events: auto;
    opacity: 1;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    z-index: 99;
    top: 70px;
    left: 0;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    pointer-events: none;
    opacity: 0;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list li {
    width: calc((100% - 12px) / 4);
    min-height: 70px;
    margin-right: 4px;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list li:nth-of-type(n+5) {
    margin-top: 4px;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 45px 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 18px 16px;
    transition: background-color 0.15s ease;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list li a:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list li a::before {
    content: none;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list.focused {
    pointer-events: auto;
    opacity: 1;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link + li.nav__link {
    border-left: 1px solid #e6e6e6;
  }
  .header .navigation--category ul.nav__list--dropdown li.livestock {
    background-color: #2e91da;
  }
  .header .navigation--category ul.nav__list--dropdown li.livestock > a {
    border-bottom: 5px solid #2e91da;
  }
  .header .navigation--category ul.nav__list--dropdown li.livestock > a::before {
    width: 52px;
    background-image: url("/content/001218840.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.livestock ul.dropdown__list {
    background: #2e91da;
  }
  .header .navigation--category ul.nav__list--dropdown li.livestock ul.dropdown__list li a {
    background-image: url("/content/001218871.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.vegetable {
    background-color: #f88737;
  }
  .header .navigation--category ul.nav__list--dropdown li.vegetable > a {
    border-bottom: 5px solid #f88737;
  }
  .header .navigation--category ul.nav__list--dropdown li.vegetable > a::before {
    width: 60px;
    background-image: url("/content/001218856.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.vegetable ul.dropdown__list {
    background: #f88737;
  }
  .header .navigation--category ul.nav__list--dropdown li.vegetable ul.dropdown__list li a {
    background-image: url("/content/001218837.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.sugar {
    background-color: #40b89d;
  }
  .header .navigation--category ul.nav__list--dropdown li.sugar > a {
    border-bottom: 5px solid #40b89d;
  }
  .header .navigation--category ul.nav__list--dropdown li.sugar > a::before {
    width: 46px;
    background-image: url("/content/001218852.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.sugar ul.dropdown__list {
    background: #40b89d;
  }
  .header .navigation--category ul.nav__list--dropdown li.sugar ul.dropdown__list li a {
    background-image: url("/content/001218836.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.starch {
    background-color: #c79a18;
  }
  .header .navigation--category ul.nav__list--dropdown li.starch > a {
    border-bottom: 5px solid #c79a18;
  }
  .header .navigation--category ul.nav__list--dropdown li.starch > a::before {
    width: 50px;
    background-image: url("/content/001218848.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.starch ul.dropdown__list {
    background: #c79a18;
  }
  .header .navigation--category ul.nav__list--dropdown li.starch ul.dropdown__list li a {
    background-image: url("/content/001218835.png");
  }
  body.scrol .wrapper {
    padding-top: 152px;
  }
  body.scrol .header .header__title {
    width: 216px;
  }
  body.scrol .header .header__title a span {
    display: none;
  }
  body.scrol .header .header__block {
    padding-top: 5px;
  }
  body.scrol .header .header__block ul.header__link > li:not(.navskip) {
    opacity: 0;
    pointer-events: none;
  }
  body.scrol .header .navigation ul.nav__list {
    padding: 5px 0;
  }
  body.scrol .header .navigation--category ul.nav__list--dropdown > li {
    width: 25%;
    height: 45px;
  }
  body.scrol .header .navigation--category ul.nav__list--dropdown > li a {
    font-size: 1.12rem;
  }
  body.scrol .header .navigation--category ul.nav__list--dropdown > li a::before {
    content: none;
  }
  body.scrol .header .navigation--category ul.nav__list--dropdown > li ul.dropdown__list {
    top: 44px;
  }
  /* footer ====================*/
  .footer {
    position: relative;
    padding: 0 20px 60px;
    text-align: left;
    line-height: 1.5;
    background: #fff;
  }
  .footer::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 377px;
    background: linear-gradient(to bottom, #fff, #d5ebf9);
  }
  .footer ul.footer__bnr {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 17px;
    background: #f8f1df;
  }
  .footer ul.footer__bnr li {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }
  .footer ul.footer__bnr li:nth-of-type(5n) {
    margin-right: 0;
  }
  .footer ul.footer__bnr li:nth-of-type(n+6) {
    margin-top: 20px;
  }
  .footer ul.footer__bnr li a {
    text-decoration: none;
    font-size: 0.76rem;
    line-height: 1.2;
    color: #000;
  }
  .footer ul.footer__bnr li a[target=_blank] {
    display: block;
  }
  .footer ul.footer__bnr li a[target=_blank] span.text::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 9px;
    margin-left: 0.25em;
    background: url("/content/001218838.svg") center top no-repeat;
    background-size: 10px 9px;
  }
  .footer ul.footer__bnr li img {
    display: block;
    border: 2px solid #fff;
    border-radius: 8px;
  }
  .footer ul.footer__bnr li span.text {
    display: block;
    margin-top: 10px;
  }
  .footer ul.footer__bnr li span.sub {
    display: block;
    margin-top: 0.25em;
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .footer ul.footer__link {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 80px auto 0;
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
  }
  .footer ul.footer__link li a {
    font-size: 0.88rem;
    color: #000;
    line-height: 1;
  }
  .footer ul.footer__link li + li {
    margin-left: 15px;
  }
  .footer .inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer .footer__title {
    width: 300px;
    margin: 40px auto 0;
  }
  .footer .footer__title a {
    display: block;
  }
  .footer ul.footer__info {
    margin-top: 20px;
  }
  .footer ul.footer__info li {
    text-align: center;
    font-size: 0.88rem;
    line-height: 1;
  }
  .footer ul.footer__info li + li {
    margin-top: 0.75em;
  }
  .footer p.footer__copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 0.76rem;
    line-height: 1;
  }
  .footer .pagetop {
    display: none;
    position: fixed;
    z-index: 101;
    right: 50px;
    bottom: 50px;
    width: 76px;
    height: 76px;
    background-color: #fff;
    background-image: url("/content/001218864.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 0.15s ease;
  }
  .footer .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer .pagetop a span {
    opacity: 0;
  }
  .footer .pagetop:hover {
    background-color: #fff;
  }
}
/* ======================================================
	SP
====================================================== */
@media screen and (max-width: 768px) {
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pc {
    display: none;
  }
  /* wrapper ====================*/
  .wrapper {
    overflow: hidden;
  }
  /* header ====================*/
  .header {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  .header > .inner {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 63px;
    padding: 8px 16px 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .header .header__title {
    position: relative;
    z-index: 2;
    width: 195px;
  }
  .header .header__title a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 32px;
    text-decoration: none !important;
    font-size: 0.64rem;
    color: #000 !important;
    background: url("/content/001218862.png") left top no-repeat;
    background-size: contain;
  }
  .header .header__title a strong {
    display: none;
  }
  .header .header__block ul.header__link,
.header .header__block .btn__contact {
    display: none;
  }
  .header .btn__search {
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 63px;
    width: 63px;
    height: 62px;
    border-left: 1px solid #e6e6e6;
    cursor: pointer;
  }
  .header .btn__search .inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("/content/001218847.svg") center top 10px no-repeat;
    background-size: 27px 27px;
  }
  .header .btn__search .inner::before {
    content: "ŒŸõ";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    color: #287200;
    line-height: 1;
  }
  .header .btn__search .inner span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header .btn__search.open .inner {
    background: #dcead4;
  }
  .header .btn__search.open .inner span {
    display: block;
    position: absolute;
    top: 22px;
    left: 18px;
    width: 25px;
    height: 3px;
    background-color: #287200;
    opacity: 1;
  }
  .header .btn__search.open .inner span:nth-of-type(1) {
    transform: rotate(-45deg) translateY(0);
  }
  .header .btn__search.open .inner span:nth-of-type(2) {
    opacity: 0;
  }
  .header .btn__search.open .inner span:nth-of-type(3) {
    transform: rotate(45deg) translateY(0);
  }
  .header .btn__search.lock {
    pointer-events: none;
  }
  .header .btn__search.lock .inner {
    opacity: 0.2;
  }
  .header .header__search {
    box-sizing: border-box;
    overflow-y: auto;
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 63px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .header .header__search dl.search {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 16px;
    background: #dcead4;
  }
  .header .header__search dl.search dt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.12rem;
    line-height: 1;
  }
  .header .header__search dl.search dd {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
  }
  .header .header__search dl.search dd form.gsc-search-box {
    margin-bottom: 0;
  }
  .header .header__search dl.search dd table.gsc-search-box {
    margin: 0;
    height: 100%;
  }
  .header .header__search dl.search dd table.gsc-search-box td {
    padding: 0;
  }
  .header .header__search dl.search dd table.gsc-search-box .gsc-input-box {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 0;
    border: 1px solid #287200;
    border-radius: 4px 0 0 4px;
  }
  .header .header__search dl.search dd table.gsc-search-box .gsc-input-box .gsib_a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 44px;
    padding: 3px 9px;
  }
  .header .header__search dl.search dd table.gsc-search-box .gsc-input-box .gsib_a input {
    font-size: 0.88rem;
  }
  .header .header__search dl.search dd table.gsc-search-box .gsc-input-box .gsib_b {
    width: 1em;
  }
  .header .header__search dl.search dd table.gsc-search-box .gsc-search-button button.gsc-search-button {
    box-sizing: border-box;
    width: 95px;
    height: 46px;
    margin: 0;
    padding: 0;
    background-image: url("/content/001218867.svg");
    background-color: #287200;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 49px 17px;
    border: 1px solid #287200;
    border-left: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }
  .header .header__search dl.search dd table.gsc-search-box .gsc-search-button button.gsc-search-button svg {
    display: none;
  }
  .header .header__search.open {
    opacity: 1;
    pointer-events: auto;
  }
  .header .btn__menu {
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 63px;
    height: 62px;
    border-left: 1px solid #e6e6e6;
    cursor: pointer;
  }
  .header .btn__menu .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header .btn__menu .inner::before {
    content: "ƒƒjƒ…[";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    color: #287200;
    line-height: 1;
  }
  .header .btn__menu .inner span {
    display: block;
    position: absolute;
    top: 22px;
    left: 18px;
    width: 25px;
    height: 3px;
    background-color: #287200;
    transition: transform 0.3s;
  }
  .header .btn__menu .inner span:nth-of-type(1) {
    transform: translateY(-8px);
  }
  .header .btn__menu .inner span:nth-of-type(2) {
    opacity: 1;
  }
  .header .btn__menu .inner span:nth-of-type(3) {
    transform: translateY(8px);
  }
  .header .btn__menu.open {
    background: #dcead4;
  }
  .header .btn__menu.open .inner span:nth-of-type(1) {
    transform: rotate(-45deg) translateY(0);
  }
  .header .btn__menu.open .inner span:nth-of-type(2) {
    opacity: 0;
  }
  .header .btn__menu.open .inner span:nth-of-type(3) {
    transform: rotate(45deg) translateY(0);
  }
  .header .btn__menu.lock {
    pointer-events: none;
  }
  .header .btn__menu.lock .inner {
    opacity: 0.2;
  }
  .header .navigation {
    box-sizing: border-box;
    overflow-y: auto;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #dcead4;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .header .navigation > .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 63px 0;
  }
  .header .navigation ul.nav__list {
    padding: 5px 5px 0;
  }
  .header .navigation ul.nav__list li a {
    display: block;
    padding: 21px 15px 23px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    line-height: 1;
    background: #fff;
  }
  .header .navigation ul.nav__list li a:hover {
    text-decoration: underline;
  }
  .header .navigation ul.nav__list li + li {
    margin-top: 1px;
  }
  .header .navigation ul.header__link {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .header .navigation ul.header__link li a {
    font-size: 1rem;
    color: #287200;
  }
  .header .navigation ul.header__link li + li {
    margin-left: 1.8em;
  }
  .header .navigation .btn__contact {
    display: table;
    margin: 40px auto 0;
  }
  .header .navigation .btn__contact a {
    box-sizing: border-box;
    display: block;
    width: 225px;
    height: 55px;
    padding-top: 14px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    background-color: #287200;
    border-radius: 4px;
  }
  .header .navigation.open {
    opacity: 1;
    pointer-events: auto;
  }
  .header .navigation--category {
    background: #fff;
  }
  .header .navigation--category ul.nav__list--dropdown {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link {
    box-sizing: border-box;
    width: 50%;
    height: 62px;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link:nth-of-type(even) {
    border-left: 1px solid #e6e6e6;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.06rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link a::before {
    content: "";
    display: block;
    height: 35px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header .navigation--category ul.nav__list--dropdown li.nav__link ul.dropdown__list {
    display: none;
  }
  .header .navigation--category ul.nav__list--dropdown li.livestock > a {
    border-bottom: 4px solid #2e91da;
  }
  .header .navigation--category ul.nav__list--dropdown li.livestock > a::before {
    width: 40px;
    background-image: url("/content/001218841.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.vegetable > a {
    border-bottom: 4px solid #f88737;
  }
  .header .navigation--category ul.nav__list--dropdown li.vegetable > a::before {
    width: 45px;
    background-image: url("/content/001218857.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.sugar > a {
    border-bottom: 4px solid #40b89d;
  }
  .header .navigation--category ul.nav__list--dropdown li.sugar > a::before {
    width: 35px;
    background-image: url("/content/001218853.png");
  }
  .header .navigation--category ul.nav__list--dropdown li.starch > a {
    border-bottom: 4px solid #c79a18;
  }
  .header .navigation--category ul.nav__list--dropdown li.starch > a::before {
    width: 38px;
    background-image: url("/content/001218849.png");
  }
  /* footer ====================*/
  .footer {
    margin-top: 1px;
    text-align: left;
    line-height: 1.5;
    background: #fff;
  }
  .footer ul.footer__bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 16px;
    background: #f8f1df;
  }
  .footer ul.footer__bnr li {
    width: calc((100% - 13px) / 2);
  }
  .footer ul.footer__bnr li:nth-of-type(even) {
    margin-left: 13px;
  }
  .footer ul.footer__bnr li:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .footer ul.footer__bnr li a {
    text-decoration: none;
    font-size: 0.76rem;
    line-height: 1.2;
    color: #000;
  }
  .footer ul.footer__bnr li a[target=_blank] {
    display: block;
  }
  .footer ul.footer__bnr li a[target=_blank] span.text::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 9px;
    margin-left: 0.5em;
    background: url("/content/001218838.svg") center top no-repeat;
    background-size: 10px 9px;
  }
  .footer ul.footer__bnr li img {
    display: block;
    border: 2px solid #fff;
    border-radius: 8px;
  }
  .footer ul.footer__bnr li span.text {
    display: block;
    margin-top: 10px;
  }
  .footer ul.footer__bnr li span.sub {
    display: block;
    margin-top: 0.25em;
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .footer ul.footer__link {
    margin-top: 50px;
    border-top: 1px solid #e6e6e6;
  }
  .footer ul.footer__link li {
    border-bottom: 1px solid #e6e6e6;
  }
  .footer ul.footer__link li a {
    display: block;
    padding: 15px;
    font-size: 0.88rem;
    color: #000;
    line-height: 1;
  }
  .footer .inner {
    padding: 30px 20px 40px;
    background: linear-gradient(to bottom, #fff, #d5ebf9);
  }
  .footer .footer__title {
    width: 225px;
    height: 34px;
    margin: 0 auto;
  }
  .footer .footer__title a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/content/001218862.png") left top no-repeat;
    background-size: contain;
  }
  .footer .footer__title a span {
    display: none;
  }
  .footer ul.footer__info {
    margin-top: 20px;
  }
  .footer ul.footer__info li {
    text-align: center;
    font-size: 0.76rem;
    line-height: 1;
  }
  .footer ul.footer__info li + li {
    margin-top: 0.75em;
  }
  .footer p.footer__copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 0.64rem;
    line-height: 1.6;
  }
  .footer .pagetop {
    display: none;
    position: fixed;
    z-index: 100;
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    background-color: #fff;
    background-image: url("/content/001218864.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 0.15s ease;
  }
  .footer .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer .pagetop a span {
    opacity: 0;
  }
}



@media screen and (min-width:769px) and ( max-width:1500px) {
  /*.header > .inner {
    max-width: 930px;
  }
  .header .navigation .inner {
    max-width: 930px;
  }
  .header .navigation--category .inner {
    max-width: 930px;
  }*/
  .footer ul.footer__bnr {
    max-width: 930px;
  }
  .footer ul.footer__link {
    max-width: 930px;
  }
  .footer .inner {
    max-width: 930px;
  }
}



/* ‰º‘wƒy[ƒW’²® */
.main {
  position: relative;
}
body {
  background-image: none;
}
dl.dateList.ext-renew dt .m-date {
  width: 9em;
}



/* ˆóü’²® */
@media print {
  .wrapper,
  body.scrol .wrapper {
    padding-top: 0;
  }
  .header {
    position: relative;
  }
}

/* Youtube‰¡•ƒtƒBƒbƒg—p */
iframe[src*="youtube.com"] {
  width: 100%; 
  height: auto;
  aspect-ratio: 16/9;
}

.gsc-completion-container img {
  width: auto!important;
}