@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@600&family=Zen+Antique&display=swap";
#warrper {
  max-width: 1370px;
  margin: auto;
  background: #fbfbfb;
  overflow: hidden;
}
.container {
  max-width: 1050px;
}
body,
p {
  font-family: "Noto Sans JP", sans-serif;
  color: #302211;
}
img {
  max-width: 100%;
  height: auto;
}
.yugoyhic-m {
  font-family: "Yu Gothic Pr6N M";
}
h3 {
  font-family: "Noto Sans JP", sans-serif;
}
a {
  text-decoration: none;
  color: #d6b24d;
  transition-duration: 0.5s;
}
a:hover {
  color: #fff;
  transition-duration: 0.5s;
}
.noto-serif {
  font-family: "Noto Serif JP", serif;
}
.btn-buy {
  padding-top: 10px;
  text-align: center;
}
.btn-buy a {
  display: inline-block;
  color: #fff;
  background: #762c11;
  height: 50px;
  width: 350px;
  line-height: 51px;
  transition-duration: 0.5s;
  border-radius: 70px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  font-family: "Noto Serif JP", serif;
  max-width: 100%;
}
.btn-buy a:hover {
  color: #762c11;
  text-decoration: none;
  background: #3c230a;
  transition-duration: 0.5s;
}
.btn-buy a .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.disabled {
  background: #666 !important;
  border-color: #666 !important;
  color: #fff !important;
  cursor: no-drop !important;
  position: relative;
}
.disabled::before {
  content: "coming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background: rgba(255, 0, 0, 0.65);
  font-size: 12px;
  letter-spacing: 1px;
  padding: 2px 5px 5px;
  line-height: initial;
  z-index: 9;
}
.furusato {
  margin: clamp(60px, 10vw, 100px) 0;
}
.furusato .row {
  justify-content: center;
}
.furusato .text-24 {
  font-size: clamp(14px, 2.4vw, 24px);
}
.furusato a:hover {
  opacity: 0.8;
}
.text-16 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
}
.text-18 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.36px;
}
.text-20 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2.42px;
}
.text-21 {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 1.57px;
}
.text-25 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1.88px;
}
.text-30 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 2.25px;
}
.text-36 {
  font-size: 36px;
  line-height: 43.2px;
  letter-spacing: 4.36px;
}
.text-40 {
  font-size: 40px;
  line-height: clamp(50px, 6vw, 60px);
}
.text-65 {
  font-size: 65px;
  line-height: clamp(50px, 6vw, 60px);
  letter-spacing: 2px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pt-150 {
  padding-top: 150px;
}
.text-green {
  color: #267238;
}
.text-brown {
  color: #302211;
}
.vertical-text {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  justify-content: center;
}
.zen-font {
  font-family: "Zen Antique", serif;
}
.banner {
  background: no-repeat center/cover url(../images/fv-pc.png);
  position: relative;
}
.banner .menu-top {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
.banner .menu-top .title {
  text-align: left;
  padding-left: 145px;
}
.banner .menu-top .contact {
  text-align: right;
  padding: 10px 30px;
  background-color: #276238;
}
.banner .menu-top .contact .mail {
  margin-right: 30px;
}
.banner .menu-top .contact a {
  color: #fff;
}
.banner .menu-top .contact a:hover {
  color: #ff9d00;
}
.banner-line {
  margin-bottom: -30px;
}
.banner .banner-slogan h2 {
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.8);
}
.about .text-21 {
  line-height: 40px;
}
.namba h2 {
  padding-bottom: 30px;
}
.namba .text-green {
  text-align: center;
  padding: 10px;
}
.namba .text-16 {
  line-height: 35px;
}
.namba .top {
  position: relative;
}
.namba .top .number {
  position: absolute;
  top: -40px;
  left: -20px;
}
.recipe-title {
  line-height: 35px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 912px) {
  .namba .top .number {
    left: -7px;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
  .about .nouensan {
    text-align: center;
    margin-bottom: 30px;
  }
  .about h2 {
    text-align: center;
  }
  .namba .col-12 {
    width: 50%;
    padding: 0 20px;
  }
  .namba .box-02 {
    padding-bottom: 50px;
  }
  .recipe h2 {
    padding-bottom: 30px;
  }
  .recipe .col-12 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .recipe .col-12 {
    width: 100%;
  }
  .recipe .recipe-content {
    padding-top: 30px;
  }
}
@media (max-width: 560px) {
  .banner .title-top {
    padding-top: 40px;
  }
}
@media (max-width: 540px) {
  .namba .col-12 {
    width: 100%;
    padding-bottom: 50px;
  }
  .namba .top .wl-100 {
    width: 100%;
  }
  .namba .top .number {
    left: -10px;
  }
}
@media (max-width: 375px) {
  .text-40 {
    font-size: 26px !important;
  }
}
.color-red {
  color: red;
}
.text-50 {
  font-size: 50px;
  line-height: 85px;
  letter-spacing: 2.5px;
}
.commitment {
  padding: 100px 30px 0;
}
.commitment h2 {
  text-align: center;
  margin-bottom: 70px;
}
.commitment .text-16 {
  line-height: 35px;
}
.commitment .moreView {
  text-align: right;
}
.commitment .moreView a {
  position: relative;
  color: #392628;
  padding-bottom: 5px;
}
.commitment .moreView a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 1px;
  background: #392628;
}
.commitment .moreView a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -17px;
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #392628;
}
.commitment .moreView a:hover {
  color: #b91c17;
  font-weight: bold;
}
.commitment .moreView a:hover::before {
  left: 10px;
  background: #b91c17;
}
.commitment .moreView a:hover::after {
  right: -27px;
  background: #b91c17;
}
.product-list {
  padding: 100px 15px 150px;
}
.product-list h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #267238;
}
.product-list h3,
.product-list h4 {
  font-family: "Yu Gothic Pr6N B";
}
.product-list .img-top {
  margin-bottom: 20px;
}
.product-list .img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list .row {
  justify-content: center;
  row-gap: 20px;
}
.product-list .btn-buy a {
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 21px;
  background: #b91c17;
  letter-spacing: 1px;
  font-family: "Yu Gothic Pr6N M";
}
.product-list .btn-buy a:hover {
  background: #267238;
  color: #fff;
}
.product-list .btn-buy a .fa-shopping-cart {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.product-list .btn-buy a .fa-caret-right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.product-list .btn-buy a:hover {
  color: #fff;
  background: #267238;
}
.product-list .btn-buy .furusato {
  background: #ff9d00;
  margin-top: 10px;
  pointer-events: none;
}
.product-list .btn-buy .satofuru {
  background: #9a5a24;
  margin-top: 10px;
}
.contact-end {
  padding: 95px 15px;
  background: #333;
}
.contact-end h2,
.contact-end a,
.contact-end p {
  color: #fff;
}
.contact-end .text-16 {
  font-weight: 400;
}
.contact-end .text-40 {
  font-family: "Noto Serif JP", serif;
}
.contact-end .contact-main {
  width: 280px;
  padding: 10px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  transition-duration: 0.5s;
  margin-top: 40px;
  max-width: 100%;
  letter-spacing: 2px;
}
.contact-end .contact-main:hover {
  transition-duration: 0.5s;
  background-color: #fff;
  color: #000;
}
footer {
  background: #267238;
  padding: 20px 15px;
  text-align: center;
}
footer p {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 820px) {
  .product-list .box-prd {
    width: 50%;
    margin-top: 10px;
  }
  .text-40 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .text-21 {
    font-size: 16px;
  }
  .text-50 {
    font-size: 30px;
  }
  .commitment {
    padding: 60px 15px;
  }
  .commitment .content-text {
    margin-top: 30px;
  }
  .commitment .text-16 {
    line-height: 40px;
  }
  .contact-end {
    text-align: center;
  }
  .contact-end .contact-main {
    margin: 40px auto 0;
  }
  .product-list {
    padding: 60px 15px 100px;
  }
}
@media (max-width: 640px) {
  .product-list .box-prd {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
.commitment .container + .container {
  margin-top: 30px;
}
.product-list .btn-buy .furusato.product-btn {
  margin-bottom: 10px;
}
.col-lg-6.col-md-12.mb-4 {
  position: relative;
}
.fususato__disabled {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------
  Form Parts
----------------------------------------*/
/*各フォーム部品の基本スタイルを上書きします*/
input:is(
    [type="text"],
    [type="email"],
    [type="tel"],
    [type="url"],
    [type="search"]
  ),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid #ccc;
  font-size: 16px;
}

input:is([type="number"], [type="password"]) {
  width: 100%;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid;
  font-size: 16px;
}

/*フォーカス時*/
input:is(
    [type="text"],
    [type="email"],
    [type="tel"],
    [type="url"],
    [type="search"],
    [type="number"],
    [type="password"]
  ):focus,
textarea:focus,
select:focus {
  outline: 2px solid rgb(77, 144, 254);
}

/*エラー時*/
.is-error
  input:is(
    [type="text"],
    [type="email"],
    [type="tel"],
    [type="url"],
    [type="number"],
    [type="password"]
  ),
.is-error textarea,
.is-error select,
.is-error .select-wrap {
  color: red;
  border-color: red;
}

/* placeholder */
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}

/*select
--------------------------*/
.c-form__select-box {
  position: relative;
}
.c-form__select-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: 45deg;
  pointer-events: none;
}
/*----------------------------------------
  contact
----------------------------------------*/
.p-contact {
  /* padding-block: clamp(1.25rem, 0.6232142857rem + 2.8571428571vw, 3.125rem); */
}

.p-contact__inner {
  background: var(--c-background);
  /* padding-block: clamp(3.125rem, 2.0803571429rem + 4.7619047619vw, 6.25rem); */
  padding-bottom: 50px;
}

.form__wrap {
  max-width: 600px;
  margin: 0 auto;
}

.p-contact__title {
  font-size: 36px;
  /* font-weight: bold; */
  color: #267238;
  text-align: center;
  margin-bottom: 20px;
}

.p-contact__text {
  font-size: 16px;
  text-align: center;
  color: var(--c-text);
  text-wrap: balance;
  word-break: auto-phrase;
}

/* form */
.form__wrap {
  margin-top: 50px;
  padding-inline: 20px;
}

.form__table {
  width: 100%;
}

.form__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.form__label {
  font-size: 18px;
  font-weight: normal;
  color: var(--c-text);
  text-align: left;
}

.form__label .required {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  background: #c00000;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
}

.form__button {
  text-align: center;
  margin-top: 50px;
}

.form__privacy-link {
  margin-top: 10px;
}
.form__privacy-link a {
  color: var(--c-text);
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
}

.form__privacy {
  /* margin-top: 20px; */
}

.form__privacy-text {
  /* margin-top: 20px; */
  /* color: var(--c-text); */
  font-size: 16px;
}

.c-btn_submit {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #267238;
  width: min(200px, 100%);
}

/*----------------------------------------
  p-privacy
----------------------------------------*/
.p-privacy {
  padding-block: 50px;
}

.p-privacy__inner {
  padding-block: 50px;
  background: #efefef;
}

.p-privacy__title {
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
}

.p-privacy__list {
  padding-top: 30px;
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 40px 20px;
}

.p-privacy__item {
  margin-bottom: 40px;
}

.p-privacy__item-title {
  font-size: 18px;
  /* font-weight: 700; */
}

.p-privacy__sub-list {
  list-style: none;
  padding-left: unset;
}

/*----------------------------------------
  p-thanks
----------------------------------------*/
.p-thanks__inner {
  padding-block: 200px;
  padding-inline: 20px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.p-thanks__title {
  font-size: clamp(1.125rem, 0.8742857143rem + 1.1428571429vw, 1.875rem);
  line-height: 1.5;
  text-wrap: balance;
  word-break: auto-phrase;
}

.p-thanks__text {
  font-size: 16px;
  line-height: 1.5;
  text-wrap: balance;
  word-break: auto-phrase;
}
.c-btn_thanks {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #267238;
  background: #fff;
  border: 2px solid #267238;
}
/*----------------------------------------
  note
----------------------------------------*/
.note {
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
  word-break: keep-all;
  @media (max-width: 767px) {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
