@charset "UTF-8";
/* reset */
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;
}

/**
 *
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

body {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

.background {
  content: "";
  background: url(../images/bg-image.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 1s;
  opacity: 0;
}

.background.on {
  opacity: 1;
}

.block-center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.product {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 366px;
  height: 250px;
}

.arrow-under {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 21px;
}

#cboxOverlay {
  margin-top: 48px;
}

#header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 10000;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.logo {
  text-align: center;
  padding-top: 35px;
}

.logo-link {
  display: inline-block;
  transition: .5s;
}

.logo-link:hover {
  opacity: .7;
}

/*
 *
 */
.movie {
  margin-top: 25px;
  text-align: center;
}

/*
 * contents thumbnails
 */
.thumbs-box {
  margin-top: 25px;
  text-align: center;
}

.thumbs {
  display: inline-block;
}

.thumbs > li {
  float: left;
}

.thumbs > li:nth-child(n+2) {
  margin-left: 30px;
}

.link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.link:after {
  position: absolute;
  z-index: 9999;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.link:hover {
  opacity: .7;
}

.link.popup:hover {
  opacity: 1;
}

.link.popup:hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.web-store {
  background-image: url(../images/web-store.png);
  display: inline-block;
  width: 256px;
  height: 45px;
  transition: .5s;
}

.web-store:hover {
  background-image: url(../images/web-store-hover.png);
}

.text-01,
.text-07 {
  margin-top: 15px;
}

.text-02,
.text-03,
.text-06,
.text-08,
.line {
  margin-top: 50px;
}

.text-04,
.text-05 {
  margin-top: 25px;
}