@charset "utf-8";

body,p,img{
    padding: 0;
    margin: 0;
}
img{
    vertical-align: bottom;
    max-width: 100%;
}
body{
    width: 100%;
    background-color: #fff;
}
.all{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.cta a img{
    transform-origin:center;
}

.cta{
    position: relative
}
.cta-1 a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
    z-index: 1;
}

.cta-1 a{
    bottom:0;
}

.cta a img{
    width: 93.3%;
}

.vido-conteiner{
    position: relative
}
video{
    position: absolute;
    top: min(24.67vw,185px);
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

/* ぷにぷに */
.cta_style9 {
  display:block;
	animation: cta_style9 0.8s infinite;
}
@keyframes cta_style9 {
	0% {transform: scale(1, 1);}
	50% {transform: scale(0.98, 1.15)}
}
