/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Roboto, Droid Sans, Arial, Verdana, sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased
}

body.-is-viewHeight {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%
}

iframe,
img,
svg,
video {
	vertical-align: middle
}

figure {
	margin: 0
}

input,
select {
	color: #333
}

input,
select,
textarea {
	-webkit-box-shadow: none;
	box-shadow: none
}

textarea {
	resize: vertical;
	line-height: 1.4
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-time {
	margin-top: 10px;
	font-size: .6875rem;
	letter-spacing: .1em;
	line-height: 1
}

.c-time .c-icon {
	margin-right: 5px;
	vertical-align: bottom
}

@media screen and (max-width:576px) {
	.c-time {
		margin-top: 5px;
		font-size: .6875rem
	}
}

.c-heading-A {
	margin: 40px 0
}

.c-heading-A a:link,
.c-heading-A a:visited {
	color: #000;
	text-decoration: none
}

.c-heading-A a:active,
.c-heading-A a:hover {
	color: #333;
	text-decoration: none
}

.c-heading-A .c-heading__text {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid #e6001a;
	font-size: 1.5rem;
	font-weight: 400
}

@media screen and (max-width:576px) {
	.c-heading-A {
		margin: 5px 0 10px
	}

	.c-heading-A .c-heading__text {
		padding-bottom: 0;
		font-size: 1.25rem
	}
}

.c-heading-B {
	position: relative;
	margin: 40px 0 15px;
	padding-left: 15px;
	color: #999;
	font-size: 1.75rem;
	font-weight: 400
}

.c-heading-B:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
	width: 6px;
	height: 24px;
	background-color: #e6001a
}

.c-heading-B.-mt0 {
	margin-top: 0
}

@media screen and (max-width:576px) {
	.c-heading-B {
		margin: 30px -20px 10px
	}
}

.c-heading-C {
	position: relative;
	margin: 40px 0 20px;
	padding-bottom: 8px;
	color: #000;
	font-size: 1.75rem;
	font-weight: 700
}

.c-heading-C:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 36px;
	height: 5px;
	background: -webkit-gradient(linear, right top, left top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(right, #e60078, #e6001a);
	background: -o-linear-gradient(right, #e60078 0, #e6001a 100%);
	background: linear-gradient(270deg, #e60078 0, #e6001a)
}

.c-heading-C.-mt0 {
	margin-top: 0
}

@media screen and (max-width:576px) {
	.c-heading-C {
		margin: 20px 0;
		font-size: 1.5rem
	}

	.c-heading-C:before {
		width: 30px;
		height: 4px
	}
}

.c-icon {
	display: inline-block;
	position: relative;
	background: 50% no-repeat;
	background-size: contain
}

.c-icon.-destination {
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-destination.svg)
}

@media screen and (max-width:576px) {
	.c-icon.-destination {
		width: 18px;
		height: 18px
	}
}

.c-icon.-clip {
	width: 14px;
	height: 11px;
	background-image: url(../images/icon-clip.svg)
}

.c-icon.-video {
	width: 15px;
	height: 10px;
	background-image: url(../images/icon-video.svg)
}

.c-icon.-chapter {
	width: 12px;
	height: 9px;
	background-image: url(../images/icon-chapter.svg)
}

.c-icon.-home {
	width: 19px;
	height: 14px;
	background-image: url(../images/icon-home_r.svg)
}

.c-icon.-news {
	width: 19px;
	height: 14px;
	background-image: url(../images/icon-news_r.svg)
}

.c-icon.-live {
	width: 19px;
	height: 19px;
	background-image: url(../images/icon-live_r.svg)
}

.c-icon.-odm {
	width: 19px;
	height: 17px;
	background-image: url(../images/icon-ondemand_r.svg)
}

.c-icon.-japanese {
	width: 16px;
	height: 20px;
	background-image: url(../images/icon-japanese_r.svg)
}

.c-icon.-audio {
	width: 16px;
	height: 11px;
	background-image: url(../images/icon-audio.svg)
}

.c-icon.-audio2 {
	width: 16px;
	height: 16px;
	background-image: url(../images/icon-audio2.svg)
}

.c-icon.-audio3 {
	width: 12px;
	height: 12px;
	background-image: url(../images/icon-audio2_g.svg)
}

.c-icon.-link {
	width: 14px;
	height: 11px;
	background-image: url(../images/icon-link.svg)
}

.c-icon.-heart {
	width: 16px;
	height: 14px;
	background-image: url(../images/icon-heart.svg)
}

.c-loading {
	position: relative;
	max-height: 400px;
	height: 100vh;
	text-align: center
}

.c-loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: transparent url(../images/loader.svg) 50% no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: loading .8s linear infinite;
	animation: loading .8s linear infinite
}

.c-loading.-fixed {
	z-index: 9997;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	background-color: #fff
}

.c-loading.-fixed:after {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.c-loading.-fixed.-show:after {
	opacity: 1
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn)
	}
}

.c-moreLoading {
	position: relative;
	height: 200px;
	text-align: center
}

.c-moreLoading:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	background: transparent url(../images/loader.svg) 50% no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: loading .8s linear infinite;
	animation: loading .8s linear infinite
}

@keyframes loading {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn)
	}
}

@media screen and (max-width:576px) {
	.c-moreLoading {
		height: 100px
	}
}

.c-centerdBtn {
	margin: 20px 0;
	text-align: center
}

.c-centerdBtn .c-btn+.c-btn {
	margin-left: 10px
}

.c-btn {
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	display: inline-block;
	position: relative
}

.c-btn.-favorite {
	width: 34px;
	height: 34px;
	border-radius: 50%
}

.nw-inApp .c-btn.-favorite {
	visibility: hidden;
	display: none;
	pointer-events: none
}

.c-btn.-favorite.-active:after {
	background-image: url(../images/icon-mylist.png);
	background-position: 65%;
	background-size: 18px 18px
}

.c-btn.-favorite:before {
	border-radius: 50%;
	background-color: #fff
}

.c-btn.-favorite:after,
.c-btn.-favorite:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.c-btn.-favorite:after {
	background: url(../images/icon-add.svg) 50% no-repeat;
	background-size: 12px 12px
}

@media screen and (min-width:769px) {
	.c-btn.-favorite:before {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.c-btn.-favorite:hover:before {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@media screen and (max-width:576px) {
	.c-btn.-favorite {
		width: 30px;
		height: 30px
	}
}

.c-btn.-search {
	width: 30px;
	height: 30px
}

.c-btn.-search:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 27px;
	background: url(../images/icon-search.svg) 50% no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (min-width:769px) {
	.c-btn.-search {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-btn.-search:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.c-btn.-search {
		width: 20px;
		height: 20px
	}

	.c-btn.-search:before {
		width: 19px;
		height: 20px
	}
}

.c-btn.-share {
	width: 34px;
	height: 34px;
	border-radius: 50%
}

.c-btn.-share:before {
	border: 1px solid #000;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

.c-btn.-share:after,
.c-btn.-share:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.c-btn.-share:after {
	background: url(../images/icon-share-blk.svg) 50% no-repeat
}

@media screen and (min-width:769px) {
	.c-btn.-share:before {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.c-btn.-share:hover:before {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@media screen and (max-width:576px) {
	.c-btn.-share {
		width: 30px;
		height: 30px
	}
}

.c-btn.-more {
	width: 180px;
	margin: 0 auto;
	padding: 12px 0;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

@media screen and (max-width:576px) {
	.c-btn.-more {
		width: 160px;
		padding: 10px 0;
		border-radius: 20px
	}
}

.c-btn.-blk,
.c-btn.-gry,
.c-btn.-gry2,
.c-btn.-red,
.c-btn.-wht {
	width: 180px;
	margin: 0 auto;
	padding: 12px 0;
	border: 1px solid transparent;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .8125rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3
}

@media screen and (min-width:769px) {

	.c-btn.-blk,
	.c-btn.-gry,
	.c-btn.-gry2,
	.c-btn.-red,
	.c-btn.-wht {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-btn.-blk:hover,
	.c-btn.-gry2:hover,
	.c-btn.-gry:hover,
	.c-btn.-red:hover,
	.c-btn.-wht:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {

	.c-btn.-blk,
	.c-btn.-gry,
	.c-btn.-gry2,
	.c-btn.-red,
	.c-btn.-wht {
		width: 130px;
		padding: 10px 0;
		border-radius: 20px
	}
}

.c-btn.-wht {
	border-color: #999;
	background-color: #fff;
	color: #999
}

.c-btn.-wht:active,
.c-btn.-wht:hover,
.c-btn.-wht:link,
.c-btn.-wht:visited {
	color: #999;
	text-decoration: none
}

.c-btn.-blk {
	border-color: #fff;
	background-color: #000;
	color: #fff
}

.c-btn.-blk:active,
.c-btn.-blk:hover,
.c-btn.-blk:link,
.c-btn.-blk:visited {
	color: #fff;
	text-decoration: none
}

.c-btn.-red {
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a);
	color: #fff
}

.c-btn.-red:active,
.c-btn.-red:hover,
.c-btn.-red:link,
.c-btn.-red:visited {
	color: #fff;
	text-decoration: none
}

.c-btn.-gry {
	background-color: #e6e6e6;
	color: #000
}

.c-btn.-gry:active,
.c-btn.-gry:hover,
.c-btn.-gry:link,
.c-btn.-gry:visited {
	color: #000;
	text-decoration: none
}

.c-btn.-gry2 {
	border-color: #999;
	background-color: #f3f3f3;
	color: #999
}

.c-btn.-gry2:active,
.c-btn.-gry2:hover,
.c-btn.-gry2:link,
.c-btn.-gry2:visited {
	color: #999;
	text-decoration: none
}

.c-btn__icon {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.c-btn__icon.-gry.-right {
	border-top: 1px solid #999;
	border-right: 1px solid #999
}

.c-btn__icon.-gry.-down {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999
}

.c-btn__icon.-gry.-up {
	top: 55%;
	border-top: 1px solid #999;
	border-left: 1px solid #999
}

.c-btn__icon.-wht.-right {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

.c-btn__icon.-wht.-down {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff
}

.c-btn__icon.-wht.-up {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff
}

.c-btn--more {
	display: block;
	margin-top: 15px
}

.c-btn--more a {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 12px 0;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

@media screen and (max-width:576px) {
	.c-btn--more a {
		width: 160px;
		padding: 10px 0;
		border-radius: 20px
	}
}

.c-btn--blk a {
	background-color: #000
}

.c-btn--blk a:active,
.c-btn--blk a:hover,
.c-btn--blk a:link,
.c-btn--blk a:visited {
	color: #fff;
	text-decoration: none
}

.c-btn--wht a {
	background-color: #fff
}

.c-btn--wht a:active,
.c-btn--wht a:hover,
.c-btn--wht a:link,
.c-btn--wht a:visited {
	color: #000;
	text-decoration: none
}

.c-btn__text {
	display: block;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .05em
}

.c-btn__text.-arrow {
	position: relative
}

.c-btn__text.-arrow:before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.c-btn__text.-plus {
	position: relative
}

.c-btn__text.-plus:before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-plus.svg);
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width:576px) {
	.c-btn__text {
		font-size: .75rem
	}

	.c-btn__text.c-btn__text--arrow:before {
		right: 25px
	}
}

.c-tabNav {
	padding: 0;
	list-style: none;
	margin: 40px 0 30px;
	font-size: 0
}

.c-tabNav>li {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700
}

.c-tabNav>li a {
	display: block;
	position: relative;
	margin-right: 3px;
	padding: 12px 20px;
	background: #ccc
}

.c-tabNav>li a:active,
.c-tabNav>li a:hover,
.c-tabNav>li a:link,
.c-tabNav>li a:visited {
	color: #fff;
	text-decoration: none
}

.c-tabNav>li a.-active {
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a)
}

.c-tabNav>li a.-active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: rgba(230, 0, 26, .85);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media screen and (max-width:576px) {
	.c-tabNav {
		margin: 25px 0
	}

	.c-tabNav>li {
		font-size: .75rem
	}

	.c-tabNav>li a {
		padding: 10px
	}
}

.c-tags {
	padding: 0;
	list-style: none;
	font-size: 0;
	margin: 10px 0 0
}

.c-tags li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px
}

.c-tags li:last-child {
	margin-right: 0
}

.c-tags li a {
	display: block;
	padding: 3px 10px;
	border: 1px solid #858585;
	border-radius: 12px;
	font-size: .8125rem;
	font-weight: 500;
	line-height: 1.25
}

.c-tags li a:link,
.c-tags li a:visited {
	color: #333;
	text-decoration: none
}

.c-tags li a:active,
.c-tags li a:hover {
	color: #666;
	text-decoration: none
}

.c-tags li.-is-special a {
	border: 1px solid #e6001a;
	background-color: #e6001a;
	font-weight: 700
}

.c-tags li.-is-special a:active,
.c-tags li.-is-special a:hover,
.c-tags li.-is-special a:link,
.c-tags li.-is-special a:visited {
	color: #fff;
	text-decoration: none
}

@media screen and (max-width:576px) {
	.c-tags {
		margin-top: 0
	}

	.c-tags li a {
		padding: 2px 6px;
		font-size: .625rem;
		line-height: 1.22
	}
}

.c-langList {
	margin-top: 40px
}

.c-langList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.c-langList li {
	display: inline-block;
	margin: 0 6px 6px 0
}

.c-langList li:last-child {
	margin-right: 0
}

.c-langList li a {
	position: relative;
	display: block;
	padding: 11px 15px 10px 20px;
	background-color: #333;
	font-size: .75rem;
	font-weight: 700;
	text-align: center
}

.c-langList li a:active,
.c-langList li a:hover,
.c-langList li a:link,
.c-langList li a:visited {
	color: #fff;
	text-decoration: none
}

.c-langList li a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.c-langList li a.-active {
	padding: 10px 15px;
	font-size: .8125rem
}

.c-langList li a.-active:link,
.c-langList li a.-active:visited {
	color: #e6001a;
	text-decoration: none
}

.c-langList li a.-active:active,
.c-langList li a.-active:hover {
	color: #ff4d61;
	text-decoration: none
}

.c-langList li a.-active:before {
	display: none
}

@media screen and (max-width:576px) {
	.c-langList {
		margin-top: 25px
	}

	.c-langList li a {
		padding: 8px 10px 7px 15px
	}

	.c-langList li a:before {
		left: 5px
	}

	.c-langList li a.-active {
		padding: 7px 10px
	}

	.c-langList li a.-active:link,
	.c-langList li a.-active:visited {
		color: #e6001a;
		text-decoration: none
	}

	.c-langList li a.-active:active,
	.c-langList li a.-active:hover {
		color: #ff4d61;
		text-decoration: none
	}

	.c-langList li a.-active:before {
		display: none
	}
}

.c-langList__title {
	margin-bottom: 5px;
	color: #fff;
	font-size: 1rem
}

@media screen and (max-width:576px) {
	.c-langList__title {
		font-size: .75rem
	}
}

.c-sns {
	margin: 20px 0 0
}

.c-sns ul {
	padding: 0
}

.c-sns .nw_social_he_style img {
	margin: 0;
	padding: 4px;
	background-color: #fff
}

.c-search {
	max-width: 640px;
	margin: 40px 0;
	font-size: 0
}

@media screen and (max-width:576px) {
	.c-search {
		margin: 20px 0
	}
}

.c-search__input {
	-webkit-appearance: none;
	display: inline-block;
	width: calc(100% - 60px);
	padding: 20px;
	height: 60px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-color: #f3f3f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.125rem;
	vertical-align: middle
}

@media screen and (max-width:576px) {
	.c-search__input {
		width: calc(100% - 44px);
		height: 44px;
		padding: 10px;
		font-size: 1rem
	}
}

.c-search__submit {
	-webkit-appearance: none;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	background-color: #e6e6e6;
	font-size: 1rem;
	vertical-align: middle
}

.c-search__submit.c-btn.-search {
	width: 60px;
	height: 60px
}

@media screen and (max-width:576px) {
	.c-search__submit.c-btn.-search {
		width: 44px;
		height: 44px
	}
}

.c-resultHit {
	font-size: 1.125rem
}

.c-resultHit>strong {
	color: #e6001a;
	font-weight: 400
}

@media screen and (max-width:576px) {
	.c-resultHit {
		font-size: .875rem
	}
}

.c-mainSlider {
	position: relative;
	margin-bottom: 60px
}

@media screen and (max-width:768px) {
	.c-mainSlider {
		margin-bottom: 20px
	}
}

.c-mainSlider .c-episodeInfo {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 340px;
	height: 210px;
	-webkit-transform: translate(100px, 56px);
	-ms-transform: translate(100px, 56px);
	transform: translate(100px, 56px)
}

.c-mainSlider .c-episodeInfo .c-episodeInfo__inner {
	position: relative;
	height: 100%
}

.c-mainSlider .c-episodeInfo .fade-enter-active {
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.c-mainSlider .c-episodeInfo .fade-leave-active {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.c-mainSlider .c-episodeInfo .fade-enter,
.c-mainSlider .c-episodeInfo .fade-leave-to {
	opacity: 0
}

.c-mainSlider .c-episodeInfo .c-time {
	margin-top: 15px;
	margin-right: 0
}

.c-mainSlider .c-episodeInfo .c-btn {
	position: absolute;
	bottom: -15px;
	right: -5px
}

.c-mainSlider .c-episodeInfo .c-episodeInfo__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 1.625rem
}

.c-mainSlider .c-episodeInfo .c-episodeInfo__program {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2
}

.c-mainSlider .c-episodeInfo.-banner .c-episodeInfo__title {
	height: 5.65em
}

@media screen and (min-width:769px) {
	.c-mainSlider .c-episodeInfo {
		background: -webkit-gradient(linear, left top, right top, from(rgba(230, 0, 120, .85)), to(rgba(230, 0, 26, .85)));
		background: -webkit-linear-gradient(left, rgba(230, 0, 120, .85), rgba(230, 0, 26, .85));
		background: -o-linear-gradient(left, rgba(230, 0, 120, .85) 0, rgba(230, 0, 26, .85) 100%);
		background: linear-gradient(90deg, rgba(230, 0, 120, .85) 0, rgba(230, 0, 26, .85))
	}
}

@media screen and (max-width:900px) {
	.c-mainSlider .c-episodeInfo {
		-webkit-transform: translate(20px, 56px);
		-ms-transform: translate(20px, 56px);
		transform: translate(20px, 56px)
	}
}

@media screen and (max-width:768px) {
	.c-mainSlider .c-episodeInfo {
		position: static;
		width: 100%;
		height: 200px;
		margin: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.c-mainSlider .c-episodeInfo .c-episodeInfo__title {
		font-size: 1.625rem
	}

	.c-mainSlider .c-episodeInfo .c-episodeInfo__program {
		margin-top: 6px;
		font-size: 1rem;
		font-weight: 700
	}

	.c-mainSlider .c-episodeInfo .c-btn {
		right: 0;
		bottom: 0
	}
}

.c-mainSlider__slide {
	overflow: hidden
}

.c-mainSlider__slideItems {
	margin: 0 auto;
	height: 432px;
	width: 100%
}

.-medium .c-mainSlider__slideItems {
	height: 360px
}

@media screen and (max-width:768px) {
	.c-mainSlider__slideItems {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.-medium .c-mainSlider__slideItems {
		height: 0
	}
}

@media screen and (max-width:576px) {
	.c-mainSlider__slideItems {
		padding-bottom: 84%
	}
}

.c-mainSlider__slideItem {
	float: left;
	width: 768px
}

.-medium .c-mainSlider__slideItem {
	width: 640px
}

.c-mainSlider__slideItem a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #f0f0f0
}

.c-mainSlider__slideItem a:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.c-mainSlider__slideItem a.-is-loading:after {
	opacity: 1
}

.c-mainSlider__slideItem img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.c-mainSlider__slideItem img.-pc {
	display: block
}

.c-mainSlider__slideItem img.-sp {
	display: none
}

@media screen and (min-width:769px) {
	.c-mainSlider__slideItem a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-mainSlider__slideItem a:hover {
		opacity: .8;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:768px) {

	.-medium .c-mainSlider__slideItem,
	.c-mainSlider__slideItem {
		width: 100%
	}
}

@media screen and (max-width:576px) {
	.c-mainSlider__slideItem a {
		padding-bottom: 84%
	}

	.c-mainSlider__slideItem img.-pc {
		display: none
	}

	.c-mainSlider__slideItem img.-sp {
		display: block
	}
}

.c-mainSlider__playlist {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-mainSlider__bullets {
	display: inline-block;
	position: absolute;
	top: 375px;
	left: 50%;
	-webkit-transform: translateX(-336px);
	-ms-transform: translateX(-336px);
	transform: translateX(-336px);
	padding: 0;
	z-index: 10;
	list-style-type: none
}

.c-mainSlider__bullets>li {
	float: left;
	margin-right: 3px;
	width: 16px;
	height: 16px
}

.c-mainSlider__bullets>li button {
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%
}

.c-mainSlider__bullets>li button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.c-mainSlider__bullets>li.-active button:before {
	background-color: #e6001a
}

@media screen and (min-width:769px) {
	.-medium .c-mainSlider__bullets {
		top: 315px;
		-webkit-transform: translateX(-272px);
		-ms-transform: translateX(-272px);
		transform: translateX(-272px)
	}
}

@media screen and (max-width:768px) {
	.c-mainSlider__bullets {
		display: block;
		top: calc(56.25vw - 60px);
		left: 0;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: center
	}

	.c-mainSlider__bullets>li {
		float: none;
		display: inline-block
	}
}

@media screen and (max-width:576px) {
	.c-mainSlider__bullets {
		top: calc(84vw - 60px)
	}
}

.c-mainSlider__next,
.c-mainSlider__prev {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	z-index: 2;
	cursor: pointer
}

@media screen and (max-width:768px) {

	.c-mainSlider__next,
	.c-mainSlider__prev {
		top: 28.12vw
	}
}

@media screen and (max-width:576px) {

	.c-mainSlider__next,
	.c-mainSlider__prev {
		top: 42vw
	}
}

.c-mainSlider__prev {
	left: calc(50% - 444px)
}

.c-mainSlider__next {
	right: calc(50% - 444px)
}

@media screen and (max-width:900px) {
	.c-mainSlider__prev {
		left: 0
	}

	.c-mainSlider__next {
		right: 0
	}
}

.c-mainSlider__next:before,
.c-mainSlider__prev:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -9px
}

.c-mainSlider__prev:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 15px
}

.c-mainSlider__next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 15px
}

.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slide-next-enter,
.slide-prev-leave-to {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.slide-next-leave-to,
.slide-prev-enter {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.c-episodeInfo {
	position: relative;
	padding: 30px 25px;
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-episodeInfo .c-time {
	display: inline-block;
	margin-top: 0;
	margin-right: 15px;
	color: #fff;
	font-size: .875rem
}

.c-episodeInfo .c-btn {
	position: absolute;
	bottom: 20px;
	right: 20px
}

.c-episodeInfo .c-icon.-video {
	top: -2px;
	background-image: url(../images/icon-video_w.svg)
}

.c-episodeInfo .c-icon.-clip {
	background-image: url(../images/icon-clip_w.svg)
}

.c-episodeInfo .c-icon.-audio2 {
	position: relative;
	top: -1px;
	width: 12px;
	height: 12px
}

@media screen and (max-width:768px) {
	.c-episodeInfo {
		margin: 0 -20px;
		padding: 20px
	}

	.c-episodeInfo .c-btn {
		width: 30px;
		height: 30px
	}
}

@media screen and (max-width:576px) {
	.c-episodeInfo .c-time {
		font-size: .75rem
	}
}

.c-episodeInfo__title {
	color: #fff;
	font-size: 2.25rem;
	line-height: 1.13
}

.c-episodeInfo__title a:active,
.c-episodeInfo__title a:hover,
.c-episodeInfo__title a:link,
.c-episodeInfo__title a:visited {
	color: #fff;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.c-episodeInfo__title a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-episodeInfo__title a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:768px) {
	.c-episodeInfo__title {
		font-size: 1.875rem
	}
}

.c-episodeInfo__program {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	font-size: 1.375rem;
	vertical-align: middle
}

.c-episodeInfo__program a:active,
.c-episodeInfo__program a:hover,
.c-episodeInfo__program a:link,
.c-episodeInfo__program a:visited {
	color: #fff;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.c-episodeInfo__program a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-episodeInfo__program a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:992px) {
	.c-episodeInfo__program {
		display: block
	}
}

@media screen and (max-width:768px) {
	.c-episodeInfo__program {
		font-size: 1.25rem
	}
}

.c-episodeInfo__texts {
	display: inline-block;
	color: #fff;
	font-size: .875rem
}

.c-episodeInfo__texts p {
	margin: 0
}

.c-episodeInfo__texts p br {
	display: none
}

@media screen and (max-width:992px) {
	.c-episodeInfo__texts {
		display: block
	}
}

@media screen and (max-width:768px) {
	.c-episodeInfo__texts p br {
		display: block
	}
}

@media screen and (max-width:576px) {
	.c-episodeInfo__texts {
		font-size: .75rem
	}
}

.c-episodeInfo__broadcastDate:after {
	display: inline;
	content: " / "
}

@media screen and (max-width:768px) {
	.c-episodeInfo__broadcastDate:after {
		display: none
	}
}

.c-item {
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-item.-card .c-item__content {
	margin-top: 10px
}

.c-item.-media:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.c-item.-media .c-item__image {
	float: left;
	width: 38%
}

.c-item.-media .c-item__content {
	float: left;
	width: 62%;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-item.-media .c-icon.-audio2 {
	width: 12px;
	height: 12px;
	background-image: url(../images/icon-audio2_g.svg)
}

.c-item.-multi .c-item__content {
	float: none;
	width: auto;
	margin-left: 38%;
	padding-left: 25px
}

.c-item.-program .c-item__contentItem,
.c-item.-program .c-item__description,
.c-item.-program .c-item__more {
	margin-left: 38%;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-item.-program .c-item__more {
	position: relative;
	display: block;
	padding-right: 20px
}

.c-item.-program .c-item__more:after {
	display: none
}

.c-item.-program .c-item__more .c-btn__icon {
	right: 3px
}

.c-item.-viewAll>a {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700
}

.c-item.-viewAll>a:link,
.c-item.-viewAll>a:visited {
	color: #000;
	text-decoration: none
}

.c-item.-viewAll>a:active,
.c-item.-viewAll>a:hover {
	color: #333;
	text-decoration: none
}

.c-item.-viewAll>a:before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	border: 4px solid #e6001a
}

.c-item.-viewAll>a:before,
.c-item.-viewAll>a span {
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-item.-viewAll>a span {
	top: 50%;
	padding: 0 35px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-item.-viewAll>a span:after {
	content: "";
	display: block;
	position: absolute;
	top: 51%;
	right: 25px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

@media screen and (min-width:769px) {
	.c-item.-viewAll>a span {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-item.-viewAll>a:hover span {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.c-item.-viewAll>a {
		font-size: .8125rem
	}

	.c-item.-viewAll>a span {
		padding: 0 20px
	}

	.c-item.-viewAll>a span:after {
		right: 10px
	}
}

@media screen and (max-width:576px) {
	.c-item.-card .c-item__content {
		margin-top: 5px
	}

	.c-item.-media .c-item__image {
		width: 48%
	}

	.c-item.-media .c-item__content {
		width: 52%;
		padding-left: 14px
	}

	.c-item.-multi {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: auto;
		margin: 0 0 15px;
		padding: 0
	}

	.c-item.-multi .c-item__image {
		float: none
	}

	.c-item.-multi .c-item__content {
		width: 52%;
		margin-left: 0;
		padding-left: 14px
	}

	.c-item.-program {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		margin: 0 0 15px;
		padding: 0;
		border-bottom: 1px solid #e6e6e6
	}

	.c-item.-program .c-item__image {
		float: none
	}

	.c-item.-program .c-item__contentItem {
		float: none;
		width: 52%;
		margin-left: 0;
		padding-left: 14px
	}

	.c-item.-program .c-item__description {
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		padding-left: 0;
		text-align: left
	}

	.c-item.-program .c-item__more {
		float: none;
		margin: 10px 0 15px;
		padding-left: 20px;
		text-align: center
	}
}

.c-item__image {
	position: relative
}

.c-item__image a,
.c-item__image span {
	overflow: hidden;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #f0f0f0
}

.c-item__image a:after,
.c-item__image span:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.c-item__image a.-is-loading:after,
.c-item__image span.-is-loading:after {
	opacity: 1
}

@media screen and (min-width:769px) {

	.c-item__image.-hoverIcon a:before,
	.c-item__image.-hoverIcon span:before {
		z-index: 1;
		opacity: 0;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 30px;
		background: url(../images/icon-play2.svg) 50% no-repeat;
		background-size: contain;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s
	}

	.c-item__image.-hoverIcon a:hover,
	.c-item__image.-hoverIcon a:hover:before,
	.c-item__image.-hoverIcon span:hover,
	.c-item__image.-hoverIcon span:hover:before {
		opacity: 1
	}
}

.c-item__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	vertical-align: top
}

.c-item__image .c-item__label {
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -4px;
	padding: 2px 8px;
	background-color: #e6001a;
	color: #fff;
	font-size: .75rem;
	font-style: normal
}

@media screen and (min-width:769px) {

	.c-item__image a,
	.c-item__image span {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-item__image a:hover,
	.c-item__image span:hover {
		opacity: .8;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

.c-item__favorite {
	position: absolute;
	bottom: 6px;
	right: 6px
}

.c-item__favorite .c-item__favoriteTooltip {
	overflow: visible;
	display: block;
	position: absolute;
	bottom: calc(100% + 10px);
	right: -5px;
	width: 100px;
	height: auto;
	padding: 5px 5px 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e5e5e5;
	font-size: .75rem;
	font-weight: 700;
	font-style: normal;
	text-align: center
}

.c-item__favorite .c-item__favoriteTooltip:after {
	opacity: 1;
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: auto;
	right: 12px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-top: solid #e5e5e5;
	border-width: 8px 5px
}

.c-item__title {
	margin: 0 0 5px;
	line-height: 1.12
}

.c-item__title a {
	font-size: 1rem;
	font-weight: 700
}

.c-item__title a:link,
.c-item__title a:visited {
	color: #000;
	text-decoration: none
}

.c-item__title a:active,
.c-item__title a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.c-item__title a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-item__title a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.c-item__title a {
		font-size: .8125rem
	}
}

.c-item__program {
	margin: 0 0 5px;
	line-height: 1.12
}

.c-item__program a,
.c-item__program span {
	color: #999;
	font-size: .875rem;
	font-weight: 700
}

.c-item__program a:active,
.c-item__program a:hover,
.c-item__program a:link,
.c-item__program a:visited {
	color: #999;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.c-item__program a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-item__program a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.c-item__program {
		line-height: 1
	}

	.c-item__program a,
	.c-item__program span {
		font-size: .75rem
	}
}

.c-item__langs {
	margin-left: 38%;
	padding-left: 25px
}

.c-item__langs ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.c-item__langs li {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 0 5px;
	border: 1px solid #e6001a;
	color: #e6001a
}

.c-item__langs li span {
	font-size: .6875rem;
	font-weight: 700
}

@media screen and (max-width:576px) {
	.c-item__langs {
		width: 100%;
		margin-left: 0;
		padding-left: 0
	}

	.c-item__langs ul {
		margin-top: 10px
	}
}

.c-item__count {
	margin-bottom: 10px;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0
}

.c-item__count>span {
	color: #e6001a
}

.c-item__description {
	overflow: hidden;
	position: relative;
	height: 3em;
	font-size: .8125rem;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear
}

.c-item__description.-open:after {
	display: none
}

.c-item__description:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0)
}

.c-item__more {
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	margin-top: 10px;
	font-size: .6875rem;
	font-weight: 700
}

.c-item__more:after {
	content: "";
	top: -2px;
	width: 6px;
	height: 6px;
	margin-left: 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-item__more:after,
.c-itemsType {
	display: inline-block;
	position: relative
}

.c-itemsType {
	top: 10px;
	left: -10px;
	padding: 3px 8px;
	background-color: #e6001a;
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
	z-index: 1
}

@media screen and (max-width:576px) {
	.c-itemsType {
		top: 7px;
		left: -7px;
		padding: 2px 5px;
		font-size: .75rem
	}
}

.c-itemCarousel {
	position: relative
}

.c-itemCarousel .c-itemCarousel__items {
	-webkit-transition: all .6s cubic-bezier(.455, .03, .515, .955);
	-o-transition: all .6s cubic-bezier(.455, .03, .515, .955);
	transition: all .6s cubic-bezier(.455, .03, .515, .955);
	overflow: hidden
}

.c-itemCarousel .c-item,
.c-itemCarousel .c-playlist {
	float: left
}

.c-itemCarousel .c-item__program,
.c-itemCarousel .c-item__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.c-itemCarousel__slide {
	overflow: hidden
}

.c-itemCarousel__slide::-webkit-scrollbar {
	display: none
}

@media screen and (max-width:768px) {
	.c-itemCarousel__slide {
		margin-right: -20px;
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}
}

.c-itemCarousel__next,
.c-itemCarousel__prev {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 35%;
	margin-top: -30px;
	z-index: 2;
	cursor: pointer;
	overflow: visible;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-itemCarousel__next.c-itemCarousel__disabled,
.c-itemCarousel__prev.c-itemCarousel__disabled {
	opacity: .2
}

.c-itemCarousel__next:before,
.c-itemCarousel__prev:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -9px
}

@media screen and (max-width:768px) {

	.c-itemCarousel__next,
	.c-itemCarousel__prev {
		display: none
	}
}

.c-itemCarousel__prev {
	left: -40px
}

.c-itemCarousel__prev:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 15px
}

.c-itemCarousel__next {
	right: -40px
}

.c-itemCarousel__next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 15px
}

.c-itemList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px
}

.c-itemList .c-item {
	width: 50%;
	margin-bottom: 25px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-itemList.-playlist .c-item.-media {
	position: relative;
	margin-bottom: 0;
	padding: 20px;
	cursor: pointer
}

.c-itemList.-playlist .c-item.-media:before {
	opacity: 0;
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a)
}

.c-itemList.-playlist .c-item.-media .c-item__content {
	position: relative
}

.c-itemList.-playlist .c-item.-media .c-item__program a:hover,
.c-itemList.-playlist .c-item.-media .c-item__title a:hover {
	opacity: 1
}

.c-itemList.-playlist .c-item.-media.-playing {
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a)
}

.c-itemList.-playlist .c-item.-media.-playing .c-item__title a {
	color: #fff
}

.c-itemList.-playlist .c-item.-media.-playing .c-item__title a:active,
.c-itemList.-playlist .c-item.-media.-playing .c-item__title a:hover,
.c-itemList.-playlist .c-item.-media.-playing .c-item__title a:link,
.c-itemList.-playlist .c-item.-media.-playing .c-item__title a:visited {
	color: #fff;
	text-decoration: none
}

.c-itemList.-playlist .c-item.-media.-playing .c-item__program a {
	color: #fff
}

.c-itemList.-playlist .c-item.-media.-playing .c-item__program a:active,
.c-itemList.-playlist .c-item.-media.-playing .c-item__program a:hover,
.c-itemList.-playlist .c-item.-media.-playing .c-item__program a:link,
.c-itemList.-playlist .c-item.-media.-playing .c-item__program a:visited {
	color: #fff;
	text-decoration: none
}

.c-itemList.-playlist .c-item.-media.-playing .c-time {
	color: #fff
}

.c-itemList.-playlist .c-item.-media.-playing .c-icon.-video {
	background-image: url(../images/icon-video_w.svg)
}

.c-itemList.-playlist .c-item.-media.-playing .c-icon.-clip {
	background-image: url(../images/icon-clip_w.svg)
}

.c-itemList.-playlist .c-item.-media.-playing .c-icon.-audio2 {
	background-image: url(../images/icon-audio2.svg)
}

@media screen and (min-width:769px) {
	.c-itemList.-playlist .c-item.-media:before {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.c-itemList.-playlist .c-item.-media:hover:before {
		opacity: 1
	}

	.c-itemList.-playlist .c-item.-media:hover .c-time,
	.c-itemList.-playlist .c-item.-media:hover a {
		color: #fff
	}

	.c-itemList.-playlist .c-item.-media:hover .c-icon.-video {
		background-image: url(../images/icon-video_w.svg)
	}

	.c-itemList.-playlist .c-item.-media:hover .c-icon.-clip {
		background-image: url(../images/icon-clip_w.svg)
	}

	.c-itemList.-playlist .c-item.-media:hover .c-icon.-audio2 {
		background-image: url(../images/icon-audio2.svg)
	}
}

@media screen and (max-width:768px) {
	.c-itemList.-playlist .c-item.-media {
		margin: 0 10px;
		padding: 10px
	}
}

@media screen and (max-width:768px) {
	.c-itemList.-playlist .c-item.-media .c-time {
		display: block;
		margin-top: 8px
	}
}

@media screen and (max-width:992px) {
	.c-itemList .c-item {
		width: 100%
	}
}

@media screen and (max-width:576px) {
	.c-itemList .c-item__tags {
		margin-top: 10px
	}

	.c-itemList .c-item__tags>li {
		margin: 0 2px 2px 0;
		padding: 0 3px
	}

	.c-itemList .c-item__tags>li span {
		font-size: .625rem
	}
}

.c-playlist.-lg .c-playlist__title {
	font-size: 1.375rem
}

.c-playlist.-media .c-playlist__image {
	float: left;
	width: 30%;
	padding-bottom: 30%
}

.c-playlist.-media .c-playlist__content {
	float: right;
	width: 62%;
	margin-top: 0;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:576px) {
	.c-playlist.-lg .c-playlist__title {
		font-size: 1.125rem
	}

	.c-playlist.-media .c-playlist__image {
		width: 42%;
		padding-bottom: 42%
	}

	.c-playlist.-media .c-playlist__content {
		width: 52%;
		padding-left: 14px
	}
}

.c-playlist__image {
	position: relative;
	height: 0;
	padding-bottom: 100%
}

.c-playlist__image a,
.c-playlist__image span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5% 11% 11% 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/playlist.svg) 0 0 no-repeat;
	background-size: contain;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.c-playlist__image a:after,
.c-playlist__image span:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.c-playlist__image a.-is-loading img,
.c-playlist__image span.-is-loading img {
	opacity: 0
}

.c-playlist__image a img,
.c-playlist__image span img {
	opacity: 1;
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.c-playlist__favorite {
	z-index: 1;
	position: absolute;
	bottom: 12%;
	right: 12%
}

.c-playlist__content {
	margin-top: 10px
}

@media screen and (max-width:576px) {
	.c-playlist__content {
		margin-top: 12px
	}
}

.c-playlist__title {
	margin: 0;
	line-height: 1.3;
	font-size: 1rem
}

.c-playlist__title a:link,
.c-playlist__title a:visited {
	color: #000;
	text-decoration: none
}

.c-playlist__title a:active,
.c-playlist__title a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.c-playlist__title a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.c-playlist__title a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.c-playlist__title {
		font-size: .8125rem
	}

	.c-playlist__title+.c-item__tags {
		margin-top: 10px
	}
}

.c-playlist__count {
	margin-top: 5px;
	font-size: .875rem;
	letter-spacing: .05em
}

.c-playlist__count .c-icon {
	margin-right: 5px
}

@media screen and (max-width:576px) {
	.c-playlist__count {
		font-size: .6875rem
	}
}

.c-playlists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.c-playlists .c-playlist {
	width: 16.66%;
	margin-bottom: 25px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.c-playlists .c-playlist.-lg {
	width: 33.33%
}

@media screen and (max-width:992px) {
	.c-playlists .c-playlist {
		width: 25%
	}

	.c-playlists .c-playlist.-lg {
		width: 50%
	}
}

@media screen and (max-width:768px) {
	.c-playlists .c-playlist {
		width: 33.33%
	}

	.c-playlists .c-playlist.-lg {
		width: 66.66%
	}
}

@media screen and (max-width:576px) {
	.c-playlists .c-playlist {
		width: 50%;
		margin-bottom: 20px
	}

	.c-playlists .c-playlist.-lg {
		width: 100%
	}
}

.menu-enter-active,
.menu-leave-active {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.menu-enter,
.menu-leave-to {
	opacity: 0
}

.modalSlide-enter-active,
.modalSlide-leave-active {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.modalSlide-enter-active .l-modal,
.modalSlide-leave-active .l-modal {
	-webkit-transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
	transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: transform .6s cubic-bezier(.77, 0, .175, 1);
	transition: transform .6s cubic-bezier(.77, 0, .175, 1);
	transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

@media screen and (max-width:768px) {

	.modalSlide-enter-active,
	.modalSlide-leave-active {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.modalSlide-enter-active .l-modal,
	.modalSlide-leave-active .l-modal {
		-webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
		transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
		-o-transition: transform .3s cubic-bezier(.77, 0, .175, 1);
		transition: transform .3s cubic-bezier(.77, 0, .175, 1);
		transition: transform .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1)
	}
}

.modalSlide-enter .l-modal,
.modalSlide-leave-to .l-modal {
	-webkit-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw)
}

.modalFade-enter-active,
.modalFade-leave-active {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.modalFade-enter,
.modalFade-leave-to {
	opacity: 0
}

.modalSmall-enter-active,
.modalSmall-leave-active {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.modalSmall-enter-active .l-modalSmall__inner,
.modalSmall-leave-active .l-modalSmall__inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.modalSmall-enter,
.modalSmall-leave-to {
	opacity: 0
}

.modalSmall-leave-to .l-modalSmall__inner {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.listFade-enter-active {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.listFade-leave-active {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.listFade-enter,
.listFade-leave-to {
	opacity: 0
}

.listFade-enter {
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px)
}

.loading-enter-active {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.loading-leave-active {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.l-wrapper,
.loading-enter,
.loading-leave-to {
	opacity: 0
}

.l-wrapper.-show {
	opacity: 1
}

.l-wrapper.-is-win10ie11searchModal .c-mainSlider,
.l-wrapper.-is-win10ie11searchModal .l-footer,
.l-wrapper.-is-win10ie11searchModal .l-header,
.l-wrapper.-is-win10ie11searchModal>.l-contents {
	display: none
}

.l-section.-special {
	margin-top: 40px;
	padding: 1px 0 20px;
	background-color: #e6001a
}

.l-section.-special .c-heading-B {
	color: #fff
}

.l-section.-special .c-heading-B:before {
	background-color: #fff
}

.l-section.-special .c-item__title {
	color: #fff
}

.l-section.-special .c-item__title a:active,
.l-section.-special .c-item__title a:hover,
.l-section.-special .c-item__title a:link,
.l-section.-special .c-item__title a:visited {
	color: #fff;
	text-decoration: none
}

.l-section.-special .c-item__program {
	color: #ddd
}

.l-section.-special .c-item__program a:link,
.l-section.-special .c-item__program a:visited {
	color: #ddd;
	text-decoration: none
}

.l-section.-special .c-item__program a:active,
.l-section.-special .c-item__program a:hover {
	color: #fff;
	text-decoration: none
}

.l-section.-special .c-time {
	color: #fff;
	-webkit-font-smoothing: auto
}

.l-section.-special .c-time .c-icon.-video {
	background-image: url(../images/icon-video_w.svg)
}

.l-section.-special .c-itemCarousel__next:before,
.l-section.-special .c-itemCarousel__prev:before {
	border-top-color: #fff;
	border-right-color: #fff
}

.l-section.-special .c-item .c-tags .-is-special a {
	border-color: #fff
}

.l-section.-special .c-item.-viewAll>a:before {
	border-color: #fff;
	background-color: #fff
}

.l-contents {
	padding-bottom: 60px
}

.l-contents.-pb0 {
	padding-bottom: 0
}

.l-contents .c-loading {
	z-index: 9997;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	background-color: #fff
}

.l-contents .c-loading:after {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.l-contents .c-loading.-show:after {
	opacity: 1
}

@media screen and (max-width:576px) {
	.l-contents {
		padding-bottom: 40px
	}

	.l-contents.-pb0 {
		padding-bottom: 0
	}
}

.l-header {
	z-index: 9998;
	position: relative
}

.l-header.-is-fixed {
	padding-bottom: 50px
}

@media screen and (max-width:768px) {
	.l-header {
		border-bottom: 0
	}

	.l-header.-is-fixed {
		padding-bottom: 100px
	}
}

@media screen and (max-width:576px) {
	.l-header.-is-fixed {
		padding-bottom: 72px
	}
}

.l-header__onDemand {
	position: relative;
	margin-bottom: 6px;
	background-color: #fff
}

.l-header__onDemand:after {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #000
}

.l-header__onDemand.-is-fixed,
.l-header__onDemand.-is-menuOpen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.l-header__onDemand.-is-menuOpen .l-header__favorite {
	display: none
}

.l-header__onDemand.-is-menuOpen .l-header__search {
	background-color: #e6e6e6
}

.l-header__onDemand.-is-menuOpen .l-header__search:before {
	background-image: url(../images/icon-close.svg)
}

.nw-inApp .l-header__onDemand {
	display: none
}

@media screen and (max-width:768px) {
	.l-header__onDemand {
		margin-bottom: 0
	}

	.l-header__onDemand:after {
		display: none
	}

	.l-header__onDemand.-is-fixed {
		border-bottom: 0
	}
}

.l-header__primary {
	z-index: 1;
	position: relative
}

.l-header__primary:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.l-header__logo {
	float: left;
	max-width: 120px;
	width: 100%;
	margin: 0;
	padding: 17px 0;
	font-size: 1rem
}

.l-header__logo a {
	display: block;
	line-height: 1
}

.l-header__logo img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:768px) {
	.l-header__logo {
		float: none;
		margin: 0 auto
	}
}

@media screen and (max-width:576px) {
	.l-header__logo {
		max-width: 90px;
		padding: 12px 0;
		font-size: .75rem
	}
}

.l-header__tools {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%
}

.l-header__tools button {
	position: relative;
	vertical-align: top
}

@media screen and (max-width:768px) {
	.l-header__tools {
		right: 20px
	}
}

.l-header__favorite.c-btn {
	width: 40px;
	height: 100%
}

.l-header__favorite.c-btn:before {
	display: none
}

.l-header__favorite.c-btn:after {
	background: url(../images/icon-mylist-off.png) 65% no-repeat;
	background-size: 27px 27px
}

.l-header__favorite.c-btn.-active:after {
	background: url(../images/icon-mylist.png) 65% no-repeat;
	background-size: 27px 27px
}

@media screen and (min-width:769px) {
	.l-header__favorite {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.l-header__favorite:hover {
		opacity: .6
	}
}

@media screen and (max-width:576px) {
	.l-header__favorite.c-btn {
		width: 24px;
		height: 24px;
		margin-top: 6px
	}

	.l-header__favorite.c-btn.-active:after,
	.l-header__favorite.c-btn:after {
		background-size: 20px 20px
	}
}

.l-header__search.c-btn {
	width: 40px;
	height: 100%
}

@media screen and (max-width:576px) {
	.l-header__search.c-btn {
		width: 30px
	}
}

.l-header__back {
	display: none;
	-webkit-appearance: none;
	outline: none;
	position: absolute;
	left: -40px;
	top: 0;
	width: 40px;
	height: 100%;
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer
}

.l-header__back:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

@media screen and (max-width:768px) {
	.l-header__back {
		left: -10px
	}
}

@media screen and (max-width:576px) {
	.l-header__back:after {
		width: 10px;
		height: 10px
	}
}

.l-header__nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 180px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-header__nav>ul {
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	height: 100%;
	max-width: 480px;
	padding: 0;
	list-style: none;
	margin: 0 auto
}

.l-header__nav li>a {
	display: block;
	position: relative;
	height: 100%;
	padding: 19px 14px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-header__nav li>a:active,
.l-header__nav li>a:hover,
.l-header__nav li>a:link,
.l-header__nav li>a:visited {
	color: #000;
	text-decoration: none
}

.l-header__nav li>a:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a)
}

.l-header__nav li>a.-active:after {
	opacity: 1;
	height: 6px
}

@media screen and (min-width:769px) {
	.l-header__nav li>a:after {
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.l-header__nav li>a:hover:after {
		opacity: 1;
		height: 6px;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:768px) {
	.l-header__nav {
		position: relative;
		width: auto;
		height: 50px;
		margin: 0 -20px;
		padding: 0;
		background-color: #000
	}

	.l-header__nav>ul {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.l-header__nav li>a:active,
	.l-header__nav li>a:hover,
	.l-header__nav li>a:link,
	.l-header__nav li>a:visited {
		color: #fff;
		text-decoration: none
	}
}

@media screen and (max-width:576px) {
	.l-header__nav {
		height: 36px
	}

	.l-header__nav>ul {
		margin: 0 20px
	}

	.l-header__nav li>a {
		padding: 11px 14px 0;
		font-size: .875rem
	}

	.l-header__nav li>a:after {
		height: 5px
	}
}

.l-header__information {
	margin-top: 3px;
	padding: 15px 0;
	background-color: #e6e6e6
}

.l-header__information.-is-hidden {
	display: none
}

.l-header__information p {
	margin: 0;
	line-height: 1.2
}

.l-header__information a:link,
.l-header__information a:visited {
	color: #000;
	text-decoration: underline
}

.l-header__information a:active,
.l-header__information a:hover {
	color: #333;
	text-decoration: underline
}

@media screen and (max-width:768px) {
	.l-header__information {
		margin-top: 0
	}
}

@media screen and (max-width:576px) {
	.l-header__information {
		padding: 12px 0
	}

	.l-header__information .l-block {
		padding: 0 10px
	}

	.l-header__information p {
		font-size: .875rem
	}
}

.l-menu {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

@media screen and (max-width:768px) {
	.l-menu {
		top: calc(100% - 50px)
	}
}

@media screen and (max-width:576px) {
	.l-menu {
		top: calc(100% - 36px);
		height: calc(100vh - 36px)
	}
}

.l-menu__header {
	padding: 60px 40px 40px;
	background-color: #000;
	text-align: center
}

@media screen and (max-width:768px) {
	.l-menu__header {
		padding: 40px 20px
	}
}

@media screen and (max-width:576px) {
	.l-menu__header {
		padding: 25px 20px
	}
}

.l-menu__radio {
	margin-bottom: 20px
}

body:lang(ja) .l-menu__radio {
	height: 0;
	overflow: hidden
}

.l-menu__radio label {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	padding: 5px 25px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer
}

.l-menu__radio label.-is-active {
	border-radius: 90px;
	background-color: #e6001a
}

.l-menu__radio label:last-child {
	margin-right: 0
}

.l-menu__radio input[type=radio] {
	opacity: 0;
	position: absolute
}

@media screen and (max-width:768px) {
	.l-menu__radio label {
		padding: 5px 15px
	}
}

@media screen and (max-width:576px) {
	.l-menu__radio {
		margin-bottom: 15px;
		text-align: left
	}

	.l-menu__radio label {
		margin-right: 0;
		padding: 0 8px;
		font-size: .875rem
	}
}

.l-menu__search {
	max-width: 640px;
	margin: 0 auto;
	font-size: 0
}

.l-menu__search .c-search__input {
	border: 0;
	background-color: #fff
}

.l-menu__body {
	background-color: #fff
}

.l-menu__timeSearch {
	padding: 40px;
	text-align: center
}

.l-menu__timeSearch .l-menu__tags li a {
	padding: 5px 10px 4px;
	border: 1px solid #000;
	font-size: .75rem;
	font-weight: 700
}

@media screen and (max-width:768px) {
	.l-menu__timeSearch {
		margin: 0 20px;
		padding: 20px 0
	}

	.l-menu__timeSearch .l-menu__tags li a {
		padding: 3px 10px
	}
}

.l-menu__bodyHeading {
	margin-bottom: 25px;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center
}

@media screen and (max-width:576px) {
	.l-menu__bodyHeading {
		margin-bottom: 15px;
		font-size: .8125rem;
		text-align: left
	}
}

.l-menu__tags {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: left
}

.l-menu__tags li {
	display: inline-block;
	margin: 0 10px 5px 0
}

.l-menu__tags li:last-child {
	margin-right: 0
}

.l-menu__tags li a {
	display: block;
	border-radius: 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-menu__tags li a:link,
.l-menu__tags li a:visited {
	color: #000;
	text-decoration: none
}

.l-menu__tags li a:active,
.l-menu__tags li a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:576px) {
	.l-menu__tags li {
		margin-right: 7px
	}
}

.l-menu__popularTags {
	padding: 40px;
	border-bottom: 1px solid #ccc;
	text-align: center
}

.l-menu__popularTags .l-menu__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto
}

.l-menu__popularTags .l-menu__tags li a {
	padding: 6px 20px;
	background-color: #ccc;
	font-size: .875rem
}

@media screen and (max-width:768px) {
	.l-menu__popularTags {
		margin: 0 20px;
		padding: 20px 0
	}

	.l-menu__popularTags .l-menu__tags {
		margin-bottom: 5px
	}

	.l-menu__popularTags .l-menu__tags li a {
		padding: 6px 10px 5px;
		font-size: .75rem
	}
}

@media screen and (max-width:576px) {
	.l-menu__popularTags .l-menu__tags {
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start;
		max-width: 390px
	}
}

.l-menu__tagList {
	height: 0;
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-transition: height .2s ease-out;
	-o-transition: height .2s ease-out;
	transition: height .2s ease-out
}

.l-menu__btn {
	text-align: center
}

.l-menu__btn a:link,
.l-menu__btn a:visited {
	color: #000;
	text-decoration: none
}

.l-menu__btn a:active,
.l-menu__btn a:hover {
	color: #333;
	text-decoration: none
}

.l-menu__btnText {
	font-size: .875rem;
	letter-spacing: .05em
}

.l-menu__btnText.-arrow {
	position: relative;
	padding-right: 25px
}

.l-menu__btnText.-arrow:before {
	position: absolute;
	right: 2px;
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.l-menu__btnText.-arrow.-down:before {
	top: 40%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000
}

.l-menu__btnText.-arrow.-up:before {
	top: 60%;
	border-left: 1px solid #000;
	border-top: 1px solid #000
}

.l-menu__btnText.-border {
	padding-bottom: 3px;
	border-bottom: 1px solid #000
}

@media screen and (max-width:576px) {
	.l-menu__btnText {
		font-size: .75rem
	}

	.l-menu__btnText.-arrow {
		padding-right: 15px
	}

	.l-menu__btnText.-arrow:before {
		top: 40%;
		right: 2px;
		width: 4px;
		height: 4px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg)
	}
}

.l-menu__destination {
	padding: 40px 40px 60px;
	background-color: #f3f3f3
}

.l-menu__destination ul {
	margin: 0 auto 35px;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center
}

.l-menu__destination li {
	display: inline-block;
	max-width: 120px;
	width: calc(25% - 30px);
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top
}

.l-menu__destination li a {
	display: block
}

.l-menu__destination li a:link,
.l-menu__destination li a:visited {
	color: #000;
	text-decoration: none
}

.l-menu__destination li a:active,
.l-menu__destination li a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:576px) {
	.l-menu__destination {
		padding: 20px 20px 25px
	}

	.l-menu__destination ul {
		margin-bottom: 5px
	}

	.l-menu__destination li {
		width: 25%;
		padding: 0 6px
	}

	.l-menu__destination .l-menu__btn {
		text-align: left
	}
}

.l-menu__destinationHeading {
	margin-bottom: 20px;
	text-align: center
}

.l-menu__destinationHeading .c-icon {
	top: 7px;
	margin-right: 5px
}

.l-menu__destinationHeading .c-icon.-destination {
	width: 31px;
	height: 36px
}

.l-menu__destinationHeading .c-title {
	padding: 0;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5
}

@media screen and (max-width:576px) {
	.l-menu__destinationHeading {
		text-align: left
	}

	.l-menu__destinationHeading .c-icon.-destination {
		width: 19px;
		height: 22px
	}

	.l-menu__destinationHeading .c-title {
		font-size: 1.125rem
	}
}

.l-menu__destinationThumb {
	overflow: hidden;
	max-width: 80px;
	margin: 0 auto 10px;
	border-radius: 50%
}

.l-menu__destinationThumb img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:576px) {
	.l-menu__destinationThumb {
		margin-bottom: 4px
	}
}

.l-menu__destinationText {
	font-size: 1rem;
	letter-spacing: .05em;
	word-wrap: break-word
}

@media screen and (max-width:576px) {
	.l-menu__destinationText {
		font-size: .75rem;
		letter-spacing: 0
	}
}

.l-menu__odm {
	padding: 50px 0;
	background-color: #000
}

@media screen and (max-width:576px) {
	.l-menu__odm {
		padding: 25px 0
	}
}

.l-menu__odmLinks>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.l-menu__odmLinks>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.l-menu__odmLinks>ul .l-menu__link {
	display: inline-block;
	width: calc(50% - 20px);
	border-bottom: 1px solid #fff
}

.l-menu__odmLinks>ul .l-menu__link:first-child {
	float: none;
	width: 100%
}

.l-menu__odmLinks>ul .l-menu__link:first-child>a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0
}

.l-menu__odmLinks>ul .l-menu__link:nth-child(odd) {
	float: right
}

.l-menu__odmLinks>ul .l-menu__link:nth-child(2n) {
	float: left
}

.l-menu__odmLinks>ul .l-menu__link a:active,
.l-menu__odmLinks>ul .l-menu__link a:hover,
.l-menu__odmLinks>ul .l-menu__link a:link,
.l-menu__odmLinks>ul .l-menu__link a:visited {
	color: #fff;
	text-decoration: none
}

.l-menu__odmLinks>ul .l-menu__link>a {
	display: block;
	padding: 10px 0
}

@media screen and (max-width:576px) {
	.l-menu__odmLinks>ul .l-menu__link {
		width: calc(50% - 10px)
	}

	.l-menu__odmLinks>ul .l-menu__link>a {
		padding: 7px 0
	}
}

.l-menu__linkText {
	font-size: 1.125rem;
	font-weight: 700
}

@media screen and (max-width:576px) {
	.l-menu__linkText {
		font-size: .875rem
	}
}

.l-menu__linkInner {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	font-size: 0
}

.l-menu__linkInner li {
	display: inline-block;
	margin-right: 25px
}

.l-menu__linkInner li:last-child {
	margin-right: 0
}

.l-menu__linkInner li a {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: .875rem
}

.l-menu__linkInner li a:active,
.l-menu__linkInner li a:hover,
.l-menu__linkInner li a:link,
.l-menu__linkInner li a:visited {
	color: #fff;
	text-decoration: none
}

.l-menu__linkInner li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

@media screen and (max-width:576px) {
	.l-menu__linkInner {
		margin-bottom: 7px
	}

	.l-menu__linkInner li {
		margin-right: 15px
	}

	.l-menu__linkInner li a {
		padding-left: 10px;
		font-size: .6875rem
	}
}

.l-block {
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-block.-xl {
	max-width: 1280px
}

.l-block.-lg {
	max-width: 1060px
}

.l-block.-md {
	max-width: 848px
}

@media screen and (max-width:768px) {
	.l-block {
		padding: 0 20px
	}
}

.l-itemLists {
	padding-bottom: 60px
}

@media screen and (max-width:576px) {
	.l-itemLists {
		padding-bottom: 0
	}
}

.l-footer__section {
	padding: 50px 0
}

@media screen and (max-width:576px) {
	.l-footer__section {
		padding: 30px 0
	}
}

.l-footter__banner {
	margin: 0 auto 60px
}

.l-footter__banner img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.l-footter__banner img.-is-sp {
	display: none
}

@media screen and (max-width:576px) {
	.l-footter__banner {
		margin-bottom: 30px
	}

	.l-footter__banner img.-is-pc {
		display: none
	}

	.l-footter__banner img.-is-sp {
		display: block
	}
}

.l-footer__categories {
	background-color: #e6e6e6
}

.l-footer__heading {
	margin-bottom: 20px;
	font-size: 1.5rem
}

.l-footer__heading .-destination {
	top: 2px
}

@media screen and (max-width:576px) {
	.l-footer__heading {
		margin-bottom: 12px;
		font-size: 1.25rem
	}
}

.l-footer__categoriesList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 0 -10px
}

.l-footer__categoriesList>li {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	width: 25%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-footer__categoriesList>li a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
	font-size: .875rem;
	line-height: 1.2
}

.l-footer__categoriesList>li a:link,
.l-footer__categoriesList>li a:visited {
	color: #000;
	text-decoration: none
}

.l-footer__categoriesList>li a:active,
.l-footer__categoriesList>li a:hover {
	color: #666;
	text-decoration: none
}

.l-footer__categoriesList>li:first-child a,
.l-footer__categoriesList>li:nth-child(2) a,
.l-footer__categoriesList>li:nth-child(3) a,
.l-footer__categoriesList>li:nth-child(4) a {
	border-top: 1px solid #ccc
}

@media screen and (min-width:769px) {
	.l-footer__categoriesList>li a {
		-webkit-transition: color .4s;
		-o-transition: color .4s;
		transition: color .4s
	}

	.l-footer__categoriesList>li a:active,
	.l-footer__categoriesList>li a:hover {
		-webkit-transition: color .2s;
		-o-transition: color .2s;
		transition: color .2s
	}
}

@media screen and (max-width:768px) {
	.l-footer__categoriesList>li {
		width: 50%
	}

	.l-footer__categoriesList>li:nth-child(3) a,
	.l-footer__categoriesList>li:nth-child(4) a {
		border-top: 0
	}
}

@media screen and (max-width:576px) {
	.l-footer__categoriesList>li a {
		padding: 10px 0;
		font-size: .75rem
	}
}

.l-footer__destinations {
	background-color: #f3f3f3
}

.l-footer__destinations .l-footer__heading {
	margin-bottom: 0
}

.l-footer__destinations .p-destination__items {
	margin-bottom: 20px
}

.l-footer__destinations .p-destination__itemList {
	padding-top: 40px;
	text-align: center
}

.l-footer__destinations .p-destination__itemList ul {
	display: inline-block;
	max-width: 496px;
	width: 100%;
	margin: 0 -8px
}

.l-footer__destinations .p-destination__itemList li {
	margin-bottom: 16px
}

.l-footer__destinations .p-destination__itemName {
	font-size: 1.375rem
}

.l-footer__destinations .p-destination__maps {
	margin-top: 0
}

.l-footer__destinations .p-destination__map {
	max-width: 480px;
	max-height: 480px
}

.l-footer__destinations .p-destination__lists {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .6s ease-out;
	-o-transition: height .6s ease-out;
	transition: height .6s ease-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-footer__destinations .p-destination__lists>ul {
	padding-top: 50px
}

@media screen and (max-width:576px) {
	.l-footer__destinations .p-destination__lists {
		margin-top: 30px
	}
}

.l-footer__destinations .c-centerdBtn {
	margin-top: 10px
}

.l-footer__destinations .c-btn.-wht {
	background-color: transparent
}

@media screen and (max-width:992px) {
	.l-footer__destinations .p-destination__items {
		max-width: 100%;
		margin: 0
	}

	.l-footer__destinations .p-destination__itemList {
		margin-top: 40px;
		padding-top: 0
	}

	.l-footer__destinations .p-destination__lists>ul {
		padding-top: 20px
	}
}

@media screen and (max-width:576px) {
	.l-footer__destinations .p-destination__itemList {
		margin-top: 20px
	}

	.l-footer__destinations .p-destination__itemName {
		font-size: 1.125rem
	}
}

.l-footer__destinationImg {
	display: table-cell;
	min-width: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: top
}

.l-footer__destinationImg img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:768px) {
	.l-footer__destinationImg {
		display: inline-block
	}
}

@media screen and (max-width:576px) {
	.l-footer__destinationImg {
		min-width: 0;
		max-width: 60px;
		width: 100%
	}
}

.l-footer__destinationName {
	display: table-cell;
	width: auto;
	color: #000;
	padding: 0 10px;
	vertical-align: middle
}

@media screen and (max-width:768px) {
	.l-footer__destinationName {
		display: block;
		padding: 2px 0 0;
		font-size: .875rem;
		text-align: center
	}
}

@media screen and (max-width:576px) {
	.l-footer__destinationName {
		font-size: .75rem
	}
}

.l-footer__viewAll {
	margin-top: 16px;
	font-size: .875rem;
	font-weight: 700
}

.l-footer__viewAll a:link,
.l-footer__viewAll a:visited {
	color: #000;
	text-decoration: underline
}

.l-footer__viewAll a:active,
.l-footer__viewAll a:hover {
	color: #333;
	text-decoration: underline
}

@media screen and (max-width:576px) {
	.l-footer__viewAll {
		font-size: .75rem
	}
}

.l-footer__nav {
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a);
	padding: 30px 0 50px
}

@media screen and (max-width:576px) {
	.l-footer__nav {
		padding: 0 0 20px
	}
}

.l-footer__navMainLinks {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 0 -16px
}

.l-footer__navMainLinks a:link,
.l-footer__navMainLinks a:visited {
	color: #fff;
	text-decoration: none
}

.l-footer__navMainLinks a:active,
.l-footer__navMainLinks a:hover {
	color: #ccc;
	text-decoration: none
}

.l-footer__navMainLinks>li {
	width: 25%;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-footer__navMainLinks>li>a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #dd8594;
	font-size: 1.125rem;
	font-weight: 700
}

.l-footer__navMainLinks>li.-videos {
	width: calc(100% - 32px);
	margin-left: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #dd8594
}

.l-footer__navMainLinks>li.-videos>a {
	display: inline-block;
	margin-right: 20px;
	border-bottom: 0
}

.nw-inApp .l-footer__navMainLinks>li.-favorite {
	visibility: hidden;
	display: none
}

@media screen and (min-width:769px) {
	.l-footer__navMainLinks a {
		-webkit-transition: color .4s;
		-o-transition: color .4s;
		transition: color .4s
	}

	.l-footer__navMainLinks a:hover {
		-webkit-transition: color .2s;
		-o-transition: color .2s;
		transition: color .2s
	}
}

@media screen and (max-width:768px) {
	.l-footer__navMainLinks>li {
		width: 50%
	}

	.l-footer__navMainLinks>li>a {
		font-size: 1rem
	}
}

@media screen and (max-width:576px) {
	.l-footer__navMainLinks>li.-videos>a {
		padding-bottom: 5px
	}

	.l-footer__navMainLinks>li>a {
		padding: 10px 0
	}
}

.l-footer__navSubLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block
}

.l-footer__navSubLinks>li {
	display: inline-block;
	margin-right: 20px
}

.l-footer__navSubLinks>li a {
	font-size: 1rem;
	font-weight: 400
}

.l-footer__navSubLinks>li a:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 4px;
	height: 4px;
	margin-right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media screen and (max-width:768px) {
	.l-footer__navSubLinks>li a {
		font-size: .875rem
	}
}

@media screen and (max-width:576px) {
	.l-footer__navSubLinks>li {
		margin-right: 10px
	}

	.l-footer__navSubLinks>li>a {
		font-size: .75rem
	}

	.l-footer__navSubLinks>li>a:before {
		margin-right: 5px
	}
}

.l-modalWrapper {
	z-index: 9998;
	position: relative
}

.l-modal {
	z-index: 9998;
	position: fixed;
	top: 0;
	height: 100vh
}

.l-modal,
.l-modal .c-loading {
	left: 0;
	width: 100%;
	background-color: #fff
}

.l-modal .c-loading {
	position: absolute;
	top: 50px;
	height: calc(100vh - 50px);
	max-height: calc(100vh - 50px)
}

.l-modal .c-loading:after {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.l-modal .c-loading.-show:after {
	opacity: 1
}

.l-modal__header {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

@media screen and (max-width:576px) {
	.l-modal__header {
		height: 36px
	}
}

.l-modal__content {
	overflow-y: scroll;
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	-webkit-overflow-scrolling: touch
}

.l-modal__inner {
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:576px) {
	.l-modal__inner {
		padding-top: 36px
	}
}

.l-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer
}

.l-modal__close:after,
.l-modal__close:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: #000
}

.l-modal__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.l-modal__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

@media screen and (min-width:577px) {
	.l-modal__close {
		width: 60px;
		height: 60px
	}

	.l-modal__close:after,
	.l-modal__close:before {
		width: 50px
	}
}

.l-modal__back {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 40px;
	height: 40px;
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer
}

.l-modal__back:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

@media screen and (max-width:576px) {
	.l-modal__back {
		top: 0;
		width: 36px;
		height: 36px
	}

	.l-modal__back:before {
		width: 10px;
		height: 10px
	}
}

.l-modalSmall {
	z-index: 9998;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 240px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.l-modalSmall__inner {
	padding: 20px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	text-align: center;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.l-modalSmall__inner p {
	font-size: .875rem
}

.l-modalFavorite .l-modalFavorite__heading {
	margin-bottom: 40px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center
}

.l-modalFavorite p {
	margin-bottom: 40px;
	font-size: .875rem
}

@media screen and (min-width:577px) {
	.l-modalFavorite {
		background-color: transparent
	}

	.l-modalFavorite .l-modal__inner {
		position: relative;
		top: 50%;
		max-width: 576px;
		margin: 0 auto;
		padding: 60px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
		background-color: #fff;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.l-modalFavorite .l-modal__close {
		display: none
	}
}

@media screen and (max-width:576px) {
	.l-modalFavorite .l-modal__inner {
		padding: 50px 20px
	}

	.l-modalFavorite .c-centerdBtn .c-btn+.c-btn {
		margin-top: 20px;
		margin-left: auto
	}

	.l-modalFavorite .c-btn.-gry,
	.l-modalFavorite .c-btn.-red {
		display: block;
		width: 180px
	}
}

.l-notAvailable {
	margin: 100px 0
}

.l-notAvailable h1 {
	margin: 0 0 60px;
	font-size: 1.5rem
}

.l-notAvailable p>span {
	display: inline-block
}

@media screen and (max-width:576px) {
	.l-notAvailable {
		margin: 40px 0
	}

	.l-notAvailable h1 {
		margin-bottom: 40px;
		font-size: 1.125rem
	}
}

.p-destination .c-heading-A .c-heading__text {
	padding-bottom: 0;
	font-size: 1.75rem;
	font-weight: 700
}

.p-destination .c-heading-A .c-icon {
	margin-right: 15px
}

.p-destination .c-heading-A .c-icon.-destination {
	position: relative;
	width: 29px;
	height: 34px;
	top: 7px
}

@media screen and (max-width:576px) {
	.p-destination .c-heading-A .c-heading__text {
		font-size: 1.375rem
	}

	.p-destination .c-heading-A .c-icon {
		margin-right: 4px
	}

	.p-destination .c-heading-A .c-icon.-destination {
		width: 22px;
		height: 25px;
		top: 3px
	}
}

.p-destination__items {
	margin: 0 -8px
}

.p-destination__items:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

@media screen and (max-width:992px) {
	.p-destination__items {
		max-width: 640px;
		margin: 0 auto
	}
}

.p-destination__itemList {
	float: left;
	width: 50%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-destination__itemList ul {
	margin: 0 -8px;
	padding: 0;
	list-style: none
}

.p-destination__itemList ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.p-destination__itemList li {
	float: left;
	width: 50%;
	margin-bottom: 16px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-destination__itemList a {
	position: relative;
	display: block;
	height: 0;
	padding-top: 66%;
	overflow: hidden
}

.p-destination__itemList a:active,
.p-destination__itemList a:hover,
.p-destination__itemList a:link,
.p-destination__itemList a:visited {
	color: #fff;
	text-decoration: none
}

.p-destination__itemList a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1
}

.p-destination__itemList a img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:992px) {
	.p-destination__itemList {
		float: none;
		width: 100%;
		padding: 0
	}
}

.p-destination__itemName {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	font-size: 1.625rem;
	font-weight: 700;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: .05em;
	line-height: 1;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	z-index: 1
}

.p-destination__itemName:before {
	content: "#";
	display: inline
}

@media screen and (max-width:576px) {
	.p-destination__itemName {
		font-size: 1rem
	}
}

.p-destination__maps {
	float: left;
	width: 50%;
	margin-top: -2%;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:992px) {
	.p-destination__maps {
		float: none;
		width: 100%;
		margin-top: 30px;
		padding: 0
	}
}

@media screen and (max-width:576px) {
	.p-destination__maps {
		margin-top: 10px
	}
}

.p-destination__mapsInner {
	padding: 0 20px 50px
}

@media screen and (max-width:576px) {
	.p-destination__mapsInner {
		margin: 0 -20px;
		padding: 30px 8px;
		background-color: #f3f3f3
	}
}

.p-destination__map {
	position: relative;
	max-width: 530px;
	max-height: 530px;
	width: 100%;
	height: 100%;
	margin: 0 auto
}

.p-destination__map>img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-destination__map ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none
}

.p-destination__map li {
	position: absolute;
	display: block;
	width: auto;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.p-destination__map li.-thumb01 {
	top: 11%;
	left: 53%
}

.p-destination__map li.-thumb02 {
	top: 37%;
	left: 88%
}

.p-destination__map li.-thumb03 {
	top: 60%;
	left: 81%
}

.p-destination__map li.-thumb04 {
	top: 84%;
	left: 60%
}

.p-destination__map li.-thumb05 {
	top: 43%;
	left: 41%
}

.p-destination__map li.-thumb06 {
	top: 53%;
	left: 20%
}

.p-destination__map li.-thumb07 {
	top: 91%;
	left: 43%
}

.p-destination__map li.-thumb08 {
	top: 92%;
	left: 13%
}

.p-destination__map li .p-destination__listThumb {
	width: 64px;
	height: 64px
}

.p-destination__map li .p-destination__listName {
	margin-top: 3px;
	line-height: 1;
	text-align: center
}

.p-destination__map li .p-destination__listName:before {
	content: "#";
	display: inline
}

.p-destination__map a:link,
.p-destination__map a:visited {
	color: #000;
	text-decoration: none
}

.p-destination__map a:active,
.p-destination__map a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:992px) {
	.p-destination__map {
		max-width: 480px;
		max-height: 480px
	}
}

@media screen and (max-width:576px) {
	.p-destination__map li .p-destination__listThumb {
		width: 46px;
		height: 46px
	}
}

.p-destination__lists {
	margin-top: 50px
}

.p-destination__lists ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 0;
	padding: 0;
	list-style: none
}

.p-destination__lists a {
	display: block;
	text-align: center;
	line-height: .9
}

.p-destination__lists a:active,
.p-destination__lists a:hover,
.p-destination__lists a:link,
.p-destination__lists a:visited {
	color: #000;
	text-decoration: none
}

@media screen and (max-width:768px) {
	.p-destination__lists {
		margin-top: 40px
	}
}

@media screen and (max-width:576px) {
	.p-destination__lists {
		margin-top: 30px
	}

	.p-destination__lists .p-destination__listName {
		font-size: .8125rem
	}
}

.p-destination__list {
	width: 12.5%;
	margin-bottom: 30px;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-destination__list.-area div {
	position: relative;
	margin: 0 -17px;
	height: 0;
	padding-top: 120%;
	color: #fff;
	text-align: center
}

.p-destination__list.-area .p-destination__listName {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	font-size: 1.125rem;
	font-weight: 700;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.p-destination__list.-area .p-destination__listName:before {
	display: none
}

.p-destination__list.-hokkaido.-area div {
	background-color: #56a764
}

.p-destination__list.-hokkaido .p-destination__listThumb {
	border-color: #56a764
}

.p-destination__list.-tohoku.-area div {
	background-color: #f4cc22
}

.p-destination__list.-tohoku .p-destination__listThumb {
	border-color: #f4cc22
}

.p-destination__list.-kanto.-area div {
	background-color: #2ca6e0
}

.p-destination__list.-kanto .p-destination__listThumb {
	border-color: #2ca6e0
}

.p-destination__list.-chubu.-area div {
	background-color: #f29600
}

.p-destination__list.-chubu .p-destination__listThumb {
	border-color: #f29600
}

.p-destination__list.-kinki.-area div {
	background-color: #ff9fd4
}

.p-destination__list.-kinki .p-destination__listThumb {
	border-color: #ff9fd4
}

.p-destination__list.-chugoku.-area div {
	background-color: #66c376
}

.p-destination__list.-chugoku .p-destination__listThumb {
	border-color: #66c376
}

.p-destination__list.-shikoku.-area div {
	background-color: #d65d48
}

.p-destination__list.-shikoku .p-destination__listThumb {
	border-color: #d65d48
}

.p-destination__list.-kyushuOkinawa.-area div {
	background-color: #ccc60e
}

.p-destination__list.-kyushuOkinawa .p-destination__listThumb {
	border-color: #ccc60e
}

@media screen and (max-width:1200px) {
	.p-destination__list {
		width: 14.25%
	}
}

@media screen and (max-width:992px) {
	.p-destination__list {
		width: 16.66%
	}
}

@media screen and (max-width:768px) {
	.p-destination__list {
		width: 20%;
		padding: 0 4%
	}
}

@media screen and (max-width:576px) {
	.p-destination__list {
		width: 33.33%;
		margin-bottom: 15px;
		padding: 0 7%
	}

	.p-destination__list.-area .p-destination__listName {
		font-size: .875rem
	}
}

.p-destination__listThumb {
	position: relative;
	display: block;
	border-radius: 50%;
	border: 3px solid;
	overflow: hidden
}

.p-destination__listThumb,
.p-destination__listThumb:before {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-destination__listThumb:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	border-radius: 50%;
	border: 3px solid #fff
}

.p-destination__listThumb img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:576px) {
	.p-destination__listThumb {
		border: 2px solid
	}

	.p-destination__listThumb:before {
		border: 2px solid #fff
	}
}

.p-destination__listName {
	display: block;
	margin-top: 10px;
	font-size: .9375rem
}

.p-destination__listName:before {
	content: "#";
	display: inline
}

@media screen and (max-width:576px) {
	.p-destination__listName {
		margin-top: 5px;
		font-size: .6875rem
	}
}

.p-distinationsHeading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.p-distinationsHeading .c-heading-A {
	margin: 0
}

@media screen and (max-width:576px) {
	.p-distinationsHeading {
		margin-top: 15px
	}
}

.p-distinationsHeading__pic {
	width: 60px;
	margin-right: 10px
}

.p-distinationsHeading__pic .p-destination__listThumb,
.p-distinationsHeading__pic .p-destination__listThumb:before {
	border: 0
}

@media screen and (max-width:576px) {
	.p-distinationsHeading__pic {
		width: 50px
	}
}

.p-playlist__recommend {
	padding: 40px 0 0
}

.p-playlist__recommend .l-block {
	padding: 0 25px
}

.p-playlist__recommend .c-mainSlider {
	margin-bottom: 40px
}

.p-playlist__recommend .c-mainSlider__slideItems {
	height: auto
}

.p-playlist__recommend .c-mainSlider__playlist {
	padding: 0 15px
}

.p-playlist__recommend .c-playlist__title {
	font-size: 1.375rem
}

@media screen and (max-width:992px) {
	.p-playlist__recommend .c-playlist__title {
		font-size: 1.125rem
	}
}

@media screen and (max-width:768px) {
	.p-playlist__recommend .l-block {
		padding: 0
	}

	.p-playlist__recommend .c-mainSlider__slideItems {
		height: auto;
		padding-bottom: 0
	}

	.p-playlist__recommend .c-mainSlider__playlist {
		padding: 0 10px
	}
}

@media screen and (max-width:576px) {
	.p-playlist__recommend {
		padding: 20px 0 0
	}

	.p-playlist__recommend .c-mainSlider__slideItems {
		height: auto;
		padding-bottom: 0
	}
}

.p-playlist__programs {
	border-top: 1px solid #e6e6e6
}

.p-playlistList {
	margin-bottom: 40px
}

.p-playlistDestinations {
	padding: 40px 0;
	background-color: #f3f3f3
}

.p-playlistDestinations .c-heading {
	margin: 0 0 15px;
	font-size: 1.75rem
}

@media screen and (max-width:576px) {
	.p-playlistDestinations {
		padding: 20px 0
	}

	.p-playlistDestinations .c-heading {
		margin: 0 0 15px;
		font-size: 1.25rem
	}
}

.p-playlistDestinations__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.p-playlistDestinations__item {
	width: 20%;
	margin-bottom: 20px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-playlistDestinations__item a {
	display: block
}

@media screen and (min-width:769px) {
	.p-playlistDestinations__item a {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.p-playlistDestinations__item a:hover {
		opacity: .8
	}
}

.p-playlistDestinations__item img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:768px) {
	.p-playlistDestinations__item {
		width: 33.33%
	}
}

@media screen and (max-width:576px) {
	.p-playlistDestinations__item {
		width: 50%
	}
}

.p-playlistDetail .c-detail {
	padding-top: 30px
}

.p-playlistDetail .c-episodeInfo {
	margin-top: 30px
}

.p-playlistDetail .c-detailBtn {
	display: none
}

@media screen and (max-width:768px) {
	.p-playlistDetail .c-detail {
		padding-top: 0
	}

	.p-playlistDetail .c-episodeInfo {
		margin-top: 0
	}
}

@media screen and (max-width:576px) {
	.p-playlistDetail .c-detailBtn {
		display: inline-block
	}
}

.p-playlistDetail__header {
	padding: 15px 0 10px
}

.p-playlistDetail__header .c-icon.-audio {
	background-image: url(../images/icon-audio_g.svg)
}

.p-playlistDetail__header .c-playlist {
	position: relative
}

.p-playlistDetail__header .c-playlist:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.p-playlistDetail__header .c-playlist__image {
	float: left;
	width: 100px;
	height: 100px;
	padding-bottom: 0
}

.p-playlistDetail__header .c-playlist__image:after,
.p-playlistDetail__header .c-playlist__image:before {
	width: calc(100% - 8px);
	height: 92px;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5
}

.p-playlistDetail__header .c-playlist__image:before {
	bottom: 4px;
	right: 4px
}

.p-playlistDetail__header .c-playlist__image:after {
	bottom: 0;
	right: 0
}

.p-playlistDetail__header .c-playlist__image img {
	width: calc(100% - 8px);
	height: calc(100% - 8px)
}

@media screen and (max-width:576px) {
	.p-playlistDetail__header .c-playlist__image {
		width: 80px;
		height: 80px
	}

	.p-playlistDetail__header .c-playlist__image:after,
	.p-playlistDetail__header .c-playlist__image:before {
		height: 72px
	}
}

.p-playlistDetail__header .c-playlist__content {
	margin-top: 0;
	margin-left: 120px;
	padding: 5px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-playlistDetail__header .c-playlist__content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

@media screen and (max-width:576px) {
	.p-playlistDetail__header .c-playlist__content {
		margin-left: 90px
	}
}

.p-playlistDetail__header .c-playlist__title {
	padding-right: 40px
}

.p-playlistDetail__header .c-playlist__title span {
	font-size: 1.875rem;
	font-weight: 400
}

.p-playlistDetail__header .c-playlist__count {
	float: left;
	display: inline-block;
	margin-top: 15px
}

.p-playlistDetail__header .c-sns {
	float: right;
	display: inline-block;
	margin-top: 8px;
	margin-right: -4px;
	margin-bottom: 5px
}

.p-playlistDetail__header .c-playlist__favorite {
	position: absolute;
	top: 0;
	right: 0
}

.p-playlistDetail__header .c-playlist__favorite.c-btn.-favorite .cls-2 {
	fill: #e5e5e5
}

.p-playlistDetail__header .c-playlist__tags {
	clear: both
}

@media screen and (max-width:576px) {
	.p-playlistDetail__header .c-playlist__content {
		margin-left: 90px;
		padding-top: 0
	}

	.p-playlistDetail__header .c-playlist__title {
		line-height: 1.1
	}

	.p-playlistDetail__header .c-playlist__title span {
		font-size: 1.375rem
	}

	.p-playlistDetail__header .c-sns {
		margin-right: -14px
	}

	.p-playlistDetail__header .c-playlist__favorite {
		right: -10px
	}
}

.p-programDetail__main {
	padding: 35px 0 80px;
	background-color: #000
}

@media screen and (max-width:576px) {
	.p-programDetail__main {
		padding: 20px 0
	}
}

.p-programDetail__item {
	margin: 0 -17px
}

.p-programDetail__item:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

@media screen and (max-width:992px) {
	.p-programDetail__item {
		max-width: 768px;
		margin: 0 auto
	}
}

.p-programDetail__itemImg {
	float: left;
	position: relative;
	width: 50%;
	padding: 0 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-programDetail__itemImg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.p-programDetail__itemImg img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:992px) {
	.p-programDetail__itemImg {
		float: none;
		width: 100%;
		padding: 0
	}
}

.p-programDetail__itemInfo {
	float: left;
	width: 50%;
	padding: 0 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-programDetail__itemInfo .c-langList {
	margin-top: 30px
}

@media screen and (max-width:992px) {
	.p-programDetail__itemInfo {
		float: none;
		width: 100%;
		margin-top: 30px;
		padding: 0
	}

	.p-programDetail__itemInfo .c-langList {
		margin-top: 20px
	}
}

@media screen and (max-width:576px) {
	.p-programDetail__itemInfo {
		margin-top: 25px
	}
}

.p-programDetail__text p {
	margin: 0 0 2em;
	color: #fff;
	font-size: 1rem
}

.p-programDetail__text p a:active,
.p-programDetail__text p a:hover,
.p-programDetail__text p a:link,
.p-programDetail__text p a:visited {
	color: #fff;
	text-decoration: underline
}

.p-programDetail__text p:last-child {
	margin-bottom: 0
}

@media screen and (max-width:576px) {
	.p-programDetail__text p {
		font-size: .9375rem
	}
}

.p-programDetail__title {
	margin: 0 0 25px;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1
}

@media screen and (max-width:576px) {
	.p-programDetail__title {
		margin: 0 0 20px;
		font-size: 1.5rem
	}
}

.p-programDetail__tools {
	position: relative;
	margin-top: 20px;
	height: 30px
}

@media screen and (max-width:576px) {
	.p-programDetail__tools {
		height: 24px
	}
}

.p-programDetail__favorite {
	position: absolute;
	right: 0;
	bottom: 0
}

.p-programDetail__link {
	position: relative;
	margin-top: 30px
}

.p-programDetail__link .c-icon {
	display: none
}

.p-programDetail__link a {
	display: block;
	position: relative;
	padding: 14px 30px;
	border-radius: 24px;
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a);
	font-size: 1rem;
	font-weight: 700;
	text-align: center
}

.p-programDetail__link a:active,
.p-programDetail__link a:hover,
.p-programDetail__link a:link,
.p-programDetail__link a:visited {
	color: #fff;
	text-decoration: none
}

.p-programDetail__link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.p-programDetail__link a p {
	margin: 0 0 2em;
	line-height: 1.2
}

.p-programDetail__link a p:last-child {
	margin-bottom: 0
}

@media screen and (max-width:576px) {
	.p-programDetail__link {
		margin-top: 24px;
		padding: 3px
	}

	.p-programDetail__link a {
		padding: 12px 24px;
		border-radius: 21px
	}

	.p-programDetail__link a:after {
		top: 16px;
		right: 16px;
		width: 8px;
		height: 8px
	}

	.p-programDetail__link a p {
		font-size: .9375rem
	}
}

.p-episode {
	padding-bottom: 40px;
	background-color: #000
}

@media screen and (max-width:576px) {
	.p-episode {
		padding-bottom: 20px
	}
}

.p-episode__video {
	max-width: 768px;
	margin: 0 auto 7px;
	height: 0;
	padding-bottom: 56.25%
}

.p-episode__video .player-listen {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:768px) {
	.p-episode__video {
		margin: 0 -20px;
		padding-bottom: calc(56.25% + 22.5px)
	}
}

.p-episode__videoIcon {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #fff
}

@-webkit-keyframes playIcon {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8)
	}

	to {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3)
	}
}

@keyframes playIcon {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8)
	}

	to {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3)
	}
}

.p-episode__videoIcon:before {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, .4);
	-webkit-animation: playIcon 1.5s infinite;
	animation: playIcon 1.5s infinite
}

.p-episode__videoIcon:after,
.p-episode__videoIcon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.p-episode__videoIcon.-video:after {
	width: 0;
	height: 0;
	left: calc(50% + 16px);
	border: solid transparent;
	border-left: solid #e6001a;
	border-width: 14px 24px
}

.p-episode__videoIcon.-audio:after {
	width: 26px;
	height: 26px;
	background: url(../images/icon-audio2_red.svg) 50% no-repeat;
	background-size: contain
}

@media screen and (max-width:768px) {
	.p-episode__videoIcon {
		bottom: 40px
	}
}

@media screen and (max-width:576px) {
	.p-episode__videoIcon {
		width: 60px;
		height: 60px
	}

	.p-episode__videoIcon:before {
		width: 70px;
		height: 70px
	}

	.p-episode__videoIcon.-video:after {
		width: 0;
		height: 0;
		left: calc(50% + 11px);
		border-width: 10px 16px
	}

	.p-episode__videoIcon.-audio:after {
		width: 22px;
		height: 22px
	}
}

.c-floatingVideo {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%
}

@media screen and (max-width:768px) {
	.c-floatingVideo {
		padding-bottom: calc(56.25% + 22.5px)
	}
}

.c-floatingVideo.-active {
	position: fixed;
	left: 0;
	top: 56px;
	width: 360px;
	margin: 0;
	height: auto;
	padding-bottom: 0;
	z-index: 9997
}

.nw-inApp .c-floatingVideo.-active {
	top: 0
}

@media screen and (max-width:768px) {
	.c-floatingVideo.-active {
		top: 100px
	}

	.nw-inApp .c-floatingVideo.-active {
		top: 0
	}
}

@media screen and (max-width:576px) {
	.c-floatingVideo.-active {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		top: 72px
	}

	.nw-inApp .c-floatingVideo.-active {
		top: 0
	}
}

.c-floatingVideo.-active .c-floatingVideo__player {
	width: 360px;
	height: 202.5px;
	background: #000
}

@media screen and (max-width:576px) {
	.c-floatingVideo.-active .c-floatingVideo__player {
		width: 64%;
		height: 36vw
	}

	.c-floatingVideo.-audio .c-floatingVideo.-active .c-floatingVideo__player {
		width: 29%;
		height: 16vw
	}
}

.c-floatingVideo__player .p-episode__videoThumb {
	width: 100%
}

.c-floatingVideo__info {
	display: none
}

.c-floatingVideo.-active .c-floatingVideo__info {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 360px;
	padding: 14px 40px 14px 14px;
	height: auto;
	background: -webkit-gradient(linear, left top, right top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60078, #e6001a);
	background: -o-linear-gradient(left, #e60078 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60078 0, #e6001a);
	color: #fff
}

@media screen and (max-width:576px) {
	.c-floatingVideo.-active .c-floatingVideo__info {
		display: block;
		width: 36%;
		height: 36vw;
		padding: 12px
	}

	.c-floatingVideo.-audio .c-floatingVideo.-active .c-floatingVideo__info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 71%;
		height: 16vw
	}
}

.c-floatingVideo__control {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	cursor: pointer
}

.c-floatingVideo__control .p-episode__videoIcon {
	position: relative;
	width: 40px;
	height: 40px
}

.c-floatingVideo__control .p-episode__videoIcon:before {
	width: 40px;
	height: 40px
}

.c-floatingVideo__control .p-episode__videoIcon:after {
	width: 14px;
	height: 14px
}

.c-floatingVideo__control .p-episode__videoIcon.-video:after {
	width: 0;
	height: 0;
	border-width: 7px 12px;
	left: calc(50% + 8px)
}

.c-floatingVideo__time {
	font-size: 1rem
}

.c-floatingVideo__time .c-icon {
	margin: 0 5px
}

.c-floatingVideo__time .c-icon.-video {
	background-image: url(../images/icon-video_w.svg)
}

.c-floatingVideo__time .c-icon.-clip {
	background-image: url(../images/icon-clip_w.svg)
}

.c-floatingVideo__close {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 18px;
	height: 18px;
	cursor: pointer
}

.c-floatingVideo__close:after,
.c-floatingVideo__close:before {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: 8px;
	width: 23px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.c-floatingVideo__close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-floatingVideo__controlBtn {
	width: 100px;
	height: 100px;
	background-color: hsla(0, 0%, 100%, .4)
}

.c-floatingVideo__controlBtn,
.c-floatingVideo__controlBtn:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.c-floatingVideo__controlBtn:before {
	content: "";
	width: 84px;
	height: 84px;
	background-color: #fff
}

.c-floatingVideo__controlBtn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.c-floatingVideo__controlBtn.-video:after {
	width: 0;
	height: 0;
	left: calc(50% + 16px);
	border: solid transparent;
	border-left: solid #e6001a;
	border-width: 14px 24px
}

.c-floatingVideo__controlBtn.-audio:after {
	width: 26px;
	height: 26px;
	background: url(../images/icon-audio2_red.svg) 50% no-repeat;
	background-size: contain
}

.c-floatingVideo.-active .c-floatingVideo__controlBtn {
	position: relative;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.c-floatingVideo.-active .c-floatingVideo__controlBtn:before {
	width: 40px;
	height: 40px
}

.c-floatingVideo.-active .c-floatingVideo__controlBtn.-video:after {
	left: calc(50% + 9px);
	border-width: 8px 12px
}

.c-floatingVideo.-active .c-floatingVideo__controlBtn.-pause:after {
	width: 3px;
	height: 13px;
	left: 50%;
	border: solid #e6001a;
	border-width: 0 4px;
	background-image: none
}

@media screen and (max-width:576px) {

	.c-floatingVideo.-active .c-floatingVideo__controlBtn,
	.c-floatingVideo.-active .c-floatingVideo__controlBtn:before {
		width: 30px;
		height: 30px
	}

	.c-floatingVideo.-active .c-floatingVideo__controlBtn.-video:after {
		left: calc(50% + 7px);
		border-width: 6px 10px
	}

	.c-floatingVideo.-active .c-floatingVideo__controlBtn.-pause:after {
		width: 2px;
		height: 11px;
		left: 50%;
		border-width: 0 3px
	}
}

.p-episodeLang {
	margin: 7px 0 20px;
	text-align: right
}

.p-episodeLang__currentLang {
	margin-right: 14px;
	font-size: .875rem
}

.p-episodeLang__currentLang,
.p-episodeLang__select {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	color: #fff
}

.p-episodeLang__select {
	position: relative;
	background-color: #333;
	padding: 0 26px 0 12px;
	font-size: .75rem;
	cursor: pointer
}

.p-episodeLang__select:after {
	position: absolute;
	top: 42%;
	right: 10px;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.p-episodeLang__select.-active:after {
	top: 65%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg)
}

.p-episodeLang__select>span {
	margin-right: 4px
}

.p-episodeLang__menu {
	text-align: right;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .5s ease-out;
	-o-transition: height .5s ease-out;
	transition: height .5s ease-out
}

.p-episodeLang__list {
	display: inline-block;
	width: 320px;
	max-width: calc(100% - 40px);
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	background-color: #333;
	color: #fff;
	font-size: .875rem
}

.p-episodeLang__list>li,
.p-episodeLang__list>li>a {
	margin: 0;
	padding: 0;
	height: 50px
}

.p-episodeLang__list>li>a {
	display: block;
	border-top: 1px solid #4c4c4c;
	line-height: 50px;
	text-align: left;
	color: #fff;
	text-decoration: none
}

.p-episodeLang__list>li>a.-active {
	color: #e30117
}

.p-episodeLang__list>li:first-child>a {
	border-top-width: 0
}

@media screen and (min-width:769px) {
	.p-episodeLang__list>li>a {
		-webkit-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s
	}

	.p-episodeLang__list>li>a:hover {
		color: #e30117
	}
}

.p-episodeLang__lang {
	margin-right: 12px
}

.p-episodeItem {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: 25px;
	-webkit-transition: height .4s ease-out;
	-o-transition: height .4s ease-out;
	transition: height .4s ease-out
}

.p-episodeItem:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: none;
	content: "";
	width: 100%;
	height: 55px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	background: linear-gradient(180deg, transparent, #000)
}

.p-episodeItem.-hasMore {
	height: 5em
}

.p-episodeItem.-hasMore:before {
	display: block
}

.p-episodeItem.-open:before {
	display: none
}

@media screen and (max-width:576px) {
	.p-episodeItem {
		margin-top: 20px
	}

	.p-episodeItem:before {
		height: 35px
	}
}

.p-episodeItem__description {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5
}

.p-episodeItem__description p {
	margin-top: 0;
	margin-bottom: 2em;
	letter-spacing: .05em
}

.p-episodeItem__description p:last-child {
	margin-bottom: 0
}

.p-episodeItem__description a:active,
.p-episodeItem__description a:hover,
.p-episodeItem__description a:link,
.p-episodeItem__description a:visited {
	color: #fff;
	text-decoration: underline
}

@media screen and (max-width:576px) {
	.p-episodeItem__description p {
		font-size: .9375rem
	}
}

.p-episodeItem__imgs {
	max-width: 480px;
	margin: 0 auto
}

.p-episodeItem__img {
	display: block;
	margin-bottom: 30px
}

.p-episodeItem__img img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeItem__img span {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: .875rem;
	text-align: left
}

@media screen and (max-width:576px) {
	.p-episodeItem__img {
		width: 100%
	}
}

.p-episodeItem__items {
	margin-top: 30px;
	border-bottom: 1px solid #444
}

.p-episodeItem__items:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.p-episodeItem_nod {
	max-width: 224px;
	margin-top: 10px
}

.p-episodeItem_nod img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeItem__tags {
	float: left;
	width: calc(50% - 20px);
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #444
}

.p-episodeItem__tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.p-episodeItem__tags li {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 10px
}

.p-episodeItem__tags li:last-child {
	margin-right: 0
}

.p-episodeItem__tags li a {
	display: block;
	padding: 5px 15px;
	border: 1px solid #fff;
	border-radius: 17px;
	font-size: .875rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-episodeItem__tags li a:active,
.p-episodeItem__tags li a:hover,
.p-episodeItem__tags li a:link,
.p-episodeItem__tags li a:visited {
	color: #fff;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.p-episodeItem__tags li a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.p-episodeItem__tags li a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:768px) {
	.p-episodeItem__tags {
		float: none;
		width: 100%
	}
}

@media screen and (max-width:576px) {
	.p-episodeItem__tags {
		padding: 15px 0
	}

	.p-episodeItem__tags li {
		margin-right: 10px
	}

	.p-episodeItem__tags li a {
		font-size: .75rem
	}
}

.p-episodeItem__heading {
	margin-bottom: 15px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700
}

@media screen and (max-width:576px) {
	.p-episodeItem__heading {
		font-size: .8125rem
	}
}

.p-episodeItem__programs {
	float: right;
	display: table;
	width: calc(50% - 20px);
	padding: 40px 0;
	border-top: 1px solid #444
}

@media screen and (max-width:768px) {
	.p-episodeItem__programs {
		float: none;
		width: 100%;
		padding: 20px 0
	}
}

.p-episodeItem__programsImg {
	display: table-cell;
	width: 50%;
	vertical-align: top
}

.p-episodeItem__programsImg a {
	display: block;
	position: relative
}

.p-episodeItem__programsImg a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.p-episodeItem__programsImg img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (min-width:769px) {
	.p-episodeItem__programsImg a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.p-episodeItem__programsImg a:hover {
		opacity: .8;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

.p-episodeItem__programsTexts {
	display: table-cell;
	width: 50%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top
}

@media screen and (max-width:576px) {
	.p-episodeItem__programsTexts {
		padding-left: 15px
	}
}

.p-episodeItem__programsTitle a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25
}

.p-episodeItem__programsTitle a:active,
.p-episodeItem__programsTitle a:hover,
.p-episodeItem__programsTitle a:link,
.p-episodeItem__programsTitle a:visited {
	color: #e6001a;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.p-episodeItem__programsTitle a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.p-episodeItem__programsTitle a:hover {
		opacity: .8;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.p-episodeItem__programsTitle a {
		font-size: .8125rem
	}
}

.p-episodeItem__programsCount {
	margin-top: 10px;
	color: #fff;
	font-size: .875rem
}

.p-episodeItem__programsCount .c-icon {
	margin-right: 5px
}

.p-episodeItem__programsCount .c-icon.-audio2 {
	position: relative;
	top: 1px;
	width: 12px;
	height: 12px
}

@media screen and (max-width:576px) {
	.p-episodeItem__programsCount {
		margin-top: 5px;
		font-size: .75rem
	}
}

.p-episodeItem__more {
	margin-top: 15px;
	text-align: center
}

@media screen and (max-width:576px) {
	.p-episodeItem__more {
		margin-top: 5px
	}
}

.p-episodeItem__moreBtn {
	-webkit-appearance: none;
	outline: none;
	border: 0;
	background: none;
	visibility: hidden;
	position: relative;
	display: inline-block;
	padding: 0 25px 0 0;
	color: #fff;
	text-decoration: none;
	font-size: .75rem;
	font-weight: 700;
	cursor: pointer;
	text-align: center
}

.p-episodeItem__moreBtn.-hasMore {
	visibility: visible
}

.p-episodeItem__moreBtn .p-episodeItem__btnMore {
	display: inline
}

.p-episodeItem__moreBtn .p-episodeItem__btnClose {
	display: none
}

.p-episodeItem__moreBtn:before {
	position: absolute;
	top: 35%;
	right: 5px;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.p-episodeItem__moreBtn.-active:before {
	top: 65%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg)
}

.p-episodeItem__moreBtn.-active .p-episodeItem__btnMore {
	display: none
}

.p-episodeItem__moreBtn.-active .p-episodeItem__btnClose {
	display: inline
}

@media screen and (min-width:769px) {
	.p-episodeItem__moreBtn {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.p-episodeItem__moreBtn:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.p-episodeItem__moreBtn.-active {
		margin-top: 15px
	}
}

.p-episodeTabs {
	display: table;
	max-width: 400px;
	width: 100%;
	margin: 25px auto 30px;
	text-align: center;
	font-size: 0
}

@media screen and (max-width:576px) {
	.p-episodeTabs {
		margin: 25px auto
	}
}

.p-episodeTabs__btn {
	display: table-cell;
	width: 50%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-episodeTabs__btn:last-child {
	padding-right: 0;
	padding-left: 10px
}

.p-episodeTabs__btn .c-btn {
	max-width: 180px;
	width: 100%;
	border-radius: 24px;
	border: 1px solid #fff;
	font-size: .875rem;
	font-weight: 700;
	line-height: 48px
}

.p-episodeTabs__btn .c-btn:active,
.p-episodeTabs__btn .c-btn:hover,
.p-episodeTabs__btn .c-btn:link,
.p-episodeTabs__btn .c-btn:visited {
	color: #fff;
	text-decoration: none
}

.p-episodeTabs__btn .c-btn i {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-plus.svg);
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.p-episodeTabs__btn .c-btn.-active {
	position: relative;
	background-color: #fff
}

.p-episodeTabs__btn .c-btn.-active:active,
.p-episodeTabs__btn .c-btn.-active:hover,
.p-episodeTabs__btn .c-btn.-active:link,
.p-episodeTabs__btn .c-btn.-active:visited {
	color: #e6001a;
	text-decoration: none
}

.p-episodeTabs__btn .c-btn.-active:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	width: 34px;
	height: 10px;
	background-image: url(../images/icon-arrow01.svg);
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.p-episodeTabs__btn .c-btn.-active i {
	background-image: url(../images/icon-minus.svg)
}

@media screen and (min-width:769px) {
	.p-episodeTabs__btn .c-btn {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.p-episodeTabs__btn .c-btn:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:576px) {
	.p-episodeTabs__btn {
		padding-right: 5px
	}

	.p-episodeTabs__btn:last-child {
		padding-right: 0;
		padding-left: 5px
	}

	.p-episodeTabs__btn .c-btn {
		border-radius: 20px;
		line-height: 40px
	}

	.p-episodeTabs__btn .c-btn i {
		width: 16px;
		height: 16px;
		right: 8px
	}
}

.p-episodeTabContent {
	display: none
}

.p-episodeTabContent__body {
	overflow: hidden;
	position: relative;
	padding: 30px 0;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height .6s ease-out;
	-o-transition: height .6s ease-out;
	transition: height .6s ease-out
}

.p-episodeTabContent__body:before {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 55px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	background: linear-gradient(180deg, transparent, #000)
}

.p-episodeTabContent__body.-noMore:before,
.p-episodeTabContent__body.-open:before {
	display: none
}

.p-episodeTabContent__moreBtn .-isMore {
	display: inline
}

.p-episodeTabContent__moreBtn .-isClose {
	display: none
}

.p-episodeTabContent__moreBtn:before {
	position: absolute;
	top: 43%;
	right: 18px;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.p-episodeTabContent__moreBtn.-active:before {
	top: 54%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg)
}

.p-episodeTabContent__moreBtn.-active .-isMore {
	display: none
}

.p-episodeTabContent__moreBtn.-active .-isClose {
	display: inline
}

.p-episodeChapter {
	max-width: 640px;
	margin: 0 auto 30px
}

.p-episodeChapter .p-episodeTabContent__body {
	padding: 7px 0
}

.p-episodeChapter ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.p-episodeChapter li {
	position: relative;
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px solid #444;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-episodeChapter li:before {
	left: -20px;
	width: 0;
	height: 100%;
	border-left: 1px dotted #444
}

.p-episodeChapter li:after,
.p-episodeChapter li:before {
	position: absolute;
	top: 50%;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.p-episodeChapter li:after {
	left: -22px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e6001a
}

.p-episodeChapter li:first-child:before {
	top: 75%;
	height: 50%
}

.p-episodeChapter li:last-child {
	border-bottom: 0
}

.p-episodeChapter li:last-child:before {
	top: 25%;
	height: 50%
}

.p-episodeChapter li a {
	display: block
}

.p-episodeChapter li a:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.p-episodeChapter li a:active,
.p-episodeChapter li a:hover,
.p-episodeChapter li a:link,
.p-episodeChapter li a:visited {
	color: #fff;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.p-episodeChapter li a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.p-episodeChapter li a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

@media screen and (max-width:768px) {
	.p-episodeChapter ul {
		padding: 20px 0
	}

	.p-episodeChapter li {
		padding: 7px 20px;
		border-bottom: 0
	}

	.p-episodeChapter li:before {
		left: 9px
	}

	.p-episodeChapter li:after {
		left: 7px
	}
}

.p-episodeChapter__img {
	float: left;
	position: relative;
	width: 28%;
	vertical-align: top
}

.p-episodeChapter__img:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #222
}

.p-episodeChapter__img:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent
}

.p-episodeChapter__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:576px) {
	.p-episodeChapter__img {
		width: 40%
	}
}

.p-episodeChapter__info {
	float: left;
	width: 72%;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top
}

.p-episodeChapter__info p {
	margin: 5px 0 0;
	line-height: 1.125
}

@media screen and (max-width:576px) {
	.p-episodeChapter__info {
		width: 60%;
		padding: 0 0 0 15px
	}

	.p-episodeChapter__info p {
		font-size: .875rem
	}
}

.p-episodeChapter__number .c-icon {
	margin-right: 5px
}

@media screen and (max-width:576px) {
	.p-episodeChapter__number {
		font-size: .875rem
	}
}

.p-episodeTranscript {
	position: relative;
	max-width: 640px;
	margin: 0 auto 30px
}

.p-episodeTranscript ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.p-episodeTranscript li {
	position: relative;
	padding: 0 0 25px 20px
}

.p-episodeTranscript li:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	width: 0;
	height: 100%;
	border-left: 1px dotted #444
}

.p-episodeTranscript li:after {
	position: absolute;
	top: 10px;
	left: -2px;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e6001a
}

.p-episodeTranscript li:last-child {
	padding-bottom: 0
}

.p-episodeTranscript li:last-child:before {
	height: calc(100% - 10px)
}

.p-episodeTranscript li>a {
	display: block
}

.p-episodeTranscript li>a:active,
.p-episodeTranscript li>a:hover,
.p-episodeTranscript li>a:link,
.p-episodeTranscript li>a:visited {
	color: #fff;
	text-decoration: none
}

@media screen and (min-width:769px) {
	.p-episodeTranscript li>a {
		opacity: 1;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s
	}

	.p-episodeTranscript li>a:hover {
		opacity: .6;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

.p-episodeTranscript li p {
	margin: 0;
	color: #fff;
	line-height: 1.37
}

.p-episodeTranscript .c-centerdBtn {
	margin-bottom: 0
}

@media screen and (max-width:768px) {
	.p-episodeTranscript li {
		padding: 0 0 25px 30px
	}

	.p-episodeTranscript li:before {
		left: 10px
	}

	.p-episodeTranscript li:after {
		left: 8px
	}
}

@media screen and (max-width:576px) {
	.p-episodeTranscript li p {
		font-size: .9375rem
	}
}

.p-episodeTranscript__time {
	margin-bottom: 5px;
	color: #e6001a;
	font-size: .9375rem;
	letter-spacing: .1em
}

.p-episodeTranscript__time a:link,
.p-episodeTranscript__time a:visited {
	color: #e6001a;
	text-decoration: none
}

.p-episodeTranscript__time a:active,
.p-episodeTranscript__time a:hover {
	color: #ff4d61;
	text-decoration: none
}

@media screen and (max-width:576px) {
	.p-episodeTranscript__time {
		font-size: .875rem
	}
}

.p-episodeTranscript__btn {
	margin-top: 30px
}

.p-episodeTranscript__btn .c-btn {
	border: 1px solid #fff
}

.p-episodeRelated {
	margin: 40px 0 0;
	padding-bottom: 60px
}

@media screen and (max-width:576px) {
	.p-episodeRelated {
		margin-top: 25px;
		padding-bottom: 0
	}
}

.p-episodeV2>.l-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1328px;
	padding: 0 24px
}

@media screen and (max-width:992px) {
	.p-episodeV2>.l-block {
		display: block
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2>.l-block {
		padding: 0
	}
}

.p-episodeV2__main {
	width: calc(100% - 384px);
	padding-bottom: 40px
}

@media screen and (max-width:992px) {
	.p-episodeV2__main {
		width: auto;
		padding-bottom: 0
	}
}

.p-episodeV2__side {
	position: relative;
	width: 384px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-episodeV2__side:after {
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5
}

.p-episodeV2__side .c-item a {
	cursor: pointer
}

@media screen and (max-width:992px) {
	.p-episodeV2__side {
		width: auto
	}

	.p-episodeV2__side:after {
		display: none
	}
}

.p-episodev2__video {
	position: relative;
	padding: 24px 0 24px 24px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	margin-left: -24px
}

@media screen and (max-width:992px) {
	.p-episodev2__video {
		padding: 24px;
		margin: 0 -24px;
		border: 0;
		background-color: #000
	}
}

@media screen and (max-width:768px) {
	.p-episodev2__video {
		padding: 0
	}
}

@media screen and (max-width:576px) {
	.p-episodev2__video {
		margin: 0
	}
}

.p-episodev2__videoInner {
	position: relative
}

@media screen and (max-width:992px) {
	.p-episodev2__videoInner {
		max-width: 768px;
		margin: 0 auto
	}
}

.p-episodev2__videoFrame {
	position: relative;
	height: 0;
	padding-bottom: 56.25%
}

.p-episodeV2__floatingVideo,
.p-episodev2__videoFrame .p-episodeV2__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.p-episodeV2__floatingVideo {
	z-index: 9997;
	height: 0;
	padding-bottom: 56.25%
}

.p-episodeV2__floatingVideo.-is-floating {
	position: fixed;
	top: 56px;
	left: 0;
	width: 360px;
	height: auto;
	padding-bottom: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	background-color: #000
}

.nw-inApp .p-episodeV2__floatingVideo.-is-floating {
	top: 0
}

.p-episodeV2__floatingVideo.-is-floating .p-episodeV2__playIcon {
	top: calc(50% - 20px);
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5)
}

@media screen and (max-width:768px) {
	.p-episodeV2__floatingVideo.-is-floating {
		top: 100px
	}

	.nw-inApp .p-episodeV2__floatingVideo.-is-floating {
		top: 0
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2__floatingVideo.-is-floating {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		top: 72px
	}

	.nw-inApp .p-episodeV2__floatingVideo.-is-floating {
		top: 0
	}

	.p-episodeV2__floatingVideo.-is-floating .p-episodeV2__image,
	.p-episodeV2__floatingVideo.-is-floating .p-episodeV2__player {
		width: 80%
	}

	.p-episodeV2__floatingVideo.-is-floating .p-episodeV2__playIcon {
		top: 50%;
		left: 40%;
		-webkit-transform: translate(-50%, -50%) scale(.5);
		-ms-transform: translate(-50%, -50%) scale(.5);
		transform: translate(-50%, -50%) scale(.5)
	}
}

.p-episodeV2__floatingVideo.-is-floating .p-episodeV2__floatingClose {
	display: block
}

.p-episodeV2__image {
	position: relative
}

.p-episodeV2__image:before {
	z-index: 1;
	width: 0;
	background-color: #000;
	-webkit-transition: width .5s cubic-bezier(.33, 1, .68, 1), left .5s cubic-bezier(.33, 1, .68, 1);
	-o-transition: width .5s cubic-bezier(.33, 1, .68, 1), left .5s cubic-bezier(.33, 1, .68, 1);
	transition: width .5s cubic-bezier(.33, 1, .68, 1), left .5s cubic-bezier(.33, 1, .68, 1)
}

.p-episodeV2__image:after,
.p-episodeV2__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.p-episodeV2__image:after {
	opacity: 0;
	width: 100%
}

.p-episodeV2__image img {
	width: 100%;
	height: auto;
	vertical-align: top;
	opacity: 0;
	-webkit-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s
}

.p-episodeV2__image.-show img {
	opacity: 1
}

.p-episodeV2__playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 90px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.p-episodeV2__playIcon:before {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #fff;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.p-episodeV2__playIcon:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	border-left: solid #e6001a;
	border-width: 15px 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s .2s, -webkit-transform .5s cubic-bezier(.33, 1, .68, 1) .2s;
	transition: opacity .3s .2s, -webkit-transform .5s cubic-bezier(.33, 1, .68, 1) .2s;
	-o-transition: transform .5s cubic-bezier(.33, 1, .68, 1) .2s, opacity .3s .2s;
	transition: transform .5s cubic-bezier(.33, 1, .68, 1) .2s, opacity .3s .2s;
	transition: transform .5s cubic-bezier(.33, 1, .68, 1) .2s, opacity .3s .2s, -webkit-transform .5s cubic-bezier(.33, 1, .68, 1) .2s
}

.p-episodeV2__playIcon.-show:before {
	opacity: .6
}

.p-episodeV2__playIcon.-show:after {
	opacity: 1;
	-webkit-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%)
}

@media screen and (max-width:576px) {
	.p-episodeV2__playIcon {
		-webkit-transform: translate(-50%, -50%) scale(.6);
		-ms-transform: translate(-50%, -50%) scale(.6);
		transform: translate(-50%, -50%) scale(.6)
	}
}

.p-episodeV2__loading.c-loading {
	z-index: 1;
	position: absolute;
	height: 100%;
	background-color: transparent
}

.p-episodeV2__loading.c-loading:after {
	opacity: 1
}

.p-episodeV2__player {
	z-index: 1;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.p-episodeV2__player.-is-show {
	opacity: 1
}

.p-episodeV2__floatingClose {
	display: none;
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
	width: 100%;
	background-color: #e5e5e5;
	font-size: .75rem;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	cursor: pointer
}

.p-episodeV2__floatingClose svg {
	display: inline-block;
	margin-left: 8px
}

@media screen and (max-width:576px) {
	.p-episodeV2__floatingClose {
		width: 20%;
		font-size: .75rem
	}

	.p-episodeV2__floatingClose>span {
		display: block;
		position: relative;
		padding-top: 8px
	}

	.p-episodeV2__floatingClose svg {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 15px;
		height: 15px;
		margin-left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.p-episodeV2__contents {
	position: relative;
	margin: 30px 40px 0 0
}

@media screen and (max-width:992px) {
	.p-episodeV2__contents {
		margin-right: 0
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2__contents {
		margin-top: 0
	}
}

.p-episodeV2__chapterBtn {
	z-index: 1;
	-webkit-appearance: none;
	outline: none;
	background: none;
	cursor: pointer;
	display: block;
	position: absolute;
	top: -45px;
	right: -30px;
	width: 160px;
	padding: 0 0 0 66px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	font-size: .8125rem;
	font-weight: 700;
	line-height: 40px;
	text-align: left
}

@media screen and (max-width:992px) {
	.p-episodeV2__chapterBtn {
		right: 0
	}
}

@media screen and (max-width:768px) {
	.p-episodeV2__chapterBtn {
		z-index: 9997;
		position: fixed;
		top: auto;
		bottom: 20px;
		left: 10px;
		right: auto;
		border: 2px solid #000
	}
}

.p-episodeV2__chapterBtn span {
	display: block;
	position: absolute;
	top: 50%;
	left: 24px;
	width: 17px;
	height: 17px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.p-episodeV2__chapterBtn span svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2__meta {
	position: relative;
	padding-left: 30px;
	padding-bottom: 8px
}

.p-episodeV2__meta:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(#e60078, #e6001a);
	background: -o-linear-gradient(#e60078 0, #e6001a 100%);
	background: linear-gradient(#e60078, #e6001a)
}

.p-episodeV2__meta .p-episodeV2__btns.-is-audio {
	display: none
}

@media screen and (max-width:768px) {
	.p-episodeV2__meta .p-episodeV2__btns.-is-audio {
		display: block
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2__meta {
		padding-top: 20px;
		padding-left: 24px
	}
}

.p-episodeV2__title {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2
}

@media screen and (max-width:1200px) {
	.p-episodeV2__title {
		font-size: 1.875rem
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2__title {
		font-size: 1.625rem
	}
}

.p-episodeV2__info {
	margin-top: 8px
}

.p-episodeV2__subTitle {
	display: inline-block;
	margin: 0 16px 0 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2
}

@media screen and (max-width:576px) {
	.p-episodeV2__subTitle {
		font-size: 1.125rem
	}
}

.p-episodeV2__duration {
	display: inline-block;
	color: #666;
	font-size: .75rem
}

.p-episodeV2__duration .c-icon {
	margin-right: 5px
}

.p-episodeV2__duration .-audio3 {
	top: 2px
}

.p-episodeV2__date {
	margin-top: 4px;
	font-size: .875rem;
	line-height: 1.4
}

.p-episodeV2__date>span {
	display: inline-block
}

.p-episodeV2__date>span+span:before {
	content: "/";
	display: inline-block;
	margin: 0 .5em
}

@media screen and (max-width:576px) {
	.p-episodeV2__date {
		font-size: .75rem
	}

	.p-episodeV2__date>span {
		display: block
	}

	.p-episodeV2__date>span+span:before {
		display: none
	}
}

.p-episodeV2__btns {
	margin-top: 16px;
	font-size: .8125rem;
	line-height: 34px
}

.p-episodeV2__mylist {
	display: inline-block
}

.p-episodeV2__mylist .-favorite {
	top: -5px;
	margin-right: 5px
}

.p-episodeV2__mylist .-favorite:before {
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-episodeV2__share {
	display: inline-block;
	position: relative;
	margin-left: 20px
}

.p-episodeV2__share .-share {
	top: -5px;
	margin-right: 5px
}

.p-episodeV2__shareSns .c-sns {
	margin-top: 0
}

.p-episodeV2__langs {
	padding: 0;
	list-style: none;
	margin: 20px 0 0 30px;
	font-size: 0
}

.p-episodeV2__langs li {
	display: inline-block;
	font-size: .875rem;
	font-weight: 700
}

.p-episodeV2__langs li:after {
	content: "/";
	display: inline-block;
	margin: 0 4px;
	color: #ccc
}

.p-episodeV2__langs li:last-child:after {
	display: none
}

.p-episodeV2__langs li a {
	display: inline-block;
	padding: 0 4px;
	background-color: #fff;
	line-height: 20px
}

.p-episodeV2__langs li a:link,
.p-episodeV2__langs li a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2__langs li a:active,
.p-episodeV2__langs li a:hover {
	color: #333;
	text-decoration: none
}

.p-episodeV2__langs li a:hover {
	background-color: #ffe4e7
}

.p-episodeV2__langs li a.-active {
	background-color: #ffe4e7;
	color: #e6001a;
	pointer-events: none
}

@media screen and (max-width:576px) {
	.p-episodeV2__langs {
		display: none
	}
}

.p-episodeV2__tags {
	margin-top: 20px;
	margin-left: 30px
}

@media screen and (max-width:576px) {
	.p-episodeV2__tags {
		margin-top: 12px;
		margin-left: 24px
	}

	.p-episodeV2__tags li a {
		padding: 3px 8px;
		font-size: .75rem;
		line-height: 1.25
	}
}

.p-episodeV2__body {
	overflow-wrap: break-word
}

@media screen and (max-width:576px) {
	.p-episodeV2__body {
		margin: 0 12px
	}
}

.p-episodeV2__body figure {
	max-width: 480px;
	margin: 24px auto
}

.p-episodeV2__body figure img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2__body figure figcaption {
	margin-top: 5px;
	font-size: .875rem;
	line-height: 1.3
}

.p-episodeV2__extra.-hidden {
	display: none
}

@media screen and (max-width:768px) {

	.p-episodeV2__extra .p-episodeV2__tab .-chapter,
	.p-episodeV2__extra .p-episodeV2Chapters,
	.p-episodeV2__extra .p-episodeV2Chapters.-active {
		display: none
	}
}

.p-episodeV2__tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 40px;
	padding-left: 24px;
	border-bottom: 1px solid #e5e5e5
}

.p-episodeV2__tab a {
	display: block;
	width: 180px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f8f8f8;
	font-size: .875rem;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	letter-spacing: .05em
}

.p-episodeV2__tab a:link,
.p-episodeV2__tab a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2__tab a:active,
.p-episodeV2__tab a:hover {
	color: #333;
	text-decoration: none
}

.p-episodeV2__tab a.-is-chapter {
	border-right: 0
}

.p-episodeV2__tab a.-active {
	background-color: #fff;
	margin-bottom: -1px;
	pointer-events: none
}

.p-episodev2Audio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 24px 0 24px 24px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	margin-left: -24px
}

@media screen and (max-width:992px) {
	.p-episodev2Audio {
		padding: 24px;
		margin: 0 -24px;
		border: 0
	}
}

@media screen and (max-width:768px) {
	.p-episodev2Audio {
		padding: 0
	}
}

@media screen and (max-width:576px) {
	.p-episodev2Audio {
		margin: 0
	}
}

.p-episodev2Audio__image {
	width: 40%;
	cursor: pointer
}

.p-episodev2Audio__image img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodev2Audio__info {
	width: 60%;
	padding-left: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-episodev2Audio__info .p-episodeV2__duration {
	margin-top: 20px
}

.p-episodev2Audio__info .p-episodeV2__btns {
	margin-top: 12px
}

.p-episodev2Audio__info .p-episodeV2__btns .c-sns .nw_social_he_style img {
	background-color: transparent
}

@media screen and (max-width:768px) {
	.p-episodev2Audio__info .p-episodeV2__btns {
		display: none
	}
}

@media screen and (max-width:768px) {
	.p-episodev2Audio__info {
		padding-top: 24px
	}
}

@media screen and (max-width:576px) {
	.p-episodev2Audio__info {
		padding: 12px 12px 0
	}

	.p-episodev2Audio__info .p-episodeV2__duration {
		margin-top: 12px
	}
}

.p-episodev2Audio__player .player-listen {
	position: relative;
	width: 240px;
	max-width: 100%;
	padding: 10px 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -webkit-gradient(linear, right top, left top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(right, #e60078, #e6001a);
	background: -o-linear-gradient(right, #e60078 0, #e6001a 100%);
	background: linear-gradient(270deg, #e60078 0, #e6001a);
	color: #fff
}

.p-episodev2Audio__player .player-listen:active,
.p-episodev2Audio__player .player-listen:hover,
.p-episodev2Audio__player .player-listen:link,
.p-episodev2Audio__player .player-listen:visited {
	color: #fff;
	text-decoration: none
}

.p-episodev2Audio__player .player-listen .player-icon-audio {
	display: none
}

.p-episodev2Audio__player .player-listen:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 32px;
	height: 32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/icon-play.svg) 50% no-repeat;
	background-size: contain
}

.p-episodev2Audio__player .player-listen:focus {
	border: 0
}

@media screen and (max-width:576px) {
	.p-episodev2Audio__player .player-listen {
		padding: 8px 0;
		font-size: .9375rem
	}

	.p-episodev2Audio__player .player-listen:before {
		left: 12px;
		width: 24px;
		height: 24px
	}
}

.p-episodeV2SelectLangs {
	display: none;
	padding: 8px 10px;
	background-color: #000
}

.p-episodeV2SelectLangs label {
	display: block;
	position: relative;
	width: 200px;
	max-width: 50%;
	padding: 2px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #333
}

.p-episodeV2SelectLangs svg {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.p-episodeV2SelectLangs select {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.p-episodeV2SelectLangs option,
.p-episodeV2SelectLangs select {
	outline: none;
	border: none;
	background: transparent;
	color: #fff
}

.p-episodeV2SelectLangs.-is-audio {
	background-color: #f3f3f3
}

.p-episodeV2SelectLangs.-is-audio label {
	width: 100%;
	max-width: 100%;
	padding: 4px 10px;
	background-color: #fff
}

.p-episodeV2SelectLangs.-is-audio .p-episodeV2SelectLangs__label,
.p-episodeV2SelectLangs.-is-audio option,
.p-episodeV2SelectLangs.-is-audio select {
	color: #000
}

@media screen and (max-width:576px) {
	.p-episodeV2SelectLangs {
		display: block
	}
}

.p-episodeV2SelectLangs__label {
	color: #fff;
	font-size: .75rem
}

.p-episodeV2TabContent {
	display: none;
	position: relative
}

.p-episodeV2TabContent.-active {
	display: block
}

.p-episodeV2TabContent__body {
	overflow: hidden;
	position: relative;
	height: 340px;
	padding: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height .3s cubic-bezier(.33, 1, .68, 1);
	-o-transition: height .3s cubic-bezier(.33, 1, .68, 1);
	transition: height .3s cubic-bezier(.33, 1, .68, 1)
}

@media screen and (max-width:576px) {
	.p-episodeV2TabContent__body {
		padding: 12px
	}
}

.p-episodeV2TabContent__close,
.p-episodeV2TabContent__more {
	-webkit-appearance: none;
	outline: none;
	border: 0;
	background: none;
	cursor: pointer;
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0 0;
	background-color: #fff;
	font-size: .8125rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em
}

.p-episodeV2TabContent__close:after,
.p-episodeV2TabContent__more:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 2px solid #e6001a;
	border-right: 2px solid #e6001a;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.p-episodeV2TabContent__close:before,
.p-episodeV2TabContent__more:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

.p-episodeV2TabContent__close,
.p-episodeV2TabContent__more.-hide {
	display: none
}

.p-episodeV2TabContent__close.-show {
	display: block
}

.p-episodeV2TabContent__close:after {
	top: 2px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.p-episodeV2Chapters ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.p-episodeV2Chapters li {
	padding: 4px 20px;
	border-bottom: 1px solid #e5e5e5
}

.p-episodeV2Chapters li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.p-episodeV2Chapters li a:link,
.p-episodeV2Chapters li a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2Chapters li a:active,
.p-episodeV2Chapters li a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:576px) {
	.p-episodeV2Chapters li {
		padding-left: 0;
		padding-right: 0
	}
}

.p-episodeV2Chapter__img {
	width: 160px
}

.p-episodeV2Chapter__img img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2Chapter__info {
	width: calc(100% - 160px);
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-episodeV2Chapter__info p {
	margin: 0;
	font-size: .9375rem;
	line-height: 1.2
}

@media screen and (max-width:576px) {
	.p-episodeV2Chapter__info {
		padding-left: 10px
	}

	.p-episodeV2Chapter__info p {
		font-size: .8125rem
	}
}

.p-episodeV2Chapter__number {
	font-size: 1.25rem;
	font-weight: 700
}

.p-episodeV2Chapter__number .c-icon {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle
}

@media screen and (max-width:576px) {
	.p-episodeV2Chapter__number {
		font-size: 1.125rem
	}
}

.p-episodeV2Transcript ul {
	padding: 0;
	list-style: none;
	margin: 0 20px
}

@media screen and (max-width:576px) {
	.p-episodeV2Transcript ul {
		margin: 0
	}
}

.p-episodeV2Transcript li {
	position: relative
}

.p-episodeV2Transcript li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5
}

.p-episodeV2Transcript li a {
	display: block;
	position: relative;
	padding-left: 100px
}

.p-episodeV2Transcript li a:link,
.p-episodeV2Transcript li a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2Transcript li a:active,
.p-episodeV2Transcript li a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:576px) {
	.p-episodeV2Transcript li a {
		padding-top: 24px;
		padding-left: 14px
	}
}

.p-episodeV2Transcript li p {
	margin: 0
}

@media screen and (max-width:576px) {
	.p-episodeV2Transcript li p {
		font-size: .875rem;
		line-height: 1.4
	}
}

.p-episodeV2Transcript li+li {
	padding-top: 24px
}

.p-episodeV2Transcript li:first-child:before {
	top: 10px;
	height: calc(100% - 10px)
}

.p-episodeV2Transcript li:last-child:before {
	height: 34px
}

.p-episodeV2Transcript__time {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #e6001a;
	font-size: .875rem;
	font-weight: 700
}

.p-episodeV2Transcript__time:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #e6001a;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	vertical-align: middle
}

.p-episodeV2Program {
	margin-top: 24px;
	padding-top: 36px;
	border-top: 1px solid #e5e5e5
}

@media screen and (max-width:576px) {
	.p-episodeV2Program {
		padding: 24px 12px 0
	}
}

.p-episodeV2Program h3 {
	margin: 0;
	font-size: 1rem
}

@media screen and (max-width:576px) {
	.p-episodeV2Program h3 {
		font-size: .9375rem
	}
}

.p-episodeV2Program__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__item {
		display: block
	}

	.p-episodeV2Program__item:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden
	}
}

.p-episodeV2Program__pic {
	position: relative;
	width: 200px
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__pic {
		float: left;
		width: 110px
	}
}

.p-episodeV2Program__pic:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.p-episodeV2Program__pic img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2Program__info {
	width: calc(100% - 200px);
	padding-left: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__info {
		width: auto;
		padding-left: 0
	}
}

.p-episodeV2Program__info .c-item__count {
	font-weight: 400
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__info .c-item__count {
		margin-left: 120px;
		font-size: .6875rem
	}
}

.p-episodeV2Program__info .c-item__count>span {
	display: inline-block;
	color: #000
}

.p-episodeV2Program__info .c-item__count>span:nth-child(2):before {
	content: "/";
	display: inline-block;
	margin: 0 8px
}

.p-episodeV2Program__info p {
	margin: 8px 0 0
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__info p {
		clear: left;
		padding-top: 12px;
		font-size: .875rem;
		line-height: 1.4
	}
}

.p-episodeV2Program__title {
	font-size: 1.375rem;
	font-weight: 700
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__title {
		font-size: 1.125rem;
		margin-left: 120px
	}
}

.p-episodeV2Program__link {
	margin-top: 20px
}

.p-episodeV2Program__link a {
	display: inline-block;
	min-width: 280px;
	padding: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e5e5e5;
	font-size: 1rem;
	font-weight: 700;
	text-align: center
}

.p-episodeV2Program__link a:link,
.p-episodeV2Program__link a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2Program__link a:active,
.p-episodeV2Program__link a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__link a {
		min-width: 100%;
		width: 100%;
		padding: 12px 0;
		font-size: .875rem
	}
}

.p-episodeV2Program__link span {
	display: inline-block;
	margin-left: 10px
}

.p-episodeV2Program__slider {
	display: none;
	margin: 24px -24px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #e5e5e5
}

@media screen and (max-width:768px) {
	.p-episodeV2Program__slider {
		display: block
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__slider {
		margin: 24px -12px 0
	}
}

.p-episodeV2Program__sliderInner {
	overflow-x: scroll
}

.p-episodeV2Program__sliderInner::-webkit-scrollbar {
	height: 5px;
	background-color: #fff
}

.p-episodeV2Program__sliderInner::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px
}

@media screen and (max-width:768px) {
	.p-episodeV2Program__sliderInner {
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.p-episodeV2Program__sliderInner::-webkit-scrollbar {
		display: none
	}
}

.p-episodeV2Program__sliderItems {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1376px;
	padding: 0 18px
}

@media screen and (max-width:576px) {
	.p-episodeV2Program__sliderItems {
		padding: 0 6px
	}
}

.p-episodeV2Program__sliderItems .c-item {
	width: 172px;
	padding: 6px
}

.p-episodeV2Program__sliderItems .c-item.-active {
	background-color: #fee4e7
}

.p-episodeV2Program__sliderItems .c-item .c-item__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 4px
}

.p-episodeV2Program__sliderItems .c-item .c-item__title a {
	font-size: .8125rem;
	font-weight: 700
}

.p-episodeV2Program__sliderItems .c-item .c-item__favorite {
	width: 24px;
	height: 24px
}

.p-episodeV2Program__sliderItems .c-item .c-item__favorite:after {
	background-size: 8px 8px
}

.p-episodeV2Program__sliderItems .c-item .c-item__favorite.-active:after {
	background-size: 16px 16px
}

.p-episodeV2Reporter {
	margin-top: 20px
}

.p-episodeV2Reporter__title {
	font-size: 1rem;
	font-weight: 700
}

.p-episodeV2Reporter__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-episodeV2Reporter__item {
	cursor: pointer;
	width: 140px;
	margin: 10px 0;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

@media screen and (max-width:768px) {
	.p-episodeV2Reporter__item {
		width: 100px
	}
}

.p-episodeV2Reporter__pic {
	overflow: hidden;
	max-width: 100px;
	margin: 0 auto;
	border: 2px solid #e6001a;
	border-radius: 50%;
	line-height: 1
}

@media screen and (max-width:768px) {
	.p-episodeV2Reporter__pic {
		max-width: 80px
	}
}

.p-episodeV2Reporter__pic img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2Reporter__name {
	margin-top: 4px;
	font-size: .875rem;
	line-height: 1.2
}

@media screen and (max-width:768px) {
	.p-episodeV2Reporter__name {
		font-size: .75rem
	}
}

.p-episodeV2ReporterModal {
	z-index: 9998;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.p-episodeV2ReporterModal__bg {
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.p-episodeV2ReporterModal__frame {
	position: relative;
	max-width: 768px;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	background: #fff
}

@media screen and (max-width:768px) {
	.p-episodeV2ReporterModal__frame {
		width: calc(100% - 24px)
	}
}

.p-episodeV2ReporterModal__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px
}

.p-episodeV2ReporterModal__header button {
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer
}

@media screen and (max-width:576px) {
	.p-episodeV2ReporterModal__header {
		margin-right: 0
	}

	.p-episodeV2ReporterModal__header svg {
		width: 20px;
		height: 20px
	}
}

.p-episodeV2ReporterModal__body {
	overflow-y: scroll;
	max-height: calc(100vh - 160px)
}

.p-episodeV2ReporterModal__body::-webkit-scrollbar {
	width: 6px;
	background-color: #fff
}

.p-episodeV2ReporterModal__body::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 3px
}

.p-episodeV2ReporterModal__body .p-episodeV2Reporter__item {
	width: 100%
}

.p-episodeV2ReporterModal__body .p-episodeV2Reporter__name {
	font-size: 1rem
}

.p-episodeV2ReporterModal__body .p-episodeV2Reporter__text {
	margin-top: 30px;
	text-align: left;
	line-height: 1.4
}

@media screen and (max-width:576px) {
	.p-episodeV2ReporterModal__body {
		max-height: calc(100vh - 100px)
	}

	.p-episodeV2ReporterModal__body .p-episodeV2Reporter__text {
		margin-top: 20px;
		font-size: .875rem
	}
}

.p-episodeV2ChapterModal {
	visibility: hidden;
	z-index: 9998;
	position: relative;
	width: 0;
	height: 100%
}

.p-episodeV2ChapterModal.-is-visible {
	visibility: visible;
	width: 100%
}

.p-episodeV2ChapterModal.-is-visible .p-episodeV2ChapterModal__bg {
	opacity: .5
}

.p-episodeV2ChapterModal.-is-visible .p-episodeV2ChapterModal__frame {
	opacity: 1;
	bottom: 0
}

.p-episodeV2ChapterModal__bg {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.p-episodeV2ChapterModal__frame {
	opacity: 0;
	position: fixed;
	left: 50%;
	bottom: -20px;
	max-width: 768px;
	width: 100%;
	margin: 20vh auto 0;
	padding: 0 12px 0 24px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	background: #fff;
	-webkit-transition: bottom .2s ease-out, opacity .3s;
	-o-transition: bottom .2s ease-out, opacity .3s;
	transition: bottom .2s ease-out, opacity .3s
}

@media screen and (max-width:768px) {
	.p-episodeV2ChapterModal__frame {
		width: calc(100% - 24px)
	}
}

.p-episodeV2ChapterModal__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	margin-right: 12px
}

.p-episodeV2ChapterModal__header button {
	-webkit-appearance: none;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer
}

@media screen and (max-width:576px) {
	.p-episodeV2ChapterModal__header {
		height: 60px
	}

	.p-episodeV2ChapterModal__header svg {
		width: 20px;
		height: 20px
	}
}

.p-episodeV2ChapterModal__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1
}

.p-episodeV2ChapterModal__title>svg {
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
	vertical-align: middle
}

@media screen and (max-width:576px) {
	.p-episodeV2ChapterModal__title {
		font-size: 1rem
	}
}

.p-episodeV2ChapterModal__chapter {
	overflow-y: scroll;
	max-height: calc(100vh - 200px)
}

.p-episodeV2ChapterModal__chapter::-webkit-scrollbar {
	width: 6px;
	background-color: #fff
}

.p-episodeV2ChapterModal__chapter::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 3px
}

.p-episodeV2ChapterModal__chapter .p-episodeV2TabContent__body {
	height: auto;
	padding: 0 12px 40px 0
}

.p-episodeV2ChapterModal__chapter .p-episodeV2TabContent__body li {
	padding-left: 0;
	padding-right: 0
}

.p-episodeV2ChapterModal__chapter .p-episodeV2TabContent__more {
	display: none
}

@media screen and (max-width:576px) {
	.p-episodeV2ChapterModal__chapter {
		max-height: calc(100vh - 160px)
	}

	.p-episodeV2ChapterModal__chapter .p-episodeV2TabContent__body {
		padding-bottom: 20px
	}
}

.p-episodeV2SideProgram {
	padding: 24px 0 0 24px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f3f3f3
}

@media screen and (max-width:992px) {
	.p-episodeV2SideProgram {
		margin-top: 20px;
		padding: 24px 24px 5px;
		border: 0
	}
}

@media screen and (max-width:768px) {
	.p-episodeV2SideProgram {
		display: none
	}
}

@media screen and (max-width:992px) {
	.p-episodeV2SideProgram__program {
		display: none
	}
}

.p-episodeV2SideProgram__program .c-item {
	margin-bottom: 12px
}

.p-episodeV2SideProgram__program .c-item .c-item__image {
	width: 100px
}

.p-episodeV2SideProgram__program .c-item .c-item__image>span:hover {
	opacity: 1
}

.p-episodeV2SideProgram__program .c-item .c-item__content {
	width: calc(100% - 100px);
	padding-left: 12px;
	padding-right: 12px
}

.p-episodeV2SideProgram__program .c-item .c-item__title {
	font-size: 1.125rem;
	font-weight: 700
}

.p-episodeV2SideProgram__program .c-item .c-item__count {
	font-size: .6875rem;
	font-weight: 400
}

.p-episodeV2SideProgram__program .c-item .c-item__count>span {
	display: inline-block;
	color: #000
}

.p-episodeV2SideProgram__program .c-item .c-item__count>span:nth-child(2):before {
	content: "/";
	display: inline-block;
	margin: 0 8px
}

.p-episodeV2SideProgram__list {
	overflow-y: scroll;
	height: 145px;
	margin: 0 5px 0 4px;
	padding-right: 5px;
	-webkit-transition: height .5s cubic-bezier(.33, 1, .68, 1);
	-o-transition: height .5s cubic-bezier(.33, 1, .68, 1);
	transition: height .5s cubic-bezier(.33, 1, .68, 1)
}

@media screen and (max-width:992px) {
	.p-episodeV2SideProgram__list {
		height: 220px;
		margin: 0
	}
}

.p-episodeV2SideProgram__list::-webkit-scrollbar {
	width: 5px;
	background-color: #f3f3f3
}

.p-episodeV2SideProgram__list::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px
}

.p-episodeV2SideProgram__list .c-item {
	margin: 0;
	padding: 6px 0 6px 6px
}

.p-episodeV2SideProgram__list .c-item.-active {
	position: relative;
	background-color: #fee4e7
}

.p-episodeV2SideProgram__list .c-item .c-item__image {
	width: 130px
}

.p-episodeV2SideProgram__list .c-item .c-item__content {
	width: calc(100% - 130px);
	padding-left: 12px
}

.p-episodeV2SideProgram__list .c-item .c-item__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.p-episodeV2SideProgram__list .c-item .c-item__title a {
	font-size: .8125rem;
	font-weight: 700
}

.p-episodeV2SideProgram__list .c-item .c-item__favorite {
	width: 24px;
	height: 24px
}

.p-episodeV2SideProgram__list .c-item .c-item__favorite:after {
	background-size: 8px 8px
}

.p-episodeV2SideProgram__list .c-item .c-item__favorite.-active:after {
	background-size: 16px 16px
}

.p-episodeV2SideProgram__moreBtn {
	-webkit-appearance: none;
	outline: none;
	border: 0;
	background: none;
	cursor: pointer;
	display: block;
	position: relative;
	width: 100%;
	padding: 12px 10px;
	border-top: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .875rem;
	text-align: left
}

.p-episodeV2SideProgram__moreBtn>b {
	font-weight: 700
}

.p-episodeV2SideProgram__moreBtn:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .06)));
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .06));
	background: -o-linear-gradient(transparent 0, rgba(0, 0, 0, .06) 100%);
	background: linear-gradient(transparent, rgba(0, 0, 0, .06))
}

.p-episodeV2SideProgram__moreBtn:after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	right: 26px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #e6001a;
	border-bottom: 2px solid #e6001a;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.p-episodeV2SideProgram__moreBtn.-active:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

@media screen and (max-width:992px) {
	.p-episodeV2SideProgram__moreBtn {
		text-align: center
	}

	.p-episodeV2SideProgram__moreBtn:after {
		display: inline-block;
		position: relative;
		top: -3px;
		right: auto;
		margin-left: 10px
	}
}

.p-episodeV2Side {
	padding: 24px 0 24px 24px
}

@media screen and (max-width:992px) {
	.p-episodeV2Side {
		padding: 24px 0
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2Side {
		padding: 24px 12px
	}
}

.p-episodeV2Side__heading {
	margin: 24px 0 20px;
	font-size: 1.25rem;
	font-weight: 700
}

.p-episodeV2Side__heading span {
	display: inline-block;
	border-bottom: 2px solid #e6001a
}

.p-episodeV2Side__episodes .c-item {
	margin-bottom: 12px
}

.p-episodeV2Side__episodes .c-item .c-item__image {
	width: 160px
}

.p-episodeV2Side__episodes .c-item .c-item__favorite {
	width: 24px;
	height: 24px
}

.p-episodeV2Side__episodes .c-item .c-item__favorite:after {
	background-size: 8px 8px
}

.p-episodeV2Side__episodes .c-item .c-item__favorite.-active:after {
	background-size: 16px 16px
}

.p-episodeV2Side__episodes .c-item .c-item__content {
	width: calc(100% - 160px);
	padding-left: 12px
}

.p-episodeV2Side__episodes .c-item .c-item__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0
}

.p-episodeV2Side__episodes .c-item .c-item__title a {
	font-size: .875rem
}

@media screen and (max-width:576px) {
	.p-episodeV2Side__episodes .c-item .c-item__title {
		line-height: 1.2
	}
}

.p-episodeV2Side__episodes .c-item .c-item__program {
	margin: 2px 0 0;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999
}

.p-episodeV2Side__episodes .c-item .c-item__program a,
.p-episodeV2Side__episodes .c-item .c-item__program span {
	pointer-events: none;
	font-size: .8125rem
}

.p-episodeV2Side__episodes .c-item .c-time {
	margin: 5px 0 0
}

.p-episodeV2Side__episodes .c-item .c-label {
	margin-top: 5px;
	font-size: .6875rem
}

.p-episodeV2Side__episodes .c-item .c-label span {
	display: inline-block;
	padding: 0 8px;
	background-color: #e5e5e5;
	line-height: 1.4
}

.p-episodeV2Side__episodes .c-item .c-label.-is-red span {
	color: #e6001a;
	background-color: #ffe4e7
}

.p-episodeV2Side__bnr {
	margin: 12px 0
}

.p-episodeV2Side__bnr img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2Side__bnr img.-sm {
	display: block
}

.p-episodeV2Side__bnr img.-lg {
	display: none
}

@media screen and (max-width:992px) {
	.p-episodeV2Side__bnr img.-sm {
		display: none
	}

	.p-episodeV2Side__bnr img.-lg {
		display: block
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2Side__bnr img.-sm {
		display: block
	}

	.p-episodeV2Side__bnr img.-lg {
		display: none
	}
}

.p-episodeV2SideLive {
	border: 1px solid #e6001a
}

.p-episodeV2SideLive a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px 8px 0
}

.p-episodeV2SideLive a:link,
.p-episodeV2SideLive a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2SideLive a:active,
.p-episodeV2SideLive a:hover {
	color: #333;
	text-decoration: none
}

.p-episodeV2SideLive__info {
	width: calc(100% - 100px);
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3
}

.p-episodeV2SideLive__heading {
	color: #999;
	font-size: .75rem
}

.p-episodeV2SideLive__label {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	padding: 3px 20px 2px 10px;
	background: -webkit-gradient(linear, right top, left top, from(#e6001a), to(#a25cbf));
	background: -webkit-linear-gradient(right, #e6001a, #a25cbf);
	background: -o-linear-gradient(right, #e6001a 0, #a25cbf 100%);
	background: linear-gradient(270deg, #e6001a 0, #a25cbf);
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
	line-height: 14px
}

.p-episodeV2SideLive__label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-color: transparent #fff #fff transparent;
	border-style: solid;
	border-width: 11px 4px
}

.p-episodeV2SideLive__label svg {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	line-height: 1
}

.p-episodeV2SideLive__title {
	margin-top: 8px
}

.p-episodeV2SideLive__program,
.p-episodeV2SideLive__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-left: 12px;
	font-size: .875rem;
	font-weight: 700
}

.p-episodeV2SideLive__program {
	color: #999
}

.p-episodeV2SideLive__pic {
	width: 100px;
	margin-top: 10px
}

.p-episodeV2SideLive__pic img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2SideTopDocs {
	margin: 12px 0 16px;
	padding: 12px 12px 0;
	background-color: #f3f3f3
}

.p-episodeV2SideTopDocs header {
	max-width: 248px;
	margin: 0 auto
}

.p-episodeV2SideTopDocs header img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2SideTopDocs__inner {
	max-width: 450px;
	margin: 0 auto
}

.p-episodeV2SideTopDocs__image {
	position: relative;
	margin-top: 12px
}

.p-episodeV2SideTopDocs__image img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2SideTopDocs__content {
	position: relative;
	width: 80%;
	margin-top: -40px;
	margin-left: -12px;
	padding: 10px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.1
}

.p-episodeV2SideTopDocs__content a:link,
.p-episodeV2SideTopDocs__content a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2SideTopDocs__content a:active,
.p-episodeV2SideTopDocs__content a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:992px) {
	.p-episodeV2SideTopDocs__content {
		font-size: 1.375rem
	}
}

@media screen and (max-width:576px) {
	.p-episodeV2SideTopDocs__content {
		font-size: 1.25rem
	}
}

.p-episodeV2SidePgmBnr {
	margin: 12px 0 16px;
	padding: 0 12px 12px;
	border: 4px solid #e5e5e5;
	color: #000
}

.p-episodeV2SidePgmBnr header {
	max-width: 240px;
	margin: 0 auto;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-align: center
}

.p-episodeV2SidePgmBnr header img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2SidePgmBnr a {
	display: block
}

.p-episodeV2SidePgmBnr a:link,
.p-episodeV2SidePgmBnr a:visited {
	color: #000;
	text-decoration: none
}

.p-episodeV2SidePgmBnr a:active,
.p-episodeV2SidePgmBnr a:hover {
	color: #333;
	text-decoration: none
}

.p-episodeV2SidePgmBnr__inner {
	max-width: 450px;
	margin: 0 auto
}

.p-episodeV2SidePgmBnr__image img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-episodeV2SidePgmBnr__title {
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2
}

.p-episodeV2SidePgmBnr__title+.p-episodeV2SidePgmBnr__subtitle {
	margin-top: 5px
}

.p-episodeV2SidePgmBnr__subtitle {
	margin-top: 10px;
	color: #666;
	font-size: .8125rem;
	font-weight: 700;
	line-height: 1.2
}

.p-playlistDetailV2 .p-episodev2__video {
	padding: 24px 0 0;
	border: 0;
	background-color: transparent;
	margin-left: 0
}

@media screen and (max-width:992px) {
	.p-playlistDetailV2 .p-episodev2__video {
		margin: 0 -24px;
		padding: 24px;
		background-color: #000
	}
}

@media screen and (max-width:768px) {
	.p-playlistDetailV2 .p-episodev2__video {
		padding: 0
	}
}

@media screen and (max-width:576px) {
	.p-playlistDetailV2 .p-episodev2__video {
		margin: 0
	}
}

.p-playlistDetailV2__section {
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5
}

.p-playlistDetailV2__section>.c-heading-C {
	margin-top: 0
}

.p-playlistDetailV2__section+.p-playlistDetailV2__section {
	margin-top: 20px
}

.p-playlistDetailV2__section.-show-lg {
	display: none
}

@media screen and (max-width:992px) {
	.p-playlistDetailV2__section {
		display: none
	}

	.p-playlistDetailV2__section.-show-lg {
		display: block
	}

	.p-playlistDetailV2__section>.c-heading-C {
		margin-left: 24px
	}
}

@media screen and (max-width:576px) {
	.p-playlistDetailV2__section {
		margin-top: 0
	}

	.p-playlistDetailV2__section>.c-heading-C {
		margin-left: 12px
	}
}

.p-playlistDetailV2Main {
	display: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:992px) {
	.p-playlistDetailV2Main {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 8px 24px
	}
}

@media screen and (max-width:576px) {
	.p-playlistDetailV2Main {
		padding: 8px
	}
}

.p-playlistDetailV2Main__image {
	width: 108px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.p-playlistDetailV2Main__image>span {
	display: block;
	position: relative;
	padding: 5% 11% 11% 5%;
	background: url(../images/playlist.svg) 0 0 no-repeat;
	background-size: contain
}

.p-playlistDetailV2Main__image>span img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-playlistDetailV2Main__image .c-playlist__favorite {
	width: 24px;
	height: 24px
}

.p-playlistDetailV2Main__image .c-playlist__favorite:after {
	background-size: 8px 8px
}

.p-playlistDetailV2Main__image .c-playlist__favorite.-active:after {
	background-size: 16px 16px
}

@media screen and (max-width:576px) {
	.p-playlistDetailV2Main__image {
		width: 75px
	}

	.p-playlistDetailV2Main__image .c-playlist__favorite {
		bottom: 10px;
		right: 10px
	}
}

.p-playlistDetailV2Main__info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 20px
}

@media screen and (max-width:576px) {
	.p-playlistDetailV2Main__info {
		padding-left: 12px
	}
}

.p-playlistDetailV2Main__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3
}

@media screen and (max-width:576px) {
	.p-playlistDetailV2Main__title {
		font-size: 1rem
	}
}

.p-playlistDetailV2Main__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px
}

.p-playlistDetailV2Main__count {
	padding: 0 10px 10px 0;
	font-size: .8125rem
}

.p-playlistDetailV2Main__count .c-icon {
	top: 1px;
	margin-right: 5px
}

.p-playlistDetailV2Main__share {
	position: relative;
	font-size: .8125rem
}

.p-playlistDetailV2Main__shareSns .c-sns {
	margin-top: 0
}

.p-episodeV2SidePlaylist {
	padding-top: 24px;
	padding-left: 24px
}

@media screen and (max-width:992px) {
	.p-episodeV2SidePlaylist {
		padding-left: 0
	}
}

.p-episodeV2SidePlaylist .p-playlistDetailV2Main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 17px 0 12px
}

.p-episodeV2SidePlaylist .p-playlistDetailV2Main:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: -webkit-gradient(linear, right top, left top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(right, #e60078, #e6001a);
	background: -o-linear-gradient(right, #e60078 0, #e6001a 100%);
	background: linear-gradient(270deg, #e60078 0, #e6001a)
}

@media screen and (max-width:992px) {
	.p-episodeV2SidePlaylist .p-playlistDetailV2Main {
		display: none
	}
}

.p-episodeV2SidePlaylist__heading {
	margin-bottom: 12px;
	border-top: 1px solid #e5e5e5
}

.p-episodeV2SidePlaylist__heading>span {
	display: inline-block;
	padding: 0 16px;
	background: -webkit-gradient(linear, right top, left top, from(#e60078), to(#e6001a));
	background: -webkit-linear-gradient(right, #e60078, #e6001a);
	background: -o-linear-gradient(right, #e60078 0, #e6001a 100%);
	background: linear-gradient(270deg, #e60078 0, #e6001a);
	color: #fff;
	font-size: .8125rem;
	font-weight: 700;
	line-height: 24px
}

.p-episodeV2SidePlaylist__episodes .c-item {
	position: relative;
	margin-bottom: 0;
	padding: 6px 0 6px 30px;
	cursor: pointer
}

.p-episodeV2SidePlaylist__episodes .c-item .c-item__image {
	width: 130px
}

.p-episodeV2SidePlaylist__episodes .c-item .c-item__content {
	width: calc(100% - 130px);
	padding-left: 12px
}

.p-episodeV2SidePlaylist__episodes .c-item .c-item__playlistNumber {
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: .875rem
}

.p-episodeV2SidePlaylist__episodes .c-item.-playing {
	padding-right: 6px;
	background-color: #ffe4e7
}

.p-episodeV2SidePlaylist__episodes .c-item.-playing:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-left: solid #e6001a;
	border-width: 6px 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.p-episodeV2SidePlaylist__episodes .c-item.-playing .c-item__playlistNumber {
	font-weight: 700
}

.p-episodeV2SidePlaylist__episodes .c-item.-playing .-hoverIcon a:before,
.p-episodeV2SidePlaylist__episodes .c-item.-playing .-hoverIcon span:before {
	display: none
}

@media screen and (min-width:769px) {
	.p-episodeV2SidePlaylist__episodes .c-item {
		background-color: #fff;
		-webkit-transition: background .3s;
		-o-transition: background .3s;
		transition: background .3s
	}

	.p-episodeV2SidePlaylist__episodes .c-item:hover {
		background-color: #ffe4e7
	}
}

.p-topDocs {
	background-color: #f3f3f3
}

.p-topDocs+.p-billboard {
	margin-bottom: 40px
}

.p-topDocs__items {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px
}

@media screen and (max-width:992px) {
	.p-topDocs__items {
		max-width: 768px
	}
}

@media screen and (max-width:768px) {
	.p-topDocs__items {
		padding: 20px
	}
}

@media screen and (max-width:576px) {
	.p-topDocs__items {
		padding: 0 0 20px
	}
}

.p-topDocsItem {
	position: relative
}

.p-topDocsItem+.p-topDocsItem {
	margin-top: 40px
}

@media screen and (max-width:992px) {
	.p-topDocsItem+.p-topDocsItem {
		margin-top: 10px
	}
}

@media screen and (max-width:576px) {
	.p-topDocsItem+.p-topDocsItem {
		margin-top: 20px
	}
}

.p-topDocsItem__image {
	position: relative;
	width: calc(100% - 380px)
}

.p-topDocsItem__image a {
	display: block;
	position: relative
}

.p-topDocsItem__image a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2)
}

.p-topDocsItem__image img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-topDocsItem__image img.-is-sp {
	display: none
}

@media screen and (max-width:576px) {
	.p-topDocsItem__image img.-is-pc {
		display: none
	}

	.p-topDocsItem__image img.-is-sp {
		display: block
	}
}

.p-topDocsItem__image .c-item__favorite:not(.isTopTopdocs) {
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px
}

.p-topDocsItem__image .c-item__favorite:not(.isTopTopdocs):after {
	background-size: 20px 20px
}

.p-topDocsItem__image .c-item__favorite:not(.isTopTopdocs).-active:after {
	background-size: 26px 26px
}

@media screen and (max-width:992px) {
	.p-topDocsItem__image {
		width: 100%
	}
}

@media screen and (max-width:576px) {
	.p-topDocsItem__image .c-item__favorite:not(.isTopTopdocs) {
		bottom: 20px;
		right: 10px;
		width: 40px;
		height: 40px
	}

	.p-topDocsItem__image .c-item__favorite:not(.isTopTopdocs):after {
		background-size: 16px 16px
	}

	.p-topDocsItem__image .c-item__favorite:not(.isTopTopdocs).-active:after {
		background-size: 22px 22px
	}
}

.p-topDocsItem__content {
	position: absolute;
	top: 50%;
	right: 0;
	width: 450px;
	padding: 10px 12px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width:992px) {
	.p-topDocsItem__content {
		position: relative;
		top: -30px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@media screen and (max-width:576px) {
	.p-topDocsItem__content {
		top: -20px;
		width: calc(100% - 55px)
	}
}

.p-topDocsItem__title {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2
}

.p-topDocsItem__title a:link,
.p-topDocsItem__title a:visited {
	color: #000;
	text-decoration: none
}

.p-topDocsItem__title a:active,
.p-topDocsItem__title a:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:1160px) {
	.p-topDocsItem__title {
		font-size: 2rem
	}
}

@media screen and (max-width:576px) {
	.p-topDocsItem__title {
		font-size: 1.5rem
	}
}

.p-topDocsHeader {
	margin: 0;
	padding: 30px 0;
	font-size: 1rem;
	text-align: center
}

.p-topDocsHeader a {
	display: inline-block
}

.p-topDocsHeader img {
	max-width: 100%;
	height: auto
}

@media screen and (max-width:576px) {
	.p-topDocsHeader {
		padding: 16px 0
	}

	.p-topDocsHeader img {
		max-width: 50%
	}
}

.p-docsEpisode {
	position: relative;
	padding: 30px 0 20px;
	background-color: #f3f3f3
}

.p-docsEpisode.-play .p-docsEpisode__bg img {
	visibility: hidden
}

.p-docsEpisode.-play .p-docsEpisode__heading {
	display: none
}

.p-docsEpisode.-play .p-docsEpisode__videoWrap {
	visibility: visible
}

.p-docsEpisode .p-episodeItem__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.3
}

.p-docsEpisode .p-episodeItem__date {
	margin-top: 5px;
	color: #e6001a;
	line-height: 1.3
}

.p-docsEpisode .p-episodeItem__date br {
	display: none
}

.p-docsEpisode .p-episodeItem__description {
	color: #000
}

.p-docsEpisode .p-episodeItem__items {
	border-bottom: 0
}

.p-docsEpisode .p-episodeItem__heading {
	color: #000
}

.p-docsEpisode .p-episodeItem__tags li a {
	border-color: #000
}

.p-docsEpisode .p-episodeItem__tags li a:active,
.p-docsEpisode .p-episodeItem__tags li a:hover,
.p-docsEpisode .p-episodeItem__tags li a:link,
.p-docsEpisode .p-episodeItem__tags li a:visited {
	color: #000;
	text-decoration: none
}

.p-docsEpisode .p-episodeItem__programsCount {
	color: #000
}

.p-docsEpisode+.p-billboard {
	margin-bottom: 40px
}

@media screen and (max-width:768px) {
	.p-docsEpisode {
		padding-top: 0
	}
}

@media screen and (max-width:576px) {
	.p-docsEpisode .p-episodeItem__title {
		font-size: 1.125rem
	}

	.p-docsEpisode .p-episodeItem__date {
		font-size: .6875rem
	}

	.p-docsEpisode .p-episodeItem__date br {
		display: block
	}
}

.p-docsEpisode__bg {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 810px;
	background-color: #000;
	text-align: center
}

.p-docsEpisode__bg:after {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#f3f3f3));
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #f3f3f3);
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #f3f3f3 100%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #f3f3f3);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#f3f3f3", GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#f3f3f3", GradientType=0)
}

@media screen and (max-width:1440px) {
	.p-docsEpisode__bg {
		height: 0;
		padding-bottom: 56.25%
	}
}

@media screen and (max-width:1076px) {
	.p-docsEpisode__bg:after {
		display: none
	}
}

@media screen and (max-width:576px) {
	.p-docsEpisode__bg {
		padding-bottom: 100%
	}
}

.p-docsEpisode__bgItem {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 1.6s;
	-o-transition: opacity 1.6s;
	transition: opacity 1.6s;
	opacity: 0
}

.p-docsEpisode__bgItem.-current {
	opacity: 1
}

.p-docsEpisode__bgItem:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .2)
}

.p-docsEpisode__bgItem img {
	z-index: 0;
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: auto;
	vertical-align: top
}

.p-docsEpisode__bgItem img.-is-sp {
	display: none
}

@media screen and (max-width:576px) {
	.p-docsEpisode__bgItem img.-is-pc {
		display: none
	}

	.p-docsEpisode__bgItem img.-is-sp {
		display: block
	}
}

.p-docsEpisode__main {
	max-width: 1140px
}

@media screen and (max-width:576px) {
	.p-docsEpisode__main {
		padding: 21.8% 20px
	}
}

.p-docsEpisode__videoWrap {
	visibility: hidden;
	max-width: 768px;
	margin: 0 auto
}

.p-docsEpisode__heading {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, .2)
}

@media screen and (max-width:768px) {
	.p-docsEpisode__heading {
		bottom: 20px;
		font-size: 2.625rem
	}
}

@media screen and (max-width:576px) {
	.p-docsEpisode__heading {
		padding: 0 10px;
		font-size: 1.75rem
	}
}

.p-docsInfo {
	position: relative;
	max-width: 1060px;
	margin: 30px auto 60px;
	padding: 24px 40px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

@media screen and (max-width:992px) {
	.p-docsInfo {
		padding: 20px 20px 40px
	}
}

@media screen and (max-width:768px) {
	.p-docsInfo {
		margin-top: 0;
		margin-bottom: 40px
	}
}

@media screen and (max-width:576px) {
	.p-docsInfo {
		margin-bottom: 20px;
		padding: 10px 10px 40px
	}
}

.p-docsInfo__survey {
	margin-top: 20px
}

.p-docsInfo__survey>p {
	font-weight: 700;
	font-size: .9375rem
}

@media screen and (max-width:576px) {
	.p-docsInfo__survey>p {
		font-size: .8125rem
	}
}

.p-docsInfo__point {
	max-width: 840px;
	margin: 30px auto 0;
	padding: 0 10px
}

.p-docsInfo__point ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.p-docsInfo__point li {
	position: relative;
	padding-left: 24px;
	font-weight: 700;
	line-height: 1.3
}

.p-docsInfo__point li+li {
	margin-top: 12px
}

.p-docsInfo__point li:before {
	content: "";
	display: block;
	position: absolute;
	top: .4em;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e6001a
}

@media screen and (max-width:576px) {
	.p-docsInfo__point li {
		font-size: .875rem
	}
}

.p-docsMenu {
	position: relative;
	padding-left: calc(42% + 4px);
	margin-top: 20px
}

@media screen and (max-width:767px) {
	.p-docsMenu {
		padding-left: 0
	}
}

@media screen and (max-width:576px) {
	.p-docsMenu {
		margin-top: 12px
	}
}

.p-docsMenu__playBtn {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: calc(100% - 4px);
	background: -webkit-gradient(linear, left top, right top, from(#e60076), to(#e6001a));
	background: -webkit-linear-gradient(left, #e60076, #e6001a);
	background: -o-linear-gradient(left, #e60076 0, #e6001a 100%);
	background: linear-gradient(90deg, #e60076 0, #e6001a);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#e60076", endColorstr="#e6001a", GradientType=1);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#e60076", endColorstr="#e6001a", GradientType=1);
	pointer-events: none;
	opacity: .2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.p-docsMenu__playBtn.-is-visible {
	opacity: 1;
	pointer-events: auto
}

.p-docsMenu__playBtn.-is-visible:hover {
	opacity: .8
}

@media screen and (max-width:767px) {
	.p-docsMenu__playBtn.-is-visible:hover {
		opacity: 1
	}
}

.p-docsMenu__playBtn.-pause .p-docsMenu__watchNowIcon {
	background-image: url(../images/icon-pause.svg)
}

@media screen and (max-width:767px) {
	.p-docsMenu__playBtn {
		position: relative;
		width: auto;
		height: auto;
		margin-bottom: 4px
	}
}

.p-docsMenu__watchNow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:767px) {
	.p-docsMenu__watchNow {
		position: static;
		height: auto;
		padding: 20px
	}
}

.p-docsMenu__watchNowIcon {
	position: relative;
	width: 50px;
	height: 50px;
	margin-right: 12px;
	background: url(../images/icon-play.svg) 50% no-repeat;
	background-size: contain
}

@media screen and (max-width:576px) {
	.p-docsMenu__watchNowIcon {
		width: 24px;
		height: 24px
	}
}

.p-docsMenu__watchNowText {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1
}

.p-docsMenu__watchNowText>span {
	display: inline-block;
	font-size: .875rem;
	font-weight: 400
}

@media screen and (max-width:576px) {
	.p-docsMenu__watchNowText {
		font-size: 1.125rem
	}

	.p-docsMenu__watchNowText>span {
		font-size: .75rem
	}
}

.p-docsMenu__sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px
}

.p-docsMenu__sub>div {
	width: 50%;
	padding: 0 2px 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:576px) {
	.p-docsMenu__sub>div {
		width: 100%
	}
}

.p-docsMenu__btn {
	cursor: pointer;
	position: relative;
	padding: 0 30px 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
	font-size: .9375rem;
	line-height: 50px
}

.p-docsMenu__btn .c-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%
}

@media screen and (min-width:769px) {
	.p-docsMenu__btn {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.p-docsMenu__btn:hover {
		opacity: .8
	}
}

@media screen and (max-width:576px) {
	.p-docsMenu__btn {
		padding-left: 60px;
		font-size: .875rem;
		line-height: 44px
	}

	.p-docsMenu__btn .c-icon {
		left: 8px;
		width: 44px;
		height: 100%
	}
}

.p-docsMenu__mylist {
	position: relative
}

.p-docsMenu__mylist .p-docsMenu__btn .c-icon {
	background: url(../images/icon-add-wht.svg) 50% no-repeat;
	background-size: 14px 14px
}

.p-docsMenu__mylist .p-docsMenu__btn.-active .c-icon {
	background: url(../images/icon-mylist-wht.svg) 50% no-repeat;
	background-size: 23px 23px
}

.p-docsMenu__share {
	position: relative
}

.p-docsMenu__share .c-icon {
	background: url(../images/icon-share.svg) 50% no-repeat;
	background-size: 18px 18px
}

.p-docsMenu__shareBox {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	width: calc(100% - 4px);
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #333;
	-webkit-transition: height .3s ease-out;
	-o-transition: height .3s ease-out;
	transition: height .3s ease-out
}

.p-docsMenu__shareBox .c-sns {
	margin: 0;
	padding: 11px;
	text-align: center
}

.p-docsMenu__shareBox .c-sns li {
	margin: 0 5px
}

.p-docsMenu__lang {
	position: relative
}

.p-docsMenu__lang .c-icon {
	background: url(../images/icon-earth-wht.svg) 50% no-repeat;
	background-size: 20px 20px
}

.p-docsMenu__langMenu {
	overflow: hidden;
	position: absolute;
	width: calc(100% - 4px);
	height: 0;
	-webkit-transition: height .3s ease-out;
	-o-transition: height .3s ease-out;
	transition: height .3s ease-out
}

.p-docsMenu__langMenu .p-episodeLang__list {
	width: 100%;
	min-width: 280px;
	max-width: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-docsMenu__lang .p-docsMenu__btn:after,
.p-docsMenu__share .p-docsMenu__btn:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 23px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #fff
}

.p-docsMenu__lang .p-docsMenu__btn.-active:after,
.p-docsMenu__share .p-docsMenu__btn.-active:after {
	top: 16px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.p-docsSurvey {
	padding: 20px 10px;
	background-color: #f3f3f3
}

.p-docsSurvey__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-docsSurvey__item {
	width: 120px;
	max-width: 20%;
	text-align: center
}

.p-docsSurvey__rate {
	color: #e6001a;
	font-size: .875rem;
	font-weight: 700
}

@media screen and (max-width:576px) {
	.p-docsSurvey__rate {
		font-size: .8125rem
	}
}

.p-docsSurvey__btn {
	display: block;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #000;
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center
}

.p-docsSurvey__btn:link,
.p-docsSurvey__btn:visited {
	color: #000;
	text-decoration: none
}

.p-docsSurvey__btn:active,
.p-docsSurvey__btn:hover {
	color: #333;
	text-decoration: none
}

.p-docsSurvey__btn img {
	width: 100%;
	height: auto;
	vertical-align: top;
	display: inline-block;
	width: 80px;
	max-width: calc(100% - 10px);
	margin: 0 5px 4px;
	border: 3px solid #000;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-docsSurvey__btn.-is-active img {
	border-color: #e6001a
}

.p-docsSurvey__btn.-is-disabled {
	cursor: default;
	pointer-events: none
}

@media screen and (min-width:769px) {
	.p-docsSurvey__btn {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.p-docsSurvey__btn:hover {
		opacity: .5
	}

	.p-docsSurvey__btn.-is-active:hover {
		opacity: 1
	}
}

@media screen and (max-width:768px) {
	.p-docsSurvey__btn {
		font-size: .8125rem
	}
}

@media screen and (max-width:576px) {
	.p-docsSurvey__btn {
		font-size: .625rem
	}

	.p-docsSurvey__btn img {
		max-width: calc(100% - 8px);
		margin: 0 4px 2px;
		border-color: #e5e5e5
	}

	.p-docsSurvey__btn.-is-active img {
		border-color: #e6001a
	}
}

@media screen and (max-width:360px) {
	.p-docsSurvey__btn img {
		max-width: 46px
	}
}

.p-docsSurvey__send {
	margin-top: 20px;
	text-align: center
}

.p-docsSurvey__send .c-btn {
	width: 180px;
	margin: 0 auto;
	padding: 12px 0;
	border: 2px solid #000;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-size: .875rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3
}

.p-docsSurvey__send .c-btn:link,
.p-docsSurvey__send .c-btn:visited {
	color: #000;
	text-decoration: none
}

.p-docsSurvey__send .c-btn:active,
.p-docsSurvey__send .c-btn:hover {
	color: #333;
	text-decoration: none
}

.p-docsSurvey__send .c-btn.-is-disabled {
	opacity: .3;
	cursor: default;
	color: #000;
	pointer-events: none
}

@media screen and (max-width:576px) {
	.p-docsSurvey__send .c-btn {
		width: 130px;
		padding: 8px 0;
		border-radius: 20px;
		font-size: .8125rem
	}
}

.p-docsSurvey__contact {
	display: none;
	margin-top: 20px;
	text-align: center
}

.p-docsSurvey__contact.-is-active {
	display: block
}

.p-docsSurvey__contact .c-btn {
	width: 300px;
	max-width: 100%;
	font-size: .9375rem
}

.p-docsSurvey__contact .c-btn>.c-icon {
	top: 5px;
	width: 20px;
	height: 18px;
	margin-right: 10px;
	background: url(/nhkworld/en/ondemand/topdocs/images/icon_comment.png) 50% no-repeat;
	background-size: contain
}

@media screen and (max-width:576px) {
	.p-docsSurvey__contact .c-btn {
		font-size: .875rem
	}
}

.p-docsEpisodeV2 .p-docsInfo__point {
	margin-top: 40px
}

@media screen and (max-width:576px) {
	.p-docsEpisodeV2 .p-docsInfo__point {
		margin-top: 30px
	}
}

.p-docsEpisodeV2 .p-episodeV2__body {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5
}

@media screen and (max-width:576px) {
	.p-docsEpisodeV2 .p-episodeV2__body {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

@media screen and (max-width:992px) {
	.p-docsEpisodeV2 .p-episodeV2__side {
		margin-top: 40px
	}
}

@media screen and (max-width:576px) {
	.p-docsEpisodeV2 .p-episodeV2__side {
		margin-top: 20px
	}
}

.p-docsEpisodeV2__hero {
	overflow: hidden;
	position: relative;
	background-color: #000
}

.p-docsEpisodeV2__hero .p-episodev2__video {
	max-width: 864px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: transparent
}

@media screen and (max-width:992px) {
	.p-docsEpisodeV2__hero .p-episodev2__videoInner {
		max-width: 864px
	}
}

.p-docsEpisodeV2__hero .p-episodeV2__floatingVideo .p-episodeV2__image {
	opacity: 0
}

.p-docsEpisodeV2__hero .p-episodeV2__floatingVideo.-is-floating .p-episodeV2__image {
	opacity: 1
}

.p-docsEpisodeV2__hero.-play .p-docsEpisodeV2__heading,
.p-docsEpisodeV2__hero.-play .p-docsEpisodeV2__heroBg {
	opacity: 0
}

@media screen and (max-width:992px) {
	.p-docsEpisodeV2__hero.-play .p-docsEpisodeV2__heading {
		opacity: 1
	}
}

.p-docsEpisodeV2__heroBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.p-docsEpisodeV2__heroBg.-hide {
	opacity: 0
}

.p-docsEpisodeV2__heroBgItem {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 1.6s;
	-o-transition: opacity 1.6s;
	transition: opacity 1.6s
}

.p-docsEpisodeV2__heroBgItem.-current {
	opacity: 1
}

.p-docsEpisodeV2__heroBgItem .-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 50% no-repeat;
	background-size: cover;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: brightness(110%) blur(30px);
	filter: brightness(110%) blur(30px)
}

.p-docsEpisodeV2__heroBgItem .-image {
	position: relative;
	max-width: 864px;
	margin: 0 auto
}

.p-docsEpisodeV2__heroBgItem .-image img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-docsEpisodeV2__heading {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding-bottom: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: right;
	line-height: 1.2;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

@media screen and (max-width:992px) {
	.p-docsEpisodeV2__heading {
		position: relative;
		padding: 16px 0;
		background-color: #222;
		font-size: 2rem;
		text-align: left
	}
}

@media screen and (max-width:576px) {
	.p-docsEpisodeV2__heading {
		padding: 12px;
		font-size: 1.5rem
	}

	.p-docsEpisodeV2__heading>.l-block {
		padding: 0
	}
}

.p-docsEpisodeV2__survey {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 10px
}

.p-docsEpisodeV2__survey .p-docsSurvey {
	padding-top: 54px;
	padding-bottom: 0;
	background-color: transparent
}

.p-docsEpisodeV2__survey .p-docsSurvey__send a {
	width: 120px;
	padding: 4px 0;
	border-radius: 15px
}

@media screen and (max-width:576px) {
	.p-docsEpisodeV2__survey {
		margin: 30px 10px
	}

	.p-docsEpisodeV2__survey .p-docsSurvey {
		padding-top: 40px
	}
}

.p-docsEpisodeV2__surveyTitle {
	position: absolute;
	top: -14px;
	left: 30px;
	margin: 0;
	font-size: .9375rem;
	font-weight: 700
}

.p-docsEpisodeV2__surveyTitle>span {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff
}

@media screen and (max-width:576px) {
	.p-docsEpisodeV2__surveyTitle {
		font-size: .8125rem
	}
}

.p-specialTag__topBnr {
	margin: 20px 0;
	text-align: center
}

.p-specialTag__topBnr img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

.p-specialTag__topBnr .-is-sp {
	display: none
}

@media screen and (max-width:576px) {
	.p-specialTag__topBnr {
		margin: 10px 0
	}

	.p-specialTag__topBnr .-is-pc {
		display: none
	}

	.p-specialTag__topBnr .-is-sp {
		display: inline-block
	}
}

.p-specialTag__heading {
	margin: 0;
	padding: 12px;
	font-size: 2.5rem;
	text-align: center;
	text-transform: uppercase
}

@media screen and (max-width:576px) {
	.p-specialTag__heading {
		font-size: 1.75rem
	}
}

.p-specialTag__slide {
	position: relative
}

.p-specialTag__slide .c-mainSlider__slideItems {
	height: auto
}

@media screen and (max-width:768px) {
	.p-specialTag__slide .c-mainSlider__slideItems {
		height: auto;
		padding-bottom: 0
	}
}

.p-specialTag__slideInner {
	overflow: hidden
}

.p-specialTag__slidePic {
	height: 0;
	padding-bottom: 66%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.p-specialTag__playlist {
	padding: 4px 0 80px;
	background-color: #fafaf5;
	text-align: center
}

@media screen and (max-width:768px) {
	.p-specialTag__playlist {
		padding: 0 0 50px
	}
}

.p-specialTag__episode {
	padding: 38px 0;
	background-color: #fafaf5
}

@media screen and (max-width:576px) {
	.p-specialTag__episode {
		padding: 20px 0
	}
}

.p-specialTag__players .c-btn.-wht {
	background-color: #fafaf5
}

.p-specialTag__players .c-btn.-active .p-episodeItem__btnMore {
	display: none
}

.p-specialTag__players .c-btn.-active .p-episodeItem__btnClose {
	display: inline
}

.p-specialTag__players .c-btn .p-episodeItem__btnClose {
	display: none
}

.p-specialTag__players .c-episodeInfo {
	margin-top: 16px;
	padding: 0;
	background: transparent
}

.p-specialTag__players .c-episodeInfo .c-time {
	position: relative;
	top: 2px;
	color: #000
}

@media screen and (max-width:992px) {
	.p-specialTag__players .c-episodeInfo .c-time {
		top: 0
	}
}

.p-specialTag__players .c-episodeInfo .c-icon.-video {
	background-image: url(../images/icon-video.svg)
}

.p-specialTag__players .c-episodeInfo .c-icon.-clip {
	position: relative;
	top: -1px;
	background-image: url(../images/icon-clip.svg)
}

.p-specialTag__players .c-episodeInfo__title {
	color: #000;
	font-size: 1.375rem;
	font-weight: 700
}

.p-specialTag__players .c-episodeInfo__program a {
	font-size: 1.125rem
}

.p-specialTag__players .c-episodeInfo__program a:link,
.p-specialTag__players .c-episodeInfo__program a:visited {
	color: #666;
	text-decoration: none
}

.p-specialTag__players .c-episodeInfo__program a:active,
.p-specialTag__players .c-episodeInfo__program a:hover {
	color: #999;
	text-decoration: none
}

.p-specialTag__players .c-episodeInfo__texts {
	position: relative;
	top: 2px;
	color: #000
}

@media screen and (max-width:992px) {
	.p-specialTag__players .c-episodeInfo__texts {
		top: 0
	}
}

.p-specialTag__players .p-episodeItem {
	margin-top: 10px
}

.p-specialTag__players .p-episodeItem.-hasMore:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 245, 0)), to(#fafaf5));
	background: -webkit-linear-gradient(top, rgba(250, 250, 245, 0), #fafaf5);
	background: -o-linear-gradient(top, rgba(250, 250, 245, 0) 0, #fafaf5 100%);
	background: linear-gradient(180deg, rgba(250, 250, 245, 0) 0, #fafaf5)
}

.p-specialTag__players .p-episodeItem__description {
	color: #000
}

@media screen and (max-width:768px) {
	.p-specialTag__players .c-episodeInfo {
		margin: 16px 0 0
	}

	.p-specialTag__players .c-episodeInfo__program {
		margin-right: 0
	}
}

@media screen and (max-width:576px) {
	.p-specialTag__players .c-episodeInfo__title {
		font-size: 1rem
	}

	.p-specialTag__players .c-episodeInfo__program {
		margin-top: 5px;
		margin-bottom: 5px;
		line-height: 1.2
	}

	.p-specialTag__players .c-episodeInfo__program a,
	.p-specialTag__players .p-episodeItem__description {
		font-size: .875rem
	}
}

.p-specialTag__playerWrap {
	padding: 15px;
	background-color: #d2d2c8
}

@media screen and (max-width:576px) {
	.p-specialTag__playerWrap {
		padding: 7px
	}
}

.p-specialTag__playerItem {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%
}

@media screen and (max-width:768px) {
	.p-specialTag__playerItem {
		margin: 0
	}
}

.p-specialTag__player {
	position: relative;
	height: 0;
	padding-bottom: 56.25%
}

.p-specialTag__player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.p-specialSdgs__header {
	position: relative;
	padding: 40px 0 20px
}

.p-specialSdgs__header h1 {
	max-width: 380px;
	margin: 0 auto;
	text-align: center
}

.p-specialSdgs__header h1 img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:768px) {
	.p-specialSdgs__header h1 {
		margin: 0;
		text-align: left
	}
}

@media screen and (max-width:576px) {
	.p-specialSdgs__header {
		padding: 20px 0 16px
	}

	.p-specialSdgs__header h1 {
		max-width: 200px;
		margin: 0 auto;
		text-align: center
	}
}

.p-specialSdgs__sns {
	position: absolute;
	top: 40px;
	right: 0
}

.p-specialSdgs__sns .c-sns {
	margin: 0
}

@media screen and (max-width:576px) {
	.p-specialSdgs__sns {
		position: static;
		margin-top: 16px;
		text-align: center
	}
}

.p-specialSdgs__nav {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.p-specialSdgs__nav nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-specialSdgs__nav button {
	-webkit-appearance: none;
	outline: none;
	border: 0;
	background: none;
	cursor: pointer;
	display: block;
	width: 11.11111%;
	padding: 4px
}

.p-specialSdgs__nav button img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (min-width:769px) {
	.p-specialSdgs__nav button {
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s
	}

	.p-specialSdgs__nav button:hover {
		opacity: .6
	}
}

@media screen and (max-width:992px) {
	.p-specialSdgs__nav button {
		width: 14.28571%
	}
}

@media screen and (max-width:768px) {
	.p-specialSdgs__nav {
		padding: 0 16px
	}

	.p-specialSdgs__nav button {
		width: 16.66667%
	}
}

@media screen and (max-width:576px) {
	.p-specialSdgs__nav {
		overflow-x: scroll;
		padding: 0
	}

	.p-specialSdgs__nav nav {
		width: 1800px
	}

	.p-specialSdgs__nav button {
		width: 100px;
		padding: 0 2px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.p-specialSdgs__navText {
	margin-top: 30px;
	margin-bottom: 0;
	color: #666;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center
}

@media screen and (max-width:992px) {
	.p-specialSdgs__navText {
		font-size: 1rem
	}
}

@media screen and (max-width:768px) {
	.p-specialSdgs__navText {
		margin-top: 16px;
		font-size: .875rem
	}
}

@media screen and (max-width:576px) {
	.p-specialSdgs__navText {
		font-size: .8125rem;
		line-height: 1.3
	}
}

.p-specialSdgs__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0 20px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.p-specialSdgs__info p {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 0 0 20px;
	padding: 10px 0;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4
}

@media screen and (max-width:1280px) {
	.p-specialSdgs__info p {
		font-size: 1.5rem
	}
}

@media screen and (max-width:768px) {
	.p-specialSdgs__info {
		margin: 20px 0 0
	}

	.p-specialSdgs__info p {
		font-size: 1.25rem
	}
}

@media screen and (max-width:576px) {
	.p-specialSdgs__info {
		border-top-width: 3px;
		border-bottom-width: 3px
	}

	.p-specialSdgs__info p {
		margin-left: 5px;
		font-size: .9375rem;
		line-height: 1.2
	}
}

.p-specialSdgs__info.-goal-all {
	border-color: #000;
	color: #000
}

.p-specialSdgs__info.-goal-01 {
	border-color: #e5243b;
	color: #e5243b
}

.p-specialSdgs__info.-goal-02 {
	border-color: #dda63a;
	color: #dda63a
}

.p-specialSdgs__info.-goal-03 {
	border-color: #4c9f38;
	color: #4c9f38
}

.p-specialSdgs__info.-goal-04 {
	border-color: #c5192d;
	color: #c5192d
}

.p-specialSdgs__info.-goal-05 {
	border-color: #ff3a21;
	color: #ff3a21
}

.p-specialSdgs__info.-goal-06 {
	border-color: #26bde2;
	color: #26bde2
}

.p-specialSdgs__info.-goal-07 {
	border-color: #fcc30b;
	color: #fcc30b
}

.p-specialSdgs__info.-goal-08 {
	border-color: #a21942;
	color: #a21942
}

.p-specialSdgs__info.-goal-09 {
	border-color: #fd6925;
	color: #fd6925
}

.p-specialSdgs__info.-goal-10 {
	border-color: #dd1367;
	color: #dd1367
}

.p-specialSdgs__info.-goal-11 {
	border-color: #fd9d24;
	color: #fd9d24
}

.p-specialSdgs__info.-goal-12 {
	border-color: #bf8b2e;
	color: #bf8b2e
}

.p-specialSdgs__info.-goal-13 {
	border-color: #3f7e44;
	color: #3f7e44
}

.p-specialSdgs__info.-goal-14 {
	border-color: #0a97d9;
	color: #0a97d9
}

.p-specialSdgs__info.-goal-15 {
	border-color: #56c02b;
	color: #56c02b
}

.p-specialSdgs__info.-goal-16 {
	border-color: #00689d;
	color: #00689d
}

.p-specialSdgs__info.-goal-17 {
	border-color: #19486a;
	color: #19486a
}

.p-specialSdgs__icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px
}

.p-specialSdgs__icon img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:576px) {
	.p-specialSdgs__icon {
		width: 100px
	}
}

.p-specialSdgs__content .p-episodev2__video {
	padding: 24px 0 0;
	border: 0;
	background-color: transparent;
	margin-left: 0;
	margin-right: 0
}

@media screen and (max-width:768px) {
	.p-specialSdgs__content .p-episodev2__video {
		margin-left: -24px;
		margin-right: -24px
	}
}

@media screen and (max-width:576px) {
	.p-specialSdgs__content .p-episodev2__video {
		margin-left: 0;
		margin-right: 0
	}
}

body:lang(ar),
body:lang(fa),
body:lang(ur) {
	direction: rtl
}

body:lang(ar) .nw_social_he_style:first-child,
body:lang(fa) .nw_social_he_style:first-child,
body:lang(ur) .nw_social_he_style:first-child {
	margin-right: 0
}

body:lang(ar) .c-time .c-icon,
body:lang(fa) .c-time .c-icon,
body:lang(ur) .c-time .c-icon {
	margin-right: 0;
	margin-left: 5px
}

body:lang(ar) .c-heading-B,
body:lang(fa) .c-heading-B,
body:lang(ur) .c-heading-B {
	padding-left: 0;
	padding-right: 15px
}

body:lang(ar) .c-btn.-favorite:before,
body:lang(ar) .c-heading-B:before,
body:lang(fa) .c-btn.-favorite:before,
body:lang(fa) .c-heading-B:before,
body:lang(ur) .c-btn.-favorite:before,
body:lang(ur) .c-heading-B:before {
	left: auto;
	right: 0
}

body:lang(ar) .c-btn.-search:before,
body:lang(fa) .c-btn.-search:before,
body:lang(ur) .c-btn.-search:before {
	left: auto;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

body:lang(ar) .c-btn__icon,
body:lang(fa) .c-btn__icon,
body:lang(ur) .c-btn__icon {
	left: 20px;
	right: auto;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

body:lang(ar) .c-btn__icon.-gry.-right,
body:lang(fa) .c-btn__icon.-gry.-right,
body:lang(ur) .c-btn__icon.-gry.-right {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999
}

body:lang(ar) .c-btn__icon.-gry.-down,
body:lang(fa) .c-btn__icon.-gry.-down,
body:lang(ur) .c-btn__icon.-gry.-down {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999
}

body:lang(ar) .c-btn__icon.-wht.-right,
body:lang(fa) .c-btn__icon.-wht.-right,
body:lang(ur) .c-btn__icon.-wht.-right {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff
}

body:lang(ar) .c-btn__icon.-wht.-down,
body:lang(fa) .c-btn__icon.-wht.-down,
body:lang(ur) .c-btn__icon.-wht.-down {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff
}

body:lang(ar) .c-btn__text.-arrow:before,
body:lang(fa) .c-btn__text.-arrow:before,
body:lang(ur) .c-btn__text.-arrow:before {
	left: 15px;
	right: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

body:lang(ar) .c-btn__text.-plus:before,
body:lang(fa) .c-btn__text.-plus:before,
body:lang(ur) .c-btn__text.-plus:before {
	left: 15px;
	right: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-btn__text.c-btn__text--arrow:before,
	body:lang(fa) .c-btn__text.c-btn__text--arrow:before,
	body:lang(ur) .c-btn__text.c-btn__text--arrow:before {
		left: 25px
	}
}

body:lang(ar) .c-tabNav>li,
body:lang(fa) .c-tabNav>li,
body:lang(ur) .c-tabNav>li {
	margin-left: 3px;
	margin-right: 0
}

body:lang(ar) .c-tabNav>li a:after,
body:lang(fa) .c-tabNav>li a:after,
body:lang(ur) .c-tabNav>li a:after {
	left: auto;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

body:lang(ar) .c-tags li,
body:lang(fa) .c-tags li,
body:lang(ur) .c-tags li {
	margin-right: 0;
	margin-left: 3px
}

body:lang(ar) .c-tags li:last-child,
body:lang(fa) .c-tags li:last-child,
body:lang(ur) .c-tags li:last-child {
	margin-left: 0
}

body:lang(ar) .c-langList li,
body:lang(fa) .c-langList li,
body:lang(ur) .c-langList li {
	margin: 0 0 6px 6px
}

body:lang(ar) .c-langList li:last-child,
body:lang(fa) .c-langList li:last-child,
body:lang(ur) .c-langList li:last-child {
	margin-left: 0
}

body:lang(ar) .c-langList li a,
body:lang(fa) .c-langList li a,
body:lang(ur) .c-langList li a {
	padding: 11px 20px 10px 11px
}

body:lang(ar) .c-langList li a:before,
body:lang(fa) .c-langList li a:before,
body:lang(ur) .c-langList li a:before {
	left: auto;
	right: 10px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-langList li a,
	body:lang(fa) .c-langList li a,
	body:lang(ur) .c-langList li a {
		padding: 8px 15px 7px 10px
	}

	body:lang(ar) .c-langList li a:before,
	body:lang(fa) .c-langList li a:before,
	body:lang(ur) .c-langList li a:before {
		right: 5px
	}
}

body:lang(ar) .c-mainSlider.-medium .c-mainSlider__bullets,
body:lang(fa) .c-mainSlider.-medium .c-mainSlider__bullets,
body:lang(ur) .c-mainSlider.-medium .c-mainSlider__bullets {
	-webkit-transform: translateX(272px);
	-ms-transform: translateX(272px);
	transform: translateX(272px)
}

body:lang(ar) .c-mainSlider .c-episodeInfo,
body:lang(fa) .c-mainSlider .c-episodeInfo,
body:lang(ur) .c-mainSlider .c-episodeInfo {
	left: auto;
	right: 50%;
	-webkit-transform: translate(-100px, 56px);
	-ms-transform: translate(-100px, 56px);
	transform: translate(-100px, 56px)
}

body:lang(ar) .c-mainSlider .c-episodeInfo .c-btn,
body:lang(fa) .c-mainSlider .c-episodeInfo .c-btn,
body:lang(ur) .c-mainSlider .c-episodeInfo .c-btn {
	right: auto;
	left: -5px
}

@media screen and (max-width:900px) {

	body:lang(ar) .c-mainSlider .c-episodeInfo,
	body:lang(fa) .c-mainSlider .c-episodeInfo,
	body:lang(ur) .c-mainSlider .c-episodeInfo {
		-webkit-transform: translate(-20px, 56px);
		-ms-transform: translate(-20px, 56px);
		transform: translate(-20px, 56px)
	}
}

@media screen and (max-width:768px) {

	body:lang(ar) .c-mainSlider.-medium .c-mainSlider__bullets,
	body:lang(ar) .c-mainSlider .c-episodeInfo,
	body:lang(fa) .c-mainSlider.-medium .c-mainSlider__bullets,
	body:lang(fa) .c-mainSlider .c-episodeInfo,
	body:lang(ur) .c-mainSlider.-medium .c-mainSlider__bullets,
	body:lang(ur) .c-mainSlider .c-episodeInfo {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

body:lang(ar) .c-mainSlider__slideItem,
body:lang(fa) .c-mainSlider__slideItem,
body:lang(ur) .c-mainSlider__slideItem {
	float: right
}

body:lang(ar) .c-mainSlider__slideItem a:after,
body:lang(fa) .c-mainSlider__slideItem a:after,
body:lang(ur) .c-mainSlider__slideItem a:after {
	left: auto;
	right: 0
}

body:lang(ar) .c-mainSlider__bullets,
body:lang(fa) .c-mainSlider__bullets,
body:lang(ur) .c-mainSlider__bullets {
	left: auto;
	right: 50%;
	-webkit-transform: translateX(336px);
	-ms-transform: translateX(336px);
	transform: translateX(336px)
}

body:lang(ar) .c-mainSlider__bullets>li,
body:lang(fa) .c-mainSlider__bullets>li,
body:lang(ur) .c-mainSlider__bullets>li {
	float: right;
	margin-right: 0;
	margin-left: 3px
}

body:lang(ar) .c-mainSlider__bullets>li button:before,
body:lang(fa) .c-mainSlider__bullets>li button:before,
body:lang(ur) .c-mainSlider__bullets>li button:before {
	left: auto;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

@media screen and (max-width:768px) {

	body:lang(ar) .c-mainSlider__bullets,
	body:lang(fa) .c-mainSlider__bullets,
	body:lang(ur) .c-mainSlider__bullets {
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	body:lang(ar) .c-mainSlider__bullets>li,
	body:lang(fa) .c-mainSlider__bullets>li,
	body:lang(ur) .c-mainSlider__bullets>li {
		float: none
	}
}

body:lang(ar) .c-mainSlider__prev,
body:lang(fa) .c-mainSlider__prev,
body:lang(ur) .c-mainSlider__prev {
	left: auto;
	right: calc(50% - 444px)
}

body:lang(ar) .c-mainSlider__next,
body:lang(fa) .c-mainSlider__next,
body:lang(ur) .c-mainSlider__next {
	right: auto;
	left: calc(50% - 444px)
}

@media screen and (max-width:900px) {

	body:lang(ar) .c-mainSlider__prev,
	body:lang(fa) .c-mainSlider__prev,
	body:lang(ur) .c-mainSlider__prev {
		right: 0
	}

	body:lang(ar) .c-mainSlider__next,
	body:lang(fa) .c-mainSlider__next,
	body:lang(ur) .c-mainSlider__next {
		left: 0
	}
}

body:lang(ar) .c-mainSlider__prev:before,
body:lang(fa) .c-mainSlider__prev:before,
body:lang(ur) .c-mainSlider__prev:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 15px;
	right: auto
}

body:lang(ar) .c-mainSlider__next:before,
body:lang(fa) .c-mainSlider__next:before,
body:lang(ur) .c-mainSlider__next:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: auto;
	right: 15px
}

body:lang(ar) .c-episodeInfo .c-time,
body:lang(fa) .c-episodeInfo .c-time,
body:lang(ur) .c-episodeInfo .c-time {
	margin-right: 0;
	margin-left: 15px
}

body:lang(ar) .c-episodeInfo .c-btn,
body:lang(fa) .c-episodeInfo .c-btn,
body:lang(ur) .c-episodeInfo .c-btn {
	right: auto;
	left: 40px
}

@media screen and (max-width:768px) {

	body:lang(ar) .c-episodeInfo .c-btn,
	body:lang(fa) .c-episodeInfo .c-btn,
	body:lang(ur) .c-episodeInfo .c-btn {
		left: 15px
	}
}

body:lang(ar) .c-episodeInfo__program,
body:lang(fa) .c-episodeInfo__program,
body:lang(ur) .c-episodeInfo__program {
	margin-left: 20px;
	margin-right: 0
}

body:lang(ar) .c-item.-media .c-item__image,
body:lang(fa) .c-item.-media .c-item__image,
body:lang(ur) .c-item.-media .c-item__image {
	float: right
}

body:lang(ar) .c-item.-media .c-item__content,
body:lang(fa) .c-item.-media .c-item__content,
body:lang(ur) .c-item.-media .c-item__content {
	float: right;
	padding-left: 0;
	padding-right: 25px
}

body:lang(ar) .c-item.-media.-programEn .c-item__description,
body:lang(ar) .c-item.-media.-programEn .c-item__title,
body:lang(fa) .c-item.-media.-programEn .c-item__description,
body:lang(fa) .c-item.-media.-programEn .c-item__title,
body:lang(ur) .c-item.-media.-programEn .c-item__description,
body:lang(ur) .c-item.-media.-programEn .c-item__title {
	direction: ltr;
	text-align: left
}

body:lang(ar) .c-item.-media.-programEn .c-item__count,
body:lang(fa) .c-item.-media.-programEn .c-item__count,
body:lang(ur) .c-item.-media.-programEn .c-item__count {
	text-align: left
}

body:lang(ar) .c-item.-multi .c-item__content,
body:lang(ar) .c-item.-program .c-item__contentItem,
body:lang(ar) .c-item.-program .c-item__description,
body:lang(ar) .c-item.-program .c-item__more,
body:lang(fa) .c-item.-multi .c-item__content,
body:lang(fa) .c-item.-program .c-item__contentItem,
body:lang(fa) .c-item.-program .c-item__description,
body:lang(fa) .c-item.-program .c-item__more,
body:lang(ur) .c-item.-multi .c-item__content,
body:lang(ur) .c-item.-program .c-item__contentItem,
body:lang(ur) .c-item.-program .c-item__description,
body:lang(ur) .c-item.-program .c-item__more {
	margin-left: 0;
	margin-right: 38%;
	padding-left: 0;
	padding-right: 25px
}

body:lang(ar) .c-item.-program .c-item__more,
body:lang(fa) .c-item.-program .c-item__more,
body:lang(ur) .c-item.-program .c-item__more {
	padding-left: 20px
}

body:lang(ar) .c-item.-program .c-item__more .c-btn__icon,
body:lang(fa) .c-item.-program .c-item__more .c-btn__icon,
body:lang(ur) .c-item.-program .c-item__more .c-btn__icon {
	right: auto;
	left: 3px
}

body:lang(ar) .c-item.-viewAll>a span:after,
body:lang(fa) .c-item.-viewAll>a span:after,
body:lang(ur) .c-item.-viewAll>a span:after {
	right: auto;
	left: 25px;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg)
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-item.-media .c-item__content,
	body:lang(fa) .c-item.-media .c-item__content,
	body:lang(ur) .c-item.-media .c-item__content {
		padding-right: 14px
	}

	body:lang(ar) .c-item.-multi .c-item__content,
	body:lang(ar) .c-item.-program .c-item__contentItem,
	body:lang(fa) .c-item.-multi .c-item__content,
	body:lang(fa) .c-item.-program .c-item__contentItem,
	body:lang(ur) .c-item.-multi .c-item__content,
	body:lang(ur) .c-item.-program .c-item__contentItem {
		margin-right: 0;
		padding-right: 14px
	}

	body:lang(ar) .c-item.-program .c-item__description,
	body:lang(fa) .c-item.-program .c-item__description,
	body:lang(ur) .c-item.-program .c-item__description {
		margin-right: 0;
		padding-right: 0;
		text-align: right
	}

	body:lang(ar) .c-item.-program .c-item__more,
	body:lang(fa) .c-item.-program .c-item__more,
	body:lang(ur) .c-item.-program .c-item__more {
		margin: 10px 0 15px;
		padding-right: 20px
	}
}

body:lang(ar) .c-item__image .c-item__label,
body:lang(fa) .c-item__image .c-item__label,
body:lang(ur) .c-item__image .c-item__label {
	left: auto;
	right: -4px
}

body:lang(ar) .c-item__favorite,
body:lang(fa) .c-item__favorite,
body:lang(ur) .c-item__favorite {
	right: auto;
	left: 6px
}

body:lang(ar) .c-item__favorite .c-item__favoriteTooltip,
body:lang(fa) .c-item__favorite .c-item__favoriteTooltip,
body:lang(ur) .c-item__favorite .c-item__favoriteTooltip {
	left: -5px;
	right: auto
}

body:lang(ar) .c-item__favorite .c-item__favoriteTooltip:after,
body:lang(fa) .c-item__favorite .c-item__favoriteTooltip:after,
body:lang(ur) .c-item__favorite .c-item__favoriteTooltip:after {
	left: 12px;
	right: auto
}

body:lang(ar) .c-item__langs,
body:lang(fa) .c-item__langs,
body:lang(ur) .c-item__langs {
	margin-left: 0;
	margin-right: 38%;
	padding-left: 0;
	padding-right: 25px
}

body:lang(ar) .c-item__langs li,
body:lang(fa) .c-item__langs li,
body:lang(ur) .c-item__langs li {
	margin: 0 0 4px 4px
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-item__langs,
	body:lang(fa) .c-item__langs,
	body:lang(ur) .c-item__langs {
		margin-right: 0;
		padding-right: 0
	}
}

body:lang(ar) .c-item__description:after,
body:lang(fa) .c-item__description:after,
body:lang(ur) .c-item__description:after {
	left: auto;
	right: 0
}

body:lang(ar) .c-item__more:after,
body:lang(fa) .c-item__more:after,
body:lang(ur) .c-item__more:after {
	margin-left: 0;
	margin-right: 8px
}

body:lang(ar) .c-itemsType,
body:lang(fa) .c-itemsType,
body:lang(ur) .c-itemsType {
	left: auto;
	right: -10px
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-itemsType,
	body:lang(fa) .c-itemsType,
	body:lang(ur) .c-itemsType {
		right: -7px
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-itemList .c-item__tags>li,
	body:lang(fa) .c-itemList .c-item__tags>li,
	body:lang(ur) .c-itemList .c-item__tags>li {
		margin: 0 0 2px 2px
	}
}

body:lang(ar) .c-itemCarousel .c-item,
body:lang(fa) .c-itemCarousel .c-item,
body:lang(ur) .c-itemCarousel .c-item {
	float: right
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-itemCarousel__slide,
	body:lang(fa) .c-itemCarousel__slide,
	body:lang(ur) .c-itemCarousel__slide {
		margin-right: 0;
		margin-left: -20px
	}
}

body:lang(ar) .c-playlist.-media .c-playlist__image,
body:lang(fa) .c-playlist.-media .c-playlist__image,
body:lang(ur) .c-playlist.-media .c-playlist__image {
	float: right
}

body:lang(ar) .c-playlist.-media .c-playlist__content,
body:lang(fa) .c-playlist.-media .c-playlist__content,
body:lang(ur) .c-playlist.-media .c-playlist__content {
	float: left;
	padding-left: 0;
	padding-right: 25px
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-playlist.-media .c-playlist__content,
	body:lang(fa) .c-playlist.-media .c-playlist__content,
	body:lang(ur) .c-playlist.-media .c-playlist__content {
		padding-right: 14px
	}
}

body:lang(ar) .c-playlist__image:after,
body:lang(ar) .c-playlist__image:before,
body:lang(fa) .c-playlist__image:after,
body:lang(fa) .c-playlist__image:before,
body:lang(ur) .c-playlist__image:after,
body:lang(ur) .c-playlist__image:before {
	border-left: 3px solid #e5e5e5;
	border-right: 0
}

body:lang(ar) .c-playlist__image:before,
body:lang(fa) .c-playlist__image:before,
body:lang(ur) .c-playlist__image:before {
	left: 6px;
	right: auto
}

body:lang(ar) .c-playlist__image:after,
body:lang(fa) .c-playlist__image:after,
body:lang(ur) .c-playlist__image:after {
	left: 0;
	right: auto
}

body:lang(ar) .c-playlist__image img,
body:lang(fa) .c-playlist__image img,
body:lang(ur) .c-playlist__image img {
	left: auto;
	right: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-playlist__image:after,
	body:lang(ar) .c-playlist__image:before,
	body:lang(fa) .c-playlist__image:after,
	body:lang(fa) .c-playlist__image:before,
	body:lang(ur) .c-playlist__image:after,
	body:lang(ur) .c-playlist__image:before {
		border-left: 2px solid #e5e5e5
	}

	body:lang(ar) .c-playlist__image:before,
	body:lang(fa) .c-playlist__image:before,
	body:lang(ur) .c-playlist__image:before {
		left: 4px
	}

	body:lang(ar) .c-playlist__image:after,
	body:lang(fa) .c-playlist__image:after,
	body:lang(ur) .c-playlist__image:after {
		left: 0
	}
}

body:lang(ar) .c-playlist__favorite,
body:lang(fa) .c-playlist__favorite,
body:lang(ur) .c-playlist__favorite {
	left: 18px;
	right: auto
}

body:lang(ar) .c-playlist__count .c-icon,
body:lang(fa) .c-playlist__count .c-icon,
body:lang(ur) .c-playlist__count .c-icon {
	margin-left: 5px;
	margin-right: 0
}

body:lang(ar) .c-detail__videoIcon,
body:lang(ar) .c-detail__videoIcon:after,
body:lang(ar) .c-detail__videoIcon:before,
body:lang(fa) .c-detail__videoIcon,
body:lang(fa) .c-detail__videoIcon:after,
body:lang(fa) .c-detail__videoIcon:before,
body:lang(ur) .c-detail__videoIcon,
body:lang(ur) .c-detail__videoIcon:after,
body:lang(ur) .c-detail__videoIcon:before {
	left: auto;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

body:lang(ar) .c-detail__videoIcon.-video:after,
body:lang(fa) .c-detail__videoIcon.-video:after,
body:lang(ur) .c-detail__videoIcon.-video:after {
	right: calc(50% - 16px)
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-detail__videoIcon.-video:after,
	body:lang(fa) .c-detail__videoIcon.-video:after,
	body:lang(ur) .c-detail__videoIcon.-video:after {
		right: calc(50% - 11px)
	}
}

body:lang(ar) .c-detailLang,
body:lang(fa) .c-detailLang,
body:lang(ur) .c-detailLang {
	text-align: left
}

body:lang(ar) .c-detailLang__currentLang,
body:lang(fa) .c-detailLang__currentLang,
body:lang(ur) .c-detailLang__currentLang {
	margin-left: 15px;
	margin-right: 0
}

body:lang(ar) .c-detailLang__select:after,
body:lang(fa) .c-detailLang__select:after,
body:lang(ur) .c-detailLang__select:after {
	left: 8px;
	right: auto
}

body:lang(ar) .c-detailLang__select select,
body:lang(fa) .c-detailLang__select select,
body:lang(ur) .c-detailLang__select select {
	padding: 8px 8px 8px 25px
}

body:lang(ar) .c-detailItem:before,
body:lang(fa) .c-detailItem:before,
body:lang(ur) .c-detailItem:before {
	left: auto;
	right: 0
}

body:lang(ar) .c-detailItem__img span,
body:lang(fa) .c-detailItem__img span,
body:lang(ur) .c-detailItem__img span {
	text-align: right
}

body:lang(ar) .c-detailItem__tags,
body:lang(fa) .c-detailItem__tags,
body:lang(ur) .c-detailItem__tags {
	float: right
}

body:lang(ar) .c-detailItem__tags li,
body:lang(fa) .c-detailItem__tags li,
body:lang(ur) .c-detailItem__tags li {
	margin-left: 12px;
	margin-right: 0
}

body:lang(ar) .c-detailItem__tags li:last-child,
body:lang(fa) .c-detailItem__tags li:last-child,
body:lang(ur) .c-detailItem__tags li:last-child {
	margin-left: 0
}

@media screen and (max-width:768px) {

	body:lang(ar) .c-detailItem__tags,
	body:lang(fa) .c-detailItem__tags,
	body:lang(ur) .c-detailItem__tags {
		float: none
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-detailItem__tags li,
	body:lang(fa) .c-detailItem__tags li,
	body:lang(ur) .c-detailItem__tags li {
		margin-left: 10px
	}
}

body:lang(ar) .c-detailItem__programs,
body:lang(fa) .c-detailItem__programs,
body:lang(ur) .c-detailItem__programs {
	float: left
}

@media screen and (max-width:768px) {

	body:lang(ar) .c-detailItem__programs,
	body:lang(fa) .c-detailItem__programs,
	body:lang(ur) .c-detailItem__programs {
		float: none
	}
}

body:lang(ar) .c-detailItem__programsTexts,
body:lang(fa) .c-detailItem__programsTexts,
body:lang(ur) .c-detailItem__programsTexts {
	padding-left: 0;
	padding-right: 20px
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-detailItem__programsTexts,
	body:lang(fa) .c-detailItem__programsTexts,
	body:lang(ur) .c-detailItem__programsTexts {
		padding-right: 15px
	}
}

body:lang(ar) .c-detailItem__programsCount .c-icon,
body:lang(fa) .c-detailItem__programsCount .c-icon,
body:lang(ur) .c-detailItem__programsCount .c-icon {
	margin-left: 5px;
	margin-right: 0
}

body:lang(ar) .c-detailBtn,
body:lang(fa) .c-detailBtn,
body:lang(ur) .c-detailBtn {
	padding-left: 25px;
	padding-right: 0
}

body:lang(ar) .c-detailBtn:before,
body:lang(fa) .c-detailBtn:before,
body:lang(ur) .c-detailBtn:before {
	left: 5px;
	right: auto
}

body:lang(ar) .c-floatingVideo.-active .c-floatingVideo__info,
body:lang(fa) .c-floatingVideo.-active .c-floatingVideo__info,
body:lang(ur) .c-floatingVideo.-active .c-floatingVideo__info {
	padding: 14px 14px 14px 40px
}

@media screen and (max-width:576px) {

	body:lang(ar) .c-floatingVideo.-active .c-floatingVideo__info,
	body:lang(fa) .c-floatingVideo.-active .c-floatingVideo__info,
	body:lang(ur) .c-floatingVideo.-active .c-floatingVideo__info {
		padding: 12px
	}
}

body:lang(ar) .c-floatingVideo__control,
body:lang(fa) .c-floatingVideo__control,
body:lang(ur) .c-floatingVideo__control {
	margin-right: 0;
	margin-left: 16px
}

body:lang(ar) .c-floatingVideo__close,
body:lang(fa) .c-floatingVideo__close,
body:lang(ur) .c-floatingVideo__close {
	right: auto;
	left: 12px
}

body:lang(ar) .l-header__onDemand.-is-fixed,
body:lang(ar) .l-header__onDemand:after,
body:lang(fa) .l-header__onDemand.-is-fixed,
body:lang(fa) .l-header__onDemand:after,
body:lang(ur) .l-header__onDemand.-is-fixed,
body:lang(ur) .l-header__onDemand:after {
	left: auto;
	right: 0
}

body:lang(ar) .l-header__logo,
body:lang(fa) .l-header__logo,
body:lang(ur) .l-header__logo {
	float: right
}

@media screen and (max-width:768px) {

	body:lang(ar) .l-header__logo,
	body:lang(fa) .l-header__logo,
	body:lang(ur) .l-header__logo {
		float: none
	}
}

body:lang(ar) .l-header__tools,
body:lang(fa) .l-header__tools,
body:lang(ur) .l-header__tools {
	left: 0;
	right: auto
}

@media screen and (max-width:768px) {

	body:lang(ar) .l-header__tools,
	body:lang(fa) .l-header__tools,
	body:lang(ur) .l-header__tools {
		left: -20px
	}
}

body:lang(ar) .l-header__back,
body:lang(fa) .l-header__back,
body:lang(ur) .l-header__back {
	left: auto;
	right: -40px
}

body:lang(ar) .l-header__back:after,
body:lang(fa) .l-header__back:after,
body:lang(ur) .l-header__back:after {
	right: 50%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg)
}

@media screen and (max-width:768px) {

	body:lang(ar) .l-header__back,
	body:lang(fa) .l-header__back,
	body:lang(ur) .l-header__back {
		right: -10px
	}
}

body:lang(ar) .l-header__nav,
body:lang(ar) .l-header__nav li>a:after,
body:lang(ar) .l-menu,
body:lang(fa) .l-header__nav,
body:lang(fa) .l-header__nav li>a:after,
body:lang(fa) .l-menu,
body:lang(ur) .l-header__nav,
body:lang(ur) .l-header__nav li>a:after,
body:lang(ur) .l-menu {
	left: auto;
	right: 0
}

body:lang(ar) .l-menu__radio,
body:lang(fa) .l-menu__radio,
body:lang(ur) .l-menu__radio {
	margin-bottom: 20px
}

body:lang(ar) .l-menu__radio label,
body:lang(fa) .l-menu__radio label,
body:lang(ur) .l-menu__radio label {
	margin-left: 5px;
	margin-right: 0
}

body:lang(ar) .l-menu__radio label:last-child,
body:lang(fa) .l-menu__radio label:last-child,
body:lang(ur) .l-menu__radio label:last-child {
	margin-left: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__radio,
	body:lang(fa) .l-menu__radio,
	body:lang(ur) .l-menu__radio {
		text-align: right
	}

	body:lang(ar) .l-menu__radio label,
	body:lang(fa) .l-menu__radio label,
	body:lang(ur) .l-menu__radio label {
		margin-left: 0
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__bodyHeading,
	body:lang(fa) .l-menu__bodyHeading,
	body:lang(ur) .l-menu__bodyHeading {
		text-align: right
	}
}

body:lang(ar) .l-menu__tags,
body:lang(fa) .l-menu__tags,
body:lang(ur) .l-menu__tags {
	text-align: right
}

body:lang(ar) .l-menu__tags li,
body:lang(fa) .l-menu__tags li,
body:lang(ur) .l-menu__tags li {
	margin: 0 0 5px 10px
}

body:lang(ar) .l-menu__tags li:last-child,
body:lang(fa) .l-menu__tags li:last-child,
body:lang(ur) .l-menu__tags li:last-child {
	margin-left: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__tags li,
	body:lang(fa) .l-menu__tags li,
	body:lang(ur) .l-menu__tags li {
		margin-left: 7px
	}
}

body:lang(ar) .l-menu__btnText,
body:lang(fa) .l-menu__btnText,
body:lang(ur) .l-menu__btnText {
	font-size: .875rem;
	letter-spacing: .05em
}

body:lang(ar) .l-menu__btnText.-arrow,
body:lang(fa) .l-menu__btnText.-arrow,
body:lang(ur) .l-menu__btnText.-arrow {
	padding-left: 25px;
	padding-right: 0
}

body:lang(ar) .l-menu__btnText.-arrow:before,
body:lang(fa) .l-menu__btnText.-arrow:before,
body:lang(ur) .l-menu__btnText.-arrow:before {
	left: 2px;
	right: auto
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__btnText,
	body:lang(fa) .l-menu__btnText,
	body:lang(ur) .l-menu__btnText {
		font-size: .75rem
	}

	body:lang(ar) .l-menu__btnText.-arrow,
	body:lang(fa) .l-menu__btnText.-arrow,
	body:lang(ur) .l-menu__btnText.-arrow {
		padding-left: 15px
	}

	body:lang(ar) .l-menu__btnText.-arrow:before,
	body:lang(fa) .l-menu__btnText.-arrow:before,
	body:lang(ur) .l-menu__btnText.-arrow:before {
		right: auto
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__destination .l-menu__btn,
	body:lang(fa) .l-menu__destination .l-menu__btn,
	body:lang(ur) .l-menu__destination .l-menu__btn {
		text-align: right
	}
}

body:lang(ar) .l-menu__destinationHeading .c-icon,
body:lang(fa) .l-menu__destinationHeading .c-icon,
body:lang(ur) .l-menu__destinationHeading .c-icon {
	margin-left: 5px;
	margin-right: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__destinationHeading,
	body:lang(fa) .l-menu__destinationHeading,
	body:lang(ur) .l-menu__destinationHeading {
		text-align: right
	}
}

body:lang(ar) .l-menu__odmLinks>ul .l-menu__link:nth-child(odd),
body:lang(fa) .l-menu__odmLinks>ul .l-menu__link:nth-child(odd),
body:lang(ur) .l-menu__odmLinks>ul .l-menu__link:nth-child(odd) {
	float: left
}

body:lang(ar) .l-menu__odmLinks>ul .l-menu__link:nth-child(2n),
body:lang(fa) .l-menu__odmLinks>ul .l-menu__link:nth-child(2n),
body:lang(ur) .l-menu__odmLinks>ul .l-menu__link:nth-child(2n) {
	float: right
}

body:lang(ar) .l-menu__linkInner li,
body:lang(fa) .l-menu__linkInner li,
body:lang(ur) .l-menu__linkInner li {
	margin-left: 25px;
	margin-right: 0
}

body:lang(ar) .l-menu__linkInner li:last-child,
body:lang(fa) .l-menu__linkInner li:last-child,
body:lang(ur) .l-menu__linkInner li:last-child {
	margin-left: 0
}

body:lang(ar) .l-menu__linkInner li a,
body:lang(fa) .l-menu__linkInner li a,
body:lang(ur) .l-menu__linkInner li a {
	padding-left: 0;
	padding-right: 15px
}

body:lang(ar) .l-menu__linkInner li a:before,
body:lang(fa) .l-menu__linkInner li a:before,
body:lang(ur) .l-menu__linkInner li a:before {
	left: auto;
	right: 0;
	border-left: 1px solid #fff
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__linkInner li,
	body:lang(fa) .l-menu__linkInner li,
	body:lang(ur) .l-menu__linkInner li {
		margin-left: 15px
	}

	body:lang(ar) .l-menu__linkInner li a,
	body:lang(fa) .l-menu__linkInner li a,
	body:lang(ur) .l-menu__linkInner li a {
		padding-right: 10px
	}
}

body:lang(ar) .l-menu__nwLinks .l-menu__link,
body:lang(fa) .l-menu__nwLinks .l-menu__link,
body:lang(ur) .l-menu__nwLinks .l-menu__link {
	float: right
}

body:lang(ar) .l-menu__nwLinks .l-menu__link a,
body:lang(fa) .l-menu__nwLinks .l-menu__link a,
body:lang(ur) .l-menu__nwLinks .l-menu__link a {
	padding: 21px 15px 21px 0
}

body:lang(ar) .l-menu__nwLinks .l-menu__linkText .c-icon,
body:lang(fa) .l-menu__nwLinks .l-menu__linkText .c-icon,
body:lang(ur) .l-menu__nwLinks .l-menu__linkText .c-icon {
	margin-left: 10px;
	margin-right: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__nwLinks .l-menu__link a,
	body:lang(fa) .l-menu__nwLinks .l-menu__link a,
	body:lang(ur) .l-menu__nwLinks .l-menu__link a {
		padding: 10px 3px 9px 0
	}

	body:lang(ar) .l-menu__nwLinks .l-menu__linkText,
	body:lang(fa) .l-menu__nwLinks .l-menu__linkText,
	body:lang(ur) .l-menu__nwLinks .l-menu__linkText {
		letter-spacing: -.03em
	}

	body:lang(ar) .l-menu__nwLinks .l-menu__linkText .c-icon,
	body:lang(fa) .l-menu__nwLinks .l-menu__linkText .c-icon,
	body:lang(ur) .l-menu__nwLinks .l-menu__linkText .c-icon {
		margin-left: 3px;
		margin-right: 0
	}
}

body:lang(ar) .l-menu__nwLogo,
body:lang(fa) .l-menu__nwLogo,
body:lang(ur) .l-menu__nwLogo {
	left: auto;
	right: 5px
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-menu__nwLogo,
	body:lang(fa) .l-menu__nwLogo,
	body:lang(ur) .l-menu__nwLogo {
		right: 3px
	}
}

body:lang(ar) .l-footer__destinationName,
body:lang(fa) .l-footer__destinationName,
body:lang(ur) .l-footer__destinationName {
	padding-left: 0;
	padding-right: 10px
}

body:lang(ar) .l-footer__navMainLinks>li.-videos,
body:lang(fa) .l-footer__navMainLinks>li.-videos,
body:lang(ur) .l-footer__navMainLinks>li.-videos {
	margin-left: 0;
	margin-right: 16px
}

body:lang(ar) .l-footer__navMainLinks>li.-videos>a,
body:lang(ar) .l-footer__navSubLinks>li,
body:lang(fa) .l-footer__navMainLinks>li.-videos>a,
body:lang(fa) .l-footer__navSubLinks>li,
body:lang(ur) .l-footer__navMainLinks>li.-videos>a,
body:lang(ur) .l-footer__navSubLinks>li {
	margin-left: 20px;
	margin-right: 0
}

body:lang(ar) .l-footer__navSubLinks>li a:before,
body:lang(fa) .l-footer__navSubLinks>li a:before,
body:lang(ur) .l-footer__navSubLinks>li a:before {
	margin-left: 10px;
	margin-right: 0;
	border-top: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .l-footer__navSubLinks>li,
	body:lang(fa) .l-footer__navSubLinks>li,
	body:lang(ur) .l-footer__navSubLinks>li {
		margin-left: 10px
	}

	body:lang(ar) .l-footer__navSubLinks>li:before,
	body:lang(fa) .l-footer__navSubLinks>li:before,
	body:lang(ur) .l-footer__navSubLinks>li:before {
		margin-left: 5px
	}
}

body:lang(ar) .p-playlistDetail__header .c-playlist__image,
body:lang(fa) .p-playlistDetail__header .c-playlist__image,
body:lang(ur) .p-playlistDetail__header .c-playlist__image {
	float: right
}

body:lang(ar) .p-playlistDetail__header .c-playlist__image:after,
body:lang(ar) .p-playlistDetail__header .c-playlist__image:before,
body:lang(fa) .p-playlistDetail__header .c-playlist__image:after,
body:lang(fa) .p-playlistDetail__header .c-playlist__image:before,
body:lang(ur) .p-playlistDetail__header .c-playlist__image:after,
body:lang(ur) .p-playlistDetail__header .c-playlist__image:before {
	border-left: 2px solid #e5e5e5;
	border-right: 0
}

body:lang(ar) .p-playlistDetail__header .c-playlist__image:before,
body:lang(fa) .p-playlistDetail__header .c-playlist__image:before,
body:lang(ur) .p-playlistDetail__header .c-playlist__image:before {
	left: 4px;
	right: auto
}

body:lang(ar) .p-playlistDetail__header .c-playlist__image:after,
body:lang(fa) .p-playlistDetail__header .c-playlist__image:after,
body:lang(ur) .p-playlistDetail__header .c-playlist__image:after {
	left: 0;
	right: auto
}

body:lang(ar) .p-playlistDetail__header .c-playlist__content,
body:lang(fa) .p-playlistDetail__header .c-playlist__content,
body:lang(ur) .p-playlistDetail__header .c-playlist__content {
	margin-left: 0;
	margin-right: 120px
}

body:lang(ar) .p-playlistDetail__header .c-playlist__title,
body:lang(fa) .p-playlistDetail__header .c-playlist__title,
body:lang(ur) .p-playlistDetail__header .c-playlist__title {
	padding-left: 40px;
	padding-right: 0
}

body:lang(ar) .p-playlistDetail__header .c-playlist__count,
body:lang(fa) .p-playlistDetail__header .c-playlist__count,
body:lang(ur) .p-playlistDetail__header .c-playlist__count {
	float: right
}

body:lang(ar) .p-playlistDetail__header .c-sns,
body:lang(fa) .p-playlistDetail__header .c-sns,
body:lang(ur) .p-playlistDetail__header .c-sns {
	float: left;
	margin-right: 0
}

body:lang(ar) .p-playlistDetail__header .c-playlist__favorite,
body:lang(fa) .p-playlistDetail__header .c-playlist__favorite,
body:lang(ur) .p-playlistDetail__header .c-playlist__favorite {
	left: 0;
	right: auto
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-playlistDetail__header .c-playlist__content,
	body:lang(fa) .p-playlistDetail__header .c-playlist__content,
	body:lang(ur) .p-playlistDetail__header .c-playlist__content {
		margin-right: 90px
	}

	body:lang(ar) .p-playlistDetail__header .c-sns,
	body:lang(fa) .p-playlistDetail__header .c-sns,
	body:lang(ur) .p-playlistDetail__header .c-sns {
		margin-left: -10px
	}

	body:lang(ar) .p-playlistDetail__header .c-playlist__favorite,
	body:lang(fa) .p-playlistDetail__header .c-playlist__favorite,
	body:lang(ur) .p-playlistDetail__header .c-playlist__favorite {
		left: -10px
	}
}

body:lang(ar) .p-episodeV2__side:after,
body:lang(fa) .p-episodeV2__side:after,
body:lang(ur) .p-episodeV2__side:after {
	left: auto;
	right: 0
}

body:lang(ar) .p-episodev2__video,
body:lang(fa) .p-episodev2__video,
body:lang(ur) .p-episodev2__video {
	padding-right: 24px;
	padding-left: 0;
	margin-left: 0;
	margin-right: -24px;
	border-left: 0;
	border-right: 1px solid #e5e5e5
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-episodev2__video,
	body:lang(fa) .p-episodev2__video,
	body:lang(ur) .p-episodev2__video {
		padding: 24px;
		margin: 0 -24px
	}
}

@media screen and (max-width:768px) {

	body:lang(ar) .p-episodev2__video,
	body:lang(fa) .p-episodev2__video,
	body:lang(ur) .p-episodev2__video {
		padding: 0
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodev2__video,
	body:lang(fa) .p-episodev2__video,
	body:lang(ur) .p-episodev2__video {
		margin: 0
	}
}

body:lang(ar) .p-episodeV2__floatingVideo.-is-floating,
body:lang(fa) .p-episodeV2__floatingVideo.-is-floating,
body:lang(ur) .p-episodeV2__floatingVideo.-is-floating {
	left: auto;
	right: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeV2__floatingVideo.-is-floating .p-episodeV2__playIcon,
	body:lang(fa) .p-episodeV2__floatingVideo.-is-floating .p-episodeV2__playIcon,
	body:lang(ur) .p-episodeV2__floatingVideo.-is-floating .p-episodeV2__playIcon {
		left: 60%
	}
}

body:lang(ar) .p-episodeV2__player,
body:lang(fa) .p-episodeV2__player,
body:lang(ur) .p-episodeV2__player {
	left: auto;
	right: 0
}

body:lang(ar) .p-episodeV2__contents,
body:lang(fa) .p-episodeV2__contents,
body:lang(ur) .p-episodeV2__contents {
	margin: 30px 0 0 40px
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-episodeV2__contents,
	body:lang(fa) .p-episodeV2__contents,
	body:lang(ur) .p-episodeV2__contents {
		margin-left: 0
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeV2__contents,
	body:lang(fa) .p-episodeV2__contents,
	body:lang(ur) .p-episodeV2__contents {
		margin-top: 0
	}
}

body:lang(ar) .p-episodeV2__meta,
body:lang(fa) .p-episodeV2__meta,
body:lang(ur) .p-episodeV2__meta {
	padding-left: 0;
	padding-right: 30px
}

body:lang(ar) .p-episodeV2__meta:after,
body:lang(fa) .p-episodeV2__meta:after,
body:lang(ur) .p-episodeV2__meta:after {
	left: auto;
	right: 0
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeV2__meta,
	body:lang(fa) .p-episodeV2__meta,
	body:lang(ur) .p-episodeV2__meta {
		padding-left: 0;
		padding-right: 24px
	}
}

body:lang(ar) .p-episodeV2__subTitle,
body:lang(fa) .p-episodeV2__subTitle,
body:lang(ur) .p-episodeV2__subTitle {
	margin-right: 0;
	margin-left: 16px
}

body:lang(ar) .p-episodeV2__mylist .-favorite,
body:lang(fa) .p-episodeV2__mylist .-favorite,
body:lang(ur) .p-episodeV2__mylist .-favorite {
	margin-right: 0;
	margin-left: 5px
}

body:lang(ar) .p-episodeV2__share,
body:lang(fa) .p-episodeV2__share,
body:lang(ur) .p-episodeV2__share {
	margin-left: 0;
	margin-right: 20px
}

body:lang(ar) .p-episodeV2__share .-share,
body:lang(fa) .p-episodeV2__share .-share,
body:lang(ur) .p-episodeV2__share .-share {
	margin-right: 0;
	margin-left: 5px
}

body:lang(ar) .p-episodeV2__langs,
body:lang(ar) .p-episodeV2__tags,
body:lang(fa) .p-episodeV2__langs,
body:lang(fa) .p-episodeV2__tags,
body:lang(ur) .p-episodeV2__langs,
body:lang(ur) .p-episodeV2__tags {
	margin-left: 0;
	margin-right: 30px
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeV2__tags,
	body:lang(fa) .p-episodeV2__tags,
	body:lang(ur) .p-episodeV2__tags {
		margin-left: 0;
		margin-right: 24px
	}
}

body:lang(ar) .p-episodev2Audio,
body:lang(fa) .p-episodev2Audio,
body:lang(ur) .p-episodev2Audio {
	padding-right: 24px;
	padding-left: 0;
	margin-left: 0;
	margin-right: -24px;
	border-left: 0;
	border-right: 1px solid #e5e5e5
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-episodev2Audio,
	body:lang(fa) .p-episodev2Audio,
	body:lang(ur) .p-episodev2Audio {
		padding: 24px;
		margin: 0 -24px
	}
}

@media screen and (max-width:768px) {

	body:lang(ar) .p-episodev2Audio,
	body:lang(fa) .p-episodev2Audio,
	body:lang(ur) .p-episodev2Audio {
		padding: 0
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodev2Audio,
	body:lang(fa) .p-episodev2Audio,
	body:lang(ur) .p-episodev2Audio {
		margin: 0
	}
}

body:lang(ar) .p-episodev2Audio__info,
body:lang(fa) .p-episodev2Audio__info,
body:lang(ur) .p-episodev2Audio__info {
	padding-left: 0;
	padding-right: 24px
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodev2Audio__info,
	body:lang(fa) .p-episodev2Audio__info,
	body:lang(ur) .p-episodev2Audio__info {
		padding: 12px 12px 0
	}
}

body:lang(ar) .p-episodeV2__duration .c-icon,
body:lang(fa) .p-episodeV2__duration .c-icon,
body:lang(ur) .p-episodeV2__duration .c-icon {
	margin-right: 0;
	margin-left: 5px
}

body:lang(ar) .p-episodeV2SelectLangs svg,
body:lang(fa) .p-episodeV2SelectLangs svg,
body:lang(ur) .p-episodeV2SelectLangs svg {
	right: auto;
	left: 10px
}

body:lang(ar) .p-episodeV2Program__info,
body:lang(fa) .p-episodeV2Program__info,
body:lang(ur) .p-episodeV2Program__info {
	padding-left: 0;
	padding-right: 24px
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeV2Program__info,
	body:lang(fa) .p-episodeV2Program__info,
	body:lang(ur) .p-episodeV2Program__info {
		padding-left: 0;
		padding-right: 12px
	}
}

body:lang(ar) .p-episodeV2Program__link span,
body:lang(fa) .p-episodeV2Program__link span,
body:lang(ur) .p-episodeV2Program__link span {
	margin-left: 0;
	margin-right: 10px
}

body:lang(ar) .p-episodeV2SideProgram,
body:lang(fa) .p-episodeV2SideProgram,
body:lang(ur) .p-episodeV2SideProgram {
	padding-left: 0;
	padding-right: 24px;
	border-left: 1px solid #e5e5e5;
	border-right: 0
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-episodeV2SideProgram,
	body:lang(fa) .p-episodeV2SideProgram,
	body:lang(ur) .p-episodeV2SideProgram {
		padding-left: 24px;
		padding-right: 24px;
		border: 0
	}
}

body:lang(ar) .p-episodeV2SideProgram__list,
body:lang(fa) .p-episodeV2SideProgram__list,
body:lang(ur) .p-episodeV2SideProgram__list {
	margin: 0 4px 0 5px;
	padding-left: 5px;
	padding-right: 0
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-episodeV2SideProgram__list,
	body:lang(fa) .p-episodeV2SideProgram__list,
	body:lang(ur) .p-episodeV2SideProgram__list {
		margin: 0
	}
}

body:lang(ar) .p-episodeV2SideProgram__list .c-item,
body:lang(fa) .p-episodeV2SideProgram__list .c-item,
body:lang(ur) .p-episodeV2SideProgram__list .c-item {
	padding-left: 6px;
	padding-right: 0
}

body:lang(ar) .p-episodeV2SideProgram__list .c-item .c-item__content,
body:lang(fa) .p-episodeV2SideProgram__list .c-item .c-item__content,
body:lang(ur) .p-episodeV2SideProgram__list .c-item .c-item__content {
	padding-left: 0;
	padding-right: 12px
}

body:lang(ar) .p-episodeV2SideProgram__moreBtn,
body:lang(fa) .p-episodeV2SideProgram__moreBtn,
body:lang(ur) .p-episodeV2SideProgram__moreBtn {
	text-align: right
}

body:lang(ar) .p-episodeV2SideProgram__moreBtn:after,
body:lang(fa) .p-episodeV2SideProgram__moreBtn:after,
body:lang(ur) .p-episodeV2SideProgram__moreBtn:after {
	right: auto;
	left: 26px
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-episodeV2SideProgram__moreBtn:after,
	body:lang(fa) .p-episodeV2SideProgram__moreBtn:after,
	body:lang(ur) .p-episodeV2SideProgram__moreBtn:after {
		left: auto;
		margin-left: 0;
		margin-right: 10px
	}
}

body:lang(ar) .p-episodeV2Side,
body:lang(fa) .p-episodeV2Side,
body:lang(ur) .p-episodeV2Side {
	padding-left: 0;
	padding-right: 24px
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-episodeV2Side,
	body:lang(fa) .p-episodeV2Side,
	body:lang(ur) .p-episodeV2Side {
		padding: 24px 0
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeV2Side,
	body:lang(fa) .p-episodeV2Side,
	body:lang(ur) .p-episodeV2Side {
		padding: 24px 12px
	}
}

body:lang(ar) .p-episodeV2Side__episodes .c-item .c-item__content,
body:lang(fa) .p-episodeV2Side__episodes .c-item .c-item__content,
body:lang(ur) .p-episodeV2Side__episodes .c-item .c-item__content {
	padding-left: 0;
	padding-right: 12px
}

body:lang(ar) .p-episodeV2SideLive,
body:lang(fa) .p-episodeV2SideLive,
body:lang(ur) .p-episodeV2SideLive {
	direction: ltr
}

body:lang(ar) .p-episodeItem:before,
body:lang(fa) .p-episodeItem:before,
body:lang(ur) .p-episodeItem:before {
	left: auto;
	right: 0
}

body:lang(ar) .p-episodeItem__img span,
body:lang(fa) .p-episodeItem__img span,
body:lang(ur) .p-episodeItem__img span {
	text-align: right
}

body:lang(ar) .p-episodeItem__tags,
body:lang(fa) .p-episodeItem__tags,
body:lang(ur) .p-episodeItem__tags {
	float: right
}

body:lang(ar) .p-episodeItem__tags li,
body:lang(fa) .p-episodeItem__tags li,
body:lang(ur) .p-episodeItem__tags li {
	margin-left: 12px;
	margin-right: 0
}

body:lang(ar) .p-episodeItem__tags li:last-child,
body:lang(fa) .p-episodeItem__tags li:last-child,
body:lang(ur) .p-episodeItem__tags li:last-child {
	margin-left: 0
}

@media screen and (max-width:768px) {

	body:lang(ar) .p-episodeItem__tags,
	body:lang(fa) .p-episodeItem__tags,
	body:lang(ur) .p-episodeItem__tags {
		float: none
	}
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeItem__tags,
	body:lang(fa) .p-episodeItem__tags,
	body:lang(ur) .p-episodeItem__tags {
		padding: 15px 0
	}

	body:lang(ar) .p-episodeItem__tags li,
	body:lang(fa) .p-episodeItem__tags li,
	body:lang(ur) .p-episodeItem__tags li {
		margin-left: 10px
	}
}

body:lang(ar) .p-episodeItem__programs,
body:lang(fa) .p-episodeItem__programs,
body:lang(ur) .p-episodeItem__programs {
	float: left
}

@media screen and (max-width:768px) {

	body:lang(ar) .p-episodeItem__programs,
	body:lang(fa) .p-episodeItem__programs,
	body:lang(ur) .p-episodeItem__programs {
		float: none
	}
}

body:lang(ar) .p-episodeItem__programsTexts,
body:lang(fa) .p-episodeItem__programsTexts,
body:lang(ur) .p-episodeItem__programsTexts {
	padding-left: 0;
	padding-right: 20px
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-episodeItem__programsTexts,
	body:lang(fa) .p-episodeItem__programsTexts,
	body:lang(ur) .p-episodeItem__programsTexts {
		padding-right: 15px
	}
}

body:lang(ar) .p-episodeItem__programsCount .c-icon,
body:lang(fa) .p-episodeItem__programsCount .c-icon,
body:lang(ur) .p-episodeItem__programsCount .c-icon {
	margin-left: 5px;
	margin-right: 0
}

body:lang(ar) .p-episodeItem__moreBtn,
body:lang(fa) .p-episodeItem__moreBtn,
body:lang(ur) .p-episodeItem__moreBtn {
	padding-left: 25px;
	padding-right: 0
}

body:lang(ar) .p-episodeItem__moreBtn:before,
body:lang(fa) .p-episodeItem__moreBtn:before,
body:lang(ur) .p-episodeItem__moreBtn:before {
	left: 5px;
	right: auto
}

body:lang(ar) .p-episodeLang,
body:lang(fa) .p-episodeLang,
body:lang(ur) .p-episodeLang {
	text-align: left
}

body:lang(ar) .p-episodeLang__currentLang,
body:lang(fa) .p-episodeLang__currentLang,
body:lang(ur) .p-episodeLang__currentLang {
	margin-left: 14px;
	margin-right: 0
}

body:lang(ar) .p-episodeLang__select,
body:lang(fa) .p-episodeLang__select,
body:lang(ur) .p-episodeLang__select {
	padding: 0 12px 0 26px
}

body:lang(ar) .p-episodeLang__select:after,
body:lang(fa) .p-episodeLang__select:after,
body:lang(ur) .p-episodeLang__select:after {
	left: 10px;
	right: auto
}

body:lang(ar) .p-episodeLang__select>span,
body:lang(fa) .p-episodeLang__select>span,
body:lang(ur) .p-episodeLang__select>span {
	margin-left: 4px;
	margin-right: 0
}

body:lang(ar) .p-episodeLang__menu,
body:lang(fa) .p-episodeLang__menu,
body:lang(ur) .p-episodeLang__menu {
	text-align: left
}

body:lang(ar) .p-episodeLang__list>li>a,
body:lang(fa) .p-episodeLang__list>li>a,
body:lang(ur) .p-episodeLang__list>li>a {
	text-align: right
}

body:lang(ar) .p-episodeLang__lang,
body:lang(fa) .p-episodeLang__lang,
body:lang(ur) .p-episodeLang__lang {
	margin-left: 12px;
	margin-right: 0
}

body:lang(ar) .p-destination .c-heading-A .c-icon,
body:lang(fa) .p-destination .c-heading-A .c-icon,
body:lang(ur) .p-destination .c-heading-A .c-icon {
	margin-left: 15px;
	margin-right: 0
}

body:lang(ar) .p-destination__itemList,
body:lang(ar) .p-destination__itemList li,
body:lang(fa) .p-destination__itemList,
body:lang(fa) .p-destination__itemList li,
body:lang(ur) .p-destination__itemList,
body:lang(ur) .p-destination__itemList li {
	float: right
}

@media screen and (max-width:1200px) {

	body:lang(ar) .p-destination__itemList,
	body:lang(fa) .p-destination__itemList,
	body:lang(ur) .p-destination__itemList {
		float: none
	}
}

body:lang(ar) .p-destination__itemName,
body:lang(fa) .p-destination__itemName,
body:lang(ur) .p-destination__itemName {
	left: auto;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

body:lang(ar) .p-destination__map,
body:lang(fa) .p-destination__map,
body:lang(ur) .p-destination__map {
	float: right
}

@media screen and (max-width:1200px) {

	body:lang(ar) .p-destination__map,
	body:lang(fa) .p-destination__map,
	body:lang(ur) .p-destination__map {
		float: none
	}
}

body:lang(ar) .p-destination__list.-area .p-destination__listName,
body:lang(fa) .p-destination__list.-area .p-destination__listName,
body:lang(ur) .p-destination__list.-area .p-destination__listName {
	left: auto;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

body:lang(ar) .p-destination__listThumb:before,
body:lang(fa) .p-destination__listThumb:before,
body:lang(ur) .p-destination__listThumb:before {
	left: auto;
	right: 0
}

body:lang(ar) .p-programDetail__itemImg,
body:lang(fa) .p-programDetail__itemImg,
body:lang(ur) .p-programDetail__itemImg {
	float: right
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-programDetail__itemImg,
	body:lang(fa) .p-programDetail__itemImg,
	body:lang(ur) .p-programDetail__itemImg {
		float: none
	}
}

body:lang(ar) .p-programDetail__itemInfo,
body:lang(fa) .p-programDetail__itemInfo,
body:lang(ur) .p-programDetail__itemInfo {
	float: right
}

@media screen and (max-width:992px) {

	body:lang(ar) .p-programDetail__itemInfo,
	body:lang(fa) .p-programDetail__itemInfo,
	body:lang(ur) .p-programDetail__itemInfo {
		float: none
	}
}

body:lang(ar) .p-programDetail__favorite,
body:lang(fa) .p-programDetail__favorite,
body:lang(ur) .p-programDetail__favorite {
	position: absolute;
	left: 0;
	right: auto
}

body:lang(ar) .p-programDetail__link a:after,
body:lang(fa) .p-programDetail__link a:after,
body:lang(ur) .p-programDetail__link a:after {
	right: auto;
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

@media screen and (max-width:576px) {

	body:lang(ar) .p-programDetail__link a:after,
	body:lang(fa) .p-programDetail__link a:after,
	body:lang(ur) .p-programDetail__link a:after {
		right: auto;
		left: 16px
	}
}

body:lang(bn) .c-mainSlider .c-episodeInfo .c-episodeInfo__title {
	-webkit-line-clamp: 2;
	line-height: 1.5
}

@media screen and (max-width:576px) {
	body:lang(fr) .l-footer__categoriesList>li {
		width: 100%
	}

	body:lang(fr) .l-footer__categoriesList>li:nth-child(2) a {
		border-top: 0
	}
}

body:lang(hi) .c-item__title {
	line-height: 1.4
}

@media screen and (max-width:576px) {
	body:lang(hi) .c-item__title {
		line-height: 1.3
	}
}

body:lang(my) .c-tags li a {
	padding: 5px 12px;
	border-radius: 17px
}

@media screen and (max-width:576px) {
	body:lang(my) .c-floatingVideo.-active {
		top: 100px
	}
}

body:lang(my) .c-mainSlider .c-episodeInfo .c-episodeInfo__title {
	-webkit-line-clamp: 2
}

body:lang(my) .c-episodeInfo__title {
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1.6
}

body:lang(my) .c-episodeInfo__title.is-win10 {
	line-height: 1.5
}

body:lang(my) .c-episodeInfo__title.is-win10 a {
	vertical-align: text-bottom
}

body:lang(my) .c-episodeInfo__title.is-win10ie {
	padding-top: 2px;
	line-height: 1.7
}

body:lang(my) .c-episodeInfo__title.is-win10ie a {
	vertical-align: text-bottom
}

body:lang(my) .c-episodeInfo__title.is-win8,
body:lang(my) .c-episodeInfo__title.is-win8ie {
	line-height: 1.6
}

body:lang(my) .c-episodeInfo__title.is-win8 a,
body:lang(my) .c-episodeInfo__title.is-win8ie a {
	vertical-align: text-bottom
}

@media screen and (max-width:768px) {
	body:lang(my) .c-episodeInfo__title {
		font-size: 1.75rem
	}
}

body:lang(my) .c-episodeInfo__program {
	display: block;
	margin-bottom: 10px;
	font-size: 1.125rem
}

body:lang(my) .c-episodeInfo__texts p {
	line-height: 1.8
}

body:lang(my) .c-item__title {
	margin-bottom: 5px;
	line-height: 2
}

body:lang(my) .c-item__program {
	margin: 0 0 10px;
	line-height: 1.8
}

body:lang(my) .c-item__favorite .c-item__favoriteTooltip {
	width: 120px;
	line-height: 1.6;
	font-size: .625rem
}

body:lang(my) .c-itemList.-playlist .c-item.-media .c-time {
	line-height: 1.6
}

body:lang(my) .c-playlist__title {
	margin-bottom: 5px
}

body:lang(my) .c-playlist__title a {
	line-height: 1.7
}

body:lang(my) .l-header__nav {
	padding: 0 150px 0 180px
}

body:lang(my) .l-header__nav>ul {
	max-width: 540px
}

body:lang(my) .l-header__nav li>a {
	padding: 19px 8px
}

@media screen and (max-width:840px) {
	body:lang(my) .l-header__nav li>a {
		font-size: .875rem
	}
}

@media screen and (max-width:768px) {
	body:lang(my) .l-header__nav {
		padding: 0
	}
}

@media screen and (max-width:576px) {
	body:lang(my) .l-header__nav {
		height: auto;
		padding: 4px 0
	}

	body:lang(my) .l-header__nav>ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 10px
	}

	body:lang(my) .l-header__nav li {
		width: 50%;
		text-align: center
	}

	body:lang(my) .l-header__nav li>a {
		display: inline-block;
		padding: 8px 4px;
		font-size: .75rem
	}

	body:lang(my) .l-header__nav li>a.-active:after {
		height: 4px
	}
}

@media screen and (max-width:576px) {
	body:lang(my) .l-footer__categoriesList>li {
		width: 100%
	}

	body:lang(my) .l-footer__categoriesList>li:nth-child(2) a {
		border-top: 0
	}
}

body:lang(my) .l-menu__btnText.-border {
	padding-bottom: 6px
}

body:lang(my) .l-modalFavorite .c-btn.-gry,
body:lang(my) .l-modalFavorite .c-btn.-red {
	width: 260px;
	margin-bottom: 20px
}

@media screen and (max-width:576px) {

	body:lang(my) .l-modalFavorite .c-btn.-gry,
	body:lang(my) .l-modalFavorite .c-btn.-red {
		width: 100%;
		max-width: 260px
	}
}

body:lang(my) .p-episodeV2__title,
body:lang(my) .p-episodeV2Program__title {
	line-height: 2
}

body:lang(my) .p-episodeV2__date {
	margin-top: 12px;
	line-height: 2
}

body:lang(my) .p-episodeV2__description,
body:lang(my) .p-episodeV2__description figcaption,
body:lang(my) .p-episodeV2Program__info p {
	line-height: 1.9
}

body:lang(my) .p-episodeV2__side .c-item__title {
	line-height: 1.8
}

body:lang(my) .p-programDetail__title {
	font-size: 1.75rem;
	line-height: 1.5
}

@media screen and (max-width:576px) {
	body:lang(my) .p-programDetail__title {
		margin: 0 0 20px;
		font-size: 1.375rem
	}
}

body:lang(my) .p-episodeItem__description {
	padding-top: 10px;
	line-height: 1.9
}

body:lang(ru) .l-footer__categoriesList>li {
	width: 50%
}

body:lang(ru) .l-footer__categoriesList>li:nth-child(3) a,
body:lang(ru) .l-footer__categoriesList>li:nth-child(4) a {
	border-top: 0
}

@media screen and (max-width:576px) {
	body:lang(ru) .l-footer__categoriesList>li {
		width: 100%
	}

	body:lang(ru) .l-footer__categoriesList>li:nth-child(2) a {
		border-top: 0
	}
}

@media screen and (max-width:576px) {
	body:lang(sw) .l-footer__categoriesList>li {
		width: 100%
	}

	body:lang(sw) .l-footer__categoriesList>li:nth-child(2) a {
		border-top: 0
	}
}

@media screen and (max-width:576px) {
	body:lang(vi) .c-floatingVideo.-active {
		top: 100px
	}
}

@media screen and (max-width:576px) {
	body:lang(vi) .l-footer__categoriesList>li {
		width: 100%
	}

	body:lang(vi) .l-footer__categoriesList>li:nth-child(2) a {
		border-top: 0
	}
}

body:lang(vi) .l-modalFavorite .c-btn.-gry,
body:lang(vi) .l-modalFavorite .c-btn.-red {
	width: 220px
}

body:lang(zh-Hant) .l-footer__navMainLinks>li.-videos {
	width: 25%;
	padding: 0 16px;
	border-bottom: 0
}

body:lang(zh-Hant) .l-footer__navMainLinks>li.-videos>a {
	display: block;
	margin-right: 0;
	border-bottom: 1px solid #dd8594
}

@media screen and (max-width:768px) {
	body:lang(zh-Hant) .l-footer__navMainLinks>li.-videos {
		width: 50%
	}
}

@media screen and (max-width:576px) {
	body:lang(zh-Hant) .l-footer__navMainLinks>li.-videos>a {
		padding: 10px 0
	}
}

@media print {

	.c-floatingVideo__player,
	.c-item__image img,
	.c-mainSlider__slideItem img,
	.c-playlist__image img,
	.p-episodeChapter__img img,
	.p-episodeItem__programsImg img,
	.p-programDetail__itemImg img {
		opacity: 0
	}
}

.p-topTopdocs {
	margin-top: 40px;
	padding-bottom: 40px;
	background-color: #f3f3f3
}

@media screen and (max-width:576px) {
	.p-topTopdocs {
		padding-bottom: 20px
	}
}

.p-topTopdocs .p-topDocsHeader span {
	display: block;
	margin-top: 5px;
	font-weight: 700
}

@media screen and (max-width:768px) {
	.p-topTopdocs .p-topDocsHeader img {
		max-width: 70%
	}
}

.p-topTopdocs .c-item__favorite {
	z-index: 1
}

.p-topTopdocs .p-docsSurvey {
	padding: 0 5px;
	background-color: transparent
}

.p-topTopdocs .p-docsSurvey__items {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-topTopdocs .p-docsSurvey__item {
	width: 80px
}

.p-topTopdocs .p-docsSurvey__btn {
	font-size: .625rem;
	font-weight: 400
}

.p-topTopdocs .p-docsSurvey__btn:hover {
	opacity: 1
}

.p-topTopdocs .p-docsSurvey__btn img {
	display: block;
	margin: 0 auto 4px;
	max-width: 50px;
	border: 2px solid #000
}

@media screen and (max-width:576px) {
	.p-topTopdocs .p-docsSurvey__btn img {
		max-width: 40px
	}
}

.p-topTopdocs__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:768px) {
	.p-topTopdocs__item {
		display: block;
		max-width: 400px;
		margin: 0 auto
	}
}

.p-topTopdocs__image {
	position: relative;
	width: 50%
}

@media screen and (max-width:768px) {
	.p-topTopdocs__image {
		width: 100%
	}
}

.p-topTopdocs__image img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.p-topTopdocs__image img.-is-sp {
	display: none
}

@media screen and (max-width:576px) {
	.p-topTopdocs__image img.-is-pc {
		display: none
	}

	.p-topTopdocs__image img.-is-sp {
		display: block
	}
}

.p-topTopdocs__content {
	display: block;
	width: 50%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

.p-topTopdocs__content:link,
.p-topTopdocs__content:visited {
	color: #000;
	text-decoration: none
}

.p-topTopdocs__content:active,
.p-topTopdocs__content:hover {
	color: #333;
	text-decoration: none
}

@media screen and (max-width:768px) {
	.p-topTopdocs__content {
		width: 100%
	}
}

@media screen and (max-width:576px) {
	.p-topTopdocs__content {
		padding: 16px 0 20px
	}
}

.p-topTopdocs__meta {
	margin: 0 10px;
	font-weight: 700
}

@media screen and (max-width:576px) {
	.p-topTopdocs__meta {
		margin: 0 20px
	}
}

.p-topTopdocs__title {
	margin: 0 0 16px;
	font-size: 1.75rem;
	line-height: 1.3
}

@media screen and (max-width:992px) {
	.p-topTopdocs__title {
		font-size: 1.375rem
	}
}

.p-topTopdocs__subtitle {
	margin-top: 20px;
	font-size: 1rem;
	line-height: 1.3
}

@media screen and (max-width:576px) {
	.p-topTopdocs__subtitle {
		font-size: .875rem
	}
}

.p-topTopdocs__pgmTitle {
	margin-top: 4px;
	color: #999;
	font-size: .875rem;
	line-height: 1.3
}

@media screen and (max-width:576px) {
	.p-topTopdocs__pgmTitle {
		font-size: .8125rem
	}
}

.p-billboard {
	margin: 40px 0 20px;
	background-color: #e7ecee
}

.p-billboard__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0;
	color: #707070;
	text-decoration: none
}

@media screen and (max-width:768px) {
	.p-billboard__link {
		display: block
	}
}

.p-billboard__pic {
	width: calc(50% - 24px)
}

.p-billboard__pic img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media screen and (max-width:768px) {
	.p-billboard__pic {
		width: 100%;
		max-width: 400px;
		margin: 0 auto
	}
}

.p-billboard__info {
	width: calc(50% - 24px)
}

.p-billboard__info h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 1.3
}

.p-billboard__info h2>span {
	display: block;
	font-size: 18px;
	font-weight: 300
}

.p-billboard__info h3 {
	margin: 12px 0 0;
	font-size: 18px;
	font-weight: 300
}

.p-billboard__info p {
	margin: 0;
	font-size: 20px
}

@media screen and (max-width:768px) {
	.p-billboard__info {
		width: auto;
		margin: 30px 20px 0
	}
}

@media screen and (max-width:576px) {
	.p-billboard__info {
		width: auto;
		margin: 20px 0 0
	}

	.p-billboard__info h2 {
		font-size: 28px
	}

	.p-billboard__info h2>span {
		font-size: 13px
	}

	.p-billboard__info h3 {
		font-size: 14px
	}

	.p-billboard__info p {
		font-size: 16px
	}
}

.p-billboard__appList {
	list-style: none;
	padding: 0;
	background-color: #fff;
	font-size: 0
}

.p-billboard__appList li {
	display: inline-block;
	width: 33.33%
}

.p-billboard__appIcon {
	display: block;
	margin: 0 auto;
	height: 55px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain
}

.p-billboard__appIcon.-firetv {
	max-width: 60px;
	background-image: url(/nhkworld/common/assets/app/images/common/icon-firetv2.png)
}

.p-billboard__appIcon.-roku {
	max-width: 66px;
	background-image: url(/nhkworld/common/assets/app/images/common/icon-roku2.png)
}

.p-billboard__appIcon.-appletv {
	max-width: 40px;
	background-image: url(/nhkworld/common/assets/app/images/common/icon-appletv2.png)
}

@media screen and (max-width:576px) {
	.p-billboard__appIcon {
		height: 40px
	}

	.p-billboard__appIcon.-appletv,
	.p-billboard__appIcon.-firetv,
	.p-billboard__appIcon.-roku {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7)
	}
}

.p-billboard__note {
	margin-top: 12px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.4
}