﻿/**************************************
#main.userContentsMain
**************************************/
#main.userContentsMain {
    position: relative;
    z-index: 1;
}



/**************************************
userContentsSection
**************************************/
#main.userContentsMain #userContentsSection {}


#main.userContentsMain #mypageNav+#userContentsSection {
    /* position: relative; */
    display: block;
    width: 100%;
    min-height: 111rem;
    max-width: 1400px;
    padding: 13rem 5rem 10rem 35rem;
    margin: 0 auto;
}

/**************************************
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%;
    max-width: 120rem;
    margin: 0 auto;
}

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

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

#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;
}

.c-heading {
    width: 100%;
    /* margin-left: -16rem; */
    margin-bottom: 4rem;
    text-align: center;
}

.c-heading.noLeftNavi{
    margin-left: 0;
}

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

.userContentsSection__ttl-subttl {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #1C1C1C;
}

.formTTL{
    display: none !important;
}


/**************************************
maypageNav
**************************************/

#main.userContentsMain #mypageNav {
    display: block;
    width: 100%;
    max-width: 1400px;
    padding: 13.5rem 5rem 10rem 5rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#main.userContentsMain #mypageNav>.inner {
    display: block;
    width: 24rem;
    z-index: 2;
}

#mypageNav ul li{
    margin-bottom: 2px;
}

#mypageNav ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem 1.3rem 2rem;
    height: 4rem;
    font-size: 1.2rem;
    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: 1.3rem;
    height: 0.35rem;
}


@media screen and (min-width: 768px) and (max-width: 880px) {
    #main.userContentsMain #mypageNav{
        padding: 10rem 3rem 10rem 3rem;
    }

    #main.userContentsMain #mypageNav+#userContentsSection{
        padding: 10rem 3rem 10rem 26rem;
    }

    #main.userContentsMain #mypageNav>.inner {
        display: block;
        width: 21rem;
        z-index: 2;
    }

    #mypageNav ul li a{
        font-size: 1rem;
    }
    
}


/**************************************
text
**************************************/
#userContentsSection .maypageInner {
    display: block;
    position: relative;
    z-index: 3;
}

#userContentsSection .mypageMainTTL {
    display: block;
    padding: 0;
    margin: 0 auto 2rem;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #333333;
}

#userContentsSection .mypageLede p{
    display: block;
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
}

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

#userContentsSection .noItem:empty{
    display: none;
}

#userContentsSection .pagerBox {}

#userContentsSection .mypageSubTTL {
    padding: 1rem 0;
    text-align: left;
}


#userContentsSection .mypageSubTTL.cntPlus .cntView>.listPager {
    display: none;
}


#userContentsSection .attentionTextBox {
    display: block;
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.6;
}

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

#userContentsSection .attentionTextBox>dl>dt {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    color: #ff0000;
    font-weight: 400;
}

#userContentsSection .attentionTextBox>dl>dd {
    display: block;
}

#userContentsSection .listAddBtn {
    display: block;
    max-width: 28rem;
    margin: 0 auto 3rem 0;
}

#userContentsSection .listAddBtn .btnOrange>a {
    height: 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: 10vh;
    margin: 0 auto 3rem;
    border: 1px solid #DDD;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    text-align: center;
}

.userContentsMain .item_num{
    display: none;
}

.userContentsMain .listPager{
    margin-top: 6rem;
}
/**************************************
mypage top
**************************************/
#userContentsSection .campLink {
    display: block;
    padding: 3rem;
    border: 1px solid #DDD;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.6rem;
}

#userContentsSection .campLink a {
    text-decoration: underline;
}


#userContentsSection .memberInfo {
    display: block;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    background: #eeeeee;
    text-align: center;
}

#userContentsSection .memberInfo>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 .memberInfo>dl>dt {
    display: block;
    font-size: 1.6rem;
    margin-right: 1rem;
}

#userContentsSection .memberInfo>dl>dd {
    font-size: 2rem;
}

#userContentsSection .memberInfo>p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1rem;
}

#userContentsSection .validPoint {
    display: block;
    padding: 3rem 2rem;
    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: 1.6rem;
}

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

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

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

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

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


/**************************************
    MyPage
**************************************/
.maypageInner{
    letter-spacing: 0.1em;
    font-weight: 400;
}

.maypageInner .sp_only{
    display: none;
}

.userInfo{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    margin-bottom: 1.7rem;
    border-bottom: 1px solid #DDD;
}
.userInfo_nameBlk{
    display: flex;
    align-items: flex-end;
}

.userInfo .userInfo_name{
    font-size: 1.6rem;
    align-self: center;
    letter-spacing: 0.2em;
    margin-top: 1rem;
}

.userInfo .userInfo_lastLogin{
    margin-left: 3rem;
    font-size: 1.4rem;
}

.userInfo .c-button__element{
    width: 16rem;
    height: 3rem;
    font-size: 1.2rem;
}

.myPage_cnt{
    margin-bottom: 2rem;
}

.point .point_top{
    display: flex;
    align-items: flex-end;
}

.point .point_top .point_rank{
    display: flex;
    align-items: center;
    margin-right: 3rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
}

.point .point_top .point_rank img{
    width: 2rem;
    height: auto;
    margin-right: 1rem;
}

.point .point_top .point_usable{
    display: flex;
    align-items: baseline;
    font-size: 1.2rem;
    line-height: 1;
}

.point .point_top .point_usable > span{
    display: flex;
    align-items: center;
    margin-left: 1rem;
    color: #6E5FA7;
    font-size: 3rem;
    font-weight: 400;
}

.point .point_top .point_usable > span > span{
    margin-left: 0.5rem;
    font-size: 1rem;
}

.point_bottom{
    display: flex;
    margin-top: 1.9rem;
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
    line-height: 1.5;
}

.point_bottom li{
    margin-right: 3.8rem;
}

.point_limited{
    width: 42rem;
    padding: 1.4rem 2rem;
    background-color: #F8F7FC;
}

.point_limited dt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
}

.point_limited dt .c-button__element{
    width: 9rem;
    height: 2.4rem;
    font-size: 1rem;
}

.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: 0.7rem;
    height: 0.7rem;
    margin-left: .8rem;
    border-right: 1px solid #6E5FA7;
    border-bottom: 1px solid #6E5FA7;
    transform: rotate(45deg) translatex(-3px);
    transition: .3 all;
}

.point_limited dt .c-button__element:hover .acd_arrow{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;  
}

.point_limited dt .c-button__element .point_limited_breakdown.open .acd_arrow{
    margin-left: .6rem;
    transform: rotate(-135deg) translatex(-1px);
}


.point_limited dd{
    display: none;
    margin-top: 1.2rem;
    font-size: 0;
    letter-spacing: 0;
}

.point_limited dd span{
    font-size: 1.1rem;
    line-height: 1.54545454545;
}

.point_limited dd span:first-child{
    margin-right: 1.5rem;
}


/**************************************
#myPageCouponBox
**************************************/
#myPageCouponBox {}


#myPageCouponBox .couponList {
    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%;
}

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

#myPageCouponBox .couponList>dl:nth-of-type(2n) {
    margin-right: 0;
}

#myPageCouponBox .couponList>dl:nth-of-type(n + 3) {
    margin-top: 2rem;
}

#myPageCouponBox .couponList>dl>dt {
    display: block;
    /* margin-bottom: 1rem; */
    border-bottom: 1px solid #DDD;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1rem 1.5rem;
    background-color: #E7E2F4;
}

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

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

#myPageCouponBox .couponList>dl>dd:last-of-type{
    padding-bottom: 1.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: 1rem;
}

#userContentsSection .productList.favoriteList>ul.listView>li dl.text>dt {
    display: block;
    min-height: inherit;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    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: 0.8rem;
    padding: 0.8rem 0 0.8rem;
    font-size: 1.2rem;
}

#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: 3rem;
    border-radius: 8px;
    background: #505050;
    background-size: 0.659rem auto;
    padding: 0.1rem 1rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    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>ul.listView>li div.btnDelete .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: 23%;
    margin-right: 2.666666666666667%;
    position: relative;
}

.productList>ul.listView>li:nth-of-type(4n) {
    margin-right: 0;
}

.productList>ul.listView>li:nth-of-type(n + 5) {
    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: 10px;
    margin-bottom: 1.6rem;
    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: 10px;
    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: 4.4rem;
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    line-height: 1.375;
}

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



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


#userContentsSection .mailListBox>.mailListHead {
    display: block;
    width: 100%;
    margin-top: -2rem;
    border-bottom: 1px solid #DDD;
}

#userContentsSection .mailListBox>.mailListHead>ul {
    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;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    min-height: 2rem;
}

#userContentsSection .mailListBox>.mailListHead>ul>li.date {
    width: 16rem;
    text-align: left;
}

#userContentsSection .mailListBox>.mailListHead>ul>li.title {
    width: calc(100% - 16rem);
}


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

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

#userContentsSection .mailListBox>ul>li+li {
    border-top: 1px solid #efefef;
}

#userContentsSection .mailListBox>ul>li>a {
    display: block;
    padding: 2rem 1.5rem;
}

#userContentsSection .mailListBox>ul>li>a:hover {
    background: #efefef;
}


#userContentsSection .mailListBox>ul>li>a>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;
    font-size: 1.4rem;
    line-height: 1.6;
}

#userContentsSection .mailListBox>ul>li>a>dl>dt {
    width: 16rem;
    text-align: left;
    font-weight: 400;
}

#userContentsSection .mailListBox>ul>li>a>dl>dd {
    width: calc(100% - 16rem);
}

#userContentsSection .mailDetail {
    display: block;
    padding: 0 1.5rem;
}

#userContentsSection .mailDetail>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;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
}

#userContentsSection .mailDetail>dl>dt {
    width: 8rem;
}

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

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

#userContentsSection .mailDetail>.detail {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
}

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



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


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

#userContentsSection .pointListTable>.pointListHead>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.4rem;
    font-weight: 400;
    border: 1px solid #DDD;
    background: #efefef;
}

#userContentsSection .pointListTable>.pointListHead>ul>li {
    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: 4rem;
    text-align: center;
    border-right: 1px solid #DDD;
    background-color: #E7E2F4;
}

#userContentsSection .pointListTable>.pointListHead>ul>li:nth-last-of-type(1) {
    border-right: none;
}


#userContentsSection .pointListTable>.pointListHead>ul>li.userPointDate {
    width: 14%;
}

#userContentsSection .pointListTable>.pointListHead>ul>li.userPointContent {
    width: 36%;
}

#userContentsSection .pointListTable>.pointListHead>ul>li.point {
    width: 20%;
}

#userContentsSection .pointListTable>.pointListHead>ul>li.orderNum {
    width: 30%;
}


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

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

#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;
    border-right: 1px solid #DDD;
}

#userContentsSection .pointListTable>ul>li>dl:nth-last-of-type(1) {
    border-right: none;
}


#userContentsSection .pointListTable>ul>li>dl.userPointDate {
    width: 14%;
}

#userContentsSection .pointListTable>ul>li>dl.userPointContent {
    width: 36%;
}

#userContentsSection .pointListTable>ul>li>dl.point {
    width: 20%;
}

#userContentsSection .pointListTable>ul>li>dl.orderNum {
    width: 30%;
}


#userContentsSection .pointListTable>ul>li>dl>dt {
    display: none;
}

#userContentsSection .pointListTable>ul>li>dl>dd {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-height: 4rem;
    padding: 1.5rem 0.5rem;
    text-align: center;
}

#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;
    -webkit-justify-content: center;
    justify-content: center;
}

#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 .c-button__element {
    width: 25rem;
}

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

#userContentsSection .orderLink{
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    color: var(--color-primary);
    margin: 0 0 0 auto;
}


/**************************************
mailRemoveSection
**************************************/
.mailRemoveSection {
    display: block;
    margin-top: 8rem;
    background: #F8F8F8;
    padding: 1.5rem;
}

.mailRemoveSection .bottomBtnArea {
    padding-top: 0;
    margin-top: 3rem;
}

#mailMagaFormHead+.bottomBtnArea{
    padding-top: 0;
}

/**************************************
shippingList
**************************************/
#userContentsSection .shippingList {
    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%;
}

#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: 49%;
    text-align: left;
    border: 1px solid #DDD;
    padding: 1.5rem;
    margin-right: 2%;
}

#userContentsSection .shippingList>dl:nth-of-type(2n) {
    margin-right: 0;
}

#userContentsSection .shippingList>dl:nth-of-type(n + 3) {
    margin-top: 2rem;
}

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

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

#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 #efefef;
    margin: auto auto 0 auto;
}

#userContentsSection .shippingList>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: flex-start;
    justify-content: flex-start;
    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-left: 1rem;
}

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

.formTable.userShippingInput>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;
}

/**************************************
cardList
**************************************/
#userContentsSection .cardList {
    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%;
}

#userContentsSection .cardList>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: 49%;
    text-align: left;
    border: 1px solid #DDD;
    padding: 1.5rem;
    margin-right: 2%;
}

#userContentsSection .cardList>dl:nth-of-type(2n) {
    margin-right: 0;
}

#userContentsSection .cardList>dl:nth-of-type(n + 3) {
    margin-top: 2rem;
}

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

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

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

#userContentsSection .cardList>dl>dd>dl>dt {
    width: 7rem;
}

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

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

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


/**************************************
orderSetting
**************************************/
#userContentsSection .orderSettingBox {
    display: -webkit-flex;
    display: flex;
    -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%;
}


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

#userContentsSection .orderSettingBox>.defaultOrderSetting+.defaultOrderSetting {
    margin-left: 2%;
}


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

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


#userContentsSection .orderSettingBox>.defaultOrderSetting tr.shippingName td,
#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dt,
#userContentsSection .orderSettingBox>.defaultOrderSetting .default_select ,
#userContentsSection .orderSettingBox>.defaultOrderSetting .default_select{
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DDD;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
}

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

#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput tr:nth-of-type(1) td {
    /* padding-bottom: 0; */
}

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

#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: 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;
    line-height: 1.75;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput+.orderSettingInput strong{
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .orderSettingInput+.orderSettingInput img{
    width: auto;
}

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

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


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

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

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

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

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

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




/**************************************
購入履歴
**************************************/
#userContentsSection .changeViewBtn {
    display: block;
    width: 100%;
}

#userContentsSection .changeViewBtn>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userContentsSection .changeViewBtn>ul>li>a,
#userContentsSection .changeViewBtn>ul>li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.8rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-right: 2rem;
    background-color: #F6F4FA;
    border-radius: 3px;
}


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

#userContentsSection .lede_notes{
    text-align: left;
    line-height: 1;
    margin: 1rem 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}


.cartTableMini>ul>li>.name>p,
.cartTableMini>ul>li>.name>p+p{
    font-size: 1.3rem;
}

/** historyCartList ****************/
#userContentsSection .historyCartList {
    display: block;
}
[data-page="fixCancel"] .orderDetailProductsList{
    margin-top: 3rem;
}

#userContentsSection .historyCartList>ul {
    display: block;

}

#userContentsSection .historyCartList>ul>li {
    display: -webkit-flex;
    display: flex;
    -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%;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    background-color: #F8F8F8;
    margin-bottom: 1px;
}

#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: 9rem;
    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-weight: 400;
    font-size: 1.2rem;
    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% - 22rem);
    padding: 0 1.5rem;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    word-break: break-all;
}


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

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

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

#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; */
    font-weight: 400;
    justify-content: space-between;
}

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

#userContentsSection .historyCartList>ul>li>.namePrice>.priceList dl dt {
    margin-right: 1.3rem;
}

#userContentsSection .historyCartList>ul>li>.namePrice>.priceList dl.price dd::before{
    content:"税込";
    display: inline-block;  
    margin-right: 0.5rem;
}

#userContentsSection .historyCartList>ul>li>ul.operation {
    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: 20rem;
}

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

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

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


#userContentsSection .historyCartList>ul>li>ul.operation>li.btnBlack>a,
#userContentsSection .historyCartList>ul>li>ul.operation>li.btnOrange>a {
    box-shadow: none;
    height: 3rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
    font-size: 1.2rem;
}


#userContentsSection .historyCartList>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: flex-start;
    justify-content: flex-start;
    width: 100%;
}

#userContentsSection .historyCartList>ul>li>dl>dt {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    width: 50%;
    padding-right: 2rem;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl {
    flex-shrink: 1;
    width: 100%;
    font-size: 1.2rem;
}

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

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

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.subToatal>dd {
    font-size: 1.4rem;
    font-weight: 400;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.setPromotionPrice dd{
    margin-top: 0.5rem;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.setPromotionPrice .slash{
    display: block;
    margin-bottom: 0.3rem;
    text-decoration: line-through;
}


#userContentsSection .historyCartList .cartUnderResult .subTotalBox{
    margin-left: 0;
}

#userContentsSection .historyCartList .btnPrimary>a {
    font-size: 1.2rem;
    height: 3rem;
}

/** 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;
    background: #E7E2F4;
    padding: 1.3rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-primary);
    position: relative;
}

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

#userContentsSection .historyListTable>dl>dt::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;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    color: var(--color-primary);
    margin: 0 0 0 auto;
}


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

#userContentsSection .historyListTable>dl>dd.status>dl {
    display: flex;
    width: 100%;
    flex-basis: 1;
}

#userContentsSection .historyListTable>dl>dd.status>dl:nth-last-of-type(1) {
    border-right: none;
}

#userContentsSection .historyListTable>dl>dd.status>dl>dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
    height: 30px;
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #DDD;
    font-size: 1.3rem;
    font-weight: 500;
    background: #F8F8F8;
}

#userContentsSection .historyListTable>dl>dd.status>dl>dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0 3rem;
    text-align: left;
    font-size: 1.3rem;
    border-bottom: 1px solid #DDD;
}

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

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

#userContentsSection .historyListTable>dl>dd.item>dl>dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    height: 30px;
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
    font-weight: 500;
    background: #F8F8F8;
}

#userContentsSection .historyListTable>dl>dd.item>dl>dd {
    padding: 0 3rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li {
    padding: 2rem 0;
}

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


/**************************************
historyDetail
**************************************/

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


.formTable.changeInputArea>dl>dt,
dl.changeInputArea>dt {
    align-items: flex-start;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: #f1f1f1;
    ;
}

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


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



.changeInputArea .paymentSelctList {
    width: 100%;
}

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

.formTable.changeInputArea .formInnerTable>dl {
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 1rem 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: 9rem;
}

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

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

.changeSubmitArea {
    width: 100%;
}


.dvUserCreditCardInfo{
    position: relative;
}


ul.upDateButtonList {
    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%;
    margin-top: 3rem;
}


.btnOnly ul.upDateButtonList {
    margin-top: 0;
}

#orderHistoryDetail .formTable>dl.btnOnly{
    margin-top: 0;
}


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

ul.upDateButtonList>li+li {
    margin-left: 2rem;
}

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

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

ul.upDateButtonList>li{
    width: 26rem;
}

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


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

.formTable>.changeSubmitArea .upDateButtonList{
    margin-top: 0;
}

.formTable>.changeSubmitArea > div{
    width: calc(100% - 25rem - 1px);
    margin-left: auto;
    padding: 3rem;
    text-align: center;
}

.formTable>.changeSubmitArea::before{
    content: '';
    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: 25rem;
    min-height: 6rem;
    padding: 2rem 0 2rem 2rem;
    background: #E7E2F4;
    color: var(--color-primary);
    padding: 0 2rem;
}

.formTable>.changeSubmitArea>ul.upDateButtonList {
    background: #f7f7f7;
    padding: 0;
    margin: 0;
    border: none;
}


.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: 2rem;
}

.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: 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: -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;
    background: #E7E2F4;
    padding: 1.3rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-primary);
    position: relative;
}

#orderHistoryDetail .addrTTL .btnBlack>*,
#orderHistoryDetail .addrTTL .btnOrange>*,
#orderHistoryDetail .addrTTL .btnGray>* {
    height: 4rem;
    font-size: 1.2rem;
    box-shadow: none;
    width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#orderHistoryDetail .c-button__element input{
    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;
    width: 100%;
    height: 100%;
    text-align: center;
}

#orderHistoryDetail .cartUnderResult .subTotalBox {
    width: 100%;
    margin-left: 0;
}


#userContentsSection #orderHistoryDetail .historyCartList>ul {
    background: #eeeeee;
}
#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: 6rem;
    margin: 2rem auto 4rem;
    padding: 3rem 2rem;
    border: 2px solid #707070;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    text-align: center;
}

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

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

#orderHistoryDetail .formTable>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;
}

#orderHistoryDetail .formTable>dl>dt {
    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: 25rem;
    min-height: 6rem;
    padding: 2rem 0 2rem 2rem;
    background: #E7E2F4;
    color: var(--color-primary);
    padding: 0 2rem;
    font-size: 1.4rem;
}

#orderHistoryDetail .formTable>dl>dd {
    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% - 25rem - 1px);
    padding: 2rem;
    background: #F8F8F8;
    font-size: 1.4rem;
    line-height: 1.6;
    word-break: break-all;
}

#ctl00_ContentPlaceHolder1_dvNextShippingUseCoupon{
    width: 100%;
}

#ctl00_ContentPlaceHolder1_dvCouponCodeInputArea{
    width: auto;
    max-width: 300px;
    display: block;
}

#ctl00_ContentPlaceHolder1_dvNextShippingUseCoupon .upDateButtonList{
    width: 100%;
}

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

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

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

.historyDetail .btnBlack.btnFixedCancel > div{
    margin: 0.5rem;
}

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

#orderHistoryDetail .receiptFormTable tr{
    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;
}

#orderHistoryDetail .receiptFormTable tr + tr {
    margin-top: 0.1rem;
}

#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: 25rem;
    min-height: 8rem;
    padding: 2rem;
    background: #e5e5e5;
    font-size: 1.4rem;
    font-weight: 400;
    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: calc(100% - 25rem - 1px);
    padding: 2rem;
    background: #eeeeee;
    font-size: 1.4rem;
    line-height: 1.6;
    word-break: break-all;
    letter-spacing: 0;
}

#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: 3.2rem;
    height: 2rem;
    background-color: #d93625;
    color: #FFF;
    padding: 2px 5px;
    font-size: 1rem;
    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;
}
#orderHistoryDetail .dvFixedPurchaseItem th {
    background: #E7E2F4;
    color: var(--color-primary);
    border-left: 1px solid #fff;
    padding: 1.3rem 2rem;
    text-align: center;
}
#orderHistoryDetail .dvFixedPurchaseItem th:first-child{
    border-left:none;
}
#orderHistoryDetail .dvFixedPurchaseItem td {
    padding: 1.3rem 2rem;
}
#orderHistoryDetail .dvFixedPurchaseItem td.delete input:read-only{
    pointer-events: unset;
}
#orderHistoryDetail .c-button__element:has([disabled="disabled"]){
    opacity: .5;
    pointer-events: none;
}
#orderHistoryDetail .dvFixedPurchaseItem td.change .c-button__element{
    width: 14rem;
}

@media screen and (max-width:880px){
    #orderHistoryDetail .dvFixedPurchaseItem td.productImage {
        padding: 1.3rem 1rem;
    }
    /* #orderHistoryDetail .dvFixedPurchaseItem th.subscriptionBoxProductDelete,
    #orderHistoryDetail .dvFixedPurchaseItem td.delete,
    #orderHistoryDetail .dvFixedPurchaseItem td.change{
        width: 14rem;
    } */
     .c-heading-fixedPurchaseItem{
        display: grid;
        grid-template-columns: 30% 20% 10% 20% 20%;
        width: 100%;
     }
     .c-contents-fixedPurchaseItem{
        display: grid;
        grid-template-columns: 10% 20% 20% 10% 20% 20%;
        align-items: center;
        width: 100%;
     }
     #orderHistoryDetail .dvFixedPurchaseItem .c-heading-fixedPurchaseItem th,
     #orderHistoryDetail .dvFixedPurchaseItem .c-contents-fixedPurchaseItem td{
        padding-inline: 0;
        font-size: 1.2rem;
     }
     #orderHistoryDetail .dvFixedPurchaseItem td.productPrice,
     #orderHistoryDetail .dvFixedPurchaseItem td.orderSubtotal,
     #orderHistoryDetail .dvFixedPurchaseItem td.delete,
     #orderHistoryDetail .dvFixedPurchaseItem td.change{
        text-align: center;
     }
     #orderHistoryDetail .dvFixedPurchaseItem td.change .c-button__element{
        width: 100%;
     }
    /* #orderHistoryDetail .dvFixedPurchaseItem th.subscriptionBoxProductName{
        width: 40%;
    }
    
    #orderHistoryDetail .dvFixedPurchaseItem td.productImage{
        width: 20%;
    }
    #orderHistoryDetail .dvFixedPurchaseItem td.productName{
        width: 20%;
    }
    #orderHistoryDetail .dvFixedPurchaseItem th.subscriptionBoxProductPrice,
    #orderHistoryDetail .dvFixedPurchaseItem td.productPrice{
        width: 20%;
    }
    #orderHistoryDetail .dvFixedPurchaseItem th.subscriptionBoxOrderCount,
    #orderHistoryDetail .dvFixedPurchaseItem td.orderCount{
        width: 10%;
    }
    #orderHistoryDetail .dvFixedPurchaseItem th.subscriptionBoxOrderSubtotal,
    #orderHistoryDetail .dvFixedPurchaseItem td.orderSubtotal{
        width: 20%;
    }
    #orderHistoryDetail .dvFixedPurchaseItem th.subscriptionBoxProductDelete,
    #orderHistoryDetail .dvFixedPurchaseItem td.delete,
    #orderHistoryDetail .dvFixedPurchaseItem td.change{
        width: 10%;
    } */

}
/**************************************
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: 6rem 2rem;
    max-width: 1000px;
    margin: 0 auto 0;
    border: 2px solid #707070;
    border-radius: 10px;
    font-size: 2.0rem;
    text-align: center;
}

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

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

#userContentsSection .consultationCaution>dl>dd {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 400;
}

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

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

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


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

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


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


/* 注文方法の保存 */
.defaultOrderSetting table tr th {
    display: none;
}


/**************************************
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: 20px;
    width: 18px;
    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: 2px;
    width: 6px;
    height: 6px;
    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);
  }
  

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

#dvSocialLoginCooperation .social_btn > div{
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #efefef;
}

#dvSocialLoginCooperation .social_btn .social_ttl{
    width: 20rem;
    min-width: 15rem;
    text-align: left;
    font-weight: 400;
}

#dvSocialLoginCooperation .social_btn .social_status{
    width: 22rem;
    min-width: 17rem;
    margin-left: 4rem;
}

#dvSocialLoginCooperation .social_btn .btn_wrap{
    position: relative;
    width: 23rem;
    min-width: 18rem;
    margin-left: auto;
    text-align: center;
}

#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;
    font-size: 1.2rem;
}
#dvSocialLoginCooperation .social_btn .btn_wrap .line_icon {
    position: absolute;
    left: 3rem;
    width: 3rem;
    z-index: 2;
    pointer-events: none;
    top: 0.6rem;
}


/**************************************
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: 49%;
    text-align: left;
    border: 1px solid #DDD;
    padding: 1.5rem;
}

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

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


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

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

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


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

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


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

#dvUserCreditCardInput .dvUserCreditCardInfo table tr{
    margin-top: 1px;
}

#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: calc(100% - 25rem - 1px);
    padding: 2rem;
    background: #F8F8F8;
    font-size: 1.4rem;
    line-height: 1.6;
    word-break: break-all;
}

#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: 25rem;
    min-height: 6rem;
    padding: 2rem 0 2rem 2rem;
    background: #E7E2F4;
    color: var(--color-primary);
    padding: 0 2rem;
    padding-right: 0.2rem;
    font-size: 1.4rem;
    font-weight: 400;
}



