@charset "utf-8";
h1 {
	text-align:center;
	padding-top:250px;
	line-height: 32px;
	margin-left: 0.7rem;
	font-family: 'Nunito', sans-serif;
	font-size: 7.375em;
	color: transparent;
	letter-spacing: 0.1em;
	text-shadow:0 0 2px rgba(204, 208, 212,0.9),
				0 15px 25px rgba(0, 0, 0, 0.3),
				0 -2px 3px rgba(0, 0, 0, 0.1),
				0 -5px 10px rgba(255, 255, 255, 0.5),
				0 5px 10px rgba(0, 0, 0, 0.3),
				0 3px 4px rgba(255, 255, 255, 0.2),
				0 0 20px rgba(255, 255, 255, 0.45);
}
.title{
	height:400px;
	margin-bottom:200px;
}
.title span {
	font-size: 18px;
}

.mv img {
	margin-top: 110px;
	margin-bottom: 150px;
	width: 100%;
}

h3 {
	text-align:center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:30px;
}
/*--------------------見出し左右ボーダー-----------------------------*/
.s2 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 70px;

}
.s2:before, .s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.s2:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #888, transparent);
}
.s2:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #888, transparent);
}
/*-------------------------------------------------------------------*/



.text{
	display:block;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
/*-----------------------------フォーム----------------------------------*/
.item{
	margin-bottom: 30px;
}
.item:first-child{
	margin-top: 50px;
}
.label,.label_required{
	margin-left:130px;
	float:left;
	width:200px;

}
.inputs,.inputs_required {
	float: right;
	width:450px;
	margin-right:50px;
}

#contact_us {
	width: 454px;
	height:21px;
}
/*--------必須ラベル-------*/
.required{
	color: #F00;
	border: 1.5px solid #F00;
	padding: 0px 5px;
	font-weight: bold;
	width: 100%;
	margin-left: 5px;
}

/*------------送信、リセットボタン--------------------*/

#wrap {
  height: 100%;
}

.btn_wrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

a {
  display: block;
  margin: 0 10px;
  padding: 15px 0;
  width: 130px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease-in-out;
}

a:active {
  background: rgba(255, 255, 255, .5);
}




/* ==============================================
*  Effect
==============================================*/

.push {
  text-indent: -9999em;
}

.push:before {
  content: "メッセージを送る";
  padding-top: 16px;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-indent: 0;
  background: #0fdeb6;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 #00cb91;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  transition: .2s ease-in-out;
}

.push:hover:before {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 #90001c;
}
@media screen and (max-width: 640px){
/*----------------------レスポンシブ------------------------------------*/
h1{
	font-size:5rem;
}
.inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}.inputs, .inputs_required {
	float: none; 
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
footer a{
	width:100%;
}