/* =========================
   Global / Link reset (scope-safe)
========================= */
#header a { text-decoration: none; }

a{
  text-decoration: none;
  color: #333;
}

/* ▼ 現時点でページHTML内に該当クラスが見当たらないためコメントアウト（未使用）
.btn-disabled{ text-decoration: none; }
.btn-dis{ text-decoration: none; }
*/

/* =========================
   Breadcrumb / Containers
========================= */
#breadcrumb{
  margin-bottom: 0;
}

#main.clinic-onepage .clinic-container{
  width: 100%;
  margin: 0 auto;
}

.anchor-container{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================
   Sections layout
========================= */
#banners,#campaign,#price-banners{
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
  text-align: center;
}

#reasons{
  background-color: #efefef;
  width: 100%;
  margin-top: 60px;
}

#derma,
#about,
#doctor,
#faq{
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 30px;
}

#derma p{
  text-align: center;
}

/* clinic onepage scope */
.clinic-onepage {
  margin-top: 0;
  font-size: 16px;
  color: #333;
}

/* clinic内のセクション間隔 */
#main.clinic-onepage .clinic-section{
  padding: 26px 0;
}

#main.clinic-onepage .clinic-section p{
  margin-bottom: 30px;
}

.reason-box{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
}

/* =========================
   base.css 衝突回避（#main.clinic-onepage限定）
========================= */
#main.clinic-onepage h1{
  margin: 30px 0 20px;
  line-height: 1.6;
  text-align: center;
  color: #B13B6F;
  letter-spacing: 1px;
}

#main.clinic-onepage h2{
  margin: 30px 0 40px;
  line-height: 1.6;
}

#main.clinic-onepage h3{
  margin: 20px 0 16px;
  line-height: 1.6;
}

/* ボタンリンクの下線など */
#main.clinic-onepage a.btn,
#main.clinic-onepage a.btn:hover{
  text-decoration: none !important;
}

/* =========================
   Hero
========================= */
.clinic-hero{
  display: block;
  width: 100%;
  max-width: 1100px;
  align-items: center;
  margin: 10px auto 18px;
}

.clinic-hero__head{
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.clinic-hero__title{
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.clinic-hero__desc{
  margin: 0 0 14px;
  line-height: 1.8;
  text-align: center;
}

/* ヒーロー画像 */
.clinic-hero-view{
  width: 1100px;
  margin: 0 auto;
}

.clinic-hero-view img{
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* =========================
   Anchor nav
========================= */
.clinic-anchor{
  position: relative;
  border-top: 1px solid #B13B6F;
  border-bottom: 1px solid #B13B6F;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.clinic-anchor a{
  white-space: nowrap;
  font-size: 14px;
  text-decoration: underline;
  color: #B13B6F;
  font-weight: 600;
}

.clinic-anchor a:hover{
  text-decoration: none;
}

/* =========================
   Section heading (stylish)
========================= */
.clinic-h2{
  text-align: center;
  margin: 80px 0 48px;
  font-family: "Noto Sans JP", sans-serif;
}

.clinic-h2 .en{
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #c7b08a;
  margin-bottom: 8px;
}

.clinic-h2 .jp{
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-bottom: 12px;
}

.clinic-h2 .jp::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #c7b08a;
  transform: translateX(-50%);
}

/* =========================
   Banner / Cards
========================= */
.banner-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.banner-grid-cp{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.banner-grid-cp-grid01{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.banner-grid-price{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}

.banner{
  display: block;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #eee;
}
.banner-grid img{
  width: 100%;
  height: auto;
  display: block;
}
  .banner-grid-cp img{
    width: 100%;
    height: auto;
    display: block;
  }
  .banner-grid-cp-grid01 img{
    width: 544px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
.banner-grid-price img{
  width: 100%;
  height: auto;
  display: block;
}

.banner img{
  width: 100%;
  height: auto;
  display: block;
}



/* REASON cards */
.card-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.card{
  border: 1px solid #eee;
  border-radius: 0;
  padding: 14px;
  background: #fff;
}

.price-card-title{
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.price-card-image{
  width: 100%;
  display: block;
  border-radius: 0;
  margin: 0 auto 10px;
}

/* =========================
   Pills
========================= */
.pill-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.pill-list li{
  border-radius: 999px;
  padding: 6px 10px;
  background: #B23A6E;
  font-size: 14px;
  font-weight: 400;
}

.pill-list li a{
  color: #fff;
  text-decoration: none;
}

/* =========================
   About (table + map)
========================= */
.clinic-about-flex{
  display: flex !important;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.clinic-about-info{
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
}

.clinic-about-map{
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  height: 420px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fafafa;
}

.clinic-about-map iframe{
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* info-table */
.info-table{
  border: 1px solid #eee;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.info-table .row{
  display: grid;
  grid-template-columns: 130px 1fr;
  height: 80px;
}

.info-table .th{
  background: #f7f7f7;
  padding: 18px;
  font-weight: 700;
  color: #444;
  text-align: center;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-table .td{
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
  color: #333;
  display: flex;
  align-items: center;
}

.info-table .row:last-child .th,
.info-table .row:last-child .td{
  border-bottom: none;
}

/* =========================
   Buttons (existing .btn系を “女性が押しやすい” デザインに寄せる)
   ※ 新クラス(btn-styled)を使わず、現状のHTMLでも効くように上書き
========================= */
.clinic-onepage .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 14px 22px;
  border-radius: 999px;                 /* 押しやすい丸み */
  border: 1px solid transparent;

  text-decoration: none !important;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;

  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, background .2s ease;
}

.clinic-onepage .btn-lg{
  padding: 16px 28px;
  font-size: 16px;
}

/* primary（予約など） */
.clinic-onepage .btn-primary{
  background: linear-gradient(125deg, #d76c98 0%, #b13b6e 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(177, 59, 110, .18);
}

.clinic-onepage .btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(177, 59, 110, .26);
  opacity: .97;
}

/* outline（電話など） */
.clinic-onepage .btn-outline{
  background: #fff;
  color: #b13b6e;
  border-color: #b13b6e;
  box-shadow: 0 8px 18px rgba(177, 59, 110, .10);
}

.clinic-onepage .btn-outline:hover{
  background: #fdf1f6;
  transform: translateY(-2px);
}

/* secondary（必要なら） */
.clinic-onepage .btn-secondary{
  background: #f3f3f3;
  color: #111;
  border-color: #ddd;
}

/* CTA row */
.clinic-onepage .clinic-cta-row{
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
  margin: 32px 0 100px;
  flex-wrap: wrap;
}


/* =========================
   FAQ (left aligned)
========================= */
.clinic-onepage #faq .accordion{
  margin-top: 10px;
}

.clinic-onepage #faq .accordion-item{
  margin: 0 0 18px;
}

.clinic-onepage #faq .accordion-title{
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;

  padding: 15px 20px;
  background: #E9E3D8 !important;
  color: #333 !important;

  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
  position: relative;
}

.clinic-onepage #faq .accordion-title::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.clinic-onepage #faq .accordion-title::after{
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 400;
  color: #666;
}

.clinic-onepage #faq .accordion-title.open::before{
  transform: rotate(90deg);
}

.clinic-onepage #faq .accordion-title.open::after{
  content: "−";
}

.clinic-onepage #faq .accordion-content{
  padding: 18px 20px 0;
}

.clinic-onepage #faq .accordion-content p{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* ▼ 現時点でページHTML内に該当クラスが見当たらないためコメントアウト（未使用）
   - Doctor Profile（doctor-profile 系）
.doctor-profile { ... }
.doctor-profile__photo { ... }
.doctor-profile__info { ... }
.doctor-profile__btn { ... }
*/

/* ==========================================================================
   SP / Tablet overrides
========================================================================== */

/* <= 900px : grid / about 2col -> 1col */
@media (max-width: 900px){
  .banner-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .card-grid{
    grid-template-columns: 1fr;
  }

  .clinic-about-flex{
    flex-direction: column !important;
    gap: 16px;
  }

  .clinic-about-info,
  .clinic-about-map{
    width: 100%;
    flex: 0 0 auto;
  }

  .clinic-about-map{
    height: 420px;
  }

  .info-table .row{
    grid-template-columns: 140px 1fr;
  }

  .info-table .th,
  .info-table .td{
    padding: 14px;
  }
}

/* <= 768px : buttons full width / anchor wrap */
@media (max-width: 768px){
  .clinic-onepage .clinic-cta-row{
    gap: 12px;
  }

  .clinic-onepage .btn{
    width: 100%;
  }

  .clinic-anchor{
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px 15px;
  }
}

/* <= 766px : FAQ paddings (あなたの既存意図を維持) */
@media (max-width: 766px){
  .clinic-onepage #faq .accordion-title{
    padding: 18px 16px;
    font-size: 14px;
  }

  .clinic-onepage #faq .accordion-content{
    padding: 14px 16px 0;
  }

  .clinic-onepage #faq .accordion-content p{
    font-size: 14px;
  }

  .clinic-hero-view{
    width: 100%;
  }
  .clinic-hero__title{
    font-size: 20px;
    padding: 0 15px;
  }
  .clinic-hero__desc{
    font-size: 14px;
    padding: 0 15px;
  }
  .clinic-hero-view{
    width: 100%;
  }
  .clinic-hero-view img{
    height: auto;
    border-radius: 0;
  }
  .banner-grid{
    margin: 0 15px;
  }
  .banner-grid-cp {
    gap: 15px;
    margin: 0 15px;
  }
  .banner-grid-cp img{
    height: auto;
  }
  .banner-grid-cp-grid01 {
    width: 100%;
    padding: 0 30px;
  }
  .banner-grid-cp-grid01 img{
    width: 100%;
    height: auto;
  }
}

/*/ ======================
   Stylish Buttons (Fix)
====================== */

/* ベース共通 */
.btn-styled{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 16px 48px;
  border-radius: 999px;      /* 女性向け：柔らかく押しやすい */
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, background .2s ease;
  cursor: pointer;
  text-decoration: none !important;
}

/* メインCTA（塗り） */
.btn-styled--primary{
  background: linear-gradient(125deg, #d76c98 0%, #b13b6e 100%);
  color: #fff !important;
  border: none;
  box-shadow: 0 10px 22px rgba(177, 59, 110, 0.18);
}

.btn-styled--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(177, 59, 110, 0.26);
  opacity: .97;
}

/* サブCTA（囲み） */
.btn-styled--outline{
  background: #fff;
  color: #b13b6e !important;
  border: 2px solid #b13b6e;
  box-shadow: 0 8px 18px rgba(177, 59, 110, 0.10);
}

.btn-styled--outline:hover{
  background: #fdf1f6;
  transform: translateY(-2px);
}

/* SP対応 */
@media (max-width: 768px){
  .btn-styled{
    display: block;
    width: auto;
    padding: 14px 0;
    font-size: 16px;
    margin: 0 30px;
  }
  #main.clinic-onepage h2 {
    margin: 30px 15px 40px;
}
.clinic-h2 .jp{
  font-size: 20px;
}
.card{
  margin: 0 30px;
  padding: 20px;
} 
.card-grid {
  gap: 20px;
}
#derma, #about, #doctor, #faq {
  width: auto;
  max-width: 100%;
  margin: 30px 20px 30px;
}
.pill-list li {
    padding: 4px 20px;
    font-size: 14px;
  }
  .doctor-profile {
    display: block !important;
  }
  .doctor-profile__photo {
    flex: none;
    width: 100%;
  }
  .doctor-position {
    font-size: 14px;
    margin-bottom: 15px;
    margin: 15px;
  }
  .doctor-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .doctor-name span {
    font-size: 14px;
    margin-left: 0;
  }
  #main.clinic-onepage h3{
    margin: 20px 15px 5px;
  }
  .doctor-name-en {
    margin: 0 15px 0;
}
.clinic-onepage .clinic-cta-row{
  display: block;
}

}

/* =========================
   Doctor Profile
========================= */

.doctor-section {
  margin-top: 96px;
}

.doctor-profile {
  display: flex;
  gap: 64px;
  align-items: center;
}

.doctor-profile__photo {
  flex: 0 0 420px;
}

.doctor-profile__photo img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.doctor-profile__info {
  flex: 1;
}

.doctor-position {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2a0b7; /* LULA系ピンク */
  margin-bottom: 20px;
}

.doctor-name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.doctor-name span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 8px;
}

.doctor-name-en {
  font-size: 14px;
  color: #777;
  margin-bottom: 24px;
}

.doctor-cert {
  background: #f7f7f7;
  padding: 20px 24px;
  margin-bottom: 32px;
}

.doctor-cert ul {
  margin: 0;
  padding-left: 1.2em;
}

.doctor-cert li {
  font-size: 14px;
  line-height: 1.8;
}

/* SP対応 */
@media (max-width: 768px) {
  .doctor-profile__photo {
    flex: none;
    width: 100%;
  }
}
/* =========================
  Doctor Career（主な経歴）
========================= */
.doctor-career{
  margin-top: 30px;
}

.doctor-career__title{
  margin: 0 0 12px;
  display:flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}
.doctor-cards__title{
  margin: 60px 0 16px !important;
  display:flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.doctor-career__title .jp,.doctor-cards__title .jp{
  font-size: 20px;
}

.doctor-career__title .en,.doctor-cards__title .en{
  font-size: 15px;
  color: #C6B08A;
  font-weight: 600;
}

.career-list{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(176,67,115,.28);
  background: #fff;
}

.career-item{
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 64px;
}

.career-item + .career-item{
  border-top: 1px solid rgba(176,67,115,.22);
}

.career-year{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px 12px;
  background: #B04373;              /* 画像の雰囲気に近い色 */
  color: #fff;
  font-weight: 800;
  letter-spacing: .03em;
}

.career-text{
  display:flex;
  align-items:center;
  padding: 14px 16px;
  font-weight: 600;
  color: rgba(0,0,0,.78);
}

/* SP最適化 */
@media (max-width: 766px){
  .doctor-career{ padding: 16px 12px; }

  .career-item{
    grid-template-columns: 1fr;
  }

  .career-year{
    justify-content: flex-start;
    padding: 10px 12px;
  }

  .career-text{
    padding: 12px 12px 14px;
  }
}
/* =========================
  Doctor Cards Grid（3カラム）
========================= */
.doctor-cards{
  margin-top: 20px;
}

.doctor-cards__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 767px){
  .doctor-cards__grid{
    display: block;
    margin: 20px;
  }
  .doctor-card {
    margin-bottom: 30px;
  }
  .doctor-card__body {
    margin-bottom: 30px;
  }
  .doctor-cards__title {
    margin: 60px 20px 16px !important;
  }
  #main.clinic-onepage .clinic-section p {
    text-align: center;
  }
  #main.clinic-onepage h3 {
    text-align: center;
  }
  .doctor-card__name-jp {
    margin: 20px 0 10px;
    text-align: center;
  }
}

/* card */
.doctor-card{
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.doctor-card__photo{
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.doctor-card__photo img{
  width: 100%;
  height: auto;
  display: block;
}

.doctor-card__body{
  padding-top: 14px;
  flex: 1;
}

.doctor-card__name-en{
  margin: 0 0 6px;
  font-weight: 400;
  color: rgba(0,0,0,.55);
  margin-bottom: 0 !important;
}

.doctor-card__name-jp{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(0,0,0,.82);
}

.doctor-card__name-jp span{
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
  color: rgba(0,0,0,.65);
}

.doctor-card__role{
  margin: 0;
  font-weight: 700;
  color: rgba(0,0,0,.65);
  line-height: 1.6;
}

/* button（画像っぽい太めのボタン） */
.doctor-card__btn{
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 8px;
  background: #B04373;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .04em;
  transition: opacity .2s ease, transform .2s ease;
}
.doctor-card__btn:hover{
  opacity: .9;
  transform: translateY(-1px);
}

/* ▼ カルーセル全体の基準 */
.about-carousel-wrap {
  position: relative;
  overflow: visible; /* ← ここが重要 */
}
#about-carousel{
  padding: 26px 30px !important;
}
/* slick本体 */
.about-carousel {
  overflow: hidden; /* スライド自体は隠す */
}

/* ▼ 矢印（画像の外側） */
.about-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

/* 画像の“外”に出す */
.about-carousel-arrow.is-prev { left: -22px; }
.about-carousel-arrow.is-next { right: -22px; }

/* アイコン */
.about-carousel-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.about-carousel-arrow.is-prev::before { transform: rotate(-135deg); }
.about-carousel-arrow.is-next::before { transform: rotate(45deg); }

/* スライド余白 */
.about-carousel .slick-slide {
  padding: 0 8px;
}

/* 画像 */
.about-carousel img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px){
  .about-carousel-arrow.is-prev { left: -15px; }
  .about-carousel-arrow.is-next { right: -15px; }
  #about-carousel{
    padding: 26px 20px !important;
  }
}

/* ▼ モーダル背景 */
.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* 表示中 */
.image-modal.is-active {
  display: flex;
}

/* 画像 */
.image-modal__content img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  background: #000;
}

/* 閉じるボタン */
.image-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

/* SP微調整 */
@media (max-width: 767px){
  .image-modal__close {
    top: 10px;
    right: 10px;
  }
}

/* SNS section */
.sns-section{
  padding-top: 26px;
}

.sns-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 18px 10px 10px;
}

.sns-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 18px;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}

.sns-btn img{
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.sns-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}

.sns-note{
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  opacity: .85;
}

/* responsive */
@media (max-width: 766px){
  .sns-buttons{
    gap: 22px;
  }
  .sns-btn{
    width: 76px;
    height: 76px;
    border-radius: 16px;
  }
  .sns-btn img{
    width: 52px;
    height: 52px;
  }
}



