/* link
*************************************/
.p-link {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.p-link:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.p-link.p-link--underline {
    text-decoration: underline;
}

.p-link.p-link--underline:hover {
    text-decoration: none;
}

.p-block--foryou .p-link {
    height: 100%;
}

.page-brandbag .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-wallet .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-ladies-fashion .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-brand-jewelry .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-no-brand-jewelry .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-certificate-diamond .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-ladies-watch .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-instrument .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-camera .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-writing .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-kimono .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-mens-fashion .p-lists--col5 .p-lists__item .p-link.p-link--card,
.page-mens-watch .p-lists--col5 .p-lists__item .p-link.p-link--card {
    height: 100%;
}

/** 矢印 **/
.p-link.p-link--arrow {
    padding: 1.9rem 3rem 1.9rem 1.5rem;
}

.p-link.p-link--arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    width: 6px;
    height: 10px;
    margin: auto;
    background: url(../../images/parts/icon/i-chevron-right.svg) top left no-repeat;
    background-size: auto;
}

.p-link.p-link--arrow .p-link__date {
    display: block;
    color: #8a8c97;
    font-size: 1.2rem;
    line-height: 1;
}

/** ブランク **/
.p-link.p-link--blank {
    padding: 2rem 3rem 2rem 1.5rem;
}

.p-link.p-link--blank:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(../../images/parts/icon/i-cards.svg) top left no-repeat;
    background-size: auto;
}

.p-link.p-link--row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
    background: #fff;
}

.p-link--row__img {
    width: auto;
}
.p-link--row__thumb {
    width: 25%;
}

.p-link--row__content {
    margin-left: 0.9rem;
}

.p-link.p-link--row .p-txt--line {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 1.2rem;
}

/** ショートメッセージ **/
.p-link.p-link--sms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    background: #fff;
}

.device_sp .p-link.p-link--sms {
    padding: 1.4rem 1rem;
}

.p-link.p-link--sms .p-link--sms__icon {
    width: auto;
    margin-right: 1.9rem;
}

.device_sp .p-link.p-link--sms .p-link--sms__icon {
    margin-right: 1.4rem;
}

/** 背景画像 **/
.p-link.p-link--media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 121px;
}

.p-link.p-link--media:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(../../images/parts/icon/i-cards-wh.svg) top left no-repeat;
    background-size: auto;
}

.p-link.p-link--media .p-link__txt {
    padding: 0 2rem;
}

.p-link--media .p-link__txt--main,
.p-link--media .p-link__txt--sub {
    display: block;
    color: #fff;
}

.p-link--media .p-link__txt--sub {
    font-size: 1.2rem;
}

/** r ボタン **/
.p-link.p-link--rbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 4.3rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0.2rem;
}
.device_pc .p-link.p-link--rbutton:hover {
    opacity: 1;
}
.p-link.p-link--rbutton .p-link--rbutton__img {
    width: auto;
    margin-right: 1.9rem;
    vertical-align: top;
}

.p-link.p-link--rbutton {
  margin-top: 3rem;
  cursor: default;
}

.device_sp .rbutton {
  padding: 2rem 0 0;
  width: 100%;
}
.device_sp .p-link.p-link--rbutton {
  margin-top: 0.5rem ;
  padding: 1.2rem 3.9rem;
}
.device_sp .rbutton .p-link--rbutton__text {
  text-align: left;
}
.device_sp .rbutton .p-link__sms_text_sub {
  display: block;
  font-size: 1.4rem;
  color: #959595;
}

/*カテゴリーナビゲーション*/
.p-link.p-link--category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.14285%;
    height: 50px;
    font-size: 1.2rem;
    text-align: center;
}

.device_sp .p-link.p-link--category {
    width: auto;
    padding: 0 1.2rem;
}

.p-link.p-link--category:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000127;
    transform: scale(0, 0);
    transition: .1s;
}

.p-link.p-link--category:hover:after {
    transform: scale(1, 1);
}

.p-link.p-link--nav {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    background: #f3f3f3;
}

.p-link.p-link--nav:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.55rem;
    bottom: 0;
    width: 6px;
    height: 10px;
    margin: auto;
    background: url(../../images/parts/icon/i-chevron-right.svg) top left no-repeat;
    background-size: auto;
}


.p-link.p-link--sns {
    display: inline-block;
    padding: 0;
}

.p-link.p-link--sns .p-link__icon {
    vertical-align: top;
}

.p-link.p-link--button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.p-link.p-link--button .p-link--button__icon {
    width: auto;
    margin-right: 0.9rem;
}

.p-link.p-link--button-gray,
.p-link.p-link--for-top,
.p-link.p-link--next,
.p-link.p-link--back {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
    margin: 0 auto;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    max-width: 520px;
}

.device_sp .p-link.p-link--button-gray,
.device_sp .p-link.p-link--for-top,
.device_sp .p-link.p-link--next,
.device_sp .p-link.p-link--back {
    max-width: 310px;
}

.p-link.p-link--for-top:before,
.p-link.p-link--next:before,
.p-link.p-link--back:before,
.p-link.p-link--button-gray:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px;
    height: 10px;
    margin: auto;
    background: url(../../images/parts/icon/i-chevron-right-dark.svg) top left no-repeat;
}

.p-link.p-link--button-gray.p-link-plus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: url(../../images/parts/icon/i-plus.svg) top left no-repeat;
    background-size: auto;
}
.p-link.p-link--button-gray.p-link-plus.more-close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: url(../../images/parts/icon/i-moreclose.svg) top left no-repeat;
    background-size: auto;
}

.js-aco_active.p-link.p-link--button-gray.p-link-plus:before {
    background: url(../../images/parts/icon/i-minus.svg) top left no-repeat;
    background-size: auto;
}

.p-link.p-link--for-top:before,
.p-link.p-link--next:before,
.p-link.p-link--button-gray:before {
    right: 1.5rem;
}

.device_sp .p-link.p-link--for-top:before,
.device_sp .p-link.p-link--next:before,
.device_sp .p-link.p-link--button-gray:before {
    right: 1rem;
}

.p-link.p-link--back:before {
    left: 1.5rem;
    transform: rotate(-180deg);
}

.device_sp .p-link.p-link--back:before {
    left: 1rem;
}

.p-link.p-link--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 1.2rem 5rem;
    font-size: 1.4rem;
    line-height: 1;
    background: #f3f3f3;
    border: 1px solid #e3e3e8;
    white-space: nowrap;
}

.p-link.p-link--icon .p-link--icon__img {
    vertical-align: middle;
    margin-right: 1.4rem;
}

.p-link.p-link--icon .p-link--icon__text {
    font-size: 1.4rem;
}

.p-link.p-link--icon-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p-link.p-link--search-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 1.2rem 5rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #424242 !important;
    background: #f3f3f3;
    border: 1px solid #e3e3e8;
    border-left: none;
    white-space: nowrap;
}

.p-link.p-link--search-picture .p-link--search-picture__img {
    vertical-align: middle;
    margin-right: 1.4rem;
    width: 19px;
    height: 14px;
}

.device_sp .p-link.p-link--search-picture .p-link--search-picture__txt {
    display: none;
}

.device_sp .p-link.p-link--search-picture {
    width: 100%;
    max-width: 41px;
    height: 41px;
    padding: 1rem;
}

.device_sp .p-link.p-link--search-picture .p-link--search-picture__img {
    margin-right: 0;
}

.device_sp .p-link.p-link--search-picture .p-link--search-picture__txt {
    display: none;
}

.p-link.p-link--icon-vertical .p-link__txt {
    font-size: 1rem;
}

.p-link.p-link--sns {
    width: auto;
}

.p-link.p-link--app {
    width: 14%;
}

@media (max-width: 767px) {
    .p-link.p-link--app {
        width: 40%;
    }
}

.p-link.p-link--app .c-img {
    width: 100%;
}

.p-link--app + .p-link--app {
    margin-left: 3rem;
}

.p-link.p-link--header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 49px;
    padding: 1.4rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
}

.p-link.p-link--header:hover {
    background: #f3f3f3;
    opacity: 1;
}

.p-link--header__txt + .p-badge {
    margin-left: 0.6rem;
}

.p-link--header__icon {
    width: 20px;
    height: 18px;
    margin-right: 0.5rem;
}

.p-link.p-link--help {
    width: auto;
    margin-right: 0.5rem;
}

.p-link.p-link--help .p-link__icon {
    width: 16px;
    height: 17px;
    margin-right: 0.3rem;
}

.p-delivarylink {
    width: 954px;
    margin: 3rem auto;
    border: 1px solid #eeedeb;
}

.device_sp .p-delivarylink {
    width: 100%;
    margin: 0;
    border: 0;
}

.p-link--delivary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 2rem;
}

.p-link--delivary:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(../../images/parts/icon/i-cards.svg) top left no-repeat;
    background-size: auto;
}

.device_sp .p-link--delivary:after {
    right: 2rem;
}

.p-link-delivary__text {
    margin-left: 1rem;
}

.p-link--delivary__text--main,
.p-link--delivary__text--sub {
    display: block;
}

.p-link--delivary__text--sub {
    font-size: 1.2rem;
}

.p-link--delivary .c-img {
    width: 37px;
    height: 37px;
}

.p-link.p-link--config {
    padding: 1.9rem 3rem 1.9rem 1.5rem;
}

.p-link.p-link--edit-notice {
    display: inline;
    width: auto;
    position: absolute;
    top: 41%;
    right: 2%;
    color: #424242;
}


/* card
*************************************/
.p-link.p-link--card {
    position: relative;
    z-index: 0;
    display: block;
    height: 100%;
    background: #fff;
}

.p-link.p-link--card .p-link__label {
    padding-top: .5rem;
}

.p-link.p-link--card .p-link__txt {
    padding: 1rem;
}

.p-link.p-link--card .p-link__label + .p-link__txt {
    padding: 1rem 1rem 2rem;
}

.p-link.p-link--card .p-link__txt--arrival,
.p-link.p-link--card .p-link__txt--brand,
.p-link.p-link--card .p-link__txt--productsname,
.p-link.p-link--card .p-link__txt--price,
.p-link.p-link--card .p-link__txt--rank,
.p-link__txt--size,
.p-link__txt--reference {
    display: block;
}

.p-link.p-link--card .p-link__txt--arrival {
    color: #e56767;
    font-size: 1.4rem;
}

.p-link.p-link--card .p-link__txt--brand {
    color: #8a8c97;
    font-size: 1.2rem;
}

.device_sp .p-link.p-link--card .p-link__txt--brand {
    font-size: 1rem;
}

.p-link.p-link--card .p-link__txt--brand:empty {
    min-height: 2.2rem;
}

.p-link.p-link--card .p-link__txt--productsname {
    margin-top: 0.3rem;
    color: #424242;
    font-size: 1.4rem;
    line-height: 1.2;
    word-wrap: break-word;
}


.device_sp .p-link.p-link--card .p-link__txt--productsname {
    font-size: 1.2rem;
}

.p-link.p-link--card .p-link__txt--rank,
.p-link.p-link--card .p-link__txt--size {
    margin-top: 0.4rem;
    font-size: 1.4rem;
}

.device_sp .p-link.p-link--card .p-link__txt--rank {
    font-size: 1.2rem;
}

.p-link.p-link--card .p-link__txt--rating,
.p-link.p-link--card .p-link__txt--size-detail {
    margin-left: 0.4rem;
}

.p-link.p-link--card .p-link__txt--price {
    margin-top: 0.2rem;
    color: #000127;
    font-weight: 600;
}

.device_sp .p-link.p-link--card .p-link__txt--price {
    font-size: 1.4rem;
}

.p-link.p-link--card .p-link__txt--price.p-link__txt--price-sale {
    color: #e56767;
}

.p-link.p-link--card .p-link__txt--reference {
    font-size: 1rem;
}

.p-link.p-link--card .p-link__txt--strikethrough {
    display: block;
    line-height: 1.6;
    font-size: 1rem;
    text-decoration: line-through;
}

.p-link.p-link--aco {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
    margin: 0 auto;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    max-width: 520px;
}

.p-sns .p-link:last-child img,.p-sns .p-link:first-child img {
    width:40px;
}