@charset "UTF-8";
/* -----------------------------------
  カラー各種設定
----------------------------------- */
/* -----------------------------------
  文字サイズ各種設定
----------------------------------- */
/* -----------------------------------
  余白各種設定
----------------------------------- */
/* -----------------------------------
  BASE
----------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word; }

body {
  color: #282828;
  font-family: 'NotoSansCJKjp', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  min-width: 640px; }

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.otf") format("OpenType"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.otf") format("OpenType"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2"), url("../font/NotoSansJP-Black.woff") format("woff"), url("../font/NotoSansJP-Black.otf") format("OpenType"); }
img {
  height: auto;
  max-width: 100%; }

a {
  color: #282828;
  text-decoration: none; }

input, textarea, select, button {
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

input, textarea, select, button, label {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* Mixins */
/* bg shortcodes */
.grd_border span,
.grd_border:before {
  background: #0071be;
  background: -moz-linear-gradient(left bottom, #0071be 0%, #0071be 10%, #18edff 100%);
  background: -webkit-linear-gradient(left bottom, #0071be 0%, #0071be 10%, #18edff 100%);
  background: linear-gradient(to right top, #0071be 0%, #0071be 10%, #18edff 100%); }

.grd_border_contents {
  position: relative; }
  .grd_border_contents span {
    display: inline-block;
    padding: 6px;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out; }

/* -----------------------------------
  HEADER
----------------------------------- */
header {
  background: #fff;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all .5s ease;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  border-bottom: 2px solid #0071be;
  opacity: 1; }
  header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0071be;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  header.scrolling {
    color: #fff;
    padding: 10px 0;
    border-bottom: none; }
    header.scrolling h1 a {
      background: url("../images/shared/logo_white.png") no-repeat 0 0/338px 54px; }
    header.scrolling::before {
      opacity: 1; }
    header.scrolling .btn_eq a {
      background: #552b8c;
      color: #fff; }
      header.scrolling .btn_eq a span:before, header.scrolling .btn_eq a span:after {
        background: #552b8c; }
      header.scrolling .btn_eq a:before, header.scrolling .btn_eq a:after {
        background: #552b8c; }
      header.scrolling .btn_eq a:hover {
        background: #fff;
        color: #552b8c; }
  header .inner {
    position: relative; }
  header h1 a {
    background: url("../images/shared/logo.png") no-repeat 0 0/338px 54px;
    display: block;
    float: left;
    height: 54px;
    margin: 8px 0 0;
    width: 338px;
    text-indent: -9999px; }

/* -----------------------------------
  CONTENTS
----------------------------------- */
#page {
  padding: 100px 0 0; }

#contents {
  padding: 0 0 120px; }
  #contents section h2 {
    margin: 0 0 80px; }

.inner {
  margin: 0 2%; }

.section_padding {
  padding: 0 0 80px; }

.bg_blue {
  background: #d5eeff;
  margin: 0 0 30px;
  padding: 40px 0;
  position: relative;
  z-index: 0; }

.bg_gray {
  background: #F2F2F2;
  padding: 40px 0;
  position: relative;
  z-index: 0; }
  .bg_gray.news_margin {
    margin: 0 0 80px; }

.btn {
  text-align: center; }
  .btn a {
    box-sizing: border-box;
    background: #0071be;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    min-width: 400px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none !important; }
    .btn a:hover {
      background: #0071be; }
    .btn a span {
      display: block;
      padding: 20px; }
  .btn.btn_left {
    text-align: left; }
    .btn.btn_left a {
      text-align: center; }
  .btn .blank span {
    background: url("../images/shared/icon_blank.png") no-repeat right 80px top 50%/18px; }

.btn_official a {
  background: #552b8c; }

.btn_back_list a {
  background: #282828;
  min-width: 160px; }

.sub_navi {
  margin: 0 0 70px; }
  .sub_navi li {
    margin: 0 0 10px; }
    .sub_navi li a {
      background: #000;
      color: #fff;
      display: block;
      padding: 10px;
      text-align: center;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .sub_navi li.current-cat a {
      background: #0071be; }

.pager {
  text-align: right; }
  .pager li {
    display: inline-block;
    margin: 0 0 0 5px; }
  .pager a,
  .pager .current {
    background: #000;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 10px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .pager a:hover,
    .pager .current:hover {
      background: #0071be; }
  .pager .current {
    background: #0071be; }
  .pager.in {
    text-align: center; }
    .pager.in li {
      margin: 0 5px;
      min-width: 100px; }
      .pager.in li a {
        margin: 0 5px; }

.article_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .article_list > li {
    margin: 0 0 60px;
    position: relative;
    width: 48%; }
    .article_list > li span img {
      width: 100%; }
    .article_list > li .article_title {
      min-height: 60px;
      padding: 5px 0 70px; }
    .article_list > li .article_date {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .article_list > li .article_date .category_label {
        color: #fff;
        font-size: 2rem;
        min-width: 120px;
        padding: 2px 5px;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center; }
      .article_list > li .article_date .category_event {
        background: #e9a719; }
      .article_list > li .article_date .category_product {
        background: #20b9da; }
      .article_list > li .article_date .category_company {
        background: #1076ce; }
      .article_list > li .article_date .category_recruit {
        background: #e765c1; }
      .article_list > li .article_date .date {
        color: #ababab;
        font-size: 2rem;
        font-weight: bold;
        position: absolute;
        right: 0;
        bottom: 0; }
    .article_list > li.width_max {
      width: 100%; }

.accordion {
  padding: 0 0 5px; }
  .accordion dt {
    background: #d5eeff;
    font-weight: bold;
    padding: 10px 70px 10px 20px;
    position: relative; }
    .accordion dt .arrow {
      background: url("../images/shared/accordion_arrow.gif") no-repeat right center/65px #0071be;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 65px; }
    .accordion dt.active .arrow {
      background: url("../images/shared/accordion_arrow_active.gif") no-repeat right center/65px #0071be; }
  .accordion dd {
    background: #f4fbff;
    padding: 10px 20px; }

/* -----------------------------------
  FOOTER
----------------------------------- */
footer .footer_navi {
  background: #282828;
  overflow: hidden;
  padding: 50px 0; }
  footer .footer_navi li {
    color: #fff; }
    footer .footer_navi li:not(:last-child) {
      margin: 0 0 20px; }
    footer .footer_navi li span {
      display: none; }
    footer .footer_navi li a {
      color: #fff; }
footer .copyright_area {
  background: #0071be;
  overflow: hidden;
  padding: 20px 0; }
  footer .copyright_area .footer_logo {
    display: none; }
  footer .copyright_area .copyright {
    text-align: center; }

@media print, screen and (max-width: 768px) {
  /* -----------------------------------
    SP BASE
  ----------------------------------- */
  .pc_only {
    display: none; }

  #page_top {
    display: none !important; }

  .btn_more {
    margin: 80px 0 0; }

  /* -----------------------------------
    HEADER
  ----------------------------------- */
  header h1 img {
    width: 338px; }

  /* -----------------------------------
    SP NAVI
  ----------------------------------- */
  .btn_sp_menu {
    float: right;
    padding: 8px 0 0 0;
    position: relative;
    z-index: 99; }

  .menu_trigger,
  .menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu_trigger {
    height: 52px;
    position: relative;
    width: 62px; }

  .menu_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000; }

  .menu_trigger.active span {
    background-color: #fff; }

  .menu_trigger span:nth-of-type(1) {
    top: 0; }

  .menu_trigger span:nth-of-type(2) {
    top: 23px; }

  .menu_trigger span:nth-of-type(3) {
    bottom: 0; }

  .menu_trigger.active span:nth-of-type(1) {
    width: 60%;
    -webkit-transform: translate3d(2px, 13px, 0) rotate(45deg);
    transform: translate3d(2px, 13px, 0) rotate(45deg); }

  .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0px, 0, 0) rotate(-45deg); }

  .menu_trigger.active span:nth-of-type(3) {
    width: 60%;
    -webkit-transform: translate3d(21px, -16px, 0) rotate(45deg);
    transform: translate3d(21px, -16px, 0) rotate(45deg); }

  .sp_navi_contents {
    display: none; }
    .sp_navi_contents .site_logo {
      padding: 0 0 150px;
      text-align: left; }
    .sp_navi_contents.active {
      background: #0071be;
      box-sizing: border-box;
      display: block;
      clear: both;
      height: 100vh;
      padding: 18px 2% 0;
      position: fixed;
      transition: all 300ms 0s ease;
      left: 0;
      top: 0;
      text-align: right;
      width: 100%; }
      .sp_navi_contents.active li {
        padding: 0 0 80px;
        text-align: center; }
        .sp_navi_contents.active li a {
          display: block;
          padding: 20px; }
    .sp_navi_contents .btn_eq {
      margin: 0 auto; }
      .sp_navi_contents .btn_eq a {
        background: #552b8c;
        font-size: 3.6rem;
        min-width: 500px; }

  header.scrolling .menu_trigger span {
    background-color: #fff; }

  /* -----------------------------------
    FOOTER
  ----------------------------------- */
  footer .copyright img {
    width: 578px; } }
@media print, screen and (min-width: 769px) {
  /* -----------------------------------
    PC BASE
  ----------------------------------- */
  body {
    font-size: 1.5rem; }

  .sp_only,
  .sp_logo {
    display: none; }

  a img {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  a:hover img {
    opacity: 0.7; }

  .grd_border_contents span {
    padding: 3px; }

  .bg_gray.news_margin {
    margin: 0 0 100px; }

  /* -----------------------------------
    PC HEADER
  ----------------------------------- */
  header {
    border-bottom: 1px solid #0071be; }
    header .inner {
      overflow: hidden; }
    header h1 a {
      background: url("../images/shared/logo.png") no-repeat 0 0/contain;
      height: 38px;
      margin: 4px 0 0;
      transition: .3s;
      width: 20%; }
    header .site_logo {
      display: none; }
    header nav {
      float: right;
      width: 76%; }
      header nav ul {
        float: right;
        max-width: 560px;
        padding: 16px 0 0;
        transition: .3s;
        width: 80%; }
      header nav li {
        display: inline-block;
        margin: 0 6% 0 0;
        position: relative; }
        header nav li a {
          display: block;
          height: 12px;
          transition: .3s;
          text-indent: -9999px; }
        header nav li:before {
          position: absolute;
          bottom: -6px;
          left: 0;
          content: "";
          display: inline-block;
          width: 0;
          height: 1px;
          background: #282828;
          transition: .3s; }
        header nav li:last-child {
          margin: 0; }
        header nav li:hover img {
          opacity: 1; }
        header nav li:hover:before {
          width: 100%; }
      header nav .navi_product a {
        background: url("../images/shared/navi_product.png") no-repeat 0 0/contain;
        max-width: 78px;
        width: 7vw; }
      header nav .navi_event a {
        background: url("../images/shared/navi_evecam.png") no-repeat 0 0/contain;
        max-width: 154px;
        width: 14vw; }
      header nav .navi_company a {
        background: url("../images/shared/navi_company.png") no-repeat 0 0/contain;
        max-width: 87px;
        width: 8vw; }
      header nav .navi_recruit a {
        background: url("../images/shared/navi_recruit.png") no-repeat 0 0/contain;
        max-width: 68px;
        width: 6.5vw; }
    header .btn_eq {
      float: right; }
      header .btn_eq a {
        font-size: 1vw;
        min-width: 80px; }
      header .btn_eq span {
        transition: padding .3s; }
    header.scrolling h1 a {
      background: url("../images/shared/logo_white.png") no-repeat 0 0/contain;
      height: 30px; }
    header.scrolling .btn_eq a {
      font-size: 1.4rem;
      margin: 3px 0 0; }
      header.scrolling .btn_eq a span {
        padding: 5px 15px; }
    header.scrolling nav ul {
      padding: 13px 0 0;
      max-width: 468px; }
    header.scrolling nav li:before {
      background: #fff; }
    header.scrolling nav li.navi_product a {
      background: url("../images/shared/navi_product_white.png") no-repeat 0 0/contain;
      max-width: 68px;
      width: 7vw; }
    header.scrolling nav li.navi_event a {
      background: url("../images/shared/navi_evecam_white.png") no-repeat 0 0/contain;
      max-width: 134px;
      width: 14vw; }
    header.scrolling nav li.navi_company a {
      background: url("../images/shared/navi_company_white.png") no-repeat 0 0/contain;
      max-width: 76px;
      width: 8vw; }
    header.scrolling nav li.navi_recruit a {
      background: url("../images/shared/navi_recruit_white.png") no-repeat 0 0/contain;
      max-width: 59px;
      width: 6.5vw; }

  #game nav .navi_product:before,
  #event nav .navi_event:before,
  #company nav .navi_company:before,
  #recruit nav .navi_recruit:before {
    width: 100%; }

  /* -----------------------------------
    PC CONTENTS
  ----------------------------------- */
  #page {
    padding: 73px 0 0; }

  #contents {
    padding: 0 0 100px; }
    #contents section h2 {
      margin: 0 0 30px; }

  .inner {
    margin: 0 auto;
    padding: 0 100px;
    max-width: 1800px; }

  .inner_1000 {
    max-width: 1000px; }

  .section_padding {
    padding: 0 0 60px; }

  .btn a {
    min-width: 300px; }
    .btn a span {
      padding: 10px 15px; }
  .btn .btn_border span {
    position: relative; }
    .btn .btn_border span:before, .btn .btn_border span:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      background: #0071be;
      transition: all .5s ease; }
    .btn .btn_border span:before {
      width: 2px;
      height: 0%; }
    .btn .btn_border span:after {
      width: 0%;
      height: 2px; }
    .btn .btn_border span:hover:before {
      height: 100%; }
    .btn .btn_border span:hover:after {
      width: 100%; }
  .btn .btn_border:before, .btn .btn_border:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #0071be;
    transition: all .5s ease; }
  .btn .btn_border:before {
    height: 0%;
    width: 2px; }
  .btn .btn_border:after {
    width: 0%;
    height: 2px; }
  .btn .btn_border:hover {
    background: #fff;
    color: #0071be; }
    .btn .btn_border:hover:before {
      height: 100%; }
    .btn .btn_border:hover:after {
      width: 100%; }
  .btn .blank span {
    background: url("../images/shared/icon_blank.png") no-repeat right 10px top 50%/9px;
    padding: 5px 30px 5px 10px; }
  .btn .blank:hover span {
    background: url("../images/shared/icon_blank_on.png") no-repeat right 10px top 50%/9px; }
  .btn.btn_official .btn_border span:before, .btn.btn_official .btn_border span:after {
    background: #552b8c; }
  .btn.btn_official .btn_border:before, .btn.btn_official .btn_border:after {
    background: #552b8c; }
  .btn.btn_official .btn_border:hover {
    color: #552b8c; }

  .btn_border_blue a {
    background: #0071be;
    box-shadow: 0 0 0 2px #0071be inset;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .btn_border_blue a:hover {
      background: #fff;
      color: #0071be; }

  .btn_border_purple a {
    background: #552b8c;
    box-shadow: 0 0 0 2px #552b8c inset;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .btn_border_purple a:hover {
      background: #fff;
      color: #552b8c; }

  .btn_border_red a {
    background: #d53b3b;
    box-shadow: 0 0 0 2px #d53b3b inset;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .btn_border_red a:hover {
      background: #fff;
      color: #d53b3b; }

  .btn_more a {
    min-width: 120px; }
    .btn_more a span {
      padding: 5px 10px; }

  .btn_back_list a {
    min-width: 120px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .btn_back_list a:hover {
      background: #0071be; }

  .sub_navi ul {
    display: flex;
    justify-content: space-between; }
  .sub_navi li {
    width: calc(96% / 5); }
    .sub_navi li a:hover {
      background: #0071be; }

  .article_list {
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1800px; }
    .article_list > li {
      margin: 0 1% 25px 0;
      width: calc(97% / 4); }
      .article_list > li:nth-child(4n) {
        margin: 0 0 25px; }
      .article_list > li .article_title {
        font-size: 1.5rem;
        padding: 5px 0 40px; }
      .article_list > li .article_date .category_label,
      .article_list > li .article_date .date {
        font-size: 1.2rem; }
      .article_list > li .article_date .category_label {
        min-width: 60px; }

  .accordion dt {
    padding: 20px 70px 20px 20px; }
  .accordion dd {
    padding: 20px; }

  #page_top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 10; }

  /* -----------------------------------
    FOOTER
  ----------------------------------- */
  footer .footer_navi {
    padding: 40px 0; }
    footer .footer_navi ul {
      padding: 10px 0; }
    footer .footer_navi li {
      display: inline-block;
      font-size: 1.3rem; }
      footer .footer_navi li:not(:last-child) {
        margin: 0; }
      footer .footer_navi li span {
        display: inline-block;
        margin: 0 5px; }
      footer .footer_navi li a {
        color: #fff; }
  footer .copyright_area {
    overflow: hidden;
    padding: 10px 0; }
    footer .copyright_area .footer_logo {
      display: block;
      float: left; }
    footer .copyright_area .copyright {
      float: right;
      padding: 6px 0 0; } }
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
  /* -----------------------------------
    SP - PC HEADER
  ----------------------------------- */
  header.scrolling .btn_eq a {
    font-size: 1vw; }
  header .inner {
    padding: 0 10px; }
  header nav {
    width: 70%; }

  /* -----------------------------------
    SP - PC MAIN SLIDER
  ----------------------------------- */
  .main_slider .soft_data {
    left: 40px; }

  /* -----------------------------------
    SP - PC CONTENTS
  ----------------------------------- */
  .inner {
    padding: 0 10px; } }

/*# sourceMappingURL=shared.css.map */
