*{
    box-sizing: border-box;
    margin:0px;
    padding: 0px;
}
.spu-header-re{
    width: 100%;
    border-top: 2px solid #053355;
}
ul,li{
    list-style: none;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.header-row{
    width: 100%;
}
.row-one{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
}
.spu-guest .fs-l-header__welcomeMsg > a{
    font-size: 13px;
}
.header-sns-list{
    display: flex;
    justify-items: flex-end;
}
.header-sns-list li{
    padding: 0px 10px;
}
.header-sns-list li > a{
    font-size: 20px;
    color: gray;
}

.row-two{
    display: table;
    margin: 5px auto;
    padding: 5px 0px;
}
.row-two > .table-a{
    display: none;
    vertical-align: middle;
    width: 100px;
}
.row-two > .table-a img{
    width: 100%;
    vertical-align: bottom;
}
.sp-cart{
    position: relative;
}
.sp-cart .fs-client-cart-count{
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 11px;
    color: white;
    background: rgb(173, 0, 0);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
}
.sp-cart > a{
    position: relative;
    display: block;
    width: 35px;
    margin-left:10px;
}
.row-two > .table-b{
    display: table-cell;
    vertical-align: middle;
}
.row-two > .table-b > a{
    display: block;
    width: 90px;
    margin: 0 auto;
}
.row-two > .table-b > a >img{
    vertical-align: bottom;
}
.row-two > .table-c{
    position: relative;
    display: none;
    vertical-align: middle;
    width: 100px;
}


#navArea > nav{
    display: block;
    position: fixed;
    top: 0;
    left: -270px;
    bottom: 0;
    width: 270px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
    padding: 30px 0px;
}
#navArea.open > nav {
    left: 0;
    opacity: 1;
  }
  nav .inner{
      margin-bottom: 30px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner > ul > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  .category-list-item > li{
    border-bottom: 1px dotted #333;
  }
  .category-list-item > li > a{
    padding-left: 10px;
  }
  .category-list-item > li:last-child{
    border-bottom: 0px dotted #333;
  }
  nav .inner ul li a, .acd-label{
    display: block;
    color: #333;
    font-size: 12px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: 600;
  }
  .sp-nav-title{
    color: #333;
    font-size: 12px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: 600;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  .header-nav-item a:hover{
    text-decoration: underline;
  }
  .acd-label{
      position: relative;
  }
  .acd-label::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 35%;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}
.acd-label.rotate-arrow::after {
    transform: rotate(-135deg);
}
  .fs-l-header__welcomeMsg{
      width: 100%;
  }
  .fs-l-header__welcomeMsg-inner > a{
      font-size: 12px;
  }
  .fs-p-memberInfo > span{
      font-size: 12px;
  }
  .label-inner{
      display: none;
      border-bottom: 0px solid black;
  }
  @media screen and (max-width: 1024px) {
    nav {
      left: -220px;
      width: 220px;
    }
    .spu-header-re{
        border-top: 0px solid #053355;
        border-bottom: 1px solid #053355;
    }
    .fs-l-header__welcomeMsg{
        display: block;
        background: rgb(238, 238, 238);
        padding: 10px;
        margin-bottom: 30px;
    }
    .fs-l-header__welcomeMsg, .fs-l-header__welcomeMsg.is-ready {
        display: block;
    }
  }
  /*============
  .toggle_btn
  =============*/
  
.srch-icon{
    position: absolute;
    top: 50%;
    right: 52%;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
}
.srch-icon > a{
    display: block;
    width: 100%;
}
.srch-icon > a > img{
    width: 100%;
}
  .toggle_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 11%;
    transform: translate(0%,-50%);
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }


  .row-three{
    width: 100%;
    padding: 15px 0px;
  }
  
.header-row.row-three.fixed {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    max-width: 100%;
    box-shadow: 0 10px 20px -20px rgba(53, 47, 47, 0.8);
    background: white;
    z-index: 20;
}
  .pc-header-nav{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .pc-header-nav li a{
      text-decoration: none;
      color: black;
      font-size: 13px;
  }
  .pc-header-nav li{
      margin: 0px 30px;
  }
  .header-cart > a{
      display: block;
      width: 30px;
      height: 30px;
  }
  .pc-header-nav > .header-cart{
      margin: 0px 0px 0px 30px;
  }
  .head-search-inner{
      display: flex;
      align-items: bottom;
  }
  .head-search-inner input{
      border: none;
  }
  .head-search-inner input[type="text"]{
      width: 100%;
      height: 100%;
      outline: none;
      padding-left: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  .head-search-inner input[type="text"]:focus{
    background: white;
  }
  .head-search-btn::before {
    display: block;
    width: 25px;
    height: 25px;
    background: url(https://sputnicks.itembox.design/item/img/sarch_pc.svg) no-repeat center center;
    content: '';
    cursor: pointer;
}
.text-btn button{
  border: none;
  background: none;
}
.text-box,.text-btn{
  border-bottom: 1px solid black;
}

@media screen and (max-width:1000px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .row-two > .table-a{
    display: table-cell;
  }
  
  .row-two > .table-c{
    display: table-cell;
  }
  .header-row.row-three.fixed {
      display: none;
  }
  .spu-header-re{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      background: white;
      z-index: 20;
  }
}
.header-cart{
  position: relative;
}
.header-cart > .fs-client-cart-count{
  position: absolute;
  top: -10px;
  right: -5px;
  color: white;
  font-size: 14px;
  display: block;
  width: 20px;
  height: 20px;
  background: rgb(173, 0, 0);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.sp-brand-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 5px;
}
.sp-brand-list img{
    width: 100%;
}
.sp-brand-list > div{
    flex-basis: 48%;
    margin-bottom: 20px;
}
.sp-brand-list > div > a{
    text-decoration: none;
    font-size: 12px;
    color: #333;
}

.sp-menu-sns{
    display: flex;
    justify-content: center;
}
.sp-menu-sns > div{
    margin: 10px 15px 50px;
}
.sp-menu-sns > div a{
    text-decoration: none;
    color: #8d8d8d;
    font-size: 1.6em;
}
.sp-shopping-guide{
    margin-bottom: 20px;
}
.sp-shopping-guide .sp-shopping-guide-list > li{
    padding:0.5em;
    border-bottom: 1px dotted rgb(168, 168, 168);
}
.sp-shopping-guide .sp-shopping-guide-list > li a{
    font-size: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.fs-l-header{
    padding-top: 0px !important;
}

.side-foot-nav{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
    border: 1px solid #999;
    cursor: pointer;
    background: white;
    z-index: 10;
}
.side-foot-nav .arrow{
    position: relative;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #999;
}
.side-foot-nav .arrow::after{
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%,-50%);
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    transform: rotate(45deg);
}
.side-foot-nav .search{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-foot-nav .search img{
    width: 34px;
}



.sp-footer-search-menu{
    padding: 30px 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
    background: white;
    z-index: 12;
}
.sp-footer-search-menu > form{
    text-align: center;
    margin-bottom: 30px;
}
.foot-search-inner{
    display: block;
    background: white;
    width: 300px;
    padding: 10px 10px;
    margin: 0 auto 20px;
    display: flex;
    border: 1px solid #333;
}

@media screen and (max-width:1000px){
    .foot-search-inner{
        width: 70%;
    }
}
.foot-search-input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-size: 1.0em;
    outline: none;
}
.foot-search-btn{
    border: none;
    background: none;
}
.foot-search-btn::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f002';
    background: none;
    color: #8d8d8d;
    width: 30px;
    height: 30px;
}
.keyword-title{
    font-size: 1.1em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.word-list{
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.word-list > div{
    margin: 0px 5px 10px;
}
.word-list > div > a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    background: rgb(230, 230, 230);
    font-size: 0.8em;
}
.category-btn{
    width: 80%;
    margin: 0 auto;
}
.category-btn > a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    font-size: 1.0em;
    background: rgb(107, 107, 107);
    text-align: center;
    padding: 5px 0px;
}
.sp-footer-search-overlay{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: rgba(0,0,0,0.4);
    display: none;
}
.sp-footer-close{
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
.sp-footer-close::before{
    display: inline-block;
    content: '×';
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px;
}