@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;
  }
}

body {
  position: relative;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  background-color: #ffffff;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a,
body button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  body a,
  body button {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body a:hover,
  body button:hover {
    opacity: 0.7;
  }
}

section,
main,
header,
footer {
  position: relative;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@supports (aspect-ratio: 1) {
  .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  z-index: 2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px) {
  .inner {
    width: calc(1080 / 1280 * 100%);
    max-width: 1080px;
  }
}

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

@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: "Fredoka", 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%;
}

.btn01 {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: calc(480 / 680 * 100%);
}
.btn01 a {
  position: relative;
  text-align: center;
  padding: 1.2em 1em;
  font-weight: 800;
  color: #f7b500;
  background-color: #ffffff;
  border-radius: 3em;
  border: 2px solid #000000;
}
@media screen and (min-width: 768px) {
  .btn01 a {
    font-size: 75%;
  }
}
.btn01 a::before, .btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: 10%;
  width: 5px;
  height: 2px;
  background-color: #ffffff;
  z-index: 1;
  pointer-events: none;
}
.btn01 a::after {
  top: auto;
  left: auto;
  bottom: -2px;
  right: 10%;
}

.btn02 {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: calc(640 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .btn02 {
    min-width: calc(510 / 1080 * 100%);
  }
}
.btn02 a {
  position: relative;
  text-align: center;
  padding: 0.85em 1.7em;
  font-size: 133%;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.266;
  color: #f7b500;
  background-color: #000000;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .btn02 a {
    font-size: 150%;
  }
}
.btn02 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.9em;
  margin: auto 0;
  width: 0.55em;
  height: 0.55em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 24"><path d="M2,24c-.5,0-1.1-.2-1.5-.7-.7-.8-.7-2.1.1-2.8l9.4-8.5-6-5.5v5.5c0,1.1-.9,2-2,2s-2-.9-2-2V2C0,1.2.5.5,1.2.2,1.9-.1,2.8,0,3.3.5l11,10c.4.4.7.9.7,1.5s-.2,1.1-.7,1.5L3.3,23.5c-.4.3-.9.5-1.3.5Z" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 24"><path d="M2,24c-.5,0-1.1-.2-1.5-.7-.7-.8-.7-2.1.1-2.8l9.4-8.5-6-5.5v5.5c0,1.1-.9,2-2,2s-2-.9-2-2V2C0,1.2.5.5,1.2.2,1.9-.1,2.8,0,3.3.5l11,10c.4.4.7.9.7,1.5s-.2,1.1-.7,1.5L3.3,23.5c-.4.3-.9.5-1.3.5Z" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}

.btn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.btn03 a {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.4;
}
.btn03 a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2332CD32" viewBox="0 0 24 24"><path class="st0" d="M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M16.6,12.8l-5.7,4.9c-0.2,0.2-0.4,0.2-0.7,0.2 c-0.3,0-0.6-0.1-0.8-0.3c-0.4-0.4-0.3-1.1,0.1-1.4l4.8-4.2L9.7,7.8c-0.4-0.4-0.4-1-0.1-1.4C10,6,10.7,6,11.1,6.4l5.5,4.9 c0.2,0.2,0.3,0.5,0.3,0.8C16.9,12.3,16.8,12.6,16.6,12.8z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2332CD32" viewBox="0 0 24 24"><path class="st0" d="M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M16.6,12.8l-5.7,4.9c-0.2,0.2-0.4,0.2-0.7,0.2 c-0.3,0-0.6-0.1-0.8-0.3c-0.4-0.4-0.3-1.1,0.1-1.4l4.8-4.2L9.7,7.8c-0.4-0.4-0.4-1-0.1-1.4C10,6,10.7,6,11.1,6.4l5.5,4.9 c0.2,0.2,0.3,0.5,0.3,0.8C16.9,12.3,16.8,12.6,16.6,12.8z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .btn03 a:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .btn03 a:hover::before {
    left: 0.3em;
  }
}

.hover-pop a {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hover-pop a:hover {
  opacity: 1;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* =====================================================================
    anime-text
======================================================================*/
/* =====================================================================
*    header
* =================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    position: sticky;
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .header-head {
    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;
    margin-left: auto;
    padding: 0 calc(40 / 1920 * 100%);
  }
}
.header-inner {
  position: relative;
  display: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: block !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    margin-right: 3rem;
    background-color: transparent;
  }
}
.header-logo {
  padding: 0 calc(35 / 750 * 100%);
  font-size: 2.9rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header-logo {
    padding: 0;
    font-size: 1.45rem;
    background-color: transparent;
  }
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.4rem;
}
@media screen and (min-width: 768px) {
  .header-logo a {
    height: auto;
  }
}
.header-logo h1 {
  width: 11.03em;
}
.header-logo h2 {
  margin-left: 1em;
  padding: 0.55em 1.3em;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #c6191f;
  background-color: #f7b500;
  border-radius: 3em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px) {
  .header-logo a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header-logo a:hover {
    -webkit-animation: none;
            animation: none;
    opacity: 0.6;
  }
}
.header.is-active .btn-menu span {
  right: 0.6em;
}
.header.is-active .btn-menu span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header.is-active .btn-menu span:nth-of-type(2) {
  right: 100%;
  opacity: 0;
}
.header.is-active .btn-menu span:nth-of-type(3) {
  bottom: 0.135em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

.btn-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.4rem;
  height: 10.4rem;
  font-size: 1rem;
  background-color: #000000;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none !important;
  }
}
.btn-menu-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.5em;
  height: 3em;
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.3em;
  background-color: #f7b500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 0.15em);
  background-color: #ffffff;
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.nav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 16rem 0 120px;
  background-color: #c6191f;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    display: block !important;
    background-color: transparent !important;
    margin-left: auto;
    padding: 0;
    width: auto;
    height: 100%;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .nav > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    width: 100%;
    max-width: initial;
  }
}
.nav-logo {
  margin: 0 auto 15rem;
  width: calc(523 / 680 * 100%);
}
.nav-menu {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.nav-menu > li {
  text-align: center;
  margin-bottom: 6.4rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px) {
  .nav-menu > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(45 / 1920 * 100%);
  }
}
.nav-menu > li:last-child {
  margin-bottom: 0;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #f7b500;
}
@media screen and (min-width: 768px) {
  .nav-menu > li > a {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    min-height: 10.4rem;
    font-size: 2rem;
    font-size: max(2rem, 10px);
    -webkit-transition-property: color;
    transition-property: color;
  }
  .nav-menu > li > a:hover {
    opacity: 1;
    color: #c6191f;
  }
}
.nav-menu > li.nolink a {
  pointer-events: none;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}
.nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.4em;
  margin-top: 8rem;
  font-size: 12.8rem;
}
@media screen and (min-width: 768px) {
  .nav-sns {
    margin: 0 0 0 1em;
    gap: 0 0.75em;
    font-size: 6.4rem;
  }
}
.nav-sns li a {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  background-color: #f0f0f0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .nav-sns li a {
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .nav-sns li a:hover {
    opacity: 1;
    background-color: #f7b500;
  }
}
.nav-sns li a svg {
  width: 38%;
  height: 38%;
  fill: #000000;
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-list li {
  margin-bottom: 8rem;
}
.banner-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 0 calc(20 / 1080 * 100%) 4rem 0;
    width: calc(320 / 1080 * 100%);
    min-width: 250px;
  }
  .banner-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .banner-list li:nth-child(2n), .banner-list li:last-child {
    margin-right: 0;
  }
  .banner-list li a {
    font-size: 100%;
  }
}
.banner-list li.btn-top, .banner-list li.btn-topCommon {
  position: relative;
  padding: 2.13em 0;
}
@media screen and (max-width: 767px) {
  .banner-list li.btn-top {
    padding-bottom: 0;
  }
}
.banner-list li.btn-top::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.8em;
  right: 2.7em;
  width: 2.65em;
  height: 2.4em;
  background: url(../images/common/img_kurosuke01.png) no-repeat center/contain;
  -webkit-animation: up 1.5s ease-in-out infinite alternate;
          animation: up 1.5s ease-in-out infinite alternate;
  z-index: -1;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .banner-list li.btn-topCommon {
    padding-top: 0;
  }
}
.banner-list li.btn-topCommon::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.5em;
  left: 3em;
  width: 1.66em;
  height: 1.46em;
  background: url(../images/common/img_kurosuke02.png) no-repeat center/contain;
  -webkit-animation: down 1s ease-in-out infinite alternate;
          animation: down 1s ease-in-out infinite alternate;
  z-index: -1;
}

@-webkit-keyframes up {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -0.8em;
  }
}

@keyframes up {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -0.8em;
  }
}
@-webkit-keyframes down {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -0.8em;
  }
}
@keyframes down {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -0.8em;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding-top: 20rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 28rem;
  }
}
.footer::before {
  content: "Ghibli Park Exhibition";
  position: absolute;
  display: block;
  top: 6rem;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: "Fredoka", sans-serif;
  font-size: 7.6rem;
  white-space: nowrap;
  color: #f0f0f0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .footer::before {
    top: 3.7rem;
    font-size: 19.5rem;
  }
}
.footer .banner-list {
  margin-bottom: 8rem;
}

.banner-ghiblipark {
  margin: 0 auto 8rem;
}
@media screen and (min-width: 768px) {
  .banner-ghiblipark {
    width: calc(510 / 1080 * 100%);
  }
}
.banner-ghiblipark a {
  position: relative;
}
.banner-ghiblipark a::before, .banner-ghiblipark a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 7%;
  width: 1rem;
  height: 2px;
  background-color: #ffffff;
  z-index: 1;
  pointer-events: none;
}
.banner-ghiblipark a::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 7%;
}
.banner-ghiblipark img {
  border-radius: 3.2rem;
  border: 2px solid #000000;
}

.btn-policy {
  margin-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .btn-policy {
    margin-bottom: 12rem;
    width: calc(240 / 1080 * 100%);
    min-width: 200px;
  }
}

.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40rem;
  z-index: 10;
}
.follow-content a img {
  border-top-left-radius: 3.2rem;
}

.pagetop {
  margin: 0 auto -9rem;
  width: 18.4rem;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 16rem;
  }
}
.pagetop a {
  position: relative;
  z-index: 1;
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-top: -40%;
  width: 100%;
  height: 100%;
  background: url(../images/common/btn_bg_pagepop.png) no-repeat center/100% auto;
  -webkit-animation: rotate 10s linear forwards infinite;
          animation: rotate 10s linear forwards infinite;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pagetop a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/btn_img_pagepop_h.png) no-repeat center/100% 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pagetop a:hover {
    opacity: 1;
  }
  .pagetop a:hover::after {
    opacity: 1;
  }
}

.copyright {
  padding: 14rem 0;
  text-align: center;
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding: 12rem 0 6rem;
    font-size: 1.4rem;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}/*# sourceMappingURL=base.css.map */