@charset "UTF-8";
/* =====================================
 * メディアクエリ
 * ================================== */
/* =====================================
 * 丸角
 * ================================== */
/* =====================================
 * カラー
 * ================================== */
/* =====================================
 * ホバー
 * ================================== */
.p-item-list__compare-clean > *,
.p-item-compare__btn > *,
.p-item-compare-info__compare-clean > *,
.p-item-compare-method__save > *,
.p-item-compare-method__back > *,
.p-item-compare-history__clean-btn,
.p-item-list__btn-link a,
.p-item-list__clean-btn,
.c-hover01 {
  transition: opacity 0.2s;
}

@media (min-width: 768px) {
  .p-item-list__compare-clean > *:hover,
.p-item-compare__btn > *:hover,
.p-item-compare-info__compare-clean > *:hover,
.p-item-compare-method__save > *:hover,
.p-item-compare-method__back > *:hover,
.p-item-compare-history__clean-btn:hover,
.p-item-list__btn-link a:hover,
.p-item-list__clean-btn:hover,
.c-hover01:hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.75;
  }
}

.p-item-compare-method__share > *,
.p-item-like > *,
.c-hover02 {
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .p-item-compare-method__share > *:hover,
.p-item-like > *:hover,
.c-hover02:hover {
    cursor: pointer;
    text-decoration: none !important;
    border-color: #E85818 !important;
  }
}

/* =====================================
 * 共通パーツ
 * ================================== */
@media (min-width: 768px) {
  .header__linkBox {
    position: relative;
  }
}

@media (min-width: 768px) {
  .header__linkBox-list {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header__linkBox-item.-favorite, .header__linkBox-item.-compare-history {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 50px;
    max-width: 50px;
    height: 50px;
  }
}

.header__linkBox-item.-favorite a, .header__linkBox-item.-compare-history a {
  transition: all 0.3s;
  display: inline-block;
  border: 1px solid #D5D5D5;
}

@media (min-width: 768px) {
  .header__linkBox-item.-favorite a, .header__linkBox-item.-compare-history a {
    padding: 8px 24px 8px 24px;
  }
}

@media (max-width: 767px) {
  .header__linkBox-item.-favorite a, .header__linkBox-item.-compare-history a {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 4px;
  }
}

.header__linkBox-item.-favorite a > *, .header__linkBox-item.-compare-history a > * {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .header__linkBox-item.-favorite a > *, .header__linkBox-item.-compare-history a > * {
    white-space: nowrap;
    font-size: 10px;
    padding: 25px 0 0 0;
    background-size: 20px auto;
    background-position: top center;
    transform: scale(0.8);
  }
}

@media (min-width: 768px) {
  .header__linkBox-item.-favorite a:hover, .header__linkBox-item.-compare-history a:hover {
    border-color: #E85818;
  }
}

.header__linkBox-item.-favorite {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .header__linkBox-item.-favorite {
    margin-right: 8px;
  }
}

.header__linkBox-item.-favorite a > * {
  background-image: url(../img/ico_favorite_pri.svg);
}

.header__linkBox-item.-compare-history a > * {
  background-image: url(../img/ico_compare_pri.svg);
}

/* =====================================
 * モジュール
 * ================================== */
.p-item-reload {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.p-item-reload.is-active {
  display: block;
}

.p-item-reload::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.p-item-reload__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  background-image: url(../img/img_loading.gif);
}

.p-item-like[class] > * {
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
  padding: 8px 10px 6px;
}

@media (min-width: 768px) {
  .p-item-like[class] > *:hover {
    cursor: pointer;
  }
}

.p-item-like[class] > *::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right center;
  background-image: url(../img/ico_favorite_line.svg);
}

.p-item-like > *.is-active {
  color: #E85818;
}

.p-item-like > *.is-active::after {
  background-image: url(../img/ico_favorite_pri.svg);
}

.p-item-list__back, .p-item-compare-history__back, .p-item-list__clean, .p-item-compare-history__clean {
  display: none;
}

.p-item-list.-favorite .p-item-list__clean, .p-item-list.-favorite .p-item-compare-history__clean {
  display: block;
}

.p-item-list.-favorite .p-item-list__compare {
  display: none;
}

.p-item-list.-favorite .p-item-like > * {
  pointer-events: none;
}

.p-item-list__item.is-back .p-item-list__back, .p-item-list__item.is-back .p-item-compare-history__back {
  display: flex;
}

.p-item-list__item.is-back .p-item-list__btn {
  display: none;
}

@media (min-width: 768px) {
  .p-item-list.-compare-history {
    justify-content: flex-start;
    gap: 15px;
  }
}

@media (min-width: 768px) {
  .p-item-list.-compare-history > * {
    width: calc(50% / 2 - 15px * 3 / 4);
    margin-bottom: 0;
  }
}

.p-item-list.-compare-history .p-item-list__compare, .p-item-list.-compare-history .p-item-list__btn {
  display: none;
}

.p-item-list__item::after {
  display: none;
}

.p-item-list.-favorite .p-item-list__item:nth-last-child(1) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-item-list.-favorite .p-item-list__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.p-item-list__compare {
  line-height: 1;
  justify-content: flex-end;
  display: flex;
  padding: 6px;
}

.p-item-list__compare > * {
  transition: all 0.3s;
  border-radius: 4px;
  background-color: #D5D5D5;
  color: #fff;
  font-size: 12px;
  align-items: center;
  display: flex;
  gap: 4px;
  padding: 2px 3px;
}

@media (min-width: 768px) {
  .p-item-list__compare > *:hover {
    cursor: pointer;
  }
}

.p-item-list__compare > *::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  background-image: url(../img/ico_check_gry.svg);
}

.p-item-list__compare > *.is-selected {
  background-color: #E85818;
}

.p-item-list__compare > *.is-selected::after {
  background-image: url(../img/ico_check_pri.svg);
}

.p-item-list__clean, .p-item-compare-history__clean {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}

.p-item-list__clean > *, .p-item-compare-history__clean > * {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  background-image: url(../img/ico_close.svg);
  width: 24px;
  height: 24px;
}

.p-item-list__clean > *:hover, .p-item-compare-history__clean > *:hover {
  cursor: pointer;
}

.p-item-list__compare-clean, .p-item-compare-info__compare-clean {
  line-height: 1;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: -8px -8px 0 0;
}

.p-item-list__compare-clean > *, .p-item-compare-info__compare-clean > * {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  background-image: url(../img/ico_close.svg);
  width: 16px;
  height: 16px;
}

.p-item-list__item-info-wrap {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  padding: 0 20px 40px 20px;
}

@media (min-width: 768px) {
  .p-item-list__item-info-wrap {
    min-height: 178px;
  }
}

@media (max-width: 767px) {
  .p-item-list__item-info-wrap {
    padding-bottom: 50px;
  }
}

.p-item-list.-favorite .p-item-list__item-info-wrap {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .p-item-list.-favorite .p-item-list__item-info-wrap {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-item-list.-favorite .p-item-list__item-info-wrap {
    display: flex;
  }
}

.p-item-list.-compare-history .p-item-list__item-info-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: auto;
}

body .p-item-list__item-img[class] {
  width: 108px;
}

@media (max-width: 767px) {
  body .p-item-list__item-img[class] {
    aspect-ratio: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body .p-item-list.-favorite .p-item-list__item-img[class] {
    width: 108px;
    aspect-ratio: 1 / 1;
    margin-left: 0;
    margin-right: 0;
  }
}

body .p-item-list.-compare-history .p-item-list__item-img[class] {
  width: 40px;
  aspect-ratio: 1 / 1;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .p-item-list__item-info {
    width: calc(100% - 128px);
  }
}

@media (max-width: 767px) {
  .p-item-list.-favorite .p-item-list__item-info {
    width: calc(100% - 124px);
  }
}

.p-item-list.-compare-history .p-item-list__item-info {
  width: calc(100% - 48px);
}

.p-item-list.-compare-history .p-item-list__item-num, .p-item-list.-compare-history .p-item-list__item-info {
  margin-bottom: 0;
}

.p-item-list__item-num[class] {
  font-weight: normal;
  font-size: 12px;
  color: #434343;
}

body .p-item-list__marker[class] {
  font-weight: normal;
}

body .p-item-list__marker[class] + * {
  margin-top: 4px;
}

.p-item-list.-compare-history .p-item-list__marker {
  display: none;
}

body .p-item-list__name[class] {
  font-weight: bold;
  line-height: 1.5;
}

.p-item-list.-compare-history .p-item-list__name {
  margin-top: 0;
  font-weight: normal;
}

body .p-item-list__item-marker[class] {
  background: none;
  font-weight: inherit;
  color: inherit;
  margin-right: 0;
  padding: 0;
}

.p-item-list__btn {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px 20px;
}

.p-item-list__btn-list {
  display: flex;
  gap: 15px;
}

.p-item-list__btn-item {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(100% / 2 - 15px / 2);
  max-width: calc(100% / 2 - 15px / 2);
}

.p-item-list__btn-item * {
  line-height: 1.5;
  display: block;
  width: 100%;
}

.p-item-list__btn-link a {
  border-radius: 4px;
  background-color: #434343;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px 8px;
}

.p-item-list__back, .p-item-compare-history__back {
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-item-list__back-desc, .p-item-compare-history__back-desc {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left center;
  background-image: url(../img/ico_check_blk.svg);
  font-size: 14px;
  padding-left: 25px;
  padding-right: 20px;
}

.p-item-list__back-desc::after, .p-item-compare-history__back-desc::after {
  content: "";
  display: block;
  background-color: #D5D5D5;
  width: 1px;
  height: calc(100% - 0.4em);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-item-list__back-btn, .p-item-compare-history__back-btn {
  color: #E85818;
  font-size: 14px;
  text-decoration: underline;
  padding: 0;
}

.p-item-list__back-btn:hover, .p-item-compare-history__back-btn:hover {
  cursor: pointer;
  text-decoration: none;
}

body:has(.p-item-compare .p-item-list__item) {
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  body:has(.p-item-compare .p-item-list__item) {
    padding-bottom: 186px;
  }
}

.p-item-compare {
  position: fixed;
  z-index: 99999;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}

.p-item-compare:has(.p-item-list__item) {
  display: block;
}

.p-item-compare__compare-clean,
.p-item-compare .p-item-list__item-num,
.p-item-compare .p-item-list__marker,
.p-item-compare .p-item-list__compare,
.p-item-compare .p-item-list__back,
.p-item-compare .p-item-compare-history__back,
.p-item-compare .p-item-list__btn {
  display: none;
}

.p-item-compare .p-item-list__item-info-wrap {
  padding: 8px;
  min-height: auto;
}

@media (max-width: 767px) {
  .p-item-compare .p-item-list__item-info-wrap {
    display: flex;
    gap: 8px;
  }
}

.p-item-compare .p-item-list__item-num,
.p-item-compare .p-item-list__item-info {
  margin-bottom: 0;
}

.p-item-compare .p-item-list__compare-clean, .p-item-compare .p-item-compare-info__compare-clean {
  display: block;
}

.p-item-compare .p-item-list__name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-item-compare .p-item-list__name {
    font-size: 10px;
  }
}

.p-item-compare .p-item-list__item-img[class] {
  width: 40px;
}

@media (max-width: 767px) {
  .p-item-compare .p-item-list__item-img[class] {
    margin-bottom: 0;
  }
}

.p-item-compare .p-item-list__item-info[class] {
  width: calc(100% - 48px);
}

.p-item-compare::before {
  content: "";
  display: block;
  background-color: rgba(8, 8, 8, 0.8);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-item-compare__inner {
  position: relative;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .p-item-compare__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-item-compare__title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 100px;
  max-width: 100px;
}

@media (max-width: 767px) {
  .p-item-compare__title {
    font-size: 12px;
    align-items: center;
    display: flex;
  }
}

@media (max-width: 767px) {
  .p-item-compare__title {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-item-compare__title::before, .p-item-compare__title::after {
  display: none;
  order: 5;
}

@media (max-width: 767px) {
  .p-item-compare__title::before, .p-item-compare__title::after {
    display: inline-block;
  }
}

.p-item-compare__title::before {
  margin-left: 10px;
}

.p-item-compare__title::after {
  content: '／4';
  orphans: 10;
}

.p-item-compare__title span[class] {
  display: none;
  border-radius: 4px;
  order: 30;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_arr_up_wht.svg);
  color: transparent;
  font-weight: bold;
  font-size: 0;
  width: 160px;
  height: 30px;
}

@media (max-width: 767px) {
  .p-item-compare__title span[class] {
    display: block;
  }
}

.p-item-compare__title[class].is-close span[class] {
  background-color: #fff;
  background-position-x: calc(100% - 12px);
  background-image: url(../img/ico_arr_down_blk.svg);
  color: #080808;
  font-size: 12px;
  height: auto;
  padding: 12px 35px 12px 15px;
}

@media (max-width: 767px) {
  .p-item-compare__title[class].is-close ~ *[class] {
    opacity: 0;
    height: 0;
    visibility: hidden;
    margin-top: 0;
    padding-top: 0;
  }
}

.p-item-compare__inner:has(.p-item-compare__list > *:nth-of-type(1)) .p-item-compare__title::before {
  content: '1';
}

.p-item-compare__inner:has(.p-item-compare__list > *:nth-of-type(2)) .p-item-compare__title::before {
  content: '2';
}

.p-item-compare__inner:has(.p-item-compare__list > *:nth-of-type(3)) .p-item-compare__title::before {
  content: '3';
}

.p-item-compare__inner:has(.p-item-compare__list > *:nth-of-type(4)) .p-item-compare__title::before {
  content: '4';
}

.p-item-compare__list {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(100% - 136px);
  max-width: calc(100% - 136px);
}

@media (min-width: 768px) {
  .p-item-compare__list {
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .p-item-compare__list + * {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .p-item-compare__list {
    flex-wrap: wrap;
    gap: 8px;
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
}

.p-item-compare__list > * {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(100% / 4 - 24px * 3 / 4);
  max-width: calc(100% / 4 - 24px * 3 / 4);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-item-compare__list > * {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
}

.p-item-compare__btn {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 136px;
  max-width: 136px;
}

.p-item-compare__btn a {
  border-radius: 4px;
  color: #fff;
  display: block;
  line-height: 1.5;
  background-color: #E85818;
  text-align: center;
  padding: 15px 12px;
}

@media (max-width: 767px) {
  .p-item-compare__btn a br {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-item-compare__btn {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-item-compare__clean {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
}

@media (max-width: 767px) {
  .p-item-compare__clean {
    text-align: right;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-item-compare__clean + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-item-compare__clean + * {
    margin-top: 0;
  }
}

.p-item-compare__clean-btn {
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
}

.p-item-compare__clean-btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.p-item-compare-info {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .p-item-compare-info {
    overflow-x: scroll;
    scroll-behavior: smooth;
    margin-right: -15px;
    padding-right: 15px;
  }
}

.p-item-compare-info__item {
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc((100% - 160px) / 4 - 40px / 4);
  max-width: calc((100% - 160px) / 4 - 40px / 4);
}

@media (max-width: 767px) {
  .p-item-compare-info__item {
    flex-basis: 180px;
    max-width: 180px;
  }
}

.p-item-compare-info__item.-headline {
  flex-basis: 160px;
  max-width: 160px;
}

@media (max-width: 767px) {
  .p-item-compare-info__item.-headline {
    flex-basis: 100px;
    max-width: 100px;
  }
}

.p-item-compare-info__compare-clean {
  display: block;
  margin: 8px 8px 0 0;
}

.p-item-compare-info__maker {
  display: inline-block;
  border-radius: 4px;
  background-color: #F5F6F8;
  font-size: 12px;
  padding: 4px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-item-compare-info__title {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-item-compare-info__title {
    font-size: 14px;
  }
}

.p-item-compare-info__block {
  line-height: 1.5;
  background-color: #fff;
  font-size: 14px;
  padding: 12px 16px;
}

@media (max-width: 767px) {
  .p-item-compare-info__block {
    font-size: 12px;
  }
}

.p-item-compare-info__block.-headline {
  background-color: #EDEDED;
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .p-item-compare-info__block.-headline {
    padding: 4px 12px;
  }
}

.p-item-compare-info__block.-headline * {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 767px) {
  .p-item-compare-info__block.-headline {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .p-item-compare-info__block.-headline br {
    display: none;
  }
}

.p-item-compare-info__block + .p-item-compare-info__block {
  border-top: 1px solid #F5F6F8;
}

.p-item-compare-info__img {
  aspect-ratio: 316 / 180;
  margin-top: 4px;
}

.p-item-compare-info__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-item-compare-info__img + * {
  margin-top: 15px;
}

.p-item-compare-info__btn {
  margin-bottom: 4px;
}

.p-item-compare-info__btn a {
  width: 100%;
  display: block;
  border-radius: 4px;
  background-color: #434343;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px 8px;
}

.p-item-compare-method {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .p-item-compare-method {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.p-item-compare-method + * {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .p-item-compare-method + * {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .p-item-compare-method__back {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
}

.p-item-compare-method__back > * {
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left center;
  background-image: url(../img/ico_arr_left_blk.svg);
  font-weight: bold;
  padding-left: 25px;
}

.p-item-compare-method__back > *:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-item-compare-method__share, .p-item-compare-method__save {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

.p-item-compare-method__share {
  position: relative;
}

@media (min-width: 768px) {
  .p-item-compare-method__share {
    margin-left: auto;
  }
}

.p-item-compare-method__share button {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  gap: 15px;
  padding: 15px;
  width: 240px;
}

.p-item-compare-method__share button:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-item-compare-method__share button {
    width: 100%;
    font-size: 14px;
    gap: 10px;
    padding: 15px 5px;
  }
}

.p-item-compare-method__share button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left center;
  background-image: url(../img/ico_share.svg);
}

.p-item-compare-method__balloon {
  transition: all 0.5s;
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -150%);
  white-space: nowrap;
  padding: 5px 20px 7px;
  font-size: 12px;
  color: #E85818;
  opacity: 0;
}

.p-item-compare-method__balloon::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 8px;
  width: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.p-item-compare-method__balloon.-max {
  opacity: 1;
}

.p-item-compare-method__save button.is-save + .p-item-compare-method__balloon, .p-item-compare-method__share button.is-copy + .p-item-compare-method__balloon {
  opacity: 1;
  animation: popup 0.5s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.p-item-compare-method__save {
  position: relative;
}

@media (min-width: 768px) {
  .p-item-compare-method__save {
    margin-left: 15px;
  }
}

.p-item-compare-method__save button {
  background-color: #E85818;
  color: #fff;
  font-weight: bold;
  padding: 16px 15px;
  width: 240px;
}

@media (max-width: 767px) {
  .p-item-compare-method__save button {
    width: 100%;
    font-size: 14px;
    padding: 16px 5px;
  }
}

.p-item-compare-method__save button:hover {
  cursor: pointer;
}

.p-item-compare-method__save button.-max {
  background-color: #D5D5D5;
  pointer-events: none;
}

@keyframes popup {
  0% {
    transform: translate(-50%, 0) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -150%) scale(1);
    opacity: 1;
  }
}

* + .p-item-tab {
  margin-top: 30px;
}

@media (max-width: 767px) {
  * + .p-item-tab {
    margin-top: 25px;
  }
}

.p-item-tab + * {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-item-tab + * {
    margin-top: 25px;
  }
}

.p-item-tab__list {
  display: flex;
  gap: 15px;
}

@media (max-width: 767px) {
  .p-item-tab__list {
    gap: 8px;
  }
}

.p-item-tab__item {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(100% / 2 - 15px * (2 - 1) / 2);
  max-width: calc(100% / 2 - 15px * (2 - 1) / 2);
}

@media (max-width: 767px) {
  .p-item-tab__item {
    flex-basis: calc(100% / 2 - 8px * (2 - 1) / 2);
    max-width: calc(100% / 2 - 8px * (2 - 1) / 2);
  }
}

.p-item-tab__item a {
  transition: all 0.3s;
  border-radius: 4px;
  display: block;
  background-color: #D5D5D5;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px;
}

@media (max-width: 767px) {
  .p-item-tab__item a {
    padding: 10px 8px 6px;
  }
}

.p-item-tab__item a > * {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .p-item-tab__item a > * {
    white-space: nowrap;
    font-size: 12px;
    padding: 12px 0 0 0;
    background-size: 14px auto;
    background-position: top center;
  }
}

@media (min-width: 768px) {
  .p-item-tab__item a:hover {
    background-color: #E85818;
  }
}

.p-item-tab__item a.is-current {
  background-color: #E85818;
}

.p-item-tab__item.-favorite a > * {
  background-image: url(../img/ico_favorite_wht.svg);
}

.p-item-tab__item.-compare-history a > * {
  background-image: url(../img/ico_compare_wht.svg);
}

@media (min-width: 768px) {
  .p-like-clean {
    justify-content: flex-end;
    display: flex;
  }
}

.p-like-clean + * {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-like-clean + * {
    margin-top: 25px;
  }
}

.p-like-clean__btn button {
  border-radius: 4px;
  background-color: #EDEDED;
  border: 1px solid #D5D5D5;
  padding: 12px 24px;
}

@media (max-width: 767px) {
  .p-like-clean__btn button {
    width: 100%;
    font-size: 12px;
  }
}

.p-like-clean__btn button:hover {
  cursor: pointer;
}

.p-like-clean__btn button > * {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left center;
  background-image: url(../img/ico_del.svg);
  padding-left: 24px;
}

@media (max-width: 767px) {
  .p-like-clean__btn button > * {
    background-position: left 80%;
    background-size: 16px auto;
    padding-left: 20px;
  }
}

.p-item-compare-history__item {
  position: relative;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  padding: 25px 30px;
}

@media (max-width: 767px) {
  .p-item-compare-history__item {
    padding: 20px;
  }
}

.p-item-compare-history__item + .p-item-compare-history__item {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-item-compare-history__item + .p-item-compare-history__item {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .p-item-compare-history__item:hover {
    border-color: #E85818;
  }
}

@media (min-width: 768px) {
  .p-item-compare-history__item.is-back:hover {
    border-color: #fff;
  }
}

.p-item-compare-history__title {
  font-weight: bold;
  font-size: 16px;
}

.p-item-compare-history__title + * {
  margin-top: 10px;
}

.p-item-compare-history__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-item-compare-history__item.is-back .p-item-compare-history__clean {
  display: none;
}

.p-item-compare-history__item .p-item-compare-history__clean {
  display: block;
}

.p-item-compare-history__back {
  position: relative;
  padding: 10px 0 0 0;
}

.p-item-compare-history__item.is-back .p-item-compare-history__back {
  display: flex;
}

.p-item-compare-history__item.is-back .p-item-compare-history__link, .p-item-compare-history__item.is-back .p-item-list.-compare-history {
  display: none;
}

@media (max-width: 767px) {
  .p-item-compare-history .p-item-list__item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-item-compare-history .p-item-list__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .p-item-compare-history .p-item-list__item-info-wrap[class] {
    padding: 12px 15px 4px;
  }
}

@media (max-width: 767px) {
  .p-item-compare-history .p-item-list__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 0;
  }
  .p-item-compare-history .p-item-list__name + * {
    margin-top: 4px;
  }
}

/*# sourceMappingURL=style.css.map */
