@charset "UTF-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 */
/* gHeader */
#gHeader {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 20;
}

.gHeaderBlock {
  background: none;
}

.annotationBlock {
  width: 100%;
}

/* gNav */
#gHeader #gNav {
  display: none;
	z-index: 25;
}

#contentsWrap #gNav {
  width: 100%;
  position: absolute;
  top: -53px;
}

#containerBlock #gNav {
  display: block;
}

.mv .mv_pc{
	display: block;
	width: 100vw;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv .mv_sp{
	display: none;
}

.mv .fullpageInner2 {
  width: 250px;
  top: 24%;
  right: 3%;
  position: absolute;
  z-index: 19;
}

/* fullpage */
/*.fullpage {
  /* background-image: url(../../imgs/main.jpg);*/
 /* background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.fullpageBlock {
  margin: 0;
  text-align: center;
  position: relative;
  height: 100%;
}

.fullpageInner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.fullpageInner2 {
  width: 250px;
  height: 100%;
  top: 30%;
  right: 3%;
  position: absolute;
  z-index: 19;
}

.fullpageInner-sp {
  display: none;
}
*/

/* mainTxt */
.mainTxt {
  width: 100%;
  height: 100px;
  margin: 0;
  text-align: center;
  background: url(../../imgs/mainTxt-bg-repeat.png) center top repeat;
  position: absolute;
  top: -253px;
  z-index: 200;
}

.mainTxtBlock {
  width: 100%;
  height:auto;
  background: url(../../imgs/mainTxt-bg.png) center top no-repeat;
}

.mainTxtList {
  overflow: hidden;
  /*padding: 10px 0;*/
}

.mainTxtList li {
  display: inline-block;
  background: url(../../imgs/mainTxt-line.png) right 0 no-repeat;
  padding: 0 45px 0 0;
  margin: 0 15px 0 0;
  zoom: 1;
}

.mainTxtList li:last-child {
  background: none;
  padding: 0;
  margin: 0;
}

.mainTxtList .mainTxt_no_border {
  background: none;
  padding: 0;
  margin: 0 15px 0 0;
}

.mainCatch01 {
  position: absolute;
  top: 120px;
  left: -25px;
}

/* mainTxt2 */
.mainTxt2 {
  width: 100%;
  height: 100px;
  margin: 0;
  text-align: center;
  background: url(../../imgs/mainTxt-bg-repeat2.png) center top repeat;
  position: absolute;
  top: -153px;
  z-index: 100;
}

.mainTxtBlock2 {
  width: 100%;
  height:auto;
  background: url(../../imgs/mainTxt-bg2.png) center top no-repeat;
}

.mainTxtList {
  overflow: hidden;
  /*padding: 10px 0;*/
}

/* infoTitle */
.infoTitle {
  margin: 0 0 15px;
  background: url(../../imgs/infoTitle_line.gif) 0 bottom repeat-x;
}

.infoList {
  margin: 0% 0% 4.16% 0%;
}

.infoList dt {
  font-size: 85%;
  color: #999;
}

.infoList dd {
  margin: 0 0 10px;
  color: #333;
}

.infoList dd:last-child {
  margin: 0;
}



@media only screen and (max-width: 960px) {
  #gHeader {
    position: relative;
    background: url(../../common/imgs/hdr-bg-repeat.png) center top repeat;
  }

  .gHeaderBlock {
    background: url(../../common/imgs/hdr-bg.png) center top repeat-y;
  }
	
/* kv（ページの高さ取得） */
#pageID .kv {
height: auto !important;
}
	
  #gHeader #gNav {
    display: block;
  }

  #contentsWrap #gNav {
    display: none;
  }

  #gNav {
    display: block;
  }
	
/*
  .fullpage {
    background: none;
  }

  .fullpageBlock img {
    width: 100%;
  }

  .fullpageInner {
    width: 100%;
    height: auto;
  }

  .fullpageInner-sp {
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }	
	*/
	
	.mv .fullpageInner2 {
  width: 250px;
  top: 35%;
  right: 3%;
  position: absolute;
  z-index: 19;
}
	
  .mainTxt {
    height: auto;
    position: relative;
    top: 0;
    z-index: 1;
  }

  .mainTxtBlock {
    background: url(../../imgs/mainTxt-bg.png) center top repeat-y;
  }

  .mainTxtList {
    padding: 2.08% 1.04% 2.08% 1.04%;
  }

  .mainCatch01 {
    display: none;
  }
	
.mainTxt2 {
    height: auto;
    position: relative;
    top: 0;
    z-index: 1;
  }

  .mainTxtBlock2 {
    background: url(../../imgs/mainTxt-bg2.png) center top repeat-y;
  }
	
	/* kv（ページの高さ取得） */
#pageID .kv {
    height: auto !important;
  }
	
}


@media only screen and (max-width: 640px) {
	.mv .mv_pc{
	display: none;
}

.mv .mv_sp{
	display:block;
}
	
  #gHeader #gNav {
    display: none;
  }

  #containerInner .gNavBlock {
    display: none;
  }
	.mainTxtList {
	width: 90%;
	margin: 0 5%;
	padding: 20px 0;
	}
  .mainTxtList li {
    display: block;
    background: none;
    padding: 0;
    margin: 0% 0% 1.04% 0%;
  }
	
.fullpage {
    background: none;
  }
	
.mv .fullpageInner2 {
  width: 100px;
  top: 21%;
  right: 2.5%;
  position: absolute;
  z-index: 19;
}

.infoTitle {
    margin: 0 0 10px;
    text-align: center;
  }

  .infoList dd {
    font-size: 93%;
  }

  .infoList dd {
    font-size: 108%;
  }
	
}
