@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@-webkit-keyframes hover {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hover {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}


#header {
  /*-webkit-transform: translateY(-141px);*/
  /*transform: translateY(-141px);*/
  /*transition: .5s;*/
}

#header.scrolled {
  /*-webkit-transform: translateY(0);*/
  /*transform: translateY(0);*/
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-video-body {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 102px;
  height: 20px;
  overflow: hidden;
  border: none;
  background-image: url("../images/ic_	close.svg");
  background-size: cover;
  background-color: transparent;
  background-color: rgba(0,0,0,0);
  transition: .3s;
  cursor: pointer;
}

.modal-video-close-btn:hover {
  opacity: .7;
}

.c-museum {
  padding: 40px 0 50px;
  background-color: #ece8e1;
}
@media (max-width: 640px) {
  .c-museum {
    margin-bottom: 20px;
  }
}
.c-museum__inner {
  width: 89.7%;
  margin: 0 auto;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  padding: 46px 5.1% 0;
  box-sizing: border-box;
}

.c-museum__logo {
  width: 150px;
  font-size: 0;
  margin: 0 auto 35px;
}

.c-museum__logo a {
  transition: .3s;
}

.c-museum__logo a:hover {
  opacity: .7;
}

.c-museum__logo img {
  width: 100%;
}

.c-museum__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 42px;
}

.c-museum__list__text {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New",sans-serif;
  text-align: left;
}

.c-museum__list__btn {
  width: 280px;
  padding: 14px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
  font-family: "Barlow",sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  color: #222;
  text-decoration: none;
  box-sizing: border-box;
}

.c-museum__list__btn:after {
  content: "";
  background-image: url(../images/ic_blank.svg);
  width: 16px;
  height: 13px;
  background-size: cover;
  display: block;
  margin-left: 12px;
}

.c-museum__list__btn:hover {
  color: #222;
  opacity: .7;
}

.c-museum__heading {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New",sans-serif;
  letter-spacing: .04em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.c-museum__heading--en {
  font-family: "Barlow",sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
}

.c-museum__heading--center {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0 !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-bottom: 2.5em !important;
}

.c-museum__swiper {
  position: relative;
  overflow: visible !important;
}

.c-museum__wrapper {
  width: 100%;
}

.c-museum__box {
  width: 220px;
  height: auto !important;
  background-color: #fff;
}

.c-museum__box a {
  color: #222;
  text-decoration: none;
  display: block;
  transition: .3s;
}

.c-museum__box a:hover {
  opacity: .5;
}

.c-museum__img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  vertical-align: middle;
}

.c-museum__content {
  padding: 13px 20px;
}

.c-museum__content__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.c-museum__content__date {
  font-family: "Urbanist",sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
}

.c-museum__content__custom {
  padding: 0 6px;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New",sans-serif;
  letter-spacing: 0;
  background-color: #ece8e1;
}

.c-museum__text {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New",sans-serif;
  text-align: left;
  letter-spacing: .04em;
}

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

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

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

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-none {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

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

.u-fs-17 {
  font-size: 17px !important;
}

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

.u-fs-19 {
  font-size: 19px !important;
}

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

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

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


@media screen and (min-width: 641px) {

  .c-museum {
    padding: 102px 0 108px;
    margin-bottom: 110px;
  }

  .c-museum__inner {
    width: 1220px;
    padding: 60px 75px 0;
  }

  .c-museum__logo {
    width: 272px;
    margin: 0 auto 80px;
  }

  .c-museum__list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 50px;
    margin-bottom: 60px;
  }

  .c-museum__list__text {
    font-size: 18px;
  }

  .c-museum__list__btn {
    padding: 24px 0;
  }

  .c-museum__heading {
    font-size: 18px;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 22px;
  }

  .c-museum__heading--en {
    font-size: 20px;
  }

  .c-museum__heading--center {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
  }

  .c-museum__box {
    width: 330px !important;
  }

  .c-museum__img {
    height: 240px !important;
  }

  .c-museum__content {
    padding: 25px 20px;
  }

  .c-museum__content__list {
    gap: 25px;
    margin-bottom: 12px;
  }

  .c-museum__content__date {
    font-size: 14px;
  }

  .c-museum__content__custom {
    font-size: 11px;
    padding: 2px 12px;
  }

  .u-sp-hide {
    display: block !important;
  }

  .u-pc-hide {
    display: none !important;
  }
}


@media (max-width: 640px) {
  #header {
    /*-webkit-transform: translateY(-121px);*/
    /*transform: translateY(-121px);*/
  }
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }

  .modal-video-close-btn {
    top: -45px;
    right: 0;
  }
}



#mv-player {
  top: 0 !important;
  background-color: #fff;
  /*height: 150vw;*/
  height: auto;
}



#mv-player-btn div {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  text-decoration: none;
  background-color: rgba(34,34,34,.4);
  color: #fff;
  text-align: center;
  font-family: "Barlow",sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  cursor: pointer;
}

#mv-player-btn div:before {
  content: "";
  position: absolute;
  right: 22px;
  width: 9px;
  height: 9px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#mv-player-main {
  transition: opacity 1.5s ease-in-out;
}

#mv-player-main video {
  width: 100%;
}

#mv-player-main .video--sp {
  display: none;
}
@media screen and (min-width: 641px) {
  #mv-player {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #mv-player-btn {
    bottom: 140px;
  }
}


@media screen and (max-width: 640px) {

  #mv-player-btn {
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: -25px;
    z-index: 100;
  }

  #mv-player-main .video--pc {
    display: none;
  }

  #mv-player-main .video--sp {
    display: block;
  }
}
#mv-player{
  overflow: visible;
}
#mv-player,
#mv-player-wrap{
  position: relative;
}
.movie-ctrl-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  width: 30px;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.movie-ctrl-button img{
  width: 100%;
  height: auto;
  cursor: pointer;
}
#mv-player video{
  display: block;
}
#mv-player-wrap .movie-play { opacity: 1; pointer-events: auto; }
#mv-player-wrap.bg-video-play .movie-play { opacity: 0; pointer-events: none;
  z-index: 1; }
#mv-player-wrap.bg-video-play .movie-pause { opacity: 1; pointer-events: auto; }

@media (max-width: 640px) {
  #mv-player .movie-ctrl-button {
    position: absolute;
    left: 10px;
    bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  #mv-player .movie-button {
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);

  }
}
