.alignnarrow {
  width: 100%;
  margin: 0 auto;
  max-width: calc(800px + 4rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
}

.alignwide {
  width: 100%;
  max-width: 100%;
  padding-left: max(2rem, (100vw - 1200px) / 2) !important;
  padding-right: max(2rem, (100vw - 1200px) / 2) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alignfull {
  width: 100%;
  max-width: 100%;
  padding-left: max(2rem, (100vw - 1600px) / 2);
  padding-right: max(2rem, (100vw - 1600px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.breadcrumb {
  margin: 0 auto;
  padding: 100px 2rem 2rem;
  width: 100%;
  font-size: 0.8rem;
  color: #888;
  font-weight: bold;
}
.breadcrumb a {
  color: #888;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .breadcrumb {
    margin: 0 auto;
    padding: 80px 2rem 2rem;
  }
}
footer .wp-block-group,
footer .wp-block-columns {
  max-width: 100% !important;
}
footer p {
  margin-top: 0 !important;
}
footer p a {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
}

a.wp-block-button__link {
  line-height: 1;
}

a.wp-block-button__link:hover {
  background: #333;
  color: #fff !important;
}

a img:hover {
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #333;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transform: translateY(0);
  }
}
.loader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@-webkit-keyframes pulse {
  0%, 80%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 80%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0%, 80%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0%, 80%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: red;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

/* Header styles for top page */
.site-header {
  width: 100%;
  top: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1000;
}

.site-header .logo {
  width: 350px;
}

.site-header.top-page {
  position: fixed;
  background: transparent;
  color: #333;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.site-header.top-page .hamburger {
  color: #333;
}

/* Scrolled and sub-page styles */
.site-header.scrolled,
.site-header:not(.top-page) {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}

.site-header.scrolled .logo,
.site-header:not(.top-page) .logo {
  -webkit-filter: none;
          filter: none; /* red logo */
}

.site-header.scrolled .hamburger,
.site-header:not(.top-page) .hamburger {
  color: #333;
}

/* Hamburger menu styles */
.hamburger {
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1003;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 980px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger.open .hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 7px);
          transform: rotate(45deg) translate(6px, 7px);
  background: #333;
  width: 28px;
}

.hamburger.open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
  background: #333;
  width: 28px;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background: currentColor;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

/* Main navigation styles */
.main-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

.main-nav li {
  list-style: none;
}
.main-nav li img {
  display: inline-block;
  width: 18px;
  vertical-align: -3px;
  margin-right: 3px;
}

.main-nav a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

/* Responsive for mobile */
@media (max-width: 980px) {
  .site-header {
    padding: 1rem;
  }
  .site-header .logo {
    width: 280px;
  }
  .main-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    padding: 4rem 2rem;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 1001;
  }
  .main-nav.open {
    right: 0;
  }
  .main-nav a {
    color: #333;
  }
  .main-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.hero-img {
  position: relative;
  width: 100%;
  height: 66vh;
  overflow: hidden;
}

.hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-img div {
  padding-top: 80px;
  width: 700px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
}
.hero-img div h1 {
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .hero-img div {
    width: 680px;
  }
  .hero-img div h1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-img {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
  .hero-img div {
    width: 90%;
    padding-top: 70px;
  }
  .hero-img div h1 {
    font-size: 1.2rem;
  }
}
.brands {
  padding: 2rem;
}
.brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 3rem;
  padding: 0;
  margin: 0;
}
.brands ul li img {
  width: auto;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .brands {
    padding: 2rem 1rem;
  }
  .brands ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  .brands ul li img {
    width: auto;
    height: 20px;
  }
}
ul.news {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
ul.news li.post-item,
ul.news div.post-item {
  position: relative;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 1rem 0;
  gap: 1rem;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
ul.news li.post-item::after,
ul.news div.post-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 1.5rem;
  bottom: 8px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#888888), to(#f3f3f3));
  background: linear-gradient(to right, #888888, #f3f3f3);
  z-index: 1;
}
ul.news li.post-item::before,
ul.news div.post-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/toomarker/assets/img/icon_brush.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
ul.news li.post-item .category-label,
ul.news div.post-item .category-label {
  min-width: 120px;
  background-color: #888;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 30px;
  padding: 0.1rem 1rem;
  text-align: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}
ul.news li.post-item .post-date,
ul.news div.post-item .post-date {
  font-size: 0.8rem;
  color: #666;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
ul.news li.post-item .post-title,
ul.news div.post-item .post-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
ul.news div.post-item {
  padding-top: 3rem;
}

@media (max-width: 768px) {
  ul.news {
    padding: 0 1rem 0 2rem;
  }
  ul.news li.post-item,
  ul.news div.post-item {
    padding: 1rem 0;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.news li.post-item .category-label,
  ul.news div.post-item .category-label {
    min-width: 100px;
    font-size: 0.7rem;
    padding: 0.1rem 0.5rem;
  }
  ul.news li.post-item .post-date,
  ul.news div.post-item .post-date {
    font-size: 0.8rem;
  }
  ul.news li.post-item .post-title,
  ul.news div.post-item .post-title {
    width: 100%;
    font-size: 1rem;
    display: block;
  }
  ul.news div.post-item {
    padding-top: 2rem;
  }
}
.box5col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
}
.box5col div {
  width: 20%;
  padding: 1rem 0.5rem 3rem;
}
.box5col div .tmb {
  width: 100%;
  height: auto;
}
.box5col div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box5col div .logo {
  height: 30px;
  width: auto;
  margin: 1rem auto 0;
}
.box5col div .icon {
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.box_catalog {
  float: right;
  border: #ccc solid 1px;
  border-radius: 10px;
  padding: 1rem;
  margin-top: -3rem;
}
.box_catalog img {
  width: 300px;
  margin: 1rem auto;
}

@media (max-width: 768px) {
  .box_catalog {
    float: unset;
    width: 100%;
    margin: 2rem auto 3rem;
    border: #ccc solid 1px;
    border-radius: 10px;
    padding: 1rem;
    font-size: 1rem;
  }
  .box_catalog h2 {
    font-size: 1.2rem;
    text-align: center;
  }
  .box_catalog img {
    width: 80%;
    margin: 1rem auto;
  }
  .box5col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0;
  }
  .box5col div {
    width: 50%;
    padding: 1rem 0.5rem 3rem;
  }
  .box5col div .tmb {
    width: 100%;
    height: auto;
  }
  .box5col div p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box5col div .logo {
    height: 30px;
    width: auto;
    margin: 1rem auto 0;
  }
  .box5col div .icon {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }
}
.item_cat {
  position: relative;
  padding-bottom: 24px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.item_cat::after {
  content: "";
  position: absolute;
  left: 0;
  right: 1.5rem;
  bottom: 8px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#888888), to(#f3f3f3));
  background: linear-gradient(to right, #888888, #f3f3f3);
  z-index: 1;
}
.item_cat::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/toomarker/assets/img/icon_brush.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.nav_recruit {
  position: fixed;
  top: 200px;
  left: 2rem;
  padding: 1rem 2rem;
  border: #ccc solid 1px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  z-index: 99;
}

@media (max-width: 1200px) {
  .nav_recruit {
    position: fixed;
    top: 115px;
    left: auto;
    right: 2rem;
    padding: 0.5rem 1rem;
    border: #ccc solid 1px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem 1.5rem;
    max-width: 100%;
    font-size: 0.9rem;
  }
}
@media (max-width: 920px) {
  .nav_recruit {
    position: fixed;
    width: 50%;
    top: 80px;
    left: auto;
    right: 2rem;
    padding: 0.5rem 1rem;
    border: #ccc solid 1px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem 1.5rem;
    max-width: 100%;
    font-size: 0.8rem;
  }
}
.hito {
  max-width: 1200px;
  margin: 0 auto;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hito li {
  width: 33.33%;
  -webkit-margin-before: unset;
          margin-block-start: unset;
  -webkit-margin-after: unset;
          margin-block-end: unset;
}

.entry {
  line-height: 1.5;
}
.entry img {
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.wpcf7 input,
.wpcf7 textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 0.1rem 0.5rem;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 p {
  margin: 2rem 0 0;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-previous {
  border-radius: 50px;
  background: #333;
  color: #fff;
  padding: 0.1rem 2rem;
  min-width: 180px;
}

ul.form7 {
  list-style: disc !important;
  list-style-type: disc !important;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 2rem;
}

strong img {
  display: inline-block !important;
  vertical-align: sub;
}