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


@media screen and (min-width:769px) {
html{
	width: 100%;
	height: 100%;
  font-size: 62.5%;
}
body{
	width: 100%;
	height: 100%;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
header{
  z-index: 1000;
  color: #FFF;
}
main{
  z-index: 3;
  color: #333;
}
footer{
  width: 100%;
  z-index: 4;
}

header{
  position:fixed;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.07);
}
.hd_wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1080px;
  height: 80px;
  margin: 0 auto
}
h1{
  width: 270px;
  padding: 18px 50px;
}
nav{
  padding: 20px 0;
}
.menu-trigger{
  display: none;
}

/* グローバルナビ */
.gnav{
  height: 40px;
  display: flex;
}
.gnav li{
  position: relative;
  display: flex;
  justify-content: flex-start;
  height: 40px;
  padding: 6px 25px;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.gnav li.sp_close{
  display: none;
}
.gnav li:nth-child(4){
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.gnav_icon {
	position: relative;
	width: 26px;
	height: 26px;
}
.gnav_icon img{
  display: block;
  position:absolute;
}
.gn01, .gn02, .gn03, .gn04{
  opacity: 1;
}
.gn01_h, .gn02_h, .gn03_h, .gn04_h{
  opacity: 0;
}
.gnav a{
  display: block;
  position: absolute;
  height: 100%;
  width: 80%;
  top: 0;
  left: 0;
  margin-left: 10%;
  box-sizing: border-box;
}
.gnav_name{
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  height: 25px;
  padding: 1px 0 1px 3px;
  box-sizing: border-box;
}
.gnav_name li{
  border-left: 0px;
  height: auto;
  padding: 0;
}
.g_name{
  font-family:'df_w7';
  font-size: 12px;
  margin-bottom: 4px;
}
.g_sub{
  font-family:'df_w3';
  font-size: 6px;
  opacity: 0.6;
}


/* ローカルタイトル */
h2{
  position: relative;
  width: 100%;
  height: 250px;
  padding-top: 80px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  font-size: 42px;
  font-family:'df_w7';
}
h2 span{
  display: block;
  position: relative;
  margin-bottom: 20px;
}
h2 span.sub{
  display: block;
  position: relative;
  margin:0 auto;
  padding: 4px;
  width: 600px;
  font-size: 18px;
  background-color:rgba(255, 255, 255, 0.2);
}


/* セクションタイトル */
h3{
  margin-bottom:70px;
}
h3 .sec_title{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
h3 .sec_title::before{
  content: "";
  display: inline-block;
  position:relative;
  width: 31px;
  height: 11px;
  top: -3px;
  margin-right:30px;
  background-image: url("../img/common/sec_title.gif");
  background-repeat:no-repeat;
}
h3 .sec_title::after{
  content: "";
  display: inline-block;
  position:relative;
  width: 31px;
  height: 11px;
  top: -3px;
  margin-left:30px;
  background-image: url("../img/common/sec_title.gif");
  background-repeat:no-repeat;
}
h3 .sec_sub{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #676767;
}


/* TOPへ戻る */
.page_top{
  position: fixed;
  bottom: 20px;
  right:30px;
  width: 58px;
  height: 58px;
  background-image: url("../img/common/page_top.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}
.page_top img{
  display:inline-block;
  position: absolute;
  left: 12px;
  top: 25px;
}
.page_top span{
  display:block;
  position: absolute;
  width: 100%;
  height: 100%;
}

footer{
  position:relative;
  text-align: center;
  padding: 50px 0;
}
}




@media screen and (max-width:768px) {
html{
	width: 100%;
	height: -webkit-fill-available;
  font-size: 62.5%;
}
body{
	width: 100%;
	height: 100%;
  min-height: -webkit-fill-available;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
header{
  z-index: 1000;
  color: #FFF;
}
main{
  z-index: 3;
  color: #333;
}
footer{
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  z-index: 4;
}

header{
  position:fixed;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.5);
}
.hd_wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto
}
h1{
  height: 30px;
  padding: 10px 10px;
}
h1 img{
  height: 100%;
  width: auto;
}


nav{
  width: 200px;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  top: 1px;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}






/* グローバルナビ */
.gnav{
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gnav li{
  position: relative;
  display: flex;
  flex-direction:row;
  justify-content: flex-start;
  height: 60px;
  padding-left: 10px;
  padding-top: 17px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.gnav li.sp_close{
  position: relative;
  display:block;
  height: 40px;
  width: 100%;
  border-bottom: 0;
  text-align: right;
  padding-left: 0;
  padding-top: 15px;
  padding-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
}
.gnav li.sp_close::after{
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 1px;
  background-image: url("../img/common/li_close.png");
}
.gnav_icon {
	position: relative;
	width: 26px;
	height: 26px;
  margin-right: 5px;
}
.gnav_icon img{
  display: block;
  position:absolute;
}
.gn01, .gn02, .gn03, .gn04{
  opacity: 1;
}
.gn01_h, .gn02_h, .gn03_h, .gn04_h{
  opacity: 0;
}
.gnav a{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.gnav_name{
  padding-top: 6px;
  box-sizing: border-box;
}
.gnav_name li{
  border: none;
  padding: 0;
}
.g_name{
  font-family:'df_w7';
  font-size: 14px;
}
li.g_sub{
  display: none;
}

.menu-trigger{
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: transparent;
  z-index: 1000;
}




/* ローカルタイトル */
h2{
  position: relative;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  font-size: 2.5rem;
  font-family:'df_w7';
  padding-top: 45px;
  box-sizing: border-box;
}
h2 span{
  display: block;
  position: relative;
  margin-bottom: 5px;
}
h2 span.sub{
  display: block;
  position: relative;
  margin:0 auto;
  width: 80%;
  font-size: 1.2rem;
  background-color:rgba(255, 255, 255, 0.2);
}


/* セクションタイトル */
h3{
  margin-bottom:35px;
}
h3 .sec_title{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 26px;
}
h3 .sec_title::before{
  content: "";
  display: inline-block;
  position:relative;
  width: 31px;
  height: 11px;
  top: -2px;
  margin-right:30px;
  background-image: url("../img/common/sec_title.gif");
  background-repeat:no-repeat;
}
h3 .sec_title::after{
  content: "";
  display: inline-block;
  position:relative;
  width: 31px;
  height: 11px;
  top: -2px;
  margin-left:30px;
  background-image: url("../img/common/sec_title.gif");
  background-repeat:no-repeat;
}
h3 .sec_sub{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #676767;
}

/* TOPへ戻る */
.page_top{
  display: none;
}
.page_top img{
  display:inline-block;
  position: absolute;
  left: 12px;
  top: 25px;
}
.page_top span{
  display:block;
  position: absolute;
  width: 100%;
  height: 100%;
}
}
