@charset "UTF-8";
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}

@media (max-width: 1250px) {
  .hidden-xlarge {
    display: none !important;
  }
}

.visible-xlarge {
  display: none;
}

@media (max-width: 1250px) {
  .visible-xlarge {
    display: block !important;
  }
}

@media (min-width: 480px) {
  .visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

body {
  font-family: 'NotoSans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
}

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

a {
  color: #d19c34;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  transition: all 0.5s ease 0s;
  opacity: .7;
}

/*--------------------------
 共通設定
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'NotoSans','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"Yu Gothic", YuGothic, Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
}

@media (max-width: 640px) {
  body {
    font-size: 14px !important;
  }
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0px 25px;
}

@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'NotoSans','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"Yu Gothic", YuGothic, Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
  font-size: 90%;
}

.att::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.f90 {
  font-size: 90%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.margin-remove {
  margin: 0 !important;
}

.margin-top-remove {
  margin-top: 0 !important;
}

.margin-bottom-remove {
  margin-bottom: 0 !important;
}

::selection {
  background: #e4c587 !important;
  color: #fff !important;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

.custom-header {
  padding: 20px 0;
}

.custom-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}

.custom-header__logo {
  flex: 0 0 calc(100% - 600px);
  width: calc(100% - 600px);
}

.custom-header__logo a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}

.custom-header__logo a img {
  display: block;
  height: auto;
  width: 300px;
  margin-right: 10px;
}

@media (max-width: 1250px) {
  .custom-header__logo a {
    display: block;
  }
  .custom-header__logo a img {
    width: 230px;
  }
}

@media (max-width: 921px) {
  .custom-header__logo {
    width: calc(100% - 50px);
    display: block;
    flex: none;
  }
  .custom-header__logo a {
    display: flex;
  }
}

@media (max-width: 640px) {
  .custom-header__logo a img {
    width: 150px;
  }
}

.custom-header__logo .custom-logo {
  max-height: 50px;
  width: auto;
}

.custom-header__logo .custom-header__site-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.custom-header__tagline {
  display: block;
  background: #d19c34;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.0;
  text-align: center;
  position: relative;
  width: 200px;
}

.custom-header__tagline.sp {
  display: none;
}

@media (max-width: 1250px) {
  .custom-header__tagline {
    font-size: 30px;
    max-width: 230px;
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 921px) {
  .custom-header__tagline {
    width: 150px;
    padding: 5px;
  }
  .custom-header__tagline.pc {
    display: none;
  }
  .custom-header__tagline.sp {
    display: block;
    font-size: 25px;
  }
  .custom-header__tagline.sp span {
    display: block;
    font-size: 14px;
    border-top: 1px solid #fff;
    padding-top: 3px;
    margin-top: 3px;
  }
}

@media (max-width: 640px) {
  .custom-header__tagline {
    font-size: 18px;
    max-width: auto;
    margin-top: 0;
    width: 100px;
  }
  .custom-header__tagline.sp {
    font-size: 20px;
  }
  .custom-header__tagline.sp span {
    font-size: 12px;
  }
}

.custom-header__tagline::after {
  content: "製品カタログ";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  opacity: 0;
  font-size: 30px;
  transition: opacity 0.2s ease;
}

@media (max-width: 1250px) {
  .custom-header__tagline::after {
    font-size: 27px;
  }
}

.custom-header__logo a:hover .custom-header__tagline::after {
  opacity: 1;
}

@media (max-width: 921px) {
  .custom-header__logo a:hover .custom-header__tagline::after {
    opacity: 0;
  }
}

.custom-header__right {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 921px) {
  .custom-header__right {
    display: none;
  }
}

.custom-header__right .btn-corporate {
  width: 250px;
}

.custom-header__right .btn-corporate a {
  background: #efefef;
  font-weight: bold;
  color: #333;
  display: block;
  padding: 6px 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-header__right .btn-corporate a img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 5px;
}

.custom-header__right .btn-corporate a span {
  display: block;
}

.custom-header__right .btn-corporate a:hover {
  background: #cccccc;
}

.custom-header__right .btn-contact {
  margin-left: auto;
  width: 280px;
}

.custom-header__right .btn-contact a {
  display: block;
  background: #333;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}

.custom-header__right .btn-contact a:hover {
  background: #555;
}

.custom-header__right .btn-contact a span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.custom-header__right .btn-contact a span i {
  margin-right: 5px;
}

.shop-search {
  background-color: rgba(209, 156, 52, 0.1);
  padding: 20px 30px;
}

.custom-search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  /* カテゴリー（セレクト）*/
}

@media (max-width: 767px) {
  .custom-search-form {
    flex-wrap: wrap;
  }
}

.custom-search-form__label {
  font-size: 18px;
  color: #d19c34;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .custom-search-form__label {
    width: 100%;
    text-align: center;
  }
}

.custom-search-form__category {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 8px 12px;
  font-size: 16px;
  color: #333;
  background: #fff;
  width: 30%;
}

@media (max-width: 1250px) {
  .custom-search-form__category {
    width: 25%;
  }
}

@media (max-width: 640px) {
  .custom-search-form__category {
    width: 100%;
  }
}

.custom-search-form__input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 12px;
  background: #fff;
}

@media (max-width: 640px) {
  .custom-search-form__input-wrap {
    width: 100%;
  }
}

.custom-search-form__icon {
  color: #666;
  margin-right: 8px;
}

.custom-search-form__input {
  border: none !important;
  outline: none;
  font-size: 14px;
  width: 100%;
  padding: 8px 0 !important;
  background: transparent;
  height: 38px !important;
}

.custom-search-form__btn {
  background: #d19c34;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 11px 24px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
  width: 190px;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
}

@media (max-width: 1250px) {
  .custom-search-form__btn {
    width: 120px;
  }
}

@media (max-width: 640px) {
  .custom-search-form__btn {
    width: 100%;
  }
}

.custom-search-form__btn:hover {
  background: #dab05e !important;
  color: #fff !important;
  transition: all 0.5s ease 0s;
}

.custom-search-form__btn:focus {
  background: #d19c34;
}

.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  background: #d19c34;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: 16px;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 999;
  margin: 0;
  transition: all 0.5s ease 0s;
}

.hamburger-btn:hover {
  background: #dab05e !important;
  transition: all 0.5s ease 0s;
}

.hamburger-btn span {
  display: block;
  width: 60%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger-btn span:first-child {
  top: 12px;
}

.hamburger-btn span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hamburger-btn span:last-child {
  bottom: 12px;
}

@media (max-width: 921px) {
  .hamburger-btn {
    display: flex;
  }
}

@media (max-width: 640px) {
  .hamburger-btn {
    top: 10px;
    right: 10px;
  }
}

#ast-scroll-top {
  background: #333;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: -300px;
  left: auto;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: right 0.3s;
  overflow-y: auto;
}

.hamburger-menu.is-open {
  right: 0;
  left: auto;
}

.hamburger-menu__inner {
  padding: 15px 16px;
}

.hamburger-menu__close {
  display: block;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #d19c34;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
}

.hamburger-menu__close i {
  font-size: 20px;
}

.hamburger-menu__logo {
  width: calc(100% - 60px);
}

.hamburger-menu__tagline {
  font-size: 20px;
  background: #d19c34;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 8px;
}

.hamburger-menu__category {
  margin-top: 50px;
}

.hamburger-menu .btn-corporate {
  margin-top: 30px;
}

.hamburger-menu .btn-corporate a {
  background: #efefef;
  font-weight: bold;
  color: #333;
  display: block;
  padding: 6px 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger-menu .btn-corporate a img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 5px;
}

.hamburger-menu .btn-corporate a span {
  display: block;
}

.hamburger-menu .btn-corporate a:hover {
  background: #cccccc;
}

.hamburger-menu .btn-contact {
  margin-top: 10px;
}

.hamburger-menu .btn-contact a {
  display: block;
  background: #333;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}

.hamburger-menu .btn-contact a:hover {
  background: #555;
}

.hamburger-menu .btn-contact a span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.hamburger-menu .btn-contact a span i {
  margin-right: 5px;
}

.hamburger-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.hamburger-overlay.is-open {
  display: block;
}

.main-navigation {
  font-size: 14px;
}

.main-navigation a {
  color: #333;
  font-weight: bold;
}

.main-navigation a:hover {
  color: #d19c34;
  text-decoration: none;
}

.widget_product_categories {
  font-size: 14px;
}

.widget_product_categories .widget-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 2px solid #d19c34;
  margin-bottom: 16px;
}

.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_product_categories ul li {
  padding: 4px 0;
  border-bottom: 1px solid #ddd;
}

.widget_product_categories ul li a {
  color: #333;
  display: block;
  padding: 4px 0;
}

.widget_product_categories ul li a:hover {
  color: #d19c34;
  text-decoration: none;
}

.widget_product_categories ul li ul {
  padding-left: 16px;
  margin-top: 4px;
}

.widget_product_categories ul li ul li {
  border-bottom: none;
  font-size: 12px;
}

#primary {
  flex: 1;
  width: auto !important;
  max-width: none !important;
  border-left: none !important;
  margin-left: 0 !important;
  padding-left: 60px !important;
  margin-top: 40px !important;
  overflow: hidden;
}

@media (max-width: 1250px) {
  #primary {
    padding-left: 30px !important;
  }
}

@media (max-width: 921px) {
  #primary {
    padding-left: 0 !important;
  }
}

.woocommerce-breadcrumb {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}

.woocommerce-breadcrumb a {
  color: #d19c34;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product a {
  display: block;
  color: #333;
  text-decoration: none;
}

.woocommerce ul.products li.product img {
  width: 100%;
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
}

.woocommerce ul.products li.product .ast-woo-product-category {
  font-size: 12px;
  color: #666;
  padding: 0 16px;
}

.woocommerce ul.products li.product .price {
  font-size: 14px;
  color: #d19c34;
  padding: 8px 16px 16px;
  display: block;
}

.woocommerce ul.products li.product .button {
  display: block;
  width: calc(100% - 32px);
  margin: 0 16px 16px;
  padding: 8px;
  background: #d19c34;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  transition: opacity 0.2s;
}

.woocommerce ul.products li.product .button:hover {
  opacity: 0.85;
  text-decoration: none;
  color: #fff;
}

.woocommerce .woocommerce-result-count {
  font-size: 12px;
  color: #666;
}

.woocommerce .woocommerce-ordering select {
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
}

body.single,
body.blog {
  background: transparent;
}

body.single .comments-area {
  display: none;
}

body.single article {
  padding: 0 !important;
}

body.single article h1 {
  font-size: 24px !important;
}

body.single article .entry-content[data-ast-blocks-layout] > * {
  max-width: 100%;
}

body.single article .entry-meta .posted-by,
body.single article .entry-meta .entry-meta .posted-by {
  display: none;
}

body.single article .entry-meta .posted-on {
  display: block;
  text-align: right;
  padding-right: 5px;
}

body.single article .entry-meta .posted-on span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

body.single .back-to-list {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 30px;
}

body.single .back-to-list__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #d19c34;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  transition: opacity 0.2s;
}

body.single .back-to-list__link:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

body.blog .news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}

body.blog .news-list__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 5px;
  border-bottom: 1px dotted #ddd;
}

body.blog .news-item__date {
  font-size: 16px;
  white-space: nowrap;
}

body.blog .news-item__title {
  font-size: 16px;
  color: #333;
}

body.blog .news-item__title:hover {
  color: #d19c34;
  text-decoration: none;
}

.site-footer {
  background: #222;
  color: #aaa;
  font-size: 12px;
  padding: 32px 0;
  margin-top: 48px;
}

.site-footer a {
  color: #aaa;
}

.site-footer a:hover {
  color: #fff;
}

.maru {
  font-size: 90%;
  position: relative;
  padding-left: 1.2em;
  margin-top: 5px;
  margin-bottom: 0;
}

.maru::before {
  content: '◎';
  position: absolute;
  left: 0;
  top: 0;
}

.tenList {
  margin: 0;
  padding: 0;
}

.tenList li {
  list-style: none;
  padding-left: 1.2em;
  position: relative;
  font-size: 90%;
}

.tenList li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
}

.site-container,
.ast-container,
.woocommerce-page .ast-container {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 16px;
}

.ast-flex-grow-1,
#main {
  flex: 1;
  min-width: 0;
}

#secondary,
.widget-area {
  width: 280px;
  flex: 0 0 280px;
  min-width: 280px;
  padding-right: 0px !important;
  border-right: none !important;
  margin-right: 0 !important;
}

@media (max-width: 1250px) {
  #secondary,
  .widget-area {
    width: 230px;
    flex: 0 0 230px;
    min-width: 230px;
  }
}

@media (max-width: 921px) {
  #secondary,
  .widget-area {
    display: none;
  }
}

.catalog-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-category-list__item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0 !important;
}

.catalog-category-list__item .catalog-category-list__cat--link a {
  padding: 10px 0;
  position: relative;
}

.catalog-category-list__item .catalog-category-list__cat--link a::before {
  content: "";
  background: #d19c34;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.catalog-category-list__item .catalog-category-list__cat--link a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 6px;
  font-size: 13px;
}

.catalog-category-list__cat-top {
  margin-bottom: 10px;
  padding-left: 0 !important;
}

.catalog-category-list__cat-top a {
  font-size: 16px;
  background: #d19c34;
  color: #fff !important;
  padding: 10px;
  display: block;
  font-weight: bold !important;
  position: relative;
  transition: all 0.5s ease 0s;
  border-radius: 3px;
}

.catalog-category-list__cat-top a:hover {
  transition: all 0.5s ease 0s;
  background-color: rgba(209, 156, 52, 0.8);
}

.catalog-category-list__cat-top a::before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
}

.catalog-category-list__cat-top a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  color: #d19c34;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  font-size: 13px;
}

.catalog-category-list__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
}

.catalog-category-list__name {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  flex: 1;
  padding: 10px 0;
}

.catalog-category-list__name:hover {
  color: #d19c34;
  text-decoration: none;
}

.catalog-category-list__toggle {
  color: #666;
  font-size: 12px;
  transition: transform 0.2s;
}

.catalog-category-list__toggle.is-open {
  transform: rotate(180deg);
}

.catalog-category-list__toggle .fa-chevron-down {
  transition: transform 0.2s;
  background: #d19c34;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: relative;
}

.catalog-category-list__toggle .fa-chevron-down.is-open {
  transform: rotate(180deg);
}

.catalog-category-list__toggle .fa-chevron-down::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.catalog-category-list__products {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  display: none;
}

.catalog-category-list__products.is-open {
  display: block;
}

.catalog-category-list__products li {
  padding: 4px 0 4px 15px;
  font-size: 14px;
  margin-bottom: 0px !important;
  font-weight: 500;
  /* サブカテゴリ（ある場合）*/
}

.catalog-category-list__products li a {
  color: #333;
  font-weight: 500;
}

.catalog-category-list__products li a:hover {
  color: #d19c34;
  text-decoration: none;
}

.catalog-category-list__products li.catalog-category-list__subcat {
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 10px;
  line-height: 1.0;
  margin: 10px 0 5px 0 !important;
  font-size: 16px;
  border-left: #d19c34 8px solid;
}

.gs-table-wrap {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  margin: 32px 0 0;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 1385px) {
  .gs-table-wrap {
    cursor: default !important;
  }
}

.gs-table-wrap .gs-table-hint {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .gs-table-wrap {
    overflow: auto;
    max-height: 500px;
  }
}

.gs-table-wrap .gs-table {
  width: auto;
  min-width: 1000px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  /* グレーチング部品*/
  /* 鋳鉄製マンホール蓋・格子蓋*/
  /* 段差解消*/
  /* 段差解消*/
}

@media (max-width: 640px) {
  .gs-table-wrap .gs-table {
    font-size: 13px;
  }
}

.gs-table-wrap .gs-table thead th {
  background-color: #666666 !important;
  color: #fff;
  padding: 8px 10px;
  text-align: center !important;
  font-weight: bold;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.gs-table-wrap .gs-table tbody tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.gs-table-wrap .gs-table tbody tr td {
  padding: 7px 10px;
  text-align: center;
  color: #333;
}

.gs-table-wrap .gs-table tbody tr:hover {
  background: #efefef;
}

.gs-table-wrap .gs-table thead {
  position: sticky;
  top: 0;
  z-index: 3;
}

.gs-table-wrap .gs-table__sticky-col {
  position: sticky;
  z-index: 1;
  background: #faf3e7 !important;
  width: 80px;
}

thead .gs-table-wrap .gs-table__sticky-col {
  z-index: 2;
}

.gs-table-wrap .gs-table__sticky-col--2 {
  white-space: nowrap;
  width: 1%;
}

.gs-table-wrap .gs-table#BST thead, .gs-table-wrap .gs-table#SHA thead, .gs-table-wrap .gs-table#UCRIP thead, .gs-table-wrap .gs-table#HKR thead, .gs-table-wrap .gs-table#RPKG thead {
  position: relative;
  top: auto;
  transform: translateY(0px) !important;
}

.gs-table-wrap .gs-table#BST, .gs-table-wrap .gs-table#SHA {
  width: 700px;
  min-width: 700px;
}

@media (max-width: 767px) {
  .gs-table-wrap .gs-table#BST, .gs-table-wrap .gs-table#SHA {
    width: 100%;
    min-width: 100%;
  }
}

.gs-table-wrap .gs-table#HKR, .gs-table-wrap .gs-table#RPKG {
  width: 800px;
  min-width: 800px;
}

.gs-table-wrap .gs-table#HKR tbody tr:first-child td:first-child, .gs-table-wrap .gs-table#RPKG tbody tr:first-child td:first-child {
  text-align: left;
  white-space: nowrap;
}

.gs-table-wrap .gs-table#MKC tbody tr:first-child td:first-child, .gs-table-wrap .gs-table#MK1 tbody tr:first-child td:first-child, .gs-table-wrap .gs-table#MK6 tbody tr:first-child td:first-child {
  white-space: nowrap;
}

.gs-table-wrap .gs-table#HGLX2, .gs-table-wrap .gs-table#HGLX4, .gs-table-wrap .gs-table#HLK, .gs-table-wrap .gs-table#HSL {
  width: 800px;
  min-width: 800px;
}

.gs-table-wrap .gs-table#MBNUW, .gs-table-wrap .gs-table#MCAUW, .gs-table-wrap .gs-table#HSEX, .gs-table-wrap .gs-table#HSHD, .gs-table-wrap .gs-table#HSSM, .gs-table-wrap .gs-table#HTNFNOP, .gs-table-wrap .gs-table#HTNFNCL, .gs-table-wrap .gs-table#HTNFNJP, .gs-table-wrap .gs-table#HTNPLNB, .gs-table-wrap .gs-table#HTNPLB, .gs-table-wrap .gs-table#HTNGR, .gs-table-wrap .gs-table#HCSZ, .gs-table-wrap .gs-table#HCSZS, .gs-table-wrap .gs-table#HCSZ2R, .gs-table-wrap .gs-table#HCS3Z {
  width: 700px;
  min-width: 700px;
}

.gs-table-wrap .gs-table#MBNUW thead, .gs-table-wrap .gs-table#MCAUW thead, .gs-table-wrap .gs-table#HSEX thead, .gs-table-wrap .gs-table#HSHD thead, .gs-table-wrap .gs-table#HSSM thead, .gs-table-wrap .gs-table#HTNFNOP thead, .gs-table-wrap .gs-table#HTNFNCL thead, .gs-table-wrap .gs-table#HTNFNJP thead, .gs-table-wrap .gs-table#HTNPLNB thead, .gs-table-wrap .gs-table#HTNPLB thead, .gs-table-wrap .gs-table#HTNGR thead, .gs-table-wrap .gs-table#HCSZ thead, .gs-table-wrap .gs-table#HCSZS thead, .gs-table-wrap .gs-table#HCSZ2R thead, .gs-table-wrap .gs-table#HCS3Z thead {
  position: relative;
  top: auto;
  transform: translateY(0px) !important;
}

.gs-table-wrap .gs-table#MBNUW, .gs-table-wrap .gs-table#MCAUW {
  width: 400px;
  min-width: 400px;
}

.gs-table-wrap .gs-table#MBNUW tr td:nth-child(2), .gs-table-wrap .gs-table#MCAUW tr td:nth-child(2) {
  background: #fff !important;
}

.gs-table-wrap .gs-table#HCSZ2R tbody tr:first-child td:first-child {
  white-space: nowrap;
}

.gs-table-wrap .gs-table-loading {
  color: #666;
  font-size: 12px;
  padding: 16px 0;
}

.gs-table-wrap.is-scrolled .gs-table__sticky-col {
  position: sticky;
  z-index: 1;
}

.gs-table-wrap.is-scrolled .gs-table__sticky-col::before {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ddd;
}

.gs-table-wrap.is-scrolled .gs-table__sticky-col--2::after {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ddd;
}

.gs-table-wrap.is-scrolled .gs-table th.gs-table__sticky-col {
  background: #666666 !important;
}

.gs-table-wrap.is-scrolled .gs-table th.gs-table__sticky-col::before {
  background: #999999;
}

.gs-table-wrap.is-scrolled .gs-table th.gs-table__sticky-col--2::after {
  background: #999999;
}

.gs-table-wrap .gs-table__highlight td {
  background-color: #fff3cd !important;
}

.gs-table-wrap .gs-table__highlight td.gs-table__no-highlight {
  background-color: #faf3e7 !important;
}

.parts-table {
  margin-top: 10px;
  max-width: 700px;
}

.parts-table th, .parts-table td {
  text-align: center;
  font-size: 14px;
}

.parts-table th {
  background: #666666;
  color: #fff;
}

.parts-table tr td:last-child {
  text-align: left;
}

.parts-table.ms1m tr td:last-child {
  text-align: center;
}

body.home .kv {
  margin-bottom: 80px;
}

@media (max-width: 640px) {
  body.home .kv {
    margin-bottom: 50px;
  }
}

body.home .shop-news__list {
  list-style: none;
  padding: 0;
  margin: 0 0 80px;
}

@media (max-width: 640px) {
  body.home .shop-news__list {
    margin-bottom: 50px;
  }
}

body.home .shop-news__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 5px;
  border-bottom: 1px dotted #ddd;
  /* &:last-child {
                border-bottom: none;
            } */
}

@media (max-width: 640px) {
  body.home .shop-news__item {
    flex-wrap: wrap;
    gap: 0;
  }
}

body.home .shop-news__date {
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  body.home .shop-news__date {
    display: block;
    width: 100%;
  }
}

body.home .shop-news__link {
  font-size: 16px;
  color: #d19c34;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 640px) {
  body.home .shop-news__link {
    font-size: 16px;
  }
}

body.home #primary {
  margin-top: 40px;
}

body.home .search-results {
  margin-top: 32px;
}

body.home .search-results__title {
  margin-bottom: 16px;
}

body.home .search-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.home .search-results__item {
  border-bottom: 1px dotted #ddd;
}

body.home .search-results__item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  padding: 10px 5px;
}

body.home .search-results__item a:hover {
  color: #000;
  background-color: rgba(209, 156, 52, 0.1);
}

body.home .search-results__item a:hover img {
  opacity: 1;
}

body.home .search-results__item .product__img {
  width: 150px;
  margin-right: 20px;
}

body.home .search-results__item .product__img__inner {
  position: relative;
  padding-top: 75%;
}

body.home .search-results__item .product__img__inner img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #efefef;
}

body.home .search-results__item .product__info {
  width: calc(100% - 170px);
  /* カテゴリ名 */
}

body.home .search-results__item .product__info__category {
  font-size: 14px;
  line-height: 1.0;
  padding: 5px 20px;
  border-radius: 12.5px;
  background: #d19c34;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

body.home .search-results__item .product__info__namebox span {
  display: inline-block;
}

body.home .search-results__item .product__info__namebox span.product__info__subcategory {
  margin-right: 5px;
}

body.home .search-results .no-results {
  color: #666;
  font-size: 14px;
  padding: 16px 0;
}

body.home .swiper-wrapper {
  margin-top: 50px;
  padding-bottom: 50px;
}

body.home .swiper-wrapper .swiper-slide a img {
  border: 1px solid #efefef;
}

body.home .swiper-button-next, body.home .swiper-button-prev {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  box-sizing: border-box;
}

body.home .swiper-button-next::after, body.home .swiper-button-prev::after {
  font-size: 14px;
  line-height: 1.0;
}

.custom-footer {
  background: #d19c34;
  color: #fff;
  padding: 32px 0;
  margin-top: 48px;
}

.custom-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1250px) {
  .custom-footer__inner {
    flex-wrap: wrap;
  }
}

.custom-footer__left {
  display: flex;
  align-items: center;
  gap: 10px 32px;
  flex-wrap: wrap;
}

@media (max-width: 1250px) {
  .custom-footer__left {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 921px) {
  .custom-footer__left {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.custom-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.custom-footer__logo img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  display: block;
}

@media (max-width: 921px) {
  .custom-footer__logo {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .custom-footer__logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-footer__logo img {
    width: 80%;
  }
}

.custom-footer__tagline {
  display: block;
  background: #fff;
  color: #d19c34;
  font-size: 22px;
  padding: 2px 10px;
  width: 160px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.custom-footer__info {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 921px) {
  .custom-footer__info {
    width: 100%;
    text-align: center;
  }
}

.custom-footer__corporate {
  width: 100%;
}

.custom-footer__corporate a {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}

@media (max-width: 1250px) {
  .custom-footer__corporate {
    width: 100%;
    text-align: center;
  }
}

.custom-footer__right {
  text-align: right;
}

@media (max-width: 1250px) {
  .custom-footer__right {
    width: 100%;
    text-align: center !important;
    margin-top: 10px;
  }
}

.custom-footer__copyright {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.ttl01,
.entry-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1.5px solid #d19c34;
  margin-bottom: 15px;
  padding-bottom: 8px;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

#grating-quote-form {
  max-width: 900px;
  margin: 50px 0;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(209, 156, 52, 0.1);
  border-radius: 20px;
}

@media (max-width: 921px) {
  #grating-quote-form {
    padding: 50px 30px;
  }
}

@media (max-width: 640px) {
  #grating-quote-form {
    padding: 30px 15px;
    border-radius: 10px;
  }
}

#grating-quote-form .block label span, #grating-quote-form .block .grating-length-group span {
  display: inline-block;
}

#grating-quote-form .block label span.grating-form-label, #grating-quote-form .block .grating-length-group span.grating-form-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  #grating-quote-form .block label span.grating-form-label, #grating-quote-form .block .grating-length-group span.grating-form-label {
    font-size: 14px;
  }
}

#grating-quote-form .block label span.req, #grating-quote-form .block .grating-length-group span.req {
  background: #bd2828;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1.0;
  margin-left: 5px;
  border-radius: 3px;
}

#grating-quote-form .block:nth-of-type(n+2) {
  margin-top: 20px;
}

#grating-quote-form .block input[type="text"], #grating-quote-form .block input[type="email"], #grating-quote-form .block input[type="tel"] {
  border: 1px solid rgba(209, 156, 52, 0.2);
  box-shadow: none;
}

#grating-quote-form .block input[type="text"]:focus, #grating-quote-form .block input[type="email"]:focus, #grating-quote-form .block input[type="tel"]:focus {
  border: 2px solid rgba(209, 156, 52, 0.2);
}

#grating-quote-form .grating-step {
  margin-top: 50px;
  margin-bottom: 2rem;
}

#grating-quote-form .grating-step__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

#grating-quote-form .grating-step__title span {
  display: inline-block;
  background: #d19c34;
  color: #fff;
  padding: 3px 10px;
  box-sizing: border-box;
  margin-right: 5px;
}

#grating-quote-form .grating-step h4.koumoku {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.35;
}

#grating-quote-form .grating-step h4.koumoku::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  background: #666;
}

#grating-step1 .grating-type-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

@media (max-width: 640px) {
  #grating-step1 .grating-type-cards {
    display: flex;
    flex-wrap: wrap;
  }
}

#grating-step1 .grating-type-card {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
  background: #fff;
}

@media (max-width: 640px) {
  #grating-step1 .grating-type-card {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
  }
  #grating-step1 .grating-type-card img {
    display: block;
    width: 60px !important;
    height: auto;
    margin: 0 10px 0 0 !important;
    border-radius: 0 !important;
  }
}

#grating-step1 .grating-type-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}

#grating-step1 .grating-type-card__name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#grating-step1 .grating-type-card input[type="radio"] {
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s;
}

#grating-step1 .grating-type-card input[type="radio"]:checked {
  border-color: #1a4fa0;
}

#grating-step1 .grating-type-card input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a4fa0;
  transform: translate(-50%, -50%);
}

#grating-step1 .grating-type-card input[type="radio"]:focus-visible {
  outline: 2px solid #1a4fa0;
  outline-offset: 2px;
}

#grating-step1 .grating-type-card:has(input:checked) {
  border: 2px solid #d19c34;
  background-color: rgba(209, 156, 52, 0.03);
}

#grating-step1 .grating-type-detail {
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
}

#grating-step1 .grating-type-detail .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#grating-step1 .grating-type-detail .img {
  width: 250px;
  padding-left: 30px;
  min-height: 180px;
}

#grating-step1 .grating-type-detail .img img {
  max-width: 100%;
}

@media (max-width: 921px) {
  #grating-step1 .grating-type-detail .img {
    width: 200px;
  }
}

@media (max-width: 640px) {
  #grating-step1 .grating-type-detail .img {
    width: 100%;
    padding-left: 0px;
    min-height: auto;
  }
}

#grating-step1 .grating-type-detail .forms {
  width: calc(100% - 250px);
  box-sizing: border-box;
  padding: 50px;
}

@media (max-width: 921px) {
  #grating-step1 .grating-type-detail .forms {
    width: calc(100% - 200px);
    padding: 30px;
  }
}

@media (max-width: 640px) {
  #grating-step1 .grating-type-detail .forms {
    width: 100%;
    padding: 15px;
  }
}

#grating-step1 .grating-type-detail .forms label {
  display: block;
  margin-bottom: 12px;
}

#grating-step1 .grating-type-detail .forms label input[type="number"] {
  width: calc(100% - 3em);
  margin-right: 5px;
}

#grating-step2 .block, #grating-step3 .block {
  /* ラジオボタン */
}

#grating-step2 .block .grating-radio, #grating-step3 .block .grating-radio {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  /*
            input[type="radio"] {
                appearance: none;
                width: 22px;
                height: 22px;
                border: 2px solid $color-border;
                border-radius: 50%;
                margin: 0;
                position: relative;
                cursor: pointer;
                flex-shrink: 0;
                transition: border-color 0.15s;
                background: #fff;
                &:checked {
                    border-color: $color-accent;
                    &::after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 12px;
                        height: 12px;
                        border-radius: 50%;
                        background: $color-accent;
                        transform: translate(-50%, -50%);
                    }
                }
                &:focus-visible {
                    outline: 2px solid $color-accent;
                    outline-offset: 2px;
                }
            }
            */
}

#grating-step2 .block .grating-radio input[type="checkbox"], #grating-step3 .block .grating-radio input[type="checkbox"] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 6px;
  margin: 0;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.15s, background-color 0.15s;
  background: #fff;
}

#grating-step2 .block .grating-radio input[type="checkbox"]:checked, #grating-step3 .block .grating-radio input[type="checkbox"]:checked {
  border-color: #1a4fa0;
  background: #1a4fa0;
}

#grating-step2 .block .grating-radio input[type="checkbox"]:checked::after, #grating-step3 .block .grating-radio input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#grating-step2 .block .grating-radio input[type="checkbox"]:focus-visible, #grating-step3 .block .grating-radio input[type="checkbox"]:focus-visible {
  outline: 2px solid #1a4fa0;
  outline-offset: 2px;
}

#grating-step2 .block .grating-radio .grating-form-label, #grating-step3 .block .grating-radio .grating-form-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 0 !important;
}

#grating-step4 input[type="number"] {
  border: 1px solid rgba(209, 156, 52, 0.2);
  box-shadow: none;
  width: 20%;
}

#grating-step4 input[type="number"]:focus {
  border: 2px solid rgba(209, 156, 52, 0.2);
}

#grating-step4 .grating-length-group {
  font-size: 14px;
  font-weight: 500;
}

#grating-step4 .grating-clear-btn {
  font-size: 14px;
  background: #999;
  padding: 10px 15px;
  font-weight: bold;
  margin-left: 30px;
}

@media (max-width: 1250px) {
  #grating-step4 .grating-clear-btn {
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
}

#grating-step5 .flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

#grating-step5 .flex > * {
  width: calc(25% - 10px);
  margin-left: 10px;
}

#grating-step5 .flex > * p {
  text-align: center;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 767px) {
  #grating-step5 .flex > * {
    width: calc(50% - 10px);
  }
  #grating-step5 .flex > *:nth-child(n+3) {
    margin-top: 10px;
  }
}

#grating-quote-form .grating-privacy-block {
  text-align: center;
  margin: 50px 0;
}

#grating-quote-form .grating-privacy-link {
  color: #1a4fa0;
  text-decoration: underline;
  cursor: pointer;
}

#grating-quote-form .grating-privacy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#grating-quote-form .grating-privacy-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#grating-quote-form .grating-privacy-modal__body {
  position: relative;
  max-width: 640px;
  max-height: 80vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  overflow-y: auto;
}

@media (max-width: 600px) {
  #grating-quote-form .grating-privacy-modal__body {
    max-width: 92%;
    max-height: 85vh;
    margin: 4vh auto;
    padding: 24px 20px;
  }
}

#grating-quote-form .grating-privacy-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}

#grating-quote-form .grating-privacy-modal__close:hover {
  color: #333;
}

#grating-quote-form .grating-privacy-modal__content {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

#grating-quote-form .grating-privacy-modal__content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

#grating-quote-form .grating-privacy-modal__content h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1a4fa0;
  margin-top: 24px;
  margin-bottom: 8px;
}

#grating-quote-form .grating-privacy-modal__content p {
  margin-bottom: 12px;
}

#grating-quote-form .grating-privacy-modal__content ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

#grating-quote-form .grating-privacy-modal__content ul ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

#grating-quote-form .grating-privacy-modal__content li {
  margin-bottom: 4px;
}

#grating-quote-form.is-review-mode .block,
#grating-quote-form.is-review-mode .grating-step,
#grating-quote-form.is-review-mode #grating-privacy-modal {
  display: none !important;
}

#grating-quote-form #grating-confirm-screen {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  background: #fff;
}

#grating-quote-form .grating-confirm-row {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

#grating-quote-form .grating-confirm-row:last-child {
  border-bottom: none;
}

#grating-quote-form .grating-confirm-row__label {
  width: 180px;
  flex-shrink: 0;
  font-weight: 500;
  color: #666;
}

#grating-quote-form .grating-confirm-row__value {
  flex: 1;
  color: #333;
}

#grating-quote-form .grating-confirm-back-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 24px;
  margin-right: 12px;
  cursor: pointer;
  color: #333;
}

#grating-quote-form .grating-confirm-back-btn:hover {
  background: #f5f7fa;
}

#grating-quote-form .grating-has-error {
  border: 1px solid #d33 !important;
  border-radius: 8px;
  padding: 8px;
}

#grating-quote-form .grating-error-msg {
  color: #d33;
  font-size: 13px;
  margin-top: 6px;
}

#grating-quote-form .wpcf7-response-output {
  max-width: 900px;
  background: #fff;
  border: 2px solid #bd2828;
  text-align: center;
  padding: 10px 15px;
  font-weight: 500;
}

#grating-quote-form .btn__area {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
  /* 確認する */
}

#grating-quote-form .btn__area #grating-confirm-back {
  font-size: 16px;
  font-weight: bold;
}

#grating-quote-form .btn__area .wpcf7-form-control {
  font-size: 16px;
  font-weight: bold;
  background: #d19c34;
}
