@charset "UTF-8";
html, body, div, 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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  word-break: normal;
  word-wrap: break-word;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, select {
  vertical-align: middle;
  border: none;
}

textarea {
  resize: none;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

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

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

th, td {
  vertical-align: middle;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: #00326c;
  text-decoration: none;
}

a:hover {
  color: #00326c;
  text-decoration: underline;
  transition: .3s ease-in;
}

.test {
  border: solid 1px red;
}

a:hover img.alpha {
  opacity: 0.8;
}

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

.block {
  display: block;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.vm {
  vertical-align: middle !important;
}

.vt {
  vertical-align: top !important;
}

.vb {
  vertical-align: bottom !important;
}

html {
  background: url('../img/bg_pattern.jpg?1536046216') repeat #000000;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

.hover:after {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform: translate3d(0px, 0px, 0px);
}

.logo a:hover,
.sns a:hover {
  opacity: .7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_base {
  width: 100%;
  height: auto;
}

.loading {
  margin: 100px auto;
  width: 130px;
  height: 504px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -252px;
  z-index: 100;
}
.loading__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 504px;
  background: #000000;
  z-index: 99999;
}

.loading > div {
  display: none;
}

.hide {
  display: none;
  max-width: 800px;
}

body {
  background: url('../img/bg_pattern.jpg?1536046216') repeat;
}

.header {
  min-width: 1100px;
  height: 100px;
  background: url('../img/line.jpg?1536046216') repeat-x bottom center;
}

.animation__wrapper {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.animation__wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.animation__wrapper .visual_01 {
  background: url('../img/index/visual_01.png?1536046216') no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.animation__wrapper .visual_02 {
  background: url('../img/index/visual_02.png?1536046216') no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.animation__wrapper .visual_03 {
  background: url('../img/index/visual_03.png?1536046216') no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.animation__wrapper .visual_04 {
  background: url('../img/index/visual_04.png?1536046216') no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  left: 100px;
}
.animation__wrapper .visual_05 {
  background: url('../img/index/visual_05.png?1536046216') no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
}

.content {
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-width: 1100px;
  min-height: 707px;
  z-index: 2;
  position: relative;
}
.content__wrapper {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.content__inner {
  position: relative;
  min-width: 1100px;
  min-height: 707px;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.content__logo {
  display: block;
  position: absolute;
  bottom: 104px;
  left: 50%;
  margin-left: -550px;
  opacity: 0;
}
.content__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.content__ucsf {
  position: absolute;
  right: 23px;
  bottom: 138px;
  opacity: 0;
}
.content__movie_thambnail {
  width: 630px;
  height: 101px;
  position: absolute;
  bottom: 20px;
  right: 24px;
  opacity: 0;
}
.content__movie_thambnail li img, .content__movie_thambnail li a {
  width: 100%;
  height: auto;
}
.content__movie_thambnail__special {
  float: right;
  margin: -3px 0 0 10px;
}
.content__movie_thambnail__youtube {
  float: right;
  margin-left: 10px;
}
.content__movie_thambnail__banner {
  float: right;
}
.content__anime_bnr {
  width: 253px;
  height: 76px;
  position: absolute;
  top: 612px;
  left: 20px;
  display: block;
  opacity: 0;
}
.content__video {
  width: 100%;
  max-width: 800px;
  height: 494px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content__video__wrapper {
  max-width: 800px;
  max-height: 450px;
  position: relative;
  margin-top: 44px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content__video video {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.content__video__close {
  position: absolute;
  top: -44px;
  right: 0;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 44px;
}
.content__bt_search {
  width: 166px;
  height: 147px;
  position: absolute;
  bottom: 255px;
  right: 24px;
  display: block;
  opacity: 0;
}
.content__store_search {
  display: none;
  background: none;
  width: 700px;
  height: 544px;
  background: url('../img/search/bg_search.png?1536046217') no-repeat 0 bottom;
}
.content__store_search__form {
  position: absolute;
  top: 338px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 376px;
}
.content__store_search__form__select {
  width: 376px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  outline: none;
  margin-bottom: 27px;
}
.content__store_search__form__submit {
  display: block;
  margin: 0 auto;
  outline: none;
}

.footer {
  background: url('../img/line.jpg?1536046216') repeat-x top center, url('../img/bg_pattern.jpg?1536046216') repeat;
  padding-top: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1100px;
  z-index: 2;
  position: relative;
  padding-bottom: 15px;
  bottom: 0;
}
.footer__inner {
  width: 988px;
  margin: 0 auto;
}
.footer__menu {
  margin-bottom: 17px;
}
.footer__menu li {
  display: inline-block;
  margin: 0 8px 0 0;
  float: left;
  height: 50px;
}
.footer__menu li:nth-last-child(1) {
  margin-right: 0;
}
.footer__other {
  margin-bottom: 13px;
}
.footer__other li {
  display: inline-block;
  float: left;
  height: 40px;
}
.footer__other li:nth-child(1) {
  margin-right: 20px;
}
.footer__other li:nth-child(2) {
  margin-right: 20px;
}
.footer__other li:nth-child(3) {
  margin-right: 22px;
  padding-top: 9px;
}
.footer__other li:nth-child(4) {
  margin-right: 45px;
  padding-top: 9px;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--inline .fancybox-close-small {
  top: -44px;
  right: 0;
  background: url('../img/close.png?1536046216');
  width: 44px;
  height: 44px;
  display: block;
}
.fancybox-slide--iframe .fancybox-close-small::after,
.fancybox-slide--inline .fancybox-close-small::after {
  display: none;
}

.fancybox-slide--inline .fancybox-close-small {
  top: 0;
}

.menu__btn {
  position: fixed;
  top: -100px;
  right: 50px;
  z-index: 10;
  cursor: pointer;
  width: 122px;
  height: 74px;
}
.menu__close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.show .menu__close {
  display: block;
}
.menu__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 8;
  display: none;
}
.menu__container {
  background: url('../img/common/bg_menu.png?1536046216');
  width: 992px;
  height: 534px;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.menu__list {
  height: 100%;
  padding: 49px 64px 0 0;
  box-sizing: border-box;
}
.menu__list li {
  float: right;
  margin-left: 3px;
}
.menu__list li a {
  display: block;
  position: relative;
}
.menu__list li img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.menu__list li.on img.on {
  display: block;
}

.detail__wrapper {
  height: auto;
  width: 100%;
  opacity: 0;
  position: relative;
}
.detail__wrapper.gameflow {
  background: url('../img/gameflow/bg.jpg?1536046216') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.reach-flow {
  background: url('../img/reach-flow/bg.jpg?1536046217') no-repeat top left;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.reach-performance {
  background: url('../img/reach-performance/bg.jpg?1536046217') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.focus {
  background: url('../img/focus/bg.jpg?1536046216') no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.chance {
  background: url('../img/chance/bg.jpg?1536046216') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.hit {
  background: url('../img/hit/bg.jpg?1536046216') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.notice-performance {
  background: url('../img/notice-performance/bg.jpg?1536046217') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.spec {
  background: url('../img/spec/bg.jpg?1536046217') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.role {
  background: url('../img/role/bg.jpg?1536046217') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.time {
  background: url('../img/role/bg.jpg?1536046217') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.reason {
  background: url('../img/reason/bg.jpg?1536046217') no-repeat top right;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__wrapper.interview {
  background: url('../img/hit/bg.jpg?1536046216') no-repeat top right fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.detail__logo {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 182px;
  height: 102px;
}
.detail__logo a {
  display: block;
}
.detail__title {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.detail__content {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
  min-width: 1100px;
  text-align: center;
  height: 1%;
  opacity: 0;
}
.detail__content.intervirw {
  min-width: 1280px;
}
.detail__content__reach-flow {
  padding-bottom: 0;
}
.detail__content__role {
  padding-bottom: 0;
  width: 100%;
  height: 752px;
  box-sizing: border-box;
  margin: 0 auto;
  background: url('../img/role/content.png?1536046217') no-repeat top center;
}
.detail__content__time {
  padding-bottom: 0;
}
.detail__content img {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.interview__bg_character {
  background: url('../img/interview/bg_character.png?1536046216') 0 0 no-repeat;
  background-size: 100% auto;
}
.interview__wrapper {
  background: url('../img/interview/bg_content_01.jpg?1536046216') center center repeat-y;
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 370px 0 105px;
}
.interview__inner {
  background: url('../img/interview/bg_content_02.jpg?1536046216') 0 0 repeat-y;
  width: 1088px;
  margin: 0 auto;
  position: relative;
  padding-top: 220px;
}
.interview__top {
  display: block;
  position: absolute;
  top: -370px;
  left: 0;
}
.interview__btm {
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
}
.interview__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -440px;
}
.interview__img_001 {
  display: block;
  margin: 0 auto 30px;
  width: 318px !important;
  height: auto;
}
.interview__talk {
  background: url('../img/interview/line.png?1536046216') left top no-repeat;
  width: 948px;
  margin: 0 auto 40px;
}
.interview__talk dt, .interview__talk dd {
  min-height: 112px;
  background: url('../img/interview/line.png?1536046216') left bottom no-repeat;
  padding: 42px 0 42px 135px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.interview__talk dt:before, .interview__talk dd:before {
  content: "";
  width: 110px;
  height: 97px;
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
}
.interview__talk dt {
  color: #7b0901;
}
.interview__talk dt:before {
  background: url('../img/interview/ic_01.png?1536046216') no-repeat 0 0;
}
.interview__talk dd {
  color: #000000;
}
.interview__talk dd:before {
  background: url('../img/interview/ic_02.png?1536046216') no-repeat 0 0;
}
.interview__end_text {
  width: 948px;
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.1;
  font-feature-settings: "palt";
}
.interview__img_002__inner, .interview__img_003__inner, .interview__img_005__inner {
  width: auto !important;
  display: table;
}
.interview__img_002__inner p, .interview__img_003__inner p, .interview__img_005__inner p {
  display: table-cell;
  width: 456px;
  vertical-align: top;
}
.interview__img_002__inner .image, .interview__img_003__inner .image, .interview__img_005__inner .image {
  display: table-cell;
  width: 370px;
  text-align: right;
  vertical-align: top;
}
.interview__img_002__inner .image img, .interview__img_003__inner .image img, .interview__img_005__inner .image img {
  width: auto !important;
  display: block;
  position: relative;
  margin: -20px 0 0 0;
}
.interview__img_004 {
  width: auto !important;
  display: block !important;
  margin-top: 40px !important;
}
.interview__img_005__inner p {
  width: 480px;
}
.interview__img_005__inner .image {
  width: 320px;
  vertical-align: bottom;
}
.interview__img_005__inner .image img {
  margin: 0 0 0 0;
  display: inline-block;
}
.interview__img_006__inner {
  width: auto !important;
  display: table;
}
.interview__img_006__inner p {
  display: table-cell;
  width: 500px;
  vertical-align: top;
  padding-bottom: 90px;
}
.interview__img_006__inner .image {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto !important;
}

@media screen and (min-width: 1238px) {
  .detail__content__spec img {
    width: auto;
    max-width: initial;
  }
}
@media screen and (min-width: 1259px) {
  .detail__content__role img {
    width: auto;
    max-width: initial;
  }
}
@media screen and (min-width: 1218px) {
  .detail__content__time img {
    width: auto;
    max-width: initial;
  }
}
