<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* topflash redborder */

.through-pendant__top {
	width: 980px;
	height: 375px;
	margin: 30px 0 0 0;
	padding: 0;
}
.through-pendant__h2 {
	width: 980px;
	text-align: center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}

/*________________________________________________ ↓ここからデザイン調整↓ ____________ */

/* ------ introduction ----- */

.through-pendant__introduction {
	margin-top:20px;
	width: 980px;
	height:550px;
  background: url(https://images.brilliance.co.jp/tmp/jewelry/necklace/promotion/images/through/introduction.webp) no-repeat;
	position:relative;
}

.through-pendant__introduction-link {
	width: 208px;
	height: 464px;
	display: block;
	position: absolute;
	top: 1px;
	left: 687px;
	text-indent:-9999px;
}

/* ------ detail ----- */

.through-pendant__detail {
	width: 980px;
	height:500px;
  background: url(https://images.brilliance.co.jp/tmp/jewelry/necklace/promotion/images/through/detail.webp) no-repeat;
	position:relative;
}

.through-pendant__detail-link {
	width: 487px;
	height: 454px;
	display: block;
	position: absolute;
	top: 0px;
	left: 77px;
	text-indent: -9999px;
}

/* ------ fitting ----- */

.through-pendant__fitting {
	width: 980px;
	height: 500px;
  background: url(https://images.brilliance.co.jp/tmp/jewelry/necklace/promotion/images/through/fitting.webp) no-repeat;
	position:relative;
}

/* ------ item-list01 ----- */

.through-pendant__item--01 {
	width: 980px;
	height: 490px;
  background: url(https://images.brilliance.co.jp/tmp/jewelry/necklace/promotion/images/through/design01.webp) no-repeat;
	position:relative;
}

.through-pendant__item-link--01 {
	width: 412px;
	height: 402px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
}

.through-pendant__item-link--02 {
	width: 426px;
	height: 402px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
}

/* ------ item-list02 ----- */

.through-pendant__item--02 {
	width: 980px;
	height: 495px;
  background: url(https://images.brilliance.co.jp/tmp/jewelry/necklace/promotion/images/through/material01.webp) no-repeat;
	position:relative;
}

/* ------ item-list03 ----- */

.through-pendant__item--03 {
	width: 980px;
	height: 470px;
  background: url(https://images.brilliance.co.jp/tmp/jewelry/necklace/promotion/images/through/size01.webp) no-repeat;
	position:relative;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

.through-pendant__slider {
  width: 980px;
  height: 470px;
  position:relative;
}
.through-pendant__slider &gt; .through-pendant__slider-image:not(:first-of-type) {
  display: none;
}
</pre></body></html>