#container
{
	overflow: hidden;
}
.trace
{
	position: absolute;
	left: 0;
	top: -1023px;
	width: 100%;
	text-align: center;
	opacity: 0.5;
}

#index #contents
{
	padding: 0;
}

.bx-viewport
{
	height: auto;
}

/* top-main-section */
.top-main-section
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.top-main-section img
{
	width: 100%;
}

.top-main-section .pic-pc
{
	display: none;
}

/* top-banner-section */
.top-banner-section
{
	width: 255px;
	margin: 50px auto 40px;
}
.top-banner-section .bx-viewport
{
	overflow: visible !important;
}
.top-banner-item
{
	padding: 12px;
}
.top-banner-item a:hover
{
	text-decoration: none;
}
.top-banner-item img
{
	width: 100%;
}
.top-banner-item p
{
	padding: 16px;
	text-align: center;
}
.top-banner-section .bx-wrapper .bx-pager.bx-default-pager a
{
	width: 40px;
	height: 2px;
	margin: 0 10px;
	background: none;
	background-color: #e7e6e4;
}
.top-banner-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-banner-section .bx-wrapper .bx-pager.bx-default-pager a.active
{
	background-color: #b71254;
}

/* top-news-section */
.top-news-section
{
	margin: 0 20px;
	padding: 15px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.top-news-list-wrap
{
	text-align: center;
}

.top-news-item ,
.top-news-item-title-wrap
{
	display: block;
	padding: 15px 0;
	font-size: 13px;
	line-height: 1.46em;
}
.top-news-item a
{
	display: block;
}
.top-news-item p
{
	padding-top: 10px;
}
.top-news-item-title
{
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.29em;
}
.top-news-item-title img
{
	display: block;
	max-width: 100%;
	width: 240.5px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.top-news-item-title .moreBtn
{
	float: none;
	width: 100%;
	padding-top: 0;
	margin-top: 20px;
}

.top-news-item:nth-child(2n)
{
	margin-right: 0;
}

.top-news-item img
{
	width: 100%;
}

.top-news-pic{
	display: block;
	margin-bottom: 8px;
}

.top-news-text
{
	display: block;
	font-size: 13px;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝","MS Mincho", serif!important;
	color: #000000;
	margin-bottom: 22px;
}

.bx-wrapper .bx-pager
{
	position: static;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0;
}

/* top-news-section */
.top-movie-movie a {
	display: block;
}
.top-movie-movie img {
	width: 100%;
}
.top-movie-movie {
	text-align: center;
}

.top-movie-content
{
	padding: 40px 20px;
	text-align: center;
}
.top-movie-content img
{
	margin: 0 auto;
	padding-bottom: 5px;
	max-width: 100%;
}
.top-movie-text
{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}
.top-movie-main
{
	padding: 0 20px;
	background-color: #e7e6e4;
}
.top-movie-main .top-movie-movie-wrap
{
	position: relative;
	top: -20px;
}
.top-movie-list-wrap
{
	padding: 0 20px 20px;
	background-color: #e7e6e4;
}
.top-movie-list-wrap p
{
	text-align: center;
	padding-bottom: 10px;
}
.top-movie-list-wrap .moreBtn
{
	float: none;
	width: 100%;
	padding-bottom: 0;
	margin: 20px 0;
	background-color: #fff;
}
.top-movie-list-wrap .bx-wrapper
{
	margin: 0 !important;
	max-width: 100% !important;
}
.top-movie-list-wrap .bx-viewport
{
	overflow: visible !important;
}
.top-movie-list-wrap .bx-wrapper .bx-prev
{
	left: -40px;
	width: 25px;
	background: url('/en/images/common/bt_right.png') center center no-repeat;
}
.top-movie-list-wrap .bx-wrapper .bx-next
{
	right: -40px;
	width: 25px;
	background: url('/en/images/common/bt_left.png') center center no-repeat;
}
.top-bottom-banner-section
{
	padding: 40px 20px 90px;
}
.top-bottom-banner-item
{
	display: block;
}
.top-bottom-banner-item img
{
	width: 100%;
}

@media screen and (min-width: 767px) {

	.top-main-section
	{
		margin-top: 50px;
	}
	.top-main-section .pic-pc
	{
		display: inline-block;
	}

	.top-main-section .pic-sp
	{
		display: none;
	}

	.top-banner-section
	{
		max-width: 1000px;
		width: auto;
		margin-bottom: 0;
	}

	.top-banner-list
	{
		margin: 0 -10px;
	}

	.top-banner-item
	{
		width: 33.3%;
		padding: 10px 10px 40px;
		box-sizing: border-box;
		float: left;
	}

	.top-news-text {
		margin-bottom: 0;
	}
	.top-news-list-wrap
	{
		padding: 0;
		display: table;
	}
	.top-news-item ,
	.top-news-item-title-wrap
	{
		display: table-cell;
		width: 33.3%;
		padding: 0 32px;
		box-sizing: border-box;
	}
	.top-news-item-title-wrap {
		vertical-align: middle;
	}
	.top-news-section
	{
		padding: 30px 0 !important;
		max-width: 1000px;
		margin: 0 auto;
	}

	.top-movie-section-wrap
	{
		margin-top: 120px;
		background-color: #e7e6e4;
	}
	.top-movie-section
	{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.top-movie-content
	{
		position: absolute;
		top: 60px;
		width: 25%;
		box-sizing: border-box;
		padding: 0 20px 0 0;
		text-align: left;
	}
	.top-movie-content img
	{
		padding-bottom: 20px;
	}
	.top-movie-main
	{
		width: 75%;
		float: right;
		padding: 0;
	}
	.top-movie-main .top-movie-movie-wrap
	{
		top: -60px;
	}
	.top-movie-list-wrap
	{
		clear: both;
		padding: 0 0 20px;
	}
	.top-movie-list-wrap .moreBtn
	{
		width: 145px;
		float: right;
	}

	.top-bottom-banner-section
	{
		padding: 50px 20px 90px;
	}
	.top-bottom-banner-item
	{
		max-width: 630px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1000px) {
	#index #contents{
		width: auto;
	}
}
