

@charset "UTF-8";



main{
	overflow: hidden;
}

.section_prom{
	width: 96%;
	margin : 7% auto 0;
	padding: 14.125% 0 27.5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/prom_bg.png);
}

.prom_wrapper>p{
	text-align: center;
	color: #626262;
	font-family: 'B612 Mono',monospace;
	font-size:2.1rem;
	font-weight: 600;
	line-height: 1.52;
	padding-bottom: 1.6em;
}

.prom_wrapper .en_txt{
	font-size:1.8rem;
	font-family: 'B612 Mono',monospace;
}

.prom_logo{
	width: 15%;
	margin: 10.9% auto 0;
}

.prom_wrapper{
	width: 59%;
	margin: 0 auto 0;
	/* 	padding: 4.7% 5.1% 10.2% 3.6%; */
	box-sizing: border-box;
}

.form-defTitle span{
	display: block;
	padding-left: .5em;
	font-weight: 600;
	font-family: 'B612 Mono',monospace;
	font-size: 2.1rem;
	padding-bottom: 0.5em;
	color: #707070;
}

.input-txt{
	color:rgba(98,98,98,1);
	font-weight: 600;
	font-family: 'B612 Mono',monospace;
	background-color: rgba(255,255,255,.5);
	border: unset;
	width: 100%;
	display: block;
	padding: 2.7%;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 17px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.form-defList:not(:last-of-type){
	display: block;
	margin-bottom: 5.8%;
}

.prom_btn{
	width: 41.5%;
	margin: 10% auto 0;
	font-family: 'B612 Mono',monospace;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	background-color: #A742F3;
	border: solid 5px #333C4C;
	border-radius: 33px;
	font-size: 2.4rem;
	font-weight: 600;
	display: block;
	padding: .6em 0;
}



::placeholder{
	color:rgba(98,98,98,.5);
	font-family: 'B612 Mono',monospace;
	font-size: 1.7rem;
	font-weight: 600;
}
select::-ms-expand {
	display: none; /* デフォルトの矢印を非表示(IE用) */
}

.select-field .select{
	color:rgba(98,98,98,.5);
	position: relative;
	background-repeat: no-repeat;
	background-position: right 1.5vw center;
	background-size:  2.3vw 0.859vw;
	background-image: url(../img/arrow.png);
	font-family: 'B612 Mono',monospace;
	font-size: 1.7rem;
	font-weight: 600;
}



.select-field.select-option .select{
	color:rgba(98,98,98,1);
}

.select option{
	color:rgba(98,98,98,.5)!important;
	font-family: 'B612 Mono',monospace;
	font-weight: 600;
}

.select option:not(:first-of-type){
	color:rgba(98,98,98,1)!important;
	font-family: 'B612 Mono',monospace;
}

/* .select option:first-of-type{
color:rgba(98,98,98,1)!important;
font-family: 'B612 Mono',monospace;
} */

/* select::after{
position: absolute;
right: 0;
top: 0;
content: "";
display: block;
width: 2.3vw;
height: .859vw;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../img/arrow.png);
} */
@media screen and (max-width:768px){

	.section_prom{
		width: 100%;
		background-size: 100% 100%;
		margin : 30% auto 0;
		padding: 14.1% 0 31.8%;
		background-size: 100% auto;
		background-image: url(../img/prom_bg_sp.png);
	}

	.section_prom_en{
		padding: 14.1% 0 18.8%;
	}

	.prom_wrapper>p {
		font-size: 1.3rem;
		padding-bottom: 2.5em;
	}

	.prom_wrapper .en_txt{
		font-size:1.3rem;
		font-family: 'B612 Mono',monospace;
	}

	.wpcf7-spinner,.wpcf7-spinner::before {
		display: none!important;
	}

	.prom_logo {
		width: 23%;
		margin: 19% auto 0;
	}


	.prom_wrapper{
		border-radius: 25px;
		width: 72%;
		margin: 0 auto 0;
	}

	.form-defTitle span{
		font-size: 1.4rem;
		padding-bottom: 0.7em;
	}

	.input-txt{
		padding: 5.1%;
		border-radius: 10px;
	}

	.form-defList:not(:last-of-type){
		margin-bottom: 13.8%;
	}

	.prom_btn{
		width: 100%;
		margin: 20% auto 0;
		border-radius: 33px;
		font-size: 2.3rem;
	}
	.select-field .select{
		background-position: right 2.5vw center;
		background-size:  3.8vw 1.41vw;
		background-image: url(../img/arrow_sp.png);
		font-size: 1.3rem;
	}

	::placeholder{
		font-size: 1.3rem;
	}



	.wpcf7-form>p:not(:last-of-type){
		display: none;
	}
}

