@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
/* ==================================================
	reset
================================================== */
html {
	box-sizing: border-box;
	height: auto; /*footer underneath*/
	-webkit-text-size-adjust: 100%;
	min-width:0;
}
body {
	margin: 0 !important;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	height: auto; /*footer underneath*/
	color: #000;
	width: 100%;
	margin-bottom: 1px;
	word-break: break-word;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
body * {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
dl, dt, dd,
form, input,
blockquote {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	image-rendering: -webkit-optimize-contrast;
}
ul li img {
	vertical-align: middle;
}
li,
dt,
dd {
	line-height: 1.6;
}
form,
input,
select {
	font-size: 100%;
}
input {
	font-size: 12px;
	padding: 10px 5px;
}
input[type="checkbox"] {
	margin: 0 3px 0 0;
	top: 1px;
  position: relative;
}
input[type="radio"] {
	margin: 0 5px 0 0;
	top: 1px;
  position: relative;
}
label {
	font-size: 14px;
	white-space: nowrap;
}
@media screen and (max-width:1100px) {
	label {
		white-space: initial;
	}
}
a:link,
a.skip {
	background-color: transparent;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus {
	color: #006bb4;
	text-decoration: underline;
}
/* a:visited {
	color: #252c71;
} */
a img {
	transition: .3s;
}
img {
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
}
[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer;
}
.font-s {
	font-size: 80%;
}
.font-ss {
	font-size: 70%;
}
/* ==================================================
	display
================================================== */
.pcOnly {
	display: initial;
}
@media screen and (max-width:1100px) {
	.pcOnly {
		display: none;
	}
}
.spOnly {
	display: none;
}
@media screen and (max-width:1100px) {
	.spOnly {
		display: initial;
	}
}
.none {
	display: none;
}
/* ==================================================
	text align
================================================== */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/* ==================================================
	font weight
================================================== */
.bold {
	font-weight: bold;
}
/* ==================================================
	margin
================================================== */
.mt_00 {
	margin-top: 0px !important;
}
.mt_10 {
	margin-top: 10px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_40 {
	margin-top: 40px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.mt_60 {
	margin-top: 60px !important;
}
.mt_70 {
	margin-top: 70px !important;
}
.mt_80 {
	margin-top: 80px !important;
}
.mt_90 {
	margin-top: 90px !important;
}
.mt_100 {
	margin-top: 100px !important;
}

.mr_00 {
	margin-right: 0px !important;
}
.mr_10 {
	margin-right: 10px !important;
}
.mr_20 {
	margin-right: 20px !important;
}
.mr_30 {
	margin-right: 30px !important;
}
.mr_40 {
	margin-right: 40px !important;
}
.mr_50 {
	margin-right: 50px !important;
}
.mr_60 {
	margin-right: 60px !important;
}
.mr_70 {
	margin-right: 70px !important;
}
.mr_80 {
	margin-right: 80px !important;
}
.mr_90 {
	margin-right: 90px !important;
}
.mr_100 {
	margin-right: 100px !important;
}

.ml_00 {
	margin-left: 0px !important;
}
.ml_10 {
	margin-left: 10px !important;
}
.ml_20 {
	margin-left: 20px !important;
}
.ml_30 {
	margin-left: 30px !important;
}
.ml_40 {
	margin-left: 40px !important;
}
.ml_50 {
	margin-left: 50px !important;
}
.ml_60 {
	margin-left: 60px !important;
}
.ml_70 {
	margin-left: 70px !important;
}
.ml_80 {
	margin-left: 80px !important;
}
.ml_90 {
	margin-left: 90px !important;
}
.ml_100 {
	margin-left: 100px !important;
}

.mb_00 {
	margin-bottom: 0px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_50 {
	margin-bottom: 50px !important;
}
.mb_60 {
	margin-bottom: 60px !important;
}
.mb_70 {
	margin-bottom: 70px !important;
}
.mb_80 {
	margin-bottom: 80px !important;
}
.mb_90 {
	margin-bottom: 90px !important;
}
.mb_100 {
	margin-bottom: 100px !important;
}
@media only screen and (max-width: 1100px) {
	.mt_00_sp {
		margin-top: 0px !important;
	}
	.mt_10_sp {
		margin-top: 10px !important;
	}
	.mt_20_sp {
		margin-top: 20px !important;
	}
	.mt_30_sp {
		margin-top: 30px !important;
	}
	.mt_40_sp {
		margin-top: 40px !important;
	}
	.mt_50_sp {
		margin-top: 50px !important;
	}
	.mt_60_sp {
		margin-top: 60px !important;
	}
	.mt_70_sp {
		margin-top: 70px !important;
	}
	.mt_80_sp {
		margin-top: 80px !important;
	}
	.mt_90_sp {
		margin-top: 90px !important;
	}
	.mt_100_sp {
		margin-top: 100px !important;
	}
	
	.mr_00_sp {
		margin-right: 0px !important;
	}
	.mr_10_sp {
		margin-right: 10px !important;
	}
	.mr_20_sp {
		margin-right: 20px !important;
	}
	.mr_30_sp {
		margin-right: 30px !important;
	}
	.mr_40_sp {
		margin-right: 40px !important;
	}
	.mr_50_sp {
		margin-right: 50px !important;
	}
	.mr_60_sp {
		margin-right: 60px !important;
	}
	.mr_70_sp {
		margin-right: 70px !important;
	}
	.mr_80_sp {
		margin-right: 80px !important;
	}
	.mr_90_sp {
		margin-right: 90px !important;
	}
	.mr_100_sp {
		margin-right: 100px !important;
	}
	
	.ml_00_sp {
		margin-left: 0px !important;
	}
	.ml_10_sp {
		margin-left: 10px !important;
	}
	.ml_20_sp {
		margin-left: 20px !important;
	}
	.ml_30_sp {
		margin-left: 30px !important;
	}
	.ml_40_sp {
		margin-left: 40px !important;
	}
	.ml_50_sp {
		margin-left: 50px !important;
	}
	.ml_60_sp {
		margin-left: 60px !important;
	}
	.ml_70_sp {
		margin-left: 70px !important;
	}
	.ml_80_sp {
		margin-left: 80px !important;
	}
	.ml_90_sp {
		margin-left: 90px !important;
	}
	.ml_100_sp {
		margin-left: 100px !important;
	}
	
	.mb_00_sp {
		margin-bottom: 0px !important;
	}
	.mb_10_sp {
		margin-bottom: 10px !important;
	}
	.mb_20_sp {
		margin-bottom: 20px !important;
	}
	.mb_30_sp {
		margin-bottom: 30px !important;
	}
	.mb_40_sp {
		margin-bottom: 40px !important;
	}
	.mb_50_sp {
		margin-bottom: 50px !important;
	}
	.mb_60_sp {
		margin-bottom: 60px !important;
	}
	.mb_70_sp {
		margin-bottom: 70px !important;
	}
	.mb_80_sp {
		margin-bottom: 80px !important;
	}
	.mb_90_sp {
		margin-bottom: 90px !important;
	}
	.mb_100_sp {
		margin-bottom: 100px !important;
	}
}

/* ==================================================
	list
================================================== */
ul li {
	margin-left: 2.5rem;
}

/* ==================================================
	col
================================================== */
.row {
	display: flex;
}
.row.spOnly {
	display: none;
}
.row_sidecenter {
	display: flex;
	align-items: center;
}
.row_warpcenter {
	display: flex;
	justify-content: center;
}
.row_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.col-1_6 {
	width: 16.6%;
}
.col-2_6 {
	width: 33%;
}
.col-3_6 {
	width: 49.6%;
}
.col-4_6 {
	width: 66%;
}
.col-5_6 {
	width: 82.6%;
}
.col-6_6 {
	width: 100%;
}

.col-1_6 img,
.col-2_6 img,
.col-3_6 img,
.col-4_6 img,
.col-5_6 img,
.col-6_6 img,
.col-1_5 img,
.col-2_5 img,
.col-3_5 img,
.col-4_5 img,
.col-5_5 img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.row.spOnly {
		display: flex;
	}
	.row.pcOnly {
		display: none;
	}
	.row_block_sp {
		display: block;
	}
	.col_reverse_sp {
		flex-direction: column-reverse;
	}
	.row_block_sp > .col-1_6,
	.row_block_sp > .col-2_6,
	.row_block_sp > .col-3_6,
	.row_block_sp > .col-4_6,
	.row_block_sp > .col-5_6,
	.row_block_sp > .col-6_6,
	.row_block_sp > .col-1_5,
	.row_block_sp > .col-2_5,
	.row_block_sp > .col-3_5,
	.row_block_sp > .col-4_5,
	.row_block_sp > .col-5_5 {
		width: 100% !important;
		margin-bottom: 5px;
	}
	.col-1_6_sp {
		width: 16.6%;
	}
	.col-2_6_sp {
		width: 33%;
	}
	.col-3_6_sp {
		width: 49.6%;
	}
	.col-4_6_sp {
		width: 66%;
	}
	.col-5_6_sp {
		width: 82.6%;
	}
	.col-6_6_sp {
		width: 100%;
	}
	.col-1_5_sp {
		width: 20%;
	}
	.col-2_5_sp {
		width: 40%;
	}
	.col-3_5_sp {
		width: 60%;
	}
	.col-4_5_sp {
		width: 80%;
	}
	.col-5_5_sp {
		width: 100%;
	}
}
/* ==================================================
	image
================================================== */
figure.wp-block-image img {
	max-width: 100%;
	height: auto;
}
/* ==================================================
	header
================================================== */
#header {
	position: sticky;
	position: -webkit-sticky;
  top: 0;
  width: 100%;
  background: #fff;
	z-index: 99;
}
#header .header_inner {
  display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 170px 0px 50px 0px;
	padding: 10px 5px;
	position: relative;
}
.logo {
	z-index: 99;
}
#header .flex_left{
	width: 30%;
	display: flex;
	align-items: center;
}
#header .flex_right{
	width: 70%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .flex_right ul li {
	display: inline-block;
	list-style: none;
}
#header .flex_right ul li ul {
	margin-left: 0;
}
#header .flex_right ul li ul li {
	margin-left: 10px;
}
#header .flex_right ul li ul li a {
	height: 100%;
}
#menu_pc {
	margin-right: 20px;
}
#menu_pc li {
	color: #949494 !important;
	position: relative;
	font-weight: bold;
	display: inline-block;
}
#menu_pc li.current a {
	color: #949494 !important;
}
#menu_pc li.current:before {
	position: absolute;
	top: -180px;
  left: 50%;
  width: 1px;
  height: 0px;
  background-color: #d5d5d5;
  content: "";
	animation: fadein_1 0.2s forwards linear;
	animation-delay: 0s;
}
@keyframes fadein_1 {
	0% {
			height: 0px;
			top: -300px;
	}

	100% {
			height: 176px;
			top: -180px;
	}
}
#menu_pc li.current:after {
	position: absolute;
	top: 30px;
  left: 50%;
  width: 1px;
  height: 0px;
	max-height: 97px;
  background-color: #d5d5d5;
  content: "";
	animation: fadein_2 0.2s forwards linear;
	animation-delay: 0.2s;
}
@keyframes fadein_2 {
	0% {
			height: 0px;
	}

	100% {
		height:  86px;
	}
}
#menu_pc li.current.was-scroll:after {
  content: none;
}
#menu_pc li.current.top-scroll:after {
	position: absolute;
	top: 30px;
  left: 50%;
  width: 1px;
  height: 0px;
	max-height: 97px;
  background-color: #d5d5d5;
  content: "";
	animation: fadein_2 0.2s forwards linear;
	animation-delay: 0s;
}
#menu_pc li img {
	margin-left: 5px;
	top: -2px;
	position: relative;
	vertical-align: top;
}
#menu_pc li a{
	height: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
	color: #000;
}
#menu_pc li a:hover{
	text-decoration: none;
	color: #949494;
	transition: 0.2s;
}
#menu_pc li a:after {
	position: absolute;
	top: -185px;
  left: 50%;
  width: 1px;
  height: 0px;
  background-color: #d5d5d5;
  content: "";
	transform: translateY(-185px);
	transition: 0.2s;
}
#menu_pc li a:hover:after {
	height: 180px;
	transform: translateY(0px);
	transition: 0.2s;
}
.menu_btn,
.header_menu_sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	#header .header_inner {
		margin: 60px 0px 25px 0px;
	}
	#header .flex_left{
		width: 100%;
	}
	#header #menu_pc {
		display: none;
	}
	#header .header_menu_sp.panelactive {
		display: block;
	}
	#header .header_menu_sp {
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		height: 100vh;
		width: 100%;
	}
	.header_menu_sp ul {
		margin-top: 150px;
	}
	.header_menu_sp ul li {
		display: block !important;
		list-style: none !important;
		margin-bottom: 20px;
		position: relative;
	}
	.header_menu_sp ul li a:after {
		content: "";
    width: 110px;
    height: 1px;
    display: inline-block;
    background-color: #d5d5d5;
    position: absolute;
    bottom: 0;
    left: 0;
		transform: translateX(-110px);
		transition: 0.2s;
	}

	.header_menu_sp ul li a:hover:after {
		content: "";
    width: 110px;
    height: 1px;
    display: inline-block;
    background-color: #d5d5d5;
    position: absolute;
    bottom: 0;
    left: 0;
		transform: translateX(0px);
	}

	.header_menu_sp ul li.current:after {
		content: "";
    width: 110px;
    height: 1px;
    display: inline-block;
    background-color: #d5d5d5;
    position: absolute;
    bottom: 0;
    left: 0;
	}
	.header_menu_sp ul li img {
		margin-left: 5px;
		top: 2px;
		position: relative;
		vertical-align: top;
	}
	.header_menu_sp ul li.current {
		color: #949494;
		font-weight: 400;
	}
	.header_menu_sp ul li a{
		height: 100%;
		font-weight: bold;
		display: inline-block;
		position: relative;
		overflow: hidden;
		text-decoration: none;
	}
	.header_menu_sp ul li a {
		color: #fff;
		font-weight: 400;
	}
	.header_menu_sp ul li a:hover{
		text-decoration: none;
		color: #949494;
		transition: 0.2s;
	}
	.header_menu_sp ul li ul {
		margin-top: 70px;
		display: flex;
	}
	.header_menu_sp ul li ul li {
		margin-top: 0px;
		margin-right: 20px;
	}
	.menu_btn{
		display: initial;
		top: 3px;
		right: 0;
		width: 43px;
		height: 35px;
		z-index: 100;
		position: absolute;
		cursor: pointer;
	}
	.menu_btn_line {
		position: relative;
	}
	.menu_btn_line span{
		left: 12px;
		height: 3px;
		width: 55%;
		display: inline-block;
		transition: all .4s;
		position: absolute;
		background: #000;
	}
	.menu_btn_line span:nth-of-type(1) {
		top: 8px; 
	}
	.menu_btn_line span:nth-of-type(2) {
		top: 17px;
	}
	.menu_btn_line span:nth-of-type(3) {
		top: 26px;
	}
	/*active*/
	.menu_btn.active .menu_btn_line span {
		background: #fff;
	}
	.menu_btn.active .menu_btn_line span:nth-of-type(1) {
		top: 11px;
		left: 10px;
		width: 60%;
		transform: translateY(6px) rotate(-45deg);
	}
	.menu_btn.active .menu_btn_line span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_btn.active .menu_btn_line span:nth-of-type(3){
		top: 23px;
		left: 10px;
		width: 60%;
		transform: translateY(-6px) rotate(45deg);
	}
}
/* ==================================================
	footer
================================================== */
#footer {
	position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
	padding: 150px 10px 15px 10px;
  background: #3b3b3b;
  z-index: 98;
}
#footer #pagetop {
	background-color: transparent;
	border: none;
	position: fixed;
	padding: 20px 15px;
	bottom: 0px;
	right: 0px;
}
#footer .copyright {
	color: #fff;
	font-size: 10px;
}

/* ==================================================
	loader
================================================== */
#loader_container {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 16px 12px -8px #00000020;
	z-index: 99;
}
.fadeOut {
	animation-name: fadeOut;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.loader {
  width: 40px;
  height: 40px;
  border: solid 4px;
  border-color: #000000 #00000010 #00000010 #00000010;
  position: relative;
  animation-name: stagger;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes stagger {
  25% {
    border-color: #00000010 #000000 #00000010 #00000010;
  }
  50% {
    border-color: #00000010 #00000010 #000000 #00000010;
  }
  75% {
    border-color: #00000010 #00000010 #00000010 #000000;
  }
}
/* ==================================================
	main
================================================== */
#main h1 {
	display: block;
	color: #d5d5d5;
	font-weight: 400;
	position: relative;
}
#main h1.title_profile:after {
	content: '';
	height: 1px;
	width: 0px;
	background-color: #d5d5d5;
	position: absolute;
	bottom: 21px;
	right: 553px;
	animation: fadein_profile 0.4s forwards linear;
	animation-delay: 0.4s;
}
@keyframes fadein_profile {
	0% {
		right: 553px;
		width: 0px;
	}

	100% {
		width: calc(100% - 553px);
		right: 553px;
	}
}
#main h1.title_profile.was-scroll:after {
  content: none;
}
#main h1.title_profile.top-scroll:after {
	content: '';
	height: 1px;
	width: 0px;
	background-color: #d5d5d5;
	position: absolute;
	bottom: 21px;
	right: 553px;
	animation: fadein_profile 0.4s forwards linear;
	animation-delay: 0.2s;
}
#main h1.title_profile img,
#main h1.title_artworks img,
#main h1.title_information img {
	z-index: 2;
	position: relative;
}
#main h1.title_artworks:after {
	content: '';
	height: 1px;
	width: 0px;
	background-color: #d5d5d5;
	position: absolute;
	bottom: 21px;
	right: 421px;
	animation: fadein_artworks 0.4s forwards linear;
	animation-delay: 0.4s;
}
@keyframes fadein_artworks {
	0% {
		right: 421px;
		width: 0px;
	}

	100% {
		width: calc(100% - 420px);
		right: 421px;
	}
}
#main h1.title_artworks.was-scroll:after {
  content: none;
}
#main h1.title_artworks.top-scroll:after {
	content: '';
	height: 1px;
	width: 0px;
	background-color: #d5d5d5;
	position: absolute;
	bottom: 21px;
	right: 421px;
	animation: fadein_artworks 0.4s forwards linear;
	animation-delay: 0.2s;
}
#main h1.title_information:after {
	content: '';
	height: 1px;
	width: 0px;
	background-color: #d5d5d5;
	position: absolute;
	bottom: 21px;
	right: 263px;
	animation: fadein_information 0.4s forwards linear;
	animation-delay: 0.4s;
}
@keyframes fadein_information {
	0% {
		right: 263px;
		width: 0px;
	}

	100% {
		width: calc(100% - 263px);
		right: 263px;
	}
}
#main h1.title_information.was-scroll:after {
  content: none;
}
#main h1.title_information.top-scroll:after {
	content: '';
	height: 1px;
	width: 0px;
	background-color: #d5d5d5;
	position: absolute;
	bottom: 21px;
	right: 263px;
	animation: fadein_information 0.4s forwards linear;
	animation-delay: 0.2s;
}
@media only screen and (max-width: 768px) {
	#main h1 {
		display: block;
		color: #d5d5d5;
		font-weight: 400;
		position: relative;
	}
	#main h1.title_profile:after,
	#main h1.title_artworks:after,
	#main h1.title_information:after {
		width: 100%;
		bottom: 21px;
		left: 0;
		right: initial;
		animation: none;
	}
}
.main_inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 150px 0;
}
@media only screen and (max-width: 1200px) {
	.main_inner {
		max-width: 768px;
	}
}
#main h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

/* ==================================================
	mainvisual
================================================== */
#mainvisual_pc li,
#mainvisual_sp li {
	margin-left: 0 !important;
	width: 100%;
}
#mainvisual_pc li img,
#mainvisual_sp li img {
	width: 100%;
	height: 100%;
}
#mainvisual_pc.slick-initialized .slick-slide,
#mainvisual_sp.slick-initialized .slick-slide {
	height: auto !important;
}
#mainvisual_sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	#mainvisual_pc {
		display: none;
	}
	#mainvisual_sp {
		display: initial;
	}
}
div:has(.artwork_slide) {
	position: relative;
}
.mv_play {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 20px;
	bottom: -15px;
}
@media only screen and (max-width: 768px) {
	.mv_play {
    right: 0px;
    bottom: -35px;
	}
}
/* ==================================================
	profile
================================================== */
.profile_img img {
	width: initial;
	max-width: 100% !important;
}
.profile .name,
.profile .name_en,
.profile .profession {
	display: block;
}
.profile {
	margin-bottom: 30px;
}
.profile .fullname {
	margin-top: 50px;
	margin-bottom: 30px;
}
.profile .name {
	font-size: 24px;
}
.profile .name_en {
	font-size: 18px;
}
.personal_record ul li,
.exhibition ul li {
	list-style: none;
	margin-left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.personal_record ul li span.year {
	width: 20%;
}
.personal_record ul li span.content {
	width: 80%;
}
@media only screen and (max-width: 768px) {
	.personal_record {
		margin-bottom: 40px;
	}
	.personal_record ul li {
		display: block;
	}
	.personal_record ul li span.year {
		display: block;
		width: 100%;
	}
	.personal_record ul li span.content {
		display: block;
		width: 100%;
	}
}
.exhibition ul li span.year {
	width: 10%;
}
.exhibition ul li span.content {
	width: 90%;
}
.exhibition ul li img {
	width: 13px;
	height: auto;
	margin: 0 5px 0 0;
}
.exhibition .one_man,
.exhibition .group{
	margin-bottom: 40px;
}
.flex_h2 {
	display: flex;
}
.exhibition .title {
	width: 15%;
	display: block;
}
.exhibition .theme {
	width: 85%;
	display: block;
}
@media only screen and (max-width: 768px) {
	.exhibition ul li {
		display: block;
	}
	.exhibition ul li span.year {
		display: block;
		width: 100%;
	}
	.flex_h2 {
		display: inline-block;
	}
	.exhibition .title {
		width: auto;
		display: inline-block;
	}
	.exhibition .theme {
		width: auto;
		display: inline-block;
	}
	.exhibition .theme .add {
		font-weight: 400;
		font-size: 14px;
	}
	.exhibition ul li span.content {
		width: 100%;
		display: block;
	}
}
/* ==================================================
	artworks
================================================== */
.artworks_list .row .col-3_6 {
	margin-bottom: 40px;
	border-bottom: solid 2px #949494;
}
.artworks_list .row .col-3_6 a.artwork {
	display: block;
	padding-bottom: 10px;
	height: 100%;
}
.artworks_list .row img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.artwork_detail h2,
.information_inner h2 {
	font-size: 20px !important;
	font-weight: 400;
	padding: 40px 0 0 20px;
	position: relative;
	margin-bottom: 30px !important;
}
.artwork_detail h2:after,
.information_inner h2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	width: 70px;
	height: 70px;
}
.artwork_detail h3 {
	font-family: 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP';
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
}
.artwork_detail h4 {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 35px;
}
.artwork_detail h3 + .artwork_detail h4 {
	margin-top: 0;
}
.artwork_detail .row .col-1_5 {
	width: 20%;
}
.artwork_detail .row .col-2_5 {
	width: calc(40% + 10px);
}
.artwork_detail .row .col-3_5 {
	width: calc(60% + 20px);
}
.artwork_detail .row .col-4_5 {
	width: calc(80% + 30px);
}
.artwork_detail .row .col-5_5 {
	width: 100%;
	text-align: center;
}
.artwork_detail .row .col-5_5 img {
	max-height: 1000px;
	width: auto;
	max-width: 100%;
}
@media only screen and (max-width: 1100px) {
	.artwork_detail .row .col-5_5 img {
		max-height: auto;
		width: 100%;
	}
}

.artwork_detail .modal_box > div {
	position: relative;
}
.artwork_detail .modal_box > div::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../artworks/images/icon_loupe.png);
	width: 35px;
	height: 35px;
}
.artwork_detail .modal_box > div.last::after {
	content: none;
}
@media only screen and (max-width: 768px) {
.last {
	display: none;
}
}

.artwork_detail .row .col-1_5:not(:first-child),
.artwork_detail .row .col-2_5:not(:first-child),
.artwork_detail .row .col-3_5:not(:first-child),
.artwork_detail .row .col-4_5:not(:first-child),
.artwork_detail .row .col-2_6:not(:first-child),
.artwork_detail .row .col-3_6:not(:first-child),
.artwork_detail .row .col-4_6:not(:first-child) {
	margin-left: 5px;
}
.artwork_detail .row .col-1_5:not(:last-child),
.artwork_detail .row .col-2_5:not(:last-child),
.artwork_detail .row .col-3_5:not(:last-child),
.artwork_detail .row .col-4_5:not(:last-child),
.artwork_detail .row .col-2_6:not(:last-child),
.artwork_detail .row .col-3_6:not(:last-child),
.artwork_detail .row .col-4_6:not(:last-child) {
	margin-right: 5px;
}
@media only screen and (max-width: 768px) {
	.artwork_detail .row .col-1_5:not(:first-child),
	.artwork_detail .row .col-2_5:not(:first-child),
	.artwork_detail .row .col-3_5:not(:first-child),
	.artwork_detail .row .col-4_5:not(:first-child),
	.artwork_detail .row .col-3_6:not(:first-child),
	.artwork_detail .row .col-4_6:not(:first-child) {
		margin-left: 0px;
	}
	.artwork_detail .row .col-1_5,
	.artwork_detail .row .col-2_5,
	.artwork_detail .row .col-3_5,
	.artwork_detail .row .col-4_5,
	.artwork_detail .row .col-2_6,
	.artwork_detail .row .col-3_6,
	.artwork_detail .row .col-4_6 {
		margin-bottom: 20px;
	}
}
.artwork_slide li {
	margin-left: 0 !important;
	width: 100%;
}
.artwork_slide li img {
	width: auto;
	height: 100%;
	margin: auto;
}
.slick-initialized .slick-slide {
	height: 600px;
	background: #000;
}
@media only screen and (max-width: 768px) {
	.artwork_slide li img {
		width: 100%;
		height: auto;
	}
	.slick-initialized .slick-slide {
		display: flex;
	}
}
.slide-dots button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}
.slide-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.slide-dots li {
	width: 10px !important;
	height: 10px !important;
	background-color: #dadada;
	border: 1px solid #dadada;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	list-style: none;
	transition: background-color .5s ease;
}
.slide-dots li.slick-active {
	background-color: #808080;
}
.slide-dots li:hover {
	background-color: #808080;
}
.slide-dots li:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.slide-dots {
		flex-wrap: wrap;
	}
	.slide-dots li {
		margin: 10px;
	}
}
.img_scroll {
	width: 100%;
	max-width: 1200px;
}
.img_scroll.h600 img {
	height: 600px;
}
.movie {
	max-width: 1200px;
	aspect-ratio: 16 / 9;
}
.movie iframe{
	width: 100%;
	height: 100%;
}


.modal_img {
	object-fit: cover;
	cursor: pointer;
}
.modal_box .col-1_5 {
	height: 232px;
	/* overflow: hidden; */
}
.modal_box .col-2_6 {
	height: 396px;
	/* overflow: hidden; */
}
.modal_box .col-3_6 {
	height: 595px;
	/* overflow: hidden; */
}
.modal_box .col-4_6 {
	height: 396px;
	/* overflow: hidden; */
}
.modal_box .col-1_5 img {
	height: 232px;
}
.modal_box .col-2_6 img {
	height: 396px;
}
.modal_box .col-3_6 img {
	height: 595px;
}
.modal_box .col-4_6 img {
	height: 396px;
}
.modal_box .col-5_5 img {
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.modal_box .col-1_5 {
		height: auto;
	}
	.modal_box .col-2_6 {
		height: auto;
	}
	.modal_box .col-3_6 {
		height: auto;
	}
	.modal_box .col-4_6 {
		height: auto;
	}
	.modal_box .col-1_5 img {
		width: 100%;
		height: auto;
	}
	.modal_box .col-2_6 img {
		width: 100%;
		height: auto;
	}
	.modal_box .col-4_6 img {
		width: 100%;
		height: auto;
	}
	.modal_box .col-3_6 img {
		width: 100%;
		height: auto;
	}
}

.modal_box span {
	display: block;
	margin: .5rem 0;
	text-align: left;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  animation: modalFadeIn 0.3s;
}
.modal img {
  max-width: 100%;
  max-height: 100vh;
  object-fit: contain;
}
.modal:hover {
	
}
.modal img:hover {
	cursor: pointer;
}
@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes modalFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.copy {
	font-size:75%;
	margin-top: 10px;
}