@charset "UTF-8";
/* --------------------------------------------------------------
Aleste Collection Website CSS
2020/12/03 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: #fff;
  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: #070c19;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: fixed; }

#bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #bg img {
    width: 100% !important;
    height: auto; }

body.page #bg img {
  filter: blur(8px); }

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: inline-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;
  top: 123px;
  right: 5px;
  content: "\f00e";
  font-family: FontAwesome;
  color: rgba(146, 146, 146, 0.7); }

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

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

/* =Header
-------------------------------------------------------------- */
#header {
  position: relative;
  /* =Navigation
-------------------------------------------------------------- */ }
  #header #gn {
    background: #0a1118;
    height: 80px; }
    #header #gn .inner {
      display: flex; }
    #header #gn #gn_ac {
      padding-right: 30px; }
      #header #gn #gn_ac a {
        padding: 0; }
    #header #gn #menu-switch {
      display: none; }
    #header #gn ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; }
      #header #gn ul li {
        list-style: none;
        display: inline-block;
        padding: 0 15px 0 0;
        line-height: 1.2; }
        #header #gn ul li a {
          display: inline-block;
          padding: 16px 0 0 0; }
          #header #gn ul li a .gn_name {
            display: block;
            color: #dcdcdc;
            font-size: 22px;
            font-weight: bold;
            font-family: 'Open Sans', sans-serif; }
            #header #gn ul li a .gn_name:first-letter {
              color: #f3c16d; }
          #header #gn ul li a .gn_ruby {
            display: block;
            color: #bebebe;
            font-size: 10px; }
          #header #gn ul li a:hover .gn_name {
            color: #fff; }
            #header #gn ul li a:hover .gn_name:first-letter {
              color: #f9d8a1; }
          #header #gn ul li a:hover .gn_ruby {
            color: #fff; }

#gn-mov {
  z-index: 1000;
  top: 0;
  right: 0 !important;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  position: fixed;
  transition-timing-function: ease-out;
  transition-duration: .22s;
  transition-property: transform,visibility,opacity;
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  opacity: 0;
  -ms-flex-direction: column;
  background: #000; }
  #gn-mov ul li {
    list-style: none;
    display: block;
    padding: 0;
    line-height: 1.2;
    text-align: right;
    border-bottom: 1px solid #5f4d30; }
    #gn-mov ul li a {
      display: block;
      padding: 8px 15px 8px 0; }
      #gn-mov ul li a .gn_name {
        display: block;
        color: #dcdcdc;
        font-size: 24px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif; }
        #gn-mov ul li a .gn_name:first-letter {
          color: #f3c16d; }
      #gn-mov ul li a .gn_ruby {
        display: block;
        color: #bebebe;
        font-size: 10px; }
      #gn-mov ul li a:hover {
        background: #141414; }
        #gn-mov ul li a:hover .gn_name {
          color: #fff; }
          #gn-mov ul li a:hover .gn_name:first-letter {
            color: #f9d8a1; }
        #gn-mov ul li a:hover .gn_ruby {
          color: #fff; }

#gn-mov.open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1; }

body.home #gn_ac {
  padding-top: 25px !important; }

body.home #gn .inner {
  width: 1070px; }

/* =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; }

.mainimage {
  position: absolute;
  left: 0;
  top: 0; }

.main_banner {
  position: absolute;
  top: 210px;
  right: 144px;
  width: 607px;
  text-align: center; }
  .main_banner h1 {
    margin-bottom: -30px; }
  .main_banner h2 img {
    width: 65%;
    height: auto; }
  .main_banner .topmovie {
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #d1f5f9; }
  .main_banner .ggmbnr {
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 455px;
    height: 140px;
    overflow: hidden; }
  .main_banner .ggmbnr::after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 3s ease-in-out infinite; }

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.20; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: .5; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
  .main_banner #news-index {
    width: 400px;
    margin: 0 auto;
    padding: .5em;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #f3c16d; }
    .main_banner #news-index h3 {
      text-align: left !important;
      font-size: 1em;
      color: #f3c16d; }
    .main_banner #news-index .news-content {
      height: 100px; }
      .main_banner #news-index .news-content dl {
        font-size: .75em;
        display: flex; }
        .main_banner #news-index .news-content dl dt {
          text-align: left;
          width: 115px;
          font-weight: bold;
          color: #f3c16d; }
        .main_banner #news-index .news-content dl dd {
          width: 250px;
          text-align: left;
          line-height: 1.4;
          margin-bottom: 0;
          padding: 0 0 0.5em 0.5em; }

#ggm .inner {
  text-align: center; }
  #ggm .inner h3 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em; }

/* 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: 50%; }
      .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 {
  position: relative;
  margin-bottom: 5em; }
  section header {
    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 .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 .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; }
      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;
    border: 1px solid #525252;
    border-radius: 5px; }
    section .inner .news header h1 {
      color: #f4c774;
      font-size: 1.5em; }
    section .inner .news header .date {
      color: #a9a9a9; }
  section .inner .news .news-body {
    margin: 0 2em; }
    section .inner .news .news-body h3 {
      text-align: left;
      color: #f4c774;
      font-size: 1.2em; }
    section .inner .news .news-body ul ul {
      margin: 0 0 0.5em 2em; }
    section .inner .news .news-body .nswonly {
      background: #ff0000;
      color: #fff;
      font-size: .8em;
      display: inline-block;
      padding: 2px 5px;
      margin-right: 5px;
      border-radius: 3px;
      line-height: 1;
      text-shadow: none; }
    section .inner .news .news-body .ps4only {
      background: #0000ff;
      color: #fff;
      font-size: .8em;
      display: inline-block;
      padding: 2px 5px;
      margin-right: 5px;
      border-radius: 3px;
      line-height: 1;
      text-shadow: none; }
    section .inner .news .news-body .allver {
      background: #494949;
      color: #fff;
      font-size: .8em;
      display: inline-block;
      padding: 2px 5px;
      margin-right: 5px;
      border-radius: 3px;
      line-height: 1;
      text-shadow: none; }
    section .inner .news .news-body table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #958a6e;
      margin-bottom: 1em;
      line-height: 1.2; }
      section .inner .news .news-body 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 .news-body table td {
        width: auto;
        text-align: left;
        border: 1px solid #958a6e;
        padding: 10px;
        background: rgba(255, 255, 255, 0.1); }
    section .inner .news .news-body table.dokafli_score_table thead th, section .inner .news .news-body table.dokafli_score_table thead td {
      text-align: center;
      background: #966e21; }
    section .inner .news .news-body table.dokafli_score_table tbody {
      /* tr:nth-child(-n+20){
								th,td{
									color: yellow;
								}
							} */ }
      section .inner .news .news-body table.dokafli_score_table tbody th {
        text-align: center;
        white-space: nowrap; }
      section .inner .news .news-body table.dokafli_score_table tbody tr td:nth-child(2) {
        text-align: right;
        white-space: nowrap; }
      section .inner .news .news-body table.dokafli_score_table tbody tr span {
        font-size: .8em;
        padding-left: 5px; }
      section .inner .news .news-body table.dokafli_score_table tbody tr:nth-of-type(even) th {
        background: rgba(255, 255, 255, 0.25); }
      section .inner .news .news-body table.dokafli_score_table tbody tr:nth-of-type(even) td {
        background: rgba(255, 255, 255, 0.15); }

/* =Q&A
-------------------------------------------------------------- */
section .inner .faqWrap dl {
  margin-bottom: 2em; }
  section .inner .faqWrap dl dt {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 5px 10px 50px;
    border-radius: 3px; }
    section .inner .faqWrap dl dt::before {
      position: absolute;
      left: 5px;
      top: 5px;
      content: 'Q';
      display: inline-block;
      width: 30px;
      color: #000;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      background: #f9d8a1;
      margin-right: 5px;
      padding: 3px 3px;
      border-radius: 5px; }
  section .inner .faqWrap dl dd {
    position: relative;
    padding: 10px 5px 10px 50px; }
    section .inner .faqWrap dl dd::before {
      position: absolute;
      left: 5px;
      top: 5px;
      content: 'A';
      display: inline-block;
      width: 30px;
      color: #000;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      background: #fff;
      margin-right: 5px;
      padding: 3px 3px;
      border-radius: 5px; }

/* =Titles
-------------------------------------------------------------- */
#sec-titles .inner {
  text-align: center; }
  #sec-titles .inner.titles {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1082px; }
    #sec-titles .inner.titles img {
      margin-bottom: 1em; }

/* =Feature
-------------------------------------------------------------- */
#sec-titles .inner .m2gadget_gallery {
  width: 1000px;
  height: 563px; }
  #sec-titles .inner .m2gadget_gallery img {
    width: 100%;
    height: auto; }

/* =GGA3
-------------------------------------------------------------- */
body.page-gga3 span.opensans {
  display: block;
  text-align: center;
  line-height: 1; }

.smljp {
  display: block;
  text-align: center;
  color: #ff8844;
  font-size: .5em; }

body.page-gga3 section#sec-gga3-2 {
  position: relative;
  background: #000 url(../img/bg_alert.png) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  margin-bottom: 0; }
  body.page-gga3 section#sec-gga3-2 header {
    background: rgba(0, 0, 0, 0.7); }

body.page-gga3 section#sec-gga3-4 {
  background: #000;
  margin-bottom: 0;
  padding-bottom: 5em; }
  body.page-gga3 section#sec-gga3-4 header {
    background: rgba(0, 0, 0, 0.7); }

body.page-gga3 section .inner .gga3-story {
  margin-bottom: 2em; }
  body.page-gga3 section .inner .gga3-story p {
    line-height: 2; }

body.page-gga3 section .inner .lluna-profile h3 {
  font-size: 2.5em;
  text-align: left;
  margin-bottom: 0; }

body.page-gga3 section .inner .lluna-profile .prifile-list {
  border-top: 1px #fff solid;
  margin-bottom: 1em;
  background: rgba(0, 0, 0, 0.3);
  font-size: .75em; }
  body.page-gga3 section .inner .lluna-profile .prifile-list dl {
    display: flex;
    border-bottom: 1px #fff solid;
    padding: .25em 0; }
    body.page-gga3 section .inner .lluna-profile .prifile-list dl dt {
      width: 30%;
      font-weight: bold;
      text-align: right;
      padding-right: 1em; }
    body.page-gga3 section .inner .lluna-profile .prifile-list dl dd {
      width: 70%;
      text-align: left; }

body.page-gga3 section .inner .lluna-profile .profile-txt {
  font-size: .87em;
  line-height: 1.7;
  padding-bottom: 1em; }
  body.page-gga3 section .inner .lluna-profile .profile-txt small {
    font-size: .8em;
    color: #abb7c1; }

/* =Game Manual
-------------------------------------------------------------- */
.sec-ggmanual .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sec-ggmanual .inner .manual {
    width: calc(50% - 1em);
    margin: 0 0.5em 1em 0.5em;
    background: rgba(255, 255, 255, 0.3);
    text-shadow: none !important;
    border-radius: 5px;
    overflow: hidden;
    display: flex; }
    .sec-ggmanual .inner .manual .manual-thum {
      line-height: 0; }
    .sec-ggmanual .inner .manual .manual-body {
      padding: 1em;
      font-size: 1.2em; }

/* =Eula
-------------------------------------------------------------- */
#sec_eula .inner h3 {
  text-align: left; }

#sec_eula .inner
ul {
  margin: 0; }
  #sec_eula .inner
ul li {
    list-style: none; }

.preWrap {
  width: 100%;
  max-width: 100%;
  overflow: auto; }
