@charset "utf-8";

/* css記載順序
01.共通
02.パンくず
03.検索窓
04.header
05.ハンバーガーメニュー
06.footer
07.sidemenu
08.mypege
09.闇市ログイン
10.カート画面
11.TOP
12.メインスライダー
13.その他
14.任意商品スライダー
15.Future Ai Recommend
16.ショッピングガイド
end css記載順序*/


/*==========================================================================================
01.共通
==========================================================================================*/

/* フォントファミリー */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/*フォームパーツ Futureshopのデフォルトスタイルを再読み込み*/

[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
}

/* hoverの設定*/
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a img:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 非表示の時のクラス名*/
.dnone {
  display: none;
}

/*プレビューモード非表示*/
.fs-preview-header {
  display: none;
}

/* エラー表示*/
.fs-c-panelContainer {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.fs-c-panel {
  margin: 20px 0;
}

/*スマホ・PCでの表示制御*/
.pc_on {
  display: block !important;
}

.sp_on {
  display: none !important;
}

@media only screen and (max-width:767px) {
  .pc_on {
    display: none !important;
  }

  .sp_on {
    display: block !important;
  }
}

/* fs-theme-css 修正*/
p {
  margin: 0;
}


/*レイアウト全体*/
body {
  color: #000;
  background-color: #FFF;
  line-height: 1.8;
  letter-spacing: 1.0px;
  /* font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}

.fs-l-page {
  padding-top: 107px;
}

@media only screen and (max-width:767px) {
  .fs-l-page {
    padding-top: 65px;
  }
}

/*メインエリア*/
.fs-l-main {
  margin: 0px auto;
  padding: 0px 10px 0px;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  margin: 40px auto 120px;
}

.product_group_wrap .fs-l-pageMain {
  width: calc(100% - 250px);
}

@media only screen and (max-width:767px) {
  .fs-l-main {
    padding: 10px 10px;
    margin: 20px 0px 20px;
  }

  .product_group_wrap .fs-l-pageMain {
    width: 100%;
  }
}

/* タイトル*/
.fs-c-wishlistProduct__title,
.fs-c-heading--page {
  padding: 0;
  margin-bottom: 40px;
}

/*ボタン 共通*/
a.btn_type01 {
  /* border-radius: 0px; */
  /* background: #A80B0B; */
  padding: 5px 5px;
  display: inline-block;
  width: 150px;
  /* text-align: center; */
  /* color: #000; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* border-radius: 5px; */
  border: 1px solid #000;
  position: relative;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* line-height: 1.4rem; */
  /* font-size: 1.4rem; */
}

a.btn_type01:before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  display: block;
  line-height: 1.4rem;
}

a.btn_type01:hover {
  background: #000;
  color: #FFF;
  opacity: 1;
}

a.btn_type02 {
  border-radius: 30px;
  background: #07572F;
  padding: 15px 10px;
  display: inline-block;
  width: 300px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn_type03 {
  border-radius: 0px;
  background: #FFF;
  padding: 5px 5px;
  display: inline-block;
  width: 300px;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px 0 0;
  border: 1px solid #000;
}

a.btn_type03:hover {
  background: #000;
  color: #FFF;
  opacity: 1
}

a.blank {
  position: relative;
}

a.blank:after {
  content: "";
  background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_blank.png);
  width: 11px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
  background-repeat: no-repeat;
}

/* 背景色 */
.bg_gray {
  background: #F7F7F7;
}

.bg_blue {
  background: #243B75;
}

/*フローティングボタン*/

.floating_button {
  position: fixed;
  right: 5%;
  bottom: 5%;
  display: none;
  z-index: 2;
}

.floating_button img {
  width: 40px;
  height: 40px;
}

/*==========================================================================================
 02.パンくず
==========================================================================================*/
.fs-c-breadcrumb {
  font-size: 1.2rem;
  max-width: 1024px;
  margin: 40px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.fs-c-breadcrumb__list {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    margin-top: 20px;
  }
}


/*==========================================================================================
03.検索窓
==========================================================================================*/
.fs-p-headerNavigation__search {
  width: 20%;
  margin-left: auto;
  margin-right: 20px;
}

.fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  border: 1px solid #444444;
  background: #fff;
  padding: 0px 10px 0 0;
}

.fs-p-inputGroup__input {
  border: none;
  width: calc(100% - 15px);
  padding: 0px 0px 0px 5px;
}

.fs-p-inputGroup__button {
  background: none;
  border: none;
  color: #666;
}

.fs-p-searchForm__button::before {
  top: 0;
  right: 0px;
  bottom: 0;
  left: unset;
}

/*検索フォーム・カートアイコン・マイページアイコン*/
.top_section .menu_area {
  margin-left: auto;
  /* max-width: 210px; */
  display: flex;
  flex-wrap: wrap;
  width: auto;
  align-items: center;
  margin-top: 0px;
  justify-content: flex-start;
  width: 100%;
}

/*検索フォーム*/
.fs-p-searchForm__button {
  width: 60px;
  height: 35px;
  line-height: 35px;
  color: #ffffff !important;
  background: #000000;
  font-size: 14px;
  text-indent: 0;
}

.fs-p-searchForm__button::before {
  display: none;
}

.top_section .searchBox_wrap {
  /* margin-top: 10px; */
  margin-left: auto;
}

.top_section .searchBox {
  float: none;
}

.top_section .fs-p-inputGroup {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0px 0 0px;
  align-items: center;
}

.top_section .fs-p-searchForm__input {
  height: 30px;
  font-size: 1.0rem;
  line-height: 30px;
  padding: 0 0px 0 30px;
  background: url(https://kiyoi.itembox.design/item/assets/img/Icon_search.png) no-repeat;
  background-size: 16px;
  background-position: left 5px top 7px;
  color: #000;
  opacity: 1;
  width: 170px;
}

.top_section .fs-p-searchForm__button {
  background: #000;
  width: 40px;
  font-size: 1.0rem;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  text-align: center;
}

.hamburger_menu_wrap .searchBox_wrap {
  padding: 10px;
}

/*==========================================================================================
04.header
==========================================================================================*/

/*header調整 (テンプレート)*/
.fs-l-header {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #FFF;
}

.header {
  /* border-top: 5px solid #243B75; */
  /* height: 105px; */
  box-shadow: 0px 1px 1px #00000029;
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    border-top: 5px solid #000;
  }
}

.hTopText {
  background: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: 1.2px;
  height: 35px;
}

.hTopText ul {
  display: flex;
  position: absolute;
  align-items: center;
  top: 8px;
  right: 2%;
  line-height: 0;
}

.hTopText ul li {
  display: flex;
  align-items: center;
  padding: 0px 8px;
}

.hTopText ul li:last-child {
  padding-right: 0;
}

.hTopText ul li img {
  height: 18px;
}

/*ヘッダー全体のスタイル*/
.header_inner hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  border: 0;
}

.header_inner {
  padding: 0 0px;
  box-sizing: border-box;
  position: relative;
  max-width: 1023px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0px;
}

.gNavWrap_none {
  border: none !important;
}

/*ヘッダー上部*/
.top_section {
  display: flex;
  align-items: center;
  position: relative;
  /* width: 100%; */
  /* justify-content: space-evenly; */
  padding: 20px 0px;
}

/*ロゴ・キャプション*/
.top_section .logo_area {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.top_section .logo_area img {
  max-width: 180px;
}

.top_section .logo_area p {
  font-size: 1.1rem;
}

/*カートアイコン・マイページアイコン*/
.top_section .head_wrap {
  padding: 0px 0px 0px 20px;
}

.top_section .head_wrap .head_icon_list {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 1.2rem;
  letter-spacing: 1.0px;
}

.top_section .head_wrap .head_icon_list li {
  position: relative;
}

.top_section .head_wrap .head_icon_list li:first-child {
  padding: 0 10px 0 0px;
}

.top_section .head_wrap .head_icon_list li a {
  display: flex;
  align-items: center;
  color: #000;
}

.top_section .head_wrap .head_icon_list li.head_icon_mypaga a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_user.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  /* margin-right: 10px; */
}

.top_section .head_wrap .head_icon_list li.head_icon_cart a::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 20px;
  background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_cart.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  /* margin-right: 10px; */
}

@media screen and (max-width: 767px) {
  .top_section .head_wrap .head_icon_list li.head_icon_mypaga {}

  .top_section .head_wrap .head_icon_list li.head_icon_mypaga a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_user.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
  }

  .top_section .head_wrap .head_icon_list li.head_icon_cart {}

  .top_section .head_wrap .head_icon_list li.head_icon_cart a::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 30px;
    background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
  }
}

.head_text_info {
  font-size: 1.0rem;
  margin: 10px 0 0;
  letter-spacing: 1.2px;
}

/*ナビゲーション部分*/
.header_nav_wrap {
  padding-left: 70px;
}

.header_nav_list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /* padding: 10px 0; */
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  position: relative;
  font-weight: 400;
}

.header_nav_list_item_textonly {
  padding-right: 20px;
}

.header_nav_list .header_nav_list_item_textonly:last-child {
  padding-right: 0px;
}

.header_nav_list_item {
  padding-right: 10px;
}

.header_nav_list_item:last-child {
  padding-right: 00px;
}

.header_nav_list_item a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header_nav_list_item a.is-active span {
  border-bottom: 1px solid #000;
}

.header_nav_list_item>a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(https://hexp.itembox.design/item/assets/img/common/Icon_arrowdown.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
  background-repeat: no-repeat;
}

.header_nav_list_item>a.is-active::after {
  transform: rotate(180deg);
}

/*パネル部分*/
.header_nav_inner {
  position: absolute;
  z-index: 9999;
  background: #fff;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  min-width: 100%;
  display: none;
}

.header_nav_contents {
  padding: 0px;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 1px 3px #00000029;
  font-weight: normal;
}

.header_nav_contents_list {
  display: flex;
  justify-content: center;
}

.header_nav_contents_list .header_nav_box {
  width: 100%;
  padding: 0px 0px;
  border-right: 1px solid #ddd;
}

.header_nav_contents_list .header_nav_box:last-child {
  border-right: none;
}

.header_nav_contents_list .nav_banner {
  min-width: 320px;
  padding-left: 0;
}

.header_nav_contents_list .nav_caption {
  min-width: 220px;
}

.header_nav_contents_list .nav_caption .nav_caption_inner {}

.header_nav_contents_list .nav_caption h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.4rem;
}

.header_nav_contents_list .nav_caption p {
  font-size: 1.3rem;
}

.header_nav_contents_list .menu_list {
  min-width: 190px;
}

.header_nav_contents_list .menu_list .menu_list_item {
  font-size: 1.3rem;
}

.header_nav_contents_list .menu_list .menu_list_item li.menu_list_item_ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.4rem;
}

.header_nav_contents_list .menu_list .menu_list_item li {
  border-bottom: 1px solid #EFEFEF;
  padding: 15px;
}

.header_nav_contents_list .menu_list .menu_list_item li:last-child {
  border-bottom: none;
}

.header_nav_contents_list .menu_list .menu_list_item li a {
  display: flex;
  align-items: center;
  color: #000;
}

.header_nav_contents_list .menu_list .menu_list_item li a::before {
  content: '';
  display: inline-block;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 6px;
  background-image: url(https://hexp.itembox.design/item/assets/img/common/Icon_arrowright.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}


@media only screen and (max-width: 767px) {
  .hTopText {
    font-size: 1.0rem;
    line-height: inherit;
    letter-spacing: 1.2px;
    height: auto;
    padding: 5px 10px;
    display: none;
  }

  .hTopText ul {
    display: none;
  }

  /*ヘッダー全体のスタイル*/
  .header_inner {
    height: 60px;
  }

  /*ヘッダー上部*/
  .top_section {
    position: relative;
    flex-wrap: nowrap;
    height: 60px;
    box-sizing: border-box;
    padding: 0;
  }

  /*ロゴ・キャプション*/
  .top_section .logo_area {
    top: 15px;
    width: 150px;
    margin: 0 auto;
    /* height: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
  }

  .top_section .logo_area h1 {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    top: 0;
    z-index: 0;
    text-align: center;
  }

  .top_section .logo_area img {
    padding: 0;
    max-width: unset;
    width: 100%;
  }

  /*検索フォーム・カートアイコン・マイページアイコン*/
  .top_section .menu_area {
    max-width: unset;
    width: 70px;
    position: absolute;
    top: 19px;
    right: 10px;
  }

  /*カートアイコン・マイページアイコン*/
  .top_section .searchBox_wrap {
    display: none;
  }

  .hamburger_menu_wrap .searchBox_wrap {
    display: block;
    padding: 10px;
    background-color: #fff;
  }

  .top_section .head_wrap {
    padding: 0;
  }

  .top_section .head_wrap .head_icon_list li:first-child {
    padding: 0 10px 0 0;
  }

  .top_section .head_wrap .head_icon_list li.head_icon_mypaga {
    font-size: 0;
    /* padding: 0 10px; */
  }

  .top_section .head_wrap .head_icon_list li.head_icon_mypaga a::before {
    margin: 0;
    width: 25px;
    height: 25px;
  }

  .top_section .head_wrap .head_icon_list li.head_icon_cart {
    font-size: 0;
  }

  .top_section .head_wrap .head_icon_list li.head_icon_cart a::before {
    margin: 0;
    width: 30px;
    height: 24px;
  }

  .head_text_info {
    display: none;
    text-align: center;
    width: 100%;
    line-height: 1.6;
  }

  /*ナビゲーション部分*/
  .header_nav_wrap {
    display: none;
  }

  /*パネル部分*/
  .header_nav_inner {
    display: none;
  }
}

/* ヘッダーバナー領域 */
.top_banner_area {
  margin-left: auto;
}

.top_banner_area a {
  display: block;
}

.top_banner_area img {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .top_banner_area {
    margin: 0;
    text-align: center;
    padding: 10px 10px 0px;
  }

  .top_banner_area img {
    height: auto;
  }
}


/*==========================================================================================
05.ハンバーガーメニュー
==========================================================================================*/
html,
body {
  overflow-x: hidden;
}

.hamburger_menu_wrap {
  position: absolute;
  top: 190px;
  left: 100%;
  width: 35%;
  height: auto;
  background: rgb(255 255 255);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 右からスライド */
  transition: right 0.5s;
  z-index: 5;
  flex-wrap: wrap;
  padding: 100px 0px 100px 0px;
  min-height: 550px;
  display: none;
}

.hamburger_menu_wrap ul {
  list-style: none;
}

.hamburger_menu_wrap .hamburger_menu_nav li:not(:last-child) {
  margin-bottom: 30px;
}

.hamburger_menu_wrap .hamburger_menu_nav a {
  color: #ffffff;
  position: relative;
  padding-left: 10px;
}

.hamburger_menu_wrap .hamburger_menu_nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ナビゲーションボタン（開く） */
#navbtn {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-right: 20px;
}

#navbtn::before,
#navbtn::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #000;
  transform: translateY(8px);
  transition: 0.3s ease-in-out;
  width: 25px;
  margin: 0 auto;
}

#navbtn::before {
  transform: translateY(-7px);
  box-shadow: 0 8px #000;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn {
  z-index: 100;
}

.open #navbtn::before {
  transform: rotate(-45deg);
  box-shadow: none;
}

.open #navbtn::after {
  transform: rotate(45deg);
  box-shadow: none;
}

/* ナビゲーションメニュー 開いた時*/
.open .hamburger_menu_wrap {
  left: 0%;
}

/* メニューを右に寄せる */
.hamburger_menu_wrap {
  /* 右寄せ */
  margin-left: auto;
}

.hamburger_menu_wrap ul.hamburger_menu_nav {
  list-style: none;
  width: auto;
  order: 1;
  padding-left: 30px;
}

.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(1) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://hexp.itembox.design/item/assets/img/icon_registration.png) no-repeat 3px 0px;
  background-size: contain;
  height: 20px;
  width: 30px;
}

.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(2) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://hexp.itembox.design/item/assets/img/icon_member.png) no-repeat 2px 0px;
  background-size: contain;
  height: 20px;
  width: 30px;
}

.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(3) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://hexp.itembox.design/item/assets/img/icon_guide.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 25px;
}

.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(4) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://hexp.itembox.design/item/assets/img/icon_contact.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 22px;
}

.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(5) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://hexp.itembox.design/item/assets/img/icon_media.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 22px;
}

.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(6) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://hexp.itembox.design/item/assets/img/icon_company.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 22px;
}

.nav_sns_block {
  display: flex;
  margin: 30px 0 0;
  width: 100%;
  order: 2;
  justify-content: center;
}

.nav_sns_block div {
  max-width: 40px;
}

.nav_sns_block div:not(:last-child) {
  margin-right: 10px
}

.nav_sns_block div a {
  padding: 0;
}

.nav_sns_block div img {
  width: 100%;
}

.section--drawer {
  display: none;
}

/* 767px以下用（タブレット／スマートフォン用）の記述 */
.pulldown_menu_wrap {
  display: none
}

.fs-p-headerNavigation__search {
  width: 0%;
  margin: 0 auto;
  max-width: 300px;
}

#navbtn {
  position: absolute;
  top: 17px;
  left: 10px;
  margin-right: 0px;
  display: block;
  margin-right: auto;
  width: 35px;
  z-index: 1;
  /* background: #243B75; */
  height: 35px;
  border-radius: 5px;
}

.open .overlay {
  background: #00000070;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.open #navbtn {
  position: fixed;
  top: 20px;
  left: 10px;
}

.hamburger_menu_wrap {
  position: fixed;
  top: 0;
  left: 100%;
  width: 35%;
  height: 100%;
  padding: 0px;
  min-height: unset;
  display: block;
  overflow-y: scroll;
  background: #fff;
  padding-top: 70px;
  border-top: 5px solid #000;
}

.open .hamburger_menu_wrap {}

.open #navbtn::after,
.open #navbtn::before {
  background-color: #000;
}

.hamburger_menu_wrap a {
  color: #000;
  text-decoration: none;
  font-size: 1;
}

.hamburger_menu_wrap ul.hamburger_menu_nav {
  margin-left: 20px;
}

.nav_sns_block {
  margin-bottom: 20px;
}

/*スマホ用メニュー*/
.section--drawer {
  padding-top: 10px;
  margin-bottom: 0px;
  display: block;
  background: #fff;
}

.dNav__unit {
  border-bottom: solid 1px #c9c9c9;
}

.dNav__unit.open {
  border-bottom: none;
}

.dNav__unit:first-child {
  border-top: solid 1px #c9c9c9;
}

.dNav__link {
  width: 100%;
}

.dNav__table {
  display: table;
  table-layout: fixed;
}

.dNav__cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding: 15px 0 15px 10px;
}

.dNav__icon {
  text-align: left;
  padding: 0px 0px 0px 10px;
  font-size: 42px;
  width: 52px;
}

.dNav__name {
  text-align: left;
  font-size: 1.2rem;
}

.dNavName--small {
  font-size: 13px;
  margin-left: 10px;
}

.dNav__link--acMenu {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0px;
}

.dNav__link--acMenu .dNav__name:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.dNav__link--acMenu .dNav__name.open::before {
  transform: translateY(-50%) rotate(-180deg);
  top: 50%
}

/*横50%タイプ*/
.dNav__unit.open .dNav__name:before {
  content: "\f054";
  font-size: 14px;
}

.dDropNav--type1 {
  border-top: solid 1px #999999;
  border-bottom: solid 1px #cccccc;
}

.dDropNav--type1 .dDropNav__unit {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dDropNav--type1 .dDropNav__unit:nth-child(2n) {
  border-left: 1px solid #cccccc;
}

.dDropNav--type1 .dDropNav__unit:nth-child(n+3) {
  border-top: 1px solid #cccccc;
}

.dDropNav--type1 .dDropNav__link {
  line-height: 1;
  background: #f2f2f2;
  padding: 25px 10px;
  display: block;
  font-size: 12px;
}

/*テキスト横1タイプ*/
.dDropNav--type2 {
  border-top: solid 1px #c9c9c9;
  padding: 0 0px 0 0px;
}

.dDropNav--type2 .dDropNav__unit:nth-child(n+2) {
  border-top: solid 1px #c9c9c9;
}

.dDropNav--type2 .indent {
  padding-left: 10px;
}

.dDropNav__link {
  position: relative;
  display: block;
  padding: 15px 10px 15px 10px;
  color: #fff;
  font-size: 1.2rem;
}

.dDropNav__link:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

.dDropNav__link_icon_none {
  left: 0px;
}

.dDropNav__link_icon_none:after {
  content: none;
}

/* 第三階層までのプルダウンメニュー装飾*/
.dNav__unit .dDropNav--type2 .dDropNav--type2 {
  border-bottom: none;
}

.dNav__unit .dDropNav--type2 a.dNav__link--acMenu {
  border-top: solid 1px #c9c9c9;
}

.dNav__unit .dDropNav--type2 a:first-child.dNav__link--acMenu {
  border-top: none;
}

.dNav__unit .dDropNav--type2 .dNav__name {
  font-size: 14px;
  padding-left: 15px;
}

.dNav__unit .dDropNav--type2 .dDropNav--type2 .dDropNav__link {
  padding: 15px 0 15px 20px;
}

.dNav__unit .dDropNav--type2 .dNav__link--acMenu .dNav__name:before {
  content: "\f078";
  font-size: 9px;
  right: 25px;
}

/*会員登録・ログインなど*/
.drawerAccSection {
  background: #eeeeee;
  padding: 10px 5px 10px;
}

.drawerAcc__regist {
  text-align: center;
  border: 1px solid #000000;
  line-height: 60px;
  font-size: 1.2rem;
  margin: 1%;
}

.drawerAcc {
  display: flex;
  flex-wrap: wrap;
}

.drawerAcc__unit {
  width: 48%;
  text-align: center;
  border: 1px solid #000000;
  line-height: 60px;
  font-size: 1.2rem;
  margin: 1%;
}

.dAccIcon {
  width: auto;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

/*会員登録・ログインなど*/
.drawerAccSection {
  background: none;
}

.drawerAcc__regist {
  border: 1px solid #666666;
  background: #fff;
}

.drawerAcc__unit {
  border: 1px solid #666666;
  background: #fff;
}

.drawerAcc__unit a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.0;
  text-align: left;
  min-height: 60px;
}

@media screen and (max-width: 767px) {
  .hamburger_menu_wrap {
    width: 100%;
    padding-top: 50px;
  }

  #navbtn {
    top: 14px;
  }

  .open #navbtn {
    top: 18px;
  }
}



/*====================
ハンバーガー メニュ−パーツ組み込み
====================*/

/* スタイルの無効化 */
.fs-pt-menu * {
  transition: none;
}

/* ドロワー メニューパーツ組み込み */
.section--drawer .fs-pt-menu__item span a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 15px;
  color: #000;
  font-size: 1.2rem;
  margin: 0;
}

.section--drawer .fs-pt-menu__item span a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

.section--drawer .fs-pt-menu__item:nth-child(n+2) {
  border-top: solid 1px #c9c9c9;
}

.section--drawer .fs-pt-menu__item .fs-pt-menu__link--lv1 {
  border-bottom: solid 1px #c9c9c9;
}

/*==========================================================================================
06.footer
==========================================================================================*/
.fs-l-footer {
  margin-top: 0px;
}

.footer {
  background: #E6E6E6;
  color: #000000;
  font-weight: normal;
}

.footer-contents {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 10px 60px;
  font-size: 1.2rem;
}

.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 40px;
  width: 100%;
}

.footer-sns li {
  margin: 10px;
}

.footer-sns li img {
  height: 25px;
}

.footer-menu:nth-child(3) {
  margin-right: 0;
}

.footer-menu-list-title {
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
  display: none;
  margin: 0 0 10px;
}

.footer-menu-list {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 40px;
  font-size: 1.2rem;
  width: 100%;
}

.footer-menu-list .footer-menu-list-item:first-child {
  margin-left: 0;
}

.footer-menu-list-item {
  /* margin-left: 30px; */
  padding: 0 5px;
  /* text-align: center; */
}

.footer-menu-list-item a {
  color: #000;
}

.footer-item-list {
  display: flex;
  flex-direction: column;
  height: 700px;
  flex-wrap: wrap;
  justify-content: left;
  align-content: baseline;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4em;
}

.footer-item-list li {
  margin-right: 45px;
}

.footer_shopinfo_area {
  margin-left: auto;
}

.footer_logo img {
  width: 200px;
}

.mail-icon {
  vertical-align: middle;
}

.sns-link-list {
  display: flex;
  margin-top: 36px;
}

.sns-link {
  margin-right: 16px;
}

.mail-magazine-text {
  text-align: center;
  margin: 56px 0 36px;
}

.mail-magazine-title {
  font-size: 3.2rem;
  margin-bottom: 24px;
}

.mail-magazine-caption {
  line-height: 1.4em;
  margin-bottom: 24px;
}

.mail-magazine-btn-wrap {
  margin-bottom: 0;
}

.footer-bottom-inner {
  padding: 0px 0 0;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
}

.copy-right {
  letter-spacing: 0.1em;
}

.copy-right a {
  color: #fff;
}



@media screen and (max-width: 767px) {
  .fs-l-footer {
    margin-top: 0px;
  }

  .footer-contents {
    width: 100%;
    padding: 60px 0px;
    margin-top: 0px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu-container {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    order: 1;
  }

  .footer-menu {
    margin-bottom: 40px;
    width: 100%;
  }

  .footer-menu-list-title {
    display: block;
    padding: 10px;
  }

  .footer-menu:last-child {
    margin-bottom: 0;
  }

  .footer-menu-list {
    display: block;
    margin: 0;
  }

  .footer-menu-list-item {
    margin-bottom: 0px;
    margin-left: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #000;
  }

  .footer-menu-list-item:first-child {
    border-top: 1px solid #000;
  }

  .footer-menu-list-item a {
    padding: 10px 0;
    display: block;
    position: relative;
  }

  .footer-menu-list-item a:hover {
    text-decoration: none;
  }

  .footer-menu-list-item a:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url("https://hexp.itembox.design/item/assets/img/common/icon_arrow.svg");
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 0px;
  }

  .footer_shopinfo_area {
    text-align: center;
  }

  .footer-bottom-inner {
    padding: 20px;
    font-size: 1.4rem;
  }

  .footer-sns {
    order: 0;
  }

  .footer-bottom {
    order: 3;
  }
}

/* フッターお問い合わせ*/
.footer_contact_wrap {
  text-align: center;
}

.footer_logo {}

.footer_logo img {
  max-width: 150px;
  padding-bottom: 10px;
}

.footer_adress {}

.footer_contact_area {
  margin: 10px 0;
}

.footer_contact_area h4 {
  margin-bottom: 10px;
}

.footer_contact_area p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_contact_area p.tel:before {
  content: "";
  background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_tel.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.footer_contact_area p.email:before {
  content: "";
  background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_contact_footer.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  margin-right: 5px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .footer_contact_wrap {
    width: 100%;
    order: 0;
  }
}

/* フッタータイトル*/
.footer-menu .ttl_sub_block {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-menu .ttl_sub_block {
    display: block;
    padding-bottom: 20px;
  }

  .footer-menu .ttl_sub_caption:before {
    border-color: #FFF;
  }
}

/* フッターショッピングガイド */
.color_red {
  color: #FF0000;
}

.footer_shopping_guide_area {
  display: flex;
  flex-wrap: wrap;
}

.footer_shopping_guide_area .column3_wrap {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 10px;
}

.footer_shopping_guide_block {
  margin-bottom: 40px;
}

.footer_shopping_guide_block h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.footer_shopping_guide_block p {
  margin: 20px 0;
}

.footer_shopping_guide_block a {
  color: #FF0000;
  text-decoration: underline;
}

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

.footer_shopping_guide_block .payment_logo_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.footer_shopping_guide_block .payment_logo_list li {
  padding: 5px;
}

.footer_shopping_guide_block .payment_logo_list li img {}

@media screen and (max-width: 767px) {
  .footer_shopping_guide_area {
    order: 2;
  }

  .footer_shopping_guide_area .column3_wrap {
    width: 100%;
    padding: 0 20px;
  }
}


/*==========================================================================================
07.sidemenu
==========================================================================================*/

.fs-p-sideMenu {
  width: 250px;
  box-sizing: border-box;
  padding-right: 20px;
}

.fs-p-sideMenu * {
  transition: none;
}

.fs-p-sideMenu a {
  background: #F7F7F7;
  font-size: 1.3rem;
}

.fs-p-sideMenu a:hover {
  background: #F7F7F7;
  color: #000;
  opacity: .9;
}

.fs-p-sideMenu .fs-pt-menu__item+.fs-pt-menu__item {
  margin: 0;
}

.fs-p-sideMenu .fs-pt-menu__link {
  padding-left: 8px;
  justify-content: space-between;
  align-items: center;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: none;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1 {
  background: #000;
  color: #FFF !important;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1:hover {
  background: #000;
  opacity: 0.7;
  color: #FFF !important;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border-color: #DEDEDE;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
  content: "\e90c";
  order: 2;
}

@media screen and (max-width: 767px) {
  .fs-p-sideMenu {
    display: none;
  }
}


/*==========================================================================================
08.mypege
==========================================================================================*/


/*マイページにログアウトを追加*/
.fs-c-accountService__page--accountDelete {
  align-items: stretch;
  flex-basis: 128px;
}

@media screen and (max-width: 767px) {
  .fs-c-accountService {

    justify-content: start;
  }

  .fs-c-accountService__page {
    flex-basis: 48%;
    margin: 1%;
  }
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #101a24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #101a24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 1.2rem;
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  color: #7c8790;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 47px;
  height: 64px;
  content: '';
  background: url(/item/assets/img/icon/taikai.svg) no-repeat center center;
  background-size: 100% auto;
}

.fs-c-accountService__page--logout .fs-c-accountService__pageLink__label::before {
  position: relative;
  left: -7px;
  content: "";
  width: 52px !important;
  background: url(/item/assets/img/icon/out.svg) no-repeat center center;
  background-size: 100% auto;
}

/*お届け先リスト*/
.fs-c-buttonContainer--deleteChange>.fs-c-button--changeInfomation {
  margin: 0;
  padding: 0.8em 1.6em 0.6em;
  line-height: 1.2;
}


/*==========================================================================================
09.闇市ログイン
==========================================================================================*/

.fs-c-blackmarketPasswordField {
  width: 250px;
  margin: 0 auto;
  padding: .35em .75em .625em;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
  font-size: 1.5rem;
  padding-right: 5px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.8rem;
  padding-right: 10px;
  color: #BF1313;
}

/*==========================================================================================
10.カート画面
==========================================================================================*/

/*お客様情報入力*/
.fs-c-agreementConfirmation__message {
  display: none;
}

.fs-c-wishlistProduct {
  display: none;
}


/*==========================================================================================
11.TOP
==========================================================================================*/

/*==========
 カルーセル
 ==========*/

.pc_carousel {}

.sp_carousel {
  display: none;
}

@media only screen and (max-width:767px) {
  .pc_carousel {
    display: none;
  }

  .sp_carousel {
    display: block;
  }
}


/*==========
  TOPの全体のレイアウト
  ==========*/
.fs-body-top .fs-l-main {
  max-width: unset;
  padding: 0px 0 0px;
  margin: 0 auto;
}

.fs-body-top .fs-l-pageMain {
  max-width: unset;
  width: 100%;
}

/* ==========
 タイトル・キャプション共通
 ==========*/
.ttl_sub_block {
  /* font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; */
  text-align: center;
  letter-spacing: 1.6px;
  margin: 0px 0 40px;
  color: #0A152C;
}

.ttl_sub {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.0rem;
  /* font-family: 'Anton', sans-serif; */
}

.ttl_sub img {
  max-width: 200px;
  padding-bottom: 10px;
}

.ttl_sub_caption {
  margin-top: 5px;
  font-size: 1.2rem;
  position: relative;
  font-weight: bold;
}

.ttl_sub_caption:before {
  content: "";
  width: 60px;
  border: 2px solid #0A152C;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 5px;
}

/* ==========
 TOP NEWS 
 ==========*/
.top_news_wrap {
  padding: 60px 0 80px;
}

.top_news_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

/*NEWSパーツ*/
.fs-p-dateList>li {
  padding: 20px 0;
  border: 1px solid #B2B2B2;
  border-width: 1px 0 1px 0;
  border-top: none;
}

.fs-p-dateList>li:last-child {
  padding: 20px 0;
}

.fs-p-dateList>li time:first-child {
  background: #000;
  color: #fff;
  line-height: unset;
  padding: 8px 15px;
  font-size: 1.0rem;
  border-radius: 0px;
  margin-right: 10px;
}

/* ==========
 TOP CATEGORY 
 ==========*/
.top_column_wrap {
  padding: 60px 0 60px;
  width: 100%;
}

.top_column_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.top_column_inner .fs-pt-column--3 {
  padding: 0px 40px;
}

/*コラムパーツ 修正*/

.fs-pt-column__item {
  position: relative;
  display: block;
  text-align: center;
}

.fs-pt-column__image {
  margin-bottom: 20px;
  display: block;
}

.fs-pt-column__heading {
  font-size: 1.4rem;
  font-weight: normal;
}

.fs-pt-column__description {
  font-size: 1.2rem;
  margin-top: 10px;
}

.fs-pt-column--3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}


/* ==========
 TOP NEW ARRIVAL / RECOMMENDED ITEM 
 ==========*/
.top_new_arrival_wrap {
  padding: 60px 0 80px;
  width: 100%;
}

.top_new_arrival_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 30px;
}

.top_recommended_wrap {
  padding: 60px 0 80px;
  width: 100%;
}

.top_recommended_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ==========
 ランキングのバッチ
 ==========*/

.ranking_item .slick-track .slick-slide {
  position: relative;
}

.ranking_item .slick-track .slick-slide:before {
  position: absolute;
  background: #000;
  z-index: 2;
  width: 25px;
  height: 25px;
  color: #fff;
  display: block;
  top: 5px;
  left: 5px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  font-size: 12px;
}

.ranking_item .slick-track .slick-slide:nth-of-type(1):before {
  content: "1";
}

.ranking_item .slick-track .slick-slide:nth-of-type(2):before {
  content: "2";
}

.ranking_item .slick-track .slick-slide:nth-of-type(3):before {
  content: "3";
}

.ranking_item .slick-track .slick-slide:nth-of-type(4):before {
  content: "4";
}

.ranking_item .slick-track .slick-slide:nth-of-type(5):before {
  content: "5";
}

.ranking_item .slick-track .slick-slide:nth-of-type(6):before {
  content: "6";
}

.ranking_item .slick-track .slick-slide:nth-of-type(7):before {
  content: "7";
}

.ranking_item .slick-track .slick-slide:nth-of-type(8):before {
  content: "8";
}

.ranking_item .slick-track .slick-slide:nth-of-type(9):before {
  content: "9";
}

.ranking_item .slick-track .slick-slide:nth-of-type(10):before {
  content: "10";
}


/*カルーセル*/
.fs-c-productListCarousel .fs-c-buttonContainer {
  display: none;
}

.fs-c-productListCarousel__ctrl.slick-disabled:hover,
.fs-c-productListCarousel__ctrl.slick-disabled {
  opacity: 1;
}

.fs-c-button--carousel--prev::before {
  content: "";
  background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.fs-c-button--carousel--next::before {
  content: "";
  background-image: url(https://hexp.itembox.design/item/assets/img/common/icon_next.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

/* ==========
 OBI AREA
 ==========*/
.obi_wrap {
  padding: 80px 0;
}

.obi_wrap .ttl_sub_block {
  color: #FFF;
  margin: 0;
}

.obi_wrap .ttl_sub_block .ttl_sub_caption:before {
  border-color: #FFF;
}

.obi_under_wrap {
  background: #F7F7F7;
}

.obi_under_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ==========
 TOP CONCEPT
 ==========*/

.top_concept_wrap {
  padding: 60px 0 80px;
}

.top_concept_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.concept_2column {
  display: flex;
  align-items: center;
  padding: 40px 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.concept_2column .img_area {
  width: calc(100% / 2 - 40px);
  /* padding: 0 20px; */
  box-sizing: border-box;
  position: relative;
}

.concept_2column .img_area img {
  z-index: 0;
  position: relative;
}

.concept_2column .img_area:before {
  content: "";
  display: block;
  background: #F2F2F2;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
}

.concept_2column .text_area {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding-right: 60px;
}

.concept_2column .text_area h3 {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 4rem;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.concept_2column .text_area p {
  font-size: 1.3rem;
  line-height: 2.6rem;
}

/* ==========
 TOP TOPICS 
 ==========*/
.top_topics_wrap {
  padding: 60px 0 80px;
}

.top_topics_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========
 TOP CATEGORY 
 ==========*/
.top_category_wrap {
  padding: 60px 0 80px;
}

.top_category_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.top_category_column {}

.top_category_column_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top_category_block {
  width: calc(100% / 4);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.top_category_block .img_area {
  margin-bottom: 20px;
}

.top_category_block .ttl_atea {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.top_category_block .text_area {
  font-size: 1.3rem;
}

.top_category_block .btn_area {
  margin-top: 20px;
}

.top_category_block .btn_area a.btn_type01 {
  /* width: 150px; */
}

@media screen and (max-width: 767px) {


  /* ==========
   タイトル・キャプション共通
   ==========*/
  .ttl_sub_block {
    margin: 0px 0 40px;
  }

  .ttl_sub {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .ttl_sub_caption {
    padding: 0 10px;
    font-size: 1.2rem;
  }

  /* ==========
   TOP NEWS 
   ==========*/
  .top_news_wrap {
    padding: 60px 0 60px;
  }

  .top_news_inner {}

  /*NEWSパーツ*/
  .fs-p-dateList>li {
    padding: 20px 10px;
  }

  .fs-p-dateList>li:last-child {
    padding: 20px 10px;
  }

  .fs-p-dateList>li time:first-child {
    display: block;
    width: max-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 1.0rem;
  }

  /* ==========
   TOP CATEGORY 
   ==========*/
  .top_column_wrap {
    padding: 40px 0 40px;
  }

  .top_column_inner .fs-pt-column--3 {
    padding: 0;
  }

  /*コラムパーツ 修正*/

  .fs-pt-column__item {
    position: relative;
    display: block;
    padding: 6px;
  }

  .fs-pt-column__image {
    background: unset;
    display: block;
    border-radius: 0px;
    overflow: hidden;
  }

  .fs-pt-column__heading {
    /* position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     margin: 0;
     font-size: 1.6rem;
     font-weight: normal;
     color: #fff;
     font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
     letter-spacing: 2.0px;
     text-align: center;
     width: 100%; */
    /* font-size: 1.3rem; */
  }

  .fs-pt-column__description {
    /* font-size: 1.1rem; */
  }

  .fs-pt-column--3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fs-pt-column--3>*:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .fs-pt-column--3>*:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    ;
  }

  .fs-pt-column--3>*:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .fs-pt-column--3>*:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  /* ==========
   TOP NEW ARRIVAL / RECOMMENDED ITEM 
   ==========*/
  .top_new_arrival_wrap {
    padding: 60px 0 60px;
  }

  .top_new_arrival_inner {
    padding: 0px 5px;
  }

  .top_recommended_wrap {
    padding: 60px 0 60px;
  }

  .top_recommended_inner {
    padding: 0px 5px;
  }

  /*カルーセル*/

  .fs-c-productListCarousel__list__item {
    flex-basis: 180px;
    max-width: 180px;
    min-width: 180px;
    margin: 0px 5px;
  }

  .fs-c-productListCarousel {
    position: relative;
  }

  .fs-c-productListCarousel__ctrl {
    position: absolute;
  }

  .fs-c-productListCarousel__ctrl--prev {
    top: 50%;
    left: -5px;
    z-index: 9999;
  }

  .fs-c-productListCarousel__ctrl--next {
    top: 50%;
    right: -5px;
    z-index: 9999;
  }

  .fs-c-button--carousel--prev::before {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
  }

  .fs-c-button--carousel--next::before {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
  }

  /* ==========
   TOP CONCEPT
   ==========*/
  .top_concept_wrap {
    padding: 60px 0;
  }

  .top_concept_inner {
    padding: 0 10px;
  }

  .concept_2column {
    padding: 40px 10px 20px;
  }

  .concept_2column .img_area {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }

  .concept_2column .img_area:before {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    position: absolute;
    top: -20px;
    right: -10px;
  }

  .concept_2column .text_area {
    width: 100%;
    padding: 0;
    text-align: center;
    order: 2;
  }

  .concept_2column .text_area h3 {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }

  .concept_2column .text_area h3 br {
    display: none;
  }

  .concept_2column .text_area p {}

  /* ==========
   TOP TOPICS 
   ==========*/
  .top_topics_wrap {
    padding: 60px 0;
  }

  .top_topics_inner {
    padding: 0 10px;
  }

  .top_topics_wrap .fs-pt-column {
    grid-template-columns: 1fr 1fr;
  }

  /* ==========
 TOP CATEGORY 
==========*/
  .top_category_wrap {
    padding: 60px 0;
}

  .top_category_inner {}

  .top_category_column {}

  .top_category_column_inner {}

  .top_category_block {
    width: 100%;
    margin-bottom: 40px;
  }

  .top_category_block .img_area {}

  .top_category_block .ttl_atea {}

  .top_category_block .text_area {}

  .top_category_block .btn_area {}

}


/*==========================================================================================
12.メインスライダー
==========================================================================================*/

.main_slider .slick-dotted.slick-slider {
  margin: 0;
}

.main_slider .slick-slide {
  width: 450px;
  position: relative;
}

.main_slider .slick-slide img {
  width: 100%;
}

.main_slider .slick-prev,
.main_slider .slick-next {
  position: absolute;
  z-index: 2;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  background: #FFF;
  color: #707070;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 5px #0000002e;
}

.main_slider .slick-prev:before,
.main_slider .slick-next:before {
  cursor: pointer;
  font-family: "fs-icon";
  color: #777;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_slider .slick-prev:hover,
.main_slider .slick-prev:focus,
.main_slider .slick-next:hover,
.main_slider .slick-next:focus {
  background: #FFF;
}

.main_slider .slick-prev {
  left: 25px;
}

.main_slider .slick-prev:before {
  content: "\e90b";
}

.main_slider .slick-next {
  right: 25px;
}

.main_slider .slick-next:before {
  content: "\e90c";
}

.main_slider .slick-dots {
  line-height: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  margin: 0;
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main_slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}

.main_slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

.main_slider .slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.main_slider .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.main_slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 12px;
  height: 12px;
  font-family: "fs-icon";
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #D8D8D8;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_slider .slick-dots li.slick-active button:before {
  color: #A80B0B;
  opacity: 1;
}

/*キャプションエリア*/
.top_slider_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #FFF;
}

.top_slider_caption h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: bold;
}

.top_slider_caption p {}

.top_slider_caption .btn_area {
  margin: 20px 0 0;
}

.top_slider_caption .btn_area a:hover {
  opacity: .9;
}

@media screen and (max-width: 767px) {
  .main_slider {}

  .main_slider .slick-slide {
    width: unset;
  }

  .main_slider .slick-prev {
    left: 5px;
  }

  .main_slider .slick-next {
    right: 5px;
  }

  .main_slider .slick-dots li button {
    /* width: 20px; */
    /* height: 20px; */
  }

  .main_slider .slick-dots li button:before {
    /* font-size: 20px; */
  }

  /*キャプションエリア*/
  .top_slider_caption {}

  .top_slider_caption h2 {
    font-size: 2.7rem;
  }

  .top_slider_caption p {}

  .top_slider_caption .btn_area {}

}



/*==========================================================================================
13.その他
==========================================================================================*/


/*====================
スマホ帯エリア
====================*/

.sp_obi {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_obi {
    display: block;
    background: #000;
    padding: 0px 5px;
    color: #FFF;
    position: fixed;
    bottom: 0;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 1.2rem;
    text-align: center;
  }
}

/*検索窓*/

.sp_obi .searchBox_wrap {
  margin-top: 10px;
}

.sp_obi .searchBox {
  float: none;
}

.sp_obi .fs-p-inputGroup {
  border: none;
  border: 1px solid #000;
  padding: 0px 0 0px;
  align-items: center;
}

.sp_obi .fs-p-searchForm__input {
  height: 40px;
  font-size: 1.2rem;
  line-height: 40px;
  padding: 0 0px 0 35px;
  background: url(https://hexp.itembox.design/item/assets/img/common/Icon_search.png) no-repeat;
  background-size: 20px;
  background-position: left 5px top 10px;
  color: #000;
  opacity: 1;
  width: 170px;
}

.sp_obi .fs-p-searchForm__button {
  background: #A80B0B;
  width: 60px;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
  height: 40px;
}



/*====================
商品グループ
====================*/

/* パンくず・帯画像 */
.obi_breadcrumb_wrap {
  margin-top: 0px;
}

.obi_breadcrumb_wrap .fs-c-breadcrumb {
  margin-top: 0;
}

.obi_ttl_wrap {
  margin-bottom: 40px;
  background-image: url(https://hexp.itembox.design/item/assets/img/common/obi_03.jpg);
  background-size: cover;
}

.obi_ttl_wrap .obi_ttl_wrap_original {
  background-size: cover;
  padding: 70px;
  background-position: center;
  font-weight: bold;
}

.obi_ttl_wrap p {
  text-align: center;
  font-size: 2.6rem;
  color: #FFF;
  letter-spacing: 3.0px;
  font-weight: 600;
}

/* 独自コメント1 領域 */
.category_product_group_comment_1 {}

.category_product_group_comment_1 ul {
  margin-bottom: 60px;
}

.category_product_group_comment_1 ul li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

  /* パンくず・帯画像 */
  .obi_breadcrumb_wrap {}

  .obi_breadcrumb_wrap .fs-c-breadcrumb {}

  .obi_ttl_wrap {
    margin-bottom: 20px;
  }

  .obi_ttl_wrap .obi_ttl_wrap_original {
    background-size: cover;
    /* padding: 35px; */
  }

  .obi_ttl_wrap p {
    font-size: 1.8rem;
  }

  /* 独自コメント1 領域 */
  .category_product_group_comment_1 {}

  .category_product_group_comment_1 ul {
    margin-bottom: 40px;
  }

  .category_product_group_comment_1 ul li {
    margin-bottom: 20px;
  }

}

/*====================
商品タグ
====================*/

.product_tag_wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.product_tag_wrap li {
  margin: 0;
  background: #243A73;
  margin: 2px;
  color: #FFF;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

@media screen and (max-width: 767px) {
  .product_tag_wrap {}

  .product_tag_wrap li {}
}

ul.fs-c-productMark {
  justify-content: center;
}

ul.fs-c-productMark li {
  margin: 2px;
  padding: 1px;
}

/* 商品詳細ページ */
.fs-l-productLayout__item .product_tag_wrap {
  padding: 20px 0;
  justify-content: flex-start;
}

.fs-l-productLayout__item .product_tag_wrap li {
  padding: 8px 14px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

/* 店長コメント */
div.store-manager-comment {
  display: flex;
  justify-content: space-between;
}

div.store-manager-comment::before {
  content: '店長解説';
  display: inline-block;
  width: 10rem;
  height: 10rem;
  background-image: url(https://hexp.itembox.design/item/assets/img/product/store-manager-comment.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  padding-top: 10rem;
}

div.store-manager-container {
  width: calc(100% - 11rem);
  background: #F2F2F2;
  border-radius: 1rem;
  position: relative;
  padding: 1.6rem 1.6rem 0;
}

div.store-manager-container::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-right: solid 1.8rem #f2f2f2;
  top: 2rem;
  left: -2.6rem;
}

div.store-manager-container p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  div.store-manager-comment::before {
    width: 8rem;
    height: 8rem;
    padding-top: 8rem;
  }

  div.store-manager-container {
    width: calc(100% - 9rem);
  }


}


/*==========================================================================================
14.任意商品スライダー
==========================================================================================*/


/*任意商品表示でスライダーを解除*/

.slick-off.fs-c-productListCarousel.fs-c-slick {
  display: block;
}

.slick-off span.fs-c-productListCarousel__ctrl {
  display: none !important;
}

.slick-off .fs-c-productListCarousel__list {
  display: block;
}

.slick-off div.slick-track {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  grid-gap: 16px;
  width: 100% !important;
  transform: none !important;
}

.slick-off div.slick-track::before {
  content: none !important;
}

.slick-off article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  min-width: 100%;
  margin: 0 0 20px;
}

.slick-off article.fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productName__copy {
  display: none;
}

.slick-off article.fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__productName {
  margin: 10px 0;
  text-align: center;
  font-size: 1.3rem;
}

.slick-off article.fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productPrice {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .slick-off div.slick-track {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 10px;
    width: 100% !important;
    transform: none !important;
  }
}

/*==========================================================================================
15.Future Ai Recommend
==========================================================================================*/

/* タイトルの非表示 */
.future_ai_recommend_block .fs-p-heading--lv2 {
  display: none;
}

/* 商品名ほか */
.future_ai_recommend_block .fr3-productListStatic .fr3-item__link {
  gap: 0;
}

.future_ai_recommend_block .fr3-productListStatic .fr3-item__productName {
  font-size: 1.3rem;
  margin: 10px auto;
  text-align: center;
}

.future_ai_recommend_block .fr3-productListStatic .fr3-item__productPrice {
  gap: 0;
  margin: 0px auto;
  font-size: 1.3rem;
}

/* ランニングのバッチ */
.future_ai_recommend_block .fr3-item {
  position: relative;
}

.future_ai_recommend_block .fr3-item__rankContainer {
  position: absolute;
  top: 5px;
  left: 5px;
}

.future_ai_recommend_block .fr3-item__rankContainer .fr3-item__rank {
  background-color: #000;
  color: #FFF;
}



/*==========================================================================================
16.ショッピングガイド
==========================================================================================*/


.fs-c-documentArticle+.fs-c-documentArticle {
  margin-top: 100px;
}

.fs-c-documentArticle__heading {
  background: #000;
  font-size: 1.6rem;
  line-height: 3.6rem;
  /* text-align: left; */
  padding-left: 20px;
  margin-bottom: 20px;
}

*+.fs-c-documentColumn {
  margin-top: 60px;
}

.fs-c-documentColumn__heading {
  margin-bottom: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1.6rem;
  line-height: 2rem;
}

.fs-c-documentColumn__content {
  gap: 20px;
}

.fs-c-documentArticle__content p {
  line-height: 3.0rem;
}