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

img {
  vertical-align: bottom;
  border: none;
}

iframe,
button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
  line-height: 1.8;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: #000;
  -webkit-text-size-adjust: 100%;
}

#IndexPC {
  background: #000;
}

a:link, a:visited {
  color: inherit;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

#MainCanvas {
  position: relative;
  z-index: 10;
}

#SnsBrowserAlert {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
}

#SnsBrowserAlert .message {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -160px 0 0 -160px;
}

#SnsButtons {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  opacity: 0;
  background: url(../images/000_common/sns/sns-bg.jpg) no-repeat;
  background-size: 100% 90px;
}

#SnsButtons.isShow {
  display: block;
}

#SnsButtons ul {
  padding-top: 16px;
}

#SnsButtons li {
  display: inline-block;
  vertical-align: top;
  height: 61px;
}

#PrimaryContents {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/pc/top/pc-bg.jpg) no-repeat 50% 50%;
}

#PrimaryContents #MainCanvas {
  position: absolute;
  left: 0;
  right: 12px;
  top: 0;
  bottom: 12px;
  margin: auto;
  width: 448px;
  height: 700px;
}

#PrimaryContents #SnsButtons {
  top: 600px;
  left: 0;
  right: 12px;
  bottom: 0;
  width: 448px;
  margin: auto;
}

#SmartPhoneFrame {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 560px;
  height: 1000px;
  margin: auto;
  background: url(../images/pc/top/pc-smartphone.png) no-repeat 50% 50%;
}

#Scroll {
  opacity: 0;
  width: 1px;
  height: 10000px;
  display: none;
}
