@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 {
	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-image: linear-gradient(90deg, #de2026, #06cdf0);
	color: #000;
	font-size: 15px;
	line-height: 1.2rem;
	word-break: normal;
}

/**************************/
/* TOP */
/**************************/
#container {
	width: 100%;
	font-size: 1rem;
	color: #fff;
}

header {
	width: 100%;
}
h1 {
	width: 100%;
	line-height: 0;
	/*border-bottom: 2px solid #cc5a57;*/
	/*box-shadow: 0 3px 5px 0px rgba(255, 255, 255, 0.2);*/
}
.contents {
	padding: 0 20px;
}
.topics_area {
	/*border: 2px solid #c73a36;
	border-radius: 10px;*/
	background-color: #191919;
	margin: 40px auto 0;
	padding: 0 0 20px;
}
.topics_area:first-of-type {
	margin: 20px auto 0;
}

.btn_read {
	width: 100%;
	text-align: center;
	margin: 20px auto 0;
}
.btn_read a {
	width: 60%;
	border-radius: 10px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 1rem 0;
	background: #eee;
	font-size: 1.4rem;
}
.comics_area {
	padding: 20px;
}

h2.img_head {
	width: 100%;
	margin: 0 auto 0;
	border: 0;
	padding: 0;
	border-radius: 0;
}
h2.img_head a {
	display: block;
}
h2.img_head img {
	border-radius: 0;
}
h2.img_foot {
	border: 0;
	padding: 0 20px;
}
h2.img_foot a {
	display: block;
}

.sample_page {
	margin: 20px auto 0;
}
.sample_page_l {
	margin: 1rem auto 0;
}

p.txt_attention {
	color: #f00;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	background: #ff0;
	margin-top: 0.5rem;
}
.story_area1 {
	display: flex;
	margin: 0;
}
.story_area1 .img_comics {
	width: 40%;
	margin-right: 4%;
}
.story_area1 .text {
	width: 56%;
}
.story_area1.valign_center {
	align-items: center;
}
.story_area1 .text p {
	font-size: .7rem;
	line-height: 1.1rem;
	word-wrap: break-word;
	word-break: normal;
}
.story_area1 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, #de2026);
	/*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_area2 {
	display: flex;
	margin: 0;
}
.story_area2 .img_comics {
	width: 40%;
	margin-right: 4%;
}
.story_area2 .text {
	width: 56%;
}
.story_area2.valign_center {
	align-items: center;
}
.story_area2 .text p {
	font-size: .7rem;
	line-height: 1.1rem;
	word-wrap: break-word;
	word-break: normal;
}

.story_area2 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, #06cdf0);
	/*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);*/
}
.img_bnr {
	margin: 2rem auto 0;
	padding: 0 20px;
}
.img_bnr a {
	display: block;
}

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

/* SNS */
.sns_area_wrap {
	margin: 1rem 20px 0;
	background: #191919;
	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: 1rem 0 1.2rem;
	background: #000;
	border-top: 1px solid #fff;
}

.copyright {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: 700;
}

.img_disclaimer{margin-bottom: 20px;}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

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

@media (min-width: 768px) {
	#container {
		margin: 0 auto;
		font-size: 1rem;
		width: 720px;
	}
	header {
	}
	h1 {
		margin: 0 auto;
	}
	.topics_area {
		padding-bottom: 2rem;
	}
	.comics_area {
		margin-top: 2rem;
	}
	.story_area1 .text p {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.story_area2 .text p {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.story_area1 a {
		margin: 2rem auto 0;
		padding: 1rem 0;
		font-size: 1.4rem;
	}
	.story_area2 a {
		margin: 2rem auto 0;
		padding: 1rem 0;
		font-size: 1.4rem;
	}
	footer {
		padding: 1rem 0;
	}

	#go_top {
		position: fixed;
		bottom: 9%;
		right: 3%;
		width: 7%;
	}
	.txt_sns_area {
		width: 53%;
		font-size: 1.8rem;
		line-height: 1.2rem;
	}
}
/* �����p */
.bdr_gray1 {
	border: 1px solid #444 !important;
}
.bdr_white1 {
	border: 1px solid #fff !important;
	box-sizing: border-box;
}
.bdr_gray1_top_bottom {
	border-top: 1px solid #444 !important;
	border-bottom: 1px solid #444 !important;
}
.bdr_gray1_top_btm {
	border-top: 2px solid #444 !important;
	border-bottom: 2px solid #444 !important;
}
.bdr_white2_top_btm {
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
}
.bdr_gray1_btm {
	border-bottom: 1px solid #444 !important;
}
.bdr_gray2_btm {
	border-bottom: 2px solid #444 !important;
}
.txt_center {
	text-align: center;
}
