@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
::selection {
  background-color: #d9e0f4;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: .2s;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100%;
}
main {
  overflow-x: hidden;
}
video {
  display: block;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
iframe {
  vertical-align:bottom;
}
.br-sp{
  display: none;
}
.bg-fix {
  position: fixed;
  width: 100%;
  height: 100%;
}
.hidden {
  visibility: hidden;
}
.external-link span {
  position: relative;
}
.external-link span::before{
  content: "";
  position: absolute;
  top: -.3em;
  right: -1.9em;
  display: block;
  width: .8em;
  height: .5em;
  margin: .5em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.external-link span::after {
  content: "";
  position: absolute;
  top: .4em;
  right: -1.55em;
  display: block;
  width: .5em;
  height: .3em;
  border: 2px solid #fff;
}
.l-max-width {
  max-width: 2000px;
  margin: 0 auto;
}
.c-section-title01 {
  width: 100%;
  height: 5.5vw;
  padding: clamp(10px, 1.4vw, 20px) clamp(20px, 2.8vw, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
}
.c-section-title02 {
  width: 100%;
  height: clamp(28px, 2.5vw, 38px);
  margin-bottom: 10px;
  padding: 0 clamp(10px, 1.4vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 5px solid #1a499a;
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 700;
}
.c-text01 {
  margin-bottom: 1em;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.6;
  text-align: justify;
}
.c-button01,
.contact-wrapper .wpcf7cp-btns button {
  margin: 0 auto;
  width: clamp(150px, 13vw, 300px);
  height: clamp(40px, 3.5vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.3vw, 24px);
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #1a499a;
  background: #fff;
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: relative;
}
.c-button01 input,
.contact-wrapper .wpcf7cp-btns button input {
  color: inherit;
}
.contact-wrapper .c-button01,
.contact-wrapper .wpcf7cp-btns button {
  font-size: clamp(14px, 2vw, 18px);
}
.c-button01::before,
.c-button01::after,
.contact-wrapper .wpcf7cp-btns button::before,
.contact-wrapper .wpcf7cp-btns button::after {
  content: '';
  position: absolute;
  width: max(4px,.36vw);
  height: max(4px,.36vw);
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
  transform: rotate(45deg);
}
.contact-wrapper .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::before,
.contact-wrapper .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::after {
  transform: rotate(225deg);
}
.c-button01::before,
.contact-wrapper .wpcf7cp-btns button::before {
  right: max(7px, .7vw);
}
.c-button01::after,
.contact-wrapper .wpcf7cp-btns button::after {
  right: max(12px, 1.1vw);
}
.contact-wrapper .c-button01::before,
.contact-wrapper .c-button01::after {
  display: none;
}
.contact-wrapper .c-button01 {
  background-image: url(../img/arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: right 5% bottom 50%;
  background-size: 7%;
}
@media (hover: hover) and (pointer: fine) {
  .contact-wrapper .c-button01:hover {
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: right 5% bottom 50%;
    background-size: 7%;
  }
}
.contact-wrapper .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::before {
  left: max(7px, .7vw);
}
.contact-wrapper .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::after {
  left: max(12px, 1.1vw);
}
@media (hover: hover) and (pointer: fine) {
  .c-button01:hover,
  .contact-wrapper .wpcf7cp-btns button:hover {
    background: #1a499a;
    color: #fff;
  }
  .c-button01:hover::before,
  .c-button01:hover::after,
  .contact-wrapper .wpcf7cp-btns button:hover::before,
  .contact-wrapper .wpcf7cp-btns button:hover::after {
    border-color: #fff;
  }
}
.c-contact-section {
  width: 100%;
  padding: 3em;
  background: #d9e0f4;
}
.c-contact-section-button {
  width: clamp(280px, 30vw, 400px);
  height: clamp(60px, 6vw, 80px);
  font-size: clamp(20px, 2vw, 28px);
  border-radius: 30vw;
}
.c-contact-section-button::before,
.c-contact-section-button::after {
  width: max(7px, .6vw);
  height: max(7px, .6vw);
}
.c-contact-section-button::before {
  right: max(12px, 2vw);
}
.c-contact-section-button::after {
  right: max(18px, 2.6vw);
}
@media screen and (max-width: 500px) {
  .br-sp {
    display: block;
  }
  .c-contact-section {
    padding: 2em .5em;
  }
}

/* pagenation */
.pager {
  text-align: center;
  margin-top: 1em;
}
.page-numbers {
  display: inline-block;
  font-size: clamp(14px, 1.3vw, 18px);
  font-family: 'Montsrrat', sans-serif;
  font-weight: 300;
  padding: 0 .3em;
  vertical-align: middle;
}
.page-numbers.next {
  border: none;
  color: #1a499a;
  vertical-align: .05em;
}
.page-numbers:hover {
  color: #1a499a;
}
.page-numbers.current {
  color: #1a499a;
  font-weight: 600;
}

/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
.inquirytous .grecaptcha-badge {
  visibility: visible;
}

/* gutenberg */
.has-black-color {
  color: #000;
}
.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-white-color {
  color: #fff;
}
.has-pale-pink-color {
  color: #f78da7;
}
.has-vivid-red-color {
  color: #cf2e2e;
}
.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-light-green-cyan-color {
  color: #7bdcb5;
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-vivid-purple-color {
  color: #9b51e0;
}
.has-black-background-color {
  color: #000;
}
.has-cyan-bluish-gray-background-color {
  color: #abb8c3;
}
.has-white-background-color {
  color: #fff;
}
.has-pale-pink-background-color {
  color: #f78da7;
}
.has-vivid-red-background-color {
  color: #cf2e2e;
}
.has-luminous-vivid-orange-background-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-background-color {
  color: #fcb900;
}
.has-light-green-cyan-background-color {
  color: #7bdcb5;
}
.has-vivid-green-cyan-background-color {
  color: #00d084;
}
.has-pale-cyan-blue-background-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-background-color {
  color: #0693e3;
}
.has-vivid-purple-background-color {
  color: #9b51e0;
}
.is-layout-flex {
  display: flex;
}
.is-layout-flex figure {
  margin: 0 1em 1em 0;
}

/* ---------- fadeup ---------- */
.fadeUp {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeUpTrigger {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* header */
.header {
  position: relative;
}
.header-nav {
  width: 100%;
  height: 80px;
  padding: 7.5px 0 3px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 5;
}
.top-header-nav:hover,
.top-header-nav-color {
  background: #1a499a88;
}
.top-header-nav-color:hover,
.header-nav-color,
.header-nav-color:hover {
  background: #1a499a;
}
.header-nav-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.header-nav-logo-container {
  margin-left: 20px;
  width: min(30vw, 400px);
}
.header-nav-logo img {
  min-width: 150px;
  width: 55vw;
  flex-shrink: 0;
  filter: drop-shadow(0px 0px 2px #0006);
}
.header-nav-link-containter {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 1px;
}
.header-nav-link-language {
  margin-left: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 0 2px #0006;
}
.header-nav-link-en {
  padding: 1px;
  background: #fff;
  color: #1a499a88;
  text-shadow: none;
  box-shadow: 0 0 2px #0006;
}
.cn-header .header-nav-link-en {
  background: none;
  color: #fff !important;
  text-shadow: 0 0 2px #0006;
  box-shadow: none;
}
.cn-header .header-nav-link-cn {
  padding: 1px;
  background: #fff;
  color: #1a499a;
  text-shadow: none;
  box-shadow: 0 0 2px #0006;
}
.nav-btn-spnav-outer {
  display: none;
}
.spnav,
.spnav-products-1st-wrapper {
  display: none;
}
.top-header-nav-color .header-nav-link-en,
.top-header-nav-color:hover .header-nav-link-en,
.header-nav-color .header-nav-link-en {
  color: #1a499a;
}
.header-nav-menu-container {
  padding-right: 20px;
  padding-bottom: 3px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .3vw;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-shadow: 0 0 2px #0006;
  box-shadow: 0 2px 2px -2px #0006;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.1vw, 18px);
}
.header-nav-menu-container a {
  padding: min(.4vw, 4px) min(.7vw, 7px);
  border-radius: 3px;
  cursor: pointer;
}
.header-nav-menu-container a:hover,
.header-nav-menu-container a.active {
  background: #fff;
  color: #1a499a;
  text-shadow: none;
}
.header-nav-menu-container a.header-nav-menu-products {
  padding-right: 23px;
}
.header-nav-menu-arrow {
  position: relative;
}
.header-nav-menu-arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 3px;
  right: -15px;
  border-bottom: 2.7px solid #fff;
  border-right: 2.7px solid #fff;
  box-shadow: 1px 1px 2px 0 #0003;
  transform: rotate(45deg);
}
.header-nav-menu-container a:hover .header-nav-menu-arrow::after,
.header-nav-menu-container a.active .header-nav-menu-arrow::after {
  border-bottom: 2.7px solid #1a499a;
  border-right: 2.7px solid #1a499a;
  box-shadow: none;
}
.header-nav-menu-search {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 2px #0006;
}
.header-nav-menu-search input{
  -webkit-appearance:none;
  outline: none;
  color: #666;
  font-size: .8em;
  font-weight: 400;
  transition: .3s;
}
.header-nav-menu-search-box {
  width: clamp(120px, 12vw, 140px);
  height: 25px;
  padding: 3px 5px;
  border: none;
  border-radius: 5px;
}
.header-nav-menu-search-button {
  width: 25px;
  height: 25px;
  right: 20px;
  background-color: transparent;
  border: none;
}
.header-nav-menu-search::after {
  content: '';
  color: #1a499a;
  position: absolute;
  display: block;
  top: 4px;
  right: 3px;
  width: 17px;
  height: 17px;
  background-image: url(../img/header-nav-menu-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header-cookie-container {
  position: fixed;
  padding: 1.5vw;
  bottom: 0;
  width: 100%;
  height: max(100px, 7.3vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fffffff3;
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  z-index: 4;
}
.header-cookie-container.hidden {
  opacity: 0;
  visibility: hidden;
}
.header-cookie-text {
  width: 60vw;
  flex-shrink: 0;
  font-weight: 500;
  font-size: max(10px, .9vw);
  line-height: 1.5;
  text-align: justify;
}
.header-cookie-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .3vw;
}
.header-cookie-button-container a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(120px, 11vw);
  height: 2.6vw;
  padding: .7vw;
  font-size: max(10px, .9vw);
  font-weight: 600;
}
.header-cookie-accept {
  background: #1a499a;
  color: #fff;
}
.header-drawer-background {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0009;
  z-index: 2;
  transition: all .2s;
}
.header-drawer-background.active {
  display: block;
  opacity: 1;
}
.header-drawer-container {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 80px);
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  overflow-y: auto;
  z-index: 3;
}
.header-drawer-container.active {
  display: block;
}
.header-drawer-subcategory-wrapper01 ul,
.header-drawer-subcategory-wrapper02 ul {
  display: none;
}
.header-drawer-subcategory-wrapper01 ul.active,
.header-drawer-subcategory-wrapper02 ul.active {
  display: block;
  width: 100%;
  min-height: 100%;
  background: #d8e0efcc;
}
.header-drawer {
  display: flex;
  justify-content: center;
  align-items:stretch;
  gap: 1em;
  padding: 30px 10px;
}
.header-drawer-group-title {
  height: clamp(30px,2.5vw,40px);
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-size: clamp(16px, 1.45vw, 24px);
  font-weight: 600;
}
.header-drawer-category-wrapper {
  display: flex;
  align-items:stretch;
  min-height: calc(100% - clamp(30px,2.5vw,40px) - 1vw);
}
.header-drawer-category {
  width: min(15vw, 14em);
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
}
.header-drawer-category-title {
  position: relative;
  display: block;
}
.header-drawer-category-title h4 {
  display: block;
}
.header-drawer-category-title.active::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -.7em;
  bottom: 0;
  right: -2em;
  margin: auto;
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
  border-left: solid 0 transparent;
  border-right: solid 10px #afbedc;
}
.header-drawer-category-title:hover .header-drawer-category-title-name,
.header-drawer-category-title.active .header-drawer-category-title-name {
  padding-left: 7px;
  margin-left: -10px;
  border-left: 3px solid #1a499a;
  color: #1a499a;
  font-weight: 500;
}
.header-drawer-category-title-name {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 0;
  color: #424d5f;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.header-drawer-category-title-name::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
  border-bottom: solid 3px transparent;
  border-top: solid 3px transparent;
  border-left: solid 5px #888;
  border-right: solid 0 transparent;
}
.header-drawer-category-title.active .header-drawer-category-title-name::after,
.header-drawer-category-title:hover .header-drawer-category-title-name::after {
  border-left: solid 5px #1a499a;
}
.header-drawer-arrow {
  position: relative;
  display: block;
}
.header-drawer-subcategory-wrapper01,
.header-drawer-subcategory-wrapper02 {
  width: clamp(20em,20vw,30em);
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 2em;
}
.header-drawer-subcategory-wrapper01 {
  background-image: url(../img/header-drawer-subcategory-bg-standard.jpg);
}
.header-drawer-subcategory-wrapper02 {
  background-image: url(../img/header-drawer-subcategory-bg-industrial.jpg);
}
.header-drawer-category-title .header-drawer-subcategory {
  display: none;
}
.header-drawer-subcategory {
  width: 28vw;
  padding: .5em 1em;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #424d5f;
  font-size: clamp(12px, .8vw, 16px);
  text-align: center;
  z-index: 5;
}
.header-drawer-subcategory-title {
  color: #1a499a;
  font-weight: 600;
}
.header-drawer-subcategory a {
  margin: .3em 0;
  padding: .4em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 5;
}
.header-drawer-subcategory a:hover {
  background: #d9e0f4;
}
.header-drawer-button-wrapper {
  padding: 10px;
  background: #ecf0f7;
}
.header-drawer-button-container {
  display: grid;
  width: clamp(600px, 65vw, 850px);
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.header-drawer-button {
  position: relative;
  height: clamp(37px, 3vw, 46px);
  padding-right: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a499a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.header-drawer-button:hover {
  background: #fff;
  color: #1a499a;
}
.header-drawer-button-allproducts {
  grid-area: 1 / 1 / 2 / 4;
  font-size: clamp(20px, 2vw, 28px);
}
.header-drawer-button-catalog {
  grid-area: 2 / 1 / 3 / 2;
}
.header-drawer-button-alert {
  grid-area: 2 / 2 / 3 / 3;
}
.header-drawer-button-discontinued {
  grid-area: 2 / 3 / 3 / 4;
}
.header-drawer-button-catalog,
.header-drawer-button-alert,
.header-drawer-button-discontinued {
  position: relative;
  border-radius: 5px;
  font-size: clamp(12px, .8vw, 16px);
}
.header-drawer-button-catalog::before,
.header-drawer-button-discontinued::before,
.header-drawer-button-alert::before,
.header-drawer-button-catalog:hover::before,
.header-drawer-button-discontinued:hover::before {
  content: '';
  position: relative;
  display: block;
  width: 1.8em;
  height: 1.8em;
  margin: 0 .5em 0 0;
}
.header-drawer-button-catalog::before {
  background: url(../img/products-button-catalog.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-drawer-button-alert::before {
  background: url(../img/products-button-alert.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-drawer-button-discontinued::before {
  background: url(../img/products-button-discontinued.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-drawer-button-catalog:hover::before {
  background: url(../img/products-button-catalog-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-drawer-button-alert:hover::before {
  background: url(../img/products-button-alert-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-drawer-button-discontinued:hover::before {
  background: url(../img/products-button-discontinued-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-drawer-button-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 1em;
}
.header-drawer-button-arrow::before,
.header-drawer-button-arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: .4em;
  height: .4em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.header-drawer-button-arrow::before {
  right: .5em;
}
.header-drawer-button-arrow::after {
  right: 0;
}
.header-drawer-button:hover .header-drawer-button-arrow::before,
.header-drawer-button:hover .header-drawer-button-arrow::after {
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
}
@media screen and (max-width: 1000px) {
  .header-nav-logo-container {
    margin-left: 3vw;
    width: min(45vw, 400px);
  }
  .header-nav-link-containter {
    margin-right: min(12vw, 80px);
    gap: 2vw;
  }
  .header-nav-link-containter a {
    display: block;
  }
  .header-nav-link-containter img {
    max-width: 130%;
    width: 130%;
  }
  .header-nav-link-language,
  .header-nav-menu-container {
    display: none;
  }
  .header-drawer-background.active,
  .header-drawer-container.active {
    display: none !important;
  }
  .nav-btn-spnav-outer {
    display: block;
    width: 70px;
    height: 50px;
    position: fixed;
    top: 11px;
    right: 0;
    cursor: pointer;
    z-index: 9;
  }
  .nav-btn-spnav {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .nav-btn-spnav div {
    display : block;
    position: absolute;
    width: 40px;
    height: 2px ;
    left: 12px;
    background: #ffff;
    transition: 0.3s ease-in-out;
  }
  .nav-btn-spnav div:nth-child(1) {
    top: 20px;
  }
  .nav-btn-spnav div:nth-child(2) {
    top: 30px;
  }
  .nav-btn-spnav div:nth-child(3) {
    top: 40px;
  }
  .nav-btn-spnav.active div:nth-child(1) {
    top : 30px;
    left: 12px;
    transform : rotate(-30deg);
    background : #fff;
  }
  .nav-btn-spnav.active div:nth-child(2),
  .nav-btn-spnav.active div:nth-child(3) {
    top: 30px;
    transform : rotate(30deg);
    background : #fff;
  }
  .nav-btn-spnav div {
    display : block;
    position: absolute;
    width: 40px;
    height: 2px ;
    left: 0;
    background: #ffff;
    transition: 0.3s ease-in-out;
  }
  .nav-btn-spnav div:nth-child(1) {
    top: 20px;
  }
  .nav-btn-spnav div:nth-child(2) {
    top: 30px;
  }
  .nav-btn-spnav div:nth-child(3) {
    top: 40px;
  }
  .nav-btn-spnav.active div:nth-child(1) {
    top : 30px;
    left: 0;
    transform : rotate(-30deg);
    background : #fff;
  }
  .nav-btn-spnav.active div:nth-child(2),
  .nav-btn-spnav.active div:nth-child(3) {
    top: 30px;
    transform : rotate(30deg);
    background : #fff;
  }
  .header-nav-link-containter a {
    z-index: 20;
  }
  .header-nav-link-containter img {
    max-width: 150%;
    width: 150%;
  }
  .spnav {
    display: block;
    width: 100%;
    padding: 50px 8vw 5vw;
    position: fixed;
    top: 0;
    right: -100%;
    background: #1a499a;
    color: #fff;
    z-index: 8;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.4s ease;
  }
  .spnav.active {
    right: 0;
  }
  .spnav-container {
    width: 100%;
    margin-top: 5vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: max(16px, calc(14px + 1vw));
  }
  .spnav-item {
    width: 100%;
  }
  .spnav-item a {
    display: inline-block;
    padding: calc(10px + 2vw);
    cursor: pointer;
  }
  .spnav-item a:hover {
    opacity: .8;
  }
  .spnav-products-link {
    position: relative;
  }
  .spnav-products-link::before,
  .spnav-products-link::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: .35em;
    height: .35em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  .spnav-products-link::before {
    right: .25em;
  }
  .spnav-products-link::after {
    right: -.2em;
  }
  .spnav-link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-top: 2em;
    gap: 2vw;
    font-family: 'Monsserrat', sans-serif;
    font-weight: 500;
    border-top: 1px solid #fff;
  }
  .spnav-link-container a {
    display: block;
  }
  .spnav-link-container a:hover {
    opacity: .8;
  }
  .spnav-menu-search {
    position: relative;
    width: 70%;
    min-width: 15em;
    margin: 2em auto;
    border-radius: 5px;
    background: #fff;
  }
  .spnav-menu-search input{
    -webkit-appearance:none;
    outline: none;
    color: #666;
    font-weight: 400;
    transition: .3s;
  }
  .header-nav-menu-search-box {
    position: relative;
    width: 100%;
    height: 2.5em;
    padding: .5em;
    border: none;
    border-radius: 5px;
  }
  .header-nav-menu-search-button {
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    background: transparent;
    border: none;
    z-index: 3;
  }
  .spnav-menu-search::after {
    content: '';
    color: #1a499a;
    position: absolute;
    display: block;
    top: .3em;
    right: .2em;
    width: 2em;
    height: 2em;
    background-image: url(../img/header-nav-menu-search.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .spnav-products-1st-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    color: #424d5f;
    z-index: 8;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.4s ease;
  }
  .spnav-products-1st-wrapper.active {
    right: 0;
  }
  .spnav-products-header {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2em;
    background: #1a499a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: calc(14px + 1vw);
    z-index: 10;
  }
  .spnav-products-header a {
    position: relative;
    display: block;
    cursor: pointer;
  }
  .spnav-products-header a::before,
  .spnav-products-header a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .25em;
    height: .25em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
  }
  .spnav-products-header a::before {
    left: -.5em;
  }
  .spnav-products-header a::after {
    left: -.8em;
  }
  .spnav-products-container {
    width: 100%;
    padding: 0 3vw;
    padding-top: calc(1em + 80px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: calc(14px + 1vw);
  }
  .spnav-products-group {
    margin-bottom: .5em;
  }
  .spnav-products-group-title {
    height: 1.5em;
    padding-left: .5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
    color: #fff;
  }
  .spnav-products-category {
    margin-bottom: 1em;
  }
  .spnav-products-category-title {
    padding: .3em;
  }
  .spnav-products-category-title a {
    display: block;
  }
  .spnav-products-category-title a:hover {
    opacity: .7;
  }
  .spnav-products-category-title-name {
    display: inline-block;
    padding: .3em .5em;
    border-left: 4px solid #1a499a;
    color: #424d5f;
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 400;
    position: relative;
    cursor: pointer;
  }
  .spnav-products-category-title-name::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 10px;
    border-right: solid 3px transparent;
    border-left: solid 3px transparent;
    border-top: solid 5px #888;
    border-bottom: solid 0 transparent;
  }
  .m-box {
    display: flex;
    flex-direction: column;
    padding: .5em .8em;
    margin-top: .5em;
    margin-bottom: 1em;
    gap: .5em;
    background: #ecf0f7;
  }
  .m-box li a {
    display: block;
    background: #fff;
    padding: .7em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 1.5vw, 24px);
  }
  .m-box li a:hover {
    background: #d9e0f4;
  }
  .m-box > li {
    color: #424d5f;
    font-weight: 400;
  }
  .m-box > li:first-of-type {
    color: #1a499a;
    font-weight: 600;
  } 
  .spnav-products-button-wrapper {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #ecf0f7;
  }
  .spnav-products-button-container {
    display: grid;
    width: clamp(630px, 70vw, 700px);
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: clamp(5px, 1vw, 10px);
  }
  .header-nav-link-containter a.spnav-products-button {
    display: flex;
  }
  .spnav-products-button {
    position: relative;
    height: clamp(28px, 5vw, 46px);
    padding-right: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1a499a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }
  @media (hover: hover) and (pointer: fine) {
    .spnav-products-button:hover {
      background: #fff;
      color: #1a499a;
    }
  }
  .spnav-products-button-allproducts {
    grid-area: 1 / 1 / 2 / 4;
    font-size: clamp(20px, 2vw, 28px);
  }
  .spnav-products-button-catalog {
    grid-area: 2 / 1 / 3 / 2;
  }
  .spnav-products-button-alert {
    grid-area: 2 / 2 / 3 / 3;
  }
  .spnav-products-button-discontinued {
    grid-area: 2 / 3 / 3 / 4;
  }
  .spnav-products-button-catalog,
  .spnav-products-button-alert,
  .spnav-products-button-discontinued {
    position: relative;
    border-radius: 5px;
    font-size: clamp(12px, .8vw, 18px);
  }
  .spnav-products-button-catalog::before,
  .spnav-products-button-alert::before,
  .spnav-products-button-discontinued::before {
    content: '';
    position: relative;
    display: block;
    width: 1.8em;
    height: 1.8em;
    margin: 0 .5em 0 0;
  }
  @media (hover: hover) and (pointer: fine) {
    .spnav-products-button-catalog:hover::before,
    .spnav-products-button-discontinued:hover::before {
      content: '';
      position: relative;
      display: block;
      width: 1.8em;
      height: 1.8em;
      margin: 0 .5em 0 0;
    }
  }
  .spnav-products-button-catalog::before {
    background: url(../img/products-button-catalog.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .spnav-products-button-alert::before {
    background: url(../img/products-button-alert.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .spnav-products-button-discontinued::before {
    background: url(../img/products-button-discontinued.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  @media (hover: hover) and (pointer: fine) {
    .spnav-products-button-catalog:hover::before {
      background: url(../img/products-button-catalog-blue.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
    }
    .spnav-products-button-alert:hover::before {
      background: url(../img/products-button-alert-blue.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
    }
    .spnav-products-button-discontinued:hover::before {
      background: url(../img/products-button-discontinued-blue.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
    }
  }
  .spnav-products-button-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 1em;
  }
  .spnav-products-button-arrow::before,
  .spnav-products-button-arrow::after {
    content: '';
    position: absolute;
    display: block;
    width: .4em;
    height: .4em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .spnav-products-button-arrow::before {
    right: .5em;
  }
  .spnav-products-button-arrow::after {
    right: 0;
  }
  @media (hover: hover) and (pointer: fine) {
    .spnav-products-button:hover .spnav-products-button-arrow::before,
    .spnav-products-button:hover .spnav-products-button-arrow::after {
      border-top: 2px solid #1a499a;
      border-right: 2px solid #1a499a;
    }
  }
}
@media screen and (max-width: 850px) {
  .header-nav-link-containter img {
    max-width: 120%;
    width: 120%;
  }
}
@media screen and (max-width: 650px) {
  .spnav-products-button-container {
    width: clamp(250px, 60vw, 550px);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .spnav-products-button-allproducts {
    grid-area: 1 / 1 / 2 / 2;
  }
  .spnav-products-button-catalog {
    width: 85%;
    margin: 0 auto;
    grid-area: 2 / 1 / 3 / 2;
  }
  .spnav-products-button-alert {
    width: 85%;
    margin: 0 auto;
    grid-area: 3 / 1 / 4 / 2;
  }
  .spnav-products-button-discontinued {
    width: 85%;
    margin: 0 auto;
    grid-area: 4 / 1 / 5 / 2;
  }
}
@media screen and (max-width: 500px) {
  .spnav-products-header {
    height: 50px;
  }
  .spnav-products-container {
    padding-top: calc(1em + 50px);
  }
  .spnav-products-category-title-name {
    font-size: calc(14px + 1vw);
  }
  .header-nav {
    padding-top: 0;
    height: 60px;
  }
  .header-nav-link-containter img {
    max-width: 100%;
    width: 100%;
  }
  .header-nav-link-containter {
    margin-right:12vw;
    gap: .5vw;
  }
  .header-nav-link-catalog img,
  .header-nav-link-youtube img,
  .header-nav-link-instagram img,
  .header-nav-link-facebook img {
    display: none;
    opacity: 0;
  }
  .header-nav-link-containter.active .header-nav-link-catalog img,
  .header-nav-link-containter.active .header-nav-link-youtube img,
  .header-nav-link-containter.active .header-nav-link-instagram img,
  .header-nav-link-containter.active .header-nav-link-facebook img {
    display: block;
    opacity: 1;
    transition: all 0.4s ease;
  }
  .spnav-products-link::before,
  .spnav-products-link::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .spnav-products-link::after {
    right: -.1em;
  }
  .nav-btn-spnav div:nth-child(1) {
    top: 5px;
  }  
  .nav-btn-spnav div:nth-child(2) {
    top: 15px;
  }
  .nav-btn-spnav div:nth-child(3) {
    top: 25px;
  }
  .nav-btn-spnav.active div:nth-child(1) {
    top : 15px;
    left: 19px;
    transform : rotate(-30deg);
    background : #fff;
  }
  .nav-btn-spnav.active div:nth-child(2),
  .nav-btn-spnav.active div:nth-child(3) {
    top: 15px;
    transform : rotate(30deg);
    background : #fff;
  }
 .nav-btn-spnav div {
    width: 35px;
    left: 20px;
  }
  .nav-btn-subscribe-outer {
    display: none;
  }
  .spnav-subscribe-outer {
    margin: 12vw 0;
    padding: 4vw 5vw;
  }
}
@media screen and (max-width: 400px) {
  .header-nav-logo-container {
    margin-left: 1vw;
    width: min(45vw, 300px);
  }
}

/* footer */
.footer {
  background-color: #1a499a;
  color: #fff;
}
.footer-pagetop {
  height: max(30px, 4vw);
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-pagetop-button {
  display: block;
  position: relative;
  width: 4vw;
  height: 2vw;
  cursor: pointer;
}
.footer-pagetop-button::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 1vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max(12px, 1.6vw);
  height: max(12px, 1.6vw);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}
.footer-pagetop-button:hover {
  transform: translateY(-.3vw);
}
.footer-logo {
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo img {
  width: max(80px, 7vw);
}
.footer-nav-container-wrapper {
  width: 85vw;
  margin: 0 auto;
  padding: 2vw 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: 'Montserrat', sans-serif;
}
.footer-nav-container {
  display: flex;
}
.footer-nav-container:nth-of-type(2) {
  width: 10vw;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav-container a:hover {
    text-decoration: underline;
    text-underline-offset: .3vw;
  }
}
.footer-nav-content-groupe {
  display: flex;
  flex-direction: column;
}
.footer-nav-content {
  width: 12vw;
  margin-bottom: 2em;
}
.footer-nav-content-products {
  width: auto;
}
.footer-nav-title {
  position: relative;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 600;
}
.footer-nav-title.sp-only {
  display: none;
}
.footer-nav-title.pc-only {
  display: inline-block;
}
.footer-nav-title span {
  position: relative;
}
.footer-nav-title span::after {
  content: '';
  display: block;
  position: absolute;
  top: .04em;
  bottom: 0;
  right: -.8em;
  margin: auto 0;
  width: .45em;
  height: .45em;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.footer-nav-content-products .footer-nav-title {
  margin-bottom: 1em;
}
.footer-nav-title-ex {
  margin-bottom: 2em;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 600;
}
.footer-nav-category-wrapper {
  display: flex;
}
.footer-nav-category {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-nav-category>li:nth-of-type(1) {
  margin-bottom: 1.5em;
}
.footer-nav-category-title {
  display: block;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 600;
  margin-bottom: 1em;
}
.footer-nav-category>li {
  width: max(180px, 16vw);
}
.footer-nav-subcategory>li {
  margin-left: 1vw;
  list-style: '-';
}
.footer-nav-subcategory-title {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(11px, .9vw, 14px);
}
.footer-nav-sns-title {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 600;
}
.footer-nav-sns-content {
  display: flex;
  align-items: center;
  gap: max(10px, .8vw);
}
.footer-nav-sns-content a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav-sns-content a:hover {
    transform: scale(110%);
  }
}
.footer-nav-privacy {
  height: max(50px, 3vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 16px);
  font-family: 'Montserrat', sans-serif;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav-privacy:hover {
    text-decoration: underline;
    text-underline-offset: .3vw;
  }
}
.footer-copyright {
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, .8vw, 14px);
}
div.footer-nav-title {
  display: none;
}
@media screen and (max-width: 850px) {
  .footer-nav-title,
  .footer-nav-title-ex,
  .footer-nav-sns {
    padding: 1em 1em;
  }
  .footer-nav-title.sp-only {
    display: inline-block;
  }
  .footer-nav-title.pc-only {
    display: none;
  }
  .footer-nav-title:hover,
  .footer-nav-title-ex:hover {
    background: #345faa;
  }
  .footer-nav-title,
  .footer-nav-title-ex,
  .footer-nav-sns-title {
    margin-bottom: 0;
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 600;
  }
  .footer-nav-content {
    margin-bottom: 0;
  }
  .footer-nav-content a {
    display: block;
  }
  .footer-nav-content-products {
    cursor: pointer;
  }
  .footer-nav-content-products .footer-nav-title.sp-only {
    margin-bottom: 0;
    display: block;
  }
  .footer-nav-content-products .footer-nav-title span::after {
    transform: rotate(135deg);
    right: -1em;
  }
  .footer-nav-category-wrapper {
    display: none;
  }
  .footer-nav-container-wrapper,
  .footer-nav-container,
  .footer-nav-content-groupe,
  .footer-nav-category-wrapper {
    flex-direction: column;
  }
  .footer-nav-container-wrapper {
    width: 95vw;
    padding: 0;
  }
  .footer-nav-content {
    width: auto;
  }
  .footer-nav-sns {
    display: flex;
    align-items: center;
  }
  .footer-nav-sns-content {
    margin-left: 2em;
  }
  .footer-nav-category > li {
    width: 100%;
    margin-left: 3em;
  }
  .footer-nav-category-title {
    font-size: clamp(12px, 3vw, 16px);
    padding: .5em;
  }
  .footer-nav-subcategory-title {
    display: block;
    margin-bottom: 1em;

    font-size: clamp(12px, 2vw, 16px);
    padding: .5em;
  }
  .footer-nav-subcategory > li {
    margin-left: 1em;
  }
}

/* home */
.top-information {
  padding: 1.4vw;
  background: linear-gradient(to left, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
}
.top-information-inner {
  width: clamp(900px, 75vw, 1100px);
  margin: 0 auto;
  padding: .7vw 1.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  background: #fff;
}
.top-information-title-container {
  font-family: 'Montserrat', sans-serif;
  color: #1a499a;
}
.top-information-title {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}
.top-information-button {
  margin: 20px auto;
  width: 145px;
  height: 27px;
  font-size: 14px;
  border-radius: 20px;
  font-size: 14px;
}
.top-information-button::before,
.top-information-button::after {
  width: clamp(4px,.36vw,6px);
  height: clamp(4px,.36vw,6px);
}
.top-information-button::before {
  right: clamp(7px, .7vw, 10px);
}
.top-information-button::after {
  right: clamp(12px, 1.1vw, 15px);
}
.top-information-list-container {
  width: 700px;
  margin-right: 50px;
}
.top-information-list-container li>a {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.top-information-list-container li>a:hover {
  background: #eee;
}
.top-information-list-container li>a::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 1em;
  right: 5px;
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
  transform: rotate(45deg);
}
.top-information-date {
  flex-shrink: 0;
  font-size: 14px;
}
.top-information-category {
  flex-shrink: 0;
  width: 8em;
  padding: 2px;
  border: 1px solid #1a499a;
  color: #1a499a;
  font-size: 12px;
  letter-spacing: -1px;
  text-align: center;
}
.top-information-text {
  margin-right: 1em;
  font-size: 14px;
}
.top-recommend {
  padding-top: 5.8vw;
  padding-bottom: 4vw;
  background: linear-gradient(to bottom, #becdf800 0%,#becdf800 20%, #3d65aec9 74%, #1a499a 100%);
}
.top-recommend-title {
  margin: 0 1.5vw;
  font-size: max(4vw, 36px);
  font-weight: 800;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #1a499a;
}
.top-recommend-item-wrapper {
  margin-top: 3.6vw;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  gap: 3.3vw;
}
.top-recommend-item-container {
  position: relative;
  margin: max(15px,1vw);
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .top-recommend-item-container:hover {
    transform: scale(110%);
  }
}
.top-recommend-item-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: max(70px, 6.7vw);
  padding-bottom: max(10px,1vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: max(10px, .3vw);
  background: #ecf0f799;
  color: #1a499a;
}
.top-recommend-item-title::before,
.top-recommend-item-title::after { 
  content: '';
  position: absolute;
  width: max(5px, .5vw);
  height: max(5px, .5vw);
  bottom: max(8px, .7vw);
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
  transform: rotate(45deg);
}
.top-recommend-item-title::before {
  right: max(12px, 1.5vw);
}
.top-recommend-item-title::after {
  right: max(8px, .9vw);
}
.top-recommend-item-id {
  font-size: clamp(16px, 2.1vw, 30px);
}
.top-recommend-item-name {
  font-size:  clamp(14px, 1.4vw, 24px)
}
.top-recommend .slick-track {
  margin: 0;
}
.top-recommend .slick-arrow {
  color: #fff;
  transform: scale(150%);
}
.top-recommend .slick-prev {
  left: 13px;
}
.top-recommend .slick-next {
  right: 13px;
}
.top-recommend .slick-dots {
  right: 0;
  left: 0;
}
.top-about {
  padding: max(30px,4.4vw) max(10px, 1.5vw);
  padding-top:  max(40px, 12vw);
  position: relative;
  background-image: url(../img/top-about-image.png);
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-size: 36%;
}
.top-about-overray {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, #bbb 100%);
  transform-origin: right bottom;
  z-index: -1;
}
.top-about-overray-angle {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background: linear-gradient(181deg, #fff 0%, #fff 20%, #ccc 60%, #777 100%);
  transform: skew(30deg);
  transform-origin: right top;
  z-index: -1;
}
.top-about-text {
  width: 55vw;
  margin-top: 1.5vw;
}
.top-about-text p {
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.5;
  text-align: justify;
}
.top-about-title {
  font-size: max(4vw, 36px);
  font-weight: 800;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #1a499a;
}
.top-about-strength-wrapper {
  margin-top: max(20px,2.2vw);
  display: flex;
  justify-content: flex-start;
}
.top-about-strength-container {
  width: clamp(120px ,12vw, 300px);
  width: clamp(120px ,12vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.top-about-strength-figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-about-strength-figure img {
  max-width: none;
  width: clamp(40px,3vw,80px);
}
.top-about-strength-caption {
  color: #1a499a;
  text-align: center;
  font-size: clamp(10px, 1.2vw, 16px);
}
.top-about-strength-container:first-of-type .top-about-strength-caption {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 600;
}
.top-about-strength-button-wrapper {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2vw, 50px);
  width: clamp(480px ,48vw, 1200px);
  margin-top: 4.4vw;
}
.top-about-strength-button {
  margin: 0;
}
.top-customers {
  padding: max(30px,4.4vw) max(10px, 1.5vw);
  position: relative;
  background-color: #ecf0f7;
  background-image: url(../img/top-customers-bg.png);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: top 12vw center;
}
.top-customers-title {
  font-size: max(4vw, 36px);
  font-weight: 800;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #1a499a;
}
.top-customers-text {
  margin-top: 1.5vw;
}
.top-customers-text p {
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.5;
  text-align: justify;
}
.top-customers-market {
  width: 100%;
  text-align: center;
  margin: max(20px, 3vw) 0;
}
.top-customers-market-title {
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  font-size: max(18px, 2.3vw);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-customers-market-title::before {
  border-top: 1px solid #1a499a;
  content: '';
  width: 2em;
  margin-right: .5em;
}
.top-customers-market-title::after {
  border-top: 1px solid #1a499a;
  content: '';
  width: 2em;
  margin-left: .5em;
}
.top-customers-market-icon-wrapper {
  margin-top: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
}
.top-customers-market-icon-wrapper-inner {
  display: flex;
}
.top-customers-icon-container {
  width: max(120px,14vw);
}
.top-customers-market-icon img {
  width: max(60px,7.5vw);
}
.top-customers-icon-container figcaption {
  margin-top: .5em;
  color: #1a499a;
  font-size: 1.2vw;
  font-weight: 500;
}
.top-products {
  padding: max(30px,4.4vw) 1.5vw;
  position: relative;
}
.top-products-overray {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, #bbb 100%);
  transform-origin: right bottom;
  z-index: -1;
}
.top-products-overray-angle {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background: linear-gradient(181deg, #fff 0%, #fff 20%, #eee 60%, #ddd 100%);
  transform: skew(30deg);
  transform-origin: right top;
  z-index: -1;
}
.top-products-title {
  font-size: max(4vw, 36px);
  font-weight: 800;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #1a499a;
}
.top-products-content-wrapper {
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  gap: 5vw;
}
.top-products-content {
  position: relative;
  width: 40vw;
  height: max(130px,17.5vw);
}
.top-products-content:nth-of-type(1) {
  background: url(../img/top-products-standard-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-products-content:nth-of-type(2) {
  background: url(../img/top-products-industrial-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-products-content-title {
  position: absolute;
  bottom: 1.5vw;
  left: 4vw;
  color: #fff;
  font-size: max(20px, 3vw);
  font-weight: 600;
  font-family: 'Montserrat', san-serif;
  line-height: 1.3;
  text-shadow: 0 0 .5vw #0007;
}
.top-products-more-button {
  position: absolute;
  bottom: 1.5vw;
  right: 1.5vw;
  font-size: clamp(14px, 1.2vw, 20px);
}
.top-products-more-button::before {
  right: max(9px, .9vw);
}
.top-products-more-button::after {
  right: max(14px, 1.35vw);
}
.top-products-all-button {
  margin: 5vw auto 2vw;
  width: clamp(280px, 30vw, 400px);
  height: clamp(60px, 6vw, 80px);
  font-size: clamp(20px, 2vw, 28px);
  border-radius: 30vw;
}
.top-products-all-button::before,
.top-products-all-button::after {
  width: max(7px, .6vw);
  height: max(7px, .6vw);
}
.top-products-all-button::before {
  right: max(12px, 2vw);
}
.top-products-all-button::after {
  right: max(18px, 2.6vw);
}

/* subpage common */
.subpage-title-container {
  width: 100%;
  height: 300px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.subpage-title-container::before {
  position: absolute;
  content: '';
  display: block;
  width: clamp(100px,29vw,240px);
  height: 200px;
  top: 0;
  left: 0;
  background: #1a499add;
  transform: skew(-50deg);
  transform-origin: right top;
  overflow: hidden;
}
.subpage-title-container::after {
  position: absolute;
  content: '';
  display: block;
  width: clamp(60px,15vw,120px);
  height: 100px;
  bottom: 0;
  right: 0;
  background: #1a499add;
  transform: skew(-50deg);
  transform-origin: left bottom;
  overflow: hidden;
}
.subpage-title {
  padding-left: clamp(40px,12vw,100px);
  padding-top: clamp(40px,14vw,120px);
  font-size: clamp(30px,8vw,70px);
  font-weight: 800;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #1a499a;
  text-shadow: 0px 0px 10px #ffffff;
}
.breadcrumb-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 20px;
}
.bredcrumb {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.bredcrumb li {
  margin-right: 10px;
  white-space: nowrap;
  line-height: 1.7;
}
.bredcrumb a {
  color: #1a499a;
}
.bredcrumb a:hover {
  opacity: .8;
}
.bredcrumb a::after {
  content: '>';
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .top-information {
    padding: 5vw 2vw;
  }
  .top-information-inner {
    position: relative;
    width: 100%;
    padding: 30px 1vw 55px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-information-title-container {
    align-self: start;
  }
  .top-information-button {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 10px auto 20px;
  }
  .top-information-list-container {
    width: 100%;
    margin: 0;
  }
  .top-information-list-container li>a {
    flex-wrap: wrap;
  }
  .top-information-text {
    width: 100%;
  }
  .top-information-list-container li>a::after {
    top: auto;
    bottom: 1em;
  }
}
@media screen and (max-width: 850px) {
  .top-information {
    margin-top: 0;
  }
  .top-recommend-item-title::before,
  .top-recommend-item-title::after { 
  width: max(5px, .7vw);
  height: max(5px, .7vw);
  }
  .top-recommend-item-title::before {
    right: max(15px, 1.5vw);
  }
  .top-about {
    background-position: top 5% right 5%;
    background-size: 35%;
  }
  .top-about-text {
    width: 100%;
  }
  .top-about-text p {
    width: 70%;
  }
  .top-about-strength-wrapper {
    justify-content: space-between;
  }
  .top-about-strength-container {
    width: 23vw;
    height: 23vw;
    background: #fff;
    border: 1px solid #1a499a;
  }
  .top-about-strength-caption {
    font-size: clamp(12px, 2.2vw, 16px);
  }
  .top-about-strength-button-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .top-about-strength-button {
    margin: 0 auto;
  }
  .top-customers {
    background-size: cover;
    background-position: top center;
  }
  .top-products-content-wrapper {
    gap: 20px;
}
  .top-products-content-title {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
  .top-products-more-button {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: clamp(14px, 1.2vw, 20px);
  }
  .subpage-title-container {
    height: 30vw;
  }
}
@media screen and (max-width: 500px) {
  .top-recommend-item-title::before {
    right: max(15px, 1.5vw);
  }
  .top-about {
    background-position: top 2% right 5%;
    background-size: 40%;
  }
  .top-about-text {
    padding-top: 10vw;
  }
  .top-about-text p {
    width: 70%;
  }
  .top-about-strength-wrapper {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .top-about-strength-container {
    width: clamp(120px, 27vw, 150px);
    height: clamp(120px, 27vw, 130px);
  }
  .top-customers-market-icon-wrapper {
    margin: 20px auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-customers-market-icon-wrapper-inner {
    flex-direction: column;
    width: max(200px, 45%);
  }
  .top-customers-icon-container {
    display: flex;
    align-items: center;
  }
  .top-customers-market-icon {
    flex-shrink: 0;
  }
  .top-customers-icon-container figcaption {
    margin-top: 0;
    margin-left: 1em;
    font-size: max(16px,3.2vw);
  }
  .top-products-content-wrapper {
    flex-wrap: wrap;
  }
  .top-products-content {
    width: 80%;
    height: max(130px, 30vw);
  }
  .top-products-content-title {
    font-size: max(20px, 5vw);
  }
  .subpage-title-container {
    margin-top: 60px;
  }
}

/* products */
.products-title-container {
  background: url(../img/products-title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.products-wrapper {
  display: flex;
  align-items:flex-start;
}
.products-sidebar {
  width: 22em;
  margin-left: 20px;
  flex-shrink: 0;
}
.products-sidebar-group-title {
  height: clamp(28px, 2.5vw, 38px);
  padding: 0 clamp(5px, 1.4vw, 22px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
}
.products-sidebar-category {
  padding: 20px;
  background: #ededed;
}
.products-sidebar-category-title-inner {
  display: flex;
}
.products-sidebar-category-title-inner:hover {
  opacity: .7;
  cursor: pointer;
}
.products-sidebar-category-title img {
  width: clamp(47px, 3.6vw, 55px);
  height: clamp(47px, 3.6vw, 55px);
}
.products-sidebar-category-title h4 {
  height: clamp(40px, 3.6vw, 55px);
  margin-bottom: clamp(6px, .6vw, 10px);
  margin-left: .5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
  color: #1a499a;
  position: relative;
  cursor: pointer;
}
.products-sidebar-category-title > a > span {
  position: relative;
}
.products-sidebar-arrow {
  width: 1.5em;
  height: 1.5em;
  position: relative;
}
.products-sidebar-arrow::before,
.products-sidebar-arrow::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translate(-50% -50%);
  width: .25em;
  height: .25em;
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
  transform: rotate(45deg);
}
.products-sidebar-arrow::before {
  right: .3em;
}
.products-sidebar-arrow::after {
  right: -.3em;
}
.products-sidebar-category-title.open .products-sidebar-arrow {
  transform: rotate(90deg);
}
.products-sidebar-subcategory {
  display: none;
  font-size: clamp(14px, 1.5vw, 16px);
}
.products-sidebar-subcategory > li > a:hover {
  background: #f5f5f5;
}
.products-sidebar-category-title.open .products-sidebar-subcategory {
  display: block;
}
.products-sidebar-subcategory-title {
  color: #1a499a;
  font-weight: 600;
}
.products-sidebar-subcategory-title > a,
.products-sidebar-subcategory-name > a {
  display: block;
  height: clamp(40px, 3.6vw, 55px);
  margin-bottom: clamp(6px, .6vw, 10px);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-sidebar-item {
  padding-bottom: .5em;
}
.products-sidebar-item-name {
  margin-top: .5em;
  font-style: italic;
}
.products-sidebar-item-name a {
  display: block;
  padding-left: 30%;
}
.products-sidebar-item-name a:hover,
.products-sidebar-item-name.active a {
  color: #1a499a;
}
.products-item-list {
  width: 100%;
}
.products-item-list-groupe {
  margin-left: 30px;
  margin-right: 20px;
}
.products-item-list-groupe-title {
  width: 100%;
  padding: clamp(10px, 1.4vw, 20px) clamp(20px, 2.8vw, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
}
.products-item-category-wrapper {
  margin: max(25px, 1.4vw) 0 max(50px, 2.8vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2vw;
}
.products-item-category-container a {
  display: flex;
  border: 1px solid #848d9c;
  position: relative;
}
.products-item-category-container a:hover {
  opacity: .7;
}
.products-item-category-name {
  position: absolute;
  width: 100%;
  height: 4em;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6f6f6f99;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 500;
}
.products-item-category-name::before,
.products-item-category-name::after {
  content: '';
  position: absolute;
  display: block;
  bottom: .5em;
  width: .4em;
  height: .4em;
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
  transform: rotate(45deg);
}
.products-item-category-name::before {
  right: 1.1em;
}
.products-item-category-name::after {
  right: .7em;
}
.products-button-wrapper {
  padding: 3vw 0;
  background: #ecf0f7;
}
.products-button-container {
  display: grid;
  width: clamp(450px, 57vw, 750px);
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 4vw;
}
.products-button {
  position: relative;
  height: clamp(30px, 5vw, 60px);
  padding-right: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a499a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .products-button:hover {
    background: #fff;
    color: #1a499a;
  }
}
.products-button-catalog,
.products-button-discontinued {
  position: relative;
  border-radius: 5px;
  font-size: clamp(12px, 1.5vw, 20px);
}
.products-button-catalog::before,
.products-button-discontinued::before {
  content: '';
  position: relative;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 .5em 0 0;
}
@media (hover: hover) and (pointer: fine) {
  .products-button-catalog:hover::before,
  .products-button-discontinued:hover::before {
    content: '';
    position: relative;
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 .5em 0 0;
  }
}
.products-button-catalog::before {
  background: url(../img/products-button-catalog.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.products-button-discontinued::before {
  background: url(../img/products-button-discontinued.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (hover: hover) and (pointer: fine) {
  .products-button-catalog:hover::before {
    background: url(../img/products-button-catalog-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .products-button-discontinued:hover::before {
    background: url(../img/products-button-discontinued-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.products-button-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 1em;
}
.products-button-arrow::before,
.products-button-arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: .35em;
  height: .35em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.products-button-arrow::before {
  right: .3em;
}
.products-button-arrow::after {
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .products-button:hover .products-button-arrow::before,
  .products-button:hover .products-button-arrow::after {
    border-top: 2px solid #1a499a;
    border-right: 2px solid #1a499a;
  }
}

/* products-category */
.category-item-list {
  width: 100%;
}
.category-item-list-inner {
  margin-left: 30px;
  margin-right: 20px;
}
.category-item-list-category-title {
  width: 100%;
  margin-bottom: 10px;
  padding: clamp(8px, .2em, 16px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 5px solid #1a499a;
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 700;
}
.category-item-list-groupe-title {
  width: 100%;
  padding: clamp(10px, .5em, 20px) clamp(20px, 1em, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 600;
}
.category-item-wrapper {
  margin: 1.4vw 0 2.8vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
.category-item-container {
  display: grid;
  grid-template-rows: 3.5em 2.5em min-content auto;
}
.category-item-name {
  position: relative;
  bottom: 0;
  grid-row: 1;
  display: flex;
  align-items: center;
  padding: .3em;
  border-top: 3px solid #1a499a;
  border-bottom: 2px solid #1a499a;
  font-size: clamp(26px, 2.2vw, 30px);
  font-weight: 600;
}


.category-item-name span {
  position: relative;
  display: inline-block;
}
.category-item-name span:before,
.category-item-name span:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  width: .2em;
  height: .2em;
  margin: auto 0;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: rotate(45deg);
}
.category-item-name span::before {
  right: -.5em;
}
.category-item-name span::after {
  right: -.7em;
}
@media (hover: hover) and (pointer: fine){
  .category-item-image:hover {
    opacity: .7;
  }
  .category-item-name:hover,
  .category-item-image:hover ~ .category-item-name {
    background: #1a499a;
    color: #fff;
  }
  .category-item-name:hover span::before,
  .category-item-name:hover span::after,
  .category-item-image:hover ~ .category-item-name span::before,
  .category-item-image:hover ~ .category-item-name span::after {
    border-color: #fff;
  } 
}
.category-item-new {
  content: 'NEW';
  position: absolute;
  top: .3em;
  right: .3em;
  padding: .3em;
  font-size: clamp(8px, 1vw, 12px);
  background: #c00;
  color: #fff;
}
.category-item-image a {
  display: block;
}
.category-item-text {
  padding: .3em;
  font-size: clamp(12px, 1.2vw, 14px);
}
.category-item-text li {
  margin-left: .5vw;
  margin-bottom: .7vw;
  line-height: 1.2;
  list-style: "-";
}
.category-item-button-container {
  margin-top: .3em;
  padding: .3em 0;
  grid-row: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .7em;
  font-size: clamp(12px, 1vw, 14px);
}
.category-item-button {
  position: relative;
  display: block;
  padding: .3em;
  padding-left: 1.3em;
  background-color: #424d5f;
  border: 2px solid #424d5f;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .category-item-button:hover {
    background: #fff;
    color: #424d5f;
  }
}
.category-item-button::before {
  position: absolute;
  content: '';
  left: 0;
}
.category-item-button-pdf::before {
  width: 1.2em;
  height: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/icon-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.category-item-button-picture::before {
  width: 1em;
  height: 1em;
  margin-left: .2em;
  background-image: url(../img/icon-picture.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* products-discontinued */
.category-item-list-discontinued .category-item-list-title {
  width: 100%;
  margin-bottom: clamp(10px, 1.4vw, 20px);
  padding: clamp(10px, 1.4vw, 20px) clamp(20px, 2.8vw, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #ccc 0%, #aaa 24%, #777 47%, #555 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
}
.category-item-list-discontinued-note {
  font-size: clamp(16px, 1.4vw, 20px);
  color: #c00;
  margin-bottom: 1em;
}
.discontinued-category {
  margin-bottom: 2em;
}
.discontinued-category .category-item-list-category-title {
  position: relative;
  height: 2.5em;
  color: #333;
  border-left: 5px solid #333;
  background-color: #eee;
  cursor: pointer;
}
.discontinued-category .category-item-list-category-title::after {
  content: '+';
  position: absolute;
  right: 1em;
  font-size: 1.5em;
  font-weight: 500;
}
.discontinued-category.open .category-item-list-category-title::after {
  content: '-';
}
.category-item-list-discontinued .category-item-end {
  padding: .3em;
  background: #eee;
  font-size: clamp(10px, 1.2vw, 14px);
  line-height: 1.2;
}
.discontinued-category .discontinued-detail {
  display: none;
}
.discontinued-category.open .discontinued-detail {
  display: block;
}

/* products-item */
.item-detail {
  width: 100%;
}
.item-detail-inner {
  margin-left: 30px;
  margin-right: 20px;
}
.item-detail-title-container {
  padding: .7vw;
  border-top: 3px solid #1a499a;
  border-bottom: 3px solid #1a499a;
}
.item-detail-category-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: .7vw;
  border-bottom: 1px solid #1a499a;
}
.item-detail-category {
  font-size: clamp(14px, 1.4vw, 18px);
}
.item-detail-end {
  font-size: clamp(12px, 1.2vw, 16px);
}
.item-detail-name-wrapper {
  display: flex;
  justify-content: space-between;
}
.item-detail-name {
  font-size: clamp(26px, 2.2vw, 40px);
  padding-top: .7vw;
}
.item-detail-name-discontinued {
  display: inline-block;
  margin-left: 1em;
  padding: .1em .2em;
  background: #666;
  color: #fff;
  font-size: .6em;
  font-weight: 400;
  vertical-align: .2em;
}
.item-detail-name-new {
  display: inline-block;
  margin-left: 1em;
  padding: .1em .2em;
  background: #c00;
  color: #fff;
  font-size: .6em;
  font-weight: 600;
  vertical-align: .2em;
}
.item-detail-modeltype {
  font-size: clamp(20px, 1.6vw, 28px);
  padding-top: .7vw;
}
.item-detail-button-container {
  display: flex;
  gap: 1vw;
  align-items: flex-end;
}
.item-detail-button {
  position: relative;
  display: block;
  padding: .3em;
  padding-left: 1.5em;
  background-color: #424d5f;
  color: #fff;
  border: 2px solid #424d5f;
  border-radius: 3px;
  font-size: clamp(12px, 1.2vw, 16px);
}
@media (hover: hover) and (pointer: fine) {
  .item-detail-button:hover {
    background: #fff;
    color: #424d5f;
  }
}
.item-detail-button::before {
  position: absolute;
  content:'';
  left: 0;
}
.item-detail-button-pdf::before {
  width: 1.5em;
  height: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/icon-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.item-detail-button-picture::before {
  width: 1.1em;
  height: 1.5em;
  margin-left: .2em;
  background-image: url(../img/icon-picture.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.item-detail-content-title {
  margin-bottom: .5em;
  padding: .5em;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
}
.item-detail-content {
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.4;
  margin-bottom: 5vw;
}
.item-detail-specification-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1vw;
  margin-bottom: 5vw;
  gap: 1em;
}
.item-detail-gallery-container {
  width: min(450px,34vw);
  margin: 0 auto;
}
.gallery-main img {
  margin: 0 auto;
}
.gallery-thumbnail-container .slick-track {
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.gallery-thumbnail-container .slick-current{
  opacity: 1;
}
.gallery-thumbnail {
  width: min(calc(450px / 4 - 20px),calc(34vw / 4 - 1.5vw)) !important;
  opacity: .6;
  margin: min(5px,.5vw);
  padding: min(5px,.5vw);
  border: 1px solid #ccc;
}
.item-detail-specification-container {
  font-size: clamp(14px, 1.1vw, 18px);
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 24em;
  margin-right: auto;
}
.item-detail-specification-content {
  line-height:1.5;
  width: 100%;
}
.item-detail-specification-content table {
  width: 100%;
  font-size: clamp(14px, 1.1vw, 18px);
}
.item-detail-specification-content th {
  padding: .3vw;
  background-color: #f5f5f5;
  border-bottom:1px solid #dedede;
  width: 14em;
  font-weight: bold;
}
.item-detail-specification-content td{
  padding: .3vw 1vw;
  border-bottom:1px solid #dedede;
  vertical-align: middle;
  white-space: nowrap;
  width: 14em;
}
.item-detail-specification-content tr:first-child {
  border-top:1px solid #dedede;
}
.item-detail-specification-content .unit {
  font-size: .8em;
  font-weight: normal !important;
  display: block !important;
  line-height: 1;
}
.item-detail-sizeimage-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1300px) {
  .item-detail-gallery-container {
    width: 28vw;
  }
  .gallery-thumbnail {
    width: calc(28vw / 4 - 1.5vw) !important;
  }
}
@media screen and (max-width:1200px) {
  .products-sidebar-category {
    padding: 10px;
  }
.products-sidebar {
  margin-left: 10px;
  }
  .category-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-detail-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .products-sidebar {
    display: none;
  }
  .products-item-list-groupe {
    margin-left: 20px;
  }
  .category-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-item-list-inner {
    margin-left: 20px;
  }
  .item-detail-gallery-container {
    width: 34vw;
  }
  .gallery-thumbnail {
    width: calc(34vw / 4 - 2.5vw) !important;
  }
  .products-item-category-name::before,
  .products-item-category-name::after {
    bottom: .7em;
    border-top: 2px solid #1a499a;
    border-right: 2px solid #1a499a;
  }
  .products-item-category-name {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  .category-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-detail-name-wrapper {
    flex-direction: column;
    gap: .8em;
  }
  .item-detail-button-container {
    align-self: end;
  }
}
@media screen and (max-width: 600px) {
  .item-detail-category-wrapper {
    flex-direction: column;
    gap: .5em;
  }
  .item-detail-category {
    font-size: clamp(16px, 3.5vw, 20px);
  }
  .item-detail-end {
    text-align: right;;
  }
  .item-detail-name-new,
  .item-detail-name-discontinued {
    margin-left: .5em;
    font-size: .5em;
  }
  .item-detail-specification-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .item-detail-specification-container {
    width: 100%;
  }
  .item-detail-content-title {
    margin-top: 2em;
  }
  .item-detail-gallery-container {
    width: 100%;
  }
  .gallery-thumbnail-container {
    margin: 0 auto;
  }
  .gallery-thumbnail {
    width: calc((100% - 50px) / 4) !important;
    opacity: .6;
    margin: 1vw;
    padding: 1vw;
    border: 1px solid #ccc;
  }
  .item-detail-accessories-container,
  .item-detail-videos-container {
    display: flex;
    justify-content: center;
  }
  .products-button-container {
    display: grid;
    width: 80%;
    margin: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .products-item-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2vw;
  }
  .products-item-category-name {
  font-size: clamp(14px, 3vw, 20px);
  }
  .category-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-item-image {
    width: max(200px, 60%);
    margin: 0 auto;
  }
}
@media screen and (min-width:1501px) {
  .products-item-category-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.2vw;
  }
  .category-item-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .item-detail-specification-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width:1801px) {
  .products-item-category-wrapper {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.2vw;
  }
}
@media screen and (min-width:2101px) {
  .products-item-category-wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 2.2vw;
  }
}

/* distributors */
.distributors-title-container {
  background: url(../img/distributors-title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.distributors-wrapper {
  margin: 0 auto 2vw;
  padding: 0 20px;
}
.distributors-map-wrapper {
  width: 80%;
  margin: 0 auto;
}
.distributors-map-area .cls-1 {
  stroke: #1a499a;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  fill: #d9e0f4;
}
.distributors-map-area .cls-2 {
  fill: #fff;
}
.distributors-map-area .cls-3 {
  fill: #eee;
}
.distributors-map-area .cls-4 {
  font-family: 'Montserrat-Bold', 'Montserrat';
  font-size: 34px;
  fill: #1a499a;
}
.distributors-map-area:hover .cls-3 {
  fill: #becdf8;
}
.distributors-map-area:hover .cls-1 {
  fill: #fff;
}
.distributors-note {
  width: 70%;
  max-width: 800px;
  margin: 2vw auto 5vw;
}
.distributors-note p {
  margin: 0 1em 1em 1em;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.6;
  text-align: justify;
}
.distributors-button-wrapper {
  margin: 0 auto 7vw;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: min(45px, 3vw) min(90px, 6vw);
}
.distributors-button a {
  position: relative;
  display: block;
  width:clamp(220px, 30vw, 300px);
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  z-index: 3;
}
.distributors-button a::before,
.distributors-button a::after {
  content: '';
  position: absolute;
  width: max(5px, .6vw);
  height: max(5px, .6vw);
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
  transform: rotate(45deg);
}
.distributors-button a::before {
  right: 15px;
}
.distributors-button a::after {
  right: 21px;
}
.distributors-button {
  position: relative;
  border-bottom: 2px solid #1a499a;
  background: #fff;
  color: #1a499a;
  transition: ease .2s;
}
.distributors-button:before {
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 2;
  background: #1a499a;
  width: 100%;
  height: 0;
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media (hover: hover) and (pointer: fine) {
  .distributors-button:hover {
    color: #fff;
  }
  .distributors-button:hover:before{
    height: 100%;	
    background-color: #1a499a;
  }
  .distributors-button a:hover::before,
  .distributors-button a:hover::after {
    border-color: #fff;
  }
}

/* distributors list */
.distributors-list-title {
  width: 100%;
  margin-bottom: clamp(10px, .5em, 20px);
  padding: clamp(10px, .5em, 20px) clamp(20px, 1em, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
}
.distributors-list-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 3em;
  margin-bottom: 6vw;
}
.distributors-list-item-title {
  width: 100%;
  height: clamp(28px, 2.5vw, 38px);
  margin-bottom: 10px;
  padding: 0 clamp(10px, 1.4vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 5px solid #1a499a;
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 700;
}
.distributors-list-item-table {
  width: 100%;
  font-size: clamp(14px, 1.3vw, 18px);
}
.distributors-list-item-table tr {
  border-bottom: 1px solid #dedede;
}
.distributors-list-item-table tr:first-child {
  border-top:1px solid #dedede;
}
.distributors-list-item-table th {
  padding: .3vw;
  vertical-align: middle;
  background-color: #f5f5f5;
  width: 7em;
  font-weight: bold;
}
.distributors-list-item-table td{
  padding: .5em 1em;
  vertical-align: middle;
  line-height: 1.5;
}
.distributors-list-item-table a {
  text-decoration: underline;
  text-underline-offset: .2em;
}
.distributors-list-item-table a:hover {
  opacity: .7;
}
@media screen and (max-width: 1000px) {
  .distributors-map-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .distributors-list-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .distributors-note {
    width: 90%;
  }
  .distributors-list-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em;
  }
}
@media screen and (max-width: 500px) {
  .distributors-note {
    width: 100%;
  }
  .distributors-wrapper {
    padding: 0;
  }
  .distributors-list {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1801px) {
  .distributors-list-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 4em;
  }
}

/* about us */
.about-title-container {
  background: url(../img/about-title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.about-wrapper {
  margin: 0 20px;
}
.about-wrapper .wp-block-media-text {
  margin-bottom: clamp(10px, 1.4vw, 20px);
}
.about-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.about-wrapper .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.about-wrapper .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.about-wrapper .wp-block-media-text .wp-block-media-text__content,
.about-wrapper .wp-block-media-text .wp-block-media-text__media {
  align-self: start;
}
.about-wrapper h2 {
  width: 100%;
  margin-top: 2em;
  margin-bottom: clamp(10px, 1.4vw, 20px);
  padding: clamp(10px, 1.4vw, 20px) clamp(20px, 2.8vw, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
}
.about-wrapper h2:first-of-type {
  margin-top: 0;
}
.about-wrapper h3 {
  width: 100%;
  margin-bottom: 10px;
  padding: clamp(5px, .5em, 10px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 5px solid #1a499a;
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 700;
}
.about-wrapper p {
  margin: 0 1em 1em 1em;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.6;
  text-align: justify;
}
.about-wrapper ul {
  margin-bottom: 2em;
}
.about-wrapper li {
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.6;
  list-style: "・";
  margin-left: 1em;
}
.about-media-right.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 30%;
}
.about-media-right.wp-block-media-text.has-media-on-the-right figure {
  margin-left: 1em;
}
.about-image-column {
  width: 80%;
  margin: 0 auto;
}
.about-social-container.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column
 {
  flex-basis: auto;
}
.about-social-container .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  flex-basis: auto;
}
.about-social-badge {
  margin-left: 1em;
  align-items: center!important;
}
.about-social-badge-co2 {
  width: min(150px,12vw);
  margin-right: 1em;
}
.about-social-badge-sdgs {
  width: min(250px, 20vw);
} 
.about-profile {
  width: 100%;
  margin: 0 auto 6vw;
  font-size: clamp(12px, 1.3vw, 18px);
  line-height: 1.6;
}
.about-profile tr {
  border-bottom: 1px solid #dedede;
}
.about-profile tr:first-child {
  border-top:1px solid #dedede;
}
.about-profile th {
  padding: .3vw;
  background-color: #f5f5f5;
  width:20vw;
  font-weight: bold;
}
.about-profile td{
  padding: .3vw 1vw;
  vertical-align: middle;
}
.about-prifile-trademark {
  width: 5em;
}
.about-prifile-logo {
  width: 15em;
}
.about-inner-table-wrapper {
  display: flex;
  gap: 2em
}
.about-inner-table {
  margin-bottom: 1em;
  border-top: none;
}
.about-profile .about-inner-table tr:first-child {
  border-top: none;
}
.about-inner-table caption {
  background-color: #eee;
}
.about-inner-table strong {
  display: block;
}
@media screen and (max-width: 500px) {
  .about-inner-table-wrapper {
    display: block;
    gap: 0;
  }
  .about-inner-table {
    width: 100%;
  }
}

/* information */
.information-title-container {
  background: url(../img/information-title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.information-wrapper {
  display: flex;
  align-items:flex-start;
}
.information-sidebar {
  width: clamp(100px, 15vw, 300px);
  left: 0;
  margin-left: 20px;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
}
.information-sidebar-group-title {
  height: clamp(28px, 2.5vw, 38px);
  padding: 0 clamp(5px, 1.4vw, 22px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 24%, #345faa 47%, #1a499a 100%);
  color: #fff;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
}
.information-sidebar-year {
  padding: min(2vw,20px);
  background: #ededed;
}
.information-sidebar-year-title-inner {
  display: flex;
}
.information-sidebar-year-title {
  position: relative;
  height: clamp(40px, 3.6vw, 55px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 600;
  color: #1a499a;
  position: relative;
  cursor: pointer;
}
.information-sidebar-year-title a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.information-sidebar-year-title > a > span {
  position: relative;
}
.information-sidebar-arrow {
  position: absolute;
}
.information-sidebar-arrow::before,
.information-sidebar-arrow::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translate(-50% -50%);
  width: .25em;
  height: .25em;
  border-top: 2px solid #1a499a;
  border-right: 2px solid #1a499a;
  transform: rotate(45deg);
}
.information-sidebar-arrow::before {
  left: 3em;
}
.information-sidebar-arrow::after {
  left: 2.7em;
}
.information-sidebar-year-title.open .products-sidebar-arrow {
  transform: rotate(90deg);
}
.information-main {
  width: 100%;
  flex-shrink: 1;
  margin-left: 30px;
  margin-right: 20px;
  margin-bottom: 5vw;
}
.information-list-title {
  width: 100%;
  height: clamp(28px, 2.5vw, 38px);
  margin-bottom: clamp(10px, 1.4vw, 20px);
  padding: 0 clamp(10px, 1.4vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 5px solid #1a499a;
  color: #1a499a;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
}
.information-list-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(30px, 2vw);
}
.information-list-item {
  position: relative;
}
.information-list-item > a {
  display: block;
  width: calc((100vw - max(15vw, 100px) - 70px - (max(30px, 2vw) * 3)) / 4);
  height: calc((100vw - max(15vw, 100px) - 70px - (max(30px, 2vw) * 3)) / 4);
  /* サイドバー幅から余白とgap合計を引きgridカラム数で割る */
}
.information-list-item:hover {
  opacity: .7;
  cursor: pointer;
}
.information-list-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-list-item-title-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: #1118;
  color: #fff;
  text-shadow: 0 0 2px #0009;
}
.information-list-item-date-container {
  padding: .6em .4em 0;
  display: flex;
  justify-content: space-between;
}
.information-list-item-date {
  font-size: clamp(14px, 1.3vw, 18px);
}
.information-list-item-category {
  display: inline-block;
  width: 10em;
  margin-left: 2em;
  padding: .2em;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 16px);
}
.information-list-item-title {
  display: block;
  margin: .4em;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.information-item .information-item-title {
  font-size: clamp(18px, 1.8vw, 28px);
}
.information-item {
  border-bottom: 3px solid #111;
}
.information-item:first-of-type {
  border-top: 3px solid #111;
}
.information-item-date-container {
  padding: .5em;
}
.information-item-date {
  font-size: clamp(14px, 1.3vw, 18px);
}
.information-item-category {
  display: inline-block;
  width: 10em;
  margin-left: 2em;
  padding: .2em;
  text-align: center;
  border: 1px solid #1a499a;
  color: #1a499a;
  font-size: clamp(12px, 1.1vw, 16px);
}
.information-item-title {
  padding: 1em 1em 2em;
  border-top: 1px solid #111;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
}
.information-item-title a:hover {
  opacity: .7;
}
.information-item-content {
  padding: 2em;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.5;
}
.information-item-content a {
  color: #1a499a;
}
.information-item-content a:hover {
  opacity: .7;
}
@media screen and (max-width: 1000px) {
  .information-list-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .information-list-item > a {
    width: calc((100vw - max(15vw, 100px) - 70px - (max(30px, 2vw) * 2)) / 3);
    height: calc((100vw - max(15vw, 100px) - 70px - (max(30px, 2vw) * 2)) / 3);
    /* サイドバー幅から余白とgap合計を引きgridカラム数で割る */
  }
}
@media screen and (max-width: 850px) {
  .information-list-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .information-list-item > a {
    width: calc((100vw - max(15vw, 100px) - 70px - (max(30px, 2vw) * 1)) / 2);
    height: calc((100vw - max(15vw, 100px) - 70px - (max(30px, 2vw) * 1)) / 2);
  }
}
@media screen and (max-width: 500px) {
  .information-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }
  .information-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    top: 0;
  }
  .information-sidebar-year {
    display: flex;
    flex-wrap: wrap;
  }
  .information-sidebar-year-title {
    height: max(25px, 5vw);
    width: 4em;
    margin: 0 1em;
  }
  .information-main {
    margin: 2em 0;
  }
  .information-list-item-wrapper {
    grid-template-columns: 1fr;
  }
  .information-list-item > a {
    width: calc((100vw - 40px) );
    height: calc((100vw - 40px) );
  }
  .information-list-item-title {
    font-size: clamp(16px, 1.5vw, 20px);
  }
}
@media screen and (min-width: 2000px) {
  .information-list-item > a {
    width: 100%;
    height: 374px;
  }
}

/* inquirytous */
.contact-title-container {
  background: url(../img/contact-title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-wrapper {
  margin: 0 20px;
}
.contact-wrapper #wpcf7cpcnf {
  z-index: 0;
}
.contact-wrapper .form-table,
.contact-wrapper #wpcf7cpcnf table {
  margin: 0 auto;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.6;
}
.contact-wrapper #wpcf7cpcnf table {
  width: 100%;
}
.contact-wrapper .form-table th,
.contact-wrapper .form-table td,
.contact-wrapper #wpcf7cpcnf table th,
.contact-wrapper #wpcf7cpcnf table td {
  padding: 1em;
}
.contact-wrapper .form-table input,
.contact-wrapper .form-table textarea,
.contact-wrapper #wpcf7cpcnf table input,
.contact-wrapper #wpcf7cpcnf table textarea {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  color: #666;
  transition: .3s;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: clamp(16px, 1.2vw, 18px)
}
.contact-wrapper .form-table input,
.contact-wrapper #wpcf7cpcnf table input {
  height: 2em;
  padding: .3em;
}
.contact-wrapper .form-table textarea,
.contact-wrapper #wpcf7cpcnf table textarea {
  padding: .3em;
}
.contact-wrapper .form-table tr,
.contact-wrapper #wpcf7cpcnf table tr {
  border-bottom: 1px solid #dedede;
}
.contact-wrapper .form-table tr:first-child,
.contact-wrapper #wpcf7cpcnf table tr:first-child  {
  border-top: 1px solid #dedede;
}
.contact-wrapper .form-table th,
.contact-wrapper #wpcf7cpcnf table th {
  padding: 1vw 2vw;
  background-color: #f5f5f5;
  width: 18em;
  font-weight: bold;
  text-align: left;
}
.contact-wrapper .form-table td,
.contact-wrapper #wpcf7cpcnf table td {
  padding: 1vw;
  width: 35em;
  vertical-align: middle;
}
.contact-wrapper #wpcf7cpcnf tr:last-of-type > td > p {
  height: 240px;
  overflow: auto;
}
.contact-wrapper .form-table th span,
.contact-wrapper #wpcf7cpcnf table th span {
  margin-left: 1em;
  color: #c00;
  font-size: .7em;
  font-weight: 400;
}
.contact-wrapper .form-submit,
.contact-wrapper .wpcf7cp-btns {
  margin: 3vw auto 5vw;
  padding-left: 0;
}
.contact-wrapper .form-submit p {
    display: block;
    width: 100%;
    height: 100%;
}
.contact-wrapper .form-submit input {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Monsserrat', sans-serif;
  letter-spacing: .1em;
}
.contact-wrapper .wpcf7cp-btns {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.contact-wrapper .wpcf7cp-btns button {
  margin: 0;
  font-family: 'Monsserrat', sans-serif;
  letter-spacing: .1em;
}
.contact-wrapper .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 500px) {
  .contact-wrapper {
    margin: 0 10px;
  }
  .contact-wrapper .form-table tr,
  .contact-wrapper #wpcf7cpcnf table tr {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .contact-wrapper .form-table tr:first-child,
  .contact-wrapper #wpcf7cpcnf table tr:first-child {
    border-top: none;
  }
  .contact-wrapper .form-table th,
  .contact-wrapper #wpcf7cpcnf table th {
    width: 100%;
    background: none;
  }
  .contact-wrapper .form-table td,
  .contact-wrapper #wpcf7cpcnf table td {
    width: 100%;
  }
  .contact-wrapper #wpcf7cpcnf table td {
    border: 1px solid #ccc;
    min-height: 30px;
    border-radius: 3px;
    color: #666;
  }
}

/* inquirytous complete */
.contact-complete-message {
  margin: 6vw auto 8vw;
}
.contact-complete-message p{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 2vw;
  font-size: clamp(16px, 1.5vw, 20px);
}

/* privacy policy */
.privacy-wrapper {
  margin: 0 20px;
}
.privacy-terms-title {
  margin-top: 1em;
  font-size: clamp(14px, 1.3vw, 18px);
}
.privacy-terms {
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.8;
  margin-bottom: 2em;
}
.privacy-terms a {
  text-decoration: underline;
  text-underline-offset: .2em;
}
.privacy-content-conteiner {
  margin-bottom: 3em;
}

/* catalog */
.catalog-title-container {
  background: url(../img/catalog-title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.catalog-wrapper {
  margin: 4vw 20px 10vw;
}
.catalog-item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin: 0 auto;
  gap: max(10px, 3vw);
}
.catalog-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.catalog-item-image:hover {
  opacity: .8;
}
.catalog-item-title {
  font-size: clamp(14px, 1.3vw, 18px);
  height: 3em;
}
.catalog-item-pdf {
  position: relative;
  display: block;
  padding: .3em;
  padding-left: 1.5em;
  background-color: #424d5f;
  color: #fff;
  border: 2px solid #424d5f;
  border-radius: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .catalog-item-pdf:hover {
    background: #fff;
    color: #424d5f;
  }
}
.catalog-item-pdf::before {
  position: absolute;
  content:'';
  width: 1.5em;
  height: 1.5em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-image: url(../img/icon-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  .catalog-item-wrapper {
    width: 100%;
  } 
}
@media screen and (max-width: 500px) {
  .catalog-item-wrapper {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
    gap: 50px;
  }
}

/* result of search */
.search-wrapper {
  margin: 0 20px 6vw;
}
.search-box-container {
  position: relative;
  width: 60%;
  margin: 3vw auto;
}
.search-box-container input {
  -webkit-appearance: none;
  outline: none;
  color: #666;
  transition: .3s;
}
.search-box {
  width: 100%;
  height: 2em;
  padding: .3em;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: clamp(14px, 1.3vw, 18px);
}
.search-button {
  position: absolute;
  width: 2.6em;
  height: 2.6em;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.search-box-container::after {
  content: '';
  position: absolute;
  display: block;
  top: .2em;
  right: .2em;
  width: 1.7em;
  height: 1.7em;
  margin: auto;
  background-image: url(../img/header-nav-menu-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.search-title {
  margin-bottom: .5em;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
  text-align: center;
}
.search-count {
  margin-bottom: 2em;
  text-align: center;
}
.search-list {
  position: relative;
  width: 80%;
  margin: 4vw auto;
  border-bottom: 1px solid #ccc;
}
.search-list-item {
  position: relative;
  padding: 1em 7em 1em 1em;
  border-top: 1px solid #ccc;
}
.search-list-title {
  margin-bottom: .5em;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.3;
  color: #1a499a;
}
.search-list-title a:hover {
  opacity: .7;
}
.search-list-category {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #424d5f;
}
.search-list-detail {
  display: block;
  height: 1.35em;
  color: #333;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search-list-directry {
  display: inline-block;
  margin-bottom: .5em;
  padding: .2em;
  border: 1px solid #999;
  border-radius: 3px;
  color: #666;
  font-size: clamp(12px, 1vw, 14px);
}
@media screen and (max-width: 850px) {
  .search-list {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .search-list {
    width: 100%;
  }
}

.m-box {
  display: none;
}

.top-header {
  min-height: calc(100vw/2.2);
}

/* page-top */
#page_top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #CDCDCD;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 900;
}

.inquirytous #page_top {
  bottom: 80px;
}

#page_top:hover {
  opacity: 0.7;
}

#page_top span {
  position: absolute;
  top:40%;
  left: 13%;
  transform: translate(-50%,-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
  transform: rotate(45deg);
}

/* SDG's */
.sdgs-wrapper {
  width: 100%;
  max-width: 1920px;
  background-color: rgba(255,255,255,1);
  overflow: hidden;
  margin: 80px auto 0;
}
#SHINANO_Environmental_Activiti {
  text-align: center;
  color: rgba(118,116,116,1);
  font-size: min(5vw, 96px);
  margin-top: min(3vw, 57.6px);
}
.sdgs-section-title {
  background: linear-gradient(270deg, #becdf8 0%, #91a9df 35%, #345faa 80%, #1a499a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: min(3.2vw, 61.44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: min(10vw, 192px);
}
.sdgs-section-title span {
  display: block;
  padding: min(2vw, 38.4px);
}
.sdgs-section-title-badge-wrapper {
  display: flex;
}
.sdgs-section-title-badge {
  display: block;
  margin: 0;
  width: min(10.5vw, 201.6px);
}
.sdgs-section-subtitle {
  color: rgba(118,116,116,1);
  font-size: min(4vw, 76.8px);
  text-align: center;
  margin: min(2vw, 39.4px);
  line-height: 1.4;
}
.sdgs-text {
  text-align: justify;
  font-size: min(2.35vw, 45.12px);
  line-height: 1.4;
  color: rgba(118,116,116,1);
}
#n_Solar_power_generation {
  margin-top: min(3vw, 57.6px);
}
#Solar_Power_Pictuers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vw;
  width: 95%;
  max-width: calc(1060px + 5vw);
  margin: 7vw auto;
}
#n_1-2,
#n_1-2_q,
#n_1-2_r,
#n_1-2_s {
  width: calc((100% - 5vw)/2);
}
#Soler_Power_wrapper {
  display: flex;
  justify-content: space-between;
  margin: min(2vw, 38.4px);
}
#The_Green_Project_wrapper {
  width: min(50vw, 960px);
}
#The_photovoltaics_business_was {
  margin-bottom: min(1vw, 19.2px);
}
#Soler_Generation_Map_wrapper {
  width: min(45vw, 864px);
}
#Chip_recycling_wrapper1 {
  display: flex;
  justify-content: center;
  margin: min(2vw, 38.4px) auto 0;
}
#DSC09352_wrapper {
  width: min(35vw, 672px);
}
#Chip_recycling_wrapper2 {
  display: flex;
  justify-content: center;
  margin: min(2vw, 38.4px) auto;
}
#DSC09350_wrapper {
  width: min(50vw, 960px);
}
#Rectangle_z_wrapper {
  position: relative;
  width: min(50vw, 960px);
}
#The_chips_generated_in_the_pro_wrapper {
  width: min(40vw, 768px);
}
#The_chips_generated_in_the_pro {
  padding: 0 min(2vw, 38.4px) min(3vw, 57.6px);
}
#n_1_ {
  fill: transparent;
  stroke: rgba(255,0,0,1);
  stroke-width: min(.15vw, 3px);
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.n_1_ {
  overflow: visible;
  position: absolute;
  width: min(18vw, 345.6px);
  height: min(2vw, 38.4px);
  top: 30%;
  right: max(-6vw, -115.2px);
  transform: matrix(1,0,0,1,0,0);
}
#Disposal_of_Waste_Oil_wrapper {
  display: flex;
  padding: min(2vw, 38.4px);
  gap: min(2vw, 38.4px);
}
#Disposal_of_Waste_Oil_inner1 {
  width: 100%;
}
#Disposal_of_Waste_Oil_inner2 {
  display: flex;
  align-items: flex-end;
  width:100%;
}
#Fluorescent_lights_in_the_comp {
  margin: min(2vw, 38.4px);
}
#Switch_to_energy-efficient_wrapper {
  display: flex;
  gap: min(4vw, 76.8px);
  margin: min(2vw, 38.4px) min(10vw, 192px);
}
#Switch_to_energy-efficient_wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: min(2vw, 38.4px);
}
#Exellent_Health_image_wrapper  {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-right: min(40vw, 768px);
  margin: min(5vw, 96px) min(2vw, 38.4px) min(2vw, 38.4px);
}
#Exellent_Health_image_inner1,
#Exellent_Health_image_inner2 {
  width: 100%;
}
#Exellent_Health_image_wrapper figure {
  position: relative;
  padding-top: min(1vw, 19.2px);
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
#Exellent_Health_image_wrapper figcaption {
  position: absolute;
  top: 0;
  font-size: min(1.5vw, 28.8px);
}
#For_health {
  position: absolute;
  bottom: min(4vw, 76.8px);
  right: 0;
  top: 0;
  width: min(45vw, 864px);
}
#SHINANO_has_acquired_Silver_ce {
  margin: min(2vw, 38.4px);
}
#Shinano_Seisakusho_provides_in_wrapper {
  display: flex;
  gap: min(2vw, 38.4px);
  margin: min(2vw, 38.4px);
}
#Shinano_Seisakusho_provides_in_wrapper > div {
  width: 100%;
}
#Shinano_Seisakusho_provides_in {
  margin: min(2vw, 38.4px);
}
#Installing_insulation_in_water_wrapper {
  display: flex;
  gap: min(2vw, 38.4px);
  margin: min(2vw, 38.4px);
}
#Installing_insulation_in_water_wrapper > div {
  width: 100%;
}
#Installing_insulation_in_water {
  margin: min(2vw, 38.4px);
}
#What_we_believe_is_the_relatio {
  background-color: rgba(51,185,218,1);
  border-top: min(0.52vw, 10px) solid rgba(112,112,112,1);
  border-bottom: min(0.52vw, 10px) solid rgba(112,112,112,1);
  color: #fff;
  margin-top: min(10vw, 192px);
}
#Air_tools_are_tools_that_can_b {
  margin: min(2vw, 38.4px);
}
#Air_tools_repair_chart {
  display: flex;
  justify-content: space-between;
  gap: min(1vw, 19.2px);
  margin: min(2vw, 38.4px);
}
#Air_tools_repair_chart > div {
  display: grid;
  place-items: center;
}
#Air_tools_repair_before,
#Air_tools_repair_after {
  position: relative;
  width: min(28vw, 537.6px);
}
#Air_tools_repair_repair {
  width: min(24vw, 460.8px);
}
#Air_tools_repair_repair_inner {
  position: relative;
}
#Repair {
  position: absolute;
  top: 45%;
  right: 50%;
  transform: translateX(50%);
  font-size: min(5vw, 96px);
  color: rgba(112,112,112,1);
}
#n_4_b {
  margin-top: min(5vw, 96px);
}
.sdgs-chart-arrow {
  width: 6vw;
  font-size: min(5vw, 96px);
  font-weight: bold;
  color: rgba(112,112,112,1);
  text-align: center;
}
#n_5_b {
  position: absolute;
  width: min(17vw, 326.4px);
  left: 0;
  top: 30%;
  overflow: visible;
}
#n_6_b {
  position: absolute;
  width: min(16vw, 307.2px);
  right: 0;
  top: 0;
  overflow: visible;
}
#n_7 {
  position: absolute;
  width: min(13vw, 249.6px);
  right: 0;
  bottom: 0;
  overflow: visible;
}
#Mr_Impact_Wrench_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: min(1vw, 19.2px) ;
  padding-left: min(15vw, 288px);
}
#Mr_Impact_wrench_introduces__S {
  position: relative;

  line-height: min(6vw, 115.2px);
  text-align: left;
  font-weight: bold;
  font-size: min(3.7vw, 71.04px);

  letter-spacing: -1px;
  color: rgba(121,27,27,1);
  padding: min(2vw, 38.4px);
  margin-top: min(1vw, 19.2px);
  margin-left: min(5.2vw, 100px);
  border: min(.8vw, 15.36px) solid rgba(112,112,112,1);
  border-radius: min(5vw, 96px);


  display: flex;
  justify-content: center;
}
#Mr_Impact_wrench_introduces__S::before {
  position: absolute;
  content: '';
  left: 0;
  top: 45%;
  width: 0;
  height: 0;
  border: min(2.08vw, 40px) solid rgba(255,255,255,0);
  border-left: min(3.125vw, 60px) solid rgba(255,255,255,0);
  border-right: min(3.125vw, 60px) solid rgba(112,112,112,1);
  transform: translateX(-100%);
}
#Mr_Impact_wrench_introduces__S::after {
  position: absolute;
  content: '';
  left: 1.8%;
  top: 45%;
  width: 0;
  height: 0;
  border: min(2.08vw, 40px) solid rgba(255,255,255,0);
  border-left: min(3.125vw, 60px) solid rgba(255,255,255,0);
  border-right: min(3.125vw, 60px) solid rgba(255,255,255,1);
  transform: translateX(-100%);
}
#Mr_Impact_wrench_introduces__S span {
  display: block;
  width:fit-content;
}
#About__Mr_Imapact_Wrench_wrapper {
  display: flex;
  align-items: center;
  margin-top: min(5.2vw, 100px);
}
#About__Mr_Imapact_Wrench {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: min(5.2vw, 99.2px);
  text-align: left;
  font-weight: bold;
  font-size: min(3.8vw, 72.96px);
  color: rgba(121,106,27,1);
  border: min(.5vw, 9.6px) solid rgba(112,112,112,1);
  border-radius: min(5vw, 96px);
  padding: min(1vw, 19.2px);
  width: 15em;
  margin-left: min(1vw, 19.2px);
}
#About__Mr_Imapact_Wrench:hover {
  background-color: #ddd;
  cursor: pointer;
}
#About__Mr_Imapact_Wrench_click img {
  width: min(35vw, 672px);
}
#MrImpact_Wrench {
  position: absolute;
  width: min(28.125vw, 540px);
  top: min(.8vw, 15.36px);
  left: min(1vw, 19.2px);
}
#SDGsLogo {
  margin-top: min(5vw, 96px);
}
#SDGsLogojpg {
  left: 0px;
  top: 0px;
  overflow: visible;
}
@media screen and (max-width: 500px) {
  .sdgs-wrapper {
    margin-top: 60px;
  }
  .sdgs-section-subtitle {
    font-size: min(5vw, 24px);
  }
  .sdgs-text {
    font-size: min(4vw, 18px);
  }
  #Soler_Power_wrapper {
    display: block;  }
  #Solar_Power_Pictuers {
    width: 80%;    
  }
  #n_1-2,
  #n_1-2_q,
  #n_1-2_r,
  #n_1-2_s {
    width: calc(100% - 5px);
  }
  #The_Green_Project_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #Soler_Generation_Map_wrapper {
    width: 100%;
    padding: 0 15vw;
  }
  #n_3_v {
    width: 80%;
    margin-top: 2vw;
  }
  #Chip_recycling_wrapper2 {
    flex-direction: column;
    align-items: center;
  }
  #DSC09350_wrapper {
    width: 80%;
    padding: 0 2vw;
  }
  #The_chips_generated_in_the_pro_wrapper {
    width: 100%;
    text-align: center;
  }
  #Rectangle_ {
    width: 80%;
  }
  #Disposal_of_Waste_Oil_wrapper {
    display: block;
    text-align: center;
  }
  #Disposal_of_Waste_Oil_inner2 {
    width: 80%;
    margin: 0 auto;
  }
  #Rectangle_be {
    width: 80%;
    padding-bottom: 2vw;
  }
  #Switch_to_energy-efficient_wrapper {
    display: block;
  }
  #Switch_to_energy-efficient_wrapper > div#Switch_to_energy-efficient_new {
    flex-direction: column-reverse;
    margin-bottom: 5vw;
  }
  #Switch_to_energy-efficient_led {
    display: grid;
    place-items: center;
  }
  #Light_Bulb {
    width: 60%;
  }
  #Exellent_Health_image_wrapper {
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 8vw;
  }
  #For_health {
    top: -3vw;
    right: 10vw;
    width: 35vw;
  }
  #Exellent_Health_image_wrapper figcaption {
    top: -3.5vw;
  }
}

/* Mr.Impact Wrench */
.mrimpact-wrapper {
  width: 100%;
  background-image: url(../../../../index.html);
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  overflow: hidden;
  margin: 80px auto 0;
  text-align: center;
}
#SHINANOs_Mascot {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: min(7vw, 134.4px);
  text-align: center;
  margin: min(4vw, 76.8px) auto;
}
.mrimpact-spec-wrapper {
  display: flex;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto min(5vw, 96px);
  gap: min(2vw, 384px);
}
#MrImpact_Wrench2 {
  width: min(40vw, 768px);
}
#Character_NameMr_Impact_Wrench {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: min(2.5vw, 48px);
  color: rgba(255,255,255,1);
  border: min(.7vw, 13.44px) solid rgba(112,112,112,1);
  background-color: #000;
  border-radius: min(3.12vw, 60px);
  width: 90%;
  padding: min(2.5vw, 48px);
  margin: 0 auto min(1.3vw, 25px);
  text-align: left;
  line-height: 1.4;
}
#Character_NameMr_Impact_Wrench h2 {
  font-size: min(4vw, 76.8px);
  margin-bottom: .5em;
}
.mrimpact-spec h2 {
  font-size: 5vw;
  text-align: left;
  margin-bottom: .2em;
}
#Height_175_mm_Weight_104_kg_Pe {
  font-size: min(2.5vw, 48px) ;
  line-height: 1.6;
  color: rgba(112,112,112,1);
  background-color: rgba(255,255,255,1);
  border: min(.52vw , 10px) solid #333;
  border-radius: min(3.12vw, 60px);
  padding: min(1.4vw, 25px);
  text-align: left;
}
#Parts_of_MrImpact_Wrench {
  width: 90%;
  margin: 0 auto;
}
.mrimpact-back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1vw, 19.2px);
  width: min(30vw, 576px);
  border: min(.7vw, 13.44px) solid rgba(112,112,112,1);
  border-radius: min(15vw, 288px);
  margin-top: min(1vw, 19.2px);
  margin: min(1.4vw, 25px) 5%  min(5vw, 96px) auto;
  padding: min(2vw, 38.4px);
}
.mrimpact-back-button:hover {
  background-color: #ddd;
  cursor: pointer;
}
.mrimpact-back-button img {
  width: min(7vw, 134.4px);
}
.mrimpact-back-button span {
  font-size: min(4vw, 76.8px);
}
@media screen and (max-width: 500px) {
  .mrimpact-spec-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .mrimpact-image {
    margin-left: min(15vw, 288px);
  }
  #MrImpact_Wrench2 {
    width: min(60vw, 1152px);
  }
  #Height_175_mm_Weight_104_kg_Pe {
    font-size: min(4.5vw, 86.4px);
  }
  #Character_NameMr_Impact_Wrench {
    font-size: min(4vw, 76.8px);
  }
  #Character_NameMr_Impact_Wrench h2 {
    font-size: min(5vw, 96px);
  }
}
#cookie-notice .cn-button {
  color: #fff !important;
}
