@charset "utf-8";

/* Edge */
::-webkit-input-placeholder {
	color: #a8a8a8;
	font-family: 'Sorts Mill Goudy', sans-serif;
	font-size: 1.6rem;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
	color: #a8a8a8;
	font-family: 'Sorts Mill Goudy', sans-serif;
	font-size: 1.6rem;
}

::placeholder {
	color: #a8a8a8;
	font-family: 'Sorts Mill Goudy', sans-serif;
	font-size: 1.6rem;
}

label.error {
	color: red;
	width: 100%;
	display: block;
	font-size: 1.2rem;
}

select,
textarea,
input[type="email"],
input[type="text"] {
	border: 1px solid #ccc;
	padding: 1rem;
	width: 100%;
	font-family: 'Sorts Mill Goudy', sans-serif;
	font-size: 1.6rem;
	width: 100%;
}

.btnBlue {
	font-family: 'Sorts Mill Goudy', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	background: #073755 url(../images/common/ic_arr.png) no-repeat right 20px center;
	display: block;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 5px;
	transition: all 0.5s;
	border: 1px solid #55246d;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
}


.btnBlue:hover {
	background-color: #0368a8;
  background-position: right 10px center;
}


.content1260 {
	max-width: 900px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.center {
	text-align: center;
}

.mv {
	position: relative;
}

.mv h1 {
	position: absolute;
	top: 2rem;
	left: 2rem;
	overflow: hidden;
}

.mv h1 span {
	transition: 1.2s ease-in-out .3s;
	transform-origin: left;
	display: block;
	transform: translate3d(0, 100%, 0) skewY(0);
	-webkit-transform: translate3d(0, 100%, 0) skewY(0);
}

.mv h1.is-view span {
	transform: translate3d(0, 0, 0) skewY(0);
}

.mv .txt {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 95%;
	max-width: 1000px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.mv .txt h2 {
	font-size: 7rem;
	letter-spacing: 0.1em;
}







#contact {
	padding: 10% 0;
}

#contact h3 {
	font-size: 3.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
  font-weight: 500;
  text-align: center;
}

#contact .row {
	margin-bottom: 2rem;
	align-items: center;
}

#contact .row .col1 {
	width: 20%;
}

#contact .row .col1 span {
	color: red;
	font-size: 1.4rem;
	margin-left: 0.5rem;
}

#contact .row .col2 {
	width: 78%;
}

#contact select {
	width: 50%;
}

#contact .submitRow {
	margin-top: 6rem;
}


/*Confirm Page*/
#confirm .txt  {
	margin-bottom: 6rem;
}

#confirm .btn {
	text-align: center;
	margin-top: 6rem;
}

#confirm .btn button {
	display: inline-block;
}

#confirm .btn button:nth-of-type(1) {
	margin-right: 2rem;
}

#confirm .col2 {
	color: #606060;
}


/*          Media
----------------------------*/
@media (max-width: 767px) {
	#contact {
		padding: 6rem 0;
	}

	#contact .row .col1 {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	#contact .row .col2 {
		width: 100%;
	}


	/*Confirm Page*/
	#confirm button {
		display: block;
		margin: 0 auto 1rem !important;
		margin-bottom: 1rem;
	}
	
	#confirm .txt {
		margin-bottom: 4rem;
	}


}