@charset "utf-8";
a:visited {
	color: #4C4C80;
	text-decoration: none;
}
a:link {
	color: #4C4C80;
	text-decoration: underline;
}
pre {
	display: inline;
	white-space: pre-wrap;
}
input, select , textarea , table , th , td , li , a , pre , body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica !important;
}

.breadcrumbs {
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 10px 10px 0;
}

.campaignEndText {
	background: #EEEEEE;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	padding: 20px 15px;
	text-align: center;
	word-break: break-all;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
.content {
	color: #909090;
	margin-bottom: 40px;
}
.header + .content {
	margin-top: 5px;
}
.contentInner {
	background: #EEEEEE;
	padding-bottom: 40px;
}
.campaignBtn {
	background: #EC6184;
	border-bottom: solid 4px #E41D4F;
	border-radius: 5px;
	box-sizing: border-box;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 21px;
	padding-top: 22px;
	position: relative;
	text-decoration: none !important;
	width: 70%;
}
.campaignBtn:after {
	border-bottom: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	content: "";
	padding: 0 0 9px 3px;
	position: absolute;
	right: 20px;
	top: 42%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 6px;
}
@media screen and (max-width:768px) {
	.campaignBtn {
		font-size: 14px;
		padding-bottom: 15px;
		padding-top: 14px;
		width: 260px;
	}
	.campaignBtn:after {
		padding: 0 0 7px 1px;
	}
}
.campaignBtnBox {
	margin-top: 25px;
	text-align: center;
}
.campaignSecondaryBtn {
	-webkit-appearance: none;
	background: #FFFFFF;
	border: solid #D36985;
	border-radius: 3px;
	border-width: 1px 1px 2px;
	box-sizing: border-box;
	color: #D36985;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 20px;
	width: 60%;
}
a.campaignSecondaryBtn {
	color: #D36985;
	text-decoration: none;
}
.campaignSecondaryBtn.isDisabled {
	background: #CCCCCC;
	border: solid 1px #CCCCCC;
	color: #FFFFFF;
}

/* ソーシャル */
.snsArea {
	background: #FFFFFF;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	width: 70%;
}
@media screen and (max-width:768px) {
	.snsArea {
		margin: 32px 32px 0;
		width: auto;
	}
}
@media screen and (max-width:320px) {
	.snsArea {
		margin: 32px 16px 0;
	}
}
.snsTtl {
	color: #505050;
	line-height: 1;
	text-align: center;
}
.snsList {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 168px;
}
.snsList > li {
	float: left;
	width: 40px;
}
.snsList > li + li {
	margin-left: 24px;
}
.snsList > li > a {
	display: block;
}
.snsImg {
	width: 100%;
}

/* キャンペーン内容 */
.info {
	padding: 20px 15px;
}
.infoText {
	color: #505050;
	font-size: 13px;
	letter-spacing: 0.1rem;
	line-height: 2;
	padding: 45px 20px 0 20px;
	word-break: break-all;
}

/* キャンペーンコード */
.campaignCode {
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	color: #EC6184;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 35px;
	padding-top: 35px;
	text-align: center;
	width: 70%;
}
@media screen and (max-width:768px) {
	.campaignCode {
		font-size: 21px;
		margin: 24px 32px 0;
		padding-bottom: 26px;
		padding-top: 28px;
		width: auto;
	}
}
@media screen and (max-width:320px) {
	.campaignCode {
		margin: 24px 16px 0;
	}
}
.introductionCopyBtnBox {
	margin-top: 20px;
	position: relative;
	text-align: center;
}
.introductionCopyBtn {
	background: #FFFFFF;
	border: solid 1px #BFBFBF;
	border-bottom: solid 3px #BFBFBF;
	border-radius: 5px;
	box-sizing: border-box;
	color: #505050 !important;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 5px;
	text-decoration: none !important;
	width: 160px;
	word-wrap: break-word;
}
.codeCopyComplete {
	background: rgba(239,239,239,0.9);
	border: solid 1px #DFDFDF;
	border-radius: 3px;
	box-sizing: border-box;
	color: #505050;
	display: none;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9px;
	position: absolute;
	right: 0;
	top: -47px;
	width: 148px;
}
.codeCopyComplete:after {
	background: rgba(239,239,239,0.9);
	border: solid #DFDFDF;
	border-width: 0 0 1px 1px;
	bottom: -5px;
	content: "";
	display: block;
	height: 7px;
	left: 47%;
	position: absolute;
	transform: rotate(-45deg);
	width: 7px;
}

/* キャンペーンについて */
.aboutCol {
	margin: 40px 20px 0;
}
.aboutTitle {
	border-bottom: solid 1px #DFDFDF;
	font-size: 0.9rem;
	padding-bottom: 5px;
}
.aboutInner {
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin-top: 20px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.aboutInner > dt {
	font-size: 12px;
	font-weight: bold;
}
.aboutInner > dd {
	font-size: 12px;
	margin-top: 3px;
}

/* 招待コード入力 */
.invitationWrap {
	font-size: 12px;
}
.invitationCodeBox {
	background: #EEEEEE;
	margin-top: 20px;
	padding: 20px 15px;
	text-align: center;
}
.invitationBtnBox {
	margin-top: 20px;
	text-align: center;
}
.codeText {
	color: #666555;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	word-break: break-all;
}
.codeCheck {
	border-radius: 4px !important;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	padding: 10px !important;
	text-align: center;
	width: 100%;
}
.codeCheck.isError {
	background: #FFD7D7;
}
.codeCheck.isDisabled {
	background: #EEEEEE;
	color: #666666;
	opacity: 1;
	-webkit-text-fill-color: #666666;
}
.codeCheck::-moz-placeholder {
	color: #CCCCCC;
}
.codeCheck::-webkit-input-placeholder {
	color: #CCCCCC;
}
.codeCheck:-ms-input-placeholder {
	color: #CCCCCC;
}
.codeCheck:placeholder-shown {
	color: #CCCCCC;
}
.codeCheck::-moz-placeholder {
	color: #6A6A6A;
}
.codeCheck.isError::-webkit-input-placeholder {
	color: #6A6A6A;
}
.codeCheck.isError:-ms-input-placeholder {
	color: #6A6A6A;
}
.codeCheck.isError:placeholder-shown {
	color: #6A6A6A;
}
.codeErrorText {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	word-break: break-all;
}
.appBox {
	color: #666555;
	margin: 40px 15px 0;
	word-break: break-all;
}
.appList {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.appList > li {
	max-width: 165px;
}
.appList > li + li {
	margin-left: 15px;
}
.appBtn {
	width: 100%;
}
.cautionText {
	overflow: hidden;
}
.cautionColor {
	color: #CC0000;
}

/* 条件達成 */
.completeText {
	color: #665555;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 2;
	margin-top: 20px;
	text-align: center;
	word-break: break-all;
}
.thankyouText {
	color: #665555;
	letter-spacing: 0.1rem;
	line-height: 2;
	margin: 30px 20px 0;
	word-break: break-all;
}
.completeTtl {
	color: #505050;
	font-size: 13px;
	padding-bottom: 15px;
}
.presentText {
	color: #D36985;
	font-size: 19px;
}
.presentCel {
	background: #EEEEEE;
	font-weight: bold;
	margin-top: 20px;
	padding: 20px 15px;
	text-align: center;
	word-break: break-all;
}

/* エラー画面 */
.invitationErrorText {
	color: #665555;
	letter-spacing: 0.1rem;
	line-height: 2;
	margin: 20px 20px 0;
	text-align: center;
	word-break: break-all;
}
.closeBtnBox,
.confirmationBtnBox {
	margin-top: 30px;
	text-align: center;
}
