@charset "UTF-8";


/* base
------------------------------------------------------------------------------------*/
:root {
  --en_gothic: YakuHanJPs, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ja_gothic: YakuHanJPs, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* --ja_mincho: YakuHanMPs, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif; */
}

*, *::before, *::after {
  box-sizing: border-box;
  font-family: var(--ja_gothic);
  line-height: 1;
  /* font-family: inherit; */
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

html {
  background: #000;
  font-size: 62.5%;
}

body {  
  background: #fff;
  color: #222;
  font-size: 1.4rem;
  /* font-family: var(--ja_gothic); */
  font-display: optional;
  /* line-height: 1; */
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;  
}

a {
  color: #1c70b5;
  text-decoration: none;
}


/* ヘッダー
------------------------------------------------------------------------------------*/
.header_wrap {
  min-height: 54px;
  height: 100%;
  box-sizing: content-box;
  background: #000;
  position: relative;
  order: -1000;
}

.header_logo {
  position: absolute;
  top: 8px;
  left: 5px;
}

.header_logo_link {
  width: 98px;
  color: #222;
  display: block;
}

.header_logo_txt {
  color: #fff;
  font-size: 1rem;
  margin: 6px 0 0 2px;
  padding: 0;
}

.header_search {
  width: 48px;
  height: 54px;
  display: block;
  margin: 0 0 50px auto;
  padding-top: 10px;
}

.header_search_icon {
  width: 26px;
  height: 38px;
  margin-left: 10px;
}


/* パンくず
------------------------------------------------------------------------------------*/
.breadcrumb_wrap {
  font-size: 1.2rem;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0;
  padding: 12px 8px;
}
.breadcrumb_txt { display: inline-block; }
/* .breadcrumb_link { text-decoration: underline; } */

.breadcrumb_txt:nth-of-type(n + 2)::before {
  content: " > ";
  display: inline-block;
  margin:0 8px
}


/* シェアボタン
------------------------------------------------------------------------------------*/
.header_shareBtn_wrap {
  list-style: none;
  display: flex;
  margin-top: -12px;
  padding: 24px 8px 16px;
}

.header_shareBtn_line,
.header_shareBtn_twitter,
.header_shareBtn_link {
  height: 17px;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
}
.header_shareBtn_line { width: 86px; }
.header_shareBtn_twitter { width: 72px; }
.header_shareBtn_link { width: 54px; }


/* タイトル
------------------------------------------------------------------------------------*/
.mainTit_h1 {
  border-bottom: #222 solid 2px;
  font-size: 1.8rem;
  text-align: center;
  margin: 24px 16px 0;
  padding-bottom: 16px;
}
.header_shareBtn_wrap + .mainTit_h1 { margin-top: 16px; }


/* グローバルナビゲーション
------------------------------------------------------------------------------------*/
.gNav_wrap {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 54px;
  z-index: 9000;
  transition: box-shadow 500ms;
  order: -900;
}

.gNav_wrap_add {
  box-shadow: 0px 3px 5px rgba(0,0,0, 0.4);
  position: fixed;
  top: 0;
}

.gNav_arrowLeft,
.gNav_arrowRight {
  width: 12px;
  height: 100%;
  background: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 1;
  transition: opacity 500ms;
}
.gNav_arrowLeft { left: 0; opacity: 0; }
.gNav_arrowRight { right: 0;  }

.gNav_arrow_img { width: 8px; }

.gNav_login,
.gNav_myPage,
.gNav_registration,
.gNav_history,
.gNav_cart,
.gNav_coupon,
.gNav_point,
.gNav_search,
.gNav_favorite,
.gNav_qa,
.gNav_article,
.gNav_home {
  width: 20%;
  flex-shrink: 0;
}

.gNav_link {
  height: 50px;
  color: #222;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  position: relative;
  padding-top: 30px;
}

.gNav_scroll {
  list-style: none;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 10px;
}

.gNav_img {
  width: 56px;
  margin: 0 auto 4px;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 250ms, top 250ms;
}
.gNav_img_scale {
  width: 112px;
  top: 2px;
}

.gNav_count_cart,
.gNav_count_coupon {
  height: 16px;
  width: 16px;
  background: #d5155b;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 20px;
}

.gNav_point_txt {
  height: 40px;
  border: solid 1px #999;
  border-radius: 5px;
  margin: -2px 2px 0;
  padding: 5px 0 2px;
}
.g_nav_point_num {
  color: #d5155b;
  font-weight: bold;
  font-feature-settings: "palt";
  white-space: nowrap;
  display: block;
  transform: scale(0.85, 1);
  margin: 3px -20px 0;
}

@media (max-width: 359px) {
  .g_nav_point_num {
    letter-spacing: -0.01em;
    transform: scale(0.75, 1);
  }
}

.gNav_point .gNav_link { padding-top: 9px; }


/* スライドメニュー（探す）
------------------------------------------------------------------------------------*/
.sNav_wrap {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}
.sNav_wrap_on { pointer-events: auto; }

.sNav_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 300ms;
}
.sNav_overlay_on { opacity: 1; }

.sNav_closeBtn {
  color: #fff;
  font-size: 4rem;
  position: fixed;
  top: -6px;
  right: 10px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  transition: right 300ms;
}
.sNav_closeBtn_on { right: 270px; opacity: 0.8; }

.sNav_lists {
  width: 260px;
  height: 100%;
  background: #fff;
  list-style: none;
  position: fixed;
  top: 0;
  right: -260px;
  z-index: 1;
  overflow-y: scroll;
  transition: right 300ms;
}
.sNav_lists_on { right: 0; }

.sNav_tit,
.sNav_tit_first {
  border-top: 1px solid #aaa;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 16px;
  padding: 16px 0 0 12px;
}
.sNav_tit_first {
  border-top: none;
  margin-top: 12px;
  padding-top: 0;
}

.sNav_fliter_btn {
  width: 224px;
  height: 32px;
  background-color: #474747;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto 0;
}
.sNav_fliter_btn::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/images/sp/common/search_icon_filter_sp.svg) no-repeat;
  display: block;
  margin: 0 8px 0 -5px;
}

.sNav_word_wrap {
  display: flex;
  margin: 8px auto 0;
  padding: 0 18px;
}

.sNav_word_input {
  width: 100%;
  border: #474747 solid 2px;
  border-radius: 8px 0 0 8px;
  font-size: 1.4rem;
  flex: 1;
  margin: 0;
  padding: 7px;
}

.sNav_word_btn {
  width: 56px;
  background: #474747;
  border: 0;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  -webkit-appearance: none;
}

.sNav_inner,
.sNav_inner_COLOR {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px 0;
}
.sNav_inner_COLOR { margin: 0 0 -8px; }

.sNav_btn,
.sNav_btnDIA,
.sNav_btnGDIA,
.sNav_btnBC {
  width: 110px;
  height: 28px;
  border: 2px solid #474747;
  border-radius: 8px;
  color: #222;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  margin: 0 2px 6px;
}

.sNav_btnDIA {
  width: 42px;
  height: 52px;
  line-height: 1.2rem;
  padding-top: 0;
}

.sNav_btnGDIA {
  width: 54px;
  height: 52px;
  line-height: 1.4rem;
  padding-top: 0;
}

.sNav_btnBC {
  width: 54px;
  height: 52px;
  line-height: 1.2rem;
  padding-top: 0;
}

.sNav_btn_link,
.sNav_btnDIA_link,
.sNav_btnGDIA_link,
.sNav_btnBC_link {
  height: 100%;
  color: #222;
  display: block;
}
.sNav_btn_link { padding-top: 5px; }

.sNav_btnDIA_name,
.sNav_btnGDIA_name,
.sNav_btnBC_name {
  height: 15px;
  background: #474747;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
  padding-top: 1px;
}
.sNav_btnGDIA_name { margin-bottom: 2px; }

.sNav_btnCOLOR {
  width: 60px;
  height: 66px;
  font-size: 1.2rem;
  text-align: center;
}

.sNav_btnCOLOR_link {
  color: #222;
  display: block;
}

.sNav_btnCOLOR_icon {
  width: 64.33%;
  margin: 0 auto 4px;
}

.sNav_btnCOLOR_txtS {
  letter-spacing: -0.04em;
  white-space: nowrap;
  transform: scaleX(0.9);
  display: block;
  margin: 0 -10px;
}

.sNav_btn_txtS {
  letter-spacing: -0.03em;
  white-space: nowrap;
  transform: scaleX(0.9);
  display: block;
  margin: 0 -10px;
}

.sNav_articleList_wrap { margin-top: 6px; }

.sNav_articleList {
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  padding: 14px 0 14px 16px;
}

.sNav_articleList_link { color: #222; }


/* 公式ソーシャルメディア
------------------------------------------------------------------------------------*/
.footerSNS_wrap {
  background: #f0f0f0;
  margin-top: 42px;
  padding: 16px 10px 16px; 
}

.footerSNS_tit {
  border-bottom:#222 solid 1px;
  counter-reset: #000;
  font-size: 1.8rem;
  padding-bottom: 4px;
}

.footerSNS_flex {
  width: 75.2vw;
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0;
}

.footerSNS_link {
  width: 21%;
}


/* ショッピングガイド
------------------------------------------------------------------------------------*/
.footerSG_wrap {
  background: #f0f0f0;
  margin-bottom: -16px;
  padding: 16px 10px 8px; 
}

.footerSG_tit {
  border-bottom:#222 solid 1px;
  counter-reset: #000;
  font-size: 1.8rem;
  padding-bottom: 4px;
}

.footerSG_mainList {
  background: #fff;
  list-style: none;
}

.footerSG_toggle { display: none; }

.footerSG_toggleTit {
  height: 38px;
  background: #fff;
  font-weight: bold;
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 8px;
  padding: 12px 8px;
}
.footerSG_toggleTit::before,
.footerSG_toggleTit::after {
  content: "";
  background: #000;
  width: 4px;
  height: 14px;
  position: absolute;
  top: 12px;
  right: 14px;
  transition: all 0.3s;
}
.footerSG_toggleTit::after { transform: rotate(90deg); }
.footerSG_toggle:checked + .footerSG_toggleTit::before { transform: rotate(90deg); }

.footerSG_toggleTit_sub {
  min-height: 34px;
  background: #f0f0f0;
  font-weight: bold;
  line-height: 1.8rem;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0px 8px;
  padding: 8px 24px 8px 8px;
}
.footerSG_toggleTit_sub::before,
.footerSG_toggleTit_sub::after {
  content: "";
  background: #000;
  width: 4px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  transition: all 300ms;
}
.footerSG_toggleTit_sub::after { transform: rotate(90deg); }
.footerSG_toggleTit_sub_add::before { transform: rotate(90deg); }

.footerSG_accordion,
.footerSG_accordion_detail {
  max-height: 0;
  overflow: hidden;  
  transition: max-height 250ms;
}

.footerSG_toggle:checked ~ .footerSG_accordion,
.footerSG_toggle:checked ~ .footerSG_accordion_detail { max-height: var(--max_height); }

.footerSG_accordion_detail {
  background: #f0f0f0;
  font-size: 1.2rem;
  margin: 0px 8px 4px;
  padding: 0 8px;
}
.footerSG_accordion_detail::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  display: block;
  margin-bottom: 8px;
}
.footerSG_accordion_detail > *:first-child { margin-top: 0; }
.footerSG_accordion_detail > *:last-child { padding-bottom: 8px; }

.footerSG_txt {
  line-height: 1.6rem;
  margin-top: 12px;
}

.footerSG_h5 {
  font-size: 1.3rem;
  margin-top: 32px;
}
.footerSG_h5 + .footerSG_txt { margin-top: 8px; }

.footerSG_h6,
.footerSG_txtB {
  font-size: 1.2rem;
  margin-top: 16px;
}
.footerSG_h5 + .footerSG_txtB { margin-top: 12px; }
.footerSG_h5 + .footerSG_h6 { margin-top: 12px; }

.footerSG_txtB + .footerSG_txt { margin-top: 4px; }
.footerSG_h6 + .footerSG_txt { margin-top: 4px; }

.footerSG_img {
  width: auto;
  max-width: 100%;
  margin: 8px 0 -8px;
}

/* .footerSG_link { text-decoration: underline; } */
.footerSG_txtRed { color: #cc0000; }


/* フロートバナー
------------------------------------------------------------------------------------*/
.floatBnr_bottom {
  width: 100%;
  max-width: 375px;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: opacity 500ms;
}
.floatBnr_bottom_on {
  opacity: 1;
  pointer-events: auto;
}

.floatBnr_bottom_closeBtn {
  width: 22px;
  position: absolute;
  top: -11px;
}


/* フッター
------------------------------------------------------------------------------------*/
/* メニュー */
.footerMenu_wrap {
  background: linear-gradient(to right, #dcdcdc, #dcdcdc 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  text-align: center;
  list-style: none;
  margin-top: 48px;
  padding: 32px 16px 0;
}
.footerSG_wrap + .footerMenu_wrap {
  background: none;
  margin-top: 0;
}

.footerMenu_list {
  display: inline-block;
}

.footerMenu_link {
  background-color: #f7f7f7;
  border: #ddd solid 1px;
  border-radius: 75px;
  color: #222;
  font-size: 1.2rem;
  display: block;
  margin: 4px 1px;
  padding: 6px 10px;
}

/* 関連リンク */
.footerRelated_wrap {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 24px;
}

.footerRelated_tit { padding-bottom: 2px; }
.footerRelated_txt { margin-top: 6px; }
/* .footerRelated_link { text-decoration: underline; } */

/* フッター */
.footer_wrap {
  background: #000;
  text-align: center;
  margin-top: 16px;
  padding: 12px 0;
  order: 5;
}

.copyRight {
  color: #fff;
  font-size: 1.1rem;
}


/* 上部固定アラート
------------------------------------------------------------------------------------*/
#js_alert_headerModal {
  width: calc(100% - 16px);
  height: 0;
  background: rgba(242, 204, 225, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: fixed;
  top: 16px;
  left: 8px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms, top 250ms;
}
#js_alert_headerModal.js_alert_headerModal_open {
  height: auto;
  min-height: 64px;
  top: 10px;
  opacity: 1;
  pointer-events: auto;
  padding: 8px 16px;
}

#js_alert_headerModal_icon {
  width: 14px;
}

#js_alert_headerModal_close {
  width: 10px;
  cursor: pointer;
}

#js_alert_headerModal_txt {
  font-weight: bold;
  line-height: 1.6rem;
  flex: 1;
  margin-top: -1px;
  padding: 0 16px;
}