@charset "utf-8";
/**********************************************************
Mediaquery設定
***********************************************************/
@media screen and (max-width: 420px) {
  .col-xxs-12 {
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left;
  }
  .col-xxs-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    float: left;
  }
}
.visible-xxs {
  display: none !important;
}
@media screen and (max-width: 420px) {
  .visible-xxs {
    display: block !important;
  }
}

@media screen and (max-width: 420px) {
  .hidden-xxs {
    display: none !important;
  }
}

/**********************************************************
Material Icons設定
***********************************************************/
.material-icons {
  display: inline-flex;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  -ms-font-feature-settings: 'kern', 'liga', 'pnum';
}

/**********************************************************
Grobal
***********************************************************/
/* support iOS */
html {
  height: -webkit-fill-available;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #434343;
  background-color: transparent;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  /* IE11でMaterialIconsが表示されるように */
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";

  /* support iOS */
  min-height: 100vh;
  min-height: -webkit-fill-available;
  
}
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* contents設定 */
.fixed .wrapper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .fixed .wrapper {
    overflow: hidden;
  }
}

/* 背景固定用css */
.fixed .wrapper.-fixed {
  background: none;
}
.fixed .wrapper.-fixed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover
}

.fixed .content-wrapper {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .fixed .content-wrapper {
    padding-top: 50px;
  }
}
.fixed .content-wrapper.-isDemo {
  padding-top: 100px;
}
.content__wrapper {
  margin-bottom: -40px;
  padding-top: 40px;
  padding-bottom: 47px;
  background-color: none;
}
@media screen and (max-width: 420px) {
  .content__wrapper,
  .content__wrapper.-noPadding {
    padding-top: 0;
  }
}
.content__wrapper.-bottomBrank0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.container {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.content-header {
  padding: 40px;
}
@media screen and (max-width: 420px) {
  .content-header {
    padding: 24px;
  }
}

/* 見出し */
.content-header>h1 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .content-header>h1 {
    font-size: 14px;
    font-weight: 400;
  }
}

/* content・box設定 */
.content {
  padding-top: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 420px) {
  .content {
    padding: 0 0 24px;
  }
}
.box {
  min-height: 250px;
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.boxBody {
  padding: 40px 40px 56px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .boxBody {
    padding: 40px;
  }
}
@media screen and (max-width: 420px) {
  .boxBody {
    padding: 16px;
  }
}
/* Modifier */
.boxBody.-itemDetail {
  padding: 60px 80px 104px;
}
@media screen and (max-width: 991px) {
  .boxBody.-itemDetail {
    padding: 40px;
  }
}
@media screen and (max-width: 420px) {
  .boxBody.-itemDetail {
    margin-top: 0;
    padding: 0;
  }
}
.boxBody.-twoColumn {
  padding: 64px 96px;
}
@media screen and (max-width: 991px) {
  .boxBody.-twoColumn {
    padding: 40px;
  }
}
@media screen and (max-width: 420px) {
  .boxBody.-twoColumn {
    padding: 16px;
  }
}
.boxBody.-orderCheck {
  padding: 64px 200px;
}
@media screen and (max-width: 991px) {
  .boxBody.-orderCheck {
    padding: 40px;
  }
}
@media screen and (max-width: 420px) {
  .boxBody.-orderCheck {
    padding: 16px;
  }
}
.boxBody.-orderComplete {
  padding: 40px 200px 80px;
}
@media screen and (max-width: 991px) {
  .boxBody.-orderComplete {
    padding: 40px;
  }
}
@media screen and (max-width: 420px) {
  .boxBody.-orderComplete {
    padding: 16px;
  }
}

.boxBody.-news {
  padding: 56px 90px;
}

@media screen and (max-width: 767px) {
  .boxBody.-news {
    padding: 16px 16px 60px;
  }
}

.row-eq-height {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

/* table border */
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border: none;
}

/* chromeの黒枠対策 */
* {
  outline: none !important;
}
/**********************************************************
Button
***********************************************************/
/* Element */
.btn.cotolUserBtn,
.btn.cotolUserBtn:focus,
.btn.cotolUserBtn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  min-width: 287px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transition: .2s;
  outline: none !important;
}
.enableHover .cotolUserBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .cotolUserBtn,
  .cotolUserBtn:focus,
  .cotolUserBtn:active {
    font-size: 16px;
    width: 100%;
  }
}
/* Modifier */
.btn.cotolUserBtn.-main {
  background: #e8a248;
}
.btn.cotolUserBtn.-sub,
.btn.cotolUserBtn.-cancel,
.btn.cotolUserBtn.-return,
.btn.cotolUserBtn.-close {
  color: #363636;
  background: #f1f1f1;
  border: 1px solid #cccccc;
  box-shadow: none;
}
.btn.cotolUserBtn.-close {
  min-width: 152px;
  height: 40px;
}
.enableHover .btn.cotolUserBtn.-sub:hover,
.enableHover .btn.cotolUserBtn.-cancel:hover,
.enableHover .btn.cotolUserBtn.-return:hover,
.enableHover .btn.cotolUserBtn.-close:hover {
  opacity: 1;
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  .btn.cotolUserBtn.-sub,
  .btn.cotolUserBtn.-cancel,
  .btn.cotolUserBtn.-return {
    height: 45px;
  }
}
.btn.cotolUserBtn.-previou {
  color: #363636;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: none;
}
.enableHover .btn.cotolUserBtn.-previou:hover {
  background: #eeeeee;
  opacity: 1;
}

.btn.cotolUserBtn.-sub.-salesCalendar {
  font-size: 16px;
  min-width: 229px;
}
.btn.cotolUserBtn.-sub.-salesCalendar::before {
  content: "\e614";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  font-weight: normal;
  color: #999999;
  margin-right: 8px;
}
.btn.cotolUserBtn.-sub.-salesCalendar[disabled]::before {
  color: #cccccc;
}

.btn[disabled] {
  color: #cccccc !important;
  background-color: #eeeeee !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  cursor: default;
}

.btn[disabled]:hover {
  color: #cccccc;
  opacity: 1;
  cursor: default;
}
.btn.cotolUserBtn.—responsive + .cotolUserBtn.—responsive {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .btn.cotolUserBtn.—responsive + .btn.cotolUserBtn.—responsive {
    margin-left: 0;
    margin-top: 16px;
  }
}
.btn.cotolUserBtn.-shopSelect,
.btn.cotolUserBtn.-shopSelectSmp {
  font-size: 12px;
  line-height: 1em;
  color: #555555;
  min-width: 64px;
  height: 32px;
  margin-right: 24px;
  padding: 2px 12px 2px 10px;
  background: #ffffff;
  box-shadow: none;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .btn.cotolUserBtn.-shopSelectSmp {
    margin-right: 6px;
  }
}
.btn.cotolUserBtn.-shopSelect {
  max-width: 520px;
  padding: 0 12px 0 8px;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  .btn.cotolUserBtn.-shopSelect {
    max-width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .btn.cotolUserBtn.-shopSelect {
    max-width: 320px !important;
  }
}
.btn.cotolUserBtn.-shopSelectSmp {
  padding: 0 12px 0 8px;
}
.btn.cotolUserBtn.-shopSelect span,
.btn.cotolUserBtn.-shopSelectSmp span {
  display: flex;
  align-items: center;
}
.btn.cotolUserBtn.-shopSelect span .material-icons,
.btn.cotolUserBtn.-shopSelect span .material-icons-outlined,
.btn.cotolUserBtn.-shopSelectSmp span .material-icons,
.btn.cotolUserBtn.-shopSelectSmp span .material-icons-outlined {
  font-size: 24px;
  margin: 0 4px 0 0;
}
.btn.cotolUserBtn.-shopSelect .selectedShopName {
  display: inline-block;
  line-height: 14px;
  width: 100%;
  max-width: 431px;
  min-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .btn.cotolUserBtn.-shopSelect .selectedShopName {
    max-width: 390px;
  }
}
@media screen and (max-width: 991px) {
  .btn.cotolUserBtn.-shopSelect .selectedShopName {
    max-width: 230px;
  }
}
.btn.cotolUserBtn.-shopSelect.selected {
  border: 1px solid #e8a248;
}
.enableHover .btn.cotolUserBtn.-shopSelect.selected:hover {
  background: #fff0d9;
  opacity: 1;
}
.btn.cotolUserBtn.-shopSelect.notSelected {
  border: 1px solid #e7e7e7;
}
.enableHover .btn.cotolUserBtn.-shopSelect.notSelected:hover {
  background: #eeeeee;
  opacity: 1;
}
.btn.cotolUserBtn.-shopSelectSmp.selected {
  font-weight: bold;
  color: #e8a248;
  background: #fff0d9;
  border: 1px solid #fff0d9;
}
.btn.cotolUserBtn.-shopSelectSmp.notSelected {
  background: #eeeeee;
  border: 1px solid #eeeeee;
}
.btn.cotolUserBtn.selected span .material-icons {
  color: #e8a248;
}
.btn.cotolUserBtn.notSelected span .material-icons-outlined {
  color: #434343;
}

/* モーダル内ボタン */
.btn.cotolUserBtn.-inModalBtn {
  min-width: 160px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .btn.cotolUserBtn.-inModalBtn {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 360px) {
  .btn.cotolUserBtn.-inModalBtn {
    min-width: 155px;
  }
}
.cotolUserBtn.-inModalMiddleBtn,
.cotolUserBtn.-inModalMiddleBtn:focus,
.cotolUserBtn.-inModalMiddleBtn:active {
  min-width: 152px;
  height: 40px;
  box-shadow: none;
}
@media screen and (max-width: 420px) {
  .cotolUserBtn.-inModalMiddleBtn,
  .cotolUserBtn.-inModalMiddleBtn:focus,
  .cotolUserBtn.-inModalMiddleBtn:active {
    height: 50px;
  }
}
.btn.cotolUserBtn.-inModalBtn + .btn.cotolUserBtn.-inModalBtn,
.btn.cotolUserBtn.-inModalMiddleBtn + .btn.cotolUserBtn.-inModalMiddleBtn {
  margin-top: 0;
  margin-left: 16px;
}

/* 確定ボタン */
.btn.cotolConfirmBtn,
.btn.cotolConfirmBtn:focus,
.btn.cotolConfirmBtn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 50px;
  padding: 2px;
  background: #e8a248;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transition: .2s;
  cursor: pointer;
}
.enableHover .btn.cotolConfirmBtn:hover {
  opacity: 0.7;
}
.cotolConfirmBtn__linelayout {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: 46px;
  padding: 6px 12px 6px 6px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}
.cotolConfirmBtn__linelayout::before {
  display: flex;
  align-items: center;
  content: "\e86c";
  font-family: "Material Icons";
  font-size: 24px;
  font-weight: normal;
  height: 24px;
  color: #ffffff;
  margin-right: 8px;
}
.btn.cotolConfirmBtn[disabled] .cotolConfirmBtn__linelayout::before {
  color: #cccccc;
}

/* ButtonBox */
.btnBox {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .btnBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .btnBox.-salesCalendar {
    flex-direction: row;
  }
}
.btnBox.-salesCalendar.-dateOnly {
  margin-top: 40px;
}
/* Modifier */
.btnBox.-column {
  flex-direction: column;
}
.btnBox.-left {
  justify-content: left;
}
.btnBox.-center {
  justify-content: center;
}
.btnBox.-right {
  justify-content: flex-end;
}
.btnBox.-noMargin {
  margin: 0;
}
/* 受取場所選択モーダル PC用 */
.btnBox.-shopSelectModal {
  align-items: center;
  height: 74px;
  margin: 0;
  border-top: 1px solid #cccccc;
}
.btnBox.-shopSelectModal .cotolUserBtn {
  min-width: 152px;
  height: 40px;
}
.btnBox.-shopSelectModal .cotolUserBtn + .cotolUserBtn {
  margin-left: 24px;
}

.btnBox__layout.-column {
  display: block;
  width: 100%;
}
.btnBox__layout.-center {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btnBox__layout.-center {
    margin: 0;
  }
}
.btnBox__layout.-marginBottom {
  margin-bottom: 8px;
}
.btnBox__layout.-marginBottom24 {
  margin-bottom: 24px;
}

/* 受取場所一覧 取扱なしラベル 支払い方法ラベル */
.shoplist__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  margin-top: 8px;
  padding: 0 2px;
  border: 1px solid inherit;
  border-radius: 2px;
}
.shopList .shoplist__label {
  margin-top: 0;
}
.shoplist__label + .shoplist__label {
  margin-left: 8px;
}
@media screen and (max-width: 360px) {
  .shoplist__label + .shoplist__label {
    margin-left: 4px;
  }
}
/* 受取場所一覧 在庫ありラベル */
.shoplist__label.-inStock {
  color: #ffffff;
  background: #3F81C1;
  border: 1px solid #3F81C1;
}
/* 受取場所一覧 完売ラベル */
.shoplist__label.-soldOut,
.shoplist__label.-shopClosed {
  color: #3F81C1;
  border: 1px solid #3F81C1;
}
.shoplist__label.-paymentType {
  color: #8e8e8e;
  background: transparent;
  border: 1px solid #999999;
}
.shoplist__label.-paymentType.-both {
  width: 160px;
}
@media screen and (max-width: 360px) {
  .shoplist__label.-paymentType.-both {
    width: 148px;
  }
}
.shoplist__label.-disabled {
  color: #999999;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
}
/* 受取場所一覧 取扱なしラベル */
.shoplist__label.-outOfStock,
.shoplist__label.-notReceiptable,
.shoplist__label.-disabled {
  color: #999999;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
}
.customerModal.-sp .shoplist__label {
  margin-top: 0;
}

/**********************************************************
アイコンボタン
***********************************************************/
.customerIconBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
  right: 8px;
  background: transparent;
  border-radius: 100%;
  cursor: pointer;
}
.enableHover .customerIconBtn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.customerModal.-sp .customerIconBtn {
  top: 4px;
  right: 4px;
}
.customerModal.-sp .customerIconBtn.-return {
  left: 4px;
}

/**********************************************************
スマホ用 下の受け取るボタン
***********************************************************/
.boxFooter.-selectShopBox {
  display: block;
  width: 100%;
  height: 256px;
  background: #ffffff;
  padding: 16px;
  position: fixed;
  bottom: 0;
  z-index: 800;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}

.boxFooter.btnBox .btnBox__layout.-spNoMargin {
  margin: 0;
}
.boxFooter__receiptShopName {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.boxFooter__receiptShopName .receiptShopName__heading {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 8px;
}
.receiptShopName {
  font-size: 16px;
  color: #c82527;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover {
  width: 100vw;
  background-color: white;
  position: fixed;
  top: 105vh;
  z-index: 2;
  transition: .2s;
}

/* Y方向に要素を移動させる */
.boxFooter__active {
  top: 100vh;
  transform: translateY(-256px);
}

/**********************************************************
テキストリンク
***********************************************************/
a {
  cursor: pointer;
}
.linkText,
.linkText:focus {
  text-decoration: underline;
  transition: .2s;
}
.enableHover .linkText:hover {
  text-decoration: none;
}
.linkText.-regular,
.enableHover .linkText.-regular:hover,
.linkText__arrow.-regular {
  color: #434343;
}
.linkText.-transition,
.enableHover .linkText.-transition:hover,
.linkText__arrow.-transition {
  color: #d58f2f;
}
.linkText.-back,
.enableHover .linkText.-back:hover,
.linkText__arrow.-back {
  color: #434343;
}
.linkText.-agreement,
.enableHover .linkText.-agreement:hover,
.linkText__arrow.-agreement {
  color: #cc7700;
}
.linkText__layout {
  padding: 0;
}
/* Modifier */
.linkText__layout.-marginTop {
  margin-top: 8px;
}
.linkText__layout.-marginBottom {
  margin-bottom: 8px;
}
.linkText__layout.-right {
  text-align: right;
}
.linkText__layout.-center {
  text-align: center;
}
.linkText__layout.-mailAuth {
  margin: 24px 0 32px;
}

/**********************************************************
フォーム部品
***********************************************************/
/* reset css */
input[type=number] {
  ime-mode: disable;
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root select {
  -webkit-appearance: none;
}
/* input[type="checkbox"] */
option,
select,
textarea,
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #ffffff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
/* selectのリセットcss */
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select option {
  background-color: #fff;
  color: #434343;
}
/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/* reset css ここまで */

input::placeholder,
textarea::placeholder {
  color: #bcbcbc !important;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formGroup__box {
    margin-bottom: 40px;
  }
}

.formGroup {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .formGroup {
    margin-bottom: 0;
  }
}
.formGroup__label {
  font-size: 14px;
  margin-bottom: 8px;
}
/* Modifier */
.formGroup__label.-normalWeight {
  font-weight: normal;
}
.formGroup__label.-attention {
  color: #c82527;
}
.formGroup__label.-flexLayout {
  margin: 0 16px 0 0;
}

/* input[text] */
.form-control.inputText {
  font-size: 18px;
  height: 50px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
}
.form-control.inputText.-middleSize {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .form-control.inputText.-middleSize {
      width: 100%;
  }
}
.form-control.inputText.-xSmallSize {
  width: 120px;
}

/* input[textarea] */
.form-control.textArea {
  font-size: 18px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  resize: vertical;
}

/* input[select] */
.selectInput__box.-flex {
  display: flex;
  align-items: center;
}
.selectInput__box.-flex.-center {
  justify-content: center;
}
.selectInput__box.-selesCalendar {
  margin-bottom: 40px;
}

.selectInput__boxLayout.-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.selectInput__boxLayout.-flex .formGroup {
  margin-bottom: 0;
}

.selectInput__boxInner {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  font-weight: bold;
}
/* Modifier */
.selectInput__boxInner.-normal {
  width: 4em;
}
.selectInput__boxInner.-xSmallSize {
  width: 120px;
}
.selectInput__boxInner.-itemListTable {
  width: 60px;
  margin: 0 15px -2px 16px;
}
.selectInput__boxInner.-receiptedAtTime {
  width: 220px;
}
.selectInput__boxInner::before {
  display: block;
  content: '\e313';
  font-family: 'Material Icons';
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  color: #626262;
  position: absolute;
  top: 0;
  right: 6px;
  z-index: 1;
  pointer-events: none;
}
.selectInput__boxInner.-itemListTable::before {
  line-height:25px;
  top: 2px;
  right: 4px;
}
.selectInput__boxInner.-payment {
  height: 50px;
}
.selectInput__boxInner.-payment::before {
  line-height: 50px;
}

.selectInput {
  width: 100%;
  height: 40px;
  font-weight: normal;
  padding: 5px 24px 5px 12px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  cursor: pointer;
}
.selectInput.-placeholder {
  color: #bcbcbc !important;
  font-size: 18px;
  font-weight: bold;
}
.selectInput.-itemListTable {
  padding: 0 8px;
  height: 25px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.selectInput.-payment {
  font-size: 18px;
  height: 50px;
}

/* input[select]プレースホルダー */
.selectInput__placeholder {
  display: none;
}

/* Radio */
.radioInput {
  display: none;
}
.radioInput__label {
  cursor: pointer;
}
/* Modifier */
.radioInput__label.-normalWeight {
  font-weight: normal;
}
.radioInput__label.-marginRight {
  margin-right: 16px;
}
.radioInput__label.-marginRightLarge {
  margin-right: 32px;
}
.radioInput__label.-flex {
  display: flex;
  align-items: flex-start;
}
.radioInput__label.-column {
  margin-bottom: 8px;
}
.radioInput__icon {
  display: block;
  width: 22px;
  height: 22px;
  min-height: 1px;
  margin-right: 4px;
  position: relative;
}
.radioInput__icon:before {
  display: block;
  content: "\e836";
  font-family: "Material Icons";
  color: #cccccc;
  font-size: 22px;
  height: 22px;
  font-weight: normal;
  position: relative;
  top: -5px;
}
.radioInput__label:hover .radioInput__icon:before {
  color: #666666;
}
.radioInput:checked + .radioInput__icon::before,
.radioInput__label:hover .radioInput:checked + .radioInput__icon:before {
  content: "\e837";
  color: #e8a248;
}
.radioInput:disabled + .radioInput__icon:before {
  content: "\e836";
  font-family: "Material Icons";
  color: #cccccc !important;
}
.radioInput:checked:disabled + .radioInput__icon:before {
  content: "\e837";
}
.radioInput__box.-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* CheckBox */
.checkboxInput__label {
  cursor: pointer;
}
.checkboxInput__label.-flex {
  display: flex;
  align-items: flex-start;
}
.checkboxInput__label.-column {
  margin-bottom: 8px;
}
/* Modifier */
.checkboxInput__label.-normalWeight {
  font-weight: normal;
}
.checkboxInput__label.-marginRightMiddle {
  margin-right: 8px;
}
.checkboxInput__label.-marginRight {
  margin-right: 16px;
}
.checkboxInput__label.-noText .checkboxInput + .checkboxInput__icon:before {
  padding-right: 0px;
}
.checkboxInput {
  display: none;
}
.checkboxInput__icon {
  display: block;
  width: 22px;
  height: 22px;
  min-height: 1px;
  margin-right: 4px;
  position: relative;
}
.checkboxInput__icon:before {
  content: "\e835";
  font-family: "Material Icons";
  color: #cccccc;
  font-size: 22px;
  height: 22px;
  font-weight: normal;
  position: relative;
  top: -6px;
}
.checkboxInput__label:hover .checkboxInput + .checkboxInput__icon:before {
  color: #666666;
}

.checkboxInput:checked + .checkboxInput__icon:before,
.checkboxInput__label:hover .checkboxInput:checked + .checkboxInput__icon:before {
  content: "\e834";
  font-family: "Material Icons";
  color: #e8a248;
}
.checkboxInput__label.-disabled {
  color: #999999;
  cursor: default;
}
.checkboxInput:disabled + .checkboxInput__icon:before {
  content: "\e835";
  font-family: "Material Icons";
  color: #cccccc !important;
  cursor: default;
}
.checkboxInput__box.-flex {
  display: flex;
}
.checkboxInput__box.-flexAlignRight {
  justify-content: flex-end;
}

/**********************************************************
商品詳細 input[select]
***********************************************************/
.optionPulldown {
  display: grid !important;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .optionPulldown {
    display: block !important;
    flex-direction: column;
  }
}
.optionPulldown .description_box {
  grid-column-start: 1;
  grid-row-end: 2;
}
.optionPulldown__image {
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: -webkit-right;
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .optionPulldown__image {
    margin-left: 0;
  }
}
.optionPulldown__select {
  grid-row-start: 2;
  max-width: 482px;
}
@media screen and (max-width: 1200px) {
  .optionPulldown__select {
    max-width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .optionPulldown__select {
    max-width: 100%;
  }
}
.optionPulldown__select.-noDescriptionBox {
  grid-column-start: 1;
  grid-row-start: 1;
}
@media screen and (max-width: 991px) {
  .selectInput__boxInner.-optionPulldownSize {
    width: 100%;
  }
}
.imageMedia__box.-optionPulldownImg {
  width: 220px;
  margin: 0 0 16px auto;
  padding: 0;
}
.imageMedia__box.-optionPulldownImg::before {
  padding-top: 146px;
}
@media screen and (max-width: 1200px) {
  .imageMedia__box.-optionPulldownImg {
    width: 162px;
  }
  .imageMedia__box.-optionPulldownImg::before {
    padding-top: 108px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__box.-optionPulldownImg {
    width: 183px;
    margin: 0 auto 16px;
  }
  .imageMedia__box.-optionPulldownImg::before {
    padding-top: 122px;
  }
}
@media screen and (max-width: 767px) {
  .imageMedia__box.-optionPulldownImg {
    width: 33.3%;
  }
  .imageMedia__box.-optionPulldownImg::before {
    padding-top: 66.67%;
  }
}
@media screen and (max-width: 420px) {
  .imageMedia__box.-optionPulldownImg {
    width: 44.3%;
  }
}

.imageMedia.-optionPulldownImg {
  width: 100%;
  transition: 0.2s;
}
.imageMedia.-optionPulldownImg:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .imageMedia.-optionPulldownImg:hover {
    opacity: 1;
  }
}

.selectInput__boxInner.-optionPulldownSize {
  width: 482px;
}
@media screen and (max-width: 1200px) {
  .selectInput__boxInner.-optionPulldownSize {
    width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .selectInput__boxInner.-optionPulldownSize {
    width: 100%;
  }
}
.selectInput__boxInner.-optionPulldownSize::before,
.selectInput__boxInner.-desiredReceiptSize::before {
  font-size: 24px;
  line-height:50px;
  right: 6px;
}
.selectInput.-optionPulldownSize {
  padding-right:42px;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.optionPulldown__itemDescription {
  margin: 12px 0;
}
.optionPulldown__detailedItemPrice {
  font-weight: bold;
  text-align: right;
  margin: 12px 0 16px;
}

.selectInput__boxInner.-desiredReceiptSize {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .selectInput__boxInner.-desiredReceiptSize {
    width: 100%;
  }
}
.selectInput.-desiredReceiptSize {
  font-size: 18px;
  height:50px;
}
/**********************************************************
focusの装飾
***********************************************************/
.enableHover .form-control.inputText:hover,
.enableHover .form-control:hover,
.enableHover .form-control.textArea:hover,
.enableHover .selectInput:hover {
  border: 1px solid #333333;
}
.form-control.inputText:focus,
.form-control.inputText:focus:hover,
.form-control:focus,
.form-control:focus:hover,
.form-control.textArea:focus,
.form-control.textArea:focus:hover,
.selectInput:focus,
.selectInput:focus:hover {
  border: 2px solid #e8a248;
  box-sizing: border-box;
}
.enableHover .form-control.inputText:disabled:hover,
.enableHover .form-control:disabled:hover,
.enableHover .form-control.textArea:disabled:hover,
.enableHover .selectInput:disabled:hover {
  border: 1px solid #cccccc;
}

/**********************************************************
エラー表示
***********************************************************/
.with-errors {
  color: #c82527;
  margin: 8px 0 16px;
}
@media screen and (max-width: 767px) {
  .with-errors {
    font-size: 12px;
  }
}
.with-errors.-twoLines {
  margin: 8px 0 0;
}
.with-errors.-noTopMargin {
  margin: 0 0 16px;
}

.processing .lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 56px;
}
.processError .lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

/**********************************************************
注文完了画面、注文後確認画面、エラーメッセージ
***********************************************************/
.processError h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  width: 480px;
  margin: 0 auto 64px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .processError h1 {
    width: 100%;
    font-size: 18px;
  }
}
.processError .processError__title {
  font-size: 24px;
  color: #333333;
  width: 480px;
  margin: 0 auto 64px;
  padding: 0;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
  .processError .processError__title {
    font-size: 18px;
    width: 100%;
  }
}
.processError .processError__text {
  font-size: 14px;
  width: 480px;
  margin: 0 auto 40px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .processError .processError__text {
    width: 100% !important;
  }
}
@media screen and (max-width: 420px) {
  .processError .processError__text {
    text-align: left;
  }
}
.processError .erroranc {
  font-size: 14px;
  font-weight: normal;
}

.errorContents__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: left;
  color: #333333;
  margin: 0 auto 40px -12px;
  padding: 0;
}
@media (max-width: 767px) {
  .errorContents__title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.errorContents__title .material-icons-outlined {
  font-size: 40px;
  font-weight: normal;
  color: #999999;
  margin-right: 8px;
}
p.errorContents__link {
  text-align: center;
  margin: 0 auto;
}
p.errorContents__link + p.errorContents__link {
  margin-top: 16px;
}
/* タイトルのbrタグを768px以上では表示しない */
.visible-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

/* 商品が存在しない場合 */
.noItemList__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.noItemList {
  text-align: center;
}
.noItemList__icon {
  display: block;
  margin-bottom: 16px;
}
.noItemList__icon svg {
  width: 56px;
  margin-bottom: 16px;
}
.noItemList p {
  color: #bcbcbc;
}
.noItemList__returnAllItems {
  margin-top: 32px;
}

/************************************
sweetalert2 追加css
*************************************/

.swal2-container {
  top: -24px;
  z-index: 100010;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.16);
}
.sweetAlert.swal2-popup {
  width: 400px;
  min-height: 240px;
  padding: 32px 24px 24px;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 420px) {
  .sweetAlert.swal2-popup {
    width: 327px;
    padding: 24px 16px 16px;
    border-radius: 6px;
  }
}

.sweetAlert.swal2-popup .swal2-header {
  display: none;
}
.sweetAlert.-confirm.swal2-popup .swal2-header {
  display: block;
}
.sweetAlert.-confirm.-noHeader.swal2-popup .swal2-header {
  display: none;
}
.sweetAlert.swal2-popup .swal2-title {
  justify-content: center;
  font-size:16px;
  text-align: center;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 24px;
}
.sweetAlert.swal2-popup .swal2-content {
  display: flex;
  align-items: center;
  min-height: 60px !important;
  margin-bottom: 24px;
}
.sweetAlert.-confirm.swal2-popup #swal2-content {
  width: 100%;
  margin-top: 0;
}
.sweetAlert.swal2-popup #swal2-content,
.sweetAlert.-confirm.-noHeader.swal2-popup #swal2-content {
  margin-top: 12px;
}
@media screen and (max-width: 420px) {
  .sweetAlert.swal2-popup #swal2-content,
  .sweetAlert.-confirm.-textCenterSp.swal2-popup #swal2-content {
    text-align: center;
  }
  .sweetAlert.-confirm.swal2-popup #swal2-content {
    text-align: left;
  }
  .sweetAlert.-confirm.-textAlignCenter.swal2-popup #swal2-content {
    text-align: center;
  }
}
.sweetAlert.-confirm.swal2-popup .swal2-content {
  min-height: auto;
}
.sweetAlert.-confirm.-noHeader.swal2-popup .swal2-content {
  min-height: 120px;
}
.sweetAlert.swal2-popup .swal2-actions {
  margin: auto 0 0;
}

.sweetAlert.swal2-popup .sweetAlert__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  min-width: 152px;
  height: 40px;
  margin: 0;
  padding: 10px;
  background: #e8a248;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  transition: .2s;
}
@media screen and (max-width: 420px) {
  .sweetAlert.swal2-popup .sweetAlert__btn {
    font-size: 16px;
    min-width: 140px;
    height: 50px;
  }
}
.sweetAlert.swal2-popup .sweetAlert__btn:hover {
  color: #ffffff;
  border: none;
  opacity: 0.7;
}
.sweetAlert.swal2-popup .sweetAlert__btn:active {
  border: none;
}

.sweetAlert.swal2-popup .sweetAlert__btn + .sweetAlert__btn {
  margin-left: 16px;
}

.sweetAlert.swal2-popup .sweetAlert__btn.-cancel {
  color: #363636;
  background: #f1f1f1;
  border: 1px solid #cccccc;
}
.sweetAlert.swal2-popup .sweetAlert__btn.-cancel:hover {
  color: #363636;
  background: #f1f1f1;
  border: 1px solid #cccccc;
  opacity: 0.7;
}

/* sweetalert2内文言 アコーディオン */
.toggleDescription__box {
  text-align: left;
  width: auto;
  margin-top: 12px;
}
@media screen and (max-width: 420px) {
  .toggleDescription__box {
    min-width: 295px;
  }
}
.toggleDescription__btnBox {
  display: flex;
  justify-content: flex-end;
}
.toggleDescription__btn {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}
.toggleDescription__btn::after {
  display: flex;
  align-items: center;
  content: "\e5cf";
  font-family: "Material Icons";
  font-size: 24px;
  color: #666666;
  height: 24px;
  position: relative;
  right: 0;
}
.toggleDescription__btn[aria-expanded="true"]::after {
  content: "\e5ce";
}
.toggleDescription__btn[aria-expanded="false"]::after {
  content: "\e5cf";
}
@media screen and (max-width: 420px) {
  .toggleDescription__btn {
    margin-right: 0;
  }
}
.toggleDescription__text {
  color: #9e9e9e;
  text-decoration: underline;
  line-height: 0;
  margin-right: 8px;
}
.enableHover .toggleDescription__btn:hover .toggleDescription__text {
  text-decoration: none;
}
.toggleDescription {
  margin-top: 16px;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 5px;
}

/* 大事な文言用 */
.attention {
  color: #c82527;
}

/* 管理画面プレビュー用 */
.sweetAlert.swal2-popup.-managePreview .sweetAlert__btn {
  background: #3377cc !important;
}

/**********************************************************
画像
***********************************************************/
.imageMedia__box {
  position: relative;
  width: 100%;
}
.imageMedia__box::before {
  content: "";
  display: block;
  padding-top: 67%;
}
.imageMedia {
  display: block;
  width: 100%;
  height: 100%;
  background: #fFffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* 商品一覧 */
@media screen and (max-width: 420px) {
  .imageMedia__box.-productImg {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 420px) {
  .imageMedia.-productImg {
    width: 80px;
    height: 80px;
    border-radius: 2px;
  }
}

/* 商品詳細 オプション項目画像 */
.imageMedia__box.-detailedItemImg {
  width: 220px;
  margin: 0 auto 16px;
}
.imageMedia__box.-detailedItemImg::before {
  padding-top: 146px;
}
@media screen and (max-width: 1200px) {
  .imageMedia__box.-detailedItemImg {
    width: 162px;
  }
  .imageMedia__box.-detailedItemImg::before {
    padding-top: 108px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__box.-detailedItemImg {
    width: 183px;
  }
  .imageMedia__box.-detailedItemImg::before {
    padding-top: 122px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__box.-detailedItemImg {
    width: 100%;
  }
  .imageMedia__box.-detailedItemImg::before {
    padding-top: 66.67%;
  }
}
.imageMedia.-detailedItemImg {
  background-color: #ffffff;
  transition: 0.2s;
}
.imageMedia.-detailedItemImg:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .imageMedia.-detailedItemImg:hover {
    opacity: 1;
  }
}
/* hover */
.imageMedia__hoverBack {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
}

/* 商品詳細 商品画像 */
.imageMedia__box.-detailedProductImg {
  width: 480px;
  margin-bottom: 24px;
  background: #ffffff;
}
.imageMedia__box.-detailedProductImg::before {
  padding-top: 320px;
}
@media screen and (max-width: 1200px) {
  .imageMedia__box.-detailedProductImg {
    width: 366px;
  }
  .imageMedia__box.-detailedProductImg::before {
    padding-top: 244px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__box.-detailedProductImg {
    width: 300px;
  }
  .imageMedia__box.-detailedProductImg::before {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .imageMedia__box.-detailedProductImg {
    width: 100%;
  }
  .imageMedia__box.-detailedProductImg::before {
    padding-top: 66.67%;
  }
}
@media screen and (max-width: 420px) {
  .imageMedia__box.-detailedProductImg {
    padding-left: 0;
  }
  .imageMedia__box.-detailedProductImg::before {
    padding-top: 250px;
  }
}
.imageMedia.-detailedProductImg {
  transition: 0.2s;
}
.imageMedia.-detailedProductImg:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .imageMedia.-detailedProductImg {
    opacity: 1;
  }
}
@media screen and (max-width: 420px) {
  .imageMedia.-detailedProductImg {
    height: 250px;
  }
}

/* 商品詳細 メイン画像サムネイル */
.imageMedia__layoutOuter.-thumbnail {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .imageMedia__layoutOuter.-thumbnail {
    margin: 8px 8px 16px ;
    padding: 0 40px;
  }
}
@media screen and (max-width: 420px) {
  .imageMedia__layoutOuter.-thumbnail {
    padding: 0;
  }
}
.imageMedia__thumbnail {
  padding: 0 4px;
}
.imageMedia__layoutBox.-thumbnail {
  display: flex;
  justify-content: center;
  width: 33.33%;
}
.imageMedia__layout.-thumbnail {
  max-width: 112px;
  padding: 2px;
  border: solid 2px transparent;
  border-radius: 2px;
  transition: .3s;
}
@media screen and (max-width: 1200px) {
  .imageMedia__layout.-thumbnail {
    max-width: 86px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__layout.-thumbnail {
    width: 71px;
  }
}
@media screen and (max-width: 767px) {
  .imageMedia__layout.-thumbnail {
    width: 100%;
  }
}
.imageMedia__layout.-thumbnail.-active {
  border: solid 2px #e8a248;
}
.imageMedia__box.-block {
  display: block;
  width: 104px;
}
@media screen and (max-width: 1200px) {
  .imageMedia__box.-block {
    width: 78px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__box.-block {
    width: 63px;
  }
}
@media screen and (max-width: 767px) {
  .imageMedia__box.-block {
    width: 100%;
  }
}
.enableHover .imageMedia__box.-block:hover {
  opacity: 0.7;
  transition: .3s;
}
.imageMedia.-thumbnail {
  border: 1px solid #cccccc;
}

/**********************************************************
2Column Layout
***********************************************************/
.twoColumn__layout {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .twoColumn__layout {
    flex-direction: column;
  }
}

/* 左カラム */
.twoColumn__left {
  flex: 1;
}

/* 右カラム */
.twoColumn__right {
  width: 286px;
  margin-left: 104px;
}
@media screen and (max-width: 1200px) {
  .twoColumn__right {
    margin-left: 48px;
  }
}
@media screen and (max-width: 991px) {
  .twoColumn__right {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .twoColumn__right {
    width: 100%;
    margin: 0;
  }
}
.twoColumn__stickyBlock {
  position: sticky;
  top: 82px;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  .twoColumn__stickyBlock {
    position: relative;
    top: auto;
  }
}
.twoColumn__stickyBlock.-isDemo {
  top: 132px;
}
@media screen and (max-width: 767px) {
  .twoColumn__stickyBlock.-isDemo {
    top: auto;
  }
}

.twoColumn__rightLayout {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .twoColumn__rightLayout {
    padding: 0;
    border: none;
  }
}

.twoColumn__right .totalPrice__layout {
  text-align: left;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .twoColumn__right .totalPrice__layout {
    text-align: right;
  }
}
.twoColumn__right .totalPrice {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 0 0 16px !important;
}
.twoColumn__right .totalPrice__orderPrice {
  font-size: 24px;
}
.twoColumn__right .btnBox {
  display: block;
  text-align: center;
  margin: 0;
}
.twoColumn__right .cotolUserBtn,
.twoColumn__right .cotolUserBtn:focus,
.twoColumn__right .btn.cotolUserBtn:active {
  min-width: 100%;
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .twoColumn__right .cotolUserBtn,
  .twoColumn__right .cotolUserBtn:focus {
    min-width: 185px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .twoColumn__right .cotolUserBtn,
  .twoColumn__right .cotolUserBtn:focus {
    min-width: 100%;
    margin: 0 auto;
  }
}
/* 右カラム エラー表示 */
.twoColumn__right .errorText {
  font-weight: normal;
  color: #c82527;
  margin: 8px 0 16px;
}

.twoColumn__otherText {
  display:block;
  font-size: 12px;
  padding: 16px 0;
}

/* カラムヘッダー */
.columnHeader {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 50px;
}
.columnHeader.-item {
  flex-direction: column;
  height: auto;
  margin-top: -16px;
  padding-top: 16px;
  position: sticky;
  align-self: baseline;
  top: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0));
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .columnHeader.-item {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  .columnHeader.-item.-consultationMode {
    padding-top: 20px;
  }
}
.columnHeader.-item.-isDemo {
  top: 100px;
}
@media screen and (max-width: 767px) {
  .columnHeader.-item.-isDemo {
    top: 0;
  }
}
.columnHeader__toggleBtn {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .columnHeader__toggleBtn {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .columnHeader__toggleBtn.visible-xs {
    display: flex !important;
  }
}
.columnHeader__toggleBtn.-item {
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .columnHeader__toggleBtn.-item {
    height: auto;
    padding: 0 16px 24px;
  }
}
.columnHeader__toggleBtn .columnHeader__title {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  color: #a5a5a5;
  position: relative;
}
.columnHeader__toggleBtn .columnHeader__title::before {
  font-family: "Material Icons";
  font-size: 24px;
  font-weight: normal;
  margin-right: 8px;
}
.columnHeader__toggleBtn.-dateTime .columnHeader__title::before {
  content: "\e614";
}
.columnHeader__toggleBtn.-item .columnHeader__title::before {
  content: "\e8f6";
}

/* 選択されている時間 */
.columnHeader__selectedDateTime.-pc {
  font-size: 20px;
  font-weight: bold;
  color: #cc7700;
  white-space: nowrap;
  margin: 0 8px 0 0;
  padding: 0;
  background: none;
}
@media screen and (max-width: 991px) {
  .columnHeader__selectedDateTime.-pc {
    font-size: 14.5px;
  }
}
.columnHeader__selectedDateTime.-week {
  font-size: 14px;
  color: #cc7700;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 991px) {
  .columnHeader__selectedDateTime.-week {
    font-size: 12px;
    margin: 0 -8px;
  }
}
.columnHeader__text {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .columnHeader__text {
    font-size: 13px;
  }
}

/* 全ての商品を見る・戻るリンク */
.itemList__link {
  display: flex;
  align-items: center;
}
.itemList__link a {
  text-decoration: underline;
  color: #888888;
}
.itemList__link i {
  margin-left: 8px;
}

/* ぶら下がりブロック */
.twoColumn__rightUnderBlock {
  position: relative;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .twoColumn__rightUnderBlock {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.twoColumn__rightUnderBlockLayout {
  display: block;
  width: 100%;
}

/**********************************************************
商品・オプション項目リスト
***********************************************************/
/* カート、注文前確認画面、注文後確認画面 商品画像 */
.imageMedia__box.-listProductImg {
  width: 140px;
  min-width: 140px;
}
@media screen and (max-width: 1200px) {
  .imageMedia__box.-listProductImg {
    width: 87px;
    min-width: 87px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__box.-listProductImg {
    width: 76px;
    min-width: 76px;
  }
}
@media screen and (max-width: 767px) {
  .imageMedia__box.-listProductImg {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .imageMedia.-listProductImg {
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }
}

/* 商品データ行 */
.tr {
  margin: 10px 0;
}
.item-table .tr {
  display: block;
  margin: 0;
}
.itemListTable__layout {
  margin: 0 0 16px;
  border-bottom: 1px solid #cccccc;
}
.itemListTable__productItem {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.itemListTable__productItemName {
  word-wrap: break-word;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .itemListTable__productItemName {
  font-size: 14px;
  padding-left: 16px;
  }
}
.itemListTable__productItemName a {
  color: #434343;
}
.enableHover .itemListTable__productItemName a:hover {
  opacity: 0.7;
}
.itemListTable__productItemPrice {
  font-weight: bold;
  margin-left: auto;
  padding-left: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .itemListTable__productItemPrice {
    font-size: 12px;
  }
}
.itemListTable__productNumAndSubtotal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.itemListTable__productNumAndSubtotal::before {
  content: '';
  width: 100%;
  margin-top: 8px;
  margin-left: 164px;
  padding-bottom: 8px;
  border-top: 1px dashed #cccccc;
}
@media screen and (max-width: 1200px) {
  .itemListTable__productNumAndSubtotal::before {
    margin-left: 112px;
  }
}
@media screen and (max-width: 991px) {
  .itemListTable__productNumAndSubtotal::before {
    margin-left: 98px;
  }
}
@media screen and (max-width: 767px) {
  .itemListTable__productNumAndSubtotal::before {
    margin-left: 0;
  }
}
.itemListTable__itemNum {
  font-weight: bold;
}
.itemListTable__subtotal {
  font-weight: bold;
  margin-left: 24px;
}
.itemListTable__subtotal span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .itemListTable__subtotal span {
    font-size: 14px;
  }
}

.itemListTable__separator {
  width: 100%;
}

/* カート、注文前確認画面、注文後確認画面 オプション項目画像 */
.imageMedia__box.-listDetailedImg {
  width: 90px;
  margin-right: 8px;
}
.imageMedia.-listDetailedImg {
  border: 1px solid #cccccc;
}

/* オプション項目データ行 */
.detailedListTable {
  margin-left: 164px;
}
@media screen and (max-width: 1200px) {
  .detailedListTable {
    margin-left: 112px;
  }
}
@media screen and (max-width: 991px) {
  .detailedListTable {
    margin-left: 98px;
  }
}
@media screen and (max-width: 767px) {
  .detailedListTable {
    margin-left: 0;
  }
}
.detailedListTable__itemsTitle {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #e6e6e6;
}
.detailedListTable__groupName {
  font-size: 12px;
  font-weight: normal;
  padding: 8px 0;
}
.detailedListTable__detailedItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.detailedListTable__detailedItemName {
  font-weight: bold;
  word-wrap: break-word;
}
.detailedListTable__detailedItemPrice {
  font-weight: bold;
  margin-left: auto;
  padding-left: 16px;
  white-space: nowrap;
}

/* 注意事項行 */
.itemListTable__cautionTableBox {
  width: 424px;
  margin: 24px 0 0;
}
@media screen and (max-width: 1200px) {
  .itemListTable__cautionTableBox {
    width: 302px;
  }
}
@media screen and (max-width: 991px) {
  .itemListTable__cautionTableBox {
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .itemListTable__cautionTableBox {
    width: 100%;
  }
}
.itemListTable__cautionTableBox.-cart {
  margin-top: 16px;
}
.itemListTable__cautionTableBox.-orderCheck {
  width: 606px;
}
@media screen and (max-width: 1200px) {
  .itemListTable__cautionTableBox.-orderCheck {
    width: 428px;
  }
}
@media screen and (max-width: 991px) {
  .itemListTable__cautionTableBox.-orderCheck {
    width: 542px;
  }
}
@media screen and (max-width: 767px) {
  .itemListTable__cautionTableBox.-orderCheck {
    width: 100%;
  }
}
.itemListTable__cautionTable {
  line-height: 1.5;
}

/**********************************************************
カテゴリ
***********************************************************/
li.treeview {
  position: relative;
}
li.treeview a.parents,
li a.only_category {
  padding: 12px 40px 12px 57px;
  position: relative;
  opacity: 1;
}
li.treeview a.parents:before {
  content: "\e5cf";
  font-family: "material Icons";
  font-size: 24px;
  padding: 0 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
li.treeview.menu-open a.parents:before {
  content: "\e5ce";
}

/* サブカテゴリ */
ul.treeview-menu {
  padding: 12px 0 12px 56px;
  background-color: #f5f5f5;
}
.treeview-menu>li>a.side_link_category {
      padding: 12px 16px 12px 0;
}

/* スマホ表示時のカテゴリ一覧 */
@media screen and (max-width: 420px) {
  .itemCategory {
    display: none;
  }
}

/**********************************************************
予約前確認画面/予約完了画面/予約後確認画面
***********************************************************/
.processing h1 {
  font-size: 18px;
  font-weight: bold;
}

/* お客様情報 */
.customerInfo__headingBox {
  margin: 0 0 32px;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 420px) {
  .customerInfo__headingBox {
    margin-bottom: 24px;
  }
}
.customerInfo__headingBox h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 8px;
}
.orderer__SeparateTr {
  font-weight: bold;
}
.customerInfo .orderer {
  width: 100%;
  margin: 0 0 40px;
}
.customerInfo .orderer__SeparateTr {
  display: flex;
  align-items: center;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 420px) {
  .customerInfo .orderer__SeparateTr:first-child {
    border-top: none;
  }
}
.customerInfo .orderer__SeparateTr.-free {
  flex-direction: column;
  align-items: flex-start;
}
.customerInfo .orderer__SeparateTr.-deliveryShop {
  align-items: flex-start;
}
.customerInfo .customerInfo__h {
  display: block;
  font-size: 12px;
  font-weight: normal;
  min-width: 92px;
  margin-right: 48px;
  padding: 24px 0;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .customerInfo .customerInfo__h {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .customerInfo .customerInfo__h {
    font-size: 14px;
    width: 74px;
    margin-right: 16px;
  }
}
.customerInfo .orderer__SeparateTr.-desiredReceiptTime .customerInfo__h {
  width: min-content;
  white-space: normal;
}
.customerInfo .orderer__SeparateTr.-free .customerInfo__h {
  width: 100%;
  margin-right: 0;
  padding: 24px 0 8px;
  white-space: normal;
}
.customerInfo .orderer__SeparateTr.-deliveryShop .customerInfo__h {
  padding-top: 2px;
}
.customerInfo .customerInfo__td {
  font-size: 16px;
  font-weight: bold;
  padding: 24px 0;
}
.customerInfo .orderer__SeparateTr.-free .customerInfo__td {
  padding: 0 0 24px 140px;
}
@media screen and (max-width: 991px) {
  .customerInfo .orderer__SeparateTr.-free .customerInfo__td {
    padding-left: 116px;
  }
}
@media screen and (max-width: 767px) {
  .customerInfo .orderer__SeparateTr.-free .customerInfo__td {
    padding-left: 90px;
  }
}

.customerInfo .deliveryShop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 420px) {
  .customerInfo .deliveryShop {
    flex-direction: column;
    align-items: flex-start;
  }
}
.customerInfo .deliveryShop__name,
.customerInfo .deliveryShop__address {
  display: block;
}
.customerInfo .deliveryShop__name {
  margin-bottom: 8px;
}
@media screen and (max-width: 420px) {
  .customerInfo .deliveryShop__address {
    margin-bottom: 8px;
  }
}

.customerInfo .deliveryShop__address,
.customerInfo .deliveryShop__link {
  font-size: 14px;
  font-weight: normal;
  color: #8e8e8e;
}
.customerInfo .deliveryShop__link {
  display: inline-block;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.enableHover .customerInfo .deliveryShop__link:hover {
  text-decoration: none;
}
.customerInfo .deliveryShop__link::before {
  content: "\e895";
  font-family: "Material Icons";
  font-size: 16px;
  position: absolute;
  top: -1px;
  right: 0;
}

/**********************************************************
受取番号
***********************************************************/
.receiptNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  padding: 16px;
  background: #fff0d9;
}
@media screen and (max-width: 420px) {
  .receiptNumber {
    margin-bottom: 24px;
  }
}
.receiptNumber__header,
.receiptNumber__number {
  line-height: 1;
}
.receiptNumber__header {
  display: inline-block;
  font-size: 12px;
  margin-right: 32px;
  margin-left: -8px;
}
@media screen and (max-width: 991px) {
  .receiptNumber__header {
    font-size: 14px;
  }
}
.receiptNumber__number {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}

/**********************************************************
必須項目ラベル
***********************************************************/
.attentionLabel {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  height: 16px;
  margin-right: 8px;
  padding: 2px 8px;
  background: #cccccc;
  border-radius: 8px;
  position: relative;
  top: 4px;
  white-space: nowrap;
}
.attentionLabel.-required {
  color: #ffffff;
  background: #c82527;
}
.attentionLabel.-anySelected {
  color: #777777;
  background: #dddddd;
}

/**********************************************************
オプション項目
***********************************************************/
/* 画像ありラジオボタン・チェックボックス */
.detailedItem__hover {
  display: block;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.detailedItem__hover:hover {
  background: rgba(0, 0, 0, 0.03);
}
.detailedItem__hover.-active {
  background: #fff0d9;
}
.detailedItem__hover.-disabled,
.detailedItem__hover.-disabled label,
.optionPulldown select:disabled {
  color: #999999;
  cursor: default;
}
.detailedItem__hover.-disabled:hover {
  background: none;
}
.detailedItem__hover:hover .radioInput__icon:before,
.detailedItem__hover:hover .checkboxInput__icon:before {
  color: #666666;
}
.detailedItem__hover.-noImage {
  cursor: default;
}
.selectInput__boxInner.-optionPulldownSize.-disabled::before {
  color: #cccccc;
}
.optionPulldown select:disabled {
  color: #999999;
  background-color: #eeeeee;
}
.detaildItemName {
  display: inline-block;
}
.detailedItemPrice,
.optionPulldown__detailedItemPrice {
  text-align: right;
  font-size: 18px;
  font-weight: normal;
}
.detailedItemPrice.-disabled,
.optionPulldown__detailedItemPrice.-disabled {
  color: #999999;
}
.detaild_item,
.detaild_item_noimage {
  padding: 0 10px;
}
.row.detail_items {
  margin: 0 -25px;
}

.selectedCategory {
  background-color: rgba(255,181,64,0.2);
  border-radius:5px;
}

.selectedCategory_link {
  background-color: rgba(255,181,64,0.2);
}

/**********************************************************
受取場所選択ボタン
***********************************************************/
@media screen and (max-width: 1200px) {
  .shopSelectBtnSmp {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .shopSelectBtn {
    display: none;
  }
}

/**********************************************************
カテゴリ選択ボタン
***********************************************************/
.categoryArea {
  text-align: left;
  height: 20px;
  position: relative;
  background: #ffffff;
  
}
.categorySelect__btn {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 12px;
  position: absolute;
  top: -8px;
  left: -12px;
  cursor: pointer;
}
.enableHover .categorySelect__btn:hover {
  background: rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 991px) {
  .categorySelect__btn {
    margin-left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .categorySelect__btn {
    margin-left: 0;
  }
}
.categorySelect__name {
  display: inline-block;
  max-width: 100%;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categorySelect__name::before {
  content: '\e5cf';
  font-family: 'Material Icons';
  font-size: 18px;
  color: #626262;
  width: 18px;
  line-height: 20px;
  position: absolute;
  right: 0;
  pointer-events: none;
}

/**********************************************************
カテゴリ・絞り込みチェックボックス
***********************************************************/
.columnHeader__subBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 0 16px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .columnHeader__subBox {
    border-bottom: 1px solid #cccccc;
  }
}
.columnHeader__subBoxInner {
  max-width: 65%;
}

/* 絞り込みボタン */
.dropdownNarrowDown {
  position: absolute;
  top: 2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .dropdownNarrowDown {
    right: 16px;
  }
}
.dropdownNarrowDown__btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .dropdownNarrowDown__btn {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .dropdownNarrowDown__btn {
    margin-right: 0;
  }
}

.dropdownNarrowDown__btn:hover {
  opacity: 1;
}
.dropdownNarrowDown__icon {
  margin-right: 8px;
}
.dropdownNarrowDown__icon.-off {
  color: #999999;
}
.dropdownNarrowDown__icon.-on {
  color: #e8a248;
}
.dropdownNarrowDown__btnText {
  color: #888888;
  text-decoration: underline;
  word-break: keep-all;
}
.dropdownNarrowDown:hover .dropdownNarrowDown__btnText {
  text-decoration: none;
}

/* 絞り込みBOX */
.dropdown__box.-narrowDown {
  width: 320px;
  margin-top: 6px;
  right: 0;
  left: auto;
}
@media screen and (max-width: 991px) {
  .dropdown__box.-narrowDown {
    right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .dropdown__box.-narrowDown {
    right: 0;
  }
}
.open .dropdown__box.-narrowDown::before {
  right: 20px;
}
.open .dropdown__box.-narrowDown::after {
  right: 21px;
  border-color: transparent transparent #ffffff transparent;
}
.dropdownNarrowDown__layout {
  padding: 0px 16px 16px;
}
.checkboxInput__box.-narrowDown {
  margin: 0;
}
.checkboxInput__box.-narrowDown .checkboxInput__label {
  align-items: flex-start;
  margin: 16px 0 0;
}
.checkboxInput__box.-narrowDown .checkboxInput__icon {
  margin-right: 8px;
}
.checkboxInput__box.-narrowDown .checkboxInput__icon:before {
  font-size: 24px;
}
.checkboxInput__box.-narrowDown .checkboxInput__text {
  margin-top: 1px;
}

/* 絞り込みチェックボックス */
.checkboxInput__box.-narrowDown .checkboxInput:disabled + .checkboxInput__icon:before {
  font-family: "Material Icons";
  color: #cccccc !important;
  cursor: default;
}

/* formが空の場合・日時指定で過去日を表示した時 */
/**********************************************************
任意で未入力
***********************************************************/
.noInputs {
  color: #999999;
}

.alert-warning {
  color: #dd4444 !important;
  background-color: #ffe5e5 !important;
  border: 1px solid #dd4444 !important;
}


/**********************************************************
Pagination
***********************************************************/
.paginationLink {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .paginationLink {
    border-top: 1px solid #dddddd;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
}
.pagination>li {
  display: inline-block;
}
.pagination>li>a,
.pagination>li>span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  width: 48px;
  height: 40px;
  margin-left: 8px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  z-index: 3;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 5px;
}
.pagination>li>a:focus,
.enableHover .pagination>li>a:hover,
.pagination>li>span:focus,
.enableHover .pagination>li>span:hover {
  color: #333333;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  z-index: 2;
}
.pagination>.active>span,
.pagination>.active>span:focus,
.enableHover .pagination>.active>span:hover {
  color: #ffffff;
  background-color: #434343;
  border: none;
  cursor: default;
}
.pagination>li.pagination__next,
.pagination>li.pagination__prev,
.pagination>li.pagination__first,
.pagination>li.pagination__last {
  color: #434343;
  margin-left: 0;
  padding: 5px;
  border: none;
  border-radius: 50% !important;
}
.pagination>li.pagination__next>a,
.pagination>li.pagination__next>span,
.pagination>li.pagination__prev>a,
.pagination>li.pagination__prev>span,
.pagination>li.pagination__first>a,
.pagination>li.pagination__first>span,
.pagination>li.pagination__last>a,
.pagination>li.pagination__last>span {
  color: #434343;
  width: 40px;
  background: none;
  border: none;
  border-radius: 50%;
}
.pagination>li.pagination__next>a i,
.pagination>li.pagination__next>span i,
.pagination>li.pagination__prev>a i,
.pagination>li.pagination__prev>span i,
.pagination>li.pagination__first>a i,
.pagination>li.pagination__first>span i,
.pagination>li.pagination__last>a i,
.pagination>li.pagination__last>span i {
  font-size: 24px;
}
@media screen and (max-width:420px) {
  .pagination>li.pagination__next>a i,
  .pagination>li.pagination__next>span i,
  .pagination>li.pagination__prev>a i,
  .pagination>li.pagination__prev>span i,
  .pagination>li.pagination__first>a i,
  .pagination>li.pagination__first>span i,
  .pagination>li.pagination__last>a i,
  .pagination>li.pagination__last>span i {
    font-size: 32px;
  }
}
.enableHover .pagination>li.pagination__next>a:hover,
.pagination>li.pagination__next>a:focus,
.enableHover .pagination>li.pagination__next>span:hover,
.pagination>li.pagination__next>span:focus,
.enableHover .pagination>li.pagination__prev>a:hover,
.pagination>li.pagination__prev>a:focus,
.enableHover .pagination>li.pagination__prev>span:hover,
.pagination>li.pagination__prev>span:focus,
.enableHover .pagination>li.pagination__first>a:hover,
.pagination>li.pagination__first>a:focus,
.enableHover .pagination>li.pagination__first>span:hover,
.pagination>li.pagination__first>span:focus,
.enableHover .pagination>li.pagination__last>a:hover,
.pagination>li.pagination__last>a:focus,
.enableHover .pagination>li.pagination__last>span:hover,
.pagination>li.pagination__last>span:focus {
  color: #434343;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  z-index: 2;
}
.pagination>.pagination__next.-disabled>a,
.pagination>.pagination__next.-disabled>a:focus,
.enableHover .pagination>.pagination__next.-disabled>a:hover,
.pagination>.pagination__next.-disabled>span,
.pagination>.pagination__next.-disabled>span:focus,
.enableHover .pagination>.pagination__next.-disabled>span:hover,
.pagination>.pagination__prev.-disabled>a,
.pagination>.pagination__prev.-disabled>a:focus,
.enableHover .pagination>.pagination__prev.-disabled>a:hover,
.pagination>.pagination__prev.-disabled>span,
.pagination>.pagination__prev.-disabled>span:focus,
.enableHover .pagination>.pagination__prev.-disabled>span:hover,
.pagination>.pagination__first.-disabled>a,
.pagination>.pagination__first.-disabled>a:focus,
.enableHover .pagination>.pagination__first.-disabled>a:hover,
.pagination>.pagination__first.-disabled>span,
.pagination>.pagination__first.-disabled>span:focus,
.enableHover .pagination>.pagination__first.-disabled>span:hover,
.pagination>.pagination__last.-disabled>a,
.pagination>.pagination__last.-disabled>a:focus,
.enableHover .pagination>.pagination__last.-disabled>a:hover,
.pagination>.pagination__last.-disabled>span,
.pagination>.pagination__last.-disabled>span:focus,
.enableHover .pagination>.pagination__last.-disabled>span:hover {
  color: #cccccc !important;
  background: none;
  border: none;
  opacity: 1 !important;
  cursor: default;
}

/**********************************************************
Page Top Button
***********************************************************/
.pageTopBtn__box {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 12px;
  bottom: 55px;
  opacity: 0.6;
  z-index: 9999;
}
.pageTopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.pageTopBtn::before{
  content: '\e5d8';
  font-family: 'Material Icons';
  font-size: 32px;
  color: #ffffff;
}

/**********************************************************
QRコード表示
***********************************************************/
.qrCode.-pc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .qrCode.-sp {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .qrCode__layout {
    display: flex;
    align-items: baseline;
  }
  .qrCode__zoom {
    order: 2;
    display: inline-flex;
    align-items: center;
    color: #8e8e8e;
    margin-left: 16px;
  }
  .qrCode__zoom .material-icons {
    font-size: 32px;
    text-decoration: none;
    margin-right: 4px;
  }
  .qrCode__zoomText {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;

  }
}
.qrCode__box canvas,
.qrCode__box img {
  width: 128px;
  height: 128px;
}
@media screen and (max-width: 360px) {
  .qrCode__box canvas,
  .qrCode__box img {
    width: 100px;
    height: 100px;
  }
}
.qrCode__textBox {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .qrCode__textBox {
    margin-top: 32px;
    margin-left: 0;
  }
}
.qrCode__text {
  font-size: 14px;
  font-weight: normal;
}
.qrCode__description {
  font-size: 10px;
  font-weight: normal;
  color: #8e8e8e;
  margin-top: 16px;
}

/**********************************************************
カート一覧 注文前確認 在庫確保文言
***********************************************************/
.notConfirmedItem {
  padding: 12px;
  background: #f7f7f7;
}
.notConfirmedItem__text {
  line-height: 1.7;
  margin: 0;
}

/**********************************************************
カート内商品が受け取れる日時を表示中メッセージ
***********************************************************/
.cartReceivableDateTime {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  padding: 5px;
  background: rgba(232, 162, 72, 0.2);
  border-radius: 5px;
}
.cartReceivableDateTime__icon {
  font-size: 20px !important;
  color: #656565;
  padding-right: 8px;
}

/**********************************************************
イベント 販売制限商品の注釈
***********************************************************/
.limitOrder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #c82527;
}
@media screen and (max-width:767px) {
  .limitOrder {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
.limitOrder__icon {
  margin-right: 6px;
}
.limitOrder__text {
  line-height: 1;
}
@media screen and (max-width:767px) {
  .limitOrder__icon {
    font-size: 20px;
  }
  .limitOrder__text {
    font-size: 13px;
  }
}

/**********************************************************
URLリダイレクト画面
***********************************************************/
.boxBody.-urlRedirect {
  text-align: center;
  min-height: 288px;
  padding: 56px;
}
@media screen and (max-width:767px) {
  .boxBody.-urlRedirect {
    padding: 50px 32px 40px;
  }
}
.materialIcons.-urlRedirect {
  font-size: 38px;
  color: #999999;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .materialIcons.-urlRedirect {
    font-size: 34px;
  }
}
.boxBody.-urlRedirect h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 0 24px;
}
@media screen and (max-width:767px) {
  .boxBody.-urlRedirect h1 {
    font-size: 18px;
  }
}
.urlRedirect__text {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 24px;
}
@media screen and (max-width:767px) {
  .urlRedirect__text {
    font-size: 14px;
    text-align: left;
    word-break: break-word;
  }
}
.urlRedirect__text.-url {
  margin-bottom: 0;
}

.boxBody.-urlRedirect .linkText.-url {
  font-size: 16px;
}
.urlRedirect__description {
  display: inline-block;
  line-height: 1.5;
  color: #999999;
  margin: 8px auto 0;
}
@media screen and (max-width:767px) {
  .urlRedirect__description {
    text-align: left;
  }
}

/**********************************************************
受取可能時間
***********************************************************/
.itemReceiveTime__area {
  display: flex !important;
  justify-content: flex-end;
  height: 70px;
  padding: 8px 0 12px;
  position: relative;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .itemReceiveTime__area {
    height: 62px;
    padding: 8px 0 4px;
  }
}
.itemReceiveTime__area.hidden {
  display: none !important;
}
.itemReceiveTime__box {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  width: max-content;
  position: absolute;
  right: 0;
}
.itemReceiveTime__times {
  display: flex;
  align-items: center;
  margin-bottom: 4px !important;
}
.itemReceiveTime__time {
  font-size: 12px;
  color: #666666;
  margin-left: 13px;
}
@media screen and (max-width:767px) {
  .itemReceiveTime__time {
    margin-left: 5.5px;
  }
}
.itemReceiveTime__scheduleArea {
  display: flex;
  align-items: center;
}
.itemReceiveTime__day {
  font-size: 14px;
  color: #666666;
}
.itemReceiveTime__day.-week {
  font-size: 12px;
}
.itemReceiveTime__scheduleBox {
  display: flex;
  align-items: center;
  margin: 0 16px 0 8px !important;
}
.itemReceiveTime__schedule {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 28px;
  border-left: 1px dashed #cccccc;
}
@media screen and (max-width:767px) {
  .itemReceiveTime__schedule {
    width: 40px;
  }
}
.itemReceiveTime__schedule:first-child {
  border-left: 1px solid #cccccc;
}
.itemReceiveTime__schedule:last-child {
  border-right: 1px solid #cccccc;
}
.itemReceiveTime__scheduleIcon {
  width: 16px;
}
.itemReceiveTime__scheduleIcon.-yes {
  width: 18px;
}

/**********************************************************
Lightbox
***********************************************************/
.ekko-lightbox {
  background: transparent;
  z-index: 100003;
}
@media screen and (max-width:420px) {
  .ekko-lightbox {
    position: fixed;
    min-width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden !important;
  }
}

.modal-backdrop.in {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  z-index: 100002;
}
@media screen and (max-width:420px) {
  .modal-backdrop.in {
    z-index: 100001;
  }
}

.ekko-lightbox .modal-dialog {
  min-width: 95vw;
  max-width: 95vw !important;
  min-height: 80vh !important;
  margin: 0;
}
@media screen and (max-width:420px) {
  .ekko-lightbox .modal-dialog {
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 100vh !important;
    margin: 0;
  }
}

.ekko-lightbox-container {
  height: 80vh !important;
  overflow: auto;
}
@media screen and (max-width:420px) {
  .ekko-lightbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 50px) !important;
    max-height: 100vh;
  }
}
.ekko-lightbox .modal-content {
  border-radius: 4px;
}
@media screen and (max-width:420px) {
  .ekko-lightbox .modal-content {
    background: none;
    border-radius: 0;
  }
}
.ekko-lightbox .modal-header {
  width: 100%;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 0;
  border: none;
  z-index: 5;
}
.ekko-lightbox .modal-header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  margin: 16px 16px 0 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
}
.ekko-lightbox .modal-header .close:hover {
  background: rgba(0, 0, 0, 0.3);
}

.ekko-lightbox .modal-body {
  padding: 16px;
}
@media screen and (max-width:420px) {
  .ekko-lightbox .modal-body {
    width: 100vw;
    padding: 0;
  }
}

.ekko-lightbox-item {
  display: flex !important;
  align-items: center;
}
.ekko-lightbox-item.-largeImg {
  align-items: flex-start;
}
@media screen and (max-width:420px) {
  .ekko-lightbox-item.show {
    padding-bottom: 80px;
  }
}

.ekko-lightbox-item .img-fluid {
  width: auto !important;
  max-height: auto;
  margin: 0 auto;
  background: #ffffff;
}

.ekko-lightbox-nav-overlay {
  justify-content: space-between;
  height: auto;
  position: fixed;
  top: calc(50% - 32px);
  pointer-events: none;
}
@media screen and (max-width:420px) {
  .ekko-lightbox-nav-overlay {
    top: calc(50% - 60px);
  }
}
.ekko-lightbox-nav-overlay a {
  flex: 0;
  width: 64px;
  height: 64px;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width:420px) {
  .ekko-lightbox-nav-overlay a {
    width: 40px;
    height: auto;
  }
}
.ekko-lightbox-nav-overlay a span {
  padding: 0;
}
.ekko-lightbox-nav-overlay .arrowBox {
  position: absolute;
}
.ekko-lightbox-nav-overlay .arrowBox.-left {
  left: 16px;
}
.ekko-lightbox-nav-overlay .arrowBox.-right {
  right: 16px;
}
.ekko-lightbox-nav-overlay .arrowBox__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
@media screen and (max-width:420px) {
  .ekko-lightbox-nav-overlay .arrowBox__inner {
    width: 40px;
    height: 40px;
  }
}
.ekko-lightbox-nav-overlay .arrowBox__inner:hover {
  background: rgba(0, 0, 0, 0.3);
}
.ekko-lightbox-nav-overlay .arrowBox__icon {
  font-size: 64px;
  font-weight: normal;
  color: #ffffff;
}
@media screen and (max-width:420px) {
  .ekko-lightbox-nav-overlay .arrowBox__icon {
    font-size: 40px;
  }
}

/**********************************************************
商品ごとの受付期間
***********************************************************/
.receiptPeriodArea {
  text-align: right;
}
.receiptPeriodArea__text {
  font-size: 14px;
  color: #666666;
  margin: 12px 0 8px;
}
@media screen and (max-width:991px) {
  .receiptPeriodArea__text {
    text-align: left;
  }
}
@media screen and (max-width:767px) {
  .receiptPeriodArea__text {
    font-size: 13px;
    text-align: right;
  }
}
.receiptPeriodArea__text.-receiptEnd {
  color: #999999;
  margin: 4px 0 8px;
  text-align: right;
}

.receiptPeriodArea__tilde {
  display: inline-block;
  margin: 2px;
}
