@charset "UTF-8";
/*
	Reset CSS
-----------------------------------------------------------------------------------------------*/
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(
  :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  -webkit-user-select: auto;
  user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
/*
	Setting CSS
-----------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  background: var(--bgbasebrown);
  color: #000;
  font-size: 1.5em;
  font-family:
    "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
}
p {
  line-height: 200%;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 813px) {
  /* iPad背景切れ対策 */
  body {
    min-width: 1200px;
  }

  /* tel pcのみ無効 */
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 表示切替 */
.switch {
  visibility: hidden;
}
.sp {
  display: none;
}
/*
	common
-----------------------------------------------------------------------------------------------*/
:root {
  /* color */
  --bgbasebrown: #f7f4ee;
  --bgsubbrown: #f1ede3;
  --bgheaderbrown: #efe8d8;

  --btnbaseyellow: #ffee62;
  --btnhoveryellow: #fde834;
  --btnhoverorange: #ffe500;

  --floworange: #ff9900;

  /* font */
  --ffNoto:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo,
    sans-serif;
  --ffOs: "Oswald";
  --tin: 100;
  --light: 300;
  --demlight: 400;
  --regular: 500;
  --medium: 600;
  --bold: 700;
  --black: 900;

  /* width */
}
/* box
============================== */
/* wrapper */
#wrapper {
  background: var(--bgbasebrown);
  overflow: hidden;
  position: relative;
}
/* ctsWrapper */
#ctsWrapper {
  padding-bottom: 100px;
}
/* ctsArea */
.ctsArea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.ctsArea__small {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.cts__base {
  background: var(--bgbasebrown);
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
.cts__first {
  margin: -128px auto 0 auto;
  padding: 0 0 100px 0;
  position: relative;
}
.cts__first::before {
  content: " ";
  background: var(--bgbasebrown);
  position: absolute;
  top: -128px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 90px);
  height: 300px;
  margin: 0 auto;
}
.ctsArea__white {
  background: #fff;
  max-width: 1200px;
  margin: -128px auto 0 auto;
  padding: 0 0 100px 0;
  position: relative;
}
.ctsArea__white::before {
  content: " ";
  background: #fff;
  position: absolute;
  top: -128px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}
.ctsArea__brownA {
  background: var(--bgsubbrown);
  padding: 100px 0;
}
.ctsArea__brownB {
  background: var(--bgheaderbrown);
  padding: 100px 0;
}
/*格子模様*/
.ctsArea__brown-lattice {
  background: url(../images/bg_lattice.png) repeat left top / 80px;
  mix-blend-mode: multiply;
  padding: 100px 0;
}
/* font / txt
============================== */
.caption__txt {
  font-size: 1.8rem;
  font-weight: var(--regular);
  line-height: 1.8;
}
.description__txt {
  font-size: 1.6rem;
  font-weight: var(--regular);
  line-height: 1.6;
}
.notes__txt {
  font-size: 1.4rem;
  font-weight: var(--regular);
  line-height: 2.2;
}
.txt__indent {
  font-size: 1.3rem;
  font-weight: var(--regular);
  line-height: 1.6;
}
.txt__number {
  font-size: 4rem;
  font-family: var(--ffOs);
  font-weight: var(--light);
}
/* tit
============================== */
.cts__titArea {
  text-align: center;
  margin: 0 0 50px 0;
}
.cts__titArea-subtit {
  text-align: center;
  margin: 0 0 50px 0;
}
.section__head {
  font-size: 5rem;
  font-weight: var(--tin);
}
.contents__head {
  font-size: 3.8rem;
  font-weight: var(--tin);
}
.copy__head {
  font-size: 2rem;
  font-weight: var(--bold);
}
.lead__head {
  font-size: 1.8rem;
  font-weight: var(--regular);
}
.head__sub {
  font-size: 1.6rem;
  font-weight: var(--demlight);
  margin: 30px 0 0 0;
}
/* btn
============================== */
.btnArea {
  display: flex;
  justify-content: center;
}
.base__btn {
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  font-size: 1.7rem;
  font-weight: var(--bold);
  height: 70px;
  padding: 0 20px;
  position: relative;
  width: 380px;
  transition: 0.3s;
}
.base__btn::after {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/btn_triangle.svg) center center no-repeat;
  background-color: var(--btnbaseyellow);
  background-size: 25%;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.base__btn:hover {
  background-color: var(--btnhoveryellow);
}
.base__btn:hover::after {
  background-color: #fff;
}
.back::before {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/btn_triangle.svg) center center no-repeat;
  background-color: var(--btnbaseyellow);
  background-size: 25%;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
.back::after {
  content: none;
}
.back:hover::before {
  background-color: #fff;
}
.base__btn-corner {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  font-size: 1.6rem;
  font-weight: var(--bold);
  padding: 0 20px;
  height: 58px;
  position: relative;
  transition: 0.3s;
}
.base__btn-corner::after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  top: 27px;
  right: 15px;
  transform-origin: center;
  transition: 0.3s;
}
.base__btn-corner:hover {
  background-color: var(--btnhoveryellow);
}
.base__btn-corner:hover::after {
  transform: scale(1.8);
}
.disable {
  background: #e0e0e0;
  pointer-events: none;
}
.disable::after {
  content: " ";
  background: #8e8e8e;
}
/* target="_blank"
============================== */
a[target="_blank"] > span {
  padding-right: 17px;
  position: relative;
}
a[target="_blank"] > span::before {
  background: url(../images/ico_link01.svg) no-repeat center center / cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
}
.link__icon {
  width: 12px;
  height: 12px;
  vertical-align: 1px;
  margin: 0 0 0 5px;
}
.disable[target="_blank"] > span {
  color: #8e8e8e;
}
.disable[target="_blank"] > span::before {
  content: "";
  background: none;
}
a.footer__info-link[target="_blank"] > span {
  padding-right: 0;
}
a.footer__info-link[target="_blank"] > span::before {
  content: none;
}
a.h-nav__info-link[target="_blank"] > span {
  padding-right: 0;
}
a.h-nav__info-link[target="_blank"] > span::before {
  content: none;
}
/*
	table
-----------------------------------------------------------------------------------------------*/
.cts__tdlArea {
  display: flex;
  justify-content: center;
}
.table {
  border-top: none;
}
[class*="table"] {
  width: 100%;
}
[class*="table"] .table__tr {
  border-bottom: 1px solid #000;
}
[class*="table"] .table__tr > * {
  text-align: left;
  padding: 30px 0 30px 23px;
}
[class*="table"] .table__head {
  width: 64px;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: top;
  padding-right: 30px;
  text-align-last: justify;
  border-bottom: 1px solid #ff9900;
  white-space: nowrap;
}
[class*="table"] .table__data {
  vertical-align: top;
  padding-left: 30px;
}
.tbl_list {
  color: #535353;
  margin: 16px 0 0 0;
}
/*
	header
-----------------------------------------------------------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 95px;
  background-color: rgb(247 244 238 / 70%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.h-nav__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

/* logo
============================== */
.h__logo {
  z-index: 9999;
}
.h__logo-link {
  display: block;
  width: 187px;
}
.h__logo-link:hover {
  opacity: 0.5;
}

/* h-nav__list
============================== */
.h-nav__list {
  display: flex;
  align-items: center;
  gap: 0 45px;
  padding: 5px 0 0 0;
}
.h-nav__link {
  font-size: 1.7rem;
  font-weight: var(--demlight);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px 0;
  height: 95px;
}
.h-nav__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #febc0f;
  bottom: 30px;
  transform: scale(0, 1);
  transition: transform 0.3s; /*変形の時間*/
}

.h-nav__link:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
/* h-nav__info
============================== */
.h-nav__info-list {
  display: none;
}
/* h-nav__sns
============================== */
.h-nav__sns {
  display: none;
}
/*
	footer
-----------------------------------------------------------------------------------------------*/
#footer {
  background: url(../images/footer_bg.png) no-repeat center / cover;
  padding: 30px 0 0 0;
  position: relative;
}
.footer__inner {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.footer__top,
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e4e0;
}
.footer__top-left {
  width: 126px;
}
.footer__top-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
.footer__sns-tit {
  font-size: 1.8rem;
  font-family: var(--ffOs);
  color: #e5e4e0;
}
.footer__sns,
.footer__sns-list {
  display: flex;
  align-items: center;
}
.footer__sns {
  gap: 0 20px;
}
.footer__sns-list {
  gap: 0 13px;
}
.footer__sns-item {
  width: 46px;
}
.footer__sns-link {
  display: block;
  transition: 0.3s;
}
.footer__logo:hover,
.footer__sns-link:hover,
.footer__info-link:hover {
  opacity: 0.5;
}
.footer__bottom {
  padding: 20px 0;
  align-items: center;
}
.footer__bottom-right {
  display: flex;
  gap: 0 30px;
}
.footer__info-link {
  font-size: 1.3rem;
  font-weight: var(--bold);
}
.footer__info-txt {
  color: #e2dcd1;
}
.footer__copyright {
  font-size: 1.3rem;
  font-family: var(--ffOs);
  line-height: 1.2;
  color: #e2dcd1;
}
.footer__copyright-noto {
  font-size: 1.1rem;
  font-weight: var(--light);
  color: #e2dcd1;
}
#page-top {
  align-items: center;
  display: flex;
  width: 63px;
}
/*
	下層ページ共通
-----------------------------------------------------------------------------------------------*/
.a-heading {
  background: url(../images/bg_heading01.png) no-repeat center bottom / cover;
}
.a-heading__inner {
  display: flex;
  align-items: center;
  width: 1200px;
  min-height: 690px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

/* ページタイトル
============================== */
.heading__head {
  margin: 0 0 150px 0;
}
.heading__title {
  font-size: 5.5rem;
  font-weight: var(--light);
}
.heading__sub {
  font-size: 1.6rem;
  font-weight: var(--demlight);
}
/* リスト
============================== */
.menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.menu__list::after {
  width: 33%;
  content: "";
  display: block;
}
.menu__item {
  width: calc((100% - 90px) / 3);
}
.menu__item-link {
  transition: 0.3s;
}
.menu__name {
  font-size: 1.8rem;
  font-weight: var(--bold);
  color: #000;
  transition: 0.3s;
  line-height: 1.4;
}
.menu__item-link:hover .menu__name {
  color: var(--floworange);
  transition: 0.3s;
}
.menu__item-link:hover .menu__ph {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
  transition: 0.3s;
}
.menu__item-ph {
  position: relative;
  z-index: 1;
}
.menu__ph {
  margin: 0 0 8px 0;
}
.menu__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 0 5px;
}
.menu__rice,
.menu__wheat,
.menu__beans {
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: var(--medium);
  padding: 2px 13px;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
}
.menu__rice {
  background: #c1d0e1;
}
.menu__wheat {
  background: #e8c5b5;
}
.menu__beans {
  background: #ccdc9f;
}
.menu__genre {
  background: #f4f1ec;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: var(--medium);
  padding: 2px 12px;
  border-radius: 50px;
  text-align: center;
}
/* 3カラム（ベース）
============================== */
.method__list {
  display: flex;
}
.method__item {
  background: var(--bgheaderbrown);
  padding: 25px 25px 30px 25px;
  border-radius: 32px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.method.n2 .method__item {
  background: #cee194;
}
.method__item::after {
  content: "";
  width: 2px;
  height: 80%;
  padding: 22px 0;
  background: #f7f4ee;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.method__item:last-of-type::after {
  content: none;
}
.method__item-ph {
  margin: 0 0 20px 0;
}
.method__ph {
  border-radius: 16px;
}
.method__tit {
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
}
/* 4カラム（ベース）
============================== */
.flow__list {
  display: flex;
}
.flow__item {
  background: #fff;
  padding: 55px 24px 10px 24px;
  border-radius: 32px;
  width: 100%;
  position: relative;
}
.flow__item::after {
  content: "";
  width: 2px;
  height: 80%;
  padding: 22px 0;
  background: #f7f4ee;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.flow__item:last-of-type::after {
  content: none;
}
.flow__item::before {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/btn_triangle-orange.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  z-index: 3;
}
.flow__item:last-of-type::before {
  content: none;
}
.flow__number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.flow__ph {
  margin: 0 auto 25px auto;
  text-align: center;
  width: 86px;
}
.flow__head {
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flow__period {
  text-align: center;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.flow__period span {
  display: inline-block;
  transform: rotate(90deg);
}
@media screen and (max-width: 812px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  img {
    width: 100%;
  }
  p {
    line-height: 170%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
  a {
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.5;
  }
  /*
		common
	-----------------------------------------------------------------------------------------------*/
  :root {
    /* width */
    --wBase: 100%;
    --w900: 100%;
  }
  /* font / txt
	============================== */
  .caption__txt {
    font-size: 1.5rem;
  }
  .description__txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .notes__txt {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .txt__indent {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .txt__number {
    font-size: 2.8rem;
  }
  /* tit
	============================== */
  .cts__titArea {
    margin: 0 0 50px 0;
  }
  .cts__titArea-subtit {
    margin: 0 0 40px 0;
  }
  .cts__titArea {
    margin: 0 0 25px 0;
  }
  .section__head {
    font-size: 3.5rem;
  }
  .contents__head {
    font-size: 3rem;
  }
  .copy__head {
    font-size: 1.9rem;
  }
  .lead__head {
    font-size: 1.7rem;
  }
  .head__sub {
    font-size: 1.2rem;
    margin: 0;
  }
  /* btn
	============================== */
  .base__btn,
  .back__btn {
    position: relative;
    max-width: 352px;
    width: 100%;
  }
  .base__btn-corner {
    position: relative;
    max-width: 285px;
    width: 100%;
  }
  /*
		table
	-----------------------------------------------------------------------------------------------*/
  [class*="table"] {
    width: 100%;
    max-width: 900px;
  }
  [class*="table"] .table__tr > * {
    padding: 15px 0 15px 10px;
  }
  [class*="table"] .table__head {
    width: 64px;
    font-size: 1.5rem;
    padding-right: 10px;
  }
  [class*="table"] .table__data {
    padding-left: 10px;
  }
  .tbl_list {
    margin: 5px 0 0 0;
  }
  /*
		header
	-----------------------------------------------------------------------------------------------*/
  #header {
    display: flex;
    align-items: center;
    height: 65px;
  }
  .header__inner {
    width: 100%;
    padding: 0 20px;
  }
  /* jsActive */
  body.jsActive {
    overflow-y: hidden;
  }

  /* logo
	============================== */
  .h__logo-link {
    width: 103px;
  }

  /* h-nav
	============================== */
  .h-nav__menu {
    cursor: pointer;
    height: 65px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 999;
  }
  .h-nav__menu::before,
  .h-nav__menu::after,
  .h-nav__menu--deco::before {
    background: #000;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 0.5s;
    width: 28px;
  }
  .h-nav__menu::before {
    top: 38%;
  }
  .h-nav__menu--deco::before {
    top: 62%;
    width: 19px;
    text-align: left;
    margin: 0 9px 0 0;
  }
  .jsActive .h-nav__menu::before,
  .jsActive .h-nav__menu--deco::before {
    top: 50%;
    transition: 0.5s;
  }
  .jsActive .h-nav__menu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .jsActive .h-nav__menu--deco::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 28px;
  }
  .jsActive .h-nav__menu::after {
    opacity: 0;
    transition: 0.5s;
  }

  /* h-nav__wrapper
	============================== */
  .h-nav__wrapper {
    display: block;
    left: -200vw;
    opacity: 0;
    padding: 110px 15px 110px;
    position: fixed;
    transition: opacity 0.5s;
    z-index: 10000;
  }
  .jsActive .h-nav__wrapper {
    background: var(--bgheaderbrown);
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    transition: opacity 0.5s;
    width: 100%;
    z-index: 0;
    overflow: scroll;
  }
  /* h-nav__list
	============================== */
  .h-nav__list {
    display: block;
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
    height: auto;
  }
  .h-nav__item {
    display: block;
    min-width: auto;
    width: 100%;
    padding: 0 0 21px 0;
    height: auto;
    border-bottom: 1px solid #febc0f;
    font-size: 2rem;
    font-weight: var(--regular);
  }
  .h-nav__item + .h-nav__item {
    margin-top: 60px;
  }
  .h-nav__item a::after {
    content: none;
  }
  .h-nav__link {
    line-height: 1.2;
    height: auto;
  }
  /* h-nav__info
	============================== */
  .h-nav__info-list {
    display: block;
    text-align: center;
    margin: 88px 0 0 0;
  }
  .h-nav__info-txt {
    color: #666154;
    font-weight: var(--bold);
  }
  .mail__item {
    margin: 30px 0 0 0;
  }
  /* h-nav__sns
	============================== */
  .h-nav__sns {
    display: block;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .h-nav__sns-tit {
    font-size: 1.8rem;
    font-family: var(--ffOs);
    font-weight: var(--bold);
  }
  .h-nav__sns-list {
    display: flex;
    justify-content: center;
    gap: 0 13px;
    margin: 14px 0 0 0;
  }
  .h-nav__sns-item {
    width: 46px;
  }
  .h-nav__sns-item a {
    display: block;
    color: #666154;
  }
  /* ctsArea */
  .ctsArea {
    max-width: 100%;
    padding: 0 20px;
  }
  .cts__first {
    max-width: 90%;
    margin: -50px auto 0 auto;
    padding: 0 0 80px 0;
  }
  .cts__first::before {
    width: 100%;
    height: 220px;
    margin: 0 auto;
    top: -50px;
  }
  .ctsArea__white {
    padding: 80px 0;
  }
  .ctsArea__brownA {
    padding: 80px 0;
  }
  .ctsArea__brownB {
    padding: 80px 0;
  }
  /*格子模様*/
  .ctsArea__brown-lattice {
    padding: 80px 0;
  }
  /*
		下層ページ共通
	-----------------------------------------------------------------------------------------------*/
  .a-heading__inner {
    width: 100%;
    min-height: 340px;
    padding: 0 30px;
  }

  /* ページタイトル
	============================== */
  .heading__head {
    margin: 0 0 50px 0;
  }
  .heading__title {
    font-size: 2.5rem;
  }
  .heading__sub {
    font-size: 1.3rem;
  }
  /* footer
	============================== */
  #footer {
    padding: 24px 0 0 0;
  }
  .footer__inner {
    width: 100%;
    padding: 0 15px;
  }
  .footer__top {
    padding: 0 0 24px 0;
  }
  .footer__top-left {
    width: 95px;
  }
  .footer__sns,
  .footer__sns-list {
    gap: 0 16px;
  }
  .footer__bottom {
    padding: 15px 0;
  }
  .footer__bottom-right {
    font-size: 1.3rem;
    gap: 0 30px;
  }
  .footer__copyright {
    font-size: 1rem;
    margin: 0 0 3px 0;
  }
  .footer__copyright-noto {
    font-size: 1rem;
    line-height: 1.2;
  }
  #page-top {
    width: 53px;
  }
  .menu__name {
    font-size: 1.6rem;
  }
  .menu__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 0 4px;
  }
  .menu__rice,
  .menu__wheat,
  .menu__beans {
    font-size: 1.2rem;
    padding: 2px 5px;
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
  }
  .menu__genre {
    font-size: 1.2rem;
    font-weight: var(--medium);
    padding: 2px 5px;
    border-radius: 50px;
    text-align: center;
  }
  /* 3カラム（ベース）
	============================== */
  .method__list {
    display: block;
  }
  .method__item {
    padding: 20px 20px 30px;
    border-radius: 24px;
  }
  .method__item::after {
    bottom: 0;
    width: 80%;
    height: 2px;
    left: 50%;
    padding: 0;
    right: auto;
    top: auto;
    transform: translate(-50%, 0);
  }
  .method__item:last-of-type::after {
    content: none;
  }
  .method__item-ph {
    margin: 0 0 15px 0;
  }
  .method__ph {
    border-radius: 10px;
  }
  .method__tit {
    margin: 0 0 8px 0;
  }
  /* 4カラム（ベース）
	============================== */
  .flow__list {
    display: block;
  }
  .flow__item {
    align-items: baseline;
    display: flex;
    gap: 0 15px;
    padding: 45px 15px;
    margin-bottom: 60px;
    border-radius: 20px;
  }
  .flow__item:last-child {
    margin-bottom: 0;
  }
  .flow__item::after {
    content: none;
  }
  .flow__item::before {
    bottom: -44px;
    width: 26px;
    height: 23px;
    left: 50%;
    top: auto;
    right: 0;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .flow__item:last-of-type::before {
    content: none;
  }
  .flow__number {
    top: -22px;
    left: 30px;
    transform: none;
  }
  .flow__ph {
    margin: 0 auto 20px auto;
    text-align: center;
    width: 86px;
  }
  .flow__head {
    font-size: 1.9rem;
    margin: 0 0 10px 0;
    justify-content: start;
    align-items: start;
    text-align: left;
  }
  .flow__period {
    display: inline-block;
    line-height: 1.3;
    margin: 0 0 12px 0;
  }
}
