@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Feb 18, 2014

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
shared
============================================================ */
#blog > div,
#feature > header,
#feature > div > ul,
#news > header,
#news > div > ul {
	width: 930px;
	padding: 0 20px;
	margin: 0 auto;
}


/* ============================================================
#gNav
============================================================ */
#gNav {
	border-bottom: 0;
	position: relative;
	z-index: 10;
}

/* ============================================================
#visualSlide
============================================================ */
#visualSlide  {
	width: 100%;
	min-width: 970px;
	height: 530px;
	overflow: hidden;
	position: relative;
  top: 0px;
	background: #000;
}
#visualSlide > header {
	display: none;
}
#visualSlide > .contents {
	width: 1200px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}
#visualSlide > .contents img {
}
#visualSlide > .content > ul > li {
	display: none;
}
#visualSlide > .content > ul > li:first-child {
	display: block;
}
#visualSlide > .dotPagination {
	text-align: center;
	height: 10px;
	position: relative;
	top: 510px;
}
#visualSlide > .dotPagination span {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	cursor: pointer;
}
#visualSlide > .dotPagination > div {
	display: inline-block;
}
#visualSlide > .dotPagination .image {
	font-size: 0;
}
#newArrival > section > .dotPagination {
	text-align: center;
	height: 35px;
}
#newArrival > section > .dotPagination > span {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
}
#newArrival > section > .dotPagination .image {
	font-size: 0;
}

/* 2016.05 */
#visualSlide .owl-carousel .owl-item {
  height: 500px;
}
#visualSlide .owl-carousel .owl-item li {
  height: 500px;
}
#visualSlide .owl-carousel .owl-controls {
}
#visualSlide .owl-carousel .owl-nav {
}
#visualSlide .owl-carousel .owl-nav .owl-prev,
#visualSlide .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 250px;
  width: 22px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 22px 32px;
}
#visualSlide .owl-carousel .owl-nav .owl-prev {
  left: -30px;
  background-image: url(../images/shared/pointing_angle-left-white-22x32.png);
}
#visualSlide .owl-carousel .owl-nav .owl-next {
  right: -30px;
  background-image: url(../images/shared/pointing_angle-right-white-22x32.png);
}

#visualSlide .owl-carousel .owl-dots {
  text-align: center;
  height: 10px;
  position: relative;
  top: 10px;
}
#visualSlide .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  vertical-align: top;
  cursor: pointer;
}
#visualSlide .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../images/index/slide_dot.png);
}
#visualSlide .owl-carousel .owl-dots .owl-dot.active span {
  background-image: url(../images/index/slide_dot_active.png);
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/shared/icon_video_play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



/* ============================================================
#blog
============================================================ */
#blog {
	color: #fff;
	padding: 45px 0 10px;
  margin: -30px 0 40px;
	background: #000;
	overflow: hidden;
}
#blog a {
	color: #fff;
}
#blog > div > header {
	width: 212px;
	margin-right: 20px;
	float: left;
}
#blog > div > header > h2 {
	height: 13px;
	margin-top: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/index/blog_title.png) 0 0 no-repeat;
}
#blog > div > dl {
	width: 600px;
	margin-top: 2px;
	float: left;
}
#blog > div > dl > dt,
#blog > div > dl > dd {
	display: inline;
	line-height: 1;
}
#blog > div > dl > dt {
	color: #8C92A4;
	padding-right: 10px;
}
#blog > div > dl > dd {
}
#blog > div > p.rss {
	width: 54px;
	float: right;
}
#blog > div > p.rss > a {
	display: block;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/index/blog_rss.png) 0 0 no-repeat;
}

/* ============================================================
#feature / #news
============================================================ */
#feature,
#news {
	margin-bottom: 30px;
}
#feature > header,
#news > header {
	margin-bottom: 10px;
}
#feature > div > ul,
#news > div > ul {
	overflow: hidden;
}
#feature > div > ul > li,
#news > div > ul > li {
	width: 300px;
	height: 250px;
	margin-left: 15px;
  margin-top: 15px;
	float: left;
	overflow: hidden;
}
#feature > div > ul > li:first-child,
#news > div > ul > li:first-child,
#feature > div > ul > li.margin_left_none,
#news > div > ul > li.margin_left_none {
	margin-left: 0;
}
#feature > div > ul > li > a,
#news > div > ul > li > a {
	display: block;
	height: 100%;
	background-color: #fff;
	/height: 250px;
}
#feature > div > ul > li > a:hover img,
#news > div > ul > li > a:hover img {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)"; /* ie8 */
	/filter: alpha(opacity=50); /* ie7 */
}

/* ----------------------------------------
#feature
---------------------------------------- */
#feature > header > h2 {
	width: 154px;
	height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/index/feature_title.png) 0 0 no-repeat;
}
#feature > div {
	background-color: #8C92A4;
}

/* ----------------------------------------
#news
---------------------------------------- */
#news > header {
	position: relative;
}
#news > header > h2 {
	width: 95px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/index/news_title.png) 0 0 no-repeat;
}
#news > header > p.all {
	width: 85px;
	position: absolute;
	right: 20px;
	bottom: 0;
}
#news > header > p.all > a {
	display: block;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/index/news_btn_all.png) 0 0 no-repeat;
}
#news > header > p.all > a:hover {
	background-position: 0 -18px;
}
#news > div {
	background-color: #EDEDED;
  padding-bottom: 15px;
}
#news > div > ul > li {
	position: relative;
}
#news > div > ul > li > a {
	text-decoration: none;
	background: #fff url(../images/index/news_list_bg.png) 0 100% no-repeat;
}
#news > div > ul > li > a.tokyo {
	background-image: url(../images/index/news_list_bg_tokyo.png);
}
/*
#news > div > ul > li > a {
	text-decoration: none;
	height: 80px;
	padding: 160px 10px 10px;
	background: #fff url(../images/index/news_list_bg.png) 0 100% no-repeat;
}
*/
#news > div > ul > li > a > h3,
#news > div > ul > li > a > p.lead,
#news > div > ul > li > a > p.date {
	padding: 0 10px;
}
#news > div > ul > li > a > h3 {
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 160px;
}
#news > div > ul > li > a > p.lead,
#news > div > ul > li > a > p.date {
	font-size: 10px;
}
#news > div > ul > li > a > p.lead {
	color: #666;
	margin-bottom: 5px;
}
#news > div > ul > li > a > p.date {
	color: #8C92A4;
}
#news > div > ul > li > a > figure {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#news > div > ul > li > a.tokyo > i {
  display: block;
  width: 103px;
	height: 0;
  padding: 33px 0 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/index/icon_news_tokyo01.png) 0 0 no-repeat;
}

/* ----------------------------------------
#movieplayer
---------------------------------------- */
#movieplayer {
  width: 930px;
	height: 150px;
  margin: 0 auto 10px;
  position: relative;
}
#movieplayer > a {
  display: block;
  overflow: hidden;
  width: 930px;
  height: 150px;
}
#movieplayer .title {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  
  background-image: url('../movieplayer/images/movie_thumb_icon.png');
  background-repeat: no-repeat;
  background-position: -0px -0px;
  width: 930px;
  height: 150px;
  padding: 0;
  margin: 0;
  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#movieplayer .thumb {
  width: 930px;
  height: 150px;
  padding: 0;
  margin: 0;
  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#movieplayer > a:hover .thumb {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	*filter: alpha(opacity=70);
}
