.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -40px;
    transform: translateX(-50%);
    opacity: 1 !important;
    visibility: visible !important;
}

.lb-nav a.lb-prev {
    left: 50%;
    margin-left: -40px;
}

.lb-nav a.lb-next {
    left: 50%;
    margin-left: 35px;
}

.to_catalog_button_chi {
	font-family: 'IBMPlexSansJP-Bold', sans-serif !important;
}
.to_catalog_chi {
	font-family: 'IBMPlexSansJP-Bold', sans-serif !important;
}

.arrow{
	position: relative;
	display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
}

.right_favorite {
    position: relative;
    cursor: pointer;
    z-index: 200;
}

.left-right {
	display: flex;
	position: relative;
}
.right_favorite {
	line-height: 22px;
	position: absolute;
	right: 0;
	font-size: 20px;
}
.header_area {
	margin-right: 10px;
	margin-top: 20px;
	height: 40px;
}
.to_catalog_button {
    height: 40px;
    float: right;
    right: 10px;
    padding-top: 5px;
    padding-right: 10px;
    border: 2px solid #dbd6d6;
    border-radius: 6px;
    font-family: 'ZenKakuGothicNew-Bold', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
}
.to_catalog_button:hover {
	cursor: pointer;
}
.toCatalogImg {
	width: 20px;
	margin-right: 10px;
	margin-left: 8px;
	margin-bottom: 4px;
}
.swiper-slide-prev
,.swiper-slide-next {
	opacity: 0.5;
}
.swiper-button-next
,.swiper-button-prev {
	color: #595959;
}
.catalogImg {
	width: auto;
	height: 100%;
}
.large-slide {
    transform: scale(1.2);
}
.lot {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.favorite_icon {
	width: 22px;
	margin-top: 5px;
	z-index: 10;
}
.favorite_icon:hover {
	cursor: pointer;
}
.writerName {
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.goodsName {
	font-size: 17px;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.explanation {
	color: #8b8b8b;
	margin-bottom: 20px;
}
.literature {
	color: #8b8b8b;
}
.estimate_area {
	font-size: 19px;
	letter-spacing: 1px;
}
.absentee_price_area {
	margin-bottom: 8px;
	min-height: 30px;
	display: flow-root;
	margin-right: -100px;
}
.absentee_area {
	float: left;
}
.absenteeBid {
	font-size: 19px;
	font-family: 'ZenKakuGothicNew-Bold', sans-serif;
	letter-spacing: 1.5px;
	color: #c6b435;
}
.absenteeBid_yen {
	font-size: 19px;
	color: #c6b435;
	margin-left: 5px;
	margin-right: 5px;
}
.arrow_area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dli-chevron-round-left:hover
,.dli-chevron-round-right:hover {
	cursor: pointer;
}
.dli-chevron-round-left:after {
	content: '';
	background-image: url('../../../images/catalogue_arrow_per_lot.svg');
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 35px;
    display: block;
}
.dli-chevron-round-right:after {
	content: '';
	background-image: url('../../../images/catalogue_arrow_per_lot.svg');
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 35px;
    display: block;
    transform: scaleX(-1);
}
.bidding_caution {
	font-size: 13px;
	color: #ec6d74;
}
.absentee_price {
	font-size: 19px;
	font-weight: bold;
	color: #000;
	padding: 0 5px;
	background: #F7F4E1;
	width: 162px;
	float: left;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.5px;
	border-radius: 2px;
}
#bidButton {
	height: 30px;
	margin-right: 20px;
	padding: 0 5px;
	border: 2px solid #c6b435;
	background: #fff;
	color: #c6b435;
	border-radius: 10px;
	font-family: 'ZenKakuGothicNew-Bold', sans-serif;
	font-size: 19px;
	letter-spacing: 1.5px;
	line-height: 1;
}
#bidCorrectButton {
	height: 20px;
	margin-left: 10px;
	padding: 2px;
	border: 2px solid #c6b435;
	background: #c6b435;
	color: #fff;
	border-radius: 5px;
	font-family: 'ZenKakuGothicNew-Medium', sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 1;
	margin-top: 5px;
}
.condition_area {
	text-align: center;
	position: relative;
	z-index: 10;
}
.condition_icon {
	width: 25px;
	height: auto;
	margin-bottom: 4px;
}
.condition_icon:hover {
	cursor: pointer;
}
.condition_text {
	font-family: 'ZenKakuGothicNew-Bold', sans-serif;
	letter-spacing: -0.5px;
	font-size: 10px;
}
.condition_text_eng {
	font-size: 16px !important;
}

.detail_area {
	height: auto;
	max-height: 200px;
	overflow-y: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.detail_area::-webkit-scrollbar {
	background: #000;
	width: 5px;
	height: 5px;
	border: none;
    border-radius: 3px;
}
.detail_area::-webkit-scrollbar-thumb {
	background-color: #707070;
}
.detail_area::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: none;
}


/** PC?? **/
@media only screen and (min-width: 1200px) {
	#slider_area {
		height: 500px;
		margin-top: 50px;
	}
	.arrow_area {
	    margin-top: 80px;
	}
	.caption_area {
		padding: 0 40px 20px 40px;
		margin-top: 100px;
	}
	.swiper--wrapper {
	  width: 100%;
	  height: 300px;
	}
	.swiper-slide {
	  color: #ffffff;
	  height: 100%;
	  text-align: center;
	  line-height: 300px;
	}
	.swiper-slide-visible {
	}
	.swiper-slide img {
	  width: 550px;
	  height: auto;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
}

/* PC???????? */
@media only screen and (min-width: 992px) {
	#backButton {
		font-size: 12px;
	}
	#slider_area {
		margin-top: 30px;
		height: 400px;
	}
	.arrow_area {
		margin-top: 80px;
	}
	.caption_area {
		padding: 0 5px;
		margin-bottom: 20px;
		margin-top: 80px;
	}
	.swiper-wrapper {
	  width: 100%;
	}
	.swiper-slide {
	  color: #ffffff;
	  text-align: center;
	  line-height: 300px;
	}
	.swiper-slide img {
	  width: 450px;
	  height: auto;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	.swiper_favorite {
		line-height: 18px !important;
		position: absolute;
		right: 0;
	}
	.swiper-slide-visible {
	}
}

/* ??????? */
@media only screen and (max-width: 992px) {
	.caption_area {
		font-size: 12px;
		letter-spacing: 0.12px;
	}
	#slider_area {
		margin-top: 30px;
		height: 330px;
	}
	.caption_area {
		margin-top: 50px;
	}
	.absenteeBid {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.absenteeBid_yen {
		font-size: 17px;
		margin-left: 3px;
		margin-right: 3px;
	}
	.absentee_price {
		font-size: 16px;
		padding: 0 3px;
		width: 120px;
		height: 26px;
		line-height: 26px;
		letter-spacing: 0.5px;
	}
	#bidCorrectButton {
		margin-top: 2px;
	}
	.absentee_price_area {
		margin-right: -30px;
	}
}

@media screen and (min-width: 991px) and (max-width: 768px) {
	.swiper-slide img {
	  width: 350px;
	  height: auto;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
}

/** ??????????? **/
@media screen and (max-width: 768px) {
	.arrow_area {
		height: inherit;
		padding: 0;
	}
	.caption_area {
		margin-bottom: 0;
	}
	.detail_area {
		height: auto;
		max-height: 150px;
		overflow-y: auto;
		margin-bottom: 20px;
		padding-bottom: 10px;
		padding-right: 15px;
	}
	.absentee_area_sp {
		margin-bottom: 30px;
	}
	.lot_area {
		margin-top: 30px;
		z-index: 10;
	}
	.arrow_area {
	    margin-top: 30px;
	}
	.dli-chevron-round-left:after
	,.dli-chevron-round-right:after {
		width: 18px;
		height: 20px;
	}
	.lot {
		font-size: 18px;
		margin-bottom: 25px;
		letter-spacing: 0;
		font-weight: normal;
	}
	.favorite_icon {
		width: 18px;
		margin-top: 2px;
		top: 1px;
	}
	.caption_area {
		padding-left: 30px;
	}
	.writerName {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.goodsName {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.condition_icon {
		width: 20px;
	}
	.literature {
		margin-bottom: 10px;
	}
	.estimate_area {
		font-size: 18px;
	}
	.absentee_area
	,.absentee_price {
		font-size: 18px;
	}
	.bottom_area {
		clear: both;
		width: 100%;
		bottom: 0px;
		font-size: 0;
		z-index: 99;
		height: 40px;
		margin-bottom: 5px;
	}
	.bottom_area ul {
	   display: flex;
	   list-style: none;
	   padding:0;
	   margin:0;
		height: 40px;
	}
	.bottom_area li {
	   justify-content: center;
	   align-items: center;
	   width: 50%;
	   padding:0;
	   margin:0;
	   font-size: 14px;
	}
	.bottom_area li.to_catalog_li {
		border-right: 1px solid #a5a5a5;
	    font-family: 'ZenKakuGothicNew-Bold', sans-serif;
	    letter-spacing: 1px;
	    font-size: 18px;
	    text-align: center;
	    line-height: 45px;
	}
	.bottom_area li.to_catalog_li_center {
	    font-family: 'ZenKakuGothicNew-Bold', sans-serif;
	    letter-spacing: 1px;
	    font-size: 18px;
	    line-height: 45px;
	    text-align: center;
	    width: 100%;
	}
	.bottom_area li.condition_icon_li {
	    font-family: 'ZenKakuGothicNew-Bold', sans-serif;
	    letter-spacing: -1px;
	    font-size: 12px;
	    text-align: center;
	    line-height: 45px;
	}
	.condition_area {
	}
	.condition_icon {
		width: 20px;
		height: auto;
		margin-bottom: 5px;
	}
	.toCatalogImg {
		width: 22px;
	    position: relative;
	    margin-bottom: 7px;
	}
	.condition_text {
		font-family: 'ZenKakuGothicNew-Bold', sans-serif;
		letter-spacing: -0.5px;
		font-size: 12px;
	}
	.to_catalog_button {
	    float: none;
	    padding: 0;
	    border: none;
	    border-right: 2px solid #dbd6d6;
	}
	.right_favorite {
		line-height: 15px;
	}
}

/* ?????? */
@media only screen and (max-width: 768px) and (min-width: 660px) {
	#slider_area {
		height: 250px;
	}
	.swiper-slide img {
	  width: 125%;
	  height: auto;
	  transform: translate(-10%, -20%);
	}
	.swiper-wrapper {
	  height: 350px !important;
	}
}
@media only screen and (max-width: 660px) and (min-width: 500px) {
	#slider_area {
		margin-top: 0;
		height: 250px;
	}
	.swiper-slide img {
	  width: 125%;
	  height: auto;
	  transform: translate(-10%, -10%);
	}
	.swiper-wrapper {
	  height: 250px !important;
	}
}
@media only screen and (max-width: 500px) and (min-width: 340px) {
	#slider_area {
		margin-top: 0;
		height: 200px;
	}
	.swiper-slide img {
	  width: 150%;
	  height: auto;
	  transform: translate(-18%, -12%);
	}
	.swiper-wrapper {
	  height: 200px !important;
	}
	.bottom_area li.to_catalog_li {
		font-size: 14px;
		line-height: 38px;
	}
	.bottom_area li.condition_icon_li {
		line-height: 34px;
	}
	.toCatalogImg {
		width: 15px;
		margin-bottom: 4px;
	}
}
@media only screen and (max-width: 340px) {
	#slider_area {
		margin-top: 0;
		height: 200px;
	}
	.catalogImg {
		width: 150%;
		height: auto;
		transform: translate(-15%, 0);
	}
	.swiper-wrapper {
	  height: 200px !important;
	}
	.bottom_area li.to_catalog_li {
		font-size: 12px;
		line-height: 40px;
	}
	.bottom_area li.condition_icon_li {
		line-height: 36px;
	}
	.toCatalogImg {
		width: 15px;
		margin-bottom: 2px;
	}
}
