/* stylelint-disable */
@charset 'utf-8';

#static h1 {
	margin-bottom: 20px;
}

#static .section {
	margin-bottom: 30px;
}

#static .line-none {
	border-top: none;
}

#static .content-brand-logo {
	margin-bottom: 30px;
	text-align: center;
}

#static .content-brand-logo img {
	width: 720px;	
}

/* ---------------------------
  ナビゲーションバー
------------------------------ */
#static .cosmedecorte-global-nav-area {
	position: relative;
	z-index: 2;
	margin-bottom: 22px;
	background-color: #fff;
}

#static .cosmedecorte-global-nav-area a {
	text-decoration: none;
}

#static .cosmedecorte-global-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	width: 980px;
	margin: auto;
	box-sizing: border-box;
	font-size: 15px;
}

#static .cosmedecorte-global-nav > li {
	width: 20%;
	padding-bottom: 20px;
}

#static .cosmedecorte-global-nav > li > a,
#static .cosmedecorte-global-nav > li > span {
	background-color: #000;
	color: #fff;
	height: 55px;
}

#static .cosmedecorte-global-nav li > a,
#static .cosmedecorte-global-nav li > span {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

#static .cosmedecorte-global-nav li > a:hover,
#static .cosmedecorte-global-nav li > span:hover {
	opacity: .7;
}

#static .cosmedecorte-global-nav > li:hover .cosmedecorte-nav-child-box {
	overflow: visible;
	height: auto;
	opacity: 1;
}

#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box ul {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: 0 auto;
}

#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box ul li {
	width: 20%;
	text-align: center;
}

#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box ul li > a,
#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box ul li > span {
	height: 40px;
}

#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box {
	overflow: hidden;
	position: absolute;
	width: auto;
	min-width: 225px;
	height: 0;
	transition: opacity 300ms;
	opacity: 0;
	white-space: nowrap;
}

#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box {
	top: 65px;
	left: 0;
	width: 980px;
	background-color: #f2f2f2;
}

#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box::after {
	position: absolute;
	top: -20px;
	left: 0;
	border: 12px solid transparent;
	border-bottom: 13px solid #f2f2f2;
	transition: opacity 300ms;
	content: '';
}

#static .cosmedecorte-global-nav > li:nth-child(1) .cosmedecorte-nav-child-box::after {
	left: 85px;
}

#static .cosmedecorte-global-nav > li:nth-child(2) .cosmedecorte-nav-child-box::after {
	left: 285px;
}

#static .cosmedecorte-global-nav > li:nth-child(3) .cosmedecorte-nav-child-box::after {
	left: 480px;
}

#static .cosmedecorte-global-nav .cosmedecorte-nav-child-box .cosmedecorte-nav-child li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}
/* stylelint-enable */
