@charset "UTF-8";
/*汎用 設定はcommonへ。commonは基本いじらない*/
.box-mv {
  position: relative;
  background: url("../img/img-town.svg") repeat-x center 90%/100% auto;
}
.box-mv .box-inner {
  height: min(880px, 156vw);
}
.box-mv_ttl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.box-mv_img {
  margin: 0 auto;
  width: min(640px, 100%);
  aspect-ratio: 1/1;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.box-mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 896px) {
  .box-mv {
    background-size: 200% auto;
  }
}
@media (max-width: 480px) {
  .box-mv {
    background-size: 300% auto;
  }
  .box-mv_ttl {
    bottom: -2em;
    width: min(320px, 80%);
  }
}
@media (max-width: 630px) {
  .box-mv_ttl::before {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    right: max(-10vw, -60px);
    top: max(-24vw, -132px);
    width: max(30vw, 116px);
    height: max(25vw, 94px);
    background: url(../img/img-mv04.svg) no-repeat 0 0/cover;
    -webkit-animation: framein 1s forwards;
            animation: framein 1s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .box-mv_ttl::after {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    left: max(-10vw, -70px);
    top: max(-24vw, -145px);
    width: max(28vw, 102px);
    height: max(24vw, 92px);
    background: url(../img/img-mv03.svg) no-repeat 0 0/100%;
    -webkit-animation: framein 1s forwards;
            animation: framein 1s forwards;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}

.mv_pos01 {
  opacity: 0;
  position: absolute;
  right: 3em;
  top: 4em;
  width: min(188px, 22vw);
  -webkit-animation: framein 1s forwards;
          animation: framein 1s forwards;
}
.mv_pos02 {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 3em;
  width: min(298px, 34vw);
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  border: 4px solid var(--c-white);
  background-color: #7ed375;
  -webkit-box-shadow: 0.15em 0.15em var(--c-prim50);
          box-shadow: 0.15em 0.15em var(--c-prim50);
  color: var(--c-txt);
  -webkit-animation: framein 1s forwards;
          animation: framein 1s forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.mv_pos02:hover {
  background: var(--c-primary);
  color: var(--c-white);
}
.mv_pos02 a {
  line-height: 1.25;
  text-decoration: none;
}
.mv_pos02 img {
  width: 80%;
  margin: auto;
}
.mv_pos03 {
  opacity: 0;
  position: absolute;
  left: 1em;
  top: 3em;
  width: min(262px, 32vw);
  -webkit-animation: framein 1s forwards;
          animation: framein 1s forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.mv_pos04 {
  opacity: 0;
  position: absolute;
  left: 3em;
  bottom: 14em;
  width: min(290px, 32vw);
  -webkit-animation: framein 1s forwards;
          animation: framein 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes framein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes framein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 896px) {
  .mv_pos01 {
    right: 0;
    top: 0;
  }
  .mv_pos02 {
    right: -1em;
    bottom: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .mv_pos03 {
    left: -1em;
  }
  .mv_pos04 {
    left: -1em;
    bottom: 10em;
  }
}
@media (max-width: 630px) {
  .mv_pos02 {
    right: 0;
    left: 0;
    bottom: -1em;
    margin: auto;
    z-index: 1;
    font-size: 2rem;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .mv_pos03 {
    display: none;
  }
  .mv_pos04 {
    display: none;
  }
}

.box-contents .box-img {
  position: relative;
}
.box-contents .box-img::before {
  position: absolute;
  right: 0;
  top: -4em;
  z-index: 1;
  content: "";
  display: block;
  width: min(340px, 50vw);
  height: min(340px, 50vw);
  background: var(--c-prim50);
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.box-contents .box-img::after {
  position: absolute;
  left: 5em;
  bottom: 0;
  z-index: 0;
  content: "";
  display: block;
  width: min(148px, 24vw);
  height: min(148px, 24vw);
  background: var(--c-prim50);
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
@media (max-width: 896px) {
  .box-contents .box-img::before {
    right: min(10px, 6em);
    top: min(-48px, -3em);
  }
  .box-contents .box-img::after {
    left: min(80px, 6em);
  }
}
@media (max-width: 480px) {
  .box-contents .box-img::before {
    right: 0;
    top: -2em;
  }
  .box-contents .box-img::after {
    left: 1em;
    bottom: 0;
  }
}
.box-contents .img {
  position: relative;
  z-index: 2;
  width: min(368px, 90%);
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.box-contents .img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-contents .box-sub_content {
  text-align: right;
}
@media (max-width: 896px) {
  .box-contents {
    margin-top: 8em;
  }
}

.contents01 h2 .data {
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  background: var(--c-primary);
  font-weight: 600;
  text-align: center;
}
.contents01 h2 .data span {
  color: var(--c-2ndary);
}
.contents01 h2 .sub {
  margin: 0.25em 0 0 0;
  padding: 0 0 0 0.25em;
  font-weight: 600;
}
.contents01 h2 .sub span {
  color: var(--c-primary);
}
.contents01 h2 .ttl {
  padding: 0 0 0 0.25em;
  font-weight: 800;
}
.contents01 .box-img::before {
  right: 2em;
  top: 4em;
}
.contents01 .box-img::after {
  right: 0;
  top: 0;
}
@media (max-width: 896px) {
  .contents01 .box-img::before {
    right: min(40px, 5em);
    bottom: min(-32px, -2em);
    top: unset;
  }
  .contents01 .box-img::after {
    left: min(88px, 6em);
    right: unset;
    top: min(-32px, -2em);
  }
}
@media (max-width: 480px) {
  .contents01 .box-img::before {
    right: 0;
    bottom: 0;
    top: unset;
  }
  .contents01 .box-img::after {
    left: 2em;
  }
}
@media (max-width: 896px) {
  .contents01 {
    margin-top: 4em;
  }
}

@media (max-width: 896px) {
  .contents02 .box-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contents02 .box-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.contents03 .box-staff {
  padding: 2em 6em;
  background: var(--c-primary);
  border-radius: 1em;
}
.contents03 .box-staff .img {
  margin-top: -8em;
}
@media (max-width: 896px) {
  .contents03 {
    margin-top: 12em;
  }
  .contents03 .box-staff {
    padding: 2em;
  }
}

.contents04 {
  text-align: center;
}
.contents04 .box-movie {
  margin: 1em auto 0;
  width: min(800px, 90%);
  aspect-ratio: 5/3;
  border: 0;
}/*# sourceMappingURL=top.css.map */