@charset "EUC-JP";
/*
スライダー
---------------------------*/
/* line 6, ../sass/top.scss */
HTML CSS JS Result
Edit on
body {
  background: #e8e8e8;
}

/* line 9, ../sass/top.scss */
.container {
  margin: 0 auto;
}

/* Example wrapper */
/* line 12, ../sass/top.scss */
.wrap {
  position: relative;
  margin: 1em 0;
  clear: both;
  /*** rental ***/
  width: 98%;
  padding-left: 2%;
}

/* line 18, ../sass/top.scss */
.wrap.in_ajax {
  /*max-height: 420px;*/
  max-height: 350px;
  overflow: hidden;
}

/* Frame */
/* line 24, ../sass/top.scss */
.frame {
  /*height: 250px;
  line-height: 250px;*/
  overflow: hidden;
  margin: 0 30px 6px 30px;
}

.frame.series {
  margin: 0 30px 45px 0;
}

.frame#centered_newsougo{
    /*height: 298px;*/
}

/* line 31, ../sass/top.scss */
.frame#centered_newdvd {
  height: 398px;
}

/* line 35, ../sass/top.scss */
.frame#centered_bnr {
  height: 93px;
}

.frame#centered_dvd{
    height: 300px;
}

/* line 38, ../sass/top.scss */
.frame#centered_movie {
  height: 527px;
}

/* line 42, ../sass/top.scss */
.frame#centered_cd {
  height: 447px;
}

/* line 45, ../sass/top.scss */
.frame#centered_book {
  height: 561px;
}

/* line 48, ../sass/top.scss */
.frame > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
  margin-left: -16px;
}

#geo_shop_recommend.frame > ul {
  margin-left: 0;
}

/* line 56, ../sass/top.scss */
.frame > ul > li {
  float: left;
  width: auto;
  /*width: 237px;*/
  /*width: 3.3%;*/
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  /*background: #333;
  color: #ddd;
  text-align: center;*/
  margin-left: 16px;
  padding-left: 10px;
}
.frame.series > ul > li {
  margin: 0 5px 0 16px;
}
.frame.series > ul > li:first-child {
  margin-left: 0;
}

/* line 70, ../sass/top.scss */
.frame > ul > li.active {
  /*color: #fff;
  background: #a03232;*/
}

/* line 75, ../sass/top.scss */
.wrap_bnr .frame > ul > li {
  width: 255px;
}

.wrap_bnr.wrap_genre .frame > ul > li {
  width: 196px;
  padding-left:0;
}

.wrap_bnr.wrap_genre .frame > ul > li a{
    display: block;
    width: 196px;
    height: 86px;
}

#recommendedSection .arrow110{
	margin-top:0 !important;
}

.wrap_bnr.wrap_genre .frame#recommended_bnr{
	height:128px;
	margin-bottom:10px;
}

.wrap_bnr.wrap_genre .frame#recommended_bnr > ul > li{
	width:196px;
}

.wrap_bnr.wrap_genre .frame#recommended_bnr > ul > li a{
	height: 128px;
	padding:0;
	text-align:center;
}

.wrap_bnr.wrap_genre .frame#recommended_bnr > ul > li img{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.wrap_bnr.wrap_genre .frame#recommended_bnr > ul > li span{
	display:block;
	margin-top:2px;
	font-size:11px;
	line-height:1.5em;
	text-align:left;
}


/* line 79, ../sass/top.scss */
.wrap_dvd .frame > ul > li {
  width: 157px;
}

/*** 今すぐ借りられる話題作 ***/
.wrap_blockbuster .frame > ul > li {
  width: 157px;
}

.wrap_blockbuster .frame > ul > li > div:first-child {
  margin-bottom: 22px;
}

/* Scrollbar */
/* line 88, ../sass/top.scss */
.scrollbar.pie {
  margin: 0 0 1em 0;
  height: 10px;
  background: #eee;
  line-height: 0;
  border-radius: 7px;
  box-shadow: 1px 1px 1px inset;
  padding: 2px 0px;
}

/* line 97, ../sass/top.scss */
.scrollbar .handle.pie {
  width: 100px;
  height: 100%;
  background: #9F9F9F;
  cursor: pointer;
  border-radius: 7px;
}

/* line 104, ../sass/top.scss */
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

/* One Item Per Frame example*/
/* line 113, ../sass/top.scss */
.oneperframe {
  height: 300px;
  line-height: 300px;
}

/* line 114, ../sass/top.scss */
.oneperframe ul li {
  width: 1140px;
}

/* line 115, ../sass/top.scss */
.oneperframe ul li.active {
  background: #333;
}

/* Effects */
/* line 118, ../sass/top.scss */
.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;
}

/* line 129, ../sass/top.scss */
.effects ul {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 134, ../sass/top.scss */
.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;
}

/* line 143, ../sass/top.scss */
.effects ul li.active {
  z-index: 10;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 149, ../sass/top.scss */
.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);
}

/*** slider-prev/next variable-arrow ***/
.wrap .variable-arrow{
    width: 18px;
    background-color:rgba(159,159,159,0.48);
    background-image: url(../img/icon/icon_prev-next.png);
    /*background-position: 1px center;*/
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow:rgba(136, 136, 136, 0.65098) 0px 0px 6px 0px inset;
    -webkit-box-shadow:rgba(136, 136, 136, 0.65098) 0px 0px 6px 0px inset;
    -moz-box-shadow:rgba(136, 136, 136, 0.65098) 0px 0px 6px 0px inset;
}

.wrap .variable-arrow.arrow82{
    height: 82px;
}

.wrap .variable-arrow.arrow86{
    height: 86px;
}

.wrap .variable-arrow.arrow100{
    height: 100px;
}

.wrap .variable-arrow.arrow110{
    height: 110px;
}

.wrap .variable-arrow.arrow123{
    height: 123px;
}

.wrap .variable-arrow.arrow128{
    height: 128px;
}

.wrap .variable-arrow.arrow135{
    height: 135px;
}

.wrap .variable-arrow.arrow140{
    height: 140px;
}

.wrap .variable-arrow.arrow160{
    height: 160px;
}

.wrap .variable-arrow.arrow180{
    height: 180px;
}

.wrap .variable-arrow.arrow184{
    height: 184px;
}

.wrap .variable-arrow.arrow185{
    height: 185px;
}

.wrap .variable-arrow.arrow190{
    height: 190px;
}

.wrap .variable-arrow.arrow241{
  height: 241px;
}

.wrap .variable-arrow.arrow270{
    height: 270px;
}

.wrap .variable-arrow.arrow280{
    height: 280px;
}

.wrap .variable-arrow.arrow285{
    height: 285px;
}

.wrap .variable-arrow.arrow294{
    height: 294px;
}

.wrap .variable-arrow.arrow298{
    height: 298px;
}

.wrap .variable-arrow.arrow300{
    height: 300px;
}

.wrap .variable-arrow.arrow305{
    height: 305px;
}

.wrap .variable-arrow.arrow308{
  height: 308px;
}

.wrap .variable-arrow.arrow310{
  height: 310px;
}

.wrap .variable-arrow.arrow320{
  height: 320px;
}

.wrap .variable-arrow.arrow325{
  height: 325px;
}

.wrap .variable-arrow.arrow328{
  height: 328px;
}

.wrap .variable-arrow.arrow340{
  height: 340px;
}

.wrap .variable-arrow.arrow355{
    height: 355px;
}

.wrap .variable-arrow.arrow392{
    height: 392px;
}

.wrap .variable-arrow.arrow400{
    height: 400px;
}

.wrap .variable-arrow.arrow450{
    height: 450px;
}

.wrap .variable-arrow.arrow540{
    height: 540px;
}

.wrap .variable-arrow.arrow593{
    height: 593px;
}

.wrap .variable-arrow.arrow600{
    height: 600px;
}

.wrap .variable-arrow.arrow610{
    height: 610px;
}

.wrap .variable-arrow.arrow630{
    height: 630px;
}

.wrap .variable-arrow.arrow635{
    height: 635px;
}

.wrap .variable-arrow.arrow640{
    height: 640px;
}

.wrap .variable-arrow.arrow643{
    height: 643px;
}

.wrap .variable-arrow.arrow648{
    height: 648px;
}

.wrap .variable-arrow.arrow650{
    height: 650px;
}

.wrap .variable-arrow.arrow655{
    height: 655px;
}

.wrap .variable-arrow.arrow685{
	height: 685px;
}

.wrap .variable-arrow.arrow700{
    height: 700px;
}

.wrap .variable-arrow.arrow704{
    height: 704px;
}

.wrap .variable-arrow.arrow758{
    height: 758px;
}

.wrap .variable-arrow.prev,
.wrap .variable-arrow.next{
    float: left;
    width: 18px;
    cursor: pointer;
}

.wrap .variable-arrow.prev{
    /*background-image: url(../img/icon/icon_prev.png);*/
    background-position: 1px center;
}

.wrap .variable-arrow.next{
    float: right;
    /*background-image: url(../img/icon/icon_next.png);*/
    background-position: -15px center;
}

.wrap .variable-arrow.prev:hover,
.wrap .variable-arrow.next:hover{
    opacity: 1.0;
    border: none;
    background-color: #bbb;
    box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 6px 0px inset;
    -webkit-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 6px 0px inset;
    -moz-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 6px 0px inset;
}



/* line 157, ../sass/top.scss */
.wrap .forward,
.wrap .backward,
.wrap .prev,
.wrap .next {
  float: left;
  width: 18px;
  height: 392px;
  font-size: 60px;
  cursor: pointer;
}

/* line 168, ../sass/top.scss */
.wrap .prev:hover,
.wrap .next:hover {
  opacity: 0.8;
  border: 1px solid #666;
}

/* line 174, ../sass/top.scss */
.wrap .forward,
.wrap .next {
  float: right;
}

/* line 179, ../sass/top.scss */
.wrap_bnr .forward,
.wrap_bnr .backward,
.wrap_bnr .prev,
.wrap_bnr .next {
  height: 86px;
}

/* line 187, ../sass/top.scss */
.wrap_dvd .forward,
.wrap_dvd .backward,
.wrap_dvd .prev,
.wrap_dvd .next {
  height: 522px;
}

/* line 194, ../sass/top.scss */
.wrap_cd .forward,
.wrap_cd .backward,
.wrap_cd .prev,
.wrap_cd .next {
  height: 444px;
}

/* line 201, ../sass/top.scss */
.wrap_book .forward,
.wrap_book .backward,
.wrap_book .prev,
.wrap_book .next {
  height: 560px;
}

/*
infometion
-------------------------------*/
.infomationWrapper{
    margin-left:20px;
    margin-bottom: 15px;
    border-radius: 7px;
    background: #EBEBEB;
}

.infomationBox{
    display: table;
    table-layout: fixed;
    width: 100%;
    padding:7px;
}

.infomationLeft{
    display: table-cell;
    width: 144px;
    border-right: 1px solid #999;
    vertical-align: middle;
    white-space: nowrap;
    text-align:center;
}

.infomationRight{
    display: table-cell;
    width:69%;
    padding-left: 15px;
    padding-bottom:4px;
}

.newsDate{
	display:block;
	float:left;
}

.newsTitle{
	display:block;
	margin-left:7em;
}

.infomationMore{
    display:block;
    width:120px;
    float:right;
}

.moreIcon{
    display:table-cell;
    float:right;
    text-indent:-10000px;
    overflow:hidden;
}


/*
スライダー
-------------------------------*/
/* line 272, ../sass/top.scss */
.slider_frame.pie {
  width: 100%;
  height: 310px;
/*  margin-bottom: 15px;*/
  background: #000;
/*  border-radius: 7px;*/
  overflow: hidden;
}

/* line 280, ../sass/top.scss */
.slider_frame i {
  display: block;
  margin-bottom: 1px;
}

/* line 285, ../sass/top.scss */
#slider .bg_img {
  /*width: 757px;*/
  /*height: 394px;*/
  /*float: right;*/
  float: none;
  margin-top: 3px;
  margin-right: 2px;
  overflow: visible;
}

/* line 293, ../sass/top.scss */
#slider {
  position: relative;
  /*width: 960px;*/
  width: 740px;
  /*height: 400px;*/
  /*border: 2px solid #888888;
  margin-top: 10px;*/
  /*overflow: hidden;*/
  margin: 0 auto;
  /*padding-top: 13px;*/
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  outline: 0;
  width: 61px;
  height: 79px;
  text-indent: -9999px;
  z-index: 9997;
}

#slider .bx-controls .bx-controls-direction .bx-prev{
    left: -80px;
    background: url(../img/icon/icon_bx-cont-dir_prev.png) no-repeat center;
}

#slider .bx-controls .bx-controls-direction .bx-next{
    right: -80px;
    background: url(../img/icon/icon_bx-cont-dir_next.png) no-repeat center;
}


/*
　スライダーDVD
--------------------------------*/
#slider{

}

#slider .bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  width: 100%;
  overflow: visible;
}

#slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  height: auto;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  overflow: visible!important;
}

#slider_dvd > li{
  text-align: center;
}

#slider_dvd > li a,
#slider_dvd > li a img{
  display: block;
  margin: auto;
}

#slider .bx-pager-frame{
  display: block;
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto 15px;
  position: relative;
}

#slider .bx-pager {
    min-width: 820px;
}

#slider .bx-pager-frame:before{
  display: block;
  content: url(/pc/img/icon/icon-tit_slider_new.png);
  width: 95px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -110px;
  padding-top: 14px;
}

#slider .bx-pager a{
  float: left;
  display: block;
  /*padding: 1%;*/
  margin-right: 1%;
/*  width: 100%;
  max-width: 1300px;
  min-width: 1000px;*/
}

#slider .bx-pager a.active{
  border: 2px solid #fff;
  border-radius: 5px;
  position: relative;
}

#slider .bx-pager a.active:after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  border: 8px solid transparent;
  border-top-color: #fff;
  margin-left: -8px;
}

#slider .bx-pager-frame .icon_slide_dvd_list{
  display: block;
  float: left;
  width: 73px;
  height: 31px;
  padding-top: 8px;
}

#slider .bx-pager-frame .icon_slide_dvd_list{
  display: block;
  margin-left: 750px;
}

/*
タイトル数
--------------------------------*/
.slider_num_frame{
  display: block;
  width: 100%;
  height: 31px;
  background: url(../img/slider_dvd/bg_slider_tit_num.png) repeat-x 0 0;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.slider_num_frame .slider_tit_num{
  display: block;
  width: 1000px;
  height: 31px;
  color: #fff;
  font-size: .8rem;
  margin: auto;
}

.slider_num_frame .slider_tit_num span{
  color: #fff;
  font-size: 1.1rem;
}

.slider_num_frame .slider_tit_num span.orange{
  color: #FFC926;
  font-size: 1.3rem;
}


/*
新作・ナビゲーション
--------------------------------*/
.dvd_new_nav-synthesis_producticon,
.dvd_new_nav-foreign_producticon,
.dvd_new_nav-japanese_producticon,
.dvd_new_nav-drama_producticon,
.dvd_new_nav-anime_producticon,
.dvd_new_nav-idle_producticon{
    background-image: url('../img/icon/dvd_new_nav.png');
    background-repeat: no-repeat;
}

/*.tab_sougo{width: 106px ; height: 50px ;}
.tab_foreign{width: 106px ; height: 50px ;}
.tab_japanese{width: 106px ; height: 50px ;}
.tab_drama{width: 106px ; height: 50px ;}
.tab_anime{width: 106px ; height: 50px ;}
.tab_idle{width: 125px ; height: 50px ;}*/

.dvd_new_nav-synthesis_producticon{width: 106px ; height: 50px ; background-position: 0px 0px  ;}
.dvd_new_nav-foreign_producticon{width: 106px ; height: 50px ; background-position:  -106px 0px ;}
.dvd_new_nav-japanese_producticon{width: 106px ; height: 50px ; background-position:  -212px 0px ;}
.dvd_new_nav-drama_producticon{width: 106px ; height: 50px ; background-position:  -318px 0px ;}
.dvd_new_nav-anime_producticon{width: 106px ; height: 50px ; background-position:  -424px 0px ;}
.dvd_new_nav-idle_producticon{width: 125px ; height: 50px ; background-position:  -530px 0px ;}

.dvd_new_nav-synthesis_producticon.active,.dvd_new_nav-synthesis_producticon:hover{background-position: 0px -51px;}
.dvd_new_nav-foreign_producticon.active,.dvd_new_nav-foreign_producticon:hover{background-position: -106px -51px;}
.dvd_new_nav-japanese_producticon.active,.dvd_new_nav-japanese_producticon:hover{background-position: -212px -51px;}
.dvd_new_nav-drama_producticon.active,.dvd_new_nav-drama_producticon:hover{background-position: -318px -51px;}
.dvd_new_nav-anime_producticon.active,.dvd_new_nav-anime_producticon:hover{background-position: -424px -51px;}
.dvd_new_nav-idle_producticon.active,.dvd_new_nav-idle_producticon:hover{background-position: -530px -51px;}

.no_idol .dvd_new_nav-anime_producticon{width: 106px ; height: 50px ; background-position:  -424px -100px ;}
.no_idol .dvd_new_nav-anime_producticon.active,
.no_idol .dvd_new_nav-anime_producticon:hover{background-position: -424px -151px;}


/*
キャンペーンバナー
--------------------------------*/
.banner-area{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.banner-area-inner{
  display: block;
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
  text-align: center;
}

.banner-area-inner .one-banner{
  display: block;
  width: 807px;
  height: 55px;
  margin: auto;
}

.banner-area-inner .one-banner{
  display: block;
  width: 807px;
  height: 55px;
  margin: auto;
}

.banner-area-inner .two-banner{
  display: block;
  width: 50%;
  max-width: 650px;
}

.banner-area-inner .two-banner.left{
	padding-right:10px;
}
.banner-area-inner .two-banner.right{
	padding-left:10px;
}

.banner-area-inner .two-banner img{
  display: block;
  width: 100%;
  height: auto;
}

.topPageBnrSingle{
	display:block;
	width:645px;
	height:114px;
	margin:20px auto;
}

#topPageBnrDouble{
	max-width:1300px;
	margin:10px auto;
}

#topPageBnrDouble div{
	display:block;
	width:50%;
	max-width:793px;
}

#topPageBnrDouble div.first{
	float:left;
}

#topPageBnrDouble div.last{
	float:right;
}

#topPageBnrDouble a{
	display:block;
}

#topPageBnrDouble .first a{
	margin-right:5px;
}

#topPageBnrDouble .last a{
	margin-left:5px;
}

#topPageBnrDouble a img{
	display:block;
	width:100%;
	height:auto;
}

/*
新作・ナビゲーション
--------------------------------*/
/* line 120, top_new_nav/*.png */
.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;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-book_producticon {
  background-position: 0 0;
  height: 57px;
  width: 165px;
}
/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-book_producticon:hover, .top_new_nav-book_producticon.book_producticon-hover {
  background-position: 0 -57px;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-cd_producticon {
  background-position: 0 -114px;
  height: 57px;
  width: 165px;
}
/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-cd_producticon:hover, .top_new_nav-cd_producticon.cd_producticon-hover {
  background-position: 0 -171px;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-dvd_producticon {
  background-position: 0 -228px;
  height: 57px;
  width: 165px;
}
/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-dvd_producticon:hover, .top_new_nav-dvd_producticon.dvd_producticon-hover {
  background-position: 0 -285px;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-movie_producticon {
  background-position: 0 -342px;
  height: 57px;
  width: 165px;
}
/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-movie_producticon:hover, .top_new_nav-movie_producticon.movie_producticon-hover {
  background-position: 0 -399px;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-synthesis_producticon {
  background-position: 0 -456px;
  height: 57px;
  width: 165px;
}
/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.top_new_nav-synthesis_producticon:hover, .top_new_nav-synthesis_producticon.synthesis_producticon-hover {
  background-position: 0 -513px;
}

/* line 435, ../sass/top.scss */
.tab-menu i {
  display: block;
  float: left;
  margin: 0px !important;
}

/* line 441, ../sass/top.scss */
.top_new_nav-book_producticon.active {
  background-position: 0 -57px;
}

/* line 445, ../sass/top.scss */
.top_new_nav-cd_producticon.active {
  background-position: 0 -171px;
}

/* line 449, ../sass/top.scss */
.top_new_nav-dvd_producticon.active {
  background-position: 0 -285px;
}

/* line 453, ../sass/top.scss */
.top_new_nav-movie_producticon.active {
  background-position: 0 -399px;
}

/* line 457, ../sass/top.scss */
.top_new_nav-synthesis_producticon.active {
  background-position: 0 -513px;
}

/* line 461, ../sass/top.scss */
.contents_tit_frame.pie {
  height: 40px;
  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%);
  position:relative;

    /*** rental ***/
    box-sizing: border-box;
    padding-left: 2%;
    padding-top: 7px;
}

.contents_tit_frame.tit_adult.pie {
  border-bottom: 2px solid #FF268C;
  border-bottom: 2px solid #FF55A6;
}


/* line 473, ../sass/top.scss */
.contents_tit_frame.tit_bottom {
  margin-bottom: 10px;
}

/* line 477, ../sass/top.scss */
.contents_tit_frame a:hover {
  opacity: 0.8;
}

/* line 481, ../sass/top.scss */
.contents_tit_frame i {
  display: block;
  margin-right: 10px;
}

/* line 486, ../sass/top.scss */
.contents_tit_frame i.last {
  margin: 0px;
}

/* line 490, ../sass/top.scss */
.contents_tit_frame .producticon {
  /*width: 825px;*/
  width: 680px;
}

/* line 493, ../sass/top.scss */
.contents_tit_frame .producticon a {
  display: block;
  float: left;
}

/* line 498, ../sass/top.scss */
.contents_tit_frame .producticon i {
  display: block;
  cursor: pointer;
}

/* line 503, ../sass/top.scss */
.contents_tit_frame .tit_down {
  width: 120px;
}

/* line 507, ../sass/top.scss */
.contents_tit_frame .new_tit {
  font-size: 1.2em;
  line-height: 1.3;
}

/* line 512, ../sass/top.scss */
.contents_tit_frame .producticon {
  margin-left: 15px;
  position:absolute;
  left:200px;
  top: 0;
}

/*
new product
---------------------------------*/
/* line 519, ../sass/top.scss */
.new_dvd_frame,
.new_cd_frame,
.new_book_frame,
.new_movie_frame {
  opacity: 0;
}

/* line 526, ../sass/top.scss */
.new_sougo_frame.active
.new_dvd_frame.active,
.new_cd_frame.active,
.new_book_frame.active,
.new_movie_frame.active {
  opacity: 1;
  display: block;
}

/* line 535, ../sass/top.scss */
.productOutFrame.pie {
  width: 221px;
  border: solid 2px #EEE;
  border-radius: 5px;
  padding: 4px 16px;
  padding-top: 10px;
  box-shadow: 1px 1px 5px #eee;
  float: left;
  /*margin-left: 6.5px;*/
  margin-bottom: 5px;
  font-size: 13px;
  background: #FFF;
}

/* line 549, ../sass/top.scss */
.productOutFrame02.pie {
  width: 146px;
  height: 250px;
  padding: 4px 5px;
  padding-top: 5px;
}
.productOutFrame02.pie.dvdbox {
  width: 154px;
}

.productOutFrame02.pie .product_price {
    border-top: 1px solid #ccc;
    height: 50px;
}

.productOutFrame02.pie .product_price a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: .7rem;
    color: #900;
}

.frame.series > ul {
  padding: 0 0 0 7px;
}

.frame.series > ul > li.serieslist {
  margin: 0 0 0 3px;
}

.frame.series > ul > li.serieslist:first-child {
  margin-left: 3px;
}

/* line 556, ../sass/top.scss */
.productOutFrame03.pie {
  height: 210px;
}

/* line 560, ../sass/top.scss */
.productOutFrame04.pie {
  height: 267px;
}

.productOutFrame04.pie .imagesLink span img {
  max-width: 120px;
}

/*** リリースカレンダー用 ***/
.productOutFrame05.pie {
  height: 293px;
  border-radius: 0 0 5px 5px;
  border-top: none;
}

#deqwasSection .productOutFrame05.pie {
  border-top: solid 2px#EEE;
  border-radius: 5px;
}

/** ランキング　コミックイメージ用 **/
.productOutFrame05.pie .imagesLink span img {
  max-width: 120px;
}


/*** 高さ自動 ***/
.productOutFrame-auto.pie {
    height: auto!important;
}

/** ランキング　コミックイメージ用 **/
.productOutFrame-auto.pie .imagesLink span img {
  max-width: 120px;
}

/*** リリースカレンダー用 ***/
.release_date{
    width: 146px;
    height: 26px;
    border-radius: 5px 5px 0 0;
    font-size: 11px;
    color: #000;
    line-height: 26px;
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    border-top: solid 2px #EEE;
    border-left: solid 2px #EEE;
    border-right: solid 2px #EEE;
    border-bottom: 1px dashed #888;
}

.release_date span{
    font-size: 15px;
    margin: 0 2px;
}

/*** リリースカレンダー ジャニーズエリア用 ***/
.johnnysBox {
    margin: 20px 40px 10px 40px;
    padding-top: 5px;
    border: solid 2px #EEE;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #eee;
    overflow: hidden;
}

.johnnysContents {
    margin: 5px 10px 5px;
}

.johnnysRelease {
    display: inline-block;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    width: 15%;
    white-space: nowrap;
    vertical-align: top;
}

.johnnysRelease span {
    font-size: 16px;
    margin: 0 2px;
}

.johnnysTitle {
    display: inline-block;
    line-height: 1.5em;
    text-align: left;
    overflow: hidden;
    min-width: 5%;
    max-width: 60%;
    white-space: nowrap;
    vertical-align: top;
}

.johnnysArtist {
    display: inline-block;
    line-height: 1.5em;
    text-align: left;
    overflow: hidden;
    min-width: 5%;
    max-width: 25%;
    white-space: nowrap;
    margin-left: 5px;
    vertical-align: top;
}

.johnnysText {
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
}

.johnnysBoxHr {
    display: block;
    height: 2px;
    border: 0;
    margin: 5px 10px 5px;
    border-top: 1px dashed #888;
}

.johnnysTbl {
    margin: 0px auto 5px;
    width: 98%;
}

.johnnysTbl th {
    border-bottom: 1px dashed #888;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: 1%;
}

.johnnysTbl .release1 {
    display: inline-block;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
}

.johnnysTbl .release1 span {
    font-size: 16px;
    margin: 0 2px;
}

.johnnysTbl .release2 {
    display: inline-block;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
}

.johnnysTbl td {
    border-bottom: 1px dashed #888;
    padding-left: 10px;
    padding-right: 10px;
}

.johnnysTbl tr:last-child th,
.johnnysTbl tr:last-child td{
	border-bottom: 0;
}

@media only screen and (max-width:950px){
    .johnnysTbl th { width: 20%; }
    .johnnysTbl td { width: 80%; }
}

/*** ランキング用 ***/
a.rank_head {
    display: block;
    font-size: 14px;
    /*width: 142px;*/
    height: 46px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5rem;
    background: #f5f5f5;
    border-top: solid 2px #EEE;
    border-left: solid 2px #EEE;
    border-right: solid 2px #EEE;
    border-bottom: 1px dashed #888;
    border-radius: 5px 5px 0 0;
    background: url(../img/icon/bg_rank_head_01.png) no-repeat center top;
}

a.rank_head img{
    display: block;
    margin: 0;
    padding: 0;
}

.rank_head_cd {
  width: 146px;
  height: 26px;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 26px;
  text-align: center;
  width: 100%;
  background: #f5f5f5;
  border-top: solid 2px #EEE;
  border-left: solid 2px #EEE;
  border-right: solid 2px #EEE;
  border-bottom: solid 2px #eee;
}

.rank_head_cd span {
  font-size: 18px;
  margin: 0 2px;
}

.rank_head_cd img {
  vertical-align: baseline;
  margin-right: 4px;
}

/*** ランキング順位用 ***/
.rank_head_comic{
    width: 146px;
    height: 26px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    border-top: solid 2px #EEE;
    border-left: solid 2px #EEE;
    border-right: solid 2px #EEE;
    border-bottom: solid 2px #eee;
}

.rank_head_comic span{
    font-size: 18px;
    margin: 0 2px;
}

.rank_head_comic img{
    vertical-align: baseline;
    margin-right: 4px;
}


/* line 564, ../sass/top.scss */
.productOutFrame > img {
  display: block;
}

/* line 568, ../sass/top.scss */
.productOutFrame ul {
  min-height: 25px;
}

/* line 572, ../sass/top.scss */
.productOutFrame02 ul {
  min-height: 18px;
}

/* line 576, ../sass/top.scss */
.productOutFrame li.fl_left {
  margin-right: 5px;
}

/* line 580, ../sass/top.scss */
.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: table;
  margin: 0 auto;
  margin-bottom: 5px;
}

/* line 593, ../sass/top.scss */
.productOutFrame02 .imagesLink {
  width: 130px;
  height: 180px;
}

.productOutFrame02 .imagesLink.cdbox {
  width: 130px;
  height: 130px;
}

/* line 598, ../sass/top.scss */
.productOutFrame03 .imagesLink {
  width: 130px;
  height: 130px;
}

/* line 603, ../sass/top.scss */
.productOutFrame04 .imagesLink {
  width: 130px;
  height: 190px;
}

/* line 608, ../sass/top.scss */
.productOutFrame .imagesLink span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
}

/* line 615, ../sass/top.scss */
.productOutFrame .imagesLink span img {
  margin: 0 auto;
  text-align: center;
}

a.cdImage2Wrapper img {
	width: 120px;
	height: 120px;
}

/*** オススメ作品特集 ***/
.recommendOutFrame.pie{
    width: 317px;
    min-height: 172px;
    border: solid 2px #EEE;
    border-radius: 5px;
/*  padding: 4px 16px;*/
/*  padding-top: 10px;*/
    padding: 12px;
    box-shadow: 1px 1px 5px #eee;
    float: left;
    /*margin-left: 6.5px;*/
    margin-bottom: 5px;
    font-size: 13px;
    background: #FFF;
}

.recommendOutFrame.pie .recommendImage{
    float: left;
    display: block;
    width: 60px;
}

.recommendOutFrame.pie .recommendIn{
    float: right;
    width: 220px;
    height:150px;
    overflow:hidden;
}

.recommendOutFrame.pie .recommendIn .recommend-tit{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #0059b2;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.recommendOutFrame.pie .recommendIn .recommend-tit a{
    color: #0059b2;
    text-decoration: underline;
}


.recommendOutFrame.pie .recommendIn .recommend-exp{
    display: block;
    width: 100%;
    height:7.5em;
    overflow:hidden;
    font-size: 12px;
    color:#111;
    text-align:left;
    line-height: 1.5em;
}





/* IE6 */
/* line 621, ../sass/top.scss */
a.imagesLink p span {
  _zoom: 1;
  /* hasLayoutをtrueに設定 */
  _line-height: 100px;
  /* span要素の行を画像の最大の高さと同じ値に設定 */
  _margin-top: -1px;
  /* 微調整 */
}

/* line 627, ../sass/top.scss */
a.imagesLink p img {
  _vertical-align: middle;
  /* 画像を垂直に */
}

/* IE7 */
/* line 632, ../sass/top.scss */
*:first-child + html a.imagesLink p span {
  zoom: 1;
  /* hasLayoutをtrueに設定 */
  line-height: 215px;
  /* span要素の行を画像の最大の高さと同じ値に設定 */
  margin-top: -1px;
  /* 微調整 */
}

/* line 638, ../sass/top.scss */
*:first-child + html a.imagesLink p img {
  vertical-align: middle;
  /* 画像を垂直に */
}

/* line 642, ../sass/top.scss */
.productOutFrame.pie.productOutFrame02.productOutFrame03.productOutFrame05.productOutFrame-auto .productTitle,
.productOutFrame .product_title {
  display: table;
  /*background: url(../img/top/product_tit_bar.png) no-repeat left center;*/
  padding-left: 10px;
  height: 20px;
  margin-bottom: 5px;
}

/* line 650, ../sass/top.scss */
.productOutFrame.pie.productOutFrame02.productOutFrame03.productOutFrame05.productOutFrame-auto .productTitle,
.productOutFrame02 .product_title {
  width: 100%;
  padding: 0px 3px;
  min-height: 36px;
}

/* line 660, ../sass/top.scss */
.productOutFrame .productText {
  padding: 3px;
}

/*
レンタルボタン
---------------------------------*/
.productOutFrame .product_btn_rental{
  display: block;
  margin: auto;
}

/*
メディアクエリー
---------------------------------*/
@media screen and (min-width: 1100px) {
  /* line 669, ../sass/top.scss */
  .contents_tit_frame .tit_down {
    width: 203px;
  }

  /* line 673, ../sass/top.scss */
  .contents_tit_frame .new_tit {
    font-size: 1.4em;
    line-height: 2;
  }
}
.artistLink,
.starringLink,
.productTitleCut{
    display:block;
    height:3em;
    line-height:1.5em;
    text-align:left;
    overflow:hidden;
}

.productTextCut{
    display:block;
    height:4.5em;
    line-height:1.5em;
    text-align:left;
    overflow:hidden;
}

/* 月額リンク */
#toMonthlyCampaignLink{
	margin:40px 20px;
	border-radius:6px;
	padding:10px;
	background:#ffd97c;
	font-size:14px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
}

#toMonthlyCampaignLink a{
	color:#f00;
}


.wrap_shop_recommend .frame > ul > li {
	width:252px;
	padding:0;
	margin:0 0 5px 0;
	text-align:center;
}


/*
CD用アーティスト枠、アダルト女優枠
--------------------------------*/
.productOutFrame.pie.productOutFrame02.productOutFrame03.productOutFrame05.productOutFrame-auto .productArtist,
.productOutFrame.pie.productOutFrame02.productOutFrame-auto .productStarring,
.productOutFrame02 .product_artist,
.productOutFrame02 .product_actress{
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .7rem;
  padding: 0px 3px;
  border-top: 1px solid #ccc;
}

/* oldbrowser Alert */
#oldIEWrapper{
	display:none;
	width:628px;
	margin:20px auto 20px;
	border:2px solid #f5deb3;
	padding:10px;
	background:#ffffe0;
}

#oldIEWrapper img{
	float:left;
}

#oldIEWrapper div{
	margin-left:50px;
	font-size:12px;
	line-height:1.5em;
}

/* おすすめ作品特集 */
.wrap.wrap_recommended .frame#centered_recommend{
	margin-bottom:6px;
}

.wrap.wrap_recommended .frame#centered_recommend > ul > li{
	width:252px;
	margin-left: 10px;
	margin-right: -30px;
}

.wrap.wrap_recommended .frame#centered_recommend > ul > li div{
	width:222px;
	padding: 0;
}

.wrap.wrap_recommended .frame#centered_recommend > ul > li a{
	display: block;
	padding: 10px 10px;
	text-align:center;
	text-decoration: none;
	width: 200px;
}

.wrap.wrap_recommended .frame#centered_recommend > ul > li a:hover,
.wrap.wrap_recommended .frame#centered_recommend > ul > li a:link,
.wrap.wrap_recommended .frame#centered_recommend > ul > li a:visited,
.wrap.wrap_recommended .frame#centered_recommend > ul > li a:active,
.wrap.wrap_recommended .frame#centered_recommend > ul > li a:focus {
	color: #333333;
}

.wrap.wrap_recommended .frame#centered_recommend > ul > li img{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	width:196px;
}

.wrap.wrap_recommended .frame#centered_recommend > ul > li span{
	display:block;
	margin-top: 4px;
	margin-left: 4px;
	font-size:11px;
	line-height:1.5em;
	text-align:left;
	height: 46px;
	width:196px;
	overflow: hidden;
}

.wrap.wrap_recommended .frame#geo_shop_recommend {
	margin: 0 30px 10px 30px;
}


/* 7713 レイアウト修正 */
#spotlightWrapper{
	max-height:615px !important;
}

#centered_newforeign,
#centered_newjapanese,
#centered_newdrama,
#centered_newanime,
#centered_newidle{
	height:605px;
}

#centered_newsougo {
	height: auto;
}

#centered_newsougo li,
#centered_newforeign li,
#centered_newjapanese li,
#centered_newdrama li,
#centered_newanime li,
#centered_newidle li{
	width: 157px;
}

a.rank_head_new{
	display: block;
	font-size: 14px;
	height: 46px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5rem;
	background: #f5f5f5;
	border-top: solid 2px #EEE;
	border-left: solid 2px #EEE;
	border-right: solid 2px #EEE;
	border-bottom: 1px dashed #888;
	border-radius: 5px 5px 0 0;
	background: url(/pc/img/icon/bg_rank_head.png) no-repeat center top;
}

a.rank_head_new strong{
	display:block;
	margin-top:2px;
	font-size:16px;
	line-height:1em;
}

a.rank_head_new span{
	display:inline-block;
	font-size:14px;
	line-height:29px;
}

a.rank_head_new .rankIcon1,
a.rank_head_new .rankIcon2,
a.rank_head_new .rankIcon3{
	padding-left:28px;
}

a.rank_head_new .rankIcon1{
	background:url("/pc/img/icon/icon_rank_comic01.png") no-repeat left center;
}

a.rank_head_new .rankIcon2{
	background:url("/pc/img/icon/icon_rank_comic02.png") no-repeat left center;
}

a.rank_head_new .rankIcon3{
	background:url("/pc/img/icon/icon_rank_comic03.png") no-repeat left center;
}

.png_file-dvd_icon{
	width:50px !important;
}

#rankingLinkList{
	margin: 1em 0;
	width: 98%;
	padding-left: 2%;
}

#rankingLinkList li{
	display:inline-block;
	padding:0 15px 15px 0;
}

#rankingLinkList a{
	display:inline-block;
	width : 156px ;
	height : 32px ;
	background-image : url("/pc/img/top/rankingLinkSprite.png") ;
	background-repeat : no-repeat ;
	overflow : hidden;
	text-indent : -10000px;
}

a#rank501 {
	background-position : 0 0 ;
}

a#rank501:hover {
	background-position : -156px 0 ;
}

a#rank502 {
	background-position : 0 -32px ;
}

a#rank502:hover {
	background-position : -156px -32px ;
}

a#rankSougou {
	background-position : 0 -64px ;
}

a#rankSougou:hover {
	background-position : -156px -64px ;
}

a#rank1{
	background-position : 0 -288px ;
}

a#rank1:hover{
	background-position : -156px -288px ;
}

a#rank2{
	background-position : 0 -320px ;
}
a#rank2:hover{
	background-position : -156px -320px ;
}

a#rank3_004 {
	background-position : 0 -96px ;
}

a#rank3_004:hover {
	background-position : -156px -96px ;
}

a#rank3_005 {
	background-position : 0 -128px ;
}

a#rank3_005:hover {
	background-position : -156px -128px ;
}

a#rank3_382 {
	background-position : 0 -160px ;
}

a#rank3_382:hover {
	background-position : -156px -160px ;
}

a#rank4_083 {
	background-position : 0 -192px ;
}

a#rank4_083:hover {
	background-position : -156px -192px ;
}

a#rank4_082 {
	background-position : 0 -224px ;
}

a#rank4_082:hover {
	background-position : -156px -224px ;
}

a#rank5_000 {
	background-position : 0 -256px ;
}

a#rank5_000:hover {
	background-position : -156px -256px ;
}

a#rank7_000 {
    background-position : 0 -352px ;
}

a#rank7_000:hover {
    background-position : -156px -352px ;
}

/* DVD slick */
#topBnrSlider{
	background:#000;
}

#topBnrSliderThumbnailBox{
	width:920px;
	margin:0 auto;
	padding-top:5px;
}

#topBnrSlider h1{
	float:left;
	width:95px;
	height:45px;
	margin-right:15px;
	background:url("/pc/img/icon/icon-tit_slider_new.png") no-repeat center center;
	overflow:hidden;
	text-indent:-10000px;
}

#carouselThumbnailWrapper{
	position:relative;
	float:left;
	width:700px;
	height:45px;
	overflow:hidden;
}

#carouselThumbnail{
	position:relative;
	left:-118px;
	width:810px;
	height:45px;
}

#carouselThumbnail img{
	width:110px;
	height:auto;
	box-sizing:border-box;
	border:2px solid #000;
}

#carouselThumbnail .slick-center img{
	border:2px solid #ff6;
}

#topBnrSliderLink{
	float:left;
	width:95px;
	height:44px;
}

#topBnrSliderLink a{
	display:block;
	width:73px;
	height:31px;
	margin-top:7px;
	margin-left:15px;
	background:url("/pc/img/slider_dvd/icon_slide_dvd_list.png") no-repeat;
	overflow:hidden;
	text-indent:-10000px;
}

#carouselThumbnail .slick-slide,
#carouselMainBanner .slick-slide{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*
#carouselMainBanner .slick-slide{
	opacity:0.4;
}

#carouselMainBanner .slick-center{
	opacity:1;
}
*/

#carouselMainBanner{
	padding:5px 0 10px;
	box-sizing:border-box;
	position:relative;
	z-index:1000;
}

#carouselMainBanner .slick-arrow{
	display:block;
	position:absolute;
	top:50%;
	z-index:1001;
	width:61px;
	height:79px;
	margin-top: -36px;
	padding:0;
	border:0;
	overflow:hidden;
	text-indent:-10000px;
	-webkit-appearance: none;
	outline: none;
	cursor:pointer;
}

#carouselMainBanner .slick-prev{
	background:url("/pc/img/icon/icon_bx-cont-dir_prev.png") no-repeat;
}

#carouselMainBanner .slick-next{
	background:url("/pc/img/icon/icon_bx-cont-dir_next.png") no-repeat;
}


section.adcp_bnr_area {
    position: relative;
    width: 793px;
    margin: 30px auto;
}

section.adcp_bnr_area .bnr_text span {
    font-size: 24px;
}

section.adcp_bnr_area .bnr_text {
    display: block;
    margin: 0;
    color: #efea3a;
    background: #9b1e23;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.adcp_close {
    position: absolute;
    background: #fff;
    right: 1px;
    top: 1px;
    height: 24px;
    width: 24px;
    z-index: 3;
}

.adcp_close,
.adcp_bnr_img {
  display:none;
}

.adcp-closeline {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 20px;
  height: 1px;
  background: #192B5B;
  position: relative;
  transform: rotate(45deg);
  margin: 5px 0 0 2px;
}

.adcp-closeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

section.adcp_bnr_area a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.memberMail_wrap {
    background: #fc0;
    color: #000 !important;
    display: block;
    font-size: 14px;
    margin: 20px;
    padding: 10px;   
    position: relative;
}

.memberMail_close {
    background: #999;
    color: #fff;       
    cursor: pointer;
    display: block;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 18px;
}