@charset "utf-8";
/* header
------------------------------------------------------- */
/*
.header {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 85vh;
  }
}
*/

.header {
    height: 750px;
	  position: relative;

  }
@media only screen and (max-width: 920px) {
  .header {
    height: 65vh;
  }
}
@media only screen and (max-width: 820px) {
  .header {
    height: 60vh;
  }
}
@media only screen and (max-width: 720px) {
  .header {
    height: 55vh;
  }
}
@media only screen and (max-width: 620px) {
  .header {
    height: 50vh;
  }
}
@media only screen and (max-width: 520px) {
  .header {
    height: 45vh;
  }
}
@media only screen and (max-width: 420px) {
  .header {
    height: 250px;
  }
}
#h-logo {
  width: 30%;
  max-width: 520px;
  position: absolute;
  left: 0;
  top: 5%;
}
#h-bottom {
  width: 20%;
  max-width: 350px;
  position: absolute;
  right: 0;
  bottom: 5%;
}
#header_txt {
  position: absolute;
  left: 18%;
  top: 45%;
}
#header_txt p {
  color: #fff;
  text-shadow: 0px 1px 3px #000;
  font-size: 1.2em;
  margin-bottom: 6%;

}
#header_bt, #header_bt2 {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #b5b5b6;
  font-size: 9.5rem;
}
#header_bt2 {
  font-size: 7.5rem;
}
img#reserve_sp {
  display: none;
}
@media only screen and (max-width: 1720px) {
  #header_bt, #header_bt2 {
    font-size: 8rem;
  }
	#header_bt2 {
  font-size: 6.5rem;
}
#header_txt p {
  margin-bottom: 4%;
}

}
@media only screen and (max-width: 1320px) {
  #header_bt, #header_bt2 {
    font-size: 8rem;
  }
	#header_bt2 {
  font-size: 6rem;
}

  #header_txt p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1220px) {
  #header_bt, #header_bt2 {
    font-size: 7rem;
  }
		#header_bt2 {
  font-size: 5.5rem;
}
  #header_txt {
    left: 20%;
    top: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  #h-bottom {
    width: 22%;
  }
	
	  #header_bt, #header_bt2, #header_txt {
		  display: none;
	}

}
@media only screen and (max-width: 820px) {
  #h-bottom {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  img#reserve_sp {
    display: block;
    position: absolute;
    top: 0;
    right: 20%;
    width: 15%;
    min-width: 80px;
  }
}
@media only screen and (max-width: 620px) {
  #h-bottom {
    width: 28%;
    min-width: 150px;
  }
}

#sp-headerTxt,#sp-headerTxt2 {
	display: none;
	text-align: center;
	margin: 2% 5% 10%;
}
#sp-headerTxt2 {
	margin: 2% 5% 0;
}

#sp-headerTxt p#shTtop,#sp-headerTxt2 p#shTtop {
	  color: #b5b5b6;
	    font-size: 4.5rem;
	margin: 0 0 0;


}
#sp-headerTxt p#shTp {
	    font-size: 1.1em;
	font-weight: 700;
		margin: 0 0 0;


}


@media only screen and (max-width: 1024px) {
#sp-headerTxt,#sp-headerTxt2 {
	display:block;
}

}
@media only screen and (max-width: 768px) {
#sp-headerTxt p#shTtop,#sp-headerTxt2 p#shTtop {
	    font-size: 4rem;
	line-height: 1;
	margin: 5% 0 ;
}
	#sp-headerTxt p#shTp {
	    font-size: 1em;
	}

}

@media only screen and (max-width: 480px) {
#sp-headerTxt p#shTtop,#sp-headerTxt2 p#shTtop {
	    font-size: 3rem;
	line-height: 1.25;
	margin: 5% 0 3%;
}
	#sp-headerTxt2 p#shTtop {
	margin: 5% 0 0 !important;
}
	#sp-headerTxt p#shTp {
	    font-size: 0.9em;
	}

}

@media only screen and (max-width: 370px) {
#sp-headerTxt p#shTtop,#sp-headerTxt2 p#shTtop {
	    font-size: 2.5rem;
	}
}

.sp-htx {
  display: none;
}
@media only screen and (max-width: 820px) {
  .sp-htx {
    display: block;
  }
}


/* footer | 
------------------------------------------------------- */
footer {
  padding: 3% 0 0;
  background: #000;
  text-align: center;
}
footer ul#fmenu, footer ul#fsubm {
  margin: 0 auto 2%;
  text-align: center;
}

footer ul#fmenu, footer ul#fsubm {
  margin: 0 auto 2%;
  text-align: center;
}
footer ul#fmenu li, footer ul#fsubm li  {
  display: inline-block;
  list-style-type: none;
  font-size: 1.2em;
}
footer ul#fmenu li a {

  padding: 8px 16px;
  text-decoration: none;
  color: #fff;
}
footer ul#fmenu li {
  text-align: center;
}

footer ul#fmenu li a.active {
  color: #b2b2b2;
  border-bottom: 2px #fff solid;
}
footer ul#fmenu li a:hover:not(.active) {
   color: #b2b2b2;
  border-bottom: 2px #fff solid;
}

footer ul#fsubm {
  list-style: disc !important;
}
footer ul#fsubm li a, footer ul#fmenusp li a {
  color: #fff;
}
footer ul#fsubm li a:hove, footer ul#fmenusp li a:hover {
  color: #b2b2b2 !important;
}
footer ul#fmenusp li {
  margin: 4% 0 2%;
  font-size: 0.9em;
}
#footerB {
  color: #fff;
  font-size: 0.9rem;
  padding: 0 0 1%;
}
@media only screen and (max-width: 768px) {
  #footerB {
    border: #3f3f3f 1px solid;
    padding: 5% 0 1%;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 480px) {
  #footerB {
    font-size: 0.7rem;
  }
}
/* sp_menuT | 3本線 | 
------------------------------------------------------- */
#menuT {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
}
.MenuBtn.Style01 {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
		background: rgba(0,0,0,0.3);

}
.MenuBtn.Style01 .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
}
@media only screen and (max-width: 820px) {
  .MenuBtn.Style01 {
    position: fixed;
  }
}
@media only screen and (max-width: 640px) {
  .MenuBtn.Style01 {
    top: 5px;
    right: 10px;
  }
}
.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .15s linear;
}
.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .15s linear;
  transform: translateY(-8px) rotate(0deg);
}
.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .15s linear;
  transform: translateY(8px) rotate(0deg);
}
.MenuBtn.Style01.isClosed {
  background: none;
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
  transform: translateY(0) rotate(45deg);
  background-color: #fff;
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(0) rotate(-45deg);
  background-color: #fff;
}
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn {
  justify-content: center;
  align-items: center;
  background: none;
}
/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
  position: fixed;
  /*position: absolute;*/
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  background: rgba(0, 0, 0, 0.65);
}
#pHi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.menu__item {
  width: 100%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.menu__item a {
  color: #fff !important;
}
/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active {
  pointer-events: auto;
  opacity: 1;
}