@charset "euc-jp";
:root {
  color-scheme: light dark;
  --color-black: #000;
  --color-white: #fff;
  --color-light-gray: #f1f1f1; /*#0e0e0e*/
  --color-light-gray-rev: #0e0e0e;
  --color-gray: #fef9f9; /*#2a2a2a*/
  --color-gray-rev: #2a2a2a;
  --color-dark-gray: #333; /*#ccc*/
  --color-dark-gray-rev: #ccc;
  --color-ex-dark-gray: #222; /*#dddddd*/
  --color-ex-dark-gray-rev: #dddddd;
  --txt-link-color: #707070; /*#8f8f8f */
  --txt-link-color-rev: #8f8f8f;
  /*	通常の背景、枠ボタン背景*/
  --bg-default: light-dark(var(--color-white), var(--color-ex-dark-gray));
  /*	枠ボタン線*/
  --bg-reverse: light-dark(var(--color-ex-dark-gray), var(--color-dark-gray-rev));
  /*	薄いグレイ背景*/
  --bg-light-gray: light-dark(var(--color-light-gray), var(--color-light-gray-rev));
  /*	最も薄いグレイ背景*/
  --bg-gray: light-dark(var(--color-gray), var(--color-gray-rev));
  --txt-default: light-dark(var(--color-black), var(--color-white));
  --txt-reverse: light-dark(var(--color-white), var(--color-black));
  --txt-link-color-default: light-dark(var(--txt-link-color), var(--color-white));
  --border-default: light-dark(var(--txt-link-color), var(--txt-link-color-rev));
  --easing: cubic-bezier(0.2, 1, 0.2, 1); /*splide*/
  --transition: 0.8s var(--easing); /*splide*/
  
  --leading-trim: calc((1em - 1lh) / 2);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}
body {
  background-color: var(--bg-default);
  color: var(--txt-default);
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  /*height: 100%;*/
  width: 100%;
  position: relative;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
a:link, a:visited {
  color: var(--txt-link-color-default);
  text-decoration: none;
  opacity: 1;
  transition: all 600ms ease-out;
}
a:hover {
  opacity: .4;
}
a[href^="tel:"] {
  pointer-events: none;
}
p {
  margin-bottom: 1.8em;
}
p:last-child, .entry-list p {
  margin-bottom: 0;
}
h1, h2, h3, h4 {
  font-weight: 500;
}
img {
  width: 100%;
}
.strng {
  font-weight: 500;
}
/*.wrp {
  width: 100%;
  height: 100%;
  position: relative;
}*/
.flex-wrp {
  display: flex;
  justify-content: space-between;
}
.w100 {
  width: 100%;
}
.w1160 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1192px;
  /*height: 100%;*/
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
/*.w800 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 832px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.btn-frm {
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  padding: 1.6em 0;
  display: block;
  font-size: 1.2rem;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  transition: all 600ms ease-out;
  letter-spacing: .06em;
  border: 1px solid #707070;
  margin: 72px auto 0;
}
.btn-frm:hover {
  border-color: #000;
  color: #000 !important;
  opacity: 1 !important;
}*/
.capH2 {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .025em;
  font-weight: 500;
  margin-block:var(--leading-trim);
  margin-bottom: 60px;
}
.capH3, .entry-body h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-block:var(--leading-trim);
  margin-bottom: .25em;
}
.txt-c {
  text-align: center;
}
.txt-l {
  text-align: left;
}
.note {
  font-size: 1.1rem;
  line-height: 2;
}
.no-pc {
  display: none;
}
.no-sp {
  display: block;
}
.bg-f9 {
  background-color: var(--bg-gray);
}
.border-top-f1 {
  border-top: 1px solid #f1f1f1;
}
.border-bot-f1 {
  border-bottom: 1px solid #f1f1f1;
}
.mgn-180b {
  margin-bottom: 180px;
}
.mgn-bottom-low {
  margin-bottom: 64px;
}
.pd-180 {
  padding-bottom: 180px;
  padding-top: 180px;
}
.no-bot-mgn {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .flex-wrp {
    flex-wrap: wrap;
  }
  .capH2 {
    margin-bottom: 56px;
  }
  .entry-hdr.no-pc h3 {
    margin-bottom: .4em;
  }
  .mgn-180b {
    margin-bottom: 108px;
  }
  .pd-180 {
    padding-bottom: 108px;
    padding-top: 108px;
  }
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none;
  }
  .widthout-frm {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    overflow: hidden;
  }
}
/*****************************************************
HEADER*/
.hdr {
  background: rgba(255, 255, 255, 0);
  margin: 0 auto;
  position: fixed;
  height: 72px;
  top: 0;
  left: 0;
  z-index: 996;
  transition: all 600ms ease-out;
}
.logo {
  float: left;
  margin: 28px 0 0;
  width: 100px;
  line-height: 1;
  transition: all 600ms ease-out;
  font-size: 0;
  opacity: 1;
}
.logo-cake {
  transition: all 600ms ease-out;
  opacity: 0;
  display: none;
  width: 26px;
  height: 48px;
}
.logo-cake img {
  width: 100%;
}

.gnavi {
  float: right;
  transition: all 600ms ease-out;
  line-height: 1;
  text-align: right;
  letter-spacing: -.4em;
  margin-top: 20px;
}
.gnavi-list {
  letter-spacing: .075em;
  display: inline-block;
  font-size: 1.3rem;
}
.gnavi-cart {
  width: 40px;
  height: auto;
}
.gnavi-cart img {
  margin-top: -8px;
}
.btn-drawer {
  display: none;
}
.gnavi a:link, .gnavi a:visited {
  color: var(--txt-defalt);
  padding: 1.25em 1em;
}
.store-nav {
  margin-top: 72px;
  text-align: right;
  font-size: 1.2rem;
}
.store-nav-cat{
  border-right:1px solid #707070;
  padding-right:2em;
  position:relative;
}
.store-nav-cat-list {
  position: absolute;
  width: 180px;
  background: #fff;
  top: 30px;
  left:0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  text-align:left;
}
.store-nav-cat:hover .store-nav-cat-list {
  opacity: 1;
  visibility: visible;
  background-color: var(--bg-default);
  color: var(--txt-default);
}
.store-nav li {
  display: inline;
  margin-left: 2em;
}
li.store-nav-cat-list-item{
  display:block;
  margin-left: 0;
}
/****************************************************
スクロールすると高さ減少*/
.hdr.size-s {
  height: 40px;
}
.hdr.size-s .logo {
  opacity: 0;
  display: none;
}
.hdr.size-s .logo-cake {
  float: left;
  display: block;
  margin: 4px 0 0;
  opacity: 1;
}
.hdr.size-s .gnavi {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hdr {
    height: 40px;
  }
  .logo {
    float: none;
    margin: 12px auto 0;
  }
  .hdr.size-s .logo-cake {
    float: none;
    margin: 4px auto 0;
  }
  .gnavi, .store-nav {
    display: none;
  }
  a.btn-hdr-cart {
    position: fixed;
    top: 12px;
    right: 16px;
    font-size: 2rem;
    z-index: 999;
    color: #000;
  }
  /*
  .btn-drawer {
    display: block;
    position: fixed;
    top: 20px;
    left: 16px;
    width: 26px;
    height: 23px;
    cursor: pointer;
  }
  .btn-drawer:hover {
    background: #ccc;
  }
  .drawer-line {
    display: inline-block;
    position: relative;
  }
  .drawer-line, .drawer-line:before, .drawer-line:after {
    background: #000;
    height: 2px;
    width: 26px;
  }
  .drawer-line:before, .drawer-line:after {
    content: "";
    display: block;
    position: absolute;
  }
  .drawer-line:before {
    margin-top: -8px;
  }
  .drawer-line:after {
    margin-top: 8px;
  }
  .drawer-menu {
    height: 100%;
    width: 100%;
    list-style: none;
  }
  .drawer-list {
    padding: 1em 0;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
  }
  .drawer-list-small {
    padding: .6em 1em;
    font-size: 1.1rem;
  }
  .drawer-list:first-child {
    border-top: 1px solid #f1f1f1;
  }
*/
}
/****************************************************
PANKUZU*/
.pankuzu {
  font-size: 1.1rem;
  line-height: 1.8;
  padding-top: 1em;
  padding-bottom: 1em;
}
.pankuzu li {
  display: inline;
}
.pankuzu li:before {
  content: " - ";
}
.pankuzu li:first-child:before {
  content: "";
}
/*****************************************************
CONTENTS*/
.cont-wrp {
  margin-top: 179px;
  margin-bottom: 272px;
  margin-left: auto;
  margin-right: auto;
}
.cont-wrp.item-page {
  margin-top: 108px;
}
@media screen and (max-width: 959px) {
  .cont-wrp {
    margin-bottom: 160px;
    margin-top: 0;
    padding-top: 132px;
  }
  .cont-wrp.item-page {
    margin-top: 108px;
    margin-bottom: 80px;
    padding-top: 0;
  }
  .pankuzu {
    margin-top: -32px;
    margin-bottom: 56px;
  }
}
/*****************************************************
SHOPPING GUIDE */
.guide {
  margin-bottom: 4em;
}
.guide-list {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.2em;
  margin-left: 0;
}
.deli-fee-table {
  margin-bottom: 2em;
}
.deli-fee-table td {
  padding: .8em;
  border: #ddd solid 1px;
}
.deli-fee {
  text-align: right;
  width: 20%;
}
/*****************************************************
FOOTER*/
.ftr {
  border-top: 1px solid #f1f1f1;
  padding: 90px 0;
  font-size: 1.3rem;
}
.ftr * {
  line-height: 1;
}
.ftr a {
  color: var(--txt-link-color-default);
}
.credit {
  line-height: 1;
  text-align: right;
}
.ftr ul {
  list-style: none;
  width: 100%;
}
.ftr-list, .ftr-item-list, .ftr-p {
  margin-bottom: 3em;
}
.ftr-list li, .ftr-item-list li {
  display: inline-block;
  margin-right: 2em;
}
.ftr-sns {
  display: flex;
}
.ftr-sns li {
  display: inline;
  margin-right: .4em;
}
.ftr-sns li i {
  font-size: 1.8rem;
}
.ftr-sns li:last-child {
  margin-left: auto;
}
.ftr-item-list li {
  font-size: 1.1rem;
}
.sp-bottom-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .ftr {
    text-align: center;
  }
  .ftr ul li {
    margin: 0 1em 2em;
  }
  .sp-bottom-nav {
    display: block;
    height: auto;
    min-height: 32px;
    padding: 12px 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: light-dark(#f4f4f4, var(--color-dark-gray));
  }
  .btn-bottom-nav {
    width: 20%;
    font-size: 1.1rem;
    text-align: center;
  }
  .btn-bottom-nav span {
    font-size: 1rem;
    text-align: center;
    line-height: 1;
  }
  .btn-bottom-nav img {
    width: 60%;
  }
}
/* LIST */
.flex-wrp-blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry-list {
  width: 29.65%;
  max-width: 344px;
  line-height: 2;
  margin-bottom: 120px;
}
.flex-wrp-blog::after {
  content: "";
  display: block;
  width: 29.65%;
  height: 0;
}
.entry-list .entry-thumb {
  margin-bottom: 16px;
}
.entry-list .entry-hdr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ITEM */
.item-note {
  border: 1px solid var(--bg-reverse);
  padding: .5em 1em;
  margin-bottom: .6em;
  border-radius: 20px;
  text-align: center;
}
.entry {
  display: flex;
  justify-content: space-between;
}
.entry-imgs {
  width: 64%;
}
.entry-imgs img {
  margin-bottom: 24px;
}
.entry-txt {
  width: 31%;
}
.entry .entry-hdr {
  text-align: left;
}
.entry-body li + br {
  display: none;
}
.together-item {
  border-bottom: 1px dotted var(--color-light-gray);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.together-item .entry-thumb {
  width: 24%;
}
.together-item .entry-hdr {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .entry {
    display: block;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .entry-imgs, .entry-txt {
    width: 100%;
  }
  .entry-imgs {
    margin-bottom: 48px;
  }
  .entry-imgs img {
    margin-bottom: 8px;
  }
  .entry-hdr.no-pc {
    text-align: center;
    margin-bottom: 2em;
  }
  .entry-txt {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*カート*/
.item-cart-wrp {
  border-bottom: 1px dotted var(--color-light-gray);
  padding-bottom: 24px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.item-detail-table {
  margin-bottom: 16px;
  width: 100%;
}
.item-detail-table th {
  width: 88px;
  text-align: left;
  vertical-align: middle;
  font-weight: 100;
}
.call_R, .cell_L {
  vertical-align: middle;
  padding: .5em 0;
}
.item-detail-table .price {
  font-weight: 100;
}
#option_tbl {
  width: 100%;
}
#option_tbl th, #option_tbl td {
  border: 1px solid var(--color-light-gray);
  padding: .4em;
}
.optNav {
  float: right;
}
.optNav li {
  font-size: 1.3rem;
  line-height: 1.7;
  padding: .25em 0;
}
.optNav li i {
  font-size: 1.4rem;
  padding-right: .5em;
}
.option-select {
  border: 1px solid var(--color-light-gray);
}
.numbtn {
  display: inline-block;
  margin-left: .25em;
}
.numtani {
  width: 4em;
  font-size: 1.1rem;
}
.updw {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
}
.btn-cart-item {
  background: var(--bg-reverse);
  color: var(--txt-reverse);
  border: 1px solid #ccc;
  margin-bottom: 16px;
  max-width: 100% !important;
}
.btn-cart-item:hover {
  background: var(--bg-default);
	color:var(--txt-default);
}
@media screen and (max-width: 768px) {
  .product__fav-item {
    padding: 0;
    margin-bottom: 0;
  }
  .item-img-wrp, .item-wrp .item-txt {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .item-cart-wrp, .item-txt-wrp, .item-txt {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .item-txt-wrp {
    margin-bottom: 80px;
  }
  .item-name {
    margin-bottom: 1em;
  }
  .item-img-wrp {
    margin-bottom: 48px;
  }
  .item-wrp .item-price {
    margin-bottom: 24px;
  }
}
.product__fav-item {
  margin-top: 10px;
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: var(--color-light-gray);
  border: 0;
  outline: none;
  background: transparent;
}
.product__fav-item .fav-items {
  color: #ff7373;
}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}
.entry-sns {
  font-size: 2.4rem;
  margin-top: 24px;
  line-height: 1;
}
.entry-sns li {
  display: inline;
}
.entry-body {
  border-bottom: 1px dotted var(--color-light-gray);
  ;
  border-top: 1px dotted var(--color-light-gray);
  ;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.entry-body ul {
  list-style: disc;
  margin-left: 1.6em;
}
.entry-body h３ ＋ br {
  display: none;
}
/*カート*/
.blog-aside {
  border-top: 1px solid var(--color-light-gray);
  ;
  padding-top: 3em;
}
.select-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 1em;
}
.select-wrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select-wrap select {
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px;
  border: 1px solid #CFD8DC;
  background-color: var(--bg-default);
  border-radius: 5px;
}
.select-wrap select::-ms-expand {
  display: none;
}
.search-form {
  position: relative;
  width: 100%;
}
.search-input {
  position: absolute;
  top: 0;
  left: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 5px;
}
.recent-post-wrp .entry-list {
  width: 14.22%;
  max-width: 360px;
  margin-bottom: 0;
}
.recent-post-wrp .entry-list .entry-hdr {
  display: block;
}
.recent-post-wrp .capH3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .entry {
    margin-top: -40px;
  }
  .entry-body p:first-child {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .page-nav {
    margin-bottom: 96px;
  }
  .entry-list {
    width: 48%;
    max-width: 100%;
    margin-bottom: 48px;
    line-height: 2;
  }
  #guide .entry-list, .entry-list.blog-aside {
    width: 100%;
  }
  .entry-list.blog-aside:last-child {
    margin-bottom: 106px;
  }
  .pager {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .pager span {
    width: 48%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .btn-prev {
    border-right: 0;
  }
  .pager .txt-c {
    display: none;
  }
  .recent-post-wrp .entry-list {
    width: 48%;
    margin-bottom: 32px;
  }
  .recent-post-wrp .entry-list:nth-child(1), .recent-post-wrp .entry-list:nth-child(2) {
    /*margin-bottom: 32px;*/
  }
}
/* ABOUT */
.cap-about {
  margin-bottom: 108px;
}
.about-title {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 60px;
  text-align: center;
}
.w480 {
  width: 40%;
  max-width: 480px;
  margin: 0 auto;
  line-height: 2;
  text-align: justify;
}
.btn {
  width: 100%;
  max-width: 320px;
  padding: 1.4em 1em;
  text-align: center;
  letter-spacing: .05em;
  border-radius: 5px;
  -webkit-appearance: none;
  transition: all 600ms ease-out;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn {
    margin-bottom: 12px;
  }
  .ftr-sns {
    display: block;
  }
  .ftr-sns li {
    display: inline-block;
    margin: 0 .25em 2em !important;
  }
  .ftr-sns li:last-child {
    display: block;
  }
}
.txt-red {
  color: #f00;
}
/**********************************************************************************************************
DRAWER******************************************************/
.btn-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  padding: 15px 13px;
  width: 58px;
  height: 45px;
  z-index: 99999;
}
.drawer-menu {
  height: 100%;
  width: 100%;
  list-style: none;
}
.drawer-list {
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  display: block;
  font-size: 1.5rem;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1;
}

.drawer-list.drawer-list-small {
  padding: 1.25em;
  font-size: 1.3rem;
  border-bottom: none;
}
.drawer-list-wrp {
  border-top: 1px solid var(--border-default);
}
.drawer-list-wrp li{
    border-bottom: 1px solid var(--border-default);
}
.drawer-cat-list{
      padding-bottom: 1.25em;
}
.drawer-cat-list li{
   border-bottom: 0;
}
/*  .drawer-menu .ftr-item-list{
    display: block;
    list-style: none;
    text-align: center;
  }
  .drawer-menu .ftr-item-list li{
    display: inline-block;
  }*/
.btn-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  transition: top .8s ease-out !important;
  z-index: 9999;
  background: none;
}
.btn-drawer:hover {
  background: none;
}
.btn-open {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 22px;
}
.btn-open span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 1px;
  background: var(--bg-reverse);
  width: 100%;
}
.btn-open span:nth-of-type(1) {
  top: 0;
}
.btn-open span:nth-of-type(2) {
  top: 8px;
}
.btn-open span:nth-of-type(3) {
  top: 16px;
}
.btn-open.hum-active span:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.btn-open.hum-active span:nth-of-type(2) {
  opacity: 0;
}
.btn-open.hum-active span:nth-of-type(3) {
  top: 12px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
/*
.body-wrp{
	overflow: hidden!important;
}
*/
.drawer {
  display: block;
  position: fixed;
  background: var(--bg-default);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-out;
  overflow: auto;
  z-index: 9997;
}
.drawer.drawer-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  left: 0;
}
.drawer-logo {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 2em;
}
.drawer-menu-inner {
  width: 100%;
  height: 100%;
  padding: 10%;
  position: absolute;
  left: 0;
  top: 0;
}
.drawer-cart-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: text-top;
}
.drawer a {
  color: var(--txt-default);
}
.drawer-sub-menu {
  font-size: .8125rem;
  padding-left: 1em;
}
.drawer-sns img {
  margin-right: 1em;
}
.drawer p {
  line-height: 1.75;
}
@media not all and (min-width: 769px) {
  .btn-drawer, .btn-drawer.size-s {
    display: block;
    font-size: 1rem;
  }
  .drawer-menu {
    height: 100%;
    width: 100%;
    list-style: none;
    position: relative;
  }
}