@charset "UTF-8";
/*
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 特集用 特集用ヘッダー・フッター

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/* グローバルヘッダー */
.global-header {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff; }

.global-header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

/* ロゴ */
.global-header-logo__link {
  display: block;
  width: 150px;
  height: auto; }

.global-header-logo__image {
  width: 100%;
  height: auto; }


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

$$ 各EC共通 特集用 特集用ヘッダー・フッター Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 768px) {
  /* グローバルヘッダー */
  .global-header {
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-color: #fff; }

  .global-header-wrapper {
    padding-right: 3vw;
    padding-left: 3vw; }

  /* ロゴ */
  .global-header-logo__link {
    width: 30vw;
    height: auto; }

  /* SNS */
  .global-header-sns__item {
    margin-left: 3.5vw; }

  .global-header-sns__item .fab {
    padding-top: 5px;
    font-size: 5vw; }


}
/*# sourceMappingURL=galleria_ec_special.css.map */
