@charset "UTF-8";

@media screen and (max-width: 768px) {}
/* ----------------------------------------------------
 site-wrap
---------------------------------------------------- */
.site-wrap {
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
	background: #fcfbfa;
	min-height: 100vh;
}

@media screen and (max-width: 768px) {
	.site-wrap {
		max-width: 100%;
	}
}

/* ----------------------------------------------------
 kv
---------------------------------------------------- */
.kv {
	position: relative;
}

.kv a {
	display: block;
	color: #000;
	font-size: 13px;
	position: absolute;
	bottom: 13px;
	right: 25px;
}
.kv a::after {
	content: '▶︎';
	display: inline-block;
	font-size: 10px;
	margin-left: 2px;
	transform: rotate(90deg);
}

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

/* ----------------------------------------------------
 site-wrap-inner
---------------------------------------------------- */
.site-wrap-inner {
	padding: 28px 20px;
}

.site-wrap-innerB {
	padding: 0 20px 28px;
}

/* ----------------------------------------------------
 lead
---------------------------------------------------- */
.bg-lead {
	background: #e6e6dc;
	padding: 20px;
}

.lead {}

.lead h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}

.txt-area {
	font-size: 15px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 25px;
	padding-bottom: 40px;
	position: relative;
}

.lead-more-text {
	display: none;
}

.more-btn {
	display: block;
	margin-left: auto;
	border: none;
	background: none;
	color: #000;
	font-family: var(--notoJP);
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	position: absolute;
	bottom: 12px;
	right: 0px;
}

.lead-btn-area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.lead-btn-area a {
	display: flex;
	align-items: center;
	background: #0e1f77;
	width: 50%;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	letter-spacing: 0;
	position: relative;
}

.lead-btn-area a::after {
	content: '▼';
	font-size: 8px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

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

/* ----------------------------------------------------
 contents
---------------------------------------------------- */
.contents {

}

.contents h2 {
	color: #0e1f77;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.contents h2::before,
.contents h2::after {
	content: '';
	display: inline-block;
	background-color: #0e1f77;
	width: 20px;
	height: 2px;
	vertical-align: middle;
}

.contents h2::before {
	margin-right: 10px;
}

.contents h2::after {
	margin-left: 10px;
}

.lead-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.lead-title span {
	display: inline-block;
	font-size: 22px;
	margin-top: 10px;
	background:linear-gradient(transparent 70%, #cfd2e4 70%);
}

.product {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.product-info {
	width: 49%;
}

.product-price {
	font-size: 15px;
	letter-spacing: 0;
}

.product-detail {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.3;
}

.product-description {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0;
}

.product-info .note {
	font-size: 12px;
	letter-spacing: 0;
}

.product-img {
	width: 160px;
	position: relative;
}
.product-img::after {
	content: '';
	background: url(../img/img-00.webp) no-repeat;
	background-size: 100%;
	display: block;
	width: 54px;
	height: 39px;
	position: absolute;
	top: -10px;
	left: -10px;
}

.product.typeB {
	display: flow-root;
}

.product.typeB .product-img {
	float: right;
	margin-left: 10px;
}

.product.typeB .product-info {
	width: auto;
}

.product-item {
	margin-bottom: 20px;
}

.product-item.last {
	margin-bottom: 0;
}

.border {
	background: #e6e6dc;
	width: 100%;
	height: 1.5px;
	position: relative;
	margin: 30px 0;
}
.border::before,
.border::after {
	content: '●';
	color: #e6e6dc;
	font-size: 6px;
	position: absolute;
	top: -3px;
}
.border::before {
	left: -1px;
}
.border::after {
	right: -1px;
}

.product-others {
	text-align: right;
	font-size: 15px;
}

.bg-col-gray {
	background: #e6e6dc;
}

.event-item {
	margin-top: 30px;
}

.event-date {
	background: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.event-date span {
	font-size: 12px;
}

.event-note {
	text-align: right;
	font-size: 12px;
	letter-spacing: 0;
}
.event-note::before {
	content: '*';
}

.event-title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 10px;
}

.event-title span {
	background:linear-gradient(transparent 70%, #cfd2e4 70%);
}

.event-description {
	font-size: 15px;
	letter-spacing: 0;
	margin-top: 5px;
}

.designer-stamp-fair-introduction {
	margin-bottom: 32px;
}

.designer-stamp-fair {
	background: #f9eeec;
	border-radius: 10px;
	margin-top: 20px;
	padding: 30px 8px;
	font-family: var(--notoJP);
}

.concurrent-event-label {
	color: #c85541;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.designer-stamp-fair-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.designer-stamp-fair-description {
	font-size: 15px;
	letter-spacing: 0;
	margin-top: 10px;
}

.exclusive-stamp-artists {
	margin-bottom: 32px;
}

.stamp-artist-section-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.stamp-artist-name-list {
	font-size: 15px;
	letter-spacing: 0;
	margin-top: 10px;
}

.stamp-sample-gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 15px;
}

.stamp-sample {
	width: 46%;
}

.stamp-sample-caption {
	margin-top: 5px;
}

.stamp-artist-name {
	font-size: 15px;
	letter-spacing: 0;
}

.info {
	font-family: var(--notoJP);
	position: relative;
}

.info.contents h2 {
	font-family: var(--times);
}

.info .info-img {
	width: 39%;
	position: absolute;
	top: 56px;
	right: 0;
}

.info .info-inner {
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
	letter-spacing: 0;
}

.info .info-inner h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
}

.info .info-inner h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	margin-top: 10px;
}

.info .info-inner p {
	margin-top: 5px;
}

.info .info-inner p span {
	font-weight: 700;
}

.info .map {
	margin-top: 20px;
}

.info .map iframe {
	width: 100%;
	height: 180px;
	border-radius: 10px;
}

.footer {
	font-family: var(--notoJP);
	padding: 0 20px 10px;
}

.footer .logo {
	width: 180px;
	margin: 0 auto;
}

.footer .sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	margin-top: 20px;
}

.footer .sns a {
	width: 20px;
}

.footer .sns a:last-child {
	width: 20px;
}

.footer .copy {
	border-top: 1px solid #000;
	font-size: 10px;
	font-weight: 400;
	text-align: right;
	margin-top: 15px;
	padding-top: 10px;
	letter-spacing: 0;
}
