@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300&display=swap");
/* BASE  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.fade {
  visibility: hidden; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  color: #534741;
  text-decoration: none; }

html {
  overflow: auto;
  font-size: 62.5%;
  /*10px*/
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff; }

wrap {
  display: block;
  width: 100%; }

wrap.fixpos {
  padding-top: 84px; }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 900;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  background-color: #7e6b4d;
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  background-color: #9d6659;
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  background-color: #303e5d;
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* NAV（HEADER内、SPMENU内共通）  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
ul.nav {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center; }
  ul.nav li a {
    color: #534741;
    font-size: 2.2rem;
    font-weight: normal; }
  ul.nav li {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2rem;
    letter-spacing: 0.2rem; }
    ul.nav li span {
      font-family: "Cormorant Infant", serif; }
    ul.nav li:hover {
      cursor: pointer;
      opacity: 0.5; }
  ul.nav li.sns-icon {
    display: inline-block;
    margin: 1rem 3rem;
    border-bottom: none; }
    ul.nav li.sns-icon img {
      width: 3.3rem; }

/**/
div.lang_selector {
  font-size: 1.4rem; }
  div.lang_selector p {
    display: inline-block; }
    div.lang_selector p:hover {
      opacity: 0.5; }

div#spmenu div.lang_selector {
  text-align: center;
  width: 100%;
  background-color: #eeeff0;
  font-size: 1.2rem;
  margin-bottom: 2rem; }

header div.lang_selector {
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -1.3rem;
  z-index: 2; }

/* HEADER  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
header {
  /* border-top:$lightblue 25px solid; */
  border-top: #fff 25px solid;
  width: 100%;
  background-color: #fff;
  position: relative; }
  header div.logo {
    padding: 30px 0 30px 4%;
    float: left; }
    header div.logo img#logo-header {
      width: 110px;
      height: auto;
      margin-right: 24px; }
    header div.logo img#logo-en {
      width: 106px;
      height: auto; }
    header div.logo:hover {
      cursor: pointer;
      opacity: 0.5; }
  header div.pagetitle {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center; }
    header div.pagetitle div {
      font-size: 1.6rem; }
      header div.pagetitle div span {
        font-family: "Cormorant Infant", serif;
        padding-left: 10px;
        letter-spacing: 0.2rem;
        font-size: 1.2rem; }
    @media screen and (max-width: 1000px) {
      header div.pagetitle {
        /* display: none; */
        top: 55px;
        left: 0;
        bottom: auto;
        text-align: center;
        line-height: 20px;
        padding: 10px 0;
        background-color: #efefef; } }
  header div.menu {
    float: right;
    display: table;
    padding: 25px 100px;
    position: relative; }
    header div.menu ul.nav {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 1000px) {
        header div.menu ul.nav {
          display: none; } }
    header div.menu div#btn-menu {
      display: table-cell;
      padding: 30px 30px 30px 50px; }
      header div.menu div#btn-menu img {
        width: 35px;
        height: auto; }
  @media screen and (max-width: 1000px) {
    header div.logo {
      padding: 4% 0 4% 7%;
      width: 93%; }
      header div.logo img#logo-header {
        width: 26.3%;
        height: auto;
        margin-right: 3%; }
      header div.logo img#logo-en {
        width: 25%;
        height: auto; }
    header div.menu {
      padding: 0; }
      header div.menu ul {
        display: none; }
      header div.menu div#btn-menu {
        position: absolute;
        transform: scale(0.5);
        right: 0px;
        top: 0;
        z-index: 1000;
        padding: 0;
        margin-top: 0px;
        border-radius: 5px;
        display: block; } }

header.fixpos {
  position: fixed;
  background-color: #fff;
  border-bottom: #eeeff0;
  position: fixed;
  top: 0;
  transition-duration: 1s;
  left: 0;
  z-index: 998;
  /* border-top:$lightblue 2px solid; */
  border-top: #fff 2px solid; }

/* S P  M E N U  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#spmenu-cont {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll; }
  div#spmenu-cont div#spmenu div#spmenu-logo-cont {
    text-align: center;
    padding: 5rem 0; }
    @media screen and (max-width: 1000px) {
      div#spmenu-cont div#spmenu div#spmenu-logo-cont {
        padding: 0; } }
    div#spmenu-cont div#spmenu div#spmenu-logo-cont div.logo {
      text-align: center;
      margin: 20px auto 20px auto;
      width: 100%; }
      div#spmenu-cont div#spmenu div#spmenu-logo-cont div.logo img#logo-header {
        width: 110px;
        height: auto;
        display: inline-block;
        margin-right: 10px; }
      div#spmenu-cont div#spmenu div#spmenu-logo-cont div.logo img#logo-en {
        width: 106px;
        height: auto;
        display: inline-block; }
      div#spmenu-cont div#spmenu div#spmenu-logo-cont div.logo:hover {
        cursor: pointer;
        opacity: 0.5; }
  div#spmenu-cont div#spmenu ul.nav li {
    padding: 20px 0;
    border-bottom: thin solid #eeeff0; }
    @media screen and (max-width: 1000px) {
      div#spmenu-cont div#spmenu ul.nav li {
        padding: 15px 0; } }
    @media screen and (max-width: 413px) {
      div#spmenu-cont div#spmenu ul.nav li {
        padding: 5px 0;
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  div#spmenu-cont div#spmenu footer h1, div#spmenu-cont div#spmenu footer h2 {
    color: #999; }
  div#spmenu-cont div#spmenu footer p.copyright {
    margin-top: 0; }
  @media screen and (max-width: 413px) {
    div#spmenu-cont div#spmenu footer {
      margin-top: 30px; }
      div#spmenu-cont div#spmenu footer h1 {
        font-size: 1.4rem; }
      div#spmenu-cont div#spmenu footer h2 {
        font-size: 1rem; }
      div#spmenu-cont div#spmenu footer ul li img {
        padding: 5px 10px; }
      div#spmenu-cont div#spmenu footer p.copyright {
        letter-spacing: 0.1rem; } }

ul#sp-menu ul.nav {
  z-index: 1000; }

/* TOP  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* 白バックの展示会カラー */
.exbg1 {
  background-color: #303e5d; }

.exbg2 {
  background-color: #9d6659; }

.exbg3 {
  background-color: #435115; }

.exbg4 {
  background-color: #996;
  /*$darkgray*/ }

div#mainimg-cont {
  width: 100%;
  position: relative;
  background-color: #000;
  padding-top: 44.14%;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    div#mainimg-cont {
      padding-top: 136.83%; } }
  div#mainimg-cont ul.mainimg-txt {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 2;
    pointer-events: none; }
    @media screen and (max-width: 1000px) {
      div#mainimg-cont ul.mainimg-txt {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    div#mainimg-cont ul.mainimg-txt li {
      display: none;
      position: absolute;
      width: 200px;
      height: 200px; }
      @media screen and (max-width: 1000px) {
        div#mainimg-cont ul.mainimg-txt li {
          left: 50%;
          margin-left: -100px;
          top: 30%;
          margin-top: -100px; } }
    div#mainimg-cont ul.mainimg-txt li.mainimg-txt-museum img {
      width: 200px;
      height: auto; }
    div#mainimg-cont ul.mainimg-txt li.mainimg-txt-exhibition p {
      font-family: "Cormorant Infant", serif;
      position: absolute;
      color: #fff;
      z-index: 2; }
    div#mainimg-cont ul.mainimg-txt li.mainimg-txt-exhibition p.ex-num {
      top: 10px;
      text-align: center;
      width: 100%;
      font-size: 1.2rem;
      letter-spacing: 0.2rem; }
    div#mainimg-cont ul.mainimg-txt li.mainimg-txt-exhibition p.ex-date {
      right: 10px;
      bottom: 10px;
      font-size: 1.8rem;
      line-height: 1.8rem; }
    div#mainimg-cont ul.mainimg-txt li.mainimg-txt-exhibition div {
      opacity: 0.8;
      padding: 48px 0;
      text-align: center; }
      div#mainimg-cont ul.mainimg-txt li.mainimg-txt-exhibition div img {
        width: 50%;
        height: 50%; }
  div#mainimg-cont ul.slick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    filter: brightness(0);
    transition-duration: 1s; }
    div#mainimg-cont ul.slick img {
      width: 100%; }
  div#mainimg-cont ul.slick-initialized {
    filter: brightness(1); }
  div#mainimg-cont ul#slick-mainimgSP {
    display: none; }

@media screen and (max-width: 1000px) {
  ul#slick-mainimg {
    display: none; }

  ul#slick-mainimgSP {
    display: block !important; } }
div#mainimg-menu {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  display: block; }
  @media screen and (max-width: 1000px) {
    div#mainimg-menu {
      width: 100%;
      padding-top: 0;
      display: block; } }
  div#mainimg-menu div#mainimg-menu-header {
    padding-bottom: 30px;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      div#mainimg-menu div#mainimg-menu-header {
        width: 90%;
        padding: 10px 0; } }
    div#mainimg-menu div#mainimg-menu-header div#mainimg-menu-exhibition {
      display: inline-block;
      float: left;
      font-size: 1.8rem;
      position: relative;
      /*
      &:after{
      	
      	content: '';
      	position: absolute;
      	display: block;
      	width: 0;
      	height: 0;
      	border-top: 3px solid transparent;
      	border-right: 3px solid transparent;
      	border-bottom: 3px solid transparent;
      	border-left: 5px solid #333;
      	content: '';
      	top: 7px;
      	right: -30px;
      	
      }*/ }
      div#mainimg-menu div#mainimg-menu-header div#mainimg-menu-exhibition span {
        font-family: "Cormorant Infant", serif;
        padding-left: 20px;
        letter-spacing: 0.2rem; }
      div#mainimg-menu div#mainimg-menu-header div#mainimg-menu-exhibition:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        border-top: thin solid #999;
        border-left: thin solid #999;
        top: 50%;
        margin-top: -10px;
        left: 100%;
        margin-left: 4px;
        transform: rotate(135deg); }
      div#mainimg-menu div#mainimg-menu-header div#mainimg-menu-exhibition:hover {
        opacity: 0.8; }
      @media screen and (max-width: 1000px) {
        div#mainimg-menu div#mainimg-menu-header div#mainimg-menu-exhibition {
          padding: 7px 0 0 0;
          line-height: 2rem;
          font-size: 1.6rem;
          letter-spacing: 0.2rem; }
          div#mainimg-menu div#mainimg-menu-header div#mainimg-menu-exhibition span {
            padding: 0;
            font-size: 1.2rem; }
          div#mainimg-menu div#mainimg-menu-header div#mainimg-menu-exhibition:after {
            display: none; } }
    div#mainimg-menu div#mainimg-menu-header div.showmore {
      display: none;
      float: right;
      padding-top: 0 !important;
      margin-top: -5px;
      width: 50%; }
      @media screen and (max-width: 1000px) {
        div#mainimg-menu div#mainimg-menu-header div.showmore {
          display: inherit;
          margin-top: -2px; } }
  div#mainimg-menu div#exhibitions-menu-cont {
    display: block;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto; }
    div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu {
      display: table;
      width: 100%; }
      div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li {
        display: table-cell;
        position: relative;
        width: 25%;
        text-align: center;
        padding: 5px 0;
        font-family: "Cormorant Infant", serif; }
        div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li p.ex-num {
          position: absolute;
          top: -20px;
          color: #534741; }
        div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li img {
          width: 41%;
           }
        div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li p.ex-date {
          position: absolute;
          bottom: -20px;
          color: #534741;
          width: 100%;
          text-align: center; }
        div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li div {
          width: 100%;
          height: 100%;
          opacity: 0.3;
          transition-duration: 0.5s; }
        div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li div:hover {
          opacity: 0.5;
          transition-duration: 0.1s; }
    @media screen and (max-width: 1000px) {
      div#mainimg-menu div#exhibitions-menu-cont {
        display: block;
        width: 100%; }
        div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu {
          display: block;
          width: 100%; }
          div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li {
            display: block;
            width: 100%;
            padding: 1px 0; }
            div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li p.ex-num {
              top: 10px;
              left: 10px;
              z-index: 2;
              color: #fff; }
            div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li img {
              width: 20%; }
            div#mainimg-menu div#exhibitions-menu-cont ul#exhibitions-menu li p.ex-date {
              color: #fff;
              bottom: 0;
              text-align: right; } }
  div#mainimg-menu div#exhibition-submenu {
    text-align: center; }
    div#mainimg-menu div#exhibition-submenu a div {
      display: inline-block;
      margin-top: 30px;
      font-size: 1.4rem;
      text-align: center;
      line-height: 2rem;
      letter-spacing: 0.2rem;
      width: 33%;
      margin: 30px auto;
      padding: 20px 0;
      float: left;
      transition-duration: 0.5s; }
      div#mainimg-menu div#exhibition-submenu a div span {
        font-family: "Cormorant Infant", serif; }
      div#mainimg-menu div#exhibition-submenu a div:hover {
        background-color: #eeeff0;
        transition-duration: 0.1s; }
    div#mainimg-menu div#exhibition-submenu a:nth-child(1) div, div#mainimg-menu div#exhibition-submenu a:nth-child(2) div {
      border-right: thin solid #e6e6e6; }
    @media screen and (max-width: 1000px) {
      div#mainimg-menu div#exhibition-submenu a div {
        float: none;
        text-align: left;
        width: 100%;
        border: none;
        position: relative;
        display: block;
        border-bottom: thin solid #e6e6e6;
        margin: 0;
        padding: 0 !important; }
        div#mainimg-menu div#exhibition-submenu a div p {
          padding: 20px !important; }
          div#mainimg-menu div#exhibition-submenu a div p br {
            display: none; }
          div#mainimg-menu div#exhibition-submenu a div p span {
            margin-left: 2rem; }
        div#mainimg-menu div#exhibition-submenu a div:before {
          content: '';
          position: absolute;
          border-left: 6px solid #e6e6e6;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-right: 6px solid transparent;
          width: 0;
          height: 0;
          top: 50%;
          left: 100%;
          margin-top: -3px;
          margin-left: -30px; } }

section#news {
  width: 100%;
  margin: 50px 0;
  /* Single-news */ }
  section#news h1 {
    background-color: #e9ede4; }
    section#news h1 img {
      height: 37px;
      width: auto;
      padding-left: 20px;
      vertical-align: bottom; }
  section#news ul.news-index {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px; }
    section#news ul.news-index li {
      font-size: 1.4rem;
      display: inline-block;
      border-bottom: thin solid #eeeff0;
      width: 100%;
      transition-duration: 0.5s;
      text-align: left; }
      section#news ul.news-index li:hover {
        background-color: #eeeff0;
        transition-duration: 0.1s; }
      section#news ul.news-index li span {
        display: inline-block;
        padding: 10px 20px;
        letter-spacing: 0.2em;
        font-family: "Cormorant Infant", serif; }
      section#news ul.news-index li div {
        display: inline-block;
        padding: 5px 20px;
        width: 60px;
        text-align: center;
        /*background-color:$lightgreen;*/
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0.2rem; }
      section#news ul.news-index li p {
        display: inline-block;
        padding: 10px 20px; }
    @media screen and (max-width: 1000px) {
      section#news ul.news-index {
        width: 90%; }
        section#news ul.news-index li {
          display: block;
          border-bottom: none;
          position: relative;
          margin-bottom: 1rem; }
          section#news ul.news-index li span, section#news ul.news-index li p {
            display: block; }
          section#news ul.news-index li span {
            text-align: right;
            padding: 0;
            line-height: 2rem; }
          section#news ul.news-index li div {
            position: absolute;
            left: 0;
            top: 0; }
          section#news ul.news-index li p {
            font-size: 1.2rem;
            border-top: thin solid #eeeff0;
            line-height: 2.2rem;
            padding: 5px 10px; } }
  section#news p.news-time, section#news p.title-post {
    width: 100%;
    max-width: 640px;
    margin: 0 auto; }
  section#news p.news-time {
    padding: 10px 20px;
    letter-spacing: 0.2em;
    font-family: "Cormorant Infant", serif; }
  section#news p.title-post {
    text-align: center;
    font-size: 3rem;
    line-height: 4rem;
    margin: 50px auto 20px auto; }
    @media screen and (max-width: 1000px) {
      section#news p.title-post {
        font-size: 2rem;
        width: 90%;
        margin: 50px auto 20px auto;
        line-height: 2.8rem; } }

div.showmore {
  text-align: right;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px; }
  div.showmore p {
    display: inline-block;
    padding: 10px 40px 10px 0;
    font-size: 1.2rem;
    position: relative;
    /*background-color: $lightgreen;*/ }
    div.showmore p span {
      font-family: "Cormorant Infant", serif;
      font-size: 1.2rem;
      padding-left: 1rem;
      letter-spacing: 0.2rem; }
    div.showmore p:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      border-top: thin solid #999;
      border-left: thin solid #999;
      top: 50%;
      margin-top: -16px;
      left: 100%;
      margin-left: -40px;
      transform: rotate(135deg); }
  @media screen and (max-width: 1000px) {
    div.showmore {
      width: 90%;
      /* text-align: center; */ }
      div.showmore p {
        line-height: 18px;
        padding-right: 35px; }
        div.showmore p span {
          display: block; } }

div#news-footer {
  width: 80%;
  max-width: 1000px;
  text-align: right;
  margin: 0 auto;
  padding-top: 20px; }
  div#news-footer div.showmore {
    width: auto;
    display: inline-block;
    margin-left: 20px; }
  @media screen and (max-width: 1000px) {
    div#news-footer {
      width: 90%; }
      div#news-footer div.showmore {
        margin-left: 10px; } }

/* NEWSタグ色 */
.news_news {
  background-color: #f5e9ee; }

.news_event {
  background-color: #eaf4ed; }

.news_class {
  background-color: #eaeff4; }

section#topics {
  width: 100%;
  background-color: #ebe5df;
  padding-bottom: 100px;
  position: relative; }
  section#topics div#topics-header {
    max-width: 1000px;
    display: block;
    text-align: right;
    margin: 0 auto 30px auto; }
    section#topics div#topics-header img {
      width: 211px;
      height: auto;
      border: thin solid #b3b3b3; }
  section#topics h1 img {
    height: 37px;
    width: auto;
    padding-left: 20px;
    vertical-align: bottom; }
  section#topics ul.topics-container {
    display: none; }
    @media screen and (max-width: 1000px) {
      section#topics ul.topics-container {
        display: block; } }
  section#topics ul.slick-initialized {
    display: block; }
  section#topics ul.topics-container, section#topics ul.topics-container-index {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1000px) {
      section#topics ul.topics-container, section#topics ul.topics-container-index {
        width: 90%; } }
    section#topics ul.topics-container li, section#topics ul.topics-container-index li {
      width: 34.2%;
      max-width: 342px;
      margin: 0 0.95%;
      position: relative; }
      section#topics ul.topics-container li div.topics-img-cont, section#topics ul.topics-container li div.items-img-cont, section#topics ul.topics-container-index li div.topics-img-cont, section#topics ul.topics-container-index li div.items-img-cont {
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding-top: 60%;
        position: relative; }
        section#topics ul.topics-container li div.topics-img-cont img, section#topics ul.topics-container li div.items-img-cont img, section#topics ul.topics-container-index li div.topics-img-cont img, section#topics ul.topics-container-index li div.items-img-cont img {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          margin-top: -30%;
          margin-left: -50%;
          vertical-align: bottom;
          display: block;
          transition-duration: 0.5s; }
          section#topics ul.topics-container li div.topics-img-cont img:hover, section#topics ul.topics-container li div.items-img-cont img:hover, section#topics ul.topics-container-index li div.topics-img-cont img:hover, section#topics ul.topics-container-index li div.items-img-cont img:hover {
            transform: scale(1.1, 1.1);
            transition-duration: 0.5s;
            filter: brightness(1.1);
            transform-origin: center; }
      section#topics ul.topics-container li div.topics-txt-cont, section#topics ul.topics-container li div.items-txt-cont, section#topics ul.topics-container-index li div.topics-txt-cont, section#topics ul.topics-container-index li div.items-txt-cont {
        background-color: #fff;
        padding: 10px 20px; }
        section#topics ul.topics-container li div.topics-txt-cont h2, section#topics ul.topics-container li div.items-txt-cont h2, section#topics ul.topics-container-index li div.topics-txt-cont h2, section#topics ul.topics-container-index li div.items-txt-cont h2 {
          font-size: 1rem;
          line-height: 1.2rem; }
          @media screen and (max-width: 1000px) {
            section#topics ul.topics-container li div.topics-txt-cont h2, section#topics ul.topics-container li div.items-txt-cont h2, section#topics ul.topics-container-index li div.topics-txt-cont h2, section#topics ul.topics-container-index li div.items-txt-cont h2 {
              position: absolute;
              top: 0;
              left: 0;
              background-color: #fff;
              padding: 3px; } }
        section#topics ul.topics-container li div.topics-txt-cont p, section#topics ul.topics-container li div.items-txt-cont p, section#topics ul.topics-container-index li div.topics-txt-cont p, section#topics ul.topics-container-index li div.items-txt-cont p {
          font-size: 1.4rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          section#topics ul.topics-container li div.topics-txt-cont p br, section#topics ul.topics-container li div.items-txt-cont p br, section#topics ul.topics-container-index li div.topics-txt-cont p br, section#topics ul.topics-container-index li div.items-txt-cont p br {
            display: none; }
      section#topics ul.topics-container li:hover, section#topics ul.topics-container-index li:hover {
        cursor: pointer;
        opacity: 0.8; }
    section#topics ul.topics-container li.li_comingsoon, section#topics ul.topics-container-index li.li_comingsoon {
      /* 投稿がなかった場合のスタイル */
      text-align: center;
      font-family: "Cormorant Infant", serif;
      font-size: 1.8rem;
      color: #534741;
      background-color: #fff; }
    section#topics ul.topics-container div.next, section#topics ul.topics-container div.prev, section#topics ul.topics-container-index div.next, section#topics ul.topics-container-index div.prev {
      position: absolute;
      top: 50%;
      z-index: 10; }
      section#topics ul.topics-container div.next:before, section#topics ul.topics-container div.prev:before, section#topics ul.topics-container-index div.next:before, section#topics ul.topics-container-index div.prev:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        margin-top: -25px;
        background-color: rgba(255, 255, 255, 0);
        transform-origin: center center; }
      section#topics ul.topics-container div.next:hover, section#topics ul.topics-container div.prev:hover, section#topics ul.topics-container-index div.next:hover, section#topics ul.topics-container-index div.prev:hover {
        opacity: 0.5;
        cursor: pointer; }
    section#topics ul.topics-container div.next, section#topics ul.topics-container-index div.next {
      right: -50px; }
      @media screen and (max-width: 1050px) {
        section#topics ul.topics-container div.next, section#topics ul.topics-container-index div.next {
          right: -10px; } }
      section#topics ul.topics-container div.next:before, section#topics ul.topics-container-index div.next:before {
        margin-left: -65px;
        transform: rotate(45deg); }
        @media screen and (max-width: 768px) {
          section#topics ul.topics-container div.next:before, section#topics ul.topics-container-index div.next:before {
            margin-left: -65px; } }
    section#topics ul.topics-container div.prev, section#topics ul.topics-container-index div.prev {
      left: -50px; }
      @media screen and (max-width: 1050px) {
        section#topics ul.topics-container div.prev, section#topics ul.topics-container-index div.prev {
          left: -10px; } }
      section#topics ul.topics-container div.prev:before, section#topics ul.topics-container-index div.prev:before {
        margin-left: 10px;
        transform: rotate(-135deg); }
        @media screen and (max-width: 768px) {
          section#topics ul.topics-container div.prev:before, section#topics ul.topics-container-index div.prev:before {
            margin-left: 11px; } }
  section#topics ul.topics-container-index li {
    float: left;
    width: 30.2%;
    margin: 0 4.6% 3% 0; }
  section#topics ul.topics-container-index li:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    section#topics ul.topics-container-index li {
      width: 100%;
      margin-right: 0;
      max-width: none; } }
  @media screen and (max-width: 1000px) {
    section#topics {
      padding-bottom: 130px; }
      section#topics h1 {
        width: 100%;
        padding-bottom: 30px; }
        section#topics h1 img {
          padding: 0 0 0 20px; }
      section#topics div#topics-header {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -106px; }
      section#topics ul.topics-container {
        width: 90%;
        margin-left: 5%; }
        section#topics ul.topics-container li {
          width: 100%;
          max-width: none;
          margin-bottom: 3rem;
          /*
          div.topics-img-cont, div.items-img-cont{
          	overflow: hidden;
          	width:100%;
          	height:170px;
          	img{
          		width: 100%;
          		vertical-align: bottom;
          		display: block;
          		transition-duration: 0.5s;
          		&:hover{
          			transform: scale(1.1,1.1);
          			transition-duration: 0.5s;
          			filter:brightness(1.1);
          		}
          	}
          }
          */ } }

/* FOOTER  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
footer {
  display: block;
  text-align: center;
  margin-top: 50px;
  color: #999; }
  footer ul {
    display: table;
    margin: 0 auto; }
    footer ul li {
      display: table-cell;
      vertical-align: middle; }
      footer ul li img {
        width: 30px;
        height: auto;
        padding: 20px 20px; }
      footer ul li:hover {
        opacity: 0.5;
        cursor: pointer; }
  footer h1 {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  footer h2 {
    font-size: 1.2rem; }
  footer div#footer-submenu {
    text-align: center; }
    footer div#footer-submenu p {
      font-size: 1.4rem;
      padding: 5px 20px;
      line-height: 1.4rem;
      display: inline-block;
      margin: 0 auto;
      font-family: "Cormorant Infant", serif;
      transition-duration: 0.5s; }
      footer div#footer-submenu p:hover {
        border-color: #534741;
        transition-duration: 0.1s;
        cursor: pointer; }
      @media screen and (max-width: 1000px) {
        footer div#footer-submenu p {
          width: 60%; } }
  footer p.copyright {
    margin-top: 50px;
    font-size: 1rem;
    font-family: "Cormorant Infant", serif;
    letter-spacing: 0.2rem; }

#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  bottom: 35px;
  background: #000;
  border-radius: 3px;
  opacity: 0.3;
  z-index: 1000; }
  #page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer; }
    #page_top a:before {
      border-right: 9px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid #fff;
      border-left: 9px solid transparent;
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      margin-left: -9px; }
    #page_top a:after {
      border-right: 9px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid #000;
      border-left: 9px solid transparent;
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      margin-top: -12px;
      margin-left: -9px; }

/* HAMBURGER MENU  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div#icon-menu {
  position: absolute;
  transform: scale(0.7);
  right: 0px;
  top: 0;
  z-index: 1000;
  padding: 20px;
  margin-top: 2px;
  border-radius: 5px;
  display: block; }
  div#icon-menu:hover {
    cursor: pointer; }
  @media screen and (max-width: 1000px) {
    div#icon-menu {
      padding: 0;
      transform: scale(0.5); } }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url("../images/menu-parts.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 20px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  width: 100%;
  -webkit-transform: translate3d(0px, 20px, 0) rotate(225deg);
  transform: translate3d(0px, 20px, 0) rotate(225deg); }

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-225deg);
  transform: translate3d(-1px, 0, 0) rotate(-225deg); }

.menu-trigger.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translate3d(0px, -18px, 0) rotate(-225deg);
  transform: translate3d(0px, -18px, 0) rotate(-225deg);
  opacity: 0; }

.menu-trigger.active {
  border: none; }

/* POST NAVIGATION  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
ul.post-nav {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  height: 75px;
  position: relative;
  border-top: thin solid #999;
  border-bottom: thin solid #999; }
  @media screen and (max-width: 1000px) {
    ul.post-nav {
      height: 70px;
      /* line-height: 1.5rem; */ } }
  ul.post-nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 24px 0;
    font-family: "Cormorant Infant", serif;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 1000px) {
      ul.post-nav li {
        padding: 20px 0; } }
    ul.post-nav li:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      border-top: thin solid #999;
      border-left: thin solid #999; }
    ul.post-nav li:hover {
      opacity: 0.5; }
  ul.post-nav li.nav-prev {
    text-align: left;
    left: 0;
    padding-left: 3%; }
    ul.post-nav li.nav-prev:after {
      top: 50%;
      margin-top: -16px;
      left: 7px;
      transform: rotate(-45deg); }
    @media screen and (max-width: 1000px) {
      ul.post-nav li.nav-prev {
        padding-left: 5%;
        font-size: 1.4rem; } }
  ul.post-nav li.nav-index {
    text-align: center;
    left: 50%;
    margin-left: -16px;
    padding: 32px 0 8px 0; }
    ul.post-nav li.nav-index:after {
      top: 50%;
      margin-top: -20px;
      left: 50%;
      margin-left: -16px;
      transform: scale(0.7) rotate(45deg); }
    @media screen and (max-width: 1000px) {
      ul.post-nav li.nav-index {
        font-size: 1.4rem; } }
  ul.post-nav li.nav-next {
    text-align: right;
    padding-right: 3%;
    right: 0; }
    ul.post-nav li.nav-next:after {
      top: 50%;
      margin-top: -16px;
      left: 100%;
      margin-left: -40px;
      transform: rotate(135deg); }
    @media screen and (max-width: 1000px) {
      ul.post-nav li.nav-next {
        padding-right: 5%;
        font-size: 1.4rem; } }

/* CATEGORY - TOPICS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h3.topics-title {
  text-align: left;
  margin: 50px auto 30px auto;
  padding: 20px;
  border-bottom: thin solid #666;
  max-width: 960px;
  letter-spacing: 0.2rem; }
  h3.topics-title:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  h3.topics-title img {
    height: 27px;
    width: auto; }
  h3.topics-title p {
    font-size: 1.4rem;
    font-family: "Cormorant Infant", serif;
    display: inline-block;
    margin-left: 15px;
    line-height: 2.6rem; }
  @media screen and (max-width: 1000px) {
    h3.topics-title {
      text-align: center;
      width: 90%;
      padding: 15px 0; }
      h3.topics-title p {
        margin: 0;
        display: block; } }

div.wp_navi {
  text-align: center; }
  div.wp_navi nav.pagination {
    display: inline-block; }
    div.wp_navi nav.pagination div.nav-links ul.page-numbers li {
      display: inline-block;
      font-size: 1.2rem;
      font-family: "Cormorant Infant", serif;
      text-align: center;
      margin: 0 10px; }
      div.wp_navi nav.pagination div.nav-links ul.page-numbers li a {
        padding: 10px 20px;
        background-color: #fff;
        color: #534741;
        transition-duration: 1s; }
      div.wp_navi nav.pagination div.nav-links ul.page-numbers li a:hover {
        opacity: 0.5;
        transition-duration: 0.5s; }
      div.wp_navi nav.pagination div.nav-links ul.page-numbers li span {
        padding: 10px 20px; }
      div.wp_navi nav.pagination div.nav-links ul.page-numbers li span.page-numbers {
        color: #534741; }
      div.wp_navi nav.pagination div.nav-links ul.page-numbers li span.current {
        font-weight: bold;
        background-color: #534741;
        color: #fff; }
      div.wp_navi nav.pagination div.nav-links ul.page-numbers li span.dots {
        background-color: inherit; }

/* TOPICS SINGLE  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
section#topics div.topics-mainimg {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto; }
  section#topics div.topics-mainimg img {
    width: 100%;
    height: auto; }
section#topics p.title-category {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  font-family: "Cormorant Infant", serif; }
section#topics div.title-cont {
  background-color: #fff;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px; }
  section#topics div.title-cont p.subtitle-post {
    text-align: center;
    color: #999;
    font-size: 1.4rem; }
    @media screen and (max-width: 1000px) {
      section#topics div.title-cont p.subtitle-post {
        font-size: 1.2rem;
        line-height: 2rem;
        width: 90%;
        margin: 0 auto 20px auto; } }
  section#topics div.title-cont p.title-post {
    text-align: center;
    font-size: 3rem;
    line-height: 4rem; }
    @media screen and (max-width: 1000px) {
      section#topics div.title-cont p.title-post {
        font-size: 2rem;
        width: 90%;
        margin: 0 auto;
        line-height: 2.8rem; } }

/* CONTENT  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0; }
  @media screen and (max-width: 1000px) {
    div.content {
      width: 90%; } }
  div.content > p, div.content > div {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 2.8rem;
    width: 100%;
    max-width: 640px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      div.content > p, div.content > div {
        font-size: 1.4rem;
        line-height: 2.5rem; } }
    div.content > p span, div.content > div span {
      font-size: 1.8rem !important; }
    div.content > p strong, div.content > div strong {
      padding-bottom: 30px;
      font-weight: bold; }
    div.content > p > img, div.content > div > img {
      width: 100%;
      height: auto;
      margin: 30px 0; }
  div.content figure.wp-caption {
    width: 100%;
    height: auto;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 30px 0; }
    div.content figure.wp-caption img {
      width: 100%;
      height: auto; }
    div.content figure.wp-caption figcaption.wp-caption-text {
      font-size: 1.2rem;
      line-height: 1.8rem; }
  div.content > table {
    font-size: 1.4rem;
    line-height: 2.5rem;
    width: 100%;
    max-width: 640px;
    margin: 30px auto 30px auto; }
    div.content > table tr td {
      padding: 10px 0; }
    div.content > table tr:nth-child(2n) {
      background-color: #eeeff0; }
    @media screen and (max-width: 1000px) {
      div.content > table tr td span {
        font-size: 1.4rem !important;
        line-height: 2.2rem; } }
  div.content a {
    color: #006699;
    text-decoration: none;
    background-color: #eeeff0;
    padding: 0 5px; }

/* Newsのみキャプション画像を拡大しない */
section#news figure.wp-caption {
  max-width: 640px !important;
  margin: 30px auto !important; }

/* EXHIBITION  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
p.ex-anchor {
  padding-top: 90px; }
  @media screen and (max-width: 1000px) {
    p.ex-anchor {
      padding-top: 120px; } }

div.ex-pagetitle {
  display: none; }
  @media screen and (max-width: 1000px) {
    div.ex-pagetitle {
      display: block;
      width: 100%;
      text-align: center;
      padding-top: 30px; }
      div.ex-pagetitle div {
        font-size: 1.8rem; }
        div.ex-pagetitle div span {
          font-family: "Cormorant Infant", serif;
          letter-spacing: 0.2rem;
          font-size: 1.4rem; } }

div.exhibition-header {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 20px auto 0;
  font-family: "Cormorant Infant", serif;
  color: #333333;
  /*
  div:hover{
  	opacity: 0.5;
  	transition-duration: 0.1s;
  }
  */ }
  div.exhibition-header p.ex-num {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    line-height: 20px; }
  div.exhibition-header p.ex-date {
    position: absolute;
    bottom: -20px;
    left: 0;
    /*color:#fff;*/
    width: 100%;
    text-align: center;
    line-height: 20px; }
    div.exhibition-header p.ex-date span {
      font-size: 12px; }
  div.exhibition-header div {
    width: 100%;
    opacity: 0.3;
    transition-duration: 0.5s; }
    div.exhibition-header div img {
      width: 100px; }

#bg-202204a {
  background-color: #7e6b4d; }

#bg-202204aka {
  background-color: #9d6659; }

#bg-202204you {
  background-color: #303e5d; }

#bg-202205den {
  background-color: #435115; }

#bg-202206hana {
  background-color: #9d6659; }

p.exhibition-lead {
  padding: 30px 0 50px 0;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    p.exhibition-lead {
      width: 90%;
      font-size: 1.4rem;
      line-height: 2.5rem; } }

section.items {
  width: 100%;
  /* background-color: #000; */
  padding-bottom: 100px;
  position: relative; }
  section.items ul.items-container {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      section.items ul.items-container {
        width: 90%; } }
    section.items ul.items-container li {
      float: left;
      position: relative;
      width: 22%;
      margin-right: 3%;
      margin-bottom: 3%;
      max-width: 342px; }
      @media screen and (max-width: 1000px) {
        section.items ul.items-container li {
          width: 47%; } }
      section.items ul.items-container li div.items-img-cont {
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding-top: 100%;
        position: relative; }
        section.items ul.items-container li div.items-img-cont img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          display: block;
          object-fit: cover; }
      section.items ul.items-container li > a > div.items-img-cont img {
        transition-duration: 0.5s; }
        section.items ul.items-container li > a > div.items-img-cont img:hover {
          transform: scale(1.1, 1.1);
          transition-duration: 0.5s;
          filter: brightness(1.1); }
      section.items ul.items-container li div.items-txt-cont {
        padding: 5px 5px 0 5px;
        height: 125px;
        overflow: hidden; }
        section.items ul.items-container li div.items-txt-cont h2 {
          font-size: 1.4rem;
          line-height: 2rem;
          margin: 0.5rem 0;
          overflow: hidden;
          /* white-space: nowrap;
          text-overflow: ellipsis; */
          height: 4rem;
          display: table-cell;
          vertical-align: middle; }
        section.items ul.items-container li div.items-txt-cont p {
          /*
          br{
          	display: none;
          }
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          */ }
        section.items ul.items-container li div.items-txt-cont p.ex-kana {
          font-size: 1rem;
          line-height: 1.5rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        section.items ul.items-container li div.items-txt-cont p.ex-en {
          font-family: "Cormorant Infant", serif;
          font-size: 1.2rem;
          line-height: 1.4rem;
          overflow: hidden;
          /* white-space: nowrap; */
          text-overflow: ellipsis;
          height: 60px; }
    section.items ul.items-container li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 1000px) {
      section.items ul.items-container li:nth-child(2n) {
        margin-right: 3%; } }
  @media screen and (max-width: 1000px) {
    section.items {
      padding-bottom: 130px; }
      section.items h1 {
        width: 100%;
        text-align: center;
        padding-bottom: 30px; }
        section.items h1 img {
          padding: 0; }
      section.items div#topics-header {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -106px; }
      section.items ul.topics-container {
        width: 90%;
        margin-left: 5%; }
        section.items ul.topics-container li {
          width: 100%;
          max-width: none;
          margin-bottom: 3rem; } }
  section.items div.title-cont {
    background-color: #000;
    color: #fff;
    padding: 50px 0 20px 0;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 1000px; }
    section.items div.title-cont h2.title-post {
      text-align: center;
      font-size: 3rem;
      line-height: 4rem;
      padding-top: 3rem; }
    section.items div.title-cont p.ex-kana {
      font-size: 1rem; }
    section.items div.title-cont p.ex-en {
      margin-top: 2rem;
      font-family: "Cormorant Infant", serif;
      font-size: 1.2rem;
      line-height: 1.2rem; }
    section.items div.title-cont p.ex-artist {
      margin-top: 3rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-overflow: ellipsis; }
    section.items div.title-cont p.ex-era {
      margin-top: 1rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
      overflow: hidden;
      /* white-space: nowrap; */
      text-overflow: ellipsis; }

/* AUDIO GUIDE  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.audioguide-cont {
  width: 90%;
  margin: 3rem auto 1rem auto; }

div.audioguide {
  position: relative;
  border: thin solid #333;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  border-radius: 4px;
  height: 40px;
  background-position: 8px 8px;
  background-color: rgba(0, 0, 0, 0.3); }
  div.audioguide p {
    color: #666;
    position: absolute;
    right: 23px;
    top: 0;
    text-align: right;
    font-size: 1rem;
    line-height: 40px; }
  div.audioguide div.progressbar {
    position: absolute;
    top: 50%;
    left: 50px;
    padding-top: 1px;
    width: calc(100% - 60px); }
    div.audioguide div.progressbar p.basebar {
      padding-top: 1px;
      background-color: #333;
      width: 0%;
      position: absolute;
      top: 0px;
      left: 0px; }
    div.audioguide div.progressbar p.activebar {
      padding-top: 1px;
      background-color: #666;
      width: 0px;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2; }
  div.audioguide div.seektime {
    position: absolute;
    bottom: -2px;
    right: 10px;
    font-size: 1rem;
    color: #666; }

div.audioguide-idle {
  background-image: url("../images/audioguide/icn-speaker.svg"); }

div.audioguide-pause {
  background-image: url("../images/audioguide/icn-pause.svg"); }

div.audioguide-play {
  background-image: url("../images/audioguide/icn-play.svg"); }

/* サムネイル上のaudioguide */
a.exlink {
  position: relative;
  display: block; }

div.audioguide-thumb {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 2;
  width: 40px;
  margin: 0; }
  div.audioguide-thumb div.audioguide-compact {
    border: none; }
    div.audioguide-thumb div.audioguide-compact p.audiomsg {
      display: none; }

/* URABANASHI */
div.ura-cont {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.6rem !important;
  line-height: 3rem !important;
  letter-spacing: 0.2rem !important; }
  @media screen and (max-width: 1000px) {
    div.ura-cont {
      width: 90%; } }
  div.ura-cont div#icon-ura-cont {
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
    div.ura-cont div#icon-ura-cont div {
      position: absolute;
      top: 0;
      right: 15px;
      width: 63px;
      height: 49px;
      transition: transform 1s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    div.ura-cont div#icon-ura-cont div#icon-ura {
      background-image: url("../images/icon-ura.svg");
      background-size: cover; }
    div.ura-cont div#icon-ura-cont div#icon-ura-close {
      background-image: url("../images/icon-ura-close.svg");
      background-size: cover;
      transform: rotateY(-180deg); }
  div.ura-cont div#ura-content {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
    div.ura-cont div#ura-content div#ura-header, div.ura-cont div#ura-content div#ura-body {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      left: 0;
      transition: transform 1s;
      transform: rotateY(-180deg); }
    div.ura-cont div#ura-content div#ura-header {
      top: 30px;
      width: 100%;
      text-align: center;
      padding: 30px 0; }
      div.ura-cont div#ura-content div#ura-header img {
        width: 170px;
        height: auto; }
    div.ura-cont div#ura-content div#ura-body {
      top: 110px; }

.flipped {
  position: relative; }
  .flipped div#icon-ura {
    transform: rotateY(180deg) !important; }
  .flipped div#icon-ura-close {
    transform: rotateY(0) !important; }
  .flipped div#ura-content div#ura-header, .flipped div#ura-content div#ura-body {
    transform: rotateY(0) !important; }

/* ABOUT  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
section#about > h1 {
  background-color: #dfeff5; }
  section#about > h1 img {
    height: 37px;
    width: auto;
    padding-left: 40px;
    vertical-align: bottom; }

/* ACCESS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.font-cn {
  font-family: 宋体, Arial, Helvetica, sans-serif !important; }

section#access > div {
  margin-bottom: 30px;
  text-align: center; }
section#access div.access-foreign {
  text-align: left; }
section#access div.access-foreign-en p, section#access div.access-foreign-cn p {
  letter-spacing: 0 !important;
  margin-bottom: 30px; }
  section#access div.access-foreign-en p strong, section#access div.access-foreign-cn p strong {
    font-size: 3rem;
    font-family: "Cormorant Infant", serif; }
section#access div.access-foreign-cn {
  font-family: 宋体, Arial, Helvetica, sans-serif !important; }
  section#access div.access-foreign-cn p {
    font-family: 宋体, Arial, Helvetica, sans-serif !important; }
    section#access div.access-foreign-cn p strong {
      font-family: 宋体, Arial, Helvetica, sans-serif !important; }
section#access div#access-mainimg {
  position: relative;
  width: 100%;
  padding-top: 44.14%; }
  section#access div#access-mainimg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
section#access div#access-price p#access-script {
  font-size: 1.2rem; }
section#access div#access-price a#access-buy {
  display: block;
  color: #534741;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  border: thin solid #eeeff0;
  padding: 15px 0;
  margin: 30px auto;
  width: 100%;
  text-align: center;
  line-height: 2.2rem;
  border-radius: 5px; }
  section#access div#access-price a#access-buy span {
    font-size: 1.2rem !important;
    font-family: "Cormorant Infant", serif; }
  section#access div#access-price a#access-buy:hover {
    opacity: 0.8; }
section#access div#access-map {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  section#access div#access-map iframe {
    opacity: 0.8;
    filter: saturate(10%); }
  section#access div#access-map div.access-cont {
    display: table;
    width: 90%;
    padding: 5%;
    margin-bottom: 30px;
    border: thin solid #e6e6e6; }
    section#access div#access-map div.access-cont div#access-way {
      width: 50%;
      display: table-cell;
      font-size: 1.8rem;
      line-height: 3.2rem;
      text-align: left; }
      section#access div#access-map div.access-cont div#access-way span {
        font-size: 1.4rem;
        padding-left: 10px;
        color: #333333; }
    section#access div#access-map div.access-cont div#access-caution {
      width: 50%;
      padding-left: 10%;
      display: table-cell;
      font-size: 1.4rem;
      line-height: 2.4rem;
      text-align: left; }
    @media screen and (max-width: 1000px) {
      section#access div#access-map div.access-cont {
        display: block;
        width: 90%;
        text-align: left;
        border: none;
        background-color: #eeeff0;
        margin-bottom: 0; }
        section#access div#access-map div.access-cont div#access-way, section#access div#access-map div.access-cont div#access-caution {
          width: 100%;
          display: block;
          padding: 0; }
        section#access div#access-map div.access-cont div#access-way {
          font-size: 1.4rem; }
          section#access div#access-map div.access-cont div#access-way span {
            font-size: 1.2rem;
            padding-left: 10px;
            color: #333333; }
        section#access div#access-map div.access-cont div#access-caution {
          font-size: 1.2rem;
          line-height: 2rem;
          margin: 10px 0; } }
section#access div.access-header {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: 10rem auto 3rem auto; }
  section#access div.access-header > p {
    font-family: "Cormorant Infant", serif;
    font-size: 3rem;
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
  section#access div.access-header div {
    display: table-cell;
    text-align: right; }
    section#access div.access-header div p {
      text-align: right;
      font-size: 1.4rem; }
  @media screen and (max-width: 1000px) {
    section#access div.access-header {
      display: block; }
      section#access div.access-header > p {
        text-align: center;
        display: block;
        padding: 3rem 0; }
      section#access div.access-header div {
        display: block;
        text-align: center; }
        section#access div.access-header div p {
          text-align: center; } }
section#access div#extour-schedule {
  border: thin solid #e6e6e6;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  section#access div#extour-schedule div {
    display: table;
    width: 100%; }
    section#access div#extour-schedule div p {
      display: table-cell;
      padding: 3rem 5rem;
      width: 50%;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        section#access div#extour-schedule div p {
          padding: 2rem; } }
    section#access div#extour-schedule div:first-child {
      border-bottom: thin solid #e6e6e6; }

/* MAIL MAGAZINE  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
section#mailmag > div {
  margin-bottom: 30px;
  text-align: center; }
section#mailmag div.mailmag-header {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: 10rem auto 3rem auto; }
  section#mailmag div.mailmag-header > p {
    font-family: "Cormorant Infant", serif;
    font-size: 3rem;
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
  section#mailmag div.mailmag-header div {
    display: table-cell;
    text-align: right; }
    section#mailmag div.mailmag-header div p {
      text-align: right;
      font-size: 1.4rem; }
  @media screen and (max-width: 1000px) {
    section#mailmag div.mailmag-header {
      display: block; }
      section#mailmag div.mailmag-header > p {
        text-align: center;
        display: block;
        padding: 3rem 0; }
      section#mailmag div.mailmag-header div {
        display: block;
        text-align: center; }
        section#mailmag div.mailmag-header div p {
          text-align: center; } }
section#mailmag div.mailmag-section {
  display: table;
  margin-bottom: 30px;
  border: thin solid #ccc;
  max-width: none;
  padding: 30px 5%;
  width: 90%; }
  section#mailmag div.mailmag-section h2 {
    font-size: 1.6rem;
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle; }
  section#mailmag div.mailmag-section form {
    font-size: 1.6rem;
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle; }
    section#mailmag div.mailmag-section form p {
      font-size: 1.4rem;
      display: inline-block;
      margin-right: 10px; }
      section#mailmag div.mailmag-section form p input, section#mailmag div.mailmag-section form p select {
        -webkit-appearance: none;
        appearance: none;
        padding: 1rem;
        background-color: #fff;
        border: thin solid #ccc;
        border-radius: 3px;
        display: inline-block;
        color: #333; }
    section#mailmag div.mailmag-section form > p:nth-child(1) {
      font-family: "Cormorant Infant", serif;
      font-size: 1.4rem; }
    section#mailmag div.mailmag-section form > p:nth-child(4) {
      display: none; }
  @media screen and (max-width: 1000px) {
    section#mailmag div.mailmag-section {
      display: block;
      padding: 20px 5%; }
      section#mailmag div.mailmag-section h2 {
        display: block;
        width: 100%; }
      section#mailmag div.mailmag-section form > p {
        margin: 10px; }
      section#mailmag div.mailmag-section form > p:nth-child(1) {
        display: inline-block; }
      section#mailmag div.mailmag-section form > p:nth-child(2) {
        display: inline-block;
        text-align: right; }
      section#mailmag div.mailmag-section form > p:nth-child(3) {
        display: block;
        text-align: right;
        width: 100%; } }

/* 404  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.pagenotfound {
  padding: 50px;
  text-align: center;
  background-color: #eeeff0; }
  div.pagenotfound h2 {
    font-family: "Cormorant Infant", serif;
    font-size: 3rem;
    margin-bottom: 3rem; }
  div.pagenotfound p {
    font-size: 1.2rem; }

/* 館内閲覧  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
br.forHere {
  display: none; }

.forPC {
  display: inherit; }
  @media screen and (max-width: 1000px) {
    .forPC {
      display: none; } }

.forSP {
  display: none; }
  @media screen and (max-width: 1000px) {
    .forSP {
      display: inherit; } }

wrap.wrap-blk {
  background-color: #000;
  color: #e6e6e6; }
  wrap.wrap-blk header {
    border-top: none;
    background-color: #000; }
    wrap.wrap-blk header div.logo {
      padding: 30px 0 30px 4%;
      float: none;
      text-align: center; }
      wrap.wrap-blk header div.logo img#logo-header {
        width: 110px;
        height: auto;
        margin-right: 24px; }
      wrap.wrap-blk header div.logo img#logo-en {
        width: 106px;
        height: auto; }
    wrap.wrap-blk header div.menu ul li {
      color: #e6e6e6; }
    wrap.wrap-blk header div#icon-menu {
      right: 0px;
      padding: 0 20px;
      top: 20px; }
      @media screen and (max-width: 1000px) {
        wrap.wrap-blk header div#icon-menu {
          top: 0; } }
  wrap.wrap-blk header.fixpos {
    background-color: #000;
    transition-duration: 1s; }
  wrap.wrap-blk footer {
    color: #e6e6e6; }
    wrap.wrap-blk footer p#footer-btn-access {
      color: #fff; }
  wrap.wrap-blk div.exhibition-header {
    padding-top: 10px;
    color: #999; }
    wrap.wrap-blk div.exhibition-header > div {
      opacity: 0.8; }
  wrap.wrap-blk p.exhibition-lead {
    color: #999; }
    wrap.wrap-blk p.exhibition-lead br.forHere {
      display: inherit; }
  wrap.wrap-blk div.item-txt-cont {
    color: #999 !important; }
  wrap.wrap-blk a {
    color: #999 !important; }
  wrap.wrap-blk p.ex-anchor {
    padding-top: 30px; }
  @media screen and (max-width: 1000px) {
    wrap.wrap-blk p.exhibition-lead {
      color: #999;
      font-size: 2rem;
      line-height: 3.9rem;
      letter-spacing: 0.2rem; } }

/* 館内用サイトヘッダー */
br.br-inside {
  display: none; }

header div.inside {
  text-align: center;
  width: 100%;
  padding: 15rem 0 !important; }
  header div.inside br.br-inside {
    display: inherit; }
  header div.inside img {
    float: none;
    display: inline-block;
    margin: 0 !important;
    width: 110px; }
  header div.inside img#logo-header {
    width: 200px !important;
    height: auto; }

div#here-header {
  color: #999 !important;
  padding: 2rem 0 3rem 0;
  width: 80%;
  margin: 0 auto;
  padding: 5%;
  /* 下スクロールアニメ */ }
  div#here-header h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: 0.3rem; }
  div#here-header p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.3rem;
    padding: 3rem 0; }
  @media screen and (min-width: 1000px) {
    div#here-header {
      padding: 5px; }
      div#here-header p {
        text-align: center; } }

/* 言語切り替え */
div#langs {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #666 !important;
  z-index: 9; }
  div#langs a {
    color: #999 !important;
    font-size: 1.4rem; }

/* 館内閲覧ヘッダー */
header#here-header-cont {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  header#here-header-cont div.logo {
    position: absolute;
    left: 0;
    top: 30%;
    margin-top: -36px;
    padding: 0 !important; }
  header#here-header-cont a#scrldown {
    display: none;
    padding-top: 20px;
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    transition: opacity .3s; }
    header#here-header-cont a#scrldown p {
      font-size: 1.4rem;
      text-align: center;
      margin-top: -3rem;
      width: 100%; }
    header#here-header-cont a#scrldown span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 24px;
      height: 24px;
      margin-left: -12px;
      border-left: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb 1.5s infinite;
      animation: sdb 1.5s infinite;
      box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
/* 館内用作品詳細 */
wrap.offsetzero {
  padding-top: 0 !important; }

div.title-inframe {
  color: #999 !important;
  margin-bottom: 0 !important;
  padding-top: 30px !important; }

div.content-inframe {
  color: #999; }
  div.content-inframe p {
    font-size: 2rem !important;
    line-height: 3.9rem !important;
    letter-spacing: 0.2rem !important; }

div.here-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1000; }

div.here-window {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1001; }
  div.here-window iframe {
    border: none;
    width: 100%;
    height: 100%; }
  div.here-window div.iframe-close {
    position: fixed;
    bottom: -50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem;
    padding: 14px 0;
    background-color: #000;
    border-top: thin solid #333;
    letter-spacing: 0.3rem; }

.batsu {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 12px; }

.batsu::before, .batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #ccc; }

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

/* Live Camera  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div#yt-cont-wrap {
  width: 100%;
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 40px 0;
  position: relative; }
  div#yt-cont-wrap div.yt-cont {
    position: relative;
    padding-top: 16.875%;
    float: left;
    width: 30%;
    margin: 1.66%; }
    @media screen and (max-width: 1000px) {
      div#yt-cont-wrap div.yt-cont {
        padding-top: 56.25%;
        width: 100%;
        float: none;
        margin: 30px 0; } }
    div#yt-cont-wrap div.yt-cont iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
