@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;
	font-size: 10px;
	line-height: 1.4;
}

.inner {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width:699px){
	.pc {
		display: none !important;
	}
}

@media screen and (min-width:700px){
	.sp {
		display: none !important;
	}
}

.wrapper {
	background: url(../images/common/bg_01_yellow.jpg) repeat center top;
	background-size: 128px 128px;
}

@media screen and (min-width:700px){

}


/* =====================================================================
*    共通：メニュー
* =================================================================== */
/* 固定ヘッダー */
.chase-top_wrap {
	width: 100%;
	height: 55px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transform: translate3d(0, 0, 0);
}

.chase-top_wrap.fixed {
	position: fixed;
}

.chase-top_wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.chase-top_wrap .img_logo {
	width: 235px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 0;
	padding-left: 10px;
	z-index: 100;
}

.chase-top_wrap .img_logo a {
	width: 100%;
	height: 100%;
	display: block;
}

@media screen and (min-width:700px){
	.chase-top_wrap {
		height: 160px;
		background: url(../images/common/bg_03_black.jpg) repeat center top;
		background-size: 336px auto;
		top: auto;
		bottom: 0;
	}

	.chase-top_wrap.fixed {
		position: fixed;
		top: 0;
		bottom: auto;
	}

	.chase-top_wrap::before {
		display: none;
	}
}

/* メニューボタン（SP） */
.chase-top_wrap .btn_menu,
.chase-top_wrap .btn_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.chase-top_wrap .btn_menu {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5;
	right: 0;
	z-index: 100;
}

.chase-top_wrap .btn_menu span {
	position: absolute;
	left: 13px;
	width: 24px;
	height: 3px;
	background-color: #e2007d;
	border-radius: 2px;
}

.chase-top_wrap .btn_menu span:nth-of-type(1) {
	top: 13px;
}

.chase-top_wrap .btn_menu span:nth-of-type(2) {
	top: 23px;
}

.chase-top_wrap .btn_menu span:nth-of-type(3) {
	top: 33px;
}

.chase-top_wrap .btn_menu.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.chase-top_wrap .btn_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.chase-top_wrap .btn_menu.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.chase-top_wrap .btn_menu.active span:nth-of-type(3) {
	opacity: 0;
}


/* メニュー */
#nav {
	width: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 60px;
	z-index: 1;
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#nav ul.menu_list {
	width: 93.75%;
	letter-spacing: -.40em;
	border-top: 1px dotted #7f7f7f;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#nav ul.menu_list li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px dotted #7f7f7f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#nav ul.menu_list li:nth-child(2n-1):not(.mydo) {
	border-right: 1px dotted #7f7f7f;
}

#nav ul.menu_list li:nth-child(2n) {
	padding-right: 1px;
}

#nav ul.menu_list li:nth-last-child(1),
#nav ul.menu_list li:nth-last-child(2):not(.special1) {
	border-bottom: none;
}

#nav ul.menu_list li a {
	width: 100%;
	height: 0;
	padding-top: 33.33334%;
	display: block;
	position: relative;
}

#nav ul.menu_list li a img {
	width: 83.33334%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#nav ul.menu_list li.mydo {
	width: 100%;
}

#nav ul.menu_list li.mydo a {
	width: 100%;
	height: 0;
	padding-top: 16.6667%;
	display: block;
	position: relative;
}

#nav ul.menu_list li.mydo a img {
	width: 41.6667%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (min-width:700px){
	#nav {
		background-color: transparent;
		padding-top: 0;
		display: block;
	}

	#nav ul.menu_list {
		width: 100%;
		max-width: 1280px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding-bottom: 0;
		text-align: center;
	}

	#nav ul.menu_list li,
	#nav ul.menu_list li.mydo {
		width: 20%;
		height: 79px;
		border-bottom: none;
		overflow: hidden;
	}

	#nav ul.menu_list li:not(:nth-child(n+6)) {
		border-bottom: 1px solid #000;
	}

	#nav ul.menu_list li:nth-child(2n-1):not(.mydo) {
		border-right: none;
	}

	#nav ul.menu_list li:nth-child(2n) {
		padding-right: 0;
	}

	#nav ul.menu_list li a,
	#nav ul.menu_list li.mydo a {
		height: 100%;
		padding-top: 0;
	}

	#nav ul.menu_list li a::after {
		content: "";
		width: 62.5%;
		height: 0;
		padding-top: 14.0625%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#nav ul.menu_list li.news a::after {
		background: url(../images/common/btn_menu_news_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.introduction a::after {
		background: url(../images/common/btn_menu_introduction_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.story a::after {
		background: url(../images/common/btn_menu_story_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.chart a::after {
		background: url(../images/common/btn_menu_chart_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.cast-staff a::after {
		background: url(../images/common/btn_menu_cast-staff_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.music a::after {
		background: url(../images/common/btn_menu_music_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.original a::after {
		background: url(../images/common/btn_menu_original_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.special1 a::after {
		background: url(../images/common/btn_menu_special1_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.special2 a::after {
		background: url(../images/common/btn_menu_special2_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li.mydo a::after {
		background: url(../images/common/btn_menu_mydo_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	#nav ul.menu_list li a::before {
		content: "";
		width: 10%;
		height: 0;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.2s ease;
	}

	#nav ul.menu_list li a:hover::before {
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		box-shadow:0px 0px 110px 30px rgba(255, 255, 255, 0.3);
		-moz-box-shadow:0px 0px 110px 30px rgba(255, 255, 255, 0.3);
		-webkit-box-shadow:0px 0px 110px 30px rgba(255, 255, 255, 0.3);
		transition: all 0.2s ease;
	}

	#nav ul.menu_list li a img,
	#nav ul.menu_list li.mydo a img {
		display: none;
	}
}

/* 固定SNS */
.chase-sns_wrap {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-top: 1.5625%;
	padding-bottom: 1.5625%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.chase-sns_wrap ul {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.chase-sns_wrap ul li {
	width: 18%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.chase-sns_wrap ul li a {
	width: 80%;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.chase-sns_wrap ul li a::after {
	content: "";
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url(../images/common/bg_sns-link.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.chase-sns_wrap ul li.uraTwitter a::after {
	background: url(../images/common/bg_sns-uratwitter_link.png) no-repeat center center;
	background-size: 100% auto;
}

.chase-sns_wrap ul li a div {
	width: 50%;
	position: relative;
	padding-top: 23.6%;
	padding-bottom: 23.6%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

@media screen and (min-width:700px){
	.chase-sns_wrap {
		width: 60px;
		top: 50%;
		right: 10px;
		left: auto;
		margin-right: 0;
		padding: 0;
	}

	.chase-sns_wrap ul {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.chase-sns_wrap ul li {
		width: 100%;
		margin-bottom: 16.6667%;
	}

	.chase-sns_wrap ul li a::after {
		transition: all 2.0s ease;
	}

	.chase-sns_wrap ul li a:hover::after {
		transform: rotate(360deg);
		transition: transform 2s ease;
	}

	.chase-sns_wrap ul li a div {
	    width: 41.67%;
		padding-top: 29.16667%;
		padding-bottom: 29.16667%;
	}
}

/* =====================================================================
*    下層：ヘッダービジュアル
* =================================================================== */
.subpage #header {
	padding-top: 55px;
	border-bottom: 1px solid #000;
	position: relative;
}

@media screen and (min-width:700px){
	.subpage #header {
		height: auto;
		padding-top: 0;
		padding-bottom: 160px;
	}

	.subpage #header .subpage_header-visual {
		width: 100%;
		background-color: #e2007d;
		position: relative;
		height: auto;
	}

	.subpage #header .subpage_header-visual::before {
		content: "";
		width: 80%;
		height: 100%;
		background-color: #FFF;
		position: absolute;
		top: 0;
		right: 20%;
	}

	.subpage #header .subpage_header-visual .inner {
		max-width: 1024px;
		height: 100%;
		position: relative;
	}

	.subpage #header .subpage_header-visual .inner .img_logo {
		width: 60.5469%;
		height: auto;
	}

	.subpage #header .subpage_header-visual .inner .img_wrap {
		width: 25.9766%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		box-sizing: border-box;
		-weblit-box-sizing: border-box;
	}
}


/* =====================================================================
*    下層：メイン要素
* =================================================================== */
.subpage #main {
	padding-top: 9.375%;
	padding-bottom: 37.5%;
	position: relative;
	display: block;
}

.subpage #main::after {
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: url(../images/common/bg_subpage_main_bottom.png) repeat-x center bottom;
	background-size: auto 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.subpage #main h1 {
	width: 62.5%;
	margin-left: auto;
	margin-right: auto;
}

.subpage #main .inner {
	width: 93.75%;
	background-color: #FFF;
	margin-top: 4.6875%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7.8125%;
	padding-bottom: 7.8125%;
}

.subpage #main .inner .btn {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.subpage #main .inner .btn a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.2em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	border-radius: 100px;
	padding-top: 4.1667%;
	padding-bottom: 4.1667%;
}

.subpage #main .inner .btn a:hover {
	background-color: #e2007d;
}


@media screen and (min-width:700px){
	.subpage #main {
		padding-top: 50px;
		padding-bottom: 180px;
	}

	.subpage #main h1 {
		width: 400px;
	}

	.subpage #main .inner {
		width: 100%;
		max-width: 1200px;
		margin-top: 20px;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.subpage #main .inner .btn {
		width: 280px;
	}

	.subpage #main .inner .btn a {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1.6rem;
	}
}


/* =====================================================================
*    共通：PAGETOPボタン
* =================================================================== */
#pagetop_area {
	width: 100%;
	height: 0;
	position: relative;
}

#pagetop_area a {
	width: 15.625%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -26.5625%;
	margin-left: auto;
	margin-right: auto;
}

#pagetop_area a::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/common/bg_sns-link.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 2.0s ease;
}

#pagetop_area a img {
	display: block;
	position: relative;
	z-index: 10;
}

@media screen and (min-width:700px){
	#pagetop_area a {
		width: 65px;
		margin-top: -110px;
	}

	#pagetop_area a::after {
		transition: all 2.0s ease;
	}

	#pagetop_area a:hover::after {
		transform: rotate(360deg);
		transition: transform 2s ease;
	}
}


/* =====================================================================
*    共通：brightcovePOPUP
* =================================================================== */
.bc_wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    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%;
    max-width: 700px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
	text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
	border-radius: 5px;
}

.bc_wrapper .bc_movie_wrap .bc_movie video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.bc_wrapper .btn_close {
	width: 150px;
	height: 40px;
	background-color: #000;
	border-radius: 20px;
	position: relative;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.1s ease;
}

.bc_wrapper .btn_close img {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.bc_wrapper .btn_close:hover {
	background-color: #e2007d;
	transition: all 0.1s ease;
}


/* =====================================================================
*    共通：シェアボタン
* =================================================================== */
#sns-share_area {
	background-color: #e2007d;
	position: relative;
	padding-top: 10.9375%;
	padding-bottom: 6.25%;
}

#sns-share_area h1 {
	width: 33.4375%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -4.0625%;
	margin-left: auto;
	margin-right: auto;
}

#sns-share_area ul {
	text-align: center;
	letter-spacing: -.40em;
}

#sns-share_area ul li {
	width: 14.0625%;
	display: inline-block;
	margin-left: 2.34375%;
	margin-right: 2.34375%;
}

@media screen and (min-width:700px){
	#sns-share_area {
		padding-top: 40px;
		padding-bottom: 35px;
	}

	#sns-share_area h1 {
		width: 140px;
		margin-top: -20px;
	}

	#sns-share_area ul li {
		width: 60px;
		margin-left: 1.171875%;
		margin-right: 1.171875%;
	}

	#sns-share_area ul li a {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
	}

	#sns-share_area ul li a img {
		opacity: 1;
		transform: all 0.2s ease;
	}

	#sns-share_area ul li a:hover img {
		opacity: 0;
		transform: all 0.2s ease;
	}

	#sns-share_area ul li a::after {
		content: "";
		width: 100%;
		padding-top: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	#sns-share_area ul li .twitterShare a::after {
		background: url(../images/common/img_sns-share_twitter_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	#sns-share_area ul li .facebookShare a::after {
		background: url(../images/common/img_sns-share_facebook_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	#sns-share_area ul li .googleShare a::after {
		background: url(../images/common/img_sns-share_google_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	#sns-share_area ul li .hatenaShare a::after {
		background: url(../images/common/img_sns-share_hatena_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	#sns-share_area ul li .lineShare a::after {
		background: url(../images/common/img_sns-share_line_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	#sns-share_area ul li a:hover::after {
		opacity: 1;
	}
}


/* =====================================================================
*    共通：フッター
* =================================================================== */
#footer {
	width: 100%;
	background-color: #2a2a2a;
	background-size: 160px 160px;
    color: #FFF;
    text-align: center;
	position: relative;
    padding-top: 13px;
}

#footer small {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width:700px){
    #footer {
        padding-top: 26px;
        font-size: 1.4rem;
        line-height: 1em;
        text-align: center;
        position: relative;
        z-index: 1100;
    }

    #footer small {
        padding-bottom: 25px;
    }
}