@charset "UTF-8";

/* ======ヘッダエリア============ */

body .wrapper header .top_area .inner {
  height: 65px;
}

body .wrapper header .top_area .inner h1 .catchcopy {
	margin: 5px 0px 0px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	float: right;
}

body .wrapper a .color_w {
	color: #b03e8f;
	margin: 0px 1px;
	}

body .wrapper a .color_a {
	color: #cb329a;
	margin: 0px 1px;
	}

body .wrapper a .color_n {
	color: #de7fc1;
	margin: 0px 1px;
	}
	

body .wrapper header .top_area .inner .right-nav .nav-about {
  margin: 24px 20px 0px 0px;
  float: left;
  position: relative;
}

body .wrapper header .top_area .inner .right-nav .nav-about p {
	font-size: 14px;
	font-weight: 600;
	color: #b03e8f;
}

body .wrapper header .top_area .inner .right-nav .mypage p {
  margin: 0px 0px 3px 0px;
}

body .wrapper header .top_area .inner .right-nav .mypage p.login a {
  margin-top: 12px;
  background-color: #cf45a4;
  width: 100px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

body .wrapper header .top_area .inner .right-nav .mypage p.login a.signin {
  margin-top: 12px;
  background-color: #bf3294;
  width: 120px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* ======グローバルナビ============ */

#header-nav {
	background-color: #cf45a4;
}

.navbar {
	max-width: 1000px;
	margin: 0px auto;
	background-color: #cf45a4;
	padding: 0;
	text-align: center;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.menu-item {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-align: center;
}

a.menu-link {
	display: block;
	color: #ffffff !important;
	text-decoration: none;
	padding: 16px 36px 12px 36px;
	transition: background-color 0.3s ease;
}

a.menu-link:hover {
	color: #ffb5d4 !important;
	background-color: #bf3294;
}

.menu-en {
	display: block;
	margin: 0px 0px 0px 2px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
}

.menu-item.has-dropdown > .menu-link {
  position: relative;
  padding-right: 46px;
}

.menu-item.has-dropdown > .menu-link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffb5d4;
}

.menu-item.has-dropdown > .menu-link:hover::after {
  border-top-color: #ffffff;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(191, 50, 148, 0.9);
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  min-width: auto;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 9999 !important;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-link {
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  margin: 0 2px;
  padding: 10px 14px;
  border-bottom: 1px solid #cf85a4;
  transition: background-color 0.3s ease;
  width: 98%; 
  white-space: nowrap;
  box-sizing: border-box;
}

.dropdown-link:hover {
background-color: #cf45a4;
}

.dropdown li:last-child .dropdown-link {
border-bottom: none;
}

/* ======ボディ============ */

#top .before {
text-align: right;
}