@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

/*!
  Styles
  */
body {
  background: #a9db9c;
}

body.is-modal-open {
  overflow: hidden;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

/*
 * Container style
 */
.ps {
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  overflow: hidden !important;
  touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
}

.ps__rail-y {
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .ps__rail-y {
    width: 4%;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.is-scrollable.ps:hover > .ps__rail-x,
.is-scrollable.ps:hover > .ps__rail-y,
.is-scrollable .ps--focus > .ps__rail-x,
.is-scrollable .ps--focus > .ps__rail-y,
.is-scrollable .ps--scrolling-x > .ps__rail-x,
.is-scrollable .ps--scrolling-y > .ps__rail-y {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  border-radius: 6px;
  background-color: #6a3f2e;
  height: 6px;
}

.ps__thumb-y {
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  border-radius: 6px;
  background-color: #6a3f2e;
  width: 5px;
}

@media screen and (max-width: 768px) {
  .ps__thumb-y {
    width: 40%;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -webkit-box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  position: relative;
  flex-shrink: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  width: 27px;
  height: 44px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  transition: 300ms opacity;
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
  width: 8px;
  height: 8px;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
  width: 100%;
  height: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50%;
  z-index: 10;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
}

.swiper-lazy-preloader:after {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  position: absolute;
  bottom: 0px;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
  z-index: 0;
  filter: blur(50px);
  background: #000;
  width: 100%;
  height: 100%;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

template {
  display: none;
}

[data-modal] {
  cursor: pointer;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.m-modal.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.m-modal__wrap {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 75px 0;
  width: 100%;
  height: 100%;
}

@media (-ms-high-contrast: none) {
  .m-modal__wrap {
    table-layout: fixed;
  }
}

.m-modal__inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 18px;
  letter-spacing: normal;
}

.m-modal__content {
  margin: 0 auto;
  width: 89%;
  max-width: 1000px;
}

.m-modal_item {
  position: relative;
  margin: 0 auto;
  border-radius: 12px;
  background: #56b83f;
  padding: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m-modal_item {
    border-radius: 6px;
    padding: 2.5%;
  }
}

[data-modal-type="youtube"] .m-modal_item__inner {
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  [data-modal-type="youtube"] .m-modal_item__inner {
    border-radius: 6px;
  }
}

[data-modal-type="slide"] .m-modal__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[data-modal-type="slide"].is-change .m-modal__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.m-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(45%, -45%);
      -ms-transform: translate(45%, -45%);
          transform: translate(45%, -45%);
  cursor: pointer;
  width: 90px;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .m-modal__close {
    width: 65px;
  }
}

@media screen and (max-width: 768px) {
  .m-modal__close {
    width: 11%;
  }
}

.m-modal__close_inner {
  position: relative;
  background: url(../img/common/close.png) center center no-repeat;
  background-size: contain;
  padding-top: 100%;
  width: 100%;
}

.m-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(169, 219, 156, 0.9);
  width: 100%;
  height: 100% !important;
}

.m-modal__arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  max-width: 90px;
}

.m-modal__arrow img {
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .m-modal__arrow {
    width: 65px;
  }
}

@media screen and (max-width: 768px) {
  .m-modal__arrow {
    width: 11%;
  }
}

.m-modal__arrow::before {
  position: absolute;
  top: 5%;
  left: 0;
  border-radius: 50%;
  background: rgba(59, 38, 0, 0.25);
  width: 100%;
  height: 100%;
  content: "";
}

.m-modal__arrow.is-prev {
  left: 0;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

@media screen and (min-width: 769px) {
  .m-modal__arrow.is-prev {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .m-modal__arrow.is-prev:hover {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.m-modal__arrow.is-next {
  right: 0;
  -webkit-transform: translate(40%, -50%);
      -ms-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
}

@media screen and (min-width: 769px) {
  .m-modal__arrow.is-next {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .m-modal__arrow.is-next:hover {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.l-wrapper {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-animation: bgAnm linear 200s infinite;
          animation: bgAnm linear 200s infinite;
  background: url(../img/top/bg_pattern_grass.png) 0 0 repeat;
  background-size: 1400px 258px;
  overflow: hidden;
  color: #6a3f2e;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-wrapper.is-load {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    -webkit-animation: bgAnm_sp linear 100s infinite;
            animation: bgAnm_sp linear 100s infinite;
    background-size: 700px 129px;
  }
}

.l-main {
  position: relative;
}

.l-main-in {
  position: relative;
  padding-top: 165px;
  padding-bottom: 132px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .l-main-in {
    min-height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .l-main-in {
    padding-top: 5.25%;
    padding-bottom: 30%;
  }
}

.l-main-in_deco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 90%;
  max-width: 1240px;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-main-in_deco {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

.l-main-in_deco .c-deco {
  font-size: 0;
  letter-spacing: -0.4em;
}

.l-main-in_deco .c-deco__img {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.l-main-in_deco__exception {
  top: 165px;
  left: 0;
}

.l-main-in_deco__exception.c-deco {
  position: absolute;
}

.l-main-in_deco__inner {
  position: relative;
  padding-top: 155px;
  width: 100%;
  height: 100%;
}

.l-main-in_deco__list {
  position: relative;
  width: 100%;
}

.l-main-in_deco__item.is-deco1 {
  -webkit-transform: translate(140px, 0);
      -ms-transform: translate(140px, 0);
          transform: translate(140px, 0);
  text-align: right;
}

.l-main-in_deco__item.is-deco2 {
  -webkit-transform: translate(-150px, 0);
      -ms-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
  margin-top: -30px;
}

.l-main-in_deco__item.is-deco3 {
  -webkit-transform: translate(140px, 0);
      -ms-transform: translate(140px, 0);
          transform: translate(140px, 0);
  padding-top: 12px;
  text-align: right;
}

.l-main-in_deco__item.is-deco4 {
  -webkit-transform: translate(-160px, 0);
      -ms-transform: translate(-160px, 0);
          transform: translate(-160px, 0);
  visibility: hidden;
  padding-top: 59px;
  padding-bottom: 70px;
}

.is-longer .l-main-in_deco__item.is-deco4 {
  visibility: visible;
}

[data-bg-fix="1"] .l-main-in_deco__group:last-child .is-deco4,
[data-bg-fix="1"] .l-main-in_deco__group:last-child .is-deco3,
[data-bg-fix="1"] .l-main-in_deco__group:last-child .is-deco2,
[data-bg-fix="1"] .l-main-in_deco__group:last-child .is-deco1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-bg-fix="2"] .l-main-in_deco__group:last-child .is-deco4,
[data-bg-fix="2"] .l-main-in_deco__group:last-child .is-deco3,
[data-bg-fix="2"] .l-main-in_deco__group:last-child .is-deco2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-bg-fix="3"] .l-main-in_deco__group:last-child .is-deco4,
[data-bg-fix="3"] .l-main-in_deco__group:last-child .is-deco3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-bg-fix="4"] .l-main-in_deco__group:last-child .is-deco4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-main-in_title {
  position: relative;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .l-main-in_title {
    margin-bottom: 30px;
  }
  .l-main-in_title::before {
    position: absolute;
    top: -40%;
    left: 0;
    -webkit-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background: url(../img/common/title_bg_sp.png) top center no-repeat;
    background-size: contain;
    padding-top: 24.8%;
    width: 100%;
    content: "";
  }
  .is-active .l-main-in_title::before {
    -webkit-animation: motionPop 0.8s linear forwards;
            animation: motionPop 0.8s linear forwards;
  }
}

.l-main-in_title h2 {
  position: relative;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 40%;
  max-width: 554px;
}

.is-active .l-main-in_title h2 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (max-width: 768px) {
  .l-main-in_title h2 {
    width: 73%;
  }
}

.l-main-in_content {
  position: relative;
}

.l-main-in_content__wrap {
  position: relative;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 2;
}

.is-active .l-main-in_content__wrap {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s;
}

.l-main-in_content__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
}

@media screen and (max-width: 768px) {
  .l-main-in_content__inner {
    width: 100%;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation: bgAnm linear 200s infinite;
          animation: bgAnm linear 200s infinite;
  background: url(../img/top/bg_pattern_grass.png) top center repeat;
  background-color: #a9db9c;
  background-size: 1400px 258px;
  width: 100%;
  height: 100%;
}

.l-loading.is-ended {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}

@media screen and (max-width: 768px) {
  .l-loading {
    -webkit-animation: bgAnm_sp linear 100s infinite;
            animation: bgAnm_sp linear 100s infinite;
    background-size: 700px 129px;
  }
}

.l-loading__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}

.l-loading__item li {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-animation: rotateAnm 1.5s steps(2) infinite;
          animation: rotateAnm 1.5s steps(2) infinite;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li {
    margin: 0 1.5%;
    width: 12%;
  }
}

.l-loading__item li[data-img="animal01"] {
  max-width: 54px;
}

.l-loading__item li[data-img="animal02"] {
  max-width: 33px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li[data-img="animal02"] {
    width: 7.2%;
  }
}

.l-loading__item li[data-img="animal03"] {
  max-width: 50px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li[data-img="animal03"] {
    width: 11.5%;
  }
}

.l-loading__item li[data-img="animal04"] {
  max-width: 47px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li[data-img="animal04"] {
    width: 10.44%;
  }
}

.l-loading__item li[data-img="animal05"] {
  max-width: 35px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li[data-img="animal05"] {
    width: 7.8%;
  }
}

.l-loading__item li[data-img="animal06"] {
  max-width: 35px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li[data-img="animal06"] {
    width: 7.8%;
  }
}

.l-loading__item li[data-img="animal07"] {
  max-width: 53px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li[data-img="animal07"] {
    width: 11.8%;
  }
}

.l-loading__item li[data-img="animal08"] {
  max-width: 49px;
}

@media screen and (max-width: 768px) {
  .l-loading__item li[data-img="animal08"] {
    width: 11.4%;
  }
}

@media screen and (min-width: 769px) {
  .u-hover__opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .u-hover__opacity:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

@media screen and (min-width: 769px) {
  .u-hover__up {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .u-hover__up:hover {
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media screen and (min-width: 769px) {
  .u-hover__right {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .u-hover__right:hover {
    -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
            transform: translate(10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media screen and (min-width: 769px) {
  .u-hover__scale {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .u-hover__scale:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 20px 2.25%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-header {
    position: relative;
    top: auto;
    left: auto;
    padding: 3% 0;
  }
}

.c-header__switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.8%;
  max-width: 98px;
}

@media screen and (max-width: 768px) {
  .c-header__switch {
    right: auto;
    left: 0;
    width: 16%;
  }
}

.c-header__logo {
  width: 12.5%;
  max-width: 164px;
}

@media screen and (max-width: 768px) {
  .c-header__logo {
    margin: 0 auto;
    width: 37%;
  }
}

.c-header__logo a {
  display: block;
  width: 100%;
}

.c-n-main {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 5;
  -webkit-animation: bgAnm linear 200s infinite;
          animation: bgAnm linear 200s infinite;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: url(../img/top/bg_pattern_grass.png) 0 0 repeat;
  background-color: #7fc36e;
  background-size: 1400px 258px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-n-main {
    -webkit-animation: bgAnm_sp linear 100s infinite;
            animation: bgAnm_sp linear 100s infinite;
    background-size: 700px 129px;
  }
}

.c-n-main.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.c-n-main_bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 1400px;
  height: 100%;
}

.c-n-main_deco {
  position: absolute;
}

.c-n-main_deco.is-deco1 {
  top: 6.5%;
  left: 18.5%;
  width: 14.5%;
  max-width: 201px;
}

@media screen and (max-width: 768px) {
  .c-n-main_deco.is-deco1 {
    top: 7%;
    left: 0;
    -webkit-transform: translate(-5%, 0);
        -ms-transform: translate(-5%, 0);
            transform: translate(-5%, 0);
    width: 21%;
    max-width: 157px;
  }
}

.c-n-main_deco.is-deco1 .c-n-main_deco__img:nth-child(2) {
  top: 16%;
  left: -60%;
  -webkit-animation: motionButterfly 5s linear infinite 0.3s;
          animation: motionButterfly 5s linear infinite 0.3s;
  width: 29%;
  max-width: 48px;
}

@media screen and (max-width: 768px) {
  .c-n-main_deco.is-deco1 .c-n-main_deco__img:nth-child(2) {
    top: -7%;
    right: -19%;
    left: auto;
  }
}

.c-n-main_deco.is-deco2 {
  top: 35%;
  right: -3%;
  width: 17%;
  max-width: 237px;
}

@media screen and (max-width: 768px) {
  .c-n-main_deco.is-deco2 {
    top: 30%;
    right: 0;
    width: 19%;
    max-width: 146px;
  }
}

.c-n-main_deco.is-deco2 .c-n-main_deco__img.is-chicken {
  bottom: -18%;
  left: -44%;
  width: 89%;
  max-width: 124px;
}

@media screen and (max-width: 768px) {
  .c-n-main_deco.is-deco2 .c-n-main_deco__img.is-chicken {
    bottom: -34%;
    left: -14%;
  }
}

.c-n-main_deco.is-deco2 .c-n-main_deco__img.is-chicken .is-cock {
  -webkit-animation: motionJump 7s ease infinite;
          animation: motionJump 7s ease infinite;
}

.c-n-main_deco.is-deco2 .c-n-main_deco__img.is-chicken .is-chick {
  -webkit-animation: motionJump 6s ease infinite 1s;
          animation: motionJump 6s ease infinite 1s;
}

.c-n-main_deco.is-deco3 {
  top: 52%;
  left: -0.5%;
  width: 17%;
  max-width: 234px;
}

@media screen and (max-width: 768px) {
  .c-n-main_deco.is-deco3 {
    top: 66%;
    left: 0;
    -webkit-transform: translate(-1.5%, 0);
        -ms-transform: translate(-1.5%, 0);
            transform: translate(-1.5%, 0);
    width: 25%;
    max-width: 189px;
  }
}

.c-n-main_deco__img:nth-child(n + 2) {
  position: absolute;
}

.c-n-main_deco__innerimg:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
}

.c-n-main__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.c-n-main__inner {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-n-main_content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 45px 0;
  overflow: hidden;
  letter-spacing: normal;
}

@media screen and (min-width: 769px) {
  .c-n-main_content {
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
}

.c-n-main_content__inner {
  position: relative;
  width: 100%;
}

.c-n-main__list {
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-n-main__list {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.c-n-main_new {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  width: 30px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-n-main_new {
    top: -10px;
    left: -10px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 300px) {
  .c-n-main_new {
    top: -8px;
    left: -8px;
    width: 16px;
  }
}

.c-n-main_new__inner {
  position: relative;
  padding-top: 67%;
  width: 100%;
  overflow: hidden;
}

.c-n-main_new__inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: paraparaAnm;
          animation-name: paraparaAnm;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 100%;
}

.c-n-main_item {
  position: relative;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .c-n-main_item .is-active {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-n-main_item:hover .is-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-n-main_item:nth-child(n + 2) {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .c-n-main_item:nth-child(n + 2) {
    margin-top: 21px;
  }
}

.c-n-main_item__inner {
  display: inline-block;
  position: relative;
  vertical-align: top;
  letter-spacing: normal;
}

.c-n-main_item p {
  height: 43px;
}

@media screen and (max-width: 768px) {
  .c-n-main_item p {
    height: 31px;
  }
}

.c-n-main_item p img {
  width: auto;
  height: 100%;
}

.c-n-main_item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-n-main_item .is-passiv {
  position: relative;
}

.c-n-main_item .is-active {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-n-main_item .is-active {
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .c-n-main_item .is-active img {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.c-n-main__follow {
  position: relative;
  margin: 30px auto 22px;
  border-radius: 30px;
  width: 60%;
  max-width: 300px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-n-main__follow {
    margin: 22px auto 15px;
  }
}

.c-n-main__follow a {
  display: block;
  background: #6a3f2e;
  padding: 16px 9% 16px 19%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-n-main__follow a {
    padding: 13px 10% 13px 18%;
  }
}

.c-n-main__follow a::before {
  position: absolute;
  top: 0;
  left: 7%;
  background: url(../img/common/footer/s_twitter.svg) left center no-repeat;
  background-size: contain;
  width: 8%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-n-main__follow a::before {
    left: 5%;
    width: 7%;
  }
}

.c-n-main__follow a span {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 292px;
}

.c-n-main_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-n-main_sns__item {
  border-radius: 50%;
  background: #6a3f2e;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .c-n-main_sns__item {
    width: 40px;
  }
}

.c-n-main_sns__item:nth-child(n + 2) {
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .c-n-main_sns__item:nth-child(n + 2) {
    margin-left: 9px;
  }
}

.c-n-main_sns__item a {
  display: block;
  padding: 10px;
  width: 100%;
}

.c-n-main_sns__item a span {
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  width: 100%;
}

.c-n-main_sns__item.is-big {
  width: 200px;
}

.c-n-main_sns__item.is-big a {
  padding: 11px 15px 10px 14px;
}

.c-n-main_sns__item.is-big a span {
  background: none;
  padding: 0 0 0 20px;
}

.c-n-main_sns__item.is-big a span::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/footer/s_twitter.svg) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 100%;
  content: "";
}

.c-n-pc {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
}

@media screen and (min-width: 769px) {
  .c-n-pc {
    width: 68.75%;
    max-width: 880px;
  }
}

@media screen and (max-width: 768px) {
  .c-n-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .c-n-pc__wrap {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .c-n-pc__inner {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .c-n-pc__content {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .c-n-pc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0 5%;
    width: 100%;
  }
}

.c-n-pc_new {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  width: 30px;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .c-n-pc_new {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-n-pc_new {
    top: -10px;
    left: -10px;
    width: 20px;
  }
}

.c-n-pc_new__inner {
  position: relative;
  padding-top: 67%;
  width: 100%;
  overflow: hidden;
}

.c-n-pc_new__inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: paraparaAnm;
          animation-name: paraparaAnm;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 100%;
}

.c-n-pc_item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-n-pc_item {
    margin: 0 1%;
  }
  .c-n-pc_item::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.2s ease 0s, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.2s ease 0s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.2s ease 0s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .c-n-pc_item[data-nav="top"] {
    width: 6.82%;
    max-width: 54px;
  }
  .c-n-pc_item[data-nav="top"]::before {
    background-image: url(../img/common/menu/m_animal01_pc.png);
    width: 54px;
    height: 39px;
  }
  .c-n-pc_item[data-nav="cultivation"] {
    width: 11.7%;
    max-width: 87px;
  }
  .c-n-pc_item[data-nav="cultivation"]::before {
    background-image: url(../img/common/menu/m_animal02_pc.png);
    width: 33px;
    height: 55px;
  }
  .c-n-pc_item[data-nav="farm"] {
    width: 19.4%;
    max-width: 145px;
  }
  .c-n-pc_item[data-nav="farm"]::before {
    background-image: url(../img/common/menu/m_animal03_pc.png);
    width: 50px;
    height: 47px;
  }
  .c-n-pc_item[data-nav="town"] {
    width: 11.9%;
    max-width: 89px;
  }
  .c-n-pc_item[data-nav="town"]::before {
    background-image: url(../img/common/menu/m_animal04_pc.png);
    width: 47px;
    height: 42px;
  }
  .c-n-pc_item[data-nav="share"] {
    width: 13.7%;
    max-width: 103px;
  }
  .c-n-pc_item[data-nav="share"]::before {
    background-image: url(../img/common/menu/m_animal05_pc.png);
    width: 35px;
    height: 44px;
  }
  .c-n-pc_item[data-nav="movie"] {
    width: 9.6%;
    max-width: 72px;
  }
  .c-n-pc_item[data-nav="movie"]::before {
    background-image: url(../img/common/menu/m_animal06_pc.png);
    width: 35px;
    height: 43px;
  }
  .c-n-pc_item[data-nav="product"] {
    width: 10.5%;
    max-width: 79px;
  }
  .c-n-pc_item[data-nav="product"]::before {
    background-image: url(../img/common/menu/m_animal07_pc.png);
    width: 53px;
    height: 48px;
  }
  .c-n-pc_item .is-active {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-n-pc_item:hover .c-n-pc_new {
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .c-n-pc_item:hover::before {
    -webkit-transform: translate(-50%, -90%);
        -ms-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .c-n-pc_item:hover .is-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-n-pc_item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-n-pc_item .is-passiv {
  position: relative;
}

.c-n-pc_item .is-active {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
}

.c-menubtn {
  position: fixed;
  top: 36px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  width: 12.2%;
  max-width: 65px;
}

@media screen and (min-width: 769px) {
  .c-menubtn {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .is-load .c-menubtn.is-active {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}

@media screen and (max-width: 768px) {
  .c-menubtn {
    top: 15px;
  }
}

.c-menubtn_line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -55%);
      -ms-transform: translate(-55%, -55%);
          transform: translate(-55%, -55%);
  width: 100%;
  width: 46%;
  height: 40%;
}

.c-menubtn_line__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-menubtn_line__inner span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease;
  transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 2px;
  background: #6a3f2e;
  width: 100%;
  height: 4px;
}

@media screen and (max-width: 768px) {
  .c-menubtn_line__inner span {
    height: 3px;
  }
}

.c-menubtn_line__inner span:nth-child(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.c-menubtn_line__inner span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-menubtn_line__inner span:nth-child(3) {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.is-open .c-menubtn_line__inner span {
  -webkit-transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease;
  transition: top 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-open .c-menubtn_line__inner span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.is-open .c-menubtn_line__inner span:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-open .c-menubtn_line__inner span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.c-bg--beige {
  position: relative;
  -webkit-animation: bgAnm2 linear 70s infinite;
          animation: bgAnm2 linear 70s infinite;
  background: url(../img/top/bg_pattern_brick.png) 0 0 repeat;
  background-size: 522px 300px;
}

@media screen and (max-width: 768px) {
  .c-bg--beige {
    -webkit-animation: bgAnm2_sp linear 30s infinite;
            animation: bgAnm2_sp linear 30s infinite;
    background-size: 261px 150px;
  }
}

.c-bg--beige::before, .c-bg--beige::after {
  position: absolute;
  left: 0;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 75px 22px;
  width: 100%;
  height: 22px;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-bg--beige::before, .c-bg--beige::after {
    background-size: 37.5px 11px;
    height: 11px;
  }
}

.c-bg--beige::before {
  top: 0;
  background-image: url(../img/top/line_b_top.png);
}

.c-bg--beige::after {
  bottom: 0;
  background-image: url(../img/top/line_b_btm.png);
}

.c-thumb__inner {
  position: relative;
  padding-top: 56%;
  width: 100%;
  overflow: hidden;
}

.c-thumb__inner figure,
.c-thumb__inner iframe,
.c-thumb__inner video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.c-thumb__inner figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-thumb2 {
  position: relative;
  padding: 2.5%;
  width: 100%;
}

.c-thumb2::before, .c-thumb2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.c-thumb2::before {
  position: absolute;
  top: 4px;
  border-radius: 12px;
  background: rgba(59, 38, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .c-thumb2::before {
    top: 2px;
    border-radius: 8px;
  }
}

.c-thumb2::after {
  background: url(../img/common/ss_base_m.png) center center no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
  .c-thumb2 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-thumb2:hover {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-thumb2__content {
  position: relative;
  padding-top: 56%;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-thumb2__content {
    padding-top: 54%;
  }
}

.c-thumb2__content::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: url(../img/product/btn_zoom.png) right bottom no-repeat;
  background-size: contain;
  padding-top: 32px;
  width: 32px;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-thumb2__content::after {
    bottom: 3%;
    padding-top: 6%;
    width: 6%;
  }
}

.c-thumb2__content figure,
.c-thumb2__content iframe,
.c-thumb2__content video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.c-thumb2__content figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-thumb2__inner {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 1.5%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-ss .c-ss_thumb__inner::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-ss:hover .c-ss_thumb__inner::after {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-ss__inner {
  background: url(../img/share/thumb_base.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 5.5% 2.3% 13%;
}

.c-ss_thumb {
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  padding: 2.5%;
  width: 100%;
}

.c-ss_thumb::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  background: url(../img/share/pin.png) center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-ss_thumb::after {
    width: 10px;
    height: 10px;
  }
}

.c-ss_thumb__inner {
  position: relative;
  padding-top: 56%;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .c-ss_thumb__inner {
    overflow: visible;
  }
}

.c-ss_thumb__inner::after {
  position: absolute;
  right: 1.5%;
  bottom: 3%;
  background: url(../img/product/btn_zoom.png) right bottom no-repeat;
  background-size: contain;
  padding-top: 10%;
  width: 10%;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-ss_thumb__inner::after {
    bottom: 3%;
    padding-top: 9%;
    width: 9%;
  }
}

.c-ss_thumb__inner figure,
.c-ss_thumb__inner iframe,
.c-ss_thumb__inner video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.c-ss_thumb__inner figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-deco {
  position: relative;
  pointer-events: none;
}

.c-deco__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.c-deco__img[data-deco-bg] {
  -webkit-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.is-active .c-deco__img[data-deco-bg] {
  -webkit-animation: motionPop 0.8s linear forwards;
          animation: motionPop 0.8s linear forwards;
}

.is-active .c-deco__img[data-deco-bg="0"] {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.is-active .c-deco__img[data-deco-bg="1"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.is-active .c-deco__img[data-deco-bg="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.is-active .c-deco__img[data-deco-bg="3"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.is-active .c-deco__img[data-deco-bg="4"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.is-active .c-deco__img[data-deco-bg="5"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.is-active .c-deco__img[data-deco-bg="6"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.is-active .c-deco__img[data-deco-bg="7"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.is-active .c-deco__img[data-deco-bg="8"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.c-deco__img:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-slide {
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
}

[data-page="top"] .c-slide {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-slide {
    width: 100%;
  }
}

.c-slide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -66%);
      -ms-transform: translate(0, -66%);
          transform: translate(0, -66%);
  z-index: 1;
  cursor: pointer;
  width: 7.3%;
  max-width: 90px;
}

.c-slide__arrow img {
  position: relative;
}

.c-slide__arrow::before {
  position: absolute;
  top: 5%;
  left: 0;
  border-radius: 50%;
  background: rgba(59, 38, 0, 0.25);
  width: 100%;
  height: 100%;
  content: "";
}

.c-slide__arrow.is-prev {
  left: 1.5%;
}

@media screen and (min-width: 769px) {
  .c-slide__arrow.is-prev {
    -webkit-transform: translate(0, -66%);
        -ms-transform: translate(0, -66%);
            transform: translate(0, -66%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-slide__arrow.is-prev:hover {
    -webkit-transform: translate(-10px, -66%);
        -ms-transform: translate(-10px, -66%);
            transform: translate(-10px, -66%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-slide__arrow.is-next {
  right: 1.5%;
}

@media screen and (min-width: 769px) {
  .c-slide__arrow.is-next {
    -webkit-transform: translate(0, -66%);
        -ms-transform: translate(0, -66%);
            transform: translate(0, -66%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-slide__arrow.is-next:hover {
    -webkit-transform: translate(10px, -66%);
        -ms-transform: translate(10px, -66%);
            transform: translate(10px, -66%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-slide_pagination {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.c-slide_pagination__dot {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 12px;
  letter-spacing: normal;
}

.c-slide_pagination__dot span {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-radius: 50%;
  background: #ffffff;
  width: 14px;
  height: 14px;
}

.c-slide_pagination__dot.is-current span {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background: #f96e34;
}

@media screen and (max-width: 768px) {
  .c-slide__item {
    position: relative;
  }
  .c-slide__item:nth-child(n + 2) {
    margin-top: 9%;
  }
  .c-slide__item:nth-child(2) {
    margin-top: 5%;
  }
  .c-slide__item:nth-child(4) {
    margin-top: 6%;
  }
  .c-slide__item:nth-child(5) {
    margin-top: 11%;
  }
  .c-slide__item:nth-child(6) {
    margin-top: 7%;
  }
  .c-slide__item:nth-child(7) {
    margin-top: 7%;
  }
}

.c-slide__img {
  position: relative;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-slide__img {
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}

.c-slide__img:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.is-active .swiper-slide-active .c-slide__img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.is-active .swiper-slide-active .c-slide__img:nth-child(1) {
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(2) {
  -webkit-transition-delay: 0.06s, 0.06s;
          transition-delay: 0.06s, 0.06s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(3) {
  -webkit-transition-delay: 0.12s, 0.12s;
          transition-delay: 0.12s, 0.12s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(4) {
  -webkit-transition-delay: 0.18s, 0.18s;
          transition-delay: 0.18s, 0.18s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(5) {
  -webkit-transition-delay: 0.24s, 0.24s;
          transition-delay: 0.24s, 0.24s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(6) {
  -webkit-transition-delay: 0.3s, 0.3s;
          transition-delay: 0.3s, 0.3s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(7) {
  -webkit-transition-delay: 0.36s, 0.36s;
          transition-delay: 0.36s, 0.36s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(8) {
  -webkit-transition-delay: 0.42s, 0.42s;
          transition-delay: 0.42s, 0.42s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(9) {
  -webkit-transition-delay: 0.48s, 0.48s;
          transition-delay: 0.48s, 0.48s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(10) {
  -webkit-transition-delay: 0.54s, 0.54s;
          transition-delay: 0.54s, 0.54s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(11) {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(12) {
  -webkit-transition-delay: 0.66s, 0.66s;
          transition-delay: 0.66s, 0.66s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(13) {
  -webkit-transition-delay: 0.72s, 0.72s;
          transition-delay: 0.72s, 0.72s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(14) {
  -webkit-transition-delay: 0.78s, 0.78s;
          transition-delay: 0.78s, 0.78s;
}

.is-active .swiper-slide-active .c-slide__img:nth-child(15) {
  -webkit-transition-delay: 0.84s, 0.84s;
          transition-delay: 0.84s, 0.84s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(1) {
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(2) {
  -webkit-transition-delay: 0.06s, 0.06s;
          transition-delay: 0.06s, 0.06s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(3) {
  -webkit-transition-delay: 0.12s, 0.12s;
          transition-delay: 0.12s, 0.12s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(4) {
  -webkit-transition-delay: 0.18s, 0.18s;
          transition-delay: 0.18s, 0.18s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(5) {
  -webkit-transition-delay: 0.24s, 0.24s;
          transition-delay: 0.24s, 0.24s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(6) {
  -webkit-transition-delay: 0.3s, 0.3s;
          transition-delay: 0.3s, 0.3s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(7) {
  -webkit-transition-delay: 0.36s, 0.36s;
          transition-delay: 0.36s, 0.36s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(8) {
  -webkit-transition-delay: 0.42s, 0.42s;
          transition-delay: 0.42s, 0.42s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(9) {
  -webkit-transition-delay: 0.48s, 0.48s;
          transition-delay: 0.48s, 0.48s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(10) {
  -webkit-transition-delay: 0.54s, 0.54s;
          transition-delay: 0.54s, 0.54s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(11) {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(12) {
  -webkit-transition-delay: 0.66s, 0.66s;
          transition-delay: 0.66s, 0.66s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(13) {
  -webkit-transition-delay: 0.72s, 0.72s;
          transition-delay: 0.72s, 0.72s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(14) {
  -webkit-transition-delay: 0.78s, 0.78s;
          transition-delay: 0.78s, 0.78s;
}

[data-page="top"] .is-scrolled .swiper-slide-active .c-slide__img:nth-child(15) {
  -webkit-transition-delay: 0.84s, 0.84s;
          transition-delay: 0.84s, 0.84s;
}

@media screen and (max-width: 768px) {
  .is-active .is-scrolled .c-slide__img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .is-active .is-scrolled .c-slide__img:nth-child(1) {
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(2) {
    -webkit-transition-delay: 0.06s, 0.06s;
            transition-delay: 0.06s, 0.06s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(3) {
    -webkit-transition-delay: 0.12s, 0.12s;
            transition-delay: 0.12s, 0.12s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(4) {
    -webkit-transition-delay: 0.18s, 0.18s;
            transition-delay: 0.18s, 0.18s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(5) {
    -webkit-transition-delay: 0.24s, 0.24s;
            transition-delay: 0.24s, 0.24s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(6) {
    -webkit-transition-delay: 0.3s, 0.3s;
            transition-delay: 0.3s, 0.3s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(7) {
    -webkit-transition-delay: 0.36s, 0.36s;
            transition-delay: 0.36s, 0.36s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(8) {
    -webkit-transition-delay: 0.42s, 0.42s;
            transition-delay: 0.42s, 0.42s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(9) {
    -webkit-transition-delay: 0.48s, 0.48s;
            transition-delay: 0.48s, 0.48s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(10) {
    -webkit-transition-delay: 0.54s, 0.54s;
            transition-delay: 0.54s, 0.54s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(11) {
    -webkit-transition-delay: 0.6s, 0.6s;
            transition-delay: 0.6s, 0.6s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(12) {
    -webkit-transition-delay: 0.66s, 0.66s;
            transition-delay: 0.66s, 0.66s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(13) {
    -webkit-transition-delay: 0.72s, 0.72s;
            transition-delay: 0.72s, 0.72s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(14) {
    -webkit-transition-delay: 0.78s, 0.78s;
            transition-delay: 0.78s, 0.78s;
  }
  .is-active .is-scrolled .c-slide__img:nth-child(15) {
    -webkit-transition-delay: 0.84s, 0.84s;
            transition-delay: 0.84s, 0.84s;
  }
  [data-page="top"] .is-scrolled .c-slide__img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(1) {
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(2) {
    -webkit-transition-delay: 0.06s, 0.06s;
            transition-delay: 0.06s, 0.06s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(3) {
    -webkit-transition-delay: 0.12s, 0.12s;
            transition-delay: 0.12s, 0.12s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(4) {
    -webkit-transition-delay: 0.18s, 0.18s;
            transition-delay: 0.18s, 0.18s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(5) {
    -webkit-transition-delay: 0.24s, 0.24s;
            transition-delay: 0.24s, 0.24s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(6) {
    -webkit-transition-delay: 0.3s, 0.3s;
            transition-delay: 0.3s, 0.3s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(7) {
    -webkit-transition-delay: 0.36s, 0.36s;
            transition-delay: 0.36s, 0.36s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(8) {
    -webkit-transition-delay: 0.42s, 0.42s;
            transition-delay: 0.42s, 0.42s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(9) {
    -webkit-transition-delay: 0.48s, 0.48s;
            transition-delay: 0.48s, 0.48s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(10) {
    -webkit-transition-delay: 0.54s, 0.54s;
            transition-delay: 0.54s, 0.54s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(11) {
    -webkit-transition-delay: 0.6s, 0.6s;
            transition-delay: 0.6s, 0.6s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(12) {
    -webkit-transition-delay: 0.66s, 0.66s;
            transition-delay: 0.66s, 0.66s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(13) {
    -webkit-transition-delay: 0.72s, 0.72s;
            transition-delay: 0.72s, 0.72s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(14) {
    -webkit-transition-delay: 0.78s, 0.78s;
            transition-delay: 0.78s, 0.78s;
  }
  [data-page="top"] .is-scrolled .c-slide__img:nth-child(15) {
    -webkit-transition-delay: 0.84s, 0.84s;
            transition-delay: 0.84s, 0.84s;
  }
}

.c-btn a {
  display: block;
  position: relative;
  -webkit-transform: rotate(0.05deg);
      -ms-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  border-radius: 35px;
  background: #6a3f2e;
  padding: 13px 26px 14px;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  font-family: YakuHanJP, "M PLUS Rounded 1c", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-btn a {
    padding: 10px 12% 11px;
    font-size: 13px;
  }
}

.c-btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/product/arrow_w.png) left center no-repeat;
  background-size: 8px;
  width: 21px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-btn a::before {
    background-size: 35%;
    width: 8%;
  }
}

.c-btn.not-btn a {
  background: #c1c1c1;
  pointer-events: none;
}

.c-pagenav {
  position: relative;
  background: #7fc36e;
  padding: 18px 0;
}

@media screen and (max-width: 768px) {
  .c-pagenav {
    padding: 8% 0 6%;
  }
}

.c-pagenav::before, .c-pagenav::after {
  position: absolute;
  left: 0;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 75px 22px;
  width: 100%;
  height: 22px;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-pagenav::before, .c-pagenav::after {
    background-size: 37.5px 11px;
    height: 11px;
  }
}

.c-pagenav::before {
  top: 0;
  background-image: url(../img/common/line_in_top.png);
}

.c-pagenav::after {
  bottom: 0;
  background-image: url(../img/common/line_in_btm.png);
}

.c-pagenav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin: 0 auto;
  width: 92%;
  max-width: 1240px;
}

.c-pagenav_new {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -40%);
      -ms-transform: translate(0, -40%);
          transform: translate(0, -40%);
  z-index: 1;
  width: 18%;
}

@media screen and (max-width: 768px) {
  .c-pagenav_new {
    -webkit-transform: translate(0, -30%);
        -ms-transform: translate(0, -30%);
            transform: translate(0, -30%);
    width: 14%;
  }
}

.c-pagenav_new__inner {
  position: relative;
  padding-top: 67%;
  width: 100%;
  overflow: hidden;
}

.c-pagenav_new__inner img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: paraparaAnm;
          animation-name: paraparaAnm;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 100%;
}

.c-pagenav__item {
  position: relative;
  cursor: pointer;
  max-width: 214px;
}

@media screen and (min-width: 769px) {
  .c-pagenav__item {
    margin: 0 0.6%;
    width: 18%;
  }
}

@media screen and (max-width: 768px) {
  .c-pagenav__item {
    width: 48.5%;
  }
  .c-pagenav__item:nth-child(2n) {
    margin-left: 3%;
  }
  .c-pagenav__item:nth-child(n + 3) {
    margin-top: 7px;
  }
}

.c-pagenav__item::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -80%);
      -ms-transform: translate(0, -80%);
          transform: translate(0, -80%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  background: url(../img/product/btn_on_chick.png) top center no-repeat;
  background-size: contain;
  padding-top: 25%;
  width: 100%;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-pagenav__item::before {
    padding-top: 16%;
  }
}

.c-pagenav__item.is-current {
  pointer-events: none;
}

.c-pagenav__item.is-current::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.c-pagenav__inner {
  position: relative;
  z-index: 1;
}

.c-pagenav__inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pagenav__base {
  position: relative;
}

.c-pagenav__base::before {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: url(../img/common/btn_base_on_pc.png) center center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-pagenav__base::before {
    background-image: url(../img/common/btn_base_on_sp.png);
  }
}

.is-current .c-pagenav__base::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.c-pagenav__txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -52%);
      -ms-transform: translate(0, -52%);
          transform: translate(0, -52%);
  width: 100%;
  height: 36%;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .c-pagenav__txt.-middle {
    height: 29%;
  }
}

@media screen and (min-width: 769px) {
  .c-pagenav__txt.-big {
    height: 66%;
  }
}

.c-pagenav__txt.-off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.c-pagenav__txt.-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-current .c-pagenav__txt.-off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-current .c-pagenav__txt.-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-pagenav__txt {
    height: 32%;
  }
}

.c-pagenav__txt img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 100%;
  letter-spacing: normal;
}

@media screen and (min-width: 769px) {
  .c-pagenav__txt img.is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-pagenav__txt img.is-pc {
    display: none;
  }
}

.c-slide-img {
  position: relative;
  margin: 0 auto;
  padding: 2% 2%;
  max-width: 1000px;
}

.c-slide-img::before, .c-slide-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.c-slide-img::before {
  position: absolute;
  top: 4px;
  border-radius: 18px;
  background: rgba(59, 38, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .c-slide-img::before {
    top: 2px;
    border-radius: 8px;
  }
}

.c-slide-img::after {
  background: url(../img/common/ss_base_l.png) center center no-repeat;
  background-size: 100% 100%;
}

.c-slide-img__item {
  background: #ffffff;
  padding: 0.75% 1%;
}

@media screen and (max-width: 768px) {
  .c-slide-img__item {
    padding: 1.75% 2%;
  }
}

.c-slide-img__item img {
  width: 100%;
}

.c-slide-img__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 7.3%;
  max-width: 90px;
}

@media screen and (max-width: 768px) {
  .c-slide-img__arrow {
    width: 10%;
  }
}

.c-slide-img__arrow img {
  position: relative;
}

.c-slide-img__arrow::before {
  position: absolute;
  top: 5%;
  left: 0;
  border-radius: 50%;
  background: rgba(59, 38, 0, 0.25);
  width: 100%;
  height: 100%;
  content: "";
}

.c-slide-img__arrow.is-prev {
  left: 0;
  -webkit-transform: translate(-35%, -66%);
      -ms-transform: translate(-35%, -66%);
          transform: translate(-35%, -66%);
}

@media screen and (min-width: 769px) {
  .c-slide-img__arrow.is-prev {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-slide-img__arrow.is-prev:hover {
    -webkit-transform: translate(-45%, -66%);
        -ms-transform: translate(-45%, -66%);
            transform: translate(-45%, -66%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-slide-img__arrow.is-next {
  right: 0;
  -webkit-transform: translate(35%, -66%);
      -ms-transform: translate(35%, -66%);
          transform: translate(35%, -66%);
}

@media screen and (min-width: 769px) {
  .c-slide-img__arrow.is-next {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-slide-img__arrow.is-next:hover {
    -webkit-transform: translate(45%, -66%);
        -ms-transform: translate(45%, -66%);
            transform: translate(45%, -66%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-slide-small__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 11%;
  max-width: 90px;
}

.c-slide-small__arrow img {
  position: relative;
}

.c-slide-small__arrow.is-prev {
  left: 0;
  -webkit-transform: translate(-110%, -50%);
      -ms-transform: translate(-110%, -50%);
          transform: translate(-110%, -50%);
}

@media screen and (min-width: 769px) {
  .c-slide-small__arrow.is-prev img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-slide-small__arrow.is-prev:hover img {
    -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-slide-small__arrow.is-next {
  right: 0;
  -webkit-transform: translate(110%, -50%);
      -ms-transform: translate(110%, -50%);
          transform: translate(110%, -50%);
}

@media screen and (min-width: 769px) {
  .c-slide-small__arrow.is-next img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-slide-small__arrow.is-next:hover img {
    -webkit-transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
            transform: translate(20%, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.c-tab {
  position: relative;
  -webkit-animation: bgAnm linear 200s infinite;
          animation: bgAnm linear 200s infinite;
  background: url(../img/common/bg.png) 0 0 repeat;
  background-color: #c8ee99;
  background-size: 1400px auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-tab {
    -webkit-animation: bgAnm_sp linear 100s infinite;
            animation: bgAnm_sp linear 100s infinite;
    background-size: 700px auto;
  }
}

[data-page="town"] .c-tab {
  -webkit-animation: bgAnm2 linear 70s infinite;
          animation: bgAnm2 linear 70s infinite;
  background: url(../img/top/bg_pattern_brick.png) 0 0 repeat;
  background-size: 522px 300px;
}

@media screen and (max-width: 768px) {
  [data-page="town"] .c-tab {
    -webkit-animation: bgAnm2_sp linear 30s infinite;
            animation: bgAnm2_sp linear 30s infinite;
    background-size: 261px 150px;
  }
}

.c-tab_deco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding-top: 5%;
  width: 100%;
  max-width: 1240px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-tab_deco {
    display: none;
  }
}

.c-tab_deco .c-deco {
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-tab_deco .c-deco__img {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  letter-spacing: normal;
}

.is-current .c-tab_deco .c-deco__img {
  -webkit-animation: motionPop 0.8s linear forwards 0.6s;
          animation: motionPop 0.8s linear forwards 0.6s;
}

.c-tab_deco__item.is-deco1 {
  -webkit-transform: translate(140px, 0);
      -ms-transform: translate(140px, 0);
          transform: translate(140px, 0);
  text-align: right;
}

.c-tab_deco__item.is-deco2 {
  -webkit-transform: translate(-150px, 0);
      -ms-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
  margin-top: -2%;
}

.c-tab_deco__item.is-deco3 {
  -webkit-transform: translate(140px, 0);
      -ms-transform: translate(140px, 0);
          transform: translate(140px, 0);
  padding-top: 1%;
  text-align: right;
}

.c-tab_deco__item.is-deco4 {
  -webkit-transform: translate(-140px, 0);
      -ms-transform: translate(-140px, 0);
          transform: translate(-140px, 0);
  padding-top: 5%;
}

.c-tab_deco__item.is-deco5 {
  -webkit-transform: translate(70px, 0);
      -ms-transform: translate(70px, 0);
          transform: translate(70px, 0);
  padding-top: 3.5%;
  text-align: right;
}

.c-tab_deco__item.is-deco6 {
  -webkit-transform: translate(-150px, 0);
      -ms-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
  padding-top: 1.5%;
}

.c-tab__title {
  height: 53px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .c-tab__title {
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .c-tab__title {
    height: 26px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .c-tab__title {
    height: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 280px) {
  .c-tab__title {
    height: 18px;
  }
}

.c-tab__title img {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  letter-spacing: normal;
}

@media screen and (min-width: 769px) {
  .c-tab__title img.is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-tab__title img.is-pc {
    display: none;
  }
}

.c-tab__item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 50px 0 150px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-tab__item {
    padding: 36px 5% 28%;
  }
  [data-page="town"] .c-tab__item {
    padding: 36px 0 28%;
  }
}

.c-tab__item.is-current {
  position: relative;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.3s, visibility 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s, visibility 0.4s ease 0.3s;
  width: 100%;
}

.c-tab-box {
  position: relative;
  margin: 0 0 44px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-tab-box {
    margin-bottom: 14px;
  }
}

.c-tab-box.is-box2 {
  margin: 68px 0 56px;
}

@media screen and (max-width: 768px) {
  .c-tab-box.is-box2 {
    margin: 35px 0 20px;
  }
}

.c-tab-box__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -11%);
      -ms-transform: translate(-50%, -11%);
          transform: translate(-50%, -11%);
  width: 98%;
  max-width: 1100px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-tab-box__bg {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 auto;
    width: 86%;
  }
}

.c-tab-box__txt {
  position: relative;
  -webkit-transform: rotate(0.05deg);
      -ms-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-family: YakuHanJP, "M PLUS Rounded 1c", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-tab-box__txt {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .c-tab-box__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-tab-box__txt {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.95;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .c-tab-box__txt {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) and (max-width: 330px) {
  .c-tab-box__txt {
    font-size: 10px;
  }
}

.c-tab-box__txt + .c-tab-box__txt {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-tab-box__txt + .c-tab-box__txt {
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .c-tab-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
  }
}

.c-tab-img__item {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .c-tab-img__item {
    margin-left: 3.25%;
    width: 31%;
  }
  .c-tab-img__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .c-tab-img__item:nth-child(n + 4) {
    margin-top: 42px;
  }
  .is-big .c-tab-img__item {
    margin-left: 0;
    width: 44%;
  }
  .is-big .c-tab-img__item:nth-child(2n) {
    margin-left: 3.5%;
  }
  .is-big .c-tab-img__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .is-big .c-tab-img__item:nth-child(n + 3) {
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .c-tab-img__item:nth-child(n + 2) {
    margin-top: 18px;
  }
}

.c-tab-img__icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -56%);
      -ms-transform: translate(0, -56%);
          transform: translate(0, -56%);
  z-index: 1;
  width: 26%;
  max-width: 136px;
}

@media screen and (max-width: 768px) {
  .c-tab-img__icon {
    -webkit-transform: translate(-13%, -20%);
        -ms-transform: translate(-13%, -20%);
            transform: translate(-13%, -20%);
    width: 20%;
  }
}

.c-frame {
  position: relative;
  padding: 7% 0 7.6%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-frame {
    padding: 9.5% 0 13%;
  }
}

.c-frame::before, .c-frame::after {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 10%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-frame::before, .c-frame::after {
    padding-top: 23.88%;
  }
}

.c-frame::before {
  top: 0;
  z-index: 1;
  background-image: url(../img/town/base_top_pc.png);
  background-position: bottom center;
}

@media screen and (max-width: 768px) {
  .c-frame::before {
    background-image: url(../img/town/base_top_sp.png);
  }
}

.c-frame::after {
  bottom: 0;
  background-image: url(../img/town/base_btm_pc.png);
  background-position: top center;
}

@media screen and (max-width: 768px) {
  .c-frame::after {
    background-image: url(../img/town/base_btm_sp.png);
  }
}

.c-frame__inner {
  position: relative;
  background: url(../img/town/base_repeat_pc.png) top center repeat-y;
  background-size: 100%;
  padding: 0 8%;
}

@media screen and (max-width: 768px) {
  .c-frame__inner {
    background-image: url(../img/town/base_repeat_sp.png);
    padding: 0 11%;
  }
}

.c-frame__content {
  position: relative;
  z-index: 1;
}

.c-buy {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding-bottom: 35px;
  width: 10.5%;
  max-width: 221px;
}

.c-buy.is-fit {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c-buy {
    padding-bottom: 20px;
    width: 25%;
  }
}

.c-buy a {
  display: block;
  width: 100%;
}

.c-more {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  z-index: 4;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  padding-bottom: 35px;
  width: 14.75%;
  max-width: 186px;
}

.c-more.is-hidden {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, visibility 4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, visibility 4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, visibility 4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (max-width: 768px) {
  .c-more {
    padding-bottom: 20px;
    width: 28%;
  }
}

.c-more__inner {
  position: relative;
}

.c-more__chara, .c-more__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-more__chara {
  -webkit-transform-origin: 44% 100% 0;
      -ms-transform-origin: 44% 100% 0;
          transform-origin: 44% 100% 0;
  -webkit-animation: motionPendulum infinite 1.2s alternate ease-in-out;
          animation: motionPendulum infinite 1.2s alternate ease-in-out;
}

.c-footer {
  position: relative;
  background: #56b83f;
  color: #ffffff;
}

.c-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/footer/line_green_top.png) 0 0 repeat-x;
  background-size: 75px 22px;
  width: 100%;
  height: 22px;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-footer::before {
    background-size: 37.5px 11px;
    height: 11px;
  }
}

.c-footer__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}

.c-footer__inner a {
  color: #ffffff;
}

.c-footer__above {
  position: relative;
  padding: 74px 0 67px;
}

@media screen and (max-width: 768px) {
  .c-footer__above {
    padding: 68px 0 77px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .c-footer__above {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__above .c-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__link, .c-footer__txt {
    width: 50%;
  }
}

.c-footer__manual {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-footer__manual {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__manual a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__link {
    padding-right: 5%;
  }
}

.c-footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .c-footer_share {
    padding: 0 7% 0 8%;
  }
}

.c-footer_share__cap {
  max-width: 146px;
}

.c-footer_share__cap img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-footer_share__cap {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .c-footer_share__content {
    width: 52%;
  }
}

.c-footer_share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .c-footer_share__list {
    padding-left: 14%;
  }
}

.c-footer_share__item {
  width: 38px;
}

@media screen and (max-width: 768px) {
  .c-footer_share__item {
    width: 24%;
  }
}

.c-footer_share__item:nth-child(n + 2) {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .c-footer_share__item:nth-child(n + 2) {
    margin-left: 10%;
  }
}

.c-footer_share__item a {
  display: block;
  padding: 7px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-footer_share__item a {
    padding: 5px;
  }
}

.c-footer__follow {
  margin-top: 35px;
  border-radius: 33px;
  background: #2e8419;
  width: 298px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-footer__follow {
    margin: 26px auto 0;
    width: 87%;
    text-align: center;
  }
}

.c-footer__follow a {
  display: block;
  position: relative;
  padding: 17px 18% 16px 19%;
}

.c-footer__follow a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/footer/s_twitter.svg) right center no-repeat;
  background-size: 50%;
  width: 13%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-footer__follow a::before {
    background-size: 50%;
    width: 13%;
  }
}

@media screen and (max-width: 768px) {
  .c-footer__follow a {
    padding: 12px 25% 12px 25%;
  }
}

.c-footer__follow a span {
  display: block;
  position: relative;
  width: 100%;
}

.c-footer_bnr {
  margin-top: 30px;
  width: 89%;
}

@media screen and (max-width: 768px) {
  .c-footer_bnr {
    margin: 40px auto 0;
    width: 87%;
  }
}

.c-footer_bnr__item a {
  display: block;
  width: 100%;
}

.c-footer_bnr__item:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .c-footer_info {
    padding-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer_info {
    margin-top: 45px;
  }
}

.c-footer_info__item {
  position: relative;
  border-bottom: 1px solid #2e8419;
  padding-bottom: 11px;
  padding-left: 130px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.c-footer_info__item:nth-child(n + 2) {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .c-footer_info__item:nth-child(n + 2) {
    margin-top: 8px;
  }
}

.c-footer_info__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-footer_info__item {
    padding-bottom: 9px;
    padding-left: 100px;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}

.c-footer_info__cap {
  position: absolute;
  top: 0;
  left: 0;
  color: #1b5008;
}

@media screen and (min-width: 769px) {
  .c-footer_info__content span.is-pc {
    display: inline;
    vertical-align: top;
  }
}

.c-footer_info__content .is-rating__logo {
  display: block;
  padding-top: 6px;
  width: 45px;
}

@media screen and (max-width: 768px) {
  .c-footer_info__content .is-rating__logo {
    padding-top: 3px;
    width: 30px;
  }
}

.c-footer__bottom {
  position: relative;
  background: #2e8419;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
}

.c-footer__bottom .c-footer__inner {
  padding: 36px 0;
}

@media screen and (max-width: 768px) {
  .c-footer__bottom .c-footer__inner {
    padding: 30px 0 28px;
  }
}

.c-footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .c-footer_logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .c-footer_logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-footer_logo__item a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-footer_logo__item:nth-child(n + 2) {
    margin-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer_logo__item {
    margin: 0 15px;
  }
}

.c-footer_logo__item.is-switch {
  width: 58px;
}

@media screen and (max-width: 768px) {
  .c-footer_logo__item.is-switch {
    width: 45px;
  }
}

.c-footer_logo__item.is-marv {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .c-footer_logo__item.is-marv {
    width: 65px;
  }
}

.c-footer_pagetop {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -70%);
      -ms-transform: translate(30%, -70%);
          transform: translate(30%, -70%);
  cursor: pointer;
  width: 10%;
  max-width: 108px;
}

@media screen and (min-width: 769px) {
  .c-footer_pagetop:hover .c-footer_pagetop__img {
    -webkit-animation: hoverJump 0.3s cubic-bezier(0.5, 1, 0.89, 1) 3;
            animation: hoverJump 0.3s cubic-bezier(0.5, 1, 0.89, 1) 3;
  }
}

@media screen and (max-width: 768px) {
  .c-footer_pagetop {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
        -ms-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    width: 20%;
  }
}

.c-footer_pagetop__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-footer__copy {
    margin-top: 20px;
    font-size: 10px;
  }
}

.c-indevelopment {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  padding: 20px 0;
  width: 90%;
  max-width: 1105px;
  color: #2e8419;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-indevelopment {
    -webkit-transform: translate(-50%, 0) scale(0.85);
        -ms-transform: translate(-50%, 0) scale(0.85);
            transform: translate(-50%, 0) scale(0.85);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    padding: 12px 0;
    font-size: 10px;
  }
}

@-webkit-keyframes paraparaAnm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes paraparaAnm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes hoverJump {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes hoverJump {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes bgAnm {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1400px 0;
  }
}

@keyframes bgAnm {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1400px 0;
  }
}

@-webkit-keyframes bgAnm2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 522px 0;
  }
}

@keyframes bgAnm2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 522px 0;
  }
}

@-webkit-keyframes bgAnm_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700px 0;
  }
}

@keyframes bgAnm_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700px 0;
  }
}

@-webkit-keyframes bgAnm2_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 261px 0;
  }
}

@keyframes bgAnm2_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 261px 0;
  }
}

@-webkit-keyframes rotateAnm {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes rotateAnm {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@-webkit-keyframes motionButterfly {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  1% {
    -webkit-transform: translate(1.2%, -2.6%);
    transform: translate(1.2%, -2.6%);
  }
  2% {
    -webkit-transform: translate(2.6%, -5%);
    transform: translate(2.6%, -5%);
  }
  3% {
    -webkit-transform: translate(3.8%, -7.4%);
    transform: translate(3.8%, -7.4%);
  }
  4% {
    -webkit-transform: translate(5%, -9.6%);
    transform: translate(5%, -9.6%);
  }
  5% {
    -webkit-transform: translate(6.2%, -11.8%);
    transform: translate(6.2%, -11.8%);
  }
  6% {
    -webkit-transform: translate(7.4%, -13.6%);
    transform: translate(7.4%, -13.6%);
  }
  7% {
    -webkit-transform: translate(8.6%, -15.4%);
    transform: translate(8.6%, -15.4%);
  }
  8% {
    -webkit-transform: translate(9.6%, -16.8%);
    transform: translate(9.6%, -16.8%);
  }
  9% {
    -webkit-transform: translate(10.8%, -18%);
    transform: translate(10.8%, -18%);
  }
  10% {
    -webkit-transform: translate(11.8%, -19%);
    transform: translate(11.8%, -19%);
  }
  11% {
    -webkit-transform: translate(12.8%, -19.6%);
    transform: translate(12.8%, -19.6%);
  }
  12% {
    -webkit-transform: translate(13.6%, -20%);
    transform: translate(13.6%, -20%);
  }
  13% {
    -webkit-transform: translate(14.6%, -20%);
    transform: translate(14.6%, -20%);
  }
  14% {
    -webkit-transform: translate(15.4%, -19.6%);
    transform: translate(15.4%, -19.6%);
  }
  15% {
    -webkit-transform: translate(16.2%, -19%);
    transform: translate(16.2%, -19%);
  }
  16% {
    -webkit-transform: translate(16.8%, -18%);
    transform: translate(16.8%, -18%);
  }
  17% {
    -webkit-transform: translate(17.6%, -16.8%);
    transform: translate(17.6%, -16.8%);
  }
  18% {
    -webkit-transform: translate(18%, -15.4%);
    transform: translate(18%, -15.4%);
  }
  19% {
    -webkit-transform: translate(18.6%, -13.6%);
    transform: translate(18.6%, -13.6%);
  }
  20% {
    -webkit-transform: translate(19%, -11.8%);
    transform: translate(19%, -11.8%);
  }
  21% {
    -webkit-transform: translate(19.4%, -9.6%);
    transform: translate(19.4%, -9.6%);
  }
  22% {
    -webkit-transform: translate(19.6%, -7.4%);
    transform: translate(19.6%, -7.4%);
  }
  23% {
    -webkit-transform: translate(19.8%, -5%);
    transform: translate(19.8%, -5%);
  }
  24% {
    -webkit-transform: translate(20%, -2.6%);
    transform: translate(20%, -2.6%);
  }
  25% {
    -webkit-transform: translate(20%, 0%);
    transform: translate(20%, 0%);
  }
  26% {
    -webkit-transform: translate(20%, 2.6%);
    transform: translate(20%, 2.6%);
  }
  27% {
    -webkit-transform: translate(19.8%, 5%);
    transform: translate(19.8%, 5%);
  }
  28% {
    -webkit-transform: translate(19.6%, 7.4%);
    transform: translate(19.6%, 7.4%);
  }
  29% {
    -webkit-transform: translate(19.4%, 9.6%);
    transform: translate(19.4%, 9.6%);
  }
  30% {
    -webkit-transform: translate(19%, 11.8%);
    transform: translate(19%, 11.8%);
  }
  31% {
    -webkit-transform: translate(18.6%, 13.6%);
    transform: translate(18.6%, 13.6%);
  }
  32% {
    -webkit-transform: translate(18%, 15.4%);
    transform: translate(18%, 15.4%);
  }
  33% {
    -webkit-transform: translate(17.6%, 16.8%);
    transform: translate(17.6%, 16.8%);
  }
  34% {
    -webkit-transform: translate(16.8%, 18%);
    transform: translate(16.8%, 18%);
  }
  35% {
    -webkit-transform: translate(16.2%, 19%);
    transform: translate(16.2%, 19%);
  }
  36% {
    -webkit-transform: translate(15.4%, 19.6%);
    transform: translate(15.4%, 19.6%);
  }
  37% {
    -webkit-transform: translate(14.6%, 20%);
    transform: translate(14.6%, 20%);
  }
  38% {
    -webkit-transform: translate(13.6%, 20%);
    transform: translate(13.6%, 20%);
  }
  39% {
    -webkit-transform: translate(12.8%, 19.6%);
    transform: translate(12.8%, 19.6%);
  }
  40% {
    -webkit-transform: translate(11.8%, 19%);
    transform: translate(11.8%, 19%);
  }
  41% {
    -webkit-transform: translate(10.8%, 18%);
    transform: translate(10.8%, 18%);
  }
  42% {
    -webkit-transform: translate(9.6%, 16.8%);
    transform: translate(9.6%, 16.8%);
  }
  43% {
    -webkit-transform: translate(8.6%, 15.4%);
    transform: translate(8.6%, 15.4%);
  }
  44% {
    -webkit-transform: translate(7.4%, 13.6%);
    transform: translate(7.4%, 13.6%);
  }
  45% {
    -webkit-transform: translate(6.2%, 11.8%);
    transform: translate(6.2%, 11.8%);
  }
  46% {
    -webkit-transform: translate(5%, 9.6%);
    transform: translate(5%, 9.6%);
  }
  47% {
    -webkit-transform: translate(3.8%, 7.4%);
    transform: translate(3.8%, 7.4%);
  }
  48% {
    -webkit-transform: translate(2.6%, 5%);
    transform: translate(2.6%, 5%);
  }
  49% {
    -webkit-transform: translate(1.2%, 2.6%);
    transform: translate(1.2%, 2.6%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  51% {
    -webkit-transform: translate(-1.2%, -2.6%);
    transform: translate(-1.2%, -2.6%);
  }
  52% {
    -webkit-transform: translate(-2.6%, -5%);
    transform: translate(-2.6%, -5%);
  }
  53% {
    -webkit-transform: translate(-3.8%, -7.4%);
    transform: translate(-3.8%, -7.4%);
  }
  54% {
    -webkit-transform: translate(-5%, -9.6%);
    transform: translate(-5%, -9.6%);
  }
  55% {
    -webkit-transform: translate(-6.2%, -11.8%);
    transform: translate(-6.2%, -11.8%);
  }
  56% {
    -webkit-transform: translate(-7.4%, -13.6%);
    transform: translate(-7.4%, -13.6%);
  }
  57% {
    -webkit-transform: translate(-8.6%, -15.4%);
    transform: translate(-8.6%, -15.4%);
  }
  58% {
    -webkit-transform: translate(-9.6%, -16.8%);
    transform: translate(-9.6%, -16.8%);
  }
  59% {
    -webkit-transform: translate(-10.8%, -18%);
    transform: translate(-10.8%, -18%);
  }
  60% {
    -webkit-transform: translate(-11.8%, -19%);
    transform: translate(-11.8%, -19%);
  }
  61% {
    -webkit-transform: translate(-12.8%, -19.6%);
    transform: translate(-12.8%, -19.6%);
  }
  62% {
    -webkit-transform: translate(-13.6%, -20%);
    transform: translate(-13.6%, -20%);
  }
  63% {
    -webkit-transform: translate(-14.6%, -20%);
    transform: translate(-14.6%, -20%);
  }
  64% {
    -webkit-transform: translate(-15.4%, -19.6%);
    transform: translate(-15.4%, -19.6%);
  }
  65% {
    -webkit-transform: translate(-16.2%, -19%);
    transform: translate(-16.2%, -19%);
  }
  66% {
    -webkit-transform: translate(-16.8%, -18%);
    transform: translate(-16.8%, -18%);
  }
  67% {
    -webkit-transform: translate(-17.6%, -16.8%);
    transform: translate(-17.6%, -16.8%);
  }
  68% {
    -webkit-transform: translate(-18%, -15.4%);
    transform: translate(-18%, -15.4%);
  }
  69% {
    -webkit-transform: translate(-18.6%, -13.6%);
    transform: translate(-18.6%, -13.6%);
  }
  70% {
    -webkit-transform: translate(-19%, -11.8%);
    transform: translate(-19%, -11.8%);
  }
  71% {
    -webkit-transform: translate(-19.4%, -9.6%);
    transform: translate(-19.4%, -9.6%);
  }
  72% {
    -webkit-transform: translate(-19.6%, -7.4%);
    transform: translate(-19.6%, -7.4%);
  }
  73% {
    -webkit-transform: translate(-19.8%, -5%);
    transform: translate(-19.8%, -5%);
  }
  74% {
    -webkit-transform: translate(-20%, -2.6%);
    transform: translate(-20%, -2.6%);
  }
  75% {
    -webkit-transform: translate(-20%, 0%);
    transform: translate(-20%, 0%);
  }
  76% {
    -webkit-transform: translate(-20%, 2.6%);
    transform: translate(-20%, 2.6%);
  }
  77% {
    -webkit-transform: translate(-19.8%, 5%);
    transform: translate(-19.8%, 5%);
  }
  78% {
    -webkit-transform: translate(-19.6%, 7.4%);
    transform: translate(-19.6%, 7.4%);
  }
  79% {
    -webkit-transform: translate(-19.4%, 9.6%);
    transform: translate(-19.4%, 9.6%);
  }
  80% {
    -webkit-transform: translate(-19%, 11.8%);
    transform: translate(-19%, 11.8%);
  }
  81% {
    -webkit-transform: translate(-18.6%, 13.6%);
    transform: translate(-18.6%, 13.6%);
  }
  82% {
    -webkit-transform: translate(-18%, 15.4%);
    transform: translate(-18%, 15.4%);
  }
  83% {
    -webkit-transform: translate(-17.6%, 16.8%);
    transform: translate(-17.6%, 16.8%);
  }
  84% {
    -webkit-transform: translate(-16.8%, 18%);
    transform: translate(-16.8%, 18%);
  }
  85% {
    -webkit-transform: translate(-16.2%, 19%);
    transform: translate(-16.2%, 19%);
  }
  86% {
    -webkit-transform: translate(-15.4%, 19.6%);
    transform: translate(-15.4%, 19.6%);
  }
  87% {
    -webkit-transform: translate(-14.6%, 20%);
    transform: translate(-14.6%, 20%);
  }
  88% {
    -webkit-transform: translate(-13.6%, 20%);
    transform: translate(-13.6%, 20%);
  }
  89% {
    -webkit-transform: translate(-12.8%, 19.6%);
    transform: translate(-12.8%, 19.6%);
  }
  90% {
    -webkit-transform: translate(-11.8%, 19%);
    transform: translate(-11.8%, 19%);
  }
  91% {
    -webkit-transform: translate(-10.8%, 18%);
    transform: translate(-10.8%, 18%);
  }
  92% {
    -webkit-transform: translate(-9.6%, 16.8%);
    transform: translate(-9.6%, 16.8%);
  }
  93% {
    -webkit-transform: translate(-8.6%, 15.4%);
    transform: translate(-8.6%, 15.4%);
  }
  94% {
    -webkit-transform: translate(-7.4%, 13.6%);
    transform: translate(-7.4%, 13.6%);
  }
  95% {
    -webkit-transform: translate(-6.2%, 11.8%);
    transform: translate(-6.2%, 11.8%);
  }
  96% {
    -webkit-transform: translate(-5%, 9.6%);
    transform: translate(-5%, 9.6%);
  }
  97% {
    -webkit-transform: translate(-3.8%, 7.4%);
    transform: translate(-3.8%, 7.4%);
  }
  98% {
    -webkit-transform: translate(-2.6%, 5%);
    transform: translate(-2.6%, 5%);
  }
  99% {
    -webkit-transform: translate(-1.2%, 2.6%);
    transform: translate(-1.2%, 2.6%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes motionButterfly {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  1% {
    -webkit-transform: translate(1.2%, -2.6%);
    transform: translate(1.2%, -2.6%);
  }
  2% {
    -webkit-transform: translate(2.6%, -5%);
    transform: translate(2.6%, -5%);
  }
  3% {
    -webkit-transform: translate(3.8%, -7.4%);
    transform: translate(3.8%, -7.4%);
  }
  4% {
    -webkit-transform: translate(5%, -9.6%);
    transform: translate(5%, -9.6%);
  }
  5% {
    -webkit-transform: translate(6.2%, -11.8%);
    transform: translate(6.2%, -11.8%);
  }
  6% {
    -webkit-transform: translate(7.4%, -13.6%);
    transform: translate(7.4%, -13.6%);
  }
  7% {
    -webkit-transform: translate(8.6%, -15.4%);
    transform: translate(8.6%, -15.4%);
  }
  8% {
    -webkit-transform: translate(9.6%, -16.8%);
    transform: translate(9.6%, -16.8%);
  }
  9% {
    -webkit-transform: translate(10.8%, -18%);
    transform: translate(10.8%, -18%);
  }
  10% {
    -webkit-transform: translate(11.8%, -19%);
    transform: translate(11.8%, -19%);
  }
  11% {
    -webkit-transform: translate(12.8%, -19.6%);
    transform: translate(12.8%, -19.6%);
  }
  12% {
    -webkit-transform: translate(13.6%, -20%);
    transform: translate(13.6%, -20%);
  }
  13% {
    -webkit-transform: translate(14.6%, -20%);
    transform: translate(14.6%, -20%);
  }
  14% {
    -webkit-transform: translate(15.4%, -19.6%);
    transform: translate(15.4%, -19.6%);
  }
  15% {
    -webkit-transform: translate(16.2%, -19%);
    transform: translate(16.2%, -19%);
  }
  16% {
    -webkit-transform: translate(16.8%, -18%);
    transform: translate(16.8%, -18%);
  }
  17% {
    -webkit-transform: translate(17.6%, -16.8%);
    transform: translate(17.6%, -16.8%);
  }
  18% {
    -webkit-transform: translate(18%, -15.4%);
    transform: translate(18%, -15.4%);
  }
  19% {
    -webkit-transform: translate(18.6%, -13.6%);
    transform: translate(18.6%, -13.6%);
  }
  20% {
    -webkit-transform: translate(19%, -11.8%);
    transform: translate(19%, -11.8%);
  }
  21% {
    -webkit-transform: translate(19.4%, -9.6%);
    transform: translate(19.4%, -9.6%);
  }
  22% {
    -webkit-transform: translate(19.6%, -7.4%);
    transform: translate(19.6%, -7.4%);
  }
  23% {
    -webkit-transform: translate(19.8%, -5%);
    transform: translate(19.8%, -5%);
  }
  24% {
    -webkit-transform: translate(20%, -2.6%);
    transform: translate(20%, -2.6%);
  }
  25% {
    -webkit-transform: translate(20%, 0%);
    transform: translate(20%, 0%);
  }
  26% {
    -webkit-transform: translate(20%, 2.6%);
    transform: translate(20%, 2.6%);
  }
  27% {
    -webkit-transform: translate(19.8%, 5%);
    transform: translate(19.8%, 5%);
  }
  28% {
    -webkit-transform: translate(19.6%, 7.4%);
    transform: translate(19.6%, 7.4%);
  }
  29% {
    -webkit-transform: translate(19.4%, 9.6%);
    transform: translate(19.4%, 9.6%);
  }
  30% {
    -webkit-transform: translate(19%, 11.8%);
    transform: translate(19%, 11.8%);
  }
  31% {
    -webkit-transform: translate(18.6%, 13.6%);
    transform: translate(18.6%, 13.6%);
  }
  32% {
    -webkit-transform: translate(18%, 15.4%);
    transform: translate(18%, 15.4%);
  }
  33% {
    -webkit-transform: translate(17.6%, 16.8%);
    transform: translate(17.6%, 16.8%);
  }
  34% {
    -webkit-transform: translate(16.8%, 18%);
    transform: translate(16.8%, 18%);
  }
  35% {
    -webkit-transform: translate(16.2%, 19%);
    transform: translate(16.2%, 19%);
  }
  36% {
    -webkit-transform: translate(15.4%, 19.6%);
    transform: translate(15.4%, 19.6%);
  }
  37% {
    -webkit-transform: translate(14.6%, 20%);
    transform: translate(14.6%, 20%);
  }
  38% {
    -webkit-transform: translate(13.6%, 20%);
    transform: translate(13.6%, 20%);
  }
  39% {
    -webkit-transform: translate(12.8%, 19.6%);
    transform: translate(12.8%, 19.6%);
  }
  40% {
    -webkit-transform: translate(11.8%, 19%);
    transform: translate(11.8%, 19%);
  }
  41% {
    -webkit-transform: translate(10.8%, 18%);
    transform: translate(10.8%, 18%);
  }
  42% {
    -webkit-transform: translate(9.6%, 16.8%);
    transform: translate(9.6%, 16.8%);
  }
  43% {
    -webkit-transform: translate(8.6%, 15.4%);
    transform: translate(8.6%, 15.4%);
  }
  44% {
    -webkit-transform: translate(7.4%, 13.6%);
    transform: translate(7.4%, 13.6%);
  }
  45% {
    -webkit-transform: translate(6.2%, 11.8%);
    transform: translate(6.2%, 11.8%);
  }
  46% {
    -webkit-transform: translate(5%, 9.6%);
    transform: translate(5%, 9.6%);
  }
  47% {
    -webkit-transform: translate(3.8%, 7.4%);
    transform: translate(3.8%, 7.4%);
  }
  48% {
    -webkit-transform: translate(2.6%, 5%);
    transform: translate(2.6%, 5%);
  }
  49% {
    -webkit-transform: translate(1.2%, 2.6%);
    transform: translate(1.2%, 2.6%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  51% {
    -webkit-transform: translate(-1.2%, -2.6%);
    transform: translate(-1.2%, -2.6%);
  }
  52% {
    -webkit-transform: translate(-2.6%, -5%);
    transform: translate(-2.6%, -5%);
  }
  53% {
    -webkit-transform: translate(-3.8%, -7.4%);
    transform: translate(-3.8%, -7.4%);
  }
  54% {
    -webkit-transform: translate(-5%, -9.6%);
    transform: translate(-5%, -9.6%);
  }
  55% {
    -webkit-transform: translate(-6.2%, -11.8%);
    transform: translate(-6.2%, -11.8%);
  }
  56% {
    -webkit-transform: translate(-7.4%, -13.6%);
    transform: translate(-7.4%, -13.6%);
  }
  57% {
    -webkit-transform: translate(-8.6%, -15.4%);
    transform: translate(-8.6%, -15.4%);
  }
  58% {
    -webkit-transform: translate(-9.6%, -16.8%);
    transform: translate(-9.6%, -16.8%);
  }
  59% {
    -webkit-transform: translate(-10.8%, -18%);
    transform: translate(-10.8%, -18%);
  }
  60% {
    -webkit-transform: translate(-11.8%, -19%);
    transform: translate(-11.8%, -19%);
  }
  61% {
    -webkit-transform: translate(-12.8%, -19.6%);
    transform: translate(-12.8%, -19.6%);
  }
  62% {
    -webkit-transform: translate(-13.6%, -20%);
    transform: translate(-13.6%, -20%);
  }
  63% {
    -webkit-transform: translate(-14.6%, -20%);
    transform: translate(-14.6%, -20%);
  }
  64% {
    -webkit-transform: translate(-15.4%, -19.6%);
    transform: translate(-15.4%, -19.6%);
  }
  65% {
    -webkit-transform: translate(-16.2%, -19%);
    transform: translate(-16.2%, -19%);
  }
  66% {
    -webkit-transform: translate(-16.8%, -18%);
    transform: translate(-16.8%, -18%);
  }
  67% {
    -webkit-transform: translate(-17.6%, -16.8%);
    transform: translate(-17.6%, -16.8%);
  }
  68% {
    -webkit-transform: translate(-18%, -15.4%);
    transform: translate(-18%, -15.4%);
  }
  69% {
    -webkit-transform: translate(-18.6%, -13.6%);
    transform: translate(-18.6%, -13.6%);
  }
  70% {
    -webkit-transform: translate(-19%, -11.8%);
    transform: translate(-19%, -11.8%);
  }
  71% {
    -webkit-transform: translate(-19.4%, -9.6%);
    transform: translate(-19.4%, -9.6%);
  }
  72% {
    -webkit-transform: translate(-19.6%, -7.4%);
    transform: translate(-19.6%, -7.4%);
  }
  73% {
    -webkit-transform: translate(-19.8%, -5%);
    transform: translate(-19.8%, -5%);
  }
  74% {
    -webkit-transform: translate(-20%, -2.6%);
    transform: translate(-20%, -2.6%);
  }
  75% {
    -webkit-transform: translate(-20%, 0%);
    transform: translate(-20%, 0%);
  }
  76% {
    -webkit-transform: translate(-20%, 2.6%);
    transform: translate(-20%, 2.6%);
  }
  77% {
    -webkit-transform: translate(-19.8%, 5%);
    transform: translate(-19.8%, 5%);
  }
  78% {
    -webkit-transform: translate(-19.6%, 7.4%);
    transform: translate(-19.6%, 7.4%);
  }
  79% {
    -webkit-transform: translate(-19.4%, 9.6%);
    transform: translate(-19.4%, 9.6%);
  }
  80% {
    -webkit-transform: translate(-19%, 11.8%);
    transform: translate(-19%, 11.8%);
  }
  81% {
    -webkit-transform: translate(-18.6%, 13.6%);
    transform: translate(-18.6%, 13.6%);
  }
  82% {
    -webkit-transform: translate(-18%, 15.4%);
    transform: translate(-18%, 15.4%);
  }
  83% {
    -webkit-transform: translate(-17.6%, 16.8%);
    transform: translate(-17.6%, 16.8%);
  }
  84% {
    -webkit-transform: translate(-16.8%, 18%);
    transform: translate(-16.8%, 18%);
  }
  85% {
    -webkit-transform: translate(-16.2%, 19%);
    transform: translate(-16.2%, 19%);
  }
  86% {
    -webkit-transform: translate(-15.4%, 19.6%);
    transform: translate(-15.4%, 19.6%);
  }
  87% {
    -webkit-transform: translate(-14.6%, 20%);
    transform: translate(-14.6%, 20%);
  }
  88% {
    -webkit-transform: translate(-13.6%, 20%);
    transform: translate(-13.6%, 20%);
  }
  89% {
    -webkit-transform: translate(-12.8%, 19.6%);
    transform: translate(-12.8%, 19.6%);
  }
  90% {
    -webkit-transform: translate(-11.8%, 19%);
    transform: translate(-11.8%, 19%);
  }
  91% {
    -webkit-transform: translate(-10.8%, 18%);
    transform: translate(-10.8%, 18%);
  }
  92% {
    -webkit-transform: translate(-9.6%, 16.8%);
    transform: translate(-9.6%, 16.8%);
  }
  93% {
    -webkit-transform: translate(-8.6%, 15.4%);
    transform: translate(-8.6%, 15.4%);
  }
  94% {
    -webkit-transform: translate(-7.4%, 13.6%);
    transform: translate(-7.4%, 13.6%);
  }
  95% {
    -webkit-transform: translate(-6.2%, 11.8%);
    transform: translate(-6.2%, 11.8%);
  }
  96% {
    -webkit-transform: translate(-5%, 9.6%);
    transform: translate(-5%, 9.6%);
  }
  97% {
    -webkit-transform: translate(-3.8%, 7.4%);
    transform: translate(-3.8%, 7.4%);
  }
  98% {
    -webkit-transform: translate(-2.6%, 5%);
    transform: translate(-2.6%, 5%);
  }
  99% {
    -webkit-transform: translate(-1.2%, 2.6%);
    transform: translate(-1.2%, 2.6%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@-webkit-keyframes motionCow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes motionCow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes motionWolf {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(0, 10px);
            transform: rotate(-1deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes motionWolf {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(0, 10px);
            transform: rotate(-1deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@-webkit-keyframes motionHuman {
  0% {
    -webkit-transform: matrix3d(0.866, -0.5, 0, 0, 0.5, 0.866, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.866, -0.5, 0, 0, 0.5, 0.866, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.7% {
    -webkit-transform: matrix3d(0.964, -0.264, 0, 0, 0.264, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.964, -0.264, 0, 0, 0.264, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.31% {
    -webkit-transform: matrix3d(0.998, -0.065, 0, 0, 0.065, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, -0.065, 0, 0, 0.065, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.01% {
    -webkit-transform: matrix3d(0.999, 0.045, 0, 0, -0.045, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0.045, 0, 0, -0.045, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.61% {
    -webkit-transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.72% {
    -webkit-transform: matrix3d(1, 0.017, 0, 0, -0.017, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0.017, 0, 0, -0.017, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  32.83% {
    -webkit-transform: matrix3d(1, -0.008, 0, 0, 0.008, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, -0.008, 0, 0, 0.008, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.05% {
    -webkit-transform: matrix3d(1, 0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes motionHuman {
  0% {
    -webkit-transform: matrix3d(0.866, -0.5, 0, 0, 0.5, 0.866, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.866, -0.5, 0, 0, 0.5, 0.866, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.7% {
    -webkit-transform: matrix3d(0.964, -0.264, 0, 0, 0.264, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.964, -0.264, 0, 0, 0.264, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.31% {
    -webkit-transform: matrix3d(0.998, -0.065, 0, 0, 0.065, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, -0.065, 0, 0, 0.065, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.01% {
    -webkit-transform: matrix3d(0.999, 0.045, 0, 0, -0.045, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0.045, 0, 0, -0.045, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.61% {
    -webkit-transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.72% {
    -webkit-transform: matrix3d(1, 0.017, 0, 0, -0.017, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0.017, 0, 0, -0.017, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  32.83% {
    -webkit-transform: matrix3d(1, -0.008, 0, 0, 0.008, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, -0.008, 0, 0, 0.008, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.05% {
    -webkit-transform: matrix3d(1, 0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes motionSheep {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  28% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  32% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  46% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  65% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  71% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  77% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes motionSheep {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  28% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  32% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  46% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  65% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  71% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  77% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes motionJump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  24% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  26% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  72% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  74% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  76% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  78% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  82% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  84% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes motionJump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  22% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  24% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  26% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  72% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  74% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  76% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  78% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  82% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  84% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes motionPop {
  0% {
    -webkit-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  5.81% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.61% {
    -webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 0.982, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.982, 0, 0, 0, 0, 0.982, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.42% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.013, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.12% {
    -webkit-transform: matrix3d(1.021, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.021, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  30.33% {
    -webkit-transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.44% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.54% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.65% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes motionPop {
  0% {
    -webkit-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  5.81% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.61% {
    -webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 0.982, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.982, 0, 0, 0, 0, 0.982, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.42% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.013, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.12% {
    -webkit-transform: matrix3d(1.021, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.021, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  30.33% {
    -webkit-transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.44% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.54% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.65% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes motionPendulum {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}

@keyframes motionPendulum {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}
