@charset "UTF-8";
/* ============ RESET ============ */
@import url("https://fonts.googleapis.com/css?family=Anton");
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
 *font-size: 100%;
}
legend {
	color: #000;
}
article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
	display: block;
	margin: 0;
	padding: 0;
}
.cf:after, .pageMenu ul:after, .post:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}


/* ==================================================================================== C O M M O N */
* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 10px;
}
body {
	text-align: justify;
	max-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap:break-word;
}
a {
	text-decoration: none;
	color:#000;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}

#wrapper {
	font-size: 1.4rem;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	color: #231815;
	line-height: 1.3;
	overflow: hidden;
}
.inner {
	margin: 0 auto;
	width: 96%;
	max-width:1120px;
}

#masthead {
	padding: 3% 0 0 0;
}
#logo {
	display: inline-block;
	position:relative;
	z-index:1 !important;
}
/* Navigation */
#navigation ul {
	height: 41px;
	text-align: right;
	position: relative;
	top:-30px;
	border-bottom: 1px solid #eee;
	letter-spacing:1.5px;
}
#navigation li {
	display: inline-block;
	height: 35px;
	margin: 0 0 0 35px;
}
#navigation ul .insta {
	position:relative;
	top:1px;
}
#navigation ul .insta:hover {
	border-bottom:none;
}
#navigation li:hover, #navigation li.active {
	border-bottom: 1px solid #fd3a00;
}
#navigation li a {
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}
/* ==================================================================================== I N D E X */




.work_capture {
	padding:0 3.1% 15% 3.1%;
	margin-top:-30px;
}
.work_capture li {
	padding:1%;
	float:left;
	width:33.252999999%;
	height:33.252999999%;
}
/*.mosaic-block {
	margin:2.7% !important;
}
*/.mosaic-overlay .details {
	text-align: center;
}
.mosaic-overlay .details .title {
	margin-top: 50%;
	font-size: 1.6rem;
	letter-spacing:2px;
}


/* ==================================================================================== W O R K S */
.work_cont {
	padding:0 0 20%;
	width:100%;
}
picture img {
	margin:0 0 5%;
}
.work_cont p {
	margin:0 0 3%;
	letter-spacing:2px;
	line-height:170%;
	
}
.back {
	text-align:center;
	font-size:1.9rem;
	margin-bottom:10%;
}
.back img {
	width:5%;
	height:5%;
}
.hoge{
    display: flex;
}
.test{
    margin-left: 50px;
}

/* ==================================================================================== A B O U T */

about_cont {
	padding:0 3.1% 20% 3.1%;
	display: flex;
	justify-content: space-between;
	gap: 60px;
	flex-wrap: wrap;
}

.about_cont dl {
	width: 48%;
	height: auto;  /* or 必要に応じて指定 */
	float: none;
}

.about_cont dl dt {
	margin-bottom:3%;
	font-weight:bold;
}

.about_cont dl dd {
	margin-bottom:0.8%;
	color:#898989;
}
.about_cont dl dd a {
	margin-bottom:0.8%;
	color:#898989;
	text-decoration:underline;
}
.about_cont dl dd a:hover {
	text-decoration: none;
}

.copy {
	text-align: right;
	margin:0 0 15px;
	font-size:0.8em;
}
/* ==================================================================================== M O B I L E */

@media only screen and (max-width: 740px) {
#logo {
	position:relative;
	top:5px;
}
.about_cont dl {
	float:none;
	height:100% !important;
	margin-bottom:10%;
	width:100%;
}
.about_cont dl dt {
	margin-bottom:1%;
}

.about_cont dl dd {
	margin-bottom:0;
}

}
@media only screen and (max-width: 480px) {
#logo img{
	width:50%;
}
#navigation ul {
	position: relative;
	top:-40px;
}
#navigation li {
	margin: 0 0 0 5px;
	font-size:1rem;
	height:34px;
}
#navigation .insta img {
	width:60%;
	height:60%;
	position:relative;
	bottom:-7%;
}

.work_capture li {
	width:50%;
	height:50%;
}
.copy {
	font-size:0.7em;
}
}
/*# sourceMappingURL=style.css.map */
/* ==================================================================================== E X H I B I T I O N */
.exhibition-page .title-block {
  text-align: center;
  margin: 40px 0;
}
.exhibition-page .title-block h1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.exhibition-page .title-block h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.exhibition-page .title-block .when {
  font-size: 1.8rem;
}

.exhibition-page .keyvisual {
  text-align: center;
  margin: 30px 0;
}
.exhibition-page .keyvisual img {
  border: 12px solid #111;
}

.exhibition-page .announce {
  background: #e60012;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 40px auto;
  max-width: 800px;
}

.exhibition-page .details {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 1.6rem;
}
.exhibition-page .details dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px 16px;
}
.exhibition-page .details dt {
  font-weight: 700;
  color: #555;
}

.exhibition-page .map-block {
  margin-bottom: 60px;
}
.exhibition-page .map {
  width: 100%;
  height: 400px;
  border: 0;
}
/* ===== Exhibition: 説明文を通常表示に変更 ===== */
.exhibition-page .announce {
  background: none;       /* 背景色を消す */
  color: #111;            /* 黒文字 */
  text-align: left;       /* 左揃えに（センターにしたいなら center） */
  padding: 0;             /* 余白リセット */
  font-size: 1.6rem;      /* 本文サイズに調整 */
  font-weight: 400;       /* 太字解除 */
  margin: 20px auto 40px; /* 上下余白 */
  max-width: 720px;       /* 本文と同じ幅に */
  line-height: 1.8;       /* 読みやすい行間 */
}
/* ===== Exhibition: スマホでの空き対策（justify無効化） ===== */
.exhibition-page,
.exhibition-page .title-block,
.exhibition-page .title-block * ,
.exhibition-page .details dt,
.exhibition-page .details dd {
  text-align: left !important;     /* ← justifyを打ち消す */
  text-justify: auto;
}
/* 長い英大文字の不自然な折返し防止（任意） */
.exhibition-page .title-block h1,
.exhibition-page .title-block h2 {
  word-break: keep-all;
  letter-spacing: .02em;           /* 詰めすぎ回避の微調整（好みで調整） */
}

/* ついでにスマホ時のフォントサイズ微調整（任意） */
@media (max-width: 640px){
  .exhibition-page .title-block h1 { font-size: 3.0rem; }
  .exhibition-page .title-block h2 { font-size: 2.0rem; }
  .exhibition-page .details { font-size: 1.5rem; }
}
/* ===== Exhibition: タイトルは中央揃えに戻す ===== */
.exhibition-page .title-block,
.exhibition-page .title-block h1,
.exhibition-page .title-block h2,
.exhibition-page .title-block .when {
  text-align: center !important;
}




