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

christmas_haisou_2021.css
クリスマス2021〈配送〉 CSS
SP

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

/*-----------------------------------
共通
-----------------------------------*/
body {
  position: relative;
  font-size: 14px;
}
a {
  box-sizing: border-box;
}
ul {
  padding: 0;
}

/* 見出し */
#christmas_haisou_2021 .heading02 {
  margin: 0;
  padding: 10px 0;
}
#christmas_haisou_2021 .heading02_img {
  width: 100%;
  margin: 0 auto 16px;
}
/* 装飾 */
#christmas_haisou_2021 .decoration-top-haisou {
  height: 60px;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/decoration--top-haisou_sp.png") no-repeat;
  background-size: cover;
}
#christmas_haisou_2021 .decoration-recommend-haisou {
  height: 60px;
  margin-bottom: 0;
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/decoration--recommend-haisou_sp.png") no-repeat;
  background-size: cover;
}


/*-----------------------------------
TOP
-----------------------------------*/
#christmas_haisou_2021 .top {
  padding-top: 5px;
  overflow: hidden;
  background: 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/bg_top--haisou.png") no-repeat, 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/bg_crystal_sp.png") repeat, 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/bg_haisou.png") repeat;
  background-size: 100%, contain, cover;
}
#christmas_haisou_2021 .heading01 {
  margin: 0;
  padding: 0;
  background: none;
}
#christmas_haisou_2021 .heading01 img {
  width: 100%;
}

/****************************
トップスライダー
****************************/
#christmas_haisou_2021 .top-slider {
  padding: 0;
}
#christmas_haisou_2021 .top .heading_img img {
  width: 100%;
}
#christmas_haisou_2021 .top .bx-prev {
  left: 0;
}
#christmas_haisou_2021 .top .bx-next {
  right: 0;
}
#christmas_haisou_2021 .top .bx-prev,
#christmas_haisou_2021 .top .bx-next {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  transition: 0.1s linear;
  background: rgba(0, 0, 0, 0.6);
  color: transparent;
}
#christmas_haisou_2021 .bx-prev::before {
  content: " ";
  display: block;
  position: relative;
  top: 25%;
  left: 38%;
  width: 11px;
  height: 20px;
  transform: rotate(180deg);
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/food_drink/sprite_arrow.png") no-repeat -50px 0;
}
#christmas_haisou_2021 .bx-next::before {
  content: " ";
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/food_drink/sprite_arrow.png") no-repeat -50px 0;
  -webkit-transform: translate(-50%, -50%);
}
#christmas_haisou_2021 .bx-wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
  -webkit-b ox-shadow: none;
}
#christmas_haisou_2021 .bxslider {
  left: 50%;
  margin-left: -125px; /* 250 / 2 */
  border: none;
}
#christmas_haisou_2021 .christmas-item a {
  display: block;
  height: 100%;
  border: none;
}
#christmas_haisou_2021 .christmas-item a:after {
  background: none;
}
#christmas_haisou_2021 .christmas-item .image {
  margin-bottom: 20px;
}
#christmas_haisou_2021 .christmas-item .image img {
  width: 100%;
  overflow: hidden;
}
#christmas_haisou_2021 .christmas-item .brand {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#christmas_haisou_2021 .christmas-item .name {
  margin-bottom: 10px;
  font-size: 14px;
}
#christmas_haisou_2021 .christmas-item .price {
  font-size: 14px;
  font-weight: bold;
}

/****************************
タブ
****************************/
#christmas_haisou_2021 .christmas_tab {
  margin-bottom: 32px;
}
#christmas_haisou_2021 .christmas_tab_links {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #ab9259;
}
#christmas_haisou_2021 .christmas_tab_links::after {
  content: none;
}
#christmas_haisou_2021 .christmas_tab_link {
  display: block;
  position: relative;
  width: calc((100% - 10px) / 2);
  padding: 14px 0 25px;
  background-color: #ccc;
  text-align: center;
}
#christmas_haisou_2021 .christmas_tab_link::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 14px;
  width: 13px;
  height: 7px;
  transform: translateX(50%);
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/arrow_bottom--black_sp.png") no-repeat;
}
#christmas_haisou_2021 .christmas_tab_link.current {
  background-color: #ab9259;
}
#christmas_haisou_2021 .christmas_tab_link.current::after {
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/arrow_bottom--white_sp.png");
}
#christmas_haisou_2021 .christmas_tab_img {
  width: 100%;
}

/****************************
リードテキスト
****************************/
#christmas_haisou_2021 .lead {
  margin: 20px 0;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
}

/* 中間カテゴリー */
#christmas_haisou_2021 .storelead {
  margin: 1em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

/* お知らせ */
#christmas_haisou_2021 .notes_box {
  box-sizing: border-box;
  margin: 20px auto;
  border: 2px solid #c81308;
  padding: 16px;
  font-size: 16px;
}
#christmas_haisou_2021 .notes_box .attention {
  color: #c81308;
  font-weight: bold;
}


/*-----------------------------------
ナビ
-----------------------------------*/
#christmas_haisou_2021 .nav_list {
  display: flex;
  justify-content: space-between;
}
#christmas_haisou_2021 .nav_list::after {
  content: none;
}
#christmas_haisou_2021 .nav_item {
  display: table;
  position: relative;
  width: calc((100% - 12px) / 4);
  background-color: #b8860b;
}
#christmas_haisou_2021 .nav_link {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 9px 0 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#christmas_haisou_2021 .nav_item::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 9px;
  width: 15px;
  height: 9px;
  transform: translateX(50%);
  background: url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/arrow_bottom--white_sp.png") no-repeat;
}


/*-----------------------------------
おすすめカテゴリー
-----------------------------------*/
#christmas_haisou_2021 .recommend-category {
  padding-bottom: 100px;
  background: 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/bg_tree.png") no-repeat, 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/bg_crystal_sp.png") repeat, 
    url("https://ecimg.tokyu-dept.co.jp/ec/images/christmas/2021/bg_haisou.png") repeat;
  background-position: bottom center;
  background-size: 100vw, contain, cover;
}


/*-----------------------------------
動画
-----------------------------------*/
/* 動画表示 */
#christmas_haisou_2021 .vimeo {
  margin: 0 20px;
}
#christmas_haisou_2021 .vimeo-movie {
  position: relative;
  margin-bottom: 20px;
  padding: 56.25% 0 0 0;
}
#christmas_haisou_2021 .vimeo-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* チャット */
#christmas_haisou_2021 .vimeo-chat {
  margin: auto 20px;
}
#christmas_haisou_2021 .vimeo-chat iframe {
  width: 90%;
  height: 90%;
}


/*-----------------------------------
おすすめ商品・おすすめカテゴリー
-----------------------------------*/
#christmas_haisou_2021 .recommend-category_list {
  margin: 0 10px;
  padding: 0;
}
#christmas_haisou_2021 .recommend-category_list::after {
  content: none;
}
#christmas_haisou_2021 .recommend-category_list.two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#christmas_haisou_2021 .recommend-category_list.three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#christmas_haisou_2021 .recommend-category_item {
  margin-bottom: 30px;
  text-align: center;
}
#christmas_haisou_2021 .recommend-category_item.two-column {
  width: calc((100% - 10px) / 2);
}
#christmas_haisou_2021 .recommend-category_item.three-column {
  width: calc((100% - 20px) / 3);
}
#christmas_haisou_2021 .recommend-category_link {
  display: block;
  position: relative;
  color: #fff;
}
#christmas_haisou_2021 .recommend-category_img {
  width: 100%;
  margin-bottom: 5px;
}
#christmas_haisou_2021 .recommend-category_img.center {
  margin-bottom: 0;

}
#christmas_haisou_2021 .recommend-category_desc {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 10px;
  left: 25px;
  color: #fff;
}
#christmas_haisou_2021 .recommend-category_desc.center {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 0;
  background-color: rgba(184, 134, 11, 0.8);
  font-size: 16px;
  text-align: center;
}
#christmas_haisou_2021 .recommend-category_text {
  display: block;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#christmas_haisou_2021 .recommend-category_text.small {
  font-size: 14px;
}
#christmas_haisou_2021 .recommend_text {
  display: block;
}
#christmas_haisou_2021 .recommend_text:nth-of-type(2) {
  margin-bottom: 3px;
}

/* バナーエリア */
#christmas_haisou_2021 .haisou_banner_list {
  margin: 0 10px 30px;
  padding: 0;
}
#christmas_haisou_2021 .haisou_banner_list::after {
  content: none;
}
#christmas_haisou_2021 .haisou_banner_list.two-column {
  display: flex;
  justify-content: space-between;
}
#christmas_haisou_2021 .haisou_banner_item.two-column {
  width: calc((100% - 10px) / 2);
}
#christmas_haisou_2021 .haisou_banner_item:not(:last-of-type) {
  margin-bottom: 8px;
}
#christmas_haisou_2021 .haisou_banner_link {
  display: block;
  height: 100%;
}
#christmas_haisou_2021 .haisou_banner_img {
  width: 100%;
}


/****************************
パネル
****************************/
#christmas_haisou_2021 .panel {
  margin-bottom: 30px;
  font-size: 0;
}
#christmas_haisou_2021 .panel_contents-square {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#christmas_haisou_2021 .panel_contents-square::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 5px;
  width: 16px;
  height: 15px;
}
#christmas_haisou_2021 .panel_contents-squareImg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
/* 左に大パネル */
#christmas_haisou_2021 .panel_contents-01 {
  display: flex;
  margin-bottom: 2px;
}
#christmas_haisou_2021 .panel_contents-01--left {
  flex-grow: 2;
  margin-right: 2px;
}
#christmas_haisou_2021 .panel_contents-01--right {
  flex-grow: 1;
}
/* 小パネル3個 */
#christmas_haisou_2021 .panel_contents-02 {
  display: flex;
}
#christmas_haisou_2021 .panel_contents-02--box {
  flex-grow: 1;
  margin: 0 2px 2px 0;
}
#christmas_haisou_2021 .panel_contents-02--box:last-child {
  margin-right: 0;
}
/* 右に大パネル */
#christmas_haisou_2021 .panel_contents-03 {
  display: flex;
  margin-bottom: 2px;
}
#christmas_haisou_2021 .panel_contents-03--left {
  flex-grow: 1;
  margin-right: 2px;
}
#christmas_haisou_2021 .panel_contents-03--right {
  flex-grow: 2;
}