@charset "UTF-8";

/* コンテンツ */
.contents_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 32px 40px 40px;
}


/* 
------------------------------------------------------------------------------------*/
.rendou_wrap {  }

.rendou_tit {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 13px 6px;
}

.rendou_btn_wrap { position: relative; }

.rendou_btn1 {
  position: absolute;
  top: 67%;
  left: 25%;
  width: 50%;
}

.rendou_btn2 {
  position: absolute;
  top: 31%;
  right: 10.6%;
  width: 45%;
}

.rendou_btn3 {
  position: absolute;
  bottom: 8.6%;
  left: 17%;
  width: 66%;
}

.rendou_btn1,
.rendou_btn2,
.rendou_btn3 {
  animation: rendou_poyopoyo 1s ease-out infinite;
  opacity: 1;
}

@keyframes rendou_poyopoyo {
  50% { transform: scale(1.03) }
}