@charset "UTF-8";

html,body {
	
}
/*----------------
  #wrapper
----------------*/
#wrapper {
	margin: 0 auto;
	min-width: 1366px;
	color: #303030;
	background: #fff;
	position: relative;
}

header #gNavMenu {
	display: none;
}

/*----------------
  #firstTrailer
----------------*/
#trailerWrapper {
	height: 100vh;
	background: transparent;
	display: none;
	position: fixed;
	top: 8%;
	left: 2%;
	right: 2%;
	z-index: 11;
}
#firstTrailer {
	margin: 0 auto;
	max-width: 800px;
	text-align: right;
}
#closeTrailer {
	margin: 0 auto;
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
#firstTrailer .trailerBlock {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	z-index: 2;
}
#firstTrailer .trailerBlock iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#movie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(155, 0, 53, 0.95);
	z-index: 1;
}

/*----------------
  #main
----------------*/
#main {
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}
#main .inner {
	margin: 0 auto;
	max-width: 1250px;
	position: relative;
}
#main .blockMain {
	margin: 0 auto;
	width: 800px;
	height: 768px;
	position: relative;
	overflow: hidden;
	background: #bb1246;
}
#main .blockMain h1 {
	margin: 0 auto 20px;
	width: 100%;
	height: 768px;
	font-size: 0;
	background: url(../img/main2.png) no-repeat top center;
	opacity: 0;
	transition: all 1500ms 0s ease;
}
#main .blockMain h1.set {
	opacity: 1;
}
#main .blockMain h1 img {
	height: 0;
	opacity: 0;
}
#main .blockMain .copy {
	margin: 0 auto;
	width: 500px;
	position: absolute;
	top: -40px;
	left: 834px;
}
#main .blockMain .copy.set1 {
	top: 145px !important;
	left: 154px !important;
	transition: all 180ms 0s ease;
}
#main .blockMain .copy.set2 {
	width: 549px !important;
	top: 140px !important;
	left: 124px !important;
	transition: all 100ms 0s ease;
}
#main .blockMain .copy.set3 {
	width: 270px !important;
	top: 20px !important;
	left: 274px !important;
	opacity: 1 !important;
	transition: all 350ms 0s ease;
}
#main .blockMain .copy::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/main_copy.png) no-repeat bottom left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#main .blockMain .copy.set4::before {
	opacity: 1 !important;
	transition: all 100ms 0s ease;
}
#main .blockMain .copy.set5::before {
	width: 324px;
	height: 132px;
	top: -12px;
	left: -25px;
	opacity: 0 !important;
	transition: all 300ms 0s ease;
}
#main .blockMain .arrow {
	margin: 0 auto;
	position: absolute;
	top: 135px;
	left: 273px;
	opacity: 0;
}
#main .blockMain .arrow.set {
	opacity: 1 !important;
	transition: all 500ms 0s ease;
}
#main .blockMain .sub {
	margin: 0 auto;
	position: absolute;
	top: 12px;
	left: 12px;
	opacity: 0;
}
#main .blockMain .sub.set {
	opacity: 1;
	transition: all 700ms 0s ease;
}
#main .blockMain .logo {
	margin: 0 auto;
	width: 685px;
	height: 147px;
	font-size: 0;
	text-align: center;
	background: url(../img/main_logo.png) no-repeat center center;
	position: absolute;
	bottom: 180px;
	left: 0;
	right: 0;
	opacity: 0;
}
#main .blockMain .logo img {
	height: 0;
	opacity: 0;
}
#main .blockMain .logo.set {
	opacity: 1 !important;
	transition: all 800ms 0s ease;
}
#main .blockMain .cast {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 21px;
	left: 0;
	right: 0;
}
#main .blockMain .cast li {
	margin: 0 58px;
	width: 0;
	display: inline-block;
}
#main .blockMain .cast li img {
	height: 138px;
}
#main .blockMain .cast.set li {
	margin: 0 7px !important;
	width: 103px !important;
	transition: all 300ms 0s ease;
}
#main .blockLeft {
	margin: 0 auto;
	width: 203px;
	max-width: 18%;
	height: 768px;
	position: absolute;
	top: 20px;
	left: 0;
}
#main .blockRight {
	margin: 0 auto;
	width: 203px;
	max-width: 18%;
	height: 768px;
	position: absolute;
	top: 20px;
	right: 0;
}
#main .roadshow {
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	right: 0;
}
#main #newsArea {
	margin: 0 auto 20px;
	padding: 18px 4px 18px 18px;
	color: #272727;
	font-size: 12px;
	background: #eaebf5;
	border-top: solid 3px #000;
	position: relative;
}
#main #newsArea::before {
	content: "";
	height: 1px;
	background: #000;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
}
#main #newsArea .title {
	margin: 0 auto 0 0;
	padding: 3px 0 10px;
	width: 58px;
	font-size: 0;
	text-align: left;
}
#main #newsArea .newsLink {
	width: 68px;
	font-size: 0;
	position: absolute;
	top: 18px;
	right: 18px;
}
#main #newsArea #topNewsBox {
	padding: 0 14px 0 0;
	height: 190px;
	position: relative;
}
#main #newsArea #topNewsList {
	margin: 0 auto;
	text-align: left;
}
#main #newsArea #topNewsList li {
	padding: 12px 0 0;
	border-top: solid 1px #d6cbe4;
	position: relative;
}
#main #newsArea #topNewsList li:first-child {
	border-top: none;
}
#main #newsArea #topNewsList a {
	color: #272727;
}
#main #newsArea #topNewsList .date {
	font-weight: bold;
}
#main #newsArea #topNewsList .tags {
	width: 56px;
	color: #81599c;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	border: solid 1px #81599c;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 0;
}
#main #tweetArea {
	margin: 0 auto 20px;
	padding: 18px 4px 18px 18px;
	color: #272727;
	font-size: 12px;
	background: #eaebf5;
	border-top: solid 3px #000;
	position: relative;
}
#main #tweetArea::before {
	content: "";
	height: 1px;
	background: #000;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
}
#main #tweetArea .title {
	margin: 0 auto 0 0;
	padding: 3px 0 10px;
	width: 94px;
	font-size: 0;
	text-align: left;
}
#main .sns {
	margin: 0 auto 20px;
}
#main .sns li {
	margin: 0 6px;
	width: 41px;
	display: inline-block;
}
#main .ebnr {
	margin: 0 auto 10px;
}
#main .ebnr li {
	margin: 0 auto 10px;
}
#main .cpbnr {
	background: rgba(183, 155, 203, 0.4);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

/*----------------
  #pcNav
----------------*/
#pcNav {
}
#pcNav nav {
	margin: 0 auto;
	padding: 3px 0;
	font-size: 0;
	text-align: center;
	background: #d6235a;
	border-top: solid 2px #000;
}
#pcNav nav .inside {
	border-top: solid 1px #000;
}
#pcNav nav .inside li {
	margin: 0 5px;
	display: inline-block;
}
#pcNav nav .inside li img {
	padding: 20px 10px;
	vertical-align: middle;
	opacity: 0.5;
}
#pcNav nav .inside li a {
	padding: 20px 10px;
	display: inline-block;
}
#pcNav nav .inside li a img {
	padding: 0;
	vertical-align: middle;
	opacity: 1;
}
/*----------------
  .spbnr
----------------*/
.spbnr {
	background: #d6235a;
}
.spbnr .inner{
	margin: 0 auto;
	width: 1366px;
	background: url(../img/special.png) no-repeat center left 10px #d6235a;
	position: relative;
}
.spbnr .inner .prev {
	padding: 23px 0 0;
	width: 18px;
	background: url(../img/arrow_l.png) no-repeat center center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 42px;
	left: 230px;
	cursor: pointer;
}
.spbnr .inner .next {
	padding: 23px 0 0;
	width: 18px;
	background: url(../img/arrow_r.png) no-repeat center center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 42px;
	right: 230px;
	cursor: pointer;
}
.spbnr .frame {
	margin: 0 auto;
	padding: 14px 0;
	width: 840px;
	height: 83px;
	overflow: hidden;
	position: relative;
}
.spbnr ul {
	margin: 0 auto;
	font-size: 0;
	position: absolute;
	top: 14px;
	left: 0;
}
.spbnr ul li {
	margin: 0 5px;
	width: 200px;
	display: inline-block;
}
.ebnrSp {
	display: none;
}

/*----------------
  _parts
----------------*/
h2 {
	margin: 0 auto 40px;
	text-align: center;
}
.block {
	margin: 0 auto;
	width: 800px;
}
.lead {
	margin: 0 auto 44px;
	text-align: center;
}
.catch {
	margin: 0 auto 44px;
	text-align: center;
}
.img {
	margin: 0 auto 44px;
	text-align: center;
}
em {
	color: #d42258;
}

/*----------------
  #introduction
----------------*/
#introduction {
	margin: 0 auto 30px;
	padding: 56px 0 490px;
	background: url(../img/introduction_img2.jpg) no-repeat bottom center;
}
#introduction .lead {
	width: 717px;
	height: 160px;
	background: url(../img/introduction_txt2.png) no-repeat center center;
}
#introduction .lead img {
	height: 0;
	opacity: 0;
}

/*----------------
  #story
----------------*/
#story {
	margin: 0 auto 50px;
	padding: 0 0 410px;
	background: url(../img/story_img.png) no-repeat bottom center;
}
#story .catch {
	margin: 44px auto 0;
	text-align: center;
}

/*----------------
  #chart
----------------*/
#chart {
	margin: 0 auto 90px;
	padding: 30px 0 503px;
	background: url(../img/chart_img2.jpg) no-repeat bottom center;
}
#chart .block {
	margin-top: 60px;
	width: 800px;
	position: relative;
}
#chart .block span {
	display: block;
	position: relative;
	cursor: pointer;
}
#chart .block span img {
	display: none;
}
#chart #btn_a {
	margin-top: 57.4%;
	padding: 33% 0 0;
	width: 22%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 3.8%;
}
#chart #btn_a img {
	max-width: 167%;
	position: absolute;
	bottom: 0;
	left: -33.6%;
}
#chart #btn_b {
	margin-top: 57.4%;
	padding: 33% 0 0;
	width: 22%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 33.5%;
}
#chart #btn_b img {
	max-width: 167%;
	position: absolute;
	bottom: 0;
	right: -3.8%;
}
#chart #btn_c {
	margin-top: 97.8%;
	padding: 33% 0 0;
	width: 22%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 3.4%;
}
#chart #btn_c img {
	max-width: 167%;
	position: absolute;
	bottom: -0.1%;
	left: -18.2%;
}
#chart #btn_d {
	margin-top: 97.8%;
	padding: 33% 0 0;
	width: 22%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 33.5%;
}
#chart #btn_d img {
	max-width: 167%;
	position: absolute;
	bottom: 0.7%;
	right: 13.8%;
}
#chart #btn_e {
	margin-top: 2.6%;
	padding: 44.8% 0 0;
	width: 44.4%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 51.5%;
}
#chart #btn_e img {
	max-width: 123%;
	position: absolute;
	bottom: -0.6%;
	right: -0.4%;
}
#chart #btn_i {
	margin-top: 2.6%;
	padding: 44.8% 0 0;
	width: 44.3%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 3.2%;
}
#chart #btn_i img {
	max-width: 123%;
	position: absolute;
	bottom: -0.6%;
	left: 0.9%;
}
#chart #btn_p {
	margin-top: 57.4%;
	padding: 32.8% 0 0;
	width: 21.8%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	right: 10.4%;
}
#chart #btn_p img {
	max-width: 177%;
	position: absolute;
	bottom: -0.4%;
	right: -5.1%;
}
#chart #btn_k {
	margin-top: 97.8%;
	padding: 33% 0 0;
	width: 21.9%;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	right: 4.1%;
}
#chart #btn_k img {
	max-width: 184%;
	position: absolute;
	bottom: 0;
	right: 11.8%;
}

/*----------------
  #cast
----------------*/
#cast {
	margin: 0 auto;
	padding: 30px 0 523px;
	background: url(../img/cast_img.jpg) no-repeat bottom center;
}
#cast .castBlock {
	margin: 0 auto 60px;
	width: 100%;
	height: 424px;
	position: relative;
}
#cast .castBlock li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#cast .castBlock #cast1 {
	display: block;
}
#cast .castBlock .img {
	margin: 0 auto 0 0;
	width: 490px;
}
#cast .castBlock .profileBlock {
	width: 270px;
	position: absolute;
	top: 0;
	right: 0;
}
#cast .castBlock .profileBlock .profile {
	margin: 0 auto 20px;
	padding: 20px 0;
	font-size: 0;
	border-bottom: solid 1px #d6235a;
}
#cast .castBlock .profileBlock .profile img {
	width: 83px;
}
#cast .castList {
	font-size: 0;
	text-align: center;
}
#cast .castList li {
	margin: 0.5px;
	width: 58px;
	height: 58px;
	display: inline-block;
	vertical-align: top;
}
#cast .castList li.active {
	border: solid 3px #d6235a;
	box-sizing: border-box;
}
#cast .castList li a {
	display: block;
}

/*----------------
  #director
----------------*/
#director {
	margin: 0 auto;
	padding: 30px 0 503px;
	color: #ffc1d4;
	background: url(../img/director_img.jpg) no-repeat bottom center #000;
}
#director .block {
	position: relative;
}
#director .img {
	width: 400px;
	position: absolute;
	top: 0;
	left: 0;
}
#director .profileBlock {
	margin: 0 0 50px auto;
	width: 352px;
	font-size: 12px;
}
#director .profileBlock .name {
	margin: 0 auto 30px;
	padding: 0 0 10px;
	font-size: 0;
	border-bottom: solid 1px #d6235a;
}
#director .profileBlock .name img {
	width: 185px;
}
#director .profileBlock .profile {
	margin: 0 auto 5px;
	font-size: 0;
}
#director .profileBlock .profile img {
	width: 83px;
}
#director .interviewBlock {
	margin: 0 auto;
	background: #1b1a1a;
}
#director .interviewBlock .openBtn {
	padding: 36px 36px 32px;
	font-size: 0;
	background-image: url(../img/btn_down.png);
	background-repeat: no-repeat;
	background-position: center right 36px;
	cursor: pointer;
}
#director .interviewBlock .openBlock {
	padding: 0 36px 20px;
	display: none;
}
#director .interviewBlock .qu {
	margin: 0 auto;
	color: #d62e61;
	font-size: 18px;
}

/*----------------
  #book
----------------*/
#book {
	margin: 0 auto;
	padding: 40px 0 503px;
	background: url(../img/book_img.jpg) no-repeat bottom center #d1f4e9;
}
#book .block {
	position: relative;
}
#book .img {
	margin: 0 auto 40px 0;
	width: 170px;
}
#book .bookBlock {
	width: 570px;
	position: absolute;
	top: 0;
	right: 0;
}
#book .bookBlock .bookTitle a {
	color: #d62e61;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#book .profileBlock {
	margin: 0 auto 50px;
	color: #d62e61;
	font-size: 12px;
}
#book .profileBlock .name {
	margin: 0 auto 30px;
	padding-bottom: 10px;
	font-size: 0;
	border-bottom: solid 1px #d62e61;
}
#book .profileBlock .name img {
	width: 185px;
}
#book .profileBlock .profile {
	margin: 0 auto 15px;
	font-size: 0;
}
#book .profileBlock .profile img {
	width: 83px;
}
#book .profileBlock .award {
	margin: 0 auto;
	color: #272727;
}
#book .commentBlock {
	margin: 0 auto;
	background: #effffa;
}
#book .commentBlock .openBtn {
	padding: 36px 36px 32px;
	font-size: 0;
	background-image: url(../img/btn_down.png);
	background-repeat: no-repeat;
	background-position: center right 36px;
	cursor: pointer;
}
#book .commentBlock .openBlock {
	padding: 0 36px 20px;
	display: none;
}

/*----------------
  #song
----------------*/
#song {
	margin: 0 auto;
	padding: 70px 0 140px;
}
#song .profileBlock {
	margin: 0 auto 40px;
	color: #2ca3ae;
	font-size: 12px;
}
#song .profileBlock .profile {
	margin: 0 auto 16px;
	font-size: 0;
}
#song .profileBlock .profile img {
	width: 83px;
}
#song .commentBlock {
	margin: 0 auto;
	background: #ddf9fc;
}
#song .commentBlock .openBtn {
	padding: 36px 36px 32px;
	font-size: 0;
	background-image: url(../img/btn_down.png);
	background-repeat: no-repeat;
	background-position: center right 36px;
	cursor: pointer;
}
#song .commentBlock .openBlock {
	padding: 0 36px 20px;
	display: none;
}
#song .commentBlock .name {
	margin-top: -1em;
	text-align: right;
}


/*----------------
  .tiebnr
----------------*/
.tiebnr ul {
	margin: 0 auto 60px;
	width: 950px;
	font-size: 0;
}
.tiebnr ul li {
	margin: 5px;
	width: 180px;
	display: inline-block;
}
.tiebnr ul li a {
	display: block;
}

@media only screen and (max-width:800px){
	body {
		font-size: 13px;
	}
	/*----------------
	  #wrapper
	----------------*/
	#wrapper {
		min-width: 100%;
		background: none;
	}
	#wrapper::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
	}
	
	/*----------------
	  #firstTrailer
	----------------*/
	#closeTrailer {
		width: 35px;
	}
	
	/*----------------
	  #main
	----------------*/
	#main {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	#main .blockMain {
		margin: 0 auto 6%;
		padding: 0;
		width: 100%;
		height: auto;
		min-height: auto;
		overflow: hidden;
	}
	#main .blockMain h1 {
		margin: 0 auto;
		padding: 0;
		height: auto;
		background: none;
	}
	#main .blockMain h1 img {
		height: auto;
		opacity: 1;
	}
	#main .blockMain .copy {
		padding-top: 10%;
		width: 90%;
		top: 0;
		left: 200%;
	}
	#main .blockMain .copy.set1 {
		padding-top: 48% !important;
		width: 90% !important;
		top: 0 !important;
		left: 5% !important;
	}
	#main .blockMain .copy.set2 {
		padding-top: 45% !important;
		width: 110% !important;
		top: 0 !important;
		left: -5% !important;
	}
	#main .blockMain .copy.set3 {
		padding-top: 8.6% !important;
		width: 43% !important;
		top: 0 !important;
		left: 31% !important;
	}
	#main .blockMain .copy.set4::before {
		opacity: 1 !important;
	}
	#main .blockMain .copy.set5::before {
		width: 140% !important;
		height: 125% !important;
		top: -12% !important;
		left: -20% !important;
		opacity: 0 !important;
	}
	#main .blockMain .arrow {
		padding-top: 25.5%;
		width: 7%;
		top: 0;
		left: 30.5%;
	}
	#main .blockMain .sub {
		padding-top: 2.5%;
		width: 3.43%;
		top: 0;
		left: 2%;
	}
	#main .blockMain .logo {
		padding-bottom: 27%;
		width: 88%;
		height: auto;
		background: none;
		bottom: 0;
	}
	#main .blockMain .logo img {
		height: auto;
		opacity: 1;
	}
	#main .blockMain .cast {
		padding-bottom: 5%;
		bottom: 0;
	}
	#main .blockMain .cast li {
		margin: 0 7%;
		width: 0;
	}
	#main .blockMain .cast li img {
		height: auto;
	}
	#main .blockMain .cast.set li {
		margin: 0 1% !important;
		width: 13% !important;
	}
	#main .blockLeft {
		margin: 0 auto;
		width: 100%;
		max-width: none;
		height: auto;
		position: static;
	}
	#main .blockRight {
		margin: 0 auto;
		width: 100%;
		max-width: none;
		height: auto;
		position: static;
	}
	#main .roadshow {
		display: none;
		position: static;
	}
	#main #newsArea {
		width: 85%;
	}
	#main #newsArea .title {
		margin: 0 0 6px;
		width: 22%;
	}
	#main #newsArea .newsLink {
		width: 33%;
	}
	#main #newsArea #topNewsBox {
		height: 90px;
	}
	#main #tweetArea {
		width: 85%;
	}
	#main .sns {
		margin: 0 auto 8%;
	}
	#main .sns li {
		width: 14%;
	}
	#main .spbnr {
		display: none;
	}
	#main .dramaBnr {
		margin: 0 auto 3%;
		width: 75%;
	}
	#main .ebnr {
		display: none;
	}
	
	/*----------------
	  #pcNav
	----------------*/
	#pcNav {
		display: none;
	}
	
	/*----------------
	  .spbnr
	----------------*/
	.spbnr {
		margin: 8% auto 0;
		padding: 8% 0 0;
		background: url(../img/special_sp.png) no-repeat top center;
		background-size: contain;
		position: static;
	}
	.spbnr .inner {
		margin: 0 auto 5%;
		width: auto;
		background: #d6235a;
	}
	.spbnr .inner .prev {
		display: none !important;
	}
	.spbnr .inner .next {
		display: none !important;
	}
	.spbnr .frame {
		margin: 0 auto;
		padding: 3% 0;
		width: 96%;
		height: auto;
		position: relative;
	}
	.spbnr ul {
		width: auto !important;
		position: static;
		left: auto !important;
	}
	.spbnr ul li {
		margin: 1%;
		width: 48%;
	}
	
	.ebnrSp {
		display: block;
	}
	.ebnrSp ul {
		margin: 0 auto 5%;
		width: 96%;
	}
	.ebnrSp ul li {
		margin: 1%;
		width: 48%;
		display: inline-block;
	}
	.ebnrSp ul li.sp {
		display: inline-block;
	}

	/*----------------
	  _parts
	----------------*/
	h2 {
		margin: 0 auto 8%;
		width: 90%;
	}
	.block {
		margin: 0 auto 20px;
		width: 90%;
	}
	.lead {
		margin: 0 auto 6%;
	}
	.catch {
		margin: 0 auto 6%;
	}
	.img {
		margin: 0 auto 6%;
	}
	em {
		color: #e94587;
	}
	
	/*----------------
	  #introduction
	----------------*/
	#introduction {
		margin: 0 auto 14%;
		padding: 10% 0 108%;
		background: url(../img/introduction_img2_sp.jpg) no-repeat bottom center;
		background-size: 100%;
	}
	#introduction h2 {
	}
	#introduction .catch {
		width: 82%;
	}
	#introduction .lead {
		width: 84%;
		height: auto;
		background: none;
	}
	#introduction .lead img {
		height: auto;
		opacity: 1;
	}
	#introduction .img {
		width: 90%;
	}
	#introduction .atoe {
		padding: 10px 7px 7px;
		font-size: 14px;
	}
	#introduction .atoe p {
		margin: 0 auto 0.6em;
		padding: 0 0 0 21px;
		text-indent: -21px;
	}
	#introduction .atoe p span {
		margin: 0 5px 0 0;
		width: 16px;
		text-indent: 0;
		display: inline-block;
	}

	/*----------------
	  #story
	----------------*/
	#story {
		margin: 0 auto 0;
		padding: 0 0 139%;
		background: url(../img/story_img_sp.png) no-repeat bottom center;
		background-size: 87%;
	}
	#story h2 {
	}
	#story .lead {
		width: 55%;
	}
	#story .img {
		width: 90%;
	}
	#story .catch {
		margin: 6% auto 0;
		width: 80%;
	}

	/*----------------
	  #chart
	----------------*/
	#chart {
		margin: 7% auto 0;
		padding: 0 0 91%;
		background: url(../img/chart_img2_sp.jpg) no-repeat bottom center;
		background-size: 100%;
	}
	#chart h2 {
	}
	#chart .block {
		margin: 0 auto;
		padding: 0;
		width: 92%;
	}
	
	/*----------------
	  #cast
	----------------*/
	#cast {
		margin: 0 auto;
		padding: 12% 0 96%;
		background: url(../img/cast_img_sp.jpg) no-repeat bottom center;
		background-size: 100%;
	}
	#cast .castBlock {
		margin: 0 auto 10%;
		height: auto;
	}
	#cast .castBlock li {
		position: static;
	}
	#cast .castBlock .img {
		margin: 0 auto 8%;
		width: 100%;
	}
	#cast .castBlock .profileBlock {
		width: 100%;
		position: static;
	}
	#cast .castBlock .profileBlock .profile {
		margin: 0 auto 3% 0;
		padding: 3% 0;
	}
	#cast .castBlock .profileBlock .profile img {
		width: 19%;
	}
	#cast .castList {
		text-align: left;
	}
	#cast .castList li {
		margin: 0.1%;
		width: 19.8%;
		height: auto;
	}
	#cast .castList li a {
		width: 100%;
		height: auto;
	}
	
	/*----------------
	  #director
	----------------*/
	#director {
		margin: 0 auto;
		padding: 6% 0 68%;
		background: url(../img/director_img_sp.jpg) no-repeat bottom center #000;
		background-size: 100%;
	}
	#director .img {
		width: 100%;
		position: static;
	}
	#director .profileBlock {
		margin: 0 auto 10%;
		width: 100%;
		font-size: 11px;
	}
	#director .profileBlock .name {
		margin: 0 auto 10%;
		padding: 0 0 4%;
	}
	#director .profileBlock .name img {
		width: 53%;
	}
	#director .profileBlock .profile {
		margin: 0 auto 4%;
	}
	#director .profileBlock .profile img {
		width: 19%;
	}
	#director .interviewBlock .openBtn {
		padding: 8% 6% 7%;
		background-position: center right 6%;
		background-size: 10%;
	}
	#director .interviewBlock .openBtn img {
		width: 52%;
	}
	#director .interviewBlock .openBlock {
		padding: 0 6% 2%;
		font-size: 11px;
	}
	#director .interviewBlock .qu {
		font-size: 14px;
	}
	
	/*----------------
	  #book
	----------------*/
	#book {
		margin: 0 auto;
		padding: 6% 0 68%;
		background: url(../img/book_img_sp.jpg) no-repeat bottom center #d1f4e9;
		background-size: 100%;
	}
	#book .img {
		margin: 0 auto 8% 0;
		width: 34%;
	}
	#book .bookBlock {
		width: 59%;
		font-size: 10px;
	}
	#book .bookBlock .bookTitle a {
		font-size: 10px;
	}
	#book .profileBlock {
		margin: 0 auto 8%;
		font-size: 10px;
	}
	#book .profileBlock .name {
		margin: 0 auto 10%;
		padding: 0 0 4%;
	}
	#book .profileBlock .name img {
		width: 53%;
	}
	#book .profileBlock .profile {
		margin: 0 auto 4%;
	}
	#book .profileBlock .profile img {
		width: 19%;
	}
	#book .commentBlock .openBtn {
		padding: 8% 6% 7%;
		background-position: center right 6%;
		background-size: 10%;
	}
	#book .commentBlock .openBtn img {
		width: 52%;
	}
	#book .commentBlock .openBlock {
		padding: 0 6% 2%;
		font-size: 11px;
	}
	
	/*----------------
	  #song
	----------------*/
	#song {
		margin: 0 auto;
		padding: 6% 0 5%;
	}
	#song .img {
		width: 92%;
	}
	#song .bookBlock {
		width: 59%;
		font-size: 8px;
	}
	#song .bookBlock .bookTitle {
		font-size: 10px;
	}
	#song .profileBlock {
		margin: 0 auto 8%;
		font-size: 10px;
	}
	#song .profileBlock .name {
		margin: 0 auto 10%;
		padding: 0 0 4%;
	}
	#song .profileBlock .name img {
		width: 53%;
	}
	#song .profileBlock .profile {
		margin: 0 auto 4%;
	}
	#song .profileBlock .profile img {
		width: 19%;
	}
	#song .commentBlock .openBtn {
		padding: 8% 6% 7%;
		background-position: center right 6%;
		background-size: 10%;
	}
	#song .commentBlock .openBtn img {
		width: 52%;
	}
	#song .commentBlock .openBlock {
		padding: 0 6% 2%;
		font-size: 11px;
	}
	
	/*----------------
	  .tiebnr
	----------------*/
	.tiebnr ul {
		margin: 0 auto 10%;
		width: 96%;
	}
	.tiebnr ul li {
		margin: 1%;
		width: 31.3%;
	}
}