@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700);
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, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
  font-size: 13px;
  line-height: 180%;
  width: 100%;
  height: 100%;
  color: #111111;
}

img {
  vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
	font-size: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.pc_none {display: none;}

#container {
  width: 100%;
  height: 100%;
  min-width: 960px;
  margin: 0 auto;
}

#content {
  width: 100%;
  overflow: hidden;
}

#opening {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
#opening .visual {
	margin: 0 auto;
  position: relative;
/*  float: left;*/
  width: 100%;
	max-width: 2000px;
  height: 100%;
	opacity: 0;
}
#opening .visual .slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#opening .visual .slider li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}
#opening .visual .slider li:first-child {
  opacity: 1;
}
#opening .visual .slider li span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 11px;
}
#opening .message {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background-color: #000;
}
#opening .message .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 300px;
  max-height: 450px;
  margin: auto;
  background-image: url(../img/opening_bk.jpg);
  background-repeat: no-repeat;
  background-position: 0 -1850px;
}
#opening .message .inner img {
  width: 100%;
  height: auto;
}
#opening .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
#opening .logo:hover {
  opacity: 0.5;
}
#opening .scroll {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  left: 50%;
  bottom: -120px;
  margin-left: -50px;
  background-image: url(../img/opening_btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
#opening .scroll:hover {
  background-position: -100px 0;
}
#opening:after {
  display: block;
  clear: both;
  content: "";
}

.sns_btn_area {
	position: fixed;
	top: 15%;
/*	transform: translateY(-50%);*/
	right: 0px;
	z-index: 9999;
	opacity: 0;
}
.sns_btn_area ul li a,
.switch_btn a,
.product_big a {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.sns_btn_area ul li a:hover,
.switch_btn a:hover,
.product_big a:hover {
	opacity: 0.7;
}
.switch_btn {
	position: fixed;
	bottom: 10px;
/*	transform: translateY(-50%);*/
	right: 10px;
	z-index: 9999;
	opacity: 0;
}
#intro {
  width: 100%;
  padding: 40px 0;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
#intro h1 {
  display: inline-block;
  width: 897px;
  height: 143px;
  background-image: url(../img/intro.png);
  background-repeat: no-repeat;
  font-size: 0;
}

.product_big {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.product_big .keyvisual {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 0;
}
.product_big h1 {
  font-family: 'roboto';
  font-weight: 900;
}
.product_big h1 .main {
  display: block;
  font-size: 40px;
  line-height: 100%;
}
.product_big h1 .newitem {
  display: inline-block;
  font-size: 20px;
	color: #fff;
	background: #e74c3c;
	padding: 4px 5px 2px;
	margin-bottom: 5px;
}
.product_big h1 .newcolor {
  display: inline-block;
  font-size: 20px;
	color: #fff;
	background: #16a085;
	padding: 4px 5px 2px;
	margin-bottom: 5px;
}
.product_big h1 .sub {
  display: block;
  font-size: 30px;
  line-height: 100%;
	margin-top: 5px;
}
.product_big h2 {
  padding: 20px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.product_big h3 {
  padding: 0 0 20px;
  color: #aaaaaa;
  font-size: 14px;
  font-family: 'roboto';
  font-weight: 700;
}
.product_big .popup_list {
  position: relative;
  padding-top: 20px;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 900;
}
.product_big .popup_list li {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  text-decoration: underline;
}
.product_big .popup_list li:hover {
  opacity: 0.5;
}
.product_big .popup_list li a {
  color: #111111;
}

#matrix {
  width: 100%;
  padding: 80px 0 60px;
}
#movie {
	width: 100%;
  padding: 0px 0 60px;
}
#movie h1,
#matrix h1 {
  display: block;
  padding: 20px 0;
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-family: 'roboto';
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
#movie .inner,
#matrix .inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}
#movie .inner a {
  display: block;
  float: left;
  width: 300px;
  margin-right: 30px;
  padding-bottom: 20px;
  text-decoration: none;
}
#movie .inner a.right {
  margin-right: 0;
}
#movie .inner a p {
  padding-top: 10px;
  color: #111111;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
#movie .inner a:hover,
#matrix .inner a:hover {
  opacity: 0.5;
}
#movie .inner:after,
#matrix .inner:after {
  display: block;
  clear: both;
  content: "";
}

#matrix {
  font-family: 'roboto';
}

#old_products {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 40px;
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
}
#old_products .inner {
  width: 960px;
  margin: 0 auto;
}
#old_products .inner:after {
  display: block;
  clear: both;
  content: "";
}

.product_small {
  float: left;
  position: relative;
  width: 450px;
  margin-left: 60px;
  height: 300px;
  padding: 40px 0 0;
  text-align: center;
}
.product_small.left {
  margin-left: 0;
}
.product_small h1 {
  font-family: 'roboto';
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}
.product_small h2 {
  padding: 5px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.product_small a {
  margin-top: 5px;
  display: inline-block;
  margin-right: 20px;
  color: #111111;
  text-decoration: underline;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
.product_small a:hover {
  opacity: 0.5;
}
.product_small .keyvisual {
  width: 450px;
  height: auto;
  margin-top: 20px;
}

#footer {
  width: 100%;
  margin: 0 auto;
	background: #0093d8;
}

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

#footer .footer_btn {
	padding: 8px 0;
	font-size: 12px;
	float: left;
	color: #fff;
}

#footer .footer_btn a {
	color: #fff;
	text-decoration: none;
}

#footer .copy {
	padding: 8px 0;
	font-size: 11px;
	float: right;
	color: #fff;
}



#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
}
#overlay #overlay_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 800px;
  height: 560px;
  padding: 10px;
  background-color: #ffffff;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#overlay .close {
  position: fixed;
  width: 100px;
  top: 50%;
  left: 50%;
  margin: 300px 0 0 -50px;
  color: #fff;
  font-family: 'roboto';
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
}
#overlay .close:hover {
  opacity: 0.5;
}




#matrix .inner {
	margin-top: 50px;
	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: -100px;
  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;
}





