@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
	color: inherit;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/*** pc ***/
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}
.font_mont {
	font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 1vw;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
	html {
		font-size: 62.5%;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.6667vw;
	}
}


/* !challenge_lp_wrapper
---------------------------------------------------------- */
#challenge_lp_wrapper {
	position: relative;
	z-index: 2;
}
#challenge_lp_wrapper:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../image/bg_pc.png)no-repeat center;
	background-size: cover;
}

/* !header
---------------------------------------------------------- */
#challenge_lp_header {
	position: relative;
	z-index: 99;
}

.challenge_lp_btn_menu {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 7rem;
	top: 2.4rem;
	z-index: 5;
	width: 14.6rem;
	height: 5rem;
	background: #E60021;
	border-radius: 5rem;
	border: 0.3rem solid #FFF;
	box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
}
.challenge_lp_btn_menu:after {
	content: "MENU";
}
.challenge_lp_btn_menu.active:after {
	content: "CLOSE";
}

#challenge_lp_navi {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 7rem;
	top: 4.8rem;
	z-index: 2;
	transition-duration: 0.3s;
	padding: 5.6rem 4.8rem;
	width: 100%;
	max-width: 51rem;
	background: #B90217;
	border-radius: 2.5rem;
	border: 0.3rem solid #FFF;
	box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.25);
	color: #fff;
}
#challenge_lp_navi.open {
	opacity: 1;
	visibility: visible;
}
#challenge_lp_navi li {
	margin-bottom: 3.2rem;
	line-height: 1.2;
	font-size: 2.4rem;
	font-weight: 700;
}
#challenge_lp_navi .challenge_lp_app_btn {
	margin-top: 4.8rem;
}

.header_goodshare {
	position: fixed;
	right: 6.4rem;
	bottom: 6rem;
}
.header_goodshare a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 8.5rem 0 0;
	width: 18rem;
	height: 18rem;
	background: #B90217;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 3.6rem rgba(0,0,0,0.85);
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
}
.header_goodshare a:before {
	content: "";
	pointer-events: none;
	animation: slideRotation 36s linear infinite;
	position: absolute;
	left: -13%;
	top: -13%;
	z-index: 2;
	width: 126%;
	height: 126%;
	background: url(../image/txt_goodshare_circle.svg)no-repeat center;
	background-size: 100%;
	border-radius: 50%;
}
@keyframes slideRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header_goodshare a:after {
	content: "";
	display: block;
	margin: 0.8rem auto 0;
	width: 2rem;
	height: 2rem;
	background: url(../image/icon_arr_down.svg)no-repeat center;
	background-size: 100%;
}
.header_goodshare .icon {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 3;
	transform: translate(-50%, -3rem);
	width: 7rem;
}

.header_pagetop {
	display: none;
	position: fixed;
	right: 8.4rem;
	bottom: 10.4rem;
	width: 5rem;
}

/*** sp ***/
@media screen and (max-width: 767px) {
	.challenge_lp_btn_menu {
		right: 1.6rem;
		top: 1.6rem;
		width: 10.2rem;
		height: 3.2rem;
		border-width: 0.2rem;
		font-size: 2rem;
	}
	#challenge_lp_navi {
	    right: 1.6rem;
		left: 1.6rem;
	    top: 3.2rem;
	    padding: 5.6rem 4.8rem;
		width: auto;
	    max-width: inherit;
	    border-radius: 2.5rem;
	}
	#challenge_lp_navi li {
	    margin-bottom: 2.4rem;
	    font-size: 2rem;
	}

	.header_goodshare {
	    right: 3rem;
	    bottom: 3rem;
	}
	.header_goodshare a {
	    padding: 4.3rem 0 0;
	    width: 9.4rem;
	    height: 9.4rem;
	    border: 2px solid #fff;
		font-size: 1rem;
	}
	.header_goodshare a:after {
	    margin-top: 0.3rem;
	    width: 1rem;
	    height: 1rem;
	}
	.header_goodshare .icon {
	    transform: translate(-50%, -1.6rem);
	    width: 3.6rem;
	}

	.header_pagetop {
		right: 1.6rem;
		bottom: 1.6rem;
		width: 4.8rem;
	}

}

/* challenge_lp_footer
-----------------------------------------------------------*/
.challenge_lp_pagetop {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.5rem;
	background: #E2000B;
}

.challenge_lp_footer {
	padding: 7.2rem 0 14.8rem;
	background: #000;
	color: #fff;
}
.challenge_lp_footer .sns .tit {
	margin-bottom: 2.4rem;
	text-align: center;
	font-weight: 700;
}
.challenge_lp_footer .sns .btns {
	display: flex;
	justify-content: center;
	gap: 1.6rem;
}
.challenge_lp_footer .footlinks {
	margin-top: 6.4rem;
	border-top: 1px solid #fff;
}
.challenge_lp_footer .footlinks li {
	border-bottom: 1px solid #fff;
}
.challenge_lp_footer .footlinks li a {
	display: block;
	padding: 1.5rem 5.6rem 1.5rem 3.2rem;
	background: url(../image/ico_link_wh.svg)no-repeat right 3.2rem center;
	background-size: 1.4rem;
	font-weight: 700;
}
.challenge_lp_footer #copyright {
	margin-top: 6.4rem;
	line-height: 2;
	text-align: center;
	font-size: 1.2rem;
}

/*** pc ***/
@media screen and (min-width: 768px) {
	.challenge_lp_footer a:hover {
		opacity: 0.7;
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.challenge_lp_pagetop {
		height: 5.5rem;
	}
	.challenge_lp_footer {
	    padding: 6.4rem 0 11.5rem;
	}
	.challenge_lp_footer .sns .tit {
	    margin-bottom: 1.6rem;
	}
	.challenge_lp_footer .sns .btns {
	    gap: 0.8rem;
	}
	.challenge_lp_footer .sns .btns a {
		width: 10.9rem;
	}
	.challenge_lp_footer .footlinks {
	    margin-top: 7.5rem;
	}
	.challenge_lp_footer .footlinks li a {
	    display: block;
	    padding: 2rem 5.6rem 2rem 0.8rem;
	    background-position: right 0.8rem center;
		font-size: 1.2rem;
	}

	.challenge_lp_footer #copyright {
	    margin-top: 5.5rem;
	}
}


/* !common
---------------------------------------------------------- */
.hide {
	display: none;
}

.challenge_lp_kv img {
	width: 100%;
}

.challenge_lp_inner {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 110rem;
}

.challenge_lp_anchorarea {
	position: relative;
}
.challenge_lp_anchorarea .anchor {
	position: absolute;
	top: 0;
}

.color_red {
	color: #E60021;
}

.head_large {
	margin-bottom: 4.8rem;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
}
.head_large p + p {
	margin-top: 0.8rem;
}
.head_large .jap {
	font-size: 3.2rem;
}
.head_large .jap .foucs {
	display: inline-block;
	padding: 0.8rem 1.6rem;
	background: #E60021;
	color: #fff;
	font-size: 4rem;
}
.head_large .eng {
	color: #E60021;
}

.head_middle {
	margin-bottom: 4.8rem;
	padding-left: 2.4rem;
	border-left: 0.6rem solid #E60021;
	line-height: 1.2;
	font-weight: 700;
}
.head_middle p + p {
	margin-top: 0.2rem;
}
.head_middle .jap {
	font-size: 4rem;
}

.head_small {
	line-height: 1.75;
	font-size: 2rem;
	font-weight: 700;
}

.challenge_lp_note {
	margin-top: 0.8rem;
	font-size: 1.2rem;
}

ul.terms_dots + .challenge_lp_note {
	margin-top: 2.4rem;
}

.challenge_lp_app_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
}
.challenge_lp_app_btn a {
	width: 17.5rem;
}

.challenge_lp_btn .btn {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 3.2rem;
	height: 4.3rem;
	border-radius: 5rem;
	border: 2px solid #363636;
	font-weight: 700;
}

.tac {
	text-align: center;
}

.return_pagetop {
	cursor: pointer;
}

/*** pc ***/
@media screen and (min-width: 768px) {
	.challenge_lp_app_btn a:hover {
		opacity: 0.7;
	}

	.challenge_lp_btn .btn:hover {
		background: #363636;
		color: #fff;
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.challenge_lp_inner {
		padding: 0 1.6rem;
	}

	.head_large {
		margin-bottom: 2.4rem;
	}
	.head_large p + p {
		margin-top: 0.4rem;
	}
	.head_large .jap {
		font-size: 2.4rem;
	}
	.head_large .jap .foucs {
		margin-bottom: 0.4rem;
		font-size: 2.8rem;
	}
	.head_large .eng {
		color: #E60021;
	}

	.head_middle {
	    margin-bottom: 3.2rem;
	    padding-left: 1.6rem;
	    border-left-width: 0.3rem;
	}
	.head_middle .jap {
		font-size: 3.6rem;
	}

	.head_small {
		font-size: 1.6rem;
	}

	.challenge_lp_app_btn {
		gap: 1.6rem 0.8rem;
	}
	.challenge_lp_app_btn a {
		width: 14.4rem;
	}

	.challenge_lp_btn .btn {
		padding: 0.5rem 2.4rem;
		height: 2.9rem;
	}



}


/* !page
---------------------------------------------------------- */
.challenge_lp_about {
	padding: 6.4rem 0 10.4rem;
	background-image:
		url(../image/top/bg_about.svg),
		url(../image/top/bg_about.svg);
	background-repeat: no-repeat;
	background-position: right -8.3rem top -7.6rem, left -9rem top 31.4rem;
	background-color: #fff;
	background-size: 47.3rem;
}

.challenge_lp_about .head_small {
	margin-bottom: 6.4rem;
	text-align: center;
}
.challenge_lp_about .head_small p + p {
	margin-top: 1.6rem;
}

.about_period {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.2rem;
}
.about_period li {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 3.2rem 1rem;
	background: #F5F5F5;
	border-radius: 1.5rem;
	border: 3px solid #363636;
	text-align: center;
	font-weight: 700;
}
.about_period li.active .title .tit span {
	background-color: #E60021;
}
.about_period li.active .title > p {
	color: #E60021;
}
.about_period li.active {
	background-color: #FFF1F3;
	border: 3px solid #E60021;
}
.about_period li.end_item {
	flex-direction: column;
}
.about_period li.end_item > .end_txt {
	color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    width: 100%;
	margin-bottom: 2.4rem;
    border-image-source: linear-gradient(#B90217, #B90217);
    border-image-slice: 0 fill;
    border-image-outset: 0 1rem;
}
.about_period .soon {
	color: #6F6F6F;
	font-size: 3.2rem;
	font-weight: 700;
}
.about_period li .step {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-2.8rem, -50%) rotate(-16deg);
	width: 9rem;
	height: 9rem;
}
.about_period .hot {
	border-color: #E60021;
	background: #FFF1F3;
}
.about_period .tit {
	margin-bottom: 0.4rem;
	text-align: center;
	line-height: 1.2;
}
.about_period .tit span {
	display: inline-block;
	padding: 0.4rem 0.8rem;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
}
.about_period .hot .title {
	line-height: 1.2;
	color: #E60021;
	font-size: 2rem;
}
.about_period .hot .title .tit span {
	background: #E60021;
}
.about_period .period {
	margin-top: 2.4rem;
}
.about_period .period .date_after:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 2px;
	height: 0.8rem;
	background: #363636;
	border-radius: 2px;
}
.about_period .period .year {
	font-size: 1.2rem;
}
/* .about_period .end_item .period .year {
	text-decoration: line-through;
}
.about_period .end_item .period .date {
	text-decoration: line-through;
} */
.about_period .end_item .period .end_txt {
	font-size: 1.2rem;
	font-weight: 400;
}
.about_period .period .challenge_lp_btn {
	margin-top: 2.4rem;
}
.about_period .period .challenge_lp_btn .btn {
    color: #fff;
	font-size: 1.4rem;
    height: 3.7rem;
	padding: 0.5rem 3.1rem;
	background-color: #B90217;
    border: 2px solid #B90217;
}
.about_period .period .challenge_lp_btn .btn.no_atcive {
	background-color: #5C5C5C;
    border: 2px solid #5C5C5C;
	pointer-events: none;
}

.challenge_lp_about .about_gift {
	padding: 2.4rem;
	margin: 6.4rem auto 0;
	max-width: 120rem;
	background: #F5F5F5;
}
@media screen and (max-width: 1200px) {
	.challenge_lp_about .about_gift {
		margin-left: 1.6rem;
		margin-right: 1.6rem;
	}
}
.about_gift .inner {
	position: relative;
	margin: 0 auto;
	max-width: 100rem;
}
.about_gift .info {
	position: relative;
	z-index: 1;
}
.about_gift .head {
	margin-bottom: 1.6rem;
	font-size: 2.8rem;
	font-weight: 700;
}
.about_gift .head .color_red {
	font-size: 3.2rem;
}
.about_gift .head .color_red span {
	margin-left: -1.5rem;
}
.about_gift .head2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}
.about_gift .img {
    position: absolute;
    right: 24.4rem;
    top: 50%;
    translate: 100% -50%;
    width: 35.7rem;
}

.challenge_lp_favorite {
	padding: 9rem 0 5.6rem;
	position: relative;
	z-index: 2;
	background: #B90217;
}
.challenge_lp_favorite.challenge_end {
	padding: 0;
}
.challenge_lp_favorite.challenge_end .challenge_lp_inner {
	padding: 9rem 0 5.6rem;
	position: relative;
}
.challenge_lp_favorite.challenge_end .challenge_lp_inner.inner02 {
	padding-bottom: 12rem;
}
.challenge_lp_favorite .anchor {
	top: -8rem;
}
.challenge_lp_favorite .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.challenge_lp_favorite .bg img {
	position: sticky;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.challenge_lp_favorite_bg {
	overflow: hidden;
}
.challenge_lp_favorite .title {
	margin-bottom: 4.8rem;
	text-align: center;
}
.challenge_lp_favorite .title .step {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -53%);
}
.challenge_lp_favorite .title .step img {
	width: 135px;
}
.challenge_lp_favorite .title .step span.end {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    width: max-content;
    padding: 8px 16px;
    background: #E60021;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 20%;
}
.challenge_lp_favorite .title .head {
	color: #fff;
	margin-bottom: 1.6rem;
	line-height: 1.2;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}
.challenge_lp_favorite.challenge_end .title .head {
	color: #000;
}
.challenge_lp_favorite .title .head2 {
	color: #fff;
	margin-bottom: 1.6rem;
	line-height: 1.75;
	font-size: 2rem;
	font-weight: 500;
}
.challenge_lp_favorite.challenge_end .title .head2 {
	color: #000;
}
.challenge_lp_favorite .title .note {
	color: #fff;
	line-height: 1.75;
	font-size: 1.2rem;
	font-weight: 500;
}
.challenge_lp_favorite.challenge_end .title .note {
	color: #000;
}
.challenge_lp_favorite .favorite_campaign {
	margin: 0 auto;
	max-width: 72rem;
}
.challenge_lp_favorite .display_list li {
	overflow: hidden;
	margin-bottom: 4.8rem;
	border: 2px solid #fff;
	border-radius: 1rem;
}
.challenge_lp_favorite .display_list .th {
	color: #E60021;
	padding: 1rem;
	background: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
.challenge_lp_favorite.challenge_end .display_list .th {
	color: #5C5C5C;
}
.challenge_lp_favorite .display_list .td {
	color: #fff;
	padding: 2.4rem;
	text-align: center;
	font-weight: 700;
	background-color: #B90217;
}
.challenge_lp_favorite.challenge_end .display_list .td {
	background-color: #5C5C5C;
}
.challenge_lp_favorite .favorite_campaign .banner {
	margin: 0 auto;
	max-width: 48rem;
}
.challenge_lp_favorite .favorite_campaign .banner .txt {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 0.8rem;
}
.challenge_lp_favorite .campaign_date .big {
	font-size: 2.8rem;
}
.challenge_lp_favorite .campaign_tags {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.6rem;
}
.challenge_lp_favorite .display {
	position: relative;
	margin-top: 4.8rem;
}
.challenge_lp_favorite .display .talk {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42.7rem;
	background: no-repeat center;
	background-size: 100% 100%;
	line-height: 1.5;
	text-align: center;
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
}
.challenge_lp_favorite .display .quest {
	position: relative;
}
.challenge_lp_favorite .display .quest:after,
.challenge_lp_favorite .display .answer:after {
	content: "";
	position: absolute;
	background: no-repeat center;
	background-size: 100%;
}
.challenge_lp_favorite .display .talk p + p {
	margin-top: 3.2rem;
	margin-top: 1.6rem;
}
.challenge_lp_favorite .display .quest .talk {
	padding: 2.2rem 0 2.2rem 1.2rem;
	min-height: 8.2rem;
	background-image: url(../image/top/frame_talk_01.svg);
}
.challenge_lp_favorite .display .quest:after {
	right: 100%;
	top: 0;
	width: 12.5rem;
	height: 17.5rem;
	background-image: url(../image/top/img_people_01.svg);
}
.challenge_lp_favorite .display .answer {
	position: relative;
	margin-top: 4rem;
}
.challenge_lp_favorite .display .answer .talk {
    padding: 7rem 3rem 7rem 1.5rem;
	margin-left: auto;
	background-image: url(../image/top/frame_talk_02.svg);
}
.challenge_lp_favorite .display .answer .talk.small {
	background-image: url(../image/top/frame_talk_02_sm.svg);
}
.challenge_lp_favorite .display .answer:after {
	left: 100%;
	top: 0;
	width: 11.1rem;
	height: 16.3rem;
	background-image: url(../image/top/img_people_02.svg);
}
.challenge_lp_favorite .display .img {
	position: absolute;
	left: 0;
	bottom: 3rem;
	width: 21rem;
	height: 26rem;
	transform: rotate(-12.25deg);
	transform-origin: 0 0;
}

.favorite_present {
	overflow: hidden;
	padding-top: 8.8rem;
}
.favorite_present ul {
	max-width: 90rem;
    margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2.4rem;
}
.favorite_present li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.6rem;
	width: calc(100%/3 - 1.6rem);
	background: #000;
	border: 2.7px solid #FFF;
	border-radius: 0.9rem;
	font-size: 2.8rem;
	font-weight: 700;
}
.favorite_present li .big {
	font-size: 3.2rem;
}
.favorite_present li .info {
	text-align: center;
}
.favorite_present li .info p {
	color: #fff;
}
.favorite_present li .rank {
	margin-bottom: 0.8rem;
	line-height: 1;
}.favorite_present li .note {
	font-size: 1.2rem;
}
.favorite_present li .rank .big {
	font-size: 4rem;
}
.favorite_present li .img {
	margin-top: 0.8rem;
	border: 2px solid #FFF;
}
.favorite_present .first_place {
	position: relative;
	padding: 1.4rem 9.2rem 2rem;
	width: 100%;
	background: linear-gradient(94deg, #D4BF63 -3.87%, #B9A44A 50.63%, #A08D39 105.12%);
}
.favorite_present .first_place:before {
	content: "";
	position: absolute;
	left: 11rem;
	top: -4rem;
	width: 5.3rem;
	height: 5.3rem;
	background: url(../image/ico_crown_gold.svg)no-repeat center;
	background-size: 100%;
}
.favorite_present .first_place .info {
	max-width: 57.3rem;
	text-align: left;
}
.favorite_present.step_02 .first_place .info p {
	color: #fff;
}
.favorite_present .first_place .rank {
	margin-bottom: 1.4rem;
}
.favorite_present .first_place .img {
	position: absolute;
    top: -3.5rem;
    right: -5.8rem;
    width: 28rem;
    border: none;
    transform: rotate(5deg);
	margin-top: 0;
}
.favorite_present .second_place {
	background: linear-gradient(94deg, #BFBFBF -3.87%, #939393 50.63%, #696969 105.12%);
}
.challenge_lp_favorite .end {
	margin-top: 5rem;
	text-align: center;
	line-height: 1.75;
	font-size: 2rem;
	font-weight: 500;
}
.challenge_lp_favorite .end {
	color: #fff;
}
.challenge_lp_favorite .everyone_posted {
	position: relative;
	padding: 2.4rem 3.2rem;
	margin: 6.6rem auto 0;
	max-width: 72rem;
	border-radius: 0.9rem;
	border: 3.6px solid #363636;
	background: #FFF;
	color: #000;
}
.challenge_lp_favorite .everyone_posted .info {
	max-width: 47.6rem;
}
.challenge_lp_favorite .everyone_posted .head {
	font-size: 2.8rem;
	font-weight: 700;
}
.challenge_lp_favorite .everyone_posted .head .foucs {
	color: #E60021;
	font-size: 3.2rem;
}
.challenge_lp_favorite .everyone_posted .img {
	position: absolute;
	right: 5.6rem;
	top: 50%;
	transform: translateY(-50%) rotate(18.181deg);;
	width: 12.5rem;
}
.challenge_lp_favorite .everyone_posted .img.img_ROOK {
	width: 20rem;
    right: 2.6rem;
}

.challenge_lp_gift {
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 10.4rem 0;
}
.challenge_lp_gift .step_first {
	position: absolute;
	right: calc(50% + 41rem);
	top: -2.7rem;
}
.challenge_lp_gift .gift_howto {
	position: relative;
	overflow: hidden;
}
.challenge_lp_gift .gift_howto .anchor {
	top: -13rem;
}
.challenge_lp_gift .gift_howto li {
	position: relative;
	padding: 0 2.6rem;
	margin: 0 auto;
	max-width: 75rem;
}
.challenge_lp_gift .gift_howto li + li {
	padding-top: 4.3rem;
	margin-top: 4rem;
	background: url(../image/line_dash.png)repeat-x center top;
	background-size: auto 0.3rem;
}
.challenge_lp_gift .gift_howto li .step {
	display: inline-block;
	margin: 0 0 -2rem -2.6rem;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	font-size: 4.9rem;
}
.challenge_lp_gift .gift_howto li .step:before {
	content: "STEP";
	display: block;
	font-size: 2.2rem;
}
.challenge_lp_gift .gift_howto li .img {
	margin-bottom: 1.8rem;
	background: #fff;
	border-radius: 1.6rem;
	border: 2px solid #DEDEDE;
	text-align: center;
}
.challenge_lp_gift .gift_howto li .img img {
	max-width: 61.4rem;
}
.challenge_lp_gift .gift_howto li .icon_phone {
	position: absolute;
	right: -8.8rem;
	top: 4.5rem;
	width: 17.8rem;
	height: 17.8rem;
}
.challenge_lp_gift .gift_howto li .info {
	margin: 0 auto;
	max-width: 68rem;
}
.challenge_lp_gift .gift_howto li .tit {
	margin-bottom: 0.8rem;
	font-weight: 700;
}
.challenge_lp_gift .gift_howto li .txt {
	line-height: 1.75;
	font-size: 1.6rem;
}
.challenge_lp_gift .gift_howto li .challenge_lp_btn {
	margin-top: 0.8rem;
}

.challenge_lp_gift .gift_prizes {
	margin-top: 6.4rem;
}
.challenge_lp_gift .gift_prizes .head {
	margin-bottom: 1.6rem;
	text-align: center;
	color: #E60021;
	font-weight: 700;
}
.challenge_lp_gift .gift_prizes .head span:before {
	content: "＼";
}
.challenge_lp_gift .gift_prizes .head span:after {
	content: "／";
}
.challenge_lp_gift .gift_prizes .box {
	padding: 3.2rem;
	border-radius: 2.5rem;
	background: #000;
	color: #fff;
}
.challenge_lp_gift .gift_prizes ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 57.6rem;
}
.challenge_lp_gift .gift_prizes li {
	padding: 2.4rem 1.6rem;
	width: calc(100%/3);
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.challenge_lp_gift .gift_prizes li + li {
	border-left: 3px solid #E60021;
	border-top: 3px solid #E60021;
}
.challenge_lp_gift .gift_prizes li:nth-of-type(2){
	border-left: 0;
}
.challenge_lp_gift .gift_prizes li:nth-of-type(2) .img img {
	background-color: rgba(255,255,255,0.16);
}
.challenge_lp_gift .gift_prizes .rank {
	margin-bottom: 1.6rem;
	line-height: 1;
}
.challenge_lp_gift .gift_prizes .rank .num {
	font-size: 3.6rem;
}
.challenge_lp_gift .gift_prizes .img {
	margin-bottom: 1.6rem;
}
.challenge_lp_gift .gift_prizes .img img {
	border: 2px solid #FFF;
}
.challenge_lp_gift .gift_prizes .first_place {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.challenge_lp_gift .gift_prizes .first_place .img {
	margin-bottom: 0;
	width: 18rem;
}
.challenge_lp_gift .gift_prizes .first_place .info {
	width: calc(100% - 19.6rem);
	text-align: left;
}

.challenge_lp_gift .gift_template {
	padding: 10.4rem 0 0;
}
.challenge_lp_gift .template_use {
	margin-top: 4.8rem;
}
.challenge_lp_gift .template_use ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
}
.challenge_lp_gift .template_use li {
	font-size: 0;
}
.challenge_lp_gift .template_use .end {
	margin-top: 1.6rem;
	text-align: center;
}
.challenge_lp_gift .template_use .end p + p {
	margin-top: 0.8rem;
}
.challenge_lp_gift .template_use .txt {
	line-height: 1.6;
	letter-spacing: 0.48px;
	font-size: 1.6rem;
}
.challenge_lp_gift .template_use .app {
	margin: 2.4rem auto 0;
	max-width: 68rem;
}

.challenge_lp_goodshare {
	padding: 8rem 0;
	background: #333;
	z-index: 2;
}
.challenge_lp_goodshare .anchor {
	top: -5rem;
}
.challenge_lp_goodshare .challenge_lp_inner {
	max-width: 102rem;
}
.challenge_lp_goodshare .head_flag {
	position: absolute;
	bottom: calc(100% + 0.6rem);
	right: calc(50% + 6rem);
	width: 57.4rem;
}
.challenge_lp_goodshare .display {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.challenge_lp_goodshare .display .info {
	width: 58.5%;
	max-width: 53.5rem;
	line-height: 1.7;
	color: #bbb;
	font-size: 1.6rem;
	font-weight: 500;
}
.challenge_lp_goodshare .display .img {
	width: 40%;
	max-width: 36.7rem;
}
.challenge_lp_goodshare .display .head {
	margin: 0 1.2rem 1.6rem;
	color: #fff;
}
.challenge_lp_goodshare .display .head .eng {
	margin-bottom: 0.5rem;
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 1.6rem;
	font-weight: 600;
}
.challenge_lp_goodshare .display .head .jap {
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 2.2rem;
	font-weight: 800;
}
.challenge_lp_goodshare .goodshare li {
	position: relative;
	padding-left: 5.6rem;
}
.challenge_lp_goodshare .goodshare li + li {
	margin-top: 3rem;
}
.challenge_lp_goodshare .goodshare li .step {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
	height: 4rem;
	background: #fff;
	border-radius: 50%;
	color: #333;
	font-weight: 800;
}
.challenge_lp_goodshare .challenge_lp_note {
	font-size: 1.4rem;
}
.challenge_lp_goodshare .challenge_lp_app_btn {
    margin-top: 1.6rem;
}

.challenge_lp_terms {
	padding: 8rem 0;
}
.challenge_lp_terms .txt {
	line-height: 1.75;
	font-size: 1.6rem;
}
.challenge_lp_terms .challenge_lp_note {
    margin-top: 0;
}
.challenge_lp_terms .challenge_lp_btn {
	margin-top: 0.8rem;
}

/*** sp ***/
@media screen and (max-width: 767px) {
	.challenge_lp_about {
	    padding: 6.4rem 0 8rem;
	    background-image:
			url(../image/top/bg_about.svg),
			url(../image/top/bg_about.svg),
			url(../image/top/bg_about.svg);
	    background-position:
			right -7rem top -7rem,
			left -9rem top 44.8rem,
			right -7rem top 112.8rem;
	    background-size: 23.6rem;
	}
	.challenge_lp_about .head_small {
	    margin-bottom: 4rem;
	}
	.about_period {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 4rem 0;
		margin: 0 auto;
		max-width: 31.2rem;
	}
	.about_period li {
		padding: 2.4rem 1rem;
		min-height: 19.2rem;
	}
	.about_period li .step {
	    position: absolute;
	    left: 0;
	    top: 0;
	    transform: translate(-2.2rem, -3rem) rotate(-16deg);
	    width: 7.2rem;
	    height: 7.2rem;
	}
	.about_period .title {
	    font-size: 1.8rem;
	}
	.about_period .period {
	    margin-top: 1.6rem;
	    font-size: 1.6rem;
	}
	.about_period .period .year {
	    font-size: 1rem;
	}

	.challenge_lp_about .about_gift{
		padding: 4rem 2.4rem;
		margin-top: 4rem;
	}
	.about_gift .info {
	    position: static;
	    width: auto;
	}
	.about_gift .img {
		margin: 1.6rem auto 0;
        max-width: 26.3rem;
        position: relative;
		right: auto;
        top: auto;
        translate: none;
	}
	.about_gift .head {
		line-height: 1.7;
	    margin-bottom: 0.8rem;
	    font-size: 2.2rem;
	}
	.about_gift .head .color_red {
		font-size: 2.2rem;
	}
	.about_gift .head .color_red span {
		margin-left: -1rem;
	}
	.about_gift .head2 {
		line-height: 1.5;
	    font-size: 1.6rem;
	}

	.challenge_lp_favorite {

	}
	.challenge_lp_favorite.challenge_end .challenge_lp_inner {
	    padding: 7.2rem 1.6rem 8rem;
	}
	.challenge_lp_favorite.challenge_end .challenge_lp_inner.inner02 {
		padding-bottom: 8rem;
	}
	.challenge_lp_favorite .title {
	    margin-bottom: 5.6rem;
	}
	.challenge_lp_favorite .title .step {
		width: 7rem;
	}
	.challenge_lp_favorite .title .step span.end {
		font-size: 14px;
		padding: 4px 8px;
	}
	.challenge_lp_favorite .title .head {
	    margin-bottom: 0.8rem;
	    font-size: 2.4rem;
	}
	.challenge_lp_favorite .title .head2 {
	    margin-bottom: 0.8rem;
	    font-size: 1.6rem;
	}
	.challenge_lp_favorite .display_list li {
	    margin-bottom: 2.4rem;
	    border: 2px solid #fff;
	}
	.challenge_lp_favorite .display_list .th {
	    padding: 1rem;
	    font-size: 2rem;
	}
	.challenge_lp_favorite .display_list .td {
	    padding: 1.6rem 1.2rem;
	}
	.challenge_lp_favorite .campaign_date {
		line-height: 1.7;
	}
	.challenge_lp_favorite .campaign_tags {
	    display: flex;
	    justify-content: flex-start;
		font-size: 2rem;
	}
	.challenge_lp_favorite .display .talk {
	    width: auto;
	    font-size: 1.8rem;
	}
	.challenge_lp_favorite .display .quest:after,
	.challenge_lp_favorite .display .answer:after {
	    position: static;
		display: block;
	}
	.challenge_lp_favorite .display .quest .talk {
	    padding: 1.6rem 0 2.4rem;
	    min-height: 6.2rem;
	    background-image: url(../image/top/frame_talk_sp01.svg);
	}
	.challenge_lp_favorite .display .quest:after {
	    margin-top: 0.8rem;
	    width: 9.6rem;
	    height: 13.5rem;
	}
	.challenge_lp_favorite .display .answer:after {
		margin: 0.8rem 0 0 auto;
	    width: 8.9rem;
	    height: 13.1rem;
	}
	.challenge_lp_favorite .display .answer .talk {
		padding: 6rem 3rem 7rem 1.5rem;
		background-image: url(../image/top/frame_talk_02_sp.svg);
	}
	.challenge_lp_favorite .display .answer .talk.small {
		background-image: url(../image/top/frame_talk_02_sm_sp.svg);
	}

	.challenge_lp_favorite .display .img {
		position: static;
		margin-top: -8rem;
	    width: 15.5rem;
	    height: 19.3rem;
	}

	.favorite_present {
		padding-top: 5.6rem;
	}
	.favorite_present ul {
		gap: 1.6rem;
	}
	.favorite_present li {
		display: block;
		padding: 1.6rem 2rem;
		width: calc(50% - 0.8rem);
		border-width: 2px;
		border-radius: 0.8rem;
		font-size: 1.6rem;
	}
	.favorite_present li .big {
	    font-size: 2rem;
	}
	.favorite_present li .info {
	    text-align: left;
	}
	.favorite_present li .rank {
		white-space: nowrap;
		word-wrap: break-word;
		word-break:break-all;
		font-size: 2rem;
	}
	.favorite_present li .rank .big {
	    font-size: 3.2rem;
	}

	.favorite_present .first_place,
	.favorite_present .second_place {
		width: 100%;
	}
	.favorite_present .first_place {
		padding: 1.6rem 2rem;
	}
	.favorite_present .first_place .img {
        position: static;
		width: 70%;
        margin-inline: auto;
        transform: rotate(-17deg);
        margin-top: 0.8rem;
	}
	.favorite_present .second_place {
		font-size: 2rem;
	}
	.challenge_lp_favorite .end {
	    margin-top: 1.6rem;
	    font-size: 1.6rem;
	}

	.challenge_lp_favorite .everyone_posted {
	    padding: 1.6rem 6.4rem 1.6rem 2.4rem;
	    margin-top: 5.6rem;
	}
	.challenge_lp_favorite .everyone_posted .head {
	    font-size: 2rem;
	}
	.challenge_lp_favorite .everyone_posted .head .foucs {
	    font-size: 2.8rem;
	}
	.challenge_lp_favorite .everyone_posted .img {
	    right: 0.8rem;
	    top: -0.8rem;
	    transform: rotate(18.181deg);
	    width: 7.2rem;
	}
	.challenge_lp_favorite .everyone_posted .img.img_ROOK {
        width: 10rem;
        right: 1rem;
        top: -3.5rem;
	}

	.challenge_lp_gift {
	    padding: 8rem 0;
	}
	.challenge_lp_gift .step_first {
		right: 1.6rem;
		top: -1.4rem;
		width: 10rem;
	}
	.challenge_lp_gift .gift_howto .anchor {
	    top: -10rem;
	}
	.challenge_lp_gift .gift_howto li {
	    padding: 0 1.2rem;
	}
	.challenge_lp_gift .gift_howto li + li {
	    padding-top: 2.4rem;
	    margin-top: 2.4rem;
	    background-size: auto 0.2rem;
	}
	.challenge_lp_gift .gift_howto li .step {
	    margin: 0 0 -1.4rem -1.2rem;
	    font-size: 2.2rem;
	}
	.challenge_lp_gift .gift_howto li .step:before {
	    font-size: 1rem;
	}
	.challenge_lp_gift .gift_howto li .img {
	    margin-bottom: 1rem;
	    border-radius: 0.7rem;
	    border-width: 1px;
	}
	.challenge_lp_gift .gift_howto li .img img {
	    max-width: 28rem;
	}
	.challenge_lp_gift .gift_howto li .tit {
	    margin-bottom: 0.4rem;
		font-size: 1.6rem;
	}
	.challenge_lp_gift .gift_howto li .challenge_lp_btn {
	    margin-top: 0.4rem;
	}
	.challenge_lp_gift .gift_howto li .icon_phone {
	    right: -2.4rem;
	    top: auto;
		bottom: -6.5rem;
	    width: 16.5rem;
	    height: 16.5rem;
	    z-index: 2;
	}
	.challenge_lp_gift .gift_howto li .txt {
	    font-size: 1.4rem;
	}

	.challenge_lp_gift .gift_prizes {
	    margin-top: 4.8rem;
	}
	.challenge_lp_gift .gift_prizes .box {
	    padding: 2.4rem;
	    border-radius: 1.5rem;
	}
	.challenge_lp_gift .gift_prizes li {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding: 1.6rem 0.8rem;
		width: 100%;
		text-align: left;
		font-size: 1.4rem;
	}
	.challenge_lp_gift .gift_prizes li + li {
		border-left: 0;
		border-top-width: 2px;
	}
	.challenge_lp_gift .gift_prizes .img,
	.challenge_lp_gift .gift_prizes .first_place .img {
		margin-bottom: 0;
		width: 12rem;
	}
	.challenge_lp_gift .gift_prizes .info,
	.challenge_lp_gift .gift_prizes .first_place .info {
		width: calc(100% - 12.8rem);
	}
	.challenge_lp_gift .gift_prizes .rank {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
	}
	.challenge_lp_gift .gift_prizes .rank .num {
	    font-size: 2.4rem;
	}

	.challenge_lp_gift .gift_template {
	    padding: 8rem 0 0;
	}
	.challenge_lp_gift .template_use {
	    margin-top: 4rem;
	}
	.challenge_lp_gift .template_use ul {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 0.8rem;
	}
	.challenge_lp_gift .template_use .end p + p {
	    margin-top: 0.4rem;
	}
	.challenge_lp_gift .template_use .head_small {
		font-size: 1.8rem;
	}
	.challenge_lp_gift .template_use .txt {
	    letter-spacing: 0.42px;
	    font-size: 1.4rem;
	}
	.challenge_lp_gift .template_use .app {
		margin-top: 1.6rem;
	}

	.challenge_lp_goodshare {
	    padding: 7.2rem 0 4.8rem;
	}
	.challenge_lp_goodshare .display {
	    display: block;
	}
	.challenge_lp_goodshare .head_flag {
	    bottom: 100%;
	    right: auto;
		left: 50%;
		transform: translateX(-50%);
	    width: 31.1rem;
	}
	.challenge_lp_goodshare .display .info {
	    width: auto;
	    max-width: 53.5rem;
	    line-height: 1.7;
	    color: #bbb;
	    font-size: 1.6rem;
	    font-weight: 500;
	}
	.challenge_lp_goodshare .display .img {
		margin: 3.2rem auto 0;
	    width: auto;
	    max-width: 25rem;
	}
	.challenge_lp_goodshare .display .head {
	    margin: 0 0 1.6rem;
	}
	.challenge_lp_goodshare .display .head .eng {
	    margin-bottom: 0.2rem;
	}
	.challenge_lp_goodshare .display .head .jap {
		font-size: 2rem;
	}
	.challenge_lp_goodshare .challenge_lp_app_btn {
	    margin-top: 1.6rem;
	}
	.challenge_lp_goodshare .challenge_lp_app_btn a {
		width: 16.7rem;
	}

	.challenge_lp_terms .txt {
		font-weight: 500;
	}
	.challenge_lp_terms .challenge_lp_btn,
	.challenge_lp_terms .challenge_lp_note {
	    margin-top: 1.6rem;
	}

}

/* terms index.html */
.challenge_lp_service_terms {
	padding: 6.4rem 0 8rem;
}
.challenge_lp_service_terms .terms_cate {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4rem;
}
.challenge_lp_service_terms .terms_cate .head_cate {
	padding: 1.2rem 2.4rem;
	background: #E60021;
	line-height: 1.2;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
}
.challenge_lp_service_terms .terms_tab_btns {
	display: flex;
	gap: 1.6rem;
}
.challenge_lp_service_terms .terms_tab_btns a {
	display: flex;
	align-items: center;
	padding: 0 3.2rem;
	height: 4.8rem;
	border-radius: 5rem;
	border: 3px solid #363636;
	line-height: 1;
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
}
.challenge_lp_service_terms .terms_tab_btns a.active {
	background: #E60021;
	border-color: #E60021;
	color: #fff;
}
.challenge_lp_service_terms .terms_part {
	margin-bottom: 3.2rem;
	line-height: 1.75;
	font-size: 1.6rem;
}
.challenge_lp_service_terms .terms_part > p + p,
.challenge_lp_service_terms .terms_benefits li + li {
	margin-top: 2.4rem;
}
.challenge_lp_service_terms .head_middle {
    margin-bottom: 2.4rem;
}
.challenge_lp_service_terms .line_part {
	margin-top: 0.8rem;
	padding-top: 0.8rem;
	border-top: 3px solid #E60021;
}
.challenge_lp_service_terms .line_part + .title_part {
	margin-top: 1.6rem;
}
.challenge_lp_service_terms .tit {
	margin-bottom: 0.4rem;
	font-weight: 700;
}
.challenge_lp_service_terms .terms_dots li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.challenge_lp_service_terms .terms_dots li:before {
	content: "•";
	margin: 0 0.9rem;
}
.challenge_lp_service_terms .terms_dots li a {
	text-decoration: underline;
}
.challenge_lp_service_terms .terms_dots li a:hover {
	opacity: 0.7;
}
.challenge_lp_service_terms .challenge_lp_btn {
	margin-top: 8rem;
	text-align: center;
}

.js-toggle-box {
	display: none;
}



/*** pc ***/
@media screen and (min-width: 768px) {
	.challenge_lp_service_terms .terms_tab_btns a:hover {
		background: #E60021;
		border-color: #E60021;
		color: #fff;
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.challenge_lp_service_terms {
	    padding: 5.6rem 0 8rem;
	}
	.challenge_lp_service_terms .terms_cate {
	    display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 3.2rem 0;
	    margin-bottom: 3.2rem;
	}
	.challenge_lp_service_terms .terms_cate .head_cate {
		padding: 0.8rem 1.6rem;
		font-size: 2.8rem;
	}
	.challenge_lp_service_terms .terms_tab_btns {
		flex-wrap: wrap;
	    gap: 0.8rem;
	}
	.challenge_lp_service_terms .terms_tab_btns a {
		justify-content: center;
	    padding: 0 3.2rem;
	    height: 4.2rem;
		width: calc(50% - 0.4rem);
	    border-width: 2px;
	    font-size: 1.8rem;
	}
	.challenge_lp_service_terms .head_middle {
	    margin-bottom: 1.6rem;
	}
	.challenge_lp_service_terms .head_middle .jap {
		font-size: 2.8rem;
	}
	.challenge_lp_service_terms .terms_part {
		font-weight: 500;
	}

}