/*--------------------------------------------------------------
# PRODUCT-page
--------------------------------------------------------------*/
#collection .hide {
  display:none;
}
figure {
  margin: 15px 0;
}
figcaption {
  text-align: center;
}

/*--------------------------------------------------------------
fancybox
--------------------------------------------------------------*/
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs{
	display:none !important;
	
}

.fancybox-button {
    background: rgba(0, 0, 0, 1);
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #333;
}

.fancybox-button {
    height: 88px;
    width: 88px;
}
.fancybox-navigation .fancybox-button {
    height: 150px;
    width: 120px;
}

@media (max-width: 1400px){	
.fancybox-button {
    height: 78px;
    width:78px;
}
.fancybox-navigation .fancybox-button {
    height: 120px;
    width: 90px;
}
}

@media (max-width: 991px){	
.fancybox-button {
    height: 72px;
    width:72px;
}
.fancybox-navigation .fancybox-button {
    height: 100px;
    width: 70px;
}
}
	
/*--------------------------------------------------------------
# PRODUCT
--------------------------------------------------------------*/
.main.product {
	margin-top:76px;
    overflow: hidden;
    position: relative;
    background-color:transparent;
	background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(img/page-product-bg.jpg);
    background-position: top -5.8125vw center;
    width: 100%;
}
.main.product #sec-bottom {
	background-color:transparent;
    background-image: url(img/page-product-footer_bg.png);
}
#collection .section-heading:before{
    background-image: url('img/page-product-deco_cloud.png');
}
#collection {
	margin-top:0px;
    overflow: hidden;
}
#collection .wrapper{
	max-width:1100px;
    margin:0 auto;
	padding: 0 0 2rem;
	position: relative;
	margin-bottom:0rem;
}
.pd_tabs {
	display:flex;
	justify-content: center;
    /*padding-top: 42px;*/
    padding-bottom: 36px;
}
.pd_tabs ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.pd_tabs ul li{
    display: inline-block;
	padding: 8px 8px 10px;
}
.pd_tabs .list {
  position: relative;
  text-align: center;
  margin: 0px auto;
}
.pd_tabs .list .scroll {
  font-size:  var(--font-t30);
  font-weight: 500;
  color: var(--color-black);
  background-image: url('img/page-product-year_bg_gold.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 134px;
	height:63px;
	padding-bottom: 4px;
}
.pd_tabs .list .scroll:hover,
.pd_tabs .list .scroll.active {
  background-image: url('img/page-product-year_bg_red.png');
}

.product_content{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:48px 36px;
}
.productItem {
	font-family: var(--font-GenRyuMin-M), 'Noto Serif TC', serif;
    padding: 14px 14px;
	letter-spacing: 1px;
	background: linear-gradient(180deg,#e5dabe 0%, #f6f8fa 18%, #fefefe 88%, #e5dabe 100%);
	border-radius:16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}	
/*.productItem:nth-child(even) {
	background: linear-gradient(180deg,#b9d0b7 0%, #f6f8fa 18%, #fefefe 88%, #b9d0b7 100%);
}*/

.pd_img {
	position:relative;
    background-image: url('img/page-product-frame.svg');
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.pd_img .tag{
  z-index:2;
  font-family: var(--font-GenRyuMin), 'Noto Serif SC', serif;
  position: absolute;
  color: #fff;
  writing-mode: vertical-rl;
    letter-spacing: 5px;
    font-size: 18px;
    width: 29px;
    height: 59px;
    bottom: 28px;
	right:20px;	
}
.pd_img .tag:after {
	content:"";
	position:absolute;
    background-image: url('img/page-product-shade.png');
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 29px;
    height: 59px;
    bottom: 7px;
	right:-2px;
}
.pd_img .tag span {
	position: relative;
	z-index:2;
}
.pd_img .image {
    padding:33px;
	position: relative;
}
.pd_img .image a:after {
    content: "+";
    display: inline-block;
    position: absolute;
    color: #ca9b68;
    font-size: 26px;
    padding: 12px 5px 0px 4px;
    line-height: 0;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid #ca9b68;
    top: 26px;
    right: 26px;
}
.pd_img .img-thumbnail {
    padding: 0;
    border: 0px solid var(--bs-border-color);
	border-radius: 0rem;
   background-color: transparent;
}
.pd_img .img-thumbnail:hover {
    transition: all 0.6s;
    transform: translateY(-10px);
}

.pd_title {
	border-bottom:1px solid #aaa;
	margin-bottom:10px;
	padding-bottom:2px;
	padding-top:4px;
	height:140px;
}
.pd_title .title {
	font-family: "Noto Sans SC", GenRyuMin, sans-serif;
    font-size: 26px;
	font-weight: 600;
    line-height: 1.2;
    padding: 0 10px;
    padding-bottom: 6px;
}
.pd_title .price {
    color: #b11636;
    font-size: 28px;
    line-height: 1.6;
	font-weight:600;
	padding:10px;
	margin-top:0px;
	position:relative;
}
.pd_title .price span{
	position:relative;
	z-index:2;
    font-size: 18px;
	font-weight:400;
    line-height: 1.6;
    padding-right: 5px;
    padding-left: 28px;
    display: inline-block;
}
.pd_title .price:after{
    content: "";
    position: absolute;
    padding-right: 0;
    padding-left: 0;
    background: url(img/page-product-icon.png) no-repeat left top;
    background-size: cover;
    display: block;
    width: 52px;
    height: 52px;
    bottom: 8px;
    left: 4px;
    z-index: 1;
}
.pd_detail p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0;
	padding:0 12px 4px;
}
.pd_detail p span{
    color: #888;
    font-size: 14px;
    line-height: 1.5;
}
.pd_detail .info {
	height:124px;
}
.pd_desc .brief {
	font-size:18px;
	line-height:1.6;
	padding:20px 16px 12px 15px;
	height:300px;
}
.pd_desc .brief p{
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 1200px){
#collection .wrapper {
    max-width: 920px;
}
.pd_tabs {
    /*padding-top: 40px;*/
    padding-bottom: 30px;
}
.pd_tabs .list .scroll{
	width: 112px;
    height: 53px;
}
.pd_img .tag{
    letter-spacing: 3px;
    font-size: 16px;
    width: 24px;
    height: 50px;
    bottom: 26px;
	right:16px;	
}
.pd_img .tag:after {
    width: 24px;
    height: 50px;
    bottom: 5px;
	right:0px;
}
.pd_img .image {
    padding: 26px;
}
.pd_img .image a:after {
    font-size: 24px;
    padding: 12px 5px 0px 4px;
    height: 24px;
    width: 24px;
    top: 24px;
    right: 24px;
}
.pd_title {
    height: 120px;
}
.pd_title .title {
    font-size: 24px;
    padding-bottom: 0px;
}
.pd_title .price {
    font-size: 26px;
	padding:8px;
}
.pd_title .price span{
    font-size: 16px;
    padding-right: 4px;
    padding-left: 22px;
}
.pd_title .price:after{
    width: 44px;
    height: 44px;
    bottom: 6px;
    left: 3px;
}
.pd_detail p {
    font-size: 14px;
	padding:0 10px 4px;
}
.pd_detail p span{
    font-size: 12px;
}
.pd_detail .info {
	height:114px;
}
.pd_desc .brief {
	font-size:16px;
	padding: 16px 10px 10px 10px;
	height:280px;
}
.pd_desc .brief p{
    font-size: 16px;
}
}

@media (max-width: 991px){
.main.product {
	margin-top:64px;
    background-image: url(img/page-product-bg-xs.jpg);
    background-position: top -130px center;
    background-repeat: repeat-y;
}
.main.product #sec-bottom {
    background-image: url(img/page-product-footer_bg-xs.png);
    background-position: top center;
}
#collection .section-heading {
        margin-top: 32px;
        margin-bottom: 20px;
}
#collection .wrapper {
    max-width: 600px;
}
.pd_tabs {
    /*padding-top: 32px;*/
    padding-bottom: 24px;
}
.pd_tabs .list .scroll{
	width: 112px;
    height: 53px;
}
.product_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 36px;
}
}

@media (max-width: 640px){	
#collection .section-heading {
        margin-top: 32px;
        margin-bottom: 10px;
}
#collection .wrapper {
    max-width: 100%;
}
.pd_tabs {
   /* padding-top: 10px;*/
    padding-bottom: 20px;
}
.pd_tabs ul li {
    padding: 8px 6px 6px;
}
.pd_tabs .list .scroll{
	width: 78px;
    height: 37px;
	font-size:16px;
    padding-bottom: 2px;
}
.product_content {
    grid-template-columns: repeat(1, 300px);
	justify-content: center;
    gap: 42px 0px;
}
.pd_title {
    height: auto;
}
.pd_desc .brief {
	height: auto;
}

}

@media (max-width: 380px) {
    .pd_tabs ul li {
        padding: 8px 4px 6px;
    }
}


/*--------------------------------------------------------------
pagination
--------------------------------------------------------------*/
.hidden {
  display: none;
}

#pagination {
  position:relative;
  margin-top:3rem;
}
.pagination-container {
   position:relative;
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    padding: 0rem 0;
    justify-content: center;
}

.pagination-number,
.pagination-button{
  font-size: 1.35rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
  color: #000;
  text-align:center;
  	font-family: 'Noto Serif SC', serif;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-button.disabled {
	opacity:0.3;
}

.pagination-number.active {
  color: #fff;
  background: #000;
}
