/* General ********************************* */
a {
    color:inherit;
    text-decoration: none;
}

body { max-width: 1040px; }

.index {
	background: #000;
	color: #fff;
	padding: 4px 0 4px 16px;
}

.invert-effect {
	background-color: black !important;
	border-radius: 8px;
	color: white !important;
}

.invert-effect a {
	color: white !important;
}

section { margin-bottom: 32px; }

div ul li {
	border: 1px solid;
	border-radius: 8px;
	margin-right: 8px;
	padding: 0 4px;
}
div ul li img { width: 100%; }

ul {
    list-style: none;
    padding: 0;
}
ul li { margin-bottom: 16px; }

ul ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 16px;
}
ul ul li {
	border: 1px solid;
	border-radius: 8px;
	height: 58px;
	margin-right: 8px;
}
ul ul li a {
	display: block;
	padding: 16px 24px;
}

.new {
	color: #cc0000 !important;
	font-weight: bold;
}


/* Content.php ******************************** */
.image-list img { width: 100%; }


/* タブ切り替え ******************************* */
.tab-content,
.tab-content2 {
	display: none;
}

.tab-content.active,
.tab-content2.active {
	display: block;
}

li.active { background: #000; }
li.active a { color: #fff; }


/* PageTopへ移動 ****************************** */
.pagetop {
	position: fixed;
		right: 30px;
		bottom: 30px;
      background: #fff;
      padding: 16px;
	opacity: 0;
}
.pagetop::before {
	content: '^';
	margin-right: 4px;
	position: relative;
		top: 4px;
}


/* Index ************************************** */
.main-index a {
	border: 1px solid;
	border-radius: 12px;
	display: block;
	padding: 16px;
}

.new-arrivals a {
	border: 1px solid;
	border-radius: 12px;
	box-sizing: border-box;
	display: inline-block;
	padding: 16px 24px;
}

.page-index ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.page-index li {
	flex-grow: 1;
	width: 20%;
}

.page-index a {
	border: 1px solid;
	border-radius: 12px;
	box-sizing: border-box;
	display: inline-block;
	padding: 16px;
	width: 95%;
}

.volume li:not(:first-child) {
	display: flex;
	flex-wrap: wrap;
}

.volume li div {
	width: 100px;
}

.volume li img {
	width: 100%;
}

.volume li span {
	display: block;
	width: 100%;
}

.volume li ul {
	width: calc(100% - 118px);
}


/* Anime ************************************** */

.movie { width: 100%; }


