@charset "UTF-8";
body {
  font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
  color: #090908;
  background-color: #F7EED8;
   overflow-x: hidden;
}

img {
  max-width: 100%;
}

a:link, a:visited, a:active {
  color:#090908;
  text-decoration: none;
}

a:hover{
color: #88847A;
}

/*========= setting===============*/
#tabi, #life, #food, #vietnamese{
  padding: 40px 0 56px 0;
}

.section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

/** --------setting,スマホ-------------**/
@media screen and (max-width: 768px){
  .section-inner{
    padding: 0 24px;
    max-width: 760px;
  }

.pc-only{
  display: none;
}

.sp-only{
  display: block;
}
}

/** ---------全部---------------------**/
#tabi, #life, #food{
  font-size: 18px;
  text-align: center;
  padding-bottom: 4px;
  margin-top: -5px;
}

h2.small{
font-size: 18px;
text-align: center;
padding-bottom: 12px;
margin-top: 0px;
text-decoration: none;
}

.card {
  height: 100%;
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
}

.card-img0{
  width:238px;
  margin:0 auto;
}

.card-img00{
  margin:0 auto;
  padding-top: 4px;
    width: 578.5px;
}
.card:hover {
  color: #88847A;
}

@media screen and (max-width: 412px){
  #tabi, #life, #food, h2.small {
    font-size: 12px;
    margin-bottom: 16px;
    text-decoration: none;
  }}

/** --------Loading　PC-------------**/

#splash {
    /*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background: #F7EED8;
	text-align:center;
	color: #3C5C16;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 70%;
	left: 50%;
  z-index: 999;
	width: 70%;
	transform: translate(-50%, -50%);
	color: #3C5C16;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 5px;
}

.girl-loading{
  margin-top: 20px;
  width: 350px;
}

/** --------loadingスマホ-------------**/
@media screen and (max-width: 768px){
  .girl-loading{
    margin-top: 100px;
    width: 250px;
  }
}

@media screen and (max-width: 375px){
  .girl-loading{
    width: 250px;
  }
}

/** ----------見出し-------------**/

.title-en {
  text-align: center;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}

.title-en .title {
  font-family: 'Cabin', sans-serif;
  font-size: 24px;
  letter-spacing: 0.13em;
  font-weight: bold;
  color: #3C5C16;
}

.sub-title {
  font-size: 18px;
  letter-spacing: 0.13em;
  font-weight: bold;
  margin-top: 5px;
}

/** ------------一覧をみる------------**/

div.flex {
  display: flex;
  justify-content: flex-end;;}

.all{
  font-size: 18px;
  letter-spacing: 0.13em;
  right: 5px;
  margin-right: 50px;
  margin-bottom: 5px;
  color: #090908;
  z-index: 1;
  text-decoration: none;}

.all:hover{
  color: #88847A;
}

@media screen and (max-width: 412px) {
.all{
  font-size: 15px;
  margin-right: 0;}
}

/** ------------ふわっと表示--------------------**/
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(-30px);
}
}

.fadeUpTrigger{
  opacity: 0;
}

/** -----------ふわっと表示終了---------------------**/

/** ---------------ヘッダー--------------------**/
#header {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 998;
  background-color: #F7EED8;
}

.logo{position: relative;
  margin-top: 10px;
  margin-left: 10px;
  max-height: 50px;
  z-index: 998;}

#header h1 {
  display: flex;
  align-items: center;
}

.gnav-pc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0 0 0 auto;
}

ul.gnav-pc li {
  display: inline;
  margin-right: 40px;
  margin-left: 60px;
}

ul.gnav-pc li a {
  text-decoration: none;
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  letter-spacing: 0.13em;
  color: #333333;
  font-weight: bold;
}

ul.gnav-pc li a:hover {
  color: #3C5C16;
}

#g-nav{display: none;}
.menu{display: none;}


/** --------headder スマホ-------------**/
@media screen and (max-width: 1024px) {
  ul.gnav-pc li {
    margin-right: 20px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
#header {
  height: 60px;
  padding: 0;
}

#header h1 {padding-left: 20px;}

#header h1 a {display: flex;}

.gnav-pc-wrap {display: none}

#g-nav{
  display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 997;
    /*ナビのスタート位置と形状*/
	top:0;
  right: -120%;
	width:100vw;
  height: 100vh;/*ナビの高さ*/
	background:#F7EED8;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 997;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 997;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.menu-button{
  display: block;
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:#3C5C16;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
  margin-right: 2%;
  margin-top: 1%;
  z-index: 998;
}

/*ボタン内側*/
.menu-button span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: #fff;
  	width: 45%;
  }


.menu-button span:nth-of-type(1) {
	top:13px;
}

.menu-button span:nth-of-type(2) {
	top:19px;
}

.menu-button span:nth-of-type(3) {
	top:25px;
}

.menu-button span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:5px;
	left:-2px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.menu-button.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.menu-button.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-button.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.menu-button.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}
}
/*==========sp menu decoration=============*/
.girl-cp {
  position: absolute;
  top: 20%; right: -50px;
  width: 350px;
}

.boy-cp {
  position: absolute;
  top: 40%; left: -50px;
  width: 400px;
}

@media screen and (max-width: 412px) {
.girl-cp {
  top: 20%; right: -50px;
  width: 200px;
}

.boy-cp {
  position: absolute;
  top: 65%; left: -25px;
  width: 200px;
}
}


/*===============スライダーのためのcss=================*/
.wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

/*　背景画像設定　*/
ul.slider li.slider-item01 {
    background:url("../images/top.png");
}

ul.slider li.slider-item02 {
    background:url("../images/top2_アートボード 1.png");
}

ul.slider li.slider-item03 {
    background:url("../images/top3_アートボード 1.png");
}

ul.slider li.slider-item {
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 900px;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: 100%;
    margin-top: 70px;
}

/** --------スライダースマホ-------------**/
@media screen and (max-width: 1024px) {
  ul.slider li.slider-item {
      height: 650px;
      margin-top: 55px;
  }}

@media screen and (max-width: 768px) {
.wrapper {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

ul.slider li.slider-item01 {
    background:url("../images/top4sp1.png");
}

ul.slider li.slider-item02 {
    background:url("../images/top4sp2.png");
}

ul.slider li.slider-item03 {
    background:url("../images/top4sp4.png");
}

ul.slider li.slider-item {
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 700px;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: 100%;
    margin-top: 60px;
}
}

@media screen and (max-width: 425px) {
ul.slider li.slider-item {
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 400px;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: 100%;
    margin-top: 40px;
}

}
/** -----------メインビジュアル（slider下）---------**/
#mainvisual {
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.girl {
  position: absolute;
  top: -10%; right: -50px;
  width: 350px;
}

.boy {
  position: absolute;
  top: 20%; left: -50px;
  width: 350px;
}

.maincopy {
  color: #090908;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
.subcopy {
  color: #090908;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 100px;
  text-align: center;
}

/** --------メインビジュアル（slider下）スマホ-------------**/
@media screen and (max-width: 768px){
#mainvisual {
  width: 100vw;
  position: relative;
}

.girl {
  position: absolute;
  top: 80px; right: 10px;
  width: 230px;
}

.boy {
  position: absolute;
  top: -50px; left: -15px;
  width: 230px;
}
}
@media screen and (max-width: 767px){
#mainvisual {
  width: 100vw;
}

  .maincopy {
    letter-spacing: 0.01em;
    font-size: 20px;
    margin-top: 30px;
  }
  .subcopy {
    font-size: 15px;
    letter-spacing: 0.01em;
    margin-bottom: 80px;
  }

  .girl {
    position: absolute;
    top: 110px; right: -20px;
    width: 170px;
  }

  .boy {
    position: absolute;
    top: -120px; left: -30px;
    width: 170px;
  }

}

@media screen and (max-width: 375px){
  .maincopy {
    letter-spacing: 0.01em;
    font-size: 18px;
    margin-top: 30px;
  }
  .subcopy {
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-bottom: 80px;
  }
}

/** -----------旅　PC layout----------------**/
.col-1{
  display: flex;
  justify-content: space-between;
  max-width: 842px;
  margin: 0 auto;
}

h2.smallpc{
  font-size: 18px;
  text-align: center;
  padding-bottom: 17px;
  margin-top: -7px;
  text-decoration: none;
}

h2.smallpcright{
  font-size: 16px;
  text-align: center;
  padding-bottom: 13.5px;
  margin-top: -7px;
  text-decoration: none;
}

.item1 {
  width:580px;
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  }

.item2, .item3 {
  width:247px;
  height:221.5px;
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  margin: 0 0 0 10px;
}

.item2{
  margin-bottom: 10px;
}

.item1:hover {
  color: #88847A;
}

.item2:hover {
  color: #88847A;
}

.item3:hover {
  color: #88847A;
}

.col-1s.slick-slider {display: none;}

@media screen and (max-width: 768px) {
.col-1{display: none;}

.col-1s.slick-slider {display: block;}
}

/** ----------ライフ、フード PC layout----------------**/

.col-3 {
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto;
}
.col-3 .item {
margin-left: 5px;
margin-right: 5px;
}

.col-1s {
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto;
}
.col-1s .item {
margin-left: 5px;
margin-right: 5px;
}

/** --------ライフ,フード　スマホlayout-------------**/
@media screen and (max-width: 768px){
.col-3 {
  width: 94%;}

.col-3 .item{
      width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
      height:auto;
  }

.col-3 .slick-slide {
  	transform: scale(0.85);/*左右の画像のサイズを80%に要確認効いてない＊/
  	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  	opacity: 0.5;/*透過50%*/
    margin-left: 0;
    margin-right: 0;
  }

.col-3  .slick-slide.slick-center{
  	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  	opacity: 1;/*透過なし*/
    margin-left: 0;
    margin-right: 0;
  }

.col-1s {
    width: 94%;}

.col-1s .item{
        width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
        height:auto;}

.col-1s .slick-slide {
    	transform: scale(0.85);/*左右の画像のサイズを80%に要確認効いてない＊/
    	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    	opacity: 0.5;/*透過50%*/
      margin-left: 0;
      margin-right: 0;}

.col-1s .slick-slide.slick-center{
    	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    	opacity: 1;/*透過なし*/
      margin-left: 0;
      margin-right: 0;
    }
}

/*ドットナビゲーションの設定*/

.slick-dots {
position: relative;
z-index: 3;
text-align:center;
margin:0 auto;/*ドットの位置*/
margin-top: 25px;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

/** --------矢印-------------**/
.prev_icon{
  position: absolute;
  top: 45%;
  left: -5%;
  transform: translate(0,-50%);
  width: 30px;
  z-index: 1;
}

.prev_icon {
  transition: .3s ease-in-out;
}
.prev_icon:hover{
  opacity: 0.4;;
}

.next_icon{
  position: absolute;
  top: 45%;
  right: -5%;
  transform: translate(0,-50%);
  width: 30px;
  z-index: 1;
}

.next_icon {
  transition: .3s ease-in-out;
}
.next_icon:hover{
  opacity: 0.4;;
}

@media screen and (max-width: 768px){
  .prev_icon{
    width: 25px;
    left: -5%;
  }
  .next_icon{
    width: 25px;
    right: -5%;
  }
}

@media screen and (max-width: 375px){
  .slick-dots {
  margin-top: 5px;
  }

  .prev_icon{
    width: 7%;
    left: -10%;
  }
  .next_icon{
    width: 7%;
    right: -10%;
  }
}

/** -----------------------------------
  旅
-------------------------------------**/
#tabi {
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.tabien{
  position: absolute;
  z-index: 0;
  width: 80px;
  left: 35%;
  top: 0;}

.dog {
    position: absolute;
    left: -20px;
    width: 20%;
    bottom: 30px;
    z-index:4;
  }

/** -----旅　レスポンシブ--------------------**/
@media screen and (max-width: 1024px){
  .dog {bottom: -120px;}

}

@media screen and (max-width: 768px){
  .tabien{left: 27%;}

.dog {
  position: absolute;
  left: 30px;
  width: 210px;
  bottom: 85px;}

}

@media screen and (max-width: 767px){
  .tabien{
    left: 5%;
    width: 70px;}
  .dog{
    width: 150px;
    left: 0px;
    bottom: 90px;}
}
/** -------------life----------------**/
#life {
  background-image: url("../images/brown.png");
  position: relative;
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: bottom -40px right 50px;
  background-size: auto 615px;
  padding-top: 110px;
  padding-bottom: 50px;
}

.lifeen{
  position: absolute;
  z-index: 0;
  width: 80px;
  right: 40%;
  top: 5%;
 }

.bike {
  position: absolute;
  top: -50px; right: 0;
  width: 18%;
  z-index: 2;
}

/** -------------lifesmartphone-----**/
@media screen and (max-width: 1024px){

  #life {
      background-size: 170%;
      background-position: bottom 5px right 20px;
    }

  .bike {top: -50px;}
}

@media screen and (max-width: 768px){
  #life{
    background-image: url("../images/browntablet.png");
    position: relative;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: bottom 20px right 20px;
    background-size: auto 650px;
  }

.lifeen{
  right: 35%;
  top: 15px;}

  .bike {
  width: 220px;
  top:-100px;}
  }

@media screen and (max-width: 425px){
  #life{
    background-position: bottom 0px right 25px;
    background-size: auto 490px;
  }
  .lifeen{
  right: 20%;
  width: 70px;}

  .bike {
    width: 160px;
    top:355px;}
}

/** -------------food--------------------**/
#food {
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 100px;
}
.banhmi {
  position: absolute;
  bottom:-50px; right: 0;
  width: 25%;
  z-index: 2;
}

.cafe {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 180px;
  z-index: 2
}

.fooden {
  position: absolute;
  z-index: 0;
  width: 80px;
  left: 40%;
  top: 5%;
 }

/** --------スマホ-------------**/
 @media screen and (max-width: 768px){
  .fooden {
     left: 37%;
     top: 0%;
    }
  .banhmi {
    width: 300px;
    bottom: 0px;}

   .cafe{
    left: 50px;
    width: 160px;
    top: 470px;}
  }

 @media screen and (max-width: 425px){
   .fooden {
     left: 27%;
     width: 70px;}

   .cafe {
     left: 10px;
     width: 110px;
     top: 360px;
   }
   .banhmi {
     width: 180px;
     bottom: 80px;
     right:-20px;}
    }


@media screen and (max-width: 375px){
   .cafe {
      top: 320px;
       }

      .banhmi {
       bottom: 30px;
     }
    }


/** ----------vietnamese-----------------**/
#Vietnamese {
  position: relative;
  margin-top: 110px;
  margin-bottom: 90px;}

.whitetb{display: none;}
.whitecp{display: none;}

.section-inner2{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;}

.white{position: absolute;
    margin: 0 auto;
    width: 100vw;
    bottom: -92px;
    z-index: 0;}

@media screen and (max-width: 1440px){
  .white {
    position: absolute;
    height:450px;
    bottom: -92px;
    z-index: 0;}
  }

/** ----------vietnamese layout-----------------**/
.col-2 {
  display: flex;
  justify-content: space-between;
}
.col-2 .item {
  width: calc((100% - 24px)/2);
  margin-left: 120px;
}
/** ----------vietnamese decoration, text-------**/


.vietnameseen{
  z-index: 0;
  position: absolute;
  width: 90px;
  left: 40%;
  top: -25px;
 }

.cat {
  position: absolute;
  top: -50px; left: 100px;
  width: 20%;
  z-index: 3;
}

.card2 {
  height: 100%;
}

h3.small{
  font-size: 18px;
  text-align: left;
  margin-top: 5px;
  z-index: 2;
  position: relative;
  text-decoration: none;
}

h3.small:hover {
  color: #88847A;
}
/** ------ベトナム語smartphone-----**/

@media screen and (max-width: 1024px){
  .vietnameseen{
    left: 35%; }
}

@media screen and (max-width: 768px){
.whitetb{display: block;
  display: flex;
  justify-content: space-between;
  position: absolute;
  height: 510px;
  bottom: -140px;
  z-index: 0;
}

  .white {display: none;}

 .vietnameseen {
    left: 32%;
    top: 0%;
    width: 70px;
   }
   .cat {
     top: -50px;
     left: 550px;
     width: 200px;}
}

@media screen and (max-width: 740px){
#Vietnamese {
  margin-bottom: 60px;
}

.whitetb{display: block;
  display: flex;
  justify-content: space-between;
  position: absolute;
  height: 510px;
  bottom: -95px;
  z-index: 0;
}

    .section-inner2{
    max-width: 330px;
    margin: 0 auto;}

    h3.small{
      font-size: 15px;
    text-decoration: none}

    .vietnameseen {
       left: 20%;
      }
      .cat {
        top: 380px;
        left:-20px;
        width: 170px;}

      .col-2{display: block;}

      .col-2 .item {
        display: flex;
        margin-left: 90px;
        margin-top: 0px;
        width: 100%;}
    }

@media screen and (max-width: 375px){
  .whitetb{display: none;}

  .whitecp{
    display: block;
    position: absolute;
    bottom: -65px;
    height: 510px;
    z-index: 0;}
}
/** --------フッター-------------------**/
#footer {
  background-color: #3C5C16;
  text-align: center;
  padding: 40px 0;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-link, .copyright {
  font-size: 15px;
}

.copyright {
  color: #FFFFFF;
}

.footer-link {
  margin-bottom: 20px;
}

.footer-link li {
  display: inline;
  margin-right: 20px;
}

.insta_btn3 {/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 14px;/*角丸に*/
  position: relative;
  display: block;
  height: 50px;/*高さ*/
  width: 160px;/*幅*/
  box-sizing: border-box;
  font-size: 30px;/*文字のサイズ*/
  margin: 0 auto;
}

a insta_btn3{  margin-bottom: 10px;}

/** --------フッタ-　スマホ-------------------**/
@media screen and (max-width: 600px){
.footer-link{
font-size: 12px;
}

.footer-link li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

}
