@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff') format('woff');
  font-weight: 900;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes slidecopyTop {
  from {
    margin-bottom: -60px;
    opacity: .1;
  }
  to {
    margin-bottom: -10px;
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.yatadata-block-ar .ar_anchor {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 900;
  color: #EC5123;
  background: #FFB4FF;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 13px;
  -webkit-border-top-left-radius: 13px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 13px;
  -moz-border-radius-topleft: 13px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 13px;
  border-top-left-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.yatadata-block-ar .ar_anchor:hover {
  background: #EC5123;
  color: #ffffff;
}
