/* レビューの投稿はまだありません。文言がセンターに来ないため */
#mainwrap {
	text-align: center;
	margin-bottom: 48px;
}
:root {
	--side-space: 16px;
	--gap-space: 12px;
	--star-under-space: 8px;
	--user-name-space: 170px;
}

.review-mainWrap a:hover {
	text-decoration: none;
}
.review-mainWrap h1 {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: var(--text-headline);
    font-size: var(--size-headline-large);
    font-weight: 600;
    line-height: 1.4;
    background: var(--background-low, #FAFAFA);
}
.review-mainWrap main {
	padding: 24px var(--side-space);
	background-color: #fff;
	border-radius: 16px 16px 0 0;
	box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
	color: var(--text-body);
	padding: 32px var(--side-p);
}
.review-listWrap {
  margin: 16px 0;
  border-bottom: 2px solid var(--border-high);
}
/* ソート */
.review-selectBox {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 var(--side-space);
	text-align: right;
}
.review-selectBox_sort {
	width: auto;
    height: auto;
    padding: 6px 8px;
    border: 1px solid var(--border-highest);
    border-radius: 4px;
    font-size: var(--size-body-small);
}
/* 購入した作品のレビューのみ表示 */
.review-selectBox button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
#review-checkbox {
	display: inline-block;
	position: relative;
	margin-top: 4px;
	padding-left: 20px;
	vertical-align: middle;
	color: var(--text-body);
	font-size: var(--size-body-small);
	font-weight: bold;
	line-height: 16px;
}
#review-checkbox:before {
    content: " ";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 14px;
	height: 14px;
	background: #fff;
    border: solid 1px #ccc;
}
.review-checkbox_checked:after {
    border-top: solid 2px var(--ui-orange);
    border-right: solid 2px var(--ui-orange);
    content: "";
    display: block;
    height: 3px;
    margin-top: -4px;
    position: absolute;
    left: 3px;
    top: 50%;
    width: 8px;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
}

/* コンテンツ */
.review-contents {
	display: flex;
	gap: 0 var(--gap-space);
	flex-wrap: wrap;
	position: relative;
}
.review-contents h2 {
	margin-bottom: 8px;
	font-size: var(--size-headline-medium);
	font-weight: bold;
	color: var(--text-headline);
	text-align: left;
}
.review-contents h2 a {
	display: inline-block;
	color: var(--text-headline);
}
.review-contentsCover {
	width: 120px;
	flex-shrink: 0;
}
.review-contentsDesc {
	width: calc(100% - 120px - 12px);
	flex-shrink: 0;
	padding-top: 4px;
}

/* 星のところ */
.review-star li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.review-allstar {
	display: flex;
    align-items: center;
	margin-bottom: var(--star-under-space);
    line-height: 1;
}
.review-allstar img {
	height: 16px;
    padding-bottom: 4px;
}
.review-allstar_value {
	padding-left: 4px;
    font-size: var(--size-headline-large);
	font-weight: bold;
	color: var(--ui-orange);
}
.review-allstar_num {
	padding-left: 10px;
	font-size: var(--size-headline-small);
	color: var(--text-caption-high);
}
.review-star li img {
	height: 15px;
	padding-right: 2px;
}
.review-star_num {
	font-size: var(--size-body-large);
    color: var(--text-caption-high);
}
.review-star_value {
	font-size: 16px;
	font-weight: bold;
}
/* レビュー書く */
.review-contents h2,
.review-contentsSampleBtn {
	width: 100%;
	display: flex;
	gap: 0 12px;
	padding-top: 10px;
}
.review-contentsSampleBtn a {
	width: 50%;
}

/* ページャー */
.review-pager {
	display: flex;
	position: relative;
	margin: 0 16px;
    height: 25px;
}
.review-next_link a,
.review-prev_link a {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	padding: 6px;
    box-sizing: border-box;
    color: var(--text-link-blue);
	font-size: var(--size-headline-small);
	font-weight: bold;
	line-height: 1;
}
.review-next_link {
	position: absolute;
	right: 0;
}
.review-next_link a::after {
	width: 9px;
    height: 12px;
    content: "";
    display: inline-block;
    margin-left: 2px;
    background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_low.svg") no-repeat center / contain;
}
.review-prev_link a::before {
	width: 9px;
    height: 12px;
    content: "";
    display: inline-block;
    margin-right: 2px;
    background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_low.svg") no-repeat center / contain;
	transform: rotate(180deg);
}

/* 本文 */
.review-comment p {
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.6;
	font-size: var(--size-body-large);
	text-align: left;
}
/* ネタばれ */
.review-netaba{
	text-align: center;
	line-height: 1.8;
	font-size: var(--size-body-large);
}
.review-netabareConfirm_1,
.review-netabareConfirm_2,
.review-netabareDesc_0 {
	font-size: var(--size-body-large);
}
.review-netabareConfirm_0,
.review-netabareDesc_1, 
.review-netabareDesc_2 {
	display: none;
}
.review-netabareShowLink {
	color: var(--text-link-blue);
	cursor: pointer;
}

.review-netabare_false_1,
.review-netabare_true_0 {
	display: none;
}
.review-netabare_false_0,
.review-netabare_true_1 {
	display: inline;
}

/* 本文下のボタン類 */
.review-btnWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.review-underbtn {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 8px;
}
.review-feedbackCnt_wrap {
    font-size: var(--size-body-small);
}
.review-feedbackCnt {
    color: var(--ui-red);
    font-weight: bold;
    font-size: var(--size-headline-small);
}
.review-otherBtn img {
	height: 18px;
	border-radius: 5px;
    padding: 2px 6px;
    vertical-align: top;
	border: solid 1px var(--border-highest);
	cursor: pointer;
}
/* 参考になったボタン */
.review-feedback {
	display: flex;
    align-items: center;
    overflow: hidden;
    padding: 4px 12px 3px;
    border-radius: 24px;
    border: solid 1px var(--border-highest);
    cursor: pointer;
    color: var(--text-body);
	line-height: 1.4;
    font-weight: bold;
    font-size: 13px;
}
.review-feedback img {
    height: 16px;
    margin-right: 2px;
}
/* 購入済みかどうか */
.review-buyflag_0 {
	opacity: 0;
}
.review-buyflag_1 {
    color: var(--ui-orange);
    font-size: 13px;
    font-weight: bold;
	line-height: 1;
}
.review-userdata {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
	line-height: 1;
}	
.review-star {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 0 12px;
    font-size: var(--size-body-small);
}
.review-star_list {
    display: flex;
    align-items: center;
    width: 30px;
}
.review-star_bar {
	display: flex;
    align-items: center;
    width: calc(100% - 30px);
    margin-left: 8px;
    gap: 0 8px;
}

.review-star_ave {
    display: flex;
    align-items: center;
    gap: 0 4px;
}
.review-star_ave span {
    color: var(--ui-orange);
	font-size: var(--size-headline-medium);
    font-weight: bold;
}
.review-star_ave img {
    height: 16px;
	padding-bottom: 2px;
}
.review-username {
	max-width: var(--user-name-space);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2;
}
.review-username span {
    font-size: var(--size-headline-small);
}
.review-date {
    text-align: right;
    font-size: var(--size-body-small);
}
.review-commentWrap {
    padding: 16px var(--side-space);
    border-top: 2px solid var(--border-high);
    font-size: 13px;
	line-height: 1.4;
}
/* バー */
.review-graphWrap {
	display: inline-block;
    width: calc(100% - 60px);
}
.review-graph,
.review-graph_bar {
	height: 12px;
	border-radius: 12px;
}
.review-graph {
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.review-graph_bar {
	width: 0%;
	background: var(--ui-orange);
}
/* メニュー「・・・」 */
.review-otherBtn_menu {
	position: absolute;
	top: 37px;
	right: 0;
	width: calc(100vw - 37px);
    max-width: 350px;
	background: #fff;
	border: solid 1px var(--border-highest);
	border-radius: 16px;
	box-shadow: 0 2px 3px var(--border-highest);
	vertical-align: top;
	text-align: center;
	z-index: 15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-weight: bold;
}
.review-otherBtn_list {
	display: block;
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid var(--border-highest);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: var(--text-body) !important;
}
.review-otherBtn_menu:after,
.review-otherBtn_menu:before {
    bottom: 100%;
    right: 21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.review-otherBtn_menu:before {
	border-color: transparent;
	border-bottom-color: var(--border-highest);
	border-width: 9px;
	margin-right: -9px;
}
.review-otherBtn_menu:after {
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 7px;
	margin-right: -7px;
}
.bottom.review-otherBtn_list {
	border-bottom: none;
}

.review-APPfilter_0 .c-btn_secondary {
	display: none!important;
}
.review-APPfilter_0 .c-btn_primary,
.review-APPfilter_0 .c-btn_tertiary {
	width: 100%!important;
}

.review-comment_none {
	padding: 24px var(--side-space);
	font-size: var(--size-headline-small);
}

/* レビュー投稿 */
.review-inputInner {
	padding: 24px var(--side-space);
}
.review-inputInner h3 {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-size: var(--size-headline-small);
	font-weight: normal;
	white-space: nowrap;
}
.review-inputInner h3 span {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
	font-size: var(--size-headline-medium);
}
.review-inputInner h3 a {
	display: inline;
	margin-left: 10px;
}
.review-inputText {
    text-align: center;
    margin: 24px 0 0;
}
.review-inputText p {
    font-size: 13px;
	text-align: left;
}
.review-inputText p a {
	display: inline;
	color: var(--text-link-blue);
}
.review-inputText img {
	width: 100%;
	max-width: 500px;
	margin: 16px 0;
}
.review-inputText .c-btn_secondary {
	max-width: 400px;
	margin: 16px auto 0;
	font-size: 15px;
}
.review-inputText .c-btn_secondary span {
	color: var(--ui-red);
}
.review-cnt_0 .c-btn_tertiary {
	display: none;
}
.review-cnt_0 .c-btn_secondary {
	width: 100%;
}
.review-inputWrap {
	border-top: 2px solid var(--border-high);
	text-align: left;
}
textarea#js-review_textarea {
    padding: 16px;
    line-height: 1.6;
    color: var(--text-body);
    resize: none;
    width: 100%;
    box-sizing: border-box;
	border: 1px solid var(--text-caption-high);
    height: 150px;
    border-radius: 5px;
    font-size: 13px;
}
.review-starCheck {
	display: flex;
	align-items: center;
	font-size: var(--size-headline-small);   
	line-height: 1;
	margin-bottom: 12px;
	gap: 0 4px;
}
.review-starCheck span {
	padding-top: 3px;
}
.review-starCheck img {
	width: 20px;
}
.review-inputSent {
	display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
}
.review-inputSent form,
.review-inputSent a,
.review-inputSent input {
	width: 100%;
}
.review-inputSent form {
	margin-top: 24px;
}
.review-textarea_under {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.review-checkbox {
	display: flex;
    align-items: center;
	font-size: 14px;
}
.review-checkbox input {
	margin-right: 4px;
}
.review-textarea_under p {
	display: flex;
	font-size: 13px;
}

/* 確認ページ */
.review-sentDesc {
	margin-bottom: 16px;
    padding: 16px 16px 8px;
    background-color: var(--background-low);
    box-sizing: border-box;
    border: 1px solid var(--border-medium);
    text-align: left;
    border-radius: 10px;
}
.review-sentDesc li {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;
}
.review-sentDesc_star {
	display: flex;
    align-items: center;
}
.review-sentDesc_star img {
    height: 15px;
    padding-bottom: 4px;
    max-width: max-content;
    width: max-content;
    margin: 0;
}
.review-sentDesc p {
	font-size: 13px;
	font-weight: normal;
}

/* ユーザーのレビューリスト */
.review-userList {
    padding: 24px var(--side-space);
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
    color: var(--text-body);
    padding: 32px 0;
}
.review-userList .review-selectBox {
	justify-content: flex-end;
}
.review-userList .review-commentInner {
	display: flex;
	gap: 0 16px;
}
.review-userList_cover {
	width: 90px;
}
.review-userList_desc {
	width: calc(100% - 90px - 16px);
}
.review-userList .review-netaba {
	text-align: left;
}
.review-userList .review-btnWrap {
	flex-wrap: wrap;
	justify-content: flex-end;
}
.review-userList .review-buyflag_1 {
	width: 100%;
	flex-shrink: 0;
	text-align: right;
	margin-bottom: 12px;
}
.review-userList_itemlink {
	margin-bottom: 8px;
	text-align: left;
}
.review-userList_itemlink a {
	display: inline;
	color: var(--text-headline);
	font-size: var(--size-body-large);
	font-weight: bold;
}
[data-fill*="toweb_app_ios_c400"] .c-btn_secondary {
	display: none;
}
@media screen and (min-width: 600px) {
	:root {
		--side-space: 32px;
		--gap-space: 16px;
		--star-under-space: 16px;
		--user-name-space: 340px;
	}
	.review-mainInner {
		max-width: 825px;
		margin: 0 auto;
	}
	.review-commentWrap {
		padding: 24px var(--side-space);
	}
	.review-contentsCover {
		width: 200px;
	}
	.review-contentsDesc {
		width: calc(100% - 200px - 16px);
	}
	.review-star li {
		margin-bottom: 3px;
	}
	.review-allstar_num {
		padding-left: 16px;
		padding-top: 2px;
	}
	.review-allstar img {
		height: 18px;
	}
	.review-star_bar {
		width: calc(100% - 42px);
	}

	.review-contentsSampleBtn a {
		width: calc(100% / 2 - 6px);
		flex-shrink: 0;
	}
	.review-contentsSampleBtn {
		width: calc(100% - 200px - 24px);
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.review-commentInner {
		margin: 0 auto;
		max-width: 889px;
	}
	.review-star_ave img {
		height: 16px;
		padding-bottom: 3px;
	}
	.review-next_link a::after,
	.review-prev_link a::before {
		width: 12px;
		height: 14px;
	}
	.review-inputInner {
		max-width: 825px;
		margin: 0 auto;
	}

	.review-buyflag_1 {
		font-size: 14px;
	}

/* ユーザーのレビューリスト */
	.review-userList .review-btnWrap {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.review-userList .review-buyflag_1 {
		width: auto;
		flex-shrink: 0;
		text-align: center;
		margin-bottom: 0;
	}
	.review-userList_cover {
		width: 110px;
	}
	.review-userList_desc {
		width: calc(100% - 110px - 16px);
	}

}
@media screen and (min-width: 1038px) {
	:root {
		--user-name-space: 620px;
	}
	.review-mainWrap h1 {
        padding: 32px;
    }
	.review-inputInner,
	.review-mainWrap main {
		padding: 32px;
	}
	.review-commentInner {
		margin: 0;
		max-width: none;
	}
	.review-listWrap {
		border-bottom: none;
	}
    .review-contentsDesc {
        width: calc(100% - 200px - 24px);
    }
	.review-commentWrap {
		margin-bottom: 16px;
		padding: 32px;
		border-radius: 16px;
		box-sizing: border-box;
		border: 2px solid var(--border-high);
		font-size: var(--size-body-large);
	}
	.review-itemList {
		margin: 0 auto 24px;
		max-width: 889px;
	}
	.review-selectBox {
		margin: 0 4px;
	}
/* ユーザーのレビューリスト */
	.review-userList_cover {
		width: 120px;
	}
	.review-userList_desc {
		width: calc(100% - 120px - 16px);
	}
}
