@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.gDef-top-banner {
  background-color: #d0cec6;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: "M PLUS 1p", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  overflow: clip;
}
.wrapper::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/common/bg_painting.jpg) repeat center left 20%/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  .wrapper a,
  .wrapper button {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    transform: translateY(-1rem);
  }
}

.main p,
.main dd {
  line-height: 2.2;
}
.main p a,
.main dd a {
  display: inline;
  text-decoration: underline;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(640 / 750 * 100%);
  z-index: 2;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 calc(100 / 1920 * 100%);
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .inner {
    padding: 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* =====================================================================
    共通
======================================================================*/
.ff-en {
  font-family: "Darumadrop One", sans-serif;
}

.movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anime-crocodile {
  position: absolute;
  width: 52.2rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .anime-crocodile {
    width: 60.2rem;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header {
    position: sticky !important;
    margin: -3rem 0 8rem;
    z-index: 5;
  }
}
.header-logo {
  margin: 0 auto;
  width: 71.2%;
}

.btn-menu {
  width: 10.8rem;
  height: 12.1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none !important;
  }
}

.nav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 10rem 0 120px;
  font-size: 3.2rem;
  background-color: #000000;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .nav::before {
    content: "";
    position: absolute;
    display: block;
    top: 17rem;
    right: 0;
    width: 26.3rem;
    height: 62.7rem;
    background: url(../images/common/img_nav_jimmy.png) no-repeat center right/contain;
  }
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    display: block !important;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 1200px;
    height: 100%;
    font-size: 2.2rem;
    overflow: hidden;
  }
}
.nav .btn-menu {
  position: absolute;
  top: 2rem;
  right: 0;
}
.nav > .inner {
  width: calc(500 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .nav > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 96%;
    max-width: initial;
  }
}
.nav-menu {
  margin: 15rem 0;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
  }
}
.nav-menu > li {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .nav-menu > li {
    margin: 0 1.54em;
  }
}
.nav-menu > li > a {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .nav-menu > li > a {
    width: auto;
    height: 100%;
    min-height: 4.09em;
    white-space: nowrap;
  }
  .nav-menu > li > a::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -80%;
    left: 50%;
    transform: translateX(-50%);
    width: 3.45em;
    height: 100%;
    background: url(../images/common/img_nav_h.png) no-repeat center bottom/contain;
    z-index: -1;
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
  .nav-menu > li > a:hover {
    transform: translateY(0);
  }
  .nav-menu > li > a:hover::before {
    bottom: 0;
    opacity: 1;
  }
}
.nav-menu > li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.nav-sns {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  font-size: 1.65em;
  border-top: 0.4rem solid #686868;
}
@media screen and (min-width: 768px) {
  .nav-sns {
    padding: 0 0 0 1em;
    font-size: 1.36em;
    border-top: 0;
    border-left: 1px solid #686868;
  }
}
.nav-sns li {
  margin: 0 0.66em;
}
.nav-sns li a {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 1em;
  height: 1em;
}
.nav-sns li a svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-list li {
  margin-top: 3rem;
  width: calc(570 / 640 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 3rem calc(30 / 1200 * 100%) 0 0;
    width: calc(380 / 1200 * 100%);
  }
  .banner-list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .banner-list li:nth-child(3n), .banner-list li:last-child {
    margin-right: 0;
  }
}

/* =====================================================================
    banner
======================================================================*/
.banner {
  position: relative;
  padding-bottom: 20rem;
  background: url(../images/common/bg_pattern01.jpg) repeat center/30rem auto;
}
@media screen and (min-width: 768px) {
  .banner .anime-crocodile {
    top: -8rem;
    left: -19rem;
    transform: rotate(90deg);
  }
  .banner > .inner {
    padding: 0;
  }
}
.banner-exhibition {
  margin-bottom: 10rem;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  .banner-exhibition {
    margin-left: auto;
    margin-right: auto;
    width: calc(1040 / 1200 * 100%);
  }
}
.banner-exhibition a {
  position: relative;
  box-shadow: 2rem 2rem 0px 0px #000000, 2rem 2rem 0px 1px #000000;
}
@media screen and (min-width: 768px) {
  .banner-exhibition a {
    transition-property: transform, box-shadow;
  }
  .banner-exhibition a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner/bnr_exhibition-pc_h.jpg) no-repeat center/100% 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .banner-exhibition a:hover {
    transform: translate(2rem, 2rem);
    box-shadow: none;
  }
  .banner-exhibition a:hover::after {
    opacity: 1;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.footer-bottom {
  position: relative;
  margin-top: -10rem;
  padding: 7rem 0 0;
  background: url(../images/common/bg_wave02.png) no-repeat center top/111.4rem auto;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    margin-top: -12rem;
    padding: 6rem 0 0;
    background-size: 100% auto;
  }
}
.footer-bottom::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 12rem);
  background: url(../images/common/bg_wave01.png) no-repeat left top/98.1rem auto;
}
@media screen and (min-width: 768px) {
  .footer-bottom::before {
    height: calc(100% - 6.8rem);
    background-size: 100% auto;
  }
}
.footer-bottom::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20rem);
  background-color: #d0cec6;
}
.footer-sns {
  display: flex;
  justify-content: center;
}
.footer-sns li {
  margin: 0 2rem;
  width: 12rem;
  height: 12rem;
}
@media screen and (min-width: 768px) {
  .footer-sns li {
    width: 10rem;
    height: 10rem;
  }
}
.footer-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_btn_sns.svg) no-repeat center/contain;
}
.footer-sns li a svg {
  width: 35%;
  height: 35%;
  fill: #ffffff;
}
.footer .anime-crocodile {
  bottom: 0;
  left: 7rem;
  transform: rotate(50deg);
  transform-origin: top left;
}

.pagetop {
  position: relative;
  margin: 12rem 3rem 0 auto;
  width: 20.4rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pagetop {
    margin-top: 7rem;
    width: 14.7rem;
  }
  .pagetop a:hover {
    transform: translateY(0);
    animation: shake 1.5s ease-in-out infinite;
  }
}

.follow-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}
.follow-content .btn-menu {
  margin-bottom: 1rem;
}
.follow-content-ticket {
  position: relative;
  margin: 0 auto;
  width: 9.1rem;
}
@media screen and (min-width: 768px) {
  .follow-content-ticket {
    margin-right: 3.8rem;
  }
  .follow-content-ticket::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/btn_ticket_h.png) no-repeat center bottom/contain;
    opacity: 0;
    transition: 0.3s ease;
  }
  .follow-content-ticket:hover {
    transform: translateY(0) !important;
  }
  .follow-content-ticket:hover::after {
    opacity: 1;
  }
  .follow-content-ticket:hover .follow-content-ticket-jimmy {
    top: 0;
    animation: shake 1.5s ease-in-out infinite;
  }
}
.follow-content-ticket-jimmy {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 9.8901098901%;
  width: 73.6263736264% !important;
  animation: up 3s ease-in-out infinite alternate;
  z-index: -1;
}
.follow-content-ticket img:not(.follow-content-ticket-jimmy) {
  padding-top: 98.9010989011%;
}

@keyframes up {
  from {
    top: 20%;
  }
  to {
    top: 0;
  }
}
@keyframes shake {
  2% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  4% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  }
  6% {
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  8% {
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  10% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  }
  12% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  14% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg);
  }
  16% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  18% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  20% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  22% {
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  24% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  26% {
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  28% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg);
  }
  30% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  32% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  34% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  36% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  38% {
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  40% {
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  42% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  44% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  46% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg);
  }
  48% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg);
  }
  50% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  52% {
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  54% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg);
  }
  56% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  58% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg);
  }
  60% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  62% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  64% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  66% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg);
  }
  68% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  70% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  72% {
    transform: translate(1.5px, 0.5px) rotate(1.5deg);
  }
  74% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg);
  }
  76% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  78% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  82% {
    transform: translate(-0.5px, 1.5px) rotate(1.5deg);
  }
  84% {
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  86% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  88% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  90% {
    transform: translate(2.5px, -1.5px) rotate(-0.5deg);
  }
  92% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  94% {
    transform: translate(0.5px, 1.5px) rotate(-0.5deg);
  }
  96% {
    transform: translate(1.5px, 2.5px) rotate(0.5deg);
  }
  98% {
    transform: translate(2.5px, -0.5px) rotate(1.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}/*# sourceMappingURL=base.css.map */