@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

body {
  color: #555;
  background: #f7f7f7;
  font-family: "Gilda Display", serif;
  font-size: 16px;
  padding: 30px 30px 0;
}
@media screen and (max-width: 559px) {
  body {
    padding: 3.75vw 3.75vw 0;
  }
  body.topPage {
    padding: 6.25vw 6.25vw 0;
  }
}
body.load-fadein {
  -webkit-animation: loading 1.5s;
          animation: loading 1.5s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header,
.sidemenu,
.memo_txt,
h1,
h2,
h3,
h4,
h5,
h6,
.pv,
.nx {
  font-family: "Gilda Display", serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #555;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  color: #999;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.xxxxxxxxx::before {
  font-family: "Font Awesome 6 Free";
  content: "\f24e";
  font-weight: 900;
  padding-right: 3px;
}

table {
  width: 100%;
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .site-title {
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 559px) {
  header .site-title {
    margin-bottom: 3.75vw;
  }
}
header .site-title.only-index-size {
  font-size: clamp(1.75rem, 1.432rem + 1.59vw, 2.625rem);
  margin-bottom: 0.5em;
}
header .rsp_nav {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 9999;
  background-color: rgba(0, 136, 255, 0);
}
header .rsp_nav button.openbtn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 24px;
  height: 16px;
  background-image: url(../images/icon/bars-solid.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
header .rsp_nav button.openbtn.active {
  background-image: url(../images/icon/close-solid.svg);
}
@media screen and (min-width: 1025px) {
  header .rsp_nav {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #g-nav {
    display: none;
  }
}
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(246, 246, 246, 0.95);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .layout_area {
  padding-top: 0em;
}
@media screen and (max-width: 1023px) {
  #g-nav .layout_area {
    padding-top: 0em;
  }
}
#g-nav .layout_area .ins {
  padding: 0px;
}
#g-nav ul {
  display: none;
}
#g-nav.panelactive ul {
  display: block;
}
#g-nav.panelactive ul li {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding: 0.375em 0;
}
#g-nav.panelactive ul li:first-child {
  font-size: clamp(1.5rem, 0.989rem + 0.68vw, 13rem);
  padding: 0.75em 0;
}

html,
body {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
}
footer p.copyright {
  padding-bottom: 30px;
  width: 100%;
  text-align: right;
  font-size: 0.75em;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  footer p.copyright {
    text-align: left;
  }
}
@media screen and (max-width: 559px) {
  footer p.copyright {
    font-size: 0.7em;
    padding-bottom: 6.25vw;
  }
}

main.wrap-all {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main.wrap-all .contents-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
main.wrap-all nav.sidemenu {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  main.wrap-all nav.sidemenu {
    display: none;
  }
}
main.wrap-all .contents-area .category {
  font-size: 1.125em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  main.wrap-all .contents-area .category {
    margin-bottom: 0.375em;
  }
}
@media screen and (max-width: 559px) {
  main.wrap-all .contents-area .category {
    font-size: 0.875em;
  }
}
main.wrap-all .contents-area .title-area h1 {
  line-height: 1.25;
  margin: 0;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  letter-spacing: 0.01em;
  font-size: 28px;
  font-weight: normal;
}
main.wrap-all .contents-area .title-area h1.titleName {
  font-size: 26px;
}
@media screen and (max-width: 559px) {
  main.wrap-all .contents-area .title-area h1 {
    font-size: 24px;
  }
  main.wrap-all .contents-area .title-area h1.titleName {
    font-size: 22px;
  }
}
main.wrap-all .contents-area .title-area .exhibit-info {
  margin-top: 0.75em;
  font-size: 0.8125em;
  line-height: 1.75;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
@media screen and (max-width: 559px) {
  main.wrap-all .contents-area .title-area .exhibit-info {
    font-size: 0.7em;
    line-height: 1.5;
    margin-top: 0.5em;
  }
}
main.wrap-all .contents-area .title-area .exhibit-info {
  font-weight: 300;
}
main.wrap-all nav.sidemenu ul li {
  font-size: 0.875em;
  padding: 0.3125em 0;
}

main.toppage-navi nav.sidemenu.only-index-size ul li {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding: 0.375em 0;
}

button.topBtn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon/angle-up-solid-white.svg);
}
@media screen and (max-width: 1024px) {
  button.topBtn {
    width: 52px;
    height: 52px;
  }
}

.sample-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.ins_page_link {
  margin-top: -105px;
  padding-top: 105px;
}

.backgroundImageSetting {
  background-color: #333;
  background-image: url("../images/index/.jpg?");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.indent_1em p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: auto;
  margin-bottom: auto;
}

.thumbnail_area {
  margin: 30px 0 10vh;
}
.thumbnail_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .thumbnail_area ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thumbnail_area ul li {
  display: none;
  overflow: hidden;
  position: relative;
  margin: 0 15px 15px 0;
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  .thumbnail_area ul li {
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 559px) {
  .thumbnail_area ul li {
    margin: 0 auto 3.75vw;
  }
}
.thumbnail_area ul li a {
  display: block;
  color: #fff;
}
.thumbnail_area ul li .img-area img {
  height: 250px;
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  .thumbnail_area ul li .img-area img {
    height: 25vw;
  }
}
@media screen and (max-width: 559px) {
  .thumbnail_area ul li .img-area img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .thumbnail_area ul li .img-area.hh img {
    width: 75%;
  }
}
.thumbnail_area ul li .infos {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.thumbnail_area ul li .infos p {
  font-family: "Robot", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.75em;
  line-height: 1.25;
  margin-bottom: 0;
  background: #555;
  padding: 0.3125em 0.75em;
}
.thumbnail_area ul li:hover img {
  opacity: 0.8;
}
.thumbnail_area ul li:hover .infos {
  display: block;
}

.photoSet_01 {
  margin: 30px 0 10vh;
}
.photoSet_01 img {
  width: 100%;
}
.photoSet_01 ul li {
  width: 100%;
  margin: 0 0 70px;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .photoSet_01 ul li {
    margin: 0 auto 30px;
    max-width: none;
  }
}
@media screen and (max-width: 559px) {
  .photoSet_01 ul li {
    margin: 0 auto 3.75vw;
  }
}
.photoSet_01 ul li.tate {
  width: 50%;
  max-width: 500px;
}
.photoSet_01 ul video {
  margin: 0;
  width: 100%;
  max-width: 900px;
}
.photoSet_01 ul.gridSet {
  margin: 0 0 70px;
}
@media screen and (max-width: 1024px) {
  .photoSet_01 ul.gridSet {
    margin-bottom: 30px;
  }
}
.photoSet_01 ul.gridSet li {
  margin: 0;
}
.photoSet_01 .exhibit-credit p {
  font-size: 0.875em;
  line-height: 1.75;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}
.photoSet_01 .exhibit-credit p.halt {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.photoSet_01 .book_info {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .photoSet_01 .book_info {
    max-width: 900px;
  }
}
.photoSet_01 .book_info p {
  font-size: 0.875em;
  line-height: 1.75;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}
.photoSet_01 .book_info p.halt {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.photoSet_01 .book_info p + p {
  margin-top: 1em;
}

.wrap-guideText-2lang {
  margin: 0 0 70px;
}
@media screen and (max-width: 1024px) {
  .wrap-guideText-2lang {
    margin-bottom: 30px;
  }
}
.wrap-guideText-2lang {
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media screen and (max-width: 1024px) {
  .wrap-guideText-2lang {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
@media screen and (max-width: 559px) {
  .wrap-guideText-2lang {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2em;
  }
}
.wrap-guideText-2lang p {
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125em;
  line-height: 2;
}
@media screen and (max-width: 559px) {
  .wrap-guideText-2lang p {
    line-height: 1.75;
  }
}

.photoSet_01.Stlleven ul {
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .photoSet_01.Stlleven ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 559px) {
  .photoSet_01.Stlleven ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.75vw;
  }
}

.photoSet_01.trace_of_light_book {
  max-width: 900px;
}
.photoSet_01.trace_of_light_book ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 70px;
}
@media screen and (max-width: 1024px) {
  .photoSet_01.trace_of_light_book ul {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 559px) {
  .photoSet_01.trace_of_light_book ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.75vw;
  }
}

.photoSet_01.KITSILANO_book .guideText {
  margin: 0 0 70px;
}
@media screen and (max-width: 1024px) {
  .photoSet_01.KITSILANO_book .guideText {
    margin-bottom: 30px;
  }
}
.photoSet_01.KITSILANO_book .guideText p {
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125em;
  line-height: 2;
}
.photoSet_01.KITSILANO_book ul {
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 559px) {
  .photoSet_01.KITSILANO_book ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.75vw;
  }
}

@media screen and (min-width: 1025px) {
  .photoSet_01.trace_of_light_original {
    width: calc(100% - 180px + 30px);
  }
}
.photoSet_01.trace_of_light_original ul li {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
  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;
}
.photoSet_01.trace_of_light_original ul li img {
  display: block;
  width: auto;
  height: 65vh;
}
@media screen and (max-width: 1024px) {
  .photoSet_01.trace_of_light_original ul li img {
    width: 65%;
    height: auto;
  }
}
.photoSet_01.trace_of_light_original ul li.txt {
  padding: 4em 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;
}
.photoSet_01.trace_of_light_original ul li.txt p {
  max-width: 900px;
  font-family: serif;
  line-height: 2;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
@media screen and (max-width: 559px) {
  .photoSet_01.trace_of_light_original ul li.txt p {
    padding: 0 1em;
    font-size: 0.875em;
  }
}

.photoSet_01.center_640 ul {
  max-width: 900px;
}
.photoSet_01.center_640 ul li {
  width: 100%;
  margin: 70px auto;
  max-width: 640px;
}

@media screen and (min-width: 1025px) {
  .paris_tokyo_area {
    width: calc(100% - 180px + 30px);
  }
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  .paris_tokyo_area {
    width: 100%;
  }
}
.paris_tokyo_area img {
  width: 100%;
}
.paris_tokyo_area .imageSet_paris_tokyo {
  width: 100%;
  margin-bottom: 100px;
}
.paris_tokyo_area .imageSet_paris_tokyo h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25em;
  margin: 2em 0 1em;
  font-size: 24px;
}
.paris_tokyo_area .pt_txt_area p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 0.75em;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}
.paris_tokyo_area .pt_txt_area p.quote {
  padding-left: 1em;
  font-style: italic;
  border-left: 1px solid #ccc;
  margin: 1.5em 0;
}
.paris_tokyo_area .pt_txt_area p .pt_img_area img {
  width: 100%;
  margin-bottom: 1px;
}
.paris_tokyo_area .pt_txt_area p .pt_img_area.half_s img {
  width: 50%;
  margin-bottom: 0px;
  float: left;
}
.paris_tokyo_area .flex_3rd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paris_tokyo_area .flex_3rd .pt_img_area {
  width: 31%;
}
.paris_tokyo_area .flex_3rd .pt_txt_area {
  width: 31%;
}
@media screen and (max-width: 559px) {
  .paris_tokyo_area .flex_3rd {
    display: block;
  }
  .paris_tokyo_area .flex_3rd .pt_img_area,
  .paris_tokyo_area .flex_3rd .pt_txt_area {
    width: 100%;
    margin-top: 1em;
  }
}
.paris_tokyo_area .flex_2nd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paris_tokyo_area .flex_2nd .pt_img_area {
  width: 65%;
}
.paris_tokyo_area .flex_2nd .pt_img_area.half_s {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  row-gap: 0px;
}
.paris_tokyo_area .flex_2nd .pt_txt_area {
  width: 31%;
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  .paris_tokyo_area .flex_2nd .pt_img_area {
    width: calc(50% - 1em);
  }
  .paris_tokyo_area .flex_2nd .pt_img_area.half_s {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 0px;
  }
  .paris_tokyo_area .flex_2nd .pt_txt_area {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 559px) {
  .paris_tokyo_area .flex_2nd {
    display: block;
  }
  .paris_tokyo_area .flex_2nd .pt_img_area {
    width: 100%;
  }
  .paris_tokyo_area .flex_2nd .pt_img_area.half_s {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 0px;
  }
  .paris_tokyo_area .flex_2nd .pt_txt_area {
    margin-top: 1em;
    width: 100%;
  }
}

.text-box-aspect-STILL-LIFE-exhibition {
  aspect-ratio: 16/9;
  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;
}

.dayP p {
  margin-top: 0.375em;
  font-size: 1em;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}

.photoSet_01.variations ul li {
  max-width: 500px;
  margin: 0px auto;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .photoSet_01.variations ul li {
    width: 100%;
    max-width: none;
  }
}

.photoSet_01.trace_of_light_exhibition ul {
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 70px;
}
.photoSet_01.trace_of_light_exhibition ul li.set img {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .photoSet_01.trace_of_light_exhibition ul li.set img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 559px) {
  .photoSet_01.trace_of_light_exhibition ul li.set img {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .photoSet_01.trace_of_light_exhibition ul {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 559px) {
  .photoSet_01.trace_of_light_exhibition ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.75vw;
  }
}

.photoSet_01.KITSILANO ul {
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}
@media screen and (max-width: 559px) {
  .photoSet_01.KITSILANO ul {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}
.photoSet_01.KITSILANO ul li {
  margin: 0;
  overflow: hidden;
}
.photoSet_01.KITSILANO ul li img {
  aspect-ratio: 35/43;
  -o-object-fit: cover;
     object-fit: cover;
}

.photoSet_01.kurashi-no-techo ul li p {
  line-height: 1.5;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
.photoSet_01.kurashi-no-techo ul li p:first-of-type {
  margin-top: 0.5em;
  font-size: 0.875em;
}
.photoSet_01.kurashi-no-techo ul li p:last-of-type {
  font-size: 0.75em;
}

.photoSet_01.FRUITS ul {
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 559px) {
  .photoSet_01.FRUITS ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.75vw;
  }
}

.photoSet_01.ROOMS ul {
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 559px) {
  .photoSet_01.ROOMS ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.wide_slide {
  margin: 30px 0 10vh;
}
.wide_slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
}
.wide_slide ul .scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wide_slide ul .scrollbar::-webkit-scrollbar {
  display: none;
}
.wide_slide ul li {
  height: 460px;
  margin-right: 10px;
}
.wide_slide ul li img {
  height: 100%;
}
@media screen and (max-width: 559px) {
  .wide_slide ul {
    aspect-ratio: 1/1;
  }
  .wide_slide ul li {
    height: 100%;
  }
}

.exhibit-info p.link {
  margin-top: 0.5em;
  font-weight: 400;
}
.exhibit-info p.link i {
  margin-right: 3px;
  font-size: 85%;
}

.contact_wrap,
.writing_wrap,
.bio_wrap {
  margin: 30px 0 10vh;
}

.contact_wrap {
  font-family: "Gilda Display", serif;
  font-weight: normal;
}
.contact_wrap p {
  font-size: 0.875em;
  margin-bottom: 0.125em;
  line-height: 1.5;
}
.contact_wrap p.mail {
  font-size: 1.25em;
}
.writing_wrap > div {
  margin-bottom: 1.75em;
  font-size: 0.8125em;
  line-height: 1.5;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
.writing_wrap > div p.years {
  margin-bottom: 0.125em;
}
.writing_wrap > div ul li {
  margin: 0.125em 0;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  text-indent: -1em;
  padding-left: 1em;
}
.writing_wrap > div ul li::before {
  width: 1em;
  content: "–";
  color: #9c9c9c;
}

.bio_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bio_wrap > div {
  width: calc(50% - 3.5em);
  margin-right: 3.5em;
}
@media screen and (max-width: 1024px) {
  .bio_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bio_wrap > div {
    width: calc(100% - 0em);
    margin-right: 0em;
    margin-bottom: 5em;
  }
}

.bio_contents {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2px 0;
  padding-left: 0.875em;
}
.bio_contents h2.name {
  font-size: 1.125em;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.bio_contents h3 {
  font-size: 1.125em;
  margin: 2.75em 0 0.5em;
  font-weight: normal;
}
.bio_contents h3 span.min {
  font-size: 70%;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}
.bio_contents p {
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125em;
  line-height: 2;
}
.bio_contents p.subs {
  margin-top: 0.375em;
  font-weight: 300;
}
.bio_contents dl > div {
  padding: 0.125em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bio_contents dl dt,
.bio_contents dl dd {
  font-size: 0.8125em;
  line-height: 1.5;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}
.bio_contents dl dt {
  width: 3.125em;
}
.bio_contents dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.bio_contents.bio_en h3 span.min {
  display: block;
  margin-top: 5px;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}