@charset "utf-8";
/*
*******************************************************************************************************
# グレンラガン fan spトップページ

  -- normalize
  -- module
  -- common
  -- layout
*******************************************************************************************************
*/

/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	overflow-x: hidden;
	margin: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

/* add base */
ul, ol {
	list-style: none;
}
ul, ol, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}

/* ------------------------------------
	* module
* ------------------------------------ */
/* bg-color */
.bg_sideR { background-color: #bb2a1f; }
.bg_sideB { background-colo: transparent;}

/* sttl */
.bg_sideB .txt.sttl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 5px 10px;
	border-bottom: 1px solid #4d4d4d;
	color: #e60000 !important;
	font-size: 16px;
	line-height: 1.56;
}
.bg_sideR .txt.sttl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 5px 10px;
	border-bottom: 1px solid #831d16;
	color: #000 !important;
	font-size: 16px;
	line-height: 1.56;
}

/* float */
.flL { float: left; }
.flR { float: right; }

/* clearfix */
.clearfix { zoom: 1;}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

/* mod_btn */
.mod_btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.mod_btn p {
	position: relative;
	display: block;
}
.mod_btn p a {
	display: table;
	width: 100%;
}
.mod_btn p a span {
	display: table-cell;
	vertical-align: middle;
}

/* margin */
.mg_tp_ng40 { margin-top: -40px; }
.mg_tp_50   { margin-top: 50px; }

.mb05{ margin-bottom: 5px; }

/* font */
.red-text { color: #e60000; }

/* text-align */
.txt_center {
	text-align: center;
}

/* ------------------------------------
	* common
* ------------------------------------ */
body {
	overflow-x: auto;
	max-width: 100%;
	margin: 0;
	background-color: #000;
}

img {
	vertical-align: bottom;
}

/* ------------------------------------
	* layout
* ------------------------------------ */
#pageBody {
	max-width: 100%;
	height: auto;
	overflow-x: hidden;
	margin: 0;
}

/* header */
.header {
	position: relative;
	width: 100%;
	background: #bb2a1f;
	margin: 0 auto;
}
.header h1 {
	margin: 0;
	text-align: center;
}
.header h1 img {
	width: 100%;
}
.header .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
/* sns投稿 */
.header .p-share-area1 {
	position: absolute;
	bottom: 10px;
	width: 45.3%;
}
.header .p-share-area1 img {
	display: block;
	width: 100%;
}

.p-main-area {
}
.p-main-area .cts_wrp {
	padding-bottom: 20px;
}
.p-main-area h2 {
	margin: 0;
	text-align: center;
}
.p-main-area h2 img {
	width: 100%;
}

/* 再始動キャンペーン */
.p-main-area .cts_restart {
	padding-top: 20px;
	padding-bottom: 30px;
}
.cts_restart h2 {
	margin-bottom: 10px;
}
.cts_restart .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_restart .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_restart .img img { width: 100%; }
.cts_restart .mod_btn {
	margin-top: 10px;
}
.cts_restart .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_restart .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_restart .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_restart .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}

/* WonderFestival2016出展 */
.p-main-area .cts_wonderfes {
	padding-top: 20px;
	padding-bottom: 30px;
}
.cts_wonderfes h2 {
	margin-bottom: 10px;
}
.cts_wonderfes .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.cts_wonderfes .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_wonderfes .mod_btn {
	margin-top: 10px;
}
.cts_wonderfes .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_wonderfes .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_wonderfes .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_wonderfes .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}
.cts_wonderfes .cts_message { /* --thankyou */
	margin-top: 20px;
	padding: 0;
}
.cts_wonderfes .cts_message p {
	display: table;
	width: 100%;
	height: 70px;
	border: 1px solid #fff;
	text-align: center;
}
.cts_wonderfes .cts_message p span {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

/* レンタル割引キャンペーン */
.p-main-area .cts_rental {
	padding-bottom: 25px;
}
.cts_rental .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_rental .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.42;
}
.cts_rental .txt .ssttl {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

/* CR天元突破グレンラガン始動！！ */
.p-main-area .cts_cr {
	padding-top: 30px;
	padding-bottom: 30px;
	background: transparent url("../img/bg_cr_tr.png") center bottom no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.cts_cr .area_img {
	margin: 10px auto 30px;
}
.cts_cr .area_img .img img {
	width: 100%;
}
.cts_cr .mod_btn {
	margin-top: 10px;
}
.cts_cr .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_cr .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_cr .mod_btn p a {
	height: 73px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_cr .mod_btn p a span {
	height: 60px;
	font-size: 16px;
	line-height: 1.4;
}


/* グレンラガン展開催！！ */
.p-main-area .cts_ragannten {
	padding-top: 20px;
	padding-bottom: 25px;
}
.cts_ragannten h2 {
	margin-bottom: 10px;
}
.cts_ragannten .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_ragannten .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_ragannten .txt a {
	margin-left: 10px;
	font-size: 13px;
}
.cts_ragannten .txt a,
.cts_ragannten .txt a:visited {
	color: #fff;
}
.cts_ragannten .mod_btn {
	margin-top: 10px;
}
.cts_ragannten .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_ragannten .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_ragannten .mod_btn p a {
	height: 73px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_ragannten .mod_btn p a span {
	height: 60px;
	font-size: 16px;
	line-height: 1.4;
}
.cts_ragannten .cts_message { /* --thankyou */
	margin-top: 20px;
	padding: 0;
}
.cts_ragannten .cts_message p {
	display: table;
	width: 100%;
	height: 70px;
	border: 1px solid #fff;
	text-align: center;
}
.cts_ragannten .cts_message p span {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

/* AnimeJapan2016に出展決定 */
.p-main-area .cts_animejpn {
	padding-bottom: 25px;
}
.cts_animejpn h2 {
	margin-bottom: 10px;
}
.cts_animejpn .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_animejpn ul li {
	margin-bottom: 20px;
}
.cts_animejpn .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_animejpn .mod_btn {
	margin-top: 10px;
	padding: 0;
}
.cts_animejpn .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_animejpn .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_animejpn .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_animejpn .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}

/* ニコ動で放送決定 */
.cts_nico {
	padding-top: 20px;
}
.cts_nico .text-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0 15px;
}
.cts_nico .text-area p {
	color: #fff;
	font-size: 13px;
	line-height: 1.42;
}
.cts_nico .img-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0 15px;
	text-align: center;
}
.cts_nico .img-area img {
	width: 100%;
}
.cts_nico .movie-area {
	margin: 0 10px 10px;
	padding: 12px 0 0;
	background-color: #bb2a1f;
	background-image: url("../img/sp_img_02.png");
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-background-size: 300px 10px;
	-moz-background-size: 300px 10px;
	background-size: 300px 10px;
}
.cts_nico .movie-area ul {
	margin: 0;
	padding: 0;
}
.cts_nico .movie-area ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 10px;
}
.cts_nico .movie-area ul li:nth-child(n+2) {
	border-top: 1px solid #000;
}
.cts_nico .movie-area ul li p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}
.cts_nico .movie-area ul li p.img {
	width: 94px;
	height: 50px;
	background-color: #000;
}
.cts_nico .movie-area ul li p.img span {
	display: block;
	width: 94px;
	font-size: 16px;
	text-align: center;
}
.cts_nico .movie-area ul li p.txt {
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.57;
}
.cts_nico .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_nico .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_nico .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_nico .mod_btn p a span {
	height: 60px;
	font-size: 16px;
}
.cts_nico .cts_message { /* --thankyou */
	margin-top: 20px;
	padding: 0 10px;
}
.cts_nico .cts_message p {
	display: table;
	width: 100%;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
}
.cts_nico .cts_message p span {
	display: table-cell;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
}


/* コミコミにて大喜利キャンペーン！！ */
.cts_ohgiri {
}
.cts_ohgiri h2 {
	margin-bottom: 13px;
}
.cts_ohgiri .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 19px;
}
.cts_ohgiri .inner:nth-of-type(n+2) {
	padding-top: 15px;
	border-top: 1px solid #4d4d4d;
}
.cts_ohgiri .inner .img {
	margin-bottom: 14px;
	text-align: center;
}
.cts_ohgiri .inner .img img {
	width: 100%;
}
.cts_ohgiri .inner .txt {
	color: #fff;
	font-size: 14px;
	line-height: 1.42;
}
.cts_ohgiri .inner .area_txt dl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 5px;
	color: #fff;
}
.cts_ohgiri .inner .area_txt dl dt {
	font-size: 16px;
}
.cts_ohgiri .inner .area_txt dl dd {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.42;
}
.cts_ohgiri .inner .area_txt dl dd ul li {
	display: table;
	width: 100%;
	margin-bottom: 4px;
}
.cts_ohgiri .inner .area_txt dl dd ul li span,
.cts_ohgiri .inner .area_txt dl dd ul li p {
	display: table-cell;
	line-height: 1.42;
}
.cts_ohgiri .inner .area_txt dl dd ul li p { width: 100%; }

.cts_ohgiri .inner .area_txt dl dd ul.list_pre {
}
.cts_ohgiri .inner .area_txt dl dd ul.list_pre li,
.cts_ohgiri .inner .area_txt dl dd ul.list_pre li p {
	display: block !important;
}
.cts_ohgiri .inner .area_txt dl dd ul.list_pre li {
	margin-bottom: 10px;
}
.cts_ohgiri .inner .area_txt dl dd ul.list_pre p.ssttl {
	font-size: 16px;
	text-decoration: underline !important;
}
.cts_ohgiri .inner .area_txt dl dd ul.list_pre p.txt span {
	position: static !important;
	display: block;
	font-size: 12px;
}
.cts_ohgiri .cts_message { /* --thankyou */
	margin-top: 20px;
	padding: 0;
}
.cts_ohgiri .cts_message p {
	display: table;
	width: 100%;
	height: 70px;
	border: 1px solid #fff;
	text-align: center;
}
.cts_ohgiri .cts_message p span {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

/* 例はこちら */
.p-main-area .area_example {
	padding-bottom: 30px;
	border-top: 0 !important;
}
.p-main-area .area_example .img {
	text-align: center;
}
.p-main-area .area_example .img img {
	width: 70.3%;
}

/* ダウンロードはこちら */
.cts_ohgiri .inner .area_dl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 15px 10px 10px;
	border-radius: 4px;
	background-color: #fff;
}
.cts_ohgiri .inner .area_dl ul {
}
.cts_ohgiri .inner .area_dl ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	text-align: center;
}
.cts_ohgiri .inner .area_dl ul li:nth-child(1) { width: 53.7%; }
.cts_ohgiri .inner .area_dl ul li:nth-child(2) { width: 46.3%; }

.cts_ohgiri .inner .area_dl ul li .txt {
	margin-bottom: 5px;
	color: #000;
	font-size: 11px;
}
.cts_ohgiri .inner .area_dl ul li .img img {
	width: 100%;
}
/* 注意事項 */
.cts_ohgiri .inner .area_caution {
	color: #fff;
	font-size: 10px;
	line-height: 1.3;
}
.cts_ohgiri .inner .area_caution .list_caution li {
	position: relative;
	margin-bottom: 3px;
}
.cts_ohgiri .inner .area_caution .list_caution li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
}
.cts_ohgiri .inner .area_caution .list_caution li p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1em;
}

/* グレンラガン展開催！！ */
.cts_kaisai {
}

/* 電子書籍版無料公開！！ */
.cts_comic {
	padding-bottom: 5px !important;
}
.cts_comic h2 {
	margin-bottom: 14px;
}
.cts_comic .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 10px;
}
.cts_comic .inner p.img {
	margin-bottom: 10px;
}
.cts_comic .inner p.img img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-right: 12px;
	border: 1px solid #535353;
}
.cts_comic .inner p.txt {
	color: #fff;
	font-size: 14px;
	line-height: 1.21;
	vertical-align: top;
}
.cts_comic .inner .mod_btn {
	margin-bottom: 10px;
	padding: 0;
}
.cts_comic .inner .mod_btn p {
	border-radius: 4px;
	background-color: #bb2a1f;
}
.cts_comic .inner .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_comic .inner .mod_btn p a {
	display: table;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.cts_comic .inner .mod_btn p a span {
	display: table-cell;
	height: 60px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.cts_comic .inner .mod_btn span {
	color: #fff;
	font-size: 14px;
}
.cts_comic .inner .mod_btn + .txt {
	display: block;
}
.cts_comic .cts_message { /* --thankyou */
	margin-top: 20px;
}
.cts_comic .cts_message p {
	display: table;
	width: 100%;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
}
.cts_comic .cts_message p span {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}


/* メディア掲載情報チェックしやがれ！ */
.cts_media {
}
.cts_media h3 {
	margin-bottom: 13px;
}
.cts_media h3 img {
	width: 100%;
}
.cts_media .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_media .media-box {
	margin-bottom: 30px;
	border-top:    5px solid #535353;
	border-right:  5px solid #535353;
	border-bottom: 4px solid #535353;
	border-left:   5px solid #535353;
}
.cts_media .media-box a {
	text-decoration: none;
}
.cts_media .media-box span {
	display: block;
}
.cts_media .media-box .media-text-box {
	display: block;
	padding: 3px 20px 12px;
	border-bottom: 1px solid #535353;
	color: #ffffff;
}
.cts_media .media-box .media-text-box span {
	font-size: 13px;
	line-height: 1.3em;
}
.cts_media .media-box .media-text-box span:nth-child(1) {
	display: inline-block;
	margin: 10px 0 10px;
	border-bottom: 1px solid #e60000;
	font-size: 15px;
	font-weight: bold;
}

/* 下部snsエリア */
.cts_media .share-area2 {
	margin: 5px 0 25px;
	text-align: center;
	padding-top: 10px;
}
.cts_media .share-area2 .share-area2-box1,
.cts_media .share-area2 .share-area2-box2 {
	display: inline-block;
	margin: 0 7px 0 8px;
}

.cts_media .share-area2 .footer {
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 30px;
	color: #535353;
	font-size: 8px;
	text-align: right;
}
.cts_media .share-area2 .footer span {
	font-family: monospace;
}
.cts_media .share-area2 .btn {
	margin-top: -47px;
	border: none;
	text-align: right;
}

/* copyright */
.cts_media .share-area2 .copyright {
	margin-left: 10px;
	color: #535353;
	font-size: 8px;
	line-height: 1.42;
	text-align: left;
}


/* コラボレーション add */
.p-main-area .cts_collaboration {
	padding-top: 20px;
	padding-bottom: 30px;
}
.cts_collaboration .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_collaboration .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_collaboration .img {
	margin-top: 18px;
}
.cts_collaboration .img img { width: 100%; }
.cts_collaboration .mod_btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cts_collaboration .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_collaboration .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_collaboration .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_collaboration .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}

/* コラボカフェ Add */
.p-main-area .cts_kobeanist {
	padding-top: 20px;
	padding-bottom: 30px;
}
.cts_kobeanist h2 {
	margin-bottom: 10px;
}
.cts_kobeanist .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_kobeanist .txt.sttl {
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_kobeanist .mod_btn {
	margin-top: 10px;
}
.cts_kobeanist .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_kobeanist .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_kobeanist .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_kobeanist .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}

/* コラボカフェ Add */
.p-main-area .cts_kobeanist {
	padding-top: 20px;
	padding-bottom: 30px;
}
.cts_kobeanist h2 {
	margin-bottom: 10px;
}
.cts_kobeanist .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_kobeanist .txt.sttl {
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_kobeanist .mod_btn {
	margin-top: 10px;
}
.cts_kobeanist .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_kobeanist .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_kobeanist .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_kobeanist .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}

/* 男組編1巻 Add */
.p-main-area .cts_otokogumi {
	padding-top: 20px;
	padding-bottom: 30px;
}
.cts_otokogumi h2 {
	margin-bottom: 20px;
}
.cts_otokogumi .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_otokogumi h3 {
	margin-bottom: 10px;
	color: #ffffff;
}
.cts_otokogumi .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_otokogumi .img img {
	width: 70%;
}
.cts_otokogumi .mod_btn {
	margin-top: 10px;
}
.cts_otokogumi .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_otokogumi .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_otokogumi .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_otokogumi .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}

/* ドラゴンシャウトコラボ Add */
.p-main-area .cts_dragonshout {
	padding-top: 20px;
	padding-bottom: 30px;
}
.cts_dragonshout h2 {
	margin-bottom: 5px;
}
.cts_dragonshout .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_dragonshout .img {
	padding-bottom: 20px;
}
.cts_dragonshout .img img {
	width: 100%;
}
.cts_dragonshout .txt {
	color: #ffffff;
}
.cts_dragonshout .inner .area_dl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 15px 10px 10px;
	border-radius: 4px;
	background-color: #fff;
	margin-top: 20px;
}
.cts_dragonshout .inner .area_dl ul {
}
.cts_dragonshout .inner .area_dl ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	text-align: center;
}
.cts_dragonshout .inner .area_dl ul li:nth-child(1) { width: 53.7%; }
.cts_dragonshout .inner .area_dl ul li:nth-child(2) { width: 46.3%; }

.cts_dragonshout .inner .area_dl ul li .txt {
	margin-bottom: 5px;
	color: #000;
	font-size: 11px;
}
.cts_dragonshout .inner .area_dl ul li .img img {
	width: 100%;
}

/* AbemaTV add */
.p-main-area .cts_abematv {
	padding-top: 20px;
}
.cts_abematv .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.cts_abematv .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	color: #fff;
	line-height: 1.5;
}
.cts_abematv .img {
	margin-top: 18px;
}
.cts_abematv .img img { width: 100%; }
.cts_abematv .mod_btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cts_abematv .mod_btn p {
	border-radius: 4px;
	background-color: #434343;
}
.cts_abematv .mod_btn p::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 15px;
	margin-top: -6px;
	background-image: url("../img/arrow_r_gr.png");
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	background-size: 9px 15px;
}
.cts_abematv .mod_btn p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.cts_abematv .mod_btn p a span {
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}