@charset "utf-8";

/* CSS Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #ffffff;
}

html,
body,
div,
span,
input,
object,
iframe,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: bottom;
	background: transparent;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	background-color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

/* Base Setting */
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
body {
	max-width: 1280px;
	margin: auto;
	padding: 0 10px;
}

/* Header Center */
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
#header {
	width: 100%;
	box-sizing: border-box;
	display: flex;
}

@media(max-width:767px) {
	#header {
		margin: 10px 0;
	}
}

@media(min-width:768px) {
	#header {
		margin: 40px auto;
		align-items: center;
		justify-content: center;
	}
}

#header #logo a {
	display: inline-block;
	color: #FFF;
	margin: 8px 0;
	padding: 2px 9px 6px 14px;
}

#header #logo a>span {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

#header #logo a>span:first-child {
	color: #ff4646;
}

#tcheader {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#tcheader .tchead {
	flex-basis: 49.5%;
}

.index_ad {
	display: flex;
	justify-content: center;
}

@media(max-width:767px) {
	#tcheader {
		display: block;
	}
}

/* Heading */
.heading {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}

.heading-bold {
	font-size: 20px;
	font-weight: bold;
}

/* Header Tag Link */
.tag-list {
	width: 100%;
	display: flex;
	/* justify-content:flex-start; */
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.tag-list li {
	padding: 5px 0;
}

.tag-list li a {
	font-size: 12px;
	padding: 0 10px;
	color: #bcbcbc;
}

.tag-list #tag-all-link a {
	font-weight: bold;
}

/* Search */
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
@media(max-width:767px) {
	.search {
		width: 100%;
		margin: 0 0 40px 0;
	}
}

@media(min-width:768px) {
	.search {
		width: 40%;
		min-width: 600px;
		margin: 40px auto;
	}
}

#header-search {
	display: flex;
	justify-content: center;
}

#header-search #hss2 {
	display: flex;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	height: 2.5em;
	border-radius: 5px;
}

#header-search input[type="text"] {
	width: 100%;
	color: #000;
}

#header-search input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
}

#header-search input[type="submit"] {
	cursor: pointer;
	border-left: 1px solid #c8c8c8;
	background: #ececec;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 15px 0 15px;
}

/**** セレクトボックス ****/
#header-search #hss {
	position: relative;
}

#header-search #hss::before {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

#header-search select {
	color: #000;
	background-color: #fff;
	width: 20%;
	min-width: 120px;
	margin-right: 5px;
	padding-left: 10px;
	font-size: 16px;
	height: 2.5em;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#header-search option {
	font-size: 14px;
}


/* Header Actor Link */
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
.am-list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.am-list li {
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.am-list a {
	font-size: 12px;
	text-align: center;
	line-height: 1.0;
	padding: 10px 0;
}

.am-list img,
.am-list .am-all-link p {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20%;
	margin: 0 auto 10px;
}

.am-list.maker img {
	border-radius: 0%;
}

.am-list .am-all-link {
	font-weight: bold;
}

.am-list .am-all-link p {
	background: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}

.am-list.maker .am-all-link p {
	background: #444;
}

@media(max-width:767px) {

	/*トップページのみ*/
	.tag-list.left li:nth-child(n+13) {
		display: none;
	}

	.am-list.left li:nth-child(n+13) {
		display: none;
	}
}

/* PC/Tabletは左寄せ */
@media(min-width:768px) {
	.tag-list.left {
		justify-content: flex-start;
	}

	.am-list.left {
		justify-content: flex-start;
	}
}

/* -------------------------------------------------------*/
.more-link {
	display: block;
	text-align: center;
	color: #bcbcbc;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 40px;
}

/* -------------------------------------------------------*/

/* -------------------------------------------------------*/
/* -------------------------------------------------------*/

/* Video List */
.v-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: stretch;
}

.v-list>li {
	padding: 10px 8px;
}

.v-list .v-thumb>img {
	border-radius: 10px;
}

.v-list .v-comic-thumb {
	border-radius: 10px;
}

.v-list .v-doujin-thumb {
	border-radius: 10px;
}

@media(min-width:768px) {
	.v-list>li {
		width: 19.5%;
	}

	.v-list .v-thumb {
		width: 100%;
		height: 12.6vw;
		object-fit: cover;
		object-position: center top;
	}

	.v-list .v-thumb>img {
		width: 100%;
		height: 12.6vw;
		object-fit: cover;
		object-position: center top;
	}

	.v-list .v-thumb.dvd {
		position: relative;
		display: inline-block;
		/* 이미지 크기에 맞게 컨테이너 크기 설정 */
	}

	.v-list .v-thumb.dvd::after {
		content: "DVD";
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: black;
		color: white;
		padding: 4px 8px;
		font-size: 12px;
		font-weight: bold;
		border-radius: 4px;
	}

	.v-list .v-comic-thumb {
		width: 100%;
		height: 27vw;
		object-fit: cover;
		object-position: center top;
	}

	.v-list .v-doujin-thumb {
		width: 100%;
		height: 14.5vw;
		object-fit: cover;
		object-position: center top;
	}
}

@media(max-width:767px) {
	.v-list>li {
		width: 49.5%;
	}

	.v-list .v-thumb {
		width: 100%;
		height: 30vw;
		object-fit: cover;
		object-position: center top;
	}

	.v-list .v-thumb>img {
		width: 100%;
		height: 29.6vw;
		object-fit: cover;
		object-position: center top;
	}

	.v-list .v-comic-thumb {
		width: 100%;
		height: 70vw;
		object-fit: cover;
		object-position: center top;
	}

	.v-list .v-doujin-thumb {
		width: 100%;
		height: 36vw;
		object-fit: cover;
		object-position: center top;
	}
}

.v-list .v-title {
	font-size: 14px;
	line-height: 20px;
	word-break: break-all;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}

.v-list .v-data {
	margin-top: 10px;
	font-size: 12px;
}

.v-list .v-data li {
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.v-list .v-data .faicon {
	font-size: 11px;
	color: #a3a3a3;
	margin-right: 3px;
	width: 13px;
}

.number {
	padding: 7px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.number span {
	font-size: 14px;
	font-weight: normal;
}

/* Tag Link */
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
#tag-all h3 {
	line-height: 30px;
	text-align: center;
	background: #ddd;
	cursor: pointer;
}

#tag-all .tag-all-list {
	width: 100%;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#tag-all .tag-all-list li {
	flex: 1 0 25%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

@media(max-width:767px) {
	#tag-all .tag-all-list li {
		flex: 1 0 50%;
	}
}

#tag-all .tag-all-list a {
	color: #bcbcbc;
}


/* Actor Maker row-column Link */
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
#am-link-row {
	margin: 10px 0 20px;
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#am-link-row li {
	flex-basis: 10%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

#am-link-row a {
	display: block;
}

#am-link-column {
	width: 20%;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto 20px;
}

@media(max-width:767px) {
	#am-link-column {
		width: 50%;
	}
}

#am-link-column li {
	flex-basis: 20%;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}

#am-link-column li a {
	display: block;
	color: #fff;
}

#am-link-column li.current a {
	color: #787878;
}

/* Video Page */
/* --------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
#video .mt5 {
	margin-top: 5px;
}

#video .mt10 {
	margin-top: 10px;
}

#video .mb5 {
	margin-bottom: 5px;
}

#video-title {
	margin-bottom: 20px;
}

#video-title h1 {
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.2;
}

#video-tag {
	text-align: center;
	margin-bottom: 15px;
}

#video-tag video {
	width: 75%;
	max-width: 1080px;
}

#video-tag img {
	width: 25%;
	max-width: 720px;
}

#video-tag img.doujin {
	width: 50%;
	max-width: 720px;
}

@media(max-width:767px) {

	/*SP video 100%*/
	#video-tag video {
		width: 100%;
	}

	#video-tag img {
		width: 80%;
	}

	#video-tag img.doujin {
		width: 80%;
	}

	/* 画像横スクロール廃止 */
	.video-image {
		text-align: center;
	}

	.video-image img {
		width: 90%;
		margin-bottom: 10px;
	}

	.doujin-video {
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.doujin-video li {
		width: 80%;
		margin-bottom: 10px;
	}

	.doujin-video .dv-pc-none {
		display: none;
	}

	#sp-none {
		display: none;
	}
}

@media(min-width:768px) {

	/*PC Tablet*/
	.video-image {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.video-image img {
		max-width: 480px;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.doujin-video {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.doujin-video li {
		max-width: 480px;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.doujin-video .dv-sp-none {
		display: none;
	}
}

#doujin-voice {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#doujin-voice li {
	margin-bottom: 15px;
}

#v-data h1#v-title {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 22px;
}

#v-data #v-desc {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 20px;
}

@media(max-width:767px) {

	/*SP 購入ボタン*/
	.buy-list {
		text-align: center;
		padding: 0 0 5px;
	}

	.buy-list a {
		display: block;
		min-width: 50%;
	}
}

@media(min-width:768px) {

	/* PC/Tablet3列&購入ボタン真ん中寄せ */
	#v-data #v-data-row {
		display: flex;
		justify-content: space-between;
	}

	#v-data #v-data-row section {
		flex: 1 1 25%;
	}

	.buy-list {
		display: flex;
		justify-content: center;
		padding: 0 0 15px;
	}

	.buy-list a {
		min-width: 240px;
	}
}

.buy-list li {
	margin-bottom: 20px;
}


.buy-list a {
	display: inline-block;
	border: 1px solid #9c7e31;
	border-top: 1px solid #a88734;
	border-bottom: 1px solid #846a29;
	border-radius: 3px;
	background: linear-gradient(to bottom, #f7dea1, #f0c24d);
	box-shadow: 0 1px 0 #faecc8 inset;
	text-align: center;
	color: #111;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 1em;
}

#v-data #v-detail1 h3,
#v-data #v-detail2 h3 {
	font-size: 14px;
	margin-bottom: 7px;
}

#v-data #v-detail1 p,
#v-data #v-detail2 p {
	font-size: 12px;
	margin-bottom: 20px;
}

#v-data #v-detail1 li a {
	color: #bcbcbc;
}

#v-data #v-detail2 {
	display: flex;
	justify-content: space-between;
}

#v-data #v-detail2 li {
	flex: 1 1 33.3%;
}

@media(max-width:767px) {

	/*SP 中心寄せ*/
	#v-data #v-detail1 h3,
	#v-data #v-detail2 h3,
	#v-data #v-detail1 p,
	#v-data #v-detail2 p {
		text-align: center;
	}
}

#imagepage {
	text-align: center;
	margin: 15px 0;
}

#imagepage img {
	width: 100%;
	max-width: 768px;
	margin: 15px 0;
}

#imagepage a {
	font-size: 18px;
	font-weight: bold;
	color: #bcbcbc;
	text-decoration: underline;
}

#paging {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-between;
	margin: 30px 0 15px;
}

#paging li {
	margin: 2px 2px 30px 2px;
}

#paging li .current {
	background: #5f5f5f;
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
}

#paging li .page-link {
	background: #eee;
	color: #5f5f5f;
	padding: 8px 15px;
	border-radius: 5px;
}

.paging {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-between;
	margin: 30px 0 15px;
}

.paging li {
	margin: 2px 2px 30px 2px;
}

.paging li .current {
	background: #5f5f5f;
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
}

.paging li .page-link {
	background: #eee;
	color: #5f5f5f;
	padding: 8px 15px;
	border-radius: 5px;
}

#kp {
	text-align: center;
	margin: 20px 0;
	line-height: 3;
}

#kp a {
	color: #bcbcbc;
}

#etc {
	display: flex;
	margin-top: 20px;
	text-align: center;
	justify-content: center;
}

#etc li:nth-child(1) {
	margin-right: 15px;
}

#etc a {
	font-size: 12px;
	color: #bcbcbc;
}

#back {
	display: flex;
	margin: 30px 0;
	justify-content: center;
}

#back a {
	font-size: 18px;
	font-weight: bold;
	color: #bcbcbc;
}

footer {
	text-align: center;
	margin: 10px 0 20px;
}

.nomb {
	margin-bottom: 0px;
}