@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');

/* CSS Document */
body {
	color: #222;
	font-size: 100%;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0 auto;
}
body,
a {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	/*font-family: "times new roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro","HG明朝E", "ＭＳ 明朝","Sawarabi Mincho", sans-serif;*/
	/*font-family: 'Noto Serif JP', serif;*/
	/*font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;*/
  /*font-family: 'Noto Serif JP', serif;*/
}
img { width:100%; height:auto; display:block;-webkit-backface-visibility: hidden;}
a   { 
	text-decoration:none; color:#222;
}
ul  { list-style:none;}
.cinzel   { font-family: 'Cinzel', serif; }
.notos    { font-family: 'Noto Serif JP', serif; }
.notosjp  { font-family: 'Noto Sans JP', sans-serif; }
.gothic   { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" }
.mincho   { 
  font-family: 'Noto Serif JP', serif;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;*/ 
}
.garamond { font-family: 'EB Garamond', serif; }
.pc { display: block;}
.sp { display: none;}
.cf:after,
.cf::after {
	content: "";
	display: table;
	clear: both;
}
.cf > .left    { float: left;}
.cf > .right  { float: right;}
.mw640      { width: 94%;  max-width:  640px; margin: 0 auto;}
.mw700      { width: 94%;  max-width:  700px; margin: 0 auto;}
.mw750      { width: 94%;  max-width:  750px; margin: 0 auto;}
.mw800      { width: 94%;  max-width:  800px; margin: 0 auto;}
.mw900      { width: 94%;  max-width:  900px; margin: 0 auto;}
.mw960      { width: 94%;  max-width:  960px; margin: 0 auto;}
.mw1000    { width: 94%;  max-width: 1000px; margin: 0 auto;}
.mw1100    { width: 94%;  max-width: 1100px; margin: 0 auto;}
.mw1150    { width: 94%;  max-width: 1150px; margin: 0 auto;}
.mw1200    { width: 94%;  max-width: 1200px; margin: 0 auto;}
.mw1300    { width: 94%;  max-width: 1300px; margin: 0 auto;}
.mw1400    { width: 94%;  max-width: 1400px; margin: 0 auto;}
.mw1500    { width: 94%;  max-width: 1500px; margin: 0 auto;}
.mw1600    { width: 94%;  max-width: 1600px; margin: 0 auto;}
#anchor_top {height: 0;}
.icon-arw01 {
	display: block;
	width: 20px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: skewX(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 1em;
}
.icon-close01 {
	color: #99855c;
	font-size: 150%;
	line-height: 1;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.6em);
	right: 0.5em;
}
.icon-prev01 {
	display: block;
	width: 10px;
	height: 14px;
	background: #fff;
	border: 1px solid #99855c;
	border-left: none;
	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	background: transparent;
	position: absolute;
	top: calc(50% - 8px);
	right: 1em;
}
.icon-prev01:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-left: 1px solid #99855c;
	border-bottom: 1px solid #99855c;
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
	right: 3px;
}

.is-reflection {
}
.is-reflection a {
	position: relative;
	overflow: hidden;
}
.is-reflection a:after {
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	display: block;
	position: absolute;
	top: -180px;
	transform: scale(0) rotate(45deg);
	width: 30px;
	background-color: #fff;
	animation: is-reflection 4s ease-in-out infinite;
	z-index: 9000;
}
.is-reflection + .is-reflection a:after {
	animation-delay: .3s;
}
.caption01 {
	color: #fff;
	font-size: 62.5%;
	line-height: 1.15;
	text-align: center;
  padding: 0.3em 0.5em;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	z-index: 1000;
}
.caption01-Left {
	left: 0;
}
.caption01-Right {
	right: 0;
}
.caption01.fix01 {
	color: #333;
	background: rgba(255,255,255,0.75);
}
.caption01.fix02 {
  text-align: right;
	background: transparent;
  opacity: 0.9;
}
.caption01.fix03 {
	color: #333;
	background: transparent;
}

/* --------------------------------------------------------------------------------------------------------------------- header */
header {
	width: 100%;
  background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: -1;
}
header.scrolled,
body.slideEnd header {
  z-index: 9999;
}
header .wrap {
}
header.scrolled  .wrap {
  background: #1a1a1a;
  transition: 0.4s;
}
/*header  .wrap:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
header.scrolled  .wrap:after {
  opacity: 1;
  transition: 0.4s;
}*/
header .inner {
	box-sizing: border-box;
}
header .left {
	width: 26%;
	padding: 21px 0 0 20px;
  box-sizing: border-box;
	position: relative;
}
header .left h1 {
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
}
header .left a img {
	display: block;
	width: auto;
	height: 21px;
}
header .right {
	width: 65%;
  max-width: 750px;
	text-align: right;
  box-sizing: border-box;
}
header #gNav {
}
header #gNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header #gNav ul li {
	width: 20%;
	text-align: left;
}
/*
header #gNav ul li:nth-child(1) a:nth-child(1) {
	margin-top: 0.6em;
}
header #gNav ul li:nth-child(1) a:nth-child(2) {
}
header #gNav ul li:nth-child(1) a:before {
	display: inline-block;
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.75em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	transform-origin: top;
}
*/
header #gNav ul li {
	text-align: center;
  position: relative;
}
header #gNav ul li a {
	display: block;
	font-size: 87.5%;
	line-height: 1.25;
	letter-spacing: 0;
	padding: 0.25em 1em;
}
header #gNav ul li a {
  color: #fff;
	font-size: 87.5%;
  font-weight: 600;
	padding: 0 1.5em;
	height: 60px;
  box-sizing: border-box;
	position: relative;
	transition: 0.4s;
}
header #gNav ul li:nth-child(1) a,
header #gNav ul li:nth-child(2) a {
  font-size: 81.25%;
  /*background: #fff;*/
}
header #gNav ul li a span {
	width: 100%;
	position: absolute;
	top: 68%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
header #gNav ul li:nth-child(2) a span:after,
header #gNav ul li:nth-child(1) a span:after {
	display: none;
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333333;
	position: absolute;
  top: 0.18em;
	transition: 0.4s;
}
header #gNav ul li:nth-child(1) a span:after {
	left: 0.5em;
}
header #gNav ul li:nth-child(2) a span:after {
	left: 1.25em;
}
header #gNav ul li a span i {
	/*display: inline-block;*/
  display: none;
	content: '';
  width: 0;
  height: 0;
  margin-right: 1em;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333333;
	transition: 0.4s;
}
header #panel-btn .sp01 {
  display: none;
}
header #gNav02 {
}
header #gNav02 ul {
	text-align: right;
	letter-spacing: -0.4em;
  width: 100%;
  max-width: 100%;
  /*background: linear-gradient(to right,#01292b,#1d5f62,#01292b);*/
}
header #gNav02 ul li {
	display: inline-block;
  position: relative;
}
header #gNav02 ul li:nth-last-child(1) {
	display: none;
}
header #gNav02 ul li:after {
  display: none;
  content: 'NEW';
  color: #ddd;
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 0.2em;
  transform: scale(0.85);
  position: absolute;
  top: -0.2em;
  right: -0.25em;
  background: #721405;
}
header #gNav02 ul li a {
  display: block;
  color: #fff;
	font-size: 81.25%;
	letter-spacing: 0.1em;
	padding: 0.5em 1.5em;
	box-sizing: border-box;
	/*border-right: 1px solid #484848;*/
	position: relative;
}
header #gNav02 ul li a {
}
/*header #gNav02 ul li a:after {
  display: block;
  content: '';
  width: 1px;
  height: 1em;
  margin: auto;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}*/
header #gNav ul li:nth-child(1) a:after,
header #gNav02 ul li a:after {
  display: block;
  content: '/';
  color: #eee;
  width: 1px;
  margin: auto;
  /*opacity: 0.7;*/
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  z-index: 100;
}
header #gNav ul li:nth-child(1) a:after {
  top: 2.5em;
  right: -0.5em;
}
header #gNav02 ul li:nth-last-child(2) a:after {
  display: none;
}
header #gNav02 ul li a .sp01 {
  position: relative;
  z-index: 100;
}
header #gNav02 ul li:nth-last-of-type(2) a,
header #gNav02 ul li:nth-last-of-type(1) a {
  border-right: none;
}
header #gNav02 ul li:before {
	display: inline-block;
  display: none;
	content: '';
	width: 0;
	height: 2px;
	margin: auto;
  background: #b19b5a;
  pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	transition: 0.4s;
}
header #gNav02 ul li a:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.4s;
}
header #gNav02 ul li a:before {
}
header #gNav02 ul li a .sp02 {
  display: block;
  display: none;
  content: '';
  white-space: nowrap;
  letter-spacing: 0;
  margin: auto;
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: 0.4s;
}
header #gNav02 ul li .sp03 {
  display: inline-block;
  color: #fff;
  font-size: 62.5%;
  line-height: 1;
  height: 1em;
  letter-spacing: 0;
  padding: 0 2px;
  /*background: #9a1c1c;*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
header #gNav02 ul li:nth-child(9) .sp03,
header #gNav02 ul li:nth-child(8) .sp03,
header #gNav02 ul li:nth-child(7) .sp03,
header #gNav02 ul li:nth-child(6) .sp03,
header #gNav02 ul li:nth-child(5) .sp03,
header #gNav02 ul li:nth-child(4) .sp03,
header #gNav02 ul li:nth-child(3) .sp03,
header #gNav02 ul li:nth-child(2) .sp03,
header #gNav02 ul li:nth-child(1) .sp03 {
  display: none;
}
header #fNav {
	background: #1a1a1a;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
header #fNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*border-top: 1px solid #aaa;*/
}
header #fNav ul li {
	text-align: center;
	box-sizing: border-box;
}
header #fNav ul li:nth-child(1) {
	width: 18%;
}
header #fNav ul li:nth-child(2) {
	width: 41%;
}
header #fNav ul li:nth-child(3) {
	width: 41%;
}
header #fNav ul li:nth-child(1) {
	/*border-right: 1px solid #aaa;*/
}
header #fNav ul li a {
	display: block;
	color: #fff;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 2;
}
header #fNav ul li:nth-child(1) a {
}
header #fNav ul li:nth-child(2) a {
}
header #fNav ul li:nth-child(3) a {
}
header #fNav ul li:nth-child(4) a {
  /*pointer-events: none;
  opacity: 0.6;*/
}
header #fNav ul li:nth-child(5) a {
}
header #fNav ul li:nth-child(1) a i {
	font-size: 150%;
	vertical-align: middle;
}
header #btnTop {
	position: fixed;
	bottom: 0;
	right: 0;
	line-height: 0;
	z-index: 9999;
}
header #btnTop a {
	display: block;
}
/* --------------------------------------------------------------------------------------------------------------------- header END */
/* --------------------------------------------------------------------------------------------------------------------- billboard */
#billboard {
	/*margin-top: 135px;*/
	/*overflow: hidden;*/
}
#billboard.page {
}
#billboard.page .inner01 {
  text-align: center;
  /*padding: calc(6em + 130px) 0 6em;*/
  padding: 16em 0 10em;
  /*background: linear-gradient(to right,#d7d7d7,#ebebeb,#ebebeb,#d7d7d7);
  background: #d5eaec;*/
  /*background: linear-gradient(to right,#01292b,#1d5f62,#01292b);*/
  background: #1a1a1a;
	position: relative;
	z-index: 100;
}
#billboard.page .inner01 h2.ttl01 {
  color: #fff;
	font-size: 150%;
	font-weight: 300;
	line-height: 1;
  letter-spacing: 0.1em;
	text-align: center;
}
#billboard.page .inner01 h2.ttl01:after {
	display: none;
	content: '';
	width: 100%;
  max-width: 400px;
	height: 1px;
	margin: 0.5em auto 0;
	background-image: linear-gradient(to right ,transparent ,#000 45%,#000 50%,#000 55%,transparent);
}
#billboard.page.fix01 .inner01 h2.ttl01:after {
  display: none;
}
#billboard.page .inner01 .txt01 {
	font-size: 87.5%;
	text-align: center;
	letter-spacing: 0.1em;
	white-space: nowrap;
  width: 94%;
	margin: 1.5em auto 0;
}

/* --------------------------------------------------------------------------------------------------------------------- billboard END */
/* --------------------------------------------------------------------------------------------------------------------- contents */
#contents {
  padding: 4em 0 0;
}

/* ---------------------------------------------------------------------------- NEWマーク設定 */
header #gNav02 ul li:nth-child(9):after,
header #gNav02 ul li:nth-child(8):after,
header #gNav02 ul li:nth-child(6):after,
header #gNav02 ul li:nth-child(5):after,
header #gNav02 ul li:nth-child(4):after,
header #gNav02 ul li:nth-child(3):after,
header #gNav02 ul li:nth-child(2):after,
header #gNav02 ul li:nth-child(1):after {
  /*display: block;*/
}

/* ---------------------------------------------------------------------------- Navigation公開設定 */
header #gNav02 ul li:nth-child(7) {
  pointer-events: none;
}
header #gNav02 ul li:nth-child(7) a {
  pointer-events: none;
}
header #gNav02 ul li:nth-child(7) a .sp01 {
  opacity: 0.3;
}

/* ---------------------------------------------------------------------------- observe */
.observe {
  opacity: 0;
}
.observe.on {
  transition-duration: 1.5s !important;
  opacity: 1 !important;
}

#sectionNote {
  padding: 5em 0;
}
#sectionNote .inner01 ul {
}
#sectionNote .inner01 ul li {
  font-size: 62.5%;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

/* --------------------------------------------------------------------------------------------------------------------- contents END */
/* --------------------------------------------------------------------------------------------------------------------- footer */
footer {
  background: #222;
}
footer #btnTop {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  z-index: 9990;
}
footer #btnTop a {
  display: block;
  font-size: 200%;
  text-align: center;
  width: 2em;
  height: 2em;
  /*background: #01292b;*/
  background: #1a1a1a;
  position: relative;
}
footer #btnTop a span {
  display: block;
	text-indent: -9999px;
  width: 0.75em;
  height: 0.75em;
  margin: auto;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  transform: rotate(-45deg);
  transform-origin: center;
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
footer .inner01 {
  padding: 5em 0;
}
footer .inner02 {
  color: #fff;
  text-align: center;
  padding: 3em 0;
  /*background: linear-gradient(to right,#01292b,#1d5f62,#01292b);*/
  border-top: 1px solid rgba(255,255,255,0.2);
}
footer .inner02 .txt01 {
  margin-bottom: 0.5em;
}
footer .inner02 .txt01 .sp01 {
  font-size: 120%;
}
footer .inner02 .txt02 {
  font-size: 300%;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
footer .inner02 .txt02 a {
  display: block;
  color: #fff;
  /*font-family: 'EB Garamond', serif;*/
  font-family: 'Noto Serif JP', serif;
}
footer .inner02 .txt03 {
  font-size: 87.5%;
  line-height: 1.5;
}
footer .inner03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 3em 0 4em;
  border-top: 1px solid rgba(255,255,255,0.2);
}
footer .inner03 a {
  display: block;
  max-width: 320px;
  margin: 0 1em;
}
footer .inner03 a .txt01 {
  color: #fff;
  font-size: 87.5%;
  margin-bottom: 0.5em;
}
footer .inner03 a .img01 {
  width: auto;
  height: 21px;
}
footer .inner04 {
  text-align: center;
  /*background: linear-gradient(to right,#01292b,#1d5f62,#01292b);*/
  background: #1a1a1a;
}
footer .inner04 .txt01 {
  color: #fff;
  font-size: 62.5%;
  line-height: 1.5;
  padding: 0.25em 0;
}

/* --------------------------------------------------------------------------------------------------------------------- footer END */

@media only screen and (max-width: 1200px) {
  body {
  }
  header #gNav02 ul li a {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (max-width: 960px) {
  header .left {
    /*padding: 20px 0 20px 10px;*/
  }
  header .left a img {
  }
  header .right {
    width: 70%;
  }
  header #gNav ul li:nth-child(1) a span br {
    display: block;
  }
	#fadeLayer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.8;
		display: none;
		z-index: 9997;
	}
}
@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
  header #gNav ul li:nth-child(3) a:hover {
    color: #333;
    background: #fff;
    transition: 0.4s;
  }
  header #gNav ul li:nth-child(4) a:hover {
    color: #333;
    background: #fff;
    transition: 0.4s;
  }
  header #gNav ul li:nth-child(3) a:hover:after {
    border-color: transparent transparent #333 transparent;
    transition: 0.4s;
  }
  header #gNav ul li:nth-child(4) a:hover:after {
    border-color: transparent transparent #333 transparent;
    transition: 0.4s;
  }
	header #gNav02 ul li a:hover,
	header #gNav ul li a:hover {
    color: #95872b;
		transition: 0.4s;
	}
	header #gNav02 ul li a:hover:after {
		transition: 0.4s;
	}
	body.company #contents .btnWrap10 a:nth-child(7),
	body.equipment #contents .btnWrap10 a:nth-child(6),
	body.modelroom #contents .btnWrap10 a:nth-child(5),
	body.plan #contents .btnWrap10 a:nth-child(4),
	body.location #contents .btnWrap10 a:nth-child(3),
	body.concept #contents .btnWrap10 a:nth-child(2),
	body.top #contents .btnWrap10 a:nth-child(1) {
		transition: 0.4s;
	}
  header #gNav02 ul li:hover:before {
		width: 100%;
		transition: 0.4s;
  }
  header #gNav02 ul li a:hover:before {
    opacity: 0.1;
    transition: 0.4s;
  }
  
}
@media only screen and (max-width: 767px) {
	.pc   { display: none;}
	.sp   { display: block;}
	br.sp { line-height: 0;}
	.is-reflection + .is-reflection a:after {
		animation-delay: .4s;
	}
	body {
		font-size: 3.4vw;
		width: 100vw;
    min-width: 100vw;
	}
  #wrapper {
    /*padding-bottom: 70px;*/
  }
  header .wrap {
    min-width: 100%;
  }
  header .wrap:after {
    opacity: 1 !important;
  }
	header .inner {
		width: 94%;
    height: 52px;
    padding: 1.2em 0 0 1em;
    box-sizing: border-box;
	}
	header .left {
		width: 60%;
    padding: 0;
    float: none !important;
	}
	header .left h1 {
		display: none;
	}
	header .left a img {
		width: auto;
    max-height: 30px;
    padding: 0;
	}
	header .right {
    display: none;
	}
	header #btnNavView {
    display: block;
    margin: auto;
    background: #1a1a1a;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
	}
	header #btnNavView a {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
		box-sizing: border-box;
	}
	header #btnNavView .icon01 {
    display: block;
		position: absolute;
    top: 0.2em;
    right: 0.4em;
    z-index: 100;
    width: 1.35em;
    height: 1.35em;
    background: #931a07;
    border-radius: 50%;
	}
	header #btnNavView .icon01 span {
		color: #fff;
		height: 1.35em;
		position: absolute;
		top: 51%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	header #gNav {
    display: none;
	}
	header #gNav02 {
    display: none;
    margin: auto;
		padding: 0;
		width: 50%;
    /*background: #499495;*/
    /*background: linear-gradient(to right,#01292b,#1d5f62,#01292b);*/
    background: #1a1a1a;
    position: fixed;
    top: 53px;
    left: auto;
    right: -50%;
		z-index: 9998;
    transition: 0.4s;
	}
	header #gNav02 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	header #gNav02 ul li {
    display: block;
    text-align: center;
    margin: 0;
		width: 100%;
		position: relative;
	}
  header #gNav02 ul li:after {
    font-size: 75%;
    transform: scale(1);
    top: 0;
    right: 0;
  }
	header #gNav02 ul li:nth-last-child(2),
	header #gNav02 ul li:nth-last-child(1) {
		display: block;
	}
	header #gNav02 ul li:first-child {
		/*width: 100%;*/
	}
  header #gNav02 ul li:before {
    display: none !important;
  }
	header #gNav02 ul li a {
		display: block;
    color: #fff;
    font-size: 112.5%;
    /*font-family: 'Noto Serif JP', serif;*/
    line-height: 45px;
    height: 45px;
		padding: 0;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
  header #gNav02 ul li:last-child a {
    border-bottom: none;
  }
  header #gNav02 ul li a:after,
  header #gNav02 ul li a:before {
    display: none;
    content: '';
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.3);
  }
  header #gNav02 ul li:nth-child(even) a:after,
  header #gNav02 ul li:nth-child(odd) a:before {
    display: none !important;
  }
  header #gNav02 ul li:nth-last-child(2) a:after {
    display: block;
  }
  header #gNav02 ul li:nth-child(3) a {
    /*font-size: 106.25%;
    letter-spacing: 0;*/
  }
  header #gNav02 ul li:nth-child(4) a {
  }
  header #gNav02 ul li a .sp03,
  header #gNav02 ul li a .sp02,
  header #gNav02 ul li a .sp01 {
    top: 0;
  }
  header #gNav02.open {
    right: 0%;
    transition: 0.4s;
	}
  header #gNav03 {
    position: fixed;
    top: 0;
    right: 53px;
	}
  header #gNav03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 105px;
    height: 52px;
	}
  header #gNav03 ul li {
    width: 52px;
    height: 100%;
    position: relative;
	}
  header #gNav03 ul li a {
    display: block;
    color: #fff;
    font-size: 87.5%;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    padding: 0.75em 0;
    height: 100%;
    background: #1a1a1a;
    box-sizing: border-box;
  }
  header #gNav03 ul li:nth-child(1) a {

  }
  header #gNav03 ul li a img {
    width: auto;
    height: 50%;
    margin: 0 auto;
	}
  header #gNav03 ul li a span {
    display: block;
    line-height: 1;
    letter-spacing: 0;
    padding: 0.5em 0;
  }
	header #panel-btn-icon {
    pointer-events: all;
    position: absolute;
    display: block;
    top: 38%;
    left: 0;
    right: 0;
    width: 26px;
    height: 1px;
    margin: -1px auto;
    background: #fff;
    transition: .2s;
	}
	header #panel-btn-icon:before,
	header #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    width: 26px;
    height: 1px;
    background: #fff;
    transition: .3s;
	}
	header #panel-btn-icon:before {
    margin-top: -8px;
	}
	header #panel-btn-icon:after {
    margin-top: 8px;
	}	
	header #panel-btn .close {
    background: transparent;
	}
	header #panel-btn .close:before,
	header #panel-btn .close:after {
    margin-top: -1px;
	}
	header #panel-btn .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}	
	header #panel-btn .close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
  header #panel-btn .sp01 {
    display: block;
    color: #fff;
    font-size: 68.75%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5em;
    z-index: 100;
  }
  header #panel-btn .sp01.fix02 {
    opacity: 0;
  }
  header .close #panel-btn .sp01.fix01 {
    opacity: 0;
  }
  header .close #panel-btn .sp01.fix02 {
    opacity: 1;
  }
	header #fNav ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		width: 50% !important;
		height: 70px;
	}	
  header #fNav ul li .ttl01 {
    color: #fff;
    font-size: 87.5%;
    line-height: 23px;
    width: 100%;
  }
  header #fNav ul li:nth-child(1) .ttl01 {
    background: #01200e;
  }
  header #fNav ul li:nth-child(2) .ttl01 {
    background: #280901;
  }
	header #fNav ul li a {
    color: #fff !important;
    font-size: 87.5%;
    font-weight: bold;
    /*font-family: 'Noto Serif JP', serif;*/
    letter-spacing: .05em;
    width: 50%;
    padding: 2em 0;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    position: relative;
	}
  header #fNav ul li:nth-child(2) a,
  header #fNav ul li:nth-child(1) a {
    background: #1a1a1a;
  }
  header #fNav ul li:nth-child(2) a:not(.fix01) {
    border-right: none;
  }
  header #fNav ul li:nth-child(2) a.fix01,
  header #fNav ul li:nth-child(1) a.fix01 {
    border-color: #777;
  }
  header #fNav ul li:nth-child(2) a:last-child,
  header #fNav ul li:nth-child(1) a:last-child {
    pointer-events: none;
  }
  header #fNav ul li:nth-child(2) a:last-child span,
  header #fNav ul li:nth-child(1) a:last-child span {
    opacity: 0.3;
  }
	header #fNav ul li a img {
    width: auto;
    height: 60%;
    margin: 0 auto;
	}	
	header #fNav ul li a span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  header #fNav {
    background: #01292b;
    z-index: 9998;
  }
	#billboard {
    /*margin-top: 51px;*/
	}
  #billboard.page .inner01 {
    /*padding: calc(5em + 60px) 0 5em;*/
    padding: 10em 0 6em;
  }
	#billboard.page .inner01 h2.ttl01 {
		font-size: 150%;
	}
	#billboard.page .inner01 .txt01 {
    letter-spacing: 0;
    white-space: break-spaces;
	}
	#billboard.page .inner02 ul li a {
		font-size: 87.5%;
	}
  #contents {
    padding: 4em 0 0;
  }
  .tabWrap01 {
    width: 84%;
    padding: 0 3%;
    margin: 2em auto 3em;
  }
  .tabWrap01 ul li a {
    line-height: 1.35;
    padding: 0.6em 0 0.4em;
  }
  #sectionNote {
    padding: 4em 0 3em;
  }
  #sectionNote .inner01 {
  }
	.scroller {
		overflow-x: scroll;
		position: relative;
	}
	.scroller:before {
    content: "";
    display: block;
    transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/common/common_swipe.png")no-repeat 50% 50%;
    background-size: 35% auto;
    z-index: 2;
	}
	.scroller:after {
    content: "";
    display: block;
    transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    width: 250%;
    padding: 3%;
    z-index: 1;
	}
	.scroller.on:before,
	.scroller.on:after {
    opacity: 0;
	}
	.scroller img {
    width: 300%;
    opacity: 0.5;
    transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 100ms;
	}
	.scroller.on img {
    opacity: 1;
	}
	footer {
	}
  footer #btnTop {
    /*right: 10px;
    bottom: 80px;*/
  } 
  footer .inner02 {
    padding: 2em 0;
  }
  footer .inner02 .txt01 .sp01 {
    font-size: 106.25%;
  }
  footer .inner03 {
    width: 80%;
    padding: 3em 0;
  }
  footer .inner03 a:nth-child(2) {
    margin: 2em auto;
  }
  footer .inner03 a .txt01 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body {
    font-size: 2.0vw;
  }
  header #gNav02 ul li a {
    line-height: 2.5;
  }
}