@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 追従バナー */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: var(--color_main);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* 追従バナー・スマホは非表示 */
@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}

/*フッターロゴ追加*/
/* フッターロゴを通常配置にして、メニューとかぶらせない */
#footer .c-headLogo.-img {
  position: static !important;
  display: block !important;
  text-align: center;
  margin: 0 auto 40px !important;
  transform: none !important;
}

/* ロゴ画像サイズ */
#footer .c-headLogo__img {
  max-width: 220px;
  height: auto;
}

/* フッター下部の余白調整 */
#footer .l-footer__foot {
  padding-top: 40px !important;
}

/* フッターメニュー中央寄せ */
#footer .l-footer__nav,
#footer .c-footerNav {
  margin-top: 30px;
}
.custom-footer-logo {
  text-align: center;
  margin: 40px auto 0;
}

.custom-footer-logo .c-headLogo {
  justify-content: center;
}