@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;700&display=swap");
/*
-------------------------------------------
COMMON
-------------------------------------------
*/
.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

button {
  cursor: pointer;
}

.mb-0 {
  margin-bottom: 0;
}

#header {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1180px) {
  #header {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 80px;
  }
}

#header .header-inner {
  width: calc(100% - 180px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #header .header-inner {
    width: calc(100vw - 40px);
  }
}

#header .header-inner h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 6px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header .header-inner h1 a {
  text-decoration: none;
  color: #000;
}

#header .header-inner h1 span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 15px;
}

#header .header-inner ul {
  display: block;
  height: auto;
  margin: 0;
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

@media screen and (max-width: 1180px) {
  #header .header-inner ul {
    display: none;
    margin: 0;
    padding: 60px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .header-inner ul.active {
    display: block;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100vw;
    height: calc( 100vh - 120px);
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .header-inner ul.active li {
    display: block;
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0;
    text-align: center;
  }
  #header .header-inner ul.active li.icon-mail {
    text-align: right;
    display: inline-block;
    width: 50vw;
    margin: 0;
    padding: 0 20px 100px 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .header-inner ul.active li.icon-facebook {
    text-align: left;
    display: inline-block;
    width: 30vw;
    margin: 0;
    padding: 0 0 100px 20px;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #header .header-inner ul.active {
    top: 80px;
    height: calc( 100vh - 80px);
  }
}

#header .header-inner ul li {
  display: inline-block;
  margin-right: 60px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1180px) {
  #header .header-inner ul li {
    display: block;
  }
}

#header .header-inner ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header .header-inner ul li a:hover {
  opacity: 0.5;
}

#header .header-inner ul li a.default {
  position: relative;
}

#header .header-inner ul li a.current:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -15px;
  background: #000;
}

@media screen and (max-width: 1180px) {
  #header .header-inner ul li a.current:after {
    content: none;
  }
}

#header .header-inner ul li:nth-child(5) {
  margin-right: 0;
}

#header .header-inner ul li:last-child {
  margin-right: 0;
}

#header .header-inner ul li.icon-mail {
  width: 20px;
  margin-left: 80px;
  margin-right: 40px;
}

#header .header-inner ul li.icon-mail img {
  width: 100%;
  margin-bottom: 3px;
}

@media screen and (max-width: 1180px) {
  #header .header-inner ul li.icon-mail img {
    width: 24px;
  }
}

#header .header-inner ul li.icon-facebook {
  width: 20px;
}

#header .header-inner ul li.icon-facebook img {
  width: 100%;
}

@media screen and (max-width: 1180px) {
  #header .header-inner ul li.icon-facebook img {
    width: 24px;
  }
}

#header .header-inner ul li span {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header .sp-menu {
  display: none;
}

@media screen and (max-width: 1180px) {
  #header .sp-menu {
    display: block;
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: auto;
    right: auto;
  }
  #header .sp-menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    background: #000000;
    width: 45%;
  }
  #header .sp-menu span:nth-of-type(1) {
    top: 15px;
  }
  #header .sp-menu span:nth-of-type(2) {
    top: 23px;
  }
  #header .sp-menu span:nth-of-type(3) {
    top: 31px;
  }
  #header .sp-menu.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #header .sp-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .sp-menu.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #header .sp-menu {
    top: 5px;
  }
}

footer {
  height: 160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
}

@media screen and (max-width: 767px) {
  footer {
    height: 80px;
    font-size: 12px;
  }
}

.mv {
  width: 100%;
}

.mv img {
  width: 100%;
}

.index-title {
  max-width: 1280px;
  margin: 120px auto 90px;
}

@media screen and (max-width: 767px) {
  .index-title {
    margin: 60px auto 40px;
  }
}

.index-title h2.index-h2 {
  font-size: 64px;
  font-family: 'Cormorant Garamond', serif;
}

@media screen and (max-width: 767px) {
  .index-title h2.index-h2 {
    font-size: 32px;
  }
}

.container {
  max-width: 1470px;
  margin: 70px auto 0;
  padding: 0 90px;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100vw - 40px);
    margin: 30px auto 0;
    padding: 0;
  }
}

.container h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 100px;
  font-weight: 200;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .container h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.container h2 p {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .container h2 p {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

/*
-------------------------------------------
PAGE NEWS
-------------------------------------------
*/
section#news {
  max-width: 900px;
  margin: 0 auto;
}

section#news .article {
  padding-bottom: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#news .article.pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  section#news .article {
    padding-bottom: 60px;
  }
}

section#news .article h3 {
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  section#news .article h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

section#news .article .img {
  max-width: 650px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  section#news .article .img {
    margin: 0 auto 30px;
  }
}

section#news .article .img img {
  width: 100%;
}

section#news .article p {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  section#news .article p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.8em;
  }
}

section#news .article a {
  color: #6A6A6A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#news .article a:hover {
  opacity: .7;
  zoom: 1;
}

section#news .article b {
  font-weight: bold;
}

/*
-------------------------------------------
BIOGRAPHY
-------------------------------------------
*/
section.biography.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  section.biography.col-2 {
    display: block;
    margin: 0;
  }
}

section.biography.col-2 .lang-ja, section.biography.col-2 .lang-en {
  width: calc( 50% - 30px);
  margin: 0;
}

@media screen and (max-width: 767px) {
  section.biography.col-2 .lang-ja, section.biography.col-2 .lang-en {
    width: 100%;
    margin-bottom: 35px;
  }
}

section.biography.col-2 .lang-ja h3, section.biography.col-2 .lang-en h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

section.biography.col-2 .lang-ja dl, section.biography.col-2 .lang-en dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.biography.col-2 .lang-ja dt, section.biography.col-2 .lang-ja dd, section.biography.col-2 .lang-en dt, section.biography.col-2 .lang-en dd {
  font-size: 16px;
  line-height: 2.1em;
}

section.biography.col-2 .lang-ja dt, section.biography.col-2 .lang-en dt {
  width: 93px;
}

section.biography.col-2 .lang-ja dd, section.biography.col-2 .lang-en dd {
  width: calc( 100% - 93px);
}

section.biography.col-2 .lang-ja h3, section.biography.col-2 .lang-ja dt, section.biography.col-2 .lang-ja dd {
  font-family: 'Noto Serif JP', serif;
}

section.biography.col-2 .lang-en h3, section.biography.col-2 .lang-en dt, section.biography.col-2 .lang-en dd {
  font-family: 'Cormorant Garamond', serif;
}

section.biography.col-1 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  section.biography.col-1 {
    margin: 60px 0 0 0;
  }
}

section.biography.col-1 h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 200;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  section.biography.col-1 h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

section.biography.col-1 h3 p {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  section.biography.col-1 h3 p {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

section.biography.col-1 .inner {
  max-width: 800px;
  margin: 0 auto;
}

section.biography.col-1 .inner .img {
  padding-top: 2em;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section.biography.col-1 .inner .img {
    padding-top: 1em;
  }
}

section.biography.col-1 .inner .img img {
  width: 100%;
}

section.biography.col-1 .inner .img p {
  font-size: 12px;
}

section.biography.col-1 .inner p {
  font-size: 16px;
  line-height: 2.1em;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2.5em;
}

/*
-------------------------------------------
PAGE WORDS
-------------------------------------------
*/
section#words dl {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
}

section#words dl dt {
  height: 120px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  section#words dl dt {
    min-height: 80px;
    height: auto;
  }
}

section#words dl dt .item-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  width: calc( 100% - 50px);
}

@media screen and (max-width: 767px) {
  section#words dl dt .item-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

section#words dl dt .item-title P {
  margin-top: 15px;
  font-size: 14px;
  color: #6A6A6A;
}

@media screen and (max-width: 767px) {
  section#words dl dt .item-title P {
    font-size: 12px;
  }
}

section#words dl dt .item-status {
  width: 40px;
  height: 40px;
  margin-right: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  section#words dl dt .item-status {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

section#words dl dt .item-status:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}

section#words dl dt .item-status:after {
  content: '';
  position: absolute;
  right: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}

section#words dl dt.active .item-status:after {
  content: none;
}

section#words dl dd {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  section#words dl dd {
    padding-bottom: 40px;
    padding-top: 0;
  }
}

section#words dl dd .detail {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#words dl dd .detail .img {
  max-width: 600px;
  margin: 0 auto 55px;
}

@media screen and (max-width: 767px) {
  section#words dl dd .detail .img {
    margin: 0 auto 25px;
  }
}

section#words dl dd .detail .img img {
  width: 100%;
}

section#words dl dd .detail h3 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  section#words dl dd .detail h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

section#words dl dd .detail p {
  font-size: 16px;
  line-height: 2.1em;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  section#words dl dd .detail p {
    font-size: 15px;
    margin-bottom: 35px;
  }
}

section#words dl dd .detail p.mb-0 {
  margin-bottom: 0;
}

section#words dl dd .detail p b {
  font-weight: 600;
}

/*
-------------------------------------------
EXHIBITION
-------------------------------------------
*/
section#exhibition {
  /* モーダル */
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* モーダルを閉じるボタン */
}

section#exhibition h3 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  section#exhibition h3 {
    font-size: 20px;
  }
}

section#exhibition h3 p {
  display: inline-block;
  font-size: 16px;
  margin-top: auto;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  section#exhibition h3 p {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    line-height: 1.5em;
  }
}

section#exhibition .content {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  section#exhibition .content {
    margin-bottom: 40px;
  }
}

section#exhibition .content button {
  border: 0;
  padding: 0;
  margin: 0 11px 11px 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
}

@media screen and (max-width: 1180px) {
  section#exhibition .content button {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  section#exhibition .content button {
    width: calc( (100vw - 75px) / 3);
    height: calc( (100vw - 75px) / 3);
  }
  section#exhibition .content button:nth-child(3) {
    margin-right: 0;
  }
}

section#exhibition .content button img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

section#exhibition .content button:nth-child(6) {
  margin-right: 0;
}

section#exhibition .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal {
    padding: 0;
  }
}

section#exhibition .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

section#exhibition .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

section#exhibition .modal__content {
  position: relative;
  display: block;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding: 0 0 50px 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal__content {
    top: 0;
    padding: 0;
    width: 100%;
    height: 80%;
  }
}

section#exhibition .modal__content .modal__slider .swiper-wrapper .modal__slide img {
  width: 800px;
  height: auto;
  position: relative;
  top: 80px;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal__content .modal__slider .swiper-wrapper .modal__slide img {
    top: 80px;
    width: calc(100vw - 40px);
    height: auto;
  }
}

section#exhibition .modal__content .modal__slider .swiper-wrapper .modal__slide img.vertical {
  width: 525px;
  height: auto;
  top: 80px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal__content .modal__slider .swiper-wrapper .modal__slide img.vertical {
    top: 80px;
    padding-bottom: 0;
    width: calc( ( 100vw - 40px ) * ( 525 / 800 ));
    height: auto;
  }
}

section#exhibition .modal__content .modal__slider .swiper-wrapper .modal__slide img.middle {
  width: auto;
  height: 680px;
  top: 80px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal__content .modal__slider .swiper-wrapper .modal__slide img.middle {
    top: 80px;
    padding-bottom: 0;
    width: calc( ( 100vw - 40px ) * ( 525 / 800 ));
    height: auto;
  }
}

section#exhibition .modal__property {
  width: 800px;
  position: relative;
  top: 80px;
  height: 105px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal__property {
    height: 60px;
  }
}

section#exhibition .modal__property .modal__title {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  width: 90%;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal__property .modal__title {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

section#exhibition .modal__property .modal__title span {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  section#exhibition .modal__property .modal__title span {
    font-size: 12px;
  }
}

section#exhibition .modal__content .modal__property .modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 71px;
  background: #fff;
  border: 0;
  cursor: pointer;
  z-index: 10;
  margin: 0;
  padding: 0;
}

section#exhibition .is-sp .modal__close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 30px;
  border: 0;
  cursor: pointer;
  background: #fff;
  margin: 0;
  padding: 0;
}

section#exhibition .is-sp .modal__close-btn img {
  width: 30px;
}

section#exhibition .swiper-button-next, section#exhibition .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 70px;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

section#exhibition .swiper-button-next:after {
  font-size: 0;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  width: 45px;
  height: 45px;
  line-height: 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

section#exhibition .swiper-button-prev:after {
  font-size: 0;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  width: 45px;
  height: 45px;
  line-height: 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

section#exhibition .slideNone .swiper-button-next, section#exhibition .slideNone .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 767px) {
  section#exhibition .swiper-button-next, section#exhibition .swiper-button-prev {
    position: fixed;
    margin-top: 0;
    top: auto;
    bottom: 40px;
  }
  section#exhibition .swiper-button-next {
    right: 20px;
  }
  section#exhibition .swiper-button-prev {
    left: 20px;
  }
}

/*
-------------------------------------------
WORKS
-------------------------------------------
*/
section#works {
  /* モーダル */
  /* スライダーナビゲーション */
}

section#works h3 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  section#works h3 {
    font-size: 20px;
  }
}

section#works h3 p {
  display: inline-block;
  font-size: 16px;
  margin-top: auto;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  section#works h3 p {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    line-height: 1.5em;
  }
}

section#works .content {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  section#works .content {
    margin-bottom: 40px;
  }
}

section#works .content ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#works .content ul li {
  list-style: none;
  border: 0;
  padding: 0;
  margin: 0 10px 10px 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 200px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1180px) {
  section#works .content ul li {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  section#works .content ul li {
    width: calc( (100% - 20px) / 3);
    height: calc( (100% - 20px) / 3);
  }
  section#works .content ul li:nth-child(3n) {
    margin-right: 0;
  }
}

section#works .content ul li img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

section#works .content ul li img.size-sm {
  margin: 0;
  width: 60%;
  height: 60%;
}

@media screen and (max-width: 1180px) {
  section#works .content ul li img.size-sm {
    margin-top: 20%;
    margin-bottom: 20%;
  }
}

section#works .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
}

@media screen and (max-width: 767px) {
  section#works .modal {
    padding: 0;
    overflow-y: hidden;
  }
}

section#works .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

section#works .modal .modal__overlay {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
}

section#works .modal .modal__content {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content {
    top: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
  }
}

section#works .modal .modal__content .modal__slider .swiper-wrapper {
  width: 100%;
  height: auto;
  background: transparent;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide.vertical {
    top: 0;
  }
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property {
  width: 800px;
  position: relative;
  height: 115px;
  margin: 0 auto;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property {
    height: 60px;
  }
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property .modal__title {
  text-align: left;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property .modal__title {
    font-size: 16px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property .modal__title span {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property .modal__title span {
    font-size: 12px;
  }
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property .js-close-modal {
  width: 50px;
  height: 71px;
  background: transparent;
  border: 0;
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide .modal__property .js-close-modal img {
  width: 50px;
  height: 71px;
  position: static;
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide img {
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide img {
    top: 75px;
    width: calc(100vw - 40px);
    height: auto;
  }
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide.vertical img {
  width: 480px;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide.vertical img {
    top: 75px;
    width: calc(100vw - 40px);
    height: auto;
  }
}

section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide.middle img {
  width: auto;
  height: 680px;
}

@media screen and (max-width: 767px) {
  section#works .modal .modal__content .modal__slider .swiper-wrapper .modal__slide.middle img {
    top: 75px;
    width: calc(100vw - 40px);
    height: auto;
  }
}

section#works .is-sp .modal__close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 30px;
  border: 0;
  cursor: pointer;
  background: #fff;
  margin: 0;
  padding: 0;
}

section#works .is-sp .modal__close-btn img {
  width: 30px;
}

section#works .swiper-button-next, section#works .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 64px;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

section#works .swiper-button-next:after {
  font-size: 0;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  width: 45px;
  height: 45px;
  line-height: 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

section#works .swiper-button-prev:after {
  font-size: 0;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  width: 45px;
  height: 45px;
  line-height: 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  section#works .swiper-button-next, section#works .swiper-button-prev {
    position: fixed;
    margin-top: 0;
    top: auto;
    bottom: 25px;
    width: 40%;
    height: 35.2px;
  }
  section#works .swiper-button-next {
    right: 0;
  }
  section#works .swiper-button-prev {
    left: 0;
  }
  section#works .swiper-button-next:after {
    position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
  }
  section#works .swiper-button-prev:after {
    position: absolute;
    left: 20px;
    width: 25px;
    height: 25px;
  }
}

/*
-------------------------------------------
Page Top
-------------------------------------------
*/
.pagetop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
}

.pagetop a {
  display: block;
  position: relative;
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
}

.pagetop a span {
  display: block;
  position: absolute;
  top: 16px;
  left: 12.5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
