@charset "utf-8";

/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
html {
	width: 100%;
	height: 100%;
	background: #000 url(../images/bg01.jpg) left top repeat fixed;
}

body {
	width: 100%;
	min-height: 100%;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #0099ff;
	text-decoration: none;
}
a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
a:active {
	color: #0099ff;
	text-decoration: underline;
}
a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	 transition: 0.3s ease-in-out;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


header {
	height: 1000px;
	background: url(../images/head_bg01.png) left top repeat-x;
}
#header_inner {
	position: relative;
	margin: 0 auto;
	width: 912px;
}
#head_logo_flapper {
	position: absolute;
	top: 60px;
	right: -130px;
}
#header_inner p#head_catch {
	position: absolute;
	top: 33px;
	left: -42px;
}
#head_baloon {
	position: absolute;
	top: 0px;
	right: -44px;
}
#header_inner h1 {
	position: absolute;
	top: 426px;
	left: 3px;
}
#header_inner nav {
	position: absolute;
	top: 707px;
	left: 10px;
}
#header_inner nav ul li {
	width: 160px;
	height: 167px;
	float: left;
}
#read {
	position: absolute;
	top: 668px;
	right: 77px;
	text-align: center;
}

#contents {
	margin: 0px auto 0 auto;
	width: 912px;
}

#contents section {
	margin: 0 0 50px 0;
	background: url(../images/box_bg01.png) left top repeat;
}
#contents section h2 {
	margin: 0 0 40px 0;	
}
#contents section div.contents_inner {
		padding: 0 20px 30px 20px;
}

#twitter {
	position: relative;
	height: 500px;
}
#twitter iframe {
	width: 100% !important;
}
#twitter a.twitter_icon {
	position: absolute;
	top: 10px;
	right: 20px;
}

#story p {
	padding: 30px 0 40px 0;
	text-align: center;
}
#story div.btn_read {
	text-align: right;
}

#products {
 
}
.product {
	margin: 30px 0 20px 30px;
}
.product_img {
	width: 220px;
	float: left;
}

.product_txt {
	width: 592px;
	float: left;
}
.product_txt dl {

}
.product_txt dl dt {
	margin: 0 0 20px 0;
}

.product_txt dl dd p {
margin: 0 0 20px 0;
}

#bg_character {
	position: absolute;
	margin: 0 auto;
	width: 1300px;
	height: 2000px;
	background: transparent url(../images/bg02.png) center top no-repeat;
	z-index: 0;
}

#comic_bg_list {
	position: relative;
	margin: 0 auto;
	width: 1300px;
	z-index: -1;
}
.comic_bg {
	position:  fixed;
	width: 100%;
	min-height: 3202px;
	background-repeat: repeat-y !important;
	background-position: center top;
}
#comic_bg01 {
	background: url(../images/bg_comic01.png);
}
#comic_bg02 {
	background: url(../images/bg_comic02.png);
}
#comic_bg03 {
	background: url(../images/bg_comic03.png);
}
#comic_bg04 {
	background: url(../images/bg_comic04.png);
}
#comic_bg05 {
	background: url(../images/bg_comic05.png);
}
#comic_bg06 {
	background: url(../images/bg_comic06.png);
}
#comic_bg07 {
	background: url(../images/bg_comic07.png);
}
#comic_bg08 {
	background: url(../images/bg_comic08.png);
}
#comic_bg09 {
	background: url(../images/bg_comic09.png);
}
#comic_bg10 {
	background: url(../images/bg_comic10.png);
}
#comic_bg11 {
	background: url(../images/bg_comic11.png);
}
#comic_bg12 {
	background: url(../images/bg_comic12.png);
}
#comic_bg13 {
	background: url(../images/bg_comic13.png);
}
#comic_bg14 {
	background: url(../images/bg_comic14.png);
}
#comic_bg15 {
	background: url(../images/bg_comic15.png);
}
#comic_bg16 {
	background: url(../images/bg_comic16.png);
}

#up {
	margin: 0 0 20px 0;
	text-align: center;
}

#footer_logo {
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 620px;
}
#footer_logo li {
	margin: 0 20px 0 0;
	width: 140px;
	float: left;
}
#footer_logo li:last-child {
	margin: 0;
}

footer {
	padding: 0 0 80px 0;
	text-align: center;
}
