@charset "utf-8";

/*----------common-------------*/

body {
	font-size:16px;
	color:#000;
	line-height:1.8em;
	font-family:'Noto Sans JP', sans-serif,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	 -webkit-text-size-adjust: none;
	width:100%;
	height:100%;
	background:#000;
	/*overflow-x:hidden;*/
}

img{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	width: 100%;
}	

.clearfix:after{
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

.clearfix{
	min-height: 1%;
	_height: 1%;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

a{
	transition: 0.4s ;
}

a:hover{
  opacity: 0.6;
}

/*--------------------------------------
loading
----------------------------------------*/
.loader_block {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	background-color:#FFF;
	z-index:9999;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
	opacity: 0;
  margin: 60px auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
	0% {
		opacity: 0.08;
		filter: blur(5px);
		letter-spacing: 3px;
	}
	100% {
		letter-spacing: 3px;
	}
}

/*---- animation ----*/

.loader_block {
  opacity: 1;
  -webkit-transition: opacity 1s .5s;
  transition: opacity 1s .5s;
}

.is-loaded .loader_block {
  opacity: 0;
}

/*--------------------------------------
navi
----------------------------------------*/
#navi{
	width:100%;
	height:52px;
	width:100%;
  min-width: 1200px;
	background: url(../images/obi.png);
	z-index:1000;
}

#navi ul{
	width:915px;
	height:52px;
	margin:0 auto;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#navi ul li{
	margin-right:35px;
	position:relative;
	height:52px;
}

#navi ul li a{
	height:52px;
	display:inline-block;
}

#navi ul li:last-child{
	margin-right:0;
}

#navi ul li:nth-child(1){
	width:136px;
	margin-top:8px;
}

#navi ul li:nth-child(2){
	width:82px;
	margin-top:8px;
}

#navi ul li:nth-child(3){
	width:127px;
	margin-top:8px;
}

#navi ul li:nth-child(4){
	width:270px;
	margin-top:8px;
}

#navi ul li:nth-child(5),
#navi ul li:nth-child(6),
#navi ul li:nth-child(7){
	width:30px;
	margin-top:10px;
}

#navi ul li.about ul{
	position:absolute;
	top:44px;
	width:500px;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#navi ul li.about ul li{
	width:250px !important;
	height:39px !important;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-top:1px solid #9d2b2c;
	background: url(../images/obi.png) center top;
}

#navi ul li.about ul li:nth-child(1),
#navi ul li.about ul li:nth-child(3){
	border-right:1px solid #9d2b2c;
}

#navi ul li.about ul li:nth-child(5){
	width:500px !important;
}

.about:hover{
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.about ul{
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.about:hover > ul {
  top: 50px;
  visibility: visible;
  opacity: 1;
}


#sns{
	width:255px;
  justify-content: left;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position:absolute;
	right:0;
	z-index:9999;
	top:-500px;
}

#sns p:nth-child(1){
	width:70px;
	margin-right:10px;
	position:relative;
	margin-top:10px;
}

#sns p:nth-child(2){
	width:115px;
	position:relative;
	margin-top:10px;
}

#sns p:nth-child(3){
	width:70px;
	position:relative;
}

.open #sns{
	top:40px;
}


#nav_toggle{
	cursor: pointer;
	transition: 0.4s ;
}

#nav_toggle:hover{
  opacity: 0.6;
}

.container{
	width:100%;
	min-width:1200px;
	position:relative;
}

#copyright{
	font-size:12px;
	text-align:center;
	color:#fff;
	padding:4px 0;
	min-width:1200px;
}