@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Font family ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Page
------------------------------------------------------------ */

.subpage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--color-background);
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     About us
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     company
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     Product
  ------------------------------------------------------------ */
}
.subpage .breadcrumb {
  max-width: calc(1200px + 2rem);
  padding: 0 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.subpage .subheader-boxWrap {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: var(--subhead_h);
  background: transparent;
  padding: 0 15px;
  z-index: -1;
}
.subpage .subheader-box {
  height: var(--subhead_h);
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.subpage .sub-header {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.subpage .sub-header img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.67;
}
.subpage .sub-header.sub-header-anim {
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s, -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
}
.subpage .c-subhead {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .subhead__ttl {
  opacity: 0;
  visibility: hidden;
}
.subpage .subhead {
  position: relative;
  overflow: hidden;
  height: clamp(11.25rem, 280 / var(--max-lg) * 100vw, 17.5rem);
}
.subpage .subhead__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  opacity: 0;
}
.subpage .subhead__cap {
  position: absolute;
  left: 0;
  top: 0;
}
.subpage .sub-header-first {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
}
.subpage .sub-header-second {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
}
.subpage .sub-header-first-anim {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.subpage .sub-header-second-anim {
  position: relative;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.subpage .subpage-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.subpage .sub-pagehead {
  margin-top: calc(clamp(11.25rem, 280 / var(--max-lg) * 100vw, 17.5rem) / 2 * -1);
  padding: 0 1rem;
}
.subpage .sub-pagehead__box {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.subpage .sub-pagehead figure {
  height: clamp(11.25rem, 280 / var(--max-lg) * 100vw, 17.5rem);
  display: block;
}
.subpage .sub-pagehead figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
}
.subpage .sub-pagehead figure figcaption h1 {
  font-size: clamp(2rem, 50 / var(--max-lg) * 100vw, 3.125rem);
  font-weight: bold;
  font-family: var(--ff-noto-serif);
  padding: 0.9375rem 2rem;
}
.subpage .sub-pagehead img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.subpage .sub-pagehead2 {
  padding: 0 1rem 2.5rem;
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.subpage .sub-pagehead2 .no-subhead {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.subpage .sub-pagehead2 h1 {
  font-size: clamp(2rem, 50 / var(--max-lg) * 100vw, 3.125rem);
  font-weight: bold;
  font-family: var(--ff-noto-serif);
}
.subpage .p-text-content small {
  font-size: 80%;
}
.subpage .p-text-content table th, .subpage .p-text-content table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.subpage .p-text-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 2rem;
}
.subpage .p-text-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 0 0 0 1.5rem;
}
.subpage .p-text-content blockquote {
  position: relative;
  margin: 1.25em 0;
  padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  background: #fafafa;
  border-radius: 8px;
}
.subpage .p-text-content blockquote::before {
  content: "“";
  position: absolute;
  left: 0.75rem;
  top: 0.25rem;
  font-size: 3rem;
  line-height: 1;
  color: #d0d7de;
  font-family: Georgia, "Times New Roman", serif;
}
.subpage .p-text-content blockquote > :first-child {
  margin-top: 0;
}
.subpage .p-text-content blockquote > :last-child {
  margin-bottom: 0;
}
.subpage .p-text-content blockquote cite {
  display: block;
  margin-top: 0.5em;
  color: #6a737d;
  font-style: normal;
}
.subpage .p-page-nav {
  padding: 2rem 3rem;
  background: #fff;
}
.subpage .p-page-nav-list {
  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: 0.5rem clamp(2rem, 64 / var(--max-lg) * 100vw, 4rem);
}
.subpage .p-page-nav-list {
  color: var(--color-primary);
}
.subpage .p-page-nav-list a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpage .p-page-nav-list a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.1rem solid var(--color-primary);
  border-right: 0.1rem solid var(--color-primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.5em;
  position: static;
  z-index: 1;
}
.subpage .p-history {
  padding-top: clamp(2.5rem, 70 / var(--max-lg) * 100vw, 4.375rem);
  padding-left: clamp(2.5rem, 70 / var(--max-lg) * 100vw, 4.375rem);
  position: relative;
}
.subpage .p-history li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2em;
  padding-bottom: 3em;
  font-size: 1.125rem;
}
.subpage .p-history li dl::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.subpage .p-history li dt {
  padding-right: 2em;
  width: 25%;
  white-space: nowrap;
}
.subpage .p-history li dd {
  width: 100%;
}
.subpage .p-history li:not(:last-child) dl::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 7px;
  top: 0.4em;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; /* ←一定速度 */
  z-index: 1;
}
.subpage .p-history li:not(:last-child) dl.is-inview::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.subpage .p-ogc-content {
  padding: 2.5rem 0 0 3.75rem;
}
.subpage .p-ogc {
  font-size: 1.125rem;
}
.subpage .p-ogc li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 3em;
}
.subpage .p-ogc li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.subpage .p-mij {
  font-size: clamp(3rem, 97 / var(--max-lg) * 100vw, 6.0625rem);
  font-family: var(--ff-noto-serif);
  color: var(--color-primary);
}
.subpage .p-catalog {
  padding: 2.5rem 0 4.5rem;
  color: #fff;
}
.subpage .p-cataloglist {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 340px));
  gap: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpage .p-cataloglist li figure {
  overflow: hidden;
}
.subpage .p-cataloglist li figure img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s var(--linear), -webkit-filter 0.2s var(--linear);
  transition: -webkit-transform 0.2s var(--linear), -webkit-filter 0.2s var(--linear);
  transition: transform 0.2s var(--linear), filter 0.2s var(--linear);
  transition: transform 0.2s var(--linear), filter 0.2s var(--linear), -webkit-transform 0.2s var(--linear), -webkit-filter 0.2s var(--linear);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.subpage .p-komichi-logo {
  max-width: 520px;
  width: 100%;
  height: 21vw;
}
.subpage .p-consepts-list {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem 1.875rem;
  grid-template-columns: repeat(auto-fit, minmax(385px, 1fr));
}
.subpage .p-consepts-list .p-consepts-content {
  border-radius: 18px;
  background: #f3f3f3;
  padding: 0.625rem;
  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;
}
.subpage .p-consepts-list .p-consepts-content dt {
  text-align: center;
  padding: 0.75rem;
  border-radius: 12px 12px 0 0;
  color: #fff;
}
.subpage .p-consepts-list .p-consepts-content dt._bl {
  background: var(--color-primary);
}
.subpage .p-consepts-list .p-consepts-content dt._pl {
  background: #5457a5;
}
.subpage .p-consepts-list .p-consepts-content dt h3 {
  font-weight: 500;
  font-size: 1.375rem;
}
.subpage .p-consepts-list .p-consepts-content dd {
  background: #fff;
  padding: clamp(1rem, 36 / var(--max-lg) * 100vw, 2.25rem);
  border-radius: 0 0 12px 12px;
  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: 1em;
  height: 100%;
}
.subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_marker {
  max-width: 115px;
  max-height: 115px;
  width: 100%;
}
.subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_haft {
  max-width: 97px;
  max-height: 97px;
  width: 100%;
}
.subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_shaping {
  max-width: 94px;
  max-height: 94px;
  padding: 1rem;
  width: 100%;
}
.subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_effective {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
}
.subpage .p-manufacture {
  border: 1px solid #707070;
  padding: clamp(0.75rem, 24 / var(--max-lg) * 100vw, 1.5rem) clamp(1rem, 36 / var(--max-lg) * 100vw, 2.25rem);
}
.subpage .p-manufacture__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-manufacture__logo img {
  max-width: 174px;
}
.subpage .p-manufacture__logo figcaption {
  font-weight: bold;
}
.subpage .p-estream .p-estream__ttl dt {
  font-size: clamp(1.5rem, 46 / var(--max-lg) * 100vw, 2.875rem);
  font-weight: 900;
  color: #35a03e;
}
.subpage .p-estream .p-estream__ttl dd {
  font-weight: 500;
  font-size: clamp(1.125rem, 24 / var(--max-lg) * 100vw, 1.5rem);
}
.subpage .p-estream .p-estream__ttl2 dt {
  font-size: clamp(1.3125rem, 36 / var(--max-lg) * 100vw, 2.25rem);
  color: #7abe44;
  font-weight: bold;
}
.subpage .p-estream .p-estream__ttl2 dd {
  font-size: clamp(2rem, 65 / var(--max-lg) * 100vw, 4.0625rem);
  font-weight: 900;
  line-height: 1;
}
.subpage .p-estream .p-estream__field {
  display: block;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background: #daefcd;
  padding: 0.5em;
  font-size: clamp(1.25rem, 32 / var(--max-lg) * 100vw, 2rem);
}
.subpage .p-estream-sub {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .p-estream-list li {
  font-weight: 500;
  font-size: clamp(1.5rem, 40 / var(--max-lg) * 100vw, 2.5rem);
  padding-left: 1.4em;
  background-image: url(../../../img/products/check@2x.webp);
  background-repeat: no-repeat;
  background-position: left center; /* 左・中央揃え */
  background-size: 1.2em 1.2em;
}
.subpage .p-single-post .p-thumb img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  main {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  main {
    min-height: 480px;
  }
  .subpage .subheader-boxWrap {
    min-height: var(--subhead_h);
  }
  .subpage .subheader-box {
    height: var(--subhead_h);
  }
  .subpage .p-page-nav {
    background: none;
    padding: 0;
  }
  .subpage .p-page-nav-list {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
  .subpage .p-page-nav-list a {
    background: #FAFAFC;
    padding: 0.5em 1em;
  }
  .subpage .p-history {
    padding-left: 0;
  }
  .subpage .p-history li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-ogc-content {
    padding-left: 0;
  }
  .subpage .p-ogc li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0em;
    padding-left: 1.4em;
  }
}
@media (max-width: 639px) {
  main {
    min-height: 480px;
  }
  .subpage .p-mij {
    font-size: 12vw;
  }
  .subpage .p-komichi-logo {
    height: auto;
  }
  .subpage .p-consepts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-consepts-list .p-consepts-content dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_marker {
    max-width: 80px;
    margin: auto;
    height: 80px;
  }
  .subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_haft {
    max-width: 80px;
    margin: auto;
    height: 80px;
  }
  .subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_shaping {
    max-width: 80px;
    margin: auto;
    height: 80px;
  }
  .subpage .p-consepts-list .p-consepts-content dd .p-consepts-icon.icon--ill_effective {
    max-width: 80px;
    margin: auto;
    height: 80px;
  }
}
@media (hover: hover) {
  .subpage .p-page-nav-list a:hover {
    opacity: 0.8;
  }
  .subpage .p-cataloglist .box:has(a:hover) img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(1.15) contrast(1.02);
    filter: brightness(1.15) contrast(1.02); /* 好みで調整 */
  }
}
/*# sourceMappingURL=../../map/object/project/page.css.map */