@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* ブレイクポイントの設定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* img {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

/* ===================================================
共通項目 
====================================================*/
.l-container {
  margin: 0 auto;
}

p, h1, h2, h3, h4, ul, li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  font-display: swap;
  color: #000b54;
}

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

li {
  list-style: none;
}

ul {
  padding: 0;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

.bold {
  font-weight: bold;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

.br_scroll {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .br_scroll {
    display: none;
  }
}

.br_scroll.active {
  display: block;
  -webkit-animation: floating 0.5s forwards;
          animation: floating 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .br_scroll.active {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff000));
  background: linear-gradient(transparent 70%, #fff000 30%);
}

/* ===================================================
遅延読み込み
====================================================*/
.trigger {
  opacity: 0;
}

.trigger.in.is-active {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5 forwards;
          animation: fadeIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5 forwards;
}

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

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ===============
js-trigger up
===============*/
/* //trigger upをつける */
.trigger {
  opacity: 0;
}

.trigger.up.is-active {
  -webkit-animation: slideUp 0.8s 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp 0.8s 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
  40%, 100% {
    opacity: 1;
  }
}
/* ===============
swiper　カスタマイズ
===============*/
.swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}

.inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0 110px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 70px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .inner {
    padding: 70px 20px;
  }
}

.btn {
  display: block;
  padding: 15px 18px;
  margin: 20px 0 0 auto;
}
.btn.fv {
  font-family: "Noto Sans JP", san-serif;
  background-color: #fff;
  border: 2px solid #000b54;
  font-weight: bold;
  width: 78%;
  text-align: center;
  margin: 10px auto 18px;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .btn.fv {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(1.5rem, 1rem + 0.625vw, 2.2rem);
    margin: 20px 0 0 auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .btn.fv {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.fv {
    padding: 0;
    height: 45px;
    line-height: 43px;
  }
}
.btn.fv:hover {
  color: #fff;
  background-color: #000b54;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.list {
  width: 312px;
  color: #a3a3a3;
  background-color: #e6e6e6;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn.list {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.btn.museum {
  position: relative;
  width: 312px;
  color: #fff;
  background-color: #000b54;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
  padding-right: 38px;
}
@media screen and (max-width: 767px) {
  .btn.museum {
    width: 100%;
    max-width: 66vw;
  }
}
.btn.museum:after {
  position: absolute;
  content: "";
  background: url("../img/icon_blank.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 8px);
  right: 50px;
}
@media screen and (max-width: 767px) {
  .btn.museum:after {
    right: 20px;
  }
}

.fv .fv_wrap {
  background-color: #fff000;
}
@media screen and (min-width: 960px) {
  .fv .fv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_wrap {
    padding: 22px 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .fv .fv_wrap {
    padding: 22px 12px;
  }
}
.fv .fv_wrap .fv_main {
  width: 100%;
  max-width: 76.47vw;
}
.fv .fv_wrap .fv_item {
  width: 100%;
  padding-right: 30px;
  margin-left: -60%;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .fv .fv_wrap .fv_item {
    padding-right: 10px;
  }
}
.fv .fv_wrap .fv_item .logo {
  width: 100%;
  max-width: 46.97vw;
  margin: 0 0 0 auto;
  padding-top: 2vh;
}
.fv .fv_wrap .fv_item .data {
  width: 100%;
  max-width: 16.05vw;
  margin: 65px 0 0 auto;
}
.fv .fv_wrap .fv_item ul {
  text-align: right;
  margin-top: 33px;
}
.fv .fv_wrap .fv_item ul .fv_link {
  font-size: 2rem;
  margin: 12px 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .fv .fv_wrap .fv_item ul .fv_link {
    font-size: 1.8rem;
  }
}
.fv .fv_wrap .fv_item ul .fv_link:first-child {
  margin: 0;
}
.fv .fv_wrap .fv_item ul .fv_link a span {
  padding-right: 43px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .fv .fv_wrap .fv_item ul .fv_link a span {
    padding-right: 28px;
  }
}
.fv .fv_wrap .fv_item ul .fv_link a span::after {
  border-bottom: 2px solid #000;
  width: 30px;
  height: 2px;
  top: 14px;
  right: 0;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .fv .fv_wrap .fv_item ul .fv_link a span::after {
    width: 20px;
  }
}

.fv_link {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.fv_link a span {
  display: inline-block;
}
.fv_link a span::after {
  position: absolute;
  content: "";
  display: block;
}

.news {
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .news .inner {
    padding: 80px 0;
  }
}
.news h2 {
  width: 100%;
  max-width: 210px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .news h2 {
    max-width: 157px;
    margin: 0 auto 20px;
  }
}
.news__list {
  width: 100%;
  height: auto;
  max-height: 232px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-weight: 500;
}
.news__list::-webkit-scrollbar {
  width: 8px;
}
.news__list::-webkit-scrollbar-thumb {
  background: #000b54;
  border-radius: 10px;
}
.news__list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.news__list ul li {
  width: 98%;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-bottom: 1px solid #000b54;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news__list ul li {
    font-size: 1.7rem;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .news__list ul li:first-child {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .news__list ul li:last-child {
    padding: 20px 0 0;
  }
}
.news__list ul li .date {
  display: inline-block;
  color: #000b54;
  font-size: 16px;
  margin-right: 50px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .news__list ul li .date {
    margin-bottom: 10px;
  }
}
.news__list ul li:last-child {
  border-bottom: none;
}
.news__list ul li a {
  color: #000b54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__list ul li a span:not(.date) {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news__list ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.about {
  background: url("../img/bg_outline.webp") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .about {
    background: url("../img/bg_outline_sp.webp") no-repeat center top/cover;
  }
}
.about .inner .txt {
  line-height: 3.8rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .about .inner .txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about .inner .txt {
    font-size: 1.7rem;
    font-weight: 600;
  }
}
.about .inner .thanks {
  margin-top: 2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .about .inner .thanks {
    font-size: 1.4rem;
    text-align: center;
  }
}

.gallery {
  background-color: #b3e6e4;
  padding: 75px 0 95px;
}
.gallery h2 {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .gallery h2 {
    max-width: 188px;
  }
}
.gallery__content {
  overflow: hidden;
  width: 100%;
}
.gallery__block {
  width: 100%;
  height: 100%;
}
.gallery__block:first-child {
  margin-bottom: 12px;
}
.gallery__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 382px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gallery__track {
    height: 240px;
  }
}
.gallery__track .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.gallery__track .swiper-slide img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: none;
}
.gallery__track .swiper-slide:hover {
  border: 5px solid #000b54;
}
.gallery__track .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery__credit {
  width: 100%;
  padding-left: 20px;
  margin: 14px auto 60px;
}
@media screen and (min-width: 960px) {
  .gallery__credit {
    max-width: 880px;
    text-align: left;
  }
}
.gallery__credit p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .gallery__credit p {
    font-size: 1.2rem;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(162, 215, 221, 0.9);
  cursor: pointer;
}
.modal__content {
  position: relative;
  background: #fff;
  padding: 48px;
  margin: 20px;
  width: 95%;
  max-width: 750px;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 40px 20px 20px;
    width: 100%;
    max-width: 95%;
  }
}
.modal__close-btn {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 54px;
  height: 54px;
  background: #000b54;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close-btn::before, .modal__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 2px;
  background-color: #fff;
}
.modal__close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .modal__close-btn {
    top: -22px;
    right: -15px;
  }
}
.modal__body {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__body img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .modal__body img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 50vh;
    margin-inline: auto;
  }
}
.modal__title {
  padding-bottom: 3px;
  border-bottom: 2px solid #000b54;
  font-weight: 600;
}
.modal__desc {
  padding-top: 3px;
  font-size: 1.4rem;
}
.modal__desc span {
  font-style: italic;
}
.modal__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
}
.modal__arrow--prev {
  background: url("../img/icon_arrow_left.svg") no-repeat center center/contain;
  width: 30px;
  height: 43px;
  left: -60px;
}
.modal__arrow--next {
  background: url("../img/icon_arrow_right.svg") no-repeat center center/contain;
  width: 30px;
  height: 43px;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .modal__arrow {
    display: none;
  }
}

.goods {
  background-color: #fff000;
}
.goods h2 {
  width: 100%;
  max-width: 225px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .goods h2 {
    max-width: 160px;
  }
}

.top_access {
  background-color: #b3e6e4;
}
@media screen and (min-width: 960px) {
  .top_access .inner {
    padding: 80px 0 120px;
  }
}
.top_access h2 {
  width: 100%;
  max-width: 214px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .top_access h2 {
    max-width: 169px;
  }
}
.top_access p {
  display: block;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top_access p {
    font-size: 16px;
  }
}
.top_access p span.sla {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_access p span.sla {
    display: inline-block;
  }
}
.top_access .map {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top_access .map {
    margin-bottom: 30px;
  }
}
.top_access .map iframe {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_access .info {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .top_access .info {
    font-size: 2rem;
    padding: 40px 100px 20px;
  }
}
@media screen and (min-width: 960px) {
  .top_access .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top_access .info dt {
    width: 15%;
  }
}
.top_access .info dd {
  margin-bottom: 14px;
  line-height: 2.8rem;
}
@media screen and (min-width: 960px) {
  .top_access .info dd {
    width: 85%;
    margin-bottom: 25px;
    line-height: 3.5rem;
  }
}
.top_access .info dd span {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .top_access .info dd span {
    display: inline;
    font-size: 1.6rem;
  }
}
.top_access .info dd .tel {
  color: #000b54;
}
@media screen and (min-width: 960px) {
  .top_access .info dd .tel {
    pointer-events: none;
  }
}

.overview {
  background-color: #b3e6e4;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 75px 0;
  }
}
.overview__wrap {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .overview__wrap {
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
  }
}
.overview .outline {
  margin-bottom: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .overview .outline {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .overview .outline .inner {
    padding: 75px 0 90px;
  }
}
.overview .outline h2 {
  position: absolute;
  width: 100%;
  max-width: 250px;
  top: -26px;
  left: calc(50% - 125px);
}
@media screen and (max-width: 767px) {
  .overview .outline h2 {
    max-width: 186px;
    top: -16px;
    left: calc(50% - 93px);
  }
}
.overview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .overview ul {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .overview ul {
    margin-top: 60px;
  }
}
.overview ul li {
  width: 100%;
  padding: 22px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #000b54;
  font-weight: 500;
  line-height: 3.15rem;
}
@media screen and (max-width: 767px) {
  .overview ul li {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .overview ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.overview ul li a {
  display: block;
  font-weight: bold;
  color: #000b54;
}
.overview ul li a.tel {
  display: inline;
  font-weight: normal;
}
.overview ul li a span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  border-bottom: 2px solid #000b54;
}
.overview ul li a span:before {
  position: absolute;
  content: "";
  background: url("../img/icon_link.svg") no-repeat center center/contain;
  width: 11px;
  height: 13px;
  top: calc(50% - 8px);
  left: 0;
}
.overview ul .head {
  width: 8%;
  display: block;
  margin-right: 50px;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .overview ul .head {
    margin: 0 0 5px 0;
  }
}
.overview .access {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .overview .access .inner {
    padding: 75px 0 80px;
  }
}
.overview .access h2 {
  position: absolute;
  width: 100%;
  max-width: 225px;
  top: -24px;
  left: calc(50% - 112.5px);
}
@media screen and (max-width: 767px) {
  .overview .access h2 {
    max-width: 169px;
    top: -15px;
    left: calc(50% - 84.5px);
  }
}
.overview .access .map {
  margin-top: 5px;
  margin-bottom: 32px;
}
.overview .access ul {
  font-size: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .overview .access ul {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.overview .access ul li {
  border-bottom: none;
  padding: 5px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .overview .access ul li {
    line-height: 2.2rem;
  }
}

.ticket {
  background-color: #b3e6e4;
  font-size: 1.8rem;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .ticket {
    padding: 90px 20px 60px;
  }
}
.ticket h2 {
  position: absolute;
  width: 100%;
  max-width: 250px;
  top: -26px;
  left: calc(50% - 125px);
}
@media screen and (max-width: 767px) {
  .ticket h2 {
    max-width: 172px;
    top: -18px;
    left: calc(50% - 86px);
  }
}
.ticket__wrap {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .ticket__wrap {
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
  }
}
.ticket__wrap.border {
  border-bottom: 3px solid #000b54;
}
@media screen and (min-width: 960px) {
  .ticket__wrap .inner {
    padding: 75px 0 50px;
  }
}
.ticket__itemWrap {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ticket__itemWrap {
    margin-top: 0;
  }
}
.ticket__itemWrap:last-child {
  margin-bottom: 0;
}
.ticket__itemWrap .tbl {
  width: 100%;
  margin-bottom: 22px;
}
.ticket__itemWrap .tbl table {
  width: 100%;
  text-align: left;
  font-size: 2rem;
  border-collapse: collapse;
}
.ticket__itemWrap .tbl table thead th {
  background-color: #fff000;
  color: #000b54;
  font-weight: 600;
  font-size: 2.8rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .ticket__itemWrap .tbl table thead th {
    text-align: center;
    font-size: 2rem;
  }
}
.ticket__itemWrap .tbl table thead th span {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .ticket__itemWrap .tbl table thead th span {
    display: inline;
    font-size: 2rem;
  }
}
.ticket__itemWrap .tbl table tbody th {
  font-size: 1.8rem;
  background-color: #fffde5;
  padding-left: 20px;
  font-weight: 600;
}
.ticket__itemWrap .tbl table tbody td {
  text-align: center;
  background-color: #fff;
  font-weight: 600;
}
.ticket__itemWrap .tbl table td, .ticket__itemWrap .tbl table th {
  width: 33.3%;
  border: 2px solid #000b54;
  padding: 1rem;
}
@media screen and (min-width: 960px) {
  .ticket__itemWrap .tbl table td, .ticket__itemWrap .tbl table th {
    padding: 0;
    height: 65px;
  }
}
.ticket__itemWrap .tbl.normal table thead th {
  color: #fff;
  background-color: #000b54;
}
.ticket__itemWrap .tbl.normal table tbody th {
  color: #000b54;
  background-color: #e5e7ee;
}
.ticket__itemWrap ul li {
  font-size: 1.6rem;
}
.ticket__itemWrap ul li.indent {
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}
.ticket__itemWrap .info {
  margin-top: 26px;
}
.ticket__itemWrap .info dl {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .ticket__itemWrap .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ticket__itemWrap .info dt {
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .ticket__itemWrap .info dt {
    width: 15%;
    margin-bottom: 0;
  }
}
.ticket__itemWrap .info dd {
  margin-bottom: 20px;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ticket__itemWrap .info dd {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .ticket__itemWrap .info dd {
    width: 85%;
  }
}
.ticket__itemWrap .info dd:last-child {
  margin-bottom: 0;
}
.ticket__itemWrap .soldout {
  color: #d33c17;
  font-weight: bold;
}
.ticket__agency h3 {
  font-size: 2.8rem;
  border-top: 2px solid #000b54;
  border-bottom: 2px solid #000b54;
  padding: 12px 0;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ticket__agency h3 {
    font-size: 2rem;
  }
}
.ticket__agency__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ticket__agency__list {
    margin-bottom: 40px;
  }
}
.ticket__agency__list li {
  width: 100%;
  padding: 18px 0 18px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/line_agency.webp");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ticket__agency__list li {
    grid-template-rows: auto 56px;
    grid-template-columns: auto;
    padding: 12px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ticket__agency__list li .name {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ticket__agency__list li .name {
    grid-row: 1/2;
    grid-column: 1/3;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
.ticket__agency__list li .type {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-right: 20px;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .ticket__agency__list li .type {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: 0;
  }
}
.ticket__agency__list li .type span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-family: Noto Sans JP, san-serif;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
}
.ticket__agency__list li .type span.early {
  color: #000b54;
  background-color: #fff000;
}
.ticket__agency__list li .type span.advance {
  color: #fff;
  background-color: #000b54;
}
.ticket__agency__list li .type span.today {
  border: 1px solid #000;
}
.ticket__agency__list li:first-child {
  padding-top: 0;
}
.ticket__agency .notes {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 960px) {
  .ticket__agency .notes {
    margin-bottom: 26px;
  }
}
.ticket__btn {
  position: relative;
  display: block;
  max-width: 200px;
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: #000b54;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 0 auto;
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (min-width: 960px) {
  .ticket__btn {
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .ticket__btn {
    grid-row: 2/3;
    grid-column: 2/3;
    width: 100%;
    line-height: 40px;
    width: 125px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 960px) {
  .ticket__btn .btn__txt {
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .ticket__btn .btn__txt {
    font-size: 1.5rem;
    line-height: 40px;
  }
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

/* ===================================================
余白 
====================================================*/
.m-a {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.bt-none {
  border-top: 0 !important;
}

.bb-none {
  border-bottom: 0 !important;
}

/* ===================================================
font
====================================================*/
.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-b {
  font-weight: bold !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

#header {
  position: fixed;
  z-index: 20;
}
#header .ham {
  position: fixed;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  z-index: 26;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #000b54;
}
#header .ham span {
  position: absolute;
  right: 12px;
  width: 38px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  height: 4px;
  border-radius: 4px;
}
#header .ham span:nth-child(1) {
  top: 18px;
}
#header .ham span:nth-child(2) {
  top: 32px;
}
#header .ham span:nth-child(3) {
  top: 46px;
}
#header .globalMenu {
  width: 100%;
  height: 100svh;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #000b54;
  padding: 2vh;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .globalMenu ul {
  width: 100%;
  max-width: 65vw;
  text-align: left;
  margin-inline: auto;
  margin: 60px auto 0;
}
#header .globalMenu ul .fv_link {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: bold;
  margin: 5px 0 35px;
}
#header .globalMenu ul .fv_link a {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
}
#header .globalMenu ul .fv_link a span {
  padding-left: 55px;
}
#header .globalMenu ul .fv_link a span::after {
  border-bottom: 2px solid #fff;
  width: 30px;
  height: 2px;
  top: 14px;
  left: 0;
}
@media screen and (min-width: 960px) {
  #header .globalMenu {
    width: 30%;
  }
}
#header .globalMenu .logo {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-bottom: 30px;
}
#header .globalMenu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 25;
}
@media screen and (max-width: 767px) {
  #header .globalMenu.active {
    width: 100%;
  }
}
#header .ham.active span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 46px;
  right: 11px;
}
#header .ham.active span:nth-child(1) {
  top: 33px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .ham.active span:nth-child(2) {
  top: 33px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header .ham.active span:nth-child(3) {
  opacity: 0;
}
#header ul li a {
  width: 100%;
  display: block;
}

.top {
  background-color: #fff000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 20px;
  }
}
.top__image {
  width: 100%;
  max-width: auto;
  height: auto;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .top__image {
    display: none;
  }
}
.top__logo {
  width: 100%;
  max-width: 67.2vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1200px) {
  .top__logo {
    max-width: 537px;
  }
}
@media screen and (min-width: 960px) {
  .top__logo {
    max-width: 37%;
  }
}

.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.footer {
  background-color: #fff;
  padding: 30px 0 60px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 30px;
  }
}
.footer__sponsor {
  width: 100%;
  max-width: 908px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__sponsor {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 16px;
  }
}
.footer__sponsor li a {
  display: block;
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .footer__sponsor li.art-museum-nagoya {
    max-width: 176px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sponsor li.chunihi {
    max-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sponsor li.tokai-tv {
    max-width: 172px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sponsor li.frg_cg {
    max-width: 206px;
  }
}
.footer__sponsor li.bunkacho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__sponsor li span {
  display: block;
  max-width: 325px;
  font-size: 12px;
  color: #000;
}
.footer__sponsor:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer__sponsor:nth-child(2) {
    margin-bottom: 40px;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0 0;
  color: #000b54;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer__link {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    row-gap: 10px;
    padding: 0;
  }
}
.footer__link a {
  color: #000b54;
}
@media screen and (min-width: 768px) {
  .footer__link li::before {
    content: "|";
    margin: 0 1.5em;
  }
  .footer__link li:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__link li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__link li:nth-child(2) {
    width: 20%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .footer__link li:nth-child(3) {
    width: 26%;
    padding-right: 1.5rem;
  }
  .footer__link li:nth-child(3)::before {
    content: "|";
    margin: 0 1em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__link li:last-child {
    width: 100%;
  }
}
.footer .copyright {
  color: #000b54;
  letter-spacing: 0.52px;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    letter-spacing: 0;
  }
}/*# sourceMappingURL=style.css.map */