.breadcrumbs {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	margin: 20px 0px 0px 0px;
}

.breadcrumbs a {
	color: #000;
}

.column {
	color: #797979;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px 2px 0px;
	border-bottom: 3px solid #797979;
	margin: 10px 0px 10px 0px;
}

.column .note {
	color: #000;
	font-family: Yu Gothic;
	font-size: 12px;
	font-weight: 400;
	margin-top: 7px;
}

.slogan {
	padding: 16px 0px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: 3px;
	background: #F30B0B;
}

.slogan-note {
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	margin: 20px 0px;
}

.slogan-note .invite {
	color: #fff;
	border-radius: 10px;
	background: #F30B0B;
	padding: 1px 4px;
}

.slogan-note .invited {
	border-radius: 10px;
	background: #E7E7E4;
	padding: 1px 4px;
	margin: 4px;
}

.slogan-note-2 {
	color: #000;
	font-family: Yu Gothic;
	font-size: 15px;
	font-weight: 300;
	border-radius: 3px;
	background: #D0F7FD;
	margin: 20px 0px 20px 0px;
	padding: 15px 10px;
}

.slogan-note-3 {
	color: #000;
	font-family: Yu Gothic;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 183.333% */
}

.invite-code {
	color: #3F6F6C;
	font-size: 22px;
	border: 2px solid #3F6F6C;
	width: 100%;
	padding: 20px 10px;
	font-weight: 700;
}

.item {
	border: 2px solid #3F6F6C;
	background: #FFF;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-bottom: 2px;
}

.item .label {
	width: 212px;
	background: #D0F7FD;
	padding: 4px;
}

.label .english {
	text-align: right;
}

.item .content {
	width: 100%;
	text-align: right;
	font-size: 17px;
	font-weight: 700;
	padding: 5px;
}

.buy {
	width: 100%;
	margin: 20px 0px;
	text-align: center;
	margin-top: 30px;
}

.buy a {
	padding: 10px 20px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.notes {
	background: #f9f9f9;
	margin: 20px 0px 40px 0px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	padding: 20px 5px;
	border-radius: 5px;
}