﻿/**************************************
#main.userContentsMain
**************************************/
#userContentsOuter{}
#main.userContentsMain{}


/**************************************
maypageNav
**************************************/
#mypageNav{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem 6rem;
  order: 2;
}

#userContentsOuter #mypageNav > .inner{
	display: block;
	width: 100%;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background: #fdfaf5;
}

#userContentsOuter #mypageNav .navTTL{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  background: #e7e3cf;
  border-radius: 10px 10px 0 0;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

#mypageNav > .inner > ul {
  display: block;
}

#mypageNav > .inner > ul > li{
	display: block;
  border-bottom: 1px solid var(--borderColor);
}

#mypageNav > .inner > ul > li:nth-last-of-type(1){
  border-bottom: none;
}

#mypageNav > .inner > ul > li > a{
  display: block;
  padding: 1.5rem 3rem 1.5rem 1rem;
  font-size: var(--fontSizeS);
  line-height: 1.4;
  color: var(--txtColor);
  text-align: left;
  text-decoration: none;
  background: url(../img/system/arrow_right.svg) calc(100% - 1rem) center no-repeat;
  background-size: 0.6rem auto;
  position: relative;
  transition: opacity .3s ease;
}

#userContentsOuter #mypageNav .btnCancel{
  width: calc(100% - 3rem);
  margin: 2rem auto 0;
}

/**************************************
text
**************************************/
#userContentsSection .maypageInner{
	display: block;
  padding: 0 var(--contentsPadding);
}

#userContentsSection .mypageMainTTL{
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--borderColorHeavy);
  font-size: var(--ttlFontSize);
  font-weight: 600;
  line-height: var(--lineHeightSmall);
  text-align: left;
  color: #738994;
}

#userContentsSection .mypageMainTTL::before,
#userContentsSection .mypageMainTTL::after{
  display: none;
}

#userContentsSection .mypageLede{
	display: block;
	font-size: var(--fontSizeN);
	line-height: var(--lineHeight);
	text-align: left;
	margin-bottom: 2rem;
}

#userContentsSection .noItem{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(100vw - var(--contentsPadding) * 2);
  height: 10rem;
  padding: 1.5rem;
  margin: 2rem auto 0;
  border: 2px solid var(--borderColor);
  border-radius: 8px;
  font-size: var(--fontSizeN);
  line-height: 1.4;
  text-align: center;
}

#userContentsSection .mypageFormTTL{
  display: block;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--borderColor);
  font-size: var(--fontSizeL);
  font-weight: 700;
  line-height: var(--lineHeightSmall);
  text-align: left;
}


#userContentsSection .mypageSubTTL{
  display: block;
  height: inherit;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  background: none;
  border-top: 4px double var(--borderColor);
  border-bottom: 4px double var(--borderColor);
  text-align: center;
  font-size: var(--fontSizeN);
  font-weight: 700;
  color: #738994;  
}

#userContentsSection .mypageSubTTL.cntPlus{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;

}
#userContentsSection .mypageSubTTL.cntPlus .cntView .listPager{display: none;}
#userContentsSection .mypageSubTTL.cntPlus .cntView .cnt{display: none;}


#userContentsSection .attentionTextBox{
	display: block;
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.6;
}

#userContentsSection .attentionTextBox > dl{display: block;}

#userContentsSection .attentionTextBox > dl > dt{
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	color: #ff0000;
	font-weight: 700;
}
#userContentsSection .attentionTextBox > dl > dd{display: block;}

#userContentsSection .listAddBtn{
	display: block;
	max-width: 26rem;
	margin: 0 auto 3rem auto;
}

#userContentsSection .pagerBox + .listAddBtn{
	margin: 3rem auto 0;
}

#userContentsSection .settingCompMsg{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  padding: 2rem;
  margin: 2rem auto 2rem;
  border: 2px solid #D6CFD3;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}


/**************************************
mypage top
**************************************/
#userContentsSection .mypageTopInfo{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem 1rem;
}


/*point*/
#userContentsSection .validPoint{
	display: block;
  width: 100%;
}
#userContentsSection .mypageTopInfo .validPoint{order: 2;}

#userContentsSection .validPoint > dl{
	display: block;
	width: 100%;
	flex-shrink: 1;
	padding: 2rem;
  background: #F2F2F2;
}

#userContentsSection .validPoint > dl + dl{margin-top: 1rem;}

#userContentsSection .validPoint > dl > dt{
	display: block;
	text-align: center;
	font-size: var(--fontSizeN);
}
#userContentsSection .validPoint > dl > dd{
	display: block;
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	border-top: 1px solid #D6CFD3;
	text-align: center;
	font-size: var(--fontSizeLL);
}

#userContentsSection .validPoint > dl > dd > span{
	display: block;
	font-size: var(--fontSizeS);
  text-align: center;
  margin-top: 0.5rem;
}

#userContentsSection .validPoint > dl > dd > #aDetails{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 80%;
  height: 3rem;
  margin: 1rem auto 0;
  background-color: #2DB312;
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  font-family: var(--contentsOtherFont);
  font-weight: 400;
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}



/*limited*/
#userContentsSection ul.limitedTermPointList{
	display: block;
  padding: 0 var(--contentsPadding);
	margin-top: 1rem;
}

#userContentsSection ul.limitedTermPointList > li{
  padding: 2rem 2rem;
  font-size: var(--fontSizeN);
  border-bottom: 1px solid var(--borderColorLight);
}
#userContentsSection ul.limitedTermPointList > li:nth-of-type(1){
  border-top: 1px solid var(--borderColorLight);
}

/**************/
#userContentsSection .mypageTopNav{
  display: block;
  margin-top: 2rem;
}

#userContentsSection .mypageTopNavList{
  display: block;
}

#userContentsSection .mypageTopNavList > a + a{
  margin-top: 1rem;
}

#userContentsSection .mypageTopNavList > a{
  display: block;
  width: 100%;
  padding: 2rem 1.5rem 2rem 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background-color: #fdfaf5;
  transition: opacity .3s ease;
}


#userContentsSection .mypageTopNavList > a > dl{
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  padding-right: 4rem;
  text-align: left;
  position: relative;
  background: url("../img/system/arrow_right.svg") calc(100%) center no-repeat;
  background-size: 0.6rem auto;
}

#userContentsSection .mypageTopNavList > a > dl::after{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: var(--borderColor);
  position: absolute;
  right: 2rem;
  top: 0;
}

#userContentsSection .mypageTopNavList > a > dl > dt{
  display: block;
  font-size: var(--fontSizeN);
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #8e4b00;
}

#userContentsSection .mypageTopNavList > a > dl > dd{
  display: block;
  font-size: var(--fontSizeS);
  line-height: 1.6;
}



/*otherInfo*/
#userContentsSection .mypageTopInfo .otherInfo{
  order: 1;
	display: block;
  width: 100%;
  margin-bottom: 2rem;
}

#userContentsSection .mypageTopInfo .otherInfo > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  font-size: var(--fontSizeN);
}
#userContentsSection .mypageTopInfo .otherInfo > dl + dl{
  margin-top: 0.5rem;
}

#userContentsSection .mypageTopInfo .otherInfo > dl > dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding: 1rem 0.5rem;
  background: #e7e3cf;
  text-align: center;
  font-weight: 700;
}
#userContentsSection .mypageTopInfo .otherInfo > dl > dd{
  display: block;
  width:  calc(100% - 15rem);
  padding: 1rem 1rem;
  text-align: left;
  background: #fdfaf5;
  line-height: 1.4;
}

#userContentsSection .mypageTopInfo .otherInfo > dl > dd a{
  font-size: var(--fontSizeS);
  text-decoration: underline;
  transition: opacity .3s ease;
}

/**************************************
#myPageCouponBox
**************************************/
#userContentsSection .myPageTopNavList{
  display: none;
}



/**************************************
#myPageCouponBox
**************************************/
#myPageCouponBox{}


#myPageCouponBox .couponList{
	display: block;
	width: 100%;
}

#myPageCouponBox .couponList > dl{
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid var(--borderColorLight);
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}
#myPageCouponBox .couponList > dl + dl{margin-top: 1rem;}

#myPageCouponBox .couponList > dl > dt{
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D6CFD3;
  font-size: 1.2rem;
  font-weight: 700;
}
#myPageCouponBox .couponList > dl > dd{
	font-size: 1.2rem;
	line-height: 1.6;
}



/**************************************
mailListBox
**************************************/
#userContentsSection .mailListBox{
	display: block;
}


#userContentsSection .mailListBox > .mailListHead{
	display: none;
}



#userContentsSection .mailListBox > ul{
	display: block;
}
#userContentsSection .mailListBox > ul > li{
	display: block;
	border: 1px solid #CCCCCC;
}

#userContentsSection .mailListBox > ul > li + li{margin-top: 2rem;}

#userContentsSection .mailListBox > ul > li > a{
	display: block;
  text-decoration: none;
}
#userContentsSection .mailListBox > ul > li > a > dl{
	display:block;
	font-size: 1.2rem;
	line-height: 1.6;
}

#userContentsSection .mailListBox > ul > li > a > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(227, 223, 214, 0.4);
	height: 4rem;
	padding: 1rem 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	color: #222222;
	position: relative;
}
#userContentsSection .mailListBox > ul > li > a > dl > dt::before{content: '受信日時：';}

#userContentsSection .mailListBox > ul > li > a > dl > dt::after{
	content: '詳細';
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 2.4rem;
  border-radius: 4px;
  background-color: #E3DFD6;
  padding: 0.1rem 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #222222;
	margin: 0 0 0 auto;
}

#userContentsSection .mailListBox > ul > li > a > dl > dd{
	padding: 1.5rem 1rem;
}

#userContentsSection .mailDetail{
	display: block;
	padding: 0 1.5rem;
}

#userContentsSection .mailDetail > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}
#userContentsSection .mailDetail > dl + dl{margin-top: 0.5rem;}
#userContentsSection .mailDetail > dl > dt{width: 6rem; font-weight: 700;}
#userContentsSection .mailDetail > dl > dd{width: calc(100% - 6rem);}

#userContentsSection .mailDetail > .title{
	display: block;
	padding: 1.5rem 0;
	margin: 1.5rem auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.4;
	word-break: break-all;
}

#userContentsSection .mailDetail > .detail{
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
	word-break: break-all;
}
#userContentsSection .mailDetail > .detail .btnBlack{
	max-width: 20rem;
	margin: 0 auto 0 0;
}



/**************************************
pointListTable
**************************************/
#userContentsSection .validPoint + .mypageSubTTL{margin-top: 4rem;}


#userContentsSection .pointListTable{
	display: block;
  margin-top: 4rem;
}


#userContentsSection .pointListTable > .pointListHead{
	display: none;
	width: 100%;
}


#userContentsSection .pointListTable > ul{display: block;}

#userContentsSection .pointListTable > ul > li{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
	font-size: 1.2rem;
	line-height: 1.6;
	border: 1px solid #E0E0E0;
}
#userContentsSection .pointListTable > ul > li + li{margin-top: 2rem;}

#userContentsSection .pointListTable > ul > li > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	text-align: center;
}


#userContentsSection .pointListTable > ul > li > dl.userPointDate{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	text-align: center;
	width: 100%;
	padding: 1rem 1rem;
	border-bottom: 1px solid #E0E0E0;
	font-size: 1.2rem;
	font-weight: 700;
  background: #999999;
  color: #FFFFFF;
}
#userContentsSection .pointListTable > ul > li > dl.userPointDate > dt{
	display: block;
}
#userContentsSection .pointListTable > ul > li > dl.userPointDate > dt::after{content: '：';}
#userContentsSection .pointListTable > ul > li > dl.userPointDate > dd{font-size: 1.4rem;}


#userContentsSection .pointListTable > ul > li > dl:not(.userPointDate){
  display: flex;
	flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	text-align: left;
	width: 100%;
	padding: 0;
	border-right: 1px solid #E0E0E0;
	font-size: 1.2rem;
	font-weight: 700;
}
#userContentsSection .pointListTable > ul > li > dl:not(.userPointDate) > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	width: 100%;
  height: 3rem;
  text-align: center;
	border-bottom: 1px solid #E0E0E0;
	background-color: #F2F2F2;
}
#userContentsSection .pointListTable > ul > li > dl:not(.userPointDate) > dd{
	width: 100%;
  text-align: center;
	padding: 1rem 1rem;
	line-height: 1.6;
}


#userContentsSection .pointListTable > ul > li > dl.userPointContent{ width: 75%;}
#userContentsSection .pointListTable > ul > li > dl.point{ width: 25%; border-right: none;}
#userContentsSection .pointListTable > ul > li > dl.orderNum{ width: 100%; border-right: none; border-top: 1px solid #E0E0E0;}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dt{}



#userContentsSection .pointListTable > ul > li > dl.userPointContent > dd > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	text-align: center;
	width: 100%;
}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart{}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink{}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink + .orderLink{margin-top: 0.5rem;}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  margin: 0 0 0 auto;
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 0 1rem 0 1rem;
  border: 1px solid #000000;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  position: relative;
}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a > dl{}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a > dl > dt{}
#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > .orderLink > a > dl > dd{margin-top: 0.5rem; font-size: 1rem;}

#userContentsSection .pointListTable > ul > li > dl.orderNum > dd > .usePointCart > p{margin-top: 0.5rem;}


/**************************************
mailRemoveSection
**************************************/
.mailRemoveSection{
	display: block;
	margin-top: 6rem;
	background: #F2F2F2;
	padding: 2rem 2.5rem;
}

.mailRemoveSection .bottomBtnArea{margin-top: 1rem;}

/**************************************
shippingList
**************************************/
#userContentsSection .shippingList{
	display: block;
  width: 100%;
}

#userContentsSection .shippingList > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  border: 1px solid var(--borderColor);
  padding: 1.5rem;
  position: relative;
}
#userContentsSection .shippingList > dl + dl{margin-top: 2rem;}


#userContentsSection .shippingList > dl > dt{
  display: block;
  padding-right: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--fontSizeN);
  line-height: var(--lineHeightSmall);
  font-weight: 700;
}
#userContentsSection .shippingList > dl > dd{
	font-size: var(--fontSizeS);
	line-height: var(--lineHeightSmall);
	padding-bottom: 2rem;
}
#userContentsSection .shippingList > dl > dd > .name{padding-top: 0.5rem;}

#userContentsSection .shippingList > dl > dd.operation{
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 0;
	border-top: 1px solid #E0E0E0;
	margin: auto auto 0 auto;
}

#userContentsSection .shippingList > dl > dd.operation > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0 1rem;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li{
	display: block;
	width: 100%;
  max-width: 24rem;
	flex-basis: 1;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnNext > a,
#userContentsSection .shippingList > dl > dd.operation > ul > li.btnChange > a,
#userContentsSection .shippingList > dl > dd.operation > ul > li.btnCancel > a,
#userContentsSection .shippingList > dl > dd.operation > ul > li.btnBorder > a{
	height: 3rem;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: inherit;
	font-size: 1.2rem;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnDelete{
	width: 2.5rem;
  height: 2.5rem;
	margin: 0 auto;
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnDelete > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
  background: #555555;
  font-size: var(--fontSizeS);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
}

#userContentsSection .shippingList > dl > dd.operation > ul > li.btnDelete > a > img{
  display: block;
  width: 1.0rem;
  height: auto;
  margin: 0 auto;
}


/**************************************
cardList
**************************************/
#userContentsSection .cardList{
	display: block;
  width: 100%;
}

#userContentsSection .cardList > dl{
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid var(--borderColorLight);
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  position: relative;
}

#userContentsSection .cardList > dl + dl{margin-top: 1rem;}

#userContentsSection .cardList > dl > dt{
  display: block;
  padding-right: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--fontSizeN);
  line-height: var(--lineHeightSmall);
  font-weight: 700;
}
#userContentsSection .cardList > dl > dd{
	display: block;
  font-size: var(--fontSizeS);
  line-height: var(--lineHeightSmall);
  padding-bottom: 1.5rem;
}
#userContentsSection .cardList > dl > dd > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#userContentsSection .cardList > dl > dd > dl + dl{margin-top: 0.5rem;}

#userContentsSection .cardList > dl > dd > dl > dt{
	width: 7rem;
	font-weight: 700;
}
#userContentsSection .cardList > dl > dd > dl > dd{width: calc(100% - 7rem); padding-left: 1rem;}

#userContentsSection .cardList > dl > dd.operation{
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 0;
	border-top: 1px solid #efefef;
	margin: auto auto 0 auto;
}

#userContentsSection .cardList > dl > dd.operation > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

#userContentsSection .cardList > dl > dd.operation > ul > li{
	display: block;
	width: 100%;
	max-width: 20rem;
}

#userContentsSection .cardList > dl > dd.operation > ul > li + li{margin-left: 1rem;}

#userContentsSection .cardList > dl > dd.operation > ul > li.btnNext > a,
#userContentsSection .cardList > dl > dd.operation > ul > li.btnChange > a,
#userContentsSection .cardList > dl > dd.operation > ul > li.btnBorder > a{
	box-shadow: none;
	height: 3rem;
	line-height: 2.8rem;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: inherit;
	font-size: 1.2rem;
}

#userContentsSection .cardList > dl > dd.operation > ul > li.btnDelete{
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
}
#userContentsSection .cardList > dl > dd.operation > ul > li.btnDelete > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
  background: #555555;
  font-size: var(--fontSizeS);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
}
#userContentsSection .cardList > dl > dd.operation > ul > li.btnDelete > a > img{
  display: block;
  width: 1rem;
  height: auto;
  margin: 0 auto;
}

#divCreditCardInputForm .formTable + .formTable{margin-top: 0;}
#ctl00_ContentPlaceHolder1_divCreditCardNoToken.formTable{margin-top: 0;}


#divCreditCardInputForm{
  padding: 2rem 1.5rem;
  background: #fdfaf5;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}


#divCreditCardInputForm > .formTable:nth-of-type(1) > dl:nth-of-type(1){
  border-top: none;
  padding-top: 1rem;
}

#divCreditCardInputForm > .formTable > dl:nth-last-of-type(1){
  border-bottom: none;
}


/**************************************
orderSetting
**************************************/
#userContentsSection .orderSettingBox{
	display: block;
  width: 100%;
}


#userContentsSection .orderSettingBox > .defaultOrderSetting{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-basis: 1;
  width: 100%;
  text-align: left;
  border: 1px solid #E0E0E0;
  padding: 1.5rem;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting + .defaultOrderSetting{margin-top: 2rem;}


#userContentsSection .orderSettingBox > .defaultOrderSetting > .mypageSubTTL{
	padding: 1rem 1.5rem;
	border: none;
	margin-bottom: 1.5rem;
	text-align: center;
	background-color: #F2F2F2;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl{
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dt{
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1.5rem;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd{
	display: block;
	width: 100%;
	padding-top: 1.5rem;
	border-top: 1px solid #D6CFD3;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl + dl{margin-top: 0.5rem;}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl > dt{width: 8rem;}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl > dd{width: calc(100% - 8rem); padding-left: 1rem;}
#userContentsSection .orderSettingBox > .defaultOrderSetting > dl > dd.creditCardInfo > dl > dd::before{content: '：';}

#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput{display: block;}
#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput + .orderSettingInput{margin-top: 1rem;}

#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput > dl{
	display: block;
	font-size: 1.2rem;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput > dl > dt{font-weight: 700; margin-bottom: 1rem; text-align: left; font-size: 1.4rem;}


#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail{
	display: block;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #D6CFD3;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}


#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail > dl + dl{margin-top: 0.5rem;}

#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail > dl > dt{
	width: 7rem;
	font-weight: 700;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail > dl > dd{
	width: calc(100% - 7rem); padding-left: 1rem;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput .orderSettingInputText{
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
#userContentsSection .orderSettingBox > .defaultOrderSetting .orderSettingInput .orderSettingInputText img{max-width: 100%;}



#userContentsSection .orderSettingBox > .defaultOrderSetting .settingErrMsgBox{
	display: block;
	margin-top: 1.5rem;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}

#userContentsSection .orderSettingBox > .defaultOrderSetting .settingDetail + .settingErrMsgBox{padding-top: 1.5rem; border-top: 1px solid #D6CFD3;}

#userContentsSection .orderSettingBox > .defaultOrderSetting .settingErrMsgBox a{text-decoration: underline;}




/**************************************
購入履歴
**************************************/
#userContentsSection .changeViewBtn{
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}

#userContentsSection .changeViewBtn > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
	width: 100%;
}

#userContentsSection .changeViewBtn > ul > li{
	display: block;
	width: 50%;
  border: 1px solid var(--borderColor);
}
#userContentsSection .changeViewBtn > ul > li + li{border-left: none}

#userContentsSection .changeViewBtn > ul > li > a,
#userContentsSection .changeViewBtn > ul > li > span{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  padding: 0 2rem 0 2rem;
  background: #FFFFFF;
	color: var(--txtColor);
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}


#userContentsSection .changeViewBtn > ul > li > span{
  background-color: #8e4b00;
	color: #FFFFFF;
	font-weight: 700;
}

/** historyCartList ****************/
#userContentsSection .historyCartList{display: block;}

#userContentsSection .historyCartList > ul{
	display: block;
}

#userContentsSection .historyCartList > ul.windowView{

}


#userContentsSection .historyCartList > ul > li{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
  border: 1px solid #E0E0E0;

}

#userContentsSection .historyCartList > ul.windowView > li{
  padding: 1.5rem;
  background: #fdfaf5;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  position: relative;
}


#userContentsSection .historyCartList > ul.windowView > li + li{margin-top: 2rem;}

#userContentsSection .historyCartList > ul > li > figure{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 7.5rem;
  position: relative;
}

#userContentsSection .historyCartList > ul > li > figure img,
#userContentsSection .historyCartList > ul > li > figure a{display: block; width: 100%; height: auto;}


#userContentsSection .historyCartList > ul > li > figure .soldOut{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .4);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#userContentsSection .historyCartList > ul > li > .namePrice{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 7.5rem);
  padding: 0 0 0 2rem;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  word-break: break-all;
}
#userContentsSection .historyCartList > ul > li > .namePrice a{
  color: #000000;
}


#userContentsSection .historyCartList > ul > li > .namePrice > .date{
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
}

#userContentsSection .historyCartList > ul > li > .namePrice > .itemName{margin-bottom: 0.5rem;}
#userContentsSection .historyCartList > ul > li > .namePrice > .itemName a{color: var(--txtColor);}

#userContentsSection .historyCartList > ul > li > .namePrice > .priceList{}
#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl > dt{margin-right: 1rem; font-weight: 500;}

#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl > dd{}
#userContentsSection .historyCartList > ul > li > .namePrice > .priceList > dl > dd > span{display: none;}

	
#userContentsSection .historyCartList > ul > li > ul.operation{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
	width: 100%;
	padding: 1.5rem 0 0;
	margin-top: 1rem;
	border-top: 1px solid #E0E0E0;
}
#userContentsSection .historyCartList > ul > li > ul.operation > li{
	flex-basis: 1;
	width: 100%;
}

#userContentsSection .historyCartList > ul > li > ul.operation > li + li{margin-left: 10px;}


#userContentsSection .historyCartList > ul > li > ul.operation > li.btnDetail > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  margin: 0 0 0 auto;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  border: 1px solid var(--txtColor);
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: var(--txtColor);
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease,color 0.3s ease;
}
#userContentsSection .historyCartList > ul > li > ul.operation > li.btnInCart > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  margin: 0 0 0 auto;
  background: var(--btnColor);
  border-radius: 1.5rem;
  padding: 0 1rem 0 1rem;
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease,color 0.3s ease;
}

#userContentsSection .historyCartList > ul > li > dl{
  display: block;
	width: 100%;
}

#userContentsSection .historyCartList > ul > li > dl > dt{
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
	width: 100%;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

#userContentsSection .historyCartList > ul > li > dl > dt a{color: var(--txtColor);}



#userContentsSection .historyCartList > ul > li > dl > dd.productPrice{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items:  flex-end;
  justify-content: center;
  width: 100%;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1.6;
}

#userContentsSection .historyCartList > ul > li > dl > dd.productPrice > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
	width: 100%;
	font-size: 1rem;
}
#userContentsSection .historyCartList > ul > li > dl > dd.productPrice > dl > dt::after{content: '：';}

#userContentsSection .historyCartList > ul > li > dl > dd.productPrice > dl.normal > dt{display: block; }

#userContentsSection .historyCartList > ul > li > dl > dd.productPrice > dl.subToatal {font-size: 1.2rem; font-weight: 700; white-space: nowrap;}


/** historyListBox ****************/
#userContentsSection .historyListBox{
	display: block;
}

#userContentsSection .historyListBox > ul{display: block;}

#userContentsSection .historyListBox > ul > li{
	display: block;
  background: #fdfaf5;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
#userContentsSection .historyListBox > ul > li + li{margin-top: 2rem;}


#userContentsSection .historyListBox > ul > li > a{display: block;}

#userContentsSection .historyListTable{
	border: 1px solid var(--borderColor);
}

#userContentsSection .historyListTable > dl{display: block;}

#userContentsSection .historyListTable > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	height: 4rem;
	padding: 1rem 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
}
#userContentsSection .historyListTable > dl > dt > em{margin-left: 1rem;}

#userContentsSection .historyListTable > dl > dt > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 2.4rem;
  margin: 0 0 0 auto;
  background: #FFFFFF;
  border-radius: 1.2rem;
  padding: 0 0 0 0;
  border: 1px solid #000000;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  position: relative;
  cursor: pointer;
}


#userContentsSection .historyListTable > dl > dd.status{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
	width: 100%;
	border-top: 1px solid var(--borderColor);
}

#userContentsSection .historyListTable > dl > dd.status > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
	width: 50%;
  border-right: 1px solid var(--borderColor);
}
#userContentsSection .historyListTable > dl > dd.status > dl:nth-of-type(2n){
	border-right: none;
}
#userContentsSection .historyListTable > dl > dd.status > dl:nth-of-type(n + 3){
  border-top: 1px solid var(--borderColor);
}

#userContentsSection .historyListTable > dl > dd.status > dl:nth-of-type(odd):nth-last-of-type(1){
	width: 100%;
  border-right: none;
}

#userContentsSection .historyListTable > dl > dd.status > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 31px;
  border-bottom: 1px solid var(--borderColor);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #e7e3cf;
}
#userContentsSection .historyListTable > dl > dd.status > dl > dd{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
	width: 100%;
	height: calc(100% - 3.1rem);
	padding: 1rem 0.5rem;
	text-align: center;
	font-size: 1.2rem;
}

#userContentsSection .historyListTable > dl > dd.item{
	display: block;
	border-top: 1px solid var(--borderColor);
}

#userContentsSection .historyListTable > dl > dd.item > dl{display: block;}
#userContentsSection .historyListTable > dl > dd.item > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  padding: 0 1.5rem;
  border-bottom: 1px solid var(--borderColor);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #F2F2F2;
}
#userContentsSection .historyListTable > dl > dd.item > dl > dd{
	padding: 0 1.5rem;
  margin-bottom: 0;
}

#userContentsSection .historyListTable > dl > dd.item .cartTableMini > ul > li{
	padding: 0.8rem 0;
}

#userContentsSection .historyListTable > dl > dd.item .cartTableMini > ul > li > figure{
	width: 5rem;
}
#userContentsSection .historyListTable > dl > dd.item .cartTableMini > ul > li > .name{
	width: calc(100% - 5rem);
	padding-left: 2rem;
}
#userContentsSection .historyListTable > dl > dd.item .cartTableMini > ul > li > .name > p{
	font-size: 1.2rem;
}

#userContentsSection .historyListTable > dl > dd.item .cartTableMini > ul > li:nth-last-of-type(1){border-bottom: none;}


/**************************************
historyDetail
**************************************/
#orderHistoryDetail .formTable + .formTable{margin-top: 0;}

#orderHistoryDetail .formInnerSection {
    padding: 2rem 1.5rem;
    background: #fdfaf5;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

#orderHistoryDetail .formInnerSection + .formInnerSection{
  margin-top: 2rem;
}


#orderHistoryDetail .formInnerSection:not(:has(*)){
  margin: 0;
  padding: 0;
}


#orderHistoryDetail #divCreditCardInputForm{
  padding: 1rem 0;
  margin-top: 1rem;
}


.formTable.changeInputArea > dl > dt,
dl.changeInputArea > dt{
	background: #FFFFFF;
	padding-top: 1.5rem;
  padding-bottom: 0;
}

.formTable.changeInputArea > dl > dd,
dl.changeInputArea > dd{
  background: #FFFFFF;
}


.formTable.historyDetail > dl:nth-of-type(1){border-top: none;}
.formTable.historyDetail > dl > dt{padding-left: 1.5rem;}


.changeInputArea .paymentSelctList{
	width: 100%;
	border-bottom: none;
}

.formTable.changeInputArea .formInnerTable{
	padding: 0 10px;
}

.formTable.changeInputArea .formInnerTable > dl{
  display: block;
	border-bottom: 1px solid #E0E0E0;
	padding: 1rem 0;
}

.formTable.changeInputArea .paymentInput .formInnerTable:last-child > dl:last-child{border-bottom: none;}

.formTable .creditCardInfo > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.formTable .creditCardInfo > dl > dt{width: 9rem;}

.formTable .creditCardInfo > dl > dd{width: calc(100% - 9rem);}
.formTable .creditCardInfo > dl > dd::before{content: '：'}

.changeSubmitArea{width: 100%;}


.formTable .inputArea > .input + .checkBox{margin-top: 1rem;}

/**/

.changeSubmitArea ul.checkBoxList{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
	padding-top: 1rem;
}
.changeSubmitArea ul.checkBoxList > li{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 0.4rem;
}
.changeSubmitArea ul.checkBoxList > li > label{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 var(--checkBtnGap);
  font-size: var(--fontSizeS);
  line-height: var(--checkBtnLineHeight);
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}

.changeInputArea .paymentSelctList .paymentSelect{background: #FFFFFF;}

.formTable.changeInputArea .formInnerTable{
	padding: 0 1rem;
}


.formTable.changeInputArea .formInnerTable > dl{
  display: block;
	border:none;
	padding: 0 0;
}
.formTable.changeInputArea .formInnerTable > dl{display: block; padding-top: 0;}



.formTable.changeInputArea .formInnerTable > dl > dt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1rem 1rem 1.5rem;
    background-color: #e7e3cf;
    font-size: var(--fontSizeS);
    font-weight: 700;
    color: #000000;
  margin-bottom: 0;
}

.formTable.changeInputArea .formInnerTable > dl > dd{
  padding: 1rem 1rem 2rem 1.5rem;
}

/***/


ul.upDateButtonList{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
	margin: 2rem auto;
	border-top: 1px solid #E0E0E0;
	padding-top: 2rem;
	width: 100%;
}
ul.upDateButtonList > li{
	display: block;
	width: 100%;
	flex-basis: 1;
}
 ul.upDateButtonList > li + li{margin-left: 1rem;}
ul.upDateButtonList > li > a{box-shadow: none; height: 3rem; font-size: var(--fontSizeN); border-radius: 2.4rem;}
ul.upDateButtonList > li > input[type="submit"]{box-shadow: none; height: 3rem; font-size: var(--fontSizeN); border-radius: 2.4rem;}



.formTable > .changeSubmitArea{
	margin-top: 0;
	padding: 1rem 1.5rem 1rem;
	background-color: #FFFFFF;
}

.formTable > .changeSubmitArea.fixedAddr{
  padding-top: 2rem;
}

.formTable > .changeSubmitArea > ul.upDateButtonList{
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	border: none;
}


.formTable .formInnerTable > dl.pointInfo{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.formTable .formInnerTable > dl.pointInfo > dt{
	white-space: nowrap;
	padding-right: 2rem;
}

.formTable .formInnerTable > dl.pointInfo > dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.formTable .formInnerTable > dl.pointInfo > dd .pointInput{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
	width: 100%;
	white-space: nowrap;
}

.formTable .formInnerTable > dl.pointInfo > dd .pointInput input{max-width: 50%; margin-right: 0.5rem;}


.changeSubmitArea .cauiton{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 2rem;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.4;
}


#orderHistoryDetail .addrTTL{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  padding: 1rem 0 1rem 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--fontSizeN);
  font-weight: 700;
  color: #000000;
  position: relative;
}


#orderHistoryDetail .formTable + .addrTTL.mt{margin-top: 2rem;}

#orderHistoryDetail .addrTTL .btnNext > *,
#orderHistoryDetail .addrTTL .btnChange > *,
#orderHistoryDetail .addrTTL .btnCancel > *{
  height: 3rem;
  font-size: 1.2rem;
  box-shadow: none;
  width: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}


#orderHistoryDetail .orderDetailProductsList + .formTable.historyDetail{
  margin-top: 3rem;
}
#orderHistoryDetail .formTable.historyDetail + .orderDetailProductsList{
  margin-top: 3rem;
}


#orderHistoryDetail .cartUnderResult .subTotalBox{width: 100%;}


#userContentsSection #orderHistoryDetail .historyCartList > ul{border-bottom: 2px solid var(--borderColor);}
#userContentsSection #orderHistoryDetail .historyCartList > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
	border: none;
	padding: 1rem 1rem 1rem 0;
}
#userContentsSection #orderHistoryDetail .historyCartList.noImg > ul > li{display: block; padding: 1rem;}

#userContentsSection #orderHistoryDetail .historyCartList > ul > li > figure{display: block; width: 8rem;}
#userContentsSection #orderHistoryDetail .historyCartList > ul > li > figure img{display: block; width: 100%; height: auto;}

#userContentsSection #orderHistoryDetail .historyCartList:not(.noImg) > ul > li > dl{display: block; width: calc(100% - 9rem);}
#userContentsSection #orderHistoryDetail .historyCartList:not(.noImg) > ul > li > dl > dt,
#userContentsSection #orderHistoryDetail .historyCartList:not(.noImg) > ul > li > dl > dd{width: 100%; padding: 0;}
#userContentsSection #orderHistoryDetail .historyCartList:not(.noImg) > ul > li > dl > dd{margin-top: 0.5rem;}

#userContentsSection #orderHistoryDetail .historyCartList > ul > li + li{margin-top: 0; border-top: 1px solid #E0E0E0;}

#userContentsSection .fixedAddRegist{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6rem;
  margin: 2rem auto 4rem;
  padding: 2rem 1.5rem;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
#userContentsSection .fixedAddRegist a{
	text-decoration: underline;
	color: #C41933;
	font-weight: 700;
}


/**************************************
tableDl
**************************************/
table.tableDl{display: block;}
table.tableDl > tbody{display: block;  padding-top: 2rem;}

table.tableDl tr{display: block;}
table.tableDl tr + tr{padding-top: 1rem;}

table.tableDl tr > th{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: var(--fontSizeN);
}
table.tableDl tr.required > th::after{
  content: '必須';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.6rem;
  padding: 0.3rem 0.5rem 0.4rem;
  background: var(--cautionColor);
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

table.tableDl tr > td{
  display: block;
}

table.tableDl tr > td .inputArea + .errMsg{margin-top: 0.5rem;}

/**************************************
receiptTable
**************************************/
table.receiptTable{
  display: block;
  width: 100%;
  padding-bottom: 5rem;
  margin-top: 1.5rem;
  position: relative;
  border-top: 1px solid var(--borderColor);
}
table.receiptTable.noBtn{padding-bottom: 0;}

table.receiptTable tbody{display: block;}

table.receiptTable tr{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 0;
}

table.receiptTable.noBtn tr:nth-last-of-type(1){
  padding-bottom: 0;
  border-bottom: none;
}

table.receiptTable th{
  display: block;
  width: 10rem;
  font-weight: 700;
}

table.receiptTable td{
  display: block;
  width: calc(100% - 10rem);
}


table.receiptTable .btnNext{
  width: 24rem;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 12rem);
}

table.receiptTable .btnNext > a{
  width: 20rem;
  margin: 0 auto;
  box-shadow: none;
  height: 3rem;
  font-size: var(--fontSizeS);
}

.dvReceiptDownloadErrorMessage{
  margin-top: 1rem;
}

/**downloadPage********/
#dvReceiptDownloadBox{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#dvReceiptDownloadBox .ledeBox{
  text-align: center;
}

#dvReceiptDownloadBox .btnDownLoad{
  display: block;
  width: 24rem;
  margin: 0 auto;
}

#dvReceiptDownloadBox .btnDownLoad > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 100%;
  height: 4.5rem;
  background: var(--btnColor);
  border-radius: 8px;
  padding: 0 1rem 0 2rem;
  font-family: var(--contentsOtherFont);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  transition: opacity 0.3s ease;
}
#dvReceiptDownloadBox .btnDownLoad > a::after{
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/system/icon_download.svg") center center no-repeat;
  background-size: 100% auto;
}


/**************************************
consultationNologin
**************************************/
#consultationNologin {
display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
	padding: 40px 0;
    margin: 0 auto 0;
    border: 2px solid #707070;
    border-radius: 5px;
    font-size: 1.142857142857143rem;
	line-height: 1.6;
    text-align: center;
}



/**************************************
consultationNologin
**************************************/
#userContentsSection .consultationCaution{
	margin-bottom: 30px;
}

#userContentsSection .consultationCaution > dl > dt{
	display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 10px 7px;
    background-color: #777;
    font-size: 1.142857142857143rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

#userContentsSection .consultationCaution > dl > dd{
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.8571428571428568rem;
    text-align: left;
    line-height: 1.5;
	font-weight: 700;
}

#userContentsSection .consultationCaution > dl > dd > ul{}
#userContentsSection .consultationCaution > dl > dd > ul > li{
	padding-left: 1em;
	text-indent: -1em;
}
#userContentsSection .consultationCaution > dl > dd > ul > li + li{margin-top: 5px;}

#userContentsSection .consultationCaution > p{
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.8571428571428568rem;
    text-align: left;
    line-height: 1.5;
	margin-top: 20px;
}
#userContentsSection .consultationCaution > p > a{text-decoration: underline;}


#userContentsSection .consultationInputGuide{margin-bottom: 10px;}

#userContentsSection .consultationInputGuide > p{font-weight: 700; margin-bottom: 5px;}

/**************************************
historyCouponSelect
**************************************/
.formTable dd.historyCouponSelect .inputArea{min-height: inherit; margin: 0;}

.formTable dd.historyCouponSelect .inputArea:nth-of-type(1){margin-bottom: 1rem;}


.formTable dd.historyCouponSelect .inputArea + .couponBoxBtn{margin-top: 1rem; width: 20rem;}
.formTable dd.historyCouponSelect .inputArea + .couponBoxBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  background: #000000;
  border-radius: 2rem;
  padding: 0 1rem 0 1rem;
  border: 2px solid #000000;
  font-weight: 700;
  font-size: var(--fontSizeS);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/**************************************
snsLoginListTable
**************************************/
.snsLoginListTable{
  display: block;
  padding-top: 1rem;
}

.snsLoginListTable > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  border: 1px solid var(--borderColor);
  padding: 0.5rem 0.5rem 1.5rem;
  position: relative;
}
.snsLoginListTable > dl + dl{margin-top: 2rem;}

.snsLoginListTable > dl > dt{
  display: block;
  width: 100%;
}
.snsLoginListTable > dl > dt > span{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 100%;
  height: 4rem;
  background: #efefef;
  padding: 0 1rem 0 1rem;
  font-weight: 400;
  font-size: var(--fontSizeL);
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.snsLoginListTable > dl > dt > span::after{}

.snsLoginListTable > dl > dt > span.facebook{background-color: #305097;}
.snsLoginListTable > dl > dt > span.twitter{background-color: #1da1f2;}
.snsLoginListTable > dl > dt > span.yahoo{background-color: #FF0020;}
.snsLoginListTable > dl > dt > span.google{background-color: inherit; border: 1px solid #CCCCCC;}
.snsLoginListTable > dl > dt > span.line{background-color: #00c300;}
.snsLoginListTable > dl > dt > span.amazon{background-color: #f7dfa5; color: #000000;}



.snsLoginListTable > dl > dd.status{
  display: block;
  width: 100%;
  padding: 0 1rem;
  font-size: var(--fontSizeN);
}
.snsLoginListTable > dl > dd.status > dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.snsLoginListTable > dl > dd.status > dl > dt{padding: 3rem 0 3rem;}
.snsLoginListTable > dl > dd.status > dl > dt::after{content: '：';}
.snsLoginListTable > dl > dd.status > dl > dt + dd{font-weight: 700; padding: 3rem 0 3rem;}

.snsLoginListTable > dl > dd.status > dl > dd.btnNext,
.snsLoginListTable > dl > dd.status > dl > dd.btnCancel,
.snsLoginListTable > dl > dd.status > dl > dd.amazonLogin{
  display: block;
  width: 100%;
  margin: auto auto 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 0;
  border-top: 1px dotted var(--borderColorLight);
}
.snsLoginListTable > dl > dd.status > dl > dd.btnNext > *,
.snsLoginListTable > dl > dd.status > dl > dd.btnCancel > *,
.snsLoginListTable > dl > dd.status > dl > dd.amazonLogin > *{
  max-width: 24rem;
  margin: 0 auto;
}


.snsLoginListTable > dl > dd.status > dl > dd.btnNext > p,
.snsLoginListTable > dl > dd.status > dl > dd.btnCancel > p,
.snsLoginListTable > dl > dd.status > dl > dd.amazonLogin > p{
  max-width: 100%;
  padding-top: 0.5rem;
  font-size: var(--fontSizeSS);
  line-height: var(--lineHeightSmall);
  text-align: center;
}

.snsLoginListTable > dl > dd.status > dl > dd.btnNext > a,
.snsLoginListTable > dl > dd.status > dl > dd.btnCancel > a{
  height: 4.2rem;
  font-size: 1.5rem;
  border-radius: 2.1rem;
}


/**************************************
arrivalMailListBox
**************************************/
#userContentsSection .arrivalMailListBox{
	display: block;
}


#userContentsSection .arrivalMailListBox > .listHead{
	display: none;
}


#userContentsSection .arrivalMailList{display: block;}

#userContentsSection .arrivalMailList > ul{
	display: block;
}

#userContentsSection .arrivalMailList > ul > li:not(.setItems){
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--borderColor);
  position: relative;
}

#userContentsSection .arrivalMailList > ul > li + li{margin-top: 1rem;}

.arrivalMailList > ul > li > figure{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 7.5rem;
  padding: 1.5rem 1rem 1rem 1.5rem;
  position: relative;
}
.arrivalMailList > ul > li > figure img,
.arrivalMailList > ul > li > figure a{display: block; width: 100%; height: auto;}

/*特殊対応**/
.arrivalMailList > ul > li > figure > .delivType{
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  right: 0;
}
.arrivalMailList > ul > li > figure > .delivType::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.arrivalMailList > ul > li > figure > .delivType.normal::before{
  background: url("../img/common/icon_deliv_type_normal.svg") center center no-repeat;
  background-size: 100% auto;
}
.arrivalMailList > ul > li > figure > .delivType.cool::before{
  background: url("../img/common/icon_deliv_type_cool.svg") center center no-repeat;
  background-size: 100% auto;
}
.arrivalMailList > ul > li > figure> .delivType.frozen::before{
  background: url("../img/common/icon_deliv_type_frozen.svg") center center no-repeat;
  background-size: 100% auto;
}
/*特殊対応ここまで**/


.arrivalMailList > ul > li > .itemName{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 8.5rem);
  padding: 1.5rem 1.5rem 1rem 0;
  text-align: left;
  font-size: var(--fontSizeN);
  line-height: var(--lineHeight);
  padding-bottom: 1rem;
}


.arrivalMailList > ul > li > dl.mailType > dt::after,
.arrivalMailList > ul > li > dl.addrType > dt::after,
.arrivalMailList > ul > li > dl.limite > dt::after{content: '：';}

.arrivalMailList > ul > li > dl.mailType > dt,
.arrivalMailList > ul > li > dl.addrType > dt{white-space: nowrap; margin-bottom: 0.5rem;}

.arrivalMailList > ul > li > dl.mailType,
.arrivalMailList > ul > li > dl.addrType{
  display: block;
  font-size: var(--fontSizeS);
  width: 50%;
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--borderColorLight);
  border-bottom: 1px solid var(--borderColorLight);
}
.arrivalMailList > ul > li > dl.mailType{border-right: 1px solid var(--borderColorLight);}

.arrivalMailList > ul > li > dl.mailType > dd,
.arrivalMailList > ul > li > dl.addrType > dd{
  word-break: break-all;
}

.arrivalMailList > ul > li > dl.limite{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content:flex-start;
  text-align: left;
  font-size: var(--fontSizeS);
  padding: 1rem 1rem 1.5rem 1.5rem;
  width: calc(100% - 5.5rem);
}
.arrivalMailList > ul > li > dl.limite > dd{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 0.5rem;
  white-space: nowrap;
  font-size: var(--fontSizeS);
}
.arrivalMailList > ul > li > dl.limite > dd > input[type="text"]:nth-of-type(1){width: 5em; text-align: center;}
.arrivalMailList > ul > li > dl.limite > dd > input[type="text"]:nth-of-type(2){width: 3em; text-align: center;}


.arrivalMailList > ul > li > .btnDelete{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 4.5rem;
  padding: 1rem 1.5rem 1.5rem 0;
}
.arrivalMailList > ul > li > .btnDelete > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  border-radius: 4px;
  background: url("../img/system/icon_trash.svg") center center no-repeat #555555;
  background-size: auto 2rem;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}



/**************************************
fixedHistoryCartList
**************************************/
.fixedHistoryCartList{
  display: block;
  margin-top: 1rem;
}

.fixedHistoryCartList > ul{
  display: block;
}

.fixedHistoryCartList > ul > li{
  display: block;
  padding: 1.5rem 1.5rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid var(--borderColorLight);
}

.fixedHistoryCartList > ul > li + li{
  margin-top: 1rem;
}

.fixedHistoryCartList > ul > li > .itemLine{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 4rem;
}

.fixedHistoryCartList > ul > li > .itemLine > figure{
  display: block;
  width: 8rem;
}
.fixedHistoryCartList > ul > li > .itemLine > figure > img{
  display: block;
  width: 100%;
  height: auto;
}

.fixedHistoryCartList > ul > li > .itemLine > dl{
  display: block;
  width: calc(100% - 10rem);
  text-align: left;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dt{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice{
  display: block;
  text-align: center;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice > dl{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice > dl + dl{
  margin-top: 0.4rem;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.productPrice > dl > dt::after{
  content: '：';
}


.fixedHistoryCartList > ul > li > .itemLine > dl > dd.changeItemBtns{
  width: 15rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fixedHistoryCartList > ul > li > .itemLine > dl > dd.changeItemBtns .btnChange > a{
  font-size: 1.2rem;
}

/*changeVariation **********/
.fixedHistoryCartList > ul > li > .itemChangeBox{
  display: block;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dotted var(--borderColor);
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem{
  display: block;
  width: 8rem;
  text-align: center;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem > dt{
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem > dd{
  font-size: 1.2rem;
  line-height: 1.4;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectedItem > dd > figure{
  width: 100%;
  margin: 0 auto 0.5rem;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectForm{
  display: block;
  width: calc(100% - 9rem);
  text-align: left;
}
.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectForm > dt{
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectForm > dd{}

.fixedHistoryCartList > ul > li > .itemChangeBox > .selectArea > dl.selectForm > dd select{
  max-width: 100%;
}


/*********************/
.btnChange.itemCntChange{
  width: 20rem;
  margin: 2rem 0 0 auto;
}



/**************************************
dvFixedPurchaseItem
**************************************/
.dvFixedPurchaseItem{
  margin-top: 2rem;
}

ul.fixedHistoryChangeCartList{
  display: block;
  margin-top: 2rem;
}

ul.fixedHistoryChangeCartList > li{
  display: block;
  padding: 1.5rem 1.5rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid var(--borderColorLight);
  position: relative;
}

ul.fixedHistoryChangeCartList > li + li{
  margin-top: 1rem;
}


.fixedHistoryChangeCartList .changeItemLine{
  display: block;
}

.fixedHistoryChangeCartList .imgInfo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.fixedHistoryChangeCartList .imgInfo > figure{
  display: block;
  width: 8rem;
}
.fixedHistoryChangeCartList .imgInfo > figure > img{
  display: block;
  width: 100%;
  height: auto;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo{
  display: block;
  width: calc(100% - 9rem);
  padding-left: 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-right: 3rem;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo p + p{
  margin-top: 0.5rem;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo .name{
  font-size: 1.4rem;
  font-weight: 700;
}

.fixedHistoryChangeCartList .imgInfo > .itemInfo .productId{display: none;}
.fixedHistoryChangeCartList .imgInfo > .itemInfo .option{}

.fixedHistoryChangeCartList .imgInfo > .itemInfo dl.singlePrice{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
}
.fixedHistoryChangeCartList .imgInfo > .itemInfo dl.singlePrice > dt{}
.fixedHistoryChangeCartList .imgInfo > .itemInfo dl.singlePrice > dt::after{
  content: '：';
}


.fixedHistoryChangeCartList .priceQuantity{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dotted var(--borderColor);
}


.fixedHistoryChangeCartList .priceQuantity dl.quantity{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
}

.fixedHistoryChangeCartList .priceQuantity dl.quantity > dt{
  font-size: 1.2rem;
}
.fixedHistoryChangeCartList .priceQuantity dl.quantity > dt::after{
  content: '：';
}

.fixedHistoryChangeCartList .priceQuantity dl.quantity > dd{
  width: 8rem;
}


.fixedHistoryChangeCartList .priceQuantity dl.quantity > dd select{
  height: 3rem;
  line-height: 3rem;
}


.fixedHistoryChangeCartList .priceQuantity dl.orderSubtotal{
  display: flex;
  justify-content: flex-end;
  align-items: center;
} 

.fixedHistoryChangeCartList .priceQuantity dl.orderSubtotal > dt{
  font-size: 1.2rem;
}
.fixedHistoryChangeCartList .priceQuantity dl.orderSubtotal > dt::after{
  content: '：';
}

.fixedHistoryChangeCartList .priceQuantity dl.orderSubtotal > dd{
  font-size: 1.4rem;
  font-weight: 700;
}


.fixedHistoryChangeCartList .operation{
  display: block;
}


.fixedHistoryChangeCartList .operation .deleteBtn{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  border-radius: 0 6px 0 4px;
  background: url(../img/system/icon_trash.svg) center center no-repeat #CCCCCC;
  background-size: 1.2rem auto;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -1px;
}

.fixedHistoryChangeCartList .operation .deleteBtn input{opacity: 0;}


.upDateButtonList.fixedItemChange{
  flex-wrap: wrap;
  gap: 1rem 1rem;
}

.upDateButtonList.fixedItemChange > li{
  max-width: calc((100% - 1rem) / 2);
  margin: 0;
}

/************/
.cartTotalTTL{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--borderColor);
  font-size: var(--fontSizeL);
  font-weight: 700;
  line-height: var(--lineHeightSmall);
  text-align: left;
  gap: 0 2rem;
  color: var(--text-color);
}


.subTotalBox .cautionList{
	display: block;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #CCCCCC;
	font-size: var(--fontSizeS);
}
.subTotalBox .cautionList > ul{display: block;}
.subTotalBox .cautionList > ul > li{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
	text-align: left;
}
.subTotalBox .cautionList > ul > li + li{margin-top: 0.5rem;}



/**************************************
dvFixedPurchaseItem
**************************************/
#userContentsOuter .itemAddContents{
  display: block;
  padding: 6rem 1.5rem 6rem;
}


#userContentsOuter .fixedAddTTL{
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--sub-color);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

#userContentsOuter .fixedAddTTL::before,
#userContentsOuter .fixedAddTTL::after{
  display: none;
}

#userContentsOuter .fixedAddCartList{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#userContentsOuter .fixedAddCartList > ul{
  display: block;
}

#userContentsOuter .fixedAddCartList > ul > li{
  display: block;
  width: 100%;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background-color: #FFFFFF;
}

#userContentsOuter .fixedAddCartList > ul > li + li{
  margin-top: 1rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo{
  display: block;
  width: 100%;
  min-height: 6rem;
  padding-left: 8rem;
  position: relative;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo figure{
  display: block;
  width: 6rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .name{
  font-size: 1.4rem;
  font-weight: 700;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price{
  display: block;
  width: 100%;
  padding-top: 1rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
}
#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl + dl{
  margin-top: 0.5rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dt{
  font-size: 1.2rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dt::after{
  content: '：';
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dd{
  font-size: 1.0rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .itemInfo .price > dl > dd > strong{
  font-size: 1.2rem;
  font-weight: 700;
}


#userContentsOuter .fixedAddCartList > ul > li > .variationSelect{
  display: block;
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dotted var(--borderColorLight);
}


#userContentsOuter .fixedAddCartList > ul > li > .variationSelect > .errMsg{
  margin-bottom: 0.5rem;
}

#userContentsOuter .fixedAddCartList > ul > li > .variationSelect .selectBox{
  width: 100%;
  margin-bottom: 1rem;
}
#userContentsOuter .fixedAddCartList > ul > li > .variationSelect .selectBox select{
  width: 100%;
}

#userContentsOuter .fixedAddCartList > ul > li > .variationSelect .btnNext > a{
  height: 3rem;
  font-size: 1.4rem;
  color: #FFFFFF;
}


.ReceiptDownloadContents{
  display: block;
  padding: 6rem 0 6rem;
}
.ReceiptDownloadContents .mainTTL{
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--sub-color);
  text-align: center;
  width: 100%;
  margin-bottom: 2.6rem;
}

.ReceiptDownloadContents .mainTTL::before,
.ReceiptDownloadContents .mainTTL::after{
  display: none;
}
