@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    font-family: "Zen Maru Gothic", serif;
}

img{
    width: 100%;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

a:hover{
    cursor: pointer;
}

p{
    line-height: 1.6;
    font-size: clamp(16px, 13.333px + 0.347vw, 20px);
    font-weight: 500;
}
.w-container{
    width: 85%;
    margin: 0 auto;
}

.gumi_main{
    color: #866B6C;
}

.gumi_main h2, .gumi_main h3{
    font-weight: bold;
}

#gumi_2,#gumi_3,#gumi_4,#gumi_5,#gumi_6,#gumi_7,#gumi_8,#gumi_9,#gumi_10,#gumi_11{
    margin: 6% 0;
}

.gumi_main .br_768{
    display: none;
}
.gumi_main .sp_only{
    display: none;
}

@media (max-width:768px){
    .gumi_main .br_768{
        display: block;
    }
}

@media (max-width:500px){
    .gumi_main .sp_only{
        display: block;
    }
}

/* ==================   背景   =================== */

.background::before {
    position: fixed;
    background-image: url(https://www.2wayworld.jp/wp-content/uploads/mamicosme/gummitint/gumi_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    width: 100%;
    z-index: -100;
    top: 0;
    left: 0;
    content:'';
  }


/* ==================  #1 キービジュアル   =================== */

#gumi_1{
    position: relative;
}
/* ==============   グミの配置   ============== */

.key_gumi_1 {
    position: absolute;
    z-index: 5;
    margin:0 auto;
    bottom: 0;
    left: 15%;
    width:10%;

}
@keyframes bounce {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態 */
    30%  { transform: scale(1.5, 0.5) translate(0%, 0%); } /* 地面に着地し、その変動で潰れだす */
    40%  { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 潰れた反動で一瞬元に戻る */
    50%  { transform: scale(0.8, 1.3) translate(0%, -70%); } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
    60%  { transform: scale(1.0, 1.0) translate(0%, -120%); } /* 潰れた反動が終り、空中で元に戻る */
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態に戻る */
}
.key_gumi_2{
    width: 55%;
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: 5%;
    left: 22%;
	animation: punipuni 0.8s infinite;
}
@keyframes punipuni {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.98, 1.1)
	}
}

.key_gumi_3{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: 30%;
    right: 5%;
    width: 8%;
	-webkit-animation: anime_move1 5s linear infinite;
	animation: anime_move1 5s linear infinite;
    margin: 0 auto;
}
@-webkit-keyframes anime_move1 {
	0% { -webkit-transform: rotateX(0deg) rotate(0deg); }
	100% { -webkit-transform: rotateX(0deg) rotate(360deg); }
}
@keyframes anime_move1 {

    0% { transform: rotateX(0deg) rotate(0deg); }
    100% { transform: rotateX(0deg) rotate(360deg); }

}

.key_gumi_4{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: 30%;
    left: -3%;
    width: 10%;
    -webkit-animation: anime_move1 5s linear infinite;
    animation: anime_move1 5s linear infinite;
    margin: 0 auto;
    }
    @-webkit-keyframes anime_move1 {
    0% { -webkit-transform: rotateX(0deg) rotate(0deg); }
    100% { -webkit-transform: rotateX(0deg) rotate(360deg); }
    }
    @keyframes anime_move1 {
    0% { transform: rotateX(0deg) rotate(0deg); }
    100% { transform: rotateX(0deg) rotate(360deg); }
}

.key_gumi_5{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: -1%;
    left: 5%;
    width: 7vw;
}

.key_gumi_6{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: 5%;
    left: 15%;
    width: 5%;
}

.key_gumi_7{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: 60%;
    left: 5%;
    width: 6%;
}

.key_gumi_8{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    bottom: 10%;
    left: -1%;
    width: 6%;
}

.key_gumi_9{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    bottom: -12%;
    left: 3%;
    width: 7%;
}

.key_gumi_10{
    position: absolute;
    z-index: 1;
    margin:0 auto;
    top: 1%;
    right: 12%;
    width: 15%;
}

.key_gumi_11{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: -1%;
    right: 0;
    width: 5%;
}

.key_gumi_12{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top: 10%;
    right: 5%;
    width: 6%;
}

.key_gumi_13{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    bottom:-4%;
    right: 0%;
    width: 8%;
}

.key_gumi_14{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    top:40%;
    right: 24%;
    width: 5%;
}

.key_gumi_15{
    position: absolute;
    z-index: 5;
    margin:0 auto;
    bottom:14%;
    right: 2%;
    width: 10%;
}


/* ==================   #2 WEB CM   =================== */

#gumi_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10% 0;
}
#gumi_2 > h2 {
    max-width:250px;
    width: 30%;
}
#gumi_2 .youtube_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 5% auto;
}
#gumi_2 .youtube_wrapper iframe{
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/9;
}

/* ==================   #3 商品紹介 JuicyColor GummiTint  =================== */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }

    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

.fadeUpTrigger{
        opacity: 0;
    }


#gumi_3{
    width: 100%;
    /* background-image: url(https://www.2wayworld.jp/wp-content/uploads/gumitint/bg_white.png);
    background-size: contain;
    background-repeat: repeat; */
    /* padding: 0 0 200px; */
    padding: 0 0 100px;
}


/* 見出し */
.gumi_3_1{
    width: 90%;
    max-width: 850px;
    margin: auto;
}

/* テキスト */
.gumi_3_2 {
    text-align: center;
    margin: 0 auto;
    padding: 3em 0;
    font-weight: bold;
}
.gumi_3_2 p{
    font-size: clamp(14px, 11.653px + 0.643vw, 24px);
}

.blur{
    animation-name:blurAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger{
    opacity: 0;
}


.gumi_3_3{
    display: flex;
    gap: 2em;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.gumi_3_3_item{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gumi_3_3_item .img_box img{
    border: 1px solid #cdcdcd;
    box-shadow: 1px 1px 4px #afafaf;
    border-radius: 4%;
    transition: transform .6s ease;
}
.gumi_3_3_item .img_box:hover img{
    transform: scale(1.1);
}

/* ==================   #4 ポイント point   =================== */

#gumi_4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* 見出し */
#gumi_4 > .w-container > h2 {
    max-width:250px;
    width: 30%;
    margin: 0 auto 5%;
}

/* ぷるぷるポイント */
/* 大３つ */
.gumi_4_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-items: center;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
.gumi_4_2 .point1,.point2,.point3{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.gumi_4_2 .point1 img, .point3 img{
    width: 90%;
}
.gumi_4_2 .point_text{
    text-align: center;
}

.point1,.point2,.point3{
    position: relative;
    }

.gumi_4_2 .point_text h3{
    font-size: clamp(20px, 6.667px + 1.736vw, 40px);
}
.point_text{
    position: absolute;
    top:50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-52%,-40%);/*センター寄せの修正*/
}

.point_text p{
    margin-top: 1rem;
    font-size: clamp(14px, 7.333px + 0.868vw, 24px);
}

.point2 .point_text{
    position: absolute;
    top:50%;
    left: 40%;
    -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-35%,-50%);/*センター寄せの修正*/
}

.point1:hover,.point2:hover,.point3:hover,.gumi_4_3 .parent:hover{
    animation: hoverShake 0.15s linear 3;
}
@keyframes hoverShake {
    0% {transform: skew(0deg,0deg);}
    25% {transform: skew(1deg, 1deg);}
    75% {transform: skew(-1deg, -1deg);}
    100% {transform: skew(0deg,0deg);}
  }


/* 小：美容成分３つ */
.gumi_4_3{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
    margin: 2em auto 5em;
    max-width: 1300px;
}
.parent{
    position: relative;
}
.child1,.child2,.child3{

    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    /* font-size: clamp(14px, 7.333px + 0.868vw, 24px); */
    font-size: clamp(10px, 4.324px + 1.514vw, 24px);
    font-weight: bold;
}
.child3 span{
    font-size: 0.8em;
    line-height: 1.2;
    display: inline-block;
}
/* ==================   #5 ポイント画像   =================== */

#gumi_5{
    margin: 10% auto 10%;
}
.gumi_5_container{
    display: flex;
    flex-direction: column;
    gap: 5%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.gumi_5_item{
    display: flex;
    gap: 5%;
    margin-bottom: 5%;
}
.gumi_5_item .media_box img{
    border-radius: 50%;
}
.gumi_5_item .media_box{
    max-width: 300px;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
}
.gumi_5_item .text_box{
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gumi_5_item .text_box h3{
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 5px;
}
/* ==================   #10 how to use   =================== */


#gumi_10 .w-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10% auto 15%;
    max-width: 1300px;
}
#gumi_10  h2 {
    max-width:400px;
    width: 40%;
    margin-bottom: 5%;
}

.gumi_10_2{
    display: flex;
    gap: 4%;
    margin-bottom: 4%;
}
.gumi_10_2_box{
    flex: 1;
    margin: 2em 1em;
    display: flex;
    flex-direction: column;;
}
.gumi_10_2_box .img_box img{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.gumi_10_2_box .img_box{
    flex-grow: 1;
}
.gumi_10_2_box p{
    flex-grow: 1;
    margin: 1em auto;
    text-align: center;
}

.gumi_10_3{
    display: flex;
    gap: 4%;
    width: 100%;
}
#gumi_10 .item_box{
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#gumi_10 .item_box h3{
    margin-top: 0.8em;
    font-weight: bold;
    font-size: clamp(18px, 14.479px + 0.939vw, 28px);
}
#gumi_10 .youtube_wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#gumi_10 .youtube_wrapper iframe{
    width: 100%;
    aspect-ratio: 16/9;
}




/* ==================   #6 商品購入   =================== */

#gumi_6{
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.gumi_6_item{
    display: flex;
    flex-direction: row;
}
.gumi_6_item.reverse{
    flex-direction: row-reverse;
}
.item_Tx_box{
    text-align: center;
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.left{
    text-align: left;
    margin: 5% 0;
}
.item_img{
    flex-basis: 40%;
    align-self: center;
}

.btn{
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 0.5em 2em;
    border: 2px solid #866B6C;
    background-color: #fbecbf;
    font-weight: 500;
}

.btn:hover{
    color: #fbecbf;
    background-color: #ff9800;
}

.btn.redB:hover{
    background-color: #e74a57;
}

.btn.pinkB:hover{
    background-color: #ec68a1;
}
.btn.roseB:hover{
    background-color: #fc6875;
}

.punipuni {
	animation: punipuni 0.8s infinite;
    border-radius: 25px;
}
@keyframes punipuni {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.98, 1.15)
	}
}

.item_Tx_box h3{
    font-size: clamp(32px, 0.000px + 4.167vw, 80px);
    font-size: clamp(28px, 24.757px + 0.865vw, 36px);
    font-size: clamp(28px, 15.027px + 3.459vw, 60px);
    font-weight: bold;
}
.item_Tx_box{
    padding: 60px 0;
}
.gumi_title{
    font-weight: bold;
}
.left{
    font-weight: 500;
}

/* ==================   #9 使用上の注意   =================== */

#gumi_9 .w-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#gumi_9 li{
    font-size: clamp(14px, 11.653px + 0.643vw, 24px);
    list-style: disc;
    font-weight: 500;
}

#gumi_9 h2{
    margin: 1em auto;
    position: relative;
    display: inline-block;
}

#gumi_9 h2::before{
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: -1.6em;
    background-image: url(https://www.2wayworld.jp/wp-content/uploads/mamicosme/gummitint/caution_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    max-width: 1.5em;
}
#gumi_9 h2::after{
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    right: -1.8em;
    background-image: url(https://www.2wayworld.jp/wp-content/uploads/mamicosme/gummitint/caution_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    max-width: 1.5em;
}

#gumi_9 .gumi_9_box{
 margin: 0 auto;
}

#gumi_9 .gumi_9_img{
    max-width: 450px;
    min-width: 200px;
    width: 70%;
    margin: 0 auto;
}

/* ==================   #11 カスタマーレビュー   =================== */

#gumi_11{
    width: 90%;
    max-width: 1300px;
    margin: 10% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#gumi_11 h2{
    font-size: clamp(20px, 10.270px + 2.595vw, 44px);
    margin-bottom: 5%;
}
#gumi_11 .scroll {
    display: flex;
    font-size: 14px;
    margin: 1em auto 40px;
}
#gumi_11 .scroll::after {
    content: '';
    width: 60px;
    height: 15px;
    border-bottom: solid 0.8px;
    border-right: solid 0.8px;
    transform: skew(45deg);
    margin-left: 4px;
}
#gumi_11 .scroll::before {
    content: '';
    width: 60px;
    height: 15px;
    border-bottom: solid 0.8px;
    margin-right: 8px;
}
#gumi_11 div.insta_wrapper{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 10%;
    overflow-x: scroll;
}

#gumi_11 .item_box {
    padding: 0 0 10px;
}

#gumi_11 .item_box blockquote{
    padding: 0;
}

#gumi_11 .item_box blockquote::before{
    display: none;
}

#gumi_11 .item_box iframe {
    margin: auto !important;
  }


/* ==================   #7 キャンペーン   =================== */

#gumi_7{
    background: #faebfa73;
    padding: 1.5em 0px 4em;
    text-align: center;
}
#gumi_7 .section-wrapper{
    max-width: 1300px;
    width: 80%;
    margin: auto;
}
#gumi_7 .section-wrapper h2{
    width: 50%;
    max-width: 350px;
    margin: 2em auto;
}

#gumi_7 .section-wrapper h3{
    line-height: 2.5;
    color: #ff8f8f;
    text-shadow: 1px 1px 1px #6d5151;
}

#gumi_7 .section-wrapper div{
    margin: 2em auto;
}

#gumi_7 a.btn{
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 0.2em 2em;
    border: 2px solid #866B6C;
    background: #f8d1ce;
    color: #866B6C;
    margin-top: 1em;
}

#gumi_7 .btn:hover{
    background: #c5221e;
    color: #fff;
}

#gumi_7 .section-wrapper .SNS_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}



#gumi_7 .section-wrapper .SNS_box a i{
    padding: 0.5em;
}

@media (max-width:500px){
    #gumi_7 .section-wrapper h3{
        line-height: 1.6;
        margin-bottom: 0.5em;
    }
    #gumi_7 p{
        font-size: 14px;
    }
}


/* ==================   #8 tiktok   =================== */
#gumi_8{
    text-align: center;
}

#gumi_8 h2{
    width: 50%;
    max-width: 350px;
    margin: 1em auto 2em;
}

#gumi_8 p {
    width: 0;
    animation: typing 6s steps(18) 4s infinite, blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-size: clamp(16px, 12.757px + 0.865vw, 24px);
    text-align: center;
    display: inline-block;
    background-color: #fefce6;

  }

  @keyframes typing {
    0% {
      width: 0;
    }
    25% {
      width: 22ch; /* タイプ完了 */
    }
    90% {
      width: 22ch; /* 少し表示状態でキープ */
    }
    100% {
      width: 0; /* 消える */
    }
  }

  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }



/* ==================   メディアクエリ   =================== */
@media(max-width:768px){
#gumi_3{
    background-size: cover;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.gumi_3_3{
    flex-direction: column;
    width: 80%;
}

.gumi_3_3_item{
    width: 80%;
    max-width: 300px;
    margin: 5% auto;
}
#gumi_4{
    flex-direction: column;
    margin-top: 0;
}
.gumi_4_2 .point_text h3{
    font-size: clamp(18px, 8.943px + 2.481vw, 28px);
}
.gumi_4_2 .point_text p{
    font-size: clamp(14px, 10.377px + 0.993vw, 18px);
}
.gumi_4_2 .point1, .point2, .point3 {
    width: 100%;
    max-width: 500px;
}
.gumi_4_3{
    width: 100%;
    font-size: 14px;
}
#gumi_5{
    margin: 10% auto 20%;
}
.gumi_5_item{
    flex-direction: column;
}
.gumi_5_item .text_box{
    margin-top: 5%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}
.gumi_5_item .text_box p {
    font-size: 14px;
}
.gumi_5_item .text_box h3{
    font-size: 1.2em;
}
.gumi_5_item .media_box{
    max-width: 200px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.gumi_5_item.reverse{
    flex-direction: column;
}
.gumi_5_item.center{
    max-width: 100%;
}
.gumi_6_item{
    flex-direction: column;
}
.gumi_6_item.reverse{
    flex-direction: column;
}
.gumi_6_item .item_img{
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}
#gumi_6 .item_Tx_box{
    padding: 0 0 60px;
}
.gumi_7_1{
    flex-direction: column;
}
.gumi_7_1 .campaign_text p,.campaign_text a{
    margin: 2% 0;
    font-size: clamp(16px, 12.183px + 1.018vw, 20px);
}
.campaign_text{
    margin: 10% auto;
}
#gumi_8{
    margin: 100px auto 50px;
}
#gumi_10 .w-container{
    margin: 10% auto 20%;
}
.gumi_10_2{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.gumi_10_2_box{
    min-width: 200px;
    margin: 0.5em 0.5em;
}
.gumi_10_2_box .img_box{
    margin-left: auto;
    margin-right: auto;
}
.gumi_10_2_box .img_box img{
    max-width: 200px;
}
.gumi_10_3{
    flex-direction: column;
}
#gumi_10 .item_box{
    margin: 2%;
    flex-direction: column-reverse;
}
#gumi_10 .item_box h3{
    margin: 5% auto;
    font-size: 18px;
}
}






/* ====================== 固定ボタン ====================== */
#instagram{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 4px;
    bottom: 210px;
    background: rgb(255 139 158 / 50%);
    border-radius: 50%;
          z-index: 1000;
}
#tiktok{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 4px;
    bottom: 150px;
    background: rgb(255 139 158 / 50%);
    border-radius: 50%;
    z-index: 1000;
}
#campaign{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 4px;
    bottom: 90px;
    background: rgb(255 139 158 / 80%);
    border-radius: 50%;
    z-index: 1000;
}
#onlinestore{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 4px;
    bottom: 30px;
    background: rgb(255 139 158 / 80%);
    border-radius: 50%;
    z-index: 1000;
}
#instagram a,#tiktok a,#campaign a,#onlinestore a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

#instagram a::before{
    font-family: 'Font Awesome 6 Brands';
    font-weight: 900;
    content: '\f16d';
    font-size: 28px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -4px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#tiktok a::after{
    font-family: 'Font Awesome 6 Brands';
    font-weight: 900;
    content: '\e07b';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#campaign a::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f06b';
    font-size: 24px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#onlinestore a::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f07a';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media(max-width:768px){
#instagram{
    bottom: 170px;
}
#tiktok{
    bottom: 120px;
}
#campaign{
    bottom: 70px;
}
#onlinestore{
    bottom: 20px;
}
}