@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font: 14px/1.75 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, "YuGothic", "游ゴシック", Helvetica, Arial, sans-serif;
  letter-spacing: 1.5px;
  color: #333;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  background: #FFF;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

body.news {
  background: url("../images/back_gray.png");
  background-repeat: repeat;
  background-size: 100%;
}

body.pickup, .support, .download {
  background: url("../images/back_border.png");
  background-repeat: repeat;
  background-size: 100%;
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  text-decoration: underline;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.clear {
  clear: both;
}

.xl_only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .xl_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .xl_only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .xl_only {
    display: none;
  }
}

.md_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .md_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md_only {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .md_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sm_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sm_only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .sm_only {
    display: block;
  }
}

.inner {
  padding: 4% 12%;
}
@media screen and (max-width: 1366px) {
  .inner {
    padding: 4% 4%;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 4% 0%;
  }
}

img.main-image {
  width: 48%;
  z-index: 5;
  margin: 2%;
}
@media screen and (max-width: 420px) {
  img.main-image {
    width: 98%;
  }
}

img.title-image {
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 568px) {
  img.title-image {
    display: none;
  }
}

img.title-image-sp {
  width: 98%;
  z-index: 5;
  margin: 2%;
  display: none;
}
@media screen and (max-width: 568px) {
  img.title-image-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  img.sub-title-image {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  img.sub-title-image {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  img.sub-title-image {
    width: 64%;
  }
}

@media screen and (max-width: 1024px) {
  img.button-image {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  img.button-image {
    width: 28%;
  }
}
@media screen and (max-width: 420px) {
  img.button-image {
    width: 40%;
  }
}

a .button {
  color: #FFF;
  text-decoration: none;
}

a:hover .button {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

p {
  margin: 15px 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.6em;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

img {
  height: auto;
  max-width: 100%;
}

section.header {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  height: 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  section.header {
    position: relative;
  }
}
section.header .slicknav_menu {
  display: none;
}
section.header .menu_list_img {
  height: 26px;
}
section.header a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
section.header .nav {
  position: relative;
  top: 24px;
}
section.header .nav ul li {
  display: inline-block;
  margin-right: 24px;
}
section.header .nav ul li form {
  text-align: right;
  float: right;
}
section.header .nav ul li form #searchform {
  background-color: white;
  width: 200px;
  height: 20px;
  border: 1px green solid;
}
section.header .nav ul li form #searchform input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
section.header .nav ul li form #searchform input #s {
  width: 150px;
  border: none;
  border-right: 1px green solid;
}
section.header .nav ul li form button#searchsubmit {
  width: 50px;
  border: none;
}
section.header .nav ul li form button#searchsubmit ul li {
  background-color: #FFF;
  margin: 0.4%;
  display: inline-block;
}
section.header .product-button {
  display: inline-block;
  width: 240px;
  height: 24px;
  border: #4D9DC4 solid 1px;
  background-color: #4D9DC4;
  color: #FFF;
  vertical-align: middle;
  padding: 24px;
}
section.header .works-button {
  display: inline-block;
  width: 240px;
  height: 24px;
  border: #4D9DC4 solid 1px;
  background-color: #4D9DC4;
  color: #FFF;
  vertical-align: middle;
  padding: 24px;
}
section.header .img-wrap {
  display: block;
  border: #BABABA solid 1px;
  width: 160px;
  height: 96px;
  line-height: 96px;
}
section.header .img-wrap img.brandlist-image {
  width: 120px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  section.header .img-wrap img.brandlist-image {
    width: 80%;
  }
}
section.header .img-wrap .brandlist-text {
  font-size: 180%;
  font-family: Impact;
  color: #666;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  section.header .img-wrap .brandlist-text {
    font-size: 120%;
  }
}
@media screen and (max-width: 1366px) {
  section.header .top_logo_img {
    width: 80%;
  }
  section.header .nav ul li {
    margin-right: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  section.header {
    text-align: left;
    height: 48px;
  }
  section.header .top_logo_img {
    display: none;
  }
  section.header #gnav {
    display: none;
  }
  section.header .slicknav_menu {
    display: block;
    z-index: 9999;
  }
  section.header .top_logo_small {
    position: absolute;
    width: 16%;
    left: 42%;
    right: 42%;
  }
}
@media screen and (max-width: 800px) {
  section.header .top_logo_small {
    width: 20%;
    left: 40%;
    right: 40%;
  }
}
@media screen and (max-width: 768px) {
  section.header .top_logo_small {
    width: 24%;
    left: 38%;
    right: 38%;
  }
}
@media screen and (max-width: 420px) {
  section.header .top_logo_small {
    width: 40%;
    left: 30%;
    right: 30%;
  }
}

section.sub {
  color: #bbb;
  background-color: rgba(245, 245, 245, 0.9);
  position: fixed;
  top: 64px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1024px) {
  section.sub {
    position: absolute;
    top: 48px;
  }
}
section.sub .inner {
  padding: 0% 12%;
}
@media screen and (max-width: 1024px) {
  section.sub .inner {
    padding: 0.8% 2%;
  }
}
section.sub .inner #breadcrumb {
  text-align: left;
}

section.footer {
  background-color: #333;
  color: #fff;
  height: 8%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: 0px;
  letter-spacing: 1px;
}
section.footer a {
  text-decoration: none;
  color: #FFF;
}
section.footer a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
section.footer .nav {
  position: relative;
  padding-top: 2%;
}
section.footer .nav ul li {
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
}
section.footer .copyright {
  text-align: right;
  margin-right: 8%;
  margin-top: 2%;
  margin-bottom: 0.2%;
  vertical-align: middle;
}
section.footer .copyright p {
  clear: both;
  display: inline-block;
  vertical-align: middle;
}
section.footer .copyright p img {
  clear: both;
  margin-right: 8px;
}
@media screen and (max-width: 1366px) {
  section.footer .nav ul li {
    margin-right: 8px;
    font-size: 12px;
  }
  section.footer .nav ul li .bottom_logo_img {
    width: 88%;
  }
  section.footer .copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  section.footer {
    height: 200px;
  }
  section.footer .nav ul li {
    margin-right: 4px;
    font-size: 10px;
  }
  section.footer .nav ul li .bottom_logo_img {
    display: none;
  }
  section.footer .copyright {
    text-align: center;
    margin-right: 0%;
  }
  section.footer .copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  section.footer {
    height: 200px;
  }
  section.footer .copyright P img {
    display: block;
    font-size: 10px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

section#main .main {
  padding-top: 88px;
}
@media screen and (max-width: 1024px) {
  section#main .main {
    padding-top: 32px;
  }
}
@media screen and (max-width: 420px) {
  section#main .main {
    padding-top: 24px;
  }
}
section#main .main .inner {
  padding: 0% 12%;
}

section#products .main img.title-image {
  z-index: 5;
}
section#products .main .inner .title_wrap {
  position: relative;
}
section#products .main .inner .title_wrap .listpage {
  position: absolute;
  bottom: 48%;
  right: 8%;
  font-size: 96%;
  color: #4D9DC4;
}
section#products .main .inner .products {
  width: 100%;
}
section#products .main .inner .products .anchor_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-around;
  list-style: none;
}
section#products .main .inner .products .anchor_link .link_button {
  white-space: nowrap;
  display: block;
  min-width: 180px;
  min-height: 16px;
  margin: 8px;
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  section#products .main .inner .products .anchor_link .link_button {
    margin: 4px;
  }
}
@media screen and (max-width: 768px) {
  section#products .main .inner .products .anchor_link .link_button {
    min-width: 160px;
    margin: 2px;
    padding: 2px;
  }
}
section#products .main .inner .products .anchor_link .link_button {
  text-align: center;
  color: #fff;
  background-color: #4D9DC4;
}
section#products .main .inner .products .anchor_link a:hover {
  opacity: 0.8;
}
section#products .main .inner .products #anchor_top {
  display: block;
  position: fixed;
  bottom: 4%;
  right: 2%;
  white-space: nowrap;
  width: 140px;
  min-height: 16px;
  padding: 8px 0px 8px 16px;
}
@media screen and (max-width: 1024px) {
  section#products .main .inner .products #anchor_top {
    margin: 4px;
  }
}
@media screen and (max-width: 768px) {
  section#products .main .inner .products #anchor_top {
    margin: 2px;
  }
}
section#products .main .inner .products #anchor_top {
  text-align: center;
  color: #fff;
  background-color: #4D9DC4;
  opacity: 0;
  transition: all 1s ease;
}
section#products .main .inner .products #anchor_top.show {
  opacity: 1;
  transform: none;
  z-index: 10000;
}
section#products .main .inner .products #anchor_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2px;
  content: "\f102";
  font-size: 30px;
  color: #FFF;
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 16px;
}
section#products .main .inner .products .category_name {
  width: 100%;
  display: block;
  margin: 4% 2% 2% 2%;
  font-weight: bold;
  text-align: cneter;
  color: #4D9DC4;
  font-size: 240%;
}
section#products .main .inner .products a {
  text-decoration: none;
  display: block;
}
section#products .main .inner .products ul {
  width: 100%;
}
section#products .main .inner .products ul li {
  position: relative;
  background-color: #FFF;
  margin: 0.4%;
  padding: 0.8%;
  display: inline-block;
  width: 480px;
  min-height: 320px;
  vertical-align: top;
}
@media screen and (max-width: 568px) {
  section#products .main .inner .products ul li {
    min-height: 0px;
    margin-bottom: 0.8%;
    padding-bottom: 1.6%;
  }
}
@media screen and (max-width: 320px) {
  section#products .main .inner .products ul li {
    width: 240px;
  }
}
section#products .main .inner .products ul li .img-wrap {
  display: block;
  border: #BABABA solid 1px;
  margin: 2%;
}
section#products .main .inner .products ul li .img-wrap img.pickup-image {
  width: 240px;
  padding: 4%;
}
@media screen and (max-width: 768px) {
  section#products .main .inner .products ul li .img-wrap img.pickup-image {
    width: 200px;
  }
}
@media screen and (max-width: 568px) {
  section#products .main .inner .products ul li .img-wrap img.pickup-image {
    width: 180px;
  }
}
@media screen and (max-width: 320px) {
  section#products .main .inner .products ul li .img-wrap img.pickup-image {
    width: 160px;
  }
}
section#products .main .inner .products ul li .title {
  margin-left: 6%;
  font-weight: bold;
  text-align: left;
  color: #4D9DC4;
  font-size: 160%;
}
section#products .main .inner .products ul li .discription {
  width: 88%;
  margin-left: 4%;
  text-align: left;
}
section#products .main .inner .products ul li img.pickup-mark {
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 20px;
}
@media screen and (max-width: 568px) {
  section#products .main .inner .products ul .column {
    display: none;
  }
}

section#news .main {
  background: url("../images/back_gray.png");
  background-repeat: repeat;
  background-size: 100%;
  display: block;
  z-index: 1;
  width: 100%;
  margin: 0;
  position: relative;
}
section#news .main img.title-image {
  z-index: 5;
}
section#news .main .inner .title_wrap {
  position: relative;
}
section#news .main .inner .title_wrap .listpage {
  position: absolute;
  bottom: 48%;
  right: 8%;
  white-space: nowrap;
}
section#news .main .inner .newslist ul li {
  margin: 0.4% 4.8%;
  padding: 0.4% 4.8%;
  border-bottom: 1px solid #BABABA;
  text-align: left;
}
section#news .main .inner .newslist ul li span.date {
  width: 96px;
  /*margin-right: 16px*/
  /*margin-right: 0.8%*/
  word-wrap: break-word;
  font-weight: bold;
}
section#news .main .inner .newslist ul li span.lavel_new {
  text-align: center;
  display: inline-block;
  width: 112px;
  height: 24px;
  margin-left: 1.6%;
  margin-right: 1.6%;
  line-height: 24px;
  font-size: 12px;
  word-wrap: break-word;
  border: 1px solid #CE3B44;
  background-color: #CE3B44;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  section#news .main .inner .newslist ul li span.lavel_new {
    width: 96px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}
section#news .main .inner .newslist ul li span.lavel_event {
  text-align: center;
  display: inline-block;
  width: 112px;
  height: 24px;
  margin-left: 1.6%;
  margin-right: 1.6%;
  line-height: 24px;
  font-size: 12px;
  word-wrap: break-word;
  border: 1px solid #008045;
  background-color: #008045;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  section#news .main .inner .newslist ul li span.lavel_event {
    width: 96px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}
section#news .main .inner .newslist ul li span.lavel_support {
  text-align: center;
  display: inline-block;
  width: 112px;
  height: 24px;
  margin-left: 1.6%;
  margin-right: 1.6%;
  line-height: 24px;
  font-size: 12px;
  word-wrap: break-word;
  border: 1px solid #0C62A8;
  background-color: #0C62A8;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  section#news .main .inner .newslist ul li span.lavel_support {
    width: 96px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}
section#news .main .inner .newslist ul li a {
  text-decoration: none;
}
section#news .main .inner .newslist ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 420px) {
  section#news .main .inner .newslist ul li span.news {
    display: block;
  }
}

section#download .main {
  background: url("../images/back_border.png");
  background-repeat: repeat;
  background-size: 100%;
  display: block;
  z-index: 1;
  width: 100%;
  margin: 0;
  position: relative;
}
section#download .main img.title-image {
  z-index: 5;
}
section#download .main .inner .title_wrap {
  position: relative;
}
section#download .main .inner .title_wrap .listpage {
  position: absolute;
  bottom: 48%;
  right: 8%;
  font-size: 96%;
  color: #4D9DC4;
}
section#download .main .inner .downloads {
  width: 100%;
}
section#download .main .inner .downloads a {
  text-decoration: none;
  display: block;
}
section#download .main .inner .downloads ul li {
  position: relative;
  background-color: #FFF;
  margin: 0.4%;
  padding: 0.8%;
  display: inline-block;
  width: 320px;
  min-height: 320px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  section#download .main .inner .downloads ul li {
    width: 260px;
    margin-bottom: 0.8%;
    padding-bottom: 1.6%;
  }
}
@media screen and (max-width: 800px) {
  section#download .main .inner .downloads ul li {
    width: 240px;
  }
}
@media screen and (max-width: 568px) {
  section#download .main .inner .downloads ul li {
    min-height: 0px;
  }
}
@media screen and (max-width: 320px) {
  section#download .main .inner .downloads ul li {
    width: 240px;
  }
}
@media screen and (max-width: 420px) {
  section#download .main .inner .downloads ul li {
    width: 280px;
  }
}
section#download .main .inner .downloads ul li .img-wrap {
  display: block;
  border: #BABABA solid 1px;
  margin: 2%;
}
section#download .main .inner .downloads ul li .img-wrap img.download-image {
  width: 240px;
  padding: 4%;
}
@media screen and (max-width: 1024px) {
  section#download .main .inner .downloads ul li .img-wrap img.download-image {
    width: 216px;
  }
}
@media screen and (max-width: 800px) {
  section#download .main .inner .downloads ul li .img-wrap img.download-image {
    width: 200px;
  }
}
@media screen and (max-width: 568px) {
  section#download .main .inner .downloads ul li .img-wrap img.download-image {
    width: 180px;
  }
}
@media screen and (max-width: 320px) {
  section#download .main .inner .downloads ul li .img-wrap img.download-image {
    width: 160px;
  }
}
section#download .main .inner .downloads ul li .title {
  width: 80%;
  margin-left: 6%;
  font-weight: bold;
  text-align: left;
  color: #4D9DC4;
  font-size: 120%;
}
section#download .main .inner .downloads ul li .discription {
  width: 88%;
  margin-left: 4%;
  text-align: left;
}
section#download .main .inner .downloads ul li img.download-mark {
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 20px;
}
@media screen and (max-width: 568px) {
  section#download .main .inner .downloads ul .column {
    display: none;
  }
}