/* INIT --------------------------------*/
@font-face {
  font-family: "font-ap";
  src: url("font/ap-web.woff") format("woff");
  src: url("font/ap-web.ttf") format("truetype");
  src: url("font/ap-web.eot") format("embedded-opentype");
}
html {
  line-height: 1.5;
  font-size: 6.25%;
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: black;
  position: relative;
  font-size: 21rem;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #ffb40a;
  color: white;
  text-shadow: none;
}

::selection {
  background: #ffb40a;
  color: white;
  text-shadow: none;
}

a {
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}
a:link {
  color: #6f4d3e;
}
a:visited {
  color: #6f4d3e;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

li {
  list-style: none;
}

.inner960 {
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.inner1200 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

body {
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
body.loaded {
  opacity: 1;
}

.pop, .pop-movie {
  background: white;
}
.pop img, .pop-movie img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.pop:hover img, .pop-movie:hover img {
  opacity: 0.7;
}

.ss-wrapper {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ss-wrapper img {
  vertical-align: bottom;
  width: 100%;
}

.ss-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
.ss-list__item {
  width: 49.25%;
  position: relative;
}
.ss-list__item:nth-of-type(2n) {
  margin-left: 1.5%;
}
.ss-list__item:nth-of-type(n + 3) {
  margin-top: 1.5%;
}

.slide-ss {
  width: 100%;
}
.slide-ss img {
  vertical-align: bottom;
  width: 100%;
}
.slide-ss__button-next {
  background: url(../img/bigarrow_next.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8%;
  height: 0;
  padding-bottom: 15.0769230769%;
  position: absolute;
  right: 0;
  top: 42.5%;
}
.slide-ss__button-prev {
  background: url(../img/bigarrow_prev.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8%;
  height: 0;
  padding-bottom: 15.0769230769%;
  position: absolute;
  left: 0;
  top: 42.5%;
}

.movie-wrapper {
  background: white;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.frame {
  border: 4px solid white;
  border-radius: 3px;
}

/* FRAME --------------------------------*/
.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  background-size: cover;
}

.landing {
  width: 100%;
  position: relative;
}

.blackout {
  background-color: rgb(0, 0, 0);
  display: block;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2000;
  opacity: 1;
  position: fixed;
}

.loaded .blackout {
  -webkit-animation: anim-out-blackout 0.2s linear forwards;
          animation: anim-out-blackout 0.2s linear forwards;
}

.bg-movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  overflow: hidden;
}
.bg-movie__movie {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  width: 177.777777778vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* GLNAV --------------------------------*/
.sp-menu-button {
  display: none;
}

.glNav {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  z-index: 8000;
  position: fixed;
  top: 0;
  margin: 0 auto;
}
.glNav-corner {
  display: none;
}

.glNav-wrapper {
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.glNav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
.glNav-menu__item {
  display: block;
  position: relative;
}
.glNav-menu__item + .glNav-menu__item {
  margin-left: -6%;
}

.glNav-button-top {
  background: url(../img/glnav_top.png) no-repeat;
  display: block;
  position: relative;
  background-size: 100% auto;
  width: 219px;
  height: 98px;
  -webkit-transition: rotate 0.2s;
  transition: rotate 0.2s;
  z-index: 100;
}
.glNav-button-top:hover {
  background-position: 0 100%;
  -webkit-animation: anim-menuHover 0.5s forwards;
          animation: anim-menuHover 0.5s forwards;
}
.glNav-button-top.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-story {
  background: url(../img/glnav_story.png) no-repeat;
  display: block;
  position: relative;
  background-size: 100% auto;
  width: 227px;
  height: 85px;
  -webkit-transition: rotate 0.2s;
  transition: rotate 0.2s;
  margin-top: 18%;
  z-index: 50;
}
.glNav-button-story:hover {
  background-position: 0 100%;
  -webkit-animation: anim-menuHover 0.5s forwards;
          animation: anim-menuHover 0.5s forwards;
}
.glNav-button-story.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-character {
  background: url(../img/glnav_character.png) no-repeat;
  display: block;
  position: relative;
  background-size: 100% auto;
  width: 219px;
  height: 76px;
  -webkit-transition: rotate 0.2s;
  transition: rotate 0.2s;
  z-index: 100;
}
.glNav-button-character:hover {
  background-position: 0 100%;
  -webkit-animation: anim-menuHover 0.5s forwards;
          animation: anim-menuHover 0.5s forwards;
}
.glNav-button-character.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-system {
  background: url(../img/glnav_system.png) no-repeat;
  display: block;
  position: relative;
  background-size: 100% auto;
  width: 218px;
  height: 98px;
  -webkit-transition: rotate 0.2s;
  transition: rotate 0.2s;
  margin-top: 18%;
  z-index: 50;
}
.glNav-button-system:hover {
  background-position: 0 100%;
  -webkit-animation: anim-menuHover 0.5s forwards;
          animation: anim-menuHover 0.5s forwards;
}
.glNav-button-system.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-gallery {
  background: url(../img/glnav_gallery.png) no-repeat;
  display: block;
  position: relative;
  background-size: 100% auto;
  width: 226px;
  height: 80px;
  -webkit-transition: rotate 0.2s;
  transition: rotate 0.2s;
  z-index: 100;
}
.glNav-button-gallery:hover {
  background-position: 0 100%;
  -webkit-animation: anim-menuHover 0.5s forwards;
          animation: anim-menuHover 0.5s forwards;
}
.glNav-button-gallery.selected {
  background-position: 0 100%;
  pointer-events: none;
}

.glNav-button-special {
  background: url(../img/glnav_special.png) no-repeat;
  display: block;
  position: relative;
  background-size: 100% auto;
  width: 216px;
  height: 91px;
  -webkit-transition: rotate 0.2s;
  transition: rotate 0.2s;
  margin-top: 18%;
  z-index: 50;
}
.glNav-button-special:hover {
  background-position: 0 100%;
  -webkit-animation: anim-menuHover 0.5s forwards;
          animation: anim-menuHover 0.5s forwards;
}
.glNav-button-special.selected {
  background-position: 0 100%;
  pointer-events: none;
}

/* FLOAT --------------------------------*/
.reserve-button-float {
  position: fixed;
  width: 14%;
  right: -2%;
  bottom: 205px;
  z-index: 1000;
  -webkit-transition: right 0.15s ease;
  transition: right 0.15s ease;
}
.reserve-button-float img {
  vertical-align: bottom;
  width: 100%;
}
.reserve-button-float:hover {
  right: -1.2%;
}

.sctop-button {
  display: block;
  width: 256px;
  height: 160px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 1s ease;
  transition: opacity 0.3s ease, visibility 1s ease;
  cursor: pointer;
  background-image: url("../img/btn_sctop.png?3");
  background-size: cover;
  background-position: 0px 0px;
}

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

.sctop-button:hover {
  -webkit-animation: animation-bctop 0.785s steps(7) infinite;
          animation: animation-bctop 0.785s steps(7) infinite;
  background-image: url("../img/btn_sctop_on.png?3");
}

.sctop-button:active, .sctop-button:focus {
  -webkit-animation: none;
          animation: none;
  background-image: url("../img/btn_sctop.png?3");
}

.sctop-button.show {
  opacity: 1;
  visibility: visible;
}

/* FOOTER --------------------------------*/
.footer {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer:hover {
  bottom: 0px;
}

.footer-wrapper {
  background: rgb(24, 14, 13);
  width: 100%;
  color: white;
  padding: 1% 0;
  position: relative;
}
.footer-wrapper:before {
  content: "";
  display: block;
  background: url(../img/frame_footer.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 268.8px;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  -webkit-animation: 1s anim-showgrassdown forwards;
          animation: 1s anim-showgrassdown forwards;
  z-index: 1000;
}

.sns-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1%;
}
.sns-button__item {
  position: relative;
  width: 5.2083333333%;
}
.sns-button__item img {
  vertical-align: bottom;
  width: 100%;
}
.sns-button__item + .sns-button__item {
  margin-left: 1%;
}

.official-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1% auto 0;
  width: 100%;
  position: relative;
}
.official-sns__item {
  width: 15.8333333333%;
}
.official-sns__item img {
  width: 100%;
}
.official-sns__item:not(:last-of-type) {
  margin-right: 1%;
}

.copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3%;
  font-size: 0.5em;
}

/* NEW --------------------------------*/
/* common */
.common-window__caption.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: -15%;
  left: -1%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.select-buttons__item.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 14%;
  height: 0;
  padding-bottom: 7%;
  position: absolute;
  top: -17%;
  left: 1%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

/* top */
.glNav-button-top.new:before,
.glNav-button-story.new:before,
.glNav-button-character.new:before,
.glNav-button-system.new:before,
.glNav-button-gallery.new:before,
.glNav-button-special.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 60px;
  height: 0;
  padding-bottom: 30px;
  position: absolute;
  top: 34px;
  left: auto;
  bottom: auto;
  right: -23px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.banner-item.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 25%;
  height: 0;
  padding-bottom: 12.5%;
  position: absolute;
  top: -6%;
  left: 77%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

/*
.glNav-menu__item.new:before{
	@include NEW($w:60px, $top:10px, $right:-23px);
}
*/
.topic-wrapper.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 25%;
  height: 0;
  padding-bottom: 12.5%;
  position: absolute;
  top: 1%;
  left: 1%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

/* story */
.story-character-image-wrapper .text-box.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 15%;
  height: 0;
  padding-bottom: 7.5%;
  position: absolute;
  top: 1%;
  left: auto;
  bottom: auto;
  right: 1%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

/* character */
.character-section.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 7%;
  height: 0;
  padding-bottom: 3.5%;
  position: absolute;
  top: 7%;
  left: 10%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.sub-characters__item.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 12%;
  height: 0;
  padding-bottom: 6%;
  position: absolute;
  top: -1%;
  left: 1%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

/* system */
.system-start.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: -5%;
  left: -1%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.system-select-menu__item.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 13%;
  height: 0;
  padding-bottom: 6.5%;
  position: absolute;
  top: -5%;
  left: 2%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.system-caption.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: -10%;
  left: 3%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.system-section-caption.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: -10%;
  left: -1%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.system-section-flexboxes__item.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 17%;
  height: 0;
  padding-bottom: 8.5%;
  position: absolute;
  top: -20px;
  left: 0%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.system-section-flexboxes__item-full.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: -20px;
  left: 0%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.ability-wrapper.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 8%;
  height: 0;
  padding-bottom: 4%;
  position: absolute;
  top: 1%;
  left: 0%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.name-plate.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 22%;
  height: 0;
  padding-bottom: 11%;
  position: absolute;
  top: -3%;
  left: auto;
  bottom: auto;
  right: -3%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.submenu-item.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 15%;
  height: 0;
  padding-bottom: 7.5%;
  position: absolute;
  top: 2%;
  left: auto;
  bottom: auto;
  right: -3%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.subbtn-item.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 15%;
  height: 0;
  padding-bottom: 7.5%;
  position: absolute;
  top: 2%;
  left: auto;
  bottom: auto;
  right: -3%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.common-window-caption.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: -12%;
  left: auto;
  bottom: auto;
  right: -3%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.gallery-movie .frame.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 11%;
  height: 0;
  padding-bottom: 5.5%;
  position: absolute;
  top: -6%;
  left: auto;
  bottom: auto;
  right: -4%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.comic-thumbnail.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 22%;
  height: 0;
  padding-bottom: 11%;
  position: absolute;
  top: -5%;
  left: auto;
  bottom: auto;
  right: -5%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.comic-thumbnail.yell.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 11%;
  height: 0;
  padding-bottom: 5.5%;
  position: absolute;
  top: -5%;
  left: auto;
  bottom: auto;
  right: -5%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.episodebtn-item::before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 27%;
  height: 0;
  padding-bottom: 13.5%;
  position: absolute;
  top: -15%;
  left: auto;
  bottom: auto;
  right: -7%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
  padding-bottom: 12%;
}

.streaming-image.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: 0%;
  left: auto;
  bottom: auto;
  right: 3%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.goods-image.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 16%;
  height: 0;
  padding-bottom: 8%;
  position: absolute;
  top: -5%;
  left: 0%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.goods-image.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 16%;
  height: 0;
  padding-bottom: 8%;
  position: absolute;
  top: -5%;
  left: 0%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.common-image-wrapper.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 12%;
  height: 0;
  padding-bottom: 6%;
  position: absolute;
  top: -8%;
  left: auto;
  bottom: auto;
  right: 0%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.common-window.topics div.newinfo .subsubcaption.new::before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 2.7em;
  height: 0;
  padding-bottom: 1.35em;
  position: absolute;
  top: -0.5em;
  left: auto;
  bottom: auto;
  right: -2.5em;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.artgallery-image-container.new::before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 11%;
  height: 0;
  padding-bottom: 5.5%;
  position: absolute;
  top: -5%;
  left: auto;
  bottom: auto;
  right: 1%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.anniversary-image-container.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 11%;
  height: 0;
  padding-bottom: 5.5%;
  position: absolute;
  top: -5%;
  left: auto;
  bottom: auto;
  right: 1%;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}

.anniversary-image-container.text.new:before {
  content: "";
  background: url(../img/new.png) 0 0 no-repeat;
  background-size: cover;
  width: 16%;
  height: 0;
  padding-bottom: 8%;
  position: absolute;
  top: -4%;
  left: 0%;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anim-new 1.5s infinite ease;
          animation: anim-new 1.5s infinite ease;
}