main{
	max-width:auto;
	min-width:800px;
	margin: 0 auto;
	padding: 60px 0 20px;
	position: relative;
	text-align:center;
}


.main_heading{
	margin: 0 auto;
	padding: 25px 0 60px;
	position: relative;
	text-align:center;
}

.main_heading h2{
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 700;
	font-size: 54px;
	line-height: 54px;
	letter-spacing:0.00em;
	color:#2564e3;
}
.main_heading h2::before {
content: "";
display: inline-block;
width: 3.3rem;
height: 3.3rem;
background-image: url("../images/registration/flag.svg");
background-size: contain;
background-repeat: no-repeat;
margin-right: 1rem;
transform: scaleX(-1);
}
.main_heading h2::after {
content: "";
display: inline-block;
width: 3.3rem;
height: 3.3rem;
background-image: url("../images/registration/flag.svg");
background-size: contain;
background-repeat: no-repeat;
margin-left: 1.5rem;
}
.main_heading h2 + span{
	display:block;
	margin: -10px 0 20px;
	padding: 0;
	font-size: 20px;
	line-height: 1.0;
	text-align:center;
	color:#2564e3;
}



.main_heading div{
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	text-align: center;
	display: flex;
	align-items:center;
	justify-content:center;
}

.main_heading div p{
	margin: 0 20px 0 20px;
	padding: 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	letter-spacing:0.00em;
	color:#fff;
}

.main_heading div img{
	width:120px;
	height:auto;
}

.main_heading p.exclamation{
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing:0.00em;
	color:#fff;
}

.main_heading p.exclamation::before {
content: "";
display: inline-block;
width: 1.8rem;
height: 1.8rem;
background-image: url("../images/registration/exclamation_mark.svg");
background-size: contain;
margin-right: 0.3rem;
margin-bottom: -0.3rem;
}
.main_heading p.exclamation::after {
content: "";
display: inline-block;
width: 1.8rem;
height: 1.8rem;
background-image: url("../images/registration/exclamation_mark.svg");
background-size: contain;
margin-left: 0.3rem;
margin-bottom: -0.3rem;
}

.main_heading div p.check_reset_txt{
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	font-weight: 500;
	font-size: 30px;
	line-height: 43px;
	letter-spacing:0.00em;
	color:#fff;
	width:660px;
}



.form_block{
	margin: 0 auto 60px;
	padding: 40px 0 40px;
	position: relative;
	text-align:center;
	width:690px;
	border-radius:20px;
	background-color:#fff8e0;
}

ul.form_list {
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
	width:610px;
}

ul.form_list li{
	margin: 0 0 20px;
	padding: 0 0;
	position: relative;
	text-align:left;
}

ul.form_list li h3{
	margin: 0 0 10px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	letter-spacing:0.00em;

}

ul.form_list li h3 em{
	margin: 0 0 0 5px;
	padding:2px 0;
	position: relative;
	border-radius: 0px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #de0011;
	display:inline-block;
}

ul.form_list li p{
	margin: 0 0 5px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing:0.00em;
	color:#231a19;
}

ul.form_list li input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:10px 15px;
	border:0px solid #000;
	border-radius: 10px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	box-sizing: border-box;
	width:100%;
	border-radius:10px;
	background-color:#ede6ce;
}
ul.form_list li input.attention_input{
	background-color:#ffe4e4;
	border:2px solid #de0011;
}
ul.form_list li input:focus {
	outline: none;
}
ul.form_list li div.value {
	font-weight: normal;
}
.form_notice{
	margin: 10px 0 0 1em;
	padding:0 0;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	box-sizing: border-box;
	text-indent:-1em;
}
.mail_notice{
	margin: 10px 0 0 1em;
	padding:0 0;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	color: #de0011;
	box-sizing: border-box;
	text-indent:-1em;
}
ul.form_list.check li input {
	border:0px solid #fff;
	font-weight: bold;
}
input::placeholder {
	color:#bfada1;
}
ul.form_list.check li .form_notice,
ul.form_list.check li .mail_notice{
display:none;
}
ul.form_list.check li p{
display:none;
}

ul.form_list.password_eye li div {
	position: relative;
}
ul.form_list.password_eye li div span{
	position: absolute;
	top:40%;
	right:15px;
}

ul.form_list.password_eye li span.eye{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye_slash.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}
ul.form_list.password_eye li span.eye_slash{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}

.consent_block{
	margin: 0 auto;
	padding: 0 0 40px;
	position: relative;
	text-align:center;
}

.consent_block h3{
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing:0.00em;
	color:#fff;
}
.consent_block h3 a{
	color:#fff;
	text-decoration:underline;
}

.check_txt{
	margin: 0 auto 10px;
	padding:0 0;
	position: relative;
	text-align: left;
	width:560px;
}

.check_txt em{
	margin: 0 0;
	padding:15px 15px;
	position: relative;
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #de0011;
	background-color:#ffe4e4;
	display:inline-block;
	white-space: nowrap;
}

.forgot_txt{
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing:0.00em;
	color:#fff;
}
.forgot_txt a{
	margin: 0 5px;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.8;
	text-align: left;
	color:#fff;
	text-decoration:underline;
}
.forgot_notice{
	margin: 0 0 40px;
	padding:0 0;
	position: relative;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

.mb_zero{margin-bottom:0;}


.wrap_checkbox{
	margin: 0 auto 60px;
	padding: 0;
	position:relative;
}

.wrap_checkbox input[type=checkbox] {
	display: none !important;
}

.wrap_checkbox label{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.wrap_checkbox label a{
	margin: 0 5px;
	padding: 0;
	position:relative;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	color:#0151d7;
	text-decoration:underline;
}

.wrap_checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	position: relative;
	width: auto;
	vertical-align:middle;
}
.wrap_checkbox label::before {
	content: '';
	display: block;
	/*border:4px solid #000;*/
	border-radius: 6px;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 4px;
	left: 0;
	background-color:#fff;
	box-sizing: border-box;
	transition : 0.2s;
}
.wrap_checkbox label.attention_checkbox::before{
	background-color:#ffe4e4;
}
.wrap_checkbox label:hover::before {
	/*border:8px solid #000;*/
}
.wrap_checkbox input[type=checkbox]:checked + label::before {
	background-color:#000;
}
.wrap_checkbox label::after {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	content: '';
	display: block;
	height: 15px;
	left: 9px;
	top: 7px;
	opacity: 0;
	position: absolute;

	transform: rotate(45deg);
	width: 7px;
}
.wrap_checkbox input[type=checkbox]:checked + label::after {
	opacity: 1;
}

.save_check{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:left;
	width:610px;
}

.save_check input[type=checkbox] {
	display: none !important;
}

.save_check label{
	font-weight: bold;
	font-size: 17px;
	line-height: 2.0;
	text-align: left;
	color: #000;
	box-sizing: border-box;
}

.save_check label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 36px;
	position: relative;
	width: auto;
	vertical-align:middle;
}
.save_check label::before {
	content: '';
	display: block;
	border:3px solid #000;
	border-radius: 8px;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 4px;
	left: 0;
	background-color:#fff;
	box-sizing: border-box;
	transition : 0.2s;
}
.save_check label.attention_checkbox::before{
	background-color:#ffe4e4;
}
.save_check label:hover::before {
	/*border:8px solid #000;*/
}
.save_check input[type=checkbox]:checked + label::before {
	background-color:#000;
}
.save_check label::after {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	content: '';
	display: block;
	height: 13px;
	left: 9px;
	top: 7px;
	opacity: 0;
	position: absolute;
	transform: rotate(45deg);
	width: 6px;
}
.save_check input[type=checkbox]:checked + label::after {
	opacity: 1;
}

.btn_registration{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	z-index:1;
}

.btn_registration a{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;

}
.next_btn a:hover,
.btn_registration a:hover{
filter: saturate(110%) brightness(105%);
transition : 0.3s;
}

p.attention_txt{
	width:690px;
	margin: 0 auto 30px;
	padding:30px 0;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #de0011;
	box-sizing: border-box;
	border-radius:10px;
	background-color:#ffe4e4;
}

p.completed_text{
	width:690px;
	margin: 0 auto 50px;
	padding:30px 0;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #684429;
	box-sizing: border-box;
	border-radius:10px;
	background-color:#fff8e0;
}

.btn_return{
	margin: 40px auto 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	z-index:1;
}

.btn_return a{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
}

.btn_return a:hover{
filter: saturate(110%) brightness(105%);
transition : 0.3s;
}



.agreement_block{
	margin: -50px auto 0;
	padding: 40px 0 60px;
	position: relative;
	text-align:center;
	background-color:#e4f8ff;
}

ul.agreement_list{
	margin: 0 auto 50px;
	padding:0 0;
	position: relative;
	text-align: left;
	width:680px;
}

ul.agreement_list > li{
	margin: 0 auto 40px;
	padding:0 0;
	position: relative;
	text-align: left;
}

ul.agreement_list > li h3{
	margin: 0 auto 10px;
	padding:0 0;
	position: relative;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	letter-spacing: 0.00em;
}

ul.agreement_list > li p{
	margin: 0 auto 15px;
	padding:0 0;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	text-align: justify;
	color: #000;
	letter-spacing: 0.00em;
}

ul.agreement_list > li p.text_color{
	color:#2564e3;
}

ul.agreement_list > li p span{
	margin: 0 0 0 1em;
	padding:0 1em 0 0;
	text-indent:-1em;
	display:block;
}

ul.agreement_list > li a{
	color:#2564e3;
	text-decoration:underline;
}

ul.asterisk{
	margin: 0 0;
	padding:0 0;
	position: relative;
	text-align: left;
}

ul.asterisk > li{
	margin: 0 0 0 1em;
	padding:0 0;
	text-indent:-1em;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	color: #000;
	letter-spacing: 0.00em;
}




/* �}�C�y�[�W */

.mypage_wrap{
	margin: -60px auto 0;
	padding: 0 0 70px;
	position: relative;
	text-align:center;
}

.regi_info_box{
	margin: 0 auto 0px;
	padding: 20px 40px 50px;
	position: relative;
	text-align:left;
	background-color:#fff;
	border-radius:20px;
	width:700px;
	box-sizing: border-box;
}

.regi_info_box h3{
	margin: 0 0 0px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing:0.00em;
	color:#000;
}

.regi_info_box h3.mb0{
	margin: 0 0 10px;
}

.regi_info_box .regi_info_txt{
	margin: 0 0 25px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing:0.00em;
	color:#000;
	display: flex;
	align-items:center;
	justify-content:flex-start;
}

.regi_info_box .regi_info_txt input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 0;
	padding:0 0;
	border:0 solid #000;
	border-radius: 0;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing:0.00em;
	color:#000;
	box-sizing: border-box;
	width:auto;
	field-sizing: content;
}
.regi_info_box .regi_info_txt input:focus {
	outline: none;
}

.regi_info_box .regi_info_txt span{
	margin: 0 25px;
	padding: 0 0;
	position: relative;
}

.regi_info_box .regi_info_txt span.eye{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye_slash.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}
.regi_info_box .regi_info_txt span.eye_slash{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}

.regi_info_btn{
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	background-color:#4caa5a;
	border-radius:0 0 20px 20px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing:0.00em;
	color:#fff;
	background-image: url("../images/mypage/arr_down.svg");
	background-repeat: no-repeat;
	background-position: right 20px top 50%;
	background-size:20px auto;
	white-space:nowrap;
}

.regi_info_btn .close_txt{
	display:none;
}
.regi_info_btn.open{
	background-image: url("../images/mypage/arr_up.svg");
	background-repeat: no-repeat;
	background-position: right 20px top 50%;
	background-size:20px auto;
}
.regi_info_btn.open .open_txt{
	display:none;
}
.regi_info_btn.open .close_txt{
	display:block;
}

.regi_info_box .regi_info_txt a{
	margin: 0 0;
	padding: 7px 15px;
	position: relative;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing:0.00em;
	color:#000;
	background-color:#ffda03;
	border-radius:30px;
	border:3px solid #ffda03;
}
.regi_info_box .regi_info_txt a:hover{
	text-decoration:none;
	border:3px solid #000;
}

.pass_mail{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
	display:none;
}

.status_block{
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align:center;
}
.status_block h2 {
	width:auto;
	margin: 0 auto 30px;
	padding: 0 0;
	position: relative;
	text-align:center;
}
.status_block h3 {
	width:auto;
	margin: 0 auto;
	padding: 0.2em 0;
	position: relative;
	text-align:center;
	line-height: 60px;
	position: relative;
	height: 60px;
	width:750px;
	text-align: center;
	color: #fff;
	background: #1d5b26;
}
.status_block h3 span {
	position: relative;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	letter-spacing:0.05em;
	color:#fff;
}
.status_block h3 span small{
	font-size: 18px;
	margin-right:10px;
	vertical-align:top;
	display:inline-block;
}

.status_block .status_wrap{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
	width:750px;
}
.status_block .status_wrap .status_message{
	margin: 60px auto 0;
	padding: 0;
	position: relative;
	text-align:center;
}
.status_block .status_wrap .status_winners{
	margin: 40px auto 40px;
	padding: 0;
	position: relative;
	text-align:center;
}
.status_block .status_wrap .status_img{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
}
.status_block .status_wrap .status_ticket{
	margin: 0 auto;
	padding: 0 0;
	position: absolute;
	bottom:40px;
	left:33px;
	text-align:center;
	width:340px;
	display: flex;
align-items:center;
justify-content:center;
}
.status_block .status_wrap .status_ticket img{
	vertical-align:middle;
}
.status_block .status_wrap .status_ticket span{
	font-weight: bold;
	font-size: 58px;
	line-height: 58px;
	letter-spacing:0.00em;
	color:#d51417;
}
.status_block .status_wrap .status_ticket span small{
	font-size: 32px;
}

.status_block p{
	margin: 0 auto 50px;
	padding: 0 0;
	position: relative;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing:0.00em;
	color:#000;
}
.status_block .next_announcement{
	width:690px;
	height:374px;
	margin: 80px auto 40px;
	padding: 0;
	position: relative;
	text-align:center;
	background-image: url("../images/mypage/next_announcement_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.status_block .next_announcement .next_tit{
	position: absolute;
	top: -40px;
	left: 20px;
}
.status_block .next_announcement .next_entry{
	margin:  0;
	padding: 54px 0 0;
	position: relative;
	text-align:center;
}
.status_block .next_announcement .next_btn{
	margin: 36px 0 0;
	padding: 0;
	position: relative;
	text-align:center;
}
.status_block .next_announcement .next_message{
	margin: 36px auto 0;
	padding: 0;
	position: relative;
	text-align:center;
}

.incentive_block{
	margin: 0 auto;
	padding: 70px 0 70px;
	position: relative;
	text-align:center;
	background-image: url("../images/mypage/incentive_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.incentive_block h2{
	margin: 0 auto 25px;
	padding: 0;
	position: relative;
	text-align:center;
}
.incentive_block .clear_status{
	margin: 0 auto 25px;
	padding: 0;
	position: relative;
	text-align:center;
}
.incentive_block h3{
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	text-align:center;
}

ul.incentive_list{
	margin: 0 auto 50px;
	padding: 0 0;
	position: relative;
	text-align:center;
	max-width:900px;
	z-index:1;
display: flex;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}
ul.incentive_list li{
	margin: 0 0 10px;
	padding: 0 0;
	position: relative;
	text-align:center;
}
ul.incentive_list li img{
	width:100%;
	height:auto;
}
ul.incentive_list li.finished img{
filter: saturate(0%) brightness(80%);
}
ul.incentive_list li.finished::before {
	content: "";
	position: absolute;
	top:0px;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	background-image: url("../images/mypage/clear.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto;
	z-index:10;
}

ul.please_list{
	margin: 0 auto 60px;
	padding: 0 0;
	position: relative;
	text-align:center;
	max-width:690px;
}
ul.please_list li{
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}
ul.please_list li img{
	width:100%;
	height:auto;
}

.prize_block{
	margin: 0 auto;
	padding: 60px 0 60px;
	position: relative;
	text-align:center;
	max-width:720px;
}

.prize_block h2{
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	text-align:center;
}

.prize_block .prize{
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	text-align:center;
}

.prize_block h4.h4_slide{
	margin: 0 auto 0px;
	padding: 0 0 20px;
	position: relative;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing:0.00em;
	color:#000;
	border-bottom:2px solid #fff;
	background-image: url("../images/mypage/arr_down2.svg");
	background-repeat: no-repeat;
	background-position: right 100px top 6px;
	background-size:auto auto;
	cursor: pointer;
}

.prize_block h4.h4_slide.open{
	background-image: url("../images/mypage/arr_up2.svg");
	background-repeat: no-repeat;
	background-position: right 100px top 5px;
	background-size:auto auto;
	cursor: pointer;
}

.precautions{
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align:center;
}
.preview_block {
	margin: 0 0 60px;
	padding:40px 0 30px;
	background-color: rgba(34, 77, 8, 0.5);
}
.preview_block h3{
	margin: 0 0 30px;
	padding: 0;
	text-align:center;
}
.preview_block h3 img{
}
.preview_block ul{
	margin: 0 30px;
	padding: 0;
	display:flex;
	justify-content: space-around;
}
.preview_block ul li{
	width:300px;
}
.preview_block .preview_txt{
	margin: 1em 0 0;
	padding: 0;
	color:#fff;
	font-size:20px;
}
.here_box{
	margin: 0 auto;
	padding: 1em 1em 0.2em;
	display:none;
	background-color:#fff;
}

.here_box p{
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
	text-align:justify;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	letter-spacing:0.00em;
	color:#000;
}

ul.here_list{
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
	text-align:left;
}

ul.here_list li{
	margin: 0 0 0 1em;
	padding: 0 0 0;
	position: relative;
	text-align:justify;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	letter-spacing:0.00em;
	color:#000;
	text-indent:-1em;
}
.here_box span{
	display:block;
	margin: 0 0 0 1em;
	text-indent:-1em;
}

.btn_backtop{
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	z-index:1;
}

.btn_backtop a{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;

}

.btn_backtop a:hover{
filter: saturate(110%) brightness(105%);
transition : 0.3s;
}

.fix_btn{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin:auto;
	height:157px;
	z-index:10;
	width:auto;
	z-index:11;
	background-image: url("../images/mypage/f_fix_bg.png");
	background-repeat: repeat-x;
	background-position:center bottom;
	background-size:auto auto;
	min-width:800px;
}

.fix_btn a{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
	display:inline-block;
}
.fix_btn a:hover{
	text-decoration:none;
	filter: saturate(100%) brightness(180%);
	transition : 0.3s;
}
.fix_btn a img{


}

/* �X���C�h�o�i�[�ݒ� */

ul.f_slide_bnr{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:600px;
}

ul.f_slide_bnr li{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.f_slide_bnr .slick-slider{position: static;}

ul.f_slide_bnr .slick-list{overflow: hidden;}

.f_slide_bnr .slick-track {}
.f_slide_bnr .slick-slide {
	width:600px !important;
}
.f_slide_bnr .slick-slide.slick-current {
  opacity: 1;
}
.f_slide_bnr .slick-slide a {
  display: block;
}

ul.f_slide_bnr .slick-slide{margin:0 10px;}

.slide-arrow {
cursor: pointer;
margin: auto;
position: absolute;
top: 55px;
width: 30px;
z-index:10;
}
.prev-arrow {
left: -50px;
}
.next-arrow {
right: -50px;
}

.f_slide_bnr.slick-dotted.slick-slider{
	margin-bottom: 60px;
}

.slick-dots{
	position: relative !important;
	bottom: auto !important;
	display: block;
	width: 100%;
	padding: 0;
	margin: 15px 0 0px !important;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	margin: 0 8px 0 !important;
	padding: 0 0 !important;
	position:relative;
	text-align:left !important;
	display:inline-block !important;
	vertical-align:top !important;
	width:10px !important;
	letter-spacing:normal;
	height: 10px !important;
	min-height:10px !important;
	cursor: pointer;
	background-color:transparent;
	border-radius:0px;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100% !important;
	height: 10px !important;
	padding: 0px !important;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #a58d70 !important;
	border:0px solid #777 !important;
	border-radius: 5px;
}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1 !important;}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 0px !important;
	line-height: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 10px !important;
	content: ' ' !important;
	text-align: center;
	opacity: 1 !important;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{background-color:#40220f !important;border-radius: 5px;}


/* �|�b�v�A�b�v�ݒ� */

.white-popup-block{
	margin:0 auto;
	padding:0 0;
	position:relative;
	text-align:left;
	max-width:710px;
}

.mfp-hide{display:none!important}

.popup_block{
	margin: 54px auto 0;
	padding: 0 0 0px;
	position: relative;
	background:#fff;
	border-radius: 25px;
	box-sizing: border-box;
}
.popup_block h2{
	margin: 0 auto 0;
	padding: 15px 0px;
	position: relative;
	background-color:#4caa5a;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	letter-spacing: 0.00em;
	border-radius: 25px 25px 0 0;
}
.popup_block h2.popup2_logo img {
	height:52px;
	width:auto;
}
.close_btn_top{
	position: absolute;
	top: -45px;
	right: 0px;
	z-index:11;
}
.close_btn_top a{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}
.close_btn_top img{
	width:35px;
	height:auto;
	margin-left:10px;
}

.popup_block ul.form_list {
	margin: 30px auto 40px;
}
.popup_block ul.form_list li div {
	position: relative;

}
.popup_block ul.form_list li div span{
	position: absolute;
	top:40%;
	right:15px;
}

.popup_block ul.form_list li span.eye{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye_slash.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}
.popup_block ul.form_list li span.eye_slash{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}

.txt_color_red{color:#de0011!important;}

.popup_block .completed_txt{
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	letter-spacing: 0.00em;
}

.content_popup_wrap {
	margin: 0 auto 30px;
	padding: 0 0;
	position: relative;
	text-align: center;
}

.content_popup_wrap .content_p{
	margin: 0 auto 30px;
	padding: 0 0;
	position: relative;
	text-align: center;
}

.content_popup_wrap h3{
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	letter-spacing: 0.00em;
}
.content_popup_wrap p{
	margin: 0 auto;
	padding: 0 20px 0;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	letter-spacing: 0.00em;
}

.close_btn_bot{
	margin: 0 auto;
	padding: 50px 0px 40px;
	position: relative;
	text-align: center;
	z-index:11;
}
.close_btn_bot a{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}
.close_btn_bot img{
	width:35px;
	height:auto;
	margin-right:10px;
	filter: brightness(0%);
}

.mfp-close{
	display:none !important;
}

.my-mfp-zoom-in.mfp-bg {
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.7;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


.popup_block .btn_registration{
	width:610px;
}




/* ========== �^�u���b�g�ȉ��́u�����͏�ɒ[���Ƀt�B�b�g�v�� ========== */
@media (max-width: 1024px){
  html, body { width: 100%; overflow-x: hidden; }

  /* min-width �𖳌������A����100%�� */
  header.header,
  main,
  footer.footer,
  ul.f_nav,
  .fix_btn {
    min-width: 0 !important;
    width: 100% !important;
  }

  /* �Œ�t�b�^�[�{�^���͍��E0�Œ�ŉ�ʂɃt�B�b�g */
  .fix_btn { left: 0; right: 0; }

  /* �����Ƀ��b�p�[������ꍇ�� �g���g�����ő啝�h �ɐ��� */
  .fix_btn__inner {
    width: min(800px, 100vw - 24px);
    margin: 0 auto;
  }

  /* �t�b�^�[���̌Œ蕝�{�b�N�X���͂ݏo���Ȃ��悤�� */
  footer.footer .f_box {
    width: auto;
    max-width: min(672px, 100% - 32px);
    margin-inline: auto;
  }

  /* �i�r��flex�̂Ƃ��A�q�v�f���k�߂�ꂸ�n�~�o���̂�h�~ */
  ul.f_nav > li { min-width: 0; }
}

/* ========== PC�������u�ŏ�800px�v��K�p�i�^�u���b�g�͓K�p���Ȃ��j ========== */
@media (min-width: 1025px){
  header.header,
  main,
  footer.footer,
  ul.f_nav,
  .fix_btn {
    min-width: 800px;
  }
}
