/*$primary: #4AFFFF;*/
/*$primary: #FE3701;*/
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans Japanese', YuGothic, 'Yu Gothic', 'Lato', sans-serif;
  font-size: 62.5%
  /*color: white;
  background-color: black;*/ }

html {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  background-color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  letter-spacing: 1px; }

p {
  margin: 0 0 25px;
  font-size: 1.4rem;
  line-height: 2.2; }

a {
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    /*color: darken($primary,20%);*/
    color: #0080CC; }

#topicsList {
  /*background: url(../img/bg_video_darker.png) repeat;*/
  /*background-color: rgba(0,0,0,0.4);*/
  overflow: hidden; }
  @media (max-width: 767px) {
    #topicsList {
      padding-bottom: 20px; } }

.container {
  width: auto;
  margin: 0;
  padding: 0; }

.row {
  margin: 0;
  padding: 0; }

.light {
  font-weight: 400; }

.navbar > .container .navbar-brand {
  margin: 0; }

.navbar-nav {
  margin: 0; }
  @media (max-width: 767px) {
    .navbar-nav {
      padding-bottom: 20px; } }

.navbar-custom {
  /*border-bottom: 1px solid rgba(white, 0.3);*/
  /*border-bottom: none;*/
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  background-color: black;
  margin-bottom: 0;
  padding: 20px 0;
  letter-spacing: 1px;
  background: #000;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out; }
  @media (max-width: 767px) {
    .navbar-custom {
      padding: 0; } }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: white; }
    @media (max-width: 767px) {
      .navbar-custom .navbar-toggle {
        position: absolute;
        right: -10px;
        top: 0; } }
    .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
      outline: none; }
  .navbar-custom .navbar-header {
    font-weight: 700;
    padding: 4px 0 0 40px; }
    @media (max-width: 767px) {
      .navbar-custom .navbar-header {
        padding: 0 0 0 20px; } }
    .navbar-custom .navbar-header:focus {
      outline: none; }
    .navbar-custom .navbar-header .navbar-brand {
      padding-top: 0;
      padding-right: 0; }
      @media (max-width: 767px) {
        .navbar-custom .navbar-header .navbar-brand {
          display: inline-block;
          margin-top: 5px; } }
    .navbar-custom .navbar-header img.logo_01 {
      height: 50%;
      display: inline-block;
      margin-right: 10px;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .navbar-custom .navbar-header img.logo_01 {
          width: 55%;
          display: inline-block;
          margin-right: 5px; } }
    .navbar-custom .navbar-header img.logo_02 {
      height: 120%; }
      @media (max-width: 767px) {
        .navbar-custom .navbar-header img.logo_02 {
          width: 22%; } }
  .navbar-custom a {
    /*color: white;*/ }
  .navbar-custom .nav > li {
    text-align: center; }
  .navbar-custom .nav {
    margin-right: 30px; }
    @media (max-width: 767px) {
      .navbar-custom .nav {
        margin-right: 0; } }
    .navbar-custom .nav li a {
      -webkit-transition: background .3s ease-in-out;
      transition: background .3s ease-in-out;
      text-align: center; }
      .navbar-custom .nav li a:hover {
        /*color: rgba(white, 0.8);*/
        outline: none;
        background-color: transparent; }
      .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
        outline: none;
        background-color: transparent; }
    .navbar-custom .nav li.active {
      outline: none; }
      .navbar-custom .nav li.active a {
        /*background-color: rgba(white, 0.3);*/
        color: #0080CC; }
        .navbar-custom .nav li.active a:hover {
          /*color: white;*/
          color: #0080CC; }
  .navbar-custom.top-nav-collapse .navbar-brand {
    margin: 10px 0; }
    .navbar-custom.top-nav-collapse .navbar-brand img {
      height: 90%; }

.link_movie img.btn_play {
  width: 100px;
  margin: auto;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .link_movie img.btn_play {
      width: 60px; } }
  .link_movie img.btn_play:hover {
    cursor: pointer;
    opacity: 0.75; }

.intro {
  width: 100%;
  /*min-height: 600px;*/
  /*margin-top: 90px;*/
  overflow: hidden;
  background-color: transparent;
  font-size: 2rem;
  position: relative; }
  .intro .video_info {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #0080CC;
    padding: 20px 30px; }
    @media (max-width: 767px) {
      .intro .video_info {
        position: absolute;
        width: 100%;
        left: auto;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px 20px; } }
    .intro .video_info h2.name {
      font-size: 2rem;
      margin-bottom: 6px; }
      @media (max-width: 767px) {
        .intro .video_info h2.name {
          font-size: 1.4rem;
          margin-bottom: 0px; } }
    .intro .video_info span.client {
      font-size: 1.2rem;
      display: inline-block;
      margin-bottom: 10px; }
    .intro .video_info p {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .intro .video_info p {
          font-size: 1.2rem;
          margin-bottom: 0px; } }
      .intro .video_info p .more {
        font-size: 1rem; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 400;
  text-align: right; }

@media (max-width: 767px) {
  .slick-dots li button {
    display: none; } }

.slick-dots li button::before {
  font-size: 12px; }

.slick-dots li.slick-active button::before {
  color: #0080CC; }

.slide_1 {
  background: url(../img/01_PERSONA5.jpg) no-repeat top center; }
  @media (max-width: 767px) {
    .slide_1 {
      background: url(../img/01_PERSONA5_sp.jpg) no-repeat top center;
      background-size: cover;
      -o-background-size: cover; } }

.slide_2 {
  background: url(../img/02_FINAL-FANTASY-XII-THE-ZODIAC-AGE.jpg) no-repeat top center; }
  @media (max-width: 767px) {
    .slide_2 {
      background: url(../img/02_FINAL-FANTASY-XII-THE-ZODIAC-AGE_sp.jpg) no-repeat top center;
      background-size: cover;
      -o-background-size: cover; } }

.slide_3 {
  background: url(../img/03_PROJECT-Re-FANTASY.jpg) no-repeat top center;
  background-size: cover;
  -o-background-size: cover; }
  @media (max-width: 767px) {
    .slide_3 {
      background: url(../img/03_PROJECT-Re-FANTASY_sp.jpg) no-repeat top center;
      background-size: cover;
      -o-background-size: cover; } }

.slide_4 {
  background: url(../img/04_STAR-OCEAN5.jpg) no-repeat top center; }
  @media (max-width: 767px) {
    .slide_4 {
      background: url(../img/04_STAR-OCEAN5_sp.jpg) no-repeat top center;
      background-size: cover;
      -o-background-size: cover; } }

.modal-dialog {
  position: relative;
  width: 100%;
  height: 100%; }

.modal-body {
  padding: 0; }

.modal-content {
  width: 900px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #000; }
  @media (max-width: 767px) {
    .modal-content {
      width: 100%;
      height: 150px; } }

iframe {
        /*@media(max-width:767px) {
            width: 100%;
            height: 100%;

        }*/ }

.modal-header {
  border-bottom: none; }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }
  .btn-circle:hover, .btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1); }
  .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s; }
  .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.intro-section {
  position: relative
  /*    @media(max-width:767px) {
          background-color: #000;
        }*/
  /*    .logo_intro {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
      }*/ }

.video_info {
  background-color: #000;
  position: absolute;
  left: 60px;
  bottom: 150px;
  color: #fff;
  padding: 10px 20px; }
  @media (max-width: 767px) {
    .video_info {
      left: 10px;
      bottom: 20px; } }
  .video_info h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .video_info h2 {
        font-size: 1.8rem; } }
  .video_info .more {
    font-size: 1.4rem;
    text-align: center; }
    @media (max-width: 767px) {
      .video_info .more {
        font-size: 1.2rem; } }

#spBG {
  background: none; }
  @media (max-width: 767px) {
    #spBG {
      height: auto;
      background-image: url("../img/MINISP.gif");
      background-color: #000;
      background-repeat: repeat;
      background-position: center top;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

.about-section {
  padding: 200px 0;
  background: url(../img/about-bg.jpg) no-repeat center center scroll;
  background-size: cover;
  -o-background-size: cover;
  height: auto; }
  @media (max-width: 767px) {
    .about-section {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .about-section .inner {
      width: 90%;
      margin: 0 auto; } }
  .about-section .about-text {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;*/ }
    @media (max-width: 767px) {
      .about-section .about-text {
        position: relative; } }
  .about-section p {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .about-section p {
        font-size: 1.2rem;
        text-align: left; } }
    @media (max-width: 767px) {
      .about-section p br {
        display: none; } }
  .about-section span {
    display: block;
    margin-bottom: 10px; }
    .about-section span.tit_1 {
      font-size: 2.1rem;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .about-section span.tit_1 {
          font-size: 1.1rem; } }
    .about-section span.tit_2 {
      font-size: 3rem; }
      @media (max-width: 767px) {
        .about-section span.tit_2 {
          font-size: 1.6rem;
          line-height: 1.4; } }
      .about-section span.tit_2 br {
        display: none; }
        @media (max-width: 767px) {
          .about-section span.tit_2 br {
            display: block; } }
    .about-section span.tit_3 {
      line-height: 1.6;
      font-size: 2rem; }
      @media (max-width: 767px) {
        .about-section span.tit_3 {
          font-size: 1.6rem; } }

.works-section {
  width: 1020px;
  margin: 0 auto;
  padding: 160px 0; }
  @media (max-width: 767px) {
    .works-section {
      width: 100%;
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .works-section .inner {
      width: 80%;
      margin: 0 auto; } }
  .works-section img {
    width: 100%; }
  @media (max-width: 767px) {
    .works-section {
      width: 100%; } }
  .works-section .thumb {
    margin: 5px;
    position: relative; }
  .works-section .bd {
    border: solid 1px #ddd; }
  .works-section .portfolio-box-caption {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0080CC;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
    color: #fff; }
    @media (max-width: 767px) {
      .works-section .portfolio-box-caption {
        position: relative;
        background-color: transparent;
        color: #000;
        opacity: 1;
        text-align: left;
        margin: 10px 0 20px 0;
        padding: 0;
        display: inline-block; } }
    .works-section .portfolio-box-caption div {
      padding: 0 10px; }
      @media (max-width: 767px) {
        .works-section .portfolio-box-caption div {
          padding: 0; } }
    .works-section .portfolio-box-caption:hover {
      opacity: 0.85; }
    @media (max-width: 767px) {
      .works-section .portfolio-box-caption .portfolio-box-caption-content span {
        display: inline-block;
        background-color: #fff;
        padding: 0 3px 1px 3px; } }
    .works-section .portfolio-box-caption .project-category {
      font-size: 1.2rem;
      margin-bottom: 8px; }
    .works-section .portfolio-box-caption .project-name {
      font-size: 1.4rem;
      margin-bottom: 6px; }
    .works-section .portfolio-box-caption .project-client {
      color: #000; }
  .works-section .modal-content {
    position: relative;
    box-shadow: none; }
  .works-section button.close {
    position: absolute;
    right: 0;
    top: 0; }

.company-section {
  width: 100%;
  padding: 200px 0;
  color: white;
  background-color: black
  /*background-color: rgba(0,0,0,0.85);*/ }
  @media (max-width: 767px) {
    .company-section .inner {
      width: 90%;
      margin: 0 auto; } }
  .company-section span {
    display: block;
    margin-bottom: 10px; }
    .company-section span.tit_1 {
      font-size: 2rem; }
      @media (max-width: 767px) {
        .company-section span.tit_1 {
          font-size: 1.6rem; } }
    .company-section span.tit_2 {
      font-size: 1.6rem; }
      @media (max-width: 767px) {
        .company-section span.tit_2 {
          font-size: 1.2rem; } }
  .company-section table {
    font-size: 1.4rem;
    width: auto;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .company-section table {
        font-size: 1.2rem; } }
    .company-section table th {
      padding: 10px 30px 10px 0;
      vertical-align: text-top; }
    .company-section table td {
      text-align: left;
      padding: 10px 0 10px 0; }

#divisions {
  padding-top: 200px;
  color: #fff;
  text-align: center; }
  @media (max-width: 767px) {
    #divisions {
      width: 90%;
      margin: 0 auto;
      text-align: left; } }
  @media (max-width: 767px) {
    #divisions br {
      display: none; } }
  #divisions h2 br {
    display: none; }
    @media (max-width: 767px) {
      #divisions h2 br {
        display: block; } }
  @media (max-width: 767px) {
    #divisions h2 {
      font-size: 2rem;
      text-align: center;
      line-height: 1.6; } }
  #divisions .link {
    text-align: center; }
  #divisions .link a {
    color: #fff !important;
    /*background-color: #000;*/
    display: inline-block;
    padding: 4px 15px 6px 12px;
    font-size: 1.4rem;
    border: solid 1px #fff; }
  #divisions .link a:hover {
    color: #fff !important;
    background-color: #0080CC;
    border: solid 1px #0080CC; }

.contact-section {
  width: 100%;
  padding: 250px 0 200px 0;
  position: relative;
  color: #fff; }
  @media (max-width: 767px) {
    .contact-section {
      padding: 150px 0; } }
  .contact-section h2 {
    font-size: 2rem;
    color: #fff; }
  .contact-section a {
    color: #fff; }
    .contact-section a:hover {
      color: #0080CC; }

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px; }

.copyright {
  font-size: 12px;
  font-family: 'Lato', sans-serif; }

@media (max-width: 767px) {
  .content-section {
    /*padding-top: 250px;*/ }

  .company-section {
    padding: 200px 0; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .company-section {
      padding: 100px 0; } }
@media (max-width: 767px) {
    .company-section table th, .company-section table td {
      width: auto;
      display: block; }
    .company-section table th {
      padding: 0 0 10px 0; }
    .company-section table td {
      padding: 0 0 40px 0; }

  #map {
    height: 400px;
    margin-top: 250px; } }
.btn {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0; }

.btn-default {
  border: 1px solid #0080CC;
  color: #0080CC;
  background-color: transparent; }
  .btn-default:hover, .btn-default:focus {
    border: 1px solid #0080CC;
    outline: none;
    color: black;
    background-color: #0080CC; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  position: absolute;
  bottom: 0;
  padding: 50px 0;
  width: 100%; }
  footer p {
    margin: 0;
    text-align: center;
    display: block;
    width: 100%; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

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