@charset "UTF-8";
/*!
 * Author: ShoHakamada <sho.hakamada@shocktech.co.jp>
 */
/*---------------------------------
  * Foundation
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");

*,
*:before,
*:after {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  border: none;
  border-spacing: 0;
  box-sizing: border-box;
  font-size: unset;
  font-weight: unset;
  line-height: 1.3em;
  list-style-type: none;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  outline: none;
  padding: 0;
  text-align: unset;
  text-decoration: none;
}

/**
 * Use Web Fonts
 */
/**
 * Font Family
 */
/**
 * Font Size
 */
:root {
  --font-size--50: 10px;
  --font-size--75: 12px;
  --font-size--100: 14px;
  --font-size--200: 16px;
  --font-size--300: 18px;
  --font-size--400: 21px;
  --font-size--500: 24px;
  --font-size--600: 28px;
  --font-size--700: 32px;
  --font-size--800: 38px;
  --font-size--900: 42px;
  --font-size--1000: 48px;
}

/**
 * Store
 */
:root[role=store] {
  --color-completed: #86c431;
  --color-negative: #f48677;
  --color-disabled: #e5e5e5;
  --color-base: #fafafa;
  --color-blk: #333;
  --color-gray--500: #7f7f7f;
  --color-gray--400: #999;
  --color-gray--300: #b2b2b2;
  --color-gray--200: #ccc;
  --color-gray--100: #e5e5e5;
  --color-gray--50: #f2f2f2;
  --color-wht: #fff;
  --color-theme: #ff8f1f;
  --color-cta: #ff8f1f;
}

:root[role=store][theme=dark] {
  --color-completed: #86c431;
  --color-negative: #f48677;
  --color-disabled: #e5e5e5;
  --color-base: #17222c;
  --color-blk: #f7f7f7;
  --color-gray--500: #8b9196;
  --color-gray--400: #747a80;
  --color-gray--300: #5d656c;
  --color-gray--200: #454e56;
  --color-gray--100: #2f3942;
  --color-gray--50: #232d37;
  --color-wht: #212a38;
  --color-theme: #6f99b1;
  --color-cta: #6f99b1;
}

/**
 * Customer
 */
:root[role=customer] {
  --color-completed: #86c431;
  --color-negative: #f48677;
  --color-disabled: #e5e5e5;
  --color-base: #fafafa;
  --color-blk: #000000;
  --color-gray--500: #7f7f7f;
  --color-gray--400: #999;
  --color-gray--300: #b2b2b2;
  --color-gray--200: #ccc;
  --color-gray--100: #e5e5e5;
  --color-gray--50: #f2f2f2;
  --color-wht: #fff;
  --color-theme: #ffd602;
  --color-cta: #111;
}

/**
 * Image File Path
 */
/*
 * Break Points
 */
/**
 * Content Width
 */
/**
 * Disable :hover on touch devices
 */
/**
 * Button style
 */
*::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

*::selection {
  background: rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: var(--color-base);
  color: var(--color-blk);
  font-size: 14px;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.075em;
  line-height: 0;
  overscroll-behavior-y: none;
  min-height: 100vh;
}

body.js-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  word-break: break-all;
}

select {
  line-height: 1.1em;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  max-width: 100%;
}

p {
  line-height: 2em;
  text-align: justify;
}

strong {
  font-weight: 500;
}

a {
  color: inherit;
  transition: opacity 0.15s ease-out;
}

button {
  background: none;
  color: inherit;
}

textarea,
input,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

textarea::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder {
  color: var(--color-gray--300);
}

textarea::placeholder,
input::placeholder,
select::placeholder {
  color: var(--color-gray--300);
}

select {
  color: var(--color-blk);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}

_::-webkit-full-page-media,
_:future,
:root body {
  height: -webkit-fill-available;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-display: swap;
  font-weight: bolder;
  src: local("Gilroy"), local("Gilroy-Heavy"), url("../font/md-bootstrap/Gilroy/Gilroy-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local("Gilroy"), local("Gilroy-Black"), url("../font/md-bootstrap/Gilroy/Gilroy-Black.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Gilroy"), local("Gilroy-Bold"), url("../font/md-bootstrap/Gilroy/Gilroy-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Gilroy"), local("Gilroy-Semibold"), url("../font/md-bootstrap/Gilroy/Gilroy-Semibold.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Gilroy"), local("Gilroy-Medium"), url("../font/md-bootstrap/Gilroy/Gilroy-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Gilroy"), local("Gilroy-Regular"), url("../font/md-bootstrap/Gilroy/Gilroy-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Gilroy"), local("Gilroy-UltraLight"), url("../font/md-bootstrap/Gilroy/Gilroy-UltraLight.otf") format("opentype");
}

/*---------------------------------
  * Layout
---------------------------------*/
/**
 * Customer
 */
.l-header {
  align-items: center;
  display: flex;
  padding: 20px;
  width: 100vw;
  z-index: 10;
}

.l-header .p-customer {
  justify-content: space-between;
}

.p-customer--no-header .l-header {
  position: absolute;
  top: 0;
  left: 0;
}

.l-header--no-height {
  position: absolute;
  top: 0;
  left: 0;
}

.l-header__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
}

.l-header__back {
  background: url("../../../img/common/icons/icon_customeer_header_back_b.svg") no-repeat center center;
  margin-right: 15px;
  height: 20px;
  width: 20px;
}

main,
.l-contents {
  padding: 0 20px 20px;
  min-height: 100vh;
}

main--store,
.l-contents--store {
  padding-top: 90px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 240px;
  min-height: 100vh;
}

.l-contents-rates {
  font-family: "Gilroy", sans-serif;
}

@media (max-width: 767px) {

  main,
  .l-contents {
    min-height: unset;
  }
}

/**
 * Stores
 */
.l-store-header {
  align-items: center;
  background: var(--color-theme);
  color: #fff;
  display: flex;
  padding-right: 15px;
  padding-left: 20px;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100vw;
  z-index: 100;
  /**
   *
   * Icons / Tools
   *
   */
}

.l-store-header__icon-nav {
  margin-right: 10px;
}

.l-store-header__page-back {
  background: url("/img/common/icons/icon_store_header_page_back.svg") no-repeat center center/contain;
  margin-right: 10px;
  height: 20px;
  width: 20px;
}

.l-store-header__page-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-right: auto;
}

.l-store-header__notification-icons {
  margin-right: 70px;
  align-items: center;
  display: flex;
}

.l-store-header__notification-icon-item {
  border-radius: 100%;
  cursor: pointer;
  display: grid;
  place-items: center;
  position: relative;
  transition: background 0.15s ease-out;
  height: 40px;
  width: 40px;
}

@media (hover: hover) and (pointer: fine) {
  .l-store-header__notification-icon-item:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

.l-store-header__notification-icon-item:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
}

.l-store-header__notification-icon-item[data-icon=bell]:before {
  background: url("/img/common/icons/icon_notification.svg") no-repeat center center/contain;
}

.l-store-header__notification-icon-item[data-icon=message]:before {
  background: url("/img/common/icons/icon_header_message.svg") no-repeat center center/contain;
}

.l-store-header__notification-icon-item.on:after {
  animation: notification_anm 1s ease-out infinite alternate;
  background: #db3232;
  border: 2px solid var(--color-theme);
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  height: 15px;
  width: 15px;
}

.l-store-header__notification-icon-item:not(:last-child) {
  margin-right: 5px;
}

.l-store-header__tools {
  align-items: center;
  display: flex;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .l-store-header__icon-nav {
    margin-right: 10px;
  }
}

.l-store-header__icon-sort,
.l-store-header__icon-help,
.l-store-header__icon-fullscreen {
  align-items: center;
  background: #ff8f1f;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  padding: 7px 10px;
  border: solid 1px;
}

.l-store-header__icon-sort:before,
.l-store-header__icon-help:before,
.l-store-header__icon-fullscreen:before {
  background: url("/img/common/icons/icon_order_filter.svg") no-repeat center center/contain;
  content: "";
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

.l-store-header__icon-fullscreen {
  margin-left: 10px;
}

.l-store-header__icon-fullscreen:before {
  background: url("/img/common/icons/icon_order_fullscreen.svg") no-repeat;
}

.js-full-screen .l-store-header__icon-fullscreen:before {
  background: url("/img/common/icons/icon_order_defaultscreen.svg") no-repeat;
}

.l-store-header__icon-help {
  margin-left: 10px;
}

.l-store-header__icon-help:before {
  background: url("/img/common/icons/icon_order_help.svg") no-repeat;
}

@media (max-width: 767px) {
  .l-store-header .l-store-header__icon-nav {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .l-store-header {
    transition: transform 0.15s ease-out;
  }

  [data-nav=true] .l-store-header {
    transform: translateX(-80vw);
  }

  .l-store-header__notification {
    margin-right: 20px;
  }

  .l-store-header__icon-order {
    background: url("/img/common/icons/icon_handy_nav_order.svg") no-repeat center center/contain;
    margin-right: 20px;
    height: 20px;
    width: 20px;
  }

  .l-store-header__icon-cart {
    background: url("/img/common/icons/icon_handy_nav_cart.svg") no-repeat center center/contain;
    margin-right: 20px;
    height: 20px;
    width: 20px;
  }

  .l-store-header__icon-nav {
    position: relative;
    height: 16px;
    width: 20px;
  }

  .l-store-header__icon-nav:before,
  .l-store-header__icon-nav:after {
    content: "";
    background: var(--color-wht);
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
  }

  .l-store-header__icon-nav:before {
    top: 0;
  }

  .l-store-header__icon-nav:after {
    bottom: 0;
  }

  .l-store-header__icon-nav span {
    background: var(--color-wht);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
  }
}

/**
 *
 * Notification animation
 *
 */
@keyframes notification_anm {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-5px);
  }

  40% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.l-store-sidebar {
  background: var(--color-wht);
  border-right: 1px solid var(--color-gray--100);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50px;
  left: 0;
  transition: transform 0.15s ease-out;
  height: calc(100vh - 50px);
  width: 200px;
  /**
   * Navigation - Common
   */
  /**
   * Navigation - Parent menu
   */
  /**
   * Navigation - Child menu
   */
  /**
   * Language Select
   */
}

.js-full-screen .l-store-sidebar {
  transform: translateX(-100%);
}

.l-store-sidebar__nav-wrap {
  height: calc(100% - 40px);
}

.l-store-sidebar__nav-list {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: 100%;
}

.l-store-sidebar__nav-list::-webkit-scrollbar {
  display: none;
}

.l-store-sidebar__nav-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 15px 20px;
  position: relative;
  transition: background 0.15s ease-out;
}

.l-store-sidebar__nav-item::before {
  content: "";
  background: var(--color--theme);
  filter: grayscale(1);
  margin-right: 10px;
  opacity: 0.3;
  height: 20px;
  width: 20px;
  min-width: 20px;
}

.l-store-sidebar__nav-item[data-icon=dashboard]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_dashboard.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=user]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_user.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=analytics]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_analytics.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=daily_sales]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_daily_sales.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=company]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_company.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=shop]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_shop.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=announce]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_announce.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=guide]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_guide.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=order]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_order.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=menu-list]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_menu_list.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=option]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_option.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=menu-edit]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_menu_edit.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=course]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_course.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=table]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_table.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=provide]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_provide.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=check]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_check.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=takeout]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_takeout.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=sales-history]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_sales_history.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=sales]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_sales.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=store-settings]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_store_settings.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=logout]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_logout.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=sold]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_sold.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=help]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_help.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=banner]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_banner.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=analytics]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_analytics.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item[data-icon=daily_sales]::before {
  background: url("/img/common/icons/icon_store_sidebar_nav_daily_sales.svg") no-repeat center center/cover;
}

.l-store-sidebar__nav-item--current {
  background: var(--color-gray--50);
}

.l-store-sidebar__nav-item--current::before {
  filter: none;
  opacity: 1;
}

.l-store-sidebar__nav-item--current::after {
  content: "";
  background: var(--color-theme);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
}

.l-store-sidebar__nav-item--notification .l-store-sidebar__nav-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
  .l-store-sidebar__nav-item:hover {
    background: var(--color-gray--50);
    opacity: 1;
  }
}

.l-store-sidebar__nav-parent-label {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.l-store-sidebar__nav-parent-label::after {
  background: url("/img/common/icons/icon_store_sidebar_nav_parent_arrow.svg") no-repeat center center/cover;
  content: "";
  transform-origin: center;
  transition: transform 0.15s ease-out;
  height: 12px;
  width: 12px;
}

[aria-nav-show=true] .l-store-sidebar__nav-parent-label::after {
  transform: rotate(90deg);
}

.l-store-sidebar__nav-child {
  display: none;
}

[aria-nav-show=true] .l-store-sidebar__nav-child {
  display: block;
}

.l-store-sidebar__nav-child-item {
  display: block;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
  transition: background 0.15s ease-out;
}

.l-store-sidebar__nav-child-item:hover:not(.l-store-sidebar__nav-child-item--current) {
  background: var(--color-gray--50);
}

.l-store-sidebar__nav-child-item--current {
  background: var(--color-gray--100);
}

.l-store-sidebar__lang-select {
  align-items: center;
  background: var(--color-theme);
  color: var(--color-wht);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 40px;
}

.l-store-sidebar__lang-select::before {
  content: "";
  background: url("/img/common/icons/icon_store_sidebar_lang_select.svg") no-repeat center center/cover;
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .l-store-sidebar__lang-select:hover {
    opacity: 0.8;
  }
}

.l-store-contents {
  margin-left: auto;
  padding-top: 90px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  width: calc(100vw - 200px);
}

@media (max-width: 767px) {
  .l-store-contents {
    padding-top: 70px;
    padding-right: 5vw;
    padding-bottom: 20px;
    padding-left: 5vw;
    transition: transform 0.15s ease-out;
    width: 100vw;
  }

  [data-nav=true] .l-store-contents {
    transform: translateX(-80vw);
  }
}

main {
  transition: all 0.15s ease-out;
}

.js-full-screen main {
  padding: 90px 40px 40px;
  width: 100%;
}

/*---------------------------------
  * Object
---------------------------------*/
/*---------- Component ----------*/
.c-section-hl {
  align-items: center;
  display: flex;
  font-size: var(--font-size--200);
}

html[role=customer] .c-section-hl {
  margin-bottom: 15px;
}

.c-section-hl__note {
  font-size: var(--font-size--75);
  margin-left: 5px;
  opacity: 0.5;
}

.c-section-hl--sm {
  border-bottom: 1px solid var(--color-gray--100);
  color: var(--color-gray--500);
  display: block;
  font-size: var(--font-size--75);
  font-weight: 400;
  padding-bottom: 5px;
}

.c-section-hl--require::after {
  content: "*";
  color: var(--color-theme);
  font-size: var(--font-size--75);
  margin-left: 5px;
}

/**
 * Store
 */
html[role=store] .c-button {
  align-items: center;
  border: 1px solid var(--color-theme);
  border-radius: 50px;
  color: var(--color-theme);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px 40px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-button:hover {
    background: var(--color-theme);
    color: #fff;
  }
}

html[role=store] .c-button--secondary {
  border: 1px solid var(--color-gray--500);
  color: var(--color-blk);
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-button--secondary:hover {
    background: var(--color-gray--500);
  }
}

html[role=store] .c-button--negative {
  border: 1px solid var(--color-negative);
  color: var(--color-negative);
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-button--negative:hover {
    background: var(--color-negative);
  }
}

html[role=store] .c-button--disabled {
  background: var(--color-disabled);
  border: 1px solid transparent;
  color: var(--color-gray--500);
  cursor: not-allowed;
  pointer-events: none;
}

html[role=store] .c-button--new-window::after {
  background: url("/img/common/icons/icon_common_button_new_window_blue.svg") no-repeat center center/contain;
  content: "";
  margin-top: 2px;
  margin-left: 5px;
  transition: background 0.15s ease-out;
  height: 16px;
  width: 16px;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-button--new-window:hover::after {
    background: url("/img/common/icons/icon_common_button_new_window_white.svg") no-repeat center center/contain;
  }
}

@media (max-width: 767px) {
  html[role=store] .c-button {
    padding: 15px 0;
    width: 100%;
  }

  html[role=store] .c-button--quiet {
    padding: 7px 0;
  }
}

/**
 * Customer
 */
html[role=customer] .c-button {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  background: var(--color-theme);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
}

html[role=customer] .c-button--secondary {
  border: 1px solid var(--color-gray--500);
  color: var(--color-blk);
}

@media (hover: hover) and (pointer: fine) {
  html[role=customer] .c-button--secondary:hover {
    background: var(--color-gray--500);
  }
}

html[role=customer] .c-button--negative {
  border: 1px solid var(--color-negative);
  color: var(--color-negative);
}

@media (hover: hover) and (pointer: fine) {
  html[role=customer] .c-button--negative:hover {
    background: var(--color-negative);
  }
}

html[role=customer] .c-button--disabled {
  background: var(--color-disabled);
  border: 1px solid transparent;
  color: var(--color-gray--500);
  cursor: not-allowed;
  pointer-events: none;
}

html[role=customer] .c-button--border {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.c-button-quiet {
  border-bottom: 1px solid var(--color-theme);
  color: var(--color-theme);
  cursor: pointer;
  display: block;
  font-size: var(--font-size--75);
  padding-bottom: 1px;
  width: -moz-max-content;
  width: max-content;
}

.c-button-quiet--negative {
  border-bottom: 1px solid var(--color-negative);
  color: var(--color-negative);
}

.c-bottom-btn,
.p-check__check-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  background: var(--color-theme);
  border-radius: 50px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 15px 0;
  position: fixed;
  bottom: 20px;
  left: 20px;
  text-align: center;
  width: calc(100vw - 40px);
  z-index: 99;
}

.c-bottom-btn::before,
.p-check__check-btn::before {
  background: url("/img/common/icons/icon_customer_common_bottom_btn_home.svg") no-repeat;
  content: "";
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

.c-bottom-btn--disabled {
  background: #c7c7c7;
}

.c-bottom-btn--border {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Settings for Store */
html[role=store] .c-fixed-btn {
  align-items: center;
  background: var(--color-theme);
  color: var(--color-wht);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 25px;
  position: fixed;
  bottom: 50px;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.15s ease-out;
  width: 100vw;
  z-index: 10;
}

html[role=store] .c-fixed-btn.js-visible {
  transform: translateY(0);
}

html[role=store] .c-fixed-btn__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  font-size: 16px;
}

html[role=store] .c-fixed-btn__hl::before {
  background: url("/img/common/icons/icon_handy_common_fixed_btn_check.svg") no-repeat;
  content: "";
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

html[role=store] .c-fixed-btn__hl--add-cart::before {
  background: url("/img/common/icons/icon_handy_top_menu_add_cart.svg") no-repeat;
}

html[role=store] .c-fixed-btn__info {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
}

html[role=store] .c-fixed-btn__info-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

html[role=store] .c-fixed-btn__info-lbl {
  font-size: 12px;
}

/* Settings for Customer */
html[role=customer] .c-fixed-btn {
  align-items: center;
  background: var(--color-theme);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 30px;
  position: fixed;
  bottom: 50px;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.15s ease-out;
  width: 100vw;
  z-index: 10;
}

html[role=customer] .c-fixed-btn.js-visible {
  transform: translateY(0);
}

html[role=customer] .c-fixed-btn__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  font-size: 16px;
  line-height: 1.5em;
}

html[role=customer] .c-fixed-btn__hl::before {
  background: url("/img/common/icons/icon_customer_common_fixed_btn_check.svg") no-repeat;
  content: "";
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

html[role=customer] .c-fixed-btn__hl--add-cart::before {
  background: url("/img/common/icons/icon_customer_top_menu_add_cart.svg") no-repeat;
}

html[role=customer] .c-fixed-btn__info {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
}

html[role=customer] .c-fixed-btn__info-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

html[role=customer] .c-fixed-btn__info-lbl {
  font-size: 12px;
}

html[role=store] .c-floating-action-button {
  align-items: center;
  background: var(--color-theme);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  z-index: 10;
}

html[role=store] .c-floating-action-button::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  width: 20px;
}

html[role=store] .c-floating-action-button[data-icon=add]::before {
  background-image: url("/img/common/icons/icon_common_floating_action_button_add.svg");
}

html[role=store] .c-floating-action-button[data-icon=filter]::before {
  background-image: url("/img/common/icons/icon_common_floating_action_button_filter.svg");
}

html[role=store] .c-floating-action-button[data-icon=check]::before {
  background-image: url("/img/common/icons/check.png");
}

html[role=store] .c-floating-action-button[data-label] {
  padding: 0 20px;
  height: 40px;
  width: -moz-max-content;
  width: max-content;
}

html[role=store] .c-floating-action-button[data-label]::after {
  content: attr(data-label) "";
  color: var(--color-wht);
  font-size: 12px;
  padding-left: 5px;
}

.c-message-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.c-message-box__icon {
  margin-bottom: 10px;
}

.c-message-box__icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-message-box__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5em;
}

.c-message-box__txt,
.c-message-box__note {
  line-height: 1.7em;
  opacity: 0.5;
  padding-top: 15px;
}

[role=store] .c-message-box--empty {
  color: var(--color-gray--300);
}

/* Settings for Store */
html[role=store] .c-textfield {
  width: 100%;
  /**
   * Focus Styles
   */
  /**
   * Rewuired Styled
   */
  /**
   * Invalid Styles
   */
}

html[role=store] .c-textfield__label,
html[role=store] .c-dropdown__label {
  color: var(--color-gray--500);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  transition: color 0.15s ease-out;
}

html[role=store] .c-textfield__label-stock {
  color: var(--color-gray--500);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  transition: color 0.15s ease-out;
  text-align: center;
}

html[role=store] .c-textfield__input,
html[role=store] .c-dropdown__input {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  line-height: 2em;
  padding: 5px 10px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  width: 100%;
}

html[role=store] .c-textfield__input:not(:disabled):focus,
html[role=store] .c-dropdown__input:not(:disabled):focus {
  border: 1px solid var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {

  html[role=store] .c-textfield__input:not(:disabled):hover,
  html[role=store] .c-dropdown__input:not(:disabled):hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-textfield__input:disabled,
html[role=store] .c-dropdown__input:disabled {
  background: var(--color-gray--100);
  border: 1px solid transparent;
  color: var(--color-gray--300);
}

html[role=store] .c-textfield__label.hidden,
html[role=store] .hidden.c-dropdown__label,
html[role=store] .c-textfield__input.hidden,
html[role=store] .hidden.c-dropdown__input {
  display: none;
}

html[role=store] .c-textfield__input-stock {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  line-height: 2em;
  padding: 5px 10px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  width: 100%;
}

html[role=store] .c-textfield__input-stock:not(:disabled):focus {
  border: 1px solid var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-textfield__input-stock:not(:disabled):hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-textfield__input-stock:disabled {
  background: var(--color-gray--100);
  border: 1px solid transparent;
  color: var(--color-gray--300);
}

html[role=store] .c-textfield:focus-within .c-textfield__label,
html[role=store] .c-textfield:focus-within .c-dropdown__label {
  color: var(--color-theme);
}

html[role=store] .c-textfield--required .c-textfield__label::after,
html[role=store] .c-textfield--required .c-dropdown__label::after {
  content: "*";
  color: var(--color-theme);
}

html[role=store] .c-textfield--invalid .c-textfield__label,
html[role=store] .c-textfield--invalid .c-dropdown__label {
  color: var(--color-negative);
}

html[role=store] .c-textfield--invalid .c-textfield__label::after,
html[role=store] .c-textfield--invalid .c-dropdown__label::after {
  color: var(--color-negative);
}

html[role=store] .c-textfield--invalid:focus-within .c-textfield__label,
html[role=store] .c-textfield--invalid:focus-within .c-dropdown__label {
  color: var(--color-negative);
}

html[role=store] .c-textfield--invalid .c-textfield__input,
html[role=store] .c-textfield--invalid .c-dropdown__input {
  border: 1px solid var(--color-negative);
}

html[role=store] .c-textfield--invalid .c-textfield__input:not(:disabled):focus,
html[role=store] .c-textfield--invalid .c-dropdown__input:not(:disabled):focus {
  border: 1px solid var(--color-negative);
}

@media (hover: hover) and (pointer: fine) {

  html[role=store] .c-textfield--invalid .c-textfield__input:not(:disabled):hover,
  html[role=store] .c-textfield--invalid .c-dropdown__input:not(:disabled):hover {
    border: 1px solid var(--color-negative);
  }
}

html[role=store] .c-textfield__error-message,
html[role=store] .c-dropdown__error-message {
  color: var(--color-negative);
  display: block;
  font-size: var(--font-size--75);
  padding-top: 5px;
}

@media (max-width: 767px) {

  html[role=store] .c-textfield__input,
  html[role=store] .c-dropdown__input {
    padding: 10px;
  }
}

/* Settings for Customer */
html[role=customer] .c-textfield {
  align-items: center;
  display: flex;
  position: relative;
}

html[role=customer] .c-textfield__input,
html[role=customer] html[role=store] .c-dropdown__input,
html[role=store] html[role=customer] .c-dropdown__input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 15px 20px;
  transition: border 0.15s ease-out;
  width: 100%;
}

html[role=customer] .c-textfield__input:focus,
html[role=customer] html[role=store] .c-dropdown__input:focus,
html[role=store] html[role=customer] .c-dropdown__input:focus {
  border: 1px solid var(--color-theme);
}

html[role=customer] .c-textfield__clear {
  background: url("/img/common/icons/icon_common_textbox_clear.svg") no-repeat center center/contain;
  cursor: pointer;
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
}

html[role=store] .c-dropdown {
  width: 100%;
}

html[role=store] .c-dropdown.hidden {
  display: none;
}

html[role=store] .c-dropdown:focus-within .c-dropdown__label {
  color: var(--color-theme);
}

html[role=store] .c-dropdown--required .c-dropdown__label::after {
  content: "*";
  color: var(--color-theme);
}

html[role=store] .c-dropdown__input-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

html[role=store] .c-dropdown__input-wrap::after {
  background: url("/img/common/icons/icon_store_common_dropdown_arrow.svg") no-repeat center center/contain;
  content: "";
  position: absolute;
  right: 10px;
  height: 15px;
  width: 15px;
}

html[role=store] .c-dropdown__input {
  cursor: pointer;
}

html[role=store] .c-checkbox-std__label {
  color: var(--color-gray--500);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

html[role=store] .c-checkbox-std--required .c-checkbox-std__label::after {
  content: "*";
  color: var(--color-theme);
}

html[role=store] .c-checkbox-std__group {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

html[role=store] .c-checkbox-std__group-time-frame {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

html[role=store] .c-checkbox-std__group-simple-time-frame {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

html[role=store] .c-checkbox-std__item {
  display: flex;
}

html[role=store] .c-checkbox-std__input {
  display: none;
}

html[role=store] .c-checkbox-std__label.hidden,
html[role=store] .c-checkbox-std__group.hidden {
  display: none;
}

html[role=store] .c-checkbox-std__input-label {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 15px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-checkbox-std__input-label:hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-checkbox-std__input:checked+.c-checkbox-std__input-label,
html[role=store] .c-checkbox-std__input--checked+.c-checkbox-std__input-label {
  background: var(--color-theme);
  border: 1px solid transparent;
  cursor: default;
  color: var(--color-wht);
}

html[role=store] .c-checkbox-std__input:disabled+.c-checkbox-std__input-label,
html[role=store] .c-checkbox-std__input--disabled+.c-checkbox-std__input-label {
  background: var(--color-gray--100);
  border: 1px solid transparent;
  color: var(--color-gray--300);
  cursor: default;
}

html[role=store] .c-checkbox-std__input-label-time-frame {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 15px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-checkbox-std__input-label-time-frame:hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-checkbox-std__input:checked+.c-checkbox-std__input-label-time-frame,
html[role=store] .c-checkbox-std__input--checked+.c-checkbox-std__input-label-time-frame {
  background: var(--color-theme);
  border: 1px solid transparent;
  cursor: default;
  color: var(--color-wht);
}

html[role=store] .c-checkbox-std__input:disabled+.c-checkbox-std__input-label-time-frame,
html[role=store] .c-checkbox-std__input--disabled+.c-checkbox-std__input-label-time-frame {
  background: var(--color-gray--100);
  border: 1px solid transparent;
  color: var(--color-gray--300);
  cursor: default;
}

html[role=store] .c-checkbox-std__input-label-simple-time-frame {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px 4px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  width: 100px;
  height: 60px;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-checkbox-std__input-label-simple-time-frame:hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-checkbox-std__input:checked+.c-checkbox-std__input-label-simple-time-frame,
html[role=store] .c-checkbox-std__input--checked+.c-checkbox-std__input-label-simple-time-frame {
  background: var(--color-theme);
  border: 1px solid transparent;
  cursor: default;
  color: var(--color-wht);
}

html[role=store] .c-checkbox-std__input:disabled+.c-checkbox-std__input-label-simple-time-frame,
html[role=store] .c-checkbox-std__input--disabled+.c-checkbox-std__input-label-simple-time-frame {
  background: var(--color-gray--100);
  border: 1px solid transparent;
  color: var(--color-gray--300);
  cursor: default;
}

@media (max-width: 767px) {
  html[role=store] .c-checkbox-std__group {
    gap: 5px;
  }
}

html[role=store] .c-toggle-switch {
  cursor: pointer;
  position: relative;
  height: 20px;
  width: 35px;
}

html[role=store] .c-toggle-switch__input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.c-toggle-switch--disabled html[role=store] .c-toggle-switch__input {
  pointer-events: none;
}

html[role=store] .c-toggle-switch__label {
  background: #c6c6c6;
  display: block;
  border-radius: 50px;
  transition: background 0.15s ease-out;
  height: 100%;
  width: 100%;
}

html[role=store] .c-toggle-switch__label::after {
  background: #fff;
  border-radius: 100%;
  border: 2px solid #959595;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: border 0.15s ease-out, left 0.15s ease-out;
  height: 20px;
  width: 20px;
}

html[role=store] .c-toggle-switch__input:checked+.c-toggle-switch__label {
  background: var(--color-theme);
}

html[role=store] .c-toggle-switch__input:checked+.c-toggle-switch__label::after {
  border: 2px solid var(--color-theme);
  left: 15px;
}

html[role=store] .c-toggle-switch__input:disabled+.c-toggle-switch__label,
html[role=store] .c-toggle-switch__input:disabled:checked+.c-toggle-switch__label {
  background: #ddd;
}

html[role=store] .c-toggle-switch__input:disabled+.c-toggle-switch__label::after,
html[role=store] .c-toggle-switch__input:disabled:checked+.c-toggle-switch__label::after {
  border: 2px solid #ccc;
}

/**
 * Stepper
 *
 * 数値を入力する際に使用するUIコンポーネント
 */
.c-stepper {
  align-items: center;
  display: flex;
}

.c-stepper__button {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid var(--color-gray--100);
  border-radius: 100px;
  display: grid;
  place-items: center;
  transition: opacity 0.15s ease-out;
  height: 50px;
  width: 50px;
}

.c-stepper__button[data-stepper=down] {
  background-image: url("/img/common/icons/icon_common_stepper_minus.svg");
}

.c-stepper__button[data-stepper=up] {
  background-image: url("/img/common/icons/icon_common_stepper_plus.svg");
}

.c-stepper__button:disabled {
  opacity: 0.5;
}

.c-stepper--quiet .c-stepper__button {
  background-size: 12px;
  height: 40px;
  width: 40px;
}

.c-stepper__number {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  background: none;
  font-size: var(--font-size--300);
  text-align: center;
  width: 50px;
}

.c-stepper--quiet .c-stepper__number {
  width: 40px;
}

/* Settings for Store */
html[role=store] .c-time {
  width: 100%;
}

html[role=store] .c-time__form {
  display: flex;
}

html[role=store] .c-time__container {
  width: 50%;
}

html[role=store] .c-time__input {
  text-align: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  width: 100%;
  font-size: 3em;
}

html[role=store] .c-vertical-tabs-std {
  align-items: center;
  display: flex;
  overflow-x: scroll;
}

html[role=store] .c-vertical-tabs-std__tab-item {
  border: 1px solid var(--color-gray--200);
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 20px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
}

html[role=store] .c-vertical-tabs-std__tab-item:not(:last-child) {
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-vertical-tabs-std__tab-item:hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-vertical-tabs-std__tab-item--current {
  color: var(--color-wht);
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
}

/**
 * Confirmation Dialog
 *
 * 確認ダイアログ
 * 基本的には「実行」「キャンセル」の2択でユーザーの意思決定を行う
 */
.c-confirmation-dialog {
  background: rgba(0, 0, 0, 0.7);
  display: grid;
  place-items: center;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  z-index: 99;
}

.c-confirmation-dialog__radio-column {
  text-align: center;
  font-style: normal;
  font-weight: 500;
}

.c-confirmation-dialog__radio-btns input[type=radio] {
  display: none;
}

.c-confirmation-dialog__radio-btns label {
  position: relative;
  padding-left: 25px;
}

.c-confirmation-dialog__radio-btns input[type=radio]+label::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  top: 0;
}

.c-confirmation-dialog__radio-btns input[type=radio]+label::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff8f1f;
  left: 3px;
  top: 3px;
  opacity: 0;
  transition: 0.3s;
}

.c-confirmation-dialog__radio-btns input[type=radio]:checked+label::after {
  opacity: 1;
}

.c-confirmation-dialog__radio-btns {
  display: flex;
  flex-flow: column;
  margin-bottom: 5%;
}

.c-confirmation-dialog.js-visible {
  opacity: 1;
  visibility: visible;
}

.c-confirmation-dialog__content {
  background: var(--color-wht);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 335px;
}

.c-confirmation-dialog__head {
  padding: 30px 20px;
  text-align: center;
}

.c-confirmation-dialog__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.c-confirmation-dialog__txt {
  color: var(--color-gray--500);
  display: block;
  line-height: 1.7em;
}

.c-confirmation-dialog__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.c-confirmation-dialog__btn {
  color: var(--color-gray--500);
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  transition: background 0.15s ease-out;
  width: 100%;
}

.c-confirmation-dialog__btn:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.c-confirmation-dialog__btn--affirmation {
  color: var(--color-cta);
}

.c-confirmation-dialog__btn--negative {
  color: var(--color-negative);
}

@media (hover: hover) and (pointer: fine) {
  .c-confirmation-dialog__btn:hover {
    background: var(--color-gray--50);
  }
}

/* Settings for Store */
.c-modal {
  background: rgba(0, 0, 0, 0.85);
  display: grid;
  place-items: center;
  opacity: 0;
  overscroll-behavior-y: contain;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  z-index: 99;
}

.c-modal.js-visible {
  opacity: 1;
  visibility: visible;
}

.c-modal__inner {
  background: var(--color-wht);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
}

.c-modal__close-icon {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
}

.c-modal__close-icon::after {
  background: url("/img/common/icons/icon_customer_common_modal_close.svg") no-repeat;
  content: "";
  height: 20px;
  width: 20px;
}

.c-modal__head {
  align-items: center;
  display: flex;
  padding: 30px 20px 0;
}

.c-modal__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: var(--font-size--400);
}

.c-modal__body {
  padding: 20px;
  height: 60vh;
  overflow: auto;
}

.c-modal__foot {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
}

.c-modal__foot>*:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .c-modal {
    transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  }

  .c-modal.js-visible {
    z-index: 999;
  }

  .c-modal__inner {
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.15s ease-out;
  }

  .c-modal.js-visible .c-modal__inner {
    transform: translateY(0);
  }

  .c-modal__hl {
    padding-right: calc(60px);
  }

  .c-modal__close {
    background: var(--color-gray--100);
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 50px;
    width: 50px;
  }

  .c-modal__close::after {
    content: "";
    background: url("/img/common/icons/icon_customer_common_modal_close.svg") no-repeat center center/contain;
    height: 24px;
    width: 24px;
  }
}

html[role=store] .c-float-message-std {
  background: rgba(0, 0, 0, 0.7);
  display: grid;
  place-items: center;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99;
}

html[role=store] .c-float-message-std.js-visible {
  opacity: 1;
  visibility: visible;
}

html[role=store] .c-float-message-std__content {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 60px;
  width: 400px;
}

html[role=store] .c-float-message-std__icon {
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
}

html[role=store] .c-float-message-std__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 21px;
}

.c-float-message-quiet {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  cursor: default;
  line-height: 1.5em;
  opacity: 0;
  padding: 20px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  z-index: 1;
}

.c-float-message-quiet.js-visible {
  opacity: 1;
  visibility: visible;
}

html[role=store] .c-table-quiet {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

html[role=store] .c-table-quiet__header {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ddd;
}

html[role=store] .c-table-quiet__row:nth-child(even) {
  background-color: #f9f9f9;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-table-quiet__row:hover {
    background-color: #f1f1f1;
  }
}

html[role=store] .c-table-quiet__cell {
  padding: 10px;
  border: 1px solid #ddd;
}

html[role=store] .c-table-quiet__row {
  transition: background-color 0.3s ease;
}

html[role=store] .c-table-quiet__header,
.c-table-quiet__cell {
  transition: all 0.3s ease;
}

.c-table-quiet__cell.center {
  text-align: center;
}

.currency {
  font-family: 'Arial', sans-serif;
}

.percentage {
  color: #666;
}


@media (max-width: 768px) {
  .p-store-teikyoujikan-store__data,
  .p-store-teikyoujikan-product__data {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-table-quiet {
    width: 100%;
    min-width: 600px;
    table-layout: auto;
  }

  .c-table-quiet__header {
    padding: 8px;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
  }

  .c-table-quiet__cell {
    padding: 8px;
    font-size: 12px;
    white-space: nowrap;
  }
}

/**
 * Snackbar (Standard)
 *
 * 標準サイズのSnackbar
 * 主に顧客画面からのレスポンス、重大なエラー通知に対応するUIコンポーネント
 *
 * TODO 顧客側と店舗側でUIを統一させる
 */
.c-snackbar-std {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.5em;
  opacity: 0;
  position: fixed;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  z-index: 99;
  /**
   * Style for Customer
   */
  /**
   * Style for Store
   */
}

.c-snackbar-std[data-icon]::before {
  content: "";
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

.c-snackbar-std[data-icon=completed]::before {
  background: url("/img/common/icons/icon_common_float_message_completed.svg") no-repeat;
}

.c-snackbar-std[data-icon=alert]::before {
  background: url("/img/common/icons/icon_common_float_message_alert.svg") no-repeat;
}

.c-snackbar-std.js-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible;
}

html[role=customer] .c-snackbar-std {
  border-radius: 10px;
  padding: 20px;
  bottom: 80px;
  left: 20px;
  transform: translateY(calc(100% + 80px));
  width: calc(100vw - 40px);
}

html[role=customer] .c-snackbar-std--alert {
  background: #ffe8e5;
  border: 1px solid var(--color-negative);
  color: var(--color-negative);
}

html[role=customer] .c-snackbar-std--alert::before {
  content: "";
  margin-right: 5px;
  height: 20px;
  width: 20px;
  background: url("/img/common/icons/icon_common_float_message_alert.svg") no-repeat;
}

html[role=store] .c-snackbar-std {
  background: var(--color-theme);
  color: var(--color-wht);
  font-size: var(--font-size--200);
  padding: 15px;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100vw;
}

html[role=store] .c-snackbar-std__icon {
  display: grid;
  margin-right: 10px;
  place-items: center;
}

@media (max-width: 767px) {
  html[role=store] .c-snackbar-std {
    background: #deebf2;
    border: 1px solid var(--color-theme);
    border-radius: 10px;
    color: var(--color-theme);
    font-size: var(--font-size--100);
    bottom: 80px;
    left: 20px;
    width: calc(100vw - 40px);
  }

  html[role=store] .c-snackbar-std--completed {
    background: #f6ffe8;
    border: 1px solid var(--color-completed);
    color: var(--color-completed);
  }

  html[role=store] .c-snackbar-std--alert {
    background: #ffe8e5;
    border: 1px solid var(--color-negative);
    color: var(--color-negative);
  }
}

/**
 * Snackbar (Quiet)
 *
 * 小型サイズのSnackbar
 * 主に操作/編集完了通知や重大でないエラー通知に使用
 */
.c-snackbar-quiet {
  align-items: center;
  background: var(--color-blk);
  border-radius: 5px;
  display: flex;
  color: #fff;
  cursor: default;
  line-height: 1.5em;
  opacity: 0;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: translateY(100%);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
  z-index: 11;
}

.c-snackbar-quiet.js-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-snackbar-quiet__message {
  margin-right: 10px;
}

.c-snackbar-quiet__close {
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: grid;
  position: relative;
  place-items: center;
  transition: background 0.15s ease-out;
  height: 30px;
  width: 30px;
}

@media (hover: hover) and (pointer: fine) {
  .c-snackbar-quiet__close:hover {
    background: var(--color-gray--500);
  }
}

.c-snackbar-quiet__close::after {
  background: url("/img/common/icons/icon_common_snackbar_quiet_close.svg") no-repeat center center/contain;
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
}

/**
 * Pagination
 *
 * リスト等のページ割りを表示するUIコンポーネント
 */
html[role=store] .c-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

html[role=store] .c-pagination__page {
  align-items: center;
  display: flex;
  margin: 0 20px;
}

html[role=store] .c-pagination__page-item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--200);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: border 0.15s ease-out;
  height: 40px;
  width: 40px;
}

html[role=store] .c-pagination__page-item:not(:last-child) {
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .c-pagination__page-item:hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-pagination__page-item--current {
  background: var(--color-theme);
  border: 1px solid transparent;
  color: var(--color-wht);
}

html[role=store] .c-pagination__prev,
html[role=store] .c-pagination__next {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--200);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: border 0.15s ease-out;
  height: 40px;
  width: 80px;
}

@media (hover: hover) and (pointer: fine) {

  html[role=store] .c-pagination__prev:not(.c-pagination__prev--disabled):not(.c-pagination__next--disabled):hover,
  html[role=store] .c-pagination__next:not(.c-pagination__prev--disabled):not(.c-pagination__next--disabled):hover {
    border: 1px solid var(--color-theme);
  }
}

html[role=store] .c-pagination__prev--disabled,
html[role=store] .c-pagination__next--disabled {
  border: 1px solid transparent;
  background: var(--color-gray--100);
  color: var(--color-gray--500);
  cursor: default;
}

html[role=store] .c-pagination__next::after {
  background: url("/img/common/icons/icon_common_pagination_arrow_next.svg") no-repeat center center/contain;
  content: "";
  margin-left: 5px;
  height: 10px;
  width: 10px;
}

html[role=store] .c-pagination__prev::before {
  background: url("/img/common/icons/icon_common_pagination_arrow_prev.svg") no-repeat center center/contain;
  content: "";
  margin-right: 5px;
  height: 10px;
  width: 10px;
}

@media (max-width: 767px) {
  html[role=store] .c-pagination {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding-top: 20px;
  }

  html[role=store] .c-pagination__page {
    display: none;
  }

  html[role=store] .c-pagination__prev,
  html[role=store] .c-pagination__next {
    padding: 0 15px;
    height: 50px;
    width: 100%;
  }

  html[role=store] .c-pagination__prev {
    justify-content: flex-start;
  }

  html[role=store] .c-pagination__next {
    justify-content: flex-end;
  }
}

.c-audio-notification {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100vw;
  z-index: 999;
}

.c-audio-notification.js-visible {
  opacity: 1;
  visibility: visible;
}

.c-audio-notification__content {
  align-items: center;
  background: var(--color-wht);
  border-radius: 20px 20px 0 0;
  display: flex;
  padding: 30px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.15s ease-out;
  width: 100vw;
}

.js-visible .c-audio-notification__content {
  transform: translateY(0);
}

.c-audio-notification__content::after {
  background: url("/img/common/icons/icon_common_audio_notification_check.svg") no-repeat center center/25px 25px;
  border: 1px solid var(--color-theme);
  border-radius: 50px;
  content: "";
  position: absolute;
  right: 30px;
  height: 50px;
  width: 50px;
}

.c-audio-notification__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.c-audio-notification__text {
  width: calc(100% - 50px - 20px);
}

@media (max-width: 767px) {
  .c-audio-notification__content {
    padding: 20px;
  }
}

/*----------- Project -----------*/
/**
 * Customer
 */
.p-customer__contents-wrap {
  transition: transform 0.15s ease-out;
}

.js-modal-open .p-customer__contents-wrap {
  overflow: hidden;
  transform: scale(0.95);
}

.p-gnav {
  align-items: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 0 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 11;
}

.p-gnav__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 60px;
  width: 100%;
}

.p-gnav__item-icon {
  filter: grayscale(1);
  margin-bottom: 5px;
}

.p-gnav__item--current .p-gnav__item-icon {
  filter: none;
}

.p-gnav__item-badge {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background: var(--color-blk);
  border: 2px solid #fff;
  border-radius: 15px;
  box-sizing: unset;
  display: grid;
  font-size: 10px;
  place-items: center;
  position: absolute;
  top: 2px;
  right: 10px;
  transform: scale(0, 0);
  transition: transform 0.15s ease-out;
  height: 20px;
  width: 20px;
}

.p-gnav__item-badge.is-show {
  transform: scale(1, 1);
}

.p-gnav__item-lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  opacity: 0.3;
}

.p-gnav__item--current .p-gnav__item-lbl {
  opacity: 1;
}

.p-auth {
  padding-top: 40px;
  /**
   * Headline
   */
  /**
   * Checkbox
   */
  /**
   * Submit Button
   */
  /**
   * Error Message
   */
}

.p-auth__hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 1.5em;
  font-size: 21px;
  margin-bottom: 40px;
  text-align: center;
}

.p-auth__terms-check {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.p-auth__terms-check-box {
  display: none;
}

.p-auth__terms-check-lbl {
  align-items: center;
  display: flex;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.p-auth__terms-check-lbl::before {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
}

.p-auth__terms-check-lbl::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 3px;
  transform: scale(0, 0);
  transition: transform 0.15s ease-out;
  height: 14px;
  width: 14px;
}

.p-auth__terms-check-box:checked+.p-auth__terms-check-lbl::after {
  transform: scale(1, 1);
}

.p-auth__terms-check-lbl-link {
  color: #999;
}

.p-auth__hello-world {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  background: var(--color-theme);
  border-radius: 50px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  transition: background 0.15s ease-out, color 0.15s ease-out;
  width: 100%;
}

.p-auth__hello-world--disabled {
  background: #c7c7c7;
  color: #fff;
  pointer-events: none;
}

.p-auth__error-message {
  color: var(--color-negative);
  display: block;
  padding-top: 10px;
  text-align: center;
}

.p-auth__error-message-backend {
  color: var(--color-negative);
  display: block;
  padding-top: 10px;
  text-align: center;
}

/**
 * Safariでflexnoxのjustify-contentが当たらないバグを回避
 * どうやらSafariの仕様らしい
 */
_::-webkit-full-page-media,
_:future,
:root .p-auth__terms-check-lbl::after {
  top: 3px;
}

.p-auth-tos {
  overflow-y: scroll;
  height: 65vh;
  -webkit-overflow-scrolling: touch;
}

.p-auth-tos__txt:not(:last-child) {
  margin-bottom: 10px;
}

.p-auth-footer {
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}

.p-auth-footer__copyright,
.p-auth-footer__terms-link {
  font-size: 10px;
}

.p-top-menu {
  /**
   * メインカテゴリタブ
   */
  /**
   * メインカテゴリのコンテンツ表示エリア
   */
  /**
   * サブカテゴリラベル
   */
  /**
   * 商品表示エリア
   */
  /**
   * 表示できる商品が無い時
   */
}

.p-top-menu__tab {
  display: flex;
  overflow-x: scroll;
  padding: 20px 0 10px;
  white-space: nowrap;
}

.p-top-menu__tab-item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
}

.p-top-menu__tab-item:first-child {
  margin-left: 20px;
}

.p-top-menu__tab-item:last-child {
  margin-right: 20px;
}

.p-top-menu__tab-item--current {
  background: var(--color-theme);
}

.p-top-menu__main {
  position: relative;
}

.p-top-menu__main-item {
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.15s ease-out;
  visibility: hidden;
  width: 100%;
}

.p-top-menu__main-item--active {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  visibility: visible;
}

.p-top-menu__main-lbl {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: sticky !important;
  top: 0;
  transition: top 0.15s ease-out;
  z-index: 9 !important;
}

.p-top-menu__main-lbl-item {
  padding: 20px 20px;
  width: auto !important;
}

.p-top-menu__main-lbl-item.swiper-slide-thumb-active {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-bottom: 3px solid var(--color-theme);
}

.p-top-menu__menu {
  background: var(--color-base);
  padding: 20px 20px 154px !important;
  width: 100vw;
}

.p-top-menu__menu-list-item {
  display: block;
}

.p-top-menu__menu-list-item:not(:last-child) {
  margin-bottom: 30px;
}

@media (hover: hover) and (pointer: fine) {
  .p-top-menu__menu-list-item:hover {
    opacity: 1;
  }
}

.p-top-menu__menu-list-thumb {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

.p-top-menu__menu-list-thumb img {
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.p-top-menu__menu-list-thumb--blank {
  align-items: center;
  background: #ddd;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-top-menu__menu-list-thumb--blank::after {
  content: "No image";
  font-size: 18px;
  position: absolute;
}

.p-top-menu__menu-list-info,
.p-cart-list__cart-item-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-top-menu__menu-list-txt {
  padding-right: 20px;
  width: calc(100% - 120px);
}

.p-top-menu__menu-list-item--sold .p-top-menu__menu-list-txt {
  color: var(--color-gray--300);
}

.p-top-menu__menu-list-name {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-menu__menu-list-price {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.p-top-menu__menu-list-price span {
  font-size: 12px;
  margin-left: 3px;
  opacity: 0.8;
}

.p-top-menu__menu-list-quantity,
.p-order-history-okawari__okawari-quantity,
.p-cart-list__cart-item-quantity {
  align-items: center;
  display: flex;
}

.p-top-menu__menu-list-quantity-num,
.p-check__check-calc-num,
.p-order-history-okawari__okawari-quantity-num,
.p-cart-list__cart-item-quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  background: none;
  font-size: 18px;
  text-align: center;
  width: 40px;
}

.p-top-menu__menu-list-quantity-btn,
.p-check__check-calc-button,
.p-order-history-okawari__okawari-quantity-btn,
.p-cart-list__cart-item-quantity-btn {
  align-items: center;
  background: url("/img/common/icons/icon_customer_food_detail_spinner_plus.svg") no-repeat center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 40px;
  width: 40px;
}

.p-top-menu__menu-list-quantity-btn--minus,
.p-check__check-calc-button--minus,
.p-order-history-okawari__okawari-quantity-btn--minus,
.p-cart-list__cart-item-quantity-btn--minus {
  background: url("/img/common/icons/icon_customer_food_detail_spinner_minus.svg") no-repeat center;
}

.p-top-menu__menu-list-quantity-btn:disabled,
.p-check__check-calc-button:disabled,
.p-order-history-okawari__okawari-quantity-btn:disabled,
.p-cart-list__cart-item-quantity-btn:disabled {
  opacity: 0.5;
}

.p-top-menu__menu-list-add-option {
  border: 1px solid var(--color-gray--100);
  border-radius: 50px;
  display: grid;
  font-size: 13px;
  transition: background 0.15s ease-out;
  place-items: center;
  height: 40px;
  width: 120px;
}

@media (hover: hover) and (pointer: fine) {
  .p-top-menu__menu-list-add-option:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-top-menu__menu-list-sold-label {
  background: var(--color-gray--100);
  border-radius: 50px;
  color: var(--color-gray--500);
  display: grid;
  place-items: center;
  height: 40px;
  width: 120px;
}

.p-top-menu__menu-list-blank {
  display: block;
  opacity: 0.5;
  padding-top: 20px;
  text-align: center;
}

.p-top-menu__search-tab {
  display: flex;
  justify-content: center;
  height: 5vh;
  width: 100%;
  z-index: 1;
}

.p-top-menu__search-tab input[type=text] {
  width: 80%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*** ごめんなさい後で整えます(モーダルスタイル) ***/
.call-dialog {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.call-dialog .bg-dialog {
  background: #000;
  opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 100%;
}

.call-dialog .wrapper {
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  height: 100%;
  width: 100%;
}

.call-dialog .wrapper .inner-dialog {
  background: #fff;
  border-radius: 10px;
  float: left;
  position: relative;
  top: 40%;
  width: 100%;
  z-index: 1;
}

.call-dialog .wrapper .inner-dialog .message {
  border-bottom: 1px solid #b2b2b2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
}

.call-dialog .wrapper .inner-dialog .btn {
  display: flex;
}

.call-dialog .wrapper .inner-dialog .btn a {
  color: #252525;
  text-align: center;
  padding: 15px 0;
  width: 50%;
  display: flex;
  justify-content: center;
}

.call-dialog .wrapper .inner-dialog .btn a:nth-child(2) {
  border-left: 1px solid #b2b2b2;
  color: var(--color-theme);
}

.p-top-menu-recommend-custom {
  position: relative;
  width: 100%;
  margin-bottom: 2px;
  overflow-x: hidden;
  padding-top: 26px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbc5c5;
}

.p-top-menu-recommend-custom__main-swiper {
  position: relative;
  width: 100%;
}

.p-top-menu-recommend-custom__main-swiper-item {
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  scroll-snap-align: center;
  width: 100%;
}

.p-top-menu-recommend-custom__main-slider-img {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

.p-top-menu-recommend-custom__main-slider-img img {
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.p-top-menu-recommend-custom__main-slider-img--blank {
  align-items: center;
  background: #ddd;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-top-menu-recommend-custom__main-slider-img--blank::after {
  content: "No image";
  font-size: 18px;
  position: absolute;
}

.p-top-menu-recommend-custom-img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.p-top-menu-recommend-custom-info {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  /* Màu nền trong suốt */
  padding: 10px;
  /* Thêm padding cho văn bản */
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.p-top-menu-recommend {
  position: relative;
  /**
   *  Main Slider
   */
  /**
   *  Thumbnail Slider
   */
}

.p-top-menu-recommend__main-slider-lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.p-top-menu-recommend__main-slider {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}

.p-top-menu-recommend__main-slider::-webkit-scrollbar {
  display: none;
}

.p-top-menu-recommend__main-slider-item {
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  scroll-snap-align: center;
  width: calc(100vw - 40px);
}

.p-top-menu-recommend__main-slider-item:first-child {
  margin-left: 20px;
}

.p-top-menu-recommend__main-slider-item:last-child {
  padding-right: 20px;
  width: calc(100vw - 20px);
}

.p-top-menu-recommend__main-slider-img {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

.p-top-menu-recommend__main-slider-img img {
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.p-top-menu-recommend__main-slider-img--blank {
  align-items: center;
  background: #ddd;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-top-menu-recommend__main-slider-img--blank::after {
  content: "No image";
  font-size: 18px;
  position: absolute;
}

.p-top-menu-recommend__main-slider-dsc {
  padding-right: 20px;
}

.p-top-menu-recommend__main-slider-name {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-menu-recommend__main-slider-price {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.p-top-menu-recommend__main-slider-price-tax {
  font-size: 12px;
  margin-left: 3px;
  opacity: 0.8;
}

.p-top-menu-recommend__main-slider-pn {
  position: absolute;
  top: 30%;
  left: 20px;
  z-index: 2;
}

.p-top-menu-recommend__main-slider-pn::after {
  background: url("/img/common/icons/icon_top_menu_recommend_arrow.svg") no-repeat;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}

.p-top-menu-recommend__main-slider-pn--next {
  left: unset;
  right: 20px;
}

.p-top-menu-recommend__main-slider-pn--prev::after {
  transform: scale(-1, 1);
  transform-origin: center;
}

.p-top-menu-recommend__thumb-slider {
  height: 60px;
}

.p-top-menu-recommend__thumb-slider-wrap {
  height: 100%;
}

.p-top-menu-recommend__thumb-slider-item {
  filter: brightness(0.5);
  transition: filter 0.15s ease-out;
  width: auto !important;
}

.p-top-menu-recommend__thumb-slider-item--current {
  filter: brightness(1);
}

.p-top-menu-recommend__thumb-slider-img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 80px;
}

.p-top-menu-recommend__thumb-slider-img--blank {
  background: #ddd;
}

.p-top-menu-recommend-swipe {
  position: fixed;
  display: inline-block;
  width: 100%;
}

.p-food-detail-img {
  margin: 0 calc(50% - 50vw);
  position: relative;
  height: 260px;
  width: 100vw;
}

.p-food-detail-img__img {
  height: 100%;
  width: 100%;
}

.p-food-detail-img__blank {
  background: #ddd;
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
}

.p-food-detail-img__blank::after {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  content: "No image";
  font-size: 18px;
}

.p-food-detail-info {
  padding: 30px 20px 154px;
  /**
   * 基本情報
   */
  /**
   * 商品説明文
   */
  /**
   * 個数選択
   */
  /**
   * オプションカード
   */
}

.p-food-detail-info__head {
  margin-bottom: 20px;
  margin-top: 20px;
}

.p-food-detail-info__food-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 1.5em;
}

.p-food-detail-info__price-txt {
  align-items: center;
  display: flex;
  font-size: 21px;
}

.p-food-detail-info__price-tax {
  font-size: 14px;
  margin-left: 3px;
  opacity: 0.5;
}

.p-food-detail-info__additional-info {
  align-items: center;
  display: flex;
  padding-top: 20px;
}

.p-food-detail-info .p-food-detail-info__food-volume:before,
.p-food-detail-info .p-food-detail-info__delivery-time:before,
.p-food-detail-info .p-food-detail-info__split-price::before {
  content: "";
  margin-right: 3px;
  height: 15px;
  width: 15px;
}

.p-food-detail-info__split-price {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  display: flex;
  padding: 7px 15px;
}

.p-food-detail-info__split-price::before {
  background: url("/img/common/icons/icon_customer_food_detail_split_price.svg") no-repeat center center/contain;
}

.p-food-detail-info__food-volume,
.p-food-detail-info__delivery-time {
  align-items: flex-start;
  display: flex;
  margin-left: 15px;
}

.p-food-detail-info__food-volume:before,
.p-food-detail-info__delivery-time:before {
  background: url("/img/common/icons/icon_customer_food_detail_food_volume.svg") no-repeat center center/contain;
}

.p-food-detail-info__delivery-time:before {
  background: url("/img/common/icons/icon_customer_food_detail_delivery_time.svg") no-repeat center center/contain;
}

.p-food-detail-info__food-dsc {
  line-height: 1em;
}

.p-food-detail-info__quantity {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p-food-detail-info__quantity-input {
  align-items: center;
  display: flex;
}

.p-food-detail-info__quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  background: none;
  text-align: center;
  width: 50px;
}

.p-food-detail-info__quantity-spinner-item {
  align-items: center;
  background: url("/img/common/icons/icon_customer_food_detail_spinner_plus.svg") no-repeat center center/14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 50px;
  width: 50px;
}

.p-food-detail-info__quantity-spinner-item--down {
  background: url("/img/common/icons/icon_customer_food_detail_spinner_minus.svg") no-repeat center center/14px;
}

.p-food-detail-info__quantity-spinner-item:disabled {
  opacity: 0.5;
}

.p-food-detail-info__option-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.p-food-detail-info__option-item:not(:last-child) {
  margin-bottom: 10px;
}

.p-food-detail-info__option-item-head {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.p-food-detail-info__option-item-head::after {
  background: url("/img/common/icons/icon_customer_food_detail_option_more.svg") no-repeat center center/contain;
  content: "";
  margin-left: auto;
  height: 20px;
  width: 20px;
}

.p-food-detail-info__option-item-hl {
  margin-right: 10px;
}

.p-food-detail-info__option-item-price {
  opacity: 0.5;
}

.p-food-detail-info__option-item-detail {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}

.p-food-detail-info__option-item-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-food-detail-info__option-item-row:not(:last-child) {
  margin-bottom: 5px;
}

.p-food-detail-info__option-item-lbl {
  margin-right: 20px;
  width: 45%;
}

.p-food-detail-info__option-item-dsc {
  line-height: 1.5em;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  width: 55%;
  white-space: nowrap;
}

.p-food-detail-tos {
  overflow-y: scroll;
  max-height: 70vh;
  /**
   * 個数オプション
   */
  /**
   * 個数オプション
   */
}

.p-food-detail-tos__option-group:not(:last-child) {
  margin-bottom: 20px;
}

.p-food-detail-tos__select-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  position: relative;
}

.p-food-detail-tos__select-box::after {
  background: url("/img/common/icons/icon_customer_common_select_box_arrow.svg") no-repeat center;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}

.p-food-detail-tos__option-select {
  background: transparent;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-food-detail-tos__option-item {
  align-items: center;
  display: flex;
}

.p-food-detail-tos__option-item:not(:last-child) {
  margin-bottom: 10px;
}

.p-food-detail-tos__option-lbl {
  margin-right: 5px;
}

.p-food-detail-tos__option-price {
  margin-right: auto;
  opacity: 0.5;
}

.p-food-detail-tos__option-quantity {
  align-items: center;
  display: flex;
}

.p-food-detail-tos__quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  background: none;
  text-align: center;
  width: 40px;
}

.p-food-detail-tos__quantity-spinner-item {
  align-items: center;
  background: url("/img/common/icons/icon_customer_food_detail_spinner_plus.svg") no-repeat center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 40px;
  width: 40px;
}

.p-food-detail-tos__quantity-spinner-item--down {
  background: url("/img/common/icons/icon_customer_food_detail_spinner_minus.svg") no-repeat center;
}

.p-food-detail-tos__quantity-spinner-item:disabled {
  opacity: 0.5;
}

.p-cart-list {
  padding-bottom: 154px;
  /**
   * 商品情報(商品名/価格)
   */
  /**
   * 選択個数
   */
  /**
   * エラーメッセージ
   */
}

.p-cart-list__cart-item {
  position: relative;
}

.p-cart-list__cart-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.p-cart-list__cart-item-txt {
  padding-right: 15px;
  width: calc(100% - 120px);
}

.p-cart-list__cart-item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.p-cart-list__cart-item-option {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 10px;
  opacity: 0.5;
}

.p-cart-list__cart-item-price {
  font-size: 16px;
}

.p-cart-list__error-message {
  align-items: center;
  background: var(--color-negative);
  border-radius: 5px;
  color: var(--color-wht);
  display: flex;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.p-cart-list__error-message::before {
  content: "";
  background: url("/img/common/icons/icon_store_merging_accounts_modal_note.svg") no-repeat center center/contain;
  margin-right: 10px;
  height: 20px;
  min-width: 20px;
}

.p-cart-list__sold {
  padding-top: 10px;
}

.p-cart-list__sold-item {
  position: relative;
  padding-left: 0.75em;
}

.p-cart-list__sold-item+.p-cart-list__sold-item {
  padding-top: 5px;
}

.p-cart-list__sold-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-order-history-list {
  padding-bottom: 110px;
}

.p-order-history-list__history-item {
  align-items: center;
  display: flex;
}

.p-order-history-list__history-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.p-order-history-list__history-item-detail {
  padding-right: 15px;
  width: calc(100% - 80px);
}

.p-order-history-list__history-item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.p-order-history-list__history-item-option {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.p-order-history-list__history-item-option-txt:not(:last-child)::after {
  content: "/";
}

.p-order-history-list__history-item-info {
  opacity: 0.5;
}

.p-order-history-list__history-status {
  align-items: center;
  border-radius: 50px;
  background: #ddd;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  width: 80px;
}

.p-order-history-list__history-status--delivered {
  background: var(--color-theme);
}

.p-order-history-okawari {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-order-history-okawari__okawari-name {
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.p-check {
  padding-bottom: 60px;
  /**
   * 会計概要
   */
  /**
   * 割勘計算
   */
  /**
   * 会計ボタン
   */
}

.p-check__check-summary {
  align-items: center;
  background: var(--color-theme);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px 0;
}

.p-check__check-summary-hl {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.p-check__check-summary-amount {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: baseline;
  font-size: 45px;
  display: flex;
  margin-bottom: 20px;
}

.p-check__check-summary-amount-unit {
  font-size: 35px;
  margin-right: 3px;
  opacity: 0.5;
}

.p-check__check-summary-info {
  font-size: 16px;
}

.p-check__check-summary-customer {
  margin-right: 15px;
}

.p-check__check-calc {
  margin-bottom: 40px;
}

.p-check__check-calc-hl {
  background: var(--color-theme);
  border-radius: 10px 10px 0 0;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}

.p-check__check-calc-content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  width: 100%;
}

.p-check__check-calc-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-check__check-calc-row:not(:last-child) {
  margin-bottom: 15px;
}

.p-check__check-calc-data {
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
}

.p-check__check-btn {
  margin-bottom: 20px;
  position: unset;
}

.p-check__check-btn::before {
  background: url("/img/common/icons/icon_customer_check_btn.svg") no-repeat;
}

.p-check__check-btn--disabled {
  background: #c7c7c7;
  pointer-events: none;
}

.p-check__view-history {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 auto;
  opacity: 0.5;
  padding-bottom: 5px;
  width: -moz-max-content;
  width: max-content;
}

.p-check-success__table-name {
  padding-top: 40px;
}

.p-check-success__table-name-inner {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.p-check-success__table-name-lbl {
  margin-bottom: 15px;
  opacity: 0.5;
}

.p-check-success__table-name-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

.p-payment-select-modal {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99;
}

.p-payment-select-modal.js-visible {
  opacity: 1;
  visibility: visible;
}

.p-payment-select-modal__payment-btn {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  width: 100%;
}

.p-payment-select-modal__payment-btn:not(:last-child) {
  margin-bottom: 20px;
}

.p-payment-select-modal__payment-icon {
  margin-bottom: 15px;
}

.p-payment-select-modal__payment-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.p-survey-enter {
  background: #f7f7f7;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 1s cubic-bezier(0.2, 0.9, 0.6, 1);
  height: 100vh;
  width: 100vw;
  z-index: 3;
  /**
   * Head
   */
  /**
   * Form
   */
  /**
   * Textbox
   */
  /**
   * Radio
   */
  /**
   * Selectbox
   */
  /**
   * Enter Button
   */
}

.p-survey-enter.js-survey-started {
  transform: translateX(100%);
}

.p-survey-enter__inner {
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  height: 100%;
}

.p-survey-enter__head {
  align-items: center;
  background: #ddd;
  display: flex;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  height: 180px;
  width: 100vw;
}

.p-survey-enter__head-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 80px;
}

.p-survey-enter__form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
  margin-bottom: 20px;
  padding: 20px;
}

.p-survey-enter__form-group:not(:last-child) {
  margin-bottom: 15px;
}

.p-survey-enter__form-item {
  position: relative;
  width: 100%;
}

.p-survey-enter__form-lbl {
  display: block;
  margin-bottom: 10px;
}

.p-survey-enter__form-textbox,
.p-survey-content__question-textarea,
.p-survey-content__question-textbox,
.p-survey-enter__form-select,
.p-survey-content__question-selectbox {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  transition: border 0.15s ease-out;
  width: 100%;
}

.p-survey-enter__form-textbox:focus,
.p-survey-content__question-textarea:focus,
.p-survey-content__question-textbox:focus,
.p-survey-enter__form-select:focus,
.p-survey-content__question-selectbox:focus {
  border: 1px solid #ff8f1f;
}

.p-survey-enter__form-textbox::-moz-placeholder,
.p-survey-content__question-textarea::-moz-placeholder,
.p-survey-content__question-textbox::-moz-placeholder,
.p-survey-enter__form-select::-moz-placeholder,
.p-survey-content__question-selectbox::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.5;
}

.p-survey-enter__form-textbox::placeholder,
.p-survey-content__question-textarea::placeholder,
.p-survey-content__question-textbox::placeholder,
.p-survey-enter__form-select::placeholder,
.p-survey-content__question-selectbox::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.5;
}

.p-survey-enter__form-radio-group {
  display: flex;
}

.p-survey-enter__form-radio-group .p-survey-enter__form-item {
  align-items: center;
  display: flex;
}

.p-survey-enter__form-radio-group .p-survey-enter__form-item:not(:last-child) {
  margin-right: 15px;
}

.p-survey-enter__form-radio {
  display: none;
}

.p-survey-enter__form-radio-lbl {
  line-height: 1.5em;
  padding-left: 30px;
}

.p-survey-enter__form-radio-lbl::before {
  box-sizing: unset;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  transition: border 0.15s ease-out;
  height: 20px;
  width: 20px;
}

.p-survey-enter__form-radio:checked+.p-survey-enter__form-radio-lbl::before {
  border: 1px solid #ff8f1f;
}

.p-survey-enter__form-radio-lbl::after {
  content: "";
  background: var(--color-theme);
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: opacity 0.15s ease-out;
  height: 16px;
  width: 16px;
  opacity: 0;
}

.p-survey-enter__form-radio:checked+.p-survey-enter__form-radio-lbl::after {
  opacity: 1;
}

.p-survey-enter__enter-btn,
.p-survey-content__answer-send {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  background: var(--color-theme);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 20px 0;
  transition: background 0.15s ease-out;
}

.p-survey-enter__enter-btn--disabled,
.p-survey-content__answer-send--disabled {
  background: #c7c7c7;
  pointer-events: none;
}

.p-survey-content {
  background: #f7f7f7;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 1s cubic-bezier(0.2, 0.9, 0.6, 1);
  height: 100vh;
  width: 100vw;
  z-index: 2;
  /**
   * 選択肢
   */
  /**
   * テキストボックス
   */
  /**
   * テキストエリア
   */
  /**
   * セレクトボックス
   */
  /**
   * 「戻る」ボタン
   */
  /**
   * 「次へ進む」ボタン
   */
}

.p-survey-content.js-survey-completed {
  transform: translateX(100%);
}

.p-survey-content__inner {
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 60px 20px 20px;
  height: 100%;
}

.p-survey-content__indicator {
  background: #ff8f1f;
  position: fixed;
  top: 0;
  left: 0;
  transform-origin: left;
  transition: transform 0.5s ease;
  height: 10px;
  width: 100vw;
}

.p-survey-content__question-hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 40px;
}

.p-survey-content__question-box {
  margin-bottom: 20px;
}

.p-survey-content__question-choices-item {
  background: #ff8f1f;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.p-survey-content__question-choices-item:not(:last-child) {
  margin-bottom: 10px;
}

.p-survey-content__question-textarea {
  height: 200px;
}

.p-survey-content__question-prev {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.p-survey-content__answer-send {
  margin-top: 40px;
  width: 100%;
}

.p-survey-completed {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.p-survey-completed__main {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  width: 100%;
}

.p-survey-completed__main-img {
  display: block;
  font-size: 150px;
  margin-bottom: 30px;
}

.p-survey-completed__main-txt {
  line-height: 1.5em;
  font-size: 21px;
  text-align: center;
}

/**
 * Store
 */
.p-store-auth {
  align-items: center;
  display: flex;
  position: relative;
  /**
   * Cover Image
   */
  /**
   * Auth Content
   */
  /**
   * Term Check
   */
  /**
   * Error Message
   */
  /**
   * Copyright
   */
}

.p-store-auth__cover-img {
  align-items: center;
  background: var(--color-theme);
  display: flex;
  justify-content: center;
  width: 60vw;
  height: 100vh;
}

.p-store-auth__cover-img::after {
  content: "";
  background: url("/img/common/icons/Capi POS.svg") no-repeat center center/contain;
  position: absolute;
  height: 15vw;
  width: 15vw;
}

.p-store-auth__auth-content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px;
  width: 40vw;
  height: 100vh;
  position: relative;
}

.p-store-auth__language {
  position: absolute;
  top: 20px;
  right: 30px;
}

.p-store-auth__auth-content-inner {
  width: 100%;
}

.p-store-auth__hl {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}

.p-store-auth__terms-check {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.p-store-auth__terms-check-box {
  display: none;
}

.p-store-auth__terms-check-lbl {
  align-items: center;
  display: flex;
  padding-left: 25px;
  position: relative;
}

.p-store-auth__terms-check-lbl::before {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
}

.p-store-auth__terms-check-lbl::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 3px;
  transform: scale(0, 0);
  transition: transform 0.15s ease-out;
  height: 11px;
  width: 11px;
}

.p-store-auth__terms-check-box:checked+.p-store-auth__terms-check-lbl::after {
  transform: scale(1, 1);
}

.p-store-auth__terms-check-lbl-link {
  color: var(--color-theme);
  cursor: pointer;
  transition: opacity 0.15s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-auth__terms-check-lbl-link:hover {
    opacity: 0.5;
  }
}

.p-store-auth__error-msg {
  color: var(--color-negative);
  display: block;
  padding-top: 20px;
  text-align: center;
}

.p-store-auth__copyright {
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 767px) {
  .p-store-auth {
    flex-direction: column;
    height: 100vh;
    z-index: 999;
  }

  .p-store-auth__cover-img {
    position: relative;
    width: 100%;
    height: 50vw;
  }

  .p-store-auth__cover-img::after {
    height: 100%;
    width: 100px;
  }

  .p-store-auth__auth-content {
    padding-top: 40px;
    padding-right: 5vw;
    padding-bottom: 0;
    padding-left: 5vw;
    height: auto;
    width: 100%;
  }
}

/**
 * Safariでflexnoxのjustify-contentが当たらないバグを回避
 * どうやらSafariの仕様らしい
 */
_::-webkit-full-page-media,
_:future,
:root .p-store-auth__terms-check-lbl::after {
  top: 0.1em;
}

.p-store-notification {
  overflow-y: scroll;
  max-height: 70vh;
}

.p-store-notification__item {
  align-items: center;
  display: flex;
}

.p-store-notification__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.p-store-notification__item--blank {
  opacity: 0.5;
}

.p-store-notification__comp-icon {
  background: url("/img/common/icons/icon_store_common_notification_check.svg") no-repeat center center/contain;
  margin-right: 15px;
  height: 25px;
  width: 25px;
}

.p-store-notification__txt {
  align-items: center;
  display: flex;
  position: relative;
}

.p-store-notification__item:nth-child(1) .p-store-notification__txt:before {
  content: "1.";
}

.p-store-notification__item:nth-child(2) .p-store-notification__txt:before {
  content: "2.";
}

.p-store-notification__item:nth-child(3) .p-store-notification__txt:before {
  content: "3.";
}

.p-store-notification__item:nth-child(4) .p-store-notification__txt:before {
  content: "4.";
}

.p-store-notification__item:nth-child(5) .p-store-notification__txt:before {
  content: "5.";
}

.p-store-notification__item:nth-child(6) .p-store-notification__txt:before {
  content: "6.";
}

.p-store-notification__item:nth-child(7) .p-store-notification__txt:before {
  content: "7.";
}

.p-store-notification__item:nth-child(8) .p-store-notification__txt:before {
  content: "8.";
}

.p-store-notification__item:nth-child(9) .p-store-notification__txt:before {
  content: "9.";
}

.p-store-notification__item:nth-child(10) .p-store-notification__txt:before {
  content: "10.";
}

.p-store-notification__item:nth-child(11) .p-store-notification__txt:before {
  content: "11.";
}

.p-store-notification__item:nth-child(12) .p-store-notification__txt:before {
  content: "12.";
}

.p-store-notification__item:nth-child(13) .p-store-notification__txt:before {
  content: "13.";
}

.p-store-notification__item:nth-child(14) .p-store-notification__txt:before {
  content: "14.";
}

.p-store-notification__item:nth-child(15) .p-store-notification__txt:before {
  content: "15.";
}

.p-store-notification__item:nth-child(16) .p-store-notification__txt:before {
  content: "16.";
}

.p-store-notification__item:nth-child(17) .p-store-notification__txt:before {
  content: "17.";
}

.p-store-notification__item:nth-child(18) .p-store-notification__txt:before {
  content: "18.";
}

.p-store-notification__item:nth-child(19) .p-store-notification__txt:before {
  content: "19.";
}

.p-store-notification__item:nth-child(20) .p-store-notification__txt:before {
  content: "20.";
}

.p-store-notification__item:nth-child(21) .p-store-notification__txt:before {
  content: "21.";
}

.p-store-notification__item:nth-child(22) .p-store-notification__txt:before {
  content: "22.";
}

.p-store-notification__item:nth-child(23) .p-store-notification__txt:before {
  content: "23.";
}

.p-store-notification__item:nth-child(24) .p-store-notification__txt:before {
  content: "24.";
}

.p-store-notification__item:nth-child(25) .p-store-notification__txt:before {
  content: "25.";
}

.p-store-notification__item:nth-child(26) .p-store-notification__txt:before {
  content: "26.";
}

.p-store-notification__item:nth-child(27) .p-store-notification__txt:before {
  content: "27.";
}

.p-store-notification__item:nth-child(28) .p-store-notification__txt:before {
  content: "28.";
}

.p-store-notification__item:nth-child(29) .p-store-notification__txt:before {
  content: "29.";
}

.p-store-notification__item:nth-child(30) .p-store-notification__txt:before {
  content: "30.";
}

.p-store-notification__item:nth-child(31) .p-store-notification__txt:before {
  content: "31.";
}

.p-store-notification__item:nth-child(32) .p-store-notification__txt:before {
  content: "32.";
}

.p-store-notification__item:nth-child(33) .p-store-notification__txt:before {
  content: "33.";
}

.p-store-notification__item:nth-child(34) .p-store-notification__txt:before {
  content: "34.";
}

.p-store-notification__item:nth-child(35) .p-store-notification__txt:before {
  content: "35.";
}

.p-store-notification__item:nth-child(36) .p-store-notification__txt:before {
  content: "36.";
}

.p-store-notification__item:nth-child(37) .p-store-notification__txt:before {
  content: "37.";
}

.p-store-notification__item:nth-child(38) .p-store-notification__txt:before {
  content: "38.";
}

.p-store-notification__item:nth-child(39) .p-store-notification__txt:before {
  content: "39.";
}

.p-store-notification__item:nth-child(40) .p-store-notification__txt:before {
  content: "40.";
}

.p-store-notification__item:nth-child(41) .p-store-notification__txt:before {
  content: "41.";
}

.p-store-notification__item:nth-child(42) .p-store-notification__txt:before {
  content: "42.";
}

.p-store-notification__item:nth-child(43) .p-store-notification__txt:before {
  content: "43.";
}

.p-store-notification__item:nth-child(44) .p-store-notification__txt:before {
  content: "44.";
}

.p-store-notification__item:nth-child(45) .p-store-notification__txt:before {
  content: "45.";
}

.p-store-notification__item:nth-child(46) .p-store-notification__txt:before {
  content: "46.";
}

.p-store-notification__item:nth-child(47) .p-store-notification__txt:before {
  content: "47.";
}

.p-store-notification__item:nth-child(48) .p-store-notification__txt:before {
  content: "48.";
}

.p-store-notification__item:nth-child(49) .p-store-notification__txt:before {
  content: "49.";
}

.p-store-notification__item:nth-child(50) .p-store-notification__txt:before {
  content: "50.";
}

.p-store-notification__table-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.p-message-modal {
  overflow-y: scroll;
  max-height: 65vh;
}

.p-message-modal__message-item {
  background: var(--color-gray--50);
  border-bottom: 1px solid var(--color-gray--100);
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 100px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.p-message-modal__message-item--unread {
  background: var(--color-wht);
}

.p-message-modal__message-item--unread::before {
  background: var(--color-theme);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
}

.p-message-modal__message-item:first-child {
  border-top: 1px solid var(--color-gray--100);
}

.p-message-modal__message-content {
  display: grid;
}

.p-message-modal__message-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--color-gray--500);
  font-size: var(--font-size--200);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-message-modal__message-item--unread .p-message-modal__message-title {
  color: var(--color-blk);
}

.p-message-modal__message-body {
  -webkit-box-orient: vertical;
  color: var(--color-gray--300);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  overflow: hidden;
  padding-top: 7px;
}

.p-message-modal__message-item--unread .p-message-modal__message-body {
  color: var(--color-gray--500);
}

.p-message-modal__message-date {
  color: var(--color-gray--300);
  font-size: var(--font-size--75);
  letter-spacing: 0;
  text-align: right;
}

.p-message-modal__message-item--unread .p-message-modal__message-date {
  color: var(--color-gray--500);
}

.p-store-dashboard-table {
  /**
   * Float Menu
   */
}

.p-store-dashboard-table__table-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
}

@media (min-width: 1081px) {
  .p-store-dashboard-table__table-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-store-dashboard-table__table-item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  position: relative;
  transition: border 0.15s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-dashboard-table__table-item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-dashboard-table__table-item--vacant {
  background: var(--color-gray--50);
}

.p-store-dashboard-table__table-item-head {
  align-items: center;
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

.p-store-dashboard-table__table-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-right: 10px;
}

.p-store-dashboard-table__table-status {
  color: var(--color-wht);
  border-radius: 5px;
  font-size: 10px;
  line-height: 1em;
  padding: 5px 6px;
  white-space: nowrap;
}

.p-store-dashboard-table__table-item--guided .p-store-dashboard-table__table-status {
  background: var(--color-theme);
}

.p-store-dashboard-table__table-item--check-wait .p-store-dashboard-table__table-status {
  background: var(--color-negative);
}

.p-store-dashboard-table__table-item--vacant .p-store-dashboard-table__table-status {
  background: var(--color-gray--300);
}

.p-store-dashboard-table__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-dashboard-table__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-dashboard-table__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-dashboard-table__table-info {
  padding: 10px 15px 15px;
}

.p-store-dashboard-table__table-info-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-store-dashboard-table__table-info-item:not(:last-child) {
  margin-bottom: 5px;
}

.p-store-dashboard-table__table-info-label {
  font-size: 12px;
  margin-right: 10px;
  white-space: pre;
}

.p-store-dashboard-table__table-info-data {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: right;
}

.p-store-dashboard-table__floating-menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-dashboard-table__floating-menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-dashboard-table__floating-menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
  width: 100%;
}

.p-store-dashboard-table__floating-menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-dashboard-table__floating-menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-dashboard-table__floating-menu-item.no-order-text {
  border-bottom: none;
  padding: 0;
  text-decoration: line-through;
}

.p-store-dashboard-table__floating-menu-item.no-order-reason {
  color: var(--color-negative);
  font-size: 12px;
  padding: 5px 0 0 0;
}

@media (max-width: 767px) {
  .p-store-dashboard-table__table-list {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-store-dashboard-table__table-item {
    width: 100%;
  }

  .p-store-dashboard-table__table-item-head {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .p-store-dashboard-table__table-item--vacant .p-store-dashboard-table__table-item-head {
    border-bottom: 0;
    padding: 20px;
  }

  .p-store-dashboard-table__table-name {
    font-size: 16px;
  }

  .p-store-dashboard-table__table-status {
    font-size: 12px;
    margin-right: 5px;
    margin-left: auto;
    padding: 7px 8px;
  }

  .p-store-dashboard-table__table-info {
    padding: 15px 20px 20px;
  }

  .p-store-dashboard-table__table-info-label {
    font-size: 14px;
  }

  .p-store-dashboard-table__table-info-data {
    font-size: 16px;
  }
}

.p-store-dashboard-switcher {
  padding-top: 40px;
}

.p-store-dashboard-switcher__switcher {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.p-store-dashboard-switcher__switcher-item {
  align-items: center;
  border: 1px solid var(--color-gray--200);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 15px;
  transition: background 0.15s ease-out, border 0.15s ease-out;
  width: calc(50% - 5px);
}

.p-store-dashboard-switcher__switcher-item:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.p-store-dashboard-switcher__switcher-item:not(:nth-child(2n)) {
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-dashboard-switcher__switcher-item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-dashboard-switcher__switcher-item--current {
  background: var(--color-theme);
  border: 1px solid transparent;
  cursor: default;
  color: var(--color-wht);
}

.p-store-store-edit-basic {
  display: none;
  padding-top: 30px;
  /**
   * 基本情報
   */
  /**
   * 連絡先
   */
  /**
   * 住所
   */
  /**
   * その他
   */
  /**
   * POSレジ連携
   */
  /**
   * 保存ボタン
   */
}

.p-store-store-edit-basic[data-visible=true] {
  display: block;
}

.p-store-store-edit-basic__section-label {
  border-bottom: 1px solid var(--color-gray--200);
  color: var(--color-gray--500);
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.p-store-store-edit-basic__basic-settings-main {
  display: flex;
  flex-wrap: wrap;
}

.p-store-store-edit-basic__profile-image {
  margin-right: 30px;
  width: 235px;
  min-width: 235px;
}

.p-store-store-edit-basic__profile-image-label {
  color: var(--color-gray--500);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  transition: color 0.15s ease-out;
}

.p-store-store-edit-basic__profile-image-preview {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 235px;
}

.p-store-store-edit-basic__profile-image-preview img {
  transition: filter 0.15s ease-out;
  height: 100%;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-store-edit-basic__profile-image:hover .p-store-store-edit-basic__profile-image-preview img {
    filter: brightness(0.5);
  }
}

.p-store-store-edit-basic__profile-image-blank {
  align-items: center;
  background: var(--color-gray--100);
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.p-store-store-edit-basic__profile-image-blank::after {
  content: "No image";
  position: absolute;
}

.p-store-store-edit-basic__profile-image-input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.p-store-store-edit-basic__profile-image-note {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  color: var(--color-wht);
  display: block;
  font-size: 12px;
  transform: translateX(-50%);
  padding: 8px 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  white-space: pre;
}

.p-store-store-edit-basic__basic-settings-main-right {
  width: 100%;
}

.p-store-store-edit-basic__contact-settings {
  padding-top: 30px;
}

.p-store-store-edit-basic__contact-settings-main {
  display: flex;
  flex-wrap: wrap;
}

.p-store-store-edit-basic__tel-field {
  width: calc(50% - 15px);
}

.p-store-store-edit-basic__tel-field:not(:nth-child(-n+2)) {
  margin-top: 15px;
}

.p-store-store-edit-basic__tel-field:not(:nth-child(2n)) {
  margin-right: 30px;
}

.p-store-store-edit-basic__tel-field:focus-within .p-store-store-edit-basic__tel-field-label,
.p-store-store-edit-basic__tel-field:focus-within .p-store-store-edit-basic__postal-field-label {
  color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {

  .p-store-store-edit-basic__tel-field--required .p-store-store-edit-basic__tel-field-label:after,
  .p-store-store-edit-basic__tel-field--required .p-store-store-edit-basic__postal-field-label:after {
    content: "*";
    color: var(--color-theme);
  }
}

.p-store-store-edit-basic__tel-field-label,
.p-store-store-edit-basic__postal-field-label {
  color: var(--color-gray--500);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  transition: color 0.15s ease-out;
}

.p-store-store-edit-basic__tel-field-group,
.p-store-store-edit-basic__postal-field-group {
  align-items: center;
  display: flex;
}

.p-store-store-edit-basic__tel-field-group i::after,
.p-store-store-edit-basic__postal-field-group i::after {
  content: "－";
  display: block;
  text-align: center;
  width: 20px;
}

.p-store-store-edit-basic__tel-field-item,
.p-store-store-edit-basic__postal-field-item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  line-height: 2em;
  padding: 5px 10px;
  transition: border 0.15s ease-out;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {

  .p-store-store-edit-basic__tel-field-item:focus,
  .p-store-store-edit-basic__postal-field-item:focus,
  .p-store-store-edit-basic__tel-field-item:hover,
  .p-store-store-edit-basic__postal-field-item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-store-edit-basic__address-settings {
  padding-top: 30px;
}

.p-store-store-edit-basic__address-settings-main {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.p-store-store-edit-basic__address-field {
  width: 50%;
  margin-top: 15px;
}

.p-store-store-edit-basic__postal-field-label::after {
  content: "*";
  color: var(--color-theme);
}

.p-store-store-edit-basic__address-field:focus-within .p-store-store-edit-basic__postal-field-label {
  color: var(--color-theme);
}

.p-store-store-edit-basic__other-settings {
  padding-top: 30px;
}

.p-store-store-edit-basic__pos-settings {
  padding-top: 30px;
}

.p-store-store-edit-basic__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-store-edit-payment {
  display: none;
  padding-top: 30px;
}

.p-store-store-edit-payment[data-visible=true] {
  display: block;
}

.p-store-store-edit-survey {
  display: none;
  padding-top: 30px;
}

.p-store-store-edit-survey[data-visible=true] {
  display: block;
}

.p-store-store-edit-pos {
  display: none;
  padding-top: 30px;
}

.p-store-store-edit-pos[data-visible=true] {
  display: block;
}

.p-store-store-edit-pos__account-list {
  display: flex;
  flex-wrap: wrap;
}

.p-store-store-edit-pos__account-item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 15px 20px;
  position: relative;
  width: calc(50% - 10px);
}

.p-store-store-edit-pos__account-item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.p-store-store-edit-pos__account-item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.p-store-store-edit-pos__account-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.p-store-store-edit-pos__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-store-edit-pos__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-store-edit-pos__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-store-edit-pos__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-store-edit-pos__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-store-edit-pos__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
}

.p-store-store-edit-pos__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-store-edit-pos__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-store-edit-pos__menu-item--negative {
  color: var(--color-negative);
}

.p-store-store-edit-area {
  display: none;
  padding-top: 30px;
}

.p-store-store-edit-area[data-visible=true] {
  display: block;
}

.p-store-store-edit-area__list {
  display: flex;
  flex-wrap: wrap;
}

.p-store-store-edit-area__item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 15px 20px;
  position: relative;
  width: calc(50% - 10px);
}

.p-store-store-edit-area__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.p-store-store-edit-area__item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.p-store-store-edit-area__name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.p-store-store-edit-area__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-store-edit-area__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-store-edit-area__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-store-edit-area__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-store-edit-area__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-store-edit-area__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
}

.p-store-store-edit-area__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-store-edit-area__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-store-edit-area__menu-item--negative {
  color: var(--color-negative);
}

.p-store-announce-list {
  /**
   * Post List
   */
}

.p-store-announce-list__main {
  padding-top: 15px;
}

.p-store-announce-list__checkbox-label {
  border: 1px solid var(--color-theme);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  position: relative;
  transition: background 0.15s ease-out;
  height: 20px;
  width: 20px;
}

.p-store-announce-list__checkbox-input:checked+.p-store-announce-list__checkbox-label {
  background: var(--color-theme);
}

.p-store-announce-list__checkbox-input:checked+.p-store-announce-list__checkbox-label::after {
  border-right: 2px solid var(--color-wht);
  border-bottom: 2px solid var(--color-wht);
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  transform: rotate(45deg);
  height: 14px;
  width: 7px;
}

.p-store-announce-list__checkbox-input {
  display: none;
}

.p-store-announce-list__edit-post {
  background: var(--color-theme);
  border-radius: 50px;
  color: var(--color-wht);
  cursor: pointer;
  padding: 7px 15px;
}

.p-store-announce-list__delete-post {
  color: var(--color-negative);
  cursor: pointer;
}

.p-store-guide__button-group {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-guide__reprint {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .p-store-guide__submit {
    width: 100%;
  }
}

.p-store-table-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  /**
   * Table Item Head
   */
  /**
   * Table Item Info Area
   */
  /**
   * Table Item Memo
   */
  /**
   * Float Menu
   */
}

.p-store-table-list__table-item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  position: relative;
}

.p-store-table-list__table-item--unguided {
  background: var(--color-gray--50);
  color: var(--color-gray--300);
  pointer-events: none;
}

.p-store-table-list__table-item-head {
  align-items: center;
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.p-store-table-list__table-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.p-store-table-list__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-table-list__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-table-list__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-table-list__table-info {
  padding: 15px 20px;
  width: 100%;
}

.p-store-table-list__table-info-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-store-table-list__table-info-row:not(:last-child) {
  margin-bottom: 10px;
}

.p-store-table-list__table-info-label {
  font-size: 12px;
}

.p-store-table-list__table-info-data {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.p-store-table-list__additional-info {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.p-store-table-list__additional-info-item {
  align-items: flex-start;
  background: var(--color-gray--50);
  border-radius: 7px;
  display: flex;
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px;
}

.p-store-table-list__additional-info-item::before {
  background: url("/img/common/icons/icon_store_table_item_memo_badge.svg") no-repeat center center/contain;
  content: "";
  margin-right: 5px;
  height: 18px;
  width: 18px;
  min-width: 18px;
}

.p-store-table-list__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-table-list__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-table-list__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
}

.p-store-table-list__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-table-list__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-table-list__menu-item--negative {
  color: var(--color-negative);
}

.p-store-merging-accounts-modal__note {
  align-items: center;
  background: var(--color-theme);
  border-radius: 5px;
  color: var(--color-wht);
  display: flex;
  padding: 10px 15px;
}

.p-store-merging-accounts-modal__note::before {
  content: "";
  background: url("/img/common/icons/icon_store_merging_accounts_modal_note.svg") no-repeat center center/contain;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  min-width: 20px;
}

.p-store-merging-accounts-modal__content-block {
  padding-top: 20px;
}

.p-store-merging-accounts-modal__table-list {
  padding-top: 15px;
}

.p-store-merging-accounts-modal__table-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-store-merging-accounts-modal__table-item:not(:last-child) {
  margin-bottom: 15px;
}

.p-store-table-edit-success {
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 auto 40px;
  width: 40vw;
}

.p-store-table-edit-success__url {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 20px;
  transition: border 0.15s ease-out;
  width: 100%;
}

.p-store-table-edit-success__copy-url {
  background: url("/img/common/icons/icon_store_table_edit_copy_url.svg") no-repeat center center/contain;
  cursor: pointer;
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
}

.p-store-guide-code {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 40px 80px;
}

.p-store-guide-code__lbl {
  display: block;
  margin-bottom: 15px;
}

.p-store-guide-code__auth-code {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--color-theme);
  font-size: 42px;
}

.p-store-table-order-tabs {
  align-items: center;
  display: flex;
  overflow-x: scroll;
}

.p-store-table-order-tabs__tab-item {
  align-items: center;
  border: 1px solid var(--color-gray--200);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  padding: 15px 20px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
}

.p-store-table-order-tabs__tab-item:not(:last-child) {
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-table-order-tabs__tab-item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-table-order-tabs__tab-item--current {
  color: var(--color-wht);
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
}

.p-store-table-order-list {
  display: flex;
  /**
   * Styles for Order Card
   */
  /* Order Name */
  /* Quantity */
  /* Options */
  /* Handy Memo */
  /* Free Memo */
  /* Order Card Footer */
}

.p-store-table-order-list__unserved {
  margin-right: 10px;
  width: calc(50% - 5px);
}

.p-store-table-order-list__served {
  width: calc(50% - 5px);
}

.p-store-table-order-list__list-head {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.p-store-table-order-list__list-badge,
.p-store-table-order-tabs__quantity-badge {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  background: var(--color-gray--100);
  border-radius: 50px;
  color: var(--color-blk);
  display: flex;
  justify-content: center;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.p-store-table-order-list__order-list {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: calc(100vh - 50px - 80px - 50px);
}

.p-store-table-order-list__order-item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  scroll-snap-align: start;
}

.p-store-table-order-list__order-item:not(:last-child) {
  margin-bottom: 10px;
}

.p-store-table-order-list__order-item-head {
  border-bottom: 1px solid var(--color-gray--100);
  padding: 15px 20px 20px;
}

.p-store-table-order-list__order-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}

.p-store-table-order-list__order-quantity {
  align-items: flex-end;
  display: flex;
  padding-top: 10px;
}

.p-store-table-order-list__order-quantity-label {
  color: var(--color-gray--500);
  margin-right: 5px;
}

.p-store-table-order-list__order-quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.p-store-table-order-list__order-option,
.p-store-table-order-list__handy-memo {
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  overflow-x: scroll;
  padding: 15px 20px;
  position: relative;
}

.p-store-table-order-list__order-option::after,
.p-store-table-order-list__handy-memo::after {
  content: "";
  height: 1px;
  width: 20px;
  min-width: 20px;
}

.p-store-table-order-list__order-option-item,
.p-store-table-order-list__handy-memo-item {
  background: var(--color-gray--100);
  border-radius: 5px;
  font-size: 12px;
  padding: 10px 15px;
  white-space: pre;
}

.p-store-table-order-list__order-option-item:not(:last-child),
.p-store-table-order-list__handy-memo-item:not(:last-child) {
  margin-right: 5px;
}

.p-store-table-order-list__free-memo {
  align-items: flex-start;
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  line-height: 1.7em;
  padding: 15px 20px;
  position: relative;
}

.p-store-table-order-list__free-memo::before {
  background: url("/img/common/icons/icon_handy_cart_free_memo.svg") no-repeat center center/contain;
  content: "";
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
  width: 20px;
  min-width: 20px;
}

.p-store-table-order-list__order-item-bottom {
  align-items: center;
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
}

.p-store-table-order-list__order-cancel {
  align-items: center;
  display: flex;
}

.p-store-table-order-list__order-cancel-button {
  color: var(--color-gray--500);
  cursor: pointer;
  padding-bottom: 3px;
  position: relative;
  transition: opacity 0.15s ease-out;
}

.p-store-table-order-list__order-cancel-button::after {
  background: var(--color-gray--500);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-table-order-list__order-cancel-button:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .p-store-table-order-list {
    flex-direction: column;
    padding-top: 20px;
  }

  .p-store-table-order-list__unserved,
  .p-store-table-order-list__served {
    display: none;
    width: 100%;
  }

  .p-store-table-order-list__unserved[aria-show=true],
  .p-store-table-order-list__served[aria-show=true] {
    display: block;
  }

  .p-store-table-order-list__order-list {
    height: auto;
  }

  .p-store-table-order-list__order-item-info {
    border-bottom: 0;
    padding-bottom: 15px;
  }

  .p-store-table-order-list__order-option-item,
  .p-store-table-order-list__handy-memo-item {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.p-store-product-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  /**
   * Item Card
   */
  /**
   * Item Card Head
   */
  /**
   * Item Card Foot
   */
  /**
   * Appear Switch
   */
  /**
   * Additional Menu
   */
}

@media (min-width: 1350px) {
  .p-store-product-list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-store-product-list__item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  position: relative;
  transition: background 0.15s ease-out, border 0.15s ease-out;
}

.p-store-product-list__item--sold {
  background: var(--color-gray--100);
  border: 1px solid transparent;
}

.p-store-product-list__item-head {
  align-items: center;
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  padding-top: 17px;
  padding-right: 60px;
  padding-bottom: 17px;
  padding-left: 20px;
  position: relative;
}

.p-store-product-list__item-info {
  display: grid;
  max-width: calc(100% - 10px);
}

.p-store-product-list__item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s ease-out;
  white-space: nowrap;
}

.p-store-product-list__item--sold .p-store-product-list__item-name {
  color: var(--color-gray--500);
}

.p-store-product-list__item-category {
  align-items: center;
  display: flex;
  overflow: scroll;
}

.p-store-product-list__item-category-item {
  align-items: center;
  color: var(--color-gray--500);
  display: flex;
  font-size: 12px;
  white-space: nowrap;
}

.p-store-product-list__item-category-item:not(:first-child)::before {
  background: url("/img/common/icons/icon_store_product_list_category_arrow.svg") no-repeat center center/contain;
  content: "";
  margin: 0 3px;
  height: 10px;
  width: 10px;
}

.p-store-product-list__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-product-list__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-product-list__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-product-list__item-foot {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.p-store-product-list__appear-switch {
  align-items: center;
  display: flex;
}

.p-store-product-list__appear-switch-label {
  margin-right: 5px;
  white-space: nowrap;
}

.p-store-product-list__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-product-list__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-product-list__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
}

.p-store-product-list__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-product-list__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-product-list__menu-item--negative {
  color: var(--color-negative);
}

@media (max-width: 767px) {
  .p-store-product-list {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-store-product-list__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .p-store-product-list__item-head {
    border-bottom: none;
    padding: 0;
    width: 100%;
  }

  .p-store-product-list__item-foot {
    padding: 0;
  }
}

.p-store-product-edit {
  display: grid;
  grid-template-columns: 1fr 200px;

  #description.hidden {
    display: none !important;
  }

  #short-name.hidden {
    display: none !important;
  }

  /**
   * Layout
   */
  /**
   * Upload Image File
   */
  /**
   * Option Block
   */
  /**
   * Set Block
   */
  /**
   * Submit Button
   */
  /**
   * Validate message
   */
}

.p-store-product-edit__main {
  padding: 40px 100px 80px 60px;
}

.p-store-product-edit__index {
  border: 1px solid var(--color-gray--100);
  padding-top: 40px;
  position: fixed;
  top: 50px;
  right: 0;
  width: 200px;
  height: calc(100vh - 50px);
}

.p-store-product-edit__index-item {
  align-items: center;
  display: flex;
  line-height: 1.5em;
  padding: 12px 15px;
  position: relative;
  transition: background 0.15s ease-out;
}

@media (min-width: 1081px) {
  .p-store-product-edit__index-item::before {
    background: var(--color-theme);
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.15s ease-out;
    height: 100%;
    width: 2px;
  }

  .p-store-product-edit__index-item:not(:last-child) {
    margin-bottom: 5px;
  }
}

.p-store-product-edit__index-item--current {
  background: var(--color-gray--50);
}

.p-store-product-edit__index-item--current::before {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-product-edit__index-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-product-edit__block:not(:first-child) {
  padding-top: 30px;
}

.p-store-product-edit__block.hidden {
  display: none;
}

.p-store-product-edit__content {
  padding-top: 20px;
}

.p-store-product-edit__upload-image {
  margin-bottom: 15px;
}

.p-store-product-edit__upload-image-label {
  color: var(--color-gray--500);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.p-store-product-edit__upload-image-drop-area {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.p-store-product-edit__upload-image-input {
  display: none;
}

.p-store-product-edit__upload-image-input-label {
  color: var(--color-theme);
  cursor: pointer;
  border: 1px solid var(--color-theme);
  border-radius: 5px;
  display: block;
  padding: 15px 30px;
  width: -moz-max-content;
  width: max-content;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-product-edit__upload-image-input-label:hover {
    background: var(--color-theme);
    border: 1px solid transparent;
    color: var(--color-wht);
  }
}

.p-store-product-edit__upload-image-note1 {
  display: block;
  padding-top: 10px;
}

.p-store-product-edit__upload-image-note2 {
  color: var(--color-gray--500);
  display: block;
  font-size: var(--font-size--75);
  padding-top: 20px;
}

.p-store-product-edit__upload-image-preview {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.p-store-product-edit__upload-image-preview img {
  height: 100%;
  width: 100%;
}

.p-store-product-edit__remove-image {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  cursor: pointer;
  display: none;
  place-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 40px;
  width: 40px;
  z-index: 2;
}

.p-store-product-edit__remove-image::after {
  background: url("/img/common/icons/icon_store_product_edit_remove_image.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-product-edit__option-search {
  width: 100%;
}

.p-store-product-edit__option-search-input {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 5px;
  line-height: 2em;
  padding: 5px 10px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {

  .p-store-product-edit__option-search-input:not(:disabled):focus,
  .p-store-product-edit__option-search-input:not(:disabled):hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-product-edit__options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 10px;
}

.p-store-product-edit__option-item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.p-store-product-edit__option-item-info {
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-store-product-edit__option-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.p-store-product-edit__option-details {
  display: flex;
  padding-top: 10px;
  scroll-snap-type: x mandatory;
  width: var(--option-info-width);
}

.p-store-product-edit__option-details::-webkit-scrollbar {
  display: none;
}

.p-store-product-edit__option-detail-item {
  border: 1px solid var(--color-gray--100);
  border-radius: 7px;
  font-size: var(--font-size--75);
  scroll-snap-align: center;
  padding: 5px 10px;
  max-width: 250px;
  white-space: nowrap;
}

.p-store-product-edit__option-detail-item:not(:last-child) {
  margin-right: 5px;
}

.p-store-product-edit__option-detail-item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.p-store-product-edit__option-detail-info {
  padding-top: 3px;
  width: 100%;
}

.p-store-product-edit__option-detail-info-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-store-product-edit__option-item-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-store-product-edit__main-category,
.p-store-product-edit__sub-category {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  cursor: pointer;
}

.p-store-product-edit__product-label {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 16px;
  width: 200px;
  min-height: 40px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  overflow: visible;
}

.p-store-product-edit__product-label:hover {
  background-color: #e0e0e0;
}

.p-store-product-edit__product {
  margin-right: 10px;
}

.p-store-product-edit__sub-category-label {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 16px;
  width: 200px;
  min-height: 35px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  overflow: visible;
}

.p-store-product-edit__sub-category-label:hover {
  background-color: #e0e0e0;
}

.p-store-product-edit__sub-category-input {
  margin-right: 10px;
}

.p-store-product-edit__main-category.active,
.p-store-product-edit__sub-category.active,
.p-store-product-edit__sub-category-label.active,
.p-store-product-edit__product-label.active {
  background-color: #ffa500;
  color: white;
}

.p-store-product-edit__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-product-edit__validate-message {
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-store-product-edit {
    display: block;
  }

  .p-store-product-edit__main {
    padding: 0;
  }

  .p-store-product-edit__index {
    align-items: center;
    background: var(--color-wht);
    border-bottom: 1px solid var(--color-gray--100);
    display: flex;
    overflow-x: scroll;
    padding: 15px 20px;
    position: fixed;
    top: 50px;
    left: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    width: 100vw;
    height: unset;
    z-index: 99;
  }

  .p-store-product-edit__index-item {
    border-radius: 5px;
    border: 1px solid var(--color-gray--100);
    padding: 10px 15px;
    scroll-snap-align: center;
    transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
    white-space: nowrap;
  }

  .p-store-product-edit__index-item--current {
    background: var(--color-theme);
    border: 1px solid transparent;
    color: var(--color-wht);
  }

  .p-store-product-edit__index-item:not(:last-child) {
    margin-right: 5px;
  }

  .p-store-product-edit__upload-image-drop-area {
    height: 225px;
  }

  .p-store-product-edit__remove-image {
    top: 10px;
    right: 10px;
  }

  .p-store-product-edit__options {
    grid-template-columns: 1fr;
  }

  .p-store-product-edit__option-item {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .p-store-product-edit__submit {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-store-product-search {
    background: var(--color-wht);
    border-bottom: 1px solid var(--color-gray--100);
    padding: 15px 5vw;
    position: fixed;
    top: var(--position-top);
    left: 0;
    transition: top 0.3s ease-out;
    width: 100vw;
    z-index: 1;
  }

  .p-store-product-search__textfield {
    background: var(--color-wht);
    border: 1px solid var(--color-gray--100);
    border-radius: 5px;
    line-height: 2em;
    padding: 5px 10px;
    transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
    width: 100%;
  }

  .p-store-product-search__textfield:not(:disabled):focus,
  .p-store-product-search__textfield:not(:disabled):hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-menu-recommend__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.p-store-menu-recommend__item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 15px;
  transition: border 0.15s ease-out;
  width: calc(50% - 5px);
}

.p-store-menu-recommend__item:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.p-store-menu-recommend__item:not(:nth-child(2n)) {
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-menu-recommend__item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-menu-recommend__item-thumb {
  border-radius: 7px;
  margin-right: 10px;
  overflow: hidden;
  height: 80px;
  width: 80px;
}

.p-store-menu-recommend__item-thumb img {
  height: 100%;
  width: 100%;
}

.p-store-menu-recommend__item-thumb-blank {
  align-items: center;
  background: var(--color-gray--100);
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.p-store-menu-recommend__item-thumb-blank::after {
  content: "No image";
  font-size: 12px;
  position: absolute;
}

.p-store-menu-recommend__item-info {
  width: calc(100% - 80px - 20px);
}

.p-store-menu-recommend__item-category {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.p-store-menu-recommend__item-category-item {
  align-items: center;
  color: var(--color-gray--500);
  display: flex;
  font-size: 12px;
}

.p-store-menu-recommend__item-category-item:not(:first-child)::before {
  background: url("/img/common/icons/icon_store_product_list_category_arrow.svg") no-repeat center center/contain;
  content: "";
  margin: 0 3px;
  height: 10px;
  width: 10px;
}

.p-store-menu-recommend__item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-store-menu-recommend__item-price {
  font-size: 12px;
}

@media (max-width: 767px) {
  .p-store-menu-recommend__item {
    width: 100%;
  }

  .p-store-menu-recommend__item:not(:nth-child(-n+2)),
  .p-store-menu-recommend__item:not(:nth-child(2n)),
  .p-store-menu-recommend__item:not(:last-child) {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.p-store-menu-category {
  padding-top: 40px;
}

.p-store-menu-category__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.p-store-menu-category__item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 20px;
  transition: border 0.15s ease-out;
  width: calc(33.3333333333% - 7px);
}

.p-store-menu-category__item:not(:nth-child(-n+3)) {
  margin-top: 10px;
}

.p-store-menu-category__item:not(:nth-child(3n)) {
  margin-right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-menu-category__item:hover {
    border: 1px solid var(--color-theme);
  }
}

@media (max-width: 767px) {
  .p-store-menu-category {
    padding-top: 20px;
  }

  .p-store-menu-category__item {
    width: calc(50% - 5px);
  }

  .p-store-menu-category__item:not(:nth-child(-n+3)),
  .p-store-menu-category__item:not(:nth-child(3n)) {
    margin: unset;
  }

  .p-store-menu-category__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }

  .p-store-menu-category__item:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}

.p-store-main-category-info__main {
  padding-top: 20px;
}

.p-store-main-category-info__submit {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.p-store-main-category-info__delete-category {
  color: var(--color-negative);
  border-bottom: 1px solid var(--color-negative);
  font-size: 12px;
  padding-bottom: 5px;
}

.p-store-sub-category-info__main {
  padding-top: 20px;
}

.p-store-sub-category-info__submit {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.p-store-sub-category-info__delete-category {
  color: var(--color-negative);
  border-bottom: 1px solid var(--color-negative);
  font-size: 12px;
  padding-bottom: 5px;
}

.p-store-sub-category-info__submit-error-message {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  width: -moz-max-content;
  width: max-content;
}

.p-store-sub-category {
  padding-top: 40px;
}

.p-store-sub-category__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.p-store-sub-category__item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 20px;
  transition: border 0.15s ease-out;
  width: calc(33.3333333333% - 7px);
}

@media (min-width: 1081px) {
  .p-store-sub-category__item:not(:nth-child(-n+3)) {
    margin-top: 10px;
  }

  .p-store-sub-category__item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-store-sub-category__item:hover {
    border: 1px solid var(--color-theme);
  }
}

@media (max-width: 767px) {
  .p-store-sub-category__item {
    width: calc(50% - 5px);
  }

  .p-store-sub-category__item:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }

  .p-store-sub-category__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

.p-store-order__order-list {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.p-store-order__order-item {
  background: #fff;
  padding: 20px;
  width: 25%;
}

.p-store-order__order-item:not(:nth-child(-n+4)) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-store-order__order-item:not(:nth-child(4n)):not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.p-store-order__order-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.p-store-order__table-info {
  font-size: 10px;
}

.p-store-order__product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 5px;
  position: relative;
}

.p-store-order__order-item--first-order .p-store-order__product-name {
  text-indent: 1.5em;
}

.p-store-order__order-item--first-order .p-store-order__product-name::before {
  background: url("/img/common/icons/icon_store_order_first_order.svg") no-repeat center center/contain;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
}

.p-store-order__order-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-store-order__order-quantity {
  align-items: center;
  display: flex;
}

.p-store-order__order-quantity-lbl {
  font-size: 12px;
  margin-right: 5px;
  opacity: 0.5;
}

.p-store-order__order-quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.p-store-order__order-status {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  border: 2px solid var(--color-theme);
  border-radius: 50px;
  color: var(--color-theme);
  display: block;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  width: 80px;
}

.p-store-order-sort {
  display: block;
  overflow-y: scroll;
  max-height: 70vh;
  width: 100%;
}

.p-store-order-sort tbody {
  display: block;
}

.p-store-order-sort__sort-group {
  display: block;
}

.p-store-order-sort__sort-group:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.p-store-order-sort__sort-hl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  min-width: 150px;
}

.p-store-order-sort__sort-hl-note {
  font-size: 12px;
  margin-left: 5px;
  opacity: 0.5;
}

.p-store-order-sort__sort-select {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-store-order-sort__sort-select-item {
  text-align: center;
  width: calc(50% - 5px);
}

.p-store-order-sort__sort-select-item:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.p-store-order-sort__sort-select-item:not(:nth-child(2n)) {
  margin-right: 10px;
}

.p-store-order-sort__sort-select-item label {
  border: 1px solid var(--color-theme);
  border-radius: 50px;
  display: block;
  padding: 15px 0;
  transition: background 0.15s ease-out, color 0.15s ease-out;
}

.p-store-order-sort__sort-select-item input:checked+label {
  background: var(--color-theme);
  color: #fff;
}

.p-store-order-sort__sort-select-item input {
  display: none;
}

.p-store-order-help {
  display: flex;
  flex-wrap: wrap;
}

.p-store-order-help__item {
  align-items: center;
  display: flex;
  width: 50%;
}

.p-store-order-help__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.p-store-order-help__item-icon {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}

.p-store-order-unserved-detail {
  width: 100%;
}

.p-store-order-unserved-detail__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  padding: 15px 0;
}

.p-store-order-unserved-detail__row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-store-order-unserved-detail__hl {
  line-height: 1.5em;
  margin-right: auto;
  opacity: 0.5;
}

.p-store-order-unserved-detail__txt {
  text-align: right;
  white-space: nowrap;
}

.p-store-order-unserved-detail__option-item {
  display: block;
  line-height: 1.5em;
}

.p-store-option-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  /**
   * Card Style
   */
  /**
   * More Button
   */
  /**
   * Additional Menu
   */
}

.p-store-option-list__option-item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 20px;
  position: relative;
}

.p-store-option-list__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-option-list__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-option-list__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-option-list__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-option-list__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-option-list__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
}

.p-store-option-list__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-option-list__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-option-list__menu-item--negative {
  color: var(--color-negative);
}

.p-store-option-edit-basic-settings__content {
  padding-top: 20px;
}

.p-store-option-edit-advanced-settings {
  padding-top: 30px;
}

.p-store-option-edit-advanced-settings__content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
}

@media (min-width: 1081px) {
  .p-store-option-edit-advanced-settings__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-store-option-edit-advanced-settings__option-item {
  background: var(--color-gray--50);
  border-radius: 10px;
  order: 1;
  padding: 20px;
  position: relative;
}

.p-store-option-edit-advanced-settings__option-delete {
  background: url("/img/common/icons/icon_store_option_edit_delete_option.svg") no-repeat center center/contain;
  cursor: pointer;
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  transition: opacity 0.15s ease-out;
  height: 40px;
  width: 40px;
}

.p-store-option-edit-advanced-settings__option-item:not(:nth-child(2)):last-of-type .p-store-option-edit-advanced-settings__option-delete {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-option-edit-advanced-settings__option-delete:hover {
    opacity: 0.8;
  }
}

.p-store-option-edit-advanced-settings__add-option-item {
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  order: 2;
  place-items: center;
  position: relative;
  transition: border 0.15s ease-out;
  min-height: 200px;
}

.p-store-option-edit-advanced-settings__add-option-item::after {
  content: "";
  background: url("/img/common/icons/icon_store_option_edit_add_option.svg") no-repeat center center/contain;
  position: absolute;
  transition: filter 0.15s ease-out;
  width: 20px;
  height: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-option-edit-advanced-settings__add-option-item:hover {
    border: 1px solid var(--color-gray--300);
  }

  .p-store-option-edit-advanced-settings__add-option-item:hover::after {
    filter: brightness(0.8);
  }
}

.p-store-option-edit-advanced-settings__form-group {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.p-store-sales-report-period {
  display: none;
  padding-top: 30px;
  /**
   * Sort Block
   */
  /**
   * Graph Block
   */
  /**
   * Sales Data
   */
}

.p-store-sales-report-period[data-visible=true] {
  display: block;
}

.p-store-sales-report-period__sort,
.p-store-sales-report-product__sort {
  align-items: flex-end;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 20px;
}

.p-store-sales-report-period__graph {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}

.p-store-sales-report-period__graph-note-y,
.p-store-sales-report-period__graph-note-x {
  background: var(--color-gray--50);
  border-radius: 50px;
  display: block;
  font-size: 12px;
  padding: 5px 8px;
  width: -moz-max-content;
  width: max-content;
}

.p-store-sales-report-period__graph-note-y {
  margin-bottom: 15px;
}

.p-store-sales-report-period__graph-note-x {
  margin-left: auto;
}

.p-store-sales-report-period__graph-chart {
  margin-bottom: 15px;
  height: 300px;
}

.p-store-sales-report-period__data,
.p-store-sales-report-product__data {
  padding-top: 30px;
}

.p-store-sales-report-period__csv-button {
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
}

.p-store-sales-report-period__csv-button-label {
  background: var(--color-theme);
  border-radius: 5px 0 0 5px;
  color: var(--color-wht);
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px;
}

.p-store-sales-report-period__csv-button-icon {
  align-items: center;
  background: rgba(255, 143, 31, 0.8);
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  transition: background 0.15s ease-out;
}

.p-store-sales-report-period__csv-button-icon::before {
  background: var(--color-theme);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.15s ease-out;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-sales-report-period__csv-button:hover .p-store-sales-report-period__csv-button-icon::before {
    transform: scaleY(1);
    transform-origin: top;
  }
}

.p-store-sales-report-period__csv-button-icon::after {
  background: url("/img/common/icons/icon_store_sales_report_csv.svg") no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 18px;
}

.p-store-sales-report-product {
  display: none;
  padding-top: 30px;
  /**
   * Sort Block
   */
  /**
   * Sales Data
   */
}

.p-store-sales-report-product[data-visible=true] {
  display: block;
}

.p-store-sales-report-product__csv-button {
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
}

.p-store-sales-report-product__csv-button-label {
  background: var(--color-theme);
  border-radius: 5px 0 0 5px;
  color: var(--color-wht);
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px;
}

.p-store-sales-report-product__csv-button-icon {
  align-items: center;
  background: rgba(255, 143, 31, 0.8);
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  transition: background 0.15s ease-out;
}

.p-store-sales-report-product__csv-button-icon::before {
  background: var(--color-theme);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.15s ease-out;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-sales-report-product__csv-button:hover .p-store-sales-report-product__csv-button-icon::before {
    transform: scaleY(1);
    transform-origin: top;
  }
}

.p-store-sales-report-product__csv-button-icon::after {
  background: url("/img/common/icons/icon_store_sales_report_csv.svg") no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 18px;
}

.p-store-teikyoujikan-store {
  display: none;
  padding-top: 30px;
  /**
   * Sort Block
   */
  /**
   * Graph Block
   */
  /**
   * Sales Data
   */
}

.p-store-teikyoujikan-store.is-show {
  display: block;
}

.p-store-teikyoujikan-store__sort,
.p-store-teikyoujikan-product__sort {
  align-items: flex-end;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  padding: 20px;
}

.p-store-teikyoujikan-store__graph {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}

.p-store-teikyoujikan-store__graph-note-y,
.p-store-teikyoujikan-store__graph-note-x {
  background: var(--color-gray--50);
  border-radius: 50px;
  display: block;
  font-size: 12px;
  padding: 5px 8px;
  width: -moz-max-content;
  width: max-content;
}

.p-store-teikyoujikan-store__graph-note-y {
  margin-bottom: 15px;
}

.p-store-teikyoujikan-store__graph-note-x {
  margin-left: auto;
}

.p-store-teikyoujikan-store__graph-chart {
  margin-bottom: 15px;
  height: 300px;
}

.p-store-teikyoujikan-store__data,
.p-store-teikyoujikan-product__data {
  padding-top: 30px;
}

.p-store-teikyoujikan-store__csv-button {
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
}

.p-store-teikyoujikan-store__csv-button-label {
  background: var(--color-theme);
  border-radius: 5px 0 0 5px;
  color: var(--color-wht);
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px;
}

.p-store-teikyoujikan-store__csv-button-icon {
  align-items: center;
  background: rgba(255, 143, 31, 0.8);
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  transition: background 0.15s ease-out;
}

.p-store-teikyoujikan-store__csv-button-icon::before {
  background: var(--color-theme);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.15s ease-out;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-teikyoujikan-store__csv-button:hover .p-store-teikyoujikan-store__csv-button-icon::before {
    transform: scaleY(1);
    transform-origin: top;
  }
}

.p-store-teikyoujikan-store__csv-button-icon::after {
  background: url("/img/common/icons/icon_store_sales_report_csv.svg") no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 18px;
}

.p-store-teikyoujikan-product {
  display: none;
  padding-top: 30px;
  /**
     * Sort Block
     */
  /**
   * Sales Data
   */
}

.p-store-teikyoujikan-product.is-show {
  display: block;
}

.p-store-teikyoujikan-product__csv-button {
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
}

.p-store-teikyoujikan-product__csv-button-label {
  background: var(--color-theme);
  border-radius: 5px 0 0 5px;
  color: var(--color-wht);
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px;
}

.p-store-teikyoujikan-product__csv-button-icon {
  align-items: center;
  background: rgba(255, 143, 31, 0.8);
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  transition: background 0.15s ease-out;
}

.p-store-teikyoujikan-product__csv-button-icon::before {
  background: var(--color-theme);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.15s ease-out;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-teikyoujikan-product__csv-button:hover .p-store-teikyoujikan-product__csv-button-icon::before {
    transform: scaleY(1);
    transform-origin: top;
  }
}

.p-store-teikyoujikan-product__csv-button-icon::after {
  background: url("/img/common/icons/icon_store_sales_report_csv.svg") no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 18px;
}

.p-store-check-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  /**
   * Table Item Head
   */
  /**
   * Table Item Info Area
   */
  /**
   * Table Item Note
   */
}

.p-store-check-list__table-item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  position: relative;
  transition: border 0.15s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-check-list__table-item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-check-list__table-item-head {
  align-items: center;
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  padding: 15px 20px;
  position: relative;
}

.p-store-check-list__table-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.p-store-check-list__table-info {
  padding: 15px 20px;
  width: 100%;
}

.p-store-check-list__table-item--unsettled .p-store-check-list__table-info {
  padding: 10px 20px 15px;
}

.p-store-check-list__table-info-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-store-check-list__table-info-row:not(:last-child) {
  margin-bottom: 10px;
}

.p-store-check-list__table-info-label {
  font-size: 12px;
}

.p-store-check-list__table-info-data {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.p-store-check-list__table-item-note {
  padding: 10px 10px 0;
}

.p-store-check-list__table-item-note-text {
  align-items: center;
  background: var(--color-negative);
  border-radius: 7px;
  color: var(--color-wht);
  display: flex;
  font-size: var(--font-size--75);
  padding: 10px;
}

.p-store-check-list__table-item-note-text::before {
  content: "";
  background: url("/img/common/icons/icon_store_check_list_table_note.svg") no-repeat center center/contain;
  margin-right: 5px;
  height: 18px;
  width: 18px;
}

.p-store-check-detail {
  /**
   * Printer Error Message
   */
}

.p-store-check-detail__printer-error {
  align-items: center;
  background: var(--color-negative);
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 999;
}

.p-store-check-detail__printer-error--visible {
  opacity: 1;
  visibility: visible;
}

.p-store-check-detail__printer-error-msg {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  margin-right: 5px;
}

.p-store-check-detail__printer-error-msg::before {
  background: url("/img/common/icons/icon_store_sales_history_printer_error.svg") no-repeat center center/contain;
  content: "";
  margin-right: 10px;
  height: 20px;
  width: 20px;
}

.p-store-check-detail__printer-error-code {
  font-size: 10px;
}

.p-store-check-fixed-bnr {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin-left: -40px;
  position: fixed;
  bottom: 0;
  padding: 20px;
  width: calc(100vw - 200px);
  z-index: 1;
}

.p-store-check-fixed-bnr__info {
  display: flex;
}

.p-store-check-fixed-bnr__quantity {
  align-items: center;
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding-right: 20px;
}

.p-store-check-fixed-bnr__amount {
  align-items: center;
  display: flex;
}

.p-store-check-fixed-bnr__quantity-txt,
.p-store-check-fixed-bnr__amount-txt {
  margin-right: 10px;
}

.p-store-check-fixed-bnr__quantity-num,
.p-store-check-fixed-bnr__amount-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.p-store-check-fixed-bnr__amount-num-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.p-store-check-fixed-bnr__btn {
  display: flex;
}

.p-store-check-fixed-bnr__btn :not(:last-child) {
  margin-right: 10px;
}

.p-store-takeout {
  display: flex;
  flex-wrap: wrap;
}

.p-store-takeout__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
  width: calc(50% - 10px);
}

.p-store-takeout__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.p-store-takeout__item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.p-store-takeout__item-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 18px;
  padding: 20px;
}

.p-store-takeout__item-info {
  padding: 15px 20px 20px;
  width: 100%;
}

.p-store-takeout__item-info-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-store-takeout__item-info-row:not(:last-child) {
  margin-bottom: 10px;
}

.p-store-takeout__item-info-lbl {
  font-size: 12px;
}

.p-store-takeout__item-info-txt {
  font-size: 16px;
}

.p-store-takeout-detail {
  overflow-y: scroll;
  height: 65vh;
}

.p-store-takeout-detail__detail-group:not(:last-child) {
  margin-bottom: 40px;
}

.p-store-takeout-detail__hl {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}

.p-store-takeout-detail__tbl {
  width: 100%;
}

.p-store-takeout-detail__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  padding: 15px 0;
}

.p-store-takeout-detail__row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-store-takeout-detail__row--strong {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.p-store-takeout-detail__row--wrap {
  flex-wrap: wrap;
}

.p-store-takeout-detail__lbl {
  line-height: 1.5em;
  margin-right: auto;
  opacity: 0.5;
}

.p-store-takeout-detail__lbl-opt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding-top: 5px;
}

.p-store-takeout-detail__lbl-opt-item {
  line-height: 1.5em;
}

.p-store-takeout-detail__lbl-opt-item:not(:first-child)::before {
  content: "/";
  margin: 0 2px;
}

.p-store-takeout-detail__data {
  text-align: right;
  min-width: 60px;
  white-space: nowrap;
}

.p-store-takeout-detail__row--wrap .p-store-takeout-detail__data {
  line-height: 1.5em;
  padding-top: 10px;
  text-align: left;
  width: 100%;
  white-space: unset;
}

.p-store-takeout-detail__unit {
  margin-right: 20px;
  text-align: right;
  white-space: nowrap;
}

.p-store-sales-history {
  /**
   * History List
   */
  /**
   * Printer Error Message
   */
}

.p-store-sales-history__item {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  padding: 20px;
  transition: border 0.15s ease-out;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-sales-history__item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-sales-history__item:not(:last-child) {
  margin-bottom: 10px;
}

.p-store-sales-history__date {
  margin-right: 20px;
  opacity: 0.5;
}

.p-store-sales-history__num {
  align-items: center;
  display: flex;
  font-size: 16px;
  line-height: 1.5em;
  margin-right: auto;
}

.p-store-sales-history__amount {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.p-store-sales-history__amount-unit {
  font-size: 12px;
  margin-left: 3px;
}

.p-store-sales-history__printer-error {
  align-items: center;
  background: var(--color-negative);
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 999;
}

.p-store-sales-history__printer-error--visible {
  opacity: 1;
  visibility: visible;
}

.p-store-sales-history__printer-error-msg {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  margin-right: 5px;
}

.p-store-sales-history__printer-error-msg::before {
  background: url("/img/common/icons/icon_store_sales_history_printer_error.svg") no-repeat center center/contain;
  content: "";
  margin-right: 10px;
  height: 20px;
  width: 20px;
}

.p-store-sales-history__printer-error-code {
  font-size: 10px;
}

.p-store-sales-history-detail {
  overflow-y: scroll;
  height: 65vh;
}

.p-store-sales-history-detail__detail-group:not(:last-child) {
  margin-bottom: 40px;
}

.p-store-sales-history-detail__hl {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}

.p-store-sales-history-detail__tbl {
  width: 100%;
}

.p-store-sales-history-detail__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  padding: 15px 0;
}

.p-store-sales-history-detail__row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-store-sales-history-detail__row--strong {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.p-store-sales-history-detail__lbl {
  line-height: 1.5em;
  margin-right: auto;
  opacity: 0.5;
}

.p-store-sales-history-detail__lbl-opt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding-top: 5px;
}

.p-store-sales-history-detail__lbl-opt-item {
  line-height: 1.5em;
}

.p-store-sales-history-detail__lbl-opt-item:not(:first-child):before {
  content: "/";
  margin: 0 2px;
}

.p-store-sales-history-detail__data {
  text-align: right;
  min-width: 60px;
  white-space: nowrap;
}

.p-store-sales-history-detail__unit {
  margin-right: 20px;
  text-align: right;
  white-space: nowrap;
}

.p-store-setting-basic {
  /**
   * 税価格設定
   */
  /**
   * その他
   */
  /**
   * Submit
   */
}

.p-store-setting-basic__content-block:not(:first-child) {
  padding-top: 30px;
}

.p-store-setting-basic__tax-settings {
  padding-top: 20px;
}

.p-store-setting-basic__other-settings {
  padding-top: 20px;
}

.p-store-setting-basic__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-setting-opening__table {
  display: block;
}

.p-store-setting-opening__table-head {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.p-store-setting-opening__table-head-row {
  align-items: center;
  display: flex;
  width: 100%;
}

.p-store-setting-opening__table-head-label {
  font-size: 12px;
  opacity: 0.5;
}

.p-store-setting-opening__table-head-label:not(:last-child) {
  margin-right: 20px;
}

.p-store-setting-opening__table-head-label:nth-child(1) {
  width: 80px;
  min-width: 80px;
}

.p-store-setting-opening__table-head-label:nth-child(2) {
  width: 80px;
  min-width: 80px;
}

.p-store-setting-opening__table-head-label:nth-child(3) {
  width: 100%;
  min-width: auto;
}

.p-store-setting-opening__table-head-label:nth-child(4) {
  width: 100%;
  min-width: auto;
}

.p-store-setting-opening__table-head-label:nth-child(5) {
  width: 60px;
  min-width: 60px;
}

.p-store-setting-opening__table-head-label:nth-child(6) {
  width: 80px;
  min-width: 80px;
}

.p-store-setting-opening__table-body {
  display: block;
}

.p-store-setting-opening__table-body-row {
  align-items: baseline;
  display: flex;
}

.p-store-setting-opening__table-body-row:not(:last-child) {
  margin-bottom: 15px;
}

.p-store-setting-opening__table-body-row-label {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
}

.p-store-setting-opening__table-body-row-label-item {
  display: block;
  height: 42px;
}

.p-store-setting-opening__table-body-row-label-item:not(:last-child) {
  margin-bottom: 15px;
}

.p-store-setting-opening__table-body-row-textfield {
  margin-right: 20px;
  width: 100%;
}

.p-store-setting-opening__table-body-row-holiday {
  width: 60px;
  min-width: 60px;
}

.p-store-setting-opening__table-body-row-takeout {
  width: 80px;
  min-width: 80px;
}

.p-store-setting-opening__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-setting-table__edit-area {
  margin-bottom: 20px;
}

.p-store-setting-table__table-group {
  background: var(--color-gray--50);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.p-store-setting-table__table-group:not(:first-child) {
  margin-top: 30px;
}

.p-store-setting-table__delete-group {
  background: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
}

.p-store-setting-table__table-list {
  display: flex;
  flex-wrap: wrap;
  /* ドロップ可能領域担保の為に下記を指定 */
  margin-top: 20px;
  min-height: 60px;
}

.p-store-setting-table__table-item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  cursor: grab;
  padding: 20px;
  transition: border 0.15s ease-out, transform 0.15s ease-out;
  width: calc(25% - 8px);
}

@media (hover: hover) and (pointer: fine) {

  .p-store-setting-table__table-item[data-drag=true],
  .p-store-setting-table__table-item:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-store-setting-table__table-item[data-drag=true] {
  transform: rotate(3deg);
  z-index: 1;
}

.p-store-setting-table__table-item:not(:nth-child(-n+4)) {
  margin-top: 10px;
}

.p-store-setting-table__table-item:not(:nth-child(4n)) {
  margin-right: 10px;
}

.p-store-setting-table__add-group {
  align-items: center;
  color: var(--color-theme);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  padding-bottom: 3px;
  position: relative;
  transition: opacity 0.15s ease-out;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-setting-table__add-group:hover {
    opacity: 0.5;
  }
}

.p-store-setting-table__add-group::before {
  background: #000;
  content: "";
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

.p-store-setting-table__add-group::after {
  background: var(--color-theme);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.p-store-setting-table__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-setting-category__list {
  display: flex;
  flex-wrap: wrap;
}

.p-store-setting-category__item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: calc(50% - 10px);
}

.p-store-setting-category__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.p-store-setting-category__item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.p-store-setting-category__item-name {
  display: block;
  overflow: hidden;
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-store-setting-category__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-setting-category__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-setting-category__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-setting-category__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-setting-category__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-setting-category__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
  width: 100%;
}

.p-store-setting-category__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-setting-category__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-setting-category__menu-item--negative {
  color: var(--color-negative);
}

.p-store-setting-category__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-setting-category-edit {
  overflow-y: scroll;
  max-height: 40vh;
}

.p-store-setting-category-edit__category-list {
  padding-top: 15px;
}

.p-store-setting-category-edit__category-list:not(:last-child) {
  margin-bottom: 15px;
}

.p-store-setting-category-edit__category-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.p-store-setting-category-edit__category-item:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-gray--100);
  padding-bottom: 7.5px;
}

.p-store-setting-category-edit__category-item-name {
  line-height: 1.5em;
}

.p-store-setting-category-edit__toggle-switch-container {
  display: flex;
  gap: 10px;
}

.p-store-setting-category-edit__toggle-switch-container>span:first-child {
  width: 60%;
  word-break: break-all;
}

.p-store-setting-category-edit__toggle-switch-container.subcategory:not(:last-child) {
  margin-bottom: 10px;
}

.p-store-setting-time-frame__list-head {
  display: flex;
  background: var(--color-wht);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.p-store-setting-time-frame__list-head-label {
  font-size: 12px;
  opacity: 0.5;
  align-items: center;
  background: var(--color-wht);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: calc(33.3333333333% - 10px);
}

.p-store-setting-time-frame__list {
  align-items: center;
  background: var(--color-wht);
  border: 2px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.p-store-setting-time-frame__item {
  align-items: center;
  background: var(--color-wht);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: calc(50% - 10px);
  border-radius: 10px;
}

.p-store-setting-time-frame__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-setting-time-frame__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-setting-time-frame__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-setting-time-frame__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-setting-time-frame__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-setting-time-frame__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
  width: 100%;
}

.p-store-setting-time-frame__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-setting-time-frame__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-setting-time-frame__menu-item--negative {
  color: var(--color-negative);
}

.p-store-setting-time-frame__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-setting-printer__list {
  display: flex;
  flex-wrap: wrap;
}

.p-store-setting-printer__item {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: calc(50% - 10px);
}

.p-store-setting-printer__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.p-store-setting-printer__item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.p-store-setting-printer__item-name {
  display: block;
  overflow: hidden;
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-store-setting-printer__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: absolute;
  transition: background 0.15s ease-out;
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-store-setting-printer__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-store-setting-printer__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-store-setting-printer__menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-store-setting-printer__menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-store-setting-printer__menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
  width: 100%;
}

.p-store-setting-printer__menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-store-setting-printer__menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-store-setting-printer__menu-item--negative {
  color: var(--color-negative);
}

.p-store-setting-printer__submit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.p-store-setting-area {
  overflow-y: scroll;
  max-height: 40vh;
}

.p-store-setting-area__area-list {
  padding-top: 15px;
}

.p-store-setting-area__area-list:not(:last-child) {
  margin-bottom: 15px;
}

.p-store-setting-area__area-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.p-store-setting-area__area-item:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-gray--100);
  padding-bottom: 7.5px;
}

.p-store-setting-area__area-item-name {
  line-height: 1.5em;
}

.p-store-setting-area__toggle-switch-container {
  display: flex;
  gap: 10px;
}

.p-store-setting-area__toggle-switch-container>span:first-child {
  width: 60%;
  word-break: break-all;
}

.p-store-setting-area__toggle-switch-container.subcategory:not(:last-child) {
  margin-bottom: 10px;
}

/**
 * Handy
 */
.p-handy-nav {
  position: relative;
  z-index: 99;
}

.p-handy-nav::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 2;
}

[data-nav=true] .p-handy-nav::after {
  opacity: 1;
  visibility: visible;
}

.p-handy-nav__content {
  background: var(--color-wht);
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(110%);
  transition: transform 0.15s ease-out;
  height: 100vh;
  width: 80vw;
  z-index: 3;
}

[data-nav=true] .p-handy-nav__content {
  transform: translateX(0);
}

.p-handy-nav__nav-item {
  align-items: center;
  background: var(--color-wht);
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  padding: 20px 15px;
}

@media (hover: hover) and (pointer: fine) {
  .p-handy-nav__nav-item:hover {
    background: var(--color-gray--50);
  }
}

.p-handy-table-nav {
  align-items: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 0 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 11;
}

.p-handy-table-nav__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 60px;
  width: 100%;
}

.p-handy-table-nav__item-icon {
  filter: grayscale(1) brightness(1);
  margin-bottom: 5px;
}

.p-handy-table-nav__item--current .p-handy-table-nav__item-icon {
  filter: none;
}

.p-handy-table-nav__item-badge {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background: var(--color-blk);
  border: 2px solid #fff;
  border-radius: 15px;
  box-sizing: unset;
  display: grid;
  font-size: 10px;
  place-items: center;
  position: absolute;
  top: 2px;
  right: 10px;
  transform: scale(0, 0);
  transition: transform 0.15s ease-out;
  height: 20px;
  width: 20px;
}

.p-handy-table-nav__item-badge.is-show {
  transform: scale(1, 1);
}

.p-handy-table-nav__item-lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  opacity: 0.3;
}

.p-handy-table-nav__item--current .p-handy-table-nav__item-lbl {
  opacity: 1;
}

.p-handy-top-menu {
  /**
   * メインカテゴリタブ
   */
  /**
   * メインカテゴリのコンテンツ表示エリア
   */
  /**
   * サブカテゴリラベル
   */
  /**
   * 商品表示エリア
   */
  /**
   * 表示できる商品が無い時
   */
}

.p-handy-top-menu__tab {
  display: flex;
  overflow-x: scroll;
  padding: 20px 0 10px;
  white-space: nowrap;
}

.p-handy-top-menu__tab-item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
}

.p-handy-top-menu__tab-item:first-child {
  margin-left: 20px;
}

.p-handy-top-menu__tab-item:last-child {
  margin-right: 20px;
}

.p-handy-top-menu__tab-item--current {
  background: var(--color-theme);
  color: var(--color-wht);
}

.p-handy-top-menu__main {
  position: relative;
}

.p-handy-top-menu__main-item {
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.15s ease-out;
  visibility: hidden;
  width: 100%;
}

.p-handy-top-menu__menu-list-item.hidden {
  display: none;
}

.p-handy-top-menu__main-item--active {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  visibility: visible;
}

.p-handy-top-menu__main-lbl {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: sticky !important;
  top: 0;
  transition: top 0.15s ease-out;
  z-index: 9 !important;
}

.p-handy-top-menu__main-lbl-item {
  padding: 20px 20px;
  width: auto !important;
}

.p-handy-top-menu__main-lbl-item.swiper-slide-thumb-active {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-bottom: 3px solid var(--color-theme);
}

.p-handy-top-menu__menu {
  padding: 20px 20px 130px !important;
  width: 100vw;
}

.p-handy-top-menu__search-menu {
  padding: 20px !important;
  width: 100vw;
}

.p-handy-top-menu__menu-list-item {
  display: block;
}

.p-handy-top-menu__menu-list-item:not(:last-child) {
  margin-bottom: 30px;
}

@media (hover: hover) and (pointer: fine) {
  .p-handy-top-menu__menu-list-item:hover {
    opacity: 1;
  }
}

.p-handy-top-menu__menu-list-thumb {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

.p-handy-top-menu__menu-list-thumb img {
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.p-handy-top-menu__menu-list-thumb--blank {
  align-items: center;
  background: #ddd;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-handy-top-menu__menu-list-thumb--blank::after {
  content: "No image";
  font-size: 18px;
  position: absolute;
}

.p-handy-top-menu__menu-list-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-top-menu__menu-list-txt {
  padding-right: 20px;
  width: calc(100% - 120px);
}

.p-handy-top-menu__menu-list-item--sold .p-handy-top-menu__menu-list-txt {
  color: var(--color-gray--300);
}

.p-handy-top-menu__menu-list-name {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-handy-top-menu__menu-list-price {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.p-handy-top-menu__menu-list-price span {
  font-size: 12px;
  margin-left: 3px;
  opacity: 0.8;
}

.p-handy-top-menu__menu-list-quantity {
  align-items: center;
  display: flex;
}

.p-handy-top-menu__menu-list-quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  background: none;
  font-size: 18px;
  text-align: center;
  width: 40px;
}

.p-handy-top-menu__menu-list-quantity-btn {
  align-items: center;
  background: url("/img/common/icons/icon_customer_food_detail_spinner_plus.svg") no-repeat center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 40px;
  width: 40px;
}

.p-handy-top-menu__menu-list-quantity-btn--minus {
  background: url("/img/common/icons/icon_customer_food_detail_spinner_minus.svg") no-repeat center;
}

.p-handy-top-menu__menu-list-quantity-btn:disabled {
  opacity: 0.5;
}

.p-handy-top-menu__menu-list-add-option {
  align-items: center;
  border: 1px solid var(--color-gray--100);
  border-radius: 50px;
  display: flex;
  font-size: 13px;
  justify-content: center;
  transition: background 0.15s ease-out;
  height: 40px;
  width: 120px;
}

@media (hover: hover) and (pointer: fine) {
  .p-handy-top-menu__menu-list-add-option:hover {
    border: 1px solid var(--color-theme);
  }
}

.p-handy-top-menu__menu-list-sold-label {
  background: var(--color-gray--100);
  border-radius: 50px;
  color: var(--color-gray--500);
  display: grid;
  place-items: center;
  height: 40px;
  width: 120px;
}

.p-handy-top-menu__menu-list-blank {
  display: block;
  opacity: 0.5;
  padding-top: 20px;
  text-align: center;
}

/*** ごめんなさい後で整えます(モーダルスタイル) ***/
.call-dialog {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.call-dialog .bg-dialog {
  background: #000;
  opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 100%;
}

.call-dialog .wrapper {
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  height: 100%;
  width: 100%;
}

.call-dialog .wrapper .inner-dialog {
  background: #fff;
  border-radius: 10px;
  float: left;
  position: relative;
  top: 40%;
  width: 100%;
  z-index: 1;
}

.call-dialog .wrapper .inner-dialog .message {
  border-bottom: 1px solid #b2b2b2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
}

.call-dialog .wrapper .inner-dialog .btn {
  display: flex;
}

.call-dialog .wrapper .inner-dialog .btn a {
  color: #252525;
  text-align: center;
  padding: 15px 0;
  width: 50%;
  display: flex;
  justify-content: center;
}

.call-dialog .wrapper .inner-dialog .btn a:nth-child(2) {
  border-left: 1px solid #b2b2b2;
  color: var(--color-theme);
}

.p-handy-food-detail-info {
  padding-top: 20px;
  /**
   * 基本情報
   */
  /**
   * 個数選択
   */
  /**
   * オプションカード
   */
  /**
   * メモ
   */
}

.p-handy-food-detail-info__head {
  margin-bottom: 30px;
}

.p-handy-food-detail-info__food-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.p-handy-food-detail-info__price-txt {
  align-items: center;
  display: flex;
  font-size: 21px;
}

.p-handy-food-detail-info__quantity {
  align-items: center;
  border-top: 1px solid var(--color-gray--100);
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.p-handy-food-detail-info__quantity-input {
  align-items: center;
  display: flex;
}

.p-handy-food-detail-info__quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  background: none;
  text-align: center;
  width: 50px;
}

.p-handy-food-detail-info__quantity-spinner-item {
  align-items: center;
  background: url("/img/common/icons/icon_handy_food_detail_spinner_plus.svg") no-repeat center;
  border: 1px solid var(--color-gray--100);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 50px;
  width: 50px;
}

.p-handy-food-detail-info__quantity-spinner-item--down {
  background: url("/img/common/icons/icon_handy_food_detail_spinner_minus.svg") no-repeat center;
}

.p-handy-food-detail-info__quantity-spinner-item:disabled {
  opacity: 0.5;
}

.p-handy-food-detail-info__option {
  border-bottom: 1px solid var(--color-gray--100);
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-handy-food-detail-info__option-list {
  padding-top: 15px;
}

.p-handy-food-detail-info__option-item {
  background: #fff;
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  padding: 20px;
}

.p-handy-food-detail-info__option-item:not(:last-child) {
  margin-bottom: 10px;
}

.p-handy-food-detail-info__option-item-head {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.p-handy-food-detail-info__option-item-head::after {
  background: url("/img/common/icons/icon_handy_food_detail_option_more.svg") no-repeat center;
  content: "";
  margin-left: auto;
  height: 20px;
  width: 20px;
}

.p-handy-food-detail-info__option-item-hl {
  margin-right: 10px;
}

.p-handy-food-detail-info__option-item-detail {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}

.p-handy-food-detail-info__option-item-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-food-detail-info__option-item-row:not(:last-child) {
  margin-bottom: 5px;
}

.p-handy-food-detail-info__option-item-lbl {
  margin-right: 20px;
  width: 45%;
}

.p-handy-food-detail-info__option-item-dsc {
  line-height: 1.5em;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  width: 55%;
  white-space: nowrap;
}

.p-handy-food-detail-info__memo {
  padding-top: 20px;
}

.p-handy-food-detail-tos {
  overflow-y: scroll;
  max-height: 70vh;
  /**
   * 個数オプション
   */
}

.p-handy-food-detail-tos__option-group:not(:last-child) {
  margin-bottom: 15px;
}

.p-handy-food-detail-tos__option-list {
  padding-top: 10px;
}

.p-handy-food-detail-tos__option-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-food-detail-tos__option-item:not(:last-child) {
  margin-bottom: 10px;
}

.p-handy-food-detail-tos__option-lbl {
  color: var(--color-gray--500);
  margin-right: 5px;
}

.p-handy-food-detail-tos__option-quantity {
  align-items: center;
  display: flex;
}

.p-handy-food-detail-tos__quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  background: none;
  text-align: center;
  width: 40px;
}

.p-handy-food-detail-tos__quantity-spinner-item {
  align-items: center;
  background: url("/img/common/icons/icon_customer_food_detail_spinner_plus.svg") no-repeat center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 40px;
  width: 40px;
}

.p-handy-food-detail-tos__quantity-spinner-item--down {
  background: url("/img/common/icons/icon_customer_food_detail_spinner_minus.svg") no-repeat center;
}

.p-handy-food-detail-tos__quantity-spinner-item:disabled {
  opacity: 0.5;
}

.p-handy-cart-list {
  padding-bottom: 130px;
  /**
   * 商品情報(商品名/価格)
   */
  /**
   * オプション
   */
  /**
   * ハンディメモ
   */
  /**
   * フリーメモ
   */
  /**
   * 選択個数
   */
  /**
   * エラーメッセージ
   */
}

.p-handy-cart-list__cart-item {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
}

.p-handy-cart-list__cart-item:not(:last-child) {
  margin-bottom: 10px;
}

.p-handy-cart-list__cart-item-head {
  border-bottom: 1px solid var(--color-gray--100);
  padding: 15px 20px;
}

.p-handy-cart-list__product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: var(--font-size--300);
  line-height: 1.5em;
  margin-bottom: 5px;
}

.p-handy-cart-list__price {
  color: var(--color-gray--500);
}

.p-handy-cart-list__option,
.p-handy-cart-list__handy-memo {
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  overflow-x: scroll;
  padding: 15px 20px;
  position: relative;
}

.p-handy-cart-list__option::after,
.p-handy-cart-list__handy-memo::after {
  content: "";
  height: 1px;
  width: 20px;
  min-width: 20px;
}

.p-handy-cart-list__option-item,
.p-handy-cart-list__handy-memo-item {
  background: var(--color-gray--100);
  border-radius: 5px;
  line-height: 1.5em;
  padding: 10px 15px;
  white-space: pre;
}

.p-handy-cart-list__option-item:not(:last-child),
.p-handy-cart-list__handy-memo-item:not(:last-child) {
  margin-right: 5px;
}

.p-handy-cart-list__free-memo {
  align-items: flex-start;
  border-bottom: 1px solid var(--color-gray--100);
  display: flex;
  line-height: 1.7em;
  padding: 15px 20px;
  position: relative;
}

.p-handy-cart-list__free-memo::before {
  background: url("/img/common/icons/icon_handy_cart_free_memo.svg") no-repeat center center/contain;
  content: "";
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
  width: 20px;
  min-width: 20px;
}

.p-handy-cart-list__quantity {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px 20px;
}

.p-handy-cart-list__quantity-num {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  background: none;
  text-align: center;
  width: 50px;
}

.p-handy-cart-list__quantity-btn {
  align-items: center;
  background: url("/img/common/icons/icon_handy_food_detail_spinner_plus.svg") no-repeat center;
  border: 1px solid var(--color-gray--100);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease-out;
  height: 50px;
  width: 50px;
}

.p-handy-cart-list__quantity-btn--minus {
  background: url("/img/common/icons/icon_handy_food_detail_spinner_minus.svg") no-repeat center;
}

.p-handy-cart-list__error-message {
  align-items: center;
  background: var(--color-negative);
  border-radius: 5px;
  color: var(--color-wht);
  display: flex;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.p-handy-cart-list__error-message::before {
  content: "";
  background: url("/img/common/icons/icon_store_merging_accounts_modal_note.svg") no-repeat center center/contain;
  margin-right: 10px;
  height: 20px;
  min-width: 20px;
}

.p-handy-cart-list__sold {
  padding-top: 10px;
}

.p-handy-cart-list__sold-item {
  position: relative;
  padding-left: 0.75em;
}

.p-handy-cart-list__sold-item+.p-handy-cart-list__sold-item {
  padding-top: 5px;
}

.p-handy-cart-list__sold-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-handy-check-info__main {
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  margin-top: 10px;
}

.p-handy-check-info__data-group {
  display: flex;
}

.p-handy-check-info__data-item {
  align-items: center;
  display: flex;
  width: 100%;
}

.p-handy-check-info__data-item:not(.p-handy-check-info__data-item--large) {
  flex-direction: column;
  gap: 3px;
  padding: 12px 20px;
  max-width: 33.3333333333%;
}

.p-handy-check-info__data-item:not(.p-handy-check-info__data-item--large):not(:last-child) {
  border-right: 1px solid var(--color-gray--100);
}

.p-handy-check-info__data-item--large {
  border-bottom: 1px solid var(--color-gray--100);
  justify-content: space-between;
  padding: 20px;
}

.p-handy-check-info__data-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: baseline;
  display: flex;
  gap: 2px;
}

.p-handy-check-info__label {
  color: var(--color-gray--500);
  font-size: var(--font-size--75);
}

.p-handy-check-info__data-item--large .p-handy-check-info__label {
  font-size: var(--font-size--100);
}

.p-handy-check-info__data {
  font-size: var(--font-size--100);
  line-height: 1em;
  white-space: pre-wrap;
  text-align: right;
}

.p-handy-check-info__data-item--large .p-handy-check-info__data {
  font-size: var(--font-size--700);
}

.p-handy-check-info__data-unit {
  color: var(--color-gray--500);
  font-size: var(--font-size--200);
}

.p-handy-check-info__data-unit--yen {
  font-size: var(--font-size--300);
}

.p-handy-check-info__data-item--large .p-handy-check-info__data-unit {
  font-size: var(--font-size--500);
}

.p-handy-check-secondary-buttons {
  align-items: center;
  display: flex;
  padding-top: 15px;
}

.p-handy-check-orders {
  padding-top: 20px;
  /**
   * Section Head
   */
  /**
   * Order List
   */
  /**
   * Float Menu
   */
}

.p-handy-check-orders__main {
  padding-top: 10px;
}

.p-handy-check-orders__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-check-orders__select-all {
  align-items: center;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  color: var(--color-gray--500);
  display: flex;
  padding: 10px 15px;
  transition: background 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
}

.p-handy-check-orders__select-all::before {
  content: "";
  background: url("/img/common/icons/icon_handy_check_orders_select_button_gray.svg") no-repeat center center/contain;
  margin-right: 5px;
  transition: background 0.15s ease-out;
  height: 30px;
  width: 30px;
}

.p-handy-check-orders__select-all[data-select-all=true]::before {
  background: url("/img/common/icons/icon_handy_check_orders_select_button_blue.svg") no-repeat center center/contain;
}

.p-handy-check-orders__select-all--disabled {
  background: var(--color-disabled);
  border: 1px solid transparent;
  color: var(--color-gray--500);
  cursor: not-allowed;
  pointer-events: none;
}

.p-handy-check-orders__separate {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.p-handy-check-orders__separate-label {
  margin-right: 5px;
}

.p-handy-check-orders__order-list {
  padding-top: 15px;
}

.p-handy-check-orders__order-item {
  align-items: flex-start;
  background: var(--color-wht);
  border: 1px solid var(--color-gray--100);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 40px 1fr;
  padding: 15px 20px;
  position: relative;
}

.p-handy-check-orders__order-item:not(:last-child) {
  margin-bottom: 10px;
}

[data-checkout=separate] .p-handy-check-orders__order-item {
  grid-template-columns: 1fr;
}

.p-handy-check-orders__separate-quantity {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  background: var(--color-theme);
  border: 2px solid var(--color-wht);
  border-radius: 100%;
  box-sizing: content-box;
  color: var(--color-wht);
  display: none;
  line-height: 1em;
  place-items: center;
  position: absolute;
  top: -7px;
  right: -7px;
  height: 30px;
  width: 30px;
}

[data-checkout=separate] .p-handy-check-orders__separate-quantity {
  display: grid;
}

.p-handy-check-orders__select-button {
  background: url("/img/common/icons/icon_handy_check_orders_select_button_gray.svg") no-repeat center center/contain;
  transition: background 0.15s ease-out;
  height: 40px;
  width: 40px;
}

.p-handy-check-orders__order-item[data-selected=true] .p-handy-check-orders__select-button {
  background: url("/img/common/icons/icon_handy_check_orders_select_button_blue.svg") no-repeat center center/contain;
}

[data-checkout=separate] .p-handy-check-orders__select-button {
  display: none;
}

.p-handy-check-orders__order-item-info-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-check-orders__order-name {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: var(--font-size--200);
}

.p-handy-check-orders__more-button {
  align-items: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: relative;
  transition: background 0.15s ease-out;
  right: -10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-handy-check-orders__more-button:hover {
    background: var(--color-gray--50);
  }
}

.p-handy-check-orders__more-button::after {
  background: url("/img/common/icons/icon_store_table_item_more_button.svg") no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

.p-handy-check-orders__order-detail {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
  padding-top: 10px;
}

.p-handy-check-orders__order-detail-item {
  align-items: flex-start;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 40px 100px;
}

.p-handy-check-orders__order-detail-item:not(.p-handy-check-orders__order-detail-item--strong) {
  color: var(--color-gray--500);
}

.p-handy-check-orders__order-detail-quantity {
  text-align: right;
}

.p-handy-check-orders__order-detail-price {
  text-align: right;
}

.p-handy-check-orders__product-menu {
  background: var(--color-wht);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
  visibility: hidden;
  min-width: 150px;
  z-index: 1;
}

.p-handy-check-orders__product-menu.js-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-handy-check-orders__product-menu-item {
  display: block;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  transition: background 0.15s ease-out;
  width: 100%;
}

.p-handy-check-orders__product-menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray--100);
}

@media (hover: hover) and (pointer: fine) {
  .p-handy-check-orders__product-menu-item:hover {
    background: var(--color-gray--50);
  }
}

.p-handy-check-orders__product-menu-item--negative {
  color: var(--color-negative);
}

.p-handy-check-orders__total-price {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  border-top: 1px solid var(--color-gray--100);
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
}

.p-handy-check-orders__total-price::before {
  content: attr(data-label-text) "";
}

.p-handy-check-calculation-modal {
  width: 100%;
}

.p-handy-check-calculation-modal__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-check-calculation-modal__row:not(:last-child) {
  margin-bottom: 10px;
}

.p-handy-check-calculation-modal__data {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  display: flex;
  font-size: var(--font-size--200);
}

.p-handy-check-order-cancel-modal {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-check-separate-modal {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-handy-check-separate-detail {
  padding-top: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.p-handy-check-separate-detail__item {
  align-items: flex-start;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 50px 60px;
}

.p-handy-check-separate-detail__item-options {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr;
  padding-top: 5px;
}

.p-handy-check-separate-detail__option-item {
  color: var(--color-gray--500);
}

.p-handy-check-separate-detail__item-quantity,
.p-handy-check-separate-detail__item-price {
  text-align: right;
}

.p-setting-banner__appear-switch {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------- Utility -----------*/
/**
 * Date Range PickerカスタムCSS
 */
html[role=store] .daterangepicker {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
}

@media (hover: hover) and (pointer: fine) {

  html[role=store] .daterangepicker td.active,
  html[role=store] .daterangepicker .daterangepicker td.active:hover {
    background-color: var(--color-theme);
  }
}

html[role=store] .daterangepicker .drp-calendar.left {
  padding: 10px 0 10px 10px;
}

html[role=store] .daterangepicker .drp-calendar.right {
  padding: 10px 10px 10px 0;
}

html[role=store] .daterangepicker .drp-buttons {
  align-items: center;
  display: flex;
  padding: 15px;
}

html[role=store] .daterangepicker .drp-selected {
  font-size: 14px;
  margin-right: auto;
}

html[role=store] .daterangepicker .applyBtn,
html[role=store] .daterangepicker .cancelBtn {
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  font-weight: unset;
  justify-content: center;
  padding: 5px 15px;
  transition: background 0.15s ease-out, color 0.15s ease-out;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}

html[role=store] .daterangepicker .applyBtn {
  border: 1px solid var(--color-theme);
  color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .daterangepicker .applyBtn:hover {
    background: var(--color-theme);
    color: #fff;
  }
}

html[role=store] .daterangepicker .cancelBtn {
  border: 1px solid var(--color-gray--500);
  color: var(--color-blk);
}

@media (hover: hover) and (pointer: fine) {
  html[role=store] .daterangepicker .cancelBtn:hover {
    background: var(--color-gray--500);
    color: var(--color-wht);
  }
}

/*---------------------------------
  * align-items
---------------------------------*/
.u-align-items-center {
  align-items: center !important;
}

/*---------------------------------
  * color
---------------------------------*/
.u-color-negative {
  color: var(--color-negative) !important;
}

/*---------------------------------
  * display
---------------------------------*/
.u-block {
  display: block !important;
}

.u-flex {
  display: flex !important;
}

/*---------------------------------
  * justify-content
---------------------------------*/
.u-justify-content-center {
  justify-content: center !important;
}

/*---------------------------------
  * margin
---------------------------------*/
.u-mt-auto {
  margin-top: auto !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

/*---------------------------------
  * padding
---------------------------------*/
.u-p-0 {
  padding: 0 !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

/*---------------------------------
  * text-align
---------------------------------*/
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

/*---------------------------------
  * width
---------------------------------*/
.u-w-10 {
  width: 10% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-100 {
  width: 100% !important;
}

.invisible {
  display: none;
}

/*---------------------------------
  * Break Points
---------------------------------*/
@media (min-width: 1081px) {
  .u-dn-pc {
    display: none !important;
  }
}

@media (max-width: 1080px) and (min-width: 768px) {
  .u-dn-tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-dn-sp {
    display: none !important;
  }
}

#course-time {
  text-align: right;
}

.c-message-box__icon-auth-fail {
  background: url("../../../img/common/icons/icon_customer_auth_fail.svg") no-repeat center;
  height: 60px;
}

.label-theme {
  margin-top: 10px;
}

.btn-back.l-header__back {
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 0;
  padding: 18px;
  border-radius: 100%;
}

/*---------------------------------
  * Language Selector
---------------------------------*/
.language-selector {
  position: relative;
  margin-right: 20px;
  margin-top: -5px;
}

.language-selector button {
  cursor: pointer;
  width: 59px;
  height: 37px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.language-selector .show {
  display: block !important;
}

.language-container li {
  padding-left: 13px;
  padding-top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
  padding-bottom: 6px;
  border-bottom: solid 1px #E5E5E5;
}

.language-container li:last-child {
  border-bottom: none;
}

.language-container {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 150px;
  border-radius: 12px;
  background-color: white;
  min-width: 110px;
  display: none;
  z-index: 100;
}

.language-container span {
  color: #333333;
  font-size: 14px;
}

@media (max-width: 767px) {
  .language-selector {
    position: relative !important;
    margin-right: 0px !important;
    z-index: 1;
  }
}

.customer-language-selector .language-container {
  top: unset;
  right: 20px;
  background-color: lightgray;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */

.c-dropdown-order {
  display: flex;
  width: 60% !important;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .c-dropdown-order {
    display: flex;
    width: 70% !important;
    align-items: center;
    gap: 10px;
  }

  .p-store-product-edit__option-details {
    overflow-x: scroll;
  }
}

@media (min-width: 820px) and (max-width: 1180px) {
  .c-dropdown-order {
    display: flex;
    width: 100% !important;
    align-items: center;
    gap: 10px;
  }
}

.scroll-container {
  width: 100%;
  overflow-x: auto;
}

.break-word {
  word-break: break-word;
}

.toggle-switch-lang {
  margin-left: 10px;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}

.toggle-switch-lang label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  background-color: #f0f0f0;
  position: relative;
}

.toggle-switch-lang label {
  text-align: center;
}

.toggle-lang {
  margin-right: 40px;
  display: flex;
}

.toggle-lang-group {
  display: flex;
  margin-top: 15px;
}

.modal-open {
  overflow: hidden;
  height: 100vh;
}

#handleSelectLanguage:disabled {
  background-color: #b2b2b2 !important;
}

.display-product {
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: normal !important;
}