@charset "UTF-8";

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

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

/* ----------------------------------------------------
 kv
---------------------------------------------------- */
.kv {
	background-color: #fff;
	padding: 8px 15px 15px;
}

.kv a {
	display: block;
	color: #000;
	font-size: 13px;
	text-align: right;
	margin-top: 15px;
	position: relative;
}
.kv a::after {
	content: '▶︎';
	display: inline-block;
	margin-left: 5px;
	transform: rotate(90deg);
}

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

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

/* ----------------------------------------------------
 lead
---------------------------------------------------- */
.lead {}

.txt-area {
	font-size: 15px;
	border-bottom: 1.5px solid #000;
	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: inherit;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	bottom: 12px;
	right: 0px;
}

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

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

}

.contents h2 {
	width: 85%;
	margin: 20px auto;
	margin-left: 40px;
}

.lead-title {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 40px;
	width: 170px;
	height: 30px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.period {
	margin-bottom: 20px;
}

.period .date {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 5px;
}

.Artists .txt {
	font-size: 15px;
	line-height: 25px;
}

.part {
	margin-top: 20px;
	position: relative;
}

.part .check {
	width: 180px;
	position: absolute;
	top: 5px;
	right: 0;
}

.part .txt {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.part .list {
	display: flex;
	flex-wrap: wrap;
}

.part .list a {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	width: 50%;
	margin-bottom: 30px;
}
.part .list a::before {
	content: '＞';
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.part .list a {
		font-size: min(1.3rem, 3.467vw);
	}
}

.part .list a span {
	text-decoration: underline;
}

.exclusive {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 20px 10px;
	margin-top: 30px;
	position: relative;
}
.exclusive::before {
	content: '';
	background: url(../img/iconA.webp) no-repeat;
	background-size: 100%;
	display: block;
	width: 95px;
	height: 74px;
	position: absolute;
	top: -20px;
	left: -10px;
}
.exclusive::after {
	content: '';
	background: url(../img/iconB.webp) no-repeat;
	background-size: 100%;
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 3%;
	right: 20px;
}

.exclusive h2 {
	margin: 0 auto 30px;
}

.exclusive .txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.exclusive .lead-title {
	background: #d2f0eb;
	margin-top: 20px;
}

.exclusive .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.exclusive .list a {
	display: block;
	width: 48%;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {
	.exclusive .list a {
		font-size: min(1.2rem, 3.2vw);
	}
}

.exclusive .list a p {
	margin-top: 10px;
}
.exclusive .list a p::before {
	content: '＞';
	margin-right: 5px;
}

.exclusive .list a p span {
	text-decoration: underline;
}

.info {
	margin-top: 30px;
	position: relative;
}

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

.info .info-inner {
	font-size: 15px;
	font-weight: 400;	
}

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

.info .info-inner h4 {
	font-weight: 700;
	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: 335px;
	border-radius: 10px;
}

.footer {
	margin-top: 30px;
}

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

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

.footer .sns a {
	width: 34px;
	margin: 0 10px;
}

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

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

