@charset "utf-8";
.menu_fixed{
	position:fixed;
	top:0;
	left:50%;
	transform:translate(-50%, 0);
	width:100%;
	max-width:1920px;
	z-index:7;
}
.menu_icon{
	display:none;
}
.menu_icon_2{
	display:none;
}
.top_menu{
	max-width:1920px;
	display:flex;
	justify-content:center;
	position:fixed;
	top:0;
	left:0;
	z-index:6;
	width:100%;
	margin:0 auto;
	background-color:rgba(255,255,255,0);
}
.top_menu_sub{
	position:relative;
}
.top_menu_1{
	color:#fff;
	height:70px;
	width:100%;
	background:#000;
	position:relative;
}
.top_menu_1_sub{
	display:flex;
	justify-content:space-between;
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
.top_menu_1_sub .div_1a{
	position:relative;
	display:flex;
	align-items:center;
	gap:0 20px;
	box-sizing:border-box;
}
.top_menu_1_sub a{
	color:#fff;
	font-size:16px;
	margin-top:-3px;
}
.top_menu_1_sub .kugiri_1{
	width:1px;
	height:15px;
	background:#777;
	margin-top:-3px;
}
.top_menu_1_sub .insta_1{
	margin-top:1px;
}


.top_menu_2{
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:5;
	width:100%;
	max-width:1298px;
	height:100px;
	margin-left:auto;
	background-color:rgba(255,255,255,1);
}

.menu_div_1{
	max-width:40px;
	width:100%;
}
.menu_div_2{
	max-width:414px;
	width:100%;
}
.menu_div_3{
	max-width:458px;
	width:100%;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
	letter-spacing:0px;

}
.menu_div{
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.menu_text{
	color:#000;font-size:15px;font-weight:bold;text-align:center;
	padding:0 10px;
	box-sizing:border-box;
}
.menu_text:hover{
	color:#E5004F;
}


.menu_text_a {
  position: relative;
}
.menu_text_a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #b94b58;
  transition: width 0.3s ease;
}
/* ホバー時に伸びる */
.menu_text_a:hover::after {
  width: 100%;
}



@media screen and (max-width:1024px) {
.top_menu_1_sub .menu_text_a{
	color:#fff;
	font-size:12px;
	margin-top:-3px;
}
}
@media screen and (max-width:784px) {
.top_menu_1_sub .menu_text_a{
	display:none;
}
.top_menu_1_sub .kugiri_1{
	display:none;
}
}