@charset "utf-8";

/* css記載順序
01.共通
02.パンくず
03.検索窓
04.header
05.ハンバーガーメニュー
06.footer
07.sidemenu
08.mypege
09.闇市ログイン
10.カート画面
11.TOP
12.メインスライダー
13.ADD STYLE
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: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.fs-l-page{
  padding-top: 167px;
}
@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: 50px 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: 10px 10px;
  display: inline-block;
  width: 250px;
  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;
  border-radius: 5px;
}

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.blank {
  position: relative;
}

a.blank:after {
  content: "";
  background-image: url(https://glovemusashi.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: 3%;
  bottom: 3%;
  display: none;
}
.floating_button img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width:767px) {
  .floating_button {
    right: 2%;
    bottom: 15%;
  }
  .floating_button img {
    width: 34px;
    height: 34px;
  }
}

.floating_line {
  position: fixed;
  left: 0;
  bottom: 1%;
  display: none;
  z-index: 999;
}
.floating_line img {
  width: 134px;
  height: auto;
}
.floating_line img:hover {
  opacity:0.9;
}
#fs_CustomPage .floating_line,
#fs_ProductDetails .floating_line,
#fs_ProductCategory .floating_line,
#fs_Top .floating_line{
  display: inherit;
}
@media only screen and (max-width:767px) {
  .floating_line {
    left: 0;
    bottom: 0;
  }

  .floating_line img {
    width: 100%;
  }
}

/*==========================================================================================
 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: 20px;
    max-width: 210px;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    margin-top: 0px;
    justify-content: flex-start;
}

/*検索フォーム*/
.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;
}
.top_section .searchBox {
    float: none;
}
.top_section .fs-p-inputGroup {
    border: none;
    border: 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://glovemusashi.itembox.design/item/assets/img/common/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: #A80B0B;
    width: 40px;
    font-size: 1.0rem;
    line-height: 25px;
    text-align: center;
    height: 30px;
}
.hamburger_menu_wrap .searchBox_wrap{
    padding: 10px;
}

/*==========================================================================================
04.header
==========================================================================================*/

/*header調整 (テンプレート)*/
.fs-l-header {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  background: #FFF;
}
.header {
  border-top: 5px solid #243B75;
  height: 105px;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }  
}
.hTopText {
  background: #07572F;
  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;
}
/*ロゴ・キャプション*/
.top_section .logo_area {
  margin-left: 60px;
  width: 350px;
}
.top_section .logo_area img {
  max-width: 350px;
}
.top_section .logo_area p {
  font-size: 1.1rem;
}
/*カートアイコン・マイページアイコン*/
.top_section .head_wrap {
  padding: 0px 0px 0px 10px;
}
.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 20px 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://glovemusashi.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://glovemusashi.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://glovemusashi.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://glovemusashi.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: 30px;
}
.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 {
  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://glovemusashi.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://glovemusashi.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;
  }
  .hTopText ul {
    display: none;
  }
  /*ヘッダー全体のスタイル*/
  .header_inner {
    height: 60px;
  }
  /*ヘッダー上部*/
  .top_section {
    position: relative;
    flex-wrap: nowrap;
  }
  /*ロゴ・キャプション*/
  .top_section .logo_area {
    top: 50%;
    width: 270px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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: 210px;
  }
  /*検索フォーム・カートアイコン・マイページアイコン*/
  .top_section .menu_area {
    max-width: unset;
    width: 70px;
    position: absolute;
    top: 20px;
    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;
  }
  .top_section .head_wrap .head_icon_list li.head_icon_mypaga a::before {
    margin: 0;
  }
  .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;
  }
  .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: 0.5px;
  background-color: #FFF;
  transform: translateY(8px);
  transition: 0.3s ease-in-out;
  width: 25px;
  margin: 0 auto;
}

#navbtn::before {
  transform: translateY(-7px);
  box-shadow: 0 8px #fff;
}

/* ナビゲーションボタン（閉じる） */
.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://yakyu.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://yakyu.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://yakyu.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://yakyu.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://yakyu.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://yakyu.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: 30px;
  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 #243B75;
}

.open .hamburger_menu_wrap {}

.open #navbtn::after,
.open #navbtn::before {
  background-color: #fff;
}

.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;
}

.drawerAcc__snsbox {
  display: flex;
  /* margin: 0 auto; */
  align-items: center;
  justify-content: center;
}
.drawerAcc__sns {
  width: 23%;
  text-align: center;
  border: 1px solid #000;
  margin: 1%;
  padding: 10px;
}
.dAccIcon_sns {
  width: auto;
  height: 20px;
  margin: 5px;
}

@media screen and (max-width: 767px) {
  .hamburger_menu_wrap {
    width: 100%;
    padding-top: 50px;
  }
  #navbtn {
    top: 13px;
  }
  .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;
}



/*==========================================================================================
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-sns {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 10px 0 30px 0;
  width: 100%;
}
.footer-sns li {
  background: #243A73;
  border-radius: 5px;
  margin: 10px;
}
.footer-sns li img {
  padding: 0px 0px 0px 8px;
  margin: 10px 15px;
  vertical-align: middle;
}
.snsicon_label {
  min-width: 80px;
  display: inline-block;
  padding: 0px 8px 0px 0px;
  margin: 5px;
  font-size: 13pt;
  vertical-align: baseline;
  color: #fff;
}

@media screen and (max-width:768px) {
  .footer-sns {
    align-items: center;
  }
  .footer-sns li {
    width: 150px;
    align-items: center;
  }
  .footer-sns li img {
    text-align: center;
    padding: 0;
  }
  .snsicon_label {
    display: none;
  }
}

.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: center;
  margin: 0 0 40px;
  font-size: 1.4rem;
}

.footer-menu-list .footer-menu-list-item:first-child {
  margin-left: 0;
}

.footer-menu-list-item {
  margin-left: 30px;
}

.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: 40px 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://glovemusashi.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://glovemusashi.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://glovemusashi.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: #293F76;
  color: #FFF !important;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1:hover {
  background: #293F76;
  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: 4.0rem;
   font-weight: bold;
   line-height: 4.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 60px;
 }
 
 .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: #A80B0B;
   color: #fff;
   line-height: unset;
   padding: 8px 15px;
   font-size: 1.2rem;
   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;
 }
 
 .fs-pt-column__image {
   margin-bottom: 10px;
   display: block;
 }
 
 .fs-pt-column__heading {
   font-size: 1.4rem;
 }
 
 .fs-pt-column__description {
   font-size: 1.4rem;
 }
 
 .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 20px;
   width: 100%;
 }
 
 .top_new_arrival_inner {
   max-width: 1024px;
   margin: 0 auto;
   padding: 0px 30px;
 }
 
 .top_recommended_wrap {
   padding: 60px 0 60px;
   width: 100%;
 }
 
 .top_recommended_inner {
   max-width: 1024px;
   margin: 0 auto;
   padding: 0 30px;
 }
 
 /*カルーセル*/
 .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://glovemusashi.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://glovemusashi.itembox.design/item/assets/img/common/icon_next.png);
   background-size: contain;
   background-repeat: no-repeat;
   width: 30px;
   height: 30px;
 }
 
 /* ==========
 TOP ABOUT
 ==========*/
 .top_about_wrap {
   padding: 60px 0 60px;
   background-image: url(https://glovemusashi.itembox.design/item/assets/img/common/bg_clubteam.png);
   background-size: cover;
   color: #FFF;
 }
 
 .top_about_inner {
   max-width: 1024px;
   margin: 0 auto;
   padding: 0 20px;
 }
 
 .about_contents_area {
   display: flex;
   align-items: center;
   background: #FFF;
   width: 100%;
   max-width: 800px;
   margin: 0 auto;
 }
 
 .about_contents_area .img_block {
   width: 35%;
   text-align: center;
   padding: 0px;
 }
 
 .about_contents_area .img_block img {
   max-width: 400px;
   width: 100%;
 }
 
 .about_contents_area .shop_info {
   font-size: 1.3rem;
   line-height: 2.0;
   letter-spacing: 1.2px;
   padding: 20px;
   width: 65%;
   text-align: center;
   color: #000;
 }
 
 .about_contents_area .shop_info h3 {
   font-size: 1.8rem;
   margin-bottom: 10px;
   font-weight: bold;
 }
 
 .about_contents_area .shop_info .shop_list {
   margin: 20px 0 0;
 }
 
 .shop_info .shop_list .shop_list_block {
   margin-bottom: 10px;
 }
 
 .shop_info .shop_list .shop_list_block h4 {
   font-weight: bold;
 }
 
 .shop_info .shop_list .shop_list_block p {}
 
 .shop_info .btn_area {
   margin-top: 20px;
 }
 
 .top_about_wrap .ttl_sub_caption:before {
   border: 1px solid #FFF;
 }
 
 
 /* ==========
 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 MAKER
 ==========*/
 .top_maker_inner {
   max-width: 1024px;
   margin: 0 auto;
   padding: 60px 10px;
 }
 
 .top_maker_inner .brand_logo_wrap ul {
   display: flex;
   flex-wrap: wrap;
 }
 
 .top_maker_inner .brand_logo_wrap ul li {
   width: calc(100% / 4);
   box-sizing: border-box;
   padding: 5px;
 }
 
 
 /* ==========
 TOP OUR STRENGTH
 ==========*/
 .top_our_strength_wrap {}
 
 .top_our_strength_inner {
   max-width: 1024px;
   margin: 0 auto;
   padding: 60px 10px;
 }
 
 .top_our_strength_wrap .ttl_sub_block {
   color: #FFF;
 }
 
 .top_our_strength_wrap .ttl_sub_block .ttl_sub_caption:before {
   border-color: #FFF;
 }
 
 .our_strength_area {
   color: #FFF;
 }
 
 .our_strength_area h3 {
   font-weight: bold;
   font-size: 3.0rem;
   text-align: center;
 }
 
 .our_strength_area .point_wrap {
   display: flex;
   flex-wrap: wrap;
   margin: 40px 0 0;
 }
 
 .our_strength_area .point_wrap .point_block {
   width: calc(100% / 3);
   box-sizing: border-box;
   padding: 12.5px;
   text-align: center;
 }
 
 .our_strength_area .point_wrap .point_block .point_block_ttl {
   font-size: 2.0rem;
   font-weight: bold;
   text-align: center;
   margin: 0 0 20px;
 }
 
 .our_strength_area .point_wrap .point_block .point_img {}
 
 .our_strength_area .point_wrap .point_block h5 {
   margin: 20px 0;
   font-size: 2.0rem;
   font-weight: bold;
 }
 
 .our_strength_area .point_wrap .point_block p {
   font-size: 1.5rem;
 }
 
 .our_strength_area .point_wrap .point_block .btn_area {
   margin: 40px 0;
 }
 
 /* ==========
 TOP CONCEPT
 ==========*/
 .top_concept_inner {}
 
 .concept_obi {
   background-image: url(https://glovemusashi.itembox.design/item/assets/img/common/obi_01.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }
 
 .concept_2column {
   display: flex;
   align-items: center;
   padding: 100px 20px;
   flex-wrap: wrap;
 }
 
 .concept_2column .img_area {
   width: calc(100% / 3 + 60px);
   padding: 0 20px;
 }
 
 .concept_2column .text_area {
   width: calc(100% / 3 * 2 - 60px);
   box-sizing: border-box;
   padding: 20px 0px 20px 40px;
 }
 
 .concept_2column .text_area h3 {
   font-size: 2.0rem;
   font-weight: bold;
   line-height: 3.0rem;
   margin-bottom: 20px;
 }
 
 .concept_2column .text_area p {
   font-size: 1.3rem;
 }
 
 /* ==========
 UNDER  ABOUT US
 ==========*/
 .under_aboutus_inner {}
 
 .about_obi {
   background-image: url(https://glovemusashi.itembox.design/item/assets/img/common/obi_02.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }
 
 .aboutus_2column {
   display: flex;
   align-items: center;
   padding: 10px 10px 0;
   flex-wrap: wrap;
 }
 
 .aboutus_2column .img_area {
   width: calc(100% / 3 + 50px);
   padding: 0 20px;
   margin: 0 auto;
 }
 
 .aboutus_2column .text_area {
   width: calc(100% / 3 * 2 - 50px);
   box-sizing: border-box;
 }
 
 .aboutus_2column .text_area h3 {
   font-size: 2.2rem;
   font-weight: bold;
   line-height: 3.0rem;
   margin: 20px 0;
 }
 
 .aboutus_2column .text_area p {
   margin: 20px 0;
   font-size: 1.3rem;
   font-weight: 600;
 }
 
 
 @media screen and (max-width: 767px) {
 
 
   /* ==========
   タイトル・キャプション共通
   ==========*/
   .ttl_sub_block {
     margin: 0px 0 40px;
   }
 
   .ttl_sub {
     font-size: 3.0rem;
     line-height: 3.0rem;
     font-weight: normal;
   }
 
   .ttl_sub_caption {
     padding: 0 10px;
     font-size: 1.2rem;
   }
 
   /* ==========
   TOP NEWS 
   ==========*/
   .top_news_wrap {
     padding: 0px 0 40px;
   }
 
   .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%;
   }
 
   .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 0;
   }
 
   .top_new_arrival_inner {
     padding: 0px 5px;
   }
 
   .top_recommended_wrap {
     padding: 40px 0 40px;
   }
 
   .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: 999;
   }
 
   .fs-c-productListCarousel__ctrl--next {
     top: 50%;
     right: -5px;
     z-index: 999;
   }
 
   .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 ABOUT
   ==========*/
   .top_about_wrap {
     padding: 40px 0 40px;
   }
 
   .top_about_inner {
     padding: 0 20px;
   }
 
   .about_contents_area {
     flex-wrap: wrap;
     background: none;
   }
 
   .about_contents_area .img_block {
     width: 90%;
     margin: 0 auto;
     z-index: 2;
   }
 
   .shop_info .btn_area {
     text-align: center;
   }
 
   .shop_info .btn_area a {}
 
   .about_contents_area .shop_info {
     width: 100%;
     background: #FFF;
     margin-top: -10px;
   }
 
   /* ==========
   TOP MAKER
   ==========*/
   .top_maker_inner .brand_logo_wrap ul li {
     width: calc(100% / 2);
   }
 
   /* ==========
   TOP OUR STRENGTH
   ==========*/
   .top_our_strength_inner {
     padding: 40px 10px;
   }
 
   .our_strength_area h3 {
     font-size: 2.0rem;
   }
 
   .our_strength_area .point_wrap {
     margin: 20px 00;
   }
 
   .our_strength_area .point_wrap .point_block {
     width: 100%;
   }
 
   .our_strength_area .point_wrap .point_block h5 {
     font-size: 1.8rem;
   }
 
   .our_strength_area .point_wrap .point_block p {
     font-size: 1.3rem;
   }
 
   .our_strength_area .point_wrap .point_block .btn_area {
     margin: 40px 0 20px;
   }
 
   /* ==========
   TOP CONCEPT
   ==========*/
   .concept_2column {
     padding: 40px 10px;
   }
 
   .concept_2column .img_area {
     width: 100%;
   }
 
   .concept_2column .text_area {
     width: 100%;
     padding: 0;
     text-align: center;
   }
 
   /* ==========
   UNDER  ABOUT US
   ==========*/
   .aboutus_2column {
     padding: 40px 10px 0;
   }ont
 
   .aboutus_2column .img_area {
     width: 80%;
     padding: 40px 0px 0px;
     margin: 0 auto;
     max-width: 350px;
   }
 
   .aboutus_2column .text_area {
     width: 100%;
     text-align: center;
   }
 
   .aboutus_2column .text_area h3 {
     font-size: 1.8rem;
     line-height: 1.6;
     margin: 0px;
   }
 }


/*==========================================================================================
12.メインスライダー
==========================================================================================*/

.main_slider .slick-dotted.slick-slider{
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main_slider .slick-dotted.slick-slider{
    margin-top: 50px;
  }
}
.main_slider .slick-slide{
  width: 650px;
  position: relative;
}
.main_slider .slick-slide img{
  width: 100%;
}

.main_slider .slick-prev,
.main_slider .slick-next {
  position: absolute;
  z-index: 999;
  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: absolute;
  bottom: 10px;
  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: 13px;
  height: 13px;
  font-family: "fs-icon";
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #FFF;
  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;
  }  
  /*キャプションエリア*/
  .top_slider_caption{}
  .top_slider_caption h2{
    font-size: 2.4rem;
}
  .top_slider_caption p{}

  .top_slider_caption .btn_area{
    margin-top: 4px !important;
  }  

}



/*==========================================================================================
13.ADD STYLE
==========================================================================================*/


/*====================
スマホ帯エリア
====================*/

.sp_obi{
    display: none;
}

/* @media screen and (max-width: 767px) {
  .sp_obi{
      display: block;
      background: #F5F5F5;
      padding: 10px 10px;
  }
} */
@media screen and (max-width: 767px) {
  .sp_obi{
      display: block;
      background: #fff;
      padding: 0 5px;
  }
}
/*検索窓*/

.sp_obi .searchBox_wrap{
    margin-top: 0px;
}
.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://glovemusashi.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://glovemusashi.itembox.design/item/assets/img/common/obi_03.jpg); */
  background-color: #fff;
  background-size: cover;
}
.obi_ttl_wrap .obi_ttl_wrap_original{
  background-size: cover;
  padding: 0 30px 30px;
  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;
}
.obi_ttl_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.obi_ttl_wrap li {
  list-style: none;
  margin: 30px;
}
.obi_ttl_wrap img {
  width: 100%;
  height: 100%;
}

/* 独自コメント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;
}

.category_product_group_comment_1 h2{
  font-size: 1.6rem;
  margin-bottom: 60px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

  /* 独自コメント3 領域 */
  .category_product_group_comment_3{}

  .category_product_group_comment_3 p{
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
  
@media screen and (max-width: 767px) {
  /* パンくず・帯画像 */
  .obi_breadcrumb_wrap{}
  .obi_breadcrumb_wrap .fs-c-breadcrumb{}
  .obi_ttl_wrap{
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .obi_ttl_wrap .obi_ttl_wrap_original{
    background-size: cover;
    /* padding: 35px; */
  }
  .obi_ttl_wrap p{
    font-size: 1.8rem;
  }
  .obi_ttl_wrap li {
    list-style: none;
    margin: 5px;
  }
  .obi_ttl_wrap img {
    width: 100%;
    height: 100%;
  }
  
  /* 独自コメント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;
  }

  .category_product_group_comment_1 h2{
    font-size: 1.6rem;
    margin-bottom: 40px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }

  /* 独自コメント3 領域 */
  .category_product_group_comment_3{}

  .category_product_group_comment_3 p{
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

}
/*====================
商品タグ
====================*/

.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://glovemusashi.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);
}
}

/* オーダーグローブ シミュレーション */
section.order-glove-container{
  margin-top: 40px;
  background: #F2F2F2;
  padding:1rem;
}
section.order-glove-container h4{
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-weight: bold;
  text-align: center;
  margin-bottom:1rem;
}
section.order-glove-container h4::first-letter{
  font-size:2.0rem;
}
section.order-glove-container p{
  font-size: 1.4rem;
}

section.order-glove-container h5{
  font-size: 1.6rem;
  padding-bottom: 5px;
  padding-top:1rem;
  font-weight: bold;
}
section.order-glove-container h5::first-letter{
  font-size:2.0rem;
}
section.order-glove-container ol{
  margin-left:3rem;
  margin-bottom: 1rem;
}
section.order-glove-container ol li{
  list-style: decimal;
}
section.order-glove-container ol li a{
  background:#A80B0B;
  color:#fff;
  margin-right: 2px;
  padding:0 2px;
  display: inline-block;
}
section.order-glove-container div.img{
  margin-bottom:2rem;
}
