@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
*/

/* スマホ用のトップヘッダー画像調整 */

@media screen and (max-width: 599px) {
  .p-mainVisual__bg {
    object-position: center top !important;
  }
}


/* プロフィール下に置く SNSアイコン／リンク配置レイアウト */

.shizuya-sns-links {
  margin-top: 3em;
  text-align: center;
}

.shizuya-sns-links p {
  margin-bottom: 1em;
  font-size: 0.95rem;
  opacity: 0.85;
}

.sns-buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.sns-btn {
  display: inline-block;
  padding: 0.5em 1.4em;
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.9;
}

.sns-btn:hover {
  opacity: 1;
}