﻿html {
    font-size: 62.5%;
}


@media screen and (max-width: 375px) {
  html {
    font-size: calc((10 * (100vw / 375)));
  }
}


:root {
  --headerTopHeight: 5.9rem;
  --headerHeight: 10.8rem;
  --headLogoWidth: 12.5rem;
  --contentsMargin: 1.5rem; 
}


/**************************************
wrap
**************************************/
#rootTemplate{
	width: 100%;
	margin: 0 auto;
}

#rootTemplate.lock,
#rootTemplate.spLock{
	position: fixed;
	overflow: hidden;
	top: 0;
}


/**************************************
#headAlert
**************************************/
#headAlert{
  display: block;
  width: 100%;
  padding: 0.68rem 0 0.65rem;
  background: #1A1311;
}

#headAlert > p{
  display: block;
  width: 100%;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.75;
  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%;
	height: var(--headerHeight);
	padding: 0.8rem 7rem calc(var(--headerHeight) - var(--headerTopHeight) + 0.6rem) var(--contentsMargin);
	margin: 0 auto;
  position: relative;
}


#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;
}

/* headSerchBox******/
#header #headSerchBox{
  display: block;
  width: calc(100% - var(--contentsMargin) * 2);
  position: absolute;
  left: var(--contentsMargin);
  bottom: 0.7rem;
}

#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: 4rem;
  border: none;
  padding-left: 6.19rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  background: url("../img/common/custom/icon_search.svg") 1.94rem center no-repeat;
  background-size: 2.306rem 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 0;
}

#header #headUtilityNav > ul > li{
  display: block;
  width: 5.5rem;
}

#header #headUtilityNav > ul > li.login{display: none;}


#header #headUtilityNav > ul > li > a{
  display: block;
  position: relative;
}

#header #headUtilityNav > ul > li > a > img{
  display: block;
  width: 3rem;
  height: auto;
  margin: 0 auto;
}

#header #headUtilityNav > ul > li > a > span{
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.5;
  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: 0.7rem;
  top: -0.2rem;
  z-index: 2;
}


/* headNavMenu **************/
#headNav{
  display: block;
  width: 5.5rem;
  height: 4.5rem;
  position: absolute;
  top: 0.8rem;
  right: var(--contentsMargin);
}

#headNavOpen{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

#headNavOpen > span:nth-of-type(1){
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  position: relative;
}


#headNavOpen > span:nth-of-type(1) > span{
  display: block;
  width: 1.75rem;
  height: 1.5px;
  border-radius: 0.75px;
  background: #1A1311;
  position: absolute;
  left: 0.625rem;
  top: calc(50% - 0.75px);
  transition: opacity .2s ease;
}

#headNavOpen > span:nth-of-type(1)::before{
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.5px;
  border-radius: 0.75px;
  background: #1A1311;
  position: absolute;
  left: 0.625rem;
  top: calc(50% - 0.75px);
  transition: transform .2s ease;
  transform: translate(0,-0.5rem);
}

#headNavOpen > span:nth-of-type(1)::after{
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.5px;
  border-radius: 0.75px;
  background: #1A1311;
  position: absolute;
  left: 0.625rem;
  top: calc(50% - 0.75px);
  transition: transform .2s ease;
  transform: translate(0, 0.5rem);
}

#headNavOpen.open > span:nth-of-type(1) > span{
  opacity: 0;
}

#headNavOpen.open > span:nth-of-type(1)::before{
  transform: rotate(45deg) translate(0,0);
}

#headNavOpen.open > span:nth-of-type(1)::after{
  transform: rotate(-45deg) translate(0,0);
}



#headNavOpen > span:nth-of-type(2){
  display: block;
  width: 100%;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  color: #1A1311;
}

#headNavOpen > span:nth-of-type(2)::after{
  content: 'メニュー';
}

#headNavOpen.open > span:nth-of-type(2)::after{
  content: '閉じる';
}



/*.headNavInner************/
#headNav .headNavInner{
  display: block;
  width: 100vw;
  height: 0;
  background: #FFFFFF;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: calc(var(--headerTopHeight));
  left: 0;
  z-index: 1;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.3s ease,transform 0.3s ease;
  backface-visibility: hidden;
}


#headNav #headNavOpen.open + .headNavInner{
  height: calc(100dvh - var(--headerTopHeight));
  border-top: 1px solid #DDDDDD;
  padding: 2rem 1.5rem 4rem;
  overflow-y: auto;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}



/*.headNavUserNav************/
#headNav .headNavUserNav{
  display: block;
  margin: 0 auto 1.5rem;
}


#headNav .headNavUserNav > ul{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 0.7rem;
  width: 100%;
  margin: 0 auto;
}

#headNav .headNavUserNav > ul > li{
  flex-shrink: 1;
  display: block;
  width: 100%;
}

#headNav .headNavUserNav > ul > li > a.c-btn-progress{
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 400;
}


#headNav .headNavUserNav > ul > li > a > img{
  width: 2.4rem;
  height: auto;
}



/*.headNavMenu************/
#headNavMenu{
  display: block;
  width: 100%;
}

#headNavMenu > dl{
  display: block;
  height: 100%;
}

#headNavMenu > dl + dl{
  margin-top: 3rem;
}

#headNavMenu > dl > dt{
  display: block;
  padding-bottom: 0.8rem;
  margin: 0;
  border-bottom: 1px solid #1A1311;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3125;
  color: #1A1311;
}

#headNavMenu > dl > dd{
  display: block;
  height: 100%;
}

#headNavMenu ul.navLevel1{
  display: block;
  width: 100%;
}

#headNavMenu ul.navLevel1 > li{
  display: block;
  height: 100%;
  border-bottom: 1px solid #E3E3E3;
}

#headNavMenu ul.navLevel1 > li > a,
#headNavMenu ul.navLevel1 > li > span{
  display: block;
  padding: 1.5rem 0 1.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #1A1311;
  text-align: left;
  cursor: pointer;
  position: relative;
}

#headNavMenu ul.navLevel1 > li > a::after{
  content: '';
  display: block;
  width: 0.808rem;
  height: 1.402rem;
  background: url("../img/common/custom/arrow_link_right.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1rem;
  top: calc(50% - 1.402rem / 2);
}


#headNavMenu ul.navLevel1 > li > span::before,
#headNavMenu ul.navLevel1 > li > span::after{
  content: '';
  display: block;
  width: 1.35rem;
  height: 1px;
  border-radius: 1px;
  background: #E24350;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5px);
}

#headNavMenu ul.navLevel1 > li > span::after{
  transform: rotate(90deg);
  transition: transform .2s ease;
}

#headNavMenu ul.navLevel1 > li > span.open::after{
  transform: rotate(0);
}



/* navLevel2 *********************/
#headNavMenu .navLevel2{
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

#headNavMenu ul.navLevel1 > li > span.open +  .navLevel2{
  height: auto;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
}


#headNavMenu  li .navLevel2 .navInner{
  display: block;
  width: 100%;
  padding: 1.5rem 1rem 1.5rem;
  border-top: 1px solid #DDDDDD;
}

#headNavMenu  li .navLevel2 .navInner > ul{
  display: block;
}

#headNavMenu  li .navLevel2 .navInner > ul > li{
  display: block;
  text-align: left;
}
#headNavMenu  li .navLevel2 .navInner > ul > li + li{
  margin-top: 2rem;
}

#headNavMenu  li .navLevel2 .navInner > ul > li > a{
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.4;
  color: #1A1311;
}

/*.headSNSLinks************/
#headNav .headSNSLinks{
  display: block;
  margin-top: 3rem;
}


#headNav .headSNSLinks .lineBtn{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

#headNav .headSNSLinks .lineBtn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  padding: 1.5rem 0 1.57rem; 
  border: 1px solid #E3E3E3;
  background: #FFFFFF;
  border-radius: 2px;
}

#headNav .headSNSLinks .lineBtn > a > img{
  display: block;
  width: 3.5rem;
  height: auto;
}

#headNav .headSNSLinks .lineBtn > a > span{
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.428571428571429;
}


#headNav .headSNSLinks ul.snsLinks{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 0.5rem;
}


#headNav .headSNSLinks ul.snsLinks > li{
  display: block;
  width: 4.5rem;
  height: 4.5rem;
}

#headNav .headSNSLinks ul.snsLinks > li > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#headNav .headSNSLinks ul.snsLinks > li > a > img{
  display: block;
  height: auto;
}

#headNav .headSNSLinks ul.snsLinks > li.insta > a > img{
  width: 2.816rem;
}
#headNav .headSNSLinks ul.snsLinks > li.x > a > img{
  width: 2.448rem;
}
#headNav .headSNSLinks ul.youtube > li.x > a > img{
  width: 3.208rem;
}



/**************************************
footer
**************************************/
#footer{
  display: block;
  width: 100%;
  margin-top: 6rem;
  padding: 0 0 0;
  background: #F7F7F7;
  position: relative;
}

 
#footer > .footInner{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5rem var(--contentsMargin) 14.7rem;
  position: relative;
}

#footer .footLogo{
  display: block;
  width: 24rem;
  margin: 0 auto 2.8rem;
}

#footer .footLogo > a{
  display: block;
}

#footer .footLogo > a > img{
  display: block;
  width: 100%;
  height: auto;
}

#footer .footNavBlock{
  display: block;
}

#footer .footNav{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 1.45rem;
}

#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;
  margin-top: 3rem;
}

#footer .footSNSLinks .lineBtn{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

#footer .footSNSLinks .lineBtn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  padding: 1.5rem 0 1.57rem; 
  border: 1px solid #E3E3E3;
  background: #FFFFFF;
  border-radius: 2px;
}

#footer .footSNSLinks .lineBtn > a > img{
  display: block;
  width: 3.5rem;
  height: auto;
}

#footer .footSNSLinks .lineBtn > a > span{
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.428571428571429;
}


#footer .footSNSLinks ul.snsLinks{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 0.5rem;
}


#footer .footSNSLinks ul.snsLinks > li{
  display: block;
  width: 4.5rem;
  height: 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: 0.53rem var(--contentsMargin) 0.57rem;
  background: #1A1311;
}

#footer .footUnder > .footInner{
  display: block;
}

#footer .footUnder > .footInner > ul{
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6rem;
}
#footer .footUnder > .footInner > ul > li{
  display: block;
  text-align: center;
}

#footer .footUnder > .footInner > ul > li + li{
  margin-top: 0.8rem;
}

#footer .footUnder > .footInner > ul > li > a{
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1A1311;
}


#footer .footCopy{
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.615384615384615;
  font-weight: 400;
  color: #FFFFFF;
}



/**************************************
orverRide
**************************************/
.pcView{display: none!important;}




