
/* */
#sp-header{
	box-shadow: none;
}

.tate-line{
	margin: 0 auto;

	border-top: 1px solid black;
	width:165px;
	height: 5px;
	transform: rotate(90deg);
}

h2{
	color: #B58D00;
}

.top-01{
	z-index: 999;
}
.top-02{
	z-index: 1;
}

.smooth {
  clip-path: inset(0 100% 0 0);
/*  display: inline-block;*/
/*  font-size: 36px;*/
/*  font-weight: bold;*/
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
/*  line-height: 1;*/
/*  height: 40px;*/
/*  margin-top: 15px;*/

  }
.smooth.is-animated {
  clip-path: inset(0);
}


textarea.sppb-form-control,
input.sppb-form-control{
	margin-top: 12px;
	margin-bottom: 6px;
}