* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {padding-top: 0px;}

a { text-decoration: none;}
.youtube a:link { outline: none; text-decoration: none;}

*:focus {
  outline: none;
}

#full {
	display:none;
}

.header-title {
	display:none;
}

/*スクロールバー*/
body::-webkit-scrollbar{
 display:none;
}
/*IE*/
body{
 -ms-overflow-style:none;
}

.link { margin-left: 3px;}
/* ----- スライダーオーバーレイ ----- */
.dot {
  position: absolute; /*必ず必要*/
  top: 0;
  left: 0;
	display: flex;
	width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("./images/01.png");
  opacity: 0.6;
  z-index: 5000;
 }
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
	position: absolute; /*必ず必要*/
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
	z-index: 2; /*必ず必要*/
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
  color: #fff;
  z-index: 999999;
}

img:hover {
	opacity: 0.9 ;
}

.header-title img { width: 450px; }

@media (max-width: 892px) {
.header-title img { max-width: 95%; }
}
/*--------------------------------------------
ヘッダーグローバル
----------------------------------------------*/
header {
  display: block;
  position: fixed;
  float: left;
  width: 100%;
  box-shadow: 0px 1px 5px silver;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: #151413;
  opacity: 0.8;
  z-index: 1000;
}
header nav {
  max-width: 1200px;
  min-width: 980px;
  text-align: right;
  margin: 0 auto 0 auto;
  padding: 0 0 0 10px;
  z-index: 1000;
}
.logo {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.logo img {
  float:left;
  width: 80px;
  padding: 2px 15px 0px 0px;
}
.logo a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

nav ul li img {
display:inline-block;
width: 14px;
margin: 0px auto 0 auto;
padding: 0 0 0 0;
vertical-align: text-top;
}

/*スマホ調整*/
@media only screen and ( max-width : 892px ) {
  .logo img {
    float:left;
    width: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 10px;
    z-index: 1000;
  }
}

/*PC調整*/
@media only screen and ( min-width : 892px ) {
  #down {
    list-style-type: none;
    list-style-image: url(data:0);/*IE11リスト非表示*/
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0 5px 0;
  }
  #down > li {
  position: relative;
  width: calc(100%/7);
  float: left;
  margin: 0 0 0 0px;
  padding: 0;
  text-align: center;
  border-left: solid 1px #ccc ;
}

#down > li:last-child {
border-right: solid 1px #ccc;
}

#down li a {
  display: block;
  margin: 0;
  padding: 15px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  z-index: 500;
}


#down li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
#down li ul li {
  overflow: hidden;
  width: 160%;
  height: 0;
  margin-left: -30%;
  color: #fff;
  transition: .5s;
}
#down li ul li a {
  padding: 13px 10px 13px 10px;
  background: #000;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  text-align:center;
  z-index: 1000;
}

#down li ul li a:active {
 text-decoration: none;
}


#down > li:hover > a {  background: #ccc; }
#down > li:hover li:hover > a {  background: #ccc ;}
#down > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#down li ul li ul {
  top: 0;
  left: 100%;
}
#down li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

}
