@charset "utf-8";

.header_toptext {
  width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
  font-size: 10px;
}
.gnav-wrapper {
  position: relative;
  display: block;
}
 .gnav {
  display: flex;
}
 .header_top {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}

.gnav li {
 padding: 18px 0;
 text-align: center;
 transition: all .3s ease-in-out;
}
  
.gnav > li:last-child a {
 border-right: solid 1px #fefefe;
}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 30px 0;
 /* width: 100%; */
}
 
.megamenu {
 background: #fafafa;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 /* top: 50px; */
 left: 0;
 transition: all .2s ease-in;
 z-index: 999;
}
 
.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 /* width: calc( (100% / 5) ); */
 padding: 0;
}
 
.megamenu-inner a {
 border-left: none;
}
 
.megamenu-inner-img {
 margin: 0 0 10px;
}
 
.megamenu-inner-text img {
 margin: 0 5px 0 0;
}

.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.megamenu ul li a {
  font-size: 13px;
  color: #595757;
}


body {
  font-size: 14px;
  position: relative;
}
* {
	margin: 0;
	padding: 0;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: a1minchostd;
	font-style: normal;
  src: url('../font/a-otf-a1minchostd-bold.otf');
  src:  url('../font/a-otf-a1minchostd-bold.woff') format('woff'),
  url('../font/a-otf-a1minchostd-bold.ttf')  format('truetype');
}
@font-face {
  font-family: a1minchostd;
	font-style: normal;
  src: url('../font/a-otf-a1minchostd-bold.eot');
  src: url('../font/a-otf-a1minchostd-bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: midashi;
	font-style: normal;
  src: url('../font/midashi.otf');
  src:  url('../font/midashi.woff') format('woff'),
  url('../font/midashi.ttf')  format('truetype');
}
@font-face {
  font-family: midashi;
	font-style: normal;
  src: url('../font/midashi.eot');
  src: url('../font/midashi.eot?#iefix') format('embedded-opentype');
}




.top_image_bg {
  width: 100%;
  margin: 0 auto;
}
.header_top h1 {
  margin-bottom: 100px;
}
nav ul li {
  margin: 0 1%;
  padding-bottom: 10px;
}
nav ul li:first-child {
  margin: 0 1% 0 0;
}
nav ul li:last-child {
  margin: 0 0 0 1%;
}
.g_nav ul li:hover {
  border-bottom: 1px solid #c2871d;
  padding-bottom: 9px;
}
.g_nav ul li .gmenu_sub li:hover {
  border-bottom: 0px solid #666;
  padding-bottom: 9px;
}
nav ul li a {
  font-weight: 800;
  font-size: 11px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
  transition: color 0.3s linear;
  display: block;
  padding: 0 10px 10px 10px;
}
.gnav li a:hover {
  border-bottom: 1px solid #c2871d;
  padding-bottom: 9px;
}
header nav ul li span {
  display: flex;
  align-items: center;
  font-family: a1minchostd;
  justify-content: center;
}
header nav ul li a .nav_text1:before {
  content: "";
  width: 14px;
  height: 18px;
  display: inline-block;
  margin: 0 20px 0 0;
}
header nav ul li a .nav_text2:before {
  content: url(../image/header/sub_nav_icon@2x.png);
  width: 14px;
  height: 18px;
  margin: 0 20px 0 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;	
	display: none;
}
.nav_text2 img {
  width: auto;
  margin-right: 20px;
}



header nav ul li a .nav_text1 {
  font-size: 12px;
  display: flex;
  justify-content: center;
  color: #c2871d;
}
header nav ul li a .nav_text2 {
  font-size: 18px;
}
nav ul li a.active {
  box-shadow: 0px -1px 0px #fff;
}
.hover:hover a span {
  color: #fff;
}
.hover:hover a {
  color: #fff;
}
.gmenu_sub{
  color: #fff;
}

.gmenu_sub a:hover  {
  color: #595757;
}
/*********************************
メニュー
**********************************/


nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  /* padding: 300px 0; */
  box-sizing: border-box;
  margin-bottom: 20px;
}

nav::before {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  color: #fff;
  font: 400 24px/1 'Lato', sans-serif;
  text-align: center;
}



/* common */
nav ul {
  /* position: relative; */
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}
nav ul::after {
  display: block;
  clear: both;
  content: '';
}

nav ul li:not(:first-child) {
  border-left: none;
}
nav ul li a {
  display: inline-block;
  /* padding: 1em 4em; */
  color: #595757;
  font: 400 18px/1 'Lato', sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
nav ul ul {
  /* position: absolute; */
  top: 100%;
  left: -2px;
}
nav ul ul li {
  float: none;
  margin: 0 !important;
}
nav ul ul li:not(:first-child) {
  /* border: 2px solid #fff; */
  border-top: none;
}
nav ul ul ul {
  position: absolute;
  top: -2px;
  left: 100%;
}
.on_nav:before {
  background: rgba(0,0,0,.8);
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}
/* DEMO #1 */
.g_nav ul ul {
  display: none;
}
.g_nav ul li:hover > ul {
  display: block;
  width: 100%;
  /* background: rgba(0,0,0,.3); */
}
.g_nav ul li .gmenu_sub {
  padding-top: 20px;
}
.gmenu_sub li a {
  padding: 10px;
}
nav .gmenu_sub li:hover {
  /* background-color: rgba(255,255,255,.3); */
  border-bottom: 0px solid #fff;
  padding-bottom: 10px;
}


/************
スマホメニュー
************/
.menu-btn {
  display: none; 
}
.contents__inner {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 640px;
	height: 100vh;
	margin: 0 auto;
	padding: 50px 24px;
	color: #fff;
}

.contents__inner h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	width: 200px;
	height: 40px;
	margin: 100px auto 0;
	font-size: 13px;
	cursor: pointer;
	-webkit-perspective: 200px;
	perspective: 200px;
}

.btn__box a,
.btn__box:after {
	position: absolute;
	display: block;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-ms-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}

.btn__box:after {
	top: 0;
	left: 0;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	content: "このデモのエントリーへ";
}

.btn__box:hover a {
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 2;
}

.btn__box:hover:after {
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	z-index: 1;
}
.nav-button .sp-menu_open {
  display: block;
}
.nav-button_active .sp-menu_open {
  display: none;
}
.nav-button .sp-menu_close {
  display: none;
}
.nav-button_active .sp-menu_close {
  display: block;
}


.nav-button {
  display: none;
}

.nav a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}


.nav-wrap.open {
  display: flex;
  padding-top: 100px;
  flex-wrap: wrap;
}
.nav-wrap-in {
  width: 100%;
  display: flex;
}
.nav-wrap.close {
  display: none;
}





/*********************************
メニュー 追尾
**********************************/



.spread_nav {
  display: none;
}
nav.gnav-wrapper.spread_nav.spread_nav_fixed {
  display: block;
}
.spread_nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999999999999;
  background: #fff;
  /* opacity: 0.9; */
}


.spread_nav ul li a .nav_text1 {
  font-size: 12px;
  display: flex;
  justify-content: center;
  color: #c2896d;
}
.spread_nav ul li a .nav_text2 {
  font-size: 18px;
  color: #595757;
}
.spread_nav ul li a .nav_text1:before {
  content: "";
  width: 14px;
  height: 18px;
  display: inline-block;
  margin: 0 20px 0 0;
}
.spread_nav ul li span {
  display: flex;
  align-items: center;
  font-family: a1minchostd;
  justify-content: center;
}

.tuibi_gnav {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.tuibi_logo {
  position: relative;
  width: 25%;
}
.tuibi_logo li {
  position: absolute;
  left: 0;
  bottom: -5px;
}
.tuibi_logo li a {
  padding: 0 0px 0 10px;
}
.spread_nav ul li a .nav_text2 {
  font-size: 16px;
  color: #595757;
}

  .nav-wrap {
  display: none ;
  }

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

}


@media screen and (max-width: 1200px) {

	.spread_nav {
  display: none;
}	
nav.gnav-wrapper.spread_nav.spread_nav_fixed	{
  display: none;
}	
	
	
	
	
	
	
	
	.gnav-wrapper {
  display: none;
}

	
  .nav-button {
  display: block;
  cursor: pointer;
  }
nav ul li:last-child {
  margin: 0;
}
nav ul li {
  display: block;
  margin: 0;
}
.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background-color: rgba(255,255, 255, 1);
  width: 100%;
  height: 100%;
}
.nav-wrap .nav {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 50%;
  text-align: left;
}
.sp_nav {
  display: block;
  text-align: center;
}	
.sp_nav ul li {
  text-align: left;
  width: 50%;
  margin: 0;
  padding-bottom: 30px;
}
.sp_nav li a {
  text-align: left;
}	
  .nav-wrap li a {
  color: #333;
  font-size: 18px;
  }

  /*メニューボタン*/
  .nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  }
.nav-button img {
  width: 100%;
}
.nav-button {
  z-index: 20;
  position: fixed;
  width: 25px;
  /* height: auto; */
  top: 30px;
  right: 20px;
}

  .nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
  top: 0;
  }

  .nav-button span:nth-of-type(2) {
  top: 16px;
  }

  .nav-button span:nth-of-type(3) {
  bottom: 0;
  }

  .nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
  opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
  }
}

/**********************:メニューend************/









@media only screen and ( max-width :1291px ) {
.g_nav{
		display: none;
	}	
.menu-btn img {
  width: 100%;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
}

}
@media only screen and ( max-width :1200px ) {
 .header_toptext {
  display: none;
}
.sp_nav_logo {
  display: flex;
  justify-content: center;
  padding-top: 95px;
}
.header_top {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
}
}
@media screen and (max-width: 800px) {
.nav-wrap-in {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.header_top {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
}
.sp_nav_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.sp_nav_flex li {
  width: calc(100%/2);
}	
nav ul li:first-child {
  margin: 10px 0 0;
  padding: 0;
}
nav ul li {
  display: block;
  margin: 10px 0 0;
  padding: 0;
}
nav.sp_nav li {
  padding: 0;
  margin: 10px 0 0;
}	
.nav-wrap li a {
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: century-gothic,sans-serif;
  padding: 0 10px;
}	
nav ul li:last-child {
  margin: 10px 0 0;
}	
.sp_nav_flex li:nth-child(even) {
  width: 40%;
  margin-left: 10%;
}	
	
.sa {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
	

.nav-wrap.open {
  display: block;
  padding-top: 100px;
}	

.nav-wrap .nav {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width: 500px) {
.nav-wrap li a {
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: century-gothic,sans-serif;
  padding: 0 10px;
}
	.nav-button {
  z-index: 20;
  position: fixed;
  width: 25px;
  /* height: auto; */
  top: 22px;
  right: 20px;
}
.nav-wrap-in {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.sp_nav_logo img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.sa {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
	
.header_top h1 {
  width: 60%;
}	

.header_top {
  display: flex;
  justify-content: flex-start;
  line-height: 0;
  padding: 10px 0;
}

	
	
}

@media screen and (max-width: 320px) {
.nav-wrap li a {
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
}
	
.header_top h1 {
  width: 60%;
}
.header_text_box .header_text_box_1 {
  font-size: 15px;
}
.header_text_box .header_text_box_2 {
  font-size: 50px;
  line-height: 53px;
}	
.header_text_box .header_text_box_3 {
  font-family: a1minchostd;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 2px;
  margin-top: 0;
  color: #fff;
}	
.top_h2 {
  text-align: center;
  font-size: 20px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 34px;
}
	
.top_h2 span {
  display: block;
  font-size: 11px;
}
	
	
	
	
}