/*
compass setup
----------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);
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;
}

/*
common
----------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  cursor: pointer;
}

#normal .img_g {
  display: none;
}

#glow .img_n {
  display: none;
}

#main_content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
#main_content .section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  z-index: 2;
  overflow: auto;
}
#main_content .section h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #333;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 52px;
  font-weight: 700;
}
#main_content #sec_top {
  top: 0;
  background-image: url(../img/main_visual.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
#main_content #sec_top h1 {
  z-index: 4;
}
#main_content #sec_top #opening {
  width: 100%;
  height: 100%;
  position: relative;
}
#main_content #sec_top #opening #opening_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/nav_dot_black.png);
  z-index: 3;
}
#main_content #sec_top #opening #opening_inner img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -480px;
}
#main_content #sec_top #opening #opening_glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/main_visual_glow.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#main_content #sec_top #opening #opening_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}
#main_content #sec_mechanism {
  background-color: #020202;
}
#main_content #sec_mechanism h1 {
  color: #fff;
}
#main_content #sec_mechanism #mec_base {
  display: block;
  position: absolute;
  width: 960px;
  height: 363px;
  top: 50%;
  left: 50%;
  margin: -181px 0 0 -480px;
  background-image: url(../img/mechanism/base.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#main_content #sec_mechanism #mec_base .point,
#main_content #sec_mechanism #mec_base .point span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
}
#main_content #sec_mechanism #mec_base .point_info {
  display: none;
  position: absolute;
  width: 260px;
  background-image: url(../img/nav_dot_black.png);
  z-index: 10;
  color: #fff;
}
#main_content #sec_mechanism #mec_base .point_info h2 {
  padding: 12px 0 0;
  border-top: 1px dotted #FF8700;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 21px;
  font-weight: 700;
}
#main_content #sec_mechanism #mec_base .point_info h3 {
  padding: 5px 0 12px;
  font-size: 12px;
}
#main_content #sec_mechanism #mec_base .point_info h3 span {
  padding-top: 5px;
  display: block;
  color: #FF8700;
}
#main_content #sec_mechanism #mec_base .point_info div {
  padding: 5px 0 5px 10px;
  background-image: url(../img/nav_dot_black.png);
  background-color: #FF8700;
  font-size: 12px;
  line-height: 170%;
}
#main_content #sec_color {
  background-color: #fff;
}
#main_content #sec_color ul {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 80px;
  text-align: center;
}
#main_content #sec_color ul.anime a:hover {
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border: 5px solid #333;
}
#main_content #sec_color ul li {
  display: inline-block;
  width: 230px;
  height: 230px;
  padding: 1px;
}
#main_content #sec_color ul li a {
  display: block;
  position: relative;
  width: 220px;
  height: 220px;
  border: 5px solid #fff;
}
#main_content #sec_color ul li a span {
  position: absolute;
  width: 220px;
  left: 0;
  bottom: 20px;
  color: #333;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 16px;
  text-align: center;
}
#main_content #sec_howto {
  background-color: #fff;
}
#main_content #sec_howto ul {
  display: block;
  width: 100%;
  height: 100%;
}
#main_content #sec_howto ul li {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  padding: 140px 0;
}
#main_content #sec_howto ul li img {
  width: 100%;
  height: auto;
}
#main_content #sec_movie {
  background-color: #fff;
  overflow: hidden;
}
#main_content #sec_movie article {
  display: none;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 140px;
}
#main_content #sec_movie article .left {
  width: 460px;
  float: left;
}
#main_content #sec_movie article .left h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
}
#main_content #sec_movie article .left p {
  width: 440px;
  padding-top: 30px;
  font-size: 13px;
  line-height: 200%;
}
#main_content #sec_movie article .right {
  width: 500px;
  float: right;
}
#main_content #sec_movie article:after {
  display: block;
  clear: both;
  content: "";
}
#main_content #sec_movie ul {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 100px;
  padding-top: 50px;
  border-top: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  z-index: 25;
}
#main_content #sec_movie ul li {
  display: inline-block;
  margin: 0 15px;
  border: 5px solid #f0f0f0;
}
#main_content #sec_movie ul li:hover, #main_content #sec_movie ul li.active {
  border: 5px solid #040806;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
#main_content #sec_photo {
  z-index: 21;
  background-color: #fff;
  overflow: hidden;
}
#main_content #sec_photo h1 {
  top: 40px;
  left: 40px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#main_content #sec_photo ul.photo {
  display: block;
  width: 100%;
  height: 100%;
}
#main_content #sec_photo ul.photo li {
  position: absolute;
  display: block;
  left: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#main_content #sec_photo ul.photo li.active {
  left: 0;
}
#main_content #sec_photo ul.nav {
  display: block;
  position: absolute;
  width: 300px;
  bottom: 70px;
  left: 50%;
  margin: 0 0 0 -150px;
  text-align: center;
}
#main_content #sec_photo ul.nav li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../img/nav_none.png);
}
#main_content #sec_photo ul.nav li.active {
  background-image: url(../img/nav_active.png);
}
#main_content #sec_photo .left {
  position: absolute;
  padding: 10px 20px 10px 40px;
  top: 50%;
  left: 0px;
  margin-top: -24px;
}
#main_content #sec_photo .right {
  position: absolute;
  padding: 10px 40px 10px 20px;
  top: 50%;
  right: 0px;
  margin-top: -24px;
}
#main_content #sec_photo .left:hover, #main_content #sec_photo .right:hover {
  background-image: url(../img/nav_dot_black.png);
}

#nav_foot {
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: 35px;
  margin-left: -35%;
  z-index: 30;
}
#nav_foot.back {
  background-image: url(../img/nav_dot_white.png);
}
#nav_foot a {
  display: block;
  position: relative;
  float: left;
  width: 18%;
  height: 45px;
}
#nav_foot a.sec_top {
  width: 10%;
}
#nav_foot a span {
  display: block;
  width: 100%;
  padding-top: 16px;
  color: #333;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}
#nav_foot a:hover span {
  padding-top: 13px;
  font-size: 15px;
  font-weight: bold;
}
#nav_foot a.active span {
  padding-top: 6px;
  font-size: 15px;
  font-weight: bold;
}
#nav_foot a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  background-image: url(../img/nav_dot_white.png);
  content: "";
}
#nav_foot a.active:after {
  height: 19px;
}
#nav_foot:after {
  display: block;
  clear: both;
  content: "";
}
#nav_foot a.sec_top:after {
  background-color: #ff2678;
}
#nav_foot a.sec_mechanism:after {
  background-color: #9673ff;
}
#nav_foot a.sec_color:after {
  background-color: #ff8700;
}
#nav_foot a.sec_howto:after {
  background-color: #fffd00;
}
#nav_foot a.sec_movie:after {
  background-color: #7bff2e;
}
#nav_foot a.sec_photo:after {
  background-color: #26c9ff;
}

#nav_foot.black.back {
  background-image: url(../img/nav_dot_black.png);
}
#nav_foot.black a span {
  color: #fff;
}
#nav_foot.black a:after {
  background-image: url(../img/nav_dot_black.png);
}

#nav_time {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  top: 30px;
  margin-left: -100px;
  z-index: 36;
}
#nav_time a {
  display: block;
  float: left;
  width: 98px;
  padding: 10px 0;
  border: 1px solid #040806;
  color: #040806;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#nav_time a.time_day {
  border-right: none;
  cursor: default;
}
#nav_time a.time_night {
  border-left: none;
}
#nav_time.night a {
  border: 1px solid #ffffff;
  color: #ffffff;
}
#nav_time .time_night {
  background-color: #040806;
  color: #fff;
  border-left: none;
}
#nav_time .time_day {
  border-right: none;
}
#nav_time:after {
  display: block;
  clear: both;
  content: "";
}
#nav_time span {
  display: block;
  position: absolute;
  top: 45px;
  left: 119px;
  width: 60px;
  padding: 5px 0 4px;
  background-color: #404040;
  border-radius: 5px;
  color: #fff;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
#nav_time span:after {
  position: absolute;
  top: -6px;
  left: 24px;
  border-bottom: 8px solid #404040;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
}

#nav_tutorial {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

#color_zoom {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding-top: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 35;
}
#color_zoom #color_zoom_inner {
  width: 100%;
  height: 100%;
  border-top: 1px solid #eee;
  background-color: #fff;
}
#color_zoom #color_zoom_inner .close {
  display: none;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 20;
}
#color_zoom #color_zoom_inner div {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
#color_zoom #color_zoom_inner div .close {
  display: block;
  position: static;
  padding: 25px 0 0 2px;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #666;
}
#color_zoom #color_zoom_inner div h1 {
  color: #333;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 76px;
  font-weight: 700;
}
#color_zoom #color_zoom_inner div h2 {
  padding: 5px 0 0 4px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 120%;
}
#color_zoom #color_zoom_inner div p {
  padding: 20px 0 0 4px;
  color: #333;
  font-size: 14px;
  line-height: 180%;
}
#color_zoom #color_zoom_inner div p + img {
  padding: 20px 0 0 3px;
}
#color_zoom #color_zoom_inner div img.img_n, #color_zoom #color_zoom_inner div img.img_g {
  position: absolute;
  top: 20px;
  right: -60px;
}

#glow #main_content #sec_color {
  background-color: #040806;
}
#glow #main_content #sec_color h1 {
  color: #fff;
}
#glow #main_content #sec_color ul a {
  border: 5px solid #040806;
}
#glow #main_content #sec_color ul.anime a {
  border: 5px solid #040806;
}
#glow #main_content #sec_color ul.anime a span {
  color: #fff;
}
#glow #main_content #sec_color ul.anime a:hover {
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border: 5px solid #fff;
}
#glow #nav_time a {
  border: 1px solid #fff;
  color: #fff;
}
#glow #nav_time a.time_day {
  border-right: none;
}
#glow #nav_time a.time_night {
  border-left: none;
}
#glow #nav_time .time_day {
  background-color: #fff;
  color: #010002;
  cursor: pointer;
}
#glow #nav_time .time_night {
  cursor: default;
}
#glow #color_zoom #color_zoom_inner {
  border-top: 1px solid #222;
  background-color: #040806;
}
#glow #color_zoom #color_zoom_inner div h1 {
  color: #fff;
}
#glow #color_zoom #color_zoom_inner div h2 {
  color: #fff;
}
#glow #color_zoom #color_zoom_inner div p {
  color: #fff;
}
#glow #color_zoom #color_zoom_inner div .close {
  color: #aaa;
}

#lighting {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
}

ul#sns_btn {
  position: absolute;
  display: block;
  top: 48px;
  left: 354px;
  width: 300px;
  z-index: 4;
}
ul#sns_btn li {
  display: block;
  float: left;
  padding: 0 4px 0 1px;
}

#footer {
  position: relative;
  width: 100%;
  height: 35px;
  background-color: #202020;
  z-index: 100;
}
#footer .left {
  padding: 12px 16px;
  color: #999;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 11px;
  font-weight: 400;
}
#footer a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 16px;
  color: #fff;
  font-family: 'Montserrat',Verdana,Helvetica,Arial,sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}
#footer a span {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}
#footer a:hover {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #999;
}
