@charset "UTF-8";

.topMovie {
	padding: 60px 0 80px;
}

.topMovie .topMovieSubTitle {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 18px;
  font-weight: normal;
}

.topMovie .iframeInner {
  max-width: 650px;
  margin: 0 auto;
}
.topMovie .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.topMovie .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topMovie .movieDescription {
  max-width: 650px;
  margin: 25px auto;
	line-height: 1.4;
}
.topMovie .movieDescription p {
	margin: 10px 0;
}

.topFeature {
	padding: 60px 0 80px;
	background: #fff;
}

.topFeatureList {
	margin-left: -46px;
}

.topFeatureList li {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 46px;
}

.topFeatureItem {
	background: #ededed;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.topFeatureImg {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.topFeatureImg a {
	display: block;
}
.topFeatureImg img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2);
	-o-transform: translate(-50%,-50%) scale(1.2);
	transform: translate(-50%,-50%) scale(1.2);
	z-index: 2;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.topFeatureItem:hover {
	opacity: 0.7;
}
.topFeatureItem:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
.topFeatureBox {
	padding: 25px 30px 25px;
}

.topFeatureTitle {
	font-family: 'Lora', serif;
	font-size: 2rem;
	line-height: 1.4;
	color: #000;
	word-break: break-all;
	margin-bottom: 10px;
}

.topFeatureDetail {
	font-size: 1.3rem;
	line-height: 1.54;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.topFeatureDate {
	font-size: 1.2rem;
	line-height: 1.75;
	color: #878787;
}

.topLookBook {
	padding: 100px 0 140px;
	background: url(../images/index/bg01.png) center top no-repeat;
	background-size: cover;
}

.topLookBookBox {
	position: relative;
	max-width: 856px;
	margin: 0 auto;
}

.topLookBookImg01 {
	position: absolute;
	right: 100%;
	margin-right: -63px;
	top: -70px;
	z-index: 1;
}
.topLookBookImg02 {
	position: relative;
	z-index: 2;
}
.topLookBookImg03 {
	position: absolute;
	left: 100%;
	margin-left: -117px;
	bottom: 38px;
	z-index: 3;
}

.topLookBookImg01 img{
	width:335px;
}
.topLookBookImg02 img{
	width:860px;
}
.topLookBookImg03 img{
	width:390px;
}


.youtubeMovie {
	max-width: 560px;
	margin: 40px auto 0;
}
.youtubeMovie .iframeWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top:56.25%;
	margin: 0 0 20px 0;
}
.youtubeMovie .iframeWrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.youtubeMovie .caption {
	line-height: 1.6;
	text-align: center;
}


.topInformation {
	padding: 60px 0 25px;
	background: #fff;
	position: relative;
}
.topInformation:before {
	position: absolute;
	left: 0;
	top: -72px;
	width: 100%;
	height: 72px;
	background: url(../images/index/bg_info.png) center center no-repeat;
	background-size: 100% 100%;
	content: '';
}

.topInformationBox {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 40px 0;
}

.topInformationList {
	width: 100%;
	height: 395px;
	overflow-y: auto;
}

.topInformationList li {
	transition: background .3s ease;
}

.topInformationList li a {
	display: block;
	padding: 26px 50px 26px 20px;
	transition: transform .3s ease;
}

.topInformationList li .infoDate {
	padding-right: 132px;
	width: 266px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 26px;
	float: left;
	color: #bababa;
	font-size: 1.4rem;
	line-height: 1.6875;
	position: relative;
	transition: all .3s ease;
}

.topInformationList .category {
	border: 1px solid #777;
	width: 132px;
	height: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.75;
	color: #333;
	transition: all .3s ease;
}

.topInformationList li .infoTitle {
	overflow: hidden;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.5;
	transition: all .3s ease;
}

.topInformationList li:hover {
	background: #777;
}
.topInformationList li:hover a {
	transform: translateX(30px);
	text-decoration: none;
}
.topInformationList li:hover .infoDate {
	color: #fff;
}
.topInformationList li:hover .category {
	color: #fff;
	border-color: #fff;
}
.topInformationList li:hover .infoTitle {
	color: #fff;
}


.topInformation .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.topInformation .mCSB_scrollTools .mCSB_draggerRail{
	width: 7px;
	background: #bbbbbb;
}
.topInformation .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #777;
}

.topInformation .mCSB_scrollTools .mCSB_draggerContainer:before {
	position: absolute;
	width: 1px;
	height: 100%;
	content: "";
	top: 0;
	left: 50%;
	background: #bbb;
}


.topConcept {
	padding: 60px 0 0;
	background: #fff;
}

.topConcept .hdL {
	margin-bottom: 90px;
}

.topConcept .btnMore {
	text-align: left;
}

.topConceptBox {
	background: url(../images/index/bg02.png) center top no-repeat;
	background-size: cover;
	padding: 83px 0 54px 50%;
	position: relative;
}
.topConceptImg {
	width: 50%;
	height: 512px;
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 22;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.topConceptImg img {
	display: none;
}

.topConceptDetail {
	padding-left: 50px;
	font-size: 1.7rem;
	line-height: 1.86;
	max-width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.topConceptTitle {
	font-size: 2.8rem;
	line-height: 2;
	font-family: 'Lora', serif;
	margin-bottom: 24px;
	font-weight: normal;
}
