@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
default.css　追加・上書き
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
 color: #000;
 line-height: 1.6;
     font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:768px){
    input{
        font-size: 16px;
    }
}
/*========================================
header content area reset
=========================================*/
#EST_SPS_wish_member #contents,
#EST_SPS_cart #contents,
#EST_SPS_regi #contents,
#EST_SPS_order #contents{
    width: 95%;
    max-width: 1000px;
}
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {
    z-index: 11;
    width: 100%;
}
#header-outer{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 200;
  width: 100%;
  background: #fff;
}
header #header-inner,
#cart-header #header-inner,
#enquete-header #header-inner{
    padding: 0;
    box-sizing: border-box;
    position: unset;
    max-width: 1500px;
    padding: 0 3%;
    box-sizing:border-box;
    /* overflow:hidden; */
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    height: 100px;
}
#header-hight{
  height: 100px;
}

@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
  
}
@media screen and (max-width:768px){
    #EST_SPS_wish_member #contents,
    #EST_SPS_cart #contents,
    #EST_SPS_regi #contents,
    #EST_SPS_order #contents{
        width: 95%;
        max-width: 1000px;
    }
    div#wrapper div#enquete-header,
    div#wrapper > div#cart-header,
    header {
        z-index: 11;
        width: 100%;
    }
    #header-outer{
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
      position: fixed;
      z-index: 200;
      width: 100%;
    }
    header #header-inner,
    #cart-header #header-inner,
    #enquete-header #header-inner{
        padding: 0;
        box-sizing: border-box;
        position: unset;
        /* max-width: 1200px; */
        padding: 0 3%;
        box-sizing:border-box;
        /* overflow:hidden; */
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
        height: 75px;
    }
    #header-hight{
      height: 75px;
    }
}

@media screen and (max-width:580px){
  #EST_SPS_wish_member #contents,
    #EST_SPS_cart #contents,
    #EST_SPS_regi #contents,
    #EST_SPS_order #contents{
        width: 95%;
        max-width: 1000px;
    }
    div#wrapper div#enquete-header,
    div#wrapper > div#cart-header,
    header {
        z-index: 11;
        width: 100%;
    }
    #header-outer{
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
      position: fixed;
      z-index: 200;
      width: 100%;
    }
    header #header-inner,
    #cart-header #header-inner,
    #enquete-header #header-inner{
        padding: 0;
        box-sizing: border-box;
        position: unset;
        /* max-width: 1200px; */
        padding: 0 5%;
        box-sizing:border-box;
        /* overflow:hidden; */
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
        height: 75px;
    }
    #header-hight{
      height: 75px;
    }
}


/*========================================
header カート時非表示
=========================================*/

@media screen and (max-width:768px){
  #cart-header #header-topline-inner,
  #cart-header #header-left,
  #cart-header #header-inner #hNav,
  #enquete-header #header-topline-inner,
  #enquete-header #header-left,
  #enquete-header #header-inner #hNav{
      /* display:none!important; */
      margin: 0 15px 0 0;
  }
}

/*========================================
header main
=========================================*/
/*ヘッダ上部帯
================*/
#enquete-header #h-drawer,
#cart-header #h-drawer,
#EST_SPS_wish_member #h-drawer{
display:none;
}

header #keyword{
  display:none;
}

#h-top-obi{
  font-size: 14px;
  background: #f2f2f2;
  padding: 13px 0;
  color: #4b4b4b;
  line-height: 1;
  text-align: center;
}
/*左側*/
h1.obi-left{
  font-weight: normal;
}
/*右側*/
.obi-right{
  display: flex;
  align-items: center;
  justify-content:right;
  font-feature-settings: "palt";
}
.obi-right .h-freedial{
  margin:0 10px 0 0;
}
.obi-right .h-freedial a{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 font-size: 22px;
 font-weight: 600;
 color: #4b4b4b;
}
.obi-right .h-freedial a img{
 width:30px;
 margin: 0 8px 0 0;
}

/*メニューエリア
====================*/

/*中央*/
#h-logo .h-logo-area a{
  display:block;
  margin:0 0 5px;
}
#h-logo .h-logo-area a img{
  max-width:270px;
}
.h-logo-copy{
  font-weight:normal;
  font-size:12px;
  text-align:center;
}

/*左側・右側*/
.h-left,
.h-right{
  display:flex;
  align-items:center;
  width: 30%;
}
.h-left{
  justify-content:left;
}
.h-right{
  justify-content:right;
}
.pasonal-list{
  display:flex;
  flex-wrap:wrap;
}
.pasonal-list li{
  width:25px;
  margin: 0;
  line-height: 1;
  position: relative;
}
.h-left .pasonal-list li{
  margin: 0 40px 0 0;
}
.h-right .pasonal-list li{
  margin: 0 0 0 40px;
}
.pasonal-list li a{
  display:block;
}
/*ヘッダ検索　機能調整*/
#hNav ul#header-nav li#h-search{
  padding:0 0 0 30px;
}
#h-search #searchbox_wrap {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
#h-search #searchbox form {
  border: none;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0;
  border-bottom: 1px solid;
  justify-content: space-between;
  box-sizing: border-box;
}
#h-search #searchbox .searchbox {
  border: none;
  float: left;
  font-size: 13px;
  height: 35px;
  padding: 0 5px;
  width: calc(100% - 35px);
  color: #000;
}
#h-search #searchbox input[type=text]:focus {
    outline: none;
}
#h-search #searchbox input::placeholder {
    color:#000;
}
#hNav #h-search #searchbox .searchSubmit {
  width: 25px;
}

/*検索ポップアップ*/
#header-outer .search-window {position: fixed;top: -100%;left: 0;width: 100%;background: #ffffff;transition: .5s;z-index: 300;}
#header-outer .search-window.open {
top: 0;
}
#header-outer .search-window .wrap {position: relative;padding: 60px 0;background: #f0f0f0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
#header-outer .search-window .close {position: absolute;top: 20px;left: 40px;}
#header-outer .search-window .close:hover {
cursor: pointer;
}
#header-outer .search-window .close span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
#header-outer .search-window .close span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(45deg);
  top: 10px;
}
#header-outer .search-window .close span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(-45deg);
  top: 10px;
}
#header-outer .search-window form {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#header-outer .search-window dl.box {
  position: relative;
  margin: 0;
  background: none;
}
#header-outer .search-window dl.box dt {
  padding: 10px 40px;
  background: #fff;
  border-radius: 100px;
}
#header-outer .search-window dl.box dt input {
  font-size: 20px;
  height: 40px;
  line-height: 4px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
#header-outer .search-window dl.box dt input:focus {
    outline: none;
}
#header-outer .search-window dl.box dd {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#header-outer .search-window dl.box dd input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
}


@media screen and (max-width:768px){
  /*ヘッダ上部帯
================*/
#h-top-obi{
  font-size: 14px;
  background: #f2f2f2;
  padding: 13px 0;
  color: #4b4b4b;
  line-height: 1;
  text-align: center;
}
/*左側*/
h1.obi-left{
  font-weight: normal;
}
/*右側*/
.obi-right{
  display: flex;
  align-items: center;
  justify-content:right;
  font-feature-settings: "palt";
}
.obi-right .h-freedial{
  margin:0 10px 0 0;
}
.obi-right .h-freedial a{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 font-size: 22px;
 font-weight: 600;
 color: #4b4b4b;
}
.obi-right .h-freedial a img{
 width:30px;
 margin: 0 8px 0 0;
}

/*メニューエリア
====================*/

/*中央*/
#h-logo .h-logo-area a{
  display:block;
  margin:0 0 5px;
  max-width: 80px;
}
#h-logo .h-logo-area a img{
  max-width: 100%;
}
.h-logo-copy{
  font-weight:normal;
  font-size:12px;
  text-align:center;
}

/*左側・右側*/
.h-left,
.h-right{
  display:flex;
  align-items:center;
  width: 30%;
}
.h-left .pasonal-list li:last-child,
.h-right .pasonal-list li:first-child {
  margin: 0;
}
.h-left{
  justify-content:left;
}
.h-right{
  justify-content:right;
}
.pasonal-list{
  display:flex;
  flex-wrap:wrap;
}
.pasonal-list li{
  width:25px;
  margin: 0;
  line-height: 1;
  position: relative;
}
.h-left .pasonal-list li{
  margin: 0 25px 0 0;
}
.h-right .pasonal-list li{
  margin: 0 0 0 25px;
}
.pasonal-list li a{
  display:block;
}
/*ヘッダ検索　機能調整*/
#hNav ul#header-nav li#h-search{
  padding:0 0 0 30px;
}
#h-search #searchbox_wrap {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
#h-search #searchbox form {
  border: none;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0;
  border-bottom: 1px solid;
  justify-content: space-between;
  box-sizing: border-box;
}
#h-search #searchbox .searchbox {
  border: none;
  float: left;
  font-size: 13px;
  height: 35px;
  padding: 0 5px;
  width: calc(100% - 35px);
  color: #000;
}
#h-search #searchbox input[type=text]:focus {
    outline: none;
}
#h-search #searchbox input::placeholder {
    color:#000;
}
#hNav #h-search #searchbox .searchSubmit {
  width: 25px;
}

/*検索ポップアップ*/
#header-outer .search-window {position: fixed;top: -100%;left: 0;width: 100%;background: #ffffff;transition: .5s;z-index: 300;}
#header-outer .search-window.open {
top: 0;
}
#header-outer .search-window .wrap {position: relative;padding: 60px 0;background: #f0f0f0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
#header-outer .search-window .close {position: absolute;top: 20px;left: 40px;}
#header-outer .search-window .close:hover {
cursor: pointer;
}
#header-outer .search-window .close span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
#header-outer .search-window .close span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(45deg);
  top: 10px;
}
#header-outer .search-window .close span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(-45deg);
  top: 10px;
}
#header-outer .search-window form {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#header-outer .search-window dl.box {
  position: relative;
  margin: 0;
  background: none;
}
#header-outer .search-window dl.box dt {
  padding: 10px 40px;
  background: #fff;
  border-radius: 100px;
}
#header-outer .search-window dl.box dt input {
  font-size: 20px;
  height: 40px;
  line-height: 4px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
#header-outer .search-window dl.box dt input:focus {
    outline: none;
}
#header-outer .search-window dl.box dd {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#header-outer .search-window dl.box dd input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
}
}

@media screen and (max-width:580px){
    /*ヘッダ上部帯
================*/
#h-top-obi{
  font-size: 11px;
  background: #f2f2f2;
  padding: 10px 0;
  color: #4b4b4b;
  line-height: 1;
  text-align: center;
}
/*左側*/
h1.obi-left{
  font-weight: normal;
}
/*右側*/
.obi-right{
  display: flex;
  align-items: center;
  justify-content:right;
  font-feature-settings: "palt";
}
.obi-right .h-freedial{
  margin:0 10px 0 0;
}
.obi-right .h-freedial a{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 font-size: 22px;
 font-weight: 600;
 color: #4b4b4b;
}
.obi-right .h-freedial a img{
 width:30px;
 margin: 0 8px 0 0;
}

/*メニューエリア
====================*/

/*中央*/
#h-logo .h-logo-area a{
  display:block;
  margin:0 0 5px;
  max-width: 80px;
}
#h-logo .h-logo-area a img{
  max-width: 100%;
}
.h-logo-copy{
  font-weight:normal;
  font-size:12px;
  text-align:center;
}

/*左側・右側*/
.h-left,
.h-right{
  display:flex;
  align-items:center;
  width: 30%;
}
.h-left .pasonal-list li:last-child,
.h-right .pasonal-list li:first-child {
  margin: 0;
}
.h-left{
  justify-content:left;
}
.h-right{
  justify-content:right;
}
.pasonal-list{
  display:flex;
  flex-wrap:wrap;
}
.pasonal-list li{
  width:25px;
  margin: 0;
  line-height: 1;
  position: relative;
}
.h-left .pasonal-list li{
  margin: 0 25px 0 0;
}
.h-right .pasonal-list li{
  margin: 0 0 0 25px;
}
.pasonal-list li a{
  display:block;
}
/*ヘッダ検索　機能調整*/
#hNav ul#header-nav li#h-search{
  padding:0 0 0 30px;
}
#h-search #searchbox_wrap {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
#h-search #searchbox form {
  border: none;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0;
  border-bottom: 1px solid;
  justify-content: space-between;
  box-sizing: border-box;
}
#h-search #searchbox .searchbox {
  border: none;
  float: left;
  font-size: 13px;
  height: 35px;
  padding: 0 5px;
  width: calc(100% - 35px);
  color: #000;
}
#h-search #searchbox input[type=text]:focus {
    outline: none;
}
#h-search #searchbox input::placeholder {
    color:#000;
}
#hNav #h-search #searchbox .searchSubmit {
  width: 25px;
}

/*検索ポップアップ*/
#header-outer .search-window {position: fixed;top: -100%;left: 0;width: 100%;background: #ffffff;transition: .5s;z-index: 300;}
#header-outer .search-window.open {
top: 0;
}
#header-outer .search-window .wrap {position: relative;padding: 26px 0 26px;background: #f0f0f0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
#header-outer .search-window .close {position: absolute;top: 10px;left: 15px;}
#header-outer .search-window .close:hover {
cursor: pointer;
}
#header-outer .search-window .close span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
#header-outer .search-window .close span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(45deg);
  top: 10px;
}
#header-outer .search-window .close span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(-45deg);
  top: 10px;
}
#header-outer .search-window form {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
#header-outer .search-window dl.box {
  position: relative;
  margin: 0;
  background: none;
}
#header-outer .search-window dl.box dt {
  padding: 5px 30px;
  background: #fff;
  border-radius: 100px;
}
#header-outer .search-window dl.box dt input {
  font-size: 14px;
  height: 40px;
  line-height: 4px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
#header-outer .search-window dl.box dt input:focus {
    outline: none;
}
#header-outer .search-window dl.box dd {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#header-outer .search-window dl.box dd input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
}
}

/*========================================
ドロワーメニュー
=========================================*/
/*PCから表示*/
#header-nav-drawer {
    /* background: #FFF; */
    /* border: 1px solid #888; */
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0;
    position: relative;
    /* right: 2%; */
    /* top: 20px; */
    white-space: nowrap;
    width: 25px;
    z-index: 150;
}
#header-nav-drawer span {
    display: block;
    position: absolute;
    top: unset;
    /* left: 50%; */
    width: 25px;
    height: 25px;
    margin: 0;
    background: none;
    transition: .2s;
}
#header-nav-drawer span::before, #header-nav-drawer span::after{
    display: block;
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 2px;
    background: #4B4B4B;
    transition: .3s;
}
#header-nav-drawer span::before{
  content:"";
  display:block;
  width:25px;
  height:25px;
  background:url(../img/h-drawer-open.png)no-repeat;
  background-size: contain;
}
#header-nav-drawer span::before{
    margin-top:0;
}
#header-nav-drawer span::after{
    margin-top: 10px;
}
#header-nav-drawer.spsDrawerOpen span {
    background: transparent;
}
#header-nav-drawer.spsDrawerOpen span::before, #header-nav-drawer.spsDrawerOpen span::after{
    margin-top: 0;
}
#header-nav-drawer.spsDrawerOpen span::before{
    -webkit-transform: unset;
    transform: unset;
    background: url(../img/h-drawer-close.png) no-repeat;
    background-size: contain;
}
#header-nav-drawer.spsDrawerOpen span::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*-- サイドカラム(768px) --*/
#sub-column {
    background-color: #fff;
    box-sizing: border-box;
    float: none;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 140px 0 0;
    position: fixed;
    left: unset;
    left:0%;
    top: 0;
    width: 100%;
}

/* サイドメニューオープン(768px) */
#sub-column.spsDrawerOpen {
    transition: .5s transform ease-in-out;
    transform: translateX( 0 );
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}
#wrapper.spsDrawerOpen::before {
    background: rgba(0,0,0,.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
#sub-column.spsDrawerClose {
    transition: .5s transform ease-in-out;
    transform: translateX( -100% );
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}
#sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
    margin-bottom: 20px;
}
#sub-column h2 {
    background-color: #F5F5F5;
    padding: 19px 2%;
}
#sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
    font-size: 100%;
}
#sub-column .freeArea2 .free-contents {
    background-color: #FFF;
    font-size: 80%;
    padding: 0;
}

@media screen and (max-width: 768px) {
  /*ドロワー*/
  #cart-header #header-inner #hNav ul#header-nav li#header-nav-drawer,
  #enquete-header #header-inner #hNav ul#header-nav li#header-nav-drawer,
  #EST_SPS_order #header-inner #hNav ul#header-nav li#header-nav-drawer{
      display:none;
  }


  /*PCから表示*/
#header-nav-drawer {
    /* background: #FFF; */
    /* border: 1px solid #888; */
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0;
    position: relative;
    /* right: 2%; */
    /* top: 20px; */
    white-space: nowrap;
    width: 25px;
    z-index: 150;
}
#header-nav-drawer span {
    display: block;
    position: absolute;
    top: unset;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    background: none;
    transition: .2s;
}
#header-nav-drawer span::before, #header-nav-drawer span::after{
    display: block;
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 2px;
    background: #4B4B4B;
    transition: .3s;
}
#header-nav-drawer span::before{
  content:"";
  display:block;
  width:25px;
  height:25px;
  background:url(../img/h-drawer-open.png)no-repeat;
  background-size: contain;
}
#header-nav-drawer span::before{
    margin-top:0;
}
#header-nav-drawer span::after{
    margin-top: 10px;
}
#header-nav-drawer.spsDrawerOpen span {
    background: transparent;
}
#header-nav-drawer.spsDrawerOpen span::before, #header-nav-drawer.spsDrawerOpen span::after{
    margin-top: 0;
}
#header-nav-drawer.spsDrawerOpen span::before{
    -webkit-transform: unset;
    transform: unset;
    background: url(../img/h-drawer-close.png) no-repeat;
    background-size: contain;
}
#header-nav-drawer.spsDrawerOpen span::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*-- サイドカラム(768px) --*/
#sub-column {
    background-color: #fff;
    box-sizing: border-box;
    float: none;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 120px 0 0;
    position: fixed;
    left: unset;
    left:0%;
    top: 0;
    width: 100%;
}

/* サイドメニューオープン(768px) */
#sub-column.spsDrawerOpen {
    transition: .5s transform ease-in-out;
    transform: translateX( 0 );
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}
#wrapper.spsDrawerOpen::before {
    background: rgba(0,0,0,.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
#sub-column.spsDrawerClose {
    transition: .5s transform ease-in-out;
    transform: translateX( -100% );
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}
#sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
    margin-bottom: 20px;
}
#sub-column h2 {
    background-color: #F5F5F5;
    padding: 19px 2%;
}
#sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
    font-size: 100%;
}
#sub-column .freeArea2 .free-contents {
    background-color: #FFF;
    font-size: 80%;
    padding: 0;
}
}

@media screen and (max-width: 580px) {
  /*ドロワー*/
  #cart-header #header-inner #hNav ul#header-nav li#header-nav-drawer,
  #enquete-header #header-inner #hNav ul#header-nav li#header-nav-drawer,
  #EST_SPS_order #header-inner #hNav ul#header-nav li#header-nav-drawer{
      display:none;
  }


  /*PCから表示*/
#header-nav-drawer {
    /* background: #FFF; */
    /* border: 1px solid #888; */
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0;
    position: relative;
    /* right: 2%; */
    /* top: 20px; */
    white-space: nowrap;
    width: 25px;
    z-index: 150;
}
#header-nav-drawer span {
    display: block;
    position: absolute;
    top: unset;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    background: none;
    transition: .2s;
}
#header-nav-drawer span::before, #header-nav-drawer span::after{
    display: block;
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 2px;
    background: #4B4B4B;
    transition: .3s;
}
#header-nav-drawer span::before{
  content:"";
  display:block;
  width:25px;
  height:25px;
  background:url(../img/h-drawer-open.png)no-repeat;
  background-size: contain;
}
#header-nav-drawer span::before{
    margin-top:0;
}
#header-nav-drawer span::after{
    margin-top: 10px;
}
#header-nav-drawer.spsDrawerOpen span {
    background: transparent;
}
#header-nav-drawer.spsDrawerOpen span::before, #header-nav-drawer.spsDrawerOpen span::after{
    margin-top: 0;
}
#header-nav-drawer.spsDrawerOpen span::before{
    -webkit-transform: unset;
    transform: unset;
    background: url(../img/h-drawer-close.png) no-repeat;
    background-size: contain;
}
#header-nav-drawer.spsDrawerOpen span::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*-- サイドカラム(768px) --*/
#sub-column {
    background-color: #fff;
    box-sizing: border-box;
    float: none;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 120px 0 0;
    position: fixed;
    left: unset;
    left:0%;
    top: 0;
    width: 100%;
}

/* サイドメニューオープン(768px) */
#sub-column.spsDrawerOpen {
    transition: .5s transform ease-in-out;
    transform: translateX( 0 );
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}
#wrapper.spsDrawerOpen::before {
    background: rgba(0,0,0,.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
#sub-column.spsDrawerClose {
    transition: .5s transform ease-in-out;
    transform: translateX( -100% );
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}
#sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
    margin-bottom: 20px;
}
#sub-column h2 {
    background-color: #F5F5F5;
    padding: 19px 2%;
}
#sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
    font-size: 100%;
}
#sub-column .freeArea2 .free-contents {
    background-color: #FFF;
    font-size: 80%;
    padding: 0;
}
}

/*========================================
見出し（トップ・フッタなどの見出し）
=========================================*/
#main-column > section h2,
#main-column section.w100 .news h2,
#main-column #top-cate-price h2,
.f-guide-area h2,
#sect-vieweitem h2,
#sect-likeitem h2
{
	text-align: center;
	border-bottom: none;
	position: relative;
	font-size: 50px;
	padding: 0;
	line-height: 1.4;
	vertical-align: middle;
	margin: 0 0 70px;
	min-height: inherit;
	border-top: none;
	font-weight: 500;
	box-sizing: border-box;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	letter-spacing: 2px;
}
#main-column > section h2 > span,
#sect-vieweitem h2 > span,
#sect-likeitem h2 > span{
  display:block;
  font-size:20px;
  color:#999;
}

#main-column .newItem h2:before,
#main-column .pickup h2:before,
#main-column .ranking h2:before,
#main-column > section h2:before,
#main-column .w100 .news h2:before{
    content:none;	
}

#main-column .newItem h2:after,
#main-column .pickup h2::after,
#main-column .ranking h2:after,
#main-column > section h2:after,
#main-column .w100 .news h2:after,
.f-guide-area h2:after{
  display:block;
  font-size:18px;
  color:#999;
  letter-spacing:2px;
}
#main-column .newItem h2:after{
    content: "新着商品";
}
#main-column .pickup h2:after{
    content:"再入荷商品";	
}
#main-column .ranking h2:after{
    content:"ランキング";	
}
#main-column section.w100 .news h2:after{
  content: "お知らせ";
}

#main-column section.w100 .news h2{
  width:150px;
  margin: 0;
  text-align: left;
  font-size: 40px;
}
@media screen and (max-width:1024px){
  #main-column section.w100 .news h2{
    width:100%;
    margin: 0;
    text-align: left;
    font-size: 40px;
    display:flex;
    align-items: center;
    margin-bottom: 10px;
  }
  #main-column section.w100 .news h2:after{
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width:768px){
  #main-column > section h2,
  #main-column section.w100 .news h2,
  #main-column #top-cate-price h2,
  .f-guide-area h2,
  #sect-vieweitem h2,
#sect-likeitem h2{
  	border-bottom: none;
  	position: relative;
  	font-size: 40px;
  	padding: 0;
  	vertical-align: middle;
  	margin: 0 0 35px;
  	min-height: inherit;
  	border-top: none;
  	box-sizing: border-box;
  }
#main-column section.w100 .news h2{
    margin-bottom:10px;
  }
  #main-column > section h2 > span,
  #sect-vieweitem h2 > span,
#sect-likeitem h2 > span {
  display:block;
  font-size: 14px;
  color:#999;
}
  #main-column .newItem h2:before,
  #main-column .pickup h2:before,
  #main-column .ranking h2:before,
  #main-column > section h2:before,
  #main-column .w100 .news h2:before{
      content:none;	
  }
  
  #main-column .newItem h2:after,
  #main-column .pickup h2::after,
  #main-column .ranking h2:after,
  #main-column > section h2:after,
  #main-column .w100 .news h2:after,
  .f-guide-area h2:after{
    display:block;
    font-size: 14px;
    color:#999;
    letter-spacing:2px;
  }
}

@media screen and (max-width:580px){
  #main-column > section h2,
  #main-column section.w100 .news h2,
  #main-column #top-cate-price h2,
  .f-guide-area h2,
  #sect-vieweitem h2,
  #sect-likeitem h2{
  	text-align: center;
  	border-bottom: none;
  	position: relative;
  	font-size: 30px;
  	padding: 0;
  	vertical-align: middle;
  	margin: 0 0 25px;
  	min-height: inherit;
  	border-top: none;
  	box-sizing: border-box;
  	/* letter-spacing: 0; */
  }
  
  #main-column .newItem h2:before,
  #main-column .pickup h2:before,
  #main-column .ranking h2:before,
  #main-column > section h2:before,
  #main-column .w100 .news h2:before{
      content:none;	
  }
  
  #main-column .newItem h2:after,
  #main-column .pickup h2::after,
  #main-column .ranking h2:after,
  #main-column > section h2:after,
  #main-column .w100 .news h2:after,
  .f-guide-area h2:after{
    display:block;
    font-size: 12px;
    color:#999;
    letter-spacing:2px;
  }

  #main-column section.w100 .news h2{
  	margin: 0 0 5px;
  }
}
/*========================================
footer
==========================================*/
/*大枠
================*/
div#cart-footer, footer {
  background-color: #fff;
  position: inherit;
  height: auto;
  margin: 0;
  overflow: hidden;
}
/*最近チェックした商品
===================*/
.vieweitem-cont-area,
.likeitem-cont-area{
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 70px 0;
}
#sect-likeitem{
  background:#F3F2F0;
}
@media screen and (max-width:768px){
	.vieweitem-cont-area,
.likeitem-cont-area{
		margin: 0 auto;
		padding: 50px 0;
		width: auto;
	}
}
@media screen and (max-width:580px){
	.vieweitem-cont-area,
.likeitem-cont-area{
		margin: 0 auto;
		/* width: 90%; */
		padding: 50px 0;
	}
}

/*お買い物ガイド
================*/
.f-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 100px 0 50px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0 auto 10px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: 100%;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 29px;
  margin: 0 0 10px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 30px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;

}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 20px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 45px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 40px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size:25px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 45px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 100px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 3% 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: 125px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0% 1% 0 0;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: 1px solid #eee;
}
.payment-list li,
.wrap-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
  margin: 2% 0;
}
.payment-list li a {
  max-width: 90px;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 1%;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 1%;
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}
.note i{
  font-style:normal
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
  display: block;
  width: fit-content;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 5px;
}
.btn-detail a{
  color: #fff;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 50px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 45%;
  min-width: 300px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 150px;
  margin:0 30px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width:30px;
  margin:0 20px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
}

/* 右側：メニュー */
.f-right {
  width: 30%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 20px;
}

.f-menu li a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
}

.f-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.txt-cr {
  margin: 0;
  color: #888888;
}
@media screen and (max-width:1400px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 100px 0 50px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0 auto 10px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: 100%;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 30px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;

}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 40px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 35px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 22px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 27px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 40px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 100px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 49%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 20px 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: 125px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 2% 0 0;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: 1px solid #eee;
}
.payment-list li,
.wrap-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 15px;
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 5px;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 50px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 45%;
  min-width: 300px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 150px;
  margin:0 30px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width:30px;
  margin:0 20px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
}

/* 右側：メニュー */
.f-right {
  width: 30%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 20px;
}

.f-menu li a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
}

.f-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.txt-cr {
  margin: 0;
  color: #888888;
} 
}

@media screen and (max-width:960px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #F7F7F7;
  padding: 70px 0 30px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0 auto 10px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: 45px;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 22px;
    margin:0;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 25px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size: 14px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 20px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 18px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 25px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 70px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 49%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 4% 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: auto;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: none;
}
.payment-list li,
.wrap-list li {
  display: block;
  align-items: center;
  border-bottom: none;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
  display: block;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: block;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 0;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  width: auto;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 5px;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 50px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 45%;
  min-width: 300px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 150px;
  margin:0 30px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width:30px;
  margin:0 20px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
}

/* 右側：メニュー */
.f-right {
  width: 30%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 20px;
}

.f-menu li a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
}

.f-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.txt-cr {
  margin: 0;
  color: #888888;
} 
}





@media screen and (max-width:768px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 50px 0 30px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: unset;
  box-sizing: border-box;
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0;
  width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: max-content;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: unset;
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  max-width: 240px;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 22px;
    margin:0;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 25px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size: 14px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 20px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 18px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 25px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 50px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 49%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 4% 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: auto;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: none;
}
.payment-list li,
.wrap-list li {
  display: block;
  align-items: center;
  border-bottom: none;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
  display: block;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: block;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 0;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  width: auto;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 5px;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 30px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 100%;
  min-width: unset;
  margin: 0 0 50px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 100px;
  margin: 0 20px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width: 25px;
  margin: 0 15px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 12px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 13px;
}

/* 右側：メニュー */
.f-right {
  width: 100%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 15px;
}

.f-menu li a {
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.f-guide-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.txt-cr {
  margin: 0;
  color: #888888;
} 
}



@media screen and (max-width:580px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 50px 0 30px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: unset;
  box-sizing: border-box;
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: max-content;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: unset;
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 69%;
  max-width: 250px;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 22px;
    margin:0;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 25px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size: 14px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 20px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 18px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 25px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 50px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: block;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: block;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 20px 4%;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: auto;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: none;
}
.payment-list li,
.wrap-list li {
  display: block;
  align-items: center;
  border-bottom: none;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
  display: block;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 0;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 10px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: block;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 0;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  width: auto;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin: 10px 0 0 0;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.lbl-group {
  display: block;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 34%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
  margin: 5px 0;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: unset;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 11px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 30px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 100%;
  min-width: unset;
  margin: 0 0 50px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 100px;
  margin: 0 20px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width: 25px;
  margin: 0 15px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 12px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 13px;
}

/* 右側：メニュー */
.f-right {
  width: 100%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 15px;
}

.f-menu li a {
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.f-guide-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.txt-cr {
  margin: 0;
  color: #888888;
} 
}

/*==================================
  ※JSのアコーディオンと連動
==================================*/
@media screen and (max-width: 580px) {
 /* アコーディオントリガー（タイトル） */
  .footer-info-title {
    position: relative; /* ★追加: ::afterを絶対配置するための基準点として必須です */
    padding: 18px 40px 18px 20px;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    background: #2C2C30;
    border-radius: 5px;
    color: #fff;
    text-align: center;
  }

  /* アコーディオン開閉アイコン（＋マーク） */
  .footer-info-title::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/f-plus.svg) no-repeat center center / contain; /* ★修正: 少し記述を整えました（no-repeatの前にスペース等） */
    width: 15px;
    height: 15px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease; /* ★追加: 「くるっ」と回転するアニメーションをつけるために必須です */
  }

  /* JSで付与される .state-active 時（×マークへ回転） */
  .footer-info-title.state-active::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .footer-info-title.state-active{
    border-radius: 5px 5px 0 0;
  }
}

/*========================================
下位置メニュー（ポップアップメニュー）
==========================================*/
/* 背景オーバーレイ */
.ovl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.ovl.on {
    opacity: 1;
    pointer-events: auto;
}

/* ポップアップ */
.pop {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 68vh;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}
.pop.on {
    transform: translateY(-65px);
}

/* ヘッダー */
.p-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 10px 16px 15px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.p-tl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-tl h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #222;
    font-family: "Roboto", sans-serif;
}

.p-tl span {
    font-size: 11px;
    color: #999;
}

.c-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    max-width: 25px;
}

.c-btn svg {
    width: 22px;
    height: 22px;
}

/* コンテンツエリア */
.p-ct {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* 左: 大カテゴリ */
.m-cat {
    width: 42%;
    background-color: #fafafa;
    list-style: none;
    overflow-y: auto;
    padding: 0 0 10px;
}

.m-cat li {
    padding: 16px 15px 16px 15px;
    font-size: 13px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
}
.m-cat li:after {
  content:"";
  display:block;
  width:5px;
  height:10px;
  background:url(../img/arrow-right-gray.svg)no-repeat;
  background-size:contain;
}

.m-cat li.on {
    background-color: #F3F2F0;
    font-weight: bold;
}

.arrow svg {
    width: 16px;
    height: 16px;
    display: block;
}

/* 右: 小カテゴリラッパー */
.s-wrap {
    width: 64%;
    background-color: #F3F2F0;
    position: relative;
}

/* 右: 小カテゴリ */
.s-cat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    overflow-y: auto;
    padding: 8px 0 10px;
    display: none;
    box-sizing: border-box;
}

.s-cat.on {
    display: block;
}

.s-cat li {
    width: 100%;
}

.s-cat li a {
    padding: 10px 15px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}

/* すべて見るリンク */
.s-cat li.s-all a {
    font-weight: bold;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 4px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

/* 画像アイコン */
.s-cat li a span {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4% 0 0;
    flex-shrink: 0;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.s-cat li a span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 下部ナビ */
/* 下部固定メニューのベーススタイル */
.b-nav {
    /* すでに指定されている position: fixed; や bottom: 0; などはそのままにしておいてください */
    transition: transform 0.3s ease-in-out; /* スライドするアニメーション時間を指定 */
}

/* スクロールダウン時に追加される「隠す」ためのクラス */
.b-nav.hide {
    transform: translateY(100%); /* 自身の高さ分、下に移動させて画面外に隠す */
}
.b-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    display: flex;
    z-index: 30;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.n-itm {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.n-ico {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n-ico svg {
    width: 100%;
    height: 100%;
}

.n-txt {
    font-size: 9px;
    font-weight: bold;
}



/*========================================
sideber
==========================================*/
#sub-column li{
  list-style:none;
}
#sub-column .freeArea2 .free-contents ul{
  margin:0;
}
/*商品カテゴリ　機能調整*/
#sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#sub-column h2 {
    font-size: 16px;
    padding: 10px 0;
    color: #333;
    /* line-height: 45px; */
    vertical-align: middle;
    line-height: 1.4;
    margin: 0 0 30px;
    min-height: inherit;
    border-top: none;
    font-weight: normal;
    text-align: center;
    background: #F3F2F0;
    /* font-family: 'Noto Serif JP', serif; */
}
#sub-column .category h3 {
    border: none;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
    margin: 0 0 10px;
    color: #000;
    border-bottom: 3px solid #d6d2c9;
    box-sizing: border-box;
    letter-spacing: 2px;
}
#sub-column h4.cat-head{
  font-size:16px;
  font-weight:500;
  padding:5px 0;
  border-bottom:3px solid #f0ebe1;
  margin: 10px 0;
}
#sub-column .group nav, 
#sub-column .category nav, 
#sub-column .link nav {
  padding: 0 10%;
}
#sub-column .group nav ul,
#sub-column .category nav ul,
#sub-column .link nav ul {
    margin: 0;
}
#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
    background-image: none;
    border-bottom: none;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 2px solid #fff;
    margin: 20px 0;
}
#sub-column .group nav ul li:first-child,
#sub-column .category nav ul li:first-child,
#sub-column .link nav ul li:first-child {
    border-top: none;
}
#sub-column .group nav ul li:last-child,
#sub-column .category nav ul li:last-child,
#sub-column .link nav ul li:last-child,
#sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1 {
    border-top: none;
}

#sub-column .category .fukidashi nav,
#sub-column .category .tatenarabi nav,
#sub-column .category #sps-itemListAllCategory nav {
    margin:0 0 30px;
}

#sub-column .category nav ul.sps-itemCategoryMain li.cat1 a{
  font-size:20px;
  background: #fafafa;
}
#sub-column .category nav ul.sps-itemCategoryMain li.cat1 a img{
  max-width: 65px;
  margin:0 20px 0 0;
  border: 1px solid #fafafa;
  box-sizing: border-box;
}
#sub-column .category nav ul.sps-itemCategoryMain li.cat1 a:after,
#sub-column .category nav ul.sps-itemCategorySub li.cat2 a:after,
#sub-column .group nav ul li a:after{
    content: "";
    width: 20px;
    height: 10px;
    display: inline-block;
    background: url(../img/arrow-right.svg)no-repeat;
    background-size:contain;
    background-position:center;
    margin: 0;
    position: absolute;
    right: 3%;
    top: 50%;
    vertical-align: middle;
    transform: translateY(-50%);
}
#sub-column .category nav ul.sps-itemCategorySub{
    margin: 5px 0 20px;
}


#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 0 30px 0 0;
    font-size: 14px;
    position: relative;
    /* font-family: 'Roboto','Noto Serif JP', serif; */
}
#sub-column .category nav ul li.cat2,
#sub-column .group nav ul li{
    border-bottom:1px solid #eee;
    border-top: none;
    margin: 10px 0 0;
}
#sub-column .category nav ul li.cat2 a,
#sub-column .group nav ul li a{
    padding: 10px 30px 10px 10px;
}


/*個別設定 サイドメニュー*/
#sub-column > section{
    margin:0 0 70px;
}


/* サイドバーコンテナ */
.side-cont-outer {
    /* width: 250px; */ /* 推測値 */
    margin-bottom: 20px; /* 各ブロック間のマージン */
}

/* ブロック見出し */
.side-cont-outer h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    color: #555;
    text-align: left;
}

/* コンテンツインナー */
#sub-column .side-cont-inner {
    background: #fff; /* 白背景 */
    padding: 0 0 15px 0;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
}

/* 会員カート情報表示 (.side-mem)
   ========================================================= */
#sub-column .side-mem {
    margin-bottom: 15px;
}

#sub-column .mem-inner {
    display: block; 
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

/* 上部のグレー背景ボックス（名前とポイント） */
#sub-column .member_info_cart_info {
    background-color: #f4f4f4; /* 薄いグレーの背景 */
    padding: 15px 15px;
}

/* --- 名前部分 --- */
#sub-column .mem-name {
    margin: 0 0 5px;
}

#sub-column .mem-name dd {
    margin: 0;
}

#sub-column .mem-name dd a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

/* ユーザーアイコン（SVGをDataURIで擬似要素として表示） */
#sub-column .mem-name dd a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../img/icon-mem.svg);
    background-size: cover;
}

/* --- ポイント部分 --- */
#sub-column .mem-data dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
#sub-column .mem-data dl dt {
    font-size: 14px;
    color: #333;
}
#sub-column .mem-data dl dd {
    margin: 0;
    background-color: #fff; /* 白いボックス */
    padding: 8px 10px;
    width: 60%; /* 白いボックスの横幅 */
    box-sizing: border-box;
    text-align: right;
}
#sub-column .mem-data dl dd .rank_txt {
    font-size: 16px;
    margin: 0;
    color: #333;
    font-weight: 500;
}
#sub-column .mem-data dl dd .number_comma {
    color: #333;
    margin-right: 2px;
}

/* --- マイページ・お気に入りリンク部分 --- */
#sub-column .side-mem ul {
    display: block; 
    margin: 0;
    padding: 0;
}

#sub-column .side-mem ul li {
    border-bottom: 1px solid #f0f0f0; /* リスト間の薄い線 */
}

#sub-column .side-mem ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between; /* テキスト左、アイコン右の配置 */
    background-color: transparent;
    padding: 15px 5px; /* 上下の余白 */
    border-radius: 0;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

/* 右矢印アイコン（SVGをDataURIで擬似要素として表示） */
#sub-column .side-mem ul li a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/arrow-right-c.svg);
    background-size: cover;
}

/* --- 新規会員登録ボタン --- */
#sub-column .btn-newmem-area a {
    display: block;
    background-color: #2c2c30; /* 黒 */
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
}
#sub-column .btn-newmem-area a span{
    display: block;
    font-size: 13px;
}

#sub-column .btn-newmem-area a span.note {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #ccc;
    margin-top: 3px;
}

/* 外部ツール 最終出荷日
   ========================================================= */
#sub-column .side-shipping {background: #f3f2f0;border-radius: 5px;padding: 25px 15px 5px;box-sizing: border-box;position:relative;margin: 40px 0 0;}
#sub-column .side-shipping:before {
  content:"";
  display:block;
  width:65px;
  height:65px;
  background:url(../img/icon-track.svg)no-repeat;
  position:absolute;
  top:-25px;
  left:50%;
  transform:translateX(-50%);
  z-index: 0;
}
#sub-column .side-shipping p{
  font-size:20px;
  font-weight:500;
  text-align:center;
  position: relative;
  z-index: 2;
}
#sub-column .side-shipping iframe{
  width: 100%;
  height:100px;
}
/* キーワードで探す
   ========================================================= */
#side-search {
    position: relative;
    margin-bottom: 10px;
}

#side-search .searchbox {
    width: 100%;
    padding: 10px 35px 10px 10px; /* 虫眼鏡用 */
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    box-sizing: border-box;
}

#side-search .searchSubmit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.side-keyword .sub-h {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}
/*サイドバー 注目ワード*/
div#wrapper div#enquete-header #keyword,
div#wrapper > div#cart-header #keyword,
header #keyword{
  display:none;
}
#sub-column .side-keyword{
  margin: 10px 0 0;
}

#sub-column #keyword{
  display:flex;
  flex-wrap:wrap;
  justify-content:left;
  margin: 0;
}
#sub-column #keyword li{
  list-style:none;
  margin: 0 2% 5px 0;
}
#sub-column #keyword li a{
  list-style:none;
  background: #2c2c30;
  padding: 5px 15px;
  border-radius:5px;
  color:#fff;
  box-sizing:border-box;
  display: block;
  font-size: 14px;
}

#ins-keywordlink {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}

/* 商品カテゴリで探す
   ========================================================= */
#sub-column .freeArea2 .free-contents ul.btn-link-col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 25px;
}

.btn-link-col2 li a {
    display: block;
    text-align: center;
    background-color: #2C2C30;
    color: #fff;
    padding: 18px 0;
    border-radius: 5px;
    font-size: 14px;
}
.side-category{
  
}
.cate-box {
    /* margin: 0 0 30px; */
}

.cate-box > a {
    display: block;
     /* 親カテゴリ背景 */
    padding: 5px 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0 15px;
}

.cate-box ul {}

.cate-box ul li {
    /* border-bottom: 1px solid #f0f0f0; */
}

.cate-box ul li:last-child {
    border-bottom: none;
    margin: 0 0 40px;
}

.cate-box ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 0;
}
.cate-box ul li a span {
  background: #f5f5f5;
  border-radius: 100px;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.cate-box ul li a span img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 親カテゴリのリンクの基本設定 */
.side-category .cate-box > a {
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 30px; /* アイコンが文字に被らないように右側に余白を確保 */
}

/* ＋ーアイコンの共通設定（2本の線を組み合わせて作成します） */
.side-category .cate-box > a::before,
.side-category .cate-box > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;            /* 右端からの位置 */
  width: 12px;            /* 線の長さ */
  height: 2px;            /* 線の太さ */
  background-color: #333; /* アイコンの色（お好みで変更してください） */
  /* アニメーションの設定：0.3秒かけて滑らかに変化 */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* 水平線（ー）：常に表示 */
.side-category .cate-box > a::before {
  transform: translateY(-50%);
}

/* 垂直線（＋の縦線）：初期状態では90度回転させて＋の形を作る */
.side-category .cate-box > a::after {
  transform: translateY(-50%) rotate(90deg);
}


/* =========================================
   開いた時（.is-openが付与された時）のアニメーション
   ========================================= */

/* 垂直線（縦線）を0度に回転させて水平線に重ねつつ、フワッと消す */
.side-category .cate-box.is-open > a::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0; 
}

/* 水平線（横線）も一緒に180度回転させることで、全体がクルッと回って「ー」になる小粋な動きを作ります */
.side-category .cate-box.is-open > a::before {
  transform: translateY(-50%) rotate(180deg);
}

/* ご利用案内
   ========================================================= */
#sub-column .freeArea2 .free-contents ul.side-guide {
  margin:0 0 20px;
}
.side-guide li {
    border-bottom: 1px solid #F2F2F2;
}
.side-guide li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
}

.side-guide li a:after {
        content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/arrow-right-c.svg);
    background-size: cover;
}

/* 外部ツール REAL TIME ORDER ITEM
   ========================================================= */
.side-realtime img {
    margin-bottom: 10px;
    border-radius: 3px;
}

.side-realtime a {
    font-size: 12px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.side-realtime p {
    font-size: 12px;
    color: #555;
    margin: 0;
}

@media screen and (max-width:768px){
  #sub-column li{
  list-style:none;
}
#sub-column .freeArea2 .free-contents ul{
  margin:0;
}
/*商品カテゴリ　機能調整*/
#sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#sub-column h2 {
    font-size: 16px;
    padding: 10px 0;
    color: #333;
    /* line-height: 45px; */
    vertical-align: middle;
    line-height: 1.4;
    margin: 0 0 30px;
    min-height: inherit;
    border-top: none;
    font-weight: normal;
    text-align: center;
    background: #F3F2F0;
    /* font-family: 'Noto Serif JP', serif; */
}
#sub-column .category h3 {
    border: none;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
    margin: 0 0 10px;
    color: #000;
    border-bottom: 3px solid #d6d2c9;
    box-sizing: border-box;
    letter-spacing: 2px;
}
#sub-column h4.cat-head{
  font-size:16px;
  font-weight:500;
  padding:5px 0;
  border-bottom:3px solid #f0ebe1;
  margin: 10px 0;
}
#sub-column .group nav, 
#sub-column .category nav, 
#sub-column .link nav {
  padding: 0 10%;
}
#sub-column .group nav ul,
#sub-column .category nav ul,
#sub-column .link nav ul {
    margin: 0;
}
#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
    background-image: none;
    border-bottom: none;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 2px solid #fff;
    margin: 20px 0;
}
#sub-column .group nav ul li:first-child,
#sub-column .category nav ul li:first-child,
#sub-column .link nav ul li:first-child {
    border-top: none;
}
#sub-column .group nav ul li:last-child,
#sub-column .category nav ul li:last-child,
#sub-column .link nav ul li:last-child,
#sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1 {
    border-top: none;
}

#sub-column .category .fukidashi nav,
#sub-column .category .tatenarabi nav,
#sub-column .category #sps-itemListAllCategory nav {
    margin:0 0 30px;
}

#sub-column .category nav ul.sps-itemCategoryMain li.cat1 a{
  font-size:20px;
  background: #fafafa;
}
#sub-column .category nav ul.sps-itemCategoryMain li.cat1 a img{
  max-width: 65px;
  margin:0 20px 0 0;
  border: 1px solid #fafafa;
  box-sizing: border-box;
}
#sub-column .category nav ul.sps-itemCategoryMain li.cat1 a:after,
#sub-column .category nav ul.sps-itemCategorySub li.cat2 a:after,
#sub-column .group nav ul li a:after{
    content: "";
    width: 20px;
    height: 10px;
    display: inline-block;
    background: url(../img/arrow-right.svg)no-repeat;
    background-size:contain;
    background-position:center;
    margin: 0;
    position: absolute;
    right: 3%;
    top: 50%;
    vertical-align: middle;
    transform: translateY(-50%);
}
#sub-column .category nav ul.sps-itemCategorySub{
    margin: 5px 0 20px;
}


#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 0 30px 0 0;
    font-size: 14px;
    position: relative;
    /* font-family: 'Roboto','Noto Serif JP', serif; */
}
#sub-column .category nav ul li.cat2,
#sub-column .group nav ul li{
    border-bottom:1px solid #eee;
    border-top: none;
    margin: 10px 0 0;
}
#sub-column .category nav ul li.cat2 a,
#sub-column .group nav ul li a{
    padding: 10px 30px 10px 10px;
}


/*個別設定 サイドメニュー*/
#sub-column > section{
    margin:0 0 70px;
}


/* サイドバーコンテナ */
.side-cont-outer {
    /* width: 250px; */ /* 推測値 */
    margin-bottom: 20px; /* 各ブロック間のマージン */
}

/* ブロック見出し */
.side-cont-outer h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    color: #555;
    text-align: left;
}

/* コンテンツインナー */
#sub-column .side-cont-inner {
    background: #fff; /* 白背景 */
    padding: 0 0 15px 0;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
}

/* 会員カート情報表示 (.side-mem)
   ========================================================= */
#sub-column .side-mem {
    margin-bottom: 15px;
}

#sub-column .mem-inner {
    display: block; 
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

/* 上部のグレー背景ボックス（名前とポイント） */
#sub-column .member_info_cart_info {
    background-color: #f4f4f4; /* 薄いグレーの背景 */
    padding: 15px 15px;
}

/* --- 名前部分 --- */
#sub-column .mem-name {
    margin: 0 0 5px;
}

#sub-column .mem-name dd {
    margin: 0;
}

#sub-column .mem-name dd a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

/* ユーザーアイコン（SVGをDataURIで擬似要素として表示） */
#sub-column .mem-name dd a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../img/icon-mem.svg);
    background-size: cover;
}

/* --- ポイント部分 --- */
#sub-column .mem-data dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
#sub-column .mem-data dl dt {
    font-size: 14px;
    color: #333;
}
#sub-column .mem-data dl dd {
    margin: 0;
    background-color: #fff; /* 白いボックス */
    padding: 8px 10px;
    width: 60%; /* 白いボックスの横幅 */
    box-sizing: border-box;
    text-align: right;
}
#sub-column .mem-data dl dd .rank_txt {
    font-size: 16px;
    margin: 0;
    color: #333;
    font-weight: 500;
}
#sub-column .mem-data dl dd .number_comma {
    color: #333;
    margin-right: 2px;
}

/* --- マイページ・お気に入りリンク部分 --- */
#sub-column .side-mem ul {
    display: block; 
    margin: 0;
    padding: 0;
}

#sub-column .side-mem ul li {
    border-bottom: 1px solid #f0f0f0; /* リスト間の薄い線 */
}

#sub-column .side-mem ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between; /* テキスト左、アイコン右の配置 */
    background-color: transparent;
    padding: 15px 5px; /* 上下の余白 */
    border-radius: 0;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

/* 右矢印アイコン（SVGをDataURIで擬似要素として表示） */
#sub-column .side-mem ul li a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/arrow-right-c.svg);
    background-size: cover;
}

/* --- 新規会員登録ボタン --- */
#sub-column .btn-newmem-area a {
    display: block;
    background-color: #2c2c30; /* 黒 */
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
}
#sub-column .btn-newmem-area a span{
    display: block;
    font-size: 13px;
}

#sub-column .btn-newmem-area a span.note {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #ccc;
    margin-top: 3px;
}

/* 外部ツール 最終出荷日
   ========================================================= */
#sub-column .side-shipping {
    
padding: 25px 8px 5px;
}

/* キーワードで探す
   ========================================================= */
#side-search {
    position: relative;
    margin-bottom: 10px;
}

#side-search .searchbox {
    width: 100%;
    padding: 10px 35px 10px 10px; /* 虫眼鏡用 */
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    box-sizing: border-box;
}

#side-search .searchSubmit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.side-keyword .sub-h {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}
/*サイドバー 注目ワード*/
#sub-column .side-keyword{
  margin: 10px 0 0;
}
#sub-column #keyword{
  display:flex;
  flex-wrap:wrap;
  justify-content:left;
  margin: 0;
}
#sub-column #keyword li{
  list-style:none;
  margin: 0 2% 5px 0;
}
#sub-column #keyword li a{
  list-style:none;
  background: #2c2c30;
  padding: 5px 15px;
  border-radius:5px;
  color:#fff;
  box-sizing:border-box;
  display: block;
  font-size: 14px;
}

#ins-keywordlink {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}

/* 商品カテゴリで探す
   ========================================================= */
#sub-column .freeArea2 .free-contents ul.btn-link-col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 25px;
}

.btn-link-col2 li a {
    display: block;
    text-align: center;
    background-color: #2C2C30;
    color: #fff;
    padding: 18px 0;
    border-radius: 5px;
    font-size: 14px;
}
.side-category{
  
}
.cate-box {
    /* margin: 0 0 30px; */
}

.cate-box > a {
    display: block;
     /* 親カテゴリ背景 */
    padding: 5px 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0 15px;
}

.cate-box ul {
}

.cate-box ul li {
    /* border-bottom: 1px solid #f0f0f0; */
}

.cate-box ul li:last-child {
    border-bottom: none;
}

.cate-box ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 0;
}
.cate-box ul li a span {
  background: #f5f5f5;
  border-radius: 100px;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.cate-box ul li a span img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ご利用案内
   ========================================================= */
#sub-column .freeArea2 .free-contents ul.side-guide {
  margin:0 0 20px;
}
.side-guide li {
    border-bottom: 1px solid #F2F2F2;
}
.side-guide li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
}

.side-guide li a:after {
        content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/arrow-right-c.svg);
    background-size: cover;
}

/* 外部ツール REAL TIME ORDER ITEM
   ========================================================= */
.side-realtime img {
    margin-bottom: 10px;
    border-radius: 3px;
}

.side-realtime a {
    font-size: 12px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.side-realtime p {
    font-size: 12px;
    color: #555;
    margin: 0;
}
}

@media screen and (max-width:580px){
  /*商品カテゴリ　機能調整*/
  #sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
      border: none;
      left: 0;
      margin: 0;
      padding: 0;
      top: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  #sub-column h2 {
      font-size: 16px;
      padding: 7px 0;
      color: #333;
      /* line-height: 45px; */
      vertical-align: middle;
      line-height: 1.4;
      margin: 0 0 30px;
      min-height: inherit;
      border-top: none;
      font-weight: normal;
      text-align: center;
      background: #eee;
      /* font-family: 'Noto Serif JP', serif; */
  }
  #sub-column .category h3 {
      border: none;
      font-size: 18px;
      font-weight: normal;
      padding: 10px 0;
      margin: 0 0 10px;
      color: #000;
      border-bottom: 3px solid #d6d2c9;
      box-sizing: border-box;
      letter-spacing: 2px;
  }
  #sub-column h4.cat-head{
    font-size:16px;
    font-weight:500;
    padding:5px 0;
    border-bottom:3px solid #f0ebe1;
    margin: 10px 0;
  }
  #sub-column .group nav ul,
  #sub-column .category nav ul,
  #sub-column .link nav ul {
      margin: 0;
  }
  #sub-column .group nav ul li,
  #sub-column .category nav ul li,
  #sub-column .link nav ul li {
      background-image: none;
      border-bottom: none;
      font-size: 13px;
      font-weight: normal;
      border-bottom: 2px solid #fff;
  }
  #sub-column .group nav ul li:first-child,
  #sub-column .category nav ul li:first-child,
  #sub-column .link nav ul li:first-child {
      border-top: none;
  }
  #sub-column .group nav ul li:last-child,
  #sub-column .category nav ul li:last-child,
  #sub-column .link nav ul li:last-child,
  #sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1 {
      border-top: none;
  }
  
  #sub-column .category .fukidashi nav,
  #sub-column .category .tatenarabi nav,
  #sub-column .category #sps-itemListAllCategory nav {
      margin: 0 0 15px;
  }
  
  #sub-column .category nav ul.sps-itemCategoryMain li.cat1 a{
    font-size: 14px;
  }
  #sub-column .category nav ul.sps-itemCategoryMain li.cat1 a img{
    max-width: 50px;
    margin: 0 3% 0 0;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  #sub-column .category nav ul.sps-itemCategoryMain li.cat1 a:after,
  #sub-column .category nav ul.sps-itemCategorySub li.cat2 a:after,
  #sub-column .group nav ul li a:after{
      content: "";
      width: 16px;
      height: 10px;
      display: inline-block;
      background: url(../img/arrow-right.svg)no-repeat;
      background-size:contain;
      background-position:center;
      margin: 0;
      position: absolute;
      right: 4%;
      top: 50%;
      vertical-align: middle;
      transform: translateY(-50%);
  }
  #sub-column .category nav ul.sps-itemCategorySub{
      margin: 5px 0 20px;
  }

  #sub-column .group nav ul li a,
  #sub-column .category nav ul li a,
  #sub-column .link nav ul li a {
      display: block;
      line-height: 1.4;
      font-weight: normal;
      display: flex;
      align-items: center;
      padding: 0 30px 0 0;
      font-size: 13px;
      position: relative;
      font-family: 'Roboto','Noto Serif JP', serif;
  }
  #sub-column .category nav ul li.cat2,
  #sub-column .group nav ul li{
      border-bottom:1px solid #eee;
      border-top: none;
      margin: 10px 0 0;
  }
  #sub-column .category nav ul li.cat2 a,
  #sub-column .group nav ul li a{
      padding: 10px 20px 10px 10px;
  }
  
  
  /*個別設定 サイドメニュー*/
  #sub-column > section{
      margin: 0 0 30px;
  }
}



/*=======================
ページトップ・カートトップ
=========================*/
#floating-menu {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 1;
}
#to-cart a:hover img,
#page-top a:hover img {
  opacity: 0;
}
#page-top a img {
opacity: 0;
user-select:none;
-webkit-user-select:none;
-webkit-user-drag: none;
}
#page-top a {
background: url(../img/pagetop.svg) no-repeat;
background-size: contain;
width: 35px;
height: 35px;
}
#page-top a:hover {
background: url(../img/pagetop.svg) no-repeat;
background-size:contain;
opacity: .70;
cursor: pointer;
}
#to-cart {margin-bottom: 10px;}
#to-cart a img {
opacity: 0;
user-select:none;
-webkit-user-select:none;
-webkit-user-drag: none;
}

#to-cart a {
background: url(../img/tocart.svg) no-repeat;
background-size: contain;
width: 35px;
height: 35px;
}
#to-cart a:hover {
background: url(../img/tocart.svg) no-repeat;
background-size:contain;
opacity: .70;
cursor: pointer;
}


/*=======================
要素フェードイン
=========================*/
.fd-ele {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


/*shopserveデフォルト　トラッキングイメージタグ　非表示*/
#main-column > section + script + img{
  display:none;
}






/* お店ページに会員カート情報表示（PC_header02） */
.pasonal-data{
  margin: 0 0 10px;
}
.pasonal-data .member_info_cart_info{
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: right;
  opacity: 1;
}
.lower-h .pasonal-data .member_info_cart_info{
  /* opacity: 0; */
  display: none;
}
.pasonal-data .member_info_cart_info #hNav_member{
  margin: 0;
}
.pasonal-data .member_info_cart_info #hNav_member + span{
  margin: 0 0 0 10px;
}

#header-nav-membername{
  display:flex;
  justify-content:right;
  line-height: 1;
}
#member_info{
  line-height: 1;
}
#h-cart .item_cnt {
  border-radius: 100px;
  /* min-width: 3px; */
  /* min-height: 13px; */
  /* padding: 1px 6px; */
  /* border: 1px solid #FF6F6F; */
  background-color: #D55943;
  font-size: 11px;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  top: -2px;
  right: -8px;
  /* font-weight: bold; */
  width: 15px;
  height: 15px;
  display: none;
  font-family: "Jost", sans-serif;
}
#h-cart .item_cnt .sps-cartItmCnt{
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: auto;
  left: 5px;
  right: auto;
}

#sub-column .item_cnt {
  border-radius: 100px;
  /* min-width: 3px; */
  /* min-height: 13px; */
  /* padding: 1px 6px; */
  /* border: 1px solid #FF6F6F; */
  background-color: #C96340;
  font-size: 11px;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  top: -5px;
  left: 19px;
  /* font-weight: bold; */
  width: 15px;
  height: 15px;
  display: none;
}
#sub-column  .item_cnt .sps-cartItmCnt{
  position: absolute;
  margin: auto;
  top: -1px;
  bottom: auto;
  left: 4px;
  right: auto;
}

/* お店ページに会員カート情報表示（PC_side01） */
#main-column .member_info_cart_info {
 width: 100%;
 margin: 10px 0 0;
}
#main-column .membername_box {
 font-size: 13px;
 padding: 0 0 2px;
 margin: 0 0 10px;
 border-bottom: 3px solid #010101;
}
#main-column .membername_box a {
 font-size: 15px;
}
#main-column #member_info {
 font-size: 13px;
 padding: 10px 0;
}
#main-column #member_info .memberrank {
 font-size: 12px;
 padding: 0 10px 10px;
}
#main-column #member_info .point_txt, #cart_info .itemc_txt {
 padding: 0 3px;
 font-weight: bold;
}
#main-column #member_info .rankup {
 font-size: 12px;
 padding: 5px 8px 2px;
 border: 1px solid #FF6F6F;
 position: relative;
 width: 192px;
 margin: 0 0 10px
}
#main-column #member_info .rankup :after,
#main-column #member_info .rankup :before {
 bottom: 100%;
 left: 13%;
 border: solid transparent;
 content: '';
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}
#main-column #member_info .rankup :after {
 border-color: rgba(255, 255, 255, 0);
 border-bottom-color: #ffffff;
 border-width: 5px;
 margin-left: -5px;
}
#main-column #member_info .rankup :before {
 border-color: rgba(255, 111, 111, 0);
 border-bottom-color: #FF6F6F;
 border-width: 6px;
 margin-left: -6px;
}
#main-column #member_info .rankup ul {
 margin: 0;
}
#main-column #member_info .rankup li {
 line-height: 130%;
 list-style: none;
 margin: 0 0 10px;
}
#main-column #member_info .rankup .point_txt {
 color: #FF6F6F;
}
#main-column #cart_info {
 font-size: 14px;
 padding: 5px;
 text-align: center;
 font-weight: bold;
 background-color: #EFEFEF;
 line-height: 150%;
}
#main-column #cart_info a:hover {
 text-decoration: none;
}
#main-column #cart_info .item_count {
 font-size: 13px;
 padding: 0 0 3px;
}
#main-column #cart_info .item_count .item_cnt {
 display: inline-block;
}
#main-column #cart_info .item_count img {
 position: relative;
 top: 5px;
 margin: 0 6px;
}
#main-column #cart_info .shipping_box {
 padding: 3px 0 0;
 font-size: 12px;
 border-top: 1px dotted #010101;
}
#main-column #cart_info .shipping_box .freeship_txt {
 padding: 0 3px;
 font-weight: bold;
}


/* お店ページに会員カート情報表示（非表示設定） */
.member_info_cart_info {
 display: none;
}
.member_info_cart_info .account_guest {
 display: none;
}
.member_info_cart_info .rank_name_0 {
 display: none;
}
.member_info_cart_info .rankup_none {
 display: none;
}
.member_info_cart_info .nrank_prc_0 {
 display: none;
}
.member_info_cart_info .nrank_cnt_0 {
 display: none;
}
.member_info_cart_info .firstname_guest {
 display: none;
}
.member_info_cart_info .more_maru_1 {
 display: none;
}
.member_info_cart_info .free_shipping_0 {
 display: none;
}
.member_info_cart_info .shipping_box_none {
 display: none;
}
.member_info_cart_info .pointmember_none {
 display: none;
}
.member_info_cart_info .rankmember_none {
 display: none;
}
.member_info_cart_info .memberrank_none_none {
 display: none;
}
.member_info_cart_info #member_info_none_none {
 display: none;
}
