@charset "utf-8";

/* タイトルエリア */
.titleArea {
	padding-top: 5vh;/*2*/
	padding-bottom: 7vh;
}

.mainCopy {
	font-size: 2.1vw;
	font-weight: 500;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 0.3em;
	text-align: center;
	line-height: 130%;
}

h1 {
	font-size: 3.4vw;
	font-weight: 500;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	line-height: 120%;

}

.smallEn {
	font-size: 1.5vw;
	text-align: center;
	padding-bottom: 1vh;
	font-weight: 400;
}

.subCopy {
	font-size: 1.8vw;
	font-weight: 500;
	color: #000;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 0.3em;
	text-align: center;
	line-height: 130%;
}

.dates {
	font-size: 1.3vw;
	font-weight: 500;
	text-align: center;
	margin-top: 1vw;
	padding-top: 0.9vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.red {
	color: #C00;
	font-size: 1.3vw;
	font-weight: 500;
}

.dates br.forSp {
	display: none;
}


/* 作品掲載 */
.artArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around; 
	align-items: center;
	margin-bottom: 1vw;
}

.artArea img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
	padding-bottom: 0.8vw;
}

.artArea img:hover {
	cursor: zoom-in;
}

/* サイズ（縦長） */
.oneFourSpMain {
	width: 38%;
	margin-bottom: 2.5vw;
}

.oneFourSpMain img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.oneFourSp1 {
	width: 24.5%;
	margin-bottom: 1vw;
}

.oneFourSp1 img {
	vertical-align: bottom;
	height: auto;
	width: 93%;
}

.imgCenter {
	text-align: center;
}

.spec {
	font-size: 1.1vw;
	line-height: 140%;
	background-image: url(../../n_exhibition/2025_template/images/Lupe.png);
	background-repeat: no-repeat;
	background-position: 0.3vw 0.3vw;
	background-size: 1.4vw;
	padding-left: 2em;
	padding-bottom: 0.5em;
}

.specRight {
	font-size: 1.2vw;
	line-height: 140%;
	margin-bottom: 6vw;
	text-align: right;
	width: 100%;
	padding-right: 0.8em;
}

/* 導入文 */
.introArea {
	width: 74%;
	margin-right: auto;
	margin-bottom: 8vw;
	margin-left: auto;
}

.subTtl {
	font-size: 2.6vw;
	font-weight: 900;
	color: #9F7C41;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 1vw;
}


.introTxt {
	font-size: 1.2vw;
	line-height: 200%;
	text-align: justify;
	margin-bottom: 1em;
}

.introTxtRight {
	font-size: 1.2vw;
	line-height: 150%;
	text-align: right;
}

/* プロフィールエリア */
.profileArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 1em;
	padding-top: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}

.profTtl {
	font-size: 1.2vw;
	line-height: 120%;
	font-weight: 600;
	width: 100%;
	padding-bottom: 1em;
}

.profBox {
	width: 31%;
}

.profBox_w {
	width: 35%;
}

ul.profList {
	padding-bottom: 2em;
	list-style-type: none;
}

ul.profList li {
	font-size: 1.1vw;
	line-height: 130%;
	padding-bottom: 0.2em;
}

ul.profList li.subTtl {
	font-size: 1vw;
	line-height: 130%;
	font-weight: 600;
}


@media screen and (max-width: 767.98px){ /*768-992*/

/* タイトルエリア */
.titleArea {
	padding-top: 6vh;
	padding-bottom: 7vh;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.mainCopy {
	font-size: 5vw;
	font-weight: 500;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 0.4em;
	text-align: center;
	line-height: 130%;
}

h1 {
	font-size: 8vw;
	font-weight: 500;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	line-height: 130%;

}

.smallEn {
	font-size: 4vw;
	text-align: center;
	padding-bottom: 1vh;
	font-weight: 400;
}

.subCopy {
	font-size: 4.8vw;
	font-weight: 500;
	color: #000;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 0.3em;
	text-align: center;
	line-height: 140%;
}

.dates {
	font-size: 4.3vw;
	font-weight: 500;
	text-align: center;
	margin-top: 2vw;
	padding-top: 3vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	line-height: 160%;
}

.red {
	color: #C00;
	font-size: 4.8vw;
	font-weight: 500;
}

.dates br.forSp {
	display: block;
}

.artTxt {
	font-size: 3.5vw;
	line-height: 130%;
}

/* 作品掲載 */
.artArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 8vw;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.artArea img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
	padding-bottom: 0.8vw;
}

.artArea img:hover {
	cursor: zoom-in;
}

/* サイズ（縦長） */
.oneFourSpMain {
	width: 73%;
	margin-bottom: 2.5vw;
}

.oneFourSpMain img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.oneFourSp1 {
	width: 46%;
	margin-bottom: 5vw;
}

.oneFourSp1 img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.imgCenter {
	text-align: center;
}

.spec {
	font-size: 3.3vw;
	line-height: 140%;
	background-image: url(../../n_exhibition/2025_template/images/Lupe.png);
	background-repeat: no-repeat;
	background-position: 0.3vw 0.8vw;
	background-size: 4vw;
	padding-left: 
; 	padding-bottom: 0.5em;
}

.specRight {
	font-size: 3vw;
	line-height: 140%;
	margin-bottom: 8vw;
	text-align: right;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0em;
}

/* 導入文 */
.introArea {
	width: 84%;
	margin-right: auto;
	margin-bottom: 20vw;
	margin-left: auto;
}

.subTtl {
	font-size: 4.6vw;
	font-weight: 900;
	color: #9F7C41;
	font-family: Noto Serif JP, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 2vw;
}


.introTxt {
	font-size: 3.5vw;
	line-height: 200%;
	text-align: justify;
	margin-bottom: 1em;
}

.introTxtRight {
	font-size: 3.5vw;
	line-height: 150%;
	text-align: right;
}

/* プロフィールエリア */
.profileArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 3em;
	padding-top: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20vw;
}

.profTtl {
	font-size: 4vw;
	line-height: 120%;
	font-weight: 600;
	width: 100%;
	padding-bottom: 1em;
}

.profBox {
	width: 100%;
}

.profBox_w {
	width: 100%;
}

ul.profList {
	padding-bottom: 0em;
	list-style-type: none;
}

ul.profList li {
	font-size: 3.5vw;
	line-height: 130%;
	padding-bottom: 0.2em;
}

ul.profList li.subTtl {
	font-size: 3.5vw;
	line-height: 130%;
	font-weight: 600;
	margin-top: 1em;
}


}
