@charset "UTF-8";

/* ----------------------------------------------------
	precious
---------------------------------------------------- */
.precious {
	padding: 110px 20px 0;
	text-align: center;
}

.precious__title {
	margin-bottom: 1em;
	font-family: var(--shippori);
	font-size: 38px;
}

.precious__lead {
	margin-bottom: 4em;
}

.precious__lead::before,
.precious__lead::after {
	position: absolute;
	content: "";
}

.precious__lead::before {
	background: url(../img/precious-deco1.webp);
	background-size: cover;
	width: 156px;
	height: 98px;
	bottom: 2em;
	left: 7.5%;
}

.precious__lead::after {
	background: url(../img/precious-deco2.webp);
	background-size: cover;
	width: 217px;
	height: 215px;
	top: -3em;
	right: 5%;
}

.precious__lead--tag {
	margin-bottom: 1em;
}

.precious__lead--tag a {
	color: rgb(var(--red));
	font-size: 24px;
	font-weight: bold;
}

.precious__lead--text .text {
	line-height: 2.5;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.precious {
		padding: 14.93333vw 0 0;
		text-align: center;
	}

	.precious__title {
		font-size: 6.13333vw;
	}

	.precious__lead::before {
		width: 16vw;
		height: 10.13333vw;
		top: 0;
		bottom: auto;
		left: 3.2vw;
	}

	.precious__lead::after {
		width: 22.13333vw;
		height: 21.86667vw;
		top: auto;
		bottom: -20vw;
		right: 6.4vw;
	}

	.precious__lead--tag a {
		font-size: 4.8vw;
	}

	.precious__lead--text .text {
		line-height: 2;
		font-size: 4.26667vw;
		text-align: left;
	}
}

/*
	precious__mainTitle
	precious__list
------------------------------ */
.precious__mainTitle {
	margin-bottom: 60px;
	line-height: 1.5;
	color: rgb(var(--light-gry));
	font-family: var(--mr-eaves);
	font-size: 110px;
	font-weight: normal;
	border-bottom: solid 1px rgb(var(--blk));
	position: relative;
}

.precious__list {
	margin: 0 auto;
	max-width: 1150px;
}

.precious__list--item {
	margin-bottom: 60px;
	display: none;
}

.precious__list--item:not(:last-of-type) {
	padding-bottom: 60px;
	border-bottom: solid 1px rgb(var(--blk));
}

.precious__list--item .inner {
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.precious__list--item .list__details {
	width: 60%;
}

.precious__list--item .list__details .item-header {
	margin-bottom: 1em;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.precious__list--item .list__details .item-header .number {
	line-height: 1;
	color: rgb(var(--red));
	font-family: var(--mr-eaves);
	font-size: 110px;
}

.precious__list--item .list__details .item-header .wrap {
	margin-left: 1em;

}

.precious__list--item .list__details .item-header .wrap .date {
	margin-bottom: 0.25em;
	font-family: var(--mr-eaves);
	font-size: 20px;
}

.precious__list--item .list__details .item-header .wrap .category {
	padding: 0.25em 0;
	width: 190px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	border: solid 1px rgb(var(--blk));
}

.precious__list--item .list__images {
	width: 26%;
}

.load-more {
	margin-bottom: 60px;
}

.load-more span {
	background: rgb(var(--yel));
	margin: 0 auto;
	width: 510px;
	height: 95px;
	color: rgb(var(--wht));
	font-size: 25px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
	position: relative;
	cursor: pointer;
}

.load-more span:hover {
	opacity: 0.7;
}

.load-more span::before,
.load-more span::after {
	background: rgb(var(--wht));
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%);
	content: "";
}

.load-more span::after {
	transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
	.precious__mainTitle {
		margin-bottom: 8vw;
		font-size: 10.66667vw;
	}

	.precious__list {
		padding: 0 3.2vw;
	}

	.precious__list--item {
		margin-bottom: 8vw;
	}

	.precious__list--item:not(:last-of-type) {
		padding-bottom: 8vw;
	}

	.precious__list--item .inner {
		display: block;
	}

	.precious__list--item .list__details {
		margin-bottom: 1em;
		width: 100%;
	}

	.precious__list--item .list__details .item-header .number {
		font-size: 26.66667vw;
	}

	.precious__list--item .list__details .item-header .wrap .date {
		font-size: 4.8vw;
	}

	.precious__list--item .list__details .item-header .wrap .category {
		width: 48vw;
	}

	.precious__list--item .list__images {
		margin: 0 auto;
		width: 75%;
	}

	.load-more {
		margin-bottom: 8vw;
		padding: 0 3.2vw;
	}

	.load-more span {
		width: 100%;
		height: 16vw;
		font-size: 5.86667vw;
	}

	.load-more span::before,
	.load-more span::after {
		width: 4.8vw;
		right: 1em;
	}
}

/*
	precious__link
------------------------------ */
.precious__link {
	padding: 4em 0;
	border-top: solid 1px rgb(var(--blk));
	border-bottom: solid 1px rgb(var(--blk));
}

.precious__link--list {
	margin: 0 auto 8em;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
}

.precious__link--list .linkBtn {
	width: 48%;
}

.precious__link--list .linkBtn a {
	background: rgb(var(--yel));
	width: 100%;
	height: 95px;
	color: rgb(var(--wht));
	font-size: 25px;
	font-weight: bold;
	border-radius: 95px;
}

@media screen and (max-width: 768px) {
	.precious__link {
		padding: 4em 0;
		border-top: solid 1px rgb(var(--blk));
		border-bottom: solid 1px rgb(var(--blk));
	}

	.precious__link--list {
		margin-bottom: 4em;
		padding: 0 3.2vw;
		display: block;
	}

	.precious__link--list .linkBtn {
		width: 100%;
	}

	.precious__link--list .linkBtn:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.precious__link--list .linkBtn a {
		height: 16vw;
		font-size: 5.86667vw;
		border-radius: 16vw;
	}
}

/*
	precious__address
------------------------------ */
.precious__address {
	margin-bottom: 2rem;
	text-align: center;
}

.precious__address--title {
	margin-bottom: 2rem;
	font-size: 42px;
}

.precious__address address {
	margin-bottom: 2em;
}

.precious__address--detail {
	font-size: 18px;
	display: flex;
	justify-content: center;
}

.precious__address--detail .text {
	margin: 0 1rem;
}

.precious__address--detail .text .tel {
	color: rgb(var(--blk));
	text-decoration: none;
}

.precious .sns {
	margin-bottom: 4rem;
	display: flex;
	justify-content: center;
}

.precious .sns__item {
	margin: 0 1rem;
}

@media screen and (max-width: 768px) {
	.precious__address--title {
		font-size: 8vw;
	}

	.precious__address--detail {
		font-size: 4.26667vw;
		display: block;
	}

	.precious__address--detail .text {
		margin: 0;
	}
}

@media screen and (max-width: 768px) {}

/*
	notes
------------------------------ */
.precious .list.notes {
	margin: 2em 0;
	text-align: left;
	display: flex;
}

.precious .list.notes li {
	margin-right: 1em;
}

@media screen and (max-width: 768px) {
	.precious .list.notes {
		margin: 2em 0 0;
		display: block;
	}

	.precious .list.notes li {
		margin-right: 0;
	}
}