@charset "UTF-8";
img,
picture {
  display: block;
}

.inner-text {
  padding-left: 3px;
  padding-right: 3px;
}

select {
  letter-spacing: 0.07em;
}

.page-wrapper {
  padding-top: 28px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .page-wrapper {
    padding-top: 55px;
  }
}

.page-wrapper__inner {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 960px) {
  .page-wrapper__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-title {
  font-size: 1.8rem;
  text-align: center;
}

button {
  letter-spacing: 0.07em;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.inline-block {
  font-weight: inherit;
  text-decoration: inherit;
  display: inline-block;
}

.is-hide-max959 {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-hide-max959 {
    display: block;
  }
}

.is-hide-min960 {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-hide-min960 {
    display: none;
  }
}

.fee {
  line-height: 2.08rem;
}

.fee-label {
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 3px;
}

.fee-amount {
  font-size: 1.8rem;
  font-weight: 600;
}

.tax {
  font-size: 1.2rem;
  font-weight: 400;
}

.tax-11rem {
  font-size: 1.1rem;
  font-weight: 400;
}

.image {
  position: relative;
}
.image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
}

@-webkit-keyframes slideout {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    -webkit-transform: translatey(50px);
    transform: translatey(50px);
  }
}
@keyframes slideout {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    -webkit-transform: translatey(50px);
    transform: translatey(50px);
  }
}
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translatey(50px);
    transform: translatey(50px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translatey(50px);
    transform: translatey(50px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body {
  background-color: #ffffff;
}
@media screen and (min-width: 960px) {
  body {
    background-color: #f7f7f7;
  }
}

.order-items-wrapper {
  padding-bottom: 130px;
}
@media screen and (min-width: 960px) {
  .order-items-wrapper {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 960px) {
  .page-title {
    padding-bottom: 22px;
  }
}

.page-wrapper__content {
  position: relative;
  padding-left: 5vw;
  padding-right: 5vw;
}
.page-wrapper__content + .page-wrapper__content {
  border-top: 1px solid #d2d2d2;
}
.page-wrapper__content:not(:first-of-type) {
  padding-top: 10px;
}
.page-wrapper__content:not(:last-of-type) {
  padding-bottom: 40px;
}
.page-wrapper__content.no-option .order-wrap_option--select,
.page-wrapper__content.no-option .order-item__overview--details-option {
  display: none;
}
.page-wrapper__content.is-set .size-block_toggle, .page-wrapper__content.is-replacement .size-block_toggle {
  pointer-events: none;
}
.page-wrapper__content.is-set .size-block_toggle::after, .page-wrapper__content.is-replacement .size-block_toggle::after {
  content: none;
}
.page-wrapper__content:not(.is-wh) .size-wd {
  display: inline-block;
}
.page-wrapper__content:not(.is-wh) .size-wh {
  display: none;
}
.page-wrapper__content.is-wh .size-wd {
  display: none;
}
.page-wrapper__content.is-wh .size-wh {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .page-wrapper__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(23.5507246377%, 30.2536231884%);
    gap: 4.5289855072%;
    max-width: 1144px;
    justify-self: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-wrapper__content:not(:first-of-type) {
    padding-top: 30px;
  }
  .page-wrapper__content:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .order-item__overview {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
    align-self: start;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 12px;
  }
}

.order-item__overview-title {
  text-align: center;
  color: #bfbfbf;
}

.order-item__overview-img {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: auto;
}
.order-item__overview-img picture {
  position: inherit;
}

.order-item__overview--details {
  margin-top: 12px;
  display: flex;
  gap: 24px;
}
.order-item__overview--details:first-of-type {
  margin-top: 5px;
}

@media screen and (min-width: 960px) {
  .order-item__heading {
    white-space: nowrap;
  }
}

.order-item__fabric:not(.is-selected) .order-item__fabric-name::before {
  content: "未選択";
  color: #bfbfbf;
}
.order-item__fabric:not(.is-selected) .order-item__fabric-img {
  display: none;
}
.order-item__fabric.is-selected .order-item__fabric-name::before {
  content: "";
}
.order-item__fabric.is-selected .order-item__fabric-img {
  display: block;
  margin-top: 5px;
}

.order-item__option-button {
  color: #d3a35b;
  position: relative;
  display: block;
  padding-left: 0;
}
.order-item__option-button:not(.is-selected) {
  pointer-events: none;
  cursor: default;
  user-select: none;
}
.order-item__option-button:not(.is-selected)::before {
  content: none;
}
.order-item__option-button:not(.is-selected)::after {
  content: "未選択";
  color: #bfbfbf;
}
.order-item__option-button.is-selected {
  padding-left: 12px;
}
.order-item__option-button.is-selected::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}
.order-item__option-button.is-selected::after {
  content: none;
}

.order-wrap {
  margin-top: 10px;
  display: block;
}
.order-wrap + .order-wrap {
  margin-top: 20px;
}
.order-wrap.is-selected .order-state-icon img {
  visibility: visible;
}
.order-wrap.is-selected .order-body {
  border-color: #3c3c3c;
}
@media screen and (min-width: 960px) {
  .order-wrap:hover .order-select-body, .order-wrap:focus .order-select-body {
    border-color: #d3a35b;
  }
}

.order-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  line-height: 1em;
  margin-bottom: 4px;
  padding-right: 3px;
  padding-left: 3px;
}

.label-required {
  color: #990000;
  font-size: 1.2rem;
  margin-left: 3px;
}

.label-size {
  font-size: 1.2rem;
}

.order-state-icon img {
  visibility: hidden;
  width: 15px;
  height: auto;
}

.order-body {
  height: 48px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.order-select-body {
  position: relative;
}
@media screen and (min-width: 960px) {
  .order-select-body {
    transition: border-color 0.3s ease;
  }
}

.order-select-name {
  color: #bfbfbf;
}

.order-select-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.3px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .order-select-link:hover::after {
    background-image: url(/assets/img/cart/common/plus-hover.png);
  }
}
@media screen and (min-width: 960px) {
  .order-select-link {
    width: 51.3px;
  }
}
.order-select-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: calc(100% - 8px);
  border: 0.5px solid #d2d2d2;
  transform: translateY(-50%);
  padding-top: 4px;
  padding-bottom: 4px;
}
.order-select-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16.3px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/../assets/img/cart/common/plus.png) no-repeat center center/10px 10px;
}
@media screen and (min-width: 960px) {
  .order-select-link::after {
    left: 21.3px;
  }
}

@media screen and (min-width: 960px) {
  .order-item__details {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.order-select-items {
  appearance: none;
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 12px 54px 10px 20px;
  background: #ffffff url(/../assets/img/cart/common/caret-down.png) no-repeat center right 17.6px/9.94px 6.38px;
  transition: border-color 0.3s;
}
@media screen and (min-width: 960px) {
  .order-select-items {
    background-position: center right 21.6px;
  }
}
.order-select-items:hover, .order-select-items:focus {
  border-color: #d3a35b;
  outline: none;
}

.size-block_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  padding: 12px 54px 10px 20px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: border-color 0.3s;
  position: relative;
}
.size-block_toggle[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(-45deg);
}
.size-block_toggle:hover {
  border-color: #d3a35b;
}
.size-block_toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 20px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.18s ease;
}
@media screen and (min-width: 960px) {
  .size-block_toggle::after {
    right: 25px;
  }
}

@media screen and (min-width: 960px) {
  .size-block_toggle ::after {
    right: 25px;
  }
}
.size-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-right: 16px;
}

.size-chosen-content {
  text-decoration: none;
  display: flex;
  gap: 12px;
  align-items: center;
  pointer-events: none;
}

.size-block {
  position: relative;
}
.size-block.open .size-list-wrap {
  display: block;
}

.size-table {
  color: #666;
  margin-left: auto;
  font-size: 12px;
  align-self: flex-end;
}

.size-list-wrap {
  margin-top: 3px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #d2d2d2;
  max-height: 320px;
  overflow: auto;
  position: absolute;
  z-index: 100;
  width: 100%;
  display: none; /* JSで .open を付与して表示するパターンに合わせる */
}

.size-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.size-container {
  border-bottom: 1px solid #f0f0f0;
}
.size-container:hover {
  outline: 1px solid #dba24c;
  outline-offset: -1px;
}
.size-container.selected .size-link {
  background: #eaeaea;
}

.size-link {
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.order-wrap_fabric--select:not(.is-selected) + .order-wrap_option--select .order-header {
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  .order-wrap_fabric--select:not(.is-selected) + .order-wrap_option--select {
    pointer-events: none;
  }
}
.order-wrap_fabric--select:not(.is-selected) + .order-wrap_option--select .order-option__select-link {
  pointer-events: none; /* クリックイベントを無効 */
  cursor: not-allowed; /* カーソルを「禁止」マークに */
  opacity: 0.6; /* 見た目も薄くする */
}
.order-wrap_fabric--select:not(.is-selected) + .order-wrap_option--select:hover .order-select-body, .order-wrap_fabric--select:not(.is-selected) + .order-wrap_option--select:focus .order-select-body {
  border-color: initial;
}
.order-wrap_fabric--select.is-selected + .order-wrap_option--select .order-option__body .order-option__select-name::before {
  content: "選択してください";
}
.order-wrap_fabric--select.is-selected + .order-wrap_option--select.is-selected .order-option__body .order-option__select-name {
  color: #3c3c3c;
}
.order-wrap_fabric--select.is-selected + .order-wrap_option--select.is-selected .order-option__body .order-option__select-name::before {
  content: "選択済み";
}
.order-wrap_fabric--select.is-selected + .order-wrap_option--select.is-selected .order-option__body .order-option__select-link {
  width: 115px;
  padding-left: 14px;
  transition: color 0.3s ease;
}
.order-wrap_fabric--select.is-selected + .order-wrap_option--select.is-selected .order-option__body .order-option__select-link:hover {
  color: #d3a35b;
}
.order-wrap_fabric--select.is-selected + .order-wrap_option--select.is-selected .order-option__body .order-option__select-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 13.3px;
  background: none;
}
.order-wrap_fabric--select.is-error .order-body {
  border-color: #990000;
  background-color: #f5e4e5;
}
.order-wrap_fabric--select.is-error .form-error {
  display: block;
}

.order-fabric__body {
  height: auto;
  padding-top: 10px;
  padding-bottom: 16px;
}

.order-fabric__select:not(.is-selected) .order-fabric__select-name::before {
  content: "選択してください";
}
.order-fabric__select:not(.is-selected) .order-fabric__select-img {
  pointer-events: none;
  cursor: default;
}
.order-fabric__select.is-selected .order-fabric__select-name {
  color: #3c3c3c;
}
.order-fabric__select.is-selected .order-fabric__select-name::before {
  content: none;
}
.order-fabric__select.is-selected .order-fabric__select-img img {
  position: absolute;
  visibility: visible;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
}
.order-fabric__select.is-selected .order-fabric__select-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20.5px;
  background: url(/../assets/img/cart/common/zoom.png) no-repeat center center/13px auto;
  width: 13px;
  height: 13px;
}

.order-fabric__select-img {
  width: 88px;
  height: 88px;
  border: 1px solid #d2d2d2;
  position: relative;
}
.order-fabric__select-img::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 140%;
  height: 140%;
  border-top: 1px solid #d2d2d2;
  transform: rotate(-45deg);
  top: 25px;
}
.order-fabric__select-img img {
  visibility: hidden;
}

.form-error {
  display: none;
  font-size: 1.2rem;
  margin-top: 5px;
}

.fabric-modal__summary {
  display: none;
}

.option-modal__list.is-size, .option-modal__list.is-fabric {
  display: none;
}

.order-wrap_option--select:not(.is-selected) .order-option__body .order-option__select-name::before {
  content: "生地を選択するとお選びいただけます";
}
.order-wrap_option--select:not(.is-selected) .order-option__body .order-option__select-link {
  cursor: pointer;
}
.order-wrap_option--select:not(.is-selected) .order-option__body .order-option__select-link[aria-disabled=true] {
  opacity: 0.85;
  pointer-events: auto;
}
.order-wrap_option--select.is-error .order-body {
  border-color: #990000;
  background-color: #f5e4e5;
}
.order-wrap_option--select.is-error .form-error {
  display: block;
}

.fee {
  margin-top: 30px;
  text-align: right;
}

.shipping-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 25px;
}
@media screen and (min-width: 960px) {
  .shipping-info {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: end;
    align-self: start;
    z-index: 10;
  }
}

.shipping-arrow {
  color: #184077;
  position: relative;
  padding-left: 16px;
  transition: transform 0.3s linear;
}
.shipping-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
  left: 2.5px;
}
.shipping-arrow.is-close::before {
  transform: rotate(-45deg) translateY(-50%);
}
.shipping-arrow::after {
  content: "最短配送日・配送料金";
  text-decoration: underline;
  font-size: 1.3rem;
  margin-right: 10px;
  text-align: left;
}
.shipping-arrow.is-close::after {
  content: "閉じる";
}

.fee-fixed {
  margin-top: 0;
}

.actions {
  padding-bottom: 22px;
}
@media screen and (min-width: 960px) {
  .actions {
    padding-bottom: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.fixed-content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-left: 5vw;
  padding-right: 5vw;
  background-color: #f3f2ed;
}
@media screen and (min-width: 960px) {
  .fixed-content {
    position: relative;
    z-index: 3;
    bottom: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(23.5507246377%, 30.2536231884%);
    column-gap: 4.5289855072%;
    max-width: 1144px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: inherit;
    justify-self: center;
  }
}

.shipping-details {
  padding-top: 16px;
  display: none;
}
@media screen and (min-width: 960px) {
  .shipping-details {
    width: auto;
    padding: 25px 0 0;
    background-color: inherit;
    position: inherit;
    top: auto;
    transform: none;
    display: grid;
    grid-template-columns: auto auto;
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-rows: minmax(82px, 1fr);
  }
}
.shipping-details.is-close {
  transform: translateY(0);
}

.shipping-date {
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (min-width: 960px) {
  .shipping-date {
    padding-bottom: 0;
    border-bottom: none;
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: end;
    align-self: flex-end;
  }
}

.date-label {
  margin-right: 10px;
}

.date {
  color: #990000;
}
@media screen and (min-width: 960px) {
  .date {
    font-size: 1.8rem;
  }
}
.date .week {
  font-size: 1.2rem;
}

.shipping-condition {
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .shipping-condition {
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.condition-label::after {
  content: "※";
  vertical-align: super;
  font-size: 0.7em;
  margin-right: 2px;
}

@media screen and (min-width: 960px) {
  #js-accordion-min960 {
    display: none;
  }
}

.condition-note {
  font-size: 1.3rem;
  margin-top: 9px;
}

.condition-link {
  font-size: 1.3rem;
  color: #d3a35b;
}

.condition-note + .condition-note {
  margin-top: 20px;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
}
@media screen and (min-width: 960px) {
  .actions {
    margin-top: 10px;
  }
}

.back-btn {
  width: 39.4285714286%;
  height: 40px;
  background-color: #ffffff;
  color: #3c3c3c;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #d2d2d2;
  transition: color 0.3s ease;
}
.back-btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
@media screen and (min-width: 960px) {
  .back-btn {
    width: 226px;
  }
  .back-btn:hover {
    color: #78716c;
  }
}

.button-next {
  width: 59.1428571429%;
  height: 40px;
  position: relative;
  background-color: #bfbfbf;
  color: #ffffff;
  font-weight: 600;
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.button-next::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 14px;
}
@media screen and (min-width: 960px) {
  .button-next::after {
    right: 22px;
  }
}
.button-next.is-selected {
  background-color: #d3a35b;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .button-next.is-selected:hover {
    background-color: #b37e2e;
  }
}
@media screen and (min-width: 960px) {
  .button-next {
    width: 350px;
  }
}

.order-items__line {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}