@charset "utf-8";

.kerning {
	letter-spacing: -4px;
}
.kerning-014 {
	letter-spacing: -1px;
}

body.index > .main-container .contents > p {
	margin-bottom: 50px;
	margin-top: 50px;
}

body > .main-container .contents ul.index-list {
	display: none;
	margin-top: -25px;
	margin-bottom: 25px;
}
body > .main-container .contents ul.index-list.active {
	display: block;
}
body > .main-container .contents ul.index-list li {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #999999;
}
body > .main-container .contents ul.index-list li:last-child {
	border-bottom: 0;
}
body > .main-container .contents ul.index-list li > .title {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}
body > .main-container .contents ul.index-list li > .image {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	margin-right: 15px;
}
body > .main-container .contents ul.index-list li > .image img {
	width: 100%;
}
body > .main-container .contents ul.index-list li > .text {
	display: inline-block;
	vertical-align: top;
	width: 665px;
}
body > .main-container .contents ul.index-list li > .text > h2 {
	font-size: 15px;
}
body > .main-container .contents ul.index-list li > .text > a {
	display: block;
}
body > .main-container .contents ul.index-list li > .text > p {
	margin-top: 15px;
	line-height: 1.6;
}

body > .main-container .contents .column-tag .column-tag-link {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	line-height: 1.2;
}
body > .main-container .contents .column-tag .column-tag-link.active {
	text-decoration: underline;
}

body > .main-container .contents .column-filter {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #999999;
}
body > .main-container .contents .column-filter > .label {
	font-weight: bold;
}
body > .main-container .contents .column-filter > .current {
	padding: 3px 8px;
	border: 1px solid #999999;
	background: #000;
	color: #FFF;
	border-radius: 2px;
	font-weight: bold;
}
body > .main-container .contents .column-filter > .clear {
	text-decoration: underline;
}
body > .main-container .contents ul.index-list li.no-result {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #555555;
}
@media screen and (max-width: 780px) {
	body > .main-container .contents ul.index-list li > .title {
		display: block;
		width: 100%;
		margin-bottom: 1vw;
	}
	body > .main-container .contents ul.index-list li > .image {
		width: 20vw;
		margin-right: 1vw;
	}
	body > .main-container .contents ul.index-list li > .text {
		display: inline-block;
		vertical-align: top;
		width: 72vw;
	}
	body > .main-container .contents .column-filter {
		gap: 6px;
		font-size: 12px;
		flex-wrap: wrap;
	}
}

.pagenation {
	display: none;
}
.pagenation.active {
	display: block;
	text-align: center;
	margin-top: 25px;
}
.pagenation.active {
	white-space: nowrap;
	overflow: hidden;
}
.pagenation > a.no,
.pagenation > a.prev,
.pagenation > a.next {
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	border: 1px solid #999999;
	margin: 0 3px;
	min-width: 18px;
	line-height: 1;
}
.pagenation > a.active {
	background-color: #999999;
}
.pagenation > a.prev,
.pagenation > a.next {
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
}
.pagenation > a.disabled {
	opacity: 0.35;
	cursor: default;
}
.pagenation > .ellipsis {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}
@media screen and (max-width: 780px) {
	.pagenation > a.no,
	.pagenation > a.prev,
	.pagenation > a.next {
		margin: 0 1px;
		padding: 4px;
		min-width: 15px;
		font-size: 11px;
	}
	.pagenation > a.prev,
	.pagenation > a.next {
		padding-left: 5px;
		padding-right: 5px;
	}
	.pagenation > .ellipsis {
		margin: 0 2px;
	}
}

body.detail > .main-container header {
	margin-bottom: 50px;
}
body > .main-container .contents > .textBlock {
	margin-bottom: 0;
}
body > .main-container .contents > .textBlock.btborder {
	margin-bottom: 50px;
}
body > .main-container .contents > div.textBlock:last-child {
	padding-bottom: 0;
}

body > .main-container .contents > .textBlock > p {
	margin-bottom: 25px;
	line-height: 1.6;
}
body > .main-container .contents > .textBlock > p:last-child {
	margin-bottom: 0;
}
body > .main-container .contents > .textBlock .col-1,
body > .main-container .contents > .textBlock .col-2,
body > .main-container .contents > .textBlock .col-3,
body > .main-container .contents > .textBlock .col-4,
body > .main-container .contents > .textBlock .col-5,
body > .main-container .contents > .textBlock .col-6,
body > .main-container .contents > .textBlock .col-7,
body > .main-container .contents > .textBlock .col-8,
body > .main-container .contents > .textBlock .col-9,
body > .main-container .contents > .textBlock .col-10,
body > .main-container .contents > .textBlock .col-11,
body > .main-container .contents > .textBlock .col-12 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
body > .main-container .contents > .textBlock .col-auto {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}
body > .main-container .contents > .textBlock .cardlist-box {
	padding: 20px;
	border: 1px solid #DFDFDF;
	line-height: 1.5;
	box-sizing: border-box;
}
body > .main-container .contents > .textBlock .cardlist-box a:hover {
	text-decoration: underline;
}
body > .main-container .contents > .textBlock .image {
	text-align: center;
}
body > .main-container .contents > .textBlock .image img {
	width: auto;
	height: auto;
	max-width: 100%;
}

body > .main-container .contents h2,
body > .main-container .contents h3,
body > .main-container .contents p {
	margin-bottom: 5px;
}
body > .main-container .contents > h2 {
	position: relative;
	padding: 0 0 12px 14px;
	margin: 0 0 25px;
	font-size: 16px;
	font-family: var(--heading-font);
	line-height: 1.5;
	font-weight: bold;
}
body > .main-container .contents > h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0.2em;
	width: 1px;
	height: 1.1em;
	background: #111111;
}
body > .main-container .contents > h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #d0d0d0;
}
body > .main-container .contents > .btborder::after {
	display: none;
}
body > .main-container .contents > div:last-child::after {
	display: none;
}
@media screen and (max-width: 780px){
	body > .main-container .contents > h2 {
		padding: 0 0 10px 12px;
		font-size: 15px;
	}
	body > .main-container .contents > h2::before {
		width: 3px;
	}
}

body > .main-container .contents > .textBlock .row.btborder {
	border-bottom: 0;
	margin-bottom: 25px;
}
body > .main-container .contents > .textBlock .row:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

body > .main-container .contents > .textBlock .note {
	color: #999999;
}

body > .main-container .contents ul.decklist li {
	display: block;
	width: auto;
}
