@charset "UTF-8";
* {
  word-break: break-word;
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  color: #141414;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

p {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  color: #141414;
}

a {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  color: #141414;
}
a:hover {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

table {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

dd,
dt {
  list-style: none;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

input,
textarea {
  -webkit-appearance: none;
}

.pc-block {
  display: block;
}
@media (max-width: 820px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 820px) {
  .sp-block {
    display: block;
  }
}

.black-bg {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
  transition: all 0.6s;
}
.black-bg.active {
  visibility: visible;
  z-index: 10;
  opacity: 0.6;
}

.main {
  margin: 80px 0 0;
}
@media (max-width: 1120px) {
  .main {
    margin: 53px 0 0 0;
  }
}

.subpage__ttl {
  font-size: 32px;
}
@media (max-width: 820px) {
  .subpage__ttl {
    font-size: 20px;
  }
}
.subpage__ttl--wrap {
  max-width: 1200px;
  margin: 12px auto 0px;
  padding: 0 12px;
}
@media (max-width: 820px) {
  .subpage__ttl--wrap {
    margin: 12px auto 0px;
  }
}
.subpage__ttl--center {
  text-align: center;
}
@media (max-width: 820px) {
  .subpage__ttl--center {
    text-align: left;
  }
}
.subpage__section {
  padding: 80px 12px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .subpage__section {
    padding: 24px 12px;
  }
}
.subpage__section-ttl {
  font-size: 28px;
  margin: 0 0 12px;
  border-bottom: 2px solid #177139;
  padding: 0 0 0 12px;
}
@media (max-width: 820px) {
  .subpage__section-ttl {
    font-size: 18px;
    padding: 0 0 0 0px;
  }
}
.subpage__sub-ttl {
  font-size: 18px;
  margin: 0 0 12px;
}
.subpage__text {
  margin: 0 0 40px;
}
.subpage__text--last {
  margin: 0;
}
.subpage__section-table {
  margin: 24px auto 40px;
}
.subpage__section-table table {
  width: 100%;
}
.subpage__section-table table, .subpage__section-table td, .subpage__section-table th {
  border: 1px solid #177139;
  border-collapse: collapse;
  text-align: left;
}
.subpage__section-table td, .subpage__section-table th {
  padding: 4px 10px;
}
@media (max-width: 600px) {
  .subpage__section-table td, .subpage__section-table th {
    padding: 4px 6px;
  }
}
.subpage__section-table th {
  background-color: #f2fbf7;
}
.subpage__section-table--about {
  margin: 0px auto 24px;
}
.subpage__section-table--about th {
  width: 160px;
}
@media (max-width: 820px) {
  .subpage__section-table--about th {
    width: 110px;
  }
}

.top-btn {
  background-color: #f2fbf7;
  padding: 40px;
}
@media (max-width: 1120px) {
  .top-btn {
    padding: 24px;
  }
}
@media (max-width: 820px) {
  .top-btn {
    padding: 60px 24px 0;
    display: none;
    position: fixed;
    z-index: 10;
    height: 100vh;
  }
}
.top-btn__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  line-height: 1.3;
}
@media (max-width: 1120px) {
  .top-btn__inner {
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .top-btn__inner {
    flex-wrap: wrap;
  }
}
.top-btn__item {
  width: calc((100% - 120px) / 7);
}
@media (max-width: 1120px) {
  .top-btn__item {
    width: calc((100% - 72px) / 7);
  }
}
@media (max-width: 820px) {
  .top-btn__item {
    width: calc((100% - 36px) / 4);
  }
}
@media (max-width: 600px) {
  .top-btn__item {
    width: calc((100% - 24px) / 3);
  }
}
.top-btn__item.active {
  position: relative;
}
.top-btn__item.active::before {
  content: "";
  width: 60px;
  height: 4px;
  display: inline-block;
  background-color: #177139;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 30px);
}
.top-btn__ttl {
  text-align: center;
  white-space: nowrap;
}
.top-btn__img {
  margin: 0 0 16px;
}
.top-btn__batsu {
  position: absolute;
  top: 0;
  right: 17px;
  font-size: 30px;
}

.item-card {
  width: 328px;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .item-card {
    padding: 12px;
  }
}
.item-card.rice {
  background-color: #f2fbf7;
}
.item-card.other {
  background-color: #fce8d2;
}
.item-card__img-wrap {
  position: relative;
  z-index: 0;
  margin: 0 0 12px;
}
.item-card__img-wrap:before {
  position: absolute;
  top: -30px;
  left: -30px;
  transform: scale(0.4);
  z-index: 10;
}
.item-card__img-wrap.tokubetsu::before {
  content: url(../img/top/sticker-tokubetsu.png);
}
.item-card__img-wrap.gentei::before {
  content: url(../img/top/sticker-gentei.png);
}
.item-card__img-wrap.gensen::before {
  content: url(../img/top/sticker-gensen.png);
}
.item-card__img-wrap.kikan::before {
  content: url(../img/top/sticker-kikan.png);
}
.item-card__img-wrap:after {
  position: absolute;
  bottom: -34px;
  right: 0px;
  transform: scale(0.4);
  z-index: 10;
  content: url(../img/top/item-arrow.png);
}
.item-card__img {
  border: #fff 12px solid;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.item-card__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-card__img img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.item-card__img img.current {
  border: #848484 1px solid;
}
.item-card__img img.current img {
  opacity: 1;
}
.item-card__ttl {
  padding: 0 4px;
  margin: 0 0 12px;
}
.item-card__ttl-span {
  display: block;
}
.item-card__lead {
  padding: 0 4px;
  margin: 0 0 12px;
  font-size: 12px;
}
.item-card__price-wrap {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 12px;
}
.item-card__price {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.item-card__price-tax {
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 6px;
}
.item-card__price-span {
  font-size: 12px;
  font-weight: normal;
}
.item-card__price-right {
  text-align: center;
}
.item-card__input {
  border: none;
  background-color: #ff9933;
  padding: 8px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px;
  cursor: pointer;
}
.item-card__input:hover {
  background-color: #ffddbc;
}
.item-card__price-text {
  font-size: 11px;
  white-space: nowrap;
}
.item-card__bottom-text {
  font-size: 11px;
  white-space: nowrap;
  padding: 0 4px;
  margin: 0 0 8px;
}
.item-card__size-wrap {
  display: flex;
  gap: 8px;
  padding: 0 4px;
  flex-wrap: wrap;
}
.item-card__size-item {
  /*
  border: #177139 2px solid;
  border-radius: 20px;
  width: 80px;
  padding: 0 8px;
  position: relative;

  &:after {
    content: '';
    border: 0;
    border-top: solid 2px #177139;
    border-right: solid 2px #177139;
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
  }

  &:hover {
    &:after {
      right: 3px;
    }
  }
  */
}

.breadcrumbs-wrap__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 12px 0;
  font-size: 12px;
}
.breadcrumbs-wrap.guide {
  padding: 160px 12px 0;
}
@media (max-width: 820px) {
  .breadcrumbs-wrap.guide {
    padding: 114px 12px 0;
  }
}

.arrow-button {
  background-color: #fff;
  border-radius: 50px;
  color: #177139;
  display: inline-block;
  padding: 10px 8px 10px 0;
  position: relative;
  /* position: relative;で矢印の位置を基点とさせます */
  text-align: center;
  text-decoration: none;
  width: 280px;
  border: #177139 2px solid;
  font-size: 16px;
}
@media (max-width: 820px) {
  .arrow-button {
    width: 240px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
}
.arrow-button--handling {
  text-align: left;
  padding: 10px 8px 10px 18px;
}
@media (max-width: 820px) {
  .arrow-button--handling {
    width: 240px;
    text-align: center;
    padding: 4px 20px 4px 0;
  }
}
.arrow-button--handling span {
  font-size: 12px;
  padding: 0 0 0 6px;
}
@media (max-width: 820px) {
  .arrow-button--handling span {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.arrow-button:after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid 2px #177139;
  border-right: solid 2px #177139;
  display: inline-block;
  width: 10px;
  height: 10px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 51%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  /* rotate(45deg)で矢印を回転（向きを変更）させる */
  transition: all 0.5s;
}
.arrow-button:hover:after {
  right: 15px;
}
.arrow-button--orange {
  color: #f15a24;
  border: #f15a24 2px solid;
  width: 320px;
}
@media (max-width: 820px) {
  .arrow-button--orange {
    width: 280px;
  }
}
.arrow-button--orange:after {
  /* 擬似要素で矢印アイコンをつくる */
  border-top: solid 2px #f15a24;
  border-right: solid 2px #f15a24;
}

/* slickドット */
.dots-wrap {
  display: flex;
  justify-content: center;
  margin: 12px 0 0;
}

.dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #def6e7;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #177139;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.map-wrap {
  margin: 0 auto;
}
.map-wrap .map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 60.25%;
  overflow: hidden;
}
.map-wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-style__block {
  margin: 0 0 40px;
}
.page-style .aligncenter {
  display: block;
  margin: 0 auto;
}
.page-style .alignright {
  float: right;
}
.page-style .alignleft {
  float: left;
}
.page-style img {
  width: auto;
}
.page-style p {
  margin: 0 0 12px;
  line-height: 24px;
}
.page-style h1 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .page-style h1 {
    font-size: 20px;
  }
}
.page-style h1:after {
  content: "";
  width: 110px;
  height: 3px;
  display: inline-block;
  background-color: #177139;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.page-style h2 {
  font-size: 22px;
  margin: 24px 0 12px;
  color: #177139;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-style h2 {
    font-size: 20px;
  }
}
.page-style h3 {
  font-size: 20px;
  margin: 24px 0 8px;
}
@media (max-width: 600px) {
  .page-style h3 {
    font-size: 18px;
  }
}
.page-style a {
  text-decoration: underline;
}
.page-style ol {
  margin: 0 0 12px 24px;
  line-height: 24px;
}
.page-style ol li {
  list-style: decimal;
}
.page-style ul {
  margin: 0 0 12px 24px;
  line-height: 24px;
}
.page-style ul li {
  list-style: disc;
}

/* =================================
一覧ページ
 ================================= */
.archive {
  padding: 0 0 80px;
}
@media (max-width: 820px) {
  .archive {
    padding: 0 0 40px;
  }
}
.archive__section {
  max-width: 1160px;
  margin: 0 auto;
}
.archive__ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  margin: 40px 0 24px;
}
@media (max-width: 600px) {
  .archive__ttl-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin: 24px 0 12px;
  }
}
.archive__select {
  padding: 4px 8px;
}
@media (max-width: 600px) {
  .archive__select {
    margin: 0 0 0 auto;
  }
}
.archive__card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 0 0 40px;
}
@media (max-width: 1120px) {
  .archive__card-wrap {
    gap: 16px;
  }
}
@media (max-width: 820px) {
  .archive__card-wrap {
    margin: 0 0 24px;
  }
}
.archive__pager {
  text-align: center;
}

/* =================================
商品詳細
 ================================= */
.single {
  padding: 0 12px 80px;
}
@media (max-width: 820px) {
  .single {
    padding: 0 12px 40px;
  }
}
.single__ttl-wrap {
  max-width: 1160px;
  margin: 24px auto -12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.single__ttl-img {
  width: 90px;
}
@media (max-width: 600px) {
  .single__ttl-img {
    width: 60px;
  }
}
.single__section-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.single__section-ttl {
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 820px) {
  .single__section-ttl {
    font-size: 20px;
  }
}
.single__section-ttl:after {
  content: "";
  width: 110px;
  height: 3px;
  display: inline-block;
  background-color: #177139;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.single__section-ttl-wrap {
  max-width: 800px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .single__section-ttl-wrap {
    margin: 0 auto 40px;
  }
}
.single__section-img {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .single__section-img {
    margin: 0 0 24px;
  }
}
.single__section-flex {
  display: flex;
  margin: 0 0 80px;
}
@media (max-width: 1120px) {
  .single__section-flex {
    gap: 24px;
  }
}
@media (max-width: 820px) {
  .single__section-flex {
    flex-direction: column;
    margin: 0 0 40px;
  }
}
.single__section-left {
  flex: 1;
}
.single__section-right {
  width: 45%;
}
@media (max-width: 820px) {
  .single__section-right {
    width: 100%;
    max-width: 500px;
  }
}
.single__section-right-ttl {
  color: #177139;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 32px;
}
@media (max-width: 820px) {
  .single__section-right-ttl {
    text-align: center;
    font-size: 20px;
    margin: 0 0 16px;
  }
}
.single__section-text {
  max-width: 800px;
  margin: 0 auto 24px;
}

.single-item {
  background-color: #f2fbf7;
  padding: 60px 160px;
  max-width: 1240px;
  margin: 0 auto 120px;
  border-radius: 24px;
}
@media (max-width: 1120px) {
  .single-item {
    padding: 60px 24px;
  }
}
@media (max-width: 600px) {
  .single-item {
    padding: 40px 12px;
    border-radius: 8px;
    margin: 0 auto 60px;
  }
}
.single-item__inner {
  display: flex;
  gap: 40px;
}
@media (max-width: 820px) {
  .single-item__inner {
    flex-direction: column;
  }
}
.single-item__left {
  flex: 1;
}
.single-item__right {
  width: 400px;
}
@media (max-width: 820px) {
  .single-item__right {
    width: 100%;
  }
}
.single-item__img-wrap {
  position: relative;
  z-index: 0;
  margin: 0 0 12px;
}
@media (max-width: 600px) {
  .single-item__img-wrap {
    margin: 0;
  }
}
.single-item__img-wrap:before {
  position: absolute;
  top: -40px;
  left: -30px;
  transform: scale(0.6);
  z-index: 10;
}
.single-item__img-wrap.tokubetsu::before {
  content: url(../img/top/sticker-tokubetsu.png);
}
.single-item__img-wrap.gentei::before {
  content: url(../img/top/sticker-gentei.png);
}
.single-item__img-wrap.gensen::before {
  content: url(../img/top/sticker-gensen.png);
}
.single-item__img-wrap.kikan::before {
  content: url(../img/top/sticker-kikan.png);
}
.single-item__img {
  border: #fff 12px solid;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  display: block;
}
@media (max-width: 600px) {
  .single-item__img {
    border-radius: 8px;
    border: #fff 8px solid;
  }
}
.single-item__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-item__img img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.single-item__img img.current {
  border: #848484 1px solid;
}
.single-item__img img.current img {
  opacity: 1;
}
.single-item__sub-img-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .single-item__sub-img-wrap {
    gap: 8px;
  }
}
.single-item__sub-img {
  width: calc((100% - 24px) / 3);
  position: relative;
  overflow: hidden;
  border: #fff 8px solid;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .single-item__sub-img {
    border-radius: 4px;
    border: #fff 4px solid;
  }
}
.single-item__sub-img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.single-item__sub-img.current {
  border: #848484 1px solid;
}
.single-item__sub-img.current img {
  opacity: 1;
}
.single-item__sub-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  cursor: pointer;
}
.single-item__cat-wrap {
  display: flex;
  gap: 8px;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .single-item__cat-wrap {
    margin: 0 0 12px;
  }
}
.single-item__cat {
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 2px 0 0 0;
}
.single-item__cat.cat01 {
  background-color: #ff9933;
}
.single-item__cat.cat02 {
  background-color: #96ca49;
}
.single-item__ttl {
  font-size: 32px;
  margin: 0 0 20px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .single-item__ttl {
    font-size: 20px;
  }
}
.single-item__ttl-span {
  display: block;
}
.single-item__lead {
  padding: 0 4px;
  margin: 0 0 16px;
  font-size: 14px;
}
.single-item__price-wrap {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 10px 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 12px;
  justify-content: space-between;
}
.single-item__price {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .single-item__price {
    font-size: 20px;
  }
}
.single-item__price-tax {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.single-item__price-span {
  font-size: 12px;
  font-weight: normal;
}
.single-item__price-right {
  display: flex;
  align-items: end;
  gap: 8px;
}
.single-item__select-wrap {
  display: flex;
  flex-direction: column;
}
.single-item__select-span {
  font-size: 12px;
}
.single-item__select {
  padding: 8px;
  border: #ff9933 solid 1px;
  width: 60px;
  border-radius: 3px;
}
.single-item__souryou-text {
  text-align: right;
  margin: 0 0 19px;
}
.single-item__souryou-link {
  color: #ff3333;
  text-decoration: underline;
}
.single-item__input {
  border: none;
  background-color: #ff9933;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.single-item__input:hover {
  background-color: #ffddbc;
}
.single-item__bottom-text {
  font-size: 14px;
  white-space: nowrap;
  padding: 0 4px;
  margin: 0 0 8px;
}
.single-item__size-wrap {
  display: flex;
  gap: 8px;
  padding: 0 4px;
  flex-wrap: wrap;
  margin: 0 0 66px;
}
@media (max-width: 600px) {
  .single-item__size-wrap {
    margin: 0 0 32px;
  }
}
.single-item__size-item {
  border: #177139 2px solid;
  border-radius: 20px;
  width: 80px;
  padding: 0 8px;
  position: relative;
}
.single-item__size-item.active {
  background-color: #177139;
  color: #fff;
}
.single-item__size-item:after {
  content: "";
  border: 0;
  border-top: solid 2px #177139;
  border-right: solid 2px #177139;
  display: inline-block;
  width: 7px;
  height: 7px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  /* rotate(45deg)で矢印を回転（向きを変更）させる */
  transition: all 0.5s;
}
.single-item__size-item:hover:after {
  right: 3px;
}
.single-item__description-wrap {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
  margin: 0 0 32px;
}
.single-item__description-ttl {
  font-size: 24px;
  margin: 0 0 16px;
  font-size: 20px;
}
.single-item__description-lead {
  border-bottom: #bbbbbb 1px solid;
  display: inline-block;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
.single-item__detail-wrap {
  border-left: #bbbbbb 1px solid;
  padding: 0 0 0 18px;
}
.single-item__detail-wrap th {
  width: 80px;
  text-align: left;
  font-weight: normal;
}

/* =================================
よくあるご質問
 ================================= */
.page-voice__section {
  padding: 80px 12px;
  max-width: 880px;
  margin: 0 auto;
}
.page-voice__item {
  border: #ededed 1px solid;
  padding: 16px;
  margin: 0 0 40px;
}
.page-voice__question {
  border-bottom: #ededed 1px solid;
  padding: 0 4px 12px;
  position: relative;
  margin: 0 0 0 24px;
}
.page-voice__question::before {
  content: "Q.";
  position: absolute;
  left: -18px;
}
.page-voice__answer {
  padding: 12px 4px 0;
  position: relative;
  margin: 0 0 0 24px;
}
.page-voice__answer::before {
  content: "A.";
  position: absolute;
  left: -18px;
  font-weight: bold;
}
.page-voice__answer::first-line {
  font-weight: bold;
}
.page-voice__answer a {
  text-decoration: underline;
}

/* =================================
ご利用案内
 ================================= */
.page-guide {
  margin: 80px 0 24px;
}
@media (max-width: 820px) {
  .page-guide {
    margin: 0;
    margin: 53px 0 24px;
  }
}
.page-guide__section--bg {
  background-color: #f2fbf7;
}
.page-guide__section-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 820px) {
  .page-guide__section-inner {
    padding: 40px 0;
  }
}
.page-guide__section-ttl-wrap {
  display: flex;
  max-width: 920px;
  margin: 0 auto 40px;
  align-items: center;
  gap: 18px;
  padding: 0 12px;
}
@media (max-width: 820px) {
  .page-guide__section-ttl-wrap {
    gap: 8px;
  }
}
.page-guide__section-ttl-wrap--section05 {
  align-items: flex-start;
}
.page-guide__section-ttl-img {
  width: 100px;
}
@media (max-width: 820px) {
  .page-guide__section-ttl-img {
    width: 50px;
  }
}
.page-guide__section-ttl {
  font-size: 30px;
  border-bottom: #177139 1px solid;
  flex: 1;
  padding: 0 0 12px;
}
@media (max-width: 820px) {
  .page-guide__section-ttl {
    font-size: 22px;
    padding: 0 0 3px;
  }
}
.page-guide__section-ttl--orange {
  border-bottom: #fab153 1px solid;
}
.page-guide__section-ttl-bottom {
  color: #fab153;
  font-size: 24px;
  padding: 12px 0;
  border-bottom: #fab153 1px solid;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-guide__section-ttl-bottom {
    font-size: 16px;
    padding: 12px 0 0;
    border-bottom: none;
  }
}
.page-guide__section-ttl-text-wrap {
  flex: 1;
}
.page-guide__inner {
  margin: 0 0 0 117px;
  padding: 0 12px 0 0;
}
@media (max-width: 820px) {
  .page-guide__inner {
    margin: 0;
    padding: 0 12px;
  }
}
.page-guide__section-sub-ttl {
  color: #177139;
  border: #177139 1px solid;
  padding: 0 12px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 16px;
}
@media (max-width: 600px) {
  .page-guide__section-sub-ttl {
    font-size: 16px;
  }
}
.page-guide__section-text-wrap {
  margin: 0 0 40px;
}
.page-guide__section-text {
  margin: 0 0 16px;
}
.page-guide__section-text:last-of-type {
  margin: 0;
}
.page-guide__section-text a {
  color: #2cb573;
  border-bottom: #848484 1px solid;
}
.page-guide__section-text span {
  color: #f15a24;
}
.page-guide__tel-box {
  border: #177139 solid 1px;
  border-radius: 12px;
  padding: 24px;
  max-width: 540px;
  margin: 0 auto;
}
.page-guide__tel-img {
  max-width: 220px;
  margin: 24px auto 0;
  display: block;
}
.page-guide__hyo-wrap {
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .page-guide__hyo-wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 820px) {
  .page-guide__hyo {
    width: 760px;
  }
}
.page-guide__section-table {
  max-width: 500px;
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-guide__section-table {
    margin: 0 auto 24px;
  }
}
.page-guide__section-table table {
  width: 100%;
}
.page-guide__section-table table,
.page-guide__section-table td,
.page-guide__section-table th {
  border: 1px solid #177139;
  border-collapse: collapse;
  text-align: left;
}
.page-guide__section-table td,
.page-guide__section-table th {
  padding: 4px 10px;
  width: 50%;
}
@media (max-width: 600px) {
  .page-guide__section-table td,
  .page-guide__section-table th {
    padding: 4px 6px;
  }
}
.page-guide__section-table th {
  background-color: #f2fbf7;
}
.page-guide__btn {
  text-align: center;
  margin: 80px 0 -40px;
}
@media (max-width: 820px) {
  .page-guide__btn {
    margin: 60px 0 -40px;
  }
}

.guide-top {
  background-color: #f2fbf7;
  padding: 24px 12px;
}
@media (max-width: 820px) {
  .guide-top {
    padding: 12px 12px;
  }
}
.guide-top__inner {
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  line-height: 1.3;
  justify-content: center;
}
@media (max-width: 600px) {
  .guide-top__inner {
    gap: 12px;
    max-width: 280px;
    flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
  .guide-top__inner {
    gap: 12px;
  }
}
.guide-top__item {
  width: calc((100% - 128px) / 5);
}
@media (max-width: 600px) {
  .guide-top__item {
    width: calc((100% - 24px) / 3);
  }
}
.guide-top__item.active {
  position: relative;
}
.guide-top__item.active::before {
  content: "";
  width: 60px;
  height: 4px;
  display: inline-block;
  background-color: #177139;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 30px);
}
.guide-top__ttl {
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .guide-top__ttl {
    font-size: 12px;
  }
}
.guide-top__img {
  margin: 0 0 16px;
}
@media (max-width: 600px) {
  .guide-top__img {
    margin: 0 0 8px;
  }
}
.guide-top__batsu {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 18px;
}

/* =================================
お問い合わせ
 ================================= */
.page-contact {
  padding: 0 12px;
}
.page-contact__section {
  max-width: 920px;
  margin: 40px auto 80px;
}
@media (max-width: 600px) {
  .page-contact__section {
    margin: 0 auto 40px;
  }
}
.page-contact__text {
  margin: 0 0 24px;
}
.page-contact__table {
  width: 100%;
  font-size: 15px;
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-contact__table {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.page-contact__table tr {
  border-bottom: #177139 dotted 1px;
}
.page-contact__table tr:first-of-type {
  border-top: #177139 dotted 1px;
}
.page-contact__table th {
  text-align: left;
  vertical-align: middle;
  padding: 8px 20px 8px 28px;
  font-weight: 500;
  width: 240px;
}
@media (max-width: 820px) {
  .page-contact__table th {
    padding: 12px 0 4px 2px;
    display: block;
    width: 200px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .page-contact__table th {
    font-size: 13px;
  }
}
.page-contact__table td {
  text-align: left;
  vertical-align: middle;
  padding: 8px 20px 8px 28px;
}
@media (max-width: 820px) {
  .page-contact__table td {
    display: block;
    padding: 8px;
  }
}
@media (max-width: 600px) {
  .page-contact__table td {
    font-size: 13px;
  }
}
.page-contact__table input[type=text],
.page-contact__table textarea {
  width: 100%;
  padding: 8px;
  font-size: 20px;
  border: #848484 1px solid;
  font-size: 16px;
}
.page-contact__table input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  border: #848484 1px solid;
  margin: 0 4px 4px;
}
.page-contact__table label {
  display: inline-block;
}
.page-contact__table-span {
  color: #fff;
  background-color: #d40000;
  padding: 0 4px;
  font-size: 11px;
  border-radius: 4px;
  margin-left: auto;
  display: inline-block;
  float: right;
}
@media (max-width: 820px) {
  .page-contact__table-span {
    margin: 0 12px 0;
    font-size: 10px;
  }
}
.page-contact button {
  display: block;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  background-color: #177139;
  color: #f2f2f2;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.page-contact button:hover {
  opacity: 0.7;
}
.page-contact__input-s input[type=text] {
  width: 50%;
}

/* =================================
みずほ屋について
 ================================= */
.page-about__section01 {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 12px 120px;
}
@media (max-width: 820px) {
  .page-about__section01 {
    padding: 0 12px 40px;
  }
}
.page-about__section01-top-img01 {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .page-about__section01-top-img01 {
    margin: 0 0 16px;
  }
}
.page-about__section01-top-img02 {
  width: 80%;
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-about__section01-top-img02 {
    width: 95%;
  }
}
.page-about__section01-ttl {
  color: #a27a51;
  border-bottom: #2cb573 1px solid;
  font-size: 26px;
  font-weight: normal;
  padding: 60px 0 8px;
  position: relative;
  margin: 0 0 24px;
}
.page-about__section01-ttl::before {
  content: url(../img/subpage/about-section01-ttl.png);
  position: absolute;
  top: -44px;
  left: -82px;
  transform: scale(0.4);
}
@media (max-width: 820px) {
  .page-about__section01-ttl {
    font-size: 18px;
    padding: 30px 0 8px;
    line-height: 1.3;
    margin: 0 0 12px;
  }
  .page-about__section01-ttl::before {
    top: -61px;
    left: -99px;
    transform: scale(0.2);
  }
}
.page-about__section01-text-wrap {
  max-width: 740px;
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-about__section01-text-wrap {
    margin: 0 auto 40px;
  }
}
.page-about__section01-text {
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .page-about__section01-text {
    margin: 0 0 16px;
  }
}
.page-about__section02 {
  background-color: #f2fbf7;
  padding: 120px 12px;
}
@media (max-width: 820px) {
  .page-about__section02 {
    padding: 40px 12px;
  }
}
.page-about__section02-inner {
  max-width: 980px;
  margin: 0 auto;
}
.page-about__section02-ttl {
  font-size: 32px;
  margin: 0 0 40px;
  color: #808080;
}
@media (max-width: 820px) {
  .page-about__section02-ttl {
    font-size: 20px;
    margin: 0 0 24px;
  }
}
.page-about__section02-box {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .page-about__section02-box {
    gap: 12px;
  }
}
.page-about__section02-item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 600px) {
  .page-about__section02-item {
    width: 100%;
  }
}

/* =================================
会社概要
 ================================= */
.page-company__section01 {
  background-image: linear-gradient(0deg, #f2fbf7, #ffffff);
  padding: 40px 12px 80px;
}
@media (max-width: 820px) {
  .page-company__section01 {
    padding: 0 12px 40px;
  }
}
.page-company__section01-inner {
  background-color: #fff;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 32px;
}
@media (max-width: 820px) {
  .page-company__section01-inner {
    padding: 12px;
  }
}
.page-company__section01-lead {
  font-size: 28px;
  text-align: center;
  color: #177139;
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .page-company__section01-lead {
    font-size: 18px;
    white-space: nowrap;
    margin: 0 0 12px;
  }
}
.page-company__section01-box {
  display: flex;
  gap: 40px;
}
@media (max-width: 820px) {
  .page-company__section01-box {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.page-company__section01-left {
  width: 34%;
}
@media (max-width: 820px) {
  .page-company__section01-left {
    width: 100%;
    max-width: 280px;
  }
}
.page-company__section01-right {
  flex: 1;
}
.page-company__section01-text {
  margin: 0 0 24px;
}
.page-company__section01-text--right {
  text-align: right;
}
.page-company__sub-ttl {
  margin: 60px auto 0px;
}
@media (max-width: 820px) {
  .page-company__sub-ttl {
    margin: 24px auto 0px;
  }
}
.page-company__sub-ttl--section03 {
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .page-company__sub-ttl--section03 {
    margin: 0 auto 16px;
  }
}
.page-company__section03 {
  background-color: #f2fbf7;
  padding: 80px 12px 40px;
}
@media (max-width: 820px) {
  .page-company__section03 {
    padding: 40px 12px 8px;
  }
}
.page-company__section03-item {
  max-width: 980px;
  margin: 0 auto 60px;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 820px) {
  .page-company__section03-item {
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .page-company__section03-item {
    flex-direction: column;
    align-items: flex-start;
    max-width: 480px;
    margin: 0 auto 0;
    gap: 16px;
  }
}
.page-company__section03-left {
  width: 500px;
}
.page-company__section03-left iframe {
  border-radius: 20px;
}
@media (max-width: 820px) {
  .page-company__section03-left {
    width: 380px;
  }
  .page-company__section03-left iframe {
    border-radius: 12px;
  }
}
@media (max-width: 820px) {
  .page-company__section03-left {
    width: 100%;
  }
}
.page-company__section03-right {
  flex: 1;
}
.page-company__section03-name {
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
  color: #177139;
  border: #177139 1px solid;
  margin: 0 0 32px;
}
@media (max-width: 600px) {
  .page-company__section03-name {
    margin: 0 0 12px 12px;
  }
}
@media (max-width: 600px) {
  .page-company__section03-text {
    margin: 0 0 40px 12px;
  }
}

/* =================================
おいしさのひみつ
 ================================= */
.page-secret__section01-inner {
  padding: 0 16px;
}
.page-secret__section01-top {
  background-color: #f2fbf7;
  border-top: #fff 32px solid;
  border-bottom: #fff 32px solid;
  margin: 24px 0 60px;
}
@media (max-width: 820px) {
  .page-secret__section01-top {
    margin: 0 0 20px;
  }
}
.page-secret__section01-top-img {
  max-width: 600px;
  margin: 0 auto;
  transform: scale(1.2);
}
@media (max-width: 820px) {
  .page-secret__section01-top-img {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .page-secret__section01-top-img {
    max-width: 240px;
  }
}
.page-secret__subttl {
  max-width: 600px;
  color: #0e884d;
  border-bottom: #a27a51 1px solid;
  font-size: 32px;
  font-weight: normal;
  padding: 60px 0 8px;
  position: relative;
  margin: 0 auto 24px;
}
.page-secret__subttl::before {
  content: url(../img/subpage/about-section01-ttl.png);
  position: absolute;
  top: -48px;
  left: -84px;
  transform: scale(0.35);
}
@media (max-width: 820px) {
  .page-secret__subttl {
    font-size: 18px;
    padding: 30px 0 8px;
    line-height: 1.3;
    margin: 0 0 12px;
  }
  .page-secret__subttl::before {
    top: -61px;
    left: -99px;
    transform: scale(0.2);
  }
}
.page-secret__subttl--border-none {
  border-bottom: none;
  margin: 0 auto 0;
}
.page-secret__subttl--s {
  font-size: 23px;
}
@media (max-width: 820px) {
  .page-secret__subttl--s {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .page-secret__subttl--s::before {
    top: -66px;
  }
}
.page-secret__text {
  max-width: 560px;
  margin: 0 auto;
}
.page-secret__text span {
  color: #f15924;
}
.page-secret__text--00 {
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-secret__text--00 {
    margin: 0 auto 40px;
  }
}
.page-secret__text--01 {
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-secret__text--01 {
    margin: 0 auto 12px;
  }
}
.page-secret__text--02 {
  margin: 0 auto 80px;
}
@media (max-width: 820px) {
  .page-secret__text--02 {
    margin: 0 auto 40px;
  }
}
.page-secret__section01-img01 {
  margin: 0 0 60px;
}
.page-secret__section01-img02 {
  max-width: 640px;
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-secret__section01-img02 {
    margin: 0 auto 12px;
  }
}
.page-secret__lead {
  font-size: 20px;
  color: #a27a51;
  max-width: 560px;
  margin: 0 auto 12px;
}
.page-secret__section01-box {
  max-width: 600px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 820px) {
  .page-secret__section01-box {
    gap: 16px;
    margin: 0 auto 60px;
  }
}
.page-secret__section01-item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 820px) {
  .page-secret__section01-item {
    width: calc((100% - 16px) / 2);
  }
}
.page-secret__section01-item-ttl {
  font-size: 16px;
  color: #a27a51;
  margin: 0 0 8px;
  font-weight: bold;
}
.page-secret__section01-item-img {
  margin: 0 0 8px;
}
.page-secret__list {
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 0 0 0 40px;
}
@media (max-width: 820px) {
  .page-secret__list {
    margin: 0 auto 12px;
  }
}
.page-secret__list-item {
  list-style: disc;
  color: #a27a51;
  font-weight: bold;
}
.page-secret__section01-img03 {
  max-width: 780px;
  margin: 0 auto;
}
.page-secret__btn {
  text-align: center;
  margin: 40px 0 80px;
}
@media (max-width: 820px) {
  .page-secret__btn {
    margin: 24px 0 40px;
  }
}
.page-secret__section02 {
  background-color: #f2fbf7;
  padding: 80px 0;
}
@media (max-width: 820px) {
  .page-secret__section02 {
    padding: 40px 0;
  }
}
.page-secret__section02-img {
  max-width: 760px;
  margin: 0 auto 48px;
  display: block;
  padding: 0 16px;
}
@media (max-width: 820px) {
  .page-secret__section02-img {
    margin: 0 auto 24px;
  }
}
.page-secret__section02-img--bottom {
  margin: 0 auto;
}
.page-secret__top-lead {
  color: #a27a51;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .page-secret__top-lead {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.page-secret__dl-list {
  max-width: 560px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .page-secret__dl-list {
    margin: 0 auto 40px;
  }
}
.page-secret__dl-list dt {
  color: #a27a51;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px;
}
@media (max-width: 820px) {
  .page-secret__dl-list dt {
    font-size: 16px;
  }
}
.page-secret__dl-list dd {
  margin: 0 0 16px;
}
.page-secret__dl-list dd span {
  color: #f15924;
}
.page-secret__img-wrap {
  display: flex;
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-secret__img-wrap {
    margin: 0 0 40px;
    flex-wrap: wrap;
  }
}
.page-secret__img-wrap img {
  width: 25%;
}
@media (max-width: 820px) {
  .page-secret__img-wrap img {
    width: 50%;
  }
}

/* =================================
白米の炊き方・玄米の炊き方
 ================================= */
.page-hakumai__section01 {
  padding: 0 16px;
}
.page-hakumai__section01-top-img {
  max-width: 700px;
  margin: 40px auto;
}
@media (max-width: 820px) {
  .page-hakumai__section01-top-img {
    margin: 24px auto;
  }
}
.page-hakumai__text-wrap {
  max-width: 600px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .page-hakumai__text-wrap {
    margin: 0 auto 40px;
  }
}
.page-hakumai__text-wrap--margin {
  margin: 0 auto;
}
@media (max-width: 820px) {
  .page-hakumai__text-wrap--margin {
    margin: 0 auto;
  }
}
.page-hakumai__text {
  margin: 0 0 16px;
}
.page-hakumai__text:last-of-type {
  margin: 0;
}
.page-hakumai__text span {
  background: linear-gradient(transparent 60%, #cbf4e2 60%);
}
.page-hakumai__text span.page-hakumai__span-purple {
  background: none;
  color: #93278f;
  font-weight: bold;
}
.page-hakumai__text--bg {
  background-color: #f1f1f1;
  padding: 12px;
  border-radius: 6px;
  margin: 40px 0 0 !important;
}
@media (max-width: 820px) {
  .page-hakumai__text--bg {
    padding: 8px;
    margin: 24px 0 0 !important;
  }
}
.page-hakumai__subttl {
  max-width: 680px;
  border-bottom: #a27a51 1px solid;
  font-size: 24px;
  margin: 0 auto 24px;
  padding: 0 0 4px;
}
@media (max-width: 820px) {
  .page-hakumai__subttl {
    font-size: 20px;
  }
}
.page-hakumai__youtube-wrap {
  max-width: 680px;
  margin: 0 auto 24px;
}
.page-hakumai__youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.page-hakumai__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-hakumai__section02 {
  background-color: #f2fbf7;
  padding: 40px 16px;
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .page-hakumai__section02 {
    padding: 32px 16px;
  }
}

/* =================================
定期購入について
 ================================= */
.page-subscription {
  margin: 80px 0 24px;
}
@media (max-width: 820px) {
  .page-subscription {
    margin: 0;
    margin: 53px 0 0;
  }
}
.page-subscription__section--bg {
  background-color: #fff8ee;
}
.page-subscription__section-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 820px) {
  .page-subscription__section-inner {
    padding: 40px 0;
  }
}
.page-subscription__section-ttl-wrap {
  display: flex;
  max-width: 920px;
  margin: 0 auto 40px;
  align-items: center;
  gap: 18px;
  padding: 0 12px;
}
@media (max-width: 820px) {
  .page-subscription__section-ttl-wrap {
    gap: 8px;
  }
}
.page-subscription__section-ttl-wrap--section05 {
  align-items: flex-start;
}
.page-subscription__section-ttl-img {
  width: 100px;
}
@media (max-width: 820px) {
  .page-subscription__section-ttl-img {
    width: 50px;
  }
}
.page-subscription__section-ttl {
  font-size: 30px;
  border-bottom: #fab153 1px solid;
  flex: 1;
  padding: 0 0 12px;
}
@media (max-width: 820px) {
  .page-subscription__section-ttl {
    font-size: 22px;
    padding: 0 0 3px;
  }
}
.page-subscription__section-ttl-bottom {
  color: #fab153;
  font-size: 24px;
  padding: 12px 0;
  border-bottom: #fab153 1px solid;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-subscription__section-ttl-bottom {
    font-size: 16px;
    padding: 12px 0 0;
    border-bottom: none;
  }
}
.page-subscription__section-ttl-text-wrap {
  flex: 1;
}
.page-subscription__inner {
  margin: 0 0 0 117px;
  padding: 0 12px 0 0;
}
@media (max-width: 820px) {
  .page-subscription__inner {
    margin: 0;
    padding: 0 12px;
  }
}
.page-subscription__inner--bg {
  margin: 0 16px 32px 77px;
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
}
@media (max-width: 820px) {
  .page-subscription__inner--bg {
    margin: 0 16px 24px;
    padding: 12px;
    border-radius: 8px;
  }
}
.page-subscription__section-sub-ttl {
  color: #ff9933;
  border: #ff9933 1px solid;
  padding: 0 12px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 16px;
}
@media (max-width: 600px) {
  .page-subscription__section-sub-ttl {
    font-size: 16px;
  }
}
.page-subscription__section-text-wrap {
  margin: 0 0 40px;
}
.page-subscription__section-text-wrap--margin {
  margin: 0;
}
.page-subscription__section-text {
  margin: 0 0 16px;
}
.page-subscription__section-text:last-of-type {
  margin: 0;
}
.page-subscription__section-text span {
  color: #f15a24;
}
.page-subscription__btn {
  text-align: center;
}
.page-subscription__section01-box {
  max-width: 720px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
@media (max-width: 820px) {
  .page-subscription__section01-box {
    gap: 16px;
    margin: 0 auto 40px;
  }
}
.page-subscription__section01-item {
  background-color: #fff8ee;
  width: calc((100% - 32px) / 2);
  border: #ff9933 1px solid;
  border-radius: 12px;
}
@media (max-width: 820px) {
  .page-subscription__section01-item {
    width: 100%;
    max-width: 320px;
  }
}
.page-subscription__section01-top-wrap {
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
}
.page-subscription__section01-img {
  width: 50px;
  margin: 0 0 12px;
}
.page-subscription__section01-ttl {
  font-size: 18px;
}
.page-subscription__section01-bottom-wrap {
  padding: 12px 16px;
}
.page-subscription__section04-box {
  border: #0e884d 1px solid;
  border-radius: 12px;
  max-width: 600px;
  margin: 40px auto 0;
  padding: 24px;
}
@media (max-width: 600px) {
  .page-subscription__section04-box {
    padding: 12px;
    border-radius: 8px;
    margin: 24px auto 0;
  }
}
.page-subscription__section04-text {
  margin: 40px 0;
}
@media (max-width: 600px) {
  .page-subscription__section04-text {
    margin: 24px 0;
  }
}
.page-subscription__section04-tel {
  width: 200px;
  display: inline-block;
  margin: 0 40px 0;
}
@media (max-width: 600px) {
  .page-subscription__section04-tel {
    display: block;
    margin: 0 0 8px;
  }
}
.page-subscription__list {
  padding: 0 16px 0 20px;
}
.page-subscription__list-item {
  list-style: disc;
  margin: 0 0 12px;
}

/* =================================
404
 ================================= */
.page-404__section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 16px;
  min-height: 400px;
  text-align: center;
}
@media (max-width: 820px) {
  .page-404__section {
    min-height: 150px;
  }
}
.page-404__ttl {
  text-align: center;
  margin: 80px auto 0;
}
@media (max-width: 820px) {
  .page-404__ttl {
    margin: 40px auto 0;
  }
}

/* =================================
header
 ================================= */
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  transition: transform 0.3s;
  background-color: #fff;
  border-bottom: #8a725a 2px solid;
}
.header.is-hide {
  transform: translateY(-100%);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
  gap: 24px;
  padding: 16px 12px 12px;
}
@media (max-width: 1120px) {
  .header__inner {
    padding: 8px 12px 6px;
  }
}
@media (max-width: 820px) {
  .header__inner {
    justify-content: space-between;
    padding: 8px 12px 6px;
  }
}
.header__ttl-wrap {
  max-width: 200px;
}
@media (max-width: 1120px) {
  .header__ttl-wrap {
    max-width: 140px;
  }
}
@media (max-width: 1120px) {
  .header__menu-wrap {
    display: none;
  }
}
.header__menu-inner {
  display: flex;
  gap: 24px;
}
@media (max-width: 1120px) {
  .header__menu-inner {
    gap: 12px;
  }
}
.header__menu {
  font-weight: 700;
  color: #8a725a;
}
.header__menu.active {
  color: #fff;
  background-color: #8a725a;
  padding: 1px 8px 0;
  border-radius: 4px;
}
.header__right-menu-wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 1120px) {
  .header__right-menu-wrap {
    display: none;
  }
}
.header__right-menu {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 0 24px;
  color: #177139;
  font-weight: bold;
}
.header__right-menu::before {
  content: url(../img/top/search.svg);
  position: absolute;
  top: -1px;
  left: -26px;
  transform: scale(0.8);
}
.header__right-menu--account::before {
  content: url(../img/top/account.svg);
}
.header__right-menu--cart::before {
  content: url(../img/top/cart.svg);
}
.header__search-wrap {
  display: flex;
  position: absolute;
  border: #177139 1px solid;
  right: -13px;
  align-items: center;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #fff;
  bottom: -52px;
}
.header__search-wrap:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #177139 transparent;
}
.header__search-wrap form {
  display: flex;
}
.header__search-wrap input {
  width: 500px;
  border: none;
}
.header__search-wrap button {
  white-space: nowrap;
  border: none;
  background-color: #177139;
  color: #fff;
  padding: 0 0 0 2px;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.header__search-batsu {
  margin: 0 0 0 12px;
  font-size: 32px;
  line-height: 1;
  padding: 0 0 7px;
  cursor: pointer;
}
.header__account-wrap {
  position: absolute;
  border: #177139 1px solid;
  right: -50px;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  width: 125px;
  bottom: -104px;
}
.header__account-wrap:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #177139 transparent;
}
.header__account-item {
  white-space: nowrap;
  display: block;
}
.header__account-batsu {
  position: absolute;
  top: -8px;
  right: 6px;
  font-size: 24px;
}
.header__btn-wrap {
  display: none;
}
@media (max-width: 1120px) {
  .header__btn-wrap {
    display: block;
    cursor: pointer;
    z-index: 99;
    top: 10px;
    right: 12px;
    position: absolute;
    width: 32px;
  }
}

.header-sp {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(100%, 0);
  z-index: 101;
  position: fixed;
  top: -4px;
  right: 0;
  padding: 80px 12px 0 40px;
  background-color: #fff;
  height: 100vh;
  width: 80%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.header-sp.active {
  opacity: 1;
  transition: all 0.3s;
  transform: translate(0, 3px);
  z-index: 100;
}
.header-sp__btn-img {
  width: 32px;
  display: block;
  cursor: pointer;
  z-index: 99;
  top: 10px;
  right: 12px;
  position: absolute;
}
.header-sp__menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.header-sp__menu-item--margin {
  margin: 0 0 24px;
}
.header-sp__search-wrap {
  display: flex;
  right: -13px;
  align-items: center;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #fff;
  justify-content: flex-start;
  margin: 0 0 40px;
}
.header-sp__search-wrap form {
  display: flex;
  gap: 4px;
  width: 100%;
}
.header-sp__search-wrap input {
  width: 85%;
  border: none;
  border: #177139 1px solid;
  padding: 8px;
  border-radius: 3px;
}
.header-sp__search-wrap button {
  white-space: nowrap;
  border: none;
  background-color: #177139;
  color: #fff;
  padding: 0 6px 0 6px;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-radius: 3px;
}

/* =================================
メインビジュアル
 ================================= */
.main-visual {
  background-color: #f2fbf7;
  position: relative;
  padding: 0 0 32px;
  margin: 24px 0;
}
@media (max-width: 820px) {
  .main-visual {
    padding: 0 0 16px;
    margin: 0 0 24px;
  }
}
.main-visual__info-wrap {
  padding: 0 12px;
}
.main-visual__info-inner {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 8px 40px;
  border-radius: 40px;
}
@media (max-width: 820px) {
  .main-visual__info-inner {
    border-radius: 8px;
    padding: 16px;
  }
}
.main-visual__info {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 820px) {
  .main-visual__info {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
.main-visual__info span {
  white-space: nowrap;
}
.main-visual__slider-wrap {
  position: relative;
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .main-visual__slider-wrap {
    margin: 0 0 30px;
  }
}
.main-visual__slider .slick-next {
  right: 0 !important;
}
.main-visual__slider .slick-prev {
  left: 0 !important;
}
.main-visual__slider .slick-next:before {
  background: url(../img/top/main-visual-arrow_next.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.main-visual__slider .slick-prev:before {
  background: url(../img/top/main-visual-arrow_prev.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.main-visual__slider .slick-arrow {
  z-index: 2 !important;
  width: 25px !important;
  height: 100px !important;
}
@media (max-width: 600px) {
  .main-visual__slider .slick-arrow {
    width: 25px !important;
    height: 80px !important;
  }
}
.main-visual__slider .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  opacity: 1 !important;
}
@media (max-width: 1120px) {
  .main-visual__slider .slick-arrow:before {
    bottom: -20px;
  }
}
.main-visual__slider .slick-next:before {
  left: -6px;
}
.main-visual__slider .slick-prev:before {
  left: 6px;
}

/* =================================
おいしさのひみつ
 ================================= */
.top-secret {
  margin: 0 0 24px;
  position: relative;
}
.top-secret__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
@media (max-width: 600px) {
  .top-secret__img {
    width: 75%;
    top: 52%;
  }
}

/* =================================
買い物ガイド
 ================================= */
.top-guide {
  background-image: url(../img/top/top-guide-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 12px;
}
@media (max-width: 820px) {
  .top-guide {
    padding: 24px 12px;
  }
}
.top-guide__inner {
  display: flex;
  gap: 40px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .top-guide__inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 820px) {
  .top-guide__item {
    max-width: 400px;
  }
}

/* =================================
おすすめ商品
 ================================= */
.top-recs {
  padding: 60px 0;
}
@media (max-width: 820px) {
  .top-recs {
    padding: 40px 0;
  }
}
.top-recs__ttl-wrap {
  padding: 0 12px;
}
.top-recs__ttl {
  border-bottom: #177139 solid 1px;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 32px;
  padding: 0 0 16px 60px;
  position: relative;
}
@media (max-width: 820px) {
  .top-recs__ttl {
    padding: 0 0 8px 32px;
    margin: 0 auto 40px;
    font-size: 24px;
  }
}
.top-recs__ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #177139;
  border-width: 31px 0px 0px 15px;
}
.top-recs__btn {
  text-align: center;
  margin: 80px 0 0;
}
@media (max-width: 820px) {
  .top-recs__btn {
    margin: 60px 0 0;
  }
}
.top-recs .slick-track {
  display: flex;
  gap: 18px;
}
@media (max-width: 600px) {
  .top-recs .slick-track {
    gap: 8px;
  }
}
.top-recs .slick-slide {
  height: auto !important;
}
.top-recs .slick-next {
  right: 0 !important;
}
.top-recs .slick-prev {
  left: 0 !important;
}
.top-recs .slick-next:before {
  background: url(../img/top/main-visual-arrow_next.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.top-recs .slick-prev:before {
  background: url(../img/top/main-visual-arrow_prev.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.top-recs .slick-arrow {
  z-index: 2 !important;
  width: 25px !important;
  height: 100px !important;
}
@media (max-width: 600px) {
  .top-recs .slick-arrow {
    width: 25px !important;
    height: 80px !important;
  }
}
.top-recs .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  opacity: 1 !important;
}
@media (max-width: 1120px) {
  .top-recs .slick-arrow:before {
    bottom: -20px;
  }
}
.top-recs .slick-next:before {
  left: -6px;
}
.top-recs .slick-prev:before {
  left: 6px;
}

/* =================================
取り扱い商品
 ================================= */
.top-handling {
  background-image: url(../img/top/top-handling-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 12px;
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .top-handling {
    padding: 40px 12px;
  }
}
.top-handling__ttl-wrap {
  padding: 0 12px;
}
.top-handling__ttl {
  border-bottom: #177139 solid 1px;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 32px;
  padding: 0 0 16px 60px;
  position: relative;
}
@media (max-width: 820px) {
  .top-handling__ttl {
    padding: 0 0 8px 32px;
    margin: 0 auto 40px;
    font-size: 24px;
  }
}
.top-handling__ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #177139;
  border-width: 31px 0px 0px 15px;
}
.top-handling__inner {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.top-handling__item {
  width: calc((100% - 48px) / 3);
  padding: 0 12px;
  margin: 0 0 40px;
}
@media (max-width: 1120px) {
  .top-handling__item {
    width: calc((100% - 24px) / 2);
    max-width: 400px;
  }
}
@media (max-width: 820px) {
  .top-handling__item {
    width: 100%;
    max-width: 400px;
  }
}
.top-handling__img {
  width: 180px;
  margin: 0 auto 24px;
}
@media (max-width: 820px) {
  .top-handling__img {
    margin: 0 auto 12px;
    width: 150px;
  }
}
.top-handling__item-ttl {
  border-bottom: #177139 solid 1px;
  max-width: 800px;
  margin: 0 auto 24px;
  font-size: 24px;
  text-align: center;
  padding: 0 0 12px;
  position: relative;
}
@media (max-width: 820px) {
  .top-handling__item-ttl {
    padding: 0 0 8px;
    margin: 0 auto 12px;
    font-size: 20px;
  }
}
.top-handling__item-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #177139 transparent;
  border-width: 0px 0px 26px 12px;
}
.top-handling__text {
  font-size: 12px;
  margin: 0 0 24px;
  min-height: 80px;
}
@media (max-width: 1120px) {
  .top-handling__text {
    min-height: auto;
  }
}
@media (max-width: 820px) {
  .top-handling__text {
    margin: 0 0 12px;
  }
}
.top-handling__btn {
  text-align: center;
}

/* =================================
footer
 ================================= */
.footer {
  background-color: #f2f2f2;
  padding: 40px 0 0;
  position: relative;
}
@media (max-width: 820px) {
  .footer {
    padding: 0;
  }
}
.footer__top {
  background-color: #fff;
  padding: 80px 12px;
  border-top: #177139 1px solid;
  border-bottom: #177139 1px solid;
}
@media (max-width: 820px) {
  .footer__top {
    padding: 32px 12px;
  }
}
.footer__top-inner {
  display: flex;
  justify-content: center;
}
@media (max-width: 820px) {
  .footer__top-inner {
    flex-direction: column;
    align-items: center;
  }
}
.footer__top-left {
  border-right: #b6b6b6 solid 1px;
  padding: 24px 60px 24px 0;
}
@media (max-width: 820px) {
  .footer__top-left {
    border-right: none;
    padding: 0;
    margin: 0 0 32px;
  }
}
.footer__ttl {
  max-width: 200px;
  display: block;
  margin: 0 0 40px;
}
.footer__tel-text {
  font-size: 12px;
}
.footer__tel-text--top {
  margin: 0 0 0 6px;
}
.footer__tel {
  max-width: 190px;
  display: block;
  margin: 2px 0;
}
.footer__top-right {
  padding: 0 0 0 60px;
  display: flex;
  gap: 40px;
}
@media (max-width: 600px) {
  .footer__top-right {
    flex-direction: column;
    gap: 32px;
    padding: 0;
    width: 85%;
  }
}
.footer__nav-item {
  display: block;
  font-size: 13px;
  margin: 0 0 4px;
}
.footer__nav-item--margin {
  margin: 0 0 32px;
}
.footer__bottom {
  font-size: 12px;
  text-align: center;
  padding: 12px;
}
.footer__go-to-btn {
  width: 60px;
  position: fixed;
  bottom: 30px;
  right: 12px;
}
.footer__go-to-btn--osusume {
  bottom: 100px;
}/*# sourceMappingURL=style.css.map */