@charset "UTF-8";
/* --------------------------------------------------------------
Senxin Aleste Website CSS
2021/04/13 ver. 
--------------------------------------------------------------  */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@font-face {
  font-family: 'shump_squareregular';
  src: url("../../../assets/font/shumpsquare-regular-webfont.eot");
  src: url("../../../assets/font/shumpsquare-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../../assets/font/shumpsquare-regular-webfont.woff") format("woff"), url("../../../assets/font/shumpsquare-regular-webfont.ttf") format("truetype"), url("../../../assets/font/shumpsquare-regular-webfont.svg#shump_squareregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.sec-ggmanual .inner .manual .manual-body .manual-btn {
  color: #fff;
  font-size: .7em;
  display: inline-block;
  padding: 1em 2em;
  background: -webkit-linear-gradient(#806209 0%, #b58406 100%);
  border-radius: 5px;
  box-shadow: 0px 1px 0px black; }

/* = Clear fix
-------------------------------------------------------------- */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cf {
  display: inline-table;
  zoom: 1; }

/* ¥*/
* html .cf {
  height: 1%; }

.cf {
  display: block; }

/* */
/* =Base
-------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  color: #f4f4f4;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 400; }

body {
  -webkit-text-size-adjust: 120%;
  min-width: 1100px;
  background: #262e3a;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-attachment: fixed; }

#page {
  background: url("../img/main_back.jpg") no-repeat center top;
  background-size: 100% auto; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure {
  margin: 0;
  padding: 0; }

img {
  border: none; }

a {
  outline: none;
  text-decoration: none;
  color: #f3c16d; }
  a:hover {
    color: #efca38; }

a, a:before, a:after, input {
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease; }

a:focus, *:focus {
  outline: none; }

strong {
  font-weight: 500; }

.clear {
  clear: both; }

.hdn {
  display: none; }

.nowrap {
  white-space: nowrap; }

.pc {
  display: block; }

.sp {
  display: none; }

.inner {
  position: relative;
  width: 1100px;
  margin: 0 auto; }

body.home .inner {
  width: 1200px; }

/* */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1000; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 384px;
  height: 200px;
  margin-top: -100px;
  margin-left: -192px;
  text-align: center;
  color: #787777;
  z-index: 1001; }

img.st {
  max-width: 100%;
  width: 100% !important;
  height: auto !important; }

.fancybox {
  display: inline-block;
  position: relative; }

.fancybox:before, .youtube:before {
  position: absolute;
  bottom: 10px;
  right: 5px;
  content: "\f00e";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.7); }

.fancybox:hover:before, .youtube:hover:before {
  color: #fff; }

.opensans {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em; }

/* =Header
-------------------------------------------------------------- */
#header {
  position: absolute;
  width: 100%;
  z-index: 100; }
  #header #gn_ac {
    position: absolute;
    top: 15px;
    right: 10px; }
    #header #gn_ac a {
      padding: 0; }
  #header #gn-apm3 {
    position: absolute;
    top: 15px;
    left: 10px; }
    #header #gn-apm3 a {
      padding: 0; }

/* =Footer
-------------------------------------------------------------- */
.footer {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 50px; }
  .footer .copy {
    font-family: 'shump_squareregular',arial,helvetica,sans-serif;
    color: #686868;
    font-size: 12px;
    letter-spacing: .1em; }
  .footer .copyreg {
    font-size: 10px;
    color: #6c6c6c; }
  .footer .sns-btns {
    margin: 1em 0;
    width: auto;
    float: none; }
    .footer .sns-btns ul {
      text-align: center; }
      .footer .sns-btns ul li {
        display: inline-block; }
  .footer .footer-logos {
    text-align: center;
    margin: 2em 0 5em 0; }
    .footer .footer-logos .footer-corplogo {
      margin-bottom: 1em; }
      .footer .footer-logos .footer-corplogo ul li {
        display: inline-block; }
    .footer .footer-logos .footer-logo1 {
      margin-right: 1em; }

#page-top {
  width: 78px;
  height: 64px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: none;
  z-index: 11; }

a#page-top-link {
  display: block;
  width: 78px;
  height: 64px;
  margin: 0;
  padding: 0; }

/* =Top page
-------------------------------------------------------------- */
#cover {
  height: 1030px; }

.catchcopy {
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 10; }

.playerssite {
  text-align: center;
  line-height: 1.1;
  font-size: .7em;
  padding: 2em 0; }
  .playerssite a {
    color: yellow; }

.mainimage {
  height: 1000px; }
  .mainimage:before {
    content: '';
    background-color: black;
    opacity: 0.541;
    width: 100%;
    height: 410px;
    position: absolute;
    z-index: 0;
    top: 395px; }
  .mainimage .inner #mainlogo-pc {
    position: absolute;
    left: 38px;
    top: 266px;
    z-index: 1;
    text-shadow: 1px 1px 11px black;
    line-height: 1.7; }
  .mainimage .inner #mainimage-pc {
    position: absolute;
    right: 0; }

a.arr {
  padding-top: 60px;
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: #909090; }

a.arr span {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #909090;
  border-bottom: 1px solid #909090;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrm 1.5s infinite;
  animation: arrm 1.5s infinite;
  box-sizing: border-box; }

a.arr span.span2 {
  top: 5px; }

@-webkit-keyframes arrm {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }

@keyframes arrm {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    transform: rotate(-45deg) translate(-5px, 5px); }
  40% {
    transform: rotate(-45deg) translate(0, 0); } }

/* Spec  */
.spec {
  padding-bottom: 6em; }
  .spec h4 {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2em;
    margin-bottom: .5rem;
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 5px #000; }
  .spec .spec-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .spec .spec-wrap table {
      width: 100%; }
      .spec .spec-wrap table th, .spec .spec-wrap table td {
        color: #adadad;
        background: rgba(0, 0, 0, 0.75);
        text-align: left;
        padding: 0.5rem 1rem;
        font-weight: normal; }
      .spec .spec-wrap table td {
        width: 70%; }
  .spec li {
    text-shadow: 0 0 5px #000, 0 0 5px #000; }

/* =Page_Header
-------------------------------------------------------------- */
.page_header {
  background: rgba(10, 17, 24, 0.8);
  background: rgba(10, 17, 24, 0.8);
  margin-bottom: 2em;
  padding: 2em 0;
  text-align: center; }
  .page_header h1 {
    line-height: 1; }
    .page_header h1 .txt-main {
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 52px; }
      .page_header h1 .txt-main:first-letter {
        color: #f3c16d; }
    .page_header h1 .txt-jp {
      display: block;
      font-size: 20px; }
  .page_header .inpage_nav {
    margin-top: 1em; }
    .page_header .inpage_nav ul {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      font-size: .75em; }
      .page_header .inpage_nav ul li {
        list-style: none;
        display: inline-block;
        margin-bottom: .5em; }
        .page_header .inpage_nav ul li a {
          color: #000;
          font-weight: bold;
          display: inline-block;
          background: #f3c16d;
          padding: 0.2em 1em;
          border-radius: 18px; }
          .page_header .inpage_nav ul li a:hover {
            background: #ffe0ad; }

/* =Page_Content
-------------------------------------------------------------- */
.contents {
  min-height: 400px; }

section {
  clear: both;
  position: relative;
  margin-bottom: 5em; }
  section header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(10, 17, 24, 0.75);
    padding: 30px 0 15px 0;
    margin-bottom: 15px;
    text-align: center; }
    section header h2 {
      margin: 0;
      padding: 0; }
    section header img.fit {
      width: 80%;
      height: auto;
      max-width: 50%; }
  section .inner h3 {
    font-size: 1.5em;
    line-height: 1.2;
    text-align: center;
    margin: 2em 0 1em 0;
    text-shadow: 0 0 5px #000, 0 0 5px #000; }
  section .inner h4 {
    text-shadow: 0 0 5px #000, 0 0 5px #000; }
  section .inner p {
    text-shadow: 0 0 5px #000, 0 0 5px #000;
    margin-bottom: .5em; }
  section .inner img.fit {
    width: 80%;
    height: auto;
    max-width: 100%; }
  section .inner img.fit100 {
    width: 100%;
    height: auto;
    max-width: 100%; }
  section .inner img.alignleft {
    float: left;
    margin: 0 25px 25px 0; }
  section .inner img.alignright {
    float: right;
    margin: 0 0 25px 25px; }
  section .inner .center {
    text-align: center; }
  section .inner .right {
    text-align: right; }
  section .inner ul, section .inner ol {
    margin: 1em 0 1em 2em;
    text-shadow: 0 0 5px #000, 0 0 5px #000; }
  section .inner .flex50 {
    display: flex; }
    section .inner .flex50 .flex-content {
      width: 50%; }
      section .inner .flex50 .flex-content img {
        width: 100%;
        max-width: 100%;
        height: auto; }
  section .inner .flex-btm {
    align-self: flex-end; }
  section .inner .flexwrap {
    display: flex;
    margin: 0 -10px; }
    section .inner .flexwrap .flexitem {
      margin: 0 10px; }
  section .inner .ss {
    display: flex;
    align-content: center;
    justify-content: center; }
    section .inner .ss figure {
      position: relative;
      width: 24%;
      margin: 0 .5%;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 5px;
      overflow: hidden;
      text-align: center; }
      section .inner .ss figure img {
        width: 100%;
        height: auto;
        margin-bottom: -5px; }
      section .inner .ss figure figcaption {
        font-size: .75em;
        line-height: 1.2;
        color: #acacac;
        padding: 0 0.5em; }
  section .inner .ss.ssgga3 figure {
    width: 32%;
    box-shadow: 0px 0px 5px 1px #34a4ff; }
    section .inner .ss.ssgga3 figure figcaption {
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      padding: .5em;
      color: #fff; }
  section .inner .ss.ssgga3 .fancybox:before {
    top: 239px;
    left: 5px;
    right: auto; }
  section .inner .btn, section .inner .manual-btn {
    color: #fff;
    display: inline-block;
    padding: 1em 2em;
    background: -webkit-linear-gradient(#806209 0%, #b58406 100%);
    border-radius: 5px;
    box-shadow: 0px 1px 0px black; }
    section .inner .btn:hover, section .inner .manual-btn:hover {
      background: -webkit-linear-gradient(#b9993b 0%, #e2af2b 100%); }

img.glow {
  box-shadow: 0px 0px 5px 1px #34a4ff; }

/* =News
-------------------------------------------------------------- */
section .inner .news {
  border: #958a6e 1px solid;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.9);
  padding: 1em;
  margin-bottom: 2em; }
  section .inner .news header {
    padding: 20px 0 15px 0; }
  section .inner .news table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #958a6e;
    margin-bottom: 1em;
    line-height: 1.2; }
    section .inner .news table th {
      width: auto;
      white-space: nowrap;
      text-align: left;
      border: 1px solid #958a6e;
      padding: 10px;
      background: rgba(255, 255, 255, 0.2); }
    section .inner .news table td {
      width: auto;
      text-align: left;
      border: 1px solid #958a6e;
      padding: 10px;
      background: rgba(255, 255, 255, 0.1); }

section .inner table.loc-table {
  width: 100%;
  border: 1px solid #aaa;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 2em; }
  section .inner table.loc-table th, section .inner table.loc-table td {
    padding: 0.5em 0.5em;
    vertical-align: middle;
    text-align: left;
    color: #000; }
    section .inner table.loc-table th a, section .inner table.loc-table td a {
      color: #3318bc; }
    section .inner table.loc-table th + th, section .inner table.loc-table th + td, section .inner table.loc-table td + th, section .inner table.loc-table td + td {
      border-left: 1px solid #aaa; }
  section .inner table.loc-table th {
    background: #ddd; }
  section .inner table.loc-table td {
    background: #fff; }
  section .inner table.loc-table tr + tr th, section .inner table.loc-table tr + tr td {
    border-top: 1px solid #aaa; }

section .inner pre {
  border: 1px solid;
  padding: .5em;
  border-radius: 8px;
  background: #242431; }

#pv .inner {
  text-align: center; }
  #pv .inner .topmovie {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  #pv .inner .topmovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
