﻿@charset "UTF-8";

/**************************************
customizeFeaturePage
**************************************/
#customizeFeaturePage{
  width: 100%;
  max-width: var(--contentsOuterMaxWidth);
  margin: 0 auto;
  padding: 0 var(--contentsMargin);
}


#customizeFeaturePage .s-featureContent-item{
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 0 0 0;
}


#customizeFeaturePage .featureListTTL{
  display: block;
  max-width: 1000px;
  margin: 0 auto 2.9rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1A1311;
}


#customizeFeaturePage .featureListTTL > span{
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #E24350;
}


#customizeFeaturePage #feutureMainSection{
  padding-top: 6rem;
}

#customizeFeaturePage .m-formHeading-body,
#customizeFeaturePage .m-formHeading-body--border-md-none{
  padding: 0;
  border: none;
}


#customizeFeaturePage .c-pager{
  margin-top: 6rem;
}

/**************************************
contentCategories
**************************************/
ul.contentCategoriesLink{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem 0.5rem;
  width: 100%;
  padding: 2rem 2rem;
  margin: 0 auto 2rem;
  background: #F7F7F7;
}

ul.contentCategoriesLink > li{
  display: block;
}


ul.contentCategoriesLink > li > a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  height: 3rem;
  padding: 0.5rem 2rem;
  border: 1px solid #1A1311;
  border-radius: 2rem;
  background: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #1A1311;
}

ul.contentCategoriesLink > li > a >span{ color: #E24350;}


/**************************************
featureList
**************************************/
#customizeFeaturePage .featureList{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#customizeFeaturePage .featureList > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 3rem 2rem;
}

#customizeFeaturePage .featureList > ul > li{
  display: block;
  width: calc((100% - 6rem) / 4);
}

#customizeFeaturePage .featureList > ul > li > a{
  display: block;
}


#customizeFeaturePage .featureList > ul > li > a > picture{
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    aspect-ratio: 270 / 202.5;
    border-radius: 2px;
    overflow: hidden;
}


#customizeFeaturePage .featureList > ul > li > a > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#customizeFeaturePage .featureList > ul > li > a > p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.4rem;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
#customizeFeaturePage .featureList > ul > li > a > time{
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.714285714285714;
  letter-spacing: 0.08em;
  color: #8B8C8C;
}


/*noItem***********/
#customizeFeaturePage .featureListNoItem{
  display: flex;
  flex-direction: column;
  min-height: 20svh;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--contentsOuterMaxWidth);
  padding: 0 var(--contentsMargin);
  margin: 0 auto;
}

#customizeFeaturePage .featureListNoItem > p{
  display: block;
  margin-bottom: 4rem;
  font-size: 2rem;
  text-align: center;
}

#customizeFeaturePage .featureListNoItem > .btnNext{
  width: 22rem;
  margin: 0 auto;
}




/**************************************
featurePageDetail Setting
**************************************/
#upper-contents-area{
  max-width: 1000px;
  margin: 0 auto;
}

#customizeFeaturePage .featureProducts{margin-top: 0; margin-bottom: 0;}
#customizeFeaturePage .featureProducts + .featureProducts{margin-top: 4rem;}



#customizeFeaturePage .featureBottomBtn{
  width: 22rem;
  padding-top: 4rem;
  margin: 0 auto;
}

#customizeFeaturePage .featurePageDetail strong{font-weight: 700;}
#customizeFeaturePage .featurePageDetail a{text-decoration: underline;}
#customizeFeaturePage .featurePageDetail a.c-btn-progress{text-decoration: none;}

#customizeFeaturePage .mt1em{margin-top: 1em;}
#customizeFeaturePage .mt15{margin-top: 1.5rem;}
#customizeFeaturePage .mt20{margin-top: 2rem;}
#customizeFeaturePage .mt30{margin-top: 3rem;}
#customizeFeaturePage .mt40{margin-top: 4rem;}
#customizeFeaturePage .mb1em{margin-bottom: 1em;}
#customizeFeaturePage .mb15{margin-bottom: 1.5rem;}
#customizeFeaturePage .mb20{margin-bottom: 2rem;}
#customizeFeaturePage .mb30{margin-bottom: 3rem;}
#customizeFeaturePage .mb40{margin-bottom: 4rem;}


#customizeFeaturePage .fcRed{color: #E24350;}

#customizeFeaturePage .c-btn-progress{
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

/**************************************
sectionBox
**************************************/
#customizeFeaturePage .sectionBox{
  display: block;
  width: 100%;
  margin: 0 auto;
}
#customizeFeaturePage .sectionBox:not(:nth-child(1)){
  padding-top: 6rem;
}


#customizeFeaturePage .sectionBox p:not(:nth-child(1)){
  margin-top: 3rem;
}


#customizeFeaturePage .sectionBox .cautionText{
  font-size: 1.4rem;
}

#customizeFeaturePage .sectionBox .cautionText + .cautionText{
  margin-top: 2rem;
}


/**************************************
innerSectionBox
**************************************/
#customizeFeaturePage .innerSectionBox{
  display: block;
}

#customizeFeaturePage .innerSectionBox:not(:nth-child(1)){
  padding-top: 6rem;
}


/**************************************
ttl
**************************************/
/**mainTTLBox ***/
#customizeFeaturePage .ttlArea{
  display: block;
}

#customizeFeaturePage .feutureColumnTTL{
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  color: #1A1311;
}


/**secTTL ***/
#customizeFeaturePage .secTTL{
  display: block;
  padding-bottom: 1.4rem;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  background-image: linear-gradient(to right,#1A1311 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#customizeFeaturePage .secTTL:not(:nth-child(1)){
  margin-top: 6rem;
}



/**secSubTTL ***/
#customizeFeaturePage .secSubTTL{
  display: block;
  padding-left: 1rem;
  border-left: 0.4rem solid #E24350;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
}

#customizeFeaturePage .secSubTTL:not(:nth-child(1)){
  margin-top: 6rem;
}

/**************************************
img
**************************************/
#customizeFeaturePage .mvImg{
  display: block;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

#customizeFeaturePage .mvImg:not(:nth-child(1)){
  padding-top: 3rem;
}


#customizeFeaturePage .imgBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 4rem;
}

#customizeFeaturePage .imgBox:not(:nth-child(1)){
  padding-top: 6rem;
}

#customizeFeaturePage .imgBox figure{
  flex-shrink: 1;
  display: block;
  width: 100%;
}

#customizeFeaturePage .imgBox figure > img{
  display: block;
  width: 100%;
  height: auto;
}

#customizeFeaturePage .imgBox figure > figcaption{
  display: block;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

/**************************************
box
**************************************/
#customizeFeaturePage .bgBox{
  display: block;
  padding: 3rem;
  background: #F7F7F7;
  border-radius: 10px;
}

#customizeFeaturePage .borderBox{
  display: block;
  padding: calc(3rem - 2px);
  border: 1px solid #1A1311;
  border-radius: 10px;
}

#customizeFeaturePage .bgBox:not(:nth-child(1)),
#customizeFeaturePage .borderBox:not(:nth-child(1)){
  margin-top: 6rem;
}

#customizeFeaturePage .bgBox + .bgBox,
#customizeFeaturePage .bgBox + .borderBox,
#customizeFeaturePage .borderBox + .borderBox,
#customizeFeaturePage .borderBox + .bgBox{
  margin-top: 2rem;
}

#customizeFeaturePage dl.pointBox{
  display: block;
}
#customizeFeaturePage dl.pointBox:not(:nth-child(1)){
  margin-top: 3rem;
}

#customizeFeaturePage dl.pointBox > dt{
  display: block;
  margin-bottom: 0.9rem;
  font-weight: 700;
}


/**************************************
materialList
**************************************/
#customizeFeaturePage .materialList{
  display: block;
}

#customizeFeaturePage .materialList:not(:nth-child(1)){
  margin-top: 3rem;
}

#customizeFeaturePage .materialList > dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDDDDD;
}
#customizeFeaturePage .materialList > dl + dl{
  margin-top: 2rem;
}


/**************************************
dotList
**************************************/
#customizeFeaturePage .dotList{
  display: block;
}

#customizeFeaturePage .dotList:not(:nth-child(1)){
  margin-top: 3rem;
}

#customizeFeaturePage .dotList > *{
  display: block;
  padding: 0 0 0 4rem;
  position: relative;
}
#customizeFeaturePage .dotList > * + *{
  margin-top: 1rem;
}

#customizeFeaturePage .dotList > *::before{
  content: '・';
  font-weight: 500;
  color: #E24350;
  position: absolute;
  left: 1rem;
  top: 0;
}


/**************************************
makingStep
**************************************/
#customizeFeaturePage .makingStep{
  display: block;
}
#customizeFeaturePage .makingStep:not(:nth-child(1)){
  counter-reset: makingStep 0;
  margin-top: 3rem;
}

#customizeFeaturePage .makingStep > *{
  display: block;
  padding: 0 1rem 2.5rem 4rem;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

#customizeFeaturePage .makingStep > * + *{
  margin-top: 2rem;
}

#customizeFeaturePage .makingStep > *::before{
  counter-increment: makingStep 1;
  content: counter(makingStep)".";
  width: 3rem;
  color: #E24350;
  font-weight: 500;
  position: absolute;
  left: 1rem;
  top: 0;
}


/**************************************
featureListCustom
**************************************/
#customizeFeaturePage .s-featureContent-item .l-container{
  padding: 0;
}

#customizeFeaturePage .m-featureProductList{
  padding: 6rem 0 0 0;
}

#customizeFeaturePage .m-featureProductList__title{
  display: block;
  padding-bottom: 1.4rem;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  background-image: linear-gradient(to right,#1A1311 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#customizeFeaturePage .m-featureProductListLine{
  gap: 3rem 3.2rem;
}

#customizeFeaturePage .m-featureProductListLine__item{
  width: calc((100% - 3.4rem * 3) / 4);
}

#customizeFeaturePage .c-product-body__title{margin-bottom: 1.5rem;}



#customizeFeaturePage .c-product-head__status{display: none;}
#customizeFeaturePage .p-productDetaiMain-head__setpInfo{display: none;}
#customizeFeaturePage .p-productSkuBottomBtn__favorit{display: none;}
#customizeFeaturePage .c-btn-cart{display: none;}

#customizeFeaturePage .c-productSkuSelectBox{
  display: none;
}

#customizeFeaturePage .p-productSkuBottomBtn{
  display: none;
}


/**************************************
featureShareLinks
**************************************/
#customizeFeaturePage .featureShareLinks{
  display: block;
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 2px solid #DDDDDD;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#customizeFeaturePage .featureShareLinks > dl{
  display: block;
}

#customizeFeaturePage .featureShareLinks > dl > dt{
  display: block;
  margin-bottom: 3.5rem;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  color: #1A1311;
  font-weight: 500;
}


#customizeFeaturePage .featureShareLinks > dl > dd{display: block;}

#customizeFeaturePage .featureShareLinks ul{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 3rem;
}

#customizeFeaturePage .featureShareLinks ul > li{
  width: auto;
  height: 3rem;
}

#customizeFeaturePage .featureShareLinks ul > li > a{
  display: block;
  width: auto;
  height: 100%;
}


#customizeFeaturePage .featureShareLinks ul > li > a > img{
  display: block;
  width: auto;
  height: 100%;
}

