@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#page-home .store-image {
  width: 100%;
}
#page-home .category-slide-tab-scroll {
  overflow-x: scroll;
  width: 100%;
  position: sticky;
  top: 40px;
  -ms-overflow-style: none;
  -webkit-scrollbar: none;
  scrollbar-width: none;
  background-color: #fff;
}
#page-home .category-slide-tab-scroll::-webkit-scrollbar {
  display: none;
}
#page-home .store-info-container {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
}
#page-home .store-info-container .store-info-title {
  font-weight: bold;
}
#page-home .store-info-container li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 5px;
}
#page-home .store-info-container li.receive-time-message {
  font-size: 12px;
  color: #666666;
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
}
#page-home .store-info-container .store-info-reserved-text {
  color: #d93025;
  font-size: 12px;
}
#page-home .category-slide-tab-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-overflow-style: none;
  -webkit-scrollbar: none;
  scrollbar-width: none;
}
#page-home .category-slide-tab-box, #page-home .category-slide-tab-box-selected {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding: 0 15px 0;
  margin: 0 5px;
  min-width: 100px;
}
#page-home .category-slide-tab-box-selected {
  color: orange;
  border-bottom: 3px solid orange;
}
#page-home .fixed-menu-list-scroll {
  padding-bottom: 64px;
  background-color: #f8f9f9;
}
#page-home .fixed-menu-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
#page-home .fixed-menu-category-name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}
#page-home .fixed-menu-list-box {
  width: 46%;
  margin: 2%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-home .fixed-menu-list-box-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #bfbfbf;
}
#page-home .fixed-menu-list-box-image-box {
  position: relative;
}
#page-home .fixed-menu-list-soldout-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-home .rock-image {
  position: absolute;
  top: 36px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
#page-home .menu-select-bottom {
  padding: 0px 5px;
  background-color: red;
}
#page-home .fixed-menu-list-box-menu-name {
  margin: 5px 0 10px 0;
  padding: 0px 10px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: break-word;
}
#page-home .fixed-menu-list-box-menu-price {
  margin-top: 5px;
  padding: 0px 5px;
  color: #666666;
  text-align: right;
}
#page-home .freelayout-list-item {
  margin-bottom: 10px;
  background-color: #fff;
}
#page-home .category-slide-menu-btn {
  margin: 10px;
  top: 10px;
}

#page-menu .menu-image-block {
  position: relative;
}
#page-menu .menu-image-block .arrow-circle-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: auto;
  color: #666666;
}
#page-menu .menu-image-block .menu-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
#page-menu .menu-main-container {
  padding-bottom: 240px;
  background-color: #f8f9f9;
}
#page-menu .menu-name {
  font-size: 20px;
  padding: 10px 10px 0 10px;
  word-wrap: break-word;
}
#page-menu .menu-description-box {
  padding: 10px;
}
#page-menu .menu-description-bold {
  font-weight: bold;
  font-size: 22px;
}
#page-menu .menu-description-remarks {
  font-size: 12px;
  margin-top: 10px;
  color: #666666;
}
#page-menu .menu-description-more-link {
  color: #00a9bd;
}
#page-menu .menu-group-select {
  padding: 10px;
}
#page-menu .menu-group-select-label {
  background-color: #e6e6e6;
  padding: 10px 20px;
  margin: 0 -10px;
}
#page-menu .menu-group-required-text {
  color: #666666;
  margin-left: 0.8rem;
}
#page-menu .sub-menu-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-menu .radio-group {
  width: 100%;
}
#page-menu .sub-menu-select {
  width: 46%;
  margin: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page-menu .selected {
  border: 1px solid #ff4d00;
}
#page-menu .checked-img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
}
#page-menu .sub-menu-required-radio-btn {
  width: 23px;
  height: 23px;
  margin: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#page-menu .sub-menu-required-radio-btn .MuiCheckbox-root {
  padding: 5px;
}
#page-menu .rock-image {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#page-menu .sub-menu-select-count {
  background-color: #ff4d00;
  color: #fff;
  width: 21px;
  height: 21px;
  max-height: 21px;
  line-height: 21px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5px;
}
#page-menu .sub-menu-select-bottom {
  padding: 5px !important;
  margin: 5px 0 0 3px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page-menu .sub-menu-select-name {
  margin: 5px 0 10px 0;
  font-weight: bold;
  word-wrap: break-word;
}
#page-menu .sub-menu-select-price {
  font-size: 13px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-menu .sub-menu-quantity {
  color: #00a9bd;
}
#page-menu .menu-footer-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 15px 20px;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1;
}
#page-menu .menu-footer-quantity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-menu .menu-footer-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-menu .menu-footer-add-cart-box {
  margin-top: 10px;
}
#page-menu .menu-footer-price {
  font-weight: bold;
  font-size: 25px;
  line-height: 50px;
}
#page-menu .has-coupon {
  color: #ff0000;
}
#page-menu .menu-footer-minus {
  margin-right: 11px;
  height: 30px;
  margin-bottom: 7px;
}
#page-menu .menu-footer-minus img {
  margin-top: 13px;
}
#page-menu .btn-disabled {
  color: #e6e6e6 !important;
}
#page-menu .btn-enable {
  color: #666666 !important;
}
#page-menu .menu-footer-quantity {
  font-size: 32px;
  margin: 0 2px 2px 2px;
}
#page-menu .menu-footer-plus {
  margin-left: 11px;
  height: 30px;
  margin-bottom: 7px;
}
#page-menu .menu-footer-plus img {
  margin-top: 13px;
}
#page-menu .menu-footer-add-cart {
  width: 100%;
  height: 36px;
  font-size: 14px;
  border-radius: 4px;
}
#page-menu .cart-enable {
  border: none;
  color: #fff;
  background-color: #ff4d00;
}
#page-menu .cart-disable {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  color: rgba(0, 0, 0, 0.3803921569);
  background-color: #fff;
}
#page-menu .card-wrapper {
  position: relative;
}
#page-menu .card-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#page-menu .h100 {
  height: 100% !important;
}
#page-menu .inactive {
  opacity: 1;
  pointer-events: none;
}
#page-menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.6);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
#page-menu .overlay-text-wrapper {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-menu .locked-text {
  color: red;
  font-weight: bold;
  font-size: 1.1rem;
  opacity: 1;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  line-height: 1.4;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-color: #fff;
  color: #333;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
  font-size: medium;
  background-color: #fff;
  padding: 0 !important;
}

#root {
  margin: 0;
  width: 100%;
  height: 100%;
}

.transparent-app-right-btn {
  position: fixed;
  top: 8px;
  right: 5px;
  z-index: 1600;
}

.app-header-right-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

#AppHeader {
  border-bottom: 1px solid #ccc;
}
#AppHeader .toolbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#AppHeader .MuiAppBar-colorDefault {
  background-color: #fff;
}
#AppHeader .app-header-right-btn {
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: small;
  background-color: rgba(255, 255, 255, 0.8);
}
#AppHeader .app-header-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
#AppHeader .app-header-title.show-history-back {
  width: calc(100% + 15px);
  margin-right: -15px;
  padding: 0 30px;
  margin-left: -50px !important;
}
#AppHeader .app-header-dummy-for-flex {
  min-width: 35px;
}

.app-sidebar-paper {
  width: 90%;
  border-top-left-radius: 10px;
}

.ReactModal__Overlay {
  background-color: #fff !important;
  z-index: 6000 !important;
}

.MuiDrawer-modal {
  z-index: 1600 !important;
}

.cart-notification-container {
  z-index: 2;
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  text-align: center;
  background-color: #ff4d00;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.back-to-menu-container {
  z-index: 2;
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  text-align: center;
  background-color: #00a9bd;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

#transparentLoadingBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2588235294);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#transparentLoadingBlock .transparentLoadingImgBlock {
  width: 100%;
  text-align: center;
}
#transparentLoadingBlock .transparent-loading-icon-image {
  color: #ff4d00;
}

#initLoadingBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#initLoadingBlock .initLoadingImgBlock {
  width: 100%;
  text-align: center;
}
#initLoadingBlock .loading-icon-image {
  color: #ff4d00;
}

#transparentLoadingBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: hsla(0deg, 0%, 0%, 0.187);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#transparentLoadingBlock .transparentLoadingImgBlock {
  width: 100%;
  text-align: center;
}
#transparentLoadingBlock .transparent-loading-icon-image {
  color: #ff4d00;
}

#store-image-block {
  position: relative;
}
#store-image-block .menu-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  padding: 3px;
  width: 40px;
  height: 40px;
}

#header-menu-image-block {
  position: relative;
  height: 56.5vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header-menu-image-block .header-menu-image {
  width: 100%;
}
#header-menu-image-block .menu-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  padding: 6px 0;
}
#header-menu-image-block .coach-mark {
  position: absolute;
  top: 70px;
  right: 5px;
  width: 85%;
  background-color: #fff;
  padding: 10px 15px;
  -webkit-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.65);
          box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.65);
}
#header-menu-image-block .coach-mark:before {
  position: absolute;
  top: -16px;
  right: 14px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #fff;
}
#header-menu-image-block .coach-mark-text {
  line-height: 1.4rem;
}
#header-menu-image-block .coach-mark-close {
  text-align: right;
}

.without_image {
  height: 50px !important;
}

#app-footer .list-menu {
  position: fixed;
  bottom: -100%;
  background-color: #fff;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  min-height: 250px;
  list-style: none;
}
#app-footer .list-menu.open {
  bottom: 0;
  -webkit-animation: fadeIn ease 0.1s 1 backwards;
          animation: fadeIn ease 0.1s 1 backwards;
}
@-webkit-keyframes fadeIn {
  from {
    bottom: -100%;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    bottom: -100%;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menu-link-row {
  height: 48px;
  padding: 0 !important;
}
.menu-link-row .menu-link {
  color: #000;
  text-decoration: none;
}

.transparent-header-fixed-scroll {
  border-top: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 1500;
}

.header-fixed-scroll {
  border-top: 1px solid #ccc;
  position: sticky;
  top: 56px;
  z-index: 1500;
}

.category-slide-menu-box-selected {
  background-color: #e6e6e6 !important;
}

.category-slide-menu-box {
  overflow-wrap: break-word !important;
  white-space: pre-wrap !important;
}

.category-slide-menu-area .MuiPaper-root {
  background-color: #f8f9f9;
}

.horizontal-slide-tab-scroll {
  overflow-x: scroll;
  width: 100%;
  -ms-overflow-style: none;
  -webkit-scrollbar: none;
  scrollbar-width: none;
  background-color: #fff;
}
.horizontal-slide-tab-scroll::-webkit-scrollbar {
  display: none;
}

.horizontal-slide-tab-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-overflow-style: none;
  -webkit-scrollbar: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.horizontal-slide-tab-container .horizontal-slide-tab-box, .horizontal-slide-tab-container .horizontal-slide-tab-box-selected {
  height: auto;
  text-align: center;
  border-bottom: 2px solid #bfbfbf;
  padding: 5px 15px;
  margin: 0 5px;
  min-width: 100px;
  max-width: 150px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2rem;
}
.horizontal-slide-tab-container .horizontal-slide-tab-box-selected {
  color: #466ff7;
  border-bottom: 2px solid #466ff7 !important;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}
.MuiModal-root {
  z-index: 1850 !important;
}

.cart-drawer {
  height: calc(100% - 64px);
  top: 64px;
}

.cart-delete-drawer-modal-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 7px;
}

.cart-delete-drawer-modal {
  z-index: 2000 !important;
}

.cart-delete-drawer-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  background-color: #fff;
  padding: 25px 20px 10px 20px;
  border-radius: 4px;
}

.cart-delete-drawer-modal-item {
  margin-bottom: 20px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.cart-delete-drawer-modal-btn {
  color: #00a9bd !important;
}

.nickname-modal {
  z-index: 2000 !important;
}

.nickname-modal-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nickname-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  background-color: #fff;
  padding: 25px 20px 10px 20px;
  border-radius: 4px;
}

.nickname-modal-item {
  font-size: small;
  margin-bottom: 20px;
}

.nickname-modal-btn-enable {
  width: 100%;
  color: white !important;
  background-color: #ff4d00 !important;
  margin-bottom: 30px !important;
}

.nickname-modal-btn-disable {
  border: 1px solid rgba(0, 0, 0, 0.1215686275) !important;
  width: 100%;
  color: rgba(0, 0, 0, 0.3803921569) !important;
  background-color: #fff !important;
  margin-bottom: 30px !important;
}

.nickname-modal-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.nickname-modal-radio-title {
  font-weight: bold;
}

.nickname-modal-radio-span {
  font-size: small;
}

.nickname-modal-radio-textinput {
  width: 100%;
}

.payment-form-hidden {
  display: none;
}

.quantity-select-dialog-title {
  padding: 24px 24px 9px 24px !important;
  font-size: 16px !important;
}

.select-area {
  padding: 1px 0px !important;
}

.select-slide-row {
  color: #000;
  font-size: 14px;
  height: 32px;
  padding: 4px 22px !important;
}

.select-slide-row-selected {
  background-color: #f8f9f9 !important;
}

.select-slide-row-disabled {
  background-color: #666666 !important;
}

:focus-visible {
  outline: transparent;
}

.text-center {
  text-align: center;
}

.font-weight-bold {
  font-weight: bold;
}

.MuiFab-colorInherit {
  background-color: #fff !important;
}

.border-valid-error {
  border-color: #d32f2f !important;
}

.text-danger {
  color: #d93025;
}

.error-dialog-message {
  white-space: pre-wrap;
}

.back-to-page-area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.back-to-page-area .MuiButtonBase-root {
  background-color: #00a9bd;
}

.back-to-page-area-inner {
  margin-bottom: 20px;
}
.back-to-page-area-inner:last-of-type {
  margin-bottom: 0;
}

.receipt-complete-modal {
  z-index: 2000 !important;
}
.receipt-complete-modal .receipt-complete-modal-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 7px;
}
.receipt-complete-modal .receipt-complete-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  background-color: #fff;
  padding: 25px 20px 10px 20px;
  border-radius: 4px;
}
.receipt-complete-modal .receipt-complete-modal-item {
  margin-bottom: 20px;
}
.receipt-complete-modal .receipt-complete-modal-btn {
  color: #00a9bd !important;
}
.receipt-complete-modal .receipt-complete-cancel-modal-btn {
  color: #00a9bd !important;
}

.link-text {
  color: #0000ff;
  text-decoration: underline;
}

#component-news {
  background-color: #F1F9FE;
  border-radius: 5px;
  margin: 15px;
  padding: 10px;
  font-size: small;
}
#component-news .header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#component-news .header .label {
  font-weight: bold;
  margin-right: 5px;
}
#component-news .header .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: normal;
  color: #666666;
}
#component-news .header .issueDate {
  font-weight: normal;
  font-size: x-small;
}
#component-news .title {
  font-weight: bold;
  margin-bottom: 3px;
}
#component-news .description {
  font-size: small;
  color: #6d6c6c;
}
#component-news .open-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#component-news .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#component-sidemenu {
  padding: 10px 20px;
}
#component-sidemenu .menu-btn-box {
  margin-bottom: 10px;
}
#component-sidemenu .menu-btn {
  font-size: medium;
  font-weight: bold;
  color: black;
}
#component-sidemenu .menu-btn-child-box {
  margin-left: 10px;
}
#component-sidemenu .menu-child-btn {
  font-size: small;
  font-weight: normal;
  color: black;
}
#component-sidemenu .menu-icon {
  margin-right: 5px;
}
#component-sidemenu .close-btn-box {
  text-align: right;
  margin-bottom: 20px;
  background-color: white;
  z-index: 9999;
  position: sticky;
  top: 0;
}
#component-sidemenu .close-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: small;
  font-weight: normal;
  color: #666666;
  background-color: #f4f1f1;
}

/**
   * ----------------------------------------
   * animation swirl-in-fwd
   * ----------------------------------------
   */
@-webkit-keyframes swirl-in-fwd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swirl-in-fwd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swirl-in-fwd {
  -webkit-animation: swirl-in-fwd 0.1s ease-out both;
          animation: swirl-in-fwd 0.1s ease-out both;
}

/* ----------------------------------------------
   * Generated by Animista on 2021-1-22 16:40:6
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
/**
   * ----------------------------------------
   * animation swirl-out-bck
   * ----------------------------------------
   */
@-webkit-keyframes swirl-out-bck {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes swirl-out-bck {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.swirl-out-bck {
  -webkit-animation: swirl-out-bck 0.3s ease-in both;
          animation: swirl-out-bck 0.3s ease-in both;
}

@-webkit-keyframes checkmark-show {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    color: gray;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.7;
    color: gray;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    color: green;
  }
}

@keyframes checkmark-show {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    color: gray;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.7;
    color: gray;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    color: green;
  }
}
.checkmark-show {
  -webkit-animation: checkmark-show 0.5s ease-out both;
          animation: checkmark-show 0.5s ease-out both;
}

#page-cart .store-image {
  width: 100%;
}
#page-cart .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  background-color: #fff;
}
#page-cart .all-discount-coupon {
  border-bottom: 0;
}
#page-cart .all-discount-coupon .cart-item-coupon {
  margin-top: 0;
}
#page-cart .cart-item-scroll {
  padding-bottom: 135px;
}
#page-cart .cart-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  overflow: hidden;
}
#page-cart .cart-item-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  min-width: 0;
}
#page-cart .cart-item-submenus {
  font-weight: normal;
  font-size: 16px;
  text-indent: 0.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page-cart .cart-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-cart .cart-item-bottom-minus {
  margin-right: 10px;
  margin-top: 8px;
}
#page-cart .cart-item-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 5px;
  color: #d93025;
}
#page-cart .cart-item-coupon .cart-item-coupon-discount-price {
  margin-left: auto;
}
#page-cart .btn-disabled {
  color: #e6e6e6 !important;
}
#page-cart .btn-enable {
  color: #666666 !important;
}
#page-cart .cart-item-bottom-quantity {
  font-size: 32px;
}
#page-cart .cart-item-bottom-plus {
  margin-left: 10px;
  margin-top: 8px;
}
#page-cart .cart-item-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-cart .cart-item-ctrl-price {
  margin-top: 20px;
}
#page-cart .cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
}
#page-cart .cart-footer-top {
  text-align: right;
  font-size: 18px;
  margin: 2px 3px 14px 0;
}
#page-cart .cart-footer-top span {
  font-weight: bold;
}
#page-cart .cart-footer-top .total-amount {
  font-size: 24px;
}
#page-cart .cart-footer-bottom {
  line-height: 20px;
  background-color: #ff4d00;
  color: #fff;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
}
#page-cart .cart-footer-bottom-sending {
  line-height: 20px;
  background-color: #333;
  color: #fff;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
}

#page-error {
  padding: 20px;
  text-align: center;
}
#page-error .icon-image-block {
  width: 100px;
  margin: 35px auto 40px;
}
#page-error .icon-image {
  width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-error .error-title {
  font-weight: bold;
  font-size: large;
  margin: 10px 0px;
}
#page-error .error-description {
  font-size: small;
}

#page-orderhistory .orderhistory-groupheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px;
  background-color: #bfbfbf;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
#page-orderhistory .orderhistory-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #333;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#page-orderhistory .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 0;
}
#page-orderhistory .menu-image {
  width: 100px;
  min-height: 100%;
  background-size: cover;
  background-position: center;
}
#page-orderhistory .menu-name {
  font-weight: bold;
  font-size: normal;
  margin-bottom: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  min-width: 0;
  text-align: right;
}
#page-orderhistory .menu-price {
  font-size: small;
}
#page-orderhistory .menu-total-price {
  font-weight: bold;
  font-size: normal;
}
#page-orderhistory .menu-okawari-button {
  width: 100%;
  line-height: 20px;
  background-color: #ff4d00;
  color: #fff;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
}
#page-orderhistory .menu-okawari-button-disabled {
  width: 100%;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  color: rgba(0, 0, 0, 0.3803921569);
  padding: 9px;
  text-align: center;
  border-radius: 5px;
}

#page-privacy {
  padding: 20px;
}

#page-storeinfo {
  padding: 20px;
}
#page-storeinfo .store-name {
  font-weight: bold;
}
#page-storeinfo .store-address {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-storeinfo .store-telno {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-storeinfo .storeinfo-icon {
  color: #1a28c1;
}
#page-storeinfo .storeinfo-text {
  margin-left: 10px;
}

#page-purchase {
  padding: 20px;
}
#page-purchase .qrcode-box {
  text-align: center;
}
#page-purchase .voucher-no-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 10px;
}

.purchase-error-message-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  background-color: #fff;
  padding: 25px 20px 10px 20px;
  border-radius: 4px;
}

.purchase-error-message-btn {
  color: #fff;
  margin-top: 5px;
  line-height: 20px;
  background-color: #ff4d00;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
