@charset "UTF-8";

body {
	width:100%;
	height:100%;
	background-color:#ff56a6;
}

#bg-blue {
	background-color:#01b4ed;
}

/* ----------------------------------
	Top
---------------------------------- */
#main {
	position: relative;
	height: 100%;
}

#content_wrap_top {
	position: relative;
	padding: 3% 0 5%;
	background: #FFF;
	z-index: 2000;
}

/*     news     */
#news h3 {
	width: 30%;
	margin:0 auto -2px;
}
#news_line {
	margin: 0;
	padding: 1% 1% 2% 1%;
	background:#000;
	width:100%;
}

#news_inner {
	background:url(../img/common/repeat.gif) 0 0 repeat;
	padding: 5% 0;
}

#news_inner li {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 3% 2%;
	color: #000000;
	border-bottom: 1px solid #000000;
	list-style: none;
	text-align: left;
	font-size:1.1em;
}

#news_inner li:last-child {
	border-bottom: none;
}
#news_inner li a {
	color: #363636;
	text-decoration: none;
}

#news_inner .scrollbar {
	height: 120px;
	width:100%;
}

/*			sns			*/
#sns_share {
	display: block;
	width: 100%;
	margin: 8% 0 8%;
	line-height:1.2;
}

#sns_share li {
	float: left;
	display: block;
	width: 20%;
	overflow: hidden;
	
}
#sns_share li:first-child {
	margin: 0 2% 0 4%;
}

#sns_share li:first-child iframe {
	float: right;
}

#sns_share li:nth-of-type(2) {
	width:43%;
	margin-right: 2%;
}

#sns_share li#line {
	width: 27% !important;
}

#sns_share li#line img {
	width: 75px !important;
	height: 20px !important;
}

/* ----------------------------------
	Content
---------------------------------- */
/*			common			*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 1% 0 0 2%;
	background:url(../img/common/repeat.gif) 0 0 repeat;
	z-index: 1000;
}
header h1 a {
	display: block;
	padding:0 5% 5% 5%;
}
header h1 img {
	vertical-align: middle;
}

#content_container {
	margin: 20% auto 0;
}

section {
	width: 100%;
	margin: 6% 0 8%;
	position:relative;
}
section h2 {
	width:50%;
	margin-bottom:5%;
	position:relative;
	z-index:10;
}

section h3 {
	width:40%;
	margin: 0 auto 2%;
}

section p {
	margin: 5% auto 8%;
	line-height: 1.6;
	color:#fff;
	font-weight:bold;
}

section .photo {
	width:100%;
}


.content_wrap {
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
	header {
		height: auto;
	}
	header h1 {
		width: 35%;
	}
}
@media screen and (min-width:481px) and (max-width:767px) {
	header {
		height: auto;
	}
	header h1 {
		width: 23%;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	header {
		height: auto;
	}
	header h1 {
		width: 25%;
	}
}
@media screen and (min-width:1024px) {
	header {
		height: auto;
	}
	header h1 {
		width: 16%;
	}
}

/*			products			*/
.sell-box,.rental-box {
	background-color:#fff;
	padding:3%;
	text-align:center;
	margin-bottom:5%;
	position:relative;
}

.sell-box dt {
	margin:0 auto 5%;
	width:95%;
}

.sell-box dd:nth-of-type(1) {
	margin:0 auto 3%;
	width:95%;
}

.sell-box dd:nth-of-type(2) {
	margin:0 auto 1%;
	width:75%;
}

.sell-box dd:nth-of-type(3) {
	margin:0 auto 3%;
	font-size:80%;
}

.sell-box dd:nth-of-type(4) {
	margin:0 auto 4%;
	font-size:80%;
	text-align:left;
}

.tokuten span {
	font-size:80%;
}


.tokuten dt {
	margin:0 !important;
	font-weight:bold;
}

.tokuten dd {
	margin:0 !important;
	margin:0 0 2% 1% !important;
	width:100% !important;
}

#rental-jk {
	width:37%;
	position: absolute;
	top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}

#t-logo {
	position:absolute;
	top:-22%;
	right:0;
	width:20%;
}

.rental-txt {
	float:right;
	width:58%;
}

.rental-txt dt {
	width:50%;
	margin:0 auto 4%;
	
}

.rental-txt dd:last-child,.rental-txt dd:nth-of-type(2){
	width:70%;
	margin:2% auto 3%;	
}

.rental-txt dd:last-child {
	margin-bottom:0 !important;
}


.atten {
	margin: 5% 0 10%;
	font-size: 1.2em;
	line-height: 1.0;
	text-align:center;
	color:#000;
}

/*			intro			*/

#intro-top {
	margin-top:-16.5%;
	margin-bottom:0 !important;
}

#intro-lead {
	background-color:#fdd000;
	padding:5%;
	margin:0 auto 10%;
}

#intro-lead dt {
	margin-bottom:8%;
}

#intro-lead dd {
	font-weight:bold;
	color:#313131;
}

#intro-lead02 {
	width:90%;
	margin:0 auto 6%;
}

.intro-txt {
	width:95%;
	font-size:93%;
}

.intro-txt02 {
	width:50%;
	margin-left:3%;
	float:left;
	font-size:93%;
}

.intro-txt03 {
	width:50%;
	margin-right:3%;
	float:right;
	font-size:93%;
}


.intro-img01 {
	width:40%;
	float:left;
	max-width:160px;
	margin: 5% 0 -30% 5%;
}


.intro-img02 {
	width:43%;
	float:left;
	max-width:180px;
	margin: 8% 0 -20% 2%;
}


@media screen and (min-width:481px) and (max-width:767px) {
.intro-img01 {
	width:40%;
	margin: 1% 0 -20% 4%;
}

.intro-txt02 {
	width:50%;
	float:left;
}

.intro-img02 {
	width:43%;
	margin: 1% 0 -20% 4%;
}

.intro-txt03 {
	width:50%;
	margin-right:3%;
}
}
@media screen and (min-width:768px) and (max-width:1023px) {

.intro-img01 {
	width:40%;
	margin: 1% 0 -20% 4%;
}

.intro-txt02 {
	width:70%;
	font-size:100%;
}

.intro-img02 {
	width:43%;
	margin: 1% 0 -20% 4%;
}

.intro-txt03 {
	width:65%;
	margin-right:3%;
	font-size:100%;
}

}
@media screen and (min-width:1024px) {

.intro-img01 {
	width:40%;
	margin: 1% 0 -20% 4%;
}

.intro-txt02 {
	width:70%;
	font-size:100%;
	float:left;
}

.intro-img02 {
	width:43%;
	margin: 1% 0 -20% 4%;
}

.intro-txt03 {
	width:70%;
	margin-right:3%;
	font-size:100%;
}

}

/*			cast & staff			*/

#cast_wrap h4 {
	width:95%;
	margin:0 auto 2%;
}

.cast_inner {
	display: none;
	background-color:#fff;
	width:95%;
	margin:2% auto;
	padding:3%
}

.cast_inner dt {
	width:30%;
	margin-bottom:2%;
}

.cast_inner dd {
	margin-bottom:3%;
}

.character dt {
	width:40%;
}

.profile dd {
	font-size:80%;
}

.comment {
	background-color:#ff56a6;
	padding:2%;
	position:relative;
}

.comment dt {
	width:20%;
	position:absolute;
	top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
	 margin-bottom:0 !important;
}

.comment dd {
	color:#fff;
	width:74%;
	float:right;
	margin-bottom:0 !important;
}

.mt-none {
	margin-top:0 !important;
}


.mb-none {
	margin-bottom:0 !important;
}

/*   Trailer   */

.trailer {
	position: relative;
	width: 100%;
	padding-top: 60%;
}
.trailer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.movie li {
	margin-bottom:8%;
}

.movie p {
	background-color:#ff56a6;
	padding:2% 0;
	margin:0 -5% 3% -5%;
}

.movie-top  {
	width:95%;
	margin:0 auto;
}

.movie-top p {
	background-color:#01b4ed;
	padding:2% 0;
	margin:8% -5% 5% -5%;
}