フルーリー バイ カラーズ ワンデー

- 並べ替え
-
16件あります
16件あります

.button {
background: #39AA59;
display: inline-block;
overflow: hidden;
padding: 20px;
position: relative;
text-decoration: none;
width: 80%;
text-align: center;
border-radius: 5px;
box-shadow:5px 5px 5px #1b502a;
font-size:1rem;
margin: 10px 10px 20px 10px;
}
.button::after {
animation: 3.5s 0s shine linear infinite;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
content: '';
height: 100%;
left: -100%;
position: absolute;
top: 0;
transform: skewX(-25deg);
width: 50%;
}
.LPimage{
width:100%;
}
.btn{
display: flex;
justify-content: center;
}
@keyframes shine {
20% {
left: 150%;
}
100% {
left: 150%;
}
}
-->