@charset "utf-8";

/*--------------------------------------------
■［Coming Soon］
--------------------------------------------*/
section#comingsoon {
	padding-top: 70px;
	padding-bottom: 100px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
article#about {
	display: flex;
	margin-bottom: 40px;
}
article#about div#about-title {
	width: 300px;
}
article#about div#about-title h1 {
	font-size: 38px;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
html[lang="ko"] article#about div#about-title h1,
html[lang="zh-CN"] article#about div#about-title h1,
html[lang="zh-TW"] article#about div#about-title h1 {
	font-size: 34px;
}
article#about div#about-title h2 {
	padding-top: 100%;
	height: 0;
	width: 100%;
	border-radius: 50%;
	background-color: #F9E842;
	overflow: hidden;
	position: relative;
	text-align: center;
}
article#about div#about-title h2 strong {
	position: absolute;
	left: 0;
	right: 0;
	top: 2.6em;
	font-size: 32px;
}
article#about div#about-title h2 span {
	position: absolute;
	left: 0;
	right: 0;
	top: 7em;
	font-size: 20px;
}
article#about div#about-text {
	width: calc(100% - 350px);
	margin-left: auto;
	padding-top: 10px;
}
article#about div#about-text p {
	line-height: 2;
	font-size: 1.06em;
}
article#museum ul {
	display: flex;
	flex-wrap: wrap;
}
article#museum ul > li {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}
article#museum ul > li:nth-child(1),
article#museum ul > li:nth-child(5) {
	flex-direction: row-reverse;
	align-items: flex-start;
}
article#museum ul > li:nth-child(3) {
	flex-direction: column-reverse;
	align-items: flex-start;
	padding: 40px 0;
}
article#museum ul > li:nth-child(6),
article#museum ul > li:nth-child(4),
article#museum ul > li:nth-child(2) {
	margin-left: auto;
}
html[lang="en"] article#museum ul > li:nth-child(6) {
	padding-top: 60px;
}
article#museum ul > li:nth-child(4),
article#museum ul > li:nth-child(2) {
	padding-bottom: 40px;
}
article#museum ul > li h3 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
}
article#museum ul > li:nth-child(5) h3,
article#museum ul > li:nth-child(3) h3,
article#museum ul > li:nth-child(1) h3 {
	align-items: flex-start;
}
article#museum ul > li:nth-child(3) h3 {
	position: relative;
	padding-left: 100px;
}
article#museum ul > li h3 img {
	height: 80px;
	width: 80px;
	object-fit: contain;
}
article#museum ul > li:nth-child(1) h3 img {
	width: 120px;
}
article#museum ul > li:nth-child(3) h3 img {
	position: absolute;
	left: 0;
	top: 0;
}
article#museum ul > li h3 strong {
	font-size: 24px;
	line-height: 1.3;
}
article#museum ul > li:nth-child(1) h3 strong {
	color: #BC9912;
	margin-right: -500px;
}
article#museum ul > li:nth-child(2) h3 strong {
	color: #92AB30;
	margin-left: -500px;
	text-align: right;
}
article#museum ul > li:nth-child(3) h3 strong {
	color: #A9A773;
	margin-right: -500px;
}
article#museum ul > li:nth-child(4) h3 strong {
	color: #DB7C7C;
	margin-left: -500px;
	text-align: right;
}
article#museum ul > li:nth-child(5) h3 strong {
	color: #595757;
	margin-right: -500px;
}
article#museum ul > li:nth-child(6) h3 strong {
	color: #65908D;
	white-space: nowrap;
	margin-left: -500px;
	text-align: right;
}
article#museum ul > li h3 span {
	font-size: 18px;
	line-height: 1.3;
}
article#museum ul > li:nth-child(6) h3 span,
article#museum ul > li:nth-child(4) h3 span,
article#museum ul > li:nth-child(2) h3 span {
	text-align: right;
	margin-left: -500px;
}
article#museum ul > li h3 sub {
	font-size: 12px;
	vertical-align: inherit;
	line-height: 1;
}
article#museum ul > li p.photo img {
	height: 340px;
	width: auto;
}
article#museum ul > li:nth-child(3) p.photo img {
	height: 200px;
	width: auto;
}
article#museum p#translation {
	margin-top: 2em;
	text-align: right;
}
article#museum p#translation span {
	border: 1px solid #4472C4;
	padding: 0.5em 0.75em;
	line-height: 1;
	display: inline-block;
}


/*--------------------------------------------
■［レスポンシブ］
--------------------------------------------*/

@media screen and (max-width: 1160px) {
	article#museum ul > li {
		max-width: 50%;
	}
	article#museum ul > li:nth-child(6) h3 strong {
		white-space: inherit;
		margin-left: 0;
	}
	article#museum ul > li p.photo img {
		height: auto;
		width: 20vw;
	}
	article#museum ul > li:nth-child(3) p.photo img {
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 820px) {
		section#comingsoon {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	article#about {
		display: block;
	}
	article#about div#about-title {
		width: auto;
	}
	article#about div#about-title h1 {
		font-size: 24px !important;
	}
	article#about div#about-title h2 {
		width: 240px;
		padding-top: 240px;
		margin: 0 auto;
	}
	article#about div#about-title h2 strong {
		top: 3.6em;
		font-size: 20px;
	}
	article#about div#about-title h2 span {
		font-size: 16px;
	}
	article#about div#about-text {
		width: auto;
	}
	article#about div#about-text p {
		line-height: 2;
		font-size: 1em;
	}
	article#museum ul {
		flex-direction: column;
		gap: 40px;
	}
	article#museum ul > li {
		max-width: inherit;
	}
	article#museum ul > li:nth-child(6),
	article#museum ul > li:nth-child(5),
	article#museum ul > li:nth-child(4),
	article#museum ul > li:nth-child(3),
	article#museum ul > li:nth-child(2),
	article#museum ul > li:nth-child(1),
	article#museum ul > li {
		align-items: flex-end;
		gap: 15px;
		flex-direction: row-reverse;
		align-items: flex-start;
		margin: 0;
		flex-direction: column;
		padding: 0 !important;
	}
	article#museum ul > li:nth-child(6) h3,
	article#museum ul > li:nth-child(5) h3,
	article#museum ul > li:nth-child(4) h3,
	article#museum ul > li:nth-child(3) h3,
	article#museum ul > li:nth-child(2) h3,
	article#museum ul > li:nth-child(1) h3 {
		position: relative;
		padding-left: 80px;
		min-height: 70px;
		align-items: flex-start;
		justify-content: flex-end;
		gap: 5px;
	}
	article#museum ul > li:nth-child(6) h3 img,
	article#museum ul > li:nth-child(5) h3 img,
	article#museum ul > li:nth-child(4) h3 img,
	article#museum ul > li:nth-child(3) h3 img,
	article#museum ul > li:nth-child(2) h3 img,
	article#museum ul > li:nth-child(1) h3 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 70px;
		height: 70px;
		object-fit: contain;
	}
	article#museum ul > li h3 strong {
		font-size: 20px;
	}
	article#museum ul > li:nth-child(6) h3 strong,
	article#museum ul > li:nth-child(5) h3 strong,
	article#museum ul > li:nth-child(4) h3 strong,
	article#museum ul > li:nth-child(3) h3 strong,
	article#museum ul > li:nth-child(2) h3 strong,
	article#museum ul > li:nth-child(1) h3 strong {
		white-space: inherit;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
	article#museum ul > li h3 strong br {
		display: none;
	}
	article#museum ul > li h3 span {
		font-size: 16px;
		display: block;
	}
	article#museum ul > li:nth-child(6) h3 span,
	article#museum ul > li:nth-child(5) h3 span,
	article#museum ul > li:nth-child(4) h3 span,
	article#museum ul > li:nth-child(3) h3 span,
	article#museum ul > li:nth-child(2) h3 span,
	article#museum ul > li:nth-child(1) h3 span {
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
	article#museum ul > li h3 sub {
		display: block;
		margin-top: 0.3em;
		line-height: 1.3;
	}
	article#museum ul > li h3 span br,
	article#museum ul > li h3 sub br {
		display: none;
	}
	article#museum ul > li p.photo {
		max-width: 480px;
		margin: 0 auto;
	}
	article#museum ul > li:nth-child(6) p.photo img,
	article#museum ul > li:nth-child(5) p.photo img,
	article#museum ul > li:nth-child(4) p.photo img,
	article#museum ul > li:nth-child(3) p.photo img,
	article#museum ul > li:nth-child(2) p.photo img,
	article#museum ul > li:nth-child(1) p.photo img,
	article#museum ul > li p.photo img {
		width: 100%;
		height: auto;
	}

}