@charset "UTF-8";

@keyframes slideLeftTime {
  0% {
    width: 0;
  }
  80% {
    width: 110%;
    opacity: 100%;
  }
}

:where(html) {
  .block-switch-banner {
    display: none !important;
  }

  .block-ec-mv-slider {
    margin-top: 16px;
    visibility: hidden;
    overflow: visible;
    text-align: center;

    &.slick-initialized {
      visibility: visible;

      .slick-arrow-wrapper {
        display: block;
        position: absolute;
        top: calc(50% - 35px);
        left: 0;
        width: 100%;

        .slick-arrow-body {
          display: flex;
          justify-content: space-between;
          width: 1060px;
          margin: 0 auto;
        }

        .slick-arrow {
          display: block;
          width: 50px;
          height: 50px;
          border: 1px solid rgb(255 255 255 /50%);
          color: transparent;
          cursor: pointer;
          opacity: 70%;
          z-index: 9;
          transition: 0.3s;
          background: rgb(255 255 255 /50%) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20d%3D%22M30%2015%2020%2025l10%2010%22%20fill%3D%22none%22%20stroke%3D%22%23464748%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0 / cover;

          &:hover {
            opacity: 100%;
            scale: 105%;
          }
        }

        .slick-next {
          transform: rotate(180deg);
        }
      }

      .slick-list {
        .slick-track {
          .block-ec-mv-slider-item {
            position: relative;
            margin: 0 25px;
            transition: 0.3s;
            opacity: 75%;

            a {
              box-sizing: border-box;
              display: block;
              transition: 0.1s;
              transition-delay: 0.2s;
              border-radius: 6px;
              overflow: hidden;

              &::after {
                display: none;
              }

              img {
                transition: 0.3s;
                height: 100%;
              }
            }

            &.slick-center {
              opacity: 100%;

              a {
                border-radius: 0;
                overflow: hidden;
                transition: 0.3s;

                &:hover {
                  opacity: 100%;
                  scale: 101%;
                  box-shadow: 0 0 12px #00000010;
                }
              }
            }
          }
        }
      }

      .slick-dots-wrapper {
        margin: 12px auto 0;

        .slick-dots {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 8px;
        }

        li {
          position: relative;
          border-radius: 8px;
        }
        li + li {
          margin-left: 16px;
        }

        button {
          display: block;
          position: relative;
          width: 8px;
          height: 8px;
          margin: 0;
          padding: 0;
          border: none;
          border-radius: 8px;
          background: #ffffff linear-gradient(var(--col_paleGray, #f5f5f6) 0, var(--col_paleGray, #f5f5f6) 100%);
          color: transparent;
          cursor: pointer;
          transition: all 0.6s ease-out;

          &:hover {
            width: 8px;
            height: 8px;
          }
        }

        .slick-active {
          overflow: hidden;
          height: 6px;

          button {
            width: 48px;
            height: 6px;
            background: var(--col_MypreBlue, #00467f);
          }
        }
      }
    }
  }

  .ttl-pinyon-h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: var(--cl-br, #433d37);
    font-family: var(--ff-serif);
    text-align: center;

    img {
      display: block;
    }

    span {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.1;
    }
  }

  .ttl-smg-h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;

    &.ttl-bdr {
      &::before {
        content: "";
        display: block;
        position: absolute;
        top: 16px;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--cl-br, #433d37);
      }

      .txt-en {
        padding: 0 28px;
        background: #ffffff;
      }
    }

    .txt-en {
      position: relative;
      font-size: 3.2rem;
      font-family: var(--ff-smg);
      letter-spacing: 0.1em;
    }

    .txt-ja {
      margin-top: 2px;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0.1em;
    }
  }

  .fs-14 { font-size: 1.4rem; }
  .fs-18 { font-size: 1.8rem; }
  .fs-22 { font-size: 2.2rem; }
  .fs-24 { font-size: 2.4rem; }
  .fs-30 { font-size: 3rem; }
  .fs-40 { font-size: 4rem; }

  .block-btn-bdr,
  .block-btn-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid var(--col_Gold, #baa66d);
    border-radius: 8px;
    color: var(--col_Gold, #baa66d);
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: 0.2s;

    &:hover {
      color: var(--col_Gold, #baa66d);
      opacity: 70%;
    }
    &::after {
      background-color: var(--col_Gold, #baa66d) !important;
    }
  }
  .block-btn-bg {
    background: var(--col_Gold, #baa66d);
    color: #ffffff;

    &:hover {
      color: #ffffff;
    }
  }

  /*---- ヘッダー ----*/
  .block-header {
    .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 80px;
    }

    .block-header-left,
    .block-header-right {
      width: 500px;
    }

    .block-header-left {
      display: flex;
      align-items: center;
      gap: 16px;

      .block-headernav-left {
        flex-shrink: 0;
      }

      .block-header-left-btns {
        > ul:not([class]) { /* 画像バナー */
          display: flex;
          gap: 8px;

          li {
            overflow: hidden;

            a {
              display: block;

              &:hover {
                opacity: 70%;
              }

              img {
                height: 40px;
                aspect-ratio: 10 /3;
                vertical-align: bottom;
                transition: 0.3s;
              }
            }
          }
        }

        .block-header-banner-list { /* テキストバナー */
          margin: 0;
          display: flex;
          align-items: flex-start;
          gap: 8px;

          li {
              height: 40px;
              padding: 0;
              width: 134px;
              transition: 0.3s;

              &.btn-column-li {
                --col_theme: #9e7951;
                order: 1;
                background: url("/img/usr/common/column_bg.jpg") 100% 27% / 50% no-repeat;
              }
              &.btn-message-li {
                --col_theme: #7cb0c3;
                order: 2;
                background: url("/img/usr/common/message_bg.jpg") 112% 52% / 75% no-repeat;
              }
              &.btn-eGift-li {
                order: 3;
                background: #f8f6f4 url("/img/usr/common/eGIft_bg.jpg") no-repeat 103% -50% / 28% auto;

                .btn-a-txt {
                  background: linear-gradient(90deg, #43c7e3 0%, #11c2a3 100%);
                }
              }

            a {
              display: flex;
              flex-wrap: wrap;
              height: 100%;
              width: 100%;
              padding-right: 16px;
              text-decoration: none;
              background: right top / 80%  no-repeat;
              overflow: hidden;

              &:hover {
                opacity: unset;
              }

              li:has(&:hover) {
                opacity: 80%;
              }

              .btn-a-txt {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-content: center;
                gap: 1px;
                padding: 0 0 0 5px;
                height: 100%;
                width: 100%;
                background: var(--col_theme);
                clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
                text-shadow: 0 0 2px rgb(0 0 0 /80%) !important;

                small {
                  color: #ffffff;
                  line-height: 1.3;
                  letter-spacing: -0.025em;
                  font-weight: 900;
                  font-size: 0.8rem;
                  text-shadow: 0 0 2px #00000085;
                  word-break: keep-all;
                }
                span {
                  color: #ffffff;
                  font-family: var(--ff-sans_serif);
                  font-weight: 600;
                  font-size: 1.2rem;
                  line-height: 1;
                  text-decoration: none;
                  letter-spacing: 0.05em;
                  font-feature-settings: "palt";
                }
              }
            }
          }
        }
      }

      #header-logo {
        a {
          display: block;
        }
      }
    }

    .block-header-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 100%;

      .block-header-btns {
        ul {
          display: flex;
          align-items: center;
          margin-right: 24px;
          gap: 10px;
        }

        a {
          &[class] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 110px;
            height: 32px;
            font-size: 1.2rem;
            text-decoration: none;
            letter-spacing: 0.04em;
            transition: 0.2s;
            line-height: 1;
            border-radius: 4px;
          }

          &.btn-blue {
            background: var(--col_MypreBlue, #00467f);
            color: #ffffff;
          }

          &.btn-white {
            border: 1px solid var(--col_MypreBlue, #00467f);
            background: #ffffff;
            color: var(--col_MypreBlue, #00467f);
          }

          &:hover {
            opacity: 70%;
          }
        }

        span {
          font-size: 1rem;
          font-weight: 600;
          color: var(--col_MypreBlue, #00467f);
        }
      }

      .block-headernav-right {
        position: relative;

        ul {
          display: flex;
          height: 44px;
          align-items: center;
          gap: 2px;

          li {
            height: 100%;

            &:has(.btn-regist) {
              display: flex;
              margin-right: 8px;
              box-sizing: border-box;
              border: 1px solid var(--col_MypreBlue, #00467f);
              border-radius: 4px;
              overflow: hidden;
            }

            &:first-child {
              margin-right: 8px;
            }
            &:last-child {
              margin-left: 8px;
            }

            a {
              &.btn-regist {
                padding: 0 16px;
                border-right: 1px solid var(--col_MypreBlue, #00467f);
                border-radius: 0;
                white-space: nowrap;
                text-decoration: none;
                letter-spacing: 0.05em;
                line-height: 0;
                font-weight: 600;
                font-size: 1.2rem;
                color: var(--col_MypreBlue, #00467f);
              }
            }

            &.block-indic-login {
              position: absolute;
              display: block;
              margin: 0;
              top: -10px;
              right: 0;
              text-align: center;
              z-index: -10;
              width: 100%;

              sup {
                display: block;
                padding: 0 16px 0;
                color: var(--col_MypreBlue, #00467f);
                letter-spacing: -0.1em;
                font-size: 0.9rem;
                line-height: 16px;
                background: var(--col_MypreBlue, #00467f);
                background: #ffffff;
                border: var(--col_MypreBlue, #00467f) 1pt solid;
                border-width: 0 0 1px 0;
              }
            }

            a {
              display: flex;
              position: relative;
              padding: 2px 0;
              min-width: 56px;
              color: transparent;
              transition: 0.2s;
              flex-direction: column;
              justify-content: center;
              align-items: center;

              svg {
                width: 28px;
                height: 28px;
                fill: none;
                stroke: var(--col_MypreBlue, #00467f);
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-width: 1.5px;

                & + span {
                  display: block;
                  margin-top: 1px;
                  width: 100%;
                  text-align: center;
                  line-height: 1;
                  font-feature-settings: "palt";
                  font-size: 1rem;
                  color: var(--col_MypreBlue, #00467f);
                }
              }

              &.icon-logout svg {
                stroke: var(--cl-dn, #d9534f);
              }
              &.icon-logout span {
                color: var(--cl-dn, #d9534f);
              }

              &.icon-cart {
                svg {
                  margin-left: -4px;
                }
              }

              .block-headernav--cart-count {
                position: absolute;
                top: -2px;
                right: 8px;
                width: 18px;
                height: 18px;
                border-radius: 24px;
                background: var(--cl-dn, #d9534f);
                color: #ffffff;
                font-size: 1.1rem;
                font-weight: 600;
                text-align: center;
                line-height: 19px;
              }
            }
          }
        }
      }
    }
  }

  /*---- グローバルナビ ----*/
  .block-gnav {
    position: relative;
    width: 100%;
    z-index: 99;

    .block-gnav-items {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      height: 36px;
      align-items: stretch;
      transition: 0.3s;
    }

    .block-gnav-item {
    --bgc: #000000;

      display: flex;
      width: 100%;
      height: 100%;
      transition: 0.3s;
      flex-shrink: 1;
      background: #ffffff;
      border-radius: 0;

      &:hover {
      background: rgb(0 0 0 /4%);
        border-radius: 4px;
      }

      &.active {
        border-radius: 4px 4px 0 0;
      }

      &:has(.new) .block-gnav-ttl-txt span::after {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 4px);
        width: 7px;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        background: var(--cl-dn, #d9534f);
      }

      > * {
        width: 100%;
      }

      a {
        display: flex;
        text-decoration: none;
        position: relative;

        &:hover {
          color: var(--col_Gold, #baa66d);
          opacity: unset;

          span {
            opacity: 80%;
          }
        }
      }

      .block-gnav-ttl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        color: var(--cl-br, #433d37);
        letter-spacing: 0.05em;
        cursor: pointer;

        &::after {
          content: "";
          display: block;
          flex-grow: 0;
          width: 100%;
          height: 3px;
          transition: 0.3s;
          background: var(--bgc);
        }
      }

      &.gnav-gift { /*-- お祝い・お礼 --*/
        --bgc: var(--col_ScGift);
      }

      &.gnav-babygift { /*-- 出産祝い --*/
        --bgc: var(--col_ScBabygift);
      }

      &.gnav-bridal { /*-- 引出物・結婚内祝い --*/
        --bgc: var(--col_ScBridal);
      }

      &.gnav-memorial { /*-- ご供花・ご香典のお返し --*/
        --bgc: var(--col_ScMemorial);
      }

      &.gnav-corpgift { /*-- 法人ギフト --*/
        --bgc:  var(--col_ScCorpgift);
      }
    }

    .block-gnav-ttl-txt {
      flex-grow: 1;
      display: flex;
      width: 100%;
      align-items: center;

      span {
        font-size: 100%;
        display: block;
        flex-grow: 1;
        text-align: center;
        line-height: 1;
        padding: 0 10px;
        color: var(--cl-a, #433d37);
      }
    }

    .block-gnav-ttl-plus {
      position: relative;
      right: 0;
      width: 16px;
      height: 16px;
      margin-left: -10px;
      flex-grow: 0;
      z-index: 1000;
      transition: 0.3s ease-out;

      &::before,
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 2px;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        background-color: var(--bgc);
      }
      &::after {
        transform: rotate(90deg);
        transition: 0.15s;
      }
      .is-open &::after {
        transform: rotate(180deg);
      }
    }

    .block-gnav-submenu {
      display: none;
      box-sizing: border-box;
      position: absolute;
      top: 35px;
      left: 0;
      margin: 0 8px;
      width: calc(100% - 16px);
      padding: 6px 0;
      border: 4px solid var(--bgc);
      background: var(--col_Background, #ffffff);
      box-shadow: 0 1px 3px #00000033;
      transition: 0.3s;

      .block-gnav-item:hover & {
        opacity: 100%;
      }

      a > & {
        position: absolute;
        top: 44px;
        left: 0;
        border-width: 3px;

        &::before {
          content: "";
          position: absolute;
          display: block;
          width: 14px;
          aspect-ratio: 1 / 1;
          top: -2px;
          left: 50%;
          background: #fff;
          border: 2px solid var(--bgc);
          clip-path: polygon(0 0, 100% 0, 0 100%);
          transform: rotate(45deg) translateX(-50%);
        }

        .container {
          width: unset;
          margin: 8px 0;
          
          .block-gnav-submenu-content {
            height: unset;

            li {
              background: transparent !important;
              figure {
                gap: 8px;
              }
            }
          }
        }
      }
    }

    .block-gnav-submenu-content {
      display: flex;
      flex-wrap: nowrap;
      height: 100px;
      justify-content: center;

      li {
        flex-basis: 144px;
        display: flex;
        border-radius: 4px;
        padding: 10px 4;
        transition: 0.3s;

        &:hover,
        &.active {
          background: var(--col_paleGray, #f5f5f6);
        }

        &.new {
          position: relative;

          &::after {
            content: "NEW";
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            align-items: center;
            border-radius: 2px;
            padding: 0 4px;
            color: #ffffff;
            font-size: 1.0rem;
            background: var(--cl-dn, #d9534f);
          }
        }
        &.renewal::after {
          content: "RENEWAL";
        }

        a {
          display: flex;
          width: 100%;
          text-decoration: none;
        }

        figure {
          display: flex;
          flex-direction: column;
          flex-basis: 100%;
          margin-top: 4px;
          text-align: center;

          figcaption {
            flex: 1 0 auto;
            align-content: center;
            line-height: 1.4;
            font-size: 1.1rem !important;
          }

          img {
            flex: 0 0 auto;
            display: block;
            margin: 0 auto;
            height: 40px;
          }
        }
      }
    }
  }

  /*---- フッター(全パターン共通) ----*/
  .pane-footer {
    padding: 40px 0;
    background-color: #f3f3f3;
    font-family: var(--ff-sans_serif);
  }

  .block-footer-btns {
    ul {
      display: flex;
      align-items: center;

      li {
        &:nth-child(2) {
          margin-left: 10px;
        }

        &:last-child {
          margin-left: auto;
        }
      }
    }

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 4px;
      width: 200px;
      height: 48px;
      background-color: #e5e5e5;
      color: #444444;
      font-size: 1.6rem;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: 0.2s;

      &.btn-contact {
        width: 260px;
        background: var(--col_MypreBlue, #00467f);
        color: #ffffff;

        &:hover {
          color: #ffffff;
        }
      }

      &.btn-guide::before,
      &.btn-faq::before {
        content: "";
        display: inline-block;
        position: relative;
        width: 18px;
        height: 18px;
        margin-right: 9px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
      &.btn-guide::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIGQ9Ik0xMjQgNjc0aDE4djE4aC0xOHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDY0NzQ4IiBkPSJNMCAwaDEzLjYzMnYxN0gweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjQgLTY3NCkiIGNsaXAtcGF0aD0idXJsKCNhKSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2IpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NjQ3NDgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2IDY3NSkiPjxwYXRoIGQ9Ik04LjkyMSAxNi41SDIuMTg0QTEuNjg0IDEuNjg0IDAgMCAxIC41IDE0LjgxNlYyLjE4NEExLjY4NCAxLjY4NCAwIDAgMSAyLjE4NC41aDkuMjYzYTEuNjg1IDEuNjg1IDAgMCAxIDEuNjg1IDEuNjg0djEwLjFaIi8+PHBhdGggZD0iTTguOTIxIDE2LjV2LTMuMzY4YS44NDIuODQyIDAgMCAxIC44NDItLjg0M2gzLjM2OSIvPjwvZz48L2c+PC9zdmc+");
      }
      &.btn-faq::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIGQ9Ik0xMzEgNzQwaDE4djE4aC0xOHoiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMxIC03NDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMS41IDc0MC41KSI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC41IC41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDY0NzQ4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNOS4wMTQgMTEuOTg2YS43MjguNzI4IDAgMSAxLTEuMDI5IDAgLjcyOC43MjggMCAwIDEgMS4wMjkgMCIgZmlsbD0iIzQ2NDc0OCIvPjxwYXRoIGQ9Ik01Ljg4MiA1LjM1N2EyLjcxNiAyLjcxNiAwIDAgMSAyLjUyNS0xLjU4NCAyLjYwOCAyLjYwOCAwIDAgMSAyLjcxMSAyLjQ5M2MwIDEuNTg1LTIuNzExIDEuOTEyLTIuNzExIDQuMDUyIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NjQ3NDgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48L2c+PC9zdmc+");
      }

      &:hover {
        color: #444444;
        opacity: 70%;
      }
    }
  }

  .block-footer-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;

    .block-footer-nav {
      ul {
        display: flex;
        align-items: center;

        li + li {
          margin-left: 20px;
        }
      }

      a {
        color: #444444;
        font-size: 1.3rem;
        text-decoration: none;
      }
    }

    .block-footer-copyright {
      font-size: 1.2rem;
      letter-spacing: 0.04em;
    }
  }

  /*---- ページトップに戻る ----*/
  .block-page-top {
    display: none;
    position: fixed;
    bottom: 4px;
    right: 4px;
    height: 48px;
    width: 48px;
    border-radius: 4px;
    overflow: hidden;

    a {
      display: block;
      height: 100%;
      width: 100%;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggb3BhY2l0eT0iLjMiIGQ9Ik0wIDBoNTB2NTBIMHoiLz48cGF0aCBkPSJtMzMuNTAxIDI4Ljg0OC04LTguMzQ5LTggOC4zNDkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      backdrop-filter: blur(6px);
    }
  }

  /*---- 商品詳細画面 ----*/
  /*---- CSSによる商品詳細画面の項目の並び順変更用 ----*/
  .pane-goods-right-side {
    form {
      display: flex;
      flex-flow: column wrap;

      .page-goods & .block-icon {
        order: 45;
        text-align: right;
        margin: -5rem 0 2rem;
      }

      .block-goods-comment {
        order: 40;
        margin: 0;
        font-size: 1.4rem;
        color: #999999;
      }

      .block-goods-name {
        order: 30;
        margin: 0;

        h1 {
          margin: 0;
          line-height: 1.5;
          font-size: 3.0rem;
          font-weight: 600;
          font-feature-settings: "palt";
        }
      }

      .block-goods-price {
        order: 40;
        margin: 10px 0 10px 0;
        padding: 10px 0 10px;
        border-top: 1px solid #00000028;

        .block-goods-price--price {
          line-height: 1;
          font-size: 2.2rem;
          font-weight: 600;
        }
      }

      .block-goods-code {
        order: 60;
      }

      .block-goods-item-code {
        order: 70;
        display: none;
      }

      .block-goods-item-code2 {
        order: 80;
      }

      .block-goods-item-code3 {
        order: 90;
      }

      .block-goods-release-dt {
        order: 100;
      }

      .block-goods-class1 {
        order: 110;
      }

      .block-goods-class2 {
        order: 120;
      }

      .block-goods-attr1 {
        order: 130;
      }

      .block-goods-attr2 {
        order: 140;
      }

      .block-goods-attr3 {
        order: 150;
      }

      .block-goods-size {
        order: 180;
      }

      .block-goods-color {
        order: 170;
        margin-bottom: 16px;
      }

      .block-goods-point {
        order: 180;
      }

      .block-goods-postage {
        order: 190;
      }

      .block-goods-stock {
        order: 200;
        display: none;
      }

      .block-goods-spec {
        order: 210;
      }

      .block-rules-comment {
        order: 215;
        margin: 10px 0;
      }

      .block-goods-sales-detail-append {
        order: 220;
      }

      .block-variation {
        order: 230;
        margin-top: 16px;
        width: 100%;

        > select {
          margin-top: 0;
          padding: 10px 0;
        }

        &.block-size {
          margin-top: 35px;
        }

        > .block-variation {
          display: flex;
          flex-direction: column;
          margin: 0;
          padding: 0;
          border-top: none;
          border-bottom: none;

          h2 {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: baseline;
            margin: 0;
            /* padding-right: 1em; */
            font-weight: 600;
            font-size: 1.6rem;
          }

          .block-variation--item-list {
            order: 10;
          }

          .block-variation--selected-item {
            order: 5;
            margin: 8px 0 16px;
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--col_MypreBlue, #00467f);

            span {
              font-weight: normal;
              color: #888888;
            }
          }
        }
      }

      .block-custom-order {
        order: 240;
      }

      .block-goods-set {
        order: 250;
      }

      .block-add-cart {
        order: 260;
        position: sticky;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 16px 0 12px;
        background: linear-gradient(color-mix(in srgb, var(--col_Background, #ffffff) 0%, transparent), var(--col_Background, #ffffff) 15px);
      }

      .block-no-stock {
        order: 260;
        position: sticky;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 16px 0 12px;
        background: linear-gradient(color-mix(in srgb, var(--col_Background, #ffffff) 0%, transparent), var(--col_Background, #ffffff) 15px);

        .block-no-stock--message {
          display: flex;
          justify-content: center;
          align-items: baseline;
          margin: 0;
          border: 0;
          border-radius: 4px;
          min-height: 48px;
          height: 58px;
          width: 100%;
          padding: 10px 20px;
          text-align: center;
          vertical-align: top;
          white-space: nowrap;
          line-height: 36px;
          text-decoration: none;
          font-family: var(--ff-sans_serif);
          font-size: 1.8rem;
          font-weight: 600;
          color: #ffffff;
          background-color: #ffffff;
          background-image: linear-gradient(#cccccca6);

          small {
            margin: 0 0 0 8px;
            font-feature-settings: "palt";
            font-size: 1.3rem;
          }
        }
      }

      .block-contact-about-goods {
        order: 280;
        margin: 16px 0 0;
      }

      .block-arrival-notice {
        order: 290;
      }

      .block-goods-store-stock {
        order: 300;
      }

      .block-accessory-list {
        order: 310;
        margin-top: 100px;
      }

      .block-variation-back-order {
        order: 320;
      }

      .block-goods-favorite {
        order: 275;
      }

      .block-goods-link {
        order: 340;
      }

      .block-goods-sns {
        order: 350;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;

        li {
          padding-right: 10px;

          &:last-child {
            padding-right: 0;
          }
        }
      }

      .block-custom-order {
        margin-bottom: 30px;
      }
    }

    .form-group {
      position: relative;

      .constraint {
        position: absolute;
        width: 100px;
        right: 0;
        top: 0;
      }
    }

    .block-accessory-list {
      margin-top: 40px;

      .block-check-list-a--items {
        margin-bottom: 0;

        li:last-child {
          margin-bottom: 0;
        }
      }
    }
  }

  /*---- anyGift ----*/
  .eGift-block {
    order: 275;

    .anygift-gift-ui__container {
      width: 100% !important;
    }
    .anygift-gift-ui__main-button {
    }
    .anygift-gift-ui__about-button__wrapper {
    }
  }
  .anygift-floating-cart {
    bottom: 72px !important;
    right: 0 !important;
  }

  .block-goods-detail select {
    min-width: 400px;
  }

  .block-goods-set {
    margin-top: 20px;

    .legend {
      margin: 20px 0;
      font-size: 2.0rem;
    }

    .block-goods-set--header {
      border-bottom: none;
      margin: 10px 0 5px 0;
      font-size: 1.8rem;
    }

    .block-goods-set--item-list {
      margin-bottom: 60px;
      width: 100%;

      th {
        text-align: center;
      }

      td {
        &.block-goods-set--item-name a {
          font-weight: 600;
        }

        &.block-goods-set--item-qty {
          text-align: center;
        }
      }
    }
  }

  .block-goods-comment1,
  .block-goods-comment2,
  .block-goods-comment3,
  .block-goods-comment4,
  .block-goods-comment5 {
    margin: 0 0 0 auto;
    line-height: 1.75;
    width: 600px;
  }

  .pane-goods-center .block-top-event--header {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .block-accessory-list--name {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 35px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.1em;

    &::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 2em;
      margin-left: -1em;
      height: 2px;
      background-color: var(--cl-heading, #444444);
    }

    .pane-goods-right-side & {
      margin: 32px 0 8px 0 !important;
      font-size: 1.8rem;
      font-weight: 600;
      text-align: left;
      letter-spacing: normal;
      margin-bottom: 0;
      padding: 0 0 16px;

      &::after {
        left: 0;
        margin: 0;
      }
    }
  }

  .block-goods-user-review {
    width: 1000px;
    margin: 0 auto 40px auto;
    padding: 30px 0;
  }

  .block-goods-footer-cart {
    .block-variation {
      display: block;
      margin-bottom: 30px;

      .block-add-cart {
        margin: 30px auto 30px auto;
      }
    }
  }

  .block-event-page--header {
    margin: 15px 0 0 0;
    font-family: var(--ff-serif);
  }

  /*---- カテゴリ ----*/
  .block-category-list--header {
    position: absolute;
    top: 0;
    right: 0;
    margin: -32px 0 0;
    width: 50%;
    text-align: right;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-feature-settings: "palt";
    font-family: var(--ff-sans_serif);
    font-size: 1.3rem;
    color: var(--col_MypreBlue, #00467f);
    opacity: 80%;
  }

  .block-category-top {
    padding-bottom: 40px;
  }

  .block-category-top-header {
    margin-top: 25px;

    h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      font-weight: 600;
      text-align: center;
      line-height: 1.2;

      .txt {
        font-size: 3.4rem;
        letter-spacing: 0.1em;

        strong {
          font-size: 5rem;
          font-weight: 600;
        }
      }

      .bdr {
        display: inline-block;
        margin: 7px 0 0 1px;
        padding: 3px 5px;
        border: 1px solid #444444;
        font-size: 2rem;
        font-weight: 600;
      }
    }

    .header-ribon {
      display: flex;
      align-items: center;
      justify-content: center;

      span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.1em;
      }
    }

    .header-step {
      margin-top: 16px;
      font-size: 5rem;
      font-weight: 600;
      text-align: center;
      line-height: 1.2;
      letter-spacing: 0.04em;
    }
  }

  .block-category-top-comment {
    margin-top: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;

    p {
      &.main {
        font-size: 2rem;
        line-height: 1.5;
      }

      &.sub {
        margin-top: 4px;
        font-size: 1.6rem;
        line-height: 1.875;
      }
    }
  }

  .block-category-top-mv {
    margin-top: 40px;

    .block-category-top-story:has(+ &) {
      margin-top: 100px;
    }

    ul {
      display: flex;
      justify-content: center;

      li {
        width: 570px;

        & + & {
          margin-left: 40px;
        }

        img {
          display: block;
          width: 100%;
        }
      }
    }

    p {
      margin-top: 40px;
      font-size: 1.6rem;
      text-align: center;
      line-height: 1.875;
      letter-spacing: 0.1em;
    }
  }

  .block-category-top-course {
    margin-top: 40px;

    > ul {
      display: flex;
      justify-content: center;

      > li {
        width: 386px;

        & + & {
          margin-left: 10px;
        }
      }
    }

    button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 56px;
      margin: 0 auto;
      border: none;
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      cursor: pointer;
      transition: 0.2s;

      &:hover {
        opacity: 70%;
      }
    }
  }

  .block-category-top-course-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;

    &.is-visible {
      opacity: 100%;
      visibility: visible;
      z-index: 999;
    }
  }

  .block-category-top-course-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 /30%);
  }

  .block-category-top-course-modal-inner {
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    width: 1000px;
    max-height: calc(100vh - 120px);
    padding: 20px 20px 20px 80px;
    background: #ffffff;
    transform: translate(-50%, -50%);
  }

  .block-category-top-course-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 31px;
    height: 31px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS40MTEiIGhlaWdodD0iMzEuMzM5Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS43MDcgMzAuNjMgMzAuNjMuNzA4TS43ODguNzEzbDI5LjkxNiAyOS45MTUiLz48L3N2Zz4=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  .block-category-top-course-modal-scroll {
    width: 100%;
    height: 100%;
    padding: 60px 0;
    overflow: auto;
    overscroll-behavior: contain;

    &::-webkit-scrollbar {
      width: 8px;
    }

    &::-webkit-scrollbar-track {
      background-color: transparent;
    }

    &::-webkit-scrollbar-thumb {
      background-color: #d1cfc9;
    }
  }

  .block-category-top-course-modal-body {
    display: flex;
    justify-content: space-between;
    width: 840px;
  }

  .block-category-top-course-modal-content {
    .col-1 & {
      width: 840px;
    }

    .col-2 & {
      width: 400px;
    }

    .item-ttl {
      font-size: 2.8rem;
      font-weight: 600;
      text-align: center;
      line-height: 1.2;
      letter-spacing: 0.04em;

      strong {
        font-size: 4.2rem;
        font-weight: 600;
      }
    }

    .item-content-catalog {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 14px;

      li {
        width: 400px;
        margin-top: 10px;
        padding: 20px 24px 16px;
        color: #ffffff;

        .content-2 & {
          background-color: #efb75f;
        }
        .content-3 & {
          background-color: #74cae0;
        }
      }
    }
  }

  .list-name_price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  .list-name {
    flex-shrink: 1;
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .list-price {
    flex-shrink: 0;
    margin-left: 16px;
  }

  .list-price_detail {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.571;
    letter-spacing: 0.04em;
  }

  .list-link {
    margin-top: 10px;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 48px;
      background-color: rgb(255 255 255 /20%);
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: 0.1em;
      transition: 0.2s;

      &:hover {
        background-color: rgb(255 255 255 /40%);
      }
    }
  }

  .block-category-top-course-modal-content .item-content-thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;

    li {
      width: calc((100% - 60px) /4);

      &:not(:nth-child(4n)) {
        margin-right: 20px;
      }

      &:not(:nth-child(-n + 4)) {
        margin-top: 16px;
      }
    }

    .list-img img {
      display: block;
      width: 100%;
    }

    .list-name {
      margin-top: 8px;
      font-size: 1.3rem;
      text-align: center;
      letter-spacing: 0.1em;
    }
  }

  .block-category-top-price {
    margin-top: 100px;
  }

  .block-category-top-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background: var(--col_Gold, #baa66d);
    }

    span {
      display: block;
      position: relative;
      padding: 0 40px;
      background: #ffffff;
      font-size: 3rem;
      font-weight: 600;
      letter-spacing: 0.1em;
    }
  }

  .block-category-top-price-content {
    position: relative;
    margin-top: 66px;
    padding: 53px 40px 40px;
    background-color: rgb(177 155 123 /10%);

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: -28px;
      left: 50%;
      width: 131px;
      height: 55px;
      margin-left: -65px;
      background-image: url("/img/usr/category/content_ttl.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }

  .block-category-top-price-content-icons {
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      display: block;
    }
  }

  .block-category-top-price-content-h3 {
    margin: 8px 0 0;
    padding: 0;
    background-color: transparent;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;

    strong {
      font-size: 4rem;
      font-weight: 600;
    }
  }

  .block-category-top-price-content-example {
    margin-top: 30px;
    padding: 40px;
    background-color: #fbfaf8;

    .example-ttl {
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0.01em;
    }

    .example-list {
      margin-top: 24px;
    }

    .example-list-items {
      display: flex;
      justify-content: center;
    }

    .example-list-item {
      & + & {
        position: relative;
        margin-left: 70px;
      }

      > ul {
        display: flex;

        > li {
          display: flex;

          & + & {
            position: relative;
            margin-left: 66px;
          }
        }
      }

      > ul > li + li::before,
      & + &::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -48px;
        width: 26px;
        height: 26px;
        margin-top: 3px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjE5YjdiIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik0xMyAwdjI2TTAgMTNoMjYiLz48L2c+PC9zdmc+");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }

      .list-goods {
        width: 140px;

        & + & {
          margin-left: 10px;
        }

        .list-ttl {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 30px;

          &:not(.no-ttl) {
            position: relative;
            background: var(--col_Gold, #baa66d);
            color: #ffffff;
            font-size: 1.4rem;
            font-weight: 600;
            text-align: center;
            letter-spacing: 0.1em;
            z-index: 9;
          }

          &:not(.no-ttl) strong {
            margin-right: 3px;
            font-size: 1.8rem;
            font-weight: 600;
          }

          &:not(.no-ttl).ttl-option {
            background-color: transparent;
            color: var(--col_Gold, #baa66d);
          }
        }
      }

      .item-s & {
        & + &,
        > ul > li + li {
          margin-left: 36px;

          &::before {
            width: 16px;
            height: 16px;
            left: -26px;
            margin-top: 6px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjE5YjdiIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMiPjxwYXRoIGQ9Ik04IDB2MTZNMCA4aDE2Ii8+PC9nPjwvc3ZnPg==");
          }
        }

        .list-goods {
          width: 130px;

          & + & {
            margin-left: 10px;
          }

          .list-content {
            margin-top: -1px;
            padding: 10px 5px;
            border: 1px solid #00000028;
            background: #ffffff;
            z-index: 1;
          }

          .list-img {
            width: 100px;
            margin: 0 auto;

            img {
              display: block;
              width: 100%;
            }
          }

          .list-detail {
            margin-top: 8px;
            text-align: center;
            letter-spacing: 0.1em;
          }

          .list-name {
            font-size: 1.4rem;
            font-weight: 600;
          }

          .list-price {
            margin-top: 5px;
            font-size: 1.2rem;

            .yen {
              font-size: 1.4rem;
              font-weight: 600;
            }
          }
        }

        .list-system_fee {
          &:not(:first-child) {
            margin-left: 10px;
          }

          > div {
            width: 116px;
            height: 116px;
            border-radius: 116px;
            text-align: center;
          }
        }
      }

      .item-margin-s & {
        & + &,
        > ul > li + li {
          margin-left: 46px;

          &::before {
            left: -36px;
          }
        }
      }

      .list-cards {
        width: 200px;
      }

      .list-cards-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        padding: 5px;
        border: 1px solid #00000028;
        background: #ffffff;

        & + & {
          margin-top: 10px;
        }
      }

      .list-cards-img {
        width: 50px;

        .example-list-item & img {
          display: block;
          width: 100%;
        }
      }

      .list-cards-detail {
        width: calc(100% - 60px);
        font-weight: 600;
        letter-spacing: 0.1em;
      }

      .list-cards-name {
        font-size: 1.4rem;
      }

      .list-cards-price {
        font-size: 1.2rem;

        .yen {
          font-size: 1.4rem;
        }
      }

      .list-system_fee {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;

        &:not(:first-child) {
          margin-left: 20px;
        }

        > div {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 140px;
          height: 140px;
          border-radius: 140px;
          background-color: #f2eee6;
          font-weight: 600;
          letter-spacing: 0.1em;

          p {
            &:nth-child(1) {
              font-size: 1.4rem;
            }

            &:nth-child(2) {
              margin-top: 6px;
              font-size: 1.2rem;
            }

            &:nth-child(2) strong {
              font-size: 1.4rem;
              font-weight: 600;
            }
          }
        }
      }
    }
  }

  .block-category-top-price-content-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    background: #ffffff;

    .item-price-default {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 120px;
      font-weight: 600;
      letter-spacing: 0.1em;

      & + & {
        position: relative;
        margin-left: 58px;

        &::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: -40px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 13px;
          border-color: transparent transparent transparent var(--col_Gold, #baa66d);
        }
      }

      dt {
        font-size: 1.8rem;
      }

      dd {
        position: relative;
        font-size: 2.2rem;

        p:nth-child(2) {
          position: absolute;
          right: 3px;
          bottom: -19px;
          font-size: 1.4rem;
          letter-spacing: 0.04em;
        }
      }

      .yen {
        position: relative;
        margin-right: 8px;
        font-size: 3rem;

        p:nth-child(2) & {
          margin-right: 3px;
          font-size: 1.6rem;
        }

        &::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: -2px;
          width: calc(100% + 4px);
          height: 1px;
          background-color: #444444;
        }

        p:nth-child(2) &::before {
          content: none;
        }
      }

      .tax {
        font-size: 1.3rem;

        p:nth-child(2) & {
          font-size: 1rem;
        }
      }
    }

    .item-price-corkage_fee {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 155px;
      height: 70px;
      margin: 0 0 16px 30px;
      padding-left: 17px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTQuOTIyIiBoZWlnaHQ9IjcwIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTQxLjMwNyA2OUgxVjFoMTQwLjMyM2wxMi41MzMgMzIuODQ1TDE0MS4zMDcgNjlaIi8+PHBhdGggZD0iTTIgMnY2NmgxMzguNjAybDEyLjE4OC0zNC4xNDRMMTQwLjYzNCAySDJNMCAwaDE0Mi4wMTJsMTIuOTEgMzMuODMzTDE0Mi4wMTIgNzBIMFYwWiIgZmlsbD0iI2IxOWI3YiIvPjwvZz48L3N2Zz4=");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.333;
      letter-spacing: 0.1em;
    }

    .item-price-corkage_fee p:nth-child(2) {
      color: #d01414;
    }

    .item-price-sale {
      position: relative;
      width: 300px;
      margin-left: 40px;
      padding-bottom: 18px;
    }

    .item-price-sale::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: var(--col_Gold, #baa66d);
    }

    .item-discount_price div {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 32px;
      margin-top: 8px;
      background-color: #f2eee6;
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: 0.04em;
    }

    .item-discount_price div::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -9px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -8px;
      border-style: solid;
      border-width: 14px 8px 0 8px;
      border-color: #f2eee6 transparent transparent transparent;
    }

    .item-discount_price div p {
      color: var(--col_Gold, #baa66d);
    }

    .item-discount_price div p.txt-red {
      color: #d01414;
    }

    .item-discount_price div p:nth-child(2) {
      margin-left: 4px;
    }

    .item-discount_price div span {
      font-size: 1.4rem;
    }

    .item-price-sale-price {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 16px;
    }

    .item-price-sale-price .sale-price-badge {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      border-radius: 4px;
      background: var(--col_Gold, #baa66d);
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.222;
      letter-spacing: 0.1em;
    }

    .item-price-sale-price .sale-price-free_shipping {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      border-radius: 4px;
      background-color: #d01414;
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.222;
      letter-spacing: 0.1em;
    }

    .item-price-sale-price .sale-price-price {
      margin-left: auto;
      font-weight: 600;
      line-height: 1.1;
    }

    .item-price-sale-price .sale-price-price dt {
      color: #d01414;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
    }

    .item-price-sale-price .sale-price-price dd {
      font-size: 2.2rem;
      letter-spacing: 0.1em;
    }

    .item-price-sale-price .sale-price-price dd .yen {
      margin-right: 4px;
      font-size: 5rem;
      letter-spacing: 0.02em;
    }

    .item-price-sale-price .sale-price-price dd .tax {
      margin-left: -4px;
      font-size: 1.3rem;
    }
  }

  .block-category-top-usage {
    margin-top: 100px;
  }

  .block-category-top-usage-content {
    position: relative;
    margin-top: 40px;
    padding: 40px;
    background-color: rgb(177 155 123 /10%);
  }

  .block-category-top-usage-slider {
    display: flex;
    width: 548px;
    overflow: hidden;
    background: #ffffff;

    &.slick-initialized {
      display: block;
      overflow: visible;
    }

    .slick-dots-wrapper {
      position: absolute;
      top: 0;
      right: -548px;
      width: 552px;
      height: 548px;
      padding: 40px 40px 40px 42px;
      background: #ffffff;

      .slick-dots {
        display: flex;
        flex-wrap: wrap;

        button {
          display: block;
          position: relative;
          width: 110px;
          height: 110px;
          margin: 0;
          padding: 0;
          border: none;
          background-color: transparent;
          cursor: pointer;
        }

        li {
          position: relative;
          width: 110px;

          &:not(:nth-child(4n)) {
            margin-right: 10px;
          }

          &:not(:nth-child(-n + 4)) {
            margin-top: 9px;
          }

          button::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 2px solid var(--col_Gold, #baa66d);
            opacity: 0;
            transition: 0.14s;
          }

          &.slick-active button::after {
            opacity: 100%;
          }
        }
      }
    }
  }

  .block-category-top-usage-slider-item {
    flex-shrink: 0;
    width: 548px;

    img {
      display: block;
    }
  }

  .block-category-top-annotation {
    margin-top: 80px;
    padding: 32px;
    border: 8px solid #f3f3f3;

    h2 {
      margin: 0;
      padding: 0;
      border: none;
      background-color: transparent;
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: 0.1em;
    }

    ul {
      margin-top: 20px;
    }

    li {
      position: relative;
      padding-left: 1em;
      font-size: 1.6rem;
      line-height: 1.625;
      letter-spacing: 0.1em;

      &.mt {
        margin-top: 1em;
      }

      &::before {
        content: "・";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
      }
    }

    .txt-red {
      color: #d01414;
    }
  }

  .block-category-top-bot_bnr {
    position: relative;
    width: 1170px;
    margin-top: 80px;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 1170px;
      height: 400px;
    }
  }

  .block-category-top-bot_bnr-body {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1170px;
    height: 400px;
    padding: 50px 40px 30px 50px;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1170px;
      height: 100%;
    }

    .item-img {
      position: relative;
      width: 500px;
      background: #ffffff;

      img {
        display: block;
        width: 100%;
      }
    }

    .item-detail {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      width: 580px;
      padding-top: 74px;
      background: #ffffff;
    }

    .item-ttl img {
      display: block;
    }

    .item-btn {
      margin-top: 48px;

      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 460px;
        height: 56px;
        color: #ffffff;
        font-size: 1.8rem;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.1em;
        transition: 0.2s;

        &:hover {
          opacity: 70%;
        }
      }
    }
  }

  .block-category-top-story {
    position: relative;
    margin-top: 82px;
    padding: 50px 40px 40px;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: -28px;
      left: 50%;
      width: 131px;
      height: 55px;
      margin-left: -65px;
      background-image: url("/img/usr/category/content_ttl.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    h2 {
      margin: 32px 0 0;
      padding: 0;
      border: none;
      font-size: 3rem;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0.1em;
    }
  }

  .block-category-top-story-ttl {
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      display: block;
    }
  }

  .block-category-top-story-content {
    display: flex;
    margin-top: 54px;

    > ul {
      display: flex;
      flex-wrap: wrap;
      margin: -37px -10px 0 0;

      li {
        position: relative;
        margin: 37px 10px 0 0;
        padding: 30px 10px 10px;
        background: #ffffff;

        .story-content-1.col-4 &,
        .story-content-1.col-3_1 & {
          width: 267px;
        }
        .story-content-1.col-3_2 & {
          width: 360px;
        }

        .story-content-2 & {
          width: 269px;
        }

        &::before {
          content: "";
          display: block;
          position: absolute;
          top: -16px;
          left: 50%;
          width: 41px;
          height: 31px;
          margin-left: -20px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
    }

    img {
      display: block;
      width: 100%;
    }

    .list-comment {
      position: relative;
      width: 230px;
      margin: 0 auto;
      z-index: 9;

      .col-3_2 & {
        width: 280px;
      }
    }

    .list-img {
      position: relative;
      margin-top: -5px;
      z-index: 1;
    }

    .category-05 & li {
      padding-top: 40px;
    }
  }

  /*---- 新規購入ページ ----*/
  .block-prod_purchase {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 100px;
    color: var(--cl-br, #433d37);
  }

  .block-prod_purchase-left {
    width: 680px;
  }

  .block-prod_purchase-right {
    width: 420px;
  }

  .block-prod_purchase-img-list {
    display: flex;
    width: 680px;
    height: 680px;
    visibility: hidden;

    &.slick-initialized {
      display: block;
      height: auto;
      visibility: visible;
    }

    .slick-arrow {
      position: absolute;
      top: 315px;
      width: 50px;
      height: 50px;
      border: none;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      color: transparent;
      cursor: pointer;
      z-index: 9;
    }

    .slick-prev {
      left: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjgiIGQ9Ik0wIDBoNTB2NTBIMHoiLz48cGF0aCBkPSJNMzAgMTUgMjAgMjVsMTAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ2NDc0OCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
    }

    .slick-next {
      right: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjgiIGQ9Ik0wIDBoNTB2NTBIMHoiLz48cGF0aCBkPSJtMjAgMTUgMTAgMTAtMTAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ2NDc0OCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
    }

    .slick-dots-wrapper {
      margin-top: 10px;
    }

    .slick-dots {
      display: flex;
      flex-wrap: wrap;

      li {
        width: 128px;

        &:not(:nth-child(5n)) {
          margin-right: 10px;
        }

        &:not(:nth-child(-n + 5)) {
          margin-top: 10px;
        }
      }

      button {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
      }

      img {
        display: block;
        width: 100%;
      }
    }
  }

  .block-prod_purchase-img-list-item {
    flex-shrink: 0;
    width: 100%;

    img {
      display: block;
      width: 100%;
    }
  }

  .block-prod_purchase-total-price-annotation {
    font-size: 1.2rem;
    text-align: right;
    letter-spacing: 0.04em;
  }

  .block-prod_purchase-digital_book {
    &.pc-only {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px;

      .block-prod_purchase-total-price-annotation + & {
        margin-top: 28px;
      }

      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
        height: 50px;
        border: 1px solid var(--col_Gold, #baa66d);
        border-radius: 4px;
        background: #ffffff;
        color: var(--col_Gold, #baa66d);
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.1em;

        &:hover {
          color: var(--col_Gold, #baa66d);
          opacity: 70%;
        }
      }
    }
  }

  .block-prod_purchase-right {
    padding-top: 40px;
    border-top: 5px solid var(--col_Gold, #baa66d);
  }

  .block-prod_purchase-logo {
    img {
      display: block;
    }
  }

  .block-prod_purchase-ttl {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;

    .block-prod_purchase-logo + & {
      margin-top: 18px;
    }
  }

  .block-prod_purchase-name {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 6px;
    letter-spacing: 0.1em;

    p {
      &:nth-child(1) {
        font-size: 4rem;
        font-family: var(--ff-smg);
      }

      &:nth-child(2) {
        font-size: 2rem;
        font-weight: 600;
      }

      &.item-baby {
        margin-top: 4px;
        font-size: 3.6rem;
        font-weight: 600;

        .small {
          font-size: 2.4rem;
        }
      }
    }
  }

  .block-prod_purchase-individual-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;

    .item-circle {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 110px;
      height: 110px;
      border: 1px solid var(--cl-br, #433d37);
      border-radius: 110px;

      > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.1;
        letter-spacing: 0.1em;

        &.item-circle-top {
          padding-top: 7px;
          border-bottom: 1px solid var(--cl-br, #433d37);
        }

        &.item-circle-only {
          padding-top: 5px;
        }

        p:nth-child(2) strong {
          font-size: 2.4rem;
          font-weight: 600;
        }
      }
    }

    .item-price {
      width: 294px;

      dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        letter-spacing: 0.04em;

        & + & {
          margin-top: 10px;
        }

        dt {
          display: flex;
          align-items: center;
          font-size: 1.6rem;

          .no {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 25px;
            margin-right: 10px;
            border-radius: 4px;
            background: var(--cl-br, #433d37);
            color: #ffffff;
            font-size: 1.5rem;
          }

          .blank {
            display: block;
            width: 60px;
            height: 25px;
            margin-right: 10px;
          }
        }

        dd {
          font-size: 1.6rem;
          font-weight: 600;

          .small {
            font-size: 1.3rem;
          }
        }
      }
    }
  }

  .block-prod_purchase-total-price {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    font-size: 3.4rem;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.04em;

    .block-prod_purchase-name + & {
      margin-top: 30px;
    }

    .small {
      margin-left: 9px;
      font-size: 1.8rem;
    }
  }

  .block-prod_purchase-form {
    margin-top: 30px;
    padding: 24px;
    background-color: rgb(177 155 123 /10%);
    letter-spacing: 0.04em;

    .block-prod_purchase-digital_book.pc-only + & {
      margin-top: 40px;
    }
  }

  .item-select {
    &:not(:first-child) {
      margin-top: 16px;
    }

    p {
      margin-top: -3px;
      font-size: 1.6rem;
    }

    select {
      width: 100%;
      height: 50px;
      margin-top: 8px;
      padding: 0 38px 0 16px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      background: #ffffff;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTYgMTAgMCAwaDEyWiIgZmlsbD0iIzQzMjgwZSIvPjwvc3ZnPg==");
      background-position: center right 16px;
      background-repeat: no-repeat;
      background-size: 12px 10px;
      font-size: 1.6rem;
      -webkit-appearance: none;
      appearance: none;
    }
  }

  .item-radio-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;

    li {
      width: calc((100% - 20px) /5);

      &:not(:nth-child(5n)) {
        margin-right: 5px;
      }

      &:not(:nth-child(-n + 5)) {
        margin-top: 10px;
      }
    }

    input[type="radio"] + label {
      margin: 0;
      padding: 0;

      &::before,
      &::after {
        content: none;
      }

      .list-img {
        position: relative;

        &::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid transparent;
          transition: 0.12s;
        }

        img {
          display: block;
          width: 100%;
        }
      }

      p {
        margin-top: 3px;
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.1;
      }
    }

    input[type="radio"]:checked + label {
      color: var(--cl-br, #433d37);

      .list-img::after {
        border-color: var(--cl-br, #433d37);
      }
    }
  }

  .item-btn {
    display: flex;
    justify-content: space-between;

    &:not(:first-child) {
      margin-top: 16px;
    }
  }

  .item-btn-qty {
    display: flex;
    width: 160px;
    height: 50px;

    .js-pp-qty-btn {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      margin: 0;
      padding: 0;
      background-color: #f5f5f6;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #e5e5e5;
      cursor: pointer;

      &.js-pp-qty-minus {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxLjUiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQzMjgwZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0uMDAxLjc1MWgxMiIvPjwvc3ZnPg==");
        background-size: 12px 2px;
      }

      &.js-pp-qty-plus {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDMyODBlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZD0iTTYuMDAxLjAwMXYxMk0uMDAxIDYuMDAxaDEyIi8+PC9nPjwvc3ZnPg==");
        background-size: 12px 12px;
      }
    }

    input[type="number"] {
      width: calc(100% - 100px);
      height: 50px;
      margin: 0;
      padding: 0;
      border: none;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      font-size: 1.6rem;
      text-align: center;

      &::-webkit-outer-spin-button,
      &::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none;
      }
    }
  }

  .item-btn-cart button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 50px;
    border: none;
    border-radius: 4px;
    background: var(--col_Gold, #baa66d);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;

    &:disabled {
      cursor: not-allowed;
    }

    &:not(:disabled):hover {
      opacity: 70%;
    }
  }

  .block-prod_purchase-detail {
    margin-top: 40px;

    h3 {
      margin: 0 0 20px;
      padding: 0;
      background-color: transparent;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.04em;
    }

    h4 {
      margin: 20px 0 10px;
      padding: 0;
      background-color: transparent;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
    }

    ul {
      margin-top: 7px;

      li {
        position: relative;
        padding-left: 15px;
        font-size: 1.4rem;
        line-height: 1.714;
        letter-spacing: 0.04em;

        & + & {
          margin-top: 3px;
        }

        &::before {
          content: "";
          display: block;
          position: absolute;
          top: 6px;
          left: 0;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background: var(--cl-br, #433d37);
        }
      }
    }
  }

  .block-prod_purchase-bottom {
    padding-bottom: 100px;
  }

  .block-prod_purchase-color,
  .block-prod_purchase-hikigashi {
    &:not(:first-child) {
      margin-top: 100px;
    }
  }

  .block-prod_purchase-color-qty,
  .block-prod_purchase-hikigashi-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 40px;

    span {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 60px;
      height: 25px;
      padding: 0 6px;
      border: 1px solid var(--cl-br, #433d37);
      font-size: 1.6rem;
      font-weight: 600;
      text-align: center;
    }
  }

  .block-prod_purchase-color-h3 {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 30px;
    margin: 0;
    padding: 0 0 0 21px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background-color: #cabcd2;
    }
  }

  .block-prod_purchase-color-list,
  .block-prod_purchase-hikigashi-list {
    margin-top: 40px;

    & + h3 {
      margin-top: 60px;
    }

    h3 + & {
      margin-top: 24px;
    }

    ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;

      li:last-child {
        margin-right: 0;
      }
    }

    .list-img img {
      display: block;
      width: 100%;
    }

    .col-4 {
      li {
        width: calc((100% - 48px) /4);

        &:not(:nth-child(4n)) {
          margin-right: 16px;
        }
      }
    }

    .col-5 {
      li {
        width: calc((100% - 40px) /5);

        &:not(:nth-child(5n)) {
          margin-right: 10px;
        }
      }
    }
  }
  .block-prod_purchase-color-list {
    li {
      border-bottom: 5px solid #000000;
    }

    p {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 48px;
      font-size: 1.6rem;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0.04em;
    }
  }
  .block-prod_purchase-hikigashi-list {
    p {
      margin-top: 14px;
      font-size: 1.6rem;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0.04em;
    }

    .col-4,
    .col-5 {
      li:not(:nth-child(-n + 4)),
      li:not(:nth-child(-n + 5)) {
        margin-top: 40px;
      }
    }
  }

  .block-prod_purchase-2 .block-prod_purchase-right {
    padding-top: 0;
    border-top: none;
  }

  .block-prod_purchase-name-2 {
    margin-top: 10px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .block-prod_purchase-form {
    .item-ttl {
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: 0.04em;
    }

    .item-bag-list {
      margin-top: 12px;

      ul {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
      }

      li {
        width: calc((100% - 5px) /2);
      }

      label {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 40px;
        padding: 0;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        background: #ffffff;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.1em;
      }

      input:checked + label {
        border-color: var(--cl-br, #433d37);
        background-color: #e6dbca;
        color: var(--cl-br, #433d37);
      }

      label::before,
      label::after {
        content: none;
      }
    }

    .item-color-list {
      margin-top: 10px;

      &.js-pp-bag-2 {
        display: none;
      }
    }

    .item-radio-2 {
      margin-top: 20px;

      .item-radio-list {
        li {
          width: calc((100% - 30px) /6);

          &:not(:nth-child(5n)) {
            margin-right: 0;
          }

          &:not(:nth-child(-n + 5)) {
            margin-top: 0;
          }

          &:not(:nth-child(6n)) {
            margin-right: 6px;
          }

          &:not(:nth-child(-n + 6)) {
            margin-top: 8px;
          }
        }

        input[type="radio"] {
          & + label {
            .list-img {
              border: 1px solid #e5e5e5;
              border-radius: 4px;
              overflow: hidden;

              &::after {
                content: none;
              }
            }

            p {
              font-weight: 600;
            }
          }

          &:checked + label .list-img {
            border-color: var(--cl-br, #433d37);
          }
        }
      }

      .item-name {
        margin-top: 36px;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.04em;
      }

      .item-price {
        margin-top: 12px;
        font-size: 3.4rem;
        font-weight: 600;
        text-align: right;
        letter-spacing: 0.04em;
      }

      .item-price .small {
        font-size: 1.8rem;
      }

      .item-btn-qty input[type="number"] {
        -moz-appearance: textfield;
      }
    }
  }

  .block-prod_purchase-full-img-list {
    li + li {
      margin-top: 20px;
    }

    img {
      display: block;
      width: 100%;
      height: auto;
    }
  }
}
