@charset "UTF-8";
/*!
Theme Name: 遮熱ドットコム（Cocoon Child）
Description: 遮熱ドットコム（Cocoon専用の子テーマ）
Theme URI: https://wp-cocoon.com/
Author: n5
Template:   cocoon-master
Version:    1.0.0
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通 */
:root {
  --theme: #0083e2;
  --sub: #ff8a00;
  --red: #e60033;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 834px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  body {
    --wp--preset--font-size--medium: 14px;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.85;
}

* {
  word-break: break-word;
}

.nopc {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nopc {
    display: inline-block;
  }
}

main.main {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  max-width: 966px;
  width: calc(100% - 230px - 40px);
}
@media only screen and (max-width: 1255px) {
  main.main {
    width: calc(100% - 230px - 30px);
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  main.main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  main.main {
    padding-top: 24px;
  }
}

.sidebar-left .sidebar {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 230px;
}
@media only screen and (max-width: 1255px) {
  .sidebar-left .sidebar {
    margin: 0;
  }
}

.wrap {
  max-width: 1280px;
  width: 90%;
}
@media only screen and (max-width: 1255px) {
  .wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 1023px) {
  .wrap {
    width: 100%;
    padding-inline: 5.3333333333vw;
  }
}

.content {
  margin-top: unset;
}

.entry-content {
  margin-top: 2rem;
}
@media only screen and (max-width: 1023px) {
  .entry-content {
    margin-top: 0;
  }
}

#container {
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header */
.header-container {
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
  background: var(--mono-white, #fff);
}

#navi .navi-in a {
  font-size: 15px;
}
#navi .navi-in a:hover {
  opacity: 1;
  background: var(--theme);
  color: var(--mono-white, #fff);
}

#navi .navi-in > ul {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
#navi .navi-in > ul > li {
  border-left: 1px solid var(--mono-gray, #d9d9d9);
}
@media screen and (max-width: 1200px) {
  #navi .navi-in > ul > li {
    width: auto;
    min-width: 90px;
  }
  #navi .navi-in > ul > li a {
    padding: 0 12px;
  }
}
#navi .navi-in > ul > li:last-child {
  border-right: 1px solid var(--mono-gray, #d9d9d9);
}

.header-container-in.hlt-top-menu {
  width: 100%;
}

.header-container-top {
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
  background: var(--mono-white, #fff);
}
@media only screen and (max-width: 1023px) {
  .header-container-top {
    border-bottom: unset;
  }
}

.header-container-top-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .header-container-top-in {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1237px) {
  .header-container-top-in {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .header-container-top-in {
    display: block;
    padding: 0;
  }
}

.header-container-top-text {
  color: var(--mono-black, #232a33);
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  white-space: nowrap;
  padding-left: 5px;
}
@media only screen and (max-width: 1023px) {
  .header-container-top-text {
    border-bottom: 1px solid var(--mono-gray, #d9d9d9);
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header-container-top-text {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.header-container-top-text small {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .header-container-top-text small {
    font-size: 1em;
  }
}
.header-container-top-text span {
  color: var(--sub, #ff8a00);
}

.header-container-top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 1260px) {
  .header-container-top-flex {
    gap: 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-container-top-flex {
    width: 100%;
    display: grid;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media only screen and (max-width: 767px) {
  .header-container-top-flex {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.header-container-top-tel {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
@media only screen and (max-width: 1023px) {
  .header-container-top-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-container-top-tel {
    padding: 2px;
  }
}
.header-container-top-tel span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .header-container-top-tel span {
    gap: 4px;
  }
}
.header-container-top-tel span b {
  color: var(--mono-black, #232a33);
  font-size: 10px;
  font-weight: 900;
  line-height: 120%; /* 12px */
  leading-trim: both;
  text-edge: cap;
}
@media only screen and (max-width: 767px) {
  .header-container-top-tel span b {
    font-size: 7px;
  }
}
.header-container-top-tel span .tel {
  color: var(--secondary-e-30400, #e30400);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .header-container-top-tel span .tel {
    font-size: clamp(9px, 4.5333333333vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .header-container-top-tel span svg {
    width: 20px;
  }
}
.header-container-top-tel .small {
  color: var(--mono-dark-gray, #a4a4a4);
  font-size: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header-container-top-tel .small {
    font-size: 9px;
    line-height: 1.5;
  }
}

.header-container-top-btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .header-container-top-btn-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.header-container-top-btn {
  background: var(--theme);
  color: var(--mono-white, #fff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 180%; /* 27px */
  text-decoration: none;
  padding: 1.3rem 2rem;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .header-container-top-btn {
    padding: 0px 7px;
    font-size: clamp(6px, 2.9333333333vw, 12px);
    gap: 3px;
    text-align: center;
    line-height: 1.2;
  }
}
.header-container-top-btn:last-child {
  background: var(--sub, #ff8a00);
}
.header-container-top-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 2px solid var(--mono-white, #fff);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .header-container-top-btn:after {
    width: 5px;
    height: 5px;
  }
}
.header-container-top-btn:hover {
  color: var(--mono-white, #fff);
}
.header-container-top-btn.--cart {
  background: var(--cart, #e3e300);
  color: var(--mono-black, #232a33);
}
.header-container-top-btn.--cart:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 767px) {
  .header-container-top-btn.--cart:after {
    width: 20px;
    height: 20px;
  }
}

#menu-item-129 {
  border-right: 1px solid var(--mono-gray, #d9d9d9);
}

#menu-item-707,
#menu-item-706 {
  display: none;
}

.fixed-header #menu-item-129 {
  display: none;
}
.fixed-header #menu-item-707 {
  display: block;
}
.fixed-header #menu-item-707 a {
  background-color: var(--theme);
  color: var(--mono-white, #fff);
  font-weight: bold;
}
.fixed-header #menu-item-707 a:hover {
  background-color: var(--theme);
  opacity: 0.8;
}
.fixed-header #menu-item-706 {
  display: block;
}
.fixed-header #menu-item-706 a {
  background-color: var(--sub);
  color: var(--mono-white, #fff);
  font-weight: bold;
}
.fixed-header #menu-item-706 a:hover {
  background-color: var(--sub);
  opacity: 0.8;
}

body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
  margin-top: 0;
}

.header-container-bottom {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-container-bottom {
    display: block;
    height: 50px;
  }
  .header-container-bottom .logo-menu-button {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .header-container-bottom .logo-menu-button img {
    max-height: 35px;
  }
}
.header-container-bottom .mobile-header-menu-buttons {
  position: static;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.header-container-bottom .mobile-header-menu-buttons.scroll-up {
  position: fixed;
  -webkit-box-shadow: 0 0 5px darkgrey;
          box-shadow: 0 0 5px darkgrey;
}
.header-container-bottom .navi-menu-button.menu-button {
  width: 140px;
}
.header-container-bottom .navi-menu-button.menu-button .menu-open {
  height: 40px;
  background-color: var(--sub);
  border-radius: 99px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #fff;
  gap: 10px;
}
.header-container-bottom .mobile-menu-buttons .menu-icon {
  width: 12px;
}
.header-container-bottom .mobile-menu-buttons .menu-icon .fa {
  font-size: 15px;
}
.header-container-bottom .mobile-menu-buttons .menu-caption {
  font-size: 12px;
  font-weight: bold;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: .footer */
#footer {
  background: var(--mono-light-black, #525962);
  margin-top: 50px;
  padding: 120px 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #footer {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
}
#footer .footer-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 615px;
  height: 608px;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo {
    width: 300px;
    height: 340px;
  }
}
#footer .footer-logo img {
  width: 718px;
  height: 718px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo img {
    width: 400px;
    height: 400px;
  }
}

.footer-widgets {
  display: grid;
  gap: 40px 0;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .footer-widgets {
    gap: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets {
    gap: 20px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-widgets > * {
  width: auto;
  padding: 0;
}
.footer-widgets > * .widget {
  margin: 0;
}
.footer-widgets .widget_nav_menu .menu {
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 38px;
}
.footer-widgets .widget_nav_menu .menu > li {
  border-left: none !important;
  border-right: none !important;
  text-align: left;
  width: auto;
}
.footer-widgets .widget_nav_menu .menu > li > a {
  width: 100%;
  padding: 8px 10px 8px 0;
}
.footer-widgets .widget_nav_menu .menu > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background: var(--theme);
}
.footer-widgets .widget_nav_menu .menu > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .footer-widgets .widget_nav_menu .menu > li a {
    font-size: 12px;
  }
}
.footer-widgets .widget_nav_menu .menu > li a:hover {
  background: var(--theme);
}
.footer-widgets .widget_nav_menu .menu > li .sub-menu {
  padding: 0;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .footer-widgets .widget_nav_menu .menu > li .sub-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets .widget_nav_menu .menu > li .sub-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-widgets .widget_nav_menu .menu > li .sub-menu a {
  padding: 4px 0;
}
.footer-widgets .footer-left {
  grid-column: 1/3;
  display: grid;
  gap: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .footer-widgets .footer-left {
    gap: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets .footer-left {
    gap: 20px 0;
  }
}
.footer-widgets .footer-left .widget_nav_menu .menu {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1023px) {
  .footer-widgets .footer-left .widget_nav_menu .menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets .footer-left .widget_nav_menu .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-widgets .footer-left .widget_nav_menu .menu > li > a {
  border-bottom: 1px solid var(--gray, #909090);
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer-widgets .footer-left .widget_nav_menu .menu > li > a {
    padding: 15px 0;
  }
}
.footer-widgets .footer-left .widget_nav_menu:nth-child(1) .menu > li:nth-child(2) {
  grid-column: 2/6;
}
@media only screen and (max-width: 1023px) {
  .footer-widgets .footer-left .widget_nav_menu:nth-child(1) .menu > li:nth-child(2) {
    grid-column: 2/5;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets .footer-left .widget_nav_menu:nth-child(1) .menu > li:nth-child(2) {
    grid-column: 1/2;
  }
}
.footer-widgets .footer-right .menu {
  justify-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer-bottom {
  border-top: 1px solid var(--gray, #909090);
  color: var(--gray, #909090);
  font-size: 13px;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin: 40px 0 0;
  padding: 60px 0 0;
}
@media only screen and (max-width: 1023px) {
  .footer-bottom {
    padding: 30px 0 0;
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 20px 0 0;
    font-size: 10px;
  }
}

.footer-bottom-logo {
  float: unset;
  position: static;
  line-height: 1.5;
}

.footer-bottom-content {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-content {
    margin: 0;
  }
}
.footer-bottom-content .copyright {
  margin: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: menu-buttons */
.mobile-footer-menu-buttons {
  bottom: 0 !important;
}

.mobile-footer-menu-buttons .menu-button {
  display: grid;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.mobile-footer-menu-buttons .menu-button > a {
  background-color: #f1f1f1;
  color: #000;
  padding: 10px 5px 5px;
}
.mobile-footer-menu-buttons .menu-button > a .menu-caption {
  font-size: 10px;
  font-weight: bold;
}
.mobile-footer-menu-buttons .menu-button > a svg {
  fill: #000;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-footer-menu-buttons .menu-button:nth-last-child(3) a {
  background-color: var(--cart, #e3e300);
  color: #000;
}
.mobile-footer-menu-buttons .menu-button:nth-last-child(3) a svg {
  fill: transparent;
}
.mobile-footer-menu-buttons .menu-button:nth-last-child(2) a {
  background-color: var(--sub);
  color: #fff;
}
.mobile-footer-menu-buttons .menu-button:nth-last-child(2) a svg {
  fill: #fff;
}
.mobile-footer-menu-buttons .menu-button:last-child a {
  background-color: var(--theme);
  color: #fff;
}
.mobile-footer-menu-buttons .menu-button:last-child a svg {
  fill: #fff;
}

.menu-close-button {
  text-align: right;
  padding-right: 0.5em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: sidebar */
.sidebar h3 {
  background: var(--theme);
  margin: unset;
  padding: 10px;
  color: var(--mono-white, #fff);
  font-size: 15px;
  font-weight: 700;
  line-height: 180%; /* 27px */
}
.sidebar .widget {
  margin-bottom: 1.5rem;
}
.sidebar .widget_nav_menu ul li a {
  background: var(--mono-light-gray, #f6f8fa);
  margin-bottom: 1px;
  padding: 10px;
  color: var(--mono-light-black, #525962);
  font-size: 15px;
  font-weight: 500;
  line-height: 180%; /* 27px */
}
.sidebar .wp-menu-img-before a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sidebar .wp-menu-img-before img {
  margin: 0;
  min-width: 24px;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar .xo-event-calendar table.xo-month {
  border-width: 1px;
}
.sidebar .xo-event-calendar table.xo-month td,
.sidebar .xo-event-calendar table.xo-month th {
  border: unset;
  font-size: 13px;
  line-height: 1.8;
}
.sidebar .xo-event-calendar table.xo-month td div,
.sidebar .xo-event-calendar table.xo-month th div {
  text-align: center;
}
.sidebar .xo-event-calendar table.xo-month > thead th,
.sidebar .xo-event-calendar table.xo-month .month-dayname-space {
  height: 24px;
}
.sidebar .xo-event-calendar table.xo-month .month-event-space {
  display: none;
}
.sidebar .widget_xo_event_calendar {
  background: var(--mono-light-gray, #f6f8fa);
  padding: 0 10px;
  margin: unset;
}
.sidebar .widget_xo_event_calendar h3 {
  background: unset;
  color: var(--mono-light-black, #525962);
  text-align: center;
  line-height: 180%;
  padding: 4px 0 0;
}
.sidebar .widget_xo_event_calendar .holiday-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 12px;
}
.sidebar .widget_xo_event_calendar + .widget_text {
  background: var(--mono-light-gray, #f6f8fa);
  text-align: center;
  font-size: 12px;
  padding-bottom: 5px;
}

#menu-products-menu .menu-item a {
  padding: 2px;
}
#menu-products-menu .menu-item a img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト */
.breadcrumb.sbp-main-before + .content,
.breadcrumb.pbp-main-before + .content,
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  margin: 0 auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル */
.single-header .archive-title,
.single-header .entry-title,
.article-header .archive-title,
.article-header .entry-title {
  background-color: var(--theme);
  background-image: url(../images/common/h1.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 286px 286px;
  color: var(--mono-white, #fff);
  font-size: 2em;
  font-weight: 700;
  line-height: 160%; /* 48px */
  padding: 1.3333333333em 1em;
  margin: 0 0 2em;
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  .single-header .archive-title,
  .single-header .entry-title,
  .article-header .archive-title,
  .article-header .entry-title {
    grid-template-columns: 30px 1fr;
    gap: 0 5px;
    padding: 0.6666666667em 0.3333333333em;
  }
}
.single-header .archive-title::before,
.single-header .entry-title::before,
.article-header .archive-title::before,
.article-header .entry-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
  .single-header .archive-title::before,
  .single-header .entry-title::before,
  .article-header .archive-title::before,
  .article-header .entry-title::before {
    width: 30px;
    height: 30px;
  }
}
.home .single-header .archive-title,
.home .single-header .entry-title,
.home .article-header .archive-title,
.home .article-header .entry-title {
  display: none;
}
[class*=-edit-policy] .single-header .archive-title, [class*=-privacypolicy] .single-header .archive-title, [class*=-tokushoho] .single-header .archive-title, [class*=-receipt] .single-header .archive-title,
[class*=-edit-policy] .single-header .entry-title,
[class*=-privacypolicy] .single-header .entry-title,
[class*=-tokushoho] .single-header .entry-title,
[class*=-receipt] .single-header .entry-title,
[class*=-edit-policy] .article-header .archive-title,
[class*=-privacypolicy] .article-header .archive-title,
[class*=-tokushoho] .article-header .archive-title,
[class*=-receipt] .article-header .archive-title,
[class*=-edit-policy] .article-header .entry-title,
[class*=-privacypolicy] .article-header .entry-title,
[class*=-tokushoho] .article-header .entry-title,
[class*=-receipt] .article-header .entry-title {
  background-color: var(--secondary-e-3-b-500, #e3b500);
}
[class*=-sekou] .single-header .archive-title::before,
[class*=-sekou] .single-header .entry-title::before,
[class*=-sekou] .article-header .archive-title::before,
[class*=-sekou] .article-header .entry-title::before {
  background-image: url(../images/icon/sekou.svg);
}
[class*=-message] .single-header .archive-title::before,
[class*=-message] .single-header .entry-title::before,
[class*=-message] .article-header .archive-title::before,
[class*=-message] .article-header .entry-title::before {
  background-image: url(../images/icon/message.svg);
}
[class*=-hikaku] .single-header .archive-title::before,
[class*=-hikaku] .single-header .entry-title::before,
[class*=-hikaku] .article-header .archive-title::before,
[class*=-hikaku] .article-header .entry-title::before {
  background-image: url(../images/icon/hikaku.svg);
}
[class*=-kodawari] .single-header .archive-title::before,
[class*=-kodawari] .single-header .entry-title::before,
[class*=-kodawari] .article-header .archive-title::before,
[class*=-kodawari] .article-header .entry-title::before {
  background-image: url(../images/icon/kodawari.svg);
}
[class*=-guide] .single-header .archive-title::before,
[class*=-guide] .single-header .entry-title::before,
[class*=-guide] .article-header .archive-title::before,
[class*=-guide] .article-header .entry-title::before {
  background-image: url(../images/icon/guide.svg);
}
[class*=-hosyou] .single-header .archive-title::before,
[class*=-hosyou] .single-header .entry-title::before,
[class*=-hosyou] .article-header .archive-title::before,
[class*=-hosyou] .article-header .entry-title::before {
  background-image: url(../images/icon/hosyou.svg);
}
[class*=-faq] .single-header .archive-title::before,
[class*=-faq] .single-header .entry-title::before,
[class*=-faq] .article-header .archive-title::before,
[class*=-faq] .article-header .entry-title::before {
  background-image: url(../images/icon/faq.svg);
}
[class*=-voice] .single-header .archive-title::before,
[class*=-voice] .single-header .entry-title::before,
[class*=-voice] .article-header .archive-title::before,
[class*=-voice] .article-header .entry-title::before {
  background-image: url(../images/icon/voice.svg);
}
[class*=-products] .single-header .archive-title::before,
[class*=-products] .single-header .entry-title::before,
[class*=-products] .article-header .archive-title::before,
[class*=-products] .article-header .entry-title::before {
  background-image: url(../images/icon/products.svg);
}
[class*=-column] .single-header .archive-title::before,
[class*=-column] .single-header .entry-title::before,
[class*=-column] .article-header .archive-title::before,
[class*=-column] .article-header .entry-title::before {
  background-image: url(../images/icon/column.svg);
}
[class*=works_category] .single-header .archive-title::before, [class*=place_category] .single-header .archive-title::before, [class*=-works] .single-header .archive-title::before,
[class*=works_category] .single-header .entry-title::before,
[class*=place_category] .single-header .entry-title::before,
[class*=-works] .single-header .entry-title::before,
[class*=works_category] .article-header .archive-title::before,
[class*=place_category] .article-header .archive-title::before,
[class*=-works] .article-header .archive-title::before,
[class*=works_category] .article-header .entry-title::before,
[class*=place_category] .article-header .entry-title::before,
[class*=-works] .article-header .entry-title::before {
  background-image: url(../images/icon/works.svg);
}
[class*=contact-child] .single-header .archive-title, [class*=-contact] .single-header .archive-title,
[class*=contact-child] .single-header .entry-title,
[class*=-contact] .single-header .entry-title,
[class*=contact-child] .article-header .archive-title,
[class*=-contact] .article-header .archive-title,
[class*=contact-child] .article-header .entry-title,
[class*=-contact] .article-header .entry-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
[class*=contact-child] .single-header .archive-title::before, [class*=-contact] .single-header .archive-title::before,
[class*=contact-child] .single-header .entry-title::before,
[class*=-contact] .single-header .entry-title::before,
[class*=contact-child] .article-header .archive-title::before,
[class*=-contact] .article-header .archive-title::before,
[class*=contact-child] .article-header .entry-title::before,
[class*=-contact] .article-header .entry-title::before {
  background-image: url(../images/icon/mail.svg);
}
[class*=sample-child] .single-header .archive-title, [class*=-sample] .single-header .archive-title,
[class*=sample-child] .single-header .entry-title,
[class*=-sample] .single-header .entry-title,
[class*=sample-child] .article-header .archive-title,
[class*=-sample] .article-header .archive-title,
[class*=sample-child] .article-header .entry-title,
[class*=-sample] .article-header .entry-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
[class*=sample-child] .single-header .archive-title::before, [class*=-sample] .single-header .archive-title::before,
[class*=sample-child] .single-header .entry-title::before,
[class*=-sample] .single-header .entry-title::before,
[class*=sample-child] .article-header .archive-title::before,
[class*=-sample] .article-header .archive-title::before,
[class*=sample-child] .article-header .entry-title::before,
[class*=-sample] .article-header .entry-title::before {
  background-image: url(../images/icon/star.svg);
}
[class*=estimate-child] .single-header .archive-title, [class*=-estimate] .single-header .archive-title,
[class*=estimate-child] .single-header .entry-title,
[class*=-estimate] .single-header .entry-title,
[class*=estimate-child] .article-header .archive-title,
[class*=-estimate] .article-header .archive-title,
[class*=estimate-child] .article-header .entry-title,
[class*=-estimate] .article-header .entry-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
[class*=estimate-child] .single-header .archive-title::before, [class*=-estimate] .single-header .archive-title::before,
[class*=estimate-child] .single-header .entry-title::before,
[class*=-estimate] .single-header .entry-title::before,
[class*=estimate-child] .article-header .archive-title::before,
[class*=-estimate] .article-header .archive-title::before,
[class*=estimate-child] .article-header .entry-title::before,
[class*=-estimate] .article-header .entry-title::before {
  background-image: url(../images/icon/dentaku.svg);
}
[class*=order-child] .single-header .archive-title, [class*=-order] .single-header .archive-title,
[class*=order-child] .single-header .entry-title,
[class*=-order] .single-header .entry-title,
[class*=order-child] .article-header .archive-title,
[class*=-order] .article-header .archive-title,
[class*=order-child] .article-header .entry-title,
[class*=-order] .article-header .entry-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
.category .single-header .archive-title::before,
.category .single-header .entry-title::before,
.category .article-header .archive-title::before,
.category .article-header .entry-title::before {
  background-image: url(../images/icon/news.svg);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: エディタースタイル */
.article {
  /*ビジュアルエディターのスタイルを書く*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: 共通 */
}
.article :root {
  --theme: #0083e2;
  --sub: #ff8a00;
}
.article ol,
.article ul {
  padding-left: 1em;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  background: none;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0;
  line-height: 1.8;
}
.article h3 {
  border: unset;
  font-size: 1.125em;
}
.article h4 {
  border: unset;
  font-size: 1em;
}
.article h5 {
  border: unset;
  font-size: 1em;
}
.article h6 {
  border: unset;
  font-size: 1em;
  margin-top: 1em;
}
.article p {
  margin-bottom: 2.1333333333em;
}
.article blockquote::before {
  text-box-trim: trim-both;
  line-height: 1;
  top: 2rem;
  left: 3.6rem;
  color: #fff;
  font-size: 500%;
}
.article blockquote::after {
  display: none;
}
.article .wp-block-quote {
  border-left: 1px solid var(--mono-black, #232a33);
  border-width: 0 0 0 1px;
  background: #f7f7f7;
  padding: 2em 2.6666666667em;
}
.article .wp-block-quote .wp-block-group {
  margin-bottom: 1em;
}
.article .is-layout-flex {
  gap: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .article .is-layout-flex {
    gap: 2rem;
  }
}
.article .article .h3-heading,
.article .article h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.8;
  word-break: break-word;
  border-bottom: 1px solid var(--mono-black, #232a33);
  background: var(--mono-gray, #d9d9d9);
}
@media only screen and (max-width: 767px) {
  .article .article .h3-heading,
  .article .article h3 {
    padding: 6px;
    gap: 6px;
    font-size: 16px;
  }
}
.article .article .h3-heading::before,
.article .article h3::before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background-color: var(--mono-white, #fff);
}
@media only screen and (max-width: 767px) {
  .article .article .h3-heading::before,
  .article .article h3::before {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
}
.article [class*=-contact] .article h4,
.article [class*=-guide] .article h4 {
  font-size: 1.2em;
}
.article .button,
.article .wp-block-button__link {
  background: var(--theme);
  -webkit-box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
  color: var(--mono-white, #fff);
  font-size: 1.2em;
  min-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  text-decoration: none;
  padding: 9px;
}
@media only screen and (max-width: 834px) {
  .article .button,
  .article .wp-block-button__link {
    min-width: 300px;
    font-size: 1.0666666667em;
  }
}
@media only screen and (max-width: 767px) {
  .article .button,
  .article .wp-block-button__link {
    min-width: 200px;
    font-size: 0.9333333333em;
  }
}
.article .button:after,
.article .wp-block-button__link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 12px;
  background-image: url(../images/common/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.article .button:hover,
.article .wp-block-button__link:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  color: var(--mono-white, #fff);
}
.entry-content .article .wp-block-buttons {
  margin-bottom: 6.4rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: wp-block */
.button,
.wp-block-button__link {
  background: var(--theme);
  -webkit-box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
  color: var(--mono-white, #fff);
  font-size: 1.2em;
  min-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  text-decoration: none;
  padding: 9px;
}
@media only screen and (max-width: 834px) {
  .button,
  .wp-block-button__link {
    min-width: 300px;
    font-size: 1.0666666667em;
  }
}
@media only screen and (max-width: 767px) {
  .button,
  .wp-block-button__link {
    min-width: 200px;
    font-size: 0.9333333333em;
  }
}
.button:after,
.wp-block-button__link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 12px;
  background-image: url(../images/common/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button:hover,
.wp-block-button__link:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  color: var(--mono-white, #fff);
}

.wp-block-quote {
  border-left: 1px solid var(--mono-black, #232a33);
  border-width: 0 0 0 1px;
  background: #f7f7f7;
  padding: 2em 2.6666666667em;
}
.wp-block-quote .wp-block-group {
  margin-bottom: 1em;
}

.is-layout-flex {
  gap: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .is-layout-flex {
    gap: 2rem;
  }
}

.point-list.wp-block-columns {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.point-list.wp-block-columns .wp-block-column {
  width: calc((100% - 8.4rem) / 3) !important;
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -webkit-flex-basis: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
}
@media only screen and (max-width: 767px) {
  .point-list.wp-block-columns .wp-block-column {
    width: calc((100% - 2rem) / 2) !important;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: home メインビジュアル */
.home-slider.metaslider.ms-theme-clarity .flexslider {
  margin-bottom: unset;
}
.home-slider.metaslider.ms-theme-clarity .flexslider .slides li {
  margin-top: 0;
  margin-bottom: 0;
}
.home-slider.metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-next {
  right: 1.5rem;
}
.home-slider.metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-prev {
  left: 1.5rem;
}
.home-slider.metaslider.ms-theme-clarity .flexslider .flex-control-nav {
  bottom: 0;
  padding: 12px 0;
}
.home-slider.metaslider.ms-theme-clarity .flexslider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mono-light-gray, #f6f8fa) !important;
  opacity: 1;
}
.home-slider.metaslider.ms-theme-clarity .flexslider .flex-control-nav li a.flex-active {
  background: var(--theme) !important;
}
.home-slider.metaslider.ms-theme-clarity .flexslider .flex-play,
.home-slider.metaslider.ms-theme-clarity .flexslider .flex-pause {
  bottom: 6px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: p-*** */
.p-cta {
  margin: 3em 0;
}

.p-cta-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .p-cta-columns {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.p-cta-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: p-policy */
.p-policy {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .p-policy .wp-block-column {
    padding-inline: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-policy .wp-block-column {
    padding-inline: 20px !important;
  }
}
@media only screen and (max-width: 834px) {
  .p-policy strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-policy strong {
    text-align: center;
    display: block;
    line-height: 1.6;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-policy em {
    display: block;
    line-height: 0;
    opacity: 0;
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-policy .fz-32px {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-policy .fz-24px {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-policy .fz-28px {
    font-size: 23px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ニュース一覧 */
.news-posts-list {
  display: grid;
  gap: 1em;
}

.news-posts-list__item {
  border: 1px solid var(--mono-dark-gray, #a4a4a4);
}

.news-posts-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  gap: 20px;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news-posts-list__link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px 10px;
    padding: 15px;
  }
  .news-posts-list__link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 6px;
    height: 10px;
    background-image: url(../images/common/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.news-posts-list__link:hover {
  background: var(--mono-light-gray, #f6f8fa);
}
.news-posts-list__link:hover::before {
  right: 10px;
}

.news-posts-list__date {
  color: var(--mono-light-black, #525962);
  font-weight: 500;
  white-space: nowrap;
  line-height: 180%; /* 27px */
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .news-posts-list__date {
    font-size: 0.6666666667em;
    font-weight: 500;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.news-posts-list__title {
  color: var(--mono-black, #232a33);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .news-posts-list__title {
    font-size: 0.8em;
    font-weight: 500;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 10px;
  }
}

.news-posts-list__category {
  white-space: nowrap;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  color: var(--theme);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border-radius: 30px;
  background: var(--mono-gray, #d9d9d9);
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 767px) {
  .news-posts-list__category {
    font-size: 0.6666666667em;
    font-weight: 500;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿詳細 */
.single-post .single-header .entry-title::before {
  background-image: url(../images/icon/news.svg);
}
.single-post .article-header .entry-title {
  background: none;
  color: var(--mono-black, #232a33);
  font-size: 1.6em;
  display: block;
  padding: 0;
}
.single-post .article-header .entry-title::before {
  display: none;
}

.single-faq .single-header .entry-title::before {
  background-image: url(../images/icon/faq.svg);
}
.single-faq .article-header {
  margin-top: 2em;
}
.single-faq .article-header .entry-title {
  background: none;
  background-color: var(--mono-light-gray, #f6f8fa);
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
  color: var(--mono-black, #232a33);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  padding: 1rem;
}
.single-faq .article-header .entry-title::before {
  content: "Q";
  -webkit-filter: unset;
          filter: unset;
  background: unset;
  color: var(--theme);
  font-size: 2.2222222222em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: カテゴリー */
.cat-label {
  display: none;
}

.entry-categories-tags .entry-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.entry-categories-tags .entry-categories .cat-link {
  pointer-events: none;
}

.cat-link {
  border-radius: 20px;
  background: var(--mono-gray, #d9d9d9);
  color: var(--theme);
  font-weight: 500;
  line-height: 180%; /* 27px */
  padding: 2px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cat-link:hover {
  background: var(--theme);
  color: var(--mono-white, #fff);
  opacity: 1;
}
.cat-link .fa {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: heading */
.article .h3-heading,
.article h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.8;
  word-break: break-word;
  border-bottom: 1px solid var(--mono-black, #232a33);
  background: var(--mono-gray, #d9d9d9);
}
@media only screen and (max-width: 767px) {
  .article .h3-heading,
  .article h3 {
    padding: 6px;
    gap: 6px;
    font-size: 16px;
  }
}
.article .h3-heading::before,
.article h3::before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background-color: var(--mono-white, #fff);
}
@media only screen and (max-width: 767px) {
  .article .h3-heading::before,
  .article h3::before {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
}

[class*=-contact] .article h4,
[class*=-guide] .article h4 {
  font-size: 1.2em;
}

/*index: 関連記事 */
.related-entry-main-heading {
  background-color: var(--sub);
  background-image: url(../images/common/h2.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 229px 72px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 20px 10px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  line-height: 1.6;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .related-entry-main-heading {
    background-size: 143px 45px;
    padding: 10px 6px;
    font-size: 20px;
  }
}
.related-entry-main-heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  min-width: 4px;
  background-color: var(--mono-black, #232a33);
}
[class*=-edit-policy] .related-entry-main-heading, [class*=-privacypolicy] .related-entry-main-heading, [class*=-tokushoho] .related-entry-main-heading, [class*=-receipt] .related-entry-main-heading {
  background-color: var(--mono-gray, #d9d9d9);
}

.single-column .related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .single-column .related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.single-voice .related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .single-voice .related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.8rem;
  }
}
.single-works .related-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4.6rem;
}
@media only screen and (max-width: 767px) {
  .single-works .related-list {
    gap: 1.8rem;
  }
}

/*index: 固定ページ詳細 */
.type-page h2.wp-block-heading {
  background-color: var(--sub);
  background-image: url(../images/common/h2.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 229px 72px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 20px 10px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  line-height: 1.6;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .type-page h2.wp-block-heading {
    background-size: 143px 45px;
    padding: 10px 6px;
    font-size: 20px;
  }
}
.type-page h2.wp-block-heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  min-width: 4px;
  background-color: var(--mono-black, #232a33);
}
[class*=-edit-policy] .type-page h2.wp-block-heading, [class*=-privacypolicy] .type-page h2.wp-block-heading, [class*=-tokushoho] .type-page h2.wp-block-heading, [class*=-receipt] .type-page h2.wp-block-heading {
  background-color: var(--mono-gray, #d9d9d9);
}

/*index: 商品詳細 */
.type-products h2.wp-block-heading {
  background-color: var(--sub);
  background-image: url(../images/common/h2.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 229px 72px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 20px 10px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  line-height: 1.6;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .type-products h2.wp-block-heading {
    background-size: 143px 45px;
    padding: 10px 6px;
    font-size: 20px;
  }
}
.type-products h2.wp-block-heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  min-width: 4px;
  background-color: var(--mono-black, #232a33);
}
[class*=-edit-policy] .type-products h2.wp-block-heading, [class*=-privacypolicy] .type-products h2.wp-block-heading, [class*=-tokushoho] .type-products h2.wp-block-heading, [class*=-receipt] .type-products h2.wp-block-heading {
  background-color: var(--mono-gray, #d9d9d9);
}
.type-products .entry-categories-tags {
  display: none;
}
.type-products .toc {
  display: none;
}

.product-detail .product-detail__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.4rem 3.7rem;
}
.product-detail .product-detail__content > * {
  width: calc((100% - 3.7rem) / 2);
}
@media only screen and (max-width: 767px) {
  .product-detail .product-detail__content > * {
    width: 100%;
  }
}
.product-detail .product-gallery__slider .gallery__slider-prev,
.product-detail .product-gallery__slider .gallery__slider-next {
  border: none;
  background: #ababab;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-gallery__slider .gallery__slider-prev,
  .product-detail .product-gallery__slider .gallery__slider-next {
    height: 40px;
    padding: 10px 5px;
  }
}
.product-detail .product-gallery__slider .gallery__slider-prev svg,
.product-detail .product-gallery__slider .gallery__slider-next svg {
  width: 12px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-gallery__slider .gallery__slider-prev svg,
  .product-detail .product-gallery__slider .gallery__slider-next svg {
    width: 10px;
    height: 20px;
  }
}
.product-detail .product-gallery__slider .gallery__slider-prev:hover,
.product-detail .product-gallery__slider .gallery__slider-next:hover {
  background: var(--theme);
}
.product-detail .product-gallery__slider .gallery__slider-prev {
  left: -16px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-gallery__slider .gallery__slider-prev {
    left: -10px;
  }
}
.product-detail .product-gallery__slider .gallery__slider-next {
  right: -16px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-gallery__slider .gallery__slider-next {
    right: -10px;
  }
}
.product-detail .product-gallery__slide {
  aspect-ratio: 462/296;
  background-color: var(--mono-light-gray, #f6f8fa);
}
.product-detail .product-gallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail .product-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding-top: 10px;
}
.product-detail .product-gallery__thumbnail {
  aspect-ratio: 3/2;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 3px solid #fff;
}
.product-detail .product-gallery__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail .product-gallery__thumbnail:hover, .product-detail .product-gallery__thumbnail.active {
  border-color: var(--theme);
}
.product-detail .product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-info {
    gap: 2.4rem;
  }
}
.product-detail .product-price, .product-detail .product-info__details {
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
}
.product-detail .product-price dl, .product-detail .product-info__details dl {
  border-top: 1px solid var(--mono-gray, #d9d9d9);
  display: grid;
  grid-template-columns: 160px 1fr;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-price dl, .product-detail .product-info__details dl {
    grid-template-columns: 140px 1fr;
  }
}
.product-detail .product-price dl dt, .product-detail .product-info__details dl dt {
  background: var(--mono-light-gray, #f6f8fa);
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail .product-price dl dd, .product-detail .product-info__details dl dd {
  padding: 0 5px;
  margin: 0;
  background: #fff;
}
.product-detail .product-price dl {
  grid-template-columns: 100px 1fr;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-price dl {
    grid-template-columns: 140px 1fr;
  }
}
.product-detail .product-price dl b {
  font-size: 15px;
}
.product-detail .product-price__net dd b {
  color: var(--secondary-e-30400, #e30400);
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-price__net dd b {
    font-size: 20px;
  }
}
.product-detail .product-price__ref dd b {
  text-decoration: line-through;
}
.product-detail .product-cart form {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product-detail .product-cart form input[type=text] {
  width: 3em !important;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  height: auto !important;
}
.product-detail .product-cart form input[type=submit] {
  background: var(--theme) !important;
  -webkit-box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25) !important;
  color: var(--mono-white, #fff) !important;
  font-size: 1.2em !important;
  border-radius: unset !important;
  border: none !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  padding: 1em !important;
}
@media only screen and (max-width: 834px) {
  .product-detail .product-cart form input[type=submit] {
    font-size: 1.3333333333em !important;
  }
}
.product-detail .button {
  padding: 14px;
}
.product-detail .product-detail__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-detail__list {
    gap: 5px;
  }
}
.product-detail .product-detail__list .item {
  display: grid;
  place-items: center;
  place-content: center;
  padding: 5px;
  background: var(--secondary-2-f-678-e, #2f678e);
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-detail .product-detail__list .item:hover {
  opacity: 1;
  background: var(--theme);
}
.product-detail .product-detail__list .item .icon {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-detail__list .item .icon {
    width: 25px;
    height: 25px;
  }
}
.product-detail .product-detail__list .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.product-detail .product-detail__list .item .title {
  font-size: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-detail__list .item .title {
    font-size: 0.7333333333em;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .product-detail__list .item .title {
    gap: 3px;
  }
}
.product-detail .product-detail__list .item .title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  background-image: url(../images/common/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-detail__list .item .title::after {
    width: 6px;
    height: 10px;
  }
}

/*index: 商品一覧 */
.product-posts-list {
  display: grid;
  gap: 20px;
}

.product-posts-list__link {
  border: 1px solid var(--mono-light-black, #525962);
  color: var(--mono-black, #232a33);
  padding: 10px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-posts-list__link:hover {
  opacity: 1;
  background: var(--mono-light-gray, #f6f8fa);
  color: var(--theme);
}
.product-posts-list__link:hover .product-gallery .product-gallery__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-posts-list__link:hover .product-button .button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.product-posts-list__link .product-detail {
  display: grid;
  grid-template-columns: 305px 1fr 270px;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .product-posts-list__link .product-detail {
    grid-template-columns: 1fr;
  }
}
.product-posts-list__link .product-gallery {
  display: grid;
  gap: 5px;
}
.product-posts-list__link .product-gallery__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  aspect-ratio: unset;
}
.product-posts-list__link .product-gallery__image {
  aspect-ratio: 5/4;
  overflow: hidden;
}
.product-posts-list__link .product-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-posts-list__link .product-title {
  border-left: 3px solid var(--sub, #ff8a00);
  padding-left: 10px;
  font-weight: 700;
}
.product-posts-list__link .product-copy {
  color: var(--mono-black, #232a33);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-posts-list__link .product-info {
  display: grid;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  gap: 10px;
}
.product-posts-list__link .product-button {
  background: var(--mono-light-gray, #f6f8fa);
  padding: 10px;
}
.product-posts-list__link .button {
  min-width: unset;
}

/*index: 商品一覧 絞り込み検索フォーム */
.product-filter-form {
  border-top: 4px solid var(--sub, #ff8a00);
  background: var(--mono-light-gray, #f6f8fa);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  /* アクティブなフィルター */
  /* セレクトボックス用スタイル */
  /* ボタン用スタイル */
  /* 検索結果なしの表示 */
  /* 商品表示アニメーション */
}
@media only screen and (max-width: 767px) {
  .product-filter-form {
    padding: 10px;
  }
}
.product-filter-form .filter-label {
  color: var(--mono-black, #232a33);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-filter-form .filter-label {
    font-size: 16px;
    width: 100%;
  }
}
.product-filter-form .filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 1255px) {
  .product-filter-form .filter-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .product-filter-form .filter-container {
    display: grid;
    width: 100%;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.product-filter-form .filter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-filter-form .filter-section.is-active {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 131, 226, 0.1);
          box-shadow: 0 1px 3px rgba(0, 131, 226, 0.1);
}
.product-filter-form .filter-section.is-active .filter-title {
  color: #0083e2;
}
.product-filter-form .filter-title {
  border: 1px solid var(--mono-dark-gray, #a4a4a4);
  border-right-width: 0;
  background: var(--mono-gray, #d9d9d9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
  padding: 0 6px;
}
@media only screen and (max-width: 767px) {
  .product-filter-form .filter-title {
    font-size: 12px;
    width: 8em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-filter-form .filter-select-container {
  width: 100%;
}
.product-filter-form .filter-select {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--mono-dark-gray, #a4a4a4);
  border-radius: 0;
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6"><path fill="%23666" d="M0 0l6 6 6-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .product-filter-form .filter-select {
    padding: 5px;
    padding-right: 20px;
    background-position: right 5px center;
    font-size: 12px;
  }
}
.product-filter-form .filter-select:focus,
.product-filter-form .is-active .filter-select {
  border-color: #0083e2;
  outline: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 131, 226, 0.2);
          box-shadow: 0 0 4px rgba(0, 131, 226, 0.2);
}
.product-filter-form .filter-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-filter-form .filter-reset-button {
  min-width: unset;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .product-filter-form .filter-reset-button {
    width: 100%;
    max-width: 200px;
  }
}
.product-filter-form .filter-reset-button:after {
  display: none;
}
.product-filter-form .no-results {
  text-align: center;
  padding: 40px;
  font-size: 16px;
  color: #666;
  width: 100%;
}
.product-filter-form .product-posts-list__item {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* フィルター適用中のスタイル */
.product-filter-form.is-filtered {
  background-color: #e9f4ff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 131, 226, 0.1);
          box-shadow: 0 2px 5px rgba(0, 131, 226, 0.1);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: コラム */
.single-column .article-header .entry-title {
  background: none;
  color: var(--mono-black, #232a33);
  font-size: 1.6em;
  display: block;
  padding: 0;
}
.single-column .article-header .entry-title::before {
  display: none;
}

.column-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3rem;
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  .column-posts-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.9rem;
  }
}
[class*=-column] .column-posts-list {
  margin: 4em 0;
}

.column-posts-list__item {
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
}
.column-posts-list__item:nth-child(4):not(.single-column .column-posts-list__item, .page-column .column-posts-list__item) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .column-posts-list__item:nth-child(4):not(.single-column .column-posts-list__item, .page-column .column-posts-list__item) {
    display: block;
  }
}

.column-posts-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  padding-bottom: 1rem;
  height: 100%;
}
.column-posts-list__link:hover {
  background: var(--mono-light-gray, #f6f8fa);
}
.column-posts-list__link:hover .column-posts-list__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.column-posts-list__link .column-posts-list__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column-posts-list__link .column-posts-list__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-posts-list__link .column-posts-list__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  padding: 0 5px;
}
.column-posts-list__link .column-posts-list__category .label {
  border-radius: 30px;
  background: var(--mono-gray, #d9d9d9);
  padding: 0px 6px;
  color: var(--theme);
  font-size: 0.6666666667em;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
}
.column-posts-list__link .column-posts-list__date {
  color: var(--secondary-2-f-678-e, #2f678e);
  font-size: 0.8em;
  font-weight: 500;
  padding: 0 5px;
  line-height: 1;
}
.column-posts-list__link .column-posts-list__title {
  color: var(--mono-light-black, #525962);
  font-size: 0.8666666667em;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.column-posts-list__link .arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  padding: 0 5px;
}
.column-posts-list__link .arrow-right img {
  width: 6px;
  height: 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 施工例 */
.single-works .article-header .entry-title {
  background: none;
  color: var(--mono-black, #232a33);
  font-size: 1.6em;
  display: block;
  padding: 0;
}
.single-works .article-header .entry-title::before {
  display: none;
}

.type-works .entry-categories-tags {
  display: none;
}

.works-posts-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2em 0;
  gap: 5rem 4.6rem;
}
@media only screen and (max-width: 767px) {
  .works-posts-list {
    gap: 1.9rem;
  }
}
[class*=-works] .works-posts-list {
  margin: 4em 0;
}

.works-posts-list__item {
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
}
.works-posts-list__item:nth-child(4):not(.single-works .works-posts-list__item, .page-works .works-posts-list__item) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .works-posts-list__item:nth-child(4):not(.single-works .works-posts-list__item, .page-works .works-posts-list__item) {
    display: block;
  }
}

.works-posts-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 1rem;
  height: 100%;
}
.works-posts-list__link:hover {
  opacity: 1;
  background: var(--mono-light-gray, #f6f8fa);
}
.works-posts-list__link:hover .works-posts-list__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.works-posts-list__link .works-posts-list__image {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
.works-posts-list__link .works-posts-list__image img {
  max-width: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-posts-list__link .works-posts-list__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  padding: 0 5px;
}
.works-posts-list__link .works-posts-list__category .label {
  border-radius: 30px;
  background: var(--mono-gray, #d9d9d9);
  padding: 0px 6px;
  color: var(--theme);
  font-size: 0.6666666667em;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
}
.works-posts-list__link .works-posts-list__date {
  color: var(--secondary-2-f-678-e, #2f678e);
  font-size: 0.8em;
  font-weight: 500;
  padding: 0 5px;
  line-height: 1;
}
.works-posts-list__link .works-posts-list__title {
  color: var(--mono-light-black, #525962);
  font-size: 0.8666666667em;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.works-posts-list__link .arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  padding: 0 5px;
}
.works-posts-list__link .arrow-right img {
  width: 6px;
  height: 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お客様の声 */
.single-voice .article-header .entry-title {
  background: none;
  color: var(--mono-black, #232a33);
  font-size: 1.6em;
  display: block;
  padding: 0;
}
.single-voice .article-header .entry-title::before {
  display: none;
}

.voice-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3.3rem;
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.8rem;
  }
}
[class*=-column] .voice-posts-list {
  margin: 4em 0;
}

.voice-posts-list__item:nth-child(4):not(.single-voice .voice-posts-list__item, .page-voice .voice-posts-list__item) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__item:nth-child(4):not(.single-voice .voice-posts-list__item, .page-voice .voice-posts-list__item) {
    display: block;
  }
}

.voice-posts-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  height: 100%;
  color: var(--mono-light-black, #525962);
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__link {
    border-radius: 10px;
    gap: 5px;
  }
}
.voice-posts-list__link:hover {
  background: var(--mono-light-gray, #f6f8fa);
  color: var(--theme);
  opacity: 1;
}
.voice-posts-list__link:hover .voice-posts-list__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.voice-posts-list__link:hover .arrow-right {
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
}
.voice-posts-list__link .voice-posts-list__image {
  position: relative;
  border: 4px solid var(--mono-gray, #d9d9d9);
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__link .voice-posts-list__image {
    border: 2px solid var(--mono-gray, #d9d9d9);
    border-radius: 10px;
  }
}
.voice-posts-list__link .voice-posts-list__image svg {
  width: 42px;
  height: 19px;
  position: absolute;
  right: 19px;
  bottom: -19px;
  fill: var(--mono-gray, #d9d9d9);
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__link .voice-posts-list__image svg {
    width: 22px;
    height: 10px;
    right: 10px;
    bottom: -10px;
  }
}
.voice-posts-list__link .voice-posts-list__image-img {
  aspect-ratio: 3/2;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__link .voice-posts-list__image-img {
    border-radius: 8px;
  }
}
.voice-posts-list__link .voice-posts-list__image-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-posts-list__link .voice-posts-list__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  padding: 0 5px;
  position: relative;
}
.voice-posts-list__link .voice-posts-list__category .label {
  border-radius: 30px;
  padding: 0px 6px;
  background-color: var(--theme);
  color: var(--mono-white, #fff);
  font-size: 0.6666666667em;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
}
.voice-posts-list__link .voice-posts-list__category.--voice-place .label {
  background-color: var(--sub, #ff8a00);
}
.voice-posts-list__link .voice-posts-list__date {
  display: none;
  color: var(--secondary-2-f-678-e, #2f678e);
  font-size: 0.8em;
  font-weight: 500;
  padding: 0 5px;
  line-height: 1;
}
.voice-posts-list__link .voice-posts-list__title {
  font-size: 0.8666666667em;
  font-weight: 500;
  padding: 0 5px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-posts-list__link .arrow-right {
  border-radius: 0px 0px 10px 10px;
  background: var(--theme);
  -webkit-box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-top: auto;
  padding: 0 5px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__link .arrow-right {
    -webkit-box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
  }
}
.voice-posts-list__link .arrow-right .label {
  font-size: 0.8em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__link .arrow-right .label {
    font-size: 0.8333333333em;
  }
}
.voice-posts-list__link .arrow-right svg {
  width: 6px;
  height: 10px;
}
.voice-posts-list__link .voice-posts-list__name {
  color: var(--mono-dark-gray, #a4a4a4);
  font-size: 0.8em;
  font-weight: 500;
  padding: 0 5px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .voice-posts-list__link .voice-posts-list__name {
    font-size: 0.8333333333em;
  }
}

.p-staff-comment {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 3rem;
}
.p-staff-comment .p-staff-comment-img {
  aspect-ratio: 1/1;
  width: 100%;
}
.p-staff-comment .p-staff-comment-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-comment .p-staff-comment-desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.p-staff-comment .p-staff-comment-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-staff-comment .p-staff-comment-label svg {
  width: 20px;
  height: 20px;
}
.p-staff-comment .p-staff-comment-label span {
  color: var(--mono-dark-gray, #a4a4a4);
  font-size: 0.8666666667em;
  font-weight: 500;
  line-height: 1.5;
}
.p-staff-comment .p-staff-comment-title {
  font-size: 1.2em;
  font-weight: 700;
}
.p-staff-comment .p-staff-comment-text {
  font-weight: 500;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 商品 */
.article h2.products-category-list__heading {
  background-color: var(--sub);
  background-image: url(../images/common/h2.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 229px 72px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 20px 10px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  line-height: 1.6;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .article h2.products-category-list__heading {
    background-size: 143px 45px;
    padding: 10px 6px;
    font-size: 20px;
  }
}
.article h2.products-category-list__heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  min-width: 4px;
  background-color: var(--mono-black, #232a33);
}
[class*=-edit-policy] .article h2.products-category-list__heading, [class*=-privacypolicy] .article h2.products-category-list__heading, [class*=-tokushoho] .article h2.products-category-list__heading, [class*=-receipt] .article h2.products-category-list__heading {
  background-color: var(--mono-gray, #d9d9d9);
}

.products-category-list__list {
  display: grid;
  gap: 2rem;
}

.products-category-list__item:nth-child(even) .products-category-list__link {
  grid-template-columns: auto 50.2070393375%;
}
@media only screen and (max-width: 767px) {
  .products-category-list__item:nth-child(even) .products-category-list__link {
    grid-template-columns: 1fr;
  }
}
.products-category-list__item:nth-child(even) .products-category-list__link .products-category-list__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .products-category-list__item:nth-child(even) .products-category-list__link .products-category-list__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.products-category-list__card, .products-category-list__link {
  background: var(--mono-light-gray, #f6f8fa);
  padding: 2rem;
  color: var(--mono-black, #232a33);
  line-height: 1.8;
  text-decoration: none;
  display: grid;
  grid-template-columns: 50.2070393375% auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .products-category-list__card, .products-category-list__link {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.products-category-list__card:hover, .products-category-list__link:hover {
  background: var(--mono-light-gray, #f6f8fa);
  color: var(--theme);
  opacity: 1;
}
.products-category-list__card:hover .button, .products-category-list__link:hover .button {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.products-category-list__card:hover .products-category-list__image img, .products-category-list__link:hover .products-category-list__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products-category-list__card .products-category-list__image, .products-category-list__link .products-category-list__image {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.products-category-list__card .products-category-list__image figure, .products-category-list__link .products-category-list__image figure,
.products-category-list__card .products-category-list__image span,
.products-category-list__link .products-category-list__image span {
  aspect-ratio: 24/20;
  overflow: hidden;
}
.products-category-list__card .products-category-list__image img, .products-category-list__link .products-category-list__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-category-list__card .products-category-list__description, .products-category-list__link .products-category-list__description {
  display: grid;
  place-content: start;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .products-category-list__card .products-category-list__description, .products-category-list__link .products-category-list__description {
    gap: 0.5rem;
  }
}
.products-category-list__card .products-category-list__description .products-category-list__title, .products-category-list__link .products-category-list__description .products-category-list__title {
  font-size: 1.6em;
  font-weight: 700;
  border-left: 3px solid var(--sub, #ff8a00);
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .products-category-list__card .products-category-list__description .products-category-list__title, .products-category-list__link .products-category-list__description .products-category-list__title {
    font-size: 1.5em;
  }
}
.products-category-list__card .products-category-list__description .products-category-list__lead, .products-category-list__link .products-category-list__description .products-category-list__lead {
  color: var(--sub, #ff8a00);
  font-size: 1.2em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .products-category-list__card .products-category-list__description .products-category-list__lead, .products-category-list__link .products-category-list__description .products-category-list__lead {
    font-size: 1.25em;
  }
}
.products-category-list__card .products-category-list__description .products-category-list__text, .products-category-list__link .products-category-list__description .products-category-list__text {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .products-category-list__card .products-category-list__description .products-category-list__text, .products-category-list__link .products-category-list__description .products-category-list__text {
    font-size: 0.9230769231em;
  }
}
.products-category-list__card .products-category-list__description .button, .products-category-list__link .products-category-list__description .button {
  max-width: 250px;
  min-width: unset;
  padding: 1rem;
}

.products-category-list-3__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .products-category-list-3__list {
    grid-template-columns: 1fr;
  }
}

.products-category-list-3__item {
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
}

.products-category-list-3__link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  color: var(--mono-black, #232a33);
  text-decoration: none;
  padding-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-category-list-3__link:hover {
  color: var(--theme);
  opacity: 1;
}
.products-category-list-3__link:hover .products-category-list-3__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products-category-list-3__link .products-category-list-3__image {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.products-category-list-3__link .products-category-list-3__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-category-list-3__link .products-category-list-3__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  font-size: 1.6em;
  font-weight: 700;
}
.products-category-list-3__link .products-category-list-3__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--theme);
}
@media only screen and (max-width: 767px) {
  .products-category-list-3__link .products-category-list-3__title::before {
    width: 6px;
    height: 3px;
    border-radius: 3px;
  }
}
.products-category-list-3__link .products-category-list-3__text {
  font-size: 0.8666666667em;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-category-list-3__link .arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  padding: 0 5px;
}
.products-category-list-3__link .arrow-right img {
  width: 6px;
  height: 10px;
}

/*index: アーカイブ */
.archive-title {
  background-color: var(--theme);
  background-image: url(../images/common/h1.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 286px 286px;
  color: var(--mono-white, #fff);
  font-size: 2em;
  font-weight: 700;
  line-height: 160%; /* 48px */
  padding: 1.3333333333em 1em;
  margin: 0 0 2em;
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  .archive-title {
    grid-template-columns: 30px 1fr;
    gap: 0 5px;
    padding: 0.6666666667em 0.3333333333em;
  }
}
.archive-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
  .archive-title::before {
    width: 30px;
    height: 30px;
  }
}
.home .archive-title {
  display: none;
}
[class*=-edit-policy] .archive-title, [class*=-privacypolicy] .archive-title, [class*=-tokushoho] .archive-title, [class*=-receipt] .archive-title {
  background-color: var(--secondary-e-3-b-500, #e3b500);
}
[class*=-sekou] .archive-title::before {
  background-image: url(../images/icon/sekou.svg);
}
[class*=-message] .archive-title::before {
  background-image: url(../images/icon/message.svg);
}
[class*=-hikaku] .archive-title::before {
  background-image: url(../images/icon/hikaku.svg);
}
[class*=-kodawari] .archive-title::before {
  background-image: url(../images/icon/kodawari.svg);
}
[class*=-guide] .archive-title::before {
  background-image: url(../images/icon/guide.svg);
}
[class*=-hosyou] .archive-title::before {
  background-image: url(../images/icon/hosyou.svg);
}
[class*=-faq] .archive-title::before {
  background-image: url(../images/icon/faq.svg);
}
[class*=-voice] .archive-title::before {
  background-image: url(../images/icon/voice.svg);
}
[class*=-products] .archive-title::before {
  background-image: url(../images/icon/products.svg);
}
[class*=-column] .archive-title::before {
  background-image: url(../images/icon/column.svg);
}
[class*=works_category] .archive-title::before, [class*=place_category] .archive-title::before, [class*=-works] .archive-title::before {
  background-image: url(../images/icon/works.svg);
}
[class*=contact-child] .archive-title, [class*=-contact] .archive-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
[class*=contact-child] .archive-title::before, [class*=-contact] .archive-title::before {
  background-image: url(../images/icon/mail.svg);
}
[class*=sample-child] .archive-title, [class*=-sample] .archive-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
[class*=sample-child] .archive-title::before, [class*=-sample] .archive-title::before {
  background-image: url(../images/icon/star.svg);
}
[class*=estimate-child] .archive-title, [class*=-estimate] .archive-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
[class*=estimate-child] .archive-title::before, [class*=-estimate] .archive-title::before {
  background-image: url(../images/icon/dentaku.svg);
}
[class*=order-child] .archive-title, [class*=-order] .archive-title {
  background-color: var(--secondary-2-f-678-e, #2f678e);
}
.category .archive-title::before {
  background-image: url(../images/icon/news.svg);
}
.archive-title .fa {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション */
.pagination-next {
  display: none;
}

.pagination {
  margin: 1em 0;
}
.pagination .page-numbers {
  background: var(--theme);
  border-radius: 0;
  border-color: var(--theme);
  color: var(--mono-white, #fff);
}
.pagination .current {
  background-color: #fff;
  color: var(--theme);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 目次 */
.toc .toc-list > li .toc-toggle-btn {
  position: relative;
  z-index: 9;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  width: 1.5em;
  height: 1em;
  margin-left: 1rem;
  pointer-events: none;
}
.toc .toc-list > li .toc-toggle-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 12px;
  height: 2px;
  background-color: var(--mono-black, #232a33);
}
.toc .toc-list > li .toc-toggle-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background-color: var(--mono-black, #232a33);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.toc .toc-list > li .is-hover.toc-toggle-btn::before, .toc .toc-list > li .is-hover.toc-toggle-btn::after {
  background-color: var(--theme);
}

.toc {
  background: var(--mono-light-gray, #f6f8fa);
  width: 100%;
}
.toc .toc-list > li {
  position: relative;
}
.toc .toc-list > li a {
  position: relative;
  z-index: 1;
}
.toc .toc-list > li.is-open .toc-toggle-btn::after {
  height: 0;
}
.toc .toc-list > li > ol {
  height: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding-top: 2em;
  margin-top: -2em;
}
.toc .toc-list > li > ol.is-open {
  height: auto;
}
.toc .toc-list li {
  list-style: none;
}
.toc .toc-list li::before {
  color: var(--theme);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--theme);
  display: inline-block;
  margin-right: 5px;
  margin-left: -14px;
}
.toc .toc-list li li::before {
  background: var(--mono-dark-gray, #a4a4a4);
}
.toc .toc-list li li a {
  color: var(--mono-light-black, #525962);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: カテゴリーリスト */
.article .category-list-title {
  border-bottom: 1px solid var(--theme);
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 0;
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  margin: 1em 0;
}
.category-list .category-link {
  border-radius: 30px;
  background: #efefef;
  color: var(--theme);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.9333333333em;
}
.category-list .category-link:hover {
  background: var(--theme);
  color: var(--mono-white, #fff);
}
.single-voice .category-list .category-link {
  pointer-events: none;
  background: var(--theme);
  color: var(--mono-white, #fff);
}
.single-voice .category-list .category-link.--place {
  background: var(--sub);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: FAQ */
/* FAQカテゴリーセクション */
.faq-category-section {
  margin-bottom: 3rem;
}

.article .faq-category-title {
  background-color: var(--sub);
  background-image: url(../images/common/h2.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 229px 72px;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 20px 10px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  line-height: 1.6;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .article .faq-category-title {
    background-size: 143px 45px;
    padding: 10px 6px;
    font-size: 20px;
  }
}
.article .faq-category-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  min-width: 4px;
  background-color: var(--mono-black, #232a33);
}
[class*=-edit-policy] .article .faq-category-title, [class*=-privacypolicy] .article .faq-category-title, [class*=-tokushoho] .article .faq-category-title, [class*=-receipt] .article .faq-category-title {
  background-color: var(--mono-gray, #d9d9d9);
}

/* FAQ投稿リスト */
.faq-posts-list {
  display: grid;
  gap: 2rem;
}

.faq-posts-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border-radius: 10px;
  background: var(--mono-light-gray, #f6f8fa);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-posts-list__item {
    padding: 0 1em;
  }
}

.faq-posts-list__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  padding-right: 1em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-posts-list__question {
    gap: 1em;
    padding: 1rem 0;
    padding-right: 0.5em;
  }
}
.faq-posts-list__question:hover .faq-posts-list__title {
  color: var(--theme);
}
.faq-posts-list__question:hover .faq-posts-list__toggle-icon::before, .faq-posts-list__question:hover .faq-posts-list__toggle-icon::after {
  background-color: var(--theme);
}

.faq-posts-list__en {
  color: var(--theme);
  text-box-trim: trim-both;
  font-size: 2.6666666667em;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .faq-posts-list__en {
    font-size: 2.5em;
  }
}

.faq-posts-list__title {
  font-weight: 500;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-posts-list__toggle {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.faq-posts-list__toggle-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
}
.faq-posts-list__toggle-icon::before, .faq-posts-list__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--mono-black, #232a33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-posts-list__toggle-icon::before {
  width: 1em;
  height: 2px;
  inset: 0;
  margin: auto;
}
.faq-posts-list__toggle-icon::after {
  width: 2px;
  height: 1em;
  inset: 0;
  margin: auto;
}

.faq-posts-list__answer {
  max-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .faq-posts-list__answer {
    gap: 1em;
  }
}
.faq-posts-list__answer .faq-posts-list__en {
  color: var(--sub);
}

.faq-posts-list__content {
  padding: 1.5rem 0;
}
.faq-posts-list__content > *:last-child {
  margin-bottom: 0;
}

.faq-posts-list__item.active .faq-posts-list__question {
  border-bottom: 1px solid var(--mono-gray, #d9d9d9);
}
.faq-posts-list__item.active .faq-posts-list__question .faq-posts-list__toggle-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 施工例絞り込み検索 */
.filter-form {
  margin-bottom: 40px;
}
.filter-form .filter-section {
  margin-bottom: 2em;
}
.filter-form .filter-title {
  font-size: 1.2em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.filter-form .filter-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--theme);
}
@media only screen and (max-width: 767px) {
  .filter-form .filter-title:before {
    width: 6px;
    height: 3px;
    border-radius: 3px;
  }
}
.filter-form .filter-checkbox-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  padding: 20px;
  gap: 20px;
  border-radius: 10px;
  border: 1px dashed var(--sub, #ff8a00);
  background: var(--mono-light-gray, #f6f8fa);
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .filter-form .filter-checkbox-container {
    border-radius: 5px;
    padding: 10px;
    gap: 10px;
  }
}
.filter-form .checkbox-label-text {
  font-size: 1em;
  font-weight: 700;
}
.filter-form .filter-checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-form .filter-checkbox-label:hover {
  color: var(--theme);
  opacity: 1;
}
.filter-form .filter-checkbox-label:hover .filter-checkbox-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.filter-form .filter-checkbox-image {
  overflow: hidden;
  aspect-ratio: 28/16;
  width: 100%;
}
.filter-form .filter-checkbox-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-form .filter-checkbox-label-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.filter-form .filter-checkbox:checked + .checkbox-label-text {
  color: var(--theme);
}
.filter-form .filter-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-form .filter-submit-button {
  border: none;
  padding: 12px 25px;
  font-weight: bold;
}
.filter-form .button {
  min-width: 300px;
}
@media only screen and (max-width: 767px) {
  .filter-form .button {
    min-width: 100px;
  }
}
.filter-form .filter-reset-button {
  background-color: #f5f5f5;
  color: var(--mono-black, #232a33);
  padding: 12px 25px;
  font-weight: bold;
}
.filter-form .filter-reset-button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.filter-form .filter-reset-button:hover {
  background-color: #e5e5e5;
  color: var(--mono-black, #232a33);
}
.filter-form .no-results {
  padding: 30px;
  text-align: center;
  font-weight: bold;
  color: #666;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin: 20px 0;
}
.filter-form .filter-section-place .filter-checkbox-image {
  position: relative;
}
.filter-form .filter-section-place .filter-checkbox-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--theme, #0083e2);
  opacity: 0.8;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.filter-form .filter-section-place .filter-checkbox-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6em;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/voice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
  .filter-form .filter-section-place .filter-checkbox-image::after {
    width: 2.5em;
  }
}
.filter-form .filter-section-product .filter-checkbox-label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .filter-form .filter-section-product .filter-checkbox-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.filter-form .filter-section-product .filter-checkbox-image {
  position: relative;
  width: 100px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .filter-form .filter-section-product .filter-checkbox-image {
    aspect-ratio: 24/16;
    width: 100%;
  }
}
.filter-form .filter-section-product .filter-checkbox-label-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.filter-form .filter-section-product .checkbox-label-text {
  font-size: 1em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: タクソノミー一覧 */
.tag-header .entry-title {
  background: none;
}

.products-category-list__card:hover {
  color: var(--mono-black, #232a33);
}
.products-category-list__card:hover .products-category-list__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お問い合わせフォーム */
.text-red {
  color: var(--red);
}

form .required {
  color: var(--red);
}
form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
form .form-group.form-group-size .form-group-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
}
form .form-group.form-group-size .form-group-content .radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 15px;
}
form .form-group .form-group-title {
  font-weight: 700;
}
form .form-group .form-group-title p {
  margin-bottom: 0;
}
form .form-group .form-group-content {
  width: 70%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  form .form-group .form-group-content {
    width: 100%;
  }
}
form .form-group .form-group-content p {
  margin: 0;
}
form .form-group .form-group-content input[type=text],
form .form-group .form-group-content input[type=tel],
form .form-group .form-group-content input[type=email],
form .form-group .form-group-content textarea {
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
}
form .form-group .form-group-content select {
  width: auto;
  padding: 8px;
  border: unset;
  border-radius: unset;
  background: #f2f2f2;
}
form .form-group .form-group-content .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .form-group .form-group-content .radio .wpcf7-list-item {
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form .form-group .form-group-content .radio .wpcf7-list-item:hover {
  color: var(--theme);
}
form .form-group .form-group-content .radio input:checked + .wpcf7-list-item-label {
  color: var(--theme);
}
form .form-group .form-group-content .place_other {
  height: 5em;
}
form .form-agreement {
  text-align: center;
}
form .policy-text {
  text-align: center;
}
form .button {
  max-width: 400px;
  margin: 0 auto;
  border: unset;
  padding: 10px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  form .button {
    max-width: 300px;
  }
}

[class*=-sample] .article h3,
[class*=-estimate] .article h3 {
  font-size: 1.6em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  [class*=-sample] .article h3,
  [class*=-estimate] .article h3 {
    font-size: 1.2em;
  }
}
[class*=-sample] .article h3:before,
[class*=-estimate] .article h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--theme);
}
@media only screen and (max-width: 767px) {
  [class*=-sample] .article h3:before,
  [class*=-estimate] .article h3:before {
    width: 6px;
    height: 3px;
    border-radius: 3px;
  }
}

.form-group-note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.form-product-checkbox {
  border-radius: 10px;
  border: 1px dashed var(--sub, #ff8a00);
  background: var(--mono-light-gray, #f6f8fa);
  padding: 20px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .form-product-checkbox {
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.form-product-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-product-label:hover {
  color: var(--theme);
}
.form-product-label input:checked + .form-product-info {
  color: var(--theme);
}

.form-product-info {
  display: grid;
}

.form-product-image {
  aspect-ratio: 1/1;
  width: 100px;
  overflow: hidden;
}
.form-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-group-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: var(--mono-light-gray, #f6f8fa);
}
@media only screen and (max-width: 767px) {
  .form-group-bg {
    padding: 10px;
    gap: 10px;
  }
}
.form-group-bg p,
.form-group-bg .form-group {
  margin-bottom: 0;
}
[class*=-estimate] .form-group-bg .form-group-bg-title {
  margin: 0;
}
[class*=-estimate] .form-group-bg .form-group-bg-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  border-radius: unset;
  background-color: unset;
  background-image: url(../images/icon/quantity.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1785%) hue-rotate(189deg) brightness(97%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1785%) hue-rotate(189deg) brightness(97%) contrast(98%);
}
[class*=-estimate] .form-group-bg .form-group-bg-title.--seen::before {
  background-image: url(../images/icon/seen.svg);
  -webkit-filter: unset;
          filter: unset;
}

/* セレクトボックス版の商品選択フォーム */
.products_select .form-product-select {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-top: 1px solid var(--mono-black, #232a33);
  background: var(--mono-white, #fff);
}
@media only screen and (max-width: 767px) {
  .products_select .form-product-select {
    padding: 15px 10px;
  }
}
.products_select .form-product-select:last-child {
  border-bottom: 1px solid var(--mono-black, #232a33);
}
.products_select .form-product-select-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 834px) {
  .products_select .form-product-select-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.products_select .form-product-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 110px;
}
.products_select .form-product-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .products_select .form-product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.products_select .form-product-details-right,
.products_select .form-product-details {
  margin: 0;
}
.products_select .form-product-details-right .form-product-detail,
.products_select .form-product-details .form-product-detail {
  background: unset;
}
.products_select .form-product-details-right .form-product-detail .detail-label,
.products_select .form-product-details .form-product-detail .detail-label {
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .products_select .form-product-details-right .form-product-detail .detail-label,
  .products_select .form-product-details .form-product-detail .detail-label {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .products_select .form-product-details-right .form-product-detail .detail-label,
  .products_select .form-product-details .form-product-detail .detail-label {
    width: 100px;
  }
}
.products_select .form-product-details-right .detail-label,
.products_select .form-product-details .detail-label {
  font-weight: normal;
  font-size: 15px;
  white-space: nowrap;
  padding: 0 1em;
}
@media screen and (max-width: 1200px) {
  .products_select .form-product-details-right .detail-label,
  .products_select .form-product-details .detail-label {
    width: 150px;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .products_select .form-product-details-right .detail-label,
  .products_select .form-product-details .detail-label {
    width: 100px;
    padding: 0 5px;
    font-size: 12px;
  }
}
.products_select .form-product-details-right .detail-value,
.products_select .form-product-details .detail-value {
  font-weight: normal;
  font-size: 15px;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .products_select .form-product-details-right .detail-value,
  .products_select .form-product-details .detail-value {
    font-size: 12px;
  }
}
.products_select .form-product-details-right th {
  border-width: 0;
}
@media only screen and (max-width: 767px) {
  .products_select .form-product-details-right th {
    border-width: 1px;
  }
}
.products_select .form-product-details-right .form-product-detail:first-child > * {
  border-top-width: 0;
}
.products_select .form-product-quantity {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 8px;
  border: unset;
  border-radius: unset;
  background: #f2f2f2;
  width: auto;
}
.products_select .no-image {
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
}

.cf7-form-tabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cf7-form-tabs .tab-radio {
  display: none;
}
.cf7-form-tabs .cf7-form-tab-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .cf7-form-tabs .cf7-form-tab-items {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.cf7-form-tabs .cf7-form-tab-item {
  cursor: pointer;
}
.cf7-form-tabs .cf7-form-tab-item svg {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  fill: var(--mono-dark-gray, #a4a4a4);
}
@media only screen and (max-width: 767px) {
  .cf7-form-tabs .cf7-form-tab-item svg {
    width: 25px;
    min-width: 25px;
  }
}
.cf7-form-tabs .cf7-form-tab-item label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 20px 20px 0px 0px;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: var(--mono-dark-gray, #a4a4a4);
  color: var(--mono-black, #232a33);
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cf7-form-tabs .cf7-form-tab-item label {
    border-radius: 10px 10px 0 0;
    height: 50px;
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.cf7-form-tabs .cf7-form-tab-pane {
  display: none;
}
.cf7-form-tabs #tab1:checked ~ .cf7-form-tab-items .cf7-form-tab-item.--quantity svg {
  fill: var(--theme);
}
.cf7-form-tabs #tab1:checked ~ .cf7-form-tab-items .cf7-form-tab-item.--quantity label {
  border-color: var(--theme);
}
.cf7-form-tabs #tab1:checked ~ .cf7-form-tab-content .cf7-form-tab-pane:nth-of-type(1) {
  display: block;
}
.cf7-form-tabs #tab2:checked ~ .cf7-form-tab-items .cf7-form-tab-item.--seen svg {
  fill: var(--sub);
}
.cf7-form-tabs #tab2:checked ~ .cf7-form-tab-items .cf7-form-tab-item.--seen label {
  border-color: var(--sub);
}
.cf7-form-tabs #tab2:checked ~ .cf7-form-tab-content .cf7-form-tab-pane:nth-of-type(2) {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 非表示コンテンツ */
li.search-menu-button.menu-button {
  display: none !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: POPUP バナー */
.popup_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100000;
  width: 280px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .popup_bnr {
    display: none;
  }
}
.popup_bnr.--open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.popup_bnr__close {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 2;
}
.popup_bnr__close .fa {
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 10px;
}

.popup_bnr__inner {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup_bnr__link {
  display: block;
}
.popup_bnr__link img {
  vertical-align: middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: モバイルナビゲーションメニュー */
.navi-menu-header .logo {
  position: absolute;
  padding: 10px;
  top: 0;
}
.navi-menu-header .logo img {
  width: 150px;
}

.menu-content .navi-menu-title {
  background-color: var(--theme);
  padding: 10px;
  margin: 0 1em;
}
.menu-content .navi-menu-title .label {
  color: var(--mono-white, #fff);
  font-size: 18px;
  font-weight: 700;
}
.menu-content .mobile-navi-menu-banner {
  padding-top: 3rem;
  display: grid;
  gap: 1rem;
}
.menu-content .mobile-navi-menu-banner a {
  padding: 0;
}
.menu-content .mobile-navi-menu-banner a img {
  aspect-ratio: unset;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-content .mobile-navi-menu-banner a span {
  display: none;
}
.menu-content .mobile-navi-menu-main li,
.menu-content .mobile-navi-menu-products li,
.menu-content .mobile-navi-menu-policy li,
.menu-content .mobile-navi-menu-pickup li {
  border-bottom: 1px solid var(--mono-white, #fff);
}
.menu-content .mobile-navi-menu-main li a,
.menu-content .mobile-navi-menu-products li a,
.menu-content .mobile-navi-menu-policy li a,
.menu-content .mobile-navi-menu-pickup li a {
  background: var(--mono-light-gray, #f6f8fa);
  color: var(--mono-black, #232a33);
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.menu-content .mobile-navi-menu-main li a img,
.menu-content .mobile-navi-menu-policy li a img,
.menu-content .mobile-navi-menu-pickup li a img {
  width: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: menu-bnr_menu */
#menu-bnr_menu-1 {
  display: grid;
  gap: 1.5rem;
}
#menu-bnr_menu-1 a {
  background: unset;
  padding: 0;
}
#menu-bnr_menu-1 a span {
  display: none;
}
#menu-bnr_menu-1 a img {
  width: 100%;
  height: auto;
  aspect-ratio: unset;
}

#menu-products-menu-1 a img {
  width: 100%;
  height: 100%;
  max-width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 商品選択フォーム */
.products_seen .form-product-select {
  border-bottom: 1px dashed #000;
  padding-block: 20px;
}
.products_seen .form-product-select:last-child {
  border-bottom: none;
}
.products_seen .form-product-select-container {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .products_seen .form-product-select-container {
    grid-template-columns: 1fr;
  }
}
.products_seen .product-fields-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.products_seen .product-fields-section-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .products_seen .product-fields-section-item {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .products_seen .product-label {
    text-align: center;
  }
}
.products_seen .form-product-image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .products_seen .form-product-image {
    width: 110px;
    margin: auto;
    margin-bottom: 5px;
  }
}
.products_seen .form-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.products_seen .product-fields-box {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 20px;
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .products_seen .product-fields-box {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
  }
}
.products_seen .product-fields-title {
  font-weight: bold;
}
.products_seen .form-product-detail {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .products_seen .form-product-detail {
    grid-template-columns: 1fr;
  }
}
.products_seen .detail-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.products_seen .detail-value textarea {
  width: 100%;
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
}
.products_seen input[type=text] {
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=custom.css.map */