@charset "UTF-8";


/* base
------------------------------------------------------------------------------------*/
:root {
  --maxWidth: 1080px; /* 1080px 1280px 1440px */
  --maxWidthMargin:  0 auto; /* 1080px 1280px 1440px */
  --maxWidthPadding:  0 40px; /* 1080px 1280px 1440px */
  --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 {
  width: 100%;
  min-width: 980px;
  background: #000;
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #222;
  font-size: 1.6rem;
  /* font-family: var(--ja_gothic); */
  font-display: optional;
  /* line-height: 1; */
  position: relative;
  /* overflow-x: hidden; */
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;  
}

a {
  color: #1c70b5;
  text-decoration: none;
  transition: opacity 300ms;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  /* text-underline-position: under; */ 
  opacity: 0.5;
}

select { line-height: revert; }
label { cursor: pointer; }


/* ヘッダー
------------------------------------------------------------------------------------*/
.header_wrap {
  height: 110px;
  background: #000;
  order: -1000;
}

.header_inner {
  max-width: var(--maxWidth);
  position: relative;  
  margin: 0 auto;
}

.header_logo {
  position: absolute;
  top: 24px;
  left: 24px;
}

.header_logo_link {
  width: 208px;
  display: block;
}

.header_logo_txt {
  color: #fff;
  font-size: 1.1rem;
  margin: 8px 0 0 2px;
  padding: 0;
}

.header_search {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 26px;
  right: 16px;
}

.header_word_wrap {
  width: 190px;
  height: 28px;
  display: flex;
  position: absolute;
  top: 26px;
  right: 64px;
}

.header_word_input {
  width: 100%;
  border: none;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 1.4rem;
  display: block;
  flex: 1;
  margin: 0;
  padding: 0 6px;
}

.header_word_btn {
  width: 40px;
  background: #747474;
  border: 0;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  transition: opacity 300ms;
}
.header_word_btn:hover { opacity: 0.5; }


/* パンくず
------------------------------------------------------------------------------------*/
.breadcrumb_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  font-size: 1.2rem;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  padding: 20px 40px;
}
.breadcrumb_txt { display: inline-block; }
/*
.breadcrumb_link { text-decoration: underline; }
.breadcrumb_link:hover { text-decoration: none; }
*/

.breadcrumb_txt:nth-of-type(n + 2)::before {
  content: " > ";
  display: inline-block;
  margin:0 8px
}


/* シェアボタン
------------------------------------------------------------------------------------*/
.header_shareBtn_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  list-style: none;
  display: flex;
  margin: 0 auto;
  padding: 24px 40px 16px;
}
.breadcrumb_wrap + .header_shareBtn_wrap { margin-top: -20px; }

.header_shareBtn_line,
.header_shareBtn_x,
.header_shareBtn_link {
  height: 17px;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
}
.header_shareBtn_line { width: 86px; }
.header_shareBtn_x { width: 86px; }
.header_shareBtn_link { width: 54px; }


/* タイトル
------------------------------------------------------------------------------------*/
.mainTit_h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 48px;
}
.header_shareBtn_wrap + .mainTit_h1 { margin-top: 24px; }


/* ヘッダー
------------------------------------------------------------------------------------*/
.gNav_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
}

.gNav_ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-right: 16px;
}

.gNav_login,
.gNav_myPage,
.gNav_registration,
.gNav_history,
.gNav_cart,
.gNav_coupon,
.gNav_favorite,
.gNav_qa,
.gNav_article {
  margin: 0 12px;
}
.gNav_article { margin-right: 0; }

.gNav_link {
  color: #fff;
  position: relative;
}
.gNav_link:hover { text-decoration: none; }

.gNav_count_cart,
.gNav_count_coupon {
  height: 20px;
  width: 20px;
  background: #d5155b;
  border-radius: 50%;
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  position: absolute;
  top: -8px;
  right: -16px;
}

.gNav_point_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
}

.gNav_point {
  height: 28px;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 10px 0;
  position: absolute;
  right: 278px;
}

.gNav_point_txt {}

.gNav_point_num {
  color: #d5155b;
  font-feature-settings: "palt";
}


/* スライドメニュー（探す）
------------------------------------------------------------------------------------*/
.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: 460px;
  height: 100%;
  background: #fff;
  list-style: none;
  position: fixed;
  top: 0;
  right: -460px;
  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.8rem;
  margin-top: 24px;
  padding: 24px 0 0 20px;
}
.sNav_tit_first {
  border-top: none;
  margin-top: 0px;
  padding-top: 24px;
}

.sNav_fliter_btn {
  width: 400px;
  height: 50px;
  background-color: #474747;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  place-items: center;
  position: relative;
  margin: 12px auto 0;
}
.sNav_fliter_btn:hover { text-decoration: none; }
.sNav_fliter_btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/images/pc/common/search_icon_filter_pc.svg) no-repeat;
  display: block;
  margin: 0 12px 0 -8px;
}

.sNav_word_wrap {
  width: 400px;
  height: 50px;
  display: flex;
  margin: 8px auto 0;
}

.sNav_word_input {
  width: 100%;
  border: #474747 solid 2px;
  border-radius: 8px 0 0 8px;
  font-size: 1.8rem;
  flex: 1;
  margin: 0;
  padding: 7px;
}

.sNav_word_btn {
  width: 86px;
  background: #474747;
  border: 0;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  -webkit-appearance: none;
  transition: opacity 300ms;
}
.sNav_word_btn:hover { opacity: 0.5; }

.sNav_inner_first,
.sNav_inner,
.sNav_inner_COLOR {
  width: 400px;
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto;
  padding-top: 16px;
}

.sNav_inner_first {
  background: none;
  margin-top: 0;
}

.sNav_inner_COLOR {
  justify-content:flex-start;
  margin: 0 auto -8px;
}

.sNav_btn,
.sNav_btnDIA,
.sNav_btnGDIA,
.sNav_btnBC {
  width: 192px;
  height: 50px;
  margin: 0 2px 6px;
}

.sNav_btn_link,
.sNav_btnDIA_link,
.sNav_btnGDIA_link,
.sNav_btnBC_link {
  height: 100%;
  border: #474747 solid 2px;
  border-radius: 8px;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 52px;
}
.sNav_btn_link:hover,
.sNav_btnDIA_link:hover,
.sNav_btnGDIA_link:hover,
.sNav_btnBC_link:hover {
  text-decoration: none;
}

.sNav_btnGDIA_name {
  width: 100%;
  font-size: 1.4rem;
  display: block;
  margin-bottom: -13px;
}

.sNav_btn_img {
  width: 40px;
  position: absolute;
  top: 3px;
  left: 4px;
}

.sNav_btnCOLOR {
  width: 80px;
  height: 96px;
  font-size: 1.4rem;
  text-align: center;
}

.sNav_btnCOLOR_link {
  color: #222;
  display: block;
}
.sNav_btnCOLOR_link:hover { text-decoration: none; }

.sNav_btnCOLOR_icon {
  width: 56px;
  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);
  transform-origin: top left;
  display: block;
}

.sNav_articleList_wrap { margin-top: 6px; }

.sNav_articleList {
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  padding: 18px 0 18px 24px;
}

.sNav_articleList_link { color: #222; }
.sNav_articleList_link:hover { text-decoration: none; }


/* 公式ソーシャルメディア
------------------------------------------------------------------------------------*/
.footerSNS_wrap {
  width: 352px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 96px auto 0;
}

.footerSNS_tit {
  width: 100%;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 16px;
}

.footerSNS_link {
  width: 70px;
  display: block;
}


/* ショッピングガイド
------------------------------------------------------------------------------------*/
.footerSG_wrap {
  background: #f0f0f0;
  margin-top: 112px;
}

.footerSG_inner {
  max-width: var(--maxWidth);
  background: #f0f0f0;
  margin: 0 auto;
  padding: 32px 40px 8px; 
}

.footerSG_tit {
  border-bottom:#222 solid 1px;
  counter-reset: #000;
  font-size: 2.4rem;
  padding-bottom: 8px;
}

.footerSG_wrap_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.footerSG_mainList {
  width: 48.66%;
  list-style: none;
}

.footerSG_toggle { display: none; }

.footerSG_toggleTit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.footerSG_toggleTit_sub {
  min-height: 34px;
  background: #fff;
  font-weight: bold;
  line-height: 1.8rem;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0px;
  padding: 8px 24px 8px 8px;
  transition: opacity 300ms;
}
.footerSG_toggleTit_sub:hover { opacity: 0.5; }
.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_detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms;
}

.footerSG_toggle:checked ~ .footerSG_accordion_detail { max-height: var(--max_height); }

.footerSG_accordion_detail {
  background: #fff;
  font-size: 1.2rem;
  margin-bottom: 6px;
  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_h4 {
  font-size: 1.3rem;
  margin-top: 32px;
}
.footerSG_h4 + .footerSG_txt { margin-top: 8px; }

.footerSG_h5,
.footerSG_txtB {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 16px;
}
.footerSG_h4 + .footerSG_txtB { margin-top: 12px; }
.footerSG_h4 + .footerSG_h5 { margin-top: 12px; }

.footerSG_txtB + .footerSG_txt { margin-top: 4px; }
.footerSG_h5 + .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; }


/* フッター
------------------------------------------------------------------------------------*/
/* メニュー */
.footerMenu_wrap {
  max-width: var(--maxWidth);
  display: flex;
  justify-content: center;
  margin: 144px auto 0;
}

.footerSG_wrap + .footerMenu_wrap { margin-top: 40px; }

.footerMenu_ul {
  width: 220px;
  list-style: none;
}

.footerMenu_tlt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 4px;
}

.footerMenu_list {
  font-size: 1.5rem;
  display: block;
  margin-top: 12px;
}

.footerMenu_list_link { color: #222; }
.footerMenu_list_link:hover { text-decoration: none; }

/* 関連リンク */
.footerRelated_wrap {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 32px;
}
/*
.footerRelated_link { text-decoration: underline; }
.footerRelated_link:hover { text-decoration: none; }
*/
/* フッター */
.footer_wrap {
  height: 56px;
  background: #000;
  display: grid;
  place-items: center;
  margin-top: 12px;
  order: 5;
}

.copyRight {
  color: #fff;
  font-size: 1.5rem;
}


/* ページTOPへ戻る
------------------------------------------------------------------------------------*/
.floatBtn_scrollTop {
  width: 60px;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
  position: fixed;
  bottom: 60px;
  right: 25px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.floatBtn_scrollTop_on {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1280px) {
  .floatBtn_scrollTop {
    left: calc(50% + 584px);
    right: 0;
    transform: translateX(-50%)
  }
}


/* 上部固定アラート
------------------------------------------------------------------------------------*/
#js_alert_headerModal {
  width: calc(100% - 32px);
  height: auto;
  min-height: 64px;
  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: 24px;
  left: 16px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  padding: 8px 16px;
  transition: opacity 250ms, top 250ms;
}
#js_alert_headerModal.js_alert_headerModal_open {
  top: 16px;
  opacity: 1;
  pointer-events: auto;
}

#js_alert_headerModal_icon {
  width: 18px;
}

#js_alert_headerModal_close {
  width: 18px;
  cursor: pointer;
}

#js_alert_headerModal_txt {
  font-weight: bold;
  line-height: 1.8rem;
  flex: 1;
  margin-top: -1px;
  padding: 0 16px;
}


/* リキャプチャ
------------------------------------------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}