main {
  padding-top: 70px !important;
}

.p-kv_slider__track__list__item__inner {

  transform: scale(1) !important;
}

.p-kv_slider__track__list__item__inner__info {
  max-width: 350px;

  left: auto !important;
  right: 15% !important;
  /* 右端からの距離（好みで調整） */
  transform: none !important;

  /* 下からの位置を調整（画像の中央らへんにしたい場合は bottom を大きくする） */
  bottom: 35%;

  /* 中身を左揃えにする（右側に箱を置いて、その中で左揃え） */
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  line-height: 2;
}

.p-kv_slider__track__list__item__inner__info__btn {
  width: auto;
  height: 40px;

  padding: 20px 40px 20px 20px;
  position: relative !important;
}

.p-kv_slider__track__list__item__inner__info__title {
  word-spacing: 100vw !important;
  display: block !important;
  margin-bottom: 0;
  line-height: 1.6;

  font-size: 28px;

}

.p-kv_slider__track__list__item__inner__info__label {
  word-spacing: 100vw !important;
}

/*@media screen and (min-width: 720px) {*/
@media screen and (min-width: 1200px) {




  .p-kv_slider__track__list__item__inner {
    padding-top: 50% !important;
  }
}

.u-color__btn--bg--overlay_bk {
  background: #1e1e1e !important;
}

.u-text--body--overlay_bk {
  color: #000 !important;
  font-size: 18px !important;
}

.u-text--head--overlay {
  color: #000 !important;
  font-size: 26px !important;
}


.splide__slide {
  transition-duration: 7000ms !important;
  transition-timing-function: cubic-bezier(0.42, 0.65, 0.27, 0.99) !important;
}


.l-header__inner {
  background-color: #FFF;

}


.p-custom_menu a.is-active {
  color: #fb96a5;
  font-weight: bold;
}

/* スライドショー部分 */
.p-kv_slider__nav {
  justify-content: center;
}

.p-kv_slider__nav__pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.p-kv_slider__nav__pagination__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f7f3ec;
  border: 1px solid #717171;
  transition: background 0.3s;
  cursor: pointer;
}

.p-kv_slider__nav__pagination__dot button {
  display: none;
}

.p-kv_slider__nav__pagination__dot.is-current {
  background: #dd9614;
}

.p-kv_slider__nav__arrow {
  display: none;
}


/*画像＋文字*/
/* ボタンの配置エリア */
.about-btn-area {
  margin-top: 30px;
  /* テキストとの間隔 */
}

/* ボタン本体のデザイン */
.about-custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e1e;
  /* 黒背景 */
  color: #ffffff;
  /* 白文字 */
  padding: 12px 30px;
  /* ボタンの大きさ */
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
  /* 角を少し丸める（不要なら0に） */
  /*min-width: 200px;*/
  position: relative;
}

.about-custom-btn::after,
.p-kv_slider__track__list__item__inner__info__btn::after {
  content: '' !important;
  position: absolute !important;
  right: 20px !important;
  /* スマホ画面なので少し内側に配置 */
  width: 6px !important;
  height: 6px !important;
  border-top: 1px solid #f7f3ec !important;
  border-right: 1px solid #f7f3ec !important;
  transform: translateY(-50%) rotate(45deg) !important;
  top: 50% !important;
}

/* ホバー（マウスを乗せた時）の動き */
.about-custom-btn:hover {
  background-color: #444444;
  opacity: 0.9;
  transform: translateY(-2px);
  /* 少しだけ上に浮く演出（プロっぽい！） */
}

.about-text-wrapper {
  max-width: 530px;
  width: 100%;
  text-align: left;
  /* 文字は左揃え */

  box-sizing: border-box;
}


/* 右寄せレイアウト（is-right）の場合の配置 */
.about-section-common.is-right .about-text-wrapper {
  position: absolute;
  /* ★画像を無視して上に浮かせる */
  top: 50%;
  /* 上から50%の位置に */
  right: 8%;
  /* 右端からの余白（既存のpadding-rightと同じ） */
  transform: translateY(-50%);
  /* 縦のド真ん中にピタッと合わせる */

}

/* 左寄せレイアウト（is-left）の場合の配置 */
.about-section-common.is-left .about-text-wrapper {
  position: absolute;
  top: 50%;
  left: 15%;
  /* 左端からの余白 */
  transform: translateY(-50%);
}

/*
.about-section-common.is-right {
    display: flex ;
    justify-content: flex-end ; 
    align-items: center ;
    padding-right: 10% ;      
    min-height: 700px ;
}
.about-section-common.is-left {
    display: flex ;
    justify-content: flex-start ; 
    align-items: center ;
    padding-left: 15% ;           
   min-height: 500px ;
}
.about-section-common.is-bottom-center {
    display: flex ;
    justify-content: center ; 
    align-items: flex-end ;  
    
    padding: 50px 5% 5% 5% ; 
    min-height: 600px ;     
}
    */
.about-text-wrapper .about-title {
  text-align: left;

}

/*
.about-section-common {
    background-size: cover ;     
    background-position: center ; 
    background-repeat: no-repeat ;
}
    */

.product-section.about-section-common {
  position: relative;
  /* ★重要：上にテキストを浮かせるための「基準」にする */
  padding: 0;
  /* ★重要：つっかえ棒になっていた余白をゼロにする */
  width: 100%;
  display: block;
  /* flexになっているのをリセット */

}

.section-bg-img {
  width: 100%;
  height: auto;
  display: block;
  /*min-height: 650px;*/

}



/* セクション */
.product-section {
  /*
  padding: 60px 30px;
  display: flex;
  justify-content: center;



background-size: 100% auto;
    background-repeat: no-repeat;


    width: 100%;
    aspect-ratio: 1900 / 800;
*/


}

.product-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.product-image img {
  display: block;
  max-width: 300px;
  margin-bottom: 10px;
}

.pattern-section {
  /* 背景画像の設定（領域全体を覆うようにする） */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 70px 20px;

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 先ほどの「重ねる」設定をこのセクションでは無効化する */
.pattern-section .product-container {
  position: static;
  /* 浮かせるのをやめる */
  height: auto;
  /* 高さはテキストに合わせる */
}


/* ===================================================
   アイコンの配置（PC用：4つ横並び）
   =================================================== */
.about-icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* アイコン同士の隙間（PC） */
  margin-top: 30px;
  /* 上のテキストとの距離 */
  padding: 0;
  list-style: none;
  /* デフォルトの「・」を消す */
  width: 100%;
}

.about-icon-list li {
  width: 20%;
  /* 4つ均等に並べるための幅 */
  max-width: 160px;
  /* PCで画面が広すぎてもアイコンが巨大化しないための制限 */
}

.about-icon-list li img {
  width: 100%;
  height: auto;
  /* 常に画像の縦横比（まん丸）をキープ！ */
  display: block;
}

/* ===================================================
   アイコンのフワッと表示アニメーション
   =================================================== */
/* ① 初期状態：透明にして、少し下（20px）に下げておく */
.about-icon-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  /* 0.6秒かけて変化させる */
}

/* ② スイッチが入った状態：不透明にして、元の位置に戻す */
.about-icon-list.is-visible li {
  opacity: 1;
  transform: translateY(0);
}

/* ③ 1つずつ「ズラして」表示するための時間差（ディレイ）設定 */
.about-icon-list li:nth-child(1) {
  transition-delay: 0s;
}

.about-icon-list li:nth-child(2) {
  transition-delay: 0.4s;
}

.about-icon-list li:nth-child(3) {
  transition-delay: 0.8s;
}

.about-icon-list li:nth-child(4) {
  transition-delay: 1.2s;
}

/* ===================================================
   飲み方アイコンの配置（PC用：4つ横並び＋アニメ準備）
   =================================================== */
.howto-icon-list {
  display: flex;
  justify-content: flex-start;
  /* 左寄せで並べる */
  align-items: center;
  gap: 15px;
  /* アイコン同士の隙間 */
  margin: 30px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.howto-icon-list li {
  width: 23%;
  max-width: 120px;

  /* フワッと表示用のアニメーション初期状態（透明＆少し下） */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.howto-icon-list li img {
  width: 100%;
  height: auto;
  display: block;
}

/* スイッチが入った状態 */
.howto-icon-list.is-visible li {
  opacity: 1;
  transform: translateY(0);
}

/* 1つずつズラして表示する時間差設定 */
.howto-icon-list li:nth-child(1) {
  transition-delay: 0s;
}

.howto-icon-list li:nth-child(2) {
  transition-delay: 0.4s;
}

.howto-icon-list li:nth-child(3) {
  transition-delay: 0.8s;
}

.howto-icon-list li:nth-child(4) {
  transition-delay: 1.2s;
}

@media screen and (max-width: 768px) {
  .about-icon-list {
    flex-wrap: wrap;
    /* 画面が狭い時は折り返す（2行目を作る） */
    gap: 20px 4%;
    /* 縦の隙間20px、横の隙間4% */
    margin-top: 30px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-icon-list li {
    width: 40%;
    /* 画面の約半分（48%）にして綺麗に2列にする */
    max-width: none;
    /* PC用の制限を解除 */
  }

  /* スマホの時は、重ねるのをやめて縦に並べる */
  .product-section.about-section-common {
    display: flex;
    flex-direction: column;
  }


  /* テキストエリア：画像の上に重ねる（!importantを使用） */
  .about-section-common.section-natural .about-text-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    z-index: 10;
    /* 画像より確実に手前に出す */

    /* フレックスボックスで中央配置に調整 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 縦の中央に配置 */

    align-items: center;
    padding: 5%;
  }

  .section-natural .about-txt {
    margin-bottom: 20px;
    /* テキストとボタンの間隔 */
    text-align: center;
  }

  .p-kv_slider__track__list__item__inner__info {
    left: 50% !important;
    right: auto !important;
    /* 既存の右寄せルールを解除 */
    transform: translateX(-50%) !important;

    width: 90% !important;
    max-width: 100% !important;

    align-items: center !important;
    text-align: center !important;

    bottom: auto !important;
    /* 既存の下からの指定を解除 */
    top: 8% !important;

  }

  .p-kv_slider__track__list__item:nth-child(3) .p-kv_slider__track__list__item__inner__info {

    left: 8% !important;
    /* 左からの余白（画像に合わせて調整OK） */
    right: auto !important;
    /* 右寄せを解除 */
    transform: none !important;
    /* 中央に持ってくる移動を解除 */

    /* 中身を左揃えに戻す */
    align-items: flex-start !important;
    text-align: left !important;
    top: 8% !important;
  }

  /* テキストの中身の設定（PCと同様左揃え） */
  .section-natural .about-title,
  .section-natural .about-txt,
  .section-natural .about-btn-area {
    text-align: center;
    /*margin-bottom: 15px; */
  }

  .about-btn-area {
    margin-top: 0;
  }

  /* テキストの中身を中央揃えに */
  .section-habit .about-title,
  .section-habit .about-txt {
    text-align: center !important;
    margin-bottom: 15px;
  }

  /* 上部：見出しと文言を中央揃えに */
  .section-howto .about-title,
  .section-howto .about-txt {
    text-align: center;
    margin-bottom: 15px;
  }

  /* 中部：アイコンリスト（縦並びの右寄せ） */
  .section-howto .howto-icon-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* 右側に寄せる */
    gap: 0px;
    /* アイコンの縦の隙間 */
    padding-right: 10%;
    /* 右端にピタッとくっつきすぎないように余白を確保 */

    /* ★魔法の指定：空きスペースを自動吸収して「真ん中」に陣取り、注意書きを下に押しやる */
    margin-top: auto;
    margin-bottom: auto;
  }

  /* アイコン自体のサイズ（スマホ時） */
  .section-howto .howto-icon-list li {
    width: 30%;
    /* スマホ時のアイコンサイズ */
    max-width: 150px;
  }

  /* 下部：一番下の注意書きの余白を消す */
  .section-howto .about-txt:last-child {
    margin-bottom: 0;
  }

  .section-howto .howto-icon-list li+li {
    margin-top: -10px;
    /* ★ここの数値を調整して被り具合を決めます */
  }

  .about-section-common.section-howto .about-text-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 10% 5%;
    /* 上下左右の余白（画像に合わせて調整OK） */
    max-width: 100%;
    z-index: 10;
    /* 画像より確実に手前に出す */

    /* フレックスボックスで上・中・下に綺麗に並べる */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .about-section-common.section-habit .about-text-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    z-index: 10;

    display: flex;
    flex-direction: column;
    align-items: center;

    /* ★ここが解決の鍵！ flex-start で「上寄せ」にします */
    justify-content: flex-start;

    /* ★上からの余白（15%）で、一番上の文字の位置を微調整します */
    padding: 15% 5% 5% 5%;
  }

  /* 絶対配置（重ねる）を解除して、適度な余白をつける */
  .about-section-common.is-right .about-text-wrapper,
  .about-section-common.is-left .about-text-wrapper {
    position: static;
    /* 浮かせるのをやめる */
    transform: none;
    /* 縦の真ん中寄せを解除 */
    padding: 40px 20px;
    /* スマホ用の読みやすい余白 */
    max-width: 100%;
  }
  .section-howto .section-bg-img {
    object-position:0% 81% !important;
  }

  .about-section-common.is-left .about-title,
  .about-section-common.is-left .about-txt {
    text-align: center;
  }


    .about-section-common.is-left .about-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    /*padding: 10% 5% 5% 5%;

    transform: none;*/
  }
}

@media screen and (max-width: 950px) {

  .about-section-common.is-right .about-text-wrapper {
    right: 2%;
  }

}


@media screen and (max-width: 1100px) {
  .about-section-common.is-right .about-text-wrapper {
    right: 3%;
  }

}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 1200px) {

    .section-bg-img {
    min-height: 600px ;
    max-height: 1200px ;
    object-fit: cover ;
    object-position: 0% 93%;

  }
  .section-habit .section-bg-img  {
    min-height: 500px !important;
    max-height: 1100px !important;
    object-fit: cover !important;
    object-position: 0% 93%;

  }
  .section-natural .section-bg-img{
    min-height: 500px !important;
    max-height: 600px !important;
    object-fit: cover !important;
  }


  .section-howto .section-bg-img {
    min-height: 800px !important;
    object-fit: cover !important;
    object-position:50% 81%;
    min-height: 650px !important;
  }

  .product-container {
    position: static;
    /* 浮かせるのをやめる */
    height: auto;
    /* 高さを元に戻す */
    /*padding: 40px 20px;    /* スマホ用の読みやすい余白 */
  }



  .pattern-section {
    padding: 10% 5%;

  }

  .pattern-section .product-text h2,
  .pattern-section .product-text .about-txt {
    text-align: center !important;
  }

  .p-column {
    padding: 10% 5%;
  }


  /* ===================================================
       飲み方セクション（.section-howto）専用のスマホレイアウト
       ※他のセクションには絶対に影響しません
       =================================================== */

  /* セクション自体の設定 */
  .product-section.section-howto {
    display: block;
    position: relative;
    /* 子要素を絶対配置するための基準 */
  }

  /* セクション自体の設定 */
  .product-section.section-natural {
    display: block;
    position: relative;
    /* 子要素を絶対配置するための基準 */
  }




  .product-section.section-habit {
    display: block;
    position: relative;
  }

  .product-section.about-section-common.is-left {
    display: block;
    position: relative;
    padding: 0;
  }

  /*
  .about-section-common.is-left .about-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    padding: 10% 5% 5% 5%;

    transform: none;
  }
*/



}


@media screen and (max-width: 580px) {

.section-howto .section-bg-img {

        max-height: 990px;
    }
}

/* マガジン一覧 */
.p-column__inner {
  max-width: 960px;
}

.p-magazine__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-column_item__inner__date {
  text-align: right;
  color: #817770;
  font-size: 0.75rem;
}

.u-color__btn--bg {
  background: none !important;
}

.u-text--btn_orange,
.u-text--link_orange {
  color: #df8062 !important;
  text-align: right;
}

.p-column__inner__more {
  margin-top: 20px;
  padding: 0 40px;
}

.p-column__inner__more__btn {
  max-width: 100%;
  justify-content: flex-end;
  text-decoration: underline;
}

.p-column {
  padding: 60px 20px 20px;
  /*background: #f1e7d6;*/
  background-image: url('https://d2w53g1q050m78.cloudfront.net/cobocobojp/uploads/cobobio/img/top04.png');
}

.c-column_item__inner__title {
  margin: 5px 0;
}

.c-column_item__inner__title_top {
  font-size: 14px;
  margin: 5px 0;
  height: 3.6em;
  /* ← 表示したい高さ（例：2行分） */
  line-height: 1.8;
  /* 1行の高さ */

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ← 表示する行数 */
}

.c-column_item__inner__category {
  font-size: 0.75rem;
  color: #df8062 !important;
}

.c-column_item__inner__description {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #817770;
  margin-bottom: 10px;
  flex-grow: 1;

  height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.p-magazine__slider,
.p-product__slider {
  display: flex;
}

.swiper-container {
  padding: 0 40px;
  position: relative;
  width: 100%;
  justify-content: center
}

.swiper-container2 {
  padding: 0;
  position: relative;
  /*overflow: hidden;*/
  max-width: 960px;
  margin: auto;
}

.wd80 {
  width: 80%;
}

.p-magazine__slider .swiper-wrapper,
.p-product__slider .swiper-wrapper {
  gap: 20px;
}

.p-magazine__item,
.p-product__item {
  /*display: flex;*/
  background-color: #fff;
  padding: 15px 20px;
  flex: 1;
  height: auto;
}

.swiper-slide {
  width: auto;
  height: auto;
}

/* 商品一覧 */
.p-new_product {
  /*background: #f1e7d6;*/
  background-image: url('https://d2w53g1q050m78.cloudfront.net/cobocobojp/uploads/cobobio/img/top02.png');
  margin-top: -40px;
  padding: 0 30px 60px;
}

.p-new_product:active,
.p-column:active {
  background: #f1e7d6;
}

.c-product_item__inner__eyecatch__img {
  padding-top: 105%;
}

.c-product_item__inner__eyecatch__tags__soldout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(71, 55, 51, 0.5);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  margin-top: 0px;
}

.c-product_item .c-product_item__inner__content {
  margin-top: 10px !important;
}

/* スマホ表示時にスライダー風にする */
@media screen and (max-width: 768px) {

  .p-magazine__slider .swiper-wrapper,
  .p-product__slider .swiper-wrapper {
    gap: 0;
  }

  .p-magazine__slider .swiper-slide {
    width: auto !important;
  }


  /* 横スクロールを有効化する場合 */
  .p-magazine__slider,
  .p-product__slider {
    overflow-x: visible;
    padding: 0 20px;
  }

  .p-magazine__slider::-webkit-scrollbar,
  .p-product__slider::-webkit-scrollbar {
    display: none;
  }


  .p-column__inner__title {
    margin-bottom: 0;
  }

  .p-magazine__item,
  .p-product__item {
    max-width: 280px;
    flex: 0 0 280px;
  }

  .l-header__inner {
    padding: 0 20px 0 0;

  }

  .about-section-common.is-left {

    padding-left: 30px;

  }

  .p-column__inner__more__btn {
    background-color: #1e1e1e !important;
    color: #f7f3ec !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 200px !important;
    height: 40px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  /* 右側のスタイリッシュな矢印（>） */
  .p-column__inner__more__btn::after {
    content: '' !important;
    position: absolute !important;
    right: 20px !important;
    /* スマホ画面なので少し内側に配置 */
    width: 6px !important;
    height: 6px !important;
    border-top: 1px solid #f7f3ec !important;
    border-right: 1px solid #f7f3ec !important;
    transform: translateY(-50%) rotate(45deg) !important;
    top: 50% !important;
  }



}


/* iOS Safari 用 */
a,
button,
div {
  -webkit-tap-highlight-color: transparent !important;
}

/* Android / 共通 */
a:active,
button:active,
div:active {
  background-color: transparent;
}

/*TOPインスタロゴ*/
.l-footer__info__store__sns {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 51px;
}

.l-footer__info__store__sns__item i {
  font-size: 30px;
}





.drink-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.drink-tags span {
  border: 1px solid #d8cfc8;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  /*color: #494949;*/
  background: #faf8f6;
  letter-spacing: 0.05em;
}

/* スマホ */
@media (max-width: 768px) {
  .drink-tags {
    flex-direction: column;
    align-items: center;
  }

  .drink-tags span {
    width: 80%;
    text-align: center;
  }
}

.notice-list {
  display: table;
  text-align: left;
  margin: 20px auto 0;
  line-height: 1.8;
  font-size: 14px;
  /*color: #494949;*/
}

.notice-list li::before {
  content: "● ";
}





li.c-gmenu__sns {
  border: 1px solid #ffffff;
  padding: 0 5%;
  margin-top: 20px;
}

/* 白い枠線ボックス（強制的に1行＆白枠） */
.c-gmenu__sns-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;


  background-color: transparent;
  box-sizing: border-box;
  white-space: nowrap;
}

/* テキストの色を絶対に白にする */
.c-gmenu__sns-text {
  color: #ffffff;

  font-size: 14px;
  letter-spacing: 0.1em;
}

/* アイコン周りの配置と色 */
.c-gmenu__sns-icons {
  display: flex;
  align-items: center;
}

.c-gmenu__sns-icons a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
}

.c-gmenu__sns-icons i {
  color: #ffffff;
  font-size: 28px;
}