@charset "utf-8";
/* CSS Document */
body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
}
main, footer {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
/*
  background: -moz-linear-gradient(left,  #700016 0%, #9f0016 50%, #700016 100%);
  background: -webkit-linear-gradient(left,  #700016 0%,#9f0016 50%,#700016 100%);
  background: linear-gradient(to right,  #700016 0%,#9f0016 50%,#700016 100%);
*/
}

.spcta {
  background: rgb(124,0,53);
  background: linear-gradient(-45deg, rgba(124,0,53,1) 5%, rgba(209,0,66,1) 25%, rgba(255,74,148,1) 50%, rgba(209,0,66,1) 75%, rgba(124,0,53,1) 95%);
}

.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.fc-red {
  color: #d4003b !important;
}

.fc-pink {
  color: #ff0066 !important;
}

.fc-blue {
  color: #001e43 !important;
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.slick-slide img {
    display: block;
    object-fit: cover;
    height: auto;
    width: 100%;
}
