@charset "UTF-8";
/*-----------------------------------

fukubukuro_layout.css
福袋 CSS
SP

-----------------------------------*/

/*-----------------------------------
共通
-----------------------------------*/
#fukubukuro section,
#fukubukuro .section {
  margin-bottom: 30px;
}
.txt_attention {
  color: #d93600;
}
.fukubukuro_lead {
    font-size: 14px;
    font-weight: bold; 
    margin-bottom: 0.5em;
    padding: 1em;
}

/*-----------------------------------
ヘッダー
-----------------------------------*/
#fukubukuro section.fukubukuro_header {
  margin: 0;
}
.fukubukuro_header .image {
  width: 100%;
  margin-bottom: 0;
}


/*-----------------------------------
ナビゲーション
-----------------------------------*/
.fukubukuro_nav.sticky {
  position: sticky;
  top: 50px;
  width: 100%;
  z-index: 100;
}
.fukubukuro_nav {
  margin-bottom: 30px;    
}
.fukubukuro_nav .nav-menu .nav-list {
  display: flex;
  padding: 8px;
  background: #b98d2a;
}
.fukubukuro_nav .nav-menu .fukubukuroMenu {
  padding: 30px 15px;
}
.fukubukuro_nav .nav-menu .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100%/3);
  border-right: 1px solid #fff;
  background: #b98d2a;
}
.fukubukuro_nav .nav-menu .nav-item:last-child {
  border-right: none;
}
.fukubukuro_nav .nav-menu .nav-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #b98d2a;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.fukubukuro_nav .js-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.fukubukuro_nav .nav-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 96%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 200;
}
.fukubukuro_nav .nav-inner section {
  margin-bottom: 0;
}
.fukubukuroMenu-List {
  padding: 0 12px;
  padding-top: 85px;
}
.fukubukuroMenu .menu-list {
  padding-left: 0px;
}
.fukubukuroMenu .fukubukuroMenu-heading {
  text-align: left;
  color: #b98d2a;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin: 0;
}
.fukubukuroMenu .fukubukuroCategory-heading {
  position: relative;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  color: #b98d2a;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid;
}
.fukubukuroMenu .fukubukuroCategory-heading a {
  display: block;
  color: #333;
  padding: 10px 0;
}
.fukubukuroMenu .menu-list .fukubukuroCategory-list {
  padding-left: 0;
  background: #f8ead6;
}
.fukubukuroMenu .menu-list .fukubukuroCategory-list .fukubukuroCategory-item {
  position: relative;
  border-bottom: 1px solid #b98d2a;
  font-size: 16px;
}
.fukubukuroMenu .menu-list .fukubukuroCategory-list .fukubukuroCategory-item a {
  display: block;
  color: #333;
  padding: 10px 0 10px 16px;
}
.fukubukuroMenu .fukubukuroCategory-heading::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: 0;
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 1px #b98d2a;
  border-right: solid 1px #b98d2a;
  content: "";
}
.fukubukuroMenu .menu-list .fukubukuroCategory-list .fukubukuroCategory-item a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px #b98d2a;
  border-right: solid 1px #b98d2a;
  content: "";
}
.fukubukuro_nav .menu-header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  margin-top: 19px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 300;
}
.fukubukuro_nav .menu-header .js-modal-close {
  display: flex;
  color: #fff;
  background: #b98d2a;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
  border: none;
}
.fukubukuro_nav .menu-header .top-close-bt {
  position: relative;
  display: block;
  width: 22px;
}
.fukubukuro_nav .menu-header .top-close-bt::before,
.fukubukuro_nav .menu-header .top-close-bt::after {
  display: block;
  position: absolute;
  top: 8px;
  width: 18px;
  height: 2px;
  margin: 0;
  background: #fff;
  content: "";
}
.fukubukuro_nav .menu-header .top-close-bt::before {
  transform: rotate(-45deg);
}
.fukubukuro_nav .menu-header .top-close-bt::after {
  transform: rotate(45deg);
}


/*-----------------------------------
概要
-----------------------------------*/
.fukubukuroNotes {
  margin: 30px 0;  /* ナビ有 margin: 0 0 30px; */
  border: 2px solid #b98d2a;
  padding: 15px;
}
.fukubukuroNotes .fukubukuroNotes_item {
  margin-bottom: 20px;
}
.fukubukuroNotes .fukubukuroNotes_item:last-child {
  margin-bottom: 0;
}
.fukubukuroNotes h3 {
  color: #b98d2a;
  font-size: 20px;
  margin: 0 auto 0.5em;
}
.fukubukuroNotes p {
  font-size: 16px;
}
.fukubukuroNotes p:last-child {
  margin-bottom: 0;
}
.fukubukuroNotes .text_imp {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}


/*-----------------------------------
予告
-----------------------------------*/
/* バナー */
.fukubukuro_pr {
  display: block;
  margin: 25px 10px 20px;
  padding: 5px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_fukubukuro_pr.png") repeat left top;
  color: #b7282e;
  text-decoration: none;
}
.fukubukuro_pr .inner {
  position: relative;
  display: block;
  padding: 5px 5px 5px 45px;
  background: rgba(255, 255, 255, .8);
}
.fukubukuro_pr .count {
  position: absolute;
  top: -17px;
  left: -10px;
  display: block;
  width: 51px;
  height: 20px;
  padding: 20px 2px 20px 0;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_sale.png") no-repeat left top;
  background-size: 53px auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.fukubukuro_pr .count strong {
  font-size: 17px;
}
.fukubukuro_pr .fukubukuro_message {
  position: relative;
  display: block;
  padding: 10px 15px 0;
  font-size: 13px;
  font-weight: bold;
}
.fukubukuro_pr .fukubukuro_message .text {
  display: inline-block;
  min-height: 20px;
  margin: 0 auto 10px;
  text-align: center;
  color: #b98d2a
}
.fukubukuro_pr .fukubukuro_message strong {
  position: relative;
  display: block;
  margin: 0 -15px 0 -55px;
  padding: 15px 0;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
.fukubukuro_pr .fukubukuro_message strong:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_gold.png") no-repeat left top;
  background-size: 9px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  content: " ";
}
.fukubukuro_pr .fukubukuro_message strong:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_gold.png") no-repeat left top;
  background-size: 9px;
  content: " ";
}
.fukubukuro_pr .fukubukuro_message em {
  font-size: 17px;
}

/* リスト */
.fukubukuroPreview_item {
  margin: 0 10px 20px;
  padding: 15px;
  border: dotted 2px #c41a41;
}
.fukubukuroPreview_item:last-child {
  margin-bottom: 0;
}
.fukubukuroPreview_item h2 {
  color: #c41a41;
  text-align: center;
  margin: 0 auto 0.5em;
}
.PreviewBrand {
  display: flex;
  flex-wrap: wrap;
}
.PreviewBrand li {
  margin: 0 0.5em 1em;
  padding: 5px 10px;
  background: #c41a41;
  color: #fff;
}
.PreviewBrand li a {
  color: #fff;
}

/* 準備中 */
.fukubukuroPreview_item.wait {
  border: dotted 2px #9b9b9b;
}
.fukubukuroPreview_item.wait h2 {
  color: #9b9b9b;
}
.fukubukuroPreview_item.wait .PreviewBrand li {
  background: #9b9b9b;
}


/*-----------------------------------
福袋発売カレンダー
-----------------------------------*/
.box_toggle {
  border-bottom: 1px solid #ccc;
}
.box_toggle .current_wrap {
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_tab_wrap.png") repeat left top;
}
.box_toggle .status img {
  width: 20px;
  margin: 0 10px;
  vertical-align: middle;
}
.box_toggle .wrap > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
}
.box_toggle .wrap > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 9px;
  border: 5px solid #b98d2a;
  border-width: 9px 5px 8px 6px;
  margin-top: -15px;
  background: #b98d2a url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/sp_sprite_arrow.png") no-repeat -100px 0;
  background-size: 200px auto;
  content: " ";
}
.box_toggle .current_wrap > a:after {
  border-color: #d71619;
  border-width: 8px 5px 9px 6px;
  background-color: #d71619;
  background-position: 0 0;
}
.box_toggle .count {
  display: inline-block;
  width: 50px;
  height: 26px;
  padding: 18px 3px 18px 0;
  background:
    url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_sale.png") no-repeat left 2px, 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_count_base.png") no-repeat left top;
  background-size: 53px auto, 50px auto;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
}
.box_toggle .coming .count {
  background-image:
    url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_coming.png"), 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_count_base.png");
}
.box_toggle .wait .count {
  background-image:
    url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_wait.png"), 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_count_base.png");
}
.tab .count strong {
  font-size: 21px;
  font-weight: normal;
}

/* タブコンテンツ（内容） */
.calendar_contents > .title {
  margin: 0 0 15px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.calendar_contents > .title:before {
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 15px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_calendar_title.png") no-repeat left top;
  background-size: 20px auto;
  content: " ";
}
.calendar_contents > .title:after {
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 15px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_calendar_title.png") no-repeat left top;
  background-size: 20px auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  content: " ";
}
.calendar_contents p {
  margin: 10px;
}
.calendar_contents .box_button,
.box_toggle .box_button {
  margin: 15px 10px;
}

/* カテゴリボックス　商品フレーム */
.calendar_contents .list_sale .item {
  padding: 0;
  border: 1px solid #fac3c4;
}
.calendar_contents .list_sale .item:before {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 6px;
  height: 6px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_red_s.png") no-repeat left top;
  background-size: 6px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  content: " ";
}
.calendar_contents .list_sale .item:after {
  position: absolute;
  bottom: 1px;
  right: 1px;
  display: block;
  width: 6px;
  height: 6px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_red_s.png") no-repeat left top;
  background-size: 5px;
  content: " ";
}
.calendar_contents .list_sale .item .inner {
  padding: 6px 6px 0;
}
.calendar_contents .list_sale .title {
  padding: 5px 0;
}
/* 売り切れ */
.calendar_contents .list_sale .item.sold {
  cursor: default;
}
.calendar_contents .list_sale .sold .image {
  position: relative;
}
.calendar_contents .list_sale .sold .image:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  ;
  background: rgba(255, 255, 255, .5);
  content: " ";
}
.calendar_contents .list_sale .sold .image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 82px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/sp_ico_sold.png") no-repeat left top;
  background-size: 40px auto;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
  content: " ";
}
/* メッセージ枠 */
.calendar_contents .fukubukuro_message {
  position: relative;
  display: block;
  margin: 20px 10px;
  padding: 15px 5px;
  background: #fff;
  color: #b7282e;
  font-weight: bold;
  text-align: center;
}
.calendar_contents .fukubukuro_message:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_gold.png") no-repeat left top;
  background-size: 9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: " ";
}
.calendar_contents .fukubukuro_message:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_gold.png") no-repeat left top;
  background-size: 9px;
  content: " ";
  visibility: visible;
}
.calendar_contents .fukubukuro_message em {
  font-size: 17px;
}
.calendar_contents .box_button,
.box_toggle .box_button {
  margin-top: 30px;
}


/*-----------------------------------
ボタン
-----------------------------------*/
#fukubukuro .button {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
#fukubukuro .past .button {
  border: 1px solid #d71619;
  background: #d71619;
  font-weight: bold;
}

/* 次へ */
.button_next:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: .3s;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}


/*-----------------------------------
カテゴリボックス　レイアウト
-----------------------------------*/
.list_fukubukuro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px;
}
.list_fukubukuro + .list_fukubukuro {
  margin-top: 10px;
}
.list_fukubukuro:after {
  display: none;
}
.list_fukubukuro .item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 5px 10px 0;
  background: #fff;
  color: #333;
  border-color: #b98d2a #b98d2a #b98d2a;
  border-style: solid;
  border-width: 3px 1px 1px;
  text-align: center;
  text-decoration: none;
}
.list_fukubukuro .item:first-child {
  margin-top: 0;
}
.list_fukubukuro span {
  display: block;
}
.list_fukubukuro .image img {
  width: 100%;
  height: 100%;
  max-width: 300px !important;
  max-height: 300px;
}
.list_fukubukuro .title {
  line-height: 1.2;
}
.list_fukubukuro .title + div {
  padding-top: 8px;
  border-top: 1px solid #b98d2a;
}
.list_fukubukuro .desc {
  margin: 0 5px 10px;
  text-align: left;
}
/* 横1列 */
.list_fukubukuro.list_col1 .item {
  width: 100%;
  padding-top: 15px;
}
.list_fukubukuro.list_col1 .title {
  margin: 10px 0;
  font-size: 15px;
}
.list_fukubukuro.list_col1 .desc {
  text-align: center;
}

/* 横2列 */
.list_fukubukuro.list_col2 .item {
  width: -webkit-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
  padding: 5px 4px;
}
.list_fukubukuro.list_col2 .item:nth-child(even) {
  margin-left: 10px;
}
.list_fukubukuro.list_col2 .item:nth-child(2) {
  margin-top: 0;
}
.list_fukubukuro.list_col2 .title {
  display: table-cell;
  width: 1500px;
  height: 54px;
  font-size: 14px;
  vertical-align: middle;
}
.list_fukubukuro.list_col2 .title:first-child {
  height: 49px;
  padding-bottom: 5px;
}
.list_fukubukuro.list_col2 .desc {
  font-size: 11px;
}

/* 右下飾りフレーム */
.list_fukubukuro .frame01 {
  border: 1px solid #b98d2a;
}
.list_fukubukuro .frame01:before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/sp_check_gold.png") no-repeat left bottom;
  background-size: 25px auto;
  content: " ";
}
.list_fukubukuro .frame01 .desc {
  margin-bottom: 20px;
}
/* 2カラム */
.list_fukubukuro.list_col2 .frame01:before {
  width: 15px;
  height: 15px;
}

/* 下飾りフレーム */
.list_fukubukuro .frame02 {
  border: 1px solid #b98d2a;
}
.list_fukubukuro .frame02:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 14px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/sp_bg_frame02.png") repeat-x left top;
  background-size: 20px 14px;
  content: " ";
}
.list_fukubukuro .frame02 .desc {
  margin-bottom: 20px;
}


/*-----------------------------------
バナー
-----------------------------------*/
.fukubukuroBanner .image {
  margin-bottom: 20px;
  padding: 0 10px;
}
.fukubukuroBanner .image:last-child {
  margin-bottom: 0;
}
.fukubukuroBanner .image img {
  width: 100%;
}
.fukubukuroBanner .text,
.fukubukuroBanner .text a {
  color: #333;
  font-size: 90%;
}

/* 東急百貨店のセール */
.fukubukuroBanner.sale {
  border: 2px dotted #e70012;
  padding: 15px;
}   
.fukubukuroBanner.sale h2 {
  color: #e70012;
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}
.fukubukuroBanner.sale .image {
  padding: 0;
}


/*-----------------------------------
商品カテゴリから探す
-----------------------------------*/
#fukubukuroCategory .box {
  margin-bottom: 20px;
}
#fukubukuroCategory .box:last-child {
  margin-bottom: 0;
}
#fukubukuroCategory .box .title {
  margin-bottom: 20px;
  color: #d71619;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#fukubukuroCategory .box .category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 20px;
}
#fukubukuroCategory .box .category-item {
  width: 100%;
  margin: 0 0 15px;
}
#fukubukuroCategory .box .category-item .fukubukuro_link {
  display: block;
  position: relative;
  padding: 20px;
  background: #f8ead6;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(51, 51, 51 ,0.3);
  color: #333;
  line-height: 1.35;
  box-sizing: border-box;
  text-decoration: none;
}
#fukubukuroCategory .box .category-item .fukubukuro_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 9px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  transition: .3s;
  transform: translateY(-50%) rotate(45deg);
}  
#fukubukuroCategory .box .category-item .fukubukuro_link:hover {
  background: #b98d2a;
  color: #fff;
  box-shadow: 0 3px 6px rgba(92, 92, 92, 0.3);
}
#fukubukuroCategory .box .category-item .fukubukuro_link:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  right: 15px;
  transition: .3s;
}




/*-----------------------------------
カレンダーページ
-----------------------------------*/
.fukubukuroCalendarlist {
  box-sizing: border-box;
  margin: 30px 0 15px;
  padding: 0 10px
}
.fukubukuroCalendarlist .calendarList {
  margin: 0 0 20px;
}
.fukubukuroCalendarlist .calendarList .calendarItem {
  background: #b98d2a;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
}
.fukubukuroCalendarlist .calendarList .calendarItem a {
  flex-basis: 46%;
  display: block;
  color: #fff;
}
.fukubukuroCalendarlist .calendarList .calendarItem:nth-child(even) {
  margin-right: 0;
}



/*-----------------------------------
店頭お渡し
-----------------------------------*/
/*-----------------------------------
ヘッダー
-----------------------------------*/
#fukubukuro.tentou section.fukubukuro_header {
  margin-bottom: 30px;
}


/*-----------------------------------
お渡し店舗から選ぶ
-----------------------------------*/
/* ボタン */
.fukubukuroStore .fukubukuroStoreBox {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0 10px;
}
.fukubukuroStore .fukubukuroStoreBox-list {
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  overflow: hidden;
}
.fukubukuroStore .fukubukuroStoreBox-listBtn {
  display: block;
  position: relative;
  padding: 15px;
  border: solid 2px #b98d2a;
  background: #b98d2a;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.fukubukuroStore .fukubukuroStoreBox-listBtn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

/* 画像リスト */
.list_tentou {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0 10px;
}
.list_tentou + .list_tentou {
  margin-top: 10px;
}
.list_tentou:after {
  display: none;
}
.list_tentou .item {
  position: relative;
  box-sizing: border-box;
  margin: 0 10px 15px 0;
  padding: 5px 10px 0;
  background: #fff;
  color: #2b2b2b;
  border-color: #b98d2a;
  border-style: solid;
  border-width: 3px 1px 1px;
  text-align: center;
  text-decoration: none;
}
.list_tentou .item:first-child {
  margin-top: 0;
}
.list_tentou span {
  display: block;
}
.list_tentou .image img {
  width: 100%;
  height: 100%;
  max-width: 300px !important;
  max-height: 300px;
}
.list_tentou .title {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 15px;
  vertical-align: middle;
  line-height: 1.5;
}
.list_tentou .title + div {
  padding-top: 8px;
  border-top: 1px solid #b98d2a;
}
.list_tentou .desc {
  margin: 0 5px 10px;
  text-align: left;
}

/* 横1列 */
.list_tentou.list_col1 .item {
  width: 100%;
  padding-top: 15px;
}
.list_tentou.list_col1 .title {
  width: 100%;
}
.list_tentou.list_col1 .desc {
  text-align: center;
}

/* 横2列 */
.list_tentou.list_col2 .item {
  width: calc((100% - 10px) / 2);
  padding: 5px 4px;
}
.list_tentou.list_col2 .item:nth-child(even) {
  margin-right: 0;
}
.list_tentou.list_col2 .title {
  width: 100%;
}
.list_tentou.list_col2 .desc {
  font-size: 12px;
}


/*-----------------------------------
店頭お渡し場所
-----------------------------------*/
.fukubukuroStoreReceive .StoreReceive {
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0 0 20px;
}
.fukubukuroStoreReceive .StoreReceivetable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: 1px solid #b98d2a;
  padding: 0;
  line-height: 1.5;
}
.StoreReceivetable th {
  background: #b98d2a;
  border: 1px solid #fffaf0;
  padding: 10px;
  color: #fffaf0;
}
.StoreReceivetable th:first-child {
  border-left: 1px solid #b98d2a;
}
.StoreReceivetable th:last-child {
  border-right: 1px solid #b98d2a;
}
.StoreReceivetable td {
  border: 1px solid #b98d2a;
  padding: 10px;
  vertical-align: top;
}
.StoreReceivetable .store {
  width: 30%;
  font-weight: bold;
}
.StoreReceivetable .place {
  width: 40%;        
}
.StoreReceivetable .date {
  width: 30%;
  text-align: left;
}


/*-----------------------------------
ピックアップ
-----------------------------------*/
#fukubukuroPickUp .pickup-list .pickup-item.slick-slide {
  margin: 0 10px;
  height: auto;
}
.pickup-list .pickup-item a {
  display: block;
  height: auto;
  border: none;
}
.pickup-list .pickup-item a:after {
  background: none;
}
.pickup-list .pickup-item .pickup-image {
  margin-bottom: 20px;
}
.pickup-list .pickup-item .pickup-image img {
  width: 100%;
}
.pickup-list .pickup-item .pickup-brand {
  margin-bottom: 5px;
  color: #083388;
  font-size: 14px;
  font-weight: bold;
}
.pickup-list .pickup-item .pickup-name {
  margin-bottom: 5px;
  font-size: 14px;
}
.pickup-list .pickup-item .pickup-price {
  font-size: 14px;
  font-weight: bold;
}
.pickup-list .pickup-item .pickup-price span {
  font-size: 12px;
}  
.pickup-list .pickup-item .pickup-image {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.pickup-list .pickup-item .pickup-image .mask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0.5em;
}
.pickup-list .slick-current .mask {
  transition: 0.5s;
  animation: flash 20s linear infinite;
  background: rgba(255, 255, 255, 0.9);
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#fukubukuroPickUp .pickup-list .pickup-item a {
  color: #231815;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pickup-list .pickup-item a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pickup-list .pickup-item a:hover .mask {
  opacity: 1; /* マスクを表示する */
}
.pickup-list .pickup-item a:hover img {
  opacity: 0.2;
  background-color: rgba(0, 0, 0, 1);
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
} 



/*-----------------------------------
夏の福袋
-----------------------------------*/
/* ナビゲーション */
#fukubukuro.summer .fukubukuro_nav .nav-menu .nav-list {
  background: #2b4d9d;
}
#fukubukuro.summer .fukubukuro_nav .nav-menu .nav-item {
  background: #2b4d9d;
}
#fukubukuro.summer .fukubukuro_nav .nav-menu .nav-item .title {
  background: #2b4d9d;
}
#fukubukuro.summer .fukubukuroMenu .fukubukuroMenu-heading {
  color: #2b4d9d;
}
#fukubukuro.summer .fukubukuroMenu .fukubukuroCategory-heading {
  color: #2b4d9d;
}
#fukubukuro.summer .fukubukuroMenu .menu-list .fukubukuroCategory-list .fukubukuroCategory-item {
  border-bottom: 1px solid #2b4d9d;
}
#fukubukuro.summer .fukubukuroMenu .fukubukuroCategory-heading::after {
  border-top: solid 1px #2b4d9d;
  border-right: solid 1px #2b4d9d;
}
#fukubukuro.summer .fukubukuroMenu .menu-list .fukubukuroCategory-list .fukubukuroCategory-item a::after {
  border-top: solid 1px #2b4d9d;
  border-right: solid 1px #2b4d9d;
}
#fukubukuro.summer .fukubukuro_nav .menu-header .js-modal-close {
  background: #2b4d9d;
}

/* 概要 */ 
#fukubukuro.summer .fukubukuroNotes {
  border: 3px solid #2b4d9d;
}
#fukubukuro.summer .fukubukuroNotes h3 {
  color: #2b4d9d;
}
  
  
/*--- カレンダー ---*/
#fukubukuro.summer .box_toggle .current_wrap {
  background: #dff2ff;
}
#fukubukuro.summer .box_toggle .wrap > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 9px;
  border: 5px solid #2b4d9d;
  border-width: 9px 5px 8px 6px;
  margin-top: -15px;
  background: #2b4d9d url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/sp_sprite_arrow.png") no-repeat -100px 0; 
  background-size: 200px auto;
  content: " ";
}
#fukubukuro.summer .box_toggle .current_wrap > a:after {
  border-color: #2b4d9d;
  border-width: 8px 5px 9px 6px;
  background-color: #2b4d9d;
  background-position: 0 0;
}

/* タブコンテンツ（内容） */
#fukubukuro.summer .calendar_contents > .title {
  color: #2b4d9d;
}
/* カテゴリボックス　商品フレーム */
#fukubukuro.summer .calendar_contents .list_sale .item {
  border: 1px solid #2b4d9d;
}
#fukubukuro.summer .calendar_contents .list_sale .item:before {
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_blue_s.png") no-repeat left top;
}
#fukubukuro.summer .calendar_contents .list_sale .item:after {
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/check_blue_s.png") no-repeat left top;
}
  
/* ボタン */  
#fukubukuro.summer .past .button {
  border: 1px solid #2b4d9d;
  background: #2b4d9d;
}


/*-----------------------------------
夏の福袋（店頭）
-----------------------------------*/
/* 店頭お渡し場所 */
#fukubukuro.summer .fukubukuroStoreReceive .StoreReceivetable {
  border: 1px solid #2b4d9d;
}
#fukubukuro.summer .StoreReceivetable th {
  background: #2b4d9d;
}
#fukubukuro.summer .StoreReceivetable th:first-child {
  border-left: 1px solid #2b4d9d;
}
#fukubukuro.summer .StoreReceivetable th:last-child {
  border-right: 1px solid #2b4d9d;
}
#fukubukuro.summer .StoreReceivetable td {
  border: 1px solid #2b4d9d;
}