@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通ベースラインCSS
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	color: #333333;
	font-size: 10px;
	font-size: 3.125vw;
	line-height: 1.5;
}

.wrapper {
	background: #FFF;
	overflow: hidden;
}

.inner {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width:640px){
	html {
		font-size: 20px;
	}
}

@media screen and (min-width:700px){
	html {
		font-size: 0.78125vw;
	}

	.inner {
		max-width: 1280px;
	}
}

@media screen and (min-width:1280px){
	html {
		font-size: 10px;
	}
}

@media screen and (max-width:699px){
	.pc {
		display: none !important;
	}
}

@media screen and (min-width:700px){
	.sp {
		display: none !important;
	}
}


/* =====================================================================
*    #header
* =================================================================== */

/* .chase-top_wrap
---------------------------------------------------------- */
.chase-top_wrap {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transform: translate3d(0, 0, 0);
}

.chase-top_wrap.fixed {
	position: fixed;
}

@media screen and (min-width:700px){
	.chase-top_wrap {
		top: auto;
		bottom: 0;
	}

	.chase-top_wrap.fixed {
		position: fixed;
		top: 0;
		bottom: auto;
	}
}

/* .btn_menu */
.chase-top_wrap .btn_menu {
	width: 18.75%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.chase-top_wrap .btn_menu a {
	width: 100%;
	display: block;
}

.chase-top_wrap .btn_menu a::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/common/btn_menu_open.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.1s ease;
}

.chase-top_wrap .btn_menu.active a::after {
	opacity: 1;
}

@media screen and (min-width:640px){
	.chase-top_wrap .btn_menu {
		width: 120px;
	}
}

@media screen and (min-width:700px){
	.chase-top_wrap .btn_menu {
		display: none;
	}
}

/* .nav */
.chase-top_wrap .nav {
	width: 100%;
	background: url(../images/common/bg_menu_sp.jpg) repeat center top;
	background-size: 17px 17px;
	display: none;
	padding-top: 19.6875%;
	z-index: 1;
}

.chase-top_wrap .nav .sitemenu_list {
	width: 100%;
	background-color: #ff610c;
	text-align: center;
	letter-spacing: -.40em;
}

.chase-top_wrap .nav .sitemenu_list .sitemenu {
	width: 50%;
	max-width: 320px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.chase-top_wrap .nav .sitemenu_list .sitemenu:nth-child(2n-1)::after {
	content: "";
	width: 1.875%;
	height: 0;
	padding-top: 48.75%;
	display: block;
	background: url(../images/common/bg_menu_line02.jpg) repeat-y center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto -0.9375% auto auto;
}

.chase-top_wrap .nav .sitemenu_list .sitemenu:nth-child(2n):not(:last-child)::after {
	content: "";
	width: 187.5%;
	height: 0;
	padding-top: 1.875%;
	display: block;
	background: url(../images/common/bg_menu_line01.jpg) repeat-x top left;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto 6.25% -0.9375% auto;
}

.chase-top_wrap .nav .sitemenu_list .sitemenu a {
	width: 100%;
	display: block;
	padding: 6.25% 12.5%;
	box-sizing: border-box;
}

@media screen and (min-width:700px){
	.chase-top_wrap .nav {
		height: 0;
		padding-top: 8.59375%;
		display: block;
		position: relative;
		background: #ff610c;
	}

	.chase-top_wrap .nav .sitemenu_list {
		max-width: 1280px;
		background-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu {
		width: 13.28125%;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu:nth-child(2n-1)::after,
	.chase-top_wrap .nav .sitemenu_list .sitemenu:nth-child(2n):not(:last-child)::after {
		display: none;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu a {
	width: 100%;
	display: block;
		padding: 0;
	box-sizing: border-box;
}

	.chase-top_wrap .nav .sitemenu_list .sitemenu a::before {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 76.4706%;
		display: block;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu.pickup a::before {
		background: url(../images/common/btn_menu_pickup_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu.momotan a::before {
		background: url(../images/common/btn_menu_momotan_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu.movie a::before {
		background: url(../images/common/btn_menu_movie_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu.news a::before {
		background: url(../images/common/btn_menu_news_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu.word a::before {
		background: url(../images/common/btn_menu_word_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu.monitor a::before {
		background: url(../images/common/btn_menu_monitor_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu a::after {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 76.4706%;
		display: block;
		background: url(../images/common/btn_menu_on.png) no-repeat center top;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.2s ease;
		transform: translate3d(0,0,0);
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu a:hover::after {
		opacity: 1;
	}

	.chase-top_wrap .nav .sitemenu_list .sitemenu a img {
		display: none;
	}
}

@media screen and (min-width:1280px){
	.chase-top_wrap .nav {
		padding-top: 110px;
	}
}

/* =====================================================================
*    .subpage #header
* =================================================================== */
.subpage .header {
	position: relative;
}

/* .chase-top_wrap
---------------------------------------------------------- */
.subpage .header .chase-top_wrap {
	height: auto;
	background-color: #ff610c;
	padding-bottom: 1.5625%;
}

.subpage .header .chase-top_wrap > *:not(.nav) {
	z-index: 10;
}

.subpage .header .chase-top_wrap::before {
	content: "";
	width: 100%;
	height: 0;
	padding-top: 19.6875%;
	display: block;
	background: url(../images/common/bg_subpage_header_sp.jpg) no-repeat center top, url(../images/common/bg_menu_sp.jpg) repeat center top;
	background-size: 109.375% auto, 5.3125% auto;
	position: relative;
	z-index: 10;
}

.subpage .header .chase-top_wrap .site_ttl {
	width: 43.125%;
	height: 0;
	padding-top: 18.75%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 16.25%;
}

.subpage .header .chase-top_wrap .site_ttl a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.subpage .header .chase-top_wrap .site_ttl a img {
	margin-top: -23.1885%;
}

.subpage .header .chase-top_wrap .img_onair {
	width: 28.59375%;
	position: absolute;
	top: 0;
	right: 50%;
	margin-top: 5%;
	margin-right: -2.5%;
}

.subpage .header .chase-top_wrap .img_visual {
	width: 30.625%;
	height: 0;
	padding-top: 18.75%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-right: -0.625%;
}

.subpage .header .chase-top_wrap .img_visual img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -7.1429%;
}

@media screen and (min-width:640px){
	.subpage .header .chase-top_wrap {
		padding-bottom: 10px;
	}

	.subpage .header .chase-top_wrap::before {
		padding-top: 126px;
		background: url(../images/common/bg_subpage_header_sp.jpg) no-repeat center top, url(../images/common/bg_menu_sp.jpg) repeat center top;
		background-size: 700px auto, 34px auto;
	}

	.subpage .header .chase-top_wrap .site_ttl {
		width: 274px;
		padding-top: 120px;
		margin-right: 104px;
	}

	.subpage .header .chase-top_wrap .img_onair {
		width: 183px;
		margin-top: 32px;
		margin-right: -16px;
	}

	.subpage .header .chase-top_wrap .img_visual {
		width: 196px;
		padding-top: 120px;
		margin-right: -4px;
	}
}

@media screen and (min-width:700px){
	.subpage .header .mainvisual {
		background: url(../images/common/bg_subpage_header_pc.jpg) no-repeat center top;
		background-size: 156.25% auto;
	}

	.subpage .header .chase-top_wrap {
		background-color: transparent;
		padding-bottom: 0;
	}

	.subpage .header .chase-top_wrap::before {
		display: none;
	}

	.subpage .header .mainvisual .inner .site_ttl {
		width: 15.15625%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -15.15625%;
		margin-top: 0.78125%;
		z-index: 3;
	}

	.subpage .header .mainvisual .inner .img_visual {
		width: 22.34375%;
		height: 0;
		padding-top: 17.1875%;
		position: relative;
		left: 50%;
		margin-left: 2.34375%;
		z-index: 2;
	}

	.subpage .header .mainvisual .inner .img_visual img {
		width: 100%;
		position: absolute;
		bottom: 0;
	}

	.subpage .header .mainvisual .inner .img_onair {
		width: 31.25%;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: auto auto 0.78125% -24.21875%;
		z-index: 1;
	}

	.subpage .header .mainvisual .inner .img_onair::before {
		display: none;
	}

	.subpage .header .mainvisual .inner .img_onair img {
		display: block;
	}
}

@media screen and (min-width:1280px){
	.subpage .header .mainvisual {
		background: url(../images/common/bg_subpage_header_pc.jpg) no-repeat center top;
		background-size: 2000px auto;
	}
}

@media screen and (min-width:2000px){
	.subpage .header .mainvisual {
		background: url(../images/common/bg_subpage_header_pc.jpg) no-repeat center top;
		background-size: 100% auto;
	}
}

/* .nav */
.subpage .header .chase-top_wrap .nav {
	position: absolute;
	top: 0;
}

@media screen and (min-width:1280px){
	.chase-top_wrap .nav {
		padding-top: 110px;
	}
}


/* =====================================================================
*    #main
* =================================================================== */
.main {
	display: block;
	position: relative;
	padding-bottom: 10.9375%;
}

@media screen and (min-width:640px){
	.main {
		padding-bottom: 70px;
	}
}

@media screen and (min-width:700px){
	.main {
		padding-top: 10.15625%;
		padding-bottom: 6.25%;
	}
}

@media screen and (min-width:1280px){
	.main {
		padding-top: 130px;
		padding-bottom: 80px;
	}
}

/* .sns
---------------------------------------------------------- */
.sns {
	background-color: #ffd904;
	position: relative;
	z-index: 1;
	padding: 3.125% 0;
}

.sns ul {
	text-align: center;
	letter-spacing: -.40em;
}

.sns ul li {
	display: inline-block;
	vertical-align: top;
	margin: auto 1.5625%;
}

@media screen and (min-width:640px){
	.sns {
		padding: 20px 0;
	}

	.sns ul li {
		margin: auto 10px;
	}
}

@media screen and (min-width:700px){
	.sns {
		width: 39.84375%;
		max-width: 510px;
		background-color: transparent;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 10;
		padding: 0.78125% 0;
		margin-top: -17.1875%;
	}

	.sns ul {
		text-align: right;
	}

	.sns ul li {
		margin: auto 0 auto 1.9608%;
	}
}

@media screen and (min-width:1280px){
	.sns {
		padding: 10px 0;
		margin-top: -220px;
	}
}

/* =====================================================================
*    .subpage #main
* =================================================================== */
.subpage .main {
	padding-top: 21.25%;
}

@media screen and (min-width:640px){
	.subpage .main {
		padding-top: 136px;
	}
}

@media screen and (min-width:700px){
	.subpage .main {
	}
}

@media screen and (min-width:1280px){
	.subpage .main {
	}
}

/* .sns
---------------------------------------------------------- */
.subpage .sns {
	padding-top: 3.125%;
}

@media screen and (min-width:640px){
	.subpage .sns {
		padding-top: 20px;
	}
}

@media screen and (min-width:700px){
	.subpage .sns {
		padding: 0.78125% 0;
		margin-top: -17.1875%;
	}
}

@media screen and (min-width:1280px){
	.subpage .sns {
		padding: 10px 0;
		margin-top: -220px;
	}
}


/* =====================================================================
*    #pagetop
* =================================================================== */
.pagetop_area {
	width: 100%;
	position: relative;
}

.pagetop_area a {
	width: 23.4375%;
	height: 0;
	padding-top: 10.9375%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pagetop_area a img {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width:640px){
	.pagetop_area a {
		width: 150px;
		padding-top: 70px;
	}
}

@media screen and (min-width:700px){
	.pagetop_area a {
		width: 11.71875%;
		padding-top: 5.46875%;
	}

	.pagetop_area a img:hover {
		margin-top: -6.6667%;
	}
}

@media screen and (min-width:1280px){
	.pagetop_area a {
		width: 150px;
		padding-top: 70px;
	}
}


/* =====================================================================
*    #footer
* =================================================================== */
.footer {
	width: 100%;
    color: #FFF;
    text-align: center;
	background-color: #ff610c;
	box-sizing: border-box;
	position: relative;
    padding: 6.25%;
}

@media screen and (min-width:640px){
	.footer {
	    padding: 40px;
	}
}

@media screen and (min-width:700px){
    .footer {
		font-size: 1.4rem;
		line-height: 1.4286em;
		padding: 3.125%;
    }
}

@media screen and (min-width:1280px){
    .footer {
		padding: 40px;
    }
}