﻿/************************************** #main.userContentsMain **************************************/
#main.userContentsMain {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    z-index: 1;
}

#main.userContentsMain>* {
    order: 4;
}

.noItem{
    text-align: center;
    font-size: 2.8rem;
    margin: 3rem 0;
}

#userContentsSection .listAddBtn{
    margin-bottom: 4rem;
}


#userContentsSection .settingCompMsg {
    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%;
    height: 20rem;
    margin: 0 auto 4rem;
    border: 1px solid #DDD;
    border-radius: 1rem;
    font-size: 2.8rem;
    text-align: center;
}


.historyDetail .btnBlack.btnFixedCancel {
    display: flex;
    flex-wrap: wrap;
}

.historyDetail .btnBlack.btnFixedCancel > div +div{
    margin-top: 1rem;
}

.formTTL{
    margin-top: 7rem;
}

/************************************** userContentsSection **************************************/
#main.userContentsMain>#userContentsSection {
    display: block;
    order: 1;
}

#main.userContentsMain>.breadcrumbs {
    order: 3;
}

#userContentsSection .mypageLede p {
    display: block;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.45;
    text-align: left;
}
.userContentsMain .item_num{
    display: none;
}

.userContentsMain .listPager{
    margin-top: 6rem;
}

/**************************************
maypageNav Breadcrumbs
**************************************/
#main.userContentsMain #userContentsSection .breadcrumbs {
    display: none;
	width: 100%;
	margin-top: 1.15rem;
    margin-bottom: 4rem;
    /* position: absolute; */
    top: 6.1rem;
    left: 3rem;
}

#main.userContentsMain #userContentsSection .breadcrumbs > ol{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
    margin-bottom: 6rem;
    overflow-x: auto;
}

#main.userContentsMain #userContentsSection .breadcrumbs > ol > li{
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
	white-space: nowrap;
	color: #545454;
}

#main.userContentsMain #userContentsSection .breadcrumbs > ol > li:nth-last-of-type(1){font-weight: 700;}

#main.userContentsMain #userContentsSection .breadcrumbs > ol > li::after{
	content: '>';
	padding: 0 0.5em;
	color: #CECECE;
}

#main.userContentsMain #userContentsSection .breadcrumbs > ol > li:nth-last-of-type(1)::after{display: none;}

#main.userContentsMain #userContentsSection .breadcrumbs > ol > li a{
	display: inline-block;
	text-decoration: none;
	color: #CECECE;
}

.userContentsSection__ttl-wrap{
    width: 100%;
    margin-bottom: 4rem;
    text-align: center;
}

.userContentsSection__ttl-ttl{
    margin-bottom: 1.5rem;
    font-size: 7.2rem;
    font-family: var(--font-heading);
    letter-spacing: 0.05em;
    color: #1C1C1C;
    line-height: inherit;
}

.userContentsSection__ttl-subttl{
    font-size: 2.6rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #1C1C1C;
}
/************************************** my page navi **************************************/
.mypageSubTTL{
    margin-bottom: 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}


#main.userContentsMain #mypageNav {
    width: 100%;
    padding: 0 3rem 17rem;
}

#main.userContentsMain #mypageNav>.inner::before {
    content: 'MY PAGE MENU';
    display: block;
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2.7rem;
    line-height: 1;
    letter-spacing: 0.4em;
}

#main.userContentsMain #mypageNav>.inner ul::before {
    content: 'マイページメニュー';
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1;
    letter-spacing: 0.2em;
}

#main.userContentsMain #mypageNav>.inner {
    display: block;
    width: 100%;
}

#mypageNav ul li{
    margin-bottom: 1rem;
}

#mypageNav ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem;
    height: 10rem;
    font-size: 2.8rem;
    background-color: #F8F8F8;
    letter-spacing: 0.2em;
}

#mypageNav ul li a::after{
    content: '';
    background-image: url(../Contents/ImagesPkg/user/menu_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.9rem;
    height: 0.8rem;
}




/**************************************
    MyPage
**************************************/
.maypageInner{
    letter-spacing: 0.2em;
}

.maypageInner .pc_only{
    display: none;
}

.userInfo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: calc(40 * (100vw / 750 ));
    margin-bottom: calc(50 * (100vw / 750 ));
    border-bottom: 1px solid #DDD;
}

.userInfo .userInfo_nameBlk{
    display: flex;
    align-items: center;
}

.userInfo .userInfo_name{
    font-size: calc(30 * (100vw / 750 ));
    line-height: 1;
    align-self: center;
}

.userInfo .userInfo_lastLogin{
    font-size: calc(24 * (100vw / 750 ));
    margin-top: calc(30 * (100vw / 750 ));
}

.userInfo .c-button__element{
    width: calc(240 * (100vw / 750 ));
    height: calc(60 * (100vw / 750 ));
    font-size: calc(22 * (100vw / 750 ));
}

.userInfo .c-button__element a .arrow{
    width: calc(21 * (100vw / 750 ));
    height: calc(2 * (100vw / 750 ));
}
.userInfo .c-button__element a .arrow::after {
    right: calc(2 * (100vw / 750 ));
    width: calc(8 * (100vw / 750));
    height: calc(8 * (100vw / 750));
}

.myPage_cnt{
    padding-bottom: calc(60 * (100vw / 750 ));
    margin-bottom: calc(60 * (100vw / 750 ));
    border-bottom: 1px solid #ddd;
}

.point .point_top {
    text-align: center;
    margin-bottom: calc(20 * (100vw / 750 ));
}

.point .point_top .point_rank{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(28 * (100vw / 750 ));
    line-height: 1;
    font-weight: 400;
    margin-bottom: calc(20 * (100vw / 750 ));
}

.point .point_top .point_rank img{
    width: calc(30 * (100vw / 750 ));
    height: auto;
    margin-right: calc(13 * (100vw / 750 ));
}

.point .point_top .point_usable{
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: calc(26 * (100vw / 750 ));
    line-height: 1;
}

.point .point_top .point_usable > span{
    display: flex;
    align-items: center;
    margin-left: calc(20 * (100vw / 750 ));
    color: #6E5FA7;
    font-size: calc(48 * (100vw / 750 ));
    font-weight: 400;
}

.point .point_top .point_usable > span > span{
    margin-left: calc(12 * (100vw / 750 ));
    font-size: calc(24 * (100vw / 750 ));
}

.point_bottom{
    margin-top: calc(20 * (100vw / 750 ));
    margin-bottom: calc(20 * (100vw / 750 ));
    font-size: calc(22 * (100vw / 750 ));
    line-height: calc(60 * (100vw / 750 ));
}

.point_limited{
    width: 100%;
    padding: calc(30 * (100vw / 750 )) calc(30 * (100vw / 750 )) ;
    background-color: #F8F7FC;
}

.point_limited dt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: calc(22 * (100vw / 750 ));
}

.point_limited dt .c-button__element{
    width: calc(212 * (100vw / 750 ));
    height: calc(48 * (100vw / 750 ));
    font-size: calc(20 * (100vw / 750 ));
}

.point_limited dt .c-button__element a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.point_limited dt .c-button__element .acd_arrow{
    display: inline-block;
    width: calc(15 * (100vw / 750 ));
    height: calc(15 * (100vw / 750 ));
    margin-left: calc(20 * (100vw / 750 ));
    border-right: 1px solid #6E5FA7;
    border-bottom: 1px solid #6E5FA7;
    transform: rotate(45deg) translatex(-3px);
}

.point_limited dd{
    display: none;
    margin-top: calc(30 * (100vw / 750 ));
    font-size: calc(20 * (100vw / 750 ));
    line-height: calc(48 * (100vw / 750 ));
}
/************************************** #myPageCouponBox **************************************/
#myPageCouponBox {}

#myPageCouponBox .couponList {
    display: block;
    width: 100%;
}

#myPageCouponBox .couponList>dl {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #DDD;
}

#myPageCouponBox .couponList>dl+dl {
    margin-top: 4rem;
}

#myPageCouponBox .couponList>dl>dt {
    display: block;
    padding: 2rem 3rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.8rem;
    background-color: #E7E2F4;
}

#myPageCouponBox .couponList>dl>dd {
    padding: 1.5rem 3rem;
    font-size: 2.6rem;
    line-height: 1.6;
}

#myPageCouponBox .couponList>dl>dd:first-of-type{
    padding-top: 2rem;
}

#myPageCouponBox .couponList>dl>dd:last-of-type{
    padding-bottom: 2rem;
}

/************************************** おきにいり **************************************/
#userContentsSection .productList.favoriteList {}

#userContentsSection .productList.favoriteList>ul.listView>li {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userContentsSection .productList.favoriteList>ul.listView>li>a {
    width: 100%;
}

#userContentsSection .productList.favoriteList>ul.listView>li dl.text {
    margin-bottom: 2rem;
}

#userContentsSection .productList.favoriteList>ul.listView>li dl.text>dt {
    display: block;
    min-height: inherit;
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: left;
    font-weight: 400;
    line-height: 1.375;
}

#userContentsSection .productList.favoriteList>ul.listView>li dl.text>dd.productID {
    text-align: center;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 1.6rem;
    padding: 1.6rem 0 1.6rem;
    font-size: 2.4rem;
}

#userContentsSection .productList.favoriteList>ul.listView>li div.btnDelete {
    width: 80%;
    margin: auto auto 0;
}

#userContentsSection .productList.favoriteList>ul.listView>li div.btnDelete>a {
    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%;
    height: 6rem;
    border-radius: 8px;
    background: #505050;
    background-size: 1.318rem auto;
    padding: 0.2rem 2rem 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

#userContentsSection .productList.favoriteList .c-button__element{
    width: 100%;
}

.productList > ul.listView{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.productList > ul.listView > li{
	display: block;
    height: auto;
    width: 48.59154929577465%;
    margin-right: 2.8169014084507%;
	position: relative;
}
.productList > ul.listView > li:nth-of-type(2n){margin-right: 0;}
.productList > ul.listView > li:nth-of-type(n + 3){margin-top: 4rem;}

.productList > ul.listView > li > a{
	display: block;
	text-decoration: none;
	color: #333333;
}

#userContentsSection .productList.favoriteList > ul.listView > li > a > figure{
    display: block;
    width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 0.5rem;
    margin-bottom: 1.3rem;
    position: relative;
	overflow: hidden;
}

.productList > ul > li > a > figure::after{
	content: '';
	display: block;
	padding-top: 100%;
}

.productList > ul > li > a > figure > img{
	display: block;
	width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.productList > ul > li > a > dl.text{ display: block;}

.productList > ul > li > a > dl.text > dt{
	display: block;
	min-height: 3.4rem;
	margin-bottom: 2.5rem;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.2;
}

.productList > ul > li > a > dl.text > dt > em{margin-right: 0.5em;}


/************************************** mailListBox **************************************/
#userContentsSection .mailListBox {
    display: block;
}

#userContentsSection .mailListBox>.mailListHead {
    display: none;
}

#userContentsSection .mailListBox>ul {
    display: block;
}

#userContentsSection .mailListBox>ul>li {
    display: block;
    border: 1px solid #DDD;
}

#userContentsSection .mailListBox>ul>li+li {
    margin-top: 4rem;
}

#userContentsSection .mailListBox>ul>li>a {
    display: block;
}

#userContentsSection .mailListBox>ul>li>a>dl {
    display: block;
    font-size: 2.6rem;
    line-height: 1.6;
}

#userContentsSection .mailListBox>ul>li>a>dl>dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 10rem;
    padding: 3rem;
    background-color: #E7E2F4;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-primary);
}

#userContentsSection .mailListBox>ul>li>a>dl>dt::before {
    content: '受信日時：';
}

#userContentsSection .mailListBox>ul>li>a>dl>dt::after {
    content: '詳細';
    font-size: 2.8rem;
    color: var(--color-primary);
    margin-left: auto;
}

#userContentsSection .mailListBox>ul>li>a>dl>dd {
    padding: 3rem 2rem;
}

#userContentsSection .mailDetail {
    display: block;
}

#userContentsSection .mailDetail>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: left;
}

#userContentsSection .mailDetail>dl+dl {
    margin-top: 1rem;
}

#userContentsSection .mailDetail>dl>dt {
    width: 12rem;
    font-weight: 500;
}

#userContentsSection .mailDetail>dl>dd {
    width: calc(100% - 12rem);
}

#userContentsSection .mailDetail>.title {
    display: block;
    padding: 3rem 0;
    margin: 3rem auto;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.4;
    word-break: break-all;
}

#userContentsSection .mailDetail>.detail {
    display: block;
    font-size: 2.6rem;
    line-height: 1.6;
    word-break: break-all;
}

#userContentsSection .mailDetail>.detail .btnPrimary {
    max-width: 56rem;
    margin: 0 auto 0 0;
}

/************************************** pointListTable **************************************/
#userContentsSection.userPointHistoryList .myPage_cnt{
    border-bottom: none;
    padding-bottom: 0;
}

#userContentsSection .pointListTable {
    display: block;
}

#userContentsSection .pointListTable>.pointListHead {
    display: none;
    width: 100%;
}

#userContentsSection .pointListTable>ul {
    display: block;
}

#userContentsSection .pointListTable>ul>li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 2.6rem;
    line-height: 1.6;
    border: 1px solid #DDD;
}

#userContentsSection .pointListTable>ul>li+li {
    margin-top: 4rem;
}

#userContentsSection .pointListTable>ul>li>dl {
    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;
    text-align: center;
}

#userContentsSection .pointListTable>ul>li>dl.userPointDate {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 10rem;
    padding: 3rem;
    background-color: #E7E2F4;
    font-size: 2.8rem;
    font-weight: 400;
    color: var(--color-primary);
}

#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: 2.8rem;
}

#userContentsSection .pointListTable>ul>li>dl:not(.userPointDate) {
    display: -webkit-flex;
    display: flex;
    /* flex-direction: column; */
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
    width: 100%;
    padding: 0;
    font-size: 2.6rem;
}

#userContentsSection .pointListTable>ul>li>dl:not(.userPointDate)>dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: 10rem;
    padding: 0.2rem 3rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.6rem;
    font-weight: 500;
    background: #F8F8F8;
}

#userContentsSection .pointListTable>ul>li>dl:not(.userPointDate)>dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: 0.2rem 3rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.6rem;
}

#userContentsSection .pointListTable>ul>li>dl.userPointContent>dd>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

#userContentsSection .pointListTable>ul>li>dl.orderNum {
    display: flex;
    flex-direction: column;        
}


#userContentsSection .pointListTable>ul>li>dl.orderNum>dt,
#userContentsSection .pointListTable>ul>li>dl.orderNum>dd{
    width: 100%;
}


#userContentsSection .pointListTable>ul>li>dl.orderNum>dd{
    padding: 4rem;
    border-bottom: none;
}
#userContentsSection .pointListTable>ul>li>dl.orderNum>dd>.usePointCart,
#userContentsSection .pointListTable>ul>li>dl.orderNum>dd .c-button__element{
    width: 100%;
}


#userContentsSection .pointListTable>ul>li>dl.orderNum>dd>.usePointCart>p {
    margin-top: 1rem;
}


#userContentsSection .validPoint {
    display: block;
    padding: 3rem;
    margin-bottom: 4rem;
    border: 1px solid #DDD;
    text-align: center;
}

#userContentsSection .validPoint>dl {
    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;
    text-align: center;
    font-weight: 400;
}

#userContentsSection .validPoint>dl>dt {
    display: block;
    font-size:  2.4rem;
}

#userContentsSection .validPoint>dl>dd {
    font-size: 2.8rem;
    margin-left: 1rem;
}

#userContentsSection .validPoint>dl.provisional {
    margin-top: 0.5rem;
    font-weight: 400;
}

#userContentsSection .validPoint>dl.provisional>dt {
    font-size: 2.4rem;
}

#userContentsSection .validPoint>dl.provisional>dd {
    font-size: 2.4rem;
}

#userContentsSection .validPoint>p {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 1rem;
}


/************************************** mailRemoveSection **************************************/
.mailRemoveSection {
    display: block;
    margin-top: 12rem;
    background: #efefef;
    padding: 3rem;
}

.mailRemoveSection .bottomBtnArea {
    margin-top: 2rem;
}

/************************************** shippingList **************************************/
#userContentsSection .shippingList {
    display: block;
    width: 100%;
}

#userContentsSection .shippingList>dl {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    border: 1px solid #DDD;
    padding: 3rem;
    margin-right: 2%;
}

#userContentsSection .shippingList>dl+dl {
    margin-top: 4rem;
}

#userContentsSection .shippingList>dl>dt {
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.8rem;
    line-height: 1.4;
}

#userContentsSection .shippingList>dl>dd {
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 3rem;
}

#userContentsSection .shippingList>dl>dd>.name {
    padding-top: 1rem;
}

#userContentsSection .shippingList>dl>dd.operation {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
    border-top: 1px solid #efefef;
    margin: auto auto 0 auto;
}

#userContentsSection .shippingList>dl>dd.operation>ul {
    width: 100%;
}

#userContentsSection .shippingList>dl>dd.operation>ul>li {
    display: block;
    width: 100%;
    flex-basis: 1;
}

#userContentsSection .shippingList>dl>dd.operation>ul>li+li {
    margin-top: 2rem;
}

#userContentsSection .shippingList>dl>dd.operation>ul>li .c-button__element {
    width: 100%;
}

.formTable.userShippingInput > dl.address-hide-dt > dt{
    display: none;
} 

/************************************** cardList **************************************/
#userContentsSection .cardList {
    display: block;
    width: 100%;
}

#userContentsSection .cardList>dl {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #DDD;
    padding: 3rem;
}

#userContentsSection .cardList>dl+dl {
    margin-top: 4rem;
}

#userContentsSection .cardList>dl>dt {
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 700;
}

#userContentsSection .cardList>dl>dd {
    display: block;
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 3rem;
}

#userContentsSection .cardList>dl>dd>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userContentsSection .cardList>dl>dd>dl+dl {
    margin-top: 1rem;
}

#userContentsSection .cardList>dl>dd>dl>dt {
    width: 14rem;
    font-weight: 700;
}

#userContentsSection .cardList>dl>dd>dl>dd {
    width: calc(100% - 14rem);
    padding-left: 2rem;
}

#userContentsSection .cardList>dl>dd.operation {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
    border-top: 1px solid #efefef;
    margin: auto auto 0 auto;
}

#userContentsSection .cardList>dl>dd.operation>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

#userContentsSection .cardList>dl>dd.operation>ul>li {
    display: block;
    width: 100%;
    max-width: 40rem;
}

#userContentsSection .cardList>dl>dd.operation>ul>li+li {
    margin-left: 2rem;
}

#userContentsSection .cardList>dl>dd.operation>ul>li.btnBlack>a,
#userContentsSection .cardList>dl>dd.operation>ul>li.btnPrimary>a,
#userContentsSection .cardList>dl>dd.operation>ul>li.btnGray>a {
    box-shadow: none;
    height: 6rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
    font-size: 2.4rem;
}

/************************************** orderSetting **************************************/
#userContentsSection .orderSettingBox {
    display: block;
    width: 100%;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: 1;
    width: 100%;
    text-align: left;
    border: 1px solid #DDD;
    padding: 3rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting+.defaultOrderSetting {
    margin-top: 4rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>.mypageSubTTL {
    line-height: 1.5;
    margin-bottom: 3rem;
    text-align: center;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl,
#userContentsSection .orderSettingBox>.defaultOrderSetting tr {
    display: block;
    font-size: 2.6rem;
    line-height: 1.6;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dt,
#userContentsSection .orderSettingBox>.defaultOrderSetting tr:nth-of-type(1) td {
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.8rem;
    line-height: 1.4;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting table,
#userContentsSection .orderSettingBox>.defaultOrderSetting tbody{
    width: 100%;
    display: block;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dd,
#userContentsSection .orderSettingBox>.defaultOrderSetting tr:nth-of-type(2) td {
    display: block;
    width: 100%;
    padding-bottom: 3rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dd.creditCardInfo>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dd.creditCardInfo>dl+dl {
    margin-top: 1rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dd.creditCardInfo>dl>dt {
    width: 16rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dd.creditCardInfo>dl>dd {
    width: calc(100% - 16rem);
    padding-left: 2rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dd.creditCardInfo>dl>dd::before {
    content: '：';
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput {
    display: block;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput+.orderSettingInput {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.75;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput>dl {
    display: block;
    font-size: 2.8rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput>dl>dt,
#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput tr:nth-of-type(1) th {
    font-weight: 700;
    margin-bottom: 2rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail {
    display: block;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #efefef;
    font-size: 2.6rem;
    line-height: 1.6;
    text-align: left;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting tr.settingDetail {
    margin-top: 0;
    border-top: 0;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail>dl+dl {
    margin-top: 1rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail>dl>dt {
    width: 14rem;
    font-weight: 700;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail>dl>dd {
    width: calc(100% - 14rem);
    padding-left: 2rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingErrMsgBox {
    display: block;
    margin-top: 3rem;
    font-size: 2.6rem;
    line-height: 1.6;
    text-align: left;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail+.settingErrMsgBox {
    padding-top: 3rem;
    border-top: 1px solid #efefef;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingErrMsgBox a {
    text-decoration: underline;
}

.defaultOrderSetting table tr th {
    display: none;
}

/************************************** 購入履歴 **************************************/
#userContentsSection .changeViewBtn {
    display: block;
    width: 100%;
    margin-bottom: 3.5rem;
}

#userContentsSection .changeViewBtn>ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#userContentsSection .changeViewBtn>ul>li {
    display: block;
    width: 33.5rem;
}

#userContentsSection .changeViewBtn>ul>li>a,
#userContentsSection .changeViewBtn>ul>li>span {
    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;
    height: 8rem;
    background: #F6F4FA;
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    color: #333;
    letter-spacing: 0.1em;
    border-radius: 0.6rem;
}

#userContentsSection .changeViewBtn>ul>li>span {
    color: #ffffff;
    font-weight: 500;
    background-color: var(--color-primary);
}

/** historyCartList ****************/
#userContentsSection .historyCartList {
    display: block;
}

[data-page="fixCancel"] .orderDetailProductsList{
    margin-top: 4rem;
}

#userContentsSection .historyCartList>ul {
    display: block;
}

#userContentsSection .historyCartList>ul>li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
    border: 1px solid #DDDDDD;
    position: relative;
}

#userContentsSection .historyCartList>ul>li+li {
    margin-top: 4rem;
}

#userContentsSection .historyCartList>ul>li>figure {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    width: 15rem;
    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: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #FFFFFF;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#userContentsSection .historyCartList>ul>li>.namePrice {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(100% - 15rem);
    padding: 0 0 0 4rem;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: left;
    word-break: break-all;
}

#userContentsSection .historyCartList>ul>li>.namePrice>.date {
    display: block;
    margin-bottom: 1rem;
    font-size: 2.8rem;
    font-weight: 400;
}

#userContentsSection .historyCartList>ul>li>.namePrice>.brandname {
    color: #888888;
}

#userContentsSection .historyCartList>ul>li>.namePrice>.itemName {
    margin-bottom: 1rem;
}

#userContentsSection .historyCartList>ul>li>.namePrice>.priceList {}

#userContentsSection .historyCartList>ul>li>.namePrice>.priceList dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    /* -webkit-justify-content: flex-start;
    justify-content: flex-start; */
    justify-content: space-between;
}
#userContentsSection .historyCartList>ul>li>.namePrice>.priceList,
#userContentsSection .historyCartList>ul>li>.namePrice>.priceList dl{
    width: 100%;
}
#userContentsSection .historyCartList>ul>li>.namePrice>.priceList dt{
    width: auto;
}

#userContentsSection .historyCartList>ul>li>.namePrice>.priceList dl dt {
    margin-right: 2rem;
}
#userContentsSection .historyCartList>ul>li>.namePrice>.priceList dl dd{
    padding-left: 1rem;
}

#userContentsSection .historyCartList>ul>li>ul.operation {
    width: 100%;
    padding: 3rem 0 0;
    margin-top: 3rem;
    border-top: 1px solid #efefef;
}

#userContentsSection .historyCartList>ul>li>ul.operation>li {
    flex-basis: 1;
    width: 100%;
}

#userContentsSection .historyCartList>ul>li>ul.operation>li:empty{
    display: none;
}

#userContentsSection .historyCartList>ul>li>ul.operation>li+li {
    margin-top: 3rem;
}

#userContentsSection .historyCartList>ul>li>ul.operation .c-button__element{
    width: 100%;
}

#userContentsSection .historyCartList>ul>li>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

#userContentsSection .historyCartList>ul>li>dl>dt {
    display: block;
    font-size: 2.4rem;
    line-height: 1.6;
    width: calc(100% - 20rem);
    padding-right: 4rem;
}

#userContentsSection .historyCartList>ul>li>dl>dt .productId{
    margin-top: .5rem;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40rem;
    font-size: 2.4rem;
    text-align: right;
    line-height: 1.6;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    font-size: 2.4rem;
}

#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.subTotal {
    font-size: 2.4rem;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.subTotal.setPromotionPrice {
    flex-wrap: wrap;
    /* justify-content: center; */
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.subTotal.setPromotionPrice dt::after{
    display: none;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.subTotal.setPromotionPrice .priceAfter{
    color: var(--color-special);
}

/** historyListBox ****************/
#userContentsSection .historyListBox {
    display: block;
}

#userContentsSection .historyListBox>ul {
    display: block;
}

#userContentsSection .historyListBox>ul>li {
    display: block;
}

#userContentsSection .historyListBox>ul>li+li {
    margin-top: 4rem;
}

#userContentsSection .historyListBox>ul>li>a {
    display: block;
}

#userContentsSection .historyListTable {
    border: 1px solid #DDD;
}

#userContentsSection .historyListTable>dl {
    display: block;
}

#userContentsSection .historyListTable>dl>dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 10rem;
    padding: 3rem;
    background-color: #E7E2F4;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-primary);
}

#userContentsSection .historyListTable>dl>dt>em {
    margin-left: 1.4rem;
}

#userContentsSection .historyListTable>dl>dt::after {
    content: '詳細';
    font-size: 2.8rem;
    color: var(--color-primary);
    margin-left: auto;
}

#userContentsSection .historyListTable>dl>dd.status {
    width: 100%;
}

#userContentsSection .historyListTable>dl>dd.status>dl {
    display: flex;
}


#userContentsSection .historyListTable>dl>dd.status>dl>dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: 10rem;
    padding: .2rem 3rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.6rem;
    font-weight: 500;
    background: #F8F8F8;
}

#userContentsSection .historyListTable>dl>dd.status>dl>dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: .2rem 3rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.6rem;
}

#userContentsSection .historyListTable>dl>dd.item>dl>dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10rem;
    padding: .2rem 3rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.6rem;
    font-weight: 500;
    background: #F8F8F8;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li {
    padding: 4rem;
    border-bottom: 1px solid #DDD;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li>figure {
    width: 18rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li>.name {
    padding-left: 4rem;
    letter-spacing: 0.08em;
    font-size: 2.8rem;
}


#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li>.name>p+p{
    margin-top: 1.1rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li:nth-last-of-type(1) {
    border-bottom: none;
}

/************************************** historyDetail **************************************/
#orderHistoryDetail .formTable+.formTable {
    margin-top: 1px;
}

#orderHistoryDetail .formTable .btnOnly,
#orderHistoryDetail .formTable .btnOnly dt,
#orderHistoryDetail .formTable .btnOnly dd{
    background-color: #F8F8F8;
}

#orderHistoryDetail .formTable .flex{
    display: flex;
    justify-content: space-between;
}

#orderHistoryDetail .formTable+.formTable .availablePoint{
    margin-bottom: 0;
}

.formTable.changeInputArea>dl>dt,
dl.changeInputArea>dt {
    background: #FFFFFF;
    border-bottom: 1px solid #efefef;
    padding-top: 3rem;
}

.formTable.changeInputArea>dl.required>dt::after,
dl.required.changeInputArea>dt::after {
    margin-top: -0.6rem;
}

.formTable.changeInputArea>dl>dd,
dl.changeInputArea>dd {
    background: #FFFFFF;
}

#orderHistoryDetail .formTable>dl>dd .flex,
.formTable td .flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.changeInputArea .paymentSelctList {
    width: 100%;
    border-bottom: none;
}

.formTable.changeInputArea .formInnerTable {
    padding: 0 2rem;
}

.formTable.changeInputArea .formInnerTable>dl {
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 2rem 0;
}

.formTable .creditCardInfo>dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.formTable .creditCardInfo>dl>dt {
    width: 18rem;
}

.formTable .creditCardInfo>dl>dd {
    width: calc(100% - 18rem);
}

.formTable .creditCardInfo>dl>dd::before {
    content: '：'
}

.changeSubmitArea {
    margin-top: 2rem;
    width: 100%;
}

ul.upDateButtonList {
    width: 100%;
}

ul.upDateButtonList>li {
    display: block;
    width: 100%;
    flex-basis: 1;
}

ul.upDateButtonList>li+li {
    margin-top: 3rem;
}

ul.upDateButtonList>li>a {
    box-shadow: none;
    background-image: none;
}

ul.upDateButtonList>li>input {
    box-shadow: none;
    background-image: none;
}

ul.upDateButtonList>li .c-button__element{
    width: 100%;
}

#userContentsSection ul.upDateButtonList>li.btnBlack>a,
#userContentsSection ul.upDateButtonList>li.btnPrimary>a,
#userContentsSection ul.upDateButtonList>li.btnGray>a,
#userContentsSection ul.upDateButtonList>li.btnBlack>input,
#userContentsSection ul.upDateButtonList>li.btnPrimary>input,
#userContentsSection ul.upDateButtonList>li.btnGray>input,
#userContentsSection ul.upDateButtonList>li.btnBlack>button,
#userContentsSection ul.upDateButtonList>li.btnPrimary>button,
#userContentsSection ul.upDateButtonList>li.btnGray>button {
    box-shadow: none;
    height: 8rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
    font-size: 2.4rem;
}

.formTable>.changeSubmitArea {
    margin-top: 0;
    padding: 3rem;
    background-color: #F8F8F8;
}

.formTable>.changeSubmitArea .caution{
    font-size: 2.2rem;
    line-height: 1.5;
}

.formTable .formInnerTable>dl.pointInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.formTable .formInnerTable>dl.pointInfo>dt {
    white-space: nowrap;
    padding-right: 4rem;
}

.formTable .formInnerTable>dl.pointInfo>dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.formTable .formInnerTable>dl.pointInfo>dd .pointInput {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
}

.formTable .formInnerTable>dl.pointInfo>dd .pointInput input {
    max-width: 50%;
    margin-right: 1rem;
}

.changeSubmitArea .cauiton {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    padding-top: 4rem;
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.4;
}

#orderHistoryDetail .addrTTL {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 10rem;
    padding: 3rem;
    background-color: #E7E2F4;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 1px;
}

#orderHistoryDetail .addrTTL .btnBlack>*,
#orderHistoryDetail .addrTTL .btnPrimary>*,
#orderHistoryDetail .addrTTL .btnGray>* {
    height: 6rem;
    font-size: 2.4rem;
    box-shadow: none;
    width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

#orderHistoryDetail .cartUnderResult .subTotalBox {
    width: 100%;
}

#userContentsSection #orderHistoryDetail .historyCartList>ul {
    background: #f8f8f8;
}

#userContentsSection #orderHistoryDetail .historyCartList>ul>li {
    padding: 2rem 2rem;
    border: none;
}

#userContentsSection #orderHistoryDetail .historyCartList>ul>li+li {
    margin-top: 0;
    border-top: 1px solid #DDD;
}

#userContentsSection .fixedAddRegist {
    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%;
    min-height: 12rem;
    margin: 4rem auto 8rem;
    padding: 4rem 3rem;
    border: 2px solid #707070;
    border-radius: 1rem;
    font-size: 2.8rem;
    text-align: center;
}

#userContentsSection .fixedAddRegist a {
    text-decoration: underline;
    color: #ff0000;
    font-weight: 700;
}

#userContentsSection .fixedAddRegist p {
    display: flex;
    align-items: center;
    justify-content: center;
}

#orderHistoryDetail .formTable > dl > dt{

}

#orderHistoryDetail .formTable > dl > dd {
}

#orderHistoryDetail .formTable + .formSubTTL,
.orderDetailProductsList .formSubTTL,
#orderHistoryDetail .formSubTTL{
    margin-top: 4rem;
}

.historyDetail .btnBlack.btnFixedCancel{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50%;
}

.historyDetail .btnBlack.btnFixedCancel a{
    margin-left: 0;
}

.historyDetail .btnBlack.btnFixedCancel a:not(:nth-last-of-type(1)){
    margin-bottom: 2rem;
}

#orderHistoryDetail .receiptFormTable,
#orderHistoryDetail .receiptFormTable tbody{
    display: block;
    width: 100%;
    margin: 0 auto;
}

#orderHistoryDetail .receiptFormTable tr {
    display: block;
}

#orderHistoryDetail .receiptFormTable tr + tr {
    margin-top: 1px;
}

#orderHistoryDetail .receiptFormTable tr th {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 2rem;
    background: #e5e5e5;
    font-size: 2.8rem;
    font-weight: 700;
    color: #333333;
}

#orderHistoryDetail .receiptFormTable tr td {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 3rem 2rem;
    background: #eeeeee;
    font-size: 2.6rem;
    line-height: 1.6;
    word-break: break-all;
}

#orderHistoryDetail .receiptFormTable tr.required th::after {
    content: '必須';
    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: 6.4rem;
    height: 4rem;
    margin: 0 0 0 auto;
    background-color: #d93625;
    color: #FFF;
    padding: 2px 5px;
    font-size: 2rem;
    margin-left: 1em;
    /* border-radius: 3px; */
    white-space: nowrap;
}


#orderHistoryDetail dl.attribute6{
    display: none !important;
}

#orderHistoryDetail .dvFixedPurchaseItem table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    font-size: 2.4rem;
}
#orderHistoryDetail .dvFixedPurchaseItem tr:first-child{
    display: none;
}
#orderHistoryDetail .dvFixedPurchaseItem tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#orderHistoryDetail .dvFixedPurchaseItem td {
    display: block;
    padding: 1.3rem 2rem;
}
#orderHistoryDetail .dvFixedPurchaseItem td:nth-child(1) {
    width: 40%;
}
#orderHistoryDetail .dvFixedPurchaseItem td:nth-child(2) {
    width: 60%;
}
#orderHistoryDetail .dvFixedPurchaseItem td:nth-child(3) {
    visibility: hidden;
    width: 40%;
}

#orderHistoryDetail .dvFixedPurchaseItem td:nth-child(5), 
#orderHistoryDetail .dvFixedPurchaseItem td:nth-child(6) {
    width: 20%;
}

#orderHistoryDetail .dvFixedPurchaseItem td.orderCount,
#orderHistoryDetail .dvFixedPurchaseItem td.change{
    width: 40%;
}

#orderHistoryDetail .dvFixedPurchaseItem td.delete,
#orderHistoryDetail .dvFixedPurchaseItem td.change {
    margin-inline: auto 0;
}
#orderHistoryDetail .dvFixedPurchaseItem td.change .c-button__element{
    width: 100%;
}

#orderHistoryDetail .dvFixedPurchaseItem td.delete input:read-only{
    pointer-events: unset;
}

#orderHistoryDetail .c-button__element:has([disabled="disabled"]){
    opacity: .5;
    pointer-events: none;
}

/************************************** 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: 8rem 0;
    margin: 0 auto 0;
    border: 2px solid #707070;
    border-radius: 1rem;
    font-size: 3.2rem;
    line-height: 1.6;
    text-align: center;
}

/************************************** consultationNologin **************************************/
#userContentsSection .consultationCaution {
    margin-bottom: 6rem;
}

#userContentsSection .consultationCaution>dl>dt {
    display: block;
    width: 100%;
    margin-bottom: 4rem;
    padding: 1.6rem 2rem 1.4rem;
    background-color: #777;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #fff;
}

#userContentsSection .consultationCaution>dl>dd {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.04em;
    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: 1rem;
}

#userContentsSection .consultationCaution>p {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 4rem;
}

#userContentsSection .consultationCaution>p>a {
    text-decoration: underline;
}

#userContentsSection .consultationInputGuide {
    margin-bottom: 2rem;
}

#userContentsSection .consultationInputGuide>p {
    font-weight: 700;
    margin-bottom: 1rem;
}


/************************************** 12/14追加 OrderHistory **************************************/
/* 注文履歴詳細 */
.orderHistoryDetail_shippingAddress {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}


/**************************************
Social
**************************************/

#dvSocialLoginCooperation .social_btn{
    margin-bottom: 0;
}

#dvSocialLoginCooperation .social_btn > div{
    padding: 4rem;
    border-bottom: 1px solid #efefef;
}

#dvSocialLoginCooperation .social_btn:first-of-type > div{
    border-top: 1px solid #efefef;
}


#dvSocialLoginCooperation .social_btn .social_ttl{
    display: block;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 2.6rem;
}

#dvSocialLoginCooperation .social_btn .social_status{
    display: block;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

#dvSocialLoginCooperation .social_btn .btn_wrap {
    position: relative;
}

#dvSocialLoginCooperation .social_btn .btn_wrap a{
    width: 100%;
}


#dvSocialLoginCooperation .social_btn.social_google .btn_wrap a{
    background-color: #4285f4;
}

#dvSocialLoginCooperation .social_btn .btn_wrap p{
    margin-top: 1rem;
}
#dvSocialLoginCooperation .social_btn .btn_wrap .line_icon {
    position: absolute;
    left: 10rem;
    top: 1.6rem;
    width: 6.2rem;
    z-index: 2;
    pointer-events: none;
}

/**************************************
credit
**************************************/


.creditList > dl{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    border: 1px solid #DDD;
    padding: 3rem;
    margin-right: 2%;
}

.creditList > dl > dt{
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DDD;
    font-size: 2.8rem;
    line-height: 1.4;
}

.creditList > dl > dd{
    font-size: 2.6rem;
    line-height: 1.4;
    padding-bottom: 3rem;
}


.creditList > dl > dd dl{
    display: flex;
}

.creditList > dl > dd dd{
    margin-left: 1rem;
}

.creditList .operation{
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
    border-top: 1px solid #efefef;
    margin: auto auto 0 auto;
}

.creditList .operation li .c-button__element{
    width: 100%;
}

.creditList .operation li+li {
    margin-top: 2rem;
}


#dvUserCreditCardInput .dvUserCreditCardInfo table{
    table-layout: fixed;
    width: 100%;
}

#dvUserCreditCardInput .dvUserCreditCardInfo .formTable+.formTable{
    margin-top: 0;
}

#dvUserCreditCardInput .dvUserCreditCardInfo table tr{
    display: flex;
    flex-direction: column;
}

#dvUserCreditCardInput .dvUserCreditCardInfo table th{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 2rem;
    font-size: 2.8rem;
    background: #E7E2F4;
    height: 10rem;
    color: var(--color-primary);
    font-weight: 400;
    background: #E7E2F4;
}

#dvUserCreditCardInput .dvUserCreditCardInfo table td{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 3rem 2rem;
    background: #F8F8F8;
    font-size: 2.6rem;
    line-height: 1.6;
    word-break: break-all;
}


/**************************************
Inquiry
**************************************/
.inquiryConfirm .btn_move .c-button__element{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.inquiryConfirm .btn_move .c-button__element .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(30* (100vw / 750));
    width: calc(30* (100vw / 750));
    height: 1.5px;
    margin: auto;
    background-color: #fff;
    z-index: var(--zindex-front);
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default);
  }
  
  .inquiryConfirm .btn_move .c-button__element .arrow::after {
    content: "";
    right: calc(4* (100vw / 750));
    width: calc(12* (100vw / 750));
    height: calc(12* (100vw / 750));
    position: absolute;
    bottom: 0;
    border: 2px solid;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default);
  }
  