/* ---------------------------------------- */
/* top.css */
/* ---------------------------------------- */

/* ヘッダー */
.page-template-front-page #g-header {
  background-color: rgba(86, 86, 86, 0.22);
  border-bottom-color: transparent;
}
@media (min-width: 992px) {
  .page-template-front-page #g-header .gnav-wrap .main-menu > ul > li > a {
    color: #ffffff;
  }
  .page-template-front-page #g-header .gnav-wrap .lang-menu > ul > li > a {
    color: #ffffff;
  }
  .page-template-front-page
    #g-header
    .gnav-wrap
    .lang-menu
    > ul
    > li
    > a.current {
    border-bottom-color: #ffffff;
  }
  .page-template-front-page
    #g-header
    .gnav-wrap
    .main-menu
    > ul
    > li
    > a.aco-head::after {
    border-top-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .page-template-front-page #g-header #hamburger span {
    background-color: #ffffff;
  }
  .page-template-front-page.nav-open #g-header {
    background-color: transparent;
    border-bottom-color: transparent;
  }
  .page-template-front-page.nav-open #g-header #hamburger span {
    background-color: #000000;
  }
}

/* .front-page */
.front-page {
  padding-top: 0;
}

/* .page-header */
.front-page .page-header .top-mv {
  position: relative;
}
.front-page .page-header .top-mv .mv-slide {
  position: relative;
}
.front-page .page-header .top-mv .mv-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.front-page .page-header .top-mv .mv-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.front-page .page-header .top-mv .text-wrap {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  padding: 200px 0;
}
.front-page .page-header .top-mv .text-wrap .container {
  padding-left: 7%;
  padding-right: 7%;
  max-width: 100%;
}
.front-page .page-header .top-mv .text-wrap h3 {
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0.036em;
  color: #ffffff;
  margin: 0.125em 0;
}
.front-page .page-header .top-mv .text-wrap p {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0.125em 0;
}
.front-page .page-header .top-mv .text-wrap p strong {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0.125em 0;
}
@media (max-width: 767px) {
  .front-page .page-header .top-mv .text-wrap {
    align-items: center;
    padding: 200px 0 150px;
  }
  .front-page .page-header .top-mv .text-wrap h3 {
    font-size: 46px;
  }
  .front-page .page-header .top-mv .text-wrap p {
    font-size: 20px;
    line-height: 24px;
  }
  .front-page .page-header .top-mv .text-wrap p strong {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
/* .open-info */
.front-page .page-header .top-mv .open-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 10px 20px;
  width: fit-content;
  max-width: 100%;
  min-width: 196px;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.front-page .page-header .top-mv .open-info > * {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #000000;
  margin: 0.5em 0;
}

/* .page-body */
.front-page .page-body {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .front-page .page-body {
    padding-bottom: 100px;
  }
}

/* .news-sec */
.front-page .page-body .news-sec {
  background-color: #f5f5f5;
  padding: 15px 0;
}
.front-page .page-body .news-sec .container {
  max-width: 960px;
}
.front-page .page-body .news-sec .news-wrap dl dt {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000000;
  margin: 0;
}
.front-page .page-body .news-sec .news-wrap dl dd {
  margin: 0;
}
.front-page .page-body .news-sec .news-wrap dl dd .news-slide .slick-slide {
  overflow: hidden;
  padding-left: 10px;
}
.front-page
  .page-body
  .news-sec
  .news-wrap
  dl
  dd
  .news-slide
  .slick-slide
  .linner-inner {
  min-width: 100%;
  max-width: fit-content;
  width: fit-content;
}
.front-page
  .page-body
  .news-sec
  .news-wrap
  dl
  dd
  .news-slide
  .slick-slide.slick-linner
  .linner-inner {
  animation: 5s forwards linear newsLinner;
}
@keyframes newsLinner {
  0% {
    transform: translateX(0);
    margin-left: 0px;
  }
  50% {
    transform: translateX(0);
    margin-left: 0px;
  }
  100% {
    transform: translateX(-100%);
    margin-left: -40px;
  }
}
.front-page
  .page-body
  .news-sec
  .news-wrap
  dl
  dd
  .news-slide
  .slick-slide
  .date {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  color: #000000;
  margin: 0 2em 0 0;
}
.front-page
  .page-body
  .news-sec
  .news-wrap
  dl
  dd
  .news-slide
  .slick-slide
  .title {
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  color: #000000;
  opacity: 0.5;
  margin: 0;
}
@media (min-width: 768px) {
  .front-page .page-body .news-sec .news-wrap dl {
    display: flex;
    align-items: center;
  }
  .front-page .page-body .news-sec .news-wrap dl dt {
    flex-basis: 100px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-page .page-body .news-sec .news-wrap dl dd {
    flex-basis: calc(100% - 110px);
    flex-shrink: 0;
    flex-grow: 0;
    max-width: calc(100% - 110px);
  }
  .front-page
    .page-body
    .news-sec
    .news-wrap
    dl
    dd
    .news-slide
    .slick-slide
    .linner-inner {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .front-page .page-body .news-sec {
    padding: 20px 0;
  }
  .front-page .page-body .news-sec .news-wrap dl dt {
    margin-bottom: 20px;
  }
  .front-page .page-body .news-sec .news-wrap dl dd .news-slide .slick-slide {
    padding: 0;
  }
  .front-page
    .page-body
    .news-sec
    .news-wrap
    dl
    dd
    .news-slide
    .slick-slide
    .date {
    text-align: center;
    margin: 0 0 10px;
  }
  .front-page
    .page-body
    .news-sec
    .news-wrap
    dl
    dd
    .news-slide
    .slick-slide
    .title {
    line-height: 1.5;
  }
}

/* section */
.front-page .page-body section .sec-title {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 100;
  font-size: 44px;
  line-height: 1.2;
  color: #000000;
  margin: 0.25em 0 1em;
}
@media (max-width: 767px) {
  .front-page .page-body section .sec-title {
    font-size: 33px;
    line-height: 1.33;
    margin-bottom: 0.5em;
  }
}

/* .exhibition-sec */
.front-page .page-body .exhibition-sec {
  padding: 100px 0;
}
.front-page .page-body .exhibition-sec .current {
  display: block;
  max-width: 780px;
}
.front-page .page-body .exhibition-sec .current figure {
  margin-bottom: 45px;
}
.front-page .page-body .exhibition-sec .current figure img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.front-page .page-body .exhibition-sec .current .article-info .title {
  font-weight: 100;
  font-size: 44px;
  line-height: 1.47;
  color: #000000;
  margin: 0;
}
.front-page .page-body .exhibition-sec .current .article-info .sub-title {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.47;
  color: #000000;
  margin: 0;
}
.front-page .page-body .exhibition-sec .current .article-info .date {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  margin: 20px 0 15px;
}
.front-page .page-body .exhibition-sec .current .article-info .content-text {
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.125em;
  color: #000000;
  margin-bottom: 30px;
}
.front-page .page-body .exhibition-sec .current .article-info .more {
  display: inline-block;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.07em;
  color: #1b1b1b;
  border-bottom: solid 1px #1b1b1b;
}
.front-page .page-body .exhibition-sec .right-col .nav-wrap {
  padding: 40px 0;
}
.front-page .page-body .exhibition-sec .right-col .nav-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.front-page .page-body .exhibition-sec .right-col .nav-wrap ul li {
  padding: 0;
  margin: 0 0 70px;
}
.front-page
  .page-body
  .exhibition-sec
  .right-col
  .nav-wrap
  .exhibition-wrap
  .exp
  .title {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 100;
  font-size: 26px;
  line-height: 1.2;
  text-decoration-line: underline;
  color: #000000;
  margin-bottom: 7px;
}
.front-page
  .page-body
  .exhibition-sec
  .right-col
  .nav-wrap
  .exhibition-wrap
  .exp
  .sub-title {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .front-page .page-body .exhibition-sec .left-col {
    flex-basis: calc(100% - 180px);
    max-width: calc(100% - 180px);
  }
  .front-page .page-body .exhibition-sec .right-col {
    flex-basis: 180px;
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .front-page .page-body .exhibition-sec .left-col {
    flex-basis: calc(100% - 333px);
    max-width: calc(100% - 333px);
  }
  .front-page .page-body .exhibition-sec .right-col {
    flex-basis: 333px;
    max-width: 333px;
  }
}
@media (max-width: 767px) {
  .front-page .page-body .exhibition-sec {
    padding: 30px 0;
  }
  .front-page .page-body .exhibition-sec .current figure {
    margin-bottom: 40px;
  }
  .front-page .page-body .exhibition-sec .current figure img {
    aspect-ratio: 3/4;
  }
  .front-page .page-body .exhibition-sec .current .article-info .title {
    font-size: 30px;
    line-height: 1.167;
    letter-spacing: 0.067em;
  }
  .front-page .page-body .exhibition-sec .current .article-info .sub-title {
    font-size: 18px;
  }
  .front-page .page-body .exhibition-sec .current .article-info .date {
    font-size: 18px;
  }
  .front-page .page-body .exhibition-sec .current .article-info .more {
    font-weight: 400;
    font-size: 12px;
  }
  .front-page .page-body .exhibition-sec .right-col .nav-wrap ul li {
    margin-bottom: 30px;
  }
  .front-page .page-body .exhibition-sec .right-col .nav-wrap ul li:last-child {
    margin-bottom: 0;
  }
  .front-page
    .page-body
    .exhibition-sec
    .right-col
    .nav-wrap
    .exhibition-wrap
    .exp
    .title {
    font-size: 22px;
  }
}

/* .exhibition-sec */
.front-page .page-body .events-sec {
  overflow: hidden;
  padding-bottom: 50px;
}
.front-page .page-body .events-sec .sec-title {
  margin-bottom: 0.75em;
}
.front-page .page-body .events-sec .more-wrap .more-btn {
  display: inline-block;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.07em;
  color: #1b1b1b;
  border-bottom: solid 1px #1b1b1b;
  margin-bottom: 50px;
}
.front-page .page-body .events-sec .event-slide {
  max-width: 822px;
}
.front-page .page-body .events-sec .event-slide .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
.front-page .page-body .events-sec .event-slide .article {
  padding: 0 20px;
}
.front-page .page-body .events-sec .event-slide dl dt a figure {
  margin: 0 0 15px;
}
.front-page .page-body .events-sec .event-slide dl dt a figure img {
  aspect-ratio: 1;
  object-fit: cover;
}
.front-page .page-body .events-sec .event-slide dl dd .category-place {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  .category-place
  .category
  ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  .category-place
  .category
  ul
  li {
  padding: 0 5px;
  margin: 0 0 5px;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  .category-place
  .category
  ul
  li
  a {
  display: inline-block;
  text-align: center;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  padding: 10px;
  min-width: 146px;
  color: #ffffff;
  background-color: #565656;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  .category-place
  .separate {
  display: inline-block;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  margin: 0 1.5em;
  color: #565656;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  .category-place
  .place
  ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  .category-place
  .place
  ul
  li {
  padding: 0 5px;
  margin: 0 0 5px;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  .category-place
  .place
  ul
  li
  a {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-size: 20px;
  color: #565656;
}
.front-page .page-body .events-sec .event-slide dl dd a.text .title {
  font-weight: 100;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0.09em;
  color: #000000;
  margin-bottom: 15px;
}
.front-page .page-body .events-sec .event-slide dl dd a.text .date-time {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
.front-page
  .page-body
  .events-sec
  .event-slide
  dl
  dd
  a.text
  .date-time
  .separate {
  margin: 0 1em;
}
@media (max-width: 991px) {
  .front-page .page-body .events-sec .event-slide {
    max-width: 391px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .front-page .page-body .events-sec .sec-title {
    margin-bottom: 0.5em;
  }
  .front-page .page-body .events-sec .event-slide .slick-list {
    margin: 0 -10px;
  }
  .front-page .page-body .events-sec .event-slide .article {
    padding: 0 10px;
  }
  .front-page .page-body .events-sec .more-wrap .more-btn {
    margin-bottom: 40px;
  }
  .front-page .page-body .events-sec .event-slide dl dt a figure img {
    aspect-ratio: 70/88;
  }

  .front-page .page-body .events-sec .event-slide dl dd .category-place {
    margin-bottom: 10px;
  }
  .front-page
    .page-body
    .events-sec
    .event-slide
    dl
    dd
    .category-place
    .category
    > ul
    > li
    > a {
    padding: 8px;
    min-width: 146px;
  }
  .front-page
    .page-body
    .events-sec
    .event-slide
    dl
    dd
    .category-place
    .place
    > ul
    > li
    > a {
    font-size: 16px;
  }
  .front-page .page-body .events-sec .event-slide dl dd a.text .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 0.75em;
  }
}

/* .exhibition-sec */
.front-page .page-body .guide-sec {
  padding-bottom: 80px;
}
.front-page .page-body .guide-sec .img-container {
  padding-right: 0;
  margin-right: 0;
  max-width: calc(50vw + 480px);
}
.front-page .page-body .guide-sec .img-wrap {
  margin-bottom: 40px;
}
.front-page .page-body .guide-sec .img-wrap img {
  height: revert-layer;
  object-fit: cover;
  width: 100%;
}
.front-page .page-body .guide-sec .content-container {
  margin-right: 0;
  padding-right: 0;
  max-width: calc(50vw + 480px);
  overflow: hidden;
}
.front-page .page-body .guide-sec ul.btn-ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.front-page .page-body .guide-sec ul.btn-ul > li {
  padding: 0;
  margin: 0 0 20px;
}
.front-page .page-body .guide-sec ul.btn-ul > li > a {
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.2;
  text-decoration-line: underline;
  color: #000000;
}
.front-page .page-body .guide-sec .info-wrap {
  padding-right: 20px;
  max-width: 580px;
}
.front-page .page-body .guide-sec .info-wrap .infomation h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.12em;
  color: #000000;
  margin-bottom: 2em;
}
.front-page .page-body .guide-sec .info-wrap .infomation p {
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.125em;
  color: #000000;
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .front-page .page-body .guide-sec .container {
    padding-left: 16.66%;
    padding-right: 4.165%;
  }
  .front-page .page-body .guide-sec .img-container {
    max-width: 100%;
    padding-right: 0;
  }
  .front-page .page-body .guide-sec .img-wrap {
    margin-bottom: 20px;
  }
  .front-page .page-body .guide-sec .img-wrap img {
    aspect-ratio: 3 / 2;
    height: auto;
  }
  .front-page .page-body .guide-sec .content-container {
    max-width: 100%;
  }
  .front-page .page-body .guide-sec ul.btn-ul > li > a {
    font-size: 22px;
    line-height: 1.22;
  }
  .front-page .page-body .guide-sec .info-wrap {
    padding-right: 0;
  }
  .front-page .page-body .guide-sec .info-wrap .infomation {
    margin-bottom: 3em;
  }
  .front-page
    .page-body
    .guide-sec
    .info-wrap
    > .row
    > *:last-child
    .infomation {
    margin-bottom: 0;
  }
  .front-page .page-body .guide-sec .info-wrap .infomation h3 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.13em;
    margin-bottom: 1em;
  }
  .front-page .page-body .guide-sec .info-wrap .infomation p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.13em;
  }
}

/* .exhibition-sec */
.front-page .page-body .cafe-sec {
  padding-bottom: 200px;
}
.front-page .page-body .cafe-sec .img-container {
  padding-left: 0;
  margin-left: 0;
  max-width: calc(50vw + 480px);
}
.front-page .page-body .cafe-sec .img-wrap {
  margin-bottom: 40px;
}
.front-page .page-body .cafe-sec .img-wrap img {
  height: revert-layer;
  object-fit: cover;
  width: 100%;
}
.front-page .page-body .cafe-sec .infomation {
  max-width: 463px;
  margin-left: auto;
}
.front-page .page-body .cafe-sec .sec-title {
  margin: 0 0 1.5em;
}
.front-page .page-body .cafe-sec .infomation h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.12em;
  color: #000000;
  margin-bottom: 1em;
}
.front-page .page-body .cafe-sec .infomation p {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #000000;
  margin-bottom: 0;
}
.front-page .page-body .cafe-sec .more-wrap {
  margin-top: 60px;
  text-align: right;
}
.front-page .page-body .cafe-sec .more-wrap a.more-btn {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.07em;
  color: #1b1b1b;
  padding: 2px 0;
  border-bottom: solid 1px #1b1b1b;
}
@media (max-width: 767px) {
  .front-page .page-body .cafe-sec {
    padding-bottom: 50px;
  }
  .front-page .page-body .cafe-sec .sec-title {
    margin-bottom: 0.5em;
  }
  .front-page .page-body .cafe-sec .container {
    padding-left: 8.33%;
    padding-right: 16.66%;
  }
  .front-page .page-body .cafe-sec .img-container {
    padding-left: 0%;
  }
  .front-page .page-body .cafe-sec .infomation h3 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.13em;
    margin-top: 1.5em;
    margin-bottom: 1.25em;
  }
  .front-page .page-body .cafe-sec .more-wrap {
    margin-top: 30px;
    text-align: left;
  }
}

/* .exhibition-sec */
.front-page .page-body .memberships-sec .img-wrap {
  margin-bottom: 30px;
}
.front-page .page-body .memberships-sec .img-wrap img {
  width: 100%;
  height: 267px;
  object-fit: cover;
}
.front-page .page-body .memberships-sec .title-info-wrap {
  padding: 0 20px;
}
.front-page .page-body .memberships-sec .more-wrap {
  margin-top: 20px;
  text-align: center;
}
.front-page .page-body .memberships-sec .more-wrap a.more-btn {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.07em;
  color: #1b1b1b;
  padding: 2px 0;
  border-bottom: solid 1px #1b1b1b;
}
@media (max-width: 767px) {
  .front-page .page-body .memberships-sec .img-wrap {
    margin: 0 -9.9%;
  }
  .front-page .page-body .memberships-sec .img-wrap img {
    height: 500px;
  }
  .front-page .page-body .memberships-sec .sec-title {
    margin-top: 1em;
    margin-bottom: 0.75em;
  }
  .front-page .page-body .memberships-sec .title-info-wrap {
    padding: 0;
  }
  .front-page .page-body .memberships-sec p {
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0.13em;
  }
}
