@charset "utf-8";
/* CSS Document */
body{
	position: relative;
	
}
.top_img_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:0px;
}
.top_img {
	width: 100%;
	height: 400px;
	background: url(../img/brand/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}
 @keyframes zoomOutBlur {
 0% {
transform:  scale(1.2)rotate(0.00001deg);

 filter: blur(15px)
}
 100% {
transform: scale(1)rotate(0.00001deg);

 filter: blur(0px)
}
}
#main_contents {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 180px;

}
.title {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 0px 0px 30px;
}
.title h3 {
	font-size: 2rem;
	    line-height: 1.8;
	font-weight: normal;
}




/*--------------------btn----------------------*/

.btn_wrapper{
	display: flex;
	 justify-content: center;
	width: 80%;
	margin:50px auto 0px;
	
}

.yajirushi{
	width: 20px;
	margin: 50px auto 0px;
}


.btn_page{
	width: 85%;
}
.btn_page a{
	 position: relative;
	  display: inline-block;
	width: 100%;
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
		font-size:1.1em;
		letter-spacing: 0.3em;
	  outline: none;
	  z-index: 2;
	border: 2px solid #333;
}

.btn_page a::before,
.btn_page a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}



.btn_page a,
.btn_page a::before,
.btn_page a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	
}

.btn_page a:hover {
  background: #FFF;
	color: #000;
}
.btn_page a::before,
.btn_page a::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.btn_page a::before {
  top: 0;
}
.btn_page a::after {
  bottom: 0;
}
.btn_page a:hover::before,
.btn_page a:hover::after {
  height: 0;
}
.brand_logo{
	width: 80%;
	max-width: 500px;
	margin: 0px auto 250px
}


@media (max-width: 769px) {


.top_img_wrapper {
	
	width: 100%;
	position: relative;

}

.top_img {
	width: 100%;
	height: 300px;
	background: url(../img/brand/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}

#main_contents {
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 150px
}
.title {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px 30px;
	text-align: center;
}
.title h3 {
	font-size:1.2rem;
	    line-height: 1.8;
	font-weight: normal;
}


/*--------------------btn----------------------*/

.btn_wrapper{
	display: flex;
	 align-items: center;
	width:95%;
	margin:20px auto 80px;
	

}
.brand_logo {
width: 100%;
    max-width: 500px;
    margin: 0px auto 30px;
}

.btn_page{
	width: 90%;
}
.btn_page a{
	 position: relative;
	  display: inline-block;
	width: 100%;
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
		font-size:1em;
		letter-spacing:0.1em;
	  outline: none;
	  z-index: 2;
	border: 2px solid #333;
}

.btn_page a::before,
.btn_page a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}



.btn_page a,
.btn_page a::before,
.btn_page a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	
}

.btn_page a:hover {
  background: #FFF;
	color: #000;
}
.btn_page a::before,
.btn_page a::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.btn_page a::before {
  top: 0;
}
.btn_page a::after {
  bottom: 0;
}
.btn_page a:hover::before,
.btn_page a:hover::after {
  height: 0;
}



  }

















