:root {
	--TOP-headline-h2: 20px;
	--space-side: 16px;
}
.TOP-FV {
	overflow: hidden;
	margin-bottom: 16px;
}
.TOP-FV_inner {
	position: relative;
	z-index: 1;
}
.TOP-FV_label {
	width: 100%;
	vertical-align: bottom;
}
.TOP-FV_headline_h1 {
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: 0;
}
.TOP-FV_outline {
	padding: 16px var(--space-side) 0;
}
.TOP-FV_inner p {
    font-size: var(--size-headline-medium);
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0px 0px 8px #ffffff;
}
.TOP-FV_inner a {
	font-size: var(--size-body-small);
}
.section-inner {
	padding: 0 var(--space-side) 16px;
	font-size: 0;
}
.section-inner .c-btn_large {
	margin: 0 auto 48px;
	max-width: 340px;
}
.section-box {
	position: relative;
	padding: 24px;
	border-radius: 16px;
	background: #ffffff80;
}
.section-headline {
	text-align: center;
	line-height: 1;
	margin-top: 24px;
	margin-bottom: 16px;
}
.section-headline p {
    display: inline-block;
    position: relative;
	font-weight: bold;
    font-size: var(--size-headline-large);
    letter-spacing: -1px;
}
.section-headline_campend {
	font-size: var(--size-body-large);
    font-weight: normal;
    margin-top: 6px;
    text-align: right;
	color: var(--text-caption-high);
}
.section-headline p:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 10px;
    content: '';
    border-radius: 3px;
    background: #FFFDD0;
    z-index: 0;
}
.section-headline span {
	position: relative;
	display: inline-block;
    z-index: 1;
	line-height: 1.2;
}
.section-box h3 {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: var(--size-headline-small);
}
.section-text {
    margin-bottom: 16px;
    font-size: var(--size-body-large);
}
.section-box li {
	display: flex;
	position: relative;
	line-height: 1.4;
}
.section-box li::before {
    content: '・';
}
.contents-popcard {
	position: relative;
    overflow: hidden;
    padding: 12px;
    margin-bottom: 16px;
    border-radius: 4px;
}
.contents-popcard_cover {
    margin-top: 8px;
}
.contents-popcard_cover img {
    width: 100%;
    max-width: 350px;
    display: block;
	border-radius: 2px;
	box-shadow: var(--box-shadow-low);
	margin: 0 auto;
}
.contents-popcard_cover_heightItem {
	display: block;
	width: 100%;
    max-width: 400px;
    margin: 16px auto 0;
	border-radius: 2px;
	box-shadow: var(--box-shadow-low);
}
.contents-popcardinner {
	display: flex;
}
.contents-popcardinner a {
	flex-shrink: 0;
}
.contents-desc_cover {
	width: 96px;
	margin-right: 12px;
	text-align: center;
}
.contents-desctext {
	text-align: left;
	font-size: 12px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 4px;
}
[data-newtext=""],
[data-new=""] {
	display: none;
}
[data-new="NEW"] {
    color: var(--ui-red);
    font-weight: normal;
    padding-right: 3px;
    letter-spacing: -1px;
    font-weight: bold;
}
[data-newtext="NEW"] {
    display: block;
}
.contents-desc_detail {
	width: calc(100% - 108px);
}
.contents-desc_author {
	margin-bottom: 4px;
	color: var(--text-caption-medium);
	font-size: 11px;
}
.contents-desc_btn {
	text-align: right;
}
.contents-desc_title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: var(--text-body);
}
/*---------------------棚だし---------------------*/
.contents_list {
    display: inline-block;
    width: calc(100% / 3 - 8px);
    margin: 0 4px 16px;
    vertical-align: top;
    text-align: center;
}
.contents_list a:hover {
	text-decoration: none;
}
.contents_list_link {
	display: block;	
	overflow: hidden;
	position: relative;
	max-width: 143px;
	margin: 0 auto;
}
.contents_list_link:hover {
	text-decoration: none;
}
.contents_list_title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #444444;
	line-height: 1.7;
	text-align: left;
}
.rental_label {
    display: block;
    position: absolute;
    width: 42%;
    height: auto;
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
    z-index: 10;
}
.ancwrap {
    margin: 0 0 8px;
	text-align: center;
}

.contents-sample_increase,
.contents-desc_btn p {
	display: inline-block;
	width: 90px;
	font-size: 10px;
    color: var(--text-caption-high);
    margin-top: 2px;
    text-align: center;
}
/* レビュー */
.contents-review {
	margin-top: 16px;
}
.contents-review h4 {
	display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.contents-review_star {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
}
.contents-review_star::before {
	display: inline-block;
	width: 13px;
	height: 13px;
	content: "";
	margin-right: 2px;
	background: url("/renta/img/mark/icon_reviewstar.svg") no-repeat center / contain;
}
.contents-review p {
    font-size: 13px;
    padding: 14px 12px 12px;
    border-radius: 10px;
    margin-top: -8px;
	background: #fff;
}
.ancwrap .c-textbtn_viewmore_bold {
    margin: 0 6px 8px;
}
.ancwrap-pop {
	display: inline-block;
	margin: 0 3px 8px;
	padding: 0 2px 2px 0;
	position: relative;
}
.ancwrap-pop a:hover {
	text-decoration: none;
}
.ancwrap-pop a {
	display: inline-block;
	padding: 8px 12px;
	background-color: #fff;
	border: solid 1px #222222;
	border-radius: 26px;
	position: relative;
	z-index: 1;
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.ancwrap-pop::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #222222;
	border-radius: 26px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
@media screen and (min-width:600px) {
	:root {
		--TOP-headline-h2: 22px;
		--space-side: 24px;
	}
	.contents-popcard {
        margin-bottom: 24px;
    }
	.contents_list {
        width: calc(100% / 4 - 8px);
    }
	.contents-popcard {
		padding: 20px;
		border-radius: 12px;
	}
	.section-headline_campend {
		margin-top: 8px;
	}
	.contents-desc_author {
		margin-bottom: 8px;
	}
}
@media screen and (min-width:750px) {
	.contents-popcard_cover {
		width: 40%;
		margin: 0;
		flex-shrink: 0;
	}
	.contents-popcard_cover img {
		max-width: none;
	}
	.contents-popcard_img {
		display: flex;
		gap: 0 10px;
	}
	.contents-popcard_img .contents-popcard_img_inner {
		width: calc(60% - 10px);
	}
	.heightItem {
		display: inline-block;
		width: calc(50% - 8px);
		margin: 0 4px;
		vertical-align: top;
	}
}

@media screen and (min-width:774px) {
	.TOP-FV_inner,
	.section-inner {
		max-width: 750px;
		margin: 0 auto;
	}
	.TOP-FV_label {
		border-radius: 16px;
		margin-top: 24px;
		box-shadow: var(--box-shadow-low);
	}
	.contents_list {
        width: calc(100% / 6 - 8px);
    }
	.section-box {
		padding: 32px;
	}
	.ancwrap {
		gap: 0 24px;
	}
	.section-headline {
		margin-top: 32px;
	}
	.TOP-FV_outline {
		padding: 16px 0 0;
	}
}
@media screen and (min-width:1038px) {
	:root {
		--space-side: 0;
	}
	.contents-desc_detail {
		width: calc(100% - 116px);
	}
	.contents-desc_cover {
		width: 100px;
		margin-right: 16px;
		text-align: center;
	}
	.contents-desc_title {
		font-size: 14px;
	}
	.ancwrap {
		gap: 0 48px;
	}
}
[data-color="ffffffffffff"] .contents-popcard,
[data-color="ffffff"] .contents-popcard { 
	box-shadow: var(--box-shadow-high);
}
[data-color="ffffffffffff"] .contents-review p,
[data-color="ffffff"] .contents-review p {
	background: var(--background-medium);
	border-radius: 16px;
}
[data-color="ffffffffffff"] .contents-desctext,
[data-color="ffffff"] .contents-desctext {
    font-size: 12px;
}
[data-color="ffffffffffff"] .contents-review h4,
[data-color="ffffff"] .contents-review h4 {
    color: #444;
    text-shadow: none;
}
[data-color="ffffff"] .section-box,
[data-color="ffffffffffff"] .section-box {
    box-shadow: var(--box-shadow-high);
}
.white .TOP-FV_inner p,
.white .contents_list .c-contents_caption,
.white .contents_list_title,
.white .section-headline p,
.white .c-textbtn_viewmore_bold {
	color: #fff;
}
.white .contents-popcard {
	background: #fff;
}
.white .contents-review p {
    background: var(--background-medium);
}
.white .TOP-FV_inner p {
	text-shadow: none;
}
.white .contents-review h4 {
	text-shadow: none;
	color: #444;
}