section {
  width: 100%;
  min-height: 600px;
  padding: 2% 0%;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
section .caption-sp {
  display: none;
}
section:nth-child(1) {
  padding-top: 0px;
}
section:last-child {
  padding-bottom: 100px;
}

b {
  color: rgb(255, 133, 79);
}

.center {
  text-align: center;
}

.common-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0%;
}
.common-image-container {
  display: block;
  position: relative;
  width: 48%;
  margin: 20px auto;
}
.common-image-container:only-child {
  width: auto;
}
.common-image-container img {
  display: block;
  position: relative;
  max-width: 100%;
}
.common-image-container.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-image-container a {
  text-decoration: none;
  text-align: left;
  color: rgb(111, 77, 62);
}
.common-image-container p {
  padding-top: 5px;
  line-height: 1.2;
  font-size: 1.15em;
}
.common-image-caption {
  display: block;
  position: relative;
  margin: 0 auto 0 0;
  width: auto;
  max-width: 100%;
}
.common-image-caption.empty {
  opacity: 0;
}

.common-movie {
  position: relative;
  width: 50%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.common-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.common-movie .frame {
  display: block;
  position: relative;
  border: 4px solid rgb(220, 199, 140);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px black;
          box-shadow: 0 0 6px black;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 6px;
}
.common-movie .frame:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.common-movie img {
  display: block;
  position: relative;
}

.common-window {
  width: 100%;
  display: block;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.common-window-caption {
  display: block;
  position: relative;
  width: 100%;
  max-width: 717px;
  margin: 0 auto;
  color: white;
  border-bottom: 1px solid white;
  -webkit-box-shadow: white;
          box-shadow: white;
}
.common-window-caption img {
  width: 100%;
}
.common-window-text {
  display: block;
  position: relative;
  color: white;
  width: 100%;
  margin: auto;
  font-size: 1.5em;
  text-shadow: 0px 0px 8px #000, 0px 0px 8px #000, 0px 0px 8px #000;
}
.common-window-text em {
  color: #ff0165;
  font-style: initial;
  background: initial;
}
.common-window-text:first-child {
  margin-top: 20px;
}
.common-window-text.top {
  position: absolute;
}
.common-window-text.center {
  text-align: center;
}

.common-right-arrow {
  display: block;
  position: relative;
  width: 0;
  height: inherit;
}
.common-right-arrow:after {
  content: "";
  width: 77px;
  height: 77px;
  display: block;
  position: absolute;
  top: calc(50% - 38.5px);
  left: -38.5px;
  background: url("../img/img_arrow.png");
  z-index: 1;
  color: rgb(242, 98, 65);
}

#bgmBox {
  position: absolute;
  background: url(../img/btn_bgm.png) 0 0 no-repeat;
  background-size: 54px 162px;
  z-index: 10050;
  pointer-events: auto;
  width: 54px;
  height: 54px;
  right: -100px;
  bottom: 0;
  cursor: pointer;
}
#bgmBox:hover {
  background-position: 0 0;
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-animation: none;
          animation: none;
}
#bgmBox.low {
  background-position: 0 50%;
}
#bgmBox.large {
  background-position: 0 100%;
}
#bgmBox button {
  display: inline-block;
  height: 54px;
}
#bgmBox button.btnSwitch {
  width: 54px;
}
#bgmBox button.btnVol {
  width: 0px;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  display: block;
  position: relative;
  margin: 0 auto 0;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-wrapper::-webkit-scrollbar {
  width: 0;
}
.content-wrapper .content-container {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
}
.content-wrapper .content-container.system, .content-wrapper .content-container.special {
  width: auto;
  padding: 0 calc(100% - 1024px + 320px) 180px 15px;
}

.section-top:before {
  content: "";
}
.section-top-story {
  background: url(../img/top_story_bg.jpg) 50% 33% no-repeat;
}
.section-top-system {
  background: url(../img/top_system_bg.jpg) 50% 50% no-repeat;
}

.first-view {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: white;
  z-index: 10000;
  -webkit-transition: opacity ease 1s, -webkit-filter ease 1s;
  transition: opacity ease 1s, -webkit-filter ease 1s;
  transition: opacity ease 1s, filter ease 1s;
  transition: opacity ease 1s, filter ease 1s, -webkit-filter ease 1s;
}
.first-view.animationend {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  pointer-events: none;
}
.first-view-wrapper {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.first-view-wrapper #skip-btn {
  position: absolute;
  cursor: pointer;
  display: block;
  bottom: 10px;
  right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.first-view-wrapper #skip-btn:hover {
  color: #fff;
  text-shadow: 1px 1px 2px #ff0165, 1px -1px 2px #ff0165, -1px 1px 2px #ff0165, -1px -1px 2px #ff0165;
}
.first-view-container {
  display: block;
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../img/firstview_package_pc.jpg) 53% 50% no-repeat;
  background-size: contain;
}
.first-view-container.animation {
  -webkit-animation: anim-firstview-1 2.5s forwards;
          animation: anim-firstview-1 2.5s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.first-view-logo {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/firstview_logo.png) 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
}
.first-view-logo.animation {
  -webkit-animation: anim-firstview-2 2.5s forwards;
          animation: anim-firstview-2 2.5s forwards;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.first-view-logo img {
  display: block;
  position: relative;
  width: 100%;
}
.first-view-catch {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/firstview_catch.png) 50% 50% no-repeat;
  background-size: contain;
}
.first-view-catch.animation {
  -webkit-animation: anim-firstview-2 2.5s forwards;
          animation: anim-firstview-2 2.5s forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.first-view-catch img {
  display: block;
  position: relative;
  width: 100%;
}

.entered .first-view {
  display: none;
}

.top-movie {
  position: absolute;
  display: block;
  min-width: 1920px;
  min-height: 1080px;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.top-movie-wrapper {
  position: fixed;
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.top-movie-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/effect_monitor.png) 0 0 repeat;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.top-movie-wrapper.hide {
  opacity: 0;
}

.top {
  display: block;
  position: relative;
  width: 100vw;
  height: calc(90vh - 142px);
  margin: 0 auto;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.top.invisible ul li a {
  pointer-events: none;
}
.top .main-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.top .main-logo-container {
  display: block;
  width: auto;
  margin: 5% auto;
}
.top .main-logo-container img {
  display: block;
  position: relative;
  max-width: 100%;
}
.top .release-date-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50vw - 640px);
}
.top .release-date-container {
  width: 475px;
  display: block;
  position: absolute;
  bottom: 15%;
  right: 0;
}
.top .release-date-container img {
  display: block;
  position: relative;
}
.top .review-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50vw - 640px);
}
.top .review-container {
  width: 475px;
  display: block;
  position: absolute;
  bottom: 22%;
  right: 0;
}
.top .review-container img {
  width: 50%;
  display: block;
  position: relative;
  margin: auto 0 auto auto;
  -webkit-transition: -webkit-filter 0.5s, -webkit-transform 0.5s;
  transition: -webkit-filter 0.5s, -webkit-transform 0.5s;
  transition: filter 0.5s, transform 0.5s;
  transition: filter 0.5s, transform 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s;
}
.top .review-container img:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top .review-container .pop:hover img {
  opacity: 1;
}

.loaded .top.visible {
  opacity: 1;
}
.loaded .top.invisible {
  opacity: 0;
}

.top-caption {
  display: block;
  width: 100%;
  background: url(../img/caption_bg.png) 50% 50% no-repeat;
  pointer-events: none;
}
.top-caption img {
  display: block;
  margin: auto;
}
.top-character-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10% 0 2%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  justify-content: center;
}
.top-character-image-container {
  display: block;
  position: relative;
  width: auto;
  margin: 0;
}
.top-character-image-container.robot {
  margin-right: -3%;
  padding-top: 17%;
}
.top-character-image-container.trico {
  margin-left: -3%;
}
.top-character-image-container img {
  display: block;
  position: relative;
}
.top-character-image-text {
  display: block;
  position: absolute;
}
.top-character-image-text img {
  display: block;
  width: auto;
  margin: 0;
}
.top-character-image-text.robot {
  top: 4%;
  left: -140%;
}
.top-character-image-text.trico {
  top: -15%;
  right: -100%;
}
.top-system-image-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 20px auto;
}
.top-system-image-container {
  display: block;
  position: relative;
  width: 48%;
  margin: 20px auto;
}
.top-system-image-container img {
  display: block;
  position: relative;
  max-width: 100%;
}
.top-system-image-catch01 {
  position: absolute;
  top: -8%;
  left: -11%;
}
.top-system-image-catch02 {
  position: absolute;
  bottom: -8%;
  right: -14%;
}
.top-system-image-btn {
  display: block;
  position: relative;
  margin: auto 0 auto auto;
}
.top-system-image-btn img {
  -webkit-transition: -webkit-filter 0.5s linear, -webkit-transform 0.25s ease-out;
  transition: -webkit-filter 0.5s linear, -webkit-transform 0.25s ease-out;
  transition: filter 0.5s linear, transform 0.25s ease-out;
  transition: filter 0.5s linear, transform 0.25s ease-out, -webkit-filter 0.5s linear, -webkit-transform 0.25s ease-out;
  display: block;
  position: relative;
}
.top-system-image-btn:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.main-banner-wrapper {
  width: 14%;
  display: block;
  position: absolute;
  top: 142px;
  left: 0;
  padding-left: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner-container {
  width: 100%;
  display: block;
  position: relative;
}
.main-banner-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-filter 0.5s, -webkit-transform 0.5s;
  transition: -webkit-filter 0.5s, -webkit-transform 0.5s;
  transition: filter 0.5s, transform 0.5s;
  transition: filter 0.5s, transform 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s;
}
.main-banner-item img {
  display: block;
  width: 100%;
}
.main-banner-item:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topics {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: calc(1280px - 10vw);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics-caption {
  display: block;
  position: relative;
  width: 100%;
}
.topics-caption img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.topics-button-prev, .topics-button-next {
  display: block;
  width: 6vw;
  max-width: 43px;
  height: auto;
  background-image: none;
  top: 29%;
}
.topics-button-prev img, .topics-button-next img {
  vertical-align: bottom;
  width: 100%;
}
.topics-button-prev {
  left: -3vw;
  -webkit-animation: anim-arrow-l 2s ease-in-out infinite;
          animation: anim-arrow-l 2s ease-in-out infinite;
}
.topics-button-prev.swiper-button-disabled {
  -webkit-animation: none;
          animation: none;
}
.topics-button-next {
  right: -3vw;
  -webkit-animation: anim-arrow-r 2s ease-in-out infinite;
          animation: anim-arrow-r 2s ease-in-out infinite;
}
.topics-button-next.swiper-button-disabled {
  -webkit-animation: none;
          animation: none;
}

.topics-pagination {
  position: relative;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: gray;
  margin: 0 2%;
}
.swiper-pagination-bullet-active {
  background: rgb(255, 133, 79);
}

.topics-list {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.topics-list-block {
  margin: 0 auto;
}
.topics-item-wrapper {
  padding: 10px 0;
  overflow: visible;
}
.topics-item-container {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.topics-card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
  padding: 1em 10px 0;
}
.topics-card:hover .topics-card-image img {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.topics-card.pop, .topics-card.pop-movie {
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
.topics-card.pop:hover img, .topics-card.pop-movie:hover img {
  opacity: initial;
}
.topics-card-image {
  display: block;
  width: 100%;
  border: 10px solid #4d4d4d;
  background-color: #4d4d4d;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 1px #8ee34e;
          box-shadow: 0 0 5px 1px #8ee34e;
  position: relative;
}
.topics-card-image img {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 3px #8ee34e;
          box-shadow: 0 0 3px #8ee34e;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
.topics-card-date {
  display: inline-block;
  color: white;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.topics-card-text {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}

.common-button {
  width: 30%;
}
.common-button a {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #FF7C55;
  border-radius: 10px;
  border: 2px solid #FF7C55;
  padding: 0.3em 1em;
  text-align: center;
  line-height: 1.5em;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common-button a:hover {
  background: white;
  color: #FF7C55;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common-button-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.common-button-wrapper.empty {
  display: none;
}
.common-button-container {
  display: block;
  width: 40%;
  margin: 1%;
}
.common-button-container.long {
  width: 90%;
  margin: 0 auto;
}

.common-button2 {
  width: 30%;
}
.common-button2 a {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #7E9BC9;
  border-radius: 10px;
  padding: 0.3em 1em;
  text-align: center;
  line-height: 1.5em;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common-button2 a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.order-button-ps4 {
  display: block;
  background: rgb(37, 134, 188);
  width: 100%;
  text-align: center;
  padding: 1em 0;
  font-size: 0.9em;
  font-weight: 700;
  color: white !important;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-box-shadow: 3px 3px 3px #2b2e42;
          box-shadow: 3px 3px 3px #2b2e42;
  border: 2px solid white;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  margin: 2% auto;
}
.order-button-ps4:hover {
  background: #00c9ea;
}
.order-button-switch {
  display: block;
  background: rgb(195, 60, 51);
  width: 100%;
  text-align: center;
  padding: 1em 0;
  font-size: 0.9em;
  font-weight: 700;
  color: white !important;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-box-shadow: 3px 3px 3px #2b2e42;
          box-shadow: 3px 3px 3px #2b2e42;
  border: 2px solid white;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  margin: 2% auto;
}
.order-button-switch:hover {
  background: #ff7445;
}
.order-button-comingsoon {
  display: block;
  background: gray;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  font-size: 0.9em;
  font-weight: 700;
  color: white !important;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-box-shadow: 3px 3px 3px #2b2e42;
          box-shadow: 3px 3px 3px #2b2e42;
  border: 2px solid white;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  margin: 2% auto;
}
.order-button-buy {
  display: block;
  background: #d18a39;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  font-size: 0.9em;
  font-weight: 700;
  color: white !important;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-box-shadow: 3px 3px 3px #2b2e42;
          box-shadow: 3px 3px 3px #2b2e42;
  border: 2px solid white;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  margin: 2% auto;
}
.order-button-buy:hover {
  background: #fabf7b;
}

.grassSets {
  width: 100%;
  position: absolute;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  height: calc(100% - 100vh);
  pointer-events: none;
  overflow: hidden;
  top: 100vh;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.grassSets.nonTop {
  height: 100%;
  top: 0;
  z-index: -1;
}

.loaded .grassSets {
  opacity: 1;
}

.grass01,
.grass02,
.grass03,
.grass04,
.grass05,
.grass05,
.grass06,
.grass07,
.grass08,
.grass09,
.grass10,
.grass11,
.grass12,
.grass13,
.grass14 {
  position: absolute;
}

.grass01 {
  top: 1200px;
  right: calc(50% - 890px);
  -webkit-animation: grass_anim01 2s ease-in-out infinite;
  animation: grass_anim01 2s ease-in-out infinite;
  opacity: 0.5;
}

.grass02 {
  top: 1200px;
  left: calc(50% - 900px);
  -webkit-animation: grass_anim02 3s ease-in-out infinite;
  animation: grass_anim02 3s ease-in-out infinite;
  opacity: 0.7;
}

.grass08 {
  top: 1400px;
  right: calc(50% - 800px);
  -webkit-animation: grass_anim02 3s ease-in-out infinite;
  animation: grass_anim02 3s ease-in-out infinite;
}

.grass07 {
  top: 1500px;
  left: calc(50% - 650px);
  -webkit-animation: grass_anim02 2s ease-in-out infinite;
  animation: grass_anim02 2s ease-in-out infinite;
  opacity: 0.7;
}

.grass03 {
  top: 2090px;
  right: calc(50% - 890px);
  -webkit-animation: grass_anim01 2s ease-in-out infinite 0.5s;
  animation: grass_anim01 2s ease-in-out infinite 0.5s;
  opacity: 0.4;
}

.grass04 {
  top: 2390px;
  left: calc(50% - 900px);
  -webkit-animation: grass_anim01 2s ease-in-out infinite;
  animation: grass_anim01 2s ease-in-out infinite;
}

.grass09 {
  top: 2500px;
  right: calc(50% - 850px);
  -webkit-animation: grass_anim01 2.5s ease-in-out infinite;
  animation: grass_anim01 2.5s ease-in-out infinite;
  opacity: 0.8;
}

.grass10 {
  top: 2700px;
  left: calc(50% - 850px);
  -webkit-animation: grass_anim01 3.5s ease-in-out infinite;
  animation: grass_anim01 3.5s ease-in-out infinite;
  opacity: 0.6;
}

.grass13 {
  top: 3200px;
  right: calc(50% - 750px);
  -webkit-animation: grass_anim01 3.5s ease-in-out infinite;
  animation: grass_anim01 3.5s ease-in-out infinite;
  opacity: 0.8;
}

.grass05 {
  top: 2600px;
  right: calc(50% - 800px);
  -webkit-animation: grass_anim02 3s ease-in-out infinite;
  animation: grass_anim02 3s ease-in-out infinite;
}

.grass06 {
  top: 3050px;
  left: calc(50% - 650px);
  -webkit-animation: grass_anim01 2.5s ease-in-out infinite 0.3s;
  animation: grass_anim01 2.5s ease-in-out infinite 0.3s;
  opacity: 0.3;
}

.grass11 {
  top: 3400px;
  left: calc(50% - 900px);
  -webkit-animation: grass_anim01 2s ease-in-out infinite 0.3s;
  animation: grass_anim01 2s ease-in-out infinite 0.3s;
  opacity: 0.9;
}

.grass12 {
  top: 3600px;
  right: calc(50% - 860px);
  -webkit-animation: grass_anim01 2s ease-in-out infinite 0.3s;
  animation: grass_anim01 2s ease-in-out infinite 0.3s;
  opacity: 0.9;
}

.grass14 {
  top: 4200px;
  left: calc(50% - 890px);
  -webkit-animation: grass_anim01 3s ease-in-out infinite 0.3s;
  animation: grass_anim01 3s ease-in-out infinite 0.3s;
  opacity: 0.7;
}

.annotion {
  font-size: 0.8em;
}

.main-order-button {
  display: block;
  position: fixed;
  width: 260px;
  height: 161px;
  left: 30px;
  bottom: 30px;
  z-index: 1000;
  background: url("../img/btn_purchase.png") 0% 0% no-repeat;
  background-size: cover;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.25s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 0.25s ease-out;
  transition: opacity 1s ease-in-out, transform 0.25s ease-out;
  transition: opacity 1s ease-in-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.main-order-button img {
  display: block;
  position: relative;
  width: 100%;
}
.main-order-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#cv_particle {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#cv_particle.show {
  opacity: 1;
}
#cv_particle.nonTop {
  z-index: -1;
}

@media (max-width: 1280px) {
  .main-banner-wrapper {
    width: 100%;
    max-width: 825px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .main-banner-container {
    width: 100%;
    max-width: 275px;
    margin: 0;
    display: block;
    position: relative;
  }
  .main-banner-item {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-filter 0.5s, -webkit-transform 0.5s;
    transition: -webkit-filter 0.5s, -webkit-transform 0.5s;
    transition: filter 0.5s, transform 0.5s;
    transition: filter 0.5s, transform 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s;
  }
  .main-banner-item img {
    display: block;
    width: 100%;
  }
  .main-banner-item:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .main-order-button {
    position: absolute;
    bottom: 110%;
    left: 0px;
  }
}