@charset "utf-8";

/* header */
.header {
  position: sticky;
  width: 100%;
  height: max(8rem, 80px);
  z-index: 100;
  transition: 0.3s;
  background:rgba(0,0,0,0.2);
}

.header .header-logo > h1 > a.hover {
	display:none;
}

.header .menu_depth1{ 
	/* position:relative; */
	font-size:2.2rem; 
	text-transform:uppercase;
	padding:27px 0;
}

.header .menu_depth1 > a {
	position:relative;
}
.header .menu_depth1 > a::after {
	content:""; 
	position:absolute; 
	bottom:-6px; 
	left:50%; 
	width:0; 
	height:3px; 
	border-radius:3px; 
	background-color:var(--emphasis2); 
	transform:translateX(-50%); 
	transition:all 0.3s ease;
}
.header .menu_depth1:hover > a::after {
	width:100%;
}

.header .text_menu{
	display:flex;
	align-items:center;
	font-size:1.6rem;
}
.header .text_menu span{
	display:inline-block;
}
.header .text_menu span.line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background:rgba(255,255,255,1);
    margin: 0 15px;
}

.site-wrap {
	position:absolute; 
	top:24px; 
	right:250px; 
	display:block; 
	height:min-content; 
	font-size:1.4rem; 
	border:1px solid var(--font01); 
	border-radius:18px; 
	background-color:transparent; 
	transition:all 0.2s ease;
}
.site-wrap .site-title > div {
	position:relative; 
	display:inline-block; 
	padding:8px 28px 8px 14px; 
	color:var(--font01);
	cursor: pointer;
}
.site-wrap .site-title > div::before,
.site-wrap .site-title > div::after {
	content:""; 
	position:absolute; 
	top:50%; 
	display:inline-block; 
	width:2px; 
	height:7px; 
	border-radius:2px; 
	background-color:var(--bgWhite); 
	transition:all 0.2s ease;
}
.site-wrap .site-title > div::before {
	right:14px; 
	transform:translateY(-50%) rotate(45deg);
}
.site-wrap .site-title > div::after {
	right:18px; 
	transform:translateY(-50%) rotate(-45deg);
}
.site-wrap .site-list {
	display:none; 
	text-align:center;
}
.site-wrap .site-list > li {
	display:block;
}
.site-wrap .site-list > li > a {
	display:block; 
	margin:10px; 
	color:var(--font01);
}
.site-wrap.on {
	background-color:var(--bgWhite); 
	color:var(--gray01);
}
.site-wrap.on .site-title > div {
	color:var(--gray01);
}
.site-wrap.on .site-title > div::before,
.site-wrap.on .site-title > div::after {
	background-color:var(--gray01);
}
.site-wrap.on .site-list > li > a {
	color:var(--gray01);
}

.rev-wrawp {
	position:absolute; 
	top:24px; 
	right:152px; 
	color:var(--font01); 
	font-size:1.4rem; 
	border:1px solid #FFFFFF; 
	border-radius:18px;
}
.rev-wrawp > a {
	display:inline-block; 
	padding:7px 14px;
}

.header .icon_menu{
	display:flex;
	align-items:center;
	gap:10px;
}
.header .icon_menu .lanuage,
.header .icon_menu .cart,
.header .icon_menu .search{
	position:relative;
	width:33px;
	height:33px;
	cursor:pointer;
}
.header .icon_menu .cart .cartCnt{
	position:absolute;
	right:-5px;
	bottom:0px;
	width:17px;
	height:17px;
	background-color:var(--emphasis2);
	color:var(--font01);
	border-radius:9999px;
	text-align:center;
	line-height:17px;
}
.header .icon_menu .cart .cartCnt .cartTotalCnt{
	font-size:1.2rem;
}

.header .off_menu{
	display:block;
}
.header #nav{
	position:relative;
	width:100%;;
}
.header.hover:not(.none){
	padding-bottom:554px;
}

.header #nav .lnb {
    position: absolute;
    width: 1180px;
    top: 100%;
    left: 50%;
	transform:translateX(-50%);
    height: 470px;
    text-align: left;
    font-size: 0;
    overflow: hidden;
    display: none;
	z-index:1000;
}
.header #nav .lnb ul{
	position: relative;
	width:100%;
	height:100%;
	top:0;
	left:0;
	font-size: 1.8rem;
	text-align: left;
	font-weight: 400;
	display: none;
	color: #555;
	text-transform: uppercase;
	z-index: 2000;
}
.header #nav .lnb ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/* width:calc(20.000% - 10px); */
	width:calc((100% - 20px) / var(--rowCount));
	margin:0 auto;
	height:100%;
	min-height:420px;
	border-left:1px solid #bfbfbf;
}
.header #nav .lnb ul li:last-child{
	border-right:1px solid #bfbfbf;
}
.header #nav .lnb ul li .inner{
	/* width:calc(100% - 20%);
	margin:40px auto 40px; */
	width:calc(100% - 40px);
	margin:40px 20px;
}
.header #nav .lnb ul li .inner .categoryTitle{
	font-size:2.0rem;
	color:var(--emphasis2);
	font-weight:500;
	text-align:left;
}
.header #nav .lnb ul li .inner .categoryMenu{
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: start;
	gap:15px;
}
.lowMenu{
	font-size:1.6rem;
	color:var(--primary);
}
.lowMenu a:hover{
	color:var(--emphasis);
}
/*
.header #nav .lnb ul li:before{
	display: inline-block;
	content:"";
	position: absolute;
	top: 50%;
	right: 0px;
	width: 1px;
	height: 100%;
	background:#bfbfbf;
	vertical-align: top;
	transform:translateY(-50%);
}
*/
/*
.header #nav .lnb ul li a{position: relative;vertical-align: top;display:inline-block;line-height: 100px;transition:0.3s;}
.header #nav .lnb ul li a:hover{color:#0082c4;}
*/

/* menu on */
.header.on{background:#ffffff;}
.header.on .off_menu{
	border-bottom:1px solid #e5e5e5;
}
.header.on .menu_depth1 {
	color:rgb(51 51 51 / var(--tw-text-opacity));
}
.header.on .header-logo > a {
	display:none;
}
.header.on .header-logo > a.hover {
	display:block;
}
.header.on .site-wrap {
	border:1px solid var(--gray05);
}
.header.on .site-wrap .site-title > div {
	color:var(--gray01);
}
.header.on .site-wrap .site-title > div::before,
.header.on .site-wrap .site-title > div::after {
	background-color:var(--gray01);
}
.header.on .site-wrap .site-list > li > a {
	color:var(--gray01);
}
.header.on .site-wrap.on {
	background-color:var(--bgWhite); 
	color:var(--gray01);
}
.header.on .rev-wrawp {
	border-color:var(--gray05); 
	color:var(--gray01);
}
.header.on .icon_menu > div::after {
	content:""; 
	position:absolute; 
	top:0; 
	left:0; 
	display:inline-block; 
	width:100%; 
	height:100%; 
	background:center / cover no-repeat;
}

/* .header.on .icon_menu .lanuage::after { 
	background-image:url("/theme/daybeau01/resources/image/icon/icon_language_on.png");
} */

.header.on .icon_menu .cart::after {
	background-image:url("/theme/daybeau01/resources/image/icon/icon_cart_on.png");
}
.header.on .icon_menu .search::after {
	background:url("/theme/daybeau01/resources/image/icon/icon_search_on.png");
}
.pc .header-logo {position:absolute; left:20px;}
.pc .header-nav {justify-content:center; width:100%;}
.pc .header-nav #nav {justify-content:center;}
.pc .header-right {position:absolute; top:24px; right:20px; align-items:flex-start;}
.pc .site-wrap {position:unset;}
.pc .site-wrap .site-title > div {width:max-content;}
.pc .rev-wrawp {position:unset;}
.pc .rev-wrawp > a {width:max-content;}

@media not all and (min-width: 1280px) {
    .max-xl\:hidden {
        display: none;
    }
}

@media (min-width: 1280px) {
    .xl\:hidden {
        display: none;
    }

}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
}

#nav .first-depth {
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 15px 0 15px;
}

#nav .first-depth > a  {
	display: block;
}

#nav .first-depth > a > span {
	font-size:1.5rem;
	text-align: center;
}

#nav .first-depth > a::after {
	content:""; 
	position:absolute; 
	bottom:10px; 
	left:50%; 
	width:0; 
	height:3px; 
	border-radius:3px; 
	background-color:var(--emphasis2); 
	transform:translateX(-50%); 
	transition:all 0.3s ease;
}

#nav .first-depth:hover > a::after {
	width:100%;
}

.header #nav .second-depth-wrap {
	position:absolute;
	top: 100%;
	left: 50%;
  	transform: translateX(-50%);
	box-shadow: 0 3px 3px rgba(0,0,0,0.12);
	text-align: center;
	background-color: #fff;
	padding: 30px 20px;
	display:none;
}

#nav .first-depth .categoryTitle.last {
	border-right: none;
}

#nav .first-depth .categoryTitle {
	width: calc(100% / var(--rowCount));
	border-right: 1px solid #bfbfbf;
}

#nav .first-depth .categoryTitle > a{
	display: block;
	font-size: 2.0rem;
	color: var(--emphasis2);
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
}

#nav .first-depth .second-depth > li > a {
	color: #333;
	display: block;
	padding: 8px 0 20px;
	text-align: center;
}

#nav .first-depth .second-depth > li > a > span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 1.5rem;
}

#nav .first-depth .second-depth > li > a:hover > span {
	color: var(--emphasis2);
	border-bottom: 2px solid var(--emphasis2);
}

#nav .first-depth1 {
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 15px 0 15px;
}

#nav .first-depth1 > a  {
	display: block;
}

#nav .first-depth1 > a > span {
	font-size:1.5rem;
	text-align: center;
}

#nav .first-depth1 > a::after {
	content:""; 
	position:absolute; 
	bottom:10px; 
	left:50%; 
	width:0; 
	height:3px; 
	border-radius:3px; 
	background-color:var(--emphasis2); 
	transform:translateX(-50%); 
	transition:all 0.3s ease;
}

#nav .first-depth1:hover > a::after {
	width:100%;
}
.header #nav .second-depth-wrap-procedure {
	position:absolute;
	top: 100%;
	left: 50%;
  	transform: translateX(-50%);
	text-align: center;
	padding: 30px 20px;
	height: 485px;
	display:none;
}

#nav .first-depth1 .categoryTitle.last {
	border-right: none;
}

#nav .first-depth1 .categoryTitle {
	width: calc(100% / var(--rowCount));
	border-right: 1px solid #bfbfbf;
}

#nav .first-depth1 .categoryTitle > a{
	display: block;
	font-size: 2.0rem;
	color: var(--emphasis2);
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
}

#nav .first-depth1 .second-depth > li > a {
	color: #333;
	display: block;
	padding-bottom: 8px;
	text-align: center;
}

#nav .first-depth1 .second-depth > li > a > span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 1.5rem;
}

#nav .first-depth1 .second-depth > li > a:hover > span {
	color: var(--emphasis2);
	border-bottom: 2px solid var(--emphasis2);
}
.header.on .first-depth {
	color:rgb(51 51 51 / var(--tw-text-opacity));
}
.header.on .first-depth1 {
	color:rgb(51 51 51 / var(--tw-text-opacity));
}

#nav .second-depth {
	position: relative;
	overflow: hidden;
} 

