body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  scrollbar-width: 18px;
  scrollbar-color: white white;
  overflow: overlay;
  min-width: 320px;
}

body::-webkit-scrollbar {
  width: 18px;
}

body::-webkit-scrollbar-track {
  background: #00000000;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
}

.tm_only {
  display: none;
}

.m-t-30 {
  margin-top: 30px;
}

.a_link.white {
  color: white;
}

.div_main {
  padding-left: 250px;
}

.asbutton {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  height: 40px;
  padding: 20px 100px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}

.asbutton.fill_red {
  background-color: #e12741;
  border-color: #e12741;
  color: white;
}

.asbutton.fill_red:hover {
  background-color: #f13c55;
  border-color: #f13c55;
  color: white;
}

.asbutton.line_white {
  background-color: none;
  border-color: white;
  color: white;
}

.asbutton.line_white:hover {
  background-color: none;
  border-color: #e12741;
  color: white;
}

.div_section_scrollhint {
  position: absolute;
  left: 50%;
  bottom: 0px;
  font-size: 1.4rem;
  line-height: 13rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.div_section_scrollhint span {
  display: inline-block;
  -webkit-animation: floating 1s ease-in-out infinite;
          animation: floating 1s ease-in-out infinite;
}

.div_section_scrollhint.a-type {
  color: white;
}

.div_section_scrollhint.a-type::before {
  border-left: 1px solid white;
}

.div_section_scrollhint.b-type {
  color: black;
}

.div_section_scrollhint::before {
  content: "";
  display: block;
  border-left: 1px solid black;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media only screen and (max-width: 1366px) {
  .div_main {
    padding-left: 0px !important;
  }
  .tm_only {
    display: unset !important;
  }
}

main#main_products {
  background: #2b2b2b;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#2b2b2b));
  background: linear-gradient(0deg, black 0%, #2b2b2b 100%);
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
  position: relative;
  padding: 50px 0px;
}

main#main_products .img_section_heading {
  margin: 40px auto 120px auto;
}

main#main_products .div_overflowhidden {
  overflow: hidden;
}

main#main_products section {
  position: relative;
}

main#main_products section .div_desk {
  width: 1240px;
  margin: 0px auto;
  position: relative;
}

main#main_products section .div_desk.for_right .div_section_title {
  position: absolute;
  top: 130px;
  right: 0px;
  width: 820px;
  z-index: 10;
}

main#main_products section .div_desk.for_right .div_section_description {
  width: 820px;
  position: absolute;
  top: 230px;
  right: 0px;
  z-index: 10;
}

main#main_products section .div_desk.for_right .div_section_ctab {
  position: absolute;
  top: 330px;
  right: 630px;
  z-index: 20;
}

main#main_products section .div_section_title {
  height: 52px;
  position: relative;
  margin-bottom: 40px;
}

main#main_products section .div_section_title .div_section_number {
  width: 52px;
  height: 52px;
  background: #e12741;
  color: white;
  text-align: center;
  line-height: 52px;
  font-size: 2.4rem;
}

main#main_products section .div_section_title img {
  position: absolute;
  top: 6px;
  left: 100px;
  z-index: 5;
}

main#main_products section .div_section_description {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

main#main_products section .div_section_ctab {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  display: inline-block;
  padding: 2px 90px 2px 20px;
  background: #ffffff3d;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 20;
}

main#main_products section .div_section_ctab:hover {
  background: #ffffff61;
}

main#main_products section .div_section_ctab::after {
  content: "";
  display: block;
  background-image: url(../image/ctab_red_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 16px;
  width: 60px;
  height: 44px;
}

main#main_products section .image_section_main {
  position: absolute;
}

main#main_products section#section_neodrive {
  height: 700px;
}

main#main_products section#section_neodrive .div_desk {
  padding-top: 50px;
}

main#main_products section#section_neodrive .image_section_main {
  right: 0px;
  top: 0px;
}

main#main_products section#section_superdrive {
  height: 880px;
}

main#main_products section#section_superdrive .div_section_background {
  position: absolute;
  width: 100%;
  height: calc(100vw / 1.3);
  top: calc(100vw * -0.3555);
  background-image: url(../image/products/background-superdrive.png);
  background-size: cover;
  z-index: 0;
  opacity: 0.55;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

main#main_products section#section_superdrive:hover .div_section_background {
  opacity: 0.9;
}

main#main_products section#section_superdrive .div_desk {
  padding-top: 50px;
}

main#main_products section#section_superdrive .image_section_main {
  left: 0px;
  top: 0px;
}

main#main_products section#section_freedrive {
  height: 800px;
}

main#main_products section#section_freedrive .div_desk {
  padding-top: 50px;
}

main#main_products section#section_freedrive .image_section_main {
  right: 0px;
  top: 250px;
}

main#main_products section#section_hinge {
  height: 500px;
}

main#main_products section#section_hinge .div_section_background {
  position: absolute;
  width: 100%;
  height: calc(100vw / 1.3);
  top: calc(100vw * -0.245);
  background-image: url(../image/products/background-hinge.png);
  background-size: cover;
  z-index: 0;
  opacity: 0.55;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

main#main_products section#section_hinge:hover .div_section_background {
  opacity: 0.9;
}

main#main_products section#section_hinge .div_desk {
  padding-top: 50px;
}

main#main_products section#section_hinge .image_section_main {
  left: -20px;
  top: 0px;
}

main#main_products #section_catchcopy {
  height: 640px;
}

main#main_neodrive,
main#main_superdrive,
main#main_freedrive,
main#main_hinge {
  background: #2b2b2b;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#2b2b2b));
  background: linear-gradient(0deg, black 0%, #2b2b2b 100%);
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
  position: relative;
  padding: 50px 0px;
}

main#main_neodrive .img_section_heading,
main#main_superdrive .img_section_heading,
main#main_freedrive .img_section_heading,
main#main_hinge .img_section_heading {
  margin: 40px auto 80px auto;
}

main#main_neodrive #div_desk,
main#main_superdrive #div_desk,
main#main_freedrive #div_desk,
main#main_hinge #div_desk {
  width: 1246px;
  margin: 0px auto 0px auto;
  position: relative;
}

main#main_neodrive #div_desk .div_backto,
main#main_superdrive #div_desk .div_backto,
main#main_freedrive #div_desk .div_backto,
main#main_hinge #div_desk .div_backto {
  padding: 20px;
  cursor: pointer;
  position: absolute;
  top: -150px;
  left: 0px;
}

main#main_neodrive #div_desk .div_backto::after,
main#main_superdrive #div_desk .div_backto::after,
main#main_freedrive #div_desk .div_backto::after,
main#main_hinge #div_desk .div_backto::after {
  content: "";
  display: block;
  border-color: white;
  border-top: 3px solid white;
  border-left: 3px solid white;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main#main_neodrive #div_desk .div_backto:hover::after,
main#main_superdrive #div_desk .div_backto:hover::after,
main#main_freedrive #div_desk .div_backto:hover::after,
main#main_hinge #div_desk .div_backto:hover::after {
  border-color: #e12741;
}

main#main_neodrive section,
main#main_superdrive section,
main#main_freedrive section,
main#main_hinge section {
  margin-bottom: 120px;
}

main#main_neodrive section .div_section_title,
main#main_superdrive section .div_section_title,
main#main_freedrive section .div_section_title,
main#main_hinge section .div_section_title {
  font-size: 2.8rem;
  text-align: center;
  position: relative;
}

main#main_neodrive section .div_section_title::before,
main#main_superdrive section .div_section_title::before,
main#main_freedrive section .div_section_title::before,
main#main_hinge section .div_section_title::before {
  content: "";
  display: block;
  border-left: 1px solid white;
  border-top: 1px solid white;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 100%;
}

main#main_neodrive section .div_section_title::after,
main#main_superdrive section .div_section_title::after,
main#main_freedrive section .div_section_title::after,
main#main_hinge section .div_section_title::after {
  content: "";
  display: block;
  border-right: 1px solid white;
  border-top: 1px solid white;
  position: absolute;
  top: 50%;
  right: 0px;
  height: 100%;
}

main#main_neodrive section#section_NEO_pipe .div_section_title::before, main#main_neodrive section#section_NEO_pipe .div_section_title::after,
main#main_superdrive section#section_NEO_pipe .div_section_title::before,
main#main_superdrive section#section_NEO_pipe .div_section_title::after,
main#main_freedrive section#section_NEO_pipe .div_section_title::before,
main#main_freedrive section#section_NEO_pipe .div_section_title::after,
main#main_hinge section#section_NEO_pipe .div_section_title::before,
main#main_hinge section#section_NEO_pipe .div_section_title::after {
  width: 398px;
}

main#main_neodrive section#section_NEO_drive .div_section_title::before, main#main_neodrive section#section_NEO_drive .div_section_title::after,
main#main_superdrive section#section_NEO_drive .div_section_title::before,
main#main_superdrive section#section_NEO_drive .div_section_title::after,
main#main_freedrive section#section_NEO_drive .div_section_title::before,
main#main_freedrive section#section_NEO_drive .div_section_title::after,
main#main_hinge section#section_NEO_drive .div_section_title::before,
main#main_hinge section#section_NEO_drive .div_section_title::after {
  width: 238px;
}

main#main_neodrive section#section_NEO_cover,
main#main_superdrive section#section_NEO_cover,
main#main_freedrive section#section_NEO_cover,
main#main_hinge section#section_NEO_cover {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

main#main_neodrive section#section_NEO_cover .div_section_title::before, main#main_neodrive section#section_NEO_cover .div_section_title::after,
main#main_superdrive section#section_NEO_cover .div_section_title::before,
main#main_superdrive section#section_NEO_cover .div_section_title::after,
main#main_freedrive section#section_NEO_cover .div_section_title::before,
main#main_freedrive section#section_NEO_cover .div_section_title::after,
main#main_hinge section#section_NEO_cover .div_section_title::before,
main#main_hinge section#section_NEO_cover .div_section_title::after {
  width: 118px;
}

main#main_neodrive section#section_SUPER_L .div_section_title::before, main#main_neodrive section#section_SUPER_L .div_section_title::after,
main#main_superdrive section#section_SUPER_L .div_section_title::before,
main#main_superdrive section#section_SUPER_L .div_section_title::after,
main#main_freedrive section#section_SUPER_L .div_section_title::before,
main#main_freedrive section#section_SUPER_L .div_section_title::after,
main#main_hinge section#section_SUPER_L .div_section_title::before,
main#main_hinge section#section_SUPER_L .div_section_title::after {
  width: 368px;
}

main#main_neodrive section#section_SUPER_SS .div_section_title::before, main#main_neodrive section#section_SUPER_SS .div_section_title::after,
main#main_superdrive section#section_SUPER_SS .div_section_title::before,
main#main_superdrive section#section_SUPER_SS .div_section_title::after,
main#main_freedrive section#section_SUPER_SS .div_section_title::before,
main#main_freedrive section#section_SUPER_SS .div_section_title::after,
main#main_hinge section#section_SUPER_SS .div_section_title::before,
main#main_hinge section#section_SUPER_SS .div_section_title::after {
  width: 278px;
}

main#main_neodrive section#section_SUPER_WS .div_section_title::before, main#main_neodrive section#section_SUPER_WS .div_section_title::after,
main#main_superdrive section#section_SUPER_WS .div_section_title::before,
main#main_superdrive section#section_SUPER_WS .div_section_title::after,
main#main_freedrive section#section_SUPER_WS .div_section_title::before,
main#main_freedrive section#section_SUPER_WS .div_section_title::after,
main#main_hinge section#section_SUPER_WS .div_section_title::before,
main#main_hinge section#section_SUPER_WS .div_section_title::after {
  width: 198px;
}

main#main_neodrive section#section_SUPER_HD .div_section_title::before, main#main_neodrive section#section_SUPER_HD .div_section_title::after,
main#main_superdrive section#section_SUPER_HD .div_section_title::before,
main#main_superdrive section#section_SUPER_HD .div_section_title::after,
main#main_freedrive section#section_SUPER_HD .div_section_title::before,
main#main_freedrive section#section_SUPER_HD .div_section_title::after,
main#main_hinge section#section_SUPER_HD .div_section_title::before,
main#main_hinge section#section_SUPER_HD .div_section_title::after {
  width: 298px;
}

main#main_neodrive section#section_SUPER_SDLV .div_section_title::before, main#main_neodrive section#section_SUPER_SDLV .div_section_title::after,
main#main_superdrive section#section_SUPER_SDLV .div_section_title::before,
main#main_superdrive section#section_SUPER_SDLV .div_section_title::after,
main#main_freedrive section#section_SUPER_SDLV .div_section_title::before,
main#main_freedrive section#section_SUPER_SDLV .div_section_title::after,
main#main_hinge section#section_SUPER_SDLV .div_section_title::before,
main#main_hinge section#section_SUPER_SDLV .div_section_title::after {
  width: 168px;
}

main#main_neodrive section#section_SUPER_LV .div_section_title::before, main#main_neodrive section#section_SUPER_LV .div_section_title::after,
main#main_superdrive section#section_SUPER_LV .div_section_title::before,
main#main_superdrive section#section_SUPER_LV .div_section_title::after,
main#main_freedrive section#section_SUPER_LV .div_section_title::before,
main#main_freedrive section#section_SUPER_LV .div_section_title::after,
main#main_hinge section#section_SUPER_LV .div_section_title::before,
main#main_hinge section#section_SUPER_LV .div_section_title::after {
  width: 408px;
}

main#main_neodrive section#section_SUPER_cover,
main#main_superdrive section#section_SUPER_cover,
main#main_freedrive section#section_SUPER_cover,
main#main_hinge section#section_SUPER_cover {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

main#main_neodrive section#section_SUPER_cover .div_section_title::before, main#main_neodrive section#section_SUPER_cover .div_section_title::after,
main#main_superdrive section#section_SUPER_cover .div_section_title::before,
main#main_superdrive section#section_SUPER_cover .div_section_title::after,
main#main_freedrive section#section_SUPER_cover .div_section_title::before,
main#main_freedrive section#section_SUPER_cover .div_section_title::after,
main#main_hinge section#section_SUPER_cover .div_section_title::before,
main#main_hinge section#section_SUPER_cover .div_section_title::after {
  width: 48px;
}

main#main_neodrive section#section_FREE_jb .div_section_title::before, main#main_neodrive section#section_FREE_jb .div_section_title::after,
main#main_superdrive section#section_FREE_jb .div_section_title::before,
main#main_superdrive section#section_FREE_jb .div_section_title::after,
main#main_freedrive section#section_FREE_jb .div_section_title::before,
main#main_freedrive section#section_FREE_jb .div_section_title::after,
main#main_hinge section#section_FREE_jb .div_section_title::before,
main#main_hinge section#section_FREE_jb .div_section_title::after {
  width: 258px;
}

main#main_neodrive section#section_FREE_nsf .div_section_title::before, main#main_neodrive section#section_FREE_nsf .div_section_title::after,
main#main_superdrive section#section_FREE_nsf .div_section_title::before,
main#main_superdrive section#section_FREE_nsf .div_section_title::after,
main#main_freedrive section#section_FREE_nsf .div_section_title::before,
main#main_freedrive section#section_FREE_nsf .div_section_title::after,
main#main_hinge section#section_FREE_nsf .div_section_title::before,
main#main_hinge section#section_FREE_nsf .div_section_title::after {
  width: 158px;
}

main#main_neodrive section#section_HINGE_sofa .div_section_title::before, main#main_neodrive section#section_HINGE_sofa .div_section_title::after,
main#main_superdrive section#section_HINGE_sofa .div_section_title::before,
main#main_superdrive section#section_HINGE_sofa .div_section_title::after,
main#main_freedrive section#section_HINGE_sofa .div_section_title::before,
main#main_freedrive section#section_HINGE_sofa .div_section_title::after,
main#main_hinge section#section_HINGE_sofa .div_section_title::before,
main#main_hinge section#section_HINGE_sofa .div_section_title::after {
  width: 208px;
}

main#main_neodrive section#section_HINGE_sofa .div_body_flex,
main#main_superdrive section#section_HINGE_sofa .div_body_flex,
main#main_freedrive section#section_HINGE_sofa .div_body_flex,
main#main_hinge section#section_HINGE_sofa .div_body_flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main#main_neodrive section#section_HINGE_sofa .div_body_flex .a_div > div,
main#main_superdrive section#section_HINGE_sofa .div_body_flex .a_div > div,
main#main_freedrive section#section_HINGE_sofa .div_body_flex .a_div > div,
main#main_hinge section#section_HINGE_sofa .div_body_flex .a_div > div {
  width: 300px;
}

main#main_neodrive section#section_HINGE_bed .div_section_title::before, main#main_neodrive section#section_HINGE_bed .div_section_title::after,
main#main_superdrive section#section_HINGE_bed .div_section_title::before,
main#main_superdrive section#section_HINGE_bed .div_section_title::after,
main#main_freedrive section#section_HINGE_bed .div_section_title::before,
main#main_freedrive section#section_HINGE_bed .div_section_title::after,
main#main_hinge section#section_HINGE_bed .div_section_title::before,
main#main_hinge section#section_HINGE_bed .div_section_title::after {
  width: 238px;
}

main#main_neodrive section#section_HINGE_chair .div_section_title::before, main#main_neodrive section#section_HINGE_chair .div_section_title::after,
main#main_superdrive section#section_HINGE_chair .div_section_title::before,
main#main_superdrive section#section_HINGE_chair .div_section_title::after,
main#main_freedrive section#section_HINGE_chair .div_section_title::before,
main#main_freedrive section#section_HINGE_chair .div_section_title::after,
main#main_hinge section#section_HINGE_chair .div_section_title::before,
main#main_hinge section#section_HINGE_chair .div_section_title::after {
  width: 238px;
}

main#main_neodrive section .div_section_body,
main#main_superdrive section .div_section_body,
main#main_freedrive section .div_section_body,
main#main_hinge section .div_section_body {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

main#main_neodrive section .div_section_body .div_body_flex,
main#main_superdrive section .div_section_body .div_body_flex,
main#main_freedrive section .div_section_body .div_body_flex,
main#main_hinge section .div_section_body .div_body_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 40px 40px 40px;
}

main#main_neodrive section .div_section_body .div_body_flex > .a_div,
main#main_superdrive section .div_section_body .div_body_flex > .a_div,
main#main_freedrive section .div_section_body .div_body_flex > .a_div,
main#main_hinge section .div_section_body .div_body_flex > .a_div {
  cursor: pointer;
  color: white;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

main#main_neodrive section .div_section_body .div_body_flex > .a_div > div,
main#main_superdrive section .div_section_body .div_body_flex > .a_div > div,
main#main_freedrive section .div_section_body .div_body_flex > .a_div > div,
main#main_hinge section .div_section_body .div_body_flex > .a_div > div {
  width: 210px;
}

main#main_neodrive section .div_section_body .div_body_flex > .a_div > div img,
main#main_superdrive section .div_section_body .div_body_flex > .a_div > div img,
main#main_freedrive section .div_section_body .div_body_flex > .a_div > div img,
main#main_hinge section .div_section_body .div_body_flex > .a_div > div img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

main#main_neodrive section .div_section_body .div_body_flex > .a_div > div .img_preset,
main#main_neodrive section .div_section_body .div_body_flex > .a_div > div .div_product_infobar,
main#main_superdrive section .div_section_body .div_body_flex > .a_div > div .img_preset,
main#main_superdrive section .div_section_body .div_body_flex > .a_div > div .div_product_infobar,
main#main_freedrive section .div_section_body .div_body_flex > .a_div > div .img_preset,
main#main_freedrive section .div_section_body .div_body_flex > .a_div > div .div_product_infobar,
main#main_hinge section .div_section_body .div_body_flex > .a_div > div .img_preset,
main#main_hinge section .div_section_body .div_body_flex > .a_div > div .div_product_infobar {
  display: none;
}

main#main_neodrive section .div_section_body .div_body_flex > .a_div > div div,
main#main_superdrive section .div_section_body .div_body_flex > .a_div > div div,
main#main_freedrive section .div_section_body .div_body_flex > .a_div > div div,
main#main_hinge section .div_section_body .div_body_flex > .a_div > div div {
  font-size: 1.4rem;
  text-align: center;
}

main#main_neodrive section .div_section_body .div_body_flex > .a_div.nothovering,
main#main_superdrive section .div_section_body .div_body_flex > .a_div.nothovering,
main#main_freedrive section .div_section_body .div_body_flex > .a_div.nothovering,
main#main_hinge section .div_section_body .div_body_flex > .a_div.nothovering {
  opacity: 0.45;
}

main#main_neodrive #div_screenbox,
main#main_superdrive #div_screenbox,
main#main_freedrive #div_screenbox,
main#main_hinge #div_screenbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0px 0px 0px 250px;
  background: #000000d9;
  display: none;
}

main#main_neodrive #div_screenbox.opened,
main#main_superdrive #div_screenbox.opened,
main#main_freedrive #div_screenbox.opened,
main#main_hinge #div_screenbox.opened {
  display: block;
}

main#main_neodrive #div_screenbox #div_screendesk,
main#main_superdrive #div_screenbox #div_screendesk,
main#main_freedrive #div_screenbox #div_screendesk,
main#main_hinge #div_screenbox #div_screendesk {
  width: 906px;
  min-height: 500px;
  padding: 30px 100px 30px 60px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_catch,
main#main_superdrive #div_screenbox #div_screendesk .div_product_catch,
main#main_freedrive #div_screenbox #div_screendesk .div_product_catch,
main#main_hinge #div_screenbox #div_screendesk .div_product_catch {
  color: #e12741;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 0px 0px 0px 30px;
  margin-top: 10px;
  border-left: 10px solid #e12741;
  line-height: 40px;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_name,
main#main_superdrive #div_screenbox #div_screendesk .div_product_name,
main#main_freedrive #div_screenbox #div_screendesk .div_product_name,
main#main_hinge #div_screenbox #div_screendesk .div_product_name {
  color: black;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 20px 0px 0px 90px;
  border-bottom: 1px solid black;
  position: relative;
  width: 650px;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_name::before,
main#main_superdrive #div_screenbox #div_screendesk .div_product_name::before,
main#main_freedrive #div_screenbox #div_screendesk .div_product_name::before,
main#main_hinge #div_screenbox #div_screendesk .div_product_name::before {
  content: "";
  background-image: url("../image/products/neodrive/decor_black.png");
  width: 66px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

main#main_neodrive #div_screenbox #div_screendesk .img_product_main,
main#main_superdrive #div_screenbox #div_screendesk .img_product_main,
main#main_freedrive #div_screenbox #div_screendesk .img_product_main,
main#main_hinge #div_screenbox #div_screendesk .img_product_main {
  margin-top: 30px;
  width: 370px;
}

main#main_neodrive #div_screenbox #div_screendesk .img_product_graph,
main#main_superdrive #div_screenbox #div_screendesk .img_product_graph,
main#main_freedrive #div_screenbox #div_screendesk .img_product_graph,
main#main_hinge #div_screenbox #div_screendesk .img_product_graph {
  margin-top: 30px;
  width: 370px;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_infobar,
main#main_superdrive #div_screenbox #div_screendesk .div_product_infobar,
main#main_freedrive #div_screenbox #div_screendesk .div_product_infobar,
main#main_hinge #div_screenbox #div_screendesk .div_product_infobar {
  float: right;
  width: 132px;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_infobar .img_product_position,
main#main_superdrive #div_screenbox #div_screendesk .div_product_infobar .img_product_position,
main#main_freedrive #div_screenbox #div_screendesk .div_product_infobar .img_product_position,
main#main_hinge #div_screenbox #div_screendesk .div_product_infobar .img_product_position {
  margin-bottom: 10px;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box,
main#main_superdrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box,
main#main_freedrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box,
main#main_hinge #div_screenbox #div_screendesk .div_product_infobar .div_info_box {
  background: #002063;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 3rem;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box span,
main#main_superdrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box span,
main#main_freedrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box span,
main#main_hinge #div_screenbox #div_screendesk .div_product_infobar .div_info_box span {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.7rem;
  letter-spacing: 0.15rem;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box.red,
main#main_superdrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box.red,
main#main_freedrive #div_screenbox #div_screendesk .div_product_infobar .div_info_box.red,
main#main_hinge #div_screenbox #div_screendesk .div_product_infobar .div_info_box.red {
  background: #e12741;
}

main#main_neodrive #div_screenbox #div_screendesk #popupClose,
main#main_superdrive #div_screenbox #div_screendesk #popupClose,
main#main_freedrive #div_screenbox #div_screendesk #popupClose,
main#main_hinge #div_screenbox #div_screendesk #popupClose {
  cursor: pointer;
  display: block;
  color: #8a8a8a;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
}

main#main_neodrive #div_screenbox #div_screendesk #popupClose:hover,
main#main_superdrive #div_screenbox #div_screendesk #popupClose:hover,
main#main_freedrive #div_screenbox #div_screendesk #popupClose:hover,
main#main_hinge #div_screenbox #div_screendesk #popupClose:hover {
  color: black;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_previous,
main#main_superdrive #div_screenbox #div_screendesk .div_product_previous,
main#main_freedrive #div_screenbox #div_screendesk .div_product_previous,
main#main_hinge #div_screenbox #div_screendesk .div_product_previous {
  position: absolute;
  top: 50%;
  left: -80px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_previous::after,
main#main_superdrive #div_screenbox #div_screendesk .div_product_previous::after,
main#main_freedrive #div_screenbox #div_screendesk .div_product_previous::after,
main#main_hinge #div_screenbox #div_screendesk .div_product_previous::after {
  content: "";
  display: block;
  border-top: 5px solid white;
  border-left: 5px solid white;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 10px;
  -webkit-transform-origin: top;
          transform-origin: top;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_next,
main#main_superdrive #div_screenbox #div_screendesk .div_product_next,
main#main_freedrive #div_screenbox #div_screendesk .div_product_next,
main#main_hinge #div_screenbox #div_screendesk .div_product_next {
  position: absolute;
  top: 50%;
  right: -80px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

main#main_neodrive #div_screenbox #div_screendesk .div_product_next::after,
main#main_superdrive #div_screenbox #div_screendesk .div_product_next::after,
main#main_freedrive #div_screenbox #div_screendesk .div_product_next::after,
main#main_hinge #div_screenbox #div_screendesk .div_product_next::after {
  content: "";
  display: block;
  border-top: 5px solid white;
  border-left: 5px solid white;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 10px;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media only screen and (min-width: 500px) and (max-width: 1366px) {
  main#main_neodrive .img_section_heading,
  main#main_superdrive .img_section_heading,
  main#main_freedrive .img_section_heading,
  main#main_hinge .img_section_heading {
    margin-top: 100px;
  }
  main#main_neodrive #div_desk,
  main#main_superdrive #div_desk,
  main#main_freedrive #div_desk,
  main#main_hinge #div_desk {
    width: calc(100% - 60px);
    padding: 0px 30px;
  }
  main#main_neodrive #div_desk section,
  main#main_superdrive #div_desk section,
  main#main_freedrive #div_desk section,
  main#main_hinge #div_desk section {
    width: 100% !important;
  }
  main#main_neodrive #div_desk img,
  main#main_superdrive #div_desk img,
  main#main_freedrive #div_desk img,
  main#main_hinge #div_desk img {
    margin-left: auto;
    margin-right: auto;
  }
  main#main_neodrive #div_desk .div_section_title,
  main#main_superdrive #div_desk .div_section_title,
  main#main_freedrive #div_desk .div_section_title,
  main#main_hinge #div_desk .div_section_title {
    font-size: 2rem;
  }
  main#main_neodrive #div_desk .div_section_title::before, main#main_neodrive #div_desk .div_section_title::after,
  main#main_superdrive #div_desk .div_section_title::before,
  main#main_superdrive #div_desk .div_section_title::after,
  main#main_freedrive #div_desk .div_section_title::before,
  main#main_freedrive #div_desk .div_section_title::after,
  main#main_hinge #div_desk .div_section_title::before,
  main#main_hinge #div_desk .div_section_title::after {
    width: 20px !important;
  }
  main#main_neodrive #div_desk .div_body_flex,
  main#main_superdrive #div_desk .div_body_flex,
  main#main_freedrive #div_desk .div_body_flex,
  main#main_hinge #div_desk .div_body_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main#main_neodrive #div_desk .div_body_flex .a_div,
  main#main_superdrive #div_desk .div_body_flex .a_div,
  main#main_freedrive #div_desk .div_body_flex .a_div,
  main#main_hinge #div_desk .div_body_flex .a_div {
    margin-bottom: 30px;
  }
  main#main_neodrive #div_screenbox,
  main#main_superdrive #div_screenbox,
  main#main_freedrive #div_screenbox,
  main#main_hinge #div_screenbox {
    padding: 0px !important;
  }
  main#main_neodrive #div_screendesk,
  main#main_superdrive #div_screendesk,
  main#main_freedrive #div_screendesk,
  main#main_hinge #div_screendesk {
    width: calc(100% - 40px) !important;
    height: calc(100% - 160px) !important;
    padding: 140px 20px 20px 20px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  main#main_neodrive #div_screendesk .div_product_catch,
  main#main_superdrive #div_screendesk .div_product_catch,
  main#main_freedrive #div_screendesk .div_product_catch,
  main#main_hinge #div_screendesk .div_product_catch {
    font-size: 2rem !important;
    width: calc(100% - 70px) !important;
  }
  main#main_neodrive #div_screendesk .div_product_name,
  main#main_superdrive #div_screendesk .div_product_name,
  main#main_freedrive #div_screendesk .div_product_name,
  main#main_hinge #div_screendesk .div_product_name {
    font-size: 2rem !important;
    width: calc(100% - 90px) !important;
  }
  main#main_neodrive #div_screendesk .img_product_main,
  main#main_neodrive #div_screendesk .img_product_graph,
  main#main_superdrive #div_screendesk .img_product_main,
  main#main_superdrive #div_screendesk .img_product_graph,
  main#main_freedrive #div_screendesk .img_product_main,
  main#main_freedrive #div_screendesk .img_product_graph,
  main#main_hinge #div_screendesk .img_product_main,
  main#main_hinge #div_screendesk .img_product_graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  main#main_neodrive #div_screendesk .div_product_infobar,
  main#main_superdrive #div_screendesk .div_product_infobar,
  main#main_freedrive #div_screendesk .div_product_infobar,
  main#main_hinge #div_screendesk .div_product_infobar {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin: 50px auto 0px auto !important;
  }
  main#main_neodrive #div_screendesk .div_product_infobar .div_info_box,
  main#main_superdrive #div_screendesk .div_product_infobar .div_info_box,
  main#main_freedrive #div_screendesk .div_product_infobar .div_info_box,
  main#main_hinge #div_screendesk .div_product_infobar .div_info_box {
    padding: 0px 20px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  main#main_neodrive #div_screendesk #popupClose,
  main#main_superdrive #div_screendesk #popupClose,
  main#main_freedrive #div_screendesk #popupClose,
  main#main_hinge #div_screendesk #popupClose {
    top: 90px !important;
    right: 0px !important;
  }
}

@media only screen and (max-width: 499px) {
  main#main_neodrive body,
  main#main_superdrive body,
  main#main_freedrive body,
  main#main_hinge body {
    overflow-x: hidden;
  }
  main#main_neodrive .img_section_heading,
  main#main_superdrive .img_section_heading,
  main#main_freedrive .img_section_heading,
  main#main_hinge .img_section_heading {
    margin-top: 100px;
  }
  main#main_neodrive #div_desk,
  main#main_superdrive #div_desk,
  main#main_freedrive #div_desk,
  main#main_hinge #div_desk {
    width: calc(100% - 60px);
    padding: 0px 30px;
  }
  main#main_neodrive #div_desk section,
  main#main_superdrive #div_desk section,
  main#main_freedrive #div_desk section,
  main#main_hinge #div_desk section {
    width: 100% !important;
  }
  main#main_neodrive #div_desk img,
  main#main_superdrive #div_desk img,
  main#main_freedrive #div_desk img,
  main#main_hinge #div_desk img {
    margin-left: auto;
    margin-right: auto;
  }
  main#main_neodrive #div_desk .div_section_title,
  main#main_superdrive #div_desk .div_section_title,
  main#main_freedrive #div_desk .div_section_title,
  main#main_hinge #div_desk .div_section_title {
    font-size: 1.6rem;
  }
  main#main_neodrive #div_desk .div_section_title::before, main#main_neodrive #div_desk .div_section_title::after,
  main#main_superdrive #div_desk .div_section_title::before,
  main#main_superdrive #div_desk .div_section_title::after,
  main#main_freedrive #div_desk .div_section_title::before,
  main#main_freedrive #div_desk .div_section_title::after,
  main#main_hinge #div_desk .div_section_title::before,
  main#main_hinge #div_desk .div_section_title::after {
    width: 20px !important;
  }
  main#main_neodrive #div_desk .div_body_flex,
  main#main_superdrive #div_desk .div_body_flex,
  main#main_freedrive #div_desk .div_body_flex,
  main#main_hinge #div_desk .div_body_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main#main_neodrive #div_desk .div_body_flex .a_div,
  main#main_superdrive #div_desk .div_body_flex .a_div,
  main#main_freedrive #div_desk .div_body_flex .a_div,
  main#main_hinge #div_desk .div_body_flex .a_div {
    margin-bottom: 30px;
  }
  main#main_neodrive #div_screenbox,
  main#main_superdrive #div_screenbox,
  main#main_freedrive #div_screenbox,
  main#main_hinge #div_screenbox {
    padding: 0px !important;
  }
  main#main_neodrive #div_screendesk,
  main#main_superdrive #div_screendesk,
  main#main_freedrive #div_screendesk,
  main#main_hinge #div_screendesk {
    width: calc(100% - 40px) !important;
    height: calc(100% - 160px) !important;
    padding: 140px 20px 20px 20px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  main#main_neodrive #div_screendesk .div_product_catch,
  main#main_superdrive #div_screendesk .div_product_catch,
  main#main_freedrive #div_screendesk .div_product_catch,
  main#main_hinge #div_screendesk .div_product_catch {
    font-size: 2rem !important;
    width: calc(100% - 70px) !important;
  }
  main#main_neodrive #div_screendesk .div_product_name,
  main#main_superdrive #div_screendesk .div_product_name,
  main#main_freedrive #div_screendesk .div_product_name,
  main#main_hinge #div_screendesk .div_product_name {
    font-size: 2rem !important;
    width: calc(100% - 90px) !important;
  }
  main#main_neodrive #div_screendesk .img_product_main,
  main#main_neodrive #div_screendesk .img_product_graph,
  main#main_superdrive #div_screendesk .img_product_main,
  main#main_superdrive #div_screendesk .img_product_graph,
  main#main_freedrive #div_screendesk .img_product_main,
  main#main_freedrive #div_screendesk .img_product_graph,
  main#main_hinge #div_screendesk .img_product_main,
  main#main_hinge #div_screendesk .img_product_graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  main#main_neodrive #div_screendesk .div_product_infobar,
  main#main_superdrive #div_screendesk .div_product_infobar,
  main#main_freedrive #div_screendesk .div_product_infobar,
  main#main_hinge #div_screendesk .div_product_infobar {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin: 50px auto 0px auto !important;
  }
  main#main_neodrive #div_screendesk .div_product_infobar .div_info_box,
  main#main_superdrive #div_screendesk .div_product_infobar .div_info_box,
  main#main_freedrive #div_screendesk .div_product_infobar .div_info_box,
  main#main_hinge #div_screendesk .div_product_infobar .div_info_box {
    padding: 0px 20px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  main#main_neodrive #div_screendesk #popupClose,
  main#main_superdrive #div_screendesk #popupClose,
  main#main_freedrive #div_screendesk #popupClose,
  main#main_hinge #div_screendesk #popupClose {
    top: 90px !important;
    right: 0px !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1366px) {
  #main_products .img_section_heading {
    margin: 80px auto 20px auto !important;
  }
  #main_products section {
    width: 100% !important;
    height: unset !important;
  }
  #main_products section .div_section_background {
    display: none !important;
  }
  #main_products section .div_desk,
  #main_products section .div_.for_right {
    width: calc(100% - 40px) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #main_products section .div_desk .div_section_title,
  #main_products section .div_.for_right .div_section_title {
    width: 100% !important;
    height: unset !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  #main_products section .div_desk .div_section_title .div_section_number,
  #main_products section .div_.for_right .div_section_title .div_section_number {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 1.6rem !important;
  }
  #main_products section .div_desk .div_section_title img,
  #main_products section .div_.for_right .div_section_title img {
    position: relative !important;
    height: 20px !important;
    top: unset !important;
    left: unset !important;
    margin: 30px auto !important;
    display: block !important;
  }
  #main_products section .div_desk .div_section_description,
  #main_products section .div_.for_right .div_section_description {
    width: 100% !important;
    font-size: 1.8rem !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  #main_products section .div_desk .div_section_ctab,
  #main_products section .div_.for_right .div_section_ctab {
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  #main_products section .div_desk .image_section_main,
  #main_products section .div_.for_right .image_section_main {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    width: 300px !important;
    display: block !important;
    margin: 30px auto !important;
  }
  #main_products #section_catchcopy > div {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media only screen and (max-width: 499px) {
  #main_products .img_section_heading {
    margin: 80px auto 20px auto !important;
  }
  #main_products section {
    width: 100% !important;
    height: unset !important;
  }
  #main_products section .div_section_background {
    display: none !important;
  }
  #main_products section .div_desk,
  #main_products section .div_.for_right {
    width: calc(100% - 40px) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #main_products section .div_desk .div_section_title,
  #main_products section .div_.for_right .div_section_title {
    width: 100% !important;
    height: unset !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  #main_products section .div_desk .div_section_title .div_section_number,
  #main_products section .div_.for_right .div_section_title .div_section_number {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 1.6rem !important;
  }
  #main_products section .div_desk .div_section_title img,
  #main_products section .div_.for_right .div_section_title img {
    position: relative !important;
    height: 20px !important;
    top: unset !important;
    left: unset !important;
    margin: 30px auto !important;
    display: block !important;
  }
  #main_products section .div_desk .div_section_description,
  #main_products section .div_.for_right .div_section_description {
    width: 100% !important;
    font-size: 1.8rem !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  #main_products section .div_desk .div_section_ctab,
  #main_products section .div_.for_right .div_section_ctab {
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  #main_products section .div_desk .image_section_main,
  #main_products section .div_.for_right .image_section_main {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    width: 300px !important;
    display: block !important;
    margin: 30px auto !important;
  }
  #main_products #section_catchcopy > div {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
/*# sourceMappingURL=products.css.map */