﻿@charset "UTF-8";
/*レスポンシブ*/

@media screen and (min-width: 1101px) {
  .sp-only {
    display: none;
  }

  /* ----全画面共通---- */

  /*ヘッダー*/
  .pane-header {
    position: relative;
    height: auto;
    border-bottom: none;

    .container {
      align-items: flex-start;
      justify-content: flex-start;
      height: auto;
      padding-top: 0;
    }
  }

  .pane-order-header {
    height: 82px;

    .container {
      padding-top: 0;
    }
  }

  .block-header-logo {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .block-header-nav {
    position: relative;
    right: auto;
    margin-left: auto;
    gap: 30px;
    padding-top: 28px;
    padding-bottom: 28px;

    > li {
      a {
        display: flex;
        align-items: center;
        background-position: center left;
        font-size: 14px;
        font-weight: 500;
        text-indent: 0;
      }

      &.item-user {
        a {
          width: auto;
          height: 27px;
          padding-left: 37px;
          background-image: url(../../img/usr/common/pc/header_user.png);
          background-size: 27px;
        }
      }

      &.item-cart {
        a {
          width: auto;
          height: 29px;
          padding-left: 42px;
          background-image: url(../../img/usr/common/pc/header_cart.png);
          background-size: 32px 29px;

          .block-headernav--cart-count {
            left: 22px;
          }
        }
      }
    }
  }

  .pane-globalnav {
    display: block !important;
    position: relative;

    &::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #b9d5dc;
    }

    .container {
      display: flex;
      align-items: center;
      height: 523x;
      padding-bottom: 10px;
    }
  }

  .block-globalnav {
    .list-items {
      display: flex;
      align-items: center;
      height: 100%;

      .list-item {
        padding: 0 20px;

        & + .list-item {
          position: relative;

          &::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 15px;
            margin-top: -7px;
            background-color: var(--cl-pgr);
          }
        }

        button,
        a {
          display: inline;
          margin: 0;
          padding: 0;
          border: none;
          background-color: transparent;
          font-size: 16px;
          cursor: pointer;
          color: var(--cl-bk);
        }
      }
    }
  }

  .block-nav-icon {
    margin-left: auto;

    .list-items {
      display: flex;
      align-items: center;

      .list-item {
        margin-left: 40px;

        a {
          display: flex;
          align-items: center;
          position: relative;
          font-size: 14px;

          &::before {
            content: "";
            display: inline-block;
            position: relative;
            width: 18px;
            height: 18px;
            margin-right: 16px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
          }

          &.icon-guide {
            &::before {
              background-image: url(../../img/usr/common/pc/header_guide.png);
            }
          }

          &.icon-qa {
            &::before {
              background-image: url(../../img/usr/common/pc/header_qa.png);
            }
          }
        }
      }
    }
  }

  .block-nav-search {
    width: 345px;
    margin-left: 40px;
  }

  .block-search-form {
    .block-search--keyword {
      width: calc(100% - 42px);
      height: 42px;
      padding: 12px 0 12px 12px;
    }

    .block-search--submit {
      width: 42px;
      height: 42px;
      background-image: url(../../img/usr/common/pc/header_search.png);
      background-size: 20px;
    }
  }

  .pane-order-header {
    height: 82px;

    .container {
      padding-top: 0;
    }
  }

  /* ----フッター---- */

  .block-footer-icon-nav {
    margin-top: 60px;

    .list-items {
      display: flex;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 10px;
    }

    .list-item {
      width: calc((100% - 40px) / 3);
      min-height: 100px;
      border: none;

      a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 12px 12px 12px 60px;
        border: 1px solid var(--cl-pgr);
        border-radius: 5px;

        &::before {
          top: 50%;
          margin-top: -13px;
        }

        &::after {
          content: none;
        }

        .list-ttl {
          font-size: 16px;
          font-weight: 400;
        }

        .list-comment {
          margin-top: 12px;
          font-size: 12px;
          letter-spacing: -0.02em;
        }
      }
    }
  }

  .block-footer-txt-nav {
    max-width: 1200px;
    margin: 0 auto;
    margin: 32px auto 0;

    ul {
      display: flex;
      justify-content: center;

      li {
        border-bottom: none;

        & + li {
          position: relative;

          &::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 10px;
            margin-top: -5px;
            background-color: var(--cl-pgr);
          }
        }

        a {
          padding: 0 20px;
          font-size: 14px;

          &::after {
            content: none;
          }
        }
      }
    }
  }

  .block-footer-sns {
    width: 1200px;
    margin: 0 auto;

    a {
      margin-top: 32px;
    }
  }

  .block-footer-bot {
    margin-top: 32px;
    border-top: 1px solid #b9d5dc;

    .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }

  .block-footer-bot-nav {
    li {
      padding: 0 12px;
      font-size: 12px;
    }
  }

  .block-footer-copyright {
    margin-top: 0;
    font-size: 12px;
  }

  .pane-order-footer {
    margin-top: 40px;
    border: none;
  }

  /* 絞り込みモーダル */
  .block-filter--modal .block-filter--frame {
    position: fixed;
    inset: 0;
    width: 600px;
    height: fit-content;
    margin: auto;
  }

  /* ----トップページ---- */

  .block-search_box {
    .block-search_box-body {
      width: 760px;
      padding: 24px;

      .item-close_btn {
        top: 16px;
        right: 16px;
      }

      .item-ttl {
        font-size: 22px;
      }

      .item-content {
        padding: 40px 96px;

        .list-item {
          display: flex;
          align-items: center;

          dt {
            width: calc(100% - 320px);
          }

          dd {
            width: 320px;
            margin-top: 0;
          }

          .list-keyword {
            gap: 12px 6px;
          }
        }
      }

      .block-search--keyword {
        padding: 0 0 0 12px;
        height: 48px;
      }

      .block-search--submit {
        width: 48px;
        height: 48px;
      }
    }
  }

  /* 本文 */
  #top-slider-warp li img {
    aspect-ratio: 3 / 1;
  }

  .block-top-campaign .block-campaign-banner,
  .block-top-event .block-top-event--goods {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }

  .block-campaign-banner .block-campaign-banner--list > li {
    margin: 0;
    padding: 0 16px 0;
  }

  .block-top-more a {
    width: var(--responsive-sys-button-width);
  }

  /* 商品一覧 */

  .block-genre-page--goods {
    margin-top: 40px;
  }

  .block-goods-list--params {
    padding: 0;
  }

  .block-filter--header-label {
    width: 144px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;

    &::before {
      background-image: url(../../img/usr/common/pc/filter_icon.png);
    }

    &::after {
      right: 8px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background-image: url(../../img/usr/common/pc/filter_plus.png);
    }
  }

  .block-goods-list--stock-info {
    margin-left: 16px;

    &:first-child {
      margin-left: 0;
    }

    label:has(input[type="checkbox"]) {
      height: 22px;
      font-size: 14px;

      &::before {
        height: 22px;
        border-radius: 22px;
      }

      &::after {
        left: 23px;
        width: 18px;
        height: 18px;
        border-radius: 18px;
      }
    }
  }

  .block-sort--header {
    h2 {
      width: 123px;
      height: 30px;
      padding-left: 9px;
      font-size: 1.4rem;
    }
  }

  .block-sort--element {
    min-width: 123px;
    top: 30px;
  }

  .block-genre-page--goods .block-goods-list--sort-order-items,
  .block-search-goods .block-goods-list--sort-order-items,
  .block-category-list--goods .block-goods-list--sort-order-items,
  .block-event-page--goods .block-goods-list--sort-order-items {
    min-width: 0;
    max-width: none;
    margin-left: 16px;
    border-bottom: none;
  }

  .block-top-event .block-ranking-r--items.swiper-wrapper {
    justify-content: unset;
    column-gap: unset;
  }

  .block-top-event .block-ranking-r--items.swiper-wrapper .block-ranking-r--item {
    padding: 0 16px 0;
  }

  .block-top-event .block-ranking-r--items.swiper-wrapper .block-ranking-r--item .block-goods-list--favorite--btn,
  .block-top-event .block-ranking-r--items.swiper-wrapper .block-ranking-r--item .block-goods-list--favorite-registed--btn {
    right: 16px;
  }

  .page-top .block-thumbnail-t--items > li {
    width: unset;
    margin: unset;
    padding: unset;
  }

  .block-top-event .block-thumbnail-t {
    margin: 0 45px;
  }

  .block-top-event .block-thumbnail-t--items.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    column-gap: unset;
  }

  .block-top-event .block-thumbnail-t--items.swiper-wrapper .block-thumbnail-t--item {
    width: unset;
    margin: unset;
    padding: 0 16px 0;
  }

  .block-top-event .block-thumbnail-t--items.swiper-wrapper .block-thumbnail-t--item .block-goods-list--favorite--btn,
  .block-top-event .block-thumbnail-t--items.swiper-wrapper .block-thumbnail-t--item .block-goods-list--favorite-registed--btn {
    right: 16px;
  }

  .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
    background: none;
  }

  .block-thumbnail-t dl .block-thumbnail-t--goods-description {
    margin-top: 16px;
  }

  .block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
    margin-top: 4px;
  }

  .block-thumbnail-t li .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
    font-size: 15px;
    line-height: 1.6;
  }

  .block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price {
    font-size: 15px;
    line-height: 1.6;
  }

  .block-thumbnail-t dl .block-thumbnail-t--goods-description .action {
    margin: 0 10px;
  }

  /* トピック */

  .block-top-topic--body .block-topic--items {
    max-width: 636px;
    margin: 0 auto 24px;
  }

  /* 検索ボックス */
  .page-top .block-search-box {
    background: #eee;
  }

  .page-top .block-search-box--form {
    max-width: 636px;
    margin: 0 auto;
  }

  .page-top .block-category-tree {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }

  .page-top .block-category-tree .block-category-style-g {
    margin-bottom: 24px;
  }

  .page-top .block-genre-tree {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }

  .page-top .block-genre-tree .block-genre-style {
    margin-bottom: 24px;
  }

  /* フリースペース2 */
  .block-top-separate-banner ul.block-top-separate-banner--list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .block-top-separate-banner ul.block-top-separate-banner--list > li {
    width: 50%;
  }

  /* フリースペース4 */
  .page-top .block-top-lightningrecommend--goods,
  .page-top .block-ranking-lightningrecommend--goods {
    max-width: var(--responsive-sys-container-width);
    margin: 0 auto;
  }

  /* ----イベント---- */

  .block-event-page {
    margin-top: 40px;
  }

  .block-event-page--goods {
    margin-top: 40px;
  }

  /* ----カテゴリ---- */

  .block-category-list {
    margin: 40px 0 0;
  }

  .block-category-list--goods {
    margin-top: 40px;
  }

  /* ----ジャンル---- */

  .block-genre-page {
    margin: 40px 0 0;
  }

  /* ----ブランド画面---- */

  .block-brand-list {
    margin: 10px 10px 60px;
  }

  .block-brand-list .block-topic-path {
    margin: 0 -10px 10px;
  }

  .block-brand-list--items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 380px);
    justify-content: center;
    column-gap: 15px;
    row-gap: 60px;
  }

  .block-brand-list--item-img .img-center {
    width: 100%;
    height: 235px;
  }

  .block-brand-list--item-name {
    padding: 16px 0 12px;
  }

  .block-brand-list--item-comment {
    padding: 0;
  }

  /* ----注文完了画面---- */

  .block-order-complete--wrapper {
    margin-bottom: 20px;
    padding: 0;
  }

  .block-order-complete--message {
    margin: 0 0 30px;
  }

  .block-order-complete--message p,
  .block-order-complete--orderid td a,
  .block-order-complete table.block-order-complete--orderid th {
    font-size: 14px;
  }

  .block-order-complete--lottery-btn {
    .btn-bdr {
      span {
        font-size: 20px !important;
      }
    }
  }

  .block-order-complete--orderid {
    margin: 0 0 30px;
  }

  .block-order-complete table.block-order-complete--orderid th {
    margin: 0 0 4px;
    padding: 0;
  }

  .block-order-complete--orderid td {
    padding: 0;
  }

  /* ---- 明細追加完了 ---- */

  .block-order-regular-add-complete--wrapper {
    margin-bottom: 0;
    padding: 0;
  }

  .block-order-regular-add-complete--message {
    margin: 0 0 30px;
  }

  .block-order-regular-add-complete--message p {
    font-size: 14px;
  }

  .block-order-regular-add-complete--regular-sales {
    margin: 0 0 30px;
    border: 0;
  }

  .block-order-regular-add-complete table th {
    width: unset;
    font-size: 14px;
    font-weight: unset;
  }

  .block-order-regular-add-complete table td a {
    font-size: 14px;
  }

  /* ----商品詳細画面---- */

  .page-goods .block-goods-name h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
  }

  .block-goods-comment {
    margin: 0 0 12px;
    font-size: 14px;
  }

  .block-goods-price {
    margin: 40px 0 0;
    padding-top: 0;
  }

  .block-goods-price--price {
    font-size: 30px;
  }

  .block-goods-first-limited-order {
    margin-bottom: 12px;
  }

  .block-variation--item-list {
    margin-bottom: 8px;
  }

  .block-variation--name.block-color--name,
  .block-variation--name.block-size--name {
    margin: 16px 0 4px;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px dashed #707070;
    font-size: 14px;
    font-weight: bold;
  }

  .block-variation--item {
    margin-right: 4px;
    vertical-align: top;
  }

  .block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border: 0;
    background: #73c3d6;
    color: #fff;
    margin-left: 12px;
    font-size: 16px;
    font-weight: 700;
  }

  .block-variation-no-stock .block-variation-no-stock--message,
  .block-variation-outside-sales-period .block-variation-outside-sales-period--message {
    margin-left: 12px;
    width: 200px;
    font-size: 16px;
    font-weight: 700;
  }

  .block-variation-favorite {
    flex-shrink: 0;
  }

  .block-variation-favorite--btn {
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid #d53100;
    background: url(../../img/usr/common/goods_bookmark_btn.png) center center / 21px auto no-repeat;
  }

  .block-variation-favorite-registed--btn {
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid #d53100;
    background: #fff2ef url(../../img/usr/common/goods_bookmark_reg_btn.png) center center / 21px auto no-repeat;
  }

  .block-variation-favorite--btn .block-icon-image,
  .block-variation-favorite-registed--btn .block-icon-image {
    display: none;
  }

  .block-goods-set {
    margin: 0 0 15px;
  }

  .block-add-cart--btn {
    width: 100%;
    margin: 12px 0 10px;
    padding: 20px 0;
  }

  .block-add-cart--btn::before {
    width: 21px;
    height: 23px;
    margin-right: 12px;
    background: url(../../img/usr/common/goods_cart_btn.png) center center no-repeat;
    vertical-align: bottom;
  }

  .block-no-stock .block-no-stock--message,
  .block-outside-sales-period--message {
    margin: 12px 0 10px;
    padding: 16px 0;
  }

  .block-variation-arrival-notice--btn {
    margin: 12px 0 10px;
    padding: 16px 0;
  }

  .block-custom-order--btn {
    margin: 12px 0 10px;
    padding: 16px 0;
  }

  .block-goods-favorite .block-goods-favorite--btn {
    padding: 31px 0 0;
  }

  .block-goods-favorite .block-goods-favorite--btn::before {
    width: 20px;
    height: 18px;
    margin: 3px 12px 3px 0;
    background: url(../../img/usr/common/goods_bookmark_btn.png) center center no-repeat;
    vertical-align: bottom;
  }

  .block-contact-about-goods {
    text-align: start;
  }

  .block-contact-about-goods--btn {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
    color: #081f2c;
    text-decoration: underline;
  }

  .block-goods-link--btn {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
    color: #081f2c;
    text-decoration: underline;
  }

  .block-goods-store-stock--btn {
    margin: 0 0 10px;
    padding: 16px 0;
  }

  .block-accessory-list {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0 40px 20px;
    background: #f5f5f5;
  }

  .block-accessory-list .block-accessory-list--name {
    margin: 0 0 20px;
    padding: 24px 0 0;
    border: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .block-goods-detail dl.block-goods-comment1,
  .block-goods-detail dl.block-goods-comment2,
  .block-goods-detail dl.block-goods-comment3,
  .block-goods-detail dl.block-goods-comment4,
  .block-goods-detail dl.block-goods-comment5 {
    margin: 0 0 24px;
  }

  .block-goods-detail dl[class^="block-goods-comment"] dt {
    margin: 0 0 22px;
    padding: 12px 0;
    border-bottom: 1px solid #111;
    font-size: 24px;
    font-weight: 500;
  }

  .block-goods-detail dl[class^="block-goods-comment"] dt h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 24px;
  }

  .block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--custom-order .block-list-custom-order-btn {
    width: 200px;
  }

  .block-src-l {
    margin: 0;
  }

  .block-goods-gallery {
    margin: 0;
  }

  /* 関連商品 */
  .page-goods .block-accessory-list .block-thumbnail-t .block-thumbnail-t--items {
    column-gap: 20px;
  }

  /* アイコン */

  .block-icon > span + span {
    margin-left: 0;
  }

  .block-search-goods .block-icon img,
  .block-goods-detail .block-icon img {
    aspect-ratio: unset;
  }

  /* ユーザーレビュー */

  .block-goods-user-review h2 {
    padding-right: 0;
    padding-left: 0;
  }

  .block-goods-user-review .block-goods-user-review--info {
    padding-right: 0;
    padding-left: 0;
  }

  .block-goods-user-review .block-goods-user-review--write-review-link,
  .block-goods-user-review .block-goods-user-review--write-review-btn {
    margin-left: 0;
  }

  .block-goods-user-review .block-goods-user-review--list {
    margin-right: 0;
    margin-left: 0;
  }

  .block-goods-user-review .block-goods-user-review--item-summary .block-goods-user-review--item-score dt {
    display: none;
  }

  .block-goods-user-review .block-goods-user-review--description {
    font-size: unset;
  }

  /* 詳細検索 */

  /* ----取扱店舗一覧画面---- */

  .block-store-stock--goods-detail .goods-detail-description {
    gap: 20px;
    padding: 0;
    font-size: 14px;
  }

  .block-store-stock--goods-detail .goods-detail-description dt {
    width: 100px;
    padding: 3px;
    font-weight: bold;
  }

  /* ----本品とレフィル切り替え画面---- */

  .block-regular-goods-refillgoods--header {
    margin: 0 0 20px;
  }

  .block-goods-detail {
    display: grid;
    grid-template-columns: minmax(50%, 560px) minmax(44.7%, 500px);
    column-gap: 60px;
    width: 1120px;
    max-width: 1120px;
    margin: 60px 60px 0 20px;
  }

  .block-cart-float {
    position: relative;
    bottom: auto;
    width: auto;
  }

  .block-goods-gallery ul li {
    width: 70px;
    min-width: 70px;
    flex-basis: 70px;
    margin: 0 12px 0 0;

    &:first-child {
      margin-left: 0;
    }

    &:last-child {
      margin-right: 0;
    }

    margin-right: 9px !important;
  }

  .block-goods-gallery ul li figure {
    width: 100%;
    height: 100%;
  }

  .block-topic-path {
    margin: 60px auto 0;
    padding: 20px 0px;
    max-width: 1120px;
  }

  .block-topic-path--genre.hidden-sb {
    display: block !important;

    &:not(:first-child) {
      margin-top: 4px;
    }
  }

  .block-topic-path--list {
    & + .block-topic-path--list {
      margin-top: 4px;
    }
  }

  /* ----ページャー---- */

  .pager-scope,
  .pager-total {
    font-size: 14px;
  }

  .pager-total {
    margin-right: auto;
  }

  .pagination {
    display: flex;
  }

  .pagination > li {
    min-width: 0;
    margin-left: 24px;
  }

  .pagination > * {
    list-style-type: none;
    float: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }

  .pagination > .disabled {
    color: var(--cl-pgr);
  }

  .pagination li a {
    color: var(--cl-pgr);
  }

  .pager-current {
    color: var(--cl-bl);
    background-color: transparent;
    border: none;
  }

  .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;

    &::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--cl-bl);
    }
  }

  .block-icon-image--first,
  .block-icon-image--last {
    width: 12px;
    height: 12px;
    background-image: url(../../img/usr/common/pc/arw_pager_2.png);
  }

  .block-icon-image--prev,
  .block-icon-image--next {
    width: 7px;
    height: 12px;
    background-image: url(../../img/usr/common/pc/arw_pager_1.png);
  }

  /* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

  .block-thumbnail-t .block-thumbnail-t--items {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
    gap: 15px;
    font-size: unset;
  }

  .block-thumbnail-t .block-thumbnail-t--item {
    display: inline-block;
    width: calc((100% - 60px) / 5);
    margin: unset;
  }
}

@media screen and (min-width: 869px) {
  .block-top-pickup-container {
    .block-thumbnail-t .block-thumbnail-t--items {
      flex-wrap: nowrap;
      gap: 16px;

      > li {
        width: calc((100% - 80px) / 6);
      }
    }
  }
}

@media screen and (min-width: 1101px) {
  .block-filter-modal-body {
    width: 760px;
    padding: 24px;

    .item-close_btn {
      top: 16px;
      right: 16px;
    }

    h2 {
      font-size: 22px;
    }

    .block-filter-list {
      margin-top: 16px;
      padding: 32px 106px;
      max-height: calc(100dvh - 32px - 24px - 36px - 16px - 24px - 48px - 24px);

      .block-filter-list-item {
        display: flex;
        align-items: center;

        & + .block-filter-list-item {
          margin-top: 32px;
        }

        dt {
          width: calc(100% - 298px);
        }

        dd {
          width: 298px;
          margin-top: 0;
        }
      }
    }

    .block-filter-btns {
      margin-top: 24px;

      ul {
        display: flex;
        justify-content: center;
        gap: 16px;

        li {
          width: 230px;

          button {
            &.block-filter--search-btn {
              padding-left: 6px;

              &::before {
                left: 16px;
                width: 22px;
                height: 18px;
                margin-top: -9px;
                background-image: url(../../img/usr/common/pc/filter_submit.png);
              }
            }
          }
        }
      }
    }
  }

  /* button */

  .btn-bdr {
    height: 64px;

    span {
      font-size: 2rem;
    }
  }

  /* 注文系 */

  .block-order-complete--body,
  .block-order-method {
    padding: 40px 0 0;
  }

  .block-order-step-flow {
    width: 480px;
    margin: 0 auto 56px;

    ul {
      li {
        height: 54px;

        &:not(:first-child) {
          &::before {
            top: 14px;
            left: calc(360px / 3 * -1);
            width: calc(360px / 3);
          }
        }

        .no {
          width: 30px;
          height: 30px;
          border-radius: 30px;
          font-size: 16px;
        }

        .txt {
          font-size: 14px;
        }
      }
    }
  }

  .block-cart--body {
    padding: 40px 0;
  }

  .block-order-complete h1,
  .block-order-method h1,
  .block-cart--body h1,
  .block-order-estimate h1 {
    margin: 0 0 80px;
    font-size: 32px;
    text-align: center;
  }

  .block-order-complete--wrapper {
    margin: 0;
    padding: 0;
  }

  .block-order-complete--cs_payment {
    width: 1080px;
    margin: 80px auto 40px;

    h3 {
      font-size: 20px;
    }

    dl {
      font-size: 14px;

      div {
        dt {
          width: 220px;
        }

        dd {
          width: calc(100% - 220px);
        }
      }

      & + p {
        margin-top: 80px;
      }
    }

    p {
      font-size: 16px;
      text-align: center;
    }
  }

  .block-order-complete--lottery-btn {
    margin-top: 56px;

    .btn-bdr {
      width: 560px;
      margin: 0 auto;

      span {
        font-size: 20px;
      }
    }
  }

  .block-order-complete--message {
    margin: 80px 0 0;
    font-size: 16px;
    text-align: center;
  }

  .block-order-complete--lottery-btn + .block-order-complete--message {
    margin-top: 120px;
  }

  .block-order-complete--orderid {
    justify-content: center;
    margin: 40px 0 0;

    dt {
      font-size: 16px;
    }

    dd {
      font-size: 16px;
    }
  }

  .block-order-complete--bot-btn {
    margin-top: 40px;

    ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px 80px;
    }

    li + li {
      margin-top: 0;
    }

    .btn-bdr {
      width: 500px;

      span {
        font-size: 20px;
      }
    }

    &.btn-lottery {
      .btn-bdr {
        width: 400px;
      }
    }
  }

  .block-order-method {
    width: 1080px;
    margin: 0 auto;
  }

  .block-order-method--container {
    display: block;
  }

  .block-order-method h2 {
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--cl-pgr);
    font-size: 20px;
    font-weight: 700;
  }

  .block-order-method--reservation-content {
    padding: 40px;

    p {
      font-size: 14px;
    }

    .block-order-method--reservation-input {
      input {
        width: 400px;
        margin-top: 12px;
      }
    }
  }

  .block-order-method--goods-content {
    margin: 0;
    padding: 0;
    border: none;
  }

  .block-order-method--goods-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 60px;

    .block-order-method--goods-item,
    .block-order-method--goods-item:last-child {
      width: calc((100% - 60px) / 2);
      margin: 0;
      padding: 20px;
      border: none;
    }
  }

  .block-order-method--goods-item-image figure {
    width: 120px;
    height: 120px;
  }

  .block-order-method--goods-info {
    padding-left: 12px;
  }

  .block-order-method--goods-name,
  .block-order-method--goods-comment,
  .block-order-method--goods-set-name {
    font-size: 14px;
  }

  .block-order-method--payment-content,
  .block-order-method--delivery-datetime-content,
  .block-order-method--dest-content,
  .block-order-method--host-content,
  .block-order-method--host-confirmation {
    margin: 0;
    padding: 40px;
    border: 2px solid var(--cl-lpgr);
  }

  .block-order-method--dest-item,
  .block-order-method--dest-add {
    padding: 0;
  }

  .block-order-method--dest-item-nickname {
    font-size: 16px;
    font-weight: 400;
  }

  .block-order-method--dest-list address {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;

    p + p {
      margin-left: 20px;
    }
  }

  .block-order-method--dest-add {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block-order-method--delivery-address-add-btn {
    width: 400px;
    font-size: 14px;
  }

  .block-order-method--date-spec,
  .block-order-method--time-spec,
  .block-order-method--delivery-service {
    display: flex;
    align-items: center;
  }

  .block-order-method--delivery-service,
  .block-order-method--date-spec,
  .block-order-method--regular-content,
  .block-regular-cycle--deliv_date,
  .block-order-method--time-spec {
    &:not(:first-child) {
      margin-top: 40px;
    }
  }

  .block-order-method--delivery-service-title,
  .block-order-method--date-spec-title,
  .block-order-method--time-spec-title {
    width: 176px;
    margin-bottom: 0;
    color: var(--cl-bl);
    font-size: 1.4rem;
    font-weight: 700;
  }

  .block-order-method--date-spec-content,
  .block-order-method--time-spec-content,
  .block-order-method--delivery-service-content {
    width: calc(100% - 176px);
    font-size: 14px;
  }

  .block-order-method--delivery-service-select {
    font-size: 1.6rem;
  }

  .block-order-method--delivery-help,
  .block-order-method--delivery-note {
    padding-left: 176px;
  }

  .block-order-method--delivery-note {
    font-size: 14px;
  }

  .block-order-method--delivery-help-btn {
    width: 400px;
    font-size: 14px;
  }

  .block-common-modal-body {
    width: 760px;
    padding: 20px;

    .block-common-modal-close_btn {
      top: 16px;
      right: 16px;
    }

    h2 {
      font-size: 22px;
    }
  }

  .block-order-method--delivery-help-list {
    .list-items {
      display: flex;
      gap: 40px;
    }

    .list-item {
      width: calc((100% - 40px) / 2);
      font-size: 14px;

      & + .list-item {
        margin-top: 0;
      }

      h3 {
        font-size: 14px;
      }
    }
  }

  .block-order-method--promotion,
  .block-order-method--point-use,
  .block-order-method--payment-method,
  .block-order-method--coupon,
  .block-order-method--delivery-service,
  .block-order-method--date-spec,
  .block-order-method--time-spec,
  .block-order-method--regular-content,
  .block-regular-cycle--deliv_date,
  .block-order-method--shipping {
    display: flex;
    padding: 0;

    &:not(:first-child) {
      margin-top: 40px;
    }
  }

  .block-order-method--promotion-title,
  .block-order-method--point-use-title,
  .block-order-method--payment-method-title,
  .block-order-method--coupon-title,
  .block-order-method--shipping-title {
    width: 176px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .block-order-method--coupon-content,
  .block-order-method--promotion-content,
  .block-order-method--shipping-content,
  .block-order-method--point-use-content,
  .block-order-method--payment-method-content {
    width: calc(100% - 176px);
    padding-top: 0;
    font-size: 14px;

    > p {
      margin-bottom: 16px;

      &.help-block {
        margin-top: 20px;
      }
    }
  }

  .block-order-method--contents .block-order-method--payment-content input[type="text"][name="promotion_code"],
  .block-order-method--contents .block-order-method--payment-content input[type="text"][name="coupon"] {
    width: 400px;
  }

  .block-order-method--coupon-available-btn {
    width: 400px;
    margin-top: 20px;
    font-size: 14px;
  }

  .block-order-method--shipping-content {
    dl {
      font-size: 16px;

      dt {
        font-weight: 400;
      }
    }
  }

  .block-order-method--current-point {
    margin: 0;
    font-size: 16px;
  }

  .block-order-method--point-use-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    column-gap: 40px;
    border: none;
    background-color: transparent;
    font-size: 1.6rem;

    li + li {
      margin-top: 0;
    }

    input[name="pointpay_num"] {
      width: 80px;
      margin: 0 12px 0 14px;
      font-size: 1.4rem;
    }

    label {
      font-size: 14px;
    }
  }

  .block-order-method--payment-method-select li,
  .block-order-method--point-use-select li {
    margin: 0;
  }

  .block-order-method--payment-method-select {
    font-size: 16px;

    li {
      display: flex;
      align-items: center;
      margin: 0;

      label {
        width: 174px;
      }
    }

    li + li {
      margin-top: 20px;
    }

    .help-block {
      padding-left: 0;
    }

    li .help-block {
      font-size: 12px;
    }
  }

  .block-order-method--sales-append-container {
    padding: 40px;

    .fieldset-vertical .form-group {
      border-top: none;

      & + .form-group {
        margin-top: 40px;
      }
    }

    .fieldset-vertical .form-label {
      display: flex;
      flex-basis: 176px;
      flex-shrink: 0;
      align-items: center;
      width: 176px;
      margin: 0;
      padding: 0;
      background-color: transparent;
      float: unset;
      font-size: 14px;

      .block-order-method--sales-append-item-title {
        font-size: 14px;
      }
    }

    .fieldset-vertical div.form-group:last-of-type {
      border-bottom: none;
    }

    .fieldset-vertical .constraint {
      flex-basis: 0;
    }

    .fieldset-vertical .form-control {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 40px;
      font-size: 16px;
    }

    label:has(input) {
      + label {
        margin-top: 0;
      }
    }
  }

  .block-order-method--sales-append-content .form-control input[type="text"],
  .block-order-method--sales-append-content .form-control select,
  .block-order-method--sales-detail-append-item .form-control input[type="text"],
  .block-order-method--sales-detail-append-item .form-control select {
    display: inline-block;
    width: 400px;
  }

  .block-order-bot--submit-btn {
    margin-top: 40px;

    li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      button,
      a,
      label {
        width: 500px;
        cursor: pointer;
      }
    }

    .list-submit {
      .btn-bdr span {
        font-size: 20px;
      }
    }

    .list-back {
      .btn-sld {
        min-height: 40px;
        font-size: 14px;
      }
    }

    .help-block {
      margin-top: 20px;
      font-size: 1.4rem;
      text-align: center;

      b {
        font-weight: 400;
      }
    }
  }

  .block-goods-payment-icon {
    font-size: 1.4rem;

    .item-ttl {
      margin-bottom: 12px;
    }
  }

  .block-common-alert-list {
    width: 640px;
    margin: 20px auto 0;
    font-size: 1.6rem;
    text-align: center;
  }

  .block-cart--age_confirmation {
    width: 640px;
    margin: 20px auto 0;
    font-size: 1.6rem;
    text-align: center;

    .ttl {
      color: var(--cl-rd);
      font-weight: 700;
    }

    .comment {
      font-size: 1.4rem;
      color: var(--cl-gy);
    }

    .input {
      justify-content: center;
      font-size: 16px;
    }
  }

  .block-cart--form-post {
    display: block;
  }

  .block-cart--cart-info {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
  }

  .block-cart--cart-content {
    width: 510px;

    > div {
      font-size: 14px;

      dt {
        width: 130px;
      }

      dd {
        width: calc(100% - 130px);
      }

      .subtotal {
        font-size: 18px;

        .tax {
          font-size: 14px;
        }
      }
    }
  }

  .block-cart--cart-goods {
    width: 510px;
    margin-top: 0;
  }

  .block-cart--cart-goods-list {
    .list-item {
      & + .list-item {
        margin-top: 24px;
      }

      .list-detail {
        font-size: 14px;
        line-height: 1.4;
      }
    }
  }

  .block-cart--resevation_code {
    width: 640px;
    margin: 40px auto 0;
    font-size: 14px;
    text-align: center;

    .ttl {
      font-size: 1.6rem;
    }

    .comment {
      margin-top: 20px;
    }

    .company {
      color: var(--cl-gy);
    }
  }

  .block-cart--submit {
    margin-top: 48px;

    .list-items {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: center;
      gap: 80px;
    }

    .list-item {
      & + .list-item {
        margin-top: 0;
      }

      .btn-bdr {
        width: 500px;
        height: 64px;
      }
    }
  }

  .block-goods_list-history,
  .block-goods_list-recommend {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 32px 0;

    &.block-goods_list-history {
      h2 {
        padding: 0;
        font-size: 14px;

        &::before {
          margin-right: 20px;
        }
      }
    }

    &.block-goods_list-recommend {
      h2 {
        padding: 0;
        font-size: 16px;
      }
    }
  }

  .page-top .block-goods_list-history {
    margin: 0;
  }

  .page-goods {
    .block-goods_list-history {
      margin: 60px 0 0;
    }

    .block-goods_list-recommend {
      margin: 30px 0 0;
    }

    .block-topic-path {
      max-width: var(--responsive-sys-container-width);
    }
  }

  .page-cart .block-goods_list-history {
    margin-bottom: -40px;
  }

  .block-goods_list-history-body,
  .block-goods_list-recommend-body {
    width: 1080px;
    margin: 0 auto;
  }

  .block-goods_list-history-list,
  .block-goods_list-recommend-list {
    .list-items {
      gap: 44px;
      padding: 0;
      overflow: visible;
    }

    .list-item {
      flex-shrink: 0;
      width: calc((100% - 176px) / 5);
      margin-right: 0;
    }

    .list-img {
      img {
        border-radius: 5px;
      }
    }

    .list-name {
      font-size: 1.2rem;
      margin-top: 8px;
    }
  }

  .block-order-complete--body,
  .block-order-method,
  .block-cart--body {
    .block-goods_list-history {
      margin: 80px 0 -80px;
    }
  }

  .block-order-estimate--container {
    display: block;
    column-gap: 0;
    row-gap: 0;
  }

  .block-order-estimate--novelty {
    padding: 0;
    border: none;
  }

  .block-order-estimate--procedure {
    display: block;
    position: relative;
    top: auto;
    padding: 0;
    border: none;
  }

  .block-order-estimate--container {
    width: 1080px;
    margin: 0 auto;
  }

  .block-order-estimate--date-spec-confirmation .block-order-estimate--date-spec-title,
  .block-order-estimate--goods .block-order-estimate--goods-title,
  .block-order-estimate--amazonpay .block-order-estimate--amazonpay-loginheader,
  .block-order-estimate--comment .block-order-estimate--comment-title {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: none;
    font-size: 20px;
    font-weight: 700;
  }

  .block-order-estimate--goods-delivary-date {
    display: flex;
    align-items: center;

    dt {
      font-size: 14px;
    }

    dd {
      display: flex;
      align-items: center;
      margin: 0 0 0 20px;
      font-size: 16px;

      .note {
        margin: 0 0 0 20px;
        font-size: 12px;
      }
    }
  }

  .block-order-estimate--goods-content {
    padding: 0;
    border: none;
  }

  .block-order-estimate--goods-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
  }

  .block-order-estimate--goods-list .block-order-estimate--goods-item {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 60px) / 2);
    margin: 0;
    padding: 20px;
    border: none;
    border-bottom: none;
  }

  .block-order-estimate--goods-item .block-order-estimate--goods-item-image {
    flex-basis: 120px;
    min-width: 120px;
  }

  .block-order-estimate--goods-item .block-order-estimate--goods-description {
    display: block;
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
    column-gap: 0;
    padding-left: 12px;
    font-size: 14px;
  }

  .block-order-estimate--goods-description .block-order-estimate--goods-price {
    text-align: left;
  }

  .block-order-estimate h2,
  .block-order-estimate--novelty .block-order-estimate--novelty-title,
  .block-order-estimate--dest .block-order-estimate--dest-title {
    margin: 0 0 20px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--cl-pgr);
    font-size: 20px;
    font-weight: 700;
  }

  .block-order-estimate--novelty-comment {
    font-size: 16px;
  }

  .block-order-estimate--novelty-content {
    padding: 0;
    border: none;
  }

  .block-order-estimate--novelty-content-item {
    h3 {
      margin-bottom: 20px;
      font-size: 16px;
    }

    .novelty-qty {
      display: flex;
      align-items: center;

      dt {
        font-size: 1.4rem;
      }

      dd {
        display: flex;
        align-items: center;
        margin: 0 0 0 20px;
        font-size: 1.6rem;

        .note {
          margin: 0 0 0 16px;
          font-size: 1.2rem;
        }
      }
    }

    .novelty-list {
      gap: 40px;
      margin-top: 20px;

      .list-item {
        width: calc((100% - 160px) / 5);
        padding: 20px;
      }

      .list-name {
        font-size: 14px;
      }

      .list-qty {
        margin-top: 20px;
      }
    }
  }

  .block-order-estimate--procedure-container,
  .block-order-estimate--content {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .block-order-estimate--summary-content,
  .block-order-estimate--dest-content,
  .block-order-estimate--date-spec-content,
  .block-order-estimate--method-pay-content,
  .block-order-estimate--sales-append-content,
  .block-order-estimate-point-content {
    display: block;
    padding: 40px;
    border: 2px solid var(--cl-lpgr);
    font-size: 14px;
  }

  .block-order-estimate--content .block-order-estimate--dest {
    display: block;
    width: 100%;
  }

  .block-order-estimate--delivery-summary,
  .block-order-estimate--dest-content {
    font-size: 14px;

    address {
      font-size: 14px;
    }
  }

  .block-order-estimate--dest .block-order-estimate--change-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -15px;
  }

  .block-order-estimate--date-spec,
  .block-order-estimate--time-spec,
  .block-order-estimate--method,
  .block-order-estimate--point,
  .block-order-estimate--promotion-code,
  .block-order-estimate--coupon {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 16px;

    .help-block {
      margin: 0 0 0 32px;
      font-size: 12px;
    }
  }

  .block-order-estimate--method-name {
    font-size: 16px;
  }

  .block-order-estimate--change-btn-ttl {
    width: 176px;

    h3 {
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 700;
    }

    .block-order-estimate--change-btn {
      position: relative;
      top: auto;
      right: auto;
      margin-left: 12px;
    }
  }

  .block-order-estimate--pay-input {
    margin: 40px 0 0;

    .fieldset-vertical {
      margin: 0;
    }

    .block-order-estimate--pay-detail .form-group {
      background-color: transparent;
    }

    .fieldset-vertical .form-control {
      display: flex;
      align-items: center;
      width: calc(100% - 218px);
      flex-basis: calc(100% - 218px);
      margin: 0;
      padding: 0;
      gap: 12px;
      font-size: 16px;

      .help-block {
        margin: 0 0 0 8px;
        font-size: 12px;
      }
    }

    .fieldset-vertical .form-label {
      width: 218px;
      flex-basis: 218px;
      flex-shrink: 0;
      flex-grow: 0;
      padding: 0;
      background-color: transparent;
    }

    .fieldset-vertical .block-order-estimate--cvs-select {
      .form-label {
        width: 300px;
        flex-basis: 300px;
      }

      .form-control {
        width: calc(100% - 300px);
        flex-basis: calc(100% - 300px);
      }
    }

    .fieldset-vertical .form-label label {
      font-size: 1.4rem;
    }
  }

  .block-order-estimate--pay-detail .form-group {
    border: none;

    + .form-group {
      margin-top: 40px;
    }

    &.block-order-estimate--pay-expire .form-control {
      font-size: 14px;

      select {
        font-size: 16px;
      }
    }
  }

  .block-order-estimate--pay-card-brand,
  .block-order-estimate--pay-card {
    select,
    input {
      width: 400px;
    }
  }

  .block-order-estimate--pay-security-code {
    input {
      width: 120px;
    }
  }

  .block-order-estimate--pay-savecard {
    padding-left: 218px;

    label {
      font-size: 14px;
    }
  }

  .fieldset-vertical div.form-group:last-of-type {
    border-bottom: none;
  }

  .block-order-estimate--sales-append {
    padding: 0;
  }

  .block-order-estimate--sales-append-list {
    &.table,
    thead,
    tbody,
    tr,
    th,
    td {
      display: block;
      padding: 0;
      border: none;
      background-color: transparent;
    }

    tr {
      display: flex;
      align-items: center;
    }

    tr + tr {
      margin-top: 40px;
    }

    tbody {
      th {
        width: 176px;
        border: none;
        background-color: transparent;
      }

      td {
        width: calc(100% - 176px);
        font-size: 16px;
      }
    }
  }

  .block-order-estimate-total,
  .block-order-estimate-point,
  .block-order-estimate-terms {
    width: 1080px;
    margin: 40px auto 0;
  }

  .block-order-estimate-total-list {
    > div {
      font-size: 14px;

      dt {
        width: 218px;
      }

      dd {
        width: calc(100% - 218px);
      }

      .total-price {
        b {
          font-size: 18px;
        }
      }
    }
  }

  .block-order-estimate-point-content {
    > div {
      display: flex;
      align-items: center;

      + div {
        margin-top: 40px;
      }

      dt {
        width: 176px;
        font-size: 1.4rem;
      }

      dd {
        display: flex;
        align-items: center;
        width: calc(100% - 176px);
        margin-top: 0;
        font-size: 16px;

        .help-block {
          margin: 0 0 0 32px;
          font-size: 12px;
        }
      }
    }
  }

  .block-order-estimate-terms {
    margin-top: 56px;
    text-align: center;

    li {
      position: relative;
      padding-left: 0;
      font-size: 1.6rem;

      + li {
        margin-top: 16px;
      }

      &::before {
        content: "※";
        position: relative;
      }
    }
  }

  .block-modal-terms_of_service,
  .block-modal-return_policy {
    padding: 40px;
    font-size: 14px;
  }

.block-modal-terms_of_service-list {

  .layer-1st {
    .layer-1st-item {
      .list-no {
        margin-top: 20px;
      }
    }
  }
}

  .block-modal-return_policy {
    .item-btn {
      display: flex;
      justify-content: center;
      margin: 32px 0;

      .btn-bdr {
        width: 500px;
      }
    }
  }

  .block-cart--nodata {
    width: 480px;
    margin: 80px auto;
    text-align: center;
  }

  .block-cart--nodata-message {
    margin: 80px 0;
    color: #333;
    font-size: 20px;
  }

  .block-cart--nodata-img {
    display: block;
    margin-top: 80px;
  }

  .block-order-estimate--container .block-order-bot--submit-btn {
    & .list-submit {
      .btn-bdr span {
        font-size: 20px;
      }

      .help-block {
        font-size: 14px;
      }
    }
  }

  .block-order-estimate {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }

  .block-order-complete--body {
    margin-bottom: 80px;
  }

  .block-thumbnail-t--item .block-thumbnail-t--goods-name {
    font-size: 14px;
  }

  .block-thumbnail-t--stock {
    font-size: 14px;

    dt {
      font-weight: 700;
    }
  }

  .variation_cart_modal .block-common-modal-body {
    padding: 40px 24px 24px;
    width: calc(24px + 404px + 24px + 280px + 24px);
    overflow: hidden;

    .block-variation-goods-body {
      display: flex;
      gap: 24px;

      .block-variation-goods-info {
        width: 280px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .block-variation-goods-img {
        width: 404px;
        padding: 24px 0;
        text-align: center;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .block-variation-goods-name {
        margin: 0;
        line-height: 1.4;
        color: var(--cl-gy);
      }

      .block-color-size-with-cart--color-item-term,
      .block-color-size-with-cart--size-item-term,
      .block-size-with-cart--item-term,
      .block-color-with-cart--item-term {
        width: 48px;
        max-width: 68px;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
      }

      .block-variation-add-cart {
        .block-add-cart--btn.btn-primary {
          margin-left: 12px;
          width: 200px;
          height: 48px;
          font-size: 16px;
        }
      }
    }
  }

  #add-cart .block-common-modal-body {
    padding: 24px;
    width: calc(24px + 404px + 24px + 280px + 24px);
    overflow: hidden;

    .block-modal-cart-body {
      display: flex;
      gap: 24px;
      margin-top: 16px;

      .block-modal-cart-info {
        width: 280px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .block-modal-cart-goods-img {
        width: 404px;
        padding: 24px 0;
        text-align: center;
        margin-top: 0;
      }

      .block-modal-cart-name-price {
        display: flex;
        flex-direction: column;
      }

      .block-modal-cart-goods-name {
        margin: 0 0 20px;
        line-height: 1.4;
        color: var(--cl-gy);
      }

      .block-modal-cart-goods-price .block-goods-price--price::after {
        font-size: 10px;
      }

      .block-modal-cart-button {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
      }

      .block-modal-cart-link-cart .block-add-cart--btn {
        width: 280px;
        height: 48px;
        font-size: 16px;
      }

      .btn-bdr {
        width: 280px;
        height: 48px;

        span {
          font-size: 16px;
        }
      }
    }
  }

  .block-order-estimate--pay-ttl {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .block-order-complete--img {
    img {
      width: 320px;
    }
  }
}
