@import url("https://fonts.googleapis.com/css2?family=Roboto:wdth,wght@75,700&family=Shippori+Mincho:wght@600&display=swap");
@media screen and (max-width: 1600px) {
  /* Wider than xxl-size */
}
@media screen and (max-width: 1280px) {
  /* Wider than xl-size */
}
@media screen and (max-width: 1024px) {
  /* Wider than l-size */
}
@media screen and (max-width: 768px) {
  /* Wider than m-size */
}
@media screen and (max-width: 640px) {
  /* base-size */
}
#main {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  #main {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #main {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #main {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  #main {
    margin: 0;
  }
}

.p-products *,
.p-products *::before,
.p-products *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-products__heading {
  margin: 0 auto 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-products__heading {
    margin-bottom: 48px;
  }
}
.p-products__heading .en {
  color: #0078ed;
  font-size: clamp(64px, 55.8431372549px + 2.091503268vw, 96px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .p-products__heading .en {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-products__heading .jp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 1fr;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(18px, 17.4901960784px + 0.1307189542vw, 20px);
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1428571429;
}
@media screen and (max-width: 1024px) {
  .p-products__heading .jp {
    gap: 8px;
    -ms-grid-columns: 12px 1fr;
    grid-template-columns: 12px 1fr;
  }
}
.p-products__heading .jp .fs {
  font-size: clamp(14px, 12.9803921569px + 0.2614379085vw, 18px);
}
.p-products__heading .jp::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: #0078ed solid 4px;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .p-products__heading .jp::before {
    width: 12px;
    height: 12px;
    border: #0078ed solid 3px;
  }
}
.p-products__heading--underline {
  font-size: clamp(18px, 16.9803921569px + 0.2614379085vw, 22px);
  font-weight: 700;
  line-height: 1.4545454545;
  padding-bottom: 14px;
  border-bottom: #0078ed solid 1px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-products__heading--underline {
    margin-bottom: 24px;
  }
}
.p-products__table {
  max-width: 832px;
  margin: 0 auto 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27.0432692308% auto;
  grid-template-columns: 27.0432692308% auto;
}
@media screen and (max-width: 1024px) {
  .p-products__table {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin: 0 auto 48px;
  }
}
.p-products__table dt {
  display: block;
  padding: 20px 10px;
  border-bottom: rgba(29, 29, 29, 0.3) solid 1px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 1024px) {
  .p-products__table dt {
    padding: 10px;
    border-bottom: rgba(29, 29, 29, 0.3) dashed 1px;
    background-color: #eee;
  }
}
.p-products__table dd {
  padding: 20px 10px;
  border-bottom: rgba(29, 29, 29, 0.3) solid 1px;
}
@media screen and (max-width: 1024px) {
  .p-products__table dd {
    padding: 16px 10px 20px;
  }
}
.p-products-section {
  background-color: #ffffff;
  padding: 136px 0 144px;
}
@media screen and (max-width: 1024px) {
  .p-products-section {
    padding: 64px 20px 80px;
  }
}
.p-products-section.-background {
  background-color: #e2e9ef;
}
.p-products-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .p-products-section__inner {
    width: auto;
  }
}
.p-products-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 64px;
}
@media screen and (max-width: 1024px) {
  .p-products-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-products-column.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-products-column.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-products-column + .p-products-column {
  margin-top: 122px;
}
@media screen and (max-width: 1024px) {
  .p-products-column + .p-products-column {
    margin-top: 64px;
  }
}
.p-products-column__item {
  -webkit-flex-basis: 38.75%;
  -ms-flex-preferred-size: 38.75%;
  flex-basis: 38.75%;
}
.p-products-column__item .number {
  color: #0078ed;
  font-size: clamp(48px, 29.137254902px + 4.8366013072vw, 122px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-products-column__item .number {
    margin: 0 auto 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-products-column__item .title {
  font-size: clamp(24px, 19.4117647059px + 1.1764705882vw, 42px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3125;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-products-column__item .title {
    margin: 0 auto 36px;
    text-align: center;
  }
}
.p-products-column__item .title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #000));
  background: -webkit-linear-gradient(transparent 98%, #000 0%);
  background: linear-gradient(transparent 98%, #000 0%);
  display: inline;
  padding: 0 1px 0px;
}
.p-products-column__item .list {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.p-products-column__item .list > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10px 1fr;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  line-height: 1.75;
  font-size: clamp(14px, 13.4901960784px + 0.1307189542vw, 16px);
}
.p-products-column__item .list > li::before {
  content: "";
  background-color: #0078ed;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  margin-top: 10px;
}
.p-products-column__image {
  margin: 0 calc(50% - 50vw) 0 0;
  -webkit-flex-basis: 56.25%;
  -ms-flex-preferred-size: 56.25%;
  flex-basis: 56.25%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .p-products-column__image {
    margin: 0;
  }
}
.-reverse .p-products-column__image {
  margin: 0 0 0 calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .-reverse .p-products-column__image {
    margin: 0;
  }
}

.p-products-cta {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px 64px;
  max-width: 832px;
  margin: 0 auto;
}
.p-products-cta__section {
  padding: 96px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-products-cta__section {
    padding: 56px 20px;
  }
}
.p-products-cta__section.-background {
  background-color: #e2e9ef;
}
.p-products-cta a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: #0078ed solid 1px;
  background-color: #0078ed;
  padding: 20px 48px 24px;
  color: #ffffff;
  font-size: clamp(16px, 14.9803921569px + 0.2614379085vw, 20px);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.p-products-cta a::after {
  content: "";
  background-color: #005cb8;
  border-radius: 50%;
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  transition: opacity 0.5s, -webkit-transform 0.4s;
  transition: opacity 0.5s, transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
}
.p-products-cta a:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.p-products-cta a:hover {
  border: #0078ed solid 1px;
}
.p-products-cta a span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.p-products-cta a svg {
  fill: #ffffff;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.p-products-hero {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-products-hero {
    aspect-ratio: 4/3;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-products-hero {
    aspect-ratio: 390/631;
  }
}
.p-products-hero__contents {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  width: 53.5714285714%;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-products-hero__contents {
    width: 90%;
    gap: 20px;
  }
}
.p-products-hero__contents .heroCatch {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(20px, 14.3921568627px + 1.4379084967vw, 42px);
  color: #ffffff;
  line-height: 1.4523809524;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-products-hero__contents .heroButtons {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  gap: 64px;
  width: 100%;
  padding: 0 72px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .p-products-hero__contents .heroButtons {
    padding: 0;
    gap: 24px;
    margin-top: 16px;
  }
}
.p-products-hero__contents .heroButtons a {
  display: block;
  border: #ffffff solid 1px;
  padding: 20px 48px 24px;
  color: #ffffff;
  font-size: clamp(16px, 14.9803921569px + 0.2614379085vw, 20px);
  position: relative;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.p-products-hero__contents .heroButtons a::after {
  content: "";
  background-color: #0078ed;
  border-radius: 50%;
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  transition: opacity 0.5s, -webkit-transform 0.4s;
  transition: opacity 0.5s, transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
}
.p-products-hero__contents .heroButtons a:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.p-products-hero__contents .heroButtons a:hover {
  border: #0078ed solid 1px;
}
.p-products-hero__contents .heroButtons a:hover svg {
  fill: #ffffff;
}
.p-products-hero__contents .heroButtons a svg {
  fill: #0078ed;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
}
.p-products-hero__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-products-hero__video {
    top: 0;
  }
}
.p-products-hero__video .overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  inset: 0;
}
.p-products-hero__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-products-overview {
  padding: 48px 0 160px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-products-overview {
    padding: 0 20px 80px;
  }
}
.p-products-overview__title {
  width: 74.21875%;
  margin: 0 auto 96px;
}
@media screen and (max-width: 1024px) {
  .p-products-overview__title {
    width: 60%;
    margin: 0 auto 32px;
  }
}
.p-products-overview__list {
  border: #ffffff solid 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 92.5%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .p-products-overview__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto 48px;
  }
}
.p-products-overview__list > li {
  padding: 18px 16px 32px;
}
.p-products-overview__list > li + li {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-products-overview__list > li + li {
    border-left: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-products-overview__list > li {
    padding: 16px 12px 20px;
  }
  .p-products-overview__list > li:nth-of-type(even) {
    border-left: 1px solid #ffffff;
  }
  .p-products-overview__list > li:nth-of-type(n + 3) {
    border-top: #ffffff solid 1px;
  }
}
.p-products-overview__list > li h3 {
  color: #ffffff;
  font-size: clamp(16px, 14.9803921569px + 0.2614379085vw, 20px);
  font-weight: 600;
  text-align: center;
  padding: 0 0 24px 0;
  border-bottom: #ffffff solid 1px;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-products-overview__list > li h3 {
    padding: 0 0 12px 0;
    margin: 0 0 10px 0;
  }
}
.p-products-overview__list > li p {
  color: #ffffff;
  font-size: clamp(18px, 16.4705882353px + 0.3921568627vw, 24px);
  font-weight: 600;
  text-align: center;
  line-height: 1.3333333333;
  min-height: 56px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.p-products-overview__logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.7380952381%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-products-overview__logo {
    display: none;
  }
}
.p-products-movieArea {
  height: 100vh;
}
.p-products-features {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.p-products-features .p-products__heading {
  margin: 0 auto 112px;
}
@media screen and (max-width: 1024px) {
  .p-products-features .p-products__heading {
    margin-bottom: 48px;
  }
}
.p-products-sample {
  position: relative;
  background: url(/common/images/products/inkjet-printer/botmark/background-sample.webp) no-repeat top 35px center/cover, #ffffff;
  padding: 0 0 132px;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .p-products-sample {
    padding: 0 20px 80px;
    background: url(/common/images/products/inkjet-printer/botmark/background-sample.webp) no-repeat top 26px center/cover, #ffffff;
  }
}
.p-products-sample-slider {
  min-height: 500px;
  width: 573px;
}
@media screen and (max-width: 1024px) {
  .p-products-sample-slider {
    min-height: auto;
    margin-bottom: 24px;
    width: 300px;
  }
}
.p-products-sample-slider .swiper {
  overflow: visible;
}
.p-products-sample-slider .swiper-slide > .container {
  -webkit-transform: scale(0.642233856);
  transform: scale(0.642233856);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.p-products-sample-slider .swiper-slide.swiper-slide-next > .container {
  -webkit-transform: translateX(-15%) scale(0.642233856);
  transform: translateX(-15%) scale(0.642233856);
}
.p-products-sample-slider .swiper-slide.swiper-slide-next + .swiper-slide:not(.swiper-slide-active) > .container {
  -webkit-transform: translateX(-48%) scale(0.642233856);
  transform: translateX(-48%) scale(0.642233856);
}
.p-products-sample-slider .swiper-slide.swiper-slide-next + .swiper-slide:not(.swiper-slide-active) + .swiper-slide > .container {
  -webkit-transform: translateX(-81%) scale(0.642233856);
  transform: translateX(-81%) scale(0.642233856);
}
.p-products-sample-slider .swiper-slide.swiper-slide-prev > .container {
  -webkit-transform: translateX(15%) scale(0.642233856);
  transform: translateX(15%) scale(0.642233856);
}
.p-products-sample-slider .swiper-slide-active > .container {
  -webkit-transform: none !important;
  transform: none !important;
}
.p-products-sample-slider a {
  text-decoration: none;
}
.p-products-sample-slider__item .container {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-products-sample-slider__item .container {
    gap: 12px;
  }
}
.p-products-sample-slider__item .image {
  overflow: hidden;
  aspect-ratio: 92/65;
  margin: 0;
}
.p-products-sample-slider__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-products-sample-slider__item .title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.p-products-sample-slider__item .ink {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 105px auto;
  grid-template-columns: 105px auto;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-products-sample-slider__item .ink {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 5px;
  }
}
.p-products-sample-slider__item .ink dt {
  display: block;
  background-color: #cedae2;
  border-radius: 100px;
  padding: 2px 16px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-products-sample-slider__item .ink dd {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.p-products-sample .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.p-products-sample .swiper-button-prev {
  position: relative;
  width: 65px;
  height: 65px;
  margin: 0;
  cursor: pointer;
  left: auto;
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 0;
}
.p-products-sample .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.p-products-sample .swiper-button-prev:hover::before {
  background-color: #898f94;
}

.p-products-sample .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: #333333 solid 2px;
  border-left: #333333 solid 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.p-products-sample .swiper-button-next {
  position: relative;
  width: 65px;
  height: 65px;
  margin: 0;
  cursor: pointer;
  right: auto;
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 0;
}
.p-products-sample .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.p-products-sample .swiper-button-next:hover::before {
  background-color: #898f94;
}

.p-products-sample .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: #333333 solid 2px;
  border-right: #333333 solid 2px;
  -webkit-transform: rotate(45deg) translate(-2px);
  transform: rotate(45deg) translate(-2px);
  z-index: 1;
}
.p-products-sample .swiper-button-disabled {
  pointer-events: none;
}
.p-products-sample .swiper-button-disabled::before {
  background-color: #c0c5c9;
}
.p-products-sample .p-products__heading {
  margin: 0 0 80px 0;
  justify-items: start;
}
@media screen and (max-width: 1024px) {
  .p-products-sample .p-products__heading {
    margin-bottom: 48px;
    justify-items: center;
  }
}
.p-products-movie {
  position: relative;
  background: url(/common/images/products/inkjet-printer/botmark/background-movie.webp) no-repeat top center/cover, #ffffff;
  overflow: hidden;
}
.p-products-movie::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  inset: 0;
}
.p-products-movie__movie {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 64px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
.p-products-movie__movie a {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.p-products-movie__movie a:hover {
  opacity: 0.7;
}
.p-products-movie__movie a .movie-title {
  color: #ffffff;
  font-size: clamp(16px, 14.9803921569px + 0.2614379085vw, 20px);
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  line-height: 1.35;
}
.p-products-movie .p-products__heading .jp {
  color: #ffffff;
}
.p-products-specs {
  background-color: #ffffff;
}
.p-products-specs__image {
  width: 31.640625%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1024px) {
  .p-products-specs__image {
    width: auto;
    margin: 0 auto 32px;
  }
}
.p-products-contact__container {
  background-color: #ffffff;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  .p-products-contact__container {
    padding: 32px 0;
  }
}
.p-products-other__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 64px;
  margin: 0 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .p-products-other__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 42px;
  }
}
.p-products-other__list > li {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-products-other__list > li:hover {
  background-color: #ecf2f7;
}
.p-products-other__list > li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-products-other__list > li a {
    -ms-grid-columns: 23.0769230769% 1fr;
    grid-template-columns: 23.0769230769% 1fr;
  }
}
.p-products-other__list > li a:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-products-other__list > li a:hover .title {
  color: #0078ed;
}
.p-products-other__list > li a .thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0;
}
.p-products-other__list > li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.p-products-other__list > li a .title {
  font-size: clamp(14px, 13.4901960784px + 0.1307189542vw, 16px);
  margin-bottom: 10px;
  line-height: 1.5;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.p-products-other__list > li a .text {
  font-size: clamp(13px, 12.7450980392px + 0.0653594771vw, 14px);
}
.p-products-other__banner {
  max-width: 1080px;
  margin: 0 auto;
  display: block;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.p-products-other__banner:hover {
  opacity: 0.8;
}
.p-products__breadcrumb {
  background-color: #ffffff;
  padding: 16px 0;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .p-products__breadcrumb {
    padding: 16px 20px;
  }
}
.p-products__breadcrumb #pagePath {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-color: #ffffff;
}

#gHeader {
  background-color: #1b1b1b;
}
#gHeader .rBox {
  margin: 0;
}
#gHeader .rBox .navBox .topBox li a,
#gHeader .rBox .navBox .topBox .tel span {
  color: #ffffff;
}
#gHeader .rBox .navBox .topBox .tel a {
  color: #ffffff;
  background: url(/common/images/common/tel_img_white.webp) no-repeat left bottom 7px/12px;
}
#gHeader .rBox .navBox .navList > li > a {
  color: #ffffff;
}
#gHeader .btnList li:last-child a {
  background: #ffffff;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .menu span {
    background-color: #ffffff;
  }
  body.scroll #gHeader {
    background: #1b1b1b;
  }
}
.comConsult {
  background: #656565;
}
.comConsult > .content > p:not(.title) {
  color: #ffffff;
}
.comConsult .title {
  color: #ffffff;
}

.comBtnBox {
  background-color: #ffffff;
  max-width: none;
}
.comBtnBox ul {
  max-width: 1216px;
  margin: -26px auto 0;
}
@media screen and (max-width: 1024px) {
  .comBtnBox ul {
    margin: 0;
  }
}

#gFooter {
  padding: 80px 100px 75px;
  background-color: #656565;
}
@media screen and (max-width: 1024px) {
  #gFooter {
    padding: 40px 40px 50px;
  }
}
#gFooter .navBox address {
  color: #ffffff;
}
/*# sourceMappingURL=map/products_new.css.map */