
@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 top.css
 Tablet用

+++++++++++++++++++++++++++++++ */

.mode_sp{display:none!important;}

/*
タブ
-----------------------------------*/
.main_tab {
    padding-top: 10px;
    background: #e0e0e0 url(/images/common/bg_texture_bk.png) repeat left top;
    background-size: 12px;
    text-align: center;
}
.main_tab li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 300px;
}
.main_tab a {
    position: relative;
    top: -2px;
    display: block;
    padding: 5px 5px 0;
}
.main_tab a:hover { text-decoration: none; }
.main_tab span {
    display: block;
    padding: 10px 0 9px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    transition: 0.1s linear;
}
.main_tab a:hover span {
    background: #333;
    color: #fff;
}
.main_tab span:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background-image: url(/top/images/sprite_top.png);
    background-size: 600px auto;
    content: " ";
    vertical-align: -4px;
}
.main_tab .tab_stores:before { background-position: 0 0; }
.main_tab a:hover .tab_stores:before { background-position: -250px 0; }
.main_tab .tab_net_shop:before { background-position: -50px 0; }
.main_tab a:hover .tab_net_shop:before { background-position: -300px 0; }

.main_tab .current {
    top: 0;
    border-top: 2px solid #333;
    background: #f5f5f5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}

.wrap_panel {
    position: relative;
}

/*
スライダー
-----------------------------------*/
#store_image {
    overflow: hidden;
    width: 100%;
}
#store_image .swiper-container {
    position: relative;
    overflow: visible;
    width: 700px;
    margin: 10px auto 0;
}
#store_image .swiper-container:before {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 400px;
    margin-left: -360px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
}
#store_image .swiper-container:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 400px;
    margin-left: 360px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
    visibility: visible;
}
#store_image.sp_slider .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 10px;
    margin: 10px 0;
}
#store_image.sp_slider .swiper-slide img { width: 100%; }
#store_image.sp_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    filter: alpha(opacity=100);
    opacity: 1;
    vertical-align: top;
}
#store_image.sp_slider .swiper-pagination-bullet-active { background: #333; }
#store_image.sp_slider .swiper-button-prev,
#store_image.sp_slider .swiper-button-next {
    width: 30px;
    height: 50px;
    margin-top: -45px;
    background: rgba(255, 255, 255, .6);
    z-index: 15;
    transition: 0.1s linear;
}
#store_image.sp_slider .swiper-button-prev { left: -40px; }
#store_image.sp_slider .swiper-button-next { right: -40px; }
#store_image.sp_slider .swiper-button-prev:before,
#store_image.sp_slider .swiper-button-next:before {
    position: absolute;
    top: 15px;
    left: 9px;
    display: block;
    width: 12px;
    height: 20px;
    background-image: url(/images/common/sprite_arrow.png);
    background-size: 200px auto;
    content: " ";
}
#store_image.sp_slider .swiper-button-prev:before { background-position: -150px 0; }
#store_image.sp_slider .swiper-button-next:before { background-position: -50px 0; }
#store_image.sp_slider .swiper-button-prev:hover,

#store_image.sp_slider a { display: block; }
#store_image .swiper-button-prev:hover,
#store_image .swiper-button-next:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/*
スライダー
-----------------------------------*/
#netshop_image {
    overflow: hidden;
    width: 100%;
margin-top:50px;
}
#netshop_image .netshopbnr {
    position: relative;
    overflow: visible;
    width: /*700px*/200px;
    margin: 10px auto 0;
}
#netshop_image .netshopbnr:before {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: /*400px*/200px;
    margin-left: -510px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
}
#netshop_image .netshopbnr:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: /*400px*/200px;
    margin-left: 510px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
    visibility: visible;
}
#netshop_image.sp_slider .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 10px;
    margin: 10px 0;
}
#netshop_image.sp_slider .swiper-slide img { width: 100%; }
#netshop_image.sp_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    filter: alpha(opacity=100);
    opacity: 1;
    vertical-align: top;
}
#netshop_image.sp_slider .swiper-pagination-bullet-active { background: #333; }
#netshop_image.sp_slider .swiper-button-prev,
#netshop_image.sp_slider .swiper-button-next {
    width: 30px;
    height: 50px;
    margin-top: -45px;
    background: rgba(255, 255, 255, .6);
    z-index: 15;
    transition: 0.1s linear;
}
#netshop_image.sp_slider .swiper-button-prev { left: -40px; }
#netshop_image.sp_slider .swiper-button-next { right: -40px; }
#netshop_image.sp_slider .swiper-button-prev:before,
#netshop_image.sp_slider .swiper-button-next:before {
    position: absolute;
    top: 15px;
    left: 9px;
    display: block;
    width: 12px;
    height: 20px;
    background-image: url(/images/common/sprite_arrow.png);
    background-size: 200px auto;
    content: " ";
}
#netshop_image.sp_slider .swiper-button-prev:before { background-position: -150px 0; }
#netshop_image.sp_slider .swiper-button-next:before { background-position: -50px 0; }
#netshop_image.sp_slider .swiper-button-prev:hover,

#netshop_image.sp_slider a { display: block; }
#netshop_image .swiper-button-prev:hover,
#netshop_image .swiper-button-next:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}



/*
特集バナー
-----------------------------------*/
#topicsbnr.section{
	margin-top: 40px;
}

#topicsbnr .bnrlist {
	font-size: 0;
}
#topicsbnr .bnrlist_item {
	display: inline-block;
	width: 225px;
	margin-right: 20px;
	transition: .3s;
	border: solid 1px #f2f2f2;
}
#topicsbnr .bnrlist_item:hover {
	opacity: .6;
}
#topicsbnr .bx-wrapper {
	max-width: 100% !important;
	margin: 0 auto 30px;
	box-shadow: none;
	border: none;
background-color:transparent!important;
}
#topicsbnr .bx-wrapper:last-child {
	margin: 0 auto;
}
#topicsbnr .bx-prev,
#topicsbnr .bx-next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 40px;
	transition: .3s;
	transform: translateY(-50%);
	background: rgba(51, 51, 51, .6);
	color: transparent;
}
#topicsbnr .bx-prev:hover,
#topicsbnr .bx-next:hover {
	opacity: .6;
}
#topicsbnr .bx-prev {
	left: 0;
}
#topicsbnr .bx-next {
	right: 0;
}
#topicsbnr .bx-prev:before,
#topicsbnr .bx-next:before {
	content: '';
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 20px;
	transform: translate(-50%, -50%);
	background: url(https://www.tokyu-dept.co.jp/ec/images/common/sprite_arrow.png) no-repeat -50px 0;
	z-index: 2;
}
#topicsbnr .bx-prev:before {
	background-position: -150px 0;
}



/*
タブ内メニュー
-----------------------------------*/
.box_nav {
    margin: 100px 10px;
/*    padding: 10px 10px 20px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .25);*/
}
.heading_tab { display: none; }

/* 店舗リスト */
.list_store {
display:flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom:20px;
}
.list_store li {
min-height:65px;
width:calc(95%/4);
margin:5px;
box-sizing:border-box;
}



.list_store a {
border: 1px solid #ccc;
display:flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
font-size:13px;
width:100%;
height:100%;
padding:10px;
text-align:center;
}
.list_store a.scsq {
font-size:13px;
}
.list_store a:hover {
text-decoration: none;
background:#333;
color:#fff;
}

/* ECメニュー */
/* 2017 修正　ここから */
.list_ec_nav .mode_pc { display: none; }
.list_ec_nav.primary li {
    float: left;
    width: 25%;
    margin-top: 10px;
}
.list_ec_nav.primary a {
    position: relative;
    display: block;
    height: 58px;
    margin: 0 5px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 58px;
    transition: 0.1s linear;
background:#fff;
}
.list_ec_nav.primary a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
/*.list_ec_nav.primary a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    background: url(/images/sp_common/sprite_arrow.png) no-repeat -50px 0;
    background-size: 200px auto;
    content: " ";
}
.list_ec_nav.primary a:hover:after { background-position: -50px -50px; }
*/
.list_ec_nav.secondary {
    box-sizing: border-box;
    width: 728px;
    margin: 0 auto 20px;
}

.list_ec_nav.secondary li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 182px;
    margin-top: 20px;
    border-left: 1px dotted #999;
}
.list_ec_nav.secondary li:nth-child(4n) { border-right: 1px dotted #999; }
.list_ec_nav.secondary a {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    transition: 0.1s linear;
}
/* 2017 修正　ここまで */
.list_ec_nav.secondary a.hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.list_ec_nav.secondary img { width: 100%; }

#net_shop .button_next:before {
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(/top/images/sprite_top.png) no-repeat -300px 0;
    background-size: 600px; auto;
    content: " ";
}
#net_shop .button_next.hover:before { background-position: -50px 0; }

/*
おすすめ情報
-----------------------------------*/
.recommend { margin-top: 20px; margin-bottom:40px;}
.list_topics {
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
}
.list_topics .swiper-wrapper { display: block; }
.list_topics .item { width: 100% !important; }
.recommend .swiper-button-prev,
.recommend .swiper-button-next { display: none; }

.recommend .list {
    position: relative;
    margin: 10px 0 0;
    padding-left: 20px;
    font-size: 12px;
}
.recommend .list:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/top/images/sprite_top.png) no-repeat -350px 0;
    background-size: 600px auto;
    content: " ";
}

/*
ネットショッピング　バナー
-----------------------------------*/
/* 2017 修正　ここから */
.list_ec_banner {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 10px;
    padding: 0 7.5px;
    text-align: center;
}
.list_ec_banner li {
    margin: 10px 2.5px 0;
}
.list_ec_banner img {
    width: 100%;
    height: 100%;
}
/* 2017 修正　ここまで */

/*
お知らせ
-----------------------------------*/
.heading_notice {
    float: left;
    font-size: 16px;
    font-weight: 300;
}
.heading_notice:before {
    display: inline-block;
    width: 17px;
    height: 20px;
    margin: 0 5px 0 10px;
    background: url(/top/images/sprite_top.png) no-repeat -100px 0;
    background-size: 600px auto;
    content: " ";
    vertical-align: -3px;
}
/*
.list_notice { margin-left: 150px; }
.list_notice li { margin-top: 20px; }
.list_notice li:first-child { margin-top: 0; }
.list_notice a {
    font-size: 14px;
    text-decoration: underline;
}
.list_notice a:hover { text-decoration: none; }
*/
/*変更*/
.list_notice {
	margin-left: 150px;
}

.list_notice li {
	font-size: 14px;
	margin-top: 20px;
	position: relative;
}
.list_notice li:first-child { margin-top: 0; }

.list_notice li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}

.list_notice a {
    text-decoration: underline;
}
.list_notice a:hover {
	text-decoration: none;
}


/*
サイトナビゲーション
-----------------------------------*/
.list_nav_button {
    position: relative;
    text-align: center;
}
.list_nav_button:first-child { margin-bottom: 20px; }

.list_nav_button li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.list_nav_button a {

    position: relative;
    display: block;
    width: 164px;
    height: 50px;
    padding-top: 80px;
    border: 3px solid #333;
    text-align: center;
    transition: 0.1s linear;
}
.list_nav_button a.hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.list_nav_button a:before {
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-image: url(/top/images/sprite_top.png);
    background-size: 600px auto;
    content: " ";
}
.list_nav_button .serch_shop:before { background-position: 0 -50px; }
.list_nav_button .serch_shop.hover:before { background-position: 0 -150px; }

.list_nav_button .inquiry:before {
    top: 40px;
    width: 50px;
    height: 29px;
    margin-left: -25px;
    background-position: -100px -50px;
}
.list_nav_button .inquiry.hover:before { background-position: -100px -150px; }

.list_nav_button .shipping_inquiry:before {
    width: 60px;
    height: 40px;
    margin-left: -30px;
    background-position: -200px -50px;
}
.list_nav_button .shipping_inquiry.hover:before { background-position: -200px -150px; }

.list_nav_button .corporate:before { background-position: -300px -50px; }
.list_nav_button .corporate.hover:before { background-position: -300px -150px; }

.list_nav_button .recruite:before {
    width: 62px;
    height: 40px;
    margin-left: -31px;
    background-position: -400px -50px;
}
.list_nav_button .recruite.hover:before { background-position: -400px -150px; }

.list_nav_button .gaishou:before { background-position: -500px -50px; }
.list_nav_button .gaishou.hover:before { background-position: -500px -150px; }

/*
バナー
-----------------------------------*/
.list_banner {
    margin: 10px auto 20px;
}
.list_banner li {
    width: 180px;
    height: 180px;
    margin-top: 10px;
}


/*重要なおしらせ*/
.box_important_notice_new{
	background:#fff;
	margin:20px 0;
}
.box_important_notice_new .inner_new{
    max-width: 90%;
    margin: 10px auto;
	padding:10px;
}
.box_important_notice_new .inner_new .heading_notice {
    float: none;
	margin:0 auto 20px auto;
    font-size: 16px;
    font-weight: 300;
	text-align:center;
}


.box_important_notice_new .inner_new .heading_notice:before {
background:none;
}


.box_important_notice_new .inner_new .list_notice {
    margin-left: 0;
}
.box_important_notice_new .inner_new .list_notice li{
    line-height:1.2;
margin-top:15px;
color:#333;
}
.box_important_notice_new .inner_new .list_notice li.other_link{
    line-height:1;
	text-align:right;
}
.box_important_notice_new .inner_new .list_notice li.other_link::after {
	background:none;
}


.heading03{
	font-size:22px;
	color:#333;
letter-spacing:5px;
}
.heading03 .jp{
	font-size:12px;
	color:#333;
font-weight:normal;
letter-spacing:1px;
display:block;
}


/*
東急百貨店のショップ
-----------------------------------*/
#ecshop {
	margin-bottom: 50px;
/*	padding: 100px 0;
	background: #f2f2f2;
*/
}
#ecshop .shoplist {
	font-size: 0;
}
#ecshop .shoplist_item {
	display: inline-block;
	width: 175px;
	margin-right: 20px;
	transition: .3s;
}
#ecshop .shoplist_item:hover {
	opacity: .6;
}
#ecshop .bx-wrapper {
	max-width: 100% !important;
	margin: 0;
	background: none;
	box-shadow: none;
	border: none;
}
#ecshop .bx-pager.bx-default-pager{
	display: none;
}
#ecshop .bx-controls-direction{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;
}
#ecshop .bx-controls-direction .bx-prev,
#ecshop .bx-controls-direction .bx-next{
	position: absolute;
	display: block;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  transition: .3s;
	background: rgba(51, 51, 51, .6);
	color: transparent;
}
#ecshop .bx-controls-direction .bx-prev{
  transform: translateX(-80px);
}
#ecshop .bx-controls-direction .bx-next{
	transform: translateX(40px);
}

#ecshop .bx-prev:before, #ecshop .bx-next:before{
	content: '';
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url(https://www.tokyu-dept.co.jp/ec/images/common/sprite_arrow.png) no-repeat -50px 0;
  z-index: 2;
}
#ecshop .bx-prev:before{
	background-position: -150px 0;
}


/*スライダーキャプション*/
.swiper-slide{
background:#fff;
}
.swiper-slide .bnrcap{
	padding:7px 0;
	margin:0;
}
.swiper-slide .bnrcap:before{
	background:#ddd;
	color:#222;
	padding:7px;
	margin-right:10px;
	letter-spacing:0.5px;
}

.swiper-slide .bnrcap.store:before{
	content:"STORE INFO";
}
.swiper-slide .bnrcap.ec:before{
	content:"NET SHOPPING";
}
.swiper-slide .bnrcap.all:before{
	content:"STORE / NET SHOPPING";
}
.swiper-slide .bnrcap.other:before{
	content:"INFORMATION";
}


.netshopbnr {
    position: relative;
    margin-bottom:30px
}
.netshopbnr:nth-of-type(2) {
    margin-bottom:80px
}
.netshopbnr .swiper-button-next,.netshopbnr .swiper-button-prev {
    width: 30px;
    height: 50px;
    background: rgb(0 0 0 / 60%);
    z-index: 15;
    transition: 0.1s linear;
}
.netshopbnr .swiper-button-next::before{
    position: absolute;
    top: 18px;
    left: 5px;
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform:rotate(-135deg);
    content: " ";
}
.netshopbnr .swiper-button-prev::before{
    position: absolute;
    top: 17px;
    left: 11px;
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform:rotate(45deg);
    content: " ";
}
.netshopbnr .swiper-wrapper {
    height: auto;
}

.netshopbnr .bnrlist_item.swiper-slide {
    height: auto;
}
.netshopbnr .bnrlist_item.swiper-slide img{
    width:100%
}
.shoplist_item img {
    width: 100%;
}

.netshopping-list {
   margin-bottom:30px ;
}
.netshopping-list .swiper-button-next, .netshopping-list .swiper-button-prev {
 display:none
}



