/* -----reset----- */
*,
::before,
::after {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	appearance: none;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}
/* -----/reset----- */

:root {
	/*-----color ライトモード-----*/
	--renta-green: #8FC31F;
	--black: #000;
	--white: #FFF;
	--base: #FFF;
	--background-high: #EEE;
	--background-medium: #F8F8F8;
	--background-low: #FAFAFA;
	--background-ui-green-low: #F2F8E6;
	--background-ui-orange-low: #FEF2EC;
	--background-ui-red-low: #FCEDED;
	--background-modal: rgba(0, 0, 0, 0.60);
	--text-headline: #202020;
	--text-body: #303030;
	--text-caption-high: #646464;
	--text-caption-medium: #747474;
	--text-caption-low: #848484;
	--ui-green: #7EB802;
	--ui-orange: #F97942;
	--ui-red: #E34D4D;
	--text-link-high: #545454;
	--text-link-medium: #646464;
	--text-link-low: #848484;
	--text-link-blue: #2861D4;
	--border-highest: #C8C8C8;
	--border-high: #DEDEDE;
	--border-medium: #EAEAEA;
	--border-low: #F0F0F0;
	--arrow-high: #949494;
	--arrow-low: #BCBCBC;
	--button-secondary: #D4D4D4;
	--button-tertiary: #EAEAEA;
	--button-quarternary: #F0F0F0;
	--button-free: #F5B8B8;
	--button-buy: #F09813;
	--button-increase: #FCBCA0;
	--button-upgrade: #F09813;
	--dots-dot-regular: #BCBCBC;
	--dots-dot-recommend: #22D7B7;
	--dots-dot-rank: #FBCC27;
	--dots-dot-cart: #90BCD7;
	/*-----size-----*/
	--vw: 1vw;
	--vh: 1vh;
	--scrollbar-w: 0;
	--header-h: 54px;
	scroll-padding: calc(var(--header-h) + 8px);
	--side-p: 16px;
	/*-----font-size-----*/
	--size-headline-large: 18px;
	--size-headline-medium: 16px;
	--size-headline-small: 14px;
	--size-body-large: 13px;
	--size-body-small: 12px;
	--size-caption-large: 11px;
	--size-caption-small: 10px;
	/*-----box-shadow-----*/
	--box-shadow-low: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
	--box-shadow-high: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
	--sheet-shadow-top: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
	--sheet-shadow-bottom: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
	/*-----parts-----*/
	--popup-btn-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.24);
	--popup-btn-background:rgba(255, 255, 255, 0.9);
}
@media (prefers-color-scheme: dark) {
	/*-----color ダークモード-----*/
	:root {
	}
}
/* -----共通----- */
html {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Helvetica,Arial,メイリオ,"Meiryo UI",sans-serif;
	line-height: 1.6;
	color: var(--text-body);
}
body {
	padding-top: var(--header-h);
}
a {
	color: var(--text-link-blue);
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 海外アクセス表示・非表示 */
[data-oversea="1"] .c-oversea_none{
	display: none !important;
}
.c-oversea_block {
  display: none;
}
[data-oversea="1"] .c-oversea_block {
  display: block;
}
/* Android・iOSアプリ表示・非表示 */
#frame_iosapp .c-app_none,
#frame_andapp .c-app_none,
#frame_iosapp .c-iosapp_none,
#frame_andapp .c-andapp_none {
	display: none !important;
}
.c-app_block,
.c-app_block,
.c-iosapp_block,
.c-andapp_block {
	display: none;
}
#frame_iosapp .c-app_block,
#frame_andapp .c-app_block,
#frame_iosapp .c-iosapp_block,
#frame_andapp .c-andapp_block {
	display: block;
}

/* -----section----- */
.c-section_large{
	margin-top: 32px;
}
.c-section_medium{
	margin-top: 30px;
}
.c-section_small{
	margin-top: 28px;
}
/* -----Headline----- */
.c-headline_large,
.c-headline_medium,
.c-headline_small,
.c-headline_caption {
	display: flex;
	align-items: center;
	color: var(--text-headline);
	font-weight: bold;
}
.c-headline_large {
	font-size: var(--size-headline-large);
	margin-bottom: 16px;
	line-height: 1;
}
.c-headline_medium {
	font-size: var(--size-headline-medium);
	margin-bottom: 14px;
	line-height: 1;
}
.c-headline_small {
	font-size: var(--size-headline-small);
	margin-bottom: 12px;
	line-height: 1;
}
.c-headline_caption {
	font-size: var(--size-body-small);
	font-weight: normal;
	margin-top: -6px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.c-headline_txt {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.1;
}
.c-headline_dot_regular::before,
.c-headline_dot_official::before,
.c-headline_dot_recommend::before,
.c-headline_dot_free::before,
.c-headline_dot_campaign::before,
.c-headline_dot_rank::before,
.c-headline_dot_cart::before {
	content: "";
	display: inline-block;
	flex-shrink:0;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	margin-right: 4px;
}
.c-headline_dot_regular::before {
	background-color: var(--dots-dot-regular);
}
.c-headline_dot_official::before {
	background-color: var(--renta-green);
}
.c-headline_dot_recommend::before {
	background-color: var(--dots-dot-recommend);
}
.c-headline_dot_free::before{
	background-color: var(--ui-red);
}
.c-headline_dot_campaign::before {
	background-color: var(--ui-orange);
}
.c-headline_dot_rank::before {
	background-color: var(--dots-dot-rank);
}
.c-headline_dot_cart::before {
	background-color: var(--dots-dot-cart);
}
.c-headline_viewmore::after {
	content: "";
	display: block;
	height: 4px;
	margin: 0 4px;
	flex-grow: 1;
	order: 1;
	background-size: auto auto;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, var(--border-high) 4px, var(--border-high) 8px );
}
.c-headline_viewmore_icon {
	display: block;
	line-height: 0;
	order: 2;
	margin: -14px;
	padding: 14px;
}
.c-headline_large .c-headline_viewmore_icon img {
	width: 22px;
	height: 22px;
}
.c-headline_medium .c-headline_viewmore_icon img {
	width: 20px;
	height: 20px;
}
.c-headline_small .c-headline_viewmore_icon img {
	width: 18px;
	height: 18px;
}
.c-headline_popup {
	position: relative;
	cursor: pointer;
	margin: -16px 0;
	padding: 16px 20px 16px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-headline_popup::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -4px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/popupbutton_arrow.svg") no-repeat center / contain;
}
.c-headline_popup_btnwrap {
	display: none;
	position: absolute;
	top: calc(100% - 12px);
	right: 0;
	z-index: 2;
	border-radius: 8px;
	background: var(--popup-btn-background);
	box-shadow: var(--popup-btn-shadow);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	overflow: hidden;
}
.c-headline_popup.on .c-headline_popup_btnwrap {
	display: block;
}
.c-headline_popup_btn {
	display: block;
	padding: 8px 10px;
	color: var(--text-body);
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	cursor: pointer;
}
.c-headline_popup_btn:not(:last-of-type) {
	border-bottom: solid 1px var(--border-high);
}
.c-headline_img_section{
	margin-top: 66px;
	margin-bottom: 34px;
	padding-bottom: 32px;
}
.c-headline_img_section > .c-section_large:first-of-type,
.c-headline_img_section > .c-section_medium:first-of-type,
.c-headline_img_section > .c-section_small:first-of-type{
	margin-top: 0;
}
.c-headline_img_section_free{
	background-color: #FFF4F4;
}
.c-headline_img_section_rank{
	background-color: #FFFCEC;
}
.c-headline_img{
	position: relative;
	padding-top: 36px;
}
.c-headline_img_title{
	width: calc(100% - 38px);
	max-width: 305px;
	position: absolute;
	bottom: calc(100% - 20px);
}
.c-headline_img_viewmore_icon{
	position: absolute;
	right: 0;
	bottom: calc(100% + 4px);
	display: block;
	width: 22px;
	height: 22px;
	margin: -14px;
	padding: 14px;
	line-height: 0;
}
.c-headline_img_viewmore_icon img{
	width: 100%;
}
.c-headline_img_section_deepcolor{
	background-color: #896B00;
}
.c-headline_img_section_deepcolor .c-headline_large,
.c-headline_img_section_deepcolor .c-headline_medium,
.c-headline_img_section_deepcolor .c-headline_small,
.c-headline_img_section_deepcolor .c-headline_caption,
.c-headline_img_section_deepcolor .c-contents_title,
.c-headline_img_section_deepcolor .c-contents_caption,
.c-headline_img_section_deepcolor .c-contents_caption .red,
.c-headline_img_section_deepcolor .c-textbtn_regular,
.c-headline_img_section_deepcolor .c-textbtn_bold{
	color: var(--white) !important;
}

/* -----/Headline----- */
/* -----Text----- */
.c-text_headline_large {
	font-size: var(--size-headline-large);
	line-height: 1.4;
}
.c-text_headline_medium {
	font-size: var(--size-headline-medium);
	line-height: 1.4;
}
.c-text_headline_small {
	font-size: var(--size-headline-small);
	line-height: 1.4;
}
.c-text_body_large {
	font-size: var(--size-body-large);
	line-height: 1.6;
}
.c-text_body_small {
	font-size: var(--size-body-small);
	line-height: 1.6;
}
.c-text_caption_large {
	font-size: var(--size-caption-large);
	line-height: 1.6;
}
.c-text_caption_small {
	font-size: var(--size-caption-small);
	line-height: 1.6;
}
/* -----/Text----- */
/* -----Button----- */
/*---size---*/
.c-btn_small,
.c-btn_medium,
.c-btn_large {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	min-width: 80px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
.c-btn_small:hover,
.c-btn_medium:hover,
.c-btn_large:hover {
	text-decoration: none;
}
.c-btn_small{
	height: 30px;
	padding: 0 8px;
	border-radius: 16px;
	font-size: 12px;
}
.c-btn_medium{
	height: 44px;
	padding: 0 24px;
	border-radius: 22px;
	font-size: 14px;
}
.c-btn_large{
	height: 56px;
	padding: 0 24px;
	border-radius: 28px;
	font-size: 16px;
}
.c-btn_block {
	display: flex;
}
/*---type---*/
.c-btn_primary{
	background: var(--ui-green);
	border: none;
	color: var(--white);
}
.c-btn_secondary{
	background: var(--base);
	border: solid 2px var(--button-secondary);
	color: var(--text-body);
}
.c-btn_teriary,
.c-btn_tertiary{
	background: var(--button-tertiary);
	border: none;
	color: var(--text-body);
}
.c-btn_quarternary{
	background: var(--button-quarternary);
	border: none;
	color: var(--text-body);
}
.c-btn_free{
	background: var(--base);
	border: solid 2px var(--button-free);
	color: var(--ui-red);
}
.c-btn_buy{
	background: var(--button-buy);
	border: none;
	color: var(--white);
}
.c-btn_increase{
	background: var(--base);
	border: solid 2px var(--button-increase);
	color: var(--ui-orange);
}
.c-btn_upgrade{
	background: var(--button-upgrade);
	border: none;
	color: var(--white);
}
.c-btn_delete{
	background: var(--ui-red);
	border: none;
	color: var(--white);
}
.c-btn_close-black{
	background: transparent;
	border: solid 2px var(--button-secondary);
	color: var(--text-body);
}
.c-btn_close-white{
	background: transparent;
	border: solid 2px var(--white);
	color: var(--white);
}
.c-btn_close-black::before,
.c-btn_close-white::before{
	content: "";
	display: inline-block;
	margin-right: 2px;
}
.c-btn_close-black::before{
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/close_black.svg") no-repeat center / contain;
}
.c-btn_close-white::before{
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/close_white.svg") no-repeat center / contain;
}
.c-btn_small.c-btn_close-black::before,
.c-btn_small.c-btn_close-white::before{
	width: 10px;
	height: 10px;
}
.c-btn_medium.c-btn_close-black::before,
.c-btn_medium.c-btn_close-white::before{
	width: 11px;
	height: 11px;
}
.c-btn_large.c-btn_close-black::before,
.c-btn_large.c-btn_close-white::before{
	width: 12px;
	height: 12px;
}
/*試し読みボタンn巻無料出し分け*/
[data-sample="無料"] span {
	display: inline;
}
[data-sample="試し読み"] span {
	display: none;
}
/*---style---*/
.c-btn_arrow::after{
	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;
}
.c-btn_primary.c-btn_arrow::after{
	background-image: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_white.svg");
	opacity: 0.72;
}
.c-btn_small.c-btn_arrow::after{
	width: 8px;
	height: 11px;
}
.c-btn_medium.c-btn_arrow::after{
	width: 9px;
	height: 12px;
}
.c-btn_large.c-btn_arrow::after{
	width: 11px;
	height: 14px;
}
.c-btn_viewmore::after{
	content: "";
	display: inline-block;
	margin-left: 2px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_low.svg") no-repeat center / contain;
	transition: 0.3s ease;
}
.c-btn_primary.c-btn_viewmore::after{
	background-image: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_white.svg");
	opacity: 0.72;
}
.c-btn_small.c-btn_viewmore::after{
	width: 12px;
	height: 9px;
}
.c-btn_medium.c-btn_viewmore::after{
	width: 14px;
	height: 10px;
}
.c-btn_large.c-btn_viewmore::after{
	width: 17px;
	height: 12px;
}
/*open用*/
.on.c-btn_viewmore::after {
	transform: rotate(180deg);
}
/* -----/Button----- */
/* -----Text Button----- */
.c-textbtn_wrap{
	text-align: left;
}
.c-textbtn_wrap_right{
	text-align: right;
}
.c-textbtn_small{
	font-size: 12px;
}
.c-textbtn_medium{
	font-size: 14px;
}
.c-textbtn_large{
	font-size: 16px;
}
.c-textbtn_regular,
.c-textbtn_bold {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: var(--text-link-medium);
}
.c-textbtn_regular::after,
.c-textbtn_bold::after {
	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;
	transition: 0.3s ease;
}
.c-textbtn_small.c-textbtn_regular::after,
.c-textbtn_small.c-textbtn_bold::after {
	width: 8px;
	height: 11px;
}
.c-textbtn_medium.c-textbtn_regular::after,
.c-textbtn_medium.c-textbtn_bold::after {
	width: 9px;
	height: 12px;
}
.c-textbtn_large.c-textbtn_regular::after,
.c-textbtn_large.c-textbtn_bold::after {
	width: 11px;
	height: 14px;
}
.c-textbtn_regular{
	font-weight: normal;
}
.c-textbtn_bold{
	font-weight: bold;
}
.c-textbtn_viewmore_regular,
.c-textbtn_viewmore_bold {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: var(--text-link-medium);
}
.c-textbtn_viewmore_regular::after,
.c-textbtn_viewmore_bold::after {
	content: "";
	display: inline-block;
	margin-left: 2px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_low.svg") no-repeat center / contain;
	transition: 0.3s ease;
}
/*open用*/
.on.c-textbtn_viewmore_regular::after,
.on.c-textbtn_viewmore_bold::after {
	transform: rotate(180deg);
}
.c-textbtn_small.c-textbtn_viewmore_regular::after,
.c-textbtn_small.c-textbtn_viewmore_bold::after {
	width: 12px;
	height: 9px;
}
.c-textbtn_medium.c-textbtn_viewmore_regular::after,
.c-textbtn_medium.c-textbtn_viewmore_bold::after {
	width: 14px;
	height: 10px;
}
.c-textbtn_large.c-textbtn_viewmore_regular::after,
.c-textbtn_large.c-textbtn_viewmore_bold::after {
	width: 17px;
	height: 12px;
}
.c-textbtn_viewmore_regular{
	font-weight: normal;
}
.c-textbtn_viewmore_bold{
	font-weight: bold;
}
.c-textbtn_green.c-textbtn_regular::after,
.c-textbtn_green.c-textbtn_bold::after,
.c-textbtn_textgreen.c-textbtn_regular::after,
.c-textbtn_textgreen.c-textbtn_bold::after {
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_uigreen.svg") no-repeat center / contain;
}
.c-textbtn_green.c-textbtn_viewmore_regular::after,
.c-textbtn_green.c-textbtn_viewmore_bold::after,
.c-textbtn_textgreen.c-textbtn_viewmore_regular::after,
.c-textbtn_textgreen.c-textbtn_viewmore_bold::after {
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_uigreen.svg") no-repeat center / contain;
}
.c-textbtn_textgreen.c-textbtn_regular,
.c-textbtn_textgreen.c-textbtn_bold,
.c-textbtn_textgreen.c-textbtn_viewmore_regular,
.c-textbtn_textgreen.c-textbtn_viewmore_bold {
	color: var(--ui-green);
}

/* -----/Text Button----- */
/* -----Link list----- */
.c-linklist_text {
	display: flex;
	flex-wrap: wrap;
}
.c-linklist_text li {
	width: 100%;
	margin-bottom: 16px;
}
.c-linklist_text li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: var(--text-link-medium);
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	margin: -8px;
	padding: 8px;
}
.c-linklist_text li a::after {
	width: 8px;
	height: 11px;
	content: "";
	display: inline-block;
	margin-left: 4px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_low.svg") no-repeat center / contain;
}
.c-linklist_btn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
}
.c-linklist_btn li{
	width: calc(100% / 3 - 4px);
	margin: 0 2px 8px;
}
.c-linklist_btn li a{
	display: flex;
	height: 100%;
	box-sizing: border-box;
	padding: 8px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: var(--button-quarternary, #F4F4F4);
	text-align: center;
	color: var(--text-body);
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.c-linklist_label{
	display: flex;
	flex-wrap: wrap;
}
.c-linklist_label li{
	width: calc(100% / 3 - 8px / 3);
	margin-right: 4px;
	margin-bottom: 8px;
}
.c-linklist_label li:nth-child(3n){
	margin-right: 0;
}
.c-linklist_label li a{
	display: block;
	box-sizing: border-box;
	padding: 8px 16px;
	text-align: center;
	line-height: 0;
}
.c-linklist_label li a img{
	width: 100%;
	max-width: 120px;
}
/* -----Banner----- */
.c-banner_wrap{
	line-height: 0;
}
.c-banner_wrap:not(:last-of-type) {
	margin-bottom: 16px;
}
.c-banner_pc{
	display: none;
	width: 100%;
	max-width: max-content;
	margin: 0 auto;
	border-radius: 8px;
}
.c-banner_sp{
	display: block;
	width: 100%;
	border-radius: 8px;
}
.c-bannerlist_wrap{
	font-size: 0;
}
.c-bannerlist{
	display: inline-block;
	width: calc(100%/2 - 8px/2);
	margin-right: 8px;
	margin-bottom: 16px;
}
.c-bannerlist:nth-child(2n){
	margin-right: 0;
}
.c-bannerlist_img{
	width: 100%;
	border-radius: 8px;
	margin-bottom: 4px;
}
.c-bannerlist_title{
	font-size: 12px;
	color: var(--text-body);
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* -----/Banner----- */
/* -----Page Base----- */
.c-innerwrap{
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}
.c-innerwrap_side {
	margin-left: 0;
	margin-right: 0;
	padding-left: var(--side-p) !important;
	padding-right: var(--side-p) !important;
	box-sizing: border-box;
}
.c-overbg {
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}
.c-sidep_none{
	margin-left: calc(0px - var(--side-p));
	margin-right: calc(0px - var(--side-p));
}
/* -----/Page Base----- */
/*------popup------*/
.c-popup_small,
.c-popup_large {
	position: fixed;
	background: var(--base);
	top: 50%;
	left: 50%;
	z-index: 701;
	border-radius: 24px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
	visibility: hidden;
	opacity: 0;
	font-size: 0;
}
.c-popup_on {
	visibility: visible;
	opacity: 1;
}
.c-popup_small {
	width: 80%;
	max-width: 400px;
}
.c-popup_large {
	width: 86%;
	max-width: 700px;
}
.c-popup_small .c-popup_innerwrap,
.c-popup_small .c-popup_scrollwrap{
	max-height: calc(var(--vh)* 100 - 120px);
}
.c-popup_large,
.c-popup_large .c-popup_innerwrap,
.c-popup_large .c-popup_scrollwrap{
  max-height: 560px;
}
@media screen and (max-height: 680px){
	.c-popup_small {
		max-width: calc(var(--vh)* 75 - 120px);
    min-width: 300px;
	}
	.c-popup_large,
	.c-popup_large .c-popup_innerwrap,
	.c-popup_large .c-popup_scrollwrap{	
		max-height: calc(var(--vh)* 100 - 120px);
	}
}
.c-popup_small .c-popup_scrollwrap::-webkit-scrollbar,
.c-popup_large .c-popup_scrollwrap::-webkit-scrollbar {
	display: none;
}
.c-popup_innerwrap{
	overflow: hidden;
	border-radius: 24px;
}
.c-popup_scrollwrap{
  overflow-y: auto;
}
.c-popup_contens_banner img{
	width: 100%;
}
.c-popup_contens_regular{
	padding: 32px;
}
.c-popup_contens_hl{
	margin-bottom: 24px;
	color: var(--text-headline);
	text-align: center;
	font-size: var(--size-headline-small);
	font-weight: bold;
}
.c-popup_contens_desc,
.c-popup_contens_desc_center{
	color: var(--text-body);
	font-size: var(--size-body-small);
}
.red.c-popup_contens_desc,
.red.c-popup_contens_desc_center{
	color: var(--ui-red);
}
.c-popup_contens_desc_center{
	text-align: center;
}
.c-popup_illust_wrap{
	margin-bottom: 24px;
	padding: 24px;
	text-align: center;
	background-color: var(--background-medium);
	border-radius: 16px;
}
.c-popup_illust_fullwidth_wrap {
    overflow: hidden;
	margin-bottom: 24px;
	text-align: center;
	border-radius: 16px;
}
.c-popup_illust_fullwidth {
	width: 100%;
}
.c-popup_illust{
	width: 92px;
}
.c-popup_close {
	display: block;
	width: auto;
	position: absolute;
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%);
}
.c-popup_dialog_wrap{
	display: flex;
	border-top: solid 1px var(--border-highest);
}
.c-popup_dialog_btn{
	width: 100%;
	padding: 20px;
	text-align: center;
	color: var(--text-body);
	font-size: 14px;
	font-weight: bold;
}
.c-popup_dialog_btn:nth-child(n+2){
	border-left: solid 1px var(--border-highest);
}
/*------sheet------*/
.c-sheet {
	position: fixed;
	background: var(--base);
	bottom: 0;
	width: 100%;
	z-index: 701;
	font-size: 0;
	border-radius: 16px 16px 0 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.3s;
	visibility: hidden;
	height: auto;
	max-height: 0;
	opacity: 0;
}
.c-sheet_on {
	visibility: visible;
	max-height: calc(var(--vh) * 90);
	opacity: 1;
}
.c-sheet_innerwrap,
.c-sheet_scrollwrap{
	height: 100%;
	max-height: calc(var(--vh) * 90);
}
.c-sheet_innerwrap{
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	position: relative;
}
.c-sheet_scrollwrap{
  overflow-y: auto;
}
.c-sheet_scrollwrap::-webkit-scrollbar {
	display: none;
}
.c-sheet_header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 48px;
	display: flex;
	background: var(--base);
	border: 1px solid var(--border-medium);
}
.c-sheet_header + .c-sheet_contens{
	padding-top: 48px;
}
.c-sheet_header_headline{
	padding: 16px;
	color: var(--text-body);
	font-size: var(--size-headline-small);
	font-weight: bold;
	line-height: 100%;
}
.c-sheet_header_closetxt,
.c-sheet_header_closeicon{
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	color: var(--text-caption-high);
	font-size: var(--size-body-large);
	font-weight: bold;
	line-height: 100%;
}
.c-sheet_header_closeicon::before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
	background: url(https://img.papy.co.jp/lc/renta/img/mark/common/close_black.svg) no-repeat center / contain;
}
.c-sheet_contens{
	padding-bottom: 88px;
}
.c-sheet_close_sp {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-sheet_close_sp a {
	display: inline-block;
	padding: 13px;
	background: var(--base);
	border-radius: 50%;
	box-shadow: var(--box-shadow-high);
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.c-sheet_close_sp img {
	height: 16px;
}
.c-sheet_close_pc {
	display: none;
}
.c-backScreen {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	text-align: center;
	font-size: 0;
	z-index: 700;
	cursor: pointer;
}
.c-backScreen:not([onclick]),
.c-backScreen[onclick=""] {
	cursor: auto;
}
.c-onScreen {
	visibility: visible;
	opacity: 1;
}
body.c-scrollstop{
	overflow: hidden;
	margin-right: var(--scrollbar-w);
}
.top_header_wrap.c-scrollstop{
	padding-right: var(--scrollbar-w);
}


/*------Slider--------*/
/*.c-slidelistは.c-slider_contentsに移行したら削除する*/
.c-slider_contents_wrap,
.c-slider_adlist_wrap,
.c-slidelist_wrap{
	position: relative;
	margin-bottom: 16px;
}
.c-slider_contents,
.c-slider_adlist,
.c-slidelist {
	position: unset !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-slider_contents .swiper-button-prev,
.c-slider_contents .swiper-button-next,
.c-slider_adlist .swiper-button-prev,
.c-slider_adlist .swiper-button-next,
.c-slidelist .swiper-button-prev,
.c-slidelist .swiper-button-next {
	background: var(--white);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 0;
	margin-top: -16px;
	font-size: 0;
	opacity: 1;
	box-shadow: var(--box-shadow-high);
}
.c-slider_contents .swiper-button-prev,
.c-slider_adlist .swiper-button-prev,
.c-slidelist .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -16px;
	right: auto
}
.c-slider_contents .swiper-button-next,
.c-slider_adlist .swiper-button-next,
.c-slidelist .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -16px;
	left: auto
}
.c-slider_contents .swiper-button-prev::after,
.c-slider_contents .swiper-button-next::after,
.c-slider_adlist .swiper-button-prev::after,
.c-slider_adlist .swiper-button-next::after,
.c-slidelist .swiper-button-prev::after,
.c-slidelist .swiper-button-next::after{
	display: block;
	content: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_uigreen.svg");
	width: 12px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -6px;
	font-size: 0;
}
.c-slider_contents .swiper-button-prev::after,
.c-slider_adlist .swiper-button-prev::after,
.c-slidelist .swiper-button-prev::after{
	transform: rotate(180deg);
}
.c-slider_contents .swiper-button-prev,
.c-slider_contents .swiper-button-next,
.c-slider_adlist .swiper-button-prev,
.c-slider_adlist .swiper-button-next,
.c-slidelist .swiper-button-prev,
.c-slidelist .swiper-button-next {
	display: none;
}
.c-slidelist .swiper-slide {
	width: 108px;
	padding-right: 8px;
}
.c-slider_contents_primary .swiper-slide {
	width: 109px;
	text-align: center;
	padding-right: 8px;
}
.c-slider_contents_secondary .swiper-slide {
	width: 92px;
	text-align: center;
	padding-right: 8px;
}
.c-slider_adlist .swiper-slide {
	width: 280px;
	font-size: 0;
	padding-right: 12px;
}
.c-slider_adlist_link {
    display: flex;
	align-items: center;
	padding: 8px;
	background: #fff;
    gap: 0 4px;
}
.c-slider_adlist_inner {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--border-high);
    box-sizing: border-box;
}
.c-slider_adlist .swiper-wrapper {
	align-items: flex-end;
}
/*------Contents--------*/
.c-contents_list_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 16px 8px;
	margin-bottom: 16px;
}
.c-contents_list{
	width: calc(100%/3 - 16px/3);
	text-align: center;
}
.c-contents_coverwrap{
	overflow: hidden;
	display: block;
	padding-top: 142%;
	position: relative;
	border-radius: 2px;
	margin-bottom: 4px;
}
.c-contents_coverwrap::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	z-index: 2;
}
.c-contents_cover{
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}
/*スタイル統一後に削除*/
.cover_imgwrap img,
.simpleTopics-cover_imgwrap img{
	width: 100% !important;
	object-fit: contain !important;
}
.c-contents_coverwrap .rental_label{
	display: block;
	position: absolute;
	width: 42%;
	height: auto;
	margin: 0;
	top: 0;
	left: 0;
	transform: none;
	z-index: 1;
}

.c-contents_label_wrap{
	position: relative;
	padding-top: 2px;
}
.c-contents_label_orign,
.c-contents_label_first,
.c-contents_label_type{
	position: absolute;
	z-index: 2;
}
.c-contents_label_orign[data-orign="1"]{
	top: 0;
	left: -1px;
	width: 44.03%;
	padding-top: 12.84%;
	border-radius: 20vw 70vw 70vw 20vw;
	border: solid 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.c-contents_label_orign[data-orign="1"]::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95) url("https://img.papy.co.jp/lc/renta/img/mark/common/label_original.svg") no-repeat center / contain;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.c-contents_label_first{
	bottom: 2px;
	right: 2px;
	width: 27.52%;
	padding-top: 27.52%;
}
.c-contents_label_first[data-first="先行配信"]{
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_first.svg") no-repeat center / contain;
}
.c-contents_label_first[data-first="独占先行配信"]{
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_exclusive.svg") no-repeat center / contain;
}
.c-contents_label_type{
	bottom: 4px;
	left: 4px;
	padding: 2px;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.60);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	color: var(--white);
	font-size: 8.5px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.2px;
}
.c-contents_label_type[data-type="小説"]::before{
	content: "ノベル";
}
.c-contents_label_type[data-type="タテコミ"]::before{
	content: "タテコミ";
}
.c-contents_label_type[data-type="タテコミMove"]::before{
	content: "タテコミMove";
}
.c-contents_label_type[data-type="絵ノベル"]::before{
	content: "絵ノベル";
}
.c-contents_label_type[data-type="アニコミ"]::before{
	content: "アニコミ";
}
.c-contents_label_new{
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	margin-top: -0.2em;
	margin-right: 4px;
	vertical-align: middle;
}
.c-contents_label_new[data-new="new"]{
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_new.svg") no-repeat center / contain;
}
.c-contents_label_new[data-new="up"]{
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_up.svg") no-repeat center / contain;
}
.c-contents_label_orign[data-orign=""],
.c-contents_label_first[data-first=""],
.c-contents_label_type[data-type=""],
.c-contents_label_new[data-new=""],
.contents_ranknumber .c-contents_label_new{
	display: none;
}
.c-contents_title{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	color: var(--text-body);
	margin-bottom: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.c-contents_caption{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	color: var(--text-caption-medium);
	margin-bottom: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.c-contents_caption .red{
	color: var(--ui-red);
}
.c-contents_rankdesc{
	display: flex;
  align-items: center;
	flex-wrap: wrap;
	position: relative;
	min-height: 22px;
	padding-left: 20px;
}
.c-contents_ranknumber{
	width: 22px;
	height: 22px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: -2px;
	margin-top: -11px;
}
.c-contents_ranknumber img{
	width: 100%;
}
.c-contents_rankdesc .c-contents_title:last-child,
.c-contents_rankdesc .c-contents_caption:last-child{
	margin-bottom: 0;
}
.c-contents_review{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	color: var(--text-body);
	margin-bottom: 4px;
	padding-left: 16px;
	position: relative;
}
.c-contents_caption + .c-contents_review{
	margin-top: -2px;
}
.c-contents_review::before{
	content: "";
	display: block;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/icon_reviewstar.svg") no-repeat center center / contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

/*------adlist------*/
.c-adlist_section {
	padding: 24px 0 32px;
	background-color: #FFF9EB;
}
.c-adlist_link {
	display: block;
	position: relative;
	line-height: 0;
}
.c-adlist_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
}
.c-adlist_text {
	width: calc(100% - 80px);
}
.c-adlist_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    color: var(--text-body);
    line-height: 1.2;
    text-align: left;
	color: var(--text-body);
	font-weight: bold;
}
.c-adlist_banner {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	width: 100%;
}
.c-adlist_load {
	width: 100%;
	box-sizing: border-box;
	background: var(--background-medium);
}
.c-adlist_img {
	width: 100%;
}
/*ジャンル内書影用*/
.c-adlist_cover_link {
	position: relative;
	display: block;
	background: var(--background-medium);
}
.c-adlist_cover_caption {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	color: var(--text-body);
}
.c-slider_adlist_inner .c-contents_cover {
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
	height: 76%;
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 12%));
}
.c-adlist_check_cover {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	height: 76%;
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 12%));
}
.c-adlist_caption {
	font-size: 11px;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
    color: var(--text-caption-medium);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 4px;
}
.c-adlist_inner {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--border-high);
    box-sizing: border-box;
}
.c-adlist_fixed {
	padding: 0 16px 24px;
}

.c-adlist_fixed_list {
	margin-bottom: 16px;
}

.c-oversea_none .c-adlist_link img {
	width: 100%;
}


/*------popcard--------*/
.c-popcard,
.c-popcard_new{
	background: var(--base);
	padding: 24px 24px 0;
	border-radius: 16px;
	box-shadow: var(--box-shadow-high);
	position: relative;
}
.c-popcard:after,
.c-popcard_new:after {
	content: "";
	display: block;
	clear: both;
}
.c-popcard::before,
.c-popcard_new::before{
	display: block;
	content: url("https://img.papy.co.jp/lc/renta/img/mark/common/popcard_ring_green.svg");
	width: 20px;
	height: 20px;
	position: absolute;
	top: -3px;
	left: -2px;
	font-size: 0;
}
.c-popcard_new::before{
	content: url("https://img.papy.co.jp/lc/renta/img/mark/common/popcard_ring_red.svg");
}
.c-popcard_cover{
	width: 87px;
	float: right;
	margin-left: 16px;
	margin-bottom: 8px;
}
.c-popcard_desc_wrap{
	margin-bottom: 8px;
}
.c-popcard_headline{
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	color: var(--ui-green);
}
.c-popcard_new .c-popcard_headline{
	color: var(--ui-red);
}
.c-popcard_title{
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: var(--text-headline);
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-popcard_title a{
	color: var(--text-headline);
}
.c-popcard_comment{
	margin-bottom: 8px;
	font-size: 12px;
	color: var(--text-body);
}
.c-popcard_desc_wrap.close .c-popcard_comment{
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.c-popcard_desc_bottom{
	clear: both;
}
.c-popcard_desc_wrap.close .c-popcard_desc_bottom{
	display: none;
}
.c-popcard_credit{
	margin-bottom: 16px;
	font-size: 11px;
	color: var(--text-caption-medium);
}
.c-popcard_btn_wrap{
	margin-bottom: 16px;
	font-size: 0;
}
.c-popcard_btn_wrap .c-btn_small{
	width: calc(50% - 4px);
}
.c-popcard_btn_wrap .c-btn_small:first-child{
	margin-right: 8px;
}
.c-popcard_editor,
.c-popcard_date{
	font-size: 11px;
	color: var(--text-caption-high);
}
.c-popcard_editor{
	float: left;
}
.c-popcard_date{
	float: right;
}
.c-popcard_viewmore{
	clear: both;
	height: 26px;
	margin-top: -8px;
	position: relative;
}
.c-popcard_viewmore::after{
	display: block;
	content: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_low.svg");
	width: 12px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4.5px;
	margin-left: -6px;
	font-size: 0;
}
.c-popcard_viewmore.on::after{
	transform: rotate(180deg);
}


/*------selectbox--------*/
.c-selectbox_wrap {
	margin: -4px 0 12px;
}
.c-selectbox {
	display: inline-block;
	position: relative;
}
.c-selectbox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: auto;
	height: calc(1.6em + 4px);
	padding: 2px 18px 2px 6px;
	background: #fff;
	border: solid 1px var(--border-high);
	border-radius: 4px;
	appearance: none;
	font-size: 12px;
	color: var(--text-link-high);
	cursor: pointer;
}
.c-selectbox:after {
	position: absolute;
	content: '';
	top: calc(50% - 6px);
	right: 6px;
	width: 12px;
	height: 12px;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_low.svg") no-repeat center / contain;
	pointer-events: none;
}

/*------header--------*/
.top_header_wrap {
	background:var(--white);
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
}
.top_header{
	position: relative;
}
.header_fixed_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align:center;
	-ms-flex-align: center;
	align-items:center;
	padding: 0 10px 0 16px;
}
.renta_logo_wrap {
	font-size: 0;
}
.renta_logo_link {
	display:block;
	font-size: 0;
}
.renta_logo_img {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}
.renta_logo_anniversary{
	width: 34px;
	margin-left: 4px;
	display: inline-block;
	vertical-align: middle;
}
.header_icon_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align:center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 7px;
}
.header_icon_item {
	width: 40px;
}
.header_icon_item a{
	display:block;
	width:100%;
	margin: -6px 0;
	padding: 6px 0;
	cursor: pointer;
}
.header_icon_item img{
	display:block;
	width: 100%;
}
#head_hajimete {
	display: none;
}
.header_icon_wrap #head_buysel,
.header_icon_wrap #head_giftcode,
.header_icon_wrap #head_stamp_logoff,
.header_icon_wrap #head_help,
.header_icon_wrap #head_info{
	display: none;
}
.header_join{
	margin-left: 8px;
}
.header_join_btn::before{
	content: "";
	display: inline-block;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_account_white.svg") no-repeat center / contain;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}
.js-header_border{
	border-bottom: 1px solid var(--border-low);
}
#js-header_cart {
	position: relative;
}

#js-cart_count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: calc(50% - 10px);
	top: -2px;
	transform: translateX(50%);
	z-index: 100;
	min-width: 13px;
	min-height: 13px;
	padding: 2px 3px;
	box-sizing: border-box;
	border-radius: 7px;
	background-color: var(--ui-red);
	color: var(--white);
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	line-height: 0;
}
#js-cart_count[data-cartcount="0"] {
	display: none!important;
}
[data-cartheader=""] {
	display: none;
}
/*------/header--------*/
/*------floorTab--------*/
.floorTab_wrap{
	display: none;
	background:var(--white);
	border-bottom: 1px solid var(--border-low);
}
.floorTab_innerwrap{
	display: flex;
	height: 46px;
}
.slider-floorTab{
	width: calc(100% - 58px);
}
.slider-floorTab .swiper-slide a{
	display:block;
	text-align:center;
	color: var(--text-headline);
	font-size:14px;
	font-weight: bold;
	line-height: 16px;
}
.slider-floorTab .swiper-slide{
	display: inline-flex;
  align-items: center;
	box-sizing: border-box;
	width: auto!important;
	margin-right: 16px;
	padding: 11px 0 15px;
}
.slider-floorTab #tab_a img{
	width: 16px;
}
.slider-floorTab .top_focus{
	position: relative;
}
.slider-floorTab .top_focus::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: var(--ui-green);
}
.genreMenu_btn{
	width: 58px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	padding: 11px 0 15px;
	color: var(--text-link-low);
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.genreMenu_btn::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top:0;
	left: -24px;
	width: 24px;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.00) 100%);
}
.genreMenu_btn::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top:50%;
	left: -2px;
	width: 2px;
	height: 22px;
	margin-top: -11px;
	border-radius: 1.5px;
	background: var(--border-highest);
}
.genreMenu_btn_viewmore{
	display: none;
}
.genreMenu_section{
	margin-top: 32px;
	padding: 0 16px;
}
.genreMenu_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
}
.genreMenu_list li{
	width: calc(100% / 3 - 4px);
	margin: 0 2px 8px;
}
.genreMenu_list li a{
	display: flex;
	height: 100%;
	box-sizing: border-box;
	padding: 8px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: var(--button-quarternary, #F4F4F4);
	text-align: center;
	color: var(--text-body);
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.js-genreMenu_list_adlt{
	display: none;
}
/*--------------- footer ---------------*/
.inc_foot {
	color: var(--text-body);
	font-weight: bold;
	font-size: 0;
}
.footer_topBack_wrap {
	text-align: center;
	padding: 24px 0;
	background: var(--base);
}
.footer_topBack_wrap a{
	display: inline-block;
	line-height: 14px;
}
.footer_topBack_wrap img{
	vertical-align: middle;
	height: 12px;
	margin: -1.5px 4px 0px 0;
}
.footer_topBack_wrap span {
	vertical-align: middle;
	font-size: 14px;
	color: var(--text-link-low);
}
.footer_contentsNavi_wrap {
	background: var(--base);
	border-radius: 0 0 16px 16px;
	overflow: hidden;
	box-shadow: var(--sheet-shadow-bottom);
}
.footer_contentsNavi_wrap li{
	width: calc(100%/3);
	display: inline-block;
	border-top: solid 1px var(--border-high);
	border-right: solid 1px var(--border-high);
	box-sizing: border-box;
}
.footer_contentsNavi_wrap li:last-of-type {
	border-right: none;
}
.footer_topBack_wrap a:hover {
	text-decoration: none;
}
.footer_contentsNavi_wrap a:hover {
	background: var(--background-high);
	text-decoration: none;
}
.footer_contentsNavi_wrap a {
	font-size: 12px;
	color: var(--text-body);
	padding: 12px 0;
	text-align: center;
	display: block;
}
.footer_bg_wrap {
	background: var(--background-low);	
}
.footer_sns_wrap {
	text-align: center;
	padding: 24px 0 12px;
}
.footer_sns_wrap div {
	margin-bottom: 12px;
}
.footer_sns_wrap div img {
	width: 140px;
}
.footer_sns_wrap li {
	display: inline-block;
	margin: 0 4px;
	font-size: 0;
}
.footer_sns_wrap li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--base);
	border: solid 2px var(--border-medium);
	overflow: hidden;
}
.footer_sns_wrap li img {
	width: 100%;
}
.footer_sns_wrap li:nth-child(1) img {
	width: 50%;
	margin: 25%;
}
.footer_textlink_wrap {
	text-align: center;
	padding-bottom: 16px;
}
.footer_textlink_wrap a {
	display: inline-block;
	font-size: 11px;
	color: var(--text-link-high);
	line-height: 2.5;
	padding: 0 8px;
	position: relative;
}
.footer_textlink_wrap a:after {
	content: "";
	width: 1px;
	height: 10px;
	border-right: solid 1px var(--border-high);
	position: absolute;
	right: 0px;
	top: 8px;
}
.footer_textlink_wrap a:nth-of-type(3):after,
.footer_textlink_wrap a:nth-of-type(6):after,
.footer_textlink_wrap a:nth-of-type(9):after,
.footer_textlink_wrap a:nth-of-type(11):after,
.footer_textlink_wrap a:nth-of-type(14):after {
	content: none;
}
.footer_copy_lang_wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.footer_copy_wrap {
	font-size: 9px;
	color: var(--text-link-medium);
	font-weight: normal;
	text-align: center;
	padding-bottom: 24px;
}
.footer_lang_wrap {
	position: absolute;
	top: -3px;
	right: 24px;
}
.footer_lang_wrap select:focus {
  outline: none;
}
.footer_lang_wrap select {
	background: var(--background-low);
	border: solid 1px var(--border-high);
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 10px;
	color: var(--text-body);
	width: auto;
	height: 20px;
	padding: 2px 16px 1px 6px;
	cursor: pointer;
}
.footer_lang_wrap:after {
	position: absolute;
	content: "";
	top: 8px;
	right: 5px;
	font-size: 9px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid var(--text-body);
	pointer-events: none;
}
.footer_abj_wrap {
	padding: 16px 8px;
	border-top: solid 1px var(--border-high);
}
.footer_abj_wrap img {
	display: inline-block;
	width: 24%;
	padding-right: 8px;
	box-sizing: border-box;
	vertical-align: middle;
	max-width: 100px;
}
.footer_abj_innerwrap {
	max-width: 560px;
}
.footer_abj_innerwrap div {
	display: inline-block;
	width: 76%;
	vertical-align: middle;
}
.footer_abj_innerwrap div span {
	font-size: 9px;
	color: var(--text-body);
	font-weight: normal;	
}
.footer_abj_innerwrap div span a {
	color: var(--text-link-low);
	display: block;
}

/* -----フローティングスタイル----- */
.c-stamp_floating {
	display: none; 
    position: fixed;
    bottom: 32px;
    right: 16px;
	transition: .5s;
	z-index: 50;
}
.c-stamp_floating a {
	display: inline-block;
	position: relative;
	transition: .3s;
    transform: scale(1);
    width: 100px;
	z-index: 50;
}
.c-stamp_floating img {
    width: 100%;
}
.c-stamp_floating_on {
	display: block;
}
.c-stamp_floating_out {
	z-index: -1;
}
.c-stamp_floating_out a {
	transform: scale(0);
}
#frame_iosapp .c-stamp_floating {
	bottom: 76px;
}
@media screen and (max-width: 320px){
	.c-contents_label_type{
		font-size: 7.5px;
	}
}
@media screen and (max-width: 330px){
	.renta_logo_anniversary{
		display: none;
	}
}
@media screen and (max-width: 359px){
	.renta_logo_img {
		width: 66px;
	}
	.renta_logo_anniversary{
		width: 30px;
	}
	.header_join {
    	margin-left: 4px;
	}
	.header_join_btn{
		min-width: auto;
	}
	.header_join_btn::before{
		display: none;
	}
}
@media screen and (min-width: 600px){
	:root {
		/*-----size-----*/
		--side-p: 24px;
		/*-----font-size-----*/
		--size-headline-large: 20px;
		--size-headline-medium: 18px;
		--size-headline-small: 16px;
		--size-body-large: 15px;
		--size-body-small: 14px;
		--size-caption-large: 13px;
		--size-caption-small: 12px;
		/*-----size-----*/
		--header-h: 57px;
	}
	.floorTab_innerwrap{
		height: 55px;
	}
	#head_hajimete,
	#head_stamp_logon {
		display: block;
	}
	.c-stamp_floating {
		display: none; 
	}
	#frame_iosapp .c-stamp_floating {
		display: block;
	}
	/* -----section----- */
	.c-section_large{
		margin-top: 34px;
	}
	.c-section_medium{
		margin-top: 32px;
	}
	.c-section_small{
		margin-top: 30px;
	}
	/* -----Headline----- */
	.c-headline_large {
		margin-bottom: 18px;
	}
	.c-headline_medium {
		margin-bottom: 16px;
	}
	.c-headline_small {
		margin-bottom: 14px;
	}
	.c-headline_caption {
		margin-top: -10px;
		margin-bottom: 12px;
	}
	.c-headline_large .c-headline_viewmore_icon img {
		width: 24px;
		height: 24px;
	}
	.c-headline_medium .c-headline_viewmore_icon img {
		width: 22px;
		height: 22px;
	}
	.c-headline_small .c-headline_viewmore_icon img {
		width: 20px;
		height: 20px;
	}
	/* -----Link list----- */
	.c-linklist_text li {
		width: calc(100% / 2 - 12px);
		margin-right: 12px;
	}
	.c-linklist_text li a {
		font-size: 14px;
	}
	.c-linklist_text li a::after {
		width: 9px;
		height: 12px;
	}
	.c-linklist_btn{
		display: flex;
		flex-wrap: wrap;
	}
	.c-linklist_btn li{
		width: calc(100% / 5 - 4px);
	}
	.c-linklist_label li{
		width: calc(100% / 5 - 16px / 5);
	}
	.c-linklist_label li:nth-child(3n){
		margin-right: 4px;
	}
	.c-linklist_label li:nth-child(5n){
		margin-right: 0;
	}

	/* -----Banner----- */
	.c-banner_pc{
		display: block;
	}
	.c-banner_sp{
		display: none;
	}
	.c-bannerlist{
		width: calc(100%/4 - 30px/4);
		margin-right: 10px;
	}
	.c-bannerlist:nth-child(2n){
		margin-right: 10px;
	}
	.c-bannerlist:nth-child(4n){
		margin-right: 0;
	}
	/* -----Page Base----- */
	.c-innerwrap_side {
		padding-left: var(--side-p) !important;
		padding-right: var(--side-p) !important;
	}
	/*------adlist------*/
	.c-adlist_section {
		padding: 32px 0;
	}
	.c-adlist_caption {
		font-size: 12px;
	}
	.c-adlist_fixed {
		display: flex;
		flex-wrap: wrap;
		gap: 0 8px;
		padding: 0 24px 24px;
	}
	.c-adlist_fixed_list {
		width: calc(50% - 4px);
	}
	/*------popup------*/
	.c-popup_illust_wrap{
		padding: 32px;
	}
	/*------sheet------*/
	.c-sheet {
		width: 86%;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition: max-height 0s;
		max-width: 700px;
		border-radius: 24px;
	}
	.c-sheet_on,
	.c-sheet_innerwrap,
	.c-sheet_scrollwrap{
		max-height: 560px;
	}
	@media screen and (max-height: 680px){
		.c-sheet_on,
		.c-sheet_innerwrap,
		.c-sheet_scrollwrap{	
			max-height: calc(var(--vh)* 100 - 120px);
		}
	}
	.c-sheet_innerwrap{
		border-radius: 24px;
	}
	.c-sheet_header{
		height: 66px;
	}
	.c-sheet_header + .c-sheet_contens{
		padding-top: 66px;
	}
	.c-sheet_header_headline{
		padding: 24px;
	}
	.c-sheet_header_closetxt,
	.c-sheet_header_closeicon{
		padding: 24px;
	}
	.c-sheet_header_closeicon::before{
		width: 16px;
		height: 16px;
	}
	.c-sheet_contens{
		padding-bottom: 0;
	}
	.c-sheet_close_sp {
		display: none;
	}
	.c-sheet_close_pc {
		display: block;
		width: auto;
		position: absolute;
		bottom: -46px;
		left: 50%;
		transform: translateX(-50%);
	}
	/*------Slider--------*/
	.c-slidelist .swiper-slide {
		width: 145px;
	}
	.c-slider_contents_primary .swiper-slide {
		width: 122px;
	}
	.c-slider_contents_secondary .swiper-slide {
		width: 92px;
	}
	/*------contents--------*/
	.c-contents_list_wrap{
		gap: 16px 10px;
	}
	.c-contents_list{
		width: calc(100%/5 - 40px/5);
	}
	/*------popcard--------*/
	.c-popcard_cover {
		width: 150px;
	}
	.c-popcard_headline{
		font-size: 13px;
	}
	.c-popcard_title{
		font-size: 16px;
	}
	.c-popcard_comment{
		font-size: 14px;
	}
	.c-popcard_desc_wrap.close .c-popcard_comment{
		-webkit-line-clamp: 7;
	}
	.c-popcard_credit{
		font-size: 13px;
	}
	.c-popcard_editor,
	.c-popcard_date{
		font-size: 13px;
	}

	/*------selectbox--------*/
	.c-selectbox_wrap {
		margin: -8px 0 16px;
	}
	.c-selectbox select {
		font-size: 14px;
	}

	/*------header--------*/
	.top_header_wrap {
		border-bottom: none;
	}
	.header_fixed_wrap {
		padding: 0 24px;
	}
	.renta_logo_img {
		width: 91px;
	}
	.renta_logo_anniversary{
		width: 34px;
	}
	.header_icon_wrap {
		padding: 9px 0 7px 0;
	}
	.header_icon_item {
		width: 44px;
	}
	.header_icon_wrap #head_buysel,
	.header_icon_wrap #head_giftcode,
	.header_icon_wrap #head_stamp_logoff{
		display: block;
	}
	/*------floorTab--------*/
	.floorTab_wrap{
		display: block;
	}
	.slider-floorTab{
		width: calc(100% - 137px);
	}
	.slider-floorTab .swiper-slide a{
		display:block;
		text-align:center;
		font-size:16px;
		line-height: 18px;
	}
	.slider-floorTab .swiper-slide{
		margin-right: 32px;
		padding: 14px 0 18px;
	}
	.slider-floorTab #tab_a img{
		width: 18px;
	}
	.genreMenu_btn{
		width: 137px;
		padding: 14px 0 18px;
		font-size: 14px;
	}
	.genreMenu_btn_viewmore{
		display: inline-flex;
		justify-content: flex-end;
		align-items: center;
		box-sizing: border-box;
	}
	.genreMenu_btn_viewmore::after {
		content: "";
		display: inline-block;
		margin-left: 2px;
		background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_low.svg") no-repeat center / contain;
		transition: 0.3s ease;
		width: 14px;
		height: 10px;
	}
	.genreMenu_section{
		margin-top: 34px;
		padding: 0 32px;
	}
	.genreMenu_section:last-child{
		padding-bottom: 24px;
	}
	.genreMenu_list{
		display: flex;
		flex-wrap: wrap;
	}
	.genreMenu_list li{
		width: calc(100% / 5 - 4px);
	}
	/*--------------- footer ---------------*/
	.footer_sns_wrap div{
		display: inline-block;
		vertical-align: middle;
		margin: 0 16px 0 0;
	}
	.footer_sns_wrap ul {
		display: inline-block;
		vertical-align: middle;
	}
	.display_spOnly {
		display: none;
	}
	.footer_textlink_wrap a {
		font-size: 12px;
	}
	.footer_textlink_wrap a:nth-of-type(3):after,
	.footer_textlink_wrap a:nth-of-type(11):after {
		content: "";
		width: 1px;
		height: 10px;
		border-right: solid 1px var(--border-high);
		position: absolute;
		right: 0px;
		top: 8px;
	}
	.footer_copy_wrap {
		font-size: 11px;
	}
	.footer_abj_wrap img {
		width: 13%;
		padding-right: 8px;
	}
	.footer_abj_innerwrap {
		max-width: 670px;
		margin: 0 auto;		
	}
	.footer_abj_innerwrap div {
		width: 87%;
	}

	/* 書影スライド */
	.c-slidelist .swiper-slide,
	.c-slider_contents_primary .swiper-slide,
	.c-slider_contents_secondary .swiper-slide {
		padding-right: 10px;
	}
}
@media screen and (min-width: 768px){
	/*------contents--------*/
	.c-contents_list{
		width: calc(100%/ 6 - 50px/6);
	}
}
@media screen and (min-width: 841px){
	/*------slider--------*/
	.c-slidelist .swiper-slide {
		width: 180px;
	}
}
/*pc版width990px+padding左右24px分*/
@media screen and (min-width: 1038px){ 
	:root {
		--side-p: 0;
	}
	/* -----Link list----- */
	.c-linklist_label li{
		width: calc(100% / 6 - 20px / 6);
	}
	.c-linklist_label li:nth-child(5n){
		margin-right: 4px;
	}
	.c-linklist_label li:nth-child(6n){
		margin-right: 0;
	}
	/* -----Banner----- */
	.c-bannerlist{
		width: calc(100%/4 - 36px/4);
		margin-right: 12px;
	}
	.c-bannerlist:nth-child(2n){
		margin-right: 12px;
	}
	.c-bannerlist:nth-child(4n){
		margin-right: 0;
	}
	.c-slider_adlist_link {
		padding: 12px;
	}
	.c-adlist_title {
		font-size: 14px;
	}
	.c-adlist_caption {
		margin-top: 2px;
	}
		 
	/* -----Page Base----- */
	.c-innerwrap {
		max-width: 990px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-innerwrap_side {
		max-width: 990px;
		margin-left: auto;
		margin-right: auto;
		padding-left: var(--side-p) !important;
		padding-right: var(--side-p) !important;
	}
	.c-overbg {
		margin-left: calc(990px / 2 - var(--vw) * 50) !important;
		margin-right: calc(990px / 2 - var(--vw) * 50) !important;
	}
	.c-overbg.c-scrollstop{
		padding-right: var(--scrollbar-w) !important;
		position: relative;
		left: calc(var(--scrollbar-w) / 2);
	}
	/*------slider--------*/
	.c-slider_contents:hover .swiper-button-next,
	.c-slider_contents:hover .swiper-button-prev,
	.c-slider_adlist:hover .swiper-button-next,
	.c-slider_adlist:hover .swiper-button-prev,
	.c-slidelist:hover .swiper-button-next,
	.c-slidelist:hover .swiper-button-prev {
		display: block;
	}
	.c-slider_contents:hover .swiper-button-disabled,
	.c-slider_adlist:hover .swiper-button-disabled,
	.c-slidelist:hover .swiper-button-disabled{
		display: none;
	}
	.c-slider_contents_wrap,
	.c-slider_adlist_wrap,
	.c-slidelist_wrap{
		margin-bottom: 24px;
	}
	.c-slidelist .swiper-slide {
		width: calc(100% / 5 - 16px);
	}
	.c-slider_contents_primary .swiper-slide {
		width: 150px;
	}
	.c-slider_contents_secondary .swiper-slide {
		width: 110px;
	}
	/* 書影スライド */
	.c-slidelist .swiper-slide,
	.c-slider_contents_primary .swiper-slide,
	.c-slider_contents_secondary .swiper-slide {
		padding-right: 12px;
	}

	/*------contents--------*/
	.c-contents_list_wrap{
		gap: 24px 12px;
		margin-bottom: 24px;
	}
	.c-contents_list{
		width: calc(100%/ 6 - 60px/6);
	}
	.c-contents_label_type{
		font-size: 10px;
	}
	.c-contents_rankdesc{
		min-height: 24px;
		padding-left: 24px;
	}
	.c-contents_ranknumber{
		width: 24px;
		height: 24px;
		left: -2px;
		margin-top: -12px;
	}
	
	/*------header--------*/
	.header_fixed_wrap {
		padding: 0;
	}
	.header_icon_wrap #head_help,
	.header_icon_wrap #head_info{
		display: block;
	}
	/*------footer--------*/
	.footer_topBack_wrap span, 
	.footer_contentsNavi_wrap a {
		font-size: 15px;
	}
	.footer_contentsNavi_wrap a {
		font-size: 16px;
		padding: 20px 0;
	}
	.footer_sns_wrap {
		padding: 36px 0 24px;
	}
	.footer_sns_wrap div img {
		width: 180px;
	}
	.footer_sns_wrap li {
		margin: 0 5px;
	}
	.footer_sns_wrap li a {
		width: 36px;
		height: 36px;
	}
	.footer_textlink_wrap a {
		font-size: 14px;
		padding: 0 12px;
		line-height: 2.3;
	}
	.footer_textlink_wrap a:after,
	.footer_textlink_wrap a:nth-of-type(3):after,
	.footer_textlink_wrap a:nth-of-type(11):after {
		height: 14px;
		top: 9px;
	}
	/*------adlist------*/
	.c-adlist_fixed {
		padding: 0 0 24px;
		gap: 0 16px;
		justify-content: center;
	}
	.c-adlist_fixed_list {
        width: calc(100% / 3 - 11px);
    }
	.c-adlist_fixed_list {
		margin-bottom: 24px;
	}
}
/*android版*/
@media screen and (min-width: 841px){ 
	/* -----Page Base----- */
	#frame_andapp .c-innerwrap {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	#frame_andapp .c-innerwrap_side {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#frame_andapp .c-overbg {
		margin-left: calc(800px / 2 - var(--vw) * 50) !important;
		margin-right: calc(800px / 2 - var(--vw) * 50) !important;
	}
	#frame_andapp .c-overbg.c-scrollstop{
		padding-right: var(--scrollbar-w) !important;
		position: relative;
		left: calc(var(--scrollbar-w) / 2);
	}
	/*------header--------*/
	#frame_andapp .header_fixed_wrap {
		padding: 0;
	}
	#frame_andapp .header_icon_wrap #head_help,
	#frame_andapp .header_icon_wrap #head_info{
		display: block;
	}
}
