@charset "utf-8";

/*
 * STORKフッター固定メニュー CSS v1.1
 * Copyright 2018 the Saibase (https://thesaibase.com)
 * 使用方法（https://thesaibase.com/wordpress/stork-fixed-menu-plugin）
 */

.hidden-pc {
  display: none;
}

/**
 * スマホ用
 * 画面横幅が767px未満の場合
 */
@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
  ul.footer-fixed-menu {
    bottom: 0;
    display: table;
    left: 0;
    margin: 0;
    position: fixed;
    table-layout: fixed;
    width: 100%;
    z-index: 9999;
  }
  ul.footer-fixed-menu li {
    display: table-cell;
    font-size: 10px;
    line-height: 1.3;
    list-style-type: none;
    margin: 0;
    padding: 6px 0 4px;
    vertical-align: middle;
  }
  ul.footer-fixed-menu li a {
    border: none;
    display: block;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
  }
  ul.footer-fixed-menu li i {
    font-size: 20px;
    margin: 0 0 3px 0;
  }
  .sns-follow {
    bottom: -10px;
    display: table;
    margin: 0;
    position: fixed;
    table-layout: fixed;
    width: 100%;
    z-index: 9998;
  }
  .sns-follow li {
    background: #000;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    line-height: 1.4;
    padding-top: 8px;
    text-align: center;
  }
  .sns-follow li i {
    font-size: 20px;
  }
  .sns-follow li.sns-follow-twt {
    background: #00aced;
  }
  .sns-follow li.sns-follow-fb {
    background: #3b579d;
  }
  .sns-follow li.sns-follow-insta {
    background: #604c41;
  }
  .sns-follow li.sns-follow-line {
    background: #00b900;
  }
  .sns-follow li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  /* コピーライト */
  footer .copyright {
    padding-bottom: 55px;
  }

  /* PC版のページトップへボタンを非表示 */
  #page-top {
    display: none;
  }

  /* モーダルポップアップタイトル */
  .remodal-title {
    color: #95979c;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-top: 1.6em;
  }

  /* Amazon MobilePopover使用時 */
  .amzn-lew-adsDiv {
    z-index: 10000 !important;
  }

}