/** Shopify CDN: Minification failed

Line 956:27 Unexpected "{"
Line 963:45 Unexpected "{"
Line 973:46 Unexpected "{"
Line 986:42 Unexpected "{"
Line 990:59 Unexpected "{"

**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;900&display=swap");
#wrapper #treats--items .sec_title h3 {
  font-size: 28px;
}
#wrapper #treats--items .sec_title h3 strong {
  line-height: 100%;
  font-size: 38px;
}
@media (max-width: 780px) {
  #wrapper #treats--items .sec_title h3 {
    font-size: 16px;
  }
  #wrapper #treats--items .sec_title h3 strong {
    font-size: 20px;
  }
}
#wrapper #treats--items .sec_title h4 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 780px) {
  #wrapper #treats--items .sec_title h4 {
    font-size: 14px;
  }
}
#wrapper #treats--items .sec_title--att {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#wrapper #treats--items .sec_title--att::before, #wrapper #treats--items .sec_title--att::after {
  content: "";
  height: 80px;
  width: 2px;
  background: #FF7600;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#wrapper #treats--items .sec_title--att::before {
  left: -32px;
  transform: rotate(-25deg);
}
#wrapper #treats--items .sec_title--att::after {
  right: -32px;
  transform: rotate(25deg);
}
@media (max-width: 780px) {
  #wrapper #treats--items .sec_title--att::before, #wrapper #treats--items .sec_title--att::after {
    content: "";
    height: 40px;
    width: 2px;
    background: #FF7600;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #wrapper #treats--items .sec_title--att::before {
    left: -18px;
    transform: rotate(-25deg);
  }
  #wrapper #treats--items .sec_title--att::after {
    right: -18px;
    transform: rotate(25deg);
  }
}
#wrapper #treats--items .menu--title {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 24px;
}
#wrapper #treats--items .menu--title span {
  background: #D6D1BC;
  width: 100%;
  height: 1px;
  display: block;
}
#wrapper #treats--items .menu--title img {
  margin-left: 0;
}
@media (max-width: 780px) {
  #wrapper #treats--items .menu--title {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  #wrapper #treats--items .menu--title span {
    display: none;
  }
  #wrapper #treats--items .menu--title img {
    width: 80%;
  }
  #wrapper #treats--items .menu--title h4 {
    font-size: 12px;
  }
}
#wrapper #treats--items .menu--list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding-top: 16px;
}
@media (max-width: 900px) {
  #wrapper #treats--items .menu--list {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 780px) {
  #wrapper #treats--items .menu--list {
    padding-top: 16px;
    gap: 16px;
  }
}
/* #wrapper #treats--items .menu--list li.soldout .ui {
  opacity: 0;
  display: none !important;
  pointer-events: none;
}
#wrapper #treats--items .menu--list li.soldout .image picture::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(88, 88, 88, 0.6117647059);
  position: absolute;
}
#wrapper #treats--items .menu--list li.soldout .image picture::before {
  content: "入荷待ち";
  position: absolute;
  z-index: 1;
  color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -2em;
  font-size: 21px;
} */
#wrapper #treats--items .menu--list li .btn {
  margin: 24px auto 0;
  display: block;
  width: 80%;
}
@media (max-width: 900px) {
  #wrapper #treats--items .menu--list li .btn {
    margin: 16px auto 24px;
  }
}
#wrapper #treats--items .menu--list li .btn span {
  font-size: 18px;
}
@media (max-width: 780px) {
  #wrapper #treats--items .menu--list li .btn span {
    font-size: 16px;
  }
  #wrapper #treats--items .menu--list li .btn span::after {
    width: 20px;
    margin-left: 8px;
  }
}
@media (max-width: 480px) {
  #wrapper #treats--items .menu--list li .btn span {
    font-size: 12px;
  }
}
@media (max-width: 780px) {
  #wrapper #treats--items .menu--list li .btn {
    width: 100%;
  }
}
#wrapper #treats--items .menu--item {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: -1px 2px 5px rgba(51, 51, 51, 0.3294117647);
  position: relative;
}
@media (max-width: 480px) {
  #wrapper #treats--items .menu--item {
    padding: 16px 8px;
  }
}
#wrapper #treats--items .menu--item .osusume--badge {
  display: none;
}
#wrapper #treats--items .menu--item.recommend .osusume--badge {
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
  margin: auto;
  z-index: 1;
  width: 100px;
  height: 100px;
}
@media (max-width: 780px) {
  #wrapper #treats--items .menu--item.recommend .osusume--badge {
    width: 64px;
    height: 64px;
    left: -16px;
    top: -16px;
  }
}
@media (max-width: 480px) {
  #wrapper #treats--items .menu--item.recommend .osusume--badge {
    width: 40px;
    height: 40px;
    left: -16px;
    top: -16px;
  }
}
#wrapper #treats--items .menu--item .selected--status--bg,
#wrapper #treats--items .menu--item .selected--status {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 480px) {
  #wrapper #treats--items .menu--item .selected--status--bg,
  #wrapper #treats--items .menu--item .selected--status {
    width: 32px;
    height: 32px;
  }
}
#wrapper #treats--items .menu--item .selected--status {
  display: none;
}
#wrapper #treats--items .menu--item.selected .selected--status {
  display: block;
}
#wrapper #treats--items .menu--item--inner {
  position: relative;
  padding-bottom: 64px;
  height: 100%;
}
#wrapper #treats--items .menu--item--inner .name {
  max-width: 256px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  #wrapper #treats--items .menu--item--inner .name {
    max-width: 100px;
  }
}
#wrapper #treats--items .menu--item--inner .image {
  position: relative;
}
#wrapper #treats--items .menu--item--inner .image picture {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  display: block;
}
#wrapper #treats--items .menu--item--inner .image picture img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 780px) {
  #wrapper #treats--items .menu--item--inner {
    padding-bottom: 40px;
  }
}
#wrapper #treats--items .menu--item--inner h3 {
  font-size: 24px;
  line-height: 1.2em;
}
@media (max-width: 900px) {
  #wrapper #treats--items .menu--item--inner h3 {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  #wrapper #treats--items .menu--item--inner h3 {
    font-size: 12px;
  }
}
#wrapper #treats--items .menu--item--inner p {
  font-size: 16px;
}
@media (max-width: 900px) {
  #wrapper #treats--items .menu--item--inner p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #wrapper #treats--items .menu--item--inner p {
    font-size: 10px;
  }
}
#wrapper #treats--items .menu--item--inner .tag li {
  font-size: 15px;
  padding: 2px 6px;
  border: 1px solid #22304F;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 900px) {
  #wrapper #treats--items .menu--item--inner .tag li {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #wrapper #treats--items .menu--item--inner .tag li {
    font-size: 10px;
  }
}
#wrapper #treats--items .menu--item--inner .ui {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FFD37E;
  border: 1px solid #FFD37E;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* Firefox */
}
#wrapper #treats--items .menu--item--inner .ui button {
  text-align: center;
  height: 100%;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 900px) {
  #wrapper #treats--items .menu--item--inner .ui button {
    font-size: 16px;
  }
}
#wrapper #treats--items .menu--item--inner .ui input {
  background: #fff;
  text-align: center;
  pointer-events: none;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 900px) {
  #wrapper #treats--items .menu--item--inner .ui input {
    font-size: 18px;
  }
}
#wrapper #treats--items .menu--item--inner .ui input::-webkit-outer-spin-button,
#wrapper #treats--items .menu--item--inner .ui input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wrapper #treats--items .menu--item--inner .ui input[type=number] {
  -moz-appearance: textfield;
}

#footer-ui {
  transition: 0.3s;
  position: relative;
  padding-top: 65px;
}
@media (max-width: 480px) {
  #footer-ui {
    padding-top: 48px;
  }
}
#footer-ui .footer-ui--toggle {
  width: 100%;
  height: 65px;
  background: #FFA900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-shadow: 0px 5px 5px 0px #e8e2e2;
  z-index: 1;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--toggle {
    gap: 16px;
    height: 48px;
  }
}
#footer-ui .footer-ui--toggle span {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--toggle span {
    font-size: 16px;
  }
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--toggle img {
    width: 16px;
  }
}
#footer-ui .footer-ui--toggle picture {
  transition: 0.3s;
  transform: rotate(180deg);
}
#footer-ui .footer-ui--toggle:hover picture {
  transform: rotate(180deg);
}
#footer-ui .footer-ui--body {
  background: #fff;
  background: #f8f7f4;
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#footer-ui .footer-ui--body {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 480px) {
  #footer-ui .footer-ui--body {
    gap: 0;
  }
}
#footer-ui .footer-ui--body .bl--cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0 24px;
  z-index: 2;
  background: #f8f7f4;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont {
    padding: 8px 0 0px;
    text-align: center;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--att {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--att {
    margin-bottom: 21px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--att {
    margin-bottom: 8px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--att strong {
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--att strong {
    font-size: 16px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--att strong.underline::before {
  width: 100%;
  height: 6px;
  background: #FF7600;
  bottom: -12px;
}
@media (max-width: 480px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--att strong.underline::before {
    bottom: -8px;
    height: 4px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total p {
  font-size: 20px;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total p {
    font-size: 12px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total--prices {
    justify-content: center;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--calc {
  display: flex;
  flex-flow: column;
  gap: 0;
  align-items: flex-start;
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--calc .bl--total--price {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total--calc .bl--total--price {
    font-size: 12px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--calc .bl--total--price strong {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total--calc .bl--total--price strong {
    font-size: 24px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--as {
  display: none;
  align-items: center;
  position: relative;
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--as::after {
  content: "▶︎";
  color: #22304F;
  display: inline-block;
  padding: 0 8px;
  font-size: 24px;
}
@media (max-width: 1200px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total--as::after {
    transform: rotate(90deg);
  }
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total--as::after {
    font-size: 10px;
    transform: rotate(0deg);
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--as .bl--total--price {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total--as .bl--total--price {
    font-size: 10px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--as .bl--total--price strong {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info .bl--total--as .bl--total--price strong {
    font-size: 16px;
  }
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--as .bl--total--price {
  position: relative;
}
#footer-ui .footer-ui--body .bl--cont#info .bl--total--as .bl--total--price::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #FF7600;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#info {
    text-align: center;
  }
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--att {
  font-size: 24px;
  color: #FF7600;
  padding-left: 48px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--att::before, #footer-ui .footer-ui--body .bl--cont#buy .bl--att::after {
  height: 24px;
  width: 3px;
  background: #FF7600;
  content: "";
  display: inline-block;
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--att::before {
  transform: rotate(-25deg);
  margin-right: 8px;
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--att::after {
  transform: rotate(25deg);
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#buy .bl--att {
    font-size: 12px;
    padding-left: 0;
    justify-content: center;
  }
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--teiki {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#buy .bl--teiki {
    justify-content: center;
    display: flex;
    gap: 8px;
  }
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--teiki {
  align-items: center;
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .check input {
  width: 34px;
  height: 34px;
  border: 3px solid #22304F;
  display: block;
  border-radius: 8px;
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .check input:checked::after {
  content: "";
  width: 34px;
  height: 16px;
  border: 5px solid #22304f;
  display: block;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  bottom: 6px;
  position: relative;
}
@media (max-width: 480px) {
  #footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .check input {
    width: 24px;
    height: 24px;
    border: 2px solid #22304F;
    border-radius: 4px;
  }
  #footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .check input:checked::after {
    content: "";
    width: 24px;
    height: 12px;
    border: 3px solid #22304f;
    border-top: none;
    border-right: none;
  }
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .text label {
  font-size: 24px;
  font-weight: bold;
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .text label small {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .text label small {
    font-size: 10px;
  }
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#buy .bl--teiki .text label {
    font-size: 12px;
  }
}
#footer-ui .footer-ui--body .bl--cont#buy .bl--teiki--note {
  padding-left: 48px;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#buy .bl--teiki--note {
    font-size: 10px;
    padding-left: 0;
  }
}
#footer-ui .footer-ui--body .bl--cont#buy button {
  height: 45px;
  background: #FF7600;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 24px;
}
#footer-ui .footer-ui--body .bl--cont#buy button:disabled {
  filter: grayscale(1);
  opacity: 0.8;
  cursor: not-allowed;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#buy button {
    margin-bottom: 32px;
  }
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body .bl--cont#buy button {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}
#footer-ui .footer-ui--body#items {
  background: #fff;
  grid-template-columns: 1fr;
}
#footer-ui .footer-ui--body#items .bl--cont {
  max-width: 1200px;
  background: #fff;
}
#footer-ui .footer-ui--body#items .bl--select--buttons {
  border-top: 2px solid #DAD7C8;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: end;
  gap: 16px;
}
#footer-ui .footer-ui--body#items .bl--select--buttons button {
  color: #22304F;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #22304F;
  padding: 0 80px;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--body#items .bl--select--buttons button {
    width: 100%;
  }
}
#footer-ui .footer-ui--body#items .bl--item--selector {
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  #footer-ui .footer-ui--body#items .bl--item--selector {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#footer-ui .footer-ui--body#items .bl--item--selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer-ui .footer-ui--body#items .bl--item--selector:not(:last-child) {
  border-bottom: 1px solid #DAD7C8;
}
#footer-ui .footer-ui--body#items .bl--item--selector .ui {
  width: 245px;
  height: 45px;
  border: 1px solid #DAD7C8;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer-ui .footer-ui--body#items .bl--item--selector .ui button {
  height: 100%;
  width: 25%;
  font-size: 24px;
  font-weight: bold;
  background: #FFD47F;
}
#footer-ui .footer-ui--body#items .bl--item--selector .ui input {
  width: 50%;
  display: block;
  text-align: center;
  pointer-events: none;
  font-size: 24px;
  font-weight: bold;
}
#footer-ui .footer-ui--body#items .bl--item--selector h4 {
  font-size: 18px;
}
#footer-ui .footer-ui--body#items .bl--item--selector picture {
  margin-right: 8px;
}
@media (max-width: 480px) {
  #footer-ui .footer-ui--body#items .bl--item--selector picture {
    width: 80px;
  }
}
@media (max-width: 900px) {
  #footer-ui .footer-ui--body#items .bl--item--selector {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #footer-ui .footer-ui--body#items .bl--item--selector h4 {
    font-size: 14px;
  }
  #footer-ui .footer-ui--body#items .bl--item--selector .ui {
    margin-left: auto;
  }
}
@media (max-width: 900px) and (max-width: 780px) {
  #footer-ui .footer-ui--body#items .bl--item--selector .ui {
    margin-top: 8px;
    height: 32px;
  }
  #footer-ui .footer-ui--body#items .bl--item--selector .ui button {
    font-size: 16px;
  }
  #footer-ui .footer-ui--body#items .bl--item--selector .ui input {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #footer-ui .footer-ui--body#items {
    height: 256px !important;
  }
}
#footer-ui .footer-ui--toggle {
  transition: 0.3s;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  position: relative;
}
#footer-ui #items {
  transition: 0.3s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  height: 280px;
  overflow-y: scroll;
}
#footer-ui #koubai {
  transition: 0.3s;
  bottom: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  position: relative;
}
#footer-ui .text--close {
  display: none;
}
#footer-ui .footer-ui--head {
  position: absolute;
  width: 100%;
  top: -65px;
  transition: 0.3s;
}
#footer-ui .footer-ui--head #items {
  height: 0 !important;
}
@media (max-width: 780px) {
  #footer-ui .footer-ui--head {
    top: -48px;
  }
}
#footer-ui .footer-ui--head {
  transition: 0.3s;
}
#footer-ui.show .text--check {
  display: none;
}
#footer-ui.show .text--close {
  display: inline-block;
}
#footer-ui.show .footer-ui--head {
  position: absolute;
  width: 100%;
  top: -345px;
}
#footer-ui.show .footer-ui--head #items {
  height: 280px !important;
}
@media (max-width: 780px) {
  #footer-ui.show .footer-ui--head {
    top: -304px;
  }
  #footer-ui.show .footer-ui--head #items {
    height: 256px !important;
  }
}
#footer-ui.show .footer-ui--toggle picture {
  transform: rotate(0deg);
}

#wrapper #treats--items .menu--item.selected {
  box-sizing: border-box;
  border: 2px solid #22304f;
}

.isDiscounted .bl--total--prices .bl--total--as {
  display: flex !important;
}

.btn.arrow_down.bg_green span:after,
.btn.arrow_right.bg_green span:after {
  background-position: center !important;
}

/* #chicken_breast_jerky .ui, */
/* #pork_thigh_jerky .ui, */
/* #pork_hatsu_jerky .ui*/ {
  opacity: 0;
  display: none !important;
  pointer-events: none;
}
/* #chicken_breast_jerky .image picture::after, */
/* #pork_thigh_jerky .image picture::after, */
/* #pork_hatsu_jerky .image picture::after*/ {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(88, 88, 88, 0.6117647059);
  position: absolute;
}
/* #chicken_breast_jerky .image picture::before, */
/* #pork_thigh_jerky .image picture::before, */
/* #pork_hatsu_jerky .image picture::before*/ {
    content: "入荷待ち";
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -2em;
    font-size: 21px;
}
/* #chicken_breast_jerky .menu--item--inner, */
/* #pork_thigh_jerky .menu--item--inner, */
/* #pork_hatsu_jerky .menu--item--inner*/ { 
  padding-bottom: 0 !important;
}

/* .bl--item--selectors .bl--item--selector:nth-child(1) */{
  display: none !important;
}/*# sourceMappingURL=treats_items.css.map */