/* ==============================
 * /other/common/css/product-search.css
 * ------------------------------
 * - Layout
 * - media query for SP(max-width:767px)
 * - Module
 * - media query for SP(max-width:767px)
 * - clearfix
 * - colorbox
================================= */
/* - Layout
--------------------------------- */
/* content-module */
.content-module {
	width: 100%;
	padding: 0 10px;
}
.module__inn {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media print,screen and (min-width:768px) {
.pc--hide {
	display: none !important;
}
}

/* =================================
 * - media query for SP
 * - (max-width:767px)
================================= */
/* - Layout
--------------------------------- */
@media only screen and (max-width:767px) {
.sp--hide {
	display: none !important;
}
}


/* - Artist Module
--------------------------------- */
/* heading */
.heading--search {
	padding: 2px 0 0 13px;
	font-size: 1.8rem;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.heading--fix {
	margin-bottom: 5px;
	padding: 2px 0 0 13px;
	border-left: 4px solid #fff;
	border-bottom: none;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.2;
}
/* md-search */
.md-search {
	padding-top: 28px;
	padding-bottom: 28px;
	background: #f1f1f1;
}
.search__box {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 2px solid #000;
}
.search__row {
	display: table-row;
}
.search__head {
	width: 17.5%;
	min-width: 210px;
	display: table-cell;
	padding: 14px 10px 14px 18px;
	background: #000;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
}
.search__desc {
	max-width: 82.5%;
	display: table-cell;
	padding: 5px 10px 5px 5px;
	background: #fff;
	vertical-align: middle;
}
.search__row + .search__row .search__head,
.search__row + .search__row .search__desc {
	border-top: 1px solid #666;
}
.search__elem {
	padding: 12px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}
.search__elem--release {
	position: relative;
	width: 100%;
	padding-top: 0;
	overflow: inherit;
	white-space: normal;
}
.search__elem--genre {
	display: inline-block;
	position: relative;
	width: auto;
	padding-top: 0;
	overflow: inherit;
	white-space: normal;
}
.search__elem.js-ellipsis {
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-right: 14px;
}
.search__elem.js-ellipsis:before {
	display: block;
	width: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.3em;
	content: "…";
}
.search__elem--inline {
	display: inline;
}
.search__elem--inline:not(:empty) + .search__elem--inline {
	padding-left: 20px;
}
.search__item {
	display: inline;
	padding-left: 24px;
}
.search__elem--inline > *:first-child {
	padding-left: 0;
}
.search__action {
	margin-top: 20px;
	text-align: center;
	letter-spacing: -0.4em;
}
.search__btn {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
}
.search__btn a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 14px 35px 12px;
	border: 2px solid #000;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media only screen and (min-width:768px) {
.search__btn a:hover {
	opacity: .7;
}
}
.search__btn span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.search__btn--clear {
	margin-right: 30px;
}
.search__btn--clear a {
	background: #fff;
	color: #000;
}
.search__btn--submit a {
	width: 380px;
	background: #000;
	color: #fff;
}
.modal .search__btn--submit {
	max-width: 380px;
	min-width: 160px;
	width: 50%;
}
.modal .search__btn--submit a {
	width: 100%;
}

.search__btn--add {
	float: left;
}
.search__btn--add a {
	padding: 10px 12px;
	background: #000;
	font-weight: normal;
	color: #fff;
}
.search__btn--add-genre {
	position: absolute;
	width: 170px;
	bottom: 0;
	left: 100%;
	margin-left: 10px;
}
.search__btn--add-genre a {
	padding: 6px 12px;
}
.search__btn--back {
	float: right;
}
.search__btn--back a {
	width: 120px;
	padding: 10px 25px;
	background: #fff;
	border: none;
	color: #000;
}
.search__btn--clear span:before,
.search__btn--clear span:after {
	display: block;
	position: absolute;
	top: 0.1em;
	left: 4px;
	width: 3px;
	height: 15px;
	background: #000;
	content: "";
}
.search__btn--clear span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search__btn--clear span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search__btn--submit span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.search__btn--add span:before,
.search__btn--add span:after {
	display: block;
	position: absolute;
	top: 0.2em;
	left: 5px;
	width: 2px;
	height: 12px;
	background: #fff;
	content: "";
}
.search__btn--add span:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.search__btn--back span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}
.search__delete {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 8px 0 0;
	border: 2px solid #000;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.search__delete i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
}
.search__delete i:before,
.search__delete i:after {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-left: 2px;
	margin-top: -1px;
	background: #000;
	content: "";
}
.search__delete i:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search__delete i:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* md-search--fix */
.md-search--fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	-webkit-transition: opacity 0.3s, z-index 0.3s;
	-moz-transition: opacity 0.3s, z-index 0.3s;
	-ms-transition: opacity 0.3s, z-index 0.3s;
	-o-transition: opacity 0.3s, z-index 0.3s;
	transition: opacity 0.3s, z-index 0.3s;
	z-index: -5;
	opacity: 0;
}
.md-search--fix.show {
	z-index: 100;
	opacity: 1.0;
}
.search__elem--fix {
	overflow: hidden;
	margin-right: 20px;
}
.search__elem--fix .search__item:first-child {
	padding-left: 0;
}

/* md-results */
.md-results {
	padding-top: 40px;
	padding-bottom: 110px;
	background: #f8f8f8;
}
.selected .anime-border {
	display: none;
}
.anime-borderT,
.anime-borderR,
.anime-borderB,
.anime-borderL {
	position: absolute;
	background: #193092;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.anime-borderT {
	width: 0px;
	height: 5px;
	top: 0;
	left: 0;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderT {
	width: 100%;
}
}
.anime-borderR {
	width: 6px;
	height: 0px;
	top: 0;
	right: -1px;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderR {
	height: 100%;
}
}
.anime-borderB {
	width: 0px;
	height: 5px;
	bottom: 0;
	right: 0;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderB {
	width: 100%;
}
}
.anime-borderL {
	width: 5px;
	height: 0px;
	bottom: 0;
	left: 0;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderL {
	height: 100%;
}
}
@media only screen and (max-width:1024px) {
.anime-border {
	display: none;
}
}
.results__wrap + .results__wrap {
	margin-top: 30px;
}
.results__headline {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.results__head {
	float: left;
	height: 50px;
	padding: 0 16px;
	background: #000;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
}
.results__count {
	position: absolute;
	float: right;
	right: 0;
	bottom: 10px;
	font-family: HelveticaNeue-Condensed,HelveticaNeue-CondensedMedium,HelveticaNeue-Medium,HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnRegular,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
	font-size: 1.6rem;
	line-height: 1.0;
}
.results__count .int {
	font-weight: bold;
	font-size: 2.2rem;
}
.results__list > li {
	display: table;
	width: 20.08%;
	height: 68px;
	float: left;
	margin-left: -1px;
	line-height: 1.1;
}
.results__list > li:nth-child(n+6) {
	margin-top: -1px;
}
.results__list > li a {
	position: relative;
	display: table-cell;
	height: 68px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #666;
	border-top: 2px solid #000;
	vertical-align: middle;
	font-family: HelveticaNeue-Condensed,HelveticaNeue-CondensedMedium,HelveticaNeue-Medium,HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnRegular,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #000;
	overflow: hidden;
}
@media only screen and (max-width:1219px) {
.results__list > li a {
	font-size: 1.2rem;
	line-height: 1.1;
}
}
.results__list > li:nth-child(5n+1) a {
	border-left: 2px solid #000;
}
.results__list > li:nth-child(5n) a,
.results__list > li:last-child a {
	border-right: 2px solid #000;
}
.results__list > li:nth-last-child(1) a,
.results__list > li:nth-last-child(2) a,
.results__list > li:nth-last-child(3) a,
.results__list > li:nth-last-child(4) a,
.results__list > li:nth-last-child(5) a {
	border-bottom: 2px solid #000;
}
.results__list > li:nth-child(n+6) a {
	border-top: 1px solid #666;
}
@media only screen and (min-width:768px) {
.results__list > li a:hover {
	color: #193092;
	border-color: #193092;
}
.results__list > li a:hover .anime-borderL,
.results__list > li a:hover .anime-borderR {
	height: 66px;
}
}

/* search-modal */
.search-modal {
	display: none;
}
.search-modal__inn {
	width: 100%;
	max-width: 1200px;
	padding: 30px;
}
.search-modal__inn > *:first-child {
	margin-top: 0;
}
.search-tab__trigger {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	font-size: 1.4rem;
	border: 2px solid #000;
}
.search-tab__trigger a {
	position: relative;
	display: block;
	padding: 12px 18px;
	color: #000;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
@media only screen and (min-width:768px) {
.search-tab__trigger a:hover {
	background-color: #fff;
}
}
.search-tab__trigger.on a,
.search-tab__trigger a.hover {
	background: #000;
	color: #fff;
}
.search-tab__trigger.on a:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -9px;
	margin-left: -9px;
	border-top: 9px solid #000;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
}
.search-tab__content:not(.on) {
	display: none;
}
.search-character--left {
	width: 45%;
	float: left;
}
.search-character--right {
	width: 45%;
	float: right;
}
.search-character--alpha {
	margin: 0 0 0 -5px;
}
.search-character--kana {
	width: 235px;
}
.search-character--left .search-character--kana {
	margin-left: auto;
}
.search-character--right .search-character--kana {
	margin-right: auto;
}
.search-character > li {
	display: table;
	float: left;
	width: 39px;
	height: 39px;
}
.search-character--alpha > li {
	margin: 0 0 5px 5px;
}
.search-character--kana > li {
	margin: 0 0 10px 10px;
}
.search-character--kana > li:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}
.search-character > li a {
	position: relative;
	display: table-cell;
	width: 39px;
	height: 39px;
	background: #fff;
	border: 2px solid #000;
	font-size: 2.3rem;
	color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 39px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.search-character > li.selected a {
	background: #193092;
	color: #fff;
}
.search-character--alpha > li a {
	font-family: HelveticaNeue-Condensed,HelveticaNeue-CondensedMedium,HelveticaNeue-Medium,HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnRegular,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
}
.search-character--right .search-character--kana > li:nth-child(12),
.search-character--right .search-character--kana > li:nth-child(13) {
	margin-left: 59px;
}
.search-character--right .search-character--kana > li:nth-child(14) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(19) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(16),
.search-character--right .search-character--kana > li:nth-child(21) {
	clear: none;
	margin-left: 10px;
}
.search-character--right .search-character--kana > li:last-child,
.search-character--right .search-character--kana > li:last-child a {
	width: 88px;
	font-size: 1.4rem;
}
.search-select {
	border: 2px solid #000;
	background-color: #fff;
}
.search-select > li {
	position: relative;
	box-sizing: border-box;
	width: 20%;
	float: left;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.search-select > li a {
	display: flex;
	box-sizing: border-box;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 55px;
	padding: 0 5px 0 40px;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width:1219px) {
.search-select > li a {
	font-size: 1.2rem;
	word-break: break-all;
	line-height: 1.1;
}
}
.search-select > li.selected,
.search-select > li.selected a {
	background: #193092;
	color: #fff;
}
@media only screen and (min-width:768px) {
.search-select > li a:hover .anime-borderL,
.search-select > li a:hover .anime-borderR {
	height: 49px;
}
}
.search-select > li:nth-last-child(5),
.search-select > li:nth-last-child(4),
.search-select > li:nth-last-child(3),
.search-select > li:nth-last-child(2),
.search-select > li:last-child {
	/*border-bottom: none; Removed due to CSS issue*/
}
.search-select > li:nth-child(5n) {
	border-right: none;
}
.search-select > li:nth-child(5n+2):nth-last-child(5),
.search-select > li:nth-child(5n+3):nth-last-child(4),
.search-select > li:nth-child(5n+4):nth-last-child(3),
.search-select > li:nth-child(5n+5):nth-last-child(2) {
	border-right: none;
	border-bottom: 1px solid #666;
}
.search-select > li:nth-child(5n+2):nth-last-child(5):after,
.search-select > li:nth-child(5n+3):nth-last-child(4):after,
.search-select > li:nth-child(5n+4):nth-last-child(3):after {
	position: absolute;
	display: block;
	width: 1px;
	height: 98px;
	right: 0;
	top: 0;
	background: #666;
	content: "";
}
.search-select > li a i {
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 10px;
	margin-top: -11px;
	border: 2px solid #000;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.search-select > li.selected a i:before,
.search-select > li.selected a i:after {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-left: 2px;
	margin-top: -1px;
	background: #000;
	content: "";
}
.search-select > li.selected a i:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search-select > li.selected a i:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Select parts - search__select */
.search__elem--genre .search__select + .search__select {
	margin-top: 10px;
}
.select__label {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	cursor: default;
}
.select__label.disabled {
	opacity: .5;
}
.select__item {
	position: relative;
	display: inline-block;
}
.select--sub {
	margin-left: 3px;
}
@media only screen and (max-width:1060px) {
.search__elem--genre .select__item {
	width: 210px;
}
.search__btn--add-genre {
	width: 150px;
}
}
.select__item--date {
	display: block;
	margin-top: 10px;
}
.select__item select {
	width: 210px;
	height: 38px;
	background: url(../img/com_ic02-2x.gif) 100% 50% no-repeat #f1f1f1;
	-webkit-background-size: 38px 38px;
					background-size: 38px 38px;
	padding: 0 40px 0 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.select__item select:disabled {
	background-color: #e3e3e3;
	cursor: default;
	opacity: .5;
}
.select__item--date {
	letter-spacing: -0.4em;
}
.select__item--date label {
	letter-spacing: normal;
	padding-right: 0;
}
.select__item--date select {
	width: 140px;
	margin-left: 10px;
	letter-spacing: normal;
}
.select__item + .select__label {
	margin-left: 20px;
}
@media print,screen and (min-width:768px) {
.select__item--original {
	display: none;
}
}
.select__item--transform {
	margin: -10px 0 0 -10px;
}
.select__item--transform > li {
	float: left;
	margin: 10px 0 0 10px;
}
.select__item--transform > li:first-child {
	display: none;
}
.select__item--transform > li a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 32px;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
}
.select__item--transform > li.checked a {
	background: #000;
	color: #fff;
}
.select__item--transform > li a i {
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 5px;
	margin-top: -11px;
	border: 2px solid #000;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.select__item--transform > li.checked a i:before,
.select__item--transform > li.checked a i:after {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-left: 2px;
	margin-top: -1px;
	background: #000;
	content: "";
}
.select__item--transform > li.checked a i:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select__item--transform > li.checked a i:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* =================================
 * - media query for SP
 * - (max-width:767px)
================================= */
/* - Artist Module
--------------------------------- */
@media only screen and (max-width:767px) {
body {
	padding-top: 47px;
}
.back-to-top {
	position: absolute;
}
/* heading */
.heading--fix {
	margin-bottom: 10px;
	padding: 2px 0 0 12px;
	border-left-width: 2px;
	font-size: 1.4rem;
}

/* md-search */
.md-search {
	padding-top: 14px;
	padding-bottom: 14px;
}
.search__box {
	border-width: 1px;
}
.search__head {
	width: 20.7%;
	min-width: inherit;
	padding: 15px 9px;
	font-size: 1.1rem;
}
.search__desc {
	position: relative;
	max-width: inherit;
	width: 79.3%;
	padding: 0 25px 0 9px;
	font-size: 1.1rem;
}
#release.search__desc,
#genre.search__desc {
	padding: 9px;
}
.search__elem {
	width: auto !important;
}
.search__elem,
.search__elem.js-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 0;
	padding-right: 1.5em;
}
.search__elem.js-ellipsis {
	position: static;
}
.search__elem.js-ellipsis:before {
	display: none;
}
.search__elem--release,
.search__elem--genre {
	display: block;
	position: relative;
	padding-right: 0;
	overflow: visible;
}
.search__item {
	display: inline;
	margin-left: 5px;
	padding-left: 0;
}
.search__item + .search__item {
	padding-left: 0;
}
.search__item + .search__item:before {
	content: "| ";
	font-size: 1.3rem;
	color: #ccc;
}
.search__action {
	margin-top: 15px;
}
.search__btn {
	display: inline-block;
	letter-spacing: normal;
}
.search__btn a {
	padding: 9px;
	font-size: 1.1rem;
	box-sizing: border-box;
}
.search__btn span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.search__btn--clear {
	margin-right: 5px;
}
.search__btn--submit a {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.search__btn--add:not(.search__btn--add-genre) a {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	top: 0;
	left: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-indent: -9999px;
	outline: none;
}
.empty .search__btn--add:not(.search__btn--add-genre) a {
	color: #888;
	text-indent: 0;
	text-align: left;
}
.search__btn--add:not(.search__btn--add-genre) a:before,
.search__btn--add:not(.search__btn--add-genre) a:after {
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	background: #000;
	content: "";
}
.search__btn--add:not(.search__btn--add-genre) a:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.empty .search__btn--add:not(.search__btn--add-genre) span {
	padding-top: 15px;
}
.search__btn--add:not(.search__btn--add-genre) span:before,
.search__btn--add:not(.search__btn--add-genre) span:after {
	display: none;
}
.search__btn--add-genre {
	position: static;
	width: 100%;
	max-width: inherit;
	margin-left: 0;
	margin-top: 10px;
}
.search__btn--add-genre span {
	display: block;
}
.search__btn--add-genre span:before,
.search__btn--add-genre span:after {
	margin-top: -2px;
}
.search__btn--back {
	float: none;
	display: block;
	text-align: center;
}
.search__btn--back a {
	display: block;
	width: 100%;
	padding: 15px 5px;
	background: transparent;
	color: #fff;
}
.search__btn--back span:before {
	border-color: #fff;
}
.search__delete {
	display: none;
}

/* md-search--fix */
.md-search--fix {
	padding: 0;
	color: #fff;
}

/* md-results */
.md-results {
	padding-top: 25px;
	padding-bottom: 30px;
}
.results__wrap + .results__wrap {
	margin-top: 20px;
}
.results__head {
	float: left;
	height: 30px;
	min-width: 30px;
	padding: 0 10px;
	font-size: 1.5rem;
	line-height: 30px;
}
.results__count {
	font-size: 1.4rem;
}
.results__count .int {
	font-size: 1.8rem;
}
.results__list {
	border: 2px solid #000;
}
.results__list > li {
	width: 100%;
	height: 40px;
	float: none;
	margin-left: 0;
}
.results__list > li:nth-child(n+6) {
	margin-top: 0;
}
.results__list > li a {
	position: relative;
	display: table-cell;
	height: 40px;
	padding: 10px;
	border: none;
	font-size: 1.2rem;
}
.results__list > li:nth-child(5n+1) a {
	border-left: none;
}
.results__list > li:nth-child(5n) a,
.results__list > li:last-child a {
	border-right: none;
}
.results__list > li:nth-last-child(1) a,
.results__list > li:nth-last-child(2) a,
.results__list > li:nth-last-child(3) a,
.results__list > li:nth-last-child(4) a,
.results__list > li:nth-last-child(5) a {
	border-bottom: none;
}
.results__list > li:nth-child(n+6) a {
	border-top: none;
}
.results__list > li + li {
	border-top: 1px solid #666;
}
.anime-borderT,
.anime-borderR,
.anime-borderB,
.anime-borderL {
	display: none;
}

/* search-modal */
.search-modal__inn {
	padding: 10px;
}

.search-tab__trigger {
	margin-bottom: 18px;
	display: table;
	font-size: 1.1rem;
}
.search-tab__trigger a {
	display: table-cell;
	height: 40px;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 1.2;
}
.search-tab__trigger.on a:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -9px;
	margin-left: -9px;
	border-top: 9px solid #000;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
}
.search-tab__content:not(.on) {
	display: none;
}
.search-character--left {
	width: 100%;
	float: none;
}
.search-character--right {
	width: 100%;
	float: none;
}
.search-character,
.search-character--left .search-character--kana,
.search-character--right .search-character--kana {
	width: 280px;
	margin: 0 auto;
}
.search-character > li {
	width: 48px;
	height: 48px;
}
.search-character--alpha > li {
	margin: 0 0 10px 10px;
}
.search-character--kana > li {
	margin: 0 0 10px 10px;
}
.search-character > li:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}
.search-character > li a {
	width: 48px;
	height: 48px;
	font-size: 2.0rem;
	line-height: 48px;
}
.search-character--right .search-character--kana > li:nth-child(12),
.search-character--right .search-character--kana > li:nth-child(13) {
	margin-left: 68px;
}
.search-character--right .search-character--kana > li:nth-child(14) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(19) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(16),
.search-character--right .search-character--kana > li:nth-child(21) {
	clear: none;
	margin-left: 10px;
}
.search-character--right .search-character--kana > li:last-child,
.search-character--right .search-character--kana > li:last-child a {
	width: 106px;
	font-size: 1.2rem;
}

.search-select > li {
	width: 100%;
	float: none;
	border: none;
	box-sizing: border-box;
}
.search-select > li a {
	position: relative;
	height: 40px;
	padding: 0 5px 0 40px;
}
.search-select > li:nth-child(5n+2):nth-last-child(5),
.search-select > li:nth-child(5n+3):nth-last-child(4),
.search-select > li:nth-child(5n+4):nth-last-child(3),
.search-select > li:nth-child(5n+5):nth-last-child(2) {
	border-bottom: none;
}
.search-select > li + li {
	border-top: 1px solid #666;
}
.search-select > li:nth-child(5n+2):nth-last-child(5):after,
.search-select > li:nth-child(5n+3):nth-last-child(4):after,
.search-select > li:nth-child(5n+4):nth-last-child(3):after {
	display: none;
}
.search-select > li a i {
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 10px;
	margin-top: -9px;
	border: 2px solid #000;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.search-select > li.select a i:before,
.search-select > li.select a i:after {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-left: -6px;
	margin-top: -1px;
	background: #000;
	content: "";
}
.search-select > li.select a i:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search-select > li.select a i:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Select parts - search__select */
.search__select + .search__select {
	margin: 10px -9px 0;
	padding: 10px 9px 0;
	border-top: 1px solid #e1e1e1;
}
.select__label {
	display: block;
	padding-left: 0;
}
.select__item {
	display: block;
	margin-left: 0;
}
.select__item select {
	display: block;
	width: 100%;
	height: 34px;
	background: url(../img/com_ic02-2x.gif) 100% 50% no-repeat #f1f1f1;
	-webkit-background-size: 34px 34px;
					background-size: 34px 34px;
	padding: 0 40px 0 6px;
	font-size: 1.6rem;
	line-height: 34px;
}
.select__item + .select__label {
	margin-top: 8px;
	margin-left: 0;
}
.select__item--date {
	letter-spacing: -0.4em;
}
.select__item--date label {
	display: block;
	margin-bottom: 5px;
	letter-spacing: normal;
}
.select__item--date select {
	display: inline-block;
	width: 49%;
	margin-left: 0;
}
.select__item--date select + select {
	margin-left: 5px;
}
.select__item + .select__label {
	margin-left: 20px;
}
.search__elem--genre .select__item {
	width: 100%;
}
.select--sub {
	margin-top: 10px;
	margin-left: 0;
}
.select__item--transform {
	display: none;
}
}

@media only screen and (max-width: 345px) {
	.modal .search__btn--clear {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

/* - clearfix
--------------------------------- */
.md-clearfix:after,
.fix__column:after,
.results__headline:after,
.results__list:after,
.search-tab__head:after,
.search-tab__content:after,
.search-character:after,
.search-select:after,
.select__item--transform:after,
.bnr__list:after {
	display: block;
	clear: both;
	content: "";
}
