@-webkit-keyframes heartbeat-loader {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartbeat-loader {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}
html {
  scroll-behavior: smooth;
}

.fan-service-top {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #FAFAF0;
  font-weight: 700;
  font-size: 14px;
  color: #32281E;
}
.fan-service-top section {
  min-width: 1200px;
}
.fan-service-top .fan-inline-sp {
  display: none;
}
.fan-service-top .fan-block-sp {
  display: none;
}
.fan-service-top__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #FAFAF0;
  z-index: 9999;
}
.fan-service-top__heartbeat-loader:not(:required) {
  margin-bottom: 70px;
}
.fan-service-top__heartbeat-loader:not(:required) img {
  -webkit-animation: heartbeat-loader 1600ms ease 0s infinite normal;
          animation: heartbeat-loader 1600ms ease 0s infinite normal;
  display: inline-block;
  position: relative;
  transform: scale(1);
  transform-origin: 50% 50%;
}
.fan-service-top__loading-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #9F948A;
  margin-top: 30px;
}
.fan-service-top__section-header {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.fan-service-top__section-header__title {
  position: relative;
  display: inline-block;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.fan-service-top__section-header__sub-title {
  font-size: 22px;
  font-weight: 500;
  color: #71685F;
  line-height: 2em;
  margin-top: 24px;
}
.fan-service-top__section-header__img {
  position: absolute;
}
.fan-service-top__contents {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 120px;
}
.fan-service-top__icon-arrow {
  margin-left: 10px;
  margin-top: 2px;
}
.fan-service-top__back-to-top {
  color: #FFF;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  width: 66px;
  height: 66px;
  background: url("/img/service/img_page_top.png");
  background-size: cover;
  transition: 0.3s;
}
.fan-service-top__back-to-top:hover {
  color: #FFF;
  text-decoration: none;
}
.fan-service-top__back-to-top:hover {
  transform: scale(1.05, 1.05);
}
.fan-service-top__back-to-top:hover .fan-service-top__back-to-top__arrow {
  transform: translate(0, -2px);
  transition-delay: 0.3s;
  transition: 0.2s;
}
.fan-service-top__back-to-top__inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fan-service-top__back-to-top__arrow {
  position: absolute;
  top: 16px;
  left: 28px;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top section {
    min-width: inherit;
  }
  .fan-service-top .fan-inline-sp {
    display: inline;
  }
  .fan-service-top .fan-block-sp {
    display: block;
  }
  .fan-service-top__section-header {
    margin-bottom: 40px;
  }
  .fan-service-top__section-header__title {
    font-size: 24px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .fan-service-top__section-header__sub-title {
    font-size: 14px;
    margin-top: 20px;
  }
  .fan-service-top__contents {
    width: 100%;
    padding: 70px 25px;
  }
  .fan-service-top img {
    max-width: 100%;
    height: auto;
  }
  .fan-service-top__back-to-top {
    right: 20px;
    width: 60px;
    height: 60px;
  }
  .fan-service-top__back-to-top__arrow {
    top: 13px;
    left: 24px;
  }
}
.fan-service-top__header__nav1__inner, .fan-service-top__header__nav2__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 30px;
  width: 100%;
  height: 90px;
  z-index: 999;
}
.fan-service-top__header__nav1__menu, .fan-service-top__header__nav2__menu {
  margin: 0 5px;
}
.fan-service-top__header__nav1__menu:first-of-type, .fan-service-top__header__nav2__menu:first-of-type {
  margin-right: auto;
}
.fan-service-top__header__nav1__menu:last-of-type, .fan-service-top__header__nav2__menu:last-of-type {
  margin-left: 30px;
}
.fan-service-top__header__nav1__menu-icon:hover, .fan-service-top__header__nav2__menu-icon:hover {
  cursor: pointer;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__header__nav1__inner {
    position: relative;
  }
  .fan-service-top__header__nav1, .fan-service-top__header__nav2 {
    font-size: 12px;
  }
  .fan-service-top__header__nav1__inner, .fan-service-top__header__nav2__inner {
    height: 64px;
    padding: 0 20px;
  }
  .fan-service-top__header__nav1__menu:first-of-type, .fan-service-top__header__nav2__menu:first-of-type {
    margin-right: auto;
  }
  .fan-service-top__header__nav1__menu:last-of-type, .fan-service-top__header__nav2__menu:last-of-type {
    margin-left: 15px;
  }
  .fan-service-top__header__nav1__logo, .fan-service-top__header__nav2__logo {
    width: 118px;
    height: 23px;
  }
  .fan-service-top__header__nav1__slash, .fan-service-top__header__nav2__slash {
    width: 8px;
    height: 16px;
  }
  .fan-service-top__header__nav1__menu-icon, .fan-service-top__header__nav2__menu-icon {
    width: 28px;
    height: 22px;
  }
}
.fan-service-top__slide-menu {
  position: fixed;
  top: 0;
  right: -600px;
  z-index: 999;
  transition: all 0.5s ease-out;
}
.fan-service-top__slide-menu.fan-menu-open {
  right: -20px;
}
.fan-service-top__slide-menu__bg-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.7);
  z-index: 999;
}
.fan-service-top__slide-menu__inner {
  position: relative;
  width: 600px;
  max-height: 100vh;
  overflow-y: scroll;
  padding: 90px 110px;
  background: #FAFAF0;
  border-radius: 40px 0 0 40px;
}
.fan-service-top__slide-menu__btn-close {
  position: absolute;
  top: 24px;
  right: 50px;
}
.fan-service-top__slide-menu__btn-close:hover {
  cursor: pointer;
}
.fan-service-top__slide-menu__list {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
}
.fan-service-top__slide-menu__list li {
  margin-bottom: 1em;
}
.fan-service-top__slide-menu__list a {
  color: #32281E;
  text-decoration: none;
}
.fan-service-top__slide-menu__list a:hover {
  color: #32281E;
  text-decoration: none;
}
.fan-service-top__slide-menu__list a:hover {
  font-weight: 700;
  color: #FA555A;
  transition: all 0.5s ease;
}
.fan-service-top__slide-menu__line {
  margin: 50px 0;
}
.fan-service-top__slide-menu__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 10px;
}
.fan-service-top__slide-menu__btns div {
  margin-bottom: 15px;
}
.fan-service-top__slide-menu__btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #FAFAF0;
  color: #FA555A;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  border: 2px solid #FA555A;
  width: 123px;
  height: 34px;
  padding: 0;
}
.fan-service-top__slide-menu__btn1:hover {
  color: #FA555A;
  transform: scale(1.03, 1.03);
}
.fan-service-top__slide-menu__btn1:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__slide-menu__btn1 {
    font-size: 14px;
  }
}
.fan-service-top__slide-menu__btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #FA555A;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  width: 123px;
  height: 34px;
  padding: 0;
}
.fan-service-top__slide-menu__btn2:hover {
  color: #FFF;
  transform: scale(1.03, 1.03);
}
.fan-service-top__slide-menu__btn2:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__slide-menu__btn2 {
    font-size: 14px;
  }
}
.fan-service-top__slide-menu__footer-menu {
  margin-top: 20px;
}
.fan-service-top__slide-menu__footer-menu div {
  margin-top: 1em;
  font-size: 12px;
}
.fan-service-top__slide-menu__footer-menu div a {
  color: #71685F;
  text-decoration: none;
}
.fan-service-top__slide-menu__footer-menu div a:hover {
  color: #71685F;
  text-decoration: none;
}
.fan-service-top__slide-menu__footer-menu div a:hover {
  font-weight: 700;
  color: #FA555A;
  transition: all 0.5s ease;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__slide-menu {
    right: -300px;
  }
  .fan-service-top__slide-menu__inner {
    width: 300px;
    padding: 50px 50px 50px 40px;
  }
  .fan-service-top__slide-menu__btn-close {
    top: 20px;
    right: 40px;
    width: 28px;
    height: auto;
  }
  .fan-service-top__slide-menu__list {
    font-size: 14px;
  }
  .fan-service-top__slide-menu__line {
    margin: 30px 0;
  }
  .fan-service-top__slide-menu__footer {
    display: block;
    padding: 0;
  }
  .fan-service-top__slide-menu__links {
    margin-top: 30px;
  }
  .fan-service-top__slide-menu__footer-menu {
    margin-top: 10px;
  }
  .fan-service-top__slide-menu__footer-menu div {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
  }
  .fan-service-top__slide-menu__footer-menu__border {
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #71685F;
  }
  .fan-service-top__slide-menu .fan-block-sp {
    margin: 0;
  }
}
.fan-service-top__footer {
  color: #9F948A;
}
.fan-service-top__footer__nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin-bottom: -20px;
}
.fan-service-top__footer__nav-left {
  margin-right: auto;
}
.fan-service-top__footer__nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fan-service-top__footer__nav-menu {
  margin: 0 10px;
  font-size: 14px;
}
.fan-service-top__footer__nav-menu a {
  color: #9F948A;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.5s ease;
}
.fan-service-top__footer__nav-menu a:hover {
  color: #9F948A;
  text-decoration: none;
}
.fan-service-top__footer__nav-menu a:hover {
  font-weight: 700;
  color: #80705F;
  transition: all 0.5s ease;
}
.fan-service-top__footer__copyright1 {
  margin-left: 30px;
  font-size: 12px;
}
.fan-service-top__footer__copyright2 {
  display: none;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__footer__nav {
    padding: 0;
    margin-bottom: 30px;
  }
  .fan-service-top__footer__nav-left {
    width: 100px;
    margin-right: 0;
  }
  .fan-service-top__footer__nav-right {
    display: block;
    margin-left: 26px;
  }
  .fan-service-top__footer__nav-menu {
    margin: 0 0 20px;
    font-size: 12px;
  }
  .fan-service-top__footer__copyright1 {
    display: none;
  }
  .fan-service-top__footer__copyright2 {
    display: block;
  }
}

.fan-service-top__header-idx a {
  color: #80705F;
  text-decoration: none;
}
.fan-service-top__header-idx a:hover {
  color: #80705F;
  text-decoration: none;
}
.fan-service-top__header-idx a:hover {
  font-weight: 700;
  color: #FA555A;
  transition: all 0.5s ease;
}
.fan-service-top__header-idx .fan-service-top__header__nav2 {
  display: none;
}
.fan-service-top__header-idx .fan-service-top__header__nav2__inner {
  background: #FFF;
}
.fan-service-top__kv {
  display: flex;
  align-items: center;
}
.fan-service-top__kv__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.fan-service-top__kv__msg-area {
  margin-right: 40px;
}
.fan-service-top__kv__tagline {
  margin-bottom: 30px;
}
.fan-service-top__kv__logo-top {
  margin-bottom: 76px;
}
.fan-service-top__kv__img {
  max-height: 620px;
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__kv {
    max-width: 100%;
  }
  .fan-service-top__kv__contents {
    display: block;
    width: 100%;
    padding: 15px 30px 30px;
  }
  .fan-service-top__kv__msg-area {
    margin-right: 0;
  }
  .fan-service-top__kv__tagline {
    margin-bottom: 25px;
  }
  .fan-service-top__kv__logo-top {
    margin-bottom: 25px;
  }
  .fan-service-top__kv__main-copy {
    margin-bottom: 20px;
  }
  .fan-service-top__kv__img {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.fan-service-top__conversion {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 0;
  background-color: #FA555A;
}
.fan-service-top__conversion__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.fan-service-top__conversion__text {
  color: #FFF;
  line-height: 50px;
  margin: 0 10px;
  text-align: center;
  font-size: 22px;
}
.fan-service-top__conversion__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-service-top__conversion__btn-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #499DCC;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
}
.fan-service-top__conversion__btn-signup:hover {
  color: #FFF;
  transform: scale(1.03, 1.03);
}
.fan-service-top__conversion__btn-signup:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__conversion__btn-signup {
    font-size: 14px;
  }
}
.fan-service-top__conversion__btn-club {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #FFF;
  color: #FA555A;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
}
.fan-service-top__conversion__btn-club:hover {
  color: #FA555A;
  transform: scale(1.03, 1.03);
}
.fan-service-top__conversion__btn-club:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__conversion__btn-club {
    font-size: 14px;
  }
}
.fan-service-top__conversion__btn-signup, .fan-service-top__conversion__btn-club {
  height: 50px;
  margin: 0 10px;
  width: 220px;
  padding: 0;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__conversion {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 10px 0 25px;
  }
  .fan-service-top__conversion__inner {
    display: block;
    width: 100%;
  }
  .fan-service-top__conversion__text {
    font-size: 16px;
  }
  .fan-service-top__conversion__btn-signup, .fan-service-top__conversion__btn-club {
    height: 44px;
    margin: 0 5px;
    width: 160px;
    padding: 0;
  }
}
.fan-service-top__movie {
  position: relative;
}
.fan-service-top__movie__title {
  font-size: 45px;
  text-align: center;
  margin-bottom: 34px;
}
.fan-service-top__movie__balloon {
  position: absolute;
  top: 52px;
  left: 10px;
  z-index: 100;
  transform-origin: center bottom;
  transform: scale(0);
}
.fan-service-top__movie__balloon.fan-visible {
  transform: scale(1);
  -webkit-animation: balloon 1.3s 1;
          animation: balloon 1.3s 1;
}
@-webkit-keyframes balloon {
  0% {
    transform: scale(0, 0) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 5%);
  }
  40% {
    transform: scale(1.1, 0.9) translate(0%, 8%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(0%, -8%);
  }
  70% {
    transform: scale(1.1, 1) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes balloon {
  0% {
    transform: scale(0, 0) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 5%);
  }
  40% {
    transform: scale(1.1, 0.9) translate(0%, 8%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(0%, -8%);
  }
  70% {
    transform: scale(1.1, 1) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.fan-service-top__movie__bird {
  position: absolute;
  top: 70px;
  right: 226px;
}
.fan-service-top__movie__youtube-area {
  max-width: 730px;
  margin: 0 auto;
}
.fan-service-top__movie__youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.fan-service-top__movie__youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.fan-service-top__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fan-service-top__movie iframe.pv::after {
  display: none;
}
.fan-service-top__movie #fan-play-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("/img/service/bg_youtube.jpg");
  background-size: cover;
}
.fan-service-top__movie #fan-play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 99px;
  height: 100px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s;
}
.fan-service-top__movie #fan-play-btn:hover {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__movie__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .fan-service-top__movie__images {
    position: relative;
    margin-top: -50px;
  }
  .fan-service-top__movie__balloon {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    width: 240px;
    height: auto;
  }
  .fan-service-top__movie__bird {
    right: 0;
    bottom: 0;
    width: 112px;
    height: auto;
  }
  .fan-service-top__movie #fan-play-btn {
    width: 62px;
    height: 63px;
  }
}
.fan-service-top__statement {
  background-color: #FA555A;
}
.fan-service-top__statement__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fan-service-top__statement__panel {
  padding-left: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.fan-service-top__statement__img-msg {
  margin-bottom: 80px;
}
.fan-service-top__statement__img-msg__sp {
  display: none;
}
.fan-service-top__statement__img-sign {
  margin-bottom: 60px;
}
.fan-service-top__statement__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  text-decoration: none;
  padding: 0 4px 14px;
  position: relative;
}
.fan-service-top__statement__link:hover {
  color: #FFF;
  text-decoration: none;
}
.fan-service-top__statement__link:after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
.fan-service-top__statement__link:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
.fan-service-top__statement__link:hover:after {
  width: 100%;
}
.fan-service-top__statement__link-msg {
  color: #FFF;
  font-size: 22px;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__statement__row {
    display: block;
  }
  .fan-service-top__statement__panel {
    position: relative;
    top: 0;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .fan-service-top__statement__contents {
    text-align: center;
  }
  .fan-service-top__statement__img-msg {
    display: none;
  }
  .fan-service-top__statement__img-msg__sp {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  .fan-service-top__statement__img-sign {
    width: 260px;
    height: auto;
    margin-bottom: 40px;
  }
  .fan-service-top__statement__link-msg {
    font-size: 16px;
  }
}
.fan-service-top__merit .fan-service-top__section-header__img {
  top: -20px;
  left: -150px;
}
.fan-service-top__merit__info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fan-service-top__merit__info:not(:first-of-type) {
  margin-top: 50px;
}
.fan-service-top__merit__info__img, .fan-service-top__merit__info__txt {
  margin: 0 40px;
}
.fan-service-top__merit__info__txt {
  padding-left: 20px;
}
.fan-service-top__merit__subtitle {
  font-size: 28px;
  line-height: 2em;
  margin-bottom: 30px;
}
.fan-service-top__merit__msg {
  color: #71685F;
  line-height: 2em;
  font-size: 18px;
  font-weight: 500;
}
.fan-service-top__merit__notice {
  color: #9F948A;
  font-size: 14px;
  font-weight: 500;
}
.fan-service-top__merit__line01 {
  position: absolute;
  left: 420px;
  top: 280px;
}
.fan-service-top__merit__line02 {
  position: absolute;
  left: 390px;
  top: 300px;
}
.fan-service-top__merit__line03 {
  position: absolute;
  left: 360px;
  top: 300px;
  transform: rotate(-8deg);
}
.fan-service-top__merit__carousel {
  display: none;
}
.fan-service-top__merit__carousel__indicators {
  bottom: -60px;
  align-items: center;
}
.fan-service-top__merit__carousel__indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px !important;
  border: none !important;
  background: #FA555A !important;
}
.fan-service-top__merit__carousel__indicators .active {
  width: 16px !important;
  height: 16px !important;
  border-radius: 8px !important;
}
.fan-service-top__merit__carousel__item {
  background: #FFF;
  border-radius: 40px;
  padding: 40px 20px 30px;
}
.fan-service-top__merit__carousel__img-area img {
  margin: 0 auto;
}
.fan-service-top__merit__carousel__title {
  font-size: 17px;
  line-height: 2em;
  text-align: center;
  margin: 20px -10px;
}
.fan-service-top__merit__carousel__text {
  color: #71685F;
  font-weight: 500;
  line-height: 1.8em;
}
.fan-service-top__merit__carousel__notice {
  font-size: 10px;
  color: #9F948A;
  margin-bottom: 10px;
}
.fan-service-top__merit__carousel__prev, .fan-service-top__merit__carousel__next {
  opacity: 1;
  width: 50px;
}
.fan-service-top__merit__carousel__prev {
  left: -20px;
}
.fan-service-top__merit__carousel__next {
  right: -20px;
}
.fan-service-top__merit__carousel__btn-prev, .fan-service-top__merit__carousel__btn-next {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.fan-service-top__merit__carousel__btn-prev {
  background-image: url("/img/service/icon_prev.png");
}
.fan-service-top__merit__carousel__btn-next {
  background-image: url("/img/service/icon_next.png");
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__merit .fan-service-top__section-header__img {
    left: -50px;
    top: 0;
    width: 60px;
    height: auto;
  }
  .fan-service-top__merit__info {
    display: none;
  }
  .fan-service-top__merit__carousel {
    display: block;
    margin-bottom: 50px;
  }
}
.fan-service-top__conversion02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 70px 0;
  background-color: #FA555A;
}
.fan-service-top__conversion02__text {
  color: #FFF;
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
}
.fan-service-top__conversion02__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-service-top__conversion02__btn-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #499DCC;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  padding: 0 50px;
  height: 70px;
  margin: 0 10px;
  font-size: 23px;
}
.fan-service-top__conversion02__btn-signup:hover {
  color: #FFF;
  transform: scale(1.03, 1.03);
}
.fan-service-top__conversion02__btn-signup:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__conversion02__btn-signup {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__conversion02 {
    padding: 25px 0;
  }
  .fan-service-top__conversion02__text {
    font-size: 15px;
  }
  .fan-service-top__conversion02__btn-signup {
    height: 50px;
    padding: 0 40px;
    font-size: 17px;
  }
  .fan-service-top__conversion02__btn-signup img {
    width: 7px;
    height: auto;
  }
}
.fan-service-top__captain .fan-service-top__section-header__img {
  top: -20px;
  right: -100px;
}
.fan-service-top__captain__intro {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  text-align: center;
}
.fan-service-top__captain__human {
  margin: 0 60px;
}
.fan-service-top__captain__role {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img/service/img_obi_red.png");
  background-size: cover;
  width: 157px;
  height: 51px;
  margin: 20px auto 20px;
  color: #FFF;
  font-size: 23px;
}
.fan-service-top__captain__role-info1 {
  color: #71685F;
  font-size: 18px;
  margin-bottom: 10px;
}
.fan-service-top__captain__role-info2 {
  font-size: 24px;
}
.fan-service-top__captain__detail {
  text-align: left;
  color: #71685F;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  margin-top: 20px;
}
.fan-service-top__captain__line1 {
  position: absolute;
  top: 25px;
  left: 430px;
}
.fan-service-top__captain__line2 {
  display: none;
  position: absolute;
  top: 110px;
  left: -20px;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__captain .fan-service-top__section-header__img {
    width: 54px;
    height: auto;
    right: 30px;
    top: -30px;
  }
  .fan-service-top__captain__intro {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }
  .fan-service-top__captain__human {
    margin: 0;
  }
  .fan-service-top__captain__human:first-of-type {
    margin-bottom: 40px;
  }
  .fan-service-top__captain__img-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fan-service-top__captain__info {
    min-width: 180px;
    margin-left: 20px;
  }
  .fan-service-top__captain__role {
    margin: 0 auto 10px;
    font-size: 16px;
    width: 110px;
    height: 36px;
  }
  .fan-service-top__captain__role-info1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .fan-service-top__captain__role-info2 {
    font-size: 18px;
  }
  .fan-service-top__captain__img {
    width: 120px;
    height: 120px;
  }
  .fan-service-top__captain__detail {
    font-size: 13px;
    padding: 0 5px 0 15px;
  }
  .fan-service-top__captain__line1 {
    display: none;
  }
  .fan-service-top__captain__line2 {
    display: block;
  }
}
.fan-service-top__steps .fan-service-top__section-header__img {
  top: -30px;
  right: -140px;
}
.fan-service-top__steps__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fan-service-top__steps__number {
  margin: 10px 0;
}
.fan-service-top__steps__icon {
  margin: 10px auto 20px;
}
.fan-service-top__steps__text {
  font-size: 20px;
  line-height: 1.5em;
}
.fan-service-top__steps__line-area {
  margin: -20px 12px 0;
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__steps .fan-service-top__section-header__img {
    width: 85px;
    height: auto;
    right: -70px;
    top: -30px;
  }
  .fan-service-top__steps__intro {
    display: block;
    max-width: 360px;
    margin: 0 auto;
  }
  .fan-service-top__steps__step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
  }
  .fan-service-top__steps__step:last-of-type {
    margin-bottom: 0;
  }
  .fan-service-top__steps__number {
    width: 80px;
    min-width: 80px;
    margin: 0;
  }
  .fan-service-top__steps__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-left: 20px;
    width: 100%;
  }
  .fan-service-top__steps__text {
    font-size: 15px;
    text-align: left;
    margin: 0;
  }
  .fan-service-top__steps__icon {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin: 0;
  }
  .fan-service-top__steps__line-area {
    position: relative;
    overflow: initial;
    margin: 0;
  }
  .fan-service-top__steps__line {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: -5px;
    width: 64px;
    height: auto;
    margin: 0;
  }
}
.fan-service-top__features {
  background-color: #F0EDE5;
}
.fan-service-top__features .fan-service-top__section-header__img {
  top: -35px;
  left: -120px;
}
.fan-service-top__features__intro {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.fan-service-top__features__feature {
  width: 300px;
  list-style: none;
  text-align: center;
  margin: 0 0 50px;
}
.fan-service-top__features__list-name {
  font-size: 24px;
}
.fan-service-top__features__info {
  color: #71685F;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}
.fan-service-top__features__btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-service-top__features__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #FA555A;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  height: 50px;
  padding: 0 40px;
}
.fan-service-top__features__btn:hover {
  color: #FFF;
  transform: scale(1.03, 1.03);
}
.fan-service-top__features__btn:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__features__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__features .fan-service-top__section-header__img {
    left: -80px;
    top: -40px;
    width: 65px;
    height: auto;
  }
  .fan-service-top__features__feature {
    max-width: 150px;
    margin: 0 5px 30px;
  }
  .fan-service-top__features__list-name {
    font-size: 18px;
  }
  .fan-service-top__features__info {
    font-size: 13px;
    line-height: 1.8em;
  }
  .fan-service-top__features__img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
  }
}
.fan-service-top__dream {
  background-color: #FEFEFC;
  padding: 40px 0 30px;
}
.fan-service-top__dream__msg-area {
  width: 1200px;
  height: 549px;
  margin: 0 auto;
  background: url("/img/service/bg_dream.jpg") no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.fan-service-top__dream__title {
  padding: 150px 0 20px;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
}
.fan-service-top__dream__msg {
  font-size: 20px;
  font-weight: 500;
}
.fan-service-top__dream__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-service-top__dream__btn-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #499DCC;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  height: 50px;
  margin: 20px 15px;
}
.fan-service-top__dream__btn-signup:hover {
  color: #FFF;
  transform: scale(1.03, 1.03);
}
.fan-service-top__dream__btn-signup:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__dream__btn-signup {
    font-size: 14px;
  }
}
.fan-service-top__dream__btn-club {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #FA555A;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  height: 50px;
  margin: 20px 15px;
}
.fan-service-top__dream__btn-club:hover {
  color: #FFF;
  transform: scale(1.03, 1.03);
}
.fan-service-top__dream__btn-club:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__dream__btn-club {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__dream {
    padding: 20px 5px;
  }
  .fan-service-top__dream__msg-area {
    background: url("/img/service/bg_dream_sp.jpg") no-repeat;
    width: 380px;
    height: 445px;
    max-width: 100%;
    background-size: cover;
  }
  .fan-service-top__dream__title {
    padding: 90px 0 14px;
    font-size: 24px;
  }
  .fan-service-top__dream__msg {
    font-size: 15px;
  }
  .fan-service-top__dream__btn {
    display: block;
  }
  .fan-service-top__dream__btn-signup, .fan-service-top__dream__btn-club {
    margin: 7px 0;
  }
}

.fan-service-top__header-st a {
  color: #FFF;
  text-decoration: none;
}
.fan-service-top__header-st a:hover {
  color: #FFF;
  text-decoration: none;
}
.fan-service-top__header-st a:hover {
  font-weight: 700;
  color: #981317;
  transition: all 0.5s ease;
}
.fan-service-top__header-st .fan-service-top__header__nav2__inner {
  visibility: hidden;
  background: #FA555A;
}
.fan-service-top__st-statement__header {
  background-color: #FA555A;
  max-width: 100%;
}
.fan-service-top__st-statement__header__contents {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
}
.fan-service-top__st-statement__header__title {
  font-size: 45px;
}
.fan-service-top__st-statement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-service-top__st-statement__msg-area {
  width: 670px;
}
.fan-service-top__st-statement__msg-area img {
  display: block;
}
.fan-service-top__st-statement__msg-title {
  margin-bottom: 60px;
}
.fan-service-top__st-statement__msg {
  margin-bottom: 70px;
}
.fan-service-top__st-statement__msg-sp {
  display: none !important;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__st-statement__header__contents {
    width: 100%;
    padding: 99px 0 60px;
  }
  .fan-service-top__st-statement__header__title {
    font-size: 24px;
  }
  .fan-service-top__st-statement__msg-title {
    margin-bottom: 24px;
  }
  .fan-service-top__st-statement__msg {
    display: none !important;
  }
  .fan-service-top__st-statement__msg-sp {
    display: block !important;
    margin-bottom: 40px;
  }
  .fan-service-top__st-statement__sign {
    width: 220px;
    height: auto;
    margin: 0 auto;
  }
}
.fan-service-top__st-dream {
  background-color: #F0EDE5;
}
.fan-service-top__st-dream__title {
  line-height: 1.8em;
  margin-bottom: 30px;
  font-size: 28px;
  color: #32281E;
}
.fan-service-top__st-dream__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-service-top__st-dream__msg-area {
  position: relative;
  width: 670px;
}
.fan-service-top__st-dream__bird {
  position: absolute;
  right: -100px;
  top: -60px;
}
.fan-service-top__st-dream__msg {
  line-height: 2.4em;
  font-weight: 500;
  font-size: 18px;
  color: #71685F;
  margin-bottom: 30px;
}
.fan-service-top__st-dream__sign {
  color: #32281E;
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__st-dream__bird {
    width: 180px;
    top: -40px;
    right: -10px;
  }
  .fan-service-top__st-dream__title {
    font-size: 18px;
  }
  .fan-service-top__st-dream__msg {
    font-size: 13px;
  }
  .fan-service-top__st-dream__sign {
    font-size: 13px;
  }
}
.fan-service-top__st-future__future {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 0 auto 76px;
}
.fan-service-top__st-future__future:last-of-type {
  margin-bottom: 0;
}
.fan-service-top__st-future__img {
  margin-left: 80px;
  width: 370px;
  text-align: center;
}
.fan-service-top__st-future__line {
  margin: 30px 0;
}
.fan-service-top__st-future__msg-title {
  font-size: 28px;
}
.fan-service-top__st-future__msg {
  width: 560px;
  color: #71685F;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__st-future__future {
    display: block;
    margin: 0 auto 40px;
  }
  .fan-service-top__st-future__img {
    margin: 0 auto 20px;
    max-width: 100%;
    text-align: center;
  }
  .fan-service-top__st-future__img img {
    width: 300px;
  }
  .fan-service-top__st-future__msg-title {
    font-size: 18px;
  }
  .fan-service-top__st-future__line {
    margin: 20px 0;
  }
  .fan-service-top__st-future__msg {
    max-width: 100%;
    font-size: 14px;
  }
}
.fan-service-top__st-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 70px 0;
  background-color: #FA555A;
}
.fan-service-top__st-download__text {
  color: #FFF;
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
}
.fan-service-top__st-download__btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-service-top__st-download__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background-color: #499DCC;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  padding: 0 50px;
  height: 70px;
  margin: 0 10px;
  font-size: 23px;
}
.fan-service-top__st-download__btn:hover {
  color: #FFF;
  transform: scale(1.03, 1.03);
}
.fan-service-top__st-download__btn:hover .fan-service-top__icon-arrow {
  transform: translate(3px, 0);
  transition-delay: 0.3s;
  transition: 0.2s;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__st-download__btn {
    font-size: 14px;
  }
}
.fan-service-top__st-download__btn__pdf {
  font-size: 16px;
  margin-left: 7px;
}
@media screen and (max-width: 575.98px) {
  .fan-service-top__st-download {
    padding: 25px 0;
  }
  .fan-service-top__st-download__text {
    font-size: 15px;
  }
  .fan-service-top__st-download__btn {
    height: 50px;
    padding: 0 40px;
    font-size: 17px;
  }
  .fan-service-top__st-download__btn__pdf {
    font-size: 11px;
  }
}

@media screen and (min-width: 575.98px) {
  .fan-service-top__effect-btn__shape-blue span {
    background: #499DCC;
  }
  .fan-service-top__effect-btn__shape-white span {
    background: #FFF;
  }
  .fan-service-top__effect-btn__shape-blue, .fan-service-top__effect-btn__shape-white {
    height: 50px;
    width: 220px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fan-service-top__effect-btn__shape-blue span, .fan-service-top__effect-btn__shape-white span {
    content: "";
    position: absolute;
    margin: auto;
    height: 8px;
    width: 2px;
    opacity: 0;
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(1), .fan-service-top__effect-btn__shape-white span:nth-of-type(1) {
    top: -20px;
    left: 0;
    right: 0;
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(2), .fan-service-top__effect-btn__shape-white span:nth-of-type(2) {
    bottom: -20px;
    left: 0;
    right: 0;
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(3), .fan-service-top__effect-btn__shape-white span:nth-of-type(3) {
    top: 0;
    bottom: 0;
    left: -10px;
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(4), .fan-service-top__effect-btn__shape-white span:nth-of-type(4) {
    top: 0;
    bottom: 0;
    right: -10px;
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(5), .fan-service-top__effect-btn__shape-white span:nth-of-type(5) {
    top: -20px;
    left: -70%;
    right: 0;
    transform: rotate(-30deg);
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(6), .fan-service-top__effect-btn__shape-white span:nth-of-type(6) {
    top: -20px;
    left: 0;
    right: -70%;
    transform: rotate(30deg);
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(7), .fan-service-top__effect-btn__shape-white span:nth-of-type(7) {
    bottom: -20px;
    right: 0;
    left: -70%;
    transform: rotate(30deg);
  }
  .fan-service-top__effect-btn__shape-blue span:nth-of-type(8), .fan-service-top__effect-btn__shape-white span:nth-of-type(8) {
    bottom: -20px;
    left: 0;
    right: -70%;
    transform: rotate(-30deg);
  }
  .fan-service-top__effect-btn.fan-btn-effect__active {
    -webkit-animation: bounce 0.3s ease-out 1;
            animation: bounce 0.3s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(1) {
    -webkit-animation: anim1 0.4s ease-out 1;
            animation: anim1 0.4s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(2) {
    -webkit-animation: anim2 0.4s ease-out 1;
            animation: anim2 0.4s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(3) {
    -webkit-animation: anim3 0.4s ease-out 1;
            animation: anim3 0.4s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(4) {
    -webkit-animation: anim4 0.4s ease-out 1;
            animation: anim4 0.4s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(5) {
    -webkit-animation: anim5 0.4s ease-out 1;
            animation: anim5 0.4s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(6) {
    -webkit-animation: anim6 0.4s ease-out 1;
            animation: anim6 0.4s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(7) {
    -webkit-animation: anim7 0.4s ease-out 1;
            animation: anim7 0.4s ease-out 1;
  }
  .fan-service-top__effect-btn.fan-btn-effect__active span span:nth-of-type(8) {
    -webkit-animation: anim8 0.4s ease-out 1;
            animation: anim8 0.4s ease-out 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes anim1 {
  0% {
    transform: scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim1 {
  0% {
    transform: scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scaleY(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes anim2 {
  0% {
    transform: scaleY(1);
    opacity: 0;
  }
  50% {
    transform: translateY(10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim2 {
  0% {
    transform: scaleY(1);
    opacity: 0;
  }
  50% {
    transform: translateY(10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scaleY(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes anim3 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(20px) scaleX(0.5);
    opacity: 0;
  }
}
@keyframes anim3 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(20px) scaleX(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes anim4 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(-10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(-20px) scaleX(0.5);
    opacity: 0;
  }
}
@keyframes anim4 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(-10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(-20px) scaleX(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes anim5 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim5 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes anim6 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim6 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes anim7 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim7 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes anim8 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim8 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
