@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
	font-size: calc(10 / 750 * 100vw);
	overflow-x: hidden;
}

@media screen and (min-width: 768px) {
	html {
		font-size: calc(10 / 1200 * 100vw);
	}
}

@media screen and (min-width: 1200px) {
	html {
		font-size: 10px;
	}
}

.gDef-top-banner {
	background-color: #000;
}

.gDef-contents {
	color: #000;
	font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	line-height: 1.5;
	background-color: #fff;
}

.set1,
.set1 * {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.set1 img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-touch-callout: none;
}

.set1 a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.set1 a {
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.set1 a:hover {
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.sec_contents {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}


/* =====================================================================
*    共通要素
* =================================================================== */
.main {
	display: block;
}

.sub_wrap {
	padding: calc(130 / 750 * 100%) 0 0;
}

.sec_contents {
	width: calc(630 / 750 * 100%);
	margin: 0 auto;
}

.sec_ttl {
	margin: 0 0 calc(140 / 750 * 100%);
}

.bnr1 {
	padding: 1px;
}

.btn1 a {
	display: inline-block;
}

.btn1 a span {
	display: block;
	padding: 0.4em 0;
	color: #000;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
}

.btn1 a span::before,
.btn1 a span::after {
	position: absolute;
	content: "";
	background: #000;
	height: 3px;
}

.btn1 a span::after {
	left: 0;
	bottom: 0;
	width: 100%;
}

.grade_line::before {
	content: '';
	position: absolute;
	width: 24vw;
	height: 1.2em;
	bottom: 0;
	left: 0;
	margin: 0 0 -1.2em;
}

@media screen and (min-width: 768px) {
	.sub_wrap {
		padding: calc(130 / 1200 * 100%) 0 0 !important;
	}

	.inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 calc(100 / 1200 * 100%);
	}

	.sec_ttl {
		margin: 0 auto calc(80 / 1000 * 100%);
	}

	.sec_ttl img {
		width: calc(750 / 1000 * 100%);
		margin: 0 auto;
	}

	.btn1 {
		text-align: center;
	}

	.btn1 a::before,
	.btn1 a::after {
		position: absolute;
		content: "";
		height: 0%;
		width: 3px;
		background: #000;
	}

	.btn1 a::before {
		right: 0;
		top: 0;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.btn1 a::after {
		left: 0;
		bottom: 0;
		-webkit-transition: all 0.1s 0.2s ease;
		transition: all 0.1s 0.2s ease;
	}

	.btn1 a span {
		width: auto;
		padding: 0.5em .2em;
		font-size: 2.4rem;
	}

	.btn1 a span::before {
		left: 0;
		top: 0;
		width: 0%;
		-webkit-transition: all 0.1s 0.1s ease;
		transition: all 0.1s 0.1s ease;
	}

	.btn1 a:hover::before,
	.btn1 a:hover::after,
	.btn1 a span:hover::before,
	.btn1 a span:hover::after {
		background: #c91149;
	}

	.btn1 a:hover::before {
		-webkit-transition: all 0.1s 0.2s ease;
		transition: all 0.1s 0.2s ease;
		height: 100%;
	}

	.btn1 a:hover::after {
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
		height: 100%;
	}

	.btn1 a span:hover::before {
		width: 100%;
	}

	.grade_line::before {
		width: 8.2em;
		height: .5em;
		margin: 0 0 -.5em;
		-webkit-transition: .3s ease-out;
		transition: .3s ease-out;
	}

	.grade_line:hover::before {
		width: 100%;
		-webkit-transition: .3s ease-out;
		transition: .3s ease-out;
	}
}

@media screen and (min-width: 1200px) {
	.sub_wrap {
		padding: 130px 0 0 !important;
	}

	.inner {
		padding: 0 100px;
	}

	.grade_line::before {
		width: 100px;
	}
}

/* =====================================================================
*    submv
* =================================================================== */
.submv {
	background: url(../images/common/bg_submv_sp.jpg) no-repeat center #000;
	background-size: cover;
	padding: calc(8 / 1200 * 100%) 0 0;
}

.submv .inner::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background: url(../images/common/img_submv_sp.png) no-repeat center top/contain;
	width: calc(308 / 750 * 100%);
	padding-top: calc(212 / 750 * 100%);
}

.submv_category {
	width: calc(292 / 750 * 100%);
	margin: 0 0 0 calc(55 / 750 * 100%);
}

.submv_ttl {
	width: calc(291 / 750 * 100%);
	margin: calc(16 / 750 * 100%) 0 0 calc(55 / 750 * 100%);
}

.submv_onair {
	width: calc(745 / 750 * 100%);
	margin: calc(-20 / 750 * 100%) auto 0;
}

@media screen and (min-width: 768px) {
	.submv {
		background: url(../images/common/bg_submv_pc.jpg) no-repeat center #000;
		background-size: calc(1620 / 1200 * 100%);
		padding: 0;
	}

	.submv .inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.submv .inner::before {
		background: url(../images/common/img_submv_pc.png) no-repeat center top/contain;
		width: calc(390 / 1200 * 100%);
		padding-top: calc(242 / 1200 * 100%);
		margin-right: calc(102 / 1200 * 100%);
	}

	.submv_wrap {
		width: calc(302 / 1000 * 100%);
	}

	.submv_category {
		width: calc(292 / 302 * 100%);
		margin: 0;
	}

	.submv_ttl {
		width: 100%;
		margin: calc(70 / 1000 * 100%) 0 0;
	}

	.submv_onair {
		width: calc(485 / 1000 * 100%);
		margin: 0 calc(40 / 1000 * 100%) 0 0;
	}

	.submv_onair.onair1 {
		width: calc(335 / 1000 * 100%);
		margin: 0 calc(5 / 1000 * 100%) calc(16 / 1000 * 100%) 0;
	}

	.submv_onair.onair1::before {
		padding-top: calc(26 / 335 * 100%);
		background: url(../images/common/img_mv_onair1_pc.png) no-repeat center top;
		background-size: auto 100%;
	}
}

@media screen and (min-width: 1200px) {
	.submv {
		background-size: 1620px auto;
	}
}

/* =====================================================================
*    nav
* =================================================================== */
.header_nav {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #fff;
	z-index: 100;
}

.nav_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav_menu li {
	width: 20%;
	border-right: 2px solid #000;
}

.nav_menu li:last-child {
	width: 40%;
}

.class_sp .nav_menu li:nth-child(5),
.class_sp .nav_menu li:last-child {
	border-right: 2px solid transparent;
}

.nav_menu li:nth-child(-n + 5) {
	border-bottom: 2px solid #000;
}

.nav_menu li:nth-child(n + 6)::after {
	display: none;
}

.nav_menu li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nav_menu li.nolink a,
.nav_menu li.cs a {
	pointer-events: none;
}

.nav_menu li.nolink a::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 101%;
	background: rgba(181, 181, 181, 0.6);
	top: 0;
	left: 0;
	z-index: 2;
}

.nav_menu li.cs a::before {
	content: "";
	display: block;
	width: 104%;
	height: 102%;
	background: url(../images/nav/nav_cs.jpg) no-repeat center top/cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.nav_menu li.nav_hulu.cs a::before {
	background: url(../images/nav/nav_cs_hulu.jpg) no-repeat center top/cover;
	/*	top: -1px;*/
	/*	left: -1px;*/
	z-index: 2;
}

.nav_date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: calc(-20 / 150 * 100%) auto 0;
	text-align: center;
	z-index: 3;
}

.nav_menu li:last-child .nav_date {
	margin-top: calc(-20 / 300 * 100%);
}

.nav_date span {
	display: inline-block;
	padding: .8em 1.5em;
	background: url(../images/nav/bg_nav_date.png) no-repeat center/contain;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.header_nav {
		border-width: 5px;
	}

	.nav_menu {
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-height: 105px;
		border-right: 5px solid #000;
	}

	.nav_menu li {
		display: inline-block;
		border-left: 5px solid #000;
		border-right: 0;
		border-bottom: 0 !important;
		width: calc(110 / 1000 * 100%) !important;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.nav_menu li::before,
	.nav_menu li::after {
		content: "";
		width: 0;
		height: 5px;
		display: block !important;
		position: absolute;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
		z-index: 3;
	}

	.nav_menu li::before {
		left: 50%;
		top: 0;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		background: #b30eb0;
		background: -webkit-gradient(linear, left top, right top, from(#b30eb0), to(#fb4d17));
		background: linear-gradient(to right, #b30eb0 0%, #fb4d17 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b30eb0', endColorstr='#fb4d17', GradientType=1);
		background-color: #20C2F7;
	}

	.nav_menu li::after {
		left: 50%;
		bottom: 0;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		background: #b30eb0;
		background: -webkit-gradient(linear, left top, right top, from(#b30eb0), to(#fb4d17));
		background: linear-gradient(to right, #b30eb0 0%, #fb4d17 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b30eb0', endColorstr='#fb4d17', GradientType=1);
	}

	.nav_menu li a {
		height: auto;
		padding: .3em;
	}

	.nav_menu li a::before,
	.nav_menu li a::after {
		content: "";
		height: 0;
		width: 5px;
		position: absolute;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
		z-index: 3;
	}

	.nav_menu li a::before {
		left: 0;
		top: 50%;
		background-color: #b30eb0;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	.nav_menu li a::after {
		right: 0;
		top: 50%;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		background-color: #fb4d17;
	}

	.nav_menu li:hover::before,
	.nav_menu li:hover::after {
		left: 0;
	}

	.nav_menu li:hover a::before,
	.nav_menu li:hover a::after {
		top: 0;
	}

	.nav_menu li:hover::before,
	.nav_menu li:hover::after {
		width: 100%;
	}

	.nav_menu li a:hover::before,
	.nav_menu li a:hover::after {
		height: 100%;
	}

	.nav_menu li.nolink a::after,
	.nav_menu li.nolink::before,
	.nav_menu li.nolink::after,
	.nav_menu li.cs a::after,
	.nav_menu li.cs::before,
	.nav_menu li.cs::after {
		display: none !important;
	}

	.nav_menu li.nav_hulu.cs a::before {
		background: url(../images/nav/nav_cs.jpg) no-repeat center/cover;
	}

	.nav_menu li a img {}

	.nav_date {
		margin: 0 !important;
	}

	.nav_date span {
		padding: .6em 1.5em;
		font-size: 1.1rem;
		display: block;
		margin-top: -1em;
	}

}

@media screen and (min-width: 1200px) {}



/* =====================================================================
*    contents_bnr
* =================================================================== */
.contents_bnr li:not(:last-child) {
	margin-bottom: calc(30 / 560 * 100%);
}


@media screen and (min-width: 768px) {
	.contents_bnr {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contents_bnr li {
		width: calc(600 / 1000 * 100%);
	}

	.contents_bnr li:not(:last-child) {
		margin: 0 calc(20 / 1000 * 100%) 0 0;
	}
}


/* =====================================================================
*    footer
* =================================================================== */
.footer {
	padding: calc(70 / 750 * 100%) 0 calc(30 / 750 * 100%);
	background-color: #222226;
}

.footer_bnr {
	width: calc(650 / 750 * 100%);
	margin: 0 auto;
}

.pagetop {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	margin: 0 calc(35 / 750 * 100%) calc(20 / 750 * 100%) 0;
	width: 35px;
	height: 35px;
	background-color: #fff;
	border: 1px solid #000;
}

.pagetop a {
	width: 100%;
	height: 100%;
}

.pagetop a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagetop.fixed {
	position: fixed;
}

.footer_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto calc(80 / 750 * 100%);
}

.footer_sns li {
	padding: 0 calc(52 / 750 * 100%);
	width: calc(210 / 750 * 100%);
}

.footer_sns li::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 70%;
	background-color: #fff;
}

.footer_sns li:last-child::before {
	display: none;
}

.footer_sns li a {
	padding: calc(48 / 210 * 100%) calc(42 / 210 * 100%) calc(40 / 210 * 100%);
	border-radius: 50%;
	border: 1px solid #fff;
}


@media screen and (min-width: 768px) {
	.footer {
		padding: 40px 0 10px;
	}

	.pagetop {
		margin: 0 calc(35 / 1200 * 100%) calc(20 / 1200 * 100%) 0;
		width: 70px;
		height: 70px;
		background-color: #fff;
		border: 1px solid #000;
	}

	.pagetop a::before {
		width: 18px;
		height: 18px;
		top: 10px;
	}

	.footer_bnr {
		width: calc(475 / 1000 * 100%);
		margin: 0 auto calc(40 / 1000 * 100%);
	}

	.footer_bnr a:hover {
		opacity: .55;
	}

	.pagetop.fixed {
		position: fixed;
	}

	.pagetop {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}

	.pagetop:hover,
	.pagetop:focus,
	.pagetop:active {
		-webkit-animation-name: hvr-bob-float, hvr-bob;
		animation-name: hvr-bob-float, hvr-bob;
		-webkit-animation-duration: .3s, 1.5s;
		animation-duration: .3s, 1.5s;
		-webkit-animation-delay: 0s, .3s;
		animation-delay: 0s, .3s;
		-webkit-animation-timing-function: ease-out, ease-in-out;
		animation-timing-function: ease-out, ease-in-out;
		-webkit-animation-iteration-count: 1, infinite;
		animation-iteration-count: 1, infinite;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-direction: normal, alternate;
		animation-direction: normal, alternate;
	}

	.footer_sns {
		margin: 0 auto calc(50 / 1000 * 100%);
	}

	.footer_sns li {
		width: calc(180 / 1000 * 100%);
		padding: 0 calc(60 / 1000 * 100%);
	}

	.footer_sns1 a:hover {
		border-color: #222226;
		background: #76489f;
		background: linear-gradient(45deg, #76489f 0%, #463fff 29%, #00f5ff 67%, #2c92ff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76489f', endColorstr='#2c92ff', GradientType=1);
	}

	.footer_sns2 a:hover {
		border-color: #222226;
		background: #756edc;
		background: -webkit-gradient(linear, left top, right top, color-stop(1%, #756edc), color-stop(25%, #9e4289), color-stop(63%, #f6420c), color-stop(92%, #ffcc00));
		background: linear-gradient(to right, #756edc 1%, #9e4289 25%, #f6420c 63%, #ffcc00 92%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#756edc', endColorstr='#ffcc00', GradientType=1);
	}

	.footer_sns3 a:hover {
		border-color: #222226;
		background: #3de5d8;
		background: -webkit-gradient(linear, left top, right top, color-stop(11%, #3de5d8), color-stop(34%, #6dff42), color-stop(63%, #bdf600), color-stop(93%, #f6d200));
		background: linear-gradient(to right, #3de5d8 11%, #6dff42 34%, #bdf600 63%, #f6d200 93%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3de5d8', endColorstr='#f6d200', GradientType=1);
	}

	.footer_sns li a::before,
	.footer_sns li a::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.footer_sns li a:hover::after {
		opacity: 0;
	}

	.footer_sns li a:hover::after {
		opacity: 1;
	}
}

@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@media screen and (min-width: 1200px) {}

/* =====================================================================
*    bridecove_popup
* =================================================================== */
.bc_wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	display: none;
	cursor: pointer;
}

.bc_wrapper .return_box {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.bc_wrapper .bc_movie_wrap {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.bc_wrapper .bc_movie_wrap .bc_movie video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bc_wrapper .bc_movie_wrap .bc_movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.vjs-icon-placeholder {
	display: block;
	margin: -1em 0 0;
	position: static;
}

.bc_wrapper .btn2 {
	margin: calc(50 / 750 * 100%) auto 0;
}

.bc_wrapper .btn2 a {
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 3rem;
	padding: 5px 10px;
}

@media screen and (min-width: 768px) {
	.bc_wrapper .bc_movie_wrap {
		width: calc(800 / 1200 * 100%);
	}

	.bc_wrapper .btn2 {
		margin: calc(30 / 800 * 100%) auto 0;
	}

	.bc_wrapper .btn2 a {
		font-size: 2rem;
	}

	.bc_wrapper .btn2 a:hover {
		color: #c91149;
		border-color: #c91149;
		-webkit-transition: .2s;
		transition: .2s;
	}
}

@media screen and (min-width: 1200px) {
	.bc_wrapper .bc_movie_wrap {
		width: 800px;
	}
}

/* =====================================================================
*    .popup
* =================================================================== */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.popup_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.9);
}

.popup_area {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.popup_inner {
	width: calc(630 / 750 * 100%);
	margin: calc(150 / 750 * 100%) auto;
	padding: 0;
}

.popup_close {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(90 / 630 * 100%);
	margin: calc(-100 / 630 * 100%) 0 0;
}

.popup_close::before,
.popup_close::after {
	content: "";
	display: block;
	width: 1px;
	padding-top: 100%;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto;
}

.popup_close::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup_list {
	width: 100%;
	height: 100%;
}

.popup_details {
	display: none;
	border: 1px solid #6e6e6c;
	background-color: #f5f8f8;
}

@media screen and (min-width: 768px) {
	.popup_bg {
		cursor: pointer;
	}

	.popup_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.popup_inner {
		width: calc(500 / 1200 * 100%);
		max-width: 500px;
		margin: auto;
		padding: calc(61 / 1200 * 100%) 0 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.popup_close {
		cursor: pointer;
		width: calc(46 / 500 * 100%);
		margin: 0;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.popup_close:hover {
		background-color: #343433;
		border-color: #fff;
	}

	.popup_close::before,
	.popup_close::after {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.popup_close:hover::before,
	.popup_close:hover::after {
		background-color: #fff;
	}

}

@media screen and (min-width: 1200px) {
	.popup_inner {
		padding: 61px 0 0;
	}
}

@media print {

	.nextstory_movie_photo img,
	.story_movie_photo img,
	.news_list_photo img {
		display: none;
	}

	.story_txt_list_photo img {
		display: none;
	}

	.bucknumber_list img {
		display: none;
	}

	.chain_photo img {
		display: none;
	}

	.topics_photo img {
		display: none;
	}

	.chart_btn_img,
	.chart_photo img {
		display: none;
	}

	.music_artist_img_bg img {
		display: none;
	}
}

.copyright {
	color: #999;
	text-align: center;
	margin-top: 20%;
}

@media screen and (min-width: 768px) {
	.copyright {
		margin-top: 5%;
	}
}
