/* ---------------------------------------------------------
全体設定
----------------------------------------------------------*/
body{
  margin: 0;
}
.contents{
  background: #fff!important;
  width: 100%!important;  
}
.section{
  margin: 0 auto!important;
}
/* ---------------------------------------------------------
link
----------------------------------------------------------*/
.mv_lnk{
position: absolute;
right: 30px;
bottom: 95px;
width: 50%!important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
transition: 0.1s;
}
.mv_lnk:hover{
  bottom:98px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
.cta2_lnk{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 14px;
  margin: 0 auto;
  width: 75%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
}
.cta2_lnk:hover{
  bottom: 17px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
.cta3_lnk{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  margin: 0 auto;
  width: 75%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
  }
.cta3_lnk:hover{
  bottom: 53px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
.cta4_lnk{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: 0 auto;
  width: 75%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
  }
.cta4_lnk:hover{
  bottom: 28px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
.total_cta1_lnk{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: 0 auto;
  width: 65%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
  }
.total_cta1_lnk:hover{
  bottom: 28px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}

.total_cta2_lnk{
  position: absolute;
  left: 70px;
  bottom: 45px;
  margin: 0 auto;
  width: 35%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
  }
.total_cta2_lnk:hover{
  bottom: 48px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
.total_cta3_lnk{
  position: absolute;
  right: 70px;
  bottom: 45px;
  margin: 0 auto;
  width: 35%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
  }
.total_cta3_lnk:hover{
  bottom: 48px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .total_cta2_lnk{
    left: 70px;
    }
  .total_cta3_lnk{
    right: 70px;
  }
}


.total_cta4_lnk{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 35px;
  margin: 0 auto;
  width: 35%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
  }
.total_cta4_lnk:hover{
  bottom: 38px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
.total_cta5_lnk{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 80px;
  margin: 0 auto;
  width: 75%!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.1s;
  }
.total_cta5_lnk:hover{
  bottom: 83px;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .total_cta5_lnk{
    bottom: 67px;
    }
  .total_cta5_lnk:hover{
    bottom: 70px;
  }  
}