@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:wdht@400,500,100,300,700");
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:wdht@400,500,100,300,700";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:wdht@400,500,100,300,700";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* break points
========================================================
*/
/* colors
========================================================
*/
/* fonts
========================================================
*/
/* content-size
========================================================
*/
html {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
html body {
  background-color: #ffffff;
  padding-top: 0px;
}
html body #pagetop {
  display: none;
}
html body main {
  position: relative;
  padding-bottom: 120px;
  padding-top: 124px;
  padding-top: 112px;
}
@media screen and (max-width: 979px) {
  html body main {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
html body img {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
}
html body _:lang(x) + _:-webkit-full-screen-document,
html body img {
  height: auto;
}
html body p,
html body a {
  letter-spacing: 0.1em;
  color: #333333;
}
html body a {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}
html body a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 979px) {
  html body main {
    padding-top: 60px;
  }
}
li {
  word-break: auto-phrase;
}

.l-product-support {
  padding: 120px 0;
  background-color: #f9f9f9;
  margin: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-product-support {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.l-product-support .l-product-support__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .l-product-support .l-product-support__inner {
    width: calc(100% - 24px);
  }
}
.l-product-support .l-product-support__inner .l-product-support__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 767px) {
  .l-product-support .l-product-support__inner .l-product-support__list {
    justify-content: space-between;
    gap: 0;
  }
}
.l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content {
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  width: 192px;
  height: 166px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content {
    width: calc((100% - 10px) / 2);
    height: auto;
  }
  .l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content:not(:last-child) {
    margin-bottom: 20px;
  }
}
.l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content .l-product-support__list__content__icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content .l-product-support__list__content__icon {
    margin-bottom: 10px;
  }
}
.l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content .l-product-support__list__content__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content .l-product-support__list__content__name {
    font-size: 14px;
  }
}

.l-breadcrumb {
  background-color: #ffffff;
}
.l-breadcrumb .l-breadcrumb__inner {
  width: calc(100% - 360px);
  padding: 10px 0;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .l-breadcrumb .l-breadcrumb__inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumb .l-breadcrumb__inner {
    width: calc(100% - 24px);
  }
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item {
  display: flex;
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item:not(:last-child)::after {
  content: "＞";
  font-size: 10px;
  color: #999999;
  margin: 0 5px;
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item a,
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item p {
  color: #999999;
  font-size: 10px;
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item a br,
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item p br {
  display: none;
}

.l-product__list .l-product__list__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-product__list .l-product__list__inner {
    width: calc(100% - 24px);
  }
}
.l-product__list .l-product__list__inner .l-product__list__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px 30px;
}
@media screen and (max-width: 767px) {
  .l-product__list .l-product__list__inner .l-product__list__content {
    gap: 0;
    justify-content: space-between;
  }
}
.l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item {
  width: calc((100% - 120px) / 5);
}
@media screen and (max-width: 979px) {
  .l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }
}
.l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item .l-product__list__item__image {
  width: 100%;
  border: 1px solid #f5f5f5;
  margin-bottom: 14px;
}
.l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item .l-product__list__item__category {
  color: #115106;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item .l-product__list__item__name {
  font-size: 16px;
  word-break: break-all;
}
.l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item .l-product__list__item__more {
  font-size: 12px;
  text-align: right;
  line-height: 2em;
  border-bottom: 1px solid #5c5c5c;
  margin-top: auto;
}

.c-button-to-top {
  background-color: #c2c2c2;
  width: 54px;
  position: absolute;
  bottom: 30px;
  display: block;
  right: calc((100% - 1080px) / 2);
}
@media screen and (max-width: 979px) {
  .c-button-to-top {
    display: none;
  }
}
.c-button-to-top img {
  width: 100%;
}

.c-machine-vision-bunner {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .c-machine-vision-bunner {
    width: calc(100% - 24px);
    max-width: 100%;
  }
}
.c-machine-vision-bunner img {
  max-width: 100%;
}

.c-product-heading {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  position: relative;
}
.c-product-heading::before {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  background-color: #e1000b;
  bottom: 0;
  left: 0;
}
.c-product-heading::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #333333;
  margin-top: 12px;
}

.c-common-section__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-common-section__inner {
    width: calc(100% - 24px);
  }
}
.c-common-section__inner p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.c-common-section.middle {
  max-width: 960px;
  padding: 20px;
  margin: auto;
}
.c-common-section.small {
  max-width: 640px;
  padding: 20px;
  margin: auto;
}

.summary-section:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .summary-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.summary-section__catch {
  width: 100%;
  display: block;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .summary-section__catch {
    position: sticky;
  }
}
.summary-section__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.summary-section__title {
  font-size: 24px;
}

.page-top-section {
  padding: 40px 0 16px;
  margin: 150px auto 40px;
}

.search-word {
  text-align: center;
}

/* 下にバーのついたタイトル */
.c-section-title {
  padding: 0 0 14px;
  margin: 0 0 14px;
  /* border-bottom: 1px solid #333; */
  position: relative;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.1px;
}
.c-section-title.under_boder {
  border-bottom: 1px solid #333;
}

.page-title {
  font-size: 24px;
}

table {
  width: 100%;
  margin-top: 30px;
}
table th {
  width: 28%;
  font-weight: 400;
  background-color: #fafcfa;
}
@media screen and (max-width: 767px) {
  table th {
    width: 130px;
  }
}
table th,
table td {
  box-sizing: border-box;
  padding: 20px 15px;
  border: solid 1px #cccccc;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    padding: 10px;
    font-size: 12px;
  }
}

table.cable-table th, table.cable-table td {
  padding: 10px;
}
table.cable-table th.img {
  width: 15%;
  max-width: 120px;
}
table.cable-table th.cable-type,
table.cable-table td.cable-type {
  width: 35%;
}
table.cable-table th.cable-length,
table.cable-table td.cable-length {
  width: 20%;
}
table.cable-table th.camera-series,
table.cable-table td.camera-series {
  width: 30%;
}
table.cable-table td a {
  color: #004a9a;
}
table.cable-table td a:hover {
  text-decoration: underline;
}

.page-category__spec__table {
  margin-top: 0;
}
.page-category__spec__table th, .page-category__spec__table td {
  padding: 10px 10px;
}
.page-category__spec__table .product-name {
  width: 25%;
}
.page-category__spec__table .sensor-size {
  width: 16%;
}
.page-category__spec__table .pixel-count {
  width: 23%;
}
.page-category__spec__table .pixel-size {
  width: 23%;
}
.page-category__spec__table .frame-rate {
  width: 13%;
}

.page-top__slider {
  height: 500px;
  width: 100%;
  padding: 0;
}
.page-top__slider .splide {
  height: 100%;
}
.page-top__slider .splide .splide__track {
  height: 100%;
}
.page-top__slider .splide__slide {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-top__slider {
    padding: 0;
    height: 320px;
    background-image: url(../images/top/main_sp.jpg);
  }
}
@media screen and (max-width: 640px) {
  .page-top__slider {
    height: 220px;
  }
}

/* search page */
.search-results .page-header,
.prd-search {
  max-width: 1112px;
  padding: 40px 0 16px;
  margin: 150px auto 40px;
}

.search-results .site-main {
  padding: 0 16px;
}

.error404 .page-header,
.search-no-results .page-header {
  max-width: 1112px;
  padding: 40px 0 16px;
  margin: 120px auto 40px;
}

.error404 .site-main,
.search-no-results .site-main {
  padding: 0 16px;
}

.search-no-results .pagination {
  margin: 40px auto;
  max-width: 1112px;
  padding: 0 16px;
}

.search-no-results section.no-results .entry-content,
.error404 section.no-results .entry-content {
  padding: 0;
}

.search-no-results section.no-results,
.error404 section.no-results {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 979px) {
  .error404 .page-header,
  .search-no-results .page-header {
    margin-top: 40px;
  }
  .search-no-results .pagination {
    padding: 0;
  }
}
.search-word {
  margin-bottom: 50px;
}

.search-results .search-form {
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 3px;
  position: relative;
  height: 36px;
  max-width: 400px;
  margin: auto;
}
.search-results .search-form input[type=text],
.search-results .search-form input[type=search] {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 80px;
  padding: 4px 80px 4px 8px;
  border: none;
}
.search-results .search-form input[type=submit] {
  font-family: FontAwesome;
  text-align: center;
  background: #E50012 !important;
  width: 60px !important;
  cursor: pointer;
  color: #fff;
}
.search-results .search-form > label {
  width: 100%;
  padding-right: 80px;
}
.search-results .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.search-results .search-form input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  padding: 4px 8px;
  width: 80px;
  font-size: 12px;
}

.page-category__menu {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
}
@media screen and (max-width: 767px) {
  .page-category__menu {
    padding: 30px 0;
    width: calc(100% - 24px);
    justify-content: space-between;
  }
}
.page-category__menu .page-category__menu__content {
  width: 267px;
  background-color: #f7f7f7;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-category__menu .page-category__menu__content {
    width: calc((100% - 4px) / 2);
  }
}
.page-category__menu .page-category__menu__content::after {
  content: "";
  position: absolute;
  background-image: url(../images/menu-triangle.svg);
  width: 10px;
  height: 10px;
  margin: auto;
  bottom: 3px;
  right: 3px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-category__menu .page-category__menu__content .page-category__menu__content__title--ex {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .page-category__menu .page-category__menu__content .page-category__menu__content__title--ex {
    font-size: 10px;
  }
}
.page-category__menu .page-category__menu__content .page-category__menu__content__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 7px;
  letter-spacing: 0.05rem;
}
.page-category__menu .page-category__menu__content .page-category__menu__content__description {
  font-size: 10px;
  text-align: center;
  display: inline-block;
}

.page-top .page-top__fv {
  display: block;
  background-image: url(../images/top/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 208px 0;
  padding-left: 180px;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__fv {
    padding: 0;
    height: calc(100vh - 50px);
    background-image: url(../images/top/main_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .page-top .page-top__fv .page-top__fv__inner {
    padding-top: 34px;
    text-align: center;
  }
}
.page-top .page-top__fv .page-top__fv__inner .page-top__fv__title {
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__fv .page-top__fv__inner .page-top__fv__title {
    font-size: 24px;
  }
}
.page-top .page-top__fv .page-top__fv__inner .page-top__fv__title::after {
  content: "";
  display: block;
  margin: 23px 0 32px;
  width: 30px;
  height: 1px;
  background-color: #e1000b;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__fv .page-top__fv__inner .page-top__fv__title::after {
    margin: 19px auto 23px;
  }
}
.page-top .page-top__fv .page-top__fv__inner .page-top__fv__description {
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
}
.page-top .page-top__menu {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 4px 0.4%;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__menu {
    padding: 30px 0;
    width: calc(100% - 24px);
    justify-content: space-between;
  }
}
.page-top .page-top__menu .page-top__menu__content {
  width: 24.6%;
  background-color: #f7f7f7;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__menu .page-top__menu__content {
    width: calc((100% - 4px) / 2);
  }
}
.page-top .page-top__menu .page-top__menu__content .page-top__menu__content__title--ex {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__menu .page-top__menu__content .page-top__menu__content__title--ex {
    font-size: 10px;
  }
}
.page-top .page-top__menu .page-top__menu__content .page-top__menu__content__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .page-top .page-top__menu .page-top__menu__content .page-top__menu__content__title {
    font-size: 18px;
  }
}
.page-top .page-top__menu .page-top__menu__content .page-top__menu__content__description {
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.page-top .page-top__menu .page-top__menu__content .page-top__menu__content__description::after {
  content: "";
  background-image: url(../images/arrow-red-b.svg);
  width: 8.4px;
  height: 5px;
  display: block;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 7px;
}
.page-top .page-top__products-wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__product:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page-top .page-top__product .page-top__product__catch {
  width: 100%;
  display: block;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-top .page-top__product .page-top__product__catch {
    position: sticky;
  }
}
.page-top .page-top__product .page-top__product__wrap {
  position: relative;
  background-color: #ffffff;
  padding-top: 120px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__product .page-top__product__wrap {
    padding-top: 47px;
  }
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content {
    width: calc(100% - 24px);
  }
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(52% - 40px);
}
@media screen and (max-width: 767px) {
  .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox {
    width: 100%;
  }
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__title {
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.01em;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__title .ex_name {
  margin-top: 15px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__title {
    font-size: 40px;
  }
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__title::after {
  content: "";
  display: block;
  margin: 20px 0 30px;
  width: 30px;
  height: 1px;
  background-color: #e1000b;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__kinds {
  font-weight: 500;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__description {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 30px;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__cat-list {
  display: flex;
  margin-bottom: 40px;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__cat-list .page-top__product__content__cat-item {
  padding: 5px 11px;
  border: 1px solid #115106;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__cat-list .page-top__product__content__cat-item:not(:last-child) {
  margin-right: 2px;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__cat-list .page-top__product__content__cat-item p {
  font-size: 10px;
  color: #115106;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__link {
  width: 280px;
  padding: 16px;
  font-size: 12px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__link {
    width: 100%;
  }
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__link.page-top__product__content__link--green {
  background-color: #115106;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__link.page-top__product__content__link--gray {
  background-color: #333333;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 5px;
  height: 8px;
  display: block;
  background-image: url(../images/arrow-white-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__link:not(:last-child) {
  margin-bottom: 10px;
}
.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content:nth-child(odd) .page-top__product__content__img {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__img {
    margin-right: 40px;
  }
}
.page-top-bnr {
  background-color: #115106;
  transition: all ease-in-out 0.3s;
}
.page-top-bnr:hover {
  opacity: 0.8;
}
.page-top-bnr a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 1080px;
  display: flex;
  margin: 0 auto;
  padding: 21px 0;
  position: relative;
  align-items: center;
  letter-spacing: 0.5px;
}
.page-top-bnr a:hover {
  color: #fff;
  opacity: 1;
}
.page-top-bnr a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 10px;
  display: block;
  background-image: url(../images/arrow-white-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-top-bnr a span {
  width: 90px;
  line-height: 20px;
  background-color: #fff;
  color: #115106;
  text-align: center;
  font-size: 10px;
  margin-right: 20px;
  height: 20px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .page-top-bnr {
    padding: 0 12px;
  }
  .page-top-bnr a {
    padding: 12px 0;
    font-size: 13px;
  }
  .page-top-bnr a::after {
    width: 6px;
    height: 8px;
  }
  .page-top-bnr a span {
    margin-right: 12px;
  }
}
@media screen and (max-width: 413px) {
  .page-top-bnr a {
    flex-wrap: wrap;
  }
  .page-top-bnr a span {
    margin-bottom: 5px;
  }
}
.top-page-banners {
  max-width: 1240px;
  margin: 30px auto 0;
  display: flex;
  gap: 10px;
}
.top-page-banners a {
  display: block;
  margin-bottom: 10px;
}
.top-page-banners a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .top-page-banners {
    margin: 30px auto 0;
    flex-flow: column;
    max-width: 400px;
    margin: auto;
    margin-top: 50px;
  }
}
.page-top-en .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__title {
  line-height: 1;
}
.page-top-en .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__description {
  line-height: 1.6;
}

.page-category .page-category__main .page-category__main__fv {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-category .page-category__main .page-category__main__fv {
    margin-bottom: 23px;
  }
}
.page-category .page-category__main .page-category__main__content {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .page-category .page-category__main .page-category__main__content {
    width: 90%;
    margin-bottom: 50px;
  }
}
.page-category .page-category__main .page-category__main__content .page-category__main__content__title {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .page-category .page-category__main .page-category__main__content .page-category__main__content__title {
    font-size: 40px;
  }
}
.page-category .page-category__main .page-category__main__content .page-category__main__content__description {
  font-size: 14px;
  line-height: 28px;
}
.page-category .page-category__main .page-category__product-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-category .page-category__main .page-category__product-list {
    margin-bottom: 50px;
  }
}
.page-category .page-category__main .page-category__accessory-list {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-category .page-category__main .page-category__accessory-list {
    margin-bottom: 60px;
  }
}
.page-category__spec {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 60px;
  padding: 20px;
}

.page-product__slide {
  background-color: #f9f9f9;
  padding: 70px 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-product__slide {
    padding: 60px 0 20px;
  }
}
.page-product__slide #main-carousel .splide__slide img {
  width: 346px;
  display: block;
  margin: auto;
}
.page-product__slide #main-carousel .splide__arrow {
  background-color: transparent;
  width: 16px;
  height: -moz-fit-content;
  height: fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(0);
}
.page-product__slide #main-carousel .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
  left: 5em;
}
.page-product__slide #main-carousel .splide__arrow.splide__arrow--next {
  right: 5em;
}
.page-product__slide #thumbnail-carousel {
  margin: auto;
  margin-top: 20px;
  display: block;
}
.page-product__slide #thumbnail-carousel .splide__track--nav .splide__list .splide__slide {
  opacity: 0.5;
}
.page-product__slide #thumbnail-carousel .splide__track--nav .splide__list .splide__slide.is-active {
  border-color: white;
  opacity: 1;
}
.page-product__slide .page-product__slide__link {
  box-sizing: border-box;
  display: block;
  width: 280px;
  border: 1px solid #115106;
  border-radius: 3px;
  margin: auto;
  margin-top: 20px;
  color: #115106;
  font-size: 12px;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-product__slide .page-product__slide__link {
    width: calc(100% - 24px);
  }
}
.page-product__slide .page-product__slide__link::after {
  content: "";
  background-image: url(../images/arrow-green-r.svg);
  width: 5px;
  height: 8.3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #115106;
  font-size: 10px;
  display: block;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-product .page-product__main .page-product__main__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner {
    width: calc(100% - 24px);
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__main__name {
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 20px;
}
.page-product .page-product__main .page-product__main__inner .page-product__main__name br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__main__name {
    font-size: 40px;
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__main__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__main__description {
    margin-bottom: 50px;
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__table {
  width: 100%;
  margin-top: 30px;
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__table th {
  width: 28%;
  font-weight: 400;
  background-color: #fafcfa;
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__table th {
    width: 130px;
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__table th,
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__table td {
  box-sizing: border-box;
  padding: 20px 15px;
  border: solid 1px #cccccc;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__table th,
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__table td {
    padding: 10px;
    font-size: 12px;
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__notes {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 20px;
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download {
    flex-direction: column;
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button {
  position: relative;
  padding: 16px 43px;
  font-size: 12px;
  color: white;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button {
    text-align: center;
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button.page-product__detail__download__button--pdf {
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button.page-product__detail__download__button--pdf {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button.page-product__detail__download__button--pdf {
    margin-bottom: 10px;
  }
}
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button.page-product__detail__download__button--zip {
  background-color: #115106;
}
.page-product .page-product__main .page-product__list--lens,
.page-product .page-product__main .page-product__list--product {
  margin-bottom: 60px;
}
.page-product .page-product__main .page-product__list--series {
  margin-bottom: 120px;
}
.page-product__downloads {
  margin-top: 20px;
  margin-bottom: 60px;
}
.page-product__downloads__list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .page-product__downloads__list {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-product__downloads__item {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-product__downloads__item {
    font-size: 12px;
  }
}
.page-product__downloads__item a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
  background-color: #115106;
  color: white;
}
.page-product__downloads__item a:hover {
  opacity: 0.8;
}
.page-product__downloads .note {
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 640px) {
  .page-product__slide #main-carousel .splide__arrow.splide__arrow--next {
    right: 1em;
  }
  .page-product__slide #main-carousel .splide__arrow.splide__arrow--prev {
    left: 1em;
  }
}
.page-search .searchform-wrapper {
  max-width: 1112px;
  padding: 40px 0 16px;
  margin: 100px auto 40px;
}
.page-search .blank {
  height: 200px;
}
.page-search .l-product__list {
  margin-bottom: 50px;
}

.content-area {
  width: 100%;
  margin-bottom: 64px;
}

/* css for single product */
.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button.page-product__detail__download__button--data-sheet {
  background: #7A000A;
}

.page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button {
  padding: 12px 43px;
}

@media screen and (min-width: 768px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button.page-product__detail__download__button--data-sheet {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-product .page-product__main .page-product__main__inner .page-product__detail .page-product__detail__download .page-product__detail__download__button.page-product__detail__download__button--data-sheet {
    margin-bottom: 10px;
  }
}
.search .search-form input[type=submit],
.error404 .search-form input[type=submit] {
  font-family: FontAwesome;
  text-align: center;
  background: #E50012 !important;
  width: 60px !important;
}

.search .search-form input[type=submit]:hover,
.error404 .search-form input[type=submit]:hover {
  opacity: 0.6;
}

.search .hentry,
.error404 .hentry {
  border: 0;
}

.search #secondary,
.error404 #secondary {
  display: none;
}

.l-header .l-breadcrumb {
  width: 100%;
}

.l-breadcrumb .l-breadcrumb__inner {
  max-width: 1080px;
}

.l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content.product-58,
.l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content.product-708 {
  display: none;
}

.l-product-support a:nth-of-type(2) {
  order: 4;
}

.l-product-support a:nth-of-type(3) {
  order: 5;
}

@media screen and (max-width: 767px) {
  .page-category__main {
    padding-top: 35px;
  }
  .l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-header__inner {
    height: 100%;
    overflow-y: scroll;
  }
}
.l-header .l-header__inner .l-header__inner__nav-wrap {
  padding: 15px 12px 70px;
  background: #ffffff;
  display: none;
}

.l-header.active .l-header__inner .l-header__inner__nav-wrap {
  display: block;
}

.l-header .l-header__inner .l-header__nav-search {
  margin-bottom: 15px;
}

.l-header .l-header__inner .l-header__nav-search .search-form input[type=submit] {
  background: 0 0;
  border: 0;
  color: #E50012;
  font-size: 16px;
  right: 5px;
  width: 40px;
  position: absolute;
  bottom: 0;
  top: 0;
  font-family: FontAwesome;
  background: none !important;
}

.l-header .l-header__inner .l-header__nav-search .search-form {
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: block;
  height: 36px;
  width: 100%;
  border: 1px solid #cccccc;
}

.l-header .l-header__inner .l-header__nav-search input.search-field {
  padding: 8px 48px 8px 14px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}

.l-header .l-header__inner .l-header__nav-search .search-form input[type=submit],
.error404 .search-form input[type=submit] {
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__cat-list .page-top__product__content__cat-item {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__cat-list {
  flex-wrap: wrap;
}

.en.l-header .wrap-menu-right ul.menu-header li a,
.en.l-header .l-header__inner .l-header__inner__contact,
.en.l-header .l-header__inner .l-header__inner__button,
.en.l-header .wrap-menu-right ul.wrap-buttons li > a,
.en .l-header__logo .camera-logo,
.en.l-product-support .l-product-support__inner .l-product-support__list .l-product-support__list__content .l-product-support__list__content__name,
.page-en .page-top .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox .page-top__product__content__cat-list .page-top__product__content__cat-item p {
  letter-spacing: 0.02em;
}

.tax-cat-en .page-category .page-category__main .page-category__main__content .page-category__main__content__title,
.tax-cat-en .l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item .l-product__list__item__name {
  letter-spacing: 0.05em;
}

html body img {
  height: auto;
}/*# sourceMappingURL=main.css.map */