@charset "UTF-8";
/*============================================================================================
      Header
=============================================================================================*/
header{
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  transition: 0.3s;
  padding: 0;
  box-shadow: 0px 0px 10px 0px rgba(238, 238, 238, 0.16);
}
.fixed{
  z-index: 1000;
}
.header-inner-std{
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 25px;
}
.header-inner-wrap{
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0;
}
.header-inner-box:nth-of-type(1){
	width: calc(100% - 50px);
}
.shop-name{
  width: 47vw;
  max-width: 173px;
  margin-right: 3.21%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.shop-name a{
  display: block;
}
.header-category-wrap{
  align-self: center;
}
.header-section{
  background: #f0efe9;
  padding: 16px 0 32px;
  margin-bottom: 32px;
}

/* ヘッダー - ナビ */
.header-nav{
  padding: 5px 0;
}
.header-nav-itm{
  color: #00AFEC;
  font-size: 1.6rem;
}
.header-nav-itm + .header-nav-itm{
  margin-left: 24px;
}
.header-nav-itm > span::after,
.header-nav-itm > a::after{
  content: '';
  width: 0;
  height: 3px;
  background-color: #00AFEC;
  position: absolute;
  left: 0;
  bottom: -13px;
  -webkit-transition: .2s;
  transition: .2s;
}
.header-nav-itm:hover > span::after,
.header-nav-itm:hover > a::after{
  width: 100%;
}
.header-nav-itm a{
  color: inherit;
  text-decoration: none;
}
.header-nav-itm a:hover{
  opacity: 1;
}
.header-nav-acd{
  padding-right: 20px;
  cursor: pointer;
}
.header-nav-acd::before{
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 2px solid #00AFEC;
  border-bottom: 2px solid #00AFEC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav-tgt{
  width: 100vw;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0px -3px 6px -6px rgba(0, 0, 0, 0.16);
  display: none;
}
.header-nav-tgt-wrp{
  width: 92vw;
  max-width: 1300px;
  margin: 0 auto;
}
.header-nav-tgt-list{
  margin-top: -25px;/* 余白相殺 */
}
.header-nav-tgt-itm{
  color: #333;
  font-size: 12px;
  text-align: left;
  width: 22.6%;
  margin-right: 3.2%;
  border-bottom: 1px solid #DDD;
  transition: .2s color;
}
.header-nav-tgt-itm:nth-of-type(4n){
  margin-right: 0;
}
.header-nav-tgt-itm:hover{
  color: #00A0E9;
}
.header-nav-tgt-itm a{
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  padding: 24px 0 12px;
  display: block;
}



.header-inner-subbox{
  padding: 5px 0;
}

/* 商品検索 */
.header-search{
  width: 220px;
  margin: 0 0 0 auto;
  padding: 5px 0;
}

.global-nav{
  font-size: 14px;
}
.global-nav li{
  display: flex;
  margin-left: 12px;
}
.global-nav li a{
  color:#222;
  text-decoration: none;
}
.global-nav li a > svg{
  margin-right: 5px;
}
.member-point{
  margin: 0 8px;
}
.member-name em{
  margin-right: 4px;
}
.member-status{
  margin-left: 8px;
}

.header-cart{
  font-size: 1.6rem;
  width: 110px;
  margin-left: 13px;
}
.header-incart-switch{
  background: #00AFEC;
  padding: 10px 15px 10px 11px;
  border-radius: 6px;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
}
.header-cart svg{
  width: 24px;
  display: inline-block;
  line-height: 0;
}
.header-cart svg path{
  fill: #fff;
}
.header-cart-txt{
  margin-left: 10px;
}
.header-cart-count{
  position: absolute;
  right: -8px;
  top: -4px;
  background: #D80000;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
}

.header-drawer-btn{
  display: none;
}

/*    header - sp
----------------------------------------*/
@media (max-width: 1040px){
  header{
    height: 58px;
    z-index: 100;
  }
  .header-inner-wrap{
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .shop-name{
    max-width: 168px;
    margin: 0;
  }

  /* ヘッダー - ナビ */
  .header-nav{
    display: none;
  }

  .header-drawer-btn{
    color: #666;
    font-size: 22px;
    margin-left: 24px;
    display:block;
    cursor: pointer;
  }
  .header-drawer-btn i{
    color: #666;
  }

}

/* -----------------------------------------------------------------
SPナビ（ショップ_サイドバー）
----------------------------------------------------------------- */
#background-drawer-btn{
  display: none;
}
.side{
  width: 220px;
  max-width: 220px;
	display: none;
}

/* セクション */
.side-sec{
  padding-top: 30px; 
}
.side-title.g_decoHd_bb{
  color: #00A0E9;
  font-size: 16px;
  margin-bottom: 0;
  border-width: 1px;
}
.side-title{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* アコーディオン */
.side-category-list{
}
.side-category-item{
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.side-category-item a{
  text-align: left;
  padding: 12px 25px 12px 10px;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.side-category-item .u_ic{
  display: block;
}
.side-category-item .u_ic::before{
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* アコーディオン */
.side-category-item .js_acd::before,
.side-category-item .js_acd::after{
  background-color: #666;
  border: none;
  top: 0;
  bottom: 0;
  -webkit-transition: transform .2s;
  transition: transform .2s;
}
.side-category-item .js_acd::before{
  width:  9px;
  height: 1px;
  right: 6px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.side-category-item .js_acd::after{
  width: 1px;
  height:  9px;
  right: 10px;
}
.side-category-item .js_acd.js_open::before{
  display: none;
}
.side-category-item .js_acd.js_open::after{
  -webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
}
.side-category-item .js_acd a{
  pointer-events: none;
  cursor: pointer;
}
  
/* 子カテゴリ */
.side-category-child-list{
  border-top: 1px solid #ddd;
  background-color: #F8F8F8;
  display: none;
}
.side-category-child-list a{
  padding-left: 16px;
}

/* SNS */
.side-sns-itm{
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.side-sns-itm + .side-sns-itm{
  margin-top: 12px;
}
.side-sns-itm a{
  width: 100%;
  padding: 12px;
}
.side-sns-img{
  width: 30px;
  margin: 0 10px 0 0;
}
.side-sns-txt{
  width: calc(100% - 40px);
}

.side-bnr a{
  margin-top: 15px;
  display: block;
}


/*    サイドバー - sp
----------------------------------------*/
@media (max-width: 1040px){
  #background-drawer-btn{
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 100;
    transition: .1s;
    opacity: 0;
    animation-name: fade-in;
    animation-duration: .5s;
  }
  #background-drawer-btn.background-drawer-btn-none{
    opacity: 1;
    display: block;
    cursor: pointer;
  }
  @keyframes fade-in{
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }
	#side-drawer.drawer-display{
    left:0 !important;
		display: block;
  }
  .side{
    position: fixed;
    top: 0;
    left: -85%;
    z-index: 10000;
    width: 85%;
    max-width: 300px;
    transition: .1s;
    padding: 15px 10px 200px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  .background-drawer-btn-none{
    left: 0 !important; 
  }
  .side-sec{
    padding-top: 0;
  }
  .side-sec + .side-sec{
    padding-top: 20px;
  }
  .side-login-wrap{
  }
  .side-login-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 12px;
  }
  .side-login-box a{
    width: 100%;
    border-radius: 4px;
    padding: 8px 0;
    font-size: 1.4rem;
    background-color: #00A0E9;
    color: #fff;
    text-align: center;
  }
  .side-login-box svg{
    margin-right: 5px;
    line-height: 0;
    display: block;
  }

  /* SNS */
  .side-sns-itm{
    width: 40px;
    border: none;
    border-radius: none;
  }
  .side-sns-itm + .side-sns-itm{
    margin: 0 0 0 10px;
  }
  .side-sns-itm a{
    width: 100%;
    padding: 0;
  }
  .side-sns-img{
    width: 100%;
    margin-right: 0;
  }
  .side-sns-txt{
    display: none;
  }
}

@media (max-width: 374px){
  .side-login-box a{
    font-size: 3.733vw;
  }
  .side-login-box svg{
    width: 3.733vw;
    height: auto;
  }
}



/*============================================================================================
      Footer
=============================================================================================*/
footer{
  margin: 128px auto 0;
  position: relative;
}
.footer-wrp{
  width: 90vw;
  max-width: 1300px;
  margin: 0 auto;
}
.footer-info{
  background-color: #F5F5F5;
  padding: 45px 0;
}
.footer-logo{
  width: 44.99vw;
  max-width: 173px;
  margin-bottom: 45px;
}
.footer-infoLst{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}
.footer-infoLst-itm{
}
.footer-infoLst-ttl{
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.footer-infoLst-txt{
  font-size: 1.2rem;
  width: 100%;
  padding-top: 8px;
}
.footer-infoLst-txt p + p{
  margin-top: 0.5em;
}


.footer-box{
  color: #fff;
  background-color: #00A0E9;
  padding: 45px 0;
}
.footer-nav{
}
.footer-nav li{
  font-weight: bold;
  margin: 8px 12px;
}
.footer-nav li a{
  display: block;
}
.copyright{
  display: block;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 896px){
  .footer-info{
    padding: 26px 0;
  }
  .footer-logo{
    margin-bottom: 35px;
  }
  .footer-infoLst{
    display: block;
  }
  .footer-infoLst-itm + .footer-infoLst-itm{
    margin-top: 8px;
  }
  .footer-infoLst-ttl{
    font-size: 1.4rem;
    padding-top: 8px;
    padding-right: 20px;
    cursor: pointer;
  }
  .footer-infoLst-ttl::before{
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: linear .2s;
    transition: linear .2s;
    transform-origin: center;
  }
  .footer-infoLst-ttl.js_open::before{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .footer-infoLst-txt{
    display: none;
    padding-bottom: 10px;
  }

  .footer-box{
    padding: 26px 0;
  }

}

@media (max-width: 576px){
  .footer-nav li{
    margin: 0;
    width: 100%;
    display: block;
  }
  .footer-nav li + li{
    margin-top: 15px;
  }
  .footer-nav li a{
    
  }
  .copyright{
    margin-top: 30px;
  }
}

/*============================================================================================
      Contents
=============================================================================================*/
/* -----------------------------------------------------------------
Wrap
----------------------------------------------------------------- */
.wrap{
  width: calc(100% - 50px);
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}
.content{
  flex: 1;
  max-width: 1140px;
  padding-top: 30px;
}
.content-wrap{
  width: 100%;
}
@media (max-width: 1040px){
  .wrap{
    width: 100%;
    display: block;
  }
  .content{
    width: 100%;
  }
  .content-wrap{
    width: 94.6%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media (max-width: 576px){
  .content{
    padding-top: 20px;
  }
}
