﻿/**************************************
#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;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif !important;
    font-weight: 300;
}

#main.userContentsMain>* {
    order: 4;
    padding-top: 0;
}

/**************************************
userContentsSection
**************************************/
/* #main.userContentsMain>#userContentsSection {
    display: block;
    order: 1;
    margin-top: -3rem;
} */

#main.userContentsMain>.breadcrumbs {
    order: 3;
}

#main.userContentsMain>#userContentsSection .breadcrumbs > ol {
    padding: 0.9rem 0;
}


/**************************************
maypageNav
**************************************/
#main.userContentsMain #mypageNav {
    display: block;
    width: 100%;
    margin-top: -3rem;
    padding: 0;
    order: 5;
    /* background: #F5F5F5; */
}

#main.userContentsMain #mypageNav>.inner {}

/* #main.userContentsMain #mypageNav>.inner::before {
    content: 'マイページMENU';
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
} */


#mypageNav>.inner>ul {
    display: block;
    margin-top: 0.5rem;
}

#mypageNav>.inner>ul>li {
    display: block;
}

#mypageNav>.inner>ul>li+li {
    margin-top: 0.5rem;
}

#mypageNav>.inner>ul>li>a {
    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%;
    height: 4.8rem;
    border-bottom: 1px solid #EDEDED;
    /* border-radius: 4px; */
    background: url(../Contents/ImagesPkg/common/icon_arrow_norrow_right_black.svg) 1.5rem center no-repeat #FFFFFF;
    background-size: 0.554rem auto;
    padding: 0.2rem 0 0 5rem;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.4;
    text-decoration: none;
    color: var(--sec-tittle-color);
}

#mypageNav>.inner>ul>li:first-child{
    border-top: 1px solid #EDEDED;
}

#mypageNav>.inner>ul>li.btnGray>a {
    background: url(../Contents/ImagesPkg/common/icon_arrow_norrow_right_white.svg) 1.5rem center no-repeat #AFAFAF;
    background-size: 0.554rem auto;
    color: #FFFFFF;
}

#mypageNav>.inner>ul>li.orange>a {
    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%;
    height: 5rem;
    border: none;
    border-radius: 4px;
    background: url(../Contents/ImagesPkg/common/icon_arrow_norrow_right_white.svg) 1.5rem center no-repeat #EF8205;
    background-size: 0.554rem auto;
    padding: 0.2rem 1.5rem 0 3.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-decoration: none;
    color: #FFFFFF;
}


#mypageNav>.inner>p {
    display: none;
}

#mypageNav>.inner>ul>li.myPageTop>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-mypageTop.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.orderHistoryList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-OrderHistory.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.userInfo>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-UserInfo.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.creditCardList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-CreditCard.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.favoriteList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-Favorite.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.coordinateList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-Coordinate.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.addressList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-ShippingAddress.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.orderSettingList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-OrderSettingList.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.mailList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-MailHistory.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.socialLoginList>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-socialLogin.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.deleteAccount>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-DeleteAccount.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.productArrivalMail>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-ProductArrival.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
}

#mypageNav>.inner>ul>li.logOut>a{
    background: url(../Contents/ImagesPkg/mypageicon/mypage-icon-Logout.svg) left no-repeat #FFFFFF;
    background-size: 4rem;
    color: var(--sec-tittle-color);
}

.userContentsSection__ttl-wrap{
    width: 100%;
    margin-top: 2.7rem;
    margin-bottom: 2.8rem;
    text-align: center;
}

.userContentsSection__ttl-ttl{
    margin-bottom: 0.7rem;
    font-size: 2.8rem;
    font-family: var(--sec-tittle-font);
    letter-spacing: 0.05em;
    color: var(--sec-tittle-color);
}

.userContentsSection__ttl-subttl{
    font-size: 1.3rem;
    font-family: var(--accent-font);
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--sec-tittle-color);
}


/**************************************
text
**************************************/
#userContentsSection .maypageInner {
    display: block;
}

#userContentsSection .mypageMainTTL {
    display: block;
    padding: 0 1rem;
    margin: 0 auto 2.25rem;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #333333;
}

#userContentsSection .mypageLede {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 2rem;
}

#userContentsSection .noItem:empty{
    display: none;
}

#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: 10rem;
    margin: 2rem auto 0;
    padding: 0 2rem;
    border: 1px solid #EDEDED;
    /* border-radius: 0.5rem; */
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
}

#userContentsSection .pagerBox:empty {
    display: none;
}

#userContentsSection .mypageSubTTL {
    padding: 1.5rem 1.5rem;
    text-align: left;
    font-size: 1.5rem;
    background: var(--bg-secondary);
    font-weight: 700;
    margin-bottom: 2rem;
}

#userContentsSection .mypageSubTTL.cntPlus {
    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 .mypageSubTTL.cntPlus .cntView>.listPager {
    display: none;
}


#userContentsSection .attentionTextBox {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
}

#userContentsSection .attentionTextBox>dl {
    display: block;
}

#userContentsSection .attentionTextBox>dl>dt {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    color: var(--errorMessage);
    font-weight: 700;
}

#userContentsSection .attentionTextBox>dl>dd {
    display: block;
}

#userContentsSection .listAddBtn {
    display: block;
    max-width: 24rem;
    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: 95%;
    height: 10rem;
    margin: 0 auto 2rem;
    border: 2px solid #707070;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
}


/**************************************
mypage top
**************************************/
#userContentsSection .campLink {
    display: block;
    padding: 3rem;
    border: 1px solid #cccccc;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.4rem;
}

#userContentsSection .campLink a {
    text-decoration: underline;
}


#userContentsSection .memberInfo {
    display: block;
    padding: 2rem 1.5rem;
    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: 700;
}

#userContentsSection .memberInfo>dl>dt {
    display: block;
    font-size: 1.6rem;
    margin-right: 1rem;
}

#userContentsSection .memberInfo>dl>dd {
    font-size: 1.6rem;
}

#userContentsSection .memberInfo>p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1rem;
}

#userContentsSection .validPoint {
    display: block;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #777777;
    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: 700;
}

#userContentsSection .validPoint>dl>dt {
    display: block;
    font-size: 1.6rem;
}

#userContentsSection .validPoint>dl>dd {
    font-size: 1.6rem;
}

#userContentsSection .validPoint>dl.provisional {
    margin-top: 1rem;
    font-weight: 400;
}

#userContentsSection .validPoint>dl.provisional>dt {
    font-size: 1.3rem;
}

#userContentsSection .validPoint>dl.provisional>dd {
    font-size: 1.3rem;
}

#userContentsSection .validPoint>p {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
}

/**************************************
#myPageCouponBox
**************************************/
#myPageCouponBox {}


#myPageCouponBox .couponList {
    display: block;
    width: 100%;
}

#myPageCouponBox .couponList>dl {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #EDEDED;
    padding: 1.5rem;
}

#myPageCouponBox .couponList>dl+dl {
    margin-top: 2rem;
}

#myPageCouponBox .couponList>dl>dt {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #EDEDED;
    font-size: 1.4rem;
    font-weight: 700;
}

#myPageCouponBox .couponList>dl>dd {
    font-size: 1.3rem;
    line-height: 1.6;
}


/**************************************
おきにいり
**************************************/
#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-top: 1rem;
    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: 700;
    letter-spacing: 0.05em;
    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: 100%;
}

/* #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: 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;
} */



/**************************************
mailListBox
**************************************/
#userContentsSection .mailListBox {
    display: block;
}


#userContentsSection .mailListBox>.mailListHead {
    display: none;
}



#userContentsSection .mailListBox>ul {
    display: block;
}

#userContentsSection .mailListBox>ul>li {
    display: block;
    border: 1px solid var(--bg-secondary);
}

#userContentsSection .mailListBox>ul>li+li {
    margin-top: 2rem;
}

#userContentsSection .mailListBox>ul>li>a {
    display: block;
}

#userContentsSection .mailListBox>ul>li>a>dl {
    display: block;
    font-size: 1.3rem;
    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;
    background: var(--bg-secondary);
    height: 4rem;
    padding: 1rem 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    position: relative;
}

#userContentsSection .mailListBox>ul>li>a>dl>dt::before {
    content: '受信日時：';
}

#userContentsSection .mailListBox>ul>li>a>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;
    width: 5rem;
    height: 2.4rem;
    border-radius: 0.4rem;
    background: var(--bg-primary);
    background-size: 0.659rem auto;
    padding: 0.1rem 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 0 0 auto;
}

#userContentsSection .mailListBox>ul>li>a>dl>dd {
    padding: 1.5rem 1rem;
}

#userContentsSection .mailDetail {
    display: block;
    /* padding: 0 1.5rem; */
}

#userContentsSection .mailDetail>dl {
    display: -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: 1.2rem;
    line-height: 1.6;
    text-align: left;
}

#userContentsSection .mailDetail>dl+dl {
    margin-top: 0.5rem;
}

#userContentsSection .mailDetail>dl>dt {
    width: 6rem;
    font-weight: 700;
}

#userContentsSection .mailDetail>dl>dd {
    width: calc(100% - 6rem);
}

#userContentsSection .mailDetail>.title {
    display: block;
    padding: 1.5rem 0;
    margin: 1.5rem auto;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
    word-break: break-all;
}

#userContentsSection .mailDetail>.detail {
    display: block;
    font-size: 1.3rem;
    line-height: 1.6;
    word-break: break-all;
}

#userContentsSection .mailDetail>.detail .btnOrange {
    max-width: 28rem;
    margin: 0 auto 0 0;
}



/**************************************
pointListTable
**************************************/
#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: 1.3rem;
    line-height: 1.6;
    border: 1px solid #EDEDED;
}

#userContentsSection .pointListTable>ul>li+li {
    margin-top: 2rem;
}

#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: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    background: #777777;
    border-bottom: 1px solid #EDEDED;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
}

#userContentsSection .pointListTable>ul>li>dl.userPointDate>dt {
    display: block;
}

#userContentsSection .pointListTable>ul>li>dl.userPointDate>dt::after {
    content: '：';
}

#userContentsSection .pointListTable>ul>li>dl.userPointDate>dd {
    font-size: 1.4rem;
}


#userContentsSection .pointListTable>ul>li>dl:not(.userPointDate) {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0;
    border-right: 1px solid #EDEDED;
    font-size: 1.3rem;
    font-weight: 700;
}

#userContentsSection .pointListTable>ul>li>dl:not(.userPointDate)>dt {
    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;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    background: #efefef;
}

#userContentsSection .pointListTable>ul>li>dl:not(.userPointDate)>dd {
    width: 100%;
    text-align: center;
    padding: 1rem 1rem;
    line-height: 1.6;
}


#userContentsSection .pointListTable>ul>li>dl.userPointContent {
    width: 75%;
}

#userContentsSection .pointListTable>ul>li>dl.point {
    width: 25%;
    border-right: none;
}

#userContentsSection .pointListTable>ul>li>dl.orderNum {
    width: 100%;
    border-right: none;
    border-top: 1px solid #EDEDED;
}

#userContentsSection .pointListTable>ul>li>dl.orderNum>dt {}



#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;
    text-align: center;
    width: 100%;
}

#userContentsSection .pointListTable>ul>li>dl.orderNum>dd>.usePointCart {}

#userContentsSection .pointListTable>ul>li>dl.orderNum>dd>.usePointCart>.orderLink {}

#userContentsSection .pointListTable>ul>li>dl.orderNum>dd>.usePointCart>.orderLink+.orderLink {
    margin-top: 0.5rem;
}

#userContentsSection .pointListTable>ul>li>dl.orderNum>dd>.usePointCart>.orderLink>a {
    display: -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: 4rem;
    border-radius: 8px;
    background: #505050;
    background-size: 0.659rem auto;
    padding: 0.1rem 2rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
    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;
}

#userContentsSection .pointListTable>ul>li>dl.orderNum>dd>.usePointCart>p {
    margin-top: 0.5rem;
}


/**************************************
mailRemoveSection
**************************************/
.mailRemoveSection {
    display: block;
    margin-top: 6rem;
    /* background: #efefef; */
    padding: 1.5rem;
}

.mailRemoveSection .bottomBtnArea {
    margin-top: 1rem;
}

/**************************************
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 #EDEDED;
    padding: 1.5rem;
    margin-right: 2%;
}

#userContentsSection .shippingList>dl+dl {
    margin-top: 2rem;
}


#userContentsSection .shippingList>dl>dt {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #EDEDED;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
}

#userContentsSection .shippingList>dl>dd {
    font-size: 1.3rem;
    line-height: 1.4;
    padding-bottom: 1.5rem;
}

#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.btnBlack>a,
#userContentsSection .shippingList>dl>dd.operation>ul>li.btnOrange>a,
#userContentsSection .shippingList>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;
}



/**************************************
cardList
**************************************/
#userContentsSection .cardList {
    display: block;
    width: 100%;
}

#userContentsSection .cardList>dl {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #EDEDED;
    padding: 1.5rem;
}

#userContentsSection .cardList>dl+dl {
    margin-top: 2rem;
}

#userContentsSection .cardList>dl>dt {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #EDEDED;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
}

#userContentsSection .cardList>dl>dd {
    display: block;
    font-size: 1.3rem;
    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;
    font-weight: 700;
}

#userContentsSection .cardList>dl>dd>dl>dd {
    width: calc(100% - 7rem);
    padding-left: 1rem;
}

#userContentsSection .cardList>dl>dd.operation {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0;
    border-top: 1px solid #efefef;
    margin: auto auto 0 auto;
}

#userContentsSection .cardList>dl>dd.operation>ul {
    display: -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: block;
    width: 100%;
    padding: 0 1rem;
}


#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 #EDEDED;
    padding: 1.5rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting+.defaultOrderSetting {
    margin-top: 2rem;
}


#userContentsSection .orderSettingBox>.defaultOrderSetting>.mypageSubTTL {
    height: 4.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl,
#userContentsSection .orderSettingBox>.defaultOrderSetting tr {
    display: block;
    font-size: 1.3rem;
    line-height: 1.6;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl>dt,
#userContentsSection .orderSettingBox>.defaultOrderSetting tr:nth-of-type(1) td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem;
}

#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;
    width: 100%;
    padding-top: 1.5rem;
    border-top: 1px solid #efefef;
}

#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;
}

#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  {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
}


#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail {
    display: block;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #efefef;
    font-size: 1.3rem;
    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: 0.5rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail>dl>dt {
    width: 7rem;
    font-weight: 700;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting .settingDetail>dl>dd {
    width: calc(100% - 7rem);
    padding-left: 1rem;
}


#userContentsSection .orderSettingBox>.defaultOrderSetting .settingErrMsgBox {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.3rem;
    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%;
    margin-bottom: 2rem;
}

#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;
    width: 100%;
}

#userContentsSection .changeViewBtn>ul>li {
    display: block;
    width: 50%;
    border: 1px solid #afafaf;
}

#userContentsSection .changeViewBtn>ul>li+li {
    border-left: none
}

#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;
    width: 100%;
    height: 3rem;
    padding: 0 2rem 0 2rem;
    background: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}


#userContentsSection .changeViewBtn>ul>li>span {
    background-color: #afafaf;
    color: #ffffff;
    font-weight: 700;
}

/** historyCartList ****************/
#userContentsSection .historyCartList {
    display: block;
}

#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: 1.5rem;
    border: 1px solid #DDDDDD;
    position: relative;
}

#userContentsSection .historyCartList>ul>li+li {
    margin-top: 2rem;
}

#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: 7.5rem;
    position: relative;
}

#userContentsSection .historyCartList>ul>li figure img,
#userContentsSection .historyCartList>ul>li figure a {
    display: block;
    width: 100%;
    height: auto;
}


#userContentsSection .historyCartList>ul>li>figure .soldOut {
    display: -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: 700;
    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% - 7.5rem);
    padding: 0 0 0 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    word-break: break-all;
}


#userContentsSection .historyCartList>ul>li>.namePrice>.date {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

#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: 700;
}

#userContentsSection .historyCartList>ul>li>.namePrice>.priceList>dl>dt {
    margin-right: 1rem;
}

#userContentsSection .historyCartList>ul>li>ul.operation {
    display: -webkit-flex;
    display: flex;
    -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: 1.5rem 1.5rem 0;
    margin-top: 1rem;
    border-top: 1px solid #efefef;
}

#userContentsSection .historyCartList>ul>li>ul.operation>li {
    flex-basis: 1;
    width: 100%;
}

#userContentsSection .historyCartList>ul>li>ul.operation>li+li {
    margin-left: 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: 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: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    width: calc(100% - 12rem);
    padding-right: 2rem;
}

#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: 12rem;
    font-size: 1.2rem;
    text-align: center;
    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: 1.0rem;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl>dt::after {
    content: '：';
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.normal>dt {
    display: block;
}

#userContentsSection .historyCartList>ul>li>dl>dd.productPrice>dl.subToatal {
    font-size: 1.2rem;
    font-weight: 700;
}

#userContentsSection .historyCartList>ul>li .cartTableMini__desc figure{
    display: -webkit-flex;
    display: flex;
    -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;
    border: 1px solid #EDEDED;
}
#userContentsSection .historyCartList>ul>li .cartTableMini__desc figure img,
#userContentsSection .historyCartList>ul>li .cartTableMini__desc figure a{display: block; width: 100%; height: auto;}

#userContentsSection .historyCartList>ul>li .cartTableMini__desc .name{
    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% - 7.5rem);
	text-align: left;
	padding-left: 1rem;
}

#userContentsSection .historyCartList>ul>li .cartTableMini__desc .name p{
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
	letter-spacing: 0.04em;
}
#userContentsSection .historyCartList>ul>li .cartTableMini__desc .name p + p{margin-top: 0.5rem;}

#userContentsSection .historyCartList>ul>li .cartTableMini__desc .name p.itemName{
    font-size: 1.3rem;
    font-weight: 600;
}

#userContentsSection .historyCartList>ul>li .cartTableMini__desc .name p.price {
    font-size: 1.2rem;
    font-weight: 600;
}

.cartTableMini__novelty{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #EDEDED;
}

.cartTableMini__novelty figure{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    width: 7.5rem;
    border: 1px solid #EDEDED;
}

.cartTableMini__novelty figure img,
.cartTableMini__novelty figure a{display: block; width: 100%; height: auto;}

.cartTableMini__novelty .name{
    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% - 7.5rem);
	text-align: left;
	padding-left: 1rem;
}

.cartTableMini__novelty .name p{
    display: block;
    font-size: 1.3rem;
    line-height: 1.6;
	letter-spacing: 0.04em;
}

.cartTableMini__novelty .name p + p{margin-top: 0.5rem;}

.cartTableMini__novelty .name p.itemName,
.cartTableMini__novelty .name p.price{
    font-weight: 600;
}


/** historyListBox ****************/
#userContentsSection .historyListBox {
    display: block;
}

#userContentsSection .historyListBox>ul {
    display: block;
}

#userContentsSection .historyListBox>ul>li {
    display: block;
}

#userContentsSection .historyListBox>ul>li+li {
    margin-top: 5rem;
}


#userContentsSection .historyListBox>ul>li>a {
    display: block;
}

#userContentsSection .historyListTable {
    border: none;
}

#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: var(--bg-secondary);
    width: calc(100% + 2rem);
    height: 4rem;
    margin-left: -1rem;
    padding: 1rem 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--sec-tittle-color);
    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;
    width: 5rem;
    height: 2.4rem;
    border-radius: 0.4rem;
    background: #EF8205;
    background-size: 0.659rem auto;
    padding: 0.1rem 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 0 0 auto;
} */


#userContentsSection .historyListTable>dl>dd.status {
    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%;
    border-top: 1px solid #EDEDED;
}

#userContentsSection .historyListTable>dl>dd.status>dl {
    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;
    width: 50%;
    border-right: 1px solid #EDEDED;
}

#userContentsSection .historyListTable>dl>dd.status>dl:nth-of-type(2n) {
    border-right: none;
}

#userContentsSection .historyListTable>dl>dd.status>dl:nth-of-type(n + 3) {
    border-top: 1px solid #EDEDED;
}

#userContentsSection .historyListTable>dl>dd.status>dl:nth-of-type(odd):nth-last-of-type(1) {
    width: 100%;
    border-right: none;
}

#userContentsSection .historyListTable>dl>dd.status>dl>dt {
    display: -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: 3.1rem;
    border-bottom: 1px solid #EDEDED;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e5e5e5;
}

#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;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 3.1rem);
    padding: 1rem 0.5rem;
    text-align: center;
    font-size: 1.2rem;
}

#userContentsSection .historyListTable>dl>dd.item {
    display: block;
    width: 100%;
    /* border-top: 1px solid #CCCCCC; */
}

#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;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 3.1rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #EDEDED;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e5e5e5;
}

#userContentsSection .historyListTable>dl>dd.item>dl>dd {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li {
    padding: 0.8rem 0;
    border-bottom: none;
    flex-wrap: wrap;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li figure {
    border: 1px solid #EDEDED;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li .singleProduct{
    display: flex;
    align-items: center;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li .singleProduct>figure{
    width: 8.5rem;
    flex-shrink: 0;
    margin-right: 2rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li .singleProduct > .name p {
    font-size: 1.3rem;
    line-height: 1.7;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li>.name {
    width: calc(100% - 8.5rem);
    padding-left: 2rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li>.name>p {
    font-size: 1.3rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li .noveltyProduct {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li:nth-last-of-type(1) {
    border-bottom: none;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul .noveltyProduct>figure {
    width: 6rem;
    flex-shrink: 0;
    margin-right: 2rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul .noveltyProduct>.name p {
    width: 100%;
    font-size: 1.2rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini .status{
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 0.7rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini .status > dl{
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: var(--sec-tittle-color);
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini .status > dl > dt {
    width: 100%;
    max-width: 9rem;
    margin-right: 1.4rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini .status > dl > dd {
    width: 100%;
}

#userContentsSection .historyListTable>dl>dd.item .status-detail-btn > a{
    width: 100%;
    max-width: 28rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 3rem;
    background-color: #00235F;
    font-size: 1.3rem;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 0.05em;
}


/**************************************
historyDetail
**************************************/

#orderHistoryDetail .formTable+.formTable {
    margin-top: 1px;
}


.formTable.changeInputArea>dl>dt,
dl.changeInputArea>dt {
    /* background: #FFFFFF;
    border-bottom: 1px solid #efefef; */
    padding-top: 1.5rem;
}

.formTable.changeInputArea>dl.required>dt::after,
dl.required.changeInputArea>dt::after {
    margin-top: -0.3rem;
}


.formTable.changeInputArea>dl>dd,
dl.changeInputArea>dd {
    /* background: #FFFFFF; */
}



.changeInputArea .paymentSelctList {
    width: 100%;
    border-bottom: none;
}

.formTable.changeInputArea .formInnerTable {
    padding: 0 1rem;
}

.formTable.changeInputArea .formInnerTable>dl {
    display: block;
    border-bottom: 1px solid #efefef;
    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%;
}


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;
    margin: 2rem auto;
    /* border-top: 1px solid #efefef; */
    padding-top: 2rem;
    width: 100%;
}

ul.upDateButtonList>li {
    display: block;
    width: 100%;
    flex-basis: 1;
}

ul.upDateButtonList>li+li {
    margin-left: 1rem;
}

ul.upDateButtonList>li>a {
    box-shadow: none;
}

ul.upDateButtonList>li>input {
    box-shadow: none;
}

#userContentsSection ul.upDateButtonList>li.btnBlack>a,
#userContentsSection ul.upDateButtonList>li.btnOrange>a,
#userContentsSection ul.upDateButtonList>li.btnGray>a,
#userContentsSection ul.upDateButtonList>li.btnBlack>input,
#userContentsSection ul.upDateButtonList>li.btnOrange>input,
#userContentsSection ul.upDateButtonList>li.btnGray>input,
#userContentsSection ul.upDateButtonList>li.btnBlack>button,
#userContentsSection ul.upDateButtonList>li.btnOrange>button,
#userContentsSection ul.upDateButtonList>li.btnGray>button {
    box-shadow: none;
    height: 3rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
    font-size: 1.2rem;
}




.formTable>.changeSubmitArea {
    margin-top: 0;
    padding: 0 1.5rem 0;
}


.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: space-between;
    justify-content: space-between;
    /* background: #777777; */
    height: 4rem;
    padding: 1rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    /* color: #FFFFFF; */
    position: relative;
}

#orderHistoryDetail .addrTTL .btnBlack>*,
#orderHistoryDetail .addrTTL .btnOrange>*,
#orderHistoryDetail .addrTTL .btnGray>* {
    height: 3rem;
    font-size: 1.2rem;
    box-shadow: none;
    width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#orderHistoryDetail .cartUnderResult .subTotalBox {
    width: 100%;
}


/* #userContentsSection #orderHistoryDetail .historyCartList>ul {
    background: #eeeeee;
} */

#userContentsSection #orderHistoryDetail .historyCartList>ul>li {
    padding: 2rem 0 3rem;
    border: none;
}

#userContentsSection #orderHistoryDetail .historyCartList>ul>li+li {
    margin-top: 0;
    /* border-top: 1px solid #EDEDED; */
}

#userContentsSection #orderHistoryDetail .historyCartList>ul>li .noveltyProduct{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #EDEDED;
}

#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: 2rem 1.5rem;
    border: 2px solid #707070;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
}

#userContentsSection .fixedAddRegist a {
    text-decoration: underline;
    color: var(--errorMessage);
    font-weight: 700;
}

.productOrderId{
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
}

#orderHistoryDetail .formSubTTL{
    margin-bottom: 0;
    padding: 1.25rem 1rem;
}

#orderHistoryDetail .formTable > dl:not(:last-of-type){
    border-bottom: 1px solid #EDEDED;
}

#orderHistoryDetail .formTable > .formTableOfficeCode{
    width: 100%;
    display: block;
}

#orderHistoryDetail .formTable > .formTableOfficeCode.borderTop{
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

#orderHistoryDetail .formTable > .formTableOfficeCode tbody{
    width: 100%;
    display: block;
}

#orderHistoryDetail .formTable > .formTableOfficeCode tr{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: -1rem;
}

#orderHistoryDetail .formTable > .formTableOfficeCode 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%;
    max-width: 12rem;
    padding: 1.25rem 0;
    padding-left: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--sec-tittle-color);
    line-height: 1.7;
}

#orderHistoryDetail .formTable > .formTableOfficeCode 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%;
    max-width: 17rem;
    padding: 1.25rem 0;
    padding-right: 1rem;
    font-size: 1.3rem;
    line-height: 1.6;
    word-break: break-all;
    line-height: 1.7;
}

#orderHistoryDetail .formTable > dl.formTableFirstDl{
    border-top: 1px solid #EDEDED;
}

#orderHistoryDetail .formTable > dl {
    display: flex;
    align-items: flex-start;
    width: calc(100% + 2rem);
    margin-left: -1rem;
}

#orderHistoryDetail .formTable > dl > dt{
    max-width: 12rem;
    padding: 1.25rem 0;
    padding-left: 1rem;
    line-height: 1.7;
}

#orderHistoryDetail .formTable > dl > dd{
    padding: 1.25rem 0;
    padding-right: 1rem;
    line-height: 1.7;
}

#orderHistoryDetail .formTable .plusBtn,
#orderHistoryDetail .formTable .inputArea{
    display: flex;
    align-items: center;
    min-height: auto;
}

#orderHistoryDetail .formTable > dl > dd.orderHistoryDetail__shippingInfo__address{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.orderHistoryDetail__shippingInfo__address .btnBlue{
    /* margin-left: 4rem; */
}

#orderHistoryDetail .formTable > dl > dd.orderHistoryDetail__shippingInfo__address .btnBlue{
    width: 100%;
}

.orderHistoryDetail__shippingInfo__address .btnBlue > a {
    margin-left: auto;
}

.explanationShipping{
    padding-top: 0.5rem;
    font-size: 1.2rem;
}

.orderHistoryDetail__shippingInput .orderHistoryDetail__shippingInfo__address .btnBlue{
    margin-left: 0;
}

#orderHistoryDetail .orderHistoryDetail__shippingInfo__address .btnBlue>a,
.repairbutton > a{
    width: 7rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid #022363;
    border-radius: 100px;
    background-color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 300;
    color: #022363;
}

.repairbutton > a {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

#orderHistoryDetail .formTable .inputArea.zipcode input:nth-of-type(1){
    width: 5rem;
    margin: 0px 1rem 0 0;
}

#orderHistoryDetail .formTable .inputArea.zipcode input:nth-of-type(2) {
    width: 6rem;
    margin: 0 0 0 1.1rem;
}

#orderHistoryDetail .formTable .inputArea.zipcode .searchAddr {
    margin-left: 1rem;
    min-width: 10rem;
}

#orderHistoryDetail .formTable .inputArea.zipcode .btnBlack > a {
    margin-top: 0;
}

#orderHistoryDetail .cartUnderResult{
    max-width: 100%;
    margin-top: 2.8rem;
}

#orderHistoryDetail .btnBlack > a{
    max-width: 20rem;
    height: 3.5rem;
    margin: 0 auto;
    margin-left: auto;
    margin-top: 3.7rem;
    background-color: var(--sec-tittle-color);
    border-radius: 100px;
    font-size: 1.3rem;
    color: #FFFFFF;
}

#orderHistoryDetail .formTable .inputArea.zipcode .searchAddr.btnBlack > a{
    max-width: 20rem;
    height: 4.2rem;
    margin: 0 auto;
    background-color: #022363;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 300;
    border: 1px solid #022363;
    color: #FFFFFF;
}

#orderHistoryDetail + .bottomBtnArea{
    margin: 3rem auto 0;
}

#orderHistoryDetail .formTable dl.shippingTimeChangeInputArea{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 35.5rem;
    margin: 0 auto;
}

#orderHistoryDetail .formTable dl.shippingTimeChangeInputArea > dt {
    width: 100%;
    max-width: 100%;
}

#orderHistoryDetail .formTable dl.shippingTimeChangeInputArea ul.upDateButtonList{
    margin-top: 0;
    padding-top: 0;
}

#orderHistoryDetail .formTable > dl.hide-dt > dt,
#orderHistoryDetail .formTable > dl.hide-dt > dt {
    display: block;
}

#orderHistoryDetail .formTable .inputArea.telNum input {
    width: 6.7rem;
}

#orderHistoryDetail .formTable > dl.address-input{
    border-bottom: none;
}

#orderHistoryDetail .formTable > dl.address-input > dd {
    padding: 1.25rem 1rem 0.5rem 0;
}

#orderHistoryDetail .formTable > dl.address-input.hide-dt > dd{
    padding: 0.5rem 1rem 0.5rem 0;
}

#orderHistoryDetail .formTable > dl.address-input.last-address-input.hide-dt > dd{
    padding: 0.5rem 1rem 1.25rem 0;
}

#orderHistoryDetail .formTable > dl.address-input.last-address-input{
    border-bottom: 1px solid #EDEDED;
}

/* #orderHistoryDetail .formTable > dl.address-input.hide-dt > dd {
    padding: 1.2rem 1rem;
} */

/* purchaseCancelModal */
.purchaseCancelModalConfirm{
    width: 100%;
    max-width: 33.5rem;
    padding: 4rem 1rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.037),
		0px 0px 5.3px rgba(0, 0, 0, 0.053),
		0px 0px 10px rgba(0, 0, 0, 0.065),
		0px 0px 17.9px rgba(0, 0, 0, 0.077),
		0px 0px 33.4px rgba(0, 0, 0, 0.093),
		0px 0px 80px rgba(0, 0, 0, 0.13);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1003;
    opacity: 0;
	visibility: hidden;
	backface-visibility: hidden;
	transition: all 400ms ease;
}

.purchaseCancelModalConfirm.open{
	opacity: 1;
	visibility: visible;
	backface-visibility: visible;
}

.purchaseCancelModalConfirm .caution__text{
    font-size: 1.4rem;
    text-align: center;
}

.purchaseCancelModalConfirm .purchaseCancelModal__btn-wrap ul{
    display: flex;
    flex-direction: column-reverse;
}

.purchaseCancelModalConfirm .purchaseCancelModal__btn-wrap ul li.btnBlue{
    margin-top: 0;
    margin-bottom: 2rem;
}

/**************************************
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: 4rem 0;
    margin: 0 auto 0;
    border: 2px solid #707070;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}



/**************************************
consultationNologin
**************************************/
#userContentsSection .consultationCaution {
    margin-bottom: 3rem;
}

#userContentsSection .consultationCaution>dl>dt {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0.8rem 1rem 0.7rem;
    background-color: #777;
    font-size: 1.6rem;
    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: 1.2rem;
    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: 0.5rem;
}

#userContentsSection .consultationCaution>p {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
    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: 700;
    margin-bottom: 0.5rem;
}

.mypage__main-ttl {
    margin-bottom: 3.2rem;
    font-size: 2.8rem;
    font-family: var(--sec-tittle-font);
    text-align: center;
    letter-spacing: 0.04em;
    color: var(--sec-tittle-color);
}

.mypage__user-wrap {
    width: calc(100% + 2rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -1rem;
    padding: 1.75rem 1rem 2rem;
    background-color: var(--bg-secondary);
}

.mypage__user-info {
    max-width: 37.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 1.4rem;
}

.mypage__user-name {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.mypage__user-login {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}

.mypage__user-logout {
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto;
}

.mypage__user-logout a {
    width: 100%;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #022363;
    border-radius: 100px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: #022363;
}

.mypage__user-logout a img {
    max-width: 1rem;
    margin-right: 1.15rem;
}

.mypage__menu-list-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 35rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.mypage__menu-list {
    width: calc((100% - 5.4rem) / 3);
    max-width: 10rem;
    margin: 0 2.7rem 3.6rem 0;
}

.mypage__menu-list:nth-of-type(3n) {
    margin-right: 0;
}

.mypage__menu-list svg {
    width: 100%;
    display: block;
}

.mypage__menu-text {
    margin-top: 1.6rem;
    font-size: 1.3rem;
    color: var(--sec-tittle-color);
    text-align: center;
    line-height: 1.6;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
}

.mypage__menu-social-login{
    display: none;
}

.mypage__attention {
    width: 100%;
    max-width: 35.5rem;
    margin: 0 auto;
    margin-bottom: 3.8rem;
    padding: 2.5rem 2rem;
    border: 1px solid #EDEDED;
}

.mypage__attention-ttl{
    font-weight: 600;
}

.mypage__attention p {

    font-size: 1.3rem;
    line-height: 1.7;
    color: var(--sec-tittle-color);
    letter-spacing: 0.05em;
}

.mypage__attention p .asteriks {
    display: block;
    font-size: 1.2rem;
}

.mypage__attention p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.mypage__withdraw-account {
    text-align: center;
}

.mypage__withdraw-account a {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.6;
    text-decoration: underline;
    color: #575757;
}

/**************************************
mypage social login
**************************************/

.mypageSocialLogin__amazon-text{
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--sec-tittle-color);
    line-height: 1.2;
}

.mypageSocialLogin__amazon-logo-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.mypageSocialLogin__amazon-logo{
    width: 100%;
    max-width: 30rem;
}

.mypageSocialLogin__amazon-logo > img {
    height: 10rem;
    object-fit: scale-down;
}

.mypageSocialLogin__amazon-status{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--sec-tittle-color);
    text-align: center;
}

.mypageSocialLogin__amazon-btn-cancel{
    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%;
    max-width: 30rem;
	height: 5rem;
	background: var(--bg-primary);
    margin: 0 auto;
	padding: 0 2rem 0;
	font-size: 1.3rem;
	font-family: var(--accent-font);
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-decoration: none;
	color: #FFFFFF;
}