@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Roboto:100,100i,300,300i,400,400i");
/*
HTML
==================================================================*/
html {
  font-size: 62.5% !important;
  overflow-y: scroll;
}

body {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background-position: top 90px left 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  body {
    font-family: sans-serif;
    background-position: top left;
  }
}

header, footer, #relation, #breadcrumb {
  font-family: 'Noto Sans',Arial, Helvetica, Verdana, sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.font-ita {
  font-family: "Helvetica Neue", 'roboto', Arial, sans-serif !important;
  font-weight: 100 !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .font-ita {
    font-weight: 300 !important;
  }
}

.yumin {
  font-family: "Yu Mincho", "æ¸¸ææ", YuMincho, "æ¸¸ææä½", sans-serif;
  font-weight: 500;
}

.yuGo {
  font-family: "Yu Gothic", "æ¸¸ã´ã·ãã¯", YuGothic, "æ¸¸ã´ã·ãã¯ä½", sans-serif;
  font-weight: 500;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.pcObj {
  display: block !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .pcObj {
    display: none !important;
  }
}

.spObj {
  display: none !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .spObj {
    display: block !important;
  }
}

/*
MAC HACK
=================*/
.mac .font-ita {
  letter-spacing: 0.07em;
}

/*
æ¢å­htmlã¸ã®å¯¾å¿
==================================================================*/
header, footer {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header a, footer a {
  color: #000;
  font-size: 1.4rem;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

header a:hover, footer a:hover {
  text-decoration: none;
}

header a:hover img, footer a:hover img {
  opacity: 1 !important;
}

header p, footer p {
  margin: 0;
}

header ul, footer ul {
  margin: 0;
}

/*
æ±ç¨ç
==================================================================*/
.hover:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer a {
    font-size: 1.2rem;
  }
}

footer a:hover {
  opacity: .7;
}

.slide_menu a:hover {
  opacity: 1;
}

.arrow_link {
  padding-right: 16px;
  background-image: url(/common/images/icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 7px auto;
  display: inline-block;
}

.arrow_link:hover {
  color: #cccccf;
  background-position: 100% 50%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .arrow_link {
    background-size: 6px auto;
  }
}

footer .arrow_link {
  background-image: url(/common/images/icon_arrow01.png);
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .arrow_link {
    padding-right: 12px;
  }
}

/*
WRAPPER
==================================================================*/
#wrapper {
  width: 100%;
  padding: 139px 0 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper {
    padding-top: 60px;
  }
}

#container {
  width: 100%;
  padding: 125px 0 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #container {
    padding-top: 60px;
    overflow: hidden;
  }
}

.italic {
  font-style: italic;
}

/*
CONTENT
==================================================================*/
#content {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #content {
    width: auto;
    padding: 0;
  }
}

.page-navi-top {
  width: 960px;
  margin: 0 auto 20px;
}

#links {
  width: 960px;
  margin: 0 auto 30px;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pickup {
  width: 960px;
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
HEADER
==================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1100;
}

header .header_top {
  height: 70px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top {
    height: 60px;
    padding: 10px 20px 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

header .header_top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 1260px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top .inner {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

header .header_top .logo {
  width: 102px;
}

header .header_top .logo img {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top .logo {
    width: auto;
    height: 100%;
  }
  header .header_top .logo img {
    width: auto !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top .right_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62px;
  }
}

header .header_top .globalbtn {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top .globalbtn {
    display: block;
    width: 20px;
  }
}

header .header_top #navbtn {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top #navbtn {
    display: block;
    width: 5.33333%;
    width: 20px;
    padding-top: 20px;
    background-image: url(/common/images/menu_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  header .header_top #navbtn.opennav {
    background-image: url(/common/images/menu_btn_close.png);
  }
}

header .header_top_link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 90%;
  max-width: 1260px;
  height: 70px;
  margin: auto;
  pointer-events: none;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  header .header_top_link {
    left: 155px;
    width: auto;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top_link {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

header .header_top_link > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: auto;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top_link > ul {
    display: block;
    width: 89.33333%;
    margin: 9.33% auto 25%;
  }
}

header .header_top_link > ul li a {
  color: #000;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top_link > ul li a {
    font-size: 1.3rem;
  }
}

header .header_top_link > ul li + li {
  margin: 0 0 0 25px;
  margin: 0 0 0 2%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top_link > ul li + li {
    margin: 8.21% 0 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top_link .search {
    width: 100%;
  }
}

header .header_top_link .search input#search {
  max-width: 140px;
  min-width: 80px;
  width: 55.55556%;
  padding: 3px 0 2px 5px;
  border-width: 1px;
  border: 1px solid #cccccf;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .header_top_link .search input#search:focus {
  outline: none;
}

header .header_top_link .search input#search:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  header .header_top_link .search input#search {
    max-width: 80px;
    min-width: 40px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top_link .search input#search {
    width: 92.53731%;
    max-width: auto;
    max-width: initial;
    padding: 1.2% 0 1.2% 2%;
    border-radius: 1px;
    border: 1px solid #cccccf;
  }
}

header .header_top_link .search .btn_search {
  width: 16px;
  margin-left: 8px;
}

header .header_top_link .search .btn_search img {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_top_link .search .btn_search {
    width: 4.47761%;
    margin-left: 2%;
  }
}

header .header_top_link .search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .header_top_link .search .btn_search img,
header .header_top_link .search .world img {
  vertical-align: middle;
}

header .globalbtn {
  width: 23px;
  height: 23px;
  margin: 0 25px 0 40px;
  background-image: url(/common/images/icon_world.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  header .globalbtn {
    min-width: 23px;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  header .globalbtn {
    margin-left: 5px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .globalbtn {
    height: 20px;
    margin: 0;
  }
}

header .globalbtn.open {
  background-image: url(/common/images/menu_btn_close.png);
}

header .globalbtn:hover {
  opacity: .7;
}

header .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

header .closebtn img {
  width: 35px;
}

header .closebtn:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  header .header_bottom {
    display: block !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_bottom {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 1000;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
  }
  header .header_bottom.ddd {
    height: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_bottom > .inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

header .header_bottom .header_menu {
  width: 100%;
  height: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_bottom .header_menu {
    display: block;
  }
}

header .header_bottom .header_menu.first_menu .menu_item {
  width: 25%;
  background: #00000d;
  text-align: center;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_bottom .header_menu.first_menu .menu_item {
    width: 100%;
    padding: 0;
    -webkit-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
  }
}

header .header_bottom .header_menu.first_menu .menu_item > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_bottom .header_menu.first_menu .menu_item > a {
    text-align: left;
    padding: 0;
  }
}

header .header_bottom .header_menu.first_menu .menu_item > a > span {
  position: relative;
  display: inline-block;
  width: 120.55px;
  padding-left: 35px;
  background-image: url(/common/images/icon_acd.png);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  background-size: 15px auto;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_bottom .header_menu.first_menu .menu_item > a > span {
    width: 73.33333%;
    padding-left: 12.53%;
    background-position: center left 6.2%;
    background-size: 4% auto;
  }
}

header .header_bottom .header_menu.first_menu .menu_item > a > span img {
  width: 100%;
}

header .header_bottom .header_menu.first_menu .menu_item.active {
  background: #a59678;
}

header .header_bottom .header_menu.first_menu .menu_item.active > a > span {
  background-image: url(/common/images/icon_acd_on.png);
}

@media screen and (min-width: 768px) {
  header .header_bottom .header_menu.first_menu .menu_item:hover {
    background: #a59678;
  }
  header .header_bottom .header_menu.first_menu .menu_item:hover > a > span {
    background-image: url(/common/images/icon_acd_on.png);
  }
}

header .slide_menu {
  width: 0;
  color: #fff;
  position: absolute;
  top: 139px;
  left: 0;
  width: 0;
  height: calc(100vh - 139px);
  background: #413c38;
  border-top: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  header .slide_menu {
    display: block !important;
    height: calc(100vh - 139px) !important;
    opacity: 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .slide_menu {
    width: 100%;
    border: none;
    height: 0;
    position: static;
    background: #00000d;
  }
}

header .slide_menu .gnav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .slide_menu .gnav {
    display: block;
    height: auto;
  }
}

header .header_menu .slide_menu.open {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_menu .slide_menu.open {
    display: block;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .header_menu .slide_menu {
    overflow: hidden !important;
  }
  header .menu_item.active .slide_menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
  header .second_inner {
    overflow: hidden !important;
  }
  header .second_menu_item .third_menu {
    display: block !important;
    height: 0;
    overflow: hidden !important;
  }
  header .second_menu_item .third_menu .third_inner {
    visibility: hidden;
  }
  header .second_menu_item.active .third_menu .third_inner {
    visibility: visible;
  }
}

header .category_name {
  width: 30.71429vw;
  max-width: 430px;
  height: 100%;
  background: #00000d;
  padding-left: 2.14286vw !important;
  padding-right: 2.14286vw !important;
  padding-top: 42px;
  border-right: 1px solid #999;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .category_name {
    display: none;
  }
}

header .category_name span {
  font-size: 1.6rem;
}

header .category_name .italic {
  display: block;
  margin-bottom: 5px;
  font-size: 5.8rem;
  word-break: break-all;
}

header .subcategory {
  position: relative;
  display: block;
  width: 69.28571vw;
  height: 100%;
}

@media screen and (min-width: 768px) {
  header .subcategory {
    background-image: url(/common/images/bg_menu.png);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 1400px) {
  header .subcategory {
    width: calc(100vw - 430px);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .subcategory {
    width: 100%;
    height: auto;
    background: #33333d;
  }
}

header .second_menu {
  width: 400px;
  width: 28.92857vw;
  max-width: 405px;
  height: 100%;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  header .second_menu {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .second_menu {
    width: 100%;
    max-width: auto;
    max-width: initial;
    border: none;
  }
}

header .second_menu .second_inner {
  width: calc(100% + 18px);
  height: 100%;
  overflow-y: scroll;
}

header .second_menu .deviant-scrollbars > .os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: none;
  cursor: pointer;
}

header .second_menu .deviant-scrollbars > .os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: none;
}

header .second_menu .deviant-scrollbars > .os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle:before {
  background: #ccc;
}

header .second_menu .deviant-scrollbars > .os-scrollbar-vertical {
  width: calc(20px + 0.7vw);
  left: calc(28.92857vw - 20px - 0.7vw);
  max-width: calc(20px + 7px);
  padding: 0;
  transition: none;
}

@media screen and (min-width: 768px) and (min-width: 1400px) {
  header .second_menu .deviant-scrollbars > .os-scrollbar-vertical {
    left: calc(405px - 20px - 7px);
  }
}

header .slide_menu.global .deviant-scrollbars > .os-scrollbar-vertical {
  left: calc(375px - 20px - 7px);
}

header .second_menu .deviant-scrollbars > .os-scrollbar-vertical .os-scrollbar-handle {
  background: none;
  border-radius: 0;
}

header .slide_menu.global .deviant-scrollbars > .os-scrollbar-vertical .os-scrollbar-handle::before {
  left: 7px;
}

header .second_menu .deviant-scrollbars > .os-scrollbar-vertical .os-scrollbar-handle::before {
  width: 0.7vw;
  max-width: 7px;
  left: 11px;
  background-color: #7f7d82;
  transition: background-color 400ms ease;
  opacity: 1;
  top: 6px;
  border-radius: 25px;
  bottom: 6px;
}

@media screen and (min-width: 768px) {
  header .second_menu .second_inner {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .second_menu .second_inner {
    width: 100%;
    height: auto;
  }
}

header .second_menu ul {
  padding: 42px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .second_menu ul {
    padding: 0;
  }
}

header .second_menu .second_menu_item {
  -webkit-transition: background-color .4s ease-out;
  -o-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out;
}

header .second_menu .second_menu_item p {
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 1.8;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

header .second_menu .second_menu_item p:before {
  content: "";
  position: absolute;
  background: #a59678;
  display: block;
  width: 88%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

header .second_menu .second_menu_item p a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  header .second_menu .second_menu_item p a {
    display: block;
    padding: 4.5% 15% 4.5% 9%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .second_menu .second_menu_item p {
    padding: 4.0% 6%;
    font-size: 1.3rem;
  }
  header .second_menu .second_menu_item p:before {
    content: none;
  }
}

header .second_menu .second_menu_item.active p:before {
  opacity: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .second_menu .second_menu_item.active {
    background: #d2cabb;
    color: #000;
  }
}

header .second_menu .second_menu_item .italic {
  margin-bottom: 0.5%;
  font-size: 2.7rem;
  line-height: 1.0;
  word-break: break-all;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .second_menu .second_menu_item .italic {
    font-size: 2rem;
    margin: 0 0 1%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .menu_item02 .second_menu .second_menu_item p {
    padding: 4% 6%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .menu_item02 .second_menu .second_menu_item .italic {
    display: inline;
    margin: 0 1em 1% 0;
  }
}

header .third_menu {
  position: absolute;
  top: 0;
  left: 28.92857vw;
  width: 40.42857vw;
}

@media all and (-ms-high-contrast: none) {
  header .third_menu {
    margin-left: 28.92857vw;
    left: auto;
    top: 139px;
  }
}

@media screen and (min-width: 1400px) {
  header .third_menu {
    width: calc(100vw - 835px);
    left: 405px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  header .third_menu {
    margin-left: 405px;
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  header .third_menu {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 100%;
  }

  header .third_menu.open {
    position: fixed;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  header .third_menu {
    height: calc(100% - 139px);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .third_menu {
    width: 100%;
    height: auto;
    position: static;
    display: none;
    padding: 0;
    background: #e8e5dd;
  }
}

header .third_menu .third_inner {
  width: calc(100% + 18px);
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  header .third_menu .third_inner {
    height: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .third_menu .third_inner {
    width: 100%;
  }
}

header .third_menu ul {
  text-align: left;
  padding: 55px 6.13%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .third_menu ul {
    padding: 8% 6%;
  }
}

header .third_menu li + li {
  margin-top: 3.8vh;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .third_menu li + li {
    margin-top: 9.1%;
  }
}

header .third_menu li a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  header .third_menu li a {
    color: #00000d;
    font-size: 1.4rem;
  }
}

header .third_menu li a:hover {
  color: #a59678;
}

header .third_menu li .italic {
  display: block;
  font-size: 3.8rem;
}

.menu_item04 .second_menu.onecols,
.menu_item05 .second_menu.onecols {
  width: 100%;
  border: none;
  padding: 0;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .menu_item04 .second_menu.onecols,
  .menu_item05 .second_menu.onecols {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .menu_item04 .second_menu.onecols,
  .menu_item05 .second_menu.onecols {
    height: auto;
    padding: 0;
    -webkit-transition: .4 ease-out;
    -o-transition: .4 ease-out;
    transition: .4 ease-out;
  }
}

.menu_item04 .second_menu.onecols ul,
.menu_item05 .second_menu.onecols ul {
  padding: 55px 0 110px;
  text-align: left;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .menu_item04 .second_menu.onecols ul,
  .menu_item05 .second_menu.onecols ul {
    padding: 8% 6%;
  }
}

.menu_item04 .second_menu.onecols li,
.menu_item05 .second_menu.onecols li {
  padding: 0 6.13%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .menu_item04 .second_menu.onecols li,
  .menu_item05 .second_menu.onecols li {
    padding: 0;
  }
}

.menu_item04 .second_menu.onecols li + li,
.menu_item05 .second_menu.onecols li + li {
  margin-top: 3.8vh;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .menu_item04 .second_menu.onecols li + li,
  .menu_item05 .second_menu.onecols li + li {
    margin-top: 9.1%;
  }
}

.menu_item04 .second_menu.onecols li a,
.menu_item05 .second_menu.onecols li a {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .menu_item04 .second_menu.onecols li a,
  .menu_item05 .second_menu.onecols li a {
    font-size: 1.4rem;
  }
}

.menu_item04 .second_menu.onecols li a:hover,
.menu_item05 .second_menu.onecols li a:hover {
  color: #a59678;
}

@media screen and (min-width: 768px) {
  .menu_item02 .third_menu {
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .menu_item02 .third_menu:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 40.42857vw;
    background-position: bottom left;
    background-size: 95%;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) and (min-width: 1400px) {
  .menu_item02 .third_menu:before {
    width: calc(100vw - 835px);
  }
}

@media screen and (min-width: 768px) {
  .menu_item02 .subcategory.he_FlexScan .third_menu {
    background-image: url(/common/images/products/bg_menu_01.png);
    background-position: bottom right;
  }
  .menu_item02 .subcategory.hd_ColorEdge .third_menu {
    background-image: url(/common/images/products/bg_menu_02.png);
  }
  .menu_item02 .subcategory.hd_CuratOR .third_menu {
    background-image: url(/common/images/products/bg_menu_04.png);
    background-size: 70%;
    background-position: 60% 100%;
  }
  .menu_item02 .subcategory.hd_RadiForce .third_menu {
    background-image: url(/common/images/products/bg_menu_05.png);
  }
  .menu_item02 .subcategory.hd_DuraVision .third_menu {
    background-image: url(/common/images/products/bg_menu_06.png);
  }
  .menu_item02 .subcategory.hd_Raptor .third_menu {
    background-image: url(/common/images/products/bg_menu_07.png);
    background-position: top right;
  }
}

@media screen and (min-width: 768px) and (min-width: 1400px) {
  .menu_item02 .subcategory.hd_Raptor .third_menu {
    background-size: auto 100%;
  }
}

@media screen and (min-width: 768px) {
  .menu_item02 .subcategory.hd_FORIS .third_menu {
    background-image: url(/common/images/products/bg_menu_03.png);
    background-size: auto 100%;
    background-position: top center;
  }
}

@media screen and (min-width: 768px) and (min-width: 1400px) {
  .menu_item02 .subcategory.hd_FORIS .third_menu {
    background-position: top right;
  }
}

@media screen and (min-width: 768px) {
  .menu_item01 .subcategory:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 0;
  }
  .menu_item01 .subcategory.hd_sustainability:before {
    background-image: url(/common/images/solution/bg_menu_12.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_business:before {
    background-image: url(/common/images/solution/bg_menu_01.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_healthCare:before {
    background-image: url(/common/images/solution/bg_menu_03.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_creative:before {
    background-image: url(/common/images/solution/bg_menu_02.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_itSolutions:before {
    background-image: url(/common/images/solution/bg_menu_05.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_security:before {
    background-image: url(/common/images/solution/bg_menu_04.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_factory:before {
    background-image: url(/common/images/solution/bg_menu_07.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_public-facility:before {
    background-image: url(/common/images/solution/bg_menu_11.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_rugged:before {
    background-image: url(/common/images/solution/bg_menu_08.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_maritime:before {
    background-image: url(/common/images/solution/bg_menu_09.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_airTraffic:before {
    background-image: url(/common/images/solution/bg_menu_10.jpg);
    opacity: 1;
  }
  .menu_item01 .subcategory.hd_homeEnter:before {
    background-image: url(/common/images/solution/bg_menu_06.jpg);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  header .active .category_name {
    -webkit-animation: subNavLabelTween .4s ease-out both .4s;
    animation: subNavLabelTween .4s ease-out both .4s;
  }
  header .active .subcategory {
    -webkit-animation: subNavLabelTween .6s ease-out both .9s;
    animation: subNavLabelTween .6s ease-out both .9s;
  }
  header .active.second_menu_item .third_menu {
    -webkit-animation: subNavLabelTween03 .6s ease-out both .1s;
    animation: subNavLabelTween03 .6s ease-out both .1s;
  }
  header .active.second_menu_item .third_menu li {
    -webkit-animation: subNavLabelTween02 .6s ease-out both;
    animation: subNavLabelTween02 .6s ease-out both;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(16) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(17) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(18) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(19) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(20) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(21) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(22) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(23) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(24) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(25) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(26) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(27) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(28) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(29) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(30) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(31) {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(32) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(33) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(34) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(35) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(36) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(37) {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(38) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(39) {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
  }
  header .active.second_menu_item .third_menu li:nth-of-type(40) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  header .menu_item03.active .subcategory,
  header .menu_item04.active .subcategory,
  header .menu_item05.active .subcategory {
    -webkit-animation: subNavLabelTween02 .6s ease-out both .9s;
    animation: subNavLabelTween02 .6s ease-out both .9s;
  }
  header .menu_item03.active .subcategory .second_menu,
  header .menu_item04.active .subcategory .second_menu,
  header .menu_item05.active .subcategory .second_menu {
    -webkit-animation: subNavLabelTween03 .6s ease-out both .9s;
    animation: subNavLabelTween03 .6s ease-out both .9s;
  }
  header .menu_item03.active .subcategory li,
  header .menu_item04.active .subcategory li,
  header .menu_item05.active .subcategory li {
    -webkit-animation: subNavLabelTween02 .6s ease-out both .9s;
    animation: subNavLabelTween02 .6s ease-out both .9s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(1),
  header .menu_item04.active .subcategory li:nth-of-type(1),
  header .menu_item05.active .subcategory li:nth-of-type(1) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(2),
  header .menu_item04.active .subcategory li:nth-of-type(2),
  header .menu_item05.active .subcategory li:nth-of-type(2) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(3),
  header .menu_item04.active .subcategory li:nth-of-type(3),
  header .menu_item05.active .subcategory li:nth-of-type(3) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(4),
  header .menu_item04.active .subcategory li:nth-of-type(4),
  header .menu_item05.active .subcategory li:nth-of-type(4) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(5),
  header .menu_item04.active .subcategory li:nth-of-type(5),
  header .menu_item05.active .subcategory li:nth-of-type(5) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(6),
  header .menu_item04.active .subcategory li:nth-of-type(6),
  header .menu_item05.active .subcategory li:nth-of-type(6) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(7),
  header .menu_item04.active .subcategory li:nth-of-type(7),
  header .menu_item05.active .subcategory li:nth-of-type(7) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(8),
  header .menu_item04.active .subcategory li:nth-of-type(8),
  header .menu_item05.active .subcategory li:nth-of-type(8) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(9),
  header .menu_item04.active .subcategory li:nth-of-type(9),
  header .menu_item05.active .subcategory li:nth-of-type(9) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(10),
  header .menu_item04.active .subcategory li:nth-of-type(10),
  header .menu_item05.active .subcategory li:nth-of-type(10) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(11),
  header .menu_item04.active .subcategory li:nth-of-type(11),
  header .menu_item05.active .subcategory li:nth-of-type(11) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(12),
  header .menu_item04.active .subcategory li:nth-of-type(12),
  header .menu_item05.active .subcategory li:nth-of-type(12) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(13),
  header .menu_item04.active .subcategory li:nth-of-type(13),
  header .menu_item05.active .subcategory li:nth-of-type(13) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(14),
  header .menu_item04.active .subcategory li:nth-of-type(14),
  header .menu_item05.active .subcategory li:nth-of-type(14) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(15),
  header .menu_item04.active .subcategory li:nth-of-type(15),
  header .menu_item05.active .subcategory li:nth-of-type(15) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(16),
  header .menu_item04.active .subcategory li:nth-of-type(16),
  header .menu_item05.active .subcategory li:nth-of-type(16) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(17),
  header .menu_item04.active .subcategory li:nth-of-type(17),
  header .menu_item05.active .subcategory li:nth-of-type(17) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(18),
  header .menu_item04.active .subcategory li:nth-of-type(18),
  header .menu_item05.active .subcategory li:nth-of-type(18) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(19),
  header .menu_item04.active .subcategory li:nth-of-type(19),
  header .menu_item05.active .subcategory li:nth-of-type(19) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(20),
  header .menu_item04.active .subcategory li:nth-of-type(20),
  header .menu_item05.active .subcategory li:nth-of-type(20) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(21),
  header .menu_item04.active .subcategory li:nth-of-type(21),
  header .menu_item05.active .subcategory li:nth-of-type(21) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(22),
  header .menu_item04.active .subcategory li:nth-of-type(22),
  header .menu_item05.active .subcategory li:nth-of-type(22) {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(23),
  header .menu_item04.active .subcategory li:nth-of-type(23),
  header .menu_item05.active .subcategory li:nth-of-type(23) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(24),
  header .menu_item04.active .subcategory li:nth-of-type(24),
  header .menu_item05.active .subcategory li:nth-of-type(24) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(25),
  header .menu_item04.active .subcategory li:nth-of-type(25),
  header .menu_item05.active .subcategory li:nth-of-type(25) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(26),
  header .menu_item04.active .subcategory li:nth-of-type(26),
  header .menu_item05.active .subcategory li:nth-of-type(26) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(27),
  header .menu_item04.active .subcategory li:nth-of-type(27),
  header .menu_item05.active .subcategory li:nth-of-type(27) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(28),
  header .menu_item04.active .subcategory li:nth-of-type(28),
  header .menu_item05.active .subcategory li:nth-of-type(28) {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(29),
  header .menu_item04.active .subcategory li:nth-of-type(29),
  header .menu_item05.active .subcategory li:nth-of-type(29) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
  }
  header .menu_item03.active .subcategory li:nth-of-type(30),
  header .menu_item04.active .subcategory li:nth-of-type(30),
  header .menu_item05.active .subcategory li:nth-of-type(30) {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
  }
  header .global .third_menu.open {
    -webkit-animation: subNavLabelTween03 .6s ease-out both;
    animation: subNavLabelTween03 .6s ease-out both;
  }
}

@-webkit-keyframes slidemenu {
  0% {
    opacity: 0;
    width: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
}

@keyframes slidemenu {
  0% {
    opacity: 0;
    width: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
}

@-webkit-keyframes subNavLabelTween {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
  }
}

@keyframes subNavLabelTween {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
  }
}

@-webkit-keyframes subNavLabelTween02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    visibility: hidden;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}

@keyframes subNavLabelTween02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    visibility: hidden;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}

@-webkit-keyframes subNavLabelTween03 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes subNavLabelTween03 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes hd {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes hd {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes hd {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .global.slide_menu {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu {
    position: fixed;
    display: block;
    left: 0;
    top: 60px;
    width: 100%;
    overflow: hidden;
    z-index: 1002;
    height: 0;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-transition: height .4s ease-out;
    -o-transition: height .4s ease-out;
    transition: height .4s ease-out;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu.ddd {
    z-index: 1002;
    height: 100%;
  }
  .global.slide_menu.ddd .gnav {
    visibility: visible;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .global.slide_menu.open {
    width: 100%;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .gnav {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    visibility: hidden;
    display: block;
  }
}

.global.slide_menu .subcategory {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .global.slide_menu .subcategory {
    background-size: auto,100%;
    background-position: center top 75px , right top;
    background-image: url(/common/images/bg_global.png), url(/common/images/bg_menu.png);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .subcategory {
    width: 100%;
    height: auto;
    background: #00000d;
    overflow: hidden;
  }
}

.global.slide_menu .slidemore {
  height: 100%;
}

.global.slide_menu .second_menu {
  width: 375px;
  height: 100%;
  border-right: 1px solid #999;
}

@media screen and (min-width: 768px) {
  .global.slide_menu .second_menu {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .second_menu {
    width: 100%;
  }
}

.global.slide_menu .second_menu .italic {
  font-size: 5.8rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .second_menu .italic {
    font-size: 2.4rem;
  }
}

.global.slide_menu .second_menu .second_title {
  margin: 0;
  padding-top: 50px;
  padding-left: 9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .second_menu .second_title {
    margin: 0;
    padding: 3.0% 6%;
  }
}

.global.slide_menu .second_menu .second_menu_item p {
  position: relative;
  z-index: 10;
  padding: 4.5% 15% 4.5% 9%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .second_menu .second_menu_item p {
    padding: 4.0% 6%;
  }
}

.global.slide_menu .second_menu .second_menu_item p:before {
  width: 88%;
}

.global.slide_menu .second_menu .second_menu_item .italic {
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .second_menu .second_menu_item .italic {
    font-size: 2.4rem;
  }
}

.global.slide_menu .third_menu {
  width: calc(100% - 375px);
  left: 375px;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .global.slide_menu .third_menu {
    margin-left: 375px;
    left: auto;
    height: calc(100% - 139px);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .third_menu {
    width: 100%;
    height: 0;
    background: #33333d;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .third_menu li a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .global.slide_menu .subcategory {
    margin-bottom: 20%;
  }
}

@media screen and (min-width: 768px) {
  .global.open.slide_menu .subcategory {
    -webkit-animation: subNavLabelTween .4s ease-out both .4s;
    animation: subNavLabelTween .4s ease-out both .4s;
  }
}

@media screen and (min-width: 768px) {
  .global.open.slide_menu .slidemore {
    -webkit-animation: subNavLabelTween02 .6s ease-out both .9s;
    animation: subNavLabelTween02 .6s ease-out both .9s;
  }
}

/*
PAGETOP
==================================================================*/
#pagetop {
  position: fixed;
  right: 130px;
  bottom: 60px;
  width: 40px;
  visibility: hidden;
  z-index: 1000;
  opacity: 0;
}

#pagetop img {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #pagetop {
    width: 9.33333%;
    right: 5.33%;
    bottom: 6%;
  }
}

#pagetop.stop {
  position: absolute;
  bottom: auto;
  top: -80px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #pagetop.stop {
    top: -26%;
  }
}

#breadcrumbs + footer #pagetop.stop {
  top: -90px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #breadcrumbs + footer #pagetop.stop {
    top: -80%;
  }
}

#relation + #breadcrumbs + footer #pagetop.stop {
  top: -86px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #relation + #breadcrumbs + footer #pagetop.stop {
    top: -80%;
  }
}

.page-navi-top {
  display: none;
}

/*
RELATION
==================================================================*/
#relation {
  padding: 0;
  margin: 40px 0;
  height: auto;
  display: block !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #relation {
    margin: 10px 0;
  }
}

#relation .inner {
  position: relative;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #relation .inner {
    width: 92%;
    margin: 0 auto;
  }
}

#relation .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#relation .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#relation .swiper-slide a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  display: block;
  z-index: 0;
}

#relation .swiper-slide a img {
  width: 100%;
}

#relation .swiper-slide a:hover {
  opacity: .7;
}

#relation .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 3% 3%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  line-height: 1.2;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #relation .swiper-slide p {
    padding: 4% 3% 1% 3%;
    font-size: 1.2rem;
  }
}

#relation .swiper-button-next,
#relation .swiper-button-prev {
  width: auto;
  height: auto;
  top: 2.1vw;
  margin: 0;
  background: none;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 3.57143vw;
  max-width: 50px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #relation .swiper-button-next,
  #relation .swiper-button-prev {
    width: 7.33333vw;
    height: 7.33333vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

#relation .swiper-button-next:hover,
#relation .swiper-button-prev:hover {
  opacity: .7;
}

#relation .swiper-button-next img,
#relation .swiper-button-prev img {
  width: 100%;
}

#relation .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #relation .swiper-button-next {
    right: -4%;
  }
}

#relation .swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #relation .swiper-button-prev {
    left: -4%;
  }
}

/*
BREADCRUMBS
==================================================================*/
#breadcrumbs {
  position: static !important;
  width: 100%;
  background-color: #efefef;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#breadcrumbs > ul {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#breadcrumbs > ul:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 100%;
  background-image: url(/common/images/icon_home.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #breadcrumbs > ul:before {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #breadcrumbs > ul {
    width: 96%;
    padding: 2% 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#breadcrumbs > ul > li {
  font-size: 1.3rem;
}

#breadcrumbs > ul > li a {
  color: #000;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#breadcrumbs > ul > li a:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #breadcrumbs > ul > li {
    display: inline;
    font-size: 1rem !important;
  }
}

/*
FOOTER
==================================================================*/
footer {
  width: 100%;
  background: #00000d;
  position: relative;
  color: #cccccf;
}

footer a {
  color: #cccccf;
}

footer .inner {
  width: 94.28571%;
  margin: 0 auto;
  max-width: 1320px;
  padding: 50px 0 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .inner {
    width: 89.33333%;
    padding: 8.96% 0 7.91%;
  }
}

footer .footer_menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_menu {
    display: none;
  }
}

footer .footer_menu .menu_item {
  width: 170px;
}

footer .footer_menu .menu_item + .menu_item {
  margin-left: 80px;
}

footer .footer_menu .menu_item dt {
  font-size: 1.4rem;
  margin-bottom: 28px;
  font-weight: bold;
}

footer .footer_menu .menu_item dd {
  line-height: 1.5;
}

footer .footer_menu .menu_item dd a {
  color: #cccccf;
  font-size: 1.4rem;
}

footer .footer_menu .menu_item dd + dd {
  margin-top: 17px;
}

footer .footer_sns {
  margin: 20px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_sns {
    margin: 0 0 7.26%;
  }
}

footer .footer_sns_text {
  width: 342px;
  margin: 0 0 15px auto;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_sns_text {
    width: auto;
    margin: 0 0 1.8rem 5%;
    font-size: 2.5rem;
  }
}

footer .footer_sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_sns ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer_sns ul li {
  height: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_sns ul li {
    height: auto;
  }
}

footer .footer_sns ul li + li {
  margin-left: 28px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_sns ul li + li {
    margin-left: 8.21%;
  }
}

footer .footer_sns ul li img {
  height: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_sns ul li img {
    height: auto;
  }
}

footer .footer_btm {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #66666e;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_btm {
    display: block;
    border: none;
    padding: 0;
  }
}

footer .footer_btm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_btm ul {
    width: 100%;
    padding-bottom: 2.24%;
    margin-bottom: 3.24%;
    border-bottom: 1px solid #66666e;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_btm ul li {
    margin-bottom: 1.49%;
  }
}

footer .footer_btm ul li + li {
  margin-left: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_btm ul li + li {
    margin-left: 0;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  footer .footer_btm .copyright {
    font-size: 1rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .footer_sns ul .sns_rss {
    width: 7.16418%;
  }
  .footer_sns ul .sns_in {
    width: 7.76119%;
  }
  .footer_sns ul .sns_fb {
    width: 7.16418%;
  }
  .footer_sns ul .sns_tw {
    width: 8.95522%;
  }
  .footer_sns ul .sns_yt {
    width: 10.29851%;
  }
  .footer_sns ul .sns_inst {
    width: 7.46269%;
  }
}

/*
åå¥å¯¾å¿
==================================================================*/
@media screen and (min-width: 768px) {
  body.products {
    background-position: center 25px;
  }
}

body.products #links .link_single {
  width: 890px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  body.solutions {
    background-position: center 49px;
  }
}

body.solutions .link_single#contact {
  width: 890px;
  margin-bottom: 0.5em;
}

body.solutions #links .link_single {
  width: 890px;
  margin-bottom: 0.5em;
}

body.solutions #solution_banner_solutions_body ul li {
  list-style: none;
}

body.solutions #solution_banner_solutions #solution_banner_solutions_body li {
  margin: 0 10px 0 0;
}

body.solutions #center {
  margin-bottom: 50px;
}

#headerbox {
  text-align: center;
}

#headerbox + #content {
  padding: 0;
}

body.registration .notes-frame {
  line-height: 1.5;
}

body.support .notes-frame {
  line-height: 1.5;
}

body.industry .notes-frame {
  line-height: 1.5;
}

body #center {
  margin-bottom: 100px;
}

body.guide table {
  border: 1px solid;
  border-color: gray !important;
}

body.company table {
/*  word-break: break-all; */
}

#open_fancybox.recruit,
#open_fancybox.eizolibrary,
#open_fancybox.products {
  background-color: #fff;
  background-position: top left;
}

#open_fancybox.recruit header,
#open_fancybox.eizolibrary header,
#open_fancybox.products header {
  display: none;
}

#open_fancybox.recruit footer,
#open_fancybox.eizolibrary footer,
#open_fancybox.products footer {
  display: none;
}

#open_fancybox.recruit #container,
#open_fancybox.eizolibrary #container,
#open_fancybox.products #container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #open_fancybox.recruit #container,
  #open_fancybox.eizolibrary #container,
  #open_fancybox.products #container {
    width: auto;
  }
}

#open_fancybox.recruit #center,
#open_fancybox.eizolibrary #center,
#open_fancybox.products #center {
  margin-bottom: 0;
}

#open_fancybox.recruit #content,
#open_fancybox.eizolibrary #content,
#open_fancybox.products #content {
  width: 100%;
  padding: 0;
}

body #content {
  line-height: 1.5;
}

.casestudies_btm_bnr {
  width: 960px;
  margin: 50px auto !important;
}

@media screen and (max-width:480px) {
  .casestudies_btm_bnr {
    margin-top: 0 !important;
  }
}

p + .casestudies_btm_bnr {
  margin: 20px auto 50px !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .casestudies_btm_bnr {
    width: 100%;
  }
}

.foris_nav {
  width: 960px;
  margin: 0.5em auto;
}

/*
åå
=================================================*/
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  body.products #content img {
    position: initial !important;
    margin: auto !important;
    width: auto;
    height: auto;
    max-width: auto;
    max-width: initial;
  }
  body.products #content #main_visual {
    height: 150px !important;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.products #content #main_visual img {
    width: 100%;
    max-width: 100%;
  }
  body.products #content .comparison .purchase > a {
    font-size: 16px;
  }
  body.products #content strong,
  body.products #content strong span {
    word-break: break-word;
  }
  body.products #content #center {
    margin-bottom: 50px;
  }
  body.products #links img {
    position: initial !important;
    margin: auto !important;
    width: auto;
    height: auto;
    max-width: auto;
    max-width: initial;
  }
  body.products #links .link_single {
    width: auto;
    margin: 0;
  }
  body.products #relation + #breadcrumbs + footer #pagetop.stop {
    top: -86%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: landscape) and (max-width: 767px) and (orientation: landscape) {
  .products .product_finder_main_visual .main_visual_item {
    position: static;
  }
}

/*=======================================================
PRINT
=========================================================*/
@media print {
  header {
    display: none;
  }
  #wrapper {
    padding: 0;
  }
  #container {
    padding: 0;
  }
}