@charset "UTF-8";
/* --------------------------------------------------------------
	
La-mulana2 Teaser Website CSS - responsive support
2018/05/11 ver. 

--------------------------------------------------------------  */
body {
  min-width: 0;
  height: auto; }

.pc {
  display: none; }

.sp {
  display: block; }

body {
  width: 100%;
  float: none; }

.inner {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 10px; }

img.stretch {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  float: none; }

.floatleft {
  float: none;
  margin: 0 auto; }

article p {
  font-size: .9rem; }

/* =メイン
-------------------------------------------------------------- */
#header {
  background-size: cover;
  background-attachment: inherit; }
  #header h1.mainimage img {
    width: 95vw; }

/* =グローバルナビ
-------------------------------------------------------------- */
#gn {
  margin-top: 0 !important; }
  #gn ul {
    padding: 0.5em;
    font-size: .8em; }
    #gn ul li {
      display: block;
      width: 100%; }
      #gn ul li a {
        padding: 0.25em 0.5em; }
      #gn ul li#gn-home {
        display: none; }

/* =お知らせ
-------------------------------------------------------------- */
#information .inner {
  display: block; }
  #information .inner h3 {
    text-align: center; }
  #information .inner #newsfeed {
    width: 95%;
    margin: 0 auto 2em auto; }
    #information .inner #newsfeed ul li {
      display: block; }
      #information .inner #newsfeed ul li .entry-date {
        width: auto;
        display: block; }
      #information .inner #newsfeed ul li a {
        width: auto; }
  #information .inner #twitterfeed {
    width: 95%;
    margin: 0 auto 2em auto; }

/* =PV
-------------------------------------------------------------- */
#pv {
  background-attachment: inherit; }
  #pv .inner iframe {
    width: 100%;
    height: calc(50vw + 23px); }

/* =ゲーム概要
-------------------------------------------------------------- */
.floatright, .floatleft {
  float: none;
  padding: 0 0 2em 0;
  width: 100%;
  height: auto; }

.about .inner {
  padding: 80px 10px 80px 10px;
  background-size: contain !important;
  transform: translate(0, 60px); }
  .about .inner h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem; }
    .about .inner h2:after {
      top: 20px;
      left: 10px; }

#seek .inner {
  transform: translate(0, 60px); }

/* =スクリーンショット
-------------------------------------------------------------- */
#ss .ss ul {
  justify-content: center;
  padding: 0 20px; }
  #ss .ss ul li {
    width: calc(50% - 5px);
    padding: 0 5px; }
    #ss .ss ul li img {
      width: 100%;
      height: auto; }

/**/
body.page #contents {
  padding: 1em 0; }
  body.page #contents .tips {
    padding: 20px 30px 40px 30px; }
    body.page #contents .tips .tips-image {
      float: none;
      width: 100%; }
    body.page #contents .tips h3 {
      text-align: left; }
  body.page #contents .chara h3 {
    margin-top: 0; }

/* =フッター
-------------------------------------------------------------- */
#lumissa-sec {
  height: 50vw; }
  #lumissa-sec #lumissa {
    position: absolute;
    width: 5.3vw;
    height: auto;
    top: 21.5vw;
    left: calc(50vw - 2.73vw); }

/* =コンソール
-------------------------------------------------------------- */
body.page#page_console {
  /* コンソール */ }
  body.page#page_console #contents {
    /* .shop */
    /* .shop-2 */ }
    body.page#page_console #contents .shops .shop {
      width: 100%;
      height: auto; }
    body.page#page_console #contents .shops-2 li {
      width: 47%;
      margin-bottom: .25em; }
