
section{
  margin-top: 4em;
}

/********** ページTOP部分 **********/
.top_logo{
  width: 150px;
}
.top_heading{
  width: 300px;
}
.top_heading div{
  font-size: 25px;
}
/********************/

/********** セクションの見出し部分 **********/
.heading .section{
  font-size: 1.5em;
}
.heading .bg{
  font-size: 4em;
}
/********************/

/********** セクションの説明部分 **********/
.description{
  font-size: 14px;
  padding: 0 2em;
}
/********************/

/********** 動画部分 **********/
.video iframe{
  height: 315px;
}
.play_heading{
  font-size: 12px;
}
/********************/

/********** つぶやき風 **********/
.message{
  font-size: 1em;
}
.bubble{
  width: 50%;
}
.msg_red{
  margin-left: 1em;
}
.msg_yellow{
  margin-right: 1em;
}
.msg_img{
  margin-bottom: 4em;
}
/********************/

/********** 商品紹介部分 **********/
.product_desc{
  text-align: center;
  margin-top: 3em;
}
.product_desc img{
  width: 80%;
  margin-bottom: 1em;
}
.purchase_btn{
  margin-top: 2em;
}
/********************/

/********** お問い合わせのSNSアイコン（共通） **********/
.insta_btn{
  margin-left: 2em;
}
.store_btn{
  margin-left: 2em;
}
/********************/

/********** フッター部分 **********/
.footer_menu{
  margin-left: 1em;
  font-size: 12px;
}
.copy_right{
  font-size: 12px;
}
/********************/

/********** ナビゲーションのSNSアイコン（共通） **********/
.sns_icon_navi{
  margin-top: 20px;
}
/********************/




.sns_icon a{
  width: 70px;
    height: 70px;
    font-size: 12px;
}
.sns_icon a i.fab{
  font-size: 35px;
}

.project .project_heading{
  font-size: 20px !important;
}

.sns_icon a i.fas{
  padding-bottom: 0;
}