/* CSS Document */
@media(min-width:768px){
    .mobile{
        display: none !important;
    }
}
@media(max-width:767.99px){
    .desktop{
        display: none !important;
    }
}
.openbtn1{
    background: #fff;
    /* background: red; */
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 13px;
    /* bottom: -7px; */
    /* margin: auto; */
    right: 16px;
    transform: scale(0.88) !important;
}
/*ボタン内側*/
.openbtn1 span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 14px;
	height: 3px;
	background: #707070;
	width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
body.modal{
	overflow: hidden;
}
div.topSlide{
    /* margin-top: 46px; */
}
div.headerWrapper{
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 72px;
    z-index: 100;
}
div.header{
    width: 100%;
    height: 76px;
    padding-bottom: 3px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 3px 10px;
    box-sizing: border-box;
	position: relative;
}
div.header p.nokogiri_jp img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:70px;
	padding-bottom: 5px;
}
div.link > ul.sns{
	display: none;
}
footer ul.sns{
    display: flex;
    gap: 15px;
    margin-right: 10px;
    justify-content: center;
    margin-bottom: 15px;
    margin: 23px 24px;
    margin: 48px auto 24px;
}
footer ul.sns li{
	width:20px;
	height: 20px;
}
header h1{
	font-size: clamp(20px, 6vw, 26px);
	font-family: 'Sabon Next LT Display', sans-serif;
	line-height: 76px;
}
header ul.nav{
	width:calc(100%);
	position: fixed;
	top:60px;
	right:0;
	z-index: 100;
	display: none;
	background:#fff;
	height: calc(100vh - 60px);
}
header ul.nav li{
	line-height: 50px;
	font-family: 'Sabon Next LT Display', sans-serif;
	font-size:17px;
	position: relative;
	border-bottom:1px solid var(--line-color);
	text-indent:28px;
}
header ul.nav li a{
    display: block;
    width:100%;
    height: 100%;
}
header ul.nav li.snsicon{
	display: flex;
	justify-content: left;
	gap:28px;
	align-items: center;
	padding:12px 0;
	text-indent: 30px;
}
header ul.nav li.snsicon a{
	width:25px;
	height: 25px;
	display: block;
}
header ul.nav li.snsicon img{
	object-position: center;
	width:100%+
}
div.contents{
    width: 100%;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
    /* margin-top: 20px; */
    margin-top: 70px;
    overflow: hidden;
}
div.contents img.mainImg{
	width:100%;
	height: auto;
}
div.topEvent{
	width: 100%;
	margin: 6px auto auto;
	display: flex;
	/* justify-content: space-between; */
	flex-direction: column;
}
/*div.topEvent > div{
	width:50%;
}*/
p.galleryName{
    font-size: 15px;
    font-family: 'Sabon Next LT Display', sans-serif;
    color: var(--text-color2);
    line-height: 24px;
letter-spacing: -0.008em;
}

p.galleryArtist{
	font-family: "Noto SANS JP",sans-serif;
	font-weight: 900;
	font-size: 18px;
letter-spacing: -0.05em;
margin-top: 1px;
}
p.galleryArtist span{
	display: block;
	font-family: 'avenir' !important;
	font-weight: lighter;
}
p.galleryArtist.upcoming{
    font-family: "Noto SANS JP",'avenir';
    margin-top: 2px;
    font-size: 15.2px;
    margin-bottom: 10px;
}
p.galleryArtist span{
    font-family: "Noto SANS JP", sans-serif;
    font-size: 14.5px;
    letter-spacing: 0.008em;
    font-weight: 200;
    margin-top: -24px;
}
div.ex_cover p.galleryTitle,
p.galleryTitle{
    /* margin-top: .5em; */
    font-family: "Noto SANS JP", sans-serif;
    font-size: 20.5px;
    /* margin-bottom: 6px; */
    /* font-weight: bold; */
    margin-top: 12px;
    letter-spacing: -0.008em;
transform: scale(0.98, 1);
        transform-origin: top left;
        line-height: 1.2em;
margin-bottom: 2px;
}
div.secondEvent p.galleryTitle,
div.doubleInfo p.galleryTitle{
    font-family: "Noto SANS JP", sans-serif;
    font-size: 18.7px;
    font-weight: normal !important;
    margin-top: 4px;
}
div.ex_cover p.galleryTerm,
p.galleryTerm{
    font-family: 'avenir';
    font-size: small;
    font-weight: 700;
    margin-bottom: 1px;
    /* color: var(--text-color2); */
letter-spacing: 0.07em;
}
div.secondEvent p.galleryTerm,
div.doubleEvent p.galleryTerm{
    font-family: 'avenir';
    font-size: 13.5px;
    margin-bottom: -5px;
    /* color: var(--text-color2); */
    margin-left: 0;
}
div.doubleEvent img{
	width:100%;
}
div.secondEvent p.galleryType{
	font-family: 'Sabon Next LT Display', sans-serif;
	font-size:16px;
}
div.doubleEvent p.galleryType{
    font-family: 'Sabon Next LT Display', sans-serif;
    font-size: 15px;
    color: var(--text-color2);
line-height: 24px;
        letter-spacing: -0.008em;
}
p.galleryInfo{
    font-family: "Noto SANS JP", sans-serif;
    font-size: 12px;
font-weight: 100;
    /* color: var(--text-color2); */
    /* margin-left: 20px; */
}
h2.main{
    font-size: 28px;
    font-family: 'Sabon Next LT Display', sans-serif;
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
    padding-bottom: 3.5px;
    line-height: 1em;
}
h2.main.topmargin{
    margin-top: 100px;
}
h2.main.noline{
    border-top: none !important;
    line-height: 1.5em;
    padding-bottom: 8px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-top: 12px;
}
h2.main span{
    font-family: "Noto SANS JP", sans-serif;
    font-size: 16px;
    display: block;
        font-weight: 200;
        margin-top: -6px;
        letter-spacing: 0.008em;
}
div.doubleEvent{
	margin-top:70px;
	/*display: flex;
	justify-content: space-between;*/
	gap:33px;
	margin-bottom:80px;
}
div.doubleEvent > div:first-child{
	margin-bottom:45px;
}
ul.news{
    /* border-top: 1px solid var(--line-color); */
}
ul.news li{
    padding: 12px 0;
    border-bottom: 1px solid #000;
    /* display: flex; */
}
ul.news li div.left{
    /* display: flex; */
    margin-top: 20px;
}
ul.news li div.left p.newsCategory{
    font-family: 'avenir';
    font-size: 15px;
    color: var(--text-color2);
    line-height: 1em;
}
ul.news p.newsTerm{
    font-family:'avenir';
    font-size: 14.5px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 3px;
    line-height: 1em;
letter-spacing: -0.008em;
}
ul.news a{
	font-family: "Noto SANS JP", sans-serif;
	font-style: normal;
	font-size:16px;
letter-spacing: -0.008em;
}
.mb0{
	margin-bottom:0 !important;
}
a.more{
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    /*margin: 48px auto 130px;*/
    margin: 48px auto 100px;
    font-family: "Noto SANS JP",sans-serif;
}
a.more.ex{
	margin:0px auto auto;
}
div.publications{
    /* display: flex; */
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7.5%;
    clear: both;
    /* margin-top: 50px; */
}
div.publications.pub{
	margin-top:50px;
}
div.publications.pub p.newsDate{
	font-size:13px;
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	margin-bottom:50px;
	margin-top:1em;
}
div.publications.pub img{
	margin-bottom:25px;
}

div.publications.pubArt{
	display: flex;
	justify-content: flex-start;
	gap:7.5%;
}
div.publications div{
	/*width:calc(50% - 7.5%);*/
	margin:auto;
	font-family: "Noto SANS JP", sans-serif;
padding-bottom: 0.5px;
}
div.publications p{
	font-family: "Noto SANS JP", sans-serif;
        padding-top: 8px;
        margin-bottom: -16px;
        letter-spacing: 0.07em;
        font-weight: 700;
        font-size: 13.5px;
}
div.publications div img{
	width:100%;
	height: auto;
	display: block;
	margin:auto;
}
div.publications p.pubTitle{
    /* margin-top: 12px; */
    margin-top: 6px;
    /* margin-bottom: 17px; */
    margin-bottom: 0px;
    font-family: "Noto SANS JP", sans-serif;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: -0.008em;
    transform: scale(0.98, 1);
    transform-origin: top left;
}
div.publications p.pubOwner{
	/*margin-top:18px;*/
	margin-top:0px;
	margin-bottom:.5em;
	font-family: "Noto SANS JP", sans-serif;
	font-size:15.5px;
	font-weight: normal;
}
div.publications p.pubArtist{
    font-family: 'avenir',"Noto SANS JP", sans-serif;
    /* margin: 18px 48px; */
    font-size: 14px;
    font-weight: bold;
    /*margin-bottom: 60px;*/
    margin-bottom: 30px;
    letter-spacing: -0.05em;
    margin-top: 5px;
}
div.publications p.pubArtist span{
	font-family: "Avenir";
	font-size:12px;
	font-weight: normal;
	display: block;
	color:#000;
}
div.publications p.pubDesc,
div.pubDesc p{
	font-family: "Noto SANS JP", sans-serif;
	font-size:15px;
	line-height: 2.2em;
	margin-bottom:1em;
}
div.pubDesc strong{
	font-weight: bold;
}
div.pubDesc.outline2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:1em;
	padding-bottom:1em;
}

div.publications p.pubArtist span{
    font-family: 'AVENIR';
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 0.008em;
    /* margin-top: -1px; */
    margin-top: -23px;
    margin-bottom: -30px;
}
div.publications p.pubArtist.pubtop span{
    margin-top: -12px;
}
div.about{
	display: flex;
	flex-direction: column;
}
div.about div.left{

}
div.about div.right{
    margin-top: 25px;
    aspect-ratio: 4.5/ 5;
    /* padding-bottom: 16px; */
    /* border-bottom: 1px solid #000; */
    margin-bottom: 24px;
}
div.about p.jp{
    font-size: 15px;
    font-family: "Noto SANS JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
letter-spacing: -0.008em;
transform: scale(0.98, 1);
        transform-origin: top left;
}
div.about p.en{
font-size: 15px;
        font-weight: 400;
	font-family: "Noto SANS JP",sans-serif;
	margin-bottom:12px;
}
div.about p.jp span{
    font-size: 18px;
    display: block;
    margin-bottom: 4px !important;
    /* margin-top: 24px; */
    font-family: "Noto SANS JP",sans-serif;
    /* line-height: 1em; */
}
div.about p.en span{
    font-size: 18px;
    display: block;
    margin-bottom: 4px !important;
    /* margin-top: 24px; */
    font-family: 'Sabon Next LT Display', sans-serif;
}
a.reservations{
    display: block;
    height: 72px;
    box-sizing: border-box;
    padding: 13px 18px;
    border-radius: 7px;
    margin: 100px auto 0;
    background-repeat: no-repeat;
    background-image: url("../images/icon_reserve.svg");
    background-position: right 37px center;
    background-size: 20px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-family: "Noto SANS JP",sans-serif;
    font-weight: bold;
}
a.reservations span.en{
    font-size: 14px;
    font-family: 'Noto SANS JP';
    /* margin-bottom: 18px; */
}
a.reservations span.jp{
    font-family: "Noto SANS JP", sans-serif;
    font-style: normal;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

a.totop{
width: 84px;
    height: 100px;
    background: url("../images/totop.svg") center bottom no-repeat;
    background-size: 6px;
    position: absolute;
    right: 0px;
    bottom: 500px;
    /* display: none;*/ 
margin-bottom: 40px;
}
a.totop::before{
    content: "PAGE TOP";
    font-family: 'avenir';
    font-size: 12px;
    position: absolute;
    text-align: center;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    color: #707070;
}
div.footerWrapper{
	/*margin-top:45px;*/
    position: relative;
}
div.footer{
    width: 100%;
    margin: auto;
    margin-top: 300px;
    box-sizing: border-box;
    padding: 0 25px;
}
div.footer h2{
    font-size: 25px;
    /* text-align: center; */
    font-family: 'Sabon Next LT Display', sans-serif;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
}
div.footer ul.nav{
    display: flex;
    justify-content: flex-start;
    /* margin: 25px 35px 15px; */
    /* padding: 0 10px; */
    flex-wrap: wrap;
    /* display: block !important; */
    /* text-align: center; */
    gap: 18px;
}
div.footer ul.lang{
	display: flex;
	justify-content: center;
	margin:0 auto 15px;
	gap:15px;
	font-family: 'Sabon Next LT Display', sans-serif;
}
div.footer ul.nav li{
    font-family: 'Sabon Next LT Display', sans-serif;
    display: inline-block;
    /* margin: auto 10px; */
    text-align: left;
    width: 50%;
    width: calc(50% - 10px);
    line-height: 1em;
    font-size: clamp(16px,4.8vw,21px);
}
p.copy{
    font-size: 12px;
    font-family: 'avenir';
    text-align: center;
    /* line-height: 2em; */
    border-top: 1px solid #000;
    padding-top: 6px;
	margin-bottom: 12px;
}
div.artistWrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	gap:3.571429%;
}
div.artist{
    width: calc(50% - 10px);
    /* margin-bottom: 30px; */
}
h3.artist#biography{
    /* display: inline-block; */
    /* margin-right: 235px; */
    border-top: 1px solid #000;
    padding-top: 24px;
    padding-bottom: 14px;
}
a.download{
	background-image:url("../images/icon_download.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size:15px;
	padding-right: 30px;
font-size: 13px;
}
a.download span{
	border-bottom:1px solid var(--line-color);
	font-family: "Noto SANS JP", sans-serif;
	display: inline-block;
}
div.artist img{
    width: 100%;
    height: auto;
    /* margin-bottom: 5px; */
}
div.artist p.en{
    margin-bottom: 50px;
    font-family: 'avenir';
    font-size: 13.6px;
    line-height: 1.25em;
letter-spacing: 0.008em;
        font-weight: 200;
}
div.artist p.jp{
    font-size: 15px;
    font-family: "Noto SANS JP", sans-serif;
    font-style: normal;
    text-align: left;
    margin-bottom: 4px;
    font-weight: bold;
margin-top: 12px;
        letter-spacing: -0.05em;
}
ul.artistLink {
    font-family: 'Sabon Next LT Display', sans-serif;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    font-weight: normal;
    gap: 18px;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000
}
ul.artistLink li{
	font-family: 'Sabon Next LT Display', sans-serif;
        display: inline-block;
        text-align: left;
        width: calc(50% - 10px);
        line-height: 1em;
        font-size: clamp(16px, 4.8vw, 20px);
}
h3.artist{
    font-family: 'Sabon Next LT Display', sans-serif;
    font-size: 24px;
}
h3.artist.jp{
font-family: "Noto SANS JP", sans-serif;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: -0.008em;
        transform: scale(0.98, 1);
        transform-origin: top left;
}
div.artistMainPhotoWrapper{
	width:100%;
	margin:50px auto;
}
div.artistMainPhotoWrapper img{
	width:100%;
	height: auto;
	margin-bottom:26px;
}
div.artistMainPhoto p{
	margin-left:16px;
}
div.artistMainPhoto p.worksTitle{
	font-size:17px;
	font-family: "Noto SANS JP", sans-serif;
	margin-bottom:12px;
}
div.artistMainPhoto p.worksYear{
	font-size:15px;
	font-family: 'avenir';
	margin-bottom:12px;
}
div.artistMainPhoto p.worksDesc{
	font-size:15px;
	font-family: "Noto SANS JP", sans-serif;
}
div.worksThumbs{
	width:calc(100% - 50px);
	margin:auto;
	gap:10px;
	position: relative;
}

.slider6-wrap {
    width: calc(100% - 10px);
    margin: 20px auto;
    position: relative;
}
.slider-6 .slick-slide {
	height: 100%;
	overflow: hidden;
}
.slider-6 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 7px;
}
.thumbs_dots {
	margin: 25px 0;
}
.thumbs_list{
	display: flex;
justify-content: center;
        gap: 12px;
}
.thumbs_list li {
	display: inline-block;
	width: 50px;
	height: 50px;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity 0.3s;
}
.thumbs_list li.slick-active,
.thumbs_list li:hover{
	opacity: 1;
}
p.worksTitle,
p.worksYear,
p.worksDesc{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	font-size:14px;
}
p.worksTitle{
	font-size:16px;
}

div.worksThumbs img{
	width:100%;
	margin-right: 10px;
}
button.slick-prev {
	background: url("../images/slick_prev.svg") no-repeat;
	background-size: 8px;
	left: 15px;
}
button.slick-prev:hover {
	background-image: url("../images/slick_prev.svg") !important;
}
button.slick-next {
	background: url("../images/slick_next.svg") no-repeat;
	background-size: 8px;
	right: 15px;
}
button.slick-next:hover {
	background-image: url("../images/slick_next.svg") !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 10px;
	height: 22px;
	top: 40%;
	z-index: 1;
	border: none;
	cursor: pointer;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color:#000;
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	/*background:#ccc !important; */
}
.slick-current img {
  transition: transform 0.3s ease;
  touch-action: none; /* 重要：ブラウザのデフォルトズームを防ぐ */
}
div.worksDescription{
	margin:30px auto;
	font-size:15px;
	line-height: 1.7em;
	font-family: "Noto SANS JP", sans-serif;
text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
letter-spacing: -0.008em;
        padding-bottom: 60px;
}
.worksDescription strong{
	color:rgba(253,3,3,1)
}
div.artistPhoto{
    width: 100%;
    margin: 36px auto 0;
}
div.artistPhoto img{
	display: block;
	width:100%;
	margin:auto;
}
div.artistPhoto p{
	text-align: center;
}
div.artistPhoto p.en{
	font-family: 'avenir';
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 0.008em;
}
div.artistPhoto p.jp{
	font-size:18px;
	font-family: "Noto SANS JP", sans-serif;
	margin-top:.7em;
	font-weight: 900;
	letter-spacing: -0.05em;
}
div.artistPhoto p.artistProfile{
	text-align: left;
	font-size:15px;
	font-family: "Noto SANS JP", sans-serif;
	margin-top:88px;
	line-height: 2.67em;
}
div.separate{
	width:100%;
	border-top:1px solid #000;
	margin:25px auto;
}
h4.artist{
        font-size: 24px;
        margin-bottom: 20px;
        font-family: 'Sabon Next LT Display', "Noto SANS JP", sans-serif;
}
h4.artist.sabon{
	font-family: 'Sabon Next LT Display',"Noto SANS JP",  sans-serif;
	font-size:17 px;
}
table.artist{
	margin-bottom:106px;
}
table.artist td{
	padding:12px 12px 12px 0;
	font-size:16px;
	font-family: "Noto SANS JP", sans-serif;
}
ul.artist{
	font-size:16px;
	font-family: "Noto SANS JP", sans-serif;
	line-height: 2.375em;
	margin-bottom:60px;
}
div.nextExhibition{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
div.nextExhibition.column{
	flex-direction: column-reverse;
	align-items: center;
	gap:33px;
}
div.nextExhibition.column p{
	text-align: center;
}
div.nextExhibition div.left{
	text-align: center;
}
div.nextExhibition div.left img{
	max-width:100%;
	margin-bottom:20px;
}
div.nextExhibition div.right{

}
ul.prevnext{
	font-family: "Noto SANS JP", sans-serif;
	font-size:17px;
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
}
div.nextExhibition{
	margin-top:30px;
}
p.exTerm{
        font-family: 'avenir';
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 1px;
        letter-spacing: 0.07em;
}
p.exCategory{
	font-family: 'Sabon Next LT Display', sans-serif;
	font-size:17px;
	margin-top:.5em;
color: #9b9b9b;
}
p.exTitle{
	 /*margin-top:.5em;*/
	font-size:20px;
	font-family: "Noto SANS JP", sans-serif;
	font-weight: bold;
        letter-spacing: -0.008em;
        transform: scale(0.98, 1);
        transform-origin: top left;
}
p.exArtist{
	font-family: "Noto SANS JP", sans-serif;
	font-size:12.5px;
	margin-top:1.8em;
	margin-bottom: 1.3em;
        font-weight: 500;
}
p.exDesc{
	font-family: "Noto SANS JP", sans-serif;
	font-size:15px;
	margin-top:46px;
}
div.exDesc {
font-size: 15px;
        line-height: 1.9em;
        font-family: "Noto SANS JP", sans-serif;
        text-align: justify;
        text-justify: inter-ideograph;
        letter-spacing: -0.008em;
        padding-bottom: 60px;
}
div.oldEx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:120px;
	margin-bottom:45px;
	padding-bottom: 30px;
	border-bottom:1px solid #000;
}
div.oldEx h3{
	  font-family: "Noto SANS JP", sans-serif;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: -0.008em;
        transform: scale(0.98, 1);
        transform-origin: top left;
}
div.oldEx select{
	width:184px;
	line-height: 34px;
	border:1px solid var(--text-color1);
	box-sizing: border-box;
	padding:0 10px;
	font-family: "Noto SANS JP", sans-serif;
	font-size:15px;
	background:url("../images/icon_select.svg") right 10px center no-repeat;
	background-size:8px;
	margin-right: 21px;
	cursor: pointer;
}
p.pubTerm{
	font-family: 'avenir';
	font-size:14px;
	margin-top:21px;
}
p.exhibitionInfo{
	font-family: "Noto SANS JP", sans-serif;
	font-size:15px;
	width:700px;
	margin:95px auto;
	/*text-align: justify;*/
	line-height: 2.2em;
}
div.exhibitionInfo > p,
div.paragraph {
    font-family: "Noto SANS JP", sans-serif;
    font-size: 15px;
    margin: 25px auto;
    /* text-align: justify; */
    line-height: 2.2em;
}
div.pubSingle{
	width:100%;
}
div.pubSingle p.pubArtist{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	font-size:17px;
}
div.pubSingle p.pubTitle{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	font-size:17px;
	margin-top:.5em;
}
div.pubSingle p.pubOwner{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	font-size:15px;
	margin-top:.5em;
}
div.pubSingle img{
	margin-top:45px;
	max-width:100%;
}
a.buy{
	display: block;
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	font-size:17px;
	border:1px solid var(--line-color);
	text-align: center;
	width:267px;
	line-height: 53px;
	margin:auto;
	margin-top:42px;
	margin-bottom:42px;
}
div.pubSingle p.pubDesc{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	font-size:15px;
}
ul.newsWrapper{
	width:100%;
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	margin-top:35px;
}
ul.newsWrapper li{
	margin-bottom:34px;
}
ul.newsWrapper li a{
	border-bottom:1px solid var(--text-color1);
	padding-bottom:40px;
	display: flex;
	flex-direction: column;
	gap:15px;
}
ul.newsWrapper div.excerpt{
	/*width:calc(100% - 417px);*/
	margin-top:2px;
	font-size:15px;
text-align: justify;
        text-justify: inter-ideograph;
        letter-spacing: -0.008em;
}
ul.newsWrapper li img{
	width:100%;
    aspect-ratio:1;
	height: auto;
	object-fit: contain;
	/*display: block;*/
	margin:auto;
}
ul.newsWrapper h3{
font-size: 18px;
        font-weight: 900;
        letter-spacing: -0.008em;
        transform: scale(0.98, 1);
        transform-origin: top left;
        margin-top: 6px;
		margin-bottom:0.5em;
}
ul.newsWrapper p.excerpt{
	margin-top:17px;
	font-size:15px;
}
ul.newsWrapper p.newsDate{
	margin-top:12px;
	font-size:15px;
}
div.pankuzuWrapper{
	width:100%;
	overflow: hidden;
}
p.pankuzu{
    font-family: 'avenir',"Noto SANS JP", sans-serif;
    /* display: flex; */
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 13px;
    color: var(--text-color2);
    margin-right: 20px;
    overflow-x: auto;
    /* width: 1000px; */
    word-break: keep-all;
    white-space: nowrap;
    /* padding-bottom: 12px; */
    margin-bottom: 20px;
        margin-top: 5px;
}
span.next{
    background-image: url("../images/icon_pankuzu.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 12px;
    height: 7px;
    display: inline-block;
    position: relative;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: auto 7px;
}
a.back{
	width:58px;
	height: 35px;
	display: block;
	text-align: center;
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	background:url("../images/icon_back.svg") center bottom no-repeat;
	line-height: 35px;
	margin-top:100px;
}
div.blogInfo{

}
div.blogInfo p.blogDate{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	color:var(--text-color2);
	font-size:14px;
}
div.blogInfo h3.blogTitle{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	color:var(--text-color1);
	font-size:17px;
	margin-top:12px;
	font-weight: bold;
}
div.entryBody{
	margin-top:42px;
	font-family: 'avenir',"Noto SANS JP", sans-serif;
}
div.entryBody p,
div.entryBody pre{
	color:var(--text-color1);
	font-size:15px;
	/*line-height: 2.2em;*/
	/*line-height: 1.5em;*/
	line-height: 1.7em;
	margin:15px 0;
	text-align: justify;
}
div.entryBody img{
    max-width: 100%;
    display: block;
    margin: 1em auto;
}
div.entryBody ol,
div.entryBody ul{
	margin:15px 30px;
}
div.entryBody ul li{
	list-style: disc;
}
div.entryBody h1,
div.entryBody h2,
div.entryBody h3,
div.entryBody h4,
div.entryBody h5,
div.entryBody h6{
	font-weight: bold;
	line-height: 3em;
}
div.entryBody h1{
	font-size:24px;
}
div.entryBody h2{
	font-size:22px;
}
div.entryBody h3{
	font-size:20px;
}
div.entryBody h4{
	font-size:17px;
}
div.entryBody h5{
	font-size:17px;
}
div.entryBody h6{
	font-size:15px;
}
h3.about{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	color:var(--text-color1);
	font-size: 19px;
        font-weight: 700;
        margin-top: 30px;
}
p.about{
color: var(--text-color1);
        margin-top: 25px;
        font-size: 15px;
        line-height: 1.9em;
        font-family: "Noto SANS JP", sans-serif;
        text-align: justify;
        text-justify: inter-ideograph;
        letter-spacing: -0.008em;
        padding-bottom: 60px;
}
ul.pagelist{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	color:var(--text-color1);
	font-size:22px;
	line-height: 2.2em;
	margin-top:25px;
	width:300px;
	margin:auto;
}
ul.pagelist li{
	list-style: circle;
}
div.cv{
	font-family: "Noto SANS JP", sans-serif;
	font-size:15px;
	margin-bottom: 80px;
line-height: 1.7em;
padding-top: 12px;
}
div.cv h4{
	font-weight: bold;
	margin-top:2em;
	margin-bottom:1em;
        font-size: 17px;
}
select#category_select,
select.category_select {
    border: 1px solid var(--text-color1);
    padding: 5px;
    padding-right: 30px;
    background: url(../images/select_btn.svg) right 10px center no-repeat;
    background-size: 10px;
    font-family: 'Sabon Next LT Display', "Noto SANS JP", sans-serif;
    cursor: pointer;
    font-size: 15px;
    color: black;
    margin-bottom: 1.5em;
}
h5.ex_news,
ul.ex_news{
	font-family: 'Sabon Next LT Display',"Noto SANS JP", sans-serif;
}
h5.ex_news{
	font-weight: bold;
	margin-bottom:0.5em;
}
ul.ex_news{
	font-size:14px;
	margin-left:25px;
	margin-bottom:25px;
}
ul.ex_news span.date{
	font-family: 'avenir',"Noto SANS JP", sans-serif;
	font-size:14px;
	display: block;
}
span.new{
/*		padding-right: 15px;
	color:#bf0c0c;
	margin-left:-3.25em;
*/	}
ul.link_artist{
	gap:20px;
	clear: both;
	margin:15px 0 !important;
}
ul.link_artist li{
	display: inline-block;
	padding:5px;
	border:1px solid var(--line-color);
	font-size:13px;
}
.worksDescription{
margin: 25px auto;
        font-size: 15px;
        line-height: 1.9em;
        font-family: "Noto SANS JP", sans-serif;
        text-align: justify;
        text-justify: inter-ideograph;
        letter-spacing: -0.008em;
        padding-bottom: 60px;
}
.worksDescription strong{
	color:rgba(253,3,3,1)
}
p.worksDescription > p{
	font-size:16px;
	font-family: "Noto SANS JP", sans-serif;
}
div.infoWrapper{
    margin-top: 6px !important;
    margin-bottom: 30px !important;
}
div.aboutSlide{
	aspect-ratio: 3 / 2;
	margin:50px auto;
}
div.aboutSlide img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
div.footer p.newsletter{
    margin: 80px auto 48px;
    width: 300px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    font-family: 'avenir',"Noto SANS JP", sans-serif;
    background: url("../images/sns_mail.svg") left 15px center no-repeat;
    background-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
}
ul.bogo-language-switcher{
	display: flex;
	font-family: 'Sabon Next LT Display', sans-serif;
	font-size:18px;
}
ul.bogo-language-switcher li.current{
	display: none;
}
div.footer ul.bogo-language-switcher{
	justify-content: center;
	margin-bottom:15px;
}
div.footer ul.bogo-language-switcher li{
	text-align: center;
}
div.link{
    margin-right: 46px;
}
p.terms {
    font-size: 14px;
    font-family: 'avenir',"Noto SANS JP", sans-serif !important;
    font-weight: bold;
}
div.tabWrapper{
    margin: auto;
    width: 100%;
}
div.tabWrapper img{
	width:100%;
	height: auto;
	margin-bottom:5px;
}
	div.tabWrapper div{
		position: relative;
	}
div.tabWrapper div a{
	display: block;
	position: relative;
	width:100%;
	height: 100%;
}
div.tabWrapper div a::after{
/*	content: "";
	display: block;
	position: absolute;
	top:10px;
	right:10px;
	width:30px;
	height: 30px;
	background-image:url("../images/icon_shop.svg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:30px;
	z-index: 1;*/
}

div.slider6-wrap ul{
	width:calc(100% - 20px);
	display: flex;
	justify-content: flex-start;
	gap:5px;
	margin:auto;
	margin-top:20px;
	flex-wrap: wrap;
}
div.slider6-wrap ul li{
	width:calc((100% - 40px) / 10);
	margin:0 5px 5px;
}
div.slider6-wrap ul li img{
	width:100%;
	aspect-ratio:1;
	object-fit: cover;
	object-position: center;
	opacity: .7;
}
div.slider6-wrap ul li.slick-current img{
	/*border:4px solid #9db7d1;*/
	border:1px solid #000;
	box-sizing: border-box;
	opacity: 1;
}
div.exhibitionInfo h2,
div.paragraph h2{
	font-size:20px;
	font-weight: bold;
	margin:1em 0;
}
div.paragraph img{
	display: block;
	margin:auto auto 20px;
}
div.ex_cover div.frontCover{
    width:100%;
    aspect-ratio:1
}
div.ex_cover div.frontCover img{
    width:100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
p.newsDate a {
    margin: 20px auto 40px;
    display: block;
	font-weight: 400;
}
div.worksInfo{
    position: relative;
    background:#fff;
}
a.cart{
    width:60px !important;
    height: 30px !important;
    /*aspect-ratio:110/60;*/
    background-image:url("../images/icon_buy.svg");
    background-repeat: no-repeat;
    background-size:60px;
    background-position: center center;
    display: block;
    position: absolute !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top:6px;
    right:0;
    box-sizing: border-box;
}
a.cart:hover{
    background-position: center center;
}
a.cart:active{
    background-position: center bottom;
}
p.newsDate a{
    font-family: "Raleway";
}
/*swiper*/
.main-slider {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.swiper-slide{
	touch-action: none; /* Swiperの干渉を防ぐ */
	overflow: hidden !important;
}
.swiper-zoom-container{
}
.main-slider .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: none; /* 拡大制限を外す */
  touch-action: manipulation;
  user-select: none;
}
.thumb-slider {
  width: 100%;
  margin: 10px auto 0;
  overflow: hidden;
}

.thumb-slider .swiper-slide {
  width: 15%;
  opacity: 0.5;
  cursor: pointer;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #000;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.swiper-zoom-container img {
  width: 100%;
  height: auto;
  display: block;
}
/*}*/
.swiper-button-next, .swiper-button-prev {
    color: #aaa !important;
}
.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 44 * 13.5) !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}
table.acf-table{

}
table.acf-table td {
    white-space: pre-line;
	padding:.5em;
}