
/**
 * outline sticky are
 * NOTE:
**/

body>.wrap:has(.outline-sticky-group) {
  overflow: visible;
}


.outline-sticky-group {
  --sticky-padding-top: 48px;
  --sticky-fixed-width: 420px;
  --basewrap-padding-inline: 80px;
  padding-top: var(--sticky-padding-top);
}
.outline-sticky-group.l-container {
  max-width: none;
  padding-inline: var(--basewrap-padding-inline);
}
@media screen and (max-width: 1040.98px) {
  .outline-sticky-group {
    --sticky-padding-top: 24px;
    --basewrap-padding-inline: 16px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: var(--sticky-padding-top);
  }
  .outline-sticky-group.l-container {
    padding-inline: var(--basewrap-padding-inline);
  }
}

.outline-sticky-group::after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 1040.98px) {
  .outline-sticky-group::after {
    display: none;
  }
}

.outline-sticky-group__fixed {
  width: var(--sticky-fixed-width);
  position: sticky;
  top: calc( var(--header-height) + var(--sticky-padding-top) );
  z-index: 1000;
  float: right;
}
@media screen and (max-width: 1040.98px) {
  .outline-sticky-group__fixed {
    width: 100%;
    position: static;
    inset: auto;
    float: none;
  }
}

.outline-sticky-group .l-container {
  max-width: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1040.98px) {
  .outline-sticky-group .l-container {
    max-width: none;
  }
}



/**
 * outline-cta
 * NOTE: 詳細ページ　購入部品
**/

.outline-cta {
  border-radius: 16px;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--gray-light);
  background: #fff;
  margin: 0;
  padding: 20px;
  padding: 32px 20px;
}
@media screen and (max-width: 1040.98px) {
  .outline-cta {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0 0 32px;
    position: relative;
  }
}


.outline-cta__flag {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: 20px;
  margin: 0 0 6px;
  padding: 0;
  gap: 3px;
}
@media screen and (max-width: 1040.98px) {
  .outline-cta__flag {
    justify-content: center;
    margin: 0 0 8px;
  }
}


.outline-cta__flag .item--release,
.outline-cta__flag .item--comming,
.outline-cta__flag .item--soldout {
  background: var(--font-c);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-family-en);
  line-height: 1;
  width: fit-content;
  padding: 4px;
}

.outline-cta__flag .item--new {
  border: 1px solid var(--font-c-red-new-icon);
  background: #fff;
  color: var(--font-c-red-new-icon);
  font-weight: 700;
  font-size: 12px;
  font-family: var(--font-family-en);
  line-height: 1;
  width: fit-content;
  padding: 4px;
}

.outline-cta__flag .item--release {
  background: var(--font-c);
  color: #fff;
}
.outline-cta__flag .item--soldout {
  background: var(--font-c);
  color: #fff;
}
.outline-cta__flag .item--comming {
  background: var(--gray-dark);
  color: #fff;
}
.outline-cta__flag .item--few {
  background: transparent;
  color: var(--font-c-red);
  font-weight: 500;
  font-size: 12px;
}




.outline-cta__ttl {}
@media screen and (max-width: 1040.98px) {
  .outline-cta__ttl {
    text-align: center;
  }
}

.outline-cta__ttl>.item--data1 {
  display: block;
  color: var(--font-c);
  font-family: var(--font-family-en);
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
}
.outline-cta__ttl>.item--data2 {
  display: block;
  color: var(--gray-dark);
  font-family: var(--font-family-en);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 4px 0 0;
}
.outline-cta__ttl>.item--data3 {
  display: block;
  color: var(--font-c);
  font-family: var(--font-family-en);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 12px 0 0;
}
.outline-cta__ttl>.item--tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.outline-cta__ttl>*+.item--tags {
  margin-top: 16px;
}
.outline-cta__ttl>.item--tags>* {
  display: block;
  font-size: 12px;
  line-height: 18px;
  height: calc(1lh+2px);
  padding: 0 4px;
}
.outline-cta__ttl .tag--primary {
  border: 1px solid var(--font-c);
  background: var(--font-c);
  color: #fff;
  font-weight: 400;
}
.outline-cta__ttl .tag--new {
  border: 1px solid var(--font-c-red-new-icon);
  background: #fff;
  color: var(--font-c-red-new-icon);
  font-weight: 700;
}
.outline-cta__ttl .tag--unique {
  border: 1px solid var(--gray-light);
  background: var(--gray-light);
  color: var(--gray-dark);
  font-weight: 400;
}
.outline-cta__ttl .tag--end-of-sale,
.outline-cta__ttl .tag--comming-soon {
  border: 1px solid var(--font-c);
  background: var(--font-c);
  color: #fff;
  font-weight: 400;
}
.outline-cta__ttl .tag--few {
  border: solid 1px transparent;
  background: transparent;
  color: var(--font-c-red);
  font-weight: 400;
  padding: 0;
}

@media screen and (max-width: 1040.98px) {
  .outline-cta__ttl>.item--data1 {
    font-size: 32px;
  }
  .outline-cta__ttl>.item--data2 {
    font-size: 14px;
  }
  .outline-cta__ttl>.item--data3 {
    font-size: 20px;
  }
}


.outline-cta__bid {
  padding: 16px 0 0;
  position: relative;
}
.outline-cta__bid:has(.outline-cta__alert-close) {
  pointer-events: none;
}
*+.outline-cta__bid {
  border-top: solid 1px var(--gray-light);
  margin-top: 16px;
}
*+.outline-cta__bid.item--no-border {
  border-top: none;
  margin-top: 6px;
  padding-top: 0;
}

.outline-cta__alert-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  inset: 16px 0 0 0;
  z-index: 1;
}

.outline-cta__data {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
  gap: 6px 0;
}
*+.outline-cta__data {
  margin-top: 16px;
}
@media screen and (max-width: 1040.98px) {
  .outline-cta__data {
    font-size: 12px;
  }
}

.outline-cta__data>dt {
  text-align: left;
  width: 50%;
}
.outline-cta__data>dd {
  text-align: right;
  width: 50%;
}
.outline-cta__data>dt>[data-help] {
  margin-left: 0.75ex;
}

/* progress */
.progress-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #f1f3f7;
  padding: 32px 12px 12px;
  position: relative;
}
*+.progress-bar-container {
  margin-top: 12px;
}
.progress-bar-small-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 0 12px 6px;
  position: relative;
}
.progress-bar-small-container .progress-bar {
  background: #F3F3F3;
}
.progress-bar-value {
  flex-basis: 128px;
  flex-grow: 0;
  flex-shrink: 0;
  color: #6B6B6B;
  font-size: 14px;
  line-height: 1.2;
  width: 128px;
}
.progress-bar-value strong {
  color: #222222;
  font-weight: 700;
  font-size: 20px;
  font-family: "Lato", sans-serif;
}
.progress-bar-small-container .progress-bar-value {
  flex-basis: auto;
  font-family: "Lato", sans-serif;
  width: auto;
  margin-left: 12px;
}
.progress-bar-small-container .progress-bar-value strong {
  color: #6B6B6B;
  font-size: 14px;
  font-weight: 400;
}
.progress-bar-container .progress-bar,
.progress-bar-small-container .progress-bar {
  border-radius: 4px;
  background: #fff;
  width: 100%;
  height: 8px;
  overflow: hidden;
  position: relative;
}

.progress-bar-fill {
  border-radius: 4px;
  background: linear-gradient(to right, rgba(4, 99, 152, 0.9), rgba(64, 140, 182, 0.8), rgba(205, 201, 226, 0.6));
  width: var(--bar-value, 0%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  animation: fill-animation 0.66s ease-in-out;
}
@keyframes fill-animation {
  0% {
    width: 0;
  }
  100% {
    width: var(--bar-value, 0%);
  }
}
.progress-bar-bubble {
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 2px;
  background-color: #222222;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  padding: 1px 6px;
  min-width: 60px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 0;
  animation: fadeIn 0.6s 0.3s forwards, shake 0.6s 1s 1;
}
.progress-bar-bubble strong {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.progress-bar-bubble::before {
  content: "";
  border: 4px solid transparent;
  border-top-color: #222222;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  60% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0px);
  }
}


.outline-cta__lot {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  line-height: 1;
}
*+.outline-cta__lot {
  margin-top: 32px;
}
@media screen and (max-width: 1040.98px) {
  .outline-cta__lot {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
}

/* .outline-cta__dataと.outline-cta__lotの子要素 */
.outline-cta__data .item--lot,
.outline-cta__lot .item--lot {
  display: inline-block;
  color: var(--font-c);
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-family-en);
  vertical-align: baseline;
}
.outline-cta__data .item--unit,
.outline-cta__lot .item--unit {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: baseline;
}
.outline-cta__data .item--mod,
.outline-cta__lot .item--mod {
  color: var(--gray-dark);
  font-size: 14px;
  margin-inline: auto 0;
}
.outline-cta__data .item--mod {
  display: block;
  text-align: right;
  width: 100%;
}
.outline-cta__data .item--mod>[data-help],
.outline-cta__lot .item--mod>[data-help] {
  margin-left: 0.75ex;
}
.outline-cta__data .item--mod>time,
.outline-cta__lot .item--mod>time {}

.outline-cta__data .item--rate,
.outline-cta__lot .item--rate {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: baseline;
}
.outline-cta__data .item--rate.is--changed,
.outline-cta__lot .item--rate.is--changed {
  color: var(--green-accent);
}
.outline-cta__data .item--rate.is--plus,
.outline-cta__lot .item--rate.is--plus {
  color: var(--green-accent);
}
.outline-cta__data .item--rate.is--plus::after,
.outline-cta__lot .item--rate.is--plus::after {
  content: '\2191';
  margin-left: 0.1em;
}
.outline-cta__data .item--rate.is--minus,
.outline-cta__lot .item--rate.is--minus {
  color: var(--red-accent);
}
.outline-cta__data .item--rate.is--minus::after,
.outline-cta__lot .item--rate.is--minus::after {
  content: '\2193';
  margin-left: 0.1em;
}
.outline-cta__data .item--rate.is--flat,
.outline-cta__lot .item--rate.is--flat {
  color: var(--gray-dark);
}
.outline-cta__data .item--rate.is--flat::after,
.outline-cta__lot .item--rate.is--flat::after {
  content: '\2192';
  margin-left: 0.1em;
}

@media screen and (max-width: 1040.98px) {
  .outline-cta__data .item--lot,
  .outline-cta__lot .item--lot {
    display: inline-block;
    font-size: 32px;
  }
  .outline-cta__data .item--unit,
  .outline-cta__lot .item--unit {
    display: inline-block;
    font-size: 12px;
  }
  .outline-cta__data .item--rate,
  .outline-cta__lot .item--rate {
    display: inline-block;
    font-size: 12px;
  }
  .outline-cta__data .item--mod,
  .outline-cta__lot .item--mod {
    display: block;
    font-size: 14px;
    margin: 0 0 0 auto;
  }
}


.outline-cta__footer {
  --cta-footer-gap: 12px;
  --cta-footer-img-size: 64px;
}
*+.outline-cta__footer {
  margin-top: 20px;
}
@media screen and (max-width: 1040.98px) {
  .outline-cta__footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
    background: #fff;
    width: 100%;
    padding: 20px 20px 32px;
    gap: var(--cta-footer-gap);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}



.outline-cta__footer-img-on-sp {
  width: var(--cta-footer-img-size);
  max-height: var(--cta-footer-img-size);
}
.outline-cta__footer-img-on-sp>img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 1041px) {
  .outline-cta__footer-img-on-sp {
    display: none;
  }
}

.outline-cta__footer-action {
  width: auto;
}
@media screen and (max-width: 1040.98px) {
  .outline-cta__footer-action {
    width: calc( 100% - var(--cta-footer-img-size) - var(--cta-footer-gap) );
  }
  .outline-cta__footer-action:only-child {
    width: 100%;
  }
}

.outline-cta__footer-ttl-on-sp {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: var(--font-c);
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 8px;
}
@media screen and (min-width: 1041px) {
  .outline-cta__footer-ttl-on-sp {
    display: none;
  }
}
.outline-cta__footer-ttl-on-sp .item--data1 {}
.outline-cta__footer-ttl-on-sp .item--sep {}
.outline-cta__footer-ttl-on-sp .item--data2 {}


.outline-cta__box-btn {
  --btn-wrapper-gap: 12px;
  gap: var(--btn-wrapper-gap);
}
@media screen and (max-width: 1040.98px) {
  .outline-cta__box-btn.box-btn {
    max-width: none;
  }
}

.outline-cta__box-btn .btn-under-txt {
  font-size: 13px;
  font-weight: 500;
}
.outline-cta__btn.btn {
  max-width: none;
  width: auto;
  margin: 0;
  flex: 1 1;
}
.outline-cta__btn.btn>* {
  height: 40px;
}
@media screen and (max-width: 1040.98px) {
  .outline-cta__btn.btn {}
  .outline-cta__box-btn .btn-under-txt {
    order: -99;
  }
  .btn-under-txt + .outline-cta__btn.btn {
    width: 100%;
    flex: auto;
  }
}

.p-checkout-floating__footer__text {
  margin-top: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}
.p-checkout-floating__footer__text--warn {
  color: #F53950;
}


/**
 * outline
 * NOTE: 詳細ページの本文
**/

/* outline section */
.outline {
  padding-top: 0;
}
.outline:only-child {
  padding-block: 0;
}
*+.outline {
  padding-top: var(--site-section-padding-block);
}
@media screen and (max-width: 1040.98px) {
  .c-notice+.outline {
    padding-top: 20px;
  }
}


/* outline heading */
.outline__ttl {
  text-align: left;
  margin: 0 0 32px;
}
.outline__ttl .item--jp {
  display: block;
  color: #A3A2A2;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font-family-gothic);
}
.outline__ttl .item--jp.item--black {
  color: var(--gray-dark);
}
.outline__ttl .item--en {
  display: block;
  color: var(--font-c);
  font-size: 30px;
  font-weight: 700;
  font-family: var(--font-family-en);
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.outline-collection .outline__ttl .item--en {
  font-weight: 500;
}
@media screen and (max-width: 1040.98px) {
  .outline__ttl .item--jp {
    font-size: 12px;
    font-weight: 500;
  }
}

/* NOTE: outlineページ、orderページで .c-headを使う場合 */
.outline-head.c-head {
  margin: 0;
}
*+.outline-head.c-head {
  margin-top: 32px;
}
.outline-head .outline__ttl {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1040.98px) {
  .outline-head .outline__ttl {
    margin-bottom: 32px;
  }
}
.outline-head__txt.c-head__txt {
  font-size: 16px;
  line-height: 1.5;
}
.outline-head .outline-head__txt {
  text-align: center;
  /* NOTE: .outline-head内部で特別変更したいスタイルがあった場合のみ記述、それ以外は.outline-head__txt.c-head__txtへ記述 */
}
@media screen and (max-width: 1040.98px) {
  .outline-head__txt.c-head__txt {
    font-size: 16px;
  }
  .outline-head .outline-head__txt {
    margin-bottom: 32px;
    /* NOTE: .outline-head内部で特別変更したいスタイルがあった場合のみ記述、それ以外は.outline-head__txt.c-head__txtへ記述 */
  }
}


/* outline sub heading */
.outline__subttl {
  text-align: left;
  margin: 0 0 16px;
}
.outline__subttl>.item--data1 {
  display: block;
  color: var(--font-c);
  font-size: 18px;
  font-weight: 700;
}
.outline__subttl>.item--data2 {
  display: block;
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}


/* outline text after heading */
.outline__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
*+.outline__txt {
  margin-top: 16px;
}
@media screen and (max-width: 1040.98px) {
  .outline__txt {
    font-size: 14px;
  }
}



/**
 * outline スライド画像
 * NOTE:
**/
.outline-mian-image.outline-collection,
.outline-mian-image {
  border: none;
  max-width: none;
  margin: 0;
  padding: 0;
  order: -1;
}
.outline-mian-image.outline-collection .l-container {
  max-width: calc( 100% - var(--sticky-fixed-width) - 20px );
}
@media screen and (max-width: 1040.98px) {
  .outline-mian-image.outline-collection .l-container {
    max-width: none;
  }
}


/* slider group */
.outline-slider {
  --slider-img-max: calc( 100vw - var(--sticky-fixed-width)- var(--basewrap-padding-inline)*2 );
  --slider-img-padding: 20px;
  --slider-thumb-height: 70px;
  max-width: calc( var(--slider-img-max) + var(--slider-img-padding) * 2 );
  min-height: calc(100vh - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 1300.98px) {
  .outline-slider {
    --slider-img-max: 640px;
    --slider-img-padding: 20px;
    max-width: calc( var(--slider-img-max) + var(--slider-img-padding) * 2 );
  }
}
@media screen and (max-width: 1040.98px) {
  .outline-slider {
    --slider-img-max: 640px;
    --slider-img-padding: 20px;
    min-height: 0;
    max-width: calc( var(--slider-img-max) + var(--slider-img-padding) * 2 );
  }
}
@media screen and (max-width: 560.98px) {
  .outline-slider {
    --slider-img-max: calc( 100svw - var(--basewrap-padding-inline) * 2 );
    --slider-img-padding: 16px;
    --slider-thumb-height: 56px;
    max-width: calc( var(--slider-img-max) + var(--slider-img-padding) * 2 );
    margin-bottom: 16px;
  }
}

/* slider wrapper */
.outline-slider__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  height: calc(100vh - 320px);
  margin: 0;
  padding: 40px;
}
@media screen and (max-width: 1040.98px) {
  .outline-slider__content {
    height: calc(100vw - 32px);
    max-height: 330px;
    margin: 0 -8px 16px;
    padding: 0;
  }
}

/* slider */
.outline-slider__body {
  height: auto;
}
.outline-slider__body .slick-list {
  height: auto;
}
.outline-slider__body .slick-track {
  height: auto;
}
.outline-slider__body .slick-slide {
  height: auto;
}
.outline-slider__body .slick-slide>div {
  height: auto;
}
.outline-slider__body .slick-slide>div>li {
  height: auto;
}


/* slider arrows (Rails compatible) */
.outline-slider .slick-prev,
.outline-slider .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  z-index: 2000;
}
.outline-slider .slick-prev,
.outline-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.outline-slider .slick-prev {
  left: 16px;
}
.outline-slider .slick-next {
  right: 16px;
}

.outline-slider .slick-prev::before,
.outline-slider .slick-next::before {
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background: url('/common/images/svg(master-data)/icon_oval_arrow.svg') no-repeat center / contain;
  transform: none;
  opacity: 1;
}
.outline-slider .slick-prev::before {
  transform: rotate(180deg);
}

@media screen and (max-width: 1040.98px) {
  .outline-slider .slick-prev,
  .outline-slider .slick-next {
    display: none !important;
  }
}

/* slider item inner */
/* NOTE: 画像の縦幅のなりゆきに合わせます */
.outline-slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - (370px - var(--slider-img-padding)));
  padding: 8px var(--slider-img-padding) var(--slider-img-padding);
}
@media screen and (max-width: 1040.98px) {
  .outline-slider__item {
    max-height: calc(310px + var(--slider-img-padding));
  }
}

.outline-slider__item>img {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: auto !important;
}
.outline-slider__item>.is--landscape {}
.outline-slider__item>.is--portrait {}
.outline-slider__item>.is--square {}
.outline-slider__item>.is--fit-parent {}
@media screen and (max-width: 1040.98px) {
  .outline-slider__item>img {
    max-height: 310px;
  }
}
@media screen and (max-width: 560.98px) {
  .outline-slider__item>img {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    /* NOTE: shadowは、var(--slider-img-padding)の幅を超えると見切れる */
    max-height: 310px;
  }
}

/* slick がレイアウトするため flex や固定幅ボタンは使わない（固定幅だとリスト幅が 70px×4 に閉じる） */
.outline-slider__nav {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.outline-slider > .outline-slider__nav {
  margin-top: 16px;
}

.outline-slider__nav .slick-list {
  width: 100%;
}

.outline-slider__nav button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: var(--slider-thumb-height);
  max-height: var(--slider-thumb-height);
  min-height: var(--slider-thumb-height);
}

.outline-slider__nav button:focus,
.outline-slider__nav button:focus-visible {
  outline: none;
  box-shadow: none;
}

.outline-slider__nav .slick-active.slick-current button,
.outline-slider__nav button.is--active {
  background: transparent;
  border: none;
}


.outline-slider__nav img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.outline-slider__zoom {}


/**
 * outline collection
 * NOTE: コレクション情報、ブランド情報、価格推移、共通のスタイル
**/
.outline-collection {
  border-bottom: solid 1px var(--bg-c-light);
  max-width: calc( 100% - (var(--sticky-fixed-width) + 24px) );
  margin: 0 0 40px;
  padding: 0 0 40px;
}
@media screen and (max-width: 1040.98px) {
  .outline-collection {
    border-top: solid 8px var(--bg-c-light);
    border-bottom: none;
    max-width: none;
    margin: 0 calc(var(--basewrap-padding-inline) * -1) 0;
    padding: 32px var(--basewrap-padding-inline) 64px;
  }
}

/* subtitle at collection */
.outline-collection .outline__subttl {
  margin: 0 0 32px;
}
@media screen and (max-width: 1040.98px) {
  .outline-collection .outline__subttl {
    margin: 0 0 32px;
  }
}

/* profile */
.outline-collection__profile {
  --profile-gap: 24px;
  --profile-img-size: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 32px;
  gap: var(--profile-gap);
}
.outline-collection__profile-img {
  width: var(--profile-img-size);
  height: var(--profile-img-size);
}
.outline-collection__profile-img img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.outline-collection__profile-desc {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% - var(--profile-img-size) - var(--profile-gap));
}
.outline-collection__profile-desc .item--ref {
  display: block;
  color: var(--gray-dark);
  font-size: 10px;
  margin: auto 0 0;
}
@media screen and (max-width: 1040.98px) {
  .outline-collection__profile {
    margin: 0 0 32px;
  }
}

/* subtitle (with profile) at collection */
.outline-collection__profile .outline__subttl {
  margin: 0;
}
@media screen and (max-width: 1040.98px) {
  .outline-collection__profile .outline__subttl {
    margin: 0;
  }
}



.outline-collection__data {
  --data-ttl-width: 176px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.outline-collection__data>dt {
  color: var(--gray-dark);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  width: var(--data-ttl-width);
}
.outline-collection__data>dd {
  color: var(--font-c);
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
  width: calc(100% - var(--data-ttl-width));
  margin-bottom: 6px;
}
.outline-collection__data>dt>[data-help] {
  margin-left: 0.75ex;
}

.outline-collection__desc {
  container-type: inline-size;
}
*+.outline-collection__desc {
  margin-top: 24px;
}
.outline-collection__desc.is--empty {
  display: none;
}


.outline-collection__desc>p {
  color: var(--font-c-gray-dark);
  /*font-feature-settings: 'palt';*/
  font-size: 14px;
  line-height: 1.8;
}
.outline-collection__desc>*+p {
  margin-top: 1em;
}
.outline-collection__desc>.item--ttl {
  color: var(--font-c);
  font-size: 18px;
}

.outline-collection__desc-readmore {
  box-shadow: 0 -10px 14px 19px rgba(255,255,255,1);
  color: var(--font-c-gray-ui-link);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 5;
  /* NOTE: z-indexは本文（開閉する本文）よりも上になるようにする */
  transition: all 0.2s ease;
}
.is--not-use+.outline-collection__desc-readmore {
  display: none;
}
.outline-collection__desc-readmore.is--active {
  box-shadow: 0 -10px 14px 19px rgba(255,255,255,0);
}
.outline-collection__desc+.outline-collection__desc-readmore {
  margin-top: 12px;
}

.outline-collection__desc-readmore>* {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  width: 100%;
  gap: 1ex;
}
.outline-collection__desc-readmore>*::after {
  content: '\f107';
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0,0);
  transform-origin: center center;
  transition: all 0.2s ease;
}
.outline-collection__desc-readmore.is--active>*::after {
  transform: translate(0,0) scaleY(-1);
}

/* outline-cta 内の readmore ボタン（サービス内最新成立価格/枠）：余白を他と整合 */
.outline-cta__bid > .outline-collection__desc-readmore.outline-cta__readmore-btn {
  margin-top: 12px;
}


/**
 * outline recommend
 * NOTE: 一緒に購入されている作品
**/
.outline-recommend__list.result__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 24px 0;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;

  /* test */
  max-width: 100%;
}
@media screen and (max-width: 1040.98px) {
  .outline-recommend__list.result__list {
    padding: 0 0 24px;
  }
}


.outline-recommend__list>.result__item {
  box-shadow: 0 4px 10px 3px rgba(0,0,0,0.13);
  background: #fff;
  min-width: 140px;
  max-width: 140px;
  width: auto;
  margin: 40px 0 0;
  padding: 0;
  position: relative;
  flex: 1 1;
}

.outline-recommend__list .result__rank {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0,-100%);
}
.outline-recommend__list .result__rank::before {
  font-size: 30px;
}
.outline-recommend__list .result__rank::after {
  font-size: 12px;
}
.outline-recommend__list .result__rank-desc {
  font-size: 12px;
}

.outline-recommend__list .result__img {
  padding: 0;
}
.outline-recommend__list .result__img img {
  filter: none;
  box-shadow: none;
  transform: translate(0,0);
  object-fit: cover;
}
.outline-recommend__list .result__img:hover img {
  transform: translate(0,0);
}

.outline-recommend__list .result__desc {
  margin: calc(var(--result-item-gap) * -1) 0 0;
  padding: 8px;
}

.outline-recommend__list .result__ttl {
  color: var(--font-c);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.outline-recommend__list .result__name {
  font-size: 12px;
}

.outline-recommend__list .result__txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.outline-recommend__list .result__name+.result__txt {
  margin-top: 4px;
}

/* リスト下の一覧リンクなどのボタン */
.outline-recommend__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
*+.outline-recommend__footer {
  margin-top: 4px;
}
.outline-recommend__footer .btn {
  max-width: 278px;
  margin: 0;
}
.outline-recommend__footer .btn>* {
  height: 32px;
}




/**
 * outline tab
 * NOTE: タブ内部
**/
.outline-auction-graph {
  height: 52cqw;
  max-height: 220px;
  position: relative;
  z-index: 1;
}
.outline-auction-graph__msg-logoff {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.outline-auction-graph__msg-logoff>span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}
.outline-auction-graph__msg-logoff>small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.outline-auction-graph:has(canvas) .outline-auction-graph__msg-logoff {
  display: none;
}


.outline-auction-data {
  background: var(--bg-c-light);
  padding: 16px;
}
*+.outline-auction-data {
  margin-top: 20px;
}

.outline-auction-data__ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 4px;
}
.outline-auction-data__txt {
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 16px;
}
@media screen and (max-width: 1040.98px) {
  .outline-auction-data__ttl {
    font-size: 14px;
  }
}

/* data table */
.outline-auction-data__table {
  width: 100%;
  table-layout: auto;
}
.outline-auction-data__table>thead {
  border-bottom: solid 1px var(--gray-light);
}
.outline-auction-data__table>thead>tr {}
.outline-auction-data__table>thead>tr>th {
  color: var(--gray-dark);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 4px 8px;
}
.outline-auction-data__table>tbody {}
.outline-auction-data__table>tbody>tr {}
.outline-auction-data__table>tbody>tr>td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 16px 8px;
}
.outline-auction-data__table>tbody>tr>td[colspan] {
  border-bottom: solid 1px var(--gray-light);
  padding: 0 8px 12px;
}
@media screen and (max-width: 1040.98px) {
  .outline-auction-data__table>tbody {}
  .outline-auction-data__table>tbody>tr {}
  .outline-auction-data__table>tbody>tr>td {
    font-size: 14px;
  }
}

/* list on table */
.outline-auction-data__info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  color: var(--gray-dark);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  gap: 8px;
}
.outline-auction-data__info>dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border-right: 1px solid var(--gray-light);
  padding: 0 8px 0 0;
  gap: 2px;
}
.outline-auction-data__info>dl>dt {
  display: block;
  margin: 0;
  padding: 0;
}
.outline-auction-data__info>dl>dd {
  display: block;
  margin: 0;
  padding: 0;
}

/* もっと見る（モーダル） */
.outline-auction-data__box-btn {
  max-width: none;
  width: 100%;
  margin-top: 20px;
}
.outline-auction-data__box-btn .btn {
  max-width: 60%;
  width: 100%;
  margin-top: 0;
}
.outline-auction-data__box-btn .btn>* {
  background: transparent;
  height: 42px;
}
.outline-auction-data__box-btn .btn>*:focus,
.outline-auction-data__box-btn .btn>*:hover {
  background: transparent;
}




/* price list */
.outline-auction-price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 40px;
}
*+.outline-auction-price {
  margin-top: 20px;
}
@media screen and (max-width: 1040.98px) {
  .outline-auction-price {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.outline-auction-price__item {
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
  padding: 8px 16px;
  flex: 1 1;
}
*+.outline-auction-price__item {
  border-left: none;
}
@media screen and (max-width: 1040.98px) {
  .outline-auction-price__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2px 16px;
  }
}

.outline-auction-price__item>dt {
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 1em;
}
.outline-auction-price__item>dt>[data-help] {
  margin-left: 0.75ex;
}
.outline-auction-price__item>dd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--gray-dark);
  font-family: var(--font-family-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  gap: 0.125ex 1ex;
}
.outline-auction-price__item>dd>.item--lot {
  display: block;
  font-size: 16px;
}
.outline-auction-price__item>dd>.item--unite {
  display: block;
  font-size: 14px;
}
.outline-auction-price__item>dd>.item--flc {
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.outline-auction-price__item>dd>.item--flc.is--changed {
  color: var(--green-accent);
}
.outline-auction-price__item>dd>.item--flc.is--plus {
  color: var(--green-accent);
}
.outline-auction-price__item>dd>.item--flc.is--minus {
  color: var(--red-accent);
}
.outline-auction-price__item>dd>.item--flc.is--flat {
  color: var(--gray-dark);
}
@media screen and (max-width: 1040.98px) {
  .outline-auction-price__item>dd {
    justify-content: flex-end;
    text-align: right;
  }
}


/**
 * outline gallery
 * NOTE: ギャラリー（不使用）
**/

.outline__gallery {}
.outline__gallery ul {}
.outline__gallery li {}
.outline__gallery img {}



/**
 * orderページ
 * NOTE:
**/
.outline-order {
  padding-top: 24px;
}
@media screen and (max-width: 1040.98px) {
  .outline-order {
    padding-top: 24px;
  }
  .page-offter-show .outline-order {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 1040.98px) {
  .outline-order .outline-head .outline__ttl {
    margin-bottom: 0;
  }
}


.order-progress {
  --progress-icon-size: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 276px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.order-progress::before {
  content: '';
  display: block;
  background: var(--bg-c-dark);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0,-50%);
}
.order-progress+.outline-head.c-head {
  margin-top: 24px;
}

.order-progress__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--font-c);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  width: var(--progress-icon-size);
  height: var(--progress-icon-size);
  position: relative;
  z-index: 5;
}
.is--active~.order-progress__item {
  background: var(--bg-c-dark);
  color: #fff;
}

.order-progress__item.is--active {
  position: relative;
  z-index: 4;
  /* NOTE: 非アクティブな.order-progress__itemよりも下へ */
}
.order-progress__item.is--active::before {
  content: '';
  display: block;
  background: var(--font-c);
  width: 100vw;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(-100%,-50%);
}



/* order-auction-data */
.order-auction-data {
  --auction-data-gap: 12px;
  --auction-data-img-size: 120px;
  border-radius: 16px;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--gray-light);
  background: #fff;
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 64px;
}
*+.order-auction-data {
  margin-top: 20px;
}
@media screen and (max-width: 1040.98px) {
  .order-auction-data {
    --auction-data-gap: 20px;
    --auction-data-img-size: 120px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    max-width: none;
    margin: 0 auto;
    padding: 0 16px 32px;
    position: relative;
  }
  .page-offter-show .order-auction-data {
    --auction-data-gap: 12px;
    --auction-data-img-size: 120px;
    border-radius: 16px;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-light);
    background: #fff;
    max-width: none;
    margin: 0 auto;
    padding: 28px 20px;
  }
}
.page-offter-show .order-auction-data+.outline-order__footer {
  margin-top: 24px;
}
.page-offter-show .order-auction-data+.outline-order__footer .btn {
  margin-top: 0;
}

/* order data overview */
/* NOTE: 購入状況のステータス表示のラベルが入ります。 */
.order-auction-data__overview-labels {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
  gap: 4px;
}
.order-auction-data__overview-labels>*:not([class]) {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1040.98px) {
  .order-auction-data__overview-labels {
    gap: 8px;
  }
}

/* order data header */
/* NOTE: .order-auction-data__head--confirmは、確認画面の部品です。（確認画面以外でも使用可能） */
.order-auction-data__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  gap: var(--auction-data-gap);
}
.order-auction-data__head.order-auction-data__head--confirm {
  --auction-data-gap: 12px;
  --auction-data-img-size: 96px;
  gap: var(--auction-data-gap);
}
@media screen and (max-width: 1040.98px) {
  .order-auction-data__head {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 28px 20px 32px;
  }
  .order-auction-data__head.order-auction-data__head--confirm {
    --auction-data-gap: 7%;
    --auction-data-img-size: 72px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0 0 16px;
    gap: var(--auction-data-gap);
  }
}

.order-auction-data__head-img {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: var(--auction-data-img-size);
  max-height: var(--auction-data-img-size);
}
.order-auction-data__head-img>img {
  max-width: 100%;
  width: auto;
  min-width: var(--auction-data-img-size);
  max-height: 80px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1040.98px) {
  .order-auction-data__head-img {
    width: 100%;
  }
  .order-auction-data__head.order-auction-data__head--confirm .order-auction-data__head-img {
    justify-content: flex-start;
    width: 20%;
  }
  .order-auction-data__head-img>img {
    max-width: var(--auction-data-img-size);
  }
}

.order-auction-data__head-action {
  width: calc( 100% - var(--auction-data-img-size) - var(--auction-data-gap) );
}
@media screen and (max-width: 1040.98px) {
  .order-auction-data__head-action {
    width: 100%;
  }
  .order-auction-data__head.order-auction-data__head--confirm .order-auction-data__head-action {
    width: 73%;
  }
}


.order-auction-data__head-ttl {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: var(--font-c);
  margin: 0;
}
.order-auction-data__head-ttl .item--data1 {
  display: block;
  color: var(--font-c);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.order-auction-data__head--confirm .order-auction-data__head-ttl .item--data1 {
  margin-bottom: 2px;
}
.order-auction-data__head-ttl .item--data2 {
  display: block;
  color: var(--gray-dark);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1040.98px) {
  .order-auction-data__head-ttl {
    font-size: 18px;
    text-align: center;
  }
  .order-auction-data__head-ttl .item--data1 {
    font-size: 18px;
  }
  .order-auction-data__head-ttl .item--data2 {
    font-size: 14px;
  }
  .order-auction-data__head--confirm .order-auction-data__head-ttl {
    text-align: left;
  }
}

.order-auction-data__head-price {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: var(--bg-c-light);
  color: var(--font-c-blue);
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
*+.order-auction-data__head-price {
  margin-top: 8px;
}
.order-auction-data__head-price>dt {}
.order-auction-data__head-price>dd {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.order-auction-data__head-price .item--lot {
  font-size: 22px;
  font-weight: 700;
  vertical-align: baseline;
}
.order-auction-data__head-price .item--unit {
  font-size: 14px;
  font-weight: 700;
  vertical-align: baseline;
}





/* order data header title */
.order-auction-data__ttl {
  border-bottom: 1px solid var(--gray-light);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px;
  padding: 0 0 4px;
}
@media screen and (max-width: 1040.98px) {
  .order-auction-data__ttl {
    margin: 0 20px 16px;
  }
}

/* price list */
.order-auction-price {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
}
@media screen and (max-width: 1040.98px) {
  .order-auction-price {
    padding: 0 20px;
  }
}

.order-auction-price__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-light);
  margin: 0;
  padding: 4px 0;
}
.order-auction-price__item>dt {
  color: var(--gray-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 1em;
  flex: 1 1;
}
.order-auction-price__item>dt>[data-help] {
  margin-left: 0.75ex;
}
.order-auction-price__item>dd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
  color: var(--gray-dark);
  font-family: var(--font-family-en);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  text-align: right;
  gap: 0.125ex 0.5ex;
  flex: 1 1;
}
.order-auction-price__item>dd>.item--lot {
  display: block;
  color: var(--font-c);
  font-size: 22px;
  font-weight: 700;
}
.order-auction-price__item>dd>.item--unite {
  display: block;
  color: var(--font-c);
  font-size: 14px;
}
.order-auction-price__item>dd>.item--flc {
  display: block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
.order-auction-price__item>dd>.item--flc.is--changed {
  color: var(--green-accent);
}
.order-auction-price__item>dd>.item--flc.is--plus {
  color: var(--green-accent);
}
.order-auction-price__item>dd>.item--flc.is--minus {
  color: var(--red-accent);
}
.order-auction-price__item>dd>.item--flc.is--flat {
  color: var(--gray-dark);
}

@media screen and (max-width: 1040.98px) {
  .order-auction-price__item>dd>.item--flc {
    font-size: 14px;
  }
}




/**
 * シミュレーター
 * NOTE:
**/

.order-simulator {
  max-width: 620px;
  margin: 0 auto;
}
*+.order-simulator {
  margin-top: 24px;
}
@media screen and (max-width: 1040.98px) {
  .order-simulator {
    max-width: none;
  }
}

/* sim input */
.order-simulator__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #fff;
  position: relative;
}
.order-simulator:has(#quantity_txt.outline-order__alert--simple-red:not(:empty)) .order-simulator__input {
  border-color: var(--red-alert);
}
.order-simulator:has(#input_price_txt.outline-order__alert--simple-red:not(:empty)) .input-number-and-view {
  border-color: var(--red-alert);
}

.order-simulator__input>.item--input {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: auto;
  order: 1;
}
.order-simulator__input>.item--input>input {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: var(--site-input-height);
  padding: 0 1ex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.order-simulator__input>.item--input>.item--unit {
  display: block;
  width: 4em;
  text-align: right;
  pointer-events: none;
}

.order-simulator__input>.item--dec {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: inherit;
  border: none;
  background: #fff;
  color: inherit;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-family-en);
  width: var(--site-input-height);
  height: var(--site-input-height);
  order: 0;
  position: relative;
  z-index: 5;
}
.order-simulator__input>.item--inc {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: inherit;
  border: none;
  background: #fff;
  color: inherit;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-family-en);
  width: var(--site-input-height);
  height: var(--site-input-height);
  order: 2;
  position: relative;
  z-index: 5;
}
.order-simulator__input>.item--dec:hover,
.order-simulator__input>.item--inc:hover {
  background: var(--gray-light);
}
.order-simulator__input>.item--dec:active,
.order-simulator__input>.item--inc:active {
  border: 2px solid var(--green-active);
}
.order-simulator__input>.item--dec.is--disabled,
.order-simulator__input>.item--dec.is--disabled:hover,
.order-simulator__input>.item--inc.is--disabled,
.order-simulator__input>.item--inc.is--disabled:hover {
  background: transparent;
  color: lightgrey;
  cursor: not-allowed;
}

.order-simulator__input>.item--default-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background: #fff;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: var(--site-input-height);
  padding: 0 1ex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.order-simulator__input>.item--default-msg.is--active {
  opacity: 1;
}


/* sim table */
.order-simulator__table {
  font-size: 18px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 1040.98px) {
  .order-simulator__table {
    font-size: 16px;
  }
}

.order-simulator__table>thead {
  border-bottom: 1px solid var(--gray-light);
}
.order-simulator__table>thead>tr {}
.order-simulator__table>thead>tr>th,
.order-simulator__table>thead>tr>td {
  padding: 20px 0 12px;
}
.order-simulator__table>thead>tr>th {
  color: var(--gray-dark);
  font-weight: 700;
  text-align: left;
}
.order-simulator__table>thead>tr>td {
  color: var(--font-c);
  text-align: right;
}

.order-simulator__table>tbody {}
.order-simulator__table>tbody>tr {}
.order-simulator__table>tbody>tr>th,
.order-simulator__table>tbody>tr>td {
  vertical-align: baseline;
  padding: 8px 0;
}
.order-simulator__table>thead+tbody>tr:first-child>th,
.order-simulator__table>thead+tbody>tr:first-child>td {
  padding-top: 16px;
}
.order-simulator__table>tbody>tr>th {
  color: var(--gray-dark);
  font-family: var(--font-family-en);
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.order-simulator__table>tbody>tr>td {
  color: var(--font-c);
  font-family: var(--font-family-en);
  text-align: right;
}
@media screen and (max-width: 1040.98px) {
  .order-simulator__table>tbody>tr>th {
    font-size: 16px;
  }
  .page-offter-show .order-simulator__table>tbody>tr>th {
    color: var(--font-c);
    font-size: 16px;
  }
}


.order-simulator__table>tbody>tr>th [data-help] {
  margin-left: 0.75ex;
}

.order-simulator__table .item--breakdown {
  display: block;
  color: var(--gray-dark);
  text-align: right;
}
.order-simulator__table .item--notes {
  display: block;
  font-size: 12px;
  text-align: right;
}
.order-simulator__table .item--lot {
  font-size: 18px;
}
.order-simulator__table .item--total {
  font-weight: 700;
}
@media screen and (max-width: 1040.98px) {
  .order-simulator__table .item--lot {
    font-size: 16px;
  }
}


/* 内訳 */
.order-simulator__breakdown {
  display: none;
}
.order-simulator__breakdown.is--active {
  display: block;
}
*+.order-simulator__breakdown {
  margin-top: 8px;
}

.order-simulator__breakdown-ttl {
  color: var(--gray-dark);
  font-size: 14px;
  padding: 0 1.25em 0 0;
  cursor: pointer;
  position: relative;
}
.order-simulator__breakdown-ttl::after {
  content: '\f107';
  display: var(--fa-display, inline-block);
  color: var(--gray-dark);
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  transform-origin: right center;
  transition: all 0.2s ease;
  pointer-events: none;
}
.order-simulator__breakdown-ttl:has(:checked)::after {
  transform: translate(0, -50%) scaleY(-1);
}
.order-simulator__breakdown-ttl>[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.order-simulator__breakdown-ttl>span {}

.order-simulator__breakdown-body {
  display: none;
}
.order-simulator__breakdown-ttl:has(:checked)+.order-simulator__breakdown-body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.5em;
}
.order-simulator__breakdown-item {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  text-align: right;
  gap: 0.75em;
}
.order-simulator__breakdown-formula {
  display: inline-block;
  color: var(--gray-dark);
  font-size: 14px;
}
.order-simulator__breakdown-total {
  display: inline-block;
  font-size: 16px;
}


/* sim table confirm */
/* NOTE: .order-simulator__table--confirmは、確認画面の部品です。（確認画面以外でも使用可能） */
.order-simulator__table.order-simulator__table--confirm {
  border-top: 1px solid var(--gray-light);
  border-collapse: separate;
  /* NOTE: ここにはfont-sizeを書かない（様々な条件のオーダー画面によってフォントサイズが変化することになるので統一する目的） */
  padding: 16px 0 0;
}
*+.order-simulator__table.order-simulator__table--confirm {
  margin-top: 16px;
}
.order-simulator__table.order-simulator__table--confirm>tbody>tr>th,
.order-simulator__table.order-simulator__table--confirm>tbody>tr>td {
  font-weight: 400;
  /* NOTE: ここにはfont-sizeを書かない（様々な条件のオーダー画面によってフォントサイズが変化することになるので統一する目的） */
  padding: 2px 0;
}
.order-simulator__table.order-simulator__table--confirm .item--total {
  font-size: 24px;
}
@media screen and (max-width: 1040.98px) {
  .order-simulator__table.order-simulator__table--confirm .item--total {
    font-size: 22px;
  }
}


/* sim data table */
.order-simulator__data {
  border: 1px solid var(--gray-light);
  border-collapse: collapse;
  font-family: var(--font-family-en);
  width: 100%;
  table-layout: fixed;
}
*+.order-simulator__data {
  margin-top: 24px;
}
.order-simulator__data>thead {}
.order-simulator__data>thead>tr {}
.order-simulator__data>thead>tr>th,
.order-simulator__data>thead>tr>td {
  background: #fff;
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 1040.98px) {
  .order-simulator__data>thead>tr>th,
  .order-simulator__data>thead>tr>td {
    font-size: 12px;
  }
}

.order-simulator__data>tbody {}
.order-simulator__data>tbody>tr {}
.order-simulator__data>tbody>tr>th,
.order-simulator__data>tbody>tr>td {
  border-top: 1px solid var(--gray-light);
  background: #fff;
  color: inherit;
  font-size: 16px;
  text-align: center;
  padding: 8px;
}
.order-simulator__data>tbody>tr.type--active>th,
.order-simulator__data>tbody>tr.type--active>td {
  /* NOTE: 色以外は書かない */
  border-top: 1px solid var(--gray-light);
  background: var(--bg-c-light);
  color: var(--font-c-blue);
}

.order-simulator__data>tbody>tr.type--monotone>th,
.order-simulator__data>tbody>tr.type--monotone>td {
  /* NOTE: 色以外は書かない */
  border-top: 1px solid var(--gray-light);
  background: #fff;
  color: inherit;
}
.order-simulator__data>tbody>tr.type--monotone+tr.type--monotone>th,
.order-simulator__data>tbody>tr.type--monotone+tr.type--monotone>td {
  border-top: none;
}
@media screen and (max-width: 1040.98px) {
  .order-simulator__data>tbody>tr>th,
  .order-simulator__data>tbody>tr>td {
    font-size: 14px;
  }
}

.order-simulator__data .item--price {
  font-weight: 700;
  padding: 0 1.25em;
  position: relative;
}
.order-simulator__data .item--price>i {
  font-family: system-ui;
  position: absolute;
  inset: auto auto auto 0;
}

.order-simulator__data .type--monotone i {
  display: none;
}



.order-simulator__set-price {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background: var(--bg-c-light);
  padding: 12px 8px;
  gap: 8px;
}
*+.order-simulator__set-price {
  margin-top: 24px;
}

.order-simulator__set-price-notes {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  gap: 4px;
}
.order-simulator__set-price-notes::before {
  content: '';
  display: block;
  background-image: url("/common/images/icon-exclamation-o-b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1em;
  height: 1em;
}
.order-simulator__set-price-msg {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.order-simulator__set-price-msg a {
  color: var(--text-link-c-blue);
}


/**
 * order section
 * NOTE:
**/
.outline-order__section {
  max-width: 620px;
  margin: 0 auto;
}
*+.outline-order__section {
  margin-top: 24px;
}
@media screen and (max-width: 1040.98px) {
  .outline-order__section {
    max-width: none;
  }
  *+.outline-order__section {
    margin-top: 32px;
  }
}

.outline-order__lead {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
*+.outline-order__lead {
  margin-top: 1em;
}
@media screen and (max-width: 1040.98px) {
  .outline-order__lead {
    font-size: 15px;
  }
}

.outline-order__notes {
  color: var(--gray-dark);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.outline-order__notes:empty {display: none;}
*+.outline-order__notes {
  margin-top: 8px;
}
.outline-order__alert {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  white-space: normal;
  word-break: break-word;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  gap: 4px;
}
.outline-order__alert:empty {display: none;}
*+.outline-order__alert {
  margin-top: 8px;
}
.order-simulator__set-price .outline-order__alert {
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  margin: 0;
}
.order-simulator__set-price *+.outline-order__alert {
  margin-top: 0;
}
.outline-order__alert::before {
  content: '';
  display: block;
  background-image: url("/common/images/icon-exclamation-o-b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  transform: translate(0,8.333%);
}
.outline-order__alert.outline-order__alert--simple-red {
  color: var(--red-alert);
  font-weight: inherit;
}
.outline-order__alert.outline-order__alert--simple {
  color: inherit;
  font-weight: inherit;
}
.outline-order__alert::before {
  display: none;
}



/**
 * order footer
 * NOTE:
**/
.outline-order__footer {
  max-width: 620px;
  margin: 0 auto;
}
*+.outline-order__footer {
  margin-top: 24px;
}
.outline-order__footer .box-btn {
  margin-top: 0;
}
@media screen and (max-width: 1040.98px) {
  .outline-order__footer {
    max-width: none;
  }
  .outline-order__footer .box-btn {
    max-width: none;
  }
}



/**
 * order payment methods
 * NOTE:
**/
.payment-methods {
  --payment-methods-radio-size: 26px;
  --payment-methods-item-img: 40px;
  --payment-methods-item-ttl: 240px;
  --payment-methods-item-gap: 16px;
  border-bottom: solid 1px var(--gray-light);
  max-width: 620px;
  margin: 0 auto 16px;
  padding: 0 0 16px;
}
*+.payment-methods {
    margin-top: 24px;
}
@media screen and (max-width: 1040.98px) {
  .payment-methods {
    --payment-methods-radio-size: 26px;
    --payment-methods-item-img: 56px;
    --payment-methods-item-ttl: 144px;
    --payment-methods-item-gap: 16px;
    max-width: none;
  }
}


.payment-methods__ttl {
  color: var(--font-c);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 16px;
}

.payment-methods__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
}
.payment-methods__list>li {}

.payment-methods__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--bg-c-light);
  padding: var(--payment-methods-item-gap);
  gap: var(--payment-methods-item-gap);
  position: relative;
  transition: background 0.3s ease 0.1s;
}
.payment-methods__item.is--bg-white-inactive {
  background: #fff;
}
.payment-methods__item.is--bg-white-inactive:hover {
  background: var(--bg-c-light);
}
.payment-methods__item.is--bg-white-inactive:has(:checked) {
  background: var(--bg-c-light);
}

.payment-methods__item>[type="radio"] {
  position: absolute;
  opacity: 0;
}
.payment-methods__item:has([type="radio"])::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: solid 1px var(--gray-light);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 66.66% 66.66%;
  background-color: #fff;
  width: var(--payment-methods-radio-size);
  min-width: var(--payment-methods-radio-size);
  height: var(--payment-methods-radio-size);
}
.payment-methods__item:has(:checked)::before {
  background-image:
    radial-gradient(
      circle,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 47.5%,
      rgba(255, 255, 255, 1) 52.5%,
      rgba(255, 255, 255, 1) 100%
    );
}
.formset--payment-methods .payment-methods__item:has(:checked)::before {
  background-image: url(/common/images/icon-check-about3.svg);
  background-size: contain;
  background-color: transparent;
}

/* 非選択のアイテム内部の部品を非表示にするクラス（.payment-methods__item-imgなど、アイテム内部の何らかの部品に付与） */
.payment-methods__item .is--hide-inactive {
  height: 0;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
.payment-methods__item>[type="radio"]:checked~.is--hide-inactive {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.payment-methods__item-img {
  max-width: var(--payment-methods-item-img);
  width: var(--payment-methods-item-img);
  max-height: var(--payment-methods-item-img);
}
.payment-methods__item-img>img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.payment-methods__item-ttl {
  color: var(--font-c);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: var(--payment-methods-item-ttl);
}

.payment-methods__item-input {}
.payment-methods__item-ttl+.payment-methods__item-input {
  width: calc(100% - var(--payment-methods-item-ttl) - var(--payment-methods-item-gap));
}
.payment-methods__item:has(.payment-methods__item-img):has(.payment-methods__item-ttl) .payment-methods__item-input {
  width: calc(100% - var(--payment-methods-item-ttl) - var(--payment-methods-item-img) - var(--payment-methods-item-gap)*2);
}

.payment-methods__item-txt {}
.payment-methods__item-txt>dt {
  /* NOTE: flexを解除しないように注意してください */
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5ex;

  color: var(--font-c);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 8px;
}
.payment-methods__item-txt>dt>span {
  /* NOTE: flex向けにblockにします */
  display: block;
}
@media screen and (max-width: 1040.98px) {
  .payment-methods__item-txt>dt {
    font-size: 14px;
    margin: 0 0 12px;
  }
}
.payment-methods__item-txt>dd {
  /* NOTE: flexを解除しないように注意してください */
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5ex;

  color: var(--gray-dark);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.payment-methods__item-txt>dd>span {
  /* NOTE: flex向けにblockにします */
  display: block;
}
@media screen and (max-width: 1040.98px) {
  .payment-methods__item-txt>dd {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 12px;
  }
}

.payment-methods__item-func {
  margin: 0 0 0 auto;
}
.payment-methods__item-func [type="button"] {
  color: var(--font-c-red);
}


/* .payment-methods__alert */
.payment-methods__alert {
  display: block;
  color: var(--red-alert);
  color: var(--font-c);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  width: 100%;
  grid-column: 1 / -1;
  gap: 4px;
}
.payment-methods__alert.payment-methods__alert--simple-red {
  color: var(--red-alert);
}
*+.payment-methods__alert {
  margin-top: 8px;
}

/* .payment-methods__alert old */
/*
.payment-methods__alert {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font-c);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  gap: 4px;
}
*+.payment-methods__alert {
  margin-top: 8px;
}
.payment-methods__alert::before {
  content: '';
  display: block;
  background-image: url("/common/images/icon-exclamation-o-b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1em;
  height: 1em;
}
*/

/* .payment-methods__footer */
/* NOTE: ボタンなどを主に格納します。 */
.payment-methods__footer {
  margin: 0;
}
*+.payment-methods__footer {
  margin-top: 8px;
}
.payment-methods__modal-open {
  display: block;
  color: var(--font-c-gray-ui-link);
  font-weight: 500;
  width: fit-content;
  margin: 0 0 0 auto;
}
.payment-methods__footer *+.box-btn {
  margin-top: 8px;
}
.payment-methods__footer .btn {
  margin-top: 0;
}
@media screen and (max-width: 1040.98px) {
  .payment-methods__footer .box-btn {
    max-width: none;
  }
}


/**
 * order bank details
 * NOTE:
**/
.bank-details {
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
}
*+.bank-details {
    margin-top: 24px;
}
@media screen and (max-width: 1040.98px) {
  .bank-details {
    max-width: none;
  }
}

.bank-details__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
}
*+.bank-details__list {
  margin-top: 16px;
}
.bank-details__list>li {
  background: var(--bg-c-light);
  padding: 16px 24px;
}

.bank-details__ttl {
  color: var(--font-c);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 16px;
}
@media screen and (max-width: 1040.98px) {
  .bank-details__ttl {
    font-size: 14px;
  }
}

.bank-details__txt {
  /* NOTE: flexを解除しないように注意してください */
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5ex;
  color: var(--gray-dark);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.bank-details__txt>span {
  /* NOTE: flex向けにblockにします */
  display: block;
}
@media screen and (max-width: 1040.98px) {
  .bank-details__txt {
    font-size: 14px;
  }
}

/* .bank-details__alert */
.bank-details__alert {
  display: block;
  color: var(--red-alert);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  width: 100%;
  grid-column: 1 / -1;
  gap: 4px;
}
*+.bank-details__alert {
  margin-top: 8px;
}

/* .bank-details__alert old */
/*
.bank-details__alert {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font-c);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  gap: 4px;
}
*+.bank-details__alert {
  margin-top: 8px;
}
.bank-details__alert::before {
  content: '';
  display: block;
  background-image: url("/common/images/icon-exclamation-o-b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1em;
  height: 1em;
}
*/

/* .bank-details__footer */
/* NOTE: ボタンなどを主に格納します。 */
.bank-details__footer {
  margin: 0;
}
*+.bank-details__footer {
  margin-top: 8px;
}
.bank-details__modal-open {
  display: block;
  color: var(--font-c-gray-ui-link);
  font-weight: 500;
  width: fit-content;
  margin: 0 0 0 auto;
}
.bank-details__footer *+.box-btn {
  margin-top: 8px;
}
.bank-details__footer .btn {
  margin-top: 0;
}



/**
 * outline完了ページ
 * NOTE: 完了画面
**/

.order-completed {
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
  top: 40px;
  margin-bottom: 80px;
  border: 5px solid #385A6E;
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 0px 20px 18px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1040.98px) {
  .order-completed {
    top: 24px;
  }
}

.order-completed::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #385A6E;
}

.order-completed--car {
  border: 5px solid #837A4C;
}

.order-completed--car::before {
  border: 1px solid #837A4C;
}

@media screen and (max-width: 1040.98px) {
  .order-completed {
    width: 95%;
    height: auto;
    margin-bottom: 50px;
  }
}

.order-completed__outer {
  background-image: url("../images/bg-marble.png");
  background-size: cover;
  padding: 0;
}
*+.order-completed__outer {
  margin-top: 16px;
}

.order-completed__outer .c-pagettl {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 28px;
  padding-top: 24px;
  margin-bottom: -40px;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__outer .c-pagettl {
    font-size: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    width: 100%;
  }
}

.order-completed__inner {
  position: relative;
  width: 80%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 40px;
  height: 100%;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__inner {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}

.order-completed__maintxt {
  width: 70%;
  max-width: 440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__maintxt {
    width: 50%;
  }
}

.order-completed__table {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__table {
    margin-top: 25px;
    margin-bottom: 16px;
  }
}

.order-completed__row {
  width: 100%;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__row {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}

.order-completed__content {
  border-bottom: 1px solid  #B9BCBF;
  width: 100%;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__content {
    margin-bottom: 16px;
  }
}

.order-completed__content-ttl {
  font-family: "Cormorant", serif;
  font-size: 20px;
  color: #385A6E;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.order-completed--art .order-completed__content-ttl {color: #385A6E;}
.order-completed--car .order-completed__content-ttl {color: #837A4C;}

@media screen and (max-width: 1040.98px) {
  .order-completed__content-ttl {
    margin-bottom: 0;
    font-size: 13px;
  }
}

.order-completed__content-txt {
  font-family: var(--font-family-serif);
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  word-wrap: normal;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__content-txt {
    font-size: 14px;
  }
}

.order-completed__content-txt--large {
  font-size: 31px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__content-txt--large {
    font-size: 20px;
    margin-top: -2px;
  }
}

.order-completed__tdshort {
  width: 47%;
}

@media screen and (max-width: 1040.98px) {
  .order-completed__tdshort {
    width: 100%;
  }
}

.order-completed__meta {
  margin-bottom: 20px;
}

.order-completed__metarow {
  display: flex;
}

.order-completed__metattl, .order-completed__metatxt {
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--font-c);
  margin-bottom: 0.4em;
  padding-left: 5px;
}
@media screen and (max-width: 767.98px) {
  .order-completed__metattl, .order-completed__metatxt {
    font-size: 11px;
  }
  .order-completed__metattl, .order-completed__metatxt:first-child {
    white-space: nowrap;
  }
}

.order-completed__contentfooter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.order-completed__content-bottom {
  width: 30%;
  text-align: center;
}

.order-completed__datetxt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 5px;
  border-bottom: 1px solid #B9BCBF;
}

@media screen and (max-width: 767.98px) {
  .order-completed__datetxt {
    font-size: 11px;
    margin-bottom: 0;
  }
}

.order-completed__signtxt {
  border-bottom: 1px solid #B9BCBF;
}
.order-completed__signtxt img {
  transform: translate(0,25%);
}

@media screen and (max-width: 767.98px) {
  .order-completed__signtxt {
    margin-bottom: 0;
  }
}

.order-completed__sealing {
  width: 15%;
  max-width: 100px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.order-completed__logo {
  display: block;
  width: 30%;
  max-width: 200px;
  padding-bottom: 35px;
  margin: 0 auto;
}


.order-completed__footer {}
*+.order-completed__footer {
  margin-top: 20px;
}

.order-completed__alert {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-family-gothic);
  text-align: center;
}
*+.order-completed__alert {
  margin-top: 20px;
}
@media screen and (max-width: 1040.98px) {
  .order-completed__alert {
    font-size: 14px;
  }
}

.order-completed__footer .box-btn {
  justify-content: center;
}
.order-completed__footer .box-btn .btn {
  max-width: 300px;
}
@media screen and (max-width: 1040.98px) {
  .order-completed__footer .box-btn {
    max-width: none;
    padding-inline: 24px;
    padding-bottom: 32px;
  }
  .order-completed__footer .box-btn .btn:only-child {
    max-width: none;
    width: 100%;
  }
}

.order-completed__footer .outline-recommend {
  background: #fff;
  max-width: 820px;
  margin-inline: auto;
}
@media screen and (max-width: 1040.98px) {
  .order-completed__footer .outline-recommend {
    background: #f2f3f6;
    max-width: none;
    padding-inline: var(--basewrap-padding-inline);
  }
}
.order-completed__footer .outline-recommend .l-container {
  max-width: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1040.98px) {
  .order-completed__footer .outline-recommend .l-container {
    max-width: 820px;
    margin-inline: auto;
  }
}
.order-completed__footer .outline-recommend__list.result__list {
  justify-content: center;
  max-width: none;
}
@media screen and (max-width: 1040.98px) {
  .order-completed__footer .outline-recommend__list.result__list {
    justify-content: flex-start;
  }
}


/**
 * outline完了ページ（OFFER、トレード）
 * NOTE: 完了画面
**/

.order-trade-completed {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/common/images/bg-marble.png");
  padding: 40px 0 56px;
  position: relative;
}
.outline-order+.order-trade-completed {
  margin-top: 18px;
}

.order-trade-completed__frame {
  background-size: cover;
  width: 760px;
  position: relative;
}
.order-trade-completed__frame>* {
  position: relative;
  z-index: 5;
}
.order-trade-completed__frame::before {
  content: '';
  display: block;
  background-image: url("/common/images/complete-offer-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  inset: 0 0 75% 0;
  z-index: 1;
  pointer-events: none;
}
.order-trade-completed__frame::after {
  content: '';
  display: block;
  background-image: url("/common/images/complete-offer-bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  inset: 25% 0 0 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1040.98px) {
  .order-trade-completed__frame {
    width: 360px;
    margin: 0 10px;
  }
  .order-trade-completed__frame::before {
    background-image: url("/common/images/complete-offer-bg-m.svg");
  }
  .order-trade-completed__frame::after {
    background-image: url("/common/images/complete-offer-bg-m.svg");
  }
}

.order-trade-completed__label {
  padding: 20px;
  background: #385A6E;
  text-align: center;
  border-radius: 20px 20px 0 0;
  margin: 9px;
}

@media screen and (max-width: 1040.98px) {
  .order-trade-completed__label {
    margin: 7px;
  }
}

.order-trade-completed__logo {
  width: 200px;
}

@media screen and (max-width: 1040.98px) {
  .order-trade-completed__logo {
    width: 110px;
  }
}

.order-trade-completed__title {
  color: #385A6E;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  max-width: 480px;
  width: 73.33%;
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: 1px dashed #385A6E;
}

@media screen and (max-width: 1040.98px) {
  .order-trade-completed__title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.order-trade-completed__list {
  text-align: center;
  max-width: 480px;
  width: 73.33%;
  margin: 0 auto;
}

.order-trade-completed__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px dashed #385A6E;
  padding: 24px 0;
  text-align: center;
}

@media screen and (max-width: 1040.98px) {
  .order-trade-completed__list-item {
    padding: 24px 0;
  }
}

.order-trade-completed__item-name {
  width: 120px;
  text-align: left;
  color: #385A6E;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}

@media screen and (max-width: 1040.98px) {
  .order-trade-completed__item-name {
    font-size: 14px;
    width: 80px;
  }
}

.order-trade-completed__item-value {
  font-size: 20px;
  color: #222222;
  margin-bottom: 0;
}

@media screen and (max-width: 1040.98px) {
  .order-trade-completed__item-value {
    font-size: 16px;
  }
}

.order-trade-completed__limit {
  font-weight: 700;
  font-size: 22px;
  color: #385A6E;
  margin: 0;
  padding: 24px 0 40px;
}
@media screen and (max-width: 1040.98px) {
  .order-trade-completed__limit {
    font-size: 16px;
  }
}




/**
 * outline-tag
 * NOTE: タグ
**/
.outline-tag {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
*+.outline-tag {
  margin-top: 20px;
}
.outline-tag__item {
  border-radius: 5px;
  border: 1px solid var(--gray-light);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--font-c);
  padding: 6px;
  cursor: default;
}



/**
 * order-history-table
 * NOTE: tablesetが必要です
**/
.order-history-table.tableset {
  --tableset-padding: 20px;
}
@media only screen and (max-width: 1040.98px) {
  .order-history-table.tableset {
    --tableset-padding: 8px;
  }
  .search-tab+.order-history-table.tableset {
    margin-top: 8px;
  }
  .order-history-table .tableset__list {
    justify-content: space-between;
    border-bottom: solid 1px var(--gray-light);
    padding-bottom: 16px;
  }
  .order-history-table *+.tableset__list {
    margin-top: 16px;
  }
}

.order-history-table__label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-c-light);
  color: var(--font-c-blue);
  font-size: 12px;
  font-weight: 400;
  font-feature-settings: 'palt';
  line-height: 1.2;
  white-space: nowrap;
  min-width: 56px;
  width: fit-content;
  height: 24px;
  padding: 2px 4px;
  gap: 2px;
}
.tableset__cell .order-history-table__label {
   margin-inline: 0;
}
.tableset__cell .order-history-table__label:only-child {
  margin-inline: 0;
}
.tableset__cell .order-history-table__label+.order-history-table__label {
  margin-top: 4px;
}
@media screen and (max-width: 1040.98px) {
  .tableset__cell .order-history-table__label+.order-history-table__label {
    margin-top: 0;
  }
}

.order-history-table__label.item--sell {
  color: #188796;
}
.order-history-table__label.item--buy {
  color: var(--font-c-blue);
}
.order-history-table__label.item--primary {
  background: #173E85;
  color: #fff;
}
.order-history-table__label.item--transfer {}
.order-history-table__label.item--transfer.item--red {
  color: var(--red-alert);
}
.order-history-table__label.item--error {
  color: var(--red-alert);
}


.order-history-table__label img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1040.98px) {
  .tableset__cell:has(.order-history-table__label) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tableset__cell .order-history-table__label {
    margin-inline: 0;
  }
}

.order-history-table__img {
  width: 96px;
  margin: auto;
}
.order-history-table__img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media screen and (max-width: 1040.98px) {
  .tableset__list:has(.order-history-table__img) {
    padding-left: 24%;
  }
  .tableset__cell:has(.order-history-table__img) {
    position: absolute;
    top: 50%;
    left: 12.5%;
    z-index: 1;
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width: 479.98px) {
  .tableset__list:has(.order-history-table__img) {
    padding-left: calc(64px - var(--tableset-padding));
  }
  .tableset__cell:has(.order-history-table__img) {
    padding-left: 0;
    left: 0;
    transform: translate(0,-50%);
  }
  .order-history-table__img {
    width: 50px;
  }
  .order-history-table__img img {
    width: 48px;
    height: 48px;
  }
}

.order-history-table__artist {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2px;
}
.order-history-table__artist .item--data1 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-family-en);
  line-height: 1.4;
}
.order-history-table__artist .item--data2 {
  display: block;
  color: var(--gray-dark);
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-family-en);
  line-height: 1.4;
}
.order-history-table__artist .item--data3 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-family-gothic);
  line-height: 1.4;
}
.order-history-table__artist .item--data2+.item--data3 {
  margin-top: 6px;
}
@media only screen and (max-width: 1040.98px) {
  .tableset__cell:has(.order-history-table__artist) {
    width: calc( 100% - 112px );
  }
}

.order-history-table__quantity {
  font-family: var(--font-family-gothic);
}
@media only screen and (max-width: 1040.98px) {
  .tableset__cell:has(.order-history-table__quantity) {
    padding-top: 26px;
  }
}

.order-history-table__amount {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 1040.98px) {
  .tableset__cell:has(.order-history-table__amount) {
    width: 112px;
    position: absolute;
    top: 68px;
    right: 12.75%;
    z-index: 1;
  }
}
@media only screen and (max-width: 479.98px) {
  .tableset__cell:has(.order-history-table__amount) {
    right: 28px;
  }
}

.order-history-table__date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.order-history-table__date .item--ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.order-history-table__date .item--ttl img {
  width: 17px;
  height: 17px;
}
.order-history-table__date .item--date {
  display: block;
}
@media screen and (max-width: 1040.98px) {
  .order-history-table__date {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 14px;
  }
  .order-history-table__date .item--ttl img {
    width: 16px;
    height: 16px;
  }
  .tableset__cell:has(.order-history-table__date) {
    width: 100%;
  }
  .order-history-table:has(.order-history-table__effective-date) .tableset__cell:has(.order-history-table__date) {
    width: 50%;
  }
  .order-history-table:has(.order-history-table__effective-date) .order-history-table__date {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .order-history-table .tableset__cell .order-history-table__date.order-history-table__effective-date {
    align-items: flex-end;
  }
}
.order-history-table__link-txt {
  display: block;
  color: var(--gray-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 1040.98px) {
  .order-history-table__link-txt {
    display: none;
  }
}

.tableset__list:has(.order-history-table__link-dummy) {
  position: relative;
}

.order-history-table__link-dummy {
  display: block;
  background: rgba(0,0,0,0);
  position: absolute;
  inset: 0;
  z-index: 10;
}
.order-history-table__link-dummy::before {
  content: '\f105';
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  margin: 0;
  transform: translate(-50%,-50%) scale(0.8);
}
.order-history-table__link-dummy:hover {
  background: rgba(0,0,0,0.04);
}
@media only screen and (max-width: 1040.98px) {
  .tableset__list:has(.order-history-table__link-dummy) {
    padding-right: 13%;
  }
  .tableset__cell:has(.order-history-table__link-dummy) {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 10;
  }
  .order-history-table__link-dummy::before {
    right: 4%;
  }
}
@media only screen and (max-width: 479.98px) {
  .tableset__list:has(.order-history-table__link-dummy) {
    padding-right: 28px;
  }
  .order-history-table__link-dummy::before {
    right: 0;
  }
}



/**
 * auction-history-table
 * NOTE: 詳細ページのオークション履歴のモーダルなど
**/

.auction-history-modal {}

.auction-history-modal .modal-content {
  border-radius: 16px;
  max-width: 688px;
  height: auto;
  padding: 16px;
  left: 50%;
  transform: translate(-50%,0);
}

.auction-history-modal__wrapper {
  border-top: 1px solid #E5E5E5;
  overflow: scroll;
  max-height: calc(100vh - 240px);
}
@media (max-width: 1040.98px) {
  .auction-history-modal__wrapper {
    max-height: 75vh;
  }
}

.auction-history-modal__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 16px;
}
.auction-history-modal__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #6B6B6B;
  margin-top: -12px;
  margin-bottom: 16px;
}

.auction-history-modal__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.auction-history-modal__table thead {
  border-bottom: 1px solid #E5E5E5;
  position: sticky;
  top: 0;
  z-index: 1;
}
.auction-history-modal__table th {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #6B6B6B;
  padding: 4px 8px;
}
.auction-history-modal__table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 16px 8px;
}
@media (max-width: 1040.98px) {
  .auction-history-modal__table td {
    font-size: 14px;
  }
}


.auction-history-table__border td {
  padding: 0 8px 12px;
}
.auction-history-table__border:not(:first-child) {
  border-bottom: 1px solid #E5E5E5;
}
.auction-history-table__toggle-btn {
  background: none;
  border: none;
}
[data-auction-history-acc-btn] {
  transition: transform 0.2s ease;
}
[data-auction-history-acc-btn].is--active {
  transform: rotate(180deg);
}
.auction-history-table__toggle-cont td {
  padding: 0;
}
.auction-history-table__hide {
  padding: 0 8px 12px;
}
.auction-history-table__item {
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  color: #6B6B6B;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #E5E5E5;
}


/**
 * outline-head
 * NOTE: 詳細ページのヘッダー部分（不使用）
**/

.outline-head__img {}
.outline-head__img img {}

.outline-head__desc {}
.outline-head__top {}
.outline-head__bottom {}

.outline-head__name {}
.outline-head__ttl {}
.outline-head__rate {}
.outline-head__point {}

.outline-head__info {}
.outline-head__info li {}

.outline-head__blacklist {}

.outline-head__btnarea {}
.outline-head__btn {}

