@charset "utf-8";
/*マイページwishlist*/
@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.p-my-page-wish-list__total-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-my-page-wish-list__total-number > .all_cases {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-number > .all_cases {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-number > .all_cases {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-number > .all_cases .num {
    padding: 0 7px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-number > .all_cases .num {
    padding: 0 5px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-number > .split_cases {
    font-size: 14px;
    letter-spacing: 0.64px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-number > .split_cases {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal > .c-modal-inner {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal > .c-modal-inner {
    padding: 20px;
  }
}

.p-my-page-wish-list__modal-contents {
  background-color: #ffd3d7;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-contents {
    padding: 36px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-contents {
    padding: 32px 20px 25px;
  }
}

.p-my-page-wish-list__modal-ttl {
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-ttl {
    margin-bottom: 26px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-ttl {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-my-page-wish-list__modal-button {
  margin: 0 auto;
  border: none;
  border-radius: 2px;
}

.p-my-page-wish-list__modal-button::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-button {
    width: 60px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-button {
    width: 54px;
    height: 30px;
  }
}

.p-my-page-wish-list__modal-button > span {
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-button > span {
    width: 19px;
    padding-top: 2px;
    padding-right: 1px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-button > span {
    padding-top: 1px;
    font-size: 16px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-wish-list__section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 30px;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .p-my-page-wish-list__section {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-my-page-wish-list__section {
    padding-left: 150px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__section {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-my-page-wish-list__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__section {
    width: calc(100% - 0px);
    margin-bottom: 25px;
    padding: 0px;
  }
}

.p-my-page-wish-list__item-close > a {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  background-color: #484848;
  text-indent: 110%;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-close > a {
    top: 10px;
    right: 0px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-close > a {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
  }
}

.p-my-page-wish-list__item-close > a::before, .p-my-page-wish-list__item-close > a::after {
  display: block;
  position: absolute;
  background: #fff;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-close > a::before, .p-my-page-wish-list__item-close > a::after {
    right: 2px;
    bottom: 9px;
    width: 16px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-close > a::before, .p-my-page-wish-list__item-close > a::after {
    right: 3px;
    bottom: 9px;
    width: 14px;
    height: 2px;
  }
}

.p-my-page-wish-list__item-close > a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-my-page-wish-list__item-close > a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-my-page-wish-list__in-page-link ul {
  max-width: 50%;
  margin: 30px auto 0 auto;
  border: 2px solid #484848;
  border-radius: 6px;
  justify-content: space-evenly;
  overflow: hidden;
  display: flex;
}
.p-my-page-wish-list__in-page-link li {
  flex: 1;
}
.p-my-page-wish-list__in-page-link li+li {
  border-left: 1px solid #a3a3a3;
}
.p-my-page-wish-list__in-page-link li a{
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  padding: 20px 0;
  position: relative;
  transition: .2s;
}
.p-my-page-wish-list__in-page-link li a:hover{
  background-color: #cfcfcf;
  font-weight: 700;
  transition: .2s;
}
.p-my-page-wish-list__in-page-link li a::after{
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 12px;
  height: 12px;
  background: url(../common/images/ico_in_page_link.svg) 0 0 no-repeat;
  content: "";
}
.p-my-page-wish-list__total-area{
  border-bottom: 1px solid #a3a3a3;
  justify-content: space-between !important;
}
.p-my-page-wish-list-option{
  display: flex;
  gap:10px;
}
/*
.p-my-page-wish-list-option__show-diff,.p-my-page-wish-list-option__delete-all{
  display: flex;
  align-items: center;
  gap:0.25em;
}
.p-my-page-wish-list-option__show-diff .icon-show-diff{
  width: 2em;
  height: 10px;
  display: block;
  background: #484848;
  position: relative;
  border-radius: 5px;
}
.p-my-page-wish-list-option__show-diff .icon-show-diff::before{
  content: "";
  width: calc(10px - 4px);
  height: calc(10px - 4px);
  display: block;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 5px;
}
.p-my-page-wish-list-option__show-diff .icon-show-diff--on{
  background: #004da1;
}
.p-my-page-wish-list-option__show-diff .icon-show-diff--on::before{
  left: auto;
  right: 2px;
}
*/
.p-my-page-wish-list__show-diff{
  display: flex;
  align-items: center;
  gap:5px;
}
.p-my-page-wish-list__show-diff input{
  display: none;
}
.p-my-page-wish-list__show-diff .icon-show-diff{
  width: 30px;
  height: 15px;
  display: block;
  background: #484848;
  position: relative;
  border-radius: 7.5px;
}
.p-my-page-wish-list__show-diff .icon-show-diff::before{
  content: "";
  width: calc(15px - 4px);
  height: calc(15px - 4px);
  display: block;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 5px;
}
.p-my-page-wish-list__show-diff input:checked + .icon-show-diff{
  background: #004da1;
}
.p-my-page-wish-list__show-diff input:checked + .icon-show-diff::before{
  left: auto;
  right: 2px;
}
.p-my-page-wish-list-table-wrapper{
  width: 1140px;
  overflow-x: auto;
}
.p-my-page-wish-list-table-wrapper.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.p-my-page-wish-list-table-wrapper--sticky{
  position: sticky;
  top: 0;
  background: #fff;
  overflow:hidden;
  display: none;
  border-bottom: 1px solid #a3a3a3;
  z-index: 2;
}
.p-my-page-wish-list-table-wrapper--sticky.sticky {
  display: block;
}
.p-my-page-wish-list-table-wrapper img{
  max-width: 100%;
}
.p-my-page-wish-list-table-wrapper tr:nth-child(1) img{
  width: 70%;
  height: auto;
  display: block;
  margin: 15% auto;
}
.p-my-page-wish-list-table-wrapper table{
  width: max-content;
  border-collapse: collapse;
}
.p-my-page-wish-list-table-wrapper table tbody tr:nth-child(odd){
  background: #f6f6f6;
}
.p-my-page-wish-list-table-wrapper table th,.p-my-page-wish-list-table-wrapper table td{
  padding: 10px;
  width: calc(1140px / 4 - 1px);
  overflow-wrap: break-word;
}
.p-my-page-wish-list-table-wrapper table tbody th,.p-my-page-wish-list-table-wrapper table tbody td{
  font-size: 12px;
}
.p-my-page-wish-list-table-wrapper label{
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}
.p-my-page-wish-list-table-wrapper .product-price{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.28px;
  line-height: 1.1;
  color: #e43344;
}
.p-my-page-wish-list-table-wrapper .product-price .product-price__unit{
  font-size: 50%;
  font-weight: 400;
}
.p-my-page-wish-list-table-wrapper .product-shipping{
  margin-top: 10px;
  display: flex;
  gap:5px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 80%;
}
.p-my-page-wish-list-table-wrapper .shipping-status{
  padding: 0.25em;
  display: inline-block;
  border: 1px solid #e43344;
  color: #e43344;
  font-weight: 700;
}
.p-my-page-wish-list-table-wrapper .shipping-date{
  font-weight: 400;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__item-close-wrapper{
  position: relative;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__item-close-wrapper.out-of-stock::after{
  content: "在庫なし";
  padding: 5px;
  display: inline-block;
  background: #004da1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.p-my-page-wish-list-table-wrapper .c-button--secondaryA-blue,.p-my-page-wish-list-table-wrapper .c-button--primary-blue{
  width: 100%;
  font-size: 15px;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__item-close > a{
  top: 5px;
  right: 5px;
}
.p-my-page-wish-list-table-wrapper .user-rate{
  margin-top: 10px;
  align-items: baseline;
  gap: 5px;
}
.p-my-page-wish-list-table-wrapper .user-rate>.star {
  width: 76px;
  margin-left: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-area{
  margin: 0;
  padding: 0;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-head{
  display: flex;
  column-gap: 10px;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-head .ttl{
  font-size: 15px;
  color: #004da1;
  font-weight: 700;
  flex: 1;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-head .ico{
  width: 30px;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-main{
  margin: 10px 0 0 0;
  padding: 10px;
  border: solid 1px #7fa6cf;
  background-color: #e5f6fd;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-main{
  width: 100%;
  display: flex;
  column-gap:10px;
  flex-wrap: wrap;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-image{
  width: 30%;
  margin: 0;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-text{
  width: calc(70% - 10px);
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-text h3{
  margin-bottom: 10px;
}
.p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-main > .c-button--secondaryA-blue{
  width: 100%;
  margin-top: 10px;
  font-weight: 400;
}
.p-my-page-wish-list-table-wrapper .c-button--out-of-stock{
  background: #f6f6f6;
  color: #484848;
  border: 1px solid #484848;
}
.p-my-page-wish-list-table-wrapper .c-button--out-of-stock::after{
  display: none;
}
.p-my-page-wish-list-table-wrapper.js-table-scroll.active {
  user-select: none;
}
.p-my-page-wish-list-table-wrapper .product-price--out-of-stock{
  color: #004da1;
}
.p-my-page-wish-list-icon-delete {
  width: 10px;
  height: 10px;
  z-index: 1;
  overflow: hidden;
  background-color: #484848;
  position: relative;
  display: inline-block;
}
.p-my-page-wish-list-icon-delete::before, .p-my-page-wish-list-icon-delete::after {
  display: block;
  position: absolute;
  background: #fff;
  content: "";
}
.p-my-page-wish-list-icon-delete::before {
  width: 10px;
  height: 2px;
  right: 0px;
  bottom: calc(5px - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-my-page-wish-list-icon-delete::after {
  width: 10px;
  height: 2px;
  right: 0px;
  bottom: calc(5px - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width:1440px){
  .p-my-page-wish-list-table-wrapper{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  .p-my-page-wish-list__section {
    width: calc(100% - 30px);
    margin-bottom: 0px;
    padding: 0px;
  }
  .p-my-page-wish-list__in-page-link ul{
    max-width: 100%;
  }
  .p-my-page-wish-list__in-page-link li a{
    align-items: end;
    font-size: 13px;
    height: 45px;
  }
  .p-my-page-wish-list__in-page-link ul li a::after {
    top: auto;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 10px;
    height: 10px;
  }
  .p-my-page-wish-list-table-wrapper{
    width: 100%;
  }
  .p-my-page-wish-list-table-wrapper table th,.p-my-page-wish-list-table-wrapper table td{
    padding: 10px 5px;
    width: calc((100vw - 15px - 15px) / 2 - 15px);
    max-width: calc((100vw - 15px - 15px) / 2 - 15px);
  }
  .p-my-page-wish-list-table-wrapper .product-name{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .p-my-page-wish-list-table-wrapper .product-price{
    font-size: 20px;
  }
  .p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-main{
    padding: 10px 5px;
  }
  .p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-head{
    width: 100%;
    padding: 0;
  }
  .p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-head .ico{
    display: none;
  }
  .p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-head .ttl{
    font-size: 15px;
  }
  .p-my-page-wish-list-table-wrapper .p-my-page-wish-list__alternative-text{
    width: 100%;
  }
  .p-my-page-wish-list-table-wrapper .c-button--secondaryA-blue::after,.p-my-page-wish-list-table-wrapper .c-button--primary-blue::after{
    display: none;
  }
}

.p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec{
  padding: 0;
  background: none;
}
.p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table{
  width: auto;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table th,
.p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table td{
  font-size: 12px;
  overflow-wrap: anywhere;
}
.p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table th{
  width: 6em;
}
.p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec caption{
  display: none;
}
.p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table tbody tr:nth-child(odd){
  background: none;
}
@media screen and (max-width: 1440px) { /*ブレイクポイント処理を無効化*/
  .p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table th,
  .p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table td{
    display: table-cell;
    text-align: left;
  }
  .p-my-page-wish-list-table-wrapper table tbody tr.include-product-show-benchmark__table-spec table th{
    width: 6em;
  }
}
