@charset "utf-8";
/* CSS Document */
@font-face{
    font-family:'df_w7';
    src: url('../font/df_heiseigothic_w7.ttf') format('truetype');
}

@media screen and (min-width:769px) {

html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-image: url("../img/index/bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color: #FFF;
}
.main_bg{
  display: none;
}
header{
	position: relative;
	width: 100%;
	height: 130px;
	padding-top: 80px;
	margin-bottom: 80px;
	font-size: 14px;
}
h1{
	position: relative;
	width: 388px;
	height: 77px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.sign{
	display: block;
	position: absolute;
	top: -30px;
	right: -130px;
	mix-blend-mode: overlay;
	opacity: 0.7;
}
header p{
	width: 100%;
	text-align: center;
}


main{
	position: relative;
	width: 100%;
}
nav{
	position: relative;
	width: 900px;
	height: 120px;
	margin: 0 auto;
}
ul{
	display:flex;
	flex-direction: row;
}
li{
	position: relative;
	width: 223px;
	height: 118px;
	padding-top: 18px;
	box-sizing: border-box;
	border-left:1px solid rgb(225, 225, 225, 0.5);
}
li:last-child{
	border-right:1px solid rgb(225, 225, 225, 0.5);
}
li a{
	display:inline-block;
	position: absolute;
	top: 0;
	width: 86%;
	height: 100%;
  margin-left: 6%;
}


dl{
	text-align: center;
}
dt{
  position: relative;
	font-family:'df_w7';
	font-size: 14px;
	margin-bottom: 3px;
}
dt div{
  position:absolute;
  width: 16px;
  height: 9px;
  margin-top: 2px;
  top: 0;
  opacity: 0;
}
dt div.sel_l{
  left: 30px;
  background-image: url("../img/index/nav_select_l.png");
  background-repeat: no-repeat;
}
dt div.sel_r{
  right:30px;
  background-image: url("../img/index/nav_select_r.png");
  background-repeat: no-repeat;
}


dd{
	font-size: 10px;
	opacity: 0.5;
	margin-bottom: 12px;
}
dd:last-child{
	opacity: 1;
	margin-bottom: 0;
}
dd:last-child div{
	width: 54px;
	height: 54px;
	margin: 0 auto;
}
.gnav_icon{
	position:absolute;
}
.gnav_icon_hover{
	position:absolute;
	opacity: 0;
}


footer{
  position:absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  padding-right: 20px;
  box-sizing:border-box;
  font-size: 12px;
  text-align: right;
}
}




@media screen and (max-width:768px) {
html{
	width: 100%;
  height: -webkit-fill-available;
}
body{
	width: 100%;
	min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color: #FFF;
}
.main_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/index/bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}

header{
	position: relative;
	width: 100%;
	height: 130px;
	padding-top: 80px;
	margin-bottom: 80px;
	font-size: 14px;
}
h1{
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
  text-align: center;
}
h1 img{
  width: 80%;
  height: auto;
}
.sign{
	display: none;
}
header p{
	width: 100%;
	text-align: center;
}


main{
	position: relative;
	width: 100%;
  margin-bottom: 50px;
}
nav{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
ul{
  position: relative;
  margin: 0 auto;
  width: 80%;
	display:flex;
	flex-direction: row;
  flex-wrap: wrap;
}
li{
	position: relative;
	width: 50%;
	height: 118px;
	padding-top: 18px;
  margin-bottom: 30px;
	box-sizing: border-box;
	border-left:1px solid rgb(225, 225, 225, 0.5);
}
li:nth-child(even){
	border-right:1px solid rgb(225, 225, 225, 0.5);
}


li a{
	display:inline-block;
	position: absolute;
	top: 0;
	width: 86%;
	height: 100%;
  margin-left: 6%;
}


dl{
	text-align: center;
}
dt{
  position: relative;
	font-family:'df_w7';
	font-size: 14px;
	margin-bottom: 3px;
}
dt div{
  position:absolute;
  width: 16px;
  height: 9px;
  margin-top: 2px;
  top: 0;
  opacity: 0;
}
dt div.sel_l{
  left: 30px;
  background-image: url("../img/index/nav_select_l.png");
  background-repeat: no-repeat;
}
dt div.sel_r{
  right:30px;
  background-image: url("../img/index/nav_select_r.png");
  background-repeat: no-repeat;
}


dd{
	font-size: 10px;
	opacity: 1;
	margin-bottom: 12px;
}
dd:last-child{
	opacity: 1;
	margin-bottom: 0;
}
dd:last-child div{
	width: 54px;
	height: 54px;
	margin: 0 auto;
}
.gnav_icon{
	position:absolute;
}
.gnav_icon_hover{
	position:absolute;
	opacity: 0;
}


footer{
  position:relative;
  width: 100%;
  height: 30px;
  bottom: 0;
  font-size: 12px;
  text-align: center;
}
}
