@charset "UTF-8";
/*
スライダー
---------------------------*/
HTML CSS JS Result
Edit on
body {
  background: #e8e8e8;
}

.container {
  margin: 0 auto;
}

/* Example wrapper */
.wrap {
  position: relative;
  margin: 1em 0;
  clear: both;
  overflow: hidden;
}

.wrap.in_ajax {
  max-height: 420px;
  overflow: hidden;
}

/* Frame */
.frame {
  overflow: hidden;
  margin-bottom: 10px;
  padding:0 20px;
  width: 100%;
}

	.frame#centered_newsougo,
	.frame#centered_newdvd {
	  height: 396px;
	}
	
	.frame#centered_bnr {
	  height: 93px;
	}
	
	.frame#centered_dvd,
	.frame#centered_movie {
	  height: 527px;
	}
	
	.frame#centered_cd {
	  height: 447px;
	}
	
	.frame#centered_book {
	  height: 561px;
	}

.frame > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
	.frame > ul > li {
	  float: left;
	  height: 100%;
	  padding: 0;
	  text-align: center;
	  width: 252px;
	}

	.frame#centered_dvd > ul > li,
	.frame#centered_movie > ul > li,
	.frame#centered_cd > ul > li,
	.frame#centered_book > ul > li {
	  width: 180px;
	}

/* Scrollbar */
.scrollbar.pie {
  margin: 0 0 1em 0;
  height: 10px;
  background: #eee;
  line-height: 0;
  border-radius: 7px;
  padding: 2px;
}

.scrollbar .handle.pie {
  width: 100px;
  height: 100%;
  background: #9F9F9F;
  cursor: pointer;
  border-radius: 7px;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

/* One Item Per Frame example*/
.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}

/* Effects */
.effects {
  height: 200px;
  line-height: 200px;
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  overflow-y: show;
}

.effects ul {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.effects ul li {
  position: relative;
  margin: 0 -20px;
  -webkit-transform: rotateY(60deg) scale(0.9);
  -ms-transform: rotateY(60deg) scale(0.9);
  transform: rotateY(60deg) scale(0.9);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
}

.effects ul li.active {
  z-index: 10;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.effects ul li.active ~ li {
  -webkit-transform: rotateY(-60deg) scale(0.9);
  -ms-transform: rotateY(-60deg) scale(0.9);
  transform: rotateY(-60deg) scale(0.9);
}

.wrap .forward,
.wrap .backward,
.wrap .prev,
.wrap .next {
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

.wrap_bnr .forward,
.wrap_bnr .backward,
.wrap_bnr .prev,
.wrap_bnr .next {
  top: 3px;
}

.wrap .backward,
.wrap .prev {
  left: 0;
}

.wrap .forward,
.wrap .next {
  right: 0;
}


/*
スライダー
-------------------------------*/
.slider_frame.pie {
  width: 100%;
  height: 402px;
  margin-bottom: 15px;
  background: #000;
  border-radius: 7px;
}

.slider_frame i {
  display: block;
  margin-bottom: 1px;
}

#slider .bg_img {
  width: 757px;
  height: 394px;
  float: right;
  margin-top: 3px;
  margin-right: 2px;
}

#slider {
  position: relative;
  width: 960px;
  height: 400px;
  /*border: 2px solid #888888;
  margin-top: 10px;*/
  overflow: hidden;
  margin: 0 auto;
  padding-top: 13px;
}

.bx-wrapper {
  width: 757px;
  height: 394px;
}

.bx-pager {
  position: absolute;
  /*border-left: 2px solid #888888;*/
  width: 190px;
  top: 15px;
  left: 2px;
}

.bx-pager img {
  vertical-align: bottom;
}

.bx-pager .active {
  /*background: rgba(0, 0, 0, 0.4);
  width: 190px;
  height: 37px;
  border: solid 1px #FF791F;*/
}

.bx-pager .active {
  width: 190px;
  height: 37px;
  position: relative;
  /*border: 2px solid #FF791F;*/
}

.bx-pager .active:before, .bx-pager .active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
}

.bx-pager .active:before {
  border-right: 9px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 0px;
}

#slider2 li {
  position: relative;
}

#slider2 li p {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  /* RGBを10進数(0〜255)で指定、不透明度を0〜1.0で指定 */
  color: #fff;
  bottom: 6px;
  width: 100%;
  height: 35px;
  padding-top: 15px;
  padding-left: 15px;
}

.slider_thum-sprite, .slider_thum-thum_blu, .slider_thum-thum_book, .slider_thum-thum_box, .slider_thum-thum_camp, .slider_thum-thum_cd, .slider_thum-thum_clothes, .slider_thum-thum_game, .slider_thum-thum_mobile, .slider_thum-thum_movie, .slider_thum-thum_shop {
  background-image: url('../img/slider_thum-s2ce4ab8ef8.png');
  background-repeat: no-repeat;
}

.slider_thum-thum_blu {
  background-position: 0 0;
  height: 35px;
  width: 190px;
}
.slider_thum-thum_blu:hover, .slider_thum-thum_blu.thum_blu-hover {
  background-position: 0 -35px;
}

.slider_thum-thum_book {
  background-position: 0 -70px;
  height: 37px;
  width: 190px;
}
.slider_thum-thum_book:hover, .slider_thum-thum_book.thum_book-hover {
  background-position: 0 -107px;
}

.slider_thum-thum_box {
  background-position: 0 -144px;
  height: 37px;
  width: 190px;
}
.slider_thum-thum_box:hover, .slider_thum-thum_box.thum_box-hover {
  background-position: 0 -181px;
}

.slider_thum-thum_camp {
  background-position: 0 -218px;
  height: 37px;
  width: 190px;
}
.slider_thum-thum_camp:hover, .slider_thum-thum_camp.thum_camp-hover {
  background-position: 0 -255px;
}

.slider_thum-thum_cd {
  background-position: 0 -292px;
  height: 37px;
  width: 190px;
}
.slider_thum-thum_cd:hover, .slider_thum-thum_cd.thum_cd-hover {
  background-position: 0 -329px;
}

.slider_thum-thum_clothes {
  background-position: 0 -366px;
  height: 36px;
  width: 190px;
}
.slider_thum-thum_clothes:hover, .slider_thum-thum_clothes.thum_clothes-hover {
  background-position: 0 -402px;
}

.slider_thum-thum_game {
  background-position: 0 -438px;
  height: 36px;
  width: 190px;
}
.slider_thum-thum_game:hover, .slider_thum-thum_game.thum_game-hover {
  background-position: 0 -474px;
}

.slider_thum-thum_mobile {
  background-position: 0 -510px;
  height: 37px;
  width: 190px;
}
.slider_thum-thum_mobile:hover, .slider_thum-thum_mobile.thum_mobile-hover {
  background-position: 0 -547px;
}

.slider_thum-thum_movie {
  background-position: 0 -584px;
  height: 36px;
  width: 190px;
}
.slider_thum-thum_movie:hover, .slider_thum-thum_movie.thum_movie-hover {
  background-position: 0 -620px;
}

.slider_thum-thum_shop {
  background-position: 0 -656px;
  height: 35px;
  width: 190px;
}
.slider_thum-thum_shop:hover, .slider_thum-thum_shop.thum_shop-hover {
  background-position: 0 -691px;
}

.active .slider_thum-thum_camp {
  background-position: 0 -255px;
}

.active .slider_thum-thum_blu {
  background-position: 0 -35px;
}

.active .slider_thum-thum_book {
  background-position: 0 -107px;
}

.active .slider_thum-thum_box {
  background-position: 0 -181px;
}

.active .slider_thum-thum_cd {
  background-position: 0 -329px;
}

.active .slider_thum-thum_clothes {
  background-position: 0 -402px;
}

.active .slider_thum-thum_game {
  background-position: 0 -474px;
}

.active .slider_thum-thum_mobile {
  background-position: 0 -547px;
}

.active .slider_thum-thum_movie {
  background-position: 0 -620px;
}

.active .slider_thum-thum_shop {
  background-position: 0 -691px;
}

.slider_tit {
  width: 100%;
  background: url(../img/top/slider_titbg.png) repeat-x left top;
  color: #FFF;
  padding: 2px 10px;
}

.slider_bnr_frame .fl_left,
.slider_bnr_frame .fl_right {
  width: 375px;
}

.slider_bnr_frame .fl_right > a:first-child {
  display: block;
  margin-bottom: 5px;
}

.slider_bnr_frame .slider_bnr_full img {
	margin-left: 1px;
}

/*
新作・ナビゲーション
--------------------------------*/
.top_new_nav-sprite, .top_new_nav-book_producticon, .top_new_nav-cd_producticon, .top_new_nav-dvd_producticon, .top_new_nav-movie_producticon, .top_new_nav-synthesis_producticon {
  background-image: url('../img/top_new_nav-s266f868a67.png');
  background-repeat: no-repeat;
}

.top_new_nav-book_producticon {
  background-position: 0 0;
  height: 57px;
  width: 165px;
}
.top_new_nav-book_producticon:hover, .top_new_nav-book_producticon.book_producticon-hover {
  background-position: 0 -57px;
}

.top_new_nav-cd_producticon {
  background-position: 0 -114px;
  height: 57px;
  width: 165px;
}
.top_new_nav-cd_producticon:hover, .top_new_nav-cd_producticon.cd_producticon-hover {
  background-position: 0 -171px;
}

.top_new_nav-dvd_producticon {
  background-position: 0 -228px;
  height: 57px;
  width: 165px;
}
.top_new_nav-dvd_producticon:hover, .top_new_nav-dvd_producticon.dvd_producticon-hover {
  background-position: 0 -285px;
}

.top_new_nav-movie_producticon {
  background-position: 0 -342px;
  height: 57px;
  width: 165px;
}
.top_new_nav-movie_producticon:hover, .top_new_nav-movie_producticon.movie_producticon-hover {
  background-position: 0 -399px;
}

.top_new_nav-synthesis_producticon {
  background-position: 0 -456px;
  height: 57px;
  width: 165px;
}
.top_new_nav-synthesis_producticon:hover, .top_new_nav-synthesis_producticon.synthesis_producticon-hover {
  background-position: 0 -513px;
}

.tab-menu i {
  display: block;
  float: left;
  margin: 0px !important;
}

.top_new_nav-book_producticon.active {
  background-position: 0 -57px;
}

.top_new_nav-cd_producticon.active {
  background-position: 0 -171px;
}

.top_new_nav-dvd_producticon.active {
  background-position: 0 -285px;
}

.top_new_nav-movie_producticon.active {
  background-position: 0 -399px;
}

.top_new_nav-synthesis_producticon.active {
  background-position: 0 -513px;
}

.contents_tit_frame.pie {
  height: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  border-bottom: 2px solid #888888;
  background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
  background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
  background: linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
  -pie-background: linear-gradient(top, #FFF 0%, #FFF 50%, #F4F4F4 100%);
}

.contents_tit_frame.tit_bottom {
  margin-bottom: 10px;
}

.contents_tit_frame a:hover {
  opacity: 0.8;
}

.contents_tit_frame i {
  display: block;
  margin-right: 10px;
}

.contents_tit_frame i.last {
  margin: 0px;
}

.contents_tit_frame .producticon {
  width: 825px;
}

.contents_tit_frame .producticon a {
  display: block;
  float: left;
}

.contents_tit_frame .producticon i {
  display: block;
  cursor: pointer;
}

.contents_tit_frame .tit_down {}

  .contents_tit_frame .new_tit span {
    display: block;
  }

.contents_tit_frame .new_tit {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.contents_tit_frame .producticon {
  margin-left: 15px;
}

/*
new product
---------------------------------*/
.new_dvd_frame,
.new_cd_frame,
.new_book_frame,
.new_movie_frame {
  opacity: 0;
}

.new_sougo_frame.active
.new_dvd_frame.active,
.new_cd_frame.active,
.new_book_frame.active,
.new_movie_frame.active {
  opacity: 1;
  display: block;
}

.productOutFrame.pie {
  background: #FFF;
  border: solid 1px #EEE;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #eee;
  font-size: 13px;
  margin: 0 auto 20px auto;
  padding: 8px 16px 10px 16px;
  text-align: left;
  width: 221px;
  overflow: hidden;
}

.productOutFrame02.pie {
  height: 250px;
  padding: 4px 5px;
  text-align: left;
  width: 146px;
  overflow: hidden;
}

.productOutFrame03.pie {
  height: 200px;
}

.productOutFrame04.pie {
  height: 267px;
}

.productOutFrame05.pie {
  height: 378px;
}

.productOutFrame > img {
  display: block;
}

.productOutFrame ul {
  margin-bottom: 8px;
}

.productOutFrame02 ul {
  margin-bottom: 5px;
}

.productOutFrame li.fl_left {
  margin-right: 5px;
}

.productOutFrame .imagesLink {
  width: 186px;
  height: 260px;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  border: solid #fff 2px;
  background: #F2F2F2;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  overflow: hidden;
  vertical-align: middle;
}

.productOutFrame02 .imagesLink {
  width: 130px;
  height: 180px;
}

.productOutFrame02 .imagesLink span {
  height: 180px;
}

.productOutFrame03 .imagesLink {
  width: 130px;
  height: 130px;
}

.productOutFrame03 .imagesLink span {
  height: 130px;
}

.productOutFrame04 .imagesLink {
  width: 130px;
  height: 190px;
}

.productOutFrame .imagesLink span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
}

.productOutFrame05 .imagesLink span {
  height: 260px;
}

.productOutFrame .imagesLink span img {
  margin: 0 auto;
  text-align: center;
}

/* IE6 */
a.imagesLink p span {
  _zoom: 1;
  /* hasLayoutをtrueに設定 */
  _line-height: 100px;
  /* span要素の行を画像の最大の高さと同じ値に設定 */
  _margin-top: -1px;
  /* 微調整 */
}

a.imagesLink p img {
  _vertical-align: middle;
  /* 画像を垂直に */
}

/* IE7 */
*:first-child + html a.imagesLink p span {
  zoom: 1;
  /* hasLayoutをtrueに設定 */
  line-height: 215px;
  /* span要素の行を画像の最大の高さと同じ値に設定 */
  margin-top: -1px;
  /* 微調整 */
}

*:first-child + html a.imagesLink p img {
  vertical-align: middle;
  /* 画像を垂直に */
}

.productOutFrame .product_title {
  display: table;
  /*background: url(../img/top/product_tit_bar.png) no-repeat left center;*/
  height: 20px;
}

.productOutFrame02 .product_title {
  width: 100%;
  padding: 0px 3px;
}

.productOutFrame .product_title a {
  display: table-cell;
  vertical-align: middle;
}

.productOutFrame .product_title {
  display: table;
  /*background: url(../img/top/product_tit_bar.png) no-repeat left center;*/
  height: 20px;
}

.new_sougo_frame .productOutFrame .product_title a {
	display: block;
	height: 40px;
	overflow-y: hidden;
	margin-bottom: 2px;
}

.new_sougo_frame .productOutFrame p.productText {
	display: block;
	height: 40px;
	overflow-y: hidden;
}

/*
メディアクエリー
---------------------------------*/
@media screen and (min-width: 1100px) {
    .contents_tit_frame .tit_down {
  }

    .contents_tit_frame .new_tit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
    .contents_tit_frame .new_tit span {
      display: inline;
    }
}
