@charset "UTF-8";
/*======================================================== */
/*  NORMALIZE */
/*======================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

/*======================================================== */
/*  TAG RESET */
/*======================================================== */
html, body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  color: #333333;
  width: 100%;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #ff9c31;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*======================================================== */
body {
  min-width: 980px;
}

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

/*======================================================== */
/*  GLOBAL CLASS  STYLES */
/*  場所にかかわらず使えるスタイルで、基本的に変更すべきではない */
/*======================================================== */
.ab {
  position: absolute;
}

.debug {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #F00;
}

.anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -130px;
  left: 50%;
  z-index: -9999;
}

body.display-boxline * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00F;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

html, body {
  margin: 0;
}

.debug-sheet {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.5;
  display: none;
  overflow-x: hidden;
}
.debug-sheet img {
  max-width: none;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -490px;
}

body#prikome {
  background-image: url(/prikome/assets/images/prikome_bg.jpg?d4b290b8);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  background-size: 1920px 1095px;
  background-size: contain;
  min-width: 980px;
}
body#prikome .cover {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
}
body#prikome .site-wrapper {
  min-width: 980px;
  overflow: visible;
  background-image: url(/prikome/assets/images/prikome_kv.png?7f99a378);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 1480px 1021px;
}
body#prikome .site-wrapper header {
  width: 980px;
  margin: 0 auto 0;
}
body#prikome .site-wrapper header h1 {
  float: right;
  margin-top: 517px;
  margin-right: 0px;
  margin-bottom: 51px;
}
body#prikome .site-wrapper .sns-nav {
  position: fixed;
  top: 258px;
  right: 0px;
  width: 82px;
  height: 151px;
  background-image: url(/prikome/assets/images/prikome_sns_bg.png?85d74165);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 82px 151px;
}
body#prikome .site-wrapper .sns-nav .twitter {
  top: 29px;
  left: 26px;
}
body#prikome .site-wrapper .sns-nav .facebook {
  top: 80px;
  left: 26px;
}
body#prikome .site-wrapper .contents #movie {
  width: 559px;
  margin: 0 auto 0;
  margin-bottom: 43px;
}
body#prikome .site-wrapper .contents .box {
  width: 980px;
  margin: 0 auto 0;
  margin-bottom: 33px;
}
body#prikome .site-wrapper .contents .box.box3 {
  margin-bottom: 71px;
}
body#prikome .site-wrapper .contents .sorry {
  height: 471px;
  background-image: url(/prikome/assets/images/prikome_box4_char.png), url(/prikome/assets/images/prikome_box4_bg.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, left top;
  margin-bottom: 49px;
}
body#prikome .site-wrapper .contents .sorry .sorry-inner {
  width: 980px;
  margin: 0 auto 0;
}
body#prikome .site-wrapper .contents .sorry .sorry-inner img {
  display: block;
  float: right;
  margin-top: 113px;
}
body#prikome .site-wrapper .contents .purchase {
  width: 980px;
  margin: 0 auto 0;
  margin-bottom: 77px;
}
body#prikome .site-wrapper .contents .applinks {
  background: #ffe8a3;
  height: 237px;
  margin-bottom: 106px;
}
body#prikome .site-wrapper .contents .applinks .applinks-inner {
  width: 980px;
  margin: 0 auto 0;
  padding-top: 62px;
}
body#prikome .site-wrapper .contents .applinks .applinks-inner .applogo {
  float: left;
  margin-top: 18px;
  margin-left: 7px;
}
body#prikome .site-wrapper .contents .applinks .applinks-inner .applink {
  float: left;
  margin-top: 0px;
  margin-left: 32px;
  margin-right: 28px;
}
body#prikome .site-wrapper .contents .applinks .applinks-inner .applink .downloadhere {
  margin-left: 50px;
  margin-bottom: 25px;
}
body#prikome .site-wrapper .contents .applinks .applinks-inner .applink .appstore {
  float: left;
  margin-right: 5px;
}
body#prikome .site-wrapper .contents .applinks .applinks-inner .applink .googleplay {
  float: left;
}
body#prikome .site-wrapper .contents .applinks .applinks-inner .text {
  font-size: 14px;
  color: #595a5a;
  margin-top: 14px;
}
body#prikome .site-wrapper footer {
  margin-bottom: 100px;
}
body#prikome .site-wrapper footer .totop {
  width: 75px;
  margin: 0 auto 0;
  margin-bottom: 73px;
}
body#prikome .site-wrapper footer .cygames-logo {
  width: 111px;
  margin: 0 auto 0;
  margin-bottom: 20px;
}
body#prikome .site-wrapper footer .copyright {
  text-align: center;
  font-size: 11px;
  color: #717171;
}
body#prikome .colorbox-overlay {
  background: url(/prikome/assets/images/colorbox_overlay.png);
  background-image: url(/prikome/assets/images/prikome_bg.jpg?d4b290b8);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  background-size: 1920px 1095px;
  background-size: cover;
}
body#prikome .colorbox-overlay .colorbox-wrap .colorbox-skin .colorbox-outer {
  position: relative;
  top: 40px;
}
body#prikome .colorbox-overlay .colorbox-wrap .colorbox-skin .colorbox-outer:after {
  content: url(/prikome/assets/images/modal_title.png);
  position: absolute;
  top: -200px;
  left: 50%;
  margin-left: -450px;
  z-index: 8040;
}
body#prikome .colorbox-overlay .colorbox-wrap .colorbox-skin .colorbox-close {
  background: url(/prikome/assets/images/modal_close2.png) no-repeat;
  top: 670px;
  left: 50%;
  margin-left: -180px;
  width: 361px;
  height: 74px;
}
body#prikome .colorbox-overlay .colorbox-wrap .colorbox-skin #colorbox-loading div {
  display: none;
}
body#prikome #colorbox-loading {
  display: none !important;
}

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