@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 834px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  color: #000000;
  background: #fff;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(14 / 750 * 100vw);
    min-width: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/*===================================
画面サイズ
===================================*/
.c-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.c-outer {
  margin: 0 30px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .c-outer {
    margin: 0 calc(20 / 750 * 100vw);
  }
}
@media screen and (max-width: 1000px) {
  .c-inner {
    width: 85%;
  }
  .c-outer {
    margin: 0 calc(20 / 750 * 100vw);
  }
}
@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(710 / 750 * 100vw);
  }
  .c-outer {
    margin: 0 calc(20 / 750 * 100vw);
  }
}
/*===================================
言語設定
===================================*/
.c-lang-jp .-jp {
  display: inline;
}
.c-lang-jp .-en {
  display: none;
}
.c-lang-en .-jp {
  display: none;
}
.c-lang-en .-en {
  display: inline;
}

/*===================================
font
===================================*/
/*===================================
color
===================================*/
/*===================================
swiper
===================================*/
.splide__arrow {
  top: calc(50% - 17.5px);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
  margin: 0;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--next {
  background-image: url(../img/common/icon_slide_arrow_next.svg);
}
.splide__arrow--prev {
  background-image: url(../img/common/icon_slide_arrow_prev.svg);
}
@media only screen and (max-width: 834px) {
  .splide__arrow {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

/*===================================
decoration
===================================*/
.c-line {
  position: relative;
  border-bottom: 1px solid #6c3337;
}
.c-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 60px);
  height: calc(100% + 10px);
  border-left: 1px solid #6c3337;
  border-right: 1px solid #6c3337;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.c-line::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #6c3337;
}
@media only screen and (max-width: 834px) {
  .c-line::before {
    width: calc(100% - 40 / 750 * 100vw);
    height: calc(100% + 10 / 750 * 100vw);
  }
  .c-line::after {
    bottom: calc(-10 / 750 * 100vw);
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(40%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 100%);
}
.l-header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  min-width: 1040px;
  margin: 0 auto;
  padding: 25px 20px 0;
  z-index: 1001;
}
.l-header__wrap > * {
  pointer-events: visible;
}
.l-header__logo {
  width: 121px;
  margin: 5px 10px;
}
.l-header__instagram {
  display: block;
  width: 36px;
  margin-left: 15px;
}
@media only screen and (min-width: 835px) {
  .l-header__instagram:hover {
    opacity: 0.7;
  }
}
.l-header-nav {
  margin-left: auto;
}
.l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1;
  font-weight: 700;
}
.l-header-nav__list a {
  color: #a26d72;
}
@media only screen and (min-width: 835px) {
  .l-header-nav__list a:hover {
    opacity: 0.7;
  }
}
.l-header-nav__list span {
  display: none;
}
.l-header-nav__item {
  margin-left: 25px;
}
.l-header-nav__close {
  display: none;
}
.l-header-float {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 297px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  pointer-events: visible;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 835px) {
  .l-header-float:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.l-header-float.-close {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.l-header-float__banner {
  display: block;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.l-header-float__close {
  position: absolute;
  top: -24px;
  right: 10px;
  display: block;
  width: 48px;
  border-radius: 100vmax;
}

@media only screen and (max-width: 834px) {
  .l-header {
    position: static;
    height: 0;
    background: none;
  }
  .l-header__wrap {
    position: static;
    min-width: 0;
    padding: 0;
  }
  .l-header__logo {
    position: fixed;
    top: calc(25 / 750 * 100vw);
    z-index: 999;
  }
  .l-header__instagram {
    position: fixed;
    top: calc(55 / 750 * 100vw);
    right: calc(160 / 750 * 100vw);
    width: 36px;
    margin-left: 15px;
    z-index: 999;
  }
}
@media only screen and (max-width: 834px) and (min-width: 835px) {
  .l-header__instagram:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 834px) {
  .l-header-hamburger {
    position: fixed;
    top: 2.5%;
    right: 2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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: 61px;
    height: 61px;
    background: #a26d72;
    border-radius: 100vmax;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
    cursor: pointer;
  }
  .l-header-hamburger__line {
    position: relative;
    display: block;
    width: 40%;
    height: 12px;
  }
  .l-header-hamburger__line::before, .l-header-hamburger__line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: white;
  }
  .l-header-hamburger__line::before {
    top: 0;
  }
  .l-header-hamburger__line::after {
    bottom: 0;
  }
  .l-header-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: calc(80 / 750 * 100vw) calc(50 / 750 * 100vw);
    background: #a26d72;
    border-radius: calc(50 / 750 * 100vw);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10000;
  }
  .l-header-nav.-close {
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  .l-header-nav__list {
    display: block;
    font-size: calc(50 / 750 * 100vw);
    letter-spacing: 0.18em;
    line-height: 1;
    font-weight: 700;
  }
  .l-header-nav__list a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
  }
  .l-header-nav__list a span {
    display: block;
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0.18em;
    line-height: 1.82;
    font-weight: 700;
  }
  .l-header-nav__list a[target=_blank] {
    position: relative;
    padding-right: 1em;
  }
  .l-header-nav__list a[target=_blank]::after {
    content: "";
    position: absolute;
    top: 0.3em;
    right: 0;
    display: block;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    background: url(../img/common/icon_blank.svg) no-repeat center top/contain;
  }
  .l-header-nav__item {
    margin-left: 0px;
  }
  .l-header-nav__item:nth-of-type(n+2) {
    margin-top: calc(60 / 750 * 100vw);
  }
  .l-header-nav__close {
    position: absolute;
    top: calc(-37.3333333333 / 750 * 100vw);
    right: calc(-37.3333333333 / 750 * 100vw);
    display: block;
    width: calc(112 / 750 * 100vw);
  }
  .l-header-float {
    bottom: 25px;
    width: calc(297 / 750 * 100vw);
  }
  .l-header-float__banner {
    border-radius: 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
  }
  .l-header-float__close {
    top: calc(-24 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
  }
}
.footer {
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.footer .item-heading {
  gap: 50px;
  margin-bottom: 30px;
}
.footer .item-heading__text {
  width: 200px;
}

@media only screen and (max-width: 834px) {
  .footer {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    padding: calc(60 / 750 * 100vw) 0;
  }
  .footer .item-heading {
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .footer .item-heading__left {
    text-align: right;
  }
  .footer .item-heading .--tree {
    height: calc(64 / 750 * 100vw);
  }
  .footer .item-heading__text {
    width: calc(188 / 750 * 100vw);
  }
}
body {
  background: #2a2421;
  overflow: hidden;
}

.fv {
  overflow: hidden;
  background-color: #fcc91a;
}
.fv-hero {
  background-color: #fcc91a;
  -webkit-animation: animate-bgcolor 1s 4s ease-in forwards;
          animation: animate-bgcolor 1s 4s ease-in forwards;
}
.fv-hero__wrap {
  position: relative;
  left: 50%;
  width: 1400px;
  height: 880px;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1401px) {
  .fv-hero__wrap {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.fv-hero picture {
  display: block;
  position: absolute;
}
.fv-hero img {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.fv-hero__hole {
  top: -1690px;
  left: 50%;
  width: 3120px;
  -webkit-transform: translateX(-50%) scale(0) rotate(-360deg);
          transform: translateX(-50%) scale(0) rotate(-360deg);
  -webkit-animation: animate-transform-center 3s 2.4s forwards;
          animation: animate-transform-center 3s 2.4s forwards;
}
.fv-hero__hole img {
  opacity: 1 !important;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-animation: 180s animate-transform linear infinite;
          animation: 180s animate-transform linear infinite;
}
.fv-hero__back01, .fv-hero__back02 {
  top: 25px;
  left: 49%;
  width: 934px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv-hero__back01 img, .fv-hero__back02 img {
  -webkit-animation: animate-transform 2s 4.5s ease-in forwards;
          animation: animate-transform 2s 4.5s ease-in forwards;
}
.fv-hero__bord {
  top: 212px;
  left: 48.5%;
  width: 556px;
}
.fv-hero__bord img {
  -webkit-transform: translate(-50%, 20px) scale(0.7);
          transform: translate(-50%, 20px) scale(0.7);
  -webkit-animation: animate-transform-center 0.3s 1.7s ease-in forwards;
          animation: animate-transform-center 0.3s 1.7s ease-in forwards;
}
.fv-hero__moon {
  top: 117px;
  left: 480px;
  width: 73px;
}
.fv-hero__moon img {
  -webkit-animation: animate-transform-center 1s 3s ease-in forwards;
          animation: animate-transform-center 1s 3s ease-in forwards;
}
.fv-hero__bat01 {
  top: 24px;
  left: 879px;
  width: 135px;
  opacity: 0;
  -webkit-transform: translate(-250px, 280px) scale(0.5);
          transform: translate(-250px, 280px) scale(0.5);
  -webkit-animation: animate-transform 0.4s 5s ease-out forwards;
          animation: animate-transform 0.4s 5s ease-out forwards;
}
.fv-hero__bat01 img {
  opacity: 1;
  -webkit-animation: animate-fly03 2s ease-in-out infinite alternate;
          animation: animate-fly03 2s ease-in-out infinite alternate;
}
.fv-hero__bat02 {
  top: 26px;
  left: 285px;
  width: 180px;
  opacity: 0;
  -webkit-transform: translate(250px, 280px) scale(0.5);
          transform: translate(250px, 280px) scale(0.5);
  -webkit-animation: animate-transform 0.4s 5.1s ease-out forwards;
          animation: animate-transform 0.4s 5.1s ease-out forwards;
}
.fv-hero__bat02 img {
  opacity: 1;
  -webkit-animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
          animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
}
.fv-hero__bat03 {
  top: 124px;
  right: 342px;
  width: 178px;
  opacity: 0;
  -webkit-transform: translate(-280px, 180px) scale(0.5) rotate(30deg);
          transform: translate(-280px, 180px) scale(0.5) rotate(30deg);
  -webkit-animation: animate-transform 0.6s 5s ease-out forwards;
          animation: animate-transform 0.6s 5s ease-out forwards;
}
.fv-hero__bat03 img {
  opacity: 1;
  -webkit-animation: animate-fly02 3s 0.3s ease-in-out infinite alternate;
          animation: animate-fly02 3s 0.3s ease-in-out infinite alternate;
}
.fv-hero__bat04 {
  top: 225px;
  right: 285px;
  width: 115px;
  opacity: 0;
  -webkit-transform: translate(-370px, 120px) scale(0.5) rotate(-30deg);
          transform: translate(-370px, 120px) scale(0.5) rotate(-30deg);
  -webkit-animation: animate-transform 0.5s 5.1s ease-out forwards;
          animation: animate-transform 0.5s 5.1s ease-out forwards;
}
.fv-hero__bat04 img {
  opacity: 1;
  -webkit-animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
          animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
}
.fv-hero__bat05 {
  top: 260px;
  left: 94px;
  width: 178px;
  opacity: 0;
  -webkit-transform: translate(400px, 80px) scale(0.5);
          transform: translate(400px, 80px) scale(0.5);
  -webkit-animation: animate-transform 0.4s 5.1s ease-out forwards;
          animation: animate-transform 0.4s 5.1s ease-out forwards;
}
.fv-hero__bat05 img {
  opacity: 1;
  -webkit-animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
          animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
}
.fv-hero__bat06 {
  top: 375px;
  left: 66px;
  width: 114px;
  opacity: 0;
  -webkit-transform: translate(450px, -120px) scale(0.5);
          transform: translate(450px, -120px) scale(0.5);
  -webkit-animation: animate-transform 0.4s 5.1s ease-out forwards;
          animation: animate-transform 0.4s 5.1s ease-out forwards;
}
.fv-hero__bat06 img {
  opacity: 1;
  -webkit-animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
          animation: animate-fly01 2s 0.3s ease-in-out infinite alternate;
}
.fv-hero__owl {
  top: 300px;
  right: 283px;
  width: 183px;
  opacity: 0;
  -webkit-transform: translate(-350px, 20px) scale(0.5);
          transform: translate(-350px, 20px) scale(0.5);
  -webkit-animation: animate-transform 0.4s 5.1s ease-out forwards;
          animation: animate-transform 0.4s 5.1s ease-out forwards;
}
.fv-hero__owl img {
  opacity: 1;
  -webkit-animation: animate-fly03 2s 0.3s ease-in-out infinite alternate;
          animation: animate-fly03 2s 0.3s ease-in-out infinite alternate;
}
.fv-hero__spider01 {
  top: 14px;
  left: 78px;
  width: 182px;
  opacity: 0;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  -webkit-animation: animate-transform 1s 5s ease-out forwards;
          animation: animate-transform 1s 5s ease-out forwards;
}
.fv-hero__spider01 img {
  opacity: 1;
}
.fv-hero__spider02 {
  top: 268px;
  right: 158px;
  width: 103px;
}
.fv-hero__spider02 img {
  -webkit-animation: animate-transform 1s 5s ease-out forwards;
          animation: animate-transform 1s 5s ease-out forwards;
}
.fv-hero__pumpkin01 {
  top: 451px;
  left: 606px;
  width: 165px;
  opacity: 0;
  -webkit-transform: rotate(-720deg);
          transform: rotate(-720deg);
  -webkit-animation: animate-transform 1s 4s ease-out forwards;
          animation: animate-transform 1s 4s ease-out forwards;
}
.fv-hero__pumpkin01 img {
  opacity: 1;
}
.fv-hero__pumpkin02 {
  top: 480px;
  left: 150px;
  width: 120px;
  opacity: 0;
  -webkit-transform: scale(0.3, 0);
          transform: scale(0.3, 0);
  -webkit-animation: animate-transform 0.5s 4.6s ease-out forwards;
          animation: animate-transform 0.5s 4.6s ease-out forwards;
}
.fv-hero__pumpkin02 img {
  opacity: 1;
}
.fv-hero__ghost01 {
  top: 22px;
  left: 567px;
  width: 294px;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-animation: animate-transform 2s 5s ease-out forwards;
          animation: animate-transform 2s 5s ease-out forwards;
}
.fv-hero__ghost01 img {
  opacity: 1;
  -webkit-animation: animate-ghost01 5s 0.3s ease-in-out infinite alternate;
          animation: animate-ghost01 5s 0.3s ease-in-out infinite alternate;
}
.fv-hero__ghost02 {
  top: 408px;
  left: 275px;
  width: 354px;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: animate-transform 1.7s 5.3s ease-out forwards;
          animation: animate-transform 1.7s 5.3s ease-out forwards;
}
.fv-hero__ghost02 img {
  opacity: 1;
  -webkit-animation: animate-ghost02 5s 0.3s ease-in-out infinite alternate;
          animation: animate-ghost02 5s 0.3s ease-in-out infinite alternate;
}
.fv-hero__ghost03 {
  top: 442px;
  right: 302px;
  width: 349px;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-animation: animate-transform 1.8s 5.5s ease-out forwards;
          animation: animate-transform 1.8s 5.5s ease-out forwards;
}
.fv-hero__ghost03 img {
  opacity: 1;
  -webkit-animation: animate-ghost01 5s ease-in-out infinite alternate;
          animation: animate-ghost01 5s ease-in-out infinite alternate;
}
.fv-hero__ghost04 {
  top: 654px;
  right: 585px;
  width: 72px;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: animate-transform 0.5s 6.5s ease-out forwards;
          animation: animate-transform 0.5s 6.5s ease-out forwards;
}
.fv-hero__ghost04 img {
  opacity: 1;
  -webkit-animation: animate-ghost02 3s ease-in-out infinite alternate;
          animation: animate-ghost02 3s ease-in-out infinite alternate;
}
.fv-hero__which {
  top: 184px;
  left: 246px;
  width: 284px;
  -webkit-transform: translate(-100vw, 100vh);
          transform: translate(-100vw, 100vh);
  -webkit-animation: animate-transform 1.2s 5.5s ease-out forwards;
          animation: animate-transform 1.2s 5.5s ease-out forwards;
}
.fv-hero__which img {
  opacity: 1;
}
.fv-hero__which01 {
  top: 40%;
  left: 50%;
  width: 100px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.fv-hero__which01 img {
  -webkit-animation: animate-which01 4s linear forwards;
          animation: animate-which01 4s linear forwards;
}
.fv-lineup {
  position: relative;
  z-index: 100;
}
.fv-lineup__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.fv-lineup__wrap {
  width: 650px;
  padding: 20px;
  margin: 15px auto;
  border-radius: 10px;
}
.fv-lineup__wrap--1st {
  background: #8864aa;
  border: 4px solid #8864aa;
}
.fv-lineup__wrap--2nd {
  background: #f88841;
  border: 4px solid #ffcc18;
}
.fv-lineup__heading {
  width: 256px;
  margin: 0 auto 25px;
}
.fv-lineup__note {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.29;
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.5em;
}
.fv-lineup-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.fv-lineup-nav__button {
  position: relative;
}
.fv-lineup-nav__button::after {
  content: "";
  position: absolute;
  display: block;
  width: 58px;
  height: 33px;
  background: url(../img/lineup_hover.svg) no-repeat center/contain;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  z-index: 2;
}
.fv-lineup-nav__button:hover::after {
  opacity: 1;
}
.fv-lineup-nav__button--item01 {
  width: 100px;
  margin-bottom: -10px;
}
.fv-lineup-nav__button--item01::after {
  top: -25px;
  right: -35px;
}
.fv-lineup-nav__button--item02 {
  width: 70px;
}
.fv-lineup-nav__button--item02::after {
  top: 0px;
  right: -15px;
}
.fv-lineup-nav__button--item03 {
  width: 73px;
}
.fv-lineup-nav__button--item03::after {
  top: -20px;
  right: -25px;
}
.fv-lineup-nav__button--item04 {
  width: 73px;
}
.fv-lineup-nav__button--item04::after {
  top: -20px;
  right: -25px;
}
.fv-lineup-nav__button--item05 {
  width: 71px;
}
.fv-lineup-nav__button--item05::after {
  top: -35px;
  right: -30px;
}
.fv-lineup-nav__button--item06 {
  width: 66px;
}
.fv-lineup-nav__button--item06::after {
  top: -35px;
  right: -30px;
}
.fv-lineup-nav__button--item07 {
  width: 120px;
}
.fv-lineup-nav__button--item07::after {
  top: -35px;
  right: -30px;
}
.fv-lineup-nav__button--item08 {
  width: 115px;
}
.fv-lineup-nav__button--item08::after {
  top: -20px;
  right: -25px;
}
.fv-lineup-nav__button--item09 {
  width: 71px;
}
.fv-lineup-nav__button--item09::after {
  top: -35px;
  right: -30px;
}
.fv-movie {
  position: relative;
  z-index: 100;
  line-height: 0;
  margin: 50px auto 0;
  padding: 50px 0;
  background: #2a2421;
  overflow: hidden;
  text-align: center;
}
.fv-movie iframe {
  margin: 0 auto;
  width: 288px;
  height: 512px;
  border-radius: 10px;
}

.item {
  padding: 30px 0 50px;
}
.item--1st {
  background: #8864aa;
}
.item--2nd {
  padding-bottom: 100px;
  background: #f88841;
}
.item__block {
  width: 96%;
  max-width: 1000px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 3% 3.5%;
  margin: 0 auto;
  border-radius: 10px;
}
.item__block:not(:last-of-type) {
  margin-bottom: 30px;
}
.item-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 15px;
}
.item-heading__text {
  text-align: center;
}
.item-heading .--deco {
  position: absolute;
  height: 20px;
}
.item-heading .--tree {
  position: relative;
  height: 63px;
  z-index: 1;
}
.item-heading .--rock {
  position: relative;
  height: 44px;
  z-index: 1;
}
.item-heading .--pond {
  height: 44px;
}
.item-heading .--figure {
  height: 68px;
}
.item-visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
}
.item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.item-info__title {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 5px;
}
.item-info__price {
  margin-bottom: 10px;
}
.item-info__lead {
  line-height: 1.62;
  margin-bottom: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #000000;
}
.item-info__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.item-info__icon span {
  color: #fff;
  background: #000000;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 10px;
}
.item-info__contents {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.item-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.item-info__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
}
.item-info__link a.is-soon {
  position: relative;
  pointer-events: none;
}
.item-info__link a.is-soon::after {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  z-index: 1;
}
.item-info__link a.is-soon::before {
  content: "販売予定";
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -1.6em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
  z-index: 2;
}
.item-info__rakuten {
  border-radius: 10px;
  background: #be0000;
  margin-right: 10px;
  width: 100px;
}
.item-info__official {
  border-radius: 10px;
  background: #e5006e;
  margin-right: 10px;
  width: 180px;
}
.item-info__official:before {
  content: "";
  background: url(../img/Icon_cart.png) no-repeat center/contain;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.item-info__catalog {
  width: 140px;
  background: #ec6c00;
  margin-left: auto;
}

.totop {
  position: fixed;
  bottom: -300px;
  right: 5px;
  z-index: 200;
}
.totop__img {
  position: relative;
  width: 100px;
  z-index: 2;
}
.totop__deco {
  position: relative;
  top: -125px;
  left: -55px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.totop:hover .totop__deco {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 834px) {
  .fv-hero__wrap {
    width: calc(750 / 750 * 100vw);
    height: calc(895 / 750 * 100vw);
  }
  .fv-hero__hole {
    top: calc(-830 / 750 * 100vw);
    width: calc(2010 / 750 * 100vw);
  }
  .fv-hero__back01, .fv-hero__back02 {
    top: calc(30 / 750 * 100vw);
    left: 50.5%;
    width: calc(712 / 750 * 100vw);
  }
  .fv-hero__bord {
    top: calc(280 / 750 * 100vw);
    left: 50%;
    width: calc(425 / 750 * 100vw);
  }
  .fv-hero__moon {
    top: calc(167 / 750 * 100vw);
    left: calc(658 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
  }
  .fv-hero__bat01 {
    top: calc(26 / 750 * 100vw);
    left: calc(578 / 750 * 100vw);
    width: calc(105 / 750 * 100vw);
    -webkit-transform: translate(calc(-250 / 750 * 100vw), calc(280 / 750 * 100vw)) scale(0.5);
            transform: translate(calc(-250 / 750 * 100vw), calc(280 / 750 * 100vw)) scale(0.5);
  }
  .fv-hero__bat02 {
    top: calc(28 / 750 * 100vw);
    left: calc(73 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
    -webkit-transform: translate(calc(250 / 750 * 100vw), calc(280 / 750 * 100vw)) scale(0.5);
            transform: translate(calc(250 / 750 * 100vw), calc(280 / 750 * 100vw)) scale(0.5);
  }
  .fv-hero__bat03 {
    top: calc(272 / 750 * 100vw);
    right: calc(62 / 750 * 100vw);
    width: calc(138 / 750 * 100vw);
    -webkit-transform: translate(calc(-200 / 750 * 100vw), calc(80 / 750 * 100vw)) scale(0.5) rotate(30deg);
            transform: translate(calc(-200 / 750 * 100vw), calc(80 / 750 * 100vw)) scale(0.5) rotate(30deg);
  }
  .fv-hero__bat04 {
    top: calc(378 / 750 * 100vw);
    right: calc(67 / 750 * 100vw);
    width: calc(88 / 750 * 100vw);
    -webkit-transform: translate(calc(-270 / 750 * 100vw), calc(20 / 750 * 100vw)) scale(0.5) rotate(-30deg);
            transform: translate(calc(-270 / 750 * 100vw), calc(20 / 750 * 100vw)) scale(0.5) rotate(-30deg);
  }
  .fv-hero__bat05 {
    display: none !important;
  }
  .fv-hero__bat06 {
    top: calc(600 / 750 * 100vw);
    left: calc(12 / 750 * 100vw);
    width: calc(89 / 750 * 100vw);
    -webkit-transform: translate(calc(350 / 750 * 100vw), calc(-250 / 750 * 100vw)) scale(0.5);
            transform: translate(calc(350 / 750 * 100vw), calc(-250 / 750 * 100vw)) scale(0.5);
  }
  .fv-hero__owl {
    top: calc(442 / 750 * 100vw);
    right: calc(70 / 750 * 100vw);
    width: calc(142 / 750 * 100vw);
    -webkit-transform: translate(calc(-250 / 750 * 100vw), calc(-120 / 750 * 100vw)) scale(0.5);
            transform: translate(calc(-250 / 750 * 100vw), calc(-120 / 750 * 100vw)) scale(0.5);
  }
  .fv-hero__spider01 {
    top: calc(144 / 750 * 100vw);
    left: calc(88 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
  }
  .fv-hero__spider02 {
    top: calc(490 / 750 * 100vw);
    right: calc(204 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
  }
  .fv-hero__pumpkin01 {
    top: calc(461 / 750 * 100vw);
    left: calc(312 / 750 * 100vw);
    width: calc(132 / 750 * 100vw);
  }
  .fv-hero__pumpkin02 {
    top: calc(650 / 750 * 100vw);
    left: calc(226 / 750 * 100vw);
    width: calc(92 / 750 * 100vw);
  }
  .fv-hero__ghost01 {
    top: calc(22 / 750 * 100vw);
    left: calc(213 / 750 * 100vw);
    width: calc(394 / 750 * 100vw);
  }
  .fv-hero__ghost02 {
    top: calc(462 / 750 * 100vw);
    left: calc(80 / 750 * 100vw);
    width: calc(270 / 750 * 100vw);
  }
  .fv-hero__ghost03 {
    top: calc(562 / 750 * 100vw);
    right: calc(142 / 750 * 100vw);
    width: calc(235 / 750 * 100vw);
  }
  .fv-hero__ghost04 {
    top: calc(702 / 750 * 100vw);
    right: calc(345 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
  }
  .fv-hero__which {
    top: calc(324 / 750 * 100vw);
    left: calc(28 / 750 * 100vw);
    width: calc(220 / 750 * 100vw);
  }
  .fv-hero__which01 {
    top: 40%;
    left: 50%;
    width: calc(80 / 750 * 100vw);
  }
  .fv-lineup {
    margin-top: calc(50 / 750 * 100vw);
  }
  .fv-lineup__title {
    width: calc(414 / 750 * 100vw);
  }
  .fv-lineup__wrap {
    width: calc(650 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    margin: calc(15 / 750 * 100vw) auto;
    border-radius: calc(10 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw) !important;
  }
  .fv-lineup__heading {
    width: calc(510 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
  .fv-lineup__note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.27;
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1.5em;
    margin-inline: auto;
  }
  .fv-lineup-nav {
    gap: calc(10 / 750 * 100vw);
  }
  .fv-lineup-nav__button::after {
    width: calc(100 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    opacity: 0;
    -webkit-animation: animate-ghost 20s infinite;
            animation: animate-ghost 20s infinite;
  }
  .fv-lineup-nav__button--item01 {
    width: calc(100 / 750 * 100vw);
    margin-bottom: calc(-13 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item01::after {
    top: calc(-45 / 750 * 100vw);
    right: calc(-35 / 750 * 100vw);
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .fv-lineup-nav__button--item02 {
    width: calc(78 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item02::after {
    top: 0;
    right: calc(-15 / 750 * 100vw);
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  .fv-lineup-nav__button--item03 {
    width: calc(76 / 750 * 100vw);
    margin-bottom: calc(-3 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item03::after {
    top: calc(-20 / 750 * 100vw);
    right: calc(-25 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item04 {
    width: calc(73 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item04::after {
    top: calc(-20 / 750 * 100vw);
    right: calc(-25 / 750 * 100vw);
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .fv-lineup-nav__button--item05 {
    width: calc(71 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item05::after {
    top: calc(-35 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    -webkit-animation-delay: 18s;
            animation-delay: 18s;
  }
  .fv-lineup-nav__button--item06 {
    width: calc(66 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item06::after {
    top: calc(-35 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    -webkit-animation-delay: 14s;
            animation-delay: 14s;
  }
  .fv-lineup-nav__button--item07 {
    width: calc(120 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item07::after {
    top: calc(-35 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  .fv-lineup-nav__button--item08 {
    width: calc(115 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item08::after {
    top: calc(20 / 750 * 100vw);
    right: calc(-25 / 750 * 100vw);
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  .fv-lineup-nav__button--item09 {
    width: calc(71 / 750 * 100vw);
  }
  .fv-lineup-nav__button--item09::after {
    top: calc(-35 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
  }
  .fv-movie {
    margin: calc(50 / 750 * 100vw) auto 0;
    padding: calc(50 / 750 * 100vw) 0;
    overflow: hidden;
    text-align: center;
  }
  .fv-movie iframe {
    margin: 0 auto;
    width: calc(650 / 750 * 100vw);
    height: calc(1156 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
  .item {
    padding: calc(60 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
  .item--1st .item-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .item--1st .item-heading__left {
    display: none;
  }
  .item--2nd {
    padding-bottom: calc(200 / 750 * 100vw);
  }
  .item--2nd .item-heading {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item--2nd .item-heading__left {
    text-align: left;
    left: calc(-90 / 750 * 100vw);
  }
  .item--2nd .item-heading__right {
    position: absolute;
    top: calc(-25 / 750 * 100vw);
    left: 50%;
  }
  .item-heading {
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .item-heading__left {
    width: calc(250 / 750 * 100vw);
    text-align: center;
  }
  .item-heading__left .--deco {
    left: calc(-50 / 750 * 100vw);
    -webkit-transform: translate(calc(120 / 750 * 100vw), calc(-35 / 750 * 100vw)) rotate(45deg);
            transform: translate(calc(120 / 750 * 100vw), calc(-35 / 750 * 100vw)) rotate(45deg);
  }
  .item-heading__text {
    width: calc(510 / 750 * 100vw);
  }
  .item-heading__right {
    gap: calc(15 / 750 * 100vw);
    width: calc(250 / 750 * 100vw);
  }
  .item-heading__right .--deco {
    right: calc(-45 / 750 * 100vw);
    -webkit-transform: translate(calc(-80 / 750 * 100vw), 0) rotate(360deg);
            transform: translate(calc(-80 / 750 * 100vw), 0) rotate(360deg);
  }
  .item-heading .--deco {
    height: calc(20 / 750 * 100vw);
  }
  .item-heading .--tree {
    height: calc(120 / 750 * 100vw);
  }
  .item-heading .--rock {
    height: calc(74 / 750 * 100vw);
  }
  .item-heading .--pond {
    height: calc(77 / 750 * 100vw);
  }
  .item-heading .--figure {
    height: calc(117 / 750 * 100vw);
  }
  .item__block {
    width: 86%;
    display: block;
    padding: 7% 4.5%;
    margin: 0 auto;
  }
  .item__block:not(:last-of-type) {
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .item-visual {
    width: 96%;
    margin: 0 auto;
  }
  .item-info {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .item-info__title {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
    margin-bottom: 0;
  }
  .item-info__price {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .item-info__lead {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-bottom: calc(20 / 750 * 100vw);
    padding-bottom: calc(22 / 750 * 100vw);
  }
  .item-info__icon {
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .item-info__icon span {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    padding: 0.3em 0.6em;
  }
  .item-info__contents {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
    margin-top: calc(10 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .item-info__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-info__link a {
    height: calc(60 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .item-info__link a.is-soon::before {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .item-info__rakuten {
    border-radius: calc(10 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
  }
  .item-info__official {
    border-radius: calc(10 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
    width: calc(240 / 750 * 100vw);
  }
  .item-info__official:before {
    width: calc(25 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
    margin-right: calc(5 / 750 * 100vw);
  }
  .item-info__catalog {
    width: calc(190 / 750 * 100vw);
  }
  .totop {
    bottom: calc(-200 / 750 * 100vw);
    right: calc(5 / 750 * 100vw);
  }
  .totop__img {
    width: calc(130 / 750 * 100vw);
    z-index: 2;
  }
  .totop__deco {
    top: calc(-155 / 750 * 100vw);
    left: calc(-65 / 750 * 100vw);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.u-inview,
.u-inview-next {
  -webkit-animation: none !important;
          animation: none !important;
}

.u-anima-base {
  -webkit-animation-name: animate-transform;
          animation-name: animate-transform;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*===================================
オリジナル
===================================*/
.u-anima-dot-x {
  -webkit-animation-name: animate-dotX;
          animation-name: animate-dotX;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.u-anima-dot-y {
  -webkit-animation-name: animate-dotY;
          animation-name: animate-dotY;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.u-anima-smooth-y {
  -webkit-animation-name: animate-dotY;
          animation-name: animate-dotY;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes animate-dotX {
  from {
    -webkit-transform: translate3d(0.5%, 0, 0);
            transform: translate3d(0.5%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes animate-dotX {
  from {
    -webkit-transform: translate3d(0.5%, 0, 0);
            transform: translate3d(0.5%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animate-dotY {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@keyframes animate-dotY {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@-webkit-keyframes animate-bom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  40% {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes animate-bom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  40% {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes animate-mob {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  33% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  66% {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animate-mob {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  33% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  66% {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes animate-object {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-object {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate-role {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  65% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  85% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes animate-role {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  65% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  85% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes animate-bgcolor {
  from {
    background-color: #fcc91a;
  }
  to {
    background-color: #8864aa;
  }
}
@keyframes animate-bgcolor {
  from {
    background-color: #fcc91a;
  }
  to {
    background-color: #8864aa;
  }
}
@-webkit-keyframes animate-fly01 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(4deg);
            transform: translate3d(0, 0, 0) rotate(4deg);
  }
}
@keyframes animate-fly01 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(4deg);
            transform: translate3d(0, 0, 0) rotate(4deg);
  }
}
@-webkit-keyframes animate-fly02 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@keyframes animate-fly02 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@-webkit-keyframes animate-fly03 {
  from {
    -webkit-transform: translate3d(10px, 20px, 0);
            transform: translate3d(10px, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@keyframes animate-fly03 {
  from {
    -webkit-transform: translate3d(10px, 20px, 0);
            transform: translate3d(10px, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@-webkit-keyframes animate-candy-right {
  from {
    -webkit-transform: translate(-80px, 0) rotate(360deg);
            transform: translate(-80px, 0) rotate(360deg);
  }
  25% {
    -webkit-transform: translate(-60px, -5px) rotate(276.25deg);
            transform: translate(-60px, -5px) rotate(276.25deg);
  }
  50% {
    -webkit-transform: translate(-40px, -10px) rotate(192.5deg);
            transform: translate(-40px, -10px) rotate(192.5deg);
  }
  75% {
    -webkit-transform: translate(-20px, -5px) rotate(108.75deg);
            transform: translate(-20px, -5px) rotate(108.75deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(25deg);
            transform: translate(0, 0) rotate(25deg);
  }
}
@keyframes animate-candy-right {
  from {
    -webkit-transform: translate(-80px, 0) rotate(360deg);
            transform: translate(-80px, 0) rotate(360deg);
  }
  25% {
    -webkit-transform: translate(-60px, -5px) rotate(276.25deg);
            transform: translate(-60px, -5px) rotate(276.25deg);
  }
  50% {
    -webkit-transform: translate(-40px, -10px) rotate(192.5deg);
            transform: translate(-40px, -10px) rotate(192.5deg);
  }
  75% {
    -webkit-transform: translate(-20px, -5px) rotate(108.75deg);
            transform: translate(-20px, -5px) rotate(108.75deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(25deg);
            transform: translate(0, 0) rotate(25deg);
  }
}
@-webkit-keyframes animate-candy-left {
  from {
    -webkit-transform: translate(120px, -35px) rotate(45deg);
            transform: translate(120px, -35px) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(90px, -45px) rotate(30deg);
            transform: translate(90px, -45px) rotate(30deg);
  }
  50% {
    -webkit-transform: translate(60px, -40px) rotate(5deg);
            transform: translate(60px, -40px) rotate(5deg);
  }
  75% {
    -webkit-transform: translate(30px, -30px) rotate(-10deg);
            transform: translate(30px, -30px) rotate(-10deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(-25deg);
            transform: translate(0, 0) rotate(-25deg);
  }
}
@keyframes animate-candy-left {
  from {
    -webkit-transform: translate(120px, -35px) rotate(45deg);
            transform: translate(120px, -35px) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(90px, -45px) rotate(30deg);
            transform: translate(90px, -45px) rotate(30deg);
  }
  50% {
    -webkit-transform: translate(60px, -40px) rotate(5deg);
            transform: translate(60px, -40px) rotate(5deg);
  }
  75% {
    -webkit-transform: translate(30px, -30px) rotate(-10deg);
            transform: translate(30px, -30px) rotate(-10deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(-25deg);
            transform: translate(0, 0) rotate(-25deg);
  }
}
@-webkit-keyframes animate-ghost01 {
  from {
    opacity: 0.7;
    -webkit-transform: translate3d(10px, 20px, 0);
            transform: translate3d(10px, 20px, 0);
  }
  35% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@keyframes animate-ghost01 {
  from {
    opacity: 0.7;
    -webkit-transform: translate3d(10px, 20px, 0);
            transform: translate3d(10px, 20px, 0);
  }
  35% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0) rotate(-4deg);
            transform: translate3d(0, 0, 0) rotate(-4deg);
  }
}
@-webkit-keyframes animate-ghost02 {
  from {
    opacity: 0.7;
  }
  35% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes animate-ghost02 {
  from {
    opacity: 0.7;
  }
  35% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes animate-which01 {
  10% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(100vw, -100vh);
            transform: translate(100vw, -100vh);
  }
}
@keyframes animate-which01 {
  10% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(100vw, -100vh);
            transform: translate(100vw, -100vh);
  }
}
@-webkit-keyframes arc-in {
  0% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    offset-distance: 0%;
  }
}
@keyframes arc-in {
  0% {
    offset-distance: 100%;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    offset-distance: 0%;
  }
}
/*===================================
マスク
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 2s ease-out forwards;
          animation: animate-maskUp 2s ease-out forwards;
}
.u-mask-wave {
  -webkit-mask-image: linear-gradient(170deg, transparent 0%, transparent 33%, black 50%);
          mask-image: linear-gradient(170deg, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 5s ease-out forwards;
          animation: animate-maskUp 5s ease-out forwards;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 2s ease-out forwards;
          animation: animate-maskDown 2s ease-out forwards;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 2s ease-out forwards;
            animation: animate-maskDown 2s ease-out forwards;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 2s ease-out forwards;
          animation: animate-maskLeft 2s ease-out forwards;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 2s ease-out forwards;
          animation: animate-maskRight 2s ease-out forwards;
}

@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}

@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
.image-cover.-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, black 17.5%, black 47.5%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 15%, black 17.5%, black 47.5%, black 50%);
  -webkit-mask-size: 800% 100%;
          mask-size: 800% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 12s ease-out forwards;
          animation: animate-maskLeft 12s ease-out forwards;
}
.image-cover.-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 15%, black 17.5%, black 47.5%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), color-stop(17.5%, black), color-stop(47.5%, black), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 15%, black 17.5%, black 47.5%, black 50%);
  -webkit-mask-size: 800% 100%;
          mask-size: 800% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 12s ease-out forwards;
          animation: animate-maskRight 12s ease-out forwards;
}

@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}

@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
transform
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}

.u-image-zoom {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 1.5s animate-transform forwards;
          animation: 1.5s animate-transform forwards;
}

@-webkit-keyframes animate-transform {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes animate-transform {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes animate-transform-center {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes animate-transform-center {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*===================================
回転
===================================*/
.u-rotate-x {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(-90deg) scale(1, 0);
          transform: rotateX(-90deg) scale(1, 0);
  -webkit-animation: animate-rotateX 1.5s forwards;
          animation: animate-rotateX 1.5s forwards;
  overflow: hidden;
}

@-webkit-keyframes animate-rotateX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(20deg);
            transform: perspective(400px) rotateX(20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(5deg);
            transform: perspective(400px) rotateX(5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes animate-rotateX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(20deg);
            transform: perspective(400px) rotateX(20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(5deg);
            transform: perspective(400px) rotateX(5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.u-grow-up-x {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
  -webkit-animation: animate-growUp 1.5s forwards;
          animation: animate-growUp 1.5s forwards;
}

@-webkit-keyframes animate-growUp {
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-growUp {
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*==================================================
スーッ
===================================*/
.u-slide-down {
  -webkit-animation: animate-slideIn 0.6s linear forwards;
          animation: animate-slideIn 0.6s linear forwards;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*==================================================
filter
===================================*/
.u-filter-blur-in {
  -webkit-animation: animate-blurIn 1s forwards;
          animation: animate-blurIn 1s forwards;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

@-webkit-keyframes animate-blurIn {
  to {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}

@keyframes animate-blurIn {
  to {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: right;
}

@media only screen and (max-width: 834px) {
  .u-mt10 {
    margin-top: 10px;
  }
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt30 {
    margin-top: 13px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt50 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt70 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 35px;
  }
  .u-mt90 {
    margin-top: 45px;
  }
  .u-mt100 {
    margin-top: 60px;
  }
}