﻿@charset "UTF-8";

/* ヘッダ（レスポンシブ） ファーストビュー用 */

/*レスポンシブ要素補正用常時読み込みCSS*/

/*usr/sb_block.css のコピー ここから */

.block-header-nav .block-headernav--item-list > li {
  width: inherit;
  height: inherit;
}

.block-headernav--item-boookmark a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/ico_bookmark.png) center center / auto auto no-repeat;
  font-size: 0;
}

/* ここまでusr/sb_block.css  のコピー */

/*usr/sb_block.css のコピー ここから */

.block-header-nav .block-headernav--item-list.right-list {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .header-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1101px) {
  .header-sp-only {
    display: none !important;
  }

  /* ----ヘッダー---- */
  .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;
  }

  .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: 1.4rem;
        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: 1.6rem;
          cursor: pointer;
        }
      }
    }
  }

  .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: 1.4rem;

          &::before {
            content: "";
            display: inline-block;
            position: relative;
            width: 18px;
            height: 18px;
            margin-right: 6px;
            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;
    }

    .block-search--submit {
      width: 42px;
      height: 42px;
      background-image: url(../../img/usr/common/pc/header_search.png);
      background-size: 20px;
    }
  }
}

/* ここまでusr/sb_block.css  のコピー */

@media screen and (min-width: 1101px) {
  /*sys/responsive_base_misc.css のコピー ここから */

  /* ----表示・非表示---- */

  .hidden-fb {
    display: none !important;
  }

  /* ここまでsys/responsive_base_misc.css のコピー */

  /*sys/responsive_base_form.css のコピー ここから */

  /* ----入力フォームボタン---- */

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  select,
  textarea {
    padding: 4px;
    border: 1px solid #ccc;
  }

  input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
  }

  /* ----ボタン---- */

  .btn {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
  }

  /* ここまでsys/responsive_base_form.css のコピー */

  /* usr/responsive_layout.css のコピー ここから */

  /* usr/responsive_layout.css のコピー ここまで */

  /* usr/responsive_block.css のコピー ここから */

  /* ----フッター---- */

  .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: 1.6rem;
        }

        .list-comment {
          margin-top: 12px;
          font-size: 1.2rem;
          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: 1.4rem;

          &::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: 1.2rem;
    }
  }

  .block-footer-copyright {
    margin-top: 0;
    font-size: 1.2rem;
  }

  /* usr/responsive_block.css のコピー ここまで */
}

@media screen and (max-width: 1100px) {
  /* ----表示・非表示---- */

  .hidden-sb {
    display: none !important;
  }
}
