	body {
	line-height: 1.5;
	font-size: 16px;
	margin-top: 0px;
	}
	ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, td {
		margin: 0;
		padding: 0;
		
	}
	a img, :link img, :visited img {
		border: none;
	}
	.clear_all {
		clear: both;
	}
	img {
		vertical-align: bottom;
	}
	a img:hover {
		opacity: 0.5;
	}
	li a img:hover {
		padding: 0px 10px 0px;
	}
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	body {
		background: #FFF;
	}
	.txt {
		text-align: left;
	}

	.row {
		z-index: 10;
		width: 1000px;
		margin: auto;
		position: relative;
		text-align: center;
	}

	a img:hover {
		opacity: 0.8;
	}
	.main_head {
	}
	section {
		position: relative;
	}
	#header {
		z-index: 3;
	}
	#main {
	}

	/* header用*/
	.head_line {
	background: #FFF;
	width: 1000px;
	height: 57px!important;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	position: relative;
	}
	.logo_title {
	float: left;
	}
	.fbbtn {
	position: absolute;
	top: 10px;
	right: -0px;
	bottom: auto;
	}
	.fbbtn_txt {
	position: absolute;
	top: 15px;
	right: 30px;
	bottom: auto;
	font-size: 14px;
	color: #3B5998;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
	}

	.topsns {
	font-size: 19px;
	left: 650px;
	position: absolute;
	top: 16px;
	}

/*-------------------------------
			メインコンテンツ
-------------------------------*/
.main_head {
   repeat-x scroll 0 0;
	height:auto;
	background:url(../img/top_bag.png) repeat-x scroll 0 0;
}
	.main_head_inner {
	z-index: 10;
	width: 1000px;
	height: 730px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
#mainh1{
	position: absolute;
	top: 287px;
	right: auto;
	left: 0px;
}
#mainh2{
	position: absolute;
	top: 158px;
	right: auto;
	left: auto;
}
#main_img{
	position: absolute;
	top: 35px;
	left: auto;
	right: -50px;
}

	#main_head_btn {
		position: absolute;
		top: 16px;
		right: 10px;
	}

/* コンテンツ1： 登場人物 */
.con1 {
	margin-top: 100px;
	height:auto;
	background:url(../img/con1_bag.png) repeat-x scroll 0 0;
}
.con1 .ob {
	background-color: #7DB12F;
	width: 100%;
	height: 87px;
}
.con1 .ob p {
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
}
.con1 .container {
	width: 1000px;
	padding-top: 80px;
	padding-bottom: 20px;
}
.con1 .text {
	width: 310;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	text-align: center;
}
.con1 .box {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	background-color: #C6D800;
	padding-bottom: 20px;
	width: 98%;
	height: 220px;
	padding-top: 20px;
}
.con1 img {
}
.con1 h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #FFFFFF;
}
.con1 p {
	margin-top: 0;
	font-size: 20px;
	line-height: 1.8;
	color: #FFFFFF;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

@media (min-width: 768px) {
	.con1 .container {
	display: flex;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 0;
	margin-top: -70px;
	}
	.con1 .text	{
		flex: 1;
	}
	.con1 .text:not(:first-child){
	margin-left: auto;
	margin-right: auto;
	}
}

/* コンテンツ2： comic */
.con2 {
	margin-top: 100px;
	height: auto;
	background-color: #91D033;
	padding-top: 50;
	padding-bottom: 50;
}
.con2 .ob {
	background-color: #FFFFFF;
	width: 100%;
	height: 87px;
	margin-bottom: 50px;
}
.con2 .ob p {
	font-size: 50px;
	color: #7DB12F;
	text-align: center;
}
.con2 .container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


/* --------------------------------
 * base
 * -------------------------------- */
.inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	box-sizing:border-box;
}

img { /* 重複タグ */
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
	.inner{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	display: block;
	padding: 0 3%;
	box-sizing:border-box;
	}

	/* header用*/
	.head_line {
	height: 72px!important;
	}


}


/* --------------------------------
 * mg_sec02
 * -------------------------------- */
#mg_sec02{
	background: #fff;
	display: block;
	padding: 10% 0 0;
}

.otherpage_link{
	display :block;
	text-align: center;
	margin: 5% auto;
}

.otherpage_link p img{
	margin-bottom: 3%;
}

/* オファーボタン */
	.offerbg {
	background:url(../img/e-kakashi_back.png) repeat-x scroll 0 0;
		 background-position: center center; 
		height: 643px;
	}
	.offerbg .btn{
	position: relative;
	right: auto;
	left: auto;
	bottom: auto;
	top: 420px;
	}
.offerbg .row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
.sns_btn {
		display: none;
}


/* フッター */
.footer {
	}
