@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;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

.wrapper {
	position: relative;
	overflow: hidden;
}

@media screen and (max-width:799px){
	.pc {
		display: none !important;
	}
}

@media screen and (min-width:800px){
	.wrapper {
		width: 100%;
		box-sizing: border-box;
		padding-left: 22.7273%;
	}

	.inner {
		width: 100%;
		max-width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}

	.sp {
		display: none !important;
	}
}

@media screen and (min-width:1320px){
	.wrapper {
		padding-left: 300px;
	}
}


/* =====================================================================
*    #header
* =================================================================== */
#header {
	width: 100%;
	height: auto;
	max-height: 100%;
	background: url(../images/common/bg_nav.jpg) repeat center top;
	background-size: 25px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 63px;
	transform: translate3d(0, 0, 0);
}

#header.fixed {
	position: fixed !important;
}

.site_ttl {
	width: 100%;
	height: 60px;
	background-color: #ffd200;
	border-bottom: 3px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.site_ttl a {
	width: 100%;
	height: 100%;
	display: block;
}

.site_ttl a img {
	width: 120px;
	height: auto;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:800px){
	#header {
		width: 22.7273%;
		height: 100%;
		background: url(../images/common/bg_nav.jpg) repeat center top;
		background-size: 50px auto;
		padding-top: 10px;
	}

	#header.fixed {
		position: absolute !important;
	}

	.site_ttl {
		width: 100%;
		height: auto;
		background-color: transparent;
		border-bottom: none;
		position: relative;
	}

	.site_ttl a img {
		width: 90%;
		position: relative;
		top: 0;
	}

}

@media screen and (min-width:1320px){
	#header {
		width: 300px;
	}
}

/* #header .btn_nav */
.btn_nav,
.btn_nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn_nav {
	width: 55px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
}

.btn_nav span {
	width: 35px;
	height: 7px;
	position: absolute;
	left: 10px;
	background-color: #0a46af;
	border-radius: 2px;
}

.btn_nav span:nth-of-type(1) {
	top: 13px;
}

.btn_nav span:nth-of-type(2) {
	top: 27px;
}

.btn_nav span:nth-of-type(3) {
	top: 41px;
}

.btn_nav.active span {
	width: 41px;
	height: 9px;
}

.btn_nav.active span:nth-of-type(1) {
	-webkit-transform: translateY(14px) translateX(-3px) rotate(-45deg);
	transform: translateY(14px) translateX(-3px) rotate(-45deg);
}

.btn_nav.active span:nth-of-type(2) {
	opacity: 0;
}

.btn_nav.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) translateX(-3px) rotate(45deg);
	transform: translateY(-14px) translateX(-3px) rotate(45deg);
}

/* #header #nav */
#nav {
	width: 100%;
	background: url(../images/common/bg_nav.jpg) repeat center top;
	background-size: 25px auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 10;
	display: none;
}

.fixed #nav {
	height: 100vh;
}

.menu_list {
	width: 173px;
	text-align: center;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.menu_list li {
	padding-top: 10px;
}

@media screen and (min-width:800px){
	#nav {
		background: url(../images/common/bg_nav.jpg) repeat center top;
		background-size: 50px auto;
		display: block;
	}

	.fixed #nav {
		height: 100%;
	}

	.menu_list {
		width: 86.6667%;
		padding-bottom: 6.6667%;
	}

	.menu_list li {
		padding-top: 3.3334%;
	}

	.menu_list li a {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
	}

	.menu_list li a::before {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 21.5385%;
		display: block;
		transition: all 0.1s ease;
	}

	.menu_list li a::after {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 21.5385%;
		display: block;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.1s ease;
	}

	.menu_list li a:hover::before {
		opacity: 0;
	}

	.menu_list li a:hover::after {
		opacity: 1;
	}

	.menu_list li a img {
		display: none;
	}

	.menu_list li.story a::before {
		background: url(../images/common/btn_nav_story_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.story a::after {
		background: url(../images/common/btn_nav_story_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.introduction a::before {
		background: url(../images/common/btn_nav_introduction_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.introduction a::after {
		background: url(../images/common/btn_nav_introduction_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.character a::before {
		background: url(../images/common/btn_nav_character_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.character a::after {
		background: url(../images/common/btn_nav_character_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.machine a::before {
		background: url(../images/common/btn_nav_machine_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.machine a::after {
		background: url(../images/common/btn_nav_machine_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.cast-staff a::before {
		background: url(../images/common/btn_nav_cast-staff_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.cast-staff a::after {
		background: url(../images/common/btn_nav_cast-staff_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.music a::before {
		background: url(../images/common/btn_nav_music_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.music a::after {
		background: url(../images/common/btn_nav_music_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.goods a::before {
		background: url(../images/common/btn_nav_goods_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.goods a::after {
		background: url(../images/common/btn_nav_goods_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.news a::before {
		background: url(../images/common/btn_nav_news_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.news a::after {
		background: url(../images/common/btn_nav_news_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.datacasting a::before {
		background: url(../images/common/btn_nav_datacasting_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.datacasting a::after {
		background: url(../images/common/btn_nav_datacasting_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.mydo a::before {
		background: url(../images/common/btn_nav_mydo_pc_off.png) no-repeat center top;
		background-size: 100% auto;
	}

	.menu_list li.mydo a::after {
		background: url(../images/common/btn_nav_mydo_pc_on.png) no-repeat center top;
		background-size: 100% auto;
	}
}

/* #header #news_area */
@media screen and (min-width:800px){
	#news_area {
		width: 86.6667%;
		background-color: #FFF;
		border: 4px solid #0c45ae;
		border-radius: 10px;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
	}

	#news_area h2 {
		height: 45px;
		position: relative;
		background-color: #0c45ae;
	}

	#news_area h2::before {
		content: "";
		width: 9.5239%;
		height: 0;
		padding-top: 9.5239%;
		background: url(../images/common/bg_news_ttl.jpg) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin-left: 2.381%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#news_area h2::after {
		content: "";
		width: 9.5239%;
		height: 0;
		padding-top: 9.5239%;
		background: url(../images/common/bg_news_ttl.jpg) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin-right: 2.381%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#news_area h2 img {
		width: auto;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#news_area dl {
		font-size: 1.4rem;
		line-height: 1.5em;
		padding: 5px 3.9683%;
	}

	#news_area dl dt {
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#news_area dl dd {
		border-bottom: 2px solid #ffd200;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 3.5em;
	}

	#news_area dl dd:last-child {
		border-bottom: none;
	}
}


/* =====================================================================
*    #main
* =================================================================== */
#main {
	width: 100%;
	display: block;
	position: relative;
	background: url(../images/common/bg_base.jpg) repeat center top;
	background-size: 56px auto;
	padding-top: 63px;
	padding-bottom: 235px;
	z-index: 1;
}

@media screen and (min-width:800px){
	#main {
		background: url(../images/common/bg_base.jpg) repeat center top;
		background-size: 112px auto;
		padding-top: 0;
		padding-bottom: 100px;
	}
}

/* .subpage #main .sns_wrap */
.subpage .sns_wrap {
	background-color: #0c45ae;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subpage .sns_wrap .sns ul {
	height: 20px;
    letter-spacing: -.40em;
    text-align: right;
}

.subpage .sns_wrap .sns ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

@media screen and (min-width:800px){
	.subpage .sns_wrap {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 6px solid #000;
	}

	.subpage .sns_wrap .sns ul li {
	    padding-right: 20px;
	}
}

/* .subpage #main .main_wrap */
.subpage .main_wrap {
	padding-top: 30px;
}

@media screen and (min-width:800px){
	.subpage .main_wrap {
		padding-top: 60px;
	}
}

/* .subpage #main .main_wrap .main_inner */
.subpage .main_inner {
	width: 93.75%;
	max-width: 600px;
	background-color: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 9.375% 1.5625%;
}

.subpage .main_inner > * {
	position: relative;
	z-index: 1005;
}

.subpage .main_inner::before,
.subpage .main_inner::after {
	content: "";
	width: 96.6667%;
	height: 0;
	padding-top: 4%;
	display: block;
	background: url(../images/common/img_neji.png) no-repeat left top, url(../images/common/img_neji.png) no-repeat right top;
	background-size: auto 100%, auto 100%;
	position: absolute;
	left:  0;
	right: 0;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
}

.subpage .main_inner::before {
	top: 0;
	margin-top: 1.6667%;
}

.subpage .main_inner::after {
	bottom: 0;
	margin-bottom: 1.6667%;
}

@media screen and (min-width:640px){
	.subpage .main_inner {
		width: 600px;
		border-radius: 10px;
		padding: 60px 10px;
	}
}

@media screen and (min-width:800px){
	.subpage .main_inner {
    	width: 94.1177%;
    	max-width: 1020px;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.3) 0 2px 0;
		padding: 5.8824% 3.9216%;
	}


.subpage .main_inner::before,
.subpage .main_inner::after {
		width: 98.0393%;
		padding-top: 2.353%;
}

.subpage .main_inner::before {
	top: 0;
	margin-top: 0.9804%;
}

.subpage .main_inner::after {
	bottom: 0;
	margin-bottom: 0.9804%;
}
}

@media screen and (min-width:1401px){
	.subpage .main_inner {
    	width: 94.1177%;
    	max-width: 1020px;
		padding: 60px 40px;
	}
}

/* #main .page_ttl */
.page_ttl {
	width: 181px;
	height: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:800px){
	.page_ttl {
		width: 322px;
		height: 80px;
		margin-bottom: 60px;
	}

	.page_ttl::before {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
	}

	.page_ttl img {
		display: none;
	}
}

/* #main .btn */
.btn {
	width: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.btn::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #ffd616;
	border-radius: 10px;
	box-shadow: #000 0 3px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

.btn a {
	width: 100%;
	display: block;
	font-size: 1.3rem;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 103;
	padding: 13px 27px;
}

.btn a::before {
	content: "";
	width: 190px;
	height: 12px;
	background: url(../images/common/bg_btn_off.jpg) no-repeat left top, url(../images/common/bg_btn_off.jpg) no-repeat right top;
	background-size: auto 100%, auto 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (min-width:800px){
	.btn {
		width: 350px;
	}

	.btn::before {
		box-shadow: #000 0 6px 0;

		transition: all 0.1s ease;
	}

	.btn a {
		font-size: 2.0rem;
		line-height: 30px;
		padding: 20px 54px;

		transition: all 0.1s ease;
	}

	.btn a::before {
		width: 330px;
		height: 24px;

		transition: all 0.1s ease;
	}

	.btn::after {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
		background-color: #e4007f;
		border-radius: 10px;
		box-shadow: none;
		position: absolute;
		top: 6px;
		left: 0;
		z-index: 102;

		opacity: 0;
		transition: all 0.1s ease;
	}

	.btn:hover::before {
		opacity: 0;
	}

	.btn:hover::after {
		opacity: 1;
	}

	.btn:hover a {
		color: #FFF;
		font-size: 2.0rem;
		line-height: 30px;
		padding: 26px 54px 14px;
	}

	.btn:hover a::before {
		background: url(../images/common/bg_btn_on.jpg) no-repeat left top, url(../images/common/bg_btn_on.jpg) no-repeat right top;
		background-size: auto 100%, auto 100%;
		top: 12px;
	}
}

/* =====================================================================
*    #aside
* =================================================================== */
#aside {
	position: relative;
	z-index: 3;
}
/* #aside .socialLink */
.socialLink {
	background-color: #FFF;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
}

.socialLink ul {
	text-align: center;
	letter-spacing: -.40em;
}

.socialLink ul li {
	width: 35px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (min-width:700px){
	.socialLink {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.socialLink ul li {
		width: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.socialLink ul li a {
		display: block;
		transition: all 0.2s ease;
	}

	.socialLink ul li a:hover {
		opacity: 0.6;
	}
}

/* #aside .banner */
.banner {
	background: url(../images/common/bg_banner.jpg) repeat center top;
	background-size: 60px auto;
	padding-top: 10px;
}

.banner ul {
	text-align: center;
	letter-spacing: -.40em;
	padding-top: 20px;
}

.banner ul.site_banner {
	background: url(../images/common/img_banner_line_sp.png) no-repeat center bottom;
	background-size: 280px;
	padding-bottom: 22px;
}

.banner ul li {
	width: 140px;
	height: auto;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width:800px){
	.banner {
		background: url(../images/common/bg_banner.jpg) repeat center top;
		background-size: 120px auto;
		padding-top: 0.9804%;
		padding-bottom: 3.9216%;
	}

	.banner ul {
		width: 77.451%;
		padding-top: 2.9412%;
		margin-left: auto;
		margin-right: auto;
	}

	.banner ul.site_banner {
		background: url(../images/common/img_banner_line_pc.png) no-repeat center bottom;
		background-size: 100%;
		padding-bottom: 3.3334%;
	}

	.banner ul li {
		width: 26.5823%;
		margin-left: 1.2659%;
		margin-right: 1.2659%;
		margin-bottom: 2.5317%;
	}

	.banner ul li a {
		display: block;
		transition: all 0.2s ease;
	}

	.banner ul li a:hover {
		opacity: 0.6;
	}
}

@media screen and (min-width:1320px){
	.banner {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	.banner ul {
		width: 790px;
		padding-top: 30px;
	}

	.banner ul.site_banner {
		padding-bottom: 34px;
	}

	.banner ul.site_banner {
		background: url(../images/common/img_banner_line_pc.png) no-repeat center bottom;
		background-size: 790px;
	}
}

/* #aside .pagetop */
.pagetop {
	width: 160px;
	height: 187px;
	position: absolute;
	top: -207px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.pagetop .text {
	width: 51px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:800px){
	.pagetop {
		width: 15.8824%;
		height: auto;
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		margin-left: 39.2157%;
		margin-bottom: 0.9804%;
	}

	.pagetop a {
		width: 100%;
		display: block;
		position: relative;
	}

	.pagetop a::before {
		content: "";
		width: 29.0124%;
		height: 0;
		padding-top: 52.4692%;
		background: url(../images/common/img_pagetop_pig_pc.png) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		bottom: 0;
		left: 19.1359%;
		margin-bottom: 6.7902%;
		z-index: 10;
		transition: all 1.5s ease;
	}

	.pagetop a:hover::before {
		margin-bottom: 29.0124%;
		transition: all 0.1s ease;
	}

	.pagetop a::after {
		content: "";
		width: 40.1235%;
		height: 0;
		padding-top: 24.6914%;
		background: url(../images/common/img_pagetop_hukidashi_pc.png) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		bottom: 0;
		left: -22.8396%;
		margin-bottom: 56.7902%;
		opacity: 0;
		transition: all 1.5s ease;
	}

	.pagetop a:hover::after {
		opacity: 1;
		transition: all 0.1s ease;
	}

	.pagetop a .text {
		width: 48.1482%;
		position: relative;
	}

	.pagetop a .text::before,
	.pagetop a .text::after {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 112.8206%;
		display: block;
	}

	.pagetop a .text::before {
		background: url(../images/common/btn_pagetop_pc_off.png) no-repeat center top;
		background-size: 100% auto;
		opacity: 1;
		transition: opacity 0.1s ease;
	}

	.pagetop a .text::after {
		background: url(../images/common/btn_pagetop_pc_on.png) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.1s ease;
	}

	.pagetop a:hover .text::before {
		opacity: 0;
	}

	.pagetop a:hover .text::after {
		opacity: 1;
	}

	.pagetop a .text img {
		display: none;
	}

	.pagetop a .pig {
		width: 100%;
		position: relative;
	}

	.pagetop a .pig::before {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 119.7531%;
		display: block;
		background: url(../images/common/bg_pagetop_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	.pagetop a .pig img {
		display: none;
	}
}

@media screen and (min-width:1320px){
	.pagetop {
		width: 162px;
		margin-left: 400px;
		margin-bottom: 10px;
	}
}


/* =====================================================================
*    共通：フッター
* =================================================================== */
#footer {
	width: 100%;
	height: 25px;
	background-color: #000;
    text-align: center;
	position: relative;
}

#footer small {
    display: block;
    color: #FFF;
	line-height: 25px;
}

@media screen and (min-width:800px){
	#footer {
		height: 50px;
	}

	#footer small {
		font-size: 1.6rem;
		line-height: 50px;
	}
}


/* =====================================================================
*    共通：brightcovePOPUP
* =================================================================== */
.bc_popup {
	display: block;
	position: relative;
}

.bc_popup::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/common/img_bc_start.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.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 .bc_movie_wrap .btn_close {
	margin-top: 20px;
}

@media screen and (min-width:800px){
	.bc_popup {
		transition: opacity 0.2s ease;
	}

	.bc_popup:hover {
		opacity: 0.7;
	}

	.bc_popup::after {
		width: 80px;
		height: 80px;
	}
}