@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.kv {
	position: relative;
	height: 100vh;
	width: 100%;
}
.kv::before {
    content: "";
    background: url(../img/kv.jpg) no-repeat center / cover;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
/* ---- h1 ---- */
h1 {
	font-weight: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 7rem;
	font-family: var(--font-shippori);
	line-height: 1;
	z-index: 10;
	letter-spacing: 0.2em;
}
h1 span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
h1 span i {
	font-size: 1.1rem;
	font-family: var(--font-bodoni);
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {

}



/* -------------------------------------------

artist

------------------------------------------- */
article {
	background: #fff;
	padding-bottom: 10rem;
}
article > p {
	padding: 6rem 0;
	font-size: 1.2rem;
	border-bottom: solid 0.1rem #000;
	text-align: center;
}
article > p strong {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
	display: block;
	margin-bottom: 0.75rem;
}
article > p span {
	display: block;
}
@media screen and (max-width: 768px) {
	article {
		padding-bottom: 0;
	}
	article > p {
		padding: 4rem 3rem;
		font-size: 1.4rem;
		border-bottom: none;
		text-align: left;
	}
	article > p strong {
		font-size: 2.4rem;
		margin-top: 0.4rem;
	}
}
.artist {
	padding: 6rem 0;
}
.artist-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	font-family: var(--font-shippori);
}
.artist-list li {
	width: calc(100% / 3);
}
.artist-list a {
	display: flex;
	align-items: center;
	padding: 1.8rem 2rem;
	position: relative;
}
.artist-list li.current a {
	color: #fff;
	opacity: 1;
	background: url(../img/current.png) no-repeat center right 1.8rem;
	background-size: auto 3rem;
	background-color: #333;
	position: relative;
}
.artist-list li a::before {
	content: "";
	opacity: 1;
	width: 0;
	height: 0;
	border-left: 0.6rem solid transparent;
	border-bottom: 0.7rem solid #48a1a3;
	position: absolute;	
	right: 0;
	bottom: 0;
}
.artist-list li.current a::before {
	display: none;
}
.artist-list a:hover {
	color: #48a1a3;
	opacity: 1;
	background-color: rgba(0,0,0,0.06);
}
.artist-list a img {
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	object-fit: cover;
}
.artist-list a p {
	width: calc(100% - 6.4rem);
	padding-left: 2rem;
	display: flex;
	flex-direction: column;
	line-height: 1;
	letter-spacing: 0.3em;
}
.artist-list a p .en {
	font-family: var(--font-bodoni);
	font-size: 1rem;
	margin-bottom: 0.7rem;
}
.artist-list a p .jp {
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.artist {
		padding: 0;
	}
	.artist-list li {
		width: 50%;
		border-bottom: solid 0.1rem #333;
	}
	.artist-list li:nth-child(1),
	.artist-list li:nth-child(2) {
		border-top: solid 0.1rem #333;
	}
	.artist-list li:nth-child(1),
	.artist-list li:nth-child(3),
	.artist-list li:nth-child(5) {
		border-right: solid 0.1rem #333;
	}
	.artist-list a {
		padding: 1.5rem 1.2rem;
	}
	.artist-list li a::before {
		border-left: 1rem solid transparent;
		border-bottom: 1rem solid #48a1a3;
	}
	.artist-list li.current a {
		background: url(../img/current.png) no-repeat center right 1rem;
		background-size: auto 2.7rem;
		background-color: #333;
	}
	.artist-list a img {
		width: 4.5rem;
		height: 4.5rem;
	}
	.artist-list a p {
		width: calc(100% - 4.5rem);
		padding-left: 1.5rem;
	}
	.artist-list a p .en {
		font-size: 1rem;
		margin-bottom: 0.6rem;
		letter-spacing: 0.2em;
	}
	.artist-list a p .jp {
		font-size: 1.7rem;
	}
}



/* -------------------------------------------

work

------------------------------------------- */
.work {
	padding: 6rem 0 8rem 0;
	background: #fafafa;
	border-bottom: solid 0.1rem #000;
	position: relative;
}
.work h2 {
	font-weight: normal;
	text-align: center;
	line-height: 1;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3rem;
}
.work h2 span {
	font-size: 1.2rem;
	background: #000;
	color: #fff;
	margin-bottom: 1.2rem;
	padding: 0.4rem 2rem 0.4rem 2.15rem;
}
.work h2::after {
	content: "";
	width: 8rem;
	height: 0.1rem;
	background-color: #000;
	margin-top: 2rem;
}
.work h2.bodoni {
	font-family: var(--font-bodoni);
}
.work h2.shippori {
	font-family: var(--font-shippori);
}
.work h2 i {
	display: block;
	font-size: 1.2rem;
	margin-top: 1.5rem;
	line-height: 1.6;
}
.work .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto 4rem auto;
}
.work .wrap figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}
.work .wrap figure img {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	object-fit: cover;
}
.work .wrap figure figcaption {
	text-align: center;
	margin-top: 0.4rem;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
}
.work .wrap p {
	font-size: 1.2rem;
	font-family: var(--font-shippori);
	text-align: center;
}
@media screen and (max-width: 768px) {
	.work {
		padding: 8rem 2rem;
		border-bottom: none;
	}
	.work h2 {
		font-size: 4rem;
	}
	.work h2::after {
		display: none;
	}
	.work h2.adjust {
		font-size: 2.7rem;
	}
	.work .wrap {
		margin: 0 auto 3rem auto;
	}
	.work .wrap figure img {
		width: 12rem;
		height: 12rem;
	}
	.work .wrap figure figcaption {
		font-size: 1.5rem;
	}
	.work .wrap p {
		font-size: 1.5rem;
		text-align: left;
	}
}



/* -------------------------------------------

gallery-list

------------------------------------------- */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.gallery-list li {
	width: 24%;
	margin-right: calc(4% / 3);
}
.gallery-list li:nth-child(4n) {
	margin-right: 0;
}
.gallery-list li img {
	height: 24rem;
	object-fit: cover;
}
.gallery-list li a {
	position: relative;
}
.gallery-list li i {
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
	color: #fff;
	z-index: 1;
	font-size: 1.8rem;
}
.gallery-list li a span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0.7rem;
}
@media screen and (max-width: 768px) {
	.gallery-list {
		width: 100%;
		justify-content: space-between;
	}
	.gallery-list li {
		width: 49%;
		margin-right: 0;
	}
	.gallery-list li:nth-child(4n) {
		margin-right: 0;
	}
	.gallery-list li:nth-child(n + 3) {
		margin-top: 2%;
	}
	.gallery-list li img {
		height: 24rem;
		object-fit: cover;
	}
}



/* -------------------------------------------

credit

------------------------------------------- */
.credit {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
	font-family: var(--font-bodoni);
}
.credit > * {
	width: 50%;
}
.credit > * {
	padding: 0 1rem;
}
.credit > dt {
	text-align: right;
}
.credit > *:not(:last-of-type) {
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	.credit {
		font-size: 1.2rem;
		margin-top: 2rem;
	}
	.credit > dt {
		width: 10rem;
	}
	.credit > dd {
		width: calc(100% - 10rem);
	}
	.credit > * {
		padding: 0;
	}
	.credit > dt {
		text-align: left;
	}
	.credit > *:not(:last-of-type) {
		margin-bottom: 1rem;
	}
}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 0 0 3rem 0;
}
footer .logo {
	width: 18rem;
	margin-bottom: 2rem;
}
footer .tel {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	line-height: 1;
}
footer .tel i {
	font-size: 1.2rem;
	margin-right: 0.2rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
	footer {
		padding: 6rem 0 3rem 0;
	}
	footer .logo {
		width: 18rem;
		margin-bottom: 2rem;
	}
	footer .tel {
		font-size: 2.6rem;
		line-height: 1;
	}
	footer .tel i {
		font-size: 1.6rem;
		margin-right: 0.5rem;
		margin-top: 0.8rem;
	}
}
address {
	font-size: 1.1rem;
	text-align: center;
	line-height: 2;
}
footer address {
	margin: 3rem 0;
}
footer small {
	display: block;
	font-size: 1rem;
}