@charset "utf-8";
/* CSS Document */
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-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: #e2041b !important;
}

.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.fc-red {
  color: #e2041b !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%;
}

.youtube_short{
 width: 80%; /* 伸縮する横幅 */
 max-width: 400px; /* 最大の横幅 */
 margin: auto; /* 画面の中央に配置 */
}
.youtube_short iframe{
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}
