body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
}
span.w3-opennav {
  font-size: 50px;
  float: left;
}
.nav-small {
  margin-top: 45px; 
  z-index: 99; 
  background-color: #313131; 
  opacity: 0.8;
}
.w3-sidenav > a {
  font-size: 18px;
}
a {
  text-decoration: none;
}
div.top-img {
  text-align: center;
  margin: 10px 0;
}
.w3-border-left {
  border-left: 6px solid rgb(100, 100, 100) !important;
}

.youtube {
	display: inline-block;
	position: relative;
  overflow: hidden;
  margin: 12px auto 8px;
	width: 85% !important;
	height: 100% !important;
}
.vWrap{
	position: relative;
	margin: 1em auto;
	padding-top: 56.25%;
}
.vWrap iframe{
	position: absolute;
	bottom: -14px;
  left: -17px;
	width: 100% !important;
	height: 100% !important;
}
.youtube-mv {
  padding-left: -10px;
}
.youtube::before {
	position: absolute;
	content: url(../images/sync-alt-solid.png)'click to play...' ;
	color: rgb(26, 26, 26);
	text-align: center;
	line-height: 220px;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	transition: all 0.3s;
}
ul.footer-list {
	padding-left: 0;
}
.footer-list-title {
	border-bottom: 1px dotted white;
}
.footer-list-item:hover {
	color: lightgray;
}
.company-link:hover {
	color: lightgray;
}
.sns-cts-wrapper {
	padding: 7px;
	border: 1px dotted white;
}
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 3px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 36px;/*高さ*/
  width: 116px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 15px;/*文字のサイズ*/
  line-height: 45px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 20px;/*アイコンサイズ*/
  position: relative;
  top: 0;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}
.to-top {
  margin-top: 50px;
  margin-bottom: 0;
}
footer.g-footer {
  background-color: #313131; 
  padding: 20px 15% 10px; 
  height: auto;
  margin-bottom: 0;
}

/*プライバシーポリシーのページ*/
.privacy-small {
  text-decoration: underline;
  text-align: center; 
}
.privacy {
  border-bottom: 1px dotted white;
}
.privacy-cts {
  margin: 80px 5% 65px;
}