@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");
/*! 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;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: 61px;
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  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;
}

.header {
  width: 100%;
  padding: 7px 0px 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #ffffff;
  /* css for search header */
}
@media only screen and (min-width: 1025px) {
  .header {
    border-bottom: 1px solid #ebebeb;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 50px;
    padding: 0;
  }
}
.header .header__inner {
  width: 100%;
  margin: 0 20px;
}
.header .sp-wrap {
  display: none;
}
.header .header__logo {
  display: flex;
  align-items: center;
  padding-top: 9px;
  margin-right: 0;
  float: left;
  padding-top: 9px;
  margin-right: 0;
  float: left;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .header .header__logo {
    margin-right: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header__logo {
    width: 190px;
    margin-left: 12px;
    margin-right: auto;
  }
}
.header .header__logo > a {
  display: inline-block;
  vertical-align: middle;
}
.header .header__logo .camera-logo {
  color: #333;
  font-size: clamp(10px, 2.8vw, 14px);
  font-weight: 500;
  letter-spacing: 1.4px;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
}
.header .header__logo .camera-logo::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background: #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .header__open {
  background: #E50012;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1025px) {
  .header .header__open {
    display: none;
  }
}
.header .header__open span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  background: #333333;
  background: #ffffff;
  width: 45%;
}
.header .header__open span:nth-of-type(1) {
  top: 15px;
}
.header .header__open span:nth-of-type(2) {
  top: 23px;
}
.header .header__open span:nth-of-type(3) {
  top: 31px;
}
.header.active .sp-wrap {
  top: 50px;
  opacity: 1;
  display: block;
}
.header.active .header__open span:nth-of-type(1) {
  top: 18px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}
.header.active .header__open span:nth-of-type(2) {
  opacity: 0;
}
.header.active .header__open span:nth-of-type(3) {
  top: 30px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}
.header .l-breadcrumb {
  width: 100%;
}
.header .l-breadcrumb .l-breadcrumb__inner {
  max-width: 1080px;
}
.header .header__search {
  background: rgba(245, 245, 245, 0.9);
  width: 100%;
  transition: all 0.6s;
  position: fixed;
  top: 114px;
  z-index: 9;
  transition: all 0.6s;
  display: none;
}
.header .search-open .header .header__search {
  display: block;
}
.header .header__search .search__inner {
  max-width: 1080px;
  margin: auto;
  display: flex;
  padding: 10px 0;
  max-width: 1080px;
  position: relative;
  justify-content: center;
}
.header .header__search .search__inner .search-form {
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: block;
  height: 40px;
  width: 480px;
  border: 0;
  border: 0;
}
.header .header__search .search__inner .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;
}
.header .header__search .search__inner .search-form input.search-field {
  padding: 8px 48px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0;
}
.header .header__search .search__inner .button-close-search {
  position: absolute;
  right: 21px;
  top: 18px;
}

.search-open .header .header__search {
  display: block;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 0px 0px 0px;
  }
  .header .sp-wrap {
    display: none;
  }
  .header .header__inner {
    z-index: 100000;
    border-bottom: 1px solid #ebebeb;
    height: 50px;
    padding: 0;
    margin: 0;
  }
  .header .header__logo {
    width: 280px;
    max-width: calc(100% - 70px);
  }
  .header .wrap-menu-right {
    display: none;
  }
  .header.active .sp-wrap {
    top: 50px;
    opacity: 1;
    width: 100%;
    box-sizing: border-box;
  }
}
.header {
  /*グローバルメニュー下部 */
  /*クロスメニュー（製品横断メニュー） */
  /*クロスサブメニュー（各ディビジョンメガメニュー） */
}
.header .wrap-menu-right {
  float: right;
}
.header .wrap-menu-right ul.wrap-buttons {
  color: #fff;
  display: flex;
  float: right;
}
.header .wrap-menu-right ul.wrap-buttons li.button-language {
  margin-right: 2px;
  margin-left: 4px;
}
.header .wrap-menu-right ul.wrap-buttons li > a {
  background: #E50012;
  color: #fff;
  width: 54px;
  height: 54px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.header .wrap-menu-right ul.wrap-buttons li > a img {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}
.header .wrap-menu-right ul.wrap-buttons li > a .text {
  font-size: 10px;
  display: block;
}
.header .wrap-menu-right ul.wrap-buttons li.button-language .wrap-link {
  font-size: 12px;
  display: flex;
}
.header .wrap-menu-right ul.wrap-buttons li.button-language .wrap-link p {
  color: rgba(255, 255, 255, 0.5);
}
.header .wrap-menu-right ul.wrap-buttons li.button-language .wrap-link p.on {
  color: rgb(255, 255, 255);
}
.header .wrap-menu-right ul.menu-header {
  float: right;
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.header .wrap-menu-right ul.menu-header li {
  position: relative;
  border-bottom: 2px solid transparent;
}
.header .wrap-menu-right ul.menu-header li a {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  padding: 14px 13px 22px;
  display: block;
  position: relative;
  line-height: 24px;
}
.header .wrap-menu-right ul.menu-header li:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #E50012;
  display: none;
  position: absolute;
  bottom: 0;
}
.header .wrap-menu-right ul.menu-header li:hover:after {
  display: block;
}
.header .wrap-menu-right ul.menu-header li .sub-menu {
  display: none;
}
.header .wrap-menu-right ul.menu-header li .sub-menu li a {
  padding: 10px 15px 10px;
}
.header .wrap-menu-right ul.menu-header li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  background: rgba(255, 255, 255, 0.9);
  width: 280px;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.header .wrap-menu-right ul.menu-header li#header_link_sitemap a {
  color: transparent;
  display: block;
  width: 80px;
  height: 68px;
  margin: 0;
  padding: 0;
  background: url(https://www.kowa-opt.co.jp/wp-content/themes/kowa-opt-corporate/images/icon-sitemap.svg) 50% 50% no-repeat;
  background-size: 58px;
}
.header .header__sp-wrap {
  transition: all 0.6s;
  background: #F7F7F7;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  max-width: 100%;
  width: 100%;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .header .header__sp-wrap {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    opacity: 0;
  }
}
.header .header__sp-wrap .header__sp-wrap__contact {
  padding: 5px 0;
  border-radius: 0px;
  min-width: 240px;
  height: 24px;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .header__sp-wrap .header__sp-wrap__contact {
    width: calc(100% - 24px);
  }
}
.header .header__sp-wrap .header__sp-wrap__contact::after {
  content: "";
  background-image: url(../images/arrow-white-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 5px;
  height: 8px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .header__sp-wrap .header__sp-wrap__contact {
    margin: 30px 0;
  }
}
.header .header__sp-wrap__nav-wrap {
  padding: 15px 12px 70px;
  background: #ffffff;
  display: none;
}
.header .header__sp-wrap__nav-search {
  margin-bottom: 15px;
}
.header .header__sp-wrap__nav-search .search-form {
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: block;
  height: 36px;
  width: 100%;
  border: 1px solid #cccccc;
}
.header .header__sp-wrap__nav-search .search-form > label {
  padding-right: 80px;
}
.header .header__sp-wrap__nav-search .search-form input[type=text],
.header .header__sp-wrap__nav-search .search-form input[type=search] {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 80px;
  border: none;
}
.header .header__sp-wrap__nav-search .search-form input.search-field {
  padding: 8px 48px 8px 14px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}
.header .header__sp-wrap__nav-search .search-form input[type=submit] {
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
  border: 0;
  font-size: 16px;
  right: 5px;
  width: 40px;
  position: absolute;
  bottom: 0;
  top: 0;
  background: none !important;
  border-radius: 0 3px 3px 0;
  padding: 4px 8px;
}
.header .mega-container {
  position: absolute;
  width: 100%;
  top: 78px;
  left: 0;
  display: none;
}
.header .mega-container #cross-menu-pc > ul.product-categories {
  display: flex;
  flex-flow: row;
  background: #ccc;
}
.header .mega-container #cross-menu-pc > ul.product-categories > li {
  width: 100%;
  border-right: 1px solid #fff;
}
.header .mega-container #cross-menu-pc > ul.product-categories > li:first-child {
  border-left: 1px solid #fff;
}
.header .mega-container #cross-menu-pc > ul.product-categories > li > a {
  display: block;
  text-align: center;
  font-size: 16px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.header .mega-container #cross-menu-pc > ul.product-categories > li .section_contents {
  display: none;
}
.header .product-details {
  display: none;
  width: 100%;
  background: rgba(60, 60, 60, 0.9);
  position: absolute;
  top: 50px;
}
.header .product-details__content {
  display: none;
}
.header .product-details__content.active {
  display: block;
}
.header .product-details__content__inner {
  padding: 30px;
  display: flex;
  flex-flow: row;
}
.header .product-details__content__inner .section_block {
  width: 33.3%;
}
.header .product-details__content__inner .section_block .section-header {
  position: relative;
  padding-left: 20px;
}
.header .product-details__content__inner .section_block .section-header::before {
  content: "";
  background: url(../images/arrow-green-r.svg) no-repeat top left;
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.header .product-details__content__inner .section_block > ul {
  padding-top: 10px;
  padding-left: 20px;
}
.header .product-details__content__inner .section_block > ul > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.header .product-details__content__inner .section_block > ul > li::before {
  content: "";
  background: url(../images/arrow-green-r.svg) no-repeat top left;
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.header .product-details__content__inner a {
  color: #fff;
}

.header .sp-wrap {
  transition: all 0.6s;
  background: #F7F7F7;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header .sp-wrap .nav-slider {
  display: flex;
  width: 200%; /* 各メニューを100%幅にして2枚並ぶ想定 */
  transition: transform 0.3s ease;
  background: #eee;
}
.header .sp-wrap .nav-slider .nav-lv1,
.header .sp-wrap .nav-slider .nav-lv2 {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  height: calc(100vh - 50px);
  overflow-y: auto;
}
.header .sp-wrap .nav-slider .nav-lv1 {
  border-top: 1px solid #dddddd;
}
.header .sp-wrap .nav-slider .nav-lv1 li {
  border-bottom: 1px solid #dddddd;
}
.header .sp-wrap .nav-slider .nav-lv1 li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.05em;
  padding: 10px 12px;
  display: block;
  position: relative;
}
.header .sp-wrap .nav-slider .nav-lv1 li .sub-menu {
  border-top: 1px solid #dddddd;
}
.header .sp-wrap .nav-slider .nav-lv1 li .sub-menu li {
  background: #F7F7F7;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-right: 50px;
}
.header .sp-wrap .nav-slider .nav-lv1 li .sub-menu li > button {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #333;
  top: 8px;
  right: 8px;
}
.header .sp-wrap .nav-slider .nav-lv1 li .sub-menu li a {
  padding: 12px 30px;
}
.header .sp-wrap .nav-slider .nav-lv2 {
  background: #333;
}
.header .sp-wrap .nav-slider .nav-lv2 .product-details__content {
  position: relative;
}
.header .sp-wrap .nav-slider .nav-lv2 .product-details__content__inner {
  flex-flow: column;
}
.header .sp-wrap .nav-slider .nav-lv2 .product-details__content__inner .section_block {
  width: auto;
}
.header .sp-wrap .nav-slider .nav-lv2 .product-details__content .back-button {
  position: absolute;
  top: 10px;
  left: 10px;
}
.header .sp-wrap .header__nav-language {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  display: block;
}
.header .sp-wrap .header__nav-language li {
  position: relative;
}
.header .sp-wrap .header__nav-language li a {
  padding: 0px 20px;
  display: block;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 700;
}
.header .sp-wrap .header__nav-language li a.on {
  color: #999999;
}
.header .sp-wrap .header__nav-language li:first-child::after {
  content: "";
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
  width: 1px;
}

.l-footer {
  background-color: #333333;
  padding: 37px 0 20px;
  padding: 25px 0 0px;
  overflow: hidden;
  clear: both;
}
.l-footer .l-footer__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .l-footer .l-footer__inner {
    width: calc(100% - 24px);
  }
}
@media only screen and (min-width: 1025px) {
  .l-footer .l-footer__inner .l-footer__menu {
    display: grid;
    grid-template-rows: 40px 60px;
    grid-template-columns: 143px 143px 1fr;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer .l-footer__inner .l-footer__menu a,
.l-footer .l-footer__inner .l-footer__menu p {
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__menu li {
    min-width: 45%;
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-footer .l-footer__inner .l-footer__menu #grid-01 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .l-footer .l-footer__inner .l-footer__menu #grid-02 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .l-footer .l-footer__inner .l-footer__menu #grid-03 {
    grid-row: 1/2;
    grid-column: 3/3;
  }
  .l-footer .l-footer__inner .l-footer__menu #grid-04 {
    grid-row: 2/2;
    grid-column: 3/3;
  }
  .l-footer .l-footer__inner .l-footer__menu #grid-05 {
    grid-row: 2/2;
    grid-column: 1/3;
  }
  .l-footer .l-footer__inner .l-footer__menu #grid-06 {
    grid-row: 2/2;
    grid-column: 2/3;
  }
}
.l-footer .l-footer__inner .l-footer__menu .l-footer__menu__link {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.l-footer .l-footer__inner .l-footer__menu .l-footer__menu__link::before {
  content: "＞";
  margin-right: 5px;
  font-size: 10px;
}
@media only screen and (min-width: 1025px) {
  .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product {
    display: grid;
    grid-template-rows: 30px 30px;
    grid-template-columns: 132px 187px 98px 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 23px;
  }
}
.l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product a,
.l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product a,
  .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product p {
    width: 45%;
    margin-bottom: 14px;
  }
}
.l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product a::before,
.l-footer .l-footer__inner .l-footer__menu .l-footer__menu__product p::before {
  content: "-";
  margin-right: 5px;
}
.l-footer .l-footer__inner .l-footer__external {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  flex-wrap: wrap;
  line-height: 2em;
}
.l-footer .l-footer__inner .l-footer__external li:not(:last-child)::after {
  content: "|";
  font-size: 14px;
  color: #ffffff;
  margin: 0 10px;
}
.l-footer .l-footer__inner .l-footer__external li a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.l-footer .l-footer__inner .l-footer__banner {
  padding: 40px 0;
  width: 100%;
  border-top: 1px solid #5c5c5c;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 30px;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__banner {
    justify-content: space-between;
  }
}
.l-footer .l-footer__inner .l-footer__banner a {
  display: block;
  margin-bottom: 10px;
  width: calc((100% - 60px) / 4);
}
@media only screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__banner a {
    width: calc((100% - 11px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__banner a:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__banner a:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-footer .l-footer__inner .l-footer__banner a:not:last-child {
  margin-right: 20px;
}
.l-footer .l-footer__inner .l-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #E50012;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__copy {
    font-size: 11px;
  }
}
.l-footer .wrap-footer-menu {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 17px;
}
.l-footer .wrap-footer-menu p:before {
  content: "＞";
  position: absolute;
  left: -15px;
  top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
.l-footer .wrap-footer-menu .wrap-menu {
  width: 25%;
}
.l-footer .wrap-footer-menu .wrap-menu p {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.l-footer .wrap-footer-menu .wrap-menu::nth-of-type(4) .menu-footer li {
  margin-bottom: 6px;
}
.l-footer .wrap-footer-menu .wrap-menu:not(:first-child) {
  padding-left: 18px;
}
.l-footer .wrap-footer-menu .wrap-menu .menu-name {
  margin-bottom: 3px;
}
.l-footer .wrap-footer-menu .wrap-menu:last-child .menu-footer li a {
  font-size: 16px;
}
.l-footer .wrap-footer-menu .wrap-menu:last-child .menu-footer li a:before {
  content: "＞";
  position: absolute;
  left: -15px;
  top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
.l-footer .wrap-footer-menu .menu-footer li {
  line-height: 20px;
}
.l-footer .wrap-footer-menu .menu-footer li a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.search-open .l-header .header__search {
  display: block;
}

@media screen and (max-width: 1104px) {
  .l-footer .l-footer__inner {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap-menu {
    width: 45% !important;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .menu-footer li {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__copy {
    font-size: 10px;
    padding: 12px;
  }
  .l-footer .l-footer__inner .l-footer__banner a {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }
  .l-footer .l-footer__inner .l-footer__banner a img {
    width: 100%;
  }
  .l-footer .l-footer__inner .l-footer__banner a:not(:last-child) {
    margin-right: 10px;
  }
  .l-footer .l-footer__inner .l-footer__banner a:nth-child(2n) {
    margin-right: 0;
  }
}
.c-button-to-top {
  background-color: #c2c2c2;
  width: 54px;
  position: absolute;
  bottom: 30px;
  display: block;
  right: calc((100% - 1080px) / 2);
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) {
  .c-machine-vision-bunner {
    width: calc(100% - 24px);
    max-width: 100%;
  }
}
.c-machine-vision-bunner img {
  max-width: 100%;
}

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

.c-common-heading {
  margin-top: 50px;
  margin-bottom: 30px;
}

.c-common-heading_type2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.05em;
  position: relative;
}

.c-common-heading_type3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
}

.l-breadcrumb {
  background-color: #ffffff;
}
.l-breadcrumb .l-breadcrumb__inner {
  width: calc(100% - 360px);
  padding: 10px 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .l-breadcrumb .l-breadcrumb__inner {
    width: calc(100% - 100px);
  }
}
@media only 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;
}

.c-section-title {
  padding: 0 0 14px;
  margin: 0 0 14px;
  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;
}

.c-common-section__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 40px 0;
}
@media only 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 only 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 only 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__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 only screen and (max-width: 767px) {
  .page-top__slider {
    padding: 0;
    height: calc(100vh - 50px);
    background-image: url(../images/top/main_sp.jpg);
  }
}

.c-table {
  width: 100%;
  border: 1px solid #ccc;
}
.c-table th {
  background: #f0f0f0;
  font-weight: bold;
}
.c-table th, .c-table td {
  padding: 10px 10px;
  border: 1px solid #ccc;
}
.c-table tr:nth-child(even) {
  background: #fafafa;
}

.c-table--narrow {
  font-size: 0.9rem;
}
.c-table--narrow th, .c-table--narrow td {
  padding: 0.25em;
}

.c-tab__buttons {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
.c-tab__buttons li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  border-radius: 4px;
  color: #333;
  padding: 10px 30px;
  font-size: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.c-tab__buttons li.active {
  background: #333;
  color: #fff;
}

.c-tab__contents li {
  display: none;
}
.c-tab__contents li.active {
  display: block;
}

.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 only screen and (max-width: 767px) {
  .page-top__fv {
    padding: 0;
    height: calc(100vh - 50px);
    background-image: url(../images/top/main_sp.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .page-top__fv .page-top__fv__inner {
    padding-top: 34px;
    text-align: center;
  }
}
.page-top__fv .page-top__fv__inner .page-top__fv__title {
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page-top__fv .page-top__fv__inner .page-top__fv__title {
    font-size: 24px;
  }
}
.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 only screen and (max-width: 767px) {
  .page-top__fv .page-top__fv__inner .page-top__fv__title::after {
    margin: 19px auto 23px;
  }
}
.page-top__fv .page-top__fv__inner .page-top__fv__description {
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
}

.page-top__menu {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 4px;
}
@media only screen and (max-width: 767px) {
  .page-top__menu {
    padding: 30px 0;
    width: calc(100% - 24px);
    justify-content: space-between;
  }
}
.page-top__menu .page-top__menu__content {
  width: 267px;
  background-color: #f7f7f7;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-top__menu .page-top__menu__content {
    width: calc((100% - 4px) / 2);
  }
}
.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 only screen and (max-width: 767px) {
  .page-top__menu .page-top__menu__content .page-top__menu__content__title--ex {
    font-size: 10px;
  }
}
.page-top__menu .page-top__menu__content .page-top__menu__content__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 7px;
}
.page-top__menu .page-top__menu__content .page-top__menu__content__description {
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.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__product:not(:last-child) {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-top__product:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page-top__product .page-top__product__catch {
  width: 100%;
  display: block;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-top__product .page-top__product__catch {
    position: sticky;
  }
}
.page-top__product .page-top__product__wrap {
  position: relative;
  background-color: #ffffff;
  padding-top: 120px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page-top__product .page-top__product__wrap {
    padding-top: 47px;
  }
}
.page-top__product .page-top__product__wrap .page-top__product__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content {
    width: calc(100% - 24px);
  }
}
.page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__img {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .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__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 only screen and (max-width: 767px) {
  .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content .page-top__product__content__textbox {
    width: 100%;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .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__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__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__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__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__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__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__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__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 only screen and (max-width: 767px) {
  .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__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__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__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__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__product .page-top__product__wrap .page-top__product__inner .page-top__product__content:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .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 only screen and (min-width: 768px) {
  .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .page-top__product .page-top__product__wrap .page-top__product__inner .page-top__product__content:nth-child(even) .page-top__product__content__img {
    margin-left: 40px;
  }
}

.page-category .page-category__main .page-category__main__fv {
  margin-bottom: 40px;
  width: 100%;
}
@media only 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 only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) {
  .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 only 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 only screen and (max-width: 767px) {
  .page-category .page-category__main .page-category__accessory-list {
    margin-bottom: 60px;
  }
}
.page-category .page-category__menu {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
}
@media only screen and (max-width: 767px) {
  .page-category .page-category__menu {
    padding: 30px 0;
    width: calc(100% - 24px);
    justify-content: space-between;
  }
}
.page-category .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 only screen and (max-width: 767px) {
  .page-category .page-category__menu .page-category__menu__content {
    width: calc((100% - 4px) / 2);
  }
}
.page-category .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 .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 only screen and (max-width: 767px) {
  .page-category .page-category__menu .page-category__menu__content .page-category__menu__content__title--ex {
    font-size: 10px;
  }
}
.page-category .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 .page-category__menu .page-category__menu__content .page-category__menu__content__description {
  font-size: 10px;
  text-align: center;
  display: inline-block;
}

.page-product .page-product__slide {
  background-color: #f9f9f9;
  padding: 70px 0 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-product .page-product__slide {
    padding: 60px 0 20px;
  }
}
.page-product .page-product__slide #main-carousel .splide__slide img {
  width: 346px;
  display: block;
  margin: auto;
}
.page-product .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 .page-product__slide #main-carousel .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
}
.page-product .page-product__slide #thumbnail-carousel {
  margin: auto;
  margin-top: 20px;
  display: block;
}
.page-product .page-product__slide #thumbnail-carousel .splide__track--nav .splide__list .splide__slide {
  opacity: 0.5;
}
.page-product .page-product__slide #thumbnail-carousel .splide__track--nav .splide__list .splide__slide.is-active {
  border-color: white;
  opacity: 1;
}
.page-product .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 only screen and (max-width: 767px) {
  .page-product .page-product__slide .page-product__slide__link {
    width: calc(100% - 24px);
  }
}
.page-product .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 only 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;
}
@media only 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 only 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 only 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 only 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 only 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 only 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 only 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 only 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-common__main__fv {
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-common__main__fv {
    margin-bottom: 23px;
  }
}
.page-common__main__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner {
    width: calc(100% - 24px);
  }
}
.page-common__main__inner .page-common__main__name {
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner .page-common__main__name {
    font-size: 40px;
  }
}
.page-common__main__inner .page-common__main__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner .page-common__main__description {
    margin-bottom: 50px;
  }
}
.page-common__main__inner .page-common__detail .page-common__detail__table {
  width: 100%;
  margin-top: 30px;
}
.page-common__main__inner .page-common__detail .page-common__detail__table th {
  width: 28%;
  font-weight: 400;
  background-color: #fafcfa;
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner .page-common__detail .page-common__detail__table th {
    width: 130px;
  }
}
.page-common__main__inner .page-common__detail .page-common__detail__table th,
.page-common__main__inner .page-common__detail .page-common__detail__table td {
  box-sizing: border-box;
  padding: 20px 15px;
  border: solid 1px #cccccc;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner .page-common__detail .page-common__detail__table th,
  .page-common__main__inner .page-common__detail .page-common__detail__table td {
    padding: 10px;
    font-size: 12px;
  }
}
.page-common__main__inner .page-common__detail .page-common__detail__notes {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 20px;
}
.page-common__main__inner .page-common__detail .page-common__detail__download {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner .page-common__detail .page-common__detail__download {
    flex-direction: column;
  }
}
.page-common__main__inner .page-common__detail .page-common__detail__download .page-common__detail__download__button {
  position: relative;
  padding: 16px 43px;
  font-size: 12px;
  color: white;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner .page-common__detail .page-common__detail__download .page-common__detail__download__button {
    text-align: center;
  }
}
.page-common__main__inner .page-common__detail .page-common__detail__download .page-common__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-common__main__inner .page-common__detail .page-common__detail__download .page-common__detail__download__button.page-common__detail__download__button--pdf {
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .page-common__main__inner .page-common__detail .page-common__detail__download .page-common__detail__download__button.page-common__detail__download__button--pdf {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .page-common__main__inner .page-common__detail .page-common__detail__download .page-common__detail__download__button.page-common__detail__download__button--pdf {
    margin-bottom: 10px;
  }
}
.page-common__main__inner .page-common__detail .page-common__detail__download .page-common__detail__download__button.page-common__detail__download__button--zip {
  background-color: #115106;
}
.page-common__main .page-common__list--lens,
.page-common__main .page-common__list--product {
  margin-bottom: 60px;
}
.page-common__main .page-common__list--series {
  margin-bottom: 120px;
}

.l-product-support {
  padding: 120px 0;
  background-color: #f9f9f9;
  margin: auto;
  margin-bottom: 120px;
}
@media only 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 only screen and (max-width: 1024px) {
  .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 only 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 only 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 only 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 only 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-product__list .l-product__list__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media only 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 only 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 only screen and (max-width: 1024px) {
  .l-product__list .l-product__list__inner .l-product__list__content .l-product__list__item {
    width: calc((100% - 90px) / 4);
  }
}
@media only 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;
}
.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;
}
.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;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt0 {
  padding-top: 0rem !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl0 {
  padding-left: 0rem !important;
}

.u-pl10 {
  padding-left: 20px !important;
}

.u-pl20 {
  padding-left: 50px !important;
}

.u-pl20 {
  padding-left: 100px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fw-light {
  font-weight: 300 !important;
}

.u-uppercase {
  text-transform: uppercase !important;
}

.u-lowercase {
  text-transform: lowercase !important;
}

.u-capitalize {
  text-transform: capitalize !important;
}

.u-fs-sm {
  font-size: 0.875rem !important;
}

.u-fs-md {
  font-size: 1rem !important;
}

.u-fs-lg {
  font-size: 1.25rem !important;
}

.u-alg-l {
  text-align: left;
}

.u-alg-r {
  text-align: right;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-break-word {
  word-break: break-word !important;
}

.u-hidden {
  display: none !important;
}

.u-visible {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-flex {
  display: flex !important;
}

.u-inline-flex {
  display: inline-flex !important;
}

.u-flex-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.u-justify-start {
  justify-content: flex-start !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-items-start {
  align-items: flex-start !important;
}

.u-items-center {
  align-items: center !important;
}

.u-items-end {
  align-items: flex-end !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-flex-row {
  flex-direction: row !important;
}

.u-grid {
  display: grid !important;
}

.u-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.u-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.u-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.u-grid-cols-6 {
  grid-template-columns: repeat(6, 1fr) !important;
}

.u-gap-10 {
  gap: 1rem !important;
}

.u-gap-20 {
  gap: 2rem !important;
}

.u-column-gap-10 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.u-row-gap-10 {
  row-gap: 1rem !important;
}

.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-fixed {
  position: fixed !important;
}

.u-sticky {
  position: sticky !important;
}

.u-top-0 {
  top: 0 !important;
}

.u-right-0 {
  right: 0 !important;
}

.u-bottom-0 {
  bottom: 0 !important;
}

.u-left-0 {
  left: 0 !important;
}

.u-z-0 {
  z-index: 0 !important;
}

.u-z-10 {
  z-index: 10 !important;
}

.u-z-100 {
  z-index: 100 !important;
}

.u-w-100p {
  width: 100% !important;
}

.u-w-50p {
  width: 50% !important;
}

.u-w-33p {
  width: 33.3333% !important;
}

.u-w-25p {
  width: 25% !important;
}

.u-w-100 {
  width: 100px !important;
}

.u-w-200 {
  width: 200px !important;
}

.u-w-300 {
  width: 300px !important;
}

.u-h-100 {
  height: 100px !important;
}

.u-h-200 {
  height: 200px !important;
}

.u-h-100p {
  height: 100% !important;
}

.u-max-w-100p {
  max-width: 100% !important;
}

.u-min-h-100p {
  min-height: 100% !important;
}/*# sourceMappingURL=kop_base.css.map */