@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  color: #000;
  width: 100%;
  min-height: 100%;
}

body.fixed {
  width: 100%;
  position: fixed;
  top: auto;
  overflow: hidden;
  z-index: 1;
}

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

a {
  color: #00f;
  text-decoration: none;
  outline: none;
}

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

/*======================================================== */
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 1160px;
}

* {
  -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;
}

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

.clearfix:after, body .site-wrapper #footer .footer-links:after {
  content: "";
  clear: both;
  display: block;
}

.site-wrapper {
  width: 100%;
}
.site-wrapper .debug-sheet {
  position: absolute;
  width: 1180px;
  top: 0;
  left: 50%;
  margin-left: -590px;
  z-index: 1000000;
  opacity: 0.5;
  display: none;
  overflow-x: hidden;
}

body {
  background-color: #000;
}
body .site-wrapper #header {
  position: fixed;
  z-index: 10;
  height: 30px;
  width: 100%;
}
body .site-wrapper #header .header-logo {
  display: none;
  z-index: 10;
}
body .site-wrapper #header .header-totop {
  margin-top: 17px;
  margin-left: 24px;
}
body .site-wrapper #header .nav {
  position: absolute;
  top: 1px;
  right: 9px;
  text-align: right;
}
body .site-wrapper #header .nav .lang {
  display: inline-block;
  position: relative;
  z-index: 10;
}
body .site-wrapper #header .nav .lang li {
  display: inline-block;
  position: absolute;
}
body .site-wrapper #header .nav .lang .jp {
  top: 4px;
  left: -220px;
}
body .site-wrapper #header .nav .lang .en {
  top: 4px;
  left: -140px;
}
body .site-wrapper #header .nav .app {
  display: inline-block;
  position: relative;
  z-index: 10;
}
body .site-wrapper #header .nav .app li {
  display: inline-block;
  position: absolute;
}
body .site-wrapper #header .nav .app .fb {
  top: 4px;
  left: -64px;
}
body .site-wrapper #header .nav .app .tw {
  top: 4px;
  left: -34px;
}
body .site-wrapper .main-container {
  min-width: 1160px;
}
body .site-wrapper #footer {
  padding-top: 88px;
}
body .site-wrapper #footer .footer-links .footer-logo {
  display: inline-block;
  margin-left: 15px;
}
body .site-wrapper #footer .footer-links .right-section {
  float: right;
}
body .site-wrapper #footer .footer-links .right-section .footer-contact {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 3px;
}
body .site-wrapper #footer .footer-links .right-section .footer-ps4 {
  display: inline-block;
  margin-right: 13px;
}
body .site-wrapper #footer .footer-links .right-section .footer-copyright {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: arial;
  margin-right: 13px;
}

/*======================================================== */
/*  PAGE  STYLES */
/*======================================================== */
/* page styles */
body#page-home .site-wrapper .main-container .kv {
  position: relative;
  background-image: url(/assets/images/top_kv.png?adbb2300);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 1180px 645px;
  background-size: cover;
  height: 100vh;
  z-index: 1;
}
body#page-home .site-wrapper .main-container .kv .kv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -458px;
}
body#page-home .site-wrapper .main-container .kv .kv-title img {
  position: relative;
  margin: 0 auto;
}
body#page-home .site-wrapper .main-container .container {
  background-image: url(/assets/images/main_ptn_bg.png?ugn2uh6nx), url(/assets/images/main_bg.png?ugn2uh6o7);
  background-size: 4px 4px, 100%;
  background-repeat: repeat, no-repeat;
  background-position: center top, right top;
  background-color: #000;
  position: relative;
  z-index: 2;
}
body#page-home .site-wrapper .main-container .container .inner {
  width: 880px;
  margin: 0 auto 0;
  padding-top: 93px;
  padding-bottom: 108px;
}
body#page-home .site-wrapper .main-container .container .inner .movie {
  margin-bottom: 95px;
}
body#page-home .site-wrapper .main-container .container .inner .ss .title {
  margin-bottom: 28px;
}
body#page-home .site-wrapper .main-container .container .inner .ss .title img {
  margin: 0 auto;
}
body#page-home .site-wrapper .main-container .container .inner .ss .ss-list {
  font-size: 0;
}
body#page-home .site-wrapper .main-container .container .inner .ss .ss-list li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
}
body#page-home .site-wrapper .main-container .container .inner .ss .ss-list li:nth-child(3), body#page-home .site-wrapper .main-container .container .inner .ss .ss-list li:nth-child(6) {
  margin-right: 0;
}
body#page-home .site-wrapper .main-container .rectuit {
  background-image: url(/assets/images/top_rectuit_bg.png?4aff0199);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 1180px 328px;
  background-size: 100%;
  text-align: center;
  height: 328px;
}
body#page-home .site-wrapper .main-container .rectuit .title {
  padding-top: 80px;
  margin-bottom: 30px;
}
body#page-home .site-wrapper .main-container .rectuit .title img {
  margin: 0 auto;
}
body#page-home .site-wrapper .main-container .rectuit .btn {
  display: inline-block;
}

#cboxPrevious, #cboxNext {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

#cboxPrevious {
  left: -50px;
  background: url(/assets/images/modal_arrow_prev.png) no-repeat;
}

#cboxNext {
  right: -50px;
  background: url(/assets/images/modal_arrow_next.png) no-repeat;
}

#colorbox {
  top: auto !important;
  left: auto !important;
  bottom: 50% !important;
  right: 50% !important;
  transform: translate(50%, 50%) !important;
  overflow: visible !important;
  max-width: 100%;
  max-height: 100%;
}

.ss {
  width: 880px !important;
  overflow: visible !important;
}
.ss #cboxWrapper {
  max-width: 880px !important;
  width: 100% !important;
  height: auto !important;
}
.ss #cboxWrapper #cboxContent {
  max-width: 880px !important;
  width: 100% !important;
  height: auto !important;
}
.ss #cboxWrapper #cboxContent #cboxLoadedContent {
  max-width: 880px !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}

@media screen and (max-width: 880px) {
  .ss {
    width: 100% !important;
  }
  .ss #cboxWrapper {
    width: 100% !important;
  }
  .ss #cboxWrapper #cboxContent {
    width: 100% !important;
    height: auto !important;
  }
  .ss #cboxWrapper #cboxContent #cboxLoadedContent .cboxPhoto {
    width: 85% !important;
    height: auto !important;
  }
  .ss #cboxWrapper #cboxContent #cboxPrevious {
    left: 0px;
  }
  .ss #cboxWrapper #cboxContent #cboxNext {
    right: 0px;
  }
}
body#page-contact .site-wrapper #main-container #contact-container, body#page-contact-complete .site-wrapper #main-container #contact-container {
  padding-top: 52px;
  padding-bottom: 71px;
  width: 800px;
  margin: 0 auto 0;
}
body#page-contact .site-wrapper #main-container #contact-container .headtext, body#page-contact-complete .site-wrapper #main-container #contact-container .headtext {
  font-size: 26px;
  color: #b95b45;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}
body#page-contact .site-wrapper #main-container #contact-container h2.title, body#page-contact-complete .site-wrapper #main-container #contact-container h2.title {
  width: 442px;
  margin: 0 auto 0;
  margin-bottom: 55px;
}
body#page-contact .site-wrapper #main-container #contact-container .err-box, body#page-contact-complete .site-wrapper #main-container #contact-container .err-box {
  border: 1px solid #b95b45;
  padding: 15px 30px;
  margin-bottom: 21px;
}
body#page-contact .site-wrapper #main-container #contact-container .err-box ul.err-list li, body#page-contact-complete .site-wrapper #main-container #contact-container .err-box ul.err-list li {
  font-size: 16px;
  color: #b95b45;
}
body#page-contact .site-wrapper #main-container #contact-container .lead, body#page-contact-complete .site-wrapper #main-container #contact-container .lead {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
body#page-contact .site-wrapper #main-container #contact-container .lead-red, body#page-contact-complete .site-wrapper #main-container #contact-container .lead-red {
  color: #b95b45;
  font-size: 14px;
  margin-bottom: 19px;
}
body#page-contact .site-wrapper #main-container #contact-container .input-title, body#page-contact-complete .site-wrapper #main-container #contact-container .input-title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 13px;
}
body#page-contact .site-wrapper #main-container #contact-container .input-title .required, body#page-contact-complete .site-wrapper #main-container #contact-container .input-title .required {
  color: #b95b45;
  font-size: 14px;
  margin-left: 18px;
}
body#page-contact .site-wrapper #main-container #contact-container form#contact-form textarea, body#page-contact-complete .site-wrapper #main-container #contact-container form#contact-form textarea {
  font-size: 18px;
  background: #0f0f0f;
  color: #fff;
  resize: none;
  width: 100%;
  height: 347px;
  border: 1px solid #4a4a4a;
  outline: none;
  padding: 15px 20px;
  overflow-y: auto;
}
body#page-contact .site-wrapper #main-container #contact-container form#contact-form .input-confirm, body#page-contact-complete .site-wrapper #main-container #contact-container form#contact-form .input-confirm {
  font-size: 18px;
  border: 1px solid #4a4a4a;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  word-break: break-all;
}
body#page-contact .site-wrapper #main-container #contact-container form#contact-form .bottom-red, body#page-contact-complete .site-wrapper #main-container #contact-container form#contact-form .bottom-red {
  color: #b95b45;
  font-size: 14px;
  margin-bottom: 19px;
}
body#page-contact .site-wrapper #main-container #contact-container .send-btns, body#page-contact-complete .site-wrapper #main-container #contact-container .send-btns {
  margin-top: 57px;
  display: flex;
  justify-content: center;
}
body#page-contact .site-wrapper #main-container #contact-container .send-btns a, body#page-contact-complete .site-wrapper #main-container #contact-container .send-btns a {
  outline: none;
  display: inline-block;
  width: 285px;
  height: 97px;
}
body#page-contact .site-wrapper #main-container #contact-container .send-btns a:nth-child(2), body#page-contact-complete .site-wrapper #main-container #contact-container .send-btns a:nth-child(2) {
  margin-left: 40px;
}

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