@charset "UTF-8";

body {
  font-family: Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 100%;
  background: no-repeat url("http://www.somard.co.jp/somard/data/img/Fuller_projection.svg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}


/* ============================================
   PC用（画面の横幅が769px以上）
===============================================*/
@media screen and (min-width: 769px){

/* ～以下、画面の横幅が768pxまでの場合のスタイル記入～ */

/* ==================================== */
/* グローバルメニュー関連 */
#g_nav {
  display: block;
  position: static;
  top: 0px;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  background-color: #494a41;
  overflow: hidden;
}
#g_nav a.g_nav_bt {
  display: inline-block;
  float: left;
  position: relative;
  color: #ffffff;
  background-color: #494a41;
  width: 100px;
  height: 30px;
  padding: 0;
  margin: 2px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
}
#g_nav a.g_nav_bt:hover{
  color: #000000;
  background-color: #dddcd6;
}

/* ==================================== */
/* ヘッダー（ロゴ）*/
#header {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  top: 40px;
  left: 0px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-align: left;
  line-height: 1em;
  font-size: 40px;
  color: #000000;
  background-color: transparent;
  z-index: 1000;
}
/* ==================================== */
/* サブメニュー関連 */
#s_nav {
  display: block;
  position: absolute;
  top: 90px;
  width: 100%;
  height: 34px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
  z-index: 1000;
  border-bottom: solid 4px #f3f3f2;
}
#s_nav a.s_nav_bt {
  position: relative;
  display: inline-block;
  text-decoration: none;
  float: left;
  color: #666666;
  width: 100px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}

#s_nav a.s_nav_bt::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#s_nav a.s_nav_bt:hover::after {
  transform: scale(1, 1);
}

/* ==================================== */
/* アクティブマトリックスの領域（外枠） */
#am_waku {
  position: absolute;
  top: 150px;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 250px;
  overflow: auto;
  text-align: center;
  z-index;90;
  background-color: transparent;
}
/* アクティブマトリックス（検索） */
#am_search {
  display: none;
  position: relative;
  float: none;
  margin: 3% auto;
  padding: 0;
  width: 50%;
  height: 40px;
}
#am_search input{
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 1em;
  font-size: 20px;
  color: #ffffff;
  background-color: transparent;
}
/* アクティブマトリックス（ジャンルタブメニュー） */
#am_select ul {
  display: none;
  position: relative;
  float: none;
  margin: 0 auto 10px 10px;
  padding: 0;
  width: auto;
  height: 40px;
  text-align: center;
  list-style-type: none;
  background-color: transparent;
}
#am_select ul li{
  position: relative;
  float: left;
  margin: 0 1px;
  padding: 5px;
  width: 106px;
  max-width: 200px;
  height: 40px;
  text-align: center;
  line-height: 1em;
  font-size: 18px;
  color: #666666;
  z-index: 1;
  background-color:#cfcfcf;
}
#am_select ul li.select,
#am_select ul li.select:hover{
  background:#ffffff;
  font-weight:bold;
  color:#000000;
  z-index: 5;
}
#am_select ul li:hover{
  background:#ffffff;
  font-weight:bold;
  color:#000000;
  z-index: 2;
}

/* アクティブマトリックス（コンテンツBOX表示） */
#am_waku #list {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 250px;
  color: transparent;
  background-color: transparent;
  text-align: center;
  z-index: 200;
}


/* 画像時 */
#am_waku #list .vdoff {
  float:left;
  height: 90px;
  width: 24.5%;
  margin: 0;
  overflow:hidden;
  background-color: transparent;
  border: solid 1px transparent;
}
#am_waku #list .vdoff img {
  float:none;
  min-width: 20%;
  max-height: 90px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/* 文字関係 */
.vdoff a,
.vdon a {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}
p.title {
  float: none;
  display: none;
  width: 90%;
  margin: 0 5%;
  font-size: 28px;
  color: #000000;
  background-color: transparent;
  text-align: center;
  line-height: 1.2em;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
}
p.title:hover {
  font-weight: bold;
}

.vdoff p,
.vdon p{
  float: none;
  width: 90%;
  margin-top: 10px;
  color: #000000;
  background-color: transparent;
  text-align: center;
}

.vdoff p.title,
.vdon p.title{
  display: none;
  font-size: 26px;
  line-height: 1.2em;
}
.vdoff p.date,
.vdon p.date{
  display: none;
  min-height: 11px;
  font-size: 9px;
  line-height: 1em;
}
.vdoff p.comment,
.vdon p.comment{
  display: block;
  margin: -35px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
  color: #000000;
  background-color: transparent;
}
.vdoff p.comment img,
.vdon p.comment img{
  display: block;
  margin: 0 auto;
  height: 40px;
  color: #000000;
  background-color: transparent;
}

/*
	はみだす長文を...にする
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
*/

/* ビデオ時 */
#am #list .vdon {
  display: none;
  float:left;
  height: 350px;
  width: 250px;
  margin:10px;
  overflow:hidden;
  background-color: transparent;
  border: solid 1px #C7C7CC;
  box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.4);
  z-index: 300;
}
#am #list .vdon * video {
  float:left;
  width: 100%;
  height: 140px;
  margin-bottom: 8px;
  padding: 0;
  z-index: 400;
}



/* ==================================== */
/* インフォメーション（お知らせ） */
#info {
  position: absolute;
  top: 400px;
  float: none;
  margin:0;
  padding: 35px;
  width: 100%;
  height: 150px;
  overflow: hidden;
  text-align: left;
  line-height: 1em;
  font-size: 12px;
  color: #afafaf;
  background-color: transparent;
  z-index;1000;
}
#info h2{
  display: block;
  height: 20px;
  line-height: 25px;
  float:left;
  font-size: 20px;
  color: #ffffff;
  margin:0;
  padding: 0;
}
#info h4{
  display: block;
  height: 20px;
  line-height: 25px;
  float:left;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
#info p{
  clear: both;
  float:none;
  font-size: 10px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

/* ==================================== */
/* フッター */
#footer{
  position: fixed;
  float: none;
  diaplay: block;
  margin: 0;
  padding: 0;
  bottom: 0px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-size: 15px;
  color: #ffffff;
  background-color: #666666;
  z-index: 100;
}
#footer .submenu {
  width: 100%;
  height: 30px;
  margin: 0 0 15px 0;
  padding: 0;
}
#footer .submenu a{
  display: block;
  float: left;
  margin: 7.5px 35px;
  padding: 0;
  height: 15px;
  width: auto;
  text-decoration: none;
  line-height: 15px;
  font-size: 15px;
  color: #ffffff;
  background-color:transparent;
}

/* ==================================== */
/* SNS関連 */
#sns {
  position: relative;
  width: 100%;
  height: 160px;
  float: none;
  margin:0;
  padding: 16px;
  top: 0px;
  overflow: hidden;
  text-align: left;
  line-height: 1em;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  z-index;10000;
}
#sns span.snslink {
  float:right;
  width:150px;
}


/* ～以上、画面の横幅が769px以上の場合のスタイル記入～ */
}




/*===============================================
●スマホ・小タブレット用 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#container{
width:100%;
  text-align: left;
}

.sb-active ul li{
  z-index: 30000;
}

/* ～以下、画面の横幅が768pxまでの場合のスタイル記入～ */

/* ==================================== */
/* トップメッセージ関連 */
#infobox{
  display: block;
  margin-top: 80px;
  width:100%;
  height:420px;
}
.message {
  display: block;
  float: none;
  margin: 0px 15px;
  padding: 0;
  width: 90%;
  max-height: 190px;
  overflow: auto;
  text-align: left;
  z-index;90;
  background-color: transparent;
  color: #FF8000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1em;
} 
.message h1{
  margin-top: 20px;
  color: #ffffff;
  font-size:18px;
  text-align: right;
  line-height: 1.2em;
}
.message p{
  color: #ffffff;
  font-size:12px;
  line-height: 1em;
}
/* ==================================== */
/* 近日の公演リスト */
#top_info {
  display: inline-block;
  position: relative;
  float: left;
  top; 0px;
  /* margin-top: -630px; */
  margin-top: -445px;
  margin-left: 15px;
  padding: 0;
  width: 95%;
  height: 80px;
  overflow: auto;
  text-align: left;
  z-index; 5000;
  background-color: transparent;
  line-height: 1em;
  font-size: 16px;
}
#top_info .moji {
  text-align: left;
  font-size: 16px;
  line-height: 1em;
}
#top_info .moji :hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
/* ==================================== */
/* 近日の公演リスト(画像) */
#top_view {
  display: none;
}

/* ==================================== */
/* ヘッダー（ロゴ）*/
#header {
  position: fixed;
  margin: 0;
  padding: 0;
  float: none;
  top: 20px;
  left: 20px;
  width: 80%;
  height: 100px;
  overflow: hidden;
  text-align: left;
  line-height: 1em;
  font-size: 40px;
  color: #ffffff;
  background-color: transparent;
  z-index: 10000;
}
#header div img{
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10000;
}
#rogo {
  display: block;
  position: relative;
  float: left;
  top; 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0;
  width: 90px;
  height: 90px;
  overflow: auto;
  text-align: left;
  z-index; 50000;
  background-color: transparent;
}
/* ホームボタン（ヘッダー部分へ配置） */
#homebtn {
  display: block;
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  padding: 0;
  width: 45px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  z-index; 50000;
  background-color: transparent;
}
/* 電話番号（ヘッダー部分へ配置） */
#phone {
  display: block;
  position: relative;
  float: right;
  top: 0px;
  right: 10px;
  margin-top: 0px;
  padding: 0;
  width: 130px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  z-index; 50000;
  background-color: transparent;
}
#phone img{
  display: block;
  position: relative;
  top: 15px;
  width: 100%;
  float: right;
}

#backBT {
  position: fixed;
  margin: 0;
  padding: 0;
  float: none;
  top: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  font-size: 40px;
  color: #ffffff;
  background-color: #666666;
  z-index: 1000;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
  border-radius: 50%;  
    -moz-box-shadow: 0px 0px 2px 1px #dfdfdf;
    -webkit-box-shadow: 0px 0px 2px 1px #dfdfdf;
  box-shadow: 0px 0px 2px 1px #dfdfdf;
}


/* ==================================== */
/* アクティブマトリックスの領域（外枠） */
#index {
  position: relative;
  float: none;
  top; 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 180px;
  overflow: hidden;
  text-align: center;
  z-index;90;
  background-color: transparent;
}
/* アクティブマトリックス（検索） */
#am_search {
  display: none;
  position: relative;
  float: none;
  margin: 3% auto;
  padding: 0;
  width: 50%;
  height: 40px;
}
#am_search input{
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 1em;
  font-size: 20px;
  color: #ffffff;
  background-color: transparent;
}
/* アクティブマトリックス（ジャンルタブメニュー） */
#am_select ul {
  display: none;
  position: relative;
  float: none;
  margin: 0 auto 10px 10px;
  padding: 0;
  width: auto;
  height: 40px;
  text-align: center;
  list-style-type: none;
  background-color: transparent;
}
#am_select ul li{
  position: relative;
  float: left;
  margin: 0 1px;
  padding: 5px;
  width: 106px;
  max-width: 200px;
  height: 40px;
  text-align: center;
  line-height: 1em;
  font-size: 18px;
  color: #666666;
  z-index: 1;
  background-color:#cfcfcf;
  /* Modern browser */
  background: linear-gradient(top, #fff, #ddd);
  background: -moz-linear-gradient(top, #fff, #ddd);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  /* IE */
/*  filter: progid: DXImageTransform.Microsoft.gradient
  (GradientType=0, startColorstr='#ffffff', endColorstr='#dddddd'); */
}
#am_select ul li.select,
#am_select ul li.select:hover{
  background:#ffffff;
  font-weight:bold;
  color:#000000;
  z-index: 5;
}
#am_select ul li:hover{
  background:#ffffff;
  font-weight:bold;
  color:#000000;
  z-index: 2;
}

/* アクティブマトリックス（コンテンツBOX表示） */
#am {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  background-color: transparent;
/*  background-image: url(/model/data/img/bg002.jpg); 
  background-size: 100%;
  background-position: left top; 
  background-repeat: no-repeat; 
  mix-blend-mode : normal;  */ /* オーバーレイを指定 hard-light */
}
#am #list {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 180px;
  color: transparent;
  text-align: center;
  z-index: 200;
}


/* 画像時 */
#am #list .vdoff {
  float:left;
  height: 180px;
  width: 33.3%;
  margin: 0;
  overflow:hidden;
  background-color: transparent;
  border: solid 1px #ffffff;
  /* box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.4); */
}
#am #list .vdoff img {
  float:none;
  min-width: 20%;
  max-height: 100px;
  margin-top: 20px;
  padding: 0;
}

/* 文字関係 */
.vdoff a,
.vdon a {
  text-decoration: none;
  color: #C7C7CC;
}
p.title {
  float: none;
  display: none;
  width: 90%;
  margin: 0 5%;
  font-size: 28px;
  color: #C7C7CC;
  text-align: center;
  line-height: 1.2em;
  text-decoration: none;
}
p.title:hover {
  color: #ffffff;
}

.vdoff p,
.vdon p{
  float: none;
  width: 90%;
  margin-top: 10px;
  color: #C7C7CC;
  text-align: center;
}

.vdoff p.title,
.vdon p.title{
  display: none;
  font-size: 26px;
  line-height: 1.2em;
}
.vdoff p.date,
.vdon p.date{
  display: none;
  min-height: 11px;
  font-size: 9px;
  line-height: 1em;
}
.vdoff p.comment,
.vdon p.comment{
  display: block;
  margin: -20px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
}
.vdoff p.comment img,
.vdon p.comment img{
  display: block;
  margin: 0 auto;
  height: 30px;
}
/*
	はみだす長文を...にする
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
*/

/* ビデオ時 */
#am #list .vdon {
  display: none;
  float:left;
  height: 350px;
  width: 250px;
  margin:10px;
  overflow:hidden;
  background-color: transparent;
  border: solid 1px #C7C7CC;
  box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.4);
  z-index: 300;
}
#am #list .vdon * video {
  float:left;
  width: 100%;
  height: 140px;
  margin-bottom: 8px;
  padding: 0;
  z-index: 400;
}

/* ==================================== */
/* メインナビゲーション */
#nav {
  position: fixed;
  float: none;
  margin: 0;
  padding: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  line-height: 16px;
  overflow: hidden;
  text-align: right;
  z-index: 1000;
background: -moz-linear-gradient(0deg, #540000 0, #820000 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 0deg, color-stop(0, 540000), color-stop(100%, 820000));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(0deg, #540000 0, #820000 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(0deg, #540000 0, #820000 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(0deg, #540000 0, #820000 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#540000', endColorstr='#820000', GradientType='1'); /* for IE */
background: linear-gradient(0deg, #540000 0, #820000 100%);/* W3C */
}
/* スマホ時は表示様式を変えて下記の別様式（１ボタンタイプ集約型へ） */
#nav ul.tablet * {
  display: none;
}
/* スマホ用メニュー */
#nav ul.smart {
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: 400px;
  margin: 10px 20px 10px auto;
  padding: 0;
  line-height: 18px;
  font-size: 18px;
  background-color: transparent;
  z-index: 1001;
}
#nav ul.smart li.dropdown {
  display: block;
  float: left;
  width: auto;
  height: 36px;
  background-color: transparent;
  z-index: 1002;
}
#nav ul.smart li.dropdown.open ul.dropdown-menu{
  height: 400px;
  margin-left: -124px;
  z-index: 1003;
}
#nav ul.smart li.dropdown.open ul.dropdown-menu li a{
  padding: 0 12px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  /* text-shadow: 2px 2px 2px #000000; */
  background-color: transparent;
  z-index: 1004;
}
#nav ul.smart li.dropdown.open ul.dropdown-menu li a:hover{
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  z-index; 1005;
}
/* -------------------------------------------
#nav ul.smart li ul.dropdown-menu{
  display: none;
  z-index: 11000;
}
#nav ul.smart li ul.dropdown-menu:hover{
  display: block;
  float: none;
  margin-top: 30px;
  width: auto;
  height: 200px;
  background-color: transparent;
  z-index: 11000;
}
#nav ul.smart li ul.dropdown-menu li{
  display: block;
  margin-top: 30px;
  float: none;
  width: auto;
  height: 30px;
  background-color: #98aad4;
  z-index: 100;
}
----------------------------------------- */

/* ==================================== */
/* イメージ（広告） */
#image {
  position: relative;
  display: block;
  z-index; 1;
  float: left;
  margin: 80px 0 0 0;
  padding: 0;
  top: 0px;
  width: 100%;
  height: 380px;
  overflow: hidden;
  text-align: left;
  line-height: 1em;
  font-size: 20px;
  color: #000000;
  background-color: transparent;
}
#image img{
  position: relative;
  display: none;
  float:right;
  z-index; 1;
  margin: 0;
  padding: 0;
  top: 0;
  margin-left: 20px;
  width: 300px;
  overflow: hidden;
/*
        display: table-cell;
	vertical-align: middle;
	text-align: center;
*/
}
#image #myCarousel img {
  display:none;

}
/*
#image video{
  display:none;
  margin: 0;
  padding: 0;
  top: 0;
  margin: 0;
  overflow: hidden;
  z-index; 1;
  display: block;
  float:left;
}
*/
    .carousel-caption {
      position: static;
      display: block;
      float:none;
      background-color: transparent;
      width: 100%;
      height: 200px;
      padding: 0 20px;
      margin: 60px 0 20px 0;
      text-align: left;
    }
    .carousel-caption h1{
      display: block;
      float:left;
      width: 100%;
      font-size: 24px;
    }
    .carousel-caption p.lead span{
      display: block;
      float:none;
      width: 100%;
      font-size: 12px;
      line-height: 1.2em;
      text-align: left;
    }
    .carousel-caption p.lead span video{
      display: block;
      left: 0px;
      margin: 20px;
      padding: 20px;
      max-width: 80%;
      height: auto;
    }
/* ==================================== */
/* インフォメーション（お知らせ） */
#info {
  position: relative;
  float: none;
  margin:0;
  padding: 20px 35px;
  top: 0px;
  width: 100%;
  height: 110px;
  overflow: hidden;
  text-align: left;
  line-height: 1em;
  font-size: 12px;
  color: #afafaf;
  background-color: transparent;
  z-index;1000;
}
#info h2{
  display: block;
  height: 20px;
  line-height: 25px;
  float:left;
  font-size: 20px;
  color: #ffffff;
  margin:0;
  padding: 0;
}
#info h4{
  display: block;
  height: 20px;
  line-height: 25px;
  float:left;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
#info p{
  clear: both;
  float:none;
  font-size: 10px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}


/* ==================================== */
/* フッター */
#footer{
  position: fixed;
  float: none;
  margin: 0;
  padding: 0;
  bottom: 0px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-size: 15px;
  color: #000000;
  background-color: #ffffff;
  z-index: 100;
}
#footer .submenu {
  width: 100%;
  height: 30px;
  margin: 0 0 15px 0;
  padding: 0;
background: -moz-linear-gradient(0deg, #540000 0, #820000 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 0deg, color-stop(0, 540000), color-stop(100%, 820000));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(0deg, #540000 0, #820000 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(0deg, #540000 0, #820000 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(0deg, #540000 0, #820000 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#540000', endColorstr='#820000', GradientType='1'); /* for IE */
background: linear-gradient(0deg, #540000 0, #820000 100%);/* W3C */
}
#footer .submenu a{
  display: block;
  float: left;
  margin: 7.5px auto;
  padding: 0 auto;
  height: 15px;
  width: 33%;
  text-decoration: none;
  text-align: center;
  line-height: 15px;
  font-size: 15px;
  color: #ffffff;
  background-color:transparent;
}

/* ==================================== */
/* SNS関連 */
#sns {
  position: relative;
  width: 100%;
  height: 160px;
  float: none;
  margin:0;
  padding: 16px;
  top: 0px;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  z-index;10000;
}
#sns span.snslink{
  display: inline-block;
  width: auto;
  text-align: center;
}


/* ～以上、画面の横幅が768pxまでの場合のスタイル記入～ */
}