@charset "UTF-8";
.pageTitle {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
.pageTitle + .sub {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .pageTitle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .pageTitle {
    font-size: 2rem;
  }
}

h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
h2 + .sub {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 2rem;
  }
}

.container {
  padding-top: 100px;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 75px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}

.works {
  margin-top: 100px;
  padding-bottom: 100px;
}
.works .artists .pageTitle {
  font-size: 2.2rem;
}
.works .artists + .artists {
  margin-top: 0;
}
.works .sub {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.works ul {
  margin-top: 60px;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.works ul li {
  padding: 20px 0;
}
.works ul li a {
  color: #000;
  text-decoration: none;
}
.works ul li a:hover {
  opacity: 0.8;
}

.artists {
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  width: 1280px;
}
@media screen and (max-width: 1280px) {
  .artists {
    width: 100%;
  }
}
.artists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .artists ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.artists ul li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 60px;
}
@media screen and (max-width: 1280px) {
  .artists ul li {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .artists ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .artists ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.artists ul li a figure {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #333;
}
@media screen and (max-width: 767px) {
  .artists ul li a figure {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding-top: 30%;
  }
}
.artists ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.artists ul li a .name {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .artists ul li a .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .artists ul li a .name {
    margin-top: 0;
    margin-left: 20px;
  }
}

.layout {
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  width: 1000px;
}
.layout ul {
  margin-top: 50px;
}
.layout ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .layout ul li {
    display: block;
    text-align: center;
  }
}
.layout ul li div {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .layout ul li div {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .layout ul li div .pctab {
    display: none;
  }
}
.layout ul li div h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .layout ul li div h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}
.layout ul li figure img {
  max-width: 300px;
}
@media screen and (max-width: 375px) {
  .layout ul li figure img {
    max-width: 100%;
  }
}
.layout ul li:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout ul li:nth-child(odd) figure {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .layout ul li:nth-child(odd) figure {
    margin-right: 0;
  }
}
.layout ul li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.layout ul li:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .layout ul li:nth-child(even) figure {
    margin-left: 0;
  }
}
.layout ul li:nth-child(even) div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1280px) {
  .layout {
    width: 100%;
  }
}

.richou {
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  width: 1280px;
}
@media screen and (max-width: 1280px) {
  .richou {
    width: 100%;
  }
}
.richou ul {
  margin-top: 50px;
}
.richou ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .richou ul li {
    display: block;
    text-align: center;
  }
}
.richou ul li div {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .richou ul li div {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .richou ul li div .pctab {
    display: none;
  }
}
.richou ul li div h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .richou ul li div h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}
.richou ul li figure img {
  max-width: 500px;
}
@media screen and (max-width: 530px) {
  .richou ul li figure img {
    max-width: 100%;
  }
}
.richou ul li:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.richou ul li:nth-child(odd) figure {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .richou ul li:nth-child(odd) figure {
    margin-right: 0;
  }
}
.richou ul li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.richou ul li:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .richou ul li:nth-child(even) figure {
    margin-left: 0;
  }
}
.richou ul li:nth-child(even) div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.artist {
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  width: 1000px;
}
@media screen and (max-width: 1280px) {
  .artist {
    width: 100%;
  }
}
.artist figure {
  margin-top: 40px;
  text-align: center;
}
.artist figure img {
  max-width: 100%;
}
.artist figure figcaption {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.artist h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .artist h2 {
    font-size: 1.8rem;
  }
}
.artist p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .artist p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .artist p {
    font-size: 1.3rem;
  }
}
.artist ul.artList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 150px;
  margin-left: -20px;
  margin-right: -20px;
}
.artist ul.artList li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 20px 20px;
}
.artist ul.artList li div {
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
}
.artist p.contact {
  margin-top: 80px;
  text-align: center;
}
.artist p.contact .btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  background: #222222;
  margin-top: 30px;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
}

.exhibitions {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.exhibitions .sub {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .exhibitions h2.exTitle {
    font-size: 1.4rem;
  }
}
.exhibitions ul {
  margin-top: 80px;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .exhibitions ul {
    font-size: 1.4rem;
    line-height: normal;
  }
}
.exhibitions ul li:first-child {
  margin-top: 0;
}
.exhibitions ul li {
  padding: 20px 0;
  margin-top: 80px;
}
.exhibitions ul li a {
  display: block;
  background: #222222;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  margin-top: 30px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  text-align: center;
}
.exhibitions ul li a:hover {
  opacity: 0.8;
}
.exhibitions ul li img {
  max-width: 900px;
}
@media screen and (max-width: 1000px) {
  .exhibitions ul li img {
    max-width: 100%;
  }
}
.exhibitions ul li p {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: normal;
  text-align: left;
  word-wrap: break-word; /* 長い単語を折り返す */
  overflow-wrap: break-word; /* 最新の仕様ではこちらを推奨 */
  white-space: normal; /* 改行を許可（デフォルトだが、念のため） */
}
.exhibitions .past {
  width: auto;
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .exhibitions .past {
    position: static;
    text-align: center;
    display: block;
    margin-top: 100px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .exhibitions.basicPad {
    padding-left: 0;
    padding-right: 0;
  }
}

.exhibition {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .exhibition {
    width: 100%;
  }
}
.exhibition .swiper-box {
  margin-top: 60px;
}
.exhibition .text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .exhibition .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .text {
    font-size: 1.3rem;
  }
}
.exhibition .text a {
  color: #4aa0e2;
}
.exhibition .artistUrl {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .exhibition .artistUrl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .artistUrl {
    font-size: 1.3rem;
  }
}
.exhibition .artistUrl a {
  text-decoration: underline;
}

.exhibitions + .past {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .exhibitions + .past {
    width: 100%;
  }
}
.exhibitions + .past ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 80px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .exhibitions + .past ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.exhibitions + .past ul li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .exhibitions + .past ul li {
    padding: 0;
    margin-bottom: 30px;
  }
}
.exhibitions + .past ul li img {
  width: 100%;
}
.exhibitions + .past ul li .month {
  font-size: 1.2rem;
}
.exhibitions + .past ul li .title {
  font-size: 1.4rem;
  margin-top: 10px;
}
.exhibitions + .past .link {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .exhibitions + .past .link {
    margin-top: 0;
  }
}
.exhibitions + .past .link a {
  display: block;
  background: #222222;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 30px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .exhibitions + .past.basicPad {
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper-box {
  width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper-box {
    width: 100%;
  }
}

.swiper-container {
  width: 100%;
  overflow: visible;
  position: static;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 10;
  background: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev::before {
  display: none;
  position: relative;
  content: "\f104";
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  font-size: 6rem;
  color: #fff;
  padding: 8px 12px;
  opacity: 0.8;
}

.swiper-button-prev svg {
  font-size: 6rem;
  color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.swiper-button-prev svg:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev svg {
    font-size: 4rem;
  }
}

.swiper-button-next::before {
  display: none;
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  font-size: 6rem;
  color: #fff;
  padding: 8px 12px;
  opacity: 0.8;
}

.swiper-button-next svg {
  font-size: 6rem;
  color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.swiper-button-next svg:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-next svg {
    font-size: 4rem;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}

.swiper-pagination-bullet-active {
  background: #222222 !important;
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

#exSingleMain .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 40vw;
  max-height: 600px;
  min-height: 400px;
}
#exSingleMain .swiper-container .swiper-slide {
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#exSingleMain .swiper-container .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
#exSingleMain .swiper-container .swiper-button-white:focus {
  outline: none;
}
#exSingleMain .swiper-container .swiper-button-prev {
  left: 25px;
}
#exSingleMain .swiper-container .swiper-button-next {
  right: 25px;
}

.past {
  width: 600px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .past {
    width: 100%;
  }
}
.past .year {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 80px;
  margin-bottom: 60px;
}
.past p {
  font-size: 1.5rem;
}
.past .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.past .box figure {
  margin-right: 20px;
}
.past .box figure img {
  width: 100px;
}
.past a:hover {
  text-decoration: underline;
}

.gallery {
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  .gallery {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-top: 150px;
  }
}
.gallery .sub {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.gallery .pageTitle {
  text-align: left;
}
.gallery .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .gallery .box {
    display: block;
  }
}
.gallery .box figure {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gallery .box figure {
    margin-top: 50px;
  }
}
.gallery .box figure img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .gallery .box figure img {
    width: 100%;
  }
}
.gallery .box p {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 1.3rem;
  line-height: 1.9;
}
@media screen and (max-width: 1023px) {
  .gallery .box p {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .box p {
    font-size: 1.3rem;
  }
}

.rental {
  height: 100%;
}
.rental header {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 12;
  width: 100%;
}
.rental header.fixed {
  background: rgba(0, 0, 0, 0.3);
}
.rental header.active {
  background: rgba(0, 0, 0, 0);
}
.rental .bread {
  top: 0;
}
@media screen and (max-width: 767px) {
  .rental .bread {
    padding-left: 0;
  }
}
.rental .mainVisual {
  background: url("../images/rental/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: relative;
}
.rental .mainVisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.rental .mainVisual .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.rental .mainVisual .title .pageTitle {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .rental .mainVisual .title .pageTitle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .rental .mainVisual .title .pageTitle {
    font-size: 2rem;
  }
}
.rental .mainVisual .title .sub {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .rental .mainVisual .title .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .rental .mainVisual .title .sub {
    font-size: 1.4rem;
  }
}
.rental .mainVisual .title .text {
  color: #fff;
  font-size: 2.8rem;
  line-height: 2;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .rental .mainVisual .title .text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .rental .mainVisual .title .text {
    font-size: 1.3rem;
  }
}
.rental .container {
  padding-bottom: 100px;
}
.rental main {
  padding-top: 0;
}
.rental section.price {
  margin-top: 90px;
  text-align: center;
}
.rental section.price .text {
  margin-top: 90px;
}
.rental section.price .text .mainText {
  font-size: 3.2rem;
}
@media screen and (max-width: 1440px) {
  .rental section.price .text .mainText {
    font-size: 2.4rem;
  }
}
.rental section.price .text .subText {
  margin-top: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .rental section.price .text .subText {
    font-size: 1.8rem;
  }
}
.rental section.overview {
  margin: 0 auto;
  margin-top: 100px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .rental section.overview {
    width: 100%;
  }
}
.rental section.overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  margin-top: 45px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .rental section.overview dl {
    font-size: 1.6rem;
  }
}
.rental section.overview dl dt {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-top: 1px solid #707070;
  padding: 40px 25px;
}
.rental section.overview dl dd {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-top: 1px solid #707070;
  padding: 40px 25px;
}
.rental section.overview .bottomText {
  margin-top: 45px;
  line-height: 2;
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .rental section.overview .bottomText {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .rental section.overview .bottomText {
    font-size: 1.6rem;
  }
}
.rental section.overview .bottomText .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  .rental section.overview .bottomText .small {
    font-size: 1.3rem;
  }
}
.rental section.overview .mitori img {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .rental section.overview .mitori img {
    width: 100%;
  }
}
.rental .btnBox {
  text-align: left;
  margin-top: 100px;
}
.rental .btnBox a.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  background: #222222;
  margin-top: 30px;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
}

.access {
  margin-top: 100px;
}
.access .contents {
  width: 1000px;
  margin: 0 auto;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .access .contents {
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .access .contents {
    display: block;
  }
}
.access .contents figure {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 1023px) {
  .access .contents figure {
    text-align: center;
  }
}
.access .contents figure img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .access .contents figure img {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .access .contents figure img {
    width: 100%;
  }
}
.access .contents p {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-left: 50px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .access .contents p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .access .contents p {
    padding-left: 0;
    font-size: 1.5rem;
  }
}

.gmapLink {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0px;
}
.gmapLink a {
  text-decoration: underline;
  color: #000;
}

iframe.gmap {
  margin-top: 30px;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 900px) {
  /* グーグルマップ・レスポンシブレイアウト */
  .gmap-wrap {
    margin-top: 100px;
    position: relative;
    height: 0;
    padding-bottom: 100%; /* 縦横比の指定 */
    overflow: hidden;
  }
  .gmap-wrap iframe,
  .gmap-wrap object,
  .gmap-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1280px) {
  body.contact .container {
    padding: 0;
  }
}

section.contact {
  padding-top: 50px;
}
section.contact .en.pageTitle {
  text-align: left;
  margin-bottom: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  section.contact .en.pageTitle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1023px) {
  section.contact .en.pageTitle {
    font-size: 2rem;
  }
}
section.contact .bg {
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  section.contact .bg {
    padding: 100px 75px;
  }
}
@media screen and (max-width: 1023px) {
  section.contact .bg {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .bg {
    padding: 100px 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}
section.contact .bg .formBox {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  padding-top: 0;
}
@media screen and (max-width: 1280px) {
  section.contact .bg .formBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.contact .bg .formBox {
    border-radius: 0;
    padding: 25px;
  }
}
section.contact .bg .formBox #formWrap .formBtn input[type=button],
section.contact .bg .formBox #formWrap .formBtn input[type=submit] {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.3rem;
}
section.contact .bg .formBox .topBox {
  border-bottom: dashed #646464 1px;
  padding-bottom: 50px;
}
section.contact .bg .formBox .topBox .topText {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.contact .bg .formBox .topBox .topText {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  section.contact .bg .formBox .topBox .topText br {
    display: none;
  }
}
section.contact .bg .formBox .topBox .tel {
  margin-top: 50px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  section.contact .bg .formBox .topBox .tel {
    font-size: 2rem;
  }
}
section.contact .bg .formBox .topBox .tel svg {
  margin-right: 10px;
}
section.contact .bg .formBox .topBox .bottomText {
  margin-top: 50px;
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.contact .bg .formBox .topBox .bottomText {
    font-size: 1.4rem;
  }
}
section.contact .bg .formBox .wpcf7 form {
  margin-top: 50px;
}
section.contact .bg .formBox .wpcf7 form #formWrap dl {
  display: block;
  font-size: 1.3rem;
}
section.contact .bg .formBox .wpcf7 form #formWrap dl input[type=text],
section.contact .bg .formBox .wpcf7 form #formWrap dl input[type=email],
section.contact .bg .formBox .wpcf7 form #formWrap dl input[type=tel] {
  width: 300px;
}
@media screen and (max-width: 767px) {
  section.contact .bg .formBox .wpcf7 form #formWrap dl input[type=text],
  section.contact .bg .formBox .wpcf7 form #formWrap dl input[type=email],
  section.contact .bg .formBox .wpcf7 form #formWrap dl input[type=tel] {
    width: 100%;
  }
}
section.contact .bg .formBox .wpcf7 form #formWrap dl dt {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  section.contact .bg .formBox .wpcf7 form #formWrap dl dt:first-child {
    border-top: none;
  }
}
section.contact .bg .formBox .wpcf7 form #formWrap dl dd {
  text-align: left;
}
section.contact .bg .formBox .wpcf7 .wpcf7-response-output {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 5px;
}

#mainVisualEx {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fef7ee no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/exhibitions/mv.jpg");
}
@media screen and (max-width: 767px) {
  #mainVisualEx {
    height: 100svh;
  }
}
#mainVisualEx:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
#mainVisualEx .copy {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  #mainVisualEx .copy {
    font-size: 3rem;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#mainVisualEx .swiper-slide {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#mainVisualEx .swiper-slide-active .slide-img,
#mainVisualEx .swiper-slide-duplicate-active .slide-img,
#mainVisualEx .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#mainVisualEx .slide-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #mainVisualEx .slide-img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mainVisualEx .slide-img {
    width: 100%;
    height: 100%;
  }
}
#mainVisualEx .swiper-container {
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #mainVisualEx .swiper-container {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mainVisualEx .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
}
#mainVisualEx .swiper-slide-active .slide-img,
#mainVisualEx .swiper-slide-duplicate-active .slide-img,
#mainVisualEx .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
#mainVisualEx .slide-img img {
  display: block;
}
#mainVisualEx + .container {
  padding-top: 0;
}

#studioMain .container {
  padding-top: 0;
}
#studioMain .text {
  padding-top: 100px;
}
#studioMain .text p {
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
  font-size: 1.3rem;
  line-height: 2;
  padding-right: 50px;
}
@media screen and (max-width: 1023px) {
  #studioMain .text p {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #studioMain .text p {
    font-size: 1.3rem;
    padding-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  #studioMain .basicPad {
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=misc.css.map */