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%;
}

a {
  text-decoration: none;
}

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

#container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1024px;
  margin: 0 auto;
  background-color: #f1f5f8;
}

#header {
  display: none;
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

#header .inner {
  width: 960px;
  height: 80px;
  margin: 0 auto;
}

#header .inner h1 {
  float: left;
}

#header .inner h2 {
  float: left;
}

#header .inner #menu_toggle {
  position: relative;
  float: right;
}

#header .inner #menu_toggle span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #004eb9;
}

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

#hero {
  position: relative;
  width: 100%;
  height: 560px;
  background-color: #004eb9;
}

#hero .bk_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  overflow: hidden;
  z-index: 1;
}

#hero .bk_wrapper .bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 760px;
  background-image: url(../img/hero_bk.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

#hero .menu_toggle {
  position: absolute;
  display: block;
  width: 222px;
  height: 53px;
  top: 400px;
  left: 50%;
  margin: 0 0 0 -480px;
  background-image: url(../img/hero_btn.png);
  z-index: 3;
  font-size: 0;
  cursor: pointer;
}

#hero .menu_toggle:hover {
  background-image: url(../img/hero_btn_on.png);
}

#hero h1 {
  position: absolute;
  display: block;
  width: 291px;
  height: 184px;
  top: 88px;
  left: 50%;
  margin: 0 0 0 -495px;
  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;
  left: 50%;
  margin: 0 0 0 -170px;
  background-image: url(../img/hero_copy_bk.png);
  z-index: 3;
  font-size: 0;
}

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

#hero p {
  position: absolute;
  display: block;
  top: 288px;
  left: 50%;
  margin-left: -480px;
  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;
  width: 680px;
  height: 560px;
  top: 0;
  left: 50%;
  margin-left: -170px;
  z-index: 2;
  overflow: hidden;
}

#hero #hero_slider img {
  position: absolute;
  top: 0;
  left: 0;
}

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

#hero #hero_slider_sp {
  display: none;
}

#hero #sns {
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -480px;
  z-index: 50;
}

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

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

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

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

#products {
  position: relative;
  background-image: url(../img/products_bk.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

#products > .inner {
  width: 960px;
  margin: 0 auto;
  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: 470px;
  margin-bottom: 20px;
  z-index: 2;
}

#products .product .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

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

#products .product .wrapper .upper .thumbnail {
  position: relative;
  width: 450px;
  height: 200px;
  background-image: url(../img/item_thumbnail_bk.png);
  overflow: hidden;
}

#products .product .wrapper .upper .thumbnail img {
  position: absolute;
  right: 0;
  bottom: 0;
}

#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="6"] {
  background-image: url(../img/item_thumbnail_bk_07.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="8"] {
  background-image: url(../img/item_thumbnail_bk_08.png);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#products .product .wrapper .upper .thumbnail[data-itemno="22"] {
  background-image: url(../img/item_thumbnail_bk_22.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 h2[data-onsale="1911"] {
  background-image: url(../img/item_onsale_11.png);
}

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

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

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

#products .product .wrapper .upper h2[data-onsale="2010"] {
  background-image: url(../img/item_onsale_2010.png);
	height: 46px;
}

#products .product .wrapper .upper h2[data-onsale="2012"] {
  background-image: url(../img/item_onsale_2012.png);
	height: 46px;
}

#products .product .wrapper .upper h2[data-onsale="2103"] {
  background-image: url(../img/item_onsale02_2103.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2106"] {
  background-image: url(../img/item_onsale02_2106.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2107"] {
  background-image: url(../img/item_onsale02_2107.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2203"] {
  background-image: url(../img/item_onsale_2203.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2204"] {
  background-image: url(../img/item_onsale02_2204.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2209"] {
  background-image: url(../img/item_onsale02_2209.png);
/*	height: 54px;*/
}

#products .product .wrapper .upper h2[data-onsale="2303"] {
  background-image: url(../img/item_onsale_2303.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2306"] {
  background-image: url(../img/item_onsale_2306.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2309"] {
  background-image: url(../img/item_onsale_2309.png);
/*	height: 54px;*/
}

#products .product .wrapper .upper h2[data-onsale="2309size"] {
  background-image: url(../img/item_onsale_2309_newsize.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2310size"] {
  background-image: url(../img/item_onsale_2310_newsize.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2403"] {
  background-image: url(../img/item_onsale_2403.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2404"] {
  background-image: url(../img/item_onsale_2404.png);
/*	height: 54px;*/
}

#products .product .wrapper .upper h2[data-onsale="2406"] {
  background-image: url(../img/item_onsale_2406.png);
/*	height: 54px;*/
}

#products .product .wrapper .upper h2[data-onsale="2406col"] {
  background-image: url(../img/item_onsale_2406col.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2407"] {
  background-image: url(../img/item_onsale_2407.png);
/*	height: 54px;*/
}

#products .product .wrapper .upper h2[data-onsale="2407size"] {
  background-image: url(../img/item_onsale_2407size.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2503size"] {
  background-image: url(../img/item_onsale_2503size.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2504"] {
  background-image: url(../img/item_onsale_2504.png);
/*	height: 54px;*/
}

#products .product .wrapper .upper h2[data-onsale="2505"] {
  background-image: url(../img/item_onsale_2505.png);
/*	height: 54px;*/
}

#products .product .wrapper .upper h2[data-onsale="2506col"] {
  background-image: url(../img/item_onsale_2506col.png);
	height: 54px;
}

#products .product .wrapper .upper h2[data-onsale="2509col"] {
  background-image: url(../img/item_onsale_2509col.png);
	height: 54px;
}

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

#products .product .wrapper .upper .circle_down {
  position: absolute;
  right: 25px;
  top: 235px;
  width: 60px;
  height: 60px;
  background-image: url(../img/item_btn_circledown.png);
  font-size: 0;
  cursor: pointer;
}

#products .product .wrapper .upper .circle_down:hover {
  opacity: 0.5;
}

#products .product .wrapper .upper .arrow_down {
  position: absolute;
  left: 0px;
  top: 330px;
  width: 470px;
  height: 30px;
  background-color: #004eb9;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../img/item_btn_open.png);
  font-size: 0;
  cursor: pointer;
  z-index: 3;
}

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

#products .product .wrapper .lower {
  position: absolute;
  width: 960px;
  height: 0;
  top: 370px;
  left: 0;
  background-color: #004eb9;
  overflow: hidden;
  z-index: 2;
}

#products .product .wrapper .lower > .inner {
  padding-top: 10px;
}

#products .product .wrapper .lower > .inner .main {
  float: left;
  width: 700px;
  padding: 0 9px 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#products .product .wrapper .lower > .inner .main .feature {
  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;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#products .product .wrapper .lower > .inner .main .feature .header {
  width: 100%;
}

#products .product .wrapper .lower > .inner .main .feature .header h1 {
  padding: 20px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

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

#products .product .wrapper .lower > .inner .main .feature .article h2 {
  float: left;
  width: 345px;
  height: 36px;
  padding: 8px 0 9px;
  background-image: url(../img/product_feature_h2_bk.png);
  font-size: 18px;
  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 {
  width: 335px;
  padding: 45px 15px 0 5px;
  color: #fff;
  font-size: 13px;
  line-height: 170%;
  text-align: justify;
  font-feature-settings: "palt";
}

#products .product .wrapper .lower > .inner .main .feature .article img {
  float: right;
  padding: 6px 0 6px 15px;
}

#products .product .wrapper .lower > .inner .main .feature .article.long {
  width: 700px;
}

#products .product .wrapper .lower > .inner .main .feature .article.long h2 {
  width: 700px;
  background-image: url(../img/product_feature_h2_bk_long.png);
}

#products .product .wrapper .lower > .inner .main .feature .article.long p {
  width: 690px;
}

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

#products .product .wrapper .lower > .inner .main .gallery .header {
  position: relative;
  width: 60px;
  margin-bottom: 15px;
  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: 160px;
  height: 120px;
  padding-right: 10px;
}

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

#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 a h2 {
  display: block;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}

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

#products .product .wrapper .lower > .inner .sub {
  float: left;
  width: 220px;
  padding: 0 10px;
}

#products .product .wrapper .lower > .inner .sub .subcontent .header {
  position: relative;
  margin: 20px 0 27px;
  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;
  text-align: center;
}

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

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

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

#products .product .wrapper .lower > .arrow_down {
  position: absolute;
  width: 960px;
  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: 50px;
  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 #item_heavyshot.active .wrapper {
  height: 1600px;
}

#products #item_heavyshot.active .lower {
  height: 1235px;
}

#products #item_heavyshot.active .lower .gallery a {
  height: 142px;
}

#products #item_heavyshot.active .lower .gallery a:nth-of-type(n+5) {
  height: 120px;
}

#products #item_solidvibe.active .wrapper {
  height: 1878px;
}

#products #item_solidvibe.active .lower {
  margin-left: -490px;
  height: 1508px;
}

#products #item_solidvibe.active .lower .gallery a {
  height: 142px;
}

#products #item_solidvibe.active .lower .gallery a:nth-of-type(n+5) {
  height: 120px;
}

#products #item_solidspin.active .wrapper {
  height: 1603px;
}

#products #item_solidspin.active .lower {
  height: 1223px;
}

#products #item_fintailvibe.active .wrapper {
  height: 1558px;
}

#products #item_fintailvibe.active .lower {
  margin-left: -490px;
  height: 1188px;
}

#products #item_heavyminnow.active .wrapper {
  height: 1408px;
}

#products #item_heavyminnow.active .lower {
  margin-left: -490px;
  height: 1038px;
}

#products #item_shallowrunner.active .wrapper {
  height: 1493px;
}

#products #item_shallowrunner.active .lower {
	margin-left: -490px;
  height: 1123px;
}

#products #item_middiver.active .wrapper {
  height: 1578px;
}

#products #item_middiver.active .lower {
  height: 1208px;
}

#products #item_monstershot.active .wrapper {
  height: 1625px;
}

#products #item_monstershot.active .lower {
  height: 1263px;
}

#products #item_monstershot02.active .wrapper {
  height: 1545px;
}

#products #item_monstershot02.active .lower {
  height: 1183px;
}

#products #item_monstershot03.active .wrapper {
  height: 1815px;
}

#products #item_monstershot03.active .lower {
  height: 1453px;
}

#products #item_monstershot04.active .wrapper {
  height: 1665px;
}

#products #item_monstershot04.active .lower {
  height: 1303px;
}







#products #item_lg_minnow_f.active .wrapper {
  height: 1408px;
}

#products #item_lg_minnow_f.active .lower {
	margin-left: -490px;
  height: 1036px;
}

/*
#products #item_lg_minnow_s.active .wrapper {
  height: 1455px;
}

#products #item_lg_minnow_s.active .lower {
	margin-left: -490px;
  height: 1083px;
}
*/

#products #item_lg_heavy_minnow.active .wrapper {
  height: 1088px;
}

#products #item_lg_heavy_minnow.active .lower {
  height: 716px;
}

#products #item_lg_sinking_pencil.active .wrapper {
  height: 1355px;
}

#products #item_lg_sinking_pencil.active .lower {
	margin-left: -490px;
  height: 983px;
}

#products #item_lg_vibe.active .wrapper {
  height: 1568px;
}

#products #item_lg_vibe.active .lower {
  height: 1196px;
}

#products #item_lg_popper_f.active .wrapper {
  height: 1357px;
}

#products #item_lg_popper_f.active .lower {
	margin-left: -490px;
  height: 985px;
}

#products #item_lg_shad_s.active .wrapper {
  height: 1488px;
}

#products #item_lg_shad_s.active .lower {
  height: 1116px;
}

#products #item_bullet_bull.active .wrapper {
  height: 1905px;
}

#products #item_bullet_bull.active .lower {
	margin-left: -490px;
  height: 1533px;
}

#products #item_bullet_dive.active .wrapper {
  height: 2205px;
}

#products #item_bullet_dive.active .lower {
  height: 1833px;
}

#products #item_bullet_fast.active .wrapper {
  height: 2205px;
}

#products #item_bullet_fast.active .lower {
  height: 1833px;
}

#products #item_bullet_fast02.active .wrapper {
  height: 2275px;
}

#products #item_bullet_fast02.active .lower {
  height: 1903px;
}

/*
#products #item_bullet_dive02.active .wrapper {
  height: 2205px;
}

#products #item_bullet_dive02.active .lower {
  height: 1833px;
}
*/

#products #item_waterdrive.active .wrapper {
  height: 1928px;
}

#products #item_waterdrive.active .lower {
	margin-left: -490px;
  height: 1556px;
}

#products #item_sonicpop.active .wrapper {
  height: 2373px;
}

#products #item_sonicpop.active .lower {
	margin-left: -490px;
  height: 2001px;
}

#products #item_sonicdive.active .wrapper {
  height: 2373px;
}

#products #item_sonicdive.active .lower {
/*	margin-left: -490px;*/
  height: 2001px;
}

#products #item_sonicminnow.active .wrapper {
  height: 2133px;
}

#products #item_sonicminnow.active .lower {
	margin-left: -490px;
  height: 1761px;
}

#products #item_sonicshot.active .wrapper {
  height: 2046px;
}

#products #item_sonicshot.active .lower {
/*	margin-left: -490px;*/
  height: 1674px;
}



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

#products .product .wrapper .lower > .inner .main .spec .header {
  position: relative;
  width: 60px;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

#products .product .wrapper .lower > .inner .main .spec .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 .spec .spec_caution02 {
  color: #fff;
}

#products .product .wrapper .lower > .inner .main .spec .spec_caution {
  display: none;
}

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

#products .product .wrapper .lower > .inner .main .spec table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #fff;
}

#products .product .wrapper .lower > .inner .main .spec table thead tr th {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}

#products .product .wrapper .lower > .inner .main .spec table tbody tr td {
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}



.linkBanner_sp {
	display: none;
}

.linkBanner a {
	margin-left: 5px;
	width: 690px;
	height: 153px;
	display: block;
	font-size: 0;
	background: url(../img/products_column_banner.png) no-repeat center top;
}

.linkBanner a:hover {
	opacity: 0.5;
}

#products > .footer {
  position: absolute;
  width: 960px;
  height: 12px;
  bottom: -26px;
  left: 50%;
  margin-left: -480px;
  padding: 7px 0;
  background-color: #f1f5f8;
  color: #aaa;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.3em;
  z-index: 5;
}

#matrix {
  background-color: #004eb9;
}

#matrix > .header {
  position: relative;
  width: 100%;
  height: 275px;
  background-color: #fff;
  background-image: url(../img/matrix_header_bk.png);
  background-position: 50% 0;
  font-size: 0;
}

#matrix > .header h1 {
  position: absolute;
  width: 518px;
  height: 91px;
  top: 105px;
  left: 50%;
  margin-left: -480px;
  background-image: url(../img/matrix_h1.png);
}

#matrix > .inner {
  position: relative;
  width: 960px;
  margin: -50px auto;
  padding-bottom: 100px;
}

#matrix > .inner #matrix_tip {
  position: absolute;
  width: 324px;
  height: 42px;
  top: -80px;
  right: 0;
  background-image: url(../img/matrix_tip.png);
  font-size: 0;
}

#matrix > .inner .new_matrix_table {
  position: relative;
  width: 900px;
  padding: 0 0 0 60px;
}

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

#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;
}

#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="15"] {
  top: 37.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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 .lg_matrix > .inner .item[data-range="0"] {
  top: 12.5px!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#matrix > .inner .lg_matrix > .inner .item[data-distance="20"] {
  left: 75px!important;
}

#matrix > .inner .lg_matrix > .inner .item[data-distance="25"] {
  left: 225px!important;
}

#matrix > .inner .lg_matrix > .inner .item[data-distance="30"] {
  left: 375px!important;
}

#matrix > .inner .lg_matrix > .inner .item[data-distance="35"] {
  left: 525px!important;
}

#matrix > .inner .lg_matrix > .inner .item[data-distance="40"] {
  left: 675px!important;
}

#matrix > .inner .lg_matrix > .inner .item[data-distance="45"] {
  left: 825px!important;
}












#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: "";
}

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

#footer .inner {
  width: 960px;
  margin: 0 auto;
}

#footer .inner .copyright {
  width: 480px;
  float: left;
}

#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 {
  width: 480px;
  float: left;
  text-align: right;
}

#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: 860px;
  height: 506px;
  padding: 0px 20px;
  overflow-y: scroll;
  background-color: #fff;
  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;
}

#modal > .inner .inner .item {
  position: relative;
  display: block;
  width: 280px;
  min-height: 120px;
  padding: 0 0 20px 130px;
}

#modal > .inner .inner .item h1 {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}

#modal > .inner .inner .item h2 {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 100%;
  color: #999;
}

#modal > .inner .inner .item img {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
  background-color: #f1f5f8;
}

#modal > .inner .inner .item p {
  font-size: 12px;
  line-height: 130%;
}

#modal > .inner .inner .item p br:not(:first-of-type) {
  display: none;
}

#modal > .inner .inner .item:nth-of-type(1), #modal > .inner .inner .item:nth-of-type(2) {
  margin-top: 20px;
}

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

#loading .inner {
  position: absolute;
  width: 600px;
  height: 115px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading .inner .progress {
  width: 0%;
  opacity: 0.5;
  height: 115px;
  background-image: url(../img/splash_logo.png);
  background-position: 0 0;
}

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

#plintonry #container {
  display: none !important;
}

.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 .new_matrix_table {
  opacity: 0;
}

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

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

.csstransforms #matrix .new_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%);
  }
}

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