@charset "UTF-8";


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img{
  width:100%
}

div {
  text-align: center;
}

img {
  vertical-align: top;
}

a {
  color: #454545;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

main {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.bg {
  position: relative;
  margin-top:-1px;
  margin-bottom:-1px;  
}
.con {
  position: absolute;
  top: 0;
  z-index: 99;
}

.cv_btn01 img,
.cv_btn02 img,
.cv_btn03 img{
  transition: opacity 0.3s ease;
}

.cv_btn01 img:hover,
.cv_btn02 img:hover,
.cv_btn03 img:hover{
  opacity: 0.8;
}

.cv_btn01 {
  width: 87%;
  top: 83%;
  left: 0%;
  right: 0;
  margin: 0 auto;
  animation-name: kwcv;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 0;
  opacity: 1;
}

.cv_btn02 {
  width: 87%;
  top: 15%;
  left: 2%;
  right: 0;
  margin: 0 auto;
  /* animation-name: kwcv; */
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 0;
  opacity: 1;
}

.cv_btn03 {
  width: 87%;
  top: 8%;
  left: 2%;
  right: 0;
  margin: 0 auto;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 0;
  opacity: 1;
}

@keyframes kwcv {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0.9);
  }
}

.cv_btn01_follow {
  position: fixed;
  z-index: 9999;
  width: 97%; 
  max-width: 600px;
  left: 50%; 
  transform: translateX(-50%); 
  bottom: 0;
  opacity: 1;
  margin-bottom: 0;
  display: block;
}

.cv_btn01_follow img {
  transition: filter 0.3s ease; 
}

.cv_btn01_follow img:hover {
  filter: brightness(90%);
}


.footer-links {
  position: relative; 
  text-align: center; 
  padding: 10px 0;
  background-color: #fff;  
  font-size: 14px; 
  color: #333; 
  z-index: 10; 
}

.footer-link {
  text-decoration: none; 
}

.footer-link:hover {
  text-decoration: underline;  
}

.footer-links small {
  display: block;  
  margin-top: 10px; 
  font-size: 12px; 
  color: #888;  
}
