@font-face {
  font-family: 'icon_a';
  src:  url('../fonts/icon_a.eot?fy79di');
  src:  url('../fonts/icon_a.eot?fy79di#iefix') format('embedded-opentype'),
    url('../fonts/icon_a.ttf?fy79di') format('truetype'),
    url('../fonts/icon_a.woff?fy79di') format('woff'),
    url('../fonts/icon_a.svg?fy79di#icon_a') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon_a' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "\e900";
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-up-s:before {
  content: "\e904";
}
.icon-arrow-down-s:before {
  content: "\e905";
}
.icon-arrow-left-s:before {
  content: "\e906";
}
.icon-arrow-right-s:before {
  content: "\e907";
}
.icon-plus:before {
  content: "\e908";
}
.icon-new-tab:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e90b";
}
.icon-heart:before {
  content: "\e90c";
}
.icon-heart-line:before {
  content: "\e90d";
}
.icon-cart:before {
  content: "\e90e";
}
.icon-news:before {
  content: "\e90f";
}
.icon-reserve:before {
  content: "\e910";
}
.icon-truck:before {
  content: "\e911";
}
.icon-bell:before {
  content: "\e912";
}
.icon-info:before {
  content: "\e913";
}
.icon-play-circle:before {
  content: "\e914";
}
.icon-checkmark:before {
  content: "\e915";
}
.icon-alert:before {
  content: "\e916";
}
.icon-cross:before {
  content: "\e917";
}
.icon-cross-circle:before {
  content: "\e919";
}
.icon-menu:before {
  content: "\e918";
}

.site-header_favorite .btn-favorite:before,
.site-header_member .btn-member:before,
.site-header_cart .btn-cart:before,
.nav-lv1_item.has-sub > a:after,
.drawer-lv1_item.has-sub > a:after,
.drawer-lv2_item.has-sub > a:after,
.information-box_date:before,
.btn-add:before,
.btn-add-cart:before,
.pager li.prev a:before,
.pager li.next a:after,
.item-detail_info dt:after,
.alert:before,
.notice-block:before,
.blank-link:before,
.info-link:before,
.textClearFrame i:before {
	font-family: 'icon_a' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ======================================================================================== ^^
	Header
=========================================================================================== ^^ */
.site-header_favorite .btn-favorite:before { content: "\e90d"; }
.site-header_member .btn-member:before { content: "\e90b"; }
.site-header_cart .btn-cart:before { content: "\e90e"; }

/* ======================================================================================== ^^
	Forms
=========================================================================================== ^^ */
.select-wrap select {
	background: url("../images/svg/icon_a/arrow-down-s.svg") no-repeat right 10px center;
}

.select-wrap--center .select-wrap_select-item {
  background: url("../images/svg/icon_a/arrow-down-s.svg") no-repeat right 7px center;
}

.form-checkbox_text::after {
  background: url('./checkbox_text.svg') no-repeat center center/cover;	
}

/* ======================================================================================== ^^
	Navigation
=========================================================================================== ^^ */
.nav-lv1_item.has-sub > a:after,
.drawer-lv1_item.has-sub > a:after,
.drawer-lv2_item.has-sub > a:after { content: "\e905"; }

/* ======================================================================================== ^^
	Information box
=========================================================================================== ^^ */
.information-box_date:before { content: "\e90f"; }

/* ======================================================================================== ^^
	Slick
=========================================================================================== ^^ */
.slick-arrow.slick-prev {
  background: url('./slick-prev.svg') no-repeat center center;
}

.slick-arrow.slick-next {
  background: url('./slick-next.svg') no-repeat center center;
}

/* ======================================================================================== ^^
	Buttons
=========================================================================================== ^^ */
.btn-add:before { content: "\e908"; }
.btn-add-cart:before { content: "\e90e"; }

/* ======================================================================================== ^^
	Search meta
=========================================================================================== ^^ */
.search-meta .btn-narrow-down {
	background: url("../images/svg/icon_a/arrow-down-s.svg") no-repeat right 7px center;
}

@media (max-width: 768px) {
  .is-narrow-down-popup-open .search-meta .btn-narrow-down {
    background-image: url("../images/svg/icon_a/arrow-up-s.svg");
  }
}

/* ======================================================================================== ^^
	Pager
=========================================================================================== ^^ */
.pager li.prev a:before { content: '\e906';}
.pager li.next a:after { content: '\e907'; }

/* ======================================================================================== ^^
	Item detail
=========================================================================================== ^^ */
.item-detail_info dt:after { content: "\e905"; }

/* ======================================================================================== ^^
	Notice, Alert, Link
=========================================================================================== ^^ */
.alert:before { content: "\e916"; }
.notice-block:before { content: "\e912"; }
.blank-link:before { content: "\e909"; }
.info-link:before { content: "\e913"; }

/* ======================================================================================== ^^
	Clear button
=========================================================================================== ^^ */
.textClearFrame i:before { content: "\e919"; }