@charset "utf-8";
/* ====================================================
community
==================================================== */
#community .communityMain {
	width: 100% !important;
	padding: 0 !important;
}
#community .communityMain .communityContent {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 64px;
	padding: 0;
	border: none;
}
#community .communityMain .communityOverview {
	margin-bottom: 24px;
	width: auto;
	font-size: inherit;
	line-height: inherit;
}
#community .communityMain .communityNav {
	width: auto;
	margin-left: 0;
	padding: min(5%, 32px);
	background-color: #fff;
	border: 1px solid #e8e7e2;
	color: #333;
}
#community .communityMain .communityNav,
#community .communityMain .communitySignin {
	border-radius: 0 !important;
}
#community .communityPrice {
	margin-bottom: 24px;
}
#community .communityMain .communityPrice h3 {
	font-size: 16px;
}
#community .communityMain .communityPrice p {
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: inherit;
}
#community .communityMain .communityTerm a {
	color: #333;
	text-underline-offset: 4px;
}
#community .communityMain .communityButton__guest {
	margin-bottom: 24px;
}
#community .communityTextNotice {
	margin-bottom: 24px;
}
#community .communityMain .communityRegister p,
#community .communityMain .communitySignin p {
	font-size: calc(var(--BodyFontSize) - 2px);
}
#community .communityMain .communityUrlHeader,
#community .communityMain .communityItemHeader {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: var(--TitleFontWeight) !important;
	text-align: var(--TitleAline) !important;
}
#community .communityMain #limitedItem {
	width: auto;
	margin-bottom: 64px;
}
#community .communityMain .communityItems .communityItem {
	margin-left: 0;
}
#community .communityMain .communityItems .communityItem .img__wrap {
	margin-bottom: 8px;
}
#community .communityMain .communityItems .communityItem a {
	display: block;
}
#community .communityItemMeta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
#community .communityMain .communityItems .communityItem .communityItemTitle {
	width: 100% !important;
	margin-top: 0;
	max-height: none;
	overflow: inherit;
	width: auto;
	margin-bottom: 0;
}
#community .communityMain .communityItems .communityItem .communityItemPrice {
	gap: 4px;
	font-size: inherit;
}
#community .communityMain .communityItems .communityItem .communityItemPrice .discount {
	order: 1;
	margin: 0;
	background-color: transparent;
}
#community .communityMain .communityItems .communityItem .communityItemPrice.soldOut {
	text-decoration: none;
}
#community .communityMain .communityItems .communityItem .communityItemMetaSub {
	margin: 0;
	font-size: 0;
}
#community .communityMain .communityItems .communityItem .communityItemLabelBlock.community {
	background-color: transparent;
}
#community .communityMain #limitedUrl {
	width: 100%;
}
#community .communityMain section.limited p {
	margin-top: 0;
	margin-bottom: 16px;
}
#community .communityMain #productsLimitedUrl {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4vw;
	margin-top: 0;
}
#community .communityMain #productsLimitedUrl .urlBox {
	margin: 0;
	padding: 24px 16px;
	width: 100%;
	border: 1px solid var(--BodyFontColor);
	border-radius: 0;
	background-color: transparent;
}
#community .communityMain #productsLimitedUrl .urlBox .url {
	margin-top: 0;
}
#community .communityMain #productsLimitedUrl .urlBox .title {
	line-height: 1.4;
}
#community .communityMain #productsLimitedUrl .urlBox .url a {
	text-decoration: underline;
	text-underline-offset: 4px;
}
#community .communityMain .logout {
	font-size: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
}
#community .communityMain .communityModal {
	max-height: 90svh;
	padding-bottom: 0;
	color: #3d3d3d;
}
#community .communityMain .communityModalContent {
	max-height: calc(90svh - 80px);
	padding-bottom: 40px;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#community .communityMain .communityModalContent::-webkit-scrollbar {
	display: none;
}

#community .communityMain .communityModalText {
	margin: 16px 0;
	font-size: var(--BodyFontSize);
}
#community .communityMain .communityModalTextNotice {
	margin: 16px 0 32px;
	font-size: calc(var(--BodyFontSize) - 1px);
}
@media screen and (min-width: 600px) {
	#community .communityMain .communityPrice h3 {
		font-size: 17px;
	}
	#community .communityMain .communityPrice p {
		font-size: 24px;
	}
}
@media screen and (min-width: 768px) {
	#community .communityMain .communityContent {
		flex-direction: row;
		gap: 5%;
	}
	#community .communityMain .communityContent .communityOverview {
		width: calc(55% - 2.5%);
	}
	#community .communityMain .communityContent .communityNav {
		width: calc(45% - 2.5%);
	}
	#community .communityMain #productsLimitedUrl {
		grid-template-columns: 1fr 1fr;
		gap: 2vw;
	}
}
@media screen and (min-width: 1600px) {
	#community .communityMain #productsLimitedUrl {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2vw;
	}
}