@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            recet css
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  color: #000;
  position: relative;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
a {text-decoration: none; overflow: hidden; color: #333;}
img {border: none; vertical-align: middle;-webkit-backface-visibility: hidden;}
hr {display: none;clear: both;}
ul {margin: 0;padding: 0;}
ol {margin: 0;padding: 0;}
li {margin: 0;padding: 0; list-style-type: none;}
dl {margin: 0;padding: 0;}
dt {margin: 0;padding: 0;}
dd {margin: 0; padding: 0;}
p {margin: 0; padding: 0; font-features-settings: "palt" 1;}
span {font-features-settings: "palt" 1;}
address {font-style: normal;}
* {-webkit-appearance: none; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
figure {margin: 0;}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                共通パーツ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  letter-spacing: 0.1em;
  height: 100%;
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-features-settings: "palt";
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

main {
  width: 100%;
}
.pc {display: block !important;}
.sp {display: none !important;}
.sp-s {display: none !important;}
@media screen and (max-width: 768px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
}
@media screen and (max-width: 500px) {
  .sp-s {display: block !important;}
}


.size-xs {font-size: 70%;}
.size-s {font-size: 80%;}
@media screen and (max-width: 768px) {
  .size-s {font-size: 60%;}
}
.colored {color: #0097E4;}
.uncolored {color: #000;}
.white {color: #FFF;}
.block {display: block;}
.right {margin-left: auto;}
.center {margin: 0 auto;}
.marker {background: linear-gradient(transparent 70%, #FFE576 70%);}
.rotate {
  display: inline-block;
  transform: rotate(-90deg);
}
/*■■■■■■■■■■■■■■■■■
wrap
■■■■■■■■■■■■■■■■■*/
.content-wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-wrap {width: 95%;}
}

.anker-margin {
  height: 60px;
}

/*■■■■■■■■■■■■■■■■■
     見出し・共通
■■■■■■■■■■■■■■■■■*/
.page__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: "PT Serif", serif;
  font-size: 32px;
  font-weight: 400;
  background-color: #818181;
  height: 100px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page__heading {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .page__heading {
    margin-bottom: 20px;
  }
}
.page__heading p {
  display: inline-block;
}



.section__heading {
  font-family: "PT Serif", serif;
  font-weight: 400;
  text-align: center;
  background-color: #818181;
  padding: 8px;
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .section__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.page__heading--news,
.section__heading--news {
  background-image: url(../img/bg-news.png);
  background-size: cover;
  color: #000;
}
.page__heading--gallery,
.section__heading--gallery,
.section__heading--style {
  background-image: url(../img/bg-gallery.png);
  background-size: cover;
  color: #FFF;
}
@media screen and (max-width: 768px) { 
  .page__heading--gallery {
    background-position: 60%;
  }
}

.section__heading--style-a {
  background-image: url(../img/bg-style-a.png);
}
.section__heading--style-b {
  background-image: url(../img/bg-style-b.png);
  color: #000;
}
.section__heading--style-c {
  background-image: url(../img/bg-style-c.png);
}
.section__heading--style-d {
  background-image: url(../img/bg-style-d.png);
}
.section__heading--style-e {
  background-image: url(../img/bg-style-e.png);
}





.page__heading--exhibition,
.section__heading--exhibition {
  background-image: url(../img/bg-exhibition.png);
  background-size: cover;
  color: #000;
}
.page__heading--profile,
.section__heading--profile {
  background-image: url(../img/bg-profile.png);
  background-size: cover;
  background-position: bottom;
  color: #FFF;
}
.page__heading--workshop,
.section__heading--workshop {
  background-image: url(../img/bg-workshop.png);
  background-size: cover;
  color: #FFF;
}
.page__heading--contact {
  background-image: url(../img/bg-contact.png);
  background-size: cover;
  color: #000;
}





.page__intro {
  font-size: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page__intro {
    font-size: 16px;
    margin-bottom: 40px;
  }
}




/*■■■■■■■■■■■■■■■■■
　      ボタン
■■■■■■■■■■■■■■■■■*/
.btn__wrap {
  margin-top: 2em;
  font-family: "Zen Old Mincho", serif;
}
.workshop-btn__wrap {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.form-submit-btn__wrap {
  display: flex;
  align-items: center;
  margin-top: 1em;
}

.form-submit-btn__wrap p {
  width: 100%;
}


.btn {
  display: flex;
  align-items: center;
  width: 200px;
  height: 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #000;
  background-color: #FFF;
  color: #000;
}
.btn:hover {
  background-color: #000;
  color: #FFF;
}
.workshop-btn {
  width: 240px;
  padding: 10px;
  margin-right: 10px;
}
.form-submit-btn {
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 16px;
  justify-content: center;
}



.btn__text {
  display: block;
  flex-grow: 1;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #000;
}
.btn__text:hover {
  color: #FFF;
}
.btn__text--small {
  font-size: 12px;
}

.workshop-btn__text {
  font-size: 12px;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  z-index: 20;
  font-size: 14px;
  letter-spacing: 0.09em;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 30px;
  align-items: center;
  transition: transform 0.5s;
  height: 80px;
}

.header--toppageonly {
  position: sticky;
  top: 0;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 768px) {
  .header--toppageonly {
    position: fixed;
    margin-bottom: 0;
  }
}

/* .js_hide {
  transform: translateY(-100%);
} */

@media screen and (max-width: 768px) {
  .header {
    padding: 25px 10px;
    height: 60px;
  }
}
.header-logo {
  display: flex;
  align-items: flex-end;
}

.header-logo img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 240px;
  }
}


.header-ttl {
  /* font-size: 24px;
  color: #333; */
}


@media screen and (max-width: 768px) {
  .header-txt {
    font-size: 12px;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                header-menu
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header__menu {
  font-family: "PT Serif", serif;
  margin-left: auto;
}

.header__menu ul {
  display: flex;
  list-style-type: none;
}

.header__menu ul li {
  margin-right: 2em;
}

.header__menu ul li a {
  position: relative;
  padding-bottom: 4px;
  color: #000000;
}
.header__menu ul li a::before {
  position: absolute;
  background: #000000;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header__menu ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}





/* ハンバーガー トグルボタン　*/
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
  }
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background-color: #000;
  position: absolute;
}

.menu-btn span:before {bottom: 8px;}
.menu-btn span:after {top: 8px;}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #FFF;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #FFF;
}

#menu-btn-check {
  display: none;
  /* チェックボックスを隠す */
}

/* ここからメニュー*/
.menu-content {
  font-family: "PT Serif", serif;
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  background-color: #000;
}

.menu-content ul {
  padding: 70px 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu-content ul {
    padding: 100px 10px 0;
  }
}

.menu-content ul li {
  list-style: none;
  margin-bottom: 1em;
}

.menu-content ul li a {

  display: block;
  width: 100%;
  font-size: 24px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 9px 15px 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu-content ul li a {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 9px 15px 10px 0;
  }
}
.menu-content ul li a:hover {
  opacity: 0.7;
}

/* メニュー画面をディスプレイ外へ */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #000;
  transition: all 0.5s; /*アニメーション設定*/
}

/* チェックボックスにチェックがついたとき、メニューが画面に表示 */
#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                backBtn
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.backBtn {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .backBtn {
    height: 50px;
    width: 50px;
    right: 10px;
    bottom: 30px;
  }
}


.backBtn__arrow {
  height: 20px;
  width: 20px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(20%) rotate(-45deg);
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  position: relative;
  padding-bottom: 80px;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
}

.footer-wrap {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
}

.copyright {
  font-size: 12px;
  padding: 20px;
  font-family: "PT Serif", serif;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding-bottom: 10px;
  }
}
/*■■■■■■■■■■■■■■■■■
セクション間余白
■■■■■■■■■■■■■■■■■*/
.section { padding-bottom: 120px;}
@media screen and (max-width: 768px){
  .section { padding-bottom: 90px;}
}
@media screen and (max-width: 500px){
  .section { padding-bottom: 60px;}
}

/* .mv {margin-bottom: 80px;} */
@media screen and (max-width: 768px) {
  .mv {margin-bottom: 40px;}
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    ローディング画面 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fadeIn {
  display: none;
}

#loading {
  width: 100vw;
  height: 100vh;
	position: fixed;/* 位置を固定 */
	background-color: #000;
	z-index: 999;/* ローディング画面を一番上に表示 */
	inset: 0;/* 画面全体に要素を広げる */
	display: grid;/* 子要素をグリッドで配置 */
	place-items: center;/* 子要素を中央へ */
	transition: all 2s;/* ロード完了時にふんわりと画面遷移させる */
}
#loading img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ロードが完了した時 */
.loadEnd {
	opacity: 0;/* 透明度を0に */
	visibility: hidden;/* 要素を不可視に */
}

.loading__logo {
  width: 20%;
  position: absolute;
  bottom: 10%;
  left: 10%;
}
@media screen and (max-width: 768px) { 
  .loading__logo {
    width: 40%;
    position: absolute;
    bottom: 25%;
    left: 10%;
  }
}

.loading__logo img {
  width: 100%;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
              TOP-mv
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.mv {
  background-color: #FFF;
  width: 100%;
  /* height: 90vh; */
}

.mv__wrap {
  position: relative;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 768px){
  .mv__wrap {
    height: 600px;
  }
}
@media screen and (max-width: 500px){
  .mv__wrap {
    height: 600px;
  }
}

.mv__text--first {
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  left: 40px;
  bottom: 25%;
  line-height: 2;
  color: #ffffff;
  z-index: 20;
  mix-blend-mode:exclusion;
}
.mv__text--second {
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  left: 40px;
  bottom: 8%;
  line-height: 2;
  color: #ffffff;
  z-index: 20;
  mix-blend-mode:exclusion;
}
@media screen and (max-width: 768px){
  .mv__text--first,
  .mv__text--second {
    left: 20px;
  }
}

/*■■■■■■
MV-slideshow
■■■■■■■*/
.slideshow {
  position: relative;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 768px){
  .slideshow {
    height: 600px;
  }
}
@media screen and (max-width: 500px){
  .slideshow {
    height: 600px;
  }
}

.slideshow img {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0.0;
  object-fit: cover;
}
.slideshow img.active {
  z-index: 10;
  opacity: 1.0;
}
.slideshow img.last-active {
  z-index: 9;
}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                TOP-news
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.top-news__inner {
  width: 100%;
}
.top-news__item  {
  list-style-type: none;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px){
  .top-news__item  {
    margin-bottom: 2em;
  }
}

.top-news__item a {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  align-items: center;
}
@media screen and (max-width: 768px){
  .top-news__item a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
}

.top-news__item a:hover {
  opacity: .7;
}

.news__new {
  font-family: "PT Serif", serif;
  font-weight: 400;
  display: inline-block;
  width: 80px;
  text-align: center;
  color: #e0330a;
  border: 1px solid #e0330a;
  border-radius: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px){
  .news__new {
    order: 2;
    margin-left: 1em;
  }
}

.news__date {
  font-size: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px){
  .top-news__item a .news__date {
    order: 1;
    margin-left: 0;
  }
}

.top-news__title {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  width: 80%;
  margin-left: auto;
  flex-shrink: 1;
}
@media screen and (max-width: 768px){
  .top-news__title {
    order: 3;
    width: 100%;
  }
}

/*■■■■■■
下層-News
■■■■■■■*/
.news-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .news-wrap {
    display: block;
  }
}



.news__list--main {
  width: 73%;
}
@media screen and (max-width: 768px){
  .news__list--main {
    width: 100%;
  }
}

.news__item {
  padding: 30px 0;
  border-bottom: 1px solid #000;
}
.news__item:first-of-type {
  padding-top: 0;
}

.news__link {
  height: 100%;
}

.news__date-wrap {
  display: flex;
  margin-bottom: 20px;
}

.news__category {
  display: block;
  cursor: pointer;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  display: inline-block;

  border: 1px solid #000;
  border-radius: 40px;
  color: #000;
  margin-left: 20px;
}
.news__category a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 20px;
}

.news__title a {
  display: block;
  width: 100%;
  height: 100%;
}
.news__title a:hover {
  opacity: .7;
}


.news-sub {
  width: 23%;
  background-color: #f0ecec;
}
@media screen and (max-width: 768px){
  .news-sub {
    width: 100%;
  }
}



.news-sub__category {
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-wrap: wrap;
}

.news-sub__title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

.news-sub__btn a {
  font-family: "Zen Old Mincho", serif;
  background-color: #FFF;
  display: inline-block;
  margin-right: 8px;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}
.news-sub__btn a:hover {
  background-color: #000;
  color: #FFF;
}

/* ページネーション左右アイコン */
svg.icon {
  width: 1em;
  height: 1em;
}



/* News個別記事ページ */
.news__article {
  margin: 25px 0 0;
}

.news__article p {
  margin-bottom: 10px;
}

.news__article figure {
  display: block;
  width: 90%;
  margin: 40px auto;
}

.news__article img {
  display: block;
  width: 100%;
  height: auto;
}

/* 個別記事ナビ */
.nav-links {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.nav-previous {
  text-align: left;
  width: 45%;
  float: left;
}
@media screen and (max-width: 500px){
  .news .nav-previous {
    width: 45%;
  }
}
.nav-top {
  text-align: center;
  width: 100%;
  padding:10px 0 ;
}

.nav-next {
  text-align: right;
  width: 45%;
  float: right;
}
@media screen and (max-width: 500px){
  .news .nav-next {
    width: 45%;
  }
}

.nav-previous a,
.nav-next a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 22px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.nav-top a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 22px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            TOP-gallery
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.gallery__cardWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.gallery-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  aspect-ratio: 9/16;
  width: 23%;
  background-color: #f0ecec;
  padding: 20px 10px;
  margin-bottom: 20px;
	margin-right: 2.66%;
}

.gallery-card:nth-child(4n) {margin-right: 0;}

@media screen and (max-width: 768px){
  .gallery-card {
    width: 49%;
    margin-bottom: 10px;	
	margin-right: 2%;
  }
.gallery-card:nth-child(2n) {margin-right: 0;}
}

.gallery-card:hover {
  opacity: .7;
}

.gallery-card__inner-img {
  width: 90%;
  height: 80%;
  margin: 0 auto;
  /* aspect-ratio: 3/4; */
  display: flex;
  align-items: center;
  background-color: #f0ecec;
  overflow: hidden;
}

.gallery-card__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


.gallery-card__title {
  display: flex;
  flex-direction: column;
  align-content: flex-end;  
}

.gallery-card__title-ja {
  font-size: 12px;
}
.gallery-card__title-en {
  font-size: 10px;
}



/*■■■■■■
下層-Gallery
■■■■■■■*/
.gallery-wrap {
}

.gallery__list--main {
  width: 100%;
}

.gallery__description {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px){
  .gallery__description {
    margin-bottom: 40px;
  }
}

.gallery__caption-wrap {
  font-family: YakuHanJP,"Zen Old Mincho", serif;
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.gallery__date {
  margin-right: 10px;
}

.gallery__title--ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
}


.gallery__title--en {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  margin-top: 4px;
}

.gallery-sub__title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.gallery__article {
  margin-top: 40px;
}
.gallery__img-wrap {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px){
  .gallery__img-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}

.gallery__img-wrap img {
  width: 100%;
}

.gallery__img-wrap--column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px){
  .gallery__img-wrap--column {
    width: 100%;
    margin-bottom: 10px;
  }
}


.gallery__img-wrap--column img {
  width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 500px){
  .gallery__img-wrap--column img {
    width: calc(100% / 2 - 5px);
  }
}
.gallery__img-wrap--column img:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 500px){
  .gallery__img-wrap--column img:nth-child(odd) {
    margin-right: 10px;
  }
}



/*■■■■■■
下層-Gallery__検索モジュール
■■■■■■■*/
#filterModule {
  margin: 0 auto 80px;
  max-width: 800px;
  padding: 40px 50px;
  box-shadow: 0 5px 10px 0px rgba(0, 12, 50, .2);
}
@media screen and (max-width: 768px){
  #filterModule {
    margin: 0 auto;
    position: fixed;
    bottom: -150%; /* 初期状態は画面外 */
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 30;
    transition: bottom 0.5s;
    max-height: 80vh;
    overflow-y: auto;
    padding: 0;
  }
  .filter__container {
    padding: 20px 20px 40px;
  }
  #filterModule.is-open {
    bottom: 0;
  }

  .open-btn
   {
    position: fixed;
    /* bottom: env(safe-area-inset-bottom, 0);
    padding-bottom: calc(1em + env(safe-area-inset-bottom, 0)); */
    bottom: 0;
    padding-bottom: 1em;
    padding-bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1em;
    z-index: 29;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
  }

  .close-btn
   {
    padding-bottom: 1em;
    padding-bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1em;
    z-index: 31;
    font-size: 16px;
    cursor: pointer;
    position: sticky;
    top: 0;
    bottom: auto;
  }


  .filter-toggle__icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(135deg);
    margin-left: 10px;
    align-self: center;
  }
  /* モジュール開いた時はアイコンを回転 */
  #filterModule.is-open .filter-toggle__icon {
    transform: rotate(-45deg);
  }
}



.filter__title {
  font-family: "PT Serif", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.filter__btn-area {
  font-family: "Zen Old Mincho", serif;
  padding: 40px 0;
}
@media screen and (max-width: 768px){
  .filter__btn-area {
    padding: 20px 0;
  }
}

.filter__category-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter__category-title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.filter__category-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin-left: 1em;
}

.filter__category {
  margin-bottom: 20px;
}


.filter li {
  cursor: pointer;
  background-color: #f0ecec;
  transition: all.3s;
}

.filter li.is-active {
  color: #FFF;
  background-color: #000;
}

.category li {
  display: none;
}

.category li.is-show {
  display: block;
}

.filter__category--all {
  display: inline-block;
}
.filter__category--all li {
  padding: 2px 10px;
}

.filter__category--year {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.filter__category--year li {
  width: 70px;
  padding: 2px 0;
  text-align: center;
}

.filter__category--style li {
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px){
  .filter__category--style li {
    width: 100%;
  }
}


.filter__category--style li span {
  font-size: 14px;
}


.category .section__heading--gallery {
  margin-bottom: 20px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            TOP-exhibition
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.top-exhibition__cardWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.exhibition-card {
  display: flex;
  justify-content: space-between;
  height: 100%;
  aspect-ratio: 3/1;
  width: 49%;
  background-color: #f0ecec;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .exhibition-card {
    width: 100%;
  }
}

.exhibition-card:hover {
  opacity: .7;
}

.exhibition-card__inner-img {
  margin-left: auto;
  aspect-ratio: 5/3;
  display: flex;
  align-items: center;
  background-color: #f0ecec;
}

.exhibition-card__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


.exhibition-card__txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;  
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  text-align: right;
}

.exhibition-card__title {
  font-size: 12px;
  margin-bottom: 10px;
}
.exhibition-card__year {
  font-size: 10px;
}
.exhibition-card__site {
  font-size: 10px;
}

/*■■■■■■
下層-exhibition
■■■■■■■*/
.exhibition-wrap {
}

.exhibition__list--main {
  width: 100%;
}

.exhibition__description {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px){ 
  .exhibition__description {
    margin-bottom: 40px;
  }
}

.exhibition__caption-wrap {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.exhibition__date {
  margin-right: 10px;
}

.exhibition__title--ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
}
.exhibition__title--en {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  margin-top: 4px;
}

.exhibition-sub__title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.exhibition__article {
  margin-top: 40px;
}
.exhibition__img-wrap {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px){
  .exhibition__img-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}

.exhibition__img-wrap img {
  width: 100%;
}

.exhibition__img-wrap--column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px){
  .exhibition__img-wrap--column {
    width: 100%;
    margin-bottom: 10px;
  }
}


.exhibition__img-wrap--column img {
  width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 500px){
  .exhibition__img-wrap--column img {
    width: calc(100% / 2 - 5px);
  }
}
.exhibition__img-wrap--column img:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 500px){
  .exhibition__img-wrap--column img:nth-child(odd) {
    margin-right: 10px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            TOP-Profile
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.top-profile__Wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .top-profile__Wrap {
    display: flex;
    flex-direction: column;
  }
}

.top-profile__img {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 768px){
  .top-profile__img {
    width: 100%;
    margin: 0 auto;
  }
}

.top-profile__img img {
  width: 60%;
}

@media screen and (max-width: 768px){
  .profile__logoWrap {
    text-align: center;
  }
}
.profile__logo {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .profile__logo {
    width: 40%;
    margin: 20px auto;
  }
}

.top-profile__text {
  width: 65%;
}
@media screen and (max-width: 768px){
  .top-profile__text {
    width: 100%;
    margin: 0 auto;
  }
}

.top-profile__text p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.top-profile__text--ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  margin-bottom: 2em;
}

.top-profile__text--en {
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 1.5;
}

.profile__table {
  margin-bottom: 2em;
}

.table__date {
  width: 15%;
}
@media screen and (max-width: 500px){
  .table__date {
    width: 70px;
  }
}

.top__note {
  margin-top: 20px;
  text-align: right;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            下層-Profile
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.profile__Wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .profile__Wrap {
    display: flex;
    flex-direction: column;
  }
}

.profile__img {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 768px){
  .profile__img {
    width: 100%;
    margin: 0 auto;
  }
}

.profile__img img {
  width: 60%;
}

@media screen and (max-width: 768px){
  .profile__logoWrap {
    text-align: center;
  }
}
.profile__logo {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .profile__logo {
    width: 40%;
    margin: 20px auto;
  }
}

.profile__text {
  width: 65%;
}
@media screen and (max-width: 768px){
  .profile__text {
    width: 100%;
    margin: 0 auto;
  }
}

.profile__text p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.profile__text--ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  margin-bottom: 2em;
}


.profile__timeline {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px){
  .profile__timeline {
    display: block;
  }
}


.profile__timeline-solo,
.profile__timeline-group {
  width: 50%;
}
@media screen and (max-width: 768px){
  .profile__timeline-solo,
  .profile__timeline-group {
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .profile__timeline-solo {
   margin-bottom: 60px;
  }
}




.profile__timeline-table {
  font-size: 14px;
  letter-spacing: 0;
}


.profile__timeline-date {
  text-align: right;
  padding-right: 10px;
}

.profile__timeline-title {
  display: inline-block;
  border: 1px solid #000;
  padding: 0 20px;
  border-radius: 100px;
  margin-bottom: 1em;
}

.profile__timeline-site {
  font-size: 10px;
}




.expression-intro {
  font-family: "Zen Old Mincho", serif;
}

.expression-era {
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .expression-era h3 {
    margin-bottom: 10px;
  }
}

.expression-era__age {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
}
@media screen and (max-width: 768px){
  .expression-era__age {
    display: block;
  }
}


.expression-era__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
}

.expression-era__intro {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 500px){
  .expression-era__intro {
    margin-bottom: 40px;
  }
}

.kakko {
  padding: 1em 2em;
  position: relative;
  box-sizing: border-box;
  height: auto;
}
.kakko::before,
.kakko::after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: solid 1px #000;
  border-bottom: solid 2px #000;
  top: 0;
}
.kakko::before {
  border-left: solid 1px #000;
  left: 0;
}
.kakko::after {
  border-right: solid 1px #000;
  right: 0;
}



.expression-work {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px){
  .expression-work {
    display: block;
  }
}
@media screen and (max-width: 500px){
  .expression-work {
    margin-bottom: 80px;
  }
}



.expression-work__img {
  width: 40%;
}
@media screen and (max-width: 768px){
  .expression-work__img {
    width: 100%;
  }
}

.expression-work__img img {
  width: 100%;
  margin-bottom: 20px;
}

.expression-work__desc {
  font-size: 10px;
  letter-spacing: 0;
}

.expression-work__text {
  font-family: "Zen Old Mincho", serif;
  width: 50%;
}
@media screen and (max-width: 768px){
  .expression-work__text {
    width: 100%;
    margin-top: 20px;
  }
}

.expression-work__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.expression-work__text p {
  font-size: 14px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            下層-Workshop
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.workshop__main {
  overflow-x: hidden;
}
.workshop {
  margin-top: 200px;
}
@media screen and (max-width: 768px){
  .workshop {
    margin-top: 60px;
  }
}


.workshop__card,
.workshop__card--reverce {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 300px;
}
@media screen and (max-width: 768px){
  .workshop__card,
  .workshop__card--reverce {
    position: relative;
    display: block;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 500px){
  .workshop__card,
  .workshop__card--reverce {
    position: relative;
    display: block;
    margin-bottom: 80px;
  }
}

.workshop__card--reverce {
  flex-direction: row-reverse;
}

.workshop__card::before {
  content: "";
  position: absolute;
  background-color: #f0ecec;
  height: 400px;
  width: 80vw;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-30%);
  margin: auto 0;
}
@media screen and (max-width: 768px){
  .workshop__card::before {
    height: 400px;
    width: 90vw;
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 500px){
  .workshop__card::before {
    height: 400px;
    width: 95vw;
    transform: translateX(-5%);
  }
}

.workshop__card--reverce::before {
  content: "";
  position: absolute;
  background-color: #f0ecec;
  height: 400px;
  width: 80vw;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateX(30%);
}
@media screen and (max-width: 768px){
  .workshop__card--reverce::before {
    height: 400px;
    width: 90vw;
    transform: translateX(10%);
  }
}
@media screen and (max-width: 500px){
  .workshop__card--reverce::before {
    height: 400px;
    width: 95vw;
    transform: translateX(5%);
  }
}

.workshop__img-wrapper {
  width: 50%;
}
@media screen and (max-width: 768px){
  .workshop__img-wrapper {
    width: 100%;
  }
}

.workshop__img {
  width: 100%;
  margin: 0 auto;
}
.workshop__note {
  font-size: 12px;
}



.workshop__text-wrapper {
  width: 40%;
}
@media screen and (max-width: 768px){
  .workshop__text-wrapper {
    width: 100%;
  }
}

.workshop__title-inner {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.workshop__year {
  font-size: 12px;
  color: #FFF;
  background-color: #000;
  padding: 4px 10px;
  margin-right: 10px;
}
.workshop__site {
  font-size: 14px;
  font-weight: 600;
}
.workshop__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}


.workshop__text {
  font-size: 14px;
}
.workshop__text::before {
  content: "";
  display: block;
  margin: 10px auto;
  height: 60px;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px){
  .workshop__text::before { 
    margin-top: 20px;
  }
}


@media screen and (max-width: 768px){
  .workshop__title-wrapper {
    margin-bottom: 3em;
  }
}



.otherWorks {
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            下層-Contact
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.contact-form {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
}

.contact-form-item {
  padding-top: 20px;
}

.contact-form-item-ttl {
  display: flex;
  align-self: center;
  padding-right: 20px;
}

.form-required::after {
  content: "※必須";
  color: #e0330a;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  margin-left: 0;
}

.contact-form-input {
  width: 100%;
  height: 3rem;
  font-size: 16px;
  padding: 0 20px;
  background-color: #f0ecec;
  border: none;
}

.contact-form-textarea {
  width: 100%;
  font-size: 16px;
  background-color: #f0ecec;
  border: none;
  padding: 20px;
}

.form-recaptcha-txt {
  display: block;
  width: 60%;
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 768px){
  .form-recaptcha-txt {
    width: 80%;
    max-width: 600px;
    margin: 40px auto;
  }
}


.form-recaptcha-txt a {
  text-decoration: underline;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    ScrollReveal追加（MV__text用）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.blr_set{
  filter: blur(10px);
  transition: all 0.8s ease;
}
.blr_reset{
  filter: blur(0px);
}
.blr_set2{
  filter: blur(10px);
  transition: all 0.8s ease;
}
.blr_reset2{
  filter: blur(0px);
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    reCAPTHA 保護マーク非表示
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.grecaptcha-badge { visibility: hidden; }