/****************************** mobile,cpmmon ******************************/

/* --------------------------------
ヘッダーバー
-------------------------------- */
.header_con {
  width: 100vw;
  z-index: 999;
  transition: 0.5s;
  width: 100%;
}
.logoCon {
  position: fixed;
	left: 20px;
  top: 20px;
  z-index: 1000;
  /* mix-blend-mode: difference; */
  /* filter: var(--svg_black); */
}
.logoCon h1,
.logoCon>div {
  display: flex;
}
.logoCon a {
	position: relative;
}
.logoConImg {
  height: 45px;
  width: auto;
	z-index: 9995;
  /* filter: var(--svg_black); */
}
.logo_fp {
  /* filter: var(--svg_white); */
}

/* --------------------------------
 メニュー
-------------------------------- */

/* メニュー画面全体 */
#nav {
	height: 100vh;
	width: 50%;
  max-width: 350px;
  min-width: 260px;
	background: var(--brown);
	position: fixed;
	top: 0;
	right: 0;
  display: flex;
  align-items: center;
	z-index: 999;
  overflow: auto;
}

/* メニュー要素全体 */
#menuItem {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* メニュー内見出し */
.nav_head_con {
  margin-bottom: 40px;
}
.nav_logo_con {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-end;
}
.nav_logo_con img {
  width: 16px;
  margin-right: 8px;
}
.nav_head_con a {
  font-size: 10px;
}

/* ナビゲーションリスト */
.navList {
	/* margin-bottom: 30px; */
}
.nav_item {
	font-size: 2.2rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.nav_acr {
  line-height: 45px;
  padding-left: 20px;
  cursor: pointer;
}

.nav_item_open {
  height: auto;
}

/* SNS */
header .sns_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}
/* SNS */
header .sns_list {
  font-size: 3.2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
header .sns_list li:not(:last-child) {
  margin-right: 20px;
}
header .sns_list img {
  /* filter: var(--svg_white); */
  height: 30px;
  width: auto;
  object-fit: inherit;
}

/* メニュー表示・非表示 */
.close,
.open {
	transition : .5s;
}
.open {
	/* transition-delay: .25s */
}
.close {
	transform: translate(100%, 0px);
}
.open {
	transform: translate(0px, 0px);
}

/* --------------------------------
 ハンバーガーボタン
-------------------------------- */
/* 優先度 */
#menuWrapper,
#menuButton span,
#menuButton:before,
#menuButton:after {
	z-index: 9997;
}
/* 要素サイズ */
#menuWrapper,
#menuButton {
  width: 50px;
  height: 50px;
	display: block;
}
#menuWrapper {
	position: fixed;
	top: 10px;
	right: 10px;
  /* mix-blend-mode: difference; */
}
#menuButton {
  position: relative;
  cursor: pointer;
}
/* 線について */
#menuButton span,
#menuButton:before,
#menuButton:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 26px;
  height: 3px;
  margin: auto;
  background: var(--general);
  border-radius: 5px;
}
.mb_fp #menuButton span,
.mb_fp #menuButton:before,
.mb_fp #menuButton:after {
  /* background: #fff; */
  background: #000;
}
/* .change_line_color #menuButton span,
.change_line_color #menuButton:before,
.change_line_color #menuButton:after {
  background: var(--general);
} */
/* アニメーション時間 */
#menuButton span,
#menuButton:before,
#menuButton:after,
#menuButton.active span {
	transition: 0.5s;
	/* transition-delay: 0.5s; */
}
#menuButton:before,
#menuButton:after {
	content: "";
}
#menuButton:before {
  transform: translate(0, -9px);
}
#menuButton:after {
  transform: translate(0, 9px);
}
#menuButton.active span {
  transform: scale(0);
}
#menuButton.active:before {
  transform: rotate(45deg);
  background: var(--general);
}
#menuButton.active:after {
  transform: rotate(-45deg);
  background: var(--general);
}

/****************************** 600px ******************************/
@media (min-width: 600px){

  header .cntct_list {
    display: flex;
    justify-content: space-between;
  }
}

/****************************** 1025px ******************************/
@media (min-width: 1025px){

	/* -------------------- ヘッダーバー -------------------- */
  /* .header_con {
    display: flex;
    justify-content: flex-end;
  } */

  /* ロゴ */
  .front_page img {
    /* filter: var(--svg_white); */
  }
  .logoCon {
    /* position: absolute; */
    left: 30px;
    top: 30px;
  }
  .logoConImg {
    height: 40px;
  }

  /* メニューバー */
	/* #nav {
		background: none;
		max-width: inherit;
    height: var(--header_height);
		position: fixed;
    overflow: inherit;
    margin: 0;
    width: inherit;
    mix-blend-mode: difference;
	}
	#menuItem {
    height: 100%;
		padding: 0px;
    transform: translate(0, 0);
	} */

  /* メニュー */
  .navList {
    margin-bottom: 20px;
  }
  .nav_item {
    font-size: 2.8rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
  }
  .nav_item:not(:last-child) {
    margin-bottom: 10px;
  }
	/* .navList {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 40px 0 0;
	}
	.nav_item {
    font-size: 1.6rem;
		margin: 0;
		position: inherit;
    height: 100%;
    line-height: var(--header_height);
    border: none;
    overflow: inherit;
	}
  .nav_item:not(:first-child) {
		margin-left: 20px;
	}
  .nav_item:not(:last-child) {
		margin-bottom: 0px;
	}
  .nav_acr {
    transition: 0.3s;
    color: #fff;
    padding: 0;
    position: relative;
    line-height: inherit;
    cursor: pointer;
	} */
  /* .sub_page .nav_acr {
    color: var(--general);
	} */
  /* .nav_acr:hover {
    color: var(--pink);
	} */

  /* SNS */
  /* header .sns_list {
    display: none;
  } */

  /* 表示・非表示 */
  /* .close {
    transform: translate(0, 0);
  } */

  /* -------------------- ハンバーガーボタン -------------------- */
  #menuWrapper {
    top: 20px;
    right: 30px;
  }
  /* 線について */
  #menuButton span,
  #menuButton:before,
  #menuButton:after {
    width: 35px;
    height: 4px;
  }
  #menuButton:before {
    transform: translate(0, -11px);
  }
  #menuButton:after {
    transform: translate(0, 11px);
  }
}
