/*
 Theme Name:   tamura-shokuhin
 Template:     blankslate
 Version:      1.2.0
*/

* {
  min-width: 0;
  min-height: 0vw;
}

/*改行*/
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.pc {
  display: block;
}
.mb {
  display: none;
}

@media (max-width: 959px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
}
/**/

/*-----------------共通---------------*/
:root {
  --main-font-color: #444;
  --main-font-size: 1.6em;
  --main-font-weight: 300;
  --main-font-family: "Zen Kaku Gothic New", sans-serif;
  --main-line-height: 1.6;
  --main-color: #00a04e;
  --hedding-weight: 600;
  --sub-color: #f1ff4f;
  --green-color01: #61a205;
  --green-color02: #2fa138;
  --green-color03: #61a205;
  --hedding-font: "barlow-semi-condensed", sans-serif;
  --map-color: #8c6239;
  --sub-color: #b7a68f;
  --footer-color: #3f1c00;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--main-font-family);
  color: var(--main-font-color);
  line-height: var(--main-line-height);
  font-weight: var(--main-font-weight);
  margin: 0 !important;
}
a {
  text-decoration: none;
  color: var(--main-font-color);
  font-family: var(--main-font-family);
  padding: 0;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin: 0;
  font-family: var(--main-font-family);
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
p {
  margin: 0;
  font-family: var(--main-font-family);
  padding: 0;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

li {
  list-style: none;
  font-family: var(--main-font-family);
  padding: 0;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
ul {
  padding: 0;
  margin: 0;
}
figure {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
table {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
/* ヘッダー */

/* フッター*/

/* TOPページ */

.main_back {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #735619;
  background-blend-mode: hard-light;
  padding: 10rem 0 0;
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.main_back h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}
.main-img {
  position: relative;
}
.main-img h1 {
  position: absolute;
  bottom: 5%;
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
  left: 29%;
  right: auto;
}
.main-img figure {
  display: flex;
  justify-content: center;
}
.main-img img {
  width: 55%;
  margin: 0 auto;
}

/* コンセプト */
.concept_back {
  background-repeat: no-repeat;
  background-size: cover;
}
.concept_width {
  padding: 8rem 0;
  width: 80%;
  margin: 0 auto;
}
.concept_tate {
  display: flex;
  flex-flow: column;
  gap: 4rem;
}
.concept_100 {
  display: flex;
  justify-content: center;
}
.concept_100-img {
  width: 40%;
}
.concept_100-img img {
  width: 100%;
}
.concept_headding h3 {
  text-align: center;
  font-size: 3rem;
  color: var(--green-color01);
}
.concept_text p {
  text-align: center;
}
.concept_thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.concept_thumbnail-haco {
  width: 13%;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.concept_slider {
  width: 80%;
  margin: 0 auto;
}
.concept_product {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
.concept .slick-next:before {
  content: "▶︎";
  color: var(--green-color01);
  border: solid;
  line-height: 0;
  padding: 0.8rem;
  font-size: 1.5rem;
}
.concept .slick-prev:before {
  content: "◀︎";
  color: var(--green-color01);
  border: solid;
  line-height: 0;
  padding: 0.8rem;
  font-size: 1.5rem;
}
.concept .slick-prev {
  left: -67px;
}

.concept_thumbnail .slick-current {
  opacity: 1;
}
.concept_thumbnail-haco:hover {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.kikurage_back {
  background-size: cover;
  background-repeat: no-repeat;
}
.kikurage_width {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
}
.kikurage_yoko {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.kikurage_left {
  flex-basis: 35%;
}
.kikurage_right {
  flex-basis: 65%;
}
.kikurage-table {
  margin-top: 2rem;
  width: -webkit-fill-available;
}
.kikurage_right h3 {
  font-size: 2.5rem;
}
.kikurage_right p {
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
.kikurage-table th,
.kikurage-table td {
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
}
.kikurage-table th {
  background-color: var(--green-color01);
  color: #fff;
  flex-basis: 30%;
}
.kikurage-table td {
  background-color: #fff;
  flex-basis: 70%;
}
.kikurage-table tbody {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.kikurage-table tr {
  display: flex;
  gap: 0.5rem;
}

/* プライバシーポリシー */
.privacy-policy_width {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
}
.privacy-policy-tate {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
.privacy-policy-hedding_haco {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.privacy-policy-hedding_haco h4 {
  font-size: 1.4rem;
  font-weight: 600;
}
.privacy-policy_content {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
.privacy-policy-info {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.privacy-policy-info h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.feature_width {
  width: 80%;
  margin: 0 auto;
  padding: 8rem 0;
}
.feature_tate {
  display: flex;
  flex-flow: column;
  gap: 4rem;
}
.feature_headding {
  text-align: center;
}
.feature_headding h2 {
  color: var(--green-color01);
  font-size: 3rem;
}
.feature_detail {
  display: flex;
  gap: 5rem;
  align-items: center;
}
.deature_detail-left_top {
  display: flex;
  flex-flow: column;
  gap: 0.2rem;
}
.deature_detail-left_top figure {
  width: 30%;
}
.deature_detail-left_top h1 {
  font-size: 2rem;
  color: var(--green-color02);
}
.deature_detail-left {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.deature_detail-right {
  position: relative;
}
.deature_detail-img {
  line-height: 0;
  border-radius: 15px;
}
.deature_detail-img img {
  border-radius: 15px;
  aspect-ratio: 4 / 4;
  object-fit: cover;
}
.deature_detail-right-wasabi {
  position: absolute;
  bottom: -13%;
  left: -18%;
  line-height: 0;
  width: 50%;
}
.deature_detail-right-text {
  position: absolute;
  bottom: -7%;
  right: -7%;
  background: var(--green-color01);
  color: #fff;
  font-weight: 600;
  border-radius: 50vh;
  padding: 1.8rem 0.7rem;
  line-height: 1.3;
  font-size: 0.9rem;
}
.feature_feature-yoko {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.feature_feature-left_yoko {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.feature_feature-left_yoko figure {
  width: 5%;
}
.feature_feature-left_yoko h2,
.feature_feature-left_yoko p {
  font-size: 2rem;
  color: var(--green-color02);
}
.feature_feature-left_yoko p {
  font-weight: 600;
}
.feature_feature-left {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 1.5rem;
}
.feature_haco02 .feature_feature-left {
  order: 1;
}
.feature_haco02 .feature_feature-right {
  order: 0;
}
.feature_feature {
  display: flex;
  flex-flow: column;
  gap: 4rem;
}
.feature_feature-left_top {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.feature_feature-left_top h4 {
  color: var(--green-color01);
  font-size: 1.3rem;
}

.wasabi_back {
  background: var(--green-color01);
}
.wasabi_width {
  width: 80%;
  margin: 0 auto;
  padding: 8rem 0;
}
.wasabi_heading h2 {
  font-size: 3rem;
  color: #fff;
}
.wasabi_heading .wasabi_heading-Ja {
  font-size: 2.5rem;
  font-weight: 200;
}
.wasabi_tate {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
.wasabi_discription-left {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.wasabi_discription-left_heading {
  display: flex;
  align-items: center;
  color: #fff;
}
.wasabi_discription-left_heading figure {
  width: 5%;
}
.wasabi_discription-left_heading span {
  font-size: 1.8rem;
  font-weight: 600;
}
.wasabi_discription-left_text {
  color: #fff;
}
.wasabi_discription-left_yoko {
  display: flex;
  gap: 2rem;
}
.wasabi_discription-left_img img {
  aspect-ratio: 4/2;
  object-fit: cover;
  height: -webkit-fill-available;
}
.wasabi_discription {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
.wasabi_center {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.wasabi_center figure {
  position: relative;
  flex-basis: 30%;
}
.wasabi_center p {
  color: #fff;
  flex-basis: 70%;
}
.wasabi_recipe-width {
  padding: 3rem;
}
.wasabi_recipe-back {
  background: var(--sub-color);
  border-radius: 10px;
}
.wasabi_recipe-heading h3 {
  color: #fff;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  font-size: 1.8rem;
}
.wasabi_recipe-yoko {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.wasabi_recipe-yoko figure {
  background: #fff;
  padding: 0.7rem;
  line-height: 0;
  position: relative;
}
.wasabi_recipe-yoko figure p {
  position: absolute;
  bottom: 9%;
  left: 5%;
  font-weight: 600;
  background-color: var(--green-color02);
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.3rem 0.5rem;
}
.wasabi_recipe-heading figure {
  width: 5%;
}
.wasabi_recipe-tate {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.process_back {
  background-repeat: no-repeat;
  background-size: cover;
}
.process_width {
  margin: 0 auto;
  padding: 8rem 0;
}

.contact_back {
  background-color: #00000061;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color;
  background-position: center;
}
.contact_width {
  width: 40%;
  margin: 0 auto;
  padding: 8rem 0;
}
.contact_tate {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.contact_heading h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}
.contact_form-width {
  padding: 4rem;
  background: #61a205c2;
  border-radius: 15px;
}
.process_heading {
  width: 80%;
  margin: 0 auto;
}
.process_heading h2 {
  font-size: 3rem;
  color: var(--green-color01);
}
.process_tate {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
.process_back {
  background-repeat: no-repeat;
  background-size: cover;
}
.process_text {
  line-height: 1.7;
  width: 80%;
  margin: 0 auto;
}
.process-slider-haco {
  background: #b7a68f;
  padding: 3rem;
  border-radius: 6vh;
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
.process-slider-haco h6 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-top: 2rem;
}
/*カルーセル*/
.process .service_fadeLeft {
  animation-name: ServicefadeLftAnime;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes ServicefadeLftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeftTrigger {
  opacity: 0;
}
.process .inner {
  margin: auto 0 0 auto;
  width: 90%;
}
.process .lineup {
  position: relative;
}
.process .slick-list {
  overflow: hidden;
}
.lineup-carousel li {
  text-align: center;
  margin-right: 24px;
}
.process-slider-haco1 {
  animation-delay: 0.4s;
}
.process-slider-haco2 {
  animation-delay: 0.8s;
}
.process-slider-haco3 {
  animation-delay: 1.2s;
}
.process-slider-haco4 {
  animation-delay: 1.6s;
}
.lineup-carousel li {
  text-align: center;
  margin-right: 24px;
}
.process .slick-nav-arrows {
  position: absolute;
  bottom: -50px;
  right: 5%;
}
.process .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.process .slick-next {
  right: 0;
}
.process .slick-next:before,
.process .slick-prev:before {
  content: "▶︎";
  background: #b7a68f;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1rem;
}
.process .slick-prev {
  left: -6.8rem;
}
.process .slick-prev:before {
  content: "◀︎";
}
.process .slick-slide {
  width: 300px !important;
  margin-right: 2.5rem;
}

/* コンタクトフォーム */
.contact-form__item {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.contact-form__item-head {
  color: #fff;
  flex-basis: 40%;
}
.contact-form__inputs {
  line-height: 1;
  width: -webkit-fill-available;
}
.contact-form__inputs input {
  padding: 0.5rem;
  border: none;
  border-radius: 3px;
  width: -webkit-fill-available;
}
.contact-form__inputs textarea {
  padding: 0.5rem;
  border: none;
  border-radius: 3px;
  width: -webkit-fill-available;
}
.contact-form {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.c-container-button {
  margin-top: 3rem;
}
.c-container-button {
  text-align: center;
}
.c-container-button input {
  background: #3f1c00;
  color: #fff;
  text-align: center;
  width: 80%;
  padding: 0.8rem;
  border: none;
  border-radius: 50vh;
}
.c-container-button span {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #fafa00;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: initial;
  color: #fff;
  background: #f00;
  border: none;
  line-height: 1.3;
  padding: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
  background: #46b450;
}

/* フッター */
.footer_back {
  background: #3f1c00;
}
.footer_width {
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0;
}
.footer_tate {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.footer_info {
  color: #fff;
}
.footer_info a {
  color: #fff;
}
.footer_logo {
  width: 20%;
}
.footer_heading h4 {
  color: #fff;
  font-size: 1.4rem;
}
.copyright {
  text-align: center;
}
.copyright p {
  text-align: center;
}

/* ヘッダー */
#siteHeader {
  position: fixed;
  top: 0;
  padding: 2rem;
  width: -webkit-fill-available;
  z-index: 100;
}
.header_yoko {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  width: 25%;
}
button {
  cursor: pointer;
}
.SiteHeader_NavButton {
  color: #fff;
  transition: all 0.3s;
  background: none;
  border: none;
  padding: 0;
  font-size: 2rem;
}
.header_menu-button {
  line-height: 0;
}
.SiteHeaderMenu-Mob.-is-visible {
  display: block;
  transform: translateX(0%);
  transition: 0.4s;
}
.sp_header-nav {
  display: none;
  transform: translateX(0%);
  transition: 0.4s;
  position: fixed;
  z-index: 10;
  z-index: 10000;
  height: 100vh;
  background-color: #ffffffd6;
  top: 0;
  width: -webkit-fill-available;
}
.HBM_yoko {
  display: flex;
  height: -webkit-fill-available;
}
.HBM_left {
  flex-basis: 50%;
  position: relative;
}
.HBM_left figure {
  height: 100%;
}
.HBM_left figure img {
  height: 100%;
  object-fit: cover;
}
.HBM_right {
  flex-basis: 50%;
  padding: 2rem;
}
.HBM_right-width {
  height: 100%;
}
.HBM_right-tate {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.SiteHeader_NavButton-Close {
  position: relative;
  background: none;
  color: #000;
  display: flex;
  justify-content: end;
  width: 2rem;
  font-size: 2rem;
  top: 0;
  right: 0;
  margin-left: auto;
  border: 0;
  transition: 0.4s;
}
.SiteHeader_NavButton-Close i {
  color: var(--main-color);
}

.HBM_right-button_haco .HBM_right-button {
  background-image: linear-gradient(140deg, #00a04ec4, var(--main-color));
  border-radius: 45px;
  padding: 1.2rem 1.5rem;
  color: #fff;
  font-weight: var(--hedding-weight);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-position: 100% 51%;
  transition: 0.3s ease-out;
  background-size: 200%;
  box-shadow: 1px 1px 9px #0000003b;
}
.HBM_right-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}
.HBM_right-map iframe {
  height: auto;
  aspect-ratio: 3 / 1.6;
  width: 100%;
}
.HBM_left-logo {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
}
.HBM_left figure {
  height: 100%;
}
.HBM_left figure img {
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}
.HBM_right-menu {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1.2rem;
}
.HBM_right-menu-list a {
  padding: 0 0.5rem;
  position: relative;
}
.HBM_right-menu-list a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--main-color);
  bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.HBM_right-menu-list a:hover::after {
  visibility: visible;
  bottom: 0px; /*アニメーションが止まる位置*/
  opacity: 1;
}
.HBM_right-info-text {
  font-weight: 600;
}
.HBM_right-button_haco .HBM_right-button:hover {
  opacity: 0.9;
  background-position: 25% 50%;
}

/*以下よりスクロールアニメーション*/
.fadeUp {
  animation-name: costcutfadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes costcutfadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* process card 横からアニメーション */
.service_fadeLeft {
  animation-name: ServicefadeLftAnime;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes ServicefadeLftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeftTrigger {
  opacity: 0;
}

.facility-slider-haco1 {
  animation-delay: 0.4s;
}
.facility-slider-haco2 {
  animation-delay: 0.8s;
}
.facility-slider-haco3 {
  animation-delay: 1.2s;
}
.facility-slider-haco4 {
  animation-delay: 1.6s;
}
.facility-slider-haco5 {
  animation-delay: 2s;
}
.facility-slider-haco6 {
  animation-delay: 2.4s;
}

/* 以下よりレスポンシブ */

@media (max-width: 767px) {
  /* ヘッダー */
  #siteHeader {
    padding: 0.8rem;
  }
  .SiteHeader_NavButton {
    font-size: 1.5rem;
  }
  .header_logo {
    width: 65%;
  }
  .header_left {
    flex-basis: 50%;
  }

  /* メインページ */
  .main_back {
    background-position: 38% 50%;
  }
  .main_back h2 {
    font-size: 1.8rem;
  }
  .main-img img {
    width: 95%;
  }
  .main-img h1 {
    bottom: 5%;
    font-size: 3rem;
    left: 10%;
  }
  .concept_width {
    padding: 5rem 0;
    width: 90%;
    margin: 0 auto;
  }
  .concept_100-img {
    width: 90%;
  }
  .concept_tate {
    gap: 1.5rem;
  }
  .concept_headding h3 {
    font-size: 1.6rem;
  }
  .concept_product {
    gap: 1rem;
  }
  .concept_thumbnail {
    gap: 0.5rem;
    justify-content: center;
  }
  .concept_thumbnail-haco {
    width: 23%;
    gap: 1rem;
  }
  .concept .slick-next:before {
    padding: 0.4rem;
    font-size: 0.7rem;
  }
  .concept .slick-prev:before {
    padding: 0.4rem;
    font-size: 0.7rem;
  }
  .slick-next {
    right: -2%;
  }
  .concept .slick-prev {
    left: -5%;
    z-index: 100;
  }
  .concept_thumbnail-haco figure {
    line-height: 1;
  }
  .kikurage_width {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .kikurage_yoko {
    gap: 1rem;
    flex-flow: column;
  }
  .kikurage-img {
    width: 60%;
    margin: 0 auto;
  }
  .kikurage_right h3 {
    font-size: 2rem;
    text-align: center;
  }
  .kikurage_right p {
    font-size: 1.1rem;
  }
  .kikurage-table th,
  .kikurage-table td {
    padding: 0.3rem 1rem;
    font-size: 1rem;
  }
  .feature_width {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .feature_headding h2 {
    font-size: 1.8rem;
  }
  .feature_tate {
    gap: 2rem;
  }
  .feature_detail {
    gap: 3rem;
    flex-flow: column;
  }
  .deature_detail-right {
    order: 0;
  }
  .deature_detail-left {
    order: 1;
  }
  .deature_detail-right-text {
    bottom: -14%;
    right: -3%;
    padding: 3rem 0.7rem;
    font-size: 0.9rem;
  }
  .deature_detail-left_top h1 {
    font-size: 1.7rem;
  }
  .deature_detail-left {
    gap: 1rem;
  }
  .feature_feature-yoko {
    gap: 0rem;
    flex-flow: column;
  }
  .feature_feature-right {
    order: 0;
  }
  .feature_feature-left {
    order: 1;
  }
  .feature_feature-img {
    width: 80%;
    margin: 0 auto;
  }
  .feature_feature-left_yoko figure {
    width: 10%;
    line-height: 1;
  }
  .wasabi_width {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .wasabi_tate {
    display: flex;
    flex-flow: column;
    gap: 2rem;
  }
  .wasabi_heading h2 {
    font-size: 1.8rem;
    color: #fff;
  }
  .wasabi_heading .wasabi_heading-Ja {
    font-size: 1.4rem;
    font-weight: 200;
  }
  .wasabi_discription {
    gap: 2rem;
    flex-flow: column;
  }
  .wasabi_discription-right {
    order: 0;
  }
  .wasabi_discription-left {
    order: 1;
  }
  .wasabi_discription-left_heading span {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .wasabi_discription-left_heading figure {
    width: 18%;
  }
  .wasabi_discription-left {
    gap: 1rem;
  }
  .wasabi_discription-left_yoko {
    display: flex;
    gap: 1rem;
  }
  .wasabi_center {
    display: flex;
    gap: 1em;
    flex-flow: column;
  }
  .wasabi_center figure {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .wasabi_recipe-width {
    padding: 1rem;
  }
  .wasabi_recipe-heading h3 {
    font-size: 1.4rem;
  }
  .wasabi_recipe-heading figure {
    width: 8%;
  }
  .wasabi_recipe-yoko {
    display: flex;
    gap: 1.5rem;
    flex-flow: column;
  }
  .process_width {
    margin: 0 auto;
    padding: 5rem 0 10rem;
  }
  .process_heading h2 {
    font-size: 2rem;
  }
  .process_heading {
    width: 90%;
    margin: 0 auto;
  }
  .process_text {
    width: 90%;
  }
  .process_tate {
    gap: 1.5rem;
  }
  .contact_width {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .contact_heading h2 {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
  }
  .contact_form-width {
    padding: 2rem 1rem;
  }
  .contact-form__item {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    justify-content: space-between;
    flex-flow: column;
  }
  .contact-form__inputs input {
    width: -webkit-fill-available;
  }
  .c-container-button {
    margin-top: 2rem;
  }
  .wasabi_discription-img {
    width: 80%;
    margin: 0 auto;
  }
  .process-slider-haco {
    padding: 2rem;
    border-radius: 5vh;
  }
  .concept_slider {
    width: 95%;
    margin: 0 auto;
  }
  .process .slick-slide {
    width: 250px !important;
    margin-right: 2rem;
  }
  .process-slider-haco h6 {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    margin-top: 0.5rem;
  }
  .process-slider-haco figure {
    width: 90%;
    margin: 0 auto;
  }

  /* プラポリ */
  .privacy-policy_width {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .privacy-policy-hedding_haco h4 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .privacy-policy-info h2 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  /* フッター */
  .footer_width {
    width: 90%;
    padding: 2rem 0;
  }
  .footer_heading h4 {
    color: #fff;
    font-size: 1.2rem;
  }
  .footer_logo {
    width: 35%;
  }
  .footer_tate {
    gap: 1rem;
  }
  .copyright p {
    text-align: center;
    font-size: 0.8rem;
  }
  /* ヘッダー */
  .HBM_left {
    display: none;
  }
  .HBM_yoko {
    display: block;
    height: -webkit-fill-available;
  }
  .HBM_right {
    padding: 1rem;
    height: -webkit-fill-available;
  }
  .HBM_right-tate {
    gap: 1rem;
  }
  .HBM_right-info {
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
  }
  .HBM_right-menu {
    font-size: 1.2rem;
    flex-flow: initial;
    flex-wrap: wrap;
  }
  .HBM_right-menu li {
    width: 48%;
  }
  .HBM_right-info_left {
    width: -webkit-fill-available;
  }
}
