@charset "UTF-8";
/* --------------------------------------------------------------
	
La-mulana2 Website CSS
2019/04/03 ver. 

--------------------------------------------------------------  */
@font-face {
  font-family: 'lf';
  src: url("/tzassets/font/LaMulanese-Regular.eot");
  src: url("/tzassets/font/LaMulanese-Regular.eot?#iefix") format("embedded-opentype"), url("/tzassets/font/LaMulanese-Regular.woff") format("woff"), url("/tzassets/font/LaMulanese-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal; }

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

/* */
/* =ベース
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
  font-feature-settings: "palt"; }

html, body {
  margin: 0;
  padding: 0; }

html {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 17px;
  font-weight: 300; }

body.en {
  font-family: 'EB Garamond', serif;
  font-weight: 400; }

body {
  min-width: 1000px;
  background: #000;
  background-image: url(../img/bg_tree.jpg);
  background-position: center center;
  background-size: contain;
  background-attachment: fixed; }

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: #b6c4b7; }
  a:hover {
    color: #006dd1; }

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: 400; }

.clear {
  clear: both; }

.hdn {
  display: none; }

.nowrap {
  white-space: nowrap; }

.pc {
  display: block; }

.sp {
  display: none; }

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

/* */
#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;
  font-family: 'EB Garamond', serif; }

/* =ヘッダー
-------------------------------------------------------------- */
#sub-info {
  background: #362e2b;
  padding: .5rem;
  font-size: .8rem; }
  #sub-info ul {
    float: left;
    margin: 0;
    padding: 0; }
    #sub-info ul li {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 0; }
  #sub-info #lang {
    float: right;
    padding-top: 10px;
    font-family: 'EB Garamond', serif; }

.inner h2 {
  text-align: center;
  margin: 40px 0; }

/* =グローバルナビ
-------------------------------------------------------------- */
#gn {
  font-size: 1.3em;
  font-family: 'EB Garamond', serif;
  font-weight: 600; }
  #gn ul {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000; }
    #gn ul li {
      display: inline-block;
      margin: 0; }
      #gn ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #d6ad40;
        padding: 0.5em 0.75em; }
        #gn ul li a:hover {
          color: #ebd7a0; }

#homepage #gn ul li#gn-home {
  display: none; }

/* =メイン
-------------------------------------------------------------- */
#header {
  background: url(../img/bg_main.jpg) no-repeat center top;
  background-size: 100% auto;
  background-attachment: fixed; }
  #header .header-inner {
    padding-top: 3em;
    background: transparent;
    animation: fadedark 5s linear both; }
  #header h1.mainimage {
    text-align: center;
    line-height: 0; }
    #header h1.mainimage img {
      max-width: 100%;
      width: 80vw;
      height: auto; }

@keyframes fadedark {
  0% {
    background: transparent; }
  50% {
    background: transparent; }
  100% {
    background: rgba(0, 0, 0, 0.3); } }

/* =お知らせ
-------------------------------------------------------------- */
#information {
  padding: 2.5rem 0 1.5rem 0;
  background: rgba(0, 0, 0, 0.9) url(../img/bg_gn_boder.png) repeat-x center top;
  z-index: 1;
  position: relative; }
  #information .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #information .inner h3 {
      color: #f2cf41;
      font-family: 'EB Garamond', serif;
      font-weight: 600;
      margin: 0 0 0.5rem 0;
      font-size: 1.5rem;
      text-align: center;
      border-bottom: 1px solid #63582e; }
    #information .inner #newsfeed {
      width: 48%; }
      #information .inner #newsfeed ul li {
        list-style: none;
        margin-bottom: .5rem;
        display: flex;
        flex-wrap: nowrap;
        line-height: 1.2; }
        #information .inner #newsfeed ul li .entry-date {
          display: block;
          color: #bdbcbc;
          white-space: nowrap;
          width: 30%; }
        #information .inner #newsfeed ul li a {
          color: #fff;
          width: 70%; }
          #information .inner #newsfeed ul li a:hover {
            text-decoration: underline; }
    #information .inner #twitterfeed {
      width: 47%; }

body.en #information .inner #newsfeed ul li .entry-date {
  width: 20%; }

/* =PV
-------------------------------------------------------------- */
#pv {
  background: #000923 url(../img/bg_trailer.png) no-repeat center top;
  background-size: 100% auto;
  background-attachment: fixed;
  padding: 80px 0; }
  #pv .inner {
    text-align: center; }
    #pv .inner h2 {
      font-family: 'EB Garamond', serif;
      font-weight: 800;
      font-size: 3rem;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
      opacity: 0;
      transform: translate(0, 60px);
      transition: 0.5s ease-in-out; }
    #pv .inner iframe {
      opacity: 0;
      transform: translate(0, 60px);
      transition: 0.5s ease-in-out; }

.tab #pv {
  background-attachment: inherit; }

/* =ゲーム概要
-------------------------------------------------------------- */
.about {
  clear: both; }
  .about p {
    line-height: 1.7; }

.floatright {
  box-sizing: content-box;
  float: right;
  margin: 0 0 0 2em; }

.floatleft {
  box-sizing: content-box;
  float: left;
  margin: 0 2em 0 0; }

.about .inner {
  padding: 80px 0 80px 0;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.7s ease-in-out; }
  .about .inner h2 {
    position: relative;
    margin: 0 0 40px 0;
    font-size: 2.3rem;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    z-index: 1; }
    .about .inner h2:after {
      position: absolute;
      top: 36px;
      left: 31px;
      color: rgba(0, 0, 0, 0.3);
      z-index: -1;
      font-size: .8em;
      font-family: 'lf'; }

.dash {
  letter-spacing: -0.3em;
  padding-right: .5em;
  font-weight: 400; }

#ask {
  background: linear-gradient(to bottom, #01400b 0%, #000206 100%); }
  #ask .inner {
    background: url(../img/bg_explore.png) no-repeat right 30px; }
    #ask .inner h2 {
      text-align: left; }
      #ask .inner h2:after {
        content: 'Ask, and it shall be given you.'; }

#ask.en .inner {
  background: url(../img/bg_explore_en.png) no-repeat right 30px; }

#seek {
  background: linear-gradient(to bottom, #011752 0%, #000206 100%); }
  #seek .inner {
    background: url(../img/bg_consider.png) no-repeat left 30px;
    opacity: 0;
    /*	transform: translate(-120px,0);*/
    transition: 0.7s ease-in-out; }
    #seek .inner h2 {
      text-align: right; }
      #seek .inner h2:after {
        content: 'Seek, and ye shall find.';
        left: inherit;
        right: 0; }

#seek.en .inner {
  background: url(../img/bg_consider_en.png) no-repeat left 30px; }

#havoc {
  background: linear-gradient(to bottom, #52000a 0%, #000206 100%); }
  #havoc .inner {
    background: url(../img/bg_smash.png) no-repeat right 30px; }
    #havoc .inner h2 {
      text-align: left; }
      #havoc .inner h2:after {
        content: 'Wreak havoc, and the path shall be opened unto you.'; }

#havoc.en .inner {
  background: url(../img/bg_smash_en.png) no-repeat right 30px; }

#release .inner {
  text-align: center;
  padding: 225px 0; }
  #release .inner img {
    opacity: 0;
    transform: translate(0, 60px);
    transition: 0.5s ease-in-out; }
  #release .inner .storeicons {
    margin-top: 3rem;
    vertical-align: middle; }

/* =スクリーンショット
-------------------------------------------------------------- */
#ss {
  background: linear-gradient(to bottom, #000206 0%, #0177f0 40%, #035ae9 86%); }
  #ss .ss {
    padding-bottom: 20vw;
    background: url(../img/bg_ss.png) no-repeat right bottom;
    background-size: 100% auto; }
    #ss .ss .inner {
      padding: 80px 0 80px 0; }
      #ss .ss .inner h2 {
        margin-top: 40px;
        font-family: 'EB Garamond', serif;
        font-weight: 800;
        font-size: 3rem;
        color: #fff;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        opacity: 0;
        transform: translate(0, 60px);
        transition: 0.5s ease-in-out; }
      #ss .ss .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #ss .ss .inner ul li {
          display: inline-block;
          margin: 0;
          list-style: none; }
          #ss .ss .inner ul li img {
            opacity: 0;
            transform: translate(0, 60px);
            transition: 0.5s ease-in-out; }

.mv01 {
  opacity: 1 !important;
  transform: translate(0, 0) !important; }

/* =中ページ
-------------------------------------------------------------- */
/*ヘッダー*/
body.page #header_child {
  padding: 5px 0 0 0;
  background: url(../img/bg_gn.jpg) no-repeat;
  background-size: cover; }
  body.page #header_child h1 {
    position: relative;
    top: -8px;
    z-index: 1;
    background: url(../img/bg_gn_boder.png) repeat-x center top;
    text-align: center;
    padding: 5px 0 0 0;
    height: 117px;
    overflow: hidden;
    line-height: 1.3; }
  body.page #header_child #gn {
    position: relative;
    margin-top: -20px; }
    body.page #header_child #gn ul {
      background: rgba(0, 0, 0, 0.5); }

body.page h2.page-title {
  font-family: 'EB Garamond', serif;
  font-weight: 800;
  font-size: 3rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 1em 0; }

body.page #release .inner {
  padding: 75px 0 225px 0; }

body.page #contents {
  background: rgba(0, 0, 0, 0.7);
  padding: 5em 0;
  /* tips */
  /* .chara-list */ }
  body.page #contents .tips {
    position: relative;
    margin-bottom: 3em;
    padding: 40px 60px 30px 80px;
    background: url(../img/flame_mid.png) repeat-y;
    background-size: 100% auto;
    /*		opacity: 0;
		transform: translate(0,60px); 
		transition: 0.5s ease-in-out; */ }
    body.page #contents .tips::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: url(../img/flame_top.png) no-repeat;
      background-size: 100% auto; }
    body.page #contents .tips::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: url(../img/flame_bottom.png) no-repeat left bottom;
      background-size: 100% auto; }
    body.page #contents .tips h3 {
      margin-bottom: .75em;
      font-size: 1.5em;
      color: #e3d593;
      line-height: 1.3;
      text-align: center; }
    body.page #contents .tips .tips-image {
      float: left;
      margin: 0 2em 2em 0;
      width: 390px; }
  body.page #contents .chara-list {
    padding: 2em 0; }
    body.page #contents .chara-list ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      body.page #contents .chara-list ul li {
        display: inline-block;
        list-style: none;
        margin: 0; }
        body.page #contents .chara-list ul li a {
          display: block;
          padding: .5em;
          text-align: center;
          border-radius: 3px; }
          body.page #contents .chara-list ul li a:hover {
            background: rgba(255, 255, 255, 0.5); }
  body.page #contents .chara {
    clear: both;
    border: #444444 1px solid;
    padding: 1em;
    margin-bottom: 2em;
    background: #000000;
    opacity: 0;
    transform: translate(0, 60px);
    transition: 0.5s ease-in-out; }
    body.page #contents .chara h3 {
      color: #e3d593;
      font-size: 2em;
      font-weight: bold;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      margin-top: .5em;
      margin-bottom: .5em;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
      body.page #contents .chara h3 small {
        font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
        font-weight: normal;
        display: block;
        font-size: .5em; }
  body.page #contents #lumisa.chara {
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 39%, #933232 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 39%, #933232 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 39%, #933232 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#933232',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  body.page #contents #lemeza.chara {
    background: -moz-linear-gradient(45deg, #376623 0%, #000000 60%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #376623 0%, #000000 60%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #376623 0%, #000000 60%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376623', endColorstr='#000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  body.page #contents #shorn.chara {
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 39%, #7a652a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 39%, #7a652a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 39%, #7a652a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7a652a',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  body.page #contents #xelpud.chara {
    background: -moz-linear-gradient(45deg, #af723d 0%, #000000 60%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #af723d 0%, #000000 60%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #af723d 0%, #000000 60%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af723d', endColorstr='#000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  body.page #contents #muchan.chara {
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 39%, #703c65 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 39%, #703c65 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 39%, #703c65 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#703c65',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }

/* =バッカーリスト
-------------------------------------------------------------- */
ul#backerlist {
  margin: 0;
  padding: 0;
  text-align: center; }
  ul#backerlist li {
    width: 100px;
    height: 100px;
    margin: 0 2px 30px 2px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    display: inline-block;
    background: url(../img/monument.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    font-size: 12.5px;
    line-height: 1.1; }
    ul#backerlist li span {
      display: table-cell;
      width: 100px;
      height: 100px;
      padding: 11px 20px 20px 20px;
      box-sizing: border-box;
      vertical-align: middle;
      color: #f9eed0;
      font-family: 'Eczar', serif;
      word-wrap: break-word;
      text-shadow: 0px 1px 2px #000000, 1px 1px 2px #000000, -1px 1px 2px #000000, 0px -1px 2px #000000;
      position: relative;
      left: -2px; }
    ul#backerlist li .breakall {
      word-break: break-all; }

/* =コンソール
-------------------------------------------------------------- */
body.page#page_console {
  /* コンソール */ }
  body.page#page_console #contents {
    /* .shop */
    /* .shop-2 */ }
    body.page#page_console #contents h2 {
      clear: both;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      color: #d6ad40; }
    body.page#page_console #contents small {
      font-size: .5em;
      color: #7d7d7d; }
    body.page#page_console #contents .center {
      text-align: center; }
    body.page#page_console #contents .package-info {
      margin-top: 2em; }
      body.page#page_console #contents .package-info .package-detail h3 {
        margin-bottom: .5em; }
      body.page#page_console #contents .package-info .package-detail dl {
        line-height: 1.2;
        padding: .5em 0;
        margin: .5em 0;
        border-bottom: #444444 1px solid;
        display: flex;
        font-size: .9em; }
        body.page#page_console #contents .package-info .package-detail dl.first {
          border-top: #444444 1px solid; }
        body.page#page_console #contents .package-info .package-detail dl dt {
          width: 130px;
          color: #efe6ca; }
        body.page#page_console #contents .package-info .package-detail dl dd {
          width: 400px; }
    body.page#page_console #contents .benefit {
      clear: both;
      border: #444444 1px solid;
      padding: 1em;
      margin-bottom: 1em; }
      body.page#page_console #contents .benefit h3 {
        font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        font-size: 1.5em;
        line-height: 1.2;
        margin-bottom: 0.75em;
        color: #93b267; }
    body.page#page_console #contents .shops {
      text-align: center;
      margin: 1em 0; }
      body.page#page_console #contents .shops .shop {
        letter-spacing: normal;
        display: inline-block;
        box-sizing: border-box;
        width: 300px;
        min-height: 200px;
        height: 360px;
        vertical-align: top;
        margin: 0 3px 7px 3px;
        padding: 15px;
        border: #444444 1px solid;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        line-height: 1.5; }
        body.page#page_console #contents .shops .shop h4 {
          margin-bottom: .5em; }
        body.page#page_console #contents .shops .shop .shop-info {
          text-align: left; }
          body.page#page_console #contents .shops .shop .shop-info ul {
            margin-top: .25em;
            margin-left: 1.5em; }
            body.page#page_console #contents .shops .shop .shop-info ul li {
              font-size: .8em;
              line-height: 1.2;
              margin-bottom: .25em; }
    body.page#page_console #contents .shops-2 li {
      width: 25%;
      display: inline-block;
      font-size: 1em;
      margin-bottom: .75em; }
      body.page#page_console #contents .shops-2 li a {
        padding: 10px;
        display: block;
        border: 1px solid #444444;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.75); }
        body.page#page_console #contents .shops-2 li a:hover {
          color: #dbd244;
          background: rgba(55, 55, 55, 0.75); }

/* #contents */
/* =フッダー
-------------------------------------------------------------- */
#lumissa-sec {
  position: relative;
  height: 50vw;
  text-align: center;
  background: url(../img/bg_footer.jpg) no-repeat center bottom;
  background-size: 100% auto; }
  #lumissa-sec #lumissa {
    position: absolute;
    width: 5.3vw;
    height: auto;
    top: 21.5vw;
    left: calc(50vw - 2.7vw);
    opacity: 0;
    transition: 0.5s ease-in-out; }
  #lumissa-sec .mv02 {
    opacity: 1 !important; }

@media screen and (max-width: 1000px) {
  #lumissa-sec {
    height: 500px; }
    #lumissa-sec #lumissa {
      width: 46px;
      height: auto;
      top: 222px;
      left: calc(500px - 23px); } }

#footer {
  background: #000;
  padding: 1rem 0;
  color: #b6c4b7;
  text-align: center;
  font-size: .8rem;
  font-family: 'EB Garamond', serif; }
  #footer address {
    font-style: normal; }
  #footer .footer-logo {
    padding: 1rem 0; }

a.consolelink {
  display: inline-block;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0.5em 1em; }
  a.consolelink:hover {
    background: rgba(52, 52, 52, 0.75); }

.snstitle {
  margin-top: 2rem;
  margin-bottom: .5rem; }

.sns-btns {
  text-align: center;
  margin-bottom: 2rem; }

.sns-btns ul {
  display: inline;
  text-align: center; }

.sns-btns ul li {
  display: inline-block; }

/* = Page Top Ancher
-------------------------------------------------------------- */
#page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  letter-spacing: .1em; }

a#page-top-link {
  width: 75px;
  height: 75px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: url(../img/arr_page.png) center center rgba(255, 255, 255, 0.3) no-repeat;
  overflow: hidden;
  text-indent: -500em; }

a#page-top-link:hover {
  background: url(../img/arr_page.png) center center rgba(255, 255, 255, 0.6) no-repeat;
  text-decoration: none; }
