@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */


/* ********************************************************************
        共通
******************************************************************** */
html {
	font-size: 62.5%;
}

.gDef-top-banner {
	background-color: #eee;
}

.gDef-contents {
	background-color: #fff;
	color: #665852;
	font-family: YakuHanJP, 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	line-height: 1.5;
	letter-spacing: .1rem;
	font-weight: 300;
	margin: auto;
}

#wrapper {
	font-size: 1.3rem;
}

.gDef-contents {
	overflow: hidden;
}

.gDef-contents * {
	/*    position: relative;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gDef-contents img {
	width: 100%;
	height: auto;
	display: block;
}

.gDef-contents a {
	display: block;
	text-decoration: none;
}

.gDef-contents a:hover {
	/*    opacity: .5;*/
}

.inner {
	width: 100%;
	max-width: calc(630 / 750 * 100%);
	margin: 0 auto;
}

section h2 {
	padding-top: calc(150 / 630 * 100%);
	margin: 0 auto calc(70 / 630 * 100%);
}

img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.gDef-contents .pink {
	color: #ff5c82;
}

.gDef-contents .green {
	color: #47ccc5;
}

.ttl_pink {
	position: relative;
	text-align: center;
	padding: calc(12 / 630 * 100%) 0;
}

.ttl_pink::before,
.ttl_pink::after {
	content: '';
	position: absolute;
	background: url(../images/common/img_ttl_pink.png) no-repeat center;
	background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(30 / 630 * 100%);
	height: calc(550 / 630 * 100%);
}

.ttl_pink::before {
	left: 0;
}

.ttl_pink::after {
	right: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ttl_green {
	position: relative;
	text-align: center;
	padding: calc(12 / 630 * 100%) 0;
}

.ttl_green::before,
.ttl_green::after {
	content: '';
	position: absolute;
	background: url(../images/common/img_ttl_green.png) no-repeat center;
	background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(30 / 630 * 100%);
	height: calc(550 / 630 * 100%);
}

.ttl_green::before {
	left: 0;
}

.ttl_green::after {
	right: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.btn_green {
	position: relative;
	background: url(../images/common/bg_btn_green.png) no-repeat center;
	background-size: 100% auto;
	background-position: top center;
	width: calc(669 / 630 * 100%);
	margin-left: calc(-20 / 630 * 100%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn_green a {
	padding: calc(55 / 630 * 100%) calc(20 / 630 * 100%) calc(100 / 630 * 100%);
}

.btn_green::before {
	content: '';
	position: absolute;
	width: 1px;
	color: #fff;
	padding-right: 3px;
	height: 55%;
	border-right: 1px double #fff;
	border-left: 1px double #fff;
	top: 0;
	bottom: 20%;
	left: calc(50 / 669 * 100%);
	margin: auto;
}

.btn_green::after {
	content: '→';
	position: absolute;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	width: calc(30 / 630 * 100%);
	height: calc(100 / 630 * 100%);
	right: calc(80 / 630 * 100%);
	top: 0;
	bottom: 20%;
	margin: auto;
}

.btn_green img {
	line-height: 1;
	width: calc(380 / 630 * 100%);
}

.movie_btn {
	position: relative;
}

.movie_btn::before {
	content: "";
	display: block;
	width: calc(150 / 750 * 100vw);
	height: calc(107 / 750 * 100vw);
	background-color: rgba(74, 213, 206, 0.7);
	border-radius: 6vw/2.5vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.movie_btn::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5vw 0 2.5vw 3.8vw;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1vw;
	right: 0;
	margin: auto;
	z-index: 2;
}

.bebel_box {
	position: relative;
	background:
		linear-gradient(45deg, transparent 15px, #fff 15px),
		linear-gradient(135deg, transparent 15px, #fff 15px),
		linear-gradient(225deg, transparent 15px, #fff 15px),
		linear-gradient(315deg, transparent 15px, #fff 15px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50.1% 50.1%;
	background-repeat: no-repeat;
	padding: calc(80 / 630 * 100%) calc(60 / 630 * 100%);
	width: calc(750 / 630 * 100%);
	margin-left: calc(-60 / 630 * 100%);
}

.bnr_shadow {
	width: calc(669 / 630 * 100%);
	margin-left: calc(-20 / 630 * 100%);
}

.gDef-contents .hover {
	display: none;
}


@media screen and (min-width: 768px) {
	.gDef-contents {
		line-height: 1.7;
	}

	.gDef-contents a {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.gDef-contents a:hover {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.sp {
		display: none !important;
	}

	#wrapper {
		font-size: 1.6rem;
	}

	.inner {
		max-width: 1000px !important;
	}

	section h2 {
		padding-top: calc(100 / 1000 * 100%);
		margin: 0 auto calc(80 / 1000 * 100%);
	}

	.ttl_pink {
		width: calc(400 / 1000 * 100%);
		margin: 0 auto;
		padding: calc(12 / 1000 * 100%) 0;
	}

	.ttl_pink::before,
	.ttl_pink::after {
		width: calc(30 / 400 * 100%);
		height: calc(300 / 400 * 100%);
	}

	.ttl_pink::before {}

	.ttl_pink::after {}

	.ttl_green {
		width: calc(400 / 1000 * 100%);
		margin: 0 auto;
		padding: calc(12 / 1000 * 100%) 0;
	}

	.ttl_green::before,
	.ttl_green::after {
		width: calc(30 / 400 * 100%);
		height: calc(300 / 400 * 100%);
	}

	.btn_green {
		width: calc(350 / 1000 * 100%);
		margin: 0 auto;
	}

	.btn_green:hover {
		background: url(../images/common/bg_btn_green_h.png) no-repeat center;
		background-size: 100% auto;
		background-position: top center;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.btn_green a {
		padding: calc(30 / 350 * 100%) calc(60 / 350 * 100%) calc(45 / 350 * 100%);
	}

	.btn_green a:hover,
	.btn_green:hover::after {
		color: #665852 !important;
	}

	.btn_green::before {
		content: '';
		position: absolute;
		width: 1px;
		color: #fff;
		padding-right: 3px;
		height: 50%;
		border-right: 1px double #fff;
		border-left: 1px double #fff;
		top: 0;
		bottom: 15%;
		left: calc(50 / 669 * 100%);
		margin: auto;
	}

	.btn_green::after {
		content: '→';
		position: absolute;
		color: #fff;
		line-height: 1;
		font-size: 1.8rem;
		width: calc(30 / 350 * 100%);
		height: calc(65/ 350 * 100%);
		right: calc(30 / 350 * 100%);
		top: 0;
		bottom: 18%;
		margin: auto;
	}

	.btn_green:hover::before {
		border-right: 1px double #665852;
		border-left: 1px double #665852;
	}

	.btn_green:hover .hover {
		opacity: 1;
	}

	.btn_green img {
		width: calc(300 / 350 * 100%);
	}

	.movie_btn::before {
		width: calc(130 / 1000 * 100%);
		height: calc(160 / 1000 * 100%);
		background-color: rgba(74, 213, 206, 0.7);
		border-radius: 30px/15px;
	}

	.movie_btn:hover::before {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
		background: #ff5c82;
	}

	.movie_btn::after {
		border-width: 15px 0 15px 25px;
		left: 10px;
	}

	.bebel_box {
		position: relative;
		background:
			linear-gradient(45deg, transparent 30px, #fff 30px),
			linear-gradient(135deg, transparent 30px, #fff 30px),
			linear-gradient(225deg, transparent 30px, #fff 30px),
			linear-gradient(315deg, transparent 30px, #fff 30px);
		background-position: bottom left, top left, top right, bottom right;
		background-size: 50.1% 50.1%;
		background-repeat: no-repeat;
		padding: calc(50 / 1000 * 100%);
	}

	.bnr_shadow {
		width: calc(669 / 1000 * 100%);
		margin-left: calc(-20 / 1000 * 100%);
	}

	.gDef-contents .hover {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}


@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}



/* ********************************************************************
        ヘッダー
******************************************************************** */

.submv {
	background: url(../images/common/bg_mv_sp.jpg) no-repeat center;
	background-size: cover;
}

.submv .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: calc(700 / 750 * 100%);
	padding-bottom: calc(15 / 750 * 100%);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.submv h1 {
	padding-top: calc(10 / 700 * 100%);
	width: calc(350 / 700 * 100%);
}

.submv .rightbox {
	width: calc(360 / 700 * 100%);
}

.submv_category {
	width: calc(310 / 360 * 100%);
	margin: 0 0 calc(170 / 700 * 100%) auto;
}

.submv .submv_date {
	width: calc(229 / 360 * 100%);
	margin: 0 0 0 auto;
}

.header_nav {
	background: url(../images/common/bg_green.jpg) repeat center;
	background-size: 30px;
}

.header_nav .inner {
	max-width: 100%;
}

.nav_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav_menu li {
	position: relative;
	width: 20%;
}

.nav_menu li:nth-child(-n+5) a {
	padding-bottom: calc(10 / 150 * 100%);
}

.nav_menu li:nth-child(n+10) {
	/*    padding: 0 0 calc(20 / 750 * 100%);*/
}

.nav_menu li::before {
	content: "";
	display: block;
	width: 1px;
	padding-top: calc(82 / 187 * 100%);
	background-color: #9effdb;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	margin: calc(27 / 187 * 100%) 0 0;
}

.nav_menu li::after {
	content: "";
	display: block;
	width: calc(146 / 187 * 100%);
	height: 1px;
	background-color: #9effdb;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav_menu li:nth-child(n+6)::after {
	display: none;
}

.nav_menu li a {
	position: relative;
	padding-top: calc(136 / 187 * 100%);
}

.nav_menu li img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

.nav_menu li:nth-child(n+6) img {
	height: 109%;
}

.nav_menu li a.nolink {
	pointer-events: none;
}

.nav_date {
	position: absolute;
	text-align: center;
	width: 130%;
	left: -15%;
	right: 0;
	top: -17%;
	margin: auto;
	-webkit-transform: scale(.8, .8);
	transform: scale(.8, .8);
	z-index: 2;
}

.nav_menu li:nth-child(n+4) .nav_date {
	top: -27%;
}

.nav_date::before {
	content: "";
	position: absolute;
	top: 98%;
	left: 50%;
	margin-left: -4px;
	border: 4px solid transparent;
	border-top: 4px solid #ff5c82;
	z-index: 1;
}

.nav_date span {
	font-size: 1rem;
	background-color: #ff5c82;
	color: #fff45c;
	padding: 1% 5%;
}

@media screen and (min-width: 768px) {
	.submv {
		position: relative;
		background: #f6f6f6;
	}

	.submv::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 22px;
		background-color: #b6babd;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.submv .inner {
		background: url(../images/common/bg_mv_pc.jpg) no-repeat center;
		padding-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.submv_img {
		position: relative;
		z-index: 2;
		width: calc(270 / 1000 * 100%);
	}

	.submv h1 {
		padding: calc(10 / 1000 * 100%) 0 calc(30 / 1000 * 100%);
		width: calc(270 / 1000 * 100%);
	}

	.submv .rightbox {
		width: calc(330 / 1000 * 100%);
	}

	.submv_category {
		width: calc(285 / 330 * 100%);
		margin: calc(10 / 330 * 100%) 0 calc(75 / 330 * 100%) auto;
	}

	.submv .submv_date {
		width: calc(229 / 330 * 100%);
	}

	.header_nav .inner {
		max-width: 1000px !important;
	}

	.header_nav #nav {
		padding: calc(20 / 1000 * 100%) 0;
	}

	.nav_menu {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.nav_menu li {
		padding: 0;
		width: 11.1%;
	}

	.nav_menu li:nth-child(n+6) {
		padding: 0;
	}

	.nav_menu li::before {
		padding-top: calc(45 / 100 * 100%);
		margin: calc(23 / 100 * 100%) 0 0;
	}

	.nav_menu li:last-child::before {
		display: none;
	}

	.nav_menu li::after {
		display: none;
	}

	.nav_menu li:nth-child(n+6)::after {
		display: none;
	}

	.nav_menu li:nth-child(n+6) img {
		height: 100%;
	}

	.nav_menu li:nth-child(6) img,
	.nav_menu li:nth-child(7) img {
		margin-top: calc(86 / 1000 * 100%);
	}

	.nav_menu li a {
		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);
		position: relative;
		overflow: hidden;
		padding-top: calc(95 / 100 * 100%);
		padding-bottom: 0 !important;
	}

	.nav_menu li a:hover {}

	.nav_menu li a:not(.nolink):before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		right: 100%;
		bottom: 0;
		background: #fdf85c;
		height: 4px;
		-webkit-transition-property: right;
		transition-property: right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.nav_menu li a:hover:before {
		right: 0;
	}

	.nav_menu li a.nolink {}

	.nav_menu .nav_chain img,
	.nav_menu .nav_delivery img {
		top: 7%;
	}

	.nav_menu li img {
		width: 100%;
		height: auto;
	}

}

@media screen and (min-width: 769px) and (max-width: 999px) {

	.header_nav .nav_date {
		top: -28% !important;
	}

	.header_nav .nav_date::before {
		top: 90%;
	}

}

@media screen and (min-width: 1000px) {

	.header_nav .nav_date {
		-webkit-transform: none;
		transform: none;
		top: -20% !important;
		width: 100%;
		left: auto;
	}

	.header_nav .nav_date::before {
		top: 92%;
	}

	.header_nav .nav_date span {
		padding: 2px 10px;
	}

}

/* ********************************************************************
        フッター
******************************************************************** */
#footer {
	position: relative;
	background: url(../images/common/bg_yellow.jpg) repeat center;
	padding: 0 0 calc(148 / 750 * 100%);
}

#footer::after {
	content: '';
	position: absolute;
	background: url(../images/common/bg_stripe_yellow.jpg) repeat center;
	width: 100%;
	height: 50%;
	bottom: 0;
	z-index: 1;
}

#footer .inner {
	position: relative;
	z-index: 2;
}

#footer .footer_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: calc(100 / 630 * 100%);
	margin-bottom: calc(10 / 630 * 100%);
}

#footer li {
	width: calc(169 / 630 * 100%);
}

#footer .pagetop {
	position: absolute;
	width: 60px;
	z-index: 9999;
	right: calc(50 / 630 * 100%);
	bottom: calc(230 / 630 * 100%);
}

#footer .pagetop.fixed {
	display: block;
	position: fixed !important;
	bottom: 25vw;
	right: calc(50 / 630 * 100%);
	z-index: 9999;
}

#footer .copyright {
	padding: calc(80 / 630 * 100%) 0;
}

#footer .copyright p {
	text-align: center;
	font-size: 1rem;
	letter-spacing: -0.03rem;
}

.banner_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.banner_bottom.fixed {
	position: fixed;
}

@media screen and (min-width: 768px) {
	#footer {
		padding: 0;
	}

	#footer .footer_sns {
		width: calc(440 / 1000 * 100%);
		padding-top: calc(50 / 630 * 100%);
		margin: 0 auto;
	}

	#footer li {
		position: relative;
		width: calc(100 / 440 * 100%);
	}

	#footer .mydo_bnr {
		position: relative;
		margin: auto;
	}

	#footer .pagetop {
		width: 80px;
		bottom: 30px;
		right: 3vw;
	}

	#footer .pagetop.fixed {
		right: 3vw;
		bottom: 5vw;
		-webkit-transition: .3s;
		transition: .3s;
	}

	#footer .pagetop:hover {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: .3s;
		transition: .3s;
	}

	#footer .pagetop:hover .hover,
	#footer li:hover .hover,
	#footer .mydo_bnr:hover .hover {
		opacity: 1;
	}

	#footer .copyright {
		padding: calc(30 / 1000 * 100%) 0 calc(50 / 1000 * 100%);
	}

	#footer .copyright p {
		font-size: 1.5rem;
		letter-spacing: 1px;
	}

	.banner_bottom {
		display: none;
	}

}


/* =====================================================================
*    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;
}

.vjs-icon-placeholder {
	display: block;
	margin: -1em 0 0;
	position: static;
}

.btn1 a {
	width: calc(360 / 750 * 100vw);
	margin: 0 auto;
	padding: 0.53em 0;
	border: 1px solid #665852;
	background-color: #fff;
	color: #665852;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}

.bc_wrapper .btn1 {
	margin: calc(50 / 750 * 100%) auto 0;
}

@media screen and (min-width: 768px) {
	.btn1 a {
		width: calc(240 / 1200 * 100vw);
		padding: 0.6em 0 0.77em;
		font-size: 1.6rem;
	}

	.bc_wrapper .bc_movie_wrap {
		width: calc(800 / 1200 * 100%);
	}

	.bc_wrapper .btn1 {
		margin: calc(30 / 800 * 100%) auto 0;
	}
}

@media screen and (min-width: 1200px) {
	.btn1 a {
		width: 240px;
	}

	.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-color: rgba(0, 0, 0, 0.8);
}

.popup_area {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.popup_inner {
	position: relative;
	width: calc(630 / 750 * 100%);
	margin: auto;
	padding: calc(120 / 750 * 100%) 0;
}

.popup_close {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100 / 630 * 100%);
	margin: calc(30 / 630 * 100%) 0 0;
}

.popup_close::before,
.popup_close::after {
	content: "";
	display: block;
	width: 1px;
	padding-top: 100%;
	background-color: #fff;
	-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;
	margin-top: calc(30 / 630 * 100%);
	padding: calc(30 / 630 * 100%) calc(50 / 630 * 100%);
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.popup_bg {
		cursor: pointer;
	}

	.popup_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.popup_inner {
		width: calc(1000 / 1200 * 100%);
		max-width: 1000px;
		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 / 1000 * 100%);
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
		margin: 0;
	}

	.popup_close:hover {
		/*        color: #47ccc5;*/
	}

	.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: #47ccc5;
	}

	.popup_details {
		margin: auto;
		padding: calc(30 / 1000 * 100%) calc(50 / 1000 * 100%);
	}
}

@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;
	}
}
