@charset "UTF-8";
/* CSS Document */
/* ========= */
/* ヘッダーナビ */
/* ========= */

.sp-only {
  display: none;
}

#header-inner #hNav {
  text-align: right;
  vertical-align: middle;
  width: auto;
  /* float: right; */
  display: flex;
  justify-content: flex-end;
}

.icon-link {
  justify-content: flex-end;
  max-width: 100%;
  width: auto;
  display: flex;
  margin-top: -8px;
}

.icon-link img {
  height: 27px;
  margin-right: 5px;
}

#header-inner #logo {
  display: flex;
  align-items: center;
}

.head-link {
  display: flex;
}

.icon-link>div {
  margin: 0 0 0 25px;
}

.search-area {
  z-index: 999;
}

.pc {
  display: block;
}

.search-box {
  background: #FFF;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
}

.search-box form {
  background: #FFF;
  box-sizing: border-box;
  display: flex;
  height: 58px;
  padding: 14px 10px 14px 15px;
  top: 60px;
  right: 0;
  transition: all .3s;
  width: 350px;
  z-index: 1;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.icon-link .member_info_cart_info {
  position: relative;
  display: inline;
}

.icon-link a {
  padding: 8px 0;
  align-items: center;
}

#header-inner #logo {
  width: 70px;
  alignment-baseline: middle;
  /* float: left; */
  padding: 17px 0 12px;
}

.head-link .link {
  margin: 0 13px;
  letter-spacing: 0;
}

#header-inner #logo,
#hNav {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

#header-inner {
  width: 1200px;
  /* width: auto; */
  margin: 0 auto;
  padding: 30px 0 0 0;
  zoom: 1;
  position: relative;
  /* overflow: hidden; */
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}

#header-inner h1 {
  max-width: 220px;
  background: none;
  margin: -25px 0 0 0;
  padding: 0;
}


/* サイド */
.side_menu {
  display: none;
}

.leftSearch {
  background-color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}

#searchbox p {
  display: none;
}

#sub-column .category nav ul .cat1 a {
  font-size: 18px;
  padding-top: 55px;
  border-bottom: 1px solid #666666;
}

#sub-column .category nav:first-of-type ul .cat1 a {
  padding-top: 0;
}

#sub-column .category nav ul .cat1 a::after {
  content: none;
}

#sub-column .category nav ul li.cat2 a {
  zoom: 1;
  display: block;
  padding: 11px 0 11px 5px;
  font-size: 15px;
}

#sub-column .category nav ul li.cat2:last-child a {
  border-bottom: 1px solid #666666;
}


.side_menu_bnr .side_menu_bnr__list {
  margin: 0 !important;
  padding: 85px 0 42px 0;
}

#sub-column .category nav ul:first-child li {
  border-bottom: none;
}

/* #sub-column div#subc_calendar {
  display: none;
} */

#sub-column .category nav ul li:last-child {
  border-bottom: none;
}

/* .leftSearch #searchbox form {
  border: 1px solid #666666;
  text-align: end;
  box-sizing: border-box;
  float: left;
  height: 37px;
  width: 100%;
  border-radius: 3px;
}

.leftSearch #searchbox input.searchSubmit {
  padding: 0;
  width: 35px;
} */

/* ======================= */

/* ==== TBブレイクポイント ==== */

/* ======================= */
@media screen and (max-width: 1139px) {
  #header-inner {
    font-size: 1.153vw;
  }

  #header-inner h1 {
    max-width: 16.92vw;
  }

  .head-link .link {
    margin: 0 0.6vw;
  }

  .icon-link img {
    height: 2vw;
  }
}


/* ======================= */

/* ==== SPブレイクポイント ==== */

/* ======================= */
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  /* ========= */
  /* ヘッダー*/
  /* ========= */
  #header-inner {
    width: 100%;
    padding: 1.46vw 2.66vw;
    height: 16vw;
    align-items: center;
  }

  .head-link {
    display: none;
  }

  .header_area {
    position: static;
  }

  header {
    background: #ffffff;
    height: 16vw;
    position: fixed;
    border-bottom: 1px solid #cccccc;
    z-index: 99999;
  }

  #header-inner h1 {
    max-width: 13.3vw;
    margin: 0;
    padding: 0;
  }

  #sub-column.spsDrawerOpen {
    transition: .5s transform ease-in-out;
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding-top: 16vw;
  }

  .icon-link {
    justify-content: flex-end;
    max-width: 100%;
    width: auto;
    display: flex;
    margin-top: 0;
    height: 16vw;
    align-items: center;
    margin-right: 18.6vw;
    box-sizing: border-box;
  }


  .icon-link>div {
    margin: 0 0 0 4.5vw;
  }

  .icon-link img {
    height: 5.6vw;
    margin-right: 0;
  }

  #main-column .brand-story__inner {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .icon-link {
    justify-content: flex-end;
    max-width: 100%;
    width: auto;
    display: flex;
    margin-top: 0;
    height: auto;
    align-items: center;
    margin-right: 18.6vw;
  }

  #header-inner #logo {
    width: 13.3vw;
    alignment-baseline: middle;
    padding: 17px 0 12px;
  }

  .icon-link>div {
    margin: 0;
  }

  .search {
    width: 6vw;
  }

  .cart {
    width: 6vw;
    padding-left: 2.1vw;
  }

  .login {
    width: 6vw;
    padding-left: 2.1vw;
  }

  #sub-column.spsDrawerOpen {
    z-index: 9999;
  }

  .header_area {
    position: static;
    height: auto;
    width: 100vw;
  }

  #header-inner #hNav {
    width: 44.2vw;
    height: 11.9vw;
  }

  #header-nav-drawer .sp-drw {
    display: block;
    position: absolute;
    top: 0.5vw;
    right: 0;
    width: 10.6vw;
    height: 10.6vw;
    margin: 0px;
    transition: .2s;
    border: 0.13vw solid #cccccc;
  }

  #header-nav-drawer .sp-drw::after {
    content: "MENU";
    position: absolute;
    display: block;
    font-size: 2.4vw;
    top: 6.7vw;
    left: 2.2vw;
  }

  #header-nav-drawer span {
    display: block;
    position: absolute;
    top: 4vw;
    right: 2vw;
    width: 6.6vw;
    height: .53vw;
    margin: -3px 0 0 -12px;
    background: #222;
    transition: .2s;
  }

  #header-nav-drawer span::before {
    display: block;
    content: "";
    position: absolute;
    top: .1vw;
    right: 2vw;
    width: 6.6vw;
    height: .53vw;
    background: #222;
    transition: .3s;
  }

  #header-nav-drawer span::after {
    display: block;
    content: "";
    position: absolute;
    top: .1vw;
    right: 2vw;
    width: 6.6vw;
    height: .53vw;
    background: #222;
    transition: .3s;
  }

  #header-nav-drawer.spsDrawerOpen span::after {
    top: 0vw;
  }

  #header-nav-drawer span::after {
    top: 1vw;
  }

  /* #sub-column div#subc_calendar {
    display: block;
    padding: 3vw 5.3vw 0 5.3vw;
    background: #ffffff;
  }

  #subc_calendar{
    display: block;
  } */

  .freeArea2 .free-contents ul li {
    list-style-type: none;
  }

  .side_menu {
    display: block;
  }

  .footer-area-sec {
    display: none;
  }

    .side_menu_bnr .side_menu_bnr__list {
    margin: 0 !important;
    padding: 0;
}

  /* ==== */

}