@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
}

p {
  font-size: 16px;
}
@media (min-width: 767px) {
  p {
    font-size: 21px;
  }
}

.post_content li {
  font-size: 15px;
}
@media (min-width: 767px) {
  .post_content li {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit !important;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.d-ib {
  display: inline-block;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}

@media (min-width: 959px) {
  .tab {
    display: none;
  }
}

.about_text p,
.features-card__item-text p,
.safety_text p {
  margin-bottom: 1rem;
}

.top #content {
  padding-top: 0 !important;
  margin-bottom: 0;
}

.top .l-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.title {
  font-family: "hiragino-mincho-pron", sans-serif;
}

.title_en {
  text-align: center;
  text-transform: uppercase;
  color: #795828;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
}

.title_jp {
  text-align: center;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: 2px;
}

.about .title_en {
  text-align: left;
}
.about .title_jp {
  text-align: left;
  font-size: clamp(32px, 2.9861111111vw, 43px);
}
.about .title_jp .under-line {
  border-bottom: 1px solid #000;
}
.about .title_jp .small {
  font-size: clamp(24px, 2.2222222222vw, 32px);
}

.safety_title .title_jp {
  font-size: clamp(30px, 3vw, 36px);
}

@media (max-width: 767px) {
  .title_en {
    font-size: 12px;
  }
  .title_jp {
    font-size: 24px;
  }
  .about .title_en {
    text-align: left;
  }
  .about .title_jp {
    text-align: left;
    font-size: 36px;
  }
  .about .title_jp .under-line {
    border-bottom: 1px solid #000;
  }
  .about .title_jp .small {
    font-size: 27px;
  }
  .safety_title .title_jp {
    font-size: clamp(20px, 1.5277777778vw, 24px);
  }
}
.btn a {
  display: block;
  width: 100%;
  max-width: 354px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "hiragino-mincho-pron", sans-serif;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  padding: 16px 100px 16px 24px;
  background: #F5F3EC;
  position: relative;
}
.btn a::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 24px;
  translate: 0 50%;
  width: 52px;
  height: 5px;
  border-bottom: 1px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: skew(60deg);
          transform: skew(60deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn a:hover::after {
    right: 14px;
  }
}

.faq__button {
  width: 100%;
  max-width: 354px;
  margin-inline: auto;
  margin-top: 70px;
}
.faq__button a {
  color: #FFFFFF !important;
  background: #B29457;
}
.faq__button a::after {
  border-bottom: 1px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.wp-block-button a {
  border-radius: 0 !important;
  display: block;
  width: 100%;
  max-width: 354px;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "hiragino-mincho-pron", sans-serif;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  padding: 16px 100px 16px 24px;
  background: #000000;
  color: #FFFFFF !important;
  position: relative;
}
.wp-block-button a::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 24px;
  translate: 0 50%;
  width: 52px;
  height: 5px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: skew(60deg);
          transform: skew(60deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .wp-block-button a:hover::after {
    right: 14px;
    opacity: 1 !important;
  }
}

.p-breadcrumb {
  margin-top: 60px !important;
}

.page .p-breadcrumb {
  display: none;
}

@media (max-width: 959px) {
  .p-breadcrumb {
    margin-top: 96px !important;
  }
}
.c-categoryList__link {
  color: #fff !important;
}

@media (max-width: 767px) {
  .btn a {
    width: 100%;
    padding: 12px 24px;
    font-size: clamp(14px, 4.5333333333vw, 17px);
  }
  .btn a::after {
    right: 14px;
    width: clamp(30px, 13.8666666667vw, 60px);
  }
  .faq__button {
    margin-top: 50px;
  }
}
header,
.l-fixHeader {
  height: 93px;
}

.l-header__inner,
.l-fixHeader__inner {
  height: 100%;
}

.l-header__gnav {
  padding-right: 30px;
}

.c-headLogo,
.l-fixHeader__logo {
  margin-top: -10px !important;
}

.c-headLogo__link {
  margin-top: -10px !important;
  width: 170px !important;
  height: 140px !important;
  padding-left: 30px !important;
}

.c-gnav .menu-item a {
  padding: 0 16px !important;
}
@media (any-hover: hover) {
  .c-gnav .menu-item a:hover {
    opacity: 0.7;
  }
}

.c-gnav .menu-item .ttl {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-size: 21px !important;
}

.p-spHeadMenu {
  display: none !important;
}

.p-spMenu__nav a::before {
  display: none !important;
}

@media (max-width: 959px) {
  header {
    height: 56px;
  }
  .l-header__logo img {
    width: 170px;
    height: 140px;
  }
  .c-headLogo__link {
    padding-left: 0px !important;
  }
  .l-header__menuBtn {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .l-header .l-header__logo h1 {
    padding-top: 0 !important;
  }
  .l-header__logo img {
    width: clamp(118px, 34.1333333333vw, 158px);
    height: clamp(100px, 29.3333333333vw, 140px);
  }
  .c-headLogo__link {
    padding-left: 0px !important;
    padding-top: 14px !important;
  }
}
.l-footer__foot {
  padding-block: 50px 30px !important;
}

.l-footer__nav li a {
  border: none !important;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.footer_name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
}

.footer_address {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
}
.footer_tel {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

.footer_mail {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

.copyright {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__nav li a {
    font-size: 16px;
  }
  .footer_name {
    font-size: 18px;
    margin-top: 24px;
  }
  .footer_address {
    font-size: 16px;
    margin-top: 18px;
  }
  .footer_tel {
    font-size: 16px;
    margin-top: 18px;
  }
  .footer_mail {
    font-size: 16px;
  }
}
/* ================================
   トップページ
=============================== */
.fv {
  background: url(../img/fv.webp) no-repeat center center/cover;
  height: calc(100vh - 93px);
  max-height: 640px;
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 30px;
}

.fv_text {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  background: -webkit-gradient(linear, left top, right top, from(#e2b75f), to(#eddaa9));
  background: linear-gradient(90deg, #e2b75f 0%, #eddaa9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 160%; /* 76.8px */
  letter-spacing: 3.84px;
}

.fv__button {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .fv {
    height: calc(var(--vh, 1vh) * 100 - 56px);
  }
  .fv__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 126px;
    padding-bottom: 53px;
  }
  .fv_text {
    font-size: clamp(28px, 6.4vw, 48px);
    line-height: 160%; /* 51.2px */
    letter-spacing: 1.75px;
  }
}
@media screen and (max-width: 575px) {
  .fv {
    background: url(../img/fv-sp.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 374px) {
  .fv__inner {
    padding-top: 100px;
  }
  .fv_text {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 160%; /* 51.2px */
    letter-spacing: 1.75px;
  }
}
.about {
  background: #F5F3EC;
  padding-top: 84px;
  padding-bottom: 140px;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
}

.about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_left {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about_text {
  color: #5E5E5D;
  font-size: 18px;
  margin-top: 38px;
}

.about__deco {
  position: absolute;
  right: 0;
  bottom: 20px;
  translate: 0 100%;
}
.about__deco img {
  width: 145.04px;
  height: 132.09px;
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(145px, 11.1111111111vw, 160px);
  height: clamp(100px, 9.1666666667vw, 132px);
  -webkit-transform: rotate(-2.959deg);
          transform: rotate(-2.959deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_right .about_img {
  position: relative;
  z-index: 2;
}
.about_right .about_img img {
  position: relative;
  z-index: 3;
}
.about_right .about_img::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: 30%;
  width: 100%;
  height: 150%;
  background: #B29457;
}

@media (max-width: 767px) {
  .about {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .about_left .about__deco {
    bottom: 14px;
  }
  .about_left .about__deco img {
    -o-object-fit: contain;
       object-fit: contain;
    width: clamp(98px, 26.1333333333vw, 98px);
    height: clamp(65px, 23.7333333333vw, 89px);
  }
  .about_left .about_text {
    font-size: 16px;
    margin-top: 22px;
  }
  .about_right .about_img {
    margin: 0 calc(50% - 50vw);
    margin-top: 90px;
  }
  .about_right .about_img::after {
    display: none;
  }
}
.features {
  background: #F5F3EC;
  padding-bottom: 100px;
}

.features-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(20px, 2.4305555556vw, 45px);
     -moz-column-gap: clamp(20px, 2.4305555556vw, 45px);
          column-gap: clamp(20px, 2.4305555556vw, 45px);
  margin-top: 50px;
}

.features-card__item {
  background: #FFFFFF;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.features-card__item-img {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.features-card__item-img img {
  text-align: center;
  height: 150px;
  width: auto;
}
.features-card__item-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #B29457;
}

.features-card__en {
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 150%; /* 25.5px */
  letter-spacing: 0.85px;
  position: absolute;
  top: 22px;
  left: 0;
  padding: 2px 25px 2px 29px;
  background: #B29457;
}

.features-card__item-title {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: clamp(22px, 1.6666666667vw, 24px);
  font-weight: 600;
  line-height: 160%; /* 33.6px */
  letter-spacing: 0.63px;
  margin-top: 21px;
  padding-inline: clamp(10px, 2.0833333333vw, 30px);
}

.features-card__item-text {
  font-size: 18px;
  color: #5E5E5D;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
  margin-top: 8px;
  padding-inline: clamp(10px, 2.0833333333vw, 30px);
  padding-bottom: 24px;
}
.features-card__item-text p {
  font-size: clamp(18px, 1.3888888889vw, 21px);
}

@media (max-width: 767px) {
  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .features .features-card__list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    max-width: 500px;
    margin-inline: auto;
  }
  .features .features-card__item {
    margin-bottom: 25px;
  }
  .features .features-card__item-img {
    padding-top: 54px;
    padding-bottom: 16px;
  }
  .features .features-card__en {
    font-size: 14px;
  }
  .features .features-card__item-title {
    font-size: 18px;
    margin-top: 20px;
    padding-inline: 20px;
  }
  .features .features-card__item-text {
    padding-inline: 20px;
    padding-bottom: 20px;
  }
  .features .features-card__item-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.safety {
  padding-top: 100px;
  padding-bottom: 110px;
}

.safety__inner {
  max-width: 1100px;
}

.safety_content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}

.safety_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 6.25vw, 90px);
}
.safety_item .safety_deco {
  width: 50%;
  margin-top: clamp(30px, 3.4722222222vw, 50px);
  margin-left: auto;
}

.safety_item02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.safety_item02 .safety_deco {
  width: 100%;
  margin-top: clamp(30px, 3.4722222222vw, 50px);
  margin-left: -30px;
}

.safety_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.safety_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.safety_content-title {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: clamp(26px, 2.0833333333vw, 30px);
  font-weight: 600;
  line-height: 150%; /* 45px */
  letter-spacing: 1.5px;
}

.safety_text {
  color: #5E5E5D;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 18px;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.18px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .safety {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .safety_content {
    gap: 40px;
    margin-top: 50px;
  }
  .safety_content-title {
    font-size: 20px;
  }
  .safety_text {
    font-size: 16px;
    margin-top: 14px;
  }
  .safety_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .safety_item02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .safety_deco {
    display: none;
  }
}
.recipe {
  padding-top: 90px;
  padding-bottom: 100px;
  background: #F5F3EC;
}

.recipe_title-text {
  color: #5E5E5D;
  text-align: center;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  margin-top: 20px;
}

.recipe__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(16px, 2.5vw, 36px);
  margin-right: clamp(-36px, -2.5vw, -16px);
  margin-top: 50px;
}

.recipe__item:nth-of-type(1) {
  width: calc(50% - clamp(16px, 2.5vw, 36px));
}
.recipe__item:nth-of-type(2) {
  width: calc(50% - clamp(16px, 2.5vw, 36px));
}
.recipe__item:nth-of-type(3) {
  width: calc(33.3333333333% - clamp(16px, 2.5vw, 36px));
}
.recipe__item:nth-of-type(4) {
  width: calc(33.3333333333% - clamp(16px, 2.5vw, 36px));
}
.recipe__item:nth-of-type(5) {
  width: calc(33.3333333333% - clamp(16px, 2.5vw, 36px));
}

.recipe__img img {
  width: 100%;
  height: auto;
  display: block;
}

.recipe__text {
  color: #FFFFFF;
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: 1.1px;
  padding: 12px;
  background: #B29457;
}

@media (max-width: 767px) {
  .recipe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .recipe_title-text {
    font-size: 14px;
  }
  .recipe__item:nth-of-type(1) {
    width: calc(50% - clamp(16px, 2.5vw, 36px));
  }
  .recipe__item:nth-of-type(2) {
    width: calc(50% - clamp(16px, 2.5vw, 36px));
  }
  .recipe__item:nth-of-type(3) {
    width: calc(50% - clamp(16px, 2.5vw, 36px));
  }
  .recipe__item:nth-of-type(4) {
    width: calc(50% - clamp(16px, 2.5vw, 36px));
  }
  .recipe__item:nth-of-type(5) {
    width: calc(100% - clamp(16px, 2.5vw, 36px));
  }
  .recipe__text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .recipe_title-text {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .recipe__list {
    margin-right: 0 !important;
  }
  .recipe__item {
    width: 100% !important;
  }
}
.faq {
  padding-top: 100px;
  padding-bottom: 120px;
}

.faq__boxes {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-box {
  border-bottom: 1px solid #795828;
  padding: 24px;
}
.faq-box.is-open .faq-box__head summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-box__head {
  width: 100%;
}
.faq-box__head summary {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: block;
  list-style: none;
}
.faq-box__head summary summary::-webkit-details-marker {
  display: none;
}
.faq-box__head summary::before, .faq-box__head summary::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  width: 28px;
  height: 2px;
  background: #795828;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-box__head summary::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-box__head-icon {
  color: #795828;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.1px;
  padding: 10px;
  margin-right: 24px;
}

.faq-box__head-text {
  display: block;
  text-align: left;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
}

.faq-box__body {
  display: none;
}

.faq-box__a {
  padding: 20px 25px;
  background: #F5F3EC;
}

.faq-box__a-text {
  color: #5E5E5D;
  display: block;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: 18px;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.18px;
}

@media (max-width: 767px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq__boxes {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .faq-box {
    padding: 15px 0;
  }
  .faq-box__head summary {
    padding-right: 30px;
  }
  .faq-box__head summary::before, .faq-box__head summary::after {
    right: 0px;
    width: 24px;
  }
  .faq-box__head-text {
    font-size: 16px;
  }
  .faq-box__head-icon {
    font-size: 14px;
    padding: 0;
    margin-right: 4px;
  }
  .faq-box__a {
    padding: 13px 15px;
    margin-top: 15px;
  }
  .faq-box__a-text {
    font-size: 14px;
  }
}
/* ================================
   製品について
=============================== */
.page .page-h1 {
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-size: clamp(22px, 3.0555555556vw, 48px) !important;
  font-weight: 600 !important;
}
.page .page-h2 {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  line-height: 1.25 !important;
  font-size: clamp(22px, 3.0555555556vw, 48px) !important;
  font-weight: 600 !important;
  margin-top: 16px !important;
  background: none !important;
  color: #000 !important;
  padding: 0 !important;
  padding-top: 56px !important;
}
.page .page-h2::before {
  border: none !important;
}

.product-top .product-top_type {
  font-family: "hiragino-mincho-pron", sans-serif;
  color: #AB9021;
  font-size: 18px;
  line-height: 1.5;
}
.product-top .page-h2 {
  text-align: left !important;
  padding-top: 0 !important;
  margin-top: 16px !important;
  margin-bottom: 20px !important;
}
.product-top p {
  color: #5E5E5D;
}
.product-top .product-top-btn {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
}
@media (any-hover: hover) {
  .product-top .product-top-btn a:hover {
    opacity: 0.7;
  }
}

.product-image {
  max-width: 800px;
  margin: 0 auto;
}
.product-image .product-image-img {
  margin-bottom: 0 !important;
}
.product-image .product-image-img img {
  width: 100%;
}
.product-image .product-image-text {
  color: #5E5E5D;
  font-size: 21px;
  margin-top: 4px;
  margin-bottom: 16px;
}

.product-spec .page-h2 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 44px;
  line-height: 1.25;
  font-weight: 600;
}
.product-spec .product-spec_table {
  font-size: 21px !important;
  border: none !important;
}
.product-spec .product-spec_table th, .product-spec .product-spec_table td {
  border: none !important;
  padding: 16px !important;
  border-top: 2px solid #ddd !important;
  border-bottom: 2px solid #ddd !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px !important;
}
.product-spec .product-spec_table th {
  background: #F5F3EC !important;
  width: 30% !important;
}
.product-spec .product-spec_table td {
  background: #FFFFFF !important;
}

@media (max-width: 767px) {
  .product-top {
    margin-top: 60px;
  }
  .page .page-h1 {
    font-size: 32px !important;
    padding-top: 60px !important;
    margin-bottom: 0 !important;
  }
  .page .page-h2 {
    font-size: 32px;
  }
  .product-top .product-top_type {
    font-size: 14px;
  }
  .product-image .product-image-img {
    width: 100%;
    height: auto;
  }
  .product-image .product-image-text {
    font-size: 16px;
  }
  .product-spec .product-spec_table {
    font-size: 16px !important;
  }
  .product-spec .product-spec_table th, .product-spec .product-spec_table td {
    padding: 10px !important;
  }
}
.page .company-h2 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(28px, 2.2222222222vw, 34px) !important;
}

.page .contact-h2 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(24px, 2.2222222222vw, 34px) !important;
  margin-bottom: 24px !important;
}

.wpcf7-form {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.wpcf7-form input, .wpcf7-form textarea {
  border: none;
  width: 100%;
  padding: 10px;
}
.wpcf7-form p {
  text-align: center;
}
.wpcf7-form .wpcf7-not-valid-tip {
  text-align: left;
}
.your-submit {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  background: #000000;
  padding: 10px 40px;
  max-width: 350px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .your-submit:hover {
    opacity: 0.7;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.contact-praivacy-link,
.contact-tel,
.contact-mail {
  font-size: 18px;
  color: rgb(120, 118, 113);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .contact-praivacy-link a:hover,
  .contact-tel a:hover,
  .contact-mail a:hover {
    opacity: 0.7;
  }
}

.contact-company {
  font-size: clamp(16px, 1.6666666667vw, 24px) !important;
}/*# sourceMappingURL=app.css.map */