@charset "UTF-8";

/* 20260113 add retouch.css */

/* 20260113 PC表示時 ヘッダーメニューの追従化 */
@media screen and (min-width: 768px) {
  .scn-header-pc-fixed {
    transition: transform .4s ease;
  }
  .scn-header-pc-fixed.header-fix {
    position: fixed;
    top: -101px;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
  }
  .scn-header-pc-fixed.header-fix.header-show {
    transform: translateY(101px);
  }
}

/* 20260113 Instagramのアイコンの変更 */
.sampleArea .sampleLead__sns .scn-instagram-icon {
  width: 51px;
}