@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

div#custom_html-9{
    background: none;
}

/********************************************************************************

          responsive
          
*********************************************************************************/

@media screen and (max-width:1200px){
	
	.btn_arrow {
    height: 70px;
	}
	
}
@media screen and (max-width:959px){

	.btn_arrow {
    height: 60px !important;
	}

}


@media screen and (max-width:768px){

	.btn_arrow {
    height: 50px !important;
	}

}

.header_logo_text {
  animation: blinkMotion 6s infinite;
  color: #e60012;
}
@keyframes blinkMotion{
   0% { opacity:1 }
 16% { opacity: 0.1 }
  32% { opacity: 1 }
  48% { opacity: 0.1 }
  64% { opacity: 1 }
 100% { opacity: 1 }
}

.error404 .searchform {
	margin-bottom: 80px;
}