@charset "utf-8";

.android2{
	width: 320px;
	overflow: hidden;
}

/* header
---------------------------*/
.social{
	width: 250px;
	height: 42px;
	float: right;
	/*background-color: red;*/
	margin-top:8px;
	letter-spacing: -.40em;
	text-align: right;
}

.icon-twitter{
	width: 34px;
	height: 34px;
	display: inline-block;
	letter-spacing: normal;
	background-color: #2aa9e0;
	background-repeat: no-repeat;
	background-image: url("../img/top/icon_twitter.png");
	background-size: contain;
}

.icon-twitter a{
	background-color: #2aa9e0;
}

.icon-twitter:hover,
.icon-twitter:focus,
.icon-twitter:active,
.icon-twitter.active{
  background-color: #1ae6f3;
}

.icon-facebook{
	width: 34px;
	height: 34px;
	display: inline-block;
	letter-spacing: normal;
	background-color: #39599f;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-image: url("../img/top/icon_facebook.png");
	background-size: contain;
}

.icon-facebook:hover,
.icon-facebook:focus,
.icon-facebook:active,
.icon-facebook.active{
  background-color: #2f8fcc;
}

.banner-area {
  position: absolute;
  top: 85%;
  right: 3%;
}

.banner-area .banner-wiki {
  display:block;
}

.banner-area .banner-wiki-image {
  width:70%;
  height:auto;
}


/* common
---------------------------*/
.w1200 {
	width: 1200px;
	margin: 0;
	padding: 0;
}
.f30{
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.f24{
	font-size: 24px;
}
.mb100 {
	margin-bottom: 100px;
}
.pb100 {
	padding-bottom: 100px;
}
.bbb {
	border-bottom: #000000 solid 1px;
}
.wrap {
	text-align: center;
}
.txt {
	display: block;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.title-bar {
	background-color: #000000;
	height: 57px;
	background-position: 50% 50%;
}
.bk-wrap {
	color: #ffffff;
	background-color: #000000;
	padding-bottom:3%;
}

/* main
---------------------------*/
.main-logo {
/*	margin: 30px 0 50px;
*/	
}
.main-logo img {
	width: 66%;
}

.btn-wrap {
	padding: 0;
	margin-bottom: 2%;
}
.btn-wrap li{
	display: inline-block;
	margin: 0 12px 20px;
	height: 75px;
}
.btn-wrap li a{
	display: inline-block;
	height: 75px;
}

.icon-wrap {
	padding: 0;
	margin-bottom: 5%;
}
.icon-wrap li{
	display: inline-block;
	margin: 0 10px;
	height: 66px;
}
.icon-wrap li a{
	display: inline-block;
	height: 66px;
	width:100%;
	height:100%;
}

/* cm
---------------------------*/
#title-cm {
	background-image: url("../img/top/title-cm.png");
}
#cm-wrap {
	min-height:315px;
}

/* comic
---------------------------*/
#title-comic {
	background-image: url("../img/top/title-comic.png");
}
.caption-text {
	height: 30px;
	margin-bottom: 3%;
	color:#070002;
	text-align: center;
	margin-top:3%;
	font-size:1.5rem;
}
.read-comic {
	display: block;
	width: 600px;
	height: 600px;
	background-repeat: no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.read-comic-zero {
	background-image: url("../img/top/img-comic-zero.png");
	background-size: contain;
}

.read-comic-joker {
	background-image: url("../img/top/img-comic-joker.png");
	background-size: contain;
}

.read-comic-greed {
	background: url("../img/top/img-comic-greed.png") center top no-repeat;
  background-size: contain;
}

.second-comic {
	top:0;
}

.comic-wrap {
	padding-top: 100px;
	padding-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.comic-wrap div {
	display: inline-block;
	width: 470px;
	height: 470px;
}

.comic-story {
	line-height: 48px;
	vertical-align: top;
}
#txt-comic-zero {
	height: 34px;
	margin: 180px 0 48px;
	background-image: url("../img/top/txt-comic-zero.png");
	background-position: 50% 0;
}
#txt-comic-joker {
	height: 34px;
	margin: 30% 0 48px;
	background-image: url("../img/top/txt-comic-joker.png");
	background-position: 50% 0;
}


/* game
---------------------------*/
#title-game {
	background-image: url("../img/top/title-game.png");
	margin-bottom: 0;
}
#game-story-wrap {
	padding: 100px 0 228px;
	background: url("../img/top/bg-game-story.jpg") no-repeat;
	background-position: 50% 50%;
	zoom:1.3;
}
#game-story-wrap p {
  margin: 0;
  margin-top:8%;
}
#game-img-wrap {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
#game-img-wrap li{
	display: inline-block;
	width: 14%;
  margin: 100px 80px 0px 0px;
}

#game-img-wrap li:last-child{
  margin-right: 0px;
}
#txt-game-guildbattle {
	height: 40px;
	margin: 0 0 40px;
	background-image: url("../img/top/txt-game-guildbattle.png");
	background-position: 50% 0;
}
#txt-game-quest {
	height: 40px;
	margin: 0 0 40px;
	background-image: url("../img/top/txt-game-comic-quest.png");
	background-position: 50% 0;
}
#txt-game-taiman {
	height: 40px;
	margin: 0 0 40px;
	background-image: url("../img/top/txt-game-taiman.png");
	background-position: 50% 0;
}

/* Popup
---------------------------*/
.popup-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}

.popup{
	position: relative;
	width: 700px;
	/*height: 590px;*/
	background-color: #292a22;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	margin: 40px auto 0 auto;
	border: 1px #666666 solid;
}

.popup-bg.hiden{
	display: none;
}

.popup-bg.show{
	display: block;
}

.popup h1{
	font-size: 28px;
	text-align: center;
	margin: 18px 0 10px 0;
	/*padding: 10px 0 0 0;*/
}

.popup .viewer{
	width: 100%;
	height: 600px;
	margin: 26px auto 0 auto;
	text-align: center;
}
.popup .viewer img{
	width: 400px;
	margin: 0 auto;
}
.popup .navi{
	text-align: center;
	margin: 10px 0 18px 0;
	font-size: 16px;
}
.popup .navi a{
	color: #ffd900;
	/*margin: 0 20px 0 0;*/
}

.popup .navi .page{
	width: 50px;
	display: inline-block;
	margin: 0 30px;
}

/*.popup .navi a:last-child{
	margin: 0;
}*/

.popup .close-wrap{
	position: absolute;
	text-align: right;
	top: 18px;
	right: 0;
	padding-right: 20px;
}

.btn-popup-close{
	color: #cc0000;
}

.footer .inner {
	width:100%;
	margin:0;
	text-align:center;
}

.footer .inner ul {
	padding:0;
	margin:0;
}

.store-banner {
	width:35%;
	margin-right:1%;
}

#mobile #comic .comic-images .js-image-kind-greed {
  top:45%;
}

@media screen and (max-width:1800px){
	#menu {
		height:12%;
  }
  
  #banner-area {
    height:12%;
  }

	#mobile #movie {
		margin-top: 55%;
	}

@media screen and (max-width:1500px){
	#menu {
    margin-top: -2%;
		height:11%;
	}

	#menu .menu-logo {
		margin-top:0.4%;
		margin-right:0.8%;
		width:22.5%;
	}

	#menu .store-banner {
		width:35%;
		margin-right:4%;
  }

  #banner-area {
    margin-top: -2%;
    height:9%;
  }
  
	#comic .comic-images {
    width:60%;
  }

  #comic .comic-icon {
    width:80%;
  }

	#mobile #movie {
		margin-top: 55%;
  }
  
  #header .banner-wiki-image{
    width:60%;
  }
}

@media screen and (max-width:1200px){
  #banner-area {
    width:35%;
  }
}

@media screen and (max-width:1024px){
	#mobile .menu{
		/**
		margin-top: 4%;
		**/
		background:none;
	}
	#mobile #menu .menu-logo {
		width:50%;
		display:block;
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}

	#mobile .menu-store {
		width:100%;
		display:block;
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}

	#mobile .menu-sns {
		display:block;
		width:50%;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	#mobile #movie {
		margin-top:55%;
	}

	#mobile #game-img-wrap li {
    display: inline-block;
    width: 19%;
    margin: 100px;
  }

  #mobile #game-img-wrap #txt-game-quest,
  #mobile #game-img-wrap #txt-game-guildbattle{
    height: 65px;
    background-size: 40%;
  }

  #mobile #game-img-wrap #txt-game-taiman {
  	height:50px;
		background-size: 60%;

  }

	#mobile #game-img-wrap li  {
		width:50%;
		text-align: center;
    margin: 5% 10%;
	}
	#mobile #game-img-wrap li img {
		width: 100%;
	}

	#mobile header .inner {
		zoom:1.8;
	}

	#mobile header .social {
		margin-top:2%;
	}
	#mobile header .logo {
		padding-bottom: 15px;
	}

	#menu {
		margin-top:-4.5%;
		height:9%;
	}

	#menu .menu-logo {
		margin-top:1.4%;
		width:22.5%;
	}

	#menu .store-banner {
		/*
		width:35%;
		*/
  }
  
  #banner-area {
		margin-top:-4.5%;
		width:40%;
  }


	#comic .comic-images {
    width:60%;
    margin-bottom: 10%;
	}

	.footer a {
		font-size:1.5rem;
	}
	#game .game-story-text img {
		width:90%;
  }
  
  #comic .comic-images .js-image-kind-greed {
    top:37%;
  }

  #header .banner-wiki-image{
    width:50%;
  }
}

@media screen and (max-width:850px){
	#menu {
		margin-top:-5.5%;
		height:7%;
	}

	#menu .menu-logo {
		margin-top:1.4%;
		width:22.5%;
	}

	#menu .store-banner {
		width:35%;
	}
	#comic .comic-images {
    /* width:60%; */
    margin-bottom: 5%;
  }
  
  #banner-area {
		margin-top:-5.5%;
    width:40%;
  }
}

@media screen and (max-width:700px){
	footer .footer .inner {
		zoom:1;
	}
	.caption-text {
		font-size:0.8rem;
	}
	#device .txt-device-caption {
		font-size:0.8rem;
	}

	#comic-detail .comic-caption {
		line-height:1.6rem;
	}


	.inner, .footer .inner {
		width: 90%;
	}
	.logo {
    padding-bottom: 6px;
    font-size: 0;
    text-align:left;
	}
	.social {
      width:200px;
	    margin-top: 6px 0 0 6px;
	    height: 28px;
	}
	.icon-facebook, .icon-twitter {
	    width: 26px;
	    height: 26px;
  }
  
  .icon-wiki img{
    height: 26px;
  }
	.menu {
		height:5.5%
  }

	.footer {
		width: 100%;
	    height: 60px;
/*	    margin: 20px 0 0 0;*/
	    background-color: #000;
	    font-size: 10px;
	    line-height: 20px;
	    color: #fff;
	    text-align: center;
	    padding: 24px 0 5px 0;
	}
	.cm-wrap {
		zoom:0.5;
	}
	.f30 {
		font-size: 14px;
	}
	.f24 {
		font-size: 14px;
	}
	.title-bar {
		height: 28px;
	}
	.btn-wrap li{
		height: auto;
	}
	.btn-wrap li a{
		height: auto;
	}
	.btn-gp {
		width: 108px;
	}
	.btn-it{
		width: 123px;
	}
	.icon-wrap {
		width: 80%;
    margin-bottom: 5%;
    text-align: center;
	}
	.icon-wrap li{
		margin: 0 10px;
		height: 33px;
	}
	.icon-wrap li a{
		height: 33px;
	}
	.icon-wrap li a img{
		width: 33px;
	}
	.header-chara-list .header-character-image {
	  top:6%;
	}

	#comic .comic-images {
		 width: 80%;
  }
  
  #comic .comic-icon {
    width:100%;
  }

	#comic .comic-images .over-book-image {
		/* width:35%;
		left:35%;
		top:40%;
	  text-align:center;
	  margin-left:auto;
	  margin-right:auto; */
  }
  
  #comic .comic-images .js-image-kind-greed {
    top:40%;
  }



	button {
/*		width:100px;
		height:100px;*/
/*		border:none;
*/	}

	/* cm
	---------------------------*/
	#title-cm {
		background-size: 144px;
	}
	/* comic
	---------------------------*/
	#title-comic {
		background-size: 108px;
	}
	#txt-comic {
		background-size: 311px;
	}
	.read-comic {
		width: 300px;
		height: 300px;
		background-size: 300px;
	}
	/* game
	---------------------------*/
	#title-game {
		background-size: 90px;
	}
	#game-story-wrap {
		padding: 40px 0 50px;
		background-size: 720px 400px;
	}
	#game-story-wrap p img{
		width: 95%;
	}
	#game-img-wrap li  {
		width: 60%;
		margin-left:auto;
		margin-right:auto;
	}
	#game-img-wrap li img {
		width: 100%;
	}
	#txt-game-guildbattle {
		height: 20px;
		background-size: 77px;
	}
	#txt-game-quest {
		height: 20px;
		background-size: 77px;
	}
	#txt-game-taiman {
		height: 20px;
		background-size: 117px;
	}
	.comic-wrap div {
		width: 300px;
		height: 300px;
	}

	.comic-detail .comic-wrap .comic-story{
		height:100px;
	}

	.comic-story {
		width: 300px;
		height: 300px;
		margin-bottom: 40px;
	}

	.comic-wrap .comic-image{
		height:100px;
	}
	#txt-comic-zero, #txt-comic-joker {
		margin: 0;
	}
	#txt-comic-zero {
		height: 17px;
		background-size: 143px;
	}
	#txt-comic-joker {
		margin-top: 40px;
		background-size: 92px;
	}

	.header .character-05 {
		left:66%;
	}

	.header .character-06 {
		left:82%;
	}

	.title .store-wrap {
		width:100%;
	}
	.title .store-wrap-box {
		display: table;
		width:100%;
	}
	.title .store-wrap-box-b {
		display: table-row-group;
		width:100%;
	}

	.title .store-wrap-box-t {
		display: table-header-group;
		width:100%;
	}
	.title-icon-twitter {
		width:10%;
	}

	.title-icon-facebook{
		width:10%;
	}

	.title-icon-twitter img{
		width:100%;
	}

	.title-icon-facebook img{
		width:100%;
	}

	.title .store-wrap:nth-child(n+2) {
		margin-top:10%;
	}

	.collabo .collabo-content-app-image {
	 	width: 40%;
	}

	.collabo .collabo-content-app-text {
		text-align: left;
	 	font-size: 14px;
	}

	.collabo .collab-content-banner img{
		width:70%;
	}

	.store-banner {
		width:100%;
	}

	.collabo .store-banner-content{
	  width:100%;
	  margin-top:5%;
	}

	.collabo .store-banner-image.ios{
	  width:35%;
	  margin-top:2%;
	}

	.collabo .store-banner-image.android{
	  width:30%;
	  margin-top:2%;
	}

	.device-margin {
		height:90px;
	}

	.header-character-image {
	   top: 2.5%;
	}

	.collabo .collabo-image {
		background-size:60%;
		padding-top:1%;
		padding-bottom:1%;
	}

	.collabo .store-banner-image img { 
		width:100%;
	}

	#movie .youtube  {
		width:550px;
		height:385px;
	}

	#title .title-appeal-text {
		width:100%;
  	font-size: 1.5em;
  	color:#971e1e;
  	margin-top:10%;
  	line-height: 1.5em;
	}

	.l-mobile-inline {
		display: inline-block;
	}

	.footer .inner {
		zoom:1.6;
		margin-bottom:1%;
	}

}
@media screen and (max-width:480px){

	#menu {
    margin-top: -2.5%;
    height: 4%;
  }
  
  #banner-area {
    margin-top: -2.5%;
    width:40%;
  }
}












