.review-list {
	position: relative;
	width: 100%;
	max-width: 860px;
}

.review-item-container {
	margin: 15px 0;
	padding: 25px 80px;
	width: 860px;
	background: #FFFFFF;
	border: 1px solid #e9dfe6;
	border-radius: 10px;
}

.review-item {
	width: 700px;
	margin: auto;
}

.review-item-information {
	display: flex;
	justify-content: space-between;
	height: 54px;
}

.user-data {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	min-height: 54px;
	gap: 10px;
}

.user-data .evaluation {
	width: 54px;
	height: 54px;
}

.user-information .name {
	width: 100%;
	height: 24px;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	text-align: left;
	display: flex;
	align-items: center;
	letter-spacing: 0;
	margin-left: 5px;
}

.user-information .name em {
	font-size: 18px;
	color: #F76B9F;
	margin: 0 5px 0 0;
	display: inline-block;
	font-weight: 600;
	font-style: normal;
}

.user-information .name .honorific {
	font-size: 12px;
	position: relative;
	top: 3px;
}

.user-information .age {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin: 4px 0 0;
	color: #444444;
}

.review-item .time {
	height: 19px;
	justify-content: flex-end;
	flex-direction: row;
	display: flex;
	gap: 5px;
	margin: 29px 1px 16px 0;
}

.review-item .time .time-txt {
	text-align: left;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	height: 15px;
	margin-top: 4px;
	display: flex;
	align-items: center;
}

.review-item .time img {
	width: 19px;
	height: 19px;
}

.review-item .review-dl {
	margin: 10px 0 0;
}

.review-dl .tag {
	line-height: 11px;
	display: flex;
	align-items: center;
	width: max-content;
	border-radius: 2px;
	background: #5FCEC7;
	font-size: 14px;
	height: 24px;
	color: #fff;
	text-align: center;
	padding: 2px 12px 3px 11px;
}

.review-dl .txt {
	font-size: 16px;
	width: 700px;
	line-height: 27.2px;
	margin: 6px 0 0;
	white-space: pre-wrap;
	word-break: break-word;
}

.review-detail-reply {
	border-radius: 6px;
	background: #EDFCFB;
	margin: 10px 0 0;
	padding: 10px 20px 10px 21.5px;
}

.reply-ttl {
	display: flex;
	border-bottom: 1px solid #5FCEC7;
	gap: 4px;
	padding: 0 0 6px;
}

.reply-ttl img {
	width: 24px;
	height: 24px;
	margin-top: 3px;
}

.reply-ttl .reply-title {
	text-align: left;
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	color: #444444;
}

.reply-txt {
	font-size: 16px;
	width: 659px;
	line-height: 27.2px;
	color: #444444;
	white-space: break-spaces;
	word-break: break-word;
	margin-top: 10px;
}

.sec-review .more-btn {
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 420px;
	height: 60px;
	margin: 30px auto 0;
	border: 4px solid #F888B3;
	border-radius: 100px;
}

.sec-review .more-btn p {
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
	color: #F888B3;
}

.sec-review .more-btn .arrow-down {
	position: absolute;
	right: 26px;
	width: 30px;
	height: 30px;
	transform: rotate(90deg);
}

@keyframes more-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.more-loading {
	box-sizing: border-box;
	display: none;
	position: relative;
	margin: auto;
	align-items: center;
	justify-content: center;
	width: 8rem;
	height: 8rem;
}

.more-loading div {
	display: block;
	position: absolute;
	width: 6.4rem;
	height: 6.4rem;
	margin: 0.8rem;
	border-width: 0.8rem;
	border-style: solid;
	border-radius: 50%;
	animation: more-loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #F888B3 transparent transparent transparent;
}

.more-loading div:nth-child(1) {
	animation-delay: -0.45s;
}

.more-loading div:nth-child(2) {
	animation-delay: -0.3s;
}

.more-loading div:nth-child(3) {
	animation-delay: -0.15s;
}

.sec-review {
	font-family: "Hiragino Kaku Gothic Pro";
	color: #444444;
	padding: 5rem 0 6rem;
	background: #edfcfb;
}

.sec-review .review-title {
	margin-bottom: 3.1rem;
	justify-items: center;
}

.sec-review .review-title .review-title-content {
	display: flex;
	align-items: center;
	gap: 13px;
	justify-content: center;
}

.sec-review .review-title .review-title-content .review-title-icon {
	height: 32px;
	width: 32px;
}

.sec-review .review-title .review-title-content .review-title-text {
	position: relative;
	font-size: 2.8rem;
	line-height: 4.3rem;
	color: #444444;
	letter-spacing: 0.14rem;
	z-index: 1;
	font-weight: 600;
}

.sec-review .review-title .review-title-content .review-title-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.1rem;
	background-color: #ffffff;
	z-index: -1;
}

.sec-review .f-review-list {
	background: #ffffff;
	border-radius: 0.8rem;
	padding: 25px 80px 55px;
	margin-bottom: 15px;
}

.sec-review .f-review-list .review-category {
	justify-items: center;
}

.sec-review .f-review-list .review-category .review-category-list {
	display: flex;
	flex-direction: row;
	justify-items: center;
	flex-wrap: wrap;
	gap: 1rem 0.7rem;
	padding-bottom: 1.2rem;
}

.sec-review .f-review-list .review-category .review-category-list .review-category-item .review-category-btn {
	display: grid;
	place-content: center;
	width: fit-content;
	height: 2.9rem;
	border-radius: 4.3rem;
	font-size: 1.4rem;
	color: #444444;
	line-height: 2.1rem;
	padding: 0.6rem 1.2rem;
	border: 1px solid #5fcec7;
	font-weight: 300;
}

.sec-review .f-review-list .review-category-list .review-category-item .review-category-btn.is-active {
	color: #ffffff;
	background-color: #5fcec7;
}

.sec-review .f-review-list .review-category-list .review-category-item .review-category-btn.is-disabled {
	font-family: "Hiragino Kaku Gothic Pro";
	color: #DCDCDC;
	border: 1px solid #DCDCDC;
	pointer-events: none;
}

.sec-review .f-review-list .review-category .review-rating-summary {
	margin: auto;
	max-width: 393px;
}

.sec-review .f-review-list .review-category-genre {
	margin-top: .8rem;
}

.f-review-list .review-category-genre {
	min-width: 383px;
	max-width: 393px;
	width: fit-content;
}

.f-review-list .review-category-genre-head {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

.f-review-list .review-category-genre-head .review-category-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #444444;
	line-height: 21px;
	height: 19px;
}

.f-review-list .review-category-genre-head .review-category-count {
	font-size: 1.4rem;
	color: #444444;
	line-height: 21px;
	height: 17px;
}

.f-review-list .review-category-genre-head .review-category-btn-clear {
	margin-left: auto;
	font-size: 1.2rem;
	color: #20C5BA;
	line-height: 18px;
	font-weight: 300;
	text-decoration: underline;
}

.f-review-list .review-category-genre-body {
	margin-top: 0.8rem;
}

.f-review-list .review-category-genre-body .genre-list {
	display: flex;
	flex-direction: column;
	gap: 0.7rem 0;
}

.f-review-list .review-category-genre-body .genre-item {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 15px;
	position: relative;
}

.f-review-list .review-category-genre-body .genre-item .genre-ratio {
	display: inline-block;
	width: 3.3rem;
	height: 3.3rem;
	aspect-ratio: 1/1;
	background-image: initial;
}

.f-review-list .review-category-genre-body .genre-item .rating-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
}

.f-review-list .review-category-genre-body .genre-item .genre-ratio-bar {
	width: 29rem;
	height: 0.7rem;
	background: #e9dfe6;
	border-radius: 1rem;
	position: relative;
}

.f-review-list .review-category-genre-body .genre-item .genre-ratio-bar-fill {
	height: 100%;
	background: #ffb45e;
	border-bottom-left-radius: 1rem;
	border-top-left-radius: 1rem;
	position: relative;
}

.f-review-list .review-category-genre-body .genre-item .genre-ratio-bar-fill .genre-ratio-bar-dot {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1.5rem;
	height: 1.5rem;
	background: #ffb45e;
	border-radius: 50%;
	transform: translate(50%, -50%);
}

.f-review-list .review-category-genre-body .genre-item .genre-ratio-bar-fill .genre-ratio-bar-dot.is-zero {
	display: none;
}

.f-review-list .review-category-genre-body .genre-item .genre-ratio-number-btn {
	font-size: 1.3rem;
	height: 1.6rem;
	color: #20c5ba;
	text-decoration: underline;
	line-height: 1.1rem;
	text-align: right;
	font-weight: 300;
}

.f-review-list .review-category-genre-body .genre-item .genre-ratio-number-btn.is-zero {
	color: #c9c9c9;
	text-decoration: initial;
	pointer-events: none;
}

.f-review-list .genre-desc {
	display: flex;
	flex-direction: row;
	font-size: 1.3rem;
	color: #444444;
	line-height: 1.9rem;
	margin: 1.4rem 0 0 1.4rem;
	position: absolute;
	height: 16px;
}

.f-review-list .genre-desc::before {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.4rem;
	margin: -0.5rem 0.5rem 0 0;
	background: url("/assets/img/user/review/ico-arrow-top.svg") left center/1.3rem auto no-repeat;
}

.sec-review .review-list-head {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 9px;
	border-bottom: 3px solid #5FCEC7;
	position: relative;
	z-index: 1;
}

.sec-review .review-list-head .review-list-head-txt {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #444444;
	line-height: 3.3rem;
	background-image: initial;
}

.sec-review .review-list-head .review-list-head-txt::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
}

.sec-review .review-list-head.is-excellent .review-list-head-txt::before {
	background: url("/assets/img/user/review/ico-excellent.svg") left center/50px auto no-repeat;
}

.sec-review .review-list-head.is-verygood .review-list-head-txt::before {
	background: url("/assets/img/user/review/ico-verygood.svg") left center/50px auto no-repeat;
}

.sec-review .review-list-head.is-good .review-list-head-txt::before {
	background: url("/assets/img/user/review/ico-good.svg") left center/50px auto no-repeat;
}

.sec-review .review-list-head.is-average .review-list-head-txt::before {
	background: url("/assets/img/user/review/ico-average.svg") left center/50px auto no-repeat;
}

.sec-review .review-list-head.is-poor .review-list-head-txt::before {
	background: url("/assets/img/user/review/ico-poor.svg") left center/50px auto no-repeat;
}

.store-container {
	background: #FCF4F8;
	padding: 6rem 0 13.2rem;
}

.store-container .store {
	height: auto;
	background: #FFFFFF;
	padding: 4rem 8rem 6rem;
	border-radius: 1rem;
	position: relative;
}

.store-container .store .store-name {
	font-size: 2.6rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: ellipsis;
	font-weight: 600;
	max-height: 7rem;
}

.store-container .store .job-img {
	margin-bottom: 2.5rem;
}

.store-container .store .description-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3.4rem;
	row-gap: 2rem;
}

.store-container .store .description-list .item {
	width: calc((100% - 3.4rem) / 2);
	display: flex;
	align-items: center;
	gap: 1rem;
}

.store-container .store .description-list .item .item-tit {
	width: 4.8rem;
	font-size: 1.2rem;
	color: #F76B9F;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.store-container .store .description-list .item .item-tit span {
	line-height: 27.2px;
}

.store-container .store .description-list .item .item-content {
	width: calc(100% - 5.8rem);
	font-size: 1.4rem;
	line-height: 2.1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.store-container .store .btn-row {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	margin-top: 3.472rem;
}

.store-container .store .btn-row button {
	width: 100%;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.3rem solid #FFFFFF33;
	border-radius: 1rem;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 2.2rem;
	gap: 0.5rem;
	line-height: 1.8rem;
}

.store-container .store .btn-row button img {
	height: 2.4rem;
	width: 2.4rem;
	margin-right: 0.5rem;
}

.store-container .store .btn-row .btn-apply {
	width: 100%;
	background: #F63E51;
	border-radius: 1rem;
}

.store-container .store .btn-row .btn-apply:hover {
	opacity: 0.8;
}

.store-container .store .btn-row .btn-sns {
	width: 100%;
	background: #39C278;
	border-radius: 1rem;
}

.store-container .store .btn-row .btn-sns:hover {
	opacity: 0.8;
}

.store-container .store .btn-row .btn-sns.disabled,
.store-container .store .btn-row .btn-tel.disabled,
.store-container .store .btn-row .btn-apply.disabled {
	background: #DCDCDC;
	pointer-events: none;
}

.store-container .store .btn-row .btn-tel {
	width: 100%;
	background: #FFA43B;
	border-radius: 1rem;
}

.store-container .store .btn-row .btn-tel:hover {
	opacity: 0.8;
}

.store-container .store .btn-shop-detail .btn-shop-detail-link {
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 420px;
	height: 60px;
	margin: 31px auto 0;
	border: 4px solid #F888B3;
	border-radius: 100px;
}

.store-container .store .btn-shop-detail .btn-shop-detail-link p {
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
	color: #F888B3;
	height: 26px;
	display: flex;
	align-items: center;
}
.store-container .store .btn-shop-detail .btn-shop-detail-link img {
	position: absolute;
	right: 26px;
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 451px) and (max-width: 1360px) {
	body {
		min-width: 1360px;
	}

	body .apply_box_container .apply-box {
		right: calc(((100% - 86rem) / 2) - 25rem);
	}
}

