.lp_wrap {
	/* max-width: 1180px; */
	margin-left: auto;
	margin-right: auto;
}

.s .lp_wrap {
	width: 100%;
}

.endMessage {
	background-color: #fff !important;
}
/*end --------------------------------*/
.endMessage {
	display: none;
	background-color: white;
	max-width: 800px;
	width: 90%;
	padding: 60px 80px;
	border-radius: 10px;
	text-align: center;
	margin: 30px auto;
	font-weight: bold;
	font-size: 4.0rem;
}
@media screen and (max-width: 768px) {
	.endMessage {
		background-color: white;
		width: 90%;
		padding: 20px;
		font-size: 20px;
	}
}

/*form--------------------------------*/
.lp-form {
	width: 90%;
	border: #e6e6e6 solid 1px;
}

.lp-form h4 {
	background: #efefef;
	font-weight: bold;
	text-align: center;
	border-bottom: #e6e6e6 solid 1px;
}

.lp-form h5 {
	border-bottom: #000 solid 2px;
}

.lp-form .free {
	color: #fc0000;
}

.net {
	line-height: 1.5;
}

p.dlv a {
	font-weight: bold;
	text-decoration: underline;
	color: #2C5B9A;
}

p.dlv a:hover {
	text-decoration: underline;
	color: #489BCC;
}

body {
	background-color: #f8b500;
	font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

p {
	font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

li {
	list-style: none;
}

ul {
	padding: 0px;
}

/*sns--------------------------------*/
.snsBox {
	width: 980px;
	margin: 0px auto;
}

.snsBox ul {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.snsBox li {
	float: left;
	margin: 0 10px;
	list-style: none;
}

.lp_wrap div.sns_bg {
	background-color: #d7d7d7;
	padding: 40px 0;
	margin: 40px 0;
}
.check_note{
	color: white;
}
.note{
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	.snsBox {
		width: 100%;
		margin: 0px auto;
	}

	.snsBox ul {
		width: 300px;
		overflow: hidden;
		text-align: center;
		letter-spacing: -0.4em;
	}

	.snsBox ul li {
		width: 90px;
		margin: 0 5px;
		display: inline-block;
		letter-spacing: normal;
	}

	.snsBox ul li img {
		width: 100%;
		height: auto;
	}

	.lp_wrap div.sns_bg {
		padding: 20px 0;
		margin: 20px 0;
	}
}

body {
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

h1 {
	margin: 0;
}

img {
	border: none;
}

/*----------------------------------------------------------------------------

共通

-------------------------------------------------------------------------------*/
.titlebg {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background-color: white;
}

#footer {
	margin-top: 0;
}

.s #footer {
	margin-top: 0;
}

.header {
	text-align: center;
	background-color: #e60012;
	padding: 8px;
}

.header img {
	max-width: 200px;
	width: 30%;
}

.footer {
	background-color: black;
	color: white;
	padding: 30px 0;
	width: 100%;
	margin: 30px auto 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* .yellow_bg{
	background-color: #fff5cd;
} */
/* フォーム */
.check_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.head{
	background-color: white;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

/* フォーム */
.form_box {
	background-color: white;
	max-width: 900px;
	width: 86%;
	padding: 60px 80px;
	border: 3px solid #6a3906;
	border-radius: 0 0 20px 20px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
}

.shop-select {
	font-size: 1.45rem;
	line-height: 1.4;
}

.end_box {
	background-color: white;
	max-width: 800px;
	width: 90%;
	padding: 60px 80px;
	border-radius: 10px;
	text-align: center;
	margin: 30px auto;
	font-weight: bold;
	font-size: 4.0rem;
}

.form_box._nomal {
	background-color: white;
	max-width: 800px;
	width: 90%;
	padding: 32px 80px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

.form_title {
	color: white;
	max-width: 900px;
	width: 86%;
	background-color: #6a3906;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 40px;
	padding: 10px 0;
	text-align: center;
	border-radius: 20px 20px 0 0;
}

.check_title {
	font-weight: bold;
	font-size: 44px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	color: white;
}

._form_store {
	margin-top: 40px;
}

.upload-btn {
	display: none;
}

.upload-text-wrap {
	width: 200px;
	display: block;
}

.upload-text {
	background-color: #232323;
	text-align: center;
	padding: 15px 0;
	width: 200px;
	border-radius: 8px;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
}

.form_text {
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}

.form_text._form_store {
	font-size: 2.0rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}

.form_text._check {
	width: 50%;
}

.form_text_big {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.form_text._small {
	font-size: 2.0rem;
	font-weight: normal;
	text-align: left;
}

.form_text._small._price::after {
	content: '円';
}

.form_text._small._oubo::after {
	content: '口';
}

.border {
	width: 100%;
	border: solid 1px #000;
	margin: 20px 0;
}

.form_attention {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
	color: #e60012;
}

.form_attention._small {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	color: #e60012;
}

#completeText {
	margin-top: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #e60012;
}

.form_text_error {
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	color: #e60012;
}

.form_text_store {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}

.input_box {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: 2px solid #cfcfcf;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 2.0rem;
}

.input_box::placeholder {
	color: #cfcfcf;
}

.form_selectbox {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: 2px solid #cfcfcf;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 2.0rem;
}

.store_position {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store_pref_box {
	width: 100%;
}

.store_name_box {
	width: 100%;
}

.form_text_note {
	margin-top: 0;
	font-size: 1.6rem;
}

._btn {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}

._btn._small {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

._btn:hover {
	cursor: pointer;
}

._disable {
	pointer-events: none;
}

.img_complete_position {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.file_info {
	margin-left: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.none {
	display: none;
}

.file_text {
	font-size: 1.4rem;
}

._reciptcheck div {
	border-top: dashed 2px #ddd;
}

._reciptcheck div:first-of-type {
	border: none;
	margin-top: 0;
}

.img_box {
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}

.img_box img {
	width: 50%;
	max-width: 200px;
}

.small {
	font-size: 1.6rem;
}

.input_position {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.after_text {
	font-size: 2.0rem;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 15px;
}

/* 応募完了 */
.complete_title {
	font-size: 5.2rem;
	color: #6a3906;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

/* .complete_title::after{
	width: 100%;
	height: 6px;
	background-color: #e79f1a;
	content: '';
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
} */

.complete_text {
	margin-top: 16px;
	font-size: 3.6rem;
	color: white;
	font-weight: bold;
	line-height: 1.5;
}
.complete_text._err {
	font-size: 2.8rem;
}

.complete_link {
	margin-top: 16px;
	font-size: 3.6rem;
	color: white;
	font-weight: bold;
	line-height: 1.5;
}

.complete_link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.complete_text_note {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 2.0rem;
	color: white;
	line-height: 1.5;
	text-align: left;
}

.form-radio {
	padding: 0;
	list-style: none;
}
.form-radio._form-radio-2col {
	display: flex;
	flex-wrap: wrap;
}

.form-radio li {
	margin: 20px 0;
	font-size: 2.0rem;
	color: black;
	display: flex;
	position: relative;
	height: auto;
}

.form-radio._form-radio-2col li {
	flex: 0 0 33.333333%;
	margin: 12px 0;
}

.form-radio li input[type=radio] {
	display: none;
}

.form-radio li .radio-box {
	font-weight: bold;
	display: block;
	position: relative;
	padding: 0 0 0 32px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.radio-box::after, .radio-box::before {
	position: absolute;
	content: '';
	display: block;
}

.radio-box::after {
	top: 50%;
	left: 0;
	width: 26px;
	height: 26px;
	border: 2px solid #9a9a9a;
	border-radius: 25px;
	transform: translateY(-50%);
}

.radio-box::before {
	top: 50%;
	left: 6px;
	width: 18px;
	height: 18px;
	background-color: #e60012;
	border-radius: 25px;
	opacity: 0;
	transform: translateY(-50%);
}

.radio-box::before {
	top: 50%;
	left: 4px;
	width: 14px;
	height: 14px;
	background-color: #e60012;
	border-radius: 25px;
	opacity: 0;
	transform: translateY(-50%);
}

.radio-box::after {
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #9a9a9a;
	border-radius: 25px;
	transform: translateY(-50%);
}

input[type=radio]:checked+.radio-box::before {
	opacity: 1;
	transition: 0.3s;
}

input[type=radio]:checked+.radio-box::after {
	border-color: #e60012;
}

input[type=radio]:checked+.radio-box {
	color: #e60012;
}

.radio-box:hover::after, .radio-box:hover {
	border-color: #e60012;
	color: #e60012;
}

/*form hr --------------------------------*/
.form_hr {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	border-top: 2px solid #ccc !important;
}


/*form message --------------------------------*/
.form_message {
	padding: 12px 16px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	background: #eee;
	border-radius: 4px;
}

.mv_size{
	width: 90%;
	max-width: 800px;
}

/*----------------------------------------------------------------------------

SP

-------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	.note{
		font-size: 12px;
	}

	.radio-box {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.check_title {
		font-size: 28px;
	}

	.shop-select {
		font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.7576));
		line-height: 1.4;
	}

	#entryForm {
		padding: 0 3%;
	}

	.form_title {
		font-size: 32px;
		padding: 10px 0;
		width: 100%;
	}

	.form_box {
		background-color: white;
		width: 100%;
		padding: 20px;
		border-radius: 0px 0px 10px 10px;
	}

	.end_box {
		background-color: white;
		width: 90%;
		padding: 20px;
		font-size: 20px;
	}

	.form_box._nomal {
		padding: 20px;
	}

	.form_text._check {
		width: 100%;
	}

	.form_text_big {
		font-size: 16px;
	}

	._form_store {
		margin-top: 20px;
	}

	.check_wrap {
		display: block;
	}

	.form_text {
		font-size: 1.8rem;
		font-feature-settings: "palt";
		font-weight: bold;
		text-align: left;
		line-height: 1.5;
	}

	.form_text._form_store {
		font-size: 1.5rem;
		font-feature-settings: "palt";
		font-weight: bold;
		text-align: left;
	}

	.form_text._small {
		font-size: 1.6rem;
		font-feature-settings: "palt";
		font-weight: normal;
		text-align: left;
	}

	.form_attention {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: left;
		color: #e60012;
	}

	.form_attention._small {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: left;
		color: #e60012;
	}

	#completeText {
		margin-top: 5px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		color: #e60012;
	}

	.form_text_error {
		margin-top: 5px;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: left;
		color: #e60012;
	}

	.form_text_store {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: left;
	}

	.input_box {
		font-size: 16px;
	}

	.form_selectbox {
		width: 100%;
		padding: 8px;
		border-radius: 4px;
		border: 2px solid #cfcfcf;
		margin-top: 5px;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	.form_text_note {
		font-size: 1.2rem;
	}

	.small {
		font-size: 1.4rem;
	}

	.after_text {
		font-size: 1.6rem;
	}
	
	.form-radio li {
		font-size: 1.4rem;
	}
	.form-radio li .radio-box {
		padding: 2px 0 0 28px;
	}

	/* 応募完了 */
	.complete_title {
		font-size: 6.4vw;
		color: #fff000;
		font-weight: bold;
		line-height: 1.5;
		position: relative;
		padding-bottom: 5px;
	}

	.complete_text {
		margin-top: 8%;
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 1.5;
	}
	.complete_text._err {
		font-size: 3.67vw;
	}

	.complete_link {
		margin-top: 16px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}

	.complete_text_note {
		margin-top: 10px;
		font-size: 3.3vw;
		line-height: 1.5;
		text-align: left;
	}

}