@charset "utf-8";

html * {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
html,body,div, span, object, iframe, p, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea, a {
	margin: 0;
	padding: 0;
	line-height: 1.1rem;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style:none;
}
img {
	display: block;
	line-height: 0;
	font-size: 0;
	width: 100%;
}
body {
	background: #0000a2;
	color: #000;
	font-size: 15px;
	word-break: normal;
}

/**************************/
/* TOP */
/**************************/
#container {
	width: 100%;
	font-size: 0.6em;
	color: #bfbfe7;
	background: #0000a2;
	/*background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dcdcdc calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), #dcdcdc calc(100% - 1px));
background-size: 16px 16px;
background-repeat: repeat;
background-position: center center;
*/
}

header {
	width: 100%;
	padding-bottom: 10px;
}
h1 {
	width: 100%;
}
.top_txt_area {
	width: 96%;
	margin: 3% auto 0;
}
.top_txt {
	font-size: 1rem;
	line-height: 1.4;
	word-wrap: break-word;
text-align: left;
font-weight: 400;
margin-bottom: 20px;}

.top_txt_b {
	font-size: 1rem;
	line-height: 1.4;
	word-wrap: break-word;
	text-align: center;
	font-weight: 700;
color: #e8222f;
padding-top: 10px;}

.anchor_area {
	margin: 2%;
	padding-bottom: 10px;
}
.anchor_area li {
	display: inline-block;
	margin-right:3px;
	width: 32%;
	
}
.comics_area {
	margin: 0% auto 0;
	width: 95%;
	padding: 0;
	background-color:#fff;
}

h2 {
	width: 100%;

}
h2.img_catch {
	background: transparent;
	border-radius: 0;
	margin: 0 auto 0;
}
h2.ttl_head {
	background: transparent;
	border-radius: 0;
	margin: 0 auto 0;
	width: 95%;
}

.sample_page {
	width: 90%;
	margin: 0% auto;
}
.sample_page_l {
	width: 90%;
	margin: 0% auto 0;
}

.btn_preview {
	width: 60%;
	margin: 6% auto;
	padding-bottom: 6%;
}
.btn_preview.large {
	width: 95%;
	margin: 6% auto 0;
}
.btn_preview a {
	display: block;
}
p.txt_attention {
	color: #f00;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	background: #ff0;
	margin-top: 2%;
}
p.txt_attention_small {
	line-height: 1.4;
	width: 90%;
	margin: 2% auto 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.2em;
}
.btn_shadow {
	box-shadow: 0px 0px 6px 1px rgb(255, 255, 255, 0.66);
}
.story_area {
	display: flex;
	width: 90%;
	margin: 7% auto 7%;
	padding-bottom: 20px;
}
.story_area .img_comics {
	width: 50%;
	margin-right: 4%;
	border: #fff 1px;

}
.story_area .text {
	width: 56%;
	text-align: left;
}
.story_area a {
	display: block;
	border-radius: 30px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	display: block;
	margin: 1rem auto 0;
	padding: 0.9rem 0;
	background-image: linear-gradient(90deg, #a40003);
	/*background: #d00;
	background: -webkit-linear-gradient(75deg, #700, #d00);*/
	font-size: 1rem;
	/*box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.3);*/
}
.story_area.valign_center {
	align-items: center;
}
.story_area .text p {
	font-size: 1rem;
	line-height: 1.4;
	word-wrap: break-word;
}


#go_top {
	position: fixed;
	bottom: 4%;
	right: 3%;
	width: 14%;
	z-index: 30;
}


/* SNS */
.sns_area_wrap {
	margin: 1rem 0px 0;
	background: #262626;
	padding: 2%;
	/*border-radius: 10px;*/
}
.txt_sns_area {
	width: 60%;
	color: #fff;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
	/*background: linear-gradient(transparent 50%, #ff0 50%);*/
	position: relative;
	margin: 0 auto 0;
	line-height: 1.4rem;
}
.txt_sns_area:before,
.txt_sns_area:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: #fff;
	
}
.txt_sns_area:before {
	/*transform: translate(-50%,-50%) rotate(45deg);*/
	transform: rotate(-45deg);
	top: 0;
	left: -1rem;
}
.txt_sns_area:after {
	/*transform: translate(-50%,-50%) rotate(-45deg);*/
	transform: rotate(45deg);
	top: 0;
	right: -1rem;
}
.sns_area {
	padding: 1% 0;
}
.sns_area:after {
	content: "";
	clear: both;
	display: block;
}
.sns_area li {
	float: left;
	width: 50%;
	font-size: 0;
	display: inline-block;
	text-align: center;
	padding: 1% 0;
	
}
.sns_area li a {
	display: block;
}
.sns_area li.x {
	background: #000;
}
.sns_area li.fb {
	background: #1877f2;
}
.sns_area li img {
	margin: 0 auto;
	width: 12%;
	vertical-align: middle;
}

/* フッター */
#footer {
	width:100%;
	margin: 10% auto 0;
	padding: 3% 0 4%;
	background: #a40003;
	border-top: 1px solid #fff;
	font-size: 0.7em;
}

.cooyactxt {
	margin: 0 auto;
	margin-bottom: 0.3em;
	width:100%;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 700;
}
.attend {
		margin: 0 auto;
	margin-bottom: 0.3em;
	width:100%;
	color: #fff;
		text-align: center;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.2;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

@media (max-width: 767px) {
	#container {
		width: 100%;
	}
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}

@media (min-width: 768px) {
	#container {
		margin: 0 auto;
		font-size: 1em;
		width: 720px;
	}
	.header {

	}
	h1 {
		margin: 0 auto;
	}
	h3 {
		font-size: 1.5em;
	}
	.contents {
		margin: 0 auto;
	}
	.chapter1 .l_side {
		display: inline-block;
		width: 47%;
		vertical-align: middle;
		margin: 0;
	}
	.chapter1 .r_side {
		display: inline-block;
		width: 48%;
		margin-left: 3%;
		vertical-align: middle;
	}
	.chapter1 p {
		font-size: 1.1em;
	}
	.footer {
		padding: 2% 0;
	}
	
	#go_top {
		position: fixed;
		bottom: 9%;
		right: 3%;
		width: 7%;
	}
	.txt_sns_area {
		width: 53%;
		font-size: 1.8rem;
		line-height: 1.2rem;
	}
}
.fs_2em {
	font-size: 1.5em !important;
}
.mgt4per {
	margin-top: 4% !important;
}
.mgt5per {
	margin-top: 5% !important;
}
.mgt6per {
	margin-top: 6% !important;
}
.mgt8per {
	margin-top: 9% !important;
}
.mgt9per {
	margin-top: 9% !important;
}
.pdt6per {
	padding-top: 6% !important;
}
.pdb6per {
	padding-bottom: 6% !important;
}
.pdb7per {
	padding-bottom: 7% !important;
}
.pdb8per {
	padding-bottom: 8% !important;
}
.pdb9per {
	padding-bottom: 9% !important;
}
.pdb11per {
	padding-bottom: 11% !important;
}

.bdr_gray1 {
	border: 1px solid #fff;
}
.bdr_blue {
	border-color: #556dd0;
}
.bdr_purple {
	border-color: #6b5acb;
}
.bdr_img {
	background-size: 96%;
	background-position: center bottom;
}
.txt_center {
	text-align: center;
}
.txt_1_3em {
	font-size: 1.3em;
}
.inline_bold_title {
	font-weight: 700;
	display: inline-block;
	margin-top: -0.7%;
	vertical-align: middle;
	font-size: 1.3em;
}
hr{ border:none;
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #0000a2;}