@charset "UTF-8";
.fv_image {
	text-align: center;
	padding-top:80px;
}
.sec01_image {
	text-align: center;
}
.sec02_image {
	text-align: center;
}
.cta_image {
	text-align: center;
}
.relative {
	position: relative;
}
.text_box{
  position: absolute;
  max-width: 600px;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  /*width: 100%;*/
  margin: 0;
}
.text_box_sec01 {
    font-weight: 600;
    font-size: 24px;
	color:#333333;
	font-family: "Noto Sans JP", "游ゴシック体",Yu Gothic,YuGothic,"ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
}
.header__container {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* PC向け背景固定 */
.fix-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-image: url(../img/top/fix.png);
}
.btn_box{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  margin: 0;
}
.btn_box_cta {
  top: 79%;
}
.btn_box:hover{

}
.btn_box a:hover img {
	filter: brightness(130%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.btn{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  letter-spacing: 3px;
  width: 200px;
  height: 70px;
  background: #000;
  margin: auto;
  cursor: pointer;
  border-radius: 100px;
}
.animation{
  animation: dokundokun 1500ms ease infinite;
}
@keyframes dokundokun {
  0%  { transform: scale(1); }
  15% { transform: scale(1.05); }
  30% { transform: scale(1); }
  45% { transform: scale(1.05); }
  70% { transform: scale(1); }
}
.footer {
    background-color: #E8E8E8;
	padding-top:35px;
	font-weight:bold;
}
@media screen and (max-width: 812px){
  .header__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px){
.fv_image {
	padding-top:46px;
}
.btn_box {
    width: 90%;
}
.text_box {
    bottom: 45px;
	width: 80%;
}
.text_box_sec01 {
    font-size: 3.3vw;
}
.footer {
    font-size: 12px;
}
}
