html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  background-color: #ffffff;
  background-position: 50% 0;
  color: #2a2a2a;
  font-family: 'Roboto','Noto Sans Japanese','Yu Gothic','YuGothic','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
	height: 100%;
	width: 100%;
}

a {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.01em;
}

img {
  vertical-align: bottom;
}

.sp_none {display: none;}






#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

#header {
  display: none;
}

#hero {
  position: relative;
  width: 100%;
  padding-top: 355px;
  background-color: #f1f5f8;
  background-image: url(../img/hero_bk.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

#hero .bk_wrapper {
  display: none;
}

#hero .duel_logo {
  position: absolute;
  display: block;
  width: 82px;
  height: 40px;
  top: 20px;
  left: 20px;
  background-image: url(../img/hero_duellogo.png);
  z-index: 3;
  font-size: 0;
}

#hero h1 {
  position: absolute;
  display: block;
  width: 291px;
  height: 184px;
  top: 70px;
  left: 7px;
  z-index: 2;
  font-size: 0;
}

#hero h1 .next {
  position: absolute;
  display: block;
  width: 249px;
  height: 68px;
  top: 12px;
  left: 15px;
  background-image: url(../img/hero_logo_layer_02.png);
}

#hero h1 .next span {
  position: absolute;
  display: block;
  width: 249px;
  height: 68px;
  top: 0;
  left: 0;
  content: "";
}

#hero h1 .next span:nth-of-type(1) {
  background-image: url(../img/hero_logo_layer_06.png);
}

#hero h1 .next span:nth-of-type(2) {
  background-image: url(../img/hero_logo_layer_07.png);
}

#hero h1 .next span:nth-of-type(3) {
  background-image: url(../img/hero_logo_layer_05.png);
}

#hero h1 .next span:nth-of-type(4) {
  background-image: url(../img/hero_logo_layer_08.png);
}

#hero h1 .hardcore {
  position: absolute;
  display: block;
  width: 264px;
  height: 50px;
  top: 87px;
  left: 14px;
  background-image: url(../img/hero_logo_layer_03.png);
}

#hero h1 .sw {
  position: absolute;
  display: block;
  width: 159px;
  height: 26px;
  top: 145px;
  left: 13px;
  background-image: url(../img/hero_logo_layer_04.png);
}

#hero h1 .shadow {
  position: absolute;
  display: block;
  width: 291px;
  height: 184px;
  top: 0;
  left: 0;
  background-image: url(../img/hero_logo_layer_01.png);
}

#hero h2 {
  position: absolute;
  display: block;
  width: 29px;
  height: 589px;
  top: 0px;
  right: 0;
  background-image: url(../img/hero_copy_bk.png);
  z-index: 50;
  font-size: 0;
}

#hero h2 span {
  display: block;
  width: 29px;
  height: 373px;
  margin-top: 70px;
  background-image: url(../img/hero_copy.png);
}

#hero p {
  position: absolute;
  display: block;
  top: 260px;
  left: 20px;
  z-index: 2;
}

#hero p .text {
  position: relative;
  display: block;
  height: 13px;
  margin-bottom: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#hero p .text span {
  position: absolute;
  display: block;
  width: 100%;
  height: 13px;
  top: 0;
  right: 0;
  background-color: #fff;
}

#hero p .text_01 {
  width: 173px;
  background-image: url(../img/hero_text_01.png);
}

#hero p .text_02 {
  width: 177px;
  background-image: url(../img/hero_text_02.png);
}

#hero p .text_03 {
  width: 145px;
  background-image: url(../img/hero_text_03.png);
}

#hero p .text_04 {
  width: 172px;
  background-image: url(../img/hero_text_04.png);
}

#hero #hero_slider {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

#hero .menu_toggle {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

#hero #hero_slider_sp {
  position: relative;
  width: 100%;
}

#hero #hero_slider_sp:after {
  content: "";
  display: block;
  padding-top: 82.35%;
}

#hero #hero_slider_sp.slick-initialized:after {
  display: none;
}

#hero #hero_slider_sp img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero #hero_slider_sp img:first-child {
  z-index: 4;
}

#hero #sns {
  margin: 0 20px 20px;
}

#hero #sns li {
  float: left;
  display: inline-block;
  padding-right: 5px;
}

#hero #sns li.tw {
  padding-top: 5px;
}

#hero #sns:after {
  display: block;
  clear: both;
  content: "";
}

#hero:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: -1px;
  z-index: 10;
  background-image: url(../img/hero_footer_bk.png);
  background-repeat: no-repeat;
  background-position: 90% 100%;
  content: "";
}

#products {
  position: relative;
}

#products > .inner {
  padding: 15px 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
}

#products .product {
  position: relative;
  width: 100%;
  z-index: 2;
}

#products .product.active .lower {
  display: block !important;
}

#products .product .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

#products .product .wrapper .upper {
  position: relative;
  padding: 10px;
  background-color: #fff;
}

#products .product .wrapper .upper .thumbnail {
  position: relative;
  padding: 40px 0 0;
  background-image: url(../img/item_thumbnail_bk.png);
  background-position: 100% 50%;
  background-size: 125%;
  background-repeat: no-repeat;
}

#products .product .wrapper .upper .thumbnail img {
  width: 100%;
  height: auto;
}

#products .product .wrapper .upper .thumbnail[data-itemno="1"] {
  background-image: url(../img/item_thumbnail_bk_01.png);
}

#products .product .wrapper .upper .thumbnail[data-itemno="2"] {
  background-image: url(../img/item_thumbnail_bk_02.png);
}

#products .product .wrapper .upper .thumbnail[data-itemno="3"] {
  background-image: url(../img/item_thumbnail_bk_03.png);
}

#products .product .wrapper .upper .thumbnail[data-itemno="4"] {
  background-image: url(../img/item_thumbnail_bk_04.png);
}

#products .product .wrapper .upper .thumbnail[data-itemno="5"] {
  background-image: url(../img/item_thumbnail_bk_05.png);
}

#products .product .wrapper .upper .thumbnail[data-itemno="7"] {
  background-image: url(../img/item_thumbnail_bk_06.png);
}

#products .product .wrapper .upper .thumbnail[data-itemno="6"] {
  background-image: url(../img/item_thumbnail_bk_07.png);
}

#products .product .wrapper .upper .thumbnail[data-itemno="8"] {
  background-image: url(../img/item_thumbnail_bk_08.png);
}

#products .product .wrapper .upper h1 {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 0 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

#products .product .wrapper .upper h1 strong {
  display: block;
  padding-top: 2px;
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
}

#products .product .wrapper .upper h1:after {
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: -7px;
  left: 5px;
  background-color: #222;
  content: "";
}

#products .product .wrapper .upper h2 {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 118px;
  height: 38px;
  font-size: 0;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

#products .product .wrapper .upper h2[data-onsale="1705"] {
  background-image: url(../img/item_onsale_01.png);
}

#products .product .wrapper .upper h2[data-onsale="1706"] {
  background-image: url(../img/item_onsale_02.png);
}

#products .product .wrapper .upper h2[data-onsale="1710"] {
  background-image: url(../img/item_onsale_03.png);
}

#products .product .wrapper .upper h2[data-onsale="1803"] {
  background-image: url(../img/item_onsale_04.png);
}

#products .product .wrapper .upper h2[data-onsale="1804"] {
  background-image: url(../img/item_onsale_05.png);
}

#products .product .wrapper .upper h2[data-onsale="1903"] {
  background-image: url(../img/item_onsale_06.png);
}

#products .product .wrapper .upper h2[data-onsale="1903"] {
  background-image: url(../img/item_onsale_06.png);
}

#products .product .wrapper .upper h2[data-onsale="1908"] {
  background-image: url(../img/item_onsale_08.png);
}

#products .product .wrapper .upper p {
  padding: 5px 0 0 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

#products .product .wrapper .upper .circle_down {
  display: none;
}

#products .product .wrapper .upper .arrow_down {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 15px;
  background-color: #004eb9;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../img/item_btn_open.png);
  font-size: 0;
}

#products .product .wrapper .lower {
  display: none;
  background-color: #004eb9;
  padding: 10px 15px 50px;
  z-index: 2;
}

#products .product .wrapper .lower > .inner .main .feature .header h1 {
  padding: 0 0 15px;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 0 #000;
}

#products .product .wrapper .lower > .inner .main .feature .header h1 img {
  display: none;
}

#products .product .wrapper .lower > .inner .main .feature .article {
  padding-bottom: 20px;
  text-align: center;
}

#products .product .wrapper .lower > .inner .main .feature .article h2 {
  padding: 4px 0 4px;
  border: 1px solid #fff;
  background-color: #ff0000;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-position: 50% 50%;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#products .product .wrapper .lower > .inner .main .feature .article p {
  padding: 10px 5px 0;
  color: #fff;
  font-size: 13px;
  line-height: 180%;
  text-align: left;
}

#products .product .wrapper .lower > .inner .main .feature .article p br {
  display: none;
}

#products .product .wrapper .lower > .inner .main .feature .article p:after {
  display: block;
  clear: both;
  content: "";
}

#products .product .wrapper .lower > .inner .main .feature .article img {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px 5px 0;
}

#products .product .wrapper .lower > .inner .main .gallery {
  padding: 10px 0 0;
}

#products .product .wrapper .lower > .inner .main .gallery .header {
  position: relative;
  margin: 10px 0 12px;
  padding-bottom: 8px;
}

#products .product .wrapper .lower > .inner .main .gallery .header h1 {
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
}

#products .product .wrapper .lower > .inner .main .gallery .header:after {
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
}

#products .product .wrapper .lower > .inner .main .gallery a {
  position: relative;
  display: block;
  float: left;
  width: 49%;
  padding-bottom: 12px;
}

#products .product .wrapper .lower > .inner .main .gallery a:nth-of-type(2n+1) {
  margin-right: 2%;
}

#products .product .wrapper .lower > .inner .main .gallery a img {
  width: 100%;
  height: auto;
}

#products .product .wrapper .lower > .inner .main .gallery a h2 {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}

#products .product .wrapper .lower > .inner .main .gallery a.new:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #e67e22 transparent transparent transparent;
  content: "";
  z-index: 2;
}

#products .product .wrapper .lower > .inner .main .gallery a.new:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  left: 2px;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  text-shadow: #e67e22 1px 1px 0px, #e67e22 -1px 1px 0px,
 #e67e22 1px -1px 0px, #e67e22 -1px -1px 0px;
  content: "NEW";
  z-index: 3;
}

#products .product .wrapper .lower > .inner .main .gallery:after {
  display: block;
  clear: both;
  content: "";
}

#products .product .wrapper .lower > .inner .sub .subcontent .header {
  position: relative;
  margin: 15px 0 12px;
  padding-bottom: 8px;
}

#products .product .wrapper .lower > .inner .sub .subcontent .header h1 {
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
}

#products .product .wrapper .lower > .inner .sub .subcontent .header:after {
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
}

#products .product .wrapper .lower > .inner .sub .subcontent a:hover {
  opacity: 0.5;
}

#products .product .wrapper .lower > .arrow_down {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background-image: url(../img/item_btn_close.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

#products .product .wrapper .lower > .arrow_down:hover {
  opacity: 0.5;
}

#products .product.active .upper .circle_down {
  opacity: 0.2;
  cursor: default;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#products .product.active .upper .arrow_down {
  height: 30px;
  background-image: url(../img/item_btn_close.png);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#products .product.active .upper .arrow_down:hover {
  opacity: 1;
}

#products .product.active .lower {
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

#products > .footer {
  margin: 0 10px;
  padding: 7px 0;
  background-color: #ddd;
  color: #aaa;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.3em;
  z-index: 5;
}

.linkBanner_sp {
	width: 100%;
	max-width: 640px;
}

#matrix {
  background-color: #fff;
}


#footer {
  width: 100%;
  padding: 20px 0;
  background-color: #091321;
}

#footer .inner {
  padding: 0 20px;
}

#footer .inner .copyright h1 {
  width: 130px;
  height: 25px;
  margin-top: 12px;
  background-image: url(../img/footer_hardcore_logo.png);
  font-size: 0;
}

#footer .inner .copyright p {
  padding-top: 3px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-style: italic;
}

#footer .inner .links {
  padding: 30px 0;
  text-align: center;
}

#footer .inner .links li {
  display: inline-block;
}

#footer .inner .links li a {
  display: block;
  width: 222px;
  height: 53px;
  font-size: 0;
}

#footer .inner .links li a.product {
  background-image: url(../img/footer_btn_01.png);
}

#footer .inner .links li a.product:hover {
  background-image: url(../img/footer_btn_01_on.png);
}

#footer .inner .links li a.index {
  background-image: url(../img/footer_btn_02.png);
}

#footer .inner .links li a.index:hover {
  background-image: url(../img/footer_btn_02_on.png);
}

#footer .inner:after {
  display: block;
  clear: both;
  content: "";
}

#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}

#modal > .inner {
  display: block;
  position: absolute;
  width: 900px;
  height: 506px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#modal > .inner .inner {
  width: 840px;
  height: 506px;
  padding: 0px 30px;
  overflow-y: scroll;
}

#modal > .inner .inner .item {
  width: 420px;
  float: left;
}

#modal > .inner .inner:after {
  display: block;
  clear: both;
  content: "";
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 102;
}

#loading .inner {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f1f5f8;
}

#loading .inner .progress {
  width: 0%;
  opacity: 1 !important;
  height: 5px;
  background-color: #004eb9;
}

.no-js #loading {
  display: none;
}

.csstransforms #hero .duel_logo,
.csstransforms #hero h1 .next,
.csstransforms #hero h1 .next span,
.csstransforms #hero h1 .hardcore,
.csstransforms #hero h1 .sw,
.csstransforms #hero .text_01,
.csstransforms #hero .text_02,
.csstransforms #hero .text_03,
.csstransforms #hero .text_04,
.csstransforms #hero #hero_slider,
.csstransforms #hero .menu_toggle {
  width: 0;
}

.csstransforms #hero h1 .shadow,
.csstransforms #hero h2 span {
  opacity: 0;
}

.csstransforms #hero h2 {
  height: 0;
}

.csstransforms #products .product {
  opacity: 0;
}

.csstransforms #products .product .upper h2 {
  width: 0;
}

.csstransforms #products .footer {
  opacity: 0;
}

.csstransforms #matrix .header h1 {
  opacity: 0;
}

.csstransforms #matrix #matrix_tip {
  opacity: 0;
}

.csstransforms #matrix #matrix_table {
  opacity: 0;
}

.csstransforms #matrix #matrix_table .item {
  opacity: 0;
}

.csstransforms #matrix #matrix_table .item .thumbnail img {
  opacity: 0;
}

.csstransforms #matrix #matrix_table .item .name {
  opacity: 0;
}

@-webkit-keyframes flow_5p {
  0% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@-moz-keyframes flow_5p {
  0% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@keyframes flow_5p {
  0% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}


#matrix > .inner #new_matrix_table {
	padding-left: 70px;
}

#matrix > .inner #new_matrix_table .distance_label {
  position: absolute;
  width: 960px;
  top: 0px;
  left: 60px;
  color: #fff;
}

#matrix > .inner #new_matrix_table .distance_label li {
  position: relative;
  float: left;
  display: block;
  width: 150px;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}

#matrix > .inner #new_matrix_table .distance_label li:before {
  display: block;
  position: absolute;
  top: 15px;
  left: 74px;
  width: 1px;
  height: 670px;
  background-color: rgba(0, 78, 185, 0.3);
  content: "";
  z-index: 4;
}

#matrix > .inner #new_matrix_table .distance_label li:after {
  display: block;
  position: absolute;
  top: 15px;
  left: 149px;
  width: 0px;
  height: 670px;
  border-right: 1px dotted rgba(0, 78, 185, 0.15);
  content: "";
  z-index: 4;
}

#matrix > .inner #new_matrix_table .distance_label:after {
  display: block;
  clear: both;
  content: "";
}

#matrix > .inner #new_matrix_table > .inner {
  position: relative;
  width: 900px;
  height: 670px;
  border-radius: 3px;
  background-image: url(../img/matrix_distance_bk.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
}

#matrix > .inner #new_matrix_table > .inner .item {
  position: absolute;
  top: 0;
  margin: 4px 0 0 -16px;
  left: 0;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="10"] {
  top: 25px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="20"] {
  top: 50px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="30"] {
  top: 75px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="40"] {
  top: 100px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="50"] {
  top: 125px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="60"] {
  top: 150px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="70"] {
  top: 175px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="80"] {
  top: 200px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="90"] {
  top: 225px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="100"] {
  top: 250px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="110"] {
  top: 275px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="120"] {
  top: 300px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="130"] {
  top: 325px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="140"] {
  top: 350px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="150"] {
  top: 375px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="160"] {
  top: 400px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="170"] {
  top: 425px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="180"] {
  top: 450px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="190"] {
  top: 475px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="200"] {
  top: 500px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="210"] {
  top: 525px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="220"] {
  top: 550px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="230"] {
  top: 575px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="240"] {
  top: 600px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-range="250"] {
  top: 625px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="50"] {
  left: 75px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="55"] {
  left: 150px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="60"] {
  left: 225px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="65"] {
  left: 300px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="70"] {
  left: 375px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="75"] {
  left: 450px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="80"] {
  left: 525px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="85"] {
  left: 600px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="90"] {
  left: 675px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="95"] {
  left: 750px;
}

#matrix > .inner #new_matrix_table > .inner .item[data-distance="100"] {
  left: 825px;
}

#matrix > .inner #new_matrix_table > .inner .header {
  width: 100%;
  height: 17px;
  padding-top: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}

#matrix > .inner #new_matrix_table > .inner .thumbnail {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 15px;
  background-color: #1ed775;
}

#matrix > .inner #new_matrix_table > .inner .thumbnail:after {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background-color: #fff;
  content: "";
}

#matrix > .inner #new_matrix_table > .inner .thumbnail .name {
  position: absolute;
  width: 150px;
  top: 25px;
  left: -60px;
  font-size: 8px;
  z-index: 51;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 100%;
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 0px, rgba(255, 255, 255, 0.6) -1px 1px 0px, rgba(255, 255, 255, 0.6) 1px -1px 0px, rgba(255, 255, 255, 0.6) -1px -1px 0px;
}

#matrix > .inner #new_matrix_table > .inner .thumbnail .range {
  position: absolute;
  width: 150px;
  top: 36px;
  left: -60px;
  font-size: 8px;
  z-index: 51;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 100%;
  color: #444;
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 0px, rgba(255, 255, 255, 0.6) -1px 1px 0px, rgba(255, 255, 255, 0.6) 1px -1px 0px, rgba(255, 255, 255, 0.6) -1px -1px 0px;
}

#matrix > .inner #new_matrix_table > .inner .thumbnail img {
  position: absolute;
  z-index: 50;
  -webkit-transform: scale(0.38, 0.38);
  -moz-transform: scale(0.38, 0.38);
  -ms-transform: scale(0.38, 0.38);
  -o-transform: scale(0.38, 0.38);
  transform: scale(0.38, 0.38);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

#matrix > .inner #new_matrix_table > .inner .thumbnail .img {
  display: block;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  background-position: 10% 50%;
}

#matrix > .inner #new_matrix_table > .inner .sinking .thumbnail {
  background-color: #ff6363;
}

#matrix > .inner #new_matrix_table > .inner .floating .thumbnail .name {
  color: #1d6d43;
}

#matrix > .inner #new_matrix_table > .inner .sinking .thumbnail .name {
  color: #9f3b3b;
}

#matrix > .inner #new_matrix_table > .inner .fukidashi {
  display: none;
  position: absolute;
  width: 200px;
  min-height: 85px;
  padding: 5px 12px 10px 107px;
  top: 60px;
  left: -143px;
  border-radius: 4px;
  background-color: #222;
  z-index: 100;
  -webkit-box-shadow: 0 0 6px rgba(32, 32, 32, 0.3);
  -moz-box-shadow: 0 0 6px rgba(32, 32, 32, 0.3);
  box-shadow: 0 0 6px rgba(32, 32, 32, 0.3);
}

#matrix > .inner #new_matrix_table > .inner .fukidashi:before {
  position: absolute;
  display: block;
  top: -8px;
  left: 150px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #222 transparent;
  z-index: 110;
  content: "";
}

#matrix > .inner #new_matrix_table > .inner .fukidashi img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 90px;
  height: 90px;
  background-color: #f8f8f8;
}

#matrix > .inner #new_matrix_table > .inner .fukidashi h1 {
  padding: 6px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

#matrix > .inner #new_matrix_table > .inner .fukidashi h2 {
  padding: 3px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

#matrix > .inner #new_matrix_table > .inner .fukidashi dl {
  color: #ffffff;
  text-align: center;
}

#matrix > .inner #new_matrix_table > .inner .fukidashi dl dt {
  display: inline-block;
  font-size: 10px;
  line-height: 100%;
  font-weight: 500;
}

#matrix > .inner #new_matrix_table > .inner .fukidashi dl dd {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
}

#matrix > .inner #new_matrix_table > .inner .fukidashi h3 {
  color: #4d9ebc;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
}

#matrix > .inner:after {
  display: block;
  clear: both;
  content: "";
}

#matrix > .inner #new_matrix_table .range_label {
  position: absolute;
  top: 24px;
  left: 0;
  color: #fff;
	padding-left: 10px;
}

#matrix > .inner #new_matrix_table .range_label li {
  display: block;
  padding-top: 38px;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: right;
}







#intro {
  width: 100%;
  padding: 20px 0;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#intro h1 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.product_big {
	padding: 20px 10px;
}
.product_big_white {
	background: #fff;
}
.product_big_glay {
	background: #f3f3f3;
}
.product_big h1 {
  font-family: 'roboto';
  font-weight: bold;
}
.product_big h1 .main {
  display: block;
  font-size: 22px;
  line-height: 150%;
}
.product_big h1 .newitem {
  display: inline-block;
  font-size: 14px;
	color: #fff;
	background: #e74c3c;
	padding: 2px 5px 0px;
	margin-bottom: 10px;
}
.product_big h1 .newcolor {
  display: inline-block;
  font-size: 14px;
	color: #fff;
	background: #16a085;
	padding: 2px 5px 0px;
	margin-bottom: 10px;
}
.product_big h1 .sub {
  display: block;
  font-size: 18px;
  line-height: 100%;
	margin-top: 10px;
}
.product_big h2 {
  padding: 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.product_big p {
	margin-bottom: 10px;
	font-size: 14px;
}
.product_big .popup_list {
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 900;
}
.product_big .popup_list li {
  display: inline-block;
  text-decoration: underline;
}
.product_big .popup_list li a {
  color: #111111;
}




#matrix h1 {
	width: 100%;
  padding: 20px 0;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  text-align: center;
	font-size: 22px;
	font-weight: bold;
}

#matrix .mat_sub {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	text-align: left;
}

#matrix .matrix_bg {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 10px;
	width: 100%;
	height: 669px;
	overflow-x: scroll;
	box-sizing: border-box;
}

#matrix .inner {
	width: 900px;
	height: 773px;
	background: url("../img/matrix_bg.jpg") no-repeat 0 0;
	position: relative;
}

#matrix .inner .matrix_item {
	position: absolute;
}

#matrix .inner .matrix_item_pos01 {
	top: 111px;
	left: 70px;
}

#matrix .inner .matrix_item_pos02 {
	top: 63px;
	left: 285px;
}

#matrix .inner .matrix_item_pos03 {
	top: 130px;
	left: 353px;
}

#matrix .inner .matrix_item_pos04 {
	top: 175px;
	left: 267px;
}

#matrix .inner .matrix_item_pos05 {
	top: 239px;
	left: 70px;
}

#matrix .inner .matrix_item_pos06 {
	top: 250px;
	left: 353px;
}

#matrix .inner .matrix_item_pos07 {
	top: 304px;
	left: 628px;
}

#matrix .inner .matrix_item_pos08 {
	top: 478px;
	left: 388px;
}

#matrix .inner .matrix_item_pos09 {
	top: 640px;
	left: 640px;
}

#matrix .inner .matrix_item .fukidashi {
  display: none;
  position: absolute;
  width: 200px;
  min-height: 85px;
  padding: 5px 12px 10px 107px;
  top: 65px;
  left: -110px;
  border-radius: 4px;
  background-color: #222;
  z-index: 100;
  -webkit-box-shadow: 0 0 6px rgba(32, 32, 32, 0.3);
  -moz-box-shadow: 0 0 6px rgba(32, 32, 32, 0.3);
  box-shadow: 0 0 6px rgba(32, 32, 32, 0.3);
}

#matrix .inner .matrix_item .fukidashi:before {
  position: absolute;
  display: block;
  top: -8px;
  left: 150px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #222 transparent;
  z-index: 110;
  content: "";
}

#matrix .inner .matrix_item .fukidashi img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 90px;
  height: 90px;
  background-color: #f8f8f8;
}

#matrix .inner .matrix_item .fukidashi h1 {
  padding: 6px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
	background: #222;
	border: none;
}

#matrix .inner .matrix_item .fukidashi h2 {
  padding: 3px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

#matrix .inner .matrix_item .fukidashi dl {
  color: #ffffff;
  text-align: center;
}

#matrix .inner .matrix_item .fukidashi dl dt {
  display: inline-block;
  font-size: 10px;
  line-height: 100%;
  font-weight: 500;
}

#matrix .inner .matrix_item .fukidashi dl dd {
  display: inline-block;
  font-size: 12px;
  line-height: 140%;
  font-weight: 700;
}

#matrix .inner .matrix_item .fukidashi h3 {
  color: #4d9ebc;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
}

























#copyright {
  width: 100%;
  padding: 10px 0;
  background-color: #000000;
  color: #fff;
  font-family: 'roboto';
  font-weight: 400;
  text-align: center;
	line-height: 1.5;
}



/*# sourceMappingURL=style_sp.css.map */