/*
	ページ共通 背景
	TOP用・作品用看板

	プロフィール 

	TOP用アンカー
	作品用アンカー
*/


:root {
	--side-section: 32px;
	--updown-section: 40px;
	--story-font: 18px;
	--h2-under: 32px;
}
.top-overview_text,
.main-wrap p,
.main-wrap span,
.main-wrap li,
.label-overview_text,
.profile-list_name,
.copylight,
.sampletext {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.main-wrap img {
	vertical-align: bottom;
}
/* YouTube */
.top-label_wrap iframe {
	display: block;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: 0 auto 40px;
	border-radius: 4px;
}
.top-label_wrap {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 var(--side-section) var(--updown-section);	
}
/* ページ共通 背景 */
.main-wrap {
	background: #000;
	background: linear-gradient(90deg, #000 0%, #242424 50%, #000 100%);
}
.section-inner {
	max-width: 990px;
	margin: 0 auto;
	padding: var(--updown-section) var(--side-section);
}

/* TOP */
.top-overview_wrap {
	text-align: center;
	padding: 16px var(--side-section) 56px;
}
.top-overview_wrap img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.top-overview_logo {
	height: 80px;
	margin-bottom: 24px;
}
.top-overview_text {
	margin-bottom: 32px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}
.top-overview_catch {
	height: 27px;
	margin-bottom: 32px;
}
.top-overview_release {
	height: 52px;
}
/* TOP用作品 */
.top-contents_list {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 var(--side-p);
}
.top-contents_list li {
	margin-bottom: 120px;
}
.top-contents_cover {
	display: block;
	margin-bottom: 24px;
}
.top-contents_cover img {
	width: 100%;
}
.top-contents_desc {
	padding: 0 16px;
}
.top-contents_list h2 {
	margin-bottom: 16px;
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 34px;
	line-height: 1.4;
}
.top-contents_contents {
	height: 32px;
	margin-bottom: 16px;
}
.top-contents_arasuji {
	margin-bottom: 16px;
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	line-height: 1.6;
}
.top-contents_prerelease {
	height: 65px;
	margin-bottom: 16px;
}
.top-contents_list_btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
.top-contents_list_btn a {
	width: 100%;
}
.top-contents_list_link {
	display: flex;
	height: 56px;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	background: var(--buttons-tertiary, #EAEAEA);
	color: var(--text-body);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.top-contents_list_smpl {
    display: flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    border: 2px solid var(--buttons-secondary, #D4D4D4);
    background: rgba(255, 255, 255, 0.20);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}


/* TOP用・作品用看板 */
.kv-top_wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 32px;
}
.kv-top_label img {
	width: 100%;
}
.kv-top_label .kv-top_tab {
	display: none;
}
.kv-top_label h1 {
	height: 0;
	opacity: 0;
	font-size: 0;
}
.kv-top_title {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
	padding: 32px var(--side-section) 0;
}
.kv-top_img_contents {
	height: 24px;
}
.kv-top_title a,
.kv-top_img_prerelease2,
.kv-top_img_release,
.kv-top_img_logo {
	width: 100%;
}
.label-overview_wrap {
	padding: 0 var(--side-section) 28px;
}
.label-overview_catch {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto 16px;
}
.label-overview_logo {
	display: block;
	height: 50px;
	margin: 0 auto 16px;
}
.label-overview_text {
	color: #FFF;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}
.scb .kv-top_title {
	background: #fff;
	filter: drop-shadow(1px 3px 3px rgba(255, 255, 255, 100%)) drop-shadow(-1px -2px 2px rgba(255, 255, 255, 100%));
}
.ybt .kv-top_title,
.hsy .kv-top_title,
.sbt .kv-top_title {
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 30%)) drop-shadow(-1px -2px 2px rgba(0, 0, 0, 30%))
}

/* TOP用アンカー */
.top-anchor_wrap {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	padding: 0 var(--side-p);
	max-width: 990px;
	margin: 0 auto 64px;
}
.top-anchor_wrap li {
	width: calc(50% - 16px / 2);
	border-radius: 8px;
	overflow: hidden;
}
.top-anchor_kv {
	width: calc(100% - 24px);
	padding: 12px;
	background: rgba(255, 255, 255, 0.10);
}
.top-anchor_text {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: rgba(255, 255, 255, 0.10);
	padding: 0 12px 12px;
}
.top-anchor_arrow {
	width: 100%;
	height: 40px;
	position: relative;
	margin-top: 2px;
	border-radius: 0 0 8px 8px;
	background: rgba(255, 255, 255, 0.15);
}
.top-anchor_arrow::after {
	width: 22px;
	height: 15px;
	content: '';
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_viewmore_white.svg") no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/* 作品用アンカー */
.contents-anchor_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	justify-content: center;
	position: sticky;
	top: var(--header-h);
	z-index: 100;
	margin: 0 auto;
	padding: 20px 0;
	background: linear-gradient(90deg, #000 0%, #242424 50%, #000 100%);
	font-size: 0;
}
.contents-anchor_wrap img {
	height: 10px;
}
.section-inner h2 img {
	height: 30px;
}
.section-inner h2 {
	margin-bottom: var(--h2-under);
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}

/* RA */
#story {
	background-repeat: no-repeat;
	background-size: 400%;
	background-position: top center;
	position: relative;
}

#story::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	/*backdrop-filter: blur(7px);*/
	top: 0;
	z-index: 0;
}
.sbt #story {
	background-image: url("/renta/img/topics2/t_zetoon/sbt/story_bg.jpg");
}
.hsy #story {
	background-image: url("/renta/img/topics2/t_zetoon/hsy/story_bg.jpg");
}
.scb #story {
	background-image: url("/renta/img/topics2/t_zetoon/scb/story_bg.jpg");
}
.ybt #story {
	background-image: url("/renta/img/topics2/t_zetoon/ybt/story_bg.jpg");
}

.section-bginner {
	position: relative;
	z-index: 1;
}
.story p {
	margin-bottom: 48px;
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: var(--story-font);
	line-height: 1.6;
}
.story img {
	width: 100%;
	flex-shrink: 0;
}
.zetoonlink {
	display: flex;
	height: 56px;
	justify-content: center;
	align-items: center;
	gap: 2px;
	border-radius: 56px;
	border: 2px solid var(--buttons-secondary, #D4D4D4);
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.zetoonlink::after {
	content: "";
	display: inline-block;
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_outlink_white.svg") no-repeat center / contain;
	width: 18px;
	height: 18px;
}
.samplelink {
	width: 100%;
}
.samplelink a {
	display: flex;
	height: 56px;
	justify-content: center;
	align-items: center;
	gap: 2px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 56px;
	border: 2px solid var(--buttons-secondary, #D4D4D4);
	background: rgba(255, 255, 255, 0.20);
}
.sampletext {
	padding-top: 16px;
	color: rgba(255, 255, 255, 0.70);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 13px;
	line-height: 1.6;
}
.scb .kv-top_title .samplelink a {
	color: #000;
	border: 2px solid var(--buttons-secondary, #000);
	background: rgba(255, 255, 255, 0.20);
}
.scb .kv-top_title .sampletext {
	color: #000;
	padding-bottom: 32px;
	text-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}
/* プロフィール */
.profile-list_wrap li {
	margin-bottom: var(--h2-under);
}
.profile-list_wrap img {
	width: 100%;
	border-radius: 4px;
}
.profile-list_name {
	margin-top: 8px;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 2.4px;
}

/* 作品情報 */
.contents-ad_cover {
	width: 100%;
	margin-bottom: 32px;
	border-radius: 2px;
}
.contents-ad_desc {

}
.contents-ad_img_rollinage,
.contents-ad_img_release,
.contents-ad_img_prerelease2 {
	width: 100%;
	margin-bottom: 16px;
}
.contents-ad_img_contents {
	height: 32px;
	margin-bottom: 12px;
}

/* レーベル共通 */
.label-intro_img_logo {
	display: block;
	height: 44px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.label-intro_img_text {
	display: block;
	width: 100%;
	margin-bottom: 32px;
}
.label-intro_img_text_pc {
	display: none;	
}
.label-intro_text {
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1.2px;
	margin-bottom: 40px;
	text-align: center;
}
.label-intro_officialsite {
	display: flex;
	padding: 18px 0;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #FFF;
	color: #fff;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.4px;
	max-width: 382px;
	margin: 0 auto var(--updown-section);
}
.label-intro_officialsite::after {
    content: "";
    display: inline-block;
    background: url("https://img.papy.co.jp/lc/renta/img/mark/common/icon_outlink_white.svg") no-repeat center / contain;
    width: 18px;
    height: 18px;
}
#label h3 {
	margin-bottom: 32px;
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 3.2px;	
	text-align: center;
}
.label-intro_contents {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.label-intro_contents a {
	display: flex;
	gap: 0 16px;
	color: #fff;
	padding: 12px;
	align-items: center;
}
.label-intro_contents a::before {
	content: '';
	background: url("https://img.papy.co.jp/lc/renta/img/mark/common/arrow_white.svg") no-repeat center / contain;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 10px;
	height: 16px;
	z-index: 2;
}
.label-intro_contents a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 100%;
	border-left: 2px solid #000000;
	opacity: 0.8;
	background: rgba(255, 255, 255, 0.15);
	z-index: 1;
}
.label-intro_contents h4,
.label-intro_contents a div {
	width: calc(100% - 35px);
}
.label-intro_contents h4 {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 1.2;
}
.label-intro_desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 13px;
	line-height: 1.6;
}
.label-intro_contents img {
	width: 100px;
}
.label-intro_contents li {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.10);
	border-radius: 8px;
}
#label .c-banner_wrap img {
	border: 1px solid rgba(255, 255, 255, 0.20);
}


.main-wrap .c-popup_small {
	width: calc(100% - 8px);
	max-width: none;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	max-width: 1038px;
	background: #000000;
}
#frame_1 .main-wrap .c-popup_scrollwrap::-webkit-scrollbar {
    display: block;
}
.main-wrap .c-popup_innerwrap {
	border-radius: 8px;
}
.popup_sample_img img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.main-wrap .c-popup_close {
	bottom: auto;
	margin-top: 52px;
}
.popup_sample_note {
	color: #fff;
	font-size: 12px;
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-top: 8px;
}
/* シェア */
.share {
	display: flex;
	gap: 32px;
	justify-content: center;
	align-items: center;
	margin: 40px 0 48px;
	display: none;
}
.share h4 {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #FFF;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.6px;
}
.copylight,
.contents_note {
	margin-bottom: 16px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 10px;
	line-height: 1.1;
	letter-spacing: 1px;
}
.share .line_icon {
	width: 28px;
	height: 28px;
}
.share .x_icon {
	width: 24px;
	height: 24px;
}

.overview_release_1210 {
	height: 72px;
}
.smpl_release a {
	width: 100%;
	margin-bottom: 10px;
}
.samplelink1210 {
	width: 100%;
}

@media screen and (min-width: 400px) {
	.contents-anchor_wrap img {
		height: 11px;
	}
}
@media screen and (min-width: 500px) {
	.contents-anchor_wrap img {
		height: 12px;
	}
	.contents-anchor_wrap {
		gap: 0 24px;
	}
}
@media screen and (min-width: 600px) {
	:root {
		--side-section: 32px;
		--updown-section: 40px;
	}

	.contents-anchor_wrap img {
		height: 16px;
	}
	.contents-anchor_wrap {
		gap: 0 24px;
	}
	.kv-top_label .kv-top_sp {
		display: none;
	}
	.kv-top_label .kv-top_tab {
		display: block;
	}
	.label-overview_text {
		font-size: 18px;
	}
	.label-overview_logo {
		height: 60px;
	}
	.label-overview_logo,
	.label-overview_catch {
		margin: 0 auto 24px;
	}
	.story {
		display: flex;
		gap: 0 32px;
		align-items: center;
	}
	.story p {
		margin-bottom: 0;
	}
	.story img {
		width: 42%;
	}
	#story {
		background-size: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}

	.profile-list_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 0 32px;		
	}
	.profile-list_wrap li {
		width: calc(100% / 3 - 64px / 3);
	}

	.contents-ad_wrap {
		display: flex;
		align-items: center;
		gap: 0 24px;	
	}
	.contents-ad_cover {
		width: 50%;
		flex-shrink: 0;
	}
	.contents-ad_desc {
		width: calc(50% - 24px);
		flex-shrink: 0;
	}
	.label-intro_img_logo {
		height: 100px;
	}
	.label-intro_img_text {
		display: none;
	}
	.label-intro_img_text_pc {
		display: block;
		width: 100%;
		margin-bottom: 32px;
	}
	.label-intro_contents {
		margin-bottom: 40px;
	}
	.popup_sample_note {
		font-size: 13px;
	}
	.label-intro_text {
		font-size: 24px;
	}
	.main-wrap .c-popup_small .c-popup_innerwrap,
	.main-wrap .c-popup_small .c-popup_scrollwrap {
		max-height: calc(var(--vh) * 100 - 140px);
	}
	.contents-ad_img_contents {
		height: 40px;
	}

	.overview_release_1210 {
		height: 106px;
	}
	
}
@media screen and (min-width: 768px) {
	.kv-top_img_logo,
	.kv-top_img_release,
	.kv-top_img_prerelease2 {
		display: block;
		width: auto;
		height: 60px;
		margin-top: 10px;
	}
	.ybt .kv-top_img_logo {
		height: 80px;
	}
	.kv-top_img_prerelease2 {
		display: inline-block;
		vertical-align: middle!important;
	}
	.kv-top_title {
		position: absolute;
		bottom: 24px;
		left: 48px;
		width: calc(100% - 48px);
		display: block;
		
		padding: 0;
	}
	.scb .kv-top_title {
		background: none;
	}
	.scb .kv-top_title .sampletext {
		padding-bottom: 0;
	}
	.kv-top_img_contents {
		height: 30px;
	}
	.kv-top_title .zetoonlink {
		display: inline-flex;
		width: 50%;
		max-width: 200px;
		height: 38px;
		padding: 0 16px;
		border-radius: 28px;
		font-size: 13px;
		vertical-align: middle;
		margin-left: 10px;
	}
	.kv-top_title .samplelink {
		display: inline-block;
		width: 50%;
		max-width: 200px;
		vertical-align: middle;
		margin-left: 10px;
		position: relative;
	}
	.kv-top_title .samplelink a {
		height: 38px;
		padding: 0 16px;
		border-radius: 28px;
		font-size: 13px;
	}

	.kv-top_title .sampletext {
		position: absolute;
		top: 50%;
		left: calc(100% + 50px);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 100%;
		padding: 0;
	}
	/* TOP用 */
	.top-overview_logo {
		height: 120px;
	}
	.top-overview_catch {
		height: 52px;
	}
	.top-overview_release {
		height: 100px;
	}
	/* TOP用アンカー */
	.top-anchor_wrap li {
		width: calc(100% / 4 - 48px / 4);
	}
	.top-contents_list li {
		display: flex;
		align-items: flex-start;
		gap: 32px;
	}
	.top-contents_cover {
		width: 40%;
	}
	.top-contents_desc {
		padding: 0;
		width: calc(60% - 32px);
	}
	.top-contents_list h2 {
		font-size: 38px;
	}

	/* 12月10日 */
	.release_1210 {
		height: 50px;
		margin-bottom: 10px;
	}
	.prerelease2_1210 {
		height: 50px;
	}
	.overview_release_1210 {
		height: 160px;
	}
	.samplelink1210 {
		display: inline-flex;
		width: 50%;
		max-width: 200px;
		margin-left: 10px;
	}
}
@media screen and (min-width: 1038px) {
	:root {
		--story-font: 24px;
		--h2-under: 48px;
		--updown-section: 80px;
	}
	.ybt .kv-top_img_logo {
		height: 110px;
	}
	.contents-anchor_wrap {
		gap: 0 32px;
	}
	.section-inner h2 img {
		height: 70px;
	}
	.section-inner h2 img {
		height: 50px;
	}
	.story {
		gap: 0 48px;
	}

	.section-bginner {
		padding: 40px 0;
	}

	/* 作品情報 */
	.contents-ad_wrap {
		display: flex;
		align-items: center;
		gap: 0 48px;
	}
	.contents-ad_cover {
		width: calc(100% - 608px);
		flex-shrink: 0;
	}
	.contents-ad_desc {
		width: 560px;
		flex-shrink: 0;
	}
	.contents-ad_img_rollinage {
		width: 368px;
	}
	.contents-ad_img_release {
		width: 560px;
	}
	.contents-ad_img_prerelease2 {
		width: 336px;
	}
	.contents-ad_desc a {
		max-width: 260px;
	}
	#label h3 br {
		display: none;
	}
	#label h3 {
		font-size: 32px;
	}
	.label-intro_contents li {
		width: calc(50% - 8px);
	}
	.label-intro_contents h4 {
		font-size: 18px;
	}
	.label-intro_contents a::before {
		width: 14px;
		height: 18px;
		right: 11px;
	}
	.label-intro_officialsite {
		padding: 24px 0;
		font-size: 16px;
	}
	.top-contents_list_btn a {
		width: calc(50% - 10px);
	}
	.top-contents_list li {
		gap: 48px;
	}
	.smpl_release {
		display: flex;
		align-items: center;
		gap: 0 16px;
	}
	.smpl_release a {
		width: calc(50% - 8px);
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1280px) {
	.story img {
		width: 480px;
	}

	.kv-top_img_logo,
	.kv-top_img_release,
	.kv-top_img_prerelease2 {
		height: 80px;
	}
	.kv-top_title {
		bottom: 40px;
		left: 145px;
	}
	.kv-top_title .zetoonlink {
		width: 100%;
		max-width: 260px;
		height: 52px;
		font-size: 16px
	}
	.kv-top_title .samplelink {
		width: 100%;
		max-width: 260px;
		vertical-align: middle;
		margin-left: 10px;
	}
	.kv-top_title .samplelink a {
		height: 52px;
		font-size: 16px;
	}
	/* 12月10日 */
	.release_1210 {
		height: 60px;
		margin-bottom: 10px;
	}
	.prerelease2_1210 {
		height: 60px;
	}
	.samplelink1210 {
		width: 100%;
		max-width: 260px;
	}
}
#frame_andapp .top-label_wrap iframe,
#frame_iosapp .top-label_wrap iframe,
#frame_andapp .zetoonlink,
#frame_andapp .label-intro_officialsite,
#frame_iosapp .zetoonlink,
#frame_iosapp .label-intro_officialsite {
	display: none;	
}
