:root {
  --sub-color: #70707#e6e6e
}

/*  Utilities
====================================*/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important
  }
}

.anchor_target {
  transform: translateY(-230px);
  display: inline-block
}

.text-right {
  text-align: right
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.d-flex {
  display: flex
}

.fc-red {
  color: #ce2800;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-inline: 3px;
  transform: translateY(-0.1em);
}

.__is-member #main_login_area {
  display: none
}

@media screen and (min-width: 1000px) {
  .anchor-link {
    display: block;
    height: 1px;
    padding-top: 200px;
    margin-top: -200px
  }
}

@media screen and (max-width: 999px) {
  .anchor-link {
    display: block;
    height: 1px;
    padding-top: 100px;
    margin-top: -100px
  }
}



/*  Header
====================================*/
.header .__inner {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .header .__inner {
    max-width: 1260px;
    min-width: 940px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header .__banner .__site_outline {
  font-size: 14px;
  text-align: right;
  width: 100%;
  margin: 0;
}

.header .__banner .__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
}

.header .__banner .__wrap .__logo {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 24px;
  padding: 0;
}

.header .__banner .__wrap .__logo h1 {
  font-size: clamp(16px, 5vw, 24px);
}

.__banner .__header_menus {
  display: none;
}

@media screen and (min-width: 1000px) {

  .__banner .__header_menus {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
}

.__banner .__header_menus ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.__banner .__header_menus ul a {
  display: inline-block;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1;
  border: solid 1px #1e52a6;
  vertical-align: middle;
}


/*  Header - Bottom
------------------------------*/
.__header_bottom {
  background-color: #b4b8db;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;

}

.__header_bottom img {
  width: 100%;
  max-width: 270px;
  vertical-align: bottom;
}

@media screen and (min-width: 1280px) {

  .__header_bottom {
    margin-inline: calc((100vw - 940px) / 2 * -1);
  }
}

@media screen and (max-width: 1279px) {

  .__header_bottom {
    margin-inline: -30px;
  }
}

/*  Aside
====================================*/

/*  Aside - ログイン
------------------------------*/
.aside .__block--login > .__heading {
  display: none;
}

.aside section.__block.__block--login .__body {
  padding-top: 0;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link {
  padding-top: 0;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link .__link {
  color: #1e52a6;
  background-color: #fff;
  border: solid 1px #1e52a6;
  width: 100%;
  font-weight: bold;
  padding-left: 3.5em;
  padding-right: 3.5em;
  border-radius: 0;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link .__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link .__link span::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(https://files.bcart.jp/it-store/uploads/image/icon/icon-lock-navy.png);
  background-size: contain;
  background-position: center center;
}

.aside section.__block.__block--login.__is-guest .__body .__menu a {
  color: #333333;
}


/*  Aside - カテゴリー
------------------------------*/
.aside .__block--category a {
  color: #333;
}

.aside .__block--category .__tree {
  color: #333;
}


/*  Footer
====================================*/
@media screen and (min-width: 769px) {
  .footer {
    background: #f2f2f2;
  }

  .footer_wrapper a:hover {
    opacity: .7
  }

  .footer_wrapper .footer_layout {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .footer_wrapper .footer_top {
    padding: 3% 0px
  }

  .footer_wrapper .footer_top .footer_layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .footer_wrapper .footer_top .footer_content_inner {
    flex: 0 0 auto;
    padding: 0 20px;
  }

  .footer_wrapper .footer_top .footer_content_inner + .footer_content_inner {
    border-left: solid 1px #e6e6e
  }

  .footer_wrapper .footer_top .footer_content_inner .title {
    text-align: center;
    margin-bottom: 10px
  }

  .footer_wrapper .footer_top .footer_content_inner p {
    font-size: 13px
  }

  .footer_wrapper .footer_middle {
    background-color: #4d4d4d;
    color: #fff
  }

  .footer_wrapper .footer_middle .__nav ul {
    display: flex;
    justify-content: space-around
  }

  .footer_wrapper .footer_middle .__nav ul li {
    flex: 1 1 auto
  }

  .footer_wrapper .footer_middle .__nav ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center
  }

  .footer_wrapper .footer_bottom {
    background-color: #707070;
    color: #fff
  }

  .footer_wrapper .footer_bottom .__copyright {
    font-size: 13px
  }

  .footer_wrapper .footer_bottom .__copyright a {
    color: #fff
  }

  .footer_wrapper .footer_bottom .footer_bottom a {
    color: #fff
  }

  .footer_wrapper .footer_content_credit_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px auto 10px;
    padding: 10px
  }

  .more_detail {
    display: inline-block;
    margin-top: 10px
  }

  .__block--calendar {
    margin-top: 10px
  }

  .__block--calendar > ul {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .__block--calendar > ul > li {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    min-width: 130px
  }

  .__block--calendar > ul > li + li {
    margin-left: 10px
  }

  .__block--calendar .cal {
    width: 100%
  }

  .__block--calendar .cal th {
    font-size: 12px;
    text-align: center;
    padding: 3px
  }

  .__block--calendar .cal tbody tr th,
  footer .__block--calendar .cal tbody tr td {
    flex: 0 0 auto;
    text-align: center;
    width: 14%;
    margin-bottom: 1px;
    font-size: 12px;
    border-right: solid 1px rgba(0, 0, 0, 0);
    border-bottom: solid 1px rgba(0, 0, 0, 0)
  }

  .__block--calendar .cal tbody tr td.w0,
  footer .__block--calendar .cal tbody tr td.w1,
  footer .__block--calendar .cal tbody tr td.w2,
  footer .__block--calendar .cal tbody tr td.w3,
  footer .__block--calendar .cal tbody tr td.w4,
  footer .__block--calendar .cal tbody tr td.w5,
  footer .__block--calendar .cal tbody tr td.w6 {
    background-color: #fff
  }

  .__block--calendar .cal tbody tr td span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    word-break: keep-all;
    font-size: 14px;
    letter-spacing: -0.05em;
  }

  .__block--calendar .cal tbody tr td .cal-week-close {
    width: 100%;
    height: 100%
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {

  .footer_wrapper .footer_top .footer_layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }



  .footer_wrapper .footer_top .footer_content_inner:nth-of-type(3) {
    border-left: none;
  }

  .footer_wrapper .footer_top .footer_content_inner:nth-of-type(n + 3) {
    border-top: solid 2px #e6e6e6;
  }

}

@media screen and (max-width: 768px) {
  .footer {
    background: #f2f2f2;
    margin-top: 50px;
  }

  .footer_wrapper {
    padding: 0
  }

  .footer_wrapper .footer_top .footer_layout {
    display: flex;
    flex-wrap: wrap;
  }

  .footer_wrapper .footer_top .footer_content_inner {
    flex: 0 0 auto;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 3%
  }

  .footer_wrapper .footer_top .footer_content_inner p {
    font-size: 14px
  }

  .footer_wrapper .footer_top .footer_content_inner + .footer_content_inner {
    border: none;
    border-top: solid 2px #e6e6e6;
  }

  .footer_wrapper .footer_middle .__nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 3%
  }

  .footer_wrapper .footer_middle .__nav ul li {
    flex: 1 1 auto;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #e6e6e6;
  }

  .footer_wrapper .footer_middle .__nav ul li a {
    font-size: 14px;
    border-right: none
  }

  .footer_content_credit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px auto 10px;
    padding: 10px
  }

  .footer_content_credit_list img {
    flex: 0 0 auto;
    width: 13%
  }

  .footer_bottom {
    background-color: #707070;
    color: #fff
  }

  .footer_bottom .__copyright {
    font-size: 13px
  }

  .footer_bottom .__copyright a {
    color: #fff
  }

  .footer_bottom .footer_bottom a {
    color: #fff
  }

  .__block--calendar {
    margin-top: 20px
  }

  .__block--calendar > ul {
    width: 100%;
    max-width: 599px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: space-between
  }

  .__block--calendar > ul > li {
    flex: 0 0 auto;
    width: 49%
  }

  .__block--calendar .cal {
    width: 100%
  }

  .__block--calendar .cal th {
    font-size: 12px;
    text-align: center;
    padding: 3px
  }

  .__block--calendar .cal tbody tr th,
  footer .__block--calendar .cal tbody tr td {
    flex: 0 0 auto;
    text-align: center;
    width: 14%;
    margin-bottom: 1px;
    font-size: 12px;
    border-right: solid 1px rgba(0, 0, 0, 0);
    border-bottom: solid 1px rgba(0, 0, 0, 0)
  }

  .__block--calendar .cal tbody tr td.w0,
  footer .__block--calendar .cal tbody tr td.w1,
  footer .__block--calendar .cal tbody tr td.w2,
  footer .__block--calendar .cal tbody tr td.w3,
  footer .__block--calendar .cal tbody tr td.w4,
  footer .__block--calendar .cal tbody tr td.w5,
  footer .__block--calendar .cal tbody tr td.w6 {
    background-color: #fff
  }

  .__block--calendar .cal tbody tr td span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
  }

  .__block--calendar .cal tbody tr td .cal-week-close {
    width: 100%;
    height: 100%
  }
}

.credit_card_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px
}

.credit_card_list img {
  flex: 0 0 auto;
  width: 10%;
  max-width: 50px
}

.convenience_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px
}

.convenience_list img {
  flex: 0 0 auto;
  width: 10%;
  max-width: 50px
}


/*  Calender
------------------------------*/
.aside .__block.__block--calendar {
  display: none;
}

.footer .__block.__block--calendar > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.footer .__block.__block--calendar > ul > li {
  flex: 0 0 auto;
  width: auto;
}

/*  Category / Search
====================================*/
.main--product-list .__product .__photo {
  display: none;
}

/*  Product Detail
====================================*/
.main.main--product-detail section.__information .__primary {
  display: none;
}

.main.main--product-detail section.__information .__secondary {
  float: none;
  width: 100%;
}


/*  マイページ
====================================*/
.body-mypage .__content-form,
.body-mypage .__submit {
  margin-bottom: 17px;
}

.body-mypage .__submit {
  text-align: center;
}


/*  サイトマップ
====================================*/
.body-sitemap .main .__block--feature {
  display: none !important;
}