@charset "euc-jp";

#contents-wrapper .after-btn a:hover img {
   margin-top: 4px;
   opacity:1;
   filter: alpha(opacity=100);
}
a:hover img {
   opacity: 1;
}
.attention {
   background-color: #593126;
   color: #fff;
   padding: 2em 3.5em 4em;
   text-align: center;
}
.attention dd {
   margin-bottom: 2em;
}
.attention dd:last-child {
   margin-bottom: 0;
}
.btns .btn {
   background: none;
   /* display: flex; */
}
.btn-area {
   position: absolute;
   top: 865px;
}
.btns .btn:hover {
   background: none;
}
.image img {
   width: 100%;
}
/*
.start {
   display: block !important;
}
*/

/* ポチ袋ふわふわ */
.btn-uranau.image li {
   display: inline-block;
   width: 32% !important;
}
.btn-uranau.image li:nth-child(odd) {
   -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
}
.btn-uranau.image li:nth-child(even) {
   -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
}
.btn-uranau.image a {
   text-decoration: none;
   display: block;
   text-align: center;
   line-height: 100px;;
   color: #fff;
   -webkit-animation: vertical 1s ease-in-out infinite alternate;
}
.btn-uranau.image .flex {
   justify-content: center;
}
.btn-uranau.image li:nth-child(1) a {
   -webkit-animation-duration: 1.1s;
}
.btn-uranau.image li:nth-child(2) a {
   -webkit-animation-duration: 1.3s;
}
.btn-uranau.image li:nth-child(3) a {
   -webkit-animation-duration: 1.5s;
}
@-webkit-keyframes horizontal1 {
   0% { -webkit-transform:translateX( -3px); }
 100% { -webkit-transform:translateX(  0px); }
}

@-webkit-keyframes horizontal2 {
   0% { -webkit-transform:translateX(  3px); }
 100% { -webkit-transform:translateX(  0px); }
}

@-webkit-keyframes vertical {
   0% { -webkit-transform:translateY(-10px); }
 100% { -webkit-transform:translateY(  0px); }
}