@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

/*font*/
@font-face {
    font-family: 'Makinas';
    src: url('Makinas-4-Square.woff2') format('woff2'),
        url('Makinas-4-Square.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('Now-Regular.woff2') format('woff2'),
        url('Now-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce Sans';
    src: url('OpenSauceSans-Regular.woff2') format('woff2'),
        url('OpenSauceSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Open Sauce Sans', sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.bodywrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #979ab4;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 2.0em;
}

table {
  border-collapse: collapse;
}

@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hovlink:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.logowrapper {
  width: 100%;
  height: 80px;
}
.logowrapper .logo{
  padding: 25px 0 0 60px;
  font-size: 5.0rem;
  font-family: "Makinas", serif;
  color: #fff;
}

@media (max-width: 1024px) {
  .logowrapper {
    height: 60px;
  }
  .logowrapper .logo{
    padding: 20px 0 0 40px;
    font-size: 4.5rem;
  }
}

@media (max-width: 599px) {
  .logowrapper .logo{
    padding: 20px 0 0 10px;
    font-size: 3.0em;
  }
}

header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 60px 0;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 60px 0;
}

@media (max-width: 1024px) {
  header {
    padding: 20px 0 0;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 599px) {
  header {
    margin-top: 20px;
  }
}

header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  header .navwapper {
    background: #ffffff;
    position: fixed;
    height: 100vh;
    display: block;
    padding-top: 100px;
    width: 60%;
    right: -60%;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 200;
    top: 0;
  }
}

header .navwapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  header .navwapper ul {
    display: block;
    padding: 0 50px;
  }
}

header .navwapper ul li {
  line-height: 3em;
  margin-right: 40px;
}

@media (max-width: 1024px) {
  header .navwapper ul li {
    margin-right: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}

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

@media (max-width: 1024px) {
  header .navwapper ul li:last-child {
    margin-bottom: 0;
  }
}

header .navwapper ul li a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Now', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1024px) {
  header .navwapper ul li a {
    color: #121212;
  }
}

header .navwapper ul li a:hover {
  color: #444444;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .navwapper .spimg {
  display: none;
}

@media (max-width: 1024px) {
  header .navwapper .spimg {
    display: block;
  }
  header .navwapper .spimg img {
    width: 30%;
    margin: 80px auto 0;
  }
}

#nav_toggle {
  margin-top: 6px;
  height: 32px;
  width: 32px;
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 100;
  display: none;
}

@media (max-width: 1024px) {
  #nav_toggle {
    display: block;
    z-index: 300;
  }
}

#nav_toggle span {
  background: #191919;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  margin-bottom: 8px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 22px;
  margin-bottom: 0;
}

.open #nav_toggle span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
}

.open #nav_toggle span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-315deg);
          transform: translateY(-11px) rotate(-315deg);
}

.open nav {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.first {
  position: relative;
  width:100%
  height:auto
}
@media (max-width: 599px) {
  .first {

  }
}

.first .mainlogo {
  width: 100%;
  height: auto;
}
.first .mainlogoSp {
  display: none;
}

@media (max-width: 599px) {
  .first .mainlogo {
    display: none;
  }
  .first .mainlogoSp {
    width: 100%;
    height: auto;
    display: block;
  }
}
.statement {
  margin:20px auto;
  padding: 60px 12.5% 60px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.concept,
.artist,
.boothmap {
  margin:0 auto;
  padding: 60px 12.5% 60px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.facility {
  margin:0 auto;
  padding: 60px 12.5% 60px;
}
.exhibitions{
  margin:0 auto;
  padding: 60px 12.5% 60px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

@media (max-width: 1024px) {
  .statement,
  .concept,
  .artist,
  .boothmap {
    padding: 40px 9.375% 40px;
  }
  .facility {
    padding: 40px 9.375% 40px;
  }
  .exhibitions {
    padding: 40px 9.375% 40px;
  }
}

@media (max-width: 599px) {
  .statement,
  .concept,
  .artist,
  .boothmap {
    padding: 20px 20px 20px;
  }
  .facility {
    padding: 40px 20px 20px;
  }
  .exhibitions {
    padding: 20px 20px 20px;
  }
}

.exhibitions .container {

}

.exhibitions .container .box {
  box-sizing: border-box;
}

.exhibitions .container .box.img img {
  width: 100%;
  display: block;
}
.exhibitions .container .box.btm p{
  margin: 0 0 20px;
  font-size: 1.50rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.exhibitions .container .box.base p,
.exhibitions .container .box.base p a{
  margin: 0 0 20px;
  font-size: 1.50rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.floors {
  position: relative;
  margin: 60px 0 40px;
}
.floors h3 {
  margin: 20px 0 20px;
  font-family: "Now", serif;
  font-size: 2.0em;
  font-weight: 600;
  color: #fff;
}
.floors .contents {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.floors .contents li {
  width: 23%;
  margin-bottom: 40px;
  list-style: none;
}
.floors .contents li .text h4{
  margin-top: 10px;
  font-size: 1.50rem;
  line-height: 1.5em;
  color: #fff ;
}
.floors .contents li a img{
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f3f3f3;
}
.floors .contents .imgwa {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 4px 4px 4px rgba(68, 68, 68, 0.16);
          box-shadow: 4px 4px 4px rgba(68, 68, 68, 0.16);
}
.floors .contents .hoverdark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.floors .contents .hoverdark .hoverimg {
  background-size: cover;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-position: center;
}
.floors .contents .hoverdark .hoverimg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.floors .contents .hoverdark .hoverimg::before {
  display: block;
  content: '';
  padding-top: 72.91%;
}
.floors .contents .hoverdark:hover::before {
  background-color: rgba(157, 157, 157, 0.4);
}

@media (max-width: 599px) {
  .floors {
    margin: 20px 0 10px;
  }
  .floors .contents {
    margin-top: 20px;
  }
  .floors .contents li {
    width: 48%;
  }
}

.statement h2{
  margin: 40px 0;
  font-size: 3.0rem;
  font-weight: 600;
  font-family: "Makinas", serif;
  color: #fff;
}
.concept h2{
  margin: 40px 0;
  font-size: 2.0rem;
  color: #fff;
}
.artist h2,
.boothmap h2 {
  font-size: 4.0rem;
  font-weight: 600;
  font-family: "Now", serif;
  color: #fff;
}
.facility h2{
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.exhibitions h2{
  margin: 0 0 30px;
  font-size: 4.0rem;
  font-weight: 600;
  font-family: "Now", serif;
  color: #fff;
}
.exhibitions .box.btm h2{
  margin: 40px 0 20px;
  font-size: 2.0rem;
  font-weight: 600;
  font-family: "Now", serif;
  color: #fff;
  line-height: 1.6em;
}
.exhibitions .box.btm h2 span:lang(ja){
  margin: 40px 0 20px;
  font-size: 2.0rem;
  font-weight: 600;
  font-family: 'Open Sauce Sans', sans-serif;
  color: #fff;
  line-height: 1.6em;
}
.exhibitions .box.base h2{
  margin: 40px 0 20px;
  font-size: 2.0rem;
  font-weight: 600;
  font-family: 'Open Sauce Sans', sans-serif;
  color: #fff;
  line-height: 1.6em;
}

@media (max-width: 1024px) {
  .statement h2 {
    margin: 20px 0;
    font-size: 2.5rem;
  }
  .concept h2 {
    margin: 20px 0;
    font-size: 1.75rem;
  }
  .artist h2,
  .boothmap h2 {
    font-size: 3.5rem;
  }
  .facility h2{

  }
  .exhibitions h2{
    margin: 0 0 20px;
    font-size: 3.5rem;
  }
}
@media (max-width: 599px) {
  .concept h2 {
    font-size: 1.5rem;
  }
  .statement h2,
  .artist h2,
  .boothmap h2{
    font-size: 2.0rem;
  }
  .facility h2{

  }
  .exhibitions h2{
    font-size: 3.0rem;
  }
}
.wrapper {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .wrapper {
    margin-top: 20px;
  }
}
.wrapper .bodytext {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wrapper .bodytext {
    width: auto;
  }
}
.wrapper .bodytext p {
  margin-bottom: 20px;
  font-size: 1.50rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.wrapper .bodytext p span {
  display: block;
  font-size: 1.50rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.wrapper .bodytext .linktxt a {
  font-size: 1.9rem;
  text-decoration: underline;
  color: #fff !important;
}
.wrapper .bodytext ul.disc li {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 1.50rem;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  color: #fff;
}
.wrapper .bodytext ul.disc li span {
  font-size: 1.50rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 599px) {
  .wrapper .bodytext p {

  }
}

.wrapper .bodytext dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0 0;
  margin: 20px 0;
  border-top: 2px solid #6a7775;
}
.wrapper .bodytext dt {
  width: 180px;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Now", serif;
  color: #2c3a51;
}
.wrapper .bodytext dd {
  width: calc(100% - 180px)
}

@media (max-width: 599px) {
   .wrapper .bodytext dt {
     width: 130px;
     font-size: 2.5rem;
   }
   .wrapper .bodytext dd {
     width: calc(100% - 130px)
   }
   .wrapper .bodytext .map dt {
     width: 100%;
     font-size: 2.5rem;
   }
   .wrapper .bodytext .map dd {
     width: 100%;
     margin-top: 20px;
   }
}

.artist .bodywapper .bodytext ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.artist .bodywapper .bodytext li.auther_info{
  position: relative;
  width: 65%;
  border-top: 2px solid #6a7775;
  margin:10px auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.artist .bodywapper .bodytext li.auther_info h3{
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}
.artist .bodywapper .bodytext li.auther_info h3 span{
  display: block;
  font-size: 60%;
}
.artist .bodywapper .bodytext li.auther_image{
  width: 35%;
  margin:10px auto;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
}
.artist .bodywapper .bodytext li.auther_image.even{
  width: 35%;
  margin:10px auto;
  padding: 0 30px 0 0;
  display: flex;
  flex-direction: column;
}
.artist .bodywapper .bodytext li.auther_image img{
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f3f3f3;
}
@media (max-width: 599px) {
  .artist .bodywapper .bodytext li.auther_info{
    width: 60%;
    padding: 10px 0 0;
  }
  .artist .bodywapper .bodytext li.auther_info h3{
    margin-bottom: 5px;
    font-size: 2.0rem;
  }
  .artist .bodywapper .bodytext li.auther_image{
    width: 40%;
    margin:0 auto;
    padding: 10px 0 10px 10px;
  }
  .artist .bodywapper .bodytext li.auther_image.even{
    width: 40%;
    margin:0 auto;
    padding: 10px 10px 10px 0;
  }
  .artist .bodywapper .bodytext li.auther_image img{

  }
}


footer {
  padding: 120px 0 140px;
}
@media (max-width: 599px) {
  footer {
    padding: 20px 0 20px;
  }
}
footer .footerwrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  footer .footerwrapper {
    width: 90%;
    display: block;
    margin: 80px auto 40px;
  }
}

footer .sns {
  margin: 20px 0 20px;
}
footer .sns li {
  display: inline-block;
  margin: 0 15px;
}
footer .sns li a img {
  width: auto;
  height: 50px;
}
footer .block {
  margin-top: 20px;
  text-align: center;
}
footer .block img.logo{
  margin: 0 auto;
  display: block;
  width: 200px;
}
footer .block h3 ,
footer .block p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  footer .block h3 ,
  footer .block p {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5em;
  }
}

small {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}



/*# sourceMappingURL=style_common.css.map */