.p-account {
    padding: 90px 0 95px;
}
.p-account__inner {
    max-width: 1230px;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-account__inner__menu {
    width: 215px;
}
.p-account__inner__menu .c-account_menu__container__block {
    background-image: linear-gradient(to right, #e8e5d4 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: none;
}
.p-account__inner__menu .c-account_menu__container__block:last-child {
    background-image: none;
}
.p-account__inner__menu .c-account_menu__container__block__title,
.p-account__inner__menu .c-account_menu__container__block__top {
    font-size: 16px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
}
.p-account__inner__menu .c-account_menu__container__block__list__item {
    font-size: 14px;
}
.p-account__inner__menu .c-account_menu__container__block__list__item:not(:last-child) {
    margin-bottom: 5px;
}
.p-account__inner__menu .c-account_menu__container__block__logout {
    font-size: 14px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    background: var(--primary-color);
    border-radius: 9999px;
}
.p-account__inner__content {
    width: calc(100% - 215px);
    padding-left: 80px;
}
.p-account__inner__content .p-calendar__buttons > a {
            font-size: 14px;
            font-family: var(--font-zen);
            font-weight: 700;
            letter-spacing: 0.06em;
            color: #fff;
            background: var(--primary-color);
            border-radius: 9999px;
        }
.p-account__inner__content .c-breadcrumbs {
    margin-bottom: 20px;
}
.p-account__inner__content .p-mypage {
    margin-top: 0;
}
.p-account .custom-mypage__block {
    margin-bottom: 60px;
}
.p-account .custom-mypage__block:last-of-type {
    margin-bottom: 0;
}
.p-account .mypage__ttl {
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
    background: #f7f6f0;
    border-radius: 10px;
    padding: 11px 0 12px 36px;
}
.mypage-top .block__top .name {
    font-size: 32px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}
.mypage-top .block__top .status {
    font-size: 16px;
    font-family: var(--font-zen);
    font-weight: 700;
    color: #666;
    position: relative;
    padding-left: 13px;
    margin-bottom: 20px;
}
.mypage-top .block__top .status:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    background: #666;
}
.mypage-top .block__top .status.gold {
    color: #aa8e55;
}
.mypage-top .block__top .status.gold:before {
    background: #aa8e55;
}
.mypage-top .block__top .status.platinum {
    color: #808080;
}
.mypage-top .block__top .status.platinum:before {
    background: #808080;
}
.mypage-top .block__top .status.bronze {
    color: #9a6229;
}
.mypage-top .block__top .status.bronze:before {
    background: #9a6229;
}
.mypage-top .block__top .bnr {
    max-width: 350px;
    margin-bottom: 40px;
}
.mypage-top .block__top .point {
    margin: 25px 0 15px;
    border: 3px solid #f4f2ea;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 106px;
}
.mypage-top .block__top .point .txt {
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
}
.mypage-top .block__top .point .num {
    font-size: 32px;
    font-family: var(--font-zen);
    font-weight: 700;
    color: var(--primary-color);
    background: #f4f2ea;
    line-height: 1;
    padding: 3px 15px 7px;
    margin: 0 10px 0 15px;
}
.mypage-top .block__coupon .img {
    margin: 40px 0 20px;
}
.mypage-top .block__coupon .txt {
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}
.mypage-top .block__coupon .txt a {
    font-size: 16px;
    color: var(--primary-color);
    text-decoration: underline;
}
.mypage-top .block__product .mypage__ttl {
    margin-bottom: 20px;
}
.mypage-top .block__product dl {
    margin-bottom: 30px;
}
.mypage-top .block__product dl dt {
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.mypage-top .block__product dl dd {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.mypage-top .block__product dl dd a {
    color: var(--primary-color);
    font-weight:bold;
    text-decoration:underline;
}
.mypage-top .block__product .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 2%;
    margin-bottom: 40px;
}
.mypage-top .block__product .list .box {
    width: 32%;
    background: #f7f6f0;
    border-radius: 10px;
    padding: 37px 14px 32px;
    position: relative;
    overflow: hidden;
}
.mypage-top .block__product .list .box .img {
    max-width: 161px;
    height:138.5px;
    margin: 0 auto 19px;
}
.mypage-top .block__product .list .box .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mypage-top .block__product .list .box .txt {
    font-size: 14px;
    line-height: 1.4em;
}
.mypage-top .block__product .btn__more {
    max-width: 400px;
}
.mypage-top .block__contents .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 2%;
    margin-bottom: 26px;
}
.mypage-top .block__contents .list .box {
    width: 32%;
}
.mypage-top .block__contents .list .box .img {
    border-radius: 10px;
    margin: 0 auto 18px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.mypage-top .block__contents .list .box .img:before {
    content: "";
    display: block;
    padding-top: 66%;
}
.mypage-top .block__contents .list .box .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mypage-top .block__contents .list .box .txt {
    font-size: 14px;
    line-height: 1.4em;
}
.mypage-top .block__news .mypage__ttl {
    margin-bottom: 20px;
}
.mypage-top .block__news .list {
    margin-bottom: 10px;
}
.mypage-top .block__news .list .box {
    background-image: linear-gradient(to right, #e8e5d4 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mypage-top .block__news .list .box .date {
    width: 21.4%;
    padding: 0 10px 0 38px;
}
.mypage-top .block__news .list .box .txt {
    width: 78.6%;
}
.mypage-top .block__menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 2%;
    margin-bottom: 40px;
}
.mypage-top .block__menu .list .box {
    width: 49%;
    text-align: center;
    position: relative;
    border: 3px solid #f4f2ea;
    border-radius: 15px;
    padding: 45px 15px;
    overflow: hidden;
}
.mypage-top .block__menu .list .box .img {
    max-width: 48px;
    margin: 0 auto 12px;
}
.mypage-top .block__menu .list .box .ttl {
    font-size: 18px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}
.mypage-top .block__menu .list .box .txt {
    font-size: 14px;
    line-height: 1.4;
    max-width: 273px;
    margin: 0 auto;
}
.mypage-top .block__menu .sublist {
    background-image: linear-gradient(to right, #e8e5d4 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left top;
}
.mypage-top .block__menu .sublist .box {
    background-image: linear-gradient(to right, #e8e5d4 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 25px 0;
}
.mypage-top .block__menu .sublist .box .ttl {
    margin-bottom: 15px;
}
.mypage-top .block__menu .sublist .box .ttl i {
    font-size: 24px;
    vertical-align: middle;
}
.mypage-top .block__menu .sublist .box .ttl span {
    font-size: 16px;
    font-family: var(--font-zen);
    font-weight: 700;
    vertical-align: middle;
    padding-left: 10px;
}
.mypage-top .block__menu .sublist .box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.mypage-top .block__menu .sublist .box ul li {
    font-size: 14px;
    width: 25%;
    padding-right: 10px;
}
@media only screen and (max-width: 767px) {
    .p-account {
        padding: 0 0 60px;
    }
    .p-account__inner__menu {
        width: 100%;
        margin-top: 0;
    }
    .p-account__inner__content {
        width: 100%;
        padding-left: 0;
    }
    .p-account .custom-mypage__block {
        margin-bottom: 50px;
    }
    .p-account .mypage__ttl {
        margin-bottom: 25px;
        padding-left: 20px;
    }
    .mypage-top .block__top .name {
        font-size: 26px;
    }
    .mypage-top .block__top .status {
        margin-bottom: 25px;
    }
    .mypage-top .block__top .bnr {
        max-width: 100%;
    }
    .mypage-top .block__top .point .num {
        font-size: 30px;
        margin: 0 6px 0 10px;
    }
    .mypage-top .block__coupon .img {
        margin: 20px 0;
    }
    .mypage-top .block__product dl {
    margin-bottom: 15px;
}
.mypage-top .block__product dl dd {
    font-size: 14px;
}
    .mypage-top .block__product .list {
        gap: 15px 4%;
        margin-bottom: 30px;
    }
    .mypage-top .block__product .list .box {
        width: 48%;
        padding: 25px 14px 35px;
    }
.mypage-top .block__product .list .box .img {
    height:124px;
}
    .mypage-top .block__contents .list {
        gap: 25px 0;
    }
    .mypage-top .block__contents .list .box {
        width: 100%;
    }
    .mypage-top .block__contents .list .box .img {
        margin: 0 auto 10px;
    }
    .mypage-top .block__news .mypage__ttl {
        margin-bottom: 10px;
    }
    .mypage-top .block__news .list .box {
        padding: 15px 10px;
    }
    .mypage-top .block__news .list .box .date {
        width: 100%;
        padding: 0;
        margin-bottom: 2px;
    }
    .mypage-top .block__news .list .box .txt {
        width: 100%;
    }
    .mypage-top .block__menu .list {
        gap: 20px 0;
        margin-bottom: 30px;
    }
    .mypage-top .block__menu .list .box {
        width: 100%;
        padding: 20px 15px 35px;
    }
    .mypage-top .block__menu .list .box .img {
        max-width: 40px;
        margin: 0 auto 8px;
    }
    .mypage-top .block__menu .list .box .ttl {
        font-size: 16px;
    }
    .mypage-top .block__menu .list .box .txt {
        max-width: 100%;
    }
    .mypage-top .block__menu .sublist .box {
        padding: 20px 0;
    }
    .mypage-top .block__menu .sublist .box .ttl i {
        font-size: 20px;
    }
    .mypage-top .block__menu .sublist .box .ttl span {
        padding-left: 5px;
    }
    .mypage-top .block__menu .sublist .box ul {
        gap: 10px 0;
    }
    .mypage-top .block__menu .sublist .box ul li {
        width: 50%;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .p-account__inner__menu .c-account_menu__container__block:first-child {
        padding-top: 0;
    }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
    .p-account__inner__content {
        padding-left: 30px;
    }
    .mypage-top .block__news .list .box .date {
        padding-left: 20px;
        width: 150px;
    }
    .mypage-top .block__news .list .box .txt {
        width: calc(100% - 150px);
    }
}
/*# sourceMappingURL=../maps/page/mypage.min.css.map */
