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

giftcategory.css
ギフト CSS
SP

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

.image img {
  max-width: 100% !important;
}

/*
フォント呼び出し
-----------------------------------*/

@font-face {
  font-family: 'Hannari-sub';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.tokyu-dept.co.jp/ec/css/font/hannari-webfont.woff2) format('woff2'), url(https://www.tokyu-dept.co.jp/ec/css/font/hannari-webfont.woff) format('woff'), url(https://www.tokyu-dept.co.jp/ec/css/font/hannari-webfont.ttf) format('truetype');
}

/*
ギフトヘッダー
-----------------------------------*/

.header_gift {
  margin: -21px 0 34px;
}

.header_gift h1 {
  margin-bottom: 0;
}
.header_gift span { display: block;}
.header_gift img {
  width: 100%;
}

/* ページ内ナビゲーション */

.nav_anchor {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.nav_anchor li {
  width: 50%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.nav_anchor li:nth-child(odd) {
  border-right: 1px solid #ddd;
}

.nav_anchor a {
  display: block;
  position: relative;
  padding: 15px 30px 15px 10px;
  color: #333;
  font-family: "Hannari", "Hannari-sub", serif;
  font-size: 14px;
  font-weight: bold;
}

.nav_anchor a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 5px;
  height: 20px;
  margin-top: -10px;
  background: url(https://ecimg.tokyu-dept.co.jp/ec/images/sp/common/snippet.png) no-repeat -85px top;
  background-size: auto 25px;
  content: " ";
}

/* バナー */

.pr_gift {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 0;
}

.pr_gift li {
  width: calc(50% - 5px);
  margin-top: 10px;
}

.pr_gift li:nth-child(odd) {
  margin-right: 10px;
}

.pr_gift img {
  width: 100%;
}

/*
カテゴリ一覧
-----------------------------------*/

.category_gift {
  margin-bottom: 21px;
  background: #f5f5f5;
}

.category_gift div {
  margin-bottom: 21px;
  background: #fff;
}

.category_gift .title {
  margin: 2px 0 0;
  padding: 5px 0;
  font-family: "Hannari", "Hannari-sub", serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.category_gift ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 10px;
  padding: 0;
  list-style: none;
}

.category_gift ul:before {
  position: absolute;
  top: 0;
  right: 25px;
  left: 25px;
  display: block;
  height: 1px;
  content: " ";
}

.category_gift ul::after {
  display: none;
}

.category_gift li {
  width: calc(50% - 5px);
  margin: 10px 0 0 10px;
  background: #fff;
}

.category_gift li:nth-child(odd) {
  margin-left: 0;
}

.category_gift a {
  display: block;
  position: relative;
  padding-top: 80px;
  text-decoration: none;
  overflow: hidden;
}


.category_gift img {
  position: absolute;
  top: calc((100% - 40px) / 2);
  left: 50%;
  min-width: 100%;
  min-height: 80px;
  transform: translate(-50%, -50%);
}

.category_gift span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 5px;
  background: #fff;
  color: #333;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

/* 横長 */
.category_gift .long {
  width: 100%;
  margin: 10px 0 0;
}
.category_gift .long a {
  display: flex;
  align-items: center;
  padding: 0;
}
.category_gift .long img {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  max-width: calc((100% - 10px) / 2) !important;
  margin-right: 5px;
  transform: translate(0, 0);
}



/*
目的・シーンからギフトを選ぶ
-----------------------------------*/

#gift_scene .category_gift:nth-child(2) {
  margin-bottom: 34px;
  padding: 10px 10px 0;
  background: #faf8f2;
}

#gift_scene .celebration a, #gift_scene .thanks a {
  border: 1px solid #ddd;
}

#gift_scene .celebration img, #gift_scene .thanks img {
  top: 0;
  min-width: auto;
  height: 80px;
  transform: translate(-50%, 0);
}

#gift_scene .title:before, #gift_scene .title:after {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: 23px;
  vertical-align: -5px;
  content: "";
}

#gift_scene .title:before {
  margin-right: 30px;
}

#gift_scene .title:after {
  margin-left: 30px;
}

/* お祝いを贈る */

#gift_scene .celebration {
  border-top: 4px solid #d93600;
}

#gift_scene .celebration .title {
  border-top: 1px solid #d93600;
  color: #d93600;
}

#gift_scene .celebration .title:before, #gift_scene .celebration .title:after {
  background-image: url(https://ecimg.tokyu-dept.co.jp/ec/images/sp/top/ico_title_gift.png);
}

#gift_scene .celebration ul:before {
  background: #f2bcaa;
}

/* お返しを贈る */

#gift_scene .thanks {
  border-top: 4px solid #24b3a7;
}

#gift_scene .thanks .title {
  border-top: 1px solid #24b3a7;
  color: #24b3a7;
}

#gift_scene .thanks .title:before, #gift_scene .thanks .title:after {
  background-image: url(https://ecimg.tokyu-dept.co.jp/ec/images/sp/top/ico_title_thanks.png);
}

#gift_scene .thanks ul:before {
  background: #98d9d3;
}

/*
価格から探す
-----------------------------------*/

.category_gift.search_price {
  position: relative;
  padding: 10px 10px 0;
  background: #faf8f2;
}

.category_gift.search_price div {
  border-top: 4px solid #f39800;
}

.search_price .title {
  position: relative;
  border-top: 1px solid #f39800;
  color: #e17b34;
}

.search_price .title::before {
  position: absolute;
  bottom: 0;
  right: 35px;
  left: 35px;
  display: block;
  height: 1px;
  background: #deb068;
  content: " ";
}

.search_price p {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
}

#gift_budget .list_price {
  margin: 0 10px 10px;
}

#gift_budget .list_price::before {
  display: none;
}

#gift_budget .list_price li {
  width: 100%;
  margin: 10px 0 0;
}

.list_price a {
  display: block;
  position: relative;
  padding: 15px 20px 15px 15px;
  border: 1px solid #aaa;
  background: #fff;
  color: #333;
  text-align: center;
}

.list_price a:hover {
  text-decoration: none;
}

.list_price a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #888;
  content: "";
}

/*
カタログアンカーバナー
-----------------------------------*/

.anchor_banner img {
  width: 100%;
  max-width: 100% !important;
}


/*
定番アイテム
-----------------------------------*/

#gift_item img {
  min-width: auto;
  height: 65px;
}

/*
ブランドから探す
-----------------------------------*/

#gift_brand li img {
  width: 100%;
  min-width: auto;
  max-width: 188px !important;
  height: auto;
  min-height: auto;
}

#gift_brand .category_gift a {
  padding-top: 52px;
}

.category_norengai {
  padding: 10px 10px 0;
  background: #f5f5f5;
}

.category_norengai .title {
  margin-bottom: 10px;
  text-align: center;
}

.category_norengai .title img {
  width: 150px;
}

.category_norengai p {
  font-size: 11px;
}

.category_norengai ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.category_norengai li {
  width: calc(50% - 5px);
  margin: 0 0 8px;
  background: #fff;
}

.category_norengai li:nth-child(odd) {
  margin-right: 10px;
}

.category_norengai li a {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.category_norengai li img {
  width: 100%;
}

.category_norengai .logo {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.category_norengai .image {
  width: 50%;
}

.category_norengai .desc {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: #fff;
  color: #333;
  font-size: 10px;
  line-height: 1.1;
  box-sizing: border-box;
}

#gift_norengai .button {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px;
  padding: 15px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

/* 次へ */

.button_next:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 9px;
  height: 16px;
  margin-top: -7px;
  background: url(https://ecimg.tokyu-dept.co.jp/ec/images/common/sprite_arrow.png) no-repeat -40px 0;
  background-size: 160px auto;
  content: " ";
}

/*
選べるカタログ
-----------------------------------*/

.list_catalog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}

#gift_catalog .item {
  position: relative;
  width: calc(50% - 2.5px);
  margin-bottom: 21px;
  border: 1px solid #adadad;
  font-size: 12px;
  box-sizing: border-box;
}

#gift_catalog .item:nth-child(odd) {
  margin-right: 5px;
}

#gift_catalog .name {
  display: table;
  width: 100%;
  height: 40px;
  background: #f2f2f2;
}

#gift_catalog .name a {
  display: table-cell;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

#gift_catalog .use_case {
  position: absolute;
  top: 45px;
  left: 50%;
  padding: 2px 5px 1px;
  transform: translateX(-50%);
  border: 1px solid #adadad;
  border-radius: 2px;
  font-size: 10px;
}

#gift_catalog .image {
  margin: 30px 5px 5px;
  text-align: center;
}

#gift_catalog .image img {
  max-height: 180px;
}

#gift_catalog .image a {
  transition-duration: 100ms;
}

#gift_catalog .catalog_data {
  margin: 0 5px 0 0;
}

#gift_catalog .catalog_tag {
  float: left;
}

#gift_catalog .catalog_tag li {
  display: inline-block;
  margin-right: -2px;
  padding: 2px 5px 1px;
  border-radius: 2px;
  background: #333;
  color: #fff;
  font-size: 10px;
}

#gift_catalog .course {
  float: right;
  padding-top: 2px;
  font-size: 10px;
  text-align: right;
  font-weight: bold;
}

#gift_catalog .description {
  margin: 5px 5px 10px;
  font-size: 11px;
}
