@charset "utf-8";

html,body{
	font-size: 16px;
	height: 100%;
	width: 100%;
}
#wrap {
    background: #a9d0da;
}
body > #container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.wrap_inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 ;
}

#container {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	font-style: normal;
	/* font-size: 1.4rem; */
	line-height: 1.7;
	height: 100%;
	min-height: 100%;
	position: relative;
    width: 100%;
}

/************************
基本パーツ
************************/
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
    background: #fff;
    z-index: 90;
}
header .logo {
	width: 40%;
}
header .logo span {
	color: #003560;
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: .1rem;
}
header .logo img {
	height: auto;
	width: 100%;
	max-width: 140px;
}
footer {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 40px;
}
#attention {
    padding: 20px 10px 10px;
    background:#edf6f8;
}
#attention2{
    margin-bottom: 10px;
}
#attention2 > a {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
}
#attention dl dd {
    margin-bottom: 5px;
}
#footer {
    text-align: center;
    margin-top: 10px;
}

/*** btn ***/
.btn {
	background: #444;
	border-radius: 5px;
    border: 1px solid #000;
	color: #000;
	display: block;
	height: 100%;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
} 
.btn:before, .btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.account_btn_wrap .btn {
	background: #ffcc00;
	box-shadow: 0 1px 0 #000;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}

.mv {
    background: #45aec9;
    width: 100%;
    padding: 20px 0;
}
.mv_img {
    width: 80%;
    margin: 0 auto;
}
.mv_img img {
    width: 100%;
}

.manga_page {
    width: 100%;
    margin-bottom: 20px;
}
.manga_page figure {
    margin: 0;
}
.manga_page img {
    width: 100%;
    margin-bottom: 10px;
}

.campaign {
    width: 100%;
}
.campaign img {
    width: 90%;
    margin: 20px 5%;
}
.campaign .btn {
    background: #ffcc00;
    width: 90%;
    margin: 20px auto;
    height: 60px;
    font-size: 22px;
    line-height: 2.2em;
    font-weight: bold;
    box-shadow: 0 2px 0 #000;
}

.more_contents {
    width: 100%;
    background: #45aec9;
    border-top: thick double #000;
    border-bottom: thick double #000;
    padding: 40px 5%;
    margin: 60px 0;
}
.more_contents img {
    width: 100%;
}
.more_contents p {
    text-align: center;
}
.more_contents a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}