@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-size: auto auto;
	background-color: rgba(76, 73, 71, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 7px, rgba(68, 66, 64, 1) 7px, rgba(68, 66, 64, 1) 13px);
}

.gDef-contents {
	color: #1a160f;
	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;
	font-size: 2.4rem;
	line-height: 1.75;
	background-color: #f8f8f8;
}

.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;
}

.sec_contents {
	width: calc(630 / 750 * 100%);
	margin: 0 auto;
}

.sec_ttl {
	margin-bottom: calc(120 / 630 * 100%);
}

.btn1 {
	width: calc(520 / 630 * 100%);
	margin: 0 auto;
}

.chara_move {
	position: absolute;
	z-index: 1;
	-webkit-animation: fuwafuwa 1s infinite ease alternate;
	animation: fuwafuwa 1s infinite ease alternate;
}

@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}

	100% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
}

@keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}

	100% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
}


.chara_scale {
	position: absolute;
	width: calc(185 / 630 * 100%);
	margin: 0 calc(-60 / 630 * 100%) calc(-150 / 630 * 100%) 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.chara03_h {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(80 / 185 * 100%) !important;
	margin: calc(55 / 185 * 100%) 0 0 calc(10 / 185 * 100%);
	-webkit-animation: scale 1s infinite linear alternate;
	animation: scale 1s infinite linear alternate;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		margin-left: calc(22 / 185 * 100%);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		margin-left: calc(22 / 185 * 100%);
	}
}


@media screen and (min-width: 768px) {
	.gDef-contents {
		font-size: 1.6rem;
	}

	.set1 a {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.set1 a:hover {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.inner {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		/*		padding: 0 calc(100 / 1200 * 100%);*/
	}

	.sec_contents {
		width: 100%;
		max-width: 1200px;
		padding: 0 calc(100 / 1200 * 100%);
	}

	.sec_ttl {
		width: calc(630 / 1000 * 100%);
		margin: 0 auto calc(100 / 1000 * 100%);
	}

	.btn1 {
		width: calc(260 / 1000 * 100%);
		margin: calc(73 / 1000 * 100%) auto 0 !important;
	}

	.btn1 a:hover img {
		opacity: 0;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.btn1 a::before {
		opacity: 0;
		content: '';
		position: absolute;
		background: url(../images/top/btn_viewmore_h.png) no-repeat center;
		background-size: 100% auto;
		width: 100%;
		height: 100%;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.btn1 a:hover::before {
		opacity: 1;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.sp {
		display: none !important;
	}

	.chara_hover a:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.chara_hover a::before {
		content: '';
		position: absolute;
		background: url(../images/chara/img_chara6.png) no-repeat center;
		background-size: 100% auto;
		z-index: 2;
		width: 60px;
		height: 36px;
		bottom: -100px;
		right: 0;
		left: 0;
		margin: auto;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.chara_hover a:hover::before {
		-webkit-transition: .3s;
		transition: .3s;
		bottom: 0;
	}

	.chara_scale {
		width: calc(185 / 800 * 100%);
		left: 0;
		right: auto;
		margin: 0 0 calc(-20/ 800 * 100%) calc(-190/ 800 * 100%);
		z-index: 0;
	}
}

@media screen and (min-width: 1200px) {
	.sec_contents {
		padding: 0 100px;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}


/* =====================================================================
*    submv
* =================================================================== */
.submv {
	background: url(../images/common/bg_pattern1.png) center #7d7466;
	background-size: calc(100 / 750 * 100%);
	z-index: 1;
	overflow: hidden;
}

.submv::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(125, 116, 102, 0.9);
	z-index: -1;
}

.submv_inner::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background: url(../images/common/img_submv_sp.jpg) no-repeat center top;
	background-size: cover;
	width: calc(430 / 750 * 100%);
	padding-top: calc(230 / 750 * 100%);
}

.submv_inner::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	background: url(../images/chara/img_chara10.png) no-repeat center top;
	background-size: 100% auto;
	width: calc(202 / 750 * 100%);
	padding-top: calc(77 / 750 * 100%);
	margin-left: calc(55 / 750 * 100%);
}

.submv_wrap {}

.submv_category {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(291 / 750 * 100%);
	margin-right: calc(10 / 750 * 100%);
}

.submv_ttl {
	width: calc(281 / 750 * 100%);
	margin-left: calc(20 / 750 * 100%);
	padding-top: calc(24 / 750 * 100%);
}

.submv_onair {
	width: calc(298 / 750 * 100%);
	margin: calc(16 / 750 * 100%) 0 0 calc(12 / 750 * 100%);
	padding-bottom: calc(93 / 750 * 100%);
}

@media screen and (min-width: 768px) {
	.submv {
		background-size: calc(65 / 1000 * 100%);
	}

	.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;
		max-width: 1000px;
		margin: 0 auto;
	}

	.submv_inner::before {
		background: url(../images/common/img_submv_pc.jpg) no-repeat center top;
		background-size: 100% auto;
		width: calc(500 / 1000 * 100%);
		padding-top: calc(209 / 1000 * 100%);
	}

	.submv_inner::after {
		width: calc(149 / 1000 * 100%);
		padding-top: calc(53 / 1000 * 100%);
		margin-left: calc(180 / 1000 * 100%);
	}

	.submv_wrap {
		width: 100%;
	}

	.submv_category {
		width: calc(292 / 1000 * 100%);
		margin-right: calc(20 / 1000 * 100%);
	}

	.submv_ttl {
		width: calc(393 / 1000 * 100%);
		margin-left: calc(56 / 1000 * 100%);
		padding-top: calc(11 / 1000 * 100%);
	}

	.submv_onair {
		width: calc(374 / 1000 * 100%);
		margin: calc(11 / 1000 * 100%) 0 0 calc(66 / 1000 * 100%);
		padding-bottom: calc(61 / 1000 * 100%);
	}

}

@media screen and (min-width: 1200px) {
	.submv {
		background-size: 65px;
	}
}

/* =====================================================================
*    nav
* =================================================================== */
.header_nav {
	background-color: #f6ec7f;
}

.nav_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav_menu li {
	width: calc(123/ 750 * 100%);
}

.nav_menu li::before,
.nav_menu li::after {
	content: "";
	display: block;
	width: 1px;
	padding-top: calc(100 / 123 * 100%);
	background-color: #938054;
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 2;
	margin: calc(20 / 123 * 100%) 0 0;
}

.nav_menu li::after {
	width: calc(100 / 123 * 100%);
	height: 1px;
	padding: 0;
	top: auto;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.nav_menu li:last-child {
	width: calc(248 / 750 * 100%);
}

.nav_menu li:nth-child(6)::before,
.nav_menu li:nth-child(11)::before,
.nav_menu li:nth-child(n + 7)::after {
	display: none;
}

.nav_menu li.nolink a,
.nav_menu li.cs a {
	pointer-events: none;
}

.nav_menu li.nolink img,
.nav_menu li.cs img {
	opacity: 0;
}

.nav_menu li.nolink a::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../images/nav/nav_hover.png) no-repeat center;
	background-size: calc(48 / 750 * 100vw);
}

.nav_menu li.cs a::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: calc(42 / 750 * 100vw);
	background: url(../images/nav/nav_cs.png) no-repeat center top;
	background-size: 100% auto;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}

.nav_menu li.nav_hulu.cs a::before {
	width: calc(123 / 750 * 100vw);
	right: 0;
	margin: auto;
}

.nav_date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: -.6em 0 0;
	text-align: center;
	z-index: 3;
}

.nav_menu li:last-child .nav_date {
	margin-top: calc(-20 / 300 * 100%);
}

.nav_date span {
	font-family: 'Cantata One', serif;
	display: inline-block;
	padding: .4em 1.2em;
	background-color: #51473f;
	border-radius: 2em;
	color: #f29473;
	font-size: 1.8rem;
	letter-spacing: -.1rem;
	line-height: 1;
}

.nav_date span::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .6em .4em 0 .4em;
	border-color: #51473f transparent transparent transparent;
	margin-bottom: -.55em;
}

@media screen and (min-width: 768px) {
	.nav {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}

	.nav_menu {
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
	}

	.nav_menu::before {
		content: "";
		display: block;
		background-color: #938054;
		position: absolute;
		top: 0;
		left: -1px;
		z-index: 2;
		width: 2px;
		padding-top: calc(60 / 1000 * 100%);
		margin: calc(10 / 1000 * 100%) 0 0;
	}

	.nav_menu li {
		width: calc(164 / 1000 * 100%);
	}

	.nav_menu li::before {
		width: 2px;
		padding-top: calc(60 / 164 * 100%);
		margin: calc(10 / 164 * 100%) 0 0;
	}

	.nav_menu li::after {
		width: calc(146 / 164 * 100%);
		height: 2px;
		bottom: -1px;
		right: 0;
	}

	.nav_menu li:nth-child(6)::before,
	.nav_menu li:nth-child(11)::before {
		display: block;
	}

	.nav_menu li:nth-child(7)::after {
		content: "";
		display: block;
		background-color: #938054;
		position: absolute;
		top: 0;
		left: -1px;
		z-index: 2;
		width: 2px;
		height: 0;
		right: auto;
		bottom: 0;
		padding-top: calc(60 / 164 * 100%);
		margin: calc(10 / 164 * 100%) 0 0;
	}

	.nav_menu li:nth-child(11)::before {
		padding-top: calc(60 / 330 * 100%);
		margin: calc(10 / 330 * 100%) 0 0;
	}

	.nav_menu a {
		padding-top: calc(79 / 164 * 100%);
	}

	.nav_menu a img {
		display: none;
	}

	.nav_menu a::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.nav_menu a::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: url(../images/nav/nav_hover.png) no-repeat center;
		z-index: 1;
		opacity: 0;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.nav_menu a:hover::after {
		opacity: 1;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.nav_intro a::before {
		background: url(../images/nav/nav01_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_story a::before {
		background: url(../images/nav/nav02_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_chart a::before {
		background: url(../images/nav/nav03_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_cast a::before {
		background: url(../images/nav/nav04_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_music a::before {
		background: url(../images/nav/nav05_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_movie a::before {
		background: url(../images/nav/nav06_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_original a::before {
		background: url(../images/nav/nav07_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_goods a::before {
		background: url(../images/nav/nav08_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_topics a::before {
		background: url(../images/nav/nav09_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_delivery a::before {
		background: url(../images/nav/nav10_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_hulu a::before {
		background: url(../images/nav/nav11_pc.png) no-repeat left top;
		background-size: 100% auto;
	}

	.nav_menu li.cs a::before {
		height: calc(42 / 1000 * 100vw);
		background-size: calc(123 / 1000 * 100vw);
	}

	.nav_menu li.nolink a::before {
		background-size: calc(48 / 1000 * 100vw);
	}

	.nav_hulu {
		width: calc(330 / 1000 * 100%);
	}

	.nav_hulu a {
		padding-top: calc(79 / 330 * 100%);
	}

	.nav_date {
		margin: -1em auto !important;
		width: auto;
		right: 0;
	}

	.nav_date span {
		padding: .3em 1.5em;
		font-size: 1.2rem;
		letter-spacing: 0rem;
		margin-top: -1em;
	}

}

@media screen and (min-width: 1000px) {
	.nav_menu li.cs a::before {
		height: 42px;
		background-size: 123px;
	}

	.nav_menu li.nolink a::before {
		background-size: 48px;
	}

}



/* =====================================================================
*    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(80 / 750 * 100%) 0 calc(50 / 750 * 100%);
	background-color: #85c0c7;
	z-index: 2;
}

.pagetop {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100 / 750 * 100%);
	z-index: 100;
	margin: calc(30 / 750 * 100%);
	z-index: 9999;
}

.pagetop.fixed {
	position: fixed;
}

.pagetop_out {
	bottom: 120vh;
	-webkit-transition: .8s !important;
	transition: .8s !important;
}

.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(70 / 630 * 100%);
}

.footer_sns li {
	width: calc(100 / 630 * 100%);
	margin: 0 calc(44 / 630 * 100%);
}

.footer_sns li a {
	padding: calc(28 / 100 * 100%) calc(24 / 100 * 100%) calc(23 / 100 * 100%);
	border-radius: 50%;
	border: 1px solid #fff;
}

.footer_bnr {
	margin-bottom: calc(150 / 630 * 100%);
}

.copyright {
	font-size: 2rem;
	color: #fff;
	text-align: center;
}



@media screen and (min-width: 768px) {
	.footer {
		padding: calc(40 / 1200 * 100%) 0 calc(30 / 1200 * 100%);
	}

	.pagetop {
		margin: 0 calc(35 / 1200 * 100%) calc(20 / 1200 * 100%) 0;
		width: calc(92 / 1200 * 100%);
		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 {
		-webkit-animation-name: hvr-wobble-vertical;
		animation-name: hvr-wobble-vertical;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

	/*
	.pagetop_out {
				bottom: 10vh;
	}
*/

	.footer_bnr {
		width: calc(475 / 1000 * 100%);
		margin: 0 auto calc(70 / 1000 * 100%);
		overflow: hidden;
	}

	.pagetop.fixed {
		position: fixed;
	}

	.footer_sns {
		margin: 0 auto calc(50 / 1000 * 100%);
	}

	.footer_sns li {
		width: calc(60 / 1000 * 100%);
		margin: 0 calc(20 / 1000 * 100%);
	}

	.footer_sns li a {
		padding: calc(15 / 60 * 100%) calc(14 / 60 * 100%) calc(14 / 60 * 100%);
	}

	.footer_sns li a:hover {
		background-color: #fff;
	}

	.footer_sns li a:hover img {
		opacity: 0;
	}

	.footer_sns li a::before {
		content: "";
		display: block;
		width: calc(32 / 60 * 100%);
		height: calc(31 / 60 * 100%);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.footer_sns1 a::before {
		background: url(../images/common/btn_sns1_h.png) no-repeat center;
		background-size: 100% auto;
	}

	.footer_sns2 a::before {
		background: url(../images/common/btn_sns2_h.png) no-repeat center;
		background-size: 100% auto;
	}

	.footer_sns3 a::before {
		background: url(../images/common/btn_sns3_h.png) no-repeat center;
		background-size: 100% auto;
	}

	.copyright {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1200px) {
	.footer {
		padding: 40px 0 30px;
	}

	.pagetop {
		margin: 0 35px 50px 0;
		width: 92px;
		height: 139px;
	}
}

@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}


/* =====================================================================
*    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: #85c0c7;
		border-color: #85c0c7;
		-webkit-transition: .2s;
		transition: .2s;
	}
}

@media screen and (min-width: 1200px) {
	.bc_wrapper .bc_movie_wrap {
		width: 800px;
	}
}




@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;
	}
}
