html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}
@media screen and (min-width: 768px) {
main {
        width: 56vh;
        height: 100%;
        margin: auto;
    }
}


.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-img-auto {
    width: 100%;
    height: 100%;
    object-fit: cover;}

/* フッター固定 */
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-fixed button {
    color: white;
    background: #007aff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
}

.footer-fixed button a {
    color: white;
    text-decoration: none;
}

.cta-img{
  /* max-width: 90%; */
  max-height: 100px;
  text-align: center;
  margin: 0 auto;  
}

