@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td,
a
i {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/ }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 基本スタイル

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/* ▼▼ 基本スタイル ▼▼ */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  background: #FFF;
  color: #303030; }

body {
  font-family: "YakuHanJP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
  line-height: 1;
  font-feature-settings: "plat" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  min-width: 1160px; }

/* ▼▼ 基本スタイル リンク ▼▼ */
a {
  display: inline-block;
  color: #303030;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear; }

a:hover {
  opacity: 0.6; }

/* ▼▼ 基本スタイル その他一般タグ ▼▼ */
img {
  vertical-align: bottom;
  display: inline-block; }

hr {
  display: inline-block; }

em {
  color: #c6383e; }

i {
  font-style: normal; }

::-moz-selection {
  background: #eee;
  color: #ddd;
  text-shadow: none; }

::selection {
  background: #eee;
  color: #ddd;
  text-shadow: none; }

/* ▼▼ 基本スタイル フォーム ▼▼ */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input::-webkit-input-placeholder {
  font-size: 1.2rem;
  color: #303030; }

input:-moz-placeholder {
  font-size: 1.2rem;
  color: #303030; }

input::-moz-placeholder {
  font-size: 1.2rem;
  color: #303030; }

input:-ms-input-placeholder {
  font-size: 1.2rem;
  color: #303030; }

/* ▼▼ ブレークタグ使い分け ▼▼ */
.br-pc {
  display: block; }

.br-sp {
  display: none; }

/* ▼▼ フローティング ▼▼ */
.floating-banner {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  vertical-align: middle;
  transition: .3s;
  transform: translateY(100%); }

.floating-banner__wrapper {
  display: inline-block; }

.floating-banner__image--pc {
  display: inline-block; }

.floating-banner__image--sp {
  display: none; }

.is_show {
  transform: translateY(0); }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 特集用 基本スタイル Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
  body {
    min-width: initial; }

  a:hover {
    opacity: 1; }

  input::-webkit-input-placeholder {
    font-size: 3.5vw; }

  input:-moz-placeholder {
    font-size: 3.5vw; }

  input::-moz-placeholder {
    font-size: 3.5vw; }

  input:-ms-input-placeholder {
    font-size: 3.5vw; }

  /* ▼▼ ブレークタグ使い分け ▼▼ */
  .br-pc {
    display: none; }

  .br-sp {
    display: block; }

  .only-txt--pc {
    display: none; }

  /* ▼▼ フローティング ▼▼ */
  .floating-banner {
    position: fixed;
    width: 100vw;
    height: auto;
    bottom: 0;
    z-index: 2;
    text-align: center; }

  .floating-banner__image--pc {
    display: none; }

  .floating-banner__image--sp {
    display: inline-block;
    width: 100%;
    height: auto; } }
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 モジュール

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/* ▼▼ 要素のサイズ・配置基本設定 @extend用 ▼▼ */
.w-1160__m-0auto, .global-header-shoulder, .global-header-logo, .global-header-menu, .global-header-usp, .footer-usp__list, .footer-menu-wrapper, .footer-switch__list, .footer-world__list {
  box-sizing: border-box;
  width: 1160px;
  padding: 0 20px;
  margin: 0 auto; }

.flexbox__jc-sb__ai-center, .global-header-shoulder, .global-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flexbox__jc-center, .footer-sns__list, .footer-copyright {
  display: flex;
  justify-content: center; }

.flexbox__jc-center-ai-center, .footer-sns__link, .footer-sns__item--twitter, .footer-switch__list, .footer-world__list {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexbox__fd-column__ai-center, .chapter-header, .footer-header {
  display: flex;
  flex-direction: column;
  align-items: center; }

/* ▼▼ タイプキット設定 @extend用 ▼▼ */
/* ▼　brandon-grotesque ▼ */
.type-kit__brandon-grotesque--300--italic {
  font-family: "brandon-grotesque";
  font-weight: 300;
  font-style: italic; }

.type-kit__brandon-grotesque--400--italic {
  font-family: "brandon-grotesque";
  font-weight: 400;
  font-style: italic; }

.type-kit__brandon-grotesque--500 {
  font-family: "brandon-grotesque";
  font-weight: 500; }

.type-kit__brandon-grotesque--500--italic {
  font-family: "brandon-grotesque";
  font-weight: 500;
  font-style: italic; }

.type-kit__brandon-grotesque--700--italic {
  font-family: "brandon-grotesque";
  font-weight: 700;
  font-style: italic; }

/* ▼ TUBゴシック ▼ */
.type-kit__tbudgothic-std--400, .footer-usp__item-txt, .footer-menu__heading {
  font-family: "tbudgothic-std";
  font-weight: 400; }

.type-kit__tbudgothic-std--700, .more-btn:before, .chapter-header__ja, .footer-header__ja, .global-header-menu__nav-ja, .global-header-usp__item, .global-header-usp__item-txt em {
  font-family: "tbudgothic-std";
  font-weight: 700; }

/* ▼▼ 汎用ボタン設定（もっと見る）@extend用 ▼▼ */
.more-btn {
  display: flex;
  align-items: center; }

.more-btn:before {
  content: "もっと見る";
  box-sizing: border-box;
  display: inline-block;
  width: 340px;
  height: 60px;
  font-size: 1.6rem;
  text-align: center;
  border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  border-left: 2px solid #303030;
  border-right: none;
  padding-top: 20px;
  padding-left: 70px;
  border-radius: 30px 0 0 30px/30px 0 0 30px; }

.more-btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  box-sizing: border-box;
  display: inline-block;
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  text-align: center;
  border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  border-right: 2px solid #303030;
  border-radius: 0 30px 30px 0/0 30px 30px 0; }

/* ▼▼ 汎用見出し設定（トップページ各セクション大見出し）@extend用 ▼▼ */
.chapter-header {
  margin-bottom: 30px;
  text-align: center; }

.chapter-header__en, .footer-header__en {
  font-family: "brandon-grotesque";
  font-weight: 300;
  font-style: italic;
  display: block;
  font-size: 4.5rem;
  margin-bottom: 10px; }

.chapter-header__ja, .footer-header__ja {
  font-size: 1.3rem; }

/* ▼▼ 汎用アイコン設定（角丸長方形）@extend用 ▼▼ */
.icon-rounded-corners {
  display: inline-block;
  font-size: 1.4rem;
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #303030;
  border-radius: 17px 17px 17px 17px; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 特集用 基本スタイル Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
  /* ▼▼ 要素のサイズ・配置基本設定 @extend用 ▼▼ */
  .w-1160__m-0auto, .global-header-shoulder, .global-header-logo, .global-header-menu, .global-header-usp, .footer-usp__list, .footer-menu-wrapper, .footer-switch__list, .footer-world__list {
    padding: 0; }

  /* ▼▼ 汎用見出し設定（トップページ各セクション大見出し）@extend用 ▼▼ */
  .chapter-header {
    margin-bottom: 5vw; }

  .chapter-header__en, .footer-header__en {
    width: 100vw;
    font-size: 9vw;
    margin-bottom: 2vw; }

  .chapter-header__ja, .footer-header__ja {
    font-size: 3vw; }

  /* ▼▼ 汎用ボタン設定（もっと見る）@extend用 ▼▼ */
  .more-btn {
    display: flex;
    align-items: center; }

  .more-btn:before {
    width: 76vw;
    height: 11.5vw;
    font-size: 3.5vw;
    text-align: center;
    padding-top: 3.5vw;
    padding-left: 11vw;
    border-right: none; }

  .more-btn:after {
    font-size: 5vw;
    width: 12vw;
    height: 11.5vw;
    padding-top: 2.5vw;
    padding-left: 1vw;
    text-align: center; }

  /* ▼▼ 汎用アイコン設定（角丸長方形）@extend用 ▼▼ */
  .icon-rounded-corners {
    font-size: 2.5vw;
    height: 4vw;
    line-height: 4vw;
    padding-right: 3vw;
    padding-left: 3vw;
    border: 1px solid #303030;
    border-radius: 3.4vw; } }
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 ヘッダー

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.global-header {
  margin-bottom: 100px;
  /* ▼▲▼ ヘッダーショルダー ▼▲▼ */
  /* ▼▲▼ ヘッダーロゴエリア ▼▲▼ */
  /* ▼▲▼ ヘッダーラッパー ▼▲▼ */
  /* ▼▲▼ ヘッダーメニュー ▼▲▼ */
  /* ▼▲▼ 検索フォーム ▼▲▼ */
  /* ▼▲▼ メニューナビ ▼▲▼ */
  /* ▼▼▼ グローバルサイトプルダウン ▼▼▼ */
  /* ▼▲▼ 取り扱いブランド・アイテム数 ▼▲▼ */
  /* ▼▲▼ ヘッダーUSP ▼▲▼ */
  /* ▼▲▼ ヘッダースライダー ▼▲▼ */
  /* ▼▲▼ 臨時告知系 ▼▲▼ */ }
  .global-header-shoulder {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    color: #505050;
    margin-top: 15px; }
  .global-header-shoulder em {
    font-weight: 700; }
  .global-header-shoulder i {
    text-decoration: underline; }
  .global-header-logo {
    position: relative;
    height: 75px;
    margin-top: 70px;
    margin-bottom: 50px; }
  .global-header-logo__logo-image--galleria {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 218px;
    height: 75px; }
  .global-header-logo__badge--left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%); }
  .global-header-logo__badge-image {
    width: 70px;
    height: auto; }
  .global-header-logo__badge--right {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    text-align: right; }
  .global-header-logo__badge-image--anniversary {
    width: 75px;
    height: auto; }
  .global-header-logo__badge-image--cashless {
    width: 300px;
    height: auto; }
  .global-header-wrapper {
    display: flex;
    flex-direction: column; }
  .global-header-menu {
    align-items: flex-end;
    margin-bottom: 40px; }
  .global-header-menu__search-txtfield {
    width: 202px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid #303030;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030; }
  .global-header-menu__search-btn {
    width: 45px;
    height: 40px;
    line-height: 40px;
    margin-left: -5px;
    vertical-align: bottom;
    background-color: #fff;
    border-top: 2px solid #303030;
    border-bottom: 2px solid #303030;
    border-right: 2px solid #303030;
    cursor: pointer; }
  .global-header .global-search-btn .fas {
    line-height: 0; }
  .global-header .fa-search:before {
    font-size: 2rem;
    line-height: 1.8;
    color: #404040; }
  .global-header-menu__nav-list {
    display: flex;
    align-items: center;
    justify-content: center; }
  .global-header-menu__nav-item {
    letter-spacing: -0.08em;
    padding-right: 17px;
    padding-left: 17px;
    text-align: center; }
  .global-header-menu__nav-item a {
    position: relative; }
  .global-header-menu__nav-item a:after {
    display: none;
    position: absolute;
    top: -3px;
    right: -15px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 2rem; }
  .global-header-menu__nav-ja {
    font-size: 1.5rem;
    margin-bottom: 6px;
    color: #404040; }
  .global-header-menu__nav-en {
    font-size: 0.8rem;
    color: #a0a0a0;
    letter-spacing: 0.04rem; }
  .global-header .global-site__pull-down {
    position: relative;
    /* アコーディオンメニュー部分のアイコン 閉じてるとき */
    /* アコーディオンメニュー部分のアイコン 開いたとき */
    /* アコーディオンメニュー部分の高さ 閉じてるとき */
    /* アコーディオンメニュー部分の高さ 開いたとき */ }
    .global-header .global-site__pull-down__input {
      display: none; }
    .global-header .global-site__pull-down__heading {
      position: relative;
      transition: all 0.1s linear; }
    .global-header .global-site__pull-down__heading:hover {
      cursor: pointer;
      opacity: 0.6; }
    .global-header .global-site__pull-down__heading:after {
      position: absolute;
      top: 2px;
      right: -10px;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f067";
      font-size: 0.8rem;
      color: #303030; }
    .global-header .global-site__pull-down input[type="checkbox"].global-site__pull-down__input:checked + .global-site__pull-down__label .global-site__pull-down__heading:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f068";
      font-size: 0.8rem; }
    .global-header .global-site__pull-down__txt-ja {
      display: block;
      font-weight: 700;
      font-size: 1.5rem;
      color: #404040;
      margin-bottom: 9px; }
    .global-header .global-site__pull-down__txt-en {
      display: block;
      font-size: 0.8rem;
      color: #a0a0a0;
      letter-spacing: 0.04rem; }
    .global-header .global-site__pull-down__flag-icon {
      display: none; }
    .global-header .global-site__pull-down__list {
      position: absolute;
      z-index: 100;
      top: 20px;
      left: -35px;
      height: 0;
      overflow: hidden;
      transition: all .35s;
      background: #fafafa;
      width: 140px;
      border-radius: 4px;
      box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.15);
      /* box-shadow: 左右の向きpx 上下の向きpx ぼかしpx 広がりpx 色 内側指定; */ }
    .global-header .global-site__pull-down input[type="checkbox"].global-site__pull-down__input:checked ~ .global-site__pull-down__list {
      height: 120px; }
    .global-header .global-site__pull-down__item {
      border-bottom: 1px solid #e5e5e5;
      padding-left: 25px;
      text-align: left; }
    .global-header .global-site__pull-down__item:last-child {
      border-bottom: none; }
    .global-header .global-site__pull-down__link {
      height: 30px;
      line-height: 30px;
      font-size: 1.1rem;
      letter-spacing: 0.05rem; }
  .global-header-menu__deal {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    border: 2px solid #303030; }
  .global-header-menu__deal tr:first-child {
    border-bottom: 1px dashed #303030; }
  .global-header-menu__deal tr:first-child td:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px; }
  .global-header-menu__deal tr:first-child td:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right; }
  .global-header-menu__deal tr:last-child td:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px; }
  .global-header-menu__deal tr:last-child td:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right; }
  .global-header-usp {
    margin-bottom: 35px; }
  .global-header-usp__list {
    display: table;
    width: 100%; }
  .global-header-usp__item {
    position: relative;
    display: table-cell;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px dashed #666; }
  .global-header-usp__item:last-child {
    border-right: 1px dashed #666; }
  .global-header-usp__item-txt {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    color: #303030;
    line-height: 0; }
  .global-header-slider-cell {
    margin-right: 15px; }
  .global-header-slider-cell__image {
    width: 560px;
    height: auto; }
  .global-header-announcement--pc {
    width: 1120px;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
    padding: 15px 0;
    margin: 10px auto 45px auto;
}

  .global-header-announcement--pc__list {
    width: 1120px;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
    padding: 15px 0;
    margin: 10px auto 10px auto;
}
  .global-header-announcement--sp {
    display: none; }
  .global-header-noHoliday--pc {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px; }
  .global-header-noHoliday--sp {
    display: none; }
 .global-header-noHoliday--sp-2 {
    display: none; }
  .global-header-newyear--pc {
    width: 1120px;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
    padding: 15px 0;
    margin: 70px auto 45px auto;
    border: 1px dashed #ccc; 
    background:#EF8486;
    text-decoration-underline: solid;
    text-decoration-color: #000000; }
  .global-header-newyear--sp {
    display: none; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 ヘッダー Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
  .global-header {
    margin-bottom: 10vw;
    /* ▼▲▼ ヘッダーショルダー ▼▲▼ */
    /* ▼▲▼ ヘッダーロゴ ▼▲▼ */
    /* ▼▲▼ ヘッダーラッパー ▼▲▼ */
    /* ▼▲▼ ヘッダーメニュー ▼▲▼ */
    /* ▼▲▼ 検索フォーム ▼▲▼ */
    /* ▼▲▼ メニューナビ ▼▲▼ */
    /* ▼▼▼ グローバルサイトプルダウン ▼▼▼ */
    /* ▼▲▼ 取り扱いブランド・アイテム数 ▼▲▼ */
    /* ▼▲▼ ヘッダーUSP ▼▲▼ */
    /* ▼▲▼ USPアイコン ▼▲▼ */
    /* ▼▲▼ USP英語 ▼▲▼ */
    /* ▼▲▼ ヘッダースライダー ▼▲▼ */
    /* ▼▲▼ 臨時告知系 ▼▲▼ */ }
    .global-header-shoulder {
      width: 94vw;
      font-size: 2.6vw;
      padding-top: 1vw;
      padding-bottom: 2vw;
      margin-top: 1.2vw;
      line-height: 1.2; }
    .global-header-shoulder span {
      text-align: right; }
    .global-header-logo {
      width: 100vw;
      margin-top: 0vw;
      margin-bottom: 18vw;
      padding-right: 2vw;
      padding-left: 2vw; }
    .global-header-logo__logo-image--galleria {
      width: 46vw;
      height: auto;
      padding-right: 3vw;
      padding-top: 33vw; }
    .global-header-slider-wrapper {
      margin-top: 10vw;
    }
    .global-header-logo__badge--left {
      left: 2vw; }
    .global-header-logo__badge-image {
      width: 10vw;
      height: auto; }
    .global-header-logo__badge--right {
      right: 2vw; }
    .global-header-logo__badge-image--anniversary {
      /* display: block; */
      width: 12vw;
      height: auto; }
	.global-header-logo__badge-image--cashless {
    display: none; }
    .global-header-wrapper {
      flex-direction: column-reverse; }
    .global-header-menu {
      width: 94vw;
      flex-direction: column;
      margin-bottom: 0vw; }
    .global-header-menu__search {
      margin-bottom: 5.5vw;
      order: 1; }
    .global-header-menu__search-txtfield {
      display: inline-block;
      width: 80.3vw;
      height: 12vw;
      line-height: 12vw;
      font-size: 5vw;
      padding-right: 3vw;
      padding-left: 3vw;
      vertical-align: middle; }
    .global-header-menu__search-btn {
      display: inline-block;
      width: 14vw;
      height: 12vw;
      line-height: 12vw;
      margin-left: -1vw;
      vertical-align: middle; }
    .global-header .fa-search:before {
      font-size: 5vw; }
    .global-header-menu__nav {
      width: 94vw;
      margin: 0 auto;
      margin-bottom: 0;
      order: 3; }
    .global-header-menu__nav-list {
      display: block;
      height: auto; }
    .global-header-menu__nav-item {
      display: block;
      width: 100%;
      text-align: left;
      letter-spacing: -0.08em;
      padding: 0;
      border-bottom: 1px dotted #aaa; }
    .global-header-menu__nav-item a {
      display: flex;
      align-items: center;
      justify-content: start;
      height: 11vw;
      line-height: 11vw;
      padding-left: 4vw; }
    .global-header-menu__nav-item a:after {
      display: block;
      top: 0;
      right: 5vw;
      font-size: 4vw;
      height: 11vw;
      line-height: 11vw;
      color: #a69b80; }
    .global-header-menu__nav-item i {
      display: none; }
    .global-header-menu__nav-ja {
      display: inline-block;
      font-weight: 700;
      font-size: 3.5vw;
      color: #404040;
      margin-bottom: 0; }
    .global-header-menu__nav-en {
      display: inline-block;
      font-weight: 700;
      font-size: 2.5vw;
      margin-left: 2vw; }
	 /* galleria_header-2のみに記載のクラス。ブランドリスト・アイテムリストがSPで表示されないようにする。 */
	.list-cate-header{
		display:none; }
    .global-header .global-site__pull-down {
      /* プルダウン用ラベル */
      /* アコーディオンメニュー部分のアイコン 閉じてるとき */
      /* アコーディオンメニュー部分のアイコン 開いたとき */
      /* アコーディオンメニュー部分の高さ 閉じてるとき */
      /* アコーディオンメニュー部分の高さ 開いたとき */ }
      .global-header .global-site__pull-down__input {
        display: none; }
      .global-header .global-site__pull-down__label {
        position: relative;
        display: flex;
        align-items: center;
        height: 11vw;
        padding-left: 4vw; }
      .global-header .global-site__pull-down__heading {
        position: static; }
      .global-header .global-site__pull-down__heading:hover {
        opacity: 1; }
      .global-header .global-site__pull-down__heading:after {
        position: absolute;
        right: 4.6vw;
        top: 40%;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f067";
        font-size: 3vw;
        color: #A69B80; }
      .global-header .global-site__pull-down input[type="checkbox"].global-site__pull-down__input:checked + .global-site__pull-down__label .global-site__pull-down__heading:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f068";
        font-size: 3vw; }
      .global-header .global-site__pull-down__txt-ja {
        display: inline-block;
        font-weight: 700;
        font-size: 3.5vw;
        color: #404040;
        margin-bottom: 0; }
      .global-header .global-site__pull-down__txt-en {
        display: inline-block;
        font-weight: 700;
        font-size: 2.5vw;
        color: #a0a0a0;
        letter-spacing: 0.04rem;
        margin-left: 2vw; }
      .global-header .global-site__pull-down__flag-icon {
        display: inline-block;
        width: 3vw;
        height: auto;
        margin-right: 2vw; }
      .global-header .global-site__pull-down__list {
        position: static;
        height: 0;
        overflow: hidden;
        transition: all .35s;
        background: #fff;
        width: 100%;
        border-radius: 0;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2); }
      .global-header .global-site__pull-down input[type="checkbox"].global-site__pull-down__input:checked ~ .global-site__pull-down__list {
        height: 48vw;
        margin-bottom: 1vw; }
      .global-header .global-site__pull-down__item:first-child {
        border-top: 1px dotted #aaa; }
      .global-header .global-site__pull-down__item {
        padding-left: 4vw;
        border-bottom: 1px solid #e5e5e5; }
      .global-header .global-site__pull-down__item:last-child {
        border-bottom: 1px solid #e5e5e5; }
      .global-header .global-site__pull-down__link {
        height: 12vw;
        line-height: 12vw;
        font-size: 3.5vw; }
      .global-header .global-site__pull-down__link:after {
        font: normal normal normal 12px/1 FontAwesome;
        content: "\f24d";
        right: 4vw;
        height: 12vw;
        line-height: 12vw;
        font-size: 3vw;
        color: #a69b80; }
      .global-header .global-site__pull-down__flag-icon-pc {
        display: none; }
    .global-header-menu__deal-table {
      box-sizing: border-box;
      width: 94vw;
      margin-bottom: 1vw;
      order: 2; }
    .global-header-menu__deal {
      display: flex;
      justify-content: space-between;
      font-size: 3.5vw;
      border: none; }
    .global-header-menu__deal tr {
      display: block;
      color: #404040;
      font-weight: 700; }
    .global-header-menu__deal td {
      display: inline-block;
      height: 8vw;
      line-height: 8vw; }
    .global-header-menu__deal tr:first-child {
      flex: 1 1 43vw;
      border-right: 1px dotted #aaa;
      border-top: 1px dotted #aaa;
      border-bottom: 1px dotted #aaa; }
    .global-header-menu__deal tr:last-child {
      flex: 1 1 43vw;
      border-top: 1px dotted #aaa;
      border-bottom: 1px dotted #aaa; }
    .global-header-menu__deal tr:first-child td:first-child {
      width: 65%;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      padding-left: 4vw; }
    .global-header-menu__deal tr:first-child td:last-child {
      width: 35%;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 4vw;
      padding-left: 0; }
    .global-header-menu__deal tr:last-child td:first-child {
      width: 65%;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      padding-left: 4vw; }
    .global-header-menu__deal tr:last-child td:last-child {
      width: 35%;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 3vw;
      padding-left: 0;
      text-align: right; }
    .global-header-usp {
      width: 96vw;
      margin-bottom: 5vw; }
    .global-header-usp__list {
      display: flex;
      justify-content: space-around;
      width: 100%; }
    .global-header-usp__item {
      position: relative;
      display: block;
      height: auto;
      border-left: none; }
    .global-header-usp__item:last-child {
      border-right: none; }
    .global-header-usp__item-txt {
      font-size: 2.8vw;
      line-height: 1.2;
      color: #404040;
      padding-left: 0; }
    .global-header-usp__item:before {
      position: absolute;
      display: none;
      font: normal normal normal 14px/1 FontAwesome;
      color: #a69b80;
      top: 11vw;
      transform: translate(-50%, 0);
      font-size: 6vw; }
    .global-header-usp__item:nth-child(1):before {
      content: "\f024";
      left: 50%; }
    .global-header-usp__item:nth-child(2):before {
      content: "\f06b";
      left: 50%; }
    .global-header-usp__item:nth-child(3):before {
      content: "\f1b3";
      left: 50%; }
    .global-header-usp__item:nth-child(4):before {
      content: "\f0d1";
      left: 50%; }
    .global-header-slider-cell {
      width: 100vw;
      height: auto;
      margin-right: 0; }
    .global-header-slider-cell__image {
      width: 100vw;
      height: auto; }
    .global-header-announcement--pc {
      display: none; }
    .global-header-announcement--pc__list {
      display: none; }
    .global-header-announcement--sp {
      display: block;
      width: 94vw;
      font-size: 3vw;
      line-height: 1.6;
      text-align: center;
      margin: 1vw auto 6vw auto; }
    .global-header-announcement--sp img{
      width: 100%;
      height: auto; }      
    .global-header-noHoliday--sp {
      display: block;
      padding-left: 3vw;
      padding-right: 3vw;
      margin-top: 20vw;
      margin-bottom: 6vw; }
    .global-header-noHoliday--sp img {
      width: 94vw;
      height: auto; }
	.global-header-noHoliday--sp-2 {
      display: block;
      padding-left: 3vw;
      padding-right: 3vw;
      margin-top: 3vw;
      margin-bottom: 6vw; }
    .global-header-noHoliday--sp-2 img {
      width: 94vw;
      height: auto; }
	 .global-header-cmpbnr--sp {
      display: block;
      padding-left: 3vw;
      padding-right: 3vw;
      margin-top: -6vw;
      margin-bottom: 6vw; }
    .global-header-cmpbnr--sp img {
      width: 94vw;
      height: auto; }
    .global-header-noHoliday--pc {
      display: none; }
    .global-header-newyear--pc {
    display: none; }
    .global-header-newyear--sp {
    display: block;
      width: 94vw;
      font-size: 3vw;
      line-height: 1.6;
      text-align: center;
      padding: 3vw 5vw;
      margin: 0 auto 6vw auto;
      border: 1px dashed #ccc;
      background:#EF8486;	}}
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 フッター

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.footer {
  background: #faf9f5;
  padding-bottom: 65px;
  /* ▼▲▼ 見出し ▼▲▼ */
  /* ▼▲▼ USP ▼▲▼ */
  /* USPアイコン */
  /* USP英語 */
  /* ▼▲▼ メニュー一覧 ▼▲▼ */
  /* アコーディオン用 */
  /* ▼▲▼ SNSリンク ▼▲▼ */
  /* ▼▲▼ PC/SP切り替えボタン ▼▲▼ */
  /* ▼▲▼ 海外サイトリンク ▼▲▼ */
  /* ▼▲▼ トップ戻るボタン ▼▲▼ */
  /* ▼▲▼ フッターコピーライト ▼▲▼ */ }
  .footer-header {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 45px;
    background: #f5f2e9;
    text-align: center;
    border-bottom: 1px solid #fff; }
  .footer-header__en {
    font-size: 4.5rem; }
  .footer-usp {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 50px; }
  .footer-usp__list {
    display: table;
    margin-bottom: 45px; }
  .footer-usp__item {
    display: table-cell;
    text-align: center; }
  .footer-usp__item-txt {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #404040; }
  .footer-usp__item:before {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #a69b80;
    margin-bottom: 20px;
    font-size: 2.6rem; }
  .footer-usp__item:nth-child(1):before {
    content: "\f024"; }
  .footer-usp__item:nth-child(2):before {
    content: "\f06b"; }
  .footer-usp__item:nth-child(3):before {
    content: "\f1b3"; }
  .footer-usp__item:nth-child(4):before {
    content: "\f0d1"; }
  .footer-usp__item:after {
    display: block;
    margin-top: 24px;
    color: #928a88;
    font-size: 1.2rem;
    letter-spacing: 0.1rem; }
  .footer-usp__item:nth-child(1):after {
    content: "Free Shipping!"; }
  .footer-usp__item:nth-child(2):after {
    content: "Gift Wrapping!"; }
  .footer-usp__item:nth-child(3):after {
    content: "Fast Shipping!"; }
  .footer-usp__item:nth-child(4):after {
    content: "Weekend Shipping!"; }
  .footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
  .footer input[type="checkbox"].footer-menu__input {
    display: none; }
  .footer-menu__heading {
    font-size: 1.8rem;
    margin-bottom: 45px; }
  .footer-menu__link {
    font-size: 1.4rem;
    margin-bottom: 30px; }
  .footer-menu__link:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    margin-right: 5px; }
  .footer-sns-wrapper {
    margin-bottom: 30px; }
  .footer-sns__link {
    width: 68px;
    height: 50px;
    border-top: 2px solid #303030;
    border-left: 2px solid #303030;
    border-bottom: 2px solid #303030;
    background: #fff; }
  .footer-sns__item:last-child .footer-sns__link {
    border-right: 2px solid #303030; }
  .footer-sns__item--twitter {
    width: 282px;
    height: 45px;
    font-size: 1.3rem;
    border: 2px solid #303030;
    background: #fff; }
  .footer-sns__link .fa-line:before, .footer-sns__link .fa-instagram:before, .footer-sns__link .fa-facebook-official:before, .footer-sns__link .fa-pencil-square-o:before, .footer-sns__item--twitter .fa-twitter:before {
    font-size: 2.4rem; }
  .footer-switch-wrapper {
    display: none; }
  .footer-switch__item {
    width: 25%; }
  .footer-switch__item:first-child {
    margin-right: 10px; }
  .footer-switch__btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 4px;
    background-color: #505050;
    text-align: center; }
  .footer-world-wrapper {
    border-bottom: 1px solid #d6d6d6;
    padding-top: 40px;
    padding-bottom: 20px; }
  .footer-world__item {
    padding-right: 18px;
    border-left: 1px dashed #666; }
  .footer-world__item:last-child {
    border-right: 1px dashed #666; }
  .footer-world__link {
    position: relative;
    font-size: 1.4rem;
    margin-right: 20px;
    margin-left: 20px; }
  .footer-world__link:after {
    position: absolute;
    top: 2px;
    right: -17px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f24d";
    font-size: 1.2rem; }
  .footer-btn {
    display: table;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 23px; }
  .footer-btn:hover {
    background: #fff;
    opacity: 1; }
  .footer-btn__text {
    display: table-cell;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em; }
  .footer-btn__text:before {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f077";
    margin-bottom: 5px; }
  .footer-copyright {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #d6d6d6; }

/* ▼▲▼ 営業日カレンダー ▼▲▼ */
#shopping-calendar-wrapper {
  width: 240px; }

.shopping-calendar {
  width: 100%;
  color: #555;
  margin-bottom: 10px; }

.shopping-calendar th span {
  float: right; }

.shopping-calendar tr {
  border-bottom: 1px solid #676767;
  background: #fff; }

.year {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #676767;
  border-right: 1px solid #676767;
  border-left: 1px solid #676767; }

.shopping-calendar td {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #676767; }

.shopping-calendar td:last-child {
  border-right: 1px solid #676767; }

.shopping-calendar .Today {
  background-color: #eee; }

.shopping-calendar .holiday {
  color: #fff;
  background-color: #e48d9d; }

/* 営業日カレンダーメニュー */
.shopping-calender-menu {
  display: flex;
  justify-content: space-between; }

.shopping-calender-menu__btn {
  font-size: 1.2rem;
  cursor: pointer; }

.shopping-calender-caption {
  margin-top: 8px; }

.shopping-calender-caption i {
  color: #e48d9d; }

.no-holiday-message {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 フッター Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
  .footer {
    width: 100vw;
    padding-bottom: 13vw;
    /* ▼▲▼ 見出し ▼▲▼ */
    /* ▼▲▼ USP ▼▲▼ */
    /* USPアイコン */
    /* USP英語 */
    /* ▼▲▼ フッターメニュー ▼▲▼ */
    /* アコーディオン用ラベル */
    /* 見出し */
    /* ▼▲▼ フッターSNS ▼▲▼ */
    /* ▼▲▼ PC/SP切り替えボタン ▼▲▼ */
    /* ▼▲▼ フッター海外サイト ▼▲▼ */
    /* ▼▲▼ フッタートップ戻るボタン ▼▲▼ */
    /* ▼▲▼ フッターコピーライト ▼▲▼ */ }
    .footer-header {
      padding-top: 5vw;
      padding-bottom: 5vw;
      margin-bottom: 8.5vw;
      border-top: none; }
    .footer-header__en {
      font-size: 9vw; }
    .footer-usp {
      margin: 0 auto;
      margin-bottom: 0;
      border-bottom: none; }
    .footer-usp__list {
      display: flex;
      justify-content: space-around;
      width: 96vw;
      margin-bottom: 8.5vw; }
    .footer-usp__item {
      position: relative;
      display: block; }
    .footer-usp__item-txt {
      font-size: 3vw;
      line-height: 1.4;
      letter-spacing: 0.04em;
      color: #404040;
      font-weight: 700; }
    .footer-usp__item-txt em {
      font-weight: 700; }
    .footer-usp__item:before {
      display: block;
      margin-bottom: 4vw;
      font-size: 6vw; }
    .footer-usp__item:after {
      display: none;
      font-size: 2.5vw;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0.02rem;
      color: #909090;
      margin-top: 3vw; }
    .footer-usp__item:nth-child(1):after {
      content: "Free\AShipping!";
      white-space: pre; }
    .footer-usp__item:nth-child(2):after {
      content: "Gift\AWrapping!";
      white-space: pre; }
    .footer-usp__item:nth-child(3):after {
      content: "Fast\AShipping!";
      white-space: pre; }
    .footer-usp__item:nth-child(4):after {
      content: "Weekend\AShipping!";
      white-space: pre; }
    .footer-menu-wrapper {
      width: 100vw;
      flex-direction: column;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10vw; }
    .footer-menu__label {
      display: block;
      border-top: 1px solid #ccc; }
    .footer-menu__label:after {
      clear: both;
      content: '';
      display: block; }
    .footer-menu__heading {
      font-size: 3.2vw;
      font-weight: 700;
      padding-right: 6vw;
      padding-left: 5vw;
      height: 13vw;
      line-height: 13vw;
      letter-spacing: -0.06em;
      margin-bottom: 0; }
    .footer-menu__heading:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f107";
      font-size: 5vw;
      height: 13vw;
      line-height: 13vw;
      float: right;
      transition: all .35s; }
    input[type="checkbox"].footer-menu__input:checked + .footer-menu__label .footer-menu__heading:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f106";
      font-size: 5vw;
      height: 13vw;
      line-height: 13vw; }
    .footer-menu__link {
      border-top: 1px dotted #ccc;
      width: 84.5vw;
      height: 12vw;
      line-height: 12vw;
      font-size: 3.5vw;
      font-weight: 700;
      padding-right: 6.5vw;
      padding-left: 9vw;
      margin-bottom: 0; }
    .footer-menu__link:before {
      float: right;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f105";
      font-size: 4vw;
      margin-right: 0;
      height: 12vw;
      line-height: 12vw; }
    .footer-sns-wrapper {
      margin-bottom: 6vw; }
    .footer-sns__link {
      box-sizing: border-box;
      width: 16vw;
      height: 11vw;
      border-top: 2px solid #303030;
      border-left: 2px solid #303030; }
    .footer-sns__item:last-child .footer-sns__link {
      border-right: 2px solid #303030; }
    .footer-sns__item--twitter {
      box-sizing: border-box;
      width: 64vw;
      height: 11vw;
      font-size: 3vw;
      border: 2px solid #303030; }
    .footer-sns__link .fa-line:before, .footer-sns__link .fa-instagram:before, .footer-sns__link .fa-facebook-official:before, .footer-sns__link .fa-pencil-square-o:before, .footer-sns__item--twitter .fa-twitter:before {
      font-size: 5vw; }
    .footer-switch__list {
      width: 96vw;
      margin-bottom: 6vw; }
    .footer-switch__item {
      width: 45%; }
    .footer-switch__item:first-child {
      margin-right: 3vw; }
    .footer-switch__btn {
      width: 100%;
      height: 40px;
      line-height: 40px;
      color: #fff;
      font-size: 1.4rem; }
    .footer-world-wrapper {
      padding-top: 0;
      padding-bottom: 0; }
    .footer-world__list {
      width: 100vw;
      flex-direction: column; }
    .footer-world__item {
      width: 100vw;
      padding-top: 3vw;
      padding-bottom: 3vw;
      padding-right: 0;
      border-top: 1px solid #ccc;
      border-left: none; }
    .footer-world__item:first-child {
      border-top: none; }
    .footer-world__item:last-child {
      border-right: none; }
    .footer-world__link {
      width: 89vw;
      font-size: 3vw;
      padding-left: 5vw;
      margin: 0; }
    .footer-world__link:after {
      font-size: 3vw;
      float: right;
      right: 0; }
    .footer-btn {
      display: block;
      position: fixed;
      width: 9vw;
      height: 9vw;
      z-index: 3;
      border: none;
      border-radius: 1vw;
      background-color: #303030;
      bottom: 17vw;
      right: 3vw;
      padding-top: 0;
      padding-bottom: 0;
      transition: .3s;
      transform: translateY(300%); }
    .footer .is_show {
      transform: translateY(0); }
    .footer-btn:hover {
      border-top: none;
      background-color: #303030; }
    .footer-btn:before {
      display: block;
      text-align: center;
      width: 9vw;
      height: 9vw;
      padding-top: 2.5vw;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f077";
      color: #fff; }
    .footer-btn__text {
      display: none; }
    .footer-copyright {
      font-size: 3vw;
      line-height: 1.6;
      padding: 5vw;
      border-top: none; }

  /* ▼▲▼ 営業日カレンダー ▼▲▼ */
  #shopping-calendar-wrapper {
    box-sizing: border-box;
    width: 70vw;
    padding-bottom: 3vw;
    margin-right: 15vw;
    margin-left: 15vw;
    margin-bottom: 0; }

  .year {
    font-size: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw; }

  .shopping-calendar td {
    font-size: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw; } }
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 サイドナビ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.side-navi {
  width: 245px;
  /* ▼▼▼ ピックアップ ▼▼▼ */
  /* ▼▼▼ その他 ▼▼▼ */
  /* ▼▼▼ ニュース ▼▼▼ */
  /* ▼▼▼ アイテムカテゴリー ▼▼▼ */
  /* ▼▼▼ ブランドリスト ▼▼▼ */
  /* ▼▼▼ ボタン ▼▼▼ */ }
  .side-navi__nav {
    margin-bottom: 50px; }
  .side-navi__heading {
    font-family: "tbudgothic-std";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 5px; }
  .side-navi .pickup-topics__list {
    margin-top: 20px; }
  .side-navi .pickup-topics__item {
    margin-bottom: 15px; }
  .side-navi .pickup-topics__item:last-child {
    margin-bottom: 0; }
  .side-navi .pickup-topics__item-link {
    text-align: center; }
  .side-navi .pickup-topics__item-img {
    width: 100%;
    height: auto; }
  .side-navi .other-topics__list {
    margin-top: 20px; }
  .side-navi .other-topics__item {
    margin-bottom: 10px; }
  .side-navi .other-topics__item:last-child {
    margin-bottom: 0; }
  .side-navi .other-topics__item-link {
    text-align: center; }
  .side-navi .other-topics__item-img {
    width: 84%;
    height: auto;
    border: 1px solid #f6f6f6; }
  .side-navi .news-topics__list {
    margin-top: 20px; }
  .side-navi .news-topics__item {
    margin-bottom: 20px; }
  .side-navi .news-topics__item-link {
    text-align: center;
    margin-bottom: 10px; }
  .side-navi .news-topics__item-img {
    width: 84%;
    height: auto;
    border: 1px solid #f6f6f6; }
  .side-navi .news-topics__item-lead {
    width: 84%;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 auto; }
  .side-navi .item-category__item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #e5e5e5; }
  .side-navi .item-category__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1; }
  .side-navi .item-category__link:after {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f105";
    font-size: 1.4rem;
    text-align: center;
    color: #A69B80; }
  .side-navi .brand-list {
    /* プルダウン用ラベル */
    /* プルダウン用見出し */ }
    .side-navi .brand-list__pull-down__input {
      display: none; }
    .side-navi .brand-list__pull-down__label {
      display: block;
      border-bottom: 1px solid #ccc; }
    .side-navi .brand-list__pull-down__label:after {
      clear: both;
      content: '';
      display: block; }
    .side-navi .brand-list__pull-down__label-txt {
      display: block;
      font-size: 1.6rem;
      padding-right: 13px;
      padding-left: 13px;
      margin-top: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
    .side-navi .brand-list__pull-down__label-txt:hover {
      opacity: 0.6; }
    .side-navi .brand-list__pull-down__label-txt:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f067";
      font-size: 1.5rem;
      color: #A69B80;
      float: right; }
    .side-navi .brand-list input[type="checkbox"].brand-list__pull-down__input:checked + .brand-list__pull-down__label .brand-list__pull-down__heading:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f068";
      font-size: 1.5rem; }
    .side-navi .brand-list__pull-down__list {
      height: 0;
      overflow: hidden;
      transition: all .35s; }
    .side-navi .brand-list__pull-down__item {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 25px;
      padding-right: 15px;
      border-bottom: 1px solid #e5e5e5; }
    .side-navi .brand-list__pull-down__link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.2; }
    .side-navi .brand-list__pull-down__link:after {
      font: normal normal normal 12px/1 FontAwesome;
      content: "\f105";
      font-size: 1.4rem;
      line-height: 1.2;
      text-align: center;
      color: #A69B80;
      padding-left: 15px; }
  .side-navi .category-button {
    margin-top: 20px; }
    .side-navi .category-button__link {
      box-sizing: border-box;
      font-family: "tbudgothic-std";
      font-size: 1.2rem;
      font-weight: 700;
      width: 100%;
      border: 2px solid #2c2c2c;
      text-align: center;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 15px; }
    .side-navi .category-button__link:after {
      font: normal normal normal 12px/1 FontAwesome;
      content: "\f105";
      font-size: 1.4rem;
      float: right;
      color: #2c2c2c; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 コラム 記事 Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/

/*# sourceMappingURL=galleria_common.css.map */
