﻿html {
    font-size: 62.5%;
}

@media screen and (max-width:1400px) {
  html {
    font-size: calc((10 * (100vw / 1400)));
  }
}


:root {
  --headerTopHeight: 8.2rem;
  --headNavHeight: 6.5rem;
  --headerHeight: calc(var(--headerTopHeight) + var(--headNavHeight) );
  --headLogoWidth: 18rem;
  --headOpenNavWidth: 101.32rem;
  --contentsMargin: 13rem; 
  --contentsMaxWidth: 1140px;
  --contentsOuterMaxWidth: calc(1140px + var(--contentsMargin) * 2);
}

@media (hover: hover) {
  a{
    transition: opacity var(--transition-default);
  }
  a:hover{
    opacity: .6;
  }
}


/**************************************
wrap
**************************************/
#rootTemplate{
	width: 100%;
	margin: 0 auto;
}

#rootTemplate.lock,
#rootTemplate.pcLock{
	position: fixed;
	overflow: hidden;
	top: 0;
}


/**************************************
#headAlert
**************************************/
#headAlert{
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  background: #1A1311;
}

#headAlert > p{
  display: block;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#headAlert a{
  color: #FFFFFF;
  text-decoration: none;
}


/**************************************
#header
**************************************/
#header{
	display: block;
	width: 100%;
  padding-bottom: var(--headerHeight);
  position: relative;
}

#headerWrap{
  display: block;
  width: 100%;
  height: var(--headerHeight);
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
}


/* headerTop **********************/
#header #headerTop{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
	width: 100%;
  max-width: var(--contentsOuterMaxWidth);
	height: var(--headerTopHeight);
	padding: 2.4rem var(--contentsMargin) 0;
	margin: 0 auto;
}


#header .headerLogo{
  display: block;
  width: var(--headLogoWidth);
}

#header .headerLogo > a{
  display: block;
  width: 100%;
  transition: var(--hoverTransition);
}


#header .headerLogo img{
  display: block;
  width: 100%;
  height: auto;
}


#header .headTopNav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 3rem;
}

/* headSerchBox******/
#header #headSerchBox{
  display: block;
  width: 32rem;
}

#header #headSerchBox .c-freeWordSearchBox{
  display: flex;
  gap: 0;
  width: 100%;
  padding: 0 0 0 0;
  border: none;
  border-radius: 0.4rem;
  background: #F5F5F5;
}

#header #headSerchBox .c-freeWordSearchBox .c-freeWordSearchBox__form {
  height: 4.8rem;
  border: none;
  padding-left: 5.1rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  background: url("../img/common/custom/icon_search.svg") 1.8rem center no-repeat;
  background-size: 2.5rem auto;
}

#header #headSerchBox .c-freeWordSearchBox .c-freeWordSearchBox__form::placeholder{
  color: #8B8C8C;
}

#header #headSerchBox .c-freeWordSearchBox .c-freeWordSearchBox__submit{
  display: none;
}

/* headUserNav **************/
#header #headUtilityNav{
  display: block;
}


#header #headUtilityNav > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  height: 100%;
  gap: 0 2rem;
}

#header #headUtilityNav > ul > li{
  display: block;
  width: 6rem;
}


#header #headUtilityNav > ul > li > a{
  display: block;
  position: relative;
}

#header #headUtilityNav > ul > li > a > img{
  display: block;
  width: 4rem;
  height: auto;
  margin: 0 auto 0.2rem;
}

#header #headUtilityNav > ul > li > a > span{
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.909090909090909;
  letter-spacing: 0.08em;
  color: #1A1311;
}


#header #headUtilityNav > ul > li.cart > a > em{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #E24350;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.0rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 2;
}


/* headNavMenu **************/
#headNav{
  display: block;
  width: 100%;
  height: var(--headNavHeight);
  position: relative;
}

#headNavOpen{display: none;}


/*.headNavInner************/
#headNav .headNavInner{
  display: block;
  width: 100%;
  text-align: center;
}


/*.headNavUserNav************/
#headNav .headNavUserNav{display: none;}


/*.headNavMenu************/
#headNavMenu{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: var(--headNavHeight);
  margin: 0 auto;
  gap: 0 4rem;
}

#headNavMenu > dl{
  display: block;
  height: 100%;
}

#headNavMenu > dl > dt{
  display: none;
}

#headNavMenu > dl > dd{
  display: block;
  height: 100%;
}

#headNavMenu ul.navLevel1{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 0 4rem;
}

#headNavMenu ul.navLevel1 > li{
  display: block;
  height: 100%;
}

#headNavMenu ul.navLevel1 > li > a,
#headNavMenu ul.navLevel1 > li > span{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6rem;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.3125;
  color: #1A1311;
  cursor: pointer;
  position: relative;
}

#headNavMenu ul.navLevel1 > li > a::before,
#headNavMenu ul.navLevel1 > li > span::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #E24350;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scaleX(0);
  transition: transform var(--transition-default);
  transform-origin: center center;
}

#headNavMenu ul.navLevel1 > li > span::after{
  content: '';
  display: block;
  width: 0.755rem;
  height: 0.4rem;
  background: url("../img/common/custom/arrow_under.svg") center center no-repeat;
  background-size: 100% auto;
  transition: transform var(--transition-default);
}

#headNavMenu ul.navLevel1 > li.clickOpen > a::before,
#headNavMenu ul.navLevel1 > li.clickOpen > span::before{
  transform: scaleX(1);
}


#headNavMenu ul.navLevel1 > li.clickOpen > span::after{
  transform: rotate(180deg);
}

@media (hover: hover) {
  #headNavMenu ul.navLevel1 > li:hover > a::before,
  #headNavMenu ul.navLevel1 > li:hover > span::before{
    transform: scaleX(1);
  }
  
  #headNavMenu ul.navLevel1 > li.hoverOpen > span::after{
    transform: rotate(180deg);
  }
  
  #headNavMenu ul.navLevel1 > li > a:hover{
    opacity: 1;
  }
}

/* navLevel2 *********************/
#headNavMenu .navLevel2{
  display: block;
  width: 100%;
  height: 0;
  background: #F7F7F7;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: calc(var(--headerHeight));
  left: 0;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

#headNavMenu .navLevel2::before{
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: -2rem;
}


#headNavMenu  li.clickOpen .navLevel2{
  transform: translate(0,0);
  height: auto;
  padding: 2.9rem 0 3.8rem;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
}



@media (hover: hover) {
  #headNavMenu ul.navLevel1 > li.hoverOpen .navLevel2{
    transform: translate(0,0);
    height: auto;
    padding: 2.9rem 0 3.8rem;
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
  }
}

#headNavMenu  li .navLevel2 .navInner{
  display: block;
  width: 100%;
}

#headNavMenu  li .navLevel2 .navInner > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem 8rem;
  width: 100%;
  max-width: var(--headOpenNavWidth);
  margin: 0 auto;
}

#headNavMenu  li .navLevel2 .navInner > ul > li{
  display: block;
}

#headNavMenu  li .navLevel2 .navInner > ul > li > a{
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.5;
  color: #1A1311;
}

/*.headSNSLinks************/
#headNav .headSNSLinks{display: none;}



/**************************************
footer
**************************************/
#footer{
  display: block;
  width: 100%;
  margin-top: 10rem;
  padding: 0 0 0;
  background: #F7F7F7;
  position: relative;
}

 
#footer > .footInner{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: var(--contentsOuterMaxWidth);
  margin: 0 auto;
  padding: 5rem var(--contentsMargin) 5rem;
  position: relative;
}

#footer .footLogo{
  display: block;
  width: 20rem;
}

#footer .footLogo > a{
  display: block;
}

#footer .footLogo > a > img{
  display: block;
  width: 100%;
  height: auto;
}

#footer .footNavBlock{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 3.55rem;
}

#footer .footNav{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 4.9rem;
}

#footer .footNav > ul{
  display: block;
}
#footer .footNav > ul > li{
  display: block;
}
#footer .footNav > ul > li + li{
  margin-top: 1rem;
}

#footer .footNav > ul > li > a{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  gap: 0 0.6rem;
}

#footer .footNav > ul > li > a[target="_blank"]::after{
  content: '';
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/common/custom/icon_blank.svg") center center no-repeat;
  background-size: 100% auto;
}



#footer .footSNSLinks{
  display: block;
}

#footer .footSNSLinks .lineBtn{
  display: block;
  width: 26rem;
  margin-bottom: 1rem;
}

#footer .footSNSLinks .lineBtn > a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
  padding: 1.55rem 0 1.51rem 1.7rem; 
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 1.3rem;
}

#footer .footSNSLinks .lineBtn > a > img{
  display: block;
  width: 3rem;
  height: auto;
}

#footer .footSNSLinks .lineBtn > a > span{
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.538461538461538;
}


#footer .footSNSLinks ul.snsLinks{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 0.5rem;
}


#footer .footSNSLinks ul.snsLinks > li{
  display: block;
  width: 4.5rem;
}

#footer .footSNSLinks ul.snsLinks > li > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#footer .footSNSLinks ul.snsLinks > li > a > img{
  display: block;
  height: auto;
}

#footer .footSNSLinks ul.snsLinks > li.insta > a > img{
  width: 2.816rem;
}
#footer .footSNSLinks ul.snsLinks > li.x > a > img{
  width: 2.448rem;
}
#footer .footSNSLinks ul.youtube > li.x > a > img{
  width: 3.208rem;
}


/* footUnder ***/
#footer .footUnder{
  display: block;
  width: 100%;
  padding: 1rem var(--contentsMargin) 1rem;
  background: #1A1311;
}

#footer .footUnder > .footInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--contentsMaxWidth);
  margin: 0 auto;
  position: relative;
}

#footer .footUnder > .footInner > ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2.5rem;  
}
#footer .footUnder > .footInner > ul > li{
  display: block;
}

#footer .footUnder > .footInner > ul > li > a{
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.615384615384615;
  text-align: left;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}


#footer .footCopy{
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.615384615384615;
  font-weight: 400;
  color: #FFFFFF;
}



/**************************************
orverRide
**************************************/
.spView{display: none!important;}




