html {
	background-color: #000000;
}

body {
	color: #C9CDD3;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.page .pageHeader .headerLogo__span {
	z-index: 2;
}

section.form header.form h1 {
	color: #C9CDD3;
	font-family: "Tomorrow","Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1;
	padding: 50px 0 100px 0;
	text-align: center;
	text-indent: .02em;
}
@media screen and (max-width: 959px) {
	section.form header.form h1 {
		font-size: 5.86667vw;
		padding: 8vw 0 13.33333vw 0;
	}
}

section.form div.form div.grid div.grid-title h2 {
  font-weight: 400;
	padding: 0 0 0 15px;
}
@media screen and (max-width: 959px){
	section.form div.form div.grid div.grid-title h2 {
	  font-size: 3.2vw;
	}
}


section.form div.form div.grid div.grid-title em {
	background-color: #000;
	color: #be2c21;
	display: inline;
}
@media screen and (max-width: 959px) {
	section.form div.form div.grid div.grid-title em {
	  font-size: 3.2vw;
	}
}

@media screen and (max-width: 480px) {
	section.form div.form div.grid div.grid-title {
    margin: 0 0 10px 0;
	}
}

section.form div.form div.grid div.grid-area div.alert {
	padding: 0 0 0 15px;
}
@media screen and (max-width: 959px){
	section.form div.form div.grid div.grid-area div.alert {
	  font-size: 3.2vw;
	}
}

section.form div.form div.grid div.grid-area div.text input[type="text"] {
	border-radius: 10px;
	color: #000;
}
@media screen and (max-width: 959px) {
	section.form div.form div.grid div.grid-area div.text input[type="text"] {
		font-size: 3.2vw;
	}
}

section.form div.form div.grid div.grid-area div.email input[type="email"] {
	border-radius: 10px;
	color: #000;
}
@media screen and (max-width: 959px) {
	section.form div.form div.grid div.grid-area div.email input[type="email"] {
		font-size: 3.2vw;
	}
}

section.form div.form div.grid div.grid-area div.select select {
	border-radius: 10px;
	color: #000;
}
@media screen and (max-width: 959px) {
	section.form div.form div.grid div.grid-area div.select select {
		font-size: 3.2vw;
	}
}

section.form div.form div.grid div.grid-area div.textarea textarea {
	border-radius: 10px;
	color: #000;
}
@media screen and (max-width: 959px) {
	section.form div.form div.grid div.grid-area div.textarea textarea {
		font-size: 3.2vw;
	}
}

section.form footer.form ul {
  padding: 0 0 85px 0;
}

section.form footer.form ul li {
	height: 70px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 380px;
}
@media screen and (max-width: 959px) {
	section.form footer.form ul li{
		height: 13.33333vw;
		width: 81.33333vw;
	}
}

section.form footer.form ul li input[type="submit"] {
	align-items: center;
	background-color: #000;
	border: solid 1px #414244;
	border-radius: 0px;
	color: #C9CDD3;
  display: flex;
	font-family: "Noto Sans JP","Tomorrow","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 70px;
  justify-content: center;
	letter-spacing: 0;
  line-height: 1;
	padding: 0;
	text-indent: 0;
	transition: all 0.3s ease 0s;
  width: 380px;
}
@media screen and (max-width: 959px){
	section.form footer.form ul li input[type="submit"] {
		font-size: 3.2vw;
		height: 100%;
		max-width: unset;
		width: 100%;
	}
}

section.form footer.form ul li input[type="submit"]:hover {
	background-color: #1C1D1E;
	color: #C9CDD3;
	transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

section.form footer.form ul li input[type="submit"]:hover::before {
	transform: scale(1, 1);
	transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}

section.form footer.form ul li:after {
	border: 0px;
	border-right: solid 2px #C9CDD3;
	border-top: solid 2px #C9CDD3;
	content: '';
  height: 10px;
	left: 55%;
	margin-top: -4px;
	position: absolute;
  top: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

section.form footer.form ul li .screw:nth-of-type(1) {
	background: #C9CDD3;
	border-radius: 100%;
	bottom: -3px;
	height: 5px;
	left: -3px;
  position: absolute;
  width: 5px;
}
@media screen and (max-width: 959px){
	section.form footer.form ul li .screw:nth-of-type(1) {
	bottom: -.53333vw;
	height: .93333vw;
	left: -.53333vw;
	width: .93333vw;
	}
}

section.form footer.form ul li .screw:nth-of-type(2) {
	background: #C9CDD3;
	border-radius: 100%;
	bottom: -3px;
	height: 5px;
	position: absolute;
  right: -3px;
  width: 5px;
}
@media screen and (max-width: 959px) {
	section.form footer.form ul li .screw:nth-of-type(2) {
  bottom: -.53333vw;
	height: .93333vw;
	right: -.53333vw;
  width: .93333vw;
	}
}

section.form footer.form ul li .screw:nth-of-type(3) {
	background: #C9CDD3;
	border-radius: 100%;
  height: 5px;
	position: absolute;
  right: -3px;
  top: -3px;
  width: 5px;
}
@media screen and (max-width: 959px){
	section.form footer.form ul li .screw:nth-of-type(3) {
	height: .93333vw;
	right: -.53333vw;
  top: -.53333vw;
  width: .93333vw;
	}
}

section.form footer.form ul li .screw:nth-of-type(4) {
  background: #C9CDD3;
  border-radius: 100%;
  height: 5px;
  left: -3px;
	position: absolute;
  top: -3px;
  width: 5px;
}
@media screen and (max-width: 959px){
	section.form footer.form ul li .screw:nth-of-type(4) {
    height: .93333vw;
		left: -.53333vw;
    top: -.53333vw;
    width: .93333vw;
	}
}

/*Englishのみ*/
.en section.form footer.form ul li:after {
  left: 59%;
}

/*******確認ページ***********************************/
.confirm section.form div.form div.grid div.grid-area p {
  color: #B0B4BA;
  font-size: 1.7em;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 959px){
	.confirm section.form div.form div.grid div.grid-area p {
	  font-size: 4vw;
	}
}

.confirm section.form footer.form ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px){
  .confirm section.form footer.form ul {
    flex-direction: column;
  }
}

.confirm section.form footer.form ul li {
  	margin: 10px;
}
@media screen and (max-width: 959px) {
  .confirm section.form footer.form ul li {
    margin: 10px auto;
	}
}

.confirm section.form footer.form ul li.back:after {
	left: 42%;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*******Thanksページ***********************************/
.thanks section.form div.form div.grid div.grid-title h2 {
	text-align: center;
}
