﻿/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
@import url("css2-Nunitowght900_ZenMaruGothicwght900_swap.css");
@import url("css2-NotoSansJPwght400500700_swap.css");
html, body,
div, article, section, main,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address, nav,
table, th, td,
a, p, img, figure, span, em, small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html:before, html:after, body:before, body:after,
div:before,
div:after, article:before, article:after, section:before, section:after, main:before, main:after,
h1:before,
h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after,
dl:before,
dl:after, dt:before, dt:after, dd:before, dd:after,
ul:before,
ul:after, ol:before, ol:after, li:before, li:after,
pre:before,
pre:after, form:before, form:after, input:before, input:after, textarea:before, textarea:after, address:before, address:after, nav:before, nav:after,
table:before,
table:after, th:before, th:after, td:before, td:after,
a:before,
a:after, p:before, p:after, img:before, img:after, figure:before, figure:after, span:before, span:after, em:before, em:after, small:before, small:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

ul, li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a, button {
  outline: none;
}
a:focus, button:focus {
  outline: none;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: .5ex;
}

sub {
  top: .5ex;
}

/*---------------------------------------------------------
font
---------------------------------------------------------*/
/*---------------------------------------------------------
common
---------------------------------------------------------*/
html {
  font-size: 1.2077294686vw;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: calc( 5px * 1.3 );
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.4642857143vw;
  }
}
html.hidden {
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-align: justify;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 2.4rem;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  opacity: 1;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.res-pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .res-pc {
    display: none !important;
  }
}

.res-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .res-sp {
    display: inline !important;
  }
}

.inline-block {
  display: inline-block;
}

.inner {
  padding: 0 4.0rem;
}
@media print, screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 168.0rem;
    margin: 0 auto;
    padding: 0 4.0rem;
  }
}

.inner-s {
  padding: 0 4.0rem;
}
@media print, screen and (min-width: 768px) {
  .inner-s {
    width: 100%;
    max-width: 168.0rem;
    margin: 0 auto;
    padding: 0 4.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .inner-s {
    max-width: 128.0rem;
  }
}

/*---------------------------------------------------------
opening
---------------------------------------------------------*/
#opening {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background 0s 1.7s;
  transition: background 0s 1.7s;
}
.loaded #opening {
  background-color: transparent !important;
}
#opening #opening-anim {
  position: absolute;
  z-index: 2;
  top: 29.0rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(2.25);
  transform: translate(-50%, 0) scale(2.25);
  display: block;
  width: 30.0rem;
  height: 45.4rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s 1.8s;
  transition: opacity 0.3s 1.8s;
}
@media print, screen and (min-width: 768px) {
  #opening #opening-anim {
    top: auto;
    bottom: 55%;
    -webkit-transform: translate(-50%, 0) scale(2);
    transform: translate(-50%, 0) scale(2);
    -webkit-transition: opacity 0s 1.7s;
    transition: opacity 0s 1.7s;
  }
}
.loaded #opening #opening-anim {
  background: url(../image/opening.png) no-repeat 0 0/auto 100%;
  -webkit-animation: steps 1.5s steps(29, jump-none) forwards;
  animation: steps 1.5s steps(29, jump-none) forwards;
  opacity: 0;
}
#opening #opening-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
#opening #opening-mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500%;
  height: 500%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: opacity 0.5s 3.2s, -webkit-transform 2s 1.7s cubic-bezier(0.33, 0.1, 0, 1);
  transition: opacity 0.5s 3.2s, -webkit-transform 2s 1.7s cubic-bezier(0.33, 0.1, 0, 1);
  transition: transform 2s 1.7s cubic-bezier(0.33, 0.1, 0, 1), opacity 0.5s 3.2s;
  transition: transform 2s 1.7s cubic-bezier(0.33, 0.1, 0, 1), opacity 0.5s 3.2s, -webkit-transform 2s 1.7s cubic-bezier(0.33, 0.1, 0, 1);
}
.loaded #opening #opening-mask img {
  -webkit-transform: translate(-50%, -50%) scale(40);
  transform: translate(-50%, -50%) scale(40);
  opacity: 0;
}

/*---------------------------------------------------------
parts
---------------------------------------------------------*/
.sec-lead {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec-lead {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.btn {
  margin: 0 auto;
  overflow: hidden;
  width: 63.6rem;
  border-radius: 5.5rem;
  -webkit-box-shadow: 2rem 2rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2rem 2rem 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: 1.2s btn infinite alternate ease-in-out;
  animation: 1.2s btn infinite alternate ease-in-out;
}
@-webkit-keyframes btn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  79% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes btn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  79% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media print, screen and (min-width: 768px) {
  .btn {
    width: 56.0rem;
    border-radius: 5.0rem;
  }
}
.btn:hover {
  -webkit-animation: none;
  animation: none;
}

.btn-m {
  margin: 0 auto;
  overflow: hidden;
  width: 43.4rem;
  border-radius: 3.8rem;
  -webkit-box-shadow: 1.4rem 1.4rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1.4rem 1.4rem 0 rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .btn-m {
    width: 36.0rem;
    border-radius: 3.2rem;
    -webkit-box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
}

.btn-join {
  margin: 0 auto;
  overflow: hidden;
  width: 28.0rem;
  border-radius: 3.3rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media print, screen and (min-width: 768px) {
  .btn-join {
    width: 17.8rem;
    border-radius: 3.2rem;
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes steps {
  100% {
    background-position: 100% 0;
  }
}
@keyframes steps {
  100% {
    background-position: 100% 0;
  }
}
.mov-box {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 4.0rem;
}
.mov-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------
nav
---------------------------------------------------------*/
#nav {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #nav {
    top: 0;
    width: 15.7142857143vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
}
#nav #nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 0.2rem;
  padding: 0.2rem 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #nav #nav-list {
    display: block;
  }
}
#nav #nav-list li a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #nav #nav-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  #nav #nav-list li a img {
    width: auto;
    height: 20.0rem;
  }
}
#nav #nav-list li a[href="#attraction"] {
  position: relative;
}
#nav #nav-list li a[href="#attraction"]:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/nav-campaign-balloon-sp.png) no-repeat center center/contain;
  width: 14.3rem;
  height: 15.4rem;
  top: -16.0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  #nav #nav-list li a[href="#attraction"]:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -19.3rem;
    background-image: url(../image/nav-campaign-balloon-pc.png);
    width: 23.5rem;
    height: 21.3rem;
  }
}
#nav #nav-list li a[href="#attraction"].hide:before {
  opacity: 0;
  pointer-events: none;
}
#nav #nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.0rem;
  padding: 0 2.0rem;
  margin-top: 7.0rem;
}
@media only screen and (max-width: 767px) {
  #nav #nav-logo {
    display: none;
  }
}

/*---------------------------------------------------------
map
---------------------------------------------------------*/
main {
  position: relative;
  overflow: hidden;
}

#map-box {
  position: absolute;
  z-index: 9;
  top: 30.4rem;
  left: 0;
  width: 100%;
  height: 88.0rem;
}
@media print, screen and (min-width: 768px) {
  #map-box {
    top: 34.0rem;
    width: calc( 100% - 15.7142857143vw );
    height: 117.9rem;
    margin-left: 15.7142857143vw;
  }
}
#map-box #map {
  position: absolute;
  top: 0;
  left: -2.0rem;
  width: 88.0rem;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  #map-box #map {
    width: 117.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#map-box #map:before, #map-box #map:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
  width: 43.0rem;
  height: 111.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#map-box #map:before {
  background-image: url(../image/map-animal-left.png);
  left: -38.5rem;
}
#map-box #map:after {
  background-image: url(../image/map-animal-right.png);
  right: -38.5rem;
}
#map-box #map > span {
  position: absolute;
  display: block;
  background: no-repeat 0 center / auto 100%;
  -webkit-animation: steps infinite alternate;
  animation: steps infinite alternate;
}
#map-box #map > span#map-base {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#map-box #map > span#map-light {
  width: 47.1991911021%;
  height: 18.2002022245%;
  top: 46.4105156724%;
  left: 26.2891809909%;
  background-image: url(../image/mv-light.png);
  -webkit-animation: steps infinite;
  animation: steps infinite;
  -webkit-animation-timing-function: steps(9, jump-none);
  animation-timing-function: steps(9, jump-none);
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
}
#map-box #map > span#map-coaster {
  width: 92.5985844287%;
  height: 41.9615773509%;
  top: 3.9838220425%;
  left: 2.7098078868%;
  background-image: url(../image/mv-coaster.png);
  -webkit-animation-timing-function: steps(12, jump-none);
  animation-timing-function: steps(12, jump-none);
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
#map-box #map > span#map-cofeecup {
  width: 18.6855409505%;
  height: 13.488372093%;
  top: 43.1951466127%;
  left: 76.8452982811%;
  background-image: url(../image/mv-cofeecup.png);
  -webkit-animation-timing-function: steps(12, jump-none);
  animation-timing-function: steps(12, jump-none);
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
#map-box #map > span#map-milk {
  width: 24.2669362993%;
  height: 24.2669362993%;
  top: 26.2891809909%;
  left: 78.1193124368%;
  background-image: url(../image/mv-milk.png);
  -webkit-animation-timing-function: steps(5, jump-none);
  animation-timing-function: steps(5, jump-none);
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
#map-box #map > span#map-wheel {
  width: 30.5358948433%;
  height: 40.0808897877%;
  top: 1.3751263903%;
  left: 17.0879676441%;
  background-image: url(../image/mv-wheel.png);
  -webkit-animation-timing-function: steps(35, jump-none);
  animation-timing-function: steps(35, jump-none);
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
#map-box #map > span#map-freefall {
  width: 15.7937310415%;
  height: 35.0252780586%;
  top: 20.9302325581%;
  left: 4.347826087%;
  background-image: url(../image/mv-freefall.png);
  -webkit-animation-timing-function: steps(16, jump-none);
  animation-timing-function: steps(16, jump-none);
  -webkit-animation-duration: 4.8s;
  animation-duration: 4.8s;
}
#map-box #map > span#map-pero-cat {
  width: 17.3104145602%;
  height: 15.0657229525%;
  top: 46.5925176946%;
  left: 52.9828109201%;
  background-image: url(../image/mv-pero-cat.png);
  -webkit-animation-timing-function: steps(5, jump-none);
  animation-timing-function: steps(5, jump-none);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
#map-box #map > span#map-pero-dog {
  width: 17.3104145602%;
  height: 15.0657229525%;
  top: 46.5925176946%;
  left: 29.6258847321%;
  background-image: url(../image/mv-pero-dog.png);
  -webkit-animation-timing-function: steps(6, jump-none);
  animation-timing-function: steps(6, jump-none);
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
#map-box #map > span#map-deru-cat {
  width: 29.3427704752%;
  height: 27.1789686552%;
  top: 55.2477249747%;
  left: 58.4428715875%;
  background-image: url(../image/mv-deru-cat.png);
  -webkit-animation-timing-function: steps(13, jump-none);
  animation-timing-function: steps(13, jump-none);
  -webkit-animation-duration: 3.9s;
  animation-duration: 3.9s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
#map-box #map > span#map-deru-dog {
  width: 29.3427704752%;
  height: 26.9160768453%;
  top: 55.2477249747%;
  left: 12.0323559151%;
  background-image: url(../image/mv-deru-dog.png);
  -webkit-animation-timing-function: steps(16, jump-none);
  animation-timing-function: steps(16, jump-none);
  -webkit-animation-duration: 4.8s;
  animation-duration: 4.8s;
  animation-direction: reverse;
}
#map-box #map > span#map-animal-front {
  width: 88.5945399393%;
  height: 78.8473205258%;
  top: 20.1617795753%;
  left: 7.1789686552%;
  background-image: url(../image/map-animal-front.png);
  -webkit-animation-timing-function: steps(2, jump-none);
  animation-timing-function: steps(2, jump-none);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
#map-box #map > span#map-animal-back {
  width: 94.3781597573%;
  height: 51.3852376138%;
  top: 25.4802831143%;
  left: 3.1142568251%;
  background-image: url(../image/map-animal-back.png);
}
#map-box #map > span#map-gate {
  width: 91.7896865521%;
  height: 36.8452982811%;
  top: 62.16380182%;
  left: 1.3346814965%;
  background-image: url(../image/mv-gate.png);
}
#map-box #map #map-balloon > span {
  position: absolute;
  display: block;
  width: 2.9726996967%;
  height: 11.3852376138%;
  -webkit-animation: 3.0s map-balloon infinite alternate ease-in-out;
  animation: 3.0s map-balloon infinite alternate ease-in-out;
}
@-webkit-keyframes map-balloon {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes map-balloon {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
#map-box #map #map-balloon > span:nth-of-type(1) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#map-box #map #map-balloon > span:nth-of-type(2) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}
#map-box #map #map-balloon > span:nth-of-type(3) {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
}
#map-box #map #map-balloon > span:nth-of-type(4) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}
#map-box #map #map-balloon > span:nth-of-type(5) {
  -webkit-animation-delay: -3.5s;
  animation-delay: -3.5s;
}
#map-box #map #map-balloon > span:nth-of-type(6) {
  -webkit-animation-delay: -4.2s;
  animation-delay: -4.2s;
}
#map-box #map #map-balloon > span:nth-of-type(7) {
  -webkit-animation-delay: -4.9s;
  animation-delay: -4.9s;
}
#map-box #map #map-balloon > span:nth-of-type(8) {
  -webkit-animation-delay: -5.6s;
  animation-delay: -5.6s;
}
#map-box #map #map-balloon > span:nth-of-type(9) {
  -webkit-animation-delay: -6.3s;
  animation-delay: -6.3s;
}
#map-box #map #map-balloon > span:nth-of-type(10) {
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}
#map-box #map #map-balloon > span:nth-of-type(11) {
  -webkit-animation-delay: -7.7s;
  animation-delay: -7.7s;
}
#map-box #map #map-balloon > span:nth-of-type(12) {
  -webkit-animation-delay: -8.4s;
  animation-delay: -8.4s;
}
#map-box #map #map-balloon > span:nth-of-type(13) {
  -webkit-animation-delay: -9.1s;
  animation-delay: -9.1s;
}
#map-box #map #map-balloon > span:nth-of-type(14) {
  -webkit-animation-delay: -9.8s;
  animation-delay: -9.8s;
}
#map-box #map #map-balloon > span:nth-of-type(15) {
  -webkit-animation-delay: -10.5s;
  animation-delay: -10.5s;
}
#map-box #map #map-balloon > span:nth-of-type(16) {
  -webkit-animation-delay: -11.2s;
  animation-delay: -11.2s;
}
#map-box #map #map-balloon > span:nth-of-type(17) {
  -webkit-animation-delay: -11.9s;
  animation-delay: -11.9s;
}
#map-box #map #map-balloon > span:nth-of-type(18) {
  -webkit-animation-delay: -12.6s;
  animation-delay: -12.6s;
}
#map-box #map #map-balloon > span:nth-of-type(19) {
  -webkit-animation-delay: -13.3s;
  animation-delay: -13.3s;
}
#map-box #map #map-balloon > span:nth-of-type(20) {
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}
#map-box #map #map-balloon > span i {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center / contain;
  -webkit-animation: 2.0s map-balloon-tremble infinite alternate ease-in-out;
  animation: 2.0s map-balloon-tremble infinite alternate ease-in-out;
}
@-webkit-keyframes map-balloon-tremble {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
@keyframes map-balloon-tremble {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
#map-box #map #map-balloon > span.map-balloon-blue i {
  background-image: url(../image/mv-balloon-blue.png);
}
#map-box #map #map-balloon > span.map-balloon-green i {
  background-image: url(../image/mv-balloon-green.png);
}
#map-box #map #map-balloon > span.map-balloon-orange i {
  background-image: url(../image/mv-balloon-orange.png);
}
#map-box #map #map-balloon > span.map-balloon-red i {
  background-image: url(../image/mv-balloon-red.png);
}
#map-box #map #map-balloon > span.map-balloon-tree i {
  background-image: url(../image/mv-balloon-tree.png);
  width: 6.7rem;
  height: 9.7rem;
}
#map-box #map #map-balloon > span.map-balloon-tree2 i {
  background-image: url(../image/mv-balloon-tree2.png);
  width: 5.8rem;
  height: 9.2rem;
}
#map-box #map #map-balloon > span.map-balloon-tree, #map-box #map #map-balloon > span.map-balloon-tree2 {
  display: none;
  -webkit-animation: none;
  animation: none;
}
#map-box #map #map-balloon > span.map-balloon-tree i, #map-box #map #map-balloon > span.map-balloon-tree2 i {
  -webkit-animation: none;
  animation: none;
}
#map-box #map #map-balloon > span#map-balloon-01 {
  top: 12.0728008089%;
  left: 1.7189079879%;
}
#map-box #map #map-balloon > span#map-balloon-02 {
  top: 1.1729019211%;
  left: 51.6683518706%;
}
#map-box #map #map-balloon > span#map-balloon-03 {
  top: 4.8533872599%;
  left: 68.4934277048%;
}
#map-box #map #map-balloon > span#map-balloon-04 {
  top: 11.1021233569%;
  left: 72.6794742164%;
}
#map-box #map #map-balloon > span#map-balloon-05 {
  top: 17.7553083923%;
  left: 84.1456016178%;
}
#map-box #map #map-balloon > span#map-balloon-06 {
  top: 11.0616784631%;
  left: 91.9312436805%;
}
#map-box #map #map-balloon > span#map-balloon-07 {
  top: 21.5369059656%;
  left: 51.2841253792%;
}
#map-box #map #map-balloon > span#map-balloon-08 {
  top: 38.1193124368%;
  left: 21.8806875632%;
}
#map-box #map #map-balloon > span#map-balloon-09 {
  top: 43.1749241658%;
  left: 72.8210313448%;
}
#map-box #map #map-balloon > span#map-balloon-10 {
  top: 58.301314459%;
  left: 90.1921132457%;
}
#map-box #map #map-balloon > span#map-balloon-left-01 {
  top: 13.5rem;
  left: -20.5rem;
}
#map-box #map #map-balloon > span#map-balloon-left-02 {
  top: 34.8rem;
  left: -10.1rem;
}
#map-box #map #map-balloon > span#map-balloon-left-03 {
  top: 41.2rem;
  left: -17.4rem;
}
#map-box #map #map-balloon > span#map-balloon-left-04 {
  top: 66.8rem;
  left: -7.6rem;
}
#map-box #map #map-balloon > span#map-balloon-left-05 {
  top: 76.6rem;
  left: -24.4rem;
}
#map-box #map #map-balloon > span#map-balloon-right-01 {
  top: 2.4rem;
  right: -15.5rem;
}
#map-box #map #map-balloon > span#map-balloon-right-02 {
  top: 25.7rem;
  right: -25.0rem;
}
#map-box #map #map-balloon > span#map-balloon-right-03 {
  top: 40.0rem;
  right: -10.9rem;
}
#map-box #map #map-balloon > span#map-balloon-right-04 {
  top: 42.5rem;
  right: -20.6rem;
}
#map-box #map #map-balloon > span#map-balloon-right-05 {
  top: 59.4rem;
  right: -26.5rem;
}

/*---------------------------------------------------------
frame(pc)
---------------------------------------------------------*/
#frame-right {
  padding-bottom: 20.0rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #frame-right {
    margin-left: 15.7142857143vw;
    padding-bottom: 0;
  }
}

/*---------------------------------------------------------
mv
---------------------------------------------------------*/
#mv {
  position: relative;
  background: no-repeat center top;
}
@media only screen and (max-width: 767px) {
  #mv {
    height: 120.0rem;
    background-image: url(../image/mv-bg-sp.jpg);
    background-size: 100% 57.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #mv {
    height: 156.0rem;
    background-image: url(../image/mv-bg-pc.jpg);
    background-size: 100% 66.4rem;
  }
}
#mv #pagetitle {
  position: absolute;
  top: 2.8rem;
  left: 3.5rem;
  width: 76.9rem;
  height: 26.7rem;
}
@media print, screen and (min-width: 768px) {
  #mv #pagetitle {
    top: 3.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90rem;
    height: 33.0rem;
  }
}
#mv #pagetitle > * {
  position: absolute;
}
#mv #pagetitle #pagetitle-catch,
#mv #pagetitle #pagetitle-line {
  -webkit-transition: 0.5s 2.8s cubic-bezier(0.88, -0.17, 0.18, 1.45);
  transition: 0.5s 2.8s cubic-bezier(0.88, -0.17, 0.18, 1.45);
  -webkit-transform: bottom;
  transform: bottom;
}
#mv #pagetitle #pagetitle-catch {
  width: 59.8179453836%;
  top: 0;
  left: 19.6358907672%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.loaded #mv #pagetitle #pagetitle-catch {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#mv #pagetitle #pagetitle-line {
  width: 82.0546163849%;
  top: 61.0486891386%;
  left: 6.8920676203%;
  -webkit-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
}
.loaded #mv #pagetitle #pagetitle-line {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
#mv #pagetitle #pagetitle-title {
  width: 100%;
  top: 23.595505618%;
  -webkit-transition: 0.5s 2.5s cubic-bezier(0.88, -0.17, 0.18, 1.45);
  transition: 0.5s 2.5s cubic-bezier(0.88, -0.17, 0.18, 1.45);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.loaded #mv #pagetitle #pagetitle-title {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#mv #pagetitle #pagetitle-star {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s 3.5s;
  transition: opacity 0.3s 3.5s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box {
  opacity: 1;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span {
  -webkit-animation: 0.3s pagetitle-star infinite alternate ease-in-out;
  animation: 0.3s pagetitle-star infinite alternate ease-in-out;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span i {
  -webkit-animation: 0.2s star-blink 5 alternate ease-in-out;
  animation: 0.2s star-blink 5 alternate ease-in-out;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(1) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(1) i {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(2) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(2) i {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(3) {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(3) i {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(4) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(4) i {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(5) {
  -webkit-animation-delay: -3.5s;
  animation-delay: -3.5s;
}
.loaded #mv #pagetitle #pagetitle-star .pagetitle-star-box span:nth-of-type(5) i {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span {
  position: absolute;
  display: block;
  width: 8.8311688312%;
}
@-webkit-keyframes pagetitle-star {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes pagetitle-star {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@-webkit-keyframes star-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span.pagetitle-star-s {
  width: 3.8961038961%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span.pagetitle-star-m {
  width: 4.6753246753%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span.pagetitle-star-mm {
  width: 5.4545454545%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span.pagetitle-star-l {
  width: 7.2727272727%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span.pagetitle-star-big {
  width: 8.8311688312%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-left-01 {
  top: 7.1161048689%;
  left: 36.3636363636%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-left-02 {
  top: 17.6029962547%;
  left: 29.0909090909%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-left-03 {
  top: 66.6666666667%;
  left: 4.1558441558%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-left-04 {
  top: 59.925093633%;
  left: 37.9220779221%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-left-05 {
  top: 83.1460674157%;
  left: 23.3766233766%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-right-01 {
  top: 10.1123595506%;
  right: 25.1948051948%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-right-02 {
  top: 64.0449438202%;
  right: 42.8571428571%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-right-03 {
  top: 64.0449438202%;
  right: 61.5584415584%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-right-04 {
  top: 76.7790262172%;
  right: 16.6233766234%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box span#pagetitle-star-right-05 {
  top: 93.2584269663%;
  right: 45.974025974%;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box#pagetitle-star-left {
  left: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box#pagetitle-star-left i {
  display: block;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box#pagetitle-star-right {
  right: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
#mv #pagetitle #pagetitle-star .pagetitle-star-box#pagetitle-star-right i {
  display: block;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
#mv #mv-btn {
  position: absolute;
  top: 26.6rem;
  right: 2.3rem;
  width: 19.9rem;
  z-index: 9;
}
@media print, screen and (min-width: 768px) {
  #mv #mv-btn {
    top: 26.0rem;
    right: auto;
    left: 50%;
    margin-left: 36.7rem;
  }
}
#mv #mv-btn:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/mv-tiktok-arrow.png) no-repeat center center/contain;
  width: 3.4rem;
  height: 3.8rem;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 0.5s mv-tiktok-arrow infinite alternate ease-in-out;
  animation: 0.5s mv-tiktok-arrow infinite alternate ease-in-out;
}
@-webkit-keyframes mv-tiktok-arrow {
  0% {
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
  }
  100% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}
@keyframes mv-tiktok-arrow {
  0% {
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
  }
  100% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}
/*---------------------------------------------------------
news
---------------------------------------------------------*/
#news #news-title {
  width: 7.6rem;
  margin: 0 auto;
  line-height: 1;
  font-size: 0.1rem;
}
@media print, screen and (min-width: 768px) {
  #news #news-title {
    width: 8.4rem;
  }
}
#news #news-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75.7rem;
  height: 8.0rem;
  margin: -1.0rem auto 0;
  background: url(../image/news-frame-sp.svg) no-repeat center center/100% 100%;
}
@media print, screen and (min-width: 768px) {
  #news #news-frame {
    width: 93.8rem;
    height: 8.8rem;
    background-image: url(../image/news-frame-pc.svg);
  }
}
#news #news-frame #news-marquee {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5.0rem;
  overflow: hidden;
}
#news #news-frame .news-txt {
  position: relative;
  display: none;
  white-space: nowrap;
  padding: 0.5em 0;
}
#news #news-frame .news-txt.active {
  display: inline-block;
  -webkit-animation: marquee 15s linear;
  animation: marquee 15s linear;
}
@-webkit-keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*---------------------------------------------------------
lead
---------------------------------------------------------*/
#lead {
  position: relative;
  margin: 0 auto;
  padding: 7.0rem 0 16.2rem;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  #lead {
    padding: 7.3rem 0 13.5rem;
  }
}
#lead:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center bottom;
  width: 100%;
  height: 300vh;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #lead:before {
    background-image: url(../image/lead-bg-sp.jpg);
    bottom: -120.0rem;
    background-size: 100% 278.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #lead:before {
    background-image: url(../image/lead-bg-pc.jpg);
    bottom: -91.2rem;
    background-size: 100% 333.1rem;
  }
}
#lead:after {
  position: absolute;
  display: block;
  content: " ";
  background: repeat-y center top / 100% auto;
  width: 100%;
  height: 100vh;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #lead:after {
    top: calc( 100% + 120.0rem );
    background-image: url(../image/lead-bg-repeat-sp.jpg);
    background-size: auto 285.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #lead:after {
    top: calc( 100% + 91.2rem );
    background: url(../image/lead-bg-repeat-pc.jpg) repeat-y center top/contain;
    background-size: auto 293.8rem;
  }
}
#lead #lead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#lead #lead-title {
  width: 18.1rem;
  margin-right: 2.0rem;
  opacity: 0;
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 1.0s 0s;
  transition: opacity 0.3s 0s, -webkit-transform 1.0s 0s;
  transition: opacity 0.3s 0s, transform 1.0s 0s;
  transition: opacity 0.3s 0s, transform 1.0s 0s, -webkit-transform 1.0s 0s;
}
@media print, screen and (min-width: 768px) {
  #lead #lead-title {
    width: 19.9rem;
    margin-right: 14.0rem;
  }
}
#lead #lead-txt {
  width: 39.7rem;
  margin-top: 8.4rem;
  margin-left: 5.4rem;
}
@media print, screen and (min-width: 768px) {
  #lead #lead-txt {
    width: 39.6rem;
    margin: 11.0rem 0 0 20.6rem;
  }
}
#lead #lead-txt span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  -webkit-transition: opacity 2.0s, -webkit-transform 2.0s;
  transition: opacity 2.0s, -webkit-transform 2.0s;
  transition: opacity 2.0s, transform 2.0s;
  transition: opacity 2.0s, transform 2.0s, -webkit-transform 2.0s;
}
#lead #lead-txt span:nth-child(4), #lead #lead-txt span:nth-child(7) {
  margin-top: 2.1rem;
}
#lead.anim-on #lead-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#lead.anim-on #lead-txt span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#lead.anim-on #lead-txt span:nth-of-type(1) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#lead.anim-on #lead-txt span:nth-of-type(2) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#lead.anim-on #lead-txt span:nth-of-type(3) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#lead.anim-on #lead-txt span:nth-of-type(4) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
#lead.anim-on #lead-txt span:nth-of-type(5) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
#lead.anim-on #lead-txt span:nth-of-type(6) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
#lead.anim-on #lead-txt span:nth-of-type(7) {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}
#lead.anim-on #lead-txt span:nth-of-type(8) {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
#lead.anim-on #lead-txt span:nth-of-type(9) {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s;
}
#lead.anim-on #lead-txt span:nth-of-type(10) {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s;
}

/*---------------------------------------------------------
parade
---------------------------------------------------------*/
#parade {
  position: relative;
  z-index: 1;
}
#parade .anim-box {
  opacity: 0;
  -webkit-transform: translateY(100rem);
  transform: translateY(100rem);
  -webkit-transition: opacity 2.0s, -webkit-transform 2.0s;
  transition: opacity 2.0s, -webkit-transform 2.0s;
  transition: opacity 2.0s, transform 2.0s;
  transition: opacity 2.0s, transform 2.0s, -webkit-transform 2.0s;
  background: no-repeat center center / 101% 100%;
  margin: -8.2rem 0;
  padding: 14.0rem 0 26rem;
}
@media only screen and (max-width: 767px) {
  #parade .anim-box {
    background-image: url(../image/parade-bg-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  #parade .anim-box {
    background-image: url(../image/parade-bg-pc.png);
    margin: -16.3rem 0 -20.0rem;
    padding: 25.8rem 0 35.8rem;
  }
}
#parade.anim-on .anim-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#parade .inner {
  position: relative;
}
#parade #lead-title {
  width: 72.9rem;
  margin: 0 auto;
}
#parade .sec-lead {
  margin-top: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #parade .sec-lead {
    margin-top: 7.0rem;
  }
}
@media only screen and (max-width: 767px) {
  #parade #parade-slider {
    margin: 0 -4.0rem;
  }
}
#parade #parade-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.5rem;
  width: 61.5rem;
  margin: 9.5rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-list {
    width: 74.5rem;
    margin-top: 8rem;
  }
}
#parade #parade-list li {
  border-radius: 2.8rem;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 2.5rem 3rem 0.7rem rgba(38, 34, 32, 0.1);
  box-shadow: 2.5rem 3rem 0.7rem rgba(38, 34, 32, 0.1);
}
#parade #parade-bubble {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#parade #parade-bubble i {
  position: absolute;
  background: url(../image/parade-bubble.png) no-repeat center center/contain;
  -webkit-animation: 3.0s bubble infinite alternate ease-in-out;
  animation: 3.0s bubble infinite alternate ease-in-out;
}
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
#parade #parade-bubble i:nth-of-type(1) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#parade #parade-bubble i:nth-of-type(2) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}
#parade #parade-bubble i:nth-of-type(3) {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
}
#parade #parade-bubble i:nth-of-type(4) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}
#parade #parade-bubble i:nth-of-type(5) {
  -webkit-animation-delay: -3.5s;
  animation-delay: -3.5s;
}
#parade #parade-bubble i:nth-of-type(6) {
  -webkit-animation-delay: -4.2s;
  animation-delay: -4.2s;
}
#parade #parade-bubble i:nth-of-type(7) {
  -webkit-animation-delay: -4.9s;
  animation-delay: -4.9s;
}
#parade #parade-bubble i:nth-of-type(8) {
  -webkit-animation-delay: -5.6s;
  animation-delay: -5.6s;
}
#parade #parade-bubble i:nth-of-type(9) {
  -webkit-animation-delay: -6.3s;
  animation-delay: -6.3s;
}
#parade #parade-bubble i:nth-of-type(10) {
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}
#parade #parade-bubble i:nth-of-type(11) {
  -webkit-animation-delay: -7.7s;
  animation-delay: -7.7s;
}
#parade #parade-bubble i:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
}
#parade #parade-bubble i#parade-bubble-01 {
  top: -10.3rem;
  right: 7.7rem;
  width: 9.7rem;
  height: 9.7rem;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-01 {
    top: -5.2rem;
    right: 17.4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
#parade #parade-bubble i#parade-bubble-02 {
  top: 20.4rem;
  left: 19.1rem;
  width: 3.4rem;
  height: 3.4rem;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-02 {
    top: 19.2rem;
    left: 32.8rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
#parade #parade-bubble i#parade-bubble-03 {
  top: 21.0rem;
  left: 4.7rem;
  width: 7.5rem;
  height: 7.5rem;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-03 {
    top: -17.2rem;
    left: 28.4rem;
    width: 13.0rem;
    height: 13.0rem;
  }
}
@media only screen and (max-width: 767px) {
  #parade #parade-bubble i#parade-bubble-03:before {
    background-image: url(../image/parade-cat-01.png);
    width: 5.4rem;
    height: 6.21rem;
    top: 2.3rem;
    left: -1.2rem;
    background: url(../image/parade-cat.png) no-repeat 0 center/auto 100%;
    -webkit-animation: 0.5s steps infinite alternate steps(2, jump-none);
    animation: 0.5s steps infinite alternate steps(2, jump-none);
  }
}
#parade #parade-bubble i#parade-bubble-04 {
  top: 27.5rem;
  right: 1.9rem;
  width: 13.9rem;
  height: 13.9rem;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-04 {
    top: 25.2rem;
    right: 10.4rem;
    width: 18.2rem;
    height: 18.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #parade #parade-bubble i#parade-bubble-04:before {
    background-image: url(../image/parade-dog-01.png);
    width: 8.9rem;
    height: 9.1rem;
    top: -6.2rem;
    left: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-04:before {
    background-image: url(../image/parade-dog-01.png);
    width: 11.5rem;
    height: 11.9rem;
    top: -6.9rem;
    left: 2.4rem;
  }
}
#parade #parade-bubble i#parade-bubble-05 {
  top: 54.1rem;
  left: 20.7rem;
  width: 11.5rem;
  height: 11.5rem;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-05 {
    top: 23.2rem;
    left: 15.2rem;
    width: 10.2rem;
    height: 10.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-05:before {
    width: 6.5rem;
    height: 7.475rem;
    top: 2.7rem;
    left: -1.7rem;
    background: url(../image/parade-cat.png) no-repeat 0 center/auto 100%;
    -webkit-animation: 0.5s steps infinite alternate steps(2, jump-none);
    animation: 0.5s steps infinite alternate steps(2, jump-none);
  }
}
#parade #parade-bubble i#parade-bubble-06 {
  bottom: -14rem;
  right: 14.2rem;
  width: 6.1rem;
  height: 6.1rem;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-06 {
    bottom: auto;
    right: auto;
    top: 43.6rem;
    left: 25.1rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}
#parade #parade-bubble i#parade-bubble-07 {
  bottom: -25.8rem;
  left: 16.0rem;
  width: 10.5rem;
  height: 10.5rem;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-07 {
    bottom: auto;
    top: 67.1rem;
    left: -14.5rem;
    width: 8.2rem;
    height: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #parade #parade-bubble i#parade-bubble-07:before {
    background-image: url(../image/parade-dog-02.png);
    width: 7.7rem;
    height: 6.7rem;
    top: -3.6rem;
    left: 1.7rem;
  }
}
#parade #parade-bubble i#parade-bubble-08 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-08 {
    display: block;
    bottom: -36.0rem;
    left: 4.6rem;
    width: 13.8rem;
    height: 13.8rem;
  }
  #parade #parade-bubble i#parade-bubble-08:before {
    background-image: url(../image/parade-dog-02.png);
    width: 7.7rem;
    height: 6.7rem;
    top: -3.3rem;
    left: 2.2rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
#parade #parade-bubble i#parade-bubble-09 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-09 {
    display: block;
    bottom: -21.5rem;
    left: 36.0rem;
    width: 15.8rem;
    height: 15.8rem;
  }
}
#parade #parade-bubble i#parade-bubble-10 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-10 {
    display: block;
    bottom: -25.0rem;
    right: 26.3rem;
    width: 7.6rem;
    height: 7.6rem;
  }
}
#parade #parade-bubble i#parade-bubble-11 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #parade #parade-bubble i#parade-bubble-11 {
    display: block;
    top: 19.6rem;
    right: -19.2rem;
    width: 7.6rem;
    height: 7.6rem;
  }
}

/*---------------------------------------------------------
attraction
---------------------------------------------------------*/
#attraction {
  background: no-repeat center top / cover;
  padding: 8.5rem 0 10.5rem;
}
@media only screen and (max-width: 767px) {
  #attraction {
    background-image: url(../image/attraction-bg-sp.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  #attraction {
    background-image: url(../image/attraction-bg-pc.jpg);
    padding: 14.3rem 0 19.0rem;
  }
}
#attraction #attraction-title-catch {
  width: 36.8rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  #attraction #attraction-title-catch {
    width: 39.1rem;
  }
}
#attraction #attraction-title {
  position: relative;
  width: 70.0rem;
  margin: 2.1rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #attraction #attraction-title {
    width: 74.4rem;
    margin-top: 2.6rem;
  }
}
#attraction #attraction-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#attraction #attraction-title span i {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#attraction #attraction-title span._txt {
  position: relative;
  z-index: 1;
  mix-blend-mode: lighten;
}
#attraction #attraction-title span._shadow {
  position: absolute;
  bottom: -0.1rem;
  left: 0.2rem;
  width: 71.0rem;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {
  #attraction #attraction-title span._shadow {
    bottom: -0.2rem;
    left: 0.8rem;
    width: 75.0rem;
  }
}
#attraction .sec-lead {
  margin-top: 5.0rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s 2.5s;
  transition: opacity 0.5s 2.5s;
}
@media print, screen and (min-width: 768px) {
  #attraction .sec-lead {
    margin-top: 7.0rem;
  }
}
#attraction #attraction-title-box.anim-on #attraction-title-catch {
  opacity: 1;
}
#attraction #attraction-title-box.anim-on #attraction-title span i {
  -webkit-animation: 1s bounce forwards ease-in-out;
  animation: 1s bounce forwards ease-in-out;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#attraction #attraction-title-box.anim-on #attraction-title span i:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#attraction #attraction-title-box.anim-on .sec-lead {
  opacity: 1;
}

#attraction-tab {
  margin-top: 14.0rem;
}
@media print, screen and (min-width: 768px) {
  #attraction-tab {
    margin-top: 18.0rem;
  }
}
#attraction-tab #tab-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.0rem;
}
@media print, screen and (min-width: 768px) {
  #attraction-tab #tab-menu ul {
    gap: 7.2rem;
  }
}
#attraction-tab #tab-menu ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  height: 14.0rem;
  border-radius: 3.6rem;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media print, screen and (min-width: 768px) {
  #attraction-tab #tab-menu ul li {
    height: 18.0rem;
    border-radius: 4.8rem;
  }
}
#attraction-tab #tab-menu ul li:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
  width: 33.4rem;
  height: 7.7rem;
  top: -8.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: fadeIn 0.3s 0.3s linear forwards, bound 0.5s 0.3s infinite alternate cubic-bezier(0.7, 0, 1, 1);
  animation: fadeIn 0.3s 0.3s linear forwards, bound 0.5s 0.3s infinite alternate cubic-bezier(0.7, 0, 1, 1);
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  #attraction-tab #tab-menu ul li:before {
    width: 35.6rem;
    height: 8.2rem;
    top: -9.8rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
#attraction-tab #tab-menu ul li span {
  position: relative;
  padding-bottom: 5.0rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #attraction-tab #tab-menu ul li span {
    padding-bottom: 9.0rem;
  }
}
#attraction-tab #tab-menu ul li span i {
  display: block;
  background: no-repeat center center / contain;
  width: 100%;
  height: 4.2rem;
}
@media print, screen and (min-width: 768px) {
  #attraction-tab #tab-menu ul li span i {
    height: 4.5rem;
  }
}
#attraction-tab #tab-menu ul li:first-child {
  background-color: #cdc85f;
}
#attraction-tab #tab-menu ul li:first-child:before {
  background-image: url(../image/attraction-tab-balloon-dog.png);
}
#attraction-tab #tab-menu ul li:first-child span i {
  background-image: url(../image/attraction-tab-dog-off.svg);
}
#attraction-tab #tab-menu ul li:first-child.on {
  background-color: #fff05f;
}
#attraction-tab #tab-menu ul li:first-child.on:before {
  display: none;
}
#attraction-tab #tab-menu ul li:first-child.on span i {
  background-image: url(../image/attraction-tab-dog-on.svg);
}
#attraction-tab #tab-menu ul li:last-child {
  background-color: #8b87aa;
}
#attraction-tab #tab-menu ul li:last-child:before {
  background-image: url(../image/attraction-tab-balloon-cat.png);
}
#attraction-tab #tab-menu ul li:last-child span i {
  background-image: url(../image/attraction-tab-cat-off.svg);
}
#attraction-tab #tab-menu ul li:last-child.on {
  background-color: #d7afff;
}
#attraction-tab #tab-menu ul li:last-child.on:before {
  display: none;
}
#attraction-tab #tab-menu ul li:last-child.on span i {
  background-image: url(../image/attraction-tab-cat-on.svg);
}

#tab-contents {
  position: relative;
  margin-top: -5.0rem;
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
  border-radius: 3.6rem;
  overflow: hidden;
  background-color: #fff05f;
}
@media print, screen and (min-width: 768px) {
  #tab-contents {
    margin-top: -9.0rem;
    border-radius: 4.8rem;
  }
}

.tab-box {
  opacity: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.15s;
  transition: opacity 0.3s 0.15s;
}
.tab-box.open {
  opacity: 1;
  height: auto;
}
.tab-box#list-dog.open {
  background-color: #fff05f;
}
.tab-box#list-cat.open {
  background-color: #d7afff;
}

.attraction-item {
  padding: 17.0rem 0 13.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-item {
    padding: 8.0rem 0 15.0rem;
  }
}
.attraction-item .btn {
  margin-top: 8.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-item .btn {
    margin-top: 10.0rem;
  }
}

.attraction-head {
  position: relative;
  z-index: 1;
  padding: 19.0rem 0 12.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-head {
    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;
    padding: 0;
  }
}
.attraction-head:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  background-color: #fff;
  width: 98.0rem;
  height: 100%;
  border-radius: 100vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .attraction-head:before {
    display: none;
  }
}
.attraction-head .attraction-head-img {
  width: 48.2rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-head-img {
    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;
    margin: 0;
    background-color: #fff;
    border-radius: 100vw;
    width: 49.0rem;
    height: 49.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-head-img figure {
    width: 35.4rem;
  }
}
.attraction-head .attraction-head-txt {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-head-txt {
    text-align: left;
    margin-left: 6.0rem;
  }
}
.attraction-head .attraction-head-txt ._title {
  margin-top: 3.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-head-txt ._title {
    margin: 0;
  }
}
.attraction-head .attraction-head-txt ._title img {
  width: auto;
  height: 5.4rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-head-txt ._title img {
    height: 11.5rem;
  }
}
.attraction-head .attraction-head-txt ._txt {
  margin-top: 3.0rem;
  font-size: 2.9rem;
  line-height: 1.5517241379;
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-head-txt ._txt {
    margin-top: 4.0rem;
    margin-left: 1.0rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.attraction-head .attraction-balloon {
  position: absolute;
  top: -10.5rem;
  right: 2.2rem;
  width: 31.9rem;
  -webkit-transform-origin: 20% bottom;
  transform-origin: 20% bottom;
  -webkit-animation: 0.5s balloon infinite alternate steps(5, jump-none);
  animation: 0.5s balloon infinite alternate steps(5, jump-none);
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-balloon {
    width: 30.6rem;
    top: -3.2rem;
    right: 9.4rem;
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
.attraction-head .attraction-mark {
  position: absolute;
  top: 9.7rem;
  left: 5.4rem;
  width: 21.5rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-head .attraction-mark {
    top: 32.2rem;
    left: 22.2rem;
    width: 15.8rem;
  }
}

.attraction-point {
  margin-top: 4.5rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-point {
    margin-top: 5.5rem;
  }
}
.attraction-point .attraction-point-title span {
  position: relative;
  display: block;
  width: 44.4rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-title span {
    width: 47.3rem;
  }
}
.attraction-point .attraction-point-title span:before, .attraction-point .attraction-point-title span:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/arrow-orange.svg) no-repeat center center/contain;
  width: 2.8rem;
  height: 3.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: 0.8s brink infinite alternate ease-in-out;
  animation: 0.8s brink infinite alternate ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-title span:before, .attraction-point .attraction-point-title span:after {
    width: 3.0rem;
    height: 4.0rem;
  }
}
#list-cat .attraction-point .attraction-point-title span:before, #list-cat .attraction-point .attraction-point-title span:after {
  background-image: url(../image/arrow-yellow.svg);
}
.attraction-point .attraction-point-title span:before {
  left: -4.5rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-title span:before {
    left: -4.8rem;
  }
}
.attraction-point .attraction-point-title span:after {
  right: -4.5rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-title span:after {
    right: -4.8rem;
  }
}
@-webkit-keyframes brink {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes brink {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.attraction-point .attraction-point-list {
  margin-top: 3.5rem;
  padding: 0 4.2rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.0rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .attraction-point .attraction-point-list {
    margin-top: 4.0rem;
    padding: 0 7.4rem;
  }
}

.attraction-point .attraction-point-list li {
  position: relative;
  background-color: #fff;
  border-radius: 100vh;
  padding: 1.5rem 0;
  -webkit-box-shadow: 0 0 4rem rgba(167, 145, 39, 0.25);
  box-shadow: 0 0 4rem rgba(167, 145, 39, 0.25);
  -webkit-transition: padding 0.3s 0s, border-radius 0s 0s;
  transition: padding 0.3s 0s, border-radius 0s 0s;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li {
    width: calc( (100% - 2.0rem) / 2 );
    border-radius: 5.0rem;
    padding: 4.5rem 0 12.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .attraction-point .attraction-point-list li.open {
    border-radius: 6.4rem;
    padding: 5.0rem 0 7.0rem;
  }
}
.attraction-point .attraction-point-list li.open ._title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.attraction-point .attraction-point-list li:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li .acc-head {
    pointer-events: none;
  }
}
.attraction-point .attraction-point-list li .acc-body {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li .acc-body {
    display: block !important;
  }
}
.attraction-point .attraction-point-list li .acc-body .acc-body-inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li .acc-body .acc-body-inner {
    position: static;
  }
}
.attraction-point .attraction-point-list li ._title {
  position: relative;
  font-size: 4.5rem;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.3333333333;
  color: #1c8ccd;
  padding: 0 0.5em;
  letter-spacing: -0.03em;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li ._title {
    font-size: 3.4rem;
    padding: 0 7.0rem;
    letter-spacing: -0.03em;
  }
}
#list-cat .attraction-point .attraction-point-list li ._title {
  color: #ff78d2;
}
.attraction-point .attraction-point-list li ._title i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 5.8rem;
  height: 5.8rem;
  background-color: #1c8ccd;
  border-radius: 100vw;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
  -webkit-animation: 1s arrow infinite alternate ease-in-out;
  animation: 1s arrow infinite alternate ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li ._title i {
    display: none;
  }
}
#list-cat .attraction-point .attraction-point-list li ._title i {
  background-color: #ff78d2;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
  }
  100% {
    -webkit-transform: translate(50%, -60%);
    transform: translate(50%, -60%);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
  }
  100% {
    -webkit-transform: translate(50%, -60%);
    transform: translate(50%, -60%);
  }
}
.attraction-point .attraction-point-list li ._title i:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/arrow-white.svg) no-repeat center center/contain;
  width: 2.7rem;
  height: 3.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li ._title.tal-pc {
    text-align: left;
  }
}
.attraction-point .attraction-point-list li ._txt {
  position: relative;
  z-index: 2;
  margin-top: 5.0rem;
  color: #1c8ccd;
  font-size: 2.9rem;
  line-height: 1.5517241379;
  padding: 0 7.0rem;
  min-height: 6.5em;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li ._txt {
    font-size: 2.2rem;
    min-height: auto;
    margin-top: 2.5rem;
  }
}
#list-cat .attraction-point .attraction-point-list li ._txt {
  color: #ff78d2;
}
.attraction-point .attraction-point-list li ._img {
  position: absolute;
  display: block;
  z-index: 1;
}
.attraction-point .attraction-point-list li ._comment {
  position: relative;
  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;
  background-color: #FFF255;
  min-height: 6.0rem;
  border-radius: 100vw;
  font-size: 3.1rem;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8ccd;
  line-height: 1.4;
  padding: 0 0.5em 0 2em;
  letter-spacing: -0.06em;
  margin: 4.0rem 4.0rem 0 4.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li ._comment {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 58.5rem;
    min-height: 5.0rem;
    margin: 0;
    font-size: 2.4rem;
  }
}
#list-cat .attraction-point .attraction-point-list li ._comment {
  color: #ff78d2;
}
.attraction-point .attraction-point-list li ._comment:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/attraction-icon-dog.png) no-repeat center center/contain;
  width: 11.0rem;
  height: 11.0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-point .attraction-point-list li ._comment:before {
    width: 8.5rem;
    height: 8.5rem;
    left: -1.0rem;
  }
}
.attraction-point .attraction-point-list li:nth-child(1) ._comment:before {
  background-image: url(../image/attraction-icon-dog-1.png);
}
#list-cat .attraction-point .attraction-point-list li:nth-child(1) ._comment:before {
  background-image: url(../image/attraction-icon-cat-1.png);
}
.attraction-point .attraction-point-list li:nth-child(2) ._comment:before {
  background-image: url(../image/attraction-icon-dog-2.png);
}
#list-cat .attraction-point .attraction-point-list li:nth-child(2) ._comment:before {
  background-image: url(../image/attraction-icon-cat-2.png);
}
.attraction-point .attraction-point-list li:nth-child(3) ._comment:before {
  background-image: url(../image/attraction-icon-dog-3.png);
}
#list-cat .attraction-point .attraction-point-list li:nth-child(3) ._comment:before {
  background-image: url(../image/attraction-icon-cat-3.png);
}
.attraction-point .attraction-point-list li:nth-child(4) ._comment:before {
  background-image: url(../image/attraction-icon-dog-4.png);
}
#list-cat .attraction-point .attraction-point-list li:nth-child(4) ._comment:before {
  background-image: url(../image/attraction-icon-cat-4.png);
}

.attraction-more {
  position: relative;
  margin-top: 15.0rem;
  padding: 10.0rem 3.4rem 18.5rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .attraction-more {
    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-top: 8.0rem;
    padding: 9.0rem 17.0rem 13.2rem 0;
  }
}
.attraction-more:before, .attraction-more:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/dot-dog.gif) repeat-x center center/auto 2.6rem;
  width: 100%;
  height: 2.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .attraction-more:before, .attraction-more:after {
    background-size: auto 1.6rem;
    height: 1.6rem;
    width: 158.0rem;
    background-position: left center;
  }
}
#list-cat .attraction-more:before, #list-cat .attraction-more:after {
  background-image: url(../image/dot-cat.gif);
}
.attraction-more:before {
  top: 1.5rem;
}
.attraction-more:after {
  bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.attraction-more .attraction-more-head ._catch {
  width: 21.6rem;
  margin: 0 auto;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation: 3.0s more-catch infinite ease-in-out;
  animation: 3.0s more-catch infinite ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-head ._catch {
    width: 17.2rem;
  }
}
@-webkit-keyframes more-catch {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes more-catch {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.attraction-more .attraction-more-head ._title {
  margin-top: 3.0rem;
  text-align: center;
}
.attraction-more .attraction-more-head ._title img {
  width: auto;
  height: 12.3rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-head ._title img {
    height: 9.7rem;
  }
}
.attraction-more .attraction-more-head ._txt {
  margin-top: 4.0rem;
  font-size: 2.9rem;
  line-height: 1.5517241379;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-head ._txt {
    margin-top: 3.0rem;
    font-size: 2.4rem;
  }
}
.attraction-more .attraction-more-head ._note {
  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;
  margin: 4.0rem auto 0;
  background-color: #00baff;
  width: 44.7rem;
  height: 5.9rem;
  border-radius: 100vw;
  font-size: 3.0rem;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-head ._note {
    margin-top: 3.0rem;
    width: 36.8rem;
    height: 4.8rem;
    font-size: 2.3rem;
  }
}
#list-cat .attraction-more .attraction-more-head ._note {
  background-color: #ff78d2;
}
.attraction-more .attraction-more-body {
  margin-top: 5.5rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body {
    margin: 0;
    width: 71.8rem;
  }
}
.attraction-more .attraction-more-body li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff05f;
  border-radius: 3.6rem;
  border: 2px solid #fff05f;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li {
    border-radius: 3.0rem;
    border-width: 4px;
  }
}
.attraction-more .attraction-more-body li:nth-child(n+2) {
  margin-top: 10.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li:nth-child(n+2) {
    margin-top: 7.6rem;
  }
}
.attraction-more .attraction-more-body li ._img {
  border-radius: 3.4rem;
  overflow: hidden;
  width: 26.0rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li ._img {
    border-radius: 2.6rem;
    width: 26.8rem;
  }
}
.attraction-more .attraction-more-body li .attraction-more-list-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.0rem 4.0rem 5.5rem 3.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li .attraction-more-list-box {
    padding: 2.0rem 4.5rem 5.5rem 4.0rem;
  }
}
.attraction-more .attraction-more-body li .attraction-more-list-box ._title {
  font-size: 4.1rem;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8ccd;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li .attraction-more-list-box ._title {
    font-size: 3.1rem;
  }
}
#list-cat .attraction-more .attraction-more-body li .attraction-more-list-box ._title {
  color: #ff78d2;
}
.attraction-more .attraction-more-body li .attraction-more-list-box ._txt {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  margin-top: 2.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li .attraction-more-list-box ._txt {
    font-size: 2.2rem;
    line-height: 1.5882352941;
    margin-top: 1.5rem;
  }
}
.attraction-item-pero .attraction-more .attraction-more-body li .attraction-more-list-box ._txt {
  line-height: 1.5882352941;
}
.attraction-more .attraction-more-body li .attraction-more-list-box ._txt strong {
  display: block;
  margin-bottom: 1em;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li .attraction-more-list-box ._txt strong {
    margin-bottom: 0;
    font-weight: bold;
  }
}
.attraction-more .attraction-more-body li .attraction-more-list-box .btn {
  position: absolute;
  bottom: -5.8rem;
  left: 50%;
  margin-left: -21.7rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-more .attraction-more-body li .attraction-more-list-box .btn {
    bottom: -3.6rem;
    left: auto;
    right: -3.4rem;
    margin-left: 0;
  }
}

@-webkit-keyframes mark-deru {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes mark-deru {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@media only screen and (max-width: 767px) {
  .attraction-item-deru .attraction-point-list li:nth-child(1) ._txt {
    margin-top: 2.5rem;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .attraction-item-deru .attraction-point-list li:nth-child(2) ._txt, .attraction-item-deru .attraction-point-list li:nth-child(3) ._txt {
    margin-top: 2.5rem;
    min-height: auto;
  }
  .attraction-item-deru .attraction-point-list li:nth-child(2) ._img, .attraction-item-deru .attraction-point-list li:nth-child(3) ._img {
    position: static;
    margin: 0 0 -4.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-item-deru .attraction-point-list li:nth-child(2) ._txt, .attraction-item-deru .attraction-point-list li:nth-child(3) ._txt {
    width: 45.0rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-item-deru .attraction-point-list li:nth-child(2) ._img {
    width: 23.5rem;
    top: 11.0rem;
    right: 2.5rem;
  }
  #list-cat .attraction-item-deru .attraction-point-list li:nth-child(2) ._img {
    width: 24.0rem;
    top: 10.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-item-deru .attraction-point-list li:nth-child(3) ._img {
    width: 23.0rem;
    top: 10.0rem;
    right: 2.0rem;
  }
  #list-cat .attraction-item-deru .attraction-point-list li:nth-child(3) ._img {
    width: 28.5rem;
    top: 9.6rem;
    right: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .attraction-item-deru .attraction-point-list li:nth-child(4) ._img {
    width: 23.4rem;
    top: -1.0rem;
    right: 4.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-item-deru .attraction-point-list li:nth-child(4) ._img {
    width: 18.7rem;
    top: 4.0rem;
    right: 5.8rem;
  }
}

.attraction-item-pero {
  margin-top: -10.0rem;
}
@media print, screen and (min-width: 768px) {
  .attraction-item-pero {
    margin-top: -8.0rem;
  }
}
@-webkit-keyframes mark-pero {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes mark-pero {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@media only screen and (max-width: 767px) {
  .attraction-item-pero .attraction-point-list li:nth-child(1) ._txt {
    margin-top: 2.5rem;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .attraction-item-pero .attraction-point-list li:nth-child(2) ._img, .attraction-item-pero .attraction-point-list li:nth-child(3) ._img {
    top: -1.5rem;
    right: 4.0rem;
    width: 20.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-item-pero .attraction-point-list li:nth-child(2) ._img, .attraction-item-pero .attraction-point-list li:nth-child(3) ._img {
    top: 5.0rem;
    right: 6.0rem;
    width: 17.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .attraction-item-pero .attraction-point-list li:nth-child(3) ._img {
    top: -3.0rem;
    right: 3.0rem;
    width: 21.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-item-pero .attraction-point-list li:nth-child(3) ._img {
    width: 17.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .attraction-item-pero .attraction-point-list li:nth-child(4) ._img {
    width: 24.0rem;
    top: -1.0rem;
    right: 5.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .attraction-item-pero .attraction-point-list li:nth-child(4) ._img {
    width: 24.2rem;
    top: 1.5rem;
    right: 8.0rem;
  }
}

/*---------------------------------------------------------
theater
---------------------------------------------------------*/
#theater {
  position: relative;
  background: no-repeat center top / cover;
  padding: 10.0rem 0 13.0rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #theater {
    background-image: url(../image/theater-bg-sp.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  #theater {
    background-image: url(../image/theater-bg-pc.jpg);
    padding: 31.5rem 0 13.5rem;
  }
}
#theater:before {
  position: absolute;
  z-index: 9;
  display: block;
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.1s 0.2s;
  transition: opacity 0.1s 0.2s;
}
#theater:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #000;
  width: 100%;
  height: 1.6rem;
  top: 0;
  left: 0;
}
#theater #theater-head {
  position: relative;
  z-index: 1;
}
#theater #theater-head #theater-catch {
  width: 32.9rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #theater #theater-head #theater-catch {
    width: 31.4rem;
  }
}
#theater #theater-head #theater-title {
  width: 59.4rem;
  margin: 1.4rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #theater #theater-head #theater-title {
    width: 67.1rem;
    margin-top: 1.7rem;
  }
}
#theater .theater-txt {
  margin-top: 2.0rem;
  font-size: 3.0rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #theater .theater-txt {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#theater #theater-mov {
  position: relative;
  z-index: 2;
  margin: 20.0rem auto 0;
  width: 60.0rem;
}
@media print, screen and (min-width: 768px) {
  #theater #theater-mov {
    margin-top: 6.0rem;
    width: 104.0rem;
  }
}
#theater #theater-mov-list li:nth-child(n+2) {
  margin-top: 15.2rem;
}
@media print, screen and (min-width: 768px) {
  #theater #theater-mov-list li:nth-child(n+2) {
    margin-top: 18.0rem;
  }
}
#theater #theater-mov-list li .theater-mov-title {
  text-align: center;
}
#theater #theater-mov-list li .theater-mov-title img {
  width: auto;
  height: 5.9rem;
}
#theater #theater-mov-list li .theater-mov-cap {
  font-size: 3.0rem;
  text-align: center;
  margin-top: 2.0rem;
}
@media print, screen and (min-width: 768px) {
  #theater #theater-mov-list li .theater-mov-cap {
    font-size: 2.4rem;
  }
}
#theater #theater-light {
  position: absolute;
  display: block;
  z-index: 9;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 19.2rem;
  background: no-repeat center center / auto 100%;
}
@media only screen and (max-width: 767px) {
  #theater #theater-light {
    background-image: url(../image/theater-light-off-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  #theater #theater-light {
    height: 24.5rem;
    background-image: url(../image/theater-light-off-pc.png);
  }
}
#theater #theater-neon {
  position: absolute;
  display: block;
  top: 38.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 79.0rem;
  height: 100%;
  background: no-repeat center top / 100% auto;
  -webkit-transition: background 0s 1.0s;
  transition: background 0s 1.0s;
}
@media only screen and (max-width: 767px) {
  #theater #theater-neon {
    background-image: url(../image/theater-neon-off-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  #theater #theater-neon {
    background-image: url(../image/theater-neon-off-pc.png);
    top: 15.4rem;
    width: 160.0rem;
  }
}
#theater.anim-on:before {
  opacity: 0;
  pointer-events: none;
}
#theater.anim-on #theater-light {
  background-image: url(../image/theater-light-on-sp.png);
}
@media print, screen and (min-width: 768px) {
  #theater.anim-on #theater-light {
    background-image: url(../image/theater-light-on-pc.png);
  }
}
#theater.anim-on #theater-neon {
  -webkit-animation: 1.5s theater-neon steps(2, jump-none) infinite;
  animation: 1.5s theater-neon steps(2, jump-none) infinite;
}
@media print, screen and (min-width: 768px) {
  #theater.anim-on #theater-neon {
    -webkit-animation-name: theater-neon-pc;
    animation-name: theater-neon-pc;
  }
}
@-webkit-keyframes theater-neon {
  0% {
    background-image: url(../img/theater-neon-a-sp.png);
  }
  100% {
    background-image: url(../img/theater-neon-b-sp.png);
  }
}
@keyframes theater-neon {
  0% {
    background-image: url(../img/theater-neon-a-sp.png);
  }
  100% {
    background-image: url(../img/theater-neon-b-sp.png);
  }
}
@-webkit-keyframes theater-neon-pc {
  0% {
    background-image: url(../img/theater-neon-a-pc.png);
  }
  100% {
    background-image: url(../img/theater-neon-b-pc.png);
  }
}
@keyframes theater-neon-pc {
  0% {
    background-image: url(../img/theater-neon-a-pc.png);
  }
  100% {
    background-image: url(../img/theater-neon-b-pc.png);
  }
}
/*---------------------------------------------------------
theater-stage
---------------------------------------------------------*/
#theater-stage {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 13.6rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #theater-stage {
    height: 14.6rem;
  }
}
#theater-stage:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  #theater-stage:before {
    background-image: url(../image/theater-animal-sp.png);
    width: 61.6rem;
    height: 15.1rem;
    top: -7.0rem;
    margin-left: -32.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #theater-stage:before {
    background-image: url(../image/theater-animal-pc.png);
    width: 236.3rem;
    height: 15.1rem;
    top: -9.4rem;
    margin-left: -123.1rem;
  }
}
#theater-stage:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f2f2f2));
  background: linear-gradient(to right, #fff, #f2f2f2);
  width: 100%;
  height: 200vh;
  top: 11.0rem;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #theater-stage:after {
    top: 9.0rem;
  }
}

/*---------------------------------------------------------
campaign
---------------------------------------------------------*/
#campaign {
  position: relative;
  z-index: 1;
  padding: 25.7rem 0 35.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign {
    padding: 22.5rem 0 43.0rem;
  }
}
#campaign:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  background-color: #ff9206;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1.0s 0.5s;
  transition: opacity 1.0s 0.5s;
}
#campaign #campaign-anchor {
  padding-top: 3.0rem;
}
#campaign .anim-box {
  opacity: 0;
  -webkit-transform: translateY(20rem);
  transform: translateY(20rem);
  -webkit-transition: opacity 1.0s, -webkit-transform 1.0s;
  transition: opacity 1.0s, -webkit-transform 1.0s;
  transition: opacity 1.0s, transform 1.0s;
  transition: opacity 1.0s, transform 1.0s, -webkit-transform 1.0s;
}
#campaign .anim-box:before, #campaign .anim-box:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  background: no-repeat center top / cover;
  width: 100%;
  left: 0;
}
#campaign .anim-box:before {
  background-image: url(../image/campaign-bg-top-sp.png);
  top: -25.7rem;
  height: 393.9rem;
}
@media print, screen and (min-width: 768px) {
  #campaign .anim-box:before {
    background-image: url(../image/campaign-bg-top-pc.png);
    top: -25.5rem;
    height: 331.3rem;
  }
}
#campaign .anim-box:after {
  bottom: -35.0rem;
  background-image: url(../image/campaign-bg-bottom-sp.jpg);
  height: 29.2rem;
}
@media print, screen and (min-width: 768px) {
  #campaign .anim-box:after {
    bottom: -43.0rem;
    background-image: url(../image/campaign-bg-bottom-pc.jpg);
    height: 26.8rem;
  }
}
#campaign.anim-on:after {
  opacity: 1;
}
#campaign.anim-on .anim-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#campaign.anim-on #campaign-head #campaign-title:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s 1.3s;
  transition: opacity 0.3s 1.3s;
}
#campaign #campaign-head {
  position: relative;
}
#campaign #campaign-head:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/campaign-title-img-sp.png) no-repeat center center/contain;
  width: 61.7rem;
  height: 21.1rem;
  top: 33.3rem;
  left: 6.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-head:before {
    background-image: url(../image/campaign-title-img-pc.png);
    width: 136.7rem;
    height: 38.4rem;
    top: 20.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#campaign #campaign-head #campaign-title {
  width: 67.1rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-head #campaign-title {
    position: relative;
    width: 71.3rem;
  }
}
#campaign #campaign-head #campaign-txt {
  font-size: 3.0rem;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
  margin-top: 26.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-head #campaign-txt {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 5.0rem;
  }
}
#campaign #campaign-head #campaign-head-period {
  margin: 4.5rem auto 0;
  width: 51.6rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-head #campaign-head-period {
    margin-top: 3.0rem;
    width: 40.2rem;
  }
}
#campaign #campaign-head #campaign-head-join {
  position: relative;
  display: block;
  margin-top: -0.7rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-head #campaign-head-join {
    width: 105.1rem;
    margin: -1.2rem auto 0;
  }
}
#campaign #campaign-head #campaign-head-join:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/campaign-head-join-arrow.png) no-repeat center center/contain;
  width: 5.8rem;
  height: 5.8rem;
  bottom: 2.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 1.0s join-arrow infinite alternate ease-in-out;
  animation: 1.0s join-arrow infinite alternate ease-in-out;
}
@-webkit-keyframes join-arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes join-arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#campaign .campaign-sec-title {
  width: 24.4rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #campaign .campaign-sec-title {
    width: 19.6rem;
  }
}
#campaign #campaign-flow {
  margin-top: 3.7rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow {
    margin-top: 4.3rem;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-head {
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-head {
    width: 111.4rem;
    margin: 0 auto;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-head:before, #campaign #campaign-flow .campaign-flow-box .acc-head:after {
  position: absolute;
  display: block;
  content: " ";
  border-top: 2.0rem solid #ff7900;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  top: 3.5rem;
  -webkit-animation: 1.0s flow-arrow infinite alternate;
  animation: 1.0s flow-arrow infinite alternate;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-head:before, #campaign #campaign-flow .campaign-flow-box .acc-head:after {
    border-width: 2.0rem;
    border-top-width: 2.6rem;
    top: 4.9rem;
  }
}
@-webkit-keyframes flow-arrow {
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flow-arrow {
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-head:before {
  left: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-head:before {
    left: 3.6rem;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-head:after {
  right: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-head:after {
    right: 3.6rem;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-body {
  display: none;
  position: relative;
  padding-top: 1.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-body {
    padding-top: 4.0rem;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-body:before, #campaign #campaign-flow .campaign-flow-box .acc-body:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #0057be;
  width: 1.2rem;
  height: 6.0rem;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-body:before, #campaign #campaign-flow .campaign-flow-box .acc-body:after {
    width: 2.4rem;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-body:before {
  left: 20.4rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-body:before {
    left: 42.8rem;
  }
}
#campaign #campaign-flow .campaign-flow-box .acc-body:after {
  right: 20.4rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow .campaign-flow-box .acc-body:after {
    right: 42.8rem;
  }
}
#campaign #campaign-flow #campaign-flow-b {
  margin-top: 10.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow #campaign-flow-b {
    margin-top: 8.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow ol {
    margin: 1.6rem auto;
    width: 119.4rem;
  }
}
#campaign #campaign-flow ol li {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow ol li {
    margin-left: -3.2rem;
    margin-right: 3.8rem;
  }
}
#campaign #campaign-flow ol li.anim-on:before {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
#campaign #campaign-flow ol li:nth-child(n+2) {
  margin-top: 2.2rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow ol li:nth-child(n+2) {
    margin-top: 2.8rem;
  }
}
#campaign #campaign-flow ol li #campaign-flow-01-btn {
  position: absolute;
  bottom: 3.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 39.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow ol li #campaign-flow-01-btn {
    bottom: 4.0rem;
    left: 61.4rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 30.4rem;
  }
}
#campaign #campaign-flow ol li #campaign-flow-02-btn {
  position: absolute;
  bottom: 3.8rem;
  right: 11.0rem;
  width: 21.3rem;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow ol li #campaign-flow-02-btn {
    bottom: 3.0rem;
    right: 8.8rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 15.7rem;
  }
}
#campaign #campaign-flow #campaign-flow-txt-box {
  position: relative;
}
#campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt {
  position: relative;
  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;
  margin-top: 21.8rem;
  width: 100%;
  height: 10.6rem;
  background-color: #ffff55;
  border-radius: 100vw;
  font-size: 3.7rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0057be;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt {
    width: 71.6rem;
    height: 8.6rem;
    font-size: 3.2rem;
    margin: 14.5rem auto 0;
  }
}
#campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt:before, #campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
#campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt:before {
  background-image: url(../image/campaign-flow-star-left.png);
  width: 18.1rem;
  height: 8.4rem;
  top: -9.3rem;
  left: -1.4rem;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt:before {
    width: 14.4rem;
    height: 6.8rem;
    top: -2.4rem;
    left: -19.0rem;
  }
}
#campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt:after {
  background-image: url(../image/campaign-flow-star-right.png);
  width: 16.2rem;
  height: 8.7rem;
  top: -9.9rem;
  right: -0.8rem;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow #campaign-flow-txt-box #campaign-flow-txt:after {
    width: 13.0rem;
    height: 7.0rem;
    top: -2.6rem;
    right: -17.5rem;
  }
}
#campaign #campaign-flow #campaign-flow-txt-box i {
  position: absolute;
  display: block;
  width: 4.6rem;
  top: -16.7rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow #campaign-flow-txt-box i {
    width: 3.1rem;
    top: -11.0rem;
  }
}
#campaign #campaign-flow #campaign-flow-txt-box.anim-on #campaign-flow-txt {
  -webkit-animation: 0.3s 0.3s crash forwards ease-in-out, 0.2s 0.3s crash-color 3 steps(2, jump-none);
  animation: 0.3s 0.3s crash forwards ease-in-out, 0.2s 0.3s crash-color 3 steps(2, jump-none);
}
@-webkit-keyframes crash {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(30%) rotate(0);
    transform: translateY(30%) rotate(0);
  }
  80% {
    -webkit-transform: translateY(-10%) rotate(-1deg);
    transform: translateY(-10%) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateY(5%) rotate(1deg);
    transform: translateY(5%) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes crash {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(30%) rotate(0);
    transform: translateY(30%) rotate(0);
  }
  80% {
    -webkit-transform: translateY(-10%) rotate(-1deg);
    transform: translateY(-10%) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateY(5%) rotate(1deg);
    transform: translateY(5%) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes crash-color {
  100% {
    color: #ff3792;
  }
}
@keyframes crash-color {
  100% {
    color: #ff3792;
  }
}
#campaign #campaign-flow #campaign-flow-txt-box.anim-on #campaign-flow-txt:before, #campaign #campaign-flow #campaign-flow-txt-box.anim-on #campaign-flow-txt:after {
  -webkit-animation: 0.3s 0.3s spark 2 forwards ease-in-out;
  animation: 0.3s 0.3s spark 2 forwards ease-in-out;
}
@-webkit-keyframes spark {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes spark {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#campaign #campaign-flow #campaign-flow-txt-box.anim-on i {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#campaign #campaign-flow #campaign-flow-terms {
  width: 33.2rem;
  margin: 5.0rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-flow #campaign-flow-terms {
    width: 26.6rem;
    margin-top: 4.8rem;
  }
}
#campaign #cp-end {
  margin-top: 2.2rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #cp-end {
    margin-top: 2.5rem;
  }
}
#campaign #campaign-mov {
  margin-top: 11.0rem;
  padding-top: 10.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-mov {
    margin-top: 10.0rem;
    padding-top: 10.0rem;
  }
}
#campaign #campaign-mov #campaign-mov-list {
  width: 60.0rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-mov #campaign-mov-list {
    width: 104.0rem;
  }
}
#campaign #campaign-mov #campaign-mov-list li:nth-child(n+2) {
  margin-top: 14.0rem;
}
#campaign #campaign-mov #campaign-mov-list li .campaign-mov-title {
  width: 44.9rem;
  margin: 0 auto;
}
#campaign #campaign-mov #campaign-mov-list li .mov-box {
  margin-top: 2.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-mov #campaign-mov-list li .mov-box {
    margin-top: 3.0rem;
  }
}
#campaign #campaign-mov #campaign-mov-message {
  width: 77.1rem;
  margin: 12.5rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-mov #campaign-mov-message {
    width: 95.3rem;
    margin-top: 17.5rem;
  }
}
#campaign #campaign-product {
  margin-top: 10.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product {
    margin-top: 22.0rem;
  }
}
#campaign #campaign-product #campaign-product-box {
  margin-top: 2.1rem;
  background-color: #fff;
  border-radius: 5.0rem;
  padding: 5.0rem 5.8rem 7.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box {
    width: 112.2rem;
    margin: 2.3rem auto 0;
    border-radius: 5.0rem;
    padding: 4.2rem 11.2rem 4.0rem;
  }
}
#campaign #campaign-product #campaign-product-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5.1rem;
  column-gap: 5.1rem;
  row-gap: 6.3rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box ul {
    gap: 6.6rem;
  }
}
#campaign #campaign-product #campaign-product-box ul li {
  width: calc( (100% - 6.3rem) / 2 );
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box ul li {
    width: calc( (100% - (6.6rem * 3)) / 4 );
  }
}
#campaign #campaign-product #campaign-product-box ul li figure {
  width: 25.6rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box ul li figure {
    width: 16.2rem;
    margin: 0 auto;
  }
}
#campaign #campaign-product #campaign-product-box ul li ._txt {
  margin-top: 1.0rem;
  font-size: 2.7rem;
  line-height: 1.2962962963;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #5f5f5f;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box ul li ._txt {
    margin-top: 1.5rem;
    font-size: 1.7rem;
  }
}
#campaign #campaign-product #campaign-product-box ul li .btn {
  margin: 1.5rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box ul li .btn {
    margin-top: 1.0rem;
  }
}
#campaign #campaign-product #campaign-product-box ul li:nth-child(n+3) figure {
  width: 24.0rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box ul li:nth-child(n+3) figure {
    width: 15.0rem;
    padding-bottom: 0.8rem;
  }
}
#campaign #campaign-product #campaign-product-box .btn {
  margin-top: 4.0rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-product #campaign-product-box .btn {
    margin-top: 3.0rem;
    width: 63.5rem;
  }
}
#campaign #campaign-period {
  margin-top: 8.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-period {
    margin-top: 6.2rem;
  }
}
#campaign #campaign-period #campaign-period-txt {
  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;
  margin: 2.1rem auto 0;
  width: 74.8rem;
  height: 8.6rem;
  background-color: #ffff55;
  border-radius: 100vw;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-period #campaign-period-txt {
    margin-top: 1.5rem;
    width: 73.0rem;
    height: 8.0rem;
  }
}
#campaign #campaign-period #campaign-period-txt span {
  display: block;
  width: 63.6rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-period #campaign-period-txt span {
    width: 49.2rem;
  }
}
#campaign #campaign-comment {
  font-size: 3.9rem;
  line-height: 1.5897435897;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  margin-top: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #campaign #campaign-comment {
    font-size: 4.4rem;
    margin-top: 9.0rem;
  }
}

/*-----------------------------------------------------
  pagetop
-----------------------------------------------------*/
#pagetop {
  position: relative;
  z-index: 99;
}
#pagetop a {
  position: absolute;
  bottom: 6.0rem;
  right: 4.0rem;
  display: block;
  width: 20.8rem;
}
@media print, screen and (min-width: 768px) {
  #pagetop a {
    bottom: 40px;
    right: 54px;
    width: 28.0rem;
  }
}
#pagetop a:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/pagetop-arrow.svg) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.9rem;
  top: 0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 0.5s pagetop-arrow infinite alternate ease-in-out;
  animation: 0.5s pagetop-arrow infinite alternate ease-in-out;
}
@media print, screen and (min-width: 768px) {
  #pagetop a:before {
    width: 3.4rem;
    height: 3.9rem;
    top: 1.0rem;
  }
}
@-webkit-keyframes pagetop-arrow {
  0% {
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
  }
  100% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}
@keyframes pagetop-arrow {
  0% {
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
  }
  100% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}
#pagetop a:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/pagetop-tail-cat.svg) no-repeat center center/contain;
  width: 9.2rem;
  height: 4.2rem;
  top: 13.5rem;
  left: 9.6rem;
  -webkit-transform-origin: 0.6rem 0.9rem;
  transform-origin: 0.6rem 0.9rem;
  -webkit-animation: 8.0s tail-cat infinite ease-in-out;
  animation: 8.0s tail-cat infinite ease-in-out;
}
@media print, screen and (min-width: 768px) {
  #pagetop a:after {
    background-image: url(../image/pagetop-tail-dog.svg);
    width: 11.5rem;
    height: 7.0rem;
    top: 18.2rem;
    left: 12.5rem;
    -webkit-transform-origin: 1.3rem 1.3rem;
    transform-origin: 1.3rem 1.3rem;
    -webkit-animation: 4.0s tail-dog infinite ease-in-out;
    animation: 4.0s tail-dog infinite ease-in-out;
  }
}
@-webkit-keyframes tail-cat {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  85% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes tail-cat {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  85% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes tail-dog {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  85% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  95% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes tail-dog {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  85% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  95% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
  background-color: #fff;
  padding-top: 7.0rem;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding-top: 10.7rem;
  }
}
footer #footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14.0rem;
}
@media print, screen and (min-width: 768px) {
  footer #footer-logo {
    gap: 15.6rem;
  }
}
footer #footer-logo li {
  width: 25.0rem;
}
@media print, screen and (min-width: 768px) {
  footer #footer-logo li {
    width: 28.0rem;
  }
}
footer #copyright {
  display: block;
  border-top: 1px solid #000;
  margin-top: 13.0rem;
  padding: 2.5rem 0;
  font-size: 2.4rem;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer #copyright {
    border-width: 2px;
    margin-top: 9.5rem;
    padding: 2.0rem 0;
    font-size: 2.1rem;
  }
}

/*---------------------------------------------------------
modal
---------------------------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.modal.modal-open {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal .modal-flex .modal-container {
  overflow: auto;
  width: 100%;
  padding: 10.0rem 0;
}
.modal .modal-flex .modal-inner {
  width: 73.7rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-flex .modal-inner {
    width: 161.6rem;
  }
}
.modal .modal-flex .modal-box {
  position: relative;
  background: #fff repeat-y center center / 100% auto;
  border-radius: 6.0rem;
  padding: 20.0rem 6.5rem;
  -webkit-box-shadow: 0 0 4rem rgba(167, 145, 39, 0.4);
  box-shadow: 0 0 4rem rgba(167, 145, 39, 0.4);
  font-size: 3.2rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .modal .modal-flex .modal-box {
    background-image: url(../image/modal-corner-line-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .modal .modal-flex .modal-box {
    background-image: url(../image/modal-corner-line-pc.png);
    font-size: 2.4rem;
    border-radius: 8.0rem;
    padding: 20.0rem 8.0rem 40.0rem;
  }
}
.modal-bubble .modal .modal-flex .modal-box {
  border-radius: 3.0rem;
  background: #fff;
  padding: 18.5rem 8.0rem 11.0rem;
}
.modal .modal-flex .modal-box:before, .modal .modal-flex .modal-box:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / 100% 100%;
  width: 100%;
  height: 5.0rem;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-flex .modal-box:before, .modal .modal-flex .modal-box:after {
    height: 7.6rem;
  }
}
.modal-bubble .modal .modal-flex .modal-box:before, .modal-bubble .modal .modal-flex .modal-box:after {
  display: none;
}
.modal .modal-flex .modal-box:before {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .modal .modal-flex .modal-box:before {
    background-image: url(../image/modal-corner-top-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .modal .modal-flex .modal-box:before {
    background-image: url(../image/modal-corner-top-pc.png);
  }
}
.modal .modal-flex .modal-box:after {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .modal .modal-flex .modal-box:after {
    background-image: url(../image/modal-corner-bottom-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .modal .modal-flex .modal-box:after {
    background-image: url(../image/modal-corner-bottom-pc.png);
  }
}
.modal .modal-close {
  position: absolute;
  top: 5.0rem;
  right: 5.0rem;
  width: 6.0rem;
  height: 6.0rem;
  background: url(../image/icon-close.png) no-repeat center center/contain;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-close {
    top: 6.5rem;
    right: 6.5rem;
  }
}
.modal-bubble .modal .modal-close {
  top: 3.0rem;
  right: 3.0rem;
}
.modal .modal-animal {
  position: absolute;
  z-index: 2;
  bottom: -0.8rem;
  right: -1.0rem;
  width: 27.4rem;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-animal {
    bottom: 3.6rem;
    right: 6.0rem;
    width: 32.9rem;
  }
}
.modal-bubble .modal .modal-animal {
  display: none;
}
.modal .modal-bubble-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.modal .modal-bubble-box i {
  position: absolute;
  display: block;
  background: url(../image/parade-bubble.png) no-repeat center center/contain;
}
.modal .modal-bubble-box i#modal-bubble-01 {
  width: 9.7rem;
  height: 9.7rem;
  top: -5.6rem;
  right: 18.7853107345%;
}
.modal .modal-bubble-box i#modal-bubble-02 {
  width: 6.5rem;
  height: 6.5rem;
  top: 29.5389048991%;
  left: -2.5rem;
}
.modal .modal-bubble-box i#modal-bubble-03 {
  width: 5.0rem;
  height: 5.0rem;
  bottom: 28.818443804%;
  right: 1.6rem;
}
.modal .modal-bubble-box i#modal-bubble-04 {
  width: 7.6rem;
  height: 7.6rem;
  bottom: 10.590778098%;
  right: -3.2rem;
}
.modal .modal-bubble-box i#modal-bubble-05 {
  width: 11.6rem;
  height: 11.6rem;
  bottom: -5.0rem;
  left: 19.7740112994%;
}
.modal .modal-purchase ._title {
  font-size: 5.4rem;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a0a0a0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._title {
    font-size: 6.5rem;
  }
}
.modal .modal-purchase ._title span {
  position: relative;
  display: inline-block;
  padding: 0 6.0rem;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._title span {
    padding: 0 8.0rem;
  }
}
.modal .modal-purchase ._title span:before, .modal .modal-purchase ._title span:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(../image/arrow-red.svg) no-repeat center center/contain;
  width: 3.4rem;
  height: 4.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._title span:before, .modal .modal-purchase ._title span:after {
    width: 4.1rem;
    height: 5.5rem;
  }
}
.modal .modal-purchase ._title span:before {
  left: 0;
}
.modal .modal-purchase ._title span:after {
  right: 0;
}
.modal .modal-purchase ._list {
  width: 55.0rem;
  margin: 5.0rem auto 0;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7.0rem;
    width: 141.2rem;
    margin-top: 10.0rem;
  }
}
.modal .modal-purchase ._list li:nth-child(n+2) {
  margin-top: 6.0rem;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._list li:nth-child(n+2) {
    margin: 0;
  }
}
.modal .modal-purchase ._list li a {
  position: relative;
  display: block;
  width: 55.0rem;
  height: 15.1rem;
  background: no-repeat center center / 100% 100%;
  -webkit-box-shadow: 0.8rem 1.4rem 0.4rem 0.4rem rgba(130, 130, 130, 0.3);
  box-shadow: 0.8rem 1.4rem 0.4rem 0.4rem rgba(130, 130, 130, 0.3);
  border-radius: 5.0rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal .modal-purchase ._list li a {
    background-image: url(../image/modal-button-sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._list li a {
    background-image: url(../image/modal-button-pc.png);
    width: 40.0rem;
    height: 40.0rem;
    border-radius: 6.2rem;
  }
}
.modal .modal-purchase ._list li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  display: block;
  font-size: 7.0rem;
  font-family: 'Nunito', 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  letter-spacing: 0.085em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._list li a > span {
    font-size: 6.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .modal .modal-purchase ._list._list-4 li a {
    width: 30.6rem;
    height: 30.6rem;
  }
  .modal .modal-purchase ._list._list-4 li a span {
    font-size: 5.0rem;
  }
}

/*---------------------------------------------------------
terms
---------------------------------------------------------*/
#terms {
  font-weight: 400;
}
#terms > * + * {
  margin-top: 1em;
}
#terms ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#terms a {
  text-decoration: underline;
  word-break: break-all;
}


