 @charset "utf-8";
/* ----------------------------------------
 * CSS | LIBELARA BLACK
 * /css/index.css
 * ---------------------------------------- */


/* --------------------------------------------------
 * OVERWRITE
 * --------------------------------------------------
 */
#header {
	background-color: transparent;
}
/* --------------------
 * mainview
 */
#mainview {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100vh;
}
/* mainview : stock */
#mainview_stock {
	position: absolute;
	right: -450px;
	bottom: 0;
	z-index: 50;
	display: block;
	width: 450px;
	height: 200px;
	background-image: url(/liberala/asset/img/cover.png);
	overflow: hidden;
}
#mainview_stock_wrap {
	position: relative;
}
/* stock : article */
#mainview_stock .article {
	position: relative;
}
.stock_item {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.stock_item .item_wrap {
	position: relative;
	display: block;
	height: 201px;
}
.stock_item a:hover {
	text-decoration: none;
}
.stock_item .img {
	position: absolute;
	left: 12px;
	top: 12px;
	display: block;
	width: 236px;
	height: 177px;
	overflow: hidden;
}
.stock_item .img span {
	display: block;
	width: 100%;
	height: 177px;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.stock_item a:hover .img span {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.stock_item .content {
	position: relative;
	padding-top: 12px;
	padding-left: 270px;
	padding-right: 30px;
}
.stock_item .icon {
	display: table;
}
.stock_item .icon span {
	display: table-cell;
	height: 25px;
	padding: 0 10px;
	background-color: #0000c9;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 79%;
	text-align: center;
	vertical-align: middle;
}
.stock_item .name {
	width: 150px;
	margin-top: 6px;
	font-size: 93%;
	line-height: 1.50;
}
.stock_item .name .en {
	display: block;
}
.stock_item .name .jp {
	display: block;
}
.stock_item dl {
	display: table;
	width: 148px;
	height: 19px;
	margin-top: 4px;
	border: 1px solid #fff;
}
.stock_item dl.year {
	margin-top: 7px;
}
.stock_item dt {
	display: table-cell;
	width: 58px;
	font-size: 79%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.stock_item dd {
	display: table-cell;
	border-left: 1px solid #fff;
	font-size: 79%;
	text-align: center;
	vertical-align: middle;
}
/* stock : aside */
#mainview_stock .aside {
/*position: absolute;*/
				/*left: 258px;*/
				/*top: 172px;*/
}
#mainview_stock .aside ul {
/*display: table;*/
}
#mainview_stock .aside li {
	/*display: table-cell;*/
	display: block;
}
#mainview_stock .aside li.prev {
	position: absolute;
	left: 264px;
	top: 172px;
	width: 18px;
	height: 18px;
	background-image: url(/liberala/img/btn_stock_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px auto;
	cursor: pointer;
}
#mainview_stock .aside li.pager {
	position: absolute;
	left: 288px;
	top: 174px;
	font-size: 72%;
	opacity: 0.5;
	vertical-align: middle;
}
#mainview_stock .aside li.next {
	position: absolute;
	left: 318px;
	top: 172px;
	width: 18px;
	height: 18px;
	background-image: url(/liberala/img/btn_stock_next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px auto;
	cursor: pointer;
}
/* mainview : news */
#mainview_news {
	position: absolute;
	/*left: 34px;*/
	left: -594px;
	bottom: 26px;
	z-index: 50;
	width: 560px;
}
#mainview_news dl {
	display: block;
}
#mainview_news dt {
/*				display: table;
				width: 60px;
				float: left;*/
}
#mainview_news dt span {
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #fff;
	font-size: 93%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#mainview_news dt a {
	font-size: 86%;
	color: #f00;
}
#mainview_news dd {
	display: block;
	width: 620px;
	/*				float: left;*/
	margin-top: 5px;
}
#mainview_news dd ul {
	position: relative;
}
#mainview_news dd li {
	display: block;
	/*height: 24px;*/
						/*padding-left: 6px;*/
	padding-top: 2px;
}
#mainview_news dd li a {
	font-size: 86%;
	font-weight: bold;
}
#mainview_news dd li a:hover {
/*text-decoration: none;*/
}
/* mainview : scroll */
#mainview_scroll {
	clear: both;
	position: absolute;
	left: 50%;
	bottom: 24px;
	z-index: 50;
	display: none;
	width: 69px;
	height: 69px;
}
#mainview_scroll a {
	display: block;
	width: 69px;
	height: 69px;
	margin-left: -34px;
	background-image: url(/liberala/asset/img/body/btn_scroll.png);
	background-repeat: no-repeat;
	background-size: 69px auto;
}
/* mainview : loader */
#mainview_loader {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
}
/* mainview : progress */
#mainview_progress {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	display: none;
	width: 100%;
}
#mainview_progress span {
	display: block;
	height: 2px;
	background-color: #0000c9;
}
/* mainview : bg */
#mainview_bg {
	position: relative;
}
#mainview_bg ul {
}
#mainview_bg li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#mainview_bg li.animation {
	animation : splash_size 5s ease-out;
	-moz-animation : splash_size 5s ease-out;
	-webkit-animation : splash_size 5s ease-out;
	-ms-animation : splash_size 5s ease-out;
}
 @keyframes splash_size {
 0% {
transform: scale(1.15);
}
 100% {
transform: scale(1);
}
}
 @-moz-keyframes splash_size {
 0% {
transform: scale(1.15);
}
 100% {
transform: scale(1);
}
}
 @-webkit-keyframes splash_size {
 0% {
transform: scale(1.15);
}
 100% {
transform: scale(1);
}
}
 @-ms-keyframes splash_size {
 0% {
transform: scale(1.15);
}
 100% {
transform: scale(1);
}
}
/* --------------------
 * catalog
 */
#catalog {
	clear: both;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
/* h1 */
h1 {
	margin: 30px 0 0 35px;¥
	font-size: 80%;
	color: #808080;
}
#catalog_wrap {
}
/* header */
#catalog .header {
	display: block;
	padding-top: 6px;
	font-size: 143%;
	font-weight: bold;
	text-align: center;
}
/* article */
#catalog .article {
	display: block;
	width: 846px;
	margin: 0 auto;
	margin-top: 38px;
}
#catalog .article ul {
	display: table;
}
#catalog .article li {
	display: table-cell;
	width: 232px;
	padding: 0 25px;
}
#catalog .article li:first-child {
	border-left: none;
}
#catalog .article li a {
	display: block;
	height: 92px;
	background-image: url(/liberala/img/catalog_arrow.png);
	background-repeat: no-repeat;
	background-position: 200px;
	background-size: auto 23px;
	border: 1px solid #fff;
	text-align: center;
}
#catalog .article li a:hover {
	text-decoration: none;
}
#catalog .article li a .en {
	display: block;
	padding-top: 22px;
	font-size: 165%;
	line-height: 1.10;
}
#catalog .article li a .jp {
	display: block;
	padding-top: 4px;
	font-size: 86%;
	line-height: 1.10;
}
/* --------------------
 * contents
 */
#contents {
	clear: both;
	position: relative;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 100px;
	overflow: hidden;
}
#contents_wrap {
}
/* contents : header */
#contents .header {
	padding-bottom: 14px;
}
#contents .header h2 {
	text-align: center;
}
#contents .header h2 .en {
	display: block;
	font-size: 180%;
}
#contents .header h2 .jp {
	display: block;
	font-size: 93%;
}
/* contents : article */
#contents .article {
}
.contents_item {
	display: block;
	margin-left: 8px;
	margin-top: 8px;
	float: left;
}
.contents_item a:hover {
	text-decoration: none;
}
.contents_item .item_wrap {
	position: relative;
	display: block;
	overflow: hidden;
}
.contents_item .bg {
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.contents_item a:hover .bg {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/* contents : item : small */
.contents_item.small {
}
.contents_item.small .item_wrap {
	position: relative;
}
.contents_item.small .icon {
	position: absolute;
	right: 11px;
	top: 11px;
	z-index: 1;
	display: table;
}
.contents_item.small .icon i {
	display: table-cell;
	width: 49px;
	height: 23px;
	border: 1px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 79%;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}
.contents_item.small.stock .icon i {
	background-color: #fff;
	color: #000;
}
.contents_item.small.experience .icon i {
	width: 72px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
/* content */
.contents_item.small .content {
	position: absolute;
	left: 16px;
	bottom: 14px;
	z-index: 1;
}
/* content : scene */
.contents_item.small.scene .content dl {
	font-size: 79%;
}
.contents_item.small.scene .content dt {
	display: inline;
}
.contents_item.small.scene .content dd {
	display: inline;
}
.contents_item.small.scene .content p {
	display: block;
	margin-top: 3px;
	margin-left: -1px;
	padding-right: 16px;
	font-size: 122%;
	font-weight: bold;
}
/* content : stock */
.contents_item.small.stock .content .label {
	display: block;
	padding-right: 16px;
	font-size: 122%;
}
.contents_item.small.stock .content .txt {
	display: block;
	margin-top: -2px;
	padding-right: 16px;
	font-size: 122%;
}
/* content : experience */
.contents_item.small.experience .content .category {
	display: block;
	padding-right: 16px;
	font-size: 86%;
	font-weight: bold;
}
.contents_item.small.experience .content .label {
	display: block;
	margin-top: 1px;
	padding-right: 16px;
	font-size: 122%;
}
.contents_item.small.experience .content .txt {
	display: block;
	margin-top: -1px;
	padding-right: 16px;
	font-size: 108%;
}
/* bg */
.contents_item.small .bg {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* contents : item : pannel */
.contents_item.pannel {
}
.contents_item.pannel .item_wrap {
	position: relative;
}
.contents_item.pannel .content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: table;
	width: 100%;
}
.contents_item.pannel .content p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contents_item.pannel .content p .en {
	display: block;
	font-size: 250%;
}
.contents_item.pannel .content p .jp {
	display: block;
	font-size: 100%;
}
.contents_item.pannel .bg {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* contents : item : large pannel */
.contents_item.pannel.large {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #252525;
}
/* contents : item : large pannel */
.contents_item.pannel.large_banner {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #252525;
}
/* contents : item : leadtext */
.contents_item.leadtext {
	position: relative;
	left: 390px;
	top: 50px;
	font-size: 80%;
	color: #d2d2d2;
}


	
	
	
/* 閲覧履歴 ---------------------------------------- */
.sec_history {
	background: rgba(0,0,0,0.85);
}

.sec_history .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 0;
	position: relative;
}

.sec_history .inner > .ttl {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: center;
}

.sec_history .inner > .txt {
	font-size: 12px;
	margin: 0 0 30px 0;
	text-align: center;
}

.sec_history .inner .linkBox {
	/*position: absolute;
	top: 18px;
	left: 165px;*/
}

.sec_history .inner .linkBox .btnLink {
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	width: 230px;
	position: relative;
	display: block;
	padding: 7px 5px 7px 0;
	margin: 30px auto 0;
	text-align: center;
	box-sizing: border-box;
}

.sec_history .inner .linkBox .btnLink::after {
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	margin: -6px 0 0 0;
	right: 18px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sec_history .panelList {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}

.sec_history .panelList .next,
.sec_history .panelList .prev {
	display: block;
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0;
	margin: 0 0 0 0;
	z-index: 1;
	cursor: pointer;
}

.sec_history .panelList .next {
	right: -20px;
}

.sec_history .panelList .prev {
	left: -20px;
}

.sec_history .panelList .next::after,
.sec_history .panelList .prev::after {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 2;
	top: 50%;
	margin: -2px 0 0 0;
}

.sec_history .panelList .next::after {
	border-top: 1px solid #1C8D9D;
	border-right: 1px solid #1C8D9D;
	left: 25px;
}

.sec_history .panelList .prev::after {
	border-bottom: 1px solid #1C8D9D;
	border-left: 1px solid #1C8D9D;
	right: 25px;
}

.sec_history .panelList .panel {
	display: flex;
	width: 280px;
	transition: 0.2s;
}

.sec_history .panelList .panel:hover {
	opacity: 0.8;
	text-decoration: none;
}

.sec_history .panelList .panel .img {
	width: 120px;
	height: 90px;
	overflow: hidden;
}

.sec_history .panelList .panel .img img {
	width: 100%;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.sec_history .panelList .panel:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sec_history .panelList .panel .panelInfo {
	width: 175px;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	color: #333;
}

.sec_history .panelList .panel .panelInfo .ttl {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 54px;
	color: #fff;
}

.sec_history .panelList .panel .panelInfo .ttl strong {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 1;
	margin: 0 0 5px 0;
}

.sec_history .panelList .panel .panelInfo .price-ttl {
	font-size: 10px;
	color: #FFF;
}

.sec_history .panelList .panel .panelInfo .price {
	font-size: 16px;
	font-weight: bold;
	color: #1387C5;
	line-height: 1;
	font-family: Helvetica, Arial, "sans-serif";
  margin: 0 0 5px 0;
}

.sec_history .panelList .panel .panelInfo .price strong {
	font-size: 24px;
	display: inline-block;
}

.sec_history .panelList .panel .panelInfo .price span {
	font-size: 12px;
	display: inline-block;
	margin: 0 3px;
}

.sec_history .panelList .panel .panelInfo .priceSub {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

.sec_history .panelList .panel .panelInfo .priceSub .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  line-height: 1;
  font-size: 10px;
  background: #666;
  height: auto;
  min-height: inherit;
  margin: 0 5px 0 0;
  padding: 3px 0;
}

.sec_history .panelList .panel .panelInfo .priceSub .txt {
	font-size: 11px;
  color: #FFF;
}

.sec_history .panelList .panel .panelInfo .priceSub .txt span {
	font-size: 10px;
}

.sec_history .panelList .panel .panelInfo .warranty {
  display: flex;
  font-size: 10px;
  color: #FFF;
}

.sec_history .panelList .panel .panelInfo .warranty .space {
  margin: 0 10px;
  font-size: 10px;
  color: #FFF;
}
/* ----------------------------------------//閲覧履歴 */












