@charset "UTF-8";
/* ------------------------- TOC
css reset
font style
javascript style
contents style


----------------------------- */


/* ============================== css resete */
/* Sections */
body {
	font-family: sans-serif;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	/* font-size: 1em; */

	margin: 0;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
	margin: 0;
}
hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}
ol, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}

/* Text-level semantics */
/* a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
} */
a:focus, *:focus { outline:none; }

strong, b {
	font-weight: bold;
}
small {
	font-size: 0.83em;
}
q {
	quotes: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
code, samp, kbd {
	font-family: monospace, sans-serif;
}
mark {
	color: black;
	background-color: yellow;
}
sub, sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
br {
	letter-spacing: 0;
}

/* Embedded content */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}

/* Tabular data */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	padding: 0;
	text-align: left;
}
th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
}


/* ============================== common setting */
html {
  font-size: 10px;
}
/* IE8 */
html>/**/body html {
	font-size: 13px;
}
body {
	font-size: 1.3rem;
	font-family: Meiryo, メイリオ, 'MS PGothic', 'MS Pゴシック', Osaka, sans-serif;
}
/* a:hover {
	opacity: 0.7;
} */
/* #reporting img {
	display: none;
} */

/* ============================== javascript style */
.drawer-toggle {
	display: none;
}
.drawer-hamburger {
	position: absolute;
	width: 95px;
	padding: 6.5% .75rem;
	text-align: right;
}
.drawer-hamburger-icon {
	display: inline-block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	height: 3px;
	background-color: #fff;
}
.drawer-hamburger-menu {
	position: absolute;
	top: 50%;
	left: .75rem;
	color: #fff;
	margin-top: -0.5em;
	font-size: 19px;
}
.drawer-open .drawer-hamburger {
	width: 26px;
}
.drawer-open .drawer-hamburger-menu {
	opacity: 0;
}
.drawer-nav {
	background-color: #ea4498;
	opacity: 0.92;
}
.drawer--right.drawer-open .drawer-hamburger {
	top: 0;
    right: 0.5%;
}
.drawer-hamburger-icon {
	width: 26px;
	margin-top: 10px;
}
.drawer-nav .drawer-menu {
	padding: 8.5% 0 0 8.5%;
}
.drawer-nav .drawer-menu li {
	padding-bottom: 8.5%;
}
.drawer-nav .drawer-menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.drawer-nav .drawer-menu li.soon a {
	/* color: #ccc; */
	opacity: 0.6;
}

/* ============================== module style */
/* 回り込み回避 */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */

.clear {
	clear: both;
}

.ov {
	overflow: hidden;
	zoom: 1;
}
.ov02 {
	overflow: hidden;
	 text-align: center;
	zoom: 1;
}
/* 画像置換 */
.lr {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.align_l {
	text-align: left;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.valign_t {
	vertical-align: top;
}
.valign_m {
	vertical-align: middle;
}
.valign_b {
	vertical-align: bottom;
}

/* Font-Color */
.fc_red {
	color: #f00;
	}
.fc_title {
	color: #b30059;
	}
/* Font-Size */
.fs_120p {
	font-size: 120%;
	}
.fs_84p {
	font-size: 84%;
	}
.fs_12px {
	font-size: 12px;
	}
.fs_14px {
	font-size: 14px;
	}
.fs_18px {
	font-size: 18px;
	}
.fs_19px {
	font-size: 19px;
	}
.fs_21px {
	font-size: 21px;
	}
.fs_24px {
	font-size: 24px;
	}
.bg_white {
	background: #ffffff;
	}
ruby rt {
	text-align: center;
	}

.listSQ li {
	list-style-type: square;
	}
.listD li {
	list-style-type: disc;
	}
.listDC li {
	list-style-type: decimal;
	}
.listLR li {
	list-style-type: lower-roman;
	}

/* Img
================================================================ */
.imgL {
	float: left;
	max-width: 30%;
	padding: 0 20px 10px 0;
}
.imgR {
	float: right;
	max-width: 30%;
	padding: 0 0 10px 20px;
}
.imgRR {
	  margin:auto;
	max-width: 100%;
}
.imgC {
	padding: 0 0 10px 0;
	text-align: center;
}

.figC {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.imgL + .txtR,
.imgR + .txtL {
	overflow: auto;
}
img.border {
	border: 1px solid #cccccc;
}
/* ============================== contents style */


/* ============================== top */
.l-wrapper .inner {
	margin: 0 auto 0;
}
.l-mainvidual{
	margin-bottom:20px;
}
.l-mainvidual h1{
	display: block;
	text-align: center;
	background: url(../images/bg_mainvidual_stage.png) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.l-mainvidual h1 img{
	vertical-align: bottom;
}
.top .l-mainvidual .sublaed {
	background: url(../images/top_leadttl.png) no-repeat 0 0;
	width: 1200px;
	height: 141px;
	margin: 0 auto;
	z-index: 5;
}
.banner_area {
	width: 1148px;
	margin: 0 auto 10px;
}
.banner_area ul li {
	background-color: #fff;
	float: left;
	margin: 0 8px 8px 0;
	font-size: 0;
	line-height: 0;
}
.banner_area ul li a:hover {
	opacity: 0.8;
}


/* ============================== category */


.category .l-wrapper {
	min-width: 1300px;
	background: #0e3e82 url(../images/bg_categorycontents.png) no-repeat center top;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.news .l-wrapper {
	min-width: 1300px;
	background-color: #0e3e82;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
/*.category .l-nav .ov {
	padding-top: 6px;
	display: table;
}
.category .l-nav .ov h1 {
	display: inline;
	float: left;
	margin: 40px 0px 0px 30px;
}
.category .l-nav ul {
	display: inline;
	float: right;
	width: 880px;
}
.category .l-nav ul li{
	display: table-cell;
	padding: 0px 0px 20px 70px;
}
.l-nav.neue-nav ul li{
	vertical-align: bottom;
	background:url(../images/bg_nav.png) left bottom no-repeat;
}
.l-nav.neue-nav ul li.active,
.l-nav.neue-nav ul li:hover{
	background:url(../images/bg_nav_hv.png) left bottom no-repeat;
	transition: .3s;
}
.l-nav.neue-nav ul li a{
	display: block;
}
.l-nav.neue-nav ul li:hover a{
	display: block;
	background: none;
}
.l-nav.neue-nav ul li a img{
	vertical-align: bottom;
}
.l-nav.neue-nav ul li.active a img,
.l-nav.neue-nav ul li.about a:hover img,
.l-nav.neue-nav ul li.cast a:hover img,
.l-nav.neue-nav ul li.news a:hover img,
.l-nav.neue-nav ul li.message a:hover img,
.l-nav.neue-nav ul li.toy a:hover img,
.l-nav.neue-nav ul li.event a:hover img,
.l-nav.neue-nav ul li.movie a:hover img,
.l-nav.neue-nav ul li.book a:hover img{
	opacity: 0;
	transition: .3s;
}
.l-nav.neue-nav ul li.about.active a,
.l-nav.neue-nav ul li.about a:hover{
	background:url(../images/btn_about_hv.png) left top no-repeat;
}
.l-nav.neue-nav ul li.cast.active a,
.l-nav.neue-nav ul li.cast a:hover{
	background:url(../images/btn_cast_hv.png) left top no-repeat;
}
.l-nav.neue-nav ul li.news.active a,
.l-nav.neue-nav ul li.news a:hover{
	background:url(../images/btn_news_hv.png) left top no-repeat;
}
.l-nav.neue-nav ul li.message.active a,
.l-nav.neue-nav ul li.message a:hover{
	background:url(../images/btn_message_hv.png) left top no-repeat;
}
.l-nav.neue-nav ul li.toy.active a,
.l-nav.neue-nav ul li.toy a:hover{
	background:url(../images/btn_item_hv.png) left top no-repeat;
}
.l-nav.neue-nav ul li.event.active a,
.l-nav.neue-nav ul li.event a:hover{
	background:url(../images/btn_event_hv.png) left top no-repeat;
}
.l-nav.neue-nav ul li.movie.active a,
.l-nav.neue-nav ul li.movie a:hover{
	background:url(../images/btn_movie_hv.png) left top no-repeat;
}
.l-nav.neue-nav ul li.book.active a,
.l-nav.neue-nav ul li.book a:hover{
	background:url(../images/btn_book_hv.png) left top no-repeat;
}*/

.category .inner {
	position: relative;
}
.category .l-contents .leedttl {
	background: url(../images/category_pagettl.png) no-repeat 0 0;
	width: 627px;
	height: 217px;
	margin: -60px auto 0;
}
.category .l-contents .leedttl a {
	width: 627px;
	height: 217px;
	display: block;
}
.category .l-footer-wrap {
	background: url(../images/bg_grad_ft.png) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 183px;
}
.category .l-footer {
	background: url(../images/bg_img_footer.png) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	border-top: 12px solid #eb3891;
	padding-bottom: 20px;
}
.category .l-footer .inner {
	width: 1200px;
	height: 45px;
	margin: 0 auto 0;
}
.category .l-footer .copyright {
	text-align: center;
	color: #FFF;
	font-size: 1.3rem;
	padding-top: 25px;
}
.category .back-btn {
	position: absolute;
	right: 0;
	bottom: -120px;
	z-index: 100;
}
.category .back-btn a {
	display: block;
	background: url(../images/btn_pageback.png) no-repeat 0 0;
	width: 217px;
	height: 223px;
}
.category .radius-box01 {
	background-color: rgba(255,69,161,0.9);
	border-radius: 10px;
	-moz-box-border-radius: 10px;
	-webkit-box-border-radius: 10px;
	/* opacity: 0.98; */
	box-shadow:6px 4px 6px -2px #333;
	-moz-box-shadow:6px 4px 6px -2px #333;
	-webkit-box-shadow:6px 4px 6px -2px #333;
	padding: 40px 30px 45px;
}
.category .radius-box02 {
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	-moz-box-border-radius: 10px;
	-webkit-box-border-radius: 10px;
	/* opacity: 0.98; */
	box-shadow:6px 4px 6px -2px #333;
	-moz-box-shadow:6px 4px 6px -2px #333;
	-webkit-box-shadow:6px 4px 6px -2px #333;
	padding: 40px 30px 45px;
}
.category .radius-boxinn {
	background-color: #FFF;
	border-radius: 10px;
	-moz-box-border-radius: 10px;
	-webkit-box-border-radius: 10px;
	box-shadow:0px 5px 12px -3px #333333;
	-moz-box-shadow:0px 5px 12px -3px #333333;
	-webkit-box-shadow:0px 5px 12px -3px #333333;
	padding: 30px 35px 30px;
	margin-bottom: 20px;
}
.radius-boxinn .photosideL {
	display: inline;
	float: left;
	width: 28%;
	text-align: center;
	}
.radius-boxinn .photosideL img {
	max-width: 100%;
	}
.radius-boxinn .textsideR {
	display: inline;
	float: right;
	width: 70%;
	}
.radius-boxinn .textsideR p:last-child {
	padding-top: 20px;
	}
.radius-boxinn .photosideR {
	display: inline;
	float: right;
	width: 28%;
	text-align: center;
	}
.radius-boxinn .photosideR img {
	max-width: 100%;
	}
.radius-boxinn .textsideL {
	display: inline;
	float: left;
	width: 70%;
	}
.radius-boxinn .textsideL p:last-child {
	padding-top: 20px;
	}
/*--------------------*/
.category .nav {
	width: 1108px;
	margin: 0px auto;
	}
.category .nav .menu {
	text-align: center;
	}
.category .nav .menu li {
	display: inline-block;
	}
.leadttl {
	background: url(../images/leadttl.png) no-repeat center;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	}
.ttl_A {
    color: #b30059;
    font-size: 24px;
	}
.ttl_B {
	font-size: 18px;
	}
.ttl_W {
	color: #ffffff;
	}
.btn_detail {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 6px #fd92cc;
	}
.btn_detail img {
	width: 67%;
	}

div.nav ul li{
	display: table-cell;
/*	padding: 0px 0px 20px 70px;*/
}
div.nav ul li{
	vertical-align: bottom;
}
div.nav ul li.active,
div.nav ul li:hover{
	transition: .3s;
}
div.nav ul li a{
	display: block;
	background: url(../images/menu_off.png) left bottom no-repeat;
	font-weight: bold;
	font-size: 16px;
	width: 110px;
	height: 40px;
	padding-left: 48px;
	padding-top: 30px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 6px #b8136d;
}

div.nav ul li .dvd{
	background: url(../images/menu_2_off.png) left bottom no-repeat;
	width: 155px;
}

div.nav ul li .dvd:hover {
	background: url(../images/menu_hv_2.png) left bottom no-repeat;
}


/*div.nav ul li .bgoff{
	background: url(../images/menu_off.png) left bottom no-repeat;
}*/

div.nav ul li.two a{
	height: 64px;
	padding-top: 0px;
}
div.nav ul li.active a,
div.nav ul li:hover a{
	display: block;
	background: none;
	background: url(../images/menu_hv.png) left bottom no-repeat;
	text-shadow: 0px 0px 6px #ff9ad1;
}
/*div.nav ul li a img{
	vertical-align: bottom;
}
div.nav ul li.active a img,
div.nav ul li.about a:hover img,
div.nav ul li.cast a:hover img,
div.nav ul li.news a:hover img,
div.nav ul li.message a:hover img,
div.nav ul li.event a:hover img,
div.nav ul li.movie a:hover img,
div.nav ul li.book a:hover img,
div.nav ul li.goods a:hover img,
div.nav ul li.takaratomy a:hover img{
	opacity: 0;
	transition: .3s;
}
div.nav ul li.about.active a,
div.nav ul li.about a:hover{
	background:url(../images/menu_about_hv.png) left top no-repeat;
}
div.nav ul li.cast.active a,
div.nav ul li.cast a:hover{
	background:url(../images/menu_cast_hv.png) left top no-repeat;
}
div.nav ul li.news.active a,
div.nav ul li.news a:hover{
	background:url(../images/menu_news_hv.png) left top no-repeat;
}
div.nav ul li.message.active a,
div.nav ul li.message a:hover{
	background:url(../images/menu_message_hv.png) left top no-repeat;
}
div.nav ul li.event.active a,
div.nav ul li.event a:hover{
	background:url(../images/menu_event_hv.png) left top no-repeat;
}
div.nav ul li.movie.active a,
div.nav ul li.movie a:hover{
	background:url(../images/menu_movie_hv.png) left top no-repeat;
}
div.nav ul li.book.active a,
div.nav ul li.book a:hover{
	background:url(../images/menu_book_hv.png) left top no-repeat;
}
div.nav ul li.goods.active a,
div.nav ul li.goods a:hover{
	background:url(../images/menu_goods_hv.png) left top no-repeat;
}
div.nav ul li.takaratomy.active a,
div.nav ul li.takaratomy a:hover{
	background:url(../images/menu_takaratomy_hv.png) left top no-repeat;
}*/
/* ============================== about */
.about .lead-block {
	width: 1024px;
	margin: 0 auto 15px;
	padding: 50px 40px 60px;
	position: relative;
	background-color: rgba(255,255,255,.7);
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.about .lead-block .sublaed {
	background: url(../images/about_leadttl.png) no-repeat 0 0;
	width: 505px;
	height: 60px;
	margin-bottom: 20px;
}
.about .lead-block .lead-txt {
	background: url(../images/about_leadtxt.png) no-repeat 0 0;
	width: 626px;
	height: 77px;
}
.about .contents-block {
	background-color: rgba(196,0,97,.9);
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	width: 1024px;
	margin: 0 auto 20px;
	padding: 50px 40px 50px;
	position: relative;
}
.about .contents-block .sublaed {
	background: url(../images/about_contentsttl.png) no-repeat 0 0;
	width: 495px;
	height: 60px;
	margin-bottom: 20px;
}
.about .contents-block .ct-txt {
	background: url(../images/about_contentstxt.png) no-repeat 0 0;
	width: 1024px;
	height: 386px;
}


.about .song-block {
	width: 1024px;
	margin: 0 auto 15px;
	padding: 50px 40px 60px;
	position: relative;
	background-color: rgba(255,255,255,.7);
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.about .song-block .sublaed {
	background: url(../images/about_songttl.png) no-repeat 0 0;
	width: 795px;
	height: 141px;
	margin-bottom: 20px;






	background: url(../images/about_songtxt.png) no-repeat 0 0;
	width: 994px;
	height: 92px;
}


/* ============================== cast */
.cast .cast-lead {
	background: url(../images/bg_cast_radius02.png) no-repeat center top;
	width: 100%;
	/* height: 261px; */
	margin: 0 auto 15px;
	padding: 30px 0 30px;
	position: relative;
}
.cast .cast-lead .sublaed {
	background: url(../images/cast_leadttl.png) no-repeat 0 0;
	width: 1049px;
	height: 205px;
	margin: 0 auto;
}
.cast .cast-lead .sublaed02 {
	background: url(../images/cast_leadttl02.png) no-repeat 0 0;
	width: 1053px;
	height: 110px;
	margin: -6px auto -8px auto;
}
.cast .cast-lead ul {
	width:1080px;
	margin:0 auto;
	letter-spacing: -0.4em;
	text-align: center;
}
.cast .cast-lead ul li {
	display: inline-block;
	letter-spacing: normal;
}
.cast .cast-lead ul li img {
	vertical-align: bottom;
}
.cast .cast-contents {
	background: url(../images/bg_cast_radius01.png) no-repeat center top;
	width: 1110px;
	/* height: 261px; */
	margin: 0 auto 15px;
	padding: 30px 0 30px;
	position: relative;

}
.cast .cast-contents .sublaed {
	background: url(../images/cast_contentsttl.png) no-repeat 0 0;
	width: 1049px;
	height: 146px;
	margin: 0 auto 15px;
}

.staff-area .contents-box{
	width:1090px;
	margin:0 auto 20px;
	box-sizing: border-box;
	padding:30px;
}

.cast .chara .sublaed {
	background: url(../images/cast/cast_ttl05.png) no-repeat 0 0;
	width: 100%;
	height: 63px;
	margin: 0 auto 15px;
}
.cast .chara .chara-list {
	display: table;
	margin: 0 10px;
}
.cast .chara .chara-list li {
	display: table-row;
}
.cast .chara .chara-list li .ttl,
.cast .chara .chara-list li .thumb {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 2px solid #edc4da;
}
.cast .chara .chara-list li .ttl {
	width: 100%;
	padding: 10px 0;
	color: #ff058a;
	font-size: 22px;
	font-weight: bold;
}
.cast .chara .chara-list li .thumb {
	padding: 10px 0 10px 10px;
}
.cast .chara .chara-list li .thumb img {
	vertical-align: middle;
}


.cast .casts .sublaed {
	background: url(../images/cast/cast_ttl03.png) no-repeat 0 0;
	width: 100%;
	height: 63px;
	margin: 0 auto 15px;
}
.cast .cast-contents ul {
	margin-left: 20px;
}
.cast .cast-contents ul li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
}

.cast .staff .sublaed {
	background: url(../images/cast/cast_ttl04.png) no-repeat 0 0;
	width: 100%;
	height: 63px;
	margin: 0 auto 15px;
}
.cast-staff {
	width: 100%;
	margin:0 auto;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 20px 20px 45px;
	box-sizing: border-box;
}
.cast dl{
	display:table;
	width:100%;
	margin-bottom:10px;
}
.cast dl > *{
	display: table-cell;
	vertical-align: top;
	color:#f08;
	font-weight: bold;
	font-size:18px;
}
.cast dt{
	width:57%;
	text-align: right;
	padding-right: 10px;
}
.cast dd{
	width:43%;
	text-align: left;
}
.cast .casts dt:after{
	content:"：";
}

.cast .staff dt{
	width:45%;
	text-align: right;
	padding-right: 10px;
}

.cast .staff dt span{
	display: inline-block;
	width:6em;
	text-align: left;
}
.cast .staff dd{
	width:55%;
	text-align: left;
	font-size:14px;
	font-weight: normal;
}

.cast .back-btn {
    bottom: -180px !important;
}
/* ============================== message */
.message .contents-box {
	width: 1048px;
	margin: 0 auto;
}
.message .message-lead {
	width: 1048px;
	margin: 0 auto;
}
.message .message-lead .sublaed {
	background: url(../images/message_leadttl.png) no-repeat center top;
	width: 1048px;
	height: 68px;
	padding-bottom: 20px;
}
.message .message-contents {
	width: 965px;
	margin: 0 auto;
}
.message .message-contents .sublaed {
	background: url(../images/message_leadtxt.png) no-repeat center top;
	width: 383px;
	height: 34px;
	padding-bottom: 30px;
}
.message .message-contents ul {
	margin-bottom: 30px;
}
.message .message-contents ul li {
	margin-bottom: 15px;
}
.message .message-contents ul li.last {
	margin-bottom: 0;
}
.message .message-contents .txt {
	background: url(../images/message_conttxt.png) no-repeat center top;
	width: 957px;
	height: 117px;
}
.message .back-btn {
    bottom: -140px;
}


/* ============================== news */
.news .contents-box {
	width: 1048px;
	margin: 0 auto;
}
.news .news-lead {
	width: 1048px;
	margin: 0 auto;
}
.news .news-lead .sublaed {
	background: url(../images/news/news_leadttl.png) no-repeat center top;
	width: 1048px;
	height: 68px;
	padding-bottom: 20px;
}
.news .news-contents {
	margin-bottom: 25px;
}
.news .news-contents .inner {
	width: 965px;
	margin: 0 auto 40px;
}
.news .news-contents .inner:last-of-type {
	margin-bottom: 0;
}

.news .news-contents ul.ph {
	margin-top: 25px;
	text-align: center;
}
.news .news-contents ul.ph li {
	display: inline-block;
	margin-right: 10px;
}
.news .news-contents ul.img-left {
	margin-top: 25px;
	text-align: left;
}
.news .news-contents ul.img-left li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.news .news-contents ul.img-left li.last {
	margin-right: 0;
}
.news .news-contents .btn a {
	display: block;
	width: 376px;
	height: 79px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.news .news-contents .btn a:hover img {
	position: absolute;
	bottom: 0;
}
.news .date.tx {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	background-color:#ff0087;
}
.news .sublaed.tx {
	margin: 0 0 10px 0;
	color: #b30059;
	font-size: 24px;
}
.news .txt {
	font-size: 21px;
}

/* date170607 */
.news .date170607 .date {
	background: url(../images/news/date_ic_20170607.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date170607 .sublaed {
	background: url(../images/news/date_lead_20170607.png) no-repeat left top;
	width: 900px;
	height: 33px;
	margin-bottom: 10px;
}

/* date170331 */
.news .date170331 .date {
	background: url(../images/news/date_ic_20170331.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date170331 .sublaed {
	background: url(../images/news/date_lead_20170331.png) no-repeat left top;
	width: 696px;
	height: 34px;
	margin-bottom: 10px;
}
.news .date170331 .txt01 {
	background: url(../images/news/date_txt_20170331.png) no-repeat center top;
	width: 939px;
	height: 66px;
	margin-bottom: 10px;
}
.news .date170331 .campaign_btn {
	margin-top: 20px;
}
.news .date170331 .campaign_btn a img {
	max-width: 420px;
    border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.7);
    vertical-align: bottom;
}
.news .date170215 .txt01 {
    background: url(../images/news/date_txt_20170215.png) no-repeat center top;
    width: 719px;
    height: 65px;
    margin-bottom: 10px;
}
/* date170114 */
.news .date170114 .date {
	background: url(../images/news/date_ic_20170114.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date170114 .sublaed {
	background: url(../images/news/date_lead_20170114.png) no-repeat left top;
	width: 432px;
	height: 33px;
	margin-bottom: 10px;
}
.news .date170114 .txt01 {
	background: url(../images/news/date_txt_20170114.png) no-repeat center top;
	width: 582px;
	height: 112px;
	margin-bottom: 10px;
}
/* date161201 */
.news .date161201 .date {
	background: url(../images/news/date_ic_20161201.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date161201 .sublaed {
	background: url(../images/news/date_lead_20161201.png) no-repeat left top;
	width: 956px;
	height: 76px;
	margin-bottom: 10px;
}
.news .date161201 .txt01 {
	background: url(../images/news/date_txt_20161201.png) no-repeat center top;
	width: 945px;
	height: 100px;
	margin-bottom: 10px;
}
/* date161028 */
.news .date161028 .date {
	background: url(../images/news/date_ic_20161028.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date161028 .sublaed {
	background: url(../images/news/date_lead_20161028.png) no-repeat left top;
	width: 956px;
	height: 76px;
	margin-bottom: 10px;
}
.news .date161028 .txt01 {
	background: url(../images/news/date_txt_20161028.png) no-repeat center top;
	width: 945px;
	height: 100px;
	margin-bottom: 10px;
}
/* date161003 */
.news .date161003 .date {
	background: url(../images/news/date_ic_20161003.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date161003 .sublaed {
	background: url(../images/news/date_lead_20161003.png) no-repeat left top;
	width: 956px;
	height: 76px;
	margin-bottom: 10px;
}
.news .date161003 .txt01 {
	background: url(../images/news/date_txt_20161003.png) no-repeat center top;
	width: 947px;
	height: 101px;
	margin-bottom: 10px;
}
/* date160903 */
.news .date160903 .date {
	background: url(../images/news/date_ic_20160903.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date160903 .sublaed {
	background: url(../images/news/date_lead_20160903.png) no-repeat left top;
	width: 956px;
	height: 76px;
	margin-bottom: 10px;
}
.news .date160903 .txt01 {
	background: url(../images/news/date_txt_20160903.png) no-repeat center top;
	width: 958px;
	height: 205px;
	margin-bottom: 10px;
}
/* date160821 */
.news .date160821 .date {
	background: url(../images/news/date_ic_20160821.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date160821 .sublaed.tl01 {
	background: url(../images/news/date_lead01_20160821.png) no-repeat left top;
	width: 745px;
	height: 35px;
	margin-bottom: 10px;
}
.news .date160821 .sublaed.tl02 {
	background: url(../images/news/date_lead02_20160821.png) no-repeat left top;
	width: 745px;
	height: 76px;
	margin-bottom: 10px;
}
.news .date160821 .sublaed.tl03 {
	background: url(../images/news/date_lead03_20160821.png) no-repeat left top;
	width: 957px;
	height: 77px;
	margin-bottom: 10px;
}
.news .date160821 .txt01 {
	background: url(../images/news/date_txt01_20160821.png) no-repeat center top;
	width: 958px;
	height: 239px;
	margin-bottom: 10px;
}
.news .date160821 .col {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
	padding-top: 20px;
}
.news .date160821 .col .img-left {
	float: left;
	margin-right: 25px;
}
.news .date160821 .col .text-unit {
	overflow: hidden;
	zoom: 1;
}
.news .date160821 .col .ct-lead {
	margin-bottom: 30px;
}
/* pink */
.news .date160821 .pink .ct-lead.txt01 {
	background: url(../images/news/iv_txt01_20160821.png) no-repeat center top;
	width: 667px;
	height: 107px;
}
.news .date160821 .pink .ct-lead.txt02 {
	background: url(../images/news/iv_txt02_20160821.png) no-repeat center top;
	width: 538px;
	height: 97px;
}
.news .date160821 .pink .ct-lead.txt03 {
	background: url(../images/news/iv_txt03_20160821.png) no-repeat center top;
	width: 497px;
	height: 73px;
}
.news .date160821 .pink .ct-lead.txt04 {
	background: url(../images/news/iv_txt10_20160821.png) no-repeat center top;
	width: 667px;
	height: 107px;
}
.news .date160821 .pink .ct-lead.txt05 {
	background: url(../images/news/iv_txt11_20160821.png) no-repeat center top;
	width: 667px;
	height: 109px;
}
/*  purple  */
.news .date160821 .purple .ct-lead.txt01 {
	background: url(../images/news/iv_txt04_20160821.png) no-repeat center top;
	width: 668px;
	height: 106px;
}
.news .date160821 .purple .ct-lead.txt02 {
	background: url(../images/news/iv_txt05_20160821.png) no-repeat center top;
	width: 653px;
	height: 75px;
}
.news .date160821 .purple .ct-lead.txt03 {
	background: url(../images/news/iv_txt06_20160821.png) no-repeat center top;
	width: 667px;
	height: 108px;
}
.news .date160821 .purple .ct-lead.txt04 {
	background: url(../images/news/iv_txt12_20160821.png) no-repeat center top;
	width: 521px;
	height: 72px;
}
.news .date160821 .purple .ct-lead.txt05 {
	background: url(../images/news/iv_txt13_20160821.png) no-repeat center top;
	width: 479px;
	height: 74px;
}
/*  blue  */
.news .date160821 .blue .ct-lead.txt01 {
	background: url(../images/news/iv_txt07_20160821.png) no-repeat center top;
	width: 642px;
	height: 77px;
}
.news .date160821 .blue .ct-lead.txt02 {
	background: url(../images/news/iv_txt08_20160821.png) no-repeat center top;
	width: 667px;
	height: 110px;
}
.news .date160821 .blue .ct-lead.txt03 {
	background: url(../images/news/iv_txt09_20160821.png) no-repeat center top;
	width: 666px;
	height: 108px;
}
.news .date160821 .blue .ct-lead.txt04 {
	background: url(../images/news/iv_txt14_20160821.png) no-repeat center top;
	width: 668px;
	height: 111px;
}
.news .date160821 .blue .ct-lead.txt05 {
	background: url(../images/news/iv_txt15_20160821.png) no-repeat center top;
	width: 385px;
	height: 75px;
}
/* date170215 */
.news .date170215 .date {
	background: url(../images/news/date_ic_20170215.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date170215 .sublaed {
	background: url(../images/news/date_lead_20170215.png) no-repeat left top;
	width: 696px;
	height: 34px;
	margin-bottom: 10px;
}
.news .date170215 .txt01 {
    background: url(../images/news/date_txt_20170215.png) no-repeat center top;
    width: 719px;
    height: 65px;
    margin-bottom: 10px;
}

/* date160803 */
.news .date160803 .date {
	background: url(../images/news/date_ic_20160803.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date160803 .sublaed {
	background: url(../images/news/date_lead_20160803.png) no-repeat left top;
	width: 328px;
	height: 34px;
	margin-bottom: 10px;
}
.news .date160803 .col .img-left {
	width: 595px;
	float: left;
	margin: 0 10px 0 0;
}
.news .date160803 .col,
.news .date160803 .col .text-unit {
	overflow: hidden;
	zoom: 1;
}
.news .date160803 .col .text-unit .txt01 {
	background: url(../images/news/date_txt_20160803.png) no-repeat left top;
	width: 345px;
	height: 169px;
}

/* date151201 */
.news .date151201 .date {
	background: url(../images/news/date_ic_20151201.png) no-repeat center top;
	width: 152px;
	height: 32px;
	margin-bottom: 10px;
}
.news .date151201 .sublaed {
	background: url(../images/news/date_lead_20151201.png) no-repeat left top;
	width: 425px;
	height: 33px;
	margin-bottom: 10px;
}
.news .date151201 .txt01 {
    background: url(../images/news/date_txt_20151201.png) no-repeat center top;
    width: 833px;
    height: 66px;
    margin-bottom: 10px;
}


/* ============================== event */
.event .event_inner{
	font-size: 24px;
	margin-bottom: 2em;
}
.event .event_inner h3{
	margin-bottom: 1.2em;
	text-align: center;
	color: #234d8d;
}
.event .event_inner h4{
	font-size: 1.16em;
}
.event .event_inner h5{
	font-size: 1.15em;
}
.event .event_inner p{
	margin-bottom: 2em;
	margin-bottom: 1.2em;
}
.event .event_inner ol{
	padding-left: 2em;
	margin-bottom: 1.2em;
}
.event .event_inner .eventdetail {
	padding-top:30px;
	clear: both;
}
.bg_gray{
	background:#CCCCCC;
	color:#666666;
}
.event .event_inner .eventdetail h4 {
	display: inline;
	float: left;
	width: 16%;
	font-weight: bold;
}
.event .event_inner .eventdetail dl {
	display: inline;
	float: right;
	width: 83%;
}
.event .event_inner dl dt {
	display: inline;
	float: left;
	width: 40%;
}
.event .event_inner dl dd {
	display: inline;
	float: right;
	width: 60%;
}

.event170113 .sublaed{
	background:none;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.event_fontcolor{
	color:#b30059;
}

/* ============================== campaign */
.campaign .center_li {
	text-align: center;
	margin-bottom: 60px;
}
.campaign .center_li li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 40px;
}
.campaign .center_li li:last-of-type {
	padding-right: 0;
}



/* ============================== movie */
.movie .radius-box01{
	margin-bottom:20px;
}
.movie .radius-box02:last-child{
	margin-bottom: 0 !important;
}
.movie-list{
	margin: 0 -20px 0 0;
	padding:0 7px;
	letter-spacing: -0.4em;
}
.movie-list,
.movie-list *{
	box-sizing: border-box;
}
.movie-list:after{
	content: "";
	display: block;
	clear: both;
}
.movie-list li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 507px;
	background-color: #fff;
	border-radius: 20px;
	padding: 25px;
	margin: 20px 20px 0 0;
	box-shadow: 2px 2px rgba(0,0,0,0.6);
}
/*.movie-list li:nth-child(even){
	float: right;
}*/
.movie-list li:first-child,
.movie-list li:nth-child(2){
	margin-top:0;
}
.movie-list li .movie_link{
	display: block;
	width: 330px;
	padding:0;
	margin:5px auto;
}
.movie-list li .movie_link a{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.movie-list li .movie_link a:before{
	content:"";
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(0,0,0,0.6) url(../movie/playback.gif) center center no-repeat;
	background-size: 80px 80px;
	opacity:.7;
}
.movie-list li .movie_link a:hover:before{
	background: rgba(0,0,0,0.6)url(../movie/playback.gif) center center no-repeat;
	background-size: 78px 78px;
}
.movie-list li .movie_link a img{
	width: 100%;
	vertical-align: middle;
}



#promotion .sublaed {
	background: url(../images/movie/movie_ttl01.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#making .sublaed {
	background: url(../images/movie/movie_ttl02.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.movie-list .date{
	width: 152px;
	height: 32px;
	margin-bottom: 0;
}
.movie-list .date170117 {
	background: url(../images/news/date_ic_20170117.png) no-repeat center top;
}
.movie-list .date170119 {
	background: url(../images/news/date_ic_20170119.png) no-repeat center top;
}
.movie-list .date170126 {
	background: url(../images/news/date_ic_20170126.png) no-repeat center top;
}
.movie-list .date170202 {
	background: url(../images/news/date_ic_20170202.png) no-repeat center top;
}
.movie-list .date170209 {
	background: url(../images/news/date_ic_20170209.png) no-repeat center top;
}
.movie-list .date170216 {
	background: url(../images/news/date_ic_20170216.png) no-repeat center top;
}
.movie-list .date170323 {
	background: url(../images/news/date_ic_20170323.png) no-repeat center top;
}
.movie-list .sublaed {
	width: 100%;
	height: 62px;
	margin-bottom: 0;
}
.movie-list #movie01 .sublaed{
	background: url(../images/movie/ttl_movie01.png) no-repeat left top;
}
.movie-list #movie02 .sublaed{
	background: url(../images/movie/ttl_movie02.png) no-repeat left top;
}
.movie-list #chaochao01 .sublaed{
	background: url(../images/movie/ttl_chaochao01.png) no-repeat left top;
}
.movie-list #chaochao02 .sublaed{
	background: url(../images/movie/ttl_chaochao02.png) no-repeat left top;
}
.movie-list #chaochao03 .sublaed{
	background: url(../images/movie/ttl_chaochao03.png) no-repeat left top;
}
.movie-list #chaochao04 .sublaed{
	background: url(../images/movie/ttl_chaochao04.png) no-repeat left top;
}
.movie-list #chaochao05 .sublaed{
	background: url(../images/movie/ttl_chaochao05.png) no-repeat left top;
}

/* movie-list */
.movie-list .text {
	}
.movie-list .text .date {
	margin: 0 0 10px 0;
	font-size: 21px;
	font-weight: bold;
	}
.movie-list .text .date span {
	background: #ff0087;
	color: #ffffff;
	padding: 0px 10px;
	}
.movie-list .text h2 {
	margin: 0 0 20px 0;
	color: #b30059;
	font-size: 19px;
	line-height: 1.7;
}


.book .book-lead {
	width: 1048px;
	margin: 0 auto;
}
.book .book-lead .sublaed {
	background: url(../images/book/book_leadttl.png) no-repeat center top;
	width: 1048px;
	height: 68px;
	padding-bottom: 20px;
}



.book-contents + .book-contents{
  margin-top:20px;
}
.book .contents-box{
  width:1048px;
  margin: auto;
}
.book-contents{
  display:table;
}
.book-contents > *{
  display:table-cell;
  vertical-align: top;
}

.book-contents a:hover{
  opacity: .7;

}
.book-contents > p{
  width:220px;
  padding-right:40px
}
.book-contents > p img{
  width:100%;
}

.book-contents dt{
  font-size:24px;
}
.book-contents dd,
.book-contents p{
  font-size:18px;
  margin-bottom:20px;
  padding-left:1em;
}

.book-contentsB{
  margin-bottom:20px;
}
.book-contentsB + .book-contentsB{
  margin-top:20px;
}
.book .contents-box{
  width:1048px;
  margin: auto;
}
.book-contentsB{
/*  display:table;*/
}
.book-contentsB > *{
/*  display:table-cell;*/
  vertical-align: top;
}
.book-contentsB a:hover{
  opacity: .7;

}
.book-contentsB h3 {
	text-align: center;
	color: #b30059;
	font-size: 24px;
	}
.book-contentsB h4 {
	font-size: 18px;
	}
.book-contentsB h5 {
	font-size: 16px;
	}
.book-contentsB p {
	font-size: 14px;
	}
.book-contentsB ul ,
.book-contentsB ol {
	padding-left: 2em;
	font-size: 14px;
}
.book-contentsB img {
    font-size: 100%;
	max-width: 100%;
	vertical-align: bottom;
}
.book-contentsC img {
    font-size: 100%;
	width: 48%;
	vertical-align: bottom;
}
.book-contentsB .book_column {
	margin-top: 1.6em;
	border-top: 1px solid #fa419c;
	padding-top: 1.6em;
	}
.img.size book_column{
width: 48%px;
}
/*.book-contentsB > p{
  padding-right:40px
}
.book-contentsB > p img{
  width:100%;
}

.book-contentsB dt{
  font-size:24px;
}
.book-contentsB dd,
.book-contentsB p{
  font-size:18px;
  margin-bottom:20px;
  padding-left:1em;
}*/

.campaign_h2{
  font-size:26px;
  font-weight: bold;
  color:#b30059;
}
.sp{
	display: none !important;
}



.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */

.clear {
	clear: both;
}
