﻿/**************************************
#main.userContentsMain
**************************************/
#main.userContentsMain {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif !important;
    font-weight: 300;
    position: relative;
    z-index: 1;
}


/**************************************
userContentsSection
**************************************/
#main.userContentsMain #userContentsSection {}


#main.userContentsMain #mypageNav+#userContentsSection {
    display: block;
    width: 100%;
    min-height: 100rem;
    /* max-width: calc(990px + 10rem); */
    max-width: calc(1000px + 10rem);
    padding: 7.5rem 5rem 10rem calc(24rem + 5rem);
    margin: 0 auto;
}

#main.userContentsMain #userContentsSection .breadcrumbs {
    position: absolute;
    top: 6.1rem;
    left: 0;
    /* left: 3rem; */
}

.pt40 {
    padding-top: 4rem;
}

/**************************************
maypageNav
**************************************/
#main.userContentsMain #mypageNav {
    display: block;
    width: 100%;
    /* max-width: calc(990px + 10rem); */
    max-width: calc(1000px + 10rem);
    padding: 24.5rem 5rem 10rem 5rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#main.userContentsMain #mypageNav>.inner {
    display: block;
    width: 20rem;
    margin-top: -0.5rem;
    z-index: 2;
}


#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.4rem;
    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 0 0 5rem;
    font-size: 1.2rem;
    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;
}

#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%;
    max-width: 13.5rem;
    margin: 0 auto;
    margin-left: 25rem;
} */

.userContentsSection__ttl-wrap{
    width: 100%;
    margin-left: -12rem;
    margin-bottom: 4rem;
    text-align: center;
}

.userContentsSection__ttl-ttl{
    margin-bottom: 1.5rem;
    font-size: 3.6rem;
    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;
    position: relative;
    z-index: 3;
}

#userContentsSection .mypageMainTTL {
    display: block;
    padding: 0;
    margin: 0 auto 2rem;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #333333;
}

#userContentsSection .mypageLede {
    display: block;
    font-size: 1.4rem;
    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: 20vh;
    margin: 4rem auto 0;
    padding: 0 4rem;
    border: 1px solid #EDEDED;
    /* border-radius: 0.5rem; */
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
}

#userContentsSection .pagerBox {}

#userContentsSection .mypageSubTTL {
    padding: 1.5rem 1.5rem;
    text-align: left;
    font-size: 1.5rem;
    background: var(--bg-secondary);
    font-weight: 700;
    margin-bottom: 3rem;
}

#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: 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: var(--errorMessage);
    font-weight: 700;
}

#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: 2px solid #707070;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    text-align: center;
}


/**************************************
mypage top
**************************************/
#userContentsSection .campLink {
    display: block;
    padding: 3rem;
    border: 1px solid #CCCCCC;
    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: 700;
}

#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: 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: 2rem;
}

#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;
}

/**************************************
#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 #EDEDED;
    padding: 1.5rem;
    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;
    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.4rem;
    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: block;
    width: 100%;
    margin-top: -2rem;
    border-bottom: 1px solid #EDEDED;
}

#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: 700;
    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 #EDEDED;
}

#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: 700;
}

#userContentsSection .mailListBox>ul>li>a>dl>dd {
    width: calc(100% - 12rem);
}

#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 #EDEDED;
    border-bottom: 1px solid #EDEDED;
    font-weight: 700;
    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: 700;
    border: 1px solid #EDEDED;
    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: 3rem;
    text-align: center;
    border-right: 1px solid #EDEDED;
}

#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 #EDEDED;
    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 #EDEDED;
}

#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>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;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    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: 8rem;
    /* background: #EFEFEF; */
    padding: 1.5rem;
}

.mailRemoveSection .bottomBtnArea {
    margin-top: 3rem;
}

/**************************************
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 #EDEDED;
    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 #EDEDED;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
}

#userContentsSection .shippingList>dl>dd {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 2rem;
}

#userContentsSection .shippingList>dl>dd>.name {
    padding-top: 0.5rem;
}

#userContentsSection .shippingList>dl>dd.operation {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0;
    border-top: 1px solid #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: -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 #EDEDED;
    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 #EDEDED;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
}

#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: 10rem;
}

#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 #EDEDED;
    padding: 1.5rem;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting+.defaultOrderSetting {
    margin-left: 2%;
}


#userContentsSection .orderSettingBox>.defaultOrderSetting>.mypageSubTTL {
    height: 4.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

#userContentsSection .orderSettingBox>.defaultOrderSetting>dl,
#userContentsSection .orderSettingBox>.defaultOrderSetting tr {
    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;
    height: calc(100% - 6rem);
    font-size: 1.4rem;
    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%;
    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.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%;
    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;
}

#userContentsSection .changeViewBtn>ul>li {
    display: block;
    min-width: 20rem;
    max-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: 4rem;
    padding: 0 2rem 0 2rem;
    background: #FFFFFF;
    font-size: 1.6rem;
    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: 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;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0 1.5rem;
    border-bottom: 1px solid #1C1C1C;
    position: relative;
}

#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: 10rem;
    margin-right: 2.2rem;
    position: relative;
    border: 1px solid #EDEDED;
}

#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% - 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: 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;
    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: 13rem;
}

#userContentsSection .historyCartList>ul>li>ul.operation>li {
    width: 100%;
}

#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;
    font-weight: 700;
    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-basis: 1;
    width: 100%;
    font-size: 1.2rem;
}

#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: 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: 10rem;
	margin-right: 2rem;
    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;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 12rem);
	text-align: left;
}

#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-weight: 600;
}

.cartTableMini__novelty{
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    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: 10rem;
	margin-right: 2rem;
    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;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 12rem);
	text-align: left;
}

.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;
}

.cartTableMini__novelty .name p.price {
    font-size: 1.2rem;
}

/** historyListBox ****************/
#userContentsSection .historyListBox {
    display: block;
}

#userContentsSection .historyListBox>ul {
    display: block;
}

#userContentsSection .historyListBox>ul>li {
    display: block;
}

#userContentsSection .historyListBox>ul>li+li {
    margin-top: 2rem;
}


#userContentsSection .historyListBox>ul>li>a {
    display: block;
}

#userContentsSection .historyListTable {
    border: 1px solid #CDE2F4;
}

#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);
    height: 4.6rem;
    padding: 1rem 1.5rem;
    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: 13rem;
    height: 3rem;
    border-radius: 8px;
    background: #EF8205;
    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;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 0 0 auto;
} */


#userContentsSection .historyListTable>dl>dd.status {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    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: 100%;
    border-right: 1px solid #EDEDED;
    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;
    -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 #CDE2F4;
}

#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;
    align-items: center;
    padding: 3rem;
    padding-right: 4rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul{
    width: 100%;
    max-width: 36rem;
    padding-right: 4rem;
    position: relative;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px solid #EDEDED;
    position: absolute;
    top: 0;
    right: 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:nth-last-of-type(1) {
    border-bottom: none;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul>li figure>img {
    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: 9rem;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

#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 .noveltyProduct {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini>ul .noveltyProduct>figure {
    width: 6rem;
    flex-shrink: 0;
    margin-right: 1rem;
}

#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%;
    max-width: 30rem;
    padding-left: 4rem;
}

#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%;
    max-width: 13.7rem;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini .status .status-detail-btn > a{
    width: 100%;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    background-color: var(--bg-primary);
	border: 1px solid var(--bg-primary);
    font-size: 1.3rem;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
}

#userContentsSection .historyListTable>dl>dd.item .cartTableMini .status .status-detail-btn > a:hover{
    opacity: 1;
    background: transparent;
    color: var(--bg-primary);
}

/**************************************
historyDetail
**************************************/

#orderHistoryDetail .formTable+.formTable {
    margin-top: 1px;
}

.formTable.historyDetail{
    margin-bottom: 4rem;
}


.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 #EDEDED;
    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: 3rem auto;
    /* border-top: 1px solid #CCCCCC; */
    padding-top: 2rem;
    width: 100%;
}

ul.upDateButtonList>li {
    display: block;
    width: 100%;
    flex-basis: 1;
}

ul.upDateButtonList>li+li {
    margin-left: 2rem;
}

ul.upDateButtonList>li>a {
    box-shadow: none;
}

ul.upDateButtonList>li>input {
    box-shadow: none;
}


.formTable>.changeSubmitArea {
    margin-top: 1px;
    padding: 3rem 4rem;
    /* background: #F7F7F7; */
}

.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: space-between;
    justify-content: space-between;
    /* background: #777777; */
    height: 5rem;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    /* color: #FFFFFF; */
    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 .cartUnderResult .subTotalBox {
    width: 100%;
}


/* #userContentsSection #orderHistoryDetail .historyCartList>ul {
    background: #EEEEEE;
} */

#userContentsSection #orderHistoryDetail .historyCartList>ul>li {
    padding: 2.5rem 0 4rem;
}

#userContentsSection #orderHistoryDetail .historyCartList>ul>li .noveltyProduct{
    margin-top: 2.2rem;
    padding-top: 2.5rem;
    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: 3rem 2rem;
    border: 2px solid #707070;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    text-align: center;
}

#userContentsSection .fixedAddRegist a {
    text-decoration: underline;
    color: var(--errorMessage);
    font-weight: 700;
}

.productOrderId{
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

#orderHistoryDetail .formSubTTL{
    margin-bottom: 0;
}

#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;
}

#orderHistoryDetail .formTable > .formTableOfficeCode tr{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#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: 15rem;
    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: calc(100% - 15rem - 1px);
    max-width: 16rem;
    padding: 1.25rem 0;
    /* background: #EEEEEE; */
    font-size: 1.3rem;
    line-height: 1.6;
    word-break: break-all;
}

#orderHistoryDetail .formTable > dl.formTableFirstDl{
    border-top: 1px solid #EDEDED;
}

#orderHistoryDetail .formTable > dl > dt{
    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{
    min-height: auto;
}

#orderHistoryDetail .formTable > dl > dd.orderHistoryDetail__shippingInfo__address{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#orderHistoryDetail .btnBlue>a,
.repairbutton > a{
    width: 7rem;
    height: 2.5rem;
    margin-left: auto;
    padding: 0;
    border: 1px solid var(--bg-primary);
    border-radius: 100px;
    background-color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--bg-primary);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
	cursor: pointer;
}

#orderHistoryDetail .btnBlue>a:hover,
.repairbutton > a:hover{
    opacity: 1;
    background-color: var(--bg-primary);
	color: #FFFFFF;
}

.repairbutton > a {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 1rem;
    line-height: 1.2;
}

.repairbutton > a:disabled{
    cursor: not-allowed;
}

#orderHistoryDetail .upDateButtonList .btnBlue>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: 5rem;
	border-radius: 0;
    border: 1px solid var(--bg-primary);
	background: var(--bg-primary);
	background-size: 0.659rem auto;
	padding: 0.1rem 2rem 0;
	font-size: 1.3rem;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	color: #FFFFFF;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
	cursor: pointer;
}

.explanationShipping{
    padding-top: 0.5rem;
    font-size: 1.2rem;
}

#orderHistoryDetail .upDateButtonList .btnBlue>a:hover {
    background-color: #FFFFFF;
	color: var(--bg-primary);
}

#orderHistoryDetail .cartUnderResult{
    max-width: 33.5rem;
    margin-top: 2.2rem;
    margin-left: auto;
}

#orderHistoryDetail .subTotalBox .btnBlack > a{
    max-width: 20rem;
    height: 3.5rem;
    margin-left: auto;
    margin-top: 2.4rem;
    background-color: var(--sec-tittle-color);
    border: 1px solid var(--sec-tittle-color);
    border-radius: 100px;
    font-size: 1.3rem;
    color: #FFFFFF;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

#orderHistoryDetail .subTotalBox .btnBlack > a:hover{
    background-color: #FFFFFF;
    color: var(--sec-tittle-color);
}

#orderHistoryDetail .formTable.historyDetail .orderHistoryDetail__shippingInfo__address #AmazonPayCv2Button{
    width: 15rem!important;
    margin-left: 4rem;
}
/* #orderHistoryDetail .formTable.historyDetail .orderHistoryDetail__shippingInfo__address #AmazonPayCv2Button .amazonpay-button-container{
    position: static!important;
} */

/* purchaseCancelModal */
.purchaseCancelModalConfirm{
    width: 100%;
    max-width: 100rem;
    padding: 7rem 5rem 6rem;
    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.7rem;
    text-align: center;
}



/**************************************
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: #777777;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #FFFFFF;
}

#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.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: 700;
    margin-bottom: 0.5rem;
}

.mypage__main-ttl {
    margin-bottom: 4.4rem;
    font-size: 3.6rem;
    font-family: var(--sec-tittle-font);
    text-align: center;
    letter-spacing: 0.04em;
    color: var(--sec-tittle-color);
}

.mypage__user-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 1.5rem 1.75rem 1.9rem;
    background-color: var(--bg-secondary);
}

.mypage__user-info {
    display: flex;
    align-items: center;
}

.mypage__user-name {
    margin-right: 2rem;
    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 a {
    width: 11rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #022363;
    border-radius: 100px;
    font-size: 1.1rem;
    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: 75.5rem; */
    max-width: 92rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.mypage__menu-list {
    /* width: calc((100% - 25.6rem) / 5); */
    /* width: calc((100% - 32rem) / 6); */
    width: 10.8656%;
    /* max-width: 10rem; */
    /* margin: 0 6.4rem 3.6rem 0; */
    margin: 0 6.95652% 3.6rem 0;
}

/* .mypage__menu-list:nth-of-type(5n) {
    margin-right: 0;
} */

.mypage__menu-list:nth-of-type(6n) {
    margin-right: 0;
}

.mypage__menu-list svg {
    width: 100%;
    border-radius: 100px;
    transition: all 300ms ease;
}

.mypage__menu-list a:hover {
    opacity: 1;
}

.mypage__menu-list a:hover svg {
    background: #022363;
}

.mypage__menu-list a:hover svg path,
.mypage__menu-list a:hover svg line,
.mypage__menu-list a:hover svg rect {
    fill: #022363;
    stroke: #FFFFFF;
}

.mypage__menu-text {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    color: var(--sec-tittle-color);
    text-align: center;
    line-height: 1.6;
    letter-spacing: -0.05em;
}

.mypage__menu-social-login{
    display: none;
}

.mypage__attention {
    margin-bottom: 3.7rem;
    padding: 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: 0.5rem;
}

.mypage__withdraw-account {
    text-align: center;
}

.mypage__withdraw-account a {
    display: inline-block;
    font-size: 1.3rem;
    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%;
    max-width: 30rem;
    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: 24rem;
	height: 5rem;
	background: var(--bg-primary);
    margin: 0 auto;
	padding: 0.1rem 2rem 0;
	font-size: 1.3rem;
	font-family: var(--hirakaku);
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	color: #FFFFFF;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
	cursor: pointer;
}

.mypageSocialLogin__amazon-btn-cancel:hover{
    background-color: #FFFFFF;
    border: 1px solid var(--bg-primary);
    color: var(--bg-primary);
}



@media screen and (max-width: 880px) {

    #main.userContentsMain #mypageNav{
        padding: 24.5rem 3rem 10rem 3rem;
    }

    #main.userContentsMain #mypageNav+#userContentsSection {
        max-width: calc(1000px + 10rem);
        padding: 24.5rem 3rem 10rem 3rem;
    }

    #main.userContentsMain #mypageNav>.inner {
        width: 17rem;
    }

    #main.userContentsMain #mypageNav+#userContentsSection {
        max-width: calc(1000px + 10rem);
        padding: 7.5rem 5rem 10rem calc(19rem + 5rem);
    }
}